    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: Poppins, 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;
        transition: background-color 0.3s ease;
        /* 🔥 VERY IMPORTANT */
    }
    .detailsofadd {
        display: flex;
        align-items: flex-start !important;
    }
    /* Mobile toggle */
    .menu-toggle {
        display: none;
        font-size: 24px;
        color: #fff;
        cursor: pointer;
        /* position: relative; */
        width: 24px;
        height: 24px;
    }

    .menu-toggle img {
        object-fit: contain;
        display: block;
    }

    /* .custom-nav.menu-open {
        background: #0D4C94;
    } */

    /* Menu */
    .nav-menu {
        list-style: none;
        display: flex;
        gap: clamp(25px, 3.12vw, 60px);
        margin: auto;
        padding: 0;
        justify-content: center;
    }

    .nav-menu li {
        position: relative;
    }

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


    /* ===== DROPDOWN ===== */
    .dropdown-menu {
        position: absolute;
        top: 100%;
        left: 0;
        width: auto;
        min-width: auto;
        white-space: nowrap;
        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;
        position: relative;
        display: inline-block;
    }
    
    .dropdown-menu a::after {
        content: '';
        position: absolute;
        bottom: 5px;
        left: 15px;
        width: 0;
        height: 2px;
        background-color: #333;
        transition: width 0.3s ease;
    }
    
    .dropdown-menu a:hover::after {
        width: calc(100% - 30px);
    }

    /* Active menu item - Desktop (higher specificity) */
    .nav-menu a.active,
    .nav-menu .dropdown-menu a.active {
        font-weight: 700 !important;
    }

    /* 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: url("/assets/images/caret.svg");
        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;
        position: relative;
    }

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

    /* header section css end */

    /* banner section css start */
    h2 span.colorSet {
        font-weight: 600;
    }
    .container h2 {
        letter-spacing: -0.05rem;
    }
    .banner {
        background: url(../images/Banner_SIU_1ST2.webp) center right/cover no-repeat;
    }

    .bannerSection h1 {
        font-weight: 400;
        font-size: 56px;
        line-height: 135%;
        letter-spacing: -0.05em;
        text-align: center;
        color: #FFFFFF;
        padding: 57px 0px 548px 0px;
        text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.61);
    }
    span.italic {
        font-style: italic;
    }

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

    .bottomSet img {
        transition: transform 0.3s ease;
    }

    .bottomSet:hover img {
        transform: translateY(5px);
    }

    /* banner section css End */

    /* about-us banner section css start */
    .aboutUsBannerSection {
        position: relative;
    }

    .aboutUsBanner {
        background: url(../images/aboutBanner.webp) center/cover no-repeat;
        position: relative;
    }

    .aboutUsBanner::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(270deg, rgba(32, 36, 28, 0) 36.49%, rgba(32, 36, 28, 0.691777) 71.41%, #20241C 100%);
        opacity: 0.8;
    }

    .aboutUsBannerSection h1 {
        font-family: Poppins, sans-serif;
        font-weight: 400;
        font-size: clamp(48px, 5vw, 96px);
        line-height: 135%;
        letter-spacing: -0.05em;
        color: #FFFFFF;
        padding: 270px 63px 309px 63px;
        text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.6117647059);
        position: relative;
        z-index: 1;
    }

    .aboutUsBannerSection .deskHighlight {
        font-family: Poppins, sans-serif;
        font-weight: 600;
        font-size: clamp(48px, 5vw, 96px);
        line-height: 135%;
        letter-spacing: -0.05em;
        color: #FFDFAA;
        text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.6117647059);
    }

    /* about-us banner section css End */

    /* contact-us banner section css start */
    .contactUsBannerSection {
        position: relative;
    }

    .contactUsBanner {
        background: url(../images/contactusBanner.webp) center/cover no-repeat;
        position: relative;
    }

    .contactUsBanner::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        /* background: linear-gradient(270deg, rgba(32, 36, 28, 0) 36.49%, rgba(32, 36, 28, 0.691777) 71.41%, #20241C 100%); */
    }

    .contactUsBannerSection h1 {
        font-family: Poppins, sans-serif;
        font-weight: 400;
        font-size: clamp(48px, 5vw, 96px);
        line-height: 135%;
        letter-spacing: -0.05em;
        color: #FFFFFF;
        padding: 270px 63px 309px 63px;
        text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.6117647059);
        position: relative;
        z-index: 1;
        text-align: left;
    }

    .contactUsBannerSection .contactHighlight {
        font-family: Poppins, sans-serif;
        font-weight: 600;
        font-size: clamp(48px, 5vw, 96px);
        line-height: 135%;
        letter-spacing: -0.05em;
        color: #FFDFAA;
        text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.6117647059);
    }

    /* contact-us banner section css End */

    /* contact section css start */
    .contactSection {
        padding: clamp(40px, 5vw, 100px) 0;
        background: url(../images/infoback.webp) center top/cover no-repeat;
        background-attachment: fixed;
    }

    .contactWrapper {
        display: flex;
        gap: 40px;
        align-items: flex-start;
    }

    .contactDetails {
        flex: 0 0 50%;
        width: 50%;
        padding: 0px clamp(20px, 3.2vw, 60px) 0 clamp(20px, 4.2vw, 80px);
    }

    .contactFormWrapper {
        flex: 0 0 50%;
        width: 50%;
        padding: 0px clamp(20px, 5vw, 100px);
        justify-items: center;
    }

    .contactDetailsHeading {
        font-family: Poppins, sans-serif;
        font-weight: 700;
        font-size: 36px;
        line-height: 180%;
        letter-spacing: 0%;
        color: #0D4C94;
        margin-bottom: 30px;
    }

    .contactCard {
        background: #FFFFFF;
        box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
        padding: 30px;
        border-radius: 20px;
        display: flex;
        gap: 20px;
        align-items: flex-start;
        margin-bottom: 20px;
    }

    .contactCard:last-child {
        margin-bottom: 0;
    }

    .contactCardIcon {
        flex-shrink: 0;
        width: 59px;
        height: 59px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .contactCardIcon img {
        width: 100%;
        height: auto;
    }

    .contactCardContent {
        flex: 1;
    }

    .contactCardTitle {
        font-family: Poppins, sans-serif;
        font-weight: 700;
        font-size: 24px;
        color: #0D4C94;
        line-height: 180%;
    }

    .contactCardSubtitle {
        font-family: Poppins, sans-serif;
        font-weight: 500;
        font-size: 18px;
        color: #000;
        margin: 0;
        line-height: 1.8;
    }

    .contactCardSubtitle a {
        color: #000;
        text-decoration: none;
        position: relative;
        display: inline-block;
    }

    .contactCardSubtitle a::after {
        content: '';
        position: absolute;
        bottom: -2px;
        left: 0;
        width: 0;
        height: 2px;
        background-color: #0D4C94;
        transition: width 0.3s ease;
    }

    .contactCardSubtitle a:hover {
        color: #0D4C94;
    }

    .contactCardSubtitle a:hover::after {
        width: 100%;
    }

    .contactCardHighlight {
        color: #C52F32;
        font-weight: 600;
    }

    .contactCardRow {
        display: flex;
        gap: 20px;
        margin-top: 0;
        width: 100%;
    }

    .contactCardRow .contactCard:first-child {
        flex: 0 0 calc(40% - 10px);
        width: calc(40% - 10px);
        margin-bottom: 0;
    }

    .contactCardRow .contactCard:last-child {
        flex: 0 0 calc(60% - 10px);
        width: calc(60% - 10px);
        margin-bottom: 0;
    }

    .contactCard40 {
        flex: 0 0 40%;
        width: 40%;
    }

    .contactCard60 {
        flex: 0 0 60%;
        width: 60%;
    }

    .contactForm {
        background: #0D4C94;
        border: 1px solid #FFFFFF;
        border-radius: 40px;
        padding: 34px;
        min-width: 453px;
        max-width: 453px;
    }

    .contactFormHeading {
        font-family: Poppins, sans-serif;
        font-weight: 700;
        font-size: 28px;
        color: #FFFFFF;
        margin: 0 0 25px 0;
    }

    .formGroup {
        margin-bottom: 0px;
        position: relative;
    }

    .formGroup:last-of-type {
        margin-bottom: 18px;
    }

    .formGroup input,
    .formGroup textarea {
        width: 100%;
        background: transparent;
        border: 1px solid #FFFFFF;
        border-radius: 8px;
        padding: 14px;
        font-family: Arial, sans-serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 100%;
        letter-spacing: 0%;
        color: #FFFFFF;
        outline: none;
        transition: border-color 0.3s ease;
    }

    .floating-label {
        position: absolute;
        left: 14px;
        top: 14px;
        font-family: Arial, sans-serif;
        font-weight: 400;
        font-size: 16px;
        color: #FFFFFF;
        pointer-events: none;
        transition: all 0.3s ease;
        background: #0D4C94;
        padding: 0 4px;
    }

    .formGroup input:focus ~ .floating-label,
    .formGroup input:not(:placeholder-shown) ~ .floating-label,
    .formGroup textarea:focus ~ .floating-label,
    .formGroup textarea:not(:placeholder-shown) ~ .floating-label {
        top: -8px;
        left: 12px;
        font-size: 12px;
        color: #FFFFFF;
    }

    .formGroup input:invalid:not(:placeholder-shown),
    .formGroup input.error {
        border-color: #EE202D;
    }

    .formGroup input:valid:not(:placeholder-shown) {
        border-color: #4CAF50;
    }

    .error-message {
        display: block;
        color: #EE202D;
        font-family: Arial, sans-serif;
        font-size: 12px;
        margin-top: 5px;
        margin-bottom: 10px;
        min-height: 16px;
    }

    .formGroup input::placeholder,
    .formGroup textarea::placeholder {
        color: #FFFFFF;
        opacity: 1;
    }

    .formGroup textarea {
        resize: vertical;
        min-height: 100px;
        max-height: 100px;
    }

    .submitButton {
        background: linear-gradient(180deg, #EE202D 0%, #88121A 100%);
        border: none;
        border-radius: 123px;
        padding: 7px 20px 7px 7px;
        display: flex;
        align-items: center;
        gap: 10px;
        cursor: pointer;
        margin-top: 20px;
        transition: opacity 0.3s;
    }

    .submitButton:hover {
        opacity: 0.9;
    }

    .submitArrow {
        background: #FFFFFF;
        width: 43px;
        height: 43px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
    }

    .submitArrow img {
        width: 16px;
        height: 16px;
        display: block;
    }

    .submitText {
        font-family: Poppins, sans-serif;
        font-weight: 500;
        font-size: 18px;
        color: #FFFFFF;
        text-transform: uppercase;
    }

    /* contact section css End */

    /* map section css start */
    .mapSection {
        width: 100%;
        height: 600px;
        overflow: hidden;
    }

    .mapSection iframe {
        width: 100%;
        height: 600px;
        border: none;
        display: block;
    }

    /* map section css End */

    /* desk section css start */
    .deskSection {
        padding: clamp(30px, 4.2vw, 80px) 0;
    }

    .deskItem {
        display: flex;
        align-items: flex-end;
        gap: 40px;
        background: url(../images/infoback.webp) center/cover no-repeat;
        padding: 40px clamp(20px, 5vw, 100px);
        border-radius: 10px;
        padding-bottom: 0;
    }

    .deskItem:last-child {
        margin-bottom: 0;
    }

    .deskItem-left {
        flex-direction: row;
    }


    .deskContent {
        flex: 0 0 70%;
        width: 70%;
        padding-bottom: clamp(20px, 4vw, 81px);
    }

    /* .deskImage {
        flex: 0 0 30%;
        width: 30%;
    } */

    .deskImage img {
        width: 100%;
        height: auto;
        display: block;
    }

    .deskDescription {
        font-family: Poppins, sans-serif;
        font-weight: 400;
        font-size: clamp(18px, 1.15vw, 22px);
        line-height: 180%;
        letter-spacing: 0%;
        color: #000;
        margin-bottom: 40px;
    }

    .deskName {
        font-family: Poppins, sans-serif;
        font-weight: 700;
        font-size: clamp(24px, 1.7vw, 32px);
        line-height: 180%;
        letter-spacing: 0%;
        color: #0D4C94;
        margin: 0 0 10px 0;
    }

    .deskDesignation {
        font-family: Poppins, sans-serif;
        font-weight: 500;
        font-size: clamp(18px, 1.25vw, 24px);
        line-height: 160%;
        letter-spacing: 0%;
        color: #000;
        margin: 0;
    }

    /* desk section css End */

    /* about section css start */

    .aboutSection {
        padding-top: clamp(30px, 4.7vw, 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: linear-gradient(49deg, rgb(0 0 0 / 53%) 26.4%, rgba(0, 0, 0, 0) 65.13%), 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;
    }
    
    .footer-logo-link {
        display: inline-block;
        text-decoration: none;
        cursor: pointer;
    }
    
    /* .footer-logo-link:hover {
        opacity: 0.8;
        transition: opacity 0.3s ease;
    } */

    .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;
        width: fit-content;
        text-decoration: none;
    }

    .footerlogoAlign span {
        position: relative;
        display: inline-block;
    }

    .footerlogoAlign span::after {
        content: '';
        position: absolute;
        bottom: -2px;
        left: 0;
        width: 0;
        height: 2px;
        background-color: #fff;
        transition: width 0.3s ease;
    }

    .footerlogoAlign:hover span::after {
        width: 100%;
    }

    .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;
        color: #222222;
    }

    .quick-links li a {
        text-decoration: none;
        color: #222222;
        position: relative;
        display: inline-block;
    }

    .quick-links li a::after {
        content: '';
        position: absolute;
        bottom: -2px;
        left: 0;
        width: 0;
        height: 2px;
        background-color: #222222;
        transition: width 0.3s ease;
    }

    .quick-links li a:hover::after {
        width: 100%;
    }

    .contactUs h5 {
        font-weight: 600;
        font-size: clamp(12px, 0.93vw,18px);
        line-height: 148%;
        letter-spacing: 0;
        color: #A20303;
        white-space: nowrap;
        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%;
        color: #222222;
    }

    .footercontactdetails a {
        color: #222222;
        text-decoration: none;
        font-weight: 400;
        font-size: 18px;
        line-height: 150%;
        letter-spacing: 0%;
        position: relative;
        display: inline-block;
    }

    .footercontactdetails a::after {
        content: '';
        position: absolute;
        bottom: -2px;
        left: 0;
        width: 0;
        height: 2px;
        background-color: #222222;
        transition: width 0.3s ease;
    }

    .footercontactdetails a:hover::after {
        width: 100%;
    }

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

    .d-desk1 {
        display: block;
    }

    .d-mob1 {
        display: none;
    }

    .d-desk {
        display: block;
    }

    .d-mob {
        display: none;
    }


    /* footer section css End */

    /* footer copyright section css start */
    .footerCopyright {
        background-color: #0C488F;
        padding: 20px 0;
        border-top: 1px solid rgba(255, 255, 255, 0.2);
        border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    }

    .footerCopyright p {
        font-family: Poppins, sans-serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 1.5;
        color: #FFFFFF;
        text-align: left;
        margin: 0;
    }

    /* footer copyright section css End */

    /* coming soon section css start */
    .comingSoonSection {
        min-height: 100vh;
        background: url(../images/home_banner.webp) center/cover no-repeat;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        padding: 0px 20px;
    }

    .comingSoonSection::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.5);
    }

    .comingSoonContent {
        position: relative;
        z-index: 1;
        text-align: center;
        color: #FFFFFF;
    }

    .comingSoonContent h1 {
        font-family: Poppins, sans-serif;
        font-weight: 700;
        font-size: clamp(48px, 6vw, 96px);
        line-height: 1.2;
        margin-bottom: 20px;
        text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
    }

    .comingSoonContent p {
        font-family: Poppins, sans-serif;
        font-weight: 400;
        font-size: clamp(18px, 2vw, 24px);
        line-height: 1.6;
        text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
    }

    /* coming soon section css End */


    /* contact form success message */
    .alert{
        display: none
    }
    .alert-success { 
        padding: 15px;
        color: #15f01e;
        font-size: 16px;
    }
    .error {
        color: #ff0000;
        font-size: 14px;
        margin-top: 5px;
    }


