* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

body {
    overflow-x: hidden;
    scroll-behavior: smooth;
    font-family: "Inter", sans-serif;
}

@font-face {
    font-family: 'Borscha';
    src: url('./font/Borscha-Regular.ttf') format('truetype');
    font-weight: 400;
}

.roboto {
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
}

.inter {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Borscha';
}

p {
    font-family: "Inter", sans-serif;
}

.top-header {
    background: #fff;
    padding: 18px 0;
    position: relative;
    z-index: 10
}

.logo img {
    height: 65px;
}

.contact-box {
    display: flex;
    align-items: center;
    gap: 12px
}

.contact-box i {
    font-size: 28px;
    color: #000
}

.contact-box span {
    display: block;
    color: #800000;
    font-family: 'Borscha';
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 2%;
}

.contact-box p{
    margin: 0;
}

.contact-box p a {
    margin: 0;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 5%;
    text-decoration: none;
    color: #000000;
}

.custom-navbar {
    background: #000;
    border-radius: 0 0 50px 50px;
    padding: 5px 25px;
    position: absolute;
    justify-self: center;
    box-shadow: 0px 4px 10px 0px #00000040;
    z-index: 5;
}

.custom-navbar .nav-link {
    color: #fff !important;
    font-size: 15px;
    padding: 8px 12px !important;
    transition: 0.3s;
    font-family: 'Borscha';
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 1.08px;
    vertical-align: middle;
    text-transform: capitalize;
    text-decoration-style: solid;
    text-decoration-thickness: 0%;
    text-decoration-skip-ink: auto;
}

.custom-navbar .nav-link:hover {
    text-decoration: underline;
}

/* =========================
   NAVBAR DROPDOWN
========================= */

.nav-item.dropdown {
    position: relative;
    display: flex;
    align-items: center;
}

.main-nav-link {
    padding-right: 4px !important;
}

.custom-toggle {
    border: none !important;
    background: transparent !important;
    padding: 0 !important;
    font-size: 12px;
    color: #ffffff !important;
    box-shadow: none !important;
}

.custom-toggle::after {
    display: none;
}

/* DROPDOWN */
.dropdown-menu {
    border: none;
    border-radius: 18px;
    padding: 12px;
    min-width: 280px;
	background: #000;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .08);
}

.dropdown-item {
    padding: 10px 13px;
    border-radius: 12px;
    transition: .3s ease;
}

.dropdown-item:hover {
    background: #800000;
    color: #fff;
}




/* index */

.hero {
    min-height: 680px;
    background: linear-gradient(rgba(0, 0, 0, 0.423), rgba(0, 0, 0, .423));
    margin-top: -30px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #fff;
    position: relative;
}

.hero-content {
    max-width: 850px;
    margin: auto;
    padding-top: 80px
}

.sub-text {
    font-size: 26px;
    color: #800000;
    margin-right: 8px
}

.hero h1 {
    font-size: 56px;
    font-weight: 700;
    line-height: 1.25;
    margin: 20px 0
}

.hero p {
    font-size: 22px;
    line-height: 1.7;
    color: #e7e7e7
}

.hero-btns .btn {
    border-radius: 40px;
    padding: 8px 34px;
    font-weight: 600;
    margin: 8px;
}

.btn-dark2 {
    background: #000;
    color: #fff;
    transition: 0.3s;
    border-radius: 40px;
    padding: 8px 34px;
    font-weight: 600;
    margin: 8px;
    text-decoration: none;
    display: inline-block;
    font-weight: 500;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.54px;
    transition: 0.3s;
}


/* about */

/* REUSABLE */
.section-tag {
    color: #800000;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0.6px;
    text-transform: capitalize;
    display: inline-block;
    margin-bottom: 12px;
}

.section-title {
    font-family: 'Borscha';
    font-weight: 700;
    font-style: Bold;
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 1.5px;
    text-transform: capitalize;
    margin-bottom: 20px;
    color: #090202;
}

.section-text {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.6px;
    text-transform: capitalize;
    color: #656565;
    margin-bottom: 24px;
}

.primary-btn {
    background: #800000;
    color: #fff;
    padding: 10px 20px;
    border-radius: 40px;
    text-decoration: none;
    display: inline-block;
    font-weight: 500;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.54px;
    transition: 0.3s;
}

.small-btn {
    padding: 10px 24px;
    font-size: 14px;
}

/* ABOUT */
.about-image-wrap {
    position: relative;
}

.img-main {
    width: 400px;
    height: 400px;
    margin-left: auto;
}

.img-main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 39px;
    display: block;
    border: 4px solid #FFFFFF
}

.img-bottom {
    width: 100%px;
    height: auto;
    position: relative;
    left: 0;
    bottom: 0;
    border-radius: 28px;
    z-index: -1;
    overflow: hidden;
}

.img-bottom img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.license-badge {
    position: absolute;
    right: 0;
    top: 0;
}

.license-badge img {
    width: 100%;
}

.client-box {
    position: absolute;
    right: 20px;
    bottom: 0px;
    background: #000;
    color: #fff;
    padding: 20px;
    border-radius: 0 28px 28px;
    width: 195px;
}

.client-box h6 {
    margin-bottom: 12px;
    font-family: 'Borscha';
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    letter-spacing: 1.28px;
    text-transform: capitalize;
}

.client-box img {
    width: 100%;
}

.about-list {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
}

.about-list li {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: Medium;
    font-size: 20px;
    line-height: 40px;
    letter-spacing: 0.6px;
    position: relative;
    color: #000000;
}

.about-list li i {
    color: #800000;
    padding-right: 10px;
}

.why-list li i {
    color: #800000;
}

.plane-path {
    position: absolute;
    right: -60%;
    bottom: 0;
    width: 85%;
    opacity: .25;
    pointer-events: none;
}

/* DIRECTORS */

.directors-section {
    background-color: #F5F5F5;
}

.director-card {
    text-align: center;
    position: relative;
    padding: 0 15px 15px;
}

.director-card img {
    width: 100%;
    border-radius: 24px;
    height: 260px;
    object-fit: cover;
}

.role-badge {
    color: #000;
    font-family: 'Borscha';
    font-weight: 900;
    font-style: Medium;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 1.08px;
    text-transform: capitalize;
    z-index: 2;
    width: 178px;
}

.director-card h4 {
    margin-top: 18px;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-style: Bold;
    font-size: 28px;
    line-height: 32px;
    letter-spacing: 0.96px;
    vertical-align: middle;
    text-transform: capitalize;
    color: #000000;
}

.director-card p {
    color: #000000;
    margin: 4px 0 0 0;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.48px;
    text-align: center;
    vertical-align: middle;
}

/* SWIPER */
.swiper-button-next,
.swiper-button-prev {
    color: #fff;
    width: 42px !important;
    height: 42px !important;
    background: #929292;
    border-radius: 50%;
    filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.25));
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after,
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    color: #fff;
    font-size: 15px !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 20px;
}

.director-img-wrap {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
}

.director-img-wrap img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    display: block;
    transition: 0.4s ease;
	object-position: top;
}

.director-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.38);
    display: flex;
    align-items: end;
    padding-bottom: 40px;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s ease;
}

.director-overlay a {
    color: #fff;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    text-decoration: underline;
    line-height: 32px;
    letter-spacing: 0.96px;
    text-transform: capitalize;
    text-decoration: none;
    transform: translateY(15px);
    transition: 0.4s ease;
}

.director-card:hover .director-overlay {
    opacity: 1;
    visibility: visible;
}

/* .director-card:hover .role-badge {
    background: #800000;
} */

.director-card:hover .director-overlay a {
    transform: translateY(0);
}

.director-card:hover img {
    transform: scale(1.05);
}


.directorsSwiper {
    overflow: hidden;
    padding: 20px 10px;
}

.swiper-slide {
    height: auto;
}



/* WHY */
.why-wrapper {
    display: grid;
    grid-template-columns: 500px 1fr;
    gap: 23px;
}

.why-main-img {
    width: 100%;
    aspect-ratio: 1/1;
    border-radius: 50%;
    object-fit: cover;
    border: 8px solid #FFFFFF;
    box-shadow: 0px 0px 20px 0px #00000040;
}

.why-stats-bar {
    background: #000;
    color: #fff;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    width: 100%;
    justify-self: end;
}

.why-list li {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: Medium;
    font-size: 20px;
    line-height: 42px;
    letter-spacing: 0.6px;
    list-style: none;
}

.why-list {
    padding: 0;
}

.stat-box {
    padding: 20px 15px;
    text-align: center;
    border-right: 1px dashed rgba(255, 255, 255, .25);
    font-size: 14px;
}

/* JOURNEY */
.journey-track {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 10px;
}

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

.journey-item:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 25px;
    left: 70%;
    width: 60%;
    border-top: 2px dashed #cfcfcf;
}

.journey-item span {
    width: 62px;
    height: 62px;
    background: #000;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 14px;
    font-family: 'Borscha';
    font-weight: 600;
    font-size: 50px;
    line-height: 18px;
    letter-spacing: 0.6px;
    text-align: center;
    position: relative;
    z-index: 2;
}

.journey-item:hover span {
    background: #800000;
}

.journey-item p {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.6px;
    text-align: center;
}

/* TESTIMONIAL */
/* .testimonialSwiper {
    height: 420px;
} */

.testimonial-card {
/*     background: #000;
    color: #fff;
    border-radius: 16px;
    padding: 22px;
    display: flex;
    gap: 18px;
    align-items: center; */
    max-width: 95%;
}

.top-card {
    margin-left: auto;
}

.bottom-card {
    margin-right: auto;
}

.testimonial-card img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.testimonial-card p {
    color: #ddd;
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 10px;
}

.testimonial-card h5 {
    margin: 0;
    font-size: 24px;
    font-weight: 700;
}

/* PARTNER */
.partner-section {
    background: #F5F5F5;
}

.partner-form label {
    display: block;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 5%;
    text-transform: capitalize;
    margin-bottom: 8px;
}

.partner-form input {
    width: 100%;
    height: 40px;
    border: 1px solid #747474;
    border-radius: 12px;
    padding: 0 18px;
    font-size: 14px;
    outline: none;
    background: #fff;
}

.submit-btn {
    width: 100%;
    height: 41px;
    border: none;
    border-radius: 12px;
    background: #000;
    color: #fff;
    font-weight: 600;
    transition: .3s;
}

.submit-btn:hover {
    background: #800000;
}

/* FOOTER */
.main-footer {
    background: #fff;
}

.footer-logo {
    max-width: 270px;
    margin-bottom: 24px;
}

.footer-about {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 5%;
}

.footer-title {
    font-family: 'Borscha';
    font-weight: 700;
    font-style: Bold;
    font-size: 22px;
    line-height: 60px;
    letter-spacing: 5%;
    text-transform: capitalize;
}

.footer-links,
.footer-contact {
    list-style: none;
    padding: 0;
    margin: 0;
}


.footer-links a {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    line-height: 40px;
    letter-spacing: 5%;
    text-decoration: none;
    color: #000000;
    transition: .3s;
}

.footer-links a:hover {
    color: #800000;
    padding-left: 5px;
}

.footer-contact i {
    color: #800000;
    margin-right: 10px;
    width: 18px;
}

/* FOOTER BOTTOM */
.footer-bottom {
    background: #000;
    color: #fff;
    padding: 15px 0;
    margin-top: 50px;
}

.social-links {
    display: flex;
    gap: 10px;
}

.social-links a {
    width: 38px;
    height: 38px;
    border-radius: 8px;
    background: #800000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: .3s;
}

.social-links a:hover {
    transform: translateY(-3px);
    background: #fff;
    color: #800000;
}

.footer-links a i {
    color: #800000;
}

/* RESPONSIVE */
@media(max-width:991px) {
    .partner-box {
        padding: 35px;
    }

    .footer-title {
        font-size: 26px;
    }
}



/*  ================================== about ======================================= */

/* ===================================
    ABOUT HERO
=================================== */

.about-hero-section {
    position: relative;
    overflow: hidden;
    padding: 100px 0;
/*     background: #0f0f0f; */
}

.about-hero-section::before {
    content: '';
    position: absolute;
    inset: 0;

/*     background:
        linear-gradient(rgba(0, 0, 0, .78), rgba(0, 0, 0, .82)),
        url('images/hero.jpg') center/cover no-repeat; */

    z-index: 1;
}

.about-hero-section .container {
    position: relative;
    z-index: 2;
}

/* SHAPES */
.hero-circle {
    position: absolute;
    border-radius: 50%;
    filter: blur(120px);
    z-index: 1;
}

.hero-circle-one {
    width: 350px;
    height: 350px;
    background: #60000694;
    top: -120px;
    left: -100px;
}

.hero-circle-two {
    width: 320px;
    height: 320px;
    background: rgba(255, 255, 255, .06);
    bottom: -120px;
    right: -100px;
}


/* BREADCRUMB */
.custom-breadcrumb {
    margin-bottom: 60px;
}

.custom-breadcrumb ol {
    display: inline-flex;
    align-items: center;
    gap: 14px;

    background: rgba(255, 255, 255, .08);

    border: 1px solid rgba(255, 255, 255, .08);

    backdrop-filter: blur(14px);

    padding: 14px 24px;

    border-radius: 60px;

    list-style: none;

    margin: 0;
}

.custom-breadcrumb ol li {
    color: #fff;
    font-size: 14px;
    position: relative;
}

.custom-breadcrumb ol li a {
    color: #d9d9d9;
    text-decoration: none;
    transition: .3s ease;
}

.custom-breadcrumb ol li a:hover {
    color: #fff;
}

.custom-breadcrumb ol li:not(:last-child)::after {
    content: '/';
    margin-left: 14px;
    color: rgba(255, 255, 255, .4);
}


/* WRAPPER */
.about-hero-wrapper {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 70px;
    align-items: center;
}


/* CONTENT */
.about-hero-content h1 {
    font-size: 62px;
    line-height: 1.25;
    color: #fff;
    margin: 20px 0 25px;
    font-weight: 800;
    max-width: 760px;
}

.about-hero-content .section-text {
    max-width: 620px;
    color: #d6d6d6;
}

.about-hero-btns {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-top: 40px;
}

.about-video-btn {
    width: 62px;
    height: 62px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, .15);

    display: flex;
    align-items: center;
    justify-content: center;

    color: #fff;
    text-decoration: none;

    transition: .4s ease;
}

.about-video-btn:hover {
    background: #800000;
    border-color: #800000;
    color: #fff;
}


/* IMAGES */
.about-hero-images {
    position: relative;
}

.main-about-img img {
    width: 100%;
    height: 720px;
    object-fit: cover;
    border-radius: 36px;
}

.small-about-img {
    position: absolute;
    left: -50px;
    bottom: 40px;
}

.small-about-img img {
    width: 240px;
    height: 240px;
    object-fit: cover;
    border-radius: 28px;
    border: 8px solid #0f0f0f;
}

/* EXPERIENCE CARD */
.experience-card {
    position: absolute;
    top: 40px;
    right: -35px;

    width: 260px;

    background: #fff;

    border-radius: 30px;

    padding: 35px;

    box-shadow: 0 20px 50px rgba(0, 0, 0, .2);
}

.experience-card h3 {
    font-size: 30px;
    color: #800000;
    margin-bottom: 10px;
}

.experience-card p {
    color: #666;
    line-height: 1.8;
    margin: 0;
}


/* ABOUT INTRO */
.about-intro-images {
    position: relative;
    padding-right: 80px;
}

.about-intro-main {
    width: 100%;
    border-radius: 36px;
}

.about-intro-small {
    position: absolute;
    width: 240px;
    border-radius: 28px;
    bottom: -40px;
    right: 0;
    border: 8px solid #f5f5f5;
}

.about-feature-list {
    margin-top: 35px;
}

.about-feature-item {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 18px;
}

.about-feature-item i {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #800000;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #fff;
}


/* MISSION */
.mission-card {
    background: #fff;
    border-radius: 34px;
    padding: 50px;
    height: 100%;
    transition: .4s ease;
}

.mission-card:hover {
    transform: translateY(-8px);
}

.mission-icon {
    width: 90px;
    height: 90px;
    border-radius: 26px;
    background: #800000;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #fff;
    font-size: 32px;

    margin-bottom: 28px;
}

.mission-card h3 {
    font-size: 35px;
    margin-bottom: 15px;
}

.mission-card p {
    color: #666;
    line-height: 1.9;
}


/* TIMELINE */
.timeline-wrapper {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 30px;
}

.timeline-item {
    background: #fff;
    border-radius: 30px;
    padding: 20px;
    position: relative;
}

.timeline-item span {
    font-size: 54px;
    font-weight: 800;
    color: rgba(123, 13, 13, .12);
    display: block;
    margin-bottom: 20px;
}

.timeline-item h4 {
    font-size: 28px;
    margin-bottom: 12px;
}

.timeline-item p {
    color: #666;
    line-height: 1.8;
}


/* CTA */
.about-cta-section {
    padding-bottom: 120px;
}

.about-cta-box {
    background: #800000;
    border-radius: 40px;
    padding: 90px;
    text-align: center;
    color: #fff;
}

.about-cta-box h2 {
    font-size: 68px;
    margin: 18px 0;
}

.about-cta-box p {
    max-width: 700px;
    margin: auto;
    color: #eee;
    line-height: 1.9;
}




/* ================================== visa =========================================== */

/* ===================================
    VISA HERO
=================================== */

.visa-hero-wrapper {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 70px;
    align-items: center;
}

.visa-hero-content h1 {
    font-size: 78px;
    line-height: 1;
    color: #fff;
    margin: 20px 0;
    max-width: 700px;
}

.visa-hero-content p {
    color: #d6d6d6;
    line-height: 1.9;
    max-width: 620px;
}

.hero-btn-group {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-top: 40px;
}

.outline-btn {
    border: 1px solid rgba(255, 255, 255, .2);
    color: #fff;
    padding: 10px 20px;
    border-radius: 60px;
    font-size: 15px;
    text-decoration: none;
}

.outline-btn:hover {
    background: #fff;
    color: #111;
}


/* IMAGE */
.visa-hero-image {
    position: relative;
}

.visa-hero-image img {
    width: 100%;
    height: 700px;
    object-fit: cover;
    border-radius: 38px;
}

.visa-floating-card {
    position: absolute;
    bottom: 35px;
    left: -40px;

    background: #fff;
    border-radius: 28px;

    padding: 30px;

    width: 240px;
}

.visa-floating-card h4 {
    font-size: 30px;
    color: #800000;
    margin-bottom: 8px;
}

.visa-floating-card p {
    margin: 0;
    color: #666;
}


/* ===================================
    DETAIL CARDS
=================================== */

.visa-detail-card {
    background: #fff;
    border-radius: 30px;
    padding: 40px 35px;
    height: 100%;
    transition: .4s ease;
}

.visa-detail-card:hover {
    transform: translateY(-8px);
}

.visa-detail-icon {
    width: 78px;
    height: 78px;
    border-radius: 22px;
    background: #800000;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #fff;
    font-size: 28px;

    margin-bottom: 28px;
}

.visa-detail-card h3 {
    font-size: 30px;
    margin-bottom: 14px;
}

.visa-detail-card p {
    color: #666;
    line-height: 1.9;
    margin-bottom: 24px;
}

.visa-detail-card a {
    text-decoration: none;
    color: #111;
    font-weight: 600;

    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.visa-detail-card a:hover {
    color: #800000;
}


/* ===================================
    ABOUT
=================================== */

.visa-about-image img {
    width: 100%;
    border-radius: 36px;
}

.visa-feature-list {
    margin-top: 35px;
}

.visa-feature-item {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 18px;
}

.visa-feature-item i {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #800000;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #fff;
}


/* ===================================
    REQUIREMENTS
=================================== */

.requirements-wrapper {
    background: #111;
    border-radius: 40px;
    padding: 80px;
}

.requirements-list {
    margin-top: 35px;
}

.requirement-item {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 22px;
}

.requirement-item i {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #800000;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #fff;
}

.requirement-item span {
    color: #fff;
}

.requirements-img {
    width: 100%;
    border-radius: 34px;
}


/* ===================================
    PROCESS
=================================== */

.process-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.process-card {
    background: #fff;
    border-radius: 30px;
    padding: 40px;
    text-align: center;
}

.process-card span {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #800000;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    color: #fff;
    font-weight: 700;

    margin-bottom: 22px;
}

.process-card h4 {
    margin: 0;
}


/* ===================================
    CTA
=================================== */

.visa-cta-section {
    padding-bottom: 120px;
}

.visa-cta-box {
    background: #800000;
    border-radius: 40px;
    padding: 90px;
    text-align: center;
    color: #fff;
}

.visa-cta-box h2 {
    font-size: 68px;
    margin: 18px 0;
}

.visa-cta-box p {
    max-width: 700px;
    margin: auto;
    color: #eee;
    line-height: 1.9;
}


/* ====================================== visa detail ======================================= */

/* ===================================
    INNER BANNER
=================================== */

.inner-banner-section {
    position: relative;
    overflow: hidden;
    padding: 100px 0;
    background:
        linear-gradient(rgba(0, 0, 0, .76), rgba(0, 0, 0, .82)),
        url('images/hero.jpg') center/cover no-repeat;
}

.inner-banner-content {
    max-width: 800px;
    margin: auto;
}

.inner-banner-content h1 {
    font-size: 78px;
    color: #fff;
    margin: 20px 0;
}

.inner-banner-content p {
    color: #d6d6d6;
    line-height: 1.9;
}


/* ===================================
    MAIN CONTENT
=================================== */

.detail-main-image img {
    width: 100%;
    border-radius: 36px;
}

.detail-content {
    margin-top: 45px;
}

.detail-content p {
    line-height: 1.9;
    color: #666;
}


/* FEATURE BOX */
.detail-feature-box {
    background: #fff;
    border-radius: 30px;
    padding: 35px;
    height: 100%;
}

.detail-feature-icon {
    width: 72px;
    height: 72px;
    border-radius: 20px;
    background: #800000;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #fff;
    font-size: 26px;

    margin-bottom: 24px;
}

.detail-feature-box h4 {
    margin-bottom: 14px;
}

.detail-feature-box p {
    margin: 0;
    color: #666;
    line-height: 1.8;
}


/* REQUIREMENTS */
.detail-requirements {
    margin-top: 55px;
}

.detail-requirements h3 {
    margin-bottom: 30px;
    font-size: 36px;
}

.dark-item span {
    color: #111;
}


/* ===================================
    SIDEBAR
=================================== */

.visa-sidebar {
    position: sticky;
    top: 10px;
}

.sidebar-box,
.sidebar-form-box {
    background: #f5f5f5;
    border-radius: 30px;
    padding: 35px;
    margin-bottom: 30px;
}

.sidebar-box h4,
.sidebar-form-box h4 {
    margin-bottom: 25px;
}


/* LINKS */
.sidebar-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidebar-links li {
    margin-bottom: 14px;
}

.sidebar-links li:last-child {
    margin-bottom: 0;
}

.sidebar-links a {
    background: #fff;
    border-radius: 18px;
    padding: 18px 22px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    text-decoration: none;
    color: #111;

    transition: .3s ease;
}

.sidebar-links a:hover {
    background: #800000;
    color: #fff;
}


/* CONTACT BOX */
.sidebar-contact-box {
    background:
        linear-gradient(rgba(0, 0, 0, .72), rgba(0, 0, 0, .8)),
        url('images/hero.jpg') center/cover no-repeat;

    border-radius: 30px;
    padding: 45px 35px;

    margin-bottom: 30px;

    color: #fff;
}

.sidebar-contact-box h3 {
    margin: 18px 0;
    font-size: 38px;
}

.sidebar-contact-box p {
    color: #d8d8d8;
    line-height: 1.9;
    margin-bottom: 28px;
}


/* FORM */
.sidebar-form-box .form-control {
    height: 58px;
    border-radius: 16px;
    border: 1px solid #ececec;
    box-shadow: none;
}

.sidebar-form-box textarea.form-control {
    height: auto;
}

.sidebar-form-box .form-control:focus {
    border-color: #800000;
}


/* ===================================
    RESPONSIVE
=================================== */

@media(max-width:991px) {

    .inner-banner-content h1 {
        font-size: 52px;
    }

    .visa-sidebar {
        position: relative;
        top: auto;
    }

}


/* ================================================== contact =============================== */

.contact-hero-content {
    max-width: 850px;
    margin: auto;
}

.contact-hero-content h1 {
    font-size: 68px;
    color: #fff;
    line-height: 1;
    margin: 20px 0;
}

.contact-hero-content p {
    color: #d6d6d6;
    line-height: 1.9;
    max-width: 700px;
    margin: auto;
}


/* ===================================
    CONTACT INFO
=================================== */

.contact-info-card {
    background: #fff;
    border-radius: 32px;
    padding: 45px 38px;
    height: 100%;
    transition: .4s ease;
}

.contact-info-card:hover {
    transform: translateY(-8px);
}

.contact-info-icon {
    width: 78px;
    height: 78px;
    border-radius: 22px;
    background: #800000;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #fff;
    font-size: 28px;

    margin-bottom: 28px;
}

.contact-info-card span {
    color: #800000;
    font-weight: 600;
}

.contact-info-card h4 {
    margin: 16px 0 14px;
    font-size: 24px;
}

.contact-info-card p {
    margin: 0;
    color: #666;
    line-height: 1.9;
}


/* ===================================
    CONTACT MAIN
=================================== */

.contact-main-wrapper {
    background: #fff;
    border-radius: 40px;
    overflow: hidden;
}

/* IMAGE */
.contact-image-side {
    position: relative;
    height: 100%;
}

.contact-image-side img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 600px;
}

/* FLOATING */
.contact-floating-box {
    position: absolute;
    left: 30px;
    bottom: 30px;

    background: #fff;
    border-radius: 24px;

    padding: 22px 24px;

    display: flex;
    align-items: center;
    gap: 16px;
}

.contact-floating-box i {
    width: 58px;
    height: 58px;
    border-radius: 18px;
    background: #800000;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #fff;
    font-size: 22px;
}

.contact-floating-box span {
    display: block;
    color: #800000;
    font-size: 14px;
    font-weight: 600;
}

.contact-floating-box h5 {
    margin: 4px 0 0;
}


/* FORM SIDE */
.contact-form-side {
    padding: 70px;
}

/* FORM */
.contact-form {
    margin-top: 35px;
}

.contact-form .form-control,
.contact-form .form-select {
    height: 48px;
    border-radius: 18px;
    border: 1px solid #e9e9e9;
    box-shadow: none;
    padding-inline: 20px;
}

.contact-form textarea.form-control {
    height: auto;
    padding-top: 18px;
}

.contact-form .form-control:focus,
.contact-form .form-select:focus {
    border-color: #800000;
}


/* ===================================
    MAP
=================================== */

.map-wrapper {
    border-radius: 40px;
    overflow: hidden;
}

.map-wrapper iframe {
    width: 100%;
    height: 400px;
    border: 0;
}


/* ===================================
    RESPONSIVE
=================================== */

@media(max-width:991px) {

    .contact-hero-content h1 {
        font-size: 52px;
    }

    .contact-image-side img {
        min-height: auto;
    }

    .contact-form-side {
        padding: 45px 30px;
    }

}

@media(max-width:576px) {

    .contact-floating-box {
        position: relative;
        left: auto;
        bottom: auto;
        margin: 20px;
    }

}

section {
    padding: 80px 0;
}



/* ===================================
    SECTION TAG ICON
=================================== */

.section-tag {
    display: inline-flex;
    align-items: center;
    gap: 14px;

    font-size: 15px;
    font-weight: 600;
    letter-spacing: .5px;
    text-transform: uppercase;
}

.tag-icon-wrap {
    position: relative;
    width: 22px;
    height: 18px;
}

.tag-icon {
    position: absolute;
    font-size: 12px;
}

/* BLACK ICON */
.black-icon {
    color: #111;
    left: 0;
    top: 2px;
}

/* RED ICON */
.red-icon {
    color: #800000;
    left: 8px;
    top: 0;
}


/* WHITE VERSION */
.text-white .black-icon {
    color: #fff;
}

.text-white .red-icon {
    color: #800000;
}




.footer-custom-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-custom-list li {
    position: relative;
    padding-left: 22px;
    margin-bottom: 4px;
	list-style: none;
}

.footer-links.footer-custom-list ul {
    margin: 0;
    padding: 0;
}

/* RED LINE */
.footer-custom-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 2px;
    background: #800000;
}

/* RED DOT */
.footer-custom-list li::after {
    content: "";
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);

    width: 7px;
    height: 8px;
    background: #800000;
    border-radius: 50%;
}

/* PRIMARY BTN HOVER */
.primary-btn:hover {
    background: #111;
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, .2);
}


/* DARK BTN HOVER */
.btn-dark2:hover {
    background: #800000;
    color: #fff;
    border-color: #800000;
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(123, 13, 13, .25);
}




/* popup */


/* MODAL DESIGN */
.appointment-modal {
    border-radius: 28px;
    overflow: hidden;
}

/* HEADER */
.appointment-modal .modal-header {
    border: none;
    padding: 25px 30px;
}

/* IMAGE */
.appointment-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

/* FORM */
.appointment-form .form-control,
.appointment-form .form-select {
    height: 52px;
    border-radius: 14px;
    box-shadow: none;
}

.appointment-form textarea.form-control {
    height: auto;
}

.appointment-form .form-control:focus,
.appointment-form .form-select:focus {
    border-color: #800000;
}



.blog-card {
    background: #fff;
    border-radius: 30px;
    overflow: hidden;
    transition: .3s ease;
}

.blog-card:hover {
    transform: translateY(-8px);
}

.blog-img img {
    width: 100%;
    height: 260px;
    object-fit: cover;
}

.blog-content {
    padding: 30px;
}

.blog-tag {
    display: inline-block;
    background: #800000;
    color: #fff;
    padding: 6px 14px;
    border-radius: 50px;
    font-size: 12px;
    margin-bottom: 12px;
}

.blog-content h3 {
    font-size: 24px;
    margin-bottom: 10px;
}

.blog-content p {
    color: #666;
    line-height: 1.7;
}

.read-more {
    display: inline-block;
    margin-top: 15px;
    color: #800000;
    font-weight: 600;
    text-decoration: none;
}



/* =========================== testimonial ===================================== */


/* ===================================
    TESTIMONIAL HERO
=================================== */

.tesi-hero-content h1 {
    font-size: 70px;
    color: #fff;
    margin: 20px 0;
}

.tesi-hero-content p {
    color: #d6d6d6;
    max-width: 750px;
    margin: auto;
    line-height: 1.9;
}


/* ===================================
    TESTIMONIAL CARD
=================================== */

.tesi-page-card {
    background: #fff;
    border-radius: 32px;
    padding: 40px;
    height: 100%;
    transition: .4s ease;
}

.tesi-page-card:hover {
    transform: translateY(-8px);
}

.tesi-user {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
}

.tesi-user img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}

.tesi-user h4 {
    margin: 0;
}

.tesi-user span {
    font-size: 14px;
    color: #777;
    font-family: "Roboto", sans-serif;
}

.tesi-page-card p {
    color: #555;
    line-height: 1.9;
}

.tesi-rating {
    margin-top: 20px;
    color: #f5a623;
    font-size: 18px;
}


/* ===================================
    CTA
=================================== */

.tesi-cta-section {
    padding: 120px 0;
}

.tesi-cta-box {
    background: #800000;
    border-radius: 40px;
    padding: 80px;
    text-align: center;
    color: #fff;
}

.tesi-cta-box h2 {
    font-size: 60px;
    margin-bottom: 15px;
}

.tesi-cta-box p {
    max-width: 700px;
    margin: auto;
    color: #eee;
    line-height: 1.9;
}


/* ===================================
    RESPONSIVE
=================================== */

@media(max-width:991px) {

    .tesi-hero-content h1 {
        font-size: 45px;
    }

    .tesi-cta-box h2 {
        font-size: 38px;
    }

    .tesi-cta-box {
        padding: 50px 25px;
    }

}

.footer-bottom p,
.footer-bottom a {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 5%;
    color: white;
    text-decoration: none;
}


/* DASHED LINE BETWEEN EACH SLIDE */

.directorsSwiper .swiper-slide{
    position: relative;
    padding-right: 30px;
    margin-right: 30px;
}

.directorsSwiper .swiper-slide::after{
    content: "";
    position: absolute;

    top: 0;
    right: 0;

    width: 2px;
    height: 100%;

    border-right: 2px dashed #cfcfcf;
}

/* REMOVE LINE FROM LAST SLIDE */

.directorsSwiper .swiper-slide:last-child::after{
    display: none;
}



/* Parent */
.menu-item-has-children{
    position: relative;
}

/* Desktop Dropdown */
@media (min-width: 992px){

    .menu-item-has-children .dropdown-menu{
        display: block;
        opacity: 0;
        visibility: hidden;
        transform: translateY(15px);
        transition: .3s ease;
        margin-top: 0;
    }
	
	html,
	body{
		overflow-x: hidden;
	}

    .menu-item-has-children:hover .dropdown-menu{
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

}

@media(max-width:991px){

    .menu-item-has-children{
        position:relative;
    }

    .menu-item-has-children .dropdown-menu{
        display:none !important;
        position:static !important;
        transform:none !important;
        box-shadow:none !important;
    }

    .menu-item-has-children.mobile-open .dropdown-menu{
        display:block !important;
    }

    .mobile-dropdown-btn{
        position:absolute;
        right:0;
        top:8px;
        width:40px;
        height:40px;
        display:flex;
        align-items:center;
        justify-content:center;
        cursor:pointer;
        z-index:10;
    }

    .mobile-dropdown-btn i{
        transition:.3s;
		color: white; 
    }

    .menu-item-has-children.mobile-open .mobile-dropdown-btn i{
        transform:rotate(180deg);
    }

    .menu-item-has-children > a{
        padding-right:50px !important;
    }
	
	.why-wrapper{
		grid-template-columns: 1fr;
	}
	
	.journey-track{
		grid-template-columns: 1fr 1fr 1fr;
	}
	
	.why-stats-bar,
	.timeline-wrapper,
	.about-hero-wrapper{
		grid-template-columns: 1fr 1fr;
	}
	
	.about-cta-box,
	.visa-cta-box{
		padding: 40px;
	}
	
	.plane-path {
		display: none;
	}
	
	.top-header .col-lg-9{
		display: none;
	}
	
	.img-main,
	.img-bottom{
		width: auto;
	}
	
	.testimonial-card{
		max-width: 100%;
	}
	
	.journey-item:not(:last-child)::after,
	.directorsSwiper .swiper-slide::after{
		display: none;
	}
	
	.directorsSwiper .swiper-slide {
    	position: relative;
		padding-right: 0;
	}
	
	.footer-links a{
		gap: 10px;
	}
}

@media screen and (max-width: 767px){
	.journey-track,
	.why-stats-bar,
	.timeline-wrapper,
	.about-hero-wrapper{
		grid-template-columns: 1fr;
	}
	
	.plane-path {
		right: -50px;
	}
}

.pagination{
    gap: 12px;
    margin-top: 60px;
    flex-wrap: wrap;
}

.pagination .page-numbers{
    width: 52px;
    height: 52px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 16px;

    background: #fff;
    color: #111;

    font-weight: 600;
    text-decoration: none;

    transition: all .3s ease;

    border: 1px solid #ececec;
}

/* Current Page */
.pagination .current{
    background: #800000;
    color: #fff;
    border-color: #800000;
}

/* Hover */
.pagination .page-numbers:hover{
    background: #800000;
    color: #fff;
    border-color: #800000;

    transform: translateY(-3px);
}

/* Next Button */
.pagination .next{
    width: auto;
    padding: 0 24px;
    border-radius: 50px;
}

/* Prev Button */
.pagination .prev{
    width: auto;
    padding: 0 24px;
    border-radius: 50px;
}



.about-check-item{
    display:flex;
    align-items:center;
    gap:5px;
    margin-bottom:20px;
}

.about-check-item i{
    width:35px;
    height:35px;
    flex-shrink:0;

    background:#800000;
    border-radius:50%;

    display:flex;
    align-items:center;
    justify-content:center;

    color:#fff !important;
    font-size:14px;
    font-weight:700;
}



@media (max-width: 1199px) {
    
	.custom-navbar .nav-link {
    padding: 8px 10px !important;
    letter-spacing: 0px;
	font-size: 14px;
}
	
	.timeline-wrapper {
    	gap: 5px;
	}
	
	.footer-links a{
		display: flex;
		flex-wrap: nowrap;
    	align-items: center;
	}
	
	.contact-box i {
		font-size: 20px;
	}
	
	.contact-box p a {
		font-size: 15px;
	}
	
	.col-md-1.text-center.text-md-start.aos-init.aos-animate {
    	align-content: center;
	}


}

@media (min-width:991px) and (max-width: 1200px){
	.primary-btn {
    	padding: 10px 14px;
    	font-size: 13px;
	}
	
	.col-md-3.text-center.text-md-start.align-content-center.aos-init.aos-animate {
    	padding: 0;
	}
}

/* 29.06.2026 */
.new-testimonial-vdeobulls-sec video{
    width: 100%;
    height: 430px; 
    object-fit: contain;
    display: block;
}

/* Tablet */
@media (max-width: 991px) {
    h1 {
        font-size: 46px !important;
    }

    h2 {
        font-size: 38px !important;
    }

    h3 {
        font-size: 32px !important;
    }

    h4 {
        font-size: 28px !important;
    }

    h5 {
        font-size: 22px !important;
    }

    h6 {
        font-size: 18px !important;
    }

    p {
        font-size: 15px !important;
    }
	
	.img-bottom{
		position: static;
	}
	
	.section-title {
		line-height: 40px;
	}

}


/* Mobile */
@media (max-width: 767px) {
    h1 {
        font-size: 42px !important;
    }

    h2 {
        font-size: 30px !important;
    }

    h3 {
        font-size: 26px !important;
    }

    h4 {
        font-size: 22px !important;
    }

    h5 {
        font-size: 20px !important;
    }

    h6 {
        font-size: 18px !important;
    }

    p {
        font-size: 15px !important;
        line-height: 1.6;
    }
}




.social-connect-section .section-text{
    max-width:700px;
}

.social-card{
    background:#fff;
    border-radius:24px;
    padding:40px 30px;
    text-align:center;
    text-decoration:none;
    color:#222;
    display:block;
    height:100%;
    transition:.4s;
    border:1px solid rgba(195,33,72,.15);
    box-shadow:0 10px 40px rgba(0,0,0,.05);
}

.social-card:hover{
    transform:translateY(-10px);
    border-color:#800000;
    box-shadow:0 20px 50px rgba(195,33,72,.15);
    color:#222;
}

.social-icon{
    width:80px;
    height:80px;
    margin:0 auto 25px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#800000;
    color:#fff;
    font-size:32px;
    transition:.4s;
}

.social-card:hover .social-icon{
    transform:rotateY(180deg);
}

.social-card h4{
    font-size:24px;
    font-weight:700;
    margin-bottom:12px;
}

.social-card p{
    color:#666;
    font-size:15px;
    line-height:1.8;
    min-height:55px;
    margin-bottom:25px;
}

.social-card span{
    color:#800000;
    font-weight:700;
    display:inline-flex;
    align-items:center;
    gap:10px;
    transition:.3s;
}

.social-card:hover span{
    gap:16px;
}

.facebook{
    background:#1877f2;
}

.instagram{
    background:linear-gradient(45deg,#f58529,#dd2a7b,#8134af,#515bd4);
}

.tiktok{
    background:#000;
}

.youtube{
    background:#ff0000;
}

@media(max-width:991px){

    .social-card{
        padding:35px 25px;
    }
	
	body,html{
		overflow-x: hidden;
	}

}

@media(max-width:767px){

    .social-card{
        padding:30px 20px;
    }

    .social-icon{
        width:70px;
        height:70px;
        font-size:28px;
    }

    .social-card h4{
        font-size:21px;
    }
	
	body,html{
		overflow-x: hidden;
	}

}


.footer-side-img-new {
    position: absolute;
    top: 28px;
    z-index: 99;
    right: 2px;
}

.footer-side-img-new img {
    width: 80px;
    height: auto;
}




.about-hero-section{
    position: relative;
    overflow: hidden;
}

.hero-bg-video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -2;
}

.hero-overlay{
    position: absolute;
    inset: 0;
    background: linear-gradient(rgba(0, 0, 0, .76), rgba(0, 0, 0, .82));
    z-index: -1;
}

.about-hero-section .container{
    position: relative;
    z-index: 2;
}

.hero-circle{
    z-index: 1;
}


/* 04.08.2026 */

@media (max-width: 1280px) {
	
	.footer-side-img-new img {
    width: 62px;
}


.footer-side-img-new {
    top: 34px;
}
    
}

@media (max-width: 1024px) {
    
	.footer-side-img-new {
    top: 68px;
}

.footer-side-img-new img {
    width: 35px;
}
	
}

