body {
    font-family: 'Poppins', sans-serif !important;
}

.background-container {
    position: relative;
    width: 100%;
    /* height: 30vh; */
    background-image: url('../images/sample-img-slider.jpeg');


    /* 👈 Yahan image ka path daalein */
    background-size: cover;
    background-position: center;
    padding: 180px;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    /* height: 70%; */
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    /* 👈 Black overlay, adjust 0.6 as needed */
}

.content {
    position: relative;
    color: white;
    text-align: center;
    top: 25%;
    font-size: 24px;
}

.main-div1 {
    /* width: 100%;
    background-color: #f5f5f5; */
    padding: 80px 0px 60px;
}

section.logo-slider {
    display: none;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
    align-items: center;
    /* background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.1); */
}

.row.margin-botm {
    margin: 0;
}

.image-side,
.content-side {
    flex: 1;

}

.content-side {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 20px;
    padding-right: 0;
}

.image-side {
    padding-left: 0;
    padding-right: 20px;
}

.content-side.left-side-content {
    padding-left: 0px;
    padding-right: 20px;
}

.image-side.right-side-img {
    padding-right: 0px;
    padding-left: 20px;
}

.image-side img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.content-side {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.content-side h2 {
    margin: 0 0 10px;
    font-size: 30px;
    color: #0058AA;
}

@media (max-width: 768px) {
    .row {
        flex-direction: column;
    }
}

.click-btn {
    display: block !important;
    padding: 12px 24px;
    background-color: #003366;
    color: #fff;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    border-radius: 6px;
    transition: background-color 0.3s ease;
    width: fit-content;
    margin-top: 20px;
}

.click-btn:hover {
    background-color: #d92d1f
}

.why-partner {
    padding: 0px 0px 60px;
    text-align: center;
    background-color: #fff;
    color: #111;
}

.why-partner h2 {
    font-size: 32px;
    margin-bottom: 20px;
    letter-spacing: 1px;
    color: #0058AA;
}



.why-partner .subtext a {
    color: #003366;
    text-decoration: none;
    font-weight: 500;
}

.features {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    padding-top: 60px;
}

.feature-box {
    width: 50%;
    background: #ddd;
    padding: 30px;
    cursor: pointer;
}

.feature-box img {
    width: 30%;
    margin-bottom: 12px;
}

.feature-box h3 {
    font-size: 22px;
    margin-bottom: 10px;
    color: #0058AA;
}

.comprehensive {
    background: #003366;
    padding: 60px 0px;
    text-align: center;
    color: #fff;
    font-size: 20px;
}

/*  */
.coating-options {
    background-color: #f5f9fc;
    padding: 80px 20px 70px;
    font-family: 'Poppins', sans-serif;
}

img {
    width: 100%;
}

.coating-box img {
    width: 32% !important;
}


.coating-options .container {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    max-width: 1200px;
    margin: 0 auto;
}

.coating-box {
    background: #ffffff;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    padding: 30px 25px;
    width: 100%;
    max-width: 350px;
    text-align: center;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
}

.coating-box h3 {
    font-size: 20px;
    color: #0058AA;
    margin-bottom: 15px;
}

.coating-box p {
    font-size: 15px;
    color: #333;
    line-height: 1.6;
}

/* ✨ Smooth Hover Effect */
.coating-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12);
    background-color: #f9fbfd;
    /* subtle soft grey-blue */
}

/*  */

/* .image-gallery {
    width: 100%;
    overflow: hidden;
}

.gallery-row {
    display: flex;
    flex-wrap: wrap;
}

.gallery-row img {
    width: 20%;
    /* Adjust this if you change number of images */
    /* height: auto;
    display: block;
    margin: 0;
    padding: 0;
    border: none; */
/* } */

/*  */

.other-offerings {
    background-color: #edf1f4;
    text-align: center;
    padding: 60px 20px;
}

.other-offerings h2 {
    font-size: 28px;
    color: #0058AA;
    margin-bottom: 40px;
}

.offerings-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

.offering-box {
    background: white;
    padding: 20px;
    width: 200px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    cursor: pointer;
}

.offering-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.offering-box img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}

.offering-box p {
    margin-top: 15px;
    font-size: 16px;
    color: #000;
}

/*  */

.faq-section {
    padding: 50px 0px;
}

.faq-section h2 {
    font-size: 36px;
    text-align: center;
    margin-bottom: 40px;
    font-weight: bold;
    color: #0058AA;
}

.faq-item {
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

.faq-question {
    width: 100%;
    background: none;
    border: none;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    padding: 12px 0;
    cursor: pointer;
    outline: none;
    display: flex;
    align-items: center;
    color: #000;
    /* black text */
}

.faq-question .icon {
    margin-right: 10px;
    font-size: 20px;
    transition: transform 0.3s ease;
}

.faq-answer {
    display: none;
    padding: 10px 0 20px 30px;
    font-size: 16px;
    color: #000;
    line-height: 1.6;
}

.faq-item.active .faq-answer {
    display: block;
}

.faq-item.active .icon {
    content: "−";
    transform: rotate(180deg);
}

/* websome section */
.main-div .welcome-box h2{
    padding: 0px;
}

/* about -us */

.main-about-us {
    background-color: #f8f9fa;
    padding: 30px 0px;
}


.about-us {
    position: relative;
    width: 100%;
    background-image: url('../images/banner-1.jpg');
    background-size: cover;
    background-position: center;
    padding: 100px;
    text-align: center;
    color: #fff;
}

.about-us::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    /* Optional dark overlay for text readability */
    z-index: 0;
}

.about-us h1,
.about-us p {
    position: relative;
    z-index: 1;
}


.about-us h1 {
    margin: 0;
    font-size: 2.5em;
}

.about-us p {
    font-size: 1.2em;
    margin-top: 10px;
}

.main-about-us h2 {
    color: #0058AA;
    font-size: 1.8em;
    margin-bottom: 15px;
}

.founders,
.values,
.modern {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 8px;
    margin-bottom: 30px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.highlight {
    font-weight: bold;
    color: #333;
}

.founders {
    margin: 30px 0px;
}

/* home-new */

/* CSS */
.features-section {
    background: #f8fafc;
    padding: 40px 0px 60px;
    text-align: center;
}

.features-section .heading {
    color: #0058AA;
    font-size: 2.5rem;
    font-weight: bold;
}

.features-section .sub-heading {
    font-size: 1.1rem;
    margin: 15px auto 40px;
    color: #000;
    max-width: 700px;
}

.features-grid {
    display: flex;
    /* flex-wrap: wrap;*/
    justify-content: center;
    gap: 20px;
    margin-bottom: 40px;
}

.feature-card {
    background: white;
    border-radius: 12px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
    padding: 60px 10px;
    transition: transform 0.3s;
    width: 23%;
    cursor: pointer;
}

.feature-card:hover {
    transform: translateY(-5px);
}

.feature-card img {
    /* height: 50px; */
    margin-bottom: 15px;
    width: 30%;
}

.feature-card p {

    color: #0058AA;
}

.cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.btn {
    padding: 12px 24px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: background 0.3s ease;
}

.btn-primary {
    background: #0056a4;
    color: white;
}

.btn-primary:hover {
    background: #003f7e;
}

.btn-secondary {
    background: #0058AA;
    color: white;
}

.btn-secondary:hover {
    background: #b8001c;
}

.form-section-table {
    padding: 20px 0px;
}

.form-section-table p {
    border: 1px solid;
    padding: 10px;
    margin: 4px 0px;
    border-radius: 4px;
    cursor:pointer;
}



/* home new css end */
/* CSS */
.services-section,
.fan-design-section {
    background-color: #f9f9f9;
    padding: 10px 0px 60px;
    text-align: center;
}

.container {
    max-width: 1200px;
    margin: auto;
}

.section-title {

    color: #0058AA;
    font-weight: 900;
    margin-bottom: 10px;
    font-size: 32px;
}

.section-subtitle {

    color: #000;
    margin-bottom: 30px;
}

.services-grid {
    display: flex;
    /* flex-wrap: wrap; */
    justify-content: center;
    gap: 25px;
    margin-top: 23px;
}

.service-box {
    background: white;
    padding: 60px 15px;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    width: 33%;
    cursor: pointer;
}

.service-box img {
    width: 25%;
    align-items: center;
    margin-left: 136px;
    /* margin-bottom: 36px; */
    margin-top: -36px;
}

.service-box strong {
    display: block;

    color: #0058AA;
    margin-bottom: 8px;
}

.service-box p {

    color: #000;
}

.fan-design-section .section-description,
.fan-design-section .section-note {

    color: #000;
    max-width: 900px;
    margin: 10px auto;
}

section.fan-design-section {
    background: white;
    padding-top: 40px;
    padding-bottom: 40px;
}

section.services-section {
    padding: 40px 0px 60px;
    background: #ddd;
}

section.fan-design-section.bg-clr {
    background: #f8fafc;
}

/* counter slider */
.stats-section {
    background-color: #ddd;
    padding: 50px 0px 60px;
    text-align: center;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 30px;
    padding-top: 50px;
}

.stat-box {
    padding: 60px 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
    background: #f9f9f9;
    cursor: pointer;
}

.stat-box h2 {

    color: #0058AA;
    margin-bottom: 10px;
}

.stat-box h3 {
    font-size: 1.1em;
    margin: 8px 0;
    color: #000;
}

.stat-box p {
    color: #000;
    font-size: 0.95em;
}

section.stats-section h2 {
    color: #0058AA;
    font-size: 35px;
    font-weight: 900;
}

/*  */


.quality-section,
.satisfaction-section {
    background-color: #f8fafc;
    border-radius: 16px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
    padding: 40px 0px;
}

section.satisfaction-section {
    padding-top: 0;
}

.quality-section h2,
.satisfaction-section h2 {
    font-weight: 900;
    color: #0058AA;
    margin-bottom: 20px;
}

section.satisfaction-section h4 {
    color: #0058AA;
    font-size: 22px;
    margin: 20px 0 0;
}


.quality-section p,
.satisfaction-section p {
    color: #334155;

    line-height: 1.7;
    margin-bottom: 12px;
}

.icon-points,
.checklist {
    list-style: none;
    padding-left: 0;
    margin-top: 20px;
}

.icon-points li,
.checklist li {

    margin-bottom: 10px;
    color: #0f172a;
    padding-left: 1.2em;
    text-indent: -1.2em;
}

/* logo slider */

.brand-slider-section {
    padding: 40px 20px;
    background-color: #fff;
    text-align: center;
    overflow: hidden;
    position: relative;
}

.brand-slider-section h2 {
    font-size: 28px;
    color: #222;
    margin-bottom: 10px;
}

.brand-slider-section p {
    font-size: 16px;
    color: #666;
    margin-bottom: 30px;
}

.brand-slider-wrapper {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.brand-slide-track {
    display: flex;
    width: max-content;
    animation: scrollLeft 20s linear infinite;
}

.brand-slide {
    flex: 0 0 auto;
    width: 220px;
    margin-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 102px;
}

.brand-slide img {
    max-width: 100%;
    max-height: 100px;
    object-fit: contain;
}

@keyframes scrollLeft {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.brand-slider-wrapper:hover .brand-slide-track {
    animation-play-state: paused;
}

/*  */

.two-column-section {
    padding: 60px 0;
    background-color: #f9f9f9;
}

.two-column-section .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    max-width: 1200px;
    margin: auto;
    padding: 0 20px;
    flex-wrap: wrap;
}

.two-column-section .left {
    flex: 1;
    min-width: 300px;
}

.two-column-section .left h2 {
    font-size: 32px;
    color: #0058AA;
    margin-bottom: 15px;
    font-weight: bold;
}

.two-column-section .left p {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 1.6;
}

.two-column-section .left ul {
    padding-left: 20px;
    list-style-type: disc;
}

.two-column-section .right {
    flex: 1;
    min-width: 300px;
    text-align: center;
}

.two-column-section .right img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}

/* aboutus page */
section.about-page {
    padding: 40px 0px 30px;
}

section.about-page b {
    font-size: 22px;
    color: #003366;
}

section.about-page2 h2 {
    color: #0058AA;
    font-size: 28px;
    margin-bottom: 16px;
}

section.about-page2 ul li {
    padding: 10px;
}

h2.premium {
    margin: 16px 0px;
}

section.about-page2 {
    padding-bottom: 40px;
}

/* Wrapper background */
.vs-counter-wrapper {
    background-color: #eaf1fb;
    padding: 30px 20px;
}

/* Section layout */
.vs-counter-section {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 30px;
    max-width: 1200px;
    margin: auto;
}

/* Individual counter box */
.vs-counter-box {
    background-color: #ffffff;
    padding: 30px 25px;
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    text-align: center;
    width: 275px;
    transition: transform 0.3s ease;
}

.vs-counter-box:hover {
    transform: translateY(-6px);
}

/* Counter number */
.vs-counter-number {
    font-size: 38px;
    font-weight: 900;
    color: #0056b3;
    margin-bottom: 16px;
    margin-top: 16px;
}

/* Counter label */
.vs-counter-label {
    font-size: 16px;
    color: #333333;
}

.hedding h2 {
    text-align: center;
    color: red;
    font-weight: 900;
    font-size: 32px;
}


.hedding p {
    text-align: center;
}

section.vs-counter-section p {
    font-size: 20px;
    font-weight: bold;
}

@media (max-width: 768px) {
    .feature-card {
        background: white;
        border-radius: 12px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
        padding: 60px 10px;
        transition: transform 0.3s;
        width: 100%;
        cursor: pointer;
        margin-top: 29px;
    }

    .services-grid {
        display: block;
        flex-wrap: wrap;
        justify-content: center;
        gap: 25px;
    }

    .service-box {
        background: white;
        /* padding: 60px 15px; */
        /* border-radius: 12px; */
        /* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05); */
        width: 100%;
        cursor: pointer;
    }

    .features-grid {
        display: block;
        /* flex-wrap: wrap; */
        justify-content: center;
        gap: 20px;
        margin-bottom: 40px;
    }


}


.service-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    padding: 40px;
    max-width: 1200px;
    margin: auto;
}

.service-box {
    position: relative;
    height: 421px;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    border: 1px solid #ccc;
    transition: transform 0.3s ease;
}

.service-box:hover {
    transform: scale(1.02);
}

.service-title-fixed {
    position: absolute;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 18px;
    font-weight: bold;
    color: white;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.8);
    z-index: 2;
    text-align: center;
    pointer-events: none;
}

.service-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    text-align: center;
    box-sizing: border-box;
}

.service-box:hover .service-overlay {
    opacity: 1;
}

.service-description {
    font-size: 14px;
    margin-bottom: 15px;
    max-width: 90%;
}

.learn-more-btn {
    background-color: #ff5c1a;
    color: white;
    padding: 6px 12px;
    border: none;
    text-decoration: none;
    font-weight: bold;
    border-radius: 4px;
}



.main-nav ul li {
    position: relative;
    margin: 0;
}

.main-nav {
    padding: 20px 0px;
}














.row.margin-bottom {
    margin-bottom: 16px;
}



.main-div1.padding-btm {
    padding-bottom: 0px;
}

.row.margin-0 {
    margin: 0;
}

a.scroll-top {
    background: #0058AA;
}

.contact,
a {
    font-size: 16px;
    color: #0058AA;
    /* font-weight: bold; */
}




.hadding-box h4 {
    font-size: 40px;
    color: #003366;
    font-weight: 900;
}

.hadding-box {
    text-align: center;
    margin-bottom: 20px;
    margin-top: -42px;
}

.uni-swiper-pagination.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    display: none;
}

/*  */
.row.injection-section {
    margin-top: 40px;
    margin-bottom: 10px;
}

.row.ink-cup-system {
    margin-top: 40px;
    margin-bottom: 0px;
}
/* infrastructure  */
.image-side.right-side-img img {
    max-width: 340px;
}

.image-side.right-side-img {
    display: flex;
    justify-content: end;
}
.image-side.img_height img {
    max-width: 340px;
}

/* injection moulding images slider  */
.image-gallery {
  padding: 20px;
}

/* Gallery grid */
.gallery-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}

/* Same size thumbnails */
.gallery-row img {
  width: 100%;
  height: 400px;              /* FIXED HEIGHT */
  object-fit: cover;          /* IMAGE CROP – NO STRETCH */
  border-radius: 8px;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.gallery-row img:hover {
  transform: scale(1.05);
}

/* ---------- LIGHTBOX ---------- */

#lightbox {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.9);
  z-index: 9999;
  align-items: center;
  justify-content: center;
}

/* Lightbox image – NO STRETCH */
#lightbox img {
  max-width: 90vw;
  max-height: 90vh;
  width: auto;
  height: auto;
  object-fit: contain;        /* IMPORTANT */
}

/* Close button */
.close {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 35px;
  color: white;
  cursor: pointer;
}

/* Navigation buttons */
.prev,
.next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 40px;
  color: white;
  cursor: pointer;
  padding: 10px;
  user-select: none;
}

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

/* Responsive */
@media (max-width: 768px) {
  .gallery-row {
    grid-template-columns: repeat(2, 1fr);
  }

  .gallery-row img {
    height: 180px;
  }
}


/* injection moulding images slider end */

/* new page add products css */

 .fac-aircurtain-wrap{
  background:#f4f6f9;
  padding:60px 15px;
}

.fac-aircurtain-container{
  max-width:1200px;
  margin:auto;
  background:#fff;
  padding:40px;
}

.fac-aircurtain-title{
  text-align:center;
  font-size:36px;
  color:#0058AA;
}

.fac-aircurtain-subtitle{
  text-align:center;
  margin:10px 0 20px;
  color:#0058AA;
}

.fac-aircurtain-text{
  text-align:center;
  max-width:800px;
  margin:10px auto;
  line-height:1.7;
  color:#555;
}

.fac-aircurtain-image{
  margin:40px 0;
  text-align:center;
}

.fac-aircurtain-image img{
  max-width:100%;
  border-radius:6px;
}

.fac-aircurtain-feature-row{
  display:flex;
  gap:40px;
  flex-wrap:wrap;
}

.fac-aircurtain-feature-left{
  flex:2;
}

.fac-aircurtain-heading{
  color:#0058AA;
  margin-bottom:15px;
}

.fac-aircurtain-list{
  list-style:none;
  padding:0;
}

.fac-aircurtain-list li{
  margin-bottom:10px;
  padding-left:22px;
  position:relative;
}

.fac-aircurtain-list li::before{
  content:"✔";
  color:#0058AA;
  position:absolute;
  left:0;
}

.fac-aircurtain-feature-right{
  flex:1;
  display:flex;
  align-items:center;
}

.fac-aircurtain-highlight{
  font-size:20px;
  font-weight:600;
  color:#0058AA;
}

.fac-aircurtain-section{
  margin:60px 0 30px;
  text-align:center;
  color:#0058AA;
}

.fac-aircurtain-card-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
  gap:20px;
}

.fac-aircurtain-card{
  border:1px solid #ddd;
  padding:20px;
}

.fac-aircurtain-card h4{
  color:#0058AA;
  margin-bottom:8px;
}

.fac-aircurtain-size-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(180px,1fr));
  gap:20px;
}

.fac-aircurtain-size-box{
  border:1px solid #0058AA;
  text-align:center;
  padding:20px;
  font-size:22px;
  color:#0058AA;
}

.fac-aircurtain-size-box span{
  display:block;
  font-size:14px;
  margin-top:5px;
  color:#555;
}

.fac-aircurtain-cta{
  background:#0058AA;
  color:#fff;
  padding:40px;
  text-align:center;
  margin-top:50px;
}

.fac-aircurtain-cta a{
  display:inline-block;
  margin-top:15px;
  background:#fff;
  color:#0058AA;
  padding:12px 25px;
  text-decoration:none;
  font-weight:600;
}

/* ✅ Responsive */
@media(max-width:768px){
  .fac-aircurtain-container {
    padding: 0px;
    margin: 20px !important;
}
  .fac-aircurtain-title{
    font-size:28px !important;
    color: #2b2b2b;
    margin: 50px 0px 20px 0px;
  }

  .fac-aircurtain-feature-row{
    flex-direction:column;
  }

  .fac-aircurtain-highlight{
    margin-top:20px;
  }
  .fac-aircurtain-card-grid {
    grid-template-columns: 1fr !important;
}

.fac-aircurtain-list {
    text-align: justify;
    padding: 0;
}

.interlock-image img {
    left: 0 !important;
}

.fac-aircurtain-section {
    font-size: 26px;
}

.box-text h2 {
    font-size: 23px;
}

.fly-why {
    text-align: left !important;
}

.why-list {
    justify-content: left !important;
}
.box-flex {
    text-align: left !important;
}

.soap-disp-section {
    font-size: 26px !important;
}

.soap-disp-title {
    font-size: 36px !important;
}

.soap-disp-container {
    text-align: left !important;
}

.fac-aircurtain-container {
    padding: 1px 10px 50px;
}

h1.fac-aircurtain-title {
    text-align: left;
}

h2.fac-aircurtain-subtitle {
    text-align: left;
}

p.fac-aircurtain-text {
    text-align: left;
}

h3.fac-aircurtain-section {
    text-align: left;
}

.fac-aircurtain-cta h3 {
    font-size: 18px !important;
}

.rodent-bait-banner {
    text-align: left !important;
    padding:20px 20px 0px !important;
    margin-bottom: 0px !important;
}

.fac-aircurtain-section {
    font-size: 28px !important;
}

.fac-aircurtain-container {
    margin: 0px !important;
    padding: 0px !important;
}
.soap-prod-img img {
    width: 100% !important;
}

.soap-prod-header {
    text-align: left !important;
}

.soap-prod-content {
    text-align: left !important;
}

.rat-repel-header {
    text-align: left !important;
}

.contact_section {
    padding: 50px 5% !important;
}

.contact_image_box img {
    width: 100% !important;
}

.contact_form {
    text-align: left;
}

}           

/* slider */
/* slider */
.air-slider{
position:relative;
}

.air-slide{
display:none;
}

.air-slide img{
width:100%;
border-radius:6px;
}

.air-prev,
.air-next{
position:absolute;
top:50%;
transform:translateY(-50%);
background:#b89663;
color:white;
border:none;
padding:10px 18px;
font-size:18px;
cursor:pointer;
border-radius:4px;
}

.air-prev{left:10px;}
.air-next{right:10px;}

.air-prev:hover,
.air-next:hover{
background:#8f744a;
}
  /* SLIDER RESPONSIVE */

@media(max-width:992px){

.air-slide img{
width:100%;
height:auto;
}

.air-prev,
.air-next{
padding:8px 14px;
font-size:16px;
}

}

@media(max-width:768px){

.air-prev,
.air-next{
padding:6px 12px;
font-size:14px;
}

.air-prev{
left:5px;
}

.air-next{
right:5px;
}

}

@media(max-width:480px){

.air-slide img{
border-radius:4px;
}

.air-prev,
.air-next{
padding:5px 10px;
font-size:13px;
}


}

/* 20/3 */

  .img-pu-height{
    height:230px !important;
    object-fit: cover;
}

/* .image-side .img--height{
    height: 500px !important;
    border-radius: 8px;
     object-fit: cover;
} */

img.bajaj {
    max-height: max-content;
}


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

  /* Hero Section */
  .background-container {
    height: auto;
    padding: 60px 20px;
    text-align: center;
  }

  .background-container h1 {
    font-size: 22px;
    line-height: 1.3;
  }

  .background-container p {
    font-size: 14px;
  }

  /* Main Section Layout */
  .main-div1 {
    padding: 60px 0px 60px;
}

  .main-div1 .row {
    flex-direction: column;
    margin-bottom: 30px;
    padding: 0px 20px !important;
}

  .image-side,
  .content-side {
    width: 100%;
    padding: 0;
  }

  .image-side.right-side-img {
    padding-left: 0px !important;
    display: block;
  }


  .image-side img {
    width: 100% !important;
    height: auto;
  }

  .why-partner {
    padding: 0px 20px 50px;
    text-align: left;
}
.why-partner h2 {
    font-size: 26px !important;
}

.comprehensive {
    padding: 60px 20px;
}

  .content-side {
    padding: 15px 0;
    text-align: left;
  }

  .content-side h2 {
    font-size: 20px;
  }

  .content-side p {
    font-size: 14px;
  }

  .click-btn {
    display: inline-block;
    margin-top: 10px;
  }

  /* Reverse second row fix */
  .left-side-content {
    order: 2;
  }

  .right-side-img {
    order: 1;
  }

  /* Why Partner Section */
  .features {
    flex-direction: column;
    gap: 20px;
  }

  .feature-box {
    width: 100%;
    text-align: center;
  }

  /* Comprehensive text */
  .comprehensive h3 {
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
  }

  /* Coating Options */
  .coating-options .container {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .coating-box {
    width: 100%;
    text-align: center;
  }

  .hadding-box h4 {
    font-size: 20px;
    text-align: center;
  }

  .hadding-box p {
    font-size: 14px;
    text-align: center;
  }

  /* Image Gallery */
  .gallery-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  

  /* Lightbox */
  #lightbox img {
    width: 90%;
  }

  /* Other Offerings */
.offerings-grid {
    /* display: grid; */
    /* grid-template-columns: repeat(2, 1fr); */
    /* gap: 15px; */
    /* padding: 10px; */
    display: block;
}

.faq-section {
    padding: 50px 20px;
}

  .offering-box {
    text-align: center;
    margin-bottom: 20px;
    width: 100%;
}

  .offering-box img {
    width: 100%;
    height: auto;
  }

  /* FAQ */
  .faq-question {
    font-size: 14px;
    text-align: left;
  }

  .faq-answer {
    font-size: 13px;
  }

.pu-plastic-paint-bg {
    padding: 40px !important;
}

/* final css */
.wlcm-div h2 {
    font-size: 36px;
    text-align: center;
}

.boxed-img.img-left.position-set {
    position: relative;
    bottom: -570px;
}
.boxed-text.right-text.position-top{
        position: relative;
        top: -200px;
        margin-bottom: 80px;
}

.homes-container{
    opacity:1;
}

.imgg-height-set img{
    width: 100%;
    height: 410px !important;
}





}
