@import url("https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&display=swap");

html[dir="rtl"] body {
    direction: rtl;
    text-align: right !important;
}

html[dir="ltr"] body {
    direction: ltr;
    text-align: left !important;
}

body,
html {
    overflow-x: hidden;
}

img,
video {
    max-width: 100%;
    height: auto;
}

html[dir="rtl"] input,
html[dir="rtl"] textarea {
    text-align: right !important;
}

html[dir="ltr"] input,
html[dir="ltr"] textarea {
    text-align: left !important;
}

body {
    font-family: "Cairo", sans-serif !important;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

header {
    position: relative;
    height: 100vh;
    /* overflow: hidden; */
}

@keyframes slideDownNav {
    0% {
        transform: translateY(-100%);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

html[dir="rtl"] .logo-overlay {
    right: 40px;
    left: auto;
}

html[dir="ltr"] .logo-overlay {
    left: 10px;
    right: auto;
}

.navbar-nav .nav-link {
    color: white !important;
}

.navbar-collapse {
    animation: slideDownNav 0.8s ease-out;
}

.logo-img {
    height: 63px;
    width: 148px;
}

nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.top-bar {
    height: 58px;
}

.text-top {
    font-size: 16px;
    font-weight: 400;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes slideInLeft {
    0% {
        transform: translateX(-100%);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

.navbar {
    z-index: 1030 !important;
    padding-top: 1px !important;
    padding-bottom: 1px !important;
    color: #ffffff !important;
}

.nav-link {
    font-size: 16px;
    padding: 20px 20px;
    margin-left: 2px;
}

.navbar-nav {
    margin: 0 auto;
    text-align: center;
}

.navbar-nav .nav-item {
    padding: 0 10px;
}

.hero-bg {
    width: 100%;
    left: 0;
    right: 0;
    position: relative;
    /* top: 58px; */
    height: 822px;
}

.hero-overlay {
    position: absolute;
    top: 58px;
    left: 0;
    width: 100%;
    height: 100%;
    background: #35469359;
    z-index: 1;
}

.hero-img {
    width: 100%;
    height: 100vh;
    /* object-fit: cover; */
    display: block;
}

.hero-text {
    background: rgba(0, 0, 0, 0.5);
    padding: 7px;
    border-radius: 10px;
}

.hero-title {
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    opacity: 0;
    animation: fadeIn 2s ease forwards;
    position: relative;
    z-index: 2;
    text-align: center;
}

.hero-subtitle {
    font-weight: 400;
    font-size: 22px;
    line-height: 1.7;
    color: #fff;
    animation: slideInLeft 2s ease-out forwards;
    animation-delay: 1s;
    opacity: 0;
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 1000px;
    margin-top: 10px;
}

/* .cap {
  width: 1000px;
} */

.hero-btn {
    width: 223px;
    margin: auto;
    font-weight: 600;
    padding: 14px 28px;
    font-style: normal;
    font-size: 24px;
    border-radius: 40px;
    margin-top: 20px;
    opacity: 0;
    text-align: center;
    background-color: #354693;
    color: #ffffff;
    animation: fadeIn 2s ease forwards;
    animation-delay: 2s;
    text-decoration: none;
    position: relative;
    z-index: 2;
    list-style: none;
}

.about-header {
    font-weight: 500;
    font-style: normal;
    font-size: 40px;
}

.about-p {
    font-weight: 500;
    font-style: normal;
    font-size: 16px;

    width: 90%;
}

.about-text {
    font-weight: 600;
    color: #354693 !important;
    font-size: 24px;
}

.carousel-indicators [data-bs-target] {
    background-color: #ffffff;
    width: 20px;
    height: 20px;
    border-radius: 70% 70% !important;
    margin-right: 20px;
}

.carousel-indicators {
    z-index: 5 !important;
    bottom: 80px;
    display: none !important;
}

.cap {
    margin-bottom: 10px;
}

.about {
    margin-top: 0px;
}

/* .scroll-animate {
  transform: translateX(-150px);
  opacity:0;
  transition: all 0.8s ease-out;
}

.scroll-animate.active {
  transform: translateX(0);
  opacity: 1;
} */
.scroll-animate {
    transform: translateX(-150px);
    opacity: 0;
    transition: all 0.8s ease-out;
}

.scroll-animate.active {
    transform: translateX(0);
    opacity: 1;
}

.scroll-animate.exit {
    transform: translateX(150px);
    opacity: 0;
}

.fade-card {
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.8s ease-out;
}

.fade-card.active {
    opacity: 1;
    transform: translateY(0);
}

.partners-section {
    background-color: #f2f2f2;
    height: 395px;
}

.partners-carousel-wrapper {
    padding-top: 90px;
}

.partners-img {
    max-height: 300px !important;
}

.partners-img:hover {
    transform: scale(1.05);
}

.carousel-control-prev,
.carousel-control-next {
    width: 4%;
}

.carousel-control-prev {
    left: -6px;
}

.carousel-control-next {
    right: -5px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: #354693;
    border-radius: 6px;
    width: 45px;
    height: 45px;
    background-size: 70%;
    background-position: center;
    background-repeat: no-repeat;
}

.text-custom {
    font-size: 20px;
    color: #354693 !important;
}

.card .small-card {
    border-radius: 12px;
    overflow: hidden;
    border: 2px solid transparent;
    overflow: hidden;
    width: 304px;
    height: 496px;
    border-radius: 12px;
    padding: 2px 2px 2px 2px;
    border: 1px solid #ddd;
    transition: border-color 0.4s ease, box-shadow 0.4s ease;
}

.small-card:hover {
    border: 1px solid #354693 !important;
    box-shadow: 0 4px 15px rgba(53, 70, 147, 0.2);
}

/* الزر */
.more-btn {
    font-weight: 500;
    font-size: 20px;
    display: inline-block;
    background-color: #354693 !important;
    color: white;
    border-radius: 8px;
    text-decoration: none;
    margin: 20px 20px;
    opacity: 0;
    border-radius: 20px;
    padding: 10px 14px;
    transition: opacity 0.6s ease;
    /* ظهور تدريجي ناعم */
}

.small-card:hover .more-btn {
    opacity: 1;
}

.small-img {
    width: 90%;
    height: 80%;

    object-fit: cover;
    border-radius: 8px;
    display: block;
    margin: 4px auto 4px;
}

.card-text {
    color: #9f9f9f;
    font-size: 14px;
    text-align: right;
    line-height: 1.6;
    font-weight: 600;
}

.card-title {
    font-size: 30px;
    font-weight: 600;
    text-align: right;
}

.section-title {
    position: relative;
    display: inline-block;
    font-size: 40px;
    font-weight: 600;
}

.section-title::before,
.section-title::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 545px;
    height: 1px;
    background: #d8d5d5;
}

.section-title::before {
    right: 70%;
    margin-right: 60px;
}

.section-title::after {
    left: 70%;
    margin-left: 60px;
}

.achievements {
    position: relative;
    width: 100%;
    height: 866px;
    overflow: hidden;
}

.achievements .video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    display: block;
}

.achievements .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    background: #3546934d;
    z-index: 0;
}

.achievements h2 {
    font-weight: 600;
    font-style: normal;
    font-size: 80px;
    line-height: 100%;
    letter-spacing: 0;
    color: #fff;
    margin-bottom: 3%;
    margin-right: 10%;
}

.achievements p {
    font-weight: 400;
    font-style: normal;
    font-size: 48px;
    line-height: 100%;
    color: #dfd0d0;
}

.achievements span {
    font-weight: 400;
    font-style: normal;
    font-size: 48px;
    color: #b4b3f7;
}

.achievements div {
    margin-top: 50px;
}

.future {
    position: relative;
    width: 100%;
    height: 866px;
    overflow: hidden;
}

.future .video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.future .overlay {
    position: absolute;
    inset: 0;
    background: #3546934d;
    z-index: 0;
}

.future .container {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-right: 120px;
    margin-top: 160px;
}

.future h2 {
    font-weight: 700;
    font-size: 64px;
    color: #dfd0d0;
    margin-bottom: 20px;
}

.future p {
    font-weight: 380;
    font-style: normal;
    font-size: 36px;
    color: #dfd0d0;
    line-height: 1.8;
}

.read-more {
    display: inline-block;
    font-size: 20px;
    border: 1px solid #354693;
    color: #354693;
    text-decoration: none;
    border-radius: 20px;
    padding: 10px 30px;
    width: 136px;
    height: 50px;
    text-align: center;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.custom-overlay-card {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    margin-right: 30px;
    margin-bottom: 30px;
}

.custom-overlay-card img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 9px;
    transition: transform 0.5s ease;
}

.cus {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #354693;
    color: #fff;
    text-align: center;
    padding: 20px 0;
    font-weight: bold;
    font-size: 24px;
    border-top-left-radius: 17px;
    border-top-right-radius: 17px;
    border-bottom-left-radius: 17px;
    border-bottom-right-radius: 17px;
    z-index: 2;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
}

.custom-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(57, 101, 145, 0.8);
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    text-align: left;
    opacity: 0;
    transition: opacity 0.5s ease;
    padding: 20px;
    border-radius: 9px;
    z-index: 1;
}

.custom-overlay-card:hover .custom-overlay {
    opacity: 1;
}

.custom-overlay h4 {
    font-size: 20px;
    font-weight: 500;
}

.custom-overlay p {
    font-size: 18px;
    font-weight: 500;
    margin: 6px 6px;
}

.custom-overlay a {
    display: inline-flex;
    align-items: end;
    gap: 5px;
    font-weight: 500;
    background: rgba(2, 53, 105, 0.8);
    color: #bdc011;
    padding: 12px 14px;
    border-radius: 20px;
    text-decoration: none;
    font-size: 20px;
    transition: 0.3s;
}

.eye {
    color: #bdc011;
    margin-right: 4px;
}

.title-box {
    /* width: 341px;
  height: 47px; */
    width: 100%;
    /* height: 80%; */
    border: 1px solid #354693;
    border-radius: 20px;
    background-color: #f9faff;
    color: #354693;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    line-height: 47px;
    /* علشان النص يبقى في النص عموديًا */
    margin: 0 auto;
    /* توسيط العنصر أفقيًا */
    opacity: 1;
    white-space: nowrap;
    position: relative;
    /* عشان نقدر نتحكم في المكان لو احتجنا */
}

.btn-outline-custom {
    border: 1px solid #000000;
    color: #000000;
    font-weight: 400;
    font-size: 14px;
    border-radius: 13px; /* padding: 8px 12px; */
    width: 50%;
    height: 110%;
    text-decoration-line: none;
    text-align: center !important;
    padding: 6px 12px !important;
}

.table-d {
    border: 1px solid #4c5ac7;
    text-decoration: none;
    background: #4c5ac7;
    color: #fff;
    font-size: 14px;
    border-radius: 20px;
    padding: 6px 30px;
    width: 50%;
    height: 110%;
}

.badge-custom {
    background: #dbe2ff;
    color: #4c5ac7;
    font-size: 14px;
    font-weight: 500;
    border-radius: 20px;
    padding: 4px 24px;
}

.product-details {
    font-size: 14px;
    font-weight: 600;
    color: #9f9f9f;
    list-style-position: inside;
    padding-right: 0;
    margin-right: 0;
}

.product-details li {
    margin-bottom: 1px;
}

.showbtn {
    display: inline-block;
    width: 260px;
    height: 73px;
    line-height: 73px;
    border: 1px solid #354693;
    background: #354693;
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    border-radius: 20px;
    text-decoration: none;
    text-align: center;
}

.partners-section .carousel-control-prev,
.partners-section .carousel-control-next {
    width: 5%;
    top: 45%;
    transform: translateY(-50%);
    height: auto;
}

.partners-section .carousel-control-prev {
    left: 0;
}

.partners-section .carousel-control-next {
    right: 0;
}

.partners-title {
    font-weight: 700;
    color: #333;
}

.partners-card {
    border-radius: 10px;
    padding: 1px;
    transition: transform 0.3s ease;
}

.partners-card:hover {
    transform: scale(1.05);
}

.partners-img {
    width: 200% !important;
    max-height: 80px;
    object-fit: cover;
}

.news-section img {
    object-fit: cover;
    height: 90%;
    margin-top: 10px;
    margin-bottom: 10px;
}

.news-section p {
    font-weight: 400;
    /* Regular */
    font-size: 20px;
    line-height: 100%;
    margin-bottom: 20px !important;
    color: #555555;
}

.news-section h5 {
    font-weight: 600;
    /* SemiBold */
    font-size: 32px;
    line-height: 100%;
}

.news-section span {
    color: #354693;
    font-weight: 400;
    /* SemiBold */
    font-size: 20px;
}

.contact-img {
    width: 85% !important;
}

.contact-section h2 {
    font-weight: 600;
    /* SemiBold */
    font-size: 40px;
    line-height: 100%;
    color: #354693;
}

.form-label {
    font-weight: 600;
    /* SemiBold */
    font-size: 20px;
    line-height: 100%;
    margin-bottom: 10px;
}

.contact-section form {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* توسيط كل العناصر */
    margin-top: 30px;
    margin-bottom: 30px;
}

.contact-section form .form-control,
.contact-section form textarea,
.contact-section form .btn-submit {
    width: 500px;
    max-width: 100%;
    border-radius: 10px;
}

.contact-section form .form-control,
.contact-section form textarea {
    border: 1px solid #ccc;
    padding: 12px;
    font-size: 18px;
    text-align: right;
}

.contact-section li {
    font-weight: 600;
    /* SemiBold */
    font-size: 20px;
    line-height: 100%;
    background-color: #354693;
    color: #ffffff !important;
}

.btn-submit {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 561px;
    height: 64px;
    background-color: #354693;
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    list-style: none;
}

.foot {
    padding-top: 20px;
    padding-left: 50px;
    padding-right: 50px;
}

.footer-link {
    font-size: 24px !important;
    color: #fff;
    text-decoration: none;
    display: block;
    margin-bottom: 8px;
    transition: color 0.3s ease;
    font-weight: 600;
}

.footer-icon {
    width: 14px;
    height: 14px;
    margin-left: 6px;
}

.links-margin {
    margin-top: 70px;
}

.para-foot {
    font-size: 20px;
    font-weight: 500;
}

.footerP {
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    display: block;
    margin-bottom: 8px;
    transition: color 0.3s ease;
    line-height: 1.7;
}

.tabler--eye {
    display: inline-block;
    width: 40px;
    height: 24px;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1'%3E%3Cpath d='M10 12a2 2 0 1 0 4 0a2 2 0 0 0-4 0'/%3E%3Cpath d='M21 12q-3.6 6-9 6t-9-6q3.6-6 9-6t9 6'/%3E%3C/g%3E%3C/svg%3E");
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
}

.social-img {
    width: 50;
    height: 50.01px;
    margin-right: 8px;
    transition: transform 0.3s ease;
}

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

.partners-section {
    background-color: #f2f2f2;
    padding: 20px auto 30px;
    height: 460px !important;
}

.partners-img {
    /* max-height: 300px !important;
    max-width: 230px !important; */
    max-height: 90% !important;
    max-width: 120% !important;
}

.yellow-eye {
    width: 24px !important;
    height: 24px !important;
}

.partners-col {
    /* height: 200px;
  width: 400px; */
    display: flex;
    align-items: center;
    justify-content: center;
}

.partners-img:hover {
    transform: scale(1.05);
}

.tabler--eye {
    display: inline-block;
    width: 20px;
    height: 20px;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1'%3E%3Cpath d='M10 12a2 2 0 1 0 4 0a2 2 0 0 0-4 0'/%3E%3Cpath d='M21 12q-3.6 6-9 6t-9-6q3.6-6 9-6t9 6'/%3E%3C/g%3E%3C/svg%3E");
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
}

.custom-overlay-card {
    position: relative;
    /* width: 610px;
  height: 540px; */
    width: 95%;
    height: 95%;
    border-radius: 20px;
    overflow: hidden;
    margin: 6px auto 6px !important;
}

.custom-overlay-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.product .fade-card .border {
    /* width: 377px;
  height: 602px; */
    width: 95%;
    /* height: 100%; */
    margin: 0 auto 2px !important;
    padding: 4%;
}

.custom-table td:nth-child(2),
.custom-table th:nth-child(2) {
    text-align: left !important;
    padding-left: 20px !important;
    direction: ltr;
}

/* productlisting-style */

.products-section {
    position: relative;
    height: 70vh;
    overflow: hidden;
}

.products-section .bg-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 0;
}

.products-section .overlay {
    position: absolute;
    inset: 0;
    background: #3546930d;
    z-index: 1;
}

.product-title {
    position: relative;
    z-index: 2;
    color: #354693;
    font-family: "Cairo", sans-serif;
    font-weight: 700;
    font-size: 64px;
    line-height: 1.8;
}

.product-subtitle {
    position: relative;
    z-index: 2;
    color: #333333;
    font-family: "Cairo", sans-serif;
    font-weight: 400;
    font-size: 20px;
}

.main-navbar {
    background-color: #000000 !important;
    transition: background-color 0.3s ease;
}

.navbar .dropdown-menu {
    position: absolute;
    z-index: 2000 !important;
    background-color: #11162d66;
    backdrop-filter: blur(4px);
    /* خلفية زرقاء */
    border: none;
    backdrop-filter: blur(6px);
    color: white;
    /* اللون الافتراضي للنص الأبيض */
}

.navbar .dropdown-item {
    color: white !important;
    /* النص داخل العناصر أبيض */
}

@media (max-width: 767px) {
    /* .navbar {
    position: relative !important;
    background: #354693 !important;
    backdrop-filter: none !important;
  } */

    /* .logo-img {
    height: 30px;
    width: 71px;
  } */

    header {
        margin-bottom: 0 !important;
        /* height: 243px; */
    }

    .top-mobile {
        height: 38px;
    }

    .navbar-toggler {
        margin-top: 5px;
        margin-bottom: 5px;
        padding: 2px 4px;
    }

    .carousel-indicators [data-bs-target] {
        background-color: #ffffff;
        width: 10px;
        height: 10px;
        border-radius: 70% 70% !important;
        margin-right: 5px;
    }

    .carousel-indicators {
        z-index: 5 !important;
        bottom: 0;
        display: none !important;
    }

    .hero-bg {
        /* top: 32px; */
        height: 210px;
        width: 375px;
        margin: 0 auto;
    }

    .hero-overlay {
        height: 100%;
    }

    .hero img {
        height: 100%;
        object-fit: cover;
    }

    .hero-bg {
        /* top: 32px; */
        height: 210px;
        width: 375px;
        margin: 0 auto;
    }

    .hero-overlay {
        height: 100%;
    }

    .hero img {
        height: 100%;
        object-fit: cover;
    }

    .hero-title {
        font-weight: 700;
        font-size: 25px;
        color: #fff;
        opacity: 0;
        animation: fadeIn 2s ease forwards;
        position: relative;
        z-index: 2;
        margin-bottom: 0;
        margin-top: 100px;
        /* margin-left: 50px;
    margin-right: 10px; */
    }

    .hero-subtitle {
        font-weight: 500;
        font-style: normal;
        font-size: 15px;
        color: #fff;
        animation: slideInLeft 2s ease-out forwards;
        animation-delay: 1s;
        opacity: 0;
        margin-top: 15px;
        position: relative;
        z-index: 2;
        margin-right: 0;
    }

    .hero-btn {
        /* height: 108px; */
        width: 29px;
        font-weight: 600;
        font-style: normal;
        font-size: 12px;
        margin-top: 20px;
        opacity: 0;
        background-color: #354693;
        color: #ffffff;
        animation: fadeIn 2s ease forwards;
        animation-delay: 2s;
        text-decoration: none;
        position: relative;
        z-index: 2;
        margin-right: 0;
        margin: auto;
    }

    .hero-bg {
        /* top: 32px; */
        height: 210px;
        width: 375px;
        margin: 0 auto;
    }

    .hero-overlay {
        height: 100%;
    }

    .hero img {
        height: 100%;
        object-fit: cover;
    }

    .carousel-caption {
        margin-top: 100px !important;
    }

    .about-header {
        font-weight: 500;
        font-style: normal;
        font-size: 25px;
    }

    .about-p {
        font-weight: 500;
        font-style: normal;
        font-size: 15px;
        /* Width: 343px */
    }

    .about-text {
        font-weight: 600;
        color: #354693 !important;
        font-size: 14px;
        text-align: center;
    }

    .about-img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover;
    }

    .carousel-indicators {
        z-index: 5 !important;
        bottom: 0px;
        display: none !important;
    }

    .section-title {
        position: relative;
        display: inline-block;
        font-size: 20px !important;
        font-weight: bold;
    }

    .section-title::before,
    .section-title::after {
        content: "";
        position: absolute;
        top: 50%;
        width: 100px;
        height: 1px;
        background: #d8d5d5;
    }

    .carousel-control-prev {
        left: -5px !important;
        width: 5%;
    }

    .carousel-control-next {
        right: -5px !important;
        width: 5%;
    }

    .small-card {
        width: 100% !important;
        height: auto;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .small-img {
        width: 250;
        height: 180px;
        object-fit: cover;
        border-radius: 8px;
        margin: 10px auto 0;
        padding: 2px 2px;
    }

    .achievements .container {
        max-width: 100%;
    }

    .title-box {
        width: 148px;
        height: 40px;
        /* line-height: px; */
        border: 1px solid #d0d7f9;
        border-radius: 15px;
        color: #4c5ac7;
        font-size: 9px;
        background: #f9faff;
        padding-right: 2px;
        text-align: center;
    }

    .achievements h2 {
        font-weight: 600;
        font-style: normal;
        font-size: 40px;
        text-align: center;
        color: #fff;
        margin-bottom: 50px;
    }

    .achievements div {
        padding-left: 10px;
    }

    .achievements p {
        font-weight: 400;
        font-style: normal;
        font-size: 22px;
        color: #dfd0d0;
        margin-right: 40px;
    }

    .achievements span {
        font-weight: 500;
        font-style: normal;
        font-size: 24px;
        color: #5857b8;
    }

    .custom-overlay p {
        font-size: 15px;
    }

    .custom-overlay a {
        padding: 7px 7px;
        border-radius: 10px;
        font-size: 15px;
    }

    .cus {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        background: #354693;
        color: #fff;
        text-align: center;
        padding: 10px 0;
        font-weight: bold;
        font-size: 15px;
    }

    .showbtn {
        border: 1px solid #4c5ac7;
        text-decoration: none;
        background: #4c5ac7;
        color: #fff;
        font-size: 30px;
        border-radius: 30px 30px;
        padding: 7px 60px;
    }

    @keyframes slideUp {
        from {
            transform: translateY(60px);
            opacity: 0;
        }

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

    .future {
        height: 315px;
    }

    .future .container {
        margin-right: 0;
        margin-top: 0;
        padding: 0 1rem;
        align-items: center;
        text-align: center;
    }

    .future .video-bg {
        object-position: center;
    }

    .future .overlay {
        background: rgba(17, 22, 45, 0.6);
    }

    .future h2 {
        font-weight: 600;
        font-style: normal;
        font-size: 18px;
        color: #dfd0d0;
        margin-top: 100px;
        margin-bottom: 15px;
    }

    .future p {
        font-weight: 400;
        font-style: normal;
        font-size: 11px;
        color: #dfd0d0;
    }

    .news-section p {
        font-weight: 600px;
        font-size: 8px;
        margin-right: 10px;
        margin-bottom: 5px !important;
    }

    .news-section h5 {
        font-weight: 600px;
        font-size: 12px;
    }

    .news-section span {
        color: #354693;

        font-weight: 600;
        /* SemiBold */
        font-size: 8px;
    }

    .contact-img {
        width: 80%;
        height: auto;
    }

    .social-img {
        width: 15px;
        height: 15px;
        margin-left: 1px !important;
    }

    .partners-img {
        max-height: 90%;
        max-width: 100%;
        object-fit: cover;
    }

    .badge-custom {
        background: #dbe2ff;
        color: #4c5ac7;
        font-size: 10px;
        font-weight: 500;
        border-radius: 10px;
        padding: 6px 6px;
        align-items: end;
    }

    /* .mobile-break {
    display: block;
  } */
    .badge-custom {
        background: #dbe2ff;
        color: #4c5ac7;
        font-size: 10px;
        font-weight: 500;
        border-radius: 10px;
        padding: 4px 4px;
    }

    .product li {
        font-size: 9px;
    }

    .end-text {
        font-size: 8px;
        font-weight: 600;
        color: #fff;
        text-decoration: none;
        margin-bottom: 2px;
        transition: color 0.3s ease;
    }

    .footerP {
        font-size: 8px;
        font-weight: 500;
        color: #fff;
        text-decoration: none;
        margin-bottom: 2px;
        transition: color 0.3s ease;
    }

    .end-social-img {
        width: 10px;
        height: 10px;
        margin-left: 4px;
        transition: transform 0.3s ease;
    }

    .partners-section {
        background-color: #f2f2f2;
        padding: 10px 0;
        height: 114px !important;
    }

    .partners-col {
        height: 100px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .partners-img {
        max-height: 250px !important;
        padding: 0;
    }

    .partners-img {
        /* max-height: 300px !important;
    max-width: 230px !important; */
        max-height: 120% !important;
        max-width: 150% !important;
    }

    .partners-card {
        border-radius: 10px;
        padding: 0px;
        transition: transform 0.3s ease;
    }

    .read-more {
        font-size: 10px;
        border: 1px solid #354693;
        padding: 2px 10px;
        border-radius: 10px 10px;
        text-decoration: none;
        color: #354693;
    }

    .news-section .col-md-3 img[alt="logo"] {
        width: 120px !important;
        height: auto !important;
        top: 50px !important;
        right: 10px !important;
    }

    .news-section .col-md-3,
    .news-section .col-md-9 {
        flex: 0 0 auto;
        width: auto;
    }

    .news-section .col-md-3 {
        width: 40%;
    }

    .news-section .col-md-9 {
        width: 60%;
    }

    .news-section img {
        width: 100%;
        height: auto;
        object-fit: cover;
        margin: 3px 2px;
    }

    .news-section .card {
        flex-direction: row !important;
    }

    .news-section .card .p-4 {
        padding: 1rem !important;
    }

    .icon-btn {
        width: 25px;
        height: 28px;
        padding: 0;
        border-radius: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .text-end-foot {
        font-weight: 600;
        font-size: 10px;
    }

    .foot {
        padding-left: 15px !important;
        padding-right: 15px !important;
        padding-bottom: 0;
        padding-top: 6px;
    }

    .links-margin {
        margin-top: 0;
    }

    .icon-btn .icon-eye {
        width: 28px !important;
        height: 28px !important;
        display: block;
    }

    .table-d {
        border: 1px solid #4c5ac7;
        text-decoration: none;
        background: #4c5ac7;
        color: #fff;
        font-size: 7px;
        border-radius: 10px;
        padding: 1px 40px !important;

        white-space: nowrap;
    }

    .product .fade-card .border {
        /* width: 100%;
    height: 325px; */
        border-radius: 10px;
        border-width: 1px;
    }

    .title-box {
        display: flex;
        flex-direction: column;
        /* علشان يدعم السطور المتعددة */
        justify-content: flex-start;
        /* يبدأ من فوق */
        align-items: center;
        /* توسيط أفقي */
        width: 111px;
        min-height: 35px;
        /* عشان لو النص كبر يزيد الارتفاع */
        font-size: 9px;
        font-weight: 600;
        border: 1px solid #354693;
        border-radius: 20px;
        background-color: #f9faff;
        color: #354693;
        padding: 4px 6px;
        text-align: center;
        line-height: 1.3;
        margin: 0 auto 2px !important;
        white-space: normal;
        word-wrap: break-word;
    }

    .title-box span {
        display: inline;
    }

    .title-box span::after {
        content: "";
    }

    .title-box span br {
        display: inline;
    }

    .contact-section form .form-control,
    .contact-section form textarea,
    .contact-section form .btn-submit {
        width: 305px;
        height: 44px;
        border-radius: 10px;
        font-size: 16px;
    }

    .contact-section form textarea {
        height: auto;
    }

    .btn-submit {
        line-height: 44px;
    }

    /* .footer-mobile {
  direction: rtl;
  text-align: right;
} */
    .table-d svg {
        flex: 0 0 auto;
    }

    .footer-mobile .footer-link {
        display: flex !important;
        align-items: center !important;
        justify-content: flex-start !important;
        text-align: right !important;
        margin-bottom: 10px;
        font-size: 18px !important;
        color: #000;
        text-decoration: none;
    }

    .hero-title {
        font-weight: 700;
        font-size: 25px;
        text-align: center;
        /* margin-right: 100px; */
        white-space: nowrap;
        margin-bottom: 1px;
    }

    .hero-subtitle {
        font-size: 15px;
        text-align: center;
        /* margin-right: 100px; */
    }

    .hero-btn {
        width: 150px;
        /* height: 29px; */
        font-size: 12px;
        margin-top: 1px;
        /* margin-right: 100px; */
    }

    .hero-bg {
        height: auto;

        width: 100%;

        position: relative;
        object-fit: fill !important;
    }

    .hero-overlay {
        position: absolute;
        inset: 0;
        width: 100%;
        height: auto;
        background: rgba(0, 0, 0, 0.5);
        z-index: 1;
    }

    .carousel-indicators {
        z-index: 5 !important;
        bottom: 1px;
        display: none !important;
    }

    .cap {
        margin-bottom: 30px;
        /* width: 300px; */
    }

    .more-btn {
        font-size: 16px;
        background-color: #354693 !important;
        color: white;
        border-radius: 8px;
        text-decoration: none;
        margin: 5px 10px;
        opacity: 0;
        border-radius: 20px;
        padding: 10px 20px;
        transition: opacity 0.6s ease;
    }

    .showbtn {
        position: relative;
        width: 156px;
        height: 43px;
        border: 1px solid #4c5ac7;
        background-color: #4c5ac7;
        color: #fff;
        font-size: 24px;
        border-radius: 20px;
        text-decoration: none;
        padding: 12px 60px;
        text-align: center;
        opacity: 1;
        display: inline-flex;
        justify-content: center;
        align-items: center;
    }

    .d {
        border: 1px solid #4c5ac7;
        text-decoration: none;
        background: #4c5ac7;
        color: #fff;
        font-size: 8px;
        border-radius: 20px;
        padding: 4px 20px !important;
        text-align: center;
    }

    .partners-img {
        width: 150%;
        max-width: none;
        height: auto;
        object-fit: contain;
    }

    .partners-section {
        height: 114px;
    }

    .partners-carousel-wrapper {
        padding-top: 30px;
    }

    .partners-section .carousel-control-prev,
    .partners-section .carousel-control-next {
        width: 8%;
        top: 35%;
        transform: translateY(-50%);
        height: auto;
    }

    .carousel-control-prev {
        left: -34px;
    }

    .carousel-control-next {
        right: -34px;
    }

    .read-more {
        width: 73px;
        height: 18px;
        border-radius: 10px;
        font-size: 8px;
        padding: 2px 10px;
        line-height: 12px;
    }

    .product .fade-card .border {
        /* width: 158px;
    height: 325px; */
        border-radius: 10px;
        border: 1px solid #000;
    }

    .custom-overlay-card {
        width: 90%;
        height: 420px;
    }

    .badge-custom {
        background: #dbe2ff;
        color: #4c5ac7;
        font-size: 8px;
        font-weight: 500;
        border-radius: 20px;
        padding: 2px 10px;
    }

    .product-details {
        font-size: 10px;
        font-weight: 600;
        color: #9f9f9f;
        text-align: right;
        list-style-position: inside;
        padding-right: 0;
        margin-right: 0;
    }

    .custom-overlay-card {
        position: relative;
        /* width: 610px;
  height: 540px; */
        width: 100%;
        height: 100%;
        border-radius: 20px;
        overflow: hidden;
        margin: 6px auto 6px !important;
    }
}

/* @media (max-width: 768px) {
  .navbar-expand-md .navbar-toggler {
    display: block !important;
  }
}

@media (min-width: 769px) {
  .navbar-expand-md .navbar-toggler {
    display: none
  }
} */

@media (min-width: 768px) and (max-width: 991px) {
    /* header {
    height: 500px;
  } */

    .small-card {
        width: 90% !important;
        height: auto;
    }

    .hero-title {
        margin-top: 20px;
        font-size: 28px;
        margin-right: 0;
    }

    .hero-subtitle {
        font-size: 18px;
        /* margin-right: 70px; */
    }

    .hero-btn {
        width: 180px;
        /* height: 60px; */
        font-size: 20px;
        margin: 10px auto 0;
    }

    .hero-bg {
        height: auto;
    }

    .hero-bg {
        height: auto;

        position: relative;
        object-fit: fill !important;
    }

    .hero-overlay {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        z-index: 1;
    }

    .cap {
        margin-bottom: 0px;
    }

    .carousel-indicators {
        z-index: 5 !important;
        bottom: 0;
        display: none !important;
    }

    .more-btn {
        background-color: #354693 !important;
        color: white;
        border-radius: 8px;
        text-decoration: none;
        margin: 5px 10px;
        opacity: 0;
        border-radius: 20px;
        padding: 10px 30px;
        transition: opacity 0.6s ease;
    }

    .btn-outline-custom {
        border: 1px solid #000000;
        color: #000000;
        font-weight: 400;
        font-size: 10px;
        border-radius: 13px;
         padding: 6px 12px !important;
        text-decoration-line: none;
    }

    .d {
        border: 1px solid #4c5ac7;
        text-decoration: none;
        background: #4c5ac7;
        color: #fff;
        font-size: 10px;
        border-radius: 20px;
        padding: 3px 12px;
    }

    .custom-overlay-card {
        position: relative;
        /* width: 610px;
  height: 540px; */
        width: 95%;
        height: 95%;
        border-radius: 20px;
        overflow: hidden;
        margin: 6px auto 6px !important;
    }

    .product .fade-card .border {
        /* width: 100%; */
        height: auto;
    }

    .title-box {
        width: 200px;
        height: 47px;
        border: 1px solid #354693;
        border-radius: 20px;
        background-color: #f9faff;
        color: #354693;
        font-weight: 600;
        font-size: 9px;
        text-align: center;
        line-height: 47px;
        margin: 0 auto;
        opacity: 1;
        position: relative;
    }

    .filter-btn {
        height: 45px;
        width: 220px;
    }

    .search-input {
        height: 45px;
    }

    .partners-section {
        background-color: #f2f2f2;
        padding: 10px 0;
        height: 300px !important;
    }

    .foot {
        padding-top: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .footer-link {
        font-size: 16px !important;
        color: #fff;
        text-decoration: none;
        display: block;
        margin-bottom: 8px;
        transition: color 0.3s ease;
        font-weight: 600;
    }

    .footer-icon {
        width: 11px;
        height: 11px;
        margin-left: 6px;
    }

    .links-margin {
        margin-top: 70px;
    }

    .para-foot {
        font-size: 16px;
        font-weight: 500;
    }

    .footerP {
        font-size: 16px;
        font-weight: 500;
        color: #fff;
        text-decoration: none;
        display: block;
        margin-bottom: 8px;
        transition: color 0.3s ease;
        line-height: 1.7;
    }

    .social-img {
        width: 30;
        height: 30.01px;
        margin-right: 8px;
        transition: transform 0.3s ease;
    }
}

.dropdown-menu {
    z-index: 2000;
}

.main-navbar,
header .navbar {
    position: relative;
    z-index: 1000 !important;
}

.navbar .dropdown-item:hover {
    background-color: #11162d66;
    backdrop-filter: blur(4px) !important;
    color: #ffffff !important;
}

.filter-btn1 {
    background-color: #ffffff;
    border: 1px solid #ccc;
    border-radius: 20px;
    height: 57px;
    width: 256px;
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
}

.filter-btn1 i {
    font-size: 14px;
    color: #000000;
}

.filter-btn2 {
    background-color: #ffffff;
    border: 1px solid #ccc;
    border-radius: 20px;
    height: 57px;
    width: 308px;
    /* الافتراضي للأقسام والفئات */
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    transition: all 0.3s ease;
    background-color: #ffffff;
    color: #000000;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
}

.filter-btn:hover,
.filter-btn:focus {
    background-color: #354693;
    color: #fff;
}

/* 🔹 شريط البحث */
.search-bar {
    position: relative;
    /* width: 621px; */
    display: flex;
    align-items: center;
    align-content: space-between;
}

.search-input {
    width: 100%;
    height: 57px;
    border-radius: 20px;
    border: 1px solid #ccc;
    padding-right: 20px;
    font-size: 16px;
    transition: border-color 0.3s ease;
}

.search-input:focus {
    border-color: #354693;
    outline: none;
}

.search-btn {
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: #354693 !important;
    font-size: 20px;
    cursor: pointer;
    transition: color 0.3s ease;
    width: 30px;
    height: 30px;
}

.search-btn:hover {
    color: #1d2b60;
}

.search-btn {
    height: 48px;
    width: 56px;
    border-radius: 20px;
    background-color: #354693;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.search-btn:hover {
    background-color: #1d2b60;
}

.search-btn svg {
    fill: #fff;
}

.custom-pagination {
    width: 412px;
    height: 55px;
    margin: 0 auto 60px;
    /* في منتصف الصفحة */
    display: flex;
    justify-content: flex-end;
    align-items: center;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    /* اختياري لو عايزة الحواف ناعمة */
}

.pagination {
    display: flex;
    gap: 30px;
    list-style: none;
    padding: 0;
    margin: 0 auto 0;
    justify-content: flex-end;
    /* من أول الشمال */
    align-items: end;
}

.page-item {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-family: "Cairo", sans-serif;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.3s ease;
    background-color: #fff;
    color: #000;
}

.page-item a {
    color: inherit;
    text-decoration: none;
}

.page-item:hover {
    border-color: #354693;
    color: #354693;
}

.page-item.active {
    background-color: #354693;
    color: #fff;
    border-color: #354693;
}

.page-item.dots {
    border: none;
    cursor: default;
    font-weight: bold;
    color: #555;
}

.product-details {
    margin: 70px 0;
}

.product-details .main-img {
    width: 100%;
    height: 446px;
    border-radius: 20px;
}

.product-details .thumb-img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 20px;
    /* border: 2px solid #ccc; */
    cursor: pointer;
    transition: 0.3s;
}

.product-details h1 {
    font-size: 32px;
    font-weight: 600;
    color: #000;
}

.product-details span {
    font-size: 24px;
    font-weight: 600;
    color: #354693;
}

.product-details .speci-p {
    font-size: 20px;
    font-weight: 500;
    color: #9f9f9f;
    /* width: 598px; */
}

/* .product-details .my-svg{
  width: 50px;
  height: 50px;
} */

.product-details .feature-box {
    width: 184px;
    height: 170px;
    transition: 0.3s;
    margin: 0 10px 0;
}

.product-details .feature-box1 {
    background-color: #e6ffec;
}

.product-details .feature-box2 {
    background-color: #e6eeff;
}

.product-details .feature-box3 {
    background-color: #f8edcb;
}

.product-details .feature-box h6 {
    font-size: 16px;
    font-weight: 600;
}

.product-details .feature-box p {
    font-size: 15px;
    font-weight: 400;
}

.product-details .button-v {
    display: flex;
    /* width: 598px; */
    height: 73px;
    background-color: #354693;
    border-radius: 20px;
    font-size: 32px;
    font-weight: 600;
    color: #ffffff;
    text-decoration: none;
    align-items: center;
    justify-content: center;
}

.product-details .spec-card {
    /* width: 598px; */
    height: 222px;
    background-color: #fff;
    border: 1px solid #bfbfbf;
    border-radius: 20px;
    padding: 30px 30px;
    line-height: 2;
}

.product-details h4 {
    color: #354693 !important;
    font-size: 24px;
    font-weight: 600;
}

.product-details h6 {
    color: #354693 !important;
    font-size: 20px;
    font-weight: 600;
}

.product-details ul {
    padding-right: 0;
    margin: 0;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    color: #000000;
}

.product-details ul li {
    margin-bottom: 5px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    color: #000000;
}

.product-details .table-responsive {
    /* width: 598px; */
    height: 453px;
    background-color: #fff;
    border: 1px solid #bfbfbf;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px auto;
}

.product-details .custom-table {
    border-radius: 8px;
    overflow: hidden;
    width: 561px;
    height: 409px;
    margin: 0 auto;
    /* table-layout: fixed;  */
}

.product-details .custom-table th:first-child,
.product-details .custom-table td:first-child,
.product-details .custom-table th:last-child,
.product-details .custom-table td:last-child {
    width: 100px;
}

.product-details .custom-table th:nth-child(2),
.product-details .custom-table td:nth-child(2) {
    width: auto;
}

.product-details .custom-table th {
    background-color: #f8f9fa;
    color: #354bad;
    font-weight: 600;
}

.product-details .custom-table td {
    font-size: 15px;
    word-wrap: break-word;
}

.product-details .spec-card2 {
    display: flex;
    /* width: 598px; */
    height: 131px;
    background-color: #fff;
    border: 1px solid #bfbfbf;
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
}

.product-details .spec-card2 span {
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 10px;
}

.product-details .spec-card3 {
    display: flex;
    /* width: 598px; */
    height: 300px;
    background-color: #fff;
    border: 1px solid #bfbfbf;
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
}

.product-details .spec-card3 h3 {
    font-size: 20px;
    font-weight: 700;
    color: #354693 !important;
}

.product-details .spec-card3 span {
    font-size: 20px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 10px;
}

.product-services img {
    width: 840px;
    height: 500px;
    border-radius: 10px;
}

.product-services .services-div {
    width: 843px;
    margin-right: 10px;
    line-height: 2;
}

.product-services h1 {
    font-weight: 700;
    font-size: 24px;
    color: #354693;
    justify-self: start;
    margin-top: 30px;
}

.product-services p {
    color: #000000;
    font-weight: 500;
    font-size: 14px;
    text-align: justify;
    margin-top: 30px;
}

.product-services .services {
    position: relative;
    height: 400px;
    background: linear-gradient(180deg, #354693 0%, #10152d 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-services .services .product-title {
    font-weight: 600;
    font-size: 40px;
    color: #ffffff;
}

.product-services .services .product-subtitle {
    font-weight: 600;
    font-size: 20px;
    color: #ffffff;
    margin: 0;
}

.product-services .services .services-btn {
    font-weight: 600;
    font-size: 24px;
    color: #ffffff;
    border-radius: 20px;
    background-color: #354693;
    width: 355px;
    height: 86px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-services .small-card {
    width: 304px;
    height: 520px;
    border-radius: 12px;
    overflow: hidden;
    border: 2px solid transparent;
    overflow: hidden;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 2px;
}

.product-services .small-card {
    border: 1px solid #ddd;
    transition: border-color 0.4s ease, box-shadow 0.4s ease;
}

.product-services .small-card:hover {
    border: 1px solid #354693 !important;
    box-shadow: 0 4px 15px rgba(53, 70, 147, 0.2);
}

.product-services .more-btn {
    font-weight: 500;
    font-size: 20px;
    display: inline-block;
    background-color: #354693 !important;
    color: white;
    border-radius: 8px;
    text-decoration: none;
    margin: 10px 20px;
    opacity: 0;
    border-radius: 20px;
    padding: 10px 14px;

    transition: opacity 0.6s ease;
}

.product-services .small-card:hover .more-btn {
    opacity: 1;
}

.product-services .small-img {
    width: 276px;
    height: 276px;
    object-fit: cover;
    border-radius: 8px;
    display: block;
    margin: 4px auto 0;
    padding: 0;
}

.product-services .card-text {
    color: #9f9f9f;
    font-size: 14px;
    text-align: right;
    line-height: 1.6;
    font-weight: 600;
}

.product-services .card-title {
    font-size: 30px;
    font-weight: 600;
    text-align: right;
}

.product-services h2 {
    font-size: 36px;
    font-weight: 600;
    color: #354693;
}

.services2-overlay {
    position: absolute;
    inset: 0;
    background: #0001074d;
    z-index: 1;
}

.news-details img {
    height: 493px;
    width: 1016px;
}

.news-details h3 {
    font-size: 31px;
    font-weight: 700;
    color: #354693;
    margin-bottom: 30px;
}

.news-details span {
    font-size: 20px;
    font-weight: 400;
    color: #354693;
}

.news-details .para p {
    font-size: 20px;
    font-weight: 400;
    margin: 40px 0;
}

.news-section .details img {
    height: 209px;
    width: 229px;
    margin: 10px 20px;
}

.news-section .details p {
    width: 586px;
}

.project-details .info-box {
    border-radius: 12px;
    padding: 20px;
    color: #222;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    font-weight: 500;
}

.project-details .info-title {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 24px;
}

.project-details .info-title {
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 20px;
}

.project-details .owner {
    background-color: #e6ffec;
    height: 166px;
    width: 322px;
    padding: 30px 60px;
}

.project-details .contractor {
    background-color: #bfbfbf;
    height: 166px;
    width: 322px;
    padding: 30px 60px;
}

.project-details .value {
    background-color: #ffe2e2;
    height: 166px;
    width: 322px;
    padding: 30px 60px;
}

.project-details h3 {
    font-size: 32px;
    font-weight: 700;
    color: #354693;
    margin: 30px 0;
}

.project-details h4 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 30px;
}

.project-details h6 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
    line-height: 1.7;
    width: 938px;
}

.project-details p {
    font-size: 20px;
    font-weight: 400;
    margin: 50px 0;
    line-height: 1.7;
}

.arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 1.5rem;
    cursor: pointer;
    z-index: 5;
}

.arrow.left {
    left: 10px;
}

.arrow.right {
    right: 14px;
}

.thumbnails {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 15px;
}

.thumbnails img {
    width: 184px;
    height: 145px;
    object-fit: cover;
    border-radius: 8px;
    cursor: pointer;
    opacity: 0.7;
    /* transition: 0.3s; */
}

.thumbnails img.active,
.thumbnails img:hover {
    opacity: 1;
}

.main-image {
    position: relative;
    text-align: center;
}

.main-image img,
.main-image video {
    width: 100%;
    max-width: 1016px;
    height: 507px;
    border-radius: 10px;
    object-fit: cover;
}

.thumbnails {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 15px;
}

.thumbnails img {
    width: 184px;
    height: 145px;
    object-fit: cover;
    border-radius: 8px;
    cursor: pointer;
    opacity: 0.7;
    transition: 0.3s;
}

.thumbnails img.active,
.thumbnails img:hover {
    opacity: 1;
    border: 2px solid #0d6efd;
}

.our-partners h2 {
    font-size: 20px;
    font-weight: 700;
}

.our-partners div {
    margin: 50px 0;
}

.our-story2 h5 {
    font-size: 24px;
    font-weight: 600;
    color: #354693;
}

.our-story2 p {
    font-size: 20px;
    font-weight: 500;
    width: 992px;
}

.info-section {
    background-color: #f9f9f9;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.info-section p {
    width: 725px;
}

.info-icon img {
    max-width: 168px;
    height: 168px;
}

.section-offer {
    background-color: #fbfbfb;
}

.section-vision {
    background-color: #fffff4;
}

.section-mission {
    background-color: #e6ffec;
}

.contact-us h2 {
    color: #1a237e;
    font-size: 64px;
    font-weight: 600;
}

.contact-us img {
    width: 609px;
    height: 637px;
}

.contact-us .icon-gif {
    width: 50px;
    height: 50px;
}

.contact-us h6 {
    font-size: 20px;
    font-weight: 500;
}

.contact-us p {
    font-size: 20px;
    font-weight: 600;
}

.contact-us label {
    font-size: 16px;
    font-weight: 500;
}

.contact-us .card {
    /* width: 609px; */
    /* height: 637px; */
    border: 1px solid #9f9f9f;
    border-radius: 20px;
}

.contact-us .success-icon {
    width: 120px;
    height: 120px;
}

.contact-us .btn-send {
    background-color: #354693;
    /* width: 552px; */
    height: 55px;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    align-content: center;
    color: #ffffff;
    border-radius: 20px;
}

.btn-close {
    filter: invert(27%) sepia(93%) saturate(7200%) hue-rotate(360deg)
        brightness(98%) contrast(101%);
}

.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.popup-content {
    position: relative;
    width: 622px;
    height: 319px;
    background: #fff;
    border-radius: 20px;
    animation: fadeIn 0.4s ease;
    font-size: 24px;
    font-weight: 500;
    display: block;
    justify-content: center;
    align-items: center;
}

.popup-content p {
    font-size: 24px;
    font-weight: 500;
    width: 469px;
    height: 89px;
    margin: 0 40px;
}

.popup-avatar {
    border-radius: 50%;
    object-fit: cover;
}

.contact-us input,
.contact-us textarea {
    padding: 0.5rem 1rem;
    font-size: 16px;
}

.contact-us .agents {
    font-size: 20px;
    font-weight: 600;
    width: 889px;
    line-height: 1.7;
    text-align: center;
}

.contact-us .agent-div {
    position: relative;
    width: 609px;
}

.contact-us .agents-logo {
    position: absolute;
    top: 350px;
    right: 50px;
    width: 434px;
    height: 184px;
}

.select-option {
    font-size: 16px;
}

.contact-us .form-control::placeholder {
    font-size: 13px;
    color: #9f9f9f;
}

.certificate-card img {
    width: 515px;
    height: 622;
}

.certificate-card p {
    font-size: 32px;
    font-weight: 600;
    color: #354693;
}

.job-details h6 {
    font-size: 32px;
    font-weight: 700;
    color: #354693;
}

.job-details p {
    font-size: 20px;
    font-weight: 500;
}

.job-details ul {
    padding-right: 0;
    margin-right: 0;
}

.job-details li {
    font-size: 16px;
    font-weight: 500;
}

.job-details span {
    font-size: 16px;
    font-weight: 400;
}

.job-details .job-apply {
    width: 427px;
    height: 81px;
    border-radius: 20px;
    background-color: #354693;
}

.job-details .job-apply span {
    color: white;
    font-size: 32px;
    font-weight: 700;
}

.modal-backdrop.show {
    opacity: 0.6 !important;
    background-color: #000;
}

.form-control:focus {
    border-color: #354693;
    box-shadow: 0 0 0 0.2rem rgba(53, 70, 147, 0.2);
}

.btn-primary {
    background-color: #354693 !important;
    border: none;
}

.job-details .popup-content {
    width: 400px;
    height: 600px;
}

.popup-overlay.active {
    display: flex;
}

.job-details h5 {
    font-size: 24px;
    font-weight: 500;
    color: #354693;
}

.job-details label,
.job-details input {
    font-size: 14px;
    font-weight: 500;
}

.custom-file-upload {
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 8px 20px;
    cursor: pointer;
    font-weight: 500;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
}

.custom-file-upload i {
    font-size: 1rem;
}

small {
    font-size: 0.8rem;
}

.job-details .btn-submit {
    background-color: #354693;
    color: white;
    border-radius: 30px;
    width: 432px;
    height: 45px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
}

.overlay-jobs {
    position: absolute;
    inset: 0;
    z-index: 1;
    background-color: #35469366;
}

.careers .job-card {
    width: 385px;
    height: 399px;
    border-radius: 20px;
    border: 1px solid #9f9f9f;
    padding: 40px 20px;
}

.careers h5 {
    font-size: 24px;
    font-weight: 700;
    color: #354693;
    margin-bottom: 20px;
}

.careers h1 {
    font-size: 32px;
    font-weight: 700;
    color: #354693;
    /* padding-right: 70px; */
}

.careers p {
    color: #818181;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 20px;
    line-height: 1.7;
}

.careers span {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
}

.careers label {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

.careers .btn-primary {
    background-color: #354693;
    border: none;
    transition: background 0.3s ease;
    width: 335px;
    height: 46px;
    color: white;
    border-radius: 20px;
    font-size: 16px;
    font-weight: 500;
    margin: 20px auto;
}

.careers-subtitle {
    color: #ffffff;
    font-size: 36px;
}

.view-details-btn {
    position: absolute;
    opacity: 0;
}

.certificate-card:hover .view-details-btn {
    position: absolute;
    font-size: 24px;
    background-color: #354693 !important;
    color: white;
    bottom: 80px;
    border-radius: 8px;
    text-decoration: none;
    opacity: 0;
    border-radius: 20px;
    padding: 15px 50px;
    transition: opacity 0.6s ease;
    border: none;
}

.certificate-card:hover .view-details-btn {
    opacity: 1;
}

.certificate-card .zoom-popup {
    position: fixed;
    inset: 0;
    z-index: 100000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.certificate-card .zoom-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.7);
}

.certificate-card .zoomed-img {
    max-width: 80%;
    max-height: 80%;
}

.certificate-card .popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(17, 22, 45, 0.6);
    backdrop-filter: blur(6px);
    justify-content: center;
    align-items: center;
    z-index: 9999;
    transition: all 0.3s ease-in-out;
}

.certificate-card .popup-overlay.active {
    display: flex;
}

.certificate-card .popup-content {
    padding: 50px auto;
    width: 480px;
    height: 490px;
    animation: popupFade 0.4s ease;
}

.faq-header {
    background-color: #232323;
}

.accordion-button::after {
    filter: brightness(0) invert(1);
    transition: transform 0.3s ease;
}

.accordion-button:not(.collapsed)::after {
    transform: rotate(180deg);
}

/* ✅ موقع السهم في العربي */
html[dir="rtl"] .accordion-button::after {
    margin-left: 0;
    margin-right: auto;
    /* يخلي السهم يروح لأقصى الشمال */
}

/* دوران السهم في العربي */
html[dir="rtl"] .accordion-button:not(.collapsed)::after {
    transform: rotate(-180deg);
    /* عشان يبقى اتجاهه متوافق مع RTL */
}

/* أزرار الأكوردين */
.faq-btn {
    background-color: #354693;
    color: #fff;
    border-radius: 25px !important;
    font-weight: 600;
    transition: all 0.3s ease;
    width: 1000 !important;
    height: 70px !important;
}

.accordion-button::after {
    filter: brightness(0) invert(1);
}

.accordion-button:not(.collapsed)::after {
    filter: brightness(0) invert(1);
}

.faq-btn:not(.collapsed) {
    color: #f1eded;
    background-color: #354693;
    box-shadow: none;
}

.faq-btn.collapsed {
    color: #fff;
}

.accordion-button:focus {
    box-shadow: none !important;
}

.accordion-body {
    background: #fff;
    color: #333;
    font-size: 0.95rem;
}

@keyframes popupFade {
    from {
        transform: scale(0.95);
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}

.certificate-card .popup-main img {
    max-height: 400px;
    object-fit: contain;
}

.certificate-card #zoomIcon {
    position: absolute;
    bottom: 0px;
    right: 70px;
    cursor: pointer;
    border-radius: 50%;
    transition: transform 0.2s ease;
    z-index: 100;
}

.certificate-card #zoomIcon:hover {
    transform: scale(1.1);
}

.certificate-card #prevImage,
#nextImage {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background 0.2s ease;
    z-index: 100;
}

.certificate-card #prevImage:hover,
#nextImage:hover {
    background: white;
}

.certificate-card #prevImage {
    left: 10px;
}

.certificate-card #nextImage {
    right: 10px;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(0.9);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

.footer {
    height: 566px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .hero-title {
        font-size: 38px;
        font-weight: 700;
        color: #fff;
        opacity: 0;
        animation: fadeIn 2s ease forwards;
        position: relative;
        z-index: 2;
        /* margin-right: 100px; */
        text-align: right;
    }

    .hero-subtitle {
        font-weight: 400;
        font-size: 16px;
        line-height: 1.7;
        color: #fff;
        animation: slideInLeft 2s ease-out forwards;
        animation-delay: 1s;
        opacity: 0;
        position: relative;
        z-index: 2;
        text-align: right;
        max-width: 1000px;
        /* margin-right: 200px; */
        margin-top: 10px;
    }

    /* .cap {
    width: 700px;
  } */

    .hero-btn {
        /* height: 69px; */
        width: 223px;
        font-weight: 600;
        font-style: normal;
        font-size: 24px;
        border-radius: 40px;
        margin-top: 20px;
        opacity: 0;
        text-align: center;
        background-color: #354693;
        color: #ffffff;
        animation: fadeIn 2s ease forwards;
        animation-delay: 2s;
        text-decoration: none;
        position: relative;
        z-index: 2;
        /* margin-right: 240px; */
        display: flex;
        justify-content: center;
        align-items: center;
    }

    /* .products-section {
    height: 250px;

  } */

    /* .product-title {
    font-size: 36px;
    font-weight: 600;

  } */

    /* .product-subtitle {
    font-size: 16px;
    font-weight: 400;

  } */

    .product-details .main-img {
        /* max-width: 300px; */
        height: 300px;
        border-radius: 15px;
    }

    .product-details .thumb-img {
        width: 150px;
        height: 150px;
        border-radius: 12px;
    }

    .product-details h1 {
        font-size: 26px;
    }

    .product-details span {
        font-size: 20px;
    }

    .product-details .speci-p {
        font-size: 16px;
        /* width: 400px; */
        line-height: 1.8;
    }

    .product-details .feature-box,
    .product-details .feature-box1,
    .product-details .feature-box2,
    .product-details .feature-box3 {
        width: 120px;
        height: 120px;
    }

    .product-details .feature-box h6 {
        font-size: 14px;
    }

    .product-details .feature-box p {
        font-size: 12px;
    }

    .product-details .button-v {
        /* width: 400px; */
        height: 55px;
        font-size: 18px;
        border-radius: 25px;
    }

    .product-details .spec-card {
        /* width: 400px; */
        height: auto;
        padding: 40px 30px;
    }

    .product-details h4 {
        font-size: 22px;
    }

    .product-details h6 {
        font-size: 18px;
    }

    .product-details ul li {
        font-size: 14px;
        margin-bottom: 6px;
    }

    .product-details .spec-card2 {
        width: 400px;
        height: auto;
        padding: 30px;
    }

    .product-details .spec-card2 span {
        font-size: 16px;
        margin-bottom: 12px;
    }

    .product-details .spec-card3 {
        width: 400px;
        height: auto;
        padding: 30px;
    }

    .product-details .spec-card3 h3 {
        font-size: 16px;
    }

    .product-details .spec-card3 span {
        font-size: 14px;
    }

    .product-details .table-responsive {
        /* width: 400px; */
        margin: 0 auto;
        border-radius: 15px;
    }

    .product-details .custom-table th,
    .product-details .custom-table td {
        font-size: 14px;
    }

    .product-services img {
        width: 640px;
        height: 500px;
        border-radius: 10px;
    }

    .product-services .services-div {
        width: 600px;
        margin-right: 35px;
        line-height: 2;
    }

    .product-services h1 {
        font-weight: 700;
        font-size: 24px;
        color: #354693;
        justify-self: start;
        margin-top: 30px;
    }

    .product-services p {
        color: #000000;
        font-weight: 500;
        font-size: 14px;
        text-align: justify;
        margin-top: 30px;
    }

    .product-services .services {
        position: relative;
        height: 400px;
        background: linear-gradient(180deg, #354693 0%, #10152d 100%);
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .product-services .services .product-title {
        font-weight: 600;
        font-size: 40px;
        color: #ffffff;
    }

    .product-services .services .product-subtitle {
        font-weight: 600;
        font-size: 20px;
        color: #ffffff;
        margin: 0;
    }

    .product-services .services .services-btn {
        font-weight: 600;
        font-size: 24px;
        color: #ffffff;
        border-radius: 20px;
        background-color: #354693;
        width: 355px;
        height: 86px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .news-details img {
        width: 800px;
        height: 410px;
    }

    .news-details h3 {
        font-size: 20px;
        font-weight: 700;
        color: #354693;
        margin-bottom: 20px;
        line-height: 2;
    }

    .news-details span {
        font-size: 12px;
        font-weight: 400;
        color: #354693;
    }

    .news-details .para p {
        font-size: 14px;
        font-weight: 400;
        margin: 20px 0;
    }

    .news-section .details img {
        height: 180px;
        width: 450px;
        margin: 5px 5px;
    }

    .news-section .details p {
        width: 500px;
        font-size: 14px;
    }

    .news-section .details h5 {
        font-size: 16px;
    }

    .project-details .info-box {
        border-radius: 12px;
        padding: 20px;
        color: #222;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
        font-weight: 500;
    }

    .project-details .info-title {
        font-weight: 700;
        margin-bottom: 5px;
        font-size: 20px;
    }

    .project-details .info-p {
        font-weight: 600;
        margin-bottom: 20px;
        font-size: 14px;
    }

    .project-details .owner {
        background-color: #e6ffec;
        height: 140px;
        width: 210px;
        padding: 30px 20px;
    }

    .project-details .contractor {
        background-color: #bfbfbf;
        height: 140px;
        width: 210px;
        padding: 30px 20px;
    }

    .project-details .value {
        background-color: #ffe2e2;
        height: 140px;
        width: 210px;
        padding: 30px 20px;
    }

    .project-details h3 {
        font-size: 20px;
        font-weight: 700;
        color: #354693;
        margin: 20px 0;
    }

    .project-details h4 {
        font-size: 16px;
        font-weight: 500;
        margin-bottom: 20px;
    }

    .project-details h6 {
        font-size: 14px;
        font-weight: 500;
        margin-bottom: 20px;
        line-height: 1.7;
        width: 500px;
    }

    .project-details p {
        font-size: 14px;
        font-weight: 400;
        margin: 10px 0;
        line-height: 1.7;
    }

    .arrow {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background: rgba(0, 0, 0, 0.5);
        color: #fff;
        border: none;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        font-size: 1.5rem;
        cursor: pointer;
        z-index: 5;
    }

    .arrow.left {
        left: 30px;
    }

    .arrow.right {
        right: 30px;
    }

    .thumbnails {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 10px;
        margin-top: 15px;
    }

    .thumbnails img {
        width: 184px;
        height: 145px;
        object-fit: cover;
        border-radius: 8px;
        cursor: pointer;
        opacity: 0.7;
        /* transition: 0.3s; */
    }

    .thumbnails img.active,
    .thumbnails img:hover {
        opacity: 1;
    }

    .main-image {
        position: relative;
        text-align: center;
    }

    .main-image img,
    .main-image video {
        width: 100%;
        height: 380px;
        width: 600px;
        border-radius: 10px;
        object-fit: cover;
        margin-right: 0 auto 0;
    }

    .thumbnails {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 10px;
        margin-top: 30px;
    }

    .thumbnails img {
        width: 110px;
        height: 110px;
        object-fit: cover;
        border-radius: 8px;
        cursor: pointer;
        opacity: 0.7;
        transition: 0.3s;
        margin-top: 20px;
    }

    .thumbnails img.active,
    .thumbnails img:hover {
        opacity: 1;
        border: 2px solid #0d6efd;
    }

    .our-story2 h5 {
        font-size: 16px;
        font-weight: 600;
        color: #354693;
    }

    .our-story2 p {
        font-size: 14px;
        font-weight: 500;
        width: 600px;
    }

    .info-section {
        background-color: #f9f9f9;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .info-section p {
        width: 500px;
    }

    .info-icon img {
        max-width: 100px;
        height: 100px;
    }

    .contact-us input,
    .contact-us textarea {
        padding: 0.3rem 1rem;
        font-size: 1rem;
    }

    .contact-us h2 {
        color: #1a237e;
        font-size: 64px;
        font-weight: 600;
    }

    .dropdown-menu[data-bs-popper] {
        top: 53% !important;
        right: 55% !important;
        margin-top: var(--bs-dropdown-spacer);
    }

    .contact-us img {
        height: 460px;
    }

    .contact-us .icon-gif {
        width: 50px;
        height: 50px;
    }

    .contact-us h2 {
        font-size: 50px;
    }

    .contact-us h6 {
        font-size: 14px;
        font-weight: 500;
    }

    .contact-us p {
        font-size: 19px;
        font-weight: 600;
    }

    .contact-us label {
        font-size: 16px;
        font-weight: 500;
    }

    .contact-us .card {
        /* height: 460px; */
        border: 1px solid #9f9f9f;
        border-radius: 20px;
    }

    .contact-us .success-icon {
        width: 120px;
        height: 120px;
    }

    .contact-us .btn-send {
        background-color: #354693;
        /* width: 300px; */
        height: 40px;
        font-size: 16px;
        font-weight: 600;
        display: flex;
        align-items: center;
        align-content: center;
        color: #ffffff;
        border-radius: 20px;
    }

    .popup-content {
        position: relative;
        width: 622px;
        height: 319px;
        background: #fff;
        border-radius: 20px;
        animation: fadeIn 0.4s ease;
        font-size: 24px;
        font-weight: 500;
        display: block;
        justify-content: center;
        align-items: center;
    }

    .popup-content p {
        font-size: 16px;
        font-weight: 500;
        width: 300px;
        height: 50px;
        margin: 0 140px;
    }

    .contact-us .agents {
        font-size: 20px;
        font-weight: 600;
        width: 889px;
        line-height: 1.7;
    }

    .contact-us .agents-logo {
        position: absolute;
        top: 250px;
        right: 20px;
        width: 374px;
        height: 184px;
    }

    .select-option {
        font-size: 12px;
    }

    .contact-us .form-control::placeholder {
        font-size: 10px;
        color: #9f9f9f;
    }

    .job-details h6 {
        font-size: 24px;
        font-weight: 700;
        color: #354693;
    }

    .job-details p {
        font-size: 20px;
        font-weight: 500;
    }

    .job-details ul {
        padding-right: 0;
        margin-right: 0;
    }

    .job-details li {
        font-size: 14px;
        font-weight: 500;
    }

    .job-details span {
        font-size: 16px;
        font-weight: 400;
    }

    .job-details .job-apply {
        width: 427px;
        height: 81px;
        border-radius: 20px;
        background-color: #354693;
    }

    .job-details .job-apply span {
        color: white;
        font-size: 24px;
        font-weight: 700;
    }

    .job-details .btn-submit {
        background-color: #354693;
        color: white;
        border-radius: 30px;
        width: 432px;
        height: 45px;
        font-size: 14px;
        font-weight: 500;
        cursor: pointer;
    }
}

/* -------------------------- */
/* 📱 Responsive for Mobile */
/* -------------------------- */
@media (max-width: 767px) {
    .navbar-collapse {
        /* max-height: 205px; */
        /* background-color: #354693; */

        /* backdrop-filter: blur(10px); */
        /* box-shadow: 0 0 20px#354693; */

        border-radius: 12px;
        margin-top: 0;
        padding: 2px;
        animation: slideDown 0.3s ease forwards;
    }

    .navbar .dropdown-menu {
        position: absolute;
        z-index: 2000 !important;
        background-color: #354693a8;
        border: none;
        backdrop-filter: blur(10px);
        color: white;
    }

    .navbar .dropdown-item {
        color: white !important;
    }

    .navbar .dropdown-item:hover {
        background-color: rgba(255, 255, 255, 0.1);
        color: #fff;
    }

    /* القائمة في وضع الموبايل */
    .navbar-collapse.show {
        /* background-color: #354693; */
        /* backdrop-filter: blur(8px); */
        color: white;
        transition: all 0.3s ease-in-out;
    }

    .navbar-collapse {
        transition: all 0.4s ease-in-out;
    }

    .navbar-nav .nav-link {
        color: white !important;
        text-align: center;
        border-bottom: 1px solid rgba(255, 255, 255, 0.053);
    }

    .navbar-nav .nav-link:hover {
        color: white !important;
        text-align: center;
        border-bottom: 1px solid rgba(255, 255, 255, 0.132);
        background-color: rgba(255, 255, 255, 0.1);
    }

    .navbar-nav .nav-link:hover {
        color: #ffd700 !important;
    }

    @keyframes slideDown {
        from {
            opacity: 0;
            transform: translateY(-10px);
        }

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

    .top-bar {
        display: none !important;
    }

    .main-navbar {
        background-color: #354693 !important;
    }

    .main-navbar .nav-link,
    .navbar-brand {
        color: #ffffff !important;
        margin: 0px !important;
    }

    .navbar-collapse {
        /* background-color: #354693; */
        padding: 1rem;
    }

    .dropdown-menu {
        background-color: #ffffff;
        border: none;
        border-radius: 8px;
    }

    .dropdown-item {
        color: #354693;
        font-weight: 500;
    }

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

    /* .products-section {
    height: 120px;
  } */

    /* .product-title {
    font-size: 20px;
    font-weight: 600;
  } */

    .product-subtitle {
        font-size: 30px;
        font-weight: 400;
    }

    .search-section {
        padding: 32px 0;
    }

    .search-bar {
        height: 30px;
        /* width: 299px; */
        border-radius: 8px;
        font-size: 14px;
    }

    .search-btn {
        height: 20px;
        width: 20px;
        border-radius: 5px;
        background-color: #354693;
        border: none;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        left: 5px;
        transition: background-color 0.3s ease;
    }

    .custom-pagination {
        width: 283px;
        height: 58px;
        margin: 0 auto 60px;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
        border-radius: 8px;
    }

    .pagination {
        display: flex;
        gap: 10px;
        list-style: none;
        padding: 0;
        margin: 0 auto 0;
        justify-content: flex-end;
        align-items: end;
        direction: ltr;
    }

    .page-item {
        width: 35px;
        height: 37px;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        font-family: "Cairo", sans-serif;
        font-size: 16px;
        font-weight: 500;
        transition: all 0.3s ease;
        background-color: #fff;
        color: #000;
    }

    .page-item a {
        color: inherit;
        text-decoration: none;
    }

    .page-item:hover {
        border-color: #354693;
        color: #354693;
    }

    .page-item.active {
        background-color: #354693;
        color: #fff;
        border-color: #354693;
    }

    .product-details {
        font-family: "Cairo", sans-serif;
        margin: 40px 10px;
    }

    .product-details .main-img {
        /* max-width: 326px; */
        height: 202px;
        border-radius: 10px;
    }

    .product-details .thumb-img {
        width: 99px;
        height: 98px;
        object-fit: cover;
        border-radius: 10px;
        cursor: pointer;
        transition: 0.3s;
    }

    .product-details h1 {
        font-size: 20px;
        font-weight: 600;
        color: #000;
    }

    .product-details span {
        font-size: 18px;
        font-weight: 600;
        color: #354693;
    }

    .product-details .speci-p {
        font-size: 13px;
        font-weight: 500;
        color: #9f9f9f;
        /* width: 326px; */
    }

    .product-details .feature-box {
        width: 99px;
        height: 98px;
        transition: 0.3s;
        margin: 0 5px 0;
    }

    .product-details .feature-box1 {
        background-color: #e6ffec;
        width: 99px;
        height: 98px;
    }

    .product-details .feature-box2 {
        background-color: #e6eeff;
        width: 99px;
        height: 98px;
    }

    .product-details .feature-box3 {
        background-color: #f8edcb;
        width: 99px;
        height: 98px;
    }

    .product-details .feature-box h6 {
        font-size: 10px;
        font-weight: 600;
    }

    .product-details .feature-box p {
        font-size: 8px;
        font-weight: 400;
    }

    .product-details .button-v {
        display: flex;
        /* width: 326px; */
        height: 43px;
        background-color: #354693;
        border-radius: 20px;
        font-size: 16px;
        font-weight: 600;
        color: #ffffff;
        text-decoration: none;
        align-items: center;
        justify-content: center;
    }

    .product-details .spec-card {
        /* width: 326px; */
        height: 251px;
        background-color: #fff;
        border: 1px solid #bfbfbf;
        border-radius: 10px;
        padding: 40px 20px;
        line-height: 1.7;
    }

    .product-details h4 {
        color: #354693 !important;
        font-size: 18px;
        font-weight: 600;
    }

    .product-details h6 {
        color: #000000 !important;
        font-size: 16px;
        font-weight: 600;
    }

    .product-details ul {
        text-decoration: none;
        font-size: 12px;
        font-weight: 500;
        color: #000000;
    }

    .product-details ul li {
        margin-bottom: 4px;
        text-decoration: none;
        font-size: 12px;
        font-weight: 500;
        color: #000000;
    }

    .product-details .spec-card2 {
        display: flex;
        /* width: 326px; */
        height: 168px;
        background-color: #fff;
        border: 1px solid #bfbfbf;
        border-radius: 10px;
        justify-content: center;
        align-items: center;
        padding: 0 20px;
    }

    .product-details .spec-card2 span {
        font-size: 14px;
        font-weight: 500;
        color: #000000;
        margin-bottom: 10px;
    }

    .product-details .spec-card3 {
        display: flex;
        /* width: 326px; */
        height: 185px;
        background-color: #fff;
        border: 1px solid #bfbfbf;
        border-radius: 10px;
        justify-content: center;
        align-items: center;
        padding: 0 20px;
    }

    .product-details .spec-card3 h3 {
        font-size: 12px;
        font-weight: 700;
        color: #354693 !important;
    }

    .product-details .spec-card3 span {
        font-size: 12px;
        font-weight: 400;
        color: #000000;
        margin-bottom: 10px;
    }

    .product-services img {
        width: 320px;
        height: 300px;
        border-radius: 10px;
    }

    .product-services .services-div {
        width: 310px;
        margin-right: 20px;
        line-height: 2;
    }

    .product-services h1 {
        font-weight: 700;
        font-size: 18px;
        color: #354693;
        justify-self: start;
        margin-top: 20px;
    }

    .product-services p {
        color: #000000;
        font-weight: 500;
        font-size: 12px;
        text-align: justify;
        margin-top: 10px;
    }

    .product-services .services {
        position: relative;
        height: 400px;
        background: linear-gradient(180deg, #354693 0%, #10152d 100%);
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .product-services .services .product-title {
        font-weight: 600;
        font-size: 20px;
        color: #ffffff;
    }

    .product-services .services .product-subtitle {
        font-weight: 600;
        font-size: 12px;
        color: #ffffff;
        margin: 0;
    }

    .product-services .services .services-btn {
        font-weight: 600;
        font-size: 18px;
        color: #ffffff;
        border-radius: 20px;
        background-color: #354693;
        width: 200px;
        height: 60px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .product-services h2 {
        font-size: 20px;
        font-weight: 600;
        color: #354693;
    }

    .news-details img {
        width: 375px;
        height: 210px;
    }

    .news-details h3 {
        font-size: 14px;
        font-weight: 700;
        color: #354693;
        margin-bottom: 20px;
        line-height: 2;
    }

    .news-details span {
        font-size: 8px;
        font-weight: 400;
        color: #354693;
    }

    .news-details .para p {
        font-size: 10px;
        font-weight: 400;
        margin: 20px 0;
    }

    .news-section .details img {
        height: 100px;
        width: 250px;
        margin: 5px 5px;
    }

    .news-section .details p {
        width: 200px;
    }

    .project-details .info-box {
        border-radius: 12px;
        padding: 20px;
        color: #222;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
        font-weight: 500;
    }

    .project-details .info-title {
        font-weight: 700;
        margin-bottom: 5px;
        font-size: 12px;
    }

    .project-details .info-p {
        font-weight: 600;
        margin-bottom: 20px;
        font-size: 9px;
    }

    .project-details .owner {
        background-color: #e6ffec;
        height: 90px;
        width: 110px;
        padding: 20px 10px;
    }

    .project-details .contractor {
        background-color: #bfbfbf;
        height: 90px;
        width: 110px;
        padding: 20px 10px;
    }

    .project-details .value {
        background-color: #ffe2e2;
        height: 90px;
        width: 110px;
        padding: 20px 10px;
    }

    .project-details h3 {
        font-size: 14px;
        font-weight: 700;
        color: #354693;
        margin: 20px 0;
    }

    .project-details h4 {
        font-size: 12px;
        font-weight: 500;
        margin-bottom: 20px;
    }

    .project-details h6 {
        font-size: 8px;
        font-weight: 500;
        margin-bottom: 20px;
        line-height: 1.7;
        width: 300px;
    }

    .project-details p {
        font-size: 10px;
        font-weight: 400;
        margin: 10px 0;
        line-height: 1.7;
    }

    .arrow {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background: rgba(0, 0, 0, 0.5);
        color: #fff;
        border: none;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        font-size: 1.5rem;
        cursor: pointer;
        z-index: 5;
    }

    .arrow.left {
        left: 30px;
    }

    .arrow.right {
        right: 30px;
    }

    .thumbnails {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 10px;
        margin-top: 15px;
    }

    .thumbnails img {
        width: 184px;
        height: 145px;
        object-fit: cover;
        border-radius: 8px;
        cursor: pointer;
        opacity: 0.7;
        /* transition: 0.3s; */
    }

    .thumbnails img.active,
    .thumbnails img:hover {
        opacity: 1;
    }

    .main-image {
        position: relative;
        text-align: center;
    }

    .main-image img,
    .main-image video {
        width: 100%;
        width: 360px;
        height: 210px;
        border-radius: 10px;
        object-fit: cover;
        margin-right: 0 auto 0;
    }

    .thumbnails {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 10px;
        margin-top: 15px;
    }

    .thumbnails img {
        width: 60px;
        height: 60px;
        object-fit: cover;
        border-radius: 8px;
        cursor: pointer;
        opacity: 0.7;
        transition: 0.3s;
    }

    .thumbnails img.active,
    .thumbnails img:hover {
        opacity: 1;
        border: 2px solid #0d6efd;
    }

    .our-partners h2 {
        font-size: 10px;
        font-weight: 700;
    }

    .our-partners div {
        margin: 20px 0;
    }

    full-width-bg {
        background-color: #e8e8e8;
        width: 100% !important;
    }

    .our-story2 h5 {
        font-size: 14px;
        font-weight: 600;
        color: #354693;
    }

    .our-story2 p {
        font-size: 9px;
        font-weight: 500;
        width: 370px;
    }

    .info-section {
        background-color: #f9f9f9;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .info-section p {
        width: 250px;
    }

    .info-icon img {
        max-width: 70px;
        height: 70px;
    }

    .contact-us h2 {
        color: #1a237e;
        font-size: 64px;
        font-weight: 600;
    }

    .contact-us img {
        /* width: 360px; */
        height: 370px;
    }

    .contact-us .icon-gif {
        width: 25px;
        height: 25px;
        text-align: end !important;
    }

    .contact-us h2 {
        font-size: 30px;
    }

    .contact-us h6 {
        font-size: 10px;
        font-weight: 500;
    }

    .contact-us p {
        font-size: 19px;
        font-weight: 600;
    }

    .contact-us label {
        font-size: 10px;
        font-weight: 500;
    }

    .contact-us .card {
        /* width: 360px; */
        /* height: 370px; */
        border: 1px solid #9f9f9f;
        border-radius: 10px;
    }

    .contact-us .success-icon {
        width: 70px;
        height: 70px;
    }

    .contact-us .btn-send {
        background-color: #354693;
        /* width: 310px; */
        height: 40px;
        font-size: 10px;
        font-weight: 600;
        display: flex;
        align-items: center;
        align-content: center;
        color: #ffffff;
        border-radius: 10px;
    }

    .popup-content {
        position: relative;
        width: 270px;
        height: 200px;
        background: #fff;
        border-radius: 20px;
        animation: fadeIn 0.4s ease;
        display: block;
        justify-content: center;
        align-items: center;
    }

    .popup-content p {
        font-size: 10px;
        font-weight: 500;
        width: 150px;
        height: 90px;
        margin: 0 40px;
    }

    .contact-us input,
    .contact-us textarea {
        padding: 0.3rem 0.06rem;
        font-size: 9px;
    }

    .contact-us .agents {
        font-size: 10px;
        font-weight: 600;
        width: 330px;
        line-height: 1.7;
        text-align: start;
    }

    .contact-us .agents-logo {
        position: absolute;
        top: 200px;
        right: 50px;
        width: 250px;
        height: 150px;
    }

    .contact-us .form-control::placeholder {
        font-size: 6px;
        color: #9f9f9f;
    }

    .select-option {
        font-size: 6px;
    }

    .certificate-card img {
        width: 360px;
        height: 370px;
    }

    .certificate-card p {
        font-size: 14px;
        font-weight: 600;
        color: #354693;
    }

    .job-details h6 {
        font-size: 16px;
        font-weight: 700;
        color: #354693;
    }

    .job-details p {
        font-size: 10px;
        font-weight: 500;
    }

    .job-details ul {
        padding-right: 0;
        margin-right: 0;
    }

    .job-details li {
        font-size: 10px;
        font-weight: 500;
    }

    .job-details span {
        font-size: 10px;
        font-weight: 400;
    }

    .job-details .job-apply {
        width: 227px;
        height: 54px;
        border-radius: 10px;
        background-color: #354693;
    }

    .job-details .job-apply span {
        color: white;
        font-size: 10px;
        font-weight: 700;
    }

    .btn-primary {
        background-color: #354693 !important;
        border: none;
    }

    .job-details .popup-content {
        width: 300px;
        height: 600px;
    }

    .popup-overlay.active {
        display: flex;
    }

    .job-details h5 {
        font-size: 20px;
        font-weight: 500;
        color: #354693;
    }

    .job-details label,
    .job-details input {
        font-size: 14px;
        font-weight: 500;
    }

    .custom-file-upload {
        background-color: #fff;
        border: 1px solid #ddd;
        padding: 8px 20px;
        cursor: pointer;
        font-weight: 500;
        transition: all 0.3s ease;
        display: inline-flex;
        align-items: center;
    }

    .custom-file-upload i {
        font-size: 1rem;
    }

    small {
        font-size: 0.8rem;
    }

    .job-details .btn-submit {
        background-color: #354693;
        color: white;
        border-radius: 30px;
        width: 432px;
        height: 45px;
        font-size: 9px;
        font-weight: 500;
        cursor: pointer;
    }

    .job-details .btn-submit {
        background-color: #354693;
        color: white;
        border-radius: 30px;
        width: 132px;
        height: 45px;
        font-size: 10px;
        font-weight: 500;
        cursor: pointer;
    }

    .careers .job-card {
        width: 300px;
        border-radius: 20px;
        border: 1px solid #9f9f9f;
        padding: 30px 20px;
    }

    /* .careers h5 {
    font-size: 14px;
    font-weight: 700;
    color: #354693;
    margin-bottom: 20px;

  } */

    /* .careers h1 {
    font-size: 16px;
    font-weight: 700;
    color: #354693;
    padding-right: 50px;

  } */

    /* .careers p {
    color: #818181;
    font-size: 10px;
    font-weight: 400;
    margin-bottom: 10px;
    line-height: 1.7;

  } */

    /* .careers span {
    font-size: 10px;
    font-weight: 400;
    margin-bottom: 10px;
  }

  .careers label {
    font-size: 10px;
    font-weight: 600;
    margin-bottom: 10px;

  } */

    .careers .btn-primary {
        background-color: #354693;
        border: none;
        transition: background 0.3s ease;
        width: 235px;
        height: 36px;
        color: white;
        border-radius: 20px;
        font-size: 12px;
        font-weight: 500;
        margin: 20px 10px;
    }

    .careers .btn-primary {
        background-color: #354693;
        border: none;
        transition: background 0.3s ease;
        width: 235px;
        height: 36px;
        color: white;
        border-radius: 20px;
        font-size: 12px;
        font-weight: 500;
        margin: 20px 10px;
    }

    /* .careers-subtitle {
    color: #ffffff;
    font-size: 16px;
  } */

    .certificate-card .popup-content {
        padding: 50px auto;
        width: 310px;
        height: 460px;
        animation: popupFade 0.4s ease;
    }

    .certificate-card:hover .view-details-btn {
        position: absolute;
        font-size: 14px;
        background-color: #354693 !important;
        color: white;
        bottom: 80px;
        border-radius: 8px;
        text-decoration: none;
        opacity: 0;
        border-radius: 20px;
        padding: 10px 30px;
        transition: opacity 0.6s ease;
        border: none;
    }

    .certificate-card:hover .view-details-btn {
        opacity: 1;
    }

    .certificate-card .zoom-popup {
        position: fixed;
        inset: 0;
        z-index: 100000;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .certificate-card .zoom-overlay {
        position: absolute;
        inset: 0;
        background: rgba(0, 0, 0, 0.7);
    }

    .certificate-card .zoomed-img {
        max-width: 80%;
        max-height: 80%;
    }

    @keyframes popupFade {
        from {
            transform: scale(0.95);
            opacity: 0;
        }

        to {
            transform: scale(1);
            opacity: 1;
        }
    }

    .certificate-card .popup-main img {
        max-height: 300px;
        object-fit: contain;
        margin: 40px auto;
    }

    .certificate-card #zoomIcon {
        position: absolute;
        bottom: 20px;
        right: 30px;
        cursor: pointer;
        border-radius: 50%;
        transition: transform 0.2s ease;
        z-index: 100;
    }

    .certificate-card #zoomIcon:hover {
        transform: scale(1.1);
    }

    .certificate-card #prevImage,
    #nextImage {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background: rgba(255, 255, 255, 0.8);
        border-radius: 50%;
        width: 35px;
        height: 35px;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: background 0.2s ease;
        z-index: 100;
    }

    .certificate-card #prevImage:hover,
    #nextImage:hover {
        background: white;
    }

    .certificate-card #prevImage {
        left: 10px;
    }

    .certificate-card #nextImage {
        right: 10px;
    }

    .footer {
        height: 171px;
    }

    .faq-header {
        text-align: center;
    }

    .faq-header p {
        margin-top: 8px;
    }
}

.foot {
    padding-top: 50px;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 20px;
}

.swiper-section {
    background-color: #cecfcf68;
    padding: 60px 10px;
}

.section-title {
    text-align: center;
    margin-bottom: 30px;
    font-size: 24px;
    color: #333;
}

.partners-slider {
    padding: 20px 0;
}

.partner-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.partner-slide img {
    max-width: 100%;
    height: auto;
    max-height: 60px;
    object-fit: contain;
    /* filter: grayscale(100%); */
    transition: filter 0.3s ease;
}
