@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Outfit:wght@100..900&display=swap');

:root {
    --primary: #09637E;
    --secondary: #088395;
    --accent: #7AB2B2;
    --light: #EBF4F6;

    --white: #FFFFFF;
    --dark: #333333;
    --mute: #666;
    --grey: #E5E7EB;
}

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

body {
    font-family: "Inter", sans-serif;
    font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
.apply-btn {
    /* font-family: "Montserrat", sans-serif; */
    font-family: "Outfit", sans-serif;
    font-style: normal;
    font-weight: 600;
}
section{
    padding: 80px 0;
}
.d-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
}

.d-center {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

.top-bar {
    background: var(--white);
    padding: 15px 0;
    color: var(--dark);
    font-size: 14px;
}

.top-contact a {
    color: var(--dark);
    text-decoration: none;
    font-weight: 500;
}

.top-contact i {
    margin-right: 8px;
    font-size: 20px;
    color: var(--accent);
}

.top-contact a:hover {
    color: var(--light);
}


.language-dropdown .btn {
    color: var(--dark);
    border: none;
    padding: 0;
    font-size: 14px;
    font-weight: 500;
}

.language-dropdown .btn:hover,
.language-dropdown .btn:focus,
.language-dropdown .btn:active {
    color: var(--dark);
    border: none;
    box-shadow: none;
}

.language-dropdown .dropdown-menu {
    min-width: 220px;
    border: none;
    border-radius: 5px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .12);
    background: var(--grey);
    z-index: 9999;
}

.language-dropdown .dropdown-item {
    padding: 10px 15px;
    font-size: 14px;
}

.language-dropdown .dropdown-item:hover {
    background: #f5f8fc;
    color: var(--primary);
}


.main-navbar {
    background: var(--primary);
    padding: 15px 0;
    box-shadow: 0 3px 15px rgba(0, 0, 0, .06);
}

.main-navbar-alternate {
    background: var(--white);
    padding: 15px 0;
    box-shadow: 0 3px 15px rgba(0, 0, 0, .06);
}

.navbar-brand img {
    max-height: 75px;
    width: auto;
}


.nav-link {
    color: var(--white) !important;
    font-weight: 500;
    margin: 0 12px;
    padding: 5px 2px 2px 2px !important;
    position: relative;
    display: inline-block;
    text-decoration: none;
    transition: color 0.3s ease;
}

.nav-link:visited,
.nav-link:focus,
.nav-link:active {
    color: var(--white) !important;
    text-decoration: none;
    outline: none;
}

.nav-link:hover {
    color: var(--light) !important;
}

.nav-link::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1.8px;
    background: var(--light);
    transition: width 0.25s ease;
}

.nav-link:hover::after {
    width: 100%;
}

.nav-link-alternate {
    color: var(--primary) !important;
    font-weight: 500;
    margin: 0 12px;
    padding: 5px 2px 2px 2px !important;
    position: relative;
    display: inline-block;
    text-decoration: none;
    transition: color 0.3s ease;
}
.apply-btn {
    background: var(--white);
    color: var(--primary) !important;
    text-decoration: none;
    padding: 12px 28px;
    border-radius: 20px;
    font-weight: 600;
    display: inline-block;
    transition: .3s;
}

.apply-btn-alternate {
    background: var(--primary);
    color: var(--white) !important;
    text-decoration: none;
    padding: 12px 28px;
    border-radius: 20px;
    font-weight: 600;
    display: inline-block;
    transition: .3s;
}


.apply-btn:hover {
    transform: translateY(-2px);

}

.navbar-toggler {
    border: none;
    font-size: 24px;
    color: var(--white);
}

.navbar-toggler:focus {
    box-shadow: none;
}

.hero-section {
    position: relative;
    height: 80vh;
    background: url('../img/hero.jpg') center center/cover no-repeat;
    display: flex;
    align-items: center;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, .65);
}

.hero-section .container {
    position: relative;
    z-index: 2;
}

.hero-content {
    max-width: 900px;
    margin: 0 auto 60px;
    text-align: center;
}

.sec-title {
    font-size: 60px;
    font-weight: 600;
    line-height: 1;
    color: var(--primary);
    margin-bottom: 20px;
}

.sec-title span {
    display: block;
    color: var(--secondary);
}

.hero-content p {
    font-size: 18px;
    font-weight: 600;
    color: var(--dark);
    margin-bottom: 0;
}

.hero-search {
    background: rgba(255, 255, 255, .2);
    backdrop-filter: blur(10px);
    border-radius: 8px;
    padding: 15px 20px;
    max-width: 1200px;
    margin: auto;
    border: 1px solid var(--grey);
    box-shadow: 0 15px 40px rgba(9, 99, 126, .08);
}

.search-field {
    background: var(--white);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--grey);
    padding: 0 15px;
    border-radius: 8px;
}

.search-field i {
    color: var(--secondary);
    font-size: 25px;
}

.search-field .form-select {
    height: 55px;
    border-radius: 14px;
    border: none;
    font-size: 18px;
    font-weight: 500;
    color: var(--dark);
    background-color: transparent;
}

.search-field .form-select:focus {
    border-color: none;
    box-shadow:
        none;
}

.hero-btn {
    width: 100%;
    height: 55px;
    border: none;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 600;
    color: var(--white);
    background: linear-gradient(135deg,
            var(--primary),
            var(--secondary));
    transition: .3s;
}

.hero-btn:hover {
    transform: translateY(-2px);
    box-shadow:
        0 10px 25px rgba(9, 99, 126, .25);
}

.about-section p {
    color: var(--dark);
    font-size: 16px;
    line-height: 1.9;
}

.about-img {
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(9, 99, 126, .08);
    border: 3px solid var(--secondary);
    width: 100%;
    height: auto;
}

.stat-card {
    background: transparent;
    border: 1px solid var(--grey);
    box-shadow: 0 10px 30px rgba(9, 99, 126, .08);
    border-radius: 20px;
    padding: 40px 20px;
    height: 100%;
    transition: .3s;
}

.stat-card:hover {
    transform: translateY(-5px);
}

.stat-icon {
    font-size: 2rem;
    color: var(--secondary);
    margin-bottom: 20px;
}

.stat-card h3 {
    font-size: 40px;
    font-weight: 600;
    color: var(--dark);
    margin-bottom: 10px;
}

.stat-card p {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    color: var(--primary);
}

.testimonial-section {
    background: var(--light);
}

.testimonial-wrapper {
    display: flex;
    gap: 10px;
    align-items: stretch;
}

.summary-card {
    flex: 0 0 240px;
    border: 1px solid #ddd;
    border-radius: 15px;
    background: var(--white);
    padding: 15px 20px;
    text-align: center;
}

.rating-score {
    font-size: 3rem;
    font-weight: 700;
    color: var(--dark);
}

.rating-score span {
    font-size: 1.2rem;
}

.stars {
    color: #ff7a00;
    font-size: 1.8rem;
    letter-spacing: 2px;
}

.review-link {
    display: inline-block;
    margin-top: 10px;
    color: var(--dark);
    font-weight: 600;
}

.brand {
    margin-top: 10px;
    font-size: 18px;
    font-weight: 500;
    color: var(--primary);
}

.testimonial-slider {
    flex: 1;
    position: relative;
    min-width: 0;
    padding: 0 60px;
    display: flex;
}

.swiper {
    margin: auto;
}

.swiper-wrapper {
    align-items: stretch;
}

.swiper-slide {
    display: flex;
    height: auto;
}

.review-card {
    background: var(--white);
    border: 1px solid #ddd;
    border-radius: 15px;
    padding: 15px 25px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.review-card h6 {
    margin-top: 15px;
    font-weight: 700;
    color: var(--dark);
}

.review-card small {
    color: var(--mute);
}

.review-card p {
    margin: 15px 0 0 0;
    color: var(--dark);
}

.swiper-button-prev,
.swiper-button-next {
    color: var(--primary);
    background: var(--white);
    box-shadow: 0 5px 15px rgba(9, 99, 126, .1);
    border-radius: 50%;
    font-size: 20px;
    height: 40px;
    width: 40px;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    display: none;
}

.sec-subtitle {
    color: var(--mute);
    font-weight: 400;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 5rem;
}

.services-image img {
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 50%;
    border: 3px solid var(--secondary);
    box-shadow: 0 10px 30px rgba(9, 99, 126, .08);
}

.service-item {
    align-items: center;
    gap: 28px;
    margin-bottom: 35px;
}

.service-item:last-child {
    margin-bottom: 0;
}

.service-number {
    min-width: 70px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: var(--secondary);
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    transition: .3s;
}
.service-item:hover .service-number {
    background: var(--accent);
}

.service-content h4 {
    color: var(--primary);
    font-size: 1.75rem;
    font-weight: 600;
    margin-bottom: 8px;
}

.service-content p {
    color: var(--dark);
    margin-bottom: 0;
    line-height: 1.7;
    font-size: 16px;
}

.requested-visas {
    background: var(--light);
}

.visa-card {
    background: var(--white);
    border-radius: 8px;
    padding:8px;
    display: flex;
    align-items: center;
    gap: 18px;
   
    text-decoration: none;
    box-shadow: 0 8px 25px rgba(0, 0, 0, .1);
    transition: all .2s ease;
    border: 1px solid transparent;
}

.visa-card:hover {
    transform: translateY(-4px);

}

.visa-flag {
    font-size: 60px;
    border-radius: 5px;
    line-height: 1;
    flex-shrink: 0;
}

.visa-card h4 {
    margin: 0;
    color: var(--dark);
    font-size: 24px;
    font-weight: 500;
    transition: color .3s ease;
}

.why-us {
   background: linear-gradient(rgba(235,244,246,.7), rgba(235,244,246,.7)), url('../img/why.jpg') center center/cover no-repeat;
background-attachment: fixed;
}

.why-card {
    background: var(--white);
    border: 1px solid var(--grey);
    border-radius: 20px;
    padding: 35px 30px;
    text-align: center;
    height: 100%;

    transition: all .3s ease;
}

.why-card:hover {
    transform: translateY(-8px);
    border-color: var(--accent);
    box-shadow: 0 15px 35px rgba(9, 99, 126, 0.08);
}

.why-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 25px;
    border-radius: 50%;
    background: var(--light);
    display: flex;
    align-items: center;
    justify-content: center;
}

.why-icon i {
    font-size: 2rem;
    color: var(--primary);
}

.why-card h4 {
    color: var(--primary);
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 15px;
}

.why-card p {
    margin: 0;
    color: var(--dark);
    line-height: 1.7;
}

.visa-process {
    background: var(--light);
    overflow: hidden;
}

.process-flow {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    margin-top: 80px;
}

.process-item {
    flex: 1;
    position: relative;
}

.process-item:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -45px;
    width: 50px;
    height: 12px;
    border-radius: 50px;
    background: linear-gradient(
        90deg,
        var(--secondary),
        var(--accent),
        var(--secondary)
    );
    transform: translateY(-50%);
    box-shadow:
        0 0 8px rgba(8,131,149,.30),
        0 0 16px rgba(8,131,149,.15);
}

.process-item:not(:last-child)::before {
    content: '';
    position: absolute;
    top: 50%;
    right: -55px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: var(--white);
    border: 4px solid var(--secondary);
    transform: translateY(-50%);
    z-index: 5;
    box-shadow:
        0 0 10px rgba(8,131,149,.25);
}

.process-box {
    position: relative;
    background: var(--white);
    border: 1px solid rgba(8,131,149,.15);
    border-radius: 20px;
    padding: 70px 25px 35px;
    text-align: center;
    transition: .35s ease;
    box-shadow:
        0 10px 30px rgba(0,0,0,.04);
}

.process-box:hover {
    transform: translateY(-10px);
    border-color: var(--secondary);
    box-shadow:
        0 20px 40px rgba(8,131,149,.12);
}


.process-icon {
    position: absolute;
    top: -45px;
    left: 50%;
    transform: translateX(-50%);
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: linear-gradient(
        135deg,
        var(--secondary),
        var(--accent)
    );
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border: 6px solid var(--white);
    box-shadow:
        0 10px 25px rgba(8,131,149,.25),
        0 0 20px rgba(8,131,149,.15);
}

.process-icon i {
    font-size: 2rem;
}

.process-box .step {
    display: inline-block;
    font-size: .9rem;
    font-weight: 600;
    color: var(--secondary);
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.process-box h4 {
    color: var(--dark);
    font-size: 1.45rem;
    font-weight: 600;
    margin-bottom: 12px;
}

.process-box p {
    margin: 0;
    color: #666;
    line-height: 1.7;
    font-size: .95rem;
}

.process-item:nth-child(even) {
    margin-top: 50px;
}


.custom-faq {
    max-width: 1200px;
}

.custom-faq .accordion-item {
    border: none;
    margin-bottom: 15px;
    border-radius: 16px !important;
    overflow: hidden;
    background: var(--white);
    box-shadow: 0 5px 20px rgba(0,0,0,.05);
}

.custom-faq .accordion-button {
    padding: 22px 25px;
    font-weight: 600;
    color: var(--primary);
    font-size: 24px;
    background: var(--white);
    box-shadow: none;
}

.custom-faq .accordion-button:not(.collapsed) {
    background: var(--light);
    color: var(--primary);
}

.custom-faq .accordion-button:focus {
    box-shadow: none;
}

.custom-faq .accordion-body {
    padding: 15px 25px;
    color: var(--dark);
    font-size: 18px;
    line-height: 1.8;
}

.site-footer {
    background: #000;
    color: var(--white);
    padding-top: 70px;
}

.footer-top {
    padding-bottom: 50px;
}

.footer-logo img {
    max-height: 90px;
    margin-bottom: 20px;
}

.footer-about {
    color:rgba(255,255,255,.65);
    line-height: 1.5;
    font-size: 14px;
    margin: 0;
    max-width: 350px;
}

.footer-title {
    color: #EFBF04;
    font-size: 1.15rem;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: .5px;
}

.footer-links {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-links li:not(:last-child) {
    margin-bottom: 12px;
}

.footer-links a {
    color: var(--white);
    font-size: 16px;
    text-decoration: none;
    transition: .3s;
}

.footer-links a:hover {
    color: #EFBF04;
    padding-left: 4px;
}

.footer-social {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.footer-social a {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    text-decoration: none;
    background: rgb(32, 32, 32);
    color: #fff;
    transition: .3s;
}

.footer-social a:hover {
    background: #EFBF04;
    color: #000000;
    transform: translateY(-3px);
}

.footer-social i {
    font-size: 22px;
}

.footer-bottom {
    border-top: 1px solid rgba(255,255,255,.15);
    padding: 25px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.footer-copy {
    color: rgba(255,255,255,.65);
    font-size: .95rem;
}

.footer-payments {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.footer-payments img {
    height: 45px;
    width: auto;
 
    border-radius: 6px;
}



/* -------------- Media queries for responsiveness ----------------- */

@media(max-width:991px) {
    .main-navbar {
        padding: 12px 0;
    }

    .navbar-brand img {
        max-height: 50px;
    }

    .navbar-nav {
        padding-top: 15px;
    }

    .nav-link {
        margin: 5px 0;
    }

    .apply-btn {
        width: 100%;
        text-align: center;
    }

    .hero-section {
        min-height: auto;
        padding: 120px 0 80px;
    }

    .hero-content {
        margin-bottom: 40px;
    }

    .sec-title {
        font-size: 48px;
        text-align: center;
    }

    .hero-content p {
        font-size: 20px;
    }

    .hero-search {
        padding: 20px;
    }


    .about-section p {
        text-align: justify;
    }

    .stat-card p {
        text-align: center;
    }

    .stat-icon {
        font-size: 2.5rem;
    }


    .stat-card h3 {
        font-size: 2.5rem;
    }

    .testimonial-wrapper {
        display: block;
    }

    .summary-card {
        width: calc(100% - 120px);
        margin: 0 auto 20px auto;
    }

    .review-card {
        height: auto;
        min-height: 180px;
    }

    .section-title {
        font-size: 2.4rem;
    }

    .sec-subtitle {
        margin-bottom: 0;
    }

    .services-image img {
        width: 300px;
        height: 300px;
    }

   .service-item {
    gap: 20px;
    margin-bottom: 30px;
    align-items: flex-start;
}

    .service-content h4 {
        font-size: 1.4rem;
    }
      .visa-card {
        height: auto;
        min-height: 100px;
    }

    .visa-flag {
        font-size: 4rem;
    }

    .visa-card h4 {
        font-size: 1.5rem;
    }
    .process-flow {
        flex-direction: column;
        gap: 80px;
    }

    .process-item {
        width: 100%;
        max-width: 400px;
    }

    .process-item:nth-child(even) {
        margin-top: 0;
    }

    .process-item::before,
    .process-item::after {
        display: none;
    }

    .process-box {
        min-height: auto;
    }
    .footer-title{
        margin-top: 25px;
    }
      .footer-bottom {
        flex-direction: column;
        text-align: center;
    }

    .footer-payments {
        justify-content: center;
    }
}

@media(max-width:768px) {
        .why-card {
        padding: 25px;
    }

    .why-icon {
        width: 70px;
        height: 70px;
    }

    .why-icon i {
        font-size: 1.7rem;
    }

    .why-card h4 {
        font-size: 1.2rem;
    }
}

@media(max-width:576px) {
    .top-contact p {
        display: none;

    }

    .sec-title {
        font-size: 38px;
    }

    .hero-content p {
        font-size: 18px;
    }

    .search-field .form-select,
    .hero-btn {
        height: 60px;
    }

    .hero-search {
        border-radius: 16px;
    }

    .summary-card {
        width: calc(100% - 100px);

    }

    .testimonial-slider {
        padding: 0 50px;

    }

    .service-item {
        gap: 15px;
    }

    .service-number {
        width: 55px;
        height: 55px;
        min-width: 55px;
        font-size: 1.3rem;
    }

    .services-image img {
        width: 250px;
        height: 250px;
    }
       .visa-card {
        padding: 18px;
    }

    .visa-flag {
        font-size: 3.5rem;
    }

    .visa-card h4 {
        font-size: 1.3rem;
    }
}