/* COLORS */
.bg--base-color {
    background-color: #03bdfe !important;
}

.theme-color {
    background-color: #03bdfe !important;
}

.text--base-color {
    color: #03bdfe !important;
}

/* Custom styles */
.--min-content-width {
    min-width: min-content;
}
.--is-margin-bottom-0 {
    margin-bottom: 0;
}

.--unset-position {
    position: unset;
}

/* Header */
.image-container {
    width: 60%;
}

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

.nav-link-black {
    color: black !important;
}

/* Add this CSS rule to unset box-shadow on .navbar-toggler when focused */
.navbar-toggler:focus {
    box-shadow: unset;
}

/* Hero Section */
/* TODO */
/* .carousel-indicators {
    width: 10px;
    height: 10px;
    cursor: pointer;
    border: 1px solid #fff;
    border-radius: 10px;
} */
.customized-carousel-indicators {
    height: 1rem !important;
    width: 1rem !important;
}
.mobile-prev-icon {
    font-size: 2rem;
    color: #767676;
}

/* Mobile Menu */
/* Default styles for mobile-carousel-indicators */
.mobile-carousel-indicators {
    /* Default styles - NONE */
}

.mobile-carousel-indicators-btn {
    /* Default styles - NONE */
}

.mobile-menu {
    /* Default styles - NONE */
}

.mobile-navbar-toggler {
    border: none;
    background-color: white;
}

.mobile-tel-icon {
    padding-right: 3rem;
}

.mobile-page-header {
    display: none;
}

/* Media query for screens with a maximum width of 767px (mobile) */
@media (max-width: 767px) {
    .mobile-page-header {
        display: block;
    }

    .mobile-menu {
        height: 0 !important;
        padding: 0;
    }

    .mobile-carousel-indicators {
        bottom: -1rem; /* Adjust the value as needed */
    }

    .mobile-carousel-indicators-btn {
        background-color: #03bdfe !important;
    }
}

.footer-link {
    text-decoration: none;
    color: #767676;
    transition: all 0.3s;
}

.social-links {
    list-style: none;
    display: flex;
    gap: 1.5rem;
}

.social-icon {
    height: 1.5rem;
    width: 1.5rem;
}

/* Our Products */
.category-module {
    height: 14rem;
}

.category-module a {
    border-radius: 3px;
    box-shadow: 0 0 7px 0 hsla(0, 0%, 70.6%, 0.5);
    border: 1px solid #fff;
    background-color: #fff;
    display: block;
    padding: 1.25rem 0.9375rem;
    height: 100%;
    text-decoration: none;
}

.category-module a:hover {
    box-shadow: 0 0 8px 0 #0070b8;
    cursor: pointer;
}

.card-img-top {
    object-fit: contain;
    height: 70%;
}

/* Home new category */
.home-news {
    padding: 2.875rem 0;
    align-items: center;
}

.home-news-title {
    font-weight: 600;
    font-style: normal;
    line-height: 1.18;
    letter-spacing: normal;
}

.fixed-card {
    width: 210px;
    height: 250px;
}

/* Home new category */
.home-news {
    padding: 2.875rem 0;
    align-items: center;
}

.category-module-allcatlink {
    font-size: 1.5rem;
    font-weight: 600;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: center;
    color: #0070b8;
}

.contact-link {
    text-decoration: none;
    color: black;
    transition: all 0.3s;
    line-height: 1.5;
}

.product-module a {
    border-radius: 3px;
    box-shadow: 0 0 7px 0 hsla(0, 0%, 70.6%, 0.5);
    border: 1px solid #fff;
    background-color: #fff;
    display: block;
    padding: 1.25rem 0.9375rem;
    height: 100%;
    text-decoration: none;
}

.product-module a:hover {
    box-shadow: 0 0 8px 0 #0070b8;
    cursor: pointer;
}

.product-module-allcatlink {
    font-size: 1.5rem;
    font-weight: 600;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: center;
    color: #0070b8;
}

/* Quote */

.blockquote-custom {
    position: relative;
    font-size: 1.1rem;
}

.blockquote-custom-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -25px;
    left: 50px;
}
