:root {
    --secondary-color: #f8f9fb;
    --light-grey: #e6e8ec;
}

h1,
h2,
h3,
h4,
h5,
h6,
a {
    color: var(--theme-gray) !important;
}

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; /* remove the gap so it doesn't close */
}

a.dropdown-toggle {
    cursor: pointer;
}

.navbar-shadow {
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.08);
}

.share-control {
    display: inline;
}

@media (max-width: 576px) {
    .share-control {
        display: none !important;
    }

    .qr-mobile {
        justify-content: center !important;
    }
}

@media (max-width: 576px) {
    .language-qr {
        display: none !important;
    }
}

.share-control-qr {
    display: none !important;
}

@media (max-width: 576px) {
    .share-control-qr {
        display: inline !important;
    }
}

.home-body {
    margin-top: 1rem;
    background-color: var(--secondary-color);
    border-radius: 20px;
    padding: 5rem 3rem;
    background-image: url(../assets/images/home_bg.svg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;
}

h6 {
    font-weight: normal !important;
}

.footer {
    border-top: 1px solid var(--secondary-color);
    padding-top: 2rem;
    margin-top: 3rem;
}

.footer-social {
    list-style: none;
    margin: 2rem 0;
}

.footer-social a {
    display: inline-flex;
    background-color: var(--secondary-color);
    padding: 1rem;
    border-radius: 100rem;
    margin: 0.25rem;
}

input .newsletter {
    background-color: var(--secondary-color);
}

h5 {
    font-weight: 100 !important;
}

.sub-footer {
    background-color: var(--secondary-color);
    border-radius: 25px 25px 0 0;
    margin-top: 1rem;
    padding: 1rem 2rem;
}

.footer-list {
    list-style: none;
}

.footer-list li {
    margin-bottom: 1rem;
}

.language-font {
    font-size: 18px !important;
}

.language-circle {
    background-color: var(--primary-50);
    padding: 1rem;
    border-radius: 30rem;
    text-transform: uppercase;
    font-size: larger;
    font-weight: 600;
    display: inline-table;
    cursor: pointer;
}

#qr-code > * {
    width: 150px;
    height: 150px;
}

.options-actions {
    background-color: transparent !important;
}

.primary-btn {
    background-color: var(--primary) !important;
    color: white !important;
}

.primary-btn * {
    color: white !important;
}

.secondary-btn {
    background-color: white !important;
    border: 1px solid var(--primary) !important;
}

.secondary-btn > * {
    color: var(--primary) !important;
}

.application-banner {
    /* background: rgb(98, 175, 163); */
    /* background: linear-gradient(90deg, rgba(98, 175, 163, 1) 0%, rgba(10, 130, 112, 1) 100%); */
    background: url(../assets/images/banner_bg.svg),
        linear-gradient(267.33deg, #0a8270 28.13%, #62afa3 97.99%);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 25px;
}

.big-btn-icon {
    background-color: var(--secondary-color);
    border-radius: 25px;
    text-align: center;
    min-height: 10rem;
}

.btn-primary:hover {
    color: black !important;
}

.secondary-btn:hover {
    background-color: var(--primary) !important;
    color: white !important;
}

.secondary-btn:hover * {
    color: white !important;
    transition: 0.5s;
}

.primary-btn:hover {
    border: 1px solid var(--primary);
    background-color: white !important;
    color: var(--primary) !important;
}

.primary-btn:hover * {
    color: var(--primary) !important;
    transition: 0.5s;
}

.options-actions a span {
    color: white;
}

.btn-close {
    background-color: var(--secondary-color) !important;
    border-radius: 50rem !important;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.08) !important;
    padding: 0.5rem 0.5rem !important;
}

.modal-top-icon {
    border: 1px solid var(--light-grey);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    align-content: center;
    border-radius: 0.5rem;
    margin: 1rem 0;
    color: var(--primary);
}

.item-card {
    background-color: white;
    border-radius: 20px;
    padding: 1rem;
    border: 1px solid lightgray;
    margin-bottom: 1rem;
    height: 100%;
}

.item-card-height {
    max-height: 300px;
}

.desc-card-height {
    height: 400px;
}

/* .clip-img {
    min-height: 15rem;
    background-size: cover !important;
    background-repeat: no-repeat !important;
} */

.clip-img {
    width: 100%; /* Adjust width as needed */
    max-height: 15rem;
    min-height: 15rem; /* Maintain the aspect ratio */
    object-fit: cover; /* Cover the container */
    object-position: top; /* Align the image to the top */
}

.image-div img {
    max-height: 15rem;
    width: auto;
}

.image-h-div img {
    max-height: 10rem;
    width: auto;
    max-width: 8rem;
}

.clip-text {
    display: -webkit-box;
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    height: 2.7em;
    line-height: 1.3em !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.ext-icon {
    background-color: var(--light-grey);
    display: inline-block;
    padding: 0.2rem 0.5rem;
    border-radius: 5px;
}

.header-box {
    border-radius: 25px;
}

.tag-icon {
    color: black !important;
    background: var(--light-grey) !important;
}

.rotate-90 {
    rotate: 90deg;
}

.color-primary {
    color: var(--primary) !important;
}

#full_description_content {
    background-color: var(--secondary-color);
}

.bottom-banner {
    /* height: 5.5rem; */
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: white;
    z-index: 1;
}

.secondary-bg {
    background-color: var(--secondary-color) !important;
}

.copy-input {
    background-color: white;
}

.input-wrapper {
    position: relative;
    display: inline-block;
}

.input-wrapper button,
.input-wrapper a {
    position: absolute;
    top: 0;
    border: none;
    background-color: transparent;
    cursor: pointer;
}

/* .custom-title:before {
    position: absolute;
    height: 0.5px;
    width: 6rem;
    background-color: black;
    content: "";
    left: 20%;
    margin: 0.7rem auto 0 auto;
}

.custom-title:after {
    position: absolute;
    height: 0.5px;
    width: 6rem;
    background-color: black;
    content: "";
    right: 20%;
    margin: 0.7rem auto 0 auto;
} */

.page-item {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
}

.page-item a {
    border-radius: 6px !important;
}

.page-link {
    padding: 0.3rem 0.75rem !important;
}

.page-link.active {
    background-color: #1b2537;
    color: white;
}

.about-box {
    padding: 10rem;
    background: url(../assets/images/about-bg.svg),
        linear-gradient(
            103.51deg,
            #eef2f6 25.5%,
            #ffffff 39%,
            #eef2f6 49%,
            #eef2f6 59%
        );
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 3rem;
}

.about-box > * {
    width: 50%;
}

.li-box {
    padding: 0.5rem 1.5rem;
    border-radius: 5rem;
    margin-bottom: 1rem;
    font-weight: bold;
}

.li-1 {
    background-color: #ecf5f4;
    color: #0a8270;
}

.li-2 {
    background-color: #fff8e5;
    color: #ffbc00;
}

.li-3 {
    background-color: #a272ed40;
    color: #9862eb;
}

.contact-box {
    background: linear-gradient(
        103.51deg,
        #eef2f6 25.5%,
        #ffffff 39%,
        #eef2f6 49%,
        #eef2f6 59%
    );
    padding: 3rem;
    border-radius: 30px;
}

.dark-social .footer-social a {
    background-color: darkslategray;
    color: white;
}

.form-group .form-control-icon {
    position: absolute;
    z-index: 2;
    display: block;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
    padding: 0 1rem;
}

.rate {
    height: 46px;
    padding: 0 10px;
    display: inline-block;
}

.rate:not(:checked) > input {
    position: absolute;
    top: -9999px;
}

.rate:not(:checked) > label {
    float: right;
    width: 1em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 30px;
    color: #ccc;
}

.rate:not(:checked) > label:before {
    content: "★ ";
    /* content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 24" fill="none"><path d="M115.082 3.1282C115.429 2.32315 116.571 2.32315 116.918 3.1282L119.098 8.18009C119.245 8.52097 119.569 8.7523 119.939 8.7809L125.53 9.2129C126.427 9.28221 126.783 10.4083 126.09 10.9811L121.885 14.4523C121.589 14.6972 121.459 15.0904 121.551 15.4637L122.845 20.692C123.058 21.5519 122.13 22.2434 121.367 21.794L116.507 18.9331C116.194 18.7487 115.806 18.7487 115.493 18.9331L110.633 21.794C109.87 22.2434 108.942 21.5519 109.155 20.692L110.449 15.4637C110.541 15.0904 110.411 14.6972 110.115 14.4523L105.91 10.9811C105.217 10.4083 105.573 9.28221 106.47 9.2129L112.061 8.7809C112.431 8.7523 112.755 8.52097 112.902 8.18009L115.082 3.1282Z" fill="#CBD5E1"/></svg>'); */
}

.rate > input:checked ~ label {
    color: var(--primary);
}

.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
    color: #1d7f77;
}

.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
    color: #164945;
}
.sidenav nav {
    background-color: #fff;
    z-index: 9;
    position: relative;
    height: 100vh;
    top: 0;
    overflow-y: auto;
}
.sidenav.open-side {
    left: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.sidenav.open-side .sidebar-overlay {
    opacity: 0.8;
    visibility: visible;
}
.sidenav .sidebar-overlay {
    visibility: hidden;
    opacity: 0;
    background-color: #212331;
    position: fixed;
    z-index: 6;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    -webkit-transition: all 1s;
    transition: all 1s;
}
.sidenav .closebtn {
    position: absolute;
    top: 0;
    font-size: 36px;
    margin-left: 50px;
    margin-top: 50px;
    color: #938d8c;
}

.sidenav .pixelstrap li ul li a {
    padding: 5px 35px;
}
.sidenav .pixelstrap li ul li a:active,
.sidenav .pixelstrap li ul li a:focus,
.sidenav .pixelstrap li ul li a.highlighted {
    padding: 5px 35px;
}
.sidenav .pixelstrap li .clothing-menu li a {
    padding: 5px 0 !important;
}
.sidenav .pixelstrap li .clothing-menu li a:focus {
    font-size: 14px;
}
.sidenav .pixelstrap li .clothing-menu li a:hover {
    font-size: 14px;
    padding: 5px 0;
}
.sidenav .pixelstrap li .clothing-menu li a:focus,
.sidenav .pixelstrap li .clothing-menu li a:hover {
    padding: 5px 0 !important;
}

header.left-header .top-header {
    padding-left: 0;
}
header.left-header .top-header .header-contact {
    display: none;
}
header.left-header .sidenav {
    left: -300px;
}
header.left-header .sidenav.open-side {
    left: 0;
}
header.left-header .sidenav .sidebar-back {
    display: block;
    color: black;
    border-bottom: 1px dashed #ddd;
}
header.left-header .sidenav .brand-logo {
    display: none;
}
header.left-header .sidenav .left-sidebar_center {
    padding: 0 0 25px 25px;
}
header.left-header .main-menu .menu-left .navbar {
    display: block;
}
header.left-header .main-menu .menu-left .mobile-logo {
    display: block;
    border: none;
}
header.left-header .search-overlay {
    padding-left: 0;
}
.header-options span {
    font-size: 14px;
}

.sidenav {
    height: 100vh;
    width: 300px;
    position: fixed;
    z-index: 9999;
    top: 0;
    background-color: #fff;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.sidenav .sidebar-back {
    padding: 20px;
    font-size: 18px;
    color: #222;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 1px solid #efefef;
    margin-bottom: 20px;
    cursor: pointer;
}
.sidenav nav {
    background-color: #fff;
    z-index: 9;
    position: relative;
    height: 100vh;
    top: 0;
    overflow-y: auto;
}
.sidenav.open-side {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.sidenav.open-side .sidebar-overlay {
    opacity: 0.8;
    visibility: visible;
}
.sidenav .sidebar-overlay {
    visibility: hidden;
    opacity: 0;
    background-color: #212331;
    position: fixed;
    z-index: 6;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    -webkit-transition: all 1s;
    transition: all 1s;
}
.sidenav .closebtn {
    position: absolute;
    top: 0;
    font-size: 36px;
    margin-left: 50px;
    margin-top: 50px;
    color: #938d8c;
}
.sidenav .pixelstrap li a {
    margin: 0.2rem auto;
    display: inline-block;
}

#burger-btn {
    display: inline-block;
    padding: 0.5rem;
    background-color: white;
    border-radius: 0.7rem;
}

.mobile-search-btn {
    width: 40px;
    height: 40px;
}

.total-count-box {
    display: inline-flex;
    align-items: center;
    background-color: #005d0030;
    border-radius: 5px;
    padding: 0 1rem;
    text-wrap: nowrap;
}

.focus-btn {
    background-color: dimgray !important;
    color: white !important;
    transition: 0.3s;
}

#filter-box {
    transition: 0.3s;
}

.gradient-box {
    background: linear-gradient(267.33deg, #0a8270 28.13%, #62afa3 97.99%);
    padding: 12rem 2rem 2rem 2rem;
    border-radius: 1rem;
}

.gradient-box * {
    color: white !important;
}

.light-white-bg {
    background-color: #ffffff24 !important;
}

[class*="custom-btn"] {
    padding-top: 3rem;
    padding-bottom: 3rem;
    min-height: 15rem;
}

.custom-title {
    display: flex;
    align-items: center;
    text-align: center;
    padding: 0 2rem;
}

.custom-title::before,
.custom-title::after {
    content: "";
    flex: 1;
    border-bottom: 1px solid #000;
}

.custom-title:not(:empty)::before {
    margin-right: 1rem;
}

.custom-title:not(:empty)::after {
    margin-left: 1rem;
}

.search-overlay {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    background-color: #fff;
    transition: 0.3s;
}
.search-overlay > div {
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.search-overlay > div .overlay-content {
    width: 100%;
}

.mb-45 {
    margin-bottom: 2rem !important;
}

.input-wrapper button {
    bottom: 0;
}

.form-control:focus {
    box-shadow: 0 0 0 1px var(--primary) !important;
    background-color: white !important;
}

.navbar {
    padding: 0 !important   ;
}

.search-overlay > div .closebtn {
    position: absolute;
    top: 10px;
    color: #777;
    font-size: 40px;
    cursor: pointer;
}
.nav-item.current:after {
    content: "";
    display: block;
    height: 3px;
    width: 50%;
    border-radius: 20px;
    margin-top: 4px;
    background: var(--primary) !important;
}

.modal.show {
    backdrop-filter: blur(5px);
}

.btn-close {
    position: absolute;
    top: 1.5rem;
}

.svg-inline--fa {
    display: var(--fa-display, inline-block);
    height: 1em;
    overflow: visible;
    vertical-align: -0.125em;
}

.w-max-30 {
    max-width: 30rem;
}

.w-max-25 {
    max-width: 25rem;
}

.more-langs {
    display: none;
}

/* Mobile devices (Phones, 576px and down) */
@media (max-width: 576px) {
    h1 {
        font-size: 24px !important;
    }

    h2 {
        font-size: 24px !important;
    }

    h3 {
        font-size: 24px !important;
    }

    h4 {
        font-size: 20px !important;
    }

    h5 {
        font-size: 18px !important;
    }

    h6 {
        font-size: 16px !important;
    }

    body {
        font-size: 14px !important;
    }

    .mobile-more-langs {
        display: none;
    }

    .footer > * {
        text-align: center;
    }

    .home-body {
        margin-top: 2rem;
        padding: 3rem 3rem;
    }

    @media (max-width: 576px) {
        .home-body {
            margin-top: 0 !important;
            padding: 1rem 3rem;
        }
    }

    .about-box {
        padding: 3rem;
    }

    .about-box > * {
        width: 100%;
    }

    .gradient-box {
        padding-top: 6rem;
    }
}

/* Large devices (Desktop, 576px and up) */

@media (min-width: 577px) {
    h1 {
        font-size: 48px !important;
        color: #000 !important;
    }

    h2 {
        font-size: 40px !important;
    }

    h3 {
        font-size: 32px !important;
    }

    h4 {
        font-size: 24px !important;
    }

    h5 {
        font-size: 20px !important;
    }

    h6 {
        font-size: 18px !important;
    }

    body {
        font-size: 16px !important;
        color: var(--neutral-600) !important;
    }
}
