@import url('https://fonts.googleapis.com/css2?family=Alexandria:wght@100..900&display=swap');

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/

html, body {

  scrollbar-width: none;

  -ms-overflow-style: none;
}

html::-webkit-scrollbar,
body::-webkit-scrollbar {
  width: 0px;
  height: 0px;
  display: none;
}

.counts {
    padding: 70px 0 60px;
}

.counts .count-box {
    padding: 51px 28px 38px 30px;
    width: 100%;
    position: relative;
    text-align: center;
    background: #fff;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);
    border-top-right-radius: 24px;
    border-bottom-left-radius: 24px;
}

.counts .count-box i {
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 24px;
    background: var(--accent-color);
    padding: 12px;
    color: #fff;
    border-radius: 50px;
    border: solid 9px #f1f5f9;
}

.counts .count-box span {
    font-size: 36px;
    display: block;
    font-weight: 600;
    color: var(--text-color);
}

.counts .count-box p {
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    font-family: Alexandria, sans-serif;
}

.tab-buttons {
    display: flex;
    margin-bottom: 20px;
    justify-content: center;
}

.tab-link {
    background: transparent;
    color: #fff;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    position: relative;
    font-size: 16px;
    transition: background 0.3s;
    border-radius: 31px;
}

.tab-link.active {
    background: var(--accent-color);
    border-radius: 31px;
}

.discount {
    display: block;
    position: absolute;
    top: -16px;
    right: 3px;
    background: #e94560;
    color: #fff;
    padding: 4px 10px;
    border-radius: 7px;
    font-size: 12px;
}

.tab-content {
    /*  background: #f8f8f8; */
    /*   background: #16213e; */
    padding: 20px;
    border-radius: 0 0 5px 5px;
}

.tab-panel {
    display: none;
}

.tab-panel.active {
    display: block;
    text-align: center;
}

.tabs {
    background-color: var(--fill-opacity);
    border: 1px solid #ced4da;
    padding: 10px 21px;
    border-radius: 41px;
    display: flex;
    width: 49%;
    justify-content: space-between;
}

.tabs button {
    color: #191c3c;
    font-weight: bold;
}

.tabs button.active {
    color: #ffffff;
    font-weight: bold;
}

#hero:before {
    content: "";
    background:
        color-mix(in srgb, var(--primary-color), transparent 9%);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

#header {
    height: auto;
    padding: 12px 0px;
    transition: all 0.5s;
    z-index: 9999;
    transition: all 0.5s;
    background: transparent;
}

#header.header-scrolled .nav-menu a {
    color: rgb(255 255 255 / 70%);
}

.main-box.row {
    direction: ltr;
}

.info div {
    display: flex;
    align-items: center;
}

/* 
background: #0b2f58
#0f3460
*/


.sidebar {
    background-color: #fff;
    padding: 24px;
    border-right: 1px solid #e0e0e0;
    min-height: 100vh;
    transition: transform 0.3s ease;
}

.sidebar h5 {
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: 16px;
    color: #1a1a1a;
}

.filter-box {
    border: 2px solid #007bff;
    padding: 16px;
    margin-bottom: 24px;
    border-radius: 8px;
    background-color: #f8f9fa;
}

.filter-box label {
    font-size: 0.875rem;
    margin-right: 16px;
    color: #444;
}

.main-content {
    padding: 24px;
    position: relative;
}

.product-card {
    position: relative;
    border: none;
    border-radius: 12px;
    padding: 16px;
    margin-bottom: 24px;
    background: linear-gradient(145deg, #ffffff, #e6e6e6);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1), 0 6px 20px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
}

.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2), 0 12px 40px rgba(0, 0, 0, 0.1);
}

.new-badge {
    position: absolute;
    top: 8px;
    right: 8px;
    background-color: #28a745;
    color: #fff;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 0.75rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.product-title {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 8px;
    color: #1a1a1a;
    background: linear-gradient(90deg, #007bff, #00c4b4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.product-desc {
    font-size: 0.875rem;
    color: #666;
    margin-bottom: 12px;
    line-height: 1.5;
}

.user-info {
    font-size: 0.75rem;
    color: #777;
    margin-bottom: 12px;
    background-color: #f8f9fa;
    padding: 8px;
    border-radius: 4px;
}

.try-btn {
    display: inline-block;
    background: linear-gradient(90deg, #007bff, #0056b3);
    color: #fff;
    border: none;
    padding: 8px 16px;
    border-radius: 4px;
    text-decoration: none;
    font-size: 0.875rem;
    transition: background 0.3s ease;
}

.try-btn:hover {
    background: linear-gradient(90deg, #0056b3, #003087);
}

.filter-toggle {
    display: none;
    background: linear-gradient(90deg, #007bff, #0056b3);
    color: #fff;
    border: none;
    padding: 8px 16px;
    border-radius: 4px;
    font-size: 1rem;
    margin-bottom: 16px;
}

.pagination {
    display: flex;
    justify-content: center;
    margin-top: 24px;
}

.pagination a {
    margin: 0 4px;
    padding: 8px 16px;
    border-radius: 4px;
    background-color: #fff;
    color: #007bff;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.pagination a.active {
    background: linear-gradient(90deg, #007bff, #0056b3);
    color: #fff;
}

.pagination a:hover:not(.active) {
    background-color: #e0e0e0;
}

.loading-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 100;
}

.spinner {
    width: 40px;
    height: 40px;
    border: 4px solid #007bff;
    border-top: 4px solid transparent;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 768px) {
    .sidebar {
        position: fixed;
        top: 0;
        left: -80%;
        width: 80%;
        z-index: 1000;
        height: 100%;
        transform: translateX(0);
    }

    .sidebar.active {
        transform: translateX(100%);
    }

    .filter-toggle {
        display: block;
    }

    .main-content {
        padding: 16px;
    }

    .product-card {
        margin-bottom: 16px;
    }

    .close-filter {
        display: block;
        background: #dc3545;
        color: #fff;
        border: none;
        padding: 8px 16px;
        border-radius: 4px;
        margin-bottom: 16px;
    }
}

div#productContainer {
    height: auto !important;
    height: 670.594px !important;
}

.hl-3 {
    line-height: 30px;
}

.text-start {
    text-align: start;
}



/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/


.hero-waves {
    display: block;
    margin-top: 115px;
    width: 100%;
    height: 60px;
    z-index: 5;
    position: relative;
}

.wave1 use {
    -webkit-animation: move-forever1 10s linear infinite;
    animation: move-forever1 10s linear infinite;
    -webkit-animation-delay: -2s;
    animation-delay: -2s;
}

.wave2 use {
    -webkit-animation: move-forever2 8s linear infinite;
    animation: move-forever2 8s linear infinite;
    -webkit-animation-delay: -2s;
    animation-delay: -2s;
}

.wave3 use {
    -webkit-animation: move-forever3 6s linear infinite;
    animation: move-forever3 6s linear infinite;
    -webkit-animation-delay: -2s;
    animation-delay: -2s;
}

@-webkit-keyframes move-forever1 {
    0% {
        transform: translate(85px, 0%);
    }

    100% {
        transform: translate(-90px, 0%);
    }
}

@keyframes move-forever1 {
    0% {
        transform: translate(85px, 0%);
    }

    100% {
        transform: translate(-90px, 0%);
    }
}

@-webkit-keyframes move-forever2 {
    0% {
        transform: translate(-90px, 0%);
    }

    100% {
        transform: translate(85px, 0%);
    }
}

@keyframes move-forever2 {
    0% {
        transform: translate(-90px, 0%);
    }

    100% {
        transform: translate(85px, 0%);
    }
}

@-webkit-keyframes move-forever3 {
    0% {
        transform: translate(-90px, 0%);
    }

    100% {
        transform: translate(85px, 0%);
    }
}

@keyframes move-forever3 {
    0% {
        transform: translate(-90px, 0%);
    }

    100% {
        transform: translate(85px, 0%);
    }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
.advance-flex {
    display: flex;
    flex-wrap: wrap;
}

.advance-card-icon.d-flex.align-items-center.justify-content-center {
    background-color: #f7f7f7;
    padding: 13px 13px;
    border: 3px solid rgb(67 76 217 / 30%);
    outline: 2px dashed rgb(88 67 217 / 30%);
    box-shadow: 0px 3.34px 37.8px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 3.34px 37.8px 0px rgba(0, 0, 0, 0.1);
    outline-offset: 5px;
    margin-bottom: 15px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    margin: 30px 15px;
}

h3.it-name {
    font-family: 'Alexandria';
    font-weight: 600;
    font-size: 14px;
}

.advance-card-icon.d-flex.align-items-center.justify-content-center img {
    width: 40px;
    height: 40px;
    object-fit: scale-down;
}

.advance-card.d-flex.justify-content-center.flex-column.align-items-center.text-center {
    margin: 0px 7px;
}

.langico {
    width: 25px;
    border-radius: 90% !important;
}

.subtitle {
    background-color: #FFEFCA;
    color: var(--second-color);
    border: 1px solid #FFB917;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    padding: 10px 20px;
    margin-bottom: 20px;
    display: inline-block;
    text-transform: capitalize;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.side-tabs-container {
    display: flex;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.tabs-nav {
    width: 277px;
    background-color: rgb(19 22 53);
    padding: 19px 0;
    padding-right: 15px;
    align-content: center;
}

.tab-item {
    padding: 6px 0px;
    margin: 15px 0px;
    color: #ecf0f1;
    cursor: pointer;
    font-size: 16px;
    transition: all 0.3s ease;
    border-right: 4px solid transparent;
}

/* .tab-item:hover {
    background-color: #34495e;
}
 */
.tab-item.active {
    background-color: #ffffff;
    color: #151212cc;
    font-family: 'Alexandria';
    border-top-right-radius: 90px;
    border-bottom-right-radius: 90px;
}

.tab-content-area {
    flex: 1;
    padding: 30px;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

.tab-content h2 {
    color: #2c3e50;
    margin-bottom: 15px;
    font-size: 24px;
}

.tab-content p {
    color: #34495e;
    line-height: 1.6;
    font-size: 16px;
}

.sub-item span {
    margin: 0px 10px;
}

.sub-item {
    padding: 4px 10px;
}

.sub-item svg {
    width: 20px;
}


.contact-inner-col {
    padding: 57px 23px;
    background-color: var(--bg-card);
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}


.rounded_xl {
    border-radius: 20px !important;
}

.fill-opacity {
    background: var(--fill-opacity);
}

.svg {
    background-color: #f7f7f7;
    padding: 0px 5px;
    border: 3px solid rgb(67 76 217 / 30%);
    outline: 2px dashed rgb(88 67 217 / 30%);
    box-shadow: 0px 3.34px 37.8px 0px rgba(0, 0, 0, 0.1);
    outline-offset: 5px;
    -webkit-border-radius: 50%;
    margin: 3px 1px;
}


.tab-item.active .sub-item {
    background: #131635;
    height: 48px;
    border-radius: 90px;
    z-index: 999;
    position: relative;
    margin-right: 3px;
    color: #fff;
}

/*--------------------------------------------------------------
# log
--------------------------------------------------------------*/

.info img {
    width: 89%;
}

.slider-container {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 151px;
    background-color: #ffffff;
}

.slider-track {
    display: flex;
    gap: 30px;
    position: absolute;
    top: 29px;
    left: 0;
    will-change: transform;
}

.slider-track img {
    height: 100px;
    width: 150px;
    object-fit: contain;
    flex-shrink: 0;
}

.sr-only {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    white-space: nowrap;
}

.box.features.feature-full-bg.bg-light.text-center.position-relative.overflow-hidden.border-0 {
    border-radius: 13px !important;
    padding: 13px 23px !important;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);
}

.advance-card-icon.top-icon.d-flex.align-items-center.justify-content-center {
    padding: 11px 0px;
    margin: 0px 0px 0px;
    width: 62px;
    margin: 6px auto 16px;
}
.btn.btn-primary.btn-more{
        border-radius: 4px;
    padding: 10px 26px;
    background: var(--accent-color);
    margin: 22px 0px 4px 0px;
    border: solid 2px var(--accent-color);
}

h1.title {
    font-weight: 900;
    color: var(--text-color);
}

h1.heading.mb-3 {
    font-size: 24px;
    font-weight: 900;
    line-height: 56px;
    font-family: 'Alexandria';
    color: var(--text-color);
}

a.back-to-top.Whatsapp {
    bottom: 75px;
}

a.back-to-top.Whatsapp img {
    width: 73px;
    height: auto;
    margin: 0px -16px;
}

.container_lx {
    margin: 0px 20px;
}p.para-desc.text-muted {
    font-family: 'Alexandria';
    font-size: 14px;
    line-height: 29px;
}.btn-primary {
    color: #fff;
    background-color: #2e54d3;
    border-color: #2e54d3;
}.text-primary {
    color: #2e54d3 !important;
}