    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    nav ul,
    p {
        margin: 0
    }

    body,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    html,
    nav ul li a,
    p {
        font-family: Inter, sans-serif
    }

    body,
    html {
        min-width: 100%;
        min-height: 100%;
        padding: 0;
        margin: 0
    }

    * {
        box-sizing: border-box
    }

    .container {
        width: 100%;
        max-width: 1720px;
        margin: 0 auto
    }

    .fBold {
        font-weight: 600;
    }

    .block {
        display: block;
    }

    /* header section css start */
    header {
        /* position: fixed;
        z-index: 11111;
        width: 100%;
        top: 25px; */
        background-color: #fff;
    }

    /* ===== NAV ===== */
    .custom-nav {
        background: #C52F32;
        padding: 10px 20px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: relative;
        /* 🔥 VERY IMPORTANT */
    }

    /* Mobile toggle */
    .menu-toggle {
        display: none;
        font-size: 24px;
        color: #fff;
        cursor: pointer;
    }

    /* Menu */
    .nav-menu {
        list-style: none;
        display: flex;
        gap: 25px;
        margin: auto;
    }

    .nav-menu li {
        position: relative;
    }

    .nav-menu a {
        color: #fff;
        text-decoration: none;
        padding: 8px 0;
        display: block;
        font-weight: 400;
        font-size: 18px;
        line-height: 150%;
        letter-spacing: 0%;
    }

    /* ===== DROPDOWN ===== */
    .dropdown-menu {
        position: absolute;
        top: 100%;
        left: 0;
        min-width: 200px;
        background: #fff;
        display: none;
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
        z-index: 11111;
         list-style: none;
         padding: 10px;
    }

    .dropdown-menu a {
        color: #333;
        padding: 10px 15px;
    }

    /* Desktop hover */
    .dropdown:hover>.dropdown-menu {
        display: block;
    }

    /* Nested dropdown */
    .dropdown-menu .dropdown-menu {
        left: 100%;
        top: 0;
    }

    /* ===== ARROWS ===== */
    .dropdown>a {
        padding-right: 18px;
        position: relative;
        font-weight: 400;
        font-size: 18px;
        line-height: 150%;
        letter-spacing: 0%;
    }

    .dropdown>a::after {
        content: "▾";
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        transition: 0.3s;
        font-size: 12px;
    }

    .dropdown:hover>a::after,
    .dropdown.open>a::after {
        transform: translateY(-50%) rotate(180deg);
    }

    .dropdown-menu .dropdown>a::after {
        content: "▸";
        right: 10px;
    }

    .dropdown-menu .dropdown:hover>a::after,
    .dropdown-menu .dropdown.open>a::after {
        transform: translateY(-50%) rotate(90deg);
    }


    .bannerSection {
        position: relative
    }

    .logo {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .logo p {
        font-weight: 500;
        font-size: 24px;
        line-height: 135%;
        letter-spacing: -5%;
        color: #C52F32;
    }

    /* header section css end */

    /* banner section css start */

    .banner {
        background: url(../images/home_banner.webp) center right/cover no-repeat;
    }

    .bannerSection h1 {
        font-weight: 600;
        font-size: 56px;
        line-height: 135%;
        letter-spacing: -5%;
        text-align: center;
        color: #FFFFFF;
        padding: 57px 0px 689px 0px;
        text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.61);
    }

    .bottomSet {
        position: relative;
        bottom: 42px;
        text-align: center;
    }

    /* banner section css End */

    /* about section css start */

    .aboutSection {
        padding-top: 90px;
        background: url(../images/aboutusbg.webp) center bottom / cover no-repeat;
    }

    .about-wrapper {
        text-align: center;
    }

    .aboutHeadingset {
        background: url(../images/aboutheadingbg.webp) center right / cover no-repeat;
        background-color: #0D4C94;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        border-radius: 60px;
    }

    .customcolorset {
        color: #FFD862;
    }

    .aboutHeadingset h3 {
        font-weight: 600;
        font-size: 20px;
        line-height: 150%;
        letter-spacing: 0%;
        padding: 13px 24px;
        color: #fff;
    }

    .textAligncenter {
        text-align: center;
        font-weight: 400;
        font-size: 22px;
        line-height: 150%;
        letter-spacing: 0;
        padding: 30px 0px 451px 0px;
    }


    /* about section css End */

    /* more details section css Start */
    .moreDetailSection {
        padding: 144px 0px;
        background: url(../images/detailsBg.webp) center right / cover no-repeat;
    }

    h2 {
        font-weight: 400;
        font-size: 56px;
        line-height: 135%;
        letter-spacing: -5%;
        color: #fff;
        margin-bottom: 56px;
    }

    .colorSet {
        color: #FFDFAA;
    }

    .detailsAlign {
        display: flex;
        align-items: center;
        gap: 31px;
        margin-bottom: 60px;
    }

    .detailsAlign p {
        font-weight: 500;
        font-size: 20px;
        line-height: 150%;
        letter-spacing: 0;
        color: #fff;
    }

    /* more details section csss End */

    /* footer  section css start */
    .footerSection {
        padding: 50px 0px;
    }

    .footerAlignment {
        display: flex;
        gap: 45px;
        justify-content: space-around;
    }

    .footerlogoAlign {
        display: flex;
        align-items: center;
        gap: 8px;
        font-weight: 600;
        font-size: 20px;
        line-height: 150%;
        letter-spacing: 0;
        padding: 15px 20px;
        border-radius: 20px;
        background-color: #C52F32;
        color: #fff;
        border: none;

    }

    .footerAlignment h3 {
        font-weight: 700;
        font-size: 20px;
        line-height: 150%;
        letter-spacing: 0;
        color: #222222;
        padding-bottom: 16px;
    }

    .quick-links {
        list-style: none;
        padding-left: 0px;
        margin: 0px;

    }

    .quick-links li {
        padding-bottom: 15px;
        font-weight: 400;
        font-size: 18px;
        line-height: 148%;
        letter-spacing: 0;
    }

    .quick-links li a {
        text-decoration: none;
        color: #000;
    }

    .quick-links li a:hover {
        text-decoration: underline;
    }

    .contactUs h5 {
        font-weight: 600;
        font-size: 18px;
        line-height: 148%;
        letter-spacing: 0;
        color: #A20303;
        padding-bottom: 16px;
    }

    .footercontactdetails {
        display: flex;
        align-items: center;
        gap: 16px;
        padding-bottom: 20px;
    }

    .footercontactdetails p {
        font-weight: 400;
        font-size: 18px;
        line-height: 150%;
        letter-spacing: 0%;
    }

    .footercontactdetails a {
        color: #000;
        text-decoration: none;
        font-weight: 400;
        font-size: 18px;
        line-height: 150%;
        letter-spacing: 0%;
    }

    .footercontactdetails a:hover {
        text-decoration: underline;
    }

    .socialmedniaconset {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .d-desk1 {
        display: block;
    }

    .d-mob1 {
        display: none;
    }

    .d-desk {
        display: block;
    }

    .d-mob {
        display: none;
    }


    /* footer section css End */