
    body {
      font-family: "Inter", sans-serif;
      scroll-behavior: smooth;
    }
    h2{
        color: #111;
        font-size: 40px;
        font-style: normal;
        font-weight: 700;
        line-height: 48px; /* 120% */
        text-decoration-line: underline;
        text-decoration-style: solid;
        text-decoration-skip-ink: auto;
        text-decoration-thickness: 4.5%; /* 1.8px */
        text-underline-offset: 35%; /* 14px */
        text-underline-position: from-font;
    }
    p{
        color: #000;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 26px;
    }
    /* ===============================
       NAVIGATION (FIXED TOP)
    =============================== */
    .navbar {
      background: #ffffff;
      padding: 12px 0;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
    }
        .navbar-expand-lg .navbar-collapse {
        display: flex ;
        /* flex-basis: auto; */
        align-items: flex-end;
        justify-content: flex-end;
    }
    .navbar-nav .nav-item{
        padding:0px 16px;
    }
    .navbar-nav .nav-item.active .nav-link{
        color:#d00000;
    }
    .navbar-nav .nav-link {
      padding: 0px;
      font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 24px; /* 150% */
        letter-spacing: -0.78px;
        text-transform: uppercase;
        color:#000000;
    }

    .dropdown-menu {
      border-radius: 10px;
      padding: 10px;
    }

    .dropdown-item {
      padding: 8px 14px;
      font-size: 15px;
      border-radius: 6px;
    }

    .dropdown-item:hover {
      background: #f5f5f5;
    }
    .logos{
        display: flex;
        align-items: center;
        gap:20px;
    }
    .chitkara-logo{
        width:180px;
    }
    .utsav-logo{
        width:96px;
    }
    /* ===============================
       BANNER SECTION
    =============================== */
    .banner-section {
      height: 600px;
      background: url("images/banner.jpg") center/cover no-repeat;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      color: #fff;
      position: relative;
      margin-top:95px;
    }

    

    .banner-content {
      position: relative;
      text-align: left;
    }
    .banner-content  img{
        margin-bottom: 20px;
    }
    .banner-content h1{
        color: #FFF;
        font-size: 76px;
        font-style: normal;
        font-weight: 600;
        line-height: 76px; /* 100% */
        letter-spacing: -0.76px;
        margin-bottom: 12px;
    }
    .banner-content p{
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 30px;
        color:#ffffff;
        margin-bottom: 20px;
    }
    .banner-content span{
        display: inline-flex;
        padding: 10px 15px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        background: #F5D000;
        color: #000;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: 28px; /* 155.556% */
        letter-spacing: -0.78px;
        text-transform: capitalize;
    }

    .home-about-content{
        width:100%;
        padding:70px 0;
    }
    .home-about-content h2{
        margin-bottom: 25px;
    }
    .home-about-content p{
        margin-bottom: 10px;
    }
    .registration-detail{
        padding-top:50px;
    }
    .registration-detail ul{
        margin:0px 0 15px 0;
        padding:0px 15px;
    }
    .registration-detail li{
        color: #000;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 26px;
        padding:7px 0;
    }
    .brouchure-section{
        width:100%;
        padding:70px 0;
        background: #d00000;
    }
    .brouchure-section p{
        color: #FFF;
        text-align: center;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 28px;
        width:80%;
        margin:0 auto 30px auto;
    }
    .brouchure-section a{
        display:flex;
        align-items: center;
        border-radius: 32px;
        background: #FFF;
        height:50px;
        width:245px;
        margin:0 auto;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        color:#000000;
        justify-content: center;
        gap:10px;
        text-decoration: none;
    }
    .last-section-content{
        width:100%;
        padding:70px 0;  
    }
    .last-section-content h2{
        margin-bottom: 40px;
    }
    .info-col-home{
        border-radius: 8px;
        background: #F4F4F4;
        padding:20px;
        display:flex;
        flex-direction: column;
        gap:15px;
        margin-bottom: 20px;
        min-height:435px;
    }
    .info-col-home.location-box{
        min-height:178px;
    }
    .icon-col{
        display:flex;
        align-items: center;
        justify-content: flex-start;
        gap:10px;
    }
    .icon-col span{
        color: #0F172B;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 25px; /* 156.25% */
        letter-spacing: -0.78px;
    }
    .location-col{
        display:flex;
        flex-direction: column;
        gap:0;
    }
    .location-col span{
        color: #0F172B;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 26px; /* 162.5% */
        letter-spacing: -0.78px;
    }
    .location-col small{
        color: #000;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        margin-bottom: 5px;
        display: block;
    }
    .location-col p{
        color: #000;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        margin-bottom: 0px;
    }
    .list-col span{
        color: #0F172B;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 26px; /* 162.5% */
        letter-spacing: -0.78px;
    }
    .list-col ul{
        margin:0px;
        padding:0px 20px;
    }
    .list-col ul li{
        color: #000;
        font-family: Inter;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        list-style: decimal;
    }
    .inner-section{
        width:100%;
        margin-top:95px;
        padding:60px 0;
    }
    .inner-content-section h1{
        color: #111;
        font-size: 40px;
        font-style: normal;
        font-weight: 700;
        line-height: 48px; /* 120% */
        text-decoration-line: underline;
        text-decoration-style: solid;
        text-decoration-skip-ink: auto;
        text-decoration-thickness: 4.5%; /* 1.8px */
        text-underline-offset: 35%; /* 14px */
        text-underline-position: from-font;
        margin-bottom: 25px;
    }
    .inner-content-section p{
        margin-bottom: 30px;
    }

    /* ===============================
       GENERIC CONTENT SECTION
    =============================== */
    .content-section {
      padding: 60px 0;
    }

    /* ===============================
       BOX SECTION (CARDS)
    =============================== */
    .info-box {
      padding: 32px;
      border-radius: 12px;
      background: #ffffff;
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
      height: 100%;
    }

    .info-box img {
      border-radius: 10px;
      width: 100%;
      height: 170px;
      object-fit: cover;
    }

    /* ===============================
       FOOTER
    =============================== */
    .footer {
      background: #111;
      width:100%;
      padding: 80px 0;
    }
    .foot-address{
        margin-bottom: 28px;
    }
    .foot-address img{
        margin-bottom: 28px;
    }
    .foot-address p {
        color: #FFF;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 25px;
        margin-bottom: 8px;
    }
    .foot-address p b{
        color: #FFF;
        font-size: 15px;
        font-style: normal;
        font-weight: 700;
        line-height: 25px;
    }
    .foot-list h4{
        color: #FFF;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 26px; 
        margin-bottom: 15px;
    }
    .foot-list ul{
        margin:0px;
        padding:0px;
        list-style: none;
    }
    .foot-list ul li{
        padding:7px 0px;
    }
    .foot-list ul li a{
        color: #FFF;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 21px;
        text-decoration: none;
    }
    .inner-content-section.schedule{
        text-align: center;
    }
    .inner-content-section.schedule h2{
        margin-bottom: 25px;
    }
    .inner-content-section.schedule p{
        margin-bottom: 0px;
    }
    .inner-content-section.schedule img{
        margin-bottom:20px;
    }
    table.schedule-table {
        width: 100%;
        border-collapse: collapse;
        font-family: Arial, sans-serif;
        font-size: 14px;
        margin-bottom: 30px;
    }
    .schedule-table th,
    .schedule-table td {
        border: 1px solid #333;
        padding: 8px 10px;
        text-align: center;
        vertical-align: top;
        
    }
    .schedule-table th {
        background: #f2f2f2;
        font-weight: bold;
    }
    .day-heading {
        background: #e8e8e8;
        font-weight: bold;
        text-align: left !important;
    }
    .schedule-table tbody, td, tfoot, th, thead, tr{
        border-width: 1px !important;
    }
    .mobOff{
        display: block;
    }
    .mobOn{
        display: none;
    }
    /* responsive media query */
    @media (max-width: 767px) {
        .mobOn{
            display: block;
        }
        .chitkara-logo {
            width: 130px;
        }
        .utsav-logo {
            width: 69px;
        }
        .inner-section{
            margin-top:70px;
        } 
        .inner-content-section h1{
            text-decoration: none;
            font-size:32px;
            line-height: 42px;
        }
        .banner-content h1{
            font-size:40px;
            line-height: 50px;
        }
        .banner-content p{
            font-size:16px;
            line-height: 26px;
        }
        .banner-content span{
            font-size:16px;
            font-weight: 500;
            padding: 5px 10px;
        }
        h2{
            font-size: 24px;
            line-height: 34px;
            text-decoration: none;
        }
        .last-section-content {
            width: 100%;
            padding: 35px 10px;
        }
        .brouchure-section {
            width: 100%;
            padding: 35px 10px;
            background: #d00000;
        }
        .brouchure-section p{
            width:100%;
        }
        .mobOff{
            display:none !important ;
        }
        .banner-section{
            background-image: url('images/mobile-banner.jpg');
            height:453px;
            margin-top:70px;
            padding:0px 10px;
        }
        .banner-content img {
            margin-bottom: 20px;
            width: 73px;
        }
        .home-about-content {
            width: 100%;
            padding: 35px 10px;
        }
        .mobile-header.mobOn {
            width: 100%;
            height: 70px;
            background: #ffffff;
            position: fixed;
            top: 0;
            left: 0;
            padding: 0px 20px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            z-index: 9999;
        }
        .menu-icon-col button{

        }
        .menu-icon-col img{
            width:28px;
        }
        .footer {
            background: #111;
            width: 100%;
            padding: 35px 10px;
        }
        .last-section-content h2{
            margin-bottom: 25px;
        }
        /* Toggle button */
        .open-sidebar-btn {
            font-size: 20px;
            background: transparent;
            color: #fff;
            padding: 0;
            border: none;
            cursor: pointer;
            border-radius: 0px;
            height:auto;
            border:none;
        }


       .sidebar {
        position: fixed;
        top: 0px;
        right: -100%;   /* hidden by default */
        width: 100%;
        height: 100%;
        background: #ffffff;
        z-index: 1000000;
        transition: all 0.4s ease;
        padding: 0px;
        box-shadow: none;
    }

    /* When active */
    .sidebar.active {
        right: 0;
    }

    /* Close button */
    .close-btn {
        background: transparent;
        border: none;
        font-size: 18px;
        cursor: pointer;
        position: relative;
        top: 0;
        right: 0;
    }

    /* Menu Links */
    .sidebar ul {
        list-style: none;
        padding: 15px 0;
        margin-top: 0px;
        text-align: left;
    }

    .sidebar ul li {
        margin: 0px 0;
        padding:10px 20px;
        border-bottom:1px solid #333;
    }

    .sidebar ul li a {
        text-decoration: none;
        font-size: 16px;
        font-weight: 400;
        color: #000;
    }
        /* When active */
    .sidebar.active {
        right: 0;
    }
    .inner-section{
        padding:35px 0px;
    }
    .close-bar-section{
        display:flex;
        align-items: center;
        justify-content: space-between;
        padding: 20px 20px;
    }
    }


