html,
body {
    height: 100%;
    margin: 0;
    background-color: white;
}

.qt-tool-tip {
    top: 6px !important;
    right: 15% !important;
}

* {
    font-family: 'Poppins', sans-serif;
}

/* .btns-rev {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    gap: 1rem;
} */
.deks-log a {
    color: #000;
}

.navbar-scrolled .deks-log a {
    color: #000;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

.main-container {
    max-width: 1500px;
    margin: 0px auto;
}

.auth-container {
    height: 100vh;
    width: 100vw;
    display: flex;
    flex-wrap: wrap;
}

.form-control {
    height: 45px;
    border: 1px solid rgba(229, 231, 235, 1);
}

.auth-left {
    position: relative;
}

.auth-header {
    position: absolute;
    top: 20px;
    left: 20px;

}

.navbar .nav-link {
    color: #27272a;
    padding: .5rem 1rem;
    font-weight: 400;
    font-size: 13px;
    font-family: 'Inter';
    font-family: 'Poppins', sans-serif;
}

.deks-log:hover {
    background-color: rgba(222, 120, 97, 1);
    border-color: rgb(226, 124, 101) !important;
}

.deks-log:hover a {

    color: white !important;
}

.navbar .nav-link:hover {
    color: rgba(222, 120, 97, 1) !important;

}

.auth-left {
    background-color: #FBF8E7;
    color: #f1c878;
    font-weight: 700;
    font-size: 1.5rem;
    padding: 2rem;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.text-muted {
    color: rgba(52, 58, 64, 1) !important;
}

.auth-right {
    background: #ffffff;
    padding: 4rem 6rem;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}

.form-control {
    font-size: 0.9rem;
}

.social-btn img {
    height: 20px;
    margin-right: 8px;
}



.heading-title {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 64px;
    line-height: 92px;
    letter-spacing: 0%;
    vertical-align: bottom;
    color: #EFE2BF;

}

.social-buttons {
    display: flex;
    gap: 12px;
    justify-content: center;
    margin-top: 20px;
}

.social-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid #E5E7EB;
    padding: 5px 20px;
    border-radius: 6px;
    background-color: #FFFFFF;
    cursor: pointer;
    transition: box-shadow 0.2s ease;
    width: 100%;

    white-space: nowrap;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #343A40;

}

.social-btn:hover {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.heading-01 {
    color: #343A40;
    font-weight: 700;
    font-size: 42px;
    font-family: 'Poppins', sans-serif;
}

.auth-container .form-label {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;

}

.auth-container input::placeholder {
    color: #ADAEBC;
}

.or-text {
    font-family: 'Poppins';
    font-weight: 300;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #E5E7EB;
    position: relative;
}

.or-text span {
    position: relative;
    z-index: 3;
    background-color: white;
    padding: 3px 5px;
    text-align: center;
}

.or-text::before {

    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #E5E7EB;
    content: '';
    z-index: 2;

}

.auth-container input {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;

}

#login_form small {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;

}

.social-btn img {
    height: 34px;
    width: 34px;
}

input::placeholder {

    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 14px;
    text-transform: initial !important;
}

.otp-img {
    transform: rotate(349deg);
}

.otp-boxes input {
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 20px;
    margin-right: 38px;
    border: 1px solid #ccc;
    border-radius: 6px;
}

/* WEDDING CARD */
.search-filters {
    padding: 20px;
    background-color: #fff;
    margin-bottom: 20px;
}


.filter-icons {
    text-align: center;
    margin: 10px 0;
}

.filter-icons span {
    background: orange;
    color: white;
    border-radius: 50%;
    padding: 8px 12px;
    margin: 0 5px;
    font-weight: bold;
}

.wedding-card {
    max-width: 380px;
    margin: auto;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(237, 237, 237, 1);
    box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.1)
}

.wedding-card img {
    width: 100%;
    height: auto;
}

.overlay-text {
    position: absolute;
    bottom: 0;

    color: white;
    width: 100%;
    text-align: center;
    padding: 10px 0;
}

.details {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    text-align: center;
    padding: 15px;
    font-size: 14px;
}

.details div {
    flex: 1;
}

.join-btn {

    padding: 15px;
    text-align: center;
}

.join-btn button {
    border-radius: 5px;
    padding: 8px 20px;
    border: 1px solid rgba(57, 51, 51, 1);
}

.event-info small {
    display: block;
    font-size: 12px;
    color: #888;
}

.inline-details {
    display: flex;
    /* background-color: #F5F5F5; */
    border-radius: 4px;
    padding: 0px 0;


}

b,
strong {
    font-weight: 600;
}

.border-right {
    border-right: unset;
}

/* NAVABR */
.nav-link {
    color: #000;
    font-size: 14px;
}

.nav-link.active {
    font-weight: 600;
}

.login-btn {
    border: 1px solid #333;
    border-radius: 20px;
    padding: 5px 20px;
    font-size: 14px;
}

.navbar {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)),
        linear-gradient(0deg, #F9FAFB, #F9FAFB);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;

}

.clearfix-nav {
    height: 100px;
    width: 100%;
}

/* .border-right {
    border-right: 1px solid #CDCDCD;
} */

.wedding-header {
    text-align: center;
    padding: 2rem 1rem 1rem;
}



.wedding-header p {
    font-size: 0.95rem;
    color: #555;
}

.dropdown-menu.city-menu {
    min-width: 250px;
    padding: 10px 15px;
    max-height: 300px;
    overflow-y: auto;
}

.terms-checkbox .form-check {
    display: flex;
    justify-content: start;
    gap: 15px;
    align-items: center;

}

.form-check-input {
    margin-bottom: 8px;
    margin-top: 5px;
    border-color: #dee2e6 !important;
}

.dropdown-toggle::after {
    margin-left: 0.5rem;
}

.filter-bar {
    border-bottom: 1px solid #ccc;
    padding-bottom: 1rem;
    margin-bottom: 1.5rem;
}

.custom-icon-btn {
    background: none;
    border: none;
    font-size: 1.25rem;
    padding: 0.5rem;
}

.sub-ttl {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0%;
    text-align: center;
}

.wedding-header h3 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 38px;
    line-height: 43px;
    letter-spacing: 0%;
    text-align: center;
    color: rgba(52, 58, 64, 1);



}

.form-control:focus {
    box-shadow: none;
}

.form-check-input:checked {
    background-color: #090706;
    border-color: #0d1209;
}

.form-check-input:focus {
    border-color: #140906;
    outline: 0;
    box-shadow: 0 0 0 0.14rem rgb(20 15 13 / 37%);
}

.city-drop::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: unset !important;
    content: "";
    border-top: 0.4em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    margin-top: 13px;
}

.city-drop.active,
.city-drop.show,
.city-drop:first-child:active,
:not(.btn-check)+.city-drop:active {

    border-color: transparent;
}


/* footer */
.footer {
    background: rgba(251, 248, 231, 1);
    color: #333;
    text-align: center;
    padding: 30px 15px 10px;
}

.footer .footer-title {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 28px;
    font-family: 'Poppins', sans-serif;
}

.footer-nav {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    /* gap: 15px; */
    margin-bottom: 35px;
}

.footer-nav a {
    color: #333;
    text-decoration: none;
    font-size: 0.95rem;
    padding: 0 19px;
    position: relative;
}

.footer-nav a:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 16px;
    width: 1px;
    background-color: #cdcdcd;
}

.footer-buttons {
    margin-bottom: 35px;
}

.footer-buttons .btn-outline-dark {
    border-radius: 30px;
    padding: 6px 20px;
    font-size: 0.95rem;
    margin-right: 10px;
}

.footer-buttons .btn-custom {
    background: rgba(227, 216, 185, 1);

    border-radius: 30px;
    padding: 6px 20px;
    font-size: 0.95rem;

    border: 1px solid rgba(176, 173, 151, 1)
}

.footer-social {
    margin-bottom: 15px;
}

.footer-social i {
    font-size: 1.2rem;
    margin: 0 10px;
    color: #333;
    cursor: pointer;
}

.footer-bottom {
    background: rgba(227, 216, 185, 1);
    padding: 10px 0;
    font-size: 0.8rem;
}

/* admin details */
.invite-card {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    padding: 20px;
}

.btn-invite {
    background-color: #3d3d3d;
    color: white;
    border-radius: 6px;
}

.section-box {
    background-color: #fff;
    padding: 30px;
    border-radius: 8px;
    margin-bottom: 30px;
}

.title-main {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
}

.detail-head {
    font-weight: 500;
    color: #555;
    font-size: 14px;
}

.event-box {
    background: #fff;
    padding: 20px;
    border-radius: 6px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
}


.wedding-description {
    width: 100%;
    text-align: center;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
}

.flower-d {
    width: 100px;
}

.desp-p {
    padding: 0px 14px;
    font-size: 14px;
}

.btn-dark {
    border: 1px solid rgba(222, 120, 97, 1) !important;
    background: rgba(222, 120, 97, 1) !important;
    border-radius: 4px;
    border-width: 1px;
    padding-top: 10px;
    padding-right: 64px;
    padding-bottom: 10px;
    padding-left: 64px;
    color: rgba(255, 255, 255, 1);

}

.note-editor {
    overflow: hidden;
}

.detail-label {
    line-height: 36px;
}

.fw-bol {

    font-weight: 400;
    font-size: 28px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
}

.details-card {
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(229, 231, 235, 1);
    gap: 20px;
    margin: 0px 20px;
    border-width: 1px;
    border-radius: 8px;
    padding-top: 33px;
    padding-bottom: 33px;
    /* height: 529px; */
}

.ttl-head {
    color: rgba(52, 58, 64, 1);
    text-transform: capitalize;
}

.wedding-description h5 {
    color: rgba(217, 217, 217, 1);
}

.bg-light {
    background: rgba(249, 250, 251, 1);
}

.events-p {

    font-weight: 400;
    font-size: 16px;


}

.hero-btns {
    display: flex;

}

.bcom-host,
.join-guest {
    width: 200px;
}


.border {
    border: 1px solid rgba(229, 231, 235, 1) !important;
}

hr {
    border-top: 1px solid rgba(229, 231, 235, 1) !important;
    opacity: 1;
}

.ttl-1 {
    color: rgba(52, 58, 64, 1);
}

p {
    line-height: 30px;
}

.auth-left img {
    width: 100%;
    max-width: 450px;

}

/* index html  */
.swiper {
    padding: 20px 0;
}

.swiper-all {
    padding: 20px 0;
}

.swiper-slide {
    display: flex;
    justify-content: center;
}



/* Hero Section */
.hero {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

.background-video {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.hero-content {
    position: relative;
    z-index: 2;
    color: white;
    padding: 30vh 0%;
}

.hero-content h1 {

    margin-bottom: 20px;
    max-width: 800px;
}

.hero-content p {
    font-size: 1.2rem;
    margin-bottom: 30px;
    max-width: 600px;
}

.hero-content a {
    margin-bottom: 10px;
}

.filter-bar {
    text-align: center;
}

.bcom-host {
    width: 195px;
    box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.1);
    padding: 11px 0px;
    gap: 10px;
    border-radius: 9999px;
    background: rgba(251, 248, 231, 1);
    border: 1px solid rgba(229, 231, 235, 1)
}

.join-guest {
    width: 195px;
    border: 1.5px solid rgba(229, 231, 235, 1);
    background: rgba(255, 255, 255, 0.25);
    box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.1);
    padding: 11px 0px;
    gap: 10px;
    border-radius: 9999px;
    border-width: 1.5px;

}


.buttons .btn {
    border: 1px solid white;
    padding: 10px 20px;
    margin-right: 15px;
    text-decoration: none;
    color: white;
    border-radius: 25px;
    transition: 0.3s ease;
}

.buttons .btn.primary {
    background-color: #fff;
    color: #000;
}

.buttons .btn:hover {
    opacity: 0.8;
}

.hero-section {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

.hero-section video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}


.form-select:focus {
    border-color: white;
    outline: 0;
    box-shadow: inherit;
}

.filter-bar {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 30px;

}

.form-control:focus {
    border: 1px solid #fffbff;
}

.filter-bar input,
.select2-container .filter-bar select {
    padding: 10px 15px;
    border: 1px solid #fffbff;
    border-radius: 6px;
    /* min-width: 160px; */
    width: 100%;
}

.filter-bar.col-auto .form-control:focus {
    border: 1px solid #fffbff !important;
}

.wedding-intro h2 {

    font-weight: 600;
    font-size: 25px;
    line-height: 150%;
}

.wedding-intro {
    padding: 0px 48px 0px 0px;
}

.details {
    font-size: 13px;
}


/* weddig section */
.magic-wedding-wrapper {
    background: rgba(249, 250, 251, 1);
    padding: 60px 20px;
    text-align: center;
}

.magic-wedding-wrapper h2 {
    font-size: 28px;
    font-weight: 600;
    color: #2d2d2d;
    margin-bottom: 12px;
}

.magic-divider {
    width: 50px;
    height: 2px;
    background-color: #cfcfcf;
    margin: 0 auto 40px;
}

.magic-features {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /* gap: 80px; */
}

.magic-feature-box {
    padding: 0px 54px;
    text-align: center;
}

.magic-icon {
    font-size: 32px;
    color: #d24f4f;
    margin-bottom: 12px;
}

.magic-feature-title {
    font-size: 16px;
    font-weight: 600;
    color: #DE7861;
    margin-bottom: 8px;
}

.magic-feature-text {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    height: 70px;
}

.magic-feature-img {
    margin-top: 20px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    object-fit: cover;
    transition: transform 0.5s ease;

}

.magic-feature-img:hover {
    transform: scale(1.05);
}


.magic-icon .magic-img {
    margin-top: 20px;
    width: 40px;
    height: 40px;
    object-fit: cover;

}

@media (max-width: 768px) {
    .magic-features {
        flex-direction: column;
        align-items: center;
    }

    .auth-header {
        margin-top: 1rem;
        top: 10px;
    }
}



.fairytale-wrapper {
    padding: 60px 15px;
    background-color: #fdfdfd;
}

.fairytale-title {
    font-weight: 600;
    font-size: 28px;
    line-height: 35px;
    color: rgba(52, 58, 64, 1);



}

.fairytale-description {

    font-weight: 400;
    font-size: 16px;



}

.fairytale-step {
    margin-bottom: 20px;
}

.fairytale-step-number {
    width: 55px;
    height: 55px;
    background-color: #f0f0f0;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    color: #555;
    margin-right: 15px;
}

.culture-dtl .col-lg-4 {
    height: 235px;
}

.culture-main {
    height: 235px;
}

.fairytale-step-text {
    display: inline-block;
    vertical-align: middle;
    max-width: calc(100% - 80px);
}

.fairytale-img {
    border-radius: 12px;
    max-width: 100%;

}



@media (max-width: 768px) {
    .fairytale-title {
        text-align: center;
    }
}


.nafunique-faq-section {

    background: rgba(249, 250, 251, 1);

}

.nafunique-accordion .accordion-button {
    font-weight: 500;
    border-radius: 8px;
    box-shadow: none;
}



.nafunique-accordion .accordion-item {
    border: none;
    border-radius: 12px;
}

.nafunique-accordion .accordion-body {
    font-size: 15px;
    color: #555;
}

.nafunique-accordion {
    width: 952px;
    margin: 0px auto;
}

.nafunique-accordion .accordion-button:not(.collapsed) {

    background-color: #f8f9fa;
    box-shadow: none !important;
    border-bottom: 1px solid #e5e6e7 !important;
    border-radius: 0px !important;
}

.accordion-button:focus,
.accordion-button:focus-visible {
    box-shadow: none;
    border-bottom: none;
    outline: none !important;
}

.accordion>* {
    outline: none !important;
}

.accordion-header {
    outline: none !important;
    text-transform: none !important;
}

.accordion-button {

    height: 58px !important;
    gap: 10px !important;
    padding: 24px !important;
    border-radius: 12px !important;
    background: rgba(255, 255, 255, 1) !important;
    /* border: 1px solid rgba(229, 231, 235, 1) !important; */
    box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.1) !important;


}

.slider-section {
    background: rgba(249, 250, 251, 1);
}

.ttl-data {
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-direction: column;
}


.wedding-type {
    text-align: center;
}

.splide__slide .wedding-card {
    margin-bottom: 15px;
}



/* .card img {
    transition: transform 0.5s ease;
}

.card:hover img {
    transform: scale(1.05);
} */


.card {
    opacity: 0;
    transform: translateY(20px);
    animation: slideUp 0.6s ease forwards;
}

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


/* fade-in */
.fade-In {
    opacity: 0;
    transform: translateY(-20px);
    animation: fadeSlideDown 1s ease-out forwards;
    animation-delay: 0.3s;
}

.img-wrapper {
    border-radius: 12px;
    overflow: hidden;

}

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

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


.splide {

    margin: auto;
}

.splide__slide {
    margin: 10px;
}

.splide__list {
    transition-timing-function: linear !important;

}

.about-us {
    padding: 60px 20px;
}

.about-title {

    font-weight: 600;
    font-size: 38px;
    line-height: 53px;
    letter-spacing: 0%;
    color: rgba(52, 58, 64, 1);

}

.dropdown-item {
    font-size: 14px;
}

.wedding-descript {

    font-weight: 400;
    font-size: 18px;
    line-height: 33px;
    letter-spacing: 0%;
    color: rgba(52, 58, 64, 0.8);


}

/* team info */
.team-info {
    position: absolute;
    bottom: -60px;
    background-color: white;
    width: 90%;
    left: 17px;
    z-index: 10;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.12);
    color: rgba(255, 255, 255, 1);
    gap: 12px;
    border-radius: 6px;


}


.team-card {
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    background: #fff;

    position: relative;
}

.team-img-container {
    height: 350px;
    overflow: hidden;
}

.team-img {
    width: 100%;
    /* height: 100%; */
    object-fit: cover;
}

.team-info {
    padding: 13px;
    text-align: center;
}

.team-name {

    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    color: rgba(52, 58, 64, 1);


}

.team-title {
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    color: rgba(55, 65, 81, 1);
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(205, 205, 205, 1);
    text-transform: capitalize;
}

.team-desc {
    color: rgba(52, 58, 64, 1);
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    margin-bottom: 0px;

}

.splide__slide {
    margin-bottom: 15px;
}

.accordion-item {
    border-radius: 12px !important;
    background: rgba(255, 255, 255, 1) !important;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    background-color: #f8f9fa;
    /* box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1) !important; */
    overflow: hidden;
}


.read-more-ceremony {
    float: right;
}

.contact-us-data h2.title {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 1rem;
}

.contact-us-data h3.subtitle {
    font-size: 0.875rem;
    text-transform: uppercase;
    font-weight: 600;
    color: #6b7280;
    margin-bottom: 0.5rem;
}

.contact-us-data form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

textarea:focus-visible {
    outline: unset !important;
}

.contact-us-data .form-group {
    /* display: grid; */
    margin-bottom: 25px;
    /* grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem; */
}

.contact-us-data input,
textarea {
    width: 100%;
    padding: 0.75rem;

    font-size: 1rem;
}

.contact-us-data textarea {
    resize: vertical;

}

.contact-form {
    padding: 20px;
    margin: 10px;
}

.contact-us-data button {
    align-self: start;
    padding: 0.75rem 1.5rem;
    background-color: white;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.3s;
    border: 1px solid rgb(229 231 235);
    color: #000 !important;

}

.contact-us-data button:hover {
    background-color: #f3f4f6;
}

.info-section {
    background-color: #f9fafb;
    padding: 2rem;
    margin-top: 3.5rem;
}

.info-section {
    background-color: #f9fafb;
    background-image: url('./front_assets/images/about-bcg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 3rem 2rem;
    margin-top: 3rem;
}



.info-title {
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 0.5rem;



}


.newsletter-section {
    background: #DE7861;
    color: white;
    padding: 70px 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.newsletter-content {

    display: flex;
    align-items: center;
    /* flex-direction: column;
    gap: 20px; */
}

.newsletter-content h2 {
    margin: 0;
    font-size: 24px;
}

.newsletter-content p {
    margin: 0;
    max-width: 600px;
    color: white;
}

.newsletter-form {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 600px;
}

.input-wrapper {
    display: flex;
    border-radius: 8px;
    overflow: hidden;
}

.newsletter-input {
    flex: 1;
    padding: 12px;
    border: none;
    outline: none;
    background-color: #ffffff38;
    color: white;
}

.newsletter-button {
    padding: 12px 20px;
    background-color: #fff;
    color: #000;
    border: none;
    cursor: pointer;
    font-weight: bold;
}

.subscribe-title {
    color: rgba(255, 255, 255, 1);
    font-family: Poppins;
    font-weight: 700;
    font-size: 28px;
    line-height: 40px;
    text-transform: capitalize;
}

.ext-xs::after {
    content: "";
    display: block;
    margin-top: 0.5rem;
    border-bottom: 1px solid black;
}

.wedding-info {
    width: 65%;
}

.terms-container {
    max-width: 1000px;
    margin: auto;
    padding: 20px;
}

.terms-header {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 20px;
}

.terms-card {
    background-color: #fff;
    padding: 16px 24px;
    border-radius: 8px;
    box-shadow: 0 0 0 1px #e5e7eb;
    margin-bottom: 16px;
}

.privacy-header {

    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    text-align: justify;
}

.form-control:focus {
    border: 1px solid rgba(229, 231, 235, 1);
}

.privacy-card {
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    text-align: justify;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(227, 227, 227, 1);
    gap: 7px;
    padding-top: 18px;
    padding-right: 24px;
    padding-bottom: 23px;
    padding-left: 24px;
    border-radius: 10px;
    border-width: 1px;
    margin-bottom: 30px;

}

.privacy-card h3 {
    font-weight: 500;
    font-size: 19px;
    line-height: 25px;
    font-weight: 600;

}

.privacy-card li {
    margin-bottom: 10px;
}


.terms-box {
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    text-align: justify;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(227, 227, 227, 1);
    gap: 7px;
    padding-top: 18px;
    padding-right: 24px;
    padding-bottom: 23px;
    padding-left: 24px;
    border-radius: 10px;
    border-width: 1px;
    margin-bottom: 30px;

}

.terms-box h3 {
    font-weight: 500;
    font-size: 19px;
    line-height: 25px;
    font-weight: 600;

}

.navbar-brand {
    outline: none;
}

.terms-box li {
    margin-bottom: 10px;
}

.navbar-scrolled {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), linear-gradient(0deg, #F9FAFB, #F9FAFB) !important;
    transition: background-color 0.3s ease;
    box-shadow: var(--bs-box-shadow-sm) !important;
}

.navbar-scrolled .nav-link {
    color: #000 !important;
}

.navbar-scrolled .navbar-brand {
    color: #000 !important;
}

.navbar-scrolled .login-btn {
    border: 1px solid #000 !important;
    color: #000 !important;

}

/* about us */
.guest-section {

    padding: 40px 0;
}

.guest-image {
    max-width: 100%;
    height: auto;
    object-fit: cover;
}

.guest-content {
    background-color: #f8f9fa;
    padding: 40px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.guest-content h2 {
    font-size: 28px;
    color: #333;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
}

.guest-content h2::after {
    content: '';

    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 20px;
    width: 100%;
    position: absolute;
    bottom: -15px;
    left: 0;
}

.guest-content p {
    text-align: center;
    color: #555;
    margin-bottom: 0px;
    font-size: 16px;
    border-bottom: 1px solid #e8edf2;
}

.btn-join {
    border: 1px solid #333;
    color: #333;
    background-color: transparent;
    border-radius: 25px;
    padding: 8px 25px;
    margin-top: 20px;
    margin-bottom: 20px;
    transition: all 0.3s;
    align-self: center;
}

.btn-join:hover {
    background-color: #333;
    color: white;
}

.decoration-top {
    text-align: center;
    margin-bottom: 20px;
}

.guest-card {
    position: relative;
}

.guest-content {
    position: absolute;
    /* top: 45px;
    right: -35px; */
    z-index: 99;
    /* height: 60%;
    width: 674px;
    height: 397px; */
    padding-top: 22px;
    padding-right: 40px;
    padding-bottom: 22px;
    padding-left: 40px;
    background: rgba(248, 249, 250, 1);

    gap: 3px;
}

.guest-content-1 {
    position: absolute;
    z-index: 99;
    padding-top: 22px;
    padding-right: 40px;
    padding-bottom: 22px;
    padding-left: 40px;
    background: rgba(248, 249, 250, 1);

}

.contain-1 {
    width: 50%;
}

.card-flex {
    display: flex;
}

.guest-content {
    height: 90%;
    top: 5%;
    bottom: 16%;
    right: 0%;
    width: 55%;
}

.guest-content-1 {

    gap: 3px;
    height: 90%;
    top: 5%;
    bottom: 16%;
    left: 0%;
    width: 55%;
}

.container-1 {
    margin-left: auto;
}

.counter-data {
    align-items: center;
    margin-top: 15px;
}

.counter-data h4 {
    color: rgba(52, 58, 64, 1);
    font-size: 34px;
    line-height: 28px;

    text-align: center;

}

.counter-data small {
    color: rgba(144, 144, 144, 1);

    font-weight: 500;
    font-size: 20px;
    line-height: 51px;
    text-align: center;

}

.wedding-info p {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    text-align: justify;
    vertical-align: middle;
    color: rgba(52, 58, 64, 1);


}

.wedding-info h2 {
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    text-align: justify;
    vertical-align: middle;
}




/* suraj code 17-7 */



.become-host .main-container {
    width: 100%;
    min-height: calc(100vh - 72px);
}

.become-host #photoStoryForm {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.become-host .form-container {
    max-width: 1000px;
    margin: 20px auto;
    padding: 20px;
}

.become-host .page-title {

    color: #343A40;
    margin-bottom: 30px;

    font-family: 'Poppins';
    font-weight: 600;
    font-size: 28px;
    line-height: 43px;
    letter-spacing: 0%;
    text-align: center;

}

.become-host .logo {
    text-align: center;
    margin-bottom: 20px;
}

.become-host .note-toolbar {
    background: #fff;
}

.note-editor.note-airframe .note-statusbar .note-resizebar,
.become-host .note-editor.note-frame .note-statusbar .note-resizebar {
    padding: 15px;
}

.become-host .thumbnails {
    width: 100%;
    margin: 10px 0;
}

.become-host .progress-indicator {

    margin: 0px auto;
    position: relative;
    max-width: 1080px;
    display: flex;
    gap: 15px 30px;
    justify-content: center;
    flex-wrap: wrap;


}

.become-host .progress-step {
    display: flex;
    gap: 10px;
    align-items: center;
    position: relative;
    z-index: 1;
    /* cursor: pointer; */
    transition: all 0.3s ease;
    background: #fff;
    min-width: 150px;
    padding: 2px 10px;
}





.become-host .step-number {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #000000;
    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 14px;
    color: #323232;
    transition: all 0.3s ease;
}

.become-host .active .step-number {
    background-color: #DE7861;
    color: white;
    border-color: #DE7861;
}

.become-host .step-label {

    color: #000000;
    transition: all 0.3s ease;

    font-family: 'Poppins';
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;

}

.become-host .active .step-label {
    color: #DE7861;
    font-weight: 500;
}

/* .become-host .progress-line {
    position: absolute;
    top: 15px;
    left: 50px;
    right: 50px;
    height: 2px;
    background-color: #dee2e6;
    z-index: 0;
} */


.become-host .progress-line {
    position: absolute;
    top: 15px;
    left: 223px;
    /* right: 50px; */
    height: 2px;
    background-color: #dee2e6;
    z-index: 0;
    width: 55%;
}

.main-host .progress-line {
    position: absolute;
    top: 15px;
    left: 130px;
    /* right: 50px; */
    height: 2px;
    background-color: #dee2e6;
    z-index: 0;
    width: 68%;
}

.text-none {
    text-transform: none !important;
}


.noti {
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 6px;
    font-size: 13px;
    margin-bottom: 15px;
    color: #372a00;
    margin-top: -20px;
    background: #e9ddbd;
}

.noti i {
    color: #ffa700;
    margin-right: 5px;
}


.become-host .input-group-text {
    background-color: transparent;
    display: none;
    border: none;
    position: absolute;
    right: 10px;
    top: 0px;
    /* height: 100%; */

    color: #adb5bd;

}

.remove-language {
    z-index: 15 !important;
}

#guest_buddy_language_container .error {
    margin-bottom: 5px;
}

.input-group {
    position: relative;
}

.outer-input {
    right: 0;
    top: 0;
    z-index: 4;
    color: #adb5bd;
}

.become-host .input-group {
    position: relative;
}

.become-host .btn-next,
.become-host .btn-prev {

    margin-top: 20px;
    transition: all 0.3s ease;
    border-radius: 8px;
    border-width: 1px;
    padding-top: 10px;
    padding-right: 64px;
    padding-bottom: 10px;
    padding-left: 64px;



    font-family: 'Poppins';
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;



}



.become-host .btn-prev {
    background-color: #fff;
    color: #343A40;
    float: left;
}

.become-host .btn-next {
    float: right;
    background: rgba(222, 120, 97, 1);

    color: #fff;


}


.become-host .divider {
    height: 1px;
    border-bottom: 1px solid #ccc;
    border: 1px solid #ccc !important;
    margin: 30px 0;
}


.become-host .icon-leaf {
    color: #adb5bd;
}

/* .become-host .form-row {
    margin-bottom: 20px;
} */


.become-host .tab-pane {
    display: none;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.become-host .tab-pane.active {
    display: block;
    opacity: 1;
}

.become-host .form-actions {
    clear: both;
    overflow: hidden;
}



.become-host .completed .step-number {
    background-color: #DE7861;
    color: white;
    border-color: #DE7861;
}

.become-host .input-rows {
    width: 100%;
    height: 100%;
    border: 1px solid #E5E7EB;
    border-radius: 8px;
    padding: 25px 20px;
}

.become-host .input-rows>.row:last-child {
    margin-bottom: 10px;
}

.become-host #fileName {
    margin-right: 10px;
    color: #343A40;

    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;

}

.become-host .file-info i {
    font-size: 18px;
    color: #343A40;
    margin-right: 5px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    overflow: hidden;
}

.become-host .upload-thumnnail {
    width: 75px;
    height: 72px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.dfacjb {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.dfacjb span {
    top: 0 !important;
}

.become-host .upload-thumnnail img {
    width: 100%;
    height: auto;
}

.become-host .upload-container {
    padding: 30px;
    border: 1.5px dashed #E5E7EB;
    border-radius: 8px;
    text-align: center;
    margin-bottom: 20px;
    background-color: #fff;
}

.become-host .upload-icon {
    font-size: 32px;
    color: #ccc;
    margin-bottom: 10px;
}

.become-host .upload-text {
    color: #717171;
    font-size: 14px;
    margin-bottom: 15px;

    font-family: 'Poppins';
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;

}

.become-host .btn-select-image {
    background-color: rgba(222, 120, 97, 1);
    color: #fff;

    border: 1px solid #E5E7EB;
    border-radius: 8px;
    padding-top: 14px;
    padding-right: 32px;
    padding-bottom: 14px;
    padding-left: 32px;

    font-family: 'Poppins';
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;

    width: 234px;

    text-align: center;
    vertical-align: middle;

    margin-top: 10px;



}

.become-host .btn-select-image:hover {
    background-color: #fff;
    color: #343A40;
    border: 1px solid #343A40;
}

.become-host .file-info {
    display: flex;
    align-items: center;
    justify-content: space-between;

    background-color: #F5F5F5;

    margin-top: 15px;
    font-size: 13px;
    color: #666;


    border-radius: 6px;
    padding-top: 20px;
    padding-right: 30px;
    padding-bottom: 20px;
    padding-left: 30px;

    margin-bottom: 20px;

}


.become-host .thumbnail-container {
    border-radius: 4px;
    padding-bottom: 0;
}

.become-host .thumbnail-title {

    color: #343A40;
    margin: 8px 5px;
    margin-bottom: 0px;


    font-family: 'Poppins';
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;

}

.head-label {
    font-size: 16px !important;
}



.become-host .thumbnail {
    position: relative;
    border-radius: 4px;
    flex-shrink: 0;
    border: 2px solid transparent;
    cursor: pointer;
    padding: 4px;
}



.become-host .thumbnail img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.become-host .form-label {

    margin-bottom: 12px;
    color: #343A40;
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    /* text-transform: capitalize; */

}

.become-host .form-control {
    color: #515264;
    font-family: 'Poppins';
    font-weight: 400;
    line-height: 22px;
    vertical-align: middle;

    padding: 10px 12px;
    border: 1px solid #ced4da;

    border-radius: 4px;

    font-size: 14px;
}

.become-host .form-control:focus {
    box-shadow: none;
    border-color: #999;
}

.become-host .form-text {
    font-size: 12px;
    color: #999;
    margin-top: 5px;
}

.become-host .formatting-toolbar {
    background-color: #f8f8f8;
    border-radius: 4px;
    padding: 5px;
    margin-bottom: 10px;
    display: flex;
    gap: 15px;
}

.become-host .formatting-btn {
    background: none;
    border: none;
    color: #666;
    font-size: 14px;
    cursor: pointer;
    padding: 5px;
}

.become-host .formatting-btn:hover {
    color: #333;
}

.become-host .question-help {
    color: #ccc;
    font-size: 16px;
    margin-left: 5px;
    cursor: pointer;
}

.become-host .question-help:hover {
    color: #999;
}

.become-host .form-footer {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}



.become-host .input-file {
    position: absolute;
    opacity: 0;
    width: 0.1px;
    height: 0.1px;
    overflow: hidden;
}



.required:after {
    content: "*";
    color: #212529;
    margin-left: 2px;
}


.become-host .form-select {
    border-radius: 4px;
    padding: 10px 12px;
    border: 1px solid #ced4da;
    font-size: 14px;
    background-position: right 0.75rem center;
}

.become-host .form-select:focus {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.become-host .form-group {
    margin-bottom: 20px;
}

.become-host .spinner-control {
    display: flex;
    align-items: center;
    justify-content: end;
}

.become-host .spinner-input {
    text-align: center;
    width: 60px;
    height: 40px;
    border-radius: 0;

    padding: 10px 5px;
}

.become-host .spinner-btn {
    width: 40px;
    height: 40px;
    background-color: #DE7861;
    color: white;
    border: none;

    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.become-host .spinner-btn:hover {
    background-color: #333;
}

.become-host .spinner-btn:disabled {
    background-color: #ccc;
    cursor: not-allowed;
}

.become-host .radio-group {
    display: flex;
    gap: 20px;
    margin-top: 8px;
}

.input-with-remove {
    position: relative;
}

.remove-btn {
    position: absolute;
    top: 10px;
    right: 7px;
    background: white;
    border: none;
    color: red;
}

.become-host .custom-radio {
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    font-size: 14px;
}



.become-host .custom-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.become-host .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
}

.become-host .custom-radio:hover input~.checkmark {
    border-color: #999;
}

.become-host .custom-radio input:checked~.checkmark {
    background-color: #DE7861;
    border-color: #fff;
}

.become-host .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.become-host .custom-radio input:checked~.checkmark:after {
    top: 1px;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: "✔";
    color: white;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.become-host .help-icon {
    color: #ccc;
    margin-left: 5px;
    cursor: pointer;
}

.become-host .help-icon:hover {
    color: #999;
}

.become-host .form-section {
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;

    margin-bottom: 30px;
}

.faq-container::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(229, 231, 235, 1);
}

.become-host .event-accordion {
    margin-bottom: 20px;

}

.become-host .event-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 15px;
    background-color: #f8f9fa;
    border-radius: 4px;
    cursor: pointer;
    /* margin-bottom: 15px; */
}

.become-host .event-title {
    font-weight: 500;
    font-size: 16px;
}

.become-host .event-toggle {
    font-size: 18px;
    transition: transform 0.3s;
}

.become-host .event-toggle.collapsed {
    transform: rotate(180deg);
}

.become-host .event-content {
    padding: 20px 15px;
    border: 1px solid #e5e7eb;
    border-top: 0;
    border-bottom-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.become-host .date-time-group {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
}

.become-host .date-time-label {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 8px;
}

.become-host .date-time-field {
    flex: 1;
}

.date-time-field .date-time-label {
    font-weight: 600;
}

.become-host .inline-label {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.become-host .event-text-area {
    resize: none;
    height: 100px;
    line-height: 22px;
}

.become-host .max-chars {
    font-size: 12px;
    color: #999;
    text-align: right;
    margin-top: 5px;

}



.become-host .navigation-buttons {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}


.become-host input::placeholder {

    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: justify;
    vertical-align: middle;

}


.become-host .add-more-btn {
    color: #2563EB;
    font-size: 14px;
    cursor: pointer;
    /* display: flex; */
    align-items: center;
    margin-top: 10px;
}

.become-host .add-more-btn i {
    margin-right: 5px;
}

.become-host .add-more-btn:hover {
    text-decoration: underline;
}

.become-host .highlighted {
    background-color: #F9FAFB;
    border: 1px solid #E5E7EB;
    padding: 15px 10px;
    border-radius: 8px;
    align-items: center;

    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;

}

.tab-pane h4 {

    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
    color: #343A40;


}

.img-responsive {
    max-width: 100%;
    height: auto;
}

.ttl-form {

    font-weight: 600;
    font-size: 16px;
    line-height: 36px;

    color: rgba(52, 58, 64, 1);

}

.become-host .highlighted .radio-group {
    justify-content: end;
    margin-top: 0;
}

.become-host .highlighted .form-label {
    margin-bottom: 0;
    font-weight: 500;
}

.become-host .payment-option {
    border: 1px solid #dee2e6;
    border-radius: 6px;
    padding: 20px;
    text-align: center;
    cursor: pointer;
    height: 100%;
    transition: all 0.3s;
}

.become-host .payment-option:hover {
    border-color: #007bff;
}

.become-host .payment-option.selected {
    border-color: #007bff;
    background-color: rgba(0, 123, 255, 0.1);
}


.become-host .info-icon {
    color: #6c757d;
    cursor: pointer;
}

.become-host .action-buttons {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.cg .form-label {
    line-height: 19px;
}

.become-host .tab-content {
    padding-top: 30px;
}

#paypalTab,
#bankAccountTab {
    padding: 8px 0;
}

.faq-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    position: relative;
}

.faq-header {
    text-align: center;
    margin-bottom: 30px;
}

.faq-title {
    font-size: 2.2rem;
    color: #333;
    margin-bottom: 10px;
    font-weight: 500;


    font-size: 36px;
    line-height: 36px;
    letter-spacing: 0%;
    text-align: center;

}

.faq-subtitle {

    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0%;
    text-align: center;

    color: #393333;
    margin-bottom: 30px;
}

.faq-item {
    background-color: #fff;
    border-radius: 10px;
    margin-bottom: 15px;
    overflow: hidden;
    box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.1);

    transition: all 0.3s ease;
}

.faq-item:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.faq-question {
    padding: 20px 25px;
    cursor: pointer;
    position: relative;
    font-size: 1.1rem;
    color: #333;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq-question:after {
    content: "\2304";
    font-size: 1.5rem;
    color: #999;
    transition: transform 0.3s ease;
}

.h2,
h2 {
    font-size: 1.6rem;
}

.faq-question.active:after {
    transform: rotate(180deg);
}

.faq-answer {
    padding: 0 25px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
}

.faq-answer.show {
    padding: 0 25px 20px;
    max-height: 500px;
}

.faq-answer p {
    margin: 0;
    color: #666;
    line-height: 1.6;
}

#update_profile_form .form-label {
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 14px;
}

.form-check-label {
    color: #323232 !important;
    font-weight: 400;
    font-size: 15px;
    line-height: 17px;
    letter-spacing: 0px;

}

.contact-details .contact-column {
    word-break: break-word;
    overflow-wrap: break-word;
}

.form-check-label a {

    color: #0d6efd;
    letter-spacing: 0px;
    text-decoration: underline;
    text-decoration-style: solid;
    font-weight: 500;

}

#profileDropdown {
    color: rgb(222 120 97);

    font-weight: 400;
    font-size: 13px;
    font-family: 'Inter';
    font-family: 'Poppins', sans-serif;
}

#profileDropdown img {
    border: 1px solid #ccc;
    margin-right: 5px;
}

#user_image {
    max-width: 300px;
    height: auto;
}



#contributionModal .custom-option {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 10px;
    background: #f9f9f9;
    cursor: pointer;
    font-weight: 500;
    transition: all 0.2s ease-in-out;
    position: relative;
}

#contributionModal .custom-option input[type="radio"] {
    display: none;
}

#contributionModal .circle {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: transparent;
    border: 2px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease-in-out;
    position: relative;
}

#contributionModal .checkmark {
    width: 16px;
    height: 16px;
    display: none;
}

#contributionModal .custom-option input[type="radio"]:checked+.circle {
    background: #2d2f32;
    border-color: #2d2f32;
}

#contributionModal .custom-option input[type="radio"]:checked+.circle .checkmark {
    display: block;
}

#contributionModal .checkmark {
    position: relative !important;
    background: none !important;
    border: none !important;
}

#loader {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background: rgb(0 0 0 / 61%);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}

.circle-loader {
    width: 50px;
    height: 50px;
    background-color: rgb(222 176 97);
    border-radius: 50%;
    animation: pulse 1.2s infinite ease-in-out;
}

.loader-text {
    margin-top: 15px;
    font-family: sans-serif;
    font-size: 16px;
    color: #555;
}

@keyframes pulse {

    0%,
    100% {
        transform: scale(1);
        opacity: 0.6;
    }

    50% {
        transform: scale(1.3);
        opacity: 1;
    }
}


/* animation */
.fade-in {
    animation-duration: 1s;
    animation-delay: 0s;
    animation-name: fadeInUp;
}

@keyframes fadeInUp {
    0% {
        opacity: 0.8;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}


/* overview  */



.overview {
    max-width: 1100px;
    margin: 0 auto;
    padding: 20px;
}

.overview.container {
    max-width: 100%;
    padding: 0;
}

.overview .section {

    margin-bottom: 24px;
}

.overview .section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;


    font-weight: 600;
    font-size: 24px;
    line-height: 24px;


}

.overview .section-title {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin: 0;
}

#publishDropdown .dropdown-toggle::after {
    display: none;
}

.overview .edit-btn {
    color: #777;
    text-decoration: none;
    display: flex;
    align-items: center;
    font-size: 16px;
}

.overview .day-event {
    border: 1px solid #E5E7EB;
    border-radius: 8px;
    padding: 20px 30px;
}

.overview .table-responsive {
    border: 1px solid #E5E7EB;
    border-radius: 8px;
}

.overview .publishDropdown {
    border: none;
    border-bottom: 1px solid #323232;
    border-radius: 0;
    font-size: 14px;
}

.btn-save,
.overview .btn-publish {
    font-size: 14px;
}

.overview .form-check-label {
    font-weight: 400;
    font-size: 14px;
    line-height: 117%;
    letter-spacing: 0px;
}

.overview .contribution-method {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    border: 1px solid #E5E7EB;
    border-radius: 8px;
    padding: 20px 20px;
}

.overview .contact-details {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;

    background-color: #fff;
    border-radius: 10px;
    padding: 24px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    background-color: #F9FAFB;
}

.overview .contact-column {
    width: 45%;
}

.overview .detail-item {
    margin-bottom: 12px;
    display: flex;
    gap: 20px;
    align-items: center;
}

.overview .detail-label {
    line-height: 21px;
    margin-bottom: 2px;
    font-size: 14px;
    font-weight: 600;
}

.overview .detail-value {
    line-height: 21px;
    font-size: 14px;
    color: #343A40;
}

.overview .couple-image {
    width: 100%;
    border-radius: 8px;
    margin-bottom: 15px;
}

.overview .story-text {
    font-size: 14px;
    line-height: 1.6;
    color: #343A40;
    margin-bottom: 15px;
}



.overview .table-responsive {
    overflow-x: auto;
}

.overview .wedding-details-table {
    width: 100%;
    font-size: 14px;
    margin-bottom: 10px;
}

.overview .wedding-details-table th {
    font-weight: 600;
    padding: 10px 15px;
    background-color: none;
    text-align: center;

}

.wed-table-th {
    font-weight: 600;
    padding: 10px 15px;
    background-color: none;
    text-align: center;
    font-size: 14px;

}

.overview .wedding-details-table td {
    padding: 10px 15px;
    text-align: center;
}

.wed-table-td {
    padding: 10px 15px;
    text-align: center;
    font-size: 14px;
}

.overview .day-event {
    margin-bottom: 30px;
}

.overview .event-details {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.overview .event-datetime {
    /* width: 50%; */
    /* margin-bottom: 20px; */
    /* border-bottom: 1px solid #E5E7EB; */
}

.event-datetime.end-align {
    width: 304px;
}

.overview .venue-details {
    width: 50%;
    margin-bottom: 20px;
}

.overview .event-grid {
    display: flex;
    flex-wrap: wrap;
    padding-top: 20px;
    justify-content: space-between;
}

.event-grid .detail-label {
    font-weight: 600;
}

.overview .ceremony-details {
    width: auto;
    margin: 20px 0;
}

.overview .event-info {
    /* width: 50%; */
    /* margin-left: auto; */
    margin-right: 20px;
}

.overview .info-item {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.overview .info-icon {
    margin-right: 10px;
    width: 20px;
}

.overview .ceremony-text {
    font-size: 14px;
    line-height: 1.6;
    color: #555;
}

.overview .contribution-method {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.overview .contribution-icon {
    width: 28px;
    margin-right: 10px;
}

.overview .terms-checkbox {
    margin-bottom: 30px;
}

.overview .action-buttons {
    display: flex;
    justify-content: space-between;
}

.overview .btn-save {
    background-color: #fff;
    border: 1px solid #dee2e6;
    color: #333;
    padding: 10px 20px;
    border-radius: 5px;
}

.overview .dropdown-toggle {
    background-color: #fff;
    border: 1px solid #dee2e6;
    color: #333;
    padding: 10px 20px;
    border-radius: 5px;
    display: flex;
    align-items: center;
}

.overview .dropdown-toggle::after {
    margin-left: 10px;
    display: none;
}

.overview .btn-publish {
    border: 1px solid rgba(222, 120, 97, 1);
    background: rgba(222, 120, 97, 1);
    border: none;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;



}

.overview button#publishDropdown {
    border: none;
    border-bottom: 1px solid #333;
    border-radius: 0;
    font-size: 14px;
    text-transform: math-auto !important;
}

.overview .view-header {


    font-family: 'Poppins';
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0%;
    color: #343A40;



}

.overview .view-content {
    background: #F9FAFB;
    border-color: #E5E7EB;
    border-radius: 8px;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 14px;
}

.overview .view-content a {
    color: #89898E;
    word-break: break-word;
}

.overview .detail-item {
    margin-bottom: 12px;
    display: flex;
    gap: 10px;

    font-family: 'Poppins';
    /* font-weight: 600; */
    font-size: 14px;
    line-height: 12px;
    letter-spacing: 0%;
    color: #343A40;
    align-items: center;

}

.overview #wedding-event-section .detail-item {
    font-weight: 600;

}

.end-align .detail-item {
    /* min-width: 100px; */
}

.overview #wedding-event-section .day-event-header {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(229, 231, 235, 1);
}

.btn-prev {
    border: 1px solid gray;
}

#weddingForm {
    min-height: 60vh;
}

.form-section {
    border: 1px solid rgba(229, 231, 235, 1);
}

/* wedding guest profile */
.profile-img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
}

.card-img-top {
    height: 200px;
    object-fit: cover;
}

.btn-outline-secondary {
    margin-right: 0.5rem;
}

.card-custom {
    border-radius: 12px;
    border: 1px solid #eee;
}

.image-overlay {
    position: relative;
    /* overflow: hidden; */
    border-radius: 10px;
}

.relative {
    position: relative;
}

.image-overlay img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.overlay-text {
    position: absolute;
    bottom: 0px;
    left: 0px;
    color: white;
    background: #0000003d;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
}

.overlay-text small {
    text-transform: uppercase;
    font-size: 0.7rem;
    letter-spacing: 1px;
}

.overlay-text strong {
    font-size: 1rem;
}

.btn-wedd-downlode {

    color: #fff;
    width: 233px;
    height: 48px;
    gap: 10px;
    padding-top: 13px;
    padding-bottom: 10px;
    border-radius: 4px;
    border-width: 1px;
    border: 1px solid rgba(222, 120, 97, 1);
    background: rgba(222, 120, 97, 1);


}

.prof-ttl {
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0%;
    text-align: center;
    color: rgba(52, 58, 64, 1);


}

.prof-mail {
    font-weight: 400;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    color: rgba(52, 58, 64, 1);


}

.prof-btn {
    color: rgba(0, 0, 0, 1);
    border: 1px solid rgba(229, 231, 235, 1);
    width: 450px;
    height: 48px;
    border-width: 1px;
    gap: 10px;
    padding-top: 9px;
    /* padding-right: 135px; */
    padding-bottom: 9px;
    /* padding-left: 135px; */
    border-radius: 8px;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
}

.req-cancel {
    width: 230px;
    height: 48px;
    gap: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 4px;
    border-width: 1px;

}

.guest-profile-section {
    max-width: 1080px;
    margin: 0px auto;
    min-height: 550px;
}

.back-home {
    border-radius: 4px;
}

.weds-ttl {
    line-height: 25px;
    margin-bottom: 20px;
}

.become-host-btn {
    width: 211px;
    height: 48px;
    gap: 10px;
    padding-top: 12px;
    padding-right: 17px;
    padding-bottom: 18px;
    padding-left: 17px;
    border-radius: 9999px;
    border-width: 1.5px;
    top: 112px;
    border: 1.5px solid rgba(52, 58, 64, 1);

}

.dropdown-item.active,
.dropdown-item:active {
    color: var(--bs-dropdown-link-active-color);
    text-decoration: none;

}

.nav-link.active {
    color: rgba(222, 120, 97, 1) !important;
}

.dropdown-item.active,
.dropdown-item:active {
    color: var(--bs-dropdown-link-active-color);
    text-decoration: none;
    background-color: #de7861;
}


/* TOOLTIP */

.tooltip-icon {
    position: relative;
    cursor: pointer;
    color: #999;
    text-transform: math-auto;
}

.tooltip-icon .tooltip-text {
    visibility: hidden;
    width: 200px;
    background-color: #686969;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 6px 8px;
    position: absolute;
    z-index: 99999;
    top: -40px;
    right: 0;
    font-size: 13px;
    opacity: 0;
    transition: opacity 0.3s;
    white-space: normal;
    word-wrap: break-word;
    font-weight: 400 !important;
}

.tooltip-icon:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}

.tooltip-icon i {
    visibility: visible;
    display: block;
}

.note-editable {
    min-height: 300px;
}

.label-row {
    display: flex;
    justify-content: space-between;
    align-items: start;
}

.storyTxt {
    width: 100%;
}

.modal-body h5 {
    font-size: 16px;
    color: rgba(52, 58, 64, 1)
}

.modal-body span {

    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0%;
}

#exampleTextarea {
    min-height: 100px;
}

.dropdown-item {
    font-size: 14px;
    color: white;
}

.navbar-scrolled .dropdown-item {
    color: #000 !important;
}

.footer-guest {
    background: #E3D8B9;

}

.footer-bottom a {
    color: rgb(223 120 97);
    text-decoration: auto;
}

a {
    text-decoration: auto;
}

.alert {
    opacity: 500;

    position: absolute;
    bottom: 10px;
    right: 10px;

    padding: 10px;
}

.alert p {
    margin-bottom: 0px;
}

.btn:hover,
.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    color: var(--bs-btn-active-color);
    background-color: #de7861 !important;
    border-color: #de7861 !important;
}

.newsletter-input {
    border: none !important;
}


.search-select {
    display: flex;
    align-items: center;
    gap: 10px;
}

.search-select button {
    padding: 8px 16px;
    border: none;
    border-radius: 5px;
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

/* Search button (with icon) */
.search-select button[type="submit"] {
    background-color: #de7a75;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7px;
    text-transform: capitalize;
}

button .bi-search {
    font-size: 17px;
}

.search-select button[type="submit"]:hover {
    background-color: #de7a75;
}

/* Reset button */
.search-select button[type="button"] {
    background-color: #6c757d;
    color: white;
}

.search-select button[type="button"]:hover {
    background-color: #5a6268;
}


/* Responsive adjustments */
@media (max-width: 576px) {

    /* .search-select button {
        padding: 6px 12px;
        font-size: 0.9rem;
    } */
    .search-select button {
        padding: 8px 16px !important;
        font-size: 1rem;
    }

    .search-select .bi-search {
        font-size: 1rem;
    }
}

/* select multiple */
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #ccc 1px;
    outline: 0;

}

.select2-container--default .select2-results__option--disabled {
    color: #ADAEBC;
    font-size: 13px;
    font-family: 'Inter';
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: none;
    border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 7px;
}

.select2-container--default .select2-search--inline .select2-search__field {
    width: 100%;
    font-size: 14px;
    font-family: 'Inter';
    font-weight: 500;

    margin: 10px;
}

.select2-container--default .select2-selection--multiple,
.select2-container--default .select2-selection--single {
    border: 1px solid #ced4da;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #ced4da;
    padding: 2px;
    padding-left: 5px;
    margin-bottom: 10px;
}

.select2-container--default .select2-selection--multiple,
.select2-container--default .select2-selection--single {
    height: 45px !important;
}


.select2-container {
    font-size: 14px;
    font-family: 'Inter';
    font-weight: 500;
    width: 100% !important;

}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-top: 6px;
}

.select2-container {
    max-width: -webkit-fill-available !important;
    width: 100% !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    margin-top: 2px;
}


.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 20px;
    padding-right: 5px;
}

.custom-width {
    min-width: 250px;
    padding-right: 30px;
}

.flatpickr-input {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24"><path d="M19 4h-1V2h-2v2H8V2H6v2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 16H5V10h14v10zm0-12H5V6h14v2z"/></svg>');
    /* Calendar icon */
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 16px;
}

.select2-selection__clear {
    display: none;
}

.no-data-found {
    border-radius: 5px;
    border: 1px solid #e8ebef;
    padding: 10px;
}

.my-profile li a {
    color: black;
}

.main-container {
    min-height: 75vh;
}

.text-data-details {
    display: flex;
    justify-content: space-between;

}

.text-data-details h4 {
    font-size: 16px !important;
    border: 1px solid #e080613d;
    padding: 8px 40px;
    border-radius: 5px;
}

.select-city {
    text-align: left;
}

.bg-wht {
    background-color: white;
}

.bg-gry {
    background: rgba(249, 250, 251, 1);
}



.deks-log .dropdown-item {
    font-size: 14px;
    color: #343a40;
}

.deks-log {
    border: 2px solid #343a40;
    padding: 3px 17px;
    border-radius: 9999px;
    border-width: 2px;

}

.note-editor .dropdown-item {
    color: #323232;
}

.form-label-light {
    font-weight: 500 !important;
}

.short {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.short-sm {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.short-md {
    display: -webkit-box !important;
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
}

#descriptionModal .modal-content {
    border-radius: 0;
    border: none;
}

#descriptionModal .modal-header {
    border-bottom: 0;
}

#descriptionModal .modal-body {
    padding: 10px 40px;
}



#descriptionModal .modal-content {
    border-radius: 4px;
    border: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    padding: 32px 40px;
    background-color: white;
}

#descriptionModal .modal-header {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
    border-bottom: none;
    background-color: transparent;
    padding: 0;
}

#descriptionModal .info-icon {
    width: 24px;
    height: 24px;
    min-width: 24px;
    background-color: rgba(222, 120, 97, 1);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 12px;
    color: white;
    font-weight: bold;
}

#descriptionModal .modal-title {
    font-size: 22px;
    font-weight: 700;
    color: rgba(222, 120, 97, 1);
    margin: 0;
}

#descriptionModal .modal-body {
    padding: 0;
    color: #333;
    line-height: 1.6;
    margin-bottom: 24px;
}

#descriptionModal .cancal-btn {
    background: none;
    font-size: 25px;
    position: relative;
    top: -20px;
    left: 20px;
    color: rgba(222, 120, 97, 1);
}

#descriptionModal .btn-close {
    display: none;
    color: rgba(222, 120, 97, 1);
    /* Hide default close button */
}

#descriptionModal .button-group {
    display: flex;
    gap: 16px;
}

#descriptionModal .custom-btn {
    padding: 10px 20px;
    border-radius: 8px;
    font-weight: 500;
    cursor: pointer;
    border: none;
}

#descriptionModal .btn-purchase {
    background-color: transparent;
    color: #b25542;
    border: 1px solid #b25542;
}

#descriptionModal .btn-business {
    background-color: #fce7e5;
    color: #b25542;
}

/* Button to open modal */
#descriptionModal .btn-open-modal {
    background-color: #b25542;
    color: white;
    padding: 10px 20px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    font-weight: 500;
}

.form-group {
    position: relative;
}


.max-w-4xl img {
    max-width: 100%;
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
    background: none;
}

.require {
    color: #212529;
    margin-left: 2px;
}

input::placeholder {
    text-transform: math-auto !important;
}


.custom-modal-style {
    border-radius: 12px;
    border: none;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
}

.modal-body {
    padding: 2.5rem;
}

/* Icon Container */
.custom-modal-style .icon {
    width: 70px;
    height: 70px;
    margin: 0 auto;
    border: 1px solid rgba(229, 231, 235, 1);
    border-radius: 50%;
    font-size: 44px;
    margin-bottom: 20px;
    color: #9e9781;
    background: #fbf8e7;
    display: flex;
    justify-content: center;
    align-items: center;

}

/* Modal Title */
.modal-title {
    color: #2c3e50;
    font-weight: 600;
    font-size: 1.25rem;
    margin-bottom: 1rem;
}

/* Warning Text */
.warning-text {
    color: #6c757d;
    font-size: 0.95rem;
    line-height: 1.5;
    margin-bottom: 2rem;
}

.warning-text .highlight {
    color: #ff6b35;
    font-weight: 500;
}

/* Button Container */
.button-container {
    display: flex;
    gap: 0.5rem;
    justify-content: center;
}

/* Responsive Design */
@media (max-width: 576px) {
    .modal-body {
        padding: 1.5rem !important;
    }


    .modal-title {
        font-size: 1.1rem;
    }

    .warning-text {
        font-size: 0.9rem;
        margin-bottom: 1.5rem;
    }


}

/* Modal Backdrop */
.modal-backdrop {
    background-color: rgba(0, 0, 0, 0.6);
}

/* Animation for modal appearance */
.modal.fade .modal-dialog {
    transform: translateY(-50px);
    transition: transform 0.3s ease-out;
}

.modal.show .modal-dialog {
    transform: translateY(0);
}

.customer-schedule-footer {
    display: flex;
    flex-direction: column;
    border: none;
    padding: 5px 0;
}

.customer-schedule-footer button {
    width: 100%;

}

.customer-schedule {
    padding: 25px;
}

.bg-new {
    background-color: rgba(222, 120, 97, 1) !important;
}


/* Custom Confirmation Dialog Styles */
.custom-confirm-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 10000;
    backdrop-filter: blur(2px);
}

.custom-confirm-dialog {
    background: white;
    border-radius: 12px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    max-width: 500px;
    width: 90%;
    padding: 0;
    position: relative;
    transform: scale(0.9);
    opacity: 0;
    transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.custom-confirm-dialog.show {
    transform: scale(1);
    opacity: 1;
}

.confirm-header {
    padding: 30px 30px 20px;
    text-align: center;
    border-bottom: 1px solid #f0f0f0;
}

.confirm-decorative {
    width: 60px;
    height: 20px;
    margin: 0 auto 20px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 20'%3E%3Cpath d='M10 10 Q25 2 40 10 Q50 10 60 10 Q75 18 90 10' stroke='%23999' stroke-width='1.5' fill='none'/%3E%3Ccircle cx='50' cy='10' r='3' fill='%23ccc'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
}

.confirm-title {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
}

.confirm-body {
    padding: 20px 30px 30px;
}

.confirm-message {
    color: #666;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 30px;
}

.confirm-buttons {
    display: flex;
    gap: 12px;
    justify-content: center;
}

.confirm-btn {
    padding: 12px 30px;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s;
    min-width: 100px;
}

.confirm-btn-primary {
    background: #f4e8c1;
    color: #8b6914;
    border: 1px solid #d4c189;
}

.confirm-btn-primary:hover {
    background: #f0e0a8;
    transform: translateY(-1px);
}

.confirm-btn-secondary {
    background: transparent;
    color: #666;
    border: 1px solid #ddd;
}

.confirm-btn-secondary:hover {
    background: #f8f9fa;
    transform: translateY(-1px);
}

/* Animation keyframes */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(0.9);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
        transform: scale(1);
    }

    to {
        opacity: 0;
        transform: scale(0.9);
    }
}

button.btn.btn-danger.btn-sm.remove-language {
    padding: 10px;
    position: absolute;
    top: 0.8px;
    right: 0px;
}

.form-group.highlighted {
    margin-bottom: 25px !important;
}

.form-control.is-valid,
.was-validated .form-control:valid {
    background-image: none;
}

.facility-help-icon {
    margin: 0px !important;
    position: unset;
    padding: 0px !important;
    position: unset !important;
}


.form-select.is-invalid:not([multiple]):not([size]),
.form-select.is-invalid:not([multiple])[size="1"],
.was-validated .form-select:invalid:not([multiple]):not([size]),
.was-validated .form-select:invalid:not([multiple])[size="1"] {
    --bs-form-select-bg-icon: unset !important;
    padding-right: 4.125rem;
    background-position: right .75rem center, center right 2.25rem;
    background-size: 16px 12px, calc(.75em + .375rem) calc(.75em + .375rem);
}

.form-select.is-valid:not([multiple]):not([size]),
.form-select.is-valid:not([multiple])[size="1"],
.was-validated .form-select:valid:not([multiple]):not([size]),
.was-validated .form-select:valid:not([multiple])[size="1"] {
    --bs-form-select-bg-icon: unset !important;
}


.disabled_event {
    position: relative;
    cursor: not-allowed !important;
    pointer-events: painted;
}

.custom-checkbox-card {
    text-transform: none !important;
}



.disabled_event div p {
    margin: 0px;
    font-size: 9px;
    font-weight: 600;
    color: #de7861;




}


.iti__country-list {
    overflow-x: hidden;
}

.iti {
    width: 100%;
}

.description-guest {
    padding-left: 10%;
}

.stry-text {
    border: 1px solid #E5E7EB !important;


    top: 48px;
    border-radius: 8px;
    border-width: 1px;
    padding: 24px;

}

.newsletter-input::placeholder {
    color: #ffff !important;
}

h2.about-title span::first-letter {
    text-transform: unset;
    text-transform: capitalize !important;
}

h1 {
    text-transform: lowercase;
}

h1::first-letter {
    text-transform: capitalize;
}

h2 {
    text-transform: lowercase;
}

h2::first-letter {
    text-transform: capitalize;
}

h3 {
    text-transform: lowercase;
}

h3::first-letter {
    text-transform: capitalize;
}

/* h4 {
    text-transform: lowercase;
} */

h4::first-letter {
    text-transform: capitalize;
}

h5 {
    text-transform: lowercase;
}

h5::first-letter {
    text-transform: capitalize;
}

h6 {
    text-transform: lowercase;
}

h6::first-letter {
    text-transform: capitalize;
}

label {
    text-transform: lowercase;
}

label::first-letter {
    text-transform: capitalize;
}


button {
    text-transform: lowercase;
}

button::first-letter {
    text-transform: capitalize;
}

.btn-wedd-downlode {
    text-transform: lowercase;
}

.btn-wedd-downlode::first-letter {
    text-transform: capitalize;
}

.social-btn {
    text-transform: math-auto;
}


.social-btnfaq_desc {
    text-transform: lowercase;
}

.social-btnfaq_desc::first-letter {
    text-transform: capitalize;
}

.overview .detail-label {
    text-transform: lowercase;
    /* min-width: 100px; */
}

.end-align .detail-label {

    /* min-width: 100px; */
}

.overview .detail-label::first-letter {
    text-transform: capitalize;
}

.overview .wedding-details-table th {
    text-transform: lowercase;
}

.overview .wedding-details-table th::first-letter {
    text-transform: capitalize;
}



.contact-us-data button {
    text-transform: lowercase;
}

.contact-us-data button::first-letter {
    text-transform: capitalize;
}

.subscribe-title,
.step-label,
.newsletter-content p {
    text-transform: lowercase;
}

.subscribe-title::first-letter,
.step-label::first-letter,
.newsletter-content p::first-letter {
    text-transform: capitalize;
}

/* .inline-details{
    text-transform: lowercase;
}
.inline-details div::first-letter{
    text-transform: capitalize;
} */

.line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 15px;
    line-height: 28px;
}

.capitalize {
    text-transform: capitalize !important;
}

.m-70 {
    min-width: 70px;

}

/* .m-70 {
    min-width: 95px;
} */

.m-72 {
    min-width: 72px;

}

/* .m-82 {
    min-width: 95px;
} */

.m-82 {
    min-width: 82px;
}

.m-55 {
    min-width: 55px;
}

.m-177 {
    min-width: 117px;
}

.m-20p {
    width: 20%;
}

.m-34p {
    width: 304px;
}

.text-555 {
    color: #555;
}

.contact-details>div:nth-child(2) {
    width: 304px;
}

.m-57 {
    min-width: 57px;
}

.m-120 {
    min-width: 120px;
}

.m-170 {
    min-width: 170px;
}

.cg {
    height: 77px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.select2-selecrt {
    width: 190px !important;
}

.accordion-button {
    text-transform: none !important;
}

.nafunique-accordion .accordion-body {
    text-align: start;
}

.dress-div {
    display: flex;
    gap: 10px;
    width: 100%;
}

.dress-div .detail-label {
    width: auto;
}

.back-home {
    align-self: start;
    padding: 0.75rem 1.5rem;
    background-color: white;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.3s;
    border: 1px solid rgb(229 231 235);
    color: #000 !important;
    text-decoration: none;
}

.back-home:hover {
    background-color: #f3f4f6;
    text-decoration: none !important;
}

.min-h-40 {
    min-height: 40px;
}

.btn-outline-dark {
    text-decoration: none !important;
}

.terms-container h3 {
    text-transform: none !important;
}

.flatpickr-input::placeholder {
    color: #999;
}

.ttl-explore {
    line-height: 26px;
    font-size: 15px;
}

.subttl-explore {
    font-size: 13px;
    line-height: 22px;
}

/* .explore-magic .wedding-card {
    min-height: 450px;
} */

.explore-magic .wedding-card .card-body {
    height: 190px;
}

.events-datas b {
    font-size: 12px;
}

/* new style */
/* new work */
.we-container {
    background: #f7f9fc !important;
    border-radius: 6px;
    padding: 50px 40px !important;
    position: relative;
    text-align: left !important;
    max-width: 1200px;
    margin: 0 auto;
}

/* Left floral / mandala icon */
.we-left-icon {
    position: absolute;
    left: 40px;
    top: 50%;
    transform: translateY(-50%);
    width: 140px;
    opacity: 0.9;
}

/* Content spacing */
.we-content {
    margin-left: 200px;
}

/* Decorative leaf above title */
.we-title {
    position: relative;
    font-size: 24px;
    margin-bottom: 10px !important;
    margin-top: 18px;
}

.we-title::before {
    content: "";
    background: url('<?= base_url() ?>front_assets/images/flower.png') no-repeat center;
    background-size: 100px;
    width: 100px;
    height: 25px;
    position: absolute;
    top: -35px;
    left: 46px;
    transform: translateX(-50%);
}

/* Story text */
/* Day Title */
.we-day-title {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 25px;
}

/* Main Box */
.we-box {
    border: 1px solid #dce3eb;
    border-radius: 12px;
    padding: 20px;
    background: #fff;
}

/* Labels & Values */
.we-label {
    font-size: 13px;
    color: #6B7280;
    margin-bottom: 2px;

}

.col-md-3 p {
    line-height: 22px;
}

.we-value {
    font-size: 15px;
    font-weight: 500;
    color: #343A40;
    margin-bottom: 0px;
}

/* Headings */
.we-subtitle {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: capitalize;
}

/* Venue columns */
.we-venue-row .col-md-3 {
    padding-right: 25px;
}

/* .we-col-border {
    border-right: 1px solid #e5e5e5;
} */

.we-venue-label {
    font-size: 13px;
    color: #6B7280;
    margin-bottom: 5px;
}

.we-dark-value {
    font-weight: 500;
    color: #343A40;
    font-size: 14px;
    margin-bottom: 0px;
}

/* Address */
.we-address-text {
    font-size: 14px;
    color: #343A40;
    line-height: 1.6;
}

/* Event description */
.we-desc {
    color: #343A40;
    line-height: 1.7;
    font-size: 15px;
}

/* Tags layout */
.we-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 30px;
}

/* Tag box */
.we-tag-box {
    border: 1px solid #dce3eb;
    background: #fafbfc;
    padding: 12px 20px;
    border-radius: 12px;
    min-width: 260px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Tag text */
.we-tag-text {
    font-size: 14px;
    font-weight: 500;
}

/* Tag icon */
.we-tag-icon {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 1px solid #ced6de;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
}

.we-yes {
    color: #2d8f55;
}

.we-no {
    color: #c33;
}

.we-tag-box {
    border: 1px solid #dce3eb;
    background: #fff;
    padding: 10px 16px;
    border-radius: 8px;
    min-width: 260px;
    display: flex;
    align-items: center;
    gap: 12px;
    box-shadow: none;
    justify-content: space-between;
}


.we-tag-text {
    font-size: 14px;
    font-weight: 500;
    color: #222;
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.we-tag-icon {
    width: 30px;
    height: 30px;
    min-width: 30px;
    min-height: 30px;
    border-radius: 50%;
    border: 1px solid #cfd8df;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    line-height: 1;
    background: #fff;
}


.we-tag-icon.we-yes {
    color: #2d8f55;
}

.we-tag-icon.we-no {
    color: #c33;
}


.we-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    margin-top: 20px;
}


@media (max-width: 576px) {
    .we-tag-box {
        min-width: 100%;
    }
}

.ttl-1 {
    font-size: 17px;
}


.guest-section {
    background: #fff;
    font-size: 14px;
}

.guest-section .label {
    font-weight: 500;
    color: #555;
}

.guest-section .value {

    margin-left: 3px;
}

.wtag-container {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.wtag-chip {
    background: #f1f3f7;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 14px;
    color: #333;
    border: 1px solid #dce1e7;
    display: inline-block;
    font-weight: 500;
    cursor: pointer;
    transition: 0.2s ease;
}

.wtag-chip:hover {
    background: #e8ebf0;
    border-color: #c7ccd3;
}

.booked-tag {
    position: absolute;
    top: 9px;
    left: 6px;
    background: #de7861;
    color: #fff;
    padding: 4px 16px;
    font-size: 11px;
    font-weight: 600;
    border-radius: 13px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    z-index: 10;
}

.wedding-type .col .fw-semibold {
    color: #343A40;
    font-size: 14px;
    text-align: center;
}

.wedding-type .col .text-muted {

    font-size: 13px;
    text-align: center;
}

.lowercase::first-letter {
    text-transform: uppercase !important;
}

.lowercase {
    text-transform: lowercase;
}

.culture-img-data {
    height: 215px;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 4px;
}


.wedding-description h3 {
    text-transform: capitalize !important;
}

.iti__flag-container .iti__country-list {
    z-index: 1111 !important;
}