/* Privacy Policy styles */
.privacy-section {
    padding: 40px 0;
}

.privacy-description a,
.privacy-bottom-description a {
    color: #FFFFFF;
    text-decoration: none;
}

.privacy-description a:hover,
.privacy-bottom-description a:hover {
    color: #A6718A;
}

/*sidebar contact*/
.sidebar-contact {
    display: block;
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    background: #fff;
    transition: right 0.5s ease;
    z-index: 9999;
    padding: 20px;
}

.sidebar-contact .toggle {
    position: fixed;
    top: 60%;
    right: 0;
    transform: rotate(-90deg) translateY(-50%);
    transform-origin: right center;
    background: #101010;
    color: #fff;
    padding: 10px 20px;
    cursor: pointer;
    z-index: 10000;
    /* font-weight: bold; */
    /* border-radius: 8px 8px 0 0; */
    border: 1px solid #FFFFFF;
}

.sidebar-contact a {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 18px;
    line-height: 25.95px;
    letter-spacing: 6.11px;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    color: #FFFFFF;
    text-decoration: none;
}

.sidebar-contact .toggle:hover {
    border: 1px solid #A6718A;
}

.sidebar-contact a:hover {
    color: #A6718A;
    /* border: 1px solid #A6718A; */
}

/*special styles */
.special-offer-column {
    margin: 0 0 40px 0;
}

/* .offer-card { 
    border: 1px solid #FFFFFF;
    border-radius: 20px;
} */

.offer__media {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    border-radius: 20px 20px 0 0;
}

.offer__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s ease;

}

.offer__media::before {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(120deg, transparent, rgba(200, 200, 200, 0.12), transparent);
    transform: skewX(-25deg);
}

.offer__media:hover::before {
    left: 125%;
    transition: 0.9s ease-in-out;
}

.offer__title {
    background-color: #A6718A;
    padding: 10px 20px;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 22px;
    line-height: normal;
    letter-spacing: 0px;
    vertical-align: middle;
    text-transform: capitalize;
    color: #FFFFFF;
    margin: 0;
}

.offer__badge {
    position: absolute;
    width: 100px;
    height: 100px;
    top: clamp(10px, 2vw, 21px);
    right: clamp(10px, 2vw, 34px);
    z-index: 10;
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.3));
    display: flex;
    align-items: center;
    justify-content: center;
}

.offer__badge::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 30% 30%, #c48ea6, #a6718a 40%, #6e3f58 80%, #472838);
    clip-path: polygon(50% 0%, 61% 14%, 79% 9%, 83% 25%, 100% 31%,
            92% 50%, 100% 69%, 83% 75%, 79% 91%, 61% 86%,
            50% 100%, 39% 86%, 21% 91%, 17% 75%, 0% 69%,
            8% 50%, 0% 31%, 17% 25%, 21% 9%, 39% 14%);
    z-index: 0;
}

.offer__badge::after {
    content: "";
    position: absolute;
    top: -8px;
    right: -8px;
    width: 42px;
    height: 42px;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='%23facc15' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 22C13.1 22 14 21.1 14 20H10C10 21.1 10.9 22 12 22ZM18 16V11C18 7.93 16.37 5.36 13.5 4.68V4C13.5 3.17 12.83 2.5 12 2.5C11.17 2.5 10.5 3.17 10.5 4V4.68C7.64 5.36 6 7.92 6 11V16L4 18V19H20V18L18 16ZM16 17H8V11C8 8.52 9.51 6.5 12 6.5C14.49 6.5 16 8.52 16 11V17Z'/%3E%3Cpath d='M21 11C21 8.68 19.51 6.57 17.34 5.61L16.61 7.46C18.14 8.14 19.15 9.61 19.15 11.23H21Z'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.5));
    transform: rotate(15deg);
    z-index: 2;
}

.offer__badge-text {
    position: relative;
    text-align: center;
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    font-size: 20px;
    line-height: 1.1;
    letter-spacing: 0;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.offer_subtitle {
    margin: 0 0 20px 0;
}

.offer__content {
    padding: 20px;
}

.offer__content {
    border: 1px solid #fff;
    border-radius: 0 0px 20px 20px;
    border-top: none;
}

.offer-price {
    margin: 0 0 20px 0;
    font-weight: 300;
}

.offer_desc {
    min-height: 70px;
    margin: 0 0 20px 0;
}

.offer-link {
    color: #E5E5E5;
}

.specials-pagination {
    padding: 30px 0;
}

.specials-row .load-more {
    text-align: center;
    margin: 50px 0;
}


/*Special inner page*/

.special {
    padding: 40px 0;
}

.special__title {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 35px;
    line-height: normal;
    letter-spacing: 0px;
    text-transform: capitalize;
    color: #FFFFFF;
}

.special__subtitle {
    font-family: Open Sans;
    font-weight: 600;
    font-size: 20px;
    line-height: normal;
    letter-spacing: 1%;
    color: #FFFFFF;
    margin: 0 0 20px 0;
}

.special__step-title {
    font-family: Open Sans;
    font-weight: 600;
    font-size: 20px;
    line-height: normal;
    letter-spacing: 0px;
    text-transform: capitalize;
    color: #FFFFFF;
    margin: 0 0 20px 0;
}

.special__steps-title {
    font-family: Open Sans;
    font-weight: 600;
    font-size: 18px;
    line-height: normal;
    letter-spacing: 1%;
    color: #FFFFFF;
    margin: 0 0 20px 0;

}

.special__text {
    font-family: Open Sans;
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 1%;
    color: #FFFFFF;
    margin: 0 0 20px 0;
}

.specials__points {
    line-height: 20px;
}

.feature-card {
    border: 1px solid #D9D9D9;
    overflow: hidden;
    height: 100%;
}

.feature-card__header {
    background-color: #A6718A;
}

.feature-card__title {
    color: #FFFFFF;
    margin: 0;
    padding: 16px;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 24px;
    line-height: normal;
    letter-spacing: 0px;
    text-transform: capitalize;
}

.feature-card__body {
    padding: 16px;
}

.feature-card__intro,
.feature-card__item {
    font-family: Open Sans;
    font-weight: 300;
    font-size: 18px;
    line-height: normal;
    letter-spacing: 1%;
    color: #FFFFFF;
    margin: 0 0 20px 0;
}

/* .offer-image{
    position: relative;
}
.offer-card__content{
    position: absolute ;
    top: 71%;
} */

.offer-card__content {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 10px 0;
    max-width: 500px;
    position: relative;
}

.offer-title {
    color: #101010;
    margin: 0 0 20px 20px;
    font-family: Open Sans;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 25px;
    line-height: normal;
    letter-spacing: 1%;
    text-transform: uppercase;

}

.offer-details-group {
    gap: 15px;
    background-color: #A6718A;
    padding: 0 7px;
    position: relative;
}

.offer-desc-container {
    display: flex;
    justify-content: end;
}

.offer-description {
    font-weight: 400;
    color: #151515;
    max-width: 390px;
    margin: 10px 0;
}

.offer_price {
    font-family: Open Sans;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 30px;
    line-height: 100%;
    letter-spacing: 1%;
    color: #FFFFFF;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #6E3F58;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 85px;
    height: 85px;
    top: -6px;
}

.offer-card__button {
    display: inline-block;
    padding: 10px 20px;
    color: #1f1f1f;
    text-decoration: none;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 14px;
    line-height: 15.1px;
    letter-spacing: 4.4px;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid #1F1F1F;
    margin: 20px 20px;
    transition: 0.3s;
}

.offer-card__button:hover {
    background-color: #A6718A;
}

.offer-card__button {
    display: inline-block;
    padding: 10px 20px;
    color: #1f1f1f;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 15.1px;
    letter-spacing: 4.4px;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid #1F1F1F;
    margin: 20px 20px;
    position: relative;
    overflow: hidden;
    /* required for shine effect */
    transition: background-color 0.3s ease, color 0.3s ease;
}

.offer-card__button::before {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    transform: skewX(-25deg);
    transition: all 0.5s ease;
}

.offer-card__button:hover::before {
    left: 125%;
}

.offer-card__button:hover {
    background-color: #A6718A;
    color: #fff;
    /* optional for better contrast */
}








@media (max-width:767px) {

    /*privacy policy*/
    .privacy-section {
        padding: 25px 0;
    }

    /* Sidebar Contact */
    .sidebar-contact {
        width: 100%;
        padding: 20px 15px;
    }

    .sidebar-contact .toggle {
        padding: 10px 15px;
        font-size: 12px;
    }

    .sidebar-contact a {
        font-size: 14px;
        line-height: 22px;
        letter-spacing: 2px;
    }

    /*specials styles*/
    .special-offer-column {
        margin: 0 0 20px 0;
    }

    .offer__title {
        padding: 6px 12px;
        font-size: 16px;
        margin: 0;
        max-width: 800px;
    }

    .offer__badge {
        width: 60px;
        height: 60px;
        top: 10px;
        right: 10px;
    }

    .offer__badge::after {
        width: 25px;
        height: 25px;
        top: -5px;
        right: -5px;
    }

    .offer__badge-text {
        font-size: 14px;
    }

    .offer_subtitle {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .offer__content {
        padding: 10px;
    }

    .offer-price {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .offer_desc {
        min-height: auto;
        font-size: 14px;
        margin-bottom: 15px;
    }

    .offer-link {
        font-size: 12px;
    }

    .specials-pagination {
        padding: 20px 0;
    }

    .offer__badge-text {
        font-size: 12px;
    }

    .specials-row .load-more {
        margin: 30px 0;
    }

    /*special inner page*/
    .special {
        padding: 25px 0;
    }

    .special__title {
        font-size: 24px;
    }

    .special__subtitle {
        font-size: 16px;
    }

    .special__step-title {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .special__steps-title {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .special__text {
        font-size: 15px;
    }

    .specials__points {
        line-height: normal;
    }

    .feature-col {
        margin: 0 0 20px 0;
    }

    .feature-card__title {
        font-size: 18px;
    }

    .feature-card__body {
        padding: 16px 16px 0 16px;
    }

    .feature-card__intro,
    .feature-card__item {
        font-size: 14px;
    }

    /* .offer-image{
        position: relative;
    }
    .offer-card__content{
        position: absolute ;
        top: 68%;
    } */
    .offer-title {
        font-size: 15px;
        margin: 0 0 15px 15px;
    }

    .offer-details-group {
        gap: 10px;
        padding: 0 5px;
    }

    .offer-description {
        max-width: 250px;
        margin: 10px 0;
    }

    .offer_price {
        font-size: 18px;
        width: 70px;
        height: 70px;
        top: 10px;
    }

    .offer-card__button {
        padding: 8px 16px;
        font-size: 12px;
    }

}

@media (min-width:768px) and (max-width:1599px) {
    .privacy-section {
        padding: 2.43vw 0;
    }

    /* Sidebar Contact */
    .sidebar-contact {
        width: 100%;
        padding: 1.74vw;
    }

    .sidebar-contact .toggle {
        padding: 0.69vw 1.39vw;
        font-size: 0.97vw;
    }

    .sidebar-contact a {
        font-size: 1.11vw;
        line-height: 1.67vw;
        letter-spacing: 0.21vw;
    }

    /*specials styles*/

    .special-offer-column {
        margin: 0 0 1.39vw 0;
    }

    .offer__title {
        font-size: 1.39vw;
        padding: 0.42vw 0.83vw;
        margin: 0;
    }

    .offer_subtitle {
        min-height: 2.78vw;
    }

    .offer__badge {
        width: 7.47vw;
        height: 7.47vw;
        top: 0.69vw;
        right: 0.69vw;
    }

    .offer__badge::after {
        width: 3.1vw;
        height: 3.1vw;
        top: -0.5vw;
        right: -0.5vw;
    }

    .offer__badge-text {
        font-size: 1.48vw;
    }

    .offer__content {
        padding: 1.69vw;
    }

    .offer-price {
        margin: 0 0 1.25vw 0;
    }

    .offer_desc {
        min-height: 6.86vw;
        margin-bottom: 1.25vw;
    }

    .specials-pagination {
        padding: 1.39vw 0;
    }

    .specials-row .load-more {
        margin: 3.47vw 0;
    }

    /*special inner page*/
    .special {
        padding: 2.43vw 0;
    }

    .special__title {
        font-size: 2.08vw;
    }

    .special__subtitle {
        font-size: 1.11vw;
    }

    .special__step-title {
        font-size: 1.1vw;
        margin: 0 0 1.04vw 0;
    }

    .special__steps-title {
        font-size: 1.1vw;
        line-height: 1.6vw;
        margin: 0 0 1.04vw 0;
    }

    .special__text {
        font-size: 1.1vw;
        line-height: 1.6vw;
    }

    .specials__points {
        line-height: 1.3vw;
    }

    .feature-card__title {
        font-size: 1.563vw;
        padding: 0.69vw;
    }

    .feature-card__body {
        padding: 1.11vw;
    }

    .feature-card__intro,
    .feature-card__item {
        font-size: 1.11vw;
    }

    /* .offer-image{
        position: relative;
    }
    .offer-card__content{
        position: absolute ;
        top: 65%; 
    } */
    .offer-card__content {
        max-width: 27.36vw;
    }

    .offer-title {
        font-size: 1.39vw;
        margin: 0 0 1.25vw 1.39vw;
    }

    .offer-details-group {
        gap: 0.69vw;
        padding: 0 0.35vw;
    }

    .offer-description {
        margin: 0.69vw 0;
        max-width: 20.88vw;
    }

    .offer_price {
        font-size: 1.38vw;
        width: 5.50vw;
        height: 5.50vw;
        top: -6px;
    }

    .offer-card__button {
        padding: 0.42vw 0.83vw;
        font-size: 0.891vw;
        margin: 1.49vw;
    }


}