/* Carousel Styles */
.carousel-item {
    background-color: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 200px !important;
}

.carousel-item img {
    max-height: 100%;
    max-width: 100%;
}

.carousel-item-img {
    height: 188px !important;
    border-radius: 25px !important;
}

.patners-slider .position-relative {
    text-align: center;
}

.patners-slider img {
    width: 100%;
    height: auto;
}

#partners-carousel .partners-slider .carousel-item .position-relative,
#partners-carousel3 .partners-slider .carousel-item .position-relative,
#partners-carousel2 .partners-slider .carousel-item .position-relative {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    border-radius: 15px !important;
    overflow: hidden !important;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.overlay-text,
.overlay-text-2 {
    position: absolute;
    color: rgb(0, 0, 0);
    padding: 5px;
    border-radius: 5px;
    font-size: 1rem;
    font-weight: 700;
    text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.8);
}

.overlay-text {
    top: 120px;
}

.overlay-text-2 {
    top: 150px;
}

.form-control,
.dropdown-toggle {
    border: 2px solid #8e612f;
}

.form-control:focus,
.dropdown-toggle:focus {
    border-color: #8e612f;
}

.btn-outline-secondary {
    border-color: #8e612f;
}

.dropdown-menu {
    border-top: 2px solid #8e612f;
}

.hidden {
    display: none !important;
}

.visible {
    display: block !important;
}

.mdi-36px {
    font-size: 39px;
    margin-right: 10px;
}

.carousel-item-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

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

.circle-overlay {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    z-index: 1;
    border: 3px solid white;
}

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

.img-fluid {
    border-radius: 5px;
}

.overlay-text-3 {
    margin-top: 15px;
    font-size: 1.2em;
    color: #333;
    text-align: center;
}

.city-card {
    width: 200px !important;
    background-color: #fff !important;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    border-radius: 15px;
}

.indicator-circle {
    display: inline-block;
    width: 12px;
    height: 12px;
    background-color: #ddd;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.carousel-indicators {
    bottom: -50px !important;
    margin-left: 0px;
}

.indicator-circle.active {
    /* background-color: #F96921; */
}

.firstColor {
    background-color: #8E612F !important;
    border-color: #8E612F !important;
}

.secondColor {
    background-color: #121B51 !important;
    border-color: #121B51 !important;
}

p.dropdown-option,
p.dropdown-option2 {
    padding: 10px;
}

p.dropdown-option:hover,
p.dropdown-option2:hover {
    background-color: #fff;
}

.country-list-parent:hover {
    background-color: #fff;
}

.download-card-parent {
    display: flex !important;
    gap: 3rem;
    align-items: center;
    justify-content: center;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    margin-bottom: 10px !important;
}

.colorOption {
    background-color: #eee;
    color: #8E612F;
}

.selectStyle {
    width: 100%;
    height: 60px;
    font-size: 16px;
    border-radius: 0;
    text-decoration: none;
    cursor: pointer;
    white-space: pre;
}

/* Responsive styles */
@media (min-width: 1024px) and (max-width: 1366px) {
    .service-item {
        margin-right: 20px !important;
    }
}

@media (max-width: 720px) {
    padding: 0;
}

@media (min-width: 1024px) {
    .testBorder {
        width: 900px !important;
        padding: 14px;
    }
}

/* Custom Select2 Styles */
.select2-container .select2-selection--single {
    width: 100% !important;
    color: black;
    height: 60px;
    font-size: 16px;
    border-radius: 0;
    background-color: #eee;
}

.select2-dropdown {
    border-radius: 8px;
    border: 1px solid #007bff;
}

.select2-results__option--highlighted {
    background-color: #8E612F !important;
    color: white !important;
}

.partners-carousel {
    width: 100%;
}

.swiper-wrapper {
    align-items: baseline;
}

.partners-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.service-item {
    text-align: center;
    padding: 1px;
    box-shadow: 0px 0px 30px 0px rgba(18, 27, 81, 0.1);
    background-color: #fff;
    border-radius: 10px;
    transition: all ease-in-out 0.3s;
    margin-right: 1px !important;
}

.service-item:hover {
    transform: scale(1.05);
}

.service-item:hover .service-img {
    filter: blur(0px);
}

.service-img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    margin-bottom: 10px !important;
    transition: all ease-in-out 0.3s;
}

/* Home Section */
.home-main-block .item {
    background-color: #1e2a37;
    height: 100vh;
    background-size: cover !important;
    background-position: center !important;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-bottom: 0 !important;
    z-index: 0;
}

.overlay-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(146, 146, 146, 0.4);
    /* Reduced opacity */
    z-index: 0;
    /* Changed from 1 to 0 */
}

#visas-section {
    z-index: 2;
}

.btn-primary:hover {
    transform: scale(1.05);
    transition: transform 0.3s ease;
}

.form-select,
.form-control {
    font-size: 1rem;
    border-radius: 12px;
    padding: 15px 20px;
    background-color: #f5f5f5;
}

.form-select:focus,
.form-control:focus {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.navigation-btn .btn {
    background-color: #f4b400;
    color: white;
    border-radius: 30px;
    padding: 18px 35px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.navigation-btn .btn:hover {
    background-color: #e49500;
    transform: scale(1.05);
}

.section-schools {
    background-color: #1e2a37;
    padding-top: 50px;
    padding-bottom: 50px;
}

.section-schools h1 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 30px;
}

.section-schools .form-select,
.section-schools .form-control {
    border-radius: 12px;
    padding: 12px 18px;
    background-color: #f5f5f5;
}

.section-schools .btn-primary {
    background-color: #f4b400;
    border: none;
    border-radius: 8px;
    padding: 16px;
    font-size: 16px;
    text-transform: uppercase;
}

.section-schools .btn-primary:hover {
    background-color: #e49500;
}

/* ===== About Section Styles ===== */

/* ===== About Section Styles ===== */

/* ===== About Section Styles ===== */
.about-top-bg {
    position: absolute;
    top: -1.5%;
    left: 0;
    right: 0;
    height: 35%;
    background: linear-gradient(to right, #8e612f, #dbad75);
    z-index: 0;
    border-radius: 0 0 40px 40px;
}

.about-container {
    padding-top: 2rem;
    /* Increase top padding to add more space */
    z-index: 2;
    position: relative;
}

.about-heading {
    font-weight: 700;
    font-size: 2.5rem;
    color: #ffffff;
    text-align: center;
}

.about-block {
    max-height: none;
    /* Allow flexibility for height */
    position: relative;
    padding: 2rem;
    border-radius: 1.5rem;
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(142, 98, 47, 0.309);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    margin-bottom: 3rem;
    /* Increase bottom margin between blocks */
}

.about-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.5rem;
}

.about-icon-title {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.about-icon {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.about-title {
    font-weight: 600;
    font-size: 1.25rem;
    color: #1a1a1a;
}

.about-step-number {
    margin-left: auto;
    border-radius: 50%;
    background: #8e612f;
    color: white;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.about-description {
    color: #ffffff;
    font-size: 1.3rem;
    margin-bottom: 1rem;
}

.about-link {
    display: inline-block;
    padding: 0.4rem 1.5rem;
    border-radius: 50px;
    color: #8e612f;
    border: 1px solid #8e612f;
    font-size: 0.9rem;
    text-decoration: none;
    transition: all 0.3s ease;
}

.about-link:hover {
    background-color: #8e612f;
    color: #fff;
}

/* ===== Mobile View Adjustments ===== */


    .about-heading {
        font-size: 1.8rem;
    }
    .about-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .about-icon-title {
        flex-direction: column;
        align-items: center;
    }

    .about-icon {
        width: 40px;
        height: 40px;
    }

    .about-title {
        font-size: 1.3rem;
        text-align: center;
    }

    .about-step-number {
        width: 35px;
        height: 35px;
        font-size: 0.9rem;
    }
    .about-link {
        font-size: 0.9rem;
        padding: 0.3rem 1rem;
    }


/* Further adjustments for very small screens */
@media (max-width: 480px) {
    .about-heading {
        font-size: 1.6rem;
    }

    .about-block {
        padding: 1rem;
    }

    .about-title {
        font-size: 0.9rem;
    }

    .about-description {
        font-size: 1.2rem;
    }

    .about-link {
        font-size: 0.75rem;
    }
           .about-description {
               font-size: 0.8rem;
           }
}


.owl-carousel .item {
    padding: .8rem;
}

.owl-carousel .about-block {
    background: rgba(255, 255, 255, 0.96);
    border-radius: 1.5rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}


.choose-country-luxury {
    position: relative;
    padding: 100px 0;
    background: linear-gradient(to right, #121B51, #1b2875, #263aaa);
    color: #fff;
    overflow: hidden;
}

.luxury-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(15, 15, 15, 0.6);
    z-index: 1;
}

.choose-country-luxury .container {
    position: relative;
    z-index: 2;
}

.luxury-heading {
    font-size: 3rem;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 0.5rem;
}

.luxury-subtitle {
    font-size: 1.25rem;
    color: #d1d1d1;
    margin-bottom: 3rem;
}

.luxury-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
}

.luxury-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    padding: 2rem;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(10px);
}

.luxury-card:hover {
    transform: translateY(-10px);
    background: rgba(255, 255, 255, 0.1);
}

.luxury-icon {
    font-size: 60px;
    margin-bottom: 1rem;
    color: #ffcc00;
}

.luxury-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #fff;
}

.luxury-text {
    font-size: 1rem;
    color: #d1d1d1;
    line-height: 1.6;
}

.luxury-carousel-section {
    padding: 80px 0;
    background: linear-gradient(to right, #cdcdcd, #eeeeee, #ffffff);
    color: #fff;
    position: cover;
}

.luxury-heading1 {
    font-size: 3rem;
    font-weight: 800;
    color: #0f2027;
    margin-bottom: 0.5rem;
}

.luxury-subtitle {
    font-size: 2.25rem;
    color: #d1d1d1;
    margin-bottom: 2rem;
}

.luxury-subtitle1 {
    font-size: 2.25rem;
    color: #0f2027;
    margin-bottom: 2rem;
}

.luxury-carousel {
    display: flex;
    gap: 2rem;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 1rem;
}

.luxury-carousel-item {
    position: relative;
    flex: 0 0 auto;
    scroll-snap-align: center;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease;
    max-width: 300px;
}

.luxury-carousel-item:hover {
    transform: scale(1.05);
}

.luxury-carousel-overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    color: #fff;
    font-size: 1.25rem;
    font-weight: 600;
    padding: 0.75rem;
}

.circle-overlay {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 50px;
    height: 50px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.circle-img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

/* ===== Visa Services Modern Section ===== */
.visa-services-modern {
    background: #0d112b;
    color: #fff;
    padding: 80px 0;
    font-family: 'Poppins', sans-serif;
}

.service-intro {
    background: linear-gradient(135deg, #121B51, #050d3c);
    color: #fff;
    padding: 50px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.service-heading {
    font-size: 36px;
    color: #F5B041;
    font-weight: 700;
    margin-bottom: 20px;
}

.service-description {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 30px;
    color: #ddd;
}

.btn-discover {
    background-color: #F5B041;
    color: #0d112b;
    font-weight: bold;
    padding: 12px 24px;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.btn-discover:hover {
    background-color: #e0a72b;
    color: #fff;
}

.service-grid-container {
    padding: 30px 20px;
    background-color: #121b51;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.service-card {
    background-color: #1a1f4d;
    padding: 25px;
    border-radius: 15px;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    height: 100%;
}

.service-card:hover {
    transform: translateY(-5px);
    background-color: #232864;
}

.service-card .icon {
    font-size: 32px;
    color: #F5B041;
    margin-bottom: 15px;
}

.service-card h4 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 600;
}

.service-card p {
    color: #ccc;
    font-size: 14px;
    line-height: 1.6;
}

.visa-consultation-modern {
    position: relative;
    padding: 80px 0;
    background: linear-gradient(to right, #f9f9f9, #f2f6fa);
    overflow: hidden;
}

.visa-consultation-modern .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(to right, #121b51 0%, #8e612f 100%);
    opacity: 0.05;
    z-index: 1;
}

.visa-consultation-modern .container {
    position: relative;
    z-index: 2;
}

.section-title {
    font-size: 2.5rem;
    color: #121b51;
    font-weight: 700;
    margin-bottom: 10px;
}

.section-subtitle {
    font-size: 1rem;
    color: #555;
    margin-bottom: 30px;
}

.custom-input,
.custom-select {
    border-radius: 12px;
    border: 1px solid #ccc;
    padding: 12px 16px;
    transition: all 0.3s ease;
}

.custom-input:focus,
.custom-select:focus {
    border-color: #8e612f;
    box-shadow: 0 0 0 3px rgba(142, 97, 47, 0.2);
    outline: none;
}

.btn-luxury {
    background-color: #8e612f;
    color: #fff;
    border: none;
    padding: 14px 20px;
    font-weight: 600;
    font-size: 1rem;
    border-radius: 12px;
    transition: all 0.3s ease;
}

.btn-luxury:hover {
    background-color: #121b51;
    color: #fff;
}

.contact-info {
    margin-top: 40px;
    font-size: 1rem;
    color: #333;
}

.contact-link {
    color: #8e612f;
    font-weight: bold;
    text-decoration: underline;
}

@media (max-width: 768px) {
    .section-title {
        font-size: 2rem;
    }

    .btn-luxury {
        font-size: 0.95rem;
    }
}

.visa-consultation-section {
    position: relative;
    padding: 80px 0;
    background: linear-gradient(to right, #050d3c, #121b51);
    color: white;
    overflow: hidden;
    border-radius: 20px;
    margin: 50px 0;
}

.visa-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('/path-to-decorative-elements.svg') no-repeat center;
    background-size: cover;
    opacity: 0.03;
    z-index: 1;
}

.visa-title h1 {
    font-size: 36px;
    color: #fff;
    margin-bottom: 40px;
    position: relative;
    z-index: 2;
}

.visa-form {
    position: relative;
    z-index: 2;
}

.form-group {
    margin-bottom: 20px;
}

.form-control {
    height: 50px;
    border-radius: 10px;
    border: none;
    padding: 0 15px;
    font-size: 16px;
}

/* UPDATED DROPDOWN STYLES */
.visa-dropdown {
    position: relative;
    background: #fff;
    color: #000;
    border-radius: 10px;
    padding: 15px;
    cursor: pointer;
    user-select: none;
    font-size: 16px;
    transition: all 0.3s ease;
}

.visa-selected::after {
    content: '▾';
    float: right;
    font-size: 14px;
    color: #555;
    transition: transform 0.3s ease;
}

.visa-dropdown.open .visa-selected::after {
    transform: rotate(180deg);
}

.visa-options {
    position: absolute;
    top: 105%;
    left: 0;
    right: 0;
    background: #fff;
    color: #000;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    z-index: 10;
    transition: all 0.3s ease;
}

.visa-dropdown.open .visa-options {
    max-height: 250px;
    opacity: 1;
    overflow-y: auto;
}

.visa-option {
    padding: 12px 15px;
    transition: background-color 0.2s ease;
    cursor: pointer;
}

.visa-option:hover {
    background-color: #f5f5f5;
    color: #8E612F;
}

/* Submit button styling */
.submit-btn {
    background-color: #8E612F;
    color: white;
    padding: 15px 25px;
    border: none;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    transition: background-color 0.3s ease;
}

.submit-btn:hover {
    background-color: #a8743c;
}

/* Footer phone style */
.visa-footer a {
    color: #ffc107;
    font-weight: bold;
}




