/* Custom styles */

@font-face {
    font-family: 'lemonmilk';
    src: url('../fonts/LEMONMILK-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
.slick-dots li button:before {
    background-color: #002147 !important;
}
body {
    font-family: "Montserrat", sans-serif;
}

header.navbar {
    padding: 15px 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

#navbarContent {
    font-family: 'lemonmilk';
}

.dropdown-item:hover {
    background-color: unset;
}

header .navbar-brand img {
    height: 40px;
}

.calltop img {
    width: 20px;
    height: 20px;
}

.calltop,
.calltop:hover,
.calltop:active {
    background: #002147 !important;
    border: #fff;
    color: #fff;
}

.calltop {
    background-color: #ec6e58;
}

header .nav-item a {
    font-size: 16px;
    text-transform: uppercase;
    margin: 0px 15px;
    font-weight: 600;
    color: #000;
}

header .dropdown-toggle::after {
    display: none;
}

.calltop h3 {
    font-weight: 600;
    font-size: 11pt;
    margin-left: 10px;
    text-align: left;
    color: #fff;
}

.banner-section {
    position: relative;
    height: calc(100vh - 71px);
    overflow: hidden;
}

.banner-section .carousel-indicators {
    display: none;
}

.slidernav {
    position: absolute;
    bottom: 50px;
    right: 50px;
    z-index: 888;
    display: flex;
    justify-content: space-between;
}

.slidernav button {
    position: unset;
    display: block;
    background-color: #499da3ba;
    width: fit-content;
    opacity: 1;
    padding: 10px;
    margin: 5px;
}

.slidernav button svg {
    fill: #fff !important;
}

.mybtn svg {
    width: 15px;
    height: 13px;
    position: relative;
    top: -3px;
}

.banner-slide {
    height: calc(100vh - 71px);
    background-size: cover;
    background-position: center;
    position: relative;
}

.banner-content {
    padding: 60px 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    width: 50%;
    backdrop-filter: blur(10px);
}

.banner-content h1 {
    /* font-size: 3rem; */
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    margin-bottom: 50px;
    color: #fff;
}

.banner-content p {
    font-size: 1.2rem;
    margin-bottom: 30px;
    color: #b6b6b6;
}

.carousel-item.active .animate-content {
    animation-duration: 1s;
}

ul.withicons i {
    position: absolute;
    margin-left: -25px;
}

ul.withicons li {
    margin-left: 25px;
}

.mybtn,
.mybtn:hover {
    background: #002147;
    border: unset;
    padding: 10px;
    font-size: 12pt;
    color: #fff;
    font-weight: 600;
    border-radius: 5px;
}

.why_us {
    background-image: url('../images/why_us_bg2.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #fff;
    min-height: 100vh;
}

.hc_box {
    padding: 0px 10px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0px 0px 10px 0px #0000003b;
}

h2.large {
    font-size: 6em;
    margin-bottom: 0px;
}

.why_us .left_box p {
    color: #bfcccd;
}

h2 {
    color: #fff;
    font-weight: 600;
    font-size: 3em;
}

.why_us .left_box {
    display: flex;
    justify-content: end;
    height: 100%;
    width: 100%;
    min-height: 80vh;
    flex-direction: column;
}

.why_us .right_box {
    display: flex;
    justify-content: center;
    height: 100%;
    width: 100%;
    min-height: 90vh;
    flex-direction: column;
    padding-left: 4vw;
}

.why_us .whylist.two {
    padding-left: 30px;
}

.why_us .whylist.three {
    padding-left: 50px;
}

*,
 ::after,
 ::before {
    box-sizing: border-box;
}

.wuicon {
    max-width: 100px;
}

.whylist p {
    margin-bottom: 0px;
    background: #fff;
    padding: 5px;
    border-radius: 10px;
}

.services-section {
    background-image: url('../images/round1.png');
    background-color: #fff;
    background-size: 20vw;
    background-repeat: no-repeat;
}

.service-box {
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
    cursor: pointer;
    flex: 1;
    min-width: 100px;
    height: 350px;
}

.service-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.service-box .title {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 5px 10px;
    font-size: 1.2rem;
    text-transform: uppercase;
    transition: all 0.5s ease;
    font-weight: 600;
}

.service-box.active .title {
    font-size: 1.7rem;
}

.service-box.small {
    flex: 0.5;
    height: 250px;
}

.service-box.small .title {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    font-size: 1rem;
}


/* Hover Effect */

.service-box {
    flex: 0.3;
    background-color: #000;
    width: 20%;
}

.service-box:hover {
    flex: 1.5;
}

.service-box img {
    opacity: 0.6;
}

.service-box.active img,
.service-box:hover img {
    /* opacity: 1; */
}

.service-box:hover .title {
    writing-mode: unset;
    transform: unset;
}

.service-box .title {
    background: unset;
}

.svlex {
    display: flex;
}

.service-box {
    width: 80px;
    border-radius: 10px;
    margin: 10px 0px;
}

.service-box.active {
    min-width: 30%;
}

.service-box {
    width: 80px;
    border-radius: 10px;
    min-height: 500px;
    margin: 5px;
}

.srvcleft h2 {
    color: #000;
    font-size: 2em;
}

.srvcleft h2 span {
    color: #002147;
}

.section-header h2 {
    color: #002147;
}

.service-box:hover {
    min-width: 200px;
}

.btn.largebtn {
    background: #002147;
    border-radius: 0px;
    font-size: 12pt;
    letter-spacing: 5px;
    font-weight: 600;
    padding: 15px;
    position: relative;
}

.btn.largebtn span {
    background-color: #ec6e58;
    color: #fff;
    font-size: 2em;
    padding: 3px 10px;
    position: absolute;
    top: 0px;
    margin-left: 15px;
}

.srvcleft {
    display: flex;
    height: 100%;
    justify-content: end;
    flex-direction: column;
}

.reviews {
    background-color: #002147;
}

.reviews h2 {
    font-size: 2em;
    margin-bottom: 30px;
    font-weight: 400;
}

.reviews h2 span {
    font-weight: 600;
}

.reviewBox {
    background: #002147;
    border: 1px solid #fff;
    padding: 20px;
    border-radius: 10px;
    color: #fff;
    margin-bottom: 25px;
    height: calc(100% - 25px);
}

.rbt {
    display: flex;
    margin-bottom: 10px;
}

.rbt img {
    margin-right: 10px;
}

.rbt h4 {
    color: #002147;
    font-weight: 600;
    margin-bottom: 0px;
    font-size: 20px;
}

.rbt .starts {
    max-width: 100px;
}

.rbt p {
    margin-bottom: 0px;
}

.nwbox .cnt {
    position: absolute;
}

.nwbox .cnt {
    position: absolute;
    top: 0;
    height: 100%;
    display: flex;
    justify-content: end;
    flex-direction: column;
    padding: 25px;
    color: #fff;
}

.nwbox {
    margin: 12.5px 0px;
}

.gm-sec {
    background-image: url('../images/round2.png');
    background-color: #fff;
    background-size: 20vw;
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    background-position: top right;
}

.gm-sec h2 {
    font-size: 2em;
    color: #000;
}

.gm-sec h3 {
    font-size: 1.5em;
    margin-bottom: 20px;
}

.gm-sec button {
    padding: 10px 20px;
}

.team-sec {
    background-image: url('../images/teambg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

.team-sec h2 {
    font-weight: 400;
}

.team-sec h2 span {
    font-weight: 600;
}

.pico {
    width: 55px;
}

.reviewBox p {
    font-size: 10pt;
}

.contactsec {
    background-image: url('../images/round3.png');
    background-color: #fff;
    background-size: 16vw;
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    background-position: top right;
}

.contactsec h2 {
    color: #002147;
    font-weight: 600;
    font-size: 2.5em;
    line-height: 1em;
}

.contactsec h2 span {
    color:#002147;
}

.contactsec p {
    color: #959595;
    font-size: 1.5em;
}

.contactsec .btn.mybtn,
.contactsec .btn.mybtn2 {
    width: 100%;
    font-size: 1.4em;
    font-weight: 400;
    margin-bottom: 10px;
    padding: 15px;
}

.contactsec .btn.mybtn2 {
    font-size: 1.2em;
    background-color:#002147;
    color: #fff;
}

.cntrightadj {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.contactsec button i {
    font-size: 1.5em;
}

.footer {
    background-color:#002147;
    color: #fff;
}

.footer h4 {
    margin-bottom: 20px;
    font-weight: bold;
}

.footer-logo {
    max-width: 150px;
    margin-bottom: 15px;
}

.footer-nav li {
    margin-bottom: 10px;
}

.footer-nav li a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-nav li a:hover {
    color: #fff;
}

.footer-nav li a i {
    margin-right: 15px !important;
}

.newsletter-form .form-control {
    border-radius: 0;
}

.newsletter-form .btn {
    border-radius: 0;
}

footer input {
    background: #3e7b87 !important;
    color: #fff !important;
    border-color: #5d909a !important;
    padding: 10px 15px !important;
}

footer input::placeholder {
    color: #fff !important;
}

.footer .contact-info-item i {
    color: #fff;
    font-size: 16px;
}
.footer input.form-control {
    background-color: #00000000 !important;
    border-color: white !important;
}
.footer .contact-info-item strong {
    color: #fff;
}

.footer .contact-info-item p {
    color: #e9e9e9;
}

.newsletter-form .btn {
    background-color: #0000002e !important;
    border: unset;
    padding: 15px 15px;
}

hr {
    color: #002147;
    border-width: 3px;
}

.footersocial i {
    color: #fff !important;
}

.aboutus h2 {
    font-size: 2em;
    color: #002147;
}

.aboutpg h2 span {
    color: #002147;
}

.d-flex.adj {
    flex-direction: column;
    height: 100%;
    justify-content: center;
}

.d-flex.adj button {
    width: fit-content;
    margin: 0px auto;
}

.aboutus p b {
    color: #000;
}

.aboutus p {
    color: gray;
}

.aboutbox img {
    width: 65px;
    height: 65px;
    object-fit: contain;
    margin-right: 10px;
}

.aboutbox {
    border: 2px solid #ebebeb;
    border-radius: 10px;
    padding: 32px;
    height: 100%;
    margin-bottom: 20px;
}

.aboutbox:hover {
    background-color: #ebebeb;
}

.aboutbox h4 {
    color: #002147;
    font-weight: 600;
}

.hero-section {
    background: #ebebeb;
}

.hero-section h1 {
    color: #002147;
    font-weight: 600;
}

.ctasec span {
    display: block;
    font-size: 24px;
}

.ctasec a {
    width: max-content !important;
    margin-top: 32px;
    padding: 12px 24px !important;
    font-size: 18px !important;
}

.why_us .large {
    font-size: 48px !important;
}

@media (max-width: 992px) {
    .banner-content h1 {
        font-size: 2.5rem;
    }
    .hrbtn {
        display: flex;
        justify-content: end;
    }
    .calltop h3 {
        font-size: 9pt;
    }
    header .calltop img {
        width: 30px;
        height: 30px;
    }
    .banner-content h1,
    .section-title {
        font-size: 16pt !important;
        margin-bottom: 10px;
    }
    .carousel-item.active p {
        font-size: 10pt;
        margin-bottom: 10px;
    }
    .mybtn {
        font-size: 10pt;
    }
    .banner-section {
        height: auto;
    }
    .banner-slide {
        height: 450px;
        background-position: 59%;
    }
    .banner-overlay {
        width: 100%;
        backdrop-filter: unset;
    }
    .why_us {
        background-size: cover;
    }
    .why_us .right_box {
        padding-left: 0px;
    }
    .why_us .whylist.two,
    .why_us .whylist.three {
        padding-left: 0px;
    }
    .why_us .left_box,
    .why_us .right_box {
        min-height: auto;
        padding: 20px 0px;
    }
    h2.large {
        font-size: 3em;
    }
    h2 {
        font-size: 16pt;
    }
    p {
        font-size: 10pt;
    }
    .service-box.active .title,
    .service-box .title {
        font-size: 10pt;
    }
    .srvcleft {
        padding-bottom: 50px;
    }
    .nwbox.position-relative.wori img {
        min-height: 200px !important;
        object-fit: cover;
        border-radius: 25px;
    }
    .contactsec h2 {
        margin-top: 40px;
        font-size: 2em;
    }
    .contactsec p,
    .contactsec .btn.mybtn,
    .contactsec .btn.mybtn2 {
        font-size: 10pt;
    }
    .contactsec .hrbtn {
        width: fit-content;
        margin: 0px auto;
    }
    .contactsec .col-lg-6.d-flex.justify-content-end {
        justify-content: center !important;
    }
    .svlex {
        display: block;
    }
    .service-box.active {
        width: 100% !important;
    }
    .service-box .service-box:hover,
    .service-box.small {
        width: 46% !important;
        flex: unset !important;
        float: left;
        margin: 2%;
    }
}


/* @media (max-width: 356px) {
  .service-box .service-box:hover,
  .service-box.small {
    width: 46% !important;
    flex: unset !important;
    float: left;
  }
 } */

@media (max-width: 768px) {
    .banner-content {
        text-align: center;
    }
    .banner-content h1 {
        font-size: 2rem;
    }
}


/* contactr us  */


/* Section 1: Contact Form */

.cn-formsec {
    background-color: #fff;
    position: relative;
}

.cn-formsec::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23f0f7ff' fill-opacity='0.4'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    opacity: 0.5;
    z-index: 0;
}

.cn-formsec .container {
    position: relative;
    z-index: 1;
}

.cn-formsec .section-title {
    color: #002147;
    font-size: 2rem;
    position: relative;
    margin-bottom: 1.75rem;
    padding-bottom: 0.75rem;
}

.cn-formsec .section-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 4px;
    background: #002147;
    border-radius: 2px;
}

.contact-form {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    padding: 2.5rem;
    margin-bottom: 2rem;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.cn-formsec .form-label {
    font-weight: 500;
    color: #000;
    margin-bottom: 0.5rem;
}

.cn-formsec .form-control {
    border-radius: 8px;
    padding: 0.75rem 1rem;
    border: 1px solid #e2e8f0;
    background-color: #f8fafc;
    transition: all 0.3s ease;
}

.cn-formsec .form-control:focus {
    border-color: #002147;
    box-shadow: 0 0 0 3px rgba(0, 99, 209, 0.1);
    background-color: #fff;
}

.cn-formsec .form-check-input {
    border-color: #cbd5e0;
}

.cn-formsec .form-check-input:checked {
    background-color: #002147;
    border-color: #002147;
}

.cn-formsec .btn-primary {
    background-color: #002147;
    border-color: #002147;
    padding: 0.75rem 2rem;
    font-weight: 600;
    border-radius: 8px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.cn-formsec .btn-primary:hover {
    background-color: #002147;
    border-color: #002147;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(0, 72, 160, 0.2);
}

.cn-formsec .btn-primary:active {
    transform: translateY(0);
}


/* Info Card */

.info-card {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    padding: 2.5rem;
    height: 100%;
    border: 1px solid rgba(0, 99, 209, 0.1);
}

.info-card .section-title {
    color: #002147;
    font-size: 1.5rem;
    position: relative;
    margin-bottom: 1.75rem;
    padding-bottom: 0.75rem;
}

.info-card .section-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 3px;
    background: #002147;
    border-radius: 2px;
}

.contact-info-item {
    margin-bottom: 1.5rem;
    display: flex;
    align-items: flex-start;
    transition: all 0.3s ease;
}

.contact-info-item:hover {
    transform: translateX(5px);
}

.contact-info-item i {
    font-size: 1.25rem;
    color: #002147;
    margin-right: 1rem;
    margin-top: 0.25rem;
    width: 1.5rem;
    text-align: center;
}

.contact-info-item strong {
    font-weight: 600;
    display: block;
    margin-bottom: 0.25rem;
    color: #000;
}

.contact-info-item p {
    margin-bottom: 0.25rem;
    color: gray;
}


/* Section 3: Map */

.cn-mapsec {
    background-color: #fff;
}

.cn-mapsec h3 {
    color: #002147;
    font-size: 2rem;
    font-weight: 700;
}

.cn-mapsec p {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.map-container {
    height: 450px;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    position: relative;
}

.map-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 10px;
    z-index: 10;
}


/* Section 4: Social Media Links */

.cn-smsec {
    background-color: #fff;
    position: relative;
    overflow: hidden;
}

.cn-smsec::after {
    content: '';
    position: absolute;
    bottom: -50px;
    right: -50px;
    width: 200px;
    height: 200px;
    background-color: #fff;
    border-radius: 50%;
    z-index: 0;
}

.cn-smsec::before {
    content: '';
    position: absolute;
    top: -50px;
    left: -50px;
    width: 200px;
    height: 200px;
    background-color: #fff;
    border-radius: 50%;
    z-index: 0;
}

.cn-smsec .container {
    position: relative;
    z-index: 1;
}

.cn-smsec h3 {
    color: #002147;
    font-size: 2rem;
    font-weight: 700;
}

.social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background-color: #fff;
    border-radius: 50%;
    margin: 0 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.07);
    transition: all 0.3s ease;
    color: #002147;
    font-size: 1.5rem;
    border: 2px solid transparent;
    text-decoration: unset;
}

.aboutpg h2 {
    color: #002147;
    font-size: 2em;
}

.social-icon:hover {
    transform: translateY(-8px);
    color: #fff;
    background-color: #002147;
    box-shadow: 0 10px 20px rgba(0, 99, 209, 0.2);
}

.social-icon.fa-instagram:hover {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

.social-icon.fa-facebook-f:hover {
    background-color: #3b5998;
}

.social-icon.fa-youtube:hover {
    background-color: #ff0000;
}

.social-icon.fa-linkedin-in:hover {
    background-color: #0077b5;
}

.social-icon.fa-tiktok:hover {
    background-color: #000000;
}

.team-section img {
    height: 350px;
    object-fit: cover;
    object-position: top;
}

.team-section.py-5.bg-light .card.border-0.shadow-sm {
    background: rgb(48, 114, 126);
    background: linear-gradient(90deg, rgba(48, 114, 126, 1) 62%, rgba(89, 184, 186, 1) 100%);
    border-radius: 10px;
}

.team-section.py-5.bg-light .card.border-0.shadow-sm .card-body.text-center {
    display: nones;
}

.team-section .card-body h5 {
    color: #fff;
}

.team-section.py-5.bg-light img {
    border-radius: 10px 10px 90px 10px;
}


/* CTA Section */

.cn-ctasec {
    background: linear-gradient(135deg, #002147, #002147);
    position: relative;
    overflow: hidden;
}

.cn-ctasec::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 300px;
    height: 300px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
    transform: translate(50%, -50%);
}

.cn-ctasec::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 200px;
    height: 200px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
    transform: translate(-30%, 30%);
}

.cn-ctasec h3 {
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.cn-ctasec .btn-light {
    background-color: #fff;
    color: #002147;
    font-weight: 600;
    padding: 0.75rem 2rem;
    border-radius: 8px;
    transition: all 0.3s ease;
    border: none;
}

.cn-ctasec .btn-light:hover {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}

.visa-header {
    color: #002147;
    margin-top: 2rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.section-title {
    color: #002147;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
    font-weight: 600;
    font-size: 2em;
}

.visa-info-section {
    padding: 2rem 0;
}

.visa-card {
    background-color: white;
    border-radius: 8px;
    padding: 24px;
    margin-bottom: 15px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.visa-card-title {
    font-weight: bold;
    margin-bottom: 10px;
}

.assistance-btn {
    background-color: #002147;
    border: none;
    padding: 12px;
    border-radius: 8px;
    color: white;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    width: max-content;
}

.assistance-btn:hover {
    background-color: #002147;
}

.faq-section {
    background-color: white;
    border-radius: 10px;
    padding: 2rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.faq-title {
    font-weight: bold;
    margin-bottom: 1.5rem;
}

.faq-question {
    font-weight: 500;
    color: #333;
    padding: 1rem 0;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq-question:hover {
    cursor: pointer;
}

.curved-bg {
    position: relative;
    overflow: hidden;
}

.service {
    background-color: #f6f6f6;
}

.mainservcdetails {
    background-image: url('../images/service_bg_1.png');
    background-position-x: right;
    background-position-y: center;
    background-repeat: no-repeat;
}

.dropdown-item {
    text-transform: capitalize !important;
    color: #242424 !important;
    font-weight: 500 !important;
    border-bottom: 1px dashed #ddd;
    width: auto;
}

.faq-title {
    color: #2a7f7f;
}

.destination-card {
    border-radius: 12px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    cursor: grab;
}

.destination-card:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.card-img-overlay {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.1));
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 20px;
}

.section-header {
    position: relative;
    /* margin-bottom: 3rem; */
}


/* .section-header::after {
  content: "";
  position: absolute;
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #3498db, #6366f1);
  left: 0;
  bottom: -15px;
  border-radius: 2px;
} */

#featured-destinations {
    background: #fbfbfb;
}

.card-img {
    height: 250px;
    object-fit: cover;
}

.modern-blog {
    color: #333;
}

.modern-blog .navbar {
    background-color: white;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.modern-blog .navbar-brand {
    font-weight: 700;
    color: #002147;
}

.modern-blog .nav-link {
    color: #333;
    font-weight: 500;
}

.modern-blog .nav-link:hover {
    color: #002147;
}

.modern-blog .btn-primary {
    background-color: #002147;
    border-color: #002147;
}

.modern-blog .btn-primary:hover {
    background-color: #002147;
    border-color: #002147;
}

img {
    max-width: 100%;
    height: auto;
}

.modern-blog .btn-outline-primary {
    color: #002147;
    border-color: #002147;
}

.modern-blog .btn-outline-primary:hover {
    background-color: #002147;
    border-color: #002147;
}

.modern-blog .card {
    border: none;
    transition: transform 0.3s, box-shadow 0.3s;
    margin-bottom: 1.5rem;
    border-radius: 0.5rem;
    overflow: hidden;
    box-shadow: 0px 0px 10px #ddd;
}

.modern-blog .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.modern-blog .card-img-top {
    height: 220px;
    object-fit: cover;
}

.page-item.active a {
    color: #fff !important;
}

.rounded-pill {
    background-color: #002147 !important;
}

.modern-blog .blog-category {
    position: absolute;
    top: 15px;
    left: 15px;
    background-color: #002147;
    color: white;
    padding: 0.3rem 0.8rem;
    border-radius: 30px;
    font-size: 0.8rem;
    font-weight: 600;
}

.modern-blog .card-title {
    font-weight: 700;
    margin-bottom: 0.75rem;
}

.modern-blog .card-title a {
    color: #333;
    text-decoration: none;
}

.modern-blog .card-title a:hover {
    color: #002147;
}

.modern-blog .card-text {
    color: #666;
}

.modern-blog .blog-meta {
    font-size: 0.85rem;
    color: #777;
    display: flex;
    align-items: center;
    margin-bottom: 0.5rem;
}

.modern-blog .blog-meta i {
    color: #002147;
    margin-right: 0.3rem;
}

.modern-blog .blog-meta span {
    margin-right: 1rem;
}

.modern-blog .featured-post {
    border-radius: 0.5rem;
    overflow: hidden;
    margin-bottom: 2rem;
}

.topbox {
    background-color: #002147;
}

.topbox h1 {
    color: #fff;
    font-weight: 600;
    font-size: 3em;
}

.modern-blog .pagination .page-item.active .page-link {
    background-color: #002147;
    border-color: #002147;
}

.modern-blog .pagination .page-link {
    color: #002147;
}

.modern-blog .search-form .form-control:focus {
    border-color: #002147;
    box-shadow: 0 0 0 0.25rem rgba(89, 184, 186, 0.25);
}

.modern-blog .blog-header {
    position: relative;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
    border-bottom: 1px solid #eaeaea;
}

.modern-blog .blog-category-badge {
    background-color: var(--primary-color);
    color: white;
    padding: 0.3rem 0.8rem;
    border-radius: 30px;
    font-size: 0.8rem;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 1rem;
}

.modern-blog .blog-title {
    font-weight: 800;
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.modern-blog .blog-meta {
    font-size: 0.95rem;
    color: #777;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 1rem;
}

.modern-blog .blog-meta i {
    color: var(--primary-color);
    margin-right: 0.3rem;
}

.modern-blog .blog-featured-image {
    border-radius: 0.5rem;
    overflow: hidden;
    margin-bottom: 2rem;
}

.modern-blog .blog-featured-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.modern-blog .blog-content {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #444;
}

.modern-blog .blog-content h2 {
    font-weight: 700;
    margin-top: 2rem;
    margin-bottom: 1rem;
    font-size: 1.8rem;
}

.modern-blog .blog-content h3 {
    font-weight: 600;
    margin-top: 1.5rem;
    margin-bottom: 0.8rem;
    font-size: 1.4rem;
}

.modern-blog .blog-content p {
    margin-bottom: 1.2rem;
}

.modern-blog .blog-content ul,
.modern-blog .blog-content ol {
    margin-bottom: 1.5rem;
    padding-left: 1.2rem;
}

.modern-blog .blog-content li {
    margin-bottom: 0.5rem;
}

.modern-blog .blog-content a {
    color: var(--primary-color);
    text-decoration: none;
}

.modern-blog .blog-content a:hover {
    text-decoration: underline;
}

.modern-blog .blog-content blockquote {
    border-left: 4px solid var(--primary-color);
    padding-left: 1.2rem;
    font-style: italic;
    color: #666;
    margin: 1.5rem 0;
}

.modern-blog .blog-tags {
    margin: 2rem 0;
    padding-top: 1.5rem;
    border-top: 1px solid #eaeaea;
}

.modern-blog .share-buttons {
    display: flex;
    gap: 0.8rem;
    margin-top: 1.5rem;
}

.modern-blog .share-buttons a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #f0f0f0;
    color: #555;
    text-decoration: none;
    transition: all 0.3s;
}

.modern-blog .share-buttons a:hover {
    background-color: var(--primary-color);
    color: white;
}

.modern-blog .author-bio {
    background-color: #f9f9f9;
    border-radius: 0.5rem;
    padding: 1.5rem;
    margin: 2rem 0;
    display: flex;
    gap: 1.5rem;
    align-items: center;
}

.modern-blog .author-image {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
}

.modern-blog .author-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.modern-blog .related-posts {
    margin-top: 3rem;
}

.modern-blog .related-post-card {
    border: none;
    border-radius: 0.5rem;
    overflow: hidden;
    transition: transform 0.3s, box-shadow 0.3s;
}

.modern-blog .related-post-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.modern-blog .comments-section {
    margin-top: 3rem;
}

.modern-blog .comment {
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #eaeaea;
}

.modern-blog .comment-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.8rem;
}

.modern-blog .comment-author {
    font-weight: 600;
}

.modern-blog .comment-date {
    color: #888;
    font-size: 0.9rem;
}

.modern-blog .comment-reply {
    margin-left: 2rem;
    padding-top: 1.2rem;
}

.modern-blog .toc {
    background-color: #f9f9f9;
    border-radius: 0.5rem;
    padding: 1.5rem;
    margin-bottom: 2rem;
}

.modern-blog .toc-title {
    font-weight: 700;
    margin-bottom: 1rem;
    font-size: 1.2rem;
}

.modern-blog .toc-list {
    list-style-type: none;
    padding-left: 0;
}

.modern-blog .toc-list li {
    margin-bottom: 0.5rem;
}

.modern-blog .toc-list a {
    color: #444;
    text-decoration: none;
}

.modern-blog .toc-list a:hover {
    color: var(--primary-color);
}

.text-size-small.medium.hero {
    color: #002147;
    text-transform: uppercase;
    font-weight: 500;
}

.heading-h1-hero {
    color: #0f141e;
    text-transform: capitalize;
    font-size: 48px;
    line-height: 64px;
    font-weight: 600;
}

.text-size-regular.is-heroee._85 {
    color: #2c374f;
    font-size: 1rem;
}

.banner_bottom .btn-outline-primary {
    background-color: transparent;
    border-color: #002147;
    color: #002147;
    font-weight: 600;
    padding: 10px;
    border-radius: 8px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.banner_bottom .btn-outline-primary:hover {
    background-color: #002147;
    color: #fff;
}

.serv_slide.destination-card {
    box-shadow: none;
}

.slick-initialized .slick-slide {
    margin: 0 8px;
}

.blog-new.gm-sec h2 {
    font-size: 3em;
    color: #357380;
    text-transform: uppercase;
}

.blog-new.gm-sec {
    background: none;
}

.blog-highlight {
    margin: 32px 0;
}

.blog-highlight a {
    color: inherit;
    text-decoration: none;
    display: inline-block;
    padding: 12px;
    border-radius: 15px;
}

.blog-highlight a:hover {
    background-color: #f9e6ca;
}

.blog-highlight .title {
    font-size: 16px;
    font-weight: 700;
}

.blog-highlight p {
    font-size: 14px;
    color: #8b8b8b;
    font-weight: 500;
}

.blog-highlight span {
    font-weight: 600;
}

.blog-highlight .img-wrap {
    position: relative;
}

.blog-highlight .blog-count {
    font-size: 14px;
    font-weight: 600;
    background-color: #fff;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 20px;
}

.blog-highlight-list {
    background-color: #FDF0DD;
    padding: 24px;
    border-radius: 25px;
}

.visa-card li {
    margin-bottom: 8px;
}

.visa-card li a {
    font-weight: 500;
    color: #002147;
    text-decoration: none;
    display: inline-block;
}


/* Responsive Adjustments */

@media (max-width: 991px) {
    .cn-formsec .section-title,
    .cn-mapsec h3,
    .cn-smsec h3 {
        font-size: 1.75rem;
    }
    .contact-form,
    .info-card {
        padding: 2rem;
    }
    .social-icon {
        width: 50px;
        height: 50px;
        font-size: 1.25rem;
        margin: 0 8px;
    }
}

@media (max-width: 767px) {
    .cn-formsec .section-title,
    .cn-mapsec h3,
    .cn-smsec h3 {
        font-size: 1.5rem;
    }
    .map-container {
        height: 350px;
    }
    .social-icon {
        width: 45px;
        height: 45px;
        font-size: 1.125rem;
        margin: 0 5px;
    }
    .banner_bottom h1 {
        font-size: 24px;
        line-height: 1.5;
    }
    .banner_bottom .text-size-small.medium.hero {
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 8px;
    }
    .blog-highlight-list {
        text-align: center;
    }
    .blog-highlight-list img {
        margin-bottom: 16px;
    }
    .blog-highlight .img-wrap {
        position: relative;
        width: max-content;
        margin: auto;
    }
    .px-80 {
        padding: 0;
    }
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
    display: none;
}


/* Desktop hover */

@media (min-width: 992px) {
    .dropdown-submenu:hover>.dropdown-menu {
        display: block;
    }
}


/* Mobile stack below */

@media (max-width: 991.98px) {
    .dropdown-submenu>.dropdown-menu {
        position: relative;
        top: 0;
        left: 0;
        display: none;
        margin-left: 0;
    }
    .dropdown-submenu.show>.dropdown-menu {
        display: block;
        margin: 10px;
    }
}

.title-bottom {
    color: #f8fafc;
    font-size: 20px;
}

.serv {
    background-image: url(../images/serv-1.png);
    background-position-x: right;
    background-position-y: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.accordion-button:not(.collapsed) {
    background-color: #002147;
    color: #fff;
}

.accordion-button {
    font-weight: 600;
}

.accordion-button:focus {
    box-shadow: 0 0 0 0.25rem #2a7f7f50;
}

.cta-form {
    background: url('../images/banner4.webp');
    background-size: cover;
    background-position: center;
    position: relative;
    .overlay {
        position: absolute;
        background-color: #0021477d;
        width: 100%;
        height: 100%;
        top: 0;
    }
    .h-form {
        background-color: #FFFFFF63;
        margin: 0px 50px 0px 50px;
        padding: 60px 40px 60px 40px;
        border-radius: 10px;
        .form-control {
            margin-bottom: 20px;
            padding: 16px 24px;
        }
        .message-box {
            min-height: 100px;
        }
    }
    p {
        color: #dcdcde;
    }
}

.z-1 {
    position: relative;
    z-index: 1;
}

.bg-prime {
    background-color: #002147;
}

.px-80 {
    padding: 0 80px;
}

.why--list p {
    background: transparent;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}

.why--list img {
    height: 50px;
    width: auto;
}

.why--list .whylist {
    border-bottom: 3px solid #fff;
    margin-bottom: 20px;
    padding-bottom: 8px;
    width: 80%;
}

.left_box {
    position: relative;
    background: url('../images/why-bg.png');
    background-size: cover;
    height: 100%;
}

.why-img-1 {
    position: absolute;
    bottom: 40px;
    left: -140px;
}

.why-img-1 img {
    height: 60px;
}

.sia {
    background-image: url('../images/service/Australia Skilled Immigration_600x1110px.png');
}

.asv {
    background-image: url('../images/service/Australia Student Visa_600x1110px.png');
}

.avv {
    background-image: url('../images/service/Australia Visit visa_600x1110px.png');
}

.awp {
    background-image: url('../images/service/Australia Work permit_600x1110px.png');
}

.sic {
    background-image: url('../images/service/Canada  Skilled Immigration_600x1110px.png');
}

.csv {
    background-image: url('../images/service/Canada Student Visa_600x1110px.png');
}

.cvv {
    background-image: url('../images/service/Canada Visit visa_600x1110px.png');
}

.cwp {
    background-image: url('../images/service/Canada Work permit_600x1110px.png');
}

.ewp {
    background-image: url('../images/service/Europe Work permit_600x1110px.png');
}

.evv {
    background-image: url('../images/service/Europe Work permit_600x1110px.png');
}

.vv {
    background-image: url('../images/service/serv-1.png');
}

.mainservcdetails {
    background-size: 32% !important;
}

.team span {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    color: #0a0a0a;
    letter-spacing: 0.5px;
}

.team-pic {
    border-radius: 250px;
    width: auto;
}

.team h2 {
    font-size: 28px;
    color: #000;
    font-weight: 600;
}

.team h2 span {
    font-size: 32px;
    color: #002147;
    font-weight: 600;
    text-transform: unset;
}

.team .sign {
    height: 60px;
    width: auto;
}

.team h5 {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 24px;
    color: #0a0a0a;
}

.team h6 {
    font-size: 14px;
    color: #3f4b3f;
    font-weight: 600;
}

.wa-btn {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 999;
}

.wa-btn img {
    height: 40px;
    width: auto;
}

.footer {
    font-size: 13px;
}

@media (max-width: 767px) {
    .px-80 {
        padding: 0 16px;
    }
    .why--list .whylist {
        width: 100%;
    }
    .why--list p {
        font-size: 18px;
    }
    .why--list .whylist {
        border-width: 2px;
    }
    .left_box {
        min-height: 400px;
    }
    .why-img-1 {
        top: -50px;
        left: 0;
        right: 0;
        text-align: center;
    }
    .why-img-1 img {
        height: auto;
        width: 80%;
        margin: auto;
    }
    .bg-prime .large {
        font-size: 40px;
    }
    .cta-form .h-form {
        margin: 0;
        padding: 24px;
    }
    .mainservcdetails {
        background: none;
    }
}