.footer2 {
    background-color: #2d3034;
    padding: 20px 0;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-content {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 20px;
    margin-right: 30px;
}

.footer-content li a {
    color: white;
    font-size: 1.2em;
}

.footer-content li a:hover {
    color: yellow;
}



h3,
.h3 {
    font-size: 20px;
}

.gray-600 {
    color: #616161;
}

.bank-panel .panel-heading {
    border-color: #ededed;
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ededed;
}

.f-600 {
    font-weight: 600;
}

.mb-10 {
    margin-bottom: 10px;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.bank-panel .panel-body {
    padding: 20px;
}

.gray-300 {
    color: #878787;
}

.p-sm {
    font-size: 12px;
}

.bank-panel p.bank-value {
    margin-bottom: 20px !important;
}

.bank-panel {
    background-color: #fbfafa;
    border-color: #ededed;
    box-shadow: none;
}

.bank-recipt-upload .file-upload {
    background-color: #f2f2f2;
    padding: 10px 18px;
    min-width: 120px;
    font-size: 12px;
    color: #696a6b;
    border: 1px solid #dadada;
}

.upload-format {
    font-size: 11px;
    padding-left: 30px;
    padding-top: 14px;
    font-weight: 600;
    display: inline-block;
}

.upload-file-path {
    font-size: 13px;
    color: #848484;
    padding-top: 12px;
    font-weight: 600;
    padding-bottom: 6px;
}

input[type=file] {
    z-index: -1;
    position: absolute;
    opacity: 0;
    right: 0;
}

.plain-card {
    height: auto;
    width: 100%;
    background-color: #fff;
    border: 1px solid #ebebeb;
    margin: 30px 0px;
    border-radius: 6px;
    padding: 30px;
}

.alert-success {
    font-size: 15px;
}

.links-seo {
    display: none;
}

.payment-success-details {
    margin-top: 30px;
    margin-bottom: 30px;
}

.payment-value-box {
    padding: 12px 20px;
    border: 1px solid #ebebeb;
    border-radius: 4px;
    margin-bottom: 10px;
}

.bank-transfer-detail {
    padding: 0 20px;
    background-color: #fdfbfb;
    border-radius: 4px;
    border: 1px solid #efefef;
}

.bank-transfer-detail h4 {
    margin-bottom: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.bank-icons {
    float: left;
}

/* 1.html */

.school-page-mtitle h1 {
    margin-bottom: 15px;
    font-size: 1.5em;
    margin-top: 25px;
}

.school-page-mtitle h2 {
    font-size: 14px;
    color: #9b9b9b;
}

.slider-container {
    width: 800px;
    /* أو أي عرض تريده */
    height: 400px;
    /* أو أي ارتفاع تريده */
    overflow: hidden;
    position: relative;
}

.slider {
    display: flex;
    width: 300%;
    /* 3 صور * 100% */
    transition: transform 0.5s ease-in-out;
    transform: translateX(0);
}

.slider img {
    width: calc(100% / 3);
    /* كل صورة تأخذ ثلث العرض */
    height: 100%;
    object-fit: cover;
}

.prev-button,
.next-button {
    position: absolute;
    top: 90%;
    transform: translateY(-50%);
    background: none;
    color: white;
    padding: 10px;
    border: none;
    cursor: pointer;
}

.prev-button {
    left: 10px;
}

.next-button {
    right: 10px;
}

.page-details {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.course-details {
    width: 800px;
}

.course-feature ul {
    list-style: none;
    padding: 0;
}

.course-feature li {
    position: relative;
    padding-right: 48px;
    margin-bottom: 12px;
}

.course-feature li img {
    position: absolute;
    right: 0;
    top: 0;
    max-height: 32px;
    max-width: 32px;
}

.course-feature li span {
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    color: #c9244e;
}

.map-title-location {
    margin-right: 37px;
    font-size: 20px;
    margin-top: -13px;
    margin-bottom: 17px;
    color: #918b8b;
    font-weight: 300;
}

.con {
    display: flex;
    justify-content: center;
    gap: 3em;
}

.form-container {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    width: 300px;
    height: fit-content;
}

.cost-section .title {
    color: #c72c41;
    font-weight: bold;
    margin-bottom: 20px;
}

.form-section .form-group {
    margin-bottom: 15px;
}

.form-section label {
    color: #c72c41;
    display: block;
    margin-bottom: 5px;
}

.form-section select,
.form-section input[type="text"] {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 16px;
}

.input-with-icon {
    position: relative;
}

.input-with-icon input {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 16px;
}

.input-with-icon img {
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
    width: 20px;
    /* أو أي حجم آخر تريده */
    height: 20px;
    opacity: 0.7;
}

.additional-costs-section {
    margin-top: 20px;
}

.additional-costs-title {
    color: rgb(74, 144, 226);
    font-weight: bold;
    margin-bottom: 10px;
}

.registration-fee {
    color: rgb(74, 144, 226);
}

.buttons-section {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.buttons-section button {
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
}

.phone-booking {
    background-color: #27b4b0;
    color: white;
}

.pay-button {
    background-color: #27b4b0;
    width: 100%;
}

.buttons-section a {
    color: white;
}







