
/* sticky section*/
.img_container .img_section{
  position:sticky;
  top:0;
  width:100%;
  height:100vh;
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;
  display:flex;
  align-items:center;
}


.img_container .content{
  position:relative;
  color:#fff;
  margin-left:80px;
  max-width:500px;

  opacity:0;
  transform:translateX(-60px);
  transition: all 0.8s ease;
}

.img_section.active .content{
  opacity:1;
  transform:translateX(0);
}

.img_container .content h1{
  font-size: 5.2rem;
  margin-bottom:20px;
  font-weight: 800;
  line-height: 1;

}

.img_container .content h4{
  font-size: 3.2rem;
  margin-bottom:20px;
  font-weight: 800 !important;

}

.img_container .content p{
  font-size:16px;
  line-height:1.4;
}

p .spec{
  font-size:14px;
  line-height:1.2;
}

.content .sub_content span{
  font-size: 2rem;
}

/* FIRST BLOCK IMAGES */
.bg1{
  background: url(https://cdn.group.renault.com/ren/master/renault-new-cars/product-plans/rb3k5/reveal/overview/duster-overview-cover-last-desktop-003.jpg.ximg.largex2.webp/4d9c398d5e.webp);
  background-size: cover;
  background-position: center;
}

.bg2{
  background: url(https://cdn.group.renault.com/ren/master/renault-new-cars/product-plans/rb3k5/reveal/overview/duster-overview-cover-last-desktop-004.jpg.ximg.largex2.webp/982fe5b006.webp);
  background-size: cover;
  background-position: center;
}

.bg3{
  background: url(https://cdn.group.renault.com/ren/master/renault-new-cars/product-plans/rb3k5/reveal/overview/duster-overview-cover-last-desktop-005.jpg.ximg.largex2.webp/e6eae1b7f0.webp);
  background-size: cover;
  background-position: center;
}

/* SECOND BLOCK IMAGES */
.bg4{
  background: url(https://cdn.group.renault.com/ren/master/renault-new-cars/product-plans/rb3k5/reveal/overview/duster-overview-cover-first-desktop-018.jpg.ximg.largex2.webp/44740bd350.webp);
  background-size: cover;
  background-position: center;
}

.bg5{
  background: url(https://cdn.group.renault.com/ren/master/renault-new-cars/product-plans/rb3k5/reveal/overview/duster-overview-cover-first-desktop-019.jpg.ximg.largex2.webp/31b61b3f08.webp);
  background-size: cover;
  background-position: center;
}

.bg6{
  background: url(https://cdn.group.renault.com/ren/master/renault-new-cars/product-plans/rb3k5/reveal/overview/duster-overview-cover-first-desktop-020.jpg.ximg.largex2.webp/428197692d.webp);
  background-size: cover;
  background-position: center;
}

/* Animation */
@keyframes slideIn{
  to{
    opacity:1;
    transform:translateX(0);
  }
}

/* Features */


.marquee-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    pointer-events: none;
}

.nav-btn {
    pointer-events: all;
    background: rgba(0,0,0,0.6);
    color: #fff;
    border: none;
    font-size: 28px;
    width: 45px;
    height: 45px;
    cursor: pointer;
    border-radius: 50%;
    transition: 0.3s;
}

.nav-btn:hover {
    background: #000;
}

.marquee-container .content{
  color: #fff;
  margin-left: 80px;
}
.marquee-container .content h4{
  font-size: 3.2rem;
  margin-bottom:20px;
  font-weight: 800 !important;
}

.marquee_container .content h1{
  font-size: 5.2rem;
  margin-bottom:20px;
  font-weight: 800;
  line-height: 1;

}
.marquee-container .content p{
  font-size:16px;
  line-height:1.4;
}

.marquee-container{
  max-width: 100%;
}

#slider_marquee{
  background-color: #000;
  padding-top: 30px;
}

#slider_marquee2{
  background-color: #000;
  padding-top: 30px;
}

.marquee {
	overflow-x: clip;
	white-space: nowrap;
	position: relative;
	width: 100%;
}

.marquee-inner {
	display: flex;
	align-items: center;
	gap: 2vw;
	padding: 12vh 0;
	will-change: transform;
}

.marquee-inner img {
	height: 100%;
	transition: transform 0.5s;
	flex-shrink: 0;
	width: 40vw;
	border-radius: 0.5rem;
}

.marquee-inner img:hover {
	transform: scale(1.03);
}

.marquee-item video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0.5rem;
    display: block;
}


#slider_marquee .col-lg-6:first-child {
    display: flex;
    align-items: center;     /* vertical center */
    justify-content: center; /* horizontal center */
}

#slider_marquee2 .col-lg-6:first-child {
    display: flex;
    align-items: center;     /* vertical center */
    justify-content: center; /* horizontal center */
}

.marquee-container .content {
    color: #fff;
    text-align: left;
    max-width: 80%;
}

.marquee-item {
    position: relative;
    flex-shrink: 0;
    width: 40vw;
}

.marquee-item img {
    width: 100%;
    border-radius: 0.5rem;
    display: block;
}

.image-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    
    /* Gradient background */
    background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);
    
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
}

/* Augmented */

#augmented {
    width: 100%;
    min-height: 100vh;   /* Full screen height */
    display: flex;
    align-items: center; /* Vertical center */
    background: #000;    /* Optional background */
    color: #fff;         /* Optional text color */
}
.augmented-container {
    width: 100%;
}

#augmented .row {
    width: 100%;
    margin: 0;
}

.augmented-bg {
    min-height: 100vh; /* full screen height */
    background-image: url('https://cdn.group.renault.com/ren/master/renault-new-cars/product-plans/rb3k5/reveal/overview/duster-overview-desktop-014.jpg.ximg.mediumx2.webp/42394b51f9.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.rpass-bg {
    min-height: 100vh; /* full screen height */
    background-image: url('https://cdn.group.renault.com/ren/master/renault-new-cars/product-plans/rb3k5/reveal/overview/duster-overview-desktop-040.jpg.ximg.mediumx2.webp/aaaca39f8f.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#augmented .col-lg-6:first-child {
    display: flex;
    align-items: center;      /* vertical center */
    justify-content: center;  /* horizontal center */
    min-height: 100vh;        /* ensure full height */
    text-align: left;         /* keep text left aligned */
}

.augmented-container .content {
    color: #fff;
    max-width: 500px;   /* control width */
    width: 100%;
}

.augmented-container .content h4{
  font-size: 3.2rem;
  margin-bottom:20px;
  font-weight: 800;
  line-height: 1;

}
.augmented-container .content p{
  font-size:16px;
  line-height:1.4;
}

/* Download button */



.download-section {
    background: #000;
    padding: 40px 0;
    text-align: center;
    margin: -1px; 
}

.btn-wrapper {
    display: flex;
    justify-content: center;
    gap: 20px; /* space between buttons */
    flex-wrap: wrap;
}

.btn {
    padding: 14px 32px;
    font-size: 16px;
    text-decoration: none;
    text-transform: lowercase;
    letter-spacing: 0.5px;
    border: 1px solid #fff;
    transition: all 0.3s ease;
}

/* White button */
.btn-light {
    background: #fff;
    color: #000;
    border: 1px solid #fff;
}

.btn-light:hover {
    background: transparent;
    color: #fff;
}

/* Outline button */
.btn-outline {
    background: transparent;
    color: #fff;
}

.btn-outline:hover {
    background: #fff;
    color: #000;
}

/* intutive section */
.video-wrapper {
    position: relative;
    width: 100%;
    height: 600px;
    overflow: hidden;
}

.carousel-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Centered heading */
.video-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
}

.video-content h4 {
    font-size: 5.2rem;
  margin-bottom:20px;
  font-weight: 800;
  line-height: 1;
}

.video-content h1 {
  font-size: 3.2rem;
  margin-bottom:20px;
  font-weight: 800;
  line-height: 1;
}

.video-content h1 span {
    font-size: 10rem;
    font-weight: 900;
    letter-spacing: 2px;
}

/* google section */
.google-section {
    background: #000;
    color: #fff;
    padding: 120px 0;
}

.google-container {
    width: 75%;
    margin: auto;
}

.google-heading {
    font-size: 56px;
    font-weight: 800;
    line-height: 1.1;
    max-width: 900px;
    margin-bottom: 80px;
}

.apps-row {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    align-items: center;
}

.app-item {
    text-align: center;
}

.app-item img {
    width: 70px;
    height: 70px;
    object-fit: contain;
    margin-bottom: 12px;
}

.app-item p {
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 600;
}


/* Dual Screen section */

#dual-screen {
    position: relative;
    height: 100vh;
    color: #fff;
    overflow: hidden;
}

/* Background video */
.video-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.video-bg video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Dark gradient overlay */
.overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        rgba(0,0,0,0.85) 0%,
        rgba(0,0,0,0.7) 40%,
        rgba(0,0,0,0.2) 70%,
        rgba(0,0,0,0) 100%
    );
    z-index: 1;
}

/* Content container */
.dual-container {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    align-items: center;
    width: 85%;
    margin: auto;
}
.content-box {
    flex: 0 0 100%;
    max-width: 100%;
}
/* Heading */
.content-box h2 {
    font-size: 64px;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 30px;
}

/* Paragraph */
.description {
    font-size: 16px;
    max-width: 500px;
    margin-bottom: 40px;
    color: #ddd;
    line-height: 1.4;
}

/* Specs */
.spec p {
    font-size: 16px;
    text-transform: lowercase;
    margin-bottom: 5px;
    color: #ccc;
    line-height: 1.4;
}

.spec h1 {
    font-size: 72px;
    font-weight: 800;
    margin-bottom: 30px;
}

.spec h1 span {
    font-size: 28px;
    font-weight: 500;
}
/* image text section */

.hero-section {
    width: 100%;
    height: 100vh;

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;   /* 🔥 Parallax Effect */

    display: flex;
    align-items: center;
    justify-content: center;

    position: relative;
}

/* Background images */
.hero-main {
    background-image: url('https://cdn.group.renault.com/ren/master/renault-new-cars/product-plans/rb3k5/reveal/herozone/duster-overview-background-desktop-001.jpg.ximg.largex2.webp/e40af19d7d.webp');
}

/* Hide by default (desktop & tablet) */

.hero-duster {
    background-image: url('https://cdn.group.renault.com/ren/master/renault-new-cars/product-plans/rb3k5/reveal/overview/duster-overview-desktop-026.jpg.ximg.largex2.webp/665c3ce459.webp');
}

.hero-performance {
    background-image: url('https://cdn.group.renault.com/ren/in/duster2026/R_DUSTER_REVEAL_2560x1440_MI02.jpg.ximg.largex2.webp/2469c3512e.webp');
}

.hero-access {
    background-image: url('https://cdn.group.renault.com/ren/master/renault-new-cars/product-plans/rb3k5/reveal/overview/duster-overview-desktop-051.jpg.ximg.largex2.webp/c8eb87f9ea.webp');
}
/* Overlay */
.hero-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
}

/* Content */
.hero-content {
    position: relative;
    z-index: 1;
    color: #fff;
    text-align: center;
}

.hero-content h4 {
    margin: 0;
    font-size: 5.2rem;
    font-weight: 800;
    line-height: 1;
}

@media (max-width: 768px) {
    .hero-section {
        background-attachment: scroll;
    }
    .hero-content h4 {
    margin: 0;
    font-size: 3.2rem;
    font-weight: 8s00;
    line-height: 1;
}
    .img_container .content h1 {
    font-size: 4.2rem;
    margin-bottom: 20px;
    font-weight: 800;
    line-height: 1;
}
.img_container .content {
   
    margin-left: 40px;
    
}
.marquee-container .content {
    color: #fff;
    margin-left: 40px;
}
}
@media (max-width: 768px) {
    .video-content h1 span {
    font-size: 7rem;
    font-weight: 900;
    letter-spacing: 2px;
}
  .image-caption {
    font-size: 8px;
    
}
  .marquee {
    display:none;
  }
}

/* Accordian css */
/* Layout */
.AccordionCent {
    width: 100%;
    padding: 80px 0;
    background: #111;
    color: #fff;
}

.AccordionCent__wrapper {
    display: flex;
    max-width: 1300px;
    margin: auto;
}

/* LEFT SIDE */
.AccordionCent__left {
    width: 35%;
    padding: 40px;
}

.AccordionMenu__menuTitle {
    font-size: 28px;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.AccordionMenu__menuItems {
    list-style: none;
    padding: 0;
}

.AccordionMenu__menuH3 {
    margin-bottom: 20px;
}

.AccordionMenu__menuItem {
    background: none;
    border: none;
    color: #aaa;
    font-size: 20px;
    cursor: pointer;
    transition: 0.3s;
}

.AccordionMenu__menuItem:hover {
    color: #fff;
}

.AccordionMenu__menuItem.is-selected {
    color: #fff;
    font-weight: 600;
}

/* RIGHT SIDE */
.AccordionCent__right {
    width: 65%;
    padding: 40px;
}

.AccordionCent__rightEditoSpan {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 40px;
}

/* Specs */
.AccordionCent__rightCaracteristics {
    display: flex;
    gap: 40px;
    margin-bottom: 40px;
}

.AccordionCent__caracteristicsTitle {
    font-size: 14px;
    text-transform: uppercase;
    opacity: 0.7;
}

.AccordionCent__caracteristicsTextB {
    font-size: 22px;
}

/* Image */
.AccordionCent__caracteristicsImg img {
    width: 100%;
    height: auto;
    display: block;
}

/* Responsive */
@media (max-width: 992px) {
    .AccordionCent__wrapper {
        flex-direction: column;
    }

    .AccordionCent__left,
    .AccordionCent__right {
        width: 100%;
    }
}

/* Accordian css end*/

/* Dual screen section responsive */

@media (max-width: 992px) {

    #dual-screen {
        height: auto;
        padding: 100px 0;
    }

    .dual-container {
        flex-direction: column;
        text-align: left;
    }

    .content-box h2 {
        font-size: 40px;
    }

    .spec h1 {
        font-size: 48px;
    }

    .description {
        font-size: 16px;
    }
}


/* Base CTA Style */
.CtaLink {
    display: inline-block;
    padding: 14px 36px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 2px;
    transition: all 0.35s ease;
    cursor: pointer;
}

/* Ghost / Inverted Style */
.CtaLink.is-inverted {
    background: transparent;
    color: #ffffff;
    border: 2px solid #ffffff;
}

/* Hover Effect */
.CtaLink.is-inverted:hover {
    background: #ffffff;
    color: #000000;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.25);
}

/* Active Click Effect */
.CtaLink.is-inverted:active {
    transform: translateY(0);
    box-shadow: none;
}

/* Optional: Add subtle glow animation */
@keyframes glow {
    0% { box-shadow: 0 0 0 rgba(255,255,255,0); }
    50% { box-shadow: 0 0 15px rgba(255,255,255,0.4); }
    100% { box-shadow: 0 0 0 rgba(255,255,255,0); }
}

.CtaLink.is-inverted {
    animation: glow 3s infinite;
}