/* Reset and Base Styles */
        * {
            padding: 0;
            margin: 0;
            box-sizing: border-box;
        }

        .h-font {
            font-family: "Roboto Condensed", serif;
            font-optical-sizing: auto;
            font-weight: 400;
            font-style: normal;
            text-align: left;
        }

        body {
            font-family: "Roboto Condensed", serif;
            font-optical-sizing: auto;
            font-weight: 400;
            font-style: normal;
            line-height: 1.5;
        }
        .main-content {
  position: relative;
  width: 100%;
  height: 32rem;
  overflow: hidden;
}

/*.background-video {*/
/*  width: 100%;*/
/*  height: 32rem;*/
/*  object-fit: cover;*/
/*  position: absolute;*/
/*  top: 0;*/
/*  left: 0;*/
/*  z-index: 1;*/
/*}*/


 .background-video {
      width: 100%;
      height: 32rem;
      object-fit: cover;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
    }

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  background-color: rgba(0, 0, 0, 0.7); /* Darkish transparent overlay */
  z-index: 2;
}

 


.section-1 {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  height: 32rem;
  padding: 0 5%;
  color: #fff;
}

.left-section {
  width: 100%;
}

.h-font {
  /*color: #fff;*/
}


        .left-section h1 {
            font-weight: 4rem;
            font-size: clamp(3rem, 5vw, 2rem);
            margin-top: 0.8rem;
            color: white;
            white-space: wrap;
        }

        .left-section p {
            font-size: clamp(1.5rem, 3vw, 1rem);
            margin-top: 0.8rem;
            font-weight: 3rem;
            color: white;
            white-space: wrap;
        }

        .header-btn {
            height: 3rem;
            width: 8rem;
            border-radius: 12px;
            background: linear-gradient(90deg, #1e90ff, #00bfff);
            font-size: 1rem;
            color: white;
            font-weight: bold;
            margin-top: 0.8rem;
            margin-right: 0.5rem;
            border: none;
            box-shadow: 0.1rem 0.1rem 0.1rem rgba(0, 0, 0, 0.3);
            cursor: pointer;
            transition: all 0.3s ease;
        }
        .syllabus-btn{
             height: 3rem;
            width: 15rem;
            border-radius: 12px;
            background: linear-gradient(90deg, #1e90ff, #00bfff);
            font-size: 1rem;
            color: white;
            font-weight: bold;
            margin-top: 0.8rem;
            margin-right: 0.5rem;
            border: none;
            box-shadow: 0.1rem 0.1rem 0.1rem rgba(0, 0, 0, 0.3);
            cursor: pointer;
            transition: all 0.3s ease;
            
        }

        .header-btn:hover,
        .syllabus-btn:hover
        {
            box-shadow: -0.1rem -0.1rem 0.1rem rgba(0, 0, 0, 0.3);
            background: linear-gradient(90deg, #00bfff, #1e90ff);
        }

        /* Right Image Section */
        .right-image-section {
            width: 100%;
            margin-top: 1.5rem;
            display: flex;
            justify-content: center;
        }

        .right-image {
            width: 100%;
            height: auto;
            border-radius: 10px;
        }

        /* Mobile View (max-width: 768px) */
        @media (max-width: 768px) {
            .right-image {
                display: none !important; /* Hides image on mobile */
            }
            .right-image-section {
                display: none; /* Hides entire container for cleaner layout */
            }
            .left-section {
                text-align: left; /* Maintains left alignment */
            }
            .syllabus-btn{
            height: 3rem;
            width: 13rem;
            border-radius: 12px;
            background: linear-gradient(90deg, #1e90ff, #00bfff);
            font-size: 1rem;
            color: white;
            font-weight: bold;
            margin-top: 0.8rem;
            margin-right: 0.5rem;
            border: none;
            box-shadow: 0.1rem 0.1rem 0.1rem rgba(0, 0, 0, 0.3);
            cursor: pointer;
            transition: all 0.3s ease;
            
        }
        
        .contact-btn{
           
                margin-top: 0rem;
               
            }
            .left-section h1{
                font-size: 2rem;
            }
            .left-section p{
                font-size: 1rem;
            }
        }
         
            
        
        
            
        }

        /* Large Screens (Desktops - 1024px and up) */
        @media (min-width: 1024px) {
            .main-content {
                padding: clamp(3rem, 5vw, 4rem) 0;
            }

            .section-1 {
                max-width: 1200px;
                display: flex;
                justify-content: space-between;
                align-items: center;
                gap: 2rem;
                padding-bottom: 0;
            }

            .left-section {
                width: 50%;
                max-width: 600px;
                text-align: left; /* Ensures left alignment */
                z-index: 10;
            }

            .left-section h1 {
                font-size: clamp(2.5rem, 4vw, 3rem);
                margin-top: 0;
                font-size: ;
            }

            .left-section p {
                font-size: clamp(1.1rem, 2vw, 1.4rem);
                margin-top: 1rem;
            }

            .header-btn {
                height: 3rem;
                width: 10rem;
                font-size: 1rem;
                margin-top: 0.2rem;
                margin-right: 1rem;
            }
            
           
            .syllabus-btn{
                height: 3rem;
                width: 18rem;
                font-size: 1rem;
                margin-top: 2rem;
                margin-right: 1rem;
                
            }

            #mentorTriggerBtn {
                width: 15rem;
            }

            .right-image-section {
                width: 50%;
                max-width: 600px;
                margin-top: 0;
                display: flex;
            }

            .right-image {
                width: 100%;
                display: block;
            }
        }
        
        @media(max-width: 824px){
            .right-image-section{
                display: none;
            }
            .syllabus-btn{
                width: 15rem;
            }
            .left-section h1{
                font-size: 2rem;
            }
            .left-section p{
                font-size: 1rem;
            }
            .header-btn{
                font-size: 0.8rem;
                padding: 0.8rem;
                height: 2.5rem;
                width: 8rem;
            }
            .syllabus-btn{
                font-size: 0.8rem;
                padding: 0.8rem;
                height: 2.5rem;
                width: 15rem;
            }
    
        }
        @media(max-width: 425px){
            .left-section h1{
                font-size: 1.5rem;
            }
            .left-section p{
                font-size: 1rem;
            }
            .header-btn{
                font-size: 0.8rem;
                padding: 0.6rem;
                height: 2rem;
                width: 8rem;
            }
            .syllabus-btn{
                font-size: 0.8rem;
                padding: 0.6rem;
                height: 2rem;
                width: 12rem;
            }
        }
