.wptb-slider--overlay {
    background-color: rgba(0, 0, 0, 0.5);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.wptb-right-pane i {
    color: white;
}

.wptb-right-pane i:hover {
    color: rgb(0, 0, 0);
}

.wptb-about-two {
    overflow: hidden;
    padding-bottom: 0%;
}

.wptb-funfacts--area {
    padding-top: 10%;
}

.wptb-swiper-navigation.style1 {
    bottom: 16px !important;
}

.wptb-album-one .swiper-gallery-two .swiper-slide.swiper-slide-active .grid-item {
    border-radius: 20px;
    box-shadow: 0px 25px 60px 15px rgba(0, 0, 0, 0.123);
}

.style-ovals ul li a:hover>i {
    color: rgb(0, 0, 0);
}

.style-ovals ul li i {
    border-radius: 20px;
    color: white;
    font-size: 1rem;
    box-shadow: 0px 25px 60px 15px rgba(0, 0, 0, 0.123);
}

.wptb-marquee {
    padding: 30px 0;
}

.wptb-testimonial-one {
    padding: 70px 0;
}

@media screen and (max-width: 991px) {
    .wptb-testimonial-one {
        margin-top: 50px;
    }

    .aside_open {
        display: none;
    }

    .header .header_right_part .wptb-element+.wptb-element::before {
        content: '';
        display: none;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 1px;
        height: 30px;
        background-color: var(--color-two);
    }
}

.insta-feed {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    gap: 30px;
    padding: 50px 0;
}

.light_logo,
.dark_logo {
    width: 50%;
}

.footer_logo {
    width: 50%;
}

.aside_info_wrapper .wptb-icon-box1 {
    text-align: start;
    padding: 0%;
}

.aside_info_wrapper .aside_close {
    margin-bottom: 50px;
}

.aside_logo .dark_logo {
    width: 100%;
}

.social-box a:hover>i {
    color: rgb(0, 0, 0);
}

.wptb-page-heading .wptb-item--inner {
    padding: 180px 0px;
    background-position: center center;
}

.social-icon-fixed {
    position: fixed;
    top: 30%;
    right: 1%;
    z-index: 9999999999;
    padding: 20px;
}

.social-icon-fixed ul li {
    background-color: var(--color-one);
}

.wptb-item--title {
    font-family: "Cormorant Garamond", serif;
}

.wptb-item--subtitle {
    font-family: 'marcellus-regular' !important;
    font-weight: 400 !important;
}

.wptb-item--description {
    font-family: "Cormorant Garamond", serif;
    font-size: 1rem;
}

.cormorant-garamond-bolds {
    font-family: "Cormorant Garamond", serif !important;
    font-weight: 700 !important;
}

.cormorant-garamond-bolds span {
    font-family: "Recoleta-RegularDEMO", serif !important;
    font-weight: 200 !important;
    font-size: 2rem !important;
}

form input,
textarea {
    font-family: "Cormorant Garamond", serif !important;
    font-size: 1rem;
}

.wptb-item--images {
    display: flex;
    justify-content: space-center;
    gap: 5px;
    align-items: center;
}

.whychoose .wptb-item--image .wptb-slider--overlay {
    display: none;
}


.testimonial-section {
    position: relative;
    height: 70vh;
    overflow: hidden;
}

.video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.video-background video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.3) 100%);
    z-index: 2;
}

.testimonial-content {
    position: relative;
    z-index: 3;
    height: 100%;
    display: flex;
    align-items: center;
}

.testimonial-text {
    max-width: 80%;
    text-align: left;
    padding-left: 3%;
}

.testimonial-carousel .carousel-item {
    padding: 2rem;
}

.profile-image {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid white;
}

.carousel-control-prev,
.carousel-control-next {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}

.testimonial-quote {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-size: 2rem;
    line-height: 1.4;
    margin-bottom: 2rem;
    color: #fff;
}

.client-info h5 {
    font-size: 1rem;
    letter-spacing: 2px;
    margin: 0;
    color: #fff;
    font-weight: 500;
}

.client-info p {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
    letter-spacing: 1px;
}

.carousel-indicators {
    bottom: 10%;
    left: 5%;
    margin: 0;
    justify-content: flex-start;
}

.carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    margin: 0 5px;
}

.carousel-indicators .active {
    background-color: #fff;
}

@media (max-width: 768px) {
    .testimonial-text {
        max-width: 100%;
        padding: 0 2rem;
    }

    .testimonial-carousel .carousel-item {
        padding: 0rem;
    }

    .testimonial-quote {
        font-size: 1.5rem;
    }

    .faq-section #faqAccordion {
        width: 100%;
    }
}

.wptb-slider.style2 .wptb-slider--inner {
    border: none;
}

.wptb-heading .wptb-item--title::before,
.wptb-heading .wptb-item--title::after {
    display: none;
}

.wptb-heading::before,
.wptb-heading::after {
    display: none;
}

.wptb-slider.style2 .wptb-slider--inner {
    border: none;
}

.wptb-item-layer-one {
    display: none;
}

.chatbot {
    position: fixed;
    bottom: 0;
    left: 1% !important;
    z-index: 9;
}

.chatbot img {
    /* background-color: aliceblue; */
    width: 80px;
    cursor: pointer;
}

.accordion-button {
    transition: all 0.3s ease;
}

.accordion-button:not(.collapsed) {
    background-color: #dbdbdb;
    /* Maroon color */
    color: #000000;
}

.accordion-button:hover {
    background-color: var(--color-one);
    /* Maroon color */
    color: white;
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23800000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-button:hover::after,
.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.faq-section #faqAccordion {
    width: 80%;
}

@media screen and (max-width: 991px) {
    .whychoose .wptb-item--title a {
        color: white !important;
    }

    .whychoose .wptb-item--image .wptb-slider--overlay {
        display: inline-block;
    }

    .img3showcase {
        padding-right: 30px;
    }

    #bnz-pointer {
        display: none;
    }

    .faq-section #faqAccordion {
        width: 100%;
    }
}

.modal-body,
.modal-header,
.modal-footer {
    background-color: #ffffff;
}

.modal-content {
    border: none;
    outline: none;
}

.keralaeffect1 {
    width: 100%;
}

.wptb-item--socials a {
    border: none !important;
}

.moments-section {
    /* background-color: #fff; */
    font-family: 'Cormorant Garamond', serif;
}

.subtitle {
    color: #D2691E;
    letter-spacing: 2px;
    text-align: center;
    display: block;
    margin-bottom: 10px;
}

.title {
    color: #4A4A4A;
    font-size: 3rem;
    font-weight: 400;
    letter-spacing: 1px;
    text-align: center;
}

.video-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    cursor: pointer;
}

.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.9);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
}

.play-btn:hover {
    background: #fff;
    transform: translate(-50%, -50%) scale(1.1);
}

.play-icon {
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 0 12px 20px;
    border-color: transparent transparent transparent #D2691E;
    margin-top: 5px;
    margin-left: 5px;
}


.video-lightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 1000;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.video-lightbox.active {
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
}

.video-container {
    position: relative;
    width: 80%;
    max-width: 900px;
    aspect-ratio: 16 / 9;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.close-btn {
    position: absolute;
    top: -40px;
    right: -40px;
    width: 30px;
    height: 30px;
    background: none;
    border: none;
    color: #fff;
    font-size: 30px;
    cursor: pointer;
    z-index: 1001;
}

@media (max-width: 768px) {
    .video-container {
        width: 95%;
    }

    .close-btn {
        top: -40px;
        right: 0;
    }
}

.main-heading {
    font-family: 'Cormorant Garamond', serif;
    color: var(--gray-text);
    font-size: 3.5rem;
    text-align: center;
    line-height: 1.2;
    font-weight: 500;
    margin: 1rem 0 2rem;
}

.hero-image {
    width: 100%;
    height: auto;
    margin-top: 2rem;
}

@media (max-width: 991px) {
    .main-heading {
        font-size: 2.5rem;
    }

    .navbar-collapse {
        background-color: white;
        padding: 1rem;
        margin-top: 1rem;
    }
}

.marquee-container {
    background-color: #FFF5F5;
    overflow: hidden;
    padding: 12px 0;
    width: 100%;
}

.marquee {
    white-space: nowrap;
    display: inline-block;
    animation: marquee 30s linear infinite;
    color: rgb(26, 26, 26);
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    letter-spacing: 2px;
}

.marquee-content {
    display: inline-block;
    padding-right: 50px;
}

.diamond {
    display: inline-block;
    margin: 0 15px;
    font-size: 10px;
    position: relative;
    top: -1px;
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

/* Pause animation on hover */
.marquee-container:hover .marquee {
    animation-play-state: paused;
}

.intimate-wedding {
    padding: 6rem 0;
    position: relative;
    overflow: hidden;
}

.world-map-bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 70%;
    height: 100%;
    background-image: url('path-to-dotted-map.png');
    opacity: 0.1;
    pointer-events: none;
}

.section-title {
    font-family: var(--heading-font);
    font-size: 3.5rem;
    font-weight: 400;
    color: #333;
    line-height: 1.2;
    margin-bottom: 0.5rem;
}

.showcase-text {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 2rem;
}

.quote {
    font-style: italic;
    color: #888;
    font-size: 0.9rem;
    margin: 2rem 0;
}

.make-real-link {
    text-decoration: none;
    color: #333;
    border-bottom: 1px solid #333;
    padding-bottom: 2px;
    transition: all 0.3s ease;
}

.make-real-link:hover {
    color: #666;
    border-color: #666;
}

.wedding-gallery {
    margin-top: 4rem;
}

.gallery-item {
    margin-bottom: 2rem;
    position: relative;
}

.gallery-image {
    width: 100%;
    height: auto;
    border-radius: 4px;
    transition: transform 0.3s ease;
}

.gallery-image:hover {
    transform: scale(1.02);
}

.couple-info {
    margin-top: 1rem;
    text-align: center;
}

.couple-names {
    font-family: var(--heading-font);
    font-size: 1.2rem;
    margin-bottom: 0.2rem;
}

.destination {
    font-size: 0.8rem;
    color: #666;
}

.brides-odyssey {
    font-family: var(--heading-font);
    font-size: 4rem;
    text-align: center;
    margin: 4rem 0;
    color: #333;
}

.signature {
    text-align: right;
    font-family: var(--heading-font);
    font-style: italic;
    margin-top: 2rem;
}

.section--productss {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.kothers {
    max-width: 25rem;
    border: 1px solid #ccc;
    border-radius: 10px;
}

.ring-icon {
    width: 90px;
}

.youtube-videos {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.youtube-videos iframe {
    width: 40%;
    height: auto;
    border-radius: 10px;
    transition: transform 0.3s ease;
}


@media (max-width: 916px) {
    .youtube-videos iframe {
        width: 100%;
    }

    .submenu {
        display: block !important;
    }
}

.marquee-content {
    text-transform: uppercase;
}

.wptb-about--text,
.wptb-item--description {
    text-align: justify;
}

.testimonial-quote {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-size: 1.2rem;
    line-height: 1.4;
    margin-bottom: 2rem;
    color: #fff;
}

/* Glassmorphism Effects */
.glassmorphism {
    background: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.07);
}

/* Enhanced Glassmorphism with Light */
.glassmorphism-light {
    background: rgba(255, 255, 255, 0.35);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow:
        0 8px 32px 0 rgba(31, 38, 135, 0.07),
        0 0 15px 5px rgba(99, 102, 241, 0.1);
}

/* Flowing Timeline Styles */
.flowing-timeline {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

.flowing-timeline::after {
    content: '';
    position: absolute;
    width: 6px;
    background: linear-gradient(180deg, rgba(99, 102, 241, 0.2), rgba(99, 102, 241, 0.8), rgba(99, 102, 241, 0.2));
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -3px;
    border-radius: 3px;
}

.timeline-item {
    padding: 10px 40px;
    position: relative;
    width: 50%;
    box-sizing: border-box;
    transition: transform 0.3s ease;
}

.timeline-item:hover {
    transform: translateY(-5px);
}

.timeline-item::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: white;
    border: 4px solid #6366F1;
    top: 50%;
    border-radius: 50%;
    z-index: 1;
    box-shadow: 0 0 10px rgba(223, 223, 223, 0.5);
}

.left {
    left: 0;
}

.right {
    left: 50%;
}

.left::after {
    right: -10px;
    transform: translateY(-50%);
}

.right::after {
    left: -10px;
    transform: translateY(-50%);
}

.timeline-content {
    padding: 20px;
    border-radius: 15px;
    position: relative;
}

.timeline-year {
    position: absolute;
    top: -30px;
    font-weight: bold;
    font-size: 1.2rem;
    color: #6366F1;
    background: rgba(255, 255, 255, 0.8);
    padding: 2px 10px;
    border-radius: 15px;
    box-shadow: 0 0 10px rgba(99, 102, 241, 0.2);
}

.left .timeline-year {
    right: 20px;
}

.right .timeline-year {
    left: 20px;
}

/* Light beam effect */
.light-beam {
    position: relative;
    overflow: hidden;
}

.light-beam::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(to bottom right,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 0.3) 50%,
            rgba(255, 255, 255, 0) 100%);
    transform: rotate(45deg);
    animation: beam 8s infinite;
    z-index: 1;
    pointer-events: none;
}

@keyframes beam {
    0% {
        transform: translateX(-100%) translateY(-100%) rotate(45deg);
    }

    100% {
        transform: translateX(100%) translateY(100%) rotate(45deg);
    }
}

/* Glow effect */
.glow {
    position: relative;
}

.glow::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: inherit;
    box-shadow: 0 0 25px 5px rgba(99, 102, 241, 0.15);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: -1;
}

.glow:hover::after {
    opacity: 1;
}

/* Responsive Timeline */
@media screen and (max-width: 768px) {
    .flowing-timeline::after {
        left: 31px;
    }

    .timeline-item {
        width: 100%;
        padding-left: 70px;
        padding-right: 25px;
    }

    .timeline-item.right {
        left: 0;
    }

    .timeline-item.left::after,
    .timeline-item.right::after {
        left: 21px;
        transform: translateY(-50%);
    }

    .timeline-item.left .timeline-year,
    .timeline-item.right .timeline-year {
        left: 70px;
        right: auto;
    }
}

/* Background with subtle pattern */
.bg-pattern {
    background-color: #f9fafb;
    background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23e5e7eb' fill-opacity='0.4'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.team-content h2 {
    font-size: 6rem;
    color: #000000;
    margin-bottom: 2rem;
    font-weight: 700;
}

.team-content p {
    font-size: 1.3rem;
    color: #000000;
    font-family: 'Cormorant Garamond', serif;
}

.grid-containerr {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5px;
}

.img-box {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.img-box img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.3);
    transition: opacity 0.3s ease;
}

.img-box:hover .overlay {
    opacity: 1;
}

.heart-icon {
    font-size: 24px;
    color: white;
    cursor: pointer;
    transition: color 0.3s ease;
}

.heart-icon.liked {
    color: red;
}

.like-count {
    margin-top: 5px;
    font-size: 13px;
    color: white;
}

#audioConsentBanner {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #000000;
    border-radius: 16px;
    padding: 16px 24px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    max-width: 90%;
    width: 400px;
    z-index: 1000;
    animation: slideUp 0.4s ease-in-out;
  }

  #audioConsentBanner p {
    margin: 0;
    font-size: 15px;
    flex: 1;
  }

  #enableAudioBtn {
    padding: 8px 16px;
    background: #00c6ff;
    background: linear-gradient(to right, #0072ff, #00c6ff);
    border: none;
    border-radius: 20px;
    color: white;
    font-size: 14px;
    cursor: pointer;
    transition: 0.3s ease;
  }

  #enableAudioBtn:hover {
    box-shadow: 0 4px 10px rgba(0, 198, 255, 0.5);
  }

  @keyframes slideUp {
    from { opacity: 0; transform: translate(-50%, 20px); }
    to { opacity: 1; transform: translate(-50%, 0); }
  }