@font-face {
  font-display: swap;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/poppins-v20-latin-300.woff2') format('woff2')
}
@font-face {
  font-display: swap;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/poppins-v20-latin-regular.woff2') format('woff2')
}
@font-face {
  font-display: swap;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/poppins-v20-latin-500.woff2') format('woff2')
}
@font-face {
  font-display: swap;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/poppins-v20-latin-600.woff2') format('woff2')
}
@font-face {
  font-display: swap;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/poppins-v20-latin-700.woff2') format('woff2')
}
@font-face {
  font-display: swap;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/poppins-v20-latin-800.woff2') format('woff2')
}
      /* =====================================
   VARIABLES
===================================== */
        :root {
            --navy: #071d36;
            --navy-light: #0d3456;
            --teal: #0fa69a;
            --teal-dark: #087d75;
            --orange: #ff7626;
            --orange-dark: #e95d0d;
            --white: #ffffff;
            --light: #f6fbfb;
            --light-two: #e9f2f2;
            --heading: #071d36;
            --text: #62717d;
        }
        /* =====================================
   GENERAL
===================================== */
        * {
            box-sizing: border-box;
        }
        html {
            scroll-behavior: smooth;
        }
        body {
            margin: 0;
            overflow-x: hidden;
            color: var(--text);
            background: #e9eeee;
       
        }
        a {
            text-decoration: none;
        }
        img {
            display: block;
            max-width: 100%;
        }
        /* =====================================
   TOP BAR
===================================== */
        .top-bar {
            position: relative;
            z-index: 1100;
            color: var(--white);
            background: var(--navy);
            border-radius: 0 0 22px 22px;
        }
        .top-bar-left,
        .top-bar-right {
            min-height: 43px;
            display: flex;
            align-items: center;
            gap: 17px;
        }
        .top-bar-right {
            justify-content: flex-end;
        }
        .top-bar-item,
        .top-bar a {
            display: inline-flex;
            align-items: center;
            gap: 7px;
            color: rgba(255, 255, 255, 0.82);
            font-size: 12px;
            font-weight: 600;
            transition: 0.3s ease;
        }
        .top-bar a:hover {
            color: var(--orange);
        }
        .top-bar-item svg {
            width: 15px;
            height: 15px;
            fill: var(--teal);
        }
        .top-bar-divider {
            width: 1px;
            height: 15px;
            background: rgba(255, 255, 255, 0.2);
        }
        /* =====================================
   NAVBAR
===================================== */
        .main-navbar {
            position: absolute;
            top: 43px;
            right: 0;
            left: 0;
            z-index: 1050;
            padding: 0;
            transition: 0.4s ease;
        }
        .navbar-box {
            position: relative;
            z-index: 20;
            width: 100%;
            min-height: 90px;
            padding: 0 28px;
            display: flex;
            align-items: center;
            background: var(--navy);
            border-radius: 0 0 24px 24px;
            box-shadow: 0 20px 50px rgba(7, 29, 54, 0.22);
        }
        /* .navbar-box::before,
.navbar-box::after {
    position: absolute;
    top: 0;
    width: 54px;
    height: 18px;
    content: "";
    background: var(--navy);
}
.navbar-box::before {
    left: 10px;
    transform: translateX(-74%) skewX(-48deg);
} */
        .navbar-box::after {
            right: 10px;
            transform: translateX(74%) skewX(48deg);
        }
        /* Logo */
        .air-logo {
            position: relative;
            z-index: 5;
            min-width: 225px;
            display: flex;
            align-items: center;
            gap: 11px;
            margin-right: 18px;
        }
        .logo-icon {
            width: 57px;
            height: 57px;
            flex: 0 0 57px;
        }
        .logo-icon svg {
            width: 100%;
            height: 100%;
        }
        .logo-ring {
            fill: none;
            stroke: var(--orange);
            stroke-width: 6px;
            stroke-dasharray: 10px 5px;
        }
        .logo-fan-blades {
            fill: var(--teal);
            transform-origin: 50px 50px;
            animation: fanSpin 7s linear infinite;
        }
        .logo-center {
            fill: var(--orange);
        }
        .logo-text {
            display: flex;
            flex-direction: column;
        }
        .logo-text strong {
            color: var(--white);
            font-size: 27px;
            font-weight: 900;
            line-height: 1;
            letter-spacing: -1px;
        }
        .logo-text small {
            margin-top: 6px;
            color: rgba(255, 255, 255, 0.67);
            font-size: 9px;
            font-weight: 700;
            letter-spacing: 2px;
        }
        /* Nav Links */
        .navbar-collapse {
            position: relative;
            z-index: 5;
        }
        .navbar-nav {
            gap: 4px;
        }
        .navbar-nav .nav-link {
            position: relative;
            padding: 34px 15px !important;
            color: rgba(255, 255, 255, 0.84);
            font-size: 14px;
            font-weight: 700;
            transition: 0.3s ease;
        }
        .navbar-nav .nav-link::before {
            position: absolute;
            right: 15px;
            bottom: 24px;
            left: 15px;
            height: 2px;
            content: "";
            background: var(--orange);
            transform: scaleX(0);
            transform-origin: right;
            transition: 0.35s ease;
        }
        .navbar-nav .nav-link:hover,
        .navbar-nav .nav-link.active {
            color: var(--white);
        }
        .navbar-nav .nav-link:hover::before,
        .navbar-nav .nav-link.active::before {
            transform: scaleX(1);
            transform-origin: left;
        }
        /* Dropdown */
        .services-dropdown {
            min-width: 270px;
            padding: 12px;
            border: 0;
            border-top: 3px solid var(--orange);
            border-radius: 5px 5px 14px 14px;
            background: var(--white);
            box-shadow: 0 25px 60px rgba(7, 29, 54, 0.22);
        }
        .services-dropdown .dropdown-item {
            position: relative;
            padding: 12px 13px 12px 29px;
            color: var(--navy);
            border-radius: 8px;
            font-size: 13px;
            font-weight: 700;
            transition: 0.3s ease;
        }
        .services-dropdown .dropdown-item::before {
            position: absolute;
            top: 50%;
            left: 12px;
            width: 6px;
            height: 6px;
            content: "";
            background: var(--teal);
            border-radius: 50%;
            transform: translateY(-50%);
        }
        .services-dropdown .dropdown-item:hover {
            padding-left: 35px;
            color: var(--white);
            background: var(--teal);
        }
        .pa-dropdown {
            position: relative;
        }
        .pa-dropdown > a {
            cursor: pointer;
        }
        .pa-dropdown > ul {
            position: absolute;
            top: 100%;
            left: 0;
            z-index: 1200;
            min-width: 245px;
            margin: 0;
            padding: 10px;
            list-style: none;
            visibility: hidden;
            opacity: 0;
            background: var(--white);
            border-top: 3px solid var(--orange);
            border-radius: 5px 5px 14px 14px;
            box-shadow: 0 25px 60px rgba(7, 29, 54, 0.22);
            transform: translateY(8px);
            transition: 0.25s ease;
        }
        .pa-dropdown:hover > ul,
        .pa-dropdown.is-open > ul {
            visibility: visible;
            opacity: 1;
            transform: translateY(0);
        }
        .pa-dropdown > ul a {
            display: block;
            padding: 11px 13px;
            color: var(--navy);
            border-radius: 8px;
            font-size: 13px;
            font-weight: 700;
            text-decoration: none;
            transition: 0.25s ease;
        }
        .pa-dropdown > ul a:hover {
            color: var(--white);
            background: var(--teal);
        }
        /* Phone */
        .navbar-phone {
            min-width: 215px;
            display: flex;
            align-items: center;
            gap: 11px;
            color: var(--white);
            transition: 0.3s ease;
        }
        .navbar-phone:hover {
            color: var(--white);
            transform: translateY(-3px);
        }
        .phone-icon {
            width: 48px;
            height: 48px;
            flex: 0 0 48px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            background: var(--orange);
            border-radius: 50%;
            animation: phonePulse 2s infinite;
        }
        .phone-icon svg {
            width: 22px;
            height: 22px;
            fill: var(--white);
        }
        .phone-content {
            display: flex;
            flex-direction: column;
        }
        .phone-content small {
            margin-bottom: 3px;
            color: rgba(255, 255, 255, 0.62);
            font-size: 9px;
            font-weight: 700;
            text-transform: uppercase;
        }
        .phone-content strong {
            color: var(--white);
            font-size: 17px;
            white-space: nowrap;
        }
        /* Mobile Button */
        .menu-button {
            position: relative;
            z-index: 10;
            width: 47px;
            height: 43px;
            padding: 9px;
            border: 1px solid rgba(255, 255, 255, 0.2);
            border-radius: 8px;
            box-shadow: none !important;
        }
        .menu-button span {
            width: 100%;
            height: 2px;
            display: block;
            margin: 5px 0;
            background: var(--white);
            border-radius: 5px;
        }
        /* Fixed Navbar */
        .navbar-fixed {
            position: fixed;
            top: 0;
            animation: navbarDown 0.45s ease;
        }
        .navbar-fixed .navbar-box {
            min-height: 77px;
        }
        .navbar-fixed .navbar-nav .nav-link {
            padding-top: 27px !important;
            padding-bottom: 27px !important;
        }
        /* =====================================
   HERO SECTION
===================================== */
        .air-hero {
            position: relative;
            z-index: 1;
            min-height: 850px;
            /*
        The hero begins higher so it goes
        underneath the navbar
    */
            padding: 112px 20px 40px;
            overflow: hidden;
        }
        /*
    The hero-box is wider than Bootstrap container.
    Negative margins keep it centered.
*/
        .hero-box {
            position: relative;
            z-index: 2;
            width: calc(186% + 303px);
            max-width: 1600px;
            margin-top: -59px;
            margin-right: -85px;
            margin-left: -187px;
            min-height: 710px;
            padding: 145px 85px 60px;
            overflow: hidden;
            background: linear-gradient(115deg, rgba(255, 255, 255, 0.99), rgba(246, 251, 251, 0.98));
            border-radius: 48px;
            box-shadow: 0 25px 70px rgba(7, 29, 54, 0.08);
        }
        .hero-box::before {
            position: absolute;
            top: -230px;
            right: 25%;
            width: 500px;
            height: 900px;
            content: "";
            background: rgba(17, 206, 190, 0.025);
            transform: rotate(-40deg);
        }
        .hero-box::after {
            position: absolute;
            bottom: -220px;
            left: -180px;
            width: 450px;
            height: 450px;
            content: "";
            border: 1px solid rgba(15, 166, 154, 0.08);
            border-radius: 50%;
        }
        .hero-box .row {
            position: relative;
            z-index: 5;
        }
        /* Background Dots */
        .hero-dots {
            position: absolute;
            z-index: 1;
            width: 320px;
            height: 300px;
            opacity: 0.22;
            background-image:
                radial-gradient(circle,
                    var(--teal) 2px,
                    transparent 2.5px);
            background-size: 20px 20px;
        }
        .hero-dots-left {
            top: 185px;
            left: 20px;
            mask-image:
                linear-gradient(90deg,
                    #000,
                    transparent);
        }
        .hero-dots-right {
            right: 20px;
            bottom: 35px;
            mask-image:
                linear-gradient(270deg,
                    #000,
                    transparent);
        }
        /* Floating Fan */
        .floating-fan {
            position: absolute;
            right: 5%;
            bottom: 40px;
            z-index: 1;
            width: 110px;
            height: 110px;
            opacity: 0.08;
        }
        .floating-fan svg {
            width: 100%;
            height: 100%;
            fill: var(--teal);
        }
        .floating-fan svg g {
            transform-origin: 50px 50px;
            animation: fanSpin 10s linear infinite;
        }
        /* Hero Content */
        .hero-content {
            max-width: 650px;
            animation: contentShow 0.9s ease both;
        }
        .hero-content p {
            max-width: 520px;
            color: #071d36;
            line-height: 1.8;
            margin-bottom: 32px;
        }
        .hero-subtitle {
            width: fit-content;
            display: flex;
            align-items: center;
            gap: 9px;
            margin-bottom: 20px;
            padding-bottom: 5px;
            color: var(--navy);
            border-bottom: 2px solid var(--orange);
            font-size: 13px;
            font-weight: 800;
            text-transform: uppercase;
        }
        .subtitle-icon {
            width: 34px;
            height: 34px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
        }
        .subtitle-icon svg {
            width: 31px;
            height: 31px;
            fill: none;
            stroke: var(--teal);
            stroke-width: 3;
            stroke-linecap: round;
        }
        .hero-content h1 {
            max-width: 660px;
            margin: 0;
            color: var(--heading);
            font-size: 51px;
            font-weight: 900;
            line-height: 1.13;
            letter-spacing: -2.5px;
        }
        .hero-content h1 span {
            display: block;
            color: var(--orange);
        }
        .hero-description {
            max-width: 570px;
            margin: 25px 0 0;
            padding-left: 23px;
            color: var(--text);
            border-left: 3px solid var(--teal);
            font-size: 15px;
            line-height: 1.8;
        }
        /* Hero Buttons */
        .hero-buttons {
            display: flex;
            flex-wrap: wrap;
            gap: 15px;
            margin-top: 31px;
        }
        .hero-button {
            position: relative;
            min-width: 200px;
            min-height: 54px;
            padding: 14px 23px;
            overflow: hidden;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
            color: var(--white);
            border-radius: 30px;
            font-size: 20px;
            font-weight: 700;
            isolation: isolate;
            transition: 0.35s ease;
        }
        .hero-button::before {
            position: absolute;
            top: 0;
            left: -120%;
            z-index: -1;
            width: 110%;
            height: 100%;
            content: "";
            background: rgba(255, 255, 255, 0.2);
            transform: skewX(-25deg);
            transition: 0.6s ease;
        }
        .hero-button:hover::before {
            left: 120%;
        }
        .hero-button svg {
            width: 19px;
            height: 19px;
            fill: none;
            stroke: currentColor;
            stroke-width: 2;
            stroke-linecap: round;
            stroke-linejoin: round;
            transition: 0.3s ease;
        }
        .hero-button:hover svg {
            transform: translateX(5px);
        }
        .hero-button-dark {
            background: var(--navy);
            box-shadow: 0 14px 28px rgba(7, 29, 54, 0.19);
        }
        .hero-button-orange {
            background: var(--orange);
            box-shadow: 0 14px 28px rgba(255, 118, 38, 0.22);
        }
        .hero-button:hover {
            color: var(--white);
            background: var(--teal);
            transform: translateY(-5px);
        }
        /* Hero Features */
        .hero-features {
            display: flex;
            flex-wrap: wrap;
            gap: 25px;
            margin-top: 35px;
        }
        .hero-feature {
            display: flex;
            align-items: center;
            gap: 10px;
        }
        .hero-feature>span {
            width: 35px;
            height: 35px;
            flex: 0 0 35px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            color: var(--white);
            background: var(--teal);
            border-radius: 50%;
            box-shadow: 0 8px 18px rgba(15, 166, 154, 0.25);
        }
        .hero-feature div {
            display: flex;
            flex-direction: column;
        }
        .hero-feature strong {
            color: var(--navy);
            font-size: 13px;
        }
        .hero-feature small {
            margin-top: 3px;
            color: #7f8c95;
            font-size: 10px;
        }
        /* =====================================
   HERO IMAGE
===================================== */
        .hero-image-area {
            position: relative;
            width: 100%;
            max-width: 590px;
            min-height: 555px;
            margin-left: auto;
            animation: imageShow 1s ease 0.15s both;
        }
        .hero-image {
            position: relative;
            width: 100%;
            height: 555px;
            overflow: hidden;
            background: var(--light-two);
            border-radius: 35px 85px 155px 35px;
            box-shadow: 0 28px 65px rgba(7, 29, 54, 0.19);
        }
        .hero-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: 1s ease;
        }
        .hero-image-area:hover .hero-image img {
            transform: scale(1.055);
        }
        .image-overlay {
            position: absolute;
            inset: 0;
            background:
                linear-gradient(180deg,
                    transparent 58%,
                    rgba(7, 29, 54, 0.14));
        }
        .hero-image-border {
            position: absolute;
            top: -22px;
            right: -22px;
            z-index: -1;
            width: 86%;
            height: 87%;
            border: 2px solid rgba(15, 166, 154, 0.23);
            border-radius: 35px 100px 155px 35px;
        }
        /* Experience Card */
        .experience-card {
            position: absolute;
            top: 27px;
            left: -38px;
            z-index: 8;
            min-width: 225px;
            padding: 11px 18px 11px 11px;
            display: flex;
            align-items: center;
            gap: 11px;
            background: rgba(255, 255, 255, 0.95);
            border-radius: 50px;
            box-shadow: 0 16px 40px rgba(7, 29, 54, 0.17);
            backdrop-filter: blur(8px);
            transition: 0.3s ease;
        }
        .experience-card:hover {
            transform: translateY(-5px);
        }
        .experience-number {
            width: 50px;
            height: 50px;
            flex: 0 0 50px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            color: var(--white);
            background: var(--teal);
            border-radius: 50%;
            font-size: 17px;
            font-weight: 900;
        }
        .experience-card div {
            display: flex;
            flex-direction: column;
        }
        .experience-card strong {
            color: var(--navy);
            font-size: 13px;
        }
        .experience-card small {
            margin-top: 4px;
            color: #808b94;
            font-size: 9px;
        }
        /* Fan Badge */
        .air-badge {
            position: absolute;
            bottom: 48px;
            left: -55px;
            z-index: 8;
            width: 155px;
            height: 155px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: var(--white);
            border-radius: 50%;
            box-shadow: 0 20px 50px rgba(7, 29, 54, 0.2);
        }
        .badge-text {
            position: absolute;
            inset: 7px;
            width: calc(100% - 14px);
            height: calc(100% - 14px);
            animation: badgeSpin 14s linear infinite;
        }
        .badge-text text {
            fill: var(--navy);
            font-size: 13px;
            font-weight: 800;
            letter-spacing: 1.2px;
        }
        .badge-fan {
            width: 65px;
            height: 65px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            background: var(--orange);
            border-radius: 50%;
        }
        .badge-fan svg {
            width: 45px;
            height: 45px;
            fill: var(--white);
        }
        .badge-fan svg g {
            transform-origin: 50px 50px;
            animation: fanSpin 3s linear infinite;
        }
        /* Image Arrow */
        .image-arrow {
            position: absolute;
            top: 44%;
            right: -27px;
            z-index: 9;
            width: 56px;
            height: 56px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            color: var(--white);
            background: var(--navy-light);
            border: 5px solid var(--white);
            border-radius: 50%;
            box-shadow: 0 14px 32px rgba(7, 29, 54, 0.22);
            transition: 0.35s ease;
        }
        .image-arrow svg {
            width: 21px;
            height: 21px;
            fill: none;
            stroke: currentColor;
            stroke-width: 2;
            stroke-linecap: round;
            stroke-linejoin: round;
        }
        .image-arrow:hover {
            color: var(--white);
            background: var(--orange);
            transform: translateX(6px);
        }
        /* =====================================
   AIR FLOW
===================================== */
        .hero-airflow {
            position: absolute;
            bottom: 60px;
            left: 50px;
            z-index: 2;
            width: 230px;
            height: 100px;
            pointer-events: none;
        }
        .hero-airflow span,
        .image-airflow span {
            position: absolute;
            left: -100%;
            display: block;
            border-top: 2px solid rgba(15, 166, 154, 0.3);
            border-radius: 50%;
            animation: airMove 5s linear infinite;
        }
        .hero-airflow span:nth-child(1) {
            top: 5px;
            width: 160px;
        }
        .hero-airflow span:nth-child(2) {
            top: 35px;
            width: 210px;
            animation-delay: 1.3s;
        }
        .hero-airflow span:nth-child(3) {
            top: 65px;
            width: 130px;
            animation-delay: 2.6s;
        }
        .image-airflow {
            position: absolute;
            right: 45px;
            bottom: 70px;
            z-index: 3;
            width: 180px;
            height: 80px;
            transform: rotate(-8deg);
        }
        .image-airflow span {
            border-color: rgba(255, 255, 255, 0.72);
        }
        .image-airflow span:nth-child(1) {
            top: 5px;
            width: 130px;
        }
        .image-airflow span:nth-child(2) {
            top: 28px;
            width: 165px;
            animation-delay: 1.2s;
        }
        .image-airflow span:nth-child(3) {
            top: 53px;
            width: 110px;
            animation-delay: 2.4s;
        }
        /* =====================================
   ANIMATIONS
===================================== */
        @keyframes fanSpin {
            to {
                transform: rotate(360deg);
            }
        }
        @keyframes badgeSpin {
            to {
                transform: rotate(360deg);
            }
        }
        @keyframes phonePulse {
            0% {
                box-shadow: 0 0 0 0 rgba(255, 118, 38, 0.5);
            }
            70% {
                box-shadow: 0 0 0 12px rgba(255, 118, 38, 0);
            }
            100% {
                box-shadow: 0 0 0 0 rgba(255, 118, 38, 0);
            }
        }
        @keyframes contentShow {
            from {
                opacity: 0;
                transform: translateX(-45px);
            }
            to {
                opacity: 1;
                transform: translateX(0);
            }
        }
        @keyframes imageShow {
            from {
                opacity: 0;
                transform: translateX(45px) scale(0.96);
            }
            to {
                opacity: 1;
                transform: translateX(0) scale(1);
            }
        }
        @keyframes airMove {
            0% {
                left: -100%;
                opacity: 0;
                transform: scaleX(0.7);
            }
            35% {
                opacity: 1;
            }
            100% {
                left: 100%;
                opacity: 0;
                transform: scaleX(1.1);
            }
        }
        @keyframes navbarDown {
            from {
                opacity: 0;
                transform: translateY(-100%);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
        /* =====================================
   LARGE LAPTOP
===================================== */
        @media (max-width: 1399px) {
            .navbar-box {
                padding-right: 22px;
                padding-left: 22px;
            }
            .air-logo {
                min-width: 195px;
            }
            .logo-icon {
                width: 50px;
                height: 50px;
                flex-basis: 50px;
            }
            .logo-text strong {
                font-size: 23px;
            }
            .navbar-nav .nav-link {
                padding-right: 11px !important;
                padding-left: 11px !important;
                font-size: 13px;
            }
            .navbar-phone {
                min-width: 190px;
            }
            .phone-content strong {
                font-size: 15px;
            }
            .hero-box {
                width: calc(100% + 120px);
                margin-right: -60px;
                margin-left: -60px;
                padding-right: 55px;
                padding-left: 55px;
            }
            .hero-content h1 {
                font-size: 54px;
            }
        }
        /* =====================================
   SMALL LAPTOP
===================================== */
        @media (max-width: 1199px) {
            .navbar-phone {
                display: none;
            }
            .hero-box {
                width: calc(100% + 70px);
                margin-right: -35px;
                margin-left: -35px;
                padding-right: 45px;
                padding-left: 45px;
            }
            .hero-content h1 {
                font-size: 47px;
            }
            .hero-image-area {
                min-height: 510px;
            }
            .hero-image {
                height: 510px;
            }
        }
        /* =====================================
   TABLET
===================================== */
        @media (max-width: 991px) {
            .top-bar-left,
            .top-bar-right {
                justify-content: center;
            }
            .top-bar-right {
                min-height: 34px;
            }
            .main-navbar {
                top: 78px;
            }
            .navbar-box {
                min-height: 77px;
                padding: 9px 18px;
                border-radius: 0 0 17px 17px;
            }
            .navbar-box::before,
            .navbar-box::after {
                display: none;
            }
            .air-logo {
                min-width: auto;
            }
            .navbar-collapse {
                position: absolute;
                top: calc(100% + 10px);
                right: 0;
                left: 0;
                max-height: calc(100vh - 130px);
                padding: 14px;
                overflow-y: auto;
                background: var(--navy);
                border-radius: 13px;
                box-shadow: 0 25px 55px rgba(7, 29, 54, 0.27);
            }
            .navbar-nav .nav-link {
                padding: 13px 15px !important;
                border-radius: 8px;
            }
            .navbar-nav .nav-link::before {
                display: none;
            }
            .navbar-nav .nav-link:hover,
            .navbar-nav .nav-link.active {
                padding-left: 22px !important;
                background: rgba(255, 255, 255, 0.07);
            }
            .services-dropdown {
                margin: 4px 0 7px;
                border-top: 0;
                background: rgba(255, 255, 255, 0.06);
                box-shadow: none;
            }
            .services-dropdown .dropdown-item {
                color: rgba(255, 255, 255, 0.85);
            }
            .pa-dropdown > ul {
                position: static;
                min-width: 0;
                display: none;
                visibility: visible;
                opacity: 1;
                margin: 4px 0 7px;
                background: rgba(255, 255, 255, 0.06);
                border-top: 0;
                box-shadow: none;
                transform: none;
            }
            .pa-dropdown:hover > ul {
                display: none;
            }
            .pa-dropdown.is-open > ul {
                display: block;
            }
            .pa-dropdown > ul a {
                color: rgba(255, 255, 255, 0.85);
            }
            .navbar-fixed {
                top: 0;
            }
            .air-hero {
                padding: 120px 14px 30px;
            }
            .hero-box {
                width: 100%;
                margin-top: -10px;
                margin-right: 0;
                margin-left: 0;
                padding: 125px 38px 45px;
                border-radius: 30px;
            }
            .hero-content {
                max-width: 720px;
                margin: auto;
                text-align: center;
            }
            .hero-subtitle {
                margin-right: auto;
                margin-left: auto;
            }
            .hero-content h1 {
                max-width: 720px;
                font-size: 52px;
            }
            .hero-description {
                max-width: 650px;
                margin-right: auto;
                margin-left: auto;
                padding-left: 0;
                border-left: 0;
            }
            .hero-buttons,
            .hero-features {
                justify-content: center;
            }
            .hero-image-area {
                max-width: 650px;
                margin: 35px auto 0;
            }
            .air-badge {
                left: -20px;
            }
            .experience-card {
                left: 18px;
            }
        }
        /* =====================================
   MOBILE TABLET
===================================== */
        @media (max-width: 767px) {
            .top-bar {
                display: none;
            }
            .main-navbar {
                top: 0;
            }
            .air-hero {
                padding: 72px 8px 25px;
            }
            .hero-box {
                width: 100%;
                margin-top: -5px;
                padding: 105px 22px 35px;
                border-radius: 24px;
            }
            .hero-content h1 {
                font-size: 41px;
                letter-spacing: -1.8px;
            }
            .hero-description {
                font-size: 14px;
            }
            .hero-image-area {
                min-height: 460px;
            }
            .hero-image {
                height: 460px;
                border-radius: 25px 55px 105px 25px;
            }
            .air-badge {
                bottom: 25px;
                left: -5px;
                width: 130px;
                height: 130px;
            }
            .badge-fan {
                width: 55px;
                height: 55px;
            }
            .experience-card {
                top: 15px;
                left: 12px;
            }
            .image-arrow {
                right: -13px;
            }
        }
        /* =====================================
   MOBILE
===================================== */
        @media (max-width: 575px) {
            .navbar-box {
                min-height: 70px;
                padding: 8px 12px;
            }
            .logo-icon {
                width: 43px;
                height: 43px;
                flex-basis: 43px;
            }
            .logo-text strong {
                font-size: 19px;
            }
            .logo-text small {
                font-size: 7px;
                letter-spacing: 1.3px;
            }
            .menu-button {
                width: 43px;
                height: 40px;
            }
            .hero-box {
                padding: 100px 17px 26px;
                border-radius: 20px;
            }
            .hero-subtitle {
                font-size: 10px;
            }
            .subtitle-icon {
                width: 27px;
                height: 27px;
            }
            .hero-content h1 {
                font-size: 34px;
                line-height: 1.17;
                letter-spacing: -1.2px;
            }
            .hero-description {
                margin-top: 18px;
                line-height: 1.7;
            }
            .hero-buttons {
                gap: 10px;
                margin-top: 25px;
            }
            .hero-button {
                width: 100%;
                min-height: 51px;
            }
            .hero-features {
                align-items: flex-start;
                justify-content: flex-start;
                margin-top: 27px;
                text-align: left;
            }
            .hero-feature {
                width: 100%;
            }
            .hero-image-area {
                min-height: 400px;
                margin-top: 28px;
            }
            .hero-image {
                height: 400px;
                border-radius: 20px 42px 78px 20px;
            }
            .experience-card {
                top: 10px;
                right: 9px;
                left: 9px;
                min-width: 0;
            }
            .experience-number {
                width: 43px;
                height: 43px;
                flex-basis: 43px;
                font-size: 14px;
            }
            .air-badge {
                bottom: 14px;
                left: 4px;
                width: 108px;
                height: 108px;
            }
            .badge-text text {
                font-size: 11px;
            }
            .badge-fan {
                width: 47px;
                height: 47px;
            }
            .badge-fan svg {
                width: 34px;
                height: 34px;
            }
            .image-arrow {
                top: 53%;
                right: -7px;
                width: 47px;
                height: 47px;
            }
            .hero-dots-left,
            .floating-fan,
            .hero-airflow {
                display: none;
            }
        }
        /* =====================================
   VERY SMALL MOBILE
===================================== */
        @media (max-width: 390px) {
            .logo-text small {
                display: none;
            }
            .hero-content h1 {
                font-size: 30px;
            }
            .hero-image-area,
            .hero-image {
                min-height: 360px;
                height: 360px;
            }
        }
        /* =====================================
   ABOUT US SECTION
===================================== */
.air-about-section {
    position: relative;
    padding: 110px 0 125px;
    overflow: hidden;
    background:
        linear-gradient(
            180deg,
            #ffffff 0%,
            #f7fbfb 48%,
            #ffffff 100%
        );
}
/* =====================================
   BACKGROUND DECORATIONS
===================================== */
.about-bg-circle {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}
.about-circle-one {
    top: 150px;
    left: -170px;
    width: 370px;
    height: 370px;
    border: 1px solid rgba(15, 166, 154, 0.12);
}
.about-circle-one::before,
.about-circle-one::after {
    position: absolute;
    content: "";
    border-radius: 50%;
}
.about-circle-one::before {
    inset: 45px;
    border: 1px solid rgba(15, 166, 154, 0.09);
}
.about-circle-one::after {
    inset: 95px;
    border: 1px solid rgba(15, 166, 154, 0.07);
}
.about-circle-two {
    right: -130px;
    bottom: 80px;
    width: 300px;
    height: 300px;
    background: rgba(255, 118, 38, 0.035);
}
.about-floating-dots {
    position: absolute;
    top: 90px;
    right: 4%;
    width: 190px;
    height: 190px;
    opacity: 0.2;
    background-image:
        radial-gradient(
            circle,
            var(--teal) 2px,
            transparent 2.5px
        );
    background-size: 18px 18px;
    mask-image:
        linear-gradient(
            135deg,
            #000,
            transparent
        );
}
/* =====================================
   SECTION HEADING
===================================== */
.air-about-heading {
    position: relative;
    z-index: 5;
    margin-bottom: 65px;
}
.about-small-title {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
    color: var(--teal);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.about-title-line {
    width: 34px;
    height: 2px;
    display: inline-block;
    background: var(--orange);
}
.air-about-heading h2 {
    max-width: 750px;
    margin: 0 auto;
    color: var(--navy);
    font-size: clamp(38px, 4vw, 58px);
    font-weight: 900;
    line-height: 1.12;
    letter-spacing: -2px;
}
.air-about-heading h2 span {
    color: var(--orange);
}
.air-about-heading p {
    max-width: 680px;
    margin:
        22px auto 0;
    color: var(--text);
    font-size: 15px;
    line-height: 1.8;
}
/* =====================================
   MAIN ROW
===================================== */
.about-main-row {
    position: relative;
    z-index: 5;
}
/* =====================================
   LEFT & RIGHT COLUMNS
===================================== */
.about-info-column {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
/* Vertical Line */
.about-info-column::before {
    position: absolute;
    top: 50px;
    bottom: 50px;
    width: 1px;
    content: "";
    background:
        linear-gradient(
            180deg,
            transparent,
            rgba(15, 166, 154, 0.3),
            transparent
        );
}
.about-left-column::before {
    right: -5px;
}
.about-right-column::before {
    left: -5px;
}
/* =====================================
   INFO ITEM
===================================== */
.about-info-item {
    position: relative;
    min-height: 175px;
    padding: 27px 24px;
    background:
        rgba(255, 255, 255, 0.78);
    border:
        1px solid rgba(7, 29, 54, 0.07);
    border-radius: 20px;
    box-shadow:
        0 15px 45px rgba(7, 29, 54, 0.055);
    backdrop-filter: blur(8px);
    transition:
        transform 0.4s ease,
        box-shadow 0.4s ease,
        border-color 0.4s ease;
}
.about-info-item:hover {
    transform: translateY(-7px);
    border-color:
        rgba(15, 166, 154, 0.3);
    box-shadow:
        0 25px 55px rgba(7, 29, 54, 0.1);
}
/* Accent Line */
.about-info-item::after {
    position: absolute;
    top: 28px;
    bottom: 28px;
    width: 3px;
    content: "";
    background:
        linear-gradient(
            180deg,
            var(--teal),
            var(--orange)
        );
    border-radius: 10px;
    transform: scaleY(0);
    transition: transform 0.4s ease;
}
.about-left-column .about-info-item::after {
    right: -2px;
}
.about-right-column .about-info-item::after {
    left: -2px;
}
.about-info-item:hover::after {
    transform: scaleY(1);
}
/* Number */
.about-info-number {
    position: absolute;
    top: 18px;
    right: 20px;
    color:
        rgba(7, 29, 54, 0.055);
    font-size: 55px;
    font-weight: 900;
    line-height: 1;
    transition:
        color 0.4s ease,
        transform 0.4s ease;
}
.about-info-item:hover
.about-info-number {
    color:
        rgba(15, 166, 154, 0.13);
    transform:
        translateY(-5px);
}
/* Item Content */
.about-info-content {
    position: relative;
    z-index: 2;
}
.about-item-label {
    display: block;
    margin-bottom: 8px;
    color: var(--teal);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}
.about-info-content h3 {
    max-width: 245px;
    margin:
        0 0 11px;
    color: var(--navy);
    font-size: 19px;
    font-weight: 800;
    line-height: 1.35;
}
.about-info-content p {
    margin: 0;
    color: var(--text);
    font-size: 13px;
    line-height: 1.75;
}
/* =====================================
   CENTER IMAGE
===================================== */
.about-center-image {
    position: relative;
    width: 100%;
    max-width: 430px;
    min-height: 650px;
    margin: 0 auto;
}
.about-image-box {
    position: relative;
    width: 100%;
    height: 650px;
    overflow: hidden;
    background: var(--light-two);
    border-radius:
        190px 190px 45px 45px;
    box-shadow:
        0 30px 70px rgba(7, 29, 54, 0.16);
}
.about-image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition:
        transform 1.2s ease;
}
.about-center-image:hover
.about-image-box img {
    transform: scale(1.06);
}
.about-image-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            180deg,
            transparent 45%,
            rgba(7, 29, 54, 0.18) 100%
        );
}
/* Image Outline */
.about-image-outline {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 92%;
    height: 95%;
    border:
        2px solid rgba(15, 166, 154, 0.2);
    border-radius:
        190px 190px 45px 45px;
}
/* =====================================
   FAN BADGE
===================================== */
.about-fan-badge {
    position: absolute;
    top: 55px;
    right: -25px;
    z-index: 7;
    width: 75px;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--orange);
    border:
        7px solid var(--white);
    border-radius: 50%;
    box-shadow:
        0 15px 35px rgba(7, 29, 54, 0.2);
}
.about-fan-badge svg {
    width: 49px;
    height: 49px;
    fill: var(--white);
}
.about-fan-badge svg g {
    transform-origin: 50px 50px;
    animation:
        aboutFanSpin 4s linear infinite;
}
/* =====================================
   EXPERIENCE
===================================== */
.about-experience {
    position: absolute;
    top: 210px;
    left: -35px;
    z-index: 8;
    min-width: 155px;
    padding:
        17px 20px;
    display: flex;
    align-items: center;
    gap: 11px;
    background:
        rgba(255, 255, 255, 0.95);
    border-radius: 15px;
    box-shadow:
        0 18px 45px rgba(7, 29, 54, 0.17);
    backdrop-filter: blur(8px);
    transition:
        transform 0.4s ease;
}
.about-experience:hover {
    transform:
        translateY(-7px);
}
.about-experience strong {
    color: var(--orange);
    font-size: 34px;
    font-weight: 900;
    line-height: 1;
}
.about-experience span {
    display: flex;
    flex-direction: column;
    color: var(--text);
    font-size: 10px;
    line-height: 1.4;
}
.about-experience b {
    color: var(--navy);
    font-size: 13px;
}
/* =====================================
   IMAGE LABEL
===================================== */
.about-image-label {
    position: absolute;
    right: 20px;
    bottom: 25px;
    z-index: 8;
    max-width: 260px;
    padding:
        13px 17px;
    display: flex;
    align-items: center;
    gap: 11px;
    background:
        rgba(7, 29, 54, 0.91);
    border:
        1px solid rgba(255, 255, 255, 0.12);
    border-radius: 14px;
    box-shadow:
        0 18px 40px rgba(7, 29, 54, 0.25);
    backdrop-filter: blur(8px);
}
.label-check {
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    background: var(--teal);
    border-radius: 50%;
    font-weight: 900;
}
.about-image-label div {
    display: flex;
    flex-direction: column;
}
.about-image-label strong {
    color: var(--white);
    font-size: 12px;
}
.about-image-label small {
    margin-top: 3px;
    color:
        rgba(255, 255, 255, 0.65);
    font-size: 9px;
}
/* =====================================
   AIR FLOW EFFECT
===================================== */
.about-air-flow {
    position: absolute;
    right: 30px;
    bottom: 120px;
    z-index: 4;
    width: 200px;
    height: 100px;
    pointer-events: none;
    transform: rotate(-8deg);
}
.about-air-flow span {
    position: absolute;
    left: -100%;
    display: block;
    height: 25px;
    border-top:
        2px solid rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    animation:
        aboutAirMove 4.5s linear infinite;
}
.about-air-flow span:nth-child(1) {
    top: 5px;
    width: 135px;
}
.about-air-flow span:nth-child(2) {
    top: 35px;
    width: 185px;
    animation-delay: 1.3s;
}
.about-air-flow span:nth-child(3) {
    top: 65px;
    width: 115px;
    animation-delay: 2.6s;
}
/* =====================================
   ANIMATIONS
===================================== */
@keyframes aboutFanSpin {
    to {
        transform: rotate(360deg);
    }
}
@keyframes aboutAirMove {
    0% {
        left: -100%;
        opacity: 0;
        transform:
            scaleX(0.7);
    }
    35% {
        opacity: 1;
    }
    100% {
        left: 100%;
        opacity: 0;
        transform:
            scaleX(1.1);
    }
}
/* =====================================
   LARGE LAPTOP
===================================== */
@media (max-width: 1399px) {
    .about-info-item {
        padding:
            24px 20px;
    }
    .about-info-content h3 {
        font-size: 17px;
    }
    .about-info-content p {
        font-size: 12px;
    }
    .about-center-image,
    .about-image-box {
        min-height: 600px;
        height: 600px;
    }
}
/* =====================================
   SMALL LAPTOP
===================================== */
@media (max-width: 1199px) {
    .air-about-section {
        padding:
            90px 0 105px;
    }
    .about-info-column {
        gap: 20px;
    }
    .about-info-item {
        min-height: 185px;
        padding:
            22px 17px;
    }
    .about-info-number {
        font-size: 45px;
    }
    .about-info-content h3 {
        max-width: 190px;
        font-size: 16px;
    }
    .about-center-image,
    .about-image-box {
        min-height: 570px;
        height: 570px;
    }
    .about-experience {
        left: -20px;
    }
}
/* =====================================
   TABLET
===================================== */
@media (max-width: 991px) {
    .air-about-section {
        padding:
            80px 0 90px;
    }
    .air-about-heading {
        margin-bottom: 50px;
    }
    .air-about-heading h2 {
        font-size: 45px;
    }
    .about-info-column::before {
        display: none;
    }
    .about-info-column {
        display: grid;
        grid-template-columns:
            repeat(3, 1fr);
        gap: 15px;
    }
    .about-info-item {
        min-height: 100%;
    }
    .about-info-content h3 {
        max-width: 100%;
    }
    .about-center-image {
        max-width: 570px;
        min-height: 600px;
        margin:
            25px auto;
    }
    .about-image-box {
        height: 600px;
        min-height: 600px;
        border-radius:
            230px 230px 40px 40px;
    }
    .about-image-outline {
        border-radius:
            230px 230px 40px 40px;
    }
}
/* =====================================
   MOBILE TABLET
===================================== */
@media (max-width: 767px) {
    .air-about-section {
        padding:
            70px 0 75px;
    }
    .air-about-heading h2 {
        font-size: 38px;
        letter-spacing: -1.5px;
    }
    .about-info-column {
        grid-template-columns: 1fr;
    }
    .about-info-item {
        min-height: auto;
        padding:
            25px 22px;
    }
    .about-info-content h3 {
        font-size: 18px;
    }
    .about-info-content p {
        font-size: 13px;
    }
    .about-center-image {
        min-height: 520px;
    }
    .about-image-box {
        height: 520px;
        min-height: 520px;
        border-radius:
            150px 150px 30px 30px;
    }
    .about-image-outline {
        right: -8px;
        border-radius:
            150px 150px 30px 30px;
    }
    .about-experience {
        top: 170px;
        left: -5px;
    }
    .about-fan-badge {
        right: -5px;
    }
}
/* =====================================
   MOBILE
===================================== */
@media (max-width: 575px) {
    .air-about-section {
        padding:
            60px 0 65px;
    }
    .air-about-heading {
        margin-bottom: 40px;
    }
    .about-small-title {
        font-size: 11px;
    }
    .about-title-line {
        width: 24px;
    }
    .air-about-heading h2 {
        font-size: 33px;
        line-height: 1.17;
    }
    .air-about-heading p {
        font-size: 14px;
    }
    .about-info-number {
        font-size: 43px;
    }
    .about-center-image {
        min-height: 460px;
        margin:
            20px auto;
    }
    .about-image-box {
        height: 460px;
        min-height: 460px;
        border-radius:
            110px 110px 25px 25px;
    }
    .about-image-outline {
        top: -9px;
        right: -4px;
        border-radius:
            110px 110px 25px 25px;
    }
    .about-fan-badge {
        top: 35px;
        width: 64px;
        height: 64px;
    }
    .about-fan-badge svg {
        width: 40px;
        height: 40px;
    }
    .about-experience {
        top: 140px;
        min-width: 135px;
        padding:
            13px 15px;
    }
    .about-experience strong {
        font-size: 28px;
    }
    .about-image-label {
        right: 10px;
        bottom: 15px;
        left: 10px;
        max-width: none;
    }
}


/* =====================================
   BELLAIRE AIR DUCT SECTION
===================================== */

.bellaire-air-section {
    position: relative;
    padding: 110px 0;
    overflow: hidden;

    background:
        radial-gradient(
            circle at 12% 20%,
            rgba(15, 166, 154, 0.13),
            transparent 30%
        ),
        radial-gradient(
            circle at 90% 85%,
            rgba(255, 118, 38, 0.08),
            transparent 27%
        ),
        linear-gradient(
            125deg,
            #06172b 0%,
            var(--navy) 48%,
            #092b43 100%
        );
}


/* =====================================
   CONTAINER
===================================== */

.bellaire-air-section .container {
    position: relative;
    z-index: 5;
}


/* =====================================
   BACKGROUND GLOW
===================================== */

.bellaire-glow {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    filter: blur(15px);
}


.bellaire-glow-one {
    top: -170px;
    left: -120px;

    width: 400px;
    height: 400px;

    background:
        rgba(15, 166, 154, 0.08);
}


.bellaire-glow-two {
    right: -160px;
    bottom: -190px;

    width: 430px;
    height: 430px;

    background:
        rgba(255, 118, 38, 0.055);
}


/* =====================================
   DOT PATTERN
===================================== */

.bellaire-dots {
    position: absolute;

    top: 35px;
    right: 3%;

    width: 230px;
    height: 180px;

    opacity: 0.15;

    background-image:
        radial-gradient(
            circle,
            var(--teal) 2px,
            transparent 2.5px
        );

    background-size: 18px 18px;

    mask-image:
        linear-gradient(
            135deg,
            #000,
            transparent
        );
}


/* =====================================
   LEFT TITLE
===================================== */

.bellaire-title {
    position: relative;
    padding: 35px 45px 35px 0;
}


.bellaire-title::before {
    position: absolute;

    top: 0;
    left: -35px;

    width: 80px;
    height: 80px;

    content: "";

    border-top:
        2px solid rgba(15, 166, 154, 0.5);

    border-left:
        2px solid rgba(15, 166, 154, 0.5);

    border-radius: 15px 0 0 0;
}


.bellaire-title::after {
    position: absolute;

    bottom: 0;
    right: 25px;

    width: 70px;
    height: 3px;

    content: "";

    background:
        linear-gradient(
            90deg,
            var(--orange),
            transparent
        );

    border-radius: 10px;
}


.bellaire-title h2 {
    position: relative;
    z-index: 2;

    margin: 0;

    color: var(--white);

    font-size: clamp(39px, 4vw, 61px);
    font-weight: 900;

    line-height: 1.12;
    letter-spacing: -2.3px;
}


/* Orange Highlight */

.bellaire-title h2::first-line {
    color: var(--white);
}


/* =====================================
   RIGHT CONTENT
===================================== */

.bellaire-content {
    position: relative;

    display: flex;
    flex-direction: column;

    gap: 24px;
}


/* Vertical Decorative Line */

.bellaire-content::before {
    position: absolute;

    top: 18px;
    bottom: 18px;
    left: 0;

    width: 1px;

    content: "";

    background:
        linear-gradient(
            180deg,
            transparent,
            rgba(15, 166, 154, 0.55),
            rgba(255, 118, 38, 0.4),
            transparent
        );
}


/* =====================================
   TEXT ROW
===================================== */

.bellaire-text-row {
    position: relative;

    padding: 27px 30px 27px 38px;

    background:
        rgba(255, 255, 255, 0.035);

    border:
        1px solid rgba(255, 255, 255, 0.075);

    border-radius: 18px;

    backdrop-filter: blur(8px);

    transition:
        transform 0.4s ease,
        background 0.4s ease,
        border-color 0.4s ease,
        box-shadow 0.4s ease;
}


.bellaire-text-row:hover {
    transform: translateX(8px);

    background:
        rgba(255, 255, 255, 0.065);

    border-color:
        rgba(15, 166, 154, 0.28);

    box-shadow:
        0 20px 50px rgba(0, 0, 0, 0.15);
}


/* Small Accent Line */

.bellaire-line {
    position: absolute;

    top: 30px;
    left: -1px;

    width: 4px;
    height: 55px;

    background:
        linear-gradient(
            180deg,
            var(--teal),
            var(--orange)
        );

    border-radius: 0 10px 10px 0;

    transition:
        height 0.4s ease;
}


.bellaire-text-row:hover
.bellaire-line {
    height: calc(100% - 60px);
}


/* Paragraph */

.bellaire-text-row p {
    margin: 0;

    color:
        rgba(255, 255, 255, 0.72);

    font-size: 15px;

    line-height: 1.9;

    transition:
        color 0.35s ease;
}


.bellaire-text-row:hover p {
    color:
        rgba(255, 255, 255, 0.9);
}


/* =====================================
   AIR FLOW EFFECT
===================================== */

.bellaire-airflow {
    position: absolute;

    left: -100px;
    bottom: 50px;

    z-index: 1;

    width: 320px;
    height: 120px;

    pointer-events: none;

    transform:
        rotate(-8deg);
}


.bellaire-airflow span {
    position: absolute;

    left: -100%;

    display: block;

    height: 30px;

    border-top:
        2px solid rgba(15, 166, 154, 0.25);

    border-radius: 50%;

    animation:
        bellaireAirMove 6s linear infinite;
}


.bellaire-airflow span:nth-child(1) {
    top: 5px;
    width: 190px;
}


.bellaire-airflow span:nth-child(2) {
    top: 42px;
    width: 280px;

    animation-delay: 1.5s;
}


.bellaire-airflow span:nth-child(3) {
    top: 80px;
    width: 150px;

    animation-delay: 3s;
}


/* =====================================
   DECORATIVE FAN
===================================== */

.bellaire-fan {
    position: absolute;

    right: 3%;
    bottom: -45px;

    z-index: 1;

    width: 150px;
    height: 150px;

    opacity: 0.055;
}


.bellaire-fan svg {
    width: 100%;
    height: 100%;

    fill: var(--teal);
}


.bellaire-fan svg g {
    transform-origin: 50px 50px;

    animation:
        bellaireFanSpin 13s linear infinite;
}


/* =====================================
   ANIMATIONS
===================================== */

@keyframes bellaireFanSpin {

    to {
        transform: rotate(360deg);
    }

}


@keyframes bellaireAirMove {

    0% {
        left: -100%;
        opacity: 0;

        transform:
            scaleX(0.7);
    }

    30% {
        opacity: 1;
    }

    100% {
        left: 100%;
        opacity: 0;

        transform:
            scaleX(1.1);
    }

}


/* =====================================
   LARGE LAPTOP
===================================== */

@media (max-width: 1199px) {

    .bellaire-air-section {
        padding: 90px 0;
    }


    .bellaire-title {
        padding-right: 25px;
    }


    .bellaire-title h2 {
        font-size: 45px;
    }


    .bellaire-text-row {
        padding:
            24px 25px 24px 32px;
    }


    .bellaire-text-row p {
        font-size: 14px;
    }

}


/* =====================================
   TABLET
===================================== */

@media (max-width: 991px) {

    .bellaire-air-section {
        padding: 80px 0;
    }


    .bellaire-title {
        max-width: 700px;

        padding:
            25px 20px 35px;

        text-align: center;

        margin:
            0 auto 20px;
    }


    .bellaire-title::before {
        left: 0;
    }


    .bellaire-title::after {
        right: 50%;

        transform:
            translateX(50%);
    }


    .bellaire-title h2 {
        font-size: 48px;
    }


    .bellaire-content {
        max-width: 750px;

        margin: 0 auto;
    }

}


/* =====================================
   MOBILE TABLET
===================================== */

@media (max-width: 767px) {

    .bellaire-air-section {
        padding:
            70px 0;
    }


    .bellaire-title h2 {
        font-size: 39px;

        letter-spacing: -1.5px;
    }


    .bellaire-text-row {
        padding:
            23px 20px 23px 27px;
    }


    .bellaire-text-row:hover {
        transform:
            translateY(-5px);
    }


    .bellaire-dots {
        width: 150px;
        height: 130px;
    }

}


/* =====================================
   MOBILE
===================================== */

@media (max-width: 575px) {

    .bellaire-air-section {
        padding:
            60px 0;
    }


    .bellaire-title {
        padding:
            20px 5px 30px;
    }


    .bellaire-title h2 {
        font-size: 33px;

        line-height: 1.16;

        letter-spacing: -1px;
    }


    .bellaire-text-row {
        padding:
            21px 17px 21px 24px;

        border-radius: 14px;
    }


    .bellaire-text-row p {
        font-size: 13px;

        line-height: 1.8;
    }


    .bellaire-airflow {
        display: none;
    }


    .bellaire-fan {
        width: 110px;
        height: 110px;
    }

}


/* =====================================
   FLOATING OFFER SECTION
===================================== */

.floating-offer-section {
    position: relative;
    padding: 120px 0 130px;
    overflow: hidden;

    background:
        linear-gradient(
            145deg,
            #f9fcfc 0%,
            #edf7f6 48%,
            #fff7f1 100%
        );
}


.floating-offer-section .container {
    position: relative;
    z-index: 5;
}


/* =====================================
   BACKGROUND BLOBS
===================================== */

.offer-blob {
    position: absolute;
    pointer-events: none;
    filter: blur(1px);
}


.offer-blob-one {
    top: -190px;
    left: -130px;

    width: 470px;
    height: 470px;

    background:
        rgba(15, 166, 154, 0.09);

    border-radius:
        42% 58% 68% 32% /
        45% 38% 62% 55%;

    animation:
        blobMoveOne 12s ease-in-out infinite;
}


.offer-blob-two {
    top: 80px;
    right: -180px;

    width: 420px;
    height: 420px;

    background:
        rgba(255, 118, 38, 0.075);

    border-radius:
        65% 35% 42% 58% /
        38% 55% 45% 62%;

    animation:
        blobMoveTwo 14s ease-in-out infinite;
}


.offer-blob-three {
    bottom: -210px;
    left: 35%;

    width: 480px;
    height: 340px;

    background:
        rgba(7, 29, 54, 0.035);

    border-radius:
        35% 65% 50% 50% /
        48% 40% 60% 52%;

    animation:
        blobMoveThree 15s ease-in-out infinite;
}


/* =====================================
   ORBIT SHAPES
===================================== */

.offer-orbit {
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgba(15, 166, 154, 0.17);
}


.offer-orbit span {
    position: absolute;

    width: 14px;
    height: 14px;

    background: var(--orange);
    border-radius: 50%;

    box-shadow:
        0 0 0 7px rgba(255, 118, 38, 0.09);
}


.offer-orbit-one {
    top: 120px;
    left: 4%;

    width: 180px;
    height: 180px;

    animation:
        orbitRotate 14s linear infinite;
}


.offer-orbit-one span {
    top: 15px;
    left: 25px;
}


.offer-orbit-two {
    right: 5%;
    bottom: 70px;

    width: 220px;
    height: 220px;

    animation:
        orbitRotateReverse 17s linear infinite;
}


.offer-orbit-two span {
    right: 20px;
    bottom: 35px;

    background: var(--teal);

    box-shadow:
        0 0 0 7px rgba(15, 166, 154, 0.09);
}


/* =====================================
   GRID PATTERN
===================================== */

.offer-grid-pattern {
    position: absolute;

    top: 45px;
    right: 19%;

    width: 220px;
    height: 180px;

    opacity: 0.11;

    background-image:
        linear-gradient(
            rgba(7, 29, 54, 0.3) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(7, 29, 54, 0.3) 1px,
            transparent 1px
        );

    background-size:
        22px 22px;

    transform:
        rotate(9deg);
}


/* =====================================
   HEADING
===================================== */

.offer-heading-row {
    position: relative;
    z-index: 5;
    margin-bottom: 70px;
}


.floating-offer-subtitle {
    position: relative;

    display: inline-flex;
    align-items: center;

    margin-bottom: 16px;
    padding-left: 46px;

    color: var(--teal);

    font-size: 11px;
    font-weight: 900;

    letter-spacing: 2px;
    text-transform: uppercase;
}


.floating-offer-subtitle::before {
    position: absolute;

    top: 50%;
    left: 0;

    width: 34px;
    height: 2px;

    content: "";

    background: var(--orange);

    transform:
        translateY(-50%);
}


.floating-offer-heading h2 {
    max-width: 700px;
    margin: 0;

    color: var(--navy);

    font-size: clamp(42px, 4vw, 63px);
    font-weight: 900;

    line-height: 1.1;
    letter-spacing: -2.4px;
}


.floating-offer-heading h2 span {
    display: block;
    color: var(--orange);
}


.floating-offer-intro {
    max-width: 470px;
    margin-left: auto;
}


.floating-offer-intro > p {
    margin: 0 0 24px;

    color: var(--text);

    font-size: 15px;
    line-height: 1.85;
}


/* =====================================
   PHONE
===================================== */

.floating-offer-phone {
    width: fit-content;

    display: flex;
    align-items: center;
    gap: 12px;

    color: var(--navy);

    transition:
        transform 0.35s ease;
}


.floating-offer-phone:hover {
    color: var(--navy);

    transform:
        translateX(7px);
}


.floating-offer-phone > span {
    width: 50px;
    height: 50px;

    flex: 0 0 50px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: var(--orange);

    border-radius:
        18px 18px 18px 5px;

    animation:
        floatingPhonePulse 2s infinite;
}


.floating-offer-phone svg {
    width: 22px;
    height: 22px;

    fill: var(--white);
}


.floating-offer-phone div {
    display: flex;
    flex-direction: column;
}


.floating-offer-phone small {
    color: var(--text);

    font-size: 10px;
}


.floating-offer-phone strong {
    margin-top: 3px;

    color: var(--navy);

    font-size: 19px;
    font-weight: 900;
}


/* =====================================
   OFFER ROW
===================================== */

.floating-offer-row {
    position: relative;
    z-index: 5;
}


/* =====================================
   OFFER CARDS
===================================== */

.floating-offer-card {
    position: relative;

    min-height: 410px;

    padding:
        42px 31px 32px;

    overflow: hidden;

    background:
        rgba(255, 255, 255, 0.86);

    border:
        1px solid rgba(7, 29, 54, 0.075);

    border-radius:
        36px 36px 36px 10px;

    box-shadow:
        0 24px 65px rgba(7, 29, 54, 0.1);

    backdrop-filter:
        blur(12px);

    transition:
        transform 0.45s ease,
        box-shadow 0.45s ease,
        border-color 0.45s ease;
}


.floating-offer-card::before {
    position: absolute;

    right: -85px;
    bottom: -90px;

    width: 250px;
    height: 250px;

    content: "";

    background:
        rgba(15, 166, 154, 0.06);

    border-radius:
        65% 35% 45% 55% /
        40% 62% 38% 60%;

    transition:
        transform 0.7s ease;
}


.floating-offer-card:hover {
    transform:
        translateY(-13px);

    border-color:
        rgba(15, 166, 154, 0.25);

    box-shadow:
        0 36px 80px rgba(7, 29, 54, 0.16);
}


.floating-offer-card:hover::before {
    transform:
        rotate(25deg) scale(1.22);
}


.card-position-one {
    transform:
        translateY(28px);
}


.card-position-three {
    transform:
        translateY(28px);
}


.card-position-one:hover,
.card-position-three:hover {
    transform:
        translateY(15px);
}


/* =====================================
   FEATURED CARD
===================================== */

.floating-card-featured {
    min-height: 455px;

    padding-top: 53px;

    color: var(--white);

    background:
        linear-gradient(
            145deg,
            var(--navy) 0%,
            var(--navy-light) 100%
        );

    border-color:
        rgba(255, 255, 255, 0.08);

    box-shadow:
        0 35px 85px rgba(7, 29, 54, 0.24);
}


.floating-card-featured::before {
    background:
        rgba(255, 255, 255, 0.045);
}


.floating-card-featured
.floating-card-number {
    color:
        rgba(255, 255, 255, 0.055);
}


.floating-card-featured
.floating-offer-label,
.floating-card-featured p {
    color:
        rgba(255, 255, 255, 0.67);
}


.floating-card-featured h3 {
    color: var(--white);
}


.floating-card-featured
.floating-offer-button {
    color: var(--white);
}


.floating-card-featured
.floating-offer-icon {
    background:
        rgba(255, 255, 255, 0.08);

    border-color:
        rgba(255, 255, 255, 0.08);
}


.floating-card-featured
.floating-offer-icon svg {
    stroke: var(--orange);
}


/* =====================================
   RIBBON
===================================== */

.offer-ribbon {
    position: absolute;

    top: 21px;
    left: -35px;

    width: 150px;

    padding:
        8px 10px;

    color: var(--white);

    background: var(--orange);

    font-size: 9px;
    font-weight: 900;

    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;

    transform:
        rotate(-40deg);

    box-shadow:
        0 8px 18px rgba(255, 118, 38, 0.22);
}


/* =====================================
   NUMBER
===================================== */

.floating-card-number {
    position: absolute;

    top: 20px;
    right: 23px;

    color:
        rgba(7, 29, 54, 0.05);

    font-size: 66px;
    font-weight: 900;

    line-height: 1;

    transition:
        transform 0.4s ease,
        color 0.4s ease;
}


.floating-offer-card:hover
.floating-card-number {
    color:
        rgba(15, 166, 154, 0.14);

    transform:
        translateY(-7px);
}


/* =====================================
   ICON
===================================== */

.floating-offer-icon {
    position: relative;
    z-index: 3;

    width: 68px;
    height: 68px;

    margin-bottom: 28px;

    display: flex;
    align-items: center;
    justify-content: center;

    background:
        rgba(15, 166, 154, 0.09);

    border:
        1px solid rgba(15, 166, 154, 0.14);

    border-radius:
        22px 22px 22px 7px;

    transition:
        transform 0.4s ease,
        background 0.4s ease;
}


.floating-offer-card:hover
.floating-offer-icon {
    background: var(--teal);

    transform:
        rotate(-6deg) scale(1.07);
}


.floating-offer-icon svg {
    width: 36px;
    height: 36px;

    fill: none;
    stroke: var(--teal);

    stroke-width: 3;
    stroke-linecap: round;
    stroke-linejoin: round;

    transition:
        stroke 0.4s ease,
        transform 0.4s ease;
}


.floating-offer-card:hover
.floating-offer-icon svg {
    stroke: var(--white);

    transform:
        rotate(7deg);
}


/* =====================================
   CARD CONTENT
===================================== */

.floating-offer-label {
    position: relative;
    z-index: 3;

    display: block;

    margin-bottom: 10px;

    color: var(--teal);

    font-size: 10px;
    font-weight: 900;

    letter-spacing: 1.5px;
    text-transform: uppercase;
}


.floating-offer-card h3 {
    position: relative;
    z-index: 3;

    display: flex;
    align-items: flex-start;

    margin: 0;

    color: var(--navy);

    font-size: 83px;
    font-weight: 900;

    line-height: 0.9;
    letter-spacing: -5px;
}


.floating-offer-card h3 small {
    margin-top: 8px;
    margin-right: 5px;

    color: var(--orange);

    font-size: 29px;
    letter-spacing: 0;
}


.floating-offer-card h3 span {
    margin-top: 13px;
    margin-left: 9px;

    color: var(--orange);

    font-size: 20px;

    letter-spacing: 1px;
    writing-mode:
        vertical-rl;
}


.floating-offer-card p {
    position: relative;
    z-index: 3;

    max-width: 250px;

    margin:
        24px 0 25px;

    color: var(--text);

    font-size: 13px;
    line-height: 1.7;
}


/* =====================================
   BUTTON
===================================== */

.floating-offer-button {
    position: relative;
    z-index: 3;

    display: inline-flex;
    align-items: center;
    gap: 8px;

    color: var(--navy);

    font-size: 12px;
    font-weight: 900;

    transition:
        color 0.3s ease,
        gap 0.3s ease;
}


.floating-offer-button svg {
    width: 18px;
    height: 18px;

    fill: none;
    stroke: currentColor;

    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}


.floating-offer-button:hover {
    color: var(--orange);
    gap: 14px;
}


/* =====================================
   MINI FAN
===================================== */

.card-mini-fan {
    position: absolute;

    right: 20px;
    bottom: 18px;

    z-index: 2;

    width: 85px;
    height: 85px;

    opacity: 0.07;
}


.card-mini-fan svg {
    width: 100%;
    height: 100%;

    fill: var(--teal);
}


.card-mini-fan svg g {
    transform-origin:
        50px 50px;

    animation:
        floatingFanSpin 7s linear infinite;
}


.floating-card-featured
.card-mini-fan svg {
    fill: var(--white);
}


/* =====================================
   AIRFLOW
===================================== */

.floating-offer-airflow {
    position: absolute;

    left: -110px;
    bottom: 70px;

    z-index: 1;

    width: 340px;
    height: 130px;

    transform:
        rotate(-8deg);

    pointer-events: none;
}


.floating-offer-airflow span {
    position: absolute;

    left: -100%;

    display: block;

    height: 30px;

    border-top:
        2px solid rgba(15, 166, 154, 0.22);

    border-radius: 50%;

    animation:
        floatingAirMove 6.5s linear infinite;
}


.floating-offer-airflow span:nth-child(1) {
    top: 5px;
    width: 190px;
}


.floating-offer-airflow span:nth-child(2) {
    top: 45px;
    width: 290px;

    animation-delay: 1.7s;
}


.floating-offer-airflow span:nth-child(3) {
    top: 88px;
    width: 155px;

    animation-delay: 3.4s;
}


/* =====================================
   ANIMATIONS
===================================== */

@keyframes blobMoveOne {

    0%,
    100% {
        transform:
            translate(0, 0) rotate(0deg);
    }

    50% {
        transform:
            translate(35px, 25px) rotate(10deg);
    }

}


@keyframes blobMoveTwo {

    0%,
    100% {
        transform:
            translate(0, 0) rotate(0deg);
    }

    50% {
        transform:
            translate(-30px, 35px) rotate(-12deg);
    }

}


@keyframes blobMoveThree {

    0%,
    100% {
        transform:
            translateY(0) rotate(0deg);
    }

    50% {
        transform:
            translateY(-25px) rotate(8deg);
    }

}


@keyframes orbitRotate {

    to {
        transform:
            rotate(360deg);
    }

}


@keyframes orbitRotateReverse {

    to {
        transform:
            rotate(-360deg);
    }

}


@keyframes floatingFanSpin {

    to {
        transform:
            rotate(360deg);
    }

}


@keyframes floatingPhonePulse {

    0% {
        box-shadow:
            0 0 0 0 rgba(255, 118, 38, 0.45);
    }

    70% {
        box-shadow:
            0 0 0 13px rgba(255, 118, 38, 0);
    }

    100% {
        box-shadow:
            0 0 0 0 rgba(255, 118, 38, 0);
    }

}


@keyframes floatingAirMove {

    0% {
        left: -100%;
        opacity: 0;

        transform:
            scaleX(0.7);
    }

    35% {
        opacity: 1;
    }

    100% {
        left: 100%;
        opacity: 0;

        transform:
            scaleX(1.12);
    }

}


/* =====================================
   LAPTOP
===================================== */

@media (max-width: 1199px) {

    .floating-offer-section {
        padding:
            95px 0 110px;
    }


    .floating-offer-heading h2 {
        font-size: 50px;
    }


    .floating-offer-card {
        padding:
            38px 25px 29px;
    }


    .floating-offer-card h3 {
        font-size: 72px;
    }

}


/* =====================================
   TABLET
===================================== */

@media (max-width: 991px) {

    .floating-offer-section {
        padding:
            80px 0 90px;
    }


    .floating-offer-heading,
    .floating-offer-intro {
        max-width: 720px;

        margin-right: auto;
        margin-left: auto;

        text-align: center;
    }


    .floating-offer-heading h2 {
        margin-right: auto;
        margin-left: auto;

        font-size: 49px;
    }


    .floating-offer-subtitle {
        padding:
            0 46px;
    }


    .floating-offer-subtitle::after {
        position: absolute;

        top: 50%;
        right: 0;

        width: 34px;
        height: 2px;

        content: "";

        background: var(--orange);

        transform:
            translateY(-50%);
    }


    .floating-offer-intro {
        margin-top: 20px;
    }


    .floating-offer-phone {
        margin-right: auto;
        margin-left: auto;
    }


    .card-position-one,
    .card-position-three {
        transform: none;
    }


    .card-position-one:hover,
    .card-position-three:hover {
        transform:
            translateY(-8px);
    }

}


/* =====================================
   MOBILE TABLET
===================================== */

@media (max-width: 767px) {

    .floating-offer-section {
        padding:
            70px 0 80px;
    }


    .floating-offer-heading h2 {
        font-size: 40px;
    }


    .floating-offer-card,
    .floating-card-featured {
        min-height: auto;
    }


    .offer-orbit-one,
    .offer-grid-pattern {
        display: none;
    }

}


/* =====================================
   MOBILE
===================================== */

@media (max-width: 575px) {

    .floating-offer-section {
        padding:
            60px 0 70px;
    }


    .floating-offer-subtitle {
        padding:
            0 34px;

        font-size: 10px;
    }


    .floating-offer-subtitle::before,
    .floating-offer-subtitle::after {
        width: 24px;
    }


    .floating-offer-heading h2 {
        font-size: 33px;

        line-height: 1.16;

        letter-spacing: -1px;
    }


    .floating-offer-intro > p {
        font-size: 14px;
    }


    .floating-offer-card {
        padding:
            36px 23px 27px;

        border-radius:
            28px 28px 28px 9px;
    }


    .floating-offer-card h3 {
        font-size: 70px;
    }


    .floating-offer-airflow {
        display: none;
    }


    .offer-orbit-two {
        width: 150px;
        height: 150px;
    }

}

/* =====================================
   ADVANCED RESIDENTIAL SECTION
===================================== */

.advanced-residential-section {
    position: relative;
    padding: 120px 0;
    overflow: hidden;

    background:
        linear-gradient(
            135deg,
            #f7fbfb 0%,
            #ffffff 52%,
            #f3f8f8 100%
        );
}


.advanced-residential-section .container {
    position: relative;
    z-index: 5;
}


/* =====================================
   MAIN WRAPPER
===================================== */

.advanced-residential-wrapper {
    position: relative;
    overflow: hidden;

    background: var(--white);

    border:
        1px solid rgba(7, 29, 54, 0.08);

    border-radius:
        45px 45px 140px 45px;

    box-shadow:
        0 30px 80px rgba(7, 29, 54, 0.12);
}


.advanced-residential-wrapper::before {
    position: absolute;

    top: 0;
    left: 0;

    width: 7px;
    height: 100%;

    content: "";

    background:
        linear-gradient(
            180deg,
            var(--teal),
            var(--orange)
        );
}


/* =====================================
   LEFT CONTENT
===================================== */

.advanced-residential-content {
    position: relative;

    min-height: 720px;

    padding:
        75px 70px 70px 75px;

    background:
        linear-gradient(
            145deg,
            #ffffff 0%,
            #f8fbfb 100%
        );
}


.advanced-heading-line {
    width: 80px;
    height: 4px;

    margin-bottom: 24px;

    background:
        linear-gradient(
            90deg,
            var(--teal),
            var(--orange)
        );

    border-radius: 10px;
}


.advanced-residential-content h2 {
    max-width: 760px;

    margin:
        0 0 42px;

    color: var(--navy);

    font-size:
        clamp(42px, 4.2vw, 63px);

    font-weight: 900;

    line-height: 1.1;

    letter-spacing:
        -2.4px;
}


/* =====================================
   TEXT PANELS
===================================== */

.advanced-text-panel {
    position: relative;

    margin-bottom: 22px;

    padding:
        27px 28px 27px 84px;

    overflow: hidden;

    background: var(--white);

    border:
        1px solid rgba(7, 29, 54, 0.08);

    border-radius:
        4px 24px 24px 24px;

    box-shadow:
        0 18px 45px rgba(7, 29, 54, 0.07);

    transition:
        transform 0.4s ease,
        box-shadow 0.4s ease,
        border-color 0.4s ease;
}


.advanced-text-panel:last-child {
    margin-bottom: 0;
}


.advanced-text-panel::before {
    position: absolute;

    top: 0;
    left: 0;

    width: 5px;
    height: 100%;

    content: "";

    background: var(--teal);

    transform:
        scaleY(0.35);

    transform-origin:
        center;

    transition:
        transform 0.4s ease,
        background 0.4s ease;
}


.advanced-text-panel-two::before {
    background: var(--orange);
}


.advanced-text-panel:hover {
    transform:
        translateX(10px);

    border-color:
        rgba(15, 166, 154, 0.25);

    box-shadow:
        0 28px 60px rgba(7, 29, 54, 0.12);
}


.advanced-text-panel:hover::before {
    transform:
        scaleY(1);
}


/* Number */

.advanced-panel-number {
    position: absolute;

    top: 27px;
    left: 25px;

    width: 42px;
    height: 42px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    color: var(--white);

    background: var(--teal);

    border-radius:
        13px 13px 13px 4px;

    font-size: 11px;
    font-weight: 900;

    box-shadow:
        0 10px 24px rgba(15, 166, 154, 0.25);

    transition:
        transform 0.4s ease,
        background 0.4s ease;
}


.advanced-text-panel-two
.advanced-panel-number {
    background: var(--orange);

    box-shadow:
        0 10px 24px rgba(255, 118, 38, 0.23);
}


.advanced-text-panel:hover
.advanced-panel-number {
    transform:
        rotate(360deg) scale(1.07);
}


/* Paragraph */

.advanced-text-panel p {
    margin: 0;

    color: var(--text);

    font-size: 15px;

    line-height: 1.9;
}


/* =====================================
   RIGHT IMAGE AREA
===================================== */

.advanced-image-area {
    position: relative;

    min-height: 720px;

    background: var(--navy);

    overflow: hidden;
}


.advanced-image-frame {
    position: absolute;

    inset: 0;

    overflow: hidden;

    clip-path:
        polygon(
            18% 0,
            100% 0,
            100% 100%,
            0 100%
        );
}


.advanced-image-frame img {
    width: 100%;
    height: 100%;

    object-fit: cover;

    transition:
        transform 1.3s ease;
}


.advanced-image-area:hover
.advanced-image-frame img {
    transform:
        scale(1.07);
}


.advanced-image-overlay {
    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            180deg,
            rgba(7, 29, 54, 0.04),
            rgba(7, 29, 54, 0.38)
        );
}


/* =====================================
   VERTICAL LABEL
===================================== */

.advanced-vertical-label {
    position: absolute;

    top: 50%;
    left: 18px;

    z-index: 7;

    color:
        rgba(255, 255, 255, 0.7);

    font-size: 10px;
    font-weight: 900;

    letter-spacing: 4px;

    writing-mode:
        vertical-rl;

    transform:
        translateY(-50%) rotate(180deg);
}


/* =====================================
   FAN BADGE
===================================== */

.advanced-fan-badge {
    position: absolute;

    left: 55px;
    bottom: 48px;

    z-index: 8;

    width: 100px;
    height: 100px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: var(--orange);

    border:
        9px solid rgba(255, 255, 255, 0.92);

    border-radius:
        50%;

    box-shadow:
        0 20px 45px rgba(7, 29, 54, 0.27);

    transition:
        transform 0.4s ease;
}


.advanced-fan-badge:hover {
    transform:
        scale(1.09);
}


.advanced-fan-badge svg {
    width: 62px;
    height: 62px;

    fill: var(--white);
}


.advanced-fan-badge svg g {
    transform-origin:
        50px 50px;

    animation:
        advancedFanSpin 4s linear infinite;
}


/* =====================================
   IMAGE AIRFLOW
===================================== */

.advanced-image-airflow {
    position: absolute;

    right: 35px;
    bottom: 120px;

    z-index: 5;

    width: 220px;
    height: 105px;

    transform:
        rotate(-8deg);

    pointer-events: none;
}


.advanced-image-airflow span {
    position: absolute;

    left: -100%;

    display: block;

    height: 27px;

    border-top:
        2px solid rgba(255, 255, 255, 0.78);

    border-radius: 50%;

    animation:
        advancedAirMove 4.8s linear infinite;
}


.advanced-image-airflow span:nth-child(1) {
    top: 5px;
    width: 145px;
}


.advanced-image-airflow span:nth-child(2) {
    top: 38px;
    width: 195px;

    animation-delay:
        1.4s;
}


.advanced-image-airflow span:nth-child(3) {
    top: 72px;
    width: 120px;

    animation-delay:
        2.8s;
}


/* =====================================
   BACKGROUND GRID
===================================== */

.advanced-bg-grid {
    position: absolute;

    top: 55px;
    left: 3%;

    width: 240px;
    height: 210px;

    opacity: 0.09;

    background-image:
        linear-gradient(
            rgba(7, 29, 54, 0.3) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(7, 29, 54, 0.3) 1px,
            transparent 1px
        );

    background-size:
        22px 22px;

    transform:
        rotate(-7deg);
}


/* =====================================
   BACKGROUND CIRCLES
===================================== */

.advanced-circle {
    position: absolute;

    border-radius: 50%;

    pointer-events: none;
}


.advanced-circle-one {
    top: -170px;
    right: -110px;

    width: 410px;
    height: 410px;

    border:
        1px solid rgba(15, 166, 154, 0.13);

    animation:
        advancedCircleFloat 11s ease-in-out infinite;
}


.advanced-circle-one::before {
    position: absolute;

    inset: 55px;

    content: "";

    border:
        1px dashed rgba(15, 166, 154, 0.13);

    border-radius: 50%;
}


.advanced-circle-two {
    left: -130px;
    bottom: -180px;

    width: 350px;
    height: 350px;

    background:
        rgba(255, 118, 38, 0.045);

    animation:
        advancedCircleFloatReverse 13s ease-in-out infinite;
}


/* =====================================
   FLOATING FAN
===================================== */

.advanced-floating-fan {
    position: absolute;

    right: 4%;
    top: 80px;

    width: 115px;
    height: 115px;

    opacity: 0.06;
}


.advanced-floating-fan svg {
    width: 100%;
    height: 100%;

    fill: var(--teal);
}


.advanced-floating-fan svg g {
    transform-origin:
        50px 50px;

    animation:
        advancedFanSpin 10s linear infinite;
}


/* =====================================
   BOTTOM AIRFLOW
===================================== */

.advanced-bottom-airflow {
    position: absolute;

    left: -100px;
    bottom: 55px;

    width: 340px;
    height: 130px;

    transform:
        rotate(-8deg);

    pointer-events: none;
}


.advanced-bottom-airflow span {
    position: absolute;

    left: -100%;

    display: block;

    height: 30px;

    border-top:
        2px solid rgba(15, 166, 154, 0.22);

    border-radius: 50%;

    animation:
        advancedBottomAir 6.3s linear infinite;
}


.advanced-bottom-airflow span:nth-child(1) {
    top: 5px;
    width: 190px;
}


.advanced-bottom-airflow span:nth-child(2) {
    top: 45px;
    width: 290px;

    animation-delay:
        1.7s;
}


.advanced-bottom-airflow span:nth-child(3) {
    top: 88px;
    width: 155px;

    animation-delay:
        3.4s;
}


/* =====================================
   ANIMATIONS
===================================== */

@keyframes advancedFanSpin {

    to {
        transform:
            rotate(360deg);
    }

}


@keyframes advancedAirMove {

    0% {
        left: -100%;
        opacity: 0;

        transform:
            scaleX(0.7);
    }

    35% {
        opacity: 1;
    }

    100% {
        left: 100%;
        opacity: 0;

        transform:
            scaleX(1.12);
    }

}


@keyframes advancedBottomAir {

    0% {
        left: -100%;
        opacity: 0;

        transform:
            scaleX(0.7);
    }

    35% {
        opacity: 1;
    }

    100% {
        left: 100%;
        opacity: 0;

        transform:
            scaleX(1.12);
    }

}


@keyframes advancedCircleFloat {

    0%,
    100% {
        transform:
            translate(0, 0);
    }

    50% {
        transform:
            translate(-30px, 25px);
    }

}


@keyframes advancedCircleFloatReverse {

    0%,
    100% {
        transform:
            translate(0, 0);
    }

    50% {
        transform:
            translate(35px, -25px);
    }

}


/* =====================================
   LAPTOP
===================================== */

@media (max-width: 1199px) {

    .advanced-residential-section {
        padding:
            95px 0;
    }


    .advanced-residential-content {
        padding:
            60px 45px 55px;
    }


    .advanced-residential-content h2 {
        font-size:
            49px;
    }


    .advanced-text-panel {
        padding:
            24px 23px 24px 78px;
    }


    .advanced-text-panel p {
        font-size:
            14px;
    }

}


/* =====================================
   TABLET
===================================== */

@media (max-width: 991px) {

    .advanced-residential-section {
        padding:
            80px 0;
    }


    .advanced-residential-wrapper {
        border-radius:
            35px;
    }


    .advanced-residential-content {
        min-height: auto;

        padding:
            55px 40px;
    }


    .advanced-residential-content h2 {
        font-size:
            48px;
    }


    .advanced-image-area {
        min-height:
            560px;
    }


    .advanced-image-frame {
        clip-path: none;
    }


    .advanced-vertical-label {
        display: none;
    }

}


/* =====================================
   MOBILE TABLET
===================================== */

@media (max-width: 767px) {

    .advanced-residential-section {
        padding:
            70px 0;
    }


    .advanced-residential-content {
        padding:
            45px 27px;
    }


    .advanced-residential-content h2 {
        font-size:
            39px;

        letter-spacing:
            -1.5px;
    }


    .advanced-text-panel:hover {
        transform:
            translateY(-5px);
    }


    .advanced-image-area {
        min-height:
            480px;
    }


    .advanced-fan-badge {
        left: 25px;
        bottom: 25px;

        width: 88px;
        height: 88px;
    }

}


/* =====================================
   MOBILE
===================================== */

@media (max-width: 575px) {

    .advanced-residential-section {
        padding:
            60px 0;
    }


    .advanced-residential-wrapper {
        border-radius:
            24px;
    }


    .advanced-residential-content {
        padding:
            38px 17px;
    }


    .advanced-residential-content h2 {
        font-size:
            31px;

        line-height:
            1.17;

        letter-spacing:
            -1px;
    }


    .advanced-text-panel {
        padding:
            70px 18px 21px;

        border-radius:
            4px 18px 18px 18px;
    }


    .advanced-panel-number {
        top: 17px;
        left: 17px;
    }


    .advanced-text-panel p {
        font-size:
            13px;

        line-height:
            1.8;
    }


    .advanced-image-area {
        min-height:
            410px;
    }


    .advanced-fan-badge {
        width:
            76px;

        height:
            76px;

        border-width:
            7px;
    }


    .advanced-fan-badge svg {
        width:
            47px;

        height:
            47px;
    }


    .advanced-image-airflow,
    .advanced-bottom-airflow,
    .advanced-bg-grid {
        display: none;
    }

}


/* =====================================
   CREATIVE GALLERY SECTION
===================================== */

.creative-gallery-section {
    position: relative;
    padding: 115px 0 125px;
    overflow: hidden;

    background:
        radial-gradient(
            circle at 10% 15%,
            rgba(15, 166, 154, 0.1),
            transparent 26%
        ),
        radial-gradient(
            circle at 90% 85%,
            rgba(255, 118, 38, 0.08),
            transparent 25%
        ),
        linear-gradient(
            180deg,
            #ffffff 0%,
            #f4f9f9 52%,
            #ffffff 100%
        );
}


.creative-gallery-section .container {
    position: relative;
    z-index: 5;
}


/* =====================================
   BACKGROUND SHAPES
===================================== */

.gallery-blob {
    position: absolute;
    pointer-events: none;
}


.gallery-blob-one {
    top: -170px;
    left: -140px;

    width: 430px;
    height: 430px;

    background:
        rgba(15, 166, 154, 0.07);

    border-radius:
        45% 55% 68% 32% /
        42% 38% 62% 58%;

    animation:
        galleryBlobOne 13s ease-in-out infinite;
}


.gallery-blob-two {
    right: -180px;
    bottom: -160px;

    width: 420px;
    height: 420px;

    background:
        rgba(255, 118, 38, 0.06);

    border-radius:
        65% 35% 45% 55% /
        40% 60% 40% 60%;

    animation:
        galleryBlobTwo 15s ease-in-out infinite;
}


.gallery-grid-pattern {
    position: absolute;

    top: 65px;
    right: 4%;

    width: 230px;
    height: 190px;

    opacity: 0.1;

    background-image:
        linear-gradient(
            rgba(7, 29, 54, 0.25) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(7, 29, 54, 0.25) 1px,
            transparent 1px
        );

    background-size:
        22px 22px;

    transform:
        rotate(8deg);
}


/* =====================================
   HEADING
===================================== */

.gallery-heading-row {
    margin-bottom: 65px;
}


.gallery-subtitle {
    position: relative;

    display: inline-flex;
    align-items: center;

    margin-bottom: 16px;
    padding-left: 46px;

    color: var(--teal);

    font-size: 11px;
    font-weight: 900;

    letter-spacing: 2px;
    text-transform: uppercase;
}


.gallery-subtitle::before {
    position: absolute;

    top: 50%;
    left: 0;

    width: 34px;
    height: 2px;

    content: "";

    background: var(--orange);

    transform:
        translateY(-50%);
}


.gallery-heading h2 {
    max-width: 760px;
    margin: 0;

    color: var(--navy);

    font-size:
        clamp(42px, 4vw, 62px);

    font-weight: 900;

    line-height: 1.1;
    letter-spacing: -2.4px;
}


.gallery-heading h2 span {
    display: block;
    color: var(--orange);
}


.gallery-heading-text {
    max-width: 390px;
    margin-left: auto;
}


.gallery-heading-text p {
    margin: 0 0 22px;

    color: var(--text);

    font-size: 14px;
    line-height: 1.8;
}


.gallery-view-button {
    display: inline-flex;
    align-items: center;
    gap: 9px;

    color: var(--navy);

    font-size: 12px;
    font-weight: 900;

    transition:
        color 0.3s ease,
        gap 0.3s ease;
}


.gallery-view-button svg {
    width: 18px;
    height: 18px;

    fill: none;
    stroke: currentColor;

    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}


.gallery-view-button:hover {
    color: var(--orange);
    gap: 14px;
}


/* =====================================
   GALLERY GRID
===================================== */

.creative-gallery-grid {
    display: grid;

    grid-template-columns:
        1.2fr 0.8fr 0.8fr;

    grid-template-rows:
        280px 220px 250px;

    gap: 20px;
}


/* =====================================
   GALLERY ITEMS
===================================== */

.gallery-item {
    position: relative;

    display: block;
    overflow: hidden;

    background: var(--navy);

    border-radius: 26px;

    box-shadow:
        0 20px 55px rgba(7, 29, 54, 0.12);

    isolation: isolate;

    transition:
        transform 0.45s ease,
        box-shadow 0.45s ease;
}


.gallery-item-large {
    grid-column: 1 / 2;
    grid-row: 1 / 3;

    border-radius:
        40px 40px 120px 40px;
}


.gallery-item-top {
    grid-column: 2 / 4;
    grid-row: 1 / 2;
}


.gallery-item-middle {
    grid-column: 2 / 3;
    grid-row: 2 / 4;
}


.gallery-item-bottom-left {
    grid-column: 1 / 2;
    grid-row: 3 / 4;
}


.gallery-item-bottom-right {
    grid-column: 3 / 4;
    grid-row: 2 / 4;

    border-radius:
        26px 90px 26px 26px;
}


.gallery-item:hover {
    transform:
        translateY(-9px);

    box-shadow:
        0 32px 75px rgba(7, 29, 54, 0.2);
}


.gallery-item img {
    width: 100%;
    height: 100%;

    object-fit: cover;

    transition:
        transform 1.1s ease,
        filter 0.6s ease;
}


.gallery-item:hover img {
    transform:
        scale(1.09);

    filter:
        saturate(1.07);
}


/* =====================================
   IMAGE OVERLAY
===================================== */

.gallery-image-overlay {
    position: absolute;
    inset: 0;

    z-index: 2;

    background:
        linear-gradient(
            180deg,
            rgba(7, 29, 54, 0.02) 30%,
            rgba(7, 29, 54, 0.86) 100%
        );

    transition:
        background 0.45s ease;
}


.gallery-item:hover
.gallery-image-overlay {
    background:
        linear-gradient(
            180deg,
            rgba(15, 166, 154, 0.08) 10%,
            rgba(7, 29, 54, 0.92) 100%
        );
}


/* =====================================
   GALLERY NUMBER
===================================== */

.gallery-number {
    position: absolute;

    top: 20px;
    left: 22px;

    z-index: 4;

    width: 45px;
    height: 45px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    color: var(--white);

    background:
        rgba(7, 29, 54, 0.48);

    border:
        1px solid rgba(255, 255, 255, 0.2);

    border-radius:
        50%;

    backdrop-filter:
        blur(8px);

    font-size: 11px;
    font-weight: 900;

    transition:
        background 0.35s ease,
        transform 0.35s ease;
}


.gallery-item:hover
.gallery-number {
    background: var(--orange);

    transform:
        rotate(360deg);
}


/* =====================================
   ITEM CONTENT
===================================== */

.gallery-item-content {
    position: absolute;

    right: 25px;
    bottom: 25px;
    left: 25px;

    z-index: 4;

    transition:
        transform 0.4s ease;
}


.gallery-item:hover
.gallery-item-content {
    transform:
        translateY(-5px);
}


.gallery-item-content span {
    display: block;

    margin-bottom: 7px;

    color: var(--teal);

    font-size: 9px;
    font-weight: 900;

    letter-spacing: 1.5px;
    text-transform: uppercase;
}


.gallery-item-content h3 {
    max-width: 280px;
    margin: 0;

    color: var(--white);

    font-size: 19px;
    font-weight: 800;

    line-height: 1.3;
}


/* =====================================
   OPEN ICON
===================================== */

.gallery-open-icon {
    position: absolute;

    top: 20px;
    right: 20px;

    z-index: 5;

    width: 46px;
    height: 46px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    color: var(--white);

    background: var(--teal);

    border-radius:
        15px 15px 15px 5px;

    opacity: 0;

    transform:
        translateY(-15px) rotate(-10deg);

    transition:
        opacity 0.4s ease,
        transform 0.4s ease,
        background 0.3s ease;
}


.gallery-open-icon svg {
    width: 20px;
    height: 20px;

    fill: none;
    stroke: currentColor;

    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}


.gallery-item:hover
.gallery-open-icon {
    opacity: 1;

    transform:
        translateY(0) rotate(0deg);
}


.gallery-open-icon:hover {
    background: var(--orange);
}


/* =====================================
   FLOATING FAN
===================================== */

.gallery-floating-fan {
    position: absolute;

    right: 3%;
    bottom: 45px;

    width: 135px;
    height: 135px;

    opacity: 0.055;
}


.gallery-floating-fan svg {
    width: 100%;
    height: 100%;

    fill: var(--teal);
}


.gallery-floating-fan svg g {
    transform-origin:
        50px 50px;

    animation:
        galleryFanSpin 11s linear infinite;
}


/* =====================================
   AIRFLOW
===================================== */

.gallery-airflow {
    position: absolute;

    left: -100px;
    bottom: 70px;

    width: 340px;
    height: 130px;

    pointer-events: none;

    transform:
        rotate(-8deg);
}


.gallery-airflow span {
    position: absolute;

    left: -100%;

    display: block;

    height: 30px;

    border-top:
        2px solid rgba(15, 166, 154, 0.22);

    border-radius: 50%;

    animation:
        galleryAirMove 6.4s linear infinite;
}


.gallery-airflow span:nth-child(1) {
    top: 5px;
    width: 190px;
}


.gallery-airflow span:nth-child(2) {
    top: 45px;
    width: 290px;

    animation-delay: 1.7s;
}


.gallery-airflow span:nth-child(3) {
    top: 88px;
    width: 155px;

    animation-delay: 3.4s;
}


/* =====================================
   ANIMATIONS
===================================== */

@keyframes galleryFanSpin {

    to {
        transform: rotate(360deg);
    }

}


@keyframes galleryBlobOne {

    0%,
    100% {
        transform:
            translate(0, 0) rotate(0deg);
    }

    50% {
        transform:
            translate(30px, 28px) rotate(10deg);
    }

}


@keyframes galleryBlobTwo {

    0%,
    100% {
        transform:
            translate(0, 0) rotate(0deg);
    }

    50% {
        transform:
            translate(-30px, -22px) rotate(-12deg);
    }

}


@keyframes galleryAirMove {

    0% {
        left: -100%;
        opacity: 0;

        transform:
            scaleX(0.7);
    }

    35% {
        opacity: 1;
    }

    100% {
        left: 100%;
        opacity: 0;

        transform:
            scaleX(1.12);
    }

}


/* =====================================
   LAPTOP
===================================== */

@media (max-width: 1199px) {

    .creative-gallery-section {
        padding:
            95px 0 105px;
    }


    .gallery-heading h2 {
        font-size: 50px;
    }


    .creative-gallery-grid {
        grid-template-rows:
            250px 200px 230px;
    }

}


/* =====================================
   TABLET
===================================== */

@media (max-width: 991px) {

    .creative-gallery-section {
        padding:
            80px 0 90px;
    }


    .gallery-heading,
    .gallery-heading-text {
        max-width: 720px;
        margin-right: auto;
        margin-left: auto;

        text-align: center;
    }


    .gallery-heading h2 {
        margin-right: auto;
        margin-left: auto;

        font-size: 48px;
    }


    .gallery-subtitle {
        padding:
            0 46px;
    }


    .gallery-subtitle::after {
        position: absolute;

        top: 50%;
        right: 0;

        width: 34px;
        height: 2px;

        content: "";

        background: var(--orange);

        transform:
            translateY(-50%);
    }


    .gallery-heading-text {
        margin-top: 10px;
    }


    .creative-gallery-grid {
        grid-template-columns:
            repeat(2, 1fr);

        grid-template-rows:
            repeat(3, 300px);
    }


    .gallery-item-large {
        grid-column: 1 / 2;
        grid-row: 1 / 3;
    }


    .gallery-item-top {
        grid-column: 2 / 3;
        grid-row: 1 / 2;
    }


    .gallery-item-middle {
        grid-column: 2 / 3;
        grid-row: 2 / 3;
    }


    .gallery-item-bottom-left {
        grid-column: 1 / 2;
        grid-row: 3 / 4;
    }


    .gallery-item-bottom-right {
        grid-column: 2 / 3;
        grid-row: 3 / 4;
    }

}


/* =====================================
   MOBILE
===================================== */

@media (max-width: 767px) {

    .creative-gallery-section {
        padding:
            70px 0;
    }


    .gallery-heading-row {
        margin-bottom: 45px;
    }


    .gallery-heading h2 {
        font-size: 39px;
    }


    .creative-gallery-grid {
        display: grid;

        grid-template-columns: 1fr;
        grid-template-rows: none;

        gap: 16px;
    }


    .gallery-item,
    .gallery-item-large,
    .gallery-item-top,
    .gallery-item-middle,
    .gallery-item-bottom-left,
    .gallery-item-bottom-right {
        grid-column: auto;
        grid-row: auto;

        min-height: 320px;

        border-radius: 24px;
    }


    .gallery-item-large {
        min-height: 440px;

        border-radius:
            30px 30px 80px 30px;
    }


    .gallery-open-icon {
        opacity: 1;

        transform: none;
    }

}


/* =====================================
   SMALL MOBILE
===================================== */

@media (max-width: 575px) {

    .creative-gallery-section {
        padding:
            60px 0;
    }


    .gallery-subtitle {
        padding:
            0 34px;

        font-size: 10px;
    }


    .gallery-subtitle::before,
    .gallery-subtitle::after {
        width: 24px;
    }


    .gallery-heading h2 {
        font-size: 32px;

        line-height: 1.16;

        letter-spacing: -1px;
    }


    .gallery-heading-text p {
        font-size: 13px;
    }


    .gallery-item,
    .gallery-item-large {
        min-height: 300px;
    }


    .gallery-item-large {
        min-height: 390px;
    }


    .gallery-item-content {
        right: 18px;
        bottom: 18px;
        left: 18px;
    }


    .gallery-item-content h3 {
        font-size: 17px;
    }


    .gallery-number {
        top: 15px;
        left: 15px;
    }


    .gallery-open-icon {
        top: 15px;
        right: 15px;

        width: 42px;
        height: 42px;
    }


    .gallery-airflow,
    .gallery-grid-pattern {
        display: none;
    }

}

/* =========================================
   SANITIZATION SECTION
========================================= */

.sanitization-section {
    position: relative;
    padding: 115px 0;
    overflow: hidden;

    background:
        radial-gradient(
            circle at 8% 16%,
            rgba(15, 166, 154, 0.16),
            transparent 27%
        ),
        radial-gradient(
            circle at 92% 85%,
            rgba(255, 118, 38, 0.1),
            transparent 25%
        ),
        linear-gradient(
            135deg,
            #03111f 0%,
            #071d36 50%,
            #0a3048 100%
        );
}


.sanitization-section .container {
    position: relative;
    z-index: 5;
}


/* =========================================
   MAIN WRAPPER
========================================= */

.sanitization-wrapper {
    position: relative;
    padding: 65px;
    overflow: hidden;

    background:
        linear-gradient(
            135deg,
            rgba(255, 255, 255, 0.055),
            rgba(255, 255, 255, 0.025)
        );

    border:
        1px solid rgba(255, 255, 255, 0.09);

    border-radius:
        45px 145px 45px 45px;

    box-shadow:
        0 35px 90px rgba(0, 0, 0, 0.25);

    backdrop-filter:
        blur(15px);
}


.sanitization-wrapper::before {
    position: absolute;
    top: 0;
    right: 80px;

    width: 190px;
    height: 4px;

    content: "";

    background:
        linear-gradient(
            90deg,
            var(--teal),
            var(--orange)
        );

    border-radius:
        0 0 12px 12px;
}


.sanitization-wrapper::after {
    position: absolute;
    right: -160px;
    bottom: -180px;

    width: 440px;
    height: 440px;

    content: "";

    background:
        rgba(15, 166, 154, 0.045);

    border-radius:
        38% 62% 54% 46% /
        44% 35% 65% 56%;

    animation:
        sanitizationBlobMove 14s ease-in-out infinite;
}


/* =========================================
   BACKGROUND EFFECTS
========================================= */

.sanitization-glow {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    filter: blur(16px);
}


.sanitization-glow-one {
    top: -200px;
    left: -170px;

    width: 500px;
    height: 500px;

    background:
        rgba(15, 166, 154, 0.08);
}


.sanitization-glow-two {
    right: -180px;
    bottom: -200px;

    width: 470px;
    height: 470px;

    background:
        rgba(255, 118, 38, 0.06);
}


.sanitization-dots {
    position: absolute;
    top: 55px;
    right: 3%;

    width: 230px;
    height: 190px;

    opacity: 0.1;

    background-image:
        radial-gradient(
            circle,
            rgba(255, 255, 255, 0.85) 2px,
            transparent 2.5px
        );

    background-size:
        20px 20px;

    mask-image:
        linear-gradient(
            135deg,
            #000,
            transparent
        );
}


/* =========================================
   IMAGE AREA
========================================= */

.sanitization-image-area {
    position: relative;
    width: 100%;
    max-width: 510px;
    min-height: 650px;
}


.sanitization-image-box {
    position: relative;
    width: 100%;
    height: 650px;
    overflow: hidden;

    background:
        var(--navy);

    border-radius:
        190px 35px 190px 35px;

    box-shadow:
        0 30px 75px rgba(0, 0, 0, 0.32);
}


.sanitization-image-box img {
    width: 100%;
    height: 100%;

    object-fit: cover;

    transition:
        transform 1.2s ease;
}


.sanitization-image-area:hover
.sanitization-image-box img {
    transform:
        scale(1.07);
}


.sanitization-image-overlay {
    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            180deg,
            rgba(7, 29, 54, 0.04),
            rgba(7, 29, 54, 0.52)
        );
}


.sanitization-image-outline {
    position: absolute;
    top: -18px;
    left: -18px;

    width: 94%;
    height: 94%;

    border:
        2px solid rgba(15, 166, 154, 0.28);

    border-radius:
        190px 35px 190px 35px;
}


/* =========================================
   IMAGE FAN
========================================= */

.sanitization-fan {
    position: absolute;
    right: -35px;
    bottom: 55px;
    z-index: 7;

    width: 110px;
    height: 110px;

    display: flex;
    align-items: center;
    justify-content: center;

    background:
        linear-gradient(
            135deg,
            var(--teal),
            var(--orange)
        );

    border:
        9px solid var(--white);

    border-radius: 50%;

    box-shadow:
        0 22px 50px rgba(0, 0, 0, 0.28);

    transition:
        transform 0.4s ease;
}


.sanitization-fan:hover {
    transform:
        scale(1.08);
}


.sanitization-fan svg {
    width: 68px;
    height: 68px;
    fill: var(--white);
}


.sanitization-fan svg g {
    transform-origin:
        50px 50px;

    animation:
        sanitizationFanSpin 4s linear infinite;
}


/* =========================================
   IMAGE AIRFLOW
========================================= */

.sanitization-image-airflow {
    position: absolute;
    right: 30px;
    bottom: 150px;
    z-index: 4;

    width: 230px;
    height: 110px;

    pointer-events: none;

    transform:
        rotate(-8deg);
}


.sanitization-image-airflow span {
    position: absolute;
    left: -100%;

    display: block;
    height: 27px;

    border-top:
        2px solid rgba(255, 255, 255, 0.75);

    border-radius: 50%;

    animation:
        sanitizationAirMove 5s linear infinite;
}


.sanitization-image-airflow span:nth-child(1) {
    top: 5px;
    width: 145px;
}


.sanitization-image-airflow span:nth-child(2) {
    top: 40px;
    width: 205px;

    animation-delay: 1.4s;
}


.sanitization-image-airflow span:nth-child(3) {
    top: 76px;
    width: 125px;

    animation-delay: 2.8s;
}


/* =========================================
   CONTENT
========================================= */

.sanitization-content {
    position: relative;
    z-index: 5;
}


.sanitization-content h2 {
    margin: 0;

    color:
        var(--white);

    font-size:
        clamp(40px, 4vw, 60px);

    font-weight: 900;

    line-height: 1.1;

    letter-spacing:
        -2.3px;
}


.sanitization-intro {
    max-width: 720px;

    margin:
        28px 0 0;

    color:
        rgba(255, 255, 255, 0.72);

    font-size: 15px;
    line-height: 1.9;
}


/* =========================================
   LIST
========================================= */

.sanitization-list {
    margin:
        30px 0 0;

    padding: 0;

    display: flex;
    flex-direction: column;
    gap: 13px;

    list-style: none;
}


.sanitization-list li {
    position: relative;
    min-height: 64px;

    padding:
        17px 20px 17px 68px;

    display: flex;
    align-items: center;

    overflow: hidden;

    background:
        rgba(255, 255, 255, 0.045);

    border:
        1px solid rgba(255, 255, 255, 0.08);

    border-radius:
        6px 18px 18px 18px;

    transition:
        transform 0.4s ease,
        background 0.4s ease,
        border-color 0.4s ease,
        box-shadow 0.4s ease;
}


.sanitization-list li::after {
    position: absolute;
    right: -55px;
    bottom: -65px;

    width: 145px;
    height: 145px;

    content: "";

    background:
        rgba(15, 166, 154, 0.06);

    border-radius:
        60% 40% 48% 52% /
        42% 60% 40% 58%;

    transition:
        transform 0.6s ease;
}


.sanitization-list li:hover {
    transform:
        translateX(9px);

    background:
        rgba(255, 255, 255, 0.08);

    border-color:
        rgba(15, 166, 154, 0.32);

    box-shadow:
        0 18px 40px rgba(0, 0, 0, 0.15);
}


.sanitization-list li:hover::after {
    transform:
        rotate(25deg)
        scale(1.25);
}


.sanitization-list li p {
    position: relative;
    z-index: 2;

    margin: 0;

    color:
        rgba(255, 255, 255, 0.78);

    font-size: 14px;
    line-height: 1.65;
}


/* =========================================
   CHECK ICON
========================================= */

.sanitization-check {
    position: absolute;
    top: 50%;
    left: 19px;
    z-index: 3;

    width: 34px;
    height: 34px;

    background:
        linear-gradient(
            135deg,
            var(--teal),
            var(--orange)
        );

    border-radius:
        12px 12px 12px 4px;

    transform:
        translateY(-50%);

    box-shadow:
        0 9px 22px rgba(15, 166, 154, 0.22);

    transition:
        transform 0.45s ease;
}


.sanitization-check::before {
    position: absolute;
    top: 10px;
    left: 12px;

    width: 8px;
    height: 5px;

    content: "";

    border-left:
        2px solid var(--white);

    border-bottom:
        2px solid var(--white);

    transform:
        rotate(-45deg);
}


.sanitization-list li:hover
.sanitization-check {
    transform:
        translateY(-50%)
        rotate(360deg);
}


/* =========================================
   CLOSING TEXT
========================================= */

.sanitization-closing {
    position: relative;
    margin-top: 25px;

    padding:
        24px 28px 24px 36px;

    overflow: hidden;

    background:
        linear-gradient(
            90deg,
            rgba(15, 166, 154, 0.15),
            rgba(255, 118, 38, 0.09)
        );

    border:
        1px solid rgba(255, 255, 255, 0.09);

    border-radius:
        20px;
}


.sanitization-closing::before {
    position: absolute;
    top: 23px;
    bottom: 23px;
    left: 0;

    width: 4px;

    content: "";

    background:
        linear-gradient(
            180deg,
            var(--teal),
            var(--orange)
        );

    border-radius:
        0 10px 10px 0;
}


.sanitization-closing p {
    margin: 0;

    color:
        rgba(255, 255, 255, 0.82);

    font-size: 14px;
    line-height: 1.8;
}


/* =========================================
   BACKGROUND AIRFLOW
========================================= */

.sanitization-bg-airflow {
    position: absolute;
    left: -110px;
    bottom: 60px;

    width: 350px;
    height: 130px;

    pointer-events: none;

    transform:
        rotate(-8deg);
}


.sanitization-bg-airflow span {
    position: absolute;
    left: -100%;

    display: block;
    height: 28px;

    border-top:
        2px solid rgba(255, 255, 255, 0.13);

    border-radius: 50%;

    animation:
        sanitizationAirMove 6.4s linear infinite;
}


.sanitization-bg-airflow span:nth-child(1) {
    top: 5px;
    width: 190px;
}


.sanitization-bg-airflow span:nth-child(2) {
    top: 45px;
    width: 290px;

    animation-delay: 1.7s;
}


.sanitization-bg-airflow span:nth-child(3) {
    top: 88px;
    width: 155px;

    animation-delay: 3.4s;
}


/* =========================================
   ANIMATIONS
========================================= */

@keyframes sanitizationFanSpin {

    to {
        transform:
            rotate(360deg);
    }

}


@keyframes sanitizationAirMove {

    0% {
        left: -100%;
        opacity: 0;

        transform:
            scaleX(0.7);
    }

    35% {
        opacity: 1;
    }

    100% {
        left: 100%;
        opacity: 0;

        transform:
            scaleX(1.12);
    }

}


@keyframes sanitizationBlobMove {

    0%,
    100% {
        transform:
            translate(0, 0)
            rotate(0deg);
    }

    50% {
        transform:
            translate(-35px, -25px)
            rotate(12deg);
    }

}


/* =========================================
   LAPTOP
========================================= */

@media (max-width: 1199px) {

    .sanitization-section {
        padding:
            95px 0;
    }


    .sanitization-wrapper {
        padding:
            50px 40px;
    }


    .sanitization-content h2 {
        font-size:
            48px;
    }


    .sanitization-image-area,
    .sanitization-image-box {
        min-height:
            600px;

        height:
            600px;
    }

}


/* =========================================
   TABLET
========================================= */

@media (max-width: 991px) {

    .sanitization-section {
        padding:
            80px 0;
    }


    .sanitization-wrapper {
        border-radius:
            35px;
    }


    .sanitization-image-area {
        max-width:
            650px;

        margin:
            0 auto;
    }


    .sanitization-image-area,
    .sanitization-image-box {
        min-height:
            580px;

        height:
            580px;
    }


    .sanitization-content {
        max-width:
            720px;

        margin:
            25px auto 0;

        text-align:
            center;
    }


    .sanitization-content h2 {
        font-size:
            46px;
    }


    .sanitization-intro {
        margin-right:
            auto;

        margin-left:
            auto;
    }


    .sanitization-list,
    .sanitization-closing {
        text-align:
            left;
    }

}


/* =========================================
   MOBILE TABLET
========================================= */

@media (max-width: 767px) {

    .sanitization-section {
        padding:
            70px 0;
    }


    .sanitization-wrapper {
        padding:
            35px 24px;
    }


    .sanitization-image-area,
    .sanitization-image-box {
        min-height:
            500px;

        height:
            500px;
    }


    .sanitization-image-box,
    .sanitization-image-outline {
        border-radius:
            130px 28px 130px 28px;
    }


    .sanitization-content h2 {
        font-size:
            38px;

        letter-spacing:
            -1.5px;
    }


    .sanitization-fan {
        right:
            -7px;

        width:
            90px;

        height:
            90px;
    }


    .sanitization-fan svg {
        width:
            55px;

        height:
            55px;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 575px) {

    .sanitization-section {
        padding:
            60px 0;
    }


    .sanitization-wrapper {
        padding:
            25px 15px;

        border-radius:
            24px;
    }


    .sanitization-image-area,
    .sanitization-image-box {
        min-height:
            420px;

        height:
            420px;
    }


    .sanitization-image-box,
    .sanitization-image-outline {
        border-radius:
            90px 22px 90px 22px;
    }


    .sanitization-image-outline {
        top:
            -8px;

        left:
            -5px;
    }


    .sanitization-fan {
        right:
            4px;

        bottom:
            25px;

        width:
            76px;

        height:
            76px;

        border-width:
            7px;
    }


    .sanitization-fan svg {
        width:
            46px;

        height:
            46px;
    }


    .sanitization-content h2 {
        font-size:
            31px;

        line-height:
            1.16;

        letter-spacing:
            -1px;
    }


    .sanitization-intro {
        font-size:
            13px;

        line-height:
            1.8;
    }


    .sanitization-list li {
        padding:
            61px 17px 20px;
    }


    .sanitization-check {
        top:
            16px;

        left:
            17px;

        transform:
            none;
    }


    .sanitization-list li:hover
    .sanitization-check {
        transform:
            rotate(360deg);
    }


    .sanitization-list li:hover {
        transform:
            translateY(-5px);
    }


    .sanitization-list li p,
    .sanitization-closing p {
        font-size:
            13px;

        line-height:
            1.8;
    }


    .sanitization-closing {
        padding:
            22px 18px 22px 25px;
    }


    .sanitization-image-airflow,
    .sanitization-bg-airflow,
    .sanitization-dots {
        display:
            none;
    }

}



/* =========================================
   CENTERED HVAC UPKEEP SECTION
========================================= */

.centered-upkeep-section {
    position: relative;
    padding: 120px 0;
    overflow: hidden;

    background:
        radial-gradient(
            circle at 12% 18%,
            rgba(15, 166, 154, 0.11),
            transparent 27%
        ),
        radial-gradient(
            circle at 88% 82%,
            rgba(255, 118, 38, 0.08),
            transparent 24%
        ),
        linear-gradient(
            180deg,
            #ffffff 0%,
            #f4f9f9 50%,
            #ffffff 100%
        );
}


.centered-upkeep-section .container {
    position: relative;
    z-index: 5;
}


/* =========================================
   WRAPPER
========================================= */

.centered-upkeep-wrapper {
    position: relative;
    padding: 80px 60px 90px;
    overflow: hidden;

    background:
        rgba(255, 255, 255, 0.9);

    border:
        1px solid rgba(7, 29, 54, 0.08);

    border-radius:
        50px;

    box-shadow:
        0 30px 80px rgba(7, 29, 54, 0.1);

    backdrop-filter:
        blur(12px);
}


.centered-upkeep-wrapper::before {
    position: absolute;
    top: 0;
    left: 50%;

    width: 220px;
    height: 5px;

    content: "";

    background:
        linear-gradient(
            90deg,
            transparent,
            var(--teal),
            var(--orange),
            transparent
        );

    transform:
        translateX(-50%);

    border-radius:
        0 0 10px 10px;
}


/* =========================================
   HEADING
========================================= */

.centered-upkeep-top {
    position: relative;
    z-index: 3;
    max-width: 900px;
    margin: 0 auto 70px;
    text-align: center;
}


.centered-upkeep-accent {
    width: 70px;
    height: 4px;

    margin: 0 auto 22px;

    display: block;

    background:
        linear-gradient(
            90deg,
            var(--teal),
            var(--orange)
        );

    border-radius: 10px;
}


.centered-upkeep-top h2 {
    margin: 0;

    color: var(--navy);

    font-size:
        clamp(42px, 4.3vw, 64px);

    font-weight: 900;

    line-height: 1.1;

    letter-spacing:
        -2.4px;
}


/* =========================================
   STAGE
========================================= */

.centered-upkeep-stage {
    position: relative;

    min-height: 500px;

    display: flex;
    align-items: center;
    justify-content: center;
}


/* =========================================
   TEXT CARDS
========================================= */

.centered-upkeep-card {
    position: absolute;

    width: 46%;
    min-height: 235px;

    padding:
        38px 36px;

    display: flex;
    align-items: center;

    background:
        rgba(255, 255, 255, 0.94);

    border:
        1px solid rgba(7, 29, 54, 0.08);

    box-shadow:
        0 24px 55px rgba(7, 29, 54, 0.1);

    transition:
        transform 0.4s ease,
        box-shadow 0.4s ease,
        border-color 0.4s ease;
}


.centered-upkeep-card-one {
    left: 0;

    border-radius:
        30px 90px 30px 30px;

    transform:
        translateY(-45px);
}


.centered-upkeep-card-two {
    right: 0;

    border-radius:
        90px 30px 30px 30px;

    transform:
        translateY(45px);
}


.centered-upkeep-card::before {
    position: absolute;

    top: 30px;
    bottom: 30px;

    width: 4px;

    content: "";

    background:
        linear-gradient(
            180deg,
            var(--teal),
            var(--orange)
        );

    border-radius: 10px;

    transform:
        scaleY(0.55);

    transition:
        transform 0.4s ease;
}


.centered-upkeep-card-one::before {
    left: 0;
}


.centered-upkeep-card-two::before {
    right: 0;
}


.centered-upkeep-card:hover {
    border-color:
        rgba(15, 166, 154, 0.28);

    box-shadow:
        0 34px 70px rgba(7, 29, 54, 0.15);
}


.centered-upkeep-card-one:hover {
    transform:
        translateY(-55px);
}


.centered-upkeep-card-two:hover {
    transform:
        translateY(35px);
}


.centered-upkeep-card:hover::before {
    transform:
        scaleY(1);
}


.centered-upkeep-card p {
    margin: 0;

    color: var(--text);

    font-size: 15px;
    line-height: 1.9;

    text-align: center;
}


/* =========================================
   CENTER CORE
========================================= */

.centered-upkeep-core {
    position: relative;
    z-index: 5;

    width: 215px;
    height: 215px;

    display: flex;
    align-items: center;
    justify-content: center;
}


.centered-upkeep-fan {
    position: relative;
    z-index: 4;

    width: 135px;
    height: 135px;

    display: flex;
    align-items: center;
    justify-content: center;

    background:
        linear-gradient(
            135deg,
            var(--teal),
            var(--orange)
        );

    border:
        9px solid var(--white);

    border-radius: 50%;

    box-shadow:
        0 20px 50px rgba(7, 29, 54, 0.18);
}


.centered-upkeep-fan svg {
    width: 82px;
    height: 82px;

    fill: var(--white);
}


.centered-upkeep-fan svg g {
    transform-origin:
        50px 50px;

    animation:
        centeredUpkeepFanSpin 4.5s linear infinite;
}


.centered-upkeep-ring {
    position: absolute;
    top: 50%;
    left: 50%;

    border-radius: 50%;
}


.centered-upkeep-ring-one {
    width: 175px;
    height: 175px;

    border:
        1px solid rgba(15, 166, 154, 0.24);

    animation:
        centeredUpkeepRingPulse 3s ease-in-out infinite;
}


.centered-upkeep-ring-two {
    width: 215px;
    height: 215px;

    border:
        1px dashed rgba(255, 118, 38, 0.28);

    animation:
        centeredUpkeepRingSpin 14s linear infinite;
}


/* =========================================
   BACKGROUND BLOBS
========================================= */

.centered-upkeep-blob {
    position: absolute;
    pointer-events: none;
}


.centered-upkeep-blob-one {
    top: -150px;
    left: -130px;

    width: 420px;
    height: 420px;

    background:
        rgba(15, 166, 154, 0.075);

    border-radius:
        42% 58% 64% 36% /
        46% 38% 62% 54%;

    animation:
        centeredUpkeepBlobOne 14s ease-in-out infinite;
}


.centered-upkeep-blob-two {
    right: -160px;
    bottom: -170px;

    width: 400px;
    height: 400px;

    background:
        rgba(255, 118, 38, 0.055);

    border-radius:
        65% 35% 44% 56% /
        40% 58% 42% 60%;

    animation:
        centeredUpkeepBlobTwo 15s ease-in-out infinite;
}


/* =========================================
   ORBIT
========================================= */

.centered-upkeep-orbit {
    position: absolute;
    top: 90px;
    right: 6%;

    width: 180px;
    height: 180px;

    border:
        1px solid rgba(15, 166, 154, 0.14);

    border-radius: 50%;

    animation:
        centeredUpkeepOrbit 16s linear infinite;
}


.centered-upkeep-orbit span {
    position: absolute;
    top: 18px;
    left: 28px;

    width: 14px;
    height: 14px;

    background: var(--orange);

    border-radius: 50%;

    box-shadow:
        0 0 0 7px rgba(255, 118, 38, 0.08);
}


/* =========================================
   DOTS
========================================= */

.centered-upkeep-dots {
    position: absolute;
    left: 4%;
    bottom: 60px;

    width: 220px;
    height: 180px;

    opacity: 0.17;

    background-image:
        radial-gradient(
            circle,
            var(--teal) 2px,
            transparent 2.5px
        );

    background-size:
        18px 18px;

    mask-image:
        linear-gradient(
            135deg,
            #000,
            transparent
        );
}


/* =========================================
   AIRFLOW
========================================= */

.centered-upkeep-air {
    position: absolute;
    right: -100px;
    bottom: 70px;

    width: 340px;
    height: 130px;

    pointer-events: none;

    transform:
        rotate(8deg);
}


.centered-upkeep-air span {
    position: absolute;
    right: -100%;

    display: block;
    height: 28px;

    border-top:
        2px solid rgba(15, 166, 154, 0.22);

    border-radius: 50%;

    animation:
        centeredUpkeepAirMove 6.4s linear infinite;
}


.centered-upkeep-air span:nth-child(1) {
    top: 5px;
    width: 190px;
}


.centered-upkeep-air span:nth-child(2) {
    top: 45px;
    width: 290px;

    animation-delay: 1.7s;
}


.centered-upkeep-air span:nth-child(3) {
    top: 88px;
    width: 155px;

    animation-delay: 3.4s;
}


/* =========================================
   ANIMATIONS
========================================= */

@keyframes centeredUpkeepFanSpin {

    to {
        transform:
            rotate(360deg);
    }

}


@keyframes centeredUpkeepRingSpin {

    from {
        transform:
            translate(-50%, -50%)
            rotate(0deg);
    }

    to {
        transform:
            translate(-50%, -50%)
            rotate(360deg);
    }

}


@keyframes centeredUpkeepRingPulse {

    0%,
    100% {
        transform:
            translate(-50%, -50%)
            scale(1);

        opacity: 0.5;
    }

    50% {
        transform:
            translate(-50%, -50%)
            scale(1.08);

        opacity: 1;
    }

}


@keyframes centeredUpkeepOrbit {

    to {
        transform:
            rotate(360deg);
    }

}


@keyframes centeredUpkeepBlobOne {

    0%,
    100% {
        transform:
            translate(0, 0)
            rotate(0deg);
    }

    50% {
        transform:
            translate(30px, 25px)
            rotate(10deg);
    }

}


@keyframes centeredUpkeepBlobTwo {

    0%,
    100% {
        transform:
            translate(0, 0)
            rotate(0deg);
    }

    50% {
        transform:
            translate(-30px, -25px)
            rotate(-12deg);
    }

}


@keyframes centeredUpkeepAirMove {

    0% {
        right: -100%;
        opacity: 0;

        transform:
            scaleX(0.7);
    }

    35% {
        opacity: 1;
    }

    100% {
        right: 100%;
        opacity: 0;

        transform:
            scaleX(1.12);
    }

}


/* =========================================
   LAPTOP
========================================= */

@media (max-width: 1199px) {

    .centered-upkeep-section {
        padding:
            95px 0;
    }


    .centered-upkeep-wrapper {
        padding:
            65px 45px 80px;
    }


    .centered-upkeep-top h2 {
        font-size:
            50px;
    }


    .centered-upkeep-card {
        width:
            47%;

        padding:
            32px 28px;
    }

}


/* =========================================
   TABLET
========================================= */

@media (max-width: 991px) {

    .centered-upkeep-section {
        padding:
            80px 0;
    }


    .centered-upkeep-wrapper {
        padding:
            55px 32px 65px;
    }


    .centered-upkeep-top {
        margin-bottom:
            50px;
    }


    .centered-upkeep-top h2 {
        font-size:
            46px;
    }


    .centered-upkeep-stage {
        min-height:
            auto;

        display:
            flex;

        flex-direction:
            column;

        gap:
            25px;
    }


    .centered-upkeep-card {
        position:
            relative;

        width:
            100%;

        min-height:
            auto;

        transform:
            none;
    }


    .centered-upkeep-card-one,
    .centered-upkeep-card-two {
        border-radius:
            25px;
    }


    .centered-upkeep-card-one:hover,
    .centered-upkeep-card-two:hover {
        transform:
            translateY(-6px);
    }


    .centered-upkeep-core {
        order:
            2;
    }


    .centered-upkeep-card-one {
        order:
            1;
    }


    .centered-upkeep-card-two {
        order:
            3;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .centered-upkeep-section {
        padding:
            70px 0;
    }


    .centered-upkeep-wrapper {
        padding:
            45px 22px 55px;

        border-radius:
            30px;
    }


    .centered-upkeep-top h2 {
        font-size:
            38px;

        letter-spacing:
            -1.5px;
    }


    .centered-upkeep-card {
        padding:
            26px 22px;
    }


    .centered-upkeep-card p {
        font-size:
            14px;

        line-height:
            1.85;
    }

}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 575px) {

    .centered-upkeep-section {
        padding:
            60px 0;
    }


    .centered-upkeep-wrapper {
        padding:
            38px 15px 48px;

        border-radius:
            24px;
    }


    .centered-upkeep-top {
        margin-bottom:
            35px;
    }


    .centered-upkeep-top h2 {
        font-size:
            31px;

        line-height:
            1.16;

        letter-spacing:
            -1px;
    }


    .centered-upkeep-card {
        padding:
            22px 17px;
    }


    .centered-upkeep-card p {
        font-size:
            13px;

        line-height:
            1.8;
    }


    .centered-upkeep-core {
        width:
            170px;

        height:
            170px;
    }


    .centered-upkeep-fan {
        width:
            105px;

        height:
            105px;
    }


    .centered-upkeep-fan svg {
        width:
            63px;

        height:
            63px;
    }


    .centered-upkeep-ring-one {
        width:
            140px;

        height:
            140px;
    }


    .centered-upkeep-ring-two {
        width:
            170px;

        height:
            170px;
    }


    .centered-upkeep-dots,
    .centered-upkeep-air,
    .centered-upkeep-orbit {
        display:
            none;
    }

}
/* =========================================
   ROTATING FAQ SECTION
========================================= */

.rotating-faq-section {
    position: relative;
    padding: 115px 0;
    overflow: hidden;

    background:
        radial-gradient(
            circle at 10% 18%,
            rgba(15, 166, 154, 0.11),
            transparent 26%
        ),
        radial-gradient(
            circle at 90% 82%,
            rgba(255, 118, 38, 0.08),
            transparent 25%
        ),
        linear-gradient(
            180deg,
            #ffffff 0%,
            #f4f9f9 50%,
            #ffffff 100%
        );
}


.rotating-faq-section .container {
    position: relative;
    z-index: 5;
}


/* =========================================
   HEADING
========================================= */

.rfq-heading {
    position: relative;
    margin-bottom: 65px;
}


.rfq-small-title {
    position: relative;

    display: inline-flex;
    align-items: center;

    margin-bottom: 16px;
    padding: 8px 18px;

    color: var(--teal);

    background:
        rgba(15, 166, 154, 0.08);

    border:
        1px solid rgba(15, 166, 154, 0.15);

    border-radius: 30px;

    font-size: 11px;
    font-weight: 900;

    letter-spacing: 1.8px;
    text-transform: uppercase;
}


.rfq-heading h2 {
    margin: 0;

    color: var(--navy);

    font-size:
        clamp(42px, 4vw, 62px);

    font-weight: 900;

    line-height: 1.1;
    letter-spacing: -2.3px;
}


/* =========================================
   GRID
========================================= */

.rfq-grid {
    position: relative;
    z-index: 4;
}


/* =========================================
   CARD
========================================= */

.rfq-card {
    position: relative;

    min-height: 100%;
    padding: 34px 32px 34px 122px;

    overflow: hidden;

    background:
        rgba(255, 255, 255, 0.92);

    border:
        1px solid rgba(7, 29, 54, 0.08);

    border-radius:
        28px 28px 28px 8px;

    box-shadow:
        0 22px 58px rgba(7, 29, 54, 0.085);

    transition:
        transform 0.45s ease,
        box-shadow 0.45s ease,
        border-color 0.45s ease;
}


.rfq-card::before {
    position: absolute;

    right: -80px;
    bottom: -90px;

    width: 220px;
    height: 220px;

    content: "";

    background:
        rgba(15, 166, 154, 0.05);

    border-radius:
        45% 55% 65% 35% /
        40% 60% 40% 60%;

    transition:
        transform 0.7s ease;
}


.rfq-card:hover {
    transform:
        translateY(-9px);

    border-color:
        rgba(15, 166, 154, 0.28);

    box-shadow:
        0 34px 75px rgba(7, 29, 54, 0.15);
}


.rfq-card:hover::before {
    transform:
        rotate(25deg)
        scale(1.2);
}


/* =========================================
   ROTATING NUMBER
========================================= */

.rfq-number-wrap {
    position: absolute;

    top: 36px;
    left: 28px;

    width: 72px;
    height: 72px;

    display: flex;
    align-items: center;
    justify-content: center;
}


.rfq-number-ring {
    position: absolute;
    inset: 0;

    border:
        2px dashed rgba(15, 166, 154, 0.45);

    border-radius: 50%;

    animation:
        rfqNumberRotate 7s linear infinite;
}


.rfq-number-ring::before {
    position: absolute;

    top: -5px;
    left: 50%;

    width: 12px;
    height: 12px;

    content: "";

    background: var(--orange);

    border: 3px solid var(--white);

    border-radius: 50%;

    transform:
        translateX(-50%);
}


.rfq-number {
    position: relative;
    z-index: 2;

    width: 54px;
    height: 54px;

    display: flex;
    align-items: center;
    justify-content: center;

    color: var(--white);

    background:
        linear-gradient(
            135deg,
            var(--teal),
            var(--teal-dark)
        );

    border-radius: 50%;

    font-size: 14px;
    font-weight: 900;

    box-shadow:
        0 12px 28px rgba(15, 166, 154, 0.25);

    transition:
        transform 0.45s ease,
        background 0.45s ease;
}


.rfq-card:hover
.rfq-number-ring {
    animation-duration:
        2.5s;
}


.rfq-card:hover
.rfq-number {
    background:
        linear-gradient(
            135deg,
            var(--orange),
            var(--orange-dark)
        );

    transform:
        rotate(-360deg)
        scale(1.07);
}


/* =========================================
   CONTENT
========================================= */

.rfq-content {
    position: relative;
    z-index: 3;
}


.rfq-content h3 {
    margin: 0 0 17px;

    color: var(--navy);

    font-size:
        clamp(23px, 2vw, 31px);

    font-weight: 900;

    line-height: 1.22;
    letter-spacing: -0.8px;
}


.rfq-content p {
    margin: 0;

    color: var(--text);

    font-size: 14px;
    line-height: 1.85;
}


/* =========================================
   BACKGROUND SHAPES
========================================= */

.rfq-shape {
    position: absolute;
    pointer-events: none;
}


.rfq-shape-one {
    top: -170px;
    left: -140px;

    width: 430px;
    height: 430px;

    background:
        rgba(15, 166, 154, 0.07);

    border-radius:
        42% 58% 65% 35% /
        46% 38% 62% 54%;

    animation:
        rfqShapeOne 14s ease-in-out infinite;
}


.rfq-shape-two {
    right: -170px;
    bottom: -180px;

    width: 420px;
    height: 420px;

    background:
        rgba(255, 118, 38, 0.055);

    border-radius:
        64% 36% 45% 55% /
        40% 59% 41% 60%;

    animation:
        rfqShapeTwo 16s ease-in-out infinite;
}


/* =========================================
   DOTS
========================================= */

.rfq-dots {
    position: absolute;

    top: 65px;
    right: 4%;

    width: 220px;
    height: 180px;

    opacity: 0.17;

    background-image:
        radial-gradient(
            circle,
            var(--teal) 2px,
            transparent 2.5px
        );

    background-size:
        18px 18px;

    mask-image:
        linear-gradient(
            135deg,
            #000,
            transparent
        );
}


/* =========================================
   ANIMATIONS
========================================= */

@keyframes rfqNumberRotate {

    to {
        transform:
            rotate(360deg);
    }

}


@keyframes rfqShapeOne {

    0%,
    100% {
        transform:
            translate(0, 0)
            rotate(0deg);
    }

    50% {
        transform:
            translate(28px, 24px)
            rotate(10deg);
    }

}


@keyframes rfqShapeTwo {

    0%,
    100% {
        transform:
            translate(0, 0)
            rotate(0deg);
    }

    50% {
        transform:
            translate(-30px, -24px)
            rotate(-12deg);
    }

}


/* =========================================
   LAPTOP
========================================= */

@media (max-width: 1199px) {

    .rotating-faq-section {
        padding: 95px 0;
    }


    .rfq-card {
        padding:
            32px 27px 32px 112px;
    }


    .rfq-content h3 {
        font-size: 27px;
    }

}


/* =========================================
   TABLET
========================================= */

@media (max-width: 991px) {

    .rotating-faq-section {
        padding: 80px 0;
    }


    .rfq-heading {
        margin-bottom: 50px;
    }


    .rfq-heading h2 {
        font-size: 47px;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .rotating-faq-section {
        padding: 70px 0;
    }


    .rfq-heading h2 {
        font-size: 39px;
        letter-spacing: -1.5px;
    }


    .rfq-card {
        padding:
            105px 25px 30px;

        border-radius:
            24px;
    }


    .rfq-number-wrap {
        top: 24px;
        left: 24px;
    }


    .rfq-content h3 {
        font-size: 25px;
    }

}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 575px) {

    .rotating-faq-section {
        padding: 60px 0;
    }


    .rfq-heading h2 {
        font-size: 32px;
        line-height: 1.16;
        letter-spacing: -1px;
    }


    .rfq-small-title {
        font-size: 9px;
        letter-spacing: 1.2px;
    }


    .rfq-card {
        padding:
            100px 18px 25px;
    }


    .rfq-number-wrap {
        top: 20px;
        left: 18px;

        width: 66px;
        height: 66px;
    }


    .rfq-number {
        width: 49px;
        height: 49px;
    }


    .rfq-content h3 {
        margin-bottom: 15px;

        font-size: 22px;
        line-height: 1.25;
    }


    .rfq-content p {
        font-size: 13px;
        line-height: 1.8;
    }


    .rfq-dots {
        display: none;
    }

}


/* =========================================
   BELLAIRE CONTACT SECTION
========================================= */

.bellaire-contact-section {
    position: relative;
    padding: 100px 0;
    overflow: hidden;

    background:
        radial-gradient(
            circle at 8% 15%,
            rgba(15, 166, 154, 0.1),
            transparent 26%
        ),
        radial-gradient(
            circle at 92% 85%,
            rgba(255, 118, 38, 0.08),
            transparent 25%
        ),
        linear-gradient(
            180deg,
            #f2f7f7 0%,
            #ffffff 52%,
            #eef5f5 100%
        );
}


.bellaire-contact-section .container {
    position: relative;
    z-index: 5;
}


/* =========================================
   MAIN WRAPPER
========================================= */

.bcs-main-wrapper {
    position: relative;
    padding-top: 120px;
}


/* =========================================
   COUNTER BAR
========================================= */

.bcs-counter-bar {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;

    z-index: 10;

    overflow: hidden;

    color: var(--white);

    background:
        linear-gradient(
            135deg,
            var(--navy),
            var(--navy-light)
        );

    border-radius:
        34px 34px 0 0;

    box-shadow:
        0 22px 55px rgba(7, 29, 54, 0.2);
}


.bcs-counter-item {
    position: relative;

    min-height: 120px;

    padding: 24px 28px;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 17px;
}


.bcs-counter-item::after {
    position: absolute;
    top: 31px;
    right: 0;
    bottom: 31px;

    width: 1px;

    content: "";

    background:
        rgba(255, 255, 255, 0.25);
}


.bcs-counter-bar
.col-xl-3:last-child
.bcs-counter-item::after {
    display: none;
}


/* =========================================
   COUNTER ICON
========================================= */

.bcs-counter-icon {
    width: 55px;
    height: 55px;

    flex: 0 0 55px;

    display: flex;
    align-items: center;
    justify-content: center;

    transition:
        transform 0.4s ease;
}


.bcs-counter-icon svg {
    width: 50px;
    height: 50px;

    fill: none;
    stroke: var(--orange);

    stroke-width: 2.3;
    stroke-linecap: round;
    stroke-linejoin: round;
}


.bcs-counter-item:hover
.bcs-counter-icon {
    transform:
        rotate(-8deg)
        scale(1.1);
}


/* =========================================
   COUNTER CONTENT
========================================= */

.bcs-counter-content {
    display: flex;
    flex-direction: column;
}


.bcs-counter-content strong {
    color: var(--white);

    font-size: 34px;
    font-weight: 900;

    line-height: 1;
}


.bcs-counter-content small {
    margin-top: 9px;

    color:
        rgba(255, 255, 255, 0.82);

    font-size: 13px;
    font-weight: 600;
}


/* =========================================
   CONTACT BODY
========================================= */

.bcs-contact-body {
    position: relative;

    padding: 65px;

    overflow: hidden;

    background: var(--white);

    border:
        1px solid rgba(7, 29, 54, 0.07);

    border-radius:
        0 0 35px 35px;

    box-shadow:
        0 30px 80px rgba(7, 29, 54, 0.1);
}


/* =========================================
   CONTACT INFO
========================================= */

.bcs-contact-info {
    position: relative;

    min-height: 100%;
    padding: 45px 38px;

    overflow: hidden;

    color: var(--white);

    background:
        linear-gradient(
            145deg,
            var(--navy) 0%,
            var(--navy-light) 100%
        );

    border-radius:
        4px 70px 4px 4px;

    box-shadow:
        0 24px 55px rgba(7, 29, 54, 0.2);
}


.bcs-contact-info::before {
    position: absolute;
    top: -105px;
    right: -105px;

    width: 260px;
    height: 260px;

    content: "";

    border:
        1px solid rgba(15, 166, 154, 0.18);

    border-radius: 50%;
}


.bcs-contact-info::after {
    position: absolute;
    right: -80px;
    bottom: -100px;

    width: 230px;
    height: 230px;

    content: "";

    background:
        rgba(255, 118, 38, 0.055);

    border-radius:
        42% 58% 65% 35% /
        46% 38% 62% 54%;

    animation:
        bcsBlobMove 12s ease-in-out infinite;
}


/* =========================================
   INFO GROUP
========================================= */

.bcs-info-group {
    position: relative;
    z-index: 3;

    margin-bottom: 34px;
}


.bcs-info-group h3 {
    margin:
        0 0 21px;

    color: var(--orange);

    font-size: 14px;
    font-weight: 900;

    letter-spacing: 0.5px;
    text-transform: uppercase;
}


.bcs-info-row {
    position: relative;

    margin-bottom: 18px;

    display: flex;
    align-items: flex-start;
    gap: 14px;
}


.bcs-info-row:last-child {
    margin-bottom: 0;
}


.bcs-info-icon {
    width: 38px;
    height: 38px;

    flex: 0 0 38px;

    display: flex;
    align-items: center;
    justify-content: center;

    color: var(--orange);

    border:
        1px solid rgba(255, 255, 255, 0.7);

    border-radius: 9px;

    transition:
        color 0.35s ease,
        background 0.35s ease,
        transform 0.35s ease;
}


.bcs-info-icon svg {
    width: 18px;
    height: 18px;

    fill: none;
    stroke: currentColor;

    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}


.bcs-info-row:hover
.bcs-info-icon {
    color: var(--white);
    background: var(--orange);

    transform:
        rotate(-7deg);
}


.bcs-info-row p {
    margin: 0;

    color:
        rgba(255, 255, 255, 0.85);

    font-size: 13px;
    line-height: 1.65;
}


.bcs-info-row p strong {
    display: block;

    color: var(--white);

    font-size: 13px;
    font-weight: 800;
}


.bcs-info-row a {
    color:
        rgba(255, 255, 255, 0.85);

    overflow-wrap: anywhere;

    transition:
        color 0.3s ease;
}


.bcs-info-row a:hover {
    color: var(--orange);
}


.bcs-phone-lines {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 3px;
}


/* =========================================
   HOURS
========================================= */

.bcs-hours {
    position: relative;
    z-index: 3;

    margin-top: 37px;
    padding-top: 25px;

    display: flex;
    align-items: flex-start;
    gap: 14px;

    border-top:
        1px solid rgba(255, 255, 255, 0.11);
}


.bcs-hours:hover
.bcs-hours-icon {
    color: var(--white);
    background: var(--orange);

    transform:
        rotate(-7deg);
}


.bcs-hours p {
    margin: 0;

    color: var(--white);

    font-size: 14px;
    font-weight: 800;

    line-height: 1.6;
}


/* =========================================
   INFO FAN
========================================= */

.bcs-info-fan {
    position: absolute;
    right: -23px;
    bottom: -30px;

    width: 135px;
    height: 135px;

    opacity: 0.055;
}


.bcs-info-fan svg {
    width: 100%;
    height: 100%;

    fill: var(--white);
}


.bcs-info-fan svg g {
    transform-origin: 50px 50px;

    animation:
        bcsFanSpin 9s linear infinite;
}


/* =========================================
   FORM AREA
========================================= */

.bcs-form-area {
    min-height: 100%;
    padding: 0 0 0 52px;
}


/* =========================================
   FORM HEADING
========================================= */

.bcs-form-heading {
    margin-bottom: 34px;
}


.bcs-form-subtitle {
    position: relative;

    display: inline-flex;
    align-items: center;
    gap: 8px;

    margin-bottom: 13px;

    color: var(--orange);

    font-size: 13px;
    font-weight: 800;
}


.bcs-form-subtitle::before,
.bcs-form-subtitle::after {
    position: absolute;
    content: "";
}


.bcs-form-subtitle::before {
    top: -8px;
    left: 0;

    width: 175px;
    height: 1px;

    background:
        linear-gradient(
            90deg,
            var(--navy),
            transparent
        );
}


.bcs-form-subtitle::after {
    top: -8px;
    left: 0;

    width: 20px;
    height: 7px;

    border-top:
        1px solid var(--navy);

    border-right:
        1px solid var(--navy);

    transform: skewX(35deg);
}


.bcs-form-subtitle-icon {
    width: 22px;
    height: 22px;

    display: inline-flex;
    align-items: center;
    justify-content: center;
}


.bcs-form-subtitle-icon svg {
    width: 22px;
    height: 22px;

    fill: none;
    stroke: var(--navy);

    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}


.bcs-form-heading h2 {
    margin: 0;

    color: var(--navy);

    font-size:
        clamp(38px, 4vw, 54px);

    font-weight: 900;

    line-height: 1.1;

    letter-spacing:
        -2px;
}


/* =========================================
   FORM RESET
========================================= */

.bcs-form-area
.cc-fcf-form,
.bcs-form-area
.cc-fcf-form fieldset {
    margin: 0;
    padding: 0;

    border: 0;
}


/* =========================================
   FORM GRID
========================================= */

.bcs-form-area
.cc-fcf-grid {
    display: grid;

    grid-template-columns:
        repeat(2, minmax(0, 1fr));

    gap: 17px 19px;
}


/* =========================================
   INPUTS, SELECTS AND TEXTAREA
========================================= */

.bcs-form-area
.cc-fcf-form input:not([type="submit"]):not([type="hidden"]),
.bcs-form-area
.cc-fcf-form select,
.bcs-form-area
.cc-fcf-form textarea {
    width: 100%;

    color: var(--navy);

    background:
        #ffffff;

    border:
        1px solid rgba(7, 29, 54, 0.15);

    border-radius: 0;

    outline: none;

    font-family: inherit;

    font-size: 13px;

    transition:
        border-color 0.3s ease,
        box-shadow 0.3s ease,
        transform 0.3s ease,
        background 0.3s ease;
}


.bcs-form-area
.cc-fcf-form input:not([type="submit"]):not([type="hidden"]),
.bcs-form-area
.cc-fcf-form select {
    min-height: 54px;

    padding:
        0 18px;
}


.bcs-form-area
.cc-fcf-form textarea {
    min-height: 130px;

    margin-top: 18px;
    padding: 17px 18px;

    resize: vertical;
}


.bcs-form-area
.cc-fcf-form input::placeholder,
.bcs-form-area
.cc-fcf-form textarea::placeholder {
    color:
        rgba(98, 113, 125, 0.85);
}


.bcs-form-area
.cc-fcf-form input:not([type="submit"]):not([type="hidden"]):focus,
.bcs-form-area
.cc-fcf-form select:focus,
.bcs-form-area
.cc-fcf-form textarea:focus {
    background: var(--light);

    border-color: var(--teal);

    box-shadow:
        0 0 0 4px rgba(15, 166, 154, 0.09);

    transform:
        translateY(-2px);
}


/* =========================================
   LABEL
========================================= */

.bcs-form-area
.cc-fcf-label {
    margin:
        19px 0 9px;

    display: block;

    color: var(--navy);

    font-size: 12px;
    font-weight: 800;
}


/* =========================================
   DATE FIELDS
========================================= */

.bcs-form-area
.cc-fcf-date {
    display: grid;

    grid-template-columns:
        1.25fr 0.75fr 0.8fr;

    gap: 15px;
}


/* =========================================
   SUBMIT BUTTON
========================================= */

.bcs-form-area
.cc-fcf-form input[type="submit"] {
    min-width: 180px;
    min-height: 52px;

    margin-top: 24px;
    padding: 13px 27px;

    color: var(--white);

    background:
        linear-gradient(
            135deg,
            var(--orange),
            var(--orange-dark)
        );

    border: 0;

    border-radius: 30px;

    font-family: inherit;

    font-size: 13px;
    font-weight: 800;

    cursor: pointer;

    box-shadow:
        0 14px 32px rgba(255, 118, 38, 0.22);

    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease,
        background 0.35s ease;
}


.bcs-form-area
.cc-fcf-form input[type="submit"]:hover {
    background:
        linear-gradient(
            135deg,
            var(--teal),
            var(--teal-dark)
        );

    transform:
        translateY(-5px);

    box-shadow:
        0 20px 42px rgba(15, 166, 154, 0.24);
}


/* =========================================
   BACKGROUND SHAPES
========================================= */

.bcs-bg-shape {
    position: absolute;

    border-radius: 50%;

    pointer-events: none;
}


.bcs-bg-shape-one {
    top: -160px;
    left: -130px;

    width: 420px;
    height: 420px;

    background:
        rgba(15, 166, 154, 0.065);

    animation:
        bcsShapeOne 14s ease-in-out infinite;
}


.bcs-bg-shape-two {
    right: -160px;
    bottom: -180px;

    width: 430px;
    height: 430px;

    background:
        rgba(255, 118, 38, 0.05);

    animation:
        bcsShapeTwo 16s ease-in-out infinite;
}


/* =========================================
   DOT PATTERN
========================================= */

.bcs-dot-pattern {
    position: absolute;
    top: 50px;
    right: 3%;

    width: 220px;
    height: 180px;

    opacity: 0.16;

    background-image:
        radial-gradient(
            circle,
            var(--teal) 2px,
            transparent 2.5px
        );

    background-size:
        18px 18px;

    mask-image:
        linear-gradient(
            135deg,
            #000,
            transparent
        );
}


/* =========================================
   AIRFLOW
========================================= */

.bcs-airflow {
    position: absolute;

    left: -100px;
    bottom: 65px;

    width: 340px;
    height: 130px;

    pointer-events: none;

    transform:
        rotate(-8deg);
}


.bcs-airflow span {
    position: absolute;
    left: -100%;

    display: block;

    height: 28px;

    border-top:
        2px solid rgba(15, 166, 154, 0.2);

    border-radius: 50%;

    animation:
        bcsAirMove 6.4s linear infinite;
}


.bcs-airflow span:nth-child(1) {
    top: 5px;
    width: 190px;
}


.bcs-airflow span:nth-child(2) {
    top: 45px;
    width: 290px;

    animation-delay: 1.7s;
}


.bcs-airflow span:nth-child(3) {
    top: 88px;
    width: 155px;

    animation-delay: 3.4s;
}


/* =========================================
   ANIMATIONS
========================================= */

@keyframes bcsFanSpin {

    to {
        transform:
            rotate(360deg);
    }

}


@keyframes bcsBlobMove {

    0%,
    100% {
        transform:
            translate(0, 0)
            rotate(0deg);
    }

    50% {
        transform:
            translate(-28px, -22px)
            rotate(-12deg);
    }

}


@keyframes bcsShapeOne {

    0%,
    100% {
        transform:
            translate(0, 0);
    }

    50% {
        transform:
            translate(30px, 25px);
    }

}


@keyframes bcsShapeTwo {

    0%,
    100% {
        transform:
            translate(0, 0);
    }

    50% {
        transform:
            translate(-30px, -25px);
    }

}


@keyframes bcsAirMove {

    0% {
        left: -100%;
        opacity: 0;

        transform:
            scaleX(0.7);
    }

    35% {
        opacity: 1;
    }

    100% {
        left: 100%;
        opacity: 0;

        transform:
            scaleX(1.12);
    }

}


/* =========================================
   LARGE LAPTOP
========================================= */

@media (max-width: 1199px) {

    .bellaire-contact-section {
        padding:
            90px 0;
    }


    .bcs-counter-bar {
        position: relative;
    }


    .bcs-main-wrapper {
        padding-top: 0;
    }


    .bcs-counter-item::after {
        display: none;
    }


    .bcs-counter-bar
    .col-md-6:nth-child(odd)
    .bcs-counter-item {
        border-right:
            1px solid rgba(255, 255, 255, 0.18);
    }


    .bcs-counter-bar
    .col-md-6:nth-child(-n + 2)
    .bcs-counter-item {
        border-bottom:
            1px solid rgba(255, 255, 255, 0.18);
    }


    .bcs-contact-body {
        padding:
            50px 40px;
    }


    .bcs-contact-info {
        padding:
            40px 28px;
    }


    .bcs-form-area {
        padding-left:
            40px;
    }

}


/* =========================================
   TABLET
========================================= */

@media (max-width: 991px) {

    .bellaire-contact-section {
        padding:
            80px 0;
    }


    .bcs-counter-bar {
        border-radius:
            28px 28px 0 0;
    }


    .bcs-contact-body {
        padding:
            40px 30px;

        border-radius:
            0 0 28px 28px;
    }


    .bcs-contact-info {
        min-height:
            auto;

        border-radius:
            25px;
    }


    .bcs-form-area {
        margin-top:
            45px;

        padding-left:
            0;
    }


    .bcs-form-heading {
        text-align:
            center;
    }


    .bcs-form-heading h2 {
        font-size:
            47px;
    }

}


/* =========================================
   MOBILE TABLET
========================================= */

@media (max-width: 767px) {

    .bellaire-contact-section {
        padding:
            70px 0;
    }


    .bcs-counter-bar
    .col-md-6:nth-child(odd)
    .bcs-counter-item {
        border-right: 0;
    }


    .bcs-counter-item {
        min-height:
            105px;

        justify-content:
            flex-start;

        padding:
            20px 28px;

        border-bottom:
            1px solid rgba(255, 255, 255, 0.14) !important;
    }


    .bcs-counter-bar
    .col-md-6:last-child
    .bcs-counter-item {
        border-bottom:
            0 !important;
    }


    .bcs-contact-body {
        padding:
            28px 22px;
    }


    .bcs-form-heading h2 {
        font-size:
            39px;
    }


    .bcs-form-area
    .cc-fcf-grid {
        grid-template-columns:
            1fr;
    }


    .bcs-form-area
    .cc-fcf-date {
        grid-template-columns:
            1fr;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 575px) {

    .bellaire-contact-section {
        padding:
            60px 0;
    }


    .bcs-counter-bar {
        border-radius:
            22px 22px 0 0;
    }


    .bcs-counter-item {
        padding:
            20px 18px;
    }


    .bcs-counter-icon {
        width:
            48px;

        height:
            48px;

        flex-basis:
            48px;
    }


    .bcs-counter-icon svg {
        width:
            43px;

        height:
            43px;
    }


    .bcs-counter-content strong {
        font-size:
            29px;
    }


    .bcs-counter-content small {
        font-size:
            12px;
    }


    .bcs-contact-body {
        padding:
            18px 14px;

        border-radius:
            0 0 22px 22px;
    }


    .bcs-contact-info {
        padding:
            32px 20px;

        border-radius:
            20px;
    }


    .bcs-form-area {
        margin-top:
            38px;
    }


    .bcs-form-heading h2 {
        font-size:
            32px;

        line-height:
            1.15;

        letter-spacing:
            -1px;
    }


    .bcs-form-subtitle {
        font-size:
            11px;
    }


    .bcs-form-area
    .cc-fcf-form input:not([type="submit"]):not([type="hidden"]),
    .bcs-form-area
    .cc-fcf-form select {
        min-height:
            51px;

        padding:
            0 14px;

        font-size:
            12px;
    }


    .bcs-form-area
    .cc-fcf-form textarea {
        min-height:
            120px;

        padding:
            15px 14px;

        font-size:
            12px;
    }


    .bcs-form-area
    .cc-fcf-form input[type="submit"] {
        width:
            100%;
    }


    .bcs-dot-pattern,
    .bcs-airflow {
        display:
            none;
    }

}


/* =========================================
   BELLAIRE FOOTER
========================================= */

.bellaire-footer {
    position: relative;
    padding: 90px 0 0;
    overflow: hidden;

    background:
        radial-gradient(
            circle at 8% 15%,
            rgba(15, 166, 154, 0.13),
            transparent 27%
        ),
        radial-gradient(
            circle at 92% 85%,
            rgba(255, 118, 38, 0.09),
            transparent 24%
        ),
        linear-gradient(
            135deg,
            #03111f 0%,
            #071d36 48%,
            #0a3048 100%
        );
}


.bellaire-footer .container {
    position: relative;
    z-index: 5;
}


/* =========================================
   MAIN BOX
========================================= */

.footer-main-box {
    position: relative;
    padding: 60px 50px;

    background:
        rgba(255, 255, 255, 0.035);

    border:
        1px solid rgba(255, 255, 255, 0.085);

    border-radius:
        42px 42px 0 0;

    box-shadow:
        0 30px 80px rgba(0, 0, 0, 0.23);

    backdrop-filter:
        blur(14px);
}


/* =========================================
   BRAND
========================================= */

.footer-logo {
    display: inline-flex;
    align-items: center;
    gap: 12px;

    margin-bottom: 24px;

    color: var(--white);
}


.footer-logo:hover {
    color: var(--white);
}


.footer-logo-icon {
    width: 58px;
    height: 58px;

    display: flex;
    align-items: center;
    justify-content: center;

    background:
        linear-gradient(
            135deg,
            var(--teal),
            var(--orange)
        );

    border-radius:
        18px 18px 18px 5px;

    box-shadow:
        0 15px 35px rgba(15, 166, 154, 0.2);
}


.footer-logo-icon svg {
    width: 39px;
    height: 39px;

    fill: var(--white);
}


.footer-logo-icon svg g {
    transform-origin:
        50px 50px;

    animation:
        footerFanSpin 5s linear infinite;
}


.footer-logo-text {
    display: flex;
    flex-direction: column;
}


.footer-logo-text strong {
    color: var(--white);

    font-size: 18px;
    font-weight: 900;

    line-height: 1.15;
}


.footer-logo-text small {
    margin-top: 4px;

    color: var(--orange);

    font-size: 12px;
    font-weight: 800;

    letter-spacing: 1px;
}


.footer-brand > p {
    margin: 0;

    color:
        rgba(255, 255, 255, 0.67);

    font-size: 13px;
    line-height: 1.85;
}


/* =========================================
   SOCIALS
========================================= */

.footer-socials {
    margin-top: 25px;

    display: flex;
    gap: 10px;
}


.footer-socials a {
    width: 40px;
    height: 40px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    color: var(--white);

    background:
        rgba(255, 255, 255, 0.055);

    border:
        1px solid rgba(255, 255, 255, 0.1);

    border-radius:
        12px 12px 12px 4px;

    transition:
        transform 0.35s ease,
        background 0.35s ease,
        border-color 0.35s ease;
}


.footer-socials a:hover {
    color: var(--white);

    background: var(--orange);

    border-color: var(--orange);

    transform:
        translateY(-5px)
        rotate(-5deg);
}


.footer-socials svg,
.footer-socials i {
    width: 18px;
    height: 18px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    font-size: 18px;

    fill: none;
    stroke: currentColor;

    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}


/* =========================================
   COLUMNS
========================================= */

.footer-column h3,
.footer-map-heading h3 {
    position: relative;

    margin:
        0 0 25px;

    padding-bottom: 13px;

    color: var(--white);

    font-size: 17px;
    font-weight: 900;
}


.footer-column h3::after,
.footer-map-heading h3::after {
    position: absolute;

    bottom: 0;
    left: 0;

    width: 46px;
    height: 3px;

    content: "";

    background:
        linear-gradient(
            90deg,
            var(--teal),
            var(--orange)
        );

    border-radius: 10px;
}


.footer-column ul {
    margin: 0;
    padding: 0;

    list-style: none;
}


.footer-column li {
    margin-bottom: 13px;
}


.footer-column li:last-child {
    margin-bottom: 0;
}


.footer-column li a {
    position: relative;

    display: inline-block;

    padding-left: 16px;

    color:
        rgba(255, 255, 255, 0.68);

    font-size: 13px;

    transition:
        color 0.3s ease,
        transform 0.3s ease;
}


.footer-column li a::before {
    position: absolute;

    top: 50%;
    left: 0;

    width: 6px;
    height: 6px;

    content: "";

    background: var(--teal);

    border-radius: 50%;

    transform:
        translateY(-50%);

    transition:
        background 0.3s ease,
        transform 0.3s ease;
}


.footer-column li a:hover {
    color: var(--orange);

    transform:
        translateX(6px);
}


.footer-column li a:hover::before {
    background: var(--orange);

    transform:
        translateY(-50%)
        scale(1.35);
}


/* =========================================
   CONTACT ITEMS
========================================= */

.footer-contact-item {
    margin-bottom: 16px;

    display: flex;
    align-items: flex-start;
    gap: 11px;
}


.footer-contact-item:last-child {
    margin-bottom: 0;
}


.footer-contact-icon {
    width: 35px;
    height: 35px;

    flex: 0 0 35px;

    display: flex;
    align-items: center;
    justify-content: center;

    color: var(--orange);

    background:
        rgba(255, 255, 255, 0.045);

    border:
        1px solid rgba(255, 255, 255, 0.1);

    border-radius:
        11px 11px 11px 4px;

    transition:
        color 0.35s ease,
        background 0.35s ease,
        transform 0.35s ease;
}


.footer-contact-item:hover
.footer-contact-icon {
    color: var(--white);

    background: var(--teal);

    transform:
        rotate(-7deg);
}


.footer-contact-icon svg {
    width: 17px;
    height: 17px;

    fill: none;
    stroke: currentColor;

    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}


.footer-contact-item p {
    margin: 0;

    color:
        rgba(255, 255, 255, 0.68);

    font-size: 12px;
    line-height: 1.7;

    overflow-wrap: anywhere;
}


.footer-contact-item a {
    color:
        rgba(255, 255, 255, 0.68);

    transition:
        color 0.3s ease;
}


.footer-contact-item a:hover {
    color: var(--orange);
}


/* =========================================
   MAP
========================================= */

.footer-map-box {
    height: 100%;
}


.footer-map-heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
}


.footer-map-heading span {
    padding:
        6px 10px;

    color: var(--orange);

    background:
        rgba(255, 118, 38, 0.09);

    border:
        1px solid rgba(255, 118, 38, 0.18);

    border-radius: 20px;

    font-size: 9px;
    font-weight: 800;
}


.footer-map {
    position: relative;

    height: 260px;

    overflow: hidden;

    border:
        5px solid rgba(255, 255, 255, 0.07);

    border-radius:
        24px 24px 70px 24px;

    box-shadow:
        0 22px 55px rgba(0, 0, 0, 0.22);

    transition:
        transform 0.4s ease,
        border-color 0.4s ease;
}


.footer-map:hover {
    transform:
        translateY(-6px);

    border-color:
        rgba(15, 166, 154, 0.3);
}


.footer-map iframe {
    display: block;

    width: 100%;
    height: 100%;

    filter:
        saturate(0.82)
        contrast(1.03);
}


/* =========================================
   FOOTER BOTTOM
========================================= */

.footer-bottom {
    padding:
        24px 5px;

    border-top:
        1px solid rgba(255, 255, 255, 0.09);
}


.footer-bottom p {
    margin: 0;

    color:
        rgba(255, 255, 255, 0.56);

    font-size: 12px;
}


.footer-bottom-links {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 14px;
}


.footer-bottom-links a {
    color:
        rgba(255, 255, 255, 0.56);

    font-size: 12px;

    transition:
        color 0.3s ease;
}


.footer-bottom-links a:hover {
    color: var(--orange);
}


.footer-bottom-links span {
    width: 4px;
    height: 4px;

    background: var(--teal);

    border-radius: 50%;
}


/* =========================================
   BACKGROUND EFFECTS
========================================= */

.footer-glow {
    position: absolute;

    border-radius: 50%;

    pointer-events: none;

    filter:
        blur(16px);
}


.footer-glow-one {
    top: -180px;
    left: -160px;

    width: 480px;
    height: 480px;

    background:
        rgba(15, 166, 154, 0.075);
}


.footer-glow-two {
    right: -170px;
    bottom: -200px;

    width: 460px;
    height: 460px;

    background:
        rgba(255, 118, 38, 0.055);
}


.footer-dots {
    position: absolute;

    top: 50px;
    right: 3%;

    width: 220px;
    height: 180px;

    opacity: 0.08;

    background-image:
        radial-gradient(
            circle,
            rgba(255, 255, 255, 0.9) 2px,
            transparent 2.5px
        );

    background-size:
        19px 19px;

    mask-image:
        linear-gradient(
            135deg,
            #000,
            transparent
        );
}


/* =========================================
   FLOATING FAN
========================================= */

.footer-floating-fan {
    position: absolute;

    right: -40px;
    bottom: -50px;

    width: 190px;
    height: 190px;

    opacity: 0.035;
}


.footer-floating-fan svg {
    width: 100%;
    height: 100%;

    fill: var(--white);
}


.footer-floating-fan svg g {
    transform-origin:
        50px 50px;

    animation:
        footerFanSpin 12s linear infinite;
}


/* =========================================
   ANIMATION
========================================= */

@keyframes footerFanSpin {

    to {
        transform:
            rotate(360deg);
    }

}


/* =========================================
   LARGE LAPTOP
========================================= */

@media (max-width: 1199px) {

    .bellaire-footer {
        padding-top:
            80px;
    }


    .footer-main-box {
        padding:
            50px 40px;
    }


    .footer-map {
        height:
            280px;
    }

}


/* =========================================
   TABLET
========================================= */

@media (max-width: 991px) {

    .bellaire-footer {
        padding-top:
            70px;
    }


    .footer-main-box {
        padding:
            45px 32px;
    }


    .footer-bottom {
        text-align:
            center;
    }


    .footer-bottom-links {
        justify-content:
            center;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .bellaire-footer {
        padding-top:
            60px;
    }


    .footer-main-box {
        padding:
            38px 24px;

        border-radius:
            30px 30px 0 0;
    }


    .footer-map {
        height:
            260px;

        border-radius:
            20px;
    }

}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 575px) {

    .footer-main-box {
        padding:
            32px 17px;

        border-radius:
            24px 24px 0 0;
    }


    .footer-logo-icon {
        width:
            50px;

        height:
            50px;
    }


    .footer-logo-icon svg {
        width:
            34px;

        height:
            34px;
    }


    .footer-logo-text strong {
        font-size:
            16px;
    }


    .footer-logo-text small {
        font-size:
            10px;
    }


    .footer-map-heading {
        flex-direction:
            column;
    }


    .footer-map {
        height:
            230px;
    }


    .footer-bottom-links {
        flex-wrap:
            wrap;
    }


    .footer-dots,
    .footer-floating-fan {
        display:
            none;
    }

}



/* =========================================
   SERVICES FAQ SECTION
========================================= */

.services-faq-section {
    position: relative;
    padding: 115px 0;
    overflow: hidden;

    background:
        radial-gradient(
            circle at 9% 18%,
            rgba(15, 166, 154, 0.11),
            transparent 27%
        ),
        radial-gradient(
            circle at 91% 82%,
            rgba(255, 118, 38, 0.08),
            transparent 25%
        ),
        linear-gradient(
            180deg,
            #ffffff 0%,
            #f3f9f9 50%,
            #ffffff 100%
        );
}


.services-faq-section .container {
    position: relative;
    z-index: 5;
}


/* =========================================
   HEADING
========================================= */

.sfq-heading {
    margin-bottom: 65px;
}


.sfq-small-title {
    display: inline-flex;

    margin-bottom: 16px;
    padding: 8px 18px;

    color: var(--teal);

    background:
        rgba(15, 166, 154, 0.08);

    border:
        1px solid rgba(15, 166, 154, 0.15);

    border-radius: 30px;

    font-size: 10px;
    font-weight: 900;

    letter-spacing: 1.7px;
    text-transform: uppercase;
}


.sfq-heading h2 {
    margin: 0;

    color: var(--navy);

    font-size:
        clamp(42px, 4vw, 62px);

    font-weight: 900;

    line-height: 1.1;
    letter-spacing: -2.3px;
}


.sfq-heading p {
    max-width: 660px;

    margin: 20px auto 0;

    color: var(--text);

    font-size: 15px;
    line-height: 1.8;
}


/* =========================================
   SERVICES MENU
========================================= */

.sfq-service-menu {
    position: sticky;
    top: 110px;

    padding: 22px;

    overflow: hidden;

    background:
        linear-gradient(
            145deg,
            var(--navy),
            var(--navy-light)
        );

    border-radius:
        35px 35px 100px 35px;

    box-shadow:
        0 30px 75px rgba(7, 29, 54, 0.2);
}


.sfq-service-tab {
    position: relative;

    width: 100%;
    min-height: 74px;

    margin-bottom: 12px;
    padding: 15px 17px;

    display: flex;
    align-items: center;
    gap: 14px;

    color:
        rgba(255, 255, 255, 0.72);

    background:
        rgba(255, 255, 255, 0.045);

    border:
        1px solid rgba(255, 255, 255, 0.08);

    border-radius:
        16px 16px 16px 5px;

    text-align: left;

    font-size: 14px;
    font-weight: 800;

    cursor: pointer;

    transition:
        color 0.35s ease,
        background 0.35s ease,
        border-color 0.35s ease,
        transform 0.35s ease;
}


.sfq-service-tab:last-of-type {
    margin-bottom: 0;
}


.sfq-service-tab:hover,
.sfq-service-tab.active {
    color: var(--white);

    background:
        linear-gradient(
            135deg,
            var(--teal),
            var(--teal-dark)
        );

    border-color:
        rgba(255, 255, 255, 0.15);

    transform:
        translateX(7px);
}


.sfq-tab-number {
    width: 42px;
    height: 42px;

    flex: 0 0 42px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    color: var(--white);

    background:
        rgba(255, 255, 255, 0.08);

    border:
        1px solid rgba(255, 255, 255, 0.13);

    border-radius: 50%;

    font-size: 10px;
    font-weight: 900;

    transition:
        background 0.35s ease,
        transform 0.45s ease;
}


.sfq-service-tab.active
.sfq-tab-number,
.sfq-service-tab:hover
.sfq-tab-number {
    background: var(--orange);

    transform:
        rotate(360deg);
}


/* =========================================
   MENU FAN
========================================= */

.sfq-menu-fan {
    position: absolute;

    right: -35px;
    bottom: -40px;

    width: 145px;
    height: 145px;

    opacity: 0.055;
}


.sfq-menu-fan svg {
    width: 100%;
    height: 100%;

    fill: var(--white);
}


.sfq-menu-fan svg g {
    transform-origin: 50px 50px;

    animation:
        sfqFanSpin 9s linear infinite;
}


/* =========================================
   FAQ CONTENT AREA
========================================= */

.sfq-content-area {
    position: relative;

    min-height: 555px;

    padding: 48px;

    overflow: hidden;

    background:
        rgba(255, 255, 255, 0.92);

    border:
        1px solid rgba(7, 29, 54, 0.08);

    border-radius:
        35px 100px 35px 35px;

    box-shadow:
        0 28px 75px rgba(7, 29, 54, 0.1);
}


.sfq-content-area::before {
    position: absolute;

    top: -120px;
    right: -100px;

    width: 320px;
    height: 320px;

    content: "";

    background:
        rgba(15, 166, 154, 0.05);

    border-radius:
        42% 58% 65% 35% /
        46% 38% 62% 54%;

    animation:
        sfqBlobMove 14s ease-in-out infinite;
}


/* =========================================
   SERVICE PANELS
========================================= */

.sfq-service-panel {
    position: relative;
    z-index: 4;

    display: none;

    animation:
        sfqPanelShow 0.55s ease both;
}


.sfq-service-panel.active {
    display: block;
}


/* =========================================
   PANEL HEADING
========================================= */

.sfq-panel-heading {
    margin-bottom: 30px;

    display: flex;
    align-items: center;
    gap: 15px;
}


.sfq-panel-heading > span {
    width: 58px;
    height: 58px;

    flex: 0 0 58px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    color: var(--white);

    background:
        linear-gradient(
            135deg,
            var(--teal),
            var(--orange)
        );

    border-radius:
        18px 18px 18px 6px;

    font-size: 13px;
    font-weight: 900;

    box-shadow:
        0 12px 30px rgba(15, 166, 154, 0.2);
}


.sfq-panel-heading h3 {
    margin: 0;

    color: var(--navy);

    font-size:
        clamp(30px, 3vw, 45px);

    font-weight: 900;

    line-height: 1.15;
    letter-spacing: -1.4px;
}


/* =========================================
   ACCORDION
========================================= */

.sfq-accordion {
    display: flex;
    flex-direction: column;
    gap: 16px;
}


.sfq-item {
    overflow: hidden;

    background:
        #ffffff;

    border:
        1px solid rgba(7, 29, 54, 0.09) !important;

    border-radius:
        20px 20px 20px 7px !important;

    box-shadow:
        0 17px 42px rgba(7, 29, 54, 0.06);

    transition:
        transform 0.35s ease,
        border-color 0.35s ease,
        box-shadow 0.35s ease;
}


.sfq-item:hover {
    transform:
        translateY(-5px);

    border-color:
        rgba(15, 166, 154, 0.28) !important;

    box-shadow:
        0 25px 55px rgba(7, 29, 54, 0.11);
}


.sfq-item
.accordion-button {
    position: relative;

    min-height: 88px;

    padding:
        21px 67px 21px 23px;

    color: var(--navy);

    background: transparent;

    box-shadow:
        none !important;

    font-size: 16px;
    font-weight: 800;

    line-height: 1.5;
}


.sfq-item
.accordion-button:not(.collapsed) {
    color: var(--navy);

    background:
        rgba(15, 166, 154, 0.065);
}


.sfq-item
.accordion-button::after {
    position: absolute;

    top: 50%;
    right: 20px;

    width: 38px;
    height: 38px;

    margin: 0;

    display: flex;
    align-items: center;
    justify-content: center;

    color: var(--white);

    background:
        linear-gradient(
            135deg,
            var(--teal),
            var(--orange)
        );

    background-image: none;

    border-radius: 50%;

    content: "+";

    font-size: 21px;
    font-weight: 400;

    transform:
        translateY(-50%);

    transition:
        transform 0.35s ease;
}


.sfq-item
.accordion-button:not(.collapsed)::after {
    content: "−";

    transform:
        translateY(-50%)
        rotate(180deg);
}


.sfq-item
.accordion-body {
    padding:
        0 24px 25px;

    background:
        rgba(15, 166, 154, 0.035);
}


.sfq-item
.accordion-body::before {
    width: 100%;
    height: 1px;

    margin-bottom: 20px;

    display: block;

    content: "";

    background:
        linear-gradient(
            90deg,
            var(--teal),
            transparent
        );
}


.sfq-item
.accordion-body p {
    margin: 0;

    color: var(--text);

    font-size: 14px;
    line-height: 1.85;
}


/* =========================================
   BACKGROUND SHAPES
========================================= */

.sfq-shape {
    position: absolute;
    pointer-events: none;
}


.sfq-shape-one {
    top: -170px;
    left: -140px;

    width: 430px;
    height: 430px;

    background:
        rgba(15, 166, 154, 0.065);

    border-radius:
        42% 58% 65% 35% /
        46% 38% 62% 54%;

    animation:
        sfqShapeOne 14s ease-in-out infinite;
}


.sfq-shape-two {
    right: -170px;
    bottom: -180px;

    width: 420px;
    height: 420px;

    background:
        rgba(255, 118, 38, 0.05);

    border-radius:
        64% 36% 45% 55% /
        40% 59% 41% 60%;

    animation:
        sfqShapeTwo 16s ease-in-out infinite;
}


.sfq-dots {
    position: absolute;

    top: 65px;
    right: 4%;

    width: 220px;
    height: 180px;

    opacity: 0.16;

    background-image:
        radial-gradient(
            circle,
            var(--teal) 2px,
            transparent 2.5px
        );

    background-size:
        18px 18px;

    mask-image:
        linear-gradient(
            135deg,
            #000,
            transparent
        );
}


/* =========================================
   ANIMATIONS
========================================= */

@keyframes sfqFanSpin {

    to {
        transform:
            rotate(360deg);
    }

}


@keyframes sfqPanelShow {

    from {
        opacity: 0;

        transform:
            translateY(18px);
    }

    to {
        opacity: 1;

        transform:
            translateY(0);
    }

}


@keyframes sfqBlobMove {

    0%,
    100% {
        transform:
            translate(0, 0)
            rotate(0deg);
    }

    50% {
        transform:
            translate(-25px, 28px)
            rotate(11deg);
    }

}


@keyframes sfqShapeOne {

    0%,
    100% {
        transform:
            translate(0, 0);
    }

    50% {
        transform:
            translate(30px, 24px);
    }

}


@keyframes sfqShapeTwo {

    0%,
    100% {
        transform:
            translate(0, 0);
    }

    50% {
        transform:
            translate(-30px, -24px);
    }

}


/* =========================================
   LAPTOP
========================================= */

@media (max-width: 1199px) {

    .services-faq-section {
        padding:
            95px 0;
    }


    .sfq-content-area {
        padding:
            40px 35px;
    }

}


/* =========================================
   TABLET
========================================= */

@media (max-width: 991px) {

    .services-faq-section {
        padding:
            80px 0;
    }


    .sfq-heading {
        margin-bottom:
            50px;
    }


    .sfq-heading h2 {
        font-size:
            47px;
    }


    .sfq-service-menu {
        position: relative;
        top: auto;

        display: grid;

        grid-template-columns:
            repeat(2, minmax(0, 1fr));

        gap: 12px;

        border-radius:
            30px;
    }


    .sfq-service-tab {
        margin-bottom:
            0;
    }


    .sfq-content-area {
        min-height:
            auto;

        border-radius:
            30px;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .services-faq-section {
        padding:
            70px 0;
    }


    .sfq-heading h2 {
        font-size:
            39px;

        letter-spacing:
            -1.5px;
    }


    .sfq-service-menu {
        grid-template-columns:
            1fr;
    }


    .sfq-content-area {
        padding:
            32px 23px;
    }


    .sfq-panel-heading h3 {
        font-size:
            34px;
    }

}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 575px) {

    .services-faq-section {
        padding:
            60px 0;
    }


    .sfq-heading h2 {
        font-size:
            32px;

        line-height:
            1.16;

        letter-spacing:
            -1px;
    }


    .sfq-heading p {
        font-size:
            13px;
    }


    .sfq-service-menu {
        padding:
            15px;

        border-radius:
            23px;
    }


    .sfq-service-tab {
        min-height:
            68px;

        padding:
            12px;

        font-size:
            13px;
    }


    .sfq-content-area {
        padding:
            27px 15px;

        border-radius:
            23px;
    }


    .sfq-panel-heading {
        align-items:
            flex-start;
    }


    .sfq-panel-heading > span {
        width:
            50px;

        height:
            50px;

        flex-basis:
            50px;
    }


    .sfq-panel-heading h3 {
        font-size:
            28px;
    }


    .sfq-item
    .accordion-button {
        min-height:
            105px;

        padding:
            20px 54px 20px 16px;

        align-items:
            flex-start;

        font-size:
            13px;
    }


    .sfq-item
    .accordion-button::after {
        top:
            20px;

        right:
            13px;

        width:
            33px;

        height:
            33px;

        transform:
            none;
    }


    .sfq-item
    .accordion-button:not(.collapsed)::after {
        transform:
            rotate(180deg);
    }


    .sfq-item
    .accordion-body {
        padding:
            0 16px 22px;
    }


    .sfq-item
    .accordion-body p {
        font-size:
            13px;

        line-height:
            1.8;
    }


    .sfq-dots {
        display:
            none;
    }

}