* {
    margin: 0;
    padding: 0;
    font-family: 'Cairo', sans-serif;
    box-sizing: border-box;
}

.nav_logo {
    width: 60px;
    height: 60px;
    border-radius: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.container {
    width: 95% !important;
}

.navbar-brand {
    font-weight: 700;
}

.nav-link {
    font-weight: 400;
    margin-left: 15px;
    margin-right: 15px;
    transition: 0.3s;
}

.nav-link:hover {
    color: rgb(47, 158, 237) !important;
    border-bottom: 2px solid rgb(47, 158, 237);
}

.btn {
    font-weight: 400;
}

.partners-section {
    text-align: center;
    padding: 50px 0;

}

.partners-section h2 {
    font-size: 20px;
    font-weight: 700;
    color: rgb(63, 169, 245) !important;
    /* Blue color matching the image */
    margin-bottom: 10px;
    text-align: start;
}

.logos-container {
    display: flex;
    justify-content: start;
    gap: 5px;
}

.logo {
    width: 50px;
    height: 50px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.logo img {
    max-width: 60%;
    max-height: 60%;
    object-fit: contain;
}

@media (max-width: 576px) {
    .partners-section {
        text-align: center;
    }

    .partners-section h2 {
        font-size: 18px;
        margin-bottom: 20px;
        text-align: center;
    }

    .logos-container {
        gap: 5px;
        max-width: 100%;
        text-align: center;
    }

    .logo {
        width: 50px;
        height: 50px;
        margin-right: 20px;
        text-align: center;
    }
}

.Contant_header h1 {
    font-size: 40px;
    font-weight: 700;
    color: rgb(63, 169, 245);
    margin-bottom: 30px;
}

.section2 {
    margin-top: 50px;
    padding: 50px 100px;
}
@media (max-width: 768px) {
  .section2{
     padding:0;
  }

   .allCardTagarip {
    display: flex !important;
    justify-content: center;
  }
}


.section2 h2 {
    font-size: 36px;
    font-weight: 700;
    color: rgb(4, 51, 106);
}

.section2 p {
    margin-top: 20px;
    font-size: 18px;
    font-weight: 400;
    color: rgb(146, 146, 146);
}

.card_section2 {
    border: 1px solid #ccc;
    padding: 20px;
    margin-top: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
    height: 410px;
}

.card_section2:hover {
    transform: translateY(-5px);
}

.card_section2 h3 {
    font-size: 24px;
    font-weight: 700;
    margin-top: 20px;
    color: rgb(4, 51, 106);
}

.card_section2 p {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 400;
    color: rgb(146, 146, 146);
}

.headerIMG {
    background-color: rgb(221, 232, 247);
    border-radius: 20px;
}

.card_section3 {
    border: 1px solid #ccc;
    padding: 20px;
    margin-top: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: 0.5s;
    height: 270px;

}

.card_section3:hover {
    transform: translateY(-5px);
    background-color: rgb(223, 237, 242);
    cursor: pointer;
}

.card_section3 h3 {
    font-size: 24px;
    font-weight: 700;
    margin-top: 20px;
    color: rgb(4, 51, 106);
}

.card_section3 p {
    margin-top: 10px;
    font-size: 16px;
}

.section4 {
    background-color: #e0eff8;
    padding: 50px 30px;
    margin-top: 50px;
    height: 500px;
    border-radius: 20px;
}

.section4 h4 {
    font-size: 35px;
    font-weight: 700;
    color: rgb(4, 51, 106);
}

.section4 p {
    margin-top: 20px;
    font-size: 18px;
    font-weight: 400;
    color: rgb(146, 146, 146);
}

.itemSEC2 {
    border: 1px solid #ccc;
    padding: 20px;
    margin-top: 20px;
    border-radius: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
    width: 95%;
    background-color: rgb(105, 165, 208);
    color: white;
}

.itemSEC2 img {
    border-radius: 20px;
}

.itemSEC2 h4 {
    font-size: 35px;
    font-weight: 700;

}

.imgADS {
    width: 100%;
}

/* // */
.itemPaqat {
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
}

.allItemPaqat {
    border-radius: 20px;
    margin-bottom: 20px;
    background-color: rgba(219, 226, 231, 0.422);
    padding: 10px;

}

.allItemPaqat h3 {
    font-size: 25px;
    font-weight: 700;
    color: rgb(4, 51, 106);
    text-align: center;
    margin: 20px 0;
}

.price {
    background-color: #cccccc1c;
    padding: 0 20px;
    padding-top: 8px;
    border-radius: 10px;
    text-align: end;
    margin: 10px 0;
    font-weight: 800;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: rgb(4, 51, 106);
}

/* // */
.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 25px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    background-color: #ccc;
    transition: 0.4s;
    border-radius: 34px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.slider:before {
    content: "";
    position: absolute;
    height: 20px;
    width: 20px;
    left: 4px;
    bottom: 2.5px;
    background-color: white;
    transition: 0.4s;
    border-radius: 50%;
}

input:checked+.slider {
    background-color: #2196F3;
}

input:checked+.slider:before {
    transform: translateX(26px);
}

/* //// */
.reviews {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.card {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 20px;
    width: 250px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
    height: 220px;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.3s ease-in-out;
}


.avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin: 0 auto 10px;
    background-color: #007bff;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: bold;
    position: relative;

}
.avatar img
{
    align-self:center;
}

.google-badge {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 20px;
    height: 20px;
}

.name {
    font-weight: bold;
    margin-bottom: 5px;
}

.stars {
    color: gold;
    margin: 5px 0;
}

.comment {
    font-size: 14px;
    color: #333;
}

.submit-btn {
    margin-top: 40px;
}

.submit-btn button {
    background-color: #2196F3;
    color: white;
    padding: 12px 80px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
    font-weight: 700;
}

.submit-btn button:hover {
    background-color: #1976D2;
}

.google-badge {
    background-color: white;
    border-radius: 50%;
}

.listCaption {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 20px;
    width: 250px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.3s ease-in-out;
    height: 300px;
}

.listCaption h4 {
    font-size: 20px;
    font-weight: 900;
    color: rgb(4, 51, 106);
    text-align: center;
    margin: 20px 0;
}

.listCaption a {
    text-decoration: none;
    color: rgb(79, 135, 199);
    font-size: 18px;
    font-weight: 700;
}

.listCaption p {
    color: rgb(116, 113, 118);
}

.accordion-button::after {
    display: none;
    /* يخفي السهم الافتراضي */
}

.accordion-item {
    border: 2px solid #ccc !important;
    margin: 10px 0 !important;
}

.form_contect {
    width: 90%;
    margin: 0 auto;
    border: 1px solid #ccc;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: 0.5s;
    background-color: rgba(235, 246, 248, 0.669);
}

.form_contect h3 {
    font-size: 24px;
    font-weight: 700;
    margin-top: 20px;
    color: rgb(4, 51, 106);
}

.form_contect label {
    font-weight: 600;
    color: rgb(129, 129, 129);
}

.form_contect p {
    color: rgb(129, 129, 129);
    font-size: 14px;
    margin-top: 10px;
}

.mySwiperClint {
    background-color: #dae9f6;
}

.clints {

    height: 80px;
    border-radius: 50%;
    width: 35%;
}

.Contant_Conect {
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: 0.5s;
}

.Contant_Conect i {
    color: rgb(4, 51, 106);
    font-size: 25px;
    background-color: #cfdff061;
    height: 60px;
    width: 60px;
    border-radius: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px;

}

.Conect {
    background-color: #ccdbec21;
}

.secqNosqk h2 {
    font-size: 30px;
    font-weight: 700;
    color: rgb(4, 51, 106);
    text-align: center;
}

.contantSecqNosqk {
    background-color: #cfdff061;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding-top: 20px;

}

.contantSecqNosqk h3 {
    font-size: 20px;
    font-weight: 700;
    color: rgb(4, 51, 106);
    text-align: center;
}

.formTagepppy {
    background-color: #f6f4f434;
}

.itemPaqat {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
    padding: 5px 0;
}

.allItemPaqat {
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 15px;
    height: 100%;
}

.price {
    display: flex;
    justify-content: space-between;
    font-weight: bold;
    margin-top: 10px;
}

.form-check-input {
    transform: scale(1.5);
    margin: 0 10px;
}

.card_mansa {
    background-color: white;
    padding: 25px 35px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    width: 500px;
}

.card_mansa h3 {
    margin-bottom: 20px;
    font-size: 22px;
}

.card_mansa label,
select {
    font-size: 16px;
    margin-bottom: 15px;
}

.price {
    margin-top: 20px;
    padding-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
    color: #333;
    display: flex;
    justify-content: center;
    align-items: center;
}

.note {
    margin-top: 10px;
    font-size: 14px;
    color: #555;
}
.allCard_mansa{
    background-color: #2196F3;
    width: 90%;
    margin: auto;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    padding: 20px;
    margin-top: 20px;
}
.iframe{
    border-radius: 15px;
}