

/* Adjustments for smaller screens */
@media (max-width: 1399px) and (min-width: 1200px) {
    .navbar-nav .nav-link {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
}
@media (max-width: 1199px) {
    .header-contact-info, .header-buttons {
        display: none;
    }
    .navbar-nav {
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 768px) {
    .hero-content {
        padding-left: 2vw;
        text-align: center;
    }
    .scroll-down {
        right: 1vw;
        bottom: 1vw;
        font-size: 12px;
    }
    .hero-carousel .carousel-item {
        min-height: 400px;
        height: 60vh;
    }
    .display-4 {
        font-size: 2rem;
    }
    .btn-light.btn-lg.me-2, .btn-play-promo {
        padding: 0.5rem 1.5rem;
        font-size: 1rem;
    }

    .hero-carousel {
        padding-top: 0px !important;
    }

        .hero-carousel .carousel-item {
        height: 10vh;
        min-height: 340px;}
}
/* .hero-right-info {
    background: rgba(30, 30, 30, 0.65);
    border-radius: 18px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.18);
    min-width: 270px;
    max-width: 320px;
    margin-top: 40px;
    margin-right: 32px;
    gap: 0.5rem;
    backdrop-filter: blur(6px);
} */

@media (max-width: 1399px) {
    .hero-right-info {
        min-width: 200px;
        max-width: 240px;
        margin-top: 20px;
        margin-right: 10px;
        padding: 1rem 0.5rem;
    }
    .hero-right-info a {
        font-size: 0.95rem;
    }
}
@media (max-width: 1199px) {
    .hero-right-info {
        display: none !important;
    }
}

/* Add top padding to hero carousel for mobile so content is not hidden */
@media (max-width: 1199px) {
    .hero-carousel {
        padding-top: 70px;
    }
}
@media (min-width: 1200px) {
    .hero-carousel {
        padding-top: 0;
        /* position: relative;
        top: -108px; */
    }

}

@media (max-width: 991px) {
    .promo-play-text {
        display: none;
    }
    .promo-play-btn {
        width: 44px;
        height: 44px;
        font-size: 18px;
    }
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
/* Styles */
body {
    font-family: 'Rubik', Arial, Helvetica, sans-serif;
    /* background: url('your-background-image.jpg') no-repeat center center/cover; */
    /* background-color: #333;  Fallback color */
}
/* Navbar transparent and no shadow */
.navbar {
    background: transparent !important;
    box-shadow: none !important;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

/* Logo larger and more left padding */
.navbar-brand img {
    height:135px;
    margin-left: 12px;
}

/* Centered nav links, bold, uppercase, spaced */
.navbar-nav {
    flex: 1 1 auto;
    justify-content: center;
    gap: 2.2rem;
}
.navbar-nav .nav-link {
    color: #fff !important;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
       font-size: 0.8rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    letter-spacing: 3px;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link:hover {
    color: #fff;
}
.nav-item.dropdown .dropdown-menu {
    background-color: #333;
    border: none;
}
.dropdown-item {
    color: #fff;
}
.dropdown-item:hover {
    background-color: #555;
    color: #fff;
}
/* Right-side contact info: large icons, bold, white */
.header-contact-info a {
    color: #fff !important;
    font-weight: 300;
    font-size: 1.05rem;
    margin-right: 1.5rem;
    display: flex;
    align-items: center;
    text-decoration: none;

}
.header-contact-info .icon-wrapper {
    border:1px solid #fff;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    font-size: 1rem;
    background: rgba(0,0,0,0.15);
}

/* Login/Register buttons: pill, white, bold, spaced */
.header-buttons .btn {
    border-radius: 999px;
    font-weight: 400;
    font-size: 1.05rem;
    padding: 0.45rem 1.5rem;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    background: #fff;
    color: #222;
    border: none;
    box-shadow: 0 2px 8px rgba(0,0,0,0.07);
    transition: background 0.2s, color 0.2s;
}
.header-buttons .btn-login {
    color: #222;
    background: #fff;
}
.header-buttons .btn-login:hover {
    background: #ff7b00;
    color: #fff;
}
.header-buttons .btn-get-started {
    color: #fff;
    background: #ff7b00;
}
.header-buttons .btn-get-started:hover {
    background: #222;
    color: #fff;
}

/* Play Promo Button Effects */
.btn-light.btn-lg.me-2, .btn-play-promo {
    border-radius: 30px;
    font-weight: 600;
    box-shadow: 0 4px 16px rgba(255,123,0,0.15);
    transition: background 0.3s, color 0.3s, box-shadow 0.3s, transform 0.2s;
    background: #fff;
    color: #ff7b00;
    border: none;
    padding: 0.75rem 2.5rem;
    letter-spacing: 1px;
}
.btn-light.btn-lg.me-2:hover, .btn-play-promo:hover {
    background: #ff7b00;
    color: #fff;
    box-shadow: 0 8px 24px rgba(255,123,0,0.25);
    transform: translateY(-2px) scale(1.04);
}
.promo-play-wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    z-index: 16;
}
.promo-play-btn {
    z-index: 16;
    background-color: rgba(0, 0, 0, 0.5);
    font-family: 'Roboto', 'Rubik', Arial, sans-serif;
    cursor: pointer;
    color: #fff;
    text-decoration: none;
    width:300px;
    height:300px;
    min-width:100px;
    min-height:100px;
    max-width:100px;
    max-height:100px;
    border-radius: 50%;
    opacity: 1;
    box-shadow: 0 0 0 13px rgba(0,0,0,0);
    background: rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s, transform 0.2s;
    padding: 0;
}
.promo-play-btn:hover {
    background: rgba(0,0,0,0.7);
    transform: scale(1.05);
}
.promo-play-icon {
    font-size: 2rem;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.promo-play-text {
    font-family: 'Rubik', Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    margin-left: 18px;
    text-align: left;
    line-height: 1;
    letter-spacing: 0px;
    opacity: 1;
    text-shadow: none;
    white-space: nowrap;
    display: block;
}
.promo-play-animate {
    animation: promoPulse 2s infinite cubic-bezier(0.4,0,0.6,1);
}
 .icon svg {
    width: 60px;
    display: block;
    height: 60px;
    fill: #f07c00 !important;
    -webkit-transition: all .3s cubic-bezier(.785,.135,.15,.86);
    -ms-transition: all .3s cubic-bezier(.785,.135,.15,.86);
    transition: all .3s cubic-bezier(.785,.135,.15,.86);
}
 .icon svg :hover{

    /* fill: #fff !important; */
   
}
.hero-right-info a {
    font-size: 1rem;
    font-weight: 500;
    transition: color 0.2s, background 0.2s;
}
.hero-right-info a.btn {
    width: 100%;
    text-align: right;
    justify-content: flex-end;
}
.hero-right-info .icon-wrapper {
    border: 1px solid #fff;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: 8px;
    font-size: 1rem;
}
.hero-carousel .carousel-item {
    height: 90vh;
    min-height: 600px;
    background-size: cover;
    background-position: center;
    position: relative;
}
.hero-overlay {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    /* background: linear-gradient(90deg, rgba(255,123,0,0.7) 0%, rgba(0,0,0,0.3) 100%); */
    z-index: 1;
}
.hero-content {
    position: absolute;
    top: 50%; left: 0; right: 0;
    transform: translateY(-50%);
    z-index: 2;
    color: #fff;
    padding-left: 5vw;
}
.scroll-down {
    position: absolute;
    right: 2vw;
    bottom: 2vw;
    z-index: 3;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    color: #fff;
    letter-spacing: 2px;
    font-size: 14px;
    opacity: 0.8;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: rgba(0,0,0,0.5);
    border-radius: 50%;
}
.btn-custom {
    background: #fff;
    color: #ff7b00;
    border-radius: 20px;
    margin-right: 10px;
    font-weight: 600;
}
@keyframes promoPulse {
    0% { box-shadow: 0 0 0 0 rgba(255,255,255,0.15); }
    70% { box-shadow: 0 0 0 16px rgba(255,255,255,0); }
    100% { box-shadow: 0 0 0 0 rgba(255,255,255,0); }
}
.promo-play-text-only {
    z-index: 16;
    text-decoration: none;
}
.promo-play-text {
    font-family: 'Rubik', Arial, sans-serif;
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    text-align: right;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: 1;
    text-shadow: 1px 1px 6px rgba(0,0,0,0.4);
    white-space: nowrap;
    display: block;
}

/* Overlay header/navbar on banner */
header, .navbar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    background: transparent !important;
}

.col-left{flex: 0 0 50%; max-width:100%; display: flex; flex-wrap: wrap; gap: 32px;}
.col-right{flex: 0 0 50%; max-width: 50%; display: flex; flex-direction: column; justify-content: center; padding-left: 48px;}
.weoffer-heading {font-size:30px; line-height:42px;}
 #weoffer {font-family: 'Rubik', sans-serif;}
      .weoffer-card {
        position: relative;
        background: #fff;
        border-radius: 16px;
        box-shadow: 0 8px 32px rgba(0,0,0,0.06);
        padding: 40px 24px 32px 24px;
        width: calc(50% - 16px);
        margin-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        margin-top: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        min-height: 260px;
        transition: box-shadow 0.3s, transform 0.3s;
        overflow: hidden;
      }
      .weoffer-card:hover {
        box-shadow: 0 16px 48px rgba(0,0,0,0.12);
        transform: translateY(-4px) scale(1.03);
        z-index: 2;
      }
      .service-bg-image {
        opacity: 0;
        z-index: 0;
        position: absolute;
        left: 0; top: 0; width: 100%; height: 100%;
        /* background: url('images/landing-page/gallery/20241106_133449.jpg') center center/cover no-repeat; */
        transition: opacity .3s cubic-bezier(.785,.135,.15,.86);
        overflow: hidden;
      }
      .service-bg-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
      }
      .service-bg-image:before {
        content: "";
        position: absolute;
        left: 0; top: 0; width: 100%; height: 100%;
        z-index: 1;
        transition: opacity .3s cubic-bezier(.785,.135,.15,.86);
        background: rgba(0,0,0,0.45);
        opacity: 0;
      }
      .weoffer-card:hover .service-bg-image {
        opacity: 1;
      }
      .weoffer-card:hover .service-bg-image img {
        opacity: 1;
      }
      .weoffer-card:hover .service-bg-image:before {
        opacity: 1;
      }
      .weoffer-card:hover .weoffer-title {
        color: #fff !important;
      }
      .weoffer-card:hover .weoffer-desc {
        color: #fff !important;
      }
      .weoffer-card > *:not(.service-bg-image) {
        position: relative;
        z-index: 2;
      }
      .weoffer-icon {
        margin-bottom: 18px;
        height: 48px;
        display: flex;
        align-items: center;
        justify-content: center;
      }
      .weoffer-title {
        font-family: 'Manrope', sans-serif;
        font-size: 22px;
        font-weight: 700;
        color: #000;
        margin-bottom: 12px;
        text-align: center;
      }
      .weoffer-desc {
        color: #000;
        font-size: 16px;
        line-height: 1.6;
        text-align: center;
        font-family: 'Rubik', sans-serif;
        font-weight: 400;
      }
      .weoffer-subheading {
        font-family: 'Rubik', sans-serif;
        font-size: 13px;
        letter-spacing: 2px;
        color: #657078;
        text-transform: uppercase;
        margin-bottom: 18px;
        font-weight: 500;
      }
      .weoffer-heading {
        font-family: 'Manrope', sans-serif;
        font-size: 57px;
        line-height: 72px;
        letter-spacing: -0.5px;
        color: #000;
        font-weight: 700;
        margin-bottom: 24px;
      }
      .weoffer-text {
        color: #657078;
        font-family: 'Rubik', sans-serif;
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 0;
      }
      .col-left {
        gap: 10px;
    }
}

/* Smartphones (landscape) ----------- */
@media only screen and (min-width : 321px) {
/* Styles */
}

/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 320px) {
/* Styles */
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
/* Styles */
body {
    font-family: 'Rubik', Arial, Helvetica, sans-serif;
    /* background: url('your-background-image.jpg') no-repeat center center/cover; */
    /* background-color: #333;  Fallback color */
}
/* Navbar transparent and no shadow */
.navbar {
    background: transparent !important;
    box-shadow: none !important;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

/* Logo larger and more left padding */
.navbar-brand img {
    height:135px;
    margin-left: 12px;
}

/* Centered nav links, bold, uppercase, spaced */
.navbar-nav {
    flex: 1 1 auto;
    justify-content: center;
    gap: 2.2rem;
}
.navbar-nav .nav-link {
    color: #fff !important;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
       font-size: 0.8rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    letter-spacing: 3px;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link:hover {
    color: #fff;
}
.nav-item.dropdown .dropdown-menu {
    background-color: #333;
    border: none;
}
.dropdown-item {
    color: #fff;
}
.dropdown-item:hover {
    background-color: #555;
    color: #fff;
}
/* Right-side contact info: large icons, bold, white */
.header-contact-info a {
    color: #fff !important;
    font-weight: 300;
    font-size: 1.05rem;
    margin-right: 1.5rem;
    display: flex;
    align-items: center;
    text-decoration: none;

}
.header-contact-info .icon-wrapper {
    border:1px solid #fff;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    font-size: 1rem;
    background: rgba(0,0,0,0.15);
}

/* Login/Register buttons: pill, white, bold, spaced */
.header-buttons .btn {
    border-radius: 999px;
    font-weight: 400;
    font-size: 1.05rem;
    padding: 0.45rem 1.5rem;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    background: #fff;
    color: #222;
    border: none;
    box-shadow: 0 2px 8px rgba(0,0,0,0.07);
    transition: background 0.2s, color 0.2s;
}
.header-buttons .btn-login {
    color: #222;
    background: #fff;
}
.header-buttons .btn-login:hover {
    background: #ff7b00;
    color: #fff;
}
.header-buttons .btn-get-started {
    color: #fff;
    background: #ff7b00;
}
.header-buttons .btn-get-started:hover {
    background: #222;
    color: #fff;
}

/* Play Promo Button Effects */
.btn-light.btn-lg.me-2, .btn-play-promo {
    border-radius: 30px;
    font-weight: 600;
    box-shadow: 0 4px 16px rgba(255,123,0,0.15);
    transition: background 0.3s, color 0.3s, box-shadow 0.3s, transform 0.2s;
    background: #fff;
    color: #ff7b00;
    border: none;
    padding: 0.75rem 2.5rem;
    letter-spacing: 1px;
}
.btn-light.btn-lg.me-2:hover, .btn-play-promo:hover {
    background: #ff7b00;
    color: #fff;
    box-shadow: 0 8px 24px rgba(255,123,0,0.25);
    transform: translateY(-2px) scale(1.04);
}
.promo-play-wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    z-index: 16;
}
.promo-play-btn {
    z-index: 16;
    background-color: rgba(0, 0, 0, 0.5);
    font-family: 'Roboto', 'Rubik', Arial, sans-serif;
    cursor: pointer;
    color: #fff;
    text-decoration: none;
    width:300px;
    height:300px;
    min-width:100px;
    min-height:100px;
    max-width:100px;
    max-height:100px;
    border-radius: 50%;
    opacity: 1;
    box-shadow: 0 0 0 13px rgba(0,0,0,0);
    background: rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s, transform 0.2s;
    padding: 0;
}
.promo-play-btn:hover {
    background: rgba(0,0,0,0.7);
    transform: scale(1.05);
}
.promo-play-icon {
    font-size: 2rem;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.promo-play-text {
    font-family: 'Rubik', Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    margin-left: 18px;
    text-align: left;
    line-height: 1;
    letter-spacing: 0px;
    opacity: 1;
    text-shadow: none;
    white-space: nowrap;
    display: block;
}
.promo-play-animate {
    animation: promoPulse 2s infinite cubic-bezier(0.4,0,0.6,1);
}
 .icon svg {
    width: 60px;
    display: block;
    height: 60px;
    fill: #f07c00 !important;
    -webkit-transition: all .3s cubic-bezier(.785,.135,.15,.86);
    -ms-transition: all .3s cubic-bezier(.785,.135,.15,.86);
    transition: all .3s cubic-bezier(.785,.135,.15,.86);
}
 .icon svg :hover{
    /* fill: #fff !important; */
}
.hero-right-info a {
    font-size: 1rem;
    font-weight: 500;
    transition: color 0.2s, background 0.2s;
}
.hero-right-info a.btn {
    width: 100%;
    text-align: right;
    justify-content: flex-end;
}
.hero-right-info .icon-wrapper {
    border: 1px solid #fff;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: 8px;
    font-size: 1rem;
}
.hero-carousel .carousel-item {
    height: 90vh;
    min-height: 600px;
    background-size: cover;
    background-position: center;
    position: relative;
}
.hero-overlay {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    /* background: linear-gradient(90deg, rgba(255,123,0,0.7) 0%, rgba(0,0,0,0.3) 100%); */
    z-index: 1;
}
.hero-content {
    position: absolute;
    top: 50%; left: 0; right: 0;
    transform: translateY(-50%);
    z-index: 2;
    color: #fff;
    padding-left: 5vw;
}
.scroll-down {
    position: absolute;
    right: 2vw;
    bottom: 2vw;
    z-index: 3;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    color: #fff;
    letter-spacing: 2px;
    font-size: 14px;
    opacity: 0.8;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: rgba(0,0,0,0.5);
    border-radius: 50%;
}
.btn-custom {
    background: #fff;
    color: #ff7b00;
    border-radius: 20px;
    margin-right: 10px;
    font-weight: 600;
}
@keyframes promoPulse {
    0% { box-shadow: 0 0 0 0 rgba(255,255,255,0.15); }
    70% { box-shadow: 0 0 0 16px rgba(255,255,255,0); }
    100% { box-shadow: 0 0 0 0 rgba(255,255,255,0); }
}
.promo-play-text-only {
    z-index: 16;
    text-decoration: none;
}
.promo-play-text {
    font-family: 'Rubik', Arial, sans-serif;
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    text-align: right;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: 1;
    text-shadow: 1px 1px 6px rgba(0,0,0,0.4);
    white-space: nowrap;
    display: block;
}
/* Overlay header/navbar on banner */
    header, .navbar {position: absolute; top: 0; left: 0; width: 100%; z-index: 100; background: transparent !important;}
    .col-left{flex: 0 0 50%; max-width: 50%; display: flex; flex-wrap: wrap; gap: 32px;}
    .col-right{flex: 0 0 50%; max-width: 50%; display: flex; flex-direction: column; justify-content: center; padding-left: 48px;}
    .weoffer-heading {font-size:30px; line-height:42px;}
    #weoffer {font-family: 'Rubik', sans-serif;}
      .weoffer-card {
        position: relative;
        background: #fff;
        border-radius: 16px;
        box-shadow: 0 8px 32px rgba(0,0,0,0.06);
        padding: 40px 24px 32px 24px;
        width: calc(50% - 16px);
        margin-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        margin-top: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        min-height: 260px;
        transition: box-shadow 0.3s, transform 0.3s;
        overflow: hidden;
      }
      .weoffer-card:hover {
        box-shadow: 0 16px 48px rgba(0,0,0,0.12);
        transform: translateY(-4px) scale(1.03);
        z-index: 2;
      }
      .service-bg-image {
        opacity: 0;
        z-index: 0;
        position: absolute;
        left: 0; top: 0; width: 100%; height: 100%;
        /* background: url('images/landing-page/gallery/20241106_133449.jpg') center center/cover no-repeat; */
        transition: opacity .3s cubic-bezier(.785,.135,.15,.86);
        overflow: hidden;
      }
      .service-bg-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
      }
      .service-bg-image:before {
        content: "";
        position: absolute;
        left: 0; top: 0; width: 100%; height: 100%;
        z-index: 1;
        transition: opacity .3s cubic-bezier(.785,.135,.15,.86);
        background: rgba(0,0,0,0.45);
        opacity: 0;
      }
      .weoffer-card:hover .service-bg-image {
        opacity: 1;
      }
      .weoffer-card:hover .service-bg-image img {
        opacity: 1;
      }
      .weoffer-card:hover .service-bg-image:before {
        opacity: 1;
      }
      .weoffer-card:hover .weoffer-title {
        color: #fff !important;
      }
      .weoffer-card:hover .weoffer-desc {
        color: #fff !important;
      }
      .weoffer-card > *:not(.service-bg-image) {
        position: relative;
        z-index: 2;
      }
      .weoffer-icon {
        margin-bottom: 18px;
        height: 48px;
        display: flex;
        align-items: center;
        justify-content: center;
      }
      .weoffer-title {
        font-family: 'Manrope', sans-serif;
        font-size: 22px;
        font-weight: 700;
        color: #000;
        margin-bottom: 12px;
        text-align: center;
      }
      .weoffer-desc {
        color: #ff3c3c;
        font-size: 16px;
        line-height: 1.6;
        text-align: center;
        font-family: 'Rubik', sans-serif;
        font-weight: 400;
      }
      .weoffer-subheading {
        font-family: 'Rubik', sans-serif;
        font-size: 13px;
        letter-spacing: 2px;
        color: #657078;
        text-transform: uppercase;
        margin-bottom: 18px;
        font-weight: 500;
      }
      .weoffer-heading {
        font-family: 'Manrope', sans-serif;
        font-size: 57px;
        line-height: 72px;
        letter-spacing: -0.5px;
        color: #000;
        font-weight: 700;
        margin-bottom: 24px;
      }
      .weoffer-text {
        color: #657078;
        font-family: 'Rubik', sans-serif;
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 0;
      }
    #weoffer{padding:30px 0;}
    .col-left {gap: 10px;}


    .col-left{ float: left;}
    .col-right{float:right;}
}

/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
/* Styles */
}

/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
/* Styles */
}
/**********
iPad 3
**********/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio : 2) {
/* Styles */
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio : 2) {
/* Styles */
}
/* Desktops and laptops ----------- */
@media only screen  and (min-width : 1224px) {
/* Styles */
body {
    font-family: 'Rubik', Arial, Helvetica, sans-serif;
    /* background: url('your-background-image.jpg') no-repeat center center/cover; */
    /* background-color: #333;  Fallback color */
}
/* Navbar transparent and no shadow */
.navbar {
    background: transparent !important;
    box-shadow: none !important;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

/* Logo larger and more left padding */
.navbar-brand img {
    height:135px;
    margin-left: 12px;
}

/* Centered nav links, bold, uppercase, spaced */
.navbar-nav {
    flex: 1 1 auto;
    justify-content: center;
    gap: 2.2rem;
}
.navbar-nav .nav-link {
    color: #fff !important;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
       font-size: 0.8rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    letter-spacing: 3px;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link:hover {
    color: #fff;
}
.nav-item.dropdown .dropdown-menu {
    background-color: #333;
    border: none;
}
.dropdown-item {
    color: #fff;
}
.dropdown-item:hover {
    background-color: #555;
    color: #fff;
}
/* Right-side contact info: large icons, bold, white */
.header-contact-info a {
    color: #fff !important;
    font-weight: 300;
    font-size: 1.05rem;
    margin-right: 1.5rem;
    display: flex;
    align-items: center;
    text-decoration: none;

}
.header-contact-info .icon-wrapper {
    border:1px solid #fff;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    font-size: 1rem;
    background: rgba(0,0,0,0.15);
}

/* Login/Register buttons: pill, white, bold, spaced */
.header-buttons .btn {
    border-radius: 999px;
    font-weight: 400;
    font-size: 1.05rem;
    padding: 0.45rem 1.5rem;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    background: #fff;
    color: #222;
    border: none;
    box-shadow: 0 2px 8px rgba(0,0,0,0.07);
    transition: background 0.2s, color 0.2s;
}
.header-buttons .btn-login {
    color: #222;
    background: #fff;
}
.header-buttons .btn-login:hover {
    background: #ff7b00;
    color: #fff;
}
.header-buttons .btn-get-started {
    color: #fff;
    background: #ff7b00;
}
.header-buttons .btn-get-started:hover {
    background: #222;
    color: #fff;
}

/* Play Promo Button Effects */
.btn-light.btn-lg.me-2, .btn-play-promo {
    border-radius: 30px;
    font-weight: 600;
    box-shadow: 0 4px 16px rgba(255,123,0,0.15);
    transition: background 0.3s, color 0.3s, box-shadow 0.3s, transform 0.2s;
    background: #fff;
    color: #ff7b00;
    border: none;
    padding: 0.75rem 2.5rem;
    letter-spacing: 1px;
}
.btn-light.btn-lg.me-2:hover, .btn-play-promo:hover {
    background: #ff7b00;
    color: #fff;
    box-shadow: 0 8px 24px rgba(255,123,0,0.25);
    transform: translateY(-2px) scale(1.04);
}
.promo-play-wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    z-index: 16;
}
.promo-play-btn {
    z-index: 16;
    background-color: rgba(0, 0, 0, 0.5);
    font-family: 'Roboto', 'Rubik', Arial, sans-serif;
    cursor: pointer;
    color: #fff;
    text-decoration: none;
    width:300px;
    height:300px;
    min-width:100px;
    min-height:100px;
    max-width:100px;
    max-height:100px;
    border-radius: 50%;
    opacity: 1;
    box-shadow: 0 0 0 13px rgba(0,0,0,0);
    background: rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s, transform 0.2s;
    padding: 0;
}
.promo-play-btn:hover {
    background: rgba(0,0,0,0.7);
    transform: scale(1.05);
}
.promo-play-icon {
    font-size: 2rem;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.promo-play-text {
    font-family: 'Rubik', Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    margin-left: 18px;
    text-align: left;
    line-height: 1;
    letter-spacing: 0px;
    opacity: 1;
    text-shadow: none;
    white-space: nowrap;
    display: block;
}
.promo-play-animate {
    animation: promoPulse 2s infinite cubic-bezier(0.4,0,0.6,1);
}
 .icon svg {
    width: 60px;
    display: block;
    height: 60px;
    fill: #f07c00 !important;
    -webkit-transition: all .3s cubic-bezier(.785,.135,.15,.86);
    -ms-transition: all .3s cubic-bezier(.785,.135,.15,.86);
    transition: all .3s cubic-bezier(.785,.135,.15,.86);
}
 .icon svg :hover{
    /* fill: #fff !important; */
}
.hero-right-info a {
    font-size: 1rem;
    font-weight: 500;
    transition: color 0.2s, background 0.2s;
}
.hero-right-info a.btn {
    width: 100%;
    text-align: right;
    justify-content: flex-end;
}
.hero-right-info .icon-wrapper {
    border: 1px solid #fff;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: 8px;
    font-size: 1rem;
}
.hero-carousel .carousel-item {
    height: 90vh;
    min-height: 600px;
    background-size: cover;
    background-position: center;
    position: relative;
}
.hero-overlay {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    /* background: linear-gradient(90deg, rgba(255,123,0,0.7) 0%, rgba(0,0,0,0.3) 100%); */
    z-index: 1;
}
.hero-content {
    position: absolute;
    top: 50%; left: 0; right: 0;
    transform: translateY(-50%);
    z-index: 2;
    color: #fff;
    padding-left: 5vw;
}
.scroll-down {
    position: absolute;
    right: 2vw;
    bottom: 2vw;
    z-index: 3;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    color: #fff;
    letter-spacing: 2px;
    font-size: 14px;
    opacity: 0.8;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: rgba(0,0,0,0.5);
    border-radius: 50%;
}
.btn-custom {
    background: #fff;
    color: #ff7b00;
    border-radius: 20px;
    margin-right: 10px;
    font-weight: 600;
}
@keyframes promoPulse {
    0% { box-shadow: 0 0 0 0 rgba(255,255,255,0.15); }
    70% { box-shadow: 0 0 0 16px rgba(255,255,255,0); }
    100% { box-shadow: 0 0 0 0 rgba(255,255,255,0); }
}
.promo-play-text-only {
    z-index: 16;
    text-decoration: none;
}
.promo-play-text {
    font-family: 'Rubik', Arial, sans-serif;
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    text-align: right;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: 1;
    text-shadow: 1px 1px 6px rgba(0,0,0,0.4);
    white-space: nowrap;
    display: block;
}

    /* Overlay header/navbar on banner */
    header, .navbar {position: absolute; top: 0; left: 0; width: 100%; z-index: 100; background: transparent !important;}
    .col-left{flex: 0 0 50%; max-width: 50%; display: flex; flex-wrap: wrap; gap: 32px;}
    .col-right{flex: 0 0 50%; max-width: 50%; display: flex; flex-direction: column; justify-content: center; padding-left: 48px;}
    .weoffer-heading {font-size: 30px; line-height: 40px;}

    #weoffer {font-family: 'Rubik', sans-serif;}
    .weoffer-card {
    position: relative;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.06);
    padding: 40px 24px 32px 24px;
    width: calc(50% - 16px);
    margin-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    margin-top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 260px;
    transition: box-shadow 0.3s, transform 0.3s;
    overflow: hidden;
    }
    .weoffer-card:hover {
    box-shadow: 0 16px 48px rgba(0,0,0,0.12);
    transform: translateY(-4px) scale(1.03);
    z-index: 2;
    }
    .service-bg-image {
    opacity: 0;
    z-index: 0;
    position: absolute;
    left: 0; top: 0; width: 100%; height: 100%;
    /* background: url('images/landing-page/gallery/20241106_133449.jpg') center center/cover no-repeat; */
    transition: opacity .3s cubic-bezier(.785,.135,.15,.86);
    overflow: hidden;
    }
    .service-bg-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    }
    .service-bg-image:before {
    content: "";
    position: absolute;
    left: 0; top: 0; width: 100%; height: 100%;
    z-index: 1;
    transition: opacity .3s cubic-bezier(.785,.135,.15,.86);
    background: rgba(0,0,0,0.45);
    opacity: 0;
    }
    .weoffer-card:hover .service-bg-image {
    opacity: 1;
    }
    .weoffer-card:hover .service-bg-image img {
    opacity: 1;
    }
    .weoffer-card:hover .service-bg-image:before {
    opacity: 1;
    }
    .weoffer-card:hover .weoffer-title {
    color: #fff !important;
    }
    .weoffer-card:hover .weoffer-desc {
    color: #fff !important;
    }
    .weoffer-card > *:not(.service-bg-image) {
    position: relative;
    z-index: 2;
    }
    .weoffer-icon {
    margin-bottom: 18px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    }
    .weoffer-title {
    font-family: 'Manrope', sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #000;
    margin-bottom: 12px;
    text-align: center;
    }
    .weoffer-desc {
    color: #ff3c3c;
    font-size: 16px;
    line-height: 1.6;
    text-align: center;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    }
    .weoffer-subheading {
    font-family: 'Rubik', sans-serif;
    font-size: 13px;
    letter-spacing: 2px;
    color: #657078;
    text-transform: uppercase;
    margin-bottom: 18px;
    font-weight: 500;
    }
    .weoffer-heading {
    font-family: 'Manrope', sans-serif;
    font-size: 57px;
    line-height: 72px;
    letter-spacing: -0.5px;
    color: #000;
    font-weight: 700;
    margin-bottom: 24px;
    }
    .weoffer-text {
    color: #657078;
    font-family: 'Rubik', sans-serif;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 0;
    }

    #weoffer{padding: 60px 0;}
        .desktop-nav .links {
        display: flex;
        gap: 1.5rem;
        align-items: center;
        font-size: 16px;
        text-transform: uppercase;
        letter-spacing: 2px;
    }
}

/* Large screens ----------- */
@media only screen  and (min-width : 1824px) {
/* Styles */
body {
    font-family: 'Rubik', Arial, Helvetica, sans-serif;
    /* background: url('your-background-image.jpg') no-repeat center center/cover; */
    /* background-color: #333;  Fallback color */
}
/* Navbar transparent and no shadow */
.navbar {
    background: transparent !important;
    box-shadow: none !important;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

/* Logo larger and more left padding */
.navbar-brand img {
    height:135px;
    margin-left: 12px;
}

/* Centered nav links, bold, uppercase, spaced */
.navbar-nav {
    flex: 1 1 auto;
    justify-content: center;
    gap: 2.2rem;
}
.navbar-nav .nav-link {
    color: #fff !important;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.8rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    letter-spacing: 3px;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link:hover {
    color: #fff;
}
.nav-item.dropdown .dropdown-menu {
    background-color: #333;
    border: none;
}
.dropdown-item {
    color: #fff;
}
.dropdown-item:hover {
    background-color: #555;
    color: #fff;
}
/* Right-side contact info: large icons, bold, white */
.header-contact-info a {
    color: #fff !important;
    font-weight: 300;
    font-size: 1.05rem;
    margin-right: 1.5rem;
    display: flex;
    align-items: center;
    text-decoration: none;

}
.header-contact-info .icon-wrapper {
    border:1px solid #fff;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    font-size: 1rem;
    background: rgba(0,0,0,0.15);
}

/* Login/Register buttons: pill, white, bold, spaced */
.header-buttons .btn {
    border-radius: 999px;
    font-weight: 400;
    font-size: 1.05rem;
    padding: 0.45rem 1.5rem;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    background: #fff;
    color: #222;
    border: none;
    box-shadow: 0 2px 8px rgba(0,0,0,0.07);
    transition: background 0.2s, color 0.2s;
}
.header-buttons .btn-login {
    color: #222;
    background: #fff;
}
.header-buttons .btn-login:hover {
    background: #ff7b00;
    color: #fff;
}
.header-buttons .btn-get-started {
    color: #fff;
    background: #ff7b00;
}
.header-buttons .btn-get-started:hover {
    background: #222;
    color: #fff;
}

/* Play Promo Button Effects */
.btn-light.btn-lg.me-2, .btn-play-promo {
    border-radius: 30px;
    font-weight: 600;
    box-shadow: 0 4px 16px rgba(255,123,0,0.15);
    transition: background 0.3s, color 0.3s, box-shadow 0.3s, transform 0.2s;
    background: #fff;
    color: #ff7b00;
    border: none;
    padding: 0.75rem 2.5rem;
    letter-spacing: 1px;
}
.btn-light.btn-lg.me-2:hover, .btn-play-promo:hover {
    background: #ff7b00;
    color: #fff;
    box-shadow: 0 8px 24px rgba(255,123,0,0.25);
    transform: translateY(-2px) scale(1.04);
}
.promo-play-wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    z-index: 16;
}
.promo-play-btn {
    z-index: 16;
    background-color: rgba(0, 0, 0, 0.5);
    font-family: 'Roboto', 'Rubik', Arial, sans-serif;
    cursor: pointer;
    color: #fff;
    text-decoration: none;
    width:300px;
    height:300px;
    min-width:100px;
    min-height:100px;
    max-width:100px;
    max-height:100px;
    border-radius: 50%;
    opacity: 1;
    box-shadow: 0 0 0 13px rgba(0,0,0,0);
    background: rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s, transform 0.2s;
    padding: 0;
}
.promo-play-btn:hover {
    background: rgba(0,0,0,0.7);
    transform: scale(1.05);
}
.promo-play-icon {
    font-size: 2rem;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.promo-play-text {
    font-family: 'Rubik', Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    margin-left: 18px;
    text-align: left;
    line-height: 1;
    letter-spacing: 0px;
    opacity: 1;
    text-shadow: none;
    white-space: nowrap;
    display: block;
}
.promo-play-animate {
    animation: promoPulse 2s infinite cubic-bezier(0.4,0,0.6,1);
}
 .icon svg {
    width: 60px;
    display: block;
    height: 60px;
    fill: #f07c00 !important;
    -webkit-transition: all .3s cubic-bezier(.785,.135,.15,.86);
    -ms-transition: all .3s cubic-bezier(.785,.135,.15,.86);
    transition: all .3s cubic-bezier(.785,.135,.15,.86);
}
 .icon svg :hover{
    /* fill: #fff !important; */
}
.hero-right-info a {
    font-size: 1rem;
    font-weight: 500;
    transition: color 0.2s, background 0.2s;
}
.hero-right-info a.btn {
    width: 100%;
    text-align: right;
    justify-content: flex-end;
}
.hero-right-info .icon-wrapper {
    border: 1px solid #fff;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: 8px;
    font-size: 1rem;
}
.hero-carousel .carousel-item {
    height: 90vh;
    min-height: 600px;
    background-size: cover;
    background-position: center;
    position: relative;
}
.hero-overlay {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    /* background: linear-gradient(90deg, rgba(255,123,0,0.7) 0%, rgba(0,0,0,0.3) 100%); */
    z-index: 1;
}
.hero-content {
    position: absolute;
    top: 50%; left: 0; right: 0;
    transform: translateY(-50%);
    z-index: 2;
    color: #fff;
    padding-left: 5vw;
}
.scroll-down {
    position: absolute;
    right: 2vw;
    bottom: 2vw;
    z-index: 3;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    color: #fff;
    letter-spacing: 2px;
    font-size: 14px;
    opacity: 0.8;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: rgba(0,0,0,0.5);
    border-radius: 50%;
}
.btn-custom {
    background: #fff;
    color: #ff7b00;
    border-radius: 20px;
    margin-right: 10px;
    font-weight: 600;
}
@keyframes promoPulse {
    0% { box-shadow: 0 0 0 0 rgba(255,255,255,0.15); }
    70% { box-shadow: 0 0 0 16px rgba(255,255,255,0); }
    100% { box-shadow: 0 0 0 0 rgba(255,255,255,0); }
}
.promo-play-text-only {
    z-index: 16;
    text-decoration: none;
}
.promo-play-text {
    font-family: 'Rubik', Arial, sans-serif;
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    text-align: right;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: 1;
    text-shadow: 1px 1px 6px rgba(0,0,0,0.4);
    white-space: nowrap;
    display: block;
}

    /* Overlay header/navbar on banner */
    header, .navbar {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 100;
        background: transparent !important;
    }
    .col-left{flex: 0 0 50%; max-width: 50%; display: flex; flex-wrap: wrap; gap: 32px;}
    .col-right{flex: 0 0 50%; max-width: 50%; display: flex; flex-direction: column; justify-content: center; padding-left: 48px;}

    #weoffer {font-family: 'Rubik', sans-serif;}
    .weoffer-card {
        position: relative;
        background: #fff;
        border-radius: 16px;
        box-shadow: 0 8px 32px rgba(0,0,0,0.06);
        padding: 40px 24px 32px 24px;
        width: calc(50% - 16px);
        margin-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        margin-top: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        min-height: 260px;
        transition: box-shadow 0.3s, transform 0.3s;
        overflow: hidden;
    }
      .weoffer-card:hover {
        box-shadow: 0 16px 48px rgba(0,0,0,0.12);
        transform: translateY(-4px) scale(1.03);
        z-index: 2;
      }
      .service-bg-image {
        opacity: 0;
        z-index: 0;
        position: absolute;
        left: 0; top: 0; width: 100%; height: 100%;
        /* background: url('images/landing-page/gallery/20241106_133449.jpg') center center/cover no-repeat; */
        transition: opacity .3s cubic-bezier(.785,.135,.15,.86);
        overflow: hidden;
      }
      .service-bg-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
      }
      .service-bg-image:before {
        content: "";
        position: absolute;
        left: 0; top: 0; width: 100%; height: 100%;
        z-index: 1;
        transition: opacity .3s cubic-bezier(.785,.135,.15,.86);
        background: rgba(0,0,0,0.45);
        opacity: 0;
      }
      .weoffer-card:hover .service-bg-image {
        opacity: 1;
      }
      .weoffer-card:hover .service-bg-image img {
        opacity: 1;
      }
      .weoffer-card:hover .service-bg-image:before {
        opacity: 1;
      }
      .weoffer-card:hover .weoffer-title {
        color: #fff !important;
      }
      .weoffer-card:hover .weoffer-desc {
        color: #fff !important;
      }
      .weoffer-card > *:not(.service-bg-image) {
        position: relative;
        z-index: 2;
      }
      .weoffer-icon {
        margin-bottom: 18px;
        height: 48px;
        display: flex;
        align-items: center;
        justify-content: center;
      }
      .weoffer-title {
        font-family: 'Manrope', sans-serif;
        font-size: 22px;
        font-weight: 700;
        color: #000;
        margin-bottom: 12px;
        text-align: center;
      }
      .weoffer-desc {
        color: #000;
        font-size: 16px;
        line-height: 1.6;
        text-align: center;
        font-family: 'Rubik', sans-serif;
        font-weight: 400;
      }
      .weoffer-subheading {
        font-family: 'Rubik', sans-serif;
        font-size: 13px;
        letter-spacing: 2px;
        color: #657078;
        text-transform: uppercase;
        margin-bottom: 18px;
        font-weight: 500;
      }
      .weoffer-heading {
        font-family: 'Manrope', sans-serif;
        font-size: 57px;
        line-height: 72px;
        letter-spacing: -0.5px;
        color: #000;
        font-weight: 700;
        margin-bottom: 24px;
      }
      .weoffer-text {
        color: #657078;
        font-family: 'Rubik', sans-serif;
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 0;
      }
    #weoffer{padding: 60px 0;}

}

/* iPhone 4 ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio : 2) {
/* Styles */
    .weoffer-heading {font-size: 30px; line-height: 40px;}
    #weoffer{padding:30px 0;}
    .col-left {gap: 10px;}
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio : 2) {
/* Styles */
    .weoffer-heading {font-size: 30px; line-height: 40px;}
    #weoffer{padding:30px 0;}
    .col-left {gap: 10px;}
}

/* iPhone 5 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){
/* Styles */
    .weoffer-heading {font-size: 30px; line-height: 40px;}
    #weoffer{padding:30px 0;}
    .col-left {gap: 10px;}
}

@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
/* Styles */
    .weoffer-heading {font-size: 30px; line-height: 40px;}
    #weoffer{padding:30px 0;}
    .col-left {gap: 10px;}
}

/* iPhone 6, 7, 8 ----------- */
@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){
/* Styles */
    .weoffer-heading {font-size: 30px; line-height: 40px;}
    #weoffer{padding:30px 0;}
    .col-left {gap: 10px;}
}

@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
/* Styles */
    .weoffer-heading {font-size:28px; line-height: 40px;}
    #weoffer{padding:15px 0;}
      /* #weoffer{padding:30px 0;} */
    .col-left {gap: 10px;}
}

/* iPhone 6+, 7+, 8+ ----------- */
@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){
/* Styles */
    .weoffer-heading {font-size: 30px; line-height: 40px;}
    #weoffer{padding:30px 0;}
    .col-left {gap: 10px;}
}

@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
/* Styles */
    .weoffer-heading {font-size: 30px; line-height: 40px;}
    #weoffer{padding:30px 0;}
    .col-left {gap: 10px;}
}

/* iPhone X ----------- */
@media only screen and (min-device-width: 375px) and (max-device-height: 812px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 3){
/* Styles */
    .weoffer-heading {font-size: 30px; line-height: 40px;}
    #weoffer{padding:30px 0;}
    .col-left {gap: 10px;}
}

@media only screen and (min-device-width: 375px) and (max-device-height: 812px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 3){
/* Styles */
}

/* iPhone XS Max, XR ----------- */
@media only screen and (min-device-width: 414px) and (max-device-height: 896px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 3){
/* Styles */
    .weoffer-heading {font-size: 30px; line-height: 40px;}
    #weoffer{padding:30px 0;}
    .col-left {gap: 10px;}
}

@media only screen and (min-device-width: 414px) and (max-device-height: 896px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 3){
/* Styles */
    .weoffer-heading {font-size: 30px; line-height: 40px;}
    #weoffer{padding:30px 0;}
    .col-left {gap: 10px;}
}

/* Samsung Galaxy S3 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){
/* Styles */
    .weoffer-heading {font-size: 30px; line-height: 40px;}
    #weoffer{padding:30px 0;}
    .col-left {gap: 10px;}
}

@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
/* Styles */
    .weoffer-heading {font-size: 30px; line-height: 40px;}
    #weoffer{padding:30px 0;}
    .col-left {gap: 10px;}
}

/* Samsung Galaxy S4 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 3){
/* Styles */
    .weoffer-heading {font-size: 30px; line-height: 40px;}
    #weoffer{padding:30px 0;}
    .col-left {gap: 10px;}
}

@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 3){
/* Styles */
    .weoffer-heading {font-size: 30px; line-height: 40px;}
    #weoffer{padding:30px 0;}
    .col-left {gap: 10px;}
}

/* Samsung Galaxy S5 ----------- */
@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 3){
/* Styles */
    .weoffer-heading {font-size: 30px; line-height: 40px;}
    #weoffer{padding:30px 0;}
    .col-left {gap: 10px;}
}

@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 3){
/* Styles */
    .weoffer-heading {font-size: 30px; line-height: 40px;}
    #weoffer{padding:30px 0;}
    .col-left {gap: 10px;}
}



