/*
 * V2 Redesign Styles
 * All styles are scoped to .v2d to prevent conflicts with existing site styles
 */

/* ===== HERO SECTION ===== */
.v2d .hero-section {
    background: url('/wp-content/uploads/01-home-bg.jpg') no-repeat center center;
    background-size: cover;
    color: white;
    padding: 147px 80px 42px 80px;
    position: relative;
    overflow: visible;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 80vh;
    text-align: center;
}

.v2d .hero-section.why-verdeco {
    padding: 147px 2% 42px 2%;
}

.v2d .hero-section.about-us {
    background: url('/wp-content/uploads/about-hero.jpg') no-repeat center center;
    background-size: cover;
    background-position-y: 30%;
}

.v2d .home-video-bg { 
    background: url('/wp-content/uploads/home-video-bg.jpg') no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 34vw;
    margin-bottom: -200px;
    padding-top: 20px;
    border-radius: 8px;
    position: relative;
    z-index: 1;
    overflow: visible;
}

.v2d .home-video-bg.why-verdeco {
    margin-bottom: 0;
    flex: 0 0 50%;
    height: 54vw;
}

.v2d .hero-section > div {
    text-align: left;
}

.v2d .hero-section > div {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1200px;
    width: 100%;
    position: relative;
    z-index: 3;
}

.v2d .hero-section.why-verdeco > div {
    max-width: 1408px;
}

.v2d .hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(63, 59, 209, 0.8) 0%, rgba(33, 33, 58, 0.9) 100%);
    opacity: 0.9;
}

.v2d .hero-cols {
    display: flex;
    gap: 2%
}

.v2d .hero-content {
    position: relative;
    z-index: 2;
    flex: 0 0 50%;
}

.v2d .about-us .scroll-down {
    position: absolute;
    bottom: -42px;
    left: calc(50% - 261px);
}

.v2d .about-us .hero-content {
    max-width: 690px;
    height: calc(100vh - 255px);
    text-align: center;
    margin: auto;
}

.v2d .hero-title {
    font-family: 'Outfit', sans-serif;
    font-size: 4.5rem;
    line-height: 1.1;
    margin-bottom: 1.5rem;
    color: white;
}

.v2d .hero-subtitle {
    font-size: 1.3rem;
    font-weight: 300;
    margin-bottom: 2.5rem;
    opacity: 0.9;
    line-height: 1.6;
}

.v2d .hero-cta {
    display: inline-block;
    background: #21213A;
    color: white;
    padding: 15px 40px;
    border-radius: 6px;
    margin-bottom: 50px;
    text-decoration: none;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    border: none;
    position: relative;
    letter-spacing: 0.3px;
}

.v2d .why-verdeco .hero-cta {
    background: #3f3bd1;
    margin-bottom: 20px;
}

.v2d .hero-cta:hover {
    background: #2a2a4a;
    transform: translateY(-2px);
}

/* ===== WHY VERDECO HERO STYLES ===== */
.v2d .verdeco-offers-label {
    align-self: stretch;
    color: white;
    font-size: 16px;
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 20.8px;
    letter-spacing: 1.6px;
    word-wrap: break-word;
    margin-top: 30px;
    margin-bottom: 20px;
}

.v2d .verdeco-offers-list {
    width: 400px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 6px;
    display: flex;
}

.v2d .verdeco-offers-item {
    justify-content: flex-start;
    align-items: flex-start;
    gap: 12px;
    display: inline-flex;
}

.v2d .verdeco-offers-icon {
    flex-shrink: 0;
}

.v2d .verdeco-offers-icon svg {
    width: 6px;
    height: 20px;
}

.v2d .verdeco-offers-icon svg rect {
    fill: #3F3BD1;
}

.v2d .verdeco-offers-text {
    color: #C8C8CE;
    font-size: 16px;
    font-family: 'Outfit', sans-serif;
    font-weight: 300;
    line-height: 20.8px;
    word-wrap: break-word;
}

.v2d .verdeco-offers-text.wide {
    width: 407.10px;
}

.v2d .hero-video {
    position: relative;
    z-index: 2;
    text-align: center;
    flex: 0 0 49%;
}

.v2d .video-container {
    position: relative;
    max-width: 500px;
    margin: 0 auto;
}

.v2d .video-overlay {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 15px;
    padding: 40px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.v2d .video-overlay:hover {
    background: rgba(0, 0, 0, 0.7);
}

.v2d .play-button {
    margin-bottom: 20px;
}

.v2d .play-btn {
    width: 60px;
    height: 60px;
    margin: 0 25px;
}

.v2d .home-video-bg .h5.light {
    position: absolute;
    top: 35px;
    left: 100px;
    font-size: 1.4rem;
}

.v2d .video-text {
    font-family: 'Inter', sans-serif;
    font-size: 1.1rem;
    font-weight: 500;
    color: white;
}


/* ===== ABOUT US STYLES ===== */
.v2d .reshaping-future .difference-cols {
    align-items: center;
}

.v2d .wide-video-bg {
    background: url('/wp-content/uploads/how-it-works-bg.jpg') no-repeat center center;
    background-size: cover;
    width: 100vw;
    height: 44vw;
    padding-top: 20px;
    position: relative;
    z-index: 1;
    overflow: visible;
}

.v2d .wide-video-bg .video-row-container {
    margin: 0 30px;
    border-bottom: 1px solid #DEDEE1;  
}

.v2d .wide-video-bg .play-btn {
    margin: 25px 25px;
}

.v2d .wide-video-bg .h5.light {
    position: absolute;
    top: 60px;
    left: 100px;
    font-size: 1.4rem;
}



/* ===== ABOUT US STYLES ===== */
.v2d .values-guide .process-header {
    margin-bottom: 90px;
}

.v2d .values-guide .process-title {
    font-size: 4.25rem;
}

.v2d .values-guide .process-container {
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.v2d .values-guide .process-step {
    box-shadow: none;
    margin-top: 0;
    margin-bottom: 50px;
    padding-top: 30px;
    padding-bottom: 0;
    border-bottom: none;
    border-top: 1px solid #DEDEE1;
}

.v2d .values-guide .step-icon {
    width: auto;
}

.v2d .values-guide .process-footer {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 150px;
}

.v2d .values-guide .process-footer h3 {
    font-size: 2.25rem;
}




/* ===== PRODUCT SHOWCASE ===== */
.v2d .product-showcase {
    background: #F2F7FD;
    position: relative;
    z-index: 2;
    padding: 120px 0 60px 80px;
    margin-top: -50px;
}

.v2d .product-showcase .fl-module-rich-text {
    margin-right: 0;
}

.v2d .section-header {
    text-align: center;
    margin-bottom: 80px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.v2d .section-label {
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 0.9rem;
    font-weight: bold;
    color: #3F3BD1;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 1rem;
}

.v2d .section-title {
    font-family: 'Outfit', sans-serif;
    font-size: 4.5rem;
    margin-bottom: 1.5rem;
    color: #21213A;
}

.v2d .section-description {
    font-family: 'Inter', sans-serif;
    font-size: 1.1rem;
    line-height: 1.7;
    color: #666;
}

.v2d .product-carousel {
    position: relative;
    margin: 0 auto;
}

.v2d .product-cards {
    display: flex;
    gap: 4px;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 20px 0;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.v2d .product-cards::-webkit-scrollbar {
    display: none;
}

.v2d .product-card {
    flex: 0 0 400px;
    height: 550px;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
}


/* Product Card Background Images */
.v2d .product-card.kleer .card-background {
    background: url('/wp-content/uploads/02-kleer.jpg') no-repeat center center;
    background-size: cover;
}

.v2d .product-card.heet .card-background {
    background: url('/wp-content/uploads/03-heet-scaled.jpg') no-repeat center center;
    background-size: cover;
}

.v2d .product-card.ayr .card-background {
    background: url('/wp-content/uploads/04-ayr-scaled.jpg') no-repeat center center;
    background-size: cover;
}

.v2d .product-card.thyn .card-background {
    background: url('/wp-content/uploads/05-thy-scaled.jpg') no-repeat center center;
    background-size: cover;
}

.v2d .product-card.toll .card-background {
    background: url('/wp-content/uploads/05-2-toll-bg.jpg') no-repeat center center;
    background-size: cover;
}

.v2d .card-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(63, 59, 209, 0.8) 0%, rgba(33, 33, 58, 0.9) 100%);
}

.v2d .card-content {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 10px;
    color: white;
}

.v2d .product-name {
    width: 160px;
    height: 80px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border: 1px solid rgba(255, 255, 255, .5);
    border-width: 0 1px 1px 0;
    padding: 10px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.v2d .product-header {
    display: flex;
    align-items: flex-start;
    gap: 0;
    margin-bottom: 0;
}

.v2d .product-card.kleer .product-name {
    background: url('/wp-content/uploads/kleer-logo.png') no-repeat center center;
    background-size: 100%;
}

.v2d .product-card.heet .product-name {
    background: url('/wp-content/uploads/heet-logo.png') no-repeat center center;
    background-size: 80%;
}

.v2d .product-card.ayr .product-name {
    background: url('/wp-content/uploads/ayr-logo.png') no-repeat center center;
    background-size: 60%;
}

.v2d .product-card.thyn .product-name {
    background: url('/wp-content/uploads/thyn-logo.png') no-repeat center center;
    background-size: 80%;
}

.v2d .product-card.toll .product-name {
    background: url('/wp-content/uploads/toll-logo.png') no-repeat center center;
    background-size: 80%;
}

.v2d .product-tagline {
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: .8rem;
    font-weight: 500;
    margin-bottom: 0;
    height: 80px;
    opacity: 0.9;
    display: flex;
    align-items: center;
    flex: 1;
    border: 1px solid rgba(255, 255, 255, .5);
    border-width: 0 0 1px 0;
    padding-left: 20px;
    padding-right: 20px;
}

.v2d .product-description p {
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    line-height: 1.6;
    opacity: 0.9;
    margin: 0;
    margin-top: auto;
    padding: 15px;
}

.v2d .product-navigation {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
    margin-top: 40px;
    padding: 20px 100px 0 0;
    margin-left: auto;
    margin-right: auto;
}

.v2d .scrollbar-track {
    flex: 1;
    height: 3px;
    background: rgba(156, 163, 175, 0.3);
    border-radius: 3px;
    position: relative;
    display: block;
    margin-right: 15px;
}

.v2d .scrollbar-thumb {
    width: 180px;
    height: 3px;
    background: #625ED9;
    border-radius: 3px;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
}

.v2d .nav-button {
    background: #F2F7FD;
    border: none;
    border-radius: 4px;
    width: 36px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    color: 000;
    box-shadow: none;
    padding: 0;
    margin: 0;
}

.v2d .nav-button:hover {
    background: #F2F7FD;
}

.v2d .nav-button svg {
    width: 28px;
    height: 28px;
}

.v2d .nav-button svg path {
    fill: #000;
}

/* ===== CONTENT SECTIONS ===== */
.v2d .content-sections {
    position: relative;
}

.v2d .content-section {
    position: relative;
    min-height: 800px;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 0.3s ease;
}

/* Ensure content sections are properly positioned for slider */
.v2d .content-section:not(:first-child) {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.v2d .content-section:first-child {
    z-index: 2;
}

/* Smooth transitions for content slider */
.v2d .content-sections .section-content {
    transition: opacity 0.3s ease-in-out;
    opacity: 1;
    will-change: opacity;
}

/* Ensure sidebar is visible when moved outside slides */
.v2d .content-sections .section-sidebar {
    position: absolute;
    top: 0;
    left: 50px;
    bottom: 0;
    z-index: 10;
    width: 300px;
    padding: 0;
    display: flex;
    align-items: center;
    border-left: 1px solid rgba(255, 255, 255, 0.25);
}

/* Tony Efros callout box */
.v2d .content-sections .tony-callout {
    position: absolute;
    bottom: 90px;
    right: 40px;
    z-index: 15;
    background: rgba(2, 4, 23, 0.3);
    border-radius: 6px;
    padding: 14px;
    max-width: 176px;
    backdrop-filter: blur(20px);
}

.v2d .tony-callout .person-info {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.v2d .tony-callout .person-avatar {
    width: auto;
    height: 150px;
    flex-shrink: 0;
    border: none;
}

.v2d .tony-callout .person-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.v2d .tony-callout .person-details {
    margin-top: 10px;
}

.v2d .tony-callout .person-details h4 {
    color: white;
    font-size: 1rem;
    font-weight: 600;
    margin: 0 0 3px 0;
    line-height: 1.6;
}

.v2d .tony-callout .person-details p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.85rem;
    margin: 0;
    line-height: 1.2;
}

.v2d .tony-callout .contact-icons {
    display: flex;
    gap: 12px;
}

.v2d .tony-callout .contact-icons a {
    color: white;
    text-decoration: none;
    font-size: 1rem;
    transition: opacity 0.3s ease;
}

.v2d .tony-callout .contact-icons a:hover {
    opacity: 0.7;
}

/* Adjust content area to not overlap with sidebar */
.v2d .content-sections .content-section {
    padding-left: 230px;
}

.v2d .content-sections .section-content {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 60px;
    padding-bottom: 60px;
}

.v2d .content-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.v2d .sidebar-nav {
    margin-left: -1px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.v2d .nav-item {
    font-size: 1rem;
    font-weight: normal;
    color: white;
    padding: 5px 20px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.v2d .nav-item.active,
.v2d .nav-item:hover {
    border-left: 1px solid#3F3BD1;
}

.v2d .nav-item.active {
    font-weight: 600;
}

.v2d .section-content {
    position: relative;
    z-index: 2;
    flex: 1;
    padding: 60px 80px;
}

.v2d .content-overlay {
    max-width: 460px;
    color: white;
}

.v2d .content-label {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    margin-bottom: 1rem;
    color: #625ED9;
}

.v2d .content-title {
    font-size: 3.3rem;
    margin-bottom: 1.5rem;
    line-height: 1.1;
}

.v2d .content-description {
    font-family: 'Inter', sans-serif;
    font-size: 1.2rem;
    line-height: 1.7;
    margin-bottom: 2rem;
}

.v2d .content-cta {
    display: inline-block;
    color: white;
    padding: 12px 30px;
    text-decoration: none;
    font-size: 1rem;
    transition: all 0.3s ease;
    border-radius: 6px;
    border: 1px solid #3F3BD1;
}

.v2d .content-cta:hover {
    background: #3F3BD1;
    opacity: 0.7;
    color: white;
    text-decoration: none;
}

/* ===== CONTACT PERSON ===== */
.v2d .contact-person {
    background: #F2F7FD;
    padding: 80px;
    text-align: center;
}

.v2d .person-card {
    background: white;
    border-radius: 20px;
    padding: 40px;
    display: inline-flex;
    align-items: center;
    gap: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    max-width: 600px;
}

.v2d .person-avatar {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid #3F3BD1;
}

.v2d .person-info {
    text-align: left;
    flex: 1;
}

.v2d .person-name {
    font-family: 'Outfit', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: #21213A;
    margin-bottom: 0.5rem;
}

.v2d .person-title {
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    color: #666;
    margin: 0;
}

.v2d .person-contact {
    display: flex;
    gap: 15px;
}

.v2d .contact-link {
    background: #3F3BD1;
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.v2d .contact-link:hover {
    background: #625ED9;
    transform: translateY(-2px);
    color: white;
    text-decoration: none;
}

/* ===== CONTACT PROCESS ===== */
.v2d .contact-process {
    background: white;
    padding: 80 0px;
}

.v2d .contact-process .fl-module-rich-text {
    display: flex;
}

.v2d .contact-process .fl-row-content {
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
}

.v2d .process-header {
    flex: 0 0 400px;
    padding-right: 40px;
}

.v2d .process-title {
    font-size: 3.5rem;
    color: #2c3e50;
    line-height: 1.1;
    margin: 0;
}

.v2d .process-steps {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.v2d .process-step {
    display: flex;
    align-items: flex-start;
    gap: 80px;
    padding: 0;
    background: transparent;
    border: none;
    box-shadow: none;
    margin-bottom: 30px;
    padding-bottom: 50px;
    border-bottom: 1px solid #DEDEE1;
}

.v2d .step-number {
    font-size: .9rem;
    font-weight: 600;
    color: #6c7fd8;
    min-width: 40px;
    margin-top: 4px;
}

.v2d .step-icon {
    flex-shrink: 0;
    width: 24px;
    height: auto;
    margin-top: 4px;
}

.v2d .process-step:last-child .step-icon {
    width: 55px;
}

.v2d .step-icon svg {
    width: 100%;
    height: auto;
    display: block;
}

.v2d .step-content {
    flex: 1;
    max-width: 500px;
}

.v2d .step-title {
    font-family: 'IBM Plex Sans', sans-serif;
    letter-spacing: -0.72px;
    font-size: 1.6rem;
    color: #2c3e50;
    margin: 0 0 18px 0;
    line-height: 1.3;
}

.v2d .step-description {
    font-family: 'Inter', sans-serif;
    font-size: .95rem;
    color: #6b7280;
    line-height: 1.4;
    margin: 0;
}

/* ===== BOTTOM CTA SECTION ===== */
.v2d .bottom-cta {
    padding: 30px;
}

.v2d .cta-cards {
    display: flex;
    gap: 3px;
    margin: 0 auto;
    height: 560px;
}

.v2d .cta-card {
    border-radius: 6px;
    overflow: hidden;
    position: relative;
}

/* Left Card - Talk to Expert (25% width) */
.v2d .cta-card.talk-expert {
    flex: 0 0 30%;
    background-image: url('/wp-content/uploads/cta-expert-bg.jpg');
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 60px 12px 12px 12px;
}

/* Right Card - Request Quote (75% width) */
.v2d .cta-card.request-quote {
    flex: 0 0 70%;
    background: #020417;
    background-image: url('/wp-content/uploads/01-home-bg.jpg');
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 80px 60px 54px 48px;
}



.v2d .cta-card.talk-expert .cta-content {
    padding: 0 12px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.v2d .cta-card.talk-expert .cta-label {
    color: #625ED9;
    font-size: .85rem;
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 16.9px;
    letter-spacing: 1.3px;
}

.v2d .cta-card.talk-expert .cta-title {
    width: 320.58px;
    color: white;
    font-size: 42px;
    font-family: 'Outfit', sans-serif;
    font-weight: 400;
    line-height: 46.2px;
}

/* Tony Efros Callout */
.v2d .cta-card.talk-expert .person-callout {
    padding: 12px;
    background: rgba(2, 4, 23, 0.30);
    border-radius: 6px;
    backdrop-filter: blur(20px);
    display: flex;
    gap: 12px;
}

.v2d .cta-card.talk-expert .person-avatar {
    width: 90px;
    height: 90px;
    border: none;
    border-radius: 0;
    overflow: hidden;
}

.v2d .cta-card.talk-expert .person-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.v2d .cta-card.talk-expert .person-info {
    width: 245px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    justify-content: space-between;
    height: 100%;
}

.v2d .cta-card.talk-expert .person-details {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.v2d .cta-card.talk-expert .person-name {
    width: 221px;
    margin-bottom: 0;
    color: white;
    font-size: 1.3rem;
    font-family: 'Outfit', sans-serif;
    font-weight: 600;
    line-height: 25px;
}

.v2d .cta-card.talk-expert .person-title {
    color: #CCCDD1;
    font-size: 16px;
    font-family: 'Outfit', sans-serif;
    font-weight: 300;
    line-height: 20.8px;
}

.v2d .cta-card.talk-expert .contact-icons {
    display: flex;
    gap: 12px;
}

.v2d .cta-card.talk-expert .contact-icon {
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3px;
}

.v2d .cta-card.talk-expert .contact-icon svg {
    width: 25px;
    height: 24px;
}

.v2d .cta-card.talk-expert .contact-icon svg path {
    fill: white;
}


.v2d .cta-card.request-quote .cta-content {
    display: flex;
    flex-direction: column;
    gap: 36px;
    align-items: center;
}

.v2d .cta-card.request-quote .cta-text {
    display: flex;
    flex-direction: column;
    gap: 18px;
    align-items: flex-start;
}

.v2d .cta-card.request-quote .cta-title {
    width: 725.87px;
    margin-bottom: 10px;
    text-align: center;
    color: white;
    font-size: 64px;
    font-weight: 400;
    line-height: 64px;
}

.v2d .cta-card.request-quote .cta-description {
    width: 725.87px;
    text-align: center;
    color: white;
    font-size: 20px;
    font-weight: 300;
    line-height: 25px;
}

.v2d .cta-card.request-quote .cta-button {
    height: 54px;
    padding: 0 24px;
    background: #21213A;
    color: white;
    border-radius: 6px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
}

.v2d .cta-card.request-quote .cta-button:hover {
    background: #2a2a4a;
    transform: translateY(-2px);
}

.v2d .cta-card.request-quote .cta-button-text {
    padding: 0 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.v2d .cta-card.request-quote .cta-button-text span {
    color: white;
    font-size: 16px;
    font-family: 'Outfit', sans-serif;
    font-weight: 300;
    line-height: 20.8px;
}



/* ===== INDUSTRY-LEADING RPET ===== */
.v2d .industry-leading-rpet {
    padding-top: 120px;
    padding-bottom: 90px;
}

.v2d .industry-leading-rpet .section-header {
    max-width: 750px;
    margin-bottom: 110px;
}

.v2d .industry-leading-rpet .process-steps {
    flex-direction: row;
    gap: 40px;
}

.v2d .industry-leading-rpet .process-step {
    flex-direction: column;
    gap: 40px;
    border-bottom: 0;
    border-top: 1px solid #DEDEE1;
    padding-top: 25px;
    padding-bottom: 0;
}

.v2d .industry-leading-rpet .step-icon {
    width: auto;
    height: 54px;
}


/* ===== MAKING A DIFFERENCE ===== */
.v2d .difference-cols {
    display: flex;
    gap: 100px;
}

.v2d .difference-col {
    flex: 1;
}

.v2d .difference-col .process-title {
    padding-right: 12%;
}

.v2d .difference-col .section-description {
    margin-top: 40px;
}

.v2d .difference-col .industries-label {
    color: #21213A;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1rem;
    line-height: 20.8px;
    letter-spacing: 1.6px;
    margin-bottom: 20px;
}

.v2d .difference-col .verdeco-offers-item {
    line-height: 1;
    padding: 0;
}

.v2d .difference-col .verdeco-offers-text {
    color: #5D5D6F;
}




/* ===== RESPONSIVE DESIGN ===== */
@media (max-width: 768px) {
    .v2d .hero-section {
        padding: 100px 40px 40px 40px;
        flex-direction: column;
        text-align: center;
        gap: 40px;
    }
    
    .v2d .hero-section > div {
        flex-direction: column;
        gap: 40px;
    }
    
    .v2d .hero-content {
        margin-right: 0;
        margin-bottom: 20px;
    }
    
    .home-video-bg {
        height: 60vw;
        margin-bottom: -80px;
    }
    
    .v2d .product-showcase {
        padding: 140px 40px 60px 40px;
        margin-top: -30px;
    }
    
    .v2d .hero-title {
        font-size: 2.5rem;
    }
    
    .v2d .hero-subtitle {
        font-size: 1.2rem;
    }
    
    .v2d .product-showcase {
        padding: 100px 40px 40px 40px;
    }
    
    .v2d .section-title {
        font-size: 2rem;
    }
    
    .v2d .product-card {
        flex: 0 0 300px;
        height: 450px;
    }
    
    .v2d .product-header {
        gap: 0;
    }
    
    .v2d .product-name {
        width: 120px;
        height: 50px;
        padding: 8px;
        background-size: 75%;
    }
    
    .v2d .product-tagline {
        max-width: 150px;
        font-size: 0.9rem;
        height: 50px;
        padding-left: 8px;
        padding-right: 8px;
    }
    
    .v2d .scrollbar-track {
        width: 150px;
    }
    
    .v2d .scrollbar-thumb {
        width: 45px;
    }
    
    .v2d .nav-button {
        width: 32px;
        height: 28px;
    }
    
    .v2d .nav-button svg {
        width: 14px;
        height: 14px;
    }
    
    .v2d .content-section {
        flex-direction: column;
    }
    
    .v2d .section-sidebar {
        width: 100%;
        padding: 40px;
    }
    
    .v2d .sidebar-nav {
        flex-direction: row;
        justify-content: center;
    }
    
    .v2d .section-content {
        padding: 40px;
    }
    
    .v2d .content-title {
        font-size: 2rem;
    }
    
    .v2d .contact-person {
        padding: 40px;
    }
    
    .v2d .person-card {
        flex-direction: column;
        text-align: center;
    }
    
    .v2d .person-info {
        text-align: center;
    }
    
    .v2d .contact-process {
        padding: 60px 0;
    }
    
    .v2d .process-title {
        font-size: 2.2rem;
    }
    
    .v2d .process-steps {
        gap: 40px;
    }

    .v2d .process-step {
        gap: 16px;
    }

    .v2d .step-title {
        font-size: 1.3rem;
    }

    .v2d .step-description {
        font-size: 0.95rem;
    }
    
    .v2d .bottom-cta {
        padding: 40px;
    }
    
    .v2d .cta-cards {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .v2d .cta-title {
        font-size: 1.5rem;
    }
    

}

@media (max-width: 480px) {
    .v2d .hero-section {
        padding: 80px 20px 30px 20px;
    }
    
    .v2d .hero-title {
        font-size: 2rem;
    }
    
    .home-video-bg {
        height: 70vw;
        margin-bottom: -60px;
    }
    
    .v2d .product-showcase {
        padding: 120px 20px 30px 20px;
        margin-top: -20px;
    }
    
    .v2d .product-card {
        flex: 0 0 280px;
        height: 400px;
    }
    
    .v2d .contact-person {
        padding: 30px 20px;
    }
    
    .v2d .contact-process {
        padding: 30px 20px;
    }
    
    .v2d .bottom-cta {
        padding: 30px 20px;
    }

    .v2d .process-step {
        flex-direction: column;
        gap: 12px;
    }

    .v2d .step-number {
        align-self: flex-start;
    }

    .v2d .step-icon {
        align-self: flex-start;
    }
    

}

/* ===== BEAVER BUILDER OVERRIDES ===== */
.v2d .fl-module-content {
    position: relative;
}

.v2d .fl-row:not(:last-child) {
    margin-bottom: 0;
}

.v2d .fl-button {
    border-radius: 50px !important;
    transition: all 0.3s ease !important;
}

.v2d .fl-button:hover {
    transform: translateY(-2px) !important;
}

.v2d .fl-text {
    line-height: 1.6;
}

.v2d .fl-photo {
    border-radius: 15px;
    overflow: hidden;
} 