/* Custom Spring Hall Golden Theme - Primary Color: #C3AA59 */

/* Logo alignment styles */
.wpo-header-style-1 .social-info {
    display: flex;
    align-items: center;
    height: 100%;
}

.wpo-header-style-1 #navbar {
    display: flex;
    align-items: center;
    height: 100%;
}

.wpo-header-style-1 .navbar-nav {
    display: flex;
    align-items: center;
    margin: 0;
}

.wpo-header-style-1 .navigation {
    padding: 0 0 5px 0;
}

@media (min-width: 992px) {
    .wpo-header-style-1 .row {
        min-height: 100px;
        align-items: center;
    }

    .wpo-header-style-1 .navbar-brand img {
        max-height: 120px;
        width: auto;
    }
}

/* Golden theme accent colors */
.theme-btn:hover,
.view-cart-btn:hover {
    background: #B89968 !important;
    border-color: #B89968 !important;
}

.wpo-site-header #navbar>ul>li>a:hover {
    color: #C3AA59 !important;
}

.wpo-site-header #navbar>ul>li.current-menu-item>a {
    color: #C3AA59 !important;
}

/* Icon and link accents */
a:hover {
    color: #C3AA59;
}

.wpo-footer-area .wpo-lower-footer a:hover {
    color: #C3AA59;
}

/* Hide cart icon from header and mobile menu */
.mini-cart {
    display: none !important;
}

/* Mobile Menu Background & Styling - Only for Mobile */
@media (max-width: 991px) {
    .wpo-header-style-1 #navbar {
        background: linear-gradient(135deg, #C3AA59 0%, #B89968 100%) !important;
    }

    .wpo-header-style-1 .navigation-holder {
        background: #C3AA59 !important;
    }

    /* Mobile Menu Links */
    .wpo-header-style-1 #navbar>ul>li>a {
        color: #fff !important;
        padding: 12px 20px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .wpo-header-style-1 #navbar>ul>li>a:hover {
        background: rgba(255, 255, 255, 0.15);
    }
}

/* Active Link Styling - Both Desktop & Mobile */
.wpo-header-style-1 #navbar>ul>li>a.active {
    color: #C3AA59 !important;
}

@media (max-width: 991px) {
    .wpo-header-style-1 #navbar>ul>li>a.active {
        color: #fff !important;
        background: rgba(255, 255, 255, 0.2);
        border-radius: 5px;
        padding: 12px 20px;
    }
}

/* Service Images - Fixed Size for Consistent Layout */
.wpo-Service-section-s2 .wpo-Service-item {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.wpo-Service-section-s2 .wpo-Service-img {
    width: 100%;
    height: 400px;
    overflow: hidden;
    position: relative;
}

.wpo-Service-section-s2 .wpo-Service-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

@media (max-width: 1199px) {
    .wpo-Service-section-s2 .wpo-Service-img {
        height: 350px;
    }
}

@media (max-width: 991px) {
    .wpo-Service-section-s2 .wpo-Service-img {
        height: 300px;
    }
}

@media (max-width: 767px) {
    .wpo-Service-section-s2 .wpo-Service-img {
        height: 250px;
    }
}

/* About Section Images - Proper Size & Layout */
.wpo-about-section-s2 .wpo-about-img {
    width: 100%;
    height: auto;
    overflow: hidden;
    max-height: 680px;
}

.wpo-about-section-s2 .wpo-about-img img {
    width: 100%;
    height: auto;
    max-height: 680px;
    display: block;
    object-fit: cover;
}

.wpo-about-section-s2 .wpo-about-img-inner {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.wpo-about-section-s2 .wpo-about-img-inner img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.wpo-about-section-s2 .wpo-about-item {
    position: relative;
}

/* Decorative Floral Shapes for About Section - Background Layer */
.wpo-about-section-s2 {
    position: relative;
    overflow: hidden;
}

.wpo-about-section-s2 .shape-top-left {
    position: absolute;
    top: -50px;
    left: -50px;
    width: inherit;
    height: auto;
    z-index: 0;
    opacity: 1;
    pointer-events: none;
}

.wpo-about-section-s2 .shape-top-left img {
    width: 100%;
    height: auto;
    display: block;
}

.wpo-about-section-s2 .shape-bottom-right {
    position: absolute;
    bottom: -50px;
    right: -50px;
    width: inherit;
    height: auto;
    z-index: 0;
    opacity: 1;
    pointer-events: none;
}

.wpo-about-section-s2 .shape-bottom-right img {
    width: 100%;
    height: auto;
    display: block;
}

/* Content Above Background Shapes */
.wpo-about-section-s2 .container {
    position: relative;
    z-index: 2;
}

/* Responsive Decorative Shapes */
@media (max-width: 991px) {

    .wpo-about-section-s2 .shape-top-left,
    .wpo-about-section-s2 .shape-bottom-right {
        width: inherit;
    }

    .wpo-about-section-s2 .shape-top-left {
        top: -30px;
        left: -30px;
    }

    .wpo-about-section-s2 .shape-bottom-right {
        bottom: -30px;
        right: -30px;
    }
}

@media (max-width: 767px) {

    .wpo-about-section-s2 .shape-top-left,
    .wpo-about-section-s2 .shape-bottom-right {
        width: inherit;
        opacity: 1;
    }

    .wpo-about-section-s2 .shape-top-left {
        top: -20px;
        left: -20px;
    }

    .wpo-about-section-s2 .shape-bottom-right {
        bottom: -20px;
        right: -20px;
    }
}

/* Testimonial Section - Background Color */
.wpo-testimonial-section {
    background-color: #faf8f2;
}

/* Gallery Section - Decorative Shape Right Side */
.wpo-portfolio-section-s4 {
    position: relative;
    overflow: visible;
}

.wpo-portfolio-section-s4 .gallery-shape-right {
    position: absolute;
    top: 50%;
    right: -15%;
    transform: translateY(-50%);
    width: inherit;
    height: auto;
    z-index: 1;
    opacity: 1;
    pointer-events: none;
}

.wpo-portfolio-section-s4 .gallery-shape-right img {
    width: 100%;
    height: auto;
    display: block;
}

/* Hide Gallery Shape on Tablet & Mobile */
@media (max-width: 991px) {
    .wpo-portfolio-section-s4 .gallery-shape-right {
        display: none;
    }
}

/* Video Section - Image Full Coverage with Reduced Height */
.wpo-video-section .video-wrap {
    height: 700px;
    overflow: hidden;
}

.wpo-video-section .video-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

@media (max-width: 991px) {
    .wpo-video-section .video-wrap {
        height: 500px;
    }
}

@media (max-width: 767px) {
    .wpo-video-section .video-wrap {
        height: 400px;
    }
}

/* ===== Home hero (artboard 1905×750) — shorter wide banner, true photo colors ===== */
.wpo-hero-slider.wpo-hero-slider-s3,
.wpo-hero-slider.wpo-hero-slider-s4 {
    height: clamp(220px, 32vw, 440px) !important;
    min-height: 0 !important;
    max-height: none !important;
}

/* Ornamental taaj (shape7/8) — hidden if any markup remains */
.wpo-hero-slider-s3 .slide-inner .shape-1,
.wpo-hero-slider-s3 .slide-inner .shape-2,
.wpo-hero-slider-s4 .slide-inner .shape-1,
.wpo-hero-slider-s4 .slide-inner .shape-2 {
    display: none !important;
}

.wpo-hero-slider-s3 .swiper-container,
.wpo-hero-slider-s4 .swiper-container {
    position: absolute !important;
    inset: 0;
    width: 100% !important;
    height: 100% !important;
}

/* Theme adds blue darken layer on :before — remove so photo shows true colors */
.wpo-hero-slider-s3 .slide-inner:before,
.wpo-hero-slider-s4 .slide-inner:before {
    display: none !important;
    content: none !important;
    opacity: 0 !important;
}

.wpo-hero-slider-s3 .slide-inner.slide-bg-image,
.wpo-hero-slider-s4 .slide-inner.slide-bg-image {
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

/* No dark box on image — text floats over photo */
.wpo-hero-slider-s3 .slide-inner .slide-content,
.wpo-hero-slider-s4 .slide-inner .slide-content {
    background: transparent !important;
    border: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    padding: 16px 20px 24px !important;
}

.wpo-hero-slider-s3 .slide-inner .slide-content h2,
.wpo-hero-slider-s4 .slide-inner .slide-content h2,
.wpo-hero-slider-s3 .slide-inner .slide-content p,
.wpo-hero-slider-s4 .slide-inner .slide-content p {
    text-shadow: 0 2px 16px rgba(0, 0, 0, 0.85);
}

/* Compact centered copy block — button not full-width */
.wpo-hero-slider-s3 .slide-inner .slide-content,
.wpo-hero-slider-s4 .slide-inner .slide-content {
    display: inline-block;
    width: auto;
    max-width: min(90vw, 520px);
    text-align: center;
}

.wpo-hero-slider-s3 .slide-inner .slide-content .slide-btns,
.wpo-hero-slider-s4 .slide-inner .slide-content .slide-btns {
    margin-top: 6px;
}

.wpo-hero-slider-s3 .slide-inner .slide-content .theme-btn,
.wpo-hero-slider-s4 .slide-inner .slide-content .theme-btn {
    display: inline-block !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: 100%;
    padding: 10px 26px !important;
    font-size: 14px !important;
    line-height: 1.35 !important;
    font-weight: 600 !important;
    text-transform: capitalize !important;
    letter-spacing: 0.02em;
    border-radius: 4px;
}

.wpo-hero-slider-s3 .slide-inner .slide-content .theme-btn:after,
.wpo-hero-slider-s4 .slide-inner .slide-content .theme-btn:after {
    display: none !important;
}

@media (max-width: 767px) {
    .wpo-hero-slider-s3 .slide-inner .slide-content .theme-btn,
    .wpo-hero-slider-s4 .slide-inner .slide-content .theme-btn {
        padding: 9px 20px !important;
        font-size: 13px !important;
    }
}

.wpo-hero-slider-s3 .container-fluid {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    min-height: 0 !important;
}

.wpo-hero-slider-s3 .slide-content-wrap,
.wpo-hero-slider-s4 .slide-content-wrap {
    width: auto;
    padding-left: 0;
    max-width: 100%;
    text-align: center;
}

/* Laptop: tighter hero typography */
@media (min-width: 992px) and (max-width: 1399px) {
    .wpo-hero-slider-s3 .slide-inner .slide-content h2,
    .wpo-hero-slider-s4 .slide-inner .slide-content h2 {
        font-size: 38px !important;
        line-height: 1.15 !important;
    }

    .wpo-hero-slider-s3 .slide-inner .slide-content p,
    .wpo-hero-slider-s4 .slide-inner .slide-content p {
        font-size: 15px !important;
        line-height: 1.45 !important;
    }
}

@media (min-width: 1400px) {
    .wpo-hero-slider-s3 .slide-inner .slide-content h2,
    .wpo-hero-slider-s4 .slide-inner .slide-content h2 {
        font-size: 42px !important;
        line-height: 1.15 !important;
    }
}

@media (max-width: 991px) {
    .wpo-hero-slider.wpo-hero-slider-s3,
    .wpo-hero-slider.wpo-hero-slider-s4 {
        height: clamp(200px, 36vw, 380px) !important;
    }
}

@media (max-width: 575px) {
    .wpo-hero-slider.wpo-hero-slider-s3,
    .wpo-hero-slider.wpo-hero-slider-s4 {
        height: clamp(180px, 40vw, 320px) !important;
    }
}

/* ===== Inner page banners (artboard 1905×360) ===== */
.wpo-page-title {
    min-height: unset !important;
    height: clamp(160px, 18.9vw, 360px) !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

@media (max-width: 767px) {
    .wpo-page-title {
        height: clamp(140px, 22vw, 280px) !important;
    }
}

/* ===== CUSTOM FOOTER DESIGN WITH STUNNING LIGHT GRADIENT ===== */
.wpo-site-footer {
    background: linear-gradient(135deg,
            rgba(252, 251, 250, 1) 0%,
            rgba(227, 207, 198, 1) 25%,
            rgba(252, 251, 250, 1) 50%,
            rgba(227, 207, 198, 1) 75%,
            rgba(252, 251, 250, 1) 100%);
    background-size: 400% 400%;
    animation: gradientShift 15s ease infinite;
    color: #3d3420;
    padding: 80px 0 0;
    position: relative;
    overflow: hidden;
}

/* Animated gradient background */
@keyframes gradientShift {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

/* Decorative overlay for depth */
.wpo-site-footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        radial-gradient(circle at 20% 50%, rgba(227, 207, 198, 0.3) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(195, 170, 89, 0.2) 0%, transparent 50%),
        radial-gradient(circle at 40% 80%, rgba(227, 207, 198, 0.25) 0%, transparent 50%);
    pointer-events: none;
}

/* Sparkle effect overlay */
.wpo-site-footer::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image:
        radial-gradient(2px 2px at 20% 30%, rgba(255, 255, 255, 0.8), transparent),
        radial-gradient(2px 2px at 60% 70%, rgba(255, 255, 255, 0.6), transparent),
        radial-gradient(1px 1px at 50% 50%, rgba(255, 255, 255, 0.7), transparent),
        radial-gradient(1px 1px at 80% 10%, rgba(255, 215, 0, 0.8), transparent),
        radial-gradient(2px 2px at 90% 60%, rgba(255, 255, 255, 0.5), transparent),
        radial-gradient(1px 1px at 33% 50%, rgba(255, 215, 0, 0.6), transparent);
    background-size: 200% 200%;
    animation: sparkle 4s ease-in-out infinite;
    pointer-events: none;
}

@keyframes sparkle {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }
}

/* Footer Main Content */
.footer-main-content {
    padding-bottom: 50px;
    border-bottom: 1px solid rgba(184, 153, 104, 0.3);
    position: relative;
    z-index: 1;
}

/* Brand Section */
.footer-brand {
    font-size: 38px;
    font-weight: 700;
    color: #B89968;
    margin-bottom: 8px;
    font-family: "Jost", sans-serif;
    letter-spacing: 1px;
}

@keyframes shimmer {
    0% {
        background-position: 0% center;
    }

    100% {
        background-position: 200% center;
    }
}

.footer-subtitle {
    color: black !important;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 3px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.footer-tagline {
    font-size: 15px;
    font-style: italic;
    color: black !important;
    margin-bottom: 35px;
    line-height: 1.6;
}

/* Social Icons */
.footer-social-icons {
    display: flex;
    gap: 12px;
    margin-top: 30px;
}

.footer-social-icons a {
    width: 48px;
    height: 48px;
    background: #B89968;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 4px 15px rgba(184, 153, 104, 0.3);
    position: relative;
    overflow: hidden;
}

.footer-social-icons a::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%);
    transition: width 0.5s, height 0.5s;
}

.footer-social-icons a:hover::before {
    width: 100%;
    height: 100%;
}

.footer-social-icons a:hover {
    background: #3d3420;
    transform: translateY(-5px) scale(1.1);
    box-shadow: 0 8px 25px rgba(61, 52, 32, 0.4);
}

.footer-social-icons a i {
    font-size: 20px;
    position: relative;
    z-index: 1;
}

/* Footer Widget Titles */
.footer-widget-title {
    color: #B89968;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 25px;
    font-family: "Jost", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    padding-bottom: 12px;
}

.footer-widget-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 3px;
    background: linear-gradient(90deg, #B89968, transparent);
    border-radius: 2px;
}

/* Footer Links - Override Default Styling */
.footer-widget.link-widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
}

.footer-widget.link-widget ul li {
    margin-bottom: 12px;
    display: block;
    width: 100%;
    margin-left: 0 !important;
}

.footer-widget.link-widget ul li a {
    color: #525252 !important;
    font-size: 15px !important;
    transition: all 0.3s ease;
    display: block !important;
    background: transparent !important;
    width: auto !important;
    height: auto !important;
    text-align: left !important;
    line-height: normal !important;
    border-radius: 0 !important;
    padding: 0 !important;
    position: relative;
}

.footer-widget.link-widget ul li a::before {
    content: '→';
    position: absolute;
    left: -20px;
    opacity: 0;
    transition: all 0.3s ease;
    color: #B89968;
}

.footer-widget.link-widget ul li a:hover {
    color: #B89968 !important;
    padding-left: 20px !important;
}

.footer-widget.link-widget ul li a:hover::before {
    left: 0;
    opacity: 1;
}

/* Contact Info */
.footer-contact-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-contact-list li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 18px;
    color: #525252;
    font-size: 14px;
    line-height: 1.6;
}

.footer-contact-list li i {
    color: #B89968;
    font-size: 20px;
    margin-right: 15px;
    margin-top: 2px;
    flex-shrink: 0;
}

/* Award Badges Section */
.footer-awards {
    padding: 40px 0 30px;
    border-bottom: 1px solid rgba(184, 153, 104, 0.3);
    position: relative;
    z-index: 1;
}

.awards-container {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.award-badge {
    flex: 1;
    min-width: 220px;
    background: rgba(255, 255, 255, 0.6);
    border: 2px solid rgba(184, 153, 104, 0.3);
    border-radius: 12px;
    padding: 25px;
    display: flex;
    align-items: center;
    gap: 18px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
}

.award-badge::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, transparent, rgba(184, 153, 104, 0.2), transparent);
    transform: rotate(45deg);
    transition: all 0.5s;
}

.award-badge:hover::before {
    left: 100%;
}

.award-badge:hover {
    border-color: #B89968;
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 12px 35px rgba(184, 153, 104, 0.3);
    background: rgba(255, 255, 255, 0.8);
}

.award-badge i {
    font-size: 42px;
    color: #B89968;
    flex-shrink: 0;
    animation: iconPulse 2s ease-in-out infinite;
}

@keyframes iconPulse {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }
}

.award-text p {
    margin: 0;
    font-size: 13px;
    line-height: 1.6;
    color: #525252;
}

.award-text p:first-child {
    font-weight: 700;
    color: #3d3420;
    font-size: 14px;
}

/* Copyright */
.footer-copyright {
    text-align: center;
    padding: 30px 0;
    position: relative;
    z-index: 1;
}

.footer-copyright p {
    margin: 0;
    color: #525252;
    font-size: 14px;
    letter-spacing: 0.5px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .wpo-site-footer {
        padding: 60px 0 0;
    }

    .footer-brand {
        font-size: 32px;
    }

    .award-badge {
        min-width: 100%;
    }

    .awards-container {
        gap: 15px;
    }
}

/* Add subtle animation to footer on scroll */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.wpo-site-footer .footer-widget {
    animation: fadeInUp 0.6s ease-out backwards;
}

.wpo-site-footer .col-lg-3:nth-child(1) .footer-widget {
    animation-delay: 0.1s;
}

.wpo-site-footer .col-lg-2:nth-child(2) .footer-widget {
    animation-delay: 0.2s;
}

.wpo-site-footer .col-lg-3:nth-child(3) .footer-widget {
    animation-delay: 0.3s;
}

.wpo-site-footer .col-lg-4:nth-child(4) .footer-widget {
    animation-delay: 0.4s;
}

/* Responsive Footer */
@media (max-width: 991px) {
    .footer-main-content {
        padding-bottom: 30px;
    }

    .footer-widget {
        margin-bottom: 40px;
    }

    .awards-container {
        flex-direction: column;
    }

    .award-badge {
        min-width: 100%;
    }
}

@media (max-width: 767px) {
    .wpo-site-footer {
        padding: 50px 0 0;
    }

    .footer-brand {
        font-size: 28px;
    }

    .footer-social-icons a {
        width: 40px;
        height: 40px;
    }

    .footer-widget-title {
        font-size: 16px;
        margin-bottom: 20px;
    }
}

/* ===== CORPORATE AMENITIES SECTION - CLEAN & POLISHED REDESIGN ===== */

/* Section Layout */
.corporate-amenities-section {
    background: #ffffff;
    position: relative;
    overflow: hidden;
}

.corporate-amenities-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, #fafafa 0%, #ffffff 50%, #fafafa 100%);
    z-index: 0;
}

.corporate-amenities-section .container {
    position: relative;
    z-index: 1;
}

/* Grid Layout */
.amenities-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-top: 60px;
}

/* Individual Amenity Cards */
.amenity-card {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    display: flex;
    flex-direction: column;
}

.amenity-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(195, 170, 89, 0.2);
}

/* Image Container */
.amenity-image {
    position: relative;
    width: 100%;
    height: 260px;
    overflow: hidden;
}

.amenity-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.5s ease;
}

.amenity-card:hover .amenity-image img {
    transform: scale(1.08);
}

/* Image Overlay */
.amenity-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(195, 170, 89, 0.15) 100%);
    opacity: 0;
    transition: opacity 0.35s ease;
}

.amenity-card:hover .amenity-overlay {
    opacity: 1;
}

/* Content Area */
.amenity-content {
    padding: 32px 28px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.amenity-content h3 {
    font-size: 20px;
    font-weight: 600;
    color: #2c2c2c;
    margin: 0 0 14px 0;
    font-family: "Jost", sans-serif;
    line-height: 1.3;
    transition: color 0.3s ease;
}

.amenity-card:hover .amenity-content h3 {
    color: #C3AA59;
}

.amenity-content p {
    font-size: 15px;
    line-height: 1.7;
    color: #666666;
    margin: 0;
}

/* Responsive Design */
@media (max-width: 1199px) {
    .amenities-grid {
        gap: 35px;
    }

    .amenity-image {
        height: 240px;
    }

    .amenity-content {
        padding: 28px 24px;
    }
}

@media (max-width: 991px) {
    .amenities-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
        margin-top: 50px;
    }

    .amenity-image {
        height: 220px;
    }

    .amenity-content {
        padding: 26px 22px;
    }

    .amenity-content h3 {
        font-size: 19px;
    }
}

@media (max-width: 767px) {
    .amenities-grid {
        grid-template-columns: 1fr;
        gap: 25px;
        margin-top: 40px;
    }

    .amenity-image {
        height: 200px;
    }

    .amenity-content {
        padding: 24px 20px;
    }

    .amenity-content h3 {
        font-size: 18px;
        margin-bottom: 12px;
    }

    .amenity-content p {
        font-size: 14px;
    }
}

/* Past Events Section - Padding Fixes */
.wpo-portfolio-section-s4.section-padding {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}

@media (max-width: 991px) {
    .wpo-portfolio-section-s4.section-padding {
        padding-top: 80px !important;
        padding-bottom: 80px !important;
    }
}

@media (max-width: 767px) {
    .wpo-portfolio-section-s4.section-padding {
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }
}

/* ===== ENHANCED BODY GRADIENT - CLOUD/WAVE ANIMATION WITH MOUSE INTERACTION ===== */
body {
    position: relative;
    overflow-x: hidden;
    --mouse-x: 0px;
    --mouse-y: 0px;
}

body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #ffffff;
    transform: translate(calc(var(--mouse-x) * 0.5), calc(var(--mouse-y) * 0.5));
    transition: transform 0.3s ease-out;
}

/* Wave/Cloud animation - slower and more organic */
@keyframes gradientWave {
    0% {
        background-position: 0% 50%;
    }

    25% {
        background-position: 50% 25%;
    }

    50% {
        background-position: 100% 50%;
    }

    75% {
        background-position: 50% 75%;
    }

    100% {
        background-position: 0% 50%;
    }
}

/* Mouse interaction overlay */
#mouse-gradient-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}

#mouse-gradient-overlay.active {
    opacity: 1;
}

/* Sparkle effect for the body */
.page-wrapper {
    position: relative;
}

.page-wrapper::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image:
        radial-gradient(2px 2px at 15% 25%, rgba(255, 255, 255, 0.6), transparent),
        radial-gradient(2px 2px at 85% 65%, rgba(255, 255, 255, 0.5), transparent),
        radial-gradient(1px 1px at 45% 45%, rgba(255, 255, 255, 0.6), transparent),
        radial-gradient(1px 1px at 75% 15%, rgba(195, 170, 89, 0.5), transparent),
        radial-gradient(2px 2px at 25% 85%, rgba(255, 255, 255, 0.4), transparent),
        radial-gradient(1px 1px at 65% 55%, rgba(195, 170, 89, 0.4), transparent);
    background-size: 300% 300%;
    animation: bodySparkle 6s ease-in-out infinite;
    pointer-events: none;
    z-index: 0;
}

@keyframes bodySparkle {

    0%,
    100% {
        opacity: 0.6;
        background-position: 0% 0%, 100% 100%, 50% 50%, 75% 25%, 25% 75%, 60% 40%;
    }

    50% {
        opacity: 1;
        background-position: 100% 100%, 0% 0%, 25% 75%, 50% 50%, 75% 25%, 40% 60%;
    }
}

/* Ensure content stays above the gradient */
/* .page-wrapper > * {
    position: relative;
    z-index: 1;
} */

/* ===== FLOATING CLOUDS LAYER ===== */
.floating-clouds {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none;
    overflow: hidden;
}

.cloud {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.4;
    transition: transform 0.5s ease-out;
}

.cloud-1 {
    width: 800px;
    height: 600px;
    background: radial-gradient(ellipse,
            rgba(252, 251, 250, 0.9) 0%,
            rgba(240, 230, 220, 0.75) 20%,
            rgba(227, 207, 198, 0.6) 40%,
            rgba(210, 190, 180, 0.4) 60%,
            rgba(195, 170, 89, 0.25) 75%,
            transparent 100%);
    top: 10%;
    left: -10%;
    animation: floatCloud1 30s ease-in-out infinite;
}

.cloud-2 {
    width: 700px;
    height: 700px;
    background: radial-gradient(ellipse,
            rgba(252, 251, 250, 0.85) 0%,
            rgba(240, 230, 220, 0.7) 22%,
            rgba(227, 207, 198, 0.55) 42%,
            rgba(210, 185, 170, 0.38) 62%,
            rgba(195, 170, 89, 0.22) 78%,
            transparent 100%);
    top: 50%;
    right: -15%;
    animation: floatCloud2 35s ease-in-out infinite;
}

.cloud-3 {
    width: 900px;
    height: 650px;
    background: radial-gradient(ellipse,
            rgba(247, 239, 230, 0.9) 0%,
            rgba(235, 220, 210, 0.72) 24%,
            rgba(227, 207, 198, 0.58) 45%,
            rgba(210, 185, 170, 0.42) 64%,
            rgba(195, 170, 89, 0.28) 80%,
            transparent 100%);
    bottom: 15%;
    left: 20%;
    animation: floatCloud3 40s ease-in-out infinite;
}

.cloud-4 {
    width: 750px;
    height: 550px;
    background: radial-gradient(ellipse,
            rgba(252, 251, 250, 0.92) 0%,
            rgba(245, 235, 225, 0.76) 26%,
            rgba(227, 207, 198, 0.6) 48%,
            rgba(205, 180, 160, 0.42) 68%,
            rgba(195, 170, 89, 0.26) 82%,
            transparent 100%);
    top: 30%;
    right: 25%;
    animation: floatCloud4 38s ease-in-out infinite;
}

.cloud-5 {
    width: 850px;
    height: 700px;
    background: radial-gradient(ellipse,
            rgba(252, 251, 250, 0.88) 0%,
            rgba(240, 230, 220, 0.7) 20%,
            rgba(227, 207, 198, 0.56) 38%,
            rgba(215, 195, 180, 0.4) 56%,
            rgba(205, 180, 160, 0.28) 72%,
            rgba(195, 170, 89, 0.18) 85%,
            transparent 100%);
    bottom: 35%;
    right: 10%;
    animation: floatCloud5 42s ease-in-out infinite;
}

.cloud-6 {
    width: 650px;
    height: 800px;
    background: radial-gradient(ellipse,
            rgba(247, 239, 230, 0.9) 0%,
            rgba(235, 220, 210, 0.74) 23%,
            rgba(227, 207, 198, 0.58) 44%,
            rgba(210, 190, 175, 0.42) 64%,
            rgba(195, 170, 89, 0.26) 80%,
            transparent 100%);
    top: 60%;
    left: 35%;
    animation: floatCloud6 36s ease-in-out infinite;
}

/* Floating animations for each cloud */
@keyframes floatCloud1 {

    0%,
    100% {
        transform: translate(0, 0) scale(1);
    }

    25% {
        transform: translate(150px, -80px) scale(1.1);
    }

    50% {
        transform: translate(280px, 60px) scale(0.95);
    }

    75% {
        transform: translate(120px, 120px) scale(1.05);
    }
}

@keyframes floatCloud2 {

    0%,
    100% {
        transform: translate(0, 0) scale(1);
    }

    30% {
        transform: translate(-180px, 100px) scale(1.08);
    }

    60% {
        transform: translate(-250px, -70px) scale(0.92);
    }

    80% {
        transform: translate(-90px, 50px) scale(1.03);
    }
}

@keyframes floatCloud3 {

    0%,
    100% {
        transform: translate(0, 0) scale(1);
    }

    20% {
        transform: translate(200px, -100px) scale(1.12);
    }

    50% {
        transform: translate(-120px, -150px) scale(0.88);
    }

    75% {
        transform: translate(80px, -60px) scale(1.06);
    }
}

@keyframes floatCloud4 {

    0%,
    100% {
        transform: translate(0, 0) scale(1);
    }

    33% {
        transform: translate(-160px, -90px) scale(1.1);
    }

    66% {
        transform: translate(140px, 110px) scale(0.94);
    }
}

@keyframes floatCloud5 {

    0%,
    100% {
        transform: translate(0, 0) scale(1);
    }

    28% {
        transform: translate(-200px, 120px) scale(1.15);
    }

    56% {
        transform: translate(180px, -90px) scale(0.9);
    }

    84% {
        transform: translate(-70px, 40px) scale(1.04);
    }
}

@keyframes floatCloud6 {

    0%,
    100% {
        transform: translate(0, 0) scale(1);
    }

    35% {
        transform: translate(160px, 130px) scale(1.08);
    }

    70% {
        transform: translate(-140px, -110px) scale(0.96);
    }
}

/* Responsive cloud sizes */
@media (max-width: 768px) {
    .cloud {
        filter: blur(60px);
    }

    .cloud-1,
    .cloud-2,
    .cloud-3,
    .cloud-4,
    .cloud-5,
    .cloud-6 {
        width: 400px;
        height: 400px;
    }
}

/* ============================================
   FAQ Accordion Enhanced Styling
   ============================================ */

.wpo-faq-section {
    position: relative;
}

.wpo-faq-section h4 {
    font-size: 28px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 3px solid #C3AA59;
    display: inline-block;
}

/* Accordion Container Styling */
.wpo-faq-section .accordion {
    border-radius: 0;
    background: transparent;
}

/* Accordion Item Styling */
.wpo-faq-section .accordion-item {
    border: none;
    margin-bottom: 20px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    background: #ffffff;
}

.wpo-faq-section .accordion-item:hover {
    box-shadow: 0 8px 30px rgba(195, 170, 89, 0.2);
    transform: translateY(-3px);
}

/* Accordion Header Styling */
.wpo-faq-section .accordion-header {
    margin-bottom: 0;
}

/* Accordion Button Styling */
.wpo-faq-section .accordion-button {
    padding: 25px 30px;
    font-size: 18px;
    font-weight: 600;
    color: #2c2c2c;
    background: #ffffff;
    border: none;
    box-shadow: none;
    position: relative;
    transition: all 0.3s ease;
    border-left: 4px solid transparent;
}

.wpo-faq-section .accordion-button:not(.collapsed) {
    color: #C3AA59;
    background: linear-gradient(135deg, #faf8f3 0%, #ffffff 100%);
    border-left-color: #C3AA59;
    box-shadow: none;
}

.wpo-faq-section .accordion-button:hover {
    background: #faf8f3;
    color: #C3AA59;
}

.wpo-faq-section .accordion-button:focus {
    box-shadow: none;
    border-color: transparent;
    outline: none;
}

/* Custom Icon Styling - Using ::before and ::after for + and - */
.wpo-faq-section .accordion-button::after {
    display: none;
    /* Hide default Bootstrap icon */
}

.wpo-faq-section .accordion-button::before {
    content: '';
    position: absolute;
    right: 30px;
    top: 50%;
    width: 30px;
    height: 30px;
    border: 2px solid #C3AA59;
    border-radius: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease;
    background: #fff;
}

/* Plus sign horizontal line */
.wpo-faq-section .accordion-button::after {
    content: '';
    display: block;
    position: absolute;
    right: 40px;
    top: 50%;
    width: 12px;
    height: 2px;
    background: #C3AA59;
    transform: translateY(-50%);
    transition: all 0.3s ease;
}

/* Plus sign vertical line - hidden when expanded */
.wpo-faq-section .accordion-button.collapsed::before {
    content: '';
    position: absolute;
    right: 35px;
    top: 50%;
    width: 2px;
    height: 12px;
    background: #C3AA59;
    transform: translateY(-50%);
    transition: all 0.3s ease;
    z-index: 2;
}

/* Border circle styling */
.wpo-faq-section .accordion-button.collapsed::after {
    content: '';
    position: absolute;
    right: 30px;
    top: 50%;
    width: 30px;
    height: 30px;
    border: 2px solid #C3AA59;
    border-radius: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease;
    background: #fff;
}

/* Rotate and change color when expanded */
.wpo-faq-section .accordion-button:not(.collapsed)::before {
    border-color: #C3AA59;
    background: #C3AA59;
    transform: translateY(-50%) rotate(180deg);
}

.wpo-faq-section .accordion-button:not(.collapsed)::after {
    content: '';
    position: absolute;
    right: 40px;
    top: 50%;
    width: 12px;
    height: 2px;
    background: #ffffff;
    transform: translateY(-50%);
}

/* Icon container for better positioning */
.wpo-faq-section .accordion-button {
    padding-right: 80px;
    /* Make room for icon */
}

/* Accordion Body Styling */
.wpo-faq-section .accordion-collapse {
    border: none;
    background: #ffffff;
}

.wpo-faq-section .accordion-body {
    padding: 0 30px 30px 30px;
    font-size: 16px;
    line-height: 1.8;
    color: #666;
    background: #ffffff;
}

.wpo-faq-section .accordion-body p {
    margin: 0;
    color: #555;
    line-height: 1.8;
}

/* FAQ Links Styling */
.wpo-faq-section .accordion-body a {
    color: #C3AA59;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    border-bottom: 1px solid transparent;
}

.wpo-faq-section .accordion-body a:hover {
    color: #B89968;
    border-bottom-color: #B89968;
}

/* Add a subtle separator line */
.wpo-faq-section .accordion-body::before {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #C3AA59 0%, transparent 100%);
    margin-bottom: 20px;
}

/* Section Title Styling */
.wpo-faq-section .wpo-section-title h2 {
    font-size: 42px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
}

.wpo-faq-section .wpo-section-title h2::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #C3AA59 0%, #B89968 100%);
    border-radius: 2px;
}

.wpo-faq-section .wpo-section-title p {
    font-size: 18px;
    color: #666;
    margin-top: 20px;
    line-height: 1.6;
}

/* Responsive Design */
@media (max-width: 768px) {
    .wpo-faq-section h4 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .wpo-faq-section .accordion-button {
        padding: 20px 70px 20px 20px;
        font-size: 16px;
    }

    .wpo-faq-section .accordion-button::before,
    .wpo-faq-section .accordion-button.collapsed::after {
        right: 20px;
        width: 26px;
        height: 26px;
    }

    .wpo-faq-section .accordion-button::after,
    .wpo-faq-section .accordion-button:not(.collapsed)::after {
        right: 28px;
    }

    .wpo-faq-section .accordion-button.collapsed::before {
        right: 26px;
    }

    .wpo-faq-section .accordion-body {
        padding: 0 20px 20px 20px;
        font-size: 15px;
    }

    .wpo-faq-section .wpo-section-title h2 {
        font-size: 32px;
    }

    .wpo-faq-section .wpo-section-title p {
        font-size: 16px;
    }

    .wpo-faq-section .accordion-item {
        margin-bottom: 15px;
    }
}

/* Smooth expand/collapse animation */
.wpo-faq-section .accordion-collapse {
    transition: height 0.35s ease;
}

/* Add subtle entry animation */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.wpo-faq-section .accordion-item {
    animation: fadeInUp 0.5s ease forwards;
    opacity: 0;
}

.wpo-faq-section .accordion-item:nth-child(1) {
    animation-delay: 0.1s;
}

.wpo-faq-section .accordion-item:nth-child(2) {
    animation-delay: 0.2s;
}

.wpo-faq-section .accordion-item:nth-child(3) {
    animation-delay: 0.3s;
}

.wpo-faq-section .accordion-item:nth-child(4) {
    animation-delay: 0.4s;
}

.wpo-faq-section .accordion-item:nth-child(5) {
    animation-delay: 0.5s;
}

.wpo-faq-section .accordion-item:nth-child(6) {
    animation-delay: 0.6s;
}

.wpo-faq-section .accordion-item:nth-child(7) {
    animation-delay: 0.7s;
}

.wpo-faq-section .accordion-item:nth-child(8) {
    animation-delay: 0.8s;
}

/* ===== RANKINGS SECTION STYLING ===== */
.wpo-rankings-section {
    background: #faf8f2;
    position: relative;
}

.ranking-card {
    background: #ffffff;
    border-radius: 15px;
    padding: 35px 25px;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    border: 2px solid transparent;
}

.ranking-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(195, 170, 89, 0.1), transparent);
    transition: left 0.5s;
}

.ranking-card:hover::before {
    left: 100%;
}

.ranking-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(195, 170, 89, 0.25);
    border-color: #C3AA59;
}

.ranking-badge {
    margin-bottom: 20px;
}

.rank-number {
    font-size: 48px;
    font-weight: 700;
    color: #C3AA59;
    line-height: 1;
    margin-bottom: 8px;
    font-family: 'Jost', sans-serif;
}

.rank-total {
    font-size: 14px;
    color: #666;
    font-weight: 500;
}

.ranking-text h4 {
    font-size: 18px;
    font-weight: 600;
    color: #3d3420;
    margin-bottom: 10px;
    line-height: 1.4;
}

.ranking-text p {
    font-size: 14px;
    color: #666;
    margin: 0;
    line-height: 1.6;
}

/* Responsive */
@media (max-width: 767px) {
    .ranking-card {
        padding: 25px 20px;
    }

    .rank-number {
        font-size: 36px;
    }

    .ranking-text h4 {
        font-size: 16px;
    }
}

/* ===== EVENTS WE HOST SECTION STYLING ===== */
.wpo-events-section {
    background: #ffffff;
    position: relative;
}

.wpo-events-section .wpo-section-title p {
    max-width: 700px;
    margin: 15px auto 0;
    font-size: 15px;
    line-height: 1.8;
    color: #666;
}

.event-card {
    background: #ffffff;
    border-radius: 15px;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    margin-bottom: 30px;
    border: 2px solid transparent;
}

.event-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(195, 170, 89, 0.25);
    border-color: #C3AA59;
}

.event-card-img {
    position: relative;
    height: 280px;
    overflow: hidden;
}

.event-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.event-card:hover .event-card-img img {
    transform: scale(1.1);
}

.event-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(195, 170, 89, 0.9));
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 25px;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.event-card:hover .event-overlay {
    opacity: 1;
}

.event-overlay h3 {
    color: #ffffff;
    font-size: 24px;
    font-weight: 600;
    margin: 0;
    font-family: 'Jost', sans-serif;
}

.event-card-content {
    padding: 25px;
    text-align: center;
}

.event-card-content h4 {
    font-size: 20px;
    font-weight: 600;
    color: #3d3420;
    margin-bottom: 12px;
    font-family: 'Jost', sans-serif;
}

.event-card-content p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 18px;
}

.event-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #C3AA59;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}

.event-link i {
    transition: transform 0.3s ease;
}

.event-link:hover {
    color: #B89968;
    gap: 12px;
}

.event-link:hover i {
    transform: translateX(5px);
}

/* Responsive */
@media (max-width: 991px) {
    .event-card-img {
        height: 240px;
    }
}

@media (max-width: 767px) {
    .event-card-img {
        height: 220px;
    }

    .event-card-content {
        padding: 20px;
    }

    .event-card-content h4 {
        font-size: 18px;
    }
}

/* =========================================
   CORPORATE EVENTS PAGE STYLING
   ========================================= */

/* Corporate Amenities Cards */
.corporate-service-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    /* Soft shadow */
    transition: all 0.3s ease;
    height: 100%;
    border: 1px solid rgba(0, 0, 0, 0.03);
}

.corporate-service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(184, 153, 104, 0.2);
    /* Theme color shadow on hover */
}

.corporate-service-card .wpo-Service-img {
    height: 250px;
    /* Fixed height for consistency */
    overflow: hidden;
}

.corporate-service-card .wpo-Service-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.corporate-service-card:hover .wpo-Service-img img {
    transform: scale(1.05);
    /* Zoom effect */
}

.corporate-service-card .wpo-Service-text {
    padding: 25px;
    text-align: center;
}

.corporate-service-card .wpo-Service-text a {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    display: block;
    margin-bottom: 15px;
    text-decoration: none;
    font-family: "Jost", sans-serif;
}

.corporate-service-card .wpo-Service-text a:hover {
    color: #C3AA59;
    /* Theme color */
}

.corporate-service-card .wpo-Service-text p {
    color: #666;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 0;
}

/* Corporate Catering Section */
.corporate-catering-section {
    background: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url('../images/service/img-5.jpg');
    /* Use existing catering img */
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    /* Parallax-like effect */
    position: relative;
    color: #fff;
}

.corporate-catering-section .wpo-section-title h2,
.corporate-catering-section .wpo-section-title h4,
.corporate-catering-section .wpo-section-title p {
    color: #fff;
}

.corporate-catering-section .wpo-section-title h4 {
    color: #C3AA59;
    /* Accent color for subtitle */
    opacity: 1;
}

.catering-grid-item {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 40px 20px;
    border-radius: 10px;
    backdrop-filter: blur(5px);
    transition: all 0.3s ease;
    height: 100%;
}

.catering-grid-item:hover {
    background: rgba(195, 170, 89, 0.15);
    /* Theme color tint */
    border-color: #C3AA59;
    transform: translateY(-5px);
}

.catering-grid-item h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #fff;
}

.catering-grid-item p {
    color: #e0e0e0;
    margin-bottom: 0;
}

.catering-grid-item i {
    font-size: 40px;
    color: #C3AA59;
    margin-bottom: 20px;
    display: block;
}

/* ===== WHAT WE OFFER SECTION - MODERN CARD DESIGN ===== */

/* Section Container */
.wpo-what-we-offer-section {
    position: relative;
    overflow: hidden;
}

/* Grid Layout with Gap */
.wpo-what-we-offer-section .row {
    margin: 0 -15px;
}

.wpo-what-we-offer-section .col-lg-6,
.wpo-what-we-offer-section .col-md-6 {
    padding: 0 15px;
    margin-bottom: 30px;
}

/* Offer Card Design */
.offer-card {
    background: #ffffff;
    border: 2px solid #e8e4db;
    border-radius: 15px;
    padding: 35px 30px;
    height: 100%;
    display: flex;
    align-items: flex-start;
    gap: 25px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
}

/* Subtle background pattern */
.offer-card::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(195, 170, 89, 0.05) 0%, transparent 70%);
    transition: all 0.6s ease;
    z-index: 0;
}

.offer-card:hover::before {
    top: -30%;
    right: -30%;
    background: radial-gradient(circle, rgba(195, 170, 89, 0.1) 0%, transparent 70%);
}

/* Hover Effect */
.offer-card:hover {
    border-color: #C3AA59;
    transform: translateY(-8px);
    box-shadow: 0 12px 35px rgba(195, 170, 89, 0.25);
    background: linear-gradient(135deg, #ffffff 0%, rgba(250, 248, 242, 0.8) 100%);
}

/* Icon Container */
.offer-icon {
    flex-shrink: 0;
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #C3AA59 0%, #B89968 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    transition: all 0.4s ease;
    box-shadow: 0 6px 20px rgba(195, 170, 89, 0.3);
}

.offer-card:hover .offer-icon {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 10px 30px rgba(195, 170, 89, 0.5);
}

.offer-icon i {
    font-size: 32px;
    color: #ffffff;
    transition: transform 0.3s ease;
}

.offer-card:hover .offer-icon i {
    transform: scale(1.15);
}

/* Content */
.offer-content {
    flex: 1;
    position: relative;
    z-index: 1;
}

.offer-content h3 {
    font-size: 22px;
    font-weight: 700;
    color: #3d3420;
    margin-bottom: 12px;
    font-family: "Jost", sans-serif;
    line-height: 1.3;
    transition: color 0.3s ease;
}

.offer-card:hover .offer-content h3 {
    color: #C3AA59;
}

.offer-content p {
    font-size: 15px;
    line-height: 1.7;
    color: #666;
    margin: 0;
    transition: color 0.3s ease;
}

.offer-card:hover .offer-content p {
    color: #525252;
}

/* Responsive Design */
@media (max-width: 991px) {
    .offer-card {
        padding: 30px 25px;
    }

    .offer-icon {
        width: 65px;
        height: 65px;
    }

    .offer-icon i {
        font-size: 28px;
    }

    .offer-content h3 {
        font-size: 20px;
    }

    .offer-content p {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .offer-card {
        padding: 25px 20px;
        flex-direction: column;
        text-align: center;
        align-items: center;
    }

    .offer-icon {
        width: 60px;
        height: 60px;
        margin-bottom: 5px;
    }

    .offer-icon i {
        font-size: 26px;
    }

    .offer-content h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .offer-content p {
        font-size: 14px;
    }

    .wpo-what-we-offer-section .col-lg-6,
    .wpo-what-we-offer-section .col-md-6 {
        margin-bottom: 20px;
    }
}

/* Animation delays for WOW.js */
.offer-card.fadeInUp {
    animation-duration: 0.8s;
}

/* ===== REUSABLE CTA SECTION - PREMIUM GOLDEN THEME DESIGN ===== */

.wpo-cta-section {
    background: linear-gradient(135deg, rgba(195, 170, 89, 0.15) 0%, rgba(61, 52, 32, 0.25) 100%),
        url(../images/client/png/background.webp) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

/* Multi-layered overlay for depth */
.wpo-cta-section:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(195, 170, 89, 0.2) 0%, rgba(36, 47, 108, 0.5) 100%);
    z-index: -1;
}

/* Decorative golden accent line - top */
.wpo-cta-section:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    height: 3px;
    background: linear-gradient(90deg, transparent 0%, #C3AA59 50%, transparent 100%);
    z-index: 2;
}

/* Animated gradient orbs in background */
.wpo-cta-section .wpo-cta-wrap {
    position: relative;
}

.wpo-cta-section .wpo-cta-wrap::before,
.wpo-cta-section .wpo-cta-wrap::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.15;
    animation: float 8s ease-in-out infinite;
    z-index: 0;
}

.wpo-cta-section .wpo-cta-wrap::before {
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, #C3AA59 0%, transparent 70%);
    top: -100px;
    right: -100px;
    animation-delay: 0s;
}

.wpo-cta-section .wpo-cta-wrap::after {
    width: 350px;
    height: 350px;
    background: radial-gradient(circle, #B89968 0%, transparent 70%);
    bottom: -80px;
    left: -80px;
    animation-delay: 2s;
}

@keyframes float {

    0%,
    100% {
        transform: translate(0, 0) scale(1);
    }

    33% {
        transform: translate(30px, -30px) scale(1.1);
    }

    66% {
        transform: translate(-20px, 20px) scale(0.9);
    }
}

@keyframes pulse {

    0%,
    100% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.1);
        opacity: 0.8;
    }
}

/* Main content container with glassmorphism */
.wpo-cta-section .wpo-cta-content {
    padding: 25px;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    max-width: 950px;
    margin: 0 auto;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(195, 170, 89, 0.15);
    border-radius: 20px;
    position: relative;
    z-index: 1;
}

/* Inner container with golden border and decorative elements */
.wpo-cta-section .wpo-cta-content .cta-inner {
    padding: 45px 35px;
    border: 2px solid transparent;
    background: linear-gradient(#fff, #fff) padding-box,
        linear-gradient(135deg, #C3AA59 0%, #B89968 50%, #C3AA59 100%) border-box;
    border-radius: 15px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

/* Decorative corner accents */
.wpo-cta-section .wpo-cta-content .cta-inner::before,
.wpo-cta-section .wpo-cta-content .cta-inner::after {
    content: "";
    position: absolute;
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #C3AA59 0%, transparent 70%);
    opacity: 0.12;
}

.wpo-cta-section .wpo-cta-content .cta-inner::before {
    top: 0;
    left: 0;
    border-top-left-radius: 15px;
}

.wpo-cta-section .wpo-cta-content .cta-inner::after {
    bottom: 0;
    right: 0;
    border-bottom-right-radius: 15px;
    transform: rotate(180deg);
}

/* Subtitle with golden gradient text */
.wpo-cta-section .cta-subtitle {
    font-size: 15px;
    font-weight: 600;
    background: linear-gradient(135deg, #C3AA59 0%, #B89968 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    margin-bottom: 15px;
    display: block;
    position: relative;
    animation: shimmer 3s ease-in-out infinite;
}

/* Decorative line under subtitle */
.wpo-cta-section .cta-subtitle::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 2px;
    background: linear-gradient(90deg, transparent 0%, #C3AA59 50%, transparent 100%);
}

@keyframes shimmer {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.85;
    }
}

/* Main title with enhanced styling */
.wpo-cta-section .cta-title {
    font-size: 38px;
    font-weight: 700;
    color: #3D3420;
    margin-bottom: 18px;
    margin-top: 15px;
    font-family: "Jost", sans-serif;
    line-height: 1.3;
    position: relative;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

/* Decorative quotes around title */
.wpo-cta-section .cta-title::before,
.wpo-cta-section .cta-title::after {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23C3AA59' opacity='0.3'%3E%3Cpath d='M6 17h3l2-4V7H5v6h3zm8 0h3l2-4V7h-6v6h3z'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.15;
}

.wpo-cta-section .cta-title::before {
    top: -15px;
    left: -10px;
}

.wpo-cta-section .cta-title::after {
    bottom: -15px;
    right: -10px;
    transform: rotate(180deg);
}

/* Description text with better readability */
.wpo-cta-section .cta-description {
    font-size: 15px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 30px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 400;
}

/* Button container with enhanced layout */
.wpo-cta-section .cta-btns {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
    margin-top: 10px;
}

/* Enhanced primary button styling */
.wpo-cta-section .cta-btns .theme-btn {
    position: relative;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(195, 170, 89, 0.35);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    font-size: 15px;
    padding: 14px 35px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.wpo-cta-section .cta-btns .theme-btn::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%);
    transition: width 0.6s, height 0.6s;
}

.wpo-cta-section .cta-btns .theme-btn:hover::before {
    width: 300px;
    height: 300px;
}

.wpo-cta-section .cta-btns .theme-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(195, 170, 89, 0.5);
}

/* Enhanced secondary button styling */
.wpo-cta-section .cta-btns .theme-btn-s2 {
    position: relative;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    font-size: 15px;
    padding: 14px 35px;
    font-weight: 600;
    letter-spacing: 0.5px;
    background: transparent;
    border: 2px solid #C3AA59;
    color: #C3AA59;
}

.wpo-cta-section .cta-btns .theme-btn-s2:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(195, 170, 89, 0.3);
    background: linear-gradient(135deg, #C3AA59 0%, #B89968 100%);
    color: #fff;
}

/* Decorative element at bottom of CTA */
.wpo-cta-section .wpo-cta-content::after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 4px;
    background: linear-gradient(90deg, transparent 0%, #C3AA59 50%, transparent 100%);
    border-radius: 2px;
}

/* Tablet responsiveness */
@media (max-width: 991px) {
    .wpo-cta-section .wpo-cta-content .cta-inner {
        padding: 35px 28px;
    }

    .wpo-cta-section .cta-title {
        font-size: 32px;
    }

    .wpo-cta-section .cta-subtitle {
        font-size: 14px;
        letter-spacing: 2px;
    }

    .wpo-cta-section .cta-description {
        font-size: 14px;
        margin-bottom: 25px;
    }

    .wpo-cta-section .cta-btns {
        gap: 20px;
    }
}

/* Mobile responsiveness */
@media (max-width: 767px) {
    .wpo-cta-section .wpo-cta-content {
        padding: 15px;
    }

    .wpo-cta-section .wpo-cta-content .cta-inner {
        padding: 30px 20px;
    }

    .wpo-cta-section .cta-title {
        font-size: 26px;
        margin-bottom: 20px;
    }

    .wpo-cta-section .cta-title::before,
    .wpo-cta-section .cta-title::after {
        width: 30px;
        height: 30px;
    }

    .wpo-cta-section .cta-subtitle {
        font-size: 14px;
        letter-spacing: 1.5px;
    }

    .wpo-cta-section .cta-description {
        font-size: 15px;
        margin-bottom: 30px;
    }

    .wpo-cta-section .cta-btns {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }

    .wpo-cta-section .cta-btns .theme-btn,
    .wpo-cta-section .cta-btns .theme-btn-s2 {
        width: 100%;
        max-width: 280px;
        padding: 14px 35px;
        font-size: 15px;
    }

    .wpo-cta-section .wpo-cta-wrap::before,
    .wpo-cta-section .wpo-cta-wrap::after {
        width: 250px;
        height: 250px;
    }
}

/* ===== SERVICE DESCRIPTION CARDS - PREMIUM DESIGN ===== */

.service-desc-card {
    background: #ffffff;
    border-radius: 15px;
    padding: 35px 30px;
    margin-bottom: 30px;
    display: flex;
    align-items: flex-start;
    gap: 25px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 2px solid #e8e4db;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06);
    position: relative;
    overflow: hidden;
}

.service-desc-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(195, 170, 89, 0.08), transparent);
    transition: left 0.5s ease;
}

.service-desc-card:hover::before {
    left: 100%;
}

.service-desc-card:hover {
    transform: translateY(-8px);
    border-color: #C3AA59;
    box-shadow: 0 15px 40px rgba(195, 170, 89, 0.2);
    background: linear-gradient(135deg, #ffffff 0%, rgba(250, 248, 242, 0.7) 100%);
}

.service-icon-wrap {
    flex-shrink: 0;
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #C3AA59 0%, #B89968 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 25px rgba(195, 170, 89, 0.35);
    transition: all 0.4s ease;
    position: relative;
    z-index: 1;
}

.service-desc-card:hover .service-icon-wrap {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 12px 35px rgba(195, 170, 89, 0.5);
}

.service-icon-wrap i {
    font-size: 32px;
    color: #ffffff;
    transition: transform 0.3s ease;
}

.service-desc-card:hover .service-icon-wrap i {
    transform: scale(1.15);
}

.service-desc-content {
    flex: 1;
    position: relative;
    z-index: 1;
}

.service-desc-content h3 {
    font-size: 22px;
    font-weight: 700;
    color: #3d3420;
    margin-bottom: 12px;
    font-family: "Jost", sans-serif;
    line-height: 1.3;
    transition: color 0.3s ease;
}

.service-desc-card:hover .service-desc-content h3 {
    color: #C3AA59;
}

.service-desc-content p {
    font-size: 15px;
    line-height: 1.7;
    color: #666;
    margin: 0;
    transition: color 0.3s ease;
}

.service-desc-card:hover .service-desc-content p {
    color: #525252;
}

@media (max-width: 991px) {
    .service-desc-card {
        padding: 30px 25px;
    }

    .service-icon-wrap {
        width: 65px;
        height: 65px;
    }

    .service-icon-wrap i {
        font-size: 28px;
    }

    .service-desc-content h3 {
        font-size: 20px;
    }

    .service-desc-content p {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .service-desc-card {
        padding: 25px 20px;
        flex-direction: column;
        text-align: center;
        align-items: center;
    }

    .service-icon-wrap {
        width: 60px;
        height: 60px;
        margin-bottom: 5px;
    }

    .service-icon-wrap i {
        font-size: 26px;
    }

    .service-desc-content h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .service-desc-content p {
        font-size: 14px;
    }
}

/* ============================================
   FIX: About Section Buttons Visibility
   ============================================ */
/* Ensure buttons are always visible even with WOW animation */
.wpo-about-text .btns,
.wpo-about-text .btns a,
.wpo-about-text .theme-btn {
    visibility: visible !important;
    opacity: 1 !important;
}

/* Ensure proper button styling */
.wpo-about-text .btns {
    display: block;
    margin-top: 30px;
}

.wpo-about-text .btns a {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 10px;
}

.wpo-about-text .btns a:last-child {
    margin-right: 0;
}
/* ============================================
   FIX: Image Height to Match Adjacent Content
   ============================================ */
/* Make the about image container fill full height */
.wpo-about-section-s2 .wpo-about-wrap .row {
    align-items: stretch;
}

.wpo-about-section-s2 .wpo-about-img {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wpo-about-section-s2 .wpo-about-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* ============================================
   Corporate Events Page - Unique About Section
   ============================================ */
/* Corporate section inherits all wpo-about-section-s2 styles */
/* Only customization: image height matches text content */

.corporate-about-section .corporate-about-wrap .row {
    align-items: center;
}

.corporate-about-section .corporate-about-img {
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.corporate-about-section .corporate-about-img img {
    width: 100%;
    height: auto;
    max-height: 850px;
    object-fit: cover;
    object-position: center;
    display: block;
}

@media (max-width: 991px) {
    .corporate-about-section .corporate-about-img img {
        max-height: 450px;
    }
}

@media (max-width: 767px) {
    .corporate-about-section .corporate-about-img img {
        max-height: 350px;
    }
}

.corporate-about-section .corporate-about-wrap .corporate-about-text {
    max-width: 530px;
    padding: 100px 0;
    padding-left: 40px;
}

@media (max-width: 1199px) {
    .corporate-about-section .corporate-about-wrap .corporate-about-text {
        padding: 20px 0;
        padding-left: 20px;
    }
}

@media (max-width: 991px) {
    .corporate-about-section .corporate-about-wrap .corporate-about-text {
        padding-left: 0;
        max-width: 100%;
    }
}

.corporate-about-section .corporate-about-wrap .corporate-about-text h2 {
    font-weight: 400;
    font-size: 50px;
    line-height: 72px;
    color: #B89968;
    margin-bottom: 30px;
    position: relative;
    z-index: 11;
}

@media (max-width: 1199px) {
    .corporate-about-section .corporate-about-wrap .corporate-about-text h2 {
        margin-bottom: 15px;
    }
}

@media (max-width: 767px) {
    .corporate-about-section .corporate-about-wrap .corporate-about-text h2 {
        font-size: 35px;
        line-height: 55px;
        margin-bottom: 10px;
    }
}

.corporate-about-section .corporate-about-wrap .corporate-about-text h2:before {
    position: absolute;
    right: 102%;
    bottom: 10px;
    width: 150px;
    height: 1.5px;
    background: #B89968;
    content: "";
}

@media (max-width: 991px) {
    .corporate-about-section .corporate-about-wrap .corporate-about-text h2:before {
        display: none;
    }
}

.corporate-about-section .corporate-about-wrap .corporate-about-text h4 {
    font-family: "Jost", sans-serif;
    font-weight: 400;
    font-size: 35px;
    line-height: 51px;
    margin-bottom: 30px;
}

@media (max-width: 1199px) {
    .corporate-about-section .corporate-about-wrap .corporate-about-text h4 {
        margin-bottom: 15px;
    }
}

@media (max-width: 767px) {
    .corporate-about-section .corporate-about-wrap .corporate-about-text h4 {
        font-size: 25px;
        line-height: 40px;
        margin-bottom: 10px;
    }
}

.corporate-about-section .corporate-about-wrap .corporate-about-text p {
    margin-bottom: 40px;
}

.corporate-about-section .corporate-about-wrap .corporate-about-text .theme-btn {
    visibility: visible !important;
    opacity: 1 !important;
}

/* Testimonials styling for service detail pages (inside col-lg-8) */
.col-lg-8 .wpo-testimonial-section {
    background-color: transparent !important;
    padding: 40px 0 !important;
}

.col-lg-8 .wpo-testimonial-section .wpo-testimonial-items {
    margin-left: -20px !important;
    padding: 30px 40px !important;
}

@media (max-width: 991px) {
    .col-lg-8 .wpo-testimonial-section .wpo-testimonial-items {
        margin-left: 0 !important;
        padding: 25px 20px !important;
    }
}

@media (max-width: 767px) {
    .col-lg-8 .wpo-testimonial-section .wpo-testimonial-items {
        padding: 20px 15px !important;
    }
}

/* ===== CONTACT PAGE - ENHANCED DESIGN ===== */

/* Contact Section */
.wpo-contact-pg-section {
    background: linear-gradient(135deg, #faf8f2 0%, #ffffff 100%);
    position: relative;
}

/* Contact Info Boxes - Keep Original Simple Design */
.office-info .row {
    display: flex;
    flex-wrap: wrap;
}

.office-info .row > [class*="col-"] {
    display: flex;
}

.office-info-item {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    background: #ffffff !important;
}

.office-info-text {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.office-info-text p a {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease;
}

.office-info-text p a:hover {
    color: #C3AA59;
}

/* Contact Form Title */
.wpo-contact-title {
    text-align: center;
    margin-bottom: 50px;
}

.wpo-contact-title h2 {
    font-size: 42px;
    font-weight: 700;
    color: #2c2c2c;
    margin-bottom: 15px;
    font-family: "Jost", sans-serif;
    position: relative;
    display: inline-block;
}

.wpo-contact-title h2::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, #C3AA59 0%, #B89968 100%);
}

.wpo-contact-title p {
    font-size: 16px;
    color: #666666;
    margin-top: 20px;
    line-height: 1.6;
}

/* Contact Form Area - Enhanced */
.wpo-contact-form-area {
    background: #ffffff;
    padding: 50px 45px;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(195, 170, 89, 0.1);
    position: relative;
    overflow: hidden;
    margin-bottom: 0 !important; /* Override negative margin */
}

.wpo-contact-form-area::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, #C3AA59 0%, #B89968 50%, #C3AA59 100%);
    background-size: 200% 100%;
    animation: shimmerBar 3s linear infinite;
}

@keyframes shimmerBar {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 200% 0%;
    }
}

/* Add spacing between form section and map */
.wpo-contact-map-section {
  
}

@media (max-width: 991px) {
    .wpo-contact-map-section {
        margin-top: 60px;
    }
}

@media (max-width: 767px) {
    .wpo-contact-map-section {
        margin-top: 50px;
    }
}

/* Form Inputs */
.wpo-contact-form-area form > div {
    margin-bottom: 25px;
}

.wpo-contact-form-area .form-control {
    width: 100%;
    height: 58px;
    padding: 15px 20px;
    border: 2px solid #e8e8e8;
    border-radius: 10px;
    font-size: 15px;
    color: #333333;
    background: #fafafa;
    transition: all 0.3s ease;
    font-family: "Mulish", sans-serif;
}

.wpo-contact-form-area .form-control:focus {
    outline: none;
    border-color: #C3AA59;
    background: #ffffff;
    box-shadow: 0 0 0 4px rgba(195, 170, 89, 0.1);
}

.wpo-contact-form-area .form-control::placeholder {
    color: #999999;
}

/* Textarea */
.wpo-contact-form-area textarea.form-control {
    height: 160px;
    resize: none;
    padding-top: 18px;
}

/* Select Dropdown */
.wpo-contact-form-area select.form-control {
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23666' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 12px;
    padding-right: 45px;
}

/* Submit Button Area */
.submit-area {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 35px;
}

.submit-area .theme-btn-s4 {
    background: linear-gradient(135deg, #C3AA59 0%, #B89968 100%);
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    padding: 18px 50px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    z-index: 1;
    box-shadow: 0 8px 20px rgba(195, 170, 89, 0.3);
    font-family: "Jost", sans-serif;
    letter-spacing: 0.5px;
}

.submit-area .theme-btn-s4::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #B89968 0%, #A67F4A 100%);
    transition: left 0.4s ease;
    z-index: -1;
}

.submit-area .theme-btn-s4:hover::before {
    left: 0;
}

.submit-area .theme-btn-s4:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(195, 170, 89, 0.4);
}

.submit-area .theme-btn-s4:active {
    transform: translateY(-1px);
}

/* Fullwidth Form Elements */
.wpo-contact-form-area .fullwidth {
    width: 100%;
}

/* Error Handling Messages */
.error-handling-messages {
    margin-top: 25px;
}

.error-handling-messages #success,
.error-handling-messages #error {
    display: none;
    padding: 15px 20px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
}

.error-handling-messages #success {
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.error-handling-messages #error {
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

/* Loader */
#loader {
    display: none;
}

#loader i {
    font-size: 20px;
    color: #C3AA59;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* Responsive Design */
@media (max-width: 991px) {
    .wpo-contact-title h2 {
        font-size: 36px;
    }

    .wpo-contact-form-area {
        padding: 40px 35px;
    }
}

@media (max-width: 767px) {
    .wpo-contact-title h2 {
        font-size: 30px;
    }

    .wpo-contact-title p {
        font-size: 15px;
    }

    .wpo-contact-form-area {
        padding: 35px 25px;
    }

    .wpo-contact-form-area .form-control {
        height: 52px;
        font-size: 14px;
    }

    .wpo-contact-form-area textarea.form-control {
        height: 140px;
    }

    .submit-area .theme-btn-s4 {
        padding: 16px 40px;
        font-size: 15px;
        width: 100%;
    }
}

@media (max-width: 576px) {
    .wpo-contact-title h2 {
        font-size: 26px;
    }

    .wpo-contact-form-area {
        padding: 30px 20px;
    }
}

/* --------------------------------------------------------------------------
   Next.js / WOW.js — theme sets `.wow { visibility: hidden }`, then WOW runs
   `applyStyle(box, true)` which sets **inline** visibility:hidden. A normal
   class rule cannot beat inline styles, so sections stayed blank. `!important`
   keeps content visible; WOW can still add `.animated` and run keyframes on
   scroll when `show()` clears animation-name.
   -------------------------------------------------------------------------- */
.page-wrapper .wow {
    visibility: visible !important;
}