@import url('https://fonts.googleapis.com/css2?family=Inria+Serif:wght@400;700&display=swap');
* {
  padding: 0;
  margin: 0;
}




.form-section {

    padding: 25px;
    border-radius: 9px;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.form-control,
.form-select {
    border: none;
    border-bottom: 2px solid #3b50c3;
    border-radius: 0;
    background: #f4f4f4;
    /* margin-bottom: 15px; */
}

.submit-btn {
    background: #262363;
    box-shadow: 0px 3.285px 11.416px 0px rgba(0, 0, 0, 0.25);

    color: white;
    font-weight: 600;
    width: 100%;
    padding: 12px;
    border: none;
    border-radius: 4px;
}




.highlight-red {
color: #2788CC;
font-family: Poppins;
font-size: 1.6rem !important;
font-style: normal;
font-weight: 600;
}

.highlight-blue {
 color: #262363;
font-family: poppins;
font-size: 1.6rem !important;
font-style: normal;
font-weight: 600;

}

.query-button {
font-size: 12px;
  padding: 10px 4px !important;
  border: none;
  border-radius: 0px !important;
  border-end-end-radius: 12px !important;
  border-top-right-radius: 12px !important;
}


.query-input {

  padding: 2px 2px !important;

}







.highlight-red {
color: #2788CC;
font-family: Poppins;
font-size: 44px;
font-style: normal;
font-weight: 600;
/* line-height: 54px;  */
letter-spacing: 0.44px;
}

.highlight-blue {
 color: #262363;
font-family: poppins;
font-size: 44px;
font-style: normal;
font-weight: 600;
/* line-height: 54px; */
letter-spacing: 0.44px;
}

.info-card {
  background: white;
  border-radius: 16px;
  padding: 25px;
box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
  height: 100%;
}



.contact-query-section {
background: linear-gradient(90deg, #2788CC 0%, #0E005A 100%);
}

.query-form {
  max-width: 600px;
  margin: 0 auto;
  border-radius: 16px;
border: 1px solid rgba(255, 255, 255, 0.20);
}

.query-input {
  flex: 1;
  min-width: 220px;
  max-width: 400px;
  border-radius: 12px;
  /* padding: 12px 16px; */
  border: 1px solid #ccc;
}

.query-form input::placeholder{
  color: #ffffff;
}

.query-button {
  padding: 12px 10px;
  color: white;
  border: none;
  border-radius: 0px !important;
  border-end-end-radius: 12px !important;
  border-top-right-radius: 12px !important;
background: #2788CC;
box-shadow: 0px 2px 4px 0px rgba(138, 92, 0, 0.32), 0px 0px 0px 2px rgba(255, 182, 37, 0.16);

}

.query-button:hover {
background: #2788Cb;
  /* color: black; */
  box-shadow: 0px 2px 4px 0px rgba(138, 92, 0, 0.32), 0px 0px 0px 2px rgba(255, 182, 37, 0.16);
}





.login_bar {
	width: 300px;
	height: 50px;
	background: white;
	border-radius: 10px;
	top: 50%;
	position: relative;
  z-index: 1;
	overflow: hidden;
}

.login_bar .login {
	background: transparent;
	position: absolute;
	height: 100%;
	width: 190px;
	padding-left: 10px;
	text-align: left;
	line-height: 50px;
	vertical-align: middle;
	z-index: 10;
	-webkit-transition: transform 0.2s ease-in-out 0s;
	   -moz-transition: transform 0.2s ease-in-out 0s;
	     -o-transition: transform 0.2s ease-in-out 0s;
	        transition: transform 0.2s ease-in-out 0s;
          border: none !important;
}

.login_bar .login:focus {
  outline: none;
}

.login_active {
	-webkit-transform: translateX(300px);
	   -moz-transform: translateX(300px);
	    -ms-transform: translateX(300px);
	     -o-transform: translateX(300px);
	        transform: translateX(300px);
}

.subscribe_button:hover{
	background-color: #0081FE;
	cursor:pointer;
}

.subscribe_button {
	background: #0081FE;
	position: absolute;
	top: -50px;
	left: 200px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	height: 150px;
	width: 100px;
	text-align: center;
	line-height: 150px;
	vertical-align: middle;	
	color: white;
	-webkit-transition: transform 0.5s ease 0s;
	   -moz-transition: transform 0.5s ease 0s;
	     -o-transition: transform 0.5s ease 0s;
	        transition: transform 0.5s ease 0s;
}

.subscribe_button_active{
	-webkit-transform: translateY(50px);
	   -moz-transform: translateY(50px);
	    -ms-transform: translateY(50px);
	     -o-transform: translateY(50px);
	        transform: translateY(50px);
}

.subscribing{
	background: #CDD4DC;
	height: 100%;
	width: 300px;
	z-index: 5;
	position: absolute;
	left:-300px;
	display: inline-block;
	-webkit-transition: transform 1s ease 0s ;
	   -moz-transition: transform 1s ease 0s ;
	     -o-transition: transform 1s ease 0s ;
	        transition: transform 1s ease 0s ;
}

.subscribing_active {
	-webkit-transform: translateX(300px);
	   -moz-transform: translateX(300px);
	    -ms-transform: translateX(300px);
	     -o-transform: translateX(300px);
	        transform: translateX(300px);
}

.thanks{
	background: transparent;
	height: 100%;
	width: 300px;
	z-index: 5;
	text-align: left;
	line-height: 50px;
	vertical-align: middle;
	padding-left: 10px;
	position: absolute;
	top:50px;
	display: inline-block;
	-webkit-transition: transform 0.5s ease 0s ;
	   -moz-transition: transform 0.5s ease 0s ;
	     -o-transition: transform 0.5s ease 0s ;
	        transition: transform 0.5s ease 0s ;
}

.thanks_active {
	-webkit-transform: translateY(-50px);
	   -moz-transform: translateY(-50px);
	    -ms-transform: translateY(-50px);
	     -o-transform: translateY(-50px);
	        transform: translateY(-50px);
}





/* add css adition in index page  */




.bg-primary {
  background-color: #2c74d6!important;
}
.btn-primary {
  background-color: #1a245e;
  border: none;
}
.btn-primary:hover {
  background-color: #2c3376;
}
.form-control, .form-select {
  font-size: 1.1rem;
  border-radius: 6px;
}
@media (max-width: 991.98px) {
  /* .container-fluid .row > div {
    margin-bottom: 2rem;
  } */
}
/* @media (max-width: 767.98px) {
  .container-fluid {
    padding: 0 0.5rem;
  }
  .row {
    flex-direction: column;
  }
  
} */




.process-icon {
  width: 100px;
  height: 100px;
  border: 2px solid #2c3376;
  border-radius: 50%;
  position: relative;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}
.process-icon::after {
  /* content: ''; */
  width: 36px;
  height: 36px;
  background: #d9d9d9;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 991.98px) {
  .process-icon {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 767.98px) {
  .process-icon {
    width: 60px;
    height: 60px;
  }
  /* .container .row > div {
    margin-bottom: 2rem;
  } */
}






.nav-tabs .nav-link {
  border-radius: 2rem !important;
  margin: 0 0.2rem;
  padding: 0.5rem 2rem;
  font-weight: 500;
  color: #2c3376;
  background: #f4f8fc;
  border: none;
}
.nav-tabs .nav-link.active {
  background: #4da3ff;
  color: #fff;
  font-weight: 600;
  border: none;
}
.card {
  border-radius: 1rem;
  border: 1px solid #e6e6e6;
}
.card-body {
  padding: 1.2rem;
}
.btn-primary {
  background: #4da3ff;
  border: none;
  font-weight: 500;
}
.btn-primary:hover {
  background: #2c3376;
}
.btn-dark {
  background: #2c3376;
  border: none;
  font-weight: 500;
}
.btn-dark:hover {
  background: #4da3ff;
  color: #fff;
}
@media (max-width: 991.98px) {
  .card-body {
    padding: 1rem;
  }
}
@media (max-width: 767.98px) {
  .nav-tabs .nav-link {
    padding: 0.5rem 1rem;
    font-size: 0.95rem;
  }
  .card {
    margin-bottom: 1rem;
  }
}


/* Card and Carousel Styles */
.card {
  border-radius: 1rem;
  border: 1px solid #e6e6e6;
}
.card-body {
  padding: 1.2rem;
}
@media (max-width: 991.98px) {
  .card-body { padding: 1rem; }
}
@media (max-width: 767.98px) {
  .card { margin-bottom: 1rem; }
}




/* @media (max-width: 991.98px) {
  .container .row > div {
    margin-bottom: 1rem;
    text-align: center !important;
  }
  .col-lg-4 {
    justify-content: center !important;
  }
}
@media (max-width: 767.98px) {
  .container .row {
    flex-direction: column;
    gap: 1rem;
  }
  .container .row > div {
    text-align: center !important;
  }
} */



.carousel-indicators{
    margin-bottom: 0rem !important;

 }





.vision-values-section {
    position: relative;
    overflow: hidden;
    min-height: 320px;
}

.vision-bg {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(90deg, #14315A 70%, #14315Aee 100%);
    /* Add your background image below */
    background-image: url('../banner/vision.png');
    background-size: cover;
    background-position: center;
    opacity: 0.93;
}

.vision-card {
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.04);
    transition: border-color 0.2s, box-shadow 0.2s;
}

.vision-card:hover {
    border-color: #fff;
    box-shadow: 0 4px 24px rgba(20, 49, 90, 0.12);
}

@media (max-width: 991.98px) {
    .vision-values-section h2 {
        font-size: 1.6rem;
    }

    .vision-card {
        padding: 1.2rem;
    }
}

@media (max-width: 767.98px) {
    .vision-values-section {
        min-height: 0;
        padding: 2rem 0;
    }

    .vision-bg {
        background-position: top;
    }

    .vision-card {
        margin-bottom: 1rem;
    }
}





.about-hero {
    padding: 70px 0;
    background-color: #fff;
}

.about-heding {
    font-size: 3rem;
    line-height: 1.2;
}

.hero-bg-shape {
    position: absolute;
    top: 0;
    right: 0;
    width: 35%;
    height: 100%;
    background-color: #f8f9fa;
    border-radius: 0 0 0 100px;
    z-index: -1;
}

.about-hero-image {
    position: relative;
    z-index: 1;
}

.floating-shape {
    position: absolute;
    border-radius: 20px;
    z-index: -1;
}

.shape-1 {
    width: 150px;
    height: 150px;
    background-color: rgba(39, 136, 204, 0.15);
    bottom: -40px;
    left: -50px;
}

.shape-2 {
    width: 80px;
    height: 80px;
    background-color: rgba(38, 35, 99, 0.1);
    top: -30px;
    right: 20%;
}

.story-accent-card {
    position: absolute;
    bottom: -40px;
    right: -40px;
    background: #262363;
    color: white;
    border-radius: 15px;
    max-width: 280px;
    z-index: 2;
}

.mission-card {
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s;

}

.mission-card:hover {
    transform: translateY(-10px);
}

.mission-icon {

    color: #2788CC;
    display: flex;
    align-items: center;
    justify-content: start;
}

.mission-icon i {
    width: 70px;
    height: 70px;
    background-color: rgba(39, 136, 204, 0.1);
    font-size: 2rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;

}

.team-card {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s;
}

.team-card:hover {
    transform: translateY(-10px);
}

.team-img-wrapper {
    position: relative;
    overflow: hidden;
}

.team-img-wrapper img {
    width: 100%;
    transition: transform 0.4s;
}

.team-card:hover .team-img-wrapper img {
    transform: scale(1.05);
}

.team-social {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    opacity: 0;
    transition: opacity 0.3s;
    display: flex;
    justify-content: center;
    gap: 15px;
}

.team-card:hover .team-social {
    opacity: 1;
}

.team-social-link {
    color: white;
    background: rgba(255, 255, 255, 0.2);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s;
}

.team-social-link:hover {
    background: #2788CC;
    color: white;
}

.timeline {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    padding-top: 30px;
}

.timeline::before {
    /* content: ''; */
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 3px;
    background: rgba(255, 255, 255, 0.2);
    transform: translateX(-50%);
}

.timeline-item {
    position: relative;
    margin-bottom: 50px;
    display: flex;
    justify-content: center;
}

.timeline-content {
    width: 40%;
    padding: 20px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    position: relative;
    color: white;
}

.timeline-year {
    position: absolute;
    top: -35px;
    left: 0;
    background: #2788CC;
    color: white;
    padding: 5px 15px;
    border-radius: 20px;
    font-weight: 700;
}

.testimonial-card {
    background: white;
    border-radius: 15px;
    transition: transform 0.3s, box-shadow 0.3s;
}

.testimonial-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.testimonial-rating i {
    color: #FFD700;
    font-size: 1.2rem;
}

.partner-logo {
    opacity: 1;
    transition: opacity 0.3s;
    max-height: 60px;
}



.cta-card {
    background: linear-gradient(135deg, #262363 0%, #2788CC 100%);
    border-radius: 20px;
    box-shadow: 0 15px 30px rgba(38, 35, 99, 0.2);
}

@media (max-width: 991.98px) {
    .timeline::before {
        left: 30px;
    }

    .timeline-item {
        justify-content: flex-start;
        padding-left: 60px;
    }

    .timeline-content {
        width: 100%;
    }

    .story-accent-card {
        right: 0;
        bottom: -60px;
        max-width: 90%;
    }
}

@media (max-width: 767.98px) {

    .mission-icon {
        justify-content: center;
    }

    .about-hero {
        padding: 40px 0;
        text-align: center;
    }

    .about-heding {
        font-size: 2rem;
        line-height: normal;
    }

    .about-text2 {
        font-size: 1.2rem !important;
    }

    .floating-shape {
        display: none;
    }

    .hero-bg-shape {
        width: 100%;
        height: 50%;
        border-radius: 0;
    }

    .team-social {
        opacity: 1;
    }

    .story-accent-card {
        position: relative;
        right: 0;
        bottom: 0;
        margin-top: -50px;
        margin-left: auto;
        margin-right: auto;
    }
}




/* Course Page Styles */
.course-hero {
  position: relative;
  overflow: hidden;
}

.wave-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.wave-bottom svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 150px;
}

.category-tabs .nav-link {
  border-radius: 50px;
  padding: 8px 20px;
  margin: 0 5px;
  font-weight: 600;
  color: #555;
  transition: all 0.3s;
}

.category-tabs .nav-link.active {
  background-color: #262363;
  color: white;
}

.category-tabs .nav-link:hover:not(.active) {
  background-color: #e9ecef;
}

.course-card {
  transition: all 0.3s ease;
  border-radius: 12px;
  overflow: hidden;
}

.course-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0,0,0,0.1) !important;
}

.popular-courses {
  scrollbar-width: none; /* Firefox */
}

.popular-courses::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera*/
}

.course-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 70%);
}

.scroll-indicator {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  justify-content: space-between;
  padding: 0 10px;
  pointer-events: none;
}

.scroll-indicator button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: white;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: auto;
}

.scroll-indicator button:hover {
  background: #f8f9fa;
}

.popular-course-card .card-img-top {
  height: 180px;
  object-fit: cover;
}

@media (max-width: 991.98px) {
  .category-tabs .nav-link {
    padding: 6px 15px;
    font-size: 0.9rem;
    margin: 0 3px;
  }
}

@media (max-width: 767.98px) {
  .category-tabs {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 5px;
    margin-bottom: 20px;
  }
  
  .category-tabs::-webkit-scrollbar {
    height: 4px;
  }
  
  .category-tabs::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
  }
  
  .course-hero {
    padding-bottom: 60px;
  }
  
  .wave-bottom svg {
    height: 80px;
  }
  
  .course-overlay {
    opacity: 1;
  }
}



/* end course page css */



/* Contact Page Styles */
.contact-hero {
    position: relative;
    padding-top: 4rem;
    padding-bottom: 8rem;
    overflow: hidden;
}

.wave-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.wave-bottom svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 150px;
}

.contact-card {
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s, box-shadow 0.3s;
}

.contact-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(39, 136, 204, 0.15);
}

.icon-circle {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(38, 35, 99, 0.1);
    border-radius: 50%;
    transition: all 0.3s;
}

.icon-circle i {
    font-size: 2rem;
    color: #2788CC;
    transition: transform 0.3s;
}

.contact-card:hover .icon-circle {
    background-color: #2788CC;
}

.contact-card:hover .icon-circle i {
    color: white;
    transform: scale(1.2);
}

.form-control,
.form-select {
    padding: 0.75rem 1rem;
    border-radius: 12px;
    border: 1px solid #e2e2e2;
}

.form-control:focus,
.form-select:focus {
    box-shadow: 0 0 0 3px rgba(38, 35, 99, 0.15);
    border-color: #2788CC;
}

.accordion-button:not(.collapsed) {
    background-color: rgba(39, 136, 204, 0.1);
    color: #262363;
    box-shadow: none;
}

.accordion-button:focus {
    box-shadow: none;
    border-color: transparent;
}

.accordion-button::after {
    background-size: 1rem;
}

.social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background-color: #f5f5f5;
    border-radius: 50%;
    color: #262363;
    font-size: 1.5rem;
    transition: all 0.3s;
    text-decoration: none;
}

.social-link:hover {
    background-color: #262363;
    color: white;
    transform: translateY(-5px);
}

@media (max-width: 767px) {
    .contact-hero {
        padding-top: 2rem;
        padding-bottom: 6rem;
    }

    .icon-circle {
        width: 60px;
        height: 60px;
    }

    .icon-circle i {
        font-size: 1.5rem;
    }

    .social-link {
        width: 50px;
        height: 50px;
        font-size: 1.3rem;
    }
}




.custom-gradient-section {
  padding-top: 100px;
  padding-bottom: 120px;
  background: linear-gradient(90deg, #14315A 70%, #14315Aee 100%) !important;
  background-image: url('../banner/vision.png'); /* Change path if needed */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}






/* Guidance Page Styles */
.guidance-hero {
  position: relative;
  overflow: hidden;
}

.guidance-wave-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.guidance-wave-bottom svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 150px;
}

.guidance-card {
  background-color: white;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
  transition: transform 0.3s, box-shadow 0.3s;
}

.guidance-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0,0,0,0.1);
}

.guidance-icon {
  width: 80px;
  height: 80px;
  background-color: rgba(39, 136, 204, 0.1);
  color: #2788CC;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.guidance-icon i {
  font-size: 2.5rem;
}

.admission-process {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}

.admission-process::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 25px;
  width: 3px;
  background: rgba(39, 136, 204, 0.2);
}

.process-step {
  position: relative;
  padding-left: 70px;
  margin-bottom: 50px;
}

.process-step:last-child {
  margin-bottom: 0;
}

.process-icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #262363 0%, #2788CC 100%);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 1.2rem;
  z-index: 1;
}

.counselor-card {
  background: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
  transition: transform 0.3s;
}

.counselor-card:hover {
  transform: translateY(-10px);
}

.counselor-img-wrapper {
  position: relative;
  overflow: hidden;
}

.counselor-img-wrapper img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  transition: transform 0.4s;
}

.counselor-card:hover .counselor-img-wrapper img {
  transform: scale(1.05);
}

.counselor-social {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px;
  background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);
  opacity: 0;
  transition: opacity 0.3s;
  display: flex;
  justify-content: center;
  gap: 15px;
}

.counselor-card:hover .counselor-social {
  opacity: 1;
}

.counselor-social-link {
  color: white;
  background: rgba(255,255,255,0.2);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s;
}

.counselor-social-link:hover {
  background: #2788CC;
  color: white;
}

.success-card {
  background: white;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
  transition: transform 0.3s;
}

.success-card:hover {
  transform: translateY(-10px);
}

.success-quote {
  color: #2788CC;
  font-size: 2rem;
}

.accordion-button:not(.collapsed) {
  background-color: rgba(39, 136, 204, 0.1);
  color: #262363;
  box-shadow: none;
}

.accordion-button:focus {
  box-shadow: none;
  border-color: transparent;
}

.accordion-button::after {
  background-size: 1rem;
}

@media (max-width: 991.98px) {
  .process-step {
    padding-left: 60px;
  }
  
  .process-icon {
    width: 40px;
    height: 40px;
    font-size: 1rem;
  }
  
  .admission-process::before {
    left: 20px;
  }
}

@media (max-width: 767.98px) {
  .guidance-hero {
    padding-bottom: 60px;
  }
  
  .guidance-wave-bottom svg {
    height: 80px;
  }
  
  .counselor-social {
    opacity: 1;
  }
  
  .counselor-img-wrapper img {
    height: 240px;
  }
}






    /* Mobile Navigation Styles */



    .mobile-nav {
        background-color: white;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }

    .mobile-menu-toggle {
        background: none;
        border: none;
        color: #0b014d;
        font-size: 1.5rem;
        cursor: pointer;
        padding: 8px;
        border-radius: 4px;
        transition: all 0.3s ease;
    }

    .mobile-menu-toggle:hover {
        background-color: rgba(255, 255, 255, 0.1);
    }

    .mobile-menu-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background-color: rgba(0, 0, 0, 0.8);
        z-index: 9999;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
    }

    .mobile-menu-overlay.active {
        opacity: 1;
        visibility: visible;
    }

    .mobile-menu-content {
        position: absolute;
        top: 0;
        right: 0;
        width: 300px;
        max-width: 85vw;
        height: 100vh;
        background: white;
        box-shadow: -5px 0 20px rgba(0, 0, 0, 0.3);
        transform: translateX(100%);
        transition: all 0.3s ease;
        overflow-y: auto;
    }

    .mobile-menu-overlay.active .mobile-menu-content {
        transform: translateX(0);
    }

    .mobile-menu-header {
        /* padding: 20px; */
        text-align: right;
        /* border-bottom: 1px solid rgba(0, 0, 0, 0.1); */
    }

    .mobile-menu-close {
        background: none;
        border: none;
        font-size: 1.5rem;
        color: #333;
        cursor: pointer;
        padding: 8px;
        border-radius: 50%;
        transition: all 0.3s ease;
    }

    .mobile-menu-close:hover {
        background-color: rgba(0, 0, 0, 0.1);
    }

    .mobile-menu-body {
        padding: 20px;
    }

    .mobile-menu-items {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .mobile-menu-items li {
        margin-bottom: 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }


    .mobile-menu-items a {
        display: block;
        padding: 15px 0;
        color: #0b014d;
        text-decoration: none;
        font-weight: 500;
        font-size: 1rem;
        transition: all 0.3s ease;
    }

    .mobile-menu-items a:hover {
        color: #0b014d;
        padding-left: 10px;
    }

    .mobile-menu-contact {
        margin-top: 30px;
        padding: 20px 0;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
    }

    .contact-info {
        display: flex;
        align-items: center;
        color: #0b014d;
        font-weight: 600;
        /* margin-bottom: 20px; */
    }

    .contact-info i {
        margin-right: 10px;
        color: #0b014d;
    }

    .mobile-book-btn {
        width: 100%;
        padding: 12px 20px;
        background-color: #0b014d;
        color: white;
        border: none;
        border-radius: 25px;
        font-weight: 600;
        font-size: 1rem;
        cursor: pointer;
        transition: all 0.3s ease;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }

    .mobile-book-btn:hover {
        background-color: #0b014d;
        transform: translateY(-2px);
    }

    .mobile-menu-footer {
        margin-top: 30px;
        padding: 20px 0;
        /* border-top: 1px solid rgba(0, 0, 0, 0.1); */
        text-align: center;
    }

    .mobile-logo-footer {
        margin-bottom: 15px;
    }

    .mobile-copyright {
        color: #666;
        font-size: 0.8rem;
        line-height: 1.4;
    }

    .mobile-copyright p {
        margin: 2px 0;
    }

    .thyo-link {
        color: #0b014d;
        font-weight: 600;
    }

    /* Prevent body scroll when menu is open */
    body.mobile-menu-open {
        overflow: hidden;
    }

    /* Responsive adjustments */
    @media (max-width: 576px) {
        .mobile-menu-content {
            width: 100%;
            max-width: 100%;
        }
    }




header .nav-link {
  color: #2c3376;
  font-size: 1rem;
  /* margin-right: 1.5rem; */
  transition: color 0.2s;
}
header .nav-link.active,
header .nav-link:hover  {
  color: #1a245e;
  text-decoration: underline;
  font-weight: bold;
}
@media (max-width: 767.98px) {
  header .container-fluid {
    flex-direction: column;
    align-items: flex-start;
  }
  header h2 {
    font-size: 1.3rem;
  }
  header img {
    height: 40px;
  }
}
