body {
    font-family: 'Montserrat', sans-serif;
}


 /* Hide mobile nav on desktop */
@media (min-width: 1025px) {
  .mobile-nav { 
    display: none !important; 
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
  }
}

/* Hide desktop nav on mobile */
@media (max-width: 1024px) {
  .desk-nav { display: none !important; }
}

/* Sidebar */
.sidebar {
  height: 100vh;
  width: 0;
  position: fixed;
  top: 0;
  right: 0;
  background: #111;
  overflow-y: auto;
  transition: 0.4s;
  z-index: 999999;
  padding-top: 150px; /* Because your navbar height = 150px */
  
}

/* Close button */
.close-btn {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 35px;
  background: none;
  border: none;
  color: white;
}

/* Sidebar menu */
.mobile-menu {
  list-style: none;
  padding: 20px;
}

.mobile-menu li {
  padding: 12px 0;
  border-bottom: 1px solid #333;
}

.mobile-menu a {
  color: white;
  text-decoration: none;
  font-size: 18px;
}

/* Dropdown inside */
.dropdown-content {
  display: none;
  padding-left: 20px;
  background: #222;
}

.dropdown-content li {
  border: none;
  padding: 10px 0;
  color: #fff;
}

.dropdown-toggle {
  display: block;
  color: #fff;
}


/* Show dropdown on hover */
.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}

/* Make dropdown mega menu */
.mega-dropdown {
    width: 100%;
    left: 0;
    right: 0;
    padding: 2rem;
    background-color: #f8f9fa;
    border-top: 2px solid #007bff;
}

.location-label {
    background-color: #ffc20e;
    font-size: 12px;
    padding: 2px 8px;
    border-radius: 3px;
    color: #000;
    margin-left: 5px;
}
.location-phone {
    font-size: 14px;
    margin-left: 5px;
}
.location-block {
    padding: 5px 0;
    font-size: 14px;
}
.location-title {
    font-weight: 600;
}

.study{
	font-family: "Montserrat", Sans-serif;
    font-size: 50px;
    font-weight: 600;
    color: #00b9ad;
}

.studyap{
	font-family: "Montserrat", Sans-serif;
    font-size: 100px;
    font-weight: 600;
    color: #00b9ad;
}
.divider{
	border: 2px solid #ffc20e;
	width: 30%;
	display: block;
}


.course-box {
    background-color: #00b9ad;
    color: white;
    padding: 40px 30px;
    width: 100%;
    text-align: center;
    position: relative;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 50% 100%, 0 85%);
}
.course-box i {
	font-size: 32px;
    margin-bottom: 15px;
}

.course-box h3 {
  	font-size: 18px;
  	font-weight: 600;
    margin-bottom: 20px;
}

select {
    width: 100%;
    padding: 12px 15px;
    border: none;
    border-radius: 10px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    margin-bottom: 20px;
    color: #333;
}

.btn-search {
    background-color: #ffc20e;
    color: #000;
    border: none;
    padding: 12px 25px;
    font-weight: 700;
    font-size: 16px;
    border-radius: 10px;
    cursor: pointer;
}

.btn-search:hover {
    background-color: #e0a800;
}

.sliderdiv{
	color: #000;
	background-color:#ffc20e;
	padding: 5% 0;
	text-align: center;
	width: 90%;
	border-radius: 10px;
	font-weight: 700;
}
.box{
	padding: 15% 3%;
	background-image: url('images/center.png');
	border-radius: 10px 10px 0 0;
}
.bbox{
	padding: 5%;
}
.box h3{
	color: #fff;
}
.box h5{
	color: #fff;
}
.center-learn{
	background-color: #ffc20e;
	width: 100%;
	border:none;
	padding: 2%;
	border-radius: 0 0 10px 10px;
	font-family: "Montserrat", Sans-serif;
    font-size: 26px;
    font-weight: 600;
    transition: 0.3s;
    font-style: normal;
    text-decoration: none;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

.center-learn:hover {
	background-color: #00b9ad;
	width: 100%;
	transition: 0.3s;
	border:none;
	color: #fff;
	padding: 2%;
	border-radius: 0 0 10px 10px;
	font-family: "Montserrat", Sans-serif;
    font-size: 26px;
    font-weight: 600;
    font-style: normal;
    text-decoration: none;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}


.heading{
    font-family: "Montserrat", Sans-serif;
    font-size: 45px;
    font-weight: 700;
    line-height: 50px;
    color: #00b9ad;
}

.heading2{
    font-family: "Montserrat", Sans-serif;
    font-size: 45px;
    font-weight: 700;
    line-height: 50px;
    color: #fff;
}

.counter-section {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 100px;
}

.counter-box {
	text-align: center;
}

.counter {
    font-size: 60px;
    font-weight: bold;
    color: #ffc20e;
}

.label {
    margin-top: 10px;
    font-size: 18px;
    color: white;
}

.white-banner{
    font-family: "Montserrat", Sans-serif;
    font-size: 50px;
    font-weight: 600;
    color: #fff;
}
footer{
    background-color: #00b9ad;
    color: #fff;
}
.email{
    padding: 3%;
    border:none;
    border-radius: 5px;
}

.b-footer{
    background-color: #000;
}




/* 50% OFF Button */
.offer-btn {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    position: fixed;
    right: 0;
    top: 40%;
    background-color: #ffc20e;
    color: #000;
    font-weight: bold;
    padding: 10px;
    border-radius: 0 15px 15px 0;
    cursor: pointer;
    z-index: 1050;
}

/* Chat/Phone Button */
.floating-btn {
    position: fixed;
    right: 0px;
    background-color: #ffc20e;
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 50% 0 0 50%;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    cursor: pointer;
    z-index: 1050;
    transition: background-color 0.3s;
}

.floating-btn:hover {
    background-color: #e67e00;
}

.chat-btn {
    top: 20%;
}

.phone-btn {
    top: 30%;
}

/* Hover Box */
.hover-box {
    position: absolute;
    top: 0;
    right: 60px;
    background-color: #fff;
    padding: 6px 12px;
    border-radius: 6px;
    color: #000;
    white-space: nowrap;
    font-size: 14px;
    box-shadow: 0 0 8px rgba(0,0,0,0.2);
    display: none;
    align-items: center;
}

.floating-btn:hover .hover-box {
    display: flex;
}

/* Sidebar Form */
.form-sidebar {
    position: fixed;
    top: 0;
    right: -400px;
    width: 400px;
    height: 100%;
    background: #fff;
    box-shadow: -2px 0 5px rgba(0,0,0,0.3);
    transition: right 0.3s ease-in-out;
    z-index: 1060;
    padding: 30px;
}

.form-sidebar.active {
    right: 0;
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 24px;
    cursor: pointer;
}

.form-control {
    margin-bottom: 15px;
}

.submit-btn {
    background-color: #f7941d;
    color: #fff;
    border: none;
}

.submit-btn:hover {
    background-color: #e67e00;
}

html{
    overflow-x: hidden;
}

.header-blue{
    background: #00B9AC;
    padding-bottom: 4%;
    clip-path: polygon(
      5px 0%,      /* top-left moved 10% above */
      100% 0%,     /* top-right normal */
      100% 100%,   /* bottom-right normal */
      0% 65%       /* bottom-left slant */
    );

    width: 101%;
    margin-left: -6px;

}


.orange-strip{
    background: #FFC20F;
    clip-path: polygon(
                0% 0%,       /* Top-Left Corner */
                100% 0%,     /* Top-Right Corner */
                98% 100%,    /* Bottom-Right Corner */
                0% 80%       /* Bottom-Left Corner (This determines the slant) */
            );
    padding-right: 3%;
    padding-bottom: 5%;
}

.white-stip{
    background: #fff;
    clip-path: polygon(
                0% 0%,       /* Top-Left Corner */
                100% 0%,     /* Top-Right Corner */
                98% 100%,    /* Bottom-Right Corner */
                0% 80%       /* Bottom-Left Corner (This determines the slant) */
            );
}

.header-right{
    overflow: visible;
    background-image: linear-gradient(to bottom, #00252B, #016370);
    clip-path: polygon(
                0% 0%,       /* Top-Left Corner */
                100% 0%,     /* Top-Right Corner */
                100% 100%,   /* Bottom-Right Corner */
                0% 70%       /* Bottom-Left Corner (This determines the slant) */
            );
}
.uni-name{
    color: #fff;
}

.nav-link{
    color: #FFC20F;
}

.nav-link:hover{
    color: #FFF;
}

.side-menu{
    margin-left: -2%;
}
.hero{
    background-image: url('../assets/images/banner.png'); 
    height: 100vh; 
    background-size: cover; 
    background-position: center; 
    margin-top: -30px;
}

.typing-text {
  border-right: 3px solid #fff;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  color: #000;
  background-color: #FFC20F;
}
.typing-area {
  color: white;
  font-size: 70px;
  line-height: 1.1;
}
.reg{
    color: #000;
    background-color: #FFC20F;
    padding: 2% 5%;
    border:none;
    border-radius: 10px;
    font-weight: 600;
}


.sticky-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #00252B;
  z-index: 9999;
  padding: 10px 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease, visibility 1s ease;
}
.sticky-nav.show {
  opacity: 1;
  visibility: visible;
}
.under{
    text-decoration: none;
}
.cpy-150 {
    font-size: 150px;
    font-family: 'Montserrat', sans-serif;;
    line-height: 1;
    color: #FFC20F;
}

.hdln-22 {
    font-size: 22;
    min-font-size: 1.125rem;
    max-font-size: 1.375rem;
    line-height: 1.27272727272727272727;
}
.border-bottem{
    border-bottom: 1px solid #FFC20F;
}
.border-bottem-hi{
    border-bottom: 1px solid #FFC20F;
    height: 200px;
}



.why-section {
  position: relative;
}

.sticky-heading {
  position: sticky;
  top: 80px;        /* distance from top */
  background: #fff; /* ya jo bhi heading ka background ho */
  z-index: 10;      /* header ke upar dikhne ke liye */
  padding: 20px;    /* optional, spacing ke liye */
}


.content-area {
  position: relative;
}
