@charset "UTF-8";
/*
Theme Name: Red Dot Events
Author: Blusteak
Author URI: https://blusteak.com/
Version: 6.8.2
*/
.wpcf7-not-valid-tip {
    font-size: 10px !important;
}
.wpcf7 form .wpcf7-response-output {
    margin: 0em 0.5em 0em  !important;
    padding: 0.2em 0.2em !important;
    border: 1px solid #00a0d2 !important;
}
.wpcf7 form .wpcf7-response-output {
    margin: 0em 0.5em 0em;
    padding: 0.2em 0.2em;
    border: 1px solid #00a0d2;
    font-size: 11px !important;
    text-align: center;
}
.tekup-main-field {
    margin-bottom: 25px  !important;
}
.dropdown-toggle::after {display:none;}
.tekup-section-paddings{padding: 50px 0px; border:1px solid #f75701; border-radius: 20px;}
.tekup-section-paddings h2{padding-bottom: 0px !important}
.tekup-section-paddings p{    margin-bottom: 0px; !important}
.tekup-section-paddings h3 {
    font-size: 28px;
    line-height: 1.26em;
    color: #f54b00;
    padding-bottom: 0px !important;
}
.tekup-section-paddings .tekup-extra-mt {
    margin-top: 20px;
}
input.wpcf7-form-control.wpcf7-phonetext.wpcf7-validates-as-required.wpcf7-text.wpcf7-validates-as-phonetext {
    position: relative;
    width: 127px;
    margin-left: 87px;
}
.blubutt .tekup-default-btn{background: #1c38ba}
#required .tekup-iconbox-wrap4{    background-color: #f54b00;border-radius: 15px; text-align: left !important;}
#required .tekup-iconbox-data3 p{color: #fff;}
#required{padding: 50px 0px !important;}
@media (max-width: 991px) {
    .site-menu-main > li .sub-menu.active {
        display: inline-table;
    }
    input.wpcf7-form-control.wpcf7-phonetext.wpcf7-validates-as-required.wpcf7-text.wpcf7-validates-as-phonetext {
    position: relative;
    width: 75%;
    margin-left: 87px;
}
}
/*---Contact form 7---
form.wpcf7-form p{ margin: 0px !important; }
span.ajax-loader{ display: none !important; }
div.wpcf7-response-output, div.wpcf7-validation-errors { display: none !important; }
span.wpcf7-not-valid-tip { display: none; }
input[aria-invalid="true"], select[aria-invalid="true"], textarea[aria-invalid="true"] { border-color: red !important; background-color: rgba(153,0,0,0.3) !important; }
span.wpcf7-form-control-wrap {display:block !important;}/*keeps forms from jumping on render*/
/*---Contact form 7---*/

/*********************************mega menu************************************/
h1.text-white{
    text-transform: uppercase;
}
h1 i{
    text-transform: capitalize;
    font-family: SilkSerif-MediumItalic;
}
h2 .text-color-primary {
    text-transform: uppercase;
}
h2 i {
    text-transform: none !important;
     font-family: SilkSerif-MediumItalic;
}

h2 .text-color-primary i {
    text-transform: none !important;
     font-family: SilkSerif-MediumItalic;
}

.subtitles .text-color-primary {
    text-transform: capitalize;
    font-family: SilkSerif-MediumItalic;
    font-size: 26px;
    font-weight: 300;
    margin-top:20px;
}
h1{}
h2{}

@media (min-width: 1441px) and (max-width: 1920px) {
   .header-bottom-wrap.header-sticky .container {
        max-width: 1366px !important;
    }
}





/* ============================= */
/* SECTION WRAPPER (IMPORTANT FIX) */
/* ============================= */
.showcase-section {
    position: relative;   /* Makes decorations stay inside this section */
    overflow: hidden;     /* Prevents overflow outside section */
    padding: 80px 0;
}

/* ============================= */
/* Decorative Corner Elements */
/* ============================= */
.corner-decoration {
    position: absolute;   /* Changed from FIXED to ABSOLUTE */
    z-index: 1;
    opacity: 0.85;
    pointer-events: none;
}

.corner-decoration.top-left {
    top: 115px;
    left: 215px;
    width: clamp(120px, 15vw, 280px);
}

.corner-decoration.bottom-right {
    bottom: 0;
    right: 220px;
    width: clamp(120px, 15vw, 280px);
    transform: rotate(80deg);
}

/* ============================= */
/* Main Container */
/* ============================= */
.showcase-container {
    position: relative;
    z-index: 2;
    width: 55%;
    margin: auto;
    margin-top: 70px;
    margin-bottom: 70px;
}

/* ============================= */
/* Image Frame */
/* ============================= */
.image-frame {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 10;
    animation: fadeIn 1s ease-out, float 6s ease-in-out 1s infinite;

}

@keyframes float {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-10px); }
}

@keyframes fadeIn {
    from { opacity: 0; transform: scale(0.95); }
    to { opacity: 1; transform: scale(1); }
}

.image-slider {
    position: relative;
    width: 100%;
    height: 100%;
    perspective: 1500px;
}

/* ============================= */
/* Slides */
/* ============================= */
.slide {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow:
        0 15px 50px rgba(0,0,0,0.2),
        0 5px 15px rgba(0,0,0,0.15);
    transition: all 1.2s cubic-bezier(0.34,1.56,0.64,1);
    transform-origin: center;
}

.slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
}

/* Active Slide */
.slide.active {
    z-index: 10;
    transform: translate(-50%, -50%) rotate(0deg) scale(1);
    opacity: 1;
}

/* Background positions */
.slide.position-0 {
    z-index: 8;
    transform: translate(-55%, -52%) rotate(-12deg) scale(0.92);
    opacity: 1;
}

.slide.position-1 {
    z-index: 7;
    transform: translate(-48%, -55%) rotate(8deg) scale(0.90);
    opacity: 1;
}

/* ============================= */
/* Progress Dots */
/* ============================= */
.progress-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 11;
}

.dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255,255,255,0.5);
    border: 2px solid rgba(255,255,255,0.8);
    cursor: pointer;
    transition: 0.3s;
}

.dot.active {
    background: #fff;
    transform: scale(1.2);
}
.slide.position-2 {
    z-index: 6;
    transform: translate(-52%, -48%) rotate(-18deg) scale(0.88);
    opacity: 1;
}

.slide.position-3 {
    z-index: 5;
    transform: translate(-47%, -50%) rotate(14deg) scale(0.86);
    opacity: 1;
}

.slide.position-4 {
    z-index: 4;
    transform: translate(-53%, -47%) rotate(-22deg) scale(0.84);
    opacity: 1;
}

.slide.position-5 {
    z-index: 3;
    transform: translate(-50%, -53%) rotate(10deg) scale(0.82);
    opacity: 1;
}


/* ============================= */
/* Responsive */
/* ============================= */
@media (max-width:768px){
    .image-frame { aspect-ratio: 4 / 3; }
    .corner-decoration.top-left,
    .corner-decoration.bottom-right {
        width: clamp(80px, 15vw, 150px);
    }
}

@media (max-width:767px){
    .image-frame { aspect-ratio: 1 / 1; }
    .corner-decoration.top-left,
    .corner-decoration.bottom-right {
        width: 100px;
    }
    .showcase-section {
    padding: 40px 0;
}
.showcase-container {
    width: 85%;
}
.corner-decoration.top-left {
    top: 90px;
    left: 5px;
}
.corner-decoration.bottom-right {
    bottom: 0px;
    right: 25px;
}
.showcase-container {
    margin-bottom: 15px;
}
}


/*****************************About Team************************/
   .page-container {
            padding: 80px 0;
            position: relative;
        }

        /* Decorative background elements */
        .page-container::before {
            content: '';
            position: absolute;
            top: 0;
            left: -10%;
            width: 400px;
            height: 400px;
            background: radial-gradient(circle, rgba(212, 175, 55, 0.08) 0%, transparent 70%);
            border-radius: 50%;
            pointer-events: none;
        }

        .page-container::after {
            /*content: '';
            position: absolute;
            bottom: 0;
            right: -10%;
            width: 500px;
            height: 500px;
            background: radial-gradient(circle, rgba(107, 31, 46, 0.06) 0%, transparent 70%);
            border-radius: 50%;
            pointer-events: none;*/
        }

        .section-title {
           
            font-size: clamp(2rem, 5vw, 3.5rem);
            font-weight: 600;
            text-align: center;
            color: var(--primary-burgundy);
            margin-bottom: 80px;
            letter-spacing: -0.02em;
            line-height: 1.2;
            animation: fadeInUp 0.8s ease-out;
        }

        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        /* Card Container */
        .card-container {
            perspective: 1000px;
            margin-bottom: 40px;
        }

        /* Flip Card */
        .flip-card {
            position: relative;
            width: 100%;
            aspect-ratio: 3/4;
            max-width: 280px;
            margin: 0 auto;
            transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
            transform-style: preserve-3d;
            cursor: pointer;
        }

        .flip-card:hover {
            transform: scale(1.02);
        }

        .card-face {
            position: absolute;
            width: 100%;
            height: 100%;
            backface-visibility: hidden;
            border-radius: 140px;
            transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
            overflow: hidden;
        }

        /* Front Face */
        .card-front {
            background: #fff;
            box-shadow: 0 10px 40px var(--card-shadow);
            display: flex;
            align-items: center;
            justify-content: center;
            border: 4px solid transparent;
            transition: border-color 0.3s ease;
        }

        .flip-card:hover .card-front {
            border-color: var(--accent-gold);
        }

        .card-front img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.6s ease;
        }

        .flip-card:hover .card-front img {
            transform: scale(1.05);
        }

        /* Back Face */
        .card-back {
    background: #540019;
    color: #fff;
    transform: rotateY(180deg);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px 25px;
    text-align: center;
    box-shadow: 0 15px 50px rgba(107, 31, 46, 0.4);
    border: 2px solid var(--accent-gold);
}

        .flip-card:hover .card-face {
            transform: rotateY(180deg);
        }

        .flip-card:hover .card-back {
            transform: rotateY(0deg);
        }

        .card-name {
                  font-weight: 400;
    margin-bottom: 0px;
    letter-spacing: 0.02em;
    font-size: 20px;
    color: #fff;
        }

       .card-title {
    font-weight: 300;
    margin-bottom: 10px;
    color: #fff;
    text-transform: capitalize;
    letter-spacing: 0px;
    font-size: 14px;
}

        .card-description {
    font-size: 13px;
    /*line-height: 1.6;*/
    opacity: 1;
    font-weight: 300;
}

        /* Decorative divider line */
        .decorative-line {
    position: relative;
    height: 1px;
    margin: 0px auto 30px;
    max-width: 90%;
    background: linear-gradient(to right, transparent 0%, #540019 10%, #540019 90%, transparent 100%);
    opacity: 1;
}
.decorative-line::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
   background: linear-gradient(
    to right,
    transparent 0%,
    #540019 20%,
    #540019 50%,
    #540019 80%,
    transparent 100%
);
animation: shimmer 3s ease-in-out infinite;
}
        @keyframes shimmer {
            0%, 100% {
                opacity: 0.5;
            }
            50% {
                opacity: 1;
            }
        }

        /* Responsive Grid */
        @media (max-width: 1200px) {
            .section-title {
                margin-bottom: 60px;
            }
        }

        @media (max-width: 768px) {
            .page-container {
                padding: 60px 0;
            }

            .section-title {
                margin-bottom: 50px;
                padding: 0 20px;
            }

        

            .card-back {
                padding: 30px 25px;
            }
        }

        @media (max-width: 767px) {
            .page-container {
                padding: 40px 0;
            }
.flip-card .card-title{text-align: center; margin-bottom: 0px !important;}
            

            .card-back {
                padding: 25px 20px;
            }
        }

        /* Animation Delays for Cards */
        .card-container:nth-child(1) .flip-card {
            animation: fadeInUp 0.8s ease-out 0.1s both;
        }

        .card-container:nth-child(2) .flip-card {
            animation: fadeInUp 0.8s ease-out 0.2s both;
        }

        .card-container:nth-child(3) .flip-card {
            animation: fadeInUp 0.8s ease-out 0.3s both;
        }

        .card-container:nth-child(4) .flip-card {
            animation: fadeInUp 0.8s ease-out 0.4s both;
        }

        /* Hover glow effect */
        .flip-card::before {
            content: '';
            position: absolute;
            top: -50%;
            left: -50%;
            width: 200%;
            height: 200%;
            background: radial-gradient(circle, rgba(212, 175, 55, 0.2) 0%, transparent 70%);
            opacity: 0;
            transition: opacity 0.5s ease;
            pointer-events: none;
            z-index: -1;
        }

        .flip-card:hover::before {
            opacity: 1;
        }

        /* Static Cards (No Flip) */
        .static-card-container {
            margin-bottom: 10px;
            animation: fadeInUp 0.8s ease-out both;
        }
           .team-section .col-lg-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 19.99%;
    }

        .static-card {
            max-width: 200px;
            margin: 0 auto;
            transition: transform 0.3s ease;
            cursor: default;
        }
.static-card h3{font-size: 18px; color: #000; font-weight:400; text-transform: capitalize;}
.static-card .card-title{font-size: 14px;
    color: #000;     margin-top: 0px;}
        .static-card:hover {
            transform: translateY(-8px);
        }

        .static-card-image {
            position: relative;
            width: 100%;
            aspect-ratio: 3/4;
            border-radius: 100px;
            overflow: hidden;
            box-shadow: 0px 0px 2px #540019;
            margin-bottom: 20px;
            border: 1px solid transparent;
            transition: all 0.3s ease;
        }

        .static-card:hover .static-card-image {
            border-color: var(--accent-gold);
            box-shadow: 0 12px 40px rgba(107, 31, 46, 0.25);
        }

        .static-card-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.4s ease;
        }

        .static-card:hover .static-card-image img {
            transform: scale(1.08);
        }

        .static-card-info {
            text-align: center;
        }

        .static-card-name {
                      font-size: clamp(1.1rem, 2vw, 1.4rem);
            font-weight: 600;
            color: var(--text-dark);
            margin-bottom: 5px;
            letter-spacing: 0.01em;
        }

        .static-card-role {
            font-size: clamp(0.75rem, 1.2vw, 0.9rem);
            color: var(--primary-burgundy);
            font-weight: 500;
            opacity: 0.85;
            line-height: 1.4;
        }

        /* Animation delays for static cards */
        .static-card-container:nth-child(1) {
            animation-delay: 0.5s;
        }

        .static-card-container:nth-child(2) {
            animation-delay: 0.6s;
        }

        .static-card-container:nth-child(3) {
            animation-delay: 0.7s;
        }

        .static-card-container:nth-child(4) {
            animation-delay: 0.8s;
        }

        .static-card-container:nth-child(5) {
            animation-delay: 0.9s;
        }

        @media (max-width: 768px) {
            .static-card {
                max-width: 180px;
            }

            .static-card-image {
                margin-bottom: 15px;
            }
        }

        @media (max-width: 576px) {
            .static-card {
                max-width: 160px;
            }
        }
        
        /* ── Mobile Card Info Block ── */
.mobile-card-info {
    display: none; /* hidden on desktop */
}

@media (max-width: 767px) {

    /* Disable CSS hover-flip on touch screens */
    .flip-card:hover {
        transform: none !important;
    }
    .flip-card:hover .card-face {
        transform: none !important;
    }
    .flip-card:hover .card-back {
        transform: rotateY(180deg) !important;
    }
    .flip-card:hover .card-front img {
        transform: none !important;
    }
    .flip-card:hover .card-front {
        border-color: transparent !important;
    }

    /* Show mobile info block */
    .mobile-card-info {
        display: block;
        text-align: center;
        margin-top: 14px;
        padding: 0 5px;
    }

    .mobile-name {
        font-size: 16px;
        font-weight: 500;
        color: #222;
        margin-bottom: 3px;
    }

    .mobile-desig {
        font-size: 13px;
        color: #540019;
        font-weight: 400;
        margin-bottom: 10px;
    }

    .mobile-readmore-btn {
        background: #540019;
        color: #fff;
        border: none;
        padding: 6px 18px;
        border-radius: 20px;
        font-size: 12px;
        font-weight: 400;
        cursor: pointer;
        letter-spacing: 0.03em;
        transition: background 0.2s ease;
    }

    .mobile-readmore-btn:hover {
        background: #3a0011;
    }

    .mobile-desc-text {
        display: none;
        margin-top: 10px;
        font-size: 14px;
        color: #000;
        line-height: 1.6;
        background: #fdf5f7;
        border-left: 3px solid #540019;
        border-radius: 6px;
        padding: 10px 12px;
        text-align: left;
    }

    .mobile-desc-text.open {
        display: block;
    }
    .flip-card {
    max-width: 100%;
    }
}

/*********************Plan your Wedding*************************/
 
/* SECTION */

.pe-section {
  padding: 80px 40px 50px;
  max-width: 1280px;
  margin: auto;
}

/* HEADER */

.pe-header {
  text-align: center;
  margin-bottom: 56px;
}

.pe-header h2 {
  font-size: 32px;
  font-weight: 600;
}

.pe-header p {
  margin-top: 10px;
  font-size: 15px;
  font-weight: 300;
  color: #7a6e65;
  letter-spacing: .04em;
}


/* GRID */

.pe-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 20px;
}


/* CARD */

.pe-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;

  /* IMPORTANT FOR SHORTS */
  aspect-ratio: 9/16;

  background: #d4cdc8;
  box-shadow: 0 4px 20px rgba(0,0,0,.1);

  transition: .35s;
}

.pe-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(0,0,0,.18);
}


/* VIDEO WRAPPER */

.video-wrapper{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
}

.video-wrapper iframe{
  width:100%;
  height:100%;
  border:0;
}


/* GRADIENT */

.pe-card:after{
  content:'';
  position:absolute;
  inset:0;

  background:linear-gradient(
  to bottom,
  transparent 50%,
  rgba(0,0,0,.75) 100%
  );

  pointer-events:none;
}


/* RESPONSIVE */

@media (max-width:1100px){

.pe-grid{
grid-template-columns:repeat(3,1fr);
}

}


@media (max-width:768px){

.pe-section{
padding:60px 20px;
}

.pe-grid{
grid-template-columns:repeat(3,1fr);
gap:14px;
}

}


@media (max-width:480px){

.pe-grid{
grid-template-columns:repeat(2,1fr);
gap:10px;
}

}


@media (max-width:360px){

.pe-grid{
grid-template-columns:1fr 1fr;
}

}


/* ANIMATION */

.pe-card{
opacity:0;
animation:cardIn .5s ease forwards;
}

.pe-card:nth-child(1){animation-delay:.05s;}
.pe-card:nth-child(2){animation-delay:.12s;}
.pe-card:nth-child(3){animation-delay:.19s;}
.pe-card:nth-child(4){animation-delay:.26s;}
.pe-card:nth-child(5){animation-delay:.33s;}
.pe-card:nth-child(6){animation-delay:.40s;}
.pe-card:nth-child(7){animation-delay:.47s;}
.pe-card:nth-child(8){animation-delay:.54s;}


@keyframes cardIn{

from{
opacity:0;
transform:translateY(20px);
}

to{
opacity:1;
transform:translateY(0);
}

}
/**************************************planner blog****************/
 * .planner-section {
  padding: 60px 20px;
  background: #fff;

}

.planner-container {
  max-width: 1100px;
  margin: auto;
}

.planner-title {
  text-align: center;
 
  margin-bottom: 40px;
  font-weight: 500;
  text-transform: capitalize;
}

.planner-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 60px;
}

.planner-item {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 20px;
}

.planner-link {
  display: block;
  font-size: 17px;
  color: #000;
  text-decoration: none;
  margin-bottom: 6px;
  transition: color 0.3s ease;
}

.planner-link:hover {
  color: #c62828;
}

.planner-tag {
  display: inline-block;
  font-size: 12px;
  color: #c62828;
  margin-bottom: 8px;
}

.read-more {
  display: inline-block;
  margin-top: 8px;
  font-size: 13px;
  color: #000;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease;
}

.read-more:hover {
  color: #c62828;
  border-color: #c62828;
}

/* Responsive */
@media (max-width: 768px) {
  .planner-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .planner-title {
    font-size: 24px;
  }
   .planner-section {
  padding: 40px 20px !important;
  background: #fff;

}
}


/*******************Quiz
 * 
 * 
 * 
 * 
 * **************************/
 .wq-page {
      min-height: 100vh;
      display: flex;
      flex-direction: column;
      align-items: center;
      padding-bottom: 72px;
    }

    /* ══ QUIZ SECTION ══════════════════════════════════════ */
    #quizSection {
      width: 100%;
      max-width: 680px;
      padding: 0 20px;
      display: flex;
      flex-direction: column;
      align-items: center;
    }

    .quiz-header {
      text-align: center;
      padding: 56px 0 36px;
      width: 100%;
    }
    
    .quiz-header p {
      font-size: 15px;
      color: var(--grey);
      line-height: 1.5;
    }

    .quiz-card {
      background: var(--white);
      border: 1px solid var(--border);
      border-radius: 16px;
      padding: 32px 40px 40px;
      width: 100%;
      box-shadow: 0 1px 8px rgba(0,0,0,.06), 0 4px 20px rgba(0,0,0,.04);
    }

    /* Progress */
    .prog-row {
      display: flex;
      justify-content: space-between;
      margin-bottom: 10px;
    }
    .prog-label { font-size: 13px; color: var(--grey); }
    .prog-track {
      height: 6px;
      background: #ffe9e9;
      border-radius: 99px;
      overflow: hidden;
      margin-bottom: 30px;
    }
    .prog-fill {
      height: 100%;
      background: #e7000b;
      border-radius: 99px;
      transition: width .45s cubic-bezier(.4,0,.2,1);
    }

    /* Question */
    .q-text {

    font-size: 16px;
    /* font-weight: 600; */
    color: #000;
    line-height: 1.35;
    margin-bottom: 20px;
    }

    /* Options */
    .opts { display: flex; flex-direction: column; gap: 10px; }
    .opt {
     width: 100%;
    padding: 15px 20px;
    background: var(--white);
    border: 1.5px solid #ccc;
    border-radius: 10px;
    /* font-family: 'Inter', sans-serif; */
    font-size: 15px;
    font-weight: 400;
    color: var(--mid);
    text-align: left;
    cursor: pointer;
    line-height: 1.4;
    transition: border-color .15s, background .15s;
    outline: none;
    }
    .opt:hover { border-color: var(--red-border); background: #ffe9e9; }
    .opt.sel   { border-color: #e7000b; background: #ffe9e9; color: #000; font-weight: 500; }

    /* Navigation */
    .nav {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-top: 34px;
    }
    .btn-prev {
      padding: 10px 22px;
      background: #f3f3f3;
      border: 1.5px solid var(--border);
      border-radius: 8px;
      font-family: 'Inter', sans-serif;
      font-size: 14px;
      font-weight: 500;
      color: var(--grey);
      cursor: pointer;
      transition: border-color .15s, color .15s;
    }
    .btn-prev:hover:not(:disabled) { border-color: #e7000b; color: var(--dark); }
    .btn-prev:disabled { opacity: .9; cursor: default; }

    .btn-next {
      padding: 11px 28px;
      background: #e7000b;
      border: none;
      border-radius: 8px;
      font-size: 14px;
      font-weight: 600;
      color: #fff;
      cursor: pointer;
      transition: background .15s, opacity .15s;
    }
    .btn-next:hover:not(:disabled) { background: #540019; }
    .btn-next:disabled { opacity: .4; cursor: default; }

    /* ══ RESULT SECTION ════════════════════════════════════ */
    #resultSection {
      display: none;
      width: 100%;
      max-width: 1060px;
      padding: 0 20px;
      flex-direction: column;
      align-items: center;
    }

    .res-header {
      text-align: center;
      padding: 56px 0 32px;
      width: 100%;
    }
   

    .res-hero {
      background: var(--white);
      border: 1px solid var(--border);
      border-radius: 16px;
      padding: 48px 40px;
      width: 100%;
      max-width: 720px;
      text-align: center;
      box-shadow: 0 1px 8px rgba(0,0,0,.06), 0 4px 20px rgba(0,0,0,.04);
    }
    .res-icon {
      width: 72px;
      height: 72px;
      background: var(--red-pale);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto 20px;
    }
    .res-name {
      font-family: 'Playfair Display', Georgia, serif;
      font-size: 30px;
      font-weight: 600;
      color: var(--dark);
      margin-bottom: 10px;
    }
    .res-desc {
      font-size: 15px;
      color: var(--grey);
      line-height: 1.6;
      max-width: 460px;
      margin: 0 auto 24px;
    }
    .res-badge {
      display: inline-flex;
      align-items: center;
      gap: 7px;
      background: var(--red-pale);
      border: 1px solid var(--red-border);
      border-radius: 99px;
      padding: 7px 18px;
      font-size: 13px;
      color: var(--dark);
    }
.quiz-header h2{text-transform: capitalize;}
    /* ══ COMPARE TABLE ═════════════════════════════════════ */
    .cmp-section { width: 100%; margin-top: 48px; }
    
    .tbl-wrap {
      border: 1px solid var(--border);
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0 1px 6px rgba(0,0,0,.04);
    }
    table { width: 100%; border-collapse: collapse; font-size: 14px; }
    thead tr { background: var(--red-pale); }
    thead th {
      padding: 14px 20px;
      font-size: 13px;
      font-weight: 600;
      color: var(--dark);
      text-align: left;
      white-space: nowrap;
      border-bottom: 1px solid var(--red-border);
    }
    tbody tr { background: #fff; border-bottom: 1px solid var(--border-lt); }
    tbody tr:last-child { border-bottom: none; }
    tbody tr.rec { background: #fff; outline: 2px solid var(--red); outline-offset: -2px; }
    tbody td { padding: 16px 20px; color: var(--mid); vertical-align: middle; }

    .s-cell { display: flex; align-items: center; gap: 10px; }
    .s-icon  { width: 20px; height: 20px; color: var(--red); flex-shrink: 0; }
    .s-name  { font-weight: 600; color: var(--dark); white-space: nowrap; }
    .badge-r {
      background: var(--red);
      color: #fff;
      font-size: 11px;
      font-weight: 700;
      padding: 3px 9px;
      border-radius: 99px;
      letter-spacing: .02em;
      white-space: nowrap;
    }

    /* ══ CTA ROW ═══════════════════════════════════════════ */
    .cta-row {
      display: flex;
      gap: 14px;
      justify-content: center;
      margin-top: 36px;
      flex-wrap: wrap;
    }
    .btn-wa {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 13px 28px;
      background: var(--red);
      border: none;
      border-radius: 8px;
      color: #fff;
      font-family: 'Inter', sans-serif;
      font-size: 14px;
      font-weight: 600;
      text-decoration: none;
      cursor: pointer;
      transition: background .15s;
    }
    .btn-wa:hover { background: var(--red-dark); }

    .btn-retake {
      display: inline-flex;
      align-items: center;
      padding: 12px 28px;
      background: #fff;
      border: 1.5px solid var(--red);
      border-radius: 8px;
      color: var(--red);
      font-family: 'Inter', sans-serif;
      font-size: 14px;
      font-weight: 600;
      cursor: pointer;
      transition: background .15s;
    }
    .btn-retake:hover { background: var(--red-pale); }

    /* ══ ANIMATION ═════════════════════════════════════════ */
    @keyframes fadeUp {
      from { opacity: 0; transform: translateY(16px); }
      to   { opacity: 1; transform: translateY(0); }
    }
    .fade-up { animation: fadeUp .3s ease both; }

    /* ══ RESPONSIVE ════════════════════════════════════════ */
    @media (max-width: 640px) {
      .quiz-header h1, .res-header h1 { font-size: 28px; }
      .quiz-card { padding: 24px 18px 30px; }
      .res-hero  { padding: 36px 20px; }
      .q-text    { font-size: 20px; }
      .tbl-wrap  { overflow-x: auto; }
      table      { min-width: 580px; }
    }

/*********************************************************************************************************
 ******************************************** luxury Wedding***************************************************
 *************************************************************************************************************/

/******************Shuffle Gallery**********************/
/* ===============================
   SECTION
================================= */
.ec-section {
    position: relative;
    background: #580015;
    padding: 120px 20px 80px;
    text-align: center;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

/* ===============================
   DECOR IMAGES
================================= */
.ec-decor {
    position: absolute;
    top: 40px;
    width: 400px;
    pointer-events: none;
}

img.ec-decor.ec-decor-right {
    width: 292px;
    top: 188px;
    right: 60px;
}

.ec-decor-left { left: 0; }
.ec-decor-right { right: 0; }

/* ===============================
   HEADER
================================= */
.ec-header {
    max-width: 900px;
    margin: 0 auto 40px;
}

.ec-header h2 {
    color: #fff;
    font-size: 56px;
    line-height: 1.2;
}

.ec-italic {
    font-style: italic;
    font-weight: 300;
}

.ec-header p {
    font-size: 18px;
    color: #f4dede;
    line-height: 1.6;
    margin-top: 15px;
}

/* ===============================
   CARDS WRAPPER
================================= */
.ec-cards {
    display: flex;
    align-items: flex-end;
    gap: 20px;
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    left: -80px; /* slight cut effect */
    transition: all 0.4s ease;
}

/* ===============================
   CARD STYLE
================================= */
.ec-card {
    width: 260px;
    height: 320px;
    overflow: hidden;
    flex-shrink: 0;
    transition: all 0.4s ease;
    opacity: 0.7;
    border-radius: 12px;
    border-radius: 10px;
}

.ec-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Center highlight card */
.ec-card:nth-child(3) {
    width: 300px;
    height: 300px;
    opacity: 1;
    transform: translateY(-10px);
}

/* Fade outer cards */
.ec-card:first-child,
.ec-card:last-child {
    opacity: 0.5;
}

/* ===============================
   LARGE SCREENS (1600px+)
================================= */
@media (min-width: 1600px) {
    .ec-cards {
        left: 0; /* remove cut on ultra-wide */
    }
    .about-sect {

    background-position: top;
}
}

/* ===============================
   LAPTOP (1199px)
================================= */
@media (max-width: 1199px) {

    .ec-card {
        width: 200px;
        height: 280px;
    }

    .ec-card:nth-child(3) {
        width: 240px;
        height: 330px;
        transform: translateY(-15px);
    }

    .ec-header h2 {
        font-size: 48px;
    }

    .ec-cards {
        left: -40px;
        gap: 15px;
    }
}

/* ===============================
   TABLET (991px)
================================= */
@media (max-width: 991px) {

    .ec-cards {
        left: 0;
        justify-content: center;
        gap: 15px;
    }

    .ec-card {
        width: 170px;
        height: 240px;
        opacity: 1;
        transform: none;
    }

    .ec-card:nth-child(3) {
        width: 190px;
        height: 270px;
        transform: translateY(-10px);
    }

    .ec-header h2 {
        font-size: 38px;
    }

    .ec-header p {
        font-size: 16px;
    }
}

/* ===============================
   MOBILE (767px)
================================= */
@media (max-width: 767px) {

    .ec-section {
        padding: 100px 15px 50px;
    }

    .ec-cards {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
        left: 0;
        max-width: 100%;
    }

    .ec-card {
        width: 100%;
        height: 220px;
        transform: none !important;
        opacity: 1 !important;
    }

    /* Show only first 2 cards */
    .ec-card:nth-child(n+3) {
        display: none;
    }

    .ec-decor {
        top: 10px;
        width: 160px;
    }

    .ec-header h2 {
        font-size: 28px;
    }

    .ec-header p br {
        display: none;
    }
}
/* =====================================
   LARGE SCREENS (1180px - 1920px)
===================================== */
@media (min-width: 1180px) and (max-width: 1920px) {

    .ec-section {
        padding: 140px 40px 100px;
    }

    .ec-cards {
        max-width: 1500px;   /* control width */
        margin: 0 auto;
        gap: 25px;
        left: 0;             /* remove cut */
        justify-content: center;
    }

    .ec-card {
        width: 260px;
        height: 340px;
        opacity: 0.8;
    }

    /* Center highlight card */
    .ec-card:nth-child(3) {
        width: 320px;
        height: 380px;
        transform: translateY(-5px);
        opacity: 1;
    }

    .ec-card:first-child,
    .ec-card:last-child {
        opacity: 0.6;
    }

    .ec-header h2 {
        font-size: 52px;
    }

    .ec-header p {
        font-size: 18px;
    }
}

/**************************************************************************************************************************************
 * ***************************************luxscroll__card ***********************************************/

 /* ── HEADER ── */
.luxscroll__header {
  position: relative;
  text-align: center;
  padding: 40px;
  overflow: visible;
  background-color: #7B1530;
}

.luxscroll__firework-left,
.luxscroll__firework-right {
    position: absolute;
    top: 21px;
    width: 248px;
    /* height: 100%; */
    pointer-events: none;
    opacity: 0;
    z-index: 0;
    object-fit: contain;
    object-position: top;
    margin-left: 115px;
    margin-right: 85px;
}
.luxscroll__firework-left  { left: 0; }
.luxscroll__firework-right { right: 0; transform: scaleX(-1); }

.luxscroll__heading {letter-spacing: 0px !important;}

.luxscroll__title-row {
  display: flex;
  align-items: center;
  gap: 12px;
}


/* ── WRAPPER ── */
.luxscroll__wrapper {
  padding: 0 24px;
  background-color: #7B1530;
}

/* ── CARD (used by GSAP as .luxscroll__card) ── */
.luxscroll__card {
  background: #fff5f7;
  border-radius: 18px;
  max-width: 1000px;
  min-height: 460px;        /* was height: 85vh — removed */
  height: auto;             /* let content decide */
  margin: 0 auto 24px;      /* added bottom gap between stacked cards */
  padding: 48px 36px;       /* slightly more vertical padding for breathing room */
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 36px;
  transform-origin: top center;
  will-change: transform;
  box-shadow: 0 6px 32px rgba(50,5,20,0.18);
}

/* ── LEFT TEXT BLOCK ── */
.luxscroll__text-block {
  flex: 0 0 400px;
  min-width: 0;
}

.luxscroll__icon-ring {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid #7B1530;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}
.luxscroll__icon-ring svg {
  width: 13px;
  height: 13px;
  display: block;
}

.luxscroll__card-title {
  
  font-size: 35px;
  font-weight: 400;
  color: #7B1530;

  line-height: 1.25;
  margin-bottom: 10px;
  text-transform: capitalize;
}

.luxscroll__card-desc {
 /* font-size: 0.82rem;
  color: #4a2a35;
  line-height: 1.75;
  font-weight: 400;
  margin-bottom: 10px;*/
}

.luxscroll__card-note {
 
  font-size: 0.87rem;
  font-style: italic;
  color: #7B1530;
  line-height: 1.7;
}

/* ── IMAGE GRID ── */
/*
  Row 1: [ BIG  ████████████ ] [ sm ]
  Row 2: [ sm ] [ BIG  ████████████ ]
*/
/* 
  3-col grid: 300px | 100px | 300px  (total = 700px)
  Row 1: col 1+2 = 400px BIG | col 3 = 300px small
  Row 2: col 1 = 300px small | col 2+3 = 400px BIG
*/
.luxscroll__img-grid {
  flex: 1 1 0;
  display: grid;
  grid-template-columns: 250px -1px 250px;
  grid-template-rows: 190px 190px;
  gap: 8px;
  min-width: 0;
}

/* Top-row BIG 400px (cols 1+2) */
.luxscroll__img-topleft {
  grid-column: 1 / 3;
  grid-row: 1;
}
/* Top-row SMALL 300px (col 3) */
.luxscroll__img-topright {
  grid-column: 3;
  grid-row: 1;
}
/* Bottom-row SMALL 300px (col 1) */
.luxscroll__img-botleft {
  grid-column: 1;
  grid-row: 2;
}
/* Bottom-row BIG 400px (cols 2+3) */
.luxscroll__img-botright {
  grid-column: 2 / 4;
  grid-row: 2;
}

/* Shared tile styles */
.luxscroll__img-topleft,
.luxscroll__img-topright,
.luxscroll__img-botleft,
.luxscroll__img-botright {
 border-radius: 10px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: stretch;
    justify-content: center;
    font-size: 0.65rem;
    font-weight: 500;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.75);
    overflow: hidden;
    position: relative;
    cursor: pointer;
    flex-wrap: nowrap;
}
.luxscroll__img-topleft::after,
.luxscroll__img-topright::after,
.luxscroll__img-botleft::after,
.luxscroll__img-botright::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255,255,255,0.08) 0%, transparent 55%);
  pointer-events: none;
}
.luxscroll__img-topleft span,
.luxscroll__img-topright span,
.luxscroll__img-botleft span,
.luxscroll__img-botright span {
  position: relative;
  z-index: 1;
}

/* ── END SPACER ── */
.luxscroll__end-space { height: 80px; background-color: #7B1530; }

/* ── RESPONSIVE ── */
@media (max-width: 1100px) {
  .luxscroll__card {
    padding: 36px 24px;
    gap: 24px;
  }

  .luxscroll__text-block {
    flex: 0 0 280px;
  }

  .luxscroll__img-grid {
    grid-template-columns: 1fr 80px 1fr;   /* fluid instead of fixed px */
    grid-template-rows: 180px 180px;
  }

  .luxscroll__img-grid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media (max-width: 860px) {
  .luxscroll__card {
    flex-direction: column;
    padding: 30px 20px;
    gap: 20px;
    min-height: unset;        /* remove forced height */
    align-items: flex-start;  /* stop stretching */
  }

  .luxscroll__text-block {
    width: 100%;
    flex: unset;              /* remove any fixed flex sizing */
  }

  .luxscroll__img-grid {
    width: 100%;
    grid-template-columns: 2fr 1fr;
    grid-template-rows: 180px 180px;
  }

  /* Reset custom placements */
  .luxscroll__img-topleft,
  .luxscroll__img-topright,
  .luxscroll__img-botleft,
  .luxscroll__img-botright {
    grid-column: auto;
    grid-row: auto;
  }

  .luxscroll__img-grid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media (max-width: 767px){

.luxscroll__text-block {
    flex: 0 0 230px;
    min-width: 0;
}
  .luxscroll__wrapper{
    padding: 0 14px;
  }

  .luxscroll__card{
    padding: 20px 16px;
    border-radius: 14px;
  }

  .luxscroll__card-title{
    font-size: 26px;
  }

  .luxscroll__card-desc,
  .luxscroll__card-note{
    font-size: 14px;
  }

  .luxscroll__img-grid{
    grid-template-columns: 1fr 1fr;  /* single column */
    grid-template-rows: repeat(4, 160px);
    gap: 10px;
  }

  .luxscroll__img-grid img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .luxscroll__card-title{
    font-size: 22px;
  }

  .luxscroll__img-grid{
    grid-template-rows: repeat(4, 150px);
  }

}
@media (max-width: 320px){

  .luxscroll__card-title{
    font-size: 22px;
  }

  .luxscroll__img-grid{
    grid-template-rows: repeat(4, 110px);
  }

}
/******************************************EXPERIENCE Section******************************************************/
.exp-section{
  background: #fff9f9;
  padding:60px 20px;
  overflow:hidden;
}
.exp-wrapper{
  max-width:1180px;
  margin:auto;
  position:relative;
  height:auto;
  min-height: 700px;
}
.center-text{
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  text-align:center;
  max-width:600px;
  z-index:5;
}

.center-text p{
  font-size:16px;
  color:#000;
  margin-top:18px;
}
.stack{position:absolute;width:240px;}
.top-left{top:60px;left:10px;}
.top-right{top:10px;right:100px;}
.bottom-left{bottom:130px;left:180px;}
.exp-section .bottom-right{bottom:285px;right:25px;}

.image-stack{
  position:relative;
  width:220px;
  min-height:80px;
}

.polaroid{
  position:absolute;
  width:250px;
  background:#fff;
  border:12px solid #fff;
  border-bottom:15px solid #fff;
  border-radius:6px;
  box-shadow:0 10px 20px rgba(0,0,0,0.25);
  overflow:hidden;
  transition:opacity .6s ease;
}
.polaroid img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.polaroid{z-index:3;}
.p2{transform:rotate(6deg) translate(15px,10px); z-index:2;}
.p3{transform:rotate(-8deg) translate(-10px,15px); z-index:1;}

.hidden-img{
  display:none;
}
.top-left .polaroid{ width:220px }
.top-left .polaroid img{
  width: 220px;
  height: 220px;
}
.bottom-right .polaroid {
  width: 220px;
}
.bottom-right .polaroid img{
  width: 220px;
  height: 220px;
}
.bottom-left .polaroid{ width:250px }

.stack-label{
  position:absolute;
  bottom:-35px;
  right:0;
  display:flex;
  align-items:center;
  gap:10px;
  font-style:italic;
  font-size:16px;
  color:#000;
}
.stack-label1 {
  bottom: -250px;
  left: 50px;
}
.stack-label2{
  bottom: -120px;
  left: -218px;
  flex-direction: column;
  align-items: flex-end;
  width: 175px;
}
.stack-label3{
  bottom: -130px;
  right: -210px;
  width: 174px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.stack-label4 {
  bottom: -260px;
  right: 0;
  left: 50px;
}
.arrow-img{
  width:55px;
}

.exp-section .floating-icon {
  position: absolute;
  z-index: 999;
  animation: floatUpDown 6s ease-in-out infinite;
}

/* =============================================
   1024px — KEEP DESKTOP LAYOUT, scale it down
============================================= */
@media (max-width: 1024px) {

  .exp-wrapper {
    min-height: 650px;
    transform: scale(0.85);
    transform-origin: top center;
    /* compensate for scale shrinking height */
    margin-bottom: -80px;
  }

  /* Keep all stacks absolutely positioned */
  .stack { position: absolute; }

  .top-left    { top: 60px;   left: 10px;   }
  .top-right   { top: 10px;   right: 60px;  }
  .bottom-left { bottom: 130px; left: 150px; }
  .exp-section .bottom-right { bottom: 260px; right: 10px; }

  /* Keep labels in same positions */
  .stack-label  { position: absolute; }
  .stack-label1 { bottom: -250px; left: 50px; }
  .stack-label2 { bottom: -120px; left: -218px; }
  .stack-label3 { bottom: -130px; right: -210px; }
  .stack-label4 { bottom: -260px; left: 50px; }

  /* Keep center text centered absolutely */
  .center-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
  }
}

/* =============================================
   768px — KEEP DESKTOP LAYOUT, scale smaller
============================================= */
@media (max-width: 768px) {

  .exp-wrapper {
    min-height: 600px;
    transform: scale(0.65);
    transform-origin: top center;
    margin-bottom: -180px;
  }

  /* Keep all stacks absolutely positioned — same as desktop */
  .stack { position: absolute; width: 240px; }

  .top-left    { top: 60px;   left: -115px;   }
  .top-right   { top: -35px;   right: -50px; }
  .bottom-left { bottom: 50px; left: 120px; }
  .exp-section .bottom-right { bottom: 285px; right: -80px; }

  /* Keep labels same */
  .stack-label  { position: absolute; }
  .stack-label1 { bottom: -250px; left: 50px; }
  .stack-label2 { bottom: -120px; left: -218px; flex-direction: column; align-items: flex-end; width: 175px; }
  .stack-label3 { bottom: -130px; right: -210px; width: 174px; flex-direction: column; align-items: flex-start; }
  .stack-label4 { bottom: -260px; left: 50px; }

  /* Keep center text centered absolutely */
  .center-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
  }

  /* Keep floating icons */
  .floating-icon { display: block; }

  .center-text h2 { font-size: 32px; }
  .center-text p  { font-size: 15px; }
}

/* =============================================
   480px — COLLAPSE TO VERTICAL STACK
   (only at very small phones)
============================================= */
@media (max-width: 480px) {

  .exp-section { padding: 40px 15px; overflow: hidden; }

  .exp-wrapper {
    min-height: auto;
    transform: none;
    margin-bottom: 0;
    padding: 0 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
  }

  /* Center text — static flow */
  .center-text {
    position: relative;
    top: auto; left: auto;
    transform: none;
    margin: 0 auto 60px;
    width: 100%;
    max-width: 340px;
  }
  .center-text h2 { font-size: 24px; line-height: 1.3; }
  .center-text p  { font-size: 14px; }

  /* All stacks — static flow */
  .stack {
    position: relative;
    width: 100%;
    max-width: 280px;
    margin: 0 auto 20px;
    top: auto; left: auto; right: auto; bottom: auto;
  }

  .top-left, .top-right, .bottom-left, .exp-section .bottom-right {
    top: auto; left: auto; right: auto; bottom: auto;
  }

  .image-stack {
    width: 100%;
    /*max-width: 220px;*/
    margin: 0 auto;
    min-height: 180px;
  }

  .polaroid { width: 100%; }
  .polaroid img { height: 190px; width: 100%; }

  .top-left .polaroid,
  .top-left .polaroid img,
  .bottom-right .polaroid,
  .bottom-right .polaroid img { width: 100%; height: 200px; }

  .p2 { transform: rotate(4deg) translate(10px, 6px); }
  .p3 { transform: rotate(-4deg) translate(-8px, 8px); }

  /* Labels — static below each stack */
  .stack-label {
    position: relative;
    bottom: auto; left: auto; right: auto;
    margin-top: 50px;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .stack-label1,
  .stack-label2,
  .stack-label3,
  .stack-label4 {
    position: relative;
    bottom: auto; left: auto; right: auto;
    width: auto;
    flex-direction: column;
    align-items: center;
  }

  .arrow-img  { width: 30px; }
  .floating-icon { display: none; }
}
.menu-item a{font-size: 15px;}

/*********************team*************************/
     
 .intro {
         height: 100vh;
         display: flex;
         align-items: center;
         justify-content: center;
         font-size: 2rem;
         font-family: sans-serif;
         background: #f5f5f5;
      }

      .showcase-section {
         position: relative;
      }

      .showcase-cards {
         display: flex;
         flex-direction: column;
         align-items: center;
      }

      .showcase-card {
         width: 100%;
         max-width: 800px;
         height: 100vh;
         display: flex;
         align-items: center;
         justify-content: center;
         will-change: transform;
      }

      .showcase-card__inner {
         width: 700px;
         height: 460px;
         border-radius: 24px;
         overflow: hidden;
         box-shadow: 0 20px 60px rgba(0,0,0,0.2);
      }

      .showcase-card__inner img {
         width: 100%;
         height: 100%;
         object-fit: cover;
         display: block;
      }

      .outro {
         height: 100vh;
         display: flex;
         align-items: center;
         justify-content: center;
         font-size: 2rem;
         font-family: sans-serif;
         background: #f5f5f5;
      }
      
      
  /* ═══════════════════════════════════════════════════
   Wedding Cost Calculator — Plugin Stylesheet
   Scoped under .wedce-wrap to avoid theme conflicts
   FIXED: class names + mobile responsive + sticky header modal
═══════════════════════════════════════════════════ */

.wedce-wrap *, .wedce-wrap *::before, .wedce-wrap *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* Also reset overlay children */
.wedce-overlay *, .wedce-overlay *::before, .wedce-overlay *::after {
  box-sizing: border-box;
}

.wedce-wrap {
  --red:        #E8192C;
  --red-dark:   #C0111F;
  --red-pale:   #fdf2f3;
  --red-border: #f5c0c5;
  --dark:       #111827;
  --mid:        #374151;
  --grey:       #6B7280;
  --light-grey: ##000;
  --border:     #E5E7EB;
  --border-lt:  #F3F4F6;
  --white:      #FFFFFF;

  font-family: "Poppins", sans-serif;
  -webkit-font-smoothing: antialiased;
  width: 100%;
  max-width: 840px;
  margin: 0 auto;
  padding: 56px 20px 72px;
  color: #000;
}

/* ── HEADER ── */
.wedce-header {
  text-align: center;
  margin-bottom: 30px;
}
.wedce-header h2 {

  font-size: 45px;
  font-weight: 500;
  color: #000;
  letter-spacing: -0.3px;
  line-height: 1.15;
  margin-bottom: 10px;
  text-transform:capitalize;
}
.wedce-header p {
  font-size: 16px;
  color: #000;
  line-height: 1.55;
  max-width: 500px;
  margin: 0 auto;
}

/* ── TABS ── */
.wedce-tabs {
  display: flex;
  border: 1px solid var(--border);
  border-radius: 10px;
  overflow: hidden;
  background: var(--white);
  margin-bottom: 14px;
  padding: 3px;
  gap: 2px;
}
.wedce-tab-btn {
  flex: 1;
  padding: 9px 15px;
  border: none;
  background: transparent;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  cursor: pointer;
  border-radius: 7px;
  transition: background .15s, color .15s;
  text-align: center;
  line-height: 1.35;
  white-space: nowrap;
}
.wedce-tab-btn:hover:not(.active) {
  color: #000;
  background: var(--border-lt);
}
.wedce-tab-btn.active {
  background: var(--red);
  color: #fff;
  font-weight: 600;
}
.wedce-tab-desc {
text-align: center;
    font-size: 16px;
    color: #000;
    margin-bottom: 18px;
    min-height: 18px;
}

/* ── CARD ── */
.wedce-card {
  border: 1px solid var(--border);
  border-radius: 14px;
  background: var(--white);
  box-shadow: 0 1px 6px rgba(0,0,0,0.05);
  overflow: hidden;
}

/* ── FIELD ROW ── */
.wedce-row {
  display: flex;
  align-items: flex-start;
  gap: 28px;
  padding: 22px 26px;
  border-bottom: 1px solid var(--border-lt);
}
.wedce-row:last-of-type { border-bottom: none; }

.wedce-label-col {
  width: 185px;
  flex-shrink: 0;
  padding-top: 1px;
}
.wedce-label-top {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 3px;
}
.wedce-label-top svg {
  width: 16px;
  height: 16px;
  color: var(--red);
  flex-shrink: 0;
}
.wedce-label-top span {
  font-size: 13.5px;
  font-weight: 600;
  color: #000;
}
.wedce-label-sub {
  font-size: 12px;
  color: #000;
  padding-left: 23px;
  line-height: 1.4;
}
.wedce-control { flex: 1; min-width: 0; }

/* ── SLIDER ── */
.wedce-slider-row { display: flex; align-items: center; gap: 12px; }
.wedce-slider-wrap { flex: 1; }

.wedce-wrap input[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 5px;
  border-radius: 99px;
  background: var(--border);
  outline: none;
  cursor: pointer;
}
.wedce-wrap input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 20px; height: 20px;
  border-radius: 50%;
  background: #111827;
  cursor: pointer;
  box-shadow: 0 1px 4px rgba(0,0,0,0.22);
}
.wedce-wrap input[type="range"]::-moz-range-thumb {
  width: 20px; height: 20px;
  border-radius: 50%;
  background: #111827;
  cursor: pointer;
  border: none;
  box-shadow: 0 1px 4px rgba(0,0,0,0.22);
}
.wedce-slider-mm {
  display: flex;
  justify-content: space-between;
  font-size: 11.5px;
  color: #000;
  margin-top: 5px;
}

.wedce-num-input {
  width: 72px; height: 34px;
  border: 1.5px solid var(--red-border);
  border-radius: 7px;
  text-align: center;
 
  font-size: 14px;
  font-weight: 600;
  color: #000;
  background: var(--white);
  outline: none;
  -moz-appearance: textfield;
}
.wedce-num-input::-webkit-inner-spin-button,
.wedce-num-input::-webkit-outer-spin-button { -webkit-appearance: none; }
.wedce-num-input:focus { border-color: var(--red); }

/* ── DAYS ── */
/*.wedce-days-row { display: flex; align-items: center; gap: 10px; margin-top: 10px; }
.wedce-days-input {
  width: 64px; height: 32px;
  border: 1.5px solid var(--border);
  border-radius: 7px;
  text-align: center;

  font-size: 13px; font-weight: 600;
  color: #000; background: var(--white);
  outline: none; -moz-appearance: textfield;
}
.wedce-days-input::-webkit-inner-spin-button,
.wedce-days-input::-webkit-outer-spin-button { -webkit-appearance: none; }
.wedce-days-input:focus { border-color: var(--red); }
.wedce-days-hint { font-size: 11.5px; color: #000; }*/

/* ── DAYS STEPPER ── */
.wedce-days-row { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.wedce-stepper {
  display: inline-flex;
  align-items: stretch;
  border: 1px solid #D1D5DB;
  border-radius: 8px;
  overflow: hidden;
  background: var(--white);
}
.wedce-stepper-btn {
  width: 38px; height: 38px;
  border: none;
  background: var(--white);
  color: var(--dark);
  font-size: 18px;
  font-weight: 400;
  cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: background .12s;
  touch-action: manipulation;
  flex-shrink: 0;
  line-height: 1;
}
.wedce-stepper-btn:hover  { background: var(--border-lt); }
.wedce-stepper-btn:active { background: var(--border); }
.wedce-days-input {
  width: 48px; height: 38px;
  border: none;
  border-left: 1px solid #D1D5DB;
  border-right: 1px solid #D1D5DB;
  border-radius: 0;
  text-align: center;
  font-size: 14px; font-weight: 600;
  color: var(--dark); background: var(--white);
  outline: none; -moz-appearance: textfield;
}
.wedce-days-input::-webkit-inner-spin-button,
.wedce-days-input::-webkit-outer-spin-button { -webkit-appearance: none; }
.wedce-days-hint { font-size: 11.5px; color: var(--grey); }


/* ── CHECKBOXES ── */
.wedce-cb-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 11px 28px;
}
.wedce-cb-label {
  display: flex;
  align-items: center;
  gap: 9px;
  cursor: pointer;
  font-size: 13.5px;
  color: #000;
  user-select: none;
  line-height: 1.3;
}
.wedce-cb-label input[type="checkbox"] { display: none; }
.wedce-cb-box {
  width: 17px; height: 17px;
  border: 1.5px solid #D1D5DB;
  border-radius: 4px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--white);
  transition: background .12s, border-color .12s;
  position: relative;
}
.wedce-cb-label input:checked ~ .wedce-cb-box {
  background: var(--red);
  border-color: var(--red);
}
.wedce-cb-label input:checked ~ .wedce-cb-box::after {
  content: '';
  position: absolute;
  width: 4px; height: 8px;
  border: 2px solid #fff;
  border-top: none; border-left: none;
  transform: rotate(45deg) translate(-0.5px,-1px);
}

/* ── FOOTER ── */
.wedce-footer {
  text-align: center;
  padding: 24px 26px 22px;
  border-top: 1px solid var(--border-lt);
}
.wedce-btn-calc {
  display: inline-block;
  padding: 12px 36px;
  background: var(--red);
  color: #fff;
  border: none;
  border-radius: 8px;

  font-size: 14.5px; font-weight: 600;
  cursor: pointer;
  letter-spacing: 0.01em;
  transition: background .15s;
}
.wedce-btn-calc:hover { background: var(--red-dark); }
.wedce-note { margin-top: 9px; font-size: 12px; color: #000; }


/* ═══════════════════════════════════════════════════
   MODAL — FIXED for sticky header + full mobile
   Uses padding-top to push below any sticky header.
   JS will auto-detect header height & apply it.
═══════════════════════════════════════════════════ */
.wedce-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.55);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  z-index: 999999;          /* very high — above all sticky headers */
  align-items: flex-start;  /* allow scroll from top, not centered */
  justify-content: center;
  padding: 16px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.wedce-overlay.open {
  display: flex;
}

/* Inner modal box */
.wedce-modal {
  background: #fff;
  border-radius: 18px;
  width: 100%;
  max-width: 460px;
  box-shadow: 0 24px 64px rgba(0,0,0,0.28);
  overflow: hidden;
  animation: wcModalIn .24s cubic-bezier(.34,1.3,.64,1);
  /* margin-top set by JS to clear sticky header */
  margin-top: 80px;  /* safe default; overridden by JS */
  margin-bottom: 24px;
  flex-shrink: 0;
}
@keyframes wcModalIn {
  from { opacity:0; transform:scale(.94) translateY(12px); }
  to   { opacity:1; transform:scale(1)   translateY(0); }
}

/* Modal Header */
.wedce-modal-head {
  background: linear-gradient(135deg,#540019 0%,#3b0d12 55%,#540019 100%);
  padding: 26px 26px 22px;
  position: relative;
  text-align: center;
}
.wedce-modal-icon {
  width: 50px; height: 50px;
  background: rgba(255,255,255,0.13);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 13px;
}
.wedce-modal-icon svg { width: 24px; height: 24px; color:#fff; }
.wedce-modal-head h2 {
  
  font-size: 21px; font-weight: 700; color: #fff; margin-bottom: 3px;
}
.wedce-modal-head p { font-size: 12.5px; color: rgba(255,255,255,1); }
.wedce-modal-x {
  position: absolute; top: 12px; right: 14px;
  background: rgba(255,255,255,0.13); border: none; color: #fff;
  width: 32px; height: 32px; border-radius: 50%; cursor: pointer;
  font-size: 16px; display: flex; align-items: center; justify-content: center;
  transition: background .15s;
  /* larger tap target on mobile */
  touch-action: manipulation;
}
.wedce-modal-x:hover { background: rgba(255,255,255,0.25); }

/* Budget band */
.wedce-modal-budget {
  background: #fdf2f3;
  border-bottom: 1px solid #f5c0c5;
  padding: 18px 26px; text-align: center;
}
.wedce-budget-lbl {
  font-size: 11px; font-weight: 600; letter-spacing: .09em;
  text-transform: uppercase; color: #E8192C; margin-bottom: 5px;
}
.wedce-budget-range {
  
  font-size: 27px; font-weight: 700; color: #111827; line-height: 1.1;
}
.wedce-budget-meta { font-size: 12px; color: #6B7280; margin-top: 4px; }

/* Breakdown list */
.wedce-modal-body {
  padding: 18px 26px;
  max-height: 240px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.wedce-modal-body::-webkit-scrollbar { width: 4px; }
.wedce-modal-body::-webkit-scrollbar-thumb { background: #E5E7EB; border-radius: 4px; }

.wedce-bd-title {
  font-size: 10.5px; font-weight: 600; letter-spacing: .09em;
  text-transform: uppercase; color: ##000; margin-bottom: 10px;
}
.wedce-bd-row {
  display: flex; justify-content: space-between; align-items: flex-start;
  gap: 10px; padding: 8px 0; border-bottom: 1px solid #F3F4F6; font-size: 13px;
}
.wedce-bd-row:last-child { border-bottom: none; }
.wedce-bd-name { color: #000; flex: 1; line-height: 1.35; }
.wedce-bd-name small { display:block; font-size: 11px; color: ##000; margin-top:1px; }
.wedce-bd-val  { color: #111827; font-weight: 600; white-space: nowrap; font-size: 12.5px; }

/* Buttons */
.wedce-modal-foot {
  padding: 14px 26px 20px;
  border-top: 1px solid #F3F4F6;
  display: flex; flex-direction: column; gap: 9px;
}
.wedce-btn-wa {
  display: flex; align-items: center; justify-content: center; gap: 9px;
  width: 100%; padding: 13px 20px;
  background: #25D366; color: #fff; border: none; border-radius: 9px;
  
  cursor: pointer; transition: background .15s, transform .1s;
  touch-action: manipulation;
}
.wedce-btn-wa:hover  { background: #1cb757; }
.wedce-btn-wa:active { transform: scale(.98); }
.wedce-btn-close {
  width: 100%; padding: 9px;
  background: transparent; border: 1.5px solid #E5E7EB;
  border-radius: 9px; font-family: 'Inter', sans-serif;
  font-size: 13px; color: #6B7280; cursor: pointer;
  transition: border-color .15s, color .15s;
  touch-action: manipulation;
}
.wedce-btn-close:hover { border-color: #374151; color: #111827; }


/* ═══════════════════════════════════════════════════
   RESPONSIVE — mobile first
═══════════════════════════════════════════════════ */

/* Tablet */
@media (max-width: 700px) {
  .wedce-wrap        { padding: 36px 16px 60px; }
  .wedce-header h1   { font-size: 30px; }
  .wedce-row         { gap: 18px; padding: 18px 18px; }
  .wedce-label-col   { width: 160px; }
}

/* Mobile */
@media (max-width: 580px) {
  .wedce-wrap        { padding: 24px 12px 48px; }
  .wedce-header h1   { font-size: 24px; }
  .wedce-header p    { font-size: 13px; }

  /* Tabs — 2 per row on mobile (wrap) */
  .wedce-tabs {
    padding: 3px;
    gap: 3px;
    flex-wrap: wrap;
    overflow-x: visible;
  }
  .wedce-tab-btn {
    font-size: 12px;
    padding: 9px 6px;
    white-space: nowrap;
    flex: 1 1 calc(50% - 4px);
    min-width: calc(50% - 4px);
  }

  /* Stack label above control */
  .wedce-row         { flex-direction: column; gap: 10px; padding: 16px 14px; }
  .wedce-label-col   { width: 100%; }
  .wedce-label-sub   { padding-left: 0; margin-top: 2px; }

  /* Slider row */
  .wedce-slider-row  { gap: 10px; }
  .wedce-num-input   { width: 64px; }

  /* Checkboxes — single column on very small */
  .wedce-cb-grid     { grid-template-columns: 1fr 1fr; gap: 10px 14px; }
  .wedce-cb-label    { font-size: 12.5px; }

  /* Days hint text wrap */
  .wedce-days-hint   { font-size: 11px; }

  /* Footer button full width */
  .wedce-btn-calc    { width: 100%; padding: 13px 20px; font-size: 14px; }
  .wedce-footer      { padding: 18px 14px 16px; }

  /* Modal */
  .wedce-overlay     { padding: 10px; align-items: flex-start; }
  .wedce-modal       {
    border-radius: 14px;
    margin-top: 70px;   /* default; overridden by JS */
    margin-bottom: 16px;
  }
  .wedce-modal-head  { padding: 20px 16px 18px; }
  .wedce-modal-head h2 { font-size: 18px; }
  .wedce-modal-icon  { width: 42px; height: 42px; margin-bottom: 10px; }
  .wedce-modal-budget { padding: 14px 16px; }
  .wedce-budget-range { font-size: 22px; }
  .wedce-modal-body  { padding: 14px 16px; max-height: 200px; }
  .wedce-modal-foot  { padding: 12px 16px 16px; }
  .wedce-btn-wa      { font-size: 13px; padding: 12px 16px; }
}

@media only screen and (max-width: 600px) and (min-width: 360px)  {
  .wedce-control.peolemob {
    width: 100% !important;
}
    .wedce-cb-grid {
        grid-template-columns: 1fr 1fr;
        gap: 13px 55px;
        margin-top: 10px;
    }
        .wedce-tab-btn {
        font-size: 14px;
        }
}

@media (max-width: 360px) {
 /* .wedce-cb-grid     { grid-template-columns: 1fr; }
  .wedce-tab-btn     { font-size: 10.5px; padding: 7px 8px; }*/
  
}
    
     
     
     
     
     
 