.preloader{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 99999;
    background-color: #57AF98;
    display: none;
}
.preloader-inner{
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    line-height: 1;
}
.preloader-inner img{
    display: block;
    margin: 0 auto 30px auto;
    max-width: 300px;
}
.dropdown-menu {
    width: 800px;
    padding: 20px;
}

.dropdown-column {
    width: 25%;
    float: left;
}

.dropdown-column h6 {
    margin-bottom: 10px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;

}

.dropdown-column a {
    display: block;
    margin-bottom: 5px;
    text-decoration: none;
    color: #202020;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;

}

.dropdown-column a:hover {
    color: #57AF98;
}

/* Clear floats */
.dropdown-menu::after {
    content: "";
    display: table;
    clear: both;
}


.has-dropdown .nav-link {
    padding-right: 25px !important;
    position: relative;
}

.has-dropdown .nav-link::after {
    content: '';
    font-weight: 700;
    font-size: 16px;
    pointer-events: none;
    position: absolute;
    right: 5px;
    top: 10px;
    height: 15px;
    width: 15px;
    background-image: url('../img/icons/dropdown.png');
    background-position: center;
    background-size: cover;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    filter: brightness(0);
}

.has-dropdown.active-parent .nav-link::after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    /*top: 12px; */
}

#navbarNav .nav-link {
    font-size: 14px;
    line-height: 21px;
    font-weight: 500;
    color: #000000;
    line-height: 21px;
    transition: all 0.3s ease-in-out;
    text-transform: uppercase;
    cursor:pointer;
}

#navbarNav .navbar-nav .nav-link.active,
#navbarNav .navbar-nav .nav-link.show,
#navbarNav .nav-link:focus,
#navbarNav .nav-link:hover {
    font-weight: 500;
    color: #57AF98;
}

/* home */
.policy-heading {
    color: #082A69 !important;
    font-family: 'Inter', sans-serif !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    margin-top: 20px !important;
}


.hero-slide {
    max-height: 100vh;
    position: relative;
}

.hero-slider .slick-dots {
    position: absolute;
    top: 90%;
    right: 0;
    display: flex;
    justify-content: center;
    width: 100%;
    list-style: none;
    gap: 10px;
}

.hero-slider .slick-dots li.slick-active button {
    opacity: 1;
    width: 68px;
}

.hero-slider .slick-dots li button {
    width: 34px;
    height: 1px;
    background-color: #fff;
    border: none;
    border-radius: 1px;
    cursor: pointer;
    transition: all 0.3sease;
    outline: none;
}

.hero-slide::after {
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.3;
    z-index:1;
}

.hero-slide-bg {
    position:relative;
    /*top: 0;*/
    /*left: 0;*/
    /*z-index: -1;*/
    height: 100%;
    width: 100%;
}

.hero-content {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index:2;
}

.hero-title {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 64px;
    line-height: 77.45px;
    text-align: center;
    color: #fff;
}

.hero-title span {
    font-weight: 700;
}

.hero-description {
    font-family: 'Popins', sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #fff;
    text-align: center;
}

.hero-cta-desc {
    font-family: 'Popins', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
}

.hero-cta {
    display: flex;
    justify-content: center;
    gap: 20px;
    align-items: center
}

.hero-slide-bg img {
    height: 100%;
    object-fit: cover;
}

.heading-container .subheading {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: #082A69;
}

.heading-container .heading {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 32px;
    line-height: 38.73px;
    color: #082A69;
}

.heading-container span {
    font-weight: 700;
    position: relative;
    width: fit-content;
    display: inline-block;
}

.heading-container span::before {
    content: '';
    display: block;
    position: absolute;
    width: 44px;
    height: 10px;
    right: 0;
    bottom: -10px;
    background-image: url('../img/icons/line.png');
    background-size: contain;
    background-repeat: no-repeat;
}

.heading-container .description {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #202020;

}
.about-us .heading{
    font-weight:600;
}
.about-us .img1 {
    max-height: 257px;
    object-fit: cover;
}

.about-us .img2 {
    max-height: 280px;
    object-fit: cover;
}
.about-us .priority-list{
    font-weight: 500;
    line-height: 24px;
}

.list-item {
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
}

.list-item::before {
    content: '';
    background-image: url('../img/icons/point arrow.png');
    margin-right: 10px;
    width: 14px;
    height: 14px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
}

/*.list-item {*/
/*    flex: 1 1 calc(50% - 20px);*/
/*}*/

/*.list-item.wide {*/
/*    flex: 1 1 100%;*/
/*}*/

.our_global_reach .heading {
    font-family: 'Inter', sans-serif;
    color: #082A69;
    font-weight: 700;
}

.global-reach {
    padding-top: 100px;
}

.global-reach h2 {
    font-size: 24px;
    color: #003366;
    position: relative;
    margin: 0;
    white-space: nowrap;
}

.header-container2 .line1,
.header-container2 .line2 {
    flex: 1;
    height: 1px;
    background-color: #B4CBFF;
}

.header-container2 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.countries {
    /* display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px; */
    border-bottom: 1px solid #B4CBFF;
}
.countries .slick-list {
    max-width:1100px;
    margin:0 auto;
}

.country-card {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 9px;
    border-radius: 8px;
    border: 1px solid #D9D9D9;
    transition: all 0.3s ease;
    flex: 1;
    gap: 13px;
    max-width: 277px;
    height: 100%;
    margin: auto;
    color: #000;
}

.country-card .country-flag {
    max-width: 50%;
    /*height: 87px; */
    /*border-radius: 4px;*/
    /*overflow: hidden;*/
    /*flex-shrink: 0;*/
    /*height: fit-content;*/
    display: flex;
    align-items: center;
    overflow: hidden;
    border-radius: 5px;
    aspect-ratio: 1 / .5;
        border: 1px solid #D9D9D9;
    
}

.country-card .country-flag img {
    width: 100%;
    object-fit: contain; 
}

.country-card .country-name {
    flex-grow: 1;
    text-align: left;
    word-break: break-word;
}


.country-card:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.countries .slick-list {
    padding: 10px 0;
}

.country-card span {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 18px;
    text-transform: capitalize;
}

.we-provide .heading-container .subheading {
    text-align: center;
}

.we-provide .heading-container .heading {
    text-align: center;
    max-width: 488px;
    margin: auto;
}

.we-provide .nav-tabs .nav-item.show .nav-link,
.we-provide .nav-tabs .nav-link.active {
    background: #57AF98;
    color: #fff;
    border: unset;
    border-radius: unset;

}

.we-provide .nav-link {
    width: 100%;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 24.2px;
    padding: 15px 20px;
    background-color: #F3F6FD;
    color: #082A69;
    letter-spacing: .9px;
}

.we-provide .nav-tabs {
    border: unset;
    border-radius: 10px;
    overflow: hidden;
}

.we-provide .nav-item {
    width: 50%;
}

.we-provide .tab-pane h3 {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 32px;
    line-height: 38.73px;
    color: #082A69;
}

.we-provide .tab-pane h3 span {
    font-weight: 700;
}

.we-provide .tab-pane h5 {
    font-family: Poppins;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #202020;

}

.service-list span {
    font-weight: 500;
}

.service-list {
    list-style: none;
    padding-left: 0;
}

.service-list li {
    position: relative;
    padding-left: 24px;
    padding-bottom: 5px;
    font-size: 14px;
}

.service-list li::before {
    content: '';
    background-image: url('../img/icons/checked.png');
    width: 15px;
    height: 15px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
}

.we-provide {
    position: relative;
}

.we-provide::before {
    content: '';
    display: block;
    position: absolute;
    width: 50%;
    height: 50%;
    background-image: url('../img/icons/rocket bg 1.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom left;
    bottom: 0;
    left: 50px;
    z-index: -1;
}

.we-provide::after {
    content: '';
    display: block;
    position: absolute;
    max-width: 300px;
    width: 25%;
    height: 100px;
    background-image: url('../img/icons/rocket bg 2.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top right;
    top: 65px;
    right: 0;
    z-index: -1;


}
.visa-category_slider .slick-arrow{
    opacity:0;
}
.visa-category_slider:hover .slick-arrow{
    opacity:1;
}

.visa-category_slider .slick-arrow.prev {
    position: absolute;
    top: 50%;
    left: -28px;
    z-index: 2;
}

.visa-category_slider .slick-arrow.next {
    position: absolute;
    top: 50%;
    right: -28px;
    z-index: 2;
}

.visa-category_slider .slick-arrow.slick-disabled img {
    transition: all 0.3s ease;
    opacity: 0.3;
}

.visa-category_slider .slick-arrow img {
    width: 28px;
    height: 28px;
}

.why-choose-us {
    padding-top: 70px;
    padding-bottom: 70px;
}

.why-choose-us .bg img {
    object-fit: cover;
    height: 100%;
    object-position: center;
}

.why-choose-us .bg-2 {
    position: relative;
}

.why-choose-us .bg-2::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url('../img/home/bg-pattern1.webp');
    background-color: #F3F6FD;
    background-size: contain;
    background-repeat: no-repeat;
    bottom: 0;
    opacity: 0.5;
    z-index: -1;

}

.why-choose-us .bg .bg-1::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #1E4D42;
    opacity: 0.8;
    z-index: 1;
    top: 0;
    left: 0;
}

.why-choose-us .bg {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    margin: 0;
    padding: 0;
}

.why-choose-us .heading-container .subheading {
    color: #fff;
}

.why-choose-us .heading-container .heading {
    color: #fff;
}

.why-choose-us .heading-container .description {
    color: #fff;
}

.icon-box-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    row-gap: 50px;
    column-gap: 30px;
    /* max-width: 1200px; */
    margin: 0 auto;
}

.icon-box-container .slick-track {
    margin-bottom: 40px;
}

.icon-box {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 43px 25px;
    text-align: left;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.icon-box h4 {
    font-size: 18px;
    color: #003366;
    margin-bottom: 10px;
}

.icon-box p {
    font-size: 14px;
    color: #555;
    line-height: 1.5;
}

.icon-box .icon {
    width: 75px;
    height: 75px;
    background-color: #2b9b8f;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: -37px;
    right: 15px;
}

.icon-box .icon:hover {
    background-color: #1E4D42;
}

.icon-box .icon img {
    width: 45px;
    height: 45px;
}
.enquire_now .contact-form{
    max-width: unset;
}
.enquire_now::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 70%;
    background-image: url('../img/icons/rocket bg 3.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.enquire_now .enquire_now-box {
    background: linear-gradient(186.8deg, #78E6DF -3.38%, #0C50F2 110.64%);
    border-radius: 10px;
    padding: 50px 65px;
    position: relative;
    z-index: 1;
}

.enquire_now .enquire_now-box::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url('../img/home/enquiry bg.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.1;

}

#loader-wrapper, .loader-wrapper {
    /*position: absolute;*/
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    /*background-color: rgba(0, 0, 0, 0.3);*/
}
#loader_contact, #loader_home, #loader_service, #loader_country, #loader_countr,#loader_quote, #loader_visa {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #022779;
    -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}
 
#loader_contact:before, #loader_home:before,  #loader_quote:before, #loader_country:before, #loader_service:before, #loader_countr:before, #loader_visa:before   {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #022779;
    -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
      animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}
 
#loader_contact:after, #loader_quote:after, #loader_home:after,#loader_service:after, #loader_country:after, #loader_countr:after, #loader_visa:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #022779;
    -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
      animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

@-webkit-keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}
@keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
        
    }
}


.heading-container2 .subheading {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: #fff;
}

.heading-container2 .heading {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 32px;
    line-height: 38.73px;
    color: #fff;
}

.heading-container2 span {
    font-weight: 700;
    position: relative;
    width: fit-content;
    display: inline-block;
}

.heading-container2 span::before {
    content: '';
    display: block;
    position: absolute;
    width: 44px;
    height: 10px;
    right: 0;
    bottom: -10px;
    background-image: url('../img/icons/line.png');
    background-size: contain;
    background-repeat: no-repeat;
    filter: brightness(100);
}

.heading-container2 .description {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #fff;

}

.visa-category .heading-container {
    max-width: 615px;
    margin: 0 auto;
}

.visa-category-container {
    background: #F3F6FD;
    border: 1px solid #082A692E;
    border-radius: 5px;
    overflow: hidden;
}

.visa-category-container .title {
    text-align: center;
    padding: 10px 20px 20px 20px;
    margin-bottom: 0;
}

.visa-category-container:nth-child(even) {
    margin-top: 36px;
}

.visa-category-container:nth-child(odd) {
    margin-bottom: 36px;
}
.visa-category{
    position:relative;
    padding-bottom:80px;
}


.visa-category-container .img-wrap {
    /* max-height: 300px; */
    overflow: hidden;

}

.visa-category-container .img-wrap img {
    transition: all 0.3s ease;
}

.visa-category-container .img-wrap:hover img {
    scale: 1.1;
}

.testimonials .heading-container .description {
    color: #082A69;
}
.testimonials{
    background-color: #F3F6FD;
}
.testimonials::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 50%;
    background-image: url(../img/city-bg2.webp);
    background-size: contain;
    background-position: bottom;
    background-repeat: repeat-x;
    bottom: 99%;
    right: 0;
    z-index: -1;
}
.testimonials::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url('../img/map2.webp');
    background-size: cover;
    background-repeat: no-repeat;
    bottom: 0;
    right: 0;
    opacity:0.14;
    z-index: 1;
}

.testimonials .right-sec {
    position: absolute;
    width: 50%;
    left: 50%;
    padding-right: 0;
}

.testimonials .container {
    padding-top: 110px;
    padding-bottom: 108px;
}

/* Testimonial Card Styling */
.testimonial-card {
    background-color: #fff;
    border-radius: 10px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    position: relative;
    min-height: 250px;
    transition: all 0.3s ease;
    z-index: 2;
}

/* Quote Marks */
.testimonial-card::before {
    content: '';
    width: 163px;
    height: 163px;
    color: #e0f2f1;
    position: absolute;
    right: 21px;
    bottom: 22px;
    background: url('../img/icons/big quote.png');
    background-position: center;
    background-size: contain;
    opacity: 0.12;
    z-index: -1;
}

.testimonial-card .quote {
    width: 30px;
    height: 30px;
}

/* Testimonial Text */
.testimonial-text {
    font-size: 14px;
    color: #082A69;
    margin-bottom: 10px;
    padding: 10px 20px;
}

/* Author Section */
.testimonial-author {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.testimonial-author img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid #2D8D74
}

.author-info {
    text-align: left;
}

.author-info h6 {
    font-family: 'Inter', sans-serif;
    margin: 0;
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    font-style: italic;
}

.author-info p {
    font-family: 'Inter', sans-serif;
    margin: 0;
    font-size: 14px;
    line-height: 22px;
    color: #000;
}


/* Emphasize Centered Slide */
.slick-center .testimonial-card {
    transform: scale(1.05);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.testimonials .container{
    position:relative;
    z-index:2;
}
.testimonials .slick-list {
    padding: 0px 150px 0px 0px;
}

.testimonials .slick-arrow img {
    width: 28px;
    height: 28px;

}

.testimonials .slick-arrow.slick-disabled img {
    transition: all 0.3s ease;
    opacity: 0.3;
}

.testimonials .slick-arrow.prev {
    position: absolute;
    top: 100%;
    left: calc(50% - 50px);

}

.testimonials .slick-arrow.next {
    position: absolute;
    top: 100%;
    right: calc(50% - 50px);
}


.testimonial-slider .slick-track {
    margin-bottom: 30px;
}

.accordion-button {
    padding-left: 40px;
    position: relative;
}

.accordion-button:not(.collapsed)::after {
    background-image: url('../img/icons/arrow-right.png');
    transform: rotate(-90deg);
}

.accordion-button::after {
    background-image: url('../img/icons/arrow-right.png');
    transform: rotate(90deg);
}

.accordion-button:not(.collapsed) {
    color: #57AF98;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 18px;
    background-color: #fff;
    box-shadow: unset;

}

.accordion-button.collapsed::before {
    content: '';
    background-image: url('../img/icons/point arrow 3.png');
    margin-right: 10px;
    width: 14px;
    height: 14px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 20px;
    left: 15px;
}

.accordion-button:not(.collapsed)::before {
    content: '';
    background-image: url('../img/icons/point arrow.png');
    margin-right: 10px;
    width: 14px;
    height: 14px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 20px;
    left: 15px;
}

.accordion-body {
    padding-left: 44px;
}

.accordion-item:not(:first-of-type) {
    border-radius: unset;
}

.accordion-item {
    box-shadow: 0px 0px 7px 0px #0000002B;
    margin-bottom: 20px;
    border-radius: 10px !important;
    overflow: hidden;
}

.success_stories {
    padding-bottom: 86px;
}

.success_stories::before {
    content: '';
    display: block;
    position: absolute;
    background-color: #57AF98;
    width: 100%;
    height: calc(100% - (142px + 86px));
    z-index: -1;
    bottom: 0;
}

.success_stories::after {
    content: '';
    display: block;
    position: absolute;
    background-image: url('../img/home/video sec green bg.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: calc(100% - (142px + 86px));
    z-index: -1;
    bottom: 0;
}

.success_stories .description {
    color: #082A69;
}

.success_stories .slick-arrow.prev {
    position: absolute;
    top: 50%;
    left: -63px;
    z-index: 2;
}

.success_stories .slick-arrow.slick-disabled img {
    transition: all 0.3sease;
    opacity: 0.3;
}

.success_stories .slick-arrow img {
    width: 28px;
    height: 28px;
}

.success_stories .slick-arrow.next {
    position: absolute;
    top: 50%;
    right: -63px;
    z-index: 2;
}

/* Section Heading */
.video-section h2 {
    font-size: 2rem;
    font-weight: bold;
}

.video-section h2 span {
    color: #2b9b8f;
}

.video-section p {
    color: #555;
    margin-bottom: 30px;
}

/* Video Styling */
.video-slide video {
    width: 100%;
    border-radius: 10px;
    cursor: pointer;
    max-height: 469px;
    object-fit: cover;
}

/* Play Button Overlay */
.video-slide {
    position: relative;
}

.video-slider .slick-list {
    z-index: 1;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 2;
}

.play-button::before {
    content: '▶';
    color: #fff;
    font-size: 28px;
    margin-left: 4px;
}

.success_stories .container {
    padding: 70px 124px;
    background: #F3F6FD;
    border-radius: 10px;
}
.blogs-slider .blog-card .blog-content .title,
.blogs-listing .blog-card .blog-content .title{
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Limits to 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height:3rem;
}
.blogs .heading-container .heading {
    max-width: 638px;
    margin: auto;
}

.blogs .heading-container .description {
    color: #082A69;
    max-width: 991px;
    margin: auto;
}

.blog-card {
    height: 100%;
    margin-bottom:5px;
}

.blog-card .blog-content {
    box-shadow: 0px 0px 6.8px 0px #0000003B;
    border-radius: 5px;
    padding: 20px;
    margin: 0px 12px;
    transform: translateY(-75px);
    margin-bottom: -75px;
    background: #fff;
     /*height: 45%; */
}

.blog-card .blog-content .title {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #082A69;
}

.blog-card .blog-content .description {
    line-height: 22px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-card .publish-date {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    color: #999999;
}

.blog-card .read-more {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #57AF98;
}
.read-more{
        color: #57AF98;
}
.blog-card img {
    aspect-ratio: 4 / 3;
    object-fit: cover;
    /*height: 50%;*/
}

.contact-form {
    background-color: #fff;
    border-radius: 10px;
    /*box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);*/
    border: 1px solid #D9D9D9;
    padding: 30px;
    max-width: 600px;
    width: 100%;
}

.contact-form h2 {
    text-align: center;
    color: #082A69;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 29.05px;
}

.contact-form h2 span {
    font-weight: 700;
}

.form-control::placeholder {
    color: #aaa;
}

.form-control,
.form-select {
    border-radius: 5px;
    border: 1px solid #ddd;
}

.form-control:focus,
.form-select:focus {
    box-shadow: none;
    border-color: #ddd;
}

.btn-submit {
    /*background-color: #2b9b8f;*/
    /*color: #fff;*/
    /*width: 100%;*/
    padding: 12px 30px;
    /*border: none;*/
    /*border-radius: 5px;*/
    /*font-size: 16px;*/
    /*font-weight: bold;*/
    /*transition: background-color 0.3s ease;*/
}

/*.btn-submit:hover {*/
/*    background-color: #23877c;*/
/*}*/

/* Icon inside input fields */
.input-group-text {
    background-color: #fff;
    border: 1px solid #ddd;
    border-right: none;
}

.input-group .form-control {
    border-left: unset;
}

.input-group-text i {
    color: #999999;
}

select option:first-of-type {
    color: #999999;
}

.page-title {
    padding-top: 87px;
    padding-bottom: 87px;
    color: #082A69;
    background-image: url('../img/about/inner banner 3.webp');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

/* about */
.breadcrumb,
.breadcrumb a,
.breadcrumb-item.active,
.breadcrumb-item+.breadcrumb-item::before {
    color: #082A69;
    letter-spacing: 3px;
    font-size: 14px;
}

.page-heading {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 42px;
    line-height: 50.83px;
}

.about {
    padding-top: 100px;
}

.about .heading-container .heading {
    max-width: 400px;
    font-weight:600;
}

.about .img-wrap .img1 {
    max-height: 458px;
    max-width: 383px;
    width: 60%;
    margin-left: auto;
    box-shadow: -10px 10px #fff;
}

.about .img-wrap .img2 {
    max-height: 425px;
    max-width: 429px;
    width: 70%;
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: -45px;
}



.mission-card,
.vision-card {
    position: relative;
    padding: 30px;
    background-color: #fff;
    /* border:  2px dashed #2b9b8f; */
    background-color: #FFFFFF;
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='15' ry='15' stroke='%232B9B8FFF' stroke-width='4' stroke-dasharray='6%2c 14' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
    border-radius: 15px;
    height: 100%;

}



.mission-icon,
.vision-icon {
    position: absolute;
    top: -20px;
    right: 20px;
    background: #fff;
}

.mission-icon img,
.vision-icon img {
    width: 50px;
    height: auto;
}

.mission-card h3,
.vision-card h3 {
    color: #082A69;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 29.05px;
}

.vision-card ul {
    list-style: none;
    padding-left: 0;
}

.vision-card ul li {
    display: flex;
    align-items: center;
    font-size: 14px;
    /* margin-bottom: 8px; */
}

.vision-card ul li::before {
    content: "•";
    color: #2b9b8f;
    font-size: 30px;
    margin-right: 10px;
    line-height: 24px;
}

.our-achievement {
    padding: 80px 0;
}

.our-achievement::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: calc(100% + 50%);
    background-image: url('../img/about/achievements-bg.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    top: 0;
    left: 0;
    z-index: -1;

}

.our-achievement::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: calc(100% + 50%);
    background-color: #1E4D42;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.8;
}
.our-achievement .heading-container2 .heading{
    font-weight:600;
}
.our-achievement .heading-container2 .description {
    max-width: 1000px;
    margin: 0 auto;
}

.achievement-icon-box {
    background-color: #FFFFFF;
    padding: 50px 15px 35px;
    border-radius: 10px;
    position: relative;
    margin-top: 40px;
    height: calc(100% - 40px);
}

.achievement-icon-box img {
    width: 54px;
}

.achievement-icon-box .image-container {
    display: inline-block;
    background: white;
    padding: 10px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}

.achievement-icon-box .image-container img {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.achievement-icon-box h5 {
    color: #082A69;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 24.2px;

}

.our-global-reach .container {
    background-color: #EBF2FF;
    padding: 70px 145px 75px;
    border-radius: 10px;
}
.our-global-reach .heading-container .heading{
    font-weight:600;
}
.our-global-reach-slider .card {
    padding: 10px;
    height: 100%;
}

.our-global-reach-slider .card img {
    /* max-width: 200px; */
    border-radius: 8px;
}

.our-global-reach-slider .card-body {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;

}

.our-global-reach-slider .card-title {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 21.78px;
    letter-spacing: 0%;
    padding: 0;
    color:#000;
}

.our-global-reach-slider .slick-arrow.prev {
    position: absolute;
    top: 50%;
    left: -63px;
    z-index: 2;
}

.our-global-reach-slider .slick-arrow.slick-disabled img {
    transition: all 0.3s ease;
    opacity: 0.3;
}

.our-global-reach-slider .slick-arrow img {
    width: 28px;
    height: 28px;
}

.our-global-reach-slider .slick-arrow.next {
    position: absolute;
    top: 50%;
    right: -63px;
    z-index: 2;
}

.core-prioroties .title {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    color: #082A69;
}
.core-prioroties .heading-container .title span{
    font-weight:600;
}

.priority-list li {
    position: relative;
    padding-left: 24px;
    padding-bottom: 5px;
    font-size: 14px;
}

.priority-list {
    list-style: none;
    padding-left: 0;
}
.priority-list ul{
    list-style: none;
    padding-left: 0;
}
.priority-list li::before {
    content: '';
    background-image: url('../img/icons/point arrow.png');
    width: 15px;
    height: 15px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 5px;
    left: 0;
}

.book_conseltation .heading {
    max-width: 630px;
    margin: 0 auto;
    font-weight:600;
}
.book_conseltation .heading-container span::before{
    display:none;
}
.book_conseltation .description {
    max-width: 585px;
    margin: 0 auto;
}

.book_conseltation .heading,
.book_conseltation .description {
    color: #fff;
}

.book_conseltation .container::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url('../img/about/book conseltation.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.8;
}

.book_conseltation .container::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #1E4D42;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.8;
}

.book_conseltation .container {
    padding: 60px 73px 73px;
    border-radius: 10px;
    overflow: hidden;
}

.book_conseltation::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 70%;
    background-image: url('../img/icons/rocket bg 3.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.study-abroad-counselling {
    padding-top: 100px;
    padding-bottom: 120px;
}

.benefits img {
    border-radius: 0 0 10px 10px;
    max-height: 400px;
}

.benefits::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url('../img/about/book conseltation.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.8;
}

.benefits::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #1E4D42;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.8;
}

.benefits {
    padding-bottom: 65px;
}

.box-listing {
    display: flex;
    background-color: #FFFFFF;
    padding: 28px;
    border-radius: 10px;
    gap: 16px;
    height: 100%;

}

.box-listing img {
    width: 24px;
    height: 24px;
}

.step-by-step-icon-box {
    background-color: #FFFFFF;
    padding: 50px 15px 35px;
    border-radius: 10px;
    position: relative;
    margin-top: 40px;
    height: calc(100% - 40px);
    box-shadow: 0px 1px 12.5px 0px #00000017;
    border-radius: 10px;
    border: 1px solid #EBF2FF;
}

.step-by-step-icon-box .image-container {
    display: inline-block;
    /* background: white; */
    /* padding: 10px; */
    /* border-radius: 50%; */
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}

.step-by-step-icon-box .image-container img {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.step-by-step-icon-box h5 {
    color: #082A69;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 24.2px;
}

.step-by-step-process .row {
    max-width: 1106px;
    margin: 0 auto;
}

.step-by-step-process::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 75%;
    background-image: url('../img/map.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    top: 65%;
    right: 0;
    z-index: -1;
}

.step-by-step-process::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 75%;
    background-color: #57AF98;
    top: 65%;
    left: 0;
    z-index: -2;
    opacity: 0.8;
}

.eligibility_criteria {
    max-width: 1106px;
    margin: 0 auto;
}

.eligibility_criteria .container {
    padding-right: calc(var(--bs-gutter-x)* .5);
    padding-left: calc(var(--bs-gutter-x)* .5);
}

.eligibility_criteria .row {
    padding-right: calc(var(--bs-gutter-x)* .5);
    padding-left: calc(var(--bs-gutter-x)* .5);
}

.eligibility_criteria .criteria_box {

    background: #fff;
    border-radius: 10px;
    padding: 68px 72px;
    box-shadow: 0px 0px 17.2px 0px #00000036;

}

.faq.has-bg .container {
    position: relative;
    padding-bottom: 100px;
}

.faq.has-bg .container::before {
    content: '';
    display: block;
    position: absolute;
    width: calc(100% - 36px);
    height: 300px;
    background-image: url('../img/city-bg.webp');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
    bottom: 0px;
    right: 0;
    z-index: -1;
    opacity: 0.04;
    margin-right: 18px;
    margin-left: 18px;

}

#countryTabs .nav-link {
    padding: 15px 50px 15px 32px;
    border: 1px solid #EBF2FF;
    border-radius: 6px;
    display: flex;
    gap: 20px;
    align-items: center;
    position: relative;
    width: 100%;
    color: #000000;
}

#countryTabs .nav-link .flag-img {
    width: 68px;
    object-fit: contain;
    border-radius: 3px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

#countryTabs .nav-link .country-name {
    text-align: left;
}

#countryTabs .nav-link .arrow {
    width: 15px;
}

#countryTabs .nav-link::after {
    content: '';
    display: block;
    position: absolute;
    width: 15px;
    height: 15px;
    background-image: url('../img/icons/point arrow 3.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
    top: 50%;
    right: 20px;
    transform: translate(-50%, -50%);
}

#countryTabs.nav-pills .nav-link.active,
#countryTabs .nav-pills .show>.nav-link {
    color: #57AF98;
    font-weight: 600;
    background-color: #fff;
    box-shadow: 0px 0px 7.6px 0px #0000002B;

}

#countryTabs .nav-link.active::after {
    background-image: url('../img/icons/point arrow.png');
}

#countryTabs .nav-link.active .country-name {
    color: #57AF98;
    font-weight: 600;
    margin-bottom:0;
}

.we-provide-icon-box {
    display: flex;
    gap: 13px;
    align-items: start;
}

.we-provide-icon-box .icon img {
    width: 33px;
    height: 33px;
}

.we-provide-icon-box .icon {
    padding: 12px;
    border: 1px solid #57AF98;
    border-radius: 5px;
    width: fit-content;
}

.we-provide-icon-box .heading {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    margin: 0;
}

.we-provide-icon-box p {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;

}

.for_students .heading,
.for_migration .heading {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 31px;
    color: #082A69;


}

.country-details .contact-form .subheading {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: #082A69;
}

.country-details .contact-form h2 {
    text-align: left;

}

.country-details .contact-form .btn-submit {
    font-size: 14px;
    padding: 8px 20px;

}

.filter {
    display: flex;
    align-items: center;
    width: fit-content;
    margin-left: auto;
    gap: 10px;
}

.filter label {
    font-size: 14px;
    line-height: 24px;
}

.filter-select {
    min-width: 150px;
    font-size: 14px;
    line-height: 24px;
}

.filter-select.nice-select .current {
    color: #000;
}

.news-events .heading-container .description {
    color: #082A69;
}

.news-events-details .publish-date::after {
    content: '/';
    margin: 0 15px;

}

.news-events-details .blog-info {
    color: #999999;
    font-size: 14px;
    line-height: 24px;
    display: flex;
    align-items: center;
    justify-content: start;
    width: fit-content;
}

.blog-content ul {
    list-style: none;
    padding-left: 0;
}

.blog-content ul li::before {
    content: '';
    background-image: url('../img/icons/checked.png');
    width: 14px;
    height: 14px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 5px;
    top: 5px;
}

.blog-content ul li {
    position: relative;
    padding-left: 24px;
    padding-bottom: 5px;
    font-size: 14px;
    line-height: 24px;
}

.related-posts {
    border: 1px solid #D9D9D9;
    border-radius: 6px;
    padding: 25px;
}

.related-posts .heading {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 38px;
    color: #082A69;
}

.related-post-box {
    display: flex;
    border: 1px solid #D9D9D9;
    border-radius: 6px;
}

.related-post-box img {
    width: 35%;
    border-radius: 6px;
    object-fit: cover;
    max-width: 150px;
    aspect-ratio: 1 / 1;
}

.related-post-box h5 {
    margin: auto 0;
    padding: 17px;
    color: #082A69;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
}

.get_in_touch .heading {
    max-width: 435px;
    margin-right: auto;
    font-weight:600;
}

.get_in_touch .heading-container {
    border-bottom: 1px solid #EBF2FF;
}

.get_in_touch .icon {
    width: 44px;
    height: 44px;
    object-fit: contain;
    object-position: center;
}

.get_in_touch-details .title {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    color: #082A69;
}

.get_in_touch-details a {
    font-weight: 500;
    color: #000000;
}

.get_in_touch .contact-form {
    border: 1px solid #D9D9D9;
    box-shadow: unset;
}

.get_in_touch .contact-form .btn-submit {
    max-width: 150px;
}

.get_in_touch::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 300px;
    background-image: url('../img/city-bg2.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    bottom: 0px;
    right: 0;
    z-index: -1;
    opacity: 0.77;

}

.location_wrap {
    padding: 12px 15px;
    border: 0.5px solid #D9D9D9;
    border-radius: 10px;
    height: 100%;
    background: #fff
}

.location_wrap:hover {
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.location_name {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #082A69;
    padding-left: 35px;
    position: relative;
}

.location_name::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    width: 25px;
    height: 25px;
    background-image: url('../img/icons/pin.png');
    background-position: center;
    background-size: contain;
}

.location_content {
    padding: 26px;
}

.our_office::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #F3F6FD;
    bottom: 0px;
    right: 0;
    z-index: -1;
    opacity: 0.77;

}

.our_office::after {
content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/map2.webp);
    background-repeat:no-repeat;
    background-position: center;
    background-size: auto;
    z-index: -1;
    opacity: 0.1;
}
.our_office .heading-container .heading{
    font-weight:600;    
}

.map-container {
    width: 100%;
    height: 500px;
    /* Adjust height */
    border-radius: 10px;
    /* Rounded edges like in your image */
    overflow: hidden;
}

iframe {
    width: 100%;
    height: 100%;
    border: 0;
    /* Removes iframe border */
}

.overview .right-sec .title {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #202020;
}
.overview .heading-container .heading{
    font-weight:600
}
.overview .container {
    border-bottom: 1px solid #EBF2FF;
}

.visa-tabs .nav-pills .nav-link {
    border-radius: 8px;
    transition: 0.3s ease-in-out;
    color: #000;
    text-align: left;
    padding: 25px;
    flex: 1;
}

.visa-tabs .nav-pills .nav-link:not(:first-child) {
    border-top: 1px solid #D9D9D9;
    border-radius: 0;
}

.visa-tabs .nav-pills .nav-link.active {
    background-color: #F3F6FD;
    position: relative;

}

.visa-tabs .nav-pills .nav-link.active::before {
    content: '';
    display: block;
    width: 7px;
    height: 100%;
    position: absolute;
    background-color: #57AF98;
    left: 0;
    top: 0;
}

.visa-tabs .nav-pills .nav-link .heading {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 29.05px;
    color: #082A69;

}

.visa-tabs .tab-content {
    background: #fff;
}

.visa-tabs h3.title {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 29.05px;
    color: #082A69;
}

.visa-tabs h5.subtitle {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 18px;
}

.visa-tabs p {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #000000;
}

.visa-tabs .nav-pills {
    border: 1px solid #D9D9D9;
    background: #F3F6FD;
}

.visa-tabs .container {
    border-bottom: 1px solid #EBF2FF;
}

.application_process {
    background-color: #EBF2FF;
}
.application_process .heading-container .heading{
    font-weight:600;
}
.application_process .heading-container {
    max-width: 450px;
    margin: 0 auto;
}

.application_process-icon-box {
    background-color: #FFFFFF;
    padding: 50px 15px 35px;
    border-radius: 10px;
    position: relative;
    margin-top: 40px;
    height: calc(100% - 40px);
}

.application_process-icon-box .image-container {
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}

.application_process-icon-box .image-container img {
    display: block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
}

.application_process-icon-box h5 {
    color: #082A69;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
}
.application_process-icon-box-slider{
    width:100%;
    margin:0 auto;
}
.application_process-icon-box-slider .slick-slide:nth-child(even) {
    margin-top: 36px;
}

.application_process-icon-box-slider .slick-slide:nth-child(odd) {
    margin-bottom: 36px;
}

.processing_time ul span {
    font-weight: 500;
}
.processing_time .heading-container .heading span{
    font-weight:600;
}
.processing_time .left-sec img {
    max-height: 550px;
    object-fit: cover;
}

.faq2 {
    position: relative;
    overflow-x: hidden;
}

.faq2.has-bg .container {
    padding-bottom: 100px;
}


.faq2 .faq-container {
    max-width: 1106px;
    margin: 0 auto;
}

.faq2.has-bg .container {
    position: relative;
}

.faq2.has-bg .container::before {
    content: '';
    display: block;
    position: absolute;
    width: calc(100% - 36px);
    height: 300px;
    background-image: url('../img/city-bg.webp');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
    bottom: 0px;
    right: 0;
    z-index: -1;
    opacity: 0.04;
    margin-right: 18px;
    margin-left: 18px;
}

.faq2.has-bg::after {
    content: '';
    display: block;
    position: absolute;
    width: 50%;
    height: 100%;
    background-image: url('../img/visa-detail/globe.webp');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;
    top: 0;
    right: -200px;
    z-index: -1;
    opacity: 0.14;
    max-width: 443px;
}

.modal-header .btn-close {
    background-color: #fff;
    opacity: 1;
    border-radius: 50%;
}

.modal-header {
    border: unset;
}

.modal-body .contact-form {
    box-shadow: unset;
    border:unset;
    padding:0;
}

/* .modal-content::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url('../img/map.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    top: 0;
    right: 0;
    z-index: 1;
}

.modal-content::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #57AF98;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0.8;
} */

.model-container {
    z-index: 3;
}
.tab-heading-container .dropdown-toggle .countryDropdown{
    padding: 15px 50px 15px 32px;
    border: 1px solid #EBF2FF;
    border-radius: 6px;
    display: flex;
    gap: 20px;
    align-items: center;
    position: relative;
    width: 100%;
        color: #57AF98;
    font-weight: 600;
    background-color: #fff;
    box-shadow: 0px 0px 7.6px 0px #0000002B;
}
.tab-heading-container .dropdown-toggle .countryDropdown .flag-img {
    width: 68px;
    object-fit: contain;
    border-radius: 3px;
}

.tab-heading-container .dropdown-toggle .countryDropdown .country-name {
     color: #57AF98;
    font-weight: 600;
    text-align: left;
    margin-bottom:0;
}

.tab-heading-container .dropdown-toggle .countryDropdown::after {
    content: '';
    font-weight: 700;
    font-size: 16px;
    pointer-events: none;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(-50%, -50%);
    height: 15px;
    width: 15px;
    background-image: url('../img/icons/dropdown.png');
    background-position: center;
    background-size: cover;
    -webkit-transition: all 0.2sease-in-out;
    transition: all 0.2sease-in-out;
    filter: brightness(0);
    border:unset;
}

.tab-heading-container .dropdown-toggle::after{
    display:none;
}
.countryDropdown.active{
    display:block;
}
.hero-title {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 64px;  /* Default for larger screens */
    line-height: 77.45px;
    text-align: center;
    color: #fff;
}
.floating_btns {
    position: fixed;
    bottom: 80px;
    right: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: all .2s ease-in-out;
    z-index: 99;
}
.whts_app {
    width: 45px;
    height: 45px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0px;
}
/* Extra Extra Large Screens (≤1400px) */
@media (max-width: 1400px) {
    .hero-title {
        font-size: 58px;
        line-height: 70px;
    }
    .global-reach h2 {
        font-size: 22px;
    }
    .testimonials .container {
        padding-top: 90px;
        padding-bottom: 90px;
    }
}

/* Extra Large Screens (≤1200px) */
@media (max-width: 1200px) {
    .hero-title {
        font-size: 54px;
        line-height: 65px;
    }
    .testimonials .container {
        padding-top: 90px;
        padding-bottom: 90px;
    }
}
@media (min-width: 992.1px) {
    .has-dropdown:hover .nav-link::after{
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg);
        /*top: 12px; */
    }
}
@media (max-width: 992px) {
    .testimonials .right-sec {
        position: relative;
        width: 100%;
        padding-right: calc(var(--bs-gutter-x) * .5);
        left: 0;
    }

    .hero-title {
        font-size: 50px;
        line-height: 65px;
    }

    .hero-description {
        font-size: 20px;
        line-height: 32px;
    }

    .hero-cta-desc {
        font-size: 15px;
        line-height: 22px;
    }

    .heading-container .heading {
        font-size: 28px;
        line-height: 34px;
    }

    .heading-container .subheading {
        font-size: 13px;
        line-height: 20px;
        letter-spacing: 4px;
    }

    .heading-container2 .heading {
        font-size: 28px;
        line-height: 34px;
    }

    .heading-container2 .subheading {
        font-size: 13px;
        line-height: 20px;
        letter-spacing: 4px;
    }

    .we-provide .nav-link {
        font-size: 18px;
        line-height: 22px;
        padding: 12px 18px;
    }

    .we-provide .nav-link {
        font-size: 18px;
        line-height: 22px;
        padding: 12px 18px;
    }

    .we-provide .tab-pane h3 {
        font-size: 28px;
        line-height: 34px;
    }

    .enquire_now .enquire_now-box {
        padding: 40px 30px;
    }

    .success_stories .container {
        padding: 60px 80px;
    }

    .success_stories .slick-arrow.prev {
        left: -40px;
    }

    .success_stories .slick-arrow.next {
        right: -40px;
    }

    .testimonials .slick-list {
        padding: 0px;
    }

    .testimonials .container {
        padding-top: 50px;
        padding-bottom: 80px;
    }

    .global-reach {
        padding-top: 80px;
    }

    .our-global-reach .container {
        padding: 30px 45px 35px;
    }

    .our-global-reach-slider .slick-arrow.prev {
        left: -30px;
    }

    .our-global-reach-slider .slick-arrow.next {
        right: -30px;
    }

    .page-title {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .page-heading {
        font-size: 36px;
        line-height: 44px;
    }

    .book_conseltation .container {
        padding: 50px 50px 60px;
    }

    .our-achievement::before,
    .our-achievement::after {
        height: calc(100% + 20%);
    }

    .study-abroad-counselling {
        padding-top: 80px;
        padding-bottom: 100px;
    }

    .eligibility_criteria .criteria_box {
        padding: 40px 35px;
    }

    .step-by-step-process::before {
        height: 75%;
    }

    .step-by-step-process::after {
        height: 75%;
    }

    .filter {
        align-items: end;
        flex-direction: column;
    }
    #countryDropdown + #countryTabs {
       display:none;
    }

    #countryDropdown.active + #countryTabs {
       display:block;
        box-shadow: 0px 0px 7.6px 0px #0000002B;
        border: 1px solid #EBF2FF;
        border-radius: 6px;
    }
    #countryDropdown.active + #countryTabs .nav-link{
        box-shadow:unset;
        border:unset;
    }
    .global-reach h2 {
        font-size: 22px;
    }
    
    .why-choose-us {
        padding-top: 50px;
        padding-bottom: 50px;
    }
     .about {
        padding-top: 80px;
    }
   .benefits img{
       border-radius: 10px;
   }
    .mobile-nav-active .btn{
        margin-top:60px;
    }
    .for_students .heading, 
    .for_migration .heading {
        font-size: 17.5px;
        line-height: 28px;
    }
    .page-heading {
        font-size: 36px;
        line-height: 44px;
    }
    .visa-tabs .nav-pills .nav-link .heading {
        font-size: 22px;
        line-height: 27px;
    }
    .visa-tabs h3.title {
        font-size: 22px;
        line-height: 27px;
    }
}

@media (min-width: 768.1px) {}

@media (max-width: 768px) {
    .hero-slide .hero-cta{
        flex-direction:column;
        gap:10px
    }

    .hero-title {
        font-size: 40px;
        line-height: 55px;
    }

    .hero-description {
        font-size: 18px;
        line-height: 28px;
    }

    .why-choose-us .bg .bg-1 {
        height: 100% !important;
    }

    .why-choose-us .bg .bg-2 {
        height: 0% !important;
    }

    .testimonials .slick-list {
        padding: 0px 0px 0px 0px;
    }

    .hero-cta-desc {
        font-size: 14px;
        line-height: 20px;
    }

    .heading-container .heading {
        font-size: 24px;
        line-height: 30px;
    }

    .heading-container .subheading {
        font-size: 12px;
        line-height: 18px;
        letter-spacing: 3px;
    }

    .heading-container2 .heading {
        font-size: 24px;
        line-height: 30px;
    }

    .heading-container2 .subheading {
        font-size: 12px;
        line-height: 18px;
        letter-spacing: 3px;
    }

    .we-provide .nav-link {
        font-size: 16px;
        line-height: 20px;
        padding: 10px 15px;
    }

    .we-provide .tab-pane h3 {
        font-size: 24px;
        line-height: 30px;
    }

    .enquire_now .enquire_now-box {
        padding: 20px 15px;
    }

    .footer_logo-col {
        margin: auto;
    }

    .footer-content {
        text-align: center;
    }

    .footer li {
        justify-content: center;
    }

    .success_stories .container {
        padding: 50px 50px;
    }

    .success_stories .slick-arrow.prev {
        left: -26px;
    }

    .success_stories .slick-arrow.next {
        right: -26px;
    }

    .testimonials .container {
        padding-top: 50px;
        padding-bottom: 80px;
    }

    .global-reach {
        padding-top: 60px;
    }

    .our-global-reach .container {
        padding: 30px 45px 35px;
    }

    .our-global-reach-slider .slick-arrow.prev {
        left: -30px;
    }

    .our-global-reach-slider .slick-arrow.next {
        right: -30px;
    }

    .page-title {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .page-heading {
        font-size: 30px;
        line-height: 38px;
    }

    .book_conseltation .container {
        padding: 40px 30px 50px;
    }

    .study-abroad-counselling {
        padding-top: 60px;
        padding-bottom: 80px;
    }

    .eligibility_criteria .criteria_box {
        padding: 25px 20px;
        
    }

    .step-by-step-process::before {
        height: 40%;
        top: 80%;
    }

    .step-by-step-process::after {
        height: 40%;
        top: 80%;
    }

    .get_in_touch .icon {
        width: 34px;
        height: 34px;
    }

    .get_in_touch-details a {
        font-size: 14px;
        word-break: break-all;
    }
    .global-reach h2 {
        font-size: 20px;
    }
    .we-provide::before{
        left:10px;
    }
    .why-choose-us {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .about {
        padding-top: 60px;
    }
    .application_process-icon-box-slider .slick-slide:nth-child(even) {
        margin-top: 26px;
    }
    
    .application_process-icon-box-slider .slick-slide:nth-child(odd) {
        margin-bottom: 26px;
    }
    .related-posts{
        padding: 20px;
    }
    .location_content{
        padding: 20px;
    }
    .modal-body .contact-form{
        padding:20px;
    }
    .step-by-step-process .step-by-step-icon-box{
        text-align:center;
    }
    .step-by-step-process .col-md-4{
        padding:0;
    }
    .eligibility_criteria .col-12{
        padding:0;
    }
    .faq2.has-bg::after{
        left: 75%;
        right: unset;
    }
    .step-by-step-icon-box{
        margin-top: 25px;
        height: calc(100% - 25px);
    }
    .for_students .heading, 
    .for_migration .heading {
        font-size: 17px;
        line-height: 26px;
    }
    .page-heading {
        font-size: 32px;
        line-height: 40px;
    }
    .breadcrumb,
    .breadcrumb a,
    .breadcrumb-item.active,
    .breadcrumb-item + .breadcrumb-item::before {
        font-size: 13px;
    }
    .visa-tabs .nav-pills .nav-link .heading {
        font-size: 20px;
        line-height: 25px;
    }
    .visa-tabs h3.title {
        font-size: 20px;
        line-height: 25px;
    }
    .visa-tabs h5.subtitle {
        font-size: 17px;
    }
    .core-prioroties .title {
        font-size: 18.5px;
        line-height: 25px;
    }
    
}

@media (max-width: 576px) {
    
    .hero-title {
        font-size: 32px;
        line-height: 45px;
    }
    
    .hero-description {
        font-size: 16px;
        line-height: 26px;
    }

    .hero-cta-desc {
        font-size: 13px;
        line-height: 18px;
    }

    .heading-container .heading {
        font-size: 20px;
        line-height: 26px;
    }

    .heading-container .subheading {
        font-size: 11px;
        line-height: 16px;
        letter-spacing: 2px;
    }

    .heading-container2 .heading {
        font-size: 20px;
        line-height: 26px;
    }

    .heading-container2 .subheading {
        font-size: 11px;
        line-height: 16px;
        letter-spacing: 2px;
    }

    .we-provide .nav-link {
        font-size: 14px;
        line-height: 18px;
        padding: 8px 12px;
    }

    .we-provide .tab-pane h3 {
        font-size: 20px;
        line-height: 26px;
    }

    .enquire_now .enquire_now-box {
        padding: 15px 5px;
    }

    .success_stories .container {
        padding: 40px 30px;
    }

    .success_stories .slick-arrow.prev {
        left: -22px;
    }

    .success_stories .slick-arrow.next {
        right: -22px;
    }

    .testimonials .container {
        padding-top: 50px;
        padding-bottom: 80px;
    }

    .global-reach {
        padding-top: 40px;
    }

    .visa-category_slider .slick-arrow.prev {
        left: 28px;
    }

    .visa-category_slider .slick-arrow.next {
        right: 28px;
    }

    .our-global-reach .container {
        padding: 30px 45px 35px;
    }
    .our-global-reach{
        margin-right: calc(1.5rem * .5);
        margin-left: calc(1.5rem * .5);
    }
    .our-global-reach-slider .slick-arrow.prev {
        left: -30px;
    }

    .our-global-reach-slider .slick-arrow.next {
        right: -30px;
    }

    .page-title {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .page-heading {
        font-size: 24px;
        line-height: 32px;
    }

    .book_conseltation .container {
        padding: 30px 20px 40px;
    }

    .book_conseltation {
        margin: 0 10px;
    }

    .study-abroad-counselling {
        padding-top: 50px;
        padding-bottom: 60px;
    }

    .eligibility_criteria .criteria_box {
        padding: 20px 15px;
    }
    .global-reach h2 {
        font-size: 18px;
    }
    .why-choose-us {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .visa-category {
        position: relative;
        padding-bottom: 40px;
    }
    .about {
        padding-top: 50px;
    }
    .application_process-icon-box-slider .slick-slide:nth-child(even) {
        margin-top: 0px;
    }
    
    .application_process-icon-box-slider .slick-slide:nth-child(odd) {
        margin-bottom: 0px;
    }
    .enquire_now .contact-form{
       padding: 25px 15px;
    }
    .get_in_touch-details .title{
        font-size: 16px;
        line-height: 26px;
    }
    .get_in_touch .contact-form{
       padding: 25px 15px;
    }
    .get_in_touch .get_in_touch-details .content {
        display: flex;
        flex-direction: column;
    }
    .location_content{
        padding: 15px;
    }
    .modal-body .contact-form{
        padding:10px;
    }
    .contact-form h2{
        font-size: 20px;
        line-height: 25px;
    }
    .enquire_now .container{
        padding:0;
    }
    .faq2.has-bg::after {
        left: 60%;
        width: 75%;
    }
    .visa-category-container .title {
        font-size:16px;
    }
    .for_students .heading, 
    .for_migration .heading {
        font-size: 16.5px;
        line-height: 24px;
    }
    .page-heading {
        font-size: 30px;
        line-height: 36px;
    }
    .page-heading {
        font-size: 28px;
        line-height: 34px;
    }
    .breadcrumb,
    .breadcrumb a,
    .breadcrumb-item.active,
    .breadcrumb-item + .breadcrumb-item::before {
        font-size: 12px;
    }
    .visa-tabs .nav-pills .nav-link .heading {
        font-size: 18.5px;
        line-height: 23px;
    }
    .visa-tabs h3.title {
        font-size: 18.5px;
        line-height: 23px;
    }
    .visa-tabs h5.subtitle {
        font-size: 16.5px;
    }
    .core-prioroties .title {
        font-size: 17px;
        line-height: 23px;
    }
}

@media (max-width: 400px) {
    .hero-title {
        font-size: 28px;
        line-height: 40px;
    }

    .hero-description {
        font-size: 14px;
        line-height: 24px;
    }

    .hero-cta-desc {
        font-size: 12px;
        line-height: 16px;
    }

    /*.heading-container .heading {*/
    /*    font-size: 18px;*/
    /*    line-height: 24px;*/
    /*}*/

    /*.heading-container .subheading {*/
    /*    font-size: 10px;*/
    /*    line-height: 15px;*/
    /*    letter-spacing: 2px;*/
    /*}*/

    /*.heading-container2 .heading {*/
    /*    font-size: 18px;*/
    /*    line-height: 24px;*/
    /*}*/

    /*.heading-container2 .subheading {*/
    /*    font-size: 10px;*/
    /*    line-height: 15px;*/
    /*    letter-spacing: 2px;*/
    /*}*/

    .we-provide .nav-link {
        font-size: 12px;
        line-height: 16px;
        padding: 6px 10px;
    }

    .we-provide .tab-pane h3 {
        font-size: 18px;
        line-height: 24px;
    }

    .enquire_now .enquire_now-box {
        padding: 20px 0px;
    }

    .success_stories .container {
        padding: 30px 20px;
    }

    .success_stories .slick-arrow.prev {
        left: -20px;
    }

    .success_stories .slick-arrow.next {
        right: -20px;
    }

    .testimonials .container {
        padding-top: 50px;
        padding-bottom: 80px;
    }
    .global-reach {
        padding-top: 30px;
    }

    .our-global-reach .container {
        padding: 30px 45px 35px;
    }

    .our-global-reach-slider .slick-arrow.prev {
        left: -30px;
    }

    .our-global-reach-slider .slick-arrow.next {
        right: -30px;
    }

    .study-abroad-counselling {
        padding-top: 40px;
        padding-bottom: 50px;
    }

    .eligibility_criteria .criteria_box {
        padding: 15px 10px;
    }
    .global-reach h2 {
        font-size: 16px;
    }
    .why-choose-us {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .about {
        padding-top: 40px;
    }
    .enquire_now .contact-form{
       padding: 20px 10px;
    }
    .related-posts{
        padding: 15px;
    }
    .get_in_touch .contact-form{
        padding: 20px 10px;
    }
    .location_content{
        padding: 10px;
    }
    .modal-body .contact-form{
        padding:0;
    }
    .for_students .heading, 
    .for_migration .heading {
        font-size: 16px;
        line-height: 22px;
    }
    .breadcrumb,
    .breadcrumb a,
    .breadcrumb-item.active,
    .breadcrumb-item + .breadcrumb-item::before {
        font-size: 11.5px;
    }
    .visa-tabs .nav-pills .nav-link .heading {
        font-size: 18px;
        line-height: 22px;
    }
    .visa-tabs h3.title {
        font-size: 18px;
        line-height: 22px;
    }
    .visa-tabs h5.subtitle {
        font-size: 16px;
    }
    .core-prioroties .title {
        font-size: 16px;
        line-height: 22px;
    }

}