.gre-section {
    position: relative;
    background-image: url('../img/bg/services-img-01.jpg');
    background-size: cover;
    background-position: center;
    min-height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 3rem 1rem;
    color: white;
    text-align: center;
}

.gre-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.sat-section {
    position: relative;
    background-image: url('../img/bg/services-img-01.jpg');
    background-size: cover;
    background-position: center;
    min-height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 3rem 1rem;
    color: white;
    text-align: center;
}

.sat-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}


.ielts-section {
    position: relative;
    background-image: url('../img/bg/services-img-01.jpg');
    background-size: cover;
    background-position: center;
    min-height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 3rem 1rem;
    color: white;
    text-align: center;
}

.ielts-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}


.imat-section {
    position: relative;
    background-image: url('../img/bg/services-img-01.jpg');
    background-size: cover;
    background-position: center;
    min-height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 3rem 1rem;
    color: white;
    text-align: center;
}

.imat-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.toefl-section {
    position: relative;
    background-image: url('../img/bg/services-img-01.jpg');
    background-size: cover;
    background-position: center;
    min-height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 3rem 1rem;
    color: white;
    text-align: center;
}

.toefl-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);

    z-index: 1;
}

.content-wrapper {
    /* position: relative; */
    z-index: 2;
    /* background-color: rgba(0, 0, 0, 0.6); */
    background-color: rgb(163 163 163 / 12%);;
    padding: 2rem;
    border-radius: 10px;
    max-width: 600px;
    width: 100%;
}

.title {
    font-size: 2rem;
    font-weight: bold;
    color: white;
    margin-bottom: 1.5rem;
}
.breadcrumb {
    position: absolute;
    bottom: 1rem;  /* Adjust for desired distance from the bottom */
    right: 1rem;   /* Adjust for desired distance from the right */
    z-index: 2;    /* Ensure breadcrumb is above the overlay */
    display: flex;
    justify-content: flex-start;
    list-style: none;
    padding: 0;
}


.italy-section {
    position: relative;
    background-image: url('../img/bg/br-italy.jpg');
    background-size: cover;
    background-position: center;
    min-height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 3rem 1rem;
    color: white;
    text-align: center;
}

.italy-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.breadcrumbb {
    position: absolute;
    bottom: 1rem;  /* Adjust for desired distance from the bottom */
    right: 1rem;   /* Adjust for desired distance from the right */
    z-index: 2;    /* Ensure breadcrumb is above the overlay */
    display: flex;
    justify-content: flex-start;
    list-style: none;
    padding: 0;
}

.breadcrumbb-item a {
    color: white;
    text-decoration: none;
}

.breadcrumbb-item a:hover {
    text-decoration: underline;
}

.breadcrumbb-item.active {
    color: #f8f9fa;
}

.breadcrumbb-item + .breadcrumbb-item::before {
    content: '>';
    color: white;
    padding: 0 0.5rem;
}

@media (max-width: 576px) {
    .content-wrapper {
        padding: 1rem;
    }

    .title {
        font-size: 1.75rem;
        margin-bottom: 1rem;
    }
}
.nav-tabs{
    border-bottom: none;
}

.nav-tabs .nav-link {
    /* color: white; */
    font-weight: 600;
    background: rgba(255, 255, 255, 0.2);
    /* border: none; */
    padding: 12px 20px;
    border-radius: 8px;
}
.nav-tabs .nav-link.active {
    background: white;
    color: #243b55;
    border-radius: 8px;
}
.tab-content {
    background: white;
    color: black;
    padding: 25px;
    border-radius: 10px;
    margin-top: 10px;
}
h3 {
    color: #243b55;
    font-weight: 600;
}
.accordion-item {
    border: none;
    margin-bottom: 10px;
}
.accordion-button {
    background: #acb9c8;
    color: white;
    font-weight: 600;
    border-radius: 8px;
    padding: 12px;
}
.accordion-button:focus {
    box-shadow: none;
}
.accordion-button:not(.collapsed) {
    background: #1a2a3a;
}
.accordion-body {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 15px;
}


/*************price*******/
.gre-card {
    border-radius: 12px;
    padding: 25px;
    background-color: #ffffff;
    box-shadow: 0 23px 39px rgba(0, 0, 0, 0.09);
}

.gre-title {
    font-weight: 700;
    margin-bottom: 20px;
    color: #333;
}
.sat-card {
    border-radius: 12px;
    padding: 25px;
    background-color: #ffffff;
    box-shadow: 0 23px 39px rgba(0, 0, 0, 0.09);
}

.sat-title {
    font-weight: 700;
    margin-bottom: 20px;
    color: #333;
}


.imat-card {
    border-radius: 12px;
    padding: 25px;
    background-color: #ffffff;
    box-shadow: 0 23px 39px rgba(0, 0, 0, 0.09);
}

.imat-title {
    font-weight: 700;
    margin-bottom: 20px;
    color: #333;
}
.ielts-card {
    border-radius: 12px;
    padding: 25px;
    background-color: #ffffff;
    box-shadow: 0 23px 39px rgba(0, 0, 0, 0.09);
}

.ielts-title {
    font-weight: 700;
    margin-bottom: 20px;
    color: #333;
}

.toefl-card {
    border-radius: 12px;
    padding: 25px;
    background-color: #ffffff;
    box-shadow: 0 23px 39px rgba(0, 0, 0, 0.09);
    margin-top: 20px;
}

.toefl-title {
    font-weight: 700;
    margin-bottom: 20px;
    color: #333;
}

.fee-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #f0f0f0;
}

.fee-label {
    display: flex;
    align-items: center;
    color: #345;
    font-weight: 500;
}

.fee-icon {
    width: 24px;
    margin-right: 10px;
    color: #567;
}

.fee-amount {
    font-weight: 500;
    color: #123;
}

.step-item {
    display: flex;
    margin: 15px 0;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 10px;
}

.step-number {
    font-weight: 600;
    color: #345;
    min-width: 70px;
}

.step-description {
    color: #123;
    font-weight: 500;
}

.action-button {
    width: 100%;
    background-color: #00008B;
    border: none;
    color: white;
    padding: 12px;
    font-weight: 600;
    border-radius: 6px;
    margin-top: 10px;
}

.action-button:hover {
    background-color: #000073;
}


/**************************/
.gre-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
    border: none;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
}

.gre-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.12);
}

.sat-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
    border: none;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
}

.sat-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.12);
}

.toefl-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
    border: none;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
}

.toefl-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.12);
}

.gre-header {
    background: linear-gradient(135deg, #6a11cb, #2575fc);
    color: white;
    padding: 25px 20px;
    text-align: center;
}

.gre-badge {
    background-color: #ff6b6b;
    color: white;
    font-size: 0.8rem;
    padding: 5px 15px;
    border-radius: 50px;
    display: inline-block;
    margin-bottom: 10px;
}

.btn-gre {
    background-color: #6a11cb;
    border: none;
    padding: 10px 25px;
    border-radius: 50px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: white;
    transition: all 0.3s ease;
}

.btn-gre:hover {
    background-color: #5a0cb2;
    transform: translateY(-2px);
    box-shadow: 0 5px 10px rgba(106, 17, 203, 0.3);
}

.gre-feature {
    display: flex;
    margin-bottom: 15px;
    align-items: center;
}

.gre-feature i {
    margin-right: 15px;
    color: #6a11cb;
    font-size: 1.2rem;
    width: 24px;
    text-align: center;
}

.herro-section {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../img/bg/services-img-01.jpg');
    background-size: cover;
    background-position: center;
    padding: 100px 0;
    margin-bottom: 50px;
    margin-top: 70px;
}
.herro-section h1{
    color: #ffffff;
}

.section-title {
    position: relative;
}

.section-title:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    /* background: linear-gradient(to right, #6a11cb, #2575fc); */
}

.timeline-item {
    position: relative;
    padding-left: 30px;
    margin-bottom: 20px;
}

.timeline-item:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #6a11cb;
}

.timeline-item:after {
    content: '';
    position: absolute;
    left: 5px;
    top: 12px;
    width: 2px;
    height: calc(100% - 12px);
    background-color: #e0e0e0;
}

.score-range {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.score-range div {
    text-align: center;
    padding: 8px 0;
    background-color: #f8f9fa;
    border-radius: 5px;
    width: 31%;
}



/************************COUNTRY*******************/
.france-section {
    position: relative;
    background-image: url('../img/bg/br-france.jpg');
    background-size: cover;
    background-position: center;
    min-height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 3rem 1rem;
    color: white;
    text-align: center;
}

.france-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}


.germany-section {
    position: relative;
    background-image: url('../img/bg/br-germany.avif');
    background-size: cover;
    background-position: center;
    min-height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 3rem 1rem;
    color: white;
    text-align: center;
}

.germany-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.uk-section {
    position: relative;
    background-image: url('../img/bg/br-uk.avif');
    background-size: cover;
    background-position: center;
    min-height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 3rem 1rem;
    color: white;
    text-align: center;
}

.uk-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}



.grg-section {
    position: relative;
    background-image: url('../images/georgia.jpg');
    background-size: cover;
    background-position: center;
    min-height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 3rem 1rem;
    color: white;
    text-align: center;
}

.grg-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}






/************************/
    .experience-card {
        background-color: #f9f9f9;
        border-radius: 12px;
        padding: 30px 20px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
        margin-bottom: 20px;
    }
    
    .experience-card h2 {
        font-size: 24px;
        font-weight: 700;
        margin-bottom: 25px;
        color: #222;
    }
    
    .info-item {
        display: flex;
        align-items: center;
        padding: 15px 0;
        border-bottom: 1px solid #eee;
    }
    
    .info-item:last-child {
        border-bottom: none;
    }
    
    .info-icon {
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #333;
        font-size: 18px;
    }
    
    .info-label {
        font-weight: 600;
        font-size: 16px;
        color: #333;
        margin-left: 10px;
        flex-grow: 1;
    }
    
    .info-value {
        font-weight: 500;
        font-size: 16px;
    }
    
    .info-value.price {
        color: #ff4d6d;
    }
    
    .info-value.highlight {
        color: #006d77;
        font-weight: 600;
    }
    
    .contact-btn {
        display: block;
        width: 100%;
        background-color: #0a1172;
        color: white;
        border: none;
        border-radius: 6px;
        padding: 15px;
        margin-top: 20px;
        font-size: 16px;
        font-weight: 600;
        text-align: center;
        text-decoration: none;
        transition: all 0.3s ease;
    }
    
    .contact-btn:hover {
        background-color: #080d5e;
        color: white;
    }
    
    /* Responsive adjustments */
    @media (max-width: 767px) {
        .experience-card {
            padding: 20px 15px;
        }
        
        .info-item {
            padding: 12px 0;
        }
    }

/************************italy -t-bar**************************/
.italy-t-bar-container {
    margin-top: 50px;
    margin-bottom: 50px;
}

.italy-t-bar-header {
    background-color: #0066cc;
    padding: 20px;
    border-radius: 10px 10px 0 0;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

.italy-t-bar-header h2 {
    color: white;
    font-weight: 700;
    margin-bottom: 0;
    text-align: center;
}

.italy-t-bar-content {
    display: flex;
    flex-wrap: wrap;
}

.italy-university-card {
    background-color: #f8f9fa;
    border-radius: 0 0 10px 10px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}

.italy-university-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.italy-university-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.italy-university-content {
    padding: 20px;
}

.italy-university-name {
    font-weight: 700;
    font-size: 1.3rem;
   
    margin-bottom: 10px;
   color: #008000;
}

.italy-university-location {
    display: flex;
    align-items: center;
    color: #555;
    margin-bottom: 10px;
}

.italy-university-location i {
    margin-right: 8px;
    color: #0066cc;
}

.italy-university-ranking {
    display: inline-block;
    background-color: #008000; 
    color: #ffffff;
    padding: 5px 10px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 0.9rem;
    margin-bottom: 15px;
}

.italy-university-info {
    margin-bottom: 15px;
    color: #444;
}

.italy-university-features {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.italy-feature-tag {
    background-color: #e8f4ff;
    color: #0066cc;
    padding: 5px 10px;
    border-radius: 15px;
    font-size: 0.8rem;
    margin-right: 8px;
    margin-bottom: 8px;
}

.italy-learn-more-btn {
    background-color: #ff0000; 
    color: #ffffff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: 600;
    transition: background-color 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

.italy-learn-more-btn:hover {
    background-color: #004c99;
    color: white;
}
/********************************italy t-bar-end**********************************/

/***************************GERMANY-TBAR********************/
.germany-t-bar-container {
    margin-top: 50px;
    margin-bottom: 50px;
}

.germany-t-bar-header {
    background-color: #fece00;
    padding: 20px;
    border-radius: 10px 10px 0 0;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

.germany-t-bar-header h2 {
    color: white;
    font-weight: 700;
    margin-bottom: 0;
    text-align: center;
}

.germany-t-bar-content {
    display: flex;
    flex-wrap: wrap;
}

.germany-university-card {
    background-color: #f8f9fa;
    border-radius: 0 0 10px 10px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}

.germany-university-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.germany-university-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.germany-university-content {
    padding: 20px;
}

.germany-university-name {
    font-weight: 700;
    font-size: 1.3rem;
   
    margin-bottom: 10px;
   color: #fece00;
}

.germany-university-location {
    display: flex;
    align-items: center;
    color: #555;
    margin-bottom: 10px;
}

.germany-university-location i {
    margin-right: 8px;
    color: #0066cc;
}

.germany-university-ranking {
    display: inline-block;
    background-color: #fece00; 
    color: #ffffff;
    padding: 5px 10px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 0.9rem;
    margin-bottom: 15px;
}

.germany-university-info {
    margin-bottom: 15px;
    color: #444;
}

.germany-university-features {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.germany-feature-tag {
    background-color: #e8f4ff;
    color: #000091;
    padding: 5px 10px;
    border-radius: 15px;
    font-size: 0.8rem;
    margin-right: 8px;
    margin-bottom: 8px;
}

.germany-learn-more-btn {
    background-color: #ff0000; 
    color: #ffffff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: 600;
    transition: background-color 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

.germany-learn-more-btn:hover {
    background-color: #004c99;
    color: white;
}






/*******************************GERMANY T-BAR END**************/

/*********france t-bar****/
.france-t-bar-container {
    margin-top: 50px;
    margin-bottom: 50px;
}

.france-t-bar-header {
    background-color: #000091;
    padding: 20px;
    border-radius: 10px 10px 0 0;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

.france-t-bar-header h2 {
    color: white;
    font-weight: 700;
    margin-bottom: 0;
    text-align: center;
}

.france-t-bar-content {
    display: flex;
    flex-wrap: wrap;
}

.france-university-card {
    background-color: #f8f9fa;
    border-radius: 0 0 10px 10px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}

.france-university-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.france-university-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.france-university-content {
    padding: 20px;
}

.france-university-name {
    font-weight: 700;
    font-size: 1.3rem;
   
    margin-bottom: 10px;
   color: #E1000F;
}

.france-university-location {
    display: flex;
    align-items: center;
    color: #555;
    margin-bottom: 10px;
}

.france-university-location i {
    margin-right: 8px;
    color: #0066cc;
}

.france-university-ranking {
    display: inline-block;
    background-color: #E1000F; 
    color: #fff;
    padding: 5px 10px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 0.9rem;
    margin-bottom: 15px;
}

.france-university-info {
    margin-bottom: 15px;
    color: #444;
}

.france-university-features {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.france-feature-tag {
    background-color: #e8f4ff;
    color: #0066cc;
    padding: 5px 10px;
    border-radius: 15px;
    font-size: 0.8rem;
    margin-right: 8px;
    margin-bottom: 8px;
}

.france-learn-more-btn {
    background-color: #000091; 
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: 600;
    transition: background-color 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

.france-learn-more-btn:hover {
    background-color: #004c99;
    color: white;
}

/********************uk t-bar*************************/


.uk-t-bar-container {
    margin-top: 50px;
    margin-bottom: 50px;
}

.uk-t-bar-header {
    background-color: #012169;
    padding: 20px;
    border-radius: 10px 10px 0 0;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

.uk-t-bar-header h2 {
    color: white;
    font-weight: 700;
    margin-bottom: 0;
    text-align: center;
}

.uk-t-bar-content {
    display: flex;
    flex-wrap: wrap;
}

.uk-university-card {
    background-color: #f8f9fa;
    border-radius: 0 0 10px 10px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}

.uk-university-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.uk-university-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.uk-university-content {
    padding: 20px;
}

.uk-university-name {
    font-weight: 700;
    font-size: 1.3rem;
   
    margin-bottom: 10px;
   color: #C8102E;
}

.uk-university-location {
    display: flex;
    align-items: center;
    color: #555;
    margin-bottom: 10px;
}

.uk-university-location i {
    margin-right: 8px;
    color: #0066cc;
}

.uk-university-ranking {
    display: inline-block;
    background-color: #C8102E; 
    color: #fff;
    padding: 5px 10px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 0.9rem;
    margin-bottom: 15px;
}

.uk-university-info {
    margin-bottom: 15px;
    color: #444;
}

.uk-university-features {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.uk-feature-tag {
    background-color: #e8f4ff;
    color: #012169;
    padding: 5px 10px;
    border-radius: 15px;
    font-size: 0.8rem;
    margin-right: 8px;
    margin-bottom: 8px;
}

.uk-learn-more-btn {
    background-color: #000091; 
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: 600;
    transition: background-color 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

.uk-learn-more-btn:hover {
    background-color: #004c99;
    color: white;
}




.rus-section {
    position: relative;
    background-image: url('../images/Russia.jpg');
    background-size: cover;
    background-position: center;
    min-height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 3rem 1rem;
    color: white;
    text-align: center;
}

.rus-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}










/**********************uk t-bar**************/

/********france t-bar-end****/

    .t-bar-container {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    
    .t-bar-header {
        background-color: #0066cc;
        padding: 20px;
        border-radius: 10px 10px 0 0;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        margin-bottom: 20px;
    }
    
    .t-bar-header h2 {
        color: white;
        font-weight: 700;
        margin-bottom: 0;
        text-align: center;
    }
    
    .t-bar-content {
        display: flex;
        flex-wrap: wrap;
    }
    
    .university-card {
        background-color: #f8f9fa;
        border-radius: 0 0 10px 10px;
        overflow: hidden;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        height: 100%;
    }
    
    .university-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    }
    
    .university-image {
        width: 100%;
        height: 200px;
        object-fit: cover;
    }
    
    .university-content {
        padding: 20px;
    }
    
    .university-name {
        font-weight: 700;
        font-size: 1.3rem;
        color: #0066cc;
        margin-bottom: 10px;
    }
    
    .university-location {
        display: flex;
        align-items: center;
        color: #555;
        margin-bottom: 10px;
    }
    
    .university-location i {
        margin-right: 8px;
        color: #0066cc;
    }
    
    .university-ranking {
        display: inline-block;
        background-color: #0066cc;
        color: white;
        padding: 5px 10px;
        border-radius: 20px;
        font-weight: 600;
        font-size: 0.9rem;
        margin-bottom: 15px;
    }
    
    .university-info {
        margin-bottom: 15px;
        color: #444;
    }
    
    .university-features {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 15px;
    }
    
    .feature-tag {
        background-color: #e8f4ff;
        color: #0066cc;
        padding: 5px 10px;
        border-radius: 15px;
        font-size: 0.8rem;
        margin-right: 8px;
        margin-bottom: 8px;
    }
    
    .learn-more-btn {
        background-color: #0066cc;
        color: white;
        border: none;
        padding: 10px 20px;
        border-radius: 5px;
        font-weight: 600;
        transition: background-color 0.3s ease;
        text-decoration: none;
        display: inline-block;
    }
    
    .learn-more-btn:hover {
        background-color: #004c99;
        color: white;
    }
    
    /* Ensure consistent spacing in responsive layouts */
    @media (max-width: 992px) {
        .mb-lg-0 {
            margin-bottom: 1.5rem !important;
        }
    }





    /****************************GALLERY******************/
    .gallery-section {
        padding: 4rem 0;
        background-color: #f8f9fa;
    }
    
    .gallery-heading {
        margin-bottom: 2rem;
        color: #1a3c6e;
        font-family: 'Georgia', serif;
        position: relative;
    }
    
    .gallery-heading::after {
        content: "";
        position: absolute;
        bottom: -10px;
        left: 50%;
        transform: translateX(-50%);
        width: 80px;
        height: 3px;
        background-color: #c9302c;
    }
    
    .gallery-item {
        margin-bottom: 30px;
        overflow: hidden;
        border-radius: 5px;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
        position: relative;
        height: 250px;
        transition: transform 0.3s ease;
    }
    
    .gallery-item:hover {
        transform: scale(1.03);
    }
    
    .gallery-img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: all 0.4s ease;
    }
    
    .img-overlay {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
        color: white;
        padding: 15px;
        transform: translateY(100%);
        transition: transform 0.3s ease;
    }
    
    .gallery-item:hover .img-overlay {
        transform: translateY(0);
    }
    
    .img-title {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 5px;
        color: #ffffff;
    }
    
    .img-description {
        font-size: 14px;
        opacity: 0.9;
    }
    
    .university-logo {
        max-width: 200px;
        margin-bottom: 20px;
    }
    
    @media (max-width: 767px) {
        .gallery-item {
            height: 200px;
        }
        
        .img-overlay {
            transform: translateY(0);
            background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.2));
        }
        
        .img-title {
            font-size: 16px;
        }
        
        .img-description {
            font-size: 12px;
        }
        
        .gallery-heading {
            font-size: 24px;
        }
        
        .university-logo {
            max-width: 150px;
        }
    }


    /********************COUNTRY IMAGE****************/
  
        .university-all-image {
          padding: 40px 0;
        }
        
    
        
        .university-all-image h2 {
          text-align: center;
          margin-bottom: 40px;
          font-size: 32px;
          color: #333;
          position: relative;
          padding-bottom: 15px;
        }
        
        .university-all-image h2:after {
          content: '';
          position: absolute;
          bottom: 0;
          left: 50%;
          transform: translateX(-50%);
          width: 100px;
          height: 3px;
          background: linear-gradient(to right, #3498db, #2ecc71);
        }
        
        .countries-grid {
          display: grid;
          grid-template-columns: repeat(2, 1fr);
          grid-gap: 30px;
          margin-top: 30px;
        }
        
        .country-container {
          position: relative;
          overflow: hidden;
          border-radius: 10px;
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
          transition: all 0.3s ease;
          background: white;
        }
        
        .country-container:hover {
          transform: translateY(-10px);
          box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
        }
        
        .country-image-wrapper {
          height: 300px;
          overflow: hidden;
          position: relative;
        }
        
        .country-image {
          width: 100%;
          height: 100%;
          object-fit: cover;
          object-position: center;
          transition: transform 0.5s ease;
          -webkit-transition: transform 0.5s ease;
        }
        
        .country-container:hover .country-image {
          transform: scale(1.1);
          -webkit-transform: scale(1.1);
        }
        
        .country-name {
          padding: 20px;
          text-align: center;
          font-size: 20px;
          font-weight: 600;
          color: #333;
          position: relative;
          z-index: 1;
          background: white;
          border-top: 1px solid #eee;
          -webkit-font-smoothing: antialiased;
        }
        
        .country-container a {
          text-decoration: none;
          color: inherit;
          display: block;
        }
        
        .country-overlay {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
          opacity: 0;
          transition: opacity 0.3s ease;
          -webkit-transition: opacity 0.3s ease;
        }
        
        .country-container:hover .country-overlay {
          opacity: 1;
        }
        
        .explore-text {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          color: white;
          font-size: 16px;
          font-weight: 600;
          text-transform: uppercase;
          letter-spacing: 1px;
          background: rgba(0,0,0,0.6);
          padding: 10px 20px;
          border-radius: 30px;
          opacity: 0;
          transition: all 0.3s ease;
          -webkit-transition: all 0.3s ease;
        }
        
        .country-container:hover .explore-text {
          opacity: 1;
        }
        
        @media (max-width: 768px) {
          .countries-grid {
            grid-template-columns: 1fr;
          }
        }
 
/* hero-section */

        .hero-ero {
            position: relative;
            height: calc(100vh - 94px);
            overflow: hidden;
            background: url('../img/shop/clouds-sky.jpg') no-repeat center center;
            background-size: cover;
          }
      
          .fly-group {
            position: absolute;
            top: 30%;
            left: -138vw;
            display: flex;
            align-items: center;
            gap: 30px;
            z-index: 2;
            transition: transform 2s ease-in-out;
            white-space: nowrap;
            visibility: hidden;
          }
      
          .fly-group.fly-in {
            transform: translateX(140vw);
            visibility: visible;
          }
      
          .plane {
            width: 450px;
            height: auto;
            /* animation: floatPlane 1.5s infinite ease-in-out; */
            flex-shrink: 0;
          }
      
          @keyframes floatPlane {
            0%, 100% { transform: translateY(0); }
            50% { transform: translateY(-5px); }
          }
      
          .wave-flag {
            position: relative;
            color: #003366;
            padding: 40px;
            background: linear-gradient(145deg, #ffffff66, #e0e0e0);
            border-radius: 10px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
            z-index: 2;
            animation: waveFlagMove 3s ease-in-out infinite;
            min-width: 280px;
          }
      
          @keyframes waveFlagMove {
            0%, 100% { transform: translateY(0); }
            50% { transform: translateY(3px); }
            75% { transform: skewY(-1deg) translateY(-2px); }
          }
      
          .wave-flag h1 {
            font-size: 4.5rem;
            font-weight: bold;
            margin-bottom: 15px;
          }
      
          .wave-flag a {
            font-size: 1.2rem;
          }
      
          .sky-effect {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.2), transparent);
            transform: translateX(-100%);
            pointer-events: none;
            z-index: 1;
          }
      
          .sky-effect.animate {
            animation: skywave 3s ease-in-out forwards;
            animation-delay: 5s;
          }
      
          @keyframes skywave {
            0% { transform: translateX(-100%); }
            100% { transform: translateX(100%); }
          }
      
          /* Mobile View */
          @media (max-width: 768px) {
            .hero-ero {
              height: 60vh;
            }
      
            .fly-group {
              top: 40%;
              left: -127vw;
              flex-direction: row;
              gap: 35px;
              animation: mobileFly 6s ease-in-out forwards;
              visibility: visible;
            }
      
            .fly-group.fly-in {
              transform: none;
            }
      
            @keyframes mobileFly {
              0% {
                transform: translateX(0);
              }
              60% {
                transform: translateX(140vw);
              }
              80% {
                transform: translateX(150vw);
              }
              100% {
                transform: translateX(140vw);
              }
            }
      
            .plane {
              width: 180px;
              animation-delay: 0.2s;
            }
      
            .wave-flag {
              padding: 20px;
              min-width: 200px;
              text-align: center;
            }
      
            .wave-flag h1 {
              font-size: 1.2rem;
            }
      
            .wave-flag a {
              font-size: 0.9rem;
            }
          }
      
      
          @media (min-width: 1280px) and (max-width: 1400px) {
        .fly-group {
          left: -120vw; 
        }
      
        .fly-group.fly-in {
          transform: translateX(125vw); 
        }
      
        .plane {
          width: 360px; 
        }
      
        .wave-flag {
          padding: 30px;
          min-width: 260px;
        }
      
        .wave-flag h1 {
          font-size: 3rem;
        }
      
        .wave-flag a {
          font-size: 1rem;
        }
      }
      
      
      
      
     

      /*************contact us -reach us section ***********/
      
      .reach-us{
        margin-top: 30px;
      }
      .contact-us-info-reach {
        margin-top: 50px;
      }
      .contact-us-info-reach .reach-title{
        margin-bottom: 26px;
      }
      
      .reach-title {
        font-size: 24px;
        font-weight: 600;
        margin-bottom: 25px;
        color: #333;
        text-transform:uppercase;
      }
      
      .address-list-reach {
        list-style: none;
        padding: 0;
        margin: 0;
      }
      
      .address-list-reach li {
        margin-bottom: 20px;
        padding-bottom: 15px;
        border-bottom: 1px solid #e0e0e0;
      }
      
      .titler {
        font-size: 18px;
        font-weight: 600;
        color: #444;
        margin-bottom: 8px;
        display: flex;
        align-items: center;
        text-transform:uppercase;
      }
      
      .icon-reach {
        font-size: 20px;
        color: #007bff;
        margin-right: 10px;
      }
      
      .address-list-reach p {
        font-size: 16px;
        color: #555;
        margin: 0;
        padding-left: 25px;
      }
      
     
      .address-list-reach a {
        color: #007bff;
        text-decoration: none;
      }
      
      .social-shares {
        list-style: none;
        padding: 0;
        margin-top: 25px;
        margin-bottom: 25px;
        display: flex;
        gap: 15px;
      }
      
      .social-shares li a {
        display: inline-block;
        width: 40px;
        height: 40px;
        background-color: #f0f0f0; /* Light gray background */
        color: #3952d1; /* Default icon color */
        font-size: 18px;
        border-radius: 50%;
        text-align: center;
        line-height: 40px;
        transition: all 0.3s ease;
      }
      
      .social-shares li a:hover {
        background-color: #007bff; /* Change background on hover */
        color: #fff; /* Icon turns white */
        transform: scale(1.1);
      }
      
      

   /* General Styles for Contact Form */
.contact-form-wrapper {
    background-color: #f8f9fa;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    max-width: 600px;
    margin: 0 auto;
  }
  
  .contact-form-wrapper h5 {
    font-size: 1.25rem;
  }
  
  .contact-form-wrapper p {
    font-size: 1rem;
    color: #555;
  }
  
  .form-group input, .form-group textarea {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px;
    width: 100%;
    font-size: 1rem;
    transition: border-color 0.3s ease;
  }
  
  .form-group input:focus, .form-group textarea:focus {
    border-color: #00008b;
    outline: none;
  }
  
  textarea {
    resize: vertical;
  }
  
  /* Error Message Styling */
  #nameError {
    font-size: 0.875rem;
    color: #0072ae;
    margin-top: 5px;
  }
  
  /* Submit Button */
   .contact-form-wrapper button {
    border: none;
    color: #fff;
    padding: 12px 20px;
    font-size: 1rem;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }
  
  .contact-form-wrapper button:hover {
    background-color: #9cbbd9;
    
  }
  
  button:focus {
    outline: none;
  }
  
  /* Mobile Responsive */
  @media (max-width: 767px) {
    .contact-form-wrapper {
      padding: 15px;
    }
    .contact-form-wrapper h5 {
      font-size: 1.1rem;
    }
  }
  
  .social-icons a {
    color: #fff;
    font-size: 18px;
    margin-right: 12px;
    transition: color 0.3s ease;
  }
  
  .social-icons a:hover {
    color: #f39c12; /* or your brand's highlight color */
  }

  .social-icons{
    padding-top: 146px;
  }
  
  
  #whatsapp-popup {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    animation: bounceUpDown 2s infinite ease-in-out;
  }

  #whatsapp-link {
    display: block;
    width: 60px;
    height: 60px;
    background-color: #25D366;
    border-radius: 50%;
    padding: 6px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  }

  #whatsapp-link img {
    width: 100%;
    height: auto;
  }

  @keyframes bounceUpDown {
    0%, 100% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-10px);
    }
  }