/*==================================================
        PREMIUM TESTIMONIAL SECTION
==================================================*/

#student-testimonials{
    background:#f5f7fb;
    padding:90px 0;
    position:relative;
    overflow:hidden;
}

#student-testimonials:before{
    content:'';
    position:absolute;
    width:320px;
    height:320px;
    background:#ff6b35;
    opacity:.06;
    border-radius:50%;
    left:-120px;
    top:-120px;
}

#student-testimonials:after{
    content:'';
    position:absolute;
    width:260px;
    height:260px;
    background:#2d98ff;
    opacity:.05;
    border-radius:50%;
    right:-100px;
    bottom:-100px;
}

/*==========================
Heading
==========================*/

.section-heading{
    margin-bottom:60px;
}

.section-heading h2{

    font-size:44px;
    font-weight:700;
    color:#222;
    margin-bottom:15px;

}

.section-heading p{

    max-width:700px;
    margin:auto;
    color:#000;
    line-height:30px;
    font-size:17px;

}

/*==========================
Swiper
==========================*/

.testimonialSwiper{

    padding:20px 10px 70px;

}

.swiper-slide{

    height:auto;
    display:flex;

}

/*==========================
Card
==========================*/

.testimonial-card{

    width:100%;
    background:#fff;
    border-radius:25px;
    overflow:hidden;
    position:relative;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
    transition:.4s;
    display:flex;
    flex-direction:column;
    min-height:520px;

}

.testimonial-card:hover{

    transform:translateY(-12px);
    box-shadow:0 25px 50px rgba(0,0,0,.18);

}

/*==========================
Top Curve
==========================*/

.card-top{

    height:130px;
    border-radius:0 0 120px 120px;

}

.orange .card-top{

background:linear-gradient(135deg,#ff6a3d,#ff8c42);

}

.green .card-top{

background:linear-gradient(135deg,#00b894,#00d084);

}

.blue .card-top{

background:linear-gradient(135deg,#2d98ff,#5ab0ff);

}

.purple .card-top{

background:linear-gradient(135deg,#7758ff,#9b6dff);

}

/*==========================
Image
==========================*/

.student-image{

position:absolute;
left:50%;
top:65px;
transform:translateX(-50%);
width:120px;
height:120px;
border-radius:50%;
overflow:hidden;
border:6px solid #fff;
background:#fff;
box-shadow:0 10px 30px rgba(0,0,0,.15);
z-index:99;

}

.student-image img{

width:100%;
height:100%;
object-fit:cover;
display:block;
transition:.4s;

}

.testimonial-card:hover .student-image img{

transform:scale(1.08);

}

/*==========================
Body
==========================*/

.testimonial-content{

padding:85px 30px 30px;
text-align:center;
flex:1;

}

.testimonial-content h3{

font-size:28px;
font-weight:700;
margin-bottom:8px;
color:#222;

}

.course{

display:block;
font-size:15px;
color:#888;
margin-bottom:15px;

}

.stars{

color:#ffb400;
font-size:20px;
letter-spacing:4px;
margin-bottom:20px;

}

.testimonial-content p{

font-size:16px;
line-height:30px;
color:#666;
margin-bottom:25px;
min-height:120px;

}

.placement{

font-size:16px;
font-weight:600;
color:#000;

}

.placement strong{

color:#000;

}
/*=========================================
      SWIPER NAVIGATION
==========================================*/

.testimonialSwiper .swiper-button-next,
.testimonialSwiper .swiper-button-prev{

    width:52px;
    height:52px;
    background:#fff;
    border-radius:50%;
    box-shadow:0 10px 25px rgba(0,0,0,.12);
    transition:.3s;
    color:#ff6a3d;

}

.testimonialSwiper .swiper-button-next:after,
.testimonialSwiper .swiper-button-prev:after{

    font-size:18px;
    font-weight:bold;

}

.testimonialSwiper .swiper-button-next:hover,
.testimonialSwiper .swiper-button-prev:hover{

    background:#ff6a3d;
    color:#fff;
    transform:scale(1.08);

}

/*=========================================
      PAGINATION
==========================================*/

.testimonialSwiper .swiper-pagination{

    bottom:0!important;

}

.testimonialSwiper .swiper-pagination-bullet{

    width:12px;
    height:12px;
    background:#cfcfcf;
    opacity:1;
    transition:.3s;

}

.testimonialSwiper .swiper-pagination-bullet-active{

    width:35px;
    border-radius:20px;
    background:#ff6a3d;

}

/*=========================================
      CARD HOVER
==========================================*/

.testimonial-card:hover .card-top{

    filter:brightness(1.08);

}

.testimonial-card:hover h3{

    color:#ff6a3d;

}

.testimonial-card:hover .stars{

    transform:scale(1.08);

}

.stars{

    transition:.35s;

}

/*=========================================
      IMAGE ANIMATION
==========================================*/

.student-image{

    transition:.35s;

}

.testimonial-card:hover .student-image{

    transform:translateX(-50%) translateY(-8px);

}

/*=========================================
      TEXT
==========================================*/

.testimonial-content p{

    display:flex;
    align-items:center;
    justify-content:center;

}

/*=========================================
      EQUAL HEIGHT
==========================================*/

.swiper-wrapper{

    align-items:stretch;

}

.swiper-slide{

    height:auto;

}

.testimonial-card{

    height:100%;

}

/*=========================================
      RESPONSIVE
==========================================*/

@media (max-width:1199px){

.section-heading h2{

font-size:38px;

}

}

@media (max-width:991px){

#student-testimonials{

padding:70px 0;

}

.section-heading{

margin-bottom:40px;

}

.section-heading h2{

font-size:34px;

}

.testimonial-card{

min-height:500px;

}

.student-image{

width:110px;
height:110px;

}

.testimonial-content{

padding:80px 25px 25px;

}

}

@media (max-width:767px){

#student-testimonials{

padding:50px 0;

}

.section-heading h2{

font-size:28px;

}

.section-heading p{

font-size:15px;
line-height:28px;

}

.testimonialSwiper{

padding:10px 10px 60px;

}

.student-image{

width:95px;
height:95px;
top:75px;

}

.card-top{

height:120px;

}

.testimonial-content{

padding:70px 18px 22px;

}

.testimonial-content h3{

font-size:22px;

}

.course{

font-size:14px;

}

.testimonial-content p{

font-size:15px;
line-height:26px;
min-height:auto;

}

.placement{

font-size:15px;

}

.testimonialSwiper .swiper-button-next,
.testimonialSwiper .swiper-button-prev{

display:none;

}

}

@media (max-width:480px){

.testimonial-card{

border-radius:18px;

}

.student-image{

width:90px;
height:90px;

}

.card-top{

height:105px;

}

.section-heading h2{

font-size:24px;

}

.section-heading p{

font-size:14px;

}

.testimonial-content{

padding:65px 16px 20px;

}

.testimonial-content h3{

font-size:20px;

}

.stars{

font-size:18px;

}

}

/*==============================
 Director Message Section
==============================*/

#director-message{
    padding:70px 0;
    background:#f7f8fc;
}

#director-message .director-box{
    background:#fff;
    border-radius:15px;
    padding:30px;
    box-shadow:0 8px 25px rgba(0,0,0,0.08);
    overflow:hidden;
}

#director-message .director-img{
    position:relative;
    overflow:hidden;
    border-radius:12px;
}

#director-message .director-img img{
    width:100%;
    display:block;
    border-radius:12px;
    transition:.4s;
}

#director-message .director-img:hover img{
    transform:scale(1.05);
}

#director-message .director-content{
    padding-left:20px;
}

#director-message .director-content h3{
    font-size:32px;
    font-weight:700;
    color:#222;
    margin-top:0;
    margin-bottom:20px;
}

#director-message .director-content p{
    color:#555;
    font-size:16px;
    line-height:30px;
    text-align:justify;
    margin-bottom:18px;
}

#director-message .director-quote{
    background:#fff7f2;
    border-left:5px solid #ff6600;
    padding:18px;
    font-style:italic;
    color:#000;
    border-radius:5px;
    margin-top:25px;
}

#director-message .director-name{
    margin-top:25px;
}

#director-message .director-name h4{
    margin:0;
    font-size:22px;
    font-weight:700;
}

#director-message .director-name span{
    color:#ff6600;
    font-weight:600;
    display:block;
    margin-top:5px;
}

@media(max-width:991px){

#director-message .director-content{
    padding-left:0;
    padding-top:25px;
}

}

@media(max-width:767px){

#director-message{
    padding:50px 0;
}

#director-message .director-box{
    padding:20px;
}

#director-message .director-content h3{
    font-size:24px;
}

#director-message .director-content p{
    font-size:15px;
    line-height:28px;
}

}

   /*=========================
RULES PAGE
=========================*/

    .policy-card {

      background: #fff;

      padding: 35px;

      border-radius: 12px;

      margin-bottom: 35px;

      box-shadow: 0 12px 35px rgba(0, 0, 0, .08);

      border-left: 6px solid #ff6600;

      transition: .3s;

    }

    .policy-card:hover {

      transform: translateY(-6px);

      box-shadow: 0 20px 45px rgba(0, 0, 0, .12);

    }

    .policy-title {

      font-size: 34px;

      font-weight: 700;

      color: #0b4ea2;

      margin-bottom: 25px;

    }

    .policy-title i {

      color: #ff6600;

      margin-right: 10px;

    }

    .policy-intro {

      font-size: 17px;

      line-height: 32px;

      color: #000;

      text-align: justify;

    }

    .policy-list {

      padding-left: 25px;

      margin-top: 25px;

    }

    .policy-list li {

      margin-bottom: 18px;

      font-size: 16px;

      line-height: 30px;

      color: #000;

    }

    .warning-box {

      margin-top: 30px;

      background: #fff5d9;

      padding: 20px;

      border-left: 5px solid #f39c12;

      border-radius: 8px;

    }

    .warning-box i {

      font-size: 22px;

      color: #e67e22;

      margin-right: 8px;

    }

    .warning-box strong {

      font-size: 20px;

      color: #333;

    }

    .warning-box p {

      margin-top: 10px;

      margin-bottom: 0;

      line-height: 28px;

    }

    .highlight-box {

      margin-top: 30px;

      background: #f4f9ff;

      padding: 25px;

      border-left: 5px solid #0b4ea2;

      border-radius: 8px;

    }

    .highlight-box h3 {

      margin-top: 0;

      color: #0b4ea2;

      font-size: 24px;

      font-weight: 700;

    }

    .highlight-box p {

      line-height: 30px;

      color: #272626;

      margin-bottom: 15px;

    }

    @media(max-width:767px) {

      .policy-card {

        padding: 20px;

      }

      .policy-title {

        font-size: 26px;

      }

      .policy-list li {

        font-size: 15px;

        line-height: 28px;

      }

      .policy-intro {

        font-size: 15px;

        line-height: 28px;

      }

    }
    /*==============================
Penalty Cards
==============================*/

.penalty-card{

padding:30px;

border-radius:12px;

margin-bottom:25px;

box-shadow:0 10px 30px rgba(0,0,0,.08);

transition:.35s;

height:100%;

}

.penalty-card:hover{

transform:translateY(-8px);

box-shadow:0 18px 45px rgba(0,0,0,.14);

}

.penalty-card h3{

margin-top:0;

font-size:24px;

font-weight:700;

margin-bottom:20px;

}

.penalty-card h3 i{

margin-right:10px;

}



/* Minor */

.minor{

background:#f4fbff;

border-left:6px solid #3498db;

}

.minor h3{

color:#2980b9;

}



/* Major */

.major{

background:#fff3f3;

border-left:6px solid #e74c3c;

}

.major h3{

color:#e74c3c;

}



/* List */

.penalty-list{

list-style:none;

padding:0;

margin:0;

}

.penalty-list li{

position:relative;

padding-left:35px;

margin-bottom:15px;

line-height:30px;

font-size:16px;

color:#555;

}

.penalty-list li:before{

content:"✔";

position:absolute;

left:0;

top:0;

width:22px;

height:22px;

border-radius:50%;

background:#ff6600;

color:#fff;

text-align:center;

line-height:22px;

font-size:12px;

font-weight:bold;

}



/* Final Notice */

.final-note{

margin-top:40px;

background:linear-gradient(135deg,#0b4ea2,#1b6ed6);

padding:35px;

border-radius:12px;

color:#fff;

}

.final-note h3{

margin-top:0;

font-size:28px;

font-weight:700;

margin-bottom:20px;

}

.final-note h3 i{

margin-right:10px;

}

.final-note p{

font-size:17px;

line-height:32px;

margin:0;

}



/* Mobile */

@media(max-width:767px){

.penalty-card{

padding:20px;

margin-bottom:20px;

}

.penalty-card h3{

font-size:20px;

}

.penalty-list li{

font-size:15px;

line-height:28px;

}

.final-note{

padding:22px;

}

.final-note h3{

font-size:22px;

}

.final-note p{

font-size:15px;

line-height:28px;

}

}
.section-heading{

font-size:24px;

font-weight:600;

color:#ff6600;

margin-bottom:20px;

}

.danger-card{

border-left:6px solid #e74c3c;

}

.danger-box{

margin-top:30px;

background:#fff1f1;

padding:22px;

border-left:5px solid #e74c3c;

border-radius:8px;

}

.danger-box i{

color:#e74c3c;

font-size:24px;

margin-right:8px;

}

.danger-box strong{

font-size:20px;

color:#222;

display:block;

margin-bottom:10px;

}

.danger-box p{

margin:0;

line-height:30px;

color:#555;

}

@media(max-width:767px){

.section-heading{

font-size:20px;

}

}
/*=========================
Admission Page
=========================*/

.admission-card{

    background:#fff;
    padding:30px;
    margin-bottom:35px;
    border-radius:12px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    border-left:5px solid #ff6600;
    transition:.3s;

}

.admission-card:hover{

    transform:translateY(-5px);
    box-shadow:0 18px 40px rgba(0,0,0,.12);

}

.admission-title{

    font-size:30px;
    color:#0b4ea2;
    font-weight:700;
    margin-bottom:25px;

}

.admission-title i{

    color:#ff6600;
    margin-right:10px;

}

.admission-list{

    padding-left:25px;

}

.admission-list li{

    margin-bottom:18px;
    line-height:30px;
    color:#555;
    font-size:16px;

}

.document-list{

    list-style:none;
    padding:0;
    margin-top:20px;

}

.document-list li{

    position:relative;
    padding-left:35px;
    margin-bottom:15px;
    line-height:28px;
    font-size:16px;

}

.document-list li:before{

    content:"✔";
    position:absolute;
    left:0;
    top:0;
    width:22px;
    height:22px;
    background:#ff6600;
    color:#fff;
    border-radius:50%;
    text-align:center;
    line-height:22px;
    font-size:12px;

}

@media(max-width:767px){

.admission-card{

padding:20px;

}

.admission-title{

font-size:24px;

}

.admission-list li,
.document-list li{

font-size:15px;
line-height:28px;

}

}
.facility-title{
    font-size:34px;
    font-weight:700;
    color:#0b4ea2;
    margin-bottom:20px;
}

.sub-title{
    font-size:26px;
    font-weight:600;
    color:#ff6600;
    margin:35px 0 25px;
    border-left:5px solid #ff6600;
    padding-left:15px;
}

.facility-list{
    list-style:none;
    padding:0;
    margin:0 0 20px;
}

.facility-list li{
    position:relative;
    padding-left:35px;
    margin-bottom:15px;
    line-height:28px;
}

.facility-list li:before{
    content:"✔";
    position:absolute;
    left:0;
    top:0;
    color:#ff6600;
    font-size:18px;
    font-weight:bold;
}

.department-box{
    background:#fff;
    border-left:5px solid #0b4ea2;
    padding:25px;
    margin-bottom:25px;
    border-radius:8px;
    box-shadow:0 8px 25px rgba(0,0,0,.08);
    transition:.3s;
}

.department-box:hover{
    transform:translateY(-5px);
    box-shadow:0 15px 35px rgba(0,0,0,.12);
}

.department-box h4{
    color:#0b4ea2;
    font-size:22px;
    font-weight:700;
    margin-bottom:15px;
}

.department-box p{
    color:#555;
    font-size:16px;
    line-height:30px;
    margin:0;
    text-align:justify;
}

@media(max-width:767px){

.facility-title{
    font-size:28px;
}

.sub-title{
    font-size:22px;
}

.department-box{
    padding:18px;
}

.department-box h4{
    font-size:19px;
}

.department-box p{
    font-size:15px;
    line-height:28px;
}

}
.facility-title{
    font-size:32px;
    font-weight:700;
    color:#0b4ea2;
    margin-bottom:20px;
}

.sub-title{
    font-size:24px;
    color:#ff6600;
    font-weight:600;
    margin:30px 0 20px;
}

.text-enter{
    font-size:16px;
    line-height:30px;
    color:#555;
    text-align:justify;
}

.facility-list{
    list-style:none;
    padding:0;
    margin:0;
}

.facility-list li{
    position:relative;
    padding-left:35px;
    margin-bottom:15px;
    font-size:16px;
    line-height:28px;
    color:#000;
}

.facility-list li:before{
    content:"🧪";
    position:absolute;
    left:0;
    top:0;
    font-size:18px;
}

.highlight-box{
    margin-top:35px;
    padding:25px;
    background:#f8fbff;
    border-left:5px solid #0b4ea2;
    border-radius:10px;
    box-shadow:0 5px 20px rgba(0,0,0,.06);
}

.highlight-box h4{
    font-size:24px;
    margin:0 0 15px;
    color:#0b4ea2;
    font-weight:700;
}

.highlight-box p{
    margin:0;
    line-height:30px;
    color:#555;
}

@media(max-width:767px){

.facility-title{
    font-size:26px;
}

.sub-title{
    font-size:20px;
}

.facility-list li{
    font-size:15px;
}

.highlight-box{
    padding:18px;
}

.highlight-box h4{
    font-size:20px;
}

}
.training-box{
    background:#fff;
    padding:35px;
    border-radius:15px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.facility-title{
    font-size:34px;
    font-weight:700;
    color:#0b4ea2;
    margin-bottom:15px;
}

.training-text{
    font-size:16px;
    line-height:30px;
    color:#555;
    margin-bottom:35px;
}

.hospital-card{
    background:#f8f9fc;
    border-radius:12px;
    padding:30px 20px;
    text-align:center;
    transition:.3s;
    border:1px solid #eee;
    margin-bottom:25px;
}

.hospital-card:hover{
    transform:translateY(-8px);
    box-shadow:0 15px 30px rgba(0,0,0,.12);
}

.hospital-icon{
    width:70px;
    height:70px;
    background:#ff6600;
    color:#fff;
    border-radius:50%;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    font-size:30px;
    margin-bottom:20px;
}

.hospital-card h4{
    margin:0;
    font-size:20px;
    color:#333;
    font-weight:600;
}

@media(max-width:767px){

.training-box{
    padding:20px;
}

.facility-title{
    font-size:28px;
}

.training-text{
    font-size:15px;
    line-height:28px;
}

.hospital-card h4{
    font-size:18px;
}

}
.read-more-btn{
  display:inline-block;
  margin-top:10px;
  padding:8px 16px;
  background:#007bff;
  color:#fff;
  text-decoration:none;
  border-radius:4px;
  font-weight:500;
}

.read-more-btn:hover{
  background:#0056b3;
  color:#fff;
}

 #impact-section {
    background: #eef1f5;
    padding: 70px 0;
  }

  .circle-box {
    width: 360px;
    height: 360px;
    margin: auto;
    position: relative;
  }

  .circle-box svg {
    width: 100%;
    height: 100%;
    transform: rotate(-90deg);
  }

  .bg {
    fill: none;
    stroke: #ddd;
    stroke-width: 18;
  }

  .progress {
    fill: none;
    stroke: #ef5b3f;
    stroke-width: 18;
    stroke-linecap: round;
    stroke-dasharray: 565;
    stroke-dashoffset: 565;
    transition: 1s;
  }

  .circle-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .circle-text h1 {
    font-size: 70px;
    font-weight: bold;
  }

  .small-title {
    color: #b8bcc4;
    font-size: 46px;
    font-weight: 700;
    margin-bottom: 15px;
  }

  #bigNumber {
    color: #ef5b3f;
    font-size: 80px;
    font-weight: bold;
  }

  #title {
    font-size: 38px;
    font-weight: 700;
    margin: 20px 0;
  }

  #description {
    font-size: 20px;
    color: #555;
    line-height: 1.7;
  }

  @media(max-width:768px) {

    .circle-box {
      width: 260px;
      height: 260px;
      margin-bottom: 30px;
    }

    .small-title {
      font-size: 28px;
      text-align: center;
    }

    .small-title {
      color: #508083 !important;
      font-weight: 700;
      letter-spacing: 2px;
      text-transform: uppercase;
    }

    #bigNumber {
      font-size: 55px;
      text-align: center;
    }

    #title {
      font-size: 26px;
      text-align: center;
    }

    #description {
      font-size: 16px;
      text-align: center;
    }

    .circle-text h1 {
      font-size: 48px;
    }

  }