/* ===============================
   RESPONSIVE FONT SIZES
   =============================== */

@media (max-width: 1199.98px) {
    :root {
        --fs-122: 96px;
        --fs-92: 76px;
        --fs-72: 56px;
        --fs-56: 46px;
        --fs-42: 38px;
        --fs-40: 34px;
        --fs-38: 32px;
        --fs-36: 30px;
        --fs-34: 28px;
        --fs-32: 26px;
        --fs-30: 25px;
        --fs-28: 24px;
        --fs-26: 22px;
        --fs-24: 21px;
        --fs-22: 20px;
        --fs-20: 18px;
        --fs-18: 16px;
        --fs-16: 15px;
        --fs-14: 13px;

        --section-padding-lg: 128px;
        --section-padding: 64px;
    }

    html {
        font-size: 1rem;
    }

    html:has(.global-header.show) {
        overflow: hidden;
    }

    body {
        padding-top: 86px;
    }

    .container {
        padding-left: 24px;
        padding-right: 24px;
    }

    .global-header {
        height: 86px;
        border-bottom: 1px solid transparent;
        transition: 0.3s;
    }

    .global-header .navbar .navbar-brand {
        width: 240px;
    }

    .global-header.show {
        border-bottom-color: #111b2133;
        background-color: var(--bs-white);
    }

    .global-header .menu-button {
        display: flex;
    }

    .global-header .navbar .navbar-collapse {
        display: none;
        position: fixed;
        top: 86px;
        height: calc(100% - 86px);
        left: 0;
        right: 0;
        width: 100%;
        flex-direction: column;
        align-items: start;
        overflow: auto;
        gap: 0;
        background-color: var(--bs-white);
    }

    .global-header .navbar .navbar-nav {
        flex-direction: column;
        margin: 0;
        align-items: start;
        width: 100%;
        gap: 0;
    }

    .global-header .navbar .navbar-nav .nav-item {
        padding: 20px 24px;
        border-bottom: 1px solid #111b2133;
        width: 100%;
    }

    .global-header .navbar .navbar-nav .nav-link::after {
        display: none;
    }

    .global-header .navbar .navbar-nav .nav-link:hover {
        color: var(--body-text);
    }

    .global-header .header-dropdown .header-dropdown-list .header-dropdown-link,
    .global-header .navbar .navbar-nav .nav-link {
        font-size: 32px;
        font-weight: 400;
    }

    .global-header .navbar .quick-link {
        margin-top: auto;
        padding: 20px 24px;
        width: 100%;
        background-color: var(--primary);
    }

    .global-header .navbar .navbar-nav .nav-link.header-dropdown-btn {
        width: 100%;
    }

    .global-header .header-dropdown .header-dropdown-menu {
        position: static;
        padding: 0;
        width: 100%;
        background: transparent;
        border: none;
        box-shadow: none;
    }

    .global-header .header-dropdown .header-dropdown-list .header-dropdown-link:hover {
        transform: translateX(0);
    }

    .global-header .header-dropdown .header-dropdown-menu .header-dropdown-item:first-child,
    .global-header .header-dropdown .header-dropdown-menu .header-dropdown-item {
        padding: 20px 24px;
    }

    .global-header .header-dropdown .header-dropdown-menu .header-dropdown-item {
        border-bottom-color: #111b2133;
    }

    .global-header .navbar .quick-link .btn-primary {
        --bs-btn-color: var(--bs-dark);
        --bs-btn-bg: var(--bs-white);
        --bs-btn-border-color: var(--bs-white);
        --bs-btn-hover-color: var(--bs-white);
        --bs-btn-hover-bg: var(--bs-white-light);
        --bs-btn-hover-border-color: var(--bs-white);
        --bs-btn-focus-shadow-rgb: none;
        --bs-btn-active-color: var(--bs-btn-hover-color);
        --bs-btn-active-bg: unset;
        --bs-btn-active-border-color: var(--bs-btn-hover-border-color);
        --bs-btn-active-shadow: none;
        --bs-btn-disabled-color: var(--bs-btn-color);
        --bs-btn-disabled-bg: var(--bs-btn-bg);
        --bs-btn-disabled-border-color: var(--bs-btn-border-color);
    }

    .hero-sec.hero-full-sec {
        min-height: calc(100vh - 86px)
    }

    .swiper-bottom-scrollbar .swiper-bottom-container .swiper-arrows-container .swiper-btn {
        width: 2.5rem;
        height: 2.5rem;
    }

    .swiper-bottom-scrollbar .swiper-bottom-container {
        gap: 16px;
        margin-top: 16px;
    }

    .swiper-bottom-scrollbar .swiper-bottom-container .swiper-arrows-container {
        gap: 6px;
    }

    .hover-text-card {
        padding: 16px;
        min-height: 320px;
    }

    .logo-slider .swiper-slide {
        width: 112px;
    }
}

@media (max-width: 991.98px) {
    :root {
        --fs-122: 80px;
        --fs-92: 64px;
        --fs-72: 48px;
        --fs-56: 38px;
        --fs-42: 32px;
        --fs-40: 30px;
        --fs-38: 28px;
        --fs-36: 26px;
        --fs-34: 25px;
        --fs-32: 24px;
        --fs-30: 22px;
        --fs-28: 21px;
        --fs-26: 20px;
        --fs-24: 19px;
        --fs-22: 18px;
        --fs-20: 17px;
        --fs-18: 16px;
        --fs-16: 16px;
        --fs-14: 13px;
    }

    .container {
        padding-left: 16px;
        padding-right: 16px;
    }

    .hero-sec {
        min-height: 60vh;
    }

    .hero-sec.hero-full-sec {
        min-height: 70vh;
    }

    .sticky-element-section .sticky-element {
        position: static;
    }

    .logo-slider .swiper-slide {
        width: 92px;
    }

    .footer-form-section .footer-form-section-title {
        opacity: 1;
        text-wrap: wrap;
        font-size: var(--fs-56);
        font-weight: 600;
        color: var(--bs-white);
    }

    .footer-form-section {
        position: relative;
    }

    .footer-form-section .section-card {
        position: relative;
        z-index: 2;
    }

    .footer-form-section .section-img {
        padding: 0;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
    }

    .footer-form-section .section-img img {
        filter: brightness(0.5);
    }
}

@media (max-width: 767.98px) {
    :root {
        --fs-122: 64px;
        --fs-92: 48px;
        --fs-72: 36px;
        --fs-56: 34px;
        --section-padding-lg: 100px;
        --section-padding: 50px;
        --section-title-dec-gap: 18px;
        --section-title-dec-gap-sm: 14px;
        --section-card-padding: 22px;
        --section-card-padding-sm: 14px;
    }

    .hover-text-card {
        padding: 16px;
        min-height: 270px;
    }

    .testimonial-card {
        flex-direction: column;
    }

    .testimonial-card .client-img-video-wrap {
        max-width: 100%;
        height: auto;
        max-height: 386px;
    }

    .testimonial-card .client-img-video-wrap .video-play-btn .icon {
        font-size: var(--fs-122);
    }

    .global-footer .row.gy-5 {
        --bs-gutter-y: 2rem;
    }

    .global-footer .footer-gap>*:not(:last-child) {
        margin-bottom: 1rem;
    }

    .global-footer .footer-title {
        margin-bottom: 0.5rem;

    }

    .custom-accordion .accordion-button {
        font-size: var(--fs-16);
    }

    .img-section-card,
    .img-section-card .card-img {
        height: auto;
    }

    .img-section-card .card-img {
        min-height: unset;
    }

    .img-section-card .card-body {
        position: static;
        width: 100%;
        padding: var(--section-card-padding);
    }
}

@media (max-width: 575.98px) {
    :root {
        --fs-122: 48px;
        --fs-92: 36px;
        --fs-72: 32px;
        --fs-56: 30px;
        --fs-42: 32px;
        --fs-40: 30px;
        --fs-38: 28px;
        --fs-36: 26px;
        --fs-34: 24px;
        --fs-32: 22px;
        --fs-30: 20px;
        --fs-28: 20px;
        --fs-26: 20px;
        --fs-24: 19px;
        --fs-22: 18px;
        --fs-20: 16px;
        --fs-18: 16px;
        --fs-16: 16px;
        --fs-14: 13px;
        --section-padding-lg: 80px;
        --section-padding: 40px;
        --section-card-padding: 18px;
    }

    .container {
        padding-left: 14px;
        padding-right: 14px;
    }

    body {
        padding-top: 68px;
    }

    .btn {
        --bs-btn-padding-x: 18px;
        --bs-btn-padding-y: 6px;
        --bs-btn-font-size: 16px;
        --bs-btn-font-weight: 400;
        min-height: 36px;
    }

    .global-header {
        padding: 12px 0;
        height: 68px;
    }

    .global-header .navbar .navbar-brand {
        width: 100%;
        max-width: 200px;

    }

    .global-header .navbar .quick-link {
        padding: 16px 20px;
        gap: 16px;
        justify-content: space-between;
    }

    .global-header .navbar .navbar-collapse {
        top: 68px;
        height: calc(100% - 68px);
    }

    .global-header .header-dropdown .header-dropdown-list .header-dropdown-link,
    .global-header .navbar .navbar-nav .nav-link {
        font-size: 24px;
    }

    .global-header .header-dropdown .header-dropdown-menu .header-dropdown-item:first-child,
    .global-header .header-dropdown .header-dropdown-menu .header-dropdown-item,
    .global-header .navbar .navbar-nav .nav-item {
        padding: 16px 20px;
    }

    .swiper-bottom-scrollbar .swiper-bottom-container .swiper-arrows-container .swiper-btn {
        width: 32px;
        height: 32px;
    }

    .swiper-bottom-scrollbar .swiper-bottom-container {
        gap: 8px;
    }

    .swiper-bottom-scrollbar .swiper-bottom-container .swiper-arrows-container {
        gap: 4px;
    }
}