* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Roboto';
    color: #fff;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Bold.woff2') format('woff2'),
    url('../fonts/Roboto-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-LightItalic.woff2') format('woff2'),
    url('../fonts/Roboto-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Italic.woff2') format('woff2'),
    url('../fonts/Roboto-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Black.woff2') format('woff2'),
    url('../fonts/Roboto-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-BlackItalic.woff2') format('woff2'),
    url('../fonts/Roboto-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Light.woff2') format('woff2'),
    url('../fonts/Roboto-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-BoldItalic.woff2') format('woff2'),
    url('../fonts/Roboto-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Thin.woff2') format('woff2'),
    url('../fonts/Roboto-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-MediumItalic.woff2') format('woff2'),
    url('../fonts/Roboto-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Medium.woff2') format('woff2'),
    url('../fonts/Roboto-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.woff2') format('woff2'),
    url('../fonts/Roboto-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-ThinItalic.woff2') format('woff2'),
    url('../fonts/Roboto-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}
.top-right span i {
    padding-right: 4px;
}
.main-nav {
    position: absolute;
    width: 100%;
    z-index: 99;
}
.small-btn {
    display: inline-block;
    padding: 8px 25px;
    border-radius: 5px;
    font-weight: 700;
    color: #fff;
    font-size: 17px;
    border: none;
    background: #25693e;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}
.small-btn:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
.small-btn-bg:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
.small-btn:hover{
    color: #fff;
}
.header-logo {
    position: absolute;
    z-index: 99;
    top: 39px;
    left: 91px;
}
.button-bg i {
    line-height: 36px;
    border-radius: 50%;
    text-align: center;
    background: #dddddd;
    width: 37px;
    font-size: 20px;
    height: 37px;
    justify-content: center;
    display: inline-block;
}
.button-bg {
    text-decoration: none;
    padding: 13px 20px 13px 10px;
    margin-top: 19px;
    font-weight: 400;
    border: 1px solid #fff;
    border-radius: 32px;
    background: #FFF;
    color: #000000;
    font-size: 20px;
    cursor: pointer;
}
.banner-btn p {
    margin-bottom: 0px;
    margin-top: 20px;
}
.banner-btn {
    position: absolute;
    bottom: 56px;
}
.button-bg:hover{
    color: #000;
}
.button-bg.button {
    background: transparent;
    color: #fff;
    margin-right: 15px;
    padding: 13px 36px;
}
.header-logo img {
    width: 128px;
}
.container {
    z-index: 2;
    justify-content: space-between;
    align-items: center;
    max-width: 1450px;
}
.contact-info {
    display: flex;
    align-items: center;
    gap: 15px;
}

.contact-info i {
    font-size: 1.8rem;
    color: #ffff;
}

.contact-info p {
    margin: 0;
    font-size: 0.9rem;
}

.contact-info h3 {
    margin-top: 3px;
    font-size:25px;
}
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background: #236a41;
}

::-webkit-scrollbar {
    width: 3px;
    background-color: #dfdfdf;
    height: 2px;
}
.banner-right {
    background: rgb(0 0 0 / 49%);
    padding: 50px 41px;
    border-radius: 8px;
    max-width: 545px;
    width: 100%;
    border: 1px solid #ffffff4d;

}
.modal-contact-form .contact-btn button {
    width: 100%;
}
button.btn-close {
    display: flex;
    justify-content: center;
    font-size: 30px;
    border-radius: 50%;
    line-height: initial;
    opacity: 1;
    filter: none;
    color: #ffffff !important;
    background-image: none;
}
.form-box h3 {
    font-weight: 500;
    text-align: center;
    line-height: 33px;
    color: #000;
    font-size: 27px;
    margin-bottom: 30px;

}

.strategic-content .section-title {
    color: #fff;
    padding-bottom: 11px;
    line-height: normal;
    font-size: 40px;
    justify-content: left;
}
.section-title {

    color: #000;
    justify-content: center;
    align-self: stretch;
    align-items: center;
    padding-top: 0;
    padding-bottom: 2rem;
    display: flex;
    font-weight: 700;
    font-size: 46px;
    margin-bottom: 15px;
}

form button {
    width: auto;
    padding: 7px 31px;
    margin-top: 19px;
    border: none;
    font-size: 19px;
    border-radius: 5px;
    background: #000000;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
button[disabled] {
    opacity: .7;
    cursor: not-allowed;
}
form button:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
.loading {
    padding-left: 3px;
}
.ri-loader-line {
    animation: 2s linear infinite ri-spin;
    display: inline-block;
    font-size: 17px;
}
@keyframes ri-spin {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
} 

.features {
    background: #0096ff;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 197px;
    padding: 30px 10px;
    flex-wrap: wrap;
    text-align: center;
}

.feature-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
}

.feature-box img {
    width: 57px;
    margin-bottom: 10px;
    filter: brightness(100);
}

.feature-box p {
    font-size: 0.95rem;
    font-weight: 500;
    margin-bottom: 0px;
}
.logo img {
    width: 273px;
}
.contact-form-group {
    margin-bottom: 14px;
    position: relative;
}
.contact-form-group label {
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 7px;
}
.header-info-right {
    margin-top: 17px;
}

.header-info-right span {
    margin-right: 12px;
}
.header-info-right a:hover{
    background-color: #0096ff;
}
.header-info-right a {
    text-decoration: none;
    color: #ffffff;
    border-radius: 50%;
    width: 35px;
    align-items: center;
    justify-content: center;
    margin-right: 9px;
    font-size: 22px;
    display: inline-flex;
    height: 35px;
    border: 1px solid #fff;
    padding: 6px;
}
.modal-inner-data  input{
    background-color: transparent !important;
}
.modal-header h3 {
    margin-bottom: 0px;
    font-size: 19px;
}
.modal-header{
    background-color: transparent;
    width: 100%;
    border-bottom: 1px solid #ffffff47;
}
/*.whatsapp-info {
    position: fixed;
    z-index: 999;
    right: 20px;
    bottom: 51px;
}*/
.modal-dialog {
    max-width: 723px;
}
.modal-content{
    align-items: center;
    justify-content: center;
    background-color: #27292d;
    border: 1px solid #dee2e64d;
    border-radius: 10px;
    box-shadow: 0px 2px 10px 3px rgba(0, 0, 0, 0.3);
    background-position: center;
    background-size: cover;
    z-index: 1;
}
.modal-inner-data {
    width: 100%;
    padding: 24px;
    align-items: center;
    justify-content: center;
    background-position: center;
    background-size: cover;
}
.modal-img img {
    width: 100%;
    height: 100%;
    border-radius: 0px 0px 6px 0px;
}

.modal-img {
    width: 82%;
}
.modal-body.modal-contact-form {
    padding: 0px 0px;
    width: 100%;
}
.modal-form {
    display: flex;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}
.contact-details .mob-num-info input{
    background-color: #fff !important;
}
.contact-form-group input, .contact-form-group textarea {
    border: 1px solid #cccccc;
    border-radius: 5px;
    background: #090909;
    font-size: 14px;
    outline: none;
    color: #fff;
    padding: 12px 20px;
    transition: border-color .3s ease-in-out;
    width: 100%;
}
.card-section{
    background-image: url('../img/banner-1.webp');
    background-size: cover;
    width: 100%;
    min-height: 800px;
    background-attachment: fixed;
}
.unit-type-info .dropdown-menu{
    width: 100%;
    background: #ffffff;
}
.unit-type-info .select-dropdown {
    width: 100%;
}
.select-dropdown {
    position: relative;
    display: inline-block;
    text-align: left;
    width:103px;
    background: #090909;
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 10px 10px;
    vertical-align: middle;
    cursor: pointer;
}
.select-dropdown .selected-item {
    display: inline-block;
    font-size: 15px;
}
.select-dropdown img {
    width: 20px;
    height: 14px;
    object-fit: cover;
    vertical-align: middle;
}
.select-dropdown i {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    transition: transform 0.3s ease;
}
.dropdown-menu {
    position: absolute;
    top: 50px;
    left: 0;
    width: 218px;
    background: #000;
    border: 1px solid #e5e5e559;
    border-radius: 6px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    display: none;
    z-index: 10;
    padding: 0px !important;
}
.search-dropdown {
    padding: 10px 6px;
    border-bottom: 1px solid #eeeeee3d;
}
.language-options {
    list-style: none;
    max-height: 150px;
    overflow-y: auto;
    margin: 0;
    padding: 5px 0;
}
.select-unit-value {
    color: #000;
    font-size: 15px;
}
.select-dropdown i.rotate {
    transform: translateY(-57%) rotate(180deg);
}
.select-unit {
    width: 100%;
    font-family: Arial, sans-serif;
}

button span{
    padding-left: 5px;
}

.small-btn .ri-loader-line{
    animation: 2s linear infinite ri-spin;
    display: inline-block;
    font-size: 17px;
    color: #fff;
}
.small-btn-bg .ri-loader-line{
    animation: 2s linear infinite ri-spin;
    display: inline-block;
    font-size: 17px;
    color: #000;
}

@keyframes ri-spin {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}
.small-btn:focus-visible{
    outline: none;
    border: none;
}
.thank-you-box {
    text-align: center;
    margin-top: 56px;
    padding: 32px;
    max-width: 652px;
    background: #FFFFFF;
    border-radius: 10px;
}
.thank-you-info{
    position: relative;
    min-height:100vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url('../img/inner-bg.webp');
    background-position: center;
    background-size: cover;
}

.select-unit-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 14px;
    border: 1px solid #ccc;
    border-radius: 6px;
    cursor: pointer;
    background: #fff;
}

.select-unit-arrow {
    transition: transform 0.3s ease;
    color: #000000e3;
    font-size: 20px;
    line-height: normal;
}

.select-unit.active .select-unit-arrow {
    transform: rotate(180deg);
}

.select-unit-list {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    margin-top: 5px;
    list-style: none;
    padding: 0;
    display: none;
    max-height: 200px;
    overflow-y: auto;
    z-index: 10;
}

.select-unit.active .select-unit-list {
    display: block;
}

.select-unit-list li {
    padding: 10px 14px;
    cursor: pointer;
    color: #000;
    text-align: left;
    border-bottom: 1px solid #00000038;
    transition: background 0.2s;
}

.select-unit-list li:hover {
    background: #f1f1f1;
}

.unit-type-info .language-options li{
    border-bottom: 1px solid #0000003d;
    padding: 9px 10px;
}
.language-options li {
    display: flex;
    align-items: center;
    color: #000;
    gap: 6px;
    padding: 6px 10px;
    cursor: pointer;
    transition: background 0.2s ease;
}
.language-options li:hover{
    background-color: #ffffff12;
}
.form-control:focus{
    box-shadow: none;
    border-color: #206b44;
}
.select-dropdown img {
    width: 20px;
    height: 14px;
    object-fit: cover;
    vertical-align: middle;
}
.package-content.license-cancellation .faq-content{
    width: 100%;
}
.country-input {
    display: inline-block;
    width: calc(100% - 110px) !important;
    padding: 12px 12px;
    border: 1px solid #ccc;
    background: #090909 !important;
    border-radius: 6px;
    font-size: 15px;
    vertical-align: middle;
    margin-left: 3px;
    background: var(--whiteColor) !important;
}
.contact-main-info {
    position: relative;
    background-image: url('../img/bg-info.webp');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    text-align: center;
    z-index: 1;
}
.contact-main-info .section-title{
    margin-bottom: 20px;
    color: #fff;
}
.testimonials-data-info .sec-title h2{
    color: #fff;
}
.country-input {
    background: #fff !important;
}
.contact-inner-details{
    width: 100%;
    border-radius: 20px;
}
.package-content .sec-title span{
    color: #25693e;
}
span.free-visa-label {
    background: #236a41;
    color: #fff;
    display: flex;
    margin-bottom: 20px;
    width: max-content;
    padding: 5px 9px;
}
.contact-details {
    padding: 34px 55px;
    margin-bottom: 44px !important;
    width: 49%;
    border-radius: 20px;
    background: #0909097a;
}
.testimonials-data-info{
    width: 49%;
}
.contact-details-info{
    display: flex;
    align-items: center;
    gap: 52px;
}
.testimonial-section {
    max-width: 900px;
/* margin: 60px auto; */
position: relative;
color: #fff;
padding: 0 20px;
}
.testimonial-header {
    display: flex;
    justify-content: end;
    align-items: center;
    margin-bottom: 15px;
}
.user-name-info{
    width: 30px;
    height: 30px;
    display: flex;
    font-weight: 700;
    border-radius: 50%;
    background-color: #005c98;
    color: #fff;
    align-items: center;
    justify-content: center;
}
.user-info {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}                              
.user-img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.user-name {
    font-weight: 600;
}
.testimonial-card {
    background: #2b2b2b;
    border-radius: 16px;
    padding: 25px;
    position: relative;
    min-height: 150px;
}
.stars {
    color: #ffc107;
    font-size: 18px;
    margin-bottom: 10px;
}
.testimonial-text {
    font-size: 14px;
    line-height: 1.6;
    color: #eee;
}
.swiper-button-prev.custom-prev{
    position: relative;
    width: 38px;
    height: 38px;

}
.swiper-button-next.custom-next{
    position: relative;
    width: 38px;
    height: 38px;
}
.nav-buttons {
    display: flex;
    gap: 32px;
}
.google-icon {
    position: absolute;
    right: 15px;
    top: 15px;
    color: #000;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}
.custom-prev,
.custom-next {
    width: 32px;
    height: 32px;
    background: #222;
    border-radius: 50%;
}

.swiper-button-prev::after,
.swiper-button-next::after {
    font-size: 15px !important;
    color: #fff;
}
.main-footer {
    background: url("../img/bg-info.webp") top/cover no-repeat;
    color: #fff;
}
.footer-inner-text-box p {
    font-size: 16px;
    font-weight: 300;
    color: #ffffff;
    margin: 0;
}
.email-input-box
{
    position: relative;
    margin-top: 15px;
}
.email-input-box input {
    width: 100%;
    height: 45px;
    border-radius: 8px;
    border: unset;
    background: rgba(237, 251, 255, 1);
    padding: 11px 20px;
    padding-right: 60px;
}
.email-input-box button {
    color: #fff;
    gap: 0px;
    height: 36px;
    border-radius: 10px;
    border: unset;
    margin: 0px;
    font-size: 16px;
    padding: 0px 14px;
    display: flex;
    align-items: center;
    font-weight: 500;
    background-color: #206b44;
    position: absolute;
    right: 4px;
    top: 50%;
    transform: translateY(-50%);
}
.subscribe-btn {
    height: 36px;
    position: absolute;
    right: 2px;
    top: 5px;
}
.footer-details {
    margin: auto;
    display: grid;
    grid-template-columns: 3fr 1fr 2fr;
    gap: 83px;
    align-items: start;
}
.social svg {
    width: 19px;
}
.footer-logo p {
    margin-top: 15px;
    line-height: normal;
}
.footer-links ul {
    list-style: none;
    padding: 0;
}
.footer-links li {
    margin-bottom: 10px;
    cursor: pointer;
}

.contact-item .icon {
    font-size: 22px;
}
.footer-bottom p{
    margin: 0px;
}

.footer-payments span {
    margin: 0 5px;
    background: #fff;
    color: #000;
    padding: 2px 6px;
    border-radius: 4px;
}

.footer-policy a {
    color: #fff;
    margin-left: 15px;
    text-decoration: none;
}

.overlay {
    background: rgb(0 0 0 / 41%);
    padding: 60px 0;
}
.overlay-footer{
    padding: 60px 0;
    padding-top: 156px;
    background: rgb(0 0 0 / 89%);
}
.contact-item .icon i {
    background: #ffffff;
    color: #236a41;
    padding: 7px 7px;
    border-radius: 50%;
}

/* SOCIAL */
.footer-social {
    margin-top: 20px;
    display: flex;
    gap: 10px;
}
.social:hover{
    background-color:#1d6c47;
    color: #fff;
    border-color: #fff;
}
.email-input-box input:focus-visible{
    outline: none;
}
.social {
    width: 36px;
    height: 36px;
    background: transparent;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
    color: #e4e4e4;
    text-decoration: none;
    border: 1px solid #e7e7e7;
    font-weight: bold;
}
.footer-links h4 {
    margin-bottom: 27px;
}
section.contact-main-info.contact-add-inner {
    margin-top: 84px;
    background-size: contain;
    padding: 60px 0;
}
.contact-add-inner .contact-details{
    background: #000000e8;
}
.contact-details h2 {
    font-size: 27px;
    margin-bottom: 30px;
}
.contact-form-group select{
    border: 1px solid #cccccc;
    border-radius: 5px;
    font-size: 14px;
    outline: none;
    padding: 12px 20px;
    cursor: pointer;
    transition: border-color .3s ease-in-out;
    width: 100%;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='black' viewBox='0 0 16 16'%3E%3Cpath d='M1.5 5l6 6 6-6'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 9px center;
    background-size: 14px;
    box-sizing: border-box;
}
.contact-form-group select.rotate {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='black' viewBox='0 0 16 16'%3E%3Cpath d='M1.5 11l6-6 6 6'/%3E%3C/svg%3E");
}
.footer-contact-box {
    background: #25693e;
    padding: 42px 30px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    z-index: 1;
    position: relative;
    border-radius: 8px;
}
.contact-item p{
    margin-bottom:0px ;
}
.contact-item {
    display: flex;
    gap: 15px;
    margin-bottom: 0;
    border-right: 1px solid #ffffff7a;
    padding-left: 59px;
}
.contact-add-info{
    margin-top: 61px;
    margin-bottom: -91px;
}
.contact-item:last-child{
    margin-bottom: 0px;
    border: none;
}
.contact-item:first-child{
    padding-left: 0px;
}
.contact-item .icon {
    font-size: 22px;
}
.footer-logo img {
    width: 234px;
}
.footer-bottom {
    background: #236a41;
    padding: 15px 5%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.add-location-info {
    text-align: center;
    margin: auto;
    margin-top: 55px;
    max-width: 1200px;
}
.add-location-info iframe{
    width: 100%;
    height: 400px;
}
.footer-payments span {
    margin: 0 5px;
    background: #fff;
    color: #000;
    padding: 2px 6px;
    border-radius: 4px;
}
.footer-links li a{
    color: #fff;
    text-decoration: none;
    transition: all 0.5s;
}
.footer-links li a:hover{
    padding-left: 10px;
}
.footer-policy a {
    color: #fff;
    margin-left: 15px;
    text-decoration: none;
}
.contact-item a {
    color: #fff;
    text-decoration: none;
}
/* ===== About Us Section ===== */
.about-us-section {
    position: relative;
    padding: 120px 0;
    background: #f2f2f2;
    color: #000;
}

.about-us-info {
    margin: 0 auto;
    display: flex;
    gap: 45px;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.about-us-content {
    flex: 1 1 47%;
    z-index: 2;
}

.abou-btn-info .small-btn-bg{
    gap: 10px;

}
.abou-btn-info {
    display: flex;
    gap: 17px;
    margin-top: 44px;
}
.small-btn-bg:hover{
    color: #000;
}
.small-btn-bg {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    width: fit-content;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    padding: 9px 23px;
    background: #FFFFFF;
    transition: all 0.3s ease-in-out;
    border-radius: 5px;
}
.sec-title h2 {
    font-size: 39px;
    color: #000;
    font-weight: 500;
}
.sec-title {
    margin-bottom: 41px;
}
.sec-title p {
    text-align: center;

}

.why-choose-card .sec-title p{
    color: #555;
}
.about-us-content .sec-title {
    margin-top: 4px;
    margin-bottom: 23px;

}
.services-card a{
    text-decoration: none;
    color: #25693e;
    font-weight: 700;
}
.about-icon-item p {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1px;
}
.sub-title {
    color: #25693e;
    font-size: 19px;
    font-weight: 600;
}
.about-us-text {
    font-size: 16px;
    color: #000000;
    margin-bottom: 20px;
}

.about-us-text.italic {
    font-style: italic;
}

.about-us-btn {
    display: inline-block;
    padding: 12px 35px;
    border: 1px solid #fff;
    border-radius: 30px;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
}

.about-us-btn:hover {
    background: #fff;
    color: #007fae;
}

.about-us-map {
    flex: 1 1 31%;
    text-align: center;
}

.about-us-map img {
    max-width: 85%;
    height: auto;
}

/* ===== Button ===== */
.btn-wrapper {
    margin-top: 70px;
}

.btn-enquire {
    display: inline-block;
    padding: 14px 45px;
    border: 1px solid #000;
    border-radius: 40px;
    color: #000;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
    font-size: 1rem;
}

.btn-enquire:hover {
    background-color: #000;
    color: #fff;
}

.contact-details .form-box h3{
    color: #fff;
    font-size: 30px;
}
.mob-num-info .contact-card-info .select-dropdown{
    text-align: left;
}
.mob-num-info .search-box{
    padding: 7px 12px;
    color: #000 !important;

}
.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: scale(0.2);
}
.modal.fade.show .modal-dialog {
    transform: scale(1);
}
.modal-dialog-centered ::-webkit-input-placeholder{
    color: #CECECE;
}
.btn-close:hover{
    opacity: 1;
}
.btn-close:focus{
    box-shadow: none;
}
.mob-num-info .language-options li:hover {
    background-color: #56565612;
}
.mob-num-info .dropdown-menu{
    background-color: #fff;
}
.mob-num-info .language-options li{
    color: #000;
}
.contact-card-info .contact-form-group label{
    text-align: left;
}
.contact-card-info .contact-form-group input, .contact-form-group textarea{
    background: #fff ;
    color: #000000;
}
.contact-card-info .select-dropdown{
    background: #fff;
    color: #000000;
}
.modal-inner-data .select-unit-arrow{
    color: #fff;
}
.modal-inner-data input {
    background: rgb(237 237 237 / 0%) !important;
    color: #fff !important;
    border-color: #ffffff2b;

}
input.search-box.form-control {
    border: 1px solid #00000045 !important;
}
.modal-inner-data .select-unit-value{
    color: #fff;
}
.modal-inner-data .select-unit-head{
    background: rgb(237 237 237 / 0%) !important;
    color: #fff !important;

}
.modal-inner-data .select-dropdown{
    background: rgb(237 237 237 / 0%) !important;
    color: #fff !important;
    border-color: #ffffff2b !important;
}
.services-section{
    padding:80px 0;
    background:#25693e;
}
.services-section .sec-title h2{
    text-align: center;
    color:#fff;
}

.services-title{
    text-align:center;
    color:#fff;
    font-size:47px;
    font-weight:600;
    margin-bottom:50px;
}

.services-grid{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 27px;
}

.services-card{
    color: #fff;
    padding: 14px;
    width: 30.33%;
    background: #ffffff;
    border-radius: 11px;
}
.error {
    color: #ff4d4f !important;
    display: block;
    font-weight: 400 !important;
    font-size: 15px !important;
    text-align: left;
    padding-left: 2px;
    margin-bottom: 0px !important;
}
.form-control.is-invalid, .was-validated .form-control:invalid {
    background-image: none;
}

.services-card-image{
    width:100%;
    height:180px;
    object-fit:cover;
    margin-bottom:15px;
}

.services-card-title{
    font-size: 18px;
    font-weight: 700;
    margin-top: 6px;
    color: #000;
    margin-bottom: 12px;
}

.services-card-text{
    font-size: 16px;
    line-height: normal;
    color: #000;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all 0.5s ease;
}
.services-card-text.active {
    -webkit-line-clamp: unset;
    overflow: visible;
}
.services-card-bottom:first-of-type{
    grid-column:1 / 2;
}

.services-card-bottom:last-of-type{
    grid-column:2 / 3;
}
.services-banner-content h1 span{
    color: #41e486;
}
.services-banner-content.servieces-hero-content h1 {
    margin-bottom: 13px;
}
.map-sec iframe {
    width: 100%;
    height: 100%;
}
.services-banner-content.servieces-hero-content ul {
    padding: 0px;

}
.services-banner-content.servieces-hero-content ul li {
    list-style: none;
    margin-bottom: 9px;
    font-weight: 500;
    font-size: 20px;
}
.services-banner-content.servieces-hero-content p {
    font-size: 23px;
    padding: 5px 13px;
    margin-top: 27px;
    margin-bottom: 34px;
    background: #0000007d;
    border: 1px solid #ffffffbf;
}

/* Section */
.aml-services-section {
    background: linear-gradient(to bottom, #eef3f7, #f8fafc);
    padding: 70px 20px;
}
.info-why-wrapper .sec-title {
    margin-bottom: 63px;
}
.section-header {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 50px;
}
.info-why-section .sec-title p{
    color: #000;
}
.info-why-text p {
    margin-bottom: 4px;
    font-size: 19px;
    color: #236a41;
}
.info-why-text span {
    color: #676767;
}
.section-title {
    font-size: 32px;
    color: #000;
    margin: 0;
    white-space: nowrap;
}

.section-line {
    flex: 1;
    height: 2px;
    background: #d5dee7;
}
.services-wrapper {
    background: #ffffff;
    border-radius: 12px;
    padding: 50px 30px;
    display: flex;
    justify-content: space-between;
    gap: 40px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.05);
}
.service-card {
    flex: 1;
    text-align: center;
    padding: 0 20px;
    position: relative;
}
.service-card:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 20%;
    height: 60%;
    width: 1px;
    background: #e0e6ed;
}
.special-focus-section {
    background: #edf2f5;
    padding: 80px 20px;
}
.special-focus-header {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 60px;
}

.special-focus-title {
    font-size: 32px;
    font-weight: 700;
    color: #1f2a44;
    margin-bottom: 15px;
}

.special-focus-title span {
    color: #236a41;
}

.special-focus-subtitle {
    font-size: 16px;
    color: #5c6b7a;
    line-height: 1.7;
}

/* Wrapper */
.special-focus-wrapper {
    display: flex;
    align-items: center;
    gap: 60px;
}

/* Left Content */
.focus-content {
    flex: 1;
}

.focus-block {
    margin-bottom: 35px;
}

.focus-heading {
    font-size: 22px;
    font-weight: 700;
    color: #206b44;
    margin-bottom: 15px;
}

.focus-list {
    padding-left: 20px;
}

.focus-list li {
    margin-bottom: 10px;
    color: #444;
    line-height: 1.6;
}

/* Button */
.focus-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(90deg, #0b1f44, #c51e2f);
    color: #fff;
    padding: 12px 24px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s ease;
}

.focus-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.15);
}

.btn-icon {
    font-size: 14px;
}

/* Image */
.focus-image {
    flex: 1;
}

.focus-image img {
    width: 100%;
    border-radius: 20px;
    display: block;
}
.service-icon {
    margin-bottom: 20px;
}

.service-icon img {
    width: 100%;
    height: auto;
}

.service-title {
    font-size: 20px;
    font-weight: 600;
    color: #0f3554;
    margin-bottom: 10px;
}

.service-description {
    font-size: 15px;
    color: #5a6b7b;
    line-height: 1.6;
    margin: 0 auto;
}


.location-main-info {
    display: flex;
}
.location-main-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.property-gallery {
    background-color: #f8f9fb;
    padding: 80px 0;
}
.faq-content {
    width: 64%;
}
.faq-img img {
    width: 100%;
}
.faq-img {
    width: 24%;
}
.faq-wrapper{
    padding: 94px 0px;
    margin: auto;
}
.faq-main-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.faq-wrapper h2{
    text-align:center;
}

.faq{
    background:#0b0b0b;
    border-radius:12px;
    margin-bottom:12px;
    overflow:hidden;
}

.faq-header{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:18px 22px;
    cursor:pointer;
}

.faq-header span{
    color:#fff;
    font-size:19px;
    font-weight:600;
}

.faq-arrow{
    width:10px;
    height:10px;
    border-right:2px solid #fff;
    border-bottom:2px solid #fff;
    transform:rotate(45deg);
    transition:0.3s ease;
}

.faq-body{
    height:0;
    overflow:hidden;
    transition:height 0.35s ease;
    padding:0 22px;
}

.faq-body p{
    color: #d0d0d0;
    font-size: 16px;
    line-height: normal;
    margin-bottom: 0;
    padding-bottom: 9px;
}
.faq.active .faq-arrow{
    transform:rotate(-135deg);
}
.strategic-content p{
    font-size: 22px;
    line-height: normal;
    padding-right: 54px;
    color: #000;
    font-weight: 300;
    margin-bottom: 17px;
}

.btn-callback{
    display:inline-block;
    margin-top:20px;
    padding:10px 18px;
    font-size:13px;
    background:#fff;
    color:#000;
    text-decoration:none;
    border-radius:4px;
    font-weight:600;
}

.setup-section {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.setup-card {
    position: relative;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 80px 40px;
    overflow: hidden;
}

.setup-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    z-index: 0;
}
.freezone::before {
    background-image: url("../img/free-zone-1.webp");
}

.mainland::before {
    background-image: url("../img/mainland-1.webp");
}

.offshore::before {
    background-image: url("../img/offshore-1.webp");
}

.freezone .setup-overlay {
    background: rgb(0 89 170 / 45%);
}

.mainland .setup-overlay {
    background: rgb(0 40 100 / 53%);
}

.offshore .setup-overlay {
    background: rgb(0 0 0 / 55%);
}

.setup-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.setup-content {
    position: relative;
    z-index: 2;
    background: #0b0b0bc7;
    padding: 29px;
    border-radius: 20px;
}

.setup-content h3 {
    font-size: 26px;
    margin-bottom: 15px;
}

.setup-content p {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.price {
    font-size: 16px;
    font-weight: bold;
}
.setup-card:hover::before {
    transform: scale(1.05);
    transition: 0.5s;
}

.business-section {
    padding: 100px 0;
}
.business-content {
    width: 55%;
}

.business-title {
    font-size: 42px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #000;
    font-weight: 500;
}

.business-text {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
    margin-bottom: 20px;
}

.btn-inquiry {
    display: inline-block;
    background: #1f4cff;
    color: #fff;
    padding: 12px 25px;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 600;
}
.business-img-wrap {
    width: 35%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}
.business-img-wrap::after{
    position: absolute;
    width: 600px;
    height: 600px;
    background: linear-gradient(360deg, rgb(35 106 65 / 90%) 0%, rgba(255, 255, 255, 1) 100%);
    border-radius: 50%;
    left: -1px;
    clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%);
    top: -8px;
    content: '';
    z-index: -1;
}
.business-img {
    width: 100%;
    position: relative;
    z-index: 2;
}
.why-choose-card .sec-title {
    color: #000;
}

/* ----why choose------ */
.why-choose-section {
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(180deg, #236a4124, #236a41);
    padding: 95px 0px;
}

/* MAIN CARD */
.why-choose-card {
    background: #fff;
    border-radius: 20px;
    padding: 60px;
    max-width: 1200px;
    width: 100%;
    text-align: center;
    box-shadow: 0 20px 50px rgba(0,0,0,0.15);
}
.why-choose-grid {
    display: grid;
    grid-template-columns: 1fr 1.2fr 1fr;
    align-items: center;
    gap: 40px;
    margin-top: 85px;
}
.why-choose-col {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.why-choose-item {
    text-align: center;
}

.why-choose-icon {
    font-size: 28px;
    color: #236a41;
    margin: auto;
    padding: 5px 12px;
    border-radius: 50%;
    background: #9bbcab59;
    width: fit-content;
    margin-bottom: 10px;
}

.why-choose-item h4 {
    margin-bottom: 10px;
    font-size: 18px;
    color: #000;
}

.why-choose-item p {
    font-size: 14px;
    color: #555;
}
.why-choose-img {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.choose-img-box {
    position: relative;
    border-radius: 8px;
}

.choose-img-box img {
    width: 278px;
    border-radius: 6px;
    display: block;
}
.our-news-featured-sec {
    background:#f5f5f5;
    padding: 100px 0;
}
.blog-title-info .sec-title{
    margin-bottom: 0px;
}
.blog-title-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}
.blog-title-info .small-btn{
    font-size: 14px;
    padding: 10px 16px;
}
.form-box p {
    margin-bottom: 1px;
    font-size: 18px;
}
.news-description p {
    font-weight: 400;
}

.blog-info-data a{
    text-decoration: none;

}
.read-more:hover{
    color: #000;
}
.read-more {
    color: #25693e;
    font-weight: 700;
    text-align: left;
    display: flex;
    margin-top: 6px;
}
.loader-bg {
    height: 200px;
    justify-content: center;
    display: flex;
    align-items: center;
}
.blog-card-img {
    height: 177px;
    overflow: hidden;
    position: relative;
}
.blog-card-img img {
    width: 100% !important;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease-in-out, opacity 0.3s ease-in-out;
}
.blog-description h2{
    font-size: 23px;
    font-weight: 700;
    color: #000;
    margin-top: 20px;
}
.blog-description ul li{
    color: #000;
}
.blog-info-data h3 {
    font-size: 16px;
    font-weight: 700;
    margin: 0px;
    color: #000;
    padding: 18px 0px 9px;
    max-width: 100%;
    transition: all .5s;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}
.blog-info-data h3:hover{
    color: #236a41 ;
}
.news-description {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    padding: 4px 0px;
    max-width: 100%;
    height: 64px;
    margin: 0 auto;

    line-height: 19px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
}
.blog-title-info .sec-title h2{
    color: #000;
}
.blog-title-info .sec-title p{
    margin: 0px;
    color: #555;
    text-align: left;
}
.news-date-time {
    display: flex;
    align-items: center;
    margin-top: 14px;
    border-top: solid 1px #c7c6c6;
    gap: 10px;
    padding-top: 7px;
    justify-content: space-between;
    color: var(--primaryColor);
    font-size: 15px;
}
.read-more-btn {
    color: #656565;
    font-size: 13px;
    cursor: pointer;
}
.blog-ftr-details {
    align-items: center;
    display: flex;
    gap: 6px;
}
.news-date-time span {
    font-size: 13px;
    font-weight: 500;
    color: #656565;
}
/* ---------------------------------------------------------------------------------------------------------------- */
.top-left img {
    width: 228px;
}
.header-menu{
    background: #25693e;
    position: absolute;
    align-items: center;
    z-index: 9;
    justify-content: space-between;
    display: flex;
    width: 100%;
    border-radius: 0px 0px 10px 10px;
} 
.business-info-data {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-menu .small-btn {
    border: 1px solid #fff;
    padding: 8px 10px;
    font-size: 14px;
    margin-right: 16px;
} 
.menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}
.header{
    position: relative;
}
.menu-item {
    position: relative;
}

.menu-item > a {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 15px 20px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
}
.arrow {
    display: inline-block;
    font-size: 18px;
    line-height: normal;
    transition: transform 0.3s ease;
}

.menu-item:hover  .arrow {
    transform: rotate(180deg);
}
.menu-item:hover  .submenu-item .arrow {
    transform: rotate(0deg);
}
.submenu {
    position: absolute;
    top: 100%;
    left: 0;
    background: #25693e;
    min-width: 240px;
    list-style: none;
    padding-left: 0;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transition: all 0.35s ease;
}
.menu-item:hover > .submenu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.submenu-item {
    position: relative;
}
.submenu.right {
    top: 0;
    left: 100%;
    transform: translateX(15px);
}
.submenu-item:hover > .submenu {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

.menu li a {
    display: flex;
    padding: 21px 20px;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    transition: background 0.3s ease;
}
.menu li a:hover {
    background: rgba(255,255,255,0.1);
}
.submenu a {
    display: flex;
    justify-content: space-between;
    padding: 12px 15px !important;
    border-bottom: 1px solid #ffffff42;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}


.highlight a {
    color: #ffd633;
    font-weight: bold;
}

.top-bar {
    background: #111;
    color: #fff;
    padding: 12px 9px;
}

.top-bar .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-right span {
    margin: 0 10px;
    font-size: 14px;
}
.top-right span a{
    font-size: 14px;
    text-align: none;
    color: #fff;
    text-decoration: none;
}

.btn-yellow {
    background: #ffd633;
    border: none;
    padding: 10px 18px;
    font-weight: bold;
    cursor: pointer;
}
.menu li {
    position: relative;
    list-style: none;
}



.menu li:hover {
    background: #ffffff17;
}
.dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    background: #0a1e4f;
    min-width: 260px;
    display: none;
    flex-direction: column;
}

.dropdown a {
    padding: 12px 15px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.has-dropdown:hover .dropdown {
    display: flex;
}
.overlay.overlay-inner {
    padding: 109px 0px;
}
/* HERO */
.hero {
    height: 100vh;
    background: url('../img/hero-bg.webp') center/cover no-repeat;
    position: relative;
    display: flex;
    align-items: center;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.6);
}

.hero-content {
    position: relative;
    color: #000;
    max-width: 600px;
}
.hero-content h1 {
    font-size: 58px;
    margin: 19px 0;
    font-weight: 600;
}
.hero-buttons {
    margin-top: 20px;
}
.btn-outline {
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
    padding: 10px 20px;
    margin-left: 10px;
    cursor: pointer;
}
.rating {
    margin-top: 20px;
    font-size: 14px;
}
/* ---blog------ */
.page-section {
    background-image: url('../img/blog-bg.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}
.page-header {
    padding: 151px 0;
    padding-bottom: 0px;
}
.our-news-featured-sec{
    background:#fff;
    padding: 100px 0;
}
.search-input {
    display: flex;
    max-width: 725px;
    margin: auto;
    margin-bottom: 23px;
    margin-top: 25px;
    position: relative;
}
.search-input .form-control {
    padding: 8px 12px;
    border: 1px solid #fff;
}
.custom-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    list-style: none;
    padding: 43px 0 10px;
    margin: 0;
}
.page-item:first-child .page-link {
    border-top-left-radius: 50px !important;
    border-bottom-left-radius: 50px !important;
}
.page-item:last-child .page-link {
    border-top-right-radius: 50px !important;
    border-bottom-right-radius: 50px !important;
}
.pagination .page-link {
    color: #000000;
}
li.page-item.disabled .page-link {
    pointer-events: none !important;
}
.active>.page-link, .page-link.active:focus{
    box-shadow: none !important;
}
.active>.page-link, .page-link.active {
    background-color: #236a41 !important;
    border-color: #236a41 !important;
    color: #fff;
}
.pagination .page-link:hover{
    background-color: #236a41 !important;
    border-color: #236a41 !important;
    color: #fff;
}
.search-input button {
    position: absolute;
    right: 0;
    bottom: 0;
    color: #fff;
    background: #236a41;
    border: none;
    border-radius: 0px 5px 5px 0px;
    padding: 9px 20px;
}
.our-blog-details.no-record {
    margin: auto;
    justify-content: center;
    text-align: center;
}

.our-blog-details {
    column-gap: 19px;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    row-gap: 23px;
}
.our-project-card {
    background: #fff;
    border-radius: 10px;
    box-shadow: none;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 12px;
    width: 24%;
}
.package-content.license-cancellation {
    padding: 20px;
}
.page-header h1 {
    color: var(--whiteColor);
    font-size: 35px;
    font-weight: 600;
    text-align: center;
}
.our-blog-box {
    padding: 85px 0;
}
.blog-share img {
    width: 30px;
    transition: 0.6s;
}
.blog-share img:hover {
    transform: scale(1.2);
}
.news-featured-items-sec .our-project-card{
    width: 100%;
    margin-bottom: 10px;
    border: 1px solid #0000001c;
    box-shadow: none;
    background: #6c6c6c0d;
}
.blog-info-inner span {
    color: #414141;
    font-size: 17px;
    font-weight: 600;
}
.blog-social h3 {
    font-size: 22px;
    font-weight: 600;
    color: #000;
    margin-bottom: 17px;
}
.main-blog-content {
    border-radius: 10px;
    box-shadow: 0 2px 6px 1px #312f2f33;
    padding: 20px;
}
.blog-info-inner {
    align-items: center;
    display: flex;
    gap: 10px;
    justify-content: space-between;
    margin-bottom: 16px;
}
.blog-social h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 17px;
}
.blog-share {
    display: flex;
    justify-content: end;
    gap: 9px;
    margin: 0px 10px 10px 10px;
}
.blog-content.blog-content-data .blog-img img {
    border-radius: 8px;
    height: 613px;
    margin-bottom: 28px;
    width: 100%;
}
.blog-description p {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 500;
    color: #212121;
}
.news-featured-items-sec {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 6px 1px #312f2f33;
    padding: 16px;
}
.blog-title {
    color: #212121;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}
.featured-items-img img {
    border-radius: 5px;
    height: 140px;
    object-fit: cover;
    width: 100%;
}
.featured-items h3 {
    font-size: 16px;
    margin-bottom: 4px;
    text-transform: capitalize;
    font-weight: 500;
    color: #000000;
}
.featured-items-info {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-top: 6px;
    padding-top: 5px;
}
div#captchaTheme {
    margin-top: 24px;
}

.loader-bars {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 6px;
    height: 50px;
    margin: 100px auto;
}

.loader-bars span {
    width: 8px;
    height: 10px;
    background: #206b44;
    animation: bar 1s infinite ease-in-out;
}

.loader-bars span:nth-child(1) { animation-delay: 0s; }
.loader-bars span:nth-child(2) { animation-delay: .1s; }
.loader-bars span:nth-child(3) { animation-delay: .2s; }
.loader-bars span:nth-child(4) { animation-delay: .3s; }
@keyframes bar {
    0%, 100% { height: 10px; }
    50% { height: 50px; }
}
.about-service-details{
    padding: 23px 55px;
    margin-bottom: 0px !important;
    width: 49%;
    align-items: center;
    display: flex;
    justify-content: center;
    border-radius: 20px;
    background: #2b2b2b;
}
.choose-us {
    width: 100%;
}
.choose-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 8px;
    padding: 10px 26px;
    background-color: #fff;
    width: 100%;
    margin: 19px 0px;
}
.choose-info span {
    font-size: 20px;
    font-weight: 500;
    color: #000;
}
.choose-info h4 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    color: #206b44;
    margin-bottom: 0;
}
.company-mission-section {
    padding: 80px 0;
    background: #f8fbff;
}
.about-services-content.our-mision {
    margin-top: 79px;
}
.about-services-content {
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
}
.mission-image img {
    width: 81%;
    border-radius: 6px;
    object-fit: cover;
}
.mission-image {
    text-align: center;
}
.mission-title {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #111;
}

.mission-content p {
    font-size: 16px;
    color: #333;
    line-height: 1.8;
}
.about-info {
    padding: 101px 0px;
}
.about-content-data {
    background: #236a41;
    padding: 50px 0px;
    margin-bottom: 102px;
    margin-top: 0px;
}
/* services page */
.overlay.services-overlay {
    padding: 209px 0;
    padding-bottom: 25px;
    background: rgb(0 0 0 / 46%);
}
.services-about-list.services-type-info {
    background: #ffffff;
    padding: 24px;
    margin-bottom: 27px;
}
.top-left.mob-logo {
    display: none;
}
.package-content.license-cancellation h3{
    font-size: 20px;
    margin-bottom: 7px;
}
.services-requirements-faqs .sec-title{
    margin-bottom: 23px;
}
.mobile-logo{
    display: none;
}
.services-requirements-faqs .sec-title h2{
    font-size: 30px;
}
section.about-us-section.about-dependent-info {
    padding: 50px 0px;
    padding-bottom: 0px;
}
a.burger,
a.closebtn {
    display: none;
}
.bank-account-bg{
    background-image: url('../img/services/bank-account-bg.webp');
    background-size: contain;
}
.freelance-bg{
    background-image: url('../img/services/freelance-bg.webp');
    background-size: contain;
}
.aml-services-bg{
    background-image: url('../img/services/aml-bg.webp');
    background-size: contain;
}
.golden-bg{
    background-image: url('../img/services/golden-bg.webp');
    background-size: contain;
}
.remote-work-bg{
    background-image: url('../img/services/remote-work-bg.webp');
    background-size: contain;
}
.dependent-bg{
    background-image: url('../img/services/dependent-bg.webp');
    background-size: contain;
}
.residence-bg{
    background-image: url('../img/services/residence-bg.webp');
    background-size: contain;
}
.freezing-bg{
    background-image: url('../img/services/freezing-bg.webp');
    background-size: contain;
}
.license-modification{
    background-image: url('../img/services/license-modification-bg.webp');
    background-size: contain;
}
.cancellation-bg{
    background-image: url('../img/services/cancellation-bg.webp');
    background-size: contain;
}
.corporate-tax-bg{
    background-image: url('../img/services/corporate-tax-bg.webp');
    background-size: contain;
}
.package-content.license-cancellation ul li{
    align-items: baseline;
    gap: 8px;
}
.registration-bg{
    background-image: url('../img/services/registration-bg.webp');
    background-size: contain;
}
.other-bg{
    background-image: url('../img/services/other-img.webp');
    background-size: contain;
}
.citizenship-program-bg{
    background-image: url('../img/services/citizenship-program-bg.webp');
    background-size: contain;
}
.vip-medical-bg{
    background-image: url('../img/services/vip-medical-bg.webp');
    background-size: contain;
}
.customs-registration-bg{
    background-image: url('../img/services/customs-registration-bg.webp');
    background-size: contain;
}
.product-registration-bg{
    background-image: url('../img/services/product-registration-bg.webp');
    background-size: contain;
}
.office-spaces-bg{
    background-image: url('../img/services/office-spaces-bg.webp');
    background-size: contain;
}
.package-image {
    height: 100%;
}
.info-why-section {
    padding: 100px 0;

}
.info-why-wrapper {
    position: relative;
    max-width: 1200px;
    margin: auto;
    padding: 0 20px;
    z-index: 2;
    text-align: center;
}

.info-why-heading {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 10px;
}

.info-why-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px 30px;
}

.info-why-box {
    display: flex;
    align-items: center;
    padding: 14px;
    border-radius: 13px;
    gap: 15px;
    background: #f4f4f4;
    text-align: left;
}

.info-why-icon {
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 50%;
    padding: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.info-why-icon img {
    width: 50px;
}

.info-why-text {
    font-size: 15px;
    font-weight: 600;
    color: #000;
    line-height: 1.4;
    margin: 0;
}


.processing-time-section {
    padding: 80px 0;
    background: #fff;
}

.processing-time-info {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    padding: 19px;
    border-radius: 10px;
    gap: 50px;
    background: #f2f2f2;
}

.processing-title {
    font-size: 24px;
    color: #000;
    font-weight: 600;
    margin-bottom: 27px;
}

.processing-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.about-us-map.services-about-img {
    flex: 1 1 43%;
}
.about-us-content ul li {
    margin-bottom: 10px;
}
.processing-list li {
    display: flex;
    justify-content: space-between;
    padding: 12px 0;
    border-bottom: 1px solid #cbcbcb;
    font-size: 16px;
}

.process-label {
    font-weight: 600;
    color: #000;
    max-width: 60%;
}

.process-value {
    color: #444;
    text-align: right;
    white-space: nowrap;
}

.processing-time-image img {
    width: 100%;
    border-radius: 8px;
    object-fit: cover;
}

.services-custom-banner{
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    text-align: center;
    z-index: 1;
}
.services-inner-banner {
    position: relative;
    background-image: url('../img/bg-info.webp');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    text-align: center;
    z-index: 1;
}
.services-banner-content{
    width: 49%;
    text-align: left;
    padding: 44px;
}
.services-banner-content h1 {
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 27px;
}
.google-rating {
    display: flex;
    align-items: center;
    gap: 11px;
}
.google-img img{
    width: 53px;
}
.star i {
    color: #fbb635;
}
.services-inner-section {
    padding: 80px 0;
    background: #fff;
}
.services-tag {
    font-size: 14px;
    letter-spacing: 2px;
    color: #000000;
    text-transform: uppercase;
}

.services-title-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin: 10px 0 15px;
}

.services-title {
    font-size: 32px;
    font-weight: 700;
    max-width: 750px;
    line-height: 1.3;
}

.services-btn {
    background: #002b7f;
    color: #fff;
    padding: 12px 22px;
    border-radius: 8px;
    font-size: 14px;
    text-decoration: none;
    font-weight: 600;
    white-space: nowrap;
}

.services-desc {
    max-width: 850px;
    color: #444;
    line-height: 1.6;
    margin-bottom: 40px;
}

.services-inner-data {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    margin-top: 67px;
}
.service-card p{
    color: #000;
    margin: 0;
}
.service-card {
    background: #236a4112;
    padding: 22px 20px;
    text-align: center;
    border-radius: 8px;
    border: 1px solid #236a4157;
    transition: 0.3s;
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.service-icon {
    margin: auto;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}
.service-card h3 {
    margin-bottom: 8px;
    font-size: 18px;
    padding-bottom: 11px;
    margin-top: 25px;
    border-bottom: 1px solid #0000004d;
    font-weight: 700;
    color: #236a41;
}
.package-section {
    padding: 80px 0;
    background: #fff;
}
.package-content .sec-title p{
    text-align: left;
    color: #000;
}

.package-data-info{
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    background: #a5a5a514;
}
ul.package-list h3 {
    font-size: 21px;
    margin-bottom: 17px;
}
section.faq-wrapper.services-faqs {
    padding-top: 0;
}
.package-content {
    padding: 61px;
}
.services-faqs .faq-main-info  {
    justify-content: center;
}
.package-data-info .sec-title h2 {
    font-size: 30px;
    margin-bottom: 16px;
}
.benefits-btn {
    text-align: center;
    margin-top: 26px;
}
section.faq-wrapper.services-faqs.pt-5 {
    padding-top: 84px !important;
}
.package-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.package-data-info.about-services-content {
    background: transparent;
    margin-bottom: 39px;
}
.package-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 12px;
    line-height: 1.3;
}

.package-subtitle {
    font-size: 16px;
    color: #555;
    margin-bottom: 25px;
}

.package-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.package-list li {
    display: flex;
    align-items: center;
    font-size: 19px;
    margin-bottom: 14px;
    color: #111;
    gap: 8px;
}

.check-icon {
    width: 28px;
    height: 28px;
    background: #236a41;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: bold;
    margin-right: 12px;
}
.our-project-card.no-record {
    width: 100%;
    box-shadow: none;
}
.our-project-card.no-record p {
    color: #000;
    margin-top: 21px;
    font-size: 20px;
}
.our-project-card.no-record img {
    width: 234px;
}
.blog-social h2 {
    color: #000;
    font-size: 26px;
}
.blog-description strong{
    color: #000;
    font-size: 19px;
}
.blog-description p strong{
    color: #25693e !important;
}
.choose-info h3 {
    color: #206b44;
    margin: 0;
    font-size: 22px;
    font-weight: 600;
}
.is-invalid {
    border: 1px solid #ff4d4f !important;
}
.why-choose-item h3 {
    color: #000;
    font-size: 17px;
    margin-top: 18px;
}
section.thank-you-sec {
    padding: 88px 0px;
    padding-bottom: 46px;
}
.thank-you-content p{
    color: #000;
}
.thank-you-content img {
    width: 155px;
    margin-bottom: 14px;
}
.thank-you-form {
    text-align: center;
    max-width: 518px;
    padding: 59px;
    background: #25693e29;
    margin: auto;
    border-radius: 10px;
}

.privacy-section {
    margin: 60px auto;
    padding: 33px;
    background: #ffffff;
    border-radius: 18px;
    box-shadow: 0 -1px 18px rgb(0 0 0 / 15%);
}

.privacy-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 25px;
    color: #1a1a1a;
    border-bottom: 3px solid #2563eb;
    padding-bottom: 10px;
}
.privacy-section ul li {
    color: #000;
    margin-bottom: 11px;
}

.privacy-section h2 {
    font-size: 21px;
    font-weight: 600;
    margin-top: 24px;
    margin-bottom: 9px;
    color: #000000e0;
}

.privacy-subheading {
    font-size: 18px;
    font-weight: 600;
    margin-top: 25px;
    margin-bottom: 10px;
    color: #444;
}
.privacy-section p {
    font-size: 15.5px;
    line-height: 1.8;
    margin-bottom: 15px;
    color: #333;
}
.privacy-divider {
    margin: 30px 0;
    border: none;
    border-top: 1px solid #e5e5e5;
}
.privacy-section  a{
    color: #236a41;
    font-weight: 500;
    text-decoration: none;


}


.privacy-section a:hover {
    text-decoration: underline;
}
@media (max-width:1600px) {
    .business-img-wrap::after{
        width: 479px;
        height: 587px;
        top: -21px;
        border-radius: 0px;
    }
    .hero-content h1{
        font-size: 45px;
    }
}

@media (max-width:1500px) {
    .amenities-wrapper{
        gap: 21px;
    }
    .our-news-featured-sec{
        padding-bottom: 33px;
    }
    .page-header {
        padding: 137px 0;
        padding-bottom: 0px;
    }
    .btn-wrapper {
        margin-top: 44px;
    }
    .about-us-overlay {
        padding: 0px;
    }
    .about-us-icons{
        gap: 12px 18px;
    }
    .container{
        max-width: 1200px
    }
    .services-card{
        width: 29.33%;
    }
    .strategic-content p{
        padding-right: 0px;
    }
    .page-header h1 {
        color: var(--whiteColor);
        font-size: 34px;
    }
    .about-us-text{
        font-size: 17px;
        margin-bottom: 11px;
        text-align: left;
    }
    .modal-header h3{
        font-size: 22px;
    }
    .faq-wrapper {
        max-width: 82%;
        padding: 99px 0px;
    }
    .footer-logo p{
        font-size: 14px;
    }
    .thank-you-box{
        margin-top: 33px;
        padding: 24px;
    }
    .business-img-wrap::after {
        width: 398px;
        height: 488px;
    }
    .contact-form-group input, .contact-form-group textarea{
        padding: 11px 20px;
    }
    .select-dropdown {
        padding: 9px 10px;
    }
    .setup-content{
        padding: 19px;
    }
    .setup-card{
        padding: 15px 20px;
    }
    .setup-content p {
        font-size: 15px;
        line-height: normal;
        margin-bottom: 0px;
    }
    .our-project-card {
        width: 23.7%;
    }
    .services-banner-content h1 {
        font-size: 35px;
    }
    .top-left img {
        width: 209px;
    }
    .top-bar{
        padding: 13px 9px;
    }
    .business-section {
        padding: 64px 0;
    }
    .sec-title h2 {
        font-size: 32px;
        margin-bottom: 14px;
    }
    .our-blog-box{
        padding-bottom: 30px;
    }
    .about-us-section {
        position: relative;
        padding: 50px 0;
    }
    .package-content {
        padding: 22px;
    }

    .business-title {
        font-size: 32px;
    }
    .hero-content h1 {
        font-size: 46px;
    }
    .hero-content {
        position: relative;
        max-width: 480px;
    }
    .info-why-section{
        padding-bottom: 20px;
    }
    section.thank-you-sec {
        padding: 104px 0px;
        padding-bottom: 28px;
    }
}
@media (max-width:1400px) {
    .business-title {
        font-size: 32px;
    }
    .about-content-data {
        margin-bottom: 38px;
    }
    .about-service-details {
        padding: 21px 28px;
    }

    .faq-img {
        width: 30%;
    }
    .sec-title h2 {
        font-size: 32px;
    }

    .hero-content h1 {
        font-size: 40px;

    }
    section.faq-wrapper.services-faqs{
        padding-bottom: 13px;
        padding-top: 31px;
    }
    .business-title {
        font-size: 30px;
    }
    .thank-you-form{
        padding: 38px 59px;
    }
    .services-wrapper{
        padding: 39px 30px;
        gap: 23px;
    }
    .services-banner-content.servieces-hero-content ul li{
        font-size: 18px;
    }
    .services-banner-content.servieces-hero-content p {
        font-size: 20px;
    }
    .info-why-section {
        padding-bottom: 65px;
        padding: 60px 0;
    }


}

@media (max-width:1200px) {
    .thank-you-info{
        padding: 0px 15px;
    }
    .add-location-info {
        max-width: 900px;
    }
    .services-wrapper{
        gap: 13px;
    }
    .services-banner-content.servieces-hero-content ul li{
        font-size: 15px;
    }
    .services-banner-content.servieces-hero-content p {
        font-size: 17px;
    }
    .choose-info span {
        font-size: 18px;
    }
    .choose-info h3 {
        font-size: 18px;
        text-align: right;
    }
    .contact-details {
        padding: 24px 32px;
    }
    section.contact-main-info.contact-add-inner{
        margin-top: 0px;
        background-size: cover;
    }
    .blog-right {
        margin-top: 23px;
    }
    .overlay{
        padding: 29px 0;
    }
    .our-project-card {
        width: 31.7%;
    }
    .business-img-wrap::after{
        display: none;
    }
    .why-choose-section{
        padding: 0px 0px;
        background: none;
    }
    .why-choose-card{
        background: linear-gradient(180deg, #236a4100, #236a415e);
        border-radius: 0px;
        padding: 38px 27px;
        box-shadow: none;
    }
    .faq-wrapper {
        max-width: 100%;
    }
    .thank-you-box {
        margin-top: 20px;
        padding: 14px;
    }
    .thank-you-box img {
        width: 138px;
    }
    .thank-you-box p{
        font-size: 16px;
    }

    .container {
        max-width: 1060px;
    }
    .about-us-text {
        font-size: 18px;
    }
    .footer-details{
        grid-template-columns: 3fr 1fr 2fr;
    }
    .small-btn-bg{
        padding: 10px 17px;
        font-size: 14px;
    }
    .about-us-text {
        font-size: 16px;
    }
    .services-grid{
        gap: 19px;
    }
    .faq-wrapper{
        padding: 46px 0px;
    }
    .our-news-featured-sec {
        padding: 45px 0;
    }
    .why-choose-grid{
        margin-top: 17px;
    }
    .setup-section{
        grid-template-columns: repeat(1, 1fr);
    }
    .about-us-section{
        padding: 70px 0;
    }
    .strategic-content {
        width: 52%;
    }
    .strategic-content .section-title span {
        font-size: 33px;
    }
    .strategic-content p {
        font-size: 20px;
        text-align: left;
    }
    .container {
        width: 100%;
    }
    .header-logo img {
        width: 103px;
    }
    .banner-left h1 {
        font-weight: 700;
        font-size: 45px;
    }
    .banner-left p{
        font-weight: 700;
        font-size: 45px;
    }
    .page-header {
        padding: 139px 0;

    }
    .services-inner-data{
        grid-template-columns: repeat(2, 1fr);
        gap: 18px;
    }
    .services-inner-section{
        padding-bottom: 0px;
    }
    .package-data-info .sec-title h2 {
        font-size: 23px;
    }
    .faq-content {
        width: 100%;
    }
    .package-section {
        padding: 40px 0;
    }
}

@media (max-width:1024px) {
    .banner-left {
        max-width: 100%;
        margin-bottom: 30px;
    }
    section.thank-you-sec {
        padding: 68px 0px;
    }
    .about-us-map{
        display: none;
    }
    .banner-right {
        padding: 19px 24px;
        border-radius: 8px;
        max-width: 399px;
    }
    .section-title{
        padding-bottom: 13px;
        font-size: 35px;
    }
    .faq-wrapper {
        max-width: 93%;
    }
    .faq-wrapper{
        padding: 74px 0px;
    }

}
@media (max-width:991px) {
    .mob-logo{
        display: block;
        border-bottom: 1px solid #00000040;
        background: #000;
        padding: 15px 15px;
        margin-bottom: 21px;
    }
    .menu-item:hover > .submenu,
    .submenu-item:hover > .submenu {
        display: block;
    }
    .submenu {
        position: static;
        display: none;
        box-shadow: none;
    }

    .has-sub.active > .submenu {
        display: block;
    }
    .contact-add-info {
        margin-top: 31px;
    }

    .overlay.overlay-inner{
        display: none;
    }

    section.thank-you-sec{
        padding-bottom: 39px;
    }

    .about-content-data{
        padding: 27px 0px;
    }
    .page-header {
        padding: 0px 0;
    }
    .about-services-content{
        grid-template-columns: 1fr ;
        gap: 0px;
    }
    .news-description{
        height: 41px;
    }
    .menu-name{
        padding: 15px 20px !important;
        border-bottom: 1px solid #ffffff30;
    }
    .company-mission-section {
        padding: 50px 0;
    }

    .about-info {
        padding: 54px 0px;
    }
    .special-focus-wrapper {
        flex-direction: column;
    }

    .focus-image {
        margin-top: 40px;
    }

    .special-focus-title {
        font-size: 26px;
    }
    .about-service-details{
        width: 100%;
    }
    #mob-menu .closebtn{
        padding: 0px;
        border: none;
    }
    a.burger {
        display: block;
        text-decoration: none;
        font-size: 25px;
        border-radius: 5px;
        text-align: center;
        height: 37px;
        width: 37px;
        background: linear-gradient(90deg, #236a41 0%, #236a41 100%);
        color: #fff;
    }
    .hero {
        height: 59vh;
    }
    .logo img {
        width: 149px;
    }
    a.burger,
    a.closebtn {
        display: block;
    }
    .overlay-1 {
        display: none;
    }
    .overlay-1:after {
        content: "";
        position: fixed;
        width: 100%;
        height: 100%;
        background-color: #0000005e;
        right: 0;
        left: 0;
        top: 0;
        z-index: -1;
    }
    div#menu-1 {
        z-index: 99;
        position: relative;
    }
    .menu.open .overlay-1 {
        display: block;
    }
    #mob-menu {
        height: 100%;
        position: fixed;
        z-index: 1;
        top: 0;
        left: -271px;
        background-color: #25693e;
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 7px;
        display: block;
        border-right: 1px solid #ffffff;
        transition: all 0.5s;
    }
    .menu.open #mob-menu {
        width: 250px;
        margin-left: 0px;
        display: block;
        text-align: left;
        left: 0px;
        transition: all 0.5s;
        padding: 0px;
    }

    #mob-menu .closebtn {
        position: absolute;
        top: -13px;
        right: 10px;
        font-weight: 300;
        font-size: 36px;
        text-decoration: none;
        margin-left: 50px;
        color: #ffffff;
    }

    .banner-left{
        text-align: center ;
    }
    .top-bar{
        display: none;
    }
    .main-nav{
        position: relative;
        background: #262626;
        padding: 10px 5px;
    }
    .header-menu{
        background-color: transparent;
    }
    .services-section {
        padding: 45px 0;
    }
    .services-title{
        font-size: 30px;
        margin-bottom: 27px;
    }
    .mobile-logo{
        display: block;
    }
    .header-menu .small-btn{
        display: none;
    }
    .top-left.mob-logo {
        display: block;
    }
    .info-why-grid{
        grid-template-columns: repeat(2, 1fr);
        gap: 14px 12px;
    }
    .info-why-section
    {
        padding: 36px 0;
    }
    .services-card {
        width: 45.33%;
    }
    .services-card-text{
        padding-right: 5px;
    }
    .strategic-image{
        display: none;
    }
    .strategic-content{
        width: 100%;
    }
    .banner-left h1 {
        font-size: 33px;
        margin-bottom: 0px;
    }
    .services-wrapper {
        flex-direction: column;
        gap: 40px;
    }

    .service-card:not(:last-child)::after {
        display: none;
    }

    .section-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .section-line {
        width: 100%;
    }
    .banner-left p{
        margin-top: 15px;
        font-size: 33px;
        margin-bottom: 0rem;
    }

    .footer-details {
        grid-template-columns: 2fr 1fr 2fr;
        gap: 22px;
    }
    .footer-contact-box{
        padding: 23px 19px;
    }
    .contact-item{
        padding-left: 18px;
    }
    .business-section{
        padding: 64px 0;
    }
    .overlay-footer{
        padding-top: 130px;
    }
    .menu li a{
        padding: 15px 20px;
        border-bottom: 1px solid #ffffff30;
    }
    .hero-content h1 {
        font-size: 30px;
    }
    .hero-content {
        position: relative;
        max-width: 398px;
    }
    .contact-item{
        align-items: center;
    }
    .footer-links h4 {
        margin-bottom: 7px;
    }
    .business-text{
        font-size: 16px;
        line-height: 1.5;
        margin-bottom: 9px;
    }
    .business-title {
        font-size: 26px;
    }
    .contact-details{
        margin-bottom: 33px !important;
    }
    .contact-details-info{
        flex-direction: column;
        gap: 30px;
    }
    .overlay.services-overlay {
        padding: 83px 0;
        padding-bottom: 11px;
    }
    .services-banner-content {
        width: 100%;
        text-align: center;
        padding: 0px;
    }
    .contact-btn {
        margin-top: 14px;
    }
    .services-banner-content h1{
        text-align: center;
    }
    .google-rating{
        justify-content: center;
    }
    .rating-content {
        text-align: left;
    }
    .contact-details{
        width: 100%;
    }
    .testimonials-data-info {
        width: 100%;
    }
    .faq-img{
        display: none;
    }
    .faq-wrapper {
        padding: 38px 0px;
    }
    .faq-content{
        width: 100%;
    }
    .about-us-text{
        text-align: left;
    }
    .top-left img {
        width: 161px;
    }
    .submenu.right{
        left: 0px;
    }

}
@media (max-width:768px) {
    .about-us-info {
        display: block;
    }
    .section-header {
        margin-bottom: 10px;
    }
    .services-banner-content.servieces-hero-content p {
        font-size: 13px;
        padding: 5px 8px;
        margin-top: 19px;
        margin-bottom: 21px;
    }
    .info-why-text p{
        font-size: 16px;
    }
    .services-banner-content.servieces-hero-content ul li {
        font-size: 13px;
    }
    .services-wrapper {
        gap: 18px;
        flex-wrap: wrap;
        flex-direction: row;
    }
    .service-card{
        flex: auto;
        width: 47.33%;
    }
    .blog-social h2 {
        margin-bottom: 21px;
        font-size: 18px;
    }
    .overlay.overlay-inner {
        display: none;
    }
    section.thank-you-sec {
        padding: 54px 0px;
        padding-bottom: 37px;
    }
    .thank-you-form{
        padding: 40px;
    }

    .sec-title h2 {
        font-size: 23px;
    }
    .mission-image img{
        display: none;
    }
    .footer-inner-item{
        display: none;
    }
    .about-services-content.our-mision {
        margin-top: 15px;
    }
    .services-banner-content{
        padding: 12px;
        width: 100%;
    }
    .overlay.services-overlay {
        padding: 42px 0;
    }
    .services-inner-section {
        padding: 41px 0;
    }
    .package-section{
        padding: 2px 0;
    }
    .about-content-data h2{
        font-size: 22px;
    }
    .contact-details-info{
        gap: 6px;
    }
    .services-banner-content h1 {
        font-size: 30px;
    }

    .package-data-info{
        grid-template-columns: 1fr;
    }
    .sec-title {
        margin-bottom: 29px;
    }
    .package-image{
        display: none;
    }
    .small-btn{
        padding: 9px 21px;
        font-size: 16px;
    }
    .mission-title{
        font-size: 23px;
        margin-bottom: 11px;
    }
    .business-img-wrap{
        display: none;
    }
    .business-content{
        width: 100%;
    }
    .why-choose-img{
        display: none;
    }
    .why-choose-grid{
        grid-template-columns: 3fr 3fr;
    }
    .our-project-card {
        width: 47.7%;
    }
    .section-title {
        padding-bottom: 7px;
        font-size: 27px;
    }
    .faq-wrapper {
        padding: 35px 0px;
    }
    .footer-contact-box{
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }
    .footer-details {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .footer-links:nth-child(2) h4 {
        display: none;
    }

    .footer-left {
        margin-bottom: 23px;
    }
    .about-us-section {
        padding: 48px 0;
    }
    .about-us-section {
        padding: 33px 0;
    }
    .contact-item {
        padding-left: 0;
        border-right: none;
    }
    .header-logo{
        left: 39%;
    }
    .banner-left p{
        margin-top: 6px;
    }
    .our-project-card.no-record img {
        width: 147px;
    }
    form button{
        margin-top: 7px;
    }
    .about-us-map img {
        max-width: 49%;
    }
    .modal-img{
        display: none;
    }
    .modal-inner-data {
        width: 100%;
    }
    section.contact-main-info.contact-add-inner{
        background-size: cover;
    }
    .package-data-info.about-services-content{
        margin-bottom: 0px;
    }
    .google-rating{
        margin-bottom: 25px;
        margin-top: 17px;
    }
    .processing-time-image{
        display: none;
    }
    .processing-time-info{
        grid-template-columns: 1fr;
    }
    .testimonial-header{
        margin-top: 29px;
    }
    .privacy-section {
        margin: 20px 0px;
        padding: 25px;
    }

    .privacy-title {
        font-size: 24px;
    }

    .privacy-section h2 {
        font-size: 18px;
    }

    .privacy-subheading {
        font-size: 16px;
    }
}
@media (max-width:575px) {
    .quiz-popup {
    width: 330px !important;
    }
    .google-img img {
        width: 42px;
        margin-left: 15px;
    }
    .thank-you-form {
        padding: 15px;
    }
    .info-why-grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 11px 12px;
    }
    section.thank-you-sec {
        padding: 32px 0px;
        padding-bottom: 8px;
    }
    .our-project-card.no-record p{
        font-size: 18px;
    }
    .about-us-content .sec-title {
        margin-top: 5px;
        margin-bottom: 11px;
        font-size: 20px;
    }
    .info-why-section {
        padding: 22px 0;
    }
    .processing-time-section {
        padding: 42px 0;
    }
    .processing-title {
        font-size: 22px;
    }
    .faq-wrapper {
        padding: 30px 0px;
        max-width: 100%;
    }
    .company-mission-section {
        padding: 25px 0;
    }
    .about-services-content{
        grid-template-columns: 1fr;
    }
    .about-service-details {
        padding: 15px 15px;
    }
    .contact-details-info {
        gap: 4px;
    }
    .about-services-content.our-mision {
        margin-top: 22px;
    }
    .choose-info{
        padding: 10px 13px;
        margin: 9px 0px;
    }
    .about-info {
        padding: 35px 0px;
    }
    .choose-info h4 {
        font-size: 20px;
    }
    .choose-info span {
        font-size: 16px;
    }
    .mission-content p {
        line-height: 1.5;
    }
    .mission-title{
        font-size: 20px;
        margin-bottom: 12px;
    }
    .contact-add-info{
        margin-top: 26px;
    }
    .why-choose-col{
        gap: 14px;
    }
    .faq-body{
        padding: 0 14px;
    }
    .faq{
        margin-bottom: 7px;
    }
    .faq-header{
        padding: 14px 13px;
    }
    .faq-body p{
        font-size: 14px;
    }
    .thank-you-content img {
        width: 125px;
    }
    .modal-header h3{
        font-size: 17px;
    }
    .blog-social h3 {
        font-size: 18px;
    }
    .our-blog-box {
        padding: 30px 0;
    }
    .blog-description h2 {
        font-size: 19px;
    }
    .blog-content.blog-content-data .blog-img img {
        height: auto;
    }
    button.btn-close{
        width: 12px;
        height: 12px;
        font-size: 22px;
        line-height: 13px !important;
    }
    .faq-header span{
        font-size: 15px;
        width: 100%;
        padding-right: 26px;
    }
    .testimonials-data-info{
        margin-top: 22px;
    }
    .testimonial-header{
        margin-top: 36px;
    }
    .contact-form-group label{
        padding-bottom: 3px;
    }
    .strategic-content .small-btn-bg {
        margin-top: 23px;
        padding: 9px 18px;
    }
    .small-btn{
        padding: 10px 19px; 
        font-size: 14px;
    }
    .banner-btn {
        position: static;
        bottom: 56px;
        flex-wrap: wrap;
        display: flex;
        justify-content: center;
    }
    .banner-left{
        margin-bottom: 0px;
        text-align: center;
    }
    .banner-left h1 {
        font-size: 25px;
        margin-bottom: 0px;
        line-height: 47px;
        padding: 0px 7px;
    }
    .header-logo{
        left: 35%;
        top: 24px;
    }
    .search-input{
        margin-bottom: 13px;
        margin-top: 13px;
    }
    section.contact-main-info.contact-add-inner{
        padding: 18px 0;
        padding-top: 15px;
        margin-top: 0px;
    }
    .contact-add-inner .contact-details {
        background: #000000a6;
    }
    .our-news-featured-sec {
        padding: 27px 0;
    }
    .page-header h1{
        font-size: 23px;
    }
    .contact-details-info .about-service-details{
        margin-top: 15px;
    }
    .banner-left p {
        font-size: 25px;
        margin-top: 2px;
        line-height: 47px;
        margin-bottom: 0px;
    }
    .property-gallery {
        background-color: #f8f9fb;
        padding: 22px 0;
    }
    .contact-add span {
        font-size: 25px;
    }
    .location-add span {
        font-size: 18px;
    }
    .section-subtitle{
        margin: 0 auto 29px;
        line-height: 21px;
    }
    .contact-details {
        padding: 18px 21px;
        margin-bottom:0px !important;
    }
    .card-section {
        background-size: cover;
        width: 100%;
        min-height: 225px;
        background-attachment: inherit;
    }
    .location-info {
        gap: 12px;
    }
    .location-add p {
        font-size: 14px;
        font-weight: 400;
        margin: 0;
    }
    .btn-wrapper {
        margin-top: 33px;
    }
    .contact-details .form-box h3 {
        font-size: 21px;
        margin-bottom: 19px;
    }
    .blog-description strong{
        font-size: 16px;
    }
    .news-featured-items-sec{
        padding: 11px;
    }
    .whatsapp-info{
        right: 6px;
        bottom: 14px;
    }
    .why-choose-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }
    .about-us-text {
        line-height: 21px;
        font-size: 16px;
    }
    .footer-bottom{
        padding: 12px 10px;
        font-size: 14px;
    }
    .overlay-footer {
        padding: 30px 0;
    }
    .abou-btn-info{
        flex-wrap: wrap;
        gap: 8px;
        margin-top: 24px;
    }
    .privacy-section {
        margin: 17px 0px;
        padding: 12px;
    }
    .add-location-info iframe{
        height: 349px;
    }
    .add-location-info{
        margin-top: 25px;
    }
    .privacy-section ul {
        padding-left: 22px;
    }
    .privacy-section ul li {
        margin-bottom: 8px;
    }
    .privacy-section h2{
        margin-top: 11px;
    }
    .about-us-btn{
        padding: 8px 60px;
    }

    .header-info-right{
        text-align: left;
    }
    .contact-main-info{
        padding: 36px 0;
        padding-bottom: 50px;
    }
    .section-title{
        font-size: 23px;
        font-weight: 600;
        line-height: 31px;
        padding-bottom: 0px;
    }
    .small-btn-bg {
        padding: 6px 11px;
    }

    .services-grid {
        gap: 15px;
    }

    .services-card {
        width: 100%;
    }
    .services-title {
        font-size: 23px;
    }
    .special-focus-section {
        padding: 38px 0px;
    }
    .about-icon-item::after {
        display: none;
    }
    .special-focus-wrapper{
        gap: 7px;
    }
    .service-card{
        padding: 16px 13px;
    }
    .focus-image {
        margin-top: 16px;
    }
    .special-focus-header{
        margin: 0 auto 24px;
    }
    .special-focus-title {
        font-size: 22px;
    }
    section.faq-wrapper.services-faqs.pt-5 {
        padding-top: 37px !important;
    }
    .about-us-title span {
        font-size: 19px;
        margin-top: 7px;
        display: flex;
        text-align: center;
        justify-content: center;
    }
    .services-inner-data {
        grid-template-columns: repeat(1, 1fr);
    }
    .package-list li{
        font-size: 16px;
    }
    .package-data-info.about-services-content{
        margin-bottom: 0;
    }
    .package-data-info .sec-title h2 {
        font-size: 20px;
    }
    .services-banner-content{
        padding: 0;
    }
    .package-content.license-cancellation ul li{
        margin-bottom: 6px;
    }
    .package-content.license-cancellation {
        padding: 16px 0px;
    }
    section.about-us-section.about-dependent-info {
        padding: 9px 0px;
    }
    .overlay.services-overlay {
        padding: 26px 0;
    }
    .services-title-row{
        flex-direction: column;
    }
    .services-banner-content h1 {
        font-size: 23px;
        margin-bottom: 7px;
        margin-top: 12px;
    }
    .check-icon {
        margin-right: 2px;
        width: 18px;
        font-size: 10px;
        height: 18px;
    }
    .services-inner-data{
        margin-top: 37px;
    }
    .aml-services-section{
        padding: 25px 0px;
    }
    .package-content {
        padding: 12px;
    }
    .services-wrapper {
        padding: 20px 13px;
    }
    .services-inner-section {
        padding: 30px 0;
    }
    .about-us-title {
        font-size: 25px;
    }
    .business-section {
        padding: 37px 0;
    }

    .business-title {
        font-size: 22px;
    }
    .why-choose-card{
        padding: 16px 13px;
    }
    .setup-content h3 {
        font-size: 22px;
    }
    .about-us-title span {
        font-size: 19px;
    }
    .logo img {
        width: 169px;
    }
    .button-bg {
        width: 100%;
        margin-top: 14px;
        font-size: 17px;
        padding: 9px 5px !important;
        text-align: center;
    }
    .hero-content h1 {
        font-size: 22px;
        margin-top: 9px;
        margin-bottom: 7px;
    }
    .sec-title {
        margin-bottom: 23px;
    }
    .setup-card {
        padding: 10px 11px;
    }
    .hero-content h4 {
        margin-bottom: 0px;
        font-size: 17px;
    }
    .about-us-content .sec-title {
        margin-top: 0px;
        margin-bottom: 11px;
    }
    .services-section {
        padding: 26px 0;
    }
    .hero{
        padding: 35px 0px;
        height: auto;
    }
    .banner-btn p{
        font-size: 11px;
        margin-top: 76px;
    }
    .our-project-card {
        width: 100%;
    }
    .blog-title-info .small-btn{
        margin-left: auto;
        padding: 8px 14px;
    }
    .blog-info-data h3{
        text-align: left;
    }
    .blog-title-info {
        flex-direction: column;
        justify-content: space-between;
        align-items: baseline;
        margin-bottom: 21px;
    }
    .testimonial-section{
        padding: 0 0px;
        max-width: 100%;
    }
    .choose-info h3{
        font-size: 18px;
    }
    .sec-title h2 {
        margin-bottom: 5px;
        font-size: 26px;
    }
    .our-blog-details {
        row-gap: 13px;
    }
    .about-us-info.mt-5 {
        margin-top: 24px !important;
    }
}
@media (max-width:375px){
        .quiz-popup {
        width: 300px !important;
    }
}
.menu-name {
    display: block;
    padding: 21px 20px;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
}
.whatsapp-info {
    position:fixed;
    bottom:20px;
    right:20px;
    z-index:9999;
}
.quiz-popup {
         display: none;
    position: fixed;
    bottom: 89px;
    right: 20px;
    width: 375px;
    background: #fff;
    padding: 5px;
    padding-top: 12px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgb(35 106 65 / 87%);
    z-index: 9999;
    max-height: 450px;
    overflow-y: auto;
    background: #488261;
    border: 1px solid #236a41;
}
.quiz-question {
    color: #000;
    margin-bottom: 15px;
}
.custom-radio{
  appearance: none;
  width: 18px;
  height: 18px;
  border:1px solid #236a41; 
  border-radius: 50%;    
  cursor: pointer;
  position: relative;
}

.custom-radio:checked{
  border: 4px solid #236a41; 
}
.quiz-question label {
    position: relative;
    overflow: hidden;
      font-size: 14px;
    color: #2c2c2c;
    display: block;
    font-weight: 500;
    cursor: pointer;
    align-items: center;
    display: flex;
    gap: 7px;
    margin: 7px 0px;
    background: #236a410f;
    padding: 9px 15px;
    border-radius: 6px;
}
.quiz-question input{
        width: 13px;
    height: 13px;
}
.quiz-submit-btn {
    background: #25D366;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
}
.quiz-box {
    position: relative;
}
.quiz-form{
        border: 1px solid #236a414f;
    border-radius: 10px;
    padding: 11px 13px;
    padding-top: 38px;
    background: #f6f6f6;
}
.close-btn {
    color: #000000;
    float: right;
    right: 19px;
    top: 7px;
    font-size: 30px;
    position: absolute;
    cursor: pointer;
    z-index: 999;
}
.quiz-question:first-child{
    margin-top: 50px;
}
.quiz-box p {
        font-size: 15px;
    font-weight: 500;
    margin-bottom: 12px;
    color: #000000;
}
.quiz-box .small-btn {
    padding: 6px 22px;
    font-weight: 600;
    font-size: 14px;
    margin-top: 0px;
}

input[type="radio"] {
  accent-color: green;
}