:root {
    --heading-font: "Vidaloka", serif;
    /*--body-font: "Jost", sans-serif;*/
    --body-font: "Montserrat", sans-serif;
    /*--poppins-font: "Poppins", sans-serif;*/
    --poppins-font: "Montserrat", sans-serif;
    --heading-one: clamp(2rem, -0.0733rem + 6.3692vw, 4.25rem);
    --heading-two: clamp(1.75rem, 0.7133rem + 2.8846vw, 2.875rem);
    --heading-three: clamp(1.5rem, 0.3353rem + 2.1661vw, 2.5rem);
    --heading-four: clamp(1.25rem, 0.5569rem + 1.444vw, 2rem);
    --heading-five: clamp(1.125rem, 1.2rem + 0.722vw, 1.75rem);
    --heading-six: clamp(1rem, 0.769rem + 0.6813vw, 1.25rem);
    --main-gradient: linear-gradient(90deg, #2873b9 0.04%, #2568a7 28.67%, #205b92 54.05%, #1c4e7d 78.11%, #174169 100.04%);
    --main-gradient-rev: linear-gradient(270deg, #174169 0.04%, #1c4e7d 28.67%, #205b92 54.05%, #2568a7 78.11%, #2873b9 100.04%);
    --gray-h: 0;
    --gray-s: 0%;
    --gray-l: 97%;
    --gray: var(--gray-h) var(--gray-s) var(--gray-l);
    --gray-900: #181616;
    --gray-800: #777;
    --gray-700: #211E1E;
    --gray-200: #E0E0E0;
    --gray-100: #F8F8F8;
    --white: 0 0% 100%;
    --light-h: 0;
    --light-s: 1%;
    --light-l: 53%;
    --light: var(--light-h) var(--light-s) var(--light-l);
    --black-h: 0;
    --black-s: 4%;
    --black-l: 9%;
    --black: var(--black-h) var(--black-s) var(--black-l);
    --heading-color: var(--black);
    --body-color: var(--light);
    --body-bg: var(--gray);
    --border-color: var(--gray-200);
    --section-bg: 208 100% 97%;
    --box-shadow: 0px 2px 15px hsl(var(--black) / .05);
    --box-shadow: 0px 4.8px 24.4px -6px rgba(19, 16, 34, 0.15), 0px 4px 13px -2px rgba(19, 16, 34, 0.1);
    --main-h: 28;
    --main-s: 91%;
    --main-l: 54%;
    --main: var(--main-h) var(--main-s) var(--main-l);
    --main-l-100: var(--main-h) calc(var(--main-s)) calc(var(--main-l) +(100% - var(--main-l))* 0.1);
    --main-l-200: var(--main-h) calc(var(--main-s)) calc(var(--main-l) +(100% - var(--main-l))* 0.2);
    --main-l-300: var(--main-h) calc(var(--main-s)) calc(var(--main-l) +(100% - var(--main-l))* 0.3);
    --main-l-400: var(--main-h) calc(var(--main-s)) calc(var(--main-l) +(100% - var(--main-l))* 0.4);
    --main-l-500: var(--main-h) calc(var(--main-s)) calc(var(--main-l) +(100% - var(--main-l))* 0.5);
    --main-l-600: var(--main-h) calc(var(--main-s)) calc(var(--main-l) +(100% - var(--main-l))* 0.6);
    --main-l-700: var(--main-h) calc(var(--main-s)) calc(var(--main-l) +(100% - var(--main-l))* 0.7);
    --main-l-800: var(--main-h) calc(var(--main-s)) calc(var(--main-l) +(100% - var(--main-l))* 0.8);
    --main-l-900: var(--main-h) calc(var(--main-s)) calc(var(--main-l) +(100% - var(--main-l))* 0.9);
    --main-d-100: var(--main-h) var(--main-s) calc(var(--main-l) - var(--main-l)* 0.1);
    --main-d-200: var(--main-h) var(--main-s) calc(var(--main-l) - var(--main-l)* 0.2);
    --main-d-300: var(--main-h) var(--main-s) calc(var(--main-l) - var(--main-l)* 0.3);
    --main-d-400: var(--main-h) var(--main-s) calc(var(--main-l) - var(--main-l)* 0.4);
    --main-d-500: var(--main-h) var(--main-s) calc(var(--main-l) - var(--main-l)* 0.5);
    --main-d-600: var(--main-h) var(--main-s) calc(var(--main-l) - var(--main-l)* 0.6);
    --main-d-700: var(--main-h) var(--main-s) calc(var(--main-l) - var(--main-l)* 0.7);
    --main-d-700: var(--main-h) var(--main-s) calc(var(--main-l) - var(--main-l)* 0.7);
    --main-d-800: var(--main-h) var(--main-s) calc(var(--main-l) - var(--main-l)* 0.8);
    --main-d-900: var(--main-h) var(--main-s) calc(var(--main-l) - var(--main-l)* 0.9);
}
:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #2873b9!important;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
/*    --bs-danger: #dc3545;*/
    --bs-danger: #000!important;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 13, 110, 253;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
}

.btn-main {
    background-color: transparent !important;
/*    border-color: hsl(var(--main)) !important; */
    border: none!important; 
}

.common-tab .nav-item .nav-link.active {
    color: hsl(var(--white)) !important;
/*    border-color: hsl(var(--main)) !important;*/
    border: none!important;
}

.progress-wrap::after {
    transition: all 200ms linear;
    color: #172057!important;
}

.nav-menu__link {
    padding: 15px 0;
}
.nav-menu__link a:hover {
    color: #2873b9!important;
    width: 100%;
    padding: 28px 0;
}

.nav-menu__item.activePage > a {
    color: #2873b9!important;
}

header nav a:hover {
    color: #1d72f2!important;
}

header .logo img{
    width: 160px!important;
}

.social-icon-list__link:hover {
    background-color: hsl(var(--white));
    color: #2873b9!important;
}


header .nav-menu__link a:hover {
    color: #2873b9!important;
}



.social-list {
    margin-top: 15px;
    border: 1px solid hsl(var(--white) / 0.15);
}
.offcanvas-btn:hover svg line, .offcanvas-btn:hover svg path {
    stroke: #2873b9;
}

.address-list a.address-list__text:hover {
    color: #2873b9;
}

.progress-wrap svg.progress-circle path {
    stroke: #172057!important;
}
.bottom-footer__inner {
    padding: 15px 0 80px;
}
.footer-link .bottom-footer__text p{
    color: #F8F8F8!important;
}
.footer-link:hover, .bottom-footer__text:hover {
    color: #F8F8F8!important;
}
.footer-item__title {
    margin-bottom: 20px!important;
}

footer {
    padding: 100px 0px 40px 0;
}

.footer-menu__link:hover {
    color: #2e82d1;
/*    font-weight: 400;*/
}
.footer-contact__icon a.footer-contact__link:hover {
    font-weight: 500!important;
}
.footer-item__logo a img {
    width: 110px;
    height: auto;
}
.padding-y-120 {
    padding-top: 70px;
    padding-bottom: 70px;
}
.text-justify {
    text-align: justify!important;
}
.breadcrumb__link:hover {
    color: #2e82d1;
}

.header {
    background-color: hsl(var(--white));
    transition: 0.2s linear;
    position: relative;
    z-index: 999999!important;
    border-bottom: 0.1px solid rgba(242, 242, 242, 0.2);
    padding-top: 0;
    padding-bottom: 0;
}
.section-heading {
    margin-bottom: 30px;
}

.text-theme {
    color: #172057!important;
}

.counter-five .counter-five-item__text{
    font-size: 18px;
    color: #111!important;
    font-weight: 500;
}

.testimonial-item__desc {
    margin-top: 32px;
    margin-bottom: 50px;
    font-size: 20px;
}
.testimonial-item__desc {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 20px;
}
.common-offcanvas {
    position: fixed;
    z-index: 9999999;
}
.contact-us-section {
    margin-top: -90px;
}
.mobile-menu {
    z-index: 99999999;
}
.footer-item__desc {
    max-width: 90%;
    margin-top: 10px;
    text-align: justify;
}
.property-item.style-two .property-item__content {
    margin-top: -70px;
    margin-left: 40px;
}
.footer .ms-xl-5 {
    margin-left: 1rem !important;
}
.contact-card {
    text-align: center;
    border-radius: 6px;
    border: 1px solid var(--border-color);
/*    padding: 32px 70px;*/
    padding: 32px;
    transition: 0.2s linear;
}





/********************************************************************************************************************************************************************************/
/********************************************************************************************************************************************************************************/
/********************************************************************************************************************************************************************************/
/********************************************************************************************************************************************************************************/

.message-thumb, .testimonial-thumb {
    border-radius: 0 5px 5px 0;
    overflow: hidden;
    position: absolute;
    left: 35%!important;
    top: 0;
    z-index: -1;
    width: 65%;
    height: 100%;
}


.gradient-btn {
  padding: 12px 30px;
  font-size: 16px;
  color: #fff;
  background: linear-gradient(270deg, #172057, #3649c9);
  background-size: 400% 400%;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  box-shadow: 0px 0px 10px rgba(23, 32, 87, 0.8);
  animation: gradientMove 2s ease infinite;
  transition: transform 0.2s ease;
}

.gradient-btn:hover {
  transform: scale(1.05);
}

@keyframes gradientMove {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

.btn {

}

.footer-menu__link::before {
    background: #f2f2f2;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: background 0.3s ease-in-out;
}

@media (min-width:320px) and (max-width: 767px){
    header .logo img{
        width: 120px!important;
    }
    footer .footer-item__title{
        font-size: 22px;
    }
    footer {
        padding: 80px 0px 40px 0;
    }
    .padding-y-120 {
        padding-top: 60px;
        padding-bottom: 50px;
    }
    .footer .ms-xl-5 {
        margin-left: 0!important;
    }

    .banner-five__thumb {
        position: static;
        max-width: 100%;
        margin-top: 30px;
    }
    .banner-five__thumb::before {
        width: 120px;
        height: 146px;
        display: none;
    }
    .popup-content {
        background: #fff;
        padding: 30px 15px!important;
    }
    .popup-overlay {
        position: fixed;
        top: 0%;
        left: 0%;
        width: 100%;
    }
    .section-heading__title, .newsletter-content__title {
        font-family: var(--poppins-font);
        margin-bottom: 20px;
        font-weight: bold;
        font-size: 30px;
    }

    .popup-content {
        max-width: 95%;
        width: 95%;
        margin-top: 30px;
    }

    .popup-content .gy-30 {
        --bs-gutter-y: 20px;
    }

    .popup-content .form-box__title {
        font-size: 18px;
    }
    .close-btn {
        position: absolute;
        top: 11%;
        right: 7%;
        background: none;
        border: none;
        font-size: 28px;
        font-weight: bold;
        cursor: pointer;
        color: #f44336;
    }
    /*.apply-now {
        position: fixed;
        bottom: 45%;
        right: -22%;
        z-index: 999;
        transform: rotate(90deg);
    }
    .apply-now a {
        font-size: 10px;
        padding: 10px 15px;
    }*/
    .la, .las {
        font-family: 'Line Awesome Free';
        font-weight: 900;
        color: #f2f2f2;
    }
    /*.whatsapp-fixed img {
        width: 35px;
    }
    .whatsapp-fixed {
        position: fixed;
        bottom: 70px;
        left: 0px;
        z-index: 999;
    }*/
    .banner-five__thumb img {
        border-radius: 0px;
    }

    .nav-menu--mobile .nav-menu__link {
        border-bottom: 1px solid hsl(var(--black) / 0.08) !important;
        position: relative;
        padding: 12px 0;
        padding-right: 16px;
        color: #111;
        font-family: "Montserrat", sans-serif;
    }

    .close-button {
        background-color: #172057;
    }

    .bottom-footer__inner p, .bottom-footer__inner a  {
        font-weight: 400;
        font-size: 11px!important;
    }
    .progress-wrap {
        right: 24px;
        bottom: 100px!important;
    }

    
    #qualification-form {
        background-color: #172057!important;
    }
    .footer-contact-area {
        position: fixed;
        bottom: 0px;
        box-shadow: 0px -5px 15px rgba(0, 0, 0, 0.5);
        z-index: 9999;
    }
    .bottom-footer__inner {
        padding: 15px 0 80px;
    }
    .banner-content__title {
        font-weight: bold;
    }
    #qualification-form.message {
        padding: 25px 0;
    }

    .select-has-icon select {
        padding: 12px 16px;
        font-size: 0.9375rem;
    }
    .heading-title {
        font-size: 22px!important;
    }

    .common-input, .select-has-icon select {
        border-radius: 5px;
        padding: 10px 24px;
    }

    .newsletter-content {
        padding: 40px 24px;
        z-index: 1;
    }
    .container-two, .container {
        padding-left: 20px;
        padding-right: 20px;
    }
    .font-20 {
        font-size: 15px!important;
    }
    #qualification-form {
        /*background-image: linear-gradient(to left, rgb(23, 32, 87), rgb(54, 73, 201));*/
        background-image: url('../images/main-slider-bg-phone.jpg');
        background-size: cover;
        background-repeat: no-repeat;
    }

}
