body{
    font-family:'Mulish', sans-serif;
}
@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1240px;
    }
}

/* TOP BAR */
.topbar{
    background:#f5f7fb;
    font-size:13px;
    padding:6px 0;
}
.topbar a{
    color:#15304D;
    margin-left:20px;
    text-decoration:none;
}

/* MAIN NAV */
.navbar{
    background:#fff;
    border-bottom:1px solid #e5e7eb;
    padding:12px 0;
}

.logo{
    height:40px;
}

/* menu links */
.nav-links a{
    margin:0 12px;
    text-decoration:none;
    color:#15304D;
    font-weight:600;
}

/* showroom button */
.showroom-btn{
    background:#2f6fe4;
    color:#fff;
    padding:8px 18px;
    border-radius:10px;
    font-weight:600;
    text-decoration:none;
}

/* ICONS */
.icon{
    width:22px;
    height:22px;
    margin-right:15px;
    cursor:pointer;
}

/* MOBILE HEADER */
.mobile-header{
    display:none;
    align-items:center;
    justify-content:space-between;
    padding:12px 15px;
    border-bottom:2px solid #2f6fe4;
}
.mobile-logo{
    height:38px;
}
.mobile-icon{
    width:26px;
}
.mobile-menu{
    position: fixed;
    top: 60px;
    left: -100%;
    width: 260px;
    height: 100%;
    background: #fff;
    padding: 20px;
    transition: 0.3s ease;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    z-index: 999;
}

.mobile-menu.active{
    left: 0;
}

.mobile-menu a{
    display: block;
    padding: 12px 0;
    text-decoration: none;
    color: #2c3e50;
    font-weight: 600;
    border-bottom: 1px solid #eee;
}
/* HERO */
.hero-section{
    background: #f3f3f5;
    padding: 80px 0 60px;
}

.hero-title{
    font-size: 52px;
    font-weight: 800;
    color: #15304D;
    margin-bottom: 20px;
}

.hero-sub{
    font-size: 18px;
    color: #15304D;
    margin-bottom: 8px;
}

.hero-location{
    display: flex;
    align-items: center;
    gap: 8px;
    color: #15304D;
    font-weight: 600;
    margin-top: 10px;
}

.hero-img{
    max-width: 480px;
}

/* CATEGORY */
.category-section{
    background: #faf9f9;
    padding: 50px 0;
}

.cat-box img{
    width: 60px;
    margin-bottom: 10px;
}

.cat-box p{
    font-weight: 600;
    color: #15304D;
    margin: 0;
}
.latest-section{
    padding:80px 0;
    background:#faf9f9;
}

/* Heading */
.section-head .dots span{
    width:8px;
    height:8px;
    background:#2f6fe4;
    display:inline-block;
    border-radius:2px;
    margin-right:6px;
}

.section-head h2{
    font-size:36px;
    font-weight:800;
    color:#15304D;
    margin-top:10px;
    margin-bottom: 20px;
}

.section-head p{
    color:#15304D;
    margin-bottom:40px;
}


/* Card */
.product-card{
    background:#fff;
    border-radius:18px;
    padding:25px;
    position:relative;
    box-shadow:0 10px 25px rgba(0,0,0,0.08);
    height:100%;
}

/* Image */
.product-img{
    text-align:center;
    margin-bottom:20px;
}
.product-img img{
    max-width:100%;
    height:210px;
    object-fit:cover;
	border-radius:5px;
}

/* Text */
.product-card h4{
    font-size:20px;
    font-weight:700;
    color:#15304D;
}
.product-card p{
    font-size:17px;
    color:#15304D;
}

/* Borders */
.border-beige{
    border:5px solid #e7d6c8;
}
.border-blue{
    border:5px solid #cfe8ff;
}
.border-lightblue{
    border:5px solid #c7d7ee;
}
.border-purple{
    border:5px solid #d6d3e8;
}

/* Label */
.latest-section .label{
    position:absolute;
    top:0px;
    left:0px;
    padding:6px 14px;
    font-size:12px;
    font-weight:700;
    border-radius:8px 0;
}

/* Label colors */
.label.beige{
    background:#e7d6c8;
    color:#7a4e2d;
}
.label.blue{
    background:#cfe8ff;
    color:#1d6fdc;
}
.info-section{
    padding:80px 0;
    background:#fff;
}

.info-row{
    margin-top:50px;
}

/* IMAGE BOX */
.info-img{
    border-radius:20px;
    padding:30px;
    text-align:center;
}

.info-img img{
    max-width:100%;
}

/* Background styles */
.gradient-bg{
    background: linear-gradient(135deg, #6a5cff, #2f6fe4);
}

.light-bg{
    background:#eef1f6;
}

/* CONTENT */
.info-content h3{
    font-size:28px;
    font-weight:800;
    color:#15304D;
    margin-bottom:15px;
}

.info-content p{
    color:#15304D;
    font-size:17px;
}

.info-content ul{
    margin:30px 0;
    padding-left:18px;
}

.info-content ul li{
    margin-bottom:6px;
    color:#15304D;
}

/* BUTTON (Reusable) */
.btn-primary-custom{
    display:inline-block;
    background:#2f6fe4;
    color:#fff;
    padding:10px 18px;
    border-radius:8px;
    font-weight:600;
    text-decoration:none;
}

/* VIEW MORE */
.view-more{
    color:#2f6fe4;
    font-weight:600;
    text-decoration:none;
}
.section-head p {
    max-width: 700px;
}
.manufacturing-section{
    padding:80px 0;
    background:#F5F5F7;
}

/* Feature Box */
.feature-box{
    padding:20px;
}

/* Icon Wrapper */
.feature-icon{
    width:90px;
    height:90px;
    margin:0 auto 20px;
    border-radius:22px;
    background: linear-gradient(135deg, #2f6fe4, #1f5bd8);
    display:flex;
    align-items:center;
    justify-content:center;
    position:relative;
}

/* Inner white card effect */
.feature-icon::after{
    content:'';
    position:absolute;
    width:70px;
    height:70px;
    background:#fff;
    border-radius:18px;
    right:-8px;
    bottom:-8px;
    box-shadow:0 8px 20px rgba(0,0,0,0.08);
}

/* SVG inside */

.feature-icon img {
    width: 34px;
    position: relative;
    z-index: 2;
    right: -18px;
    bottom: -18px;
}

/* Text */
.feature-box h4{
    font-size:20px;
    font-weight:700;
    color:#15304D;
    margin-bottom:10px;
}

.feature-box p{
    font-size:14px;
    color:#15304D;
    max-width:250px;
    margin:0 auto;
}
section.manufacturing-section .section-head p, .faq-section .section-head p {
    margin: 0 auto 40px;
}
.testimonial-section{
    padding:80px 0;
    background:#fff;
    position:relative;
}

/* Quote */

/* Avatars */
.avatars{
    margin:10px 0 20px;
}
.avatars img{
    width:45px;
    height:45px;
    border-radius:50%;
    margin-left:-10px;
    border:3px solid #fff;
}

/* Text */
.testimonial-item h3{
    font-size:24px;
    font-weight:600;
    color:#15304D;
    max-width:570px;
    margin:0 auto 20px;
}
.brand {
    max-width: 570px;
    margin: 0 auto 20px;
}
/* Brand */
.brand img{
    height:25px;
}

/* Arrows */
.prev-arrow,
.next-arrow{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    background:#fff;
    border:1px solid #ddd;
    width:50px;
    height:50px;
    border-radius:50%;
    font-size:24px;
    cursor:pointer;
}

.prev-arrow{ left:20px; }
.next-arrow{ right:20px; }




.testimonial-top{
    display: flex;
    align-items: center;
    gap: 20px;
    max-width: 570px;
    margin: 0 auto 10px;
}

.quote-icon {
    font-size: 160px;
    color: #2f6fe4;
    position: relative;
    top: 20px;
        line-height: 0;
        font-weight:800;
}

/* avatars */
.avatars{
    display:flex;
    align-items:center;
}

.avatars img{
    width:50px;
    height:50px;
    border-radius:50%;
    margin-left:-12px;
    border:3px solid #fff;
    cursor:pointer;
    transition:0.3s;
}

.avatars img:first-child{
    margin-left:0;
}

/* ACTIVE */
.avatars img.active{
    border:3px solid #2f6fe4;
    transform:scale(1.05);
}
section.testimonial-section .section-head p {
    margin: 0 auto 40px;
}

.faq-section{
    padding:80px 0;
    background:#f5f7fb;
}

/* LIST */
.faq-list{
    max-width:900px;
    margin:40px auto 0;
}

/* ITEM */
.faq-item{
    background:#fff;
    border-radius:10px;
    margin-bottom:15px;
    box-shadow:0 5px 15px rgba(0,0,0,0.05);
    overflow:hidden;
    transition:0.3s;
}

/* ACTIVE */
.faq-item.active{
    border:2px solid #2f6fe4;
    box-shadow:none;
}

/* QUESTION */
.faq-question{
    padding:18px 20px;
    font-weight:600;
    font-size:18px;
    color:#15304D;
    display:flex;
    justify-content:space-between;
    align-items:center;
    cursor:pointer;
}

/* ICON */
.faq-icon{
    font-size:18px;
}

/* ANSWER */
.faq-answer{
    max-height:0;
    overflow:hidden;
    transition:all 0.3s ease;
    padding:0 20px;
}

/* OPEN STATE */
.faq-item.active .faq-answer{
    max-height:500px;
    padding:15px 20px 20px;
}

.faq-answer p{
    color:#15304D;
    font-size:14px;
}

/* ROTATE ICON */
.faq-item.active .faq-icon{
    transform:rotate(180deg);
}
.footer-links{
    padding:60px 0;
    background:#fff;
}

.footer-links h5{
    color:#2f6fe4;
    font-weight:700;
    margin-bottom:15px;
}

.footer-links ul{
    list-style:none;
    padding:0;
}

.footer-links ul li{
    margin-bottom:8px;
    color:#15304D;
    font-size:14px;
    cursor:pointer;
}
.main-footer{
    background: #15304D;
    color:#fff;
    padding:60px 0 30px;
    position:relative;
}

/* logo */
.footer-logo img{
    height:40px;
}

/* text */
.main-footer p{
    color:#c7d3e3;
    font-size:14px;
}

/* social */
.social-icons span{
    display:inline-block;
    width:30px;
    height:30px;
    line-height:30px;
    margin-right:8px;
}
.hero-location span {
    color: #1F77FF;
    font-size: 18px;
    font-weight: 400;
}
/* headings */
.main-footer h5{
    font-weight: 800;
    margin-bottom: 15px;
    font-size: 24px;
}

/* menu */
.footer-menu a{
    display: inline-block;
    margin-right: 32px;
    color: #c7d3e3;
    text-decoration: none;
    font-size: 16px;
}

/* subscribe */
.subscribe-box{
    display:flex;
    background:rgba(255,255,255,0.1);
    padding:5px;
    border-radius:10px;
}

.subscribe-box input{
    flex:1;
    border:none;
    background:transparent;
    color:#fff;
    padding:10px;
    outline:none;
}

.subscribe-box input::placeholder{
    color:#c7d3e3;
}

.subscribe-box button{
    border:none;
}

/* glow effect */
.footer-glow{
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    height:5px;
    background:linear-gradient(90deg, transparent, #2f6fe4, transparent);
}

.main-footer p {
    color: #fff;
    font-size: 18px;
}
.main-footer p.pp {
    max-width: 290px;
}
.main-footer p.copyright {
    font-size: 12px;
}
/* Responsive */
@media(max-width:991px){
    .testimonial-item h3{
        font-size:18px;
    }
}
/* Responsive */
@media(max-width:991px){
    .feature-box{
        margin-bottom:30px;
    }
}
/* RESPONSIVE */
@media(max-width:991px){

    .info-content{
        margin-top:20px;
        text-align:center;
    }

    .info-content ul{
        text-align:left;
        display:inline-block;
    }

    .info-content h3{
        font-size:22px;
    }
}

/* Responsive */
@media(max-width:991px){
    .section-head h2{
        font-size:26px;
    }
}
/* RESPONSIVE */
@media(max-width:991px){

    

    .hero-title{
        font-size: 48px;
    }

    .hero-img{
        margin-top: 30px;
        max-width: 100%;
    }

    .category-section .row{
        gap:20px;
    }

    .cat-box img{
        width: 45px;
    }
}
/* RESPONSIVE */
@media(max-width:991px){

    .topbar,
    .navbar{
        display:none;
    }

    .mobile-header{
        display:flex;
    }
}


.product-hero{
    background-image: linear-gradient(to top, #e4e4e7, #e3e3e4, #e4e4e7, #e3e3e3, #e4e4e6, #ededed, #ededed, #ededed, #ededed, #ededed, #ededed, #ededed, #ededed, #ededed, #ededed, #ededed, #ededed, #ededed, #ededed, #ededed, #ededed, #ededed, #2f6fe426, #2f6fe4);
    padding: 40px 0 0;
}
.icon-item.active p, .icon-item.active a {
    color: #1F77FF;
}

/* scroll wrapper */
.top-icons-scroll{
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 15px;
}

.top-icons{
    gap: 50px;
    justify-content: center;
    min-width: max-content;
}

/* icon item */
.icon-item{
    text-align: center;
    min-width: 130px;
        position: relative;
}

.icon-item img{
    width: 60px;
    height: 60px;
    object-fit: contain;
    margin-bottom: 10px;
}

.icon-item p, .icon-item a{
    font-weight: 600;
    color: #2b3a4a;
    margin: 0;
    text-decoration: none;

}
.icon-item.active:after {
    content: "";
    width: 100%;
    height: 2px;
    background: #1F77FF;
    position: absolute;
    left: 0;
    bottom: -15px;
}

/* product image */
.product-image{
    margin-top: 40px;
}

.product-image img{
    max-width: 900px;
}
@media(max-width:991px){
.category-section .row {
    flex-wrap: nowrap;
    overflow: scroll;
    white-space: nowrap;
}
}
/* mobile */
@media(max-width:768px){
.home .hero-section .col-md-6.text-end {
    display: none;
}
.category-section {
    background: #faf9f9;
    padding: 20px 0;
}
.hero-section .col-lg-6.text-end {
    display: none;
}
    .hero-title {
        font-size: 48px;
        text-align: left;
    }
	.hero-section p.hero-sub {
    text-align: left;
    margin-left: auto;
}
	    .hero-section {
        text-align: center;
        padding: 20px 0 35px;
    }
	
.hero-location {
    margin-top: 18px;
}
	.latest-section {
    padding: 25px 0;
    background: #faf9f9;
}
	.section-head p {
    margin-bottom: 20px;
}
.section-head h2 {
    margin-bottom: 6px;
}
	.info-section {
    padding: 20px 0;
}
	.info-content {
    text-align: left;
}
	.manufacturing-section,.testimonial-section,.faq-section {
    padding: 20px 0;
}
	.testimonial-section .slick-arrow {
    display: none;
}
    .top-icons{
        justify-content: flex-start;
        padding-left: 10px;
    }

    .icon-item{
        min-width: 110px;
    }

    .icon-item img{
        width: 45px;
        height: 45px;
    }

    .icon-item p{
        font-size: 14px;
    }

    .product-image img{
        max-width: 100%;
    }

}
.nav-links a:hover {
    color: #2f6fe4;
}

/* MAIN PARENT */
.dc-video-screens {
  padding: 20px 0 60px;
}

/* ===== COMMON HEADING (Reusable Across Pages) ===== */
.dc-heading {
  margin-bottom: 35px;
}

.dc-breadcrumb {
  font-size: 14px;
  color: #15304D;
    margin-bottom: 35px;
}

.dc-title {
  font-size: 32px;
  font-weight: 700;
  color: #15304D;
}

.dc-subtitle {
    font-size: 18px;
    color: #15304D;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 0;
}
/* ===== SCREEN BOX ===== */
.dc-screen-wrapper img{
  border-radius: 25px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.1);
	    width: 100%;

}
.topgradient:before {
    content: "";
    width: 100%;
    height: 25px;
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(to top, transparent, #2f6fe4);
}

.topgradient {
    position: relative;
}
.topgradient > div {
    position: relative;
    z-index: 9;
}
/* Columns */
.dc-screen-col {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}

.dc-screen-col.center {
  margin-top: -30px;
}

/* Screens */
.dc-screen {
  background: linear-gradient(135deg, #000, #0d47a1);
  border-radius: 4px;
  box-shadow: 0 10px 20px rgba(0,0,0,0.4);
}

/* Sizes */
/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
  .dc-title {
    font-size: 28px;
  }

  .dc-subtitle {
    font-size: 16px;
  }

  .dc-screen-wrapper {
    padding: 25px 15px;
  }

  .dc-screen-col.center {
    margin-top: 0;
  }
}

/* MAIN PARENT */
.dc-how-it-works {
  padding: 80px 0;
  background: #fff;
}

/* ROW SPACING */
.dc-how-it-works .dc-row-gap {
  margin-bottom: 40px;
}

/* CONTENT */
.dc-how-it-works .dc-content {
  max-width: 520px;
}

/* HEADINGS */
 .dc-title {
  font-size: 32px;
  font-weight: 700;
  color: #15304D;
  margin-bottom: 20px;
}

 .dc-desc {
  font-size: 16px;
  color: #15304D;
  line-height: 1.7;
  margin-bottom: 15px;
}

 .dc-small {
  font-size: 14px;
  color: #15304D;
  line-height: 1.7;
}

/* IMAGE CARD */
.dc-how-it-works .dc-image-card {
  background:#f5fbff;
  border-radius: 20px;
  padding: 20px;
  text-align: center;
}
.dc-how-it-works .container .row:nth-child(odd) .dc-image-card{
	background: #f7f7f7;
}

.dc-how-it-works .dc-image-card img {
  max-width: 100%;
  height: auto;
}

.dc-how-it-works .dc-image-card.large {
  padding: 30px;
}

/* GALLERY */
.dc-how-it-works .dc-gallery {
  border-radius: 20px;
  overflow: hidden;
}

.dc-how-it-works .dc-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dc-how-it-works .dc-gallery.big {
  height: 530px;
}

.dc-how-it-works .dc-gallery.small {
  height: 253px;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .dc-how-it-works .dc-content {
    max-width: 100%;
  }

  .dc-how-it-works .dc-title {
    font-size: 26px;
  }

  .dc-how-it-works .dc-gallery.big {
    height: 250px;
  }

  .dc-how-it-works .dc-gallery.small {
    height: 150px;
  }
}

@media (max-width: 768px) {
  .dc-how-it-works {
    padding: 50px 0;
  }

  .dc-how-it-works .dc-row-gap {
    margin-bottom: 25px;
  }
}


/* ================= SECTION 1 ================= */
.dc-support {
  padding: 80px 0;
  background: #f3f5f7;
}

.dc-support .dc-support-card {
  background: #ffffff;
  padding: 25px;
  border-radius: 20px;
  text-align: center;
}

.dc-support .dc-support-card img {
  max-width: 100%;
}


/* ================= SECTION 2 ================= */
.dc-explore {
  padding: 80px 0;
  background: #fff;
}


/* Tabs */
.dc-explore .dc-tabs {
  list-style: none;
  padding: 0;
  margin: 0;
}

.dc-explore .dc-tabs li {
  padding: 15px 10px;
  border-bottom: 1px solid #d9e0e6;
  cursor: pointer;
  font-size: 18px;
  color: #15304D;
  display: flex;
  justify-content: space-between;
  transition: all 0.3s;
}

.dc-explore .dc-tabs li::after {
  content: "›";
  color: #1F77FF;
}

.dc-explore .dc-tabs li.active {
  color: #1F77FF;
  font-weight: 600;
}

.dc-explore .dc-tabs li:hover {
  color: #1F77FF;
}

/* Image */
.dc-explore .dc-tab-image {
  background: #f9f9f9;
  border-radius: 20px;
  padding: 30px;
  text-align: center;
}
section.manufacturing-section.inside {
    background: #fff;
    padding: 40px 0 0px;
}
.dc-explore .dc-tab-image img {
  max-width: 100%;
  transition: 0.3s;
}


/* ================= RESPONSIVE ================= */
@media (max-width: 992px) {

  .dc-support .dc-title,
  .dc-explore .dc-title {
    font-size: 26px;
  }

  .dc-explore .dc-tabs li {
    font-size: 16px;
  }
}

@media (max-width: 768px) {

  .dc-support,
  .dc-explore {
    padding: 50px 0;
  }

  .dc-explore .dc-tab-image {
    padding: 20px;
  }
}

    .specification-section {
      background-color: #f5f7fa;
      padding: 60px 20px;
    }

    .specification-section h2 {
      font-weight: 700;
      margin-bottom: 20px;
    }

    .specification-section .description {
      color: #737B7D;
      max-width: 700px;
      margin-bottom: 40px;
    }

    .specification-section .spec-row {
      margin-bottom: 25px;
    }

    .specification-section .spec-title {
      font-weight: 600;
      color: #737B7D;
    }

    .specification-section .spec-value {
      color: #15304D;
      line-height: 1.6;
    }
.healthcare-card.grientbg {
    padding: 40px;
    background: linear-gradient(262.82deg, #1F77FF -9.91%, #806AF9 89.24%);
}

.healthcare-card {
    border-radius: 40px;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.dc-breadcrumb a {
    color: #15304D;
    text-decoration: none;
}
.label.purple {
    background: #d6d3e8;
    color: #1d6fdc;
}
.label.lightblue {
    background: #c7d7ee;
	color: #1d6fdc;
}
section.latest-section.prod {
    padding: 50px 0 20px;
}
.product-card a {
    text-decoration: none;
}
.noproducts p {
    font-size: 30px;
    opacity: 0.3;
    border: solid 1px #000;
    padding: 20px;
    border-radius: 7px;
}

.latest-section .form-control {
    width: 260px;
    border-radius: 30px;
}
.pagination .prev,.pagination .next {
    background: #ddd;
    color: #000;
    text-decoration: none;
    padding: 0 10px;
    border-radius: 100%;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pagination a{
	text-decoration: none;
	color: #000;
}
.pagination {
    justify-content: end;
}
.pagination .alls a {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}

.pagination .alls a.active {
    background: #15304D;
    color: #fff;
}
.pagination .alls {
    display: flex;
    gap: 10px;
    background: #ddd;
    border-radius: 30px;
    padding: 3px 15px;
    margin: 0 5px;
}
.pagination svg {
    height: 12px;
    width: 16px;
}
.topliness{
	position:relative
}
.topliness:before {
    content: "";
    background-image: linear-gradient(to top, #e4e4e7, #e3e3e4, #e4e4e7, #e3e3e3, #e4e4e6, #ededed, #ededed, #ededed, #ededed, #ededed, #ededed, #ededed, #ededed, #ededed, #ededed, #ededed, #ededed, #ededed, #ededed, #ededed, #ededed, #ededed, #2f6fe426, #2f6fe4);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
.topliness > div{
	position:relative;
	z-index:9;
}
ul.catlistnew li {
    padding: 6px 0;
    border-bottom: solid 1px #ddd;
}
ul.catlistnew li a {
    color: #15304D;
    text-decoration: none;
    font-weight: 600;
}
ul.catlistnew {
    padding: 0;
    list-style: none;
}
ul.subcatlist li a {
    font-weight: 300;
}

ul.subcatlist li {
    border: 0;
}
ul.subcatlist {
    list-style: none;
    padding: 0 0 0 15px;
}
ul.catlistnew li a:hover{
	color:#1D73F5
}
input.search {
    width: 100%;
    background: #e4e4e4;
    border: 0;
    padding: 10px;
    border-radius: 10px;
}

.seracprod {
    position: relative;
    margin-bottom: 20px;
}
.seracprod button {
    position: absolute;
    right: 2px;
    top: 50%;
    transform: translateY(-50%);
    background: #1F77FF;
    border: 0;
    padding: 8px;
    width: 50px;
    border-radius: 10px;
}

span.totalitem {
    background: #fff;
    width: 20px;
    height: 20px;
    display: inline-flex;
    color: #2c3e50;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    font-size: 12px;
}
.footer-links {
    border-top: solid 1px #ddd;
}
.inquiry-form input, .inquiry-form select, .inquiry-form textarea {
    margin-bottom: 10px;
}
section.latest-section.pops .inquiry-box {
    overflow-y: scroll;
    height: 90%;
}


    .logos-section {
      padding: 15px 0 72px;
    }

    /* ── Section heading ── */
    .logos-section .logos-heading {
      font-size: clamp(18px, 2.5vw, 24px);
      font-weight: 700;
      color: var(--heading);
      text-align: center;
      margin-bottom: 40px;
    }

    /* ── Divider between the two blocks ── */
    .logos-section .logos-divider {
      border: none;
      border-top: 1px solid var(--border);
      margin: 35px 0;
    }

    /* ── Logo row ── */
    .logos-section .logo-row {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      gap: 12px 0;
    }

    .logos-section .logo-item {
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 12px 28px;
    }

    .logos-section .logo-item img {
      max-height: 52px;
      max-width: 140px;
      width: auto;
      object-fit: contain;
      filter: grayscale(0%);
      transition: opacity .2s;
    }
    .logos-section .logo-item img:hover { opacity: .8; }
    .custom-service-top {
      background: #fff;
      padding: 72px 0 64px;
      overflow: hidden;
    }

    .custom-service-top .service-top-content {
      display: flex;
      flex-direction: column;
      justify-content: center;
      height: 100%;
      padding-right: 32px;
    }

    .custom-service-top .service-top-content h1 {
      
      font-size: clamp(28px, 3.5vw, 42px);
      font-weight: 800;
      color: #15304D;
      line-height: 1.15;
      margin-bottom: 20px;
    }

    .custom-service-top .service-top-content h1 span {
      display: block;
    }

    .custom-service-top .service-top-content p {
      
      font-size: 16px;
      color: #6b7280;
      line-height: 1.6;
      margin: 0;
    }

    .custom-service-top .service-top-img {
      display: flex;
      align-items: center;
      justify-content: flex-end;
    }

    .custom-service-top .service-top-img img {
      max-width: 100%;
      height: auto;
      object-fit: contain;
    }



    /* ═══════════════════════════════════════════════
       SECTION 2 — custom-service-block
    ═══════════════════════════════════════════════ */

    .custom-service-block {
      background: #2f6fe4;
      padding: 80px 0 88px;
      position: relative;
      overflow: hidden;
    }

    /* Subtle background circles for depth */
    .custom-service-block::before {
      content: '';
      position: absolute;
      top: -120px;
      right: -120px;
      width: 400px;
      height: 400px;
      border-radius: 50%;
      background: rgba(255,255,255,.05);
      pointer-events: none;
    }
    .custom-service-block::after {
      content: '';
      position: absolute;
      bottom: -80px;
      left: -80px;
      width: 300px;
      height: 300px;
      border-radius: 50%;
      background: rgba(255,255,255,.04);
      pointer-events: none;
    }

    /* Section heading */
    .custom-service-block .block-heading {
      
      font-size: clamp(24px, 3vw, 36px);
      font-weight: 700;
      color: #fff;
      text-align: center;
      margin-bottom: 18px;
    }

    .custom-service-block .block-subheading {
      
      font-size: 15.5px;
      color: rgba(255,255,255,.82);
      text-align: center;
      line-height: 1.7;
      max-width: 680px;
      margin: 0 auto 56px;
    }

    /* Benefit card */
    .custom-service-block .benefit-card {
      background: rgba(255,255,255,.12);
      border: 1px solid rgba(255,255,255,.18);
      border-radius: 18px;
      padding: 32px 28px 40px;
      height: 100%;
      position: relative;
      transition: background .25s, transform .25s, box-shadow .25s;
    }
    .custom-service-block .benefit-card:hover {
      background: rgba(255,255,255,.18);
      transform: translateY(-4px);
      box-shadow: 0 16px 40px rgba(0,0,0,.15);
    }

    /* Card number */
    .custom-service-block .benefit-card .card-number {
    
      font-size: 42px;
      font-weight: 700;
      color: rgba(255,255,255,.9);
      line-height: 1;
      display: block;
    }

    /* Card icon */
    .custom-service-block .benefit-card .card-icon {
      width: 44px;
      height: 44px;
      color: rgba(255,255,255,.85);
      flex-shrink: 0;
    }

    /* Number + icon row */
    .custom-service-block .benefit-card .card-top {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      margin-bottom: 48px;
    }

    /* Card title */
    .custom-service-block .benefit-card .card-title {
      
      font-size: clamp(20px, 2.5vw, 26px);
      font-weight: 700;
      color: #fff;
      line-height: 1.25;
      margin: 0;
    }
        .custom-design-block {
      background: #fff;
      padding: 72px 0 30px;
    }
 
    /* ── Section heading ── */
    .custom-design-block .design-section-title {
    
      font-size: clamp(22px, 3vw, 32px);
      font-weight: 700;
      color: #15304D;
      text-align: center;
      margin-bottom: 48px;
    }
 
    /* ── Card group (image + text pair) ── */
    .custom-design-block .design-row {
      margin-bottom: 56px;
    }
    .custom-design-block .design-row:last-child {
      margin-bottom: 0;
    }
 
    /* ── Image ── */
    .custom-design-block .design-img-wrap {
      border-radius: 12px;
      overflow: hidden;
      width: 100%;
      aspect-ratio: 16 / 9;
      margin-bottom: 24px;
    }
    .custom-design-block .design-img-wrap img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      transition: transform .4s ease;
    }
    .custom-design-block .design-img-wrap:hover img {
      transform: scale(1.03);
    }
 
    /* ── Text block ── */
    .custom-design-block .design-text h3 {
      
      font-size: clamp(17px, 2vw, 20px);
      font-weight: 700;
      color: #15304D;
      margin-bottom: 14px;
    }
    .custom-design-block .design-text p {
      font-size: 14.5px;
      line-height: 1.75;
      margin: 0;
    }
        .custom-products-block {
      background: #fff;
      padding: 64px 0 80px;
    }
 
    /* ── Outer card wrap ── */
    .custom-products-block .products-card {
      background: #f4f6fb;
      border-radius: 20px;
      padding: 40px 36px;
    }
 
    /* ── Section heading ── */
    .custom-products-block .products-heading {
      font-size: clamp(20px, 2.8vw, 28px);
      font-weight: 700;
      color: #15304D;
      margin-bottom: 32px;
    }
 
    /* ── Inner layout: left nav + right panel ── */
    .custom-products-block .products-inner {
      display: flex;
      gap: 32px;
      align-items: flex-start;
    }
 
    /* ── Left: Tab nav ── */
    .custom-products-block .products-nav {
      flex: 0 0 340px;
      max-width: 340px;
      display: flex;
      flex-direction: column;
      gap: 4px;
    }
 
    .custom-products-block .products-nav .nav-btn {
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 100%;
      padding: 18px 22px;
      font-size: clamp(15px, 1.6vw, 18px);
      font-weight: 600;
      color: #15304D;
      background: transparent;
      border: none;
      border-radius: 10px;
      cursor: pointer;
      text-align: left;
      transition: background .2s, color .2s;
      line-height: 1.3;
    }
 
    .custom-products-block .products-nav .nav-btn .nav-arrow {
      flex-shrink: 0;
      width: 18px;
      height: 18px;
      margin-left: 12px;
      opacity: .45;
      transition: opacity .2s;
    }
 
    .custom-products-block .products-nav .nav-btn:hover {
      background: rgba(47, 111, 228, .08);
      color: #2f6fe4;
    }
    .custom-products-block .products-nav .nav-btn:hover .nav-arrow {
      opacity: .7;
    }
 
    .custom-products-block .products-nav .nav-btn.active {
      background: #2f6fe4;
      color: #fff;
    }
    .custom-products-block .products-nav .nav-btn.active .nav-arrow {
      opacity: 1;
      filter: brightness(10);
    }
 
    /* ── Right: Content panel ── */
    .custom-products-block .products-panel {
      flex: 1;
      /* Fixed height matching ~6 tabs; overflow scrolls if content is taller */
      height: 420px;
      overflow-y: auto;
      padding-right: 6px;
    }
 
    /* Custom scrollbar */
    .custom-products-block .products-panel::-webkit-scrollbar {
      width: 4px;
    }
    .custom-products-block .products-panel::-webkit-scrollbar-track {
      background: transparent;
    }
    .custom-products-block .products-panel::-webkit-scrollbar-thumb {
      background: #c7d4f0;
      border-radius: 4px;
    }
 
    /* Individual pane */
    .custom-products-block .products-panel .pane {
      display: none;
    }
    .custom-products-block .products-panel .pane.active {
      display: block;
    }
 
    /* Sub-heading inside pane */
    .custom-products-block .products-panel .pane-sub {
      font-size: 14px;
      font-weight: 700;
      color: #15304D;
      margin-top: 24px;
      margin-bottom: 10px;
    }
    .custom-products-block .products-panel .pane-sub:first-child {
      margin-top: 0;
    }
 
    /* Bullet list */
    .custom-products-block .products-panel ul {
      margin: 0 0 15px 0;
      padding-left: 20px;
    }
    .custom-products-block .products-panel ul li {
      
      font-size: 14px;
      color: #374151;
      line-height: 1.75;
      margin-bottom: 2px;
    }
 
    /* Plain paragraph */
    .custom-products-block .products-panel p {
      font-size: 14px;
      line-height: 1.75;
      margin-bottom: 10px;
    }
 	section.textiwthimag h2 {
    font-weight: 800;
}
section.textiwthimag {
    margin-bottom: 50px;
}
.row.reverse {
    flex-direction: row-reverse;
}

img.alignleft {
    float: left;
    margin-right: 20px;
}
img.alignright {
    float: right;
    margin-left: 20px;
}
.post-content img.alignright {
    order: 1;
}

.post-content p {
    display: flex;
    align-items: center;
    gap: 20px;
}
.post-content img {
    border-radius: 10px;
}
    /* ── Responsive ── */
    @media (max-width: 991px) {
      .custom-products-block .products-inner {
        flex-direction: column;
        gap: 0;
      }
      .custom-products-block .products-nav {
        flex: none;
        max-width: 100%;
        width: 100%;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 6px;
        margin-bottom: 20px;
      }
      .custom-products-block .products-nav .nav-btn {
        flex: 0 0 auto;
        width: auto;
        padding: 10px 18px;
        font-size: 13px;
      }
      .custom-products-block .products-nav .nav-btn .nav-arrow {
        display: none;
      }
      .custom-products-block .products-panel {
        height: 360px;
        width: 100%;
      }
    }
 
    @media (max-width: 575px) {
      .custom-products-block .products-card { padding: 24px 18px; }
      .custom-products-block .products-panel { height: 320px; }
    }
 
    /* ── Responsive ── */
    @media (max-width: 767px) {
      .custom-design-block { padding: 28px 0 16px; }
      .custom-design-block .design-row { margin-bottom: 40px; }
      .custom-design-block .design-section-title { margin-bottom: 32px; }
		.post-content p {
			display: block;
		}
    }

    /* ── Responsive ── */
    @media (max-width: 991px) {
      .custom-service-top .service-top-content {
        padding-right: 0;
        margin-bottom: 40px;
        text-align: center;
      }
      .custom-service-top .service-top-img {
        justify-content: center;
      }
    }

    @media (max-width: 767px) {
      .custom-service-top { padding: 48px 0 40px; }
      .custom-service-block { padding: 56px 0 64px; }
      .custom-service-block .benefit-card { margin-bottom: 16px; }
      .custom-service-block .block-subheading { margin-bottom: 36px; }
    }

    @media (max-width: 575px) {
      .custom-service-block .benefit-card .card-number { font-size: 32px; }
      .custom-service-block .benefit-card { padding: 24px 20px 32px; }
    }
    /* ── Responsive ── */
    @media (max-width: 767px) {
      .logos-section .logo-item { padding: 10px 18px; }
      .logos-section .logo-item img { max-height: 40px; max-width: 110px; }
      .logos-section { padding: 40px 0 48px; }
		.row.reverse {
    flex-direction: column;
}
    }
    @media (max-width: 480px) {
      .logos-section .logo-item { flex: 0 0 50%; padding: 10px 16px; }
    }
@media(max-width:991px){
.enquiry-cart-col{
	display:none
}
}

.custom-products-block .products-panel p {
    font-weight: 700;
}
    .overlay-with-image {
      position: relative;
      background-color: #1a45c8;
      overflow: hidden;
      min-height: 340px;
      display: flex;
      align-items: center;
    }
 
    /* Background image — right side blended in */
    .overlay-with-image .owi-bg-image {
    position: absolute;
    width: 50%;
    height: 100%;
    object-fit: cover;
    object-position: center right;
    opacity: 1;
    mix-blend-mode: normal;
    right: 0;
}
 
    /* Blue gradient overlay — stronger on the left, fades to transparent on right */
    .overlay-with-image .owi-overlay {
      position: absolute;
      inset: 0;
      background: linear-gradient(
        to right,
        #1a45c8 0%,
        #1a45c8 42%,
        rgba(26, 69, 200, 0.82) 60%,
        rgba(26, 69, 200, 0.40) 100%
      );
      z-index: 1;
    }
 
    /* Content sits above overlay */
    .overlay-with-image .owi-content {
      position: relative;
      z-index: 2;
      padding: 72px 0;
    }
 
    /* Three dots decoration */
    .overlay-with-image .owi-dots {
      display: flex;
      gap: 6px;
      margin-bottom: 18px;
    }
 
    .overlay-with-image .owi-dots span {
      display: block;
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background: rgba(255, 255, 255, 0.7);
    }
 
    /* Heading */
    .overlay-with-image .owi-title {
      font-size: clamp(22px, 3.5vw, 32px);
      font-weight: 700;
      color: #ffffff;
      margin-bottom: 16px;
      line-height: 1.25;
    }
 
    /* Description */
    .overlay-with-image .owi-desc {
      font-size: 14.5px;
      color: rgba(255, 255, 255, 0.82);
      line-height: 1.7;
      margin-bottom: 32px;
      max-width: 440px;
    }
 
    /* CTA Button */
    .overlay-with-image .owi-btn {
      display: inline-block;
      font-size: 14px;
      font-weight: 600;
      color: #1a45c8;
      background: #ffffff;
      border: none;
      border-radius: 8px;
      padding: 12px 28px;
      text-decoration: none;
      transition: background .2s, color .2s, transform .15s;
      cursor: pointer;
    }
 
    .overlay-with-image .owi-btn:hover {
      background: #f0f4ff;
      color: #1338a8;
      transform: translateY(-1px);
    }
 
    .overlay-with-image .owi-btn:active {
      transform: translateY(0);
    }
 
    /* ── Responsive ── */
    @media (max-width: 767px) {
      .overlay-with-image {
        min-height: 280px;
      }
      .overlay-with-image .owi-overlay {
        background: linear-gradient(
          to right,
          #1a45c8 0%,
          #1a45c8 55%,
          rgba(26, 69, 200, 0.75) 80%,
          rgba(26, 69, 200, 0.55) 100%
        );
      }
      .overlay-with-image .owi-content {
        padding: 52px 0;
      }
      .overlay-with-image .owi-desc {
        font-size: 13.5px;
      }
    }
 
    @media (max-width: 480px) {
      .overlay-with-image .owi-overlay {
        background: rgba(26, 69, 200, 0.88);
      }
      .overlay-with-image .owi-content {
        padding: 44px 0;
      }
    }

.category-section .cat-box a {
    text-decoration: none;
}
 @media (min-width: 992px) {
.selectboxcat{
	display:none
}
}
.selectboxcat {
    margin-bottom: 20px;
}
.news-section .read-btn{
	text-decoration:none
}
.mobile-icon span.totalitem {
    position: absolute;
    top: -5px;
    right: -5px;
    background: #2f6fe4;
    color: #fff;
}
.selectboxcat {
    max-width: 100%;
}

.selectboxcat .cat-dropdown {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 16px;
    outline: none;
    cursor: pointer;
}

/* Selected / Focus color */
.selectboxcat .cat-dropdown:focus {
    border-color: #1F77FF;
    box-shadow: 0 0 0 2px rgba(31, 119, 255, 0.2);
}

/* Selected text color (limited browser support) */
.selectboxcat .cat-dropdown option:checked {
    background: #1F77FF;
    color: #fff;
}
.searchformall {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.searchformall .search-box {
  width: 90%;
  max-width: 600px;
}

.searchformall .search-field {
  display: flex;
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
}

.searchformall input {
  flex: 1;
  padding: 15px 20px;
  font-size: 16px;
  border: none;
  outline: none;
}

.searchformall .submit-btn {
  padding: 0 20px;
  border: none;
  background: #1F77FF;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  transition: 0.3s;
}

.searchformall .submit-btn:hover {
  background: #333;
}

.searchformall .close-search {
    position: absolute;
    top: 20px;
    right: 30px;
    background: none;
    border: none;
    color: #fff;
    font-size: 30px;
    cursor: pointer;
}
.news-section .news-tabs {
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow: auto;
}
.mobile-menu .menu-close {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 28px;
  border: none;
  background: none;
  cursor: pointer;
}
.inquiry-wrapper .product-img{
	margin-bottom:0
}
.inquiry-wrapper .product-name {
    align-self: anchor-center;
}
button.cart-close {
    position: absolute;
    right: 10px;
    top: 15px;
    background: transparent;
    border: 0;
    font-size: 25px;
}
.inquiry-wrapper {
    width: 100%;
}
.showcart {
    border: solid 1px #ddd;
    padding: 10px 20px;
    border-radius: 6px;
    margin-bottom: 21px;
	    font-weight: 500;
}
.showcart span {
    width: 20px;
    height: 20px;
    display: inline-flex;
    color: #fff;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    font-size: 12px;
    background: #1F77FF;
}
@media (max-width: 991px) {
section.latest-section.pops {
    padding: 50px 0;
}

.hideattab {
    display: none;
}
.news-section .news-tabs {
    margin-bottom: 20px;
}
	.news-section .news-tab {
    background: #fafafa;
}
	.news-section {
    padding: 30px 0;
}
	.inquiry-wrapper .product-name {
    font-size: 18px !important;
}
	.enquiry-cart-col {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    height: 100%;
    padding: 30px 10px;
}
	.inquiry-wrapper .product-name {
    width: calc(100% - 90px);
}
	section.latest-section.pops {
    padding: 40px 0;
}
	.enquiry-cart-col {
  opacity: 0;
  transform: translateY(-20px);
  transition: all 0.4s ease;
  pointer-events: none;
}

/* Active state */
.enquiry-cart-col.active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  display:block
}
	button.cart-close {
    z-index: 99;
}
	.showcart{
		cursor:pointer
	}
}

@media(min-width:1000px) and (max-width:1180px){
	.container{
		max-width:1050px
	}
}

p.price-tag.not {
    font-size: 15px;
    background: #edededa3;
    padding: 10px;
    font-weight: 600;
}

.detail.cu h1 {
    font-size: 32px;
    letter-spacing: -.02em;
    line-height: 1.2;
	    font-weight: 700;
}
.detail.cu .lead {
    font-size: 16.5px;
    color: #3c4250;
    margin-top: 18px;
    max-width: 620px;
}

.detail.cu h2:first-of-type {
    margin-top: 36px;
}

.detail.cu h2 {
    font-size: 22px;
    margin: 44px 0 16px;
	    font-weight: 700;
}
.chal-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-top: 32px;
}
.chal {
    border-left: 3px solid #2656df;
    background: #fafbfd;
    border-radius: 0 12px 12px 0;
    padding: 20px 22px;
}
.detail.cu {
    padding: 30px 0;
}
.chal h4 {
    font-size: 15.5px;
    margin-bottom: 6px;
	font-weight:600;
}
section.manufacturing-section.poa {
    padding: 40px 0;
}
.latest-section.prod .more {
    display: flex;
    margin-top: 14px;
    font-size: 16px;
    font-weight: 600;
    color: #2656df;
    align-items: center;
}
section.latest-section.prod.c {
    padding: 30px 0 50px;
}
section.latest-section.prod.c.p {
    background: #fff;
}
section#inquire {
    padding: 40px 0;
    background: #F5F5F7;
}
.inquiry-embed h2 {
    font-size: 26px;
	font-weight:700
}
.inquiry-embed h2 span {
    font-style: normal;
    color: #2656df;
}
.inquiry-embed .intro-lead {
    color: #3c4250;
    font-size: 16px;
    margin-top: 14px;
}
.feat-list {
    list-style: none;
    display: grid;
    gap: 10px;
    font-size: 14.5px;
	    padding-left: 0;
}
.feat-list li {
    display: flex;
    gap: 10px;
    align-items: flex-start;
}
.feat-list .dot {
    flex: none;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #2656df;
    margin-top: 8px;
}

.chal p {
    font-size: 13.5px;
    color: #6b7280;
    line-height: 1.55;
}

.inquiry-embed-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: start;
}
.inquiry-embed .form-card {
    max-width: none;
}
.form-card {
    border: 1.5px solid #e5e8ef;
    border-radius: 10px;
    padding: 32px;
    background: #fff;
}
/* Parent Wrapper */
.cf7-inquiry-form {
    max-width: 100%;
}

/* Form Layout */
.cf7-inquiry-form .field-row {
    display: flex;
    gap: 20px;
    margin-bottom: 0px;
}

.cf7-inquiry-form .field {
    flex: 1;
    display: flex;
    flex-direction: column;
}

/* Labels */
.cf7-inquiry-form label {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #333;
}

/* Inputs & Textarea */
.cf7-inquiry-form input[type="text"],
.cf7-inquiry-form input[type="email"],
.cf7-inquiry-form input[type="tel"],
.cf7-inquiry-form input[type="number"],
.cf7-inquiry-form textarea {
    width: 100%;
    padding: 8px 16px;
    border: 1px solid #dcdcdc;
    border-radius: 8px;
    background: #fff;
    font-size: 15px;
    line-height: 1.5;
    color: #333;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

/* Readonly Field */
.cf7-inquiry-form input[readonly] {
    background: #f5f5f5;
    cursor: not-allowed;
}

/* Focus State */
.cf7-inquiry-form input:focus,
.cf7-inquiry-form textarea:focus {
    outline: none;
    border-color: #0d6efd;
    box-shadow: 0 0 0 3px rgba(13, 110, 253, 0.15);
}

/* Textarea */
.cf7-inquiry-form textarea {
    min-height: 140px;
    resize: vertical;
}

/* Submit Button */
.cf7-inquiry-form .wpcf7-submit,
.cf7-inquiry-form input[type="submit"] {
    width: 100%;
    padding: 15px 20px;
    border: none;
    border-radius: 8px;
    background: #0d6efd;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.cf7-inquiry-form .wpcf7-submit:hover,
.cf7-inquiry-form input[type="submit"]:hover {
    background: #0b5ed7;
}

/* Contact Form 7 Validation */
.cf7-inquiry-form .wpcf7-not-valid-tip {
    margin-top: 6px;
    font-size: 13px;
}

.cf7-inquiry-form .wpcf7-response-output {
    margin: 20px 0 0 !important;
    padding: 12px 16px !important;
    border-radius: 8px;
}

/* Form Note */
.cf7-inquiry-form .form-note {
    margin-top: 15px;
    font-size: 13px;
    line-height: 1.6;
    color: #777;
}

/* Tablet */
@media (max-width: 991px) {
	
	.inquiry-embed-grid {
    grid-template-columns: 1fr;
    gap: 20px;
}
    .cf7-inquiry-form .field-row {
        gap: 15px;
    }

    .cf7-inquiry-form input[type="text"],
    .cf7-inquiry-form input[type="email"],
    .cf7-inquiry-form textarea {
        padding: 12px 14px;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .cf7-inquiry-form .field-row {
        flex-direction: column;
        gap: 15px;
    }

    .cf7-inquiry-form label {
        font-size: 13px;
    }

    .cf7-inquiry-form input[type="text"],
    .cf7-inquiry-form input[type="email"],
    .cf7-inquiry-form textarea {
        font-size: 14px;
        padding: 12px;
    }

    .cf7-inquiry-form .wpcf7-submit,
    .cf7-inquiry-form input[type="submit"] {
        font-size: 15px;
        padding: 14px;
    }
}

/* Small Mobile */
@media (max-width: 480px) {
    .cf7-inquiry-form .field-row {
        gap: 10px;
    }

    .cf7-inquiry-form textarea {
        min-height: 120px;
    }
}
.cf7-inquiry-form textarea {
    min-height: 70px;
    height: 100px;
}

.listindusty.product-card img {
    height: 100%;
}

.listindusty.product-card {
    padding: 0;
    overflow: hidden;
}
.listindusty.product-card h4, .listindusty.product-card p, .listindusty.product-card .viewsolutions {
    padding: 0 20px;
}
.listindusty.product-card p {
    font-size: 15px;
    margin-bottom: -4px;
}
.listindusty.product-card .viewsolutions {
    margin-bottom: 16px;
}

/* ===== THANK YOU PAGE ===== */
.page-id-814 #middleCntr,
.page-id-814 .mainContainer,
.page-id-814 .contentArea,
.page-id-814 article.contentArea {
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    float: none !important;
    box-sizing: border-box !important;
}

.page-id-814 .contentArea > div:first-child {
    display: none !important;
}

.thankyou-wrapper {
    min-height: 70vh;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: -webkit-linear-gradient(315deg, #f0f4ff 0%, #ffffff 100%) !important;
    background: linear-gradient(135deg, #f0f4ff 0%, #ffffff 100%) !important;
    padding: 60px 20px !important;
    font-family: 'Mulish', sans-serif;
}

.thankyou-card {
    background: #ffffff !important;
    border-radius: 24px !important;
    -webkit-box-shadow: 0 12px 48px rgba(31, 119, 255, 0.12) !important;
            box-shadow: 0 12px 48px rgba(31, 119, 255, 0.12) !important;
    padding: 60px 56px !important;
    max-width: 560px !important;
    width: 100% !important;
    text-align: center !important;
    -webkit-box-sizing: border-box !important;
            box-sizing: border-box !important;
}

.thankyou-icon { margin-bottom: 28px !important; }

.thankyou-title {
    font-size: 40px !important;
    font-weight: 800 !important;
    color: #1a2b3c !important;
    margin: 0 0 14px !important;
    line-height: 1.15 !important;
}

.thankyou-subtitle {
    font-size: 17px !important;
    color: #555 !important;
    line-height: 1.7 !important;
    margin: 0 0 28px !important;
}

.thankyou-divider {
    width: 48px !important;
    height: 3px !important;
    background: -webkit-linear-gradient(left, #806AF9, #1F77FF) !important;
    background: linear-gradient(to right, #806AF9, #1F77FF) !important;
    border-radius: 99px !important;
    margin: 0 auto 24px !important;
}

.thankyou-note {
    font-size: 15px !important;
    color: #888 !important;
    margin: 0 0 36px !important;
}

.thankyou-actions {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    gap: 16px !important;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
}

.btn-primary-ty {
    display: inline-block !important;
    padding: 14px 36px !important;
    background: -webkit-linear-gradient(315deg, #806AF9, #1F77FF) !important;
    background: linear-gradient(135deg, #806AF9, #1F77FF) !important;
    color: #fff !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    border-radius: 50px !important;
    text-decoration: none !important;
}

.btn-primary-ty:hover,
.btn-primary-ty:visited {
    color: #fff !important;
    text-decoration: none !important;
    opacity: 0.88;
}

.btn-outline-ty {
    display: inline-block !important;
    padding: 14px 36px !important;
    background: transparent !important;
    color: #1F77FF !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    border-radius: 50px !important;
    border: 2px solid #1F77FF !important;
    text-decoration: none !important;
}

.btn-outline-ty:hover {
    background: #1F77FF !important;
    color: #fff !important;
    text-decoration: none !important;
}

@media (max-width: 480px) {
    .thankyou-card { padding: 40px 24px !important; }
    .thankyou-title { font-size: 30px !important; }
    .thankyou-actions { -webkit-box-orient: vertical !important; -webkit-box-direction: normal !important; -ms-flex-direction: column !important; flex-direction: column !important; -webkit-box-align: center !important; -ms-flex-align: center !important; align-items: center !important; }
}


/* ===== PRODUCTS ALL-PRODUCTS PAGE (page-id-846) ===== */
.page-id-846 #middleCntr,
.page-id-846 .mainContainer,
.page-id-846 .contentArea {
  max-width: 100% !important;
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.page-id-846 .contentArea {
  padding: 0 40px 60px !important;
  box-sizing: border-box !important;
}


/* === PRODUCTS PAGE (page-id-846) FIXES === */

/* Fix #1: Hide the auto-generated page title */
.page-id-846 article.contentArea > div.Products,
.page-id-846 .contentArea > article > div.Products,
.page-id-846 article > div.Products,
.page-id-846 div.Products,
.page-id-846 .pageTitle,
.page-id-846 .entry-title,
.page-id-846 h1.page-title {
  display: none !important;
}

/* Fix #4: Center and constrain the content like other listing pages */
.page-id-846 .contentArea {
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding: 0 40px 60px !important;
  width: 100% !important;
  box-sizing: border-box !important;
}
.page-id-846 #middleCntr,
.page-id-846 .mainContainer {
  max-width: 100% !important;
  width: 100% !important;
  padding: 0 !important;
}

/* Fix #2: 3-col grid (2 rows of 3) */
.products-page-grid {
  grid-template-columns: repeat(3, 1fr) !important;
}

/* Fix #3: Center the View More button */
.products-page-viewmore {
  text-align: center !important;
  margin-top: 20px !important;
  margin-bottom: 48px !important;
}

/* Fix Bug#3: Center card content on all-products page */
.page-id-846 .prd-card-body {
  align-items: center;
  text-align: center;
}
.page-id-846 .prd-card-title {
  text-align: center;
  white-space: normal;
}
.page-id-846 .btn-prd-inquiry {
  align-self: center;
}
/* Fix Bug#2: Products page grid uses prd-card structure */
.page-id-846 .products-page-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 24px;
}

/* === FIX #5: PRODUCTS NAV DROPDOWN === */
.nav-links {
  position: relative;
  display: flex;
  align-items: center;
  gap: 32px;
}
.nav-links .nav-item-wrap {
  position: relative;
  padding-bottom: 14px; /* Extend hover zone down to bridge the gap */
  margin-bottom: -14px; /* Compensate so layout is unchanged */
}
.nav-links .nav-item-wrap:hover .nav-dropdown,
.nav-links .nav-item-wrap.is-open .nav-dropdown {
  display: block;
}
.nav-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 160px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 8px 30px rgba(0,0,0,0.12);
  padding: 8px 0;
  z-index: 9999;
  margin-top: 0; /* No gap - hover zone from padding-bottom covers the space */
}
/* Invisible bridge: pseudo-element fills the visual gap so hover doesn't break */
.nav-dropdown::before {
  content: '';
  position: absolute;
  top: -14px;
  left: 0;
  right: 0;
  height: 14px;
  background: transparent;
}
.nav-dropdown a {
  display: block;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  color: #1a1a2e;
  text-decoration: none;
  font-family: 'Mulish', sans-serif;
  white-space: nowrap;
  transition: background 0.15s, color 0.15s;
}
.nav-dropdown a:hover {
  background: #f3f4f6;
  color: #1a1aff;
}


/* ===== PRD CARD GLOBAL STYLES (for archive + all-products page) ===== */
.prd-card {
  border: 1px solid #e0e4ea;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 2px 12px rgba(0,0,0,0.07);
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.2s;
}
.prd-card:hover {
  box-shadow: 0 6px 24px rgba(0,0,0,0.13);
}
.prd-card-img-wrap {
  background: #f7f8fa;
  height: 220px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
}
.prd-card-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.prd-card-body {
  padding: 14px 16px 16px;
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 12px;
}
.prd-card-title {
  display: block;
  font-size: 0.95rem;
  font-weight: 600;
  color: #1a1a2e;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.4;
}
.prd-card-title:hover {
  color: #0d5c8a;
}
.btn-prd-inquiry {
  display: inline-block;
  background: #0d5c8a;
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 9px 20px;
  font-size: 0.88rem;
  font-weight: 600;
  cursor: pointer;
  letter-spacing: 0.5px;
  transition: background 0.2s;
  align-self: flex-start;
  margin-top: auto;
}
.btn-prd-inquiry:hover {
  background: #1a3a6b;
}
/* Center cards on all-products page */
.page-id-846 .prd-card-body {
  align-items: center;
  text-align: center;
}
.page-id-846 .prd-card-title {
  text-align: center;
  white-space: normal;
  overflow: visible;
  text-overflow: clip;
}
.page-id-846 .btn-prd-inquiry {
  align-self: center;
}
/* ===== VIEW ALL BUTTON (Products page section) ===== */
.products-page-viewmore {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 48px;
}
.products-page-viewmore-btn {
  display: inline-block;
  padding: 10px 28px;
  background: transparent;
  border: 2px solid #1a1aff;
  color: #1a1aff;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
  font-family: 'Mulish', sans-serif;
  text-decoration: none;
  transition: all 0.25s ease;
  cursor: pointer;
}
.products-page-viewmore-btn:hover {
  background: #1a1aff;
  color: #fff;
  box-shadow: 0 4px 18px rgba(26,26,255,0.25);
  transform: translateY(-1px);
}

section.industry-section .col-lg-2.col-md-3.col-4 a img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 5px;
    margin-bottom: 9px;
}
section.industry-section .col-lg-2.col-md-3.col-4 a{
	    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
}
.home section.industry-section{
	margin-bottom:40px;
}
section.support-section {
    padding: 40px;
}
