:root {
    --primary-color: #282828;
    --accent-color: #2d9c89;
    --light-bg: #f8f9fa;
    --white-bg: #ffffff;
    --font-family-base: 'Inter', Arial, Helvetica, sans-serif;
    --font-size-base: 16px;
    --line-height-base: 1.6;
}

body {
    font-family: var(--font-family-base);
    font-size: var(--font-size-base);
    line-height: var(--line-height-base);
    color: var(--primary-color);
    background-color: var(--white-bg);
    margin: 0;
    padding: 0;
}

p {
    margin-bottom: 1em;
    font-size: 1rem;
    line-height: var(--line-height-base);
}

.bg-grey{
    background: #F8F8F8;
}

/* Logo Script Font */
.logo-script {
    font-family: 'Pacifico', cursive;
    color: var(--accent-color);
    font-weight: 400;
}

/* Navigation Links */
.navigation .nav-link {
    color: var(--primary-color);
    font-family: var(--font-family-base);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    transition: color 0.2s ease-in-out;
}

.navigation .nav-link:hover,
.navigation .nav-link.active {
    color: var(--accent-color);
}

/* Language Button */
.btn-outline-secondary {
    border-color: #ddd;
    color: var(--primary-color);
    background-color: #fff;
}

.btn-outline-secondary:hover {
    background-color: #f0f0f0;
    border-color: #ccc;
    color: var(--primary-color);
}

/* Login Button */
.btn-dark {
    background-color: var(--primary-color);
    border: none;
}

.btn-dark:hover {
    background-color: #1e1e1e;
}

/* Optional: Rounded Toggler Icon on Mobile */
.navbar-toggler {
    background-color: #f0f0f0;
}

/* Optional: Mobile adjustments */
@media (max-width: 767.98px) {
    .navbar-collapse {
        margin-top: 1rem;
    }
}


/*Home hero Section css */
.hero-section {
    background-color: #eaf7da;
    border-radius: 24px;
}

.hero-section h1 {
    font-size: 28px;
    font-family: 'Inter', sans-serif;
    color: #282828;
    line-height: 1.3;
}

.hero-section p {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
}

.passport-overlay {
    bottom: -20px;
    right: -30px;
    width: 120px;
}
.hero-section .badge{
    font-size: 1em;
    font-weight: 400;
}

.card img {
    object-fit: cover;
}

.dot {
    display: inline-block;
    height: 6px;
    width: 6px;
    background-color: #ccc;
}

/* Wrapper to allow arrows outside Swiper */
.testimonial-wrapper {
    position: relative;
    overflow: visible !important;
}

/* Swiper container inside should be hidden (to clip slides) */
.testimonial-swiper {
    overflow: hidden;
    position: relative;
}

/* Swiper slides padding */
.swiper-wrapper {
    padding: 2rem 0;
}

/* Custom Swiper Arrows */
.custom-swiper-arrow {
    width: 48px;
    height: 48px;
    background-color: #22a46f;
    color: #fff;
    border-radius: 50%;
    font-size: 1.5rem;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 60%;
    transform: translateY(-50%);
    z-index: 10;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
}

/* Push arrows outside container */
.swiper-button-prev.custom-swiper-arrow {
    left: 25px;
}

.swiper-button-next.custom-swiper-arrow {
    right: 25px;
}

/* Hide default Swiper arrows */
.swiper-button-prev::after,
.swiper-button-next::after {
    display: none;
}

/* Pagination Dots: Rounded Pills */
.swiper-pagination {
    position: relative;
    bottom: 60px!important;
    margin-top: 2rem;
    text-align: center;
}
.swiper-slide{
    border-radius: 25px;
    background: #FFF;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.10);
}
.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #ccc;
    opacity: 1;
    margin: 0 4px !important;
    border-radius: 999px;
    transition: all 0.2s ease-in-out;
}

.swiper-pagination-bullet-active {
    background-color: #22a46f;
    width: 20px;
}

/* Optional: Hide arrows on mobile */
@media (max-width: 768px) {
    .custom-swiper-arrow {
        display: none !important;
    }
}



.process-card {
    position: relative;
    overflow: hidden;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    z-index: 1;
}

.process-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #13895C;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: -1;
}
/* 
.process-card:hover::before {
    opacity: 1;
}

.process-card:hover {
    border-color: #22a46f;
    box-shadow: 0 6px 20px rgba(34, 164, 111, 0.5);
}

.process-card:hover h6 {

    color: #ffffff;
  
}
.process-card:hover p {

    color: #ffffff!important;
    border: none !important;
  
} */

.process-card h6 span{
    border-radius: 25px;
    background: #116d4a;
    color: #fff;
    width: 30px;
    padding-top: 5px;
    height: 30px;
     transition: transform 0.3s ease;

}
.process-card h6 {
    justify-content: center;
    display: flex;
    gap: 10px;
    align-items: center;
}

.accordion-button::after {
    content: none !important;
    background-image: none !important;
}

.icon-toggle {
    font-size: 1.5rem;
    transition: transform 0.2s ease, color 0.2s ease;
    color: #13895c;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    height: 1.5rem; /* match font-size */
}

.accordion-button:not(.collapsed) .icon-toggle {
    font-size: 1.5rem;
    transform: rotate(180deg);
    color: #000;
}




.accordion-button i.bi-dot {
    font-size: 1.25rem;
    color: #000;
    margin-right: 0.5rem;
}
.faq-dot {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #000;
    margin-right: 0.5rem;
    margin-top: 0.4rem;
}
footer ul li,
footer a {
    transition: all 0.2s ease-in-out;
}

footer a:hover {
    text-decoration: underline;
    color: #22a46f;
}


/*
Forms Page */
/* ---------- Form Container ---------- */
.form-container {
    background: #fff;
    border-radius: 1rem;
    padding: 2rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}
.form-container .section-header {
    background: #222;
    color: #fff;
    padding: 0.75rem 1rem;
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
    font-weight: 600;
}

/* ---------- Labels & Tooltips ---------- */
.form-label {
    font-weight: 500;
}
.form-label .bi-info-circle {
    color: #22a46f;
    vertical-align: middle;
    margin-left: 0.25rem;
}

/* ---------- Inputs ---------- */
.form-control {
    border-radius: 0.75rem;
    padding: 0.5rem 1rem;
}
::placeholder {
    color: #bbb;
    opacity: 1;
}

/* ---------- Button–Groups ---------- */
.btn-check + .btn {
    border-radius: 0.75rem;
    min-width: 4.5rem;
}
/* Selected state */
.btn-check:checked + .btn {
    background-color: #22a46f;
    border-color: #22a46f;
    color: #fff;
}
/* Unselected style */
.btn-outline-light {
    background-color: #fff;
    border-color: #ddd;
    color: #444;
}

/* ---------- Phone Input ---------- */
.iti {
    width: 100%;
}
.intl-tel-input .flag-container {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
}
.intl-tel-input input[type="tel"] {
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
}

/* ---------- Back/Next Buttons ---------- */
.btn-back {
    background: #f0f0f0;
    color: #888;
    border: none;
}
.btn-next {
    background: #000;
    color: #fff;
    border: none;
}





