/* ================================================
   Shakti Flowrist - Bootstrap Overrides v3 - Premium
   ================================================ */

/* ---- TOP CONTACT BAR ---- */
.top-contact-bar {
    background: #D4AF37;
    padding: 7px 5%;
    position: sticky;
    top: 0;
    z-index: 1100;
    width: 100%;
    transition: transform 0.35s ease, opacity 0.35s ease;
}
.top-contact-bar.bar-hidden {
    transform: translateY(-100%);
    opacity: 0;
    pointer-events: none;
}
.top-bar-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    flex-wrap: wrap;
}
.top-bar-item {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 0.8rem;
    font-weight: 600;
    color: #000;
}
.top-bar-item i { font-size: 0.8rem; color: #000; }
.top-bar-item a { color: #000; text-decoration: none; }
.top-bar-item a:hover { text-decoration: underline; }
.top-bar-divider { width: 1px; height: 14px; background: rgba(0,0,0,0.2); }
@media (max-width: 767px) {
    .top-contact-bar { display: none !important; }
}

/* ---- HEADER — fixed, sits below top bar ---- */
header {
    position: sticky !important;
    top: 0 !important;
    z-index: 1000 !important;
    background: rgba(0,0,0,0.97) !important;
    padding: 10px 5% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    border-bottom: 1px solid rgba(212,175,55,0.2) !important;
    box-shadow: 0 4px 20px rgba(0,0,0,0.5) !important;
    width: 100% !important;
    transition: padding 0.3s ease, background 0.3s ease !important;
}
header.scrolled {
    padding: 6px 5% !important;
    background: rgba(0,0,0,1) !important;
}
.img-logo { height: 72px !important; width: auto; display: block; }

/* Desktop nav — clean, no icons */
header nav ul { display: flex; gap: 1.8rem; list-style: none; margin: 0; padding: 0; }
header nav ul li a {
    color: #ffffff;
    font-weight: 500;
    font-size: 0.92rem;
    letter-spacing: 0.8px;
    text-decoration: none;
    position: relative;
    text-transform: uppercase;
    transition: color 0.3s;
}
header nav ul li a i { display: none; } /* Hide icons in desktop nav */
header nav ul li a::after {
    content: '';
    position: absolute;
    width: 0; height: 2px;
    background: #D4AF37;
    bottom: -4px; left: 0;
    transition: width 0.3s ease;
}
header nav ul li a:hover,
header nav ul li a.active { color: #D4AF37; }
header nav ul li a:hover::after,
header nav ul li a.active::after { width: 100%; }

@media (max-width: 991px) {
    header nav { display: none !important; }
}

/* Non-slider pages: hero-slider absent, so no extra padding needed since header is sticky */
.page-banner { margin-top: 0 !important; }

/* ---- HERO SLIDER — full viewport, full image visible ---- */
.hero-slider {
    height: calc(100vh - 106px);
    min-height: 520px;
    overflow: hidden;
    position: relative;
}
.hero-slide {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.slide-bg {
    position: absolute;
    inset: 0;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    will-change: transform;
}
@media (max-width: 991px) {
    .hero-slider { height: calc(100svh - 94px); min-height: 480px; }
}
@media (max-width: 767px) {
    .hero-slider { height: 90svh !important; min-height: 380px; }
    .slide-bg { background-position: center center !important; }
    .hero-content h1 { font-size: 2.2rem !important; }
    .hero-content p { font-size: 1rem !important; }
}
@media (max-width: 480px) {
    .hero-content h1 { font-size: 1.8rem !important; }
    .hero-slider { height: 85svh !important; }
}

/* ---- PAGE BANNER — unique per page ---- */
.page-banner {
    min-height: 380px;
    background-size: cover !important;
    background-position: center !important;
    display: flex;
    align-items: flex-end;
    position: relative;
    overflow: hidden;
}
.page-banner::before {
    content: '';
    position: absolute; inset: 0;
    background: linear-gradient(
        to bottom,
        rgba(0,0,0,0.2) 0%,
        rgba(0,0,0,0.85) 100%
    );
    z-index: 1;
}
.page-banner .banner-content {
    position: relative;
    z-index: 2;
    padding: 40px 5% 50px;
    width: 100%;
}
.page-banner .banner-content h1 {
    color: #ffffff;
    font-size: 2.8rem;
    font-weight: 700;
    margin: 0 0 10px;
    text-shadow: 0 2px 20px rgba(0,0,0,0.5);
}
.page-banner .banner-content h1 span { color: #D4AF37; }
.breadcrumb {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    background: transparent;
    padding: 0;
    margin: 0;
}
.breadcrumb a {
    color: #D4AF37;
    text-decoration: none;
    font-size: 0.88rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 4px;
    transition: opacity 0.2s;
}
.breadcrumb a:hover { opacity: 0.75; }
.breadcrumb-sep {
    color: rgba(255,255,255,0.5);
    font-size: 0.8rem;
}
.breadcrumb-current {
    color: rgba(255,255,255,0.7);
    font-size: 0.88rem;
}
@media (max-width: 767px) {
    .page-banner { 
        min-height: 55vw; 
        background-attachment: scroll !important; 
        background-position: center !important;
        background-size: cover !important;
    }
    .page-banner .banner-content h1 { font-size: 2rem; }
}

/* Unique banner backgrounds per page (Requested single banner uniformly) */
.banner-about, .banner-services, .banner-portfolio, .banner-contact,
.banner-marriage, .banner-reception, .banner-haldi, .banner-birthday,
.banner-balloon, .banner-corporate, .banner-kankotri, .banner-babyshower {
    background-image: url('../images/portfolio/reception/reception_3.jpg') !important;
}

/* ---- SERVICES SECTION BACKGROUND ---- */
.services-section-wrap,
section.services {
    background: linear-gradient(
        135deg,
        #080808 0%,
        #101010 40%,
        #080808 100%
    ) !important;
    position: relative;
    overflow: hidden;
}
.services-section-wrap::before {
    content: '';
    position: absolute; inset: 0;
    background:
        radial-gradient(ellipse at 20% 50%, rgba(212,175,55,0.04) 0%, transparent 50%),
        radial-gradient(ellipse at 80% 50%, rgba(212,175,55,0.03) 0%, transparent 50%);
    pointer-events: none;
}

/* ---- CTA / BANNER SECTION ---- */
.banner-section {
    position: relative;
    background-image: url('../images/portfolio/marriage/merriage_6.jpg') !important;
    background-size: cover !important;
    background-position: center !important;
    min-height: 380px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.banner-section .banner-overlay {
    position: absolute; inset: 0;
    background: rgba(0,0,0,0.7);
    z-index: 0;
}
.banner-section .banner-content {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 60px 5%;
}
.banner-section .banner-content h2 {
    color: #fff;
    font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: 16px;
    text-shadow: 0 2px 30px rgba(0,0,0,0.8);
}
.banner-section .banner-content p {
    color: rgba(255,255,255,0.8);
    font-size: 1.1rem;
    margin-bottom: 28px;
}
@media (max-width: 767px) {
    .banner-section { background-attachment: scroll !important; min-height: 300px; }
    .banner-section .banner-content h2 { font-size: 1.8rem; }
}

/* ---- TESTIMONIALS — 3 Cards Visible ---- */
.testimonials { padding: 80px 5%; background: #000 !important; }
.testimonials .testimonial-slider-wrap {
    position: relative;
    overflow: hidden;
    margin-top: 40px;
}
.testimonials .tslide-track {
    display: flex;
    gap: 24px;
    transition: transform 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.testimonials .tcard {
    flex: 0 0 calc(33.333% - 16px);
    min-width: calc(33.333% - 16px);
    padding: 36px 30px;
    background: #0a0a0a;
    border: 1px solid rgba(212,175,55,0.15);
    position: relative;
    box-shadow: 0 8px 30px rgba(212,175,55,0.08);
    overflow: hidden;
    transition: border-color 0.3s, box-shadow 0.3s;
}
.testimonials .tcard:hover {
    border-color: rgba(212,175,55,0.4);
    box-shadow: 0 12px 50px rgba(212,175,55,0.2);
}
.testimonials .tcard::before {
    content: '';
    position: absolute; top: 0; left: 0; right: 0;
    height: 3px;
    background: linear-gradient(90deg, #D4AF37, transparent);
}
.testimonials .tcard-quote-mark {
    font-size: 7rem; line-height: 0.7;
    color: rgba(212,175,55,0.08);
    font-family: Georgia, serif;
    position: absolute; top: 20px; left: 22px;
    user-select: none; pointer-events: none;
}
.testimonials .tcard-stars {
    color: #D4AF37; font-size: 0.9rem;
    margin-bottom: 14px; letter-spacing: 2px;
}
.testimonials .tcard-text {
    font-size: 0.92rem; line-height: 1.8;
    color: #ccc; font-style: italic;
    margin-bottom: 22px; position: relative; z-index: 1;
}
.testimonials .tcard-author {
    display: flex; align-items: center; gap: 12px;
    border-top: 1px solid rgba(212,175,55,0.1);
    padding-top: 18px;
}
.testimonials .tcard-avatar {
    width: 52px; height: 52px; border-radius: 50%;
    object-fit: cover; border: 2px solid #D4AF37; flex-shrink: 0;
}
.testimonials .tcard-name {
    color: #e0e0e0; font-size: 0.95rem; font-weight: 700; margin-bottom: 3px;
}
.testimonials .tcard-role {
    color: #D4AF37; font-size: 0.75rem; font-weight: 600;
    text-transform: uppercase; letter-spacing: 1px;
}
/* Testimonial navigation */
.tslider-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-top: 30px;
}
.tslider-btn {
    width: 42px; height: 42px;
    background: rgba(212,175,55,0.08);
    border: 1px solid rgba(212,175,55,0.35);
    color: #D4AF37;
    border-radius: 0;
    display: flex; align-items: center; justify-content: center;
    cursor: pointer; font-size: 0.9rem;
    transition: all 0.3s;
}
.tslider-btn:hover { background: #D4AF37; color: #000; }
.tcard-dots { display: flex; gap: 8px; align-items: center; }
.tdot {
    width: 7px; height: 7px;
    background: rgba(212,175,55,0.2); border-radius: 50%;
    cursor: pointer; transition: all 0.3s;
    border: none; padding: 0; display: inline-block;
}
.tdot.active { background: #D4AF37; width: 22px; border-radius: 3px; }
@media (max-width: 991px) {
    .testimonials .tcard { flex: 0 0 calc(50% - 12px); min-width: calc(50% - 12px); }
}
@media (max-width: 640px) {
    .testimonials .tcard { flex: 0 0 88vw; min-width: 88vw; }
    .testimonials .tslide-track { gap: 16px; }
}

/* ---- FOOTER TEXT — white, no ::before on quick links ---- */
.footer-links a {
    color: #ffffff !important;
    font-weight: 500;
    font-size: 0.88rem;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
    text-decoration: none;
}
.footer-links a::before { content: none !important; display: none !important; }
.footer-links a i { color: #D4AF37; font-size: 0.72rem; }
.footer-links a:hover { color: #D4AF37 !important; padding-left: 8px; }
.footer-links li { margin-bottom: 10px; }

.contact-info li { color: #ffffff !important; font-weight: 500; }
.contact-info li span { color: #ffffff; }
.contact-info li a { color: #ffffff !important; text-decoration: none; }
.contact-info li a:hover { color: #D4AF37 !important; }


.footer-column p { color: #cccccc !important; line-height: 1.7; }
.footer-column .footer-desc { color: #cccccc !important; }
.brand-column p { color: #cccccc !important; }

/* ---- ANIMATED SVG BACKGROUND DECORATIONS ---- */
.bg-decorations {
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    overflow: hidden;
}
.bg-deco {
    position: absolute;
    opacity: 0;
    animation: decoFloat 12s ease-in-out infinite;
    color: rgba(212,175,55,0.12);
    font-size: 2rem;
    user-select: none;
}
.bg-deco:nth-child(1) { top: 12%; left: 4%;  animation-delay: 0s;    animation-duration: 14s; font-size: 2.2rem; }
.bg-deco:nth-child(2) { top: 30%; right: 6%; animation-delay: 2s;    animation-duration: 16s; font-size: 1.8rem; }
.bg-deco:nth-child(3) { top: 55%; left: 2%;  animation-delay: 4s;    animation-duration: 13s; font-size: 2.5rem; }
.bg-deco:nth-child(4) { top: 70%; right: 3%; animation-delay: 6s;    animation-duration: 15s; font-size: 1.6rem; }
.bg-deco:nth-child(5) { top: 85%; left: 8%;  animation-delay: 1.5s;  animation-duration: 14s; font-size: 2rem;   }
.bg-deco:nth-child(6) { top: 20%; right: 12%;animation-delay: 3.5s;  animation-duration: 17s; font-size: 1.5rem; }
.bg-deco:nth-child(7) { top: 45%; left: 15%; animation-delay: 7s;    animation-duration: 12s; font-size: 1.8rem; }
.bg-deco:nth-child(8) { top: 90%; right: 10%;animation-delay: 5s;    animation-duration: 16s; font-size: 2.2rem; }

@keyframes decoFloat {
    0%   { opacity: 0;    transform: translateY(0)    rotate(0deg); }
    15%  { opacity: 0.9;  }
    50%  { opacity: 0.6;  transform: translateY(-30px) rotate(20deg); }
    85%  { opacity: 0.9;  }
    100% { opacity: 0;    transform: translateY(0)    rotate(0deg); }
}

/* ---- PAGE UNIQUENESS — accent gradient lines ---- */
/* About page */
body.page-about .section-title .subtitle { color: #D4AF37; }
body.page-about header { border-bottom-color: rgba(212,175,55,0.3) !important; }

/* Services page */
body.page-services .floral-divider .flower-icon { color: #E8C84A; }

/* Portfolio page */
body.page-portfolio .filter-btn.active { color: #D4AF37; border-bottom-color: #D4AF37; }

/* Contact page */
body.page-contact .page-banner::before {
    background: linear-gradient(to bottom, rgba(0,0,0,0.3), rgba(30,20,0,0.9));
}

/* Detail pages */
body.page-marriage .tcard::before { background: linear-gradient(90deg, #D4AF37, #c9a227); }
body.page-reception .page-banner::before { background: linear-gradient(to bottom, rgba(0,0,0,0.2), rgba(0,10,30,0.88)); }

/* Header must account for top bar */

/* ---- ANIMATED BUTTONS — L→R fill, sharp, contrast ---- */
.btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px;
    padding: 12px 30px !important;
    border-radius: 0 !important;
    position: relative;
    overflow: hidden;
    z-index: 1;
    font-weight: 700 !important;
    font-family: 'Rubik', sans-serif !important;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 0.82rem;
    border: 2px solid #D4AF37 !important;
    background: #D4AF37 !important;
    color: #000 !important;
    cursor: pointer;
    transition: color 0.4s ease, box-shadow 0.4s ease !important;
    text-decoration: none !important;
}
.btn::before {
    content: '';
    position: absolute;
    top: 0; left: 0;
    width: 0%; height: 100%;
    background: #000;
    z-index: -1;
    transition: width 0.45s cubic-bezier(0.77, 0, 0.18, 1);
}
.btn:hover::before { width: 100%; }
.btn:hover {
    color: #D4AF37 !important;
    box-shadow: 0 0 0 2px #D4AF37, 0 8px 30px rgba(212,175,55,0.35) !important;
    text-decoration: none !important;
}
.btn-outline, .btn.btn-outline {
    background: transparent !important;
    color: #fff !important;
    border: 2px solid rgba(255,255,255,0.55) !important;
}
.btn-outline::before, .btn.btn-outline::before { background: #D4AF37; }
.btn-outline:hover, .btn.btn-outline:hover {
    color: #000 !important;
    border-color: #D4AF37 !important;
    box-shadow: 0 8px 30px rgba(212,175,55,0.4) !important;
}

/* ---- OFFCANVAS / MOBILE DRAWER ---- */
.offcanvas {
    background: #000 !important;
    border-right: 2px solid rgba(212,175,55,0.4) !important;
    max-width: 300px;
}
.offcanvas-header {
    border-bottom: 1px solid rgba(212,175,55,0.2);
    padding: 14px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.drawer-logo-img {
    height: 60px;
    width: auto;
    display: block;
}
.offcanvas .btn-close {
    filter: invert(1) sepia(1) saturate(5) hue-rotate(5deg);
    opacity: 0.8;
}
.drawer-nav-list { list-style: none; padding: 16px 0; margin: 0; }
.drawer-nav-list li { border-bottom: 1px solid rgba(255,255,255,0.05); }
.drawer-nav-list li a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 13px 24px;
    color: #ccc;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 500;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}
.drawer-nav-list li a i { color: #D4AF37; width: 20px; text-align: center; }
.drawer-nav-list li a:hover,
.drawer-nav-list li a.active {
    color: #D4AF37;
    background: rgba(212,175,55,0.07);
    padding-left: 32px;
}
.drawer-contact-box {
    padding: 18px 20px;
    border-top: 1px solid rgba(212,175,55,0.2);
}
.drawer-call-btn, .drawer-email-link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 10px;
    background: transparent;
    color: #ffffff !important;
    text-decoration: none;
    font-weight: 500;
    font-size: 1.05rem;
    transition: all 0.3s;
    border: none;
    text-transform: none;
}
.drawer-call-btn i, .drawer-email-link i { color: #D4AF37; font-size: 1.2rem; }
.drawer-call-btn:hover, .drawer-email-link:hover {
    background: transparent;
    color: #D4AF37 !important;
}
.drawer-call-btn:hover i, .drawer-email-link:hover i { color: #D4AF37; }

/* ---- NAVBAR TOGGLE ---- */
.navbar-toggler-custom {
    display: none;
    background: transparent;
    border: 1px solid rgba(212,175,55,0.5);
    color: #D4AF37;
    font-size: 1.2rem;
    padding: 6px 11px;
    border-radius: 0;
    cursor: pointer;
    transition: all 0.3s ease;
    line-height: 1;
}
.navbar-toggler-custom:hover { background: rgba(212,175,55,0.1); }
@media (max-width: 991px) {
    .navbar-toggler-custom { display: flex; align-items: center; justify-content: center; }
    header nav { display: none !important; }
}

/* ---- HERO SLIDER — Kenburn + cinematic gradient ---- */
.slide-bg {
    transform: scale(1.06);
    transition: transform 8s ease-out !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}
.hero-slide.active .slide-bg { transform: scale(1) !important; }
.hero-slide::after {
    content: '';
    position: absolute; inset: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0.35) 0%, rgba(0,0,0,0.6) 60%, rgba(0,0,0,0.75) 100%);
    z-index: 1;
}
.hero-content { position: relative; z-index: 3; }
.hero-gold-line {
    position: absolute;
    bottom: 4px;
    left: 0;
    height: 3px;
    background: linear-gradient(90deg, #D4AF37, transparent);
    width: 0;
    z-index: 10;
    transition: none;
}
.hero-gold-line.animate { animation: goldLine 5s linear forwards; }
@keyframes goldLine {
    from { width: 0; }
    to { width: 100%; }
}
.hero-counter {
    position: absolute;
    bottom: 80px;
    right: 5%;
    color: rgba(255,255,255,0.5);
    font-size: 0.9rem;
    font-weight: 300;
    letter-spacing: 2px;
    z-index: 10;
    font-family: 'Rubik', sans-serif;
}
.hero-counter strong {
    color: #D4AF37;
    font-size: 1.8rem;
    font-weight: 700;
    display: block;
    line-height: 1;
}

/* ---- ALL BACKGROUNDS = BLACK ---- */
section,
.about-story, .about-story-section,
.services, .services-section-wrap,
.event-albums, .section-dark,
.testimonials,
.portfolio-section,
.contact-section,
.why-choose, .why-choose-bg,
.trio-features-section {
    background: #000 !important;
    background-color: #000 !important;
}
.banner-section { background-color: transparent !important; }
.site-footer { background: #050505 !important; }

/* ---- SERVICE CARDS — dark bg, gold shadow, full clickable ---- */
a.sf-service-card,
div.sf-service-card {
    background: #0d0d0d !important;
    border-radius: 0 !important;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(212,175,55,0.08);
    border: 1px solid rgba(212,175,55,0.1) !important;
    position: relative;
    display: flex !important;
    flex-direction: column;
    height: 100%;
    cursor: pointer;
    text-decoration: none !important;
    color: inherit !important;
    transition: box-shadow 0.35s ease, transform 0.35s ease, border-color 0.35s ease !important;
}
a.sf-service-card::before,
div.sf-service-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 3px;
    background: linear-gradient(90deg, #D4AF37, #b8962e);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
    z-index: 2;
}
a.sf-service-card:hover,
div.sf-service-card:hover {
    box-shadow: 0 20px 60px rgba(212,175,55,0.28), 0 0 0 1px rgba(212,175,55,0.5) !important;
    transform: translateY(-8px);
    border-color: rgba(212,175,55,0.5) !important;
}
a.sf-service-card:hover::before,
div.sf-service-card:hover::before { transform: scaleX(1); }
.sf-service-card .card-img-wrap {
    position: relative;
    overflow: hidden;
    height: 230px;
    flex-shrink: 0;
}
.sf-service-card .card-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.55s ease;
    border-radius: 0;
    display: block;
}
.sf-service-card:hover .card-img-wrap img { transform: scale(1.07); }
.sf-service-card .card-img-wrap .card-badge {
    position: absolute;
    top: 14px; left: 14px;
    background: #D4AF37;
    color: #000;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    padding: 4px 10px;
    border-radius: 0;
    z-index: 2;
}
.sf-service-card .card-body-custom {
    padding: 22px 24px 26px;
    display: flex;
    flex-direction: column;
    flex: 1;
    background: #0d0d0d;
}
.sf-service-card .card-body-custom h3 {
    color: #e0e0e0;
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 9px;
}
.sf-service-card .card-body-custom p {
    color: #888;
    font-size: 0.87rem;
    line-height: 1.65;
    flex: 1;
    margin-bottom: 16px;
}
.sf-read-more {
    display: inline-flex !important;
    align-items: center;
    gap: 8px;
    color: #D4AF37 !important;
    font-size: 0.82rem;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    border-top: 1px solid rgba(255,255,255,0.07) !important;
    padding-top: 14px;
    transition: gap 0.3s ease !important;
    position: relative;
}
.sf-service-card:hover .sf-read-more { gap: 14px !important; }
.sf-service-card:hover .sf-read-more i { transform: translateX(4px); }

/* Services grid */
.services-section-wrap { padding: 80px 5% !important; }
.features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 50px;
}
@media (max-width: 991px) { .features-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 575px) { .features-grid { grid-template-columns: 1fr; } }

/* ---- FLORAL DIVIDER — alignment fix ---- */
.floral-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin: 16px auto 0;
    width: fit-content;
}
.floral-divider .line {
    width: 65px;
    height: 1px;
    background: linear-gradient(90deg, transparent, #D4AF37);
}
.floral-divider .line.right { background: linear-gradient(90deg, #D4AF37, transparent); }
.floral-divider .flower-icon { color: #D4AF37; font-size: 1.15rem; }

/* Left-aligned section titles */
.section-title[style*="text-align: left"] .floral-divider,
.section-title.text-left .floral-divider,
.floral-divider[style*="justify-content: flex-start"] {
    justify-content: flex-start !important;
    margin-left: 0 !important;
    margin-right: auto !important;
}

/* ---- SPLIT CONTENT IMAGE HEIGHT ---- */
.split-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    padding: 80px 5%;
    align-items: center;
    background: #000 !important;
}
.split-image { position: relative; }
.split-image img {
    width: 100%;
    height: 460px !important;
    object-fit: cover;
    border-radius: 0 !important;
    border: none !important;
    box-shadow: 0 12px 50px rgba(212,175,55,0.2), 0 0 0 2px rgba(212,175,55,0.15) !important;
    display: block;
    transition: box-shadow 0.4s ease, transform 0.4s ease;
}
.split-image:hover img {
    box-shadow: 0 20px 70px rgba(212,175,55,0.35), 0 0 0 2px rgba(212,175,55,0.45) !important;
    transform: scale(1.01);
}
.split-image::after {
    content: '';
    position: absolute;
    top: -14px; left: -14px;
    width: 55%; height: 55%;
    border: 2px solid rgba(212,175,55,0.22);
    z-index: -1;
    transition: all 0.4s ease;
    pointer-events: none;
}
.split-image:hover::after {
    top: -20px; left: -20px;
    border-color: rgba(212,175,55,0.5);
}
@media (max-width: 900px) {
    .split-content { grid-template-columns: 1fr; gap: 40px; padding: 60px 5%; }
    .split-image img { height: 300px !important; }
    .split-image::after { display: none; }
}

/* About section image */
.zoom-container-styled img, .about-img .img-cover {
    width: 100%;
    height: 460px;
    object-fit: cover;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: 0 12px 50px rgba(212,175,55,0.2), 0 0 0 2px rgba(212,175,55,0.12) !important;
    display: block;
}

/* ---- GOLD SHADOWS — GALLERY & ALBUM CARDS ---- */
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 16px;
}
.gallery-item {
    height: 280px;
    border-radius: 0 !important;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    border: none !important;
    box-shadow: 0 6px 25px rgba(212,175,55,0.15);
    display: block;
    transition: box-shadow 0.35s ease, transform 0.35s ease;
}
.gallery-item.show { display: block; }
.gallery-item img {
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
    display: block;
}
.gallery-item:hover {
    box-shadow: 0 16px 55px rgba(212,175,55,0.4), 0 0 0 2px rgba(212,175,55,0.5) !important;
    transform: translateY(-4px);
}
.gallery-item:hover img { transform: scale(1.08); }
.gallery-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.75) 0%, rgba(212,175,55,0.1) 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.35s ease;
}
.gallery-item:hover .gallery-overlay { opacity: 1; }
.gallery-overlay i {
    font-size: 2rem;
    color: #D4AF37;
    transform: scale(0.6);
    transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.gallery-item:hover .gallery-overlay i { transform: scale(1); }
@media (max-width: 575px) {
    .gallery-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
    .gallery-item { height: 180px; }
}

/* ---- ALBUM CARDS — gold shadow ---- */
.album-card {
    background: #0d0d0d !important;
    border-radius: 0 !important;
    overflow: hidden;
    border: 1px solid rgba(212,175,55,0.12) !important;
    box-shadow: 0 6px 25px rgba(212,175,55,0.1);
    transition: border-color 0.35s ease, transform 0.35s ease, box-shadow 0.35s ease !important;
    text-decoration: none !important;
    color: inherit;
    display: block;
}
.album-card:hover {
    border-color: rgba(212,175,55,0.5) !important;
    transform: translateY(-8px);
    box-shadow: 0 20px 55px rgba(212,175,55,0.3), 0 0 0 1px rgba(212,175,55,0.4) !important;
}
.album-img { position: relative; overflow: hidden; height: 240px; }
.album-img img {
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform 0.55s ease, filter 0.55s ease;
    border-radius: 0; border: none; display: block;
}
.album-card:hover .album-img img { transform: scale(1.08); filter: brightness(0.75); }
.album-overlay {
    position: absolute; inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.6) 0%, transparent 60%);
    display: flex; justify-content: center; align-items: center;
    opacity: 0; transition: opacity 0.35s ease;
}
.album-card:hover .album-overlay { opacity: 1; }
.view-btn {
    background: rgba(212,175,55,0.95); color: #000;
    padding: 10px 22px; font-size: 0.82rem; font-weight: 700;
    letter-spacing: 1px; text-transform: uppercase; border-radius: 0;
    transform: translateY(12px);
    transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.album-card:hover .view-btn { transform: translateY(0); }
.album-info { padding: 18px 20px; }
.album-info h3 { color: #e8e8e8; font-size: 1.05rem; font-weight: 600; margin-bottom: 6px; }
.album-info .client-name { color: #D4AF37; font-size: 0.82rem; margin-bottom: 8px; display: flex; align-items: center; gap: 6px; }
.album-info .meta-row { display: flex; gap: 14px; flex-wrap: wrap; }
.album-info .meta-row span { color: #777; font-size: 0.76rem; display: flex; align-items: center; gap: 5px; }
.album-info .meta-row span i { color: #D4AF37; }
.album-slider-wrapper { position: relative; display: flex; align-items: center; gap: 14px; }
.album-slider { overflow: hidden; flex: 1; }
.album-track { display: flex; gap: 22px; transition: transform 0.55s cubic-bezier(0.25, 0.8, 0.25, 1); }
.album-track .album-card { min-width: calc(33.333% - 15px); }
.album-nav {
    background: rgba(212,175,55,0.08);
    border: 1px solid rgba(212,175,55,0.4);
    color: #D4AF37; width: 42px; height: 42px;
    border-radius: 0; display: flex; align-items: center; justify-content: center;
    cursor: pointer; flex-shrink: 0; transition: all 0.3s ease;
}
.album-nav:hover { background: #D4AF37; color: #000; }
@media (max-width: 991px) { .album-track .album-card { min-width: calc(50% - 11px); } }
@media (max-width: 575px) { .album-track .album-card { min-width: 84vw; } }

/* ---- TESTIMONIALS — NEW CLEAN DESIGN ---- */
.testimonials {
    padding: 80px 5%;
    background: #000 !important;
    overflow: hidden;
    position: relative;
}
.testimonials::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at center top, rgba(212,175,55,0.04) 0%, transparent 65%);
    pointer-events: none;
}
.testimonial-wrapper {
    max-width: 860px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
.testimonial-track {
    display: flex;
    transition: transform 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.tcard {
    min-width: 100%;
    padding: 50px 55px;
    background: #0a0a0a;
    border: 1px solid rgba(212,175,55,0.15);
    position: relative;
    box-shadow: 0 10px 50px rgba(212,175,55,0.1);
    overflow: hidden;
}
.tcard::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 3px;
    background: linear-gradient(90deg, #D4AF37, #b8962e);
}
.tcard-quote-mark {
    font-size: 9rem;
    line-height: 0.7;
    color: rgba(212,175,55,0.1);
    font-family: Georgia, serif;
    position: absolute;
    top: 30px; left: 35px;
    user-select: none;
    pointer-events: none;
}
.tcard-stars {
    color: #D4AF37;
    font-size: 1rem;
    margin-bottom: 20px;
    letter-spacing: 3px;
    position: relative;
}
.tcard-text {
    font-size: 1.1rem;
    line-height: 1.85;
    color: #ccc;
    font-style: italic;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}
.tcard-author {
    display: flex;
    align-items: center;
    gap: 16px;
    border-top: 1px solid rgba(212,175,55,0.12);
    padding-top: 22px;
}
.tcard-avatar {
    width: 62px; height: 62px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #D4AF37;
    flex-shrink: 0;
}
.tcard-name { color: #e0e0e0; font-size: 1rem; font-weight: 700; margin-bottom: 3px; }
.tcard-role { color: #D4AF37; font-size: 0.78rem; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; }
.tcard-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 28px;
}
.tdot {
    width: 8px; height: 8px;
    background: rgba(212,175,55,0.2);
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.35s ease;
    border: none;
    display: inline-block;
    padding: 0;
}
.tdot.active { background: #D4AF37; width: 26px; border-radius: 4px; }
@media (max-width: 767px) {
    .tcard { padding: 36px 22px; }
    .tcard-quote-mark { font-size: 6rem; top: 15px; left: 18px; }
    .tcard-text { font-size: 0.95rem; }
}

/* ---- FOOTER SERVICES — MARQUEE TICKER with 3D gold glow ---- */
.footer-services {
    overflow: hidden;
    padding: 0;
    background: #050505;
    border-top: 1px solid rgba(212,175,55,0.2);
    border-bottom: 1px solid rgba(212,175,55,0.2);
    box-shadow:
        0 0 25px rgba(212,175,55,0.07),
        inset 0 1px 0 rgba(212,175,55,0.15),
        inset 0 -1px 0 rgba(212,175,55,0.15);
    position: relative;
}
.footer-services-track {
    display: flex;
    width: max-content;
    animation: marqueeRun 28s linear infinite;
}
.footer-services-track:hover { animation-play-state: paused; }
@keyframes marqueeRun {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}
.footer-services ul {
    display: flex;
    flex-shrink: 0;
    list-style: none;
    padding: 0; margin: 0;
}
.footer-services ul li a {
    display: flex;
    align-items: center;
    gap: 7px;
    white-space: nowrap;
    padding: 13px 22px;
    color: #999;
    font-size: 0.8rem;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    border-right: 1px solid rgba(212,175,55,0.1);
    transition: color 0.3s ease, background 0.3s ease;
}
.footer-services ul li a i { color: #D4AF37; font-size: 0.78rem; }
.footer-services ul li a:hover { color: #D4AF37; background: rgba(212,175,55,0.05); }

/* ---- FOOTER COLUMNS — visible links & icons ---- */
.footer-content {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr 1fr 1.2fr;
    gap: 38px;
    padding: 50px 5% 30px;
}
.footer-column h3 {
    color: #D4AF37 !important;
    font-family: 'Rubik', sans-serif !important;
    font-size: 0.9rem !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 20px !important;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(212,175,55,0.15);
    display: block !important;
}
.footer-links { list-style: none; padding: 0; margin: 0; }
.footer-links li { margin-bottom: 9px; }
.footer-links a {
    color: #999 !important;
    text-decoration: none;
    font-size: 0.88rem;
    display: flex !important;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
}
.footer-links a i { color: #D4AF37; font-size: 0.75rem; }
.footer-links a:hover { color: #D4AF37 !important; padding-left: 6px !important; }
.contact-info { list-style: none; padding: 0; margin: 0; }
.contact-info li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 14px;
    color: #999;
    font-size: 0.87rem;
    line-height: 1.6;
}
.contact-info li i {
    color: #D4AF37 !important;
    font-size: 0.95rem;
    width: 16px;
    text-align: center;
    flex-shrink: 0;
    margin-top: 3px;
    background-color: transparent !important;
    min-width: unset !important;
    min-height: unset !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    width: auto !important;
    height: auto !important;
}

/* ---- SOCIAL LINKS ---- */
.social-links { display: flex; gap: 9px; margin-top: 14px; }
.social-links a {
    width: 36px; height: 36px;
    background: transparent;
    display: flex; align-items: center; justify-content: center;
    border-radius: 0;
    color: #D4AF37;
    transition: all 0.3s ease;
    border: 1px solid rgba(212,175,55,0.3);
    font-size: 0.9rem;
    text-decoration: none;
}
.social-links a:hover { background: #D4AF37; color: #000; box-shadow: 0 4px 15px rgba(212,175,55,0.4); }

/* ---- FOOTER BOTTOM ---- */
.footer-bottom {
    background: #000;
    padding: 14px 5%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.8rem;
    color: #555;
    border-top: 1px solid rgba(212,175,55,0.1);
}
.footer-bottom p { margin: 0; }
.designer-link { color: #D4AF37; text-decoration: none; }
.designer-link:hover { text-decoration: underline; }
@media (max-width: 575px) { .footer-bottom { flex-direction: column; gap: 8px; text-align: center; } }

/* ---- FOOTER RESPONSIVE ---- */
@media (max-width: 991px) { .footer-content { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .footer-content { grid-template-columns: 1fr; } }

/* ---- PAGE BANNER ---- */
.page-banner {
    background: #000 !important;
    min-height: 340px;
    display: flex;
    align-items: flex-end;
    position: relative;
    padding: 0 !important;
    background-size: cover !important;
    background-position: center !important;
}
.page-banner::before {
    content: '';
    position: absolute; inset: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0.35), rgba(0,0,0,0.82));
    z-index: 1;
}
.page-banner .banner-content {
    position: relative; z-index: 2;
    padding: 50px 5%;
    width: 100%;
}

/* ---- PORTFOLIO TABS ---- */
.portfolio-categories {
    display: flex; flex-wrap: nowrap; overflow-x: auto;
    scrollbar-width: none; gap: 0;
    border-bottom: 2px solid rgba(212,175,55,0.2);
    margin-bottom: 40px;
}
.portfolio-categories::-webkit-scrollbar { display: none; }
.filter-btn {
    flex-shrink: 0; padding: 11px 20px;
    border: none; border-bottom: 3px solid transparent;
    background: transparent; color: #777;
    cursor: pointer; border-radius: 0;
    transition: color 0.3s ease, border-color 0.3s ease;
    font-family: 'Rubik', sans-serif; font-size: 0.82rem;
    font-weight: 500; letter-spacing: 0.8px; text-transform: uppercase;
    white-space: nowrap; margin-bottom: -2px;
}
.filter-btn:hover { color: #D4AF37; border-bottom-color: rgba(212,175,55,0.5); }
.filter-btn.active { color: #D4AF37; border-bottom-color: #D4AF37; font-weight: 700; }

/* ---- INSTAGRAM GRID ---- */
.insta-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 5px; }
.insta-item {
    position: relative; display: block;
    overflow: hidden; border-radius: 0;
    aspect-ratio: 1/1;
    box-shadow: 0 3px 10px rgba(212,175,55,0.12);
}
.insta-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s; display: block; }
.insta-item:hover img { transform: scale(1.1); }
.insta-overlay {
    position: absolute; inset: 0;
    background: rgba(0,0,0,0.35);
    display: flex; align-items: center; justify-content: center;
    opacity: 0; transition: opacity 0.3s;
}
.insta-overlay i { color: #fff; font-size: 1.2rem; }
.insta-item:hover .insta-overlay { opacity: 1; }
.view-profile-link { color: #D4AF37; font-size: 0.85rem; text-decoration: none; }
.view-profile-link:hover { text-decoration: underline; }

/* ---- WHATSAPP FLOAT ---- */
.whatsapp-float {
    position: fixed; bottom: 26px; right: 26px;
    z-index: 999; width: 54px; height: 54px;
    background: #25D366; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 1.5rem; color: #fff; text-decoration: none;
    box-shadow: 0 6px 20px rgba(37,211,102,0.45);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.whatsapp-float:hover { transform: scale(1.12); box-shadow: 0 8px 28px rgba(37,211,102,0.6); color: #fff; }

/* ---- LOGO ---- */
.img-logo { height: 80px; width: auto; display: block; }

/* ---- ACTIVE NAV ---- */
header nav ul li a.active { color: #D4AF37 !important; }

/* ---- EVENT ALBUMS SECTION ---- */
.event-albums {
    padding: 70px 5%;
    background: #000 !important;
}

/* ---- SECTION TITLE ---- */
.section-title { text-align: center; margin-bottom: 50px; }
.section-title .subtitle,
.section-title span.subtitle {
    display: block;
    color: #D4AF37;
    font-family: 'Great Vibes', cursive;
    font-size: 2.4rem;
    margin-bottom: 4px;
    letter-spacing: 1px;
}
.section-title h2.main-title {
    font-size: 2.2rem;
    font-weight: 700;
    color: #e0e0e0;
    margin-bottom: 0;
    font-family: 'Rubik', sans-serif;
}

/* ---- MOBILE NAV ---- */
@media (max-width: 575px) {
    .album-track .album-card { min-width: 82vw; }
    .section-title h2.main-title { font-size: 1.7rem; }
    .section-title .subtitle { font-size: 1.8rem; }
    .tcard { padding: 30px 18px; }
}

/* ---- PRELOADER — Circular Fill Ring ---- */
#preloader {
    position: fixed;
    inset: 0;
    background: #050505;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.6s ease, visibility 0.6s ease;
}
#preloader.hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}
.loader-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
}
.loader-ring-outer {
    position: relative;
    width: 130px;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.loader-circle-svg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    transform: rotate(-90deg);
}
.loader-circle-bg {
    fill: none;
    stroke: rgba(212,175,55,0.15);
    stroke-width: 5;
}
.loader-circle-fill {
    fill: none;
    stroke: #D4AF37;
    stroke-width: 5;
    stroke-linecap: round;
    stroke-dasharray: 339.29;
    stroke-dashoffset: 339.29;
    animation: circleLoad 2.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    filter: drop-shadow(0 0 6px rgba(212,175,55,0.6));
}
@keyframes circleLoad {
    0%   { stroke-dashoffset: 339.29; }
    100% { stroke-dashoffset: 0; }
}
.loader-logo-new {
    width: 80px;
    height: 80px;
    object-fit: contain;
    border-radius: 50%;
    position: relative;
    z-index: 2;
    animation: logoPulse 2.2s ease-in-out infinite;
}
@keyframes logoPulse {
    0%, 100% { transform: scale(1); opacity: 0.9; }
    50%       { transform: scale(1.06); opacity: 1; }
}
.loader-brand-text {
    font-family: 'Great Vibes', cursive;
    font-size: 1.8rem;
    color: #D4AF37;
    letter-spacing: 2px;
    margin: 0;
    animation: fadeInUp 0.8s ease forwards 0.4s;
    opacity: 0;
}
@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(10px); }
    to   { opacity: 1; transform: translateY(0); }
}
