/* <!-- first image  section css *********************** */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}


.container-hp {
width: 100%;
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;
}

/* Luxury Container */
.luxury-hero-container {
position: relative;
overflow: hidden;
height: 100vh;
min-height: 700px;
background: #000;
box-shadow: 5px 10px 10px 0px #000000d4;
}



/* Background Effects */
.luxury-background {
position: absolute;
width: 100%;
height: 100%;
}

.luxury-main-image {
width: 100%;
height: 100%;
object-fit: cover;
filter: brightness(0.7) contrast(1.1);
transform: scale(1.05);
transition: transform 12s cubic-bezier(0.2, 0.96, 0.34, 1), filter 8s ease;
will-change: transform;
}

.luxury-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(45deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.17) 70%);
z-index: 2;
}

.luxury-glow {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: radial-gradient(circle at 70% 30%, rgba(212, 175, 55, 0.25) 0%, transparent 70%);
z-index: 3;
pointer-events: none;
animation: glowPulse 8s infinite alternate;
}

.luxury-particle {
position: absolute;
background: rgba(212, 175, 55, 0.6);
border-radius: 50%;
pointer-events: none;
z-index: 3;
filter: blur(1px);
animation: floata 15s infinite linear;
}

/* Luxury Content */
.luxury-content {
position: relative;
z-index: 4;
height: 100%;
display: flex;
flex-direction: column;
justify-content: center;
padding-top: 60px;
}

/* Luxury Tagline */
.luxury-tagline {
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 40px;
perspective: 1000px;
}

.luxury-line-left, .luxury-line-right {
width: 80px;
height: 1px;
background: linear-gradient(90deg, transparent, rgba(255,255,255,0.4), transparent);
transition: all 1.5s cubic-bezier(0.16, 1, 0.3, 1);
transform-origin: center;
}

.luxury-title {
     font-family: "Saira Stencil One", sans-serif;
font-weight: 300;
font-size: 5.5vw;
color: white;
text-align: center;
padding: 0 40px;
letter-spacing: 1px;
margin: 0;
line-height: 1.2;
text-shadow: 0 2px 10px rgba(0,0,0,0.3);
}

.luxury-word {
display: inline-block;
position: relative;
overflow: hidden;
transform-style: preserve-3d;
}

.luxury-word-1 {
padding-right: 15px;
font-weight: 300;
}

.luxury-word-2 {
color:rgb(151, 255, 5);
font-weight: 500;
text-shadow: 0 0 20px rgba(255, 255, 255, 0);

}

/* Luxury Divider */
.luxury-divider {
position: relative;
width: 100%;
display: flex;
justify-content: center;
margin: 30px 0;
}

.luxury-diamond {
width: 14px;
height: 14px;
background: #d4af37;
transform: rotate(45deg) scale(0);
box-shadow: 0 0 20px rgba(212, 175, 55, 0.7);
transition: transform 1.2s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.8s;
}

/* Luxury Button */
.luxury-btn {
position: relative;
display: inline-flex;
align-items: center;
justify-content: center;
padding: 18px 45px;
color:rgb(115, 255, 21);
border: 1px solid rgba(255,255,255,0.3);
font-size: 12px;
font-family: 'Montserrat', sans-serif;
font-weight: 300;
letter-spacing: 4px;
text-transform: uppercase;
text-decoration: none;
overflow: hidden;
transition: all 0.6s ease;
background: transparent;
backdrop-filter: blur(2px);
border-radius: 2px;
}

.luxury-btn span {
position: relative;
z-index: 2;
transition: transform 0.4s ease;
}

.luxury-btn-hover {

position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(90deg, rgba(255, 255, 255, 0.64) 0%, rgba(64, 255, 0, 0.4) 100%);
transform: translateX(-100%);
transition: transform 0.8s cubic-bezier(0.65, 0, 0.35, 1);
z-index: 1;
}

.luxury-btn:hover {
    text-decoration: none !important;
list-style: none !important;
color: black;
border-color:rgb(255, 255, 255);
box-shadow: 0 0 30px rgba(212, 175, 55, 0.3);
}

.luxury-btn:hover span {
    text-decoration: none !important;
    list-style: none !important;
transform: translateX(5px);
}

.luxury-btn:hover .luxury-btn-hover {
transform: translateX(0);
}

/* Add this to your existing CSS */
.luxury-btn-shine {
position: absolute;
top: 0;
left: -100%;
width: 60%;
height: 100%;
background: linear-gradient(
90deg,
rgba(127, 190, 135, 0.16) 0%,
rgb(255, 255, 255) 50%,
rgba(146, 177, 138, 0) 100%
);
transform: skewX(-20deg);
z-index: 2;
pointer-events: none;
animation: btnShine 3s infinite 2s;
}

@keyframes btnShine {
0% {
left: -100%;
opacity: 0;
}
20% {
opacity: 0.8;
}
100% {
left: 150%;
opacity: 0;
}
}

/* Scroll Hint */
.luxury-scroll-hint {
position: absolute;
bottom: 40px;
left: 50%;
transform: translateX(-50%);
color: rgba(255,255,255,0.7);
font-size: 10px;
font-weight: 300;
letter-spacing: 3px;
text-transform: uppercase;
display: flex;
flex-direction: column;
align-items: center;
z-index: 5;
}

.luxury-scroll-line {
width: 1px;
height: 60px;
background: linear-gradient(to bottom, rgba(255,255,255,0.2), transparent);
margin-top: 20px;
position: relative;
overflow: hidden;
}

.luxury-scroll-line::after {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 30px;
background: linear-gradient(to bottom, rgba(212,175,55,1) 0%, transparent 100%);
animation: scrollHint 2.5s infinite;
}

/* Animations */
@keyframes fadeIn {
from { opacity: 0; }
to { opacity: 1; }
}

@keyframes scrollHint {
0% { transform: translateY(-30px); opacity: 0; }
30% { opacity: 1; }
100% { transform: translateY(60px); opacity: 0; }
}

@keyframes glowPulse {
0% { opacity: 0.8; }
100% { opacity: 1; }
}

@keyframes floata {
0% { transform: translateY(0) rotate(0deg); opacity: 0; }
10% { opacity: 1; }
100% { transform: translateY(-100vh) rotate(360deg); opacity: 0; }
}

/* Word Animation */
.luxury-word::after {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: white;
transform: translateX(-101%);
transition: transform 1.5s cubic-bezier(0.77, 0, 0.175, 1);
}

.luxury-word-1::after {
transition-delay: 0.4s;
}

.luxury-word-2::after {
transition-delay: 0.6s;
background:rgb(163, 233, 66);
}

/* Initial Animation */
.luxury-hero-container.active .luxury-word::after {
transform: translateX(101%);
}

.luxury-hero-container.active .luxury-line-left {
transform: translateX(-30px) scaleX(0.5);
opacity: 0;
}

.luxury-hero-container.active .luxury-line-right {
transform: translateX(30px) scaleX(0.5);
opacity: 0;
}

.luxury-hero-container.active .luxury-main-image {
transform: scale(1.15);
filter: brightness(0.8) contrast(1.2);
}

.luxury-hero-container.active .luxury-diamond {
transform: rotate(45deg) scale(1);
}


/* Floating particles */
@media (min-width: 768px) {
.luxury-particle {
display: block;
}
}

/* Responsive Queries */
@media (max-width: 1241px) {
.luxury-hero-container {
min-height: 600px;
}
}

@media (max-width: 768px) {
.luxury-title {
font-size: 3.5rem;
padding: 0 20px;
}

.luxury-line-left, .luxury-line-right {
width: 40px;
}

.luxury-btn {
padding: 15px 35px;
}
}

@media (max-width: 480px) {
.luxury-hero-container {
min-height: 500px;
}

.luxury-title {
font-size: 2.5rem;
padding: 0 15px;
}

.luxury-tagline {
margin-bottom: 30px;
}

.luxury-line-left, .luxury-line-right {
width: 20px;
}

.luxury-btn {
padding: 12px 30px;
font-size: 11px;
letter-spacing: 3px;
}

.luxury-scroll-hint {
bottom: 30px;
}
}

/* <!-- first image section css end*********************** */


/* slider section********************************* */

     
.swiper-containerb {
    position: relative;
    width: 100%;
    height: 900px !important;
    overflow: hidden;
}


.slideb {
    position: relative;
    width: 100%;
    height: 900px !important;
    overflow: hidden;
}

.background-imgb {
    position: absolute;
    width: 100% !important;
  
    height: 100vh;

    background-size: cover;
    background-repeat: no-repeat;
    will-change: transform;
    transition: transform 1.2s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.overlay-containerb {
    position: absolute;
    width: 100%;
    height: 900px !important;
    top: 0;
    left: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.overlayb {
    width: 100% !important;
    background-size: cover !important;
    background-repeat: no-repeat;
    will-change: transform;
    opacity: 0;
    transition: opacity 1.3s ease;
    position: relative;
    left: 0%;
}

.swiper-slide-active .overlayb {
    opacity: 1;
    animation: fadeDownb 1.3s ease;
}

.content-textb {
    font-family: "Saira Stencil One", sans-serif;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: absolute;
    width: 40%;
    max-width: 500px;
    right: 30%;
    top: 55%;
    transform: translateY(-50%);
    color: #fff;
    z-index: 3;
    opacity: 0;
    border-radius: 10px;
    transition: opacity 1.3s ease;
}

.swiper-slide-active .content-textb {
    opacity: 1;
    animation: fadeUpb 1.3s ease;
}

.content-textb h2 {
    font-size: clamp(1.5rem, 2.5vw, 2.5rem);
    margin-bottom: 20px;
    color: rgba(0, 0, 0, 0.49);
    letter-spacing: 2px;
}

.content-textb p {
    font-size: clamp(0.9rem, 1.1vw, 1.1rem);
    line-height: 1.6;
    margin-bottom: 30px;
}

.content-textb .btn {
    display: inline-block;
    padding: 12px 30px;
    background: #fff;
    color: #333;
    letter-spacing: 3px;
    text-decoration: none;
    border-radius: 30px;
    font-weight: 500;
    transition: all 0.3s ease;
    font-size: clamp(0.8rem, 1vw, 1rem);
}

.content-textb .btn:hover {
    background: #333;
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}

@keyframes fadeDownb {
    0% {
        opacity: 0;
        transform: translateX(-30%);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeUpb {
    0% {
        opacity: 0;
        transform: translateY(100%) translateX(0%);
    }
    100% {
        opacity: 1;
        transform: translateY(-50%) translateX(0);
    }
}

/* Navigation buttons styling */
.nb, .pb {
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    color: #fff !important;
    background: rgb(104, 206, 40) !important;
    width: 40px !important;
    height: 40px !important;
    border-radius: 50% !important;
    backdrop-filter: blur(5px) !important;
    transition: all 0.3s ease !important;
    box-shadow: 5px 5px 5px black !important;
    z-index: 10 !important;
    cursor: pointer !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.nb {
    right: 20px !important;
}

.pb {
    left: 20px !important;
}

.nb:hover, .pb:hover {
    background: rgba(255,255,255,0.4) !important;
    transform: translateY(-50%) scale(1.1) !important;
}

.nb::after, .pb::after {
    font-size: 1.2rem !important;
    font-weight: bold !important;
    font-family: 'swiper-icons' !important;
}

.nb::after {
    content: 'next' !important;
}

.pb::after {
    content: 'prev' !important;
}

/* Custom round buttons */
.round-buttonsb {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 15px;
    z-index: 10;
}

.round-btnb {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: rgb(255, 255, 255);
    border: 2px solid rgba(255,255,255,0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.6s cubic-bezier(0.25, 0.1, 0.25, 1);
    backdrop-filter: blur(5px);
}

.round-btnb:hover {
    background: rgba(255,255,255,0.4);
    transform: scale(1.1);
}

.E {
    color: #8cc739;
}
@media (min-width: 3000px){
  .swiper-containerb {
        height: 100vh !important;
    }
    
    .overlay-containerb {
        height: 100vh !important;
    }
    
    .swiper-slide {
        height: 100vh !important;
    }
    
    .background-imgb {
      height: 100vh !important;
       
    }
}
 @media (min-width: 1650px) and (max-width: 1900px) {
  .swiper-containerb {
        height: 800px !important;
    }
    
    .overlay-containerb {
        height: 800px !important;
    }
    
    .swiper-slide {
        height: 800px !important;
    }
    
    .background-imgb {
      height: 800px !important;
       
    }
    
    .overlayb {
        width: 100% !important;
        top: 0%;
        left: 0%;
    }
    .content-textb {
        top: 55%;
        right: 28%;
        padding: 10px;
    }

} 
@media (min-width: 1400px) and (max-width: 1649px) {
  .swiper-containerb {
        height: 85vh !important;
    }
    
    .overlay-containerb {
        height: 85vh !important;
    }
    
    .swiper-slide {
        height: 85vh !important;
    }
    
    .background-imgb {
      /* top: -5% !important; */
      height: 85vh !important;
       
    }
    
    .overlayb {
        width: 100% !important;
        top: 0%;
        left: 0%;
    }
    .content-textb {
        top: 55%;
        right: 28%;
        padding: 10px;
    }
    .round-buttonsb {
        bottom: 40px;
    }
    .round-btnb {
     
        width: 30px;
        height: 30px;
    }
    .content-textb h2 {
        margin: 0px;
        font-size: 4rem !important;
        padding: 10px;
    }
    
   
    .content-textb .btn {
font-weight: 500;
font-size: 2rem;
padding: 5px 10px;

letter-spacing: 4px;
}

} 
@media (min-width: 1024px) and (max-width: 1399px) {
  .swiper-containerb {
        height: 60vh !important;
    }
    
    .overlay-containerb {
        height: 60vh !important;
    }
    
    .swiper-slide {
        height: 60vh !important;
    }
    
    .background-imgb {
      /* top: -5% !important; */
      height: 60vh !important;
       
    }
    
    .overlayb {
        width: 100% !important;
        top: 0%;
        left: 0%;
    }
    .content-textb {
        top: 55%;
        right: 25%;
        padding: 10px;
    }
    .round-buttonsb {
        bottom: 40px;
    }

} 
@media (min-width: 769px) and (max-width: 1023px) {
  .swiper-containerb {
    /* top: 20px; */
        height: 70vh !important;
    }
    
    .overlay-containerb {
        height: 70vh !important;
    }
    
    .swiper-slide {
        height: 70vh !important;
    }
    
    .background-imgb {
      /* top: -5% !important; */
      height: 70vh !important;
       
    }
    
    .overlayb {
        width: 100% !important;
        top: 0%;
        left: 0%;
    }
    .content-textb {
        top: 55%;
        right: 25%;
        padding: 10px;
    }
    .round-buttonsb {
        bottom: 40px;
    }
    .round-btnb {
        width: 15px;
        height: 15px;
    }

} 
@media (min-width: 600px) and (max-width: 768px) {
  .swiper-containerb {
   width: 100% !important;
        height: 50vh !important;
    }
    
    .overlay-containerb {
      width: 100% !important;
        height: 50vh !important;
    }
    
    .swiper-slide {
      width: 100% !important;
        height: 50vh !important;
    }
    
    .background-imgb {
      width: 100% !important;
      /* top: -5% !important; */
      height: 50vh !important;
       
    }
    
    .overlayb {
        width: 100% !important;
        top: 0%;
        left: 0%;
    }
    .content-textb {
        top: 55%;
        right: 25%;
        padding: 10px;
    }
    .round-buttonsb {
        bottom: 40px;
    }
    .nb, .pb {
        top: 60% !important;
        width: 30px !important;
        height: 30px !important;
    }
    .nb::after, .pb::after {
    font-size: 1rem !important;
    font-weight: 500 !important;
    font-family: 'swiper-icons' !important;
}
.round-btnb {
        width: 15px;
        height: 15px;
    }
    .content-textb h2 {
        margin: 0px;
        font-size: 1.1rem;
        padding: 10px;
    }
    
  
    
    .content-textb .btn {
        font-size: 11px !important;
        padding: 5px 8px;
    }

} 
@media (min-width: 450px) and (max-width: 599px) {
  .swiper-containerb {
   width: 100% !important;
        height: 40vh !important;
    }
    
    .overlay-containerb {
      width: 100% !important;
        height: 40vh !important;
    }
    
    .swiper-slide {
      width: 100% !important;
        height: 40vh !important;
    }
    
    .background-imgb {
      width: 100% !important;
      /* top: -5% !important; */
      height: 40vh !important;
       
    }
    
    .overlayb {
        width: 100% !important;
        top: 0%;
        left: 0%;
    }
    .content-textb {
        top: 55%;
        right: 25%;
        padding: 10px;
    }
    .round-buttonsb {
        bottom: 20px;
    }
    .nb, .pb {
        top: 60% !important;
        width: 20px !important;
        height: 20px !important;
    }
    .nb::after, .pb::after {
    font-size: 0.8rem !important;
    font-weight: 500 !important;
    font-family: 'swiper-icons' !important;
}
.round-btnb {
        width: 10px;
        height: 10px;
    }
    .content-textb h2 {
        margin: 0px;
        font-size: 0.6rem;
        padding: 10px;
    }
    
   
    .content-textb .btn {
font-weight: 100;
font-size: 9px;
padding: 3px 6px;

letter-spacing: 2px;
}

} 
@media (min-width: 200px) and (max-width: 449px) {
  .swiper-containerb {
   width: 100% !important;
        height: 30vh !important;
    }
    
    .overlay-containerb {
      width: 100% !important;
        height: 30vh !important;
    }
    
    .swiper-slide {
      width: 100% !important;
        height: 30vh !important;
    }
    
    .background-imgb {
      width: 100% !important;
      /* top: -5% !important; */
      height: 30vh !important;
       
    }
    
    .overlayb {
        width: 100% !important;
        top: 0%;
        left: 0%;
    }
    .content-textb {
        top: 55%;
        right: 25%;
        padding: 10px;
    }
    .round-buttonsb {
        bottom: 20px;
    }
    .nb, .pb {
        top: 60% !important;
        width: 20px !important;
        height: 20px !important;
    }
    .nb::after, .pb::after {
    font-size: 0.8rem !important;
    font-weight: 500 !important;
    font-family: 'swiper-icons' !important;
}
.round-btnb {
        width: 10px;
        height: 10px;
    }
    .content-textb h2 {
        margin: 0px;
        font-size: 0.5rem;
        padding: 5px;
    }
    
   
    .content-textb .btn {
font-weight: 0;
text-transform: lowercase;
font-size: 8px;
padding: 3px 6px;

letter-spacing: 1px;
}

}      

/* slider section***************end********************* */


/* <!-- second image section css*********************** */

.eco-heroa {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    color: #2c3e50;
 
}


/* Background Image Container - Fixed Overflow Issue */
.background-containera {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow: hidden;
}

.background-image-wrappera {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.background-imagea {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: brightness(0.7);
    transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}

.gradient-overlaya {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: linear-gradient(105deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.3) 100%); */
    z-index: 1;
}

/* Content Container */
.content-containera {
    position: relative;
    z-index: 2;
    max-width: 1440px;
    margin: 0 auto;
    padding: 5%;
    display: flex;
    align-items: center;
    gap: 40px;
    width: 100%;
    /* box-shadow: inset 0px 12px 12px 0px #1a1a1ab7; */
}

/* Text Content Area */
.text-contenta {
    flex: 1;
    max-width: 600px;
    border-radius: 16px;
    padding: 40px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.15);
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255,255,255,0.2);
    background: linear-gradient(135deg, rgba(255,255,255,0.9) 0%, rgba(140,199,57,0.15) 100%);
}

.content-innera {
    position: relative;
    z-index: 2;
}

/* Typography */
.section-metaa {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 32px;
}

.meta-taga {
  
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #8cc739;
}

.dividera {
    width: 24px;
    height: 1px;
    background: rgba(44,62,80,0.3);
}

.meta-datea {
    /* font-size: 0.8rem; */
    font-weight: 400;
    color: rgba(44,62,80,0.7);
}
.ech{
  display: flex;
 flex-direction: column;
}

.ech h1{
    font-size: 3.5rem;
    line-height: 1.15;
    margin-bottom: 24px;
    font-weight: 300;
    color:rgb(121, 255, 12);
    padding-bottom: 30px;
}
.ech .thina{
  font-size: 5rem;
  line-height: 1.15;
  margin-bottom: 24px;
  font-weight: 500;
  color:rgb(60, 76, 82);
}

.ech h1 .bolda {
    font-weight: 600;
    position: relative;
    display: inline-block;
    color:rgba(60, 81, 50, 0.64);
}

.ech h1 .bolda::after {
    content: '';
    position: absolute;
    bottom: 8px;
    left: 0;
    width: 100%;
    height: 6px;
    background: rgba(140, 199, 57, 0.4);
    z-index: -1;
    border-radius: 3px;
}
.ech h1 .bolda2 {
  font-weight: 600;
  position: relative;
  display: inline-block;
  color:rgba(60, 81, 50, 0.64);
}

.ech h1 .bolda2::after {
  content: '';
  position: absolute;
  bottom: 8px;
  left: 0;
  width: 100%;
  height: 6px;
  /* background: rgba(140, 199, 57, 0.4); */
  z-index: -1;
  border-radius: 3px;
}

.subheada {
    font-size: 2rem;
    line-height: 1.7;
    color:rgba(255, 255, 255, 0.77);
    margin-bottom: 40px;
    font-weight: 400;
}

/* Enhanced Buttons with Realistic Hover Effects */
.cta-groupa {
    display: flex;
    gap: 16px;
    margin-bottom: 64px;
}

.primary-ctaa {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 16px 32px;
    background: linear-gradient(90deg, #8cc739 0%, #6da82b 100%);
    color: white;
    text-decoration: none;
    font-weight: 500;
    border-radius: 25rem;
    transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    box-shadow: 0 4px 20px rgba(140, 199, 57, 0.3);
    border: none;
    font-size: 2rem;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.primary-ctaa::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
    transition: 0.6s;
    z-index: -1;
}

.primary-ctaa:hover {
  text-decoration: none;
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(140, 199, 57, 0.5);
}

.primary-ctaa:hover::before {
    left: 100%;
}

.primary-ctaa svg {
    transition: transform 0.3s ease;
}

.primary-ctaa:hover svg {
    transform: translateX(5px);
}

.secondary-ctaa {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 28px;
    color: #8cc739;
    text-decoration: none;
    font-weight: bold;
    border-radius: 25rem;
    transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    border: 1px solid rgba(140,199,57,0.3);
    background: rgba(255,255,255,0.8);
    font-size: 2rem;
    position: relative;
    overflow: hidden;
}

.secondary-ctaa::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(140,199,57,0.1) 0%, rgba(140,199,57,0.05) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: -1;
}

.secondary-ctaa:hover {
  text-decoration: none;
    transform: translateY(-3px);
    box-shadow: 0 5px 20px rgba(140, 199, 57, 0.2);
    border-color: rgba(140,199,57,0.5);
}

.secondary-ctaa:hover::before {
    opacity: 1;
}

/* Enhanced Stat Cards with Attractive Hover Effects */
.stats-containera {
    display: flex;
    gap: 16px;
    margin-top: 48px;
}

.stat-carda {
    position: relative;
    padding: 20px;
    border-radius: 8px;
    transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    flex: 1;
    min-width: 120px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.1);
    overflow: hidden;
    cursor: pointer;
}

.stat-carda::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(255,255,255,0.2) 0%, transparent 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.stat-carda:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
}

.stat-carda:hover::before {
    opacity: 1;
}

.stat-valuea {
    font-size: 2rem;
    font-weight: 600;
    color:rgb(84, 194, 54);
    line-height: 1;
    margin-bottom: 8px;
    transition: transform 0.3s ease;
}

.stat-carda:hover .stat-valuea {
    transform: scale(1.05);
}

.stat-labela {
    /* font-size: 0.95rem; */
    color:rgba(255, 255, 255, 0.68);
    font-weight: 400;
    transition: color 0.3s ease;
}

.stat-carda:hover .stat-labela {
    color: #2c3e50;
}

.stat-dividera {
    height: 2px;
    width: 30px;
    background: rgba(0,0,0,0.1);
    margin: 12px 0;
    transition: all 0.3s ease;
}

.stat-carda:hover .stat-dividera {
    width: 40px;
    background: rgba(0,0,0,0.2);
}

/* Product Showcase */
.product-showcasea {
    flex: 1;
    position: relative;
    min-width: 0;
    z-index: 3;
}

.product-image-containera {
     position: relative;
     border-radius: 16px;
     overflow: hidden;
     box-shadow: 7px 6px 0px #95ff01;
     transform: perspective(1200px) rotateY(340deg);
     transition: transform 1s cubic-bezier(0.22, 1, 0.36, 1);
     border: 1px solid rgba(255, 255, 255, 0.1);
 }

.product-imagea {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 1s ease;
}

/* Badges */
.certification-badgea {
    position: absolute;
    bottom: -20px;
    right: 40px;
    padding: 16px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.2);
    z-index: 3;
    border: 1px solid rgba(255,255,255,0.2);
    transition: all 0.4s ease;
}

.feature-pilla {
    position: absolute;
    top: -20px;
    left: -20px;
    padding: 12px 20px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    z-index: 3;
    /* font-size: 0.9rem; */
    font-weight: 500;
    transition: all 0.4s ease;
    color: white;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .content-containera {
        flex-direction: column;
    }
    
    .text-contenta {
        max-width: 100%;
        margin-bottom: 40px;
    }
    
    .stats-containera {
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .stats-containera {
        flex-wrap: wrap;
    }
    
    .stat-carda {
        width: calc(50% - 8px);
    }
}

@media (max-width: 480px) {
    .text-contenta {
        padding: 30px 20px;
    }
    
   .ech h1 {
        font-size: 2.5rem;
    }
    
    .stat-carda {
        width: 100%;
    }
}
/* <!-- second image section css end*********************** */






/* <!-- card 6 details  image section css *********************** */

   
    :root {
      --brand-primary: #8cc739;
      --brand-dark: #6da92e;
      --brand-light: #a5d76e;
      --text-dark: #333333;
      --text-medium: #555555;
      --text-light: #777777;
      --bg-light: #f8f9fa;
      --border-radius: 8px;
      --box-shadow: 0 4px 12px rgba(0,0,0,0.08);
      --transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    }
    
    
    
    .section-containerc {
      color: var(--text-dark);
      background: radial-gradient(circle at top right, rgba(255, 255, 255, 0.9) 60%, rgba(152, 255, 7, 0.52) 50%);
      padding: 80px 0;
      position: relative;
      overflow: hidden;
      box-shadow:  0px 0px 20px 2px #0000009c;
    }
    
   
    .tehp {
      font-size: 1.8rem;
      font-weight: 700;
      color: var(--brand-dark);
      margin-bottom: 16px;
      position: relative;
      display: inline-block;
    }
    .feature-textc{
      font-size: 1.5rem !important;
    }
    
    .tehp::after {
      content: '';
      position: absolute;
      bottom: -8px;
      left: 0;
      width: 40px;
      height: 3px;
      background: var(--brand-primary);
      border-radius: 3px;
    }
    
    .feature-iconc {
      font-size: 2.5rem;
      margin-bottom: 20px;
      color: var(--brand-primary);
      transition: var(--transition);
    }
    
  
    .feature-cardc {
      background: white;
      border-radius: var(--border-radius);
      box-shadow: var(--box-shadow);
      padding: 30px 25px;
      margin-bottom: 25px;
      transition: var(--transition);
      border: 1px solid rgba(0,0,0,0.05);
      height: 100%;
      text-align: center;
    }
    
    .feature-cardc:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 24px rgba(0,0,0,0.12);
    }
    
    .feature-cardc:hover .feature-iconc {
      transform: scale(1.1);
      color: var(--brand-dark);
    }
    
    .feature-textc {
      color: var(--text-medium);
      font-size: 1.05rem;
      font-weight: 500;
      margin-top: 10px;
    }
    
   
    .product-image-containerc {
      position: relative;
      padding-right: 30px;
      display: flex;
      align-items: center;
      height: 100%;
      transform: perspective(1200px) rotateY(11deg);
    }
    
    .product-imagec {

      width: 100%;
      height: auto;
      border-radius: 20px;
      box-shadow:-12px 11px 24px 0px rgb(0 0 0 / 48%);
      transition: var(--transition);
    }
    
    .product-imagec:hover {
      transform: scale(1.02);
    }
    
    
    .professional-btnc {
      display: inline-block;
      padding: 16px 48px;
      background-color: var(--brand-primary);
      color: white;
      font-size: 1.8rem;
      font-weight: 600;
      border-radius: 50px;
      text-decoration: none;
      transition: var(--transition);
      box-shadow: 0 4px 12px rgba(140, 199, 57, 0.3);
      border: none;
      margin-top: 20px;
      letter-spacing: 0.5px;
    }
    
    .professional-btnc:hover {
      background-color: var(--brand-dark);
      transform: translateY(-3px);
      box-shadow: 0 8px 20px rgba(140, 199, 57, 0.4);
      color: white;
    }
    
    .professional-btnc:active {
      transform: translateY(1px);
    }
    
    
    .features-gridc {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 25px;
    }
    
    
    @media (max-width: 1199px) {
      .product-image-containerc {
        padding-right: 0;
        margin-bottom: 50px;
      }
    }
    
    @media (max-width: 767px) {
      .section-containerc {
        background: radial-gradient(circle at top right, rgba(255, 255, 255, 0.9) 35%, rgba(140, 199, 57, 0.33) 0%);
      }
      .features-gridc {
        grid-template-columns: 1fr;
      }
      
      .tehp {
        font-size: 2rem;
      }
      .feature-textc {
        font-size: 2rem !important;
     
      }
      
      .professional-btnc {
        padding: 14px 36px;
        font-size: 1rem;
      }
      
    }
    .text-centerc {
      text-align: center;
    }
    
    .mt-40c {
      margin-top: 40px;
    }
    
    .mb-30 {
      margin-bottom: 30px;
    }

/* <!-- card 6 details image section css end*********************** */

        :root {
            --primary-color: #8CC739;
            --primary-dark: #7ab82d;
            --primary-light: #e8f5d5;
            --text-dark: #333333;
            --text-medium: #555555;
            --text-light: #777777;
            --bg-light: #f9f9f9;
            --white: #ffffff;
            --black: #000000;
            --transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.1);
        }
        
        * {
            box-sizing: border-box;
        }
        
        body {
            font-family: 'Poppins', sans-serif;
            color: var(--text-medium);
            line-height: 1.6;
            margin: 0;
            padding: 0;
            background-color: var(--bg-light);
            overflow-x: hidden;
        }
        
        /* Hero Section */
        .product-hero {
            position: relative;
            width: 100%;
            height:80vh;
           
            overflow: hidden;
            background: url('../images/chaloSmartECO/section14_bg.jpg');
            background-size: cover;
            background-repeat: no-repeat;
            color: var(--white);
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
        }
        
        .hero-background {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: -2;
         
            will-change: transform;
        }
        
        .hero-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(to right, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.4) 100%);
            z-index: -1;
        }
        
        .hero-content {
            display: block;
           width: fit-content;
            margin: 0 auto;
            padding: 100px 80px;
            transform: perspective(1200px) rotateY(344deg);
          
            position: relative;
            z-index: 1;
            animation: fadeInUp 1s ease-out;
            background-color: transparent;
           
            background-size: cover;
            background-repeat: no-repeat;
            box-shadow: 5px px 5px black;
            box-shadow:-12px 11px 24px 0px rgb(0 0 0 / 48%);
            border-radius:15px;
        }
        
        .hero-logo {
            width: 120px;
            margin-bottom: 20px;
            filter: drop-shadow(0 2px 4px rgba(0,0,0,0.3));
        }
        
        .hero-title {
            font-size: 4rem;
            font-weight: 700;
            margin-bottom: 1rem;
            text-shadow: 2px 2px 8px rgba(0,0,0,0.5);
            line-height: 1.2;
            font-family: 'Saira Stencil One', cursive;
            text-transform: uppercase;
            letter-spacing: 2px;
        }
        
        .hero-title span {
            transform: perspective(1200px) rotateY(344deg);

            color: #88cb2b;
        }
        
        .hero-subtitle {
            color: #252823c8;
            font-size: 1.8rem;
            margin-bottom: 2rem;
            max-width: 700px;
            margin-left: auto;
            margin-right: auto;
            text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
            display: none;
        }
        
        .cta-button {
            display: inline-block;
            background-color: rgb(255, 255, 255);
            color: #8cc739;
            padding: 18px 40px;
            border-radius: 50px;
            text-decoration: none;
            font-weight: bold;
            font-size: 1.8rem;
            transition: var(--transition);
            /* box-shadow: 0 10px 20px rgba(140, 199, 57, 0.3); */
            text-transform: uppercase;
            letter-spacing: 1.5px;
            border: 2px solid transparent;
            position: relative;
            overflow: hidden;
        }
        
        .cta-button:hover {
            text-decoration: none;
            background-color: var(--primary-dark);
            transform: translateY(-5px);
            box-shadow: 0 15px 30px rgba(140, 199, 57, 0.5);
        }
        
        .cta-button:active {
            transform: translateY(0);
        }
        
        .hero-scroll-indicator {
            position: absolute;
            bottom: 30px;
            left: 50%;
            transform: translateX(-50%);
            color: var(--white);
            font-size: 1.5rem;
            animation: bounce 2s infinite;
            cursor: pointer;
        }
        
        /* Key Features Section */
        .product-section {
            max-width: 1200px;
            margin: 0 auto;
            padding: 100px 30px;
            position: relative;
     

        }
        
        .section-title {
            font-size: 2.8rem;
            color: var(--text-dark);
            margin-bottom: 70px;
            position: relative;
            text-align: center;
            font-weight: 700;
        }
        
        .section-title span {
            color: var(--primary-color);
        }
        
        .section-title:after {
            content: '';
            display: block;
            width: 100px;
            height: 5px;
            background-color: var(--primary-color);
            margin: 20px auto 0;
            border-radius: 5px;
        }
        
        .features-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 40px;
            margin-bottom: 80px;
        }
        
        .feature-card {
            background-color: var(--white);
            border-radius: 15px;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0,0,0,0.08);
            transition: var(--transition);
            position: relative;
            z-index: 1;
        }
        
        .feature-card:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100% !important;
            height: 100% !important;
            background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%) !important;
            opacity: 0;
            transition: var(--transition);
            z-index: -1;
        }
        
        .feature-card:hover {
            transform: translateY(-15px);
            box-shadow: 0 20px 40px rgba(0,0,0,0.15);
        }
        
        .feature-card:hover:before {
            opacity: 1;
        }
        
        .feature-card:hover .feature-icon {
            color: var(--white);
            background-color: rgba(255,255,255,0.2);
        }
        
        .feature-card:hover .feature-titled,
        .feature-card:hover .feature-content p {
            color: var(--white) !important;
        }
        
        .feature-icon {
            height: 120px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 3.5rem;
            color: var(--primary-color);
            background-color: rgba(140, 199, 57, 0.1);
            transition: var(--transition);
        }
        
        .feature-content {
            padding: 30px;
        }
        
        .feature-titled {
		margin-bottom: 40px;
		margin-top: 40px;
            color: var(--text-dark) !important;
           
            font-weight: 700 !important;
            transition: var(--transition) !important;
        }
        
        .feature-content p {
            transition: var(--transition);
		  font-size: 18px !important;
        }
        
        /* Color Options Section***************************** */
        
        :root {
            --primary-themek: #8cc739;
            --primary-theme-darkk: #6da52d;
            --primary-theme-lightk: #a8e04e;
            --primary-grayk: #6c757d;
            --primary-darkk: #212529;
            --primary-whitek: #f5f5f5;
            --primary-bluek: #4285f4;
            --primary-greenk: #34a853;
        }
        
      
        .section-color-scooty {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            background: linear-gradient(135deg, #f5f7fa 0%, #e4e8eb 100%);
            /* margin: 0;
            padding: 0; */
            display: flex;
            justify-content: center;
            align-items: center;
            min-height: 100vh;
            color: #333;
            line-height: 1.6;
        }
        
        .containerk {
            width: 95%;
            max-width: 1500px;
            background-color: white;
            border-radius: 16px;
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
            padding: 50px 40px;
            text-align: center;
            margin: 40px 0;
            overflow: hidden;
            position: relative;
        }
        
        .containerk::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 8px;
            background: linear-gradient(90deg, var(--primary-themek) 0%, var(--primary-theme-darkk) 100%);
        }
        
        .h1k {
          /* font-family: "Saira Stencil One", sans-serif; */
            font-size: clamp(32px, 4vw, 48px);
            font-weight: 800;
            color: #222;
            margin-bottom: 16px;
            line-height: 1.2;
            background: linear-gradient(90deg, var(--primary-darkk) 0%, var(--primary-themek) 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }
        
        .subtitlek {
            font-size: clamp(16px, 2vw, 20px);
            color: #666;
            margin-bottom: 40px;
            font-weight: 500;
            max-width: 700px;
            margin-left: auto;
            margin-right: auto;
        }
        
        .content-wrapperk {
            display: flex;
            flex-direction: column-reverse;
            gap: 40px;
        }
        
        @media (min-width: 992px) {
            .content-wrapperk {
                flex-direction: row;
                align-items: center;
                gap: 60px;
            }
        }
        
        .color-selectionk {
            flex: 1;
            min-width: 0;
        }
        
        .color-collectionk {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 20px;
            margin-top: 30px;
        }
        
        .color-optionk {
            border-radius: 16px;
            overflow: hidden;
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            cursor: pointer;
            position: relative;
            background: white;
            transform: translateY(0);
        }
        
        .color-optionk:hover {
            transform: translateY(-10px);
            box-shadow: 0 20px 30px rgba(0, 0, 0, 0.15);
        }
        
        .color-optionk.selected {
            box-shadow: 0 0 0 4px var(--primary-themek), 0 20px 30px rgba(0, 0, 0, 0.15);
            transform: translateY(-10px);
        }
        
        .color-swatchk {
            height: 200px;
            display: flex;
            align-items: flex-end;
            justify-content: center;
            padding: 30px;
            box-sizing: border-box;
            position: relative;
            overflow: hidden;
        }
        
        .color-swatchk::after {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(to bottom, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0) 100%);
        }
        
        .color-infok {
            padding: 20px;
            background-color: white;
            position: relative;
            z-index: 1;
            text-align: left;
        }
        
        .color-namek {
            font-size: 22px;
            font-weight: 700;
            margin-bottom: 8px;
            color: #222;
        }
        
        .color-desck {
            font-size: 16px;
            color: #666;
            margin-bottom: 12px;
            min-height: 44px;
            line-height: 1.5;
        }
        
        .color-tagk {
            display: inline-block;
            padding: 6px 16px;
            border-radius: 20px;
            font-size: 13px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }
        
        /* Stage Display Styles */
        .stage-containerk {
            flex: 1;
            min-width: 0;
            position: relative;
        }
        
        .stage-displayk {
            margin: 0 auto;
            width: 100%;
            max-width: 650px;
            height: 450px;
            background: radial-gradient(circle at center, #ffffff 0%, #f0f0f0 100%);
           
           
            border-radius: 24px;
            position: relative;
            box-shadow: 
                0 20px 40px rgba(0, 0, 0, 0.15),
                inset 0 0 30px rgba(0, 0, 0, 0.08);
            overflow: hidden;
            display: flex;
            justify-content: center;
            align-items: center;
            border: 1px solid rgba(0,0,0,0.05);
        }
        
        .stage-displayk::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: radial-gradient(circle at center, transparent 40%, rgba(0,0,0,0.05) 100%);
            border-radius: 24px;
            pointer-events: none;
        }
        
        .scooty-displayk {
          
            height: 90%;
            display: flex;
            justify-content: center;
            align-items: center;
            transition: all 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
            position: relative;
            z-index: 2;
        }
        
        .scooty-displayk img {
 
    max-width: 200%;
    background-size: cover;
    background-repeat: no-repeat;
 
    transition: all 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
    width: auto;
    height: auto;
    position: relative;
    right: -255px;
    top: 40px;
        }
        
        .stage-labelk {
            position: absolute;
            top: 25px;
            left: 50%;
            transform: translateX(-50%);
            background-color: #8cc739;
            color: white;
            padding: 12px 35px;
            border-radius: 30px;
            font-size: 16px;
            font-weight: 600;
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
            z-index: 3;
            backdrop-filter: blur(5px);
            border: 1px solid rgba(255,255,255,0.1);
            text-transform: uppercase;
            letter-spacing: 1px;
        }
        
        /* Color Classes */
        .eco-whitek {
            background-color: var(--primary-whitek);
        }
        
        .eco-orengek {
            background-color:hsl(33, 100.00%, 50.20%);
        }
        
        .eco-grayk {
            background-color: var(--primary-grayk);
        }
        
        .eco-brandk {
            background-color: var(--primary-darkk);
        }
        
        .tag-populark {
            background-color: #f5ecd9;
            color: var(--primary-theme-darkk);
        }
        
        .tag-limitedk {
            background-color: #e2e3e5;
            color: var(--primary-grayk);
        }
        
        .tag-signaturek {
            background-color: #d3d3d3;
            color: var(--primary-darkk);
        }
        
        /* Floating particles effect */
        .particlesk {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            pointer-events: none;
            z-index: 1;
            overflow: hidden;
        }
        
        .particlek {
            position: absolute;
            background-color: rgba(140, 199, 57, 0.2);
            border-radius: 50%;
            animation: floatk 15s infinite linear;
            opacity: 0;
        }
        
        @keyframes floatk {
            0% {
                transform: translateY(0) rotate(0deg) scale(0.5);
                opacity: 0;
            }
            10% {
                opacity: 1;
            }
            90% {
                opacity: 1;
            }
            100% {
                transform: translateY(-1000px) rotate(720deg) scale(1.2);
                opacity: 0;
            }
        }
        
        /* Glow effect for selected color */
        @keyframes glowk {
            0% {
                box-shadow: 0 0 10px rgba(140, 199, 57, 0.5);
            }
            50% {
                box-shadow: 0 0 20px rgba(140, 199, 57, 0.8);
            }
            100% {
                box-shadow: 0 0 10px rgba(140, 199, 57, 0.5);
            }
        }
        
        .selected {
            animation: glowk 2s infinite ease-in-out;
        }
        @media (min-width: 992px) and (max-width: 1100px) {
           .tag-signaturek{
            position: relative;
            margin-left: -13px;
           }
        }
        @media (min-width: 992px) and (max-width: 1300px) {
            .scooty-displayk img {
                max-width: 200%;
                background-size: cover;
                background-repeat: no-repeat;
                transition: all 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
                width: auto;
                height: auto;
                position: relative;
                right: -190px !important;
                top: 40px;
            }
        }

        @media (min-width: 769px) and (max-width: 991px) {
            .color-optionk {          
                overflow: hidden !important;            
                transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
                cursor: pointer !important;
                position: relative !important;
                background: white !important;
                display: flex !important;
                flex-direction: column !important;
                align-items: center !important;
            }
            .color-swatchk {
                display: flex !important;
                align-items: flex-end !important;
                justify-content: center !important;
            
                box-sizing: border-box !important;
                position: relative !important;
                overflow: hidden;
                width: 100px !important;
                height: 100px !important;
                border-radius: 25rem !important;
                margin: 5px !important;
            }
            .color-infok {
                padding: 20px !important;
                background-color: white !important;
                position: relative !important;
                z-index: 1 !important;
                text-align: left !important;
                display: flex !important;
                flex-direction: column !important;
                align-items: center !important;
            }
            .color-desck{
            text-align: center !important;
            }
        }
        
        
        /* Responsive adjustments */
        @media (max-width: 768px) {
            .color-optionk {
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;
                padding-top: 10px;
            }
            .color-collectionk {
                grid-template-columns: repeat(3, 1fr);
            }
            .color-swatchk {
                display: flex;
                align-items: flex-end;
                justify-content: center;
                padding: 30px;
                box-sizing: border-box;
                position: relative;
                overflow: hidden;
                width: 100px;
                height: 100px;
                border-radius: 25rem;
            }
            .color-infok {
                padding: 20px !important;
                background-color: white !important;
                position: relative !important;
                z-index: 1 !important;
                text-align: left !important;
                display: flex !important;
                flex-direction: column !important;
                align-items: center !important;
            }
            .color-desck{
                text-align: center !important;
                }
            
            .containerk {
                padding: 30px 20px;
            }
        }
        
        @media (max-width: 576px) {
            .scooty-displayk img {
                right: -210px !important;
               
            }
            .color-optionk {
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;
                padding-top: 10px;
            }
            .color-collectionk {
                grid-template-columns: repeat(3, 1fr);
            }
            .color-swatchk {
                display: flex;
                align-items: flex-end;
                justify-content: center;
                padding: 30px;
                box-sizing: border-box;
                position: relative;
                overflow: hidden;
                width: 80px;
                height: 80px;
                border-radius: 25rem;
            }
            .color-infok {
                padding: 20px !important;
                background-color: white !important;
                position: relative !important;
                z-index: 1 !important;
                text-align: left !important;
                display: flex !important;
                flex-direction: column !important;
                align-items: center !important;
            }
            .color-desck{
               display: none !important;
                }
                .color-tagk{
                    text-align: center;
                }
            
            .containerk {
                padding: 30px 20px;
            }
            
            .containerk {
                padding: 25px 15px;
                margin: 20px 0;
            }
            .color-namek{
                font-size: 18px;
                text-align: center;
            }
        }
        @media (max-width: 500px) {
            .scooty-displayk img {
                right: -170px !important;
               
            }
            .color-infok {
                padding: 10px !important;
            }
            .color-swatchk{
                width: 70px;
                height: 70px;
            }
            .color-namek{
                font-size: 16px;
                text-align: center;
            }
            .color-tagk {
                text-align: center;
                font-size: 11px;
                font-weight: bold;
            }
        }
        @media (max-width: 410px) {
            .stage-displayk {             
                height: 300px !important;             
            }
            .stage-labelk {
               font-size: 12px;         
                width: 70% !important;
                padding: 10px !important;
            }
            .scooty-displayk img {
                right: -130px !important;
               
            }
            .color-infok {
                padding: 10px !important;
            }
            .color-swatchk{
                width: 50px;
                height: 50px;
            }
            .color-namek{
                font-size: 14px;
                text-align: center;
            }
            .color-tagk {
                text-align: center;
                font-size: 9px;
                font-weight: bold;
            }
            .color-collectionk {
             
                gap: 5px;
            }
        }
        
        /* Confetti effect */
        .confetti {
            position: absolute;
            width: 10px;
            height: 10px;
            background-color: var(--primary-themek);
            opacity: 0;
            z-index: 10;
            animation: confetti-fall 3s ease-out forwards;
        }
        
        @keyframes confetti-fall {
            0% {
                transform: translateY(-100px) rotate(0deg);
                opacity: 1;
            }
            100% {
                transform: translateY(500px) rotate(360deg);
                opacity: 0;
            }
        }
        
   
  
        
        /* Specifications Section ***********************************/
        .specs-section {
            background-color: var(--white);
            padding: 100px 0;
        }
        
        .specs-container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 30px;
        }
        
        .specs-header {
            background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
            color: var(--white);
            padding: 25px 40px;
            border-radius: 15px 15px 0 0;
            display: flex;
            align-items: center;
            justify-content: space-between;
        }
        
        .specs-title {
            font-size: 1.8rem;
            margin: 0;
            font-weight: 600;
            text-shadow: 0 2px 4px rgba(0,0,0,0.2);
        }
        
        .specs-icon {
            font-size: 2.5rem;
            opacity: 0.8;
        }
        
        .specs-table {
            width: 100%;
            border-collapse: collapse;
            box-shadow: 0 10px 30px rgba(0,0,0,0.08);
        }
        
        .specs-table tr:nth-child(even) {
            background-color: rgba(0,0,0,0.02);
        }
        
        .specs-table tr:hover {
            background-color: rgba(140, 199, 57, 0.08);
        }
        
        .specs-table td {
            padding: 20px 40px;
            border-bottom: 1px solid rgba(0,0,0,0.05);
            transition: var(--transition);
        }
        
        .spec-name {
            font-weight: 600;
            color: var(--text-dark);
            width: 35%;
            position: relative;
        }
        
        .spec-name:after {
            content: '';
            position: absolute;
            right: 20px;
            top: 50%;
            transform: translateY(-50%);
            width: 10px;
            height: 10px;
            background-color: var(--primary-color);
            border-radius: 50%;
        }
        
        .spec-value {
            color: var(--text-medium);
            font-weight: 500;
        }
        
        .disclaimer {
            font-size: 1.5rem !important;
            color: var(--text-light);
            margin-top: 8px;
            display: block;
            font-style: italic;
        }
        
        .warranty-highlight {
            color: var(--primary-color);
            font-weight: 700;
        }
        
    
        /* Final CTA Section */
        .final-cta {
            background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
            color: var(--white);
            text-align: center;
            padding: 120px 30px;
            position: relative;
            overflow: hidden;
        }
        
        .final-cta:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: url('assets/images/chalosmart/cta-pattern.png') repeat;
            opacity: 0.1;
            z-index: 0;
        }
        
        .final-cta-content {
            position: relative;
            z-index: 1;
            max-width: 800px;
            margin: 0 auto;
        }
        
        .final-cta-title {
            font-size: 3rem;
            margin-bottom: 25px;
            font-weight: 700;
            text-shadow: 0 2px 5px rgba(0,0,0,0.2);
        }
        
        .final-cta-subtitle {
            font-size: 1.6rem;
            margin-bottom: 40px;
            opacity: 0.9;
        }
        
        .white-button {
            background-color: var(--white);
            color: var(--primary-color);
            position: relative;
            overflow: hidden;
        }
        
        .white-button:before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
            transition: 0.5s;
        }
        
        .white-button:hover:before {
            left: 100%;
        }
        
      
        
        /* Animations */
        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
        
        @keyframes bounce {
            0%, 20%, 50%, 80%, 100% {
                transform: translateY(0) translateX(-50%);
            }
            40% {
                transform: translateY(-20px) translateX(-50%);
            }
            60% {
                transform: translateY(-10px) translateX(-50%);
            }
        }
        
        /* Responsive Styles */
        @media (max-width: 992px) {
            .hero-title {
                font-size: 3.5rem;
            }
            
            .section-title {
                font-size: 2.5rem;
            }
            
            .swiper-container {
                height: 400px;
            }
        }
        
        @media (max-width: 768px) {
            .product-hero {
                width: 100% !important;
                background-size: cover;
                background-repeat: no-repeat;
                height: 50vh;
                
            }
            
            .hero-title {
                font-size: 2.8rem;
            }
            
            .hero-subtitle {
                font-size: 1.2rem;
            }
            
            .section-title {
                font-size: 2.2rem;
            }
            
            .features-grid {
                grid-template-columns: 1fr;
            }
            
            .final-cta-title {
                font-size: 2.5rem;
            }
            
            .final-cta-subtitle {
                font-size: 1.1rem;
            }
            
            .swiper-container {
                height: 300px;
            }
            .cta-button {
                font-size: 1.6rem;
                padding: 5px 15px;
                font-weight: 700;
            }
        }
        
        @media (max-width: 576px) {
            .hero-title {
                font-size: 2.2rem;
            }
            
            .section-title {
                font-size: 1.8rem;
            }
            
            .specs-header {
                flex-direction: column;
                text-align: center;
                gap: 15px;
            }
            
            .specs-table td {
                padding: 15px 20px;
                display: block;
                width: 100%;
            }
            
            .spec-name {
                width: 100%;
                margin-bottom: 5px;
            }
            
            .spec-name:after {
                display: none;
            }
        }
  

/* <!-- Hero Section with Parallax*************************** --> */


/* <!-- Hero Section with Parallax***************************end --> */

