* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

/* Only override font family, keep original sizes and weights */
body, html {
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif !important;
}

/* Apply font family to all text elements without changing their styling */
h1, h2, h3, h4, h5, h6, p, span, div, a, li, td, th, input, textarea, button, select, label {
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif !important;
}

/* Prevent automatic font size adjustments on mobile while keeping original sizes */
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

/* Ensure font family consistency on mobile without changing sizes */
@media screen and (max-width: 768px) {
    * {
        font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif !important;
    }
}

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

/* pricavy policy css */

.nowrap {
    white-space: nowrap;
}

/* Live chat  */
.whatsapp-float {
    position: fixed;
    bottom: 90px;
    right: 21px;
    background-color: #25d366 !important;
    color: white !important;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    padding: 0;
    font-size: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3) !important;
    animation: blink-glow 1s infinite ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-animation: blink-glow 1s infinite ease-in-out;
}

.whatsapp-float:hover {
    background-color: #fff !important;
    color: #25d366 !important;
}

/* .whatsapp-float:focus,
.whatsapp-float:active,
.whatsapp-float:visited {
    background-color: #25d366 !important;
    color: white !important;
} */

.area {
    height: 228px;
}

.call-float {
    position: fixed;
    bottom: 169px;
    right: 21px;
    background-color: #007bff !important;
    color: white !important;
    width: 58px;
    height: 56px;
    border-radius: 50%;
    padding: 0;
    font-size: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3) !important;
    animation: blink-glow 1s infinite ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-animation: blink-glow 1s infinite ease-in-out;
}

.call-float:hover {
    background-color: #fff;
    color: #007bff;
}

.area {
    height: 228px;
}

/* .call-float:focus,
.call-float:active,
.call-float:visited {
    background-color: #007bff !important;
    color: white !important;
} */

/* Arrange the mega menu items side by side */
/* .mega-menu {
    background: #fff;
    padding: 30px;
    border: 1px solid #e0e0e0;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    width: 100%;
    max-width: 1600px;
    margin: auto;
    overflow-x: hidden;
}

.series-block {
    margin-bottom: 30px;
}

.main_title {
    font-weight: 700;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
}

.mega-menu strong {
    font-size: 15px;
    font-weight: 600;
    color: #333;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 6px;
    margin-bottom: 10px;
    text-transform: uppercase;
    text-align: center;
    display: block;
    white-space: nowrap;
}

.sub-menu {
    margin-top: 5px;
}

.sub-menu li {
    margin-bottom: 6px;
}

.sub-menu a {
    font-size: 14px;
    color: #555;
    text-decoration: none;
    white-space: nowrap;
}

.sub-menu a:hover,
.sub-menu a.active {
    color: #0D80CE;
    font-weight: 600;
}

.main-menu .has-mega-menu:hover>.mega-menu,
.main-menu .has-mega-menu>.mega-menu:hover {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    transform: scaleY(1);
}

.main-menu .has-mega-menu > .mega-menu {
    opacity: 0;
    visibility: hidden;
    pointer-events: auto;
    transform: scaleY(0);
    transform-origin: top;
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
}
.rs-breadcrumb-content-wrapper
 {
    margin-left: -130px;
} */
/* .main-menu .has-mega-menu {
    position: relative;
} */

/* dropdown menu */
/* ========================
   BASE STYLING
======================== */
/* ----------- BASE ---------- */
/* Base Styles */
.has-mega-menu {
    position: relative;
}

/* Reset Dropdowns */
.nav-dropdown,
.dropdown-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* Hide All Dropdowns by Default */
.nav-dropdown,
.dropdown-submenu>.dropdown-menu {
    display: none;
}

/* First-Level Dropdown */
.nav-dropdown {
    position: absolute;
    top: 100%;
    background: #fff;
    min-width: 220px;
    border: 1px solid #eaeaea;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    z-index: 999;
}

/* Submenu Levels */
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    position: absolute;
    top: 0;
    left: 100%;
    min-width: 220px;
    background: #fff;
    border: 1px solid #eaeaea;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    z-index: 9999;
}

/* Link Styles */
.nav-dropdown a,
.dropdown-menu a {
    display: block;
    padding: 10px 15px;
    color: #333;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    border-bottom: 1px solid #f0f0f0;
    white-space: nowrap;
    background: #fff;
    transition: all 0.2s ease;
}

/* .nav-dropdown a:hover,
.dropdown-menu a:hover,
.nav-dropdown a.active,
.dropdown-menu a.active {
    background-color: #f9f9f9;
    color: #0D80CE;
} */
/* Main dropdown items */
.nav-dropdown a:hover,
.nav-dropdown li:hover>a {
    background-color: #0D80CE !important;
    color: #fff !important;
}

/* Deeper nested dropdowns */
.dropdown-menu a:hover,
.dropdown-menu li:hover>a {
    background-color: #0D80CE !important;
    color: #fff !important;
}

/* Arrow for Submenu */
.dropdown-toggle::after {
    /* content: "▶"; */
    display: inline-block;
    transform: none;
    font-size: 11px;
    margin-left: 8px;
    vertical-align: middle;
    line-height: 1;
    position: relative;
    top: 1px;
    /* tweak this if needed */
}

.dropdown-submenu:hover>a.dropdown-toggle::after {
    transform: rotate(90deg);
}

@media (max-width: 1015px) {

    .nav-dropdown,
    .dropdown-submenu>.dropdown-menu {
        display: none;
        position: static;
        width: 100%;
        /* background: #fff; */
        /* border: none;
        box-shadow: none; */
    }

    .has-mega-menu.open>.nav-dropdown,
    .dropdown-submenu.open>.dropdown-menu {
        display: block;
    }

    /* Remove hover on mobile */
    /*  .has-mega-menu:hover > .nav-dropdown,
    .dropdown-submenu:hover > .dropdown-menu {
        display: none;
    } */

    /* Padding per level */
    .nav-dropdown a,
    .dropdown-menu a {
        padding-left: 25px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .dropdown-submenu .dropdown-menu a {
        padding-left: 35px;
    }

    .dropdown-submenu .dropdown-menu .dropdown-menu a {
        padding-left: 45px;
    }

    /* Plus/Minus toggle icon */
    .has-mega-menu>a::after,
    .dropdown-submenu>a::after {
        /* content: "+"; */
        float: right;
        /* font-size: 16px; */
        margin-left: auto;
        padding-right: 10px;
    }

    .has-mega-menu.open>a::after,
    .dropdown-submenu.open>a::after {
        content: "–";
    }
}



/* Desktop: Hover-based dropdown */
@media (min-width: 992px) {

    .has-mega-menu:hover>.nav-dropdown,
    .nav-dropdown li:hover>.dropdown-menu {
        display: block;
    }
}

/* Mobile & Tablet: Click Toggle */
@media (max-width: 991.98px) {

    .nav-dropdown,
    .dropdown-submenu>.dropdown-menu {
        position: static;
        width: 100%;
        box-shadow: none;
        border: none;
    }

    .has-mega-menu>a::after,
    .dropdown-submenu>a::after {
        float: right;
        font-size: 14px;
        cursor: pointer;
    }

    .has-mega-menu.open>.nav-dropdown,
    .dropdown-submenu.open>.dropdown-menu {
        display: block;
    }

    /* Remove hover behavior in mobile */
    .has-mega-menu:hover>.nav-dropdown,
    .dropdown-submenu:hover>.dropdown-menu {
        display: none;
    }

    .nav-dropdown a,
    .dropdown-menu a {
        padding-left: 25px;
    }

    .dropdown-submenu .dropdown-menu a {
        padding-left: 35px;
    }

    .dropdown-submenu .dropdown-menu .dropdown-menu a {
        padding-left: 45px;
    }
}

.rs-contact-input .text-danger {
    font-size: 14px;
    text-align: left;
    margin-top: 4px;
}


.captcha-wrapper {
    display: inline-block;
    min-width: 300px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.text-danger {
    margin-top: 5px;
    font-size: 14px;
    color: red;
}

li span a {
    color: inherit !important;
    text-decoration: none !important;
}

li span a:hover {
    color: inherit !important;
    text-decoration: none !important;
}

/* logo responsive */
/* For screen width up to 720px */
@media (max-width: 720px) {
    .rs-header-logo img {
        height: 60px;
        max-width: 160px;
    }
}

/* For screen width up to 480px */
@media (max-width: 480px) {
    .rs-header-logo img {
        height: 78px;
        max-width: 210px;
        margin-left: 31px;
    }
}

/* For screen width up to 360px */
@media (max-width: 360px) {
    .rs-header-logo img {
        height: auto;
        max-width: 206px;
        margin-left: 13px;
    }
}

@media (max-width: 480px) {
    .rs-postbox-meta-list {
        margin-left: 17px;
    }
}

.hover-shadow:hover {
    box-shadow: 0 0.75rem 1.5rem rgba(0, 0, 0, 0.1);
}

.transition {
    transition: all 0.3s ease-in-out;
}

.hover-blue {
    transition: color 0.3s ease;
}

.hover-blue:hover {
    color: #0D80CE !important;
}

.modern-section-heading {
    font-size: 2.2rem;
    letter-spacing: 1px;
    position: relative;
    display: inline-block;
    margin-bottom: 2rem;
}

.modern-section-heading::after {
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    background-color: #0D80CE;
    margin: 0.5rem auto 0;
    border-radius: 2px;
}

@media (min-width: 768px) {
    .modern-section-heading {
        font-size: 2.5rem;
    }
}

/* tab css */
.nav-gap-tabs .nav-item {
    padding: 0 0.5rem;
}

/* Base styles for nav-link */
.nav-pills .nav-link {
    border-radius: 30px;
    padding: 0.5rem 1.25rem;
    background-color: #f1f5f9;
    color: #333;
    font-weight: 500;
    transition: all 0.3s ease-in-out;
    border: 1px solid transparent;
}

/* Hover effect */
.nav-pills .nav-link:hover {
    background-color: #e2e8f0;
    color: #0D80CE;
}

/* Active tab styling */
.nav-pills .nav-link.active {
    background-color: #0D80CE;
    color: #fff !important;
    font-weight: 600;
    box-shadow: 0 4px 12px rgba(13, 128, 206, 0.3);
}

/* Optional: Remove default border under tabs (if using nav-tabs class mistakenly) */
.nav-tabs {
    border-bottom: none;
}

@media (max-width: 576px) {
    .nav-gap-tabs {
        flex-wrap: wrap;
    }

    .nav-gap-tabs .nav-item {
        padding-bottom: 0.5rem;
    }
}

.banner-text {
    margin-left: -98px !important;
}

@media (min-width: 800px) and (max-width: 1360px) {
    .rs-header-btn {
        display: block !important;
    }
}

.offcanvas-contact-icon svg {
    width: 41px !important;
    height: 15px !important;
}

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

/* banner text */
@media (max-width: 480px) {
    .rs-breadcrumb-content-wrapper {
        margin-left: 41px;
    }
}

@media (max-width: 360px) {
    .rs-breadcrumb-content-wrapper {
        margin-left: 41px;
    }
}

@media (max-width: 480px) {
    .rs-breadcrumb-content-wrapper .banner-text {
        margin-left: 41px;
    }
}

@media (max-width: 360px) {
    .rs-breadcrumb-content-wrapper .banner-text {
        margin-left: 41px;
    }
}

@media (max-width: 480px) {
    .rs-breadcrumb-title .banner-img {
        margin-left: 143px;
    }

    .rs-breadcrumb-one .rs-breadcrumb-menu .sub-items {
        margin-left: 144px;
    }
}

.rs-header-btn .rs-btn {
    background-color: #0D80CE;
    /* Your button color */
    color: #fff;
    /* Your text color */
    transition: all 0.3s ease;
}

.rs-header-btn .rs-btn:focus,
.rs-header-btn .rs-btn:active,
.rs-header-btn .rs-btn:visited {
    outline: none !important;
    box-shadow: none !important;
    background-color: #0D80CE !important;
    /* Force same color as normal */
    color: #fff !important;
}

.recaptcha-container {
    width: 100%;
    max-width: 100%;
    transform-origin: top left;
}

/* Desktop and above (normal size) */
@media (min-width: 1025px) {
    .recaptcha-container {
        transform: scale(1);
        height: 78px;
    }
}

/* Medium screens (scale down slightly) */
@media (max-width: 1024px) {
    .recaptcha-container {
        transform: scale(0.85);
        height: 66px;
    }
}

/* Small screens (scale down more) */
@media (max-width: 768px) {
    .recaptcha-container {
        transform: scale(0.75);
        height: 58px;
    }
}

/* Extra small screens */
@media (max-width: 480px) {
    .recaptcha-container {
        transform: scale(0.65);
        height: 51px;
        margin-left: 0px !important;
    }
}

@media only screen and (max-width: 480px) {
    .rs-breadcrumb-one .title-text {
        margin-left: 146px !important;
    }
}

.product-hover:hover .product-img-wrapper {
    transform: scale(1.05);
    transition: 0.3s ease-in-out;
}

.product-hover:hover h6 {
    color: #007bff;
    transition: 0.3s ease-in-out;
}

.product-img-wrapper {
    transition: transform 0.3s ease-in-out;
}

.product-img-wrapper {
    margin-bottom: 6px;
    transition: transform 0.3s ease-in-out;
}

.product-hover h6 {
    margin: 0;
    font-size: 15px;
    transition: color 0.3s ease-in-out;
}

.product-hover .product-img-wrapper {
    transition: transform 0.3s ease-in-out;
}

.product-hover:hover .product-img-wrapper {
    transform: scale(1.05);
}

.product-hover h6 {
    transition: color 0.3s ease-in-out;
}

.product-hover:hover h6 {
    color: #007bff;
}

/* hover text color */
.product-hover:hover h6 {
    color: #007bff !important;
    transition: color 0.3s ease-in-out;
}

.product-hover h6 {
    color: #212529;
    /* default dark */
    transition: color 0.3s ease-in-out;
}

.multipage-menu li.active>a {
    color: #007bff !important;
}

.email-text-wrap {
    word-wrap: break-word;
    word-break: break-word;
    white-space: normal;
}

/* @media (max-width: 991.98px) {
            .rs-map-area {
                margin-top: 330px;
            }
        } */
@media (min-width: 768px) and (max-width: 991.98px) {
    .rs-map-area {
        margin-top: 346px;
    }
}

@media (min-width: 991.99px) and (max-width: 1366px) {
    .rs-map-area {
        margin-top: 351px;
    }
}

.rs-banner-one .rs-banner-item-wrapper {
    padding: 501px 0 190px 0 !important;
}

/* social media icon */
.info-card {
    position: relative;
    overflow: hidden;
    border-left: 4px solid;
    border-radius: 12px;
    background: #ffffff;
    padding: 24px;
    height: 100%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    animation: fadeInUp 0.6s ease forwards;
    opacity: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.info-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.info-icon {
    font-size: 28px;
    flex-shrink: 0;
}

.info-title {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin: 0 0 0 12px;
}

.social-link {
    display: inline-block;
    margin-top: 10px;
    color: #000;
    font-weight: 500;
    position: relative;
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-link::after {
    content: '';
    position: absolute;
    width: 0%;
    height: 2px;
    left: 0;
    bottom: -2px;
    background-color: currentColor;
    transition: 0.3s ease;
}

.social-link:hover {
    color: #000;
}

.social-link:hover::after {
    width: 100%;
}

/* Platform border colors */
.border-facebook {
    border-color: #1877F2;
}

.border-linkedin {
    border-color: #0A66C2;
}

.border-instagram {
    border-color: #C13584;
}

.border-twitter {
    border-color: #1DA1F2;
}

.border-wechat {
    border-color: #09b83e;
}

/* Animation */
@keyframes fadeInUp {
    0% {
        transform: translateY(30px);
        opacity: 0;
    }

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

.rs-breadcrumb-one .rs-breadcrumb-title {
    font-size: 34px !important;
}

@media (min-width: 992px) {
    .product-overview {
        width: 18% !important;
    }
}

/* testing products images */
.product-card {
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.4s ease;
    background: #fff;
}

.product-card:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.product-img-wrapper {
    overflow: hidden;
    border-radius: 20px 20px 0 0;
}

.product-card img {
    transition: transform 0.5s ease;
}

.product-card:hover img {
    transform: scale(1.08);
}

@media only screen and (max-width: 1366px) {
    .rs-header-logo img {
        margin-left: 21px;
    }

    .recaptcha-container {
        margin-left: -20px;
    }

    .nav-dropdown {
        margin-left: -75px;
    }

    .main-menu li a {
        padding: 15px 20p;
    }
}

@media (max-width: 480px) {
    .rs-banner-one .rs-banner-bg-thumb {
        background-size: cover;
        /* fill full width & height */
        background-position: center;
        /* keep image centered */
        background-repeat: no-repeat;
        width: 100%;
        height: 160px;
        /* adjust as needed for mobile */
        top: 0;
        inset-inline-end: 0;
        z-index: 1;
    }

    .rs-banner-one .rs-pagination.swiper-pagination {
        top: 192px;
    }

    .section-space-top {
        margin-top: -562px;
    }
}

@media (min-width: 481px) and (max-width: 768px) {
    .rs-banner-one .rs-banner-bg-thumb {
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        width: 100%;
        height: 300px;
        /* bigger than mobile but smaller than desktop */
        top: 0;
        inset-inline-end: 0;
        z-index: 1;
    }

    .rs-banner-one .rs-banner-navigation {
        margin-top: -167px;
    }

    .section-space-top {
        margin-top: -450px;
        /* reduce gap for tablet */
    }
}

@media (min-width: 1200px) and (max-width: 1366px) {
    .rs-breadcrumb-one .rs-breadcrumb-bg {
        position: absolute;
        width: 100%;
        height: 321px;
        top: 0;
        left: 0;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        z-index: -1;
    }

    /* shift content down so it doesn't overlap */
    .rs-breadcrumb-one {
        position: relative;
        padding-top: 420px;
        /* should be a bit larger than height */
    }

    .rs-breadcrumb-one .rs-breadcrumb-title {
        margin-top: -303px;
    }

    .banner-top {
        margin-top: -343px;
    }

    .contact-top {
        margin-top: -249px;
    }

    .details-section {
        margin-top: -214px;
    }

    .gallary-section {
        margin-top: -152px;
    }

    .privacy-page-top {
        margin-top: -287px;
    }
}

@media (max-width: 480px) {
    .whatsapp-float {
        bottom: 78px;
        right: 15px;
        width: 50px;
        height: 50px;
        font-size: 22px;
    }

    .call-float {
        bottom: 135px;
        right: 15px;
        width: 48px;
        height: 48px;
        font-size: 22px;
    }
}

@media (min-width: 1200px) and (max-width: 1366px) {
    .main-menu li a {
        padding: 14px 20px !important;
        font-size: 17px;
    }
}

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

@media (max-width: 768px) {
    .rs-breadcrumb-title {
        font-size: 2rem !important;
        line-height: 1.2 !important;
    }

    .rs-section-title {
        font-size: 1.8rem !important;
        line-height: 1.3 !important;
    }

    .rs-about-wrapper {
        margin-bottom: 2rem;
    }

    .rs-about-thumb img {
        border-radius: 8px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }

    .rs-portfolio-slider-wrapper .swiper-slide {
        padding: 0 5px;
    }

    .rs-team-item {
        margin-bottom: 2rem;
    }

    .container-fluid {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .rs-breadcrumb-menu ul {
        justify-content: center;
        flex-wrap: wrap;
    }

    .rs-section-subtitle {
        font-size: 1.5rem;
        margin-bottom: 1rem;
    }

    .list-style-disc li {
        margin-bottom: 1rem !important;
        font-size: 1.5rem;
        line-height: 1.5;
    }
}

@media (max-width: 576px) {
    .rs-breadcrumb-title {
        font-size: 1.8rem !important;
    }

    .rs-section-title {
        font-size: 1.8rem !important;
    }

    .bg-white {
        padding: 1rem !important;
    }

    .rs-about-content h6 {
        font-size: 2.2rem;
        margin-bottom: 1rem;
    }
}

/* FontAwesome icon fixes for mobile devices */
@media (max-width: 768px) {
    /* Ensure FontAwesome icons load properly on mobile */
    .fab, .fas, .far, .fal, .fad {
        font-family: "Font Awesome 6 Brands", "Font Awesome 6 Pro", "Font Awesome 6 Free" !important;
        font-weight: 400 !important;
        font-style: normal !important;
        font-variant: normal !important;
        text-rendering: auto !important;
        line-height: 1 !important;
        -webkit-font-smoothing: antialiased !important;
        -moz-osx-font-smoothing: grayscale !important;
    }

    /* Specific fixes for brand icons */
    .fab {
        font-family: "Font Awesome 6 Brands" !important;
        font-weight: 400 !important;
    }

    /* Solid icons */
    .fas {
        font-family: "Font Awesome 6 Pro", "Font Awesome 6 Free" !important;
        font-weight: 900 !important;
    }

    /* Force icon display */
    .fab:before, .fas:before, .far:before, .fal:before, .fad:before {
        display: inline-block !important;
        font-style: normal !important;
        font-variant: normal !important;
        text-rendering: auto !important;
        -webkit-font-smoothing: antialiased !important;
    }

    /* Fallback for specific social media icons if they still don't show */
    .fa-facebook-f:before {
        content: "\f39e" !important;
    }

    .fa-x-twitter:before {
        content: "\e61b" !important;
    }

    .fa-instagram:before {
        content: "\f16d" !important;
    }

    .fa-linkedin:before {
        content: "\f08c" !important;
    }

    .fa-whatsapp:before {
        content: "\f232" !important;
    }

    .fa-phone:before {
        content: "\f095" !important;
    }
}

/* Additional mobile-specific icon fixes */
@media (max-width: 480px) {
    /* Ensure icons are visible and properly sized */
    .offcanvas-social ul li a i,
    .whatsapp-float i,
    .call-float i {
        font-size: inherit !important;
        line-height: 1 !important;
        vertical-align: baseline !important;
    }

    /* Force font loading for mobile */
    .fab, .fas {
        font-display: swap !important;
    }
}

@media (min-width: 1366px) and (max-width: 1599px) {
    .rs-breadcrumb-one .rs-breadcrumb-bg {
        position: absolute;
        width: 100%;
        height: 321px;
        top: 0;
        left: 0;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        z-index: -1;
    }

    /* shift content down so it doesn't overlap */
    .rs-breadcrumb-one {
        position: relative;
        padding-top: 420px;
        /* should be a bit larger than height */
    }

    .rs-breadcrumb-one .rs-breadcrumb-title {
        margin-top: -303px;
    }

    .banner-top {
        margin-top: -343px;
    }

    .contact-top {
        margin-top: -249px;
    }

    .details-section {
        margin-top: -214px;
    }

    .gallary-section {
        margin-top: -152px;
    }

    .privacy-page-top {
        margin-top: -287px;
    }
}

@media (min-width: 1366px) and (max-width: 1599px) {
    .rs-header-logo img {
        margin-left: 21px;
    }

    .recaptcha-container {
        margin-left: -20px;
    }

    .nav-dropdown {
        margin-left: -75px;
    }

    .main-menu li a {
        padding: 15px 20p;
    }
}

.contact-label {
    font-weight: 600;
    color: #333;
    min-width: 60px;
}

.contact-link {
    font-size: 16px;
    color: #0056b3;
    text-decoration: none;
    user-select: text;
    transition: color 0.3s ease;
}

.contact-link:hover {
    color: #003d80;
    text-decoration: underline;
}

#modernProductCarousel .carousel-indicators {
    bottom: -34px;
}

#modernProductCarousel .carousel-indicators [data-bs-target] {
    width: 12px;
    height: 12px;
    background-color: #6c7a91;
    border-radius: 50%;
    border: none;
    opacity: 0.6;
    transition: opacity 0.3s, transform 0.3s;
}

#modernProductCarousel .carousel-indicators [data-bs-target].active {
    background-color: #3b5998;
    opacity: 1;
    transform: scale(1.2);
}

.contact-icon {
    color: #3b5998;
}

.contact-link {
    color: #2c3e50;
    text-decoration: none;
}

.contact-link:hover {
    color: #3b5998;
}

/* Desktop default */
.download-dropdown .dropdown-menu {
  min-width: 250px;
}

/* Hide from header on mobile */
@media (max-width: 768px) {
  .download-dropdown {
    display: none !important;
  }
}

.main-img {
    max-height: 450px;
    object-fit: contain;
}

.thumb-box {
    border: 2px solid #eee;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 90px;
    height: 90px;
}

.thumb-box:hover {
    border-color: #007bff;
    transform: scale(1.05);
}

.gallery-thumb {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

