:root {
    --bs-nav-link-color: #000;
}
body {
    font-family: "Inter", sans-serif;
    margin: 0;
    padding: 0;
    /* background: linear-gradient(to bottom, #ddd, #eee); */
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    background-color: #e3ebf1;
    color: #000;
}
.btn-outline-dark {
    --bs-btn-color: #000;
    --bs-btn-border-color: #000;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #000;
    --bs-btn-hover-border-color: #000;
    --bs-btn-focus-shadow-rgb: 33, 37, 41;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #000;
    --bs-btn-active-border-color: #000;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #000;
    --bs-gradient: none;
}
img.logo {
    height: 40px;
}
.navbar-toggler {
    border: none;
}
.navbar-toggler:focus {
    box-shadow: none;
}
.btn {
    transition: all 0.3s ease;
}
.btn:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}
.navbar-nav {
    padding: 5px 35px
}
.nav-item {
    text-decoration: none;
    padding: 0 15px
}
.nav-link {
    transition: color 0.3s ease, transform 0.3s ease;
    color: #000;
    text-decoration: none;
    padding: 20px
}
.nav-item.active {
    text-decoration: underline;
    text-decoration-thickness: 2px;
}
.nav-link:hover {
    color: #a6d4f0;
    /* transform: translateY(-2px); */
    text-decoration: none;
}
img {
    transition: transform 0.4s ease, box-shadow 0.3s ease;
}
img:hover {
    transform: scale(1.03);
    /* box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1); */
}
@media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 95%;
    }
}
@media (min-width: 992px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 95%;
    }
}
.hero-slider {
    background: linear-gradient(-.18229603517015391deg, #d5e7f3 31.348907947540283%, #f8fbfd);
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: 0 4px 4px #00000040;
    flex: none;
    gap: 0px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.hero-slider h1 {
    font-size: 60px;
    font-weight: 600 !important;
}
.hero-slider p {
    font-size: 20px;
    text-align: justify;
    color: rgb(84, 84, 84);
}
.section-box {
    background: white;
    border-radius: 1rem;
    padding: 2rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
    overflow: hidden;
    width: 100%;
    margin: 2rem 0;
}
.sec-products {
    background-color: #435259;
    border-radius: 20px;
    box-shadow: 0 4px 4px #00000040;
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 2rem 0;
    transition: transform 0.3s ease-in-out;
}
.sec-partners {
    background-color: #a4c4d9;
    border-radius: 1rem;
    padding: 2rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
    overflow: hidden;
    width: 100%;
    margin: 2rem 0;
    transition: transform 0.3s ease-in-out;
}
.sec-products:hover,
.sec-partners:hover,
.section-box:hover,
.section-box:hover,
.section-box:hover,
.section-box:hover {
    transform: scale(1.01);
}
.cta-section {
    background-image: url('bk1.png');
    background-size: cover;
    background-position: center;
    border-radius: 2rem;
    padding: 4rem 1rem;
    margin-bottom: 2rem;
    position: relative;
    text-align: center;
}
.cta-box {
    background: white;
    padding: 2rem;
    max-width: 500px;
    margin: auto;
    border-radius: 1rem !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) !important;
    animation: fadeInUp 1s ease-in-out;
}
.footer {
    background-color: #fff;
    padding: 2rem 1rem 1rem;
}
.footer a {
    text-decoration: underline;
    color: black;
}
.social-icons i {
    font-size: 1.3rem;
    margin-right: 0.8rem;
}
.partner-logos img {
    max-height: 100%;
    margin: 10px;
    max-width: 100%;
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.hero-section {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 40px;
    align-items: center;
    min-height: 100vh;
}
.text-content {
    max-width: 50%;
}
.text-content h1 {
    font-size: 3rem;
    margin-bottom: 20px;
}
.text-content p {
    font-size: 1.2rem;
    color: #666;
    margin-bottom: 20px;
}
.text-content button {
    padding: 10px 20px;
    font-size: 1rem;
    background-color: black;
    color: white;
    border: none;
    border-radius: 5px;
}
.swiper {
    width: 100%;
}
.swiper-slide {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    overflow: hidden;
}
.swiper-slide img {
    width: 100%;
    height: auto;
}
.product-img {
    max-height: 180px;
    height: auto;
    width: auto;
}
@media (max-width: 768px) {
    img.logo {
        height: 25px;
    }
    /* أقصى ارتفاع على اللابتوب */
    .product-img {
        max-height: 170px;
    }
    .hero-slider h1 {
        font-size: 40px;
        font-weight: 500 !important;
    }
    .hero-slider p {
        font-size: 20px;
        text-align: initial;
        color: rgb(84, 84, 84);
    }
}
.section-main-title h3 {
    font-size: 42px;
    line-height: 1.4;
}
@media (max-width: 767.98px) {
    img {
        max-width: 100%;
        height: auto;
        display: block;
        /* لتحسين التنسيق */
    }
}
a[href^="tel:"] {
    direction: ltr;
    unicode-bidi: embed;
}
