@import url(../fonts/font-face.css);

/* ===== BASE STYLES ===== */

/* ===== THEME TOGGLE SWITCH ===== */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 30px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.switch:hover {
    transform: scale(1.05);
}

.switch:active {
    transform: scale(0.95);
}

.slider1 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f8fafc;
    border-radius: 34px;
    transition: 0.4s;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
}

.slider1:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 3px;
    bottom: 5px;
    background-color: white;
    border-radius: 50%;
    transition: 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

input:not(:checked) + .slider1:before {
    content: "☀️";
    transform: translateX(0);
    background: linear-gradient(135deg, #ffd166, #ff9e44);
}

input:checked + .slider1:before {
    content: "🌙";
    transform: translateX(calc(60px - 20px - 6px));
    background: linear-gradient(135deg, #35848f, #2a6a7a);
}

input:not(:checked) + .slider1 {
    background-color: #f8fafc;
}

input:checked + .slider1 {
    background-color: #36a5ba;
}

/* ===== RESPONSIVE SWITCH ===== */
@media (max-width: 768px) {
    .switch {
        width: 50px;
        height: 25px;
    }
    
    .slider1:before {
        height: 17px;
        width: 17px;
        font-size: 8px;
    }
}

/* ===== BASE STYLES ===== */
html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    background-color: #ffffff;
    color: #1e293b;
    transition: background-color 0.3s ease, color 0.3s ease;
}

body {
    font-family: "Vazirmatn" !important;
    overflow-x: hidden;
}
a {
    text-decoration: none !important;
}
ul {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none;
}
.row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.hide {
    display: none;
}
/* ---------->header-start<---------- */
.fade-out {
    transform: translateY(-45px);
    opacity: 0;
    transition: all 1s ease-in;
}
.fade-out1 {
    transform: translateY(-10px);
    transition: transform 1s ease-in;
}

.fade-in {
    transform: translateY(0px);
    opacity: 1;
    transition: all 1s ease-in;
}
.fade-in1 {
    transform: translateY(0px);
    transition: transform 1s ease-in;
}

#header {
    display: block;
    width: 100%;
    height: fit-content;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 11;
    direction: rtl;
    background-color: transparent;
    transition: background-color 0.3s ease;
}

#header__wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    background-color: transparent;
}
#header__top__items {
    background-color: #36a5ba;
    color: #fff !important;
    width: 83%;
    height: 45px;
    border-bottom-left-radius: 3rem;
    border-bottom-right-radius: 3rem;
}
#header__top__items a {
    color: #fff !important;
}

#header__logo {
    background-color: #ffffff;
    display: block;
    width: 115px;
    height: fit-content;
    margin-right: 10px;
    margin-left: 10px;
    position: relative;
    z-index: 100000;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

#header__logo__link {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    padding: 0;
    line-height: 0;
    width: 100px;
    height: auto;
}

#header__logo__link img {
    display: block;
    width: 100%;
    max-width: 165px;
    transform: scale(1);
}

#header__special-btn {
    display: block;
    width: fit-content;
    height: fit-content;
    background-color: transparent;
}

#header__special-btn__link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 115px;
    height: 30px;
    background-color: #35848f;
    color: #fff !important;
    font-size: 0.75rem;
    font-weight: 400;
    text-decoration: none;
    border-radius: 50px;
}

#header__special-btn__link i.bi {
    color: #fff;
    font-size: 1.5rem;
}

#header__nav-menu-btn,
#header__nav-close-btn {
    display: none;
    transition: all 0.3s ease;
}

#header__nav {
    display: block;
    width: fit-content;
    height: 65px;
    background-color: #ffff;
    filter: drop-shadow(0px 4px 14px #00000012);
    border-radius: 20px;
    padding: 1rem;
    margin-inline: auto;
    position: relative;
    z-index: 10;
    transition: all 0.3s ease;
}

#header__nav__items {
    display: flex;
    height: 100%;
    justify-content: space-between;
    align-items: center;
}

#header__nav__items .nav-item {
    display: block;
    color: #333;
    text-decoration: none;
    border: none;
    padding: 0 0.5rem;
    border-radius: 5rem;
    font-size: 0.9rem;
    cursor: pointer;
    text-wrap: nowrap;
    line-height: 30px;
    position: relative;
    height: 100%;
    transition: all 0.3s ease;
}

#header__nav__items .nav-item_darkmode {
    display: block;
    color: #333;
    border: none;
    padding: 0 0.5rem;
    border-radius: 5rem;
    font-size: 0.9rem;
    cursor: pointer;
    text-wrap: nowrap;
    line-height: 30px;
    height: 100%;
    transition: all 0.3s ease;
}
/* ===== MEGA MENU STYLES ===== */
.mega-menu-wrapper {
    position: fixed;
    top: 100px; 
    right: 0;
    left: 0;
    width: 95%;
    max-width: 1200px; 
    margin: 0 auto;
    background: #fff;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    transform: translateY(-20px);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 999; 
    height: 0;
    overflow: hidden;
    padding-top: 0;
    padding-inline: 2rem;
    border-radius: 24px;
    opacity: 0;
    display: none;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.mega-menu-wrapper.active {
    padding-top: 2.5rem;
    height: auto;
    min-height: 400px;
    opacity: 1;
    transform: translateY(0);
    display: block;
    pointer-events: auto;
    user-select: auto;
    visibility: visible;
}

/* ===== MEGA MENU LAYOUT ===== */
.mega-menu {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2.5rem;
    height: 100%;
    align-items: start;
}

/* ===== MEGA MENU COLUMNS ===== */
.mega-column {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.mega-column.featured {
    background: linear-gradient(135deg, #36a5ba, #2a6a7a);
    border-radius: 16px;
    padding: 1.5rem;
    color: white;
    position: relative;
    overflow: hidden;
}

.mega-column.featured::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);
    animation: float 6s ease-in-out infinite;
}

@keyframes float {
    0%, 100% { transform: translateY(0px) rotate(0deg); }
    50% { transform: translateY(-20px) rotate(180deg); }
}

/* ===== MEGA COLUMN HEADERS ===== */
.mega-column-header {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding-bottom: 0.75rem;
    border-bottom: 2px solid #e2e8f0;
}

.mega-column-header i {
    font-size: 1.25rem;
    color: #36a5ba;
    background: rgba(54, 165, 186, 0.1);
    padding: 0.5rem;
    border-radius: 12px;
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mega-column-header h3 {
    font-size: 1.125rem;
    font-weight: 600;
    color: #1e293b;
    margin: 0;
}

/* ===== MEGA MENU LISTS ===== */
.mega-column ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.mega-column ul li a {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: #64748b;
    text-decoration: none;
    padding: 0.75rem;
    border-radius: 12px;
    transition: all 0.3s ease;
    font-weight: 500;
}

.mega-column ul li a:hover {
    background: rgba(54, 165, 186, 0.1);
    color: #36a5ba;
    transform: translateX(8px);
}

.mega-column ul li a i {
    font-size: 1rem;
    color: #94a3b8;
    transition: color 0.3s ease;
}

.mega-column ul li a:hover i {
    color: #36a5ba;
}

/* ===== FEATURED SECTION ===== */
.mega-featured {
    text-align: center;
    position: relative;
    z-index: 1;
}

/* ===== CUSTOMERS SECTION ===== */
.customers-section {
    padding: 4rem 0;
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    position: relative;
    overflow: hidden;
}

.customers-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="1" fill="%23ffffff" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    opacity: 0.3;
}

.customers-header {
    position: relative;
    z-index: 2;
}

.customers-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 1rem;
    background: linear-gradient(135deg, #36a5ba, #2a6a7a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.customers-subtitle {
    font-size: 1.125rem;
    color: #64748b;
    margin: 0;
    font-weight: 500;
}

/* ===== CUSTOMERS SLIDER ===== */
.customers-slider {
    position: relative;
    overflow: hidden;
    padding: 2rem 0;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
}

.customers-track {
    display: flex;
    animation: scroll 30s linear infinite;
    width: calc(200px * 16); /* 8 logos × 2 sets × 200px width */
}

.customer-logo {
    flex: 0 0 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    margin: 0 1rem;
    background: white;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.customer-logo::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(54, 165, 186, 0.1), transparent);
    transition: left 0.5s ease;
}

.customer-logo:hover::before {
    left: 100%;
}

.customer-logo:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(54, 165, 186, 0.2);
}

.customer-logo img {
    width: 80px;
    height: 80px;
    object-fit: contain;
    margin-bottom: 1rem;
    transition: transform 0.3s ease;
}

.customer-logo:hover img {
    transform: scale(1.1);
}

.customer-logo span {
    font-size: 0.875rem;
    font-weight: 600;
    color: #1e293b;
    text-align: center;
    line-height: 1.4;
}

/* ===== SCROLL ANIMATION ===== */
@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-200px * 8)); /* Move by first set width */
    }
}

/* ===== RESPONSIVE CUSTOMERS ===== */
@media (max-width: 768px) {
    .customers-section {
        padding: 3rem 0;
    }
    
    .customers-title {
        font-size: 2rem;
    }
    
    .customers-subtitle {
        font-size: 1rem;
    }
    
    .customers-slider {
        padding: 1.5rem 0;
    }
    
    .customer-logo {
        flex: 0 0 150px;
        padding: 1rem;
        margin: 0 0.5rem;
    }
    
    .customer-logo img {
        width: 60px;
        height: 60px;
    }
    
    .customers-track {
        width: calc(150px * 16);
        animation: scroll 20s linear infinite;
    }
    
    @keyframes scroll {
        0% {
            transform: translateX(0);
        }
        100% {
            transform: translateX(calc(-150px * 8));
        }
    }
}

.mega-featured h4 {
    font-size: 1.25rem;
    font-weight: 600;
    margin: 0 0 0.5rem 0;
    color: white;
}

.mega-featured p {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.9);
    margin: 0 0 1rem 0;
    line-height: 1.5;
}

.btn-featured {
    display: inline-block;
    background: rgba(255, 255, 255, 0.2);
    color: white;
    text-decoration: none;
    padding: 0.75rem 1.5rem;
    border-radius: 25px;
    font-weight: 500;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.btn-featured:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: translateY(-2px);
    color: white;
    text-decoration: none;
}








.mega-trigger{
    height: fit-content;
    width: 90%;
}

.menu-icon {
    display: inline-block;
    margin-right: 0.5rem;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
#header__nav__items .nav-item:hover {
    background-color: #efefef;
    color: #36a5ba;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

#header__nav__items .nav-item.style--active {
    background-color: #36a5ba;
    color: #ffffff;
}

#header__nav__items .nav-item.style--active .bi {
    color: #ffffff;
}

/* ---------->header-End<---------- */


/* ---------->.container-slider-start<---------- */

.container-slider {
    height: 600px;
    margin-top: 100px;
    display: block;
    margin-top: 11rem;
}
.container-slider .slider {
    width: 100%;
    height: 100%;
    background: linear-gradient(#fff, #f5f7f7);
    transition: background 0.3s ease;
}
.container-slider .my-row-one {
    width: 100%;
    height: 550px;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    direction: rtl;
}
.container-slider   .side-right {
    width: 50%;
    height: 100%;
    float: right;
    display: flex;
    flex-direction: column;
    order: 1;
}
.container-slider  .side-left {
    width: 50%;
    height: 100%;
    float: right;
    order: 2;
}
.container-slider .text {
    margin-top: 20%;
    margin-right: 19%;
    text-align: right;
    line-height: 100px;
}
.container-slider  .text h1 {
    font-size: 48px;
    font-weight: 600;
    line-height: 70px;
    color: #1e293b;
    transition: color 0.3s ease;
}
.container-slider  .slider-button {
    display: flex;
    gap: 8px;
    margin-top: 5%;
    margin-right: 19%;
    justify-content: center;
    
}
.container-slider  .slider-button a {
    border-radius: 50px;
    font-size: 18px;
    font-weight: 500;
    height: auto;
    padding: 19px 32px;
    color: #fff;
    background: #36a5ba;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.container-slider .slider-button a:hover {
    background: #2a6a7a;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.container-slider .image-slider img {
    width: 577px;
    height: 449px;
    border-radius: 40px;
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.12);
    transition: box-shadow 0.3s ease;
}
/* ---------->.container-slider-End<---------- */


/* ---------->.container-services-start<---------- */

.container-services  .my-row-one {
    width: 100%;
    height: 300px;
    padding: 0;
}
.container-services .header-services {
    width: 90%;
    height: 50px;
    margin-top: 4%;
    margin-right: 10%;
}
.container-services .header-services h1 {
    float: right;
    font-size: 35px;
    font-weight: 700;
    color: #1e293b;
    transition: color 0.3s ease;
}
.container-services .content-services-main {
     max-width: 1000px;
     margin: 0 auto;
     display: grid;
     grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
     gap: 18px;

}
.service-btn {
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.03);
    padding: 22px 15px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    text-align: center;
    cursor: pointer;
    border: 1px solid #e2e8f0;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    min-height: 44px;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
}

.service-btn:focus, .service-btn.active {
    border-color: #36a5ba;
}
.service-btn:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 15px rgba(54, 165, 186, 0.15);
    border: 2px solid #36a5ba;
}

.service-btn:focus {
    outline: 2px solid #36a5ba;
    outline-offset: 2px;
    transform: translateY(-2px);
    box-shadow: 0 8px 12px rgba(54, 165, 186, 0.2);
}

.service-btn:active {
    transform: translateY(0);
    transition: transform 0.1s ease;
}
.service-btn::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 3px;
    background-color: #36a5ba;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}
.service-btn:focus::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 3px;
    background-color: #36a5ba;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}
 
 .service-btn:hover::after {
     transform: scaleX(1);
}

.service-icon {
    font-size: 30px;
    margin-bottom: 15px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color:#36a5ba;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background-color: #e1f5fa;
    transition: all 0.3s ease;
    margin-inline: auto;
}
.service-icon img {
    width: 100%;
    height: 100%;
}
.service-title {
    font-size: 14px;
    font-weight: 500;
    color: #2d3748;
    line-height: 1.5;
    margin-top: 8px;
}
.service-subtitle{
    font-size: 12px;
    color: #6b7280;
}

.container-services  .tapcontent {
    width: 76%;
    height: auto;
    margin-top: 3%;
    margin-right: 12%;
    margin-left: 12%;
    direction: rtl;
}
.tapcontent .side-right, .side-left {
    width: 50%;
    height: 100%;
}
.container-services .tapcontent .text-tapcontent {
    margin-top: 5%;
}
.container-services .tapcontent h3 {
    color: #141414;
    font-size: 28px;
    font-weight: 600;
    text-align: right;
    margin-bottom: 20px;
}
.container-services .tapcontent p {
    color: #333;
    font-size: 18px;
    line-height: 32px;
    text-align: right;
}
.container-services .service-image img {
    width: 220px;
    height: 450px;
}
/* ---------->container-services-End<---------- */

/* ---------->container-registration-start<---------- */

.container-registration .registration {
    width: 100%;
    height: 480px;
    display: flex;
    direction: rtl;
}
.registration .side-right , .side-left {
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: space-around;
    margin-top: 5%;
}
.registration .text-registration h2 {
    color: #141414;
    font-size: 32px;
    font-weight: 600;
    line-height: 48px;
    margin-bottom: 20px;
}
.registration .button-registration i {margin-right: 7px;}

/* ---------->container-registration-End<---------- */

/* ---------->container-Businesses-start<---------- */
.container-Businesses .Businesses {
    width: 100%;
    height: auto;
    display: flex;
    direction: rtl;
}
.Businesses .side-right, .side-left {
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: space-around;
    margin-top: 5%;
} 
.image-container img {
    width: 100%;
    height: 395px;
    margin: auto;
}
 .Businesses .text-Businesses h2 {
    color: #141414;
    font-size: 32px;
    font-weight: 600;
    line-height: 48px;
    margin-bottom: 20px;
    text-align: right;
}
.description {
    color: #333;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    text-align: right;
    margin-bottom: 15%;
}
.container-Businesses .button-container{ float: right;}

.button-container a{
    border-radius: 50px;
    font-size: 15px;
    font-weight: 500;
    padding: 15px 35px;
    color: #000;
    text-decoration: none;
    position: relative;
    right: 55px;
}
.button-container a:nth-child(1) {
    border-radius: 50px;
    font-size: 15px;
    font-weight: 500;
    padding: 15px 35px;
    color: #fff;
    background: #000;
    text-decoration: none;
}
.container-Businesses .button-container a:hover {background: #323333;}
.button-container i {margin-right: 7px;}

/* ---------->container-Businesses-End<---------- */

/* ---------->container-installation-start<---------- */

.container-installation .installation {
    width: 85%;
    height: auto;
    display: flex;
    direction: rtl;
    justify-content: center;
}
.installation .side-right {
    width: 690px;
    height: auto;
    background-color: #35848f;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    display: flex;
    justify-content: space-around;
    margin-top: 8%;
}
.installation .text-installation {
    padding: 64px 64px 64px 0;
}
.container-installation .text-installation h2 {
    color: #ffff;
    font-size: 32px;
    font-weight: 600;
    line-height: 48px;
    text-align: right;
}
.container-installation .description {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    text-align: right;
}
.container-installation .button-installation {
    float: right;
    display: flex;
    gap: 10px;
}
.container-installation .button-installation a {
    border-radius: 50px;
    font-size: 15px;
    font-weight: 500;
    padding: 13px 30px;
    color: #fff;
    background: linear-gradient(90deg, #36a5ba, #15464f);
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    transition: all 0.5s;
    transform: translateY(0px);
}
.container-installation .button-installation a:hover {
    transform: translateY(-5px);
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1.48267px 2.96535px 0px;
}

.container-installation  .side-left {
    width: 545px;
    height: auto;
    display: flex;
    justify-content: space-around;
    margin-top: 8%;
}
.container-installation .image-installation img {
    width: 100%;
    height: 100%;
    background-color: #fcf0ea;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

/* ---------->container-installation-End<---------- */

.container-customers {
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    padding: 4rem 0;
    overflow: hidden;
}

.customers {
    max-width: 1200px;
    margin: 0 auto;
}

.header-customers h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 1rem;
    text-align: center;
}

.header-customers .subtitle {
    font-size: 1.125rem;
    color: #64748b;
    margin: 0;
    text-align: center;
}

/* ===== CUSTOMERS SLIDER ===== */
.customers-slider {
    position: relative;
    width: 82%;
    margin-inline: auto;
    height: 200px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.customers-track {
    display: flex;
    align-items: center;
    height: 100%;
    animation: scroll 80s linear infinite;
    width: max-content;
    will-change: transform;
}

.customers-track:hover {
    animation-play-state: paused;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

/* ===== CUSTOMER LOGO ===== */
.customer-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 200px;
    height: 100%;
    padding: 1.5rem;
    margin: 0 1rem;
    background: white;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.customer-logo:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
    border-color: #36a5ba;
}

.customer-img {
    width: 80px;
    height: 80px;
    object-fit: contain;
    margin-bottom: 1rem;
    transition: all 0.3s ease;
    filter: grayscale(100%);
}

.customer-logo:hover .customer-img {
    filter: grayscale(0%);
    transform: scale(1.1);
}

.customer-name {
    font-size: 0.875rem;
    font-weight: 600;
    color: #64748b;
    text-align: center;
    transition: color 0.3s ease;
}

.customer-logo:hover .customer-name {
    color: #36a5ba;
}

/* ===== RESPONSIVE CUSTOMERS ===== */
@media (max-width: 768px) {
    .header-customers h2 {
        font-size: 2rem;
    }
    
    .header-customers .subtitle {
        font-size: 1rem;
    }
    
    .customers-slider {
        height: 150px;
        border-radius: 16px;
    }
    
    .customer-logo {
        min-width: 150px;
        padding: 1rem;
        margin: 0 0.5rem;
    }
    
    .customer-img {
        width: 60px;
        height: 60px;
    }
    
    .customer-name {
        font-size: 0.75rem;
    }
}

@media (max-width: 480px) {
    .container-customers {
        padding: 2rem 0;
    }
    
    .customers-slider {
        height: 120px;
    }
    
    .customer-logo {
        min-width: 120px;
        padding: 0.75rem;
    }
    
    .customer-img {
        width: 50px;
        height: 50px;
    }
}


/* ---------->footer-start<---------- */

footer {
  display: flex;
  flex-direction: column;
  gap: 6.25rem;
  background-color: #f8fafc;
  border-top: 1px solid #e2e8f0;
  padding-top: 2rem;
  transition: all 0.3s ease;
}

footer img {
  margin-inline: auto;
  width: 8rem;
  filter: none;
  transition: filter 0.3s ease;
}

footer h4 {
  margin: 0;
  font-size: 1.5rem;
  color: #1e293b;
  transition: color 0.3s ease;
}

footer .footer-item {
  display: flex;
  gap: 1.875rem;
  flex-direction: column;
}

footer .footer-item-body {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

footer .footer-item-body li {
  list-style: none;
}

footer .footer-item-body li a {
  font-size: 1rem;
  font-weight: 200;
  text-decoration: none;
  transition: all 0.3s ease;
  color: #64748b;
}

footer .footer-item-body li a:hover {
  color: #2a6a7a;
  transform: translateX(-5px);
}

footer .footer-body {
  display: flex;
  gap: clamp(1rem, 5vw, 6.5rem);
  justify-content: center;
  background-color: #f8fafc;
  padding: 2rem;
  border-radius: 1rem;
  margin: 0 1rem;
  transition: all 0.3s ease;
}

footer .footer-item .footer-item-socials {
  justify-content: end;
  display: flex;
  gap: 0.625rem;
}

footer .footer-item .footer-contact-wrapper i {
  font-size: 1rem;
}



footer .footer-contact-wrapper {
  display: flex;
  gap: 0.625rem;
  align-items: center;
}

footer .footer-item-socials i {
  font-size: 1.5rem;
}

footer .copyright {
  display: flex;
  justify-content: space-between;
  opacity: 0.8;
  font-weight: 200;
  margin-top: -7.125rem;
  padding: 1.25rem 2rem;
  background-color: #f8fafc;
  border-top: 1px solid #e2e8f0;
  color: #64748b;
  transition: all 0.3s ease;
}

footer .copyright a {
  color: #64748b;
  transition: all 0.3s ease;
  text-decoration: none;
}

footer .copyright a:hover {
  color: #2a6a7a;
  transform: translateY(-2px);
}

.copyright > div:first-of-type,
.copyright > div:last-of-type {
  width: 20%;
}

.copyright > div:last-of-type {
  text-align: end;
}


@media (max-width: 768px) {
  footer .footer-body {
    flex-wrap: wrap;
    gap: 4rem;
  }
  footer .footer-body .footer-item {
    width: calc(100% / 2 - 4rem);
    align-items: center;
  }

  footer .footer-body .footer-item:last-child {
    width: fit-content;
    margin: auto;
  }
}

/** === Footer End === */


/* ---------->darkmode-start<---------- */

/* ===== DARK MODE CLASSES ===== */
.dark-mode {
    /* Background Colors */
    background-color: #1e293b !important;
    color: #f1f5f9 !important;
      /* background-color: #0f172a !important; */
}
.dark-mode .container-content .my-row .content-main .download-tabs .btn-switch .tab-switch {
    background-color: transparent !important;
    color: #f1f5f9 !important;
}
.dark-mode .container-content .my-row .content-main .download-tabs .tab-content{
    background-color:  #1e293b !important;
    color: #f1f5f9 !important;
}

.dark-mode .container-slider,
.dark-mode .slider {
    /* background: linear-gradient(#0f172a, #1e293b) !important; */
      background: #1e293b !important;
}

.dark-mode .container-services,
.dark-mode .services {
    background-color: #1e293b !important;
}

.dark-mode .container-registration,
.dark-mode .registration {
    background-color: #1e293b !important;
}

.dark-mode .container-blog,
.dark-mode .blog {
    background-color: #1e293b !important;
}

.dark-mode .container-footer,
.dark-mode .footer {
    background-color: #1e293b !important;
}

/* ===== HEADER DARK MODE ===== */

.dark-mode #header__top__items {
    background-color: #28636c !important;
    color: #fff;
    backdrop-filter: blur(10px);

}
.dark-mode #header__nav {
    background-color: rgba(15, 23, 42, 0.95) !important;
    color: #fff;
    backdrop-filter: blur(10px);
}

.dark-mode #header__logo {
    background-color: #1e293b !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.dark-mode #header__special-btn__link  {
    background-color: #36a5ba !important;
    color: #f1f5f9 !important;
}
.dark-mode #header__nav__items .nav-item {
    color: #fff !important;
    background-color: transparent;
    
}

.dark-mode #header__nav__items .nav-item:hover {
    background-color: #334155 !important;
    color: #36a5ba !important;
}

.dark-mode .mega-menu-wrapper {
    background-color: #1e293b !important;
    border: 1px solid #334155 !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3) !important;
}

.dark-mode .mega-menu-wrapper .mega-menu {
    background-color: #1e293b !important;
}

.dark-mode .mega-column {
    background-color: #1e293b !important;
}

.dark-mode .mega-column-header h3 {
    color: #f1f5f9 !important;
}

.dark-mode .mega-column-header i {
    background-color: rgba(54, 165, 186, 0.2) !important;
    color: #36a5ba !important;
}

.dark-mode .mega-column ul li a {
    color: #94a3b8 !important;
}

.dark-mode .mega-column ul li a:hover {
    background-color: rgba(54, 165, 186, 0.2) !important;
    color: #36a5ba !important;
}

.dark-mode .mega-column ul li a i {
    color: #64748b !important;
}

.dark-mode .mega-column ul li a:hover i {
    color: #36a5ba !important;
}

.dark-mode .mega-column.featured {
    background: linear-gradient(135deg, #1e293b, #334155) !important;
    border: 1px solid #334155 !important;
}

/* ===== CUSTOMERS SECTION DARK MODE ===== */
.dark-mode .container-customers {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%) !important;
}

.dark-mode .header-customers h2 {
    color: #f1f5f9 !important;
}

.dark-mode .header-customers .subtitle {
    color: #94a3b8 !important;
}

.dark-mode .customers-slider {
    background: rgba(30, 41, 59, 0.8) !important;
    border: 1px solid rgba(51, 65, 85, 0.3) !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3) !important;
}

.dark-mode .customer-logo {
    background: #1e293b !important;
    border: 1px solid #334155 !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2) !important;
}

.dark-mode .customer-logo:hover {
    border-color: #36a5ba !important;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4) !important;
}

.dark-mode .customer-name {
    color: #94a3b8 !important;
}

.dark-mode .customer-logo:hover .customer-name {
    color: #36a5ba !important;
}

/* ===== CUSTOMERS SECTION DARK MODE ===== */
.dark-mode .customers-section {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%) !important;
}

.dark-mode .customers-title {
    background: linear-gradient(135deg, #36a5ba, #60a5fa) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
}

.dark-mode .customers-subtitle {
    color: #94a3b8 !important;
}

.dark-mode .customers-slider {
    background: rgba(30, 41, 59, 0.9) !important;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3) !important;
}

.dark-mode .customer-logo {
    background: #1e293b !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2) !important;
}

.dark-mode .customer-logo:hover {
    box-shadow: 0 12px 40px rgba(54, 165, 186, 0.3) !important;
}

.dark-mode .customer-logo span {
    color: #f1f5f9 !important;
}

.dark-mode .mega-menu-wrapper .dropdown-item {
    color: #f1f5f9 !important;
    border-bottom-color: #334155 !important;
}

.dark-mode .mega-menu-wrapper .dropdown-item:hover {
    background-color: #36a5ba !important;
    color: white !important;
}

/* ===== MAIN CONTENT DARK MODE ===== */
.dark-mode h1,
.dark-mode h2,
.dark-mode h3,
.dark-mode h4,
.dark-mode h5,
.dark-mode h6 {
    color: #f1f5f9 !important;
}

.dark-mode .service-icon {
    background-color: #0f172a !important;
}
.dark-mode p,
.dark-mode span,
.dark-mode a
 {
    color: #fff !important;
}

.dark-mode .text h1 {
    color: #f1f5f9 !important;
}

.dark-mode .header-services h1 {
    color: #f1f5f9 !important;
}

/* ===== SERVICE BUTTONS DARK MODE ===== */
.dark-mode .service-btn {
    background-color: #1e293b !important;
    border: 1px solid #334155 !important;
    color: #f1f5f9 !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3) !important;
}

.dark-mode .service-btn:hover {
    background-color: #334155 !important;
    border-color: #36a5ba !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4) !important;
}

.dark-mode .service-btn .service-title {
    color: #f1f5f9 !important;
}

.dark-mode .service-btn .service-subtitle {
    color: #94a3b8 !important;
}

/* ===== SLIDER BUTTON DARK MODE ===== */
.dark-mode .slider-button a {
    background: #36a5ba !important;
    color: white !important;
    box-shadow: 0 4px 15px rgba(54, 165, 186, 0.3) !important;
}

.dark-mode .slider-button a:hover {
    background: #2a6a7a !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(54, 165, 186, 0.4) !important;
}

/* ===== IMAGES DARK MODE ===== */
.dark-mode .image-slider img {
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.3) !important;
}

/* ===== FOOTER DARK MODE ===== */
.dark-mode footer {
    background-color: #1e293b !important;
    border-top: 1px solid #334155 !important;
}

.dark-mode footer h4 {
    color: #f1f5f9 !important;
}

.dark-mode footer .footer-item-body li a {
    color: #94a3b8 !important;
}

.dark-mode footer .footer-item-body li a:hover {
    color: #60a5fa !important;
}

.dark-mode footer .footer-body {
    background-color: #1e293b !important;
}

.dark-mode footer .copyright {
    background-color: #1e293b !important;
    border-top: 1px solid #334155 !important;
    color: #94a3b8 !important;
}

.dark-mode footer .copyright a {
    color: #94a3b8 !important;
}

.dark-mode footer .copyright a:hover {
    color: #60a5fa !important;
}

/* ===== SERVICE PAGE DARK MODE ===== */
.dark-mode .service-tabs .tab-btn {
    background-color: #1e293b !important;
    color: #f1f5f9 !important;
    border: 1px solid #334155 !important;
}

.dark-mode .service-tabs .tab-btn.active,
.dark-mode .service-tabs .tab-btn:hover {
    background-color: #36a5ba !important;
    color: white !important;
    border-color: #36a5ba !important;
}

.dark-mode .pricing-card {
    background-color: #1e293b !important;
    border: 1px solid #334155 !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3) !important;
}

.dark-mode .pricing-card .card-header h1 {
    color: #f1f5f9 !important;
}

.dark-mode .pricing-card .features .feature span {
    color: #f1f5f9 !important;
}

.dark-mode .pricing-card .pricing .price-option {
    background-color: #334155 !important;
    border: 1px solid #475569 !important;
    color: #f1f5f9 !important;
}

.dark-mode .pricing-card .pricing .price-option:hover {
    background-color: rgba(46, 204, 113, 0.15) !important;
    border-color: #36a5ba !important;
    color: white !important;
}

.dark-mode .service-card .pricing input:checked + .price-option  {
    background-color: rgba(46, 204, 113, 0.15) !important ;
    color: white !important;
}
.dark-mode .pricing-card .btn-buy {
    /* background-color: #388e3c !important ; */
    color: white !important;
}

.dark-mode .pricing-card .btn-buy:hover {
    background-color: #2a6a7a !important;
}

/* ===== DOWNLOAD APP PAGE DARK MODE ===== */
.dark-mode .container-top {
    background-color: #1e293b !important;
}

.dark-mode .header-top {
    background-color: #1e293b !important;
}

.dark-mode .navbar-nav .nav-link {
    color: #f1f5f9 !important;
}

.dark-mode .navbar-nav .nav-link:hover {
    color: #36a5ba !important;
}

.dark-mode .dropdown-menu {
    background-color: #1e293b !important;
    border: 1px solid #334155 !important;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3) !important;
}

.dark-mode .dropdown-item {
    color: #f1f5f9 !important;
}

.dark-mode .dropdown-item:hover {
    background-color: #36a5ba !important;
    color: white !important;
}

.dark-mode .download-tabs .tab-btn {
    background-color: #1e293b !important;
    color: #f1f5f9 !important;
    border: 1px solid #334155 !important;
}

.dark-mode .download-tabs .tab-btn.active {
    background-color: #36a5ba !important;
    color: white !important;
    border-color: #36a5ba !important;
}

.dark-mode .download-box {
    background-color: #1e293b !important;
    border: 1px solid #334155 !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3) !important;
}

.dark-mode .download-box:hover {
    background-color: #334155 !important;
    border-color: #36a5ba !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4) !important;
}

.dark-mode .download-box .sentence span {
    color: #f1f5f9 !important;
}

.dark-mode .qr-section {
    background-color: #1e293b !important;
    color: #f1f5f9 !important;
}

.dark-mode .qr-section p {
    color: #f1f5f9 !important;
}

/* ===== FORM ELEMENTS DARK MODE ===== */
.dark-mode input,
.dark-mode textarea,
.dark-mode select {
    background-color: #334155 !important;
    color: #f1f5f9 !important;
    border: 1px solid #475569 !important;
}

.dark-mode input:focus,
.dark-mode textarea:focus,
.dark-mode select:focus {
    border-color: #36a5ba !important;
    box-shadow: 0 0 0 3px rgba(54, 165, 186, 0.1) !important;
}

/* ===== BUTTONS DARK MODE ===== */
.dark-mode #header__nav-menu-btn , .dark-mode #header__nav-close-btn button {
    background-color: #36a5ba !important;

}
.dark-mode .btn {
    color: white !important;
}

.dark-mode .btn:hover {
    background-color: #2a6a7a !important;
    border-color: #2a6a7a !important;
}

.dark-mode .btn-outline {
    background-color: transparent !important;
    color: #36a5ba !important;
    border: 1px solid #36a5ba !important;
}

.dark-mode .btn-outline:hover {
    background-color: #36a5ba !important;
    color: white !important;
}

/* ===== CARDS AND BOXES DARK MODE ===== */
.dark-mode .card,
.dark-mode .box {
    background-color: #1e293b !important;
    border: 1px solid #334155 !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3) !important;
}

.dark-mode .card:hover,
.dark-mode .box:hover {
    border-color: #36a5ba !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4) !important;
}

/* ===== TABLES DARK MODE ===== */
.dark-mode table {
    background-color: #1e293b !important;
    color: #f1f5f9 !important;
}

.dark-mode th,
.dark-mode td {
    border-color: #334155 !important;
}

.dark-mode tr:hover {
    background-color: #334155 !important;
}

.dark-mode thead th {
    background-color: #36a5ba !important;
    color: white !important;
}

/* ===== MODALS DARK MODE ===== */
.dark-mode .modal-content {
    background-color: #1e293b !important;
    border: 1px solid #334155 !important;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3) !important;
}

.dark-mode .modal-header,
.dark-mode .modal-footer {
    border-color: #334155 !important;
    background-color: #1e293b !important;
}

.dark-mode .modal-title {
    color: #f1f5f9 !important;
}

/* ===== SCROLLBAR DARK MODE ===== */
.dark-mode ::-webkit-scrollbar-track {
    background: #1e293b !important;
}

.dark-mode ::-webkit-scrollbar-thumb {
    background: #36a5ba !important;
    border: 2px solid #1e293b !important;
}

.dark-mode ::-webkit-scrollbar-thumb:hover {
    background: #2a6a7a !important;
}

/* ===== SELECTION DARK MODE ===== */
.dark-mode ::selection {
    background-color: #36a5ba !important;
    color: white !important;
}

.dark-mode ::-moz-selection {
    background-color: #36a5ba !important;
    color: white !important;
}

/* ===== FOCUS OUTLINE DARK MODE ===== */
.dark-mode :focus {
    outline: 2px solid #36a5ba !important;
    outline-offset: 2px;
}
.dark-mode .service-card{
    background-color: #1e293b !important;
}
.dark-mode .price-option .price{
        color: rgb(108, 117, 125);
}

/* ===== ANIMATIONS ===== */




/* ===== PRINT DARK MODE ===== */
@media print {
    .dark-mode * {
        background-color: white !important;
        color: #fff !important;
        border-color: #ccc !important;
        box-shadow: none !important;
    }
}

/* media query */



@media (max-width: 992px) {
    .container-slider {
        height: auto;
        margin-top: 0 !important;
    }
    .container-slider .slider {
        height: auto;
        margin-top: 60px;
        padding: 20px 0;
    }
    .container-slider .slider .my-row-one {
        flex-direction: column;
        height: auto;
        align-items: center;
        text-align: center;
        direction: rtl;
    }
    .container-slider .slider .my-row-one .side-right,
    .container-slider .slider .my-row-one .side-left {
        width: 100%;
        height: auto;
        float: none;
        order: unset;
    }
    .container-slider .slider .my-row-one .side-right .text {
        margin: 0 10% 20px 10%;
        text-align: center;
    }
    .container-slider .slider .my-row-one .side-right .text h1 {
        font-size: 32px;
    }
    .container-slider .slider .my-row-one .slider-button {
        flex-direction: column;
        align-items: center;
        margin: 20px 0 0 0;
    }
    .container-slider .slider .my-row-one .slider-button a {
        width: 80%;
        text-align: center;
    }
    .container-slider .slider .my-row-one .side-left .image-slider img {
        width: 90%;
        height: auto;
        aspect-ratio: 10 / 8;
        margin: 20px 0;
        background-position: center;
        background-size: cover;
        border-radius: 20px;
    }
}

@media screen and (max-width: 1200px) {
    .container-services
        .services
        .my-row-one
        .content-services-main
        .content-services {
        width: 100%;
        overflow-x: auto;
        white-space: nowrap;
    }
}

@media screen and (max-width: 768px) {
    .container-services .services .my-row-one .header-services h1 {
        float: right;
        font-size: 25px;
        font-weight: 700;
    }
}

@media (max-width: 768px) {
    .tapcontent {
        flex-direction: column-reverse !important;
        height: auto;
    }

    .tapcontent .side-right,
    .tapcontent .side-left {
        width: 100%;
        float: none;
        text-align: center;
    }

    .tapcontent .side-left img {
        width: 100%;
        height: auto;
        max-width: 450px;
        max-height: 350px;
    }

    .container-services
        .services
        .my-row-two
        .tapcontent
        .side-right
        .text-tapcontent
        h3 {
        font-size: 20px;
        text-align: right;
    }

    .container-services
        .services
        .my-row-two
        .tapcontent
        .side-right
        .text-tapcontent
        p {
        font-size: 15px;
    }
}
@media (max-width: 992px) {
    .registration {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .container-registration .my-row .registration {
        width: 100%;
        height: auto;
        display: flex;
        direction: rtl;
    }

    .registration .side-right,
    .registration .side-left {
        width: 100%;
        height: auto;
        float: none;
        justify-content: flex-start;
        margin: 0 !important;
    }
    .container-registration
        .my-row
        .registration
        .side-left
        .text-registration {
        padding: 0 20px;
        text-align: center;
    }

    .container-registration
        .my-row
        .registration
        .side-left
        .text-registration
        h2 {
        color: #141414;
        font-size: 20px;
        font-weight: 600;
        line-height: 48px;
        margin-bottom: 5px;
        text-align: right;
    }

    .container-registration
        .my-row
        .registration
        .side-left
        .text-registration
        .description {
        color: #333;
        font-size: 14px;
        font-weight: 400;
        line-height: 32px;
        text-align: right;
        margin-bottom: 10%;
    }

    .container-registration
        .my-row
        .registration
        .side-left
        .text-registration
        .description
        ul {
        padding-right: 15px !important;
    }

    .container-registration
        .my-row
        .registration
        .side-left
        .text-registration
        .button-registration {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 10px;
        align-items: flex-start;
    }

    .container-registration
        .my-row
        .registration
        .side-left
        .text-registration
        .button-registration
        a:nth-child(1) {
        padding: 10px 24px;
        font-size: 14px;
    }

    .container-registration
        .my-row
        .registration
        .side-left
        .text-registration
        .button-registration
        a:nth-child(2),
    .container-registration
        .my-row
        .registration
        .side-left
        .text-registration
        .button-registration
        i {
        position: static;
        padding: 10px 24px;
        font-size: 14px;
    }
    .container-registration
        .my-row
        .registration
        .side-left
        .text-registration
        .button-registration {
        display: flex;
        flex-direction: column;
        gap: 10px;
        align-items: flex-start;
    }
}

@media (max-width: 992px) {
    .Businesses {
        flex-direction: column;
        align-items: center;
    }

    .Businesses .side-left {
        order: 1;
        width: 100%;
        margin: 0 !important;
    }

    .Businesses .side-right {
        order: 2;
        width: 100%;
        margin: 0 !important;
        justify-content: flex-start;
    }

    .container-Businesses .my-row .Businesses .side-left .image-Businesses img {
        width: 100%;
        height: auto;
        aspect-ratio: 12 / 8;
        background-size: cover;
        background-position: center;
        border-radius: 20px;
        margin-bottom: 20px;
    }

    .container-Businesses .my-row .Businesses .side-right .text-Businesses {
        width: 100%;
        padding: 0 20px;
        text-align: center;
    }

    .container-Businesses .my-row .Businesses .side-right .text-Businesses h2 {
        color: #141414;
        font-size: 20px;
        font-weight: 600;
        line-height: 48px;
        margin-bottom: 5px;
        text-align: right;
    }

    .container-Businesses
        .my-row
        .Businesses
        .side-right
        .text-Businesses
        .description {
        color: #333;
        font-size: 14px;
        font-weight: 400;
        line-height: 32px;
        text-align: right;
        margin-bottom: 10%;
    }

    .container-Businesses
        .my-row
        .Businesses
        .side-right
        .text-Businesses
        .button-Businesses {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 10px;
        align-items: flex-start;
    }

    .container-Businesses
        .my-row
        .Businesses
        .side-right
        .text-Businesses
        .button-Businesses
        a:nth-child(1) {
        padding: 10px 24px;
        font-size: 14px;
    }

    .container-Businesses
        .my-row
        .Businesses
        .side-right
        .text-Businesses
        .button-Businesses
        a:nth-child(2),
    .container-Businesses
        .my-row
        .Businesses
        .side-right
        .text-Businesses
        .button-Businesses
        i {
        position: static;
        padding: 10px 24px;
        font-size: 14px;
    }
}

@media (max-width: 992px) {
    .container-Businesses
        .my-row
        .Businesses
        .side-right
        .text-Businesses
        .button-Businesses {
        display: flex;
        flex-direction: column;
        gap: 10px;
        align-items: flex-start;
    }
}

@media (max-width: 768px) {
    .container-installation .my-row .installation {
        flex-direction: column-reverse;
        align-items: center;
    }

    .container-installation .my-row .installation .side-right,
    .container-installation .my-row .installation .side-left {
        width: 90%;
        margin-top: 4%;
        border-radius: 30px !important;
    }

    .container-installation
        .my-row
        .installation
        .side-left
        .image-installation
        img {
        border-radius: 30px;
    }

    .container-installation
        .my-row
        .installation
        .side-right
        .text-installation {
        padding: 32px;
    }

    .container-installation
        .my-row
        .installation
        .side-right
        .text-installation
        h2,
    .container-installation
        .my-row
        .installation
        .side-right
        .text-installation
        .description,
    .container-installation
        .my-row
        .installation
        .side-right
        .text-installation
        .button-installation {
        text-align: center;
        float: none;
        justify-content: center;
    }

    .container-installation
        .my-row
        .installation
        .side-right
        .text-installation
        .button-installation {
        flex-direction: column;
        align-items: center;
    }

    .container-installation
        .my-row
        .installation
        .side-right
        .text-installation
        .button-installation
        a {
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 992px) {
    .container-installation
        .my-row
        .installation
        .side-right
        .text-installation
        .button-installation {
        display: flex;
        flex-direction: column;
        gap: 10px;
        align-items: flex-start;
    }
}

@media screen and (max-width: 768px) {
    .container-blog .my-row .blog .posts-blog {
        width: 100%;
        flex-direction: column;
        margin-bottom: 20px;
    }

    .blog-part-one,
    .blog-part-two,
    .blog-part-three {
        margin: 0 auto 20px auto;
    }

    .container-blog .my-row .blog .header-blog h2 {
        text-align: center;
    }

    .container-blog
        .my-row
        .blog
        .posts-blog
        .blog-part-one
        .image-part-one
        img {
        width: 350px;
        height: auto;
        border-radius: 12px;
        margin: 25px;
    }
    .container-blog
        .my-row
        .blog
        .posts-blog
        .blog-part-two
        .image-part-two
        img {
        width: 350px;
        height: auto;
        border-radius: 12px;
        margin: 25px;
    }
    .container-blog
        .my-row
        .blog
        .posts-blog
        .blog-part-three
        .image-part-three
        img {
        width: 350px;
        height: auto;
        border-radius: 12px;
        margin: 25px;
    }
}

@media screen and (max-width: 1200px) {
    .container-blog .my-row .blog {
        padding: 8% 4%;
    }

    .container-blog .my-row .blog .posts-blog {
        justify-content: center;
    }

    .blog-part-one,
    .blog-part-two,
    .blog-part-three {
        max-width: 320px !important;
        max-height: 480px !important;
        margin-bottom: 20px;
    }

    .blog-part-one img,
    .blog-part-two img,
    .blog-part-three img {
        width: 90% !important;
        margin: 10px 0px 10px 13px !important;
    }
}

@media screen and (max-width: 768px) {
    .container-footer .my-row .tapsi-footer {
        padding: 5% 0% 0% 0% !important;
    }
    .container-footer .my-row .tapsi-footer .main-footer {
        flex-direction: column;
        align-items: center;
        height: auto;
    }

    .container-footer .my-row .tapsi-footer .main-footer > div {
        width: 90% !important;
        margin-bottom: 20px;
    }

    .container-footer .my-row .tapsi-footer {
        height: auto;
    }

    .container-footer .my-row .tapsi-footer .main-footer .footer-part-six {
        max-height: 130px !important;
    }

    .container-footer
        .my-row
        .tapsi-footer
        .main-footer
        .footer-part-six
        .trust
        .trust-col-one
        .image-one
        img {
        top: 25px !important;
    }

    .container-footer
        .my-row
        .tapsi-footer
        .main-footer
        .footer-part-six
        .trust
        .trust-col-two
        .image-two
        img {
        top: 15px !important;
    }

    .container-footer
        .my-row
        .tapsi-footer
        .main-footer
        .footer-part-six
        .trust
        .trust-col-three
        .image-three
        img {
        position: relative;
        bottom: 45px !important;
    }

    .container-footer
        .my-row
        .tapsi-footer
        .main-footer
        .footer-part-six
        .trust {
        justify-content: space-between;
    }

    .container-footer .my-row .tapsi-footer .footer-social .social-links {
        justify-content: space-evenly !important;
    }
}

@media (max-width: 1200px) {
    .container-footer .my-row .tapsi-footer {
        height: auto;
    }

    .container-footer .my-row .tapsi-footer .main-footer {
        flex-wrap: wrap;
        height: auto;
    }

    .container-footer .my-row .tapsi-footer .main-footer .footer-part-six {
        order: 6;
        width: 100%;
        margin-top: 30px;
        display: flex;
        justify-content: center;
    }

    .container-footer .my-row .tapsi-footer .footer-social {
        align-items: center;
        margin-top: 20px;
    }

    .container-footer .my-row .tapsi-footer .footer-social h3 {
        margin-left: auto;
        margin-right: 0;
    }

    .container-footer .my-row .tapsi-footer .main-footer > div {
        margin-bottom: 20px;
    }
}

/* Download page */

.background {
    width: auto;
    height: fit-content;
    background-image: radial-gradient(#0064b30f, #0064b34a);
}
.container-content {
    height: fit-content;
    padding-top: 75px;
}
.container-content .my-row {
    justify-content: center;
}
.container-content .my-row .content-main .header-logo img {
    width: 70px;
    height: 70px;
}
.container-content .my-row .content-main .title .display-4 {
    font-size: 45px;
    font-weight: 800;
    line-height: 120%;
}
.container-content .my-row .content-main .title .display-4:nth-child(1) {
    color: #124d64;
}
.container-content .my-row .content-main .title .display-4:nth-child(2) {
    color: #1097c1;
}
.container-content .my-row .content-main .download-tabs .btn-switch {
    display: flex;
    justify-content: center;
}
.container-content
    .my-row
    .content-main
    .download-tabs
    .btn-switch
    .tab-switch {
    width: 270px;
    display: flex;
    justify-content: center;
    background-color: #e4f5ff;
    border-radius: 30px;
    margin-bottom: 30px;
    overflow: hidden;
}
.container-content
    .my-row
    .content-main
    .download-tabs
    .btn-switch
    .tab-switch
    .tab-btn {
    flex: 1;
    border: none;
    padding: 0.75rem 1.5rem;
    background: transparent;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.3s;
}
.container-content
    .my-row
    .content-main
    .download-tabs
    .btn-switch
    .tab-switch
    .tab-btn:focus {
    outline: none;
    box-shadow: none;
}
.container-content
    .my-row
    .content-main
    .download-tabs
    .btn-switch
    .tab-switch
    .tab-btn.active {
    background-color: #3aafb1;
    color: white;
}
.container-content .my-row .content-main .download-tabs .tab-content {
    width: auto;
    height: auto;
    background: #fff;
    border-radius: 18px;
}
.container-content
    .my-row
    .content-main
    .download-tabs
    .tab-content
    .tab-panel {
    display: none;
}
.container-content
    .my-row
    .content-main
    .download-tabs
    .tab-content
    .tab-panel.active {
    display: block;
}
.container-content
    .my-row
    .content-main
    .download-tabs
    .tab-content
    .tab-panel
    .download-grid {
    direction: rtl;
}
.container-content
    .my-row
    .content-main
    .download-tabs
    .tab-content
    .tab-panel
    .download-grid
    .download-part {
    padding-right: 8px !important;
    padding-left: 8px !important;
}
.container-content
    .my-row
    .content-main
    .download-tabs
    .tab-content
    .tab-panel
    .download-grid
    .download-part:hover {
    cursor: pointer;
}
.container-content
    .my-row
    .content-main
    .download-tabs
    .tab-content
    .tab-panel
    .download-grid
    .download-box {
    display: flex;
    justify-content: space-between;
    background: #fff;
    padding: 6px;
    border-radius: 7px;
    text-align: right;
    border: solid 0.5px #ced3db;
    transition: all 0.3s;
    font-weight: 500;
}
.container-content
    .my-row
    .content-main
    .download-tabs
    .tab-content
    .tab-panel
    .download-grid
    .download-box
    .sentence
    span:nth-child(1) {
    font-size: 11px;
}
.container-content
    .my-row
    .content-main
    .download-tabs
    .tab-content
    .tab-panel
    .download-grid
    .download-box
    .sentence
    span:nth-child(3) {
    font-size: 15px;
    font-weight: 700;
}
.container-content
    .my-row
    .content-main
    .download-tabs
    .tab-content
    .tab-panel
    .download-grid
    .download-box
    img {
    width: 24px;
    height: 28px;
    align-self: center;
}
.container-content
    .my-row
    .content-main
    .download-tabs
    .tab-content
    .tab-panel
    .download-grid
    .download-box:hover {
    background: #f0f9ff;
}
.container-content
    .my-row
    .content-main
    .download-tabs
    .tab-content
    .tab-panel
    .download-grid
    .download-box.web {
    background: #d3d3d3;
    font-weight: bold;
}
.container-content .my-row .content-main .qr-section {
    max-width: 600px;
    margin: 0 auto;
    border-radius: 16px;
    margin-top: 75px;
}
.container-content .my-row .content-main .qr-section p {
    font-size: 15.5px;
}
.container-content .my-row .content-main .qr-section .qr-img {
    width: 55px;
    height: 55px;
    object-fit: contain;
}
.container-content .my-row .image-download {
    margin-top: 85px;
}
.container-content .my-row .image-download img {
    width: auto;
    height: 470px;
}

.container {
    max-width: 1200px;
    margin: 100px auto;
}

h1 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 2.2rem;
}

.service-tabs {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
    gap: 15px;
}

.tab-btn {
    padding: 12px 25px;
    background-color: #16496c;
    color: white;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.tab-btn:hover {
    background-color: #2980b9;
    transform: translateY(-2px);
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15);
}

.tab-btn.active {
    background: linear-gradient(90deg, rgb(54, 165, 186), rgb(21, 70, 79));
}

.service-card {
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    padding: 30px;
    margin-bottom: 30px;
    transition: transform 0.3s ease;
}
.service-card .m_left {
    margin-left: 40px;
}

.service-card h2 {
    color: #2c3e50;
    margin-top: 0;
    font-size: 1.8rem;
    border-bottom: 2px solid #3498db;
    padding-bottom: 10px;
    display: inline-block;
}

.pricing {
    margin-top: 25px;
}

.highlight {
    background-color: #e3f2fd;
    border-left: 4px solid #3498db;
}

@media (max-width: 768px) {
    .service-tabs {
        flex-direction: column;
        align-items: center;
    }

    .tab-btn {
        width: 100%;
        max-width: 300px;
        margin-bottom: 10px;
    }
}
.pricing-card {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 20px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    width: 100%;
    max-width: 290px;
    overflow: hidden;
    transition: transform 0.3s ease;
}
.service-card.active {
    opacity: 1;
    transform: translateX(0);
    position: relative;
}
.service-card.exit {
    opacity: 0;
    transform: translateX(-50px);
}

.card-header {
    background: linear-gradient(90deg, #36a5ba, #15464f);
    color: white;
    text-align: center;
    padding: 10px 20px !important;
    position: relative;
    color: #fff !important;
}

.card-header h1 {
    font-size: 1.2rem;
    margin-bottom: 15px;
    font-weight: 700;
}

.features {
    padding-inline: 25px;
    padding-top: 10px;
}

.feature {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    font-size: 1rem;
}

.feature i {
    color: #4b6cb7;
    margin-left: 10px;
    font-size: 1.2rem;
}

.pricing {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    padding: 0 25px 25px;
}

.price-option {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 0px;
    text-align: center;
    transition: all 0.3s ease;
    border: 2px solid #e9ecef;
    width: 100%;
    transition: all 0.3s ease;
}
.service-card .pricing input:checked + .price-option {
    background: rgba(46, 204, 113, 0.15);
}
.service-card .pricing input:checked + .price-option .duration {
    color: #388e3c !important;
}
.service-card .pricing input:checked + .price-option .price {
    color: #388e3c !important;
}

.price-option:hover {
    transform: scale(1.02);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.price-option .duration {
    font-size: 0.9rem;
    color: #6c757d;
}

.price-option .price {
    font-weight: 600;
    font-size: 1rem;
    color: #213967;
    margin: 5px 0;
}

.price-option .discount {
    color: #28a745;
    font-size: 0.85rem;
    font-weight: 600;
}

.btn-buy {
    display: block;
    background: linear-gradient(90deg, #349eb2, #0e505c);
    color: white;
    text-align: center;
    padding: 10px;
    font-size: 1.2rem;
    font-weight: 700;
    text-decoration: none;
    border-radius: 12px;
    transition: all 0.3s ease;
    margin-inline: auto;
    margin-bottom: 20px;
    max-width: 140px;
}

.btn-buy:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

.btn-buy i {
    margin-left: 8px;
}

.recommended {
    position: absolute;
    top: 15px;
    left: -30px;
    background: #ff6b6b;
    color: white;
    padding: 5px 30px;
    font-size: 0.8rem;
    font-weight: bold;
    transform: rotate(-45deg);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

@media (max-width: 480px) {
    .pricing {
        grid-template-columns: 1fr;
    }
}
/* media query */

@media (max-width: 768px) {
    .container-content .my-row .image-download img {
        width: 450px;
        height: auto;
    }
}

@media (max-width: 576px) {
    .background {
        width: auto;
        height: 1455px;
    }
    .container-content {
        height: 1455px;
    }
    .container-content .my-row .image-download img {
        width: 415px;
        height: auto;
    }
}

/* Responsive Header Styles */
@media screen and (max-width: 1200px) {
    #header__nav__items {
        gap: 1rem;
    }
    
    #header__nav__items .nav-item {
        font-size: 0.8rem;
        padding: 0 0.4rem;
    }
    
    .mega-menu-wrapper {
        width: 90%;
        max-width: 1000px;
    }
}

@media screen and (max-width: 1100px) {
    #header__wrapper {
        padding: 1rem 1rem 0;
    }

    #header__nav {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        border-radius: 0;
        padding: 1rem;
        display: none;
        background-color: rgba(255, 255, 255, 0.98);
        backdrop-filter: blur(10px);
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

    #header__nav__items {
        flex-direction: column;
        height: auto;
        gap: 1rem;
        margin-top: 4rem;
    }

    #header__nav__items .leftside,
    #header__nav__items .rightside {
        width: 100% !important;
        flex-direction: column;
        gap: 1rem;
    }

    #header__nav__items .middle {
        order: -1;
        margin-bottom: 2rem;
    }

    #header__nav__items .nav-item {
        display: block;
        text-align: center;
        margin: 0.5rem 0;
        padding: 1rem;
        border-radius: 1rem;
        background-color: #f8f9fa;
        transition: all 0.3s ease;
        min-height: 44px;
        display: flex;
        align-items: center;
        justify-content: center;
        -webkit-tap-highlight-color: transparent;
        touch-action: manipulation;
    }

    #header__nav__items .nav-item:hover,
    #header__nav__items .nav-item:focus {
        background-color: #e9ecef;
        transform: translateY(-2px);
        outline: 2px solid #36a5ba;
        outline-offset: 2px;
    }

    #header__nav__items .nav-item:active {
        transform: translateY(0);
    }

    #header__nav__items .nav-item_darkmode {
        justify-content: center;
        padding: 1rem;
        min-height: 44px;
        display: flex;
        align-items: center;
        justify-content: center;
        -webkit-tap-highlight-color: transparent;
        touch-action: manipulation;
    }

    #header__nav-menu-btn {
        display: block;
        background-color: #ffffff;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        padding: 0.75rem;
        border-radius: 0.75rem;
        position: fixed;
        top: 1rem;
        right: 1rem;
        z-index: 1001;
        transition: all 0.3s ease;
        min-width: 44px;
        min-height: 44px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: none;
        cursor: pointer;
        -webkit-tap-highlight-color: transparent;
        touch-action: manipulation;
    }

    #header__nav-menu-btn:hover,
    #header__nav-menu-btn:focus {
        transform: scale(1.05);
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
        outline: 2px solid #36a5ba;
        outline-offset: 2px;
    }

    #header__nav-menu-btn:active {
        transform: scale(0.95);
    }

    #header__nav-menu-btn i.bi {
        line-height: 0;
        font-size: 1.75rem;
        color: #333 !important;
    }

    #header__nav-close-btn {
        display: flex;
        justify-content: flex-end;
        position: fixed;
        top: 1rem;
        left: 1rem;
        z-index: 1001;
    }

    #header__nav-close-btn button {
        background-color: #ffffff;
        border: none;
        border-radius: 0.75rem;
        padding: 0.75rem;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        transition: all 0.3s ease;
        min-width: 44px;
        min-height: 44px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        -webkit-tap-highlight-color: transparent;
        touch-action: manipulation;
    }

    #header__nav-close-btn button:hover,
    #header__nav-close-btn button:focus {
        transform: scale(1.05);
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
        outline: 2px solid #36a5ba;
        outline-offset: 2px;
    }

    #header__nav-close-btn button:active {
        transform: scale(0.95);
    }

    #header__nav.style--open {
        display: block;
    }

    #header__nav.style--open #header__nav__items {
        display: flex;
        margin-top: 0;
    }

    /* Mega menu mobile styles */
    .mega-menu-wrapper {
        position: static;
        width: 100%;
        max-width: none;
        margin: 1rem 0;
        transform: none;
        height: 0;
        overflow: hidden;
        padding: 0;
        background-color: #f8f9fa;
        border-radius: 1rem;
        opacity: 0;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
        transition: all 0.3s ease;
        display: none;
        pointer-events: none;
        user-select: none;
        visibility: hidden;
    }

    .mega-menu-wrapper.active {
        padding: 1rem;
        height: auto;
        opacity: 1;
        display: block;
        pointer-events: auto;
        user-select: auto;
        visibility: visible;
    }











    .mega-column {
        text-align: center;
    }

    .mega-column h3 {
        margin-bottom: 1rem;
        color: #333;
        font-size: 1.1rem;
    }

    .mega-column ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .mega-column ul li {
        margin: 0.5rem 0;
    }

    .mega-column ul li a {
        color: #666;
        text-decoration: none;
        padding: 0.5rem 1rem;
        display: block;
        border-radius: 0.5rem;
        transition: all 0.3s ease;
        min-height: 44px;
        display: flex;
        align-items: center;
        justify-content: center;
        -webkit-tap-highlight-color: transparent;
        touch-action: manipulation;
    }

    .mega-column ul li a:hover,
    .mega-column ul li a:focus {
        background-color: #e9ecef;
        color: #333;
        outline: 2px solid #36a5ba;
        outline-offset: 2px;
    }

    .mega-column ul li a:active {
        transform: scale(0.98);
    }

    /* Top items mobile */
    #header__top__items {
        width: 95%;
        height: 40px;
        font-size: 0.8rem;
    }

    /* Logo mobile */
    #header__logo {
        width: 90px;
        margin: 0.5rem;
        transition: all 0.3s ease;
    }

    #header__logo__link {
        width: 80px;
        transition: all 0.3s ease;
    }

    #header__logo__link img {
        max-width: 120px;
        transition: all 0.3s ease;
    }

    /* Special button mobile */
    #header__special-btn__link {
        width: 100px;
        height: 35px;
        font-size: 0.7rem;
        min-height: 44px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.3s ease;
        -webkit-tap-highlight-color: transparent;
        touch-action: manipulation;
    }
}

@media screen and (max-width: 768px) {
    #header__wrapper {
        padding: 0.5rem 0.5rem 0;
    }

    #header__nav {
        padding: 0.75rem;
    }

    #header__nav__items {
        margin-top: 3rem;
        gap: 0.75rem;
    }

    #header__nav__items .nav-item {
        padding: 0.75rem;
        font-size: 0.85rem;
    }

    #header__nav-menu-btn {
        top: 0.75rem;
        right: 0.75rem;
        padding: 0.6rem;
    }

    #header__nav-close-btn {
        top: 0.75rem;
        left: 0.75rem;
    }

    #header__top__items {
        width: 98%;
        height: 35px;
        font-size: 0.75rem;
    }

    #header__logo {
        width: 80px;
    }

    #header__logo__link {
        width: 70px;
    }

    #header__logo__link img {
        max-width: 100px;
    }
}

@media screen and (max-width: 576px) {
    #header__wrapper {
        padding: 0.25rem 0.25rem 0;
    }

    #header__nav {
        padding: 0.5rem;
    }

    #header__nav__items {
        margin-top: 2.5rem;
        gap: 0.5rem;
    }

    #header__nav__items .nav-item {
        padding: 0.6rem;
        font-size: 0.8rem;
    }

    #header__nav-menu-btn {
        top: 0.5rem;
        right: 0.5rem;
        padding: 0.5rem;
    }

    #header__nav-close-btn {
        top: 0.5rem;
        left: 0.5rem;
    }

    #header__top__items {
        width: 100%;
        height: 30px;
        font-size: 0.7rem;
        border-radius: 0;
    }

    #header__logo {
        width: 70px;
        margin: 0.25rem;
    }

    #header__logo__link {
        width: 60px;
    }

    #header__logo__link img {
        max-width: 80px;
    }

    #header__special-btn__link {
        width: 90px;
        height: 30px;
        font-size: 0.65rem;
    }
}

@media screen and (max-width: 480px) {
    #header__nav__items .nav-item {
        font-size: 0.75rem;
        padding: 0.5rem;
        gap: 2px;
    }

    #header__logo {
        width: 60px;
    }

    #header__logo__link {
        width: 50px;
    }

    #header__logo__link img {
        max-width: 70px;
    }

    #header__special-btn__link {
        width: 80px;
        height: 28px;
        font-size: 0.6rem;
    }
}

/* Responsive Styles for nav__box__features Section */
@media screen and (max-width: 1200px) {
    .container-services .content-services-main {
        max-width: 900px;
        grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
        gap: 16px;
    }
    
    .container-services .services .my-row-one .header-services h1 {
        font-size: 32px;
    }
}

@media screen and (max-width: 992px) {
    .container-services .content-services-main {
        max-width: 800px;
        grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
        gap: 14px;
    }
    
    .container-services .services .my-row-one .header-services h1 {
        font-size: 30px;
    }
    
    .service-btn {
        padding: 18px 12px;
    }
    
    .service-icon {
        width: 50px;
        height: 50px;
        font-size: 26px;
        margin-bottom: 12px;
    }
    
    .service-title {
        font-size: 13px;
    }
    
    .service-subtitle {
        font-size: 11px;
    }
}

@media screen and (max-width: 768px) {
    .container-services .services .my-row-one {
        height: auto;
        padding: 20px 0;
    }
    
    .container-services .services .my-row-one .header-services {
        width: 95%;
        margin: 0 auto 20px;
        text-align: center;
    }
    
    .container-services .services .my-row-one .header-services h1 {
        float: none;
        font-size: 28px;
        margin: 0;
    }
    
    .container-services .content-services-main {
        max-width: 600px;
        grid-template-columns: repeat(3, 1fr);
        gap: 12px;
        padding: 0 15px;
    }
    
    .service-btn {
        padding: 16px 10px;
        min-height: 120px;
    }
    
    .service-icon {
        width: 45px;
        height: 45px;
        font-size: 24px;
        margin-bottom: 10px;
    }
    
    .service-title {
        font-size: 12px;
        margin-top: 6px;
    }
    
    .service-subtitle {
        font-size: 10px;
    }
}

@media screen and (max-width: 576px) {
    .container-services .services .my-row-one .header-services h1 {
        font-size: 24px;
    }
    
    .container-services .content-services-main {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        padding: 0 10px;
    }
    
    .service-btn {
        padding: 14px 8px;
        min-height: 110px;
    }
    
    .service-icon {
        width: 40px;
        height: 40px;
        font-size: 22px;
        margin-bottom: 8px;
    }
    
    .service-title {
        font-size: 11px;
        margin-top: 5px;
    }
    
    .service-subtitle {
        font-size: 9px;
    }
}

@media screen and (max-width: 480px) {
    .container-services .services .my-row-one .header-services h1 {
        font-size: 22px;
    }
    
    .container-services .content-services-main {
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
        padding: 0 8px;
    }
    
    .service-btn {
        padding: 12px 6px;
        min-height: 100px;
        border-radius: 8px;
    }
    
    .service-icon {
        width: 35px;
        height: 35px;
        font-size: 20px;
        margin-bottom: 6px;
    }
    
    .service-title {
        font-size: 10px;
        margin-top: 4px;
    }
    
    .service-subtitle {
        font-size: 8px;
    }
}

@media screen and (max-width: 360px) {
    .container-services .content-services-main {
        grid-template-columns: 1fr;
        gap: 10px;
        padding: 0 15px;
    }
    
    .service-btn {
        padding: 16px 12px;
        min-height: auto;
        flex-direction: row;
        align-items: center;
        text-align: right;
        gap: 12px;
    }
    
    .service-icon {
        width: 40px;
        height: 40px;
        font-size: 22px;
        margin: 0;
        flex-shrink: 0;
    }
    
    .service-title {
        font-size: 12px;
        margin: 0;
    }
    
    .service-subtitle {
        font-size: 10px;
    }
}
