/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

 /* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 


.container-1440{
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 20px;
}

.category-card h4,
.category-location span,
.category-location label{
	margin-top:0 !important;
	font-weight:500 !important;
	color: #62748e !important;
  font-size: 13px !important;
}

.category-location label{
  color: #020618 !important;
  font-weight: 400!important;
}

.category-location span{
  font-weight: 400!important;
}

.category-location{
  padding: 0 20px;
}

.category-card p,
.category-card a,
.category-card a:hover{
	  font-size: 24px;
    font-style: normal;
    font-weight: 700;
	  line-height:100%;
	  margin-bottom:0;
    color: #0D1B2A;
    text-decoration: none;
}

.category-card{
	border: 1px solid #DBE2E9;
  border-radius: 14px;
	width:calc(100% / 3 - 27px);
  transition: 0.3s all ease-in;    
}

.category-image{
    border-top-left-radius:14px;
	border-top-right-radius:14px;
    overflow: hidden;
}

.category-card:hover{
    border-color: #0D1B2A;
}

.category-card:hover img{
    transform: scale(1.04);
    transition: 0.3s all ease-in-out;
}

.category-content{
	padding:20px;
}

.category-card img{
    height: 326px;
	border-top-left-radius:14px;
	border-top-right-radius:14px;
    object-fit: cover;
    width:100%;
}

.category-card-wrapper,
.subcategory-card-wrapper.active{
	display:flex;
	flex-wrap:wrap;
	gap:40px;
}

.das-category-list .no-sidebar.container,
.das-instrument .no-sidebar.container,
.das-capability .no-sidebar.container,
.das-sub-category .no-sidebar.container{
  max-width: 1440px;

}

body.das-instrument .banner-image{
  display: none;
}
/* instrument-listing css start */
.instrument-card{
    position: relative;
}

.category-content h5,.sub-category-card h5{
    color: #020618;
    font-weight: 700 !important;
    font-size: 18px;
    line-height: 140%;
    margin-bottom: 0;
}

.sub-category-card h5{
	font-size:26px;
	text-transform:capitalize;
}
.category-status{
    padding: 9px 13px;
    background-color: #FFFFFF;
    border: 1px solid #DBE2E9;
    width: fit-content;
    border-radius: 99px;
/*     position: absolute;
    top: 12px;
    right: 12px; */
}

.category-status label::before{
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 99px;
    background-color: #8DC63F;
}

.category-status label{
    font-weight: 500;
    font-size: 12px;
    line-height: 120%;
    color: #020618;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 0;
}


.instrument-sub-classification{
  display: flex;
  align-items: center;
  overflow-x: auto;
  gap: 10px;
  width: 100%;
}
  
.category-button-wrapper{
  padding-top: 36px;
  gap: 10px;
    
}

 .instrument-sub-classification::-webkit-scrollbar {
  display: none;
}

/*.instrument-sub-classification::-webkit-scrollbar-track {
  background: #fff;
}

.instrument-sub-classification::-webkit-scrollbar-thumb {
  background: #8DC63F;
  background: linear-gradient(90deg, #09192A 33.98%, #0B3C6C 100%);
  border-radius: 4px;
} */

.instrument-sub-classification a,
.category-button-wrapper .next-button,
.category-button-wrapper .prev-button,
.instrument-sub-classification a:hover{
    padding: 10px 16px;
    background: #FFFFFF;
    border: 2px solid #F0F4F8;
    color:#0D1B2A !important;
    font-weight:500;
    font-size:14px;
    line-height:130%;
    border-radius: 99px;
    white-space: nowrap;
    text-decoration: none;
}

.instrument-sub-classification a.active,
.instrument-sub-classification a:hover{
    border-color: #0D1B2A;
}

.subcategory-card-wrapper {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}

 
/* .category-card.active{
    display: block;
} */

/* .instrument-sub-classification {
    cursor: grab;
    user-select: none;
}

.instrument-sub-classification.dragging {
    cursor: grabbing;
} */

.updated-banner-content .text-dark-banner{
  color: #F6F9FC8C;
}

/* instrument-listing css end */


.category-detail-banner-image {
  background-image: url(./asset/banner.jpg);
  height: 520px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat, repeat;
  background-position: center;
  overflow: hidden;
  border-radius: 18px;
}

.das_h1 { 
  color: #FFFFFF;
  font-weight: 800;
  font-size: 56px;
  line-height: 120%;
}

.das-banner-text {
  position: absolute;
  bottom: 0;
  padding: 48px;
  width: 100%;
  background: linear-gradient(
    0deg,
    #09192a 0%,
    rgba(9, 25, 42, 0.4) 50%,
    rgba(9, 25, 42, 0) 100%
  );
}

.das-banner-text h1 {
  margin: 6px 0;
}

.das-banner-text p {
  margin: 18px 0 12px;
  font-size: 10px;
  letter-spacing: 2.2px;
  font-weight: 400;
  color: #fff;
}

.banner-subtitle {
  background-color: #fff;
  position: relative;
  padding: 7px 13px 7px 29px;
  border-radius: 33554400px;
}

.banner-subtitle::before {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  top: 50%;
  left: 13px;
  transform: translateY(-50%);
  border-radius: 3px;
  background: var(--badge-text, #8dc63f);
}
.equipment-section {
  display: grid;
  grid-template-columns: 1fr 400px;
  gap: 32px;
  margin: 0 auto;
  padding-top: 24px;
  color: #1f2d3d;
}

.equipment-main {
  /* border: 1px solid #d9e6f2; */
  padding: 24px 0;
  background: #fff;
}

.equipment-main .label,
.equipment-main .address-label {
  margin: 0 0 12px;
  color: #62748e;
}

.equipment-main h2 {
  margin: 0 0 48px;
  font-weight: 500;
}

.equipment-main h3 {
	margin: 0 0 16px;
  	font-weight: 500;
  	color: #62748e;
  	font-size: 16px;
  	letter-spacing: normal;
	font-family: 'Montserrat', sans-serif;
	line-height: 1.2;
	text-transform: uppercase;

}

.spec-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 48px;
}

.info-row {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 0;
  border-top: 1px solid #e8f4fd;
}

.info-row strong {
  font-weight: 500;
  color: #0D1B2A;
  font-size: 14px;
  line-height: 120%;
}

.info-row span{
  color: #62748E;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
}

.address-box {
  margin-top: 8px;
  padding-top: 10px;
  border-top: 1px solid #e8f4fd;
  color: #62748E !important;
}

.contact-card a,
.contact-card a:hover {
	color: #62748E !important;
	line-height: 1.5;
	text-decoration: none;
}

.address-box a{
  color: #62748E !important;
  text-decoration: underline;
}

.breadCrumb {
  padding: 20px 0;
}

div#content .breadCrumb a,
div#content .breadCrumb a:hover,
.das-instrument .breadCrumb a,
.das-instrument .breadCrumb a:hover{
  text-decoration: none;
  color: #b3cc61;
  font-weight: 500;
  line-height: 120%;
  font-size: 16px;
}

div#content .breadCrumb .current,
.das-instrument .breadCrumb .current{
  color: #020618;
  font-weight: 500;
  line-height: 120%;
  font-size: 16px;
}

.slash {
  padding: 0 8px;
}

.host-card,
.contact-card {
  border: 1px solid #e8f4fd;
  border-radius: 12px;
  padding: 24px;
  background: #fff;
}

.host-card{
  box-shadow: 0px 24px 48px -24px #0D1B2A2E;
}


.host-logo {
  width: 90px;
  margin: 20px 0 12px;
}

.host-link,
.host-description {
  color: #62748e;
  line-height: 1.45;
}

.host-description {
  padding-bottom: 18px;
  margin-bottom: 0;
}
.host-card .info-row:first-of-type {
    padding-top: 33px;
}

.host-card button {
  width: 100%;
  margin-top: 20px;
  padding: 14px;
  border: 0;
  border-radius: 8px;
  background: #8dc63f;
  color: #fff;
  cursor: pointer;
}

.terms {
  margin: 16px 0 0;
  text-align: center;
  color: #62748e;
}

.contact-card {
  margin-top: 16px;
  background: #e8f4fd;
}

.contact-card strong {
  display: block;
  margin-bottom: 6px;
}

.contact-p {
  color: #0f172b;
  font-weight: 500;
}

.subcategory-card-wrapper.pb-10{
  padding-bottom: 115px;
}

.das-instrument main#main,
.das-instrument .entry-content,
.das-capability main#main,
.das-capability .entry-content,
.das-sub-category main#main,
.das-category-list .entry-content,
.das-category-list main#main
{
    padding: 0 !important;
}
body.das-instrument article{
  padding-bottom: 50px;
}


body.das-capability .subcategory-card-wrapper.py-5{
  padding: 50px 0px !important; 
}

.das-sub-category .entry-content{
  padding: 0 0 50px 0 !important;
}

body.das-capability h1  {
    visibility: hidden;
}

.pagination.instrument{
   justify-content: center;
    gap: 5px;
}
.pagination.api-storage ,.das-pagination{
    display: flex;
    justify-content: center;
    margin-top: 50px;
    gap: 15px;
}

.pagination.api-storage a, .pagination.instrument a,.das-pagination a {
    padding: 10px;
    border-radius: 50%;
    border: 1px solid #DBE2E9;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
	color:#020618 !important;
}

.pagination.api-storage a.page-link.active, .pagination.instrument a.active, .das-pagination a.das-page-btn.active  {
    background: #b3cc61 !important;
    color: #FFF !important;
	border: 1px solid #b3cc61;
}

.pagination.instrument a:hover,
.das-pagination a.das-page-btn:hover{
  text-decoration: none;
}

.pagination.instrument{
  padding-bottom: 50px;
}

.updated-banner-section{
  background: linear-gradient(90deg, #09192A 33.98%, #0B3C6C 100%);
  padding: 100px 20px;
}

.updated-classification-banner-section{
	background-color: #E8F4FD;
	padding: 80px 20px;
	background-repeat: no-repeat;
    background-size: cover;
}

.updated-banner-content{
  width: 75%;
}

.updated-banner-section h1,
.updated-classification-banner-section h1{
  font-size: 70px;
  line-height: 88px;
  font-weight: 700;
  color: #0D1B2A;
  margin-bottom: 20px;
}

.updated-banner-section h1,
.updated-classification-banner-section h1{
  color: #fff;
}

.updated-banner-section p,
.updated-classification-banner-section p{
  color: #F6F9FCA6;
  font-size: 16px;
  line-height: 160%;
  font-weight: 500;
  margin-bottom: 20px;
  width: 60%;
}

.updated-classification-banner-section p{
  width: 70%;
	color:#fff;
}

.das-category-list #banner-area,
.das-sub-category #banner-area,
.das-capability #banner-area,
.das-subcategory #banner-area{
  display: none;
}

.search-input{
  border: 1px solid #F6F9FC33 !important;
  color: #ffffff !important;
  background-color: transparent;
  width:100%;
  border-radius: 14px !important;
  backdrop-filter: blur(8px);
  min-height:56px;
/*   padding-right: 100px !important; */
	padding-right: 30px !important;
  padding-left: 50px !important;
}

.search-input::placeholder{
  color: #F6F9FC66 !important;
}

.updated-classification-banner-section .search-input{
  background-color: #fff;
  border: 1px solid #CCCCCC !important;
}

.updated-classification-banner-section .search-input::placeholder,
.updated-classification-banner-section .search-input{
  color: #0D1B2A !important;
}

.updated-classification-banner-section .search-input:focus-visible,
.updated-banner-content .search-input:focus-visible{
  outline: none;
}

.search-input-wrapper{
  position: relative;
  max-width: 700px;
}

.search-input-wrapper .search-icon{
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 1;
}

.search-input-wrapper button{
  position: absolute;
  right: 6px;
  margin: 0;
  top:5px;
  padding: 10px 20px;
  background-color: #fff;
  border-radius: 10px;
  color: #0D1B2A;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}

.custom-primary-button{
  padding: 14px 24px;
  background-color: #8DC63F;
  color: #fff !important;
  border-radius: 10px;
}

.custom-secondary-button{
  padding: 14px 24px;
  background-color: #1A76BB;
  color: #fff !important;
  border-radius: 10px;
}

.custom-primary-search-button{
  position: absolute;
  right: 6px;
  margin: 0;
  top:8px !important;
  padding: 10px 20px;
  background-color: #8DC63F !important;
  border-radius: 10px;
  color: #fff !important;
  border: 0;
}

.hero-button-category{
  gap: 16px;
}

.host-category-title{  
  font-weight: 700 !important;
  font-size: 18px;
  line-height: 140%;
  color: #020618;
}

.detail-page-capabilites h6{
  font-size: 16px;
  line-height: 160%;
  color: #0D1B2A;
  font-weight: 500 !important;
}

.detail-page-capabilites{
  border: 1px solid #DBE2E9;
  border-radius: 14px;
  padding: 20px;
}

.search-input-wrapper button:focus{
  outline: 0;
}

.container-1440.pt-8{
  padding-top: 80px;
}

.container-1440.pb-8{
  padding-bottom: 80px;
}

.prev-button.disabled,
.next-button.disabled {
    opacity: 0.4;
    pointer-events: none;
    cursor: not-allowed;
}
body.das-equipment-catalogue div#banner-area,
body.das-application-catalogue div#banner-area {
    display: none;
}


/* feedback cahnges css start */

.das-sub-category p.sucategory-desc{
	padding:0 20px 0 20px;
	font-weight:400;
	font-size:18px;
	color: #020618;
	line-height:140%;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.subcategory-list .category-content h5{
	font-size:26px;
}

.das-category-main-banner .updated-banner-content{
	width:90%;
}

.das-category-main-banner section.breadCrumb a,
.das-category-main-banner section.breadCrumb{
	color:#b3cc61;
}

.das-category-main-banner section.breadCrumb .current{
	color:#fff;
}

.das-category-main-banner{
	position:relative;
	z-index:2
}

.das-category-main-banner::after{
	content: '';
    position: absolute;
    z-index: 0;
    background-color: #000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.4;
}

.das-category-main-banner .container-1440{
	position:relative;
	z-index:1;
}

.das-sub-category .category-card.instrument-card{
	padding-bottom:20px;
}

.sub-category-card{
    border: 1px solid #DBE2E9;
    border-radius: 14px;
    width: calc(100% / 3 - 27px);
    transition: 0.3s all ease-in;
	padding:20px;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.sub-category-card h6{
	color:#020618;
	font-size:18px;
	padding-top:15px;
}

.sub-category-address span{
	color:#020618;
	font-size:16px;
	display:flex;
	align-items:center;
}

.sub-category-address span::before,
.location_icon::before{
	content: "\f041";
    width: 20px;
    font-family: 'FontAwesome';
    display: inline-block;
    color: #8DC63F;
    font-size: 23px;
}

.sub-category-address{
	gap:16px;
}

.location_icon{
	gap:4px;
	display:flex;
	align-items:center;
}

.bottom-space{
	padding-bottom:48px;
}

.instruments_gallery{
	display:flex;
	align-items:center;
	flex-wrap:wrap;
	gap:16px;
	
}

.instruments_img{
	height:300px;
	width:300px;
	border: 1px solid #DBE2E9;
    padding: 25px;
    border-radius: 14px;

}

.equipment-gallery{
	padding-bottom:48px;
}

.host-card p:first-child {
    font-weight: 500;
    color: #62748e;
    font-size: 16px;
    letter-spacing: normal;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.2;
    text-transform: uppercase;
}

@media screen and (max-width:1200px){
	.category-card-wrapper,
    .subcategory-card-wrapper.active,
    .subcategory-card-wrapper{
		gap:20px;
	}

	.category-card,
	.sub-category-card{
		width:calc(100% / 3 - 14px);	
	}
	
	.subcategory-list .category-content h5,
	.sub-category-card h5{
 	   font-size: 20px;
	}
	
	.sub-category-card h6,
	.das-sub-category p.sucategory-desc{
		font-size:16px;	
	}
	
	.updated-classification-banner-section p{
		width:90%;
	}
	
	.das-category-main-banner .updated-banner-content{
		width:100%;
	}
}

@media screen and (max-width:1024px){
	.updated-banner-content{
		width: 95%;
	}
	
	.sub-category-card{
	    width: calc(100% / 2 - 11px);
	}
	
	.updated-classification-banner-section p{
		width:100%;
	}
	
}

@media screen and (max-width:991px){
	
	.category-card{
		width:calc(100% / 2 - 10px);	
	}

  .updated-banner-section p,
  .updated-banner-content{
    width: 100%;
  }

  .updated-banner-section h1,
  .updated-classification-banner-section h1{
    font-size: 56px;
    line-height: 76px;
  }
}

@media (max-width: 950px) {
  .equipment-section {
    grid-template-columns: 1fr;
  }

  .spec-grid {
    grid-template-columns: 1fr;
  }
}


@media screen and (max-width:767px){
	
	.category-card,
	.sub-category-card{
		width:100%;	
	}
	
	.category-card img{
		width:100%;
	}
  .das_h1{
    font-size: 36px;
  }
  .category-detail-banner-image{
    height: 420px;
  }
  .das-banner-text {
    padding: 24px;
  }
  .category-card p{
    font-size: 20px;
  }

  .updated-banner-section h1,
  .updated-classification-banner-section h1 {
    font-size: 30px;
    line-height: 38px;
  }

  .updated-classification-banner-section,  .updated-banner-section{
    
    padding: 80px 0;
  }

  .category-button-wrapper .next-button, .category-button-wrapper .prev-button{
    padding: 4px 10px;
  }

  .container-1440.pb-8{
    padding-bottom: 60px;
  }

  .container-1440.pt-8{
    padding-top: 60px;
  }
  .category-button-wrapper{
    gap:5px;
  }
	
	.pagination.api-storage a, .pagination.instrument a,.das-pagination a {
		width: 30px;
		height: 30px;
	}
}

@media screen and (max-width:576px){
	.category-card img{
		height:250px;
	}

}
@media screen and (max-width:440px){
.contact-card a{
	font-size:13px !important;
}
	
}

@media screen and (max-width:350px){
.contact-card a{
	font-size:10px !important;
}
	
}


/* Overlay */
.modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 99999;
    justify-content: center;
    align-items: center;
}

.modal-overlay.active {
    display: flex;
}

/* Modal Box */
.modal-box {
    background: #fff;
    padding: 40px;
    border-radius: 12px;
    width: 100%;
    max-width: 580px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.15);
}

/* Title */
.modal-title {
    font-size: 24px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 25px 0;
}

/* Form Group */
.form-group {
    margin-bottom: 18px;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    font-size: 15px;
    color: #1a1a1a;
    box-sizing: border-box;
    font-family: inherit;
    outline: none;
    transition: border-color 0.2s;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: #9ca3af;
}

.form-group input:focus,
.form-group textarea:focus {
    border-color: #84cc16;
}

.form-group textarea {
    resize: vertical;
    min-height: 90px;
}

/* Action Buttons */
.modal-actions {
    display: flex;
    gap: 12px;
    margin-top: 10px;
}

.btn-request {
    background: #84cc16;
    color: #fff;
    border: none;
    padding: 14px 32px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s;
}

.btn-request:hover {
    background: #73b011;
}

.btn-cancel {
    background: #e0f2fe;
    color: #64748b;
    border: none;
    padding: 14px 32px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s;
}

.btn-cancel:hover {
    background: #bae6fd;
}

/* Trigger button (page par jo button hai) */
.request-btn {
    background: #84cc16;
    color: #fff;
    border: none;
    padding: 12px 28px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
}

#myModal  input[type="text"]{
      border: 1px solid #ddd;
    margin-bottom: 15px;
    border-radius: 10px;
    
}
#myModal textarea {
    border: 1px solid #ddd;
    height: 120px !important;
    margin-bottom: 15px;
     border-radius: 10px;
}
#myModal h2{
  font-weight: 600;
    font-size: 23px;
    margin-bottom: 20px;
}
header.site-header.header-hide-modal-show {
    z-index: 9 !important;
}
.modal-close:hover{
  cursor: pointer;
}
section.breadCrumb{
  text-decoration: none;
  color: #62748E;
  font-weight: 500;
  line-height: 120%;
  font-size: 16px;
}

.das-instrument section.breadCrumb{
	color:#b3cc61;
}

section.breadCrumb a:hover{ text-decoration: none !important; }
body.das-equipment-catalogue section.breadCrumb{padding: 0 !important;}
body.das-application-catalogue section.breadCrumb{padding: 0 !important;}
body.das-sub-category section.breadCrumb{padding: 0 !important;}
form#search_form button {
    display: none;
}
body.das-category-list input#search_item{
  background: #FFF !important;
  color: #000 !important;
}
body.das-category-list .search-input::placeholder{color: #000 !important;}
body.das-instrument .contact-card a{font-size: 15px;}

/*Header css */
body header#masthead nav#site-navigation ul.nav-menu{padding: 0 !important; }
body header#masthead nav#site-navigation ul.nav-menu > li.member-login{ position: relative !important; }
body header#masthead nav#site-navigation { display: flex; align-items: center; }
body header#masthead{padding: 20px 0 20px !important;}
body header#masthead nav#site-navigation div.site-branding a.custom-logo-link img{min-height: 75px !important;}
body.das-instrument header.site-header.header-hide-modal-show { position: relative !important; }
body.das-instrument div#page { padding: 0 !important; }
body.das-instrument .address-box{width: 50%; display: flex; justify-content: space-between; gap:16px;font-size:14px;line-height:120%;color:#0D1B2A !important;}
body.das-instrument .address-box span{color: #62748E; font-size: 16px; font-weight: 500; line-height: 120%;}
body.das-instrument .address-box strong{font-weight: 500;}