.cert-card-x91 {
    max-width: 480px;
}
.cert-img-wrapper-x91 {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
}
.cert-img-x91 {
    width: 100%;
    transition: 0.3s;
}

.admission-bar {
    background: transparent;
    color: #fff;
    padding: 29px 20px;

}

.admission-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  text-align: center;
}

.tag {
  background: #ffcc00;
  color: #000;
  padding: 4px 10px;
  font-size: 15px;
  font-weight: 600;
  border-radius: 20px;
}

.deadline {
  font-size: 16px;
}
.bshs {
    display: flex;
     flex-wrap: wrap;
}
.apply-btn {
  background: #fff;
  color: #0b3d91;
  padding: 5px 12px;
  font-size: 12px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
}

.apply-btn:hover {
  background: #ffcc00;
  color: #000;
}

/* Mobile */
@media (max-width: 576px) {
  .deadline {
    width: 100%;
    font-size: 12px;
  }

  .apply-btn {
    margin-top: 5px;
  }
}
/**/
.research-imgs img {
    width: auto !important;
    height: 240px;
    object-fit: cover;
    display: block;
    border-radius: 50%;
    width: 200px !important;
    height: 200px !important;
    margin: 10px;
    margin: auto;
    margin-top: 20px;
}

.research-center{
padding:70px 0;
background:#f7f9fc;
}

.section-title{
text-align:center;
margin-bottom:50px;
}

.section-title h2{
font-size:34px;
font-weight:700;
margin-bottom:10px;
}

.section-title p{
max-width:700px;
margin:auto;
color:#666;
}

.research-grid{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:30px;
}

.research-card{
background:#fff;
border-radius:12px;
overflow:hidden;
box-shadow:0 10px 25px rgba(0,0,0,0.08);
transition:0.3s;
}

.research-card:hover{
transform:translateY(-6px);
}

.research-img img{
width:100%;
height:230px;
object-fit:cover;
}

.research-content{
padding:25px;
}

.research-content h3{
font-size:20px;
margin-bottom:5px;
}

.designation {
    color: #333;
    margin-bottom: 15px;
    height: 61px;
}
.research-stats{
list-style:none;
padding:0;
margin-bottom:20px;
}

.research-stats li{
margin-bottom:6px;
font-size:14px;
}

.research-btn{
display:inline-block;
background:#ae152d;
color:#fff;
padding:10px 18px;
border-radius:6px;
text-decoration:none;
font-size:14px;
}
.research-swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    text-align: center;
    padding-top: 10px;
}
span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #ae152d;
}
.research-btn:hover{
background:#ae152d;
color: #fff;
}

/* Mobile */

@media(max-width:768px){

.research-grid{
grid-template-columns:1fr;
}

.section-title h2{
font-size:26px;
}

}

/**/



.research-card{
  position:relative;
  overflow:hidden;
  border-radius:8px;
}



/* overlay background */
.research-overlay{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:rgba(0,0,0,0.55);
  color:#fff;
  padding:20px;
}

/* center title */
.research-title{
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%, -50%);
  text-align:center;
  font-size:18px;
  font-weight:600;
      color: #fff;
          width: 88%;
}

/* hidden description */
.research-desc{
  position:absolute;
  bottom:-100%;
  left:0;
  width:100%;
  padding:20px;
  font-size:14px;
  transition:0.5s;
}

/* hover effect */
.research-card:hover .research-desc{
  bottom:0;
}

.research-section{
  padding:70px 0;
  background:#F9F9F9;
}

.research-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:15px;
}

.research-card{
  position:relative;
  overflow:hidden;
  border-radius:8px;
}

.research-card img{
  width:100%;
  height:210px;
  object-fit:cover;
  display:block;
}

/* Default overlay */
.research-overlay{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:110%;
  background:rgba(0,0,0,0.7);
  color:#fff;
}



/* Description hidden initially */
.research-desc{
  position:absolute;
  bottom:-110%;
  left:0;
  width:100%;
  height:100%;
  padding:30px;
  background:#AE152D; /* solid background */
  color:#fff;
  font-size:14px;
  transition:0.5s;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  z-index: 999;
}

/* Hover effect */
.research-card:hover .research-desc{
  bottom:0;
}



/* Tablet */
@media(max-width:992px){
  .research-grid{
    grid-template-columns:repeat(2,1fr);
  }
}

/* Mobile */
@media(max-width:576px){
  .research-grid{
    grid-template-columns:1fr;
  }

  .research-card img{
    height:190px;
  }
  .research-title {
    width: 88%;
    font-size: 15px;
 
}
}






:root {
    --primary-color: #ae152d;
}
html{
  scroll-behavior:smooth;
}

body{
  padding-top:70px;
   font-family: "Outfit", sans-serif;
    box-sizing: border-box;
    
}

/* NAV ACTIVE */
.navbar .nav-link{
  font-weight:500;
  color:#333;
}

.navbar .nav-link.active {
    color: #a0132a;
    font-weight: 600;
}

/* HERO */
.hero{
  padding: 80px 0;
  background: url('https://images.unsplash.com/photo-1522202176988-66273c2fd55f') center/cover no-repeat;
  position:relative;
}
/* Duration Badge */
.duration-badge {
    display: inline-block;
    background: var(--primary-color);
    color: #fff;
    padding: 6px 14px;
    border-radius: 30px;
    font-weight: 500;
    font-size: 14px;
}

/* Apply Button */
.apply-btn {
    background: var(--primary-color);
    color: #fff;
    border-radius: 30px;
    transition: 0.3s ease;
}

.apply-btn:hover {
    background: #8d1125;
    color: #fff;
}

/* Hero Points */
.hero-points {
    list-style: none;
    padding-left: 0;
}

.hero-points li {
    margin-bottom: 12px;
    display: flex;
    align-items: start;
    gap: 10px;
    font-size: 15px;
}

.hero-points i {
    color: var(--primary-color);
    font-size: 18px;
}
.hero::before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:rgba(0,0,0,0.75);
}

.hero .container{
  position:relative;
  z-index:2;
}

.hero-points{
  list-style:none;
  padding-left:0;
}

.hero-points {
  list-style: none;
  padding: 0;
}

.hero-points li {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  font-size: 16px;
}

.hero-points li i {
  background: #fff; /* blue circle */
  color: #000;         /* white tick */
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  margin-right: 10px;
}

/* FORM */
.form-card {
    background: #fff;
    padding: 21px;
    border-radius: 10px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
    width: 360px;
    float: right;
}
.form-card select {
    font-size: 13px;
    padding: 10px;
}

.form-card input {
    font-size: 13px;
    padding: 10px;
}
.btn-danger{
  background:#000;
  border:none;
}

.btn-danger:hover{
  background:#8f1126;
}

/* SECTIONS */
.section{
  padding:100px 0;
  scroll-margin-top:90px;
  text-align:center;
  font-size:24px;
  font-weight:600;
}


/*logo section*/

/* Section Background */
.licensure-section {
    background: #f8f9fa;
}

/* Section Title */
.section-title h2 {
    font-size: 32px;
color: #000;
    display: inline-flex;
    align-items: center;
    gap: 15px;
}

.title-line {
    width: 50px;
    height: 3px;
    background: var(--primary-color);
    display: inline-block;
}

/* Logo Box */
.logo-box {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.05);
    transition: 0.3s ease;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-box img {
    max-height: 60px;

    transition: 0.3s ease;
}

/* Hover Effect */
.logo-box:hover {
    transform: translateY(-5px);
}

.logo-box:hover img {
    filter: grayscale(0%);
}

/* Mobile Adjustment */
@media (max-width: 768px) {
    .section-title h2 {
        font-size: 20px;
    }

    .logo-box {
        height: 100px;
        padding: 15px;
    }

    .logo-box img {
        max-height: 45px;
    }
}

/*logo section end*/


/*overview section*/
.about-program {
  background: #fff;
}

.section-title {
  font-size: 34px;
  font-weight: 700;
}

.section-title span {
  color: #ae152d;
  position: relative;
}


.section-title span::before {
  left: -50px;
}

.section-title span::after {
  right: -50px;
}

.section-subtitle {
    color: #1d1c1c;
    font-size: 16px;
    font-weight: 400;
}

.about-program p {
  color: #333;
  line-height: 1.8;
  font-size: 16px;
}

/* Feature Grid */
.feature-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}

.feature-item {
  background: #fff;
  padding: 15px;
  border-radius: 8px;
  font-size: 16px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
  display: flex;
  align-items: start;
  gap: 10px;
}

.feature-item i {
  color: #ae152d;
  font-size: 18px;
  margin-top: 3px;
}

/* Image Styling */
.about-image {
  position: relative;
  display: inline-block;
}

.about-image img {
  border-radius: 12px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.1);
  max-width: 420px;
}

.about-image::before {
  content: "";
  position: absolute;
  top: -20px;
  left: -20px;
  width: 100%;
  height: 100%;
  background: #ae152d;
  border-radius: 12px;
  z-index: -1;
}

/* Responsive */
@media (max-width: 992px) {
  .feature-grid {
    grid-template-columns: 1fr;
  }

  .about-image img {
    max-width: 100%;
  }
}

/*overview section end*/


.phd-highlights {
  background: #f7f7f7;
}

.highlight-title {
  font-size: 32px;
  font-weight: 700;
}

.highlight-title span {
  color: #ae152d;
}

.highlight-subtitle {
  color: #666;
  font-size: 15px;
  margin-top: 10px;
}

.highlight-card {
  background: #fff;
  padding: 40px 25px;
  border-radius: 16px;
  text-align: center;
  transition: 0.4s ease;
  box-shadow: 0 8px 25px rgba(0,0,0,0.05);
  height: 100%;
}

.highlight-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.08);
}

.icon-box {
  width: 70px;
  height: 70px;
  background: #f3e6e8;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}

.icon-box i {
  font-size: 28px;
  color: #ae152d;
}

.highlight-card h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

.highlight-card p {
  font-size: 14px;
  color: #666;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
}
/* Swiper Arrows */
.swiper-button-next,
.swiper-button-prev {
  color: #ae152d;
}

.swiper-pagination-bullet-active {
  background: #ae152d;
}
.swiper-button-next,
.swiper-button-prev {
width: 35px !important;
    height: 35px !important;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
}

.swiper-button-next i,
.swiper-button-prev i {
  font-size: 18px;
  color: #ae152d;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  background: #ae152d;
}

.swiper-button-next:hover i,
.swiper-button-prev:hover i {
  color: #fff;
}
/* Responsive */
@media (max-width: 991px) {
  .highlight-card {
    padding: 30px 20px;
  }
}

/*why phd*/
.phd-impact-section {
  padding: 60px 0;
  background: #fff;
}

.impact-heading {
  text-align: center;
  margin-bottom: 50px;
}

.impact-heading h2 {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 10px;
}

.impact-heading p {
  font-size: 16px;
  color: #666;
}
.swiper.phdImpactSwiper.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
    padding-top: 10px;
}
.impact-card {
  background: #fff;
  border-radius: 20px;
  padding: 40px 30px;
  text-align: center;
  border: 2px solid #ae152d;
  transition: 0.3s ease;
  min-height: 380px;
}

.impact-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.08);
}

.impact-icon {
  width: 70px;
  height: 70px;
  background: #ae152d;
  color: #fff;
  font-size: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}

.impact-card h3 {
  font-size: 26px;
  font-weight: 700;
  color: #ae152d;
  margin-bottom: 15px;
}

.impact-card p {
  font-size: 15px;
  color: #555;
  line-height: 1.6;
}



.phd-impact-section {
  overflow: hidden;
}



/* Swiper Arrows */
.phd-swiper-prev,
.phd-swiper-next {
  width: 35px;
  height: 35px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 6px 20px rgba(0,0,0,0.1);
  position: absolute;
  top: 35%;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.phd-swiper-next:hover {
    background: #ae152d;
    color: #fff;
}
.phd-swiper-next:hover i {
  
    color: #fff;
}
.phd-swiper-prev:hover {
    background: #ae152d;
    color: #fff;
}
.phd-swiper-prev:hover i {
  
    color: #fff;
}

.phd-swiper-prev { left: 10px; }
.phd-swiper-next { right: 10px; }

.phd-swiper-prev i,
.phd-swiper-next i {
  font-size: 22px;
  color: #ae152d;
}

/* Pagination */
.phd-swiper-pagination {
  margin-top: 30px;
  text-align: center;
}

/* Responsive */
@media (max-width: 991px) {
  .phd-impact-section {
    padding: 60px 0;
  }

  .impact-heading h2 {
    font-size: 26px;
  }

  .impact-card {
    padding: 30px 20px;
  }

  .phd-swiper-prev,
  .phd-swiper-next {
    display: none;
  }
}

/* Section */
.eligibility-section {
  background: #f8f9fb;
}

/* Heading */
.section-heading h2 {
  font-size: 36px;
}

.section-heading span {
  color: #ae152d;
}

/* Eligibility Card */
.eligibility-card {
  background: #fff;
  padding: 35px;
  border-radius: 20px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.05);
}

.eligibility-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 20px;
}

.eligibility-item i {
  font-size: 22px;
  color: #ae152d;
  margin-top: 3px;
}

/* Documents Card */
.document-card {
  background: linear-gradient(135deg, #ae152d, #8f1026);
  color: #fff;
  padding: 35px;
  border-radius: 20px;
  box-shadow: 0 20px 50px rgba(174,21,45,0.25);
}

.document-card h4 {
  font-weight: 600;
}

.document-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.document-card li {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.document-card i {
  font-size: 18px;
}

/* Mobile */
@media (max-width: 768px) {
  .section-heading h2 {
    font-size: 26px;
  }

  .eligibility-card,
  .document-card {
    padding: 25px;
  }
}

/*Apllication process*/

.application-section {
  background: #fff;
}

.application-section h2 span {
  color: #ae152d;
}

.process-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  flex-wrap: wrap;
}

/* Dashed Line */
.process-wrapper::before {
  content: "";
  position: absolute;
  top: 45px;
  left: 5%;
  width: 90%;
  height: 2px;
  border-top: 2px dashed #d4a017;
  z-index: 0;
}

/* Step Box */
.process-step {
  text-align: center;
  position: relative;
  z-index: 1;
  width: 18%;
}

/* Icon */
.icon-box {
  width: 90px;
  height: 90px;
  background: #ae152d;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  border: 6px solid #fff;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.icon-box i {
  font-size: 30px;
  color: #fff;
}

/* Step Badge */
.step-badge {
  display: inline-block;
  margin-top: 15px;
  padding: 4px 14px;
  font-size: 13px;
  border-radius: 20px;
  border: 1px solid #ae152d;
  color: #ae152d;
  background: #fff;
}

.process-step h6 {
  margin-top: 10px;
  font-weight: 600;
}

/* ---------------- Mobile ---------------- */
@media (max-width: 991px) {

  .process-wrapper {
    flex-direction: column;
    gap: 40px;
  }

  .process-wrapper::before {
    display: none;
  }

  .process-step {
    width: 100%;
  }

}
/*Apllication process end*/


/*curricalue css*/


#curriculumAccordion {
  max-height: 500px;
  overflow-y: auto;
  padding-right: 8px;
}

/* Custom Scrollbar (Modern Look) */
#curriculumAccordion::-webkit-scrollbar {
  width: 6px;
}

#curriculumAccordion::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

#curriculumAccordion::-webkit-scrollbar-thumb {
  background: #ae152d;
  border-radius: 10px;
}

#curriculumAccordion::-webkit-scrollbar-thumb:hover {
  background: #8c1024;
}
.curriculum-section {
  background: #f8f9fb;
}

.curriculum-section h2 span {
  color: #ae152d;
}

/* Accordion */
.custom-accordion .accordion-item {
  border: none;
  margin-bottom: 15px;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.custom-accordion .accordion-button {
  background: #fff;
  font-weight: 600;
  padding: 18px 25px;
  border-radius: 14px;
  box-shadow: none;
}

.custom-accordion .accordion-button:not(.collapsed) {
  background: #ae152d;
  color: #fff;
}

.custom-accordion .accordion-button:focus {
  box-shadow: none;
  border-color: transparent;
}

/* Body */
.accordion-body {
  background: #fff;
  padding: 20px 25px;
  font-size: 15px;
  line-height: 1.6;
}

/* Mobile */
@media (max-width: 768px) {
  .curriculum-section h2 {
    font-size: 24px;
  }

  .custom-accordion .accordion-button {
    font-size: 14px;
    padding: 15px 18px;
  }

  .accordion-body {
    font-size: 14px;
  }
}

/*program fess*/
.apply-wrapper {
  text-align: left;
  margin-top: 40px;
}

.apply-btn {
  display: inline-block;
  padding: 14px 38px;
  background-color: #ae152d;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 50px;
  transition: all 0.3s ease;
  box-shadow: 0 8px 20px rgba(174, 21, 45, 0.25);
}

.apply-btn:hover {
  background-color: #8f1024;
  transform: translateY(-3px);
  box-shadow: 0 12px 25px rgba(174, 21, 45, 0.35);
}

/* Mobile Responsive */
@media (max-width: 576px) {
  .apply-btn {
    padding: 12px 28px;
    font-size: 15px;
  }
}
.programme-fee {
  padding: 70px 20px;
  background: #fff;
 
}

.programme-fee .container {
  max-width: 1100px;
  margin: auto;
}
.fee-cta {
  text-align: center;
  margin-top: 40px;
}

.apply-btn {
  display: inline-block;
  padding: 14px 35px;
  background: #ae152d;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  border-radius: 50px;
  text-decoration: none;
  transition: 0.3s ease;
  box-shadow: 0 8px 20px rgba(174, 21, 45, 0.25);
}

.apply-btn:hover {
  background: #8e1125;
  transform: translateY(-3px);
  box-shadow: 0 12px 25px rgba(174, 21, 45, 0.35);
}

.fee-header {
  text-align: center;
  margin-bottom: 30px;
}

.fee-header h2 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 10px;
}

.total-fee {
  font-size: 20px;
  color: #555;
}

.total-fee span {
  font-size: 26px;
  font-weight: 700;
  color: #ae152d;
}

.finance-banner {
  background: linear-gradient(135deg, #ae152d, #d11a38);
  color: #fff;
  padding: 20px;
  border-radius: 12px;
  text-align: center;
  margin-bottom: 40px;
  font-size: 15px;
}

.finance-banner a {
  color: #fff;
  font-weight: 600;
  text-decoration: underline;
}

.payment-options {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}

.payment-card {
  background: #fff;
  padding: 25px;
  border-radius: 16px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.05);
  transition: 0.3s ease;
}

.payment-card:hover {
  transform: translateY(-5px);
}

.payment-card h3 {
  font-size: 20px;
  margin-bottom: 15px;
  color: #ae152d;
}

.payment-card p {
  font-size: 15px;
  color: #444;
  line-height: 1.6;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .payment-options {
    grid-template-columns: 1fr;
  }

  .fee-header h2 {
    font-size: 24px;
  }

  .total-fee span {
    font-size: 22px;
  }
}


.career-section {
  background: #f9f9f9;
}

.section-title {
  font-weight: 700;
  font-size: 32px;
  color: #ae152d;
}

.section-subtitle {
  max-width: 750px;
  margin: 10px auto 0;
  color: #555;
  font-size: 16px;
}

.career-card {
  background: #ffffff;
  padding: 30px 25px;
  border-radius: 16px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.06);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.career-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 35px rgba(174,21,45,0.15);
}

.career-icon {
  width: 55px;
  height: 55px;
  background: #ae152d;
  color: #fff;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin-bottom: 18px;
}

.career-card h5 {
  font-weight: 600;
  margin-bottom: 12px;
}

.career-card p {
  font-size: 14px;
  color: #555;
  margin: 0;
}

/* Mobile Adjustments */
@media (max-width: 768px) {
  .section-title {
    font-size: 24px;
  }
  .career-card {
    padding: 22px;
  }
}

.why-phd-section {
  background: #fff;
}

.why-title {
  font-size: 32px;
  font-weight: 700;
  color: #111;
}

.why-title span {
  color: #ae152d;
}

.why-intro {
  font-size: 16px;
  color: #555;
  margin-bottom: 25px;
}

.why-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.why-list li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 18px;
  font-size: 16px;
  color: #333;
  line-height: 1.6;
}

.why-list li i {
  position: absolute;
  left: 0;
  top: 4px;
  color: #ae152d;
  font-size: 20px;
}

.why-image-wrapper img {
  max-width: 100%;
  border-radius: 20px;
  transition: 0.3s ease;
}

.why-image-wrapper img:hover {
  transform: scale(1.03);
}

/* Mobile */
@media (max-width: 768px) {
  .why-title {
    font-size: 24px;
  }

  .why-list li {
    font-size: 14px;
  }
}

.about-university {
  background: #f9f9fb;
}

.about-title {
  font-size: 34px;
  font-weight: 700;
}

.about-title span {
  color: #ae152d;
}

.about-content {
  max-width: 950px;
}

.about-content p {
  font-size: 16px;
  line-height: 1.8;
  color: #333;
  margin-bottom: 20px;
}

.highlight-box {
  background: #fff;
  border-left: 5px solid #ae152d;
  padding: 20px 20px 20px 60px;
  border-radius: 10px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.05);
  position: relative;
  margin-top: 30px;
}

.highlight-box i {
  position: absolute;
  left: 20px;
  top: 20px;
  font-size: 24px;
  color: #ae152d;
}

.highlight-box p {
  margin: 0;
  font-weight: 500;
  color: #333;
}

/* Mobile Responsive */
@media (max-width: 768px) {

  .about-title {
    font-size: 24px;
  }

  .about-content p {
    font-size: 14px;
  }

  .highlight-box {
    padding: 18px;
  }

  .highlight-box i {
    position: relative;
    left: 0;
    top: 0;
    margin-bottom: 10px;
    display: inline-block;
  }
}

.faq-section {
  
  margin: auto;
}

.faq-header {
  text-align: left;
  margin-bottom: 30px;
}

.faq-header h2 {
  font-size: 2rem;
  font-weight: 700;
  color: var(--text-dark);
}

.faq-header h2 span {
  color: var(--primary);
}

.faq-header p {
  color: var(--text-light);
  margin-top: 8px;
  font-size: 0.95rem;
}

.faq-container {
  background: var(--white);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.faq-item {
  border-bottom: 1px solid var(--border);
}
.footer {
  background: #111;
  color: #ccc;
  padding: 20px 0;
  font-size: 14px;
}

.footer p {
  margin: 0;
}

.footer p:hover {
  color: #ffffff;
  transition: 0.3s ease;
}
.faq-question {
  width: 100%;
  padding: 20px;
  background: none;
  border: none;
  outline: none;
  text-align: left;
  font-size: 1.1rem;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  transition: background 0.3s ease;
}

.faq-question:hover {
  background: #fafafa;
}

.faq-icon {
  font-size: 1.2rem;
  transition: transform 0.3s ease;
}

.faq-item.active .faq-icon {
  transform: rotate(45deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  padding: 0 20px;
}

.faq-answer p {
  padding-bottom: 20px;
  color: var(--text-light);
  font-size: 0.95rem;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 600px) {
  .faq-header h2 {
    font-size: 1.6rem;
  }

  .faq-question {
    font-size: 0.95rem;
    padding: 16px;
  }

  .faq-answer p {
    font-size: 0.9rem;
  }
}



/*slider form*/
.enquire-btn {
    position: fixed;
    right: -3.5rem;
    font-size: 17px;
    background-color: #f56606;
    color: #fff;
    text-decoration: none;
    transform: rotateZ(-90deg);
    top: 50%;
    padding: 0.8rem 2.1rem;
    font-weight: 700;
    text-align: center;
    cursor: pointer;
    z-index: 10000;
    border-radius: 1.5rem 1.5rem 0 0;
    border: none;
}
.with-icon input {
    display: block;
    width: 100%;
    height: auto;
    padding: 12px 12px;
    font-size: 13px;
  
    margin-bottom: 0.5rem;
    color: var(--text-dark);
    background-color: transparent;
    border: 1px solid #717171;
    border-radius: 0px;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    border-radius: 5px;
}
.contact_fild {
    padding: 0rem 1rem 1.5rem;
}
button#banner-button {
    width: 100%;
    padding: 10px;
    color: #fff;
    border-radius: 10px;
}
.with-icon select {
    display: block;
    width: 100%;
   
    height: auto;
    padding: 12px 12px;
    font-size: 13px;
    margin-bottom: 0.5rem;
    color: var(--text-dark);
    background-color: transparent;
    border: 1px solid #717171;
    border-radius: 0px;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    border-radius: 5px;
}
.sliding-form-container {
    z-index: 1000000;
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    overflow: hidden;
    pointer-events: none;
}
.sliding-form-container .under-lay {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #000;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}
.sliding-form {
    position: absolute;
    background-color: #fff;
/*    background: linear-gradient(to bottom,  #00000066 , #00000066 ), url('https://www.edushikshaguide.com//assets/img/es_header/enquiry-form-background.webp') no-repeat;*/
    width: 37vw;
    height: 100%;
    z-index: 100000;
    top: 0;
    bottom: 0;
    right: 0;
    border-top-left-radius: 0rem;
    border-bottom-left-radius: 0rem;
    transform: translateX(100%);
    transition: transform 0.5s ease-in-out;
}
.close-btn-form-slider {
    position: absolute;
    height: 30px;
    width: 30px;
    margin-top: 10px;
    margin-left: 10px;
    object-fit: contain;
    object-position: center;
    background-color: transparent;
    border: none;
}
.contact-form-csr {
    /* padding: 3rem; */
    margin: auto;
}
.contact-form-csr .right {
    width: 100%;
    /* height: 100vh; */
    overflow-y: scroll;
    scrollbar-width: none;
}
.contact-form-csr h3 {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    margin: 30px 0 18px 0;
    color: #333;
}
.contact-form-csr .right form {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 20px;
    /* padding-bottom: 100px; */
}
.sliding-form-container.active {
    pointer-events: auto;
}
.sliding-form-container.active .under-lay {
    opacity: 0.9;
}
.sliding-form-container.active .sliding-form {
    transform: translateX(0%);
}
.close-btn-form-slider img {
    height: 25px;
    width: 25px;
    max-width: 25px;
    filter: invert(0);
}


/*slider form end*/

/* Back To Top Button */
#back-top {
  position: fixed;
  left: 25px;
  bottom: 20px;
  width: 45px;
  height: 45px;
  background: #ae152d;
  color: #fff;
  display: none;   /* 👈 Initially hidden */
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 20px;
  text-decoration: none;
  z-index: 999;
}
#back-top.show {
  opacity: 1;
  visibility: visible;
}

/* Side Apply Button */
.sideNavi {
  position: fixed;
  right: 25px;
  bottom: 25px;
  z-index: 999;
}

.enquire-btn {
  background: #ae152d;
  color: #fff;
  border: none;

  font-weight: 600;
  cursor: pointer;
}
.enquire-btn:hover {
  background: #8c0f24;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  #back-top {
    right: 15px;
    bottom: 80px;
  }

  .sideNavi {
    right: 15px;
    bottom: 20px;
  }
}


.floating-contact {
  position: fixed;
  bottom: 25px;
  left: 25px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 0.4s ease;
}

/* Show class when scrolling */
.floating-contact.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* Common button style */
.floating-contact a {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 22px;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(0,0,0,0.2);
  transition: all 0.3s ease;
  position: relative;
}

/* Call Button */
.float-call {
    background: linear-gradient(135deg, #ae152d, #e00c2d);
}

/* WhatsApp Button */
.float-whatsapp {
  background: linear-gradient(135deg, #25D366, #128C7E);
}

/* Hover Effect */
.floating-contact a:hover {
  transform: translateY(-5px) scale(1.08);
  box-shadow: 0 12px 25px rgba(0,0,0,0.3);
}

/* Pulse Animation */
.floating-contact a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  animation: pulse 2s infinite;
  z-index: -1;
}

.float-call::after {
  background: rgba(0, 123, 255, 0.4);
}

.float-whatsapp::after {
  background: rgba(37, 211, 102, 0.4);
}

@keyframes pulse {
  0% { transform: scale(1); opacity: 0.6; }
  70% { transform: scale(1.6); opacity: 0; }
  100% { transform: scale(1.6); opacity: 0; }
}
