@import url('https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800&family=Cairo:wght@200..1000&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lunasima:wght@400;700&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box !important;
}

:root {
    --main-bg-color: #4B6566;
    --main-text-color: #A6A6A6;
    --main-border-color: #ddd;
}


::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;

}

::-webkit-scrollbar-thumb {
    background: var(--main-bg-color);

}

::-webkit-scrollbar-thumb:hover {
    background: var(--main-bg-color);
}

@media(min-width:1570px) {
    .container {
        width: 100% !important;
        max-width: 1400px !important;
        margin: 0 auto !important;
    }
}


.container {
    width: 100% !important;
    max-width: 1100px;
    margin: 0 auto !important;
}

a {
    text-decoration: none !important;
}

/* ul li {
    list-style: none !important;
} */

#scrollTopBtn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    background-color: var(--main-bg-color);
    color: white;
    border: none;
    border-radius: 50%;
    font-size: 20px;
    cursor: pointer;
    display: none;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    z-index: 1000;
}

#scrollTopBtn:hover {
    background-color: #0056b3;
}

#scrollTopBtn i {
    transition: transform 0.3s;
}

#scrollTopBtn:hover i {
    transform: translateY(-3px);
}



body {
    font-family: "Cairo", serif !important;
    direction: rtl;
    /* height: 5000px; */
}

/*  ====================== MAIN =======================  */
/* 1 Section Start*/
/*  ====================== main-hero-section  =======================  */


.main-hero-section {
    padding-top: 100px;
}

.img-main-hero img {
    width: 100%;
}

.hero-text h1 {
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 20px;
}

.hero-text p {
    font-size: 19px;
    color: #000000;
    width: 500px;
    line-height: 35px;
    margin-bottom: 40px;
}

.hero-text a {
    font-size: 18px;
    color: #ffffff;
    background-color: var(--main-bg-color);
    padding: 6px 30px;
    border-radius: 10px;
    transition: background-color 0.3s ease;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

@media(max-width:767px) {
    .img-main-hero img {
        width: 100%;
        margin-top: 40px;
    }

    .hero-text {
        text-align: center;
    }

    .hero-text p {
        font-size: 19px;
        color: #000000;
        width: 100%;
        line-height: 35px;
        margin-bottom: 40px;
    }
}

/* 2 Section Start*/
/*  ======================  main-tow-section =======================  */

.main-tow-section {
    padding-top: 30px;
}

.main-tow-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main-tow-title h2 {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 20px;
}

.main-tow-title strong {
    font-size: 30px;
    color: var(--main-bg-color);
    font-weight: 500;
}

.main-tow-title p {
    font-size: 17px;
    color: #000000;
}

.title-two a {
    font-size: 15px;
    color: #ffffff;
    background-color: var(--main-bg-color);
    padding: 6px 30px;
    border-radius: 10px;
    transition: background-color 0.3s ease;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

@media(max-width:767px) {
    .main-tow-title {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-top: 50px;
    }

    .main-tow-title h2 {
        font-size: 20px;
        font-weight: 500;
        margin-bottom: 20px;
    }

    .main-tow-title strong {
        font-size: 20px;
        color: var(--main-bg-color);
        font-weight: 500;
    }

    .title-two a {
        font-size: 13px;
        color: #ffffff;
        background-color: var(--main-bg-color);
        padding: 6px 20px;
        border-radius: 10px;
        transition: background-color 0.3s ease;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
    }

}


/* slider */
.img-icon-slider img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.img-card-slider img {
    width: 100%;
    height: 230px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

@media(max-width:767px) {

    .img-card-slider img {
        width: 100%;
    }

    .main-hero-section {
        padding-top: 0;
    }
}


.title-slider-tow {
    padding-top: 5px;
}

.title-slider-tow h3 {
    text-align: center;
}

.title-slider-tow h3 a {
    font-size: 20px;
    text-align: center;
    font-weight: 500;
    color: #050505;
}

.title-slider-tow p {
    font-size: 15px;
    color: var(--main-text-color);
}

.main-card-slider {
    position: relative;
}


.lifet-postion {
    position: absolute;
    color: #ffffff;
    top: 20px;
    left: 20px;
    background-color: var(--main-bg-color);
    padding: 5px 15px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    font-size: 14px;
}

.btn-slider {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.btn-slider button {
    font-size: 15px;
    color: #050505;
    background-color: #B8B6B6;
    padding: 6px 30px;
    border-radius: 3px;
    transition: background-color 0.3s ease;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border: none;
}

.main-slery {
    line-height: 1px;
}

.main-slery p {
    color: #000000;
    font-size: 15px;
}

.main-slery del {
    font-size: 12px;
}

.card-footer-slider {
    background-color: #fff;
    padding: 10px 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    height: 130px;
    z-index: 111111111;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.main-card-slider {
    height: 300px;
    margin: 0 10px;
}

.slick-dots {
    position: absolute;
    bottom: -70px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: var(--main-bg-color);
    z-index: 999999;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dotted.slick-slider {
    margin-top: 25px !important;
}

.slick-dots {
    display: none !important;
}

.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background: #ffffff !important;
    border-radius: 50%;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    border: 2px solid var(--main-bg-color);
    outline: none;
    transform: translateY(-50%);
    transition: all 0.3s ease-in-out;
}

.slick-prev:hover, .slick-next:hover {
    background: var(--main-bg-color) !important;
    border-color: #fff;
}

.slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 22px;
    line-height: 1;
    padding-top: 2px;
    opacity: 1;
    color: var(--main-bg-color);
    transition: color 0.3s ease-in-out;
}

.client-card-link {
    text-decoration: none;
    color: inherit;
    display: block;
    height: 100%;
}

.client-card-link.disabled-link {
    pointer-events: none;
    opacity: 0.6;
    cursor: default;
}


.clients-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    align-items: stretch;
}

.client-card {
    padding: 20px 25px;
    border-radius: 16px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    transition: 0.3s ease-in-out;
    height: 100%;
    box-sizing: border-box;
    width: 100%;
}


.customers-section {
    background-color: #f9f9f9;
}

.clients-section h2 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 10px;
}

.subtitle {
    font-size: 18px;
    color: #666;
    margin-bottom: 40px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.clients-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    align-items: stretch;
}


.product-image {
    height: 200px;
    object-fit: cover;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
}




.client-card {
    background: white;
    padding: 20px 25px;
    border-radius: 16px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
    gap: 20px;
    transition: 0.3s ease-in-out;
    height: 100%;
    box-sizing: border-box;
    width: 100%;
}

.client-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}

.client-card.no-link {
    cursor: default;
    opacity: 0.6;
}

.sector-icon {
    width: 70px;
    height: 70px;
    flex-shrink: 0;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #eee;
}

.sector-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sector-name {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    text-align: start;
    flex: 1;
    word-break: break-word;
}

.slick-prev:hover:before, .slick-next:hover:before {
    color: #fff;
}

.slick-prev {
    left: -40px;
}

.slick-next {
    right: -40px;
}

/* 3 Section Start*/
/*  ====================== card-brand =======================  */

.card-brand {
    padding-top: 30px;
}

.card-brand h2 {
    font-size: 40px;
    font-weight: 700;
    color: var(--main-bg-color);
    text-align: center;
    margin-top: 40px;
}

.card-brand-item {
    display: flex;
    justify-content: center;
    padding-top: 80px;
}

.card-brand-item img {
    width: 70%;
}

.your-class {
    width: 100%;
    margin: 0 auto;
}


/* 4 Section Start*/
/*  ======================  main-card-slider-tow =======================  */

/* .img-divide {
    width: 100px;
    height: 100px;
    background-color: var(--main-bg-color);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    border-radius: 50%;
    margin: 0 auto;
    overflow: hidden;
}

.img-divide img {
    width: 80%;
    height: auto;
    object-fit: contain;
} */

.img-divide {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    overflow: hidden;
}

.img-divide img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
}


.sector-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    background-color: #f0f0f0;
}

.sector-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.client-card-link {
    text-decoration: none;
    color: inherit;
}

.no-link {
    cursor: default;
    opacity: 0.6;
    /* شكله باهت شوية */
}


.customers-section {
    background-color: #f9f9f9;
}

.section-title {
    font-size: 32px;
    font-weight: bold;
    color: #333;
}

.section-subtitle {
    color: #666;
    font-size: 18px;
    max-width: 600px;
    margin: 0 auto;
}

.clients-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 25px;
    justify-items: center;
}

.client-card {
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    text-align: center;
    padding: 20px;
    transition: all 0.3s ease-in-out;
}

.client-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}

.client-image {
    width: 80px;
    height: 80px;
    margin: 0 auto 15px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #eee;
}

.client-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.client-name {
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

.main-card-slider-tow {
    background-color: #fff;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    padding: 20px;
    width: 200px;
    height: 210px !important;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    margin: 10px 10px;
}

.your-class-tow {
    width: 100%;
    margin: 0 auto;
}

.titel-slider-tow-main h3 {
    font-size: 20px;
    font-weight: 500;
    padding-top: 10px;
}

/* 5 Section Start*/
/*  ======================  main-card-slider-tow =======================  */

.hero-text .pra {
    font-size: 19px !important;
    font-weight: 500;
    margin-top: 10px;
}

.hero-text h2 {
    font-size: 32px;
    font-weight: 700;
    line-height: 50px;
}

.hero-text h2 span {
    color: #173874;
}

@media(max-width:767px) {
    .hero-text h2 {
        font-size: 24px;
        font-weight: 700;
        /* line-height: 50px; */
        padding-top: 30px;
    }

    .hero-text h1 {
        font-size: 40px;
        font-weight: 500;
        margin-bottom: 20px;
        padding-top: 96px;
    }
}

/* 6 Section Start*/
/*  ======================  map =======================  */

.map {
    background-image: url(../img/herone/ar-map.svg);
    /* background-size: cover; */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
    height: 700px;
    text-align: center;
}

.map h2 {
    font-size: 32px;
    font-weight: 700;
    line-height: 50px;
    color: var(--main-bg-color);
    padding-top: 40px;
}

.map p {
    font-size: 15px;
    color: var(--main-bg-color);
    padding-top: 10px;
    font-weight: 700;
}

.img-main h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    color: var(--main-bg-color);
    padding-top: 40px;
}

.pric h4 {
    font-size: 40px;
    font-weight: 700;
    line-height: 30px;
    color: var(--main-bg-color);
    padding-top: 10px;
}

.pric {
    text-align: center;
}

.pric p {
    font-size: 25px;
    color: var(--main-bg-color);
    padding-top: 10px;
    font-weight: 700;
}

/* 7 Section Start*/
/*  ======================  index-about =======================  */

.index-about h2 {
    font-size: 32px;
    font-weight: 700;
    line-height: 50px;
    color: var(--main-bg-color);
    padding-top: 40px;
    text-align: center;
}

.img-title-index-about {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding-top: 40px;
}

.index-about {
    text-align: center;
    /* padding: 50px 0; */
    /* background-color: #f9f9f9; */
}

.index-about h2 {
    font-size: 2rem;
    margin-bottom: 30px;
}

.about-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    justify-content: center;
}

.about-item {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.img-about img {
    width: 80px;
    height: auto;
    margin-bottom: 15px;
}

.title h3 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.title p {
    font-size: 1rem;
    color: #666;
}


@media (max-width: 1024px) {
    .about-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .index-about {
        margin-top: 650px;
    }
}

@media (max-width: 768px) {
    .about-grid {
        grid-template-columns: repeat(1, 1fr);
    }
}


/* 8 Section Start*/
/*  ======================  the-best =======================  */
.row-main {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    justify-content: center;
    padding: 20px;
}

@media(max-width:767px) {
    .row-main {
        grid-template-columns: repeat(2, 1fr);
    }
}



.col-main {
    border-radius: 10px;
    text-align: center;
    position: relative;
}

.position {
    position: absolute;
    bottom: 0%;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(0, 0, 0, 0.468);
    color: #fff;
    padding: 10px;
    height: 150px;
    width: 100%;
}

.col-main h3 {
    font-size: 16px;
    margin-bottom: 10px;
}

.col-main h2 {
    font-size: 19px;
    margin-bottom: 10px;
}

.col-main p {
    font-size: 15px;
    color: #ffffff;
}


.img-main-col img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}


/* 8 Section Start*/
/*  ====================== Join-index =======================  */

.Join-index {
    text-align: center;
    margin-bottom: 40px;
    line-height: 30px;
}

.Join-index h2 {
    font-size: 32px;
    font-weight: 700;
    line-height: 50px;
    color: var(--main-bg-color);
    padding-top: 40px;
    text-align: center;
}

.Join-index p {
    font-size: 15px;
    color: var(--main-bg-color);
    padding-top: 10px;
    font-weight: 700;
}

.Join-index a {
    background-color: var(--main-bg-color);
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    transition: background-color 0.3s ease;
    margin-top: 10px;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -ms-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
}


/* 9 Section Start*/
/*  ====================== bast =======================  */



.bast .container {
    background-color: var(--main-bg-color);
    height: 400px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    margin-bottom: 20px !important;
    padding-inline: 50px;
}




.img-bast img {
    width: 100%;
    height: 300px;
    border-radius: 10px !important;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    -ms-border-radius: 10px !important;
    -o-border-radius: 10px !important;
}

.bast .row {
    padding-top: 40px;
}

.bas-title h2 {
    color: #fff;
    font-size: 35px;

}

.bas-title p {
    color: #fff;
    font-size: 18px;
    width: 500px;
}

/* 10 Section Start*/
/*  ====================== login =======================  */
.login {
    padding-top: 90px;
    text-align: center;
}

.form-container h2 {
    color: var(--main-bg-color);
    font-size: 35px;
}

.form-container p {
    color: var(--main-bg-color);
    font-size: 15px;
}

.img-login img {
    width: 100%;
    margin-bottom: 20px;
}

.social-buttons a {
    margin-bottom: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) !important;
}

.btn-join {
    background-color: var(--main-bg-color);
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) !important;
    text-decoration: none;
    transition: background-color 0.3s ease;
    margin-top: 10px;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -ms-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    border: none;
}

.btn-outline-primary-tow {
    background-color: transparent;
    color: #173874 !important;
    border: 1px solid var(--main-bg-color) !important;
    transition: background-color 0.3s ease;
}

.form-container {
    max-width: 400px;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    margin-bottom: 30px;
}

.form-control {
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    width: 100%;
    transition: border-color 0.3s ease;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.form-control:focus {
    border-color: #173874;
    box-shadow: none !important;
    /* border:1px solid #fff !important; */
}

.form-control::placeholder {
    color: #ccc !important;
    font-size: 12px;
}

.login .mt-3 a {
    color: var(--main-bg-color);
    font-weight: 600;
}

@media(max-width:767px) {
    .bast {
        display: none !important;
    }
}

/* 11 Section Start*/
/*  ====================== main-detels-vadis =======================  */

.hero-section {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.hero-image {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../img/herone/Frame.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.607);
    color: white;
}

.content {
    width: 100%;
    height: 100%;
    padding-right: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 99999;
    line-height: 60px !important;
}

.content h2 {
    font-size: 40px !important;
    font-weight: 500;
    color: #fff;
}

.subtitle {
    font-size: 20px;
    margin-bottom: 30px;
    opacity: 0.9;
    /* color: #fff; */
}

.content .btn {
    display: inline-block;
    padding: 15px 40px !important;
    background-color: transparent;
    color: #fff !important;
    border: 1px solid #ffffff !important;
    width: max-content;
    border-radius: 4px;
    text-align: start;
    font-size: 16px !important;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    margin-bottom: 30px;
}

.btn:hover {
    background-color: #3498db;
}

.price-info {
    font-size: 17px;
    max-width: 700px;
    line-height: 1.5;
    margin-top: 20px;
}

@media(max-width:767px) {
    .hero-section {
        position: relative;
        width: 100%;
        height: 70vh;
        overflow: hidden;
    }

    .content {
        text-align: center;
    }

    .content .btn {
        text-align: center !important;
        margin: 0 auto;
    }

    .content h2 {
        font-size: 36px !important;
        font-weight: 500;
        color: #fff;
    }

    .content {
        line-height: 30px !important;
        padding: 0;
    }

    .price-info {
        font-size: 11px;
        max-width: 700px;
        line-height: 1.5;
        margin-top: 20px;
    }
}


/* 12 Section Start*/
/*  ====================== programs =======================  */
.category-item {
    cursor: pointer;
    transition: all 0.2s ease;
    padding: 8px 12px;
    margin-bottom: 5px;
}

.category-item:hover {
    background-color: #f0f0f0;
}

.category-item.active {
    background-color: var(--main-bg-color);
    color: #ffffff;
    font-weight: bold;
}

.main-row {
    animation: fadeIn 1s ease-in-out;
}

/* Custom Card Styles */
.main-row .main-card-slider {
    background-color: #fff;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15),
        0 1px 3px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    height: 100%;
    border-radius: 10px;
}



.main-row .main-card-slider:hover {
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2),
        0 3px 6px rgba(0, 0, 0, 0.15);
    transform: translateY(-3px);
}


.main-row .img-card-slider {
    position: relative;
    /* height: 580px; */
    overflow: hidden;
    /* margin-bottom: 30px; */
}

.main-row .card-footer-slider {
    height: 70px !important;
}

.main-row .img-card-slider img {
    width: 100%;
    height: 210px;
    object-fit: cover;
}

.main-row .card-footer-slider {
    padding: 15px;
}

.main-row .title-slider {
    text-align: right;
}

.main-row .title-slider-tow h3 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 8px;
}

.main-row .title-slider-tow h3 a {
    color: #173874;
    text-decoration: none;
    transition: color 0.2s ease;
}

.main-row .title-slider-tow h3 a:hover {
    color: #0066cc;
}

/* Sticky sidebar on desktop */
@media (min-width: 992px) {
    .main-row .sticky-sidebar {
        position: sticky;
        top: 20px;
        height: fit-content;
    }
}

/* Horizontal scrolling categories on mobile */
@media (max-width: 767.98px) {
    .main-row .mobile-scroll {
        display: flex;
        overflow-x: auto;
        white-space: nowrap;
        padding-bottom: 10px;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        /* Firefox */
    }

    .main-row .mobile-scroll::-webkit-scrollbar {
        display: none;
        /* Chrome, Safari, Edge */
    }

    .main-row .mobile-scroll .category-item {
        flex: 0 0 auto;
        margin-left: 8px;
    }
}

.btn-primary-main {
    background: var(--main-bg-color) !important;
    color: #fff !important;
    font-size: 18px;
    width: 20% !important;
    margin-right: 20px;
    font-weight: bold;
    padding: 10px 20px;
    border-radius: 8px;
    border: none;
    transition: all 0.3s ease-in-out;
}

.btn-primary-main:hover {
    background: linear-gradient(45deg, #0056b3, #004494);
    box-shadow: 0 6px 12px rgba(0, 123, 255, 0.5);
    transform: scale(1.05);
}

.btn-primary-main:active {
    transform: scale(0.98);
    box-shadow: 0 2px 5px rgba(0, 123, 255, 0.3);
}

/* 13 Section Start*/
/*  ====================== .customers =======================  */

.customers-section .container {
    padding-top: 100px;
    padding-bottom: 40px;
}


.clients-section {
    background: rgba(255, 255, 255, 0.1);
    padding: 30px;
    border-radius: 15px;
    width: 100%;
    max-width: 1100px;
    backdrop-filter: blur(10px);
    margin: 0 auto;
    animation: fadeIn 1s ease-in-out;
}

.clients-section h2 {
    font-size: 22px;
    color: var(--main-bg-color);
    font-weight: 500;
}

.subtitle {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 20px;
    /* color: #ffffff; */
}

.clients-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    justify-content: center !important;
    align-items: center !important;
}

.client-card {
    background: rgb(255, 255, 255);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    padding: 15px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 18px;
    font-weight: 500;
    transition: transform 0.3s ease-in-out, background 0.3s ease-in-out;
}

.client-card i {
    font-size: 20px;
    color: var(--main-bg-color);
}

.client-card:hover {
    transform: scale(1.1);
    background: rgba(255, 255, 255, 0.3);
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 768px) {
    .clients-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .clients-grid {
        grid-template-columns: repeat(1, 1fr);
    }
}

/* 14 Section Start*/
/*  ====================== about-- =======================  */
.about {
    padding: 16px 0;
}

.about-img {
    width: 100%;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.about-content {
    background: white;
    /* padding: 30px; */
    border-radius: 10px;
}

.about h2 {
    font-size: 25px;
    margin-bottom: 15px;
    color: var(--main-bg-color);
}

.about p {
    font-size: 14px;
    color: #333;
    line-height: 1.8;
}

.about ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
}

.about ul li {
    font-size: 12px;
    color: var(--main-bg-color);
    display: flex;
    align-items: center;
    gap: 10px;
}

.about-list {
    list-style: none;
    padding: 0;
}

.about-list li {
    font-size: 18px;
    color: #333;
    margin: 10px 0;
    display: flex;
    align-items: center;
}

.about-list i {
    color: var(--main-bg-color);
    margin-right: 10px;
    font-size: 17px;
    align-items: center;
}

/* 15 Section Start*/
/*  ====================== contact-- =======================  */
.contact-2 {
    padding: 130px 0 !important;
}

.section-title {
    font-size: 28px;
    color: var(--main-bg-color);
    margin-bottom: 15px;
}

.section-subtitle {
    font-size: 16px;
    color: #666;
    margin-bottom: 20px;
}

.contact-info-2 li {
    font-size: 18px;
    color: #444;
    margin-bottom: 10px;
}


.contact-info-2 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
    /* gap: 20px; */
}


.contact-info-2 li {
    font-size: 14px;
    width: max-content;
}

@media(max-width:767px) {
    .contact-info-2 {
        grid-template-columns: repeat(1, 1fr);
        text-align: center !important;
    }
}

.contact-info-2 i {
    color: var(--main-bg-color);
    margin-left: 10px;
    font-size: 14px;
}

.contact-form .form-control {
    border-radius: 8px;
    border: 1px solid #ddd;
}

.contact-form .btn-primary {
    background-color: var(--main-bg-color);
    border: none;
    border-radius: 8px;
    font-size: 18px;
    padding: 10px;
}

.contact-form .btn-primary:hover {
    background-color: var(--main-bg-color);
}

.navbar-brand-tow {
    /* padding-top: 42px; */
}

.navbar-brand-tow img {
    height: 70px;
    width: 100%;
    padding-top: 20px;
}


section {
    padding-top: 200px !important;
}


@media(max-width:767px) {
    section {
        padding-top: 90px !important;
    }


}
