	body {
    		margin: 0;
    		padding: 0;
    	}

    	

    	div {
    		margin: 0;
    		padding: 0;
    	}

    	.math-logo {
    		text-align: right;
    		font-size: 60px;
    		font-style: normal;
    		font-family: 'Arial Black', Gadget, sans-serif;
    		font-weight: bold;
    		margin-right: 50px;
    		margin-top: 40px;
    	}

    	.lmath {
    		background: linear-gradient(to right, #FF8730, #FFC83F);
    		color: white;
    		padding: 0 10px;
    	}

    	.ltalks {
    		color: white;
    		position: relative;
    		z-index: 2; /* make sure it's above the background image */
    		padding: 0 10px;
    		color: black;
    	}

    	.lslogan {
    		text-align: right;
    		font-style: normal;
    		font-weight: normal;
    		font-family: 'Arial Black', Gadget, sans-serif;
    		margin-right: 50px;
    		color: black;
    	}
    	.homet{
    		position: relative;
   		     z-index: 2;
   		     color: #5e5d5b;
   		     font-family: 'Arial Black', Gadget, sans-serif;
   		     font-size: 60px;
    	}
    	.head {
			position: relative;
			height: 600px;
			color: white;
			z-index: 1;
			overflow: hidden;
		}

		.head::before {
			content: "";
			position: absolute;
			top: 0;
			left: 0;
			height: 100%;
			width: 100%;
			background-image: url('c.jpg');
			background-size: cover;
			background-position: center;
			opacity: 0.1;
			z-index: 0;
		}
		.reimagine{
			
			color: #FB990F;
		}

		.homet3{
			font-size: 30px;
		}
		.homet a{
			background: linear-gradient(to right, #F44A09, #FFC83F);
			color: white;
			text-decoration: none;
			font-size: 30px;
			padding: 20px;
			margin-top: 30px;
		}
		.form input[type="submit"] {
			background: linear-gradient(to right, #F44A09, #FFC83F);
			font-size: 30px;
			color: white;
			font-weight: bold;
			border-radius: 15px;
		}
		form a{
			color: black;
		}
		.form{
			margin-top: 100px;
		}
		 .form-group {
            position: relative;
            margin-bottom: 1.5rem;
        }
        .form-control {
            border: 1px solid #ccc;
            border-radius: 0;
            padding: 10px 15px;
            transition: border-color 0.3s;
        }
        .form-control:focus {
            border-color: #007bff;
            box-shadow: none;
        }
        .form-label {
            position: absolute;
            top: 10px;
            left: 15px;
            color: #999;
            transition: 0.2s;
            pointer-events: none;
        }
        .form-control:focus + .form-label,
        .form-control:not(:placeholder-shown) + .form-label {
            top: -10px;
            left: 15px;
            font-size: 12px;
            color: #007bff;
        }
        .divesh{
        	margin-top: 100px;
        }
        .divesh a, .divesh a:hover{
        	background-color: #2D8BFF;
        	color: white;
        	font-size: 2.5em;
        }
        /*
        .divesh .divesh-position{
            font-size:4em;
            font-weight:bold;
        }
        */
        .eventDetails{
        	margin-top: 100px;
        	font-family: 'Arial Black', Gadget, sans-serif;
        	font-size: 2.5em;
        }
        .eventDetails h1{
        	font-size: 1.5em;
        }
         .eventDetails .details{
         	color: #FB890F;
         	padding: 5px;
         	border-radius: 5px;
         	margin-left: 5px;

         }
         .yellowBox{
         	background: linear-gradient(to right, #FFC83F,#F44A09 );
         	color: white;
         	 display: flex;
			    align-items: center;
			    height: 50vh; /* or whatever height you want */
			    border-radius: 30px;
			    flex-direction: column;
			    justify-content: center;
			    width: 350px;

         }
         .entry{
         	font-weight: lighter;
         	color: #6f7571;
         }
         .grade5-10{
         	
         }
         .eventDetails .eventbox{
         	background: linear-gradient(to right, #FFC83F,#F44A09 );
         	color: white;
         	font-size: 1.5em;
         	width: 300px;
         }
          .eventDetails .middle{
          	border-right: 1px solid black;
          	border-left: 1px solid black;
          }
          .forStd{
          	font-size: 0.75em;
          }

.mathSpecial{
	margin-top: 100px;
}
.mathSpecial h1{
	font-size: 3em;
	font-family: 'Arial Black', Gadget, sans-serif;
}
          .mts{
          	color: #FB890F;
          }
.box{
	font-size: 30px;
}
.box img{
	width: 300px;
	height: 400px;
}
.box .ms1{

}
.box .ms2{
	font-weight: bold;
	color: #F44D08;
}
.box div{
	margin: 0px;
	padding: 0px;
	

}
 .eventDetails .sub-btn, .mathSpecial .sub-btn{
			background: linear-gradient(to right, #F44A09, #FFC83F);
			font-size: 50px;
			color: white;
			
			font-weight: bold;
			border-radius: 15px;
			width: 500px;
			margin: 0 auto;
			margin-top: 40px;
		}
.whyAttend{
	margin-top: 100px;
	
}
.whyAttend h1{
	font-family: 'Arial Black', Gadget, sans-serif;
	font-size: 4em;
	color: #4c4f4d;
	margin-bottom: 60px;
}
.whyAttend .orange{
	color: #FFAE13;
	font-weight: bold;
}

.whyAttend .circle{
	 background-color: #FFAE13;
  color: white;
 
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  
}

.whyAttend td{
	
	font-family: 'Poppins', sans-serif;
	padding-left: 20px;
}
.whyAttend table{
	margin:0 auto;
	font-size: 1.25em;
}
.whyAttend tr{
	padding: 20px;
}
.whyAttend .bottomText{
	font-size: 2em;
	margin-top: 50px;
}



.about{
	margin-top: 100px;
}
.about h1{
	text-align: left;
	color: #595353;
	 /*font-family: 'Orbitron', sans-serif;
	   font-family: 'Playfair Display', serif;
	   */
	   font-family: 'Arial Black', Gadget, sans-serif;
	 font-weight: bold;
	 font-size: 4em;
}
.about .blue, .blue{
	color: #0F3480;
}
.about p{
	font-size: 1.7em;
	margin-top: 50px;
	margin-bottom: 50px;
	font-family: 'Poppins', sans-serif;
	text-align: left;
}

.about .counter {
  font-size: 4em;
  font-weight: bold;
  color: #0F3480;
}

.about .title{
	font-size: 3em;
}
.logo{
	margin-top: 150px;
	margin-bottom: 100px;
	
}
.logo img{
	width: 150px;
	margin-right: 30px;

}

.testimonial h1{
	text-align: left;
	color: #595353;
	font-size: 4em;
	font-family: 'Arial Black', Gadget, sans-serif;
	font-weight: bold;
}
.video-wrapper {
  position: relative;
  width: 350px;
  height: 500px;
  border-radius: 30px;
  overflow: hidden;
}

.custom-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 30px;
  background: black;
  cursor: pointer;
}
.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  /* Add these to ensure visibility */
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease;
}

.play-button.hidden {
  opacity: 0;
  visibility: hidden;
}

.play-button::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 24px solid white;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  /* Remove margin-left and let flexbox handle centering */
}