.mainHeading{
font-family:Butler; font-size:55px; color:#003728;font-weight:600; line-height:1.3; text-align:center;
}
.mainSubHeading{
font-family: 'Great Vibes', cursive; color:#003728;font-size: 45px;font-weight: 500;line-height: 28px; text-align:center; margin-top:25px; margin-bottom:50px;
}
.btn {
  padding: 5px 20px;
  border: 1px solid #F5F5F5; /* gray border */
  background: transparent;
  color: #00e5ff;
  border-radius: 0px;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.6s ease;
  font-family: 'Gordita';
  margin-top: 20px;
}

.btn:hover {
  background-color: #FFFFFF;  /* solid white background */
  color: #00e5ff;             /* keep text cyan */
  border: 1px solid #F5F5F5;  /* keep visible border */
  opacity: 1;
}
 /* heading style */
  .headings h1 {
    font-size: 18px;
    cursor: pointer;
    transition: color 0.3s ease;
    color: #333;
  }
  .headings h1.active {
    color: #37C0D0; /* highlight color */
  }

  .OurBranchHeading{
  color:#FFFFFF;
  font-size:26px;
  font-weight:600;
  font-family:Butler;
  padding-top:5px;opacity:1;
  }

  .OurBranchDtls{
  color:#FFFFFF;
  font-size:14px;
  font-weight:400;
  font-family:'Gordita';
  padding-top:15px;
  opacity:1;
  line-height:2
  }

.andManyMore{
 font-family:Butler;
 font-size:20px;
 font-weight:600;
 color:#37C0D0;
 margin-top:110%;
 display:flex;
 align-items:center;
 gap:10px;
 text-decoration:none;
 }
  .andManyMore:hover{
 font-family:Butler;
 font-size:20px;
 font-weight:600;
 color:#37C0D0;
 margin-top:110%;
 display:flex;
 align-items:center;
 gap:10px;
 text-decoration:none;
 }

.btnExplore{
    font-family: Butler;
    font-size: 22px;
    font-weight: 500;
    color: #37C0D0;
    text-decoration: none;
    display: flex;
    flex-direction: column;      /* stack text & arrow */
    align-items: center;         /* horizontal center */
    justify-content: center;     /* vertical center */
    gap: 10px;                    /* space between text & arrow */
}

.btnExplore i{
    font-size: 18px;
    color: #37C0D0;
}

.btnExplore:hover{
    color: #37C0D0;
}
 
.heading-sub-shinestar {
    font-family: "Gordita", Sans-serif;
    font-size: 18px;
    font-weight: normal;
    color: #4D4C4C;
	text-align:center;
	padding-top:15px;
}
  .HeadingShineStar{
         font-size:40px; font-family:Butler; font-weight:600; text-align:center; margin-bottom:5px;
  }

  .HeadingBar{
  width:100px;margin: 0 auto;height:3px;border-width:0;background-color:#3dcfe0;opacity:1
  }

  .ShineStarName{
	background-color:#3dcfe0;
	text-align:center;
	padding-top:3px;
	padding-bottom:3px;
	font-weight:500;
	color:#000000;
	font-family:'Gordita', Sans-serif;
	font-size: 13px;
	text-transform:uppercase;
  }

  .BestResultText{
  color:#FFFFFF;font-size:68px; font-weight:600;transform: translate(0%,0%); text-shadow:0px 0px 10px rgba(0, 0, 0, 0.78); font-family:Butler;
  }
  .BestResultTextUnderline{
	text-decoration-line:underline;text-underline-offset: 15px; text-decoration-thickness:3px;
  }
  .containerBranch {
  position: relative;
  padding:0;
  margin:0;
}

.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.7);
  overflow: hidden;
  width: 100%;
  height: 0;
  height:18%;
  transition: .5s ease;
}

.containerBranch:hover .overlay {
  height: 80%;

}
  .change-background {
            transition: background-color 0.3s ease;
			padding:18px 0;
			transform: translate(0%,0%);
			color:#FFFFFF;
			background-color:#003728;
			text-align:center;
			font-family:Gordita, Sans-serif;
			font-size: 17px;
			font-weight: 600;
			margin:25px 0;
			display:block;
			text-decoration: none;
        }

        .change-background:hover {
            background-color: #3dcfe0; /* Background color on mouseover */
			color:#000000;
			box-shadow:0px 0px 10px rgba(0, 0, 0, 0.78);
        }

		.change-background2 {
            transition: background-color 0.3s ease;
			padding:12px 0;
			transform: translate(0%,0%);
			color:#FFFFFF;
			background-color:#003728;
			text-align:center;
			font-family:Gordita, Sans-serif;
			font-size: 17px;
			font-weight: 600;
			margin:25px 0;
			display:block;
			text-decoration: none;
        }

        .change-background2:hover {
            background-color: #3dcfe0; /* Background color on mouseover */
			color:#000000;
			box-shadow:0px 0px 10px rgba(0, 0, 0, 0.78);
        }

.BoxBorder{
  border: 1px solid #E6E6E6;
  padding:0px;     /* margin ke jagah padding use karein */
  box-sizing: border-box; /* ensure border+padding count ho width me */
}

  .mentor-name {
  background: #3dcfe0;
  padding: 3px 0;
  font-weight: 500;
  color: #000;
  font-family: 'Gordita', Sans-serif;
  font-size: 15px;
  text-transform: uppercase;
}

.mentor-title {
  padding: 3px 0 1px;
  font-weight: 600;
  color: #4A4949;
  font-family: 'Gordita', Sans-serif;
  font-size: 14px;
}

.mentor-org {
  padding-bottom: 3px;
  font-weight: 500;
  color: #4A4949;
  font-family: 'Gordita', Sans-serif;
  font-size: 14px;
}


  h1.legacy-title {
  font-family: Butler;
  font-size: 40px;
  color: #003728;
  font-weight: 600;
  line-height: 1.6;
}

p.legacy-para{
font-family:'gordita'; font-size:16px; color:#666666;font-weight:300; line-height:1.8; margin-bottom:10px;
}

p.stat-para{
font-family:Butler; font-size:26px; line-height:1.53em; text-align:center; color:#000000; font-weight:600;
}

span.stat-number{
font-family:Butler; font-size:75px;font-weight:600;color:#3DCFE0;
}

span.stat-heading{
font-family:'Gordita', Sans-serif; font-size:18px; font-weight:600;
}


/* Image height */
 .custom-slider-img {
  object-fit: cover;
  height: 550px; /* Desktop default */
  margin-top: 0 !important; /* reset */
}


/* Caption Styling */
.slider-title {
  font-size: 2.5rem; /* large desktop heading */
  font-weight: bold;
}
.slider-text {
  font-size: 1.25rem; /* desktop text */
}
.carousel-control-prev,
.carousel-control-next {
  margin-top: 0 !important; /* keep aligned with slider */
}

header.header {
  position: sticky;
  top: 0;
  z-index: 9999;
  background:#003728; /* ensures no transparency */
  padding-bottom: 0px; /* adjust if header overlaps slider */
}



.link-custom {
    color: #3dcfe0 !important;   /* takes color from parent */
    text-decoration: none;
    font-weight: 600;      /* optional */
    font-size: inherit;          /* optional */
}

.link-custom:hover {
      color:#006600 !important;
      font-weight: 600;
}

.link-custom:hover i {
     transform: translateX(6px);
     color:#006600;
}

.btn-custom {
     background-color: #3dcfe0;
     color:#000000;
     border-radius: 0px;
     padding: 10px 30px;
     font-weight: 500;
     font-size:14px;
     border: none;
     transition: 0.3s;
}
 .btn-custom:hover {
     background-color:#FFFFFF;
    /* Darker shade on hover */
     color:#000000;
	 border: none;
}

 .btn-custom:hover i {
     transform: translateX(6px);
     color: #3dcfe0;
}
 .shift-up {
     position: relative;
    /* required for z-index */
     margin-top: -49px !important;
    /* move upward */
     z-index: 1000;
    /* super high, stays above most elements */
}

 .responsive-logo {
     width: 35%;
    /* default = desktop */
     display: block;
     margin: 0 auto;
    /* center align */
     padding-top: 15px;
}

.border-desktop-tablet {
    border-right: 1px solid #E6E6E6;
 }

.border-desktop-tablet2 {
    border-right: 1px solid #E6E6E6;
  }

/* Tablet (768px - 991px) */
@media (max-width: 991.98px) and (min-width: 768px) {
.mainHeading{
font-size:45px;
}
.mainSubHeading{
font-size: 35px;
}

 .OurBranchHeading{
  color:#FFFFFF;
  font-size:22px;
  font-weight:600;
  font-family:Butler;
  padding-top:3px;opacity:1;
  }

 .OurBranchDtls{
  color:#FFFFFF;
  font-size:12px;
  font-weight:400;
  font-family:'Gordita','Sans-serif';
  padding-top:5px;
  opacity:1;
  line-height:1.7
  }

.andManyMore{
 font-family:Butler;
 font-size:18px;
 font-weight:600;
 padding-left:10px;
color:#37C0D0;
 margin-top:90%;
 display:flex;
 align-items:center;
 gap:10px;
 text-decoration:none;
 }

.andManyMore:hover{
 font-family:Butler;
 font-size:18px;
 font-weight:600;
 padding-left:10px;
 color:#37C0D0;
 margin-top:90%;
 display:flex;
 align-items:center;
 gap:10px;
 text-decoration:none;
 }
.mentor-name {
  background: #3dcfe0;
  padding: 3px 0;
  font-weight: 500;
  color: #000;
  font-family: 'Gordita', Sans-serif;
  font-size: 14px;
  text-transform: uppercase;
}

.mentor-title {
  padding: 3px 0 1px;
  font-weight: 600;
  color: #4A4949;
  font-family: 'Gordita', Sans-serif;
  font-size: 14px;
}

.mentor-org {
  padding-bottom: 3px;
  font-weight: 500;
  color: #4A4949;
  font-family: 'Gordita', Sans-serif;
  font-size: 13px;
}

  .BestResultText{
  color:#FFFFFF;font-size:50px;line-height:1.6;font-weight:600;transform: translate(0%,0%); text-shadow:0px 0px 10px rgba(0, 0, 0, 0.78); font-family:Butler;
  }
  .BestResultTextUnderline{
	text-decoration-line:underline;text-underline-offset: 15px; text-decoration-thickness:3px;
  }

.change-background {
            transition: background-color 0.3s ease;
			padding:12px 0;
			transform: translate(0%,0%);
			color:#FFFFFF;
			background-color:#003728;
			text-align:center;
			font-family:Gordita, Sans-serif;
			font-size: 17px;
			font-weight: 600;
			margin:25px 0;
			display:block;
			text-decoration: none;
        }

.change-background:hover {
            background-color: #3dcfe0; /* Background color on mouseover */
			color:#000000;
			box-shadow:0px 0px 10px rgba(0, 0, 0, 0.78);

}

.change-background2 {
            transition: background-color 0.3s ease;
			padding:11px 0;
			transform: translate(0%,0%);
			color:#FFFFFF;
			background-color:#003728;
			text-align:center;
			font-family:Gordita, Sans-serif;
			font-size: 17px;
			font-weight: 600;
			margin:25px 0;
			display:block;
			text-decoration: none;
}

.change-background2:hover {
            background-color: #3dcfe0; /* Background color on mouseover */
			color:#000000;
			box-shadow:0px 0px 10px rgba(0, 0, 0, 0.78);

}

.border-desktop-tablet {
    border-right: 1px solid #E6E6E6;
  }
.border-desktop-tablet2 {
    border-right: 0px solid #E6E6E6;
}


h1.legacy-title {
    font-size: 35px;
  }

p.legacy-para{
font-family:gordita; font-size:16px; color:#666666;font-weight:300; line-height:1.6; margin-bottom:10px;
}

 p.stat-para{
font-family:Butler; font-size:23px; line-height:1.9em; text-align:center; color:#000000; font-weight:600;
}

span.stat-number{
font-family:Butler; font-size:75px;font-weight:600;color:#3DCFE0;
}

span.stat-heading{
font-family:'Gordita', Sans-serif; font-size:18px; font-weight:600;
}

 .responsive-logo {
         width: 45%;
    }

  .custom-slider-img {
    height: 350px;
  }
  .slider-title {
    font-size: 2rem;
  }
  .slider-text {
    font-size: 1rem;
  }
} /* Tablet view Close*/

/* ===== Mobile View (<768px) ===== */
 @media (max-width: 767.98px) {
 .mainHeading{
font-size:30px;
}
.mainSubHeading{
font-size: 25px;
}

 .OurBranchHeading{
  color:#FFFFFF;
  font-size:25px;
  font-weight:600;
  font-family:Butler;
  padding-top:5px;opacity:1;
  }

 .OurBranchDtls{
  color:#FFFFFF;
  font-size:14px;
  font-weight:400;
  font-family:'Gordita';
  padding-top:10px;
  opacity:1;
  line-height:1.8
  }

 .andManyMore{
 font-family:Butler;
 font-size:20px;
 font-weight:600;
 color:#37C0D0;
 margin-top:200%;
 display:flex;
 align-items:center;
 gap:10px;
 text-decoration:none;
 }

 .andManyMore:hover{
 font-family:Butler;
 font-size:20px;
 font-weight:600;
 color:#37C0D0;
 margin-top:200%;
 display:flex;
 align-items:center;
 gap:10px;
 text-decoration:none;
 }

.mentor-name {
  background: #3dcfe0;
  padding: 3px 0;
  font-weight: 500;
  color: #000;
  font-family: 'Gordita', Sans-serif;
  font-size: 13px;
  text-transform: uppercase;
}

.mentor-title {
  padding: 3px 0 1px;
  font-weight: 600;
  color: #4A4949;
  font-family: 'Gordita', Sans-serif;
  font-size: 13px;
}

.mentor-org {
  padding-bottom: 3px;
  font-weight: 500;
  color: #4A4949;
  font-family: 'Gordita', Sans-serif;
  font-size: 12px;
}

 .change-background {
            transition: background-color 0.3s ease;
			padding:12px 0;
			transform: translate(0%,0%);
			color:#FFFFFF;
			background-color:#003728;
			text-align:center;
			font-family:Gordita, Sans-serif;
			font-size: 13px;
			font-weight: 600;
			margin:3px;
			display:block;
			text-decoration: none;
        }

.change-background:hover {
            background-color: #3dcfe0; /* Background color on mouseover */
			color:#000000;
			box-shadow:0px 0px 5px rgba(0, 0, 0, 0.78);

        }

		.change-background2 {
            transition: background-color 0.3s ease;
			padding:12px 0;
			transform: translate(0%,0%);
			color:#FFFFFF;
			background-color:#003728;
			text-align:center;
			font-family:Gordita, Sans-serif;
			font-size: 13px;
			font-weight: 600;
			margin:3px;
			display:block;
			text-decoration: none;
        }

        .change-background2:hover {
            background-color: #3dcfe0; /* Background color on mouseover */
			color:#000000;
			box-shadow:0px 0px 10px rgba(0, 0, 0, 0.78);

        }

  .BestResultText{
  /*	color:#FFFFFF;font-size:40px;line-height:1.5;font-weight:600;transform: translate(0%,0%); text-shadow:0px 0px 10px rgba(0, 0, 0, 0.78); font-family:Butler; padding-left:70px;  */
  color:#FFFFFF;font-size:40px;line-height:1.5;font-weight:600;transform: translate(0%,0%); text-shadow:0px 0px 10px rgba(0, 0, 0, 0.78); font-family:Butler; padding-left:10px; text-align:center;
  }
  .BestResultTextUnderline{
	text-decoration-line:underline;text-underline-offset: 13px; text-decoration-thickness:3px;
  }

 .border-desktop-tablet {
    border-right: 0px solid #E6E6E6;
  }
.border-desktop-tablet2 {
    border-right: 0px solid #E6E6E6;
}

h1.legacy-title {
    font-size: 35px;
}

p.legacy-para{
	font-family:'gordita'; font-size:15px; color:#666666;font-weight:300; line-height:1.8; margin-bottom:10px;
}

p.stat-para{
font-family:Butler; font-size:20px; line-height:1.9em; text-align:center; color:#000000; font-weight:600;
}

span.stat-number{
font-family:Butler; font-size:60px;font-weight:600;color:#3DCFE0; line-height:1.3;
}

span.stat-heading{
font-family:'Gordita', Sans-serif; font-size:17px; font-weight:600;
}

.responsive-logo {
         width: 55%;
}

.custom-slider-img {
    	height: 200px;
}

.slider-title {
    	font-size: 1.5rem;
}

.slider-text {
    	font-size: 0.9rem;
}

 .shift-up {
         position: relative;
        /* required for z-index */
         margin-top: -4px !important;
        /* move upward */
         margin-left: -50px;
         z-index: 1000;
        /* super high, stays above most elements */
 }

.btn-custom {
         background-color: #00CCFF;
         color:#000000;
         border-radius: 0px;
         padding: 8px 25px;
         font-weight: 600;
         font-size:13px;
         border: none;
         transition: 0.3s;
 }
}
