/* 
    Google Map Service Replica CSS 
    Enhanced Premium Material Design Structure 
*/

.chat-window {
bottom:0px !important;
}


.h-100 {
max-height:485px;
}


.industries-section{
padding:80px 2%;
}

.top_padding, .section-padding.top_padding {
padding-top: 180px !important;
}

.hero-section {
    padding-top: 150px !important;
}

@media (max-width: 991px) {
    .top_padding, .section-padding.top_padding {
        padding-top: 130px !important;
    }
    .hero-section {
        padding-top: 100px !important;
    }
}

.small-title{
font-size:16px;
letter-spacing:2px;
color:#364052;
margin-bottom:10px;
}

.heading{
font-size:60px;
font-weight:400;
line-height: 72px;
letter-spacing: -.5px;
font-weight: 400;
max-width:950px;
color:#051229;
}

@media (max-width: 500px) {
.success-content-wrapper{
	padding: 0px; 
	padding-top: 60px !important;
}
}


@media (max-width: 991px) {
    .industries-section {
        text-align: center;
    }
    .heading {
        font-size: 42px;
        line-height: 1.2;
        margin-left: auto;
        margin-right: auto;
    }
    .card-text {
        text-align: center;
    }
}
@media (max-width: 768px) {
    .heading {
        font-size: 28px;
        line-height: 1.2;
    }
}
@media (max-width: 480px) {
    .heading {
        font-size: 22px;
        line-height: 1.2;
    }
}


#hero_video {
    max-width: 513px !important;
    /*max-height: 504px !important;*/
    margin: 0 0 auto auto;
}

@media (max-width: 768px) {
    #hero_video {
        max-width: 100% !important;
        height: auto !important;
    }
}


@media (min-width: 1231px) {
    #hero_video {
        margin-right: 60px;
    }
}

@media (max-width: 999px) {
    #hero_video {
        margin: 20px auto;
    }
}



.industry-card {
    height: 362px;
}

.heading span{
color:#2a6fdb;
}

.swiper{
margin-top:50px;
}

.industry-card{
background:#fff;
border-radius:10px;
overflow:hidden;
box-shadow:0 4px 12px rgba(0,0,0,0.08);
transition:0.3s;
}

.industry-card:hover{
transform:translateY(-6px);
}

.industry-card img{
width: 100%;
height: 200px;
object-fit:cover;
}

.card-text{
padding:62px 16px 62px 16px;
font-size:20px;
color:#051229;
}

.card-text span{
margin-right:6px;
}

.swiper-pagination{
position:relative;
margin-top:25px;
}




/* section container */
#google-maps-feature-section{
    display:flex;
    justify-content:center;
    gap:30px;
    flex-wrap:wrap;
}

/* individual feature card */
.google-maps-feature-card{
    display:flex;
    align-items:center;
    width: 100%;
    max-width:420px;
    background: linear-gradient(to top, #d2e3fc 0%, #ffffff 50%, #eef4ff 100%);
    background-size: 100% 200%;
    background-position: top;
    padding:18px;
    border-radius:18px;
    box-shadow:0 8px 18px rgba(0,0,0,0.08);
    transition: transform 0.3s ease, background-position 0.5s ease-out;
}

/* hover effect */
.google-maps-feature-card:hover{
    transform:translateY(-5px);
    background-position: bottom;
}

/* Fix for mobile header overcrowding */
.responsive-logo {
    height: 40px;
    width: auto;
}

@media (max-width: 576px) {
    .responsive-logo {
        height: 40px !important;
    }
    .navbar-toggler {
        padding: 0 !important;
    }
    .navbar-toggler i {
        font-size: 1.15rem !important;
    }
    #userAvatarImg, #userAvatarPlaceholder {
        width: 34px !important;
        height: 34px !important;
    }
}

@media (max-width: 380px) {
    .responsive-logo {
        height: 40px !important;
    }
}



.google-maps-feature-image{
    width:90px;
    height:90px;
    border-radius:15px;
    object-fit:cover;
    margin-right:18px;
}

/* feature text container */
.google-maps-feature-content{
    display:flex;
    flex-direction:column;
}

/* feature title */
.google-maps-feature-title{
    margin:0;
    font-size:14px;
    color:#7b7b7b;
}

/* feature description */
.google-maps-feature-description{
    margin-top:6px;
    font-size:16px;
    color:#222;
}




/* responsive layout */
@media(max-width:900px){

.footer-links, .footer-links a{
	display: block !important;
	margin: 5px auto  !important;
}

.right-section{
	margin: 0 auto;
}

#google-maps-feature-section{
    flex-direction:column;
    align-items:center;
}

}






.section{
padding:80px 40px;
text-align:center;
}

.section h1{
font-size:48px;
font-weight:500;
margin-bottom:60px;
color:#222;
}

.cards{
display:flex;
justify-content:center;
gap:30px;
flex-wrap:wrap;
}

.card{
position:relative;
width: 100%;
max-width: 310px;
height:460px;
border-radius:28px;
overflow:hidden;
background-size:cover;
background-position:center;
display:flex;
flex-direction:column;
justify-content:space-between;
box-shadow:0 10px 30px rgba(0,0,0,0.15);
}

.overlay-top{
background:rgba(0,0,0,0.65);
font-size: 20px;
color:white;
padding:22px;
margin:18px;
margin-top:0px;
border-radius:18px;
text-align:left;
font-size:20px;
line-height:1.4;
}

.overlay-bottom{
color:white;
text-align:left;
padding:20px;
}

.overlay-bottom h2{
font-size:36px;
margin:0;
font-weight:600;
}

.overlay-bottom p{
margin:5px 0 0;
font-size:15px;
}

/* Images */

.card1{
background-image:url("../images/seo_top3.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.card2{
background-image:url("../images/seo_calls.png");
}

.card3{
background-image:url("../images/seo_card3.png");
}

.card4{
background-image:url("../images/seo_trust_1.png");
}

/* Responsive */

@media(max-width:900px){
    .section h1 {
        font-size: 28px;
    }
    .card {
        width: 100%;
        max-width: 300px;
    }
    .overlay-top, .overlay-bottom {
        text-align: center;
    }
}



/* Google Sans font loader placeholder if needed */

:root {
    --google-blue: #1A73E8;
    --google-blue-dark: #1557B0;
    --google-blue-light: #E8F0FE;
    --google-green: #188038;
    --google-yellow: #FBBC04;
    --google-red: #EA4335;
    
    --text-primary: #202124;
    --text-secondary: #5F6368;
    --bg-light: #F8F9FA;
    --border-color: #DADCE0;
    
    --font-primary: 'Google Sans', 'Arial', 'Helvetica', sans-serif;
    
    --shadow-sm: 0 1px 2px 0 rgba(60,64,67,0.3), 0 1px 3px 1px rgba(60,64,67,0.15);
    --shadow-md: 0 1px 3px 0 rgba(60,64,67,0.3), 0 4px 8px 3px rgba(60,64,67,0.15);
    --shadow-lg: 0 4px 6px 0 rgba(60,64,67,0.3), 0 8px 24px 8px rgba(60,64,67,0.15);
}

html, body {
    font-family: var(--font-primary);
    color: var(--text-primary);
    background-color: #FFFFFF;
    line-height: 1.6;
    overflow-x: hidden !important;
    -webkit-font-smoothing: antialiased;
    width: 100%;
    margin: 0;
    padding: 0;
}

/* Force inherit for legacy font classes */
.font-outfit, .font-inter, .font-jakarta {
    font-family: inherit !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-primary);
    color: var(--text-primary);
    margin-bottom: 0.5rem;
}

@media (max-width: 768px) {
    h1 { font-size: 1.8rem !important; }
    h2 { font-size: 1.6rem !important; }
    h3 { font-size: 1.4rem !important; }
    h4 { font-size: 1.2rem !important; }
}

/* Typography Helpers */
.text-google-blue { color: var(--google-blue) !important; }
.bg-google-blue { background-color: var(--google-blue) !important; }
.text-secondary-google { color: var(--text-secondary) !important; font-size: 18px !important; }

/* Premium Buttons */
.btn-google {
    background-color: var(--google-blue);
    color: #FFFFFF;
    font-weight: 600;
    font-size: 1rem;
    border: none;
    border-radius: 24px;
    padding: 12px 32px;
    letter-spacing: 0.25px;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.btn-google:hover {
    background-color: var(--google-blue-dark);
    color: #FFFFFF;
    box-shadow: var(--shadow-md);
}

.btn-google-outline {
    background-color: #FFFFFF;
    color: var(--google-blue);
    font-weight: 600;
    font-size: 1rem;
    border: 1px solid var(--border-color);
    border-radius: 24px;
    padding: 12px 32px;
    letter-spacing: 0.25px;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.btn-google-outline:hover {
    background-color: var(--google-blue-light);
    border-color: var(--google-blue-light);
    color: var(--google-blue-dark);
}

/* Navbar */
.navbar-custom {
    background-color: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid var(--border-color);
    padding: 1rem 0;
    transition: all 0.3s ease;
}
.navbar-custom.navbar-scrolled {
    box-shadow: var(--shadow-sm);
    padding: 0.5rem 0;
}
.navbar-custom .nav-link:hover {
    color: var(--text-primary);
}

@media (max-width: 991px) {
    .navbar-nav .nav-item {
        width: 100% !important;
        border-bottom: 1px solid var(--border-color);
        text-align: left !important;
    }
    .navbar-nav .nav-link {
        padding: 12px 1.5rem !important;
        width: 100% !important;
        text-align: left !important;
        display: block !important;
    }
}

/* Premium Mega Dropdown - Google Style */
.dropdown-mega {
    position: static !important;
}

/* Ensure the navbar container is the relative parent for centering the mega menu */
#mainNav nav .container {
    position: relative;
}

.dropdown-mega .dropdown-menu {
    width: 600px;
    max-width: 90vw;
    left: 50% !important;
    right: auto !important;
    transform: translateX(-50%) !important;
    top: 100%;
    border: none;
    border-radius: 28px;
    padding: 24px;
    box-shadow: var(--shadow-lg);
    margin-top: 0 !important;
}

/* On very wide screens, allow it to spread slightly more */
@media (min-width: 1400px) {
    .dropdown-mega .dropdown-menu {
        //left: 433%; /* Slight offset for better visual balance */
    }
}

.mega-menu-content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

.mega-item {
    display: flex;
    flex-direction: column;
    padding: 16px 20px;
    border-radius: 12px;
    transition: all 0.2s ease;
    text-decoration: none;
    border: 1px solid transparent;
}

.mega-item:hover {
    background-color: #f8faff;
    border-color: #e8f0fe;
}

.mega-item-title {
    color: var(--google-blue);
    font-weight: 500;
    font-size: 0.95rem;
    margin-bottom: 2px;
}

.mega-item-desc {
    color: var(--text-secondary);
    font-size: 0.85rem;
    line-height: 1.3;
}

@media (max-width: 991px) {
    .navbar-collapse {
        max-height: 80vh;
        overflow-y: auto;
    }
    .mega-item-title { 
        font-size: 0.95rem; 
        color: var(--text-primary);
    }
    .mega-item-desc { display: none; }
    .mega-item { 
        padding: 12px 20px;
        border-radius: 0;
        border: none;
        border-bottom: 1px solid #f1f3f4;
    }
    .mega-item:last-child {
        border-bottom: none;
    }
}

.mega-menu-header {
    grid-column: span 3;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid var(--border-color);
}

.mega-menu-header h5 {
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--text-secondary);
    font-weight: 700;
}


/* Dropdown scrollbar improvements */
.dropdown-menu::-webkit-scrollbar {
    width: 6px;
}
.dropdown-menu::-webkit-scrollbar-track {
    background: transparent;
}
.dropdown-menu::-webkit-scrollbar-thumb {
    background: #dadce0;
    border-radius: 10px;
}
.dropdown-menu::-webkit-scrollbar-thumb:hover {
    background: #bdc1c6;
}

/* Mobile Media Queries (at the end for correct override) */
@media (max-width: 991px) {
    .dropdown-mega {
        position: static;
        display: block;
        width: 100%;
    }
    .dropdown-mega .dropdown-menu {
        position: static !important;
        width: 100% !important;
        max-width: 100% !important;
        transform: none !important;
        left: 0 !important;
        border-radius: 0 !important;
        box-shadow: none !important;
        padding: 0 !important;
        margin-top: 0 !important;
        border: none !important;
        background: #fdfdfd !important;
        display: none; /* Let Bootstrap handle show/hide */
    }
    .dropdown-mega .dropdown-menu.show {
        display: block !important;
    }
    .mega-menu-content {
        display: block !important;
        width: 100% !important;
    }
    .mega-item { 
        padding: 12px 1.5rem !important;
        border-radius: 0 !important;
        border: none !important;
        border-bottom: 1px solid #f1f3f4 !important;
        width: 100% !important;
        display: block !important;
    }
    .mega-item:last-child {
        border-bottom: none !important;
    }
    .mega-item-title { 
        font-size: 0.95rem !important;
        color: var(--text-primary) !important;
        display: block !important;
        margin-bottom: 0 !important;
    }
    .mega-item-desc { display: none !important; }
    
    .mega-menu-header {
        padding: 12px 1.5rem;
        margin-bottom: 0;
        background: #f8f9fa;
        border-bottom: 1px solid #e8eaed;
    }

    .navbar-collapse {
        max-height: 85vh;
        overflow-y: auto;
        padding-bottom: 40px;
    }
}

/* Header container uses full-width (no side margins) */
#mainNav .container {
    max-width: 98% !important;
}

@media (max-width: 991px) {
    #mainNav .container {
        max-width: 100% !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}

.section-padding {
    padding: 100px 0;
}
@media (max-width: 991px) {
    .section-padding, .hero-section, .footer, .newsletter-section, .suite-section, .discovery-section { 
        padding-top: 40px !important;
        padding-bottom: 40px !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .container, .container-fluid, .hero-container {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
}

@media (max-width: 576px) {
    .container, .container-fluid, .hero-container {
        padding-left: 25px !important;
        padding-right: 25px !important;
    }
    .section-padding, .hero-section, .footer, .newsletter-section, .suite-section, .discovery-section {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }
}

.bg-gray-google {
    background-color: var(--bg-light);
}


@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
	max-width: 1400px !important;
}
}


/* Hero Section */
.hero-section {
    position: relative;
    padding: 120px 0 120px;
    background-color: #F8F9FA;
    overflow: hidden;
}

.hero-container {
    max-width: 1600px !important;
    width: 100%;
}

@media (max-width: 1599px) {
    .hero-container { max-width: 1320px !important; }
}

@media (max-width: 1199px) {
    .hero-container { max-width: 100% !important; padding: 0 40px !important; }
}

@media (max-width: 767px) {
    .hero-section { padding: 100px 0 60px 0 !important; }
}

/* Hero Subtitle List Styling */
.hero-subtitle-list {
    font-size: 1.1rem;
}

@media (max-width: 576px) {
    .hero-subtitle-list {
        font-size: 1rem;
    }
}

@media (max-width: 400px) {
    .hero-subtitle-list {
        font-size: 0.9rem;
    }
}

/* Hero Column Layout – stacks below 999px */
.hero-col {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 12px;
    box-sizing: border-box;
}

.hero-col-text {
    text-align: left;
    padding-right: 40px;
}

.hero-col-text .d-flex {
    justify-content: flex-start !important;
}

@media (max-width: 999px) {
    .hero-col {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .hero-col-text {
        text-align: left;
        padding-right: 12px;
        margin-bottom: 40px;
    }
    .hero-col-text .d-flex {
        justify-content: flex-start !important;
    }
    .hero-col-video {
        display: flex;
        justify-content: center;
    }
    .hero-section { padding: 100px 0 !important; }
}


.hero-video-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: 100%;
    z-index: 0;
    transform: translate(-50%, -50%);
    object-fit: cover;
    opacity: 0.9;
}
@media (max-width: 768px) {
    .hero-video-bg {
        transform: translate(-50%, -50%) scale(1.5);
    }
}
.hero-content-wrapper {
    position: relative;
    z-index: 2;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    padding: 2.5rem;
    border-radius: 16px;
    box-shadow: var(--shadow-lg);
    border: 1px solid rgba(255,255,255,0.5);
}

.hero-title {
    font-size: 5.5vw;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: -2px;
    margin-bottom: 1.5rem;
    background: linear-gradient(90deg, #1A73E8, #4285F4);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-bottom: 5px;
}

@media (min-width: 1400px) {
    .hero-title { font-size: 3.8rem; }
}

@media (max-width: 1399px) {
    .hero-title { font-size: 48px !important; }
   .hero-container {margin-top:30px;}
}

@media (max-width: 999px) {
    .hero-title { font-size: 42px !important; letter-spacing: -1px; padding-top:36px;}
    
}

@media (max-width: 1250px) {
    .card1, .card3 {margin-top:0px !important;}
    .footer-links a {
		display: block;
		margin-bottom:5px;
	}
}

@media (max-width: 991px) {
    .hero-title { font-size: 36px !important; letter-spacing: -0.5px; margin-bottom: 1rem; line-height: 1.2; text-align: left; }
    .hero-subtitle { font-size: 18px !important; padding: 0; margin-bottom: 1.5rem; text-align: left; }
}

@media (max-width: 576px) {
    .hero-title { font-size: 28px !important; }
    .hero-subtitle { font-size: 16px !important; }
}



.hero-subtitle {
    font-size: 1.15rem;
    color: var(--text-secondary);
    margin-bottom: 2.5rem;
    font-weight: 400;
    line-height: 1.6;
}

/* Global Hero Responsiveness Overrides */
@media (max-width: 991px) {
    .hero-section {
        padding: 100px 0 60px 0!important;
    }
    /* Removed forced centering on mobile to allow left alignment */
    /* .hero-section .text-start {
        text-align: center !important;
    } */
    .hero-section .pe-lg-5 {
        padding-right: 0 !important;
    }
    /* .hero-section .justify-content-start {
        justify-content: center !important;
    } */
    .hero-section .d-flex.flex-wrap {
        justify-content: center !important;
    }
    .hero-section .display-3 {
        font-size: 2.8rem !important;
    }
    .hero-section .fs-4, .hero-section .fs-5 {
        font-size: 1.1rem !important;
    }
}

@media (max-width: 576px) {
    .hero-section .display-3 {
        font-size: 2.2rem !important;
    }
    .hero-section .btn-lg {
        padding: 12px 24px !important;
        font-size: 1rem !important;
    }
}


/* Custom Large Title for Trust Section */
.trust-title {
    font-size: 60px;
    line-height: 72px;
    letter-spacing: -.5px;
    font-weight: 400;
    color: var(--text-primary);
    margin-bottom: 50px;
}

@media (max-width: 991px) {
    .trust-title {
        font-size: 32px;
        line-height: 1.3;
        margin-bottom: 30px;
    }
}
@media (max-width: 768px) {
    .trust-title {
        font-size: 28px;
        line-height: 1.2;
    }
}

/* Trust Accordion Specific Styles */
#trust-accordion .discovery-content-item h3 {
    font-size: 20px !important;
    color: #202124 !important;
    font-weight: 500;
    transition: all 0.3s ease;
}

#trust-accordion .discovery-content-item .item-body p {
    font-size: 16px !important;
    color: #212529 !important;
    line-height: 1.6;
}

#trust-accordion .discovery-content-item.active h3 {
    color: #202124 !important; /* Keep consistent as requested */
    font-size: 32px !important;
    font-weight: 400 !important;
    letter-spacing: -0.025em !important;
}

@media (max-width: 768px) {
    #trust-accordion .discovery-content-item.active h3 {
        font-size: 24px !important;
    }
}

/* Section Titles */
.section-title {
    font-size: 3rem;
    letter-spacing: -1px;
    font-weight: 400;
    line-height: 1.15;
    color: #202124;
    margin-bottom: 20px;
}

.success-title{
    font-size: 48px !important;
    line-height: 1.2;
    letter-spacing: -.5px;
    font-weight: 400 !important;
    margin-bottom: 0px !important;
}

@media (max-width: 768px) {
    .success-title { font-size: 28px !important; }
}


@media (max-width: 768px) {
    .section-title { font-size: 2rem; }
}

/* Feature Grid */
.feature-box {
    text-align: center;
    padding: 2.5rem 1.5rem;
    background: #FFFFFF;
    border-radius: 16px;
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid var(--border-color);
}
.feature-box:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-sm);
    border-color: transparent;
}
.feature-icon-container {
    width: 100%;
    min-height: 120px;
    margin: 0 auto 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.feature-icon-container img {
    max-width: 100%;
    height: auto;
    max-height: 140px;
    object-fit: contain;
    display: block;
}
.feature-heading {
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 1rem;
    letter-spacing: -0.5px;
    color: #202124;
}
.feature-box p {
    font-size: 1.05rem;
    line-height: 1.6;
    margin-bottom: 0;
}

/* Success Quote Card */
.success-quote-card {
    background: #FFFFFF;
    border: 1px solid var(--border-color);
    border-radius: 16px;
    padding: 2rem;
    text-align: center;
    height: 100%;
    transition: all 0.3s ease;
}
.success-quote-card:hover {
    box-shadow: var(--shadow-md);
}
.success-quote {
    font-size: 1.25rem;
    color: var(--text-primary);
    font-weight: 500;
    line-height: 1.6;
    margin-bottom: 2rem;
}

/* Collage Videos */
.collage-video-wrapper {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: var(--shadow-md);
    border: 1px solid rgba(0,0,0,0.05);
}

@media (min-width: 992px) {
    .collage-video-wrapper {
        top: 65px;
    }
}
.collage-video-wrapper video {
    width: 100%;
    height: auto;
    display: block;
    transform: scale(1.01); /* remove slight edges */
}

/* Footer CTA */
.footer-cta {
    background-color: var(--google-blue);
    background-image: linear-gradient(135deg, var(--google-blue) 0%, var(--google-blue-dark) 100%);
    color: #FFFFFF;
    padding: 100px 0;
    text-align: center;
}
.footer-cta h2 {
    color: #FFFFFF;
    font-weight: 800;
}

/* Interactive Accordion Section */
.interactive-tab {
    cursor: pointer;
    padding: 1.5rem 2rem;
    border-left: 4px solid transparent;
    transition: all 0.3s ease;
    background: transparent;
    border-bottom: 1px solid var(--border-color);
}
.interactive-tab:last-child {
    border-bottom: none;
}
.interactive-tab:hover {
    background: var(--bg-light);
}
.interactive-tab.active {
    border-left: 4px solid var(--google-blue);
    background: #FFFFFF;
    box-shadow: 0 10px 30px -10px rgba(0,0,0,0.05);
    border-bottom-color: transparent;
}

@media (max-width: 768px) {
    .interactive-tab { padding: 1rem; }
    .interactive-tab h3 { font-size: 18px; }
    .interactive-tab.active h3 { font-size: 22px !important; }
}
.interactive-tab .tab-content {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.interactive-tab.active .tab-content {
    max-height: 300px;
    opacity: 1;
    margin-top: 1rem;
}
.interactive-tab h3 {
    font-size: 20px;
    font-weight: 500;
    color: #202124;
    transition: all 0.3s ease;
    margin-bottom: 0;
    letter-spacing: normal;
}
.interactive-tab.active h3 {
    color: #202124;
    font-size: 32px;
    font-weight: 400;
    letter-spacing: -0.025em;
}
.interactive-tab .tab-content p {
    font-size: 16px !important;
    color: #212529 !important;
    line-height: 1.6;
}

.interactive-image-container {
    position: relative;
    width: 100%;
    border-radius: 24px;
    background: #FFFFFF;
    height: 480px; /* Fixed height for stability */
    overflow: hidden;
    box-shadow: var(--shadow-md);
}

@media (max-width: 768px) {
    .interactive-image-container {
        height: 300px;
    }
}
.interactive-image-container img,
.interactive-image-container video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    border-radius: 24px;
    box-shadow: var(--shadow-md);
}
.interactive-image-container img.active,
.interactive-image-container video.active {
    opacity: 1;
    z-index: 2;
}

/* Slick Carousel Custom Styling */
.slick-dots {
    bottom: -50px;
}
.slick-dots li button:before {
    font-size: 12px;
    color: var(--google-blue);
    opacity: 0.25;
}
.slick-dots li.slick-active button:before {
    opacity: 1;
    color: var(--google-blue);
}
.slick-prev:before, .slick-next:before {
    color: var(--google-blue);
    font-size: 30px;
    opacity: 0.5;
    transition: opacity 0.3s;
}
.slick-prev:hover:before, .slick-next:hover:before {
    opacity: 1;
}
.slick-prev {
    left: -40px;
}
.slick-next {
    right: -40px;
}
@media (max-width: 1200px) {
    .slick-prev, .slick-next { display: none !important; }
}

/* Ensure cards don't shrink in slider */
.feature-slider .feature-box, .success-slider .success-quote-card {
    margin: 15px 10px;
    height: calc(100% - 30px);
}
.slick-track {
    display: flex !important;
    flex-wrap: nowrap !important;
}

/* ------------------------------------------
   Industries Carousel Section
   ------------------------------------------ */
#industries-section {
    overflow: hidden;
}

.industry-slider {
    overflow: hidden;
}

/* Each Slick slide wrapper */
.industry-slider .slick-slide > div {
    padding: 0 10px;
}

.industry-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #e8eaed;
    box-shadow: 0 2px 8px rgba(60,64,67,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    display: block;
    width: 100%;
}

.industry-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(60,64,67,0.2);
}

.industry-card-img {
    width: 100%;
    height: 220px;
    overflow: hidden;
}

.industry-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.industry-card:hover .industry-card-img img {
    transform: scale(1.05);
}

.industry-card-footer {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 16px;
    background: #fff;
    border-top: 1px solid #f1f3f4;
}

.industry-icon {
    font-size: 1.2rem;
    flex-shrink: 0;
}

.industry-name {
    font-size: 0.92rem;
    font-weight: 500;
    color: #202124;
    line-height: 1.3;
}

/* Industry slider navigation arrows */
.industry-prev,
.industry-next {
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: #fff;
    border: 1px solid #dadce0;
    border-radius: 50%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    z-index: 10;
    color: #1A73E8;
    font-size: 0.9rem;
    box-shadow: 0 2px 6px rgba(0,0,0,0.12);
    cursor: pointer;
    transition: all 0.2s ease;
}
.industry-prev:hover,
.industry-next:hover {
    background: #1A73E8;
    color: #fff;
    border-color: #1A73E8;
}
.industry-prev {
    left: -20px;
}
.industry-next {
    right: 0;
}
.industry-prev::before,
.industry-next::before {
    display: none;
}

/* Typewriter blinking cursor */
.typewriter-scroll::after {
    content: '|';
    display: inline-block;
    animation: blink-cursor 0.75s step-end infinite;
    color: #1A73E8;
    font-weight: 300;
}

.typewriter-scroll.typing-done::after {
    display: none;
}

@keyframes blink-cursor {
    0%, 100% { opacity: 1; }
    50% { opacity: 0; }
}

/* ------------------------------------------
   Interactive Masonry Gallery Section
   ------------------------------------------ */
.gallery-section {
    padding: 100px 0;
    background: #FFFFFF;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 300px; /* Base height for 1 row */
    gap: 20px;
    grid-auto-flow: dense;
}

@media (max-width: 1200px) {
    .gallery-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 991px) {
    .gallery-grid { 
        grid-template-columns: repeat(2, 1fr) !important; 
        grid-auto-rows: 250px !important;
    }
    .grid-col-2 { grid-column: span 1 !important; }
    .grid-row-2 { grid-row: span 1 !important; }
}
@media (max-width: 768px) {
    .gallery-grid { 
        display: flex !important;
        flex-direction: column !important;
        gap: 20px;
    }
    .gallery-item {
        width: 100% !important;
    }
    .grid-row-2, .grid-col-2 {
        grid-row: span 1 !important;
        grid-column: span 1 !important;
    }
}




.gallery-item {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    background: #000; /* Dark background revealed when image dims */
    box-shadow: var(--shadow-sm);
    transition: all 0.4s ease;
}

.gallery-item img, .gallery-item video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease, opacity 0.4s ease;
    opacity: 1;
    min-height: 250px; /* Prevent collapse if container has no height */
}

/* Grid Spanning Classes */
.grid-row-2 { grid-row: span 2; }
.grid-col-2 { grid-column: span 2; }

/* Overlay Information */
.gallery-info {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -40%);
    width: 90%;
    text-align: center;
    color: #FFFFFF;
    opacity: 0;
    pointer-events: none;
    transition: all 0.4s ease;
    z-index: 5;
}

.gallery-info h4 {
    color: #FFFFFF;
    font-weight: 700;
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
}

.gallery-info p {
    font-size: 1rem;
    opacity: 0.9;
}

/* Plus Trigger Button */
.plus-trigger {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 44px;
    height: 44px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: var(--shadow-md);
    z-index: 10;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    color: var(--google-blue);
    font-size: 1.5rem;
    border: none;
}

.plus-trigger:hover {
    transform: scale(1.1);
}

/* Active State Toggling */
.gallery-item.is-active img, .gallery-item.is-active video {
    opacity: 0.3;
    transform: scale(1.1);
}

.gallery-item.is-active .gallery-info {
    opacity: 1;
    transform: translate(-50%, -50%);
    pointer-events: auto;
}

.gallery-item.is-active .plus-trigger {
    transform: rotate(45deg); /* Plus to X */
    background: var(--google-red);
    color: #FFFFFF;
}

/* ------------------------------------------
   Marquee Logo Scroll
   ------------------------------------------ */
.marquee-section {
    padding: 60px 0;
    background: var(--bg-light);
    overflow: hidden;
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
}
.marquee-container {
    display: flex;
    width: 200%;
    animation: marquee 30s linear infinite;
}
.marquee-container:hover {
    animation-play-state: paused;
}
.marquee-logo {
    flex: 0 0 auto;
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
    filter: grayscale(100%);
    opacity: 0.6;
    transition: all 0.3s ease;
}
.marquee-logo:hover {
    filter: grayscale(0%);
    opacity: 1;
}
.marquee-logo img {
    max-height: 40px;
    width: auto;
}
@keyframes marquee {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

/* ------------------------------------------
   Split Scroll Section
   ------------------------------------------ */
.split-scroll-section {
    padding: 100px 0;
    background: #FFFFFF;
}
.sticky-content {
    position: sticky;
    top: 120px;
    z-index: 10;
}

@media (max-width: 991px) {
    .split-scroll-section .row {
        flex-direction: column !important;
    }
    .sticky-content {
        position: static !important;
        margin-bottom: 40px;
        width: 100% !important;
        z-index: 1;
        text-align: center;
    }
    .sticky-content .section-title {
        font-size: 28px !important;
        line-height: 1.2;
    }
    .scroll-card {
        text-align: center;
    }
}
.scroll-container {
    height: 600px;
    overflow-y: auto;
    padding-right: 20px;
    scrollbar-width: thin;
    scrollbar-color: var(--google-blue) transparent;
}

@media (max-width: 991px) {
    .scroll-container {
        height: auto;
        overflow-y: visible;
        padding-right: 0;
    }
}
.scroll-container::-webkit-scrollbar {
    width: 6px;
}
.scroll-container::-webkit-scrollbar-thumb {
    background: var(--google-blue);
    border-radius: 10px;
}
.scroll-card {
    background: #FFFFFF;
    border: 1px solid var(--border-color);
    border-radius: 20px;
    padding: 2rem;
    margin-bottom: 30px;
    transition: all 0.3s ease;
}
.scroll-card:hover {
    box-shadow: var(--shadow-md);
    border-color: var(--google-blue-light);
}
.scroll-card-img {
    width: 100%;
    object-fit: cover;
    border-radius: 12px;
    margin-bottom: 1.5rem;
}

/* ------------------------------------------
   Success Swiper Mobile Stability
   ------------------------------------------ */
@media (max-width: 991px) {
    .successSwiper {
        width: 100% !important;
        max-width: 100% !important;
        border-radius: 0 !important;
        margin: 0 !important;
    }
    .success-content-wrapper {
        padding: 15px !important;
        padding-top: 40px !important;
    }
    .success-slider-section .container, 
    .success-slider-section .container-fluid,
    section[style*="background-color: #e8f0fe"] .container,
    section[style*="background-color: #e8f0fe"] .container-fluid {
        padding-left: 0 !important;
        padding-right: 0 !important;
        max-width: 100% !important;
        width: 100% !important;
    }
    .success-slide .row, 
    .successSwiper .swiper-slide .row {
        border-radius: 0 !important;
        margin: 0 !important;
    }
    .success-quote, 
    .success-slide blockquote {
        font-size: 1.1rem;
        padding: 0 !important;
        width: 100% !important;
        max-width: 100%;
        margin: 0 !important;
    }
    
    .successSwiper .swiper-pagination.success-pagination {
        position: relative !important;
        margin-top: 40px !important;
        bottom: 0 !important;
        padding-bottom: 20px !important;
        display: flex;
        justify-content: center;
    }
    
    .successSwiper {
        height: auto !important;
        min-height: 500px;
    }

    .carousel-pagination-wrapper {
        margin-top: 60px !important;
    }
}
.bg-cta-section {
    position: relative;
    padding: 120px 0;
    background: url('https://googlemapservice.com/assets/img/news/n1.webp') no-repeat center center/cover;
    background-attachment: fixed;
    color: #FFFFFF;
    text-align: center;
}
.bg-cta-section::before {
    content: '';
    position: absolute;
    top:0; left:0; right:0; bottom:0;
    background: rgba(0,0,0,0.5);
    z-index: 1;
}

/* FAQ Toggle Button Style */
.btn-faq-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 28px;
    background-color: #e8f0fe;
    color: #1a73e8;
    border: 2px solid #1a73e8;
    border-radius: 50px;
    font-weight: 500;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.2s ease;
    text-decoration: none;
    line-height: 1;
}

.btn-faq-toggle:hover {
    background-color: #d2e3fc;
    box-shadow: 0 1px 3px rgba(60,64,67,0.3);
}

.btn-faq-toggle i {
    font-size: 0.85rem;
    margin-left: 10px;
    transition: transform 0.3s ease;
}

@media (max-width: 768px) {
    .btn-faq-toggle {
        width: auto;
        padding: 8px 20px;
        font-size: 0.9rem;
    }
}
.bg-cta-section .container {
    position: relative;
    z-index: 2;
}

.newsletter-section {
    padding: 60px 0;
    background: var(--bg-light);
    border-top: 1px solid var(--border-color);
}
.newsletter-form-container {
    max-width: 600px;
    margin: 0 auto;
    display: flex;
    gap: 10px;
}
.newsletter-input {
    flex: 1;
    padding: 12px 24px;
    border-radius: 30px;
    border: 1px solid var(--border-color);
    font-size: 1rem;
    outline: none;
    transition: all 0.3s ease;
}
.newsletter-input:focus {
    border-color: var(--google-blue);
    box-shadow: 0 0 0 4px var(--google-blue-light);
}
.newsletter-btn {
    padding: 12px 32px;
    border-radius: 30px;
    background: var(--google-blue);
    color: #FFFFFF;
    font-weight: 600;
    border: none;
    transition: all 0.3s ease;
}
.newsletter-btn:hover {
    background: var(--google-blue-dark);
    box-shadow: var(--shadow-md);
}

/* ------------------------------------------
   Pricing & Plans (Google Multi-Color Borders)
   ------------------------------------------ */
.pricing-card {
    position: relative;
    border: 4px solid transparent; /* Transparent border for gradient trick */
    background: linear-gradient(white, white) padding-box,
                linear-gradient(to right, #34A853 0%, #4285F4 25%, #4285F4 75%, #FBBC05 100%) border-box; 
    /* Left: Green | Top/Bottom Middle: Blue | Right: Orange */
    border-radius: 24px;
    padding: 3rem 2rem;
    height: 100%;
    transition: all 0.3s ease;
}

.pricing-card:hover {
    box-shadow: 0 15px 35px rgba(66, 133, 244, 0.15);
    transform: translateY(-8px);
}

/* Specific Plan Colors (Removing old fixed borders) */
.pricing-card.plan-monthly, 
.pricing-card.plan-quarterly, 
.pricing-card.plan-yearly { 
    border-color: transparent; 
}

.price-amount {
    font-size: 3rem;
    font-weight: 800;
    color: var(--text-primary);
}
.price-currency {
    font-size: 1.5rem;
    vertical-align: super;
}

.benefit-list {
    list-style: none;
    padding: 0;
    margin: 2rem 0;
}
.benefit-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 1rem;
    color: var(--text-secondary);
}
.benefit-list i { color: var(--google-green); }

/* Google Maps Mockup */
.map-mockup {
    background: #FFFFFF;
    border-radius: 12px;
    box-shadow: var(--shadow-md);
    overflow: hidden;
    border: 1px solid var(--border-color);
}
.map-header {
    background: #f8f9fa;
    padding: 15px;
    border-bottom: 1px solid var(--border-color);
}
.map-body { padding: 20px; }
.rating-stars { color: #fbbc04; margin-right: 5px; }

/* ------------------------------------------
   Checkout & Forms (Light Mode Refinement)
   ------------------------------------------ */
.checkout-section { 
    padding: 10px 0; 
    background: #ffffff; /* White Outer BG */
}

.checkout-main-card {
    background: #f1f3f4; /* Light Grey Inner BG */
    border: 1px solid #dadce0;
    border-radius: 24px;
    padding: 60px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.checkout-section .form-label { 
    font-weight: 600; 
    color: #202124; /* Dark contrast for labels */
    margin-bottom: 0.8rem; 
}

.checkout-section h1, .checkout-section p {
    color: #202124 !important;
}

.form-control-google {
    padding: 14px 20px;
    border-radius: 12px;
    border: 1px solid #dadce0;
    width: 100%;
    background: #ffffff; /* Light input background */
    color: #202124;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.form-control-google::placeholder {
    color: #80868b;
}

.form-control-google:focus {
    border-color: var(--google-blue);
    box-shadow: 0 0 0 4px rgba(26, 115, 232, 0.2);
    outline: none;
    background: #ffffff;
}

@media (max-width: 768px) {
    .checkout-main-card {
        padding: 30px 15px !important;
        border-radius: 16px;
    }
    .bg-google-blue-light {
        padding: 24px !important;
        margin-bottom: 20px;
    }
    .checkout-section {
        padding: 0;
    }
}


.iti { width: 100%; } /* intl-tel-input width */
.iti__country-list { background-color: #ffffff; color: #3c4043; border: 1px solid #dadce0; border-radius: 8px; box-shadow: 0 4px 12px rgba(0,0,0,0.1); }
.iti__country:hover { background-color: #f8f9fa; }

.bg-google-blue-light {
    background: rgba(26, 115, 232, 0.1) !important;
    border: 1px solid rgba(26, 115, 232, 0.2);
}

/* ------------------------------------------
   Payment Page
   ------------------------------------------ */
.payment-section { padding: 100px 0; }
.payment-img-left {
    width: 100%;
    border-radius: 20px;
    box-shadow: var(--shadow-md);
}
.payment-methods {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 2rem;
}
.btn-paypal {
    background: #0070ba;
    color: #FFFFFF;
    border-radius: 30px;
    padding: 14px;
    font-weight: 700;
}
.btn-credit-card {
    background: #2c2e2f;
    color: #FFFFFF;
    border-radius: 30px;
    padding: 14px;
    font-weight: 700;
}
.trust-badges img {
    height: 30px;
    margin-right: 15px;
    opacity: 0.8;
}

.border-danger {
    border-color: #dc3545 !important;
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25) !important;
}

.input-validation-wrapper {
    position: relative;
    width: 100%;
}

.validation-icon {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #dc3545;
    display: none;
    pointer-events: none;
    z-index: 5;
}

.border-danger + .validation-icon {
    display: block;
}

.error-msg-custom {
    display: none; /* Initially none */
    color: #dc3545;
    font-size: 0.875rem;
    font-weight: 600;
    margin-top: 0.5rem;
}

.is-invalid-field .error-msg-custom {
    display: inline-block; /* Show as inline-block on invalid */
}

/* ------------------------------------------
   Local Dominance Suite Section (Google Inspired)
   ------------------------------------------ */
.suite-section {
    background: #FFFFFF;
    padding: 120px 0;
    overflow: hidden;
}

.suite-title {
    font-family: var(--font-primary);
    font-size: 3.5rem;
    font-weight: 400;
    letter-spacing: -1.5px;
    margin-bottom: 1.5rem;
}

.suite-card {
    position: relative;
    border-radius: 32px; /* Extreme Rounding from Google Platform */
    padding: 2.5rem;
    height: 100%;
    background: #FFFFFF;
    border: 1px solid var(--border-color);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
    z-index: 1;
}

.suite-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: linear-gradient(135deg, rgba(26, 115, 232, 0.05) 0%, rgba(26, 115, 232, 0) 100%);
    z-index: -1;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.suite-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 40px 80px -20px rgba(60,64,67,0.15); /* Soft Elevation */
    border-color: rgba(26, 115, 232, 0.3);
}

.suite-card:hover::before {
    opacity: 1;
}

.suite-card-icon {
    width: 64px;
    height: 64px;
    background: var(--google-blue-light) !important;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2rem;
    color: var(--google-blue);
    font-size: 1.75rem;
    transition: all 0.3s ease;
}

.suite-card:hover .suite-card-icon {
    background: var(--google-blue) !important;
    color: #FFFFFF;
    transform: scale(1.1) rotate(-5deg);
}

.suite-card h3 {
    font-weight: 700;
    font-size: 1.5rem;
    margin-bottom: 1rem;
    letter-spacing: -0.5px;
}

/* Process Stepper (Google Business Profile Style) */
.process-stepper {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-top: 6rem;
}

.process-step {
    flex: 1;
    text-align: center;
    position: relative;
    padding: 0 1rem;
}

.process-number {
    width: 56px;
    height: 56px;
    background: #FFFFFF;
    border: 2px solid var(--border-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    font-weight: 800;
    font-size: 1.25rem;
    color: var(--text-secondary);
    transition: all 0.3s ease;
    z-index: 2;
    position: relative;
}

.process-step:nth-child(1) .process-number { border-color: var(--google-blue); color: var(--google-blue); box-shadow: 0 0 0 8px rgba(26, 115, 232, 0.05); }
.process-step:nth-child(2) .process-number { border-color: var(--google-green); color: var(--google-green); box-shadow: 0 0 0 8px rgba(24, 128, 56, 0.05); }
.process-step:nth-child(3) .process-number { border-color: var(--google-yellow); color: var(--google-yellow); box-shadow: 0 0 0 8px rgba(251, 188, 4, 0.05); }

.process-step:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 28px;
    left: 50%;
    width: 100%;
    height: 2px;
    background: var(--border-color);
    z-index: 1;
    border-top: 2px dashed var(--border-color);
}

.suite-visual-mockup {
    margin-top: 6rem;
    border-radius: 32px;
    box-shadow: 0 50px 100px -20px rgba(50,50,93,0.25), 0 30px 60px -30px rgba(0,0,0,0.3);
    border: 12px solid #FFFFFF;
    overflow: hidden;
    background: #FFFFFF;
}

@media (max-width: 991px) {
    .suite-title { font-size: 2.2rem; }
    .process-stepper { flex-direction: column; gap: 4rem; }
    .process-step:not(:last-child)::after { display: none; }
    .suite-card { text-align: center; }
    .suite-card-icon { margin-left: auto; margin-right: auto; }
}
@media (max-width: 768px) {
    .suite-title { font-size: 1.8rem; }
    .suite-card h3 { font-size: 1.25rem; }
}

/* ------------------------------------------
   Discovery Section (Google Maps Features)
   ------------------------------------------ */
.discovery-section {
    padding: 100px 0;
    background: var(--bg-light);
    border-top: 1px solid var(--border-color);
}

/* Sub-Navigation Bar */
.discovery-nav {
    display: flex;
    gap: 0;
    border-bottom: 2px solid var(--border-color);
    margin-bottom: 64px;
    overflow-x: auto;
    scrollbar-width: none; /* Hide scrollbar for clean look */
    -ms-overflow-style: none;
}
.discovery-nav::-webkit-scrollbar {
    display: none;
}
.discovery-nav-btn {
    white-space: nowrap;
}

.discovery-nav-btn {
    position: relative;
    background: transparent;
    border: none;
    padding: 16px 36px;
    font-size: 1.05rem;
    font-weight: 600;
    color: var(--text-secondary);
    cursor: pointer;
    transition: color 0.3s ease;
    letter-spacing: 0.1px;
    font-family: var(--font-primary);
}

.discovery-nav-btn::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 3px;
    background: var(--google-blue);
    border-radius: 3px 3px 0 0;
    transform: scaleX(0);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.discovery-nav-btn:hover {
    color: var(--text-primary);
}

.discovery-nav-btn.active {
    color: var(--google-blue);
}

.discovery-nav-btn.active::after {
    transform: scaleX(1);
}

/* Content Panels */
.discovery-panel {
    display: none;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.discovery-panel.active {
    display: flex;
    animation: discoveryFadeIn 0.45s ease forwards;
}

@keyframes discoveryFadeIn {
    from { opacity: 0; transform: translateY(12px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Video Container (Left) */
.discovery-video-wrap {
    position: relative;
    width: 100%;
    border-radius: 28px;
    overflow: hidden;
    background: #000;
    box-shadow: 0 30px 60px -12px rgba(50,50,93,0.2), 0 18px 36px -18px rgba(0,0,0,0.25);
    aspect-ratio: 1 / 1;
    max-width: 480px;
    margin: 0 auto;
}

.discovery-video-wrap video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Right Content List */
.discovery-content-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.discovery-content-item {
    padding: 24px 28px;
    border-left: 3px solid transparent;
    border-radius: 0 16px 16px 0;
    cursor: pointer;
    transition: all 0.3s ease;
    background: transparent;
    margin-bottom: 8px;
}

.discovery-content-item:hover {
    background: rgba(26, 115, 232, 0.04);
}

.discovery-content-item.active {
    border-left-color: var(--google-blue);
    background: #FFFFFF;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
}

.discovery-content-item h3 {
    font-size: 20px;
    font-weight: 500;
    color: #202124;
    margin-bottom: 0;
    transition: all 0.3s ease;
    letter-spacing: normal;
}

.discovery-content-item.active h3 {
    color: #202124;
    font-size: 32px;
    font-weight: 400;
    letter-spacing: -0.025em;
}

.discovery-content-item .item-body {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.45s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease, margin 0.3s ease;
}

.discovery-content-item.active .item-body {
    max-height: 200px;
    opacity: 1;
    margin-top: 12px;
}

.discovery-content-item .item-body p {
    font-size: 1rem;
    color: var(--text-secondary);
    line-height: 1.7;
    margin: 0;
}

/* Sub-video inside each content item (small preview) */
.discovery-content-item .item-video-mini {
    display: none;
}

@media (max-width: 991px) {
    .discovery-nav {
        justify-content: center;
        overflow-x: auto;
    }
    .discovery-nav-btn {
        padding: 12px 20px;
        font-size: 0.95rem;
    }
    .discovery-panel.active {
        flex-direction: column;
    }
    .discovery-video-wrap {
        max-width: 100%;
        aspect-ratio: 16/10;
        border-radius: 20px;
        margin-bottom: 32px;
    }
}

/* Feature Grid Cards (Google Style) */
.google-feature-card {
    border: 1px solid var(--border-color);
    box-shadow: 0 1px 2px rgba(60,64,67,0.1), 0 1px 3px rgba(60,64,67,0.15);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    cursor: default;
}
.google-feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(60,64,67,0.1), 0 6px 6px rgba(60,64,67,0.15);
    border-color: transparent !important;
}
.google-feature-card .icon-wrap {
    color: var(--google-blue);
}

.swiper-initialized{
	height: 400px;
}

 
.fade-up{
opacity:0;
transform:translateY(40px);
transition:all 0.8s ease;
}

.fade-up.show{
opacity:1;
transform:translateY(0);
padding-top:10px;
}

.footer{
    font-size: 16px;
    background-color:#f8f9fa;
    padding:30px 80px;
    color:#555;
}

@media (max-width: 768px) {
    .footer { padding: 55px 20px; }
    .footer-bottom { 
        flex-direction: column; 
        align-items: flex-start !important; 
        gap: 20px; 
    }
    .footer-links {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }
    .footer-links a { margin-right: 10px; padding-left: 0; }
    .follow { flex-direction: column; align-items: flex-start; gap: 10px; }
}

.footer-links a{
   padding-left: 20px;
}

/* Follow section */
.follow{
    display:flex;
    align-items:center;
    gap:20px;
    font-size:16px;
}

.footer-links{
	font-size: 16px;
}

.social-icons span{
    margin-right:15px;
    cursor:pointer;
    font-size:18px;
}

/* Divider */
.divider{
    border-top:1px solid #ddd;
    margin:20px 0;
}

/* Bottom footer */
.footer-bottom{
    display:flex;
    justify-content:space-between;
    align-items:center;
    font-size:14px;
}

.footer-links a{
    margin-right:20px;
    text-decoration:none;
    color:#555;
}

.footer-links a:hover{
    text-decoration:underline;
}

.right-section{
    display:flex;
    align-items:center;
    gap:20px;
}

.language{
    display:flex;
    align-items:center;
    gap:5px;
}


.social-icons a{
    margin-right:18px;
    font-size:20px;
    color:#333;
    text-decoration:none;
}

.social-icons a:hover{
    color:#000;
}

.faq-question:hover {
    background-color: #f1f3f4 !important;
}

/* =====================================================
   SUBSCRIPTION FORM SECTION (GOOGLE STYLE)
   ===================================================== */
:root {
    --google-blue: #1a73e8;
    --google-gray: #5f6368;
}

.subscription-section {
    padding: 100px 0;
    background-color: #fff;
    border-top: 1px solid #f1f3f4;
}

.follow-us-text {
    font-size: 1.1rem;
    color: #5f6368;
    margin-right: 20px;
}

.social-icons-wrap a {
    color: #5f6368;
    font-size: 1.1rem;
    margin-right: 20px;
    transition: color 0.3s;
    text-decoration: none;
}

.social-icons-wrap a:hover {
    color: var(--google-blue);
}

.sub-form-title {
    font-size: 2.25rem;
    font-weight: 500;
    color: #202124;
    margin-bottom: 8px;
    font-family: 'Google Sans', 'Outfit', sans-serif;
}

.sub-form-subtitle {
    font-size: 1.1rem;
    color: #5f6368;
    margin-bottom: 45px;
}

.custom-form-control {
    border: 1px solid #dadce0;
    border-radius: 8px;
    padding: 12px 16px;
    height: 56px;
    font-size: 1rem;
    background-color: #ffffff;
    transition: border-color 0.2s, box-shadow 0.2s;
    color: #202124;
}

.custom-form-control:focus {
    border-color: var(--google-blue);
    box-shadow: none;
    outline: none;
}

.custom-form-control::placeholder {
    color: #70757a;
}

.select-wrapper {
    position: relative;
    margin-top: 5px;
}

.select-label {
    position: absolute;
    top: -10px;
    left: 12px;
    background: #fff;
    padding: 0 6px;
    font-size: 0.8rem;
    color: var(--google-blue);
    z-index: 2;
    font-weight: 500;
}

.custom-select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%235f6368' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 16px;
}

.form-check-input {
    width: 1.25rem;
    height: 1.25rem;
    margin-top: 0.15em;
    border: 2px solid #dadce0;
    cursor: pointer;
}

.form-check-input:checked {
    background-color: var(--google-blue);
    border-color: var(--google-blue);
}

.consent-text {
    font-size: 0.95rem;
    color: #3c4043;
    padding-left: 8px;
    cursor: pointer;
}

.btn-subscribe {
    background-color: var(--google-blue);
    color: #ffffff;
    font-weight: 500;
    font-size: 1.1rem;
    padding: 14px 45px;
    border-radius: 30px;
    border: none;
    transition: background-color 0.2s, transform 0.2s;
    box-shadow: 0 1px 2px 0 rgba(60,64,67,0.3), 0 1px 3px 1px rgba(60,64,67,0.15);
}

.btn-subscribe:hover {
    background-color: #1a65cc;
    transform: translateY(-1px);
    box-shadow: 0 1px 3px 0 rgba(60,64,67,0.3), 0 4px 8px 3px rgba(60,64,67,0.15);
    color: #fff;
}

@media (max-width: 991px) {
    .sub-form-title {
        font-size: 1.75rem;
        text-align: center;
    }
    .sub-form-subtitle {
        text-align: center;
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
    }
    .subscription-section {
        text-align: center;
    }
    .btn-subscribe {
        width: 100%;
        max-width: 320px;
    }
    .form-check {
        display: inline-flex;
        text-align: left;
        align-items: flex-start;
        justify-content: center;
    }
}

/* ------------------------------------------
   Google Blog Style (Ads & Commerce)
   ------------------------------------------ */
.blog-page {
    background-color: #FFFFFF;
}

.blog-container {
    max-width: 1280px;
    margin: 100px auto;
    padding: 60px 20px;
}

.blog-header {
    margin-bottom: 60px;
}

.blog-header h1 {
    font-size: 3.5rem;
    font-weight: 400;
    color: var(--text-primary);
    margin-bottom: 20px;
}

.blog-eyebrow {
    color: var(--google-blue);
    font-weight: 500;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 12px;
    display: block;
}

/* Featured Post */
.blog-featured-card {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 40px;
    margin-bottom: 80px;
    align-items: center;
    text-decoration: none;
    transition: transform 0.3s ease;
}

.blog-featured-card:hover .blog-featured-title {
    color: var(--google-blue);
    text-decoration: underline;
}

.blog-featured-img {
    width: 100%;
    object-fit: cover;
    border-radius: 24px;
    background-color: #f1f3f4;
}

.blog-featured-title {
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 1.2;
    color: var(--text-primary);
    margin-bottom: 16px;
}

.blog-featured-excerpt {
    font-size: 1.15rem;
    color: var(--text-secondary);
    line-height: 1.6;
}

/* Top Stories - Text Top, Image Bottom */
.top-stories-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-bottom: 100px;
}

.top-story-card {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    border: 1px solid #dadce0;
    border-radius: 8px;
    padding: 24px;
    transition: all .3s;
}

.top-story-card:hover {
    box-shadow: 0 4px 12px rgba(60,64,67,0.15);
}

.top-story-card .blog-eyebrow {
    margin-bottom: 16px;
    font-family: 'Google Sans' !important;
    font-style: normal !important;
    font-weight: 400 !important;
}

.top-story-card .story-content {
    font-size: 1.05rem;
    font-weight: 500;
    color: var(--text-primary);
    line-height: 1.4;
    margin-bottom: 24px;
    height: 70px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-clamp: 2;
}

.top-story-card .story-img {
    width: 100%;
    aspect-ratio: 16/10;
    object-fit: cover;
    border-radius: 20px;
}

/* Latest Grid - Split Content */
.latest-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.latest-card {
    display: flex;
    flex-direction: column;
    padding: 20px;
    border: 1px solid #dadce0;
    border-radius: 8px;
    text-decoration: none;
    transition: all .3s;
}

.latest-card:hover {
    box-shadow: 0 4px 12px rgba(60,64,67,0.15);
}

.latest-card-header {
    font-size: 14px !important;
    color: #202124 !important;
    margin-bottom: 15px;
    font-family: 'Google Sans' !important;
    font-style: normal !important;
    font-weight: 400 !important;
    text-transform: uppercase !important;
}

.latest-card-header b {
    color: #0D6EFD !important;
    margin-left: 5px;
    font-family: 'Google Sans' !important;
    font-weight: 400 !important;
}

.latest-card-body {
    display: grid;
    grid-template-columns: 1fr 100px;
    gap: 20px;
    align-items: start;
}

.latest-card-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    color: var(--text-primary);
}

.latest-card-img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 12px;
}

.btn-load-more {
    display: block;
    width: fit-content;
    margin: 60px auto 0;
    padding: 12px 32px;
    border: 1px solid var(--border-color);
    border-radius: 30px;
    font-weight: 500;
    color: var(--text-primary);
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-load-more:hover {
    background-color: #f8f9fa;
    border-color: #dadce0;
}

@media (max-width: 1100px) {
    .latest-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 991px) {
    .blog-featured-card {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .blog-featured-title { font-size: 1.8rem; }
    .top-stories-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
    .top-stories-grid { grid-template-columns: 1fr; }
    .latest-grid { grid-template-columns: 1fr; }
    .blog-header h1 { font-size: 2.5rem; }
}

/* ------------------------------------------
   Success Stories Slider (Google Style)
   ------------------------------------------ */
.success-slider-section {
    background-color: #e8f0fe !important;
}

.successSwiper {
    max-width: 1320px;
    height: 717px !important;
    background: #fff;
    border-radius: 20px !important;
    overflow: hidden;
    box-shadow: none !important; /* Removed shadow to match the clean design */
}

/* Pagination specific placement */
.successSwiper .swiper-pagination {
    bottom: 0px !important;
    left: 0 !important;
    width: 100% !important;
    display: flex;
    justify-content: center;
    padding-bottom: 24px;
    z-index: 10;
}

.successSwiper .swiper-pagination-bullet {
    width: 6px !important;
    height: 6px !important;
    background: #5f6368 !important;
    opacity: 0.4 !important;
    margin: 0 6px !important;
}

.successSwiper .swiper-pagination-bullet-active {
    background: #1a73e8 !important;
    opacity: 1 !important;
}

@media (min-width: 768px) {
.success-content-wrapper {
    padding: 60px 80px !important;
}
}
/* Typography & Spacing */
.success-content-wrapper {
    height: 100%;
}

.success-quote {
    font-size: 28px !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    color: #202124 !important;
    margin-bottom: 24px !important;
    font-family: 'Google Sans', Arial, sans-serif !important;
}

.success-author {
    font-size: 15px !important;
    color: #555555 !important;
    font-weight: 500 !important;
    line-height: 1.6 !important;
    margin-top: 24px !important;
    margin-bottom: 0px !important;
    font-family: 'Google Sans', Arial, sans-serif !important;
}

.success-city {
    font-size: 15px !important;
    color: #5f6368 !important;
    font-weight: 400 !important;
    line-height: 1.6 !important;
    margin-top: 4px !important;
    margin-bottom: 0px !important;
    font-family: 'Google Sans', Arial, sans-serif !important;
}

.btn-success-story {
    background: #1a73e8 !important;
    color: #fff !important;
    border-radius: 500px !important;
    padding: 10px 24px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    border: none !important;
    margin-top: 40px !important;
    display: inline-block;
    text-decoration: none;
    transition: background 0.3s ease;
}

.btn-success-story:hover {
    background: #1557b0 !important;
    color: #fff !important;
}


@media (max-width: 576px) {
    .success-quote {
	margin-bottom:2px !important;
     }

   .success-author{
	margin-top:2px !important;
  }
}



@media (max-width: 991px) {
    .successSwiper,
    .successSwiper .swiper-slide,
    .successSwiper .swiper-slide .row,
    #successCarousel .row,
    .success-slider-section .row {
        height: auto !important;
    }
    .success-content-wrapper {
        height: auto !important;
        padding: 40px 20px 10px 20px !important;
    }
    .successSwiper .col-lg-6:not(.success-content-wrapper),
    #successCarousel .col-lg-6 .h-100 {
        height: 300px !important;
        min-height: 300px !important;
    }
    .success-quote {
        font-size: 20px !important;
    }
    .success-author, .success-city {
        font-size: 13px !important;
    }
}
@media (max-width: 576px) {
    .success-quote {
        font-size: 18px !important;
    }
}

/* Sticky Mobile CTA Bar */
.sticky-bottom-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(10px);
    box-shadow: 0 -10px 30px rgba(0,0,0,0.12);
    z-index: 2000; /* Extremely high to avoid any coverage */
    padding: 10px 8px;
    border-top: 1px solid #e8eaed;
    display: flex;
    justify-content: center;
    visibility: hidden;
    opacity: 0;
    transform: translateY(100%);
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
}

.sticky-bottom-bar.show-sticky {
    visibility: visible !important;
    opacity: 1 !important;
    transform: translateY(0);
}

.sticky-bottom-bar .container, 
.sticky-bottom-bar .container-fluid {
    display: flex !important;
    gap: 12px !important;
    width: 100%;
    max-width: 500px; /* Capped for desktop aesthetics */
    padding: 0 8px;
}

.sticky-bottom-bar .btn-google {
    padding: 8px 4px !important; /* Reduced padding */
    font-size: 12px !important; /* Slightly smaller font */
    flex: 1;
    text-align: center;
    white-space: normal; /* Allow wrapping to prevent overflow */
    word-break: break-word;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.2;
    height: auto; /* Allow height to adjust */
    min-height: 48px; /* Consistent minimum height */
}

/* Hide on desktop, only applicable for lower screen width */
@media (min-width: 992px) {
    .sticky-bottom-bar {
        display: none !important;
    }
}

@media (max-width: 450px) {
    .sticky-bottom-bar .container-fluid {
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        gap: 8px !important;
    }
    .sticky-bottom-bar .btn-google {
        width: 50% !important;
        min-height: 44px !important;
        font-size: 14px !important;
    }
}


@media (max-width: 991px) {
    body {
        padding-bottom: 70px !important; /* Adjusted for new bar height */
    }
}

@media (max-width: 450px) {
    #heroButtons {
        flex-direction: column !important;
        width: 100% !important;
        padding: 0 10px !important;
    }
    #heroButtons a, #heroButtons div {
        width: 100% !important;
    }
}



#mainNav{
width: 100%;
}


.discovery-panel{
    /* Width removed to allow Bootstrap row behavior */
}

        #right_responsive {
            width: 40%;
        }

        @media (max-width: 991px) {
            #right_responsive {
                width: 90%;
            }
        }

        /* Google-style Profile Dropdown */
        .google-profile-dropdown {
            width: 360px;
            background-color: #eef3f7 !important;
            border-radius: 28px !important;
            padding: 0 !important;
            overflow: hidden;
            right: 15px !important;
            border: none !important;
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
        }

        .dropdown-header-google {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 12px 16px;
        }

        .user-email-top {
            flex-grow: 1;
            text-align: center;
            font-size: 14px;
            color: #1f1f1f;
            font-weight: 500;
        }

        .btn-close-google {
            background: transparent;
            border: none;
            font-size: 20px;
            color: #444746;
            padding: 0 8px;
            cursor: pointer;
        }

        .avatar-large-wrapper {
            width: 100%;
            display: flex;
            justify-content: center;
        }

        .avatar-large {
            width: 90px;
            height: 90px;
            border-radius: 50%;
            object-fit: cover;
        }

        .user-greeting {
            font-size: 22px;
            color: #1f1f1f;
            font-weight: 500;
        }

        .btn-manage-account {
            display: inline-block;
            padding: 10px 24px;
            border: 1px solid #747775;
            border-radius: 50px;
            color: #0b57d0;
            text-decoration: none;
            font-size: 14px;
            font-weight: 500;
            transition: background 0.2s;
        }

        .btn-manage-account:hover {
            background-color: rgba(11, 87, 208, 0.05);
            color: #0b57d0;
        }

        .dropdown-footer-google {
            margin-top: 10px;
        }

        .footer-card {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            background: #ffffff;
            height: 80px;
            border-radius: 24px;
            text-decoration: none;
            color: #1f1f1f;
            transition: all 0.2s;
            border: 1px solid transparent;
        }

        .footer-card:hover {
            background: #f8faff;
            color: #1f1f1f;
            border-color: #d1d9e0;
            box-shadow: 0 1px 2px 0 rgba(60,64,67,0.3), 0 1px 3px 1px rgba(60,64,67,0.15);
        }

        .footer-card .icon {
            font-size: 20px;
            margin-bottom: 8px;
            color: #444746;
        }

        .footer-card span {
            font-size: 12px;
            font-weight: 500;
        }

        @media (max-width: 576px) {
            .google-profile-dropdown {
                width: 90vw !important;
                max-width: 360px !important;
                right: 0 !important;
                left: auto !important;
                position: absolute !important;
            }
        }






/* Global Avatar Interactivity */
#userAvatarPlaceholder, #userAvatarImg { cursor: pointer; transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1); }
#userAvatarPlaceholder:hover, #userAvatarImg:hover { transform: scale(1.05); filter: brightness(1.1); box-shadow: 0 0 0 4px rgba(26, 115, 232, 0.15) !important; }

/* Custom Google Pill Button */
.btn-google-pill { display: inline-flex; align-items: center; background-color: #e8f0fe; color: #1a73e8 !important; padding: 10px 24px; border-radius: 50px; font-weight: 500; text-decoration: none; transition: background-color 0.2s; border: none; gap: 12px; font-family: 'Google Sans', Roboto, Arial, sans-serif; }
.btn-google-pill:hover { background-color: #d2e3fc; text-decoration: none; }
.btn-google-pill svg { width: 22px; height: 22px; }
.btn-google-pill .chevron-circle { display: inline-flex; align-items: center; justify-content: center; width: 18px; height: 18px; background-color: rgba(60, 64, 67, 0.15); border-radius: 50%; font-size: 8px; color: #5f6368; margin-left: 4px; }


/* Moved from index.php */
/* Force side-by-side layout for 1000px and above */
@media (min-width: 1000px) {
    .hero-section .row {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        align-items: flex-start !important;
    }
    .hero-col {
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }
    .hero-col-text {
        text-align: left !important;
        padding-right: 40px !important;
    }
    .hero-col-video {
        display: flex !important;
        justify-content: flex-end !important;
    }
    .hero-col-video .collage-video-wrapper {
        top: 0 !important;
    }
}

.hero-animation-container {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: -1;
}
.orbit-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 680px;
    height: 680px;
    margin-left: -340px;
    margin-top: -340px;
}
.orbit-rotator {
    width: 100%;
    height: 100%;
    animation: spinOrbit 12s linear infinite;
    position: relative;
}
.orbit-img {
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 15px 35px rgba(0,0,0,0.3);
    border: 4px solid #fff;
    animation: counterSpin 12s linear infinite;
}
.img-c1 {
    top: -50px;
    left: 50%;
    margin-left: -50px;
}
.img-c2 {
    bottom: -50px;
    left: 50%;
    margin-left: -50px;
}
@keyframes spinOrbit {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
@keyframes counterSpin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(-360deg); }
}

/* Added from footer.php */
.iti { width: 100%; }
.iti__selected-flag { width: 120px !important; padding: 0 10px !important; justify-content: center !important; }
.iti__country-list { width: 120px !important; overflow-x: hidden !important; }
.iti__country-name { display: none !important; }

/* Chatbot Styles */


    /* ── Widget container ── */
    .ai-chatbot-widget {
        position: fixed;
        bottom: 100px;
        left: 30px; /* ← bottom-left */
        z-index: 1040;
    }

    /* ── Toggle button ── */
    .chatbot-toggle {
        width: 65px;
        height: 65px;
        border-radius: 50%;
        background: #fff;
        border: none;
        box-shadow: 0 4px 18px rgba(66, 133, 244, 0.35), 0 2px 8px rgba(234, 67, 53, 0.2);
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        padding: 14px;
    }
    .chatbot-toggle:hover {
        transform: scale(1.12) rotate(8deg);
        box-shadow: 0 8px 28px rgba(66, 133, 244, 0.45), 0 4px 14px rgba(234, 67, 53, 0.3), 0 4px 14px rgba(52, 168, 83, 0.25);
    }
    .ai-chatbot-widget.active .chatbot-toggle {
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transform: scale(0) rotate(-45deg);
    }

    /* ── Chatbot Label ── */
    .chatbot-label-text {
        position: absolute;
        left: 80px;
        top: 50%;
        transform: translateY(-50%);
        background: #fff;
        padding: 8px 16px;
        border-radius: 20px;
        box-shadow: 0 4px 15px rgba(0,0,0,0.1);
        white-space: nowrap;
        font-size: 14px;
        font-weight: 500;
        color: #1a73e8;
        transition: all 0.3s ease;
        pointer-events: none;
        border: 1px solid #e8f0fe;
    }
    .ai-chatbot-widget.active .chatbot-label-text {
        opacity: 0;
        visibility: hidden;
        transform: translateY(-50%) translateX(-20px);
    }

    /* ── Chat window – opens upward from the left ── */
    .chat-window {
        position: absolute;
        bottom: 85px;
        left: 0;             /* ← aligned to left edge of widget */
        width: 380px;
        max-width: 90vw;
        height: 600px;
        max-height: 75vh;
        background: rgba(255, 255, 255, 0.98);
        backdrop-filter: blur(20px);
        border: 1px solid rgba(255, 255, 255, 0.3);
        border-radius: 28px;
        box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
        display: flex;
        flex-direction: column;
        overflow: hidden;
        opacity: 0;
        visibility: hidden;
        transform: translateY(30px) scale(0.95);
        transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    }
    .ai-chatbot-widget.active .chat-window {
        opacity: 1;
        visibility: visible;
        transform: translateY(0) scale(1);
    }

    /* ── Header ── */
    .chat-header {
        background: linear-gradient(to right, #1a73e8, #4285f4);
        color: #fff;
        padding: 20px;
        display: flex;
        align-items: center;
        gap: 12px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        flex-shrink: 0;
    }
    .chat-header .ai-avatar {
        width: 40px;
        height: 40px;
        background: #fff;
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 5px;
        box-shadow: 0 4px 10px rgba(0,0,0,0.1);
        flex-shrink: 0;
    }
    .chat-header .ai-avatar img { width: 100%; height: auto; }
    .chat-header .status-info h3 { margin: 0; font-size: 16px; font-weight: 600; }
    .chat-header .status-tag {
        font-size: 10px;
        opacity: 0.9;
        display: flex;
        align-items: center;
        gap: 4px;
    }
    .chat-header .status-dot {
        width: 8px;
        height: 8px;
        background: #34a853;
        border-radius: 50%;
        box-shadow: 0 0 0 2px rgba(52, 168, 83, 0.3);
        animation: chatPulse 2s infinite;
    }
    @keyframes chatPulse {
        0%, 100% { transform: scale(1); opacity: 1; }
        50%       { transform: scale(1.25); opacity: 0.65; }
    }
    .btn-close-chat { transition: transform 0.2s; }
    .btn-close-chat:hover { transform: rotate(90deg); }

    /* ── Messages area ── */
    .chat-messages {
        flex: 1;
        padding: 20px;
        overflow-y: auto;
        display: flex;
        flex-direction: column;
        gap: 12px;
        background: #fcfdfe;
        scroll-behavior: smooth;
    }
    .chat-msg {
        max-width: 85%;
        padding: 12px 16px;
        border-radius: 18px;
        font-size: 14px;
        line-height: 1.55;
        animation: msgSlideIn 0.28s ease-out forwards;
    }
    @keyframes msgSlideIn {
        from { opacity: 0; transform: translateY(10px); }
        to   { opacity: 1; transform: translateY(0); }
    }
    .chat-msg.ai {
        background: #fff;
        color: #202124;
        align-self: flex-start;
        border-bottom-left-radius: 4px;
        box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    }
    .chat-msg.user {
        background: #1a73e8;
        color: #fff;
        align-self: flex-end;
        border-bottom-right-radius: 4px;
        box-shadow: 0 4px 12px rgba(26, 115, 232, 0.25);
    }

    /* ── Suggestion chips ── */
    .suggestion-chips-home {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        padding: 10px 20px;
        background: #fcfdfe;
        flex-shrink: 0;
    }
    .chip-home {
        padding: 8px 14px;
        background: #fff;
        border: 1px solid #dadce0;
        border-radius: 50px;
        font-size: 12px;
        color: #1a73e8;
        cursor: pointer;
        transition: all 0.2s;
        font-weight: 500;
    }
    .chip-home:hover { background: #e8f0fe; border-color: #1a73e8; }

    /* ── Thinking indicator ── */
    .thinking-text-home {
        font-size: 12px;
        color: #70757a;
        padding: 5px 20px 10px;
        font-style: italic;
        display: none;
        flex-shrink: 0;
    }

    /* ── Gemini-style Input area ── */
    .chat-input-area-home {
        padding: 10px 14px 14px;
        background: #fff;
        border-top: 1px solid #f1f3f4;
        flex-shrink: 0;
    }
    .gemini-bar-home {
        position: relative;
        border-radius: 50px;
        padding: 2px;
        background: linear-gradient(135deg, #4285F4 0%, #EA4335 30%, #FBBC04 60%, #34A853 85%, #4285F4 100%);
        box-shadow:
            0 4px 20px rgba(66,133,244,0.35),
            0 -2px 14px rgba(234,67,53,0.25),
            0 2px 14px rgba(52,168,83,0.25);
        animation: geminiPulseHome 4s ease-in-out infinite;
    }
    @keyframes geminiPulseHome {
        0%,100% { box-shadow: 0 4px 22px rgba(66,133,244,0.45), 0 -2px 14px rgba(234,67,53,0.25), 0 2px 14px rgba(52,168,83,0.25); }
        33%     { box-shadow: 0 4px 22px rgba(234,67,53,0.45), 0 -2px 14px rgba(251,188,4,0.25),  0 2px 14px rgba(66,133,244,0.25); }
        66%     { box-shadow: 0 4px 22px rgba(52,168,83,0.45),  0 -2px 14px rgba(66,133,244,0.25), 0 2px 14px rgba(251,188,4,0.25); }
    }
    .gemini-bar-inner-home {
        display: flex;
        align-items: center;
        gap: 10px;
        background: #fff;
        border-radius: 48px;
        padding: 10px 14px;
    }
    .gemini-bar-inner-home input {
        flex: 1;
        border: none;
        outline: none;
        font-size: 14px;
        color: #202124;
        background: transparent;
    }
    .gemini-bar-inner-home input::placeholder { color: #70757a; }
    .send-btn-home {
        width: 34px;
        height: 34px;
        border-radius: 50%;
        background: #1a73e8;
        color: #fff;
        border: none;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: transform 0.2s, background 0.2s;
        flex-shrink: 0;
        font-size: 13px;
    }
    .send-btn-home:hover { transform: scale(1.1); }
    .send-btn-home:disabled { background: #9ab8f5; cursor: not-allowed; transform: none; }

    /* ── Responsive ── */
    @media (max-width: 520px) {
        .ai-chatbot-widget { bottom: 80px; left: 16px; }
        .chat-window {
            width: calc(100vw - 32px);
            height: 72vh;
            left: 0;
            border-radius: 20px;
        }
    }


/* Added for preserving gallery-info styles */
.gallery-info h3 { color: #FFFFFF; font-weight: 700; font-size: 1.5rem; margin-bottom: 0.5rem; }


/* Plans Styles */

            .pricing-card-modern {
                font-family: 'Outfit', sans-serif;
                border-radius: 24px;
                position: relative;
                border: 2px solid #1a73e8;
                background: transparent;
                height: 100%;
                display: flex;
                flex-direction: column;
                margin-top: 20px;
                transition: all 0.3s ease;
                cursor: pointer;
                overflow: hidden;
                padding: 2px;
            }
            /* Active state (Selected) - applies to both Desktop and Mobile */
            .pricing-card-modern.selected {
                border: 2px solid transparent;
                background-image: linear-gradient(white, white), linear-gradient(135deg, #4285F4, #EA4335, #FBBC04, #34A853);
                background-origin: border-box;
                background-clip: content-box, border-box;
                background-color: #fff;
                box-shadow: 0 10px 30px rgba(66, 133, 244, 0.15);
            }
            
            /* Hover state - Desktop only */
            @media (min-width: 992px) {
                .pricing-card-modern:hover {
                    border: 2px solid transparent;
                    background-image: linear-gradient(white, white), linear-gradient(135deg, #4285F4, #EA4335, #FBBC04, #34A853);
                    background-origin: border-box;
                    background-clip: content-box, border-box;
                    background-color: #fff;
                    box-shadow: 0 10px 30px rgba(66, 133, 244, 0.15);
                }
            }
            
            /* Reset selected state if another card is being hovered (Desktop only) */
            @media (min-width: 992px) {
                .pricing-container-hovered .pricing-card-modern.selected:not(:hover) {
                    border: 2px solid #1a73e8;
                    background-image: none;
                    background-color: transparent;
                    padding: 2px;
                    box-shadow: none;
                }
            }
            .pricing-card-inner {
                background: transparent;
                border-radius: 22px;
                height: 100%;
                display: flex;
                flex-direction: column;
                padding: 32px 24px;
                transition: background 0.3s ease;
            }
            .pricing-card-modern.selected .pricing-card-inner {
                background: #fff;
            }
            
            @media (min-width: 992px) {
                .pricing-card-modern:hover .pricing-card-inner {
                    background: #fff;
                }
                /* Reset inner background when another card is hovered */
                .pricing-container-hovered .pricing-card-modern.selected:not(:hover) .pricing-card-inner {
                    background: transparent;
                }
            }
            .recommended-label {
                color: #1a73e8;
                font-weight: 500;
                font-size: 16px;
                text-align: center;
                margin-bottom: 8px;
            }
            .plan-name-centered {
                text-align: center;
                font-size: 22px;
                color: #3c4043;
                margin-bottom: 24px;
                font-weight: 400;
            }
            .plan-price-block {
                text-align: center;
                margin-bottom: 20px;
                min-height: 120px;
                display: flex;
                flex-direction: column;
                justify-content: center;
            }
            .price-row {
                display: flex;
                align-items: center;
                justify-content: center;
                gap: 12px;
                margin-bottom: 4px;
            }
            .original-price {
                text-decoration: line-through;
                color: #70757a;
                font-size: 32px;
                font-weight: 400;
            }
            .plan-price {
                font-size: 40px;
                font-weight: 400;
                color: #202124;
                line-height: 1.2;
            }
            .plan-period-small {
                font-size: 18px;
                color: #5f6368;
                margin-top: 4px;
                font-weight: 400;
            }
            .offer-text {
                font-size: 20px;
                color: #137333;
                font-weight: 400;
                margin-top: 8px;
            }
            .after-price {
                font-size: 18px;
                color: #5f6368;
                margin-top: 12px;
                font-weight: 400;
            }
            .plan-btn-center-wrap {
                text-align: center;
                margin: 24px 0 32px;
            }
            .plan-btn {
                background: transparent;
                color: #1a73e8;
                border: 2px solid #1a73e8;
                border-radius: 24px;
                padding: 12px 32px;
                font-size: 14px;
                font-weight: 500;
                display: inline-block;
                width: auto;
                min-width: 140px;
                transition: all 0.3s ease;
                text-decoration: none !important;
                font-family: 'Outfit', sans-serif;
            }
            .pricing-card-modern.selected .plan-btn {
                background: #1765cc;
                color: #fff;
                border-color: #1765cc;
            }
            
            @media (min-width: 992px) {
                .pricing-card-modern:hover .plan-btn {
                    background: #1765cc;
                    color: #fff;
                    border-color: #1765cc;
                }
                /* Reset button state when another card is hovered */
                .pricing-container-hovered .pricing-card-modern.selected:not(:hover) .plan-btn {
                    background: transparent;
                    color: #1a73e8;
                    border-color: #1a73e8;
                }
            }
            .plan-save-badge {
                display: none; /* Hide old badge, we use offer-text now */
            }
            /* ── Billing Toggle ── */
            .billing-toggle-container {
                display: inline-flex;
                border: 1.5px solid #dadce0;
                border-radius: 50px;
                padding: 0;
                background: #fff;
                overflow: hidden;
            }
            .billing-btn {
                border: none;
                border-right: 1px solid #dadce0;
                background: transparent;
                border-radius: 0;
                padding: 10px 28px;
                font-size: 14px;
                font-weight: 500;
                color: #3c4043;
                cursor: pointer;
                transition: all 0.2s ease-in-out;
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: center;
                line-height: 1.3;
                white-space: nowrap;
            }
            .billing-btn:first-child {
                border-radius: 50px 0 0 50px;
            }
            .billing-btn:last-child {
                border-right: none;
                border-radius: 0 50px 50px 0;
            }
            .billing-btn.active {
                background: #d2e3fc;
                color: #1a73e8;
                border-radius: 50px;
                border-right: none;
                padding: 10px 32px;
                font-weight: 600;
            }
            /* Save-text shown on all screen sizes */
            .billing-btn .save-text {
                display: block;
                font-size: 11px;
                margin-top: 1px;
                color: #1a73e8;
                font-weight: 400;
            }
            .billing-btn .save-text span {
                color: #1a73e8;
                font-weight: 500;
            }
            /* Mobile override */
            @media (max-width: 768px) {
                .billing-toggle-container {
                    display: flex !important;
                    width: 100%;
                    max-width: 380px;
                    border-radius: 12px;
                    overflow: hidden;
                    margin: 0 auto !important;
                }
                .billing-btn {
                    flex: 1;
                    border-radius: 0 !important;
                    padding: 12px 5px !important;
                    border-right: 1px solid #dadce0;
                    font-size: 13px;
                }
                .billing-btn.active {
                    border-radius: 0 !important;
                    padding: 12px 5px !important;
                    border-right: none;
                }
                .billing-btn:first-child { border-radius: 12px 0 0 12px !important; }
                .billing-btn:last-child  { border-radius: 0 12px 12px 0 !important; border-right: none; }
                .offer-text  { font-size: 14px !important; color: #146c2e !important; }
                .plan-period-small { font-size: 14px !important; color: #747775 !important; }
                .recommended-label { font-size: 16px !important; color: #0B57D0 !important; }
                .plan-name-centered { font-size: 16px !important; color: #444746 !important; }
            }
            .has-tooltip {
                position: relative;
                cursor: pointer;
            }
            .has-tooltip:hover .custom-tooltip-box {
                opacity: 1;
                visibility: visible;
                transform: translateY(0);
            }
            .custom-tooltip-box {
                position: absolute;
                bottom: 100%;
                left: -10px;
                width: 260px;
                background-color: #fce8b2;
                border-radius: 8px;
                padding: 16px;
                box-shadow: 0 4px 12px rgba(0,0,0,0.15);
                z-index: 100;
                opacity: 0;
                visibility: hidden;
                transform: translateY(10px);
                transition: all 0.2s ease-in-out;
                margin-bottom: 10px;
                cursor: default;
            }
            .custom-tooltip-box::after {
                content: '';
                position: absolute;
                bottom: -6px;
                left: 30px;
                width: 12px;
                height: 12px;
                background-color: #fce8b2;
                transform: rotate(45deg);
                box-shadow: 2px 2px 2px rgba(0,0,0,0.05);
            }
            .custom-tooltip-title {
                font-weight: 600;
                color: #202124;
                margin-bottom: 8px;
                font-size: 13px;
                line-height: 1.3;
            }
            .custom-tooltip-desc {
                font-size: 12px;
                color: #3c4043;
                line-height: 1.5;
                font-weight: normal;
            }
            .plans-hero-title {
                font-size: 4.5rem;
            }

            /* Responsive Section Heights */
            @media (min-width: 992px) {
                .places-section { min-height: 440px; }
                .maps-section { min-height: 400px; }
                .routes-section { min-height: 260px; }
            }

            @media (max-width: 991px) {
                .plans-hero-title { font-size: 2.5rem; }
                /* For md screens: align sections based on Advanced' content (middle plan)
                   This keeps Basic and Advanced aligned but shorter than the Pro plan height. */
                .places-section { min-height: 260px; }
                .maps-section { min-height: 280px; }
                .routes-section { min-height: 100px; }
            }

            @media (max-width: 768px) {
                .plans-hero-title { font-size: 2rem; }
                .plan-name { font-size: 28px; }
                .plan-price { font-size: 24px; }
                
                /* For mobile: remove min-heights to collapse cards as much as possible */
                .places-section, .maps-section, .routes-section { 
                    min-height: auto !important; 
                }
                .plan-desc { min-height: auto; margin-bottom: 15px; }
                .pricing-card-modern-body { padding: 24px 20px; }
                .plan-btn { margin-bottom: 20px; }
                .plan-title-row { margin-bottom: 15px; }
                .plan-name { margin-top: 0 !important; }
            }

            /* Comparison Table Styles */
            .comparison-section {
                padding: 100px 0;
                background-color: #fff;
            }
            .comparison-title {
                font-family: 'Google Sans', Arial, sans-serif;
                font-size: 36px;
                font-weight: 500;
                color: #202124;
                margin-bottom: 60px;
                text-align: center;
            }
            .comparison-container {
                max-width: 1200px;
                margin: 0 auto;
                background: #fff;
            }
            .comparison-table {
                width: 100%;
                border-collapse: collapse;
            }
            .comparison-table th {
                padding: 24px;
                text-align: center;
                font-size: 24px;
                font-weight: 500;
                color: #202124;
                background: #fff;
                border-bottom: 1px solid transparent;
            }
            .comparison-table td {
                padding: 18px 24px;
                text-align: center;
                border-bottom: 1px solid #f1f3f4;
                color: #3c4043;
                font-size: 16px;
            }
            .comparison-table th:first-child, .comparison-table td:first-child {
                text-align: left;
                width: 40%;
                padding-left: 0;
            }
            .comparison-table tr.category-row td {
                padding-top: 48px;
                padding-bottom: 12px;
                font-size: 14px;
                font-weight: 600;
                color: #a142f4;
                text-transform: uppercase;
                letter-spacing: 0.8px;
                border-bottom: none;
                background: #fff;
            }
            /* Zebra striping for features */
            .comparison-table tr:not(.category-row):nth-child(even) td {
                background-color: #f8f9fa;
            }
            .icon-check {
                display: inline-block;
                width: 24px;
                height: 24px;
                background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='12' fill='%232AA346'/%3E%3Cpath d='M6.5 12.5l3.5 3.5 7.5-7.5' fill='none' stroke='%23fff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
                background-size: contain;
                background-repeat: no-repeat;
            }
            .icon-check::before { content: '' !important; }

            .icon-wrong {
                display: inline-block;
                width: 24px;
                height: 24px;
                background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='12' fill='%23E92B28'/%3E%3Cpath d='M8 8l8 8m0-8l-8 8' fill='none' stroke='%23fff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
                background-size: contain;
                background-repeat: no-repeat;
            }
            .icon-wrong::before { content: '' !important; }

            @media (max-width: 991px) {
                .comparison-table th { font-size: 20px; padding: 15px; }
                .comparison-table td { padding: 12px 15px; font-size: 14px; }
                .comparison-title { font-size: 28px; }
            }
            @media (max-width: 576px) {
                .comparison-table th:first-child, .comparison-table td:first-child { width: 45%; }
                .comparison-table th { font-size: 14px; padding: 10px 5px; }
                .comparison-table td { padding: 10px 5px; font-size: 13px; }
                .icon-check, .icon-wrong { width: 18px; height: 18px; }
            }

            /* Animation Effects */
            .fade-row {
                opacity: 0;
                transform: translateY(30px);
                transition: all 0.6s cubic-bezier(0.2, 0.8, 0.2, 1);
            }
            .fade-row.visible {
                opacity: 1;
                transform: translateY(0);
            }
            
            /* Icon Pop Animation */
            .icon-check, .icon-wrong {
                display: inline-block; /* Required for transform scale to work */
                opacity: 0;
            }
            
            @keyframes iconPop {
                0% { transform: scale(0.5); opacity: 0; }
                70% { transform: scale(1.1); }
                100% { transform: scale(1); opacity: 1; }
            }
            .visible .icon-check, .visible .icon-wrong {
                animation: iconPop 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
            }
            
            /* Hover Highlighting */
            .comparison-table tbody tr:not(.category-row):hover td {
                background-color: rgba(26, 115, 232, 0.04) !important;
                color: #202124;
            }
            .comparison-table td {
                transition: background-color 0.2s ease;
            }
            
            /* Sticky Header for better UX */
            @media (min-width: 992px) {
                .comparison-table thead th {
                    position: sticky;
                    top: 0;
                    z-index: 10;
                    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
                }
            }

        

/* Payment Styles */

.payment-methods{
	margin: 0 auto;
    	width: 388px;
}


    /* Hide the default PayPal button container to show only Credit/Debit card button */
    [data-funding-source="paypal"],
    [data-funding-source="paylater"],
    [data-funding-source="venmo"],
    [data-funding-source="credit"],
    [data-funding-source="paywithpaypal"],
    iframe[src*="funding-source=paypal" i],
    iframe[src*="fundingSource=paypal" i],
    iframe[src*="paypal" i][src*="button" i]:not([src*="card" i]),
    iframe[title^="PayPal" i],
    iframe[title^="Pay with PayPal" i] {
        display: none !important;
    }
    
    /* Foolproof negation-based hidden rules inside the container to handle any new SDK structures */
    [id^="paypal-container-"] div[data-funding-source]:not([data-funding-source="card"]),
    [id^="paypal-container-"] iframe:not([src*="card" i]):not([title*="card" i]):not([name*="card" i]) {
        display: none !important;
    }
    
    .payment-methods {
        min-height: auto !important;
    }




    .checkout-page {
        padding-top: 40px !important;
    }
    @media (max-width: 768px) {
        .checkout-page .checkout-title {
            font-size: 1.6rem !important;
            margin-bottom: 0.75rem !important;
        }
        .checkout-page .checkout-desc {
            font-size: 0.95rem !important;
            margin-bottom: 1.5rem !important;
        }
        .checkout-page .checkout-secure-text {
            font-size: 0.9rem !important;
        }
        .checkout-page .bg-google-blue-light.p-5 {
            padding: 24px !important;
            border-radius: 16px !important;
        }
    }



/* Checkout Scoped Styles */
.checkout-page header#mainNav, .checkout-page footer, .checkout-page .sticky-bottom-bar { display: none !important; }
.checkout-page { padding-top: 40px !important; }


