
    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:4px;
      padding:0px;
    }

    .dropdown-item {
        padding:10px 14px;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        border-radius: 0;
        background: transparent !important;
        color:#000000 !important;
    }

    .dropdown-item:hover {
      background: #EBEBEB !important;
      color:#d00000  !important;
    }
    .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;
        list-style: none;
        font-style: normal;
        font-weight: 400;
        line-height: 26px;
        background:url('images/arrow-vector.svg') left 7px no-repeat;
        padding:0px 0px 8px 20px;
    }
    .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: 70px 0 25px 0px;
    }
    .footer .col-md-9 .col-md-3{
        float:left;
        padding:0px 15px;
    }
    .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;
    }
    .social-icons{
        margin-top:28px;
    }
    .social-icons ul{
        list-style:none;
        margin:0px;
        padding:0px;
        display:flex;
        align-items: center;
        justify-content: flex-start;
        gap:12px;
     }
     .copy-right-col{
        border-top:1px solid #ffffff;
        width:100%;
        padding:25px 0px 0px 0px;
        margin-top:15px;
        text-align: center;
     }
     .copy-right-col p{
        text-align: center;
        font-size: 15px;
        font-style: normal;
        font-weight: 500;
        line-height: 25px;
        margin:0px;
        color:#ffffff;
     }
    .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;
    }

    .about-us-section{
        width:100%;
        background-image: url('images/about-banner.jpg');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height:500px;
        margin-top:95px;
    }
    .about-inner-content h2{
        margin-bottom: 25px;
    }
    .about-inner-content{
        width:100%;
        padding:70px 0;
    }
    .about-inner-content p{
        margin-bottom: 10px;
    }
    .about-video-content {
        padding:15px 0px 5px 0px;
    }
    .about-video-content  span{
        color: #000;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 26px; 
        letter-spacing: 0px;
        margin-bottom: 10px ;
        display: block;
    }
    .about-video-content  p{
        margin-bottom: 0px;
    }
    .about-video-content  ul{
        margin:0px;
        padding:0px 0px;
        list-style: none;
    }
    .about-video-content  ul li{
        color: #000;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 26px; /* 162.5% */
        background:url('images/arrow-vector.svg') left 7px no-repeat;
        padding:0px 0px 8px 20px;
    }
    .sidebar {
        display: none;
    }
    .message-chitkara-section{
        width:100%;
        padding:70px 0;
        margin-top:95px;
    }
    .message-chitkara-section h2{
        text-align: center;
        margin-bottom: 25px;
    }
    .row.chancellor-row{
        align-items: center;
        padding-top:45px;
    }
    .row.chancellor-row-chitkara{
        align-items: center;
        padding-top:45px;
    }
    .chancellor-col{
        padding: 25px 35px;
        border-radius: 7px;
        border: 0.5px solid #CCC;
        display:flex;
        flex-direction:row;
        align-items:center;
        justify-content:flex-start;
        gap:30px;
        margin-bottom: 30px;
    }
    .chancellor-row-chitkara .chancellor-col{
        flex-direction: column;
         padding: 22px 15px;
         gap:15px;
         margin-bottom: 0px;
    }
    .chancellor-row-chitkara .chancellor-info{
        align-items: center;
        justify-content: center;
    }
    .chancellor-info{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }
    .chancellor-col span{
        color: #000;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 26px; /* 162.5% */
    }
    .chancellor-col a{
        width:158px;
        height:44px;
        border-radius: 8px;
        background: #D00000;
        display: flex;
        padding: 10px 30px;
        justify-content: center;
        align-items: center;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        color:#ffffff;
        text-decoration: none;
        margin-top:30px;
    }
    .chancellor-col small{
        color: #000;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 26px;
    }
    .chancellor-content{
        text-align: left;
    }
    .chancellor-content h4{
        color: #000;
        font-size: var(--typography-body2-size, 16px);
        font-style: normal;
        font-weight: 600;
        line-height: var(--typography-body2-line-height, 26px); /* 162.5% */
        letter-spacing: var(--typography-body2-letter-spacing, 0);
        margin-bottom: 10px;
    }
    .chancellor-content h4 span{
        color:#d00000;
    }
     .chancellor-content p{
        margin-bottom:5px;
     }
     .contact-us-section{
        width:100%;
        padding:70px 0;
        margin-top:95px;
     }
     .contact-us-section h2{
        text-align: center;
        margin-bottom: 45px;
     }
     .contact-col-box{
        border-radius: 4px;
        border: 1px solid #D0D0D0;
        display: flex;
        padding: 30px 25px;
        width:100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
     }
     .contact-col-box.boxes-info{
        justify-content: center;
        align-items: center;
        margin-bottom: 20px;
     }
     .contact-col-box.boxes-info h4{
        color: #000;
        text-align: center;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: 28px; /* 155.556% */
        letter-spacing: var(--typography-body2-letter-spacing, 0);
        text-decoration: none;
        margin-bottom: 0px;
     }
     .contact-col-box.boxes-info span{
        color: #D00000;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 26px; /* 162.5% */
        letter-spacing: var(--typography-body2-letter-spacing, 0);
        text-align: center;
     }
     .contact-col-box.boxes-info p{
        text-align: center;
        margin:0px;
     }
     .contact-col-box.boxes-info a{
        color: #000;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 26px; /* 162.5% */
        letter-spacing: var(--typography-body2-letter-spacing, 0);
        display: flex;
        align-items: center;
        justify-content: center;
        gap:8px;
        text-decoration: none;
     }
     .contact-col-box h4{
        color: #D00000;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: 28px; /* 155.556% */
        letter-spacing: var(--typography-body2-letter-spacing, 0);
        text-decoration-line: underline;
        text-decoration-style: solid;
        text-decoration-skip-ink: auto;
        text-decoration-thickness: auto;
        text-underline-offset: 25%; /* 4.5px */
        text-underline-position: from-font;
        margin-bottom: 20px;
     }
     .contact-col-box span{
        color: #000;
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: 28px; /* 155.556% */
        letter-spacing: var(--typography-body2-letter-spacing, 0);
     }
     .contact-col-box p{
        margin:5px 0 0 0;
     }
     .contact-section-2{
        width:100%;
        padding:0px 0px 70px 0px;
     }
     .contact-section-2 h2{
        text-align: center;
        margin-bottom: 45px;
     }
     .rules-content{
        margin-bottom: 30px;
        width:100%;
        display: block;
     }
     .rules-content h4{
        color: var(--text-primary, #000);
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: 28px; /* 155.556% */
        letter-spacing: var(--typography-body2-letter-spacing, 0);
        margin-bottom: 10px;
     }
     .rules-content p{
        margin:0px;
     }
     .checklist-table table tr th{
        color: #000;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 26px; /* 162.5% */
        letter-spacing: var(--typography-body2-letter-spacing, 0);
     }
     .checklist-table table tr td{
        color: #000;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 26px; /* 162.5% */
        letter-spacing: var(--typography-body2-letter-spacing, 0);
     }
     .checklist-table h3{
        color: #D00000;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: 26px; /* 144.444% */
        letter-spacing: var(--typography-body2-letter-spacing, 0);
        margin-bottom: 15px;
     }
     .checklist-table ul{
        margin:0;
        padding:0 20px;
     }
      .checklist-table ul li{
        list-style: decimal;
        color: #000;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 26px; /* 162.5% */
        letter-spacing: var(--typography-body2-letter-spacing, 0);
        padding:4px 0;
      }
      .card-col-box{
        border-radius: 8px;
        background: #F4F4F4;
        margin-bottom: 30px;
      }
      .card-col-box img{
        width:100%;
        border-top-left-radius: 8px !important;
        border-top-right-radius: 8px !important;
        border-bottom-left-radius: 0px !important;
        border-bottom-right-radius: 0px !important;
      }
      .grid-content-col{
        padding:20px;
      }
      .card-col-box h5{
        color: var(--text-primary, #000);
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: 30px; /* 150% */
        letter-spacing: var(--typography-body2-letter-spacing, 0);
        margin-bottom: 12px;
      }
      .card-col-box ul{
        margin:0;
        padding:0px 0px;
      }
      .card-col-box ul li{
        color: #000;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 26px; /* 162.5% */
        padding:0px 0px 5px 0px;
        list-style: none;
        background: url('images/arrow-vector.svg') left 7px no-repeat;
        padding: 0px 0px 8px 20px;
      }

    /* Faq */
    .faq-section {
        padding: 25px 0 0px 0;
    } 
     .faq-section h2{
        text-decoration: none;
        margin-bottom: 0px;
     }  

.faq-accordion .accordion-item {
  border-radius: 8px;
    border: 1px solid #E6E6E6;
    background: #FFF;
    margin-bottom: 15px;
    padding: 0px;
}

.faq-accordion .accordion-button {
  padding: 14px 20px;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  background: transparent;
  box-shadow: none;
  line-height: 28px; /* 175% */
}

.faq-accordion .accordion-button:not(.collapsed) {
  color: #000;
}

.faq-accordion .accordion-body {
  padding: 14px 20px;
    /* font-size: 14px; */
    /* line-height: 1.6; */
    border-top: 1px solid #ccc;
}
.faq-accordion .accordion-body p{
    color: #111;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin:0px;
}

.faq-accordion ul {
  padding-left: 0px;
  margin: 0;
  list-style: none;
 
}

.faq-accordion ul li {
    margin-bottom: 0px;
    color: #111;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    background: url('images/list-arrow.svg') left 0px no-repeat;
    padding: 0px 0px 11px 30px;
}

/* Plus / Minus icons */
.faq-accordion .accordion-button::after {
  content: "+";
  font-size: 22px;
  font-weight: 400;
  background-image: none;
  transform: none;
  margin-top: -10px;
}

.faq-accordion .accordion-button:not(.collapsed)::after {
  content: "–";
}

@media (max-width:1399px){
    .navbar-nav .nav-item {
        padding: 0px 10px;
    }
    .navbar-nav .nav-link {
        padding: 0px;
        font-size: 15px;
        font-style: normal;
        font-weight: 600;
        line-height: 24px;
        letter-spacing: -0.78px;
        color: #000000;
    }
}

@media (max-width:1199px){
    .navbar-nav .nav-item {
        padding: 0px 6px;
    }
    .navbar-nav .nav-link {
        padding: 0px;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 24px;
        letter-spacing: -0.78px;
        text-transform: capitalize;
        color: #000000;
    }
    .chancellor-col{
            flex-direction: row;
            gap:15px;
            padding:15px;
            margin-bottom: 20px;
            justify-content: flex-start;
            min-height: 234px;
        }
        .chancellor-info{
            align-items: flex-start;
            justify-content: flex-start; 
            width:100%;        
        }
        .chancellor-col img{
            width:41%;
        }
        .chancellor-col a{
            margin-top:15px;
            height:38px;
        }
        .row.chancellor-row-chitkara .col-md-3{
            max-width: 100%;
            width:100%;
        }
        .row.chancellor-row-chitkara .col-md-9{
            max-width: 100%;
            width:100%;
        }
        .chancellor-row-chitkara .chancellor-info{
            align-items: flex-start;
            justify-content: flex-start; 
            width:auto;        
        }
        .chancellor-row-chitkara .chancellor-col{
            flex-direction: row;
            gap: 25px;
            padding: 15px;
            min-height: 100%;
        }
        .chancellor-row-chitkara .chancellor-col img{
            width:110px;
            height:110px;
        }
        .faq-section h2 {
            text-decoration: none;
            margin-bottom: 0px !important;
        }
}

@media (max-width:991px){
    .chancellor-col{
            flex-direction: column;
            gap:15px;
            padding:15px;
            margin-bottom: 20px;
            justify-content: flex-start;
        }
        .chancellor-info{
            align-items: center;
            justify-content: center; 
            width:100%;        
        }
        .chancellor-col img{
            width:100%;
        }
        .chancellor-col a{
            margin-top:15px;
            height:38px;
        }
    nav.navbar.navbar-expand-lg.fixed-top.mobOff {
        display: none;
    }
    .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 img{
            width:28px;
        }
        /* 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: 0;
        right: -100%;
        width: 100vw;
        height: 100vh;
        z-index: 9999;
        transition: right 0.35s ease;
        overflow: hidden;
        display:block;
        background:#ffffff;
    }

    .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 */
    .main-menu-list  {
        list-style: none;
        padding: 15px 0;
        margin-top: 0px;
        text-align: left;
    }

    .main-menu-list li {
        margin: 0px 0;
        padding:10px 20px;
        border-bottom:0.5px solid #CCC;
    }

    .main-menu-list li a {
        text-decoration: none;
        display:flex;
        align-items:center;
        justify-content:space-between;
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: 28px; /* 155.556% */
        letter-spacing: -0.78px;
        color:#000;
    }
    .sub-menu-list{
        padding:0px !important;
    }
    .sub-menu-list li{
        padding: 10px 40px !important;
        border-bottom:0.5px solid #CCC;
    }
    .sub-menu-list li a{
        color: #000;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 26px;
        text-decoration: none;
    }
        
    .close-bar-section{
        display:flex;
        align-items: center;
        justify-content: space-between;
        padding: 20px 20px;
    }
    /* Dropdown */
        .dropdown-menu {
            display: none;
            margin-top: 8px;
            margin-left: 0px;
            padding:0px !important;
            border:0.5px solid #CCC;
            width: 100%;
            top: 45px;
            left: 0;
            border-radius: 0px !important;
        }
        .dropdown-menu li{
            border-bottom:none !important;
        }
        .dropdown-menu li a {
            font-size: 17px;
            color: #444;
            font-weight: 400;
        }
    /* Rotate arrow when open */
        /* .dropdown.active > a::after {
            content: "<";
            float: right;
            font-size: 16px;
            color:#d00000;
        } */
        .dropdown.active > a::after {
            content: "";
            display: inline-block;
            width: 22px;
            height: 22px;
            margin-left: auto;
            background-image: url("images/down.png"); /* your arrow image */
            background-repeat: no-repeat;
            background-size: contain;
            background-position: center; /* optional: rotate if needed */
        }
         .dropdown > a::after {
            content: "";
            display: inline-block;
            width: 22px;
            height: 22px;
            background-image: url("images/right.png"); /* your arrow image */
            background-repeat: no-repeat;
            background-size: contain;
            background-position: center;
            position: absolute;
            right: 20px; /* optional: rotate if needed */
        }
        .row.chancellor-row-chitkara .col-md-3{
            max-width: 100%;
            width:100%;
        }
        .row.chancellor-row-chitkara .col-md-9{
            max-width: 100%;
            width:100%;
        }
        .chancellor-row-chitkara .chancellor-info{
            align-items: flex-start;
            justify-content: flex-start; 
            width:auto;        
        }
        .chancellor-row-chitkara .chancellor-col{
            flex-direction: row;
            gap: 25px;
            padding: 15px;
        }
        .chancellor-row-chitkara .chancellor-col img{
            width:110px;
            height:110px;
        }
        .faq-section h2 {
            text-decoration: none;
            margin-bottom: 0px !important;
        }
}

    /* responsive media query */
    @media (max-width: 767px) {
        .faq-section h2 {
            text-decoration: none;
            margin-bottom: 0px !important;
        }
        .contact-col-box{
            margin-bottom: 12px;
        }
        .contact-us-section{
            width:100%;
            padding:35px 10px;
            margin-top:70px;
        }
         .row.chancellor-row{
            padding-top: 35px;
         }
        .message-chitkara-section h2 {
            text-align: left;
            margin-bottom: 0;
        }
        .chancellor-col{
            flex-direction: column;
            gap:15px;
            padding:15px;
            margin-bottom: 20px;
            justify-content: flex-start;
        }
        .chancellor-row-chitkara .chancellor-info{
            align-items: flex-start;
            justify-content: flex-start; 
            width:auto;        
        }
        .chancellor-row-chitkara .chancellor-col{
            flex-direction: row;
            gap: 25px;
            padding: 15px;
        }
        .chancellor-row-chitkara .chancellor-col img{
            width:110px;
            height:110px;
        }
        .chancellor-info{
            align-items: center;
            justify-content: center; 
            width:100%;        
        }
        
        .chancellor-col img{
            width:100%;
        }
        .chancellor-col a{
            margin-top:15px;
            height:38px;
        }
        .message-chitkara-section{
            width:100%;
            padding:35px 10px;
            margin-top:70px;
        }
        .about-us-section{
            height:453px;
            margin-top:70px;
        }
        .about-inner-content{
            padding: 35px 10px;
        }
        .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;
        }
        
        .footer {
            background: #111;
            width: 100%;
            padding: 35px 10px;
        }
        .last-section-content h2{
            margin-bottom: 25px;
        }
        
    .inner-section{
        padding:35px 0px;
    }
    
        /* .dropdown > a::after {
            content: ">";
            float: right;
            font-size: 22px;
        } */
        .foot-address img{
            margin-bottom: 35px;
        }
        .foot-address p{
            margin-bottom: 25px;
        }
        .copy-right-col p{
            text-align: left;
            font-size: 12px;
            font-style: normal;
            font-weight: 500;
            line-height: 22px;
            margin:0px;
            color:#ffffff;
        }
        .copy-right-col{
            border-top:none;
            text-align: left;
            margin-top:0px;
        }

        .sidebar-accordian {
        width: 100%;
        background: #111;
        color: #fff;
        }

        .sidebar-accordian .accordion-item {
        border-bottom: 1px solid #333;
        }

        .sidebar-accordian .accordion-header {
        width: 100%;
        padding: 10px 0px;
        background: transparent;
        border: none;
        outline: none;
        color: #fff;
        font-size: 16px;
        font-weight:600;
        text-align: left;
        display: flex;
        justify-content: space-between;
        align-items: center;
        cursor: pointer;
        }

        .sidebar-accordian .accordion-header .arrow {
        transition: 0.3s;
        font-size: 24px;
        transform: rotate(0deg);
        }

        .sidebar-accordian .accordion-header.active .arrow {
        transform: rotate(90deg);
        }

        .sidebar-accordian .accordion-content {
        max-height: 0;
        overflow: hidden;
        background: transparent;
        transition: max-height 0.3s ease;
        }

        .sidebar-accordian .accordion-content a {
            display: block;
            padding: 8px 10px;
            font-size: 14px;
            color: #ffffff;
            text-decoration: none;
        border-bottom: 1px solid #222;
        }

        .sidebar-accordian .accordion-content a:hover {
            color: #fff;
        }
        .social-icons ul{
            justify-content: flex-start;
        }
        .home-about-content h2 {
            margin-bottom: 10px;
        }
        .contact-us-section h2 {
            text-align: left;
            margin-bottom: 25px;
        }
        .contact-section-2 h2 {
            text-align: left;
            margin-bottom: 25px;
        }
        .faq-section {
            padding: 0px 0 0px 0;
        }
        
    }


