/********** Template CSS **********/
:root {
    --primary: #272e53;
    --secondary: #cebb83;
    --light: #EFFDF5;
    --dark: #272e53;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 50px;
}


/*** Navbar ***/
.custom-navbar {
    background-color: #272e53 !important;
}

.navbar-dark .navbar-nav .nav-link {
    color: #ffffff !important;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color: var(--secondary) !important; /* orange accent */
}
.nav-bar {
    position: relative;
    margin-top: 45px;
    padding: 0 3rem;
    transition: .5s;
    z-index: 9999;
}

.nav-bar.sticky-top {
    position: sticky;
    padding: 0;
    z-index: 9999;
}

.navbar {
    box-shadow: 0 0 30px rgba(0, 0, 0, .08);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 5px;
    transition: .5s;
}

.navbar .dropdown-toggle[aria-expanded=true]::after {
    transform: rotate(-180deg);
}

.navbar-light .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: #272e53;
    font-size: 15px;
    text-transform: uppercase;
    outline: none;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary);
}

@media (max-width: 991.98px) {
    .nav-bar {
        margin: 0;
        padding: 0;
    }

    .navbar-light .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar-light .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

.navbar-light .navbar-brand {
    height: 75px;
}

.navbar-light .navbar-nav .nav-link {
    color: var(--dark);
    font-weight: 500;
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        top: 100%;
        margin-top: 0;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
        
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
@media (min-width: 992px) {
    .header {
        margin-top: -120px;
    }
}

.header-carousel .owl-nav {
    position: absolute;
    top: 50%;
    left: -25px;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    margin: 7px 0;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 40px;
    font-size: 20px;
    transition: .5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    background: var(--dark);
}

@media (max-width: 768px) {
    .header-carousel .owl-nav {
        left: 25px;
    }
}

.breadcrumb-item + .breadcrumb-item::before {
    color: #DDDDDD;
}


/*** Icon ***/
.icon {
    padding: 0;            /* optional */
    background: none;      /* optional */
    border: none !important;
    border-radius: 0;
}


/*** About ***/
.about-img img {
    position: relative;
    z-index: 2;
}

.about-img::before {
    position: absolute;
    content: "";
    top: 0;
    left: -50%;
    width: 100%;
    height: 100%;
    background: var(--primary);
    transform: skew(20deg);
    z-index: 1;
}


/*** Category ***/
.cat-item div {
    background: #FFFFFF;
    border: 1px dashed rgba(0, 185, 142, .3);
    transition: .5s;
}

.cat-item:hover div {
    background: var(--primary);
    border-color: transparent;
}

.cat-item div * {
    transition: .5s;
}

.cat-item:hover div * {
    color: #FFFFFF !important;
}


/*** Property List ***/
.nav-pills .nav-item .btn {
    color: var(--dark);
}

.nav-pills .nav-item .btn:hover,
.nav-pills .nav-item .btn.active {
    color: #FFFFFF;
}

.property-item {
    box-shadow: 0 0 30px rgba(0, 0, 0, .08);
}

.property-item img {
    transition: .5s;
}

.property-item:hover img {
    transform: scale(1.1);
}

.property-item .border-top {
    border-top: 1px dashed rgba(0, 185, 142, .3) !important;
}

.property-item .border-end {
    border-right: 1px dashed rgba(0, 185, 142, .3) !important;
}


/*** Team ***/
.team-item {
    box-shadow: 0 0 30px rgba(0, 0, 0, .08);
    transition: .5s;
}

.team-item .btn {
    color: var(--primary);
    background: #FFFFFF;
    box-shadow: 0 0 30px rgba(0, 0, 0, .15);
}

.team-item .btn:hover {
    color: #FFFFFF;
    background: var(--primary);
}

.team-item:hover {
    border-color: var(--secondary) !important;
}

.team-item:hover .bg-primary {
    background: var(--secondary) !important;
}

.team-item:hover .bg-primary i {
    color: var(--secondary) !important;
}


/*** Testimonial ***/
.testimonial-carousel {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

@media (min-width: 576px) {
    .testimonial-carousel {
        padding-left: 4rem;
        padding-right: 4rem;
    }
}

.testimonial-carousel .testimonial-item .border {
    border: 1px dashed rgba(0, 185, 142, .3) !important;
}

.testimonial-carousel .owl-nav {
    position: absolute;
    width: 100%;
    height: 40px;
    top: calc(50% - 20px);
    left: 0;
    display: flex;
    justify-content: space-between;
    z-index: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 40px;
    font-size: 20px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    background: var(--dark);
}


/*** Footer ***/
.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid rgba(255,255,255,0.5);
    border-radius: 35px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
    border-color: var(--light);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .form-control {
    border-color: rgba(255,255,255,0.5);
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}



/* ===== HEADER BRANDING SECTION ===== */
.header-branding {
    min-height: 100vh;
    background: linear-gradient(
        #272e53,
        rgba(51, 68, 84, 0.9)
        
        
    ),
    url('../img/core1.jpg') center/cover no-repeat;

    padding: 40px 20px;
}

/* Content Wrapper */
.branding-content {
    max-width: 800px;
    color: #fff;
}

/* ===== LOGO ===== */
.logo-wrapper {
    margin-bottom: 25px;
}

.brand-logo {
    width: 240px;
    height: auto;
    animation: floatLogo 3s ease-in-out infinite;
}

/* Floating animation */
@keyframes floatLogo {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-10px); }
    100% { transform: translateY(0px); }
}

/* ===== HEADING ===== */
.brand-heading {
    font-size: 2.8rem;
    font-weight: 700;
    margin-bottom: 15px;
    color: #fff;
}

.brand-heading span {
    color: #e4b93b;
}

/* ===== SUBTEXT ===== */
.brand-subtext {
    font-size: 1.1rem;
    opacity: 0.9;
    margin-bottom: 30px;
}

/* ===== BUTTONS ===== */
.brand-buttons .btn {
    padding: 12px 30px;
    margin: 5px;
    border-radius: 30px;
    font-weight: 500;
}

/* Outline Button */
.btn-outline-light {
    border: 2px solid #fff;
    color: #fff;
}

.btn-outline-light:hover {
    background: #fff;
    color: #272e53;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
    .brand-heading {
        font-size: 2rem;
    }

    .brand-logo {
        width: 240px;
    }

    .brand-subtext {
        font-size: 1rem;
    }
}





/* ===== NAVBAR FULL WIDTH FIX ===== */
.nav-container {
    width: 100%;
    position: fixed; /* sits over hero */
    top: 0;
    left: 0;
    z-index: 999;
}

/* Navbar Styling */
.custom-navbar {
    width: 100%;
    padding: 2px 0;
    background: transparent;
    transition: 0.3s ease;
}

/* Logo */
.nav-logo {
    height: 90px;
    width: auto;
}

/* Nav Links */
.navbar-nav .nav-link {
    color: #fff !important;
    font-weight: 500;
    margin: 0 10px;
    transition: 0.3s;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: #e4b93b !important;
}

/* Button */
.custom-navbar .btn-primary {
    padding: 10px 25px;
    border-radius: 25px;
}

/* ===== GLASS EFFECT ON SCROLL (Optional but 🔥) ===== */
.scrolled {
    background: rgba(12, 55, 97, 0.9) !important;
    backdrop-filter: blur(8px);
}

/* ===== MOBILE FIX ===== */
@media (max-width: 991px) {

    .navbar-collapse {
        background: #272e53f2;
        padding: 20px;
        border-radius: 10px;
        margin-top: 10px;
    }

    .navbar-nav {
        align-items: flex-start !important;
    }

    .navbar-nav .nav-link {
        margin: 10px 0;
    }
}


/* ===== TEAM SECTION PREMIUM ===== */

.team-section {
    background: linear-gradient(180deg, #ffffff, #f8f9fa);
}

/* Heading */
.team-title {
    font-size: 42px;
    font-weight: 800;
    letter-spacing: -1px;
}

.team-subtitle {
    color: #777;
    font-size: 16px;
}

/* Card */
.team-card {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    backdrop-filter: blur(12px);
    background: rgba(255, 255, 255, 0.7);
    box-shadow: 0 10px 40px rgba(0,0,0,0.08);
    transition: all 0.4s ease;
}

/* Hover effect */
.team-card:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 20px 60px rgba(0,0,0,0.12);
}

/* Image */
.team-img {
    height: 420px;
    overflow: hidden;
}

.team-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

/* Smooth zoom */
.team-card:hover img {
    transform: scale(1.08);
}

/* Info */
.team-info {
    padding: 25px;
    text-align: center;
}

.team-info h3 {
    font-weight: 700;
    margin-bottom: 5px;
}

.team-info span {
    font-size: 14px;
    color: #e4b93b;
    display: block;
    margin-bottom: 10px;
}

.team-info p {
    font-size: 14px;
    color: #666;
}

/* Socials */
.team-socials a {
    display: inline-flex;
    width: 36px;
    height: 36px;
    align-items: center;
    justify-content: center;
    margin: 5px;
    border-radius: 50%;
    background: #f1f1f1;
    color: #333;
    transition: 0.3s;
}

.team-socials a:hover {
    background: #e4b93b;
    color: #fff;
}

/* Floating animation */
.team-card {
    animation: floatCard 6s ease-in-out infinite;
}

.team-card:nth-child(2) {
    animation-delay: 1.5s;
}

@keyframes floatCard {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-8px); }
    100% { transform: translateY(0px); }
}

/* ===== ABOUT BANNER FINAL ===== */

.about-banner {
    position: relative;
    min-height: 320px;
    display: flex;
    align-items: center;
    justify-content: center;

    /* Fix navbar overlap */
    padding-top: 80px; /* match navbar height */

    background: url('../img/core4.png') center/cover no-repeat;
    overflow: hidden;
}

/* Overlay (no blur issues now) */
.about-banner-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;

    background: linear-gradient(
        180deg,
        rgb(14, 46, 80),
        #272e53c0
    );
}

/* Content */
.about-banner-content {
    position: relative;
    z-index: 2;
    color: #fff;
    max-width: 700px;
}

/* Breadcrumb */
.breadcrumb-nav {
    font-size: 14px;
    margin-bottom: 10px;
}

.breadcrumb-nav a {
    color: #e4b93b;
    text-decoration: none;
}

.breadcrumb-nav span {
    margin: 0 6px;
}

.breadcrumb-nav .active {
    color: #fff;
}

/* Title */
.about-banner-title {
    font-size: 42px;
    font-weight: 800;
    margin-bottom: 8px;
    color:#e4b93b
}

/* Subtext */
.about-banner-subtext {
    font-size: 15px;
    color: rgba(255,255,255,0.85);
}

/* Smooth fade-in WITHOUT layout shift */
.about-banner-content {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeUpClean 0.8s ease forwards;
}

@keyframes fadeUpClean {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.about-banner::after {
    content: "";
    position: absolute;
    bottom: -50px;
    right: -50px;
    width: 200px;
    height: 200px;
    background: #e4b93b;
    opacity: 0.15;
    filter: blur(80px);
}

/* ===== ABOUT STORY ===== */

.about-story {
    background: linear-gradient(180deg, #ffffff, #f8f9fa);
}

/* Title */
.story-title {
    font-size: 40px;
    font-weight: 800;
}

.story-title span {
    color: #e4b93b;
}

.story-subtext {
    max-width: 600px;
    margin: 15px auto 0;
    color: #666;
}

/* Glass cards */
.story-card {
    padding: 25px;
    border-radius: 20px;
    background: rgba(255,255,255,0.7);
    backdrop-filter: blur(10px);
    box-shadow: 0 10px 40px rgba(0,0,0,0.06);
    transition: 0.4s ease;
    height: 100%;
}

/* Hover effect */
.story-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 60px rgba(0,0,0,0.1);
}

/* Services */
.services-section h4 {
    font-weight: 700;
}

/* Service box */
.service-box {
    text-align: center;
    padding: 25px;
    border-radius: 15px;
    background: #fff;
    transition: 0.3s;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}

.service-box i {
    font-size: 24px;
    color: #e4b93b;
    margin-bottom: 10px;
}

.service-box h6 {
    font-weight: 600;
}

.service-box p {
    font-size: 13px;
    color: #666;
}

/* Hover */
.service-box:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}

/* Fade animation */
.about-story {
    animation: fadeUp 1s ease;
}



/* ===== FAQ SECTION PREMIUM ===== */

:root {
    --primary-gold: #cebb83;
    --primary-gold-light: rgba(206, 187, 131, 0.15);
}

/* Section */
.faq-section {
    background: linear-gradient(180deg, #f8f9fa, #ffffff);
}

/* Heading */
.faq-title {
    font-size: 38px;
    font-weight: 800;
}

.faq-subtitle {
    color: #666;
    font-size: 15px;
}

/* Accordion item */
.faq-item {
    border: none;
    border-radius: 15px !important;
    margin-bottom: 15px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
    transition: 0.3s;
}

/* Button layout */
.faq-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    font-weight: 600;
    background: #fff;
    padding: 18px 20px;
    transition: 0.3s;
}

/* Remove Bootstrap arrow */
.faq-btn::after {
    display: none;
}

/* Left icon */
.faq-icon i {
    color: var(--primary-gold);
    font-size: 16px;
}

/* Text */
.faq-text {
    flex: 1;
    text-align: left;
}

/* Arrow */
.faq-arrow i {
    font-size: 14px;
    color: var(--primary-gold);
    transition: transform 0.3s ease;
}

/* Rotate arrow when open */
.accordion-button:not(.collapsed) .faq-arrow i {
    transform: rotate(180deg);
}

/* Hover */
.faq-btn:hover {
    background: var(--primary-gold-light);
}

/* Active */
.accordion-button:not(.collapsed) {
    background: var(--primary-gold-light);
    color: #000;
    box-shadow: 0 5px 25px rgba(206, 187, 131, 0.2);
}

/* Body */
.accordion-body {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
    padding: 20px;
}

/* Smooth animation */
.accordion-collapse {
    transition: all 0.4s ease;
}

/* Section animation */
.faq-section {
    opacity: 0;
    transform: translateY(30px);
    animation: faqFadeUp 0.8s ease forwards;
}

@keyframes faqFadeUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.custom-icon {
    filter: invert(75%) sepia(20%) saturate(400%) hue-rotate(10deg);
}




/* HERO */
.contact-hero {
    background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url('../img/header.jpg');
    background-size: cover;
    background-position: center;
    padding: 100px 20px;
    color: #fff;
}

.hero-title {
    font-size: 42px;
    font-weight: 700;
}

.hero-subtitle {
    font-size: 18px;
    opacity: 0.9;
}

/* CONTACT BOXES */
.contact-info-box,
.contact-form-box {
    background: #fff;
    padding: 35px;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.08);
    transition: 0.3s;
}

.contact-info-box:hover,
.contact-form-box:hover {
    transform: translateY(-5px);
}

/* INFO ITEMS */
.info-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.info-item i {
    width: 40px;
    height: 40px;
    background: #e4b93b;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

/* TRUST LIST */
.trust-list {
    list-style: none;
    padding-left: 0;
}

.trust-list li {
    margin-bottom: 8px;
    font-weight: 500;
}

/* FORM */
.custom-input {
    border-radius: 8px;
    border: 1px solid #ddd;
    padding: 12px;
}

.custom-input:focus {
    border-color: #e4b93b;
    box-shadow: none;
}

/* BUTTON */
.submit-btn {
    background: linear-gradient(45deg, #c9a025, #e4b93b);
    border: none;
    font-weight: 600;
    transition: 0.3s;
}

.submit-btn:hover {
    transform: scale(1.03);
    box-shadow: 0 5px 20px rgba(234, 239, 78, 0.4);
}

/* MOBILE */
@media (max-width: 768px) {
    .hero-title {
        font-size: 28px;
    }
}



/* INFO ITEM */
.info-item {
    display: flex;
    gap: 12px;
    margin-bottom: 18px;
}

.info-icon {
    width: 45px;
    height: 45px;
    background: rgba(0,185,142,0.1);
    color: #00B98E;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.info-item small {
    display: block;
    font-size: 12px;
    color: #777;
}

.info-item p {
    margin: 0;
    font-weight: 500;
}

/* WHY GRID */
.why-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.why-card {
    background: #f9f9f9;
    padding: 15px;
    border-radius: 10px;
    transition: 0.3s;
    text-align: left;
}

.why-card i {
    color: #e4b93b;
    font-size: 18px;
    margin-bottom: 8px;
}

.why-card h6 {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
}

.why-card p {
    font-size: 12px;
    color: #666;
    margin-top: 4px;
}

.why-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
}

/* TRUST BADGE */
.trust-badge {
    background: #e4b93b1a;
    color: #e4b93b;
    padding: 10px 15px;
    border-radius: 8px;
    font-weight: 500;
    text-align: center;
}

.filter-box {
    background: #fff;
    border-radius: 12px;
}

.filter-box label {
    font-weight: 500;
}

.property-item {
    transition: 0.3s;
}

.property-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}


.enquire-btn-cta {
    background: linear-gradient(45deg, #c9a025, #f2c94c);
    border: none;
    color: #272e53;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 5px;
    margin-right: 5px;

    padding: 10px 20px;
    min-width: 160px; /* makes it wider */
    border-radius: 8px;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;

    transition: all 0.3s ease;
    position: relative;
}

/* STRONG HOVER */
.enquire-btn-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(228,185,59,0.5);
}

/* ICON MOVE */
.enquire-btn-cta i {
    transition: transform 0.3s ease;
}

.enquire-btn-cta:hover i {
    transform: translateX(5px);
}

/* SUBTLE PULSE (VERY IMPORTANT) */
.enquire-btn-cta::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 8px;
    box-shadow: 0 0 0 rgba(228,185,59,0.6);
    animation: pulseGlow 2s infinite;
}

@keyframes pulseGlow {
    0% {
        box-shadow: 0 0 0 0 rgba(228,185,59,0.6);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(228,185,59,0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(228,185,59,0);
    }
}


.filter-btn {
    color: #272e53; /* Bootstrap theme blue */
    font-size: 15px; /* slightly bigger text */
    padding: 14px 20px; /* makes button taller */
    font-weight: 600;
}

/* OPTIONAL: HOVER EFFECT */
.filter-btn:hover {
    color: #272e53;
}


@media (max-width: 991px) {

    .navbar-nav .dropdown-menu {
        position: static !important;
        transform: none !important;
        width: 100%;
        margin-top: 0;
        border: none;
        box-shadow: none;
        background: rgba(255, 255, 255, 0.066);
    }

    .navbar-nav .dropdown-item {
        padding-left: 25px;
        color: #f8f9fa;
    }

}


/* ERROR STYLE */
#newsletterEmail.is-invalid {
    border-color: #dc3545;
}

/* SUCCESS BOX */
.success-box {
    background: linear-gradient(45deg, #c9a025, #e4b93b);
    color: #000;
    padding: 10px;
    border-radius: 6px;
    font-weight: 500;
    text-align: center;
    animation: fadeInUp 0.4s ease;
}

/* ANIMATION */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.success-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    opacity: 0;
    transition: 0.3s ease;
}

.success-popup.show {
    opacity: 1;
}

.success-content {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    text-align: center;
    width: 300px;
    transform: translateY(20px);
    transition: 0.3s ease;
}

.success-popup.show .success-content {
    transform: translateY(0);
}

.success-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(45deg, #c9a025, #e4b93b);
    color: #000;
    font-size: 28px;
    font-weight: bold;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
}




/* CONTAINER */
.floating-buttons {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    z-index: 9999;
}

/* WHATSAPP */
.whatsapp-btn {
    width: 55px;
    height: 55px;
    background: #25D366;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    text-decoration: none;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    transition: 0.3s;
}

.whatsapp-btn:hover {
    transform: scale(1.1);
    box-shadow: 0 8px 25px rgba(37,211,102,0.6);
}
.whatsapp-btn::after {
    content: "";
    position: absolute;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: rgba(37,211,102,0.5);
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% { transform: scale(1); opacity: 0.6; }
    70% { transform: scale(1.6); opacity: 0; }
    100% { transform: scale(1); opacity: 0; }
}
/* CUSTOM BACK TO TOP */
.back-top-btn {
    width: 55px;
    height: 55px;
    border: none;
    border-radius: 50%;

    background: linear-gradient(45deg, #c9a025, #fde292);
    color: #fff;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 20px;
    cursor: pointer;

    box-shadow: 0 5px 15px rgba(0,0,0,0.3);

    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);

    transition: all 0.3s ease;
}

/* SHOW BUTTON */
.back-top-btn.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* HOVER */
.back-top-btn:hover {
    transform: scale(1.1);
    box-shadow: 0 8px 25px rgba(13,110,253,0.5);
}


.custom-navbar {
    position: relative;
    z-index: 10;
    box-shadow: 0 5px 20px rgba(228, 186, 59, 0.484);
}
/* DESKTOP */
.header-branding {
    min-height: 60vh; /* was probably 100vh */
    padding: 60px 20px; /* reduce vertical space */
    padding-top: 150px; /* extra top padding to prevent navbar overlap */
    display: flex;
    align-items: center;
    justify-content: center;
}

/* LOGO SIZE SLIGHTLY CONTROLLED */
.brand-logo {
    max-width: 250px;
    margin-bottom: 15px;
}

/* HEADING SPACING */
.brand-heading {
    margin-bottom: 15px;
}

/* SUBTEXT */
.brand-subtext {
    max-width: 700px;
    margin: 0 auto 20px;
}


@media (max-width: 768px) {

    .header-branding {
        min-height: 60vh; /* tighter for mobile */
        padding: 40px 15px;
        padding-top: 140px;
    }

    .brand-logo {
        max-width: 200px;
        margin-bottom: 10px;
    }

    .brand-heading {
        font-size: 24px;
        line-height: 1.3;
        margin-bottom: 10px;
    }

    .brand-subtext {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .brand-buttons a {
        padding: 10px 18px;
        font-size: 14px;
    }
}



/* .custom-navbar::after {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 10%;
    width: 80%;
    height: 12px;

    background: radial-gradient(
        ellipse at center,
        rgba(228,185,59,0.5),
        transparent 70%
    );

    filter: blur(10px);
} */



/* BOX */
.no-property-box {
    background: #fff;
    padding: 60px 30px;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.08);
    max-width: 600px;
    margin: auto;
    position: relative;
    overflow: hidden;
}

/* ICON */
.no-prop-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(45deg, #c9a025, #e4b93b);
    color: #000;
    font-size: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;

    animation: floatIcon 3s ease-in-out infinite;
}

/* FLOAT ANIMATION */
@keyframes floatIcon {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
}

/* HEADING */
.no-property-box h2 {
    font-weight: 600;
    margin-bottom: 10px;
}

/* TEXT */
.no-property-box p {
    color: #666;
    margin-bottom: 25px;
}

/* CTA BUTTON */
.contact-cta-btn {
    background: linear-gradient(45deg, #c9a025, #e4b93b);
    border: none;
    color: #10235f;
    font-weight: 600;
    padding: 12px 24px;
    border-radius: 8px;

    display: inline-flex;
    align-items: center;
    gap: 6px;

    transition: 0.3s;
}

/* HOVER EFFECT */
.contact-cta-btn:hover {
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 10px 30px rgba(228,185,59,0.4);
}

/* ICON MOVE */
.contact-cta-btn i {
    transition: 0.3s;
}

.contact-cta-btn:hover i {
    transform: translateX(5px);
}

/* FORM CONTAINER
#leadForm {
    background: linear-gradient(145deg,  #5e5bb979,#ffffff);
    padding: 30px;
    border-radius: 14px;

    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
} */

/* SECTION BACKGROUND */
.trust-section {
    background: linear-gradient(135deg, #ffffff, #ffffff);
    color: #fff;
}

/* CARD */
.trust-card {
    padding: 25px;
    border-radius: 12px;
    background: rgba(255,255,255,0.05);
    backdrop-filter: blur(10px);
    transition: 0.3s;
    position: relative;
    overflow: hidden;
    transform: translateY(-2px);
    box-shadow: 0 15px 40px rgba(228,185,59,0.3);
}

/* HOVER EFFECT */
.trust-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(228,185,59,0.3);
}

/* ICON */
.trust-icon {
    width: 65px;
    height: 65px;
    margin: 0 auto 15px;

    background: linear-gradient(45deg, #c9a025, #e4b93b);
    color: #000;

    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 26px;

    animation: pulseIcon 2s infinite;
}

/* ICON ANIMATION */
@keyframes pulseIcon {
    0% { box-shadow: 0 0 0 0 rgba(228,185,59,0.5); }
    70% { box-shadow: 0 0 0 12px rgba(228,185,59,0); }
    100% { box-shadow: 0 0 0 0 rgba(228,185,59,0); }
}

/* TEXT */
.trust-card h3 {
    font-weight: 600;
    margin-bottom: 5px;
}

.trust-card p {
    font-size: 14px;
    color: #ccc;
}

/* COUNTER STYLE */
.counter {
    font-size: 28px;
    color: #e4b93b;
}

@media (max-width: 768px) {

    .trust-section {
        padding: 25px 10px;
    }

    .trust-card {
        padding: 12px 8px;
        border-radius: 10px;
    }

    /* ICON SMALL */
    .trust-icon {
        width: 40px;
        height: 40px;
        font-size: 16px;
        margin-bottom: 8px;
    }

    /* TITLE */
    .trust-card h3 {
        font-size: 13px;
        margin-bottom: 3px;
        line-height: 1.2;
    }

    /* TEXT */
    .trust-card p {
        font-size: 11px;
        line-height: 1.2;
        margin: 0;
    }

}
.form-highlight-badge-contact {
    display: inline-block; /* KEY FIX */
    background: linear-gradient(45deg, #c9a025, #e4b93b);
    color: #000;

    padding: 8px 14px;
    border-radius: 30px;

    font-size: 13px;
    font-weight: 600;

    margin-bottom: 12px;

    white-space: nowrap; /* prevents breaking */
    width: fit-content; /* ensures width = content */

    position: relative;
    overflow: hidden;

    animation: glowPulse 2s infinite;
}

.form-highlight-badge {
    display: inline-block; /* KEY FIX */
margin-top: 10px;
    background: linear-gradient(45deg, #c9a025, #e4b93b);
    color: #000;

    padding: 6px 12px;
    border-radius: 25px;

    font-size: 11px;
    font-weight: 400;

    margin-bottom: 2px;
    margin-left: 10px;

    white-space: nowrap; /* prevents breaking */
    width: fit-content; /* ensures width = content */

    position: relative;
    overflow: hidden;

    /* animation: glowPulse 2s infinite; */
    /* display: inline-block; */
    /* background: linear-gradient(135deg, #00c6ff, #0072ff); */
    /* color: #fff; */
    /* padding: 8px 14px; */
    /* border-radius: 30px; */
    /* font-weight: 500; */
    animation: pulseZoom 2s infinite ease-in-out;
}

/* GLOW EFFECT */
@keyframes glowPulse {
    0% {
        box-shadow: 0 0 0 0 rgba(228,185,59,0.5);
    }
    70% {
        box-shadow: 0 0 0 12px rgba(228,185,59,0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(228,185,59,0);
    }
}

@keyframes pulseZoom {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 rgba(0, 114, 255, 0.4);
    }
    50% {
        transform: scale(1.05);
        box-shadow: 0 0 15px rgba(0, 114, 255, 0.6);
    }
    100% {
        transform: scale(1);
        box-shadow: 0 0 0 rgba(0, 114, 255, 0.4);
    }
}

/* SHIMMER EFFECT */
.form-highlight-badge::before {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;

    background: linear-gradient(
        120deg,
        transparent,
        rgba(255,255,255,0.6),
        transparent
    );

    animation: shimmerMove 2.5s infinite;
}

.form-highlight-badge-contact::before {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;

    background: linear-gradient(
        120deg,
        transparent,
        rgba(255,255,255,0.6),
        transparent
    );

    animation: shimmerMove 2.5s infinite;
}

@keyframes shimmerMove {
    0% { left: -75%; }
    100% { left: 125%; }
}

@media (max-width: 576px) {
    .form-highlight-badge {
        white-space: normal; /* allow wrap on mobile */
        font-size: 9px;
        padding: 4px 8px;
    }

}


.modal-content {
    background: linear-gradient(
        135deg,
        rgba(211, 216, 255, 0.937),
        rgba(255, 255, 255, 0.61)
    );
    backdrop-filter: blur(8px);
}

.modal-content .form-control,
.modal-content .form-select {
    background-color: #ffffff85;
    /* color: #5d1b1bc6; */
}

.form-label {
    font-weight: 500;
    color: #272e53;
}

.btn.btn-primary {
    color: #272e53;
}



.about-ultra {
  background: linear-gradient(135deg, #ffffff, #ffffff);
  position: relative;
  overflow: hidden;
}

/* ANIMATED GLOW BG */
.about-ultra::before {
  content: "";
  position: absolute;
  width: 600px;
  height: 600px;
  /* background: radial-gradient(circle, #facc15, transparent); */
  top: -200px;
  left: -200px;
  filter: blur(120px);
  animation: float 8s infinite alternate;
}

@keyframes float {
  0% { transform: translate(0,0); }
  100% { transform: translate(100px, 100px); }
}

/* TITLE */
.ultra-title {
  font-size: 2.5rem;
  font-weight: 700;
}
.ultra-title span {
  background: #e4b93b;
  -webkit-background-clip: text;
  color: transparent;
}

.ultra-sub {
  color: #94a3b8;
}

/* GLASS EFFECT */
.glass-box,
.glass-card {
  background: rgba(255,255,255,0.05);
  backdrop-filter: blur(15px);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 20px;
  padding: 25px;
  transition: 0.4s;
  transform: translateY(-10px);
  box-shadow: 0 0 30px rgba(250,204,21,0.3);
}

/* HOVER GLOW */
.hover-glow:hover {
  transform: translateY(-10px);
  box-shadow: 0 0 30px rgba(10, 16, 130, 0.3);
}

/* ICONS */
.glass-card i {
  font-size: 28px;
  color: #e4b93b;
  margin-bottom: 10px;
}

/* VALUES */
.value-box {
  background: #ffffff;
  padding: 20px;
  border-radius: 15px;
  text-align: center;
  transition: 0.3s;
}
.value-box:hover {
  transform: scale(1.08);
  box-shadow: 0 0 20px rgba(59,130,246,0.4);
}

.value-box i {
  color: #e4b93b;
  font-size: 24px;
}

/* SERVICES */
.service-box {
  background: rgba(255,255,255,0.04);
  padding: 25px;
  border-radius: 15px;
  text-align: center;
  transition: 0.3s;
}
.service-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 0 25px rgba(250,204,21,0.3);
}

.service-box i {
  color: #e4b93b;
  font-size: 26px;
}

/* IMAGE */
.image-wrap img {
  border-radius: 20px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.6);
}

/* MOBILE */
@media (max-width: 768px) {
  .ultra-title {
    font-size: 1.8rem;
  }
}


/* SECTION */
.why-ticker {
  width: 100%;
  background: linear-gradient(90deg, #272e53, #0f172a);
  padding: 15px 0;
  overflow: hidden;
  position: relative;
  animation: tickerGlow 3s infinite;
}

/* SHIMMER EFFECT (LIKE BADGE) */
.why-ticker::before {
  content: "";
  position: absolute;
  top: 0;
  left: -80%;
  width: 50%;
  height: 100%;

  background: linear-gradient(
    120deg,
    transparent,
    rgba(255,255,255,0.25),
    transparent
  );

  animation: tickerShimmer 3s infinite;
  pointer-events: none;
}

/* EDGE FADE */
.why-ticker::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, #020617 0%, transparent 10%, transparent 90%, #020617 100%);
}

/* TRACK */
.ticker-track {
  display: flex;
  gap: 60px;
  width: max-content;
  animation: scrollTicker 18s linear infinite;
}

/* ITEM */
.ticker-item {
  display: flex;
  align-items: center;
  gap: 12px;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
}

/* GOLD TEXT */
.ticker-item span {
  background: linear-gradient(45deg, #c9a025, #facc15);
  -webkit-background-clip: text;
  color: transparent;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.5px;
}

/* ICON */
.ticker-item i {
  color: #facc15;
  font-size: 13px;
  /* filter: drop-shadow(0 0 6px rgba(250,204,21,0.7)); */
}

/* DIVIDER */
.ticker-item::after {
  content: "";
  width: 1px;
  height: 20px;
  background: rgba(250,204,21,0.3);
  margin-left: 35px;
}

/* INDIVIDUAL SHIMMER
.ticker-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;

  background: linear-gradient(
    120deg,
    transparent,
    rgba(255,255,255,0.4),
    transparent
  );

  animation: itemShimmer 4s infinite;
} */

/* ANIMATIONS */
@keyframes scrollTicker {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

@keyframes tickerShimmer {
  0% { left: -80%; }
  100% { left: 120%; }
}

@keyframes itemShimmer {
  0% { left: -100%; }
  100% { left: 150%; }
}

@keyframes tickerGlow {
  0% {
    box-shadow: 0 0 0 0 rgba(228,185,59,0.25);
  }
  70% {
    box-shadow: 0 0 25px 5px rgba(228,185,59,0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(228,185,59,0);
  }
}

/* HOVER PAUSE */
.ticker-wrapper:hover .ticker-track {
  animation-play-state: paused;
}

/* MOBILE */
@media (max-width: 768px) {
  .ticker-track {
    gap: 40px;
    animation-duration: 25s;
  }

  .ticker-item span {
    font-size: 13px;
  }

  .ticker-item i {
    font-size: 14px;
  }
}


.suggestion-box {
  position: absolute;
  width: 100%;
  background: #fff;
  border-radius: 8px;
  margin-top: 5px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
  z-index: 999;
  max-height: 200px;
  overflow-y: auto;
}

.suggestion-item {
  padding: 10px 15px;
  cursor: pointer;
  transition: 0.2s;
}

.suggestion-item:hover {
  background: #f1f5f9;
}

.container {
  padding-left: 8px !important;
  padding-right: 8px !important;
}

/* ===============================
   LUXURY STRIP - ELITE STYLING
================================ */

/* STRIP CONTAINER */
.luxury-strip {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 14px;
    border-top: 1px solid rgba(255,255,255,0.08);
    background: linear-gradient(
        90deg,
        rgba(151, 19, 19, 0.844),
        rgba(255, 255, 255, 0.749),
        rgba(189, 11, 11, 0.779)
    );
    backdrop-filter: blur(8px);
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

/* subtle moving gradient overlay */
.luxury-strip::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        120deg,
        transparent,
        rgba(212,175,55,0.08),
        transparent
    );
    animation: stripFlow 6s linear infinite;
    pointer-events: none;
}

@keyframes stripFlow {
    0% { transform: translateX(-100%); }
    100% { transform: translateX(100%); }
}

/* ===============================
   STRIP ITEMS
================================ */

.strip-item {
    font-size: 12px;
    color: #272e53;
    padding: 12px 6px;
    text-align: center;
    position: relative;
    overflow: hidden;
    transition: all 0.35s ease;
}

/* GOLD UNDERLINE */
.strip-item::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 30%;
    width: 40%;
    height: 2px;
    background: linear-gradient(90deg, transparent, #d4af37, transparent);
    opacity: 0.7;
    transition: 0.4s;
}

/* SHIMMER SWEEP */
.strip-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: -120%;
    width: 50%;
    height: 100%;
    background: linear-gradient(
        120deg,
        transparent,
        rgba(255,255,255,0.25),
        transparent
    );
    transform: skewX(-20deg);
}

/* HOVER STATE */
.strip-item:hover {
    color: #ffffff;
    transform: translateY(-3px) scale(1.02);
    text-shadow: 0 0 10px rgba(212,175,55,0.6);
}

.strip-item:hover::after {
    width: 70%;
    left: 15%;
}

.strip-item:hover::before {
    animation: shimmer 0.8s forwards;
}

/* SHIMMER ANIMATION */
@keyframes shimmer {
    100% {
        left: 140%;
    }
}

/* ===============================
   PULSE GLOW (VERY SUBTLE)
================================ */

.strip-item {
    animation: pulseSoft 4s ease-in-out infinite;
}

@keyframes pulseSoft {
    0%, 100% {
        box-shadow: inset 0 0 0 rgba(212,175,55,0);
    }
    50% {
        box-shadow: inset 0 -8px 20px rgba(212,175,55,0.08);
    }
}

/* ===============================
   HOVER FOCUS EFFECT
================================ */

.luxury-strip:hover .strip-item {
    opacity: 0.5;
}

.luxury-strip .strip-item:hover {
    opacity: 1;
}

/* ===============================
   MOBILE TRANSFORMATION
================================ */

@media (max-width: 768px) {
    .luxury-strip {
        display: flex;
        overflow: hidden;
        border-radius: 8px;
    }

    .strip-item {
        min-width: 100%;
        font-size: 12px;
        animation: scrollStrip 9s linear infinite;
    }

    .strip-item:nth-child(2) {
        animation-delay: 3s;
    }

    .strip-item:nth-child(3) {
        animation-delay: 6s;
    }
}

/* SMOOTH HORIZONTAL FLOW */
@keyframes scrollStrip {
    0% { transform: translateX(100%); }
    100% { transform: translateX(-100%); }
}

/* Initial state (hidden + slightly zoomed out) */
.branding-content {
    opacity: 0;
    transform: translateY(40px) scale(0.95);
    transition: all 0.8s ease;
}

/* When animation is active */
.branding-content.show {
    opacity: 1;
    transform: translateY(0) scale(1);
}
.logo-wrapper,
.brand-heading,
.brand-subtext,
.brand-buttons {
    opacity: 0;
    transform: translateY(20px);
}

.branding-content.show .logo-wrapper {
    animation: fadeUp 0.6s ease forwards;
}

.branding-content.show .brand-heading {
    animation: fadeUp 0.6s ease forwards;
    animation-delay: 0.2s;
}

.branding-content.show .brand-subtext {
    animation: fadeUp 0.6s ease forwards;
    animation-delay: 0.4s;
}

.branding-content.show .brand-buttons {
    animation: fadeUp 0.6s ease forwards;
    animation-delay: 0.6s;
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(25px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}



.developer-strip {
    padding: 60px 0;
    background: #ffffff00;
    text-align: center;
    overflow: hidden;
}

.developer-heading {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 40px;
    color: #1c3b57;
}

/* Slider container */
.logo-slider {
    overflow: hidden;
    position: relative;
}

/* Moving track */
.logo-track {
    display: flex;
    gap: 20px;
    width: max-content;
    animation: scrollLogos 25s linear infinite;
}

/* Individual card */
.logo-card {
    min-width: 180px;
    height: 90px;
    background: #fff;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    border: 1px solid rgba(0,0,0,0.08);
    box-shadow: 0 8px 20px rgba(0,0,0,0.05);
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease;
}

/* Logo image */
.logo-card img {
    max-width: 100%;
    max-height: 60px;
    object-fit: contain;
    /* filter: grayscale(100%); */
    opacity: 0.8;
    transition: all 0.3s ease;
}

/* Hover effect */
.logo-card:hover img {
    /* filter: grayscale(0%); */
    opacity: 1;
}

.logo-card:hover {
    /* transform: translateY(-6px) scale(1.05); */
}

/* Gloss shimmer effect */
.logo-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(
        120deg,
        transparent,
        rgba(255,255,255,0.6),
        transparent
    );
    transform: skewX(-25deg);
}

/* Animate gloss on hover */
.logo-card:hover::before {
    animation: shine 0.8s;
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

/* Infinite scrolling */
@keyframes scrollLogos {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

.logo-slider:hover .logo-track {
    animation-play-state: paused;
}

.footer-logo img {
    max-width: 130px;   /* adjust based on your logo */
    height: auto;
    display: block;
}

.footer-logo {
    text-align: center;
}

.footer-logo img {
    transition: all 0.3s ease;
}

.footer-logo img:hover {
    filter: drop-shadow(0 0 8px rgba(0, 198, 255, 0.5));
    transform: scale(1.05);
}



/* Wrapper */
.image-wrapper {
    border-radius: 12px;
}

/* Base image */
.base-img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
}

/* Dark blurred overlay */
.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    background: linear-gradient(
    rgba(0,0,0,0.6),
    rgba(0,0,0,0.2)
);
    backdrop-filter: blur(3px);     /* blur effect */

    border-radius: 12px;
    z-index: 1;
}

/* Logo positioning */
.image-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

/* Logo styling */
.image-logo img {
    max-width: 200px;
    opacity: 0.95;
    transition: 0.3s ease;
}

/* Optional hover glow */
.image-wrapper:hover .image-logo img {
    transform: scale(1.05);
    filter: drop-shadow(0 0 10px rgba(255,255,255,0.4));
}

.base-img {
    transition: transform 0.6s ease;
}

.image-wrapper:hover .base-img {
    transform: scale(1.05);
}