.logo-inner {
    background: #76aaf9;
    padding: 10px;
    width: fit-content;
    height: fit-content;
    border-radius: 100%;
}

.header-container {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
}

header.sticky-header {
    padding: 10px 0px;
    background-color: #011f7f;
    box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.1);
}

.logo {
    display: flex;
    align-items: center;
    width: 30%;

}

h2.logo-text {
    font-size: 28px;
    color: white;
}

h2.logo-text-para {
    font-size: 14px;
    color: white;
}

.text-column {
    padding-left: 15px;
}

h2 {
    margin: 0 !important;
}

a.nav-link {
    color: white;
    font-size: 18px;
}

nav.navbar.navbar-expand-lg {
    width: 70%;
}

button.Contact-btn {
    font-size: 18px;
    color: white;
    background: transparent;
    border: solid 1px white;
    border-radius: 11px;
    padding: 10px 30px;
    margin-left: 20px;
}

ul.navbar-nav.ms-auto {
    gap: 40px;
}

a.nav-link {
    padding: 0 !important;
}

li.nav-item {
    align-content: center;
}


h2.Hero-Section-Heading {
    font-size: 58px;

}

section.Hero-Section {
    min-height: 70vh;
    align-content: space-around;
    padding: 80px 0;
    background-image: url(/assets/images/background.webp);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

section.testimonial-section {
    background-image: url(/assets/images/background.webp);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.Hero-Section-content {
    width: fit-content;
    background: #ffffff73;
    border: solid 1px #c0baba;
    padding: 15px 30px;
    border-radius: 10px;
    backdrop-filter: blur(3px);
}

img.hero-left-img {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    margin-right: 10px;
    border: solid 1px #011f7f;

}

img.hero-left-img-sec {
    width: 70px;
    height: 70px;
    border-radius: 100%;
    margin-left: 10px;


}

.Hero-Section-container {
    display: flex;
}

p.Hero-Section-text {
    padding-bottom: 20px;
}

.hero-section-text {
    align-content: center;
    width: 50%;
    padding-right: 40px;
}

.hero-section-img {
    width: 50%;
    align-content: space-around;
    padding-left: 40px;
}

.hero-section-img img {
    width: 100%;
    border-radius: 0px;
}

.Hero-Section-subheading {
    width: fit-content;
    background: #011f7f;
    color: white;
    padding: 5px 20px;
    border-radius: 50px;
}

p.Hero-Section-text {
    color: #212529;
    font-size: 18px;
}

button.Contact-btn:hover {
    background: white;
    color: #011f7f;
    border-color: #011f7f;
}

button.Hero-Section-application-btn {
    background: black;
    color: white;
    font-size: 18px;
    padding: 15px 30px;
    border-radius: 10px;
    margin-right: 10px;
    border: solid 1px #000000;
}

button.Hero-Section-Eligibility-Btn {
    background: #011f7f;
    color: white;
    font-size: 18px;
    padding: 15px 30px;
    border-radius: 10px;
    margin-left: 10px;
    border: solid 1px #011f7f;
}

button.Hero-Section-application-btn:hover {
    background: #011f7f;
    color: white;
    border: solid 1px #011f7f;
}

button.Hero-Section-Eligibility-Btn:hover {
    background: black;
    color: white;

    border: solid 1px #000000;
}

footer.footer-section {
    background: black;
    padding-top: 40px;
    padding-bottom: 20px;
}

.footer-logo-inner {
    width: fit-content;
    background: #011f7f;
    padding: 10px;
    border-radius: 100%;
    height: fit-content;
}

.footer-logo {
    display: flex;
}

.footer-content {
    display: flex;
    justify-content: space-between;
}

h2.footer-heading {
    color: white;
    padding-top: 10px;
    font-size: 24px;
}

.footer-content a {
    color: white;
    text-decoration: none;
    font-size: 16px;
}

.footer-links,
.footer-support,
.footer-Contact,
.footer-logo {
    min-width: 25%;
    max-width: 25%;
    gap: 20px;
    display: flex;
    flex-direction: column;
}

.footer-content li {
    padding: 10px 0px;
}

.footer-content a:hover {
    color: #011f7f;
}

.footer-Contact svg {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.footer-text {
    color: white;
}

.footer-logo-main {
    display: flex;
}

.step {
    background: white;
    border: solid 1px #011f7f40;
    border-radius: 10px;
}

.footer-logo {
    padding-right: 30px;
}

.footer-last {
    color: white;
    text-align: center;
    padding-top: 40px;
    border-top: solid 1px #4a4a4a;
}

.testimonial-section {
    padding: 80px 0;
    background-color: #f9f9f9;
}

.container {
    max-width: 1300px;
    margin: 0 auto;
}

.testimonial {
    text-align: center;
}

.Testimonial-heading {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 20px !important;
    text-align: left;

}

.Testimonial-text {
    font-size: 16px;
    color: Black;
    text-align: left;
}

.reviews-slider {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.Testimonial-text {
    font-size: 18px;
    color: #555;
    color: black;
    text-align: left;
}

.Review {
    text-align: center;
    margin: 0 20px;
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 300px;
}

.review-info {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 15px;
}

.review-img {
    width: 40px;
    height: 40px;
    background-color: #011f7f;
    color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    font-size: 18px;
    font-weight: bold;
}

.review-img-M {
    width: 40px;
    height: 40px;
    background-color: #ff6600;
    color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    font-size: 18px;
    font-weight: bold;
}

.review-name {
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    margin-left: 20px !important;
    margin-bottom: 5px !important;
}

.review-country {
    font-size: 14px;
    color: #000000;
    margin-left: 20px !important;
    text-align: left;
}

.Review.slick-slide {
    background: #ebf3ff;
    border: solid 1px #011f7f3b;
    padding: 40px;
    margin-bottom: 20px !important;
}

.Review.slick-slide svg {
    width: 107px;
    height: 20px;
    margin-top: 20px;
}

.review-text {
    font-size: 16px;
    color: Black;
    text-align: left;
}

img.eta-image {
    width: 100%;
    border-radius: 10px;
}

.Eta {
    display: flex;
}

.eta-card {
    width: 50%;
    padding-left: 20px;
    align-content: center;
}

section.ETA-section {
    padding: 80px 0px;
}

.eta-image-column {
    width: 50%;
    padding-right: 20px;
    gap: 20px;
    display: flex;
    flex-direction: column;
}

button.Hero-Section-application-btn {
    margin-top: 30px;
}

p.eta-text {
    margin: 0;
}

h2.eta-heading {
    font-size: 50px;
    font-weight: bold;
}

.card-upper,
.card-bottom {
    display: flex;
    justify-content: center;
}

.card-first {
    width: 270px;
    padding: 40px 60px;
    background: #011f7f1a;
    border-radius: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.card-second {
    width: 270px;
    padding: 40px 60px;
    background: #011f7f1a;
    border-radius: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
}

p {
    margin: 0 !important;
}

h2.card-numbers {
    text-align: center;
    font-size: 46px;
    color: black;
}

p.card-text {
    font-size: 18px;
    color: #000000;
    text-align: center;
}

.card-third {
    width: 270px;
    padding: 40px 60px;
    background: #011f7f1a;
    border-radius: 10px;
    margin-right: 10px;
    margin-top: 10px;
}

.card-fourth {
    width: 270px;
    padding: 40px 60px;
    background: #011f7f1a;
    border-radius: 10px;
    margin-left: 10px;
    margin-top: 10px;
}

h2.type-heading {
    font-size: 50px;
    font-weight: bold;
    text-align: center;
}

p.type-text {
    font-size: 20px;
    text-align: center;
    font-weight: 500;
    margin-top: 20px !important;
}

section.ETA-Type-Section {
    padding: 80px 0;
    background: #011f7f14;
}

.img-cards {
    width: 33%;

    padding: 40px;
    margin: 0px 10px;
}

h2.img-card-title {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 20px !important;
    color: black;
}

.Hero-Section-subheading {
    margin-bottom: 20px;
}

h2.Hero-Section-Heading {
    margin-bottom: 20px !important;
}

.img-cards {
    background-color: white;
    border: solid 2px #011f7f62;
}

.img-cards:hover {

    border: solid 2px #011f7f;
}

p.img-card-text {
    font-size: 18px;
    color: black;

}

.type-cards {
    display: flex;
}

.img-cards {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 10px;
}

.type-cards {
    padding-top: 60px;
}

button.apply-Btn {

    width: fit-content;

    padding: 10px 30px;

    z-index: 999;
    background: #011f7f;
    color: white;
    font-size: 18px;
    border-radius: 10px;
    border: solid 1px #011f7f;
}

button.apply-Btn:hover {

    background: black;
    color: white;
    font-size: 18px;

    border-radius: 10px;
    border: solid 1px #ffffff;
}

.img-cards-second {
    position: relative;
    background-image: url(/assets/images/business.webp);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    align-content: space-around;

}

.img-cards-second {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 10px;
}


.img-cards-second::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #00000097;
    z-index: 1;
    border-radius: 10px;
}

.img-cards-second {
    width: 33%;
    height: 350px;
    padding: 40px;
    margin: 0px 10px;
}

.img-cards-third {
    position: relative;
    background-image: url(/assets/images/spain.webp);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    align-content: space-around;

}

.img-cards-third {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 10px;
}

.slick-next:before {
    content: '→';
}

.slick-next:before,
.slick-prev:before {
    color: black !important;
    padding: 10px !important;
    font-size: 25px !important;
}


.img-cards-third::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #00000097;
    z-index: 1;
    border-radius: 10px;
}

.img-cards-third {
    width: 33%;
    height: 350px;
    padding: 40px;
    margin: 0px 10px;
}

.eta-image-column ul {
    list-style: circle;
    display: inline-flex;
    width: 100%;
    justify-content: space-between;
}

h2.cta-heading {
    font-size: 50px;
    font-weight: bold;
    text-align: center;
}

section.cta-banner {
    position: relative;
    background-image: url(../images/uk.webp);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 80px 0px;

}

h4.stat-counter {
    font-size: 40px;
    color: #011f7f;
    font-weight: bold;
}

section.cta-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000000ba;
    z-index: 1;
}

section.py-4.border-top.border-bottom.stats-section {
    background-color: #011f7f14;

    padding: 40px 0px;
    border-top: solid 1px #011f7f2e;
    border-bottom: solid 1px #011f7f2e;
}

.cta-btn-column,
section.cta-banner ul,
h2.cta-heading {
    position: relative;
    z-index: 2;
}

.type-cards {
    padding-top: 60px;
}

section.cta-banner .container ul {
    margin-top: 0;
    margin-bottom: 1rem;
    display: flex;
    gap: 50px;
    justify-content: center;
}

section.cta-banner .container ul li {
    color: #ffffff;
    font-size: 20px;
    margin-top: 20px;
}

.review-img-M {
    background-color: #011f7f !important;
}

.cta-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cta-Btn {
    background: white;
    color: #000000;
    z-index: 999;
    font-size: 18px;
    padding: 10px 25px;
    border-radius: 10px;
    border: solid 1px #ffffff;
}

.cta-Btn:hover {
    background: #011f7f;
    color: #ffffff;
    border: solid 1px #011f7f;
}

.cta-btn-second {
    background: #011f7f;
    color: #ffffff;

    z-index: 999;
    font-size: 18px;
    padding: 10px 25px;
    border-radius: 10px;
    border: solid 1px #011f7f;
    margin-right: 10px;
}

.cta-btn-second:hover {
    background: white;
    color: black;
    border: solid 1px #ffffff;
}

.bg-light.rounded-4.p-4.text-center.h-100 {
    background: #011f7f08 !important;
    border: solid 1px #011f7f47;
}

h2.fw-bold.mb-3 {
    font-size: 40px;
    color: black;
}

p.text-muted.mb-4 {
    font-size: 18px;
    color: black !important;
}

h6.fw-semibold.mb-1 {
    font-size: 24px;
}

h4.stat-number {
    color: #011f7f;
    font-size: 40px;
    font-weight: bold;
}

p.stat-label {
    color: black;
    font-size: 18px;
}

section.py-5 {
    padding: 80px 0 !important;
}

section.CES {
    padding: 80px 0px;
    background: #011f7f14;
}

h2.cta-heading {
    color: #ffffff;
    margin-bottom: 10px !important;
}

.cta-btn-column {
    margin-top: 30px;
}

h2.CES-Heading {
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px !important;
}

p.CES-text {
    color: black;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
}

.application-process {
    background-color: #fff;
}

.step {
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
}

.step-circle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #011f7f;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    color: white;
    margin-right: 15px;
    padding: 10px;
}

.step-description h5 {
    font-weight: bold;
    margin-bottom: 0.5rem;
    font-size: 28px;
}

.step-description p {
    color: Black;
    font-size: 16px;
}

.btn-custom {
    background-color: #00d3c9;
    color: white;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 10px;
    border: none;
}

.btn-custom:hover {
    background-color: #009e89;
}

img {
    max-width: 100%;
    height: auto;
}

section.application-process {
    padding: 80px 0px;
    background: #011f7f14;
}

p.CES-text {
    margin-bottom: 60px !important;
}

.step svg {
    margin: 0 !important;
    width: 30px;
    height: 30px;
}

.step {
    padding: 20px;
}

div#content {
    padding: 0;
    padding-right: 40px;
}

div#img {
    padding: 0;
    padding-left: 40px;
}

div#img img.img-fluid {
    width: 100%;
    object-fit: cover;
}

div#left-img img.img-fluid.rounded-4.w-100.shadow-sm {
    width: 100% !important;
    object-fit: cover;
    border-radius: 0 !important;
    box-shadow: none !important;
}

section.cta-banner {
    padding: 100px 0;
}

.img-card-icon {
    background: #011f7f;
    width: fit-content;
    padding: 10px;
    border-radius: 100%;
    margin-bottom: 20px;
}

.img-card-icon svg {

    width: 45px;
    height: 45px;

}

.img-card-content {
    margin-bottom: 30px;
}

.cta-content ul li::before {
    content: '\2713';
    font-size: 14px;
    color: white;
    background-color: #011f7f;
    padding: 1px 6px;
    border-radius: 100%;
    margin-right: 10px;
}

.step {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.step.visible {
    opacity: 1;
    transform: translateY(0);
}

.stat-number {
    font-size: 3rem;
    font-weight: bold;
    color: #006838;
    display: inline-block;
    transition: all 1s ease-in-out;
}

.stat-label {
    font-size: 1.25rem;
    color: #333;
}

.stats-section {
    background-color: #f8f9fa;
    padding-top: 60px;
    padding-bottom: 60px;
}

.container {
    max-width: 1140px;
    margin: 0 auto;
}


.faq-item {
    overflow: hidden;

}

.faq-item.active .faq-question {
    color: #011f7f;
}

.faq-question {
    width: 100%;
    padding: 35px 20px;
    background-color: transparent;
    cursor: pointer;
    position: relative;
    transition: background-color 0.3s;
    font-size: 20px;
    color: black;
    border-bottom: solid 1px #d6d6d6;
}

.faq-question:hover {
    color: #011f7f;
}

.faq-question::after {
    content: '+';
    position: absolute;
    right: 20px;
    font-size: 20px;
    transition: transform 0.3s;
    color: white;
    background: #011f7f;
    padding: 0px 10px !important;
    border-radius: 50px;
    padding-bottom: 4px !important;
}

.faq-item.active .faq-question::after {
    content: '×';
    transition: all 0.3s;
}

.faq-answer {
    width: 95%;
    padding: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out, padding 0.3s ease;
    background-color: transparent;
}

.faq-item.active .faq-answer {
    padding: 28px 0px;
    max-height: fit-content;
    transition: all 0.3s;

}

.faq-answer p {

    font-size: 17px;
    color: black;
    margin-bottom: 0 !important;
}

section.Faqs {
    background-color: #011f7f14;
    padding: 80px 0;
}

.faq-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.faq-section h2.text-center.mb-4 {
    font-size: 40px;
    font-weight: bold;
    color: Black;
    text-align: center;
    margin-bottom: 10px !important;
}

.desination-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
}

.card {
    position: relative;
    width: 100%;
    height: 400px !important;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}


.gradient-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 102, 255, 0) 4.95%, #011f7f 100%);
    transition: all 0.7s cubic-bezier(0.16, 1, 0.3, 1);
    transform: translateY(20%);
    opacity: 1;
}

.solid-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 102, 255, 0.73);
    opacity: 0;
    transition: all 0.7s cubic-bezier(0.16, 1, 0.3, 1);
    transform: translateY(100%);
}

.card-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 25px;
    box-sizing: border-box;
    color: white;
    transition: all 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}

.card-heading {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 15px;
    transition: all 0.7s ease;
    transform: translateY(20px);
}

.card-text {
    color: white !important;
    text-align: left !important;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    font-weight: 500;
    line-height: 1.6;
    transition: all 0.7s ease;
    transform: translateY(20px);
    font-size: 16px;
}

.card:hover .gradient-overlay {
    transform: translateY(100%);
    opacity: 0;
}

.card:hover .solid-overlay {
    transform: translateY(0);
    opacity: 1;
}

.card:hover .card-content {
    transform: translateY(-30px);
}

.card:hover .card-heading,
.card:hover .card-text {
    transform: translateY(0);
    opacity: 1;
}

.card:hover .card-text {
    opacity: 0.9;
    max-height: 200px;
}

h2.Destination-Heading {
    font-size: 40px;
    font-weight: bold;
    text-align: center;
}

h2.Destination-subheading {
    font-size: 20px;
    text-align: center;
    margin-top: 10px !important;
}


.card-image1 {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../images/sydney.webp);
    background-size: cover;
    background-position: -320px;
    background-repeat: no-repeat;
}

.card-image2 {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../images/NewYork.webp);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.card-image3 {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../images/dubai.webp);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.card {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

* {
    font-family: 'Poppins', sans-serif;
}

section.Destination-Section {
    padding: 80px 0px;
    background-image: url(../images/background.webp);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}


@media (max-width: 768px) {
	.cookiesCheckobes{
		text-align: left !important;
	}
    nav.navbar.navbar-expand-lg {
        width: 100%;
        display: flex;
        justify-content: flex-end;
    }

    .logo {
        width: 367px !important;
    }
	#Layer_2{
		width: 100%;
	}
    section.Hero-Section {
        padding: 40px 0px !important;
    }

    .Hero-Section-container {
        display: flex;
        flex-direction: column;
    }

    .hero-section-text {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    h2.fw-bold.mb-3,
    h2.Hero-Section-Heading {
        font-size: 30px;
        text-align: center;
    }

    .hero-section-text {
        padding: 0 !important;
    }

    .Hero-Section-subheading {
        font-size: 14px;
    }

    p.Hero-Section-text {
        color: #212529;
        font-size: 14px;
        text-align: center;
    }

    .hero-section-img {
        width: 100%;
        align-content: space-around;
        padding-left: 0px;
    }

    h4.stat-counter,
    h4.stat-number {
        font-size: 24px !important;
    }

    p.stat-label {
        color: black;
        font-size: 14px;
    }

    section.py-4.border-top.border-bottom.stats-section {
        padding-bottom: 0 !important;
    }

    section.py-5 {
        padding: 40px 0px !important;
    }

    p.text-muted.mb-4 {
        font-size: 14px;
        color: black !important;
        text-align: center;
    }

    p.small.mb-0.text-muted {
        font-size: 14px !important;
        line-height: 1.3em;
    }

    h6.fw-semibold.mb-1 {
        font-size: 18px;
    }

    .bg-light.rounded-4.p-4.text-center.h-100 {
        padding: 10px !important;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    i.bi.bi-graph-up-arrow.fs-2.mb-2.text-success {
        margin: 0 !important;
    }

    section.ETA-Type-Section {
        padding: 40px 0;
    }

    h2.type-heading {
        font-size: 30px;
    }

    p.type-text {
        font-size: 14px;
        text-align: center;
        font-weight: 500;
        margin-top: 10px !important;
    }

    .type-cards {
        padding-top: 20px !important;
    }

    .img-cards {
        display: flex;
        padding: 15px;
        margin: 10px 0px !important;
        min-width: fit-content;
    }

    h2.img-card-title {
        font-size: 30px;
    }

    p.img-card-text {
        font-size: 14px;
        text-align: center;
    }

    button.apply-Btn {
        width: fit-content;
        padding: 8px 20px !important;
    }

    section.testimonial-section {
        padding: 40px 0px !important;
    }

    .testimonial.row {
        display: flex;
        flex-direction: column;
    }

    .Testimonial.text {
        width: 100% !important;
        min-width: 100% !important;
    }

    .col-4 {
        min-width: 100%;
    }

    .Testimonial-heading {
        font-size: 30px;
    }

    .Testimonial-text {
        font-size: 14px;
    }

    section.application-process {
        padding: 0;
    }

    h2.CES-Heading {
        font-size: 30px;
    }

    p.CES-text {
        margin-bottom: 20px !important;
        font-size: 14px;
    }

    div#content {
        padding: 0 15px !important;
    }

    .step-description h5 {
        font-weight: bold;
        margin-bottom: 0.5rem;
        font-size: 20px;
    }

    .step-description p {
        color: Black;
        font-size: 14px;
    }

    div#img {
        padding: 0 15px;
    }

    h2.Destination-Heading {
        font-size: 30px;
    }

    h2.Destination-subheading {
        text-align: center;
        font-size: 14px;
    }

    .desination-cards {
        display: flex;
        flex-direction: column;
    }

    .card {
        min-height: 150px !important;
        max-height: 250px !important;
    }

    section.Faqs {
        padding: 40px 0px;
    }

    .faq-section h2.text-center.mb-4 {
        font-size: 30px;
    }

    .faq-question {
        width: 100%;
        padding-right: 80px !important;
        font-size: 14px;
        padding: 20px 15px;
    }

    section.cta-banner {
        padding: 40px 0px !important;
    }

    h2.cta-heading {
        font-size: 30px;
    }

    section.cta-banner .container ul {
        margin-top: 0;
        margin-bottom: 1rem;
        display: flex;
        flex-direction: column;
        gap: 0px;
        width: 100%;
    }

    section.cta-banner .container ul li {
        color: #ffffff;
        font-size: 14px;
        margin-top: 15px;
    }

    .cta-content ul {
        padding: 0;
    }

    .cta-content {
        display: flex;
        flex-direction: column;
        align-items: left;
    }

    .type-cards {
        padding-top: 20px !important;
        display: flex;
        flex-direction: column;
    }

    .img-cards,
    .img-card-content {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .card-image1 {
        background-position: center;

    }

    section.Destination-Section {
        padding: 0px !important;
        padding-top: 40px !important;
    }

    .faq-question::after {
        padding: 0px !important;
        padding: 2px 10px !important;

    }

    .footer-content {
        display: flex;
        flex-direction: column;
        width: 100% !important;
        min-width: 100% !important;
    }

    .footer-logo {
        width: 100% !important;
        min-width: 100%;
        max-width: 100%;
        padding: 0px;
    }

    .footer-logo-main {
        display: flex;
        justify-content: center;
    }

    .footer-logo-main svg#Layer_2 {
        width: 70%;
    }

    .footer-text {
        font-size: 14px;
        text-align: center;
        margin-bottom: 30px;
    }

    .footer-links,
    .footer-support,
    .footer-Contact {
        min-width: 100%;
        gap: 0;
    }

    .footer-content a {
        font-size: 14px !important;
        padding: 0px !important;
    }

    .footer-content li {
        padding: 0px !important;
        padding-bottom: 5px !important;
        padding-top: 5px !important;
    }

    .footer-last {
        padding-top: 20px;
        font-size: 14px;
    }

    .faq-answer p {
        font-size: 14px;
    }

    button.Hero-Section-application-btn {
        margin: 10px 0;
        font-size: 14px;
        padding: 10px 20px;
    }

    button.Hero-Section-Eligibility-Btn {
        margin: 0px;
        margin-bottom: 20px;
        font-size: 14px;
        padding: 10px 40px;
    }


}

@media (max-width: 768px) {

    .testimonial.row {
        flex-direction: column;
    }

    .col-4,
    .col-8 {
        width: 100% !important;
        min-width: 100% !important;
        max-width: 100% !important;
        padding: 0 15px;
    }

    .reviews-slider {
        margin-top: 30px;
    }

    .Review {
        margin: 0 !important;
        margin-bottom: 20px !important;
        width: 100% !important;
    }

    .slick-slide {
        padding: 20px !important;
    }

    .slick-next,
    .slick-prev {
        display: none !important;
    }

    .slick-dots {
        bottom: -30px !important;
    }

    .Testimonial-heading {
        text-align: center !important;
        font-size: 30px !important;
    }

    .Testimonial-text {
        text-align: center !important;
        font-size: 16px !important;
    }

    .reviews-slider .slick-slide {
        padding: 0 10px;
    }

    .reviews-slider .slick-list {
        margin: 0 -10px;
    }
}

@media (max-width: 576px) {
    .reviews-slider {
        padding: 0 15px;
    }

    .Review {
        padding: 20px !important;
    }

    .review-name {
        font-size: 18px !important;
    }

    .review-text {
        font-size: 14px !important;
    }

    .review-country {
        font-size: 12px !important;
    }

    .review-img,
    .review-img-M {
        width: 30px !important;
        height: 30px !important;
        font-size: 14px !important;
    }

    .Review svg {
        width: 80px !important;
        height: 15px !important;
    }
}

@media (max-width: 768px) {

    .testimonial.row {
        flex-direction: column;
    }

    .col-4,
    .col-8 {
        width: 100% !important;
        padding: 0 15px;
    }

    .reviews-slider {
        margin-top: 20px;
    }

    .Review {
        margin: 0 10px !important;
        padding: 20px !important;
        width: calc(100% - 20px) !important;
    }

    .slick-slide {
        padding: 0 5px !important;
    }

    .slick-list {
        margin: 0 -5px;
    }

    .slick-dots {
        bottom: -25px !important;
    }

    .review-name {
        font-size: 18px !important;
    }

    .review-text {
        font-size: 14px !important;
    }

    .review-img,
    .review-img-M {
        width: 30px !important;
        height: 30px !important;
        font-size: 14px !important;
    }

    .Review svg {
        width: 80px !important;
        height: 15px !important;
    }

    .slick-track {
        display: flex !important;
    }

}

.review-stars {
    color: #011f7f;
    font-size: 20px;
    margin-top: 15px;
}

@media (max-width: 768px) {
    .testimonial.row {
        flex-direction: column;
    }

    .col-4,
    .col-8 {
        width: 100% !important;
        padding: 0 15px;
    }

    .reviews-slider {
        margin-top: 30px;
    }

    .Review {
        margin: 0 10px !important;
        padding: 20px !important;
    }

    .review-name {
        font-size: 18px !important;
    }

    .review-text {
        font-size: 16px !important;
    }

    .review-img,
    .review-img-M {
        width: 40px !important;
        height: 40px !important;
        font-size: 18px !important;
    }

    .review-stars {
        font-size: 18px;
    }

    .Testimonial-heading {
        text-align: center;
    }

    .Testimonial-text {
        text-align: center;
    }

    .reviews-slider .slick-slide {
        width: 100% !important;
    }
}

@media (max-width: 768px) {
    .reviews-slider {
        padding: 0 20px;
    }

    .Review.slick-slide {
        min-width: 280px !important;
        width: calc(100% - 40px) !important;
        margin: 10px !important;
        padding: 25px !important;
        transform: scale(1) !important;
        opacity: 1 !important;
    }

    .reviews-slider .slick-track {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    .slick-slide.slick-current.slick-active.slick-center {
        transform: scale(1) !important;
    }

    .slick-slide:not(.slick-center) {
        opacity: 1 !important;
    }
}

@media (max-width: 768px) {

    .reviews-slider {
        touch-action: pan-y;
    }

    .slick-dots {
        bottom: -25px;
    }

    .slick-dots li button:before {
        font-size: 10px;
        color: #011f7f;
    }

    .slick-dots li.slick-active button:before {
        color: #011f7f;
    }

    .slick-list {
        overflow: hidden;
    }

    p.card-text {
        font-size: 14px;
    }

    .card-heading {
        font-size: 26px;
    }

    ul.navbar-nav.ms-auto {
        gap: 0px !important;
    }

    a.nav-link,
    .nav-link:focus,
    .nav-link:hover {
        color: black !important;
        text-align: left !important;
    }

    a.nav-link {
        color: #000000;
        font-size: 16px;
        text-align: left !important;
        padding: 10px 20px !important;
    }
}
#cookie-banner {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #1e1e1e;
  color: white;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 9999 !important; /* force it to stay on top */
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
}

  .cookie-buttons button {
    margin-left: 10px;
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
  }

  .accept-btn {
    background-color: #6fcf97;
    color: #000;
  }

  .decline-btn {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
  }

  .settings-btn {
    background: none;
    border: none;
    color: #999;
    text-decoration: underline;
    cursor: pointer;
  }

  #cookie-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    color: #000;
    padding: 30px;
    border-radius: 8px;
    z-index: 2000;
    display: none;
    width: 90%;
    max-width: 500px;
  }

  #cookie-modal h3 {
    margin-top: 0;
  }

  #cookie-overlay {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1500;
    display: none;
  }

  #close-modal {
    float: right;
    cursor: pointer;
    color: #888;
    font-size: 18px;
  }
  #cookie-banner p{
      font-size: 0.875rem;
  }
  button.btn.acceptCookies {
    background: #5fbc5f;
    color: white;
    font-weight: 600;
}
div#cookie-banner .form-check-label {
    font-size: 14px;
    font-weight: 500;
}
div#cookieModal a:hover{
	color : #0d6efd !important;
}
div#cookieModalLabel {
    font-size: 22px;
    font-weight: 500;
}
#cookieModal p{
	font-size: 1rem !important;
}
button#declaration-tab.active ,button#about-tab.active {
    background: #f3f7ff !important;
    border: none;
}
.nav-item:has(> #declaration-tab.nav-link.active), .nav-item:has(> #about-tab.nav-link.active) {
  background-color: #f3f7ff;
}
#cookieTabContent{
	background: #f3f7ff;
	padding: 24px;
}
div#cookieTabContent h5 {
    font-size: 16px;
    color: #3fb6ee;
}
div#cookieModal a{
	color : #3fb6ee !important;
}
button#about-tab, #declaration-tab {
    color: #000;
}
.cookiesBox {
    border-bottom: 1px solid #cae8f4;
    margin-bottom: 22px !important;
}
.cookiesTable {
    height: 300px;
    overflow-y: scroll;
    margin-bottom: 12px;
}
.cookiesTable th, .cookiesTable td {
    background: #fff;
    font-size: 14px;
    padding: 8px 11px;
}
.functinalityTable th, .functinalityTable td{
	background: #fff;
    font-size: 14px;
    padding: 8px 11px;
	
}
.cookiesTable tr > td:first-child ,.functinalityTable tr > td:first-child {
    color: #157915;
}
.functinalityTable th, .cookiesTable th {
    text-wrap: nowrap;
}
#cookieTab .nav-link:hover {
  border-color: transparent;
  background-color: transparent;
  box-shadow: none;
}

#cookieTab .nav-link:focus {
  outline: none;
  box-shadow: none;
  border-color: transparent;
}
div#cookieTabContent p {
    margin-bottom: 6px;
}