body {
    font-family: "Cairo", sans-serif;
    direction: rtl;
    text-align: right;
    background: url(../assets/line-right.png) no-repeat center right, url(../assets/line-left.png) no-repeat bottom left;
    background-size: 5%;
}

ul {
    padding: 0;
}

.hero-section {
    background: url(blue.png) no-repeat top / 100% 100%;
    height: 100vh;
    /*position: relative;*/
    /*z-index: -1;*/
    margin-top: -100px;
    display: flex
;
    align-items: center;
}

.navbar {
    background: white;
    padding: 10px;
    border-radius: 10px;
    margin-top: 20px;
}

.navbar-brand img {
    width: 120px;
}

.hero-text h1 {
    font-size: 2.5rem;
    font-weight: bold;
}

.hero-text p {
    font-size: 1.2rem;
}

.hero-image img {
    border-radius: 10px;
    transform: scaleX(-1);
}

.hero-text {
    color: #fff;
}

.nav-link {
    font-weight: bold;
    font-size: 14px;
}

.nav-link:hover {
    color: #2967ba;
}

.service-card {
    border-radius: 10px;
    overflow: hidden;
    background: white;
    min-height:350px;
}

.service-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

/*.service-card .card-body {*/
/*    padding: 20px;*/
/*}*/

.btn-join {
    background-color: #2967ba;
    color: white !important;
    width: 100%;
}

.btn-join:hover {
    background-color: #004badc5;
}

.see-more-btn {
    border: 1px solid #2967ba;
    color: #2967ba;
    padding: 8px 20px;
    border-radius: 20px;
}

.carousel-indicators button {
    background-color: #2967ba;
}

.section-title {
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
    position: relative;
    color: #000;
    display: -ms-inline-grid;
    display: inline-grid;
}

.section-title span {
    padding: 5px;
}

.card {
    text-align: center;
    padding: 10px;
    border: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    transition: 0.3s;
}

.card:hover {
    transform: translateY(-5px);
}

.icon {
    font-size: 40px;
    color: #2967ba;
    margin-bottom: 15px;
}

.form-container {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-right: 5px solid #2967ba;
}

.form-container input,
.form-container select {
    margin-bottom: 10px;
}

.header-text {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
    color: #333;
}


footer {
    background-color: #2967ba;
    text-align: center;
    color: #fff;
    font-size: 12px !important;
    font-weight: normal;
    padding: 10px 0;
    margin-top: 20px;
}

.social-icons {
    text-align: center;
}

.social-icons a {
    font-size: 14px;
    margin: 0 10px;
    color: #fff;
    transition: 0.3s;
}

.social-icons a:hover {
    color: #fff !important;
}

label {
    font-size: 12px !important;
    font-weight: bold;
}

input::placeholder {
    font-size: 12px !important;
}

option {
    font-size: 12px !important;

}

select {
    font-size: 12px !important;

}
.image-container{
        display: flex
;
    justify-content: end;
}
 .whatsapp-float {
            position: fixed;
            bottom: 20px;
            right: 20px;
            background-color: #25d366;
            color: white;
            width: 60px;
            height: 60px;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
            text-decoration: none;
            font-size: 30px;
            z-index: 1000;
            transition: transform 0.3s ease-in-out;
        }

        .whatsapp-float:hover {
            transform: scale(1.1);
        }

        .whatsapp-float img {
            width: 35px;
            height: 35px;
        }
@media screen and (max-width: 768px) {
    .service-card {
        min-height:unset;
        margin-bottom:24px;
    }
      .service-card  svg{
          width:150px;
          margin:auto;
      }
    .hero-text h1 {
    font-size: 1.8rem;
}
    .form-container {
        margin-bottom: 10px;
    }


.hero-section {
    background: unset;
    background-color: #184C99;
}

}

.form-check .form-check-input {
    float: right;
    margin-right: -1.5em;
}

.form-check {
    padding-right: 1.5em;
}