.topnav-icons {
  gap: 25px;
  
}

.topnav-item {
  text-align: center;
  /* margin-bottom: 10px !important; */
}

.topnav-link {
  text-decoration: none;
  color: black;
}

.topnav-icon {
  font-size: 22px;
}

.topnav-text {
  font-size: 16px;
  color: #4d4c4c;
  margin-top: 4px;
  line-height: 1.2;
  white-space: nowrap; /* ✅ Prevents text from breaking into 2 lines */
}

.topnav-count {
  position: absolute;
  top: -6px;
  right: -10px;
  /* background: #ffb0b0; */
  color: #000;
  font-size: 11px;
  font-weight: 600;
  border-radius: 50%;
  padding: 2px 5px;
}

/* Hide text on mobile */
@media (max-width: 768px) {
  .topnav-text {
    display: none;
  }
  .logos{
    height: 85px !important;
  }
  .contact-box{
    display: none !important;
  }
}
.topnav-icon {
  color: #050505 !important; /* default */
  transition: color 0.3s ease;
}

.topnav-link:hover .topnav-icon {
  color: green !important; /* hover color (red) */
}
.topnav-text:hover {
    color:green ;
}


.heads:hover{
    color: rgb(3, 93, 3) !important;
}
.cateheads:hover{
    color: rgb(6, 143, 6) !important;
}

.changecolor:hover{
color: rgb(153, 239, 153);
}

.btnsum:hover{
    background-color: rgb(6, 82, 6) !important;
}
.btnsum{
    border-radius: 0 !important;
}

.secbtn{
background-color:rgb(6, 82, 6) !important ;
}

.allbtn{
 background-color:rgb(3, 110, 3) !important ;
}
/* .allbtn:hover{
 background-color:rgb(3, 110, 3) !important ;
} */

.changec:hover{
color:rgb(3, 110, 3) !important;
}

.hovtext:hover{
  color:rgb(3, 110, 3) !important;
}

.linksc:hover{
  color: rgb(3, 146, 3) !important;
}

.colors:hover{
color: rgb(3, 146, 3) !important;
}

body{
        font-family: "Jost", sans-serif !important;
        overflow-x: hidden !important;
    }


  .page-title {
  display: inline-block;
  position: relative;
  padding-bottom: 8px;
}

.page-title::after {
  content: '';
  display: block;
  width: 100px;
  height: 4px;
  background: linear-gradient(90deg, #0bec0b, #0ee60e,#024e02) !important; /* light → dark green */
  margin: 12px auto 0;
  border-radius: 2px;
}
@media only screen and (min-width: 1024px) {
  .logodiv{
  width: 400px !important;
  }
  .logodivimg{
  width: 290px !important;
  height: 85px;
  }
  .alignheader{
    height: 120px;
    margin-left: 20px !important;
  }
  .contact-item i {
    margin-bottom: 20px !important;
}
.detaildiv {
  margin-left: 200px !important;
}
.choose-img{
  /* width: 600px !important; */
  border-radius: 30px !important;
}

.about-contents{
  margin-top:15px !important ;
}
.service-contents{
    margin-top: 15px !important;
}

.rowright-printing{
    width: 1600px !important;
    margin-bottom: 200px !important;
}

.left-print{
width: 1300px;
}

.left-machine{
    margin-top: 50px !important;
    /* width: 600px !important; */
    text-align: justify !important;
}
.right-stricker{
    width: 800px;
    margin-bottom: 200px;
}
.product-mobile-wrap{
    display: none !important;
}
.print-image{
    width: 100% !important;
    height: 150px !important;
}
.print-image1{
    height: 150px !important;
}

.hero-bg-new{
    display: none !important;
}

.name-plate{
    margin-top: 90px !important;
    margin-right: 30px !important;
}
.print-image-name{
    width: 250px !important;
    height: 150px !important;
    margin-left: 30px !important;
}
.sticker-image{
    margin-top: 160px !important;
}
}




.product-image {
    height: 130px;
    width: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.product-content {
    padding: 10px;
}




.product-desc{
    font-size: 18px !important;
}

/* Responsive improvements */
@media (max-width: 576px) {
    .product-title { font-size: 24px; line-height: 28px; }
    .product-image { width: 100%; height: auto; }
}

@media (max-width: 768px) {
    .right-stack-mobile {
        display: flex !important;
        flex-direction: column !important;
        gap: 15px !important;
    }

    .right-stack-mobile .img-box {
        width: 100% !important;
    }

    .ind-print{
        margin-top: 20px !important;
    }

    .right-stack-mobile img {
        width: 50% !important;
        height: auto !important;
        object-fit: cover !important;
    }
    .print-div{
        margin-top:20px !important;
    }
    .logodivimg{
        width: 280px !important;
    }
}
/* Mobile: show one by one */
@media (max-width: 768px) {
    .rowright-printing .col-md-4,
    .rowright-printing .col-sm-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .rowright-printing .img-box img {
        width: 50% !important;
    }

    .hero-banner{
        display: none !important;
    }
}
@media (max-width: 768px) {
    .right-stricker {
        display: flex !important;
        flex-direction: column !important;
        gap: 15px !important;
    }
    .right-stricker .img-box {
        width: 100% !important;
    }
    .right-stricker img {
        width: 50% !important;
        height: auto !important; /* auto height looks better on mobile */
        object-fit: cover !important;
    }
    .content-wrapper-sticker{
        padding:0 20px !important;
    }
}

.contact-box {
    display: flex;
    align-items: center;
    gap: 100px;
    padding: 20px 0;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 12px;
}

.contact-item i {
    font-size: 28px;
    color: #00C2FF; /* same blue as screenshot */
}

.contact-item h4 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 15px !important;
}

.contact-item p {
   margin-top: -10px !important;
    /* margin: 0; */
    font-size: 16px;
    color: #555;
}

/* FIX FONT AWESOME NOT SHOWING */
.fa, .fas, .fa-solid, .fa-regular, .fa-brands {
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
}

.fa-envelope, .fa-phone {
    font-family: "Font Awesome 6 Free" !important;
}

.hover-link{
color: white !important;
}

.hover-link:hover{
  color: black !important;
}

.hover-linkdrp:hover{
  color: #03C2FC !important;
}

.wrap-slider {
    position: relative;
}

.wrap-slider::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0.55;   
    z-index: 1;
}

.wrap-slider .box-content {
    /* position: relative; */
    z-index: 2;
}

.img-wrapper {
    /* box-shadow: X  Y  BLUR  SPREAD  COLOR */
    box-shadow: 35px 35px 0px -10px #3315A0;   /* RIGHT SIDE shadow */
    display: inline-block;
    border-radius: 30px !important;
}

.img-style {
    border-radius: 20px;
    overflow: hidden;
}

.img-style img {
  
    height: 500px !important;
    display: block;
}

/* ============================
   SERVICES SECTION
============================ */

/* ============================
   SERVICES SECTION
============================ */

.services-section {
    position: relative;
    padding: 0px 0 150px;
    text-align: center;

    /* Background image */
    background: url('/images/collections/banner3.jpg') center/cover no-repeat;
    z-index: 1;
}

/* BLACK OVERLAY */
.services-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65); /* DARKNESS */
    z-index: 0;
}

/* ============================
   TITLE
============================ */

.services-title {
    font-size: 35px;
    color: white;
    /* margin-bottom: 60px; */
    font-weight: 700;
    position: relative;
    z-index: 5;
}

/* ============================
   SERVICE BOXES
============================ */

.services-container {
    display: flex;
    justify-content: center;
    gap: 25px;
    margin: 0 auto;
    max-width: 1500px;
    position: relative;
    z-index: 5;
}

.service-box {
    width: 230px;
    height: 360px;
    padding: 35px 20px 30px;
    border: 1px solid #00bfff;
    text-align: center;
    color: white;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.35);
}

.service-icon {
    width: 85px;
    height: auto;
    margin-bottom: 20px;
}

.service-box h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}

.service-box p {
    font-size: 12px;
    line-height: 22px;
    /* min-height: 120px; */
}

.read-more {
    color: #00bfff;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    /* margin-top: 15px; */
    display: inline-block;
}

.read-more:hover{
  color: red;
}
/* ============================
   V SHAPE CURVE
============================ */

.curve {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background: white;
    /* border: 2px solid white; */
    /* CENTER V SHAPE */
    clip-path: polygon(0 0, 50% 100%, 100% 0, 100% 100%, 0 100%);

    z-index: 1;
}

/* ============================
   RESPONSIVE
============================ */

@media (max-width: 1200px) {
    .services-container {
        flex-wrap: wrap;
    }
  
}

@media (max-width: 768px) {
    .service-box {
        width: 100%;
        max-width: 350px;
    }

    .services-title {
        font-size: 20px;
    }
}


.hover-div:hover{
  border: 1px solid gray !important;
}



.stats-grid {
    display: grid;
    grid-template-columns: repeat(2, 250px);
    text-align: center;
    position: relative;
    /* height: 200px; */
}

/* Each box */
.stats-item {
    padding: 40px 20px;
    height: 160px;
}

/* BIG top number */
.stats-item h2 {
    font-size: 45px;
    color: #00bfff;
    margin: 0;
    font-weight: 600;
}

.stats-item p {
    margin-top: 10px;
    font-size: 18px;
    color: #444;
}

/* Center vertical line */
.stats-grid::before {
    content: "";
    position: absolute;
    left: 45%;
    top: 40px;
    width: 1px;
    height: calc(100% - 20px);
    background: #e2e2e2;
}

/* Center horizontal line */
.stats-grid::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    /* width: calc(100% - 20px);
    height: 1px; */
    background: #e2e2e2;
}

/* Remove outer borders for clean look */
.top-left,
.top-right,
.bottom-left,
.bottom-right {
    border: none;
}

/* Responsive: stack */
@media (max-width: 600px) {
   .stats-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr) !important;
}


    .stats-grid::before,
    .stats-grid::after {
        display: none;
    }
    .md-none{
      display: none;
    }
}

.appointment-section {
    position: relative;
    width: 100%;
    height: 350px !important;
    background-image: url('/images/collections/bg1222.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

/* 🔥 Black transparent overlay */
.appointment-section::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5); /* 0.3 = light, 0.5 = medium, 0.7 = darker */
}

/* Keep text ABOVE overlay */
.content-box {
    position: relative;
    z-index: 2;
}

.content-box h3 {
    font-size: 50px;
    color: white;
    margin-bottom: 15px;
    font-weight: 600;
}

.appointment-btn {
    background: #03C2FC;
    padding: 12px 28px;
    /* border-radius: 30px; */
    border: none;
    font-weight: 600;
    cursor: pointer;
    color: white;
}

.appointment-btn:hover{
  background-color: royalblue !important;
}

#footer {
    position: relative;
    background: url('/images/slider/banner-ideas.jpg') center/cover no-repeat;
    padding: 60px 0;
    color: white;
}

/* 🔥 Black Transparent Overlay */
#footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6); /* adjust: 0.3 light | 0.6 medium | 0.8 dark */
    z-index: 1;
}

/* Ensure footer content stays above overlay */
#footer .container,
#footer * {
    position: relative;
    z-index: 2;
}

.about-hero {
    position: relative;
    width: 100%;
    height: 280px;
    background: url('/images/collections/ss.jpg') center/cover no-repeat;
    overflow: hidden;
}

/* Dark blue transparent overlay */
.about-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 40, 100, 0.55); /* Blue slow transparency */
    z-index: 1;
}

/* Bottom Slanted Shape */
.about-hero::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 180px;
    background: white;

    /* LEFT HIGH, RIGHT LOW */
    clip-path: polygon(0 10%, 100% 30%, 100% 100%, 0 100%);

    z-index: 2;
}



.about-content {
    position: relative;
    z-index: 3;
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 80px;
}

.about-content h3 {
    /* font-size: 70px; */
    font-weight: 800;
    color: white;
    /* margin: 0; */
    text-transform: uppercase;
}

/* .experience-section {
    padding: 60px 0;
} */

.exp-grid {
    display: grid;
    grid-template-columns: 55% 45%;
    align-items: start;
    gap: 40px;
}

.exp-left {
    line-height: 1.8;
    font-size: 17px;
}

.exp-left .welcome {
    color: #0092fe;
    font-weight: 600;
    margin-bottom: 10px;
}

.exp-left .title {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 25px;
}

.exp-left p {
  font-size: 20px !important;
  text-align: justify !important;
  font-family: "Urbanist", Sans-serif;

}

.exp-right {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.img-large {
    width: 100%;
    height: 330px;
    object-fit: cover;
    border-radius: 15px;
}

.small-img-row {
    display: flex;
    gap: 20px;
}

.img-small {
    width: 50%;
    height: 240px;
    object-fit: cover;
    border-radius: 15px;
}


/* ---------------- MOBILE RESPONSIVE ---------------- */

@media (max-width: 768px) {

    .exp-grid {
        grid-template-columns: 1fr !important;
        gap: 30px;
    }

    .exp-left .title {
        font-size: 32px !important;
    }

    .img-large {
        height: 230px !important;
    }

    .small-img-row {
        flex-direction: column;
    }

    .img-small {
        width: 100% !important;
        height: 200px !important;
    }
    .about-hero {
        height: 300px !important;
    }
    
}

.mvg-section {
    padding: 60px 0;
}

.mvg-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.mvg-card {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0px 4px 15px rgba(0,0,0,0.15);
    overflow: hidden;
    text-align: center;
    padding-bottom: 30px;
}

.mvg-card img {
    width: 95%;
    height: 230px;
    object-fit: cover;
    margin-top: 10px !important;
}

.mvg-card h3 {
    margin-top: 25px;
    font-size: 30px !important;
    color: #006ba0;
    font-weight: 700;
    font-family: "Urbanist", Sans-serif !important;
}

.mvg-card p {
    padding: 0 25px;
    margin-top: 15px;
    font-size: 18px;
    line-height: 1.7;
    color: #333;
    font-family: "Urbanist", Sans-serif !important;
}

/* ---------- MOBILE RESPONSIVE ---------- */
@media (max-width: 768px) {
    .mvg-grid {
        grid-template-columns: 1fr;
    }

    .mvg-card img {
        height: 200px;
    }

    .mvg-card h3 { font-size: 22px; }
}
.stats-section {
    position: relative;
    background: url('/images/collections/ss1.jpg') no-repeat center/cover;
    padding: 120px 0 150px;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 75%);
    color: #fff;
}

/* Dark transparent overlay */
.stats-section .overlay {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0, 0, 0, 0.55);
    z-index: 1;
}

.stats-section .container {
    position: relative;
    z-index: 2;
}

.stats-section .title {
    font-size: 74px;
    font-weight: 700;
    margin-bottom: 10px;
    color: white;
}

.stats-section .subtitle {
    font-size: 18px;
    max-width: 900px;
    margin: 0 auto 50px;
    opacity: 0.9;
}

.stats-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.stat-box {
    width: 22%;
    background: rgba(280, 255, 255, 0.1);
    padding: 30px 10px;
    border-top: 2px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(4px);
}

.stat-box h3 {
    font-size: 48px;
    font-weight: 700;
    color: #09c3f9;
    margin-bottom: 10px;
}

.stat-box p {
    font-size: 18px;
    margin: 0;
}

/* Responsive for Mobile */
@media(max-width: 992px) {
    .stat-box {
        width: 45%;
        margin-bottom: 20px;
    }
}

@media(max-width: 576px) {
    .stat-box {
        width: 100%;
    }
    .stats-section .title {
        font-size: 32px;
    }
}

.quality-list {
    list-style-type: decimal !important;
    padding-left: 25px !important;
}

.tf-content-right {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 0 25px rgba(0,0,0,0.12);
}


.quality-list li {
    display: list-item !important;
     font-family: "Urbanist", Sans-serif !important;
     font-size: 16px !important;
     line-height: 32px;
}

.quality-head{
  font-family: "Urbanist", Sans-serif !important;
}

.quality-div {
  background-color: white;
  border: 1px solid #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  /* padding: 20px; */
}

.tf-grid-layout p {
font-family: "Urbanist", Sans-serif !important;
     font-size: 16px !important;
     
}

.tf-grid-layout span{
   
     font-family: "Urbanist", Sans-serif !important;
     font-size: 16px !important;
     line-height: 32px;
}
.tf-content-right p{
     font-family: "Urbanist", Sans-serif !important;
     font-size: 16px !important;
     line-height: 32px;
}

.wave-section-stickers{
     width:100%;
      padding:90px 10px;
      background-image: url("/images/collections/bg1222.jpg") !important;
      position:relative;
      /* margin-bottom: 150px !important; */
}

.wave-section-strick-image{
    width:100%;
      padding:90px 10px;
      background-image: url("/images/collections/bg1223-1.jpg") !important;
      position:relative;
}

/* FULL BLUE WAVY BACKGROUND like screenshot */
    .wave-section{
      width:100%;
      padding:140px 0;
      background-image: url("/images/collections/bg1222-1.jpg") !important;
      position:relative;
      /* margin-bottom: 150px !important; */
    }
.wave-section-part{
    width:100%;
      padding:70px 0;
      background-image: url("/images/collections/bg1222-1.jpg") !important;
      position:relative;
      /* margin-bottom: 150px !important; */
}
    /* Top decorative wave */
    /* .wave-section:before{
      content:"";
      position:absolute;
      top:0;
      left:0;
      width:100%;
      height:50px;
      background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 150"><path fill="%23ffffff" fill-opacity="1" d="M0,96L48,112C96,128,192,160,288,154.7C384,149,480,107,576,96C672,85,768,107,864,122.7C960,139,1056,149,1152,133.3C1248,117,1344,75,1392,53.3L1440,32L1440,0L0,0Z"></path></svg>') no-repeat center/cover;
    }


    .wave-section:after{
      content:"";
      position:absolute;
      bottom:0;
      left:0;
      width:100%;
      height:50px;
      background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 120"><path fill="%23ffffff" fill-opacity="1" d="M0,0L48,5.3C96,11,192,21,288,48C384,75,480,117,576,122.7C672,128,768,96,864,85.3C960,75,1056,85,1152,80C1248,75,1344,53,1392,42.7L1440,32L1440,120L0,120Z"></path></svg>') no-repeat center/cover;
    } */

    .content-wrapper{
      max-width:1250px;
      margin:0 auto;
      /* padding:60px 40px; */
      display:flex;
      align-items:center;
      justify-content:space-between;
      position:relative;
      z-index:5;
    }

    .left p{
        font-size:16px;
        line-height:30px ;
        margin-bottom:22px;
        color:#2a2a2a;
        text-align: justify;
    }

    .left-one p{
        font-size:16px;
        line-height:30px ;
        margin-bottom:180px;
        color:#2a2a2a;
        text-align: justify;
    
    }

    .left-print{
        font-size:16px;
        line-height:30px ;
        margin-bottom:180px;
        color:#2a2a2a;
        text-align: justify;
        margin-left:10px !important;
    
    }
    


 .left{
      width:55%;
    }
          .right {
    display: flex;
    align-items: flex-start;
    gap: 20px; /* space between images */
    margin-left: 50px !important;
}

.right-printing{
       display: flex;
    align-items: flex-start;
    gap: 20px; /* space between images */
    /* margin-left: 50px !important; */
}
.img-box {
    overflow: hidden;
}

.large-img img {
    width: 280px;   /* adjust as needed */
    height: 350px ;
    border-radius: 20px;
}

.small-img img {
    width: 280px;   /* adjust as needed */
    height: auto;
    border-radius: 10px;
}

    /* RESPONSIVE */
    @media(max-width:1020px){
      .content-wrapper{
        flex-direction:column;
        text-align:center;
      }
      .left,.right{
        width:100%;
      }
      .right{align-items:center;}
    }

/* Wrapper section for the waves */
/* .wave-section {
    position: relative;
    width: 100%;
    background: #ffffff;
    padding-top: 0;
} */

/* Optional overlay */
.wave-overlay {
    position: absolute;
    background: #F7F7F7;
    opacity: 0.5;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

/* New class name for wave top */
.custom-wave-top {
    position: absolute;
    top:-10px;         
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    z-index: 5;
    /* height: 60px; */
}

/* SVG full width & height */
.custom-wave-top svg {
    width: 100%;
    height: 50px;      /* Adjust wave size */
    display: block;
    transform: translateY(1px); /* Fine tuning alignment */
}

/* Wave color */
.wave-fill {
    fill: #ffffff;
}


.elementor-shape[data-negative=false].elementor-shape-bottom, .elementor-shape[data-negative=true].elementor-shape-top {
    transform: rotate(180deg);
}
.elementor-shape-bottom {
    bottom: -1px;
}
.elementor-shape {
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr;
}

/* .elementor-1209 .elementor-element.elementor-element-190d8ad > .elementor-shape-bottom svg {
    height: 50px !important; 
} */
.elementor-shape-bottom:not([data-negative=true]) svg {
    z-index: -100;
}
svg:not(:root) {
    overflow: hidden;
    display: inline;
}
.elementor-shape svg {
    display: block;
    width: calc(100% + 1.3px);
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    height: 120px ;
}
/* Reduce bottom wave height */
.elementor-1209 .elementor-shape-bottom svg {
    height: 50px !important;   /* Reduce number to make wave smaller */
    width: 100% !important;
    left: 0 !important;
    transform: none !important;
}



.elementor *, .elementor :after, .elementor :before {
    box-sizing: border-box;
}
.elementor-shape .elementor-shape-fill {
    fill: #fff;
    transform-origin: center;
    transform: rotateY(358deg);
    /* width: 100% !important; */
}
.hero-banner {
    position: relative;
    width: 100%;
    height: 280px;
    background: url('/images/collections/9-1.jpg') center/cover no-repeat;
    overflow: hidden;
}

/* Dark blue transparent overlay */
.hero-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 40, 100, 0.55);
    z-index: 1;
}

/* Bottom Slanted Shape */
.hero-banner::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 180px;
    background: white;

    /* LEFT HIGH, RIGHT LOW */
    clip-path: polygon(0 10%, 100% 30%, 100% 100%, 0 100%);

    z-index: 2;
}

.hero-banner-content {
    position: relative;
    z-index: 3;
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 80px;
}

.hero-banner-title {
    font-weight: 800;
    color: white;
    text-transform: uppercase;
}


/* .hero-slant-section {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 250px !important;
}


.hero-slant-bg {
    position: relative;
    height: 260px;
    background: url('/images/collections/ss.jpg') center/cover no-repeat;
}


.hero-slant-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45); 
}


.hero-slant-title {
    position: relative;
    z-index: 2;
    color: #fff;
    font-size: 65px;
    font-weight: 800;
    text-transform: capitalize;
    padding: 80px 60px;
    margin: 0;
}


.hero-slant-bottom {
    width: 100%;
    height: 120px;
    background: #fff;

    clip-path: polygon(0 25%, 100% 0, 100% 100%, 0 100%);
} */
    /* Image Group Styling: Layout for the two main images */
        .image-group-container {
            /* Use flexbox to align the two images horizontally and vertically */
            display: flex;
            gap: 1.5rem; /* Space between the two image blocks */
            justify-content: center;
            align-items: center;
            padding: 1rem;
        }
        
        .image-block {
            /* Standard block to hold one or two images, centered */
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        .img-placeholder {
            max-width: 100%;
            height: auto;
            border-radius: 8px;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
            border: 1px solid #ddd;
            background-color: white;
            padding: 10px;
        }

        /* Specific size adjustments for the images to mimic the screenshot */
        .img-placeholder-left {
            width: 200px; /* Example size */
            height: 250px;
        }

        .img-placeholder-middle {
            width: 250px; /* Example size */
            height: 300px;
        }

        .img-placeholder-right {
             width: 180px; /* Example size */
            height: 250px;
        }

.right-image{
    width:500px !important;
}

 /* floating action buttons on bottom-right */
    .fab-wrap{position:fixed;right:20px;bottom:22px;display:flex;flex-direction:column;gap:14px;z-index:999}
    .fab{width:56px;height:56px;border-radius:50%;background:linear-gradient(180deg,#15b6ff,#00a2ff);display:flex;align-items:center;justify-content:center;box-shadow:0 10px 30px rgba(3,170,255,0.18);cursor:pointer;border:3px solid rgba(255,255,255,0.6)}
    .fab svg{width:20px;height:20px;fill:#fff}

.paint-layout-wrapper {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    gap: 30px;
    width: 100%;
}

/* IMAGE GRID */
.paint-image-grid {
    display: flex;
    flex-wrap: wrap;
    width: 55%;
    gap: 15px;
}

.paint-img {
    border-radius: 6px;
    overflow: hidden;
}

/* FIXED SIZE — stops images from stretching full width */
.paint-img-large img {
    width: 220px;
    height: 180px;
    object-fit: cover;
}

.paint-img-small img {
    width: 180px;
    height: 160px;
    object-fit: cover;
}

/* Force last image to move to next row */
.paint-img-last {
    flex-basis: 100%;
}

/* TEXT BLOCK */
.paint-text-content {
    width: 40%;
    font-size: 17px;
    line-height: 1.6;
    color: #333;
}

/* MOBILE VIEW */
@media (max-width: 768px) {
    .paint-layout-wrapper {
        flex-wrap: wrap;
    }
    .paint-image-grid,
    .paint-text-content {
        width: 100%;
    }
    .paint-img-large img,
    .paint-img-small img {
        width: 100%;
        height: auto;
    }
    .paint-img-last {
        flex-basis: 100%;
    }
    .left-one p{
        font-size:16px;
        line-height:30px ;
        margin-bottom:0px !important;
        color:#2a2a2a;
        text-align: justify;
    
    }
      .right {
    display: flex;
    align-items: flex-start;
    gap: 20px; /* space between images */
    margin-left: 0px !important;
}
.hero-title-new{
    font-size: 20px !important;
}
.about-hero{
    display: none !important;
}
}
.menu-list li a {
    display: block;
    padding-bottom: 8px;
    border-bottom: 1px solid #ccc !important;
}
.hero-bg-new {
    position: relative;
    width: 100%;
    height: 150px;
    background: url('/images/collections/ss.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.hero-title-new {
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}
.menu-item.active a {
    color: black !important;      /* change text color */
    font-weight: 700 !important;    /* make bold */
    border-bottom: 2px solid black;  /* underline style */
}

