@import url("https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500;600;700&display=swap");

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Inter", sans-serif;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 90px;
}

:root {
    --black: #000000;
    --medium-grey: #636363;
    --light-grey: #e3e3e3;
    --bg-grey: #f1f1f1;
    --white: #ffffff;
    --primary: #ff6000;
    --secondary: #2a2f49;
}

::placeholder {
    color: #bbbbbb;
    font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
}


body {
    background-color: var(--white);
    color: var(--black);
}

a {
    text-decoration: none;
}

a,
button {
    cursor: pointer;
}

/* ============== Bootstrap Start ============ */

.container {
    width: 100%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {

    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {

    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {

    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {

    .container {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {

    .container {
        max-width: 1320px;
    }
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -0.5);
    margin-left: calc(var(--bs-gutter-x) * -0.5);
}

.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);

}

.col-auto {
    flex: 0 0 auto;
    width: auto;
}

.col-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
}

.col-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
}

.col-3 {
    flex: 0 0 auto;
    width: 25%;
}

.col-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
}

.col-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
}

.col-6 {
    flex: 0 0 auto;
    width: 50%;
}

.col-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
}

.col-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
}

.col-9 {
    flex: 0 0 auto;
    width: 75%;
}

.col-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
}

.col-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
}

.col-12 {
    flex: 0 0 auto;
    width: 100%;
}

.ml-auto {
    margin-left: auto !important
}

.order-0 {
    -ms-flex-order: 0;
    order: 0
}

.order-1 {
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -ms-flex-order: 2;
    order: 2
}

@media (min-width: 576px) {
    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .col-sm-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-sm-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-sm-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-sm-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-sm-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%;
    }
}

@media (min-width: 768px) {
    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .col-md-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-md-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-md-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-md-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-md-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-md-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .order-md-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-md-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-md-2 {
        -ms-flex-order: 2;
        order: 2
    }
}

@media (min-width: 992px) {
    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .offset-lg-1 {
        margin-left: 8.333333%
    }
}

@media (min-width: 1200px) {
    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .col-xl-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-xl-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-xl-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-xl-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-xl-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-xl-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-xl-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-xl-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-xl-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-xl-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .offset-xl-1 {
        margin-left: 8.333333%
    }
}

.align-items-center {
    align-items: center !important;
}

.justify-content-center {
    justify-content: center !important;
}

.mt-0 {
    margin-top: .0 !important
}

.mt-1 {
    margin-top: .25rem !important
}

.mt-2 {
    margin-top: .5rem !important
}

.mt-3 {
    margin-top: 1rem !important
}

.mt-4 {
    margin-top: 1.5rem !important
}

.mt-5 {
    margin-top: 3rem !important
}

.mb-1 {
    margin-bottom: .25rem !important
}

.mb-2 {
    margin-bottom: .5rem !important
}

.mb-3 {
    margin-bottom: 1rem !important
}

.mb-4 {
    margin-bottom: 1.5rem !important
}

.mb-5 {
    margin-bottom: 3rem !important
}

.pt-0 {
    padding-top: 0 !important
}

.pt-1 {
    padding-top: .25rem !important
}

.pt-2 {
    padding-top: .5rem !important
}

.pt-3 {
    padding-top: 1rem !important
}

.pt-4 {
    padding-top: 1.5rem !important
}

.pt-5 {
    padding-top: 3rem !important
}

.pb-0 {
    padding-bottom: 0 !important
}

.pb-1 {
    padding-bottom: .25rem !important
}

.pb-2 {
    padding-bottom: .5rem !important
}

.pb-3 {
    padding-bottom: 1rem !important
}

.pb-4 {
    padding-bottom: 1.5rem !important
}

.pb-5 {
    padding-bottom: 3rem !important
}

.pe-0 {
    padding-right: 0 !important
}

.pe-1 {
    padding-right: .25rem !important
}

.pe-2 {
    padding-right: .5rem !important
}

.pe-3 {
    padding-right: 1rem !important
}

.pe-4 {
    padding-right: 1.5rem !important
}

.pe-5 {
    padding-right: 3rem !important
}

.ps-0 {
    padding-left: 0 !important
}

.ps-1 {
    padding-left: .25rem !important
}

.ps-2 {
    padding-left: .5rem !important
}

.ps-3 {
    padding-left: 1rem !important
}

.ps-4 {
    padding-left: 1.5rem !important
}

.ps-5 {
    padding-left: 3rem !important
}

.m-auto {
    margin: auto !important
}

.offset-1 {
    margin-left: 8.333333%
}

.offset-2 {
    margin-left: 14%;
}

.text-center {
    text-align: center;
}

/* ============== Bootstrap End ============ */

/* ============== Navbar CSS ================ */

.main_nav {
    background-color: var(--white);
}

.main_nav ul {
    list-style: none;
}

.main_nav a {
    text-decoration: none;
    color: inherit;
    white-space: nowrap;
    font-weight: 500;
}

.main_nav button {
    border: none;
    background-color: transparent;
    cursor: pointer;
    color: inherit;
}

.main_nav .btn {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    /* background-color: var(--primary); */
    color: var(--primary);
    text-align: center;
    /* padding: 0.85rem 1.5rem; */
    font-size: 1.5rem;
    font-weight: 700;
    /* border-radius: 25px; */
}

.main_nav .btn i {
    font-size: 1.75rem;
    margin-bottom: -3px;
}

.main_nav .icon {
    padding: 0.5rem;
    background-color: var(--light-grey);
    border-radius: 10px;
}

.main_nav .logo {
    margin-right: 1.5rem;
    display: flex;
    align-items: center;
}

.main_nav .logo img {
    width: 160px;
}

#nav-menu {
    border-bottom: 1px solid var(--light-grey);
    position: sticky;
    top: 0;
    z-index: 999;
}

.main_nav .menu_container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 2rem;
    height: 70px;
}

.main_nav .menu {
    position: relative;
    background: var(--white);
}

.main_nav .menu-bar li:first-child .dropdown {
    flex-direction: initial;
}

.main_nav .menu-bar li:nth-child(n + 2) ul:nth-child(1) {
    border-bottom: 1px solid var(--light-grey);
}

.main_nav .menu-bar .dropdown-link-title {
    font-weight: 600;
    white-space: nowrap;
}

.main_nav .menu-bar .nav-link {
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: -0.6px;
    padding: 0.3rem;
    min-width: 60px;
    margin: 0 0.6rem;
}

.main_nav .menu-bar .nav-link:hover,
.main_nav .dropdown-link:hover {
    color: var(--primary);
}

.main_nav .nav-start,
.main_nav .nav-end,
.main_nav .menu-bar,
.main_nav .right-container {
    display: flex;
    align-items: center;
}

.nav-end {
    position: relative;
}

.main_nav .dropdown {
    display: flex;
    flex-direction: column;
    background-color: var(--white);
    border-radius: 10px;
    position: absolute;
    top: 50px;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    transform: scale(0.97) translateX(-5px);
    transition: 0.1s ease-in-out;
    border: 1px solid var(--light-grey);
}

.main_nav .dropdown.active {
    visibility: visible;
    opacity: 1;
    transform: scale(1) translateX(5px);
}

.main_nav .dropdown ul {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding: 1.5rem;
    font-size: 0.95rem;
}

.main_nav .dropdown-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.15rem;
}

.main_nav .dropdown-link {
    display: flex;
    gap: 0.5rem;
    padding: 0.5rem 0;
    border-radius: 7px;
    transition: 0.1s ease-in-out;
    align-items: center;
}

.main_nav .dropdown-link img {
    width: 28px;
}

.main_nav .dropdown-link p {
    font-size: 0.8rem;
    color: var(--medium-grey);
}

.main_nav .right-container {
    display: flex;
    align-items: center;
}

.main_nav .right-container img {
    border-radius: 50%;
    width: 40px;
    min-width: 40px;
    height: 40px;
    cursor: pointer;
}

.main_nav #hamburger {
    display: none;
    padding: 0.1rem;
    margin-left: 15px;
    font-size: 1.9rem;
}

.settingsCard ul {
    background-color: var(--white);
    border: 1px solid var(--light-grey);
    position: absolute;
    top: 56px;
    right: -10px;
    border-radius: 10px;
    padding: 1.5rem;
    font-size: 0.95rem;
}

.settingsCard ul li {
    font-size: 14px;
}

.settingsCard ul li a {
    display: inline-flex;
    gap: 10px;
    align-items: center;
}

.settingsCard ul li a:hover {
    color: var(--primary-color);
}

.settingsCard ul li a img {
    width: 20px !important;
    min-width: 20px !important;
    height: 20px !important;
    border-radius: inherit !important;
}

.settingsCard ul li:not(:last-child) {
    margin-bottom: 20px;
}

.hiddenCard {
    display: none;
}

.settingsCard ul::before {
    content: "";
    width: 20px;
    height: 20px;
    background: var(--white);
    transform: rotate(45deg);
    position: absolute;
    top: -11px;
    border-top: 1px solid var(--light-grey);
    border-left: 1px solid var(--light-grey);
    right: 20px;
}

@media(min-width: 991px) {
    .main_nav .dropdown::before {
        content: "";
        width: 20px;
        height: 20px;
        background: var(--white);
        transform: rotate(45deg);
        position: absolute;
        top: -10px;
        border-top: 1px solid var(--light-grey);
        border-left: 1px solid var(--light-grey);
        left: 25px;
    }
}

@media (max-width: 991px) {
    .main_nav #hamburger {
        display: block;
    }

    .main_nav .menu {
        display: none;
        position: absolute;
        top: 71px;
        left: 0;
        min-height: 100vh;
        width: 100vw;
    }

    .main_nav .menu-bar li:first-child ul:nth-child(1) {
        border-right: none;
    }

    .main_nav .dropdown {
        display: none;
        min-width: 100%;
        border: none !important;
        border-radius: 5px;
        position: static;
        top: 0;
        left: 0;
        visibility: visible;
        opacity: 1;
        transform: none;
        box-shadow: none;
    }

    .main_nav .menu.show,
    .main_nav .dropdown.active {
        display: block;
    }

    .main_nav .dropdown ul {
        padding-left: 0.3rem;
    }

    .main_nav .menu-bar {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        row-gap: 1rem;
        padding: 1rem;
    }

    .main_nav .menu-bar .nav-link {
        display: flex;
        justify-content: space-between;
        width: 100%;
        font-weight: 600;
        font-size: 1.2rem;
        margin: 0;
    }

    .main_nav .menu-bar li:first-child .dropdown {
        min-width: 100%;
    }

    .main_nav .menu-bar>li:not(:last-child) {
        padding-bottom: 0.5rem;
    }

    .settingsCard ul {
        right: 40px;
    }
}

/* ============== Navbar End ================ */

/* ============= Footer CSS ============= */

.footer {
    padding: 100px 0 40px;
    background-color: #030821;
}

.footerCredit {
    margin-top: 100px;
    border-top: 1px solid var(--secondary);
    text-align: center;
    padding-top: 40px;
    color: var(--light-grey);
    font-size: 15px;
}

.footerCompany img {
    width: 160px;
    margin-bottom: 15px;
}

.footerCompany p {
    margin-bottom: 30px;
    color: var(--light-grey);
    font-size: 14px;
    line-height: 1.5em;
}

.footerCompany p strong {
    font-size: 16px;
    text-transform: uppercase;
}

.footerCompany ul {
    display: flex;
    font-size: 1.75rem;
    gap: 20px;
}

.footerCompany ul li {
    list-style: none;
}

.footerCompany ul li a {
    color: var(--white);
}

.footerCompany ul li a:hover {
    color: var(--primary);
}

.footerMenus h4 {
    color: var(--white);
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 40px;
}

.footerMenus ul li {
    margin-top: 20px;
    font-size: 15px;
    list-style: none;
}

.footerMenus ul li a {
    color: var(--light-grey);
}

.footerMenus ul li a:hover {
    color: var(--primary);
}

/* =========== Footer CSS End ========== */

.topBotPad {
    padding: 70px 0;
}

.fullWidthImg img {
    width: 100%;
    border-radius: 10px;
}

.headingStyle span {
    color: var(--primary);
}

.headingStyle h3 {
    font-size: 2.5rem;
    font-weight: 500;
}

.paddingLeft {
    padding-left: 50px;
}

.paddingRight {
    padding-right: 50px;
}

.faqContent details {
    cursor: pointer;
}

.faqContent summary:focus-visible {
    outline: 2px solid var(--primary);
    outline-offset: 8px;
    border-radius: 4px;
}

.faqContent summary {
    font-size: 20px;
    color: var(--medium-grey);
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}

.faqContent summary::marker {
    display: none;
    content: "";
}

.faqContent details>p {
    color: var(--medium-grey);
    font-size: 1rem;
    line-height: 1.5em;
    margin-bottom: 30px;
}

.faqContent details h4 {
    font-weight: 400;
    font-size: 1.15rem;
    color: var(--black);
}

.faqContent details:not(:last-of-type) {
    border-bottom: 1px solid var(--black);
    margin-bottom: 20px;
}

.ctaSection {
    background-attachment: fixed;
    background-image: url('/media/site/big-2.jpeg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.bgOverlay {
    background-color: #000000a4;
    mix-blend-mode: multiply;
    inset: 0;
    position: absolute;
    backdrop-filter: blur(3px);
}

.ctaContent {
    position: relative;
    z-index: 1;
}

.ctaContent>span {
    color: var(--primary);
}

.ctaContent h3 {
    color: var(--white);
    font-size: 2.5rem;
    font-weight: 500;
}

.ctaContent>p {
    color: var(--light-grey);
    font-size: 18px;
    line-height: 1.5em;
    margin-top: 10px;
    margin-bottom: 20px;
}

.ourStats {
    display: flex;
    align-items: center;
    margin-top: 25px;
    color: var(--white);
}

.ourStats img {
    width: 60px;
    margin-right: 15px;
    filter: invert();
}

.ourStats span {
    font-size: 1.75rem;
    font-weight: 600;
}

.ourStats p {
    color: var(--light-grey);
}

.ctaForm {
    position: relative;
    z-index: 1;
    background-color: var(--white);
    border-top: 10px solid var(--primary);
    padding: 50px;
    border-radius: 10px;
}

.ctaForm h3 {
    font-size: 1.75rem;
    font-weight: 700;
    margin-bottom: 25px;
}

.ctaForm h4 {
    font-size: 17px;
    margin-bottom: 5px;
}

.ctaForm input {
    width: 100%;
    border: 1px solid var(--light-grey);
    padding: 10px;
    margin-bottom: 20px;
    outline: none;
    font-size: 16px;
    border-radius: 4px;
}

.ctaForm textarea {
    min-width: 100%;
    min-height: 100px;
    max-width: 100%;
    border: 1px solid var(--light-grey);
    padding: 10px;
    margin-bottom: 20px;
    outline: none;
    font-size: 16px;
    border-radius: 4px;
}

.ctaForm input:focus,
.ctaForm textarea:focus {
    border: 1px solid var(--primary);
}

.siteBtn {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background-color: var(--primary);
    color: var(--white);
    text-align: center;
    padding: 12px 25px 15px;
    font-size: 1rem;
    font-weight: 500;
    border-radius: 25px;
    border: none;
    font-size: 16px;
}

.siteBtn i {
    font-size: 20px;
}

.homeAboutBanner {
    position: relative;
}

.homeAboutBanner img {
    width: 100%;
    display: block;
    margin-left: auto;
    border-radius: 10px;
}

.floatSection {
    position: absolute;
    top: 30px;
    left: 30px;
    padding: 20px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 15px;
    background-color: #ffffff45;
    backdrop-filter: blur(5px);
}

.floatSection i {
    padding: 15px;
    border-radius: 100px;
    font-size: 1.5rem;
    color: var(--primary);
    background-color: var(--light-grey);
}

.floatSection p {
    font-weight: 600;
    color: var(--white);
}

.floatSection span {
    font-size: 13px;
    color: var(--white);
}

.homeAboutText p {
    color: var(--medium-grey);
    font-size: 18px;
    line-height: 1.5em;
    margin-top: 10px;
    margin-bottom: 20px;
}

.heroSection {
    padding: 150px 0;
}

.heroSearch {
    position: relative;
}

.heroSearch input {
    padding: 15px 20px;
    width: 100%;
    border-radius: 7px;
    border: 2px solid var(--light-grey);
    border-right: none;
    outline: none;
    font-size: 15px;
}

.heroSearch input:focus {
    border: 2px solid var(--primary);
}

.heroSearch button {
    background-color: var(--primary);
    border-radius: 5px;
    padding: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    color: var(--white);
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    position: absolute;
    right: 6px;
    top: 6px;
}

.heroSearch button i {
    font-size: 16px;
}

.hearoText h1 {
    font-size: 3rem;
    font-weight: 500;
    line-height: 1em;
    text-align: center;
    color: var(--white);
}

.hearoText h1 span {
    color: var(--primary);
}

.hearoText p {
    text-align: center;
    color: var(--light-grey);
    font-size: 20px;
    margin: 10px 0 30px;
}

.hearoText {
    position: relative;
}

.topContent {
    position: relative;
    z-index: 1;
}

.whiteText {
    color: var(--white);
}

.mainContent p {
    font-size: 17px;
    padding-bottom: 1.25rem;
    line-height: 1.75rem;
    color: var(--medium-grey);
}

.mainContent h2 {
    font-size: 2rem;
    padding-bottom: 1.25rem;
    line-height: 1.75rem;
    color: var(--black);
    margin-top: 1rem;
}

.mainContent h3 {
    font-size: 1.75rem;
    padding-bottom: 1.25rem;
    line-height: 1.75rem;
    color: var(--black);
    margin-top: 1rem;
}

.mainContent h4 {
    font-size: 1.25rem;
    padding-bottom: 1.25rem;
    line-height: 1.75rem;
    color: var(--black);
    margin-top: .25rem;
}

.mainContent img {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 1.25rem;
    border: 1px solid var(--light-grey);
    height: auto;
}

.mainContent ul {
    padding-bottom: 0;
    padding-left: 18px;
}

.mainContent ol {
    padding-bottom: 0;
    padding-left: 18px;
}

.mainContent li {
    font-size: 17px;
    padding-bottom: 1.25rem;
    line-height: 1.75rem;
    color: var(--medium-grey);
}

.mainContent a {
    color: var(--primary);
    text-decoration: underline;
}

.mainContent a:hover {
    color: var(--secondary);
}

/* =============  */

.flex-group {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    align-items: center;
}

.flow-content {
    display: grid;
    align-content: start;
    gap: 1rem;
}

[data-spacing="sm"] {
    gap: 0.25rem;
}

.mx-auto {
    width: fit-content;
    margin-inline: auto;
}

.card li {
    list-style: none;
}

.card {
    display: grid;
    gap: 0.5rem;
    position: relative;
    overflow: hidden;
    width: 100%;
    margin-inline: auto;
    border-radius: 0.5rem;
    background-color: var(--bg-grey);
    text-align: center;
}

.card__name {
    font-weight: 600;
    color: var(--secondary);
    font-size: 1.25rem;
}

.card__img {
    width: 100px;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 50%;
    border: 5px solid var(--light-grey);
}

.card__position {
    color: var(--medium-grey);
    font-size: 14px;
}

.card__front {
    padding: 2em 2em 2.5em 2em;
    transition:
        opacity 250ms ease,
        transform 450ms ease;
}

.card[data-visible="false"] .card__front {
    opacity: 1;
    transform: translateY(0);
}

.card__footer {
    position: relative;
    height: 1.5rem;
    background-color: var(--white);
    z-index: 5;
}

.card__back {
    position: absolute;
    padding: 2em 2em 2.5em 2em;
    inset: 0;
    transition:
        transform 450ms ease,
        opacity 150ms ease;
    z-index: 1;
    overflow: auto;
}

.card[data-visible="false"] .card__back {
    opacity: 0;
    transform: translateY(100%);
}

.card[data-visible="true"] .card__front {
    opacity: 0;
    transform: translateY(100%);
    transition:
        opacity 150ms ease,
        transform 450ms ease 50ms;
}

.card[data-visible="true"] .card__back {
    opacity: 1;
    transform: translateY(0);
    transition:
        transform 350ms ease,
        opacity 450ms ease 100ms;
}

.card__social {
    justify-content: center;
    margin-bottom: 2em;
}

.card__social a {
    color: var(--secondary);
    font-size: 1.5rem;
}

.card__toggle {
    border-radius: 50%;
    width: 3rem;
    aspect-ratio: 1 / 1;
    padding: 0.5em;
    border: 0;
    font-size: 20px;
    background-color: var(--primary);
    color: var(--white);
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);

    cursor: pointer;
    transition: background-color 250ms ease;
}

.card__toggle-icon {
    transition: rotate 250ms ease;
}

.card__back q {
    color: var(--medium-grey);
}

.card[data-visible="true"] .card__toggle {
    background-color: var(--secondary);
}

.card[data-visible="true"] .card__toggle-icon {
    rotate: 315deg;
}

/* ======== Project CSS  */



.projectPage {
    padding: 35px 0 70px;
    background-color: var(--bg-grey);
}

.projectMeta {
    border: 1px solid var(--light-grey);
    border-radius: 5px;
    background-color: var(--white);
}

.bannerArea {
    position: relative;
}

.bannerArea img {
    width: 100%;
    aspect-ratio: 2/1;
    object-fit: cover;
    object-position: center;
    border-radius: 5px 5px 0 0;
}

.photoCount {
    position: absolute;
    right: 15px;
    bottom: 19px;
    background-color: var(--white);
    padding: 5px 15px;
    border-radius: 3px;
    cursor: pointer;
}

.metaDetails {
    padding: 25px;
    border-bottom: 1px solid var(--light-grey);
}

.metaDetails h1 {
    font-size: 2rem;
    margin-bottom: 10px;
}

.projectLocation {
    position: relative;
    padding-left: 20px;
    position: relative;
    color: var(--medium-grey);
    font-size: 14px;
}

.projectLocation i {
    position: absolute;
    top: -1px;
    font-size: 18px;
    left: 0;
    color: var(--black);
}

.projectSummary {
    padding: 25px;
}

.projectSummary h5 {
    font-size: 1.25rem;
    font-weight: 600;
}

.summaryText {
    margin-top: 20px;
}

.summaryText span {
    font-weight: 500;
    font-size: 14px;
}

.summaryText p {
    font-size: 14px;
    color: var(--medium-grey);
}

.summaryText p a {
    color: var(--medium-grey);
}

.summaryText p a:hover {
    color: var(--primary);
    font-weight: 600;
    text-decoration: underline;
}

.reraNo {
    overflow: hidden;
}

.cardPadding {
    border: 1px solid var(--light-grey);
    background-color: var(--white);
    border-radius: 5px;
    margin-top: 20px;
    padding: 25px;
}

.projectMenu {
    border: 1px solid var(--light-grey);
    background-color: var(--white);
    border-radius: 5px;
    margin-top: 20px;
    position: sticky;
    top: 65px;
}

.projectMenu ul {
    display: flex;
    overflow: auto;
}

.projectMenu ul li {
    display: inline;
}

.projectMenu ul li a {
    display: inline-block;
    padding: 20px 25px;
    font-weight: 500;
    color: var(--medium-grey);
    position: relative;
    white-space: nowrap;
}

.projectMenu ul li a.active {
    font-weight: 800;
    color: var(--primary);
}

.projectMenu ul li a:hover::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: var(--primary);
}

.projectMenu ul li a.active::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: var(--primary);
}

.projectForm {
    position: sticky;
    top: 100px;
}

.projectForm .heroForm {
    width: 100% !important;
    background-color: var(--black);
    border-radius: 5px;
}

.floorPlans {
    padding: 25px;
}

.cardHeading h5 {
    font-size: 1.25rem;
    font-weight: 600;
}

.floorCard {
    border: 1px solid var(--light-grey);
    border-radius: 5px;
}

.floorCard img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: contain;
    object-position: center;
    padding: 15px;
    border-bottom: 1px solid var(--light-grey);
}

.floorMeta {
    padding: 10px 20px 15px;
}

.floorMeta h5 {
    font-size: 1.15rem;
    font-weight: 600;
    margin-bottom: 5px;
}

.floorMeta span {
    font-size: 14px;
    font-weight: 500;
}

.floorMeta p {
    font-size: 14px;
    color: var(--medium-grey);
}

.floorPrice {
    display: flex;
    justify-content: space-between;
}

.floorCta {
    padding: 12px;
    background-color: var(--secondary);
    width: 100%;
    border: none;
    border-radius: 25px;
    font-size: 1rem;
    color: var(--white);
    font-weight: 600;
    outline: none;
    display: flex;
    gap: 7px;
    justify-content: center;
    margin-top: 15px;
    align-items: center;
}

.amenities {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
}

.amenities img {
    width: 35px;
}

.amenities span {
    font-size: 14px;
}

.projectSpecs {
    margin-top: 20px;
}

.projectSpecs p,
.projectSpecs li {
    font-size: 16px;
    line-height: 1.5em;
    margin: 10px 0;
    color: var(--medium-grey);
}

.projectSpecs table {
    font-size: 16px;
    line-height: 1.5em;
    margin: 10px 0;
    border-collapse: collapse;
    color: var(--medium-grey);
}

.projectSpecs td {
    border: 1px solid var(--light-grey);
    padding: 10px;
    font-size: 16px;
    color: var(--medium-grey);
}

.projectSpecs ul,
.projectSpecs ol {
    padding-left: 18px;
}

.projectSpecs ul li {
    list-style: disc;
    color: var(--medium-grey);
}

.projectSpecs ol li {
    list-style: decimal;
    color: var(--medium-grey);
}

.similarProject {
    border-radius: 5px;
    border: 1px solid var(--light-grey);
    background-color: var(--white);
}

.similarProject img {
    width: 100%;
    aspect-ratio: 2/1;
    object-fit: cover;
    object-position: center;
    border-radius: 5px 5px 0 0;
}

.similarProjectMeta>p {
    margin-bottom: 10px;
}

.projectCta {
    padding: 20px 20px 30px;
    background-color: var(--white);
    border-radius: 10px;
    border: 1px solid var(--light-grey);
    border-top: 10px solid var(--primary);
}

.projectCta h3 {
    font-size: 1.25rem;
    margin-bottom: 15px;
}

.projectCta h4 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
}

.projectCta input {
    width: 100%;
    border: 1px solid var(--light-grey);
    padding: 10px;
    margin-bottom: 20px;
    outline: none;
    font-size: 16px;
    border-radius: 4px;
}

.projectCta input:focus {
    border: 1px solid var(--primary);
}

.projectCta button {
    padding: 10px 20px 10px;
}

.homeList {
    background-color: var(--bg-grey);
}

/* ========= Blog CSS =========== */

.articleCard {
    border-radius: 10px;
    border: 1px solid var(--light-grey);
    position: relative;
    height: 100%;
    background-color: var(--white);
}

.articleCard img {
    border-radius: 10px 10px 0 0;
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    object-position: top;
}

.articleCard .blogCardMeta {
    padding: 30px;
}

.articleCard .blogCardMeta span a {
    color: var(--primary);
    display: inline-block;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    z-index: 1;
}

.articleCard .blogCardMeta h3 {
    font-size: 1.25rem;
    line-height: 1.25em;
    font-weight: 500;
}

.articleCard .blogCardMeta h3 a {
    color: var(--black);
    transition: all .3s ease-in-out;
}

.articleCard:hover h3 a {
    color: var(--primary);
}

.articleCard .blogCardMeta h3 a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.articleCard .blogCardMeta p {
    font-size: 16px;
    line-height: 1.5em;
    margin-top: 10px;
    color: var(--medium-grey);
}

.builderLogo img {
    width: 100%;
    border: 1px solid var(--light-grey);
    border-radius: 5px;
    padding: 10px;
    background-color: var(--white);
}

.serviceCards {
    position: relative;
    overflow: hidden;
}

.serviceCards .card-details {
    margin: auto;
    position: relative;
    transition: .3s ease-in-out;
}

.serviceCards .card-details:before {
    content: "";
    width: 190px;
    height: 380px;
    background: var(--white);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) skew(-20deg, 0deg);
    z-index: -1;
    transition: .3s ease-in-out;
}

.serviceCards .card-details:hover:before {
    background-color: #f0f0f0;
}

.serviceCards .card-icons {
    width: 140px;
    height: 150px;
    position: relative;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.serviceCards .card-icons:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid;
    width: 100%;
    height: 100%;
    transform: skew(-20deg, 0deg);
    background: var(--white);
    border-color: var(--primary);
    transition: .3s ease-in-out;
}

.serviceCards .card-details:hover .card-icons:before {
    background-color: var(--primary);
}

.serviceCards .card-icons img {
    position: relative;
    width: 70px;
    height: 70px;
}

.serviceCards .card-details h3 {
    margin-bottom: 15px;
    margin-top: 50px;
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 1.2;
}

.serviceCards .card-details h3 a {
    color: var(--black);
    text-decoration: none;
}

.serviceCards .card-details p {
    line-height: 1.5em;
    color: var(--medium-grey);
    margin-bottom: 30px;
}

.serviceCards .read-more-btn {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid;
    border-radius: 100%;
    margin: auto;
    background: var(--white);
    transform: translateX(-10px);
    opacity: 0;
    visibility: hidden;
    border-color: var(--primary);
    transition: .3s ease-in-out;
    text-decoration: none;
}

.serviceCards .read-more-btn i {
    color: var(--black);
    font-size: 20px;
}

.serviceCards .card-details:hover .read-more-btn {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}

.contactMode span {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 5px;
    display: inline-block;
}

.gradientBg {
    background: radial-gradient(100% 147.24% at 0% 31%, #3000B9 0%, #000000 100%), linear-gradient(307.27deg, #1DAC92 0.37%, #2800C6 100%), radial-gradient(100% 140% at 100% 0%, #EAFF6B 0%, #006C7A 57.29%, #2200AA 100%);
    background-blend-mode: difference, difference, normal;
}

.headingMain {
    color: var(--white);
}

.headingMain h1 {
    font-size: 2.5rem;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.userDetails {
    margin-top: 30px;
}

.userDetails p {
    display: flex;
    gap: 7px;
    align-items: center;
    font-size: 14px;
    margin-top: 5px;
}

.userDetails p span {
    width: 3px;
    height: 3px;
    background-color: var(--white);
    border-radius: 5px;
}

.userDetails p a {
    color: var(--primary);
    font-size: 15px;
    font-weight: 500;
}

.userDetails img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    object-position: top;
    border-radius: 100px;
    border: 3px solid #00000020;
}

.headingBanner img {
    width: 95%;
    display: block;
    margin-left: auto;
    border-radius: 10px;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    object-position: center;
}

.relatedLinks {
    margin-bottom: 25px;
    padding-left: 15px;
    position: relative;
}

.relatedLinks::before {
    content: "";
    width: 8px;
    height: 8px;
    background-color: var(--primary);
    position: absolute;
    border-radius: 100%;
    left: 0;
    top: 8px;
}

.relatedLinks a {
    color: var(--black);
    font-weight: 500;
    font-size: 1.05rem;
    line-height: 1.5em;
}

.relatedLinks a:hover {
    color: var(--primary);
}

.articleSidebar h5 {
    font-size: 1.5rem;
    margin-bottom: 1.25rem;
}

.alert.alert-success {
    color: green;
    margin-top: 10px;
}

/* ============= Responsive Ipad ==================== */
@media (max-width: 1199px) {
    .paddingLeft {
        padding-left: 0px;
    }

    .paddingRight {
        padding-right: 0px;
    }

    .headingMain h1 {
        font-size: 2.25rem;
    }
}

@media(max-width: 991px) {
    .headingStyle {
        margin-top: 25px;
    }

    .footerMenus {
        margin-bottom: 25px;
    }

    .footerMenus h4 {
        margin-bottom: 30px;
    }

    .footerCredit {
        margin-top: 70px;
    }

    .hearoText h1 {
        font-size: 2.5rem;
    }

    .headingStyle h3 {
        font-size: 2.25rem;
    }

    .ctaContent h3 {
        font-size: 2.25rem;
    }

    .ctaContent {
        margin-bottom: 40px;
    }

    .headingBanner img {
        width: 100%;
        margin-top: 20px;
    }

    .userDetails {
        margin-top: 10px;
    }

    .mainContent h2 {
        line-height: 1.25em;
    }

    .propCta {
        margin-top: 30px;
    }

    .metaDetails h1 {
        font-size: 1.75rem;
    }
}

@media(max-width: 767px) {
    .hearoText h1 {
        font-size: 2.25rem;
        line-height: 1.25em;
    }

    .headingStyle h3 {
        font-size: 2rem;
    }

    .ctaContent h3 {
        font-size: 2rem;
    }

    .serviceCards .card-details p {
        margin-bottom: 50px;
    }

    .footerCompany ul {
        margin-bottom: 30px;
    }

    .footerCompany p {
        margin-bottom: 20px;
    }

    .ctaContent>p {
        margin-bottom: 0;
    }

    .headingMain h1 {
        font-size: 2rem;
    }

    .mainContent h2 {
        font-size: 1.75rem;
    }
}

@media (max-width: 575px) {
    .callBtn span {
        display: none;
    }

    .footer {
        padding: 80px 0 0px;
    }

    .ourStats img {
        width: 50px;
    }

    .heroSection {
        padding: 100px 0;
    }
}

@media (max-width: 480px) {
    .serviceCards .read-more-btn {
        transform: translateX(0px);
        opacity: 1;
        visibility: visible;
    }
}