.cards-row .nav-tabs{
    border: none;
    justify-content: center;
}

.cards-row .nav-tabs .btn--tra-black{
    margin: 0 10px;
}

.cards-row .nav-tabs .btn--tra-black{
    color: #673d70 !important;
    background-color: transparent !important;
    border-color: #673d70 !important;
}

.cards-row .nav-tabs .btn--tra-black.active{
    background: #673d70 !important;
    color: #fff !important;
}

.gift-card .img-fluid {
    width: 100%;
    aspect-ratio: 3 / 2;
    object-fit: cover;
}

h2.h2-title, h2.h2-md{
    color: #673d70;
}

.bg-light-pink{
    /*background: #fff0f8;*/
    background: #fff8fc;
}

.gift-card .service-content{
    padding: 0 30px 30px;
}

.footer-logo img{
    width: 80px;
    margin-bottom: 30px;
}

.sbox-3 span{
    display: block;
    line-height: 1.4;
    margin-top: 10px;
}

.team-members-category button {
    background-color: transparent;
    border: none;
    padding: 0 2px;
}
section.bg--scroll.py-7.banner-2.banner-section:before {
    content: "";
    background: #0000005e;
    opacity: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}
section.inner-page-hero.division:before {
    content: "";
    position: absolute;
    background: #00000042;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.sbox-3 span img{
    height: 70px;
}
.team-member .team-member-photo img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
}
.asp-2-1{
    aspect-ratio: 2 / 1;
    object-fit: cover;
}
.mb-about{
    margin-bottom: 3rem;
}
.services-section .sbox-3-wrapper .sbox-3{
    margin-bottom: 30px;
}

/* =============================================
   PROMO POPUP
   ============================================= */

/* --- Dialog & Content --- */
.popup-dialog {
    max-width: 500px;
}

.popup-content {
    border-radius: 28px !important;
    border: none !important;
    overflow: visible;
    box-shadow: 0 25px 80px rgba(103, 61, 112, .18);
}

/* --- Close Button --- */
.popup-close {
    position: absolute;
    right: 18px;
    top: 5px;
    z-index: 10;
    width: 32px;
    height: 32px;
    padding: 0;
    border: none;
    border-radius: 50%;
    background: rgba(103, 61, 112, .06);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background .2s;
}

.popup-close:hover {
    background: rgba(103, 61, 112, .12);
}

/* --- Hidden honeypot --- */
.popup-honeypot {
    display: none;
}

/* --- Form Wrap --- */
.popup-form-wrap {
    padding: 35px 36px 30px;
}

/* --- Header --- */
.popup-header {
    text-align: center;
    margin-bottom: 2rem;
}

.popup-badge {
    display: inline-block;
    font-family: 'Jost', sans-serif;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #E53E3E;
    margin-bottom: 4px;
}

.popup-heading {
    font-family: 'Vollkorn', serif;
    font-size: 26px;
    font-weight: 600;
    color: #3a2a3d;
    letter-spacing: -.3px;
    margin: 0 0 4px;
}

.popup-subtitle {
    font-family: 'Jost', sans-serif;
    font-size: 13px;
    color: #8a7a8d;
    margin: 0;
}

/* --- Form Fields --- */
.popup-field {
    margin-bottom: 18px;
}

.popup-label {
    display: block;
    font-family: 'Jost', sans-serif;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    color: #6b5e7a;
    margin-bottom: 6px;
}

.popup-input {
    font-family: 'Jost', sans-serif;
    font-size: 14px;
    color: #3a2a3d;
    background: #fff;
    border: 1.5px solid #e8e0ec;
    border-radius: 14px;
    padding: 10px 15px;
    outline: none;
    width: 100%;
    box-sizing: border-box;
    transition: border-color .2s, box-shadow .2s;
}

.popup-input::placeholder {
    color: #3a2a3d;
    font-weight: 400;
}

.popup-input:focus {
    border-color: #7b5c39;
    box-shadow: 0 0 0 4px rgb(128 99 63 / 5%);
}

.popup-input.is-invalid {
    border-color: #e53e3e;
    box-shadow: 0 0 0 3px rgba(229, 62, 62, .1);
}

/* --- Error Tooltip --- */
.popup-error {
    display: block;
    font-family: 'Jost', sans-serif;
    font-size: 11px;
    color: #e53e3e;
    margin-top: 5px;
    padding-left: 2px;
}

/* --- Two-Column Row --- */
.popup-row {
    margin-bottom: 18px;
}

.popup-col-left {
    padding-right: 7px;
}

.popup-col-right {
    padding-left: 7px;
}

/* --- Select Wrapper --- */
.popup-select-wrap {
    position: relative;
}

.popup-select-wrap::after {
    content: '';
    position: absolute;
    right: 16px;
    top: 50%;
    width: 10px;
    height: 10px;
    border-right: 2px solid #a58daf;
    border-bottom: 2px solid #a58daf;
    pointer-events: none;
    transform: translateY(-65%) rotate(45deg);
}

.popup-select-wrap select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 36px;
    cursor: pointer;
}

.popup-select-wrap select option {
    color: #3a2a3d;
    background: #fff;
}

/* --- Submit Button --- */
.popup-btn {
    font-family: 'Jost', sans-serif;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .4px;
    color: #fff;
    background: linear-gradient(135deg, #7f633f 0%, #806441 100%);
    border: none;
    border-radius: 14px;
    padding: 15px 28px;
    cursor: pointer;
    width: 100%;
    transition: transform .2s, box-shadow .2s;
}

.popup-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 28px rgb(116 88 53 / 30%);
}

.popup-btn:active {
    transform: translateY(0);
    box-shadow: 0 4px 12px rgba(103, 61, 112, .2);
}

.popup-btn:disabled {
    opacity: .7;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

/* --- Footer Note --- */
.popup-note {
    font-family: 'Jost', sans-serif;
    font-size: 11px;
    color: #a39077;
    text-align: center;
    margin: 12px 0 0;
}

/* --- Success Overlay --- */
.popup-success {
    display: none;
    padding: 48px 36px 44px;
    text-align: center;
}

.popup-success-icon {
    width: 68px;
    height: 68px;
    background: linear-gradient(135deg, #ebefff, #e0e8ff);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    box-shadow: 0 8px 24px rgba(103, 61, 112, .12);
}

.popup-success-heading {
    font-family: 'Vollkorn', serif;
    font-size: 24px;
    font-weight: 600;
    color: #3a2a3d;
    margin: 0 0 6px;
}

.popup-success-msg {
    font-family: 'Jost', sans-serif;
    font-size: 13px;
    color: #8a7a8d;
    line-height: 1.7;
    margin: 0 auto;
    max-width: 340px;
}

.popup-success-msg strong {
    color: #673d70;
    font-weight: 600;
}

/* --- Success Details Card --- */
.popup-success-card {
    background: #faf7fc;
    border: 1px solid #ede4f2;
    border-radius: 16px;
    padding: 18px 22px;
    text-align: left;
    margin-top: 28px;
    margin-bottom: 24px;
}

.popup-success-row {
    font-family: 'Jost', sans-serif;
    font-size: 13px;
    color: #6b5e7a;
    margin-bottom: 10px;
}

.popup-success-row:last-child {
    margin-bottom: 0;
}

.popup-success-row span span {
    color: #673d70;
    font-weight: 500;
}

.popup-success-row strong {
    color: #3a2a3d;
}

/* --- Reset Link --- */
.popup-reset {
    font-family: 'Jost', sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: #673d70;
    background: none;
    border: none;
    cursor: pointer;
    letter-spacing: .8px;
    text-transform: uppercase;
    transition: color .2s;
}

.popup-reset:hover {
    color: #4a2a52;
}

/* =============================================
   GIVEAWAY POPUP (3-column: image | image | form)
   ============================================= */

.giveaway-dialog {
    max-width: 940px;
}

.giveaway-content {
    border-radius: 24px !important;
    border: none !important;
    overflow: hidden;
    position: relative;
    box-shadow: 0 25px 80px rgba(103, 61, 112, .22);
}

.giveaway-content .popup-close {
    background: rgba(255, 255, 255, .92);
    z-index: 20;
}

.giveaway-body {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    max-height: 92vh;
    overflow-y: auto;
}

.giveaway-images {
    display: flex;
    flex: 0 0 66.66%;
}

.giveaway-img-col {
    flex: 1;
    position: relative;
    min-width: 0;
}

.giveaway-img-col img {
    width: 100%;
    /* height: 100%;
    min-height: 460px;
    object-fit: cover; */
    display: block;
}
.giveaway-img-col.bg-brown{
    background: #785d3c;
    display: flex;
    align-items: center;
}

.giveaway-form-col {
    flex: 1 1 33.33%;
    display: flex;
    align-items: center;
    background: #fff;
}

/* Tablet: images on top (side by side), form below */
@media (max-width: 991px) {
    .giveaway-body {
        flex-direction: column;
    }
    .giveaway-images {
        flex: 0 0 auto;
        width: 100%;
        /* max-height: 230px; */
    }
    .giveaway-img-col img {
        min-height: 0;
        /* height: 210px; */
    }
    .giveaway-form-col {
        width: 100%;
    }
}

/* Mobile: stacked single column (image, image, form) */
@media (max-width: 575px) {
    .giveaway-images {
        flex-direction: column;
        max-height: none;
    }
    .giveaway-img-col img {
        /* height: 150px; */
    }
    .giveaway-dialog {
        margin: 0.5rem;
    }
    .giveaway-content {
        border-radius: 18px !important;
    }
    .giveaway-body {
        max-height: 94vh;
    }
}
