@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');

/* Define CSS variables */
:root {
    --main-bg-color: #049E9A;
    --main-text-color: #049E9A;
    --conciergo-color: #3C4043;
    --heading-font: "Playfair Display", serif;
    --paragraph-font: "Poppins", sans-serif;
    --sepecial-font: "Inter", sans-serif;
    --paragraph-color: #000000;
    --sub-header-color: #000000;
    --paragraph-small-header-color: #3C4043 50%;

}

&.disabled, .disabled, .disableDiv {
    pointer-events: none;
    opacity: 0.4;
}

.more-or-less {
    cursor: pointer;
    color: blue;
}

/* Apply variables */
body {
    background-color: #ffffff;
    color: var(--paragraph-color);
    font-family: var(--paragraph-font);
}

p {
    margin-top: 0;
    margin-bottom: 0;
}

p {
    color: #000000;
    font-size: 20px;
    line-height: 36px;
    font-family: var(--paragraph-font);
    font-weight: 400;
    letter-spacing: 2px;
}

.h1, .h2, .h3, .h4, .h5, .h6 {
    margin-top: 0;
    margin-bottom: 0;
}

#hotel-info {
    color: #ffffff;
}

header a {
    text-decoration: none;
    color: #ffffff;
}

.offcanvas-end {
    right: -300px;
    width: 300px;
    transition: right 0.3s ease;
}

.offcanvas-end.show {
    right: 0;
}

.logo {
    width: 360px;
}

.search-icon {
    height: 20px;
    width: 20px;
}

.btn-dash {
    height: 20px;
}

.pb-40 {
    padding-top: 40px;
}

.pb-50 {
    padding-top: 50px;
}

.banner-gradient {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: 40;
    /*background: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))*/
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+50,000000+62,000000+90,000000+100&0+0,0+50,0.4+62,0.5+90,0.12+100 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.4) 62%, rgba(0, 0, 0, 0.5) 90%, rgba(0, 0, 0, 0.12) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.bg-main-color {
    background-color: var(--main-bg-color);
}

.my-heading {
    font-family: var(--heading-font);
    font-weight: 600;
    color: var(--conciergo-color);
}

.special-title {
    font-family: var(--paragraph-font);
    font-weight: 400;
    color: #ffffff;
}

.my-paragraph {
    font-family: var(--paragraph-font);
    font-weight: 400;
    color: var(--paragraph-color);
}

.top-bar {
    gap: 10px;
    height: 46px;
}

.top-bar p {
    color: #ffffff;
    font-family: var(--sepecial-font);
    font-weight: 700;
    size: 18px;
    line-height: 19px;
}

.nav-bar {
    padding: 23px 0 27px;
}

.nav-bar-bottom {

    height: 50px;
}

.img-mobile {
    display: none;
}

.img-desktop {
    display: inline-block;
}

.club-icon {
    height: 100px;
    width: auto;
}

.nav-bar-bottom input {
    padding-left: 5px;
    border-radius: 5px;
    width: 208px;
    height: 25px;
    border-color: white !important;
    background-color: #D9D9D9 !important;
    opacity: 50%;
    border: none;
}

.nav-bar-bottom input::placeholder {
    padding-left: 5px;
    font-family: var(--paragraph-font);
    color: #000000;
    opacity: 50%;
    font-weight: 300;
    font-size: 16px;
}

.nav-bar-r-2 {
    padding: 0 22px 0 18px;
}

.nav-bar-r-2 a {
    text-decoration: none;
    color: var(--main-text-color);
    font-family: var(--paragraph-font);
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
}

.nav-bar-r-3 {
    padding-right: 27px;
}

.nav-bar-r-3 a {
    text-decoration: none;
    color: var(--paragraph-color);
    font-family: var(--paragraph-font);
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
}

.nav-bar-r-4 button {
    border: none;
    background-color: #ffffff;
}

.banner-section-inner {
    position: relative;
}

.banner-img {
    z-index: 40;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    text-align: center;
}

.banner-btn {
    right: 5%;
    z-index: 100;
    position: absolute;
    bottom: -1%;
}

.bottom-bar {
    align-items: center;
    justify-content: center;
    display: flex;
    background-color: #333333;
}

.banner-btn .btn-primary {
    color: #ffffff;
    background-color: #049E9A;
    border-radius: 5px;
    padding: 4px 10px;
    font-family: var(--paragraph-font);
    font-weight: 700;
    font-size: 16px;
    line-height: 1.2;
    text-decoration: none;

}

.small-title {
    align-items: center;
    justify-content: center;
    display: flex;
    font-family: var(--paragraph-font);
    color: #000000;
    opacity: 50%;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.3;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
}

.hotelinfo-small-title {
    align-items: center;
    display: flex;
    font-family: var(--paragraph-font);
    color: #000000;
    opacity: 50%;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.3;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-left: 10px;
}

.heading-title {
    font-family: var(--heading-font);
    font-weight: 600;
    font-size: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3C4043;
    line-height: 1.2;

}
.hotelinfo-heading-title{
    font-family: var(--heading-font);
    font-weight: 600;
    font-size: 150px;
    display: flex;
    align-items: center;
    color: #3C4043;
    line-height: 1.2;
    margin-left: 10px;

}

.sub-heading-title {
    font-family: var(--heading-font);
    font-weight: 400;
    font-size: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3C4043;
    line-height: 1.3;
}

.explore-section {
    padding: 30px 0 0 0;
}

.explore-btn .btn-primary {
    background-color: #049E9A;
    border-radius: 15px;
    border: none;
    padding: 10px 24px;
    letter-spacing: 2px;
    font-family: var(--paragraph-font);
    color: #ffffff;
    font-size: 24px;
    font-weight: 600;
    text-transform: none;
}

.club-section {
    background-color: #f5f5f5;
    padding: 24px 0;
}

.club-section-inner {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap:nowrap;
}

.club-section-part {
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.club-section-part a {
    text-decoration: none;
    color: var(--paragraph-color);
}

.club-section-inner .title {
    font-family: var(--paragraph-font);
    font-weight: 500;
    line-height: 70px;
}

.insider-section-part h4 {
    font-family: var(--paragraph-font);
    color: #000000;
    opacity: 50%;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3;
    text-transform: uppercase;
}

.insider-section-part h3 {
    font-family: var(--heading-font);
    color: #000000;
    font-weight: 400;
    line-height: 52px;
    
    padding-bottom: 15px;
}

.insider-section-part p {
    text-align: justify;
}

.insider-section-inner .btn-primary {
    background-color: #049E9A;
    border-radius: 5px;
    border: none;
    padding: 13px 16px;
    letter-spacing: -1px;
    font-family: var(--paragraph-font);
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    text-transform: none;
}

.footer {
    background-color: var(--conciergo-color);
    padding: 50px 0;
}

.footer p {
    font-size: 14px;
    line-height: 21px;
    color: #ffffff;
    letter-spacing: 0px;
}

.footer a {
    text-decoration: none;
    font-size: 14px;
    line-height: 21px;
    color: #ffffff;
    font-family: var(--paragraph-font);
    font-weight: 400;
}

.insider-section-inner .hotel-tab {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;

}

.insider-section-inner .hotel-tab.active {
    padding-bottom: 10px;
    width: 100%;
    text-align: center;
    border-bottom: 3px solid #049E9A;
    color: #049E9A;

}

.amenities-icon {
    height: 30px;
    width: 30px;
}

.icon-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.3;
    color: #000000;
}

.btn-primary:hover {
    background-color: #3C4043;
}


.club-icon:hover {
    cursor: pointer;
    transform: scale(0.8);
}

.menu-info {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #676666;
}

.heart-outside {
    border-radius: 100%;
    position: absolute;
    top: 2%;
    right: 1%;
    width: 25px;
    height: 25px;
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FFFCF9;
}

.heart-icon {
    height: 15px;
    width: 15px;
    color: #000000;
}

.heart-outside svg:hover {
    color: red;
}

.ag-subject-header {
    font-size: 31px;
    font-weight: 400;
    line-height: 56px;
    color: 000000;
    margin: 30px 35px;
    text-decoration: underline;
}

/* Responsive Font Size Adjustments */
@media (max-width: 767px) {
    .explore-section .small-title {
        font-size: 0.75rem !important; /* Adjust size for smaller screens */
        line-height: 1.3 !important;
    }
    .explore-section .hotelinfo-small-title {
        font-size: 0.75rem !important; /* Adjust size for smaller screens */
        line-height: 1.3 !important;
    }
    .explore-section .heading-title {
        font-size: 2rem !important; /* Ensure font size adjusts for small mobile devices */
        line-height: 1.3 !important;
    }

    .explore-section .hotelinfo-heading-title {
        font-size: 2rem !important; /* Ensure font size adjusts for small mobile devices */
        line-height: 1.3 !important;
    }
    
    .explore-section .sub-heading-title {
        font-size: 1rem !important;
        line-height: 1.2 !important;
        padding-bottom: 2rem;
    }
    .club-icon {
        height: 70px !important; /* Medium icon size for tablets */
        width: 70px !important;  /* Maintain square aspect ratio for tablets */
    }
    .insider-section-part h3 {
        font-size: 1.4375rem !important; /* Adjust for small mobile devices (23px) */
        line-height: 1.1875rem !important; /* Adjust line height (19px) */
        padding-bottom: 0.125rem !important; /* Less space below heading (2px) */
    }
    .club-section-inner .title {
        font-size:0.75rem !important;
    }
    .insider-section-part p {
        font-size:1rem !important;
        letter-spacing: 0.2px !important;
    }

    .insider-section-inner .btn-primary {
        font-size:1rem !important;
    }

    .temp-widget {
        font-size:1rem !important;
    }
    
    .weather-icon {
        width:2.5rem !important;
    }

    .dropdown-options {
        max-height: 30vh !important; /* Reduced height for larger screens */
    }
}

@media (min-width: 768px) {
    .explore-section .small-title {
        font-size: 1rem !important; /* Adjust size for smaller screens */
        line-height: 1.3 !important; 
    }
    .explore-section .hotelinfo-small-title {
        font-size: 1rem !important; /* Adjust size for smaller screens */
        line-height: 1.3 !important; 
    }
    .explore-section .heading-title {
        font-size: 3rem !important; /* Larger size for tablets */
        line-height: 1.2 !important;
    }
    .explore-section .hotelinfo-heading-title {
        font-size: 3rem !important; /* Larger size for tablets */
        line-height: 1.2 !important;
    }
    .explore-section .sub-heading-title {
        font-size: 1.5rem !important;
        line-height: 1.3 !important;
        padding-bottom: 2rem;
    }
    .club-icon {
        height: 90px !important; /* Medium icon size for tablets */
        width: 90px !important;  /* Maintain square aspect ratio for tablets */
    }

    .insider-section-part h3 {
        font-size: 1.875rem !important; /* Medium font size for tablets (30px) */
        line-height: 2.25rem !important; /* Line height adjustment (36px) */
        padding-bottom: 0.625rem !important; /* Adequate space for titles (10px) */
    }
    .club-section-inner .title {
        font-size:1rem !important;
    }
    .insider-section-part p {
        font-size:1rem !important;
        letter-spacing: 1px !important;
    }

    .insider-section-inner .btn-primary {
        font-size:1rem !important;
    }

    .temp-widget {
        font-size:1.2rem !important;
    }
    
    .weather-icon {
        width:2.75rem !important;
    }

    .dropdown-options {
        max-height: 27vh !important; /* Reduced height for larger screens */
    }
}

@media (min-width: 992px) {
    .explore-section .small-title {
        font-size: 1rem !important; /* Adjust size for smaller screens */
        line-height: 1.3 !important; 
    }
    .explore-section .hotelinfo-small-title {
        font-size: 1rem !important; /* Adjust size for smaller screens */
        line-height: 1.3 !important; 
    }
    .explore-section .heading-title {
        font-size: 5rem !important; /* Larger size for desktops */
        line-height: 1.2 !important; 
    }
    .explore-section .hotelinfo-heading-title {
        font-size: 5rem !important; /* Larger size for desktops */
        line-height: 1.2 !important; 
    }
    .explore-section .sub-heading-title {
        font-size: 2.5rem !important;
        line-height: 1.2 !important;
        padding-bottom: 2rem; 
    }
    .club-icon {
        width: 120px !important; /* Larger icon size for desktops */
        height: 120px !important;   /* Let the width adjust automatically */
    }
    .insider-section-part h3 {
        font-size: 2.5rem !important; /* Larger font size for desktops (40px) */
        line-height: 3rem !important; /* Larger line height (48px) */
        padding-bottom: 0.75rem !important; /* Adequate space below heading (12px) */
    }
    .club-section-inner .title {
        font-size:1.1rem !important;
    }

    .insider-section-part p {
        font-size:1.2rem !important;
        letter-spacing: 1px !important;
    }

    .insider-section-inner .btn-primary {
        font-size:1rem !important;
    }

    .temp-widget {
        font-size:1.4rem !important;
    }
    
    .weather-icon {
        width:2.9rem !important;
    }

    .dropdown-options {
        max-height: 30vh !important; /* Reduced height for larger screens */
    }
}

@media (min-width: 1200px) {
    .explore-section .small-title {
        font-size: 1.5rem !important; /* Adjust size for smaller screens */
        line-height: 1.2 !important;
    }
    .explore-section .hotelinfo-small-title {
        font-size: 1.5rem !important; /* Adjust size for smaller screens */
        line-height: 1.2 !important;
    }
    .explore-section .heading-title {
        font-size: 9.5rem !important; /* Larger size for large screens (like iPad Pro) */
        line-height: 1.1 !important;
    }
    .explore-section .hotelinfo-heading-title {
        font-size: 9.5rem !important; /* Larger size for large screens (like iPad Pro) */
        line-height: 1.1 !important;
    }
    .explore-section .sub-heading-title {
        font-size: 3rem !important;
        line-height: 1.2 !important;
        padding-bottom: 2rem;
    }
    .club-icon {
        width: 140px !important; /* Larger icon size for desktops */
        height: 140px !important;   /* Let the width adjust automatically */
    }
    .insider-section-part h3 {
        font-size: 3rem !important; /* Keep the large size for very large screens (48px) */
        line-height: 3.25rem !important; /* Maintain the original line height (52px) */
        padding-bottom: 0.9375rem !important; /* Maintain original space (15px) */
    }
    .club-section-inner .title {
        font-size:1.5rem !important;
    }
    .insider-section-part p {
        font-size:1.3rem !important;
        letter-spacing: 1px !important;
    }

    .insider-section-inner .btn-primary {
        font-size:1.2rem !important;
    }

    .temp-widget {
        font-size:1.6rem !important;
    }
    
    .weather-icon {
        width:3.2rem !important;
    }

    .dropdown-options {
        max-height: 40vh !important; /* Reduced height for larger screens */
    }
}

.btn-primary:active, 
.btn-primary:focus {
    background-color: #3C4043 !important;
}

.btn-primary {
    transition: background-color 0.3s ease; /* Smooth transition */
    box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.25);
}

.events-sub-heading {
    text-align:center;
}

.hotelinfo {
    display: flex;
    flex-direction: column; /* Stack buttons vertically */
    gap: 2rem; /* Add spacing between buttons */
}

#wifiModal * {
    font-family:'Playfair display';
}

.network-details {
    background-color: #ECECEC; /* Light grey background */
    border: 1px solid #ddd; /* Border for the box */
    border-radius: 8px; /* Rounded corners */
    padding: 10px 20px; /* Padding inside the box */
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.network-details p {
    margin: 0; /* Remove unnecessary margins */
    font-size: 1rem; /* Adjust font size */
}

.wifi-modal-body, .offer-modal-body {
    padding: 20px; /* Add padding to the modal body */
}

.wifi-modal-content, .offer-modal-content {
    border-radius: 10px; /* Rounded corners for the modal */
}

.wifi-modal-dialog, .offer-modal-dialog {
    max-width: 800px; /* Make modal scalable */
    margin: 20px auto; /* Add spacing on smaller screens */
}

.copy-button .btn-primary{
    background-color: #049E9A;
    border-radius: 5px;
    border: none;
    padding: 10px 13px;
    letter-spacing: -1px;
    font-family: var(--paragraph-font);
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
}

#copyFeedback {
    background-color: #ECECEC; /* Light grey background */
    border: 1px solid #ddd; /* Border for the box */
    border-radius: 8px; /* Rounded corners */
    padding: 10px 10px; /* Padding inside the box */
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    color:#000000
}

.head-text svg {
    margin-bottom:0.8rem;
    margin-right:0.5rem;
}

.temp-widget {
    font-size:1rem;
}

.weather-icon {
    width:2.5rem;
}
/* 
.weather-container {
    background-color: #049E9A;
}

.temp-widget {
    color:#ffffff
} */

/* Dropdown Wrapper */
.custom-dropdown {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 300px; /* Adjust as needed */
}

/* Dropdown Toggle Button */
.location-toggle {
    width: 100%;
    padding: 10px 16px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    text-align: left;
    font-size: 16px;
    cursor: pointer;
    position: relative;
}

/* Caret Icon */
.caret-icon {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
}

/* Dropdown Options */
.dropdown-options {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    max-height: 50vh; /* Default height */
    overflow-y: auto; /* Enables scrolling */
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    display: none;
    z-index: 1000;
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Dropdown Options for Larger Devices */
@media (min-width: 768px) {
    .dropdown-options {
        max-height: 30vh; /* Reduced height for larger screens */
    }
}

/* Dropdown Option Items */
.dropdown-options li {
    padding: 8px 12px;
}

.dropdown-options li a {
    color: #333;
    text-decoration: none;
}

.dropdown-options li:hover {
    background-color: #f0f0f0;
}

.custom-dropdown select {
    appearance: none; /* For most browsers */
    -webkit-appearance: none; /* Safari */
    -moz-appearance: none; /* Firefox */
    background: transparent; /* Remove background */
    border: none; /* Remove border */
}


/* Custom Banner Section */
.mobile-banner-section{
    width: 100%;
    display: none;  /* Hide both by default */
}
.desktop-banner-section {
    width: 100%;
    display: none;  /* Hide both by default */
}

/* Mobile Banner Section */
@media (max-width: 768px) {
    .mobile-banner-section {
        display: block; /* Show mobile banner on small screens */
    }

    .mobile-banner-section-inner {
        position: relative;
        width: 100%;
        height: auto;
    }

    .mobile-banner-img {
        width: 100%;
        object-fit: cover;
        height: 400px; /* Adjust height for mobile */
    }

    .mobile-banner-title {
        position: absolute;
        left: 25px; /* Padding from the left */
        bottom: 30px; /* Padding from the bottom */
        color: white;
        z-index: 2;
        display: flex;
        flex-direction: column; /* Stack title and text vertically */
    }

    .mobile-main-title {
        font-family: var(--heading-font);
        font-weight: bold;
        font-size: 30px !important;
        line-height: 1.2;
        letter-spacing: 0px;
        margin: 0;
    }

    .mobile-sub-title {
        font-size: 15px !important;
        color: #fff;
        letter-spacing: 0px;
        line-height: 18px;
    }

    .mobile-text {
        font-size: 12px !important;
        color: #fff;
        letter-spacing: 0px;
        line-height: 18px;
    }
}

/* Desktop Banner Section */
@media (min-width: 769px) {
    .desktop-banner-section {
        display: block; /* Show desktop banner on larger screens */
    }

    .desktop-banner-section-inner {
        position: relative;
        width: 100%;
    }

    .desktop-banner-img {
        width: 100%;
        height: 750px; /* Set height for desktop */
        object-fit: cover;
    }

    .desktop-banner-title {
        position: absolute;
        color: white;
        z-index: 2;
        bottom: 25px; /* Position text from the bottom */
        left: 30px; /* Position text from the left */
        display: flex;
        flex-direction: column; /* Stack title and text vertically */
        width: 90%;
    }

    .desktop-main-title {
        font-size: 35px;
        font-weight: bold;
        color: white;
        letter-spacing: 2px;
        margin: 0;
    }

    .desktop-sub-title {
        color: #fff;
        letter-spacing: 0px;
    }
}

.location-select, .or-class {
    color:#049E9A;
}

.skiptranslate > iframe { 
    height: 0 !important;
    border-style: none;
    box-shadow: none;
}

.delicious-deals-section *{
    font-family: 'Poppins';
}

.delicious-deals-section .deal-card h3 {
    font-size: 1.25rem;
    font-weight: bold;
}

.delicious-deals-section .deal-card .offer-details p {
    margin: 0;
    line-height: 1.5;
}

.delicious-deals-section .deal-card img {
    object-fit: cover;
    border-radius: 5px;
}

.delicious-deals-section .btn {
    font-size: 0.875rem;
}
.deal-header {
    font-size:0.9rem !important;
}
.deal-title {
    font-size:2rem !important;
    font-family: 'Playfair Display';
}

.code-text {
    background-color: rgba(92, 175, 175, 0.32);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    border:1px solid rgba(0, 0, 0, 0.25);
}

.code-text span {
    font-size:1rem !important;
    text-transform: uppercase;
    font-weight:600;
}

.code-text small {
    font-size:0.9rem !important;
}

.order-btn {
    background-color: #049E9A;
}


.offer-details-btn {
    background: none;
    border: none;
    font-weight: bold;
    text-align: center;
    text-decoration: none; /* Remove underline initially */
    padding: 0.5rem 1rem;
    border-radius: 5px;
    cursor: pointer;
    transition: color 0.2s, text-decoration 0.2s;
}

.offer-details-btn:hover {
    text-decoration: underline; /* Add underline on hover */
}

.offer-details-btn:focus {
    outline: none;
}

.promo-text {
    width:70%;
}

.offer-modal-content {
    margin: 0 2rem;
}

.deals-orderbtn{
    width: 249;
    height: 36px;
    background-color: #049E9A;
    color: white;
    border: none;
    border-radius: 6px;
    padding: 5px 19px 5px 17px;
    letter-spacing: -1px;
    font-family: var(--paragraph-font);
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    transition: background-color 0.3s ease;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: block;
    margin: 0 auto;
}
.deals-desktop-orderbtn{
    width: 149px;
    height: 40px;
    background-color: #049E9A;
    color: white;
    border: none;
    border-radius: 10px;
    padding: 5px 19px 5px 17px;
    letter-spacing: -1px;
    font-family: var(--paragraph-font);
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    transition: background-color 0.3s ease;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: block;
    margin: 0 auto;
}

.no-underline {
    text-decoration: none;
}

.translatorli{
    padding: 15px 0 0 0;
} 

.goog-te-gadget-simple{
    margin-top: 10px;
}

.translatorli{
    padding: 15px 0 0 0;
}

.goog-te-gadget-simple{
    margin-top: 10px;
}





