

body{
  font-family: Arial, sans-serif;
  color:var(--black);
  overflow-x:hidden;
}

.topbar{
    background: linear-gradient(90deg, #dc3545, #2f2ea9);
    padding:10px 0;
    font-size:14px;
    color:#fff;
}

.topbar .container{
    display:flex;
    justify-content:space-between;
    align-items:center;
}

#clockbox{
    font-weight:500;
}

.topbar-social{
    display:flex;
    gap:10px;
}

.topbar-social a{
    width:34px;
    height:34px;
    background:rgba(255,255,255,.15);
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    text-decoration:none;
    transition:.3s ease;
}

.topbar-social a:hover{
    background:#ffc107;
    color:#000;
    transform:translateY(-3px);
}

.main-header{
  padding: 8px 0;
  background:#fff;
}

.logo{
  width: 120px;
  margin-right:18px;
}

.main-header h1{
  color: #2f2ea9;
  font-size:54px;
  font-weight:900;
  margin:0;
}

.main-header h5{
  font-weight:700;
  margin:0;
}

.main-header p{
  margin:0;
  color:#333;
}

.header-info i{
  width:52px;
  height:52px;
  border: 2px solid #2f2ea9;
  color: #2f2ea8;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:22px;
  margin-bottom:8px;
  transition:.4s;
}

.header-info .col-md-4:hover i{
  background:var(--green);
  color:#fff;
  transform:rotateY(180deg);
}

.custom-nav{
  background: #2f2ea9;
  padding:0;
  z-index:99;
}

.custom-nav .nav-link{
  color:#fff;
  font-weight:700;
  padding: 10px 10px !important;
  text-transform:uppercase;
  font-size:14px;
  transition:.3s;
}

.custom-nav .nav-link:hover,
.custom-nav .nav-link.active{
  background: #ffbf00;
  color:#000;
}

.dropdown-menu{
  background: #2f2ea8;
  border:none;
  border-radius:0;
  padding:0;
}

.dropdown-item{
  color:#fff;
  padding: 6px 20px;
  transition:.3s;
}

.dropdown-item:hover{
  background:#ffbf00;
  color:#000;
  padding-left:28px;
}

.apply-btn{
  background: #ffbf00;
  color:#000 !important;
  border-radius:0;
}

.carousel-item{
  height:520px;
  position:relative;
}

.carousel-item img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.carousel-item::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(0,60,25,.85),rgba(0,0,0,.25),rgba(0,0,0,.05));
  z-index:1;
}

.hero-content{
  position:absolute;
  top:50%;
  left:8%;
  transform:translateY(-50%);
  color:#fff;
  max-width:520px;
  z-index:2;
  animation:fadeUp 1s ease;
}

.hero-content h2{
  font-size:52px;
  font-weight:900;
  line-height:1.1;
}

.hero-content h2 span{
  color:var(--yellow);
}

.hero-content p{
  font-size:18px;
  margin:20px 0;
}

.theme-btn{
  background:var(--yellow);
  color:#000;
  padding:14px 28px;
  text-decoration:none;
  font-weight:800;
  border-radius:8px;
  display:inline-block;
  transition:.4s;
}

.theme-btn:hover{
  background:#fff;
  color:var(--green);
  transform:translateY(-5px);
}

.carousel-control-prev,
.carousel-control-next{
  z-index:5;
}

.features{
  margin-top:-55px;
  position:relative;
  z-index:10;
  padding-bottom:60px;
}

.feature-card{
  background:#fff;
  padding:32px 28px;
  border-radius:22px;
  box-shadow:0 15px 35px rgba(0,0,0,.10);
  position:relative;
  min-height:240px;
  transition:.4s;
}

.feature-card:hover{
  transform:translateY(-14px);
  box-shadow:0 25px 45px rgba(0,90,37,.22);
}

.feature-card i{
  width:62px;
  height:62px;
  border-radius:50%;
  background: #2f2ea9;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:26px;
  margin-bottom:20px;
  transition:.4s;
}

.feature-card:hover i{
  background:var(--yellow);
  color:#000;
  transform:rotate(360deg);
}

.feature-card h3{
  position:absolute;
  top:25px;
  right:30px;
  font-size:44px;
  color: #2f2ea9;
  font-weight:900;
}

.feature-card h5{
  font-weight:800;
}

.about-section{
  padding:70px 0;
  background:linear-gradient(90deg,#f8fbf5,#ffffff);
}

.about-img{
  position:relative;
}

.about-img img{
  width:100%;
  border-radius:35px;
  transition:.5s;
}

.about-img:hover img{
  transform:scale(1.03);
}

.experience{
  position:absolute;
  left:25px;
  bottom:25px;
  background: #2f2ea9;
  color: #ffbf00;
  font-size:42px;
  font-weight:900;
  padding:15px 28px;
  border-radius:18px;
}

.experience span{
  display:block;
  color:#fff;
  font-size:15px;
}

.sub-title{
  color: #df0d17;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:4px;
}

.about-section h2,
.courses-section h2,
.why-section h2{
  font-size:42px;
  font-weight:900;
}

.about-section h2 span,
.courses-section h2 span,
.why-section h2 span{
  color: #2f2ea9;
}


.about-box{
  display:flex;
  gap:18px;
  margin-top:25px;
  padding:18px;
  border-radius:18px;
  transition:.4s;
}

.about-box:hover{
  background:#eef7ee;
  transform:translateX(10px);
}

.about-box i{
  min-width:58px;
  height:58px;
  background: #2f2ea9;
  color:#fff;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:24px;
}

.counter-section{
  padding:35px 0;
}

.counter-section .container{
  background: #2f2ea9;
  border-radius:18px;
  padding:35px;
}

.counter-box{
  color:#fff;
  transition:.4s;
}

.counter-box:hover{
  transform:translateY(-8px);
}

.counter-box i{
  background: #ffbf00;
  color: #ffffff;
  width:70px;
  height:70px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  margin:0 auto 12px;
  font-size:28px;
  transition:.4s;
}

.counter-box:hover i{
  transform:scale(1.15) rotate(15deg);
}

.counter-box h2{
  color:var(--yellow);
  font-size:42px;
  font-weight:900;
}



.why-section{
  background: linear-gradient(90deg, #df0d17, #9b0f13);
  padding:70px 0;
  color:#fff;
}

.why-section h2 span{
  color:var(--yellow);
}

.why-card{
  background:#fff;
  color:#111;
  padding:22px;
  border-radius:18px;
  font-weight:800;
  transition:.4s;
}

.why-card:hover{
  background: #ffbf00;
  transform:translateY(-8px);
}

.why-img{
  width:100%;
  border-radius:25px;
  transition:.5s;
}

.why-img:hover{
  transform:scale(1.04);
}

footer{
  background:var(--dark-green);
  color:#fff;
  padding:45px 0;
}

footer h5{
  color:var(--yellow);
  font-weight:800;
}

.whatsapp{
  position:fixed;
  right:25px;
  bottom:25px;
  width:60px;
  height:60px;
  background:#25d366;
  color:#fff;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:32px;
  z-index:999;
  text-decoration:none;
  box-shadow:0 10px 25px rgba(0,0,0,.25);
  animation:pulse 1.5s infinite;
}

@keyframes fadeUp{
  from{
    opacity:0;
    transform:translateY(-35%);
  }
  to{
    opacity:1;
    transform:translateY(-50%);
  }
}

@keyframes pulse{
  0%{box-shadow:0 0 0 0 rgba(37,211,102,.6);}
  70%{box-shadow:0 0 0 18px rgba(37,211,102,0);}
  100%{box-shadow:0 0 0 0 rgba(37,211,102,0);}
}

@media(max-width:991px){
  .main-header h1{
    font-size:38px;
  }

  .header-info{
    display:none;
  }

  .carousel-item{
    height:430px;
  }

  .hero-content h2{
    font-size:36px;
  }

  .features{
    margin-top:30px;
  }
}

@media(max-width:576px){
  .topbar .container{
    flex-direction:column;
    gap:6px;
    text-align:center;
  }

  .main-header{
    text-align:center;
  }

  .main-header .col-lg-5{
    justify-content:center;
    flex-direction:column;
  }

  .logo{
    margin:0 0 10px;
  }

  .carousel-item{
    height:380px;
  }

  .hero-content{
    left:6%;
    right:6%;
  }

  .hero-content h2{
    font-size:30px;
  }

  .feature-card h3{
    font-size:36px;
  }

  .about-section h2,
  .courses-section h2,
  .why-section h2{
    font-size:30px;
  }
}

/* Desktop Hover Dropdown */

@media (min-width: 992px) {

    .navbar .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    .navbar .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        transform: translateY(15px);
        transition: all .3s ease;
        border: none;
        border-radius: 0;
        min-width: 240px;
    }

    .navbar .dropdown-toggle::after {
        transition: .3s;
    }

    .navbar .dropdown:hover .dropdown-toggle::after {
        transform: rotate(180deg);
    }
}


.footer-area{
    background: linear-gradient(135deg, #2f2ea9, #343990);
    color:#fff;
    padding:70px 0 0;
    position:relative;
    overflow:hidden;
}

.footer-area::before{
    content:'';
    position:absolute;
    width:350px;
    height:350px;
    background:rgba(255,255,255,.03);
    border-radius:50%;
    top:-120px;
    right:-120px;
}

.footer-logo h3{
    font-size:42px;
    font-weight:800;
    color:#f7b500;
    margin-bottom:15px;
}

.footer-logo p{
    line-height:28px;
    color:#d8e6dc;
}

.footer-area h5{
    color:#f7b500;
    margin-bottom:20px;
    font-weight:700;
}

.footer-area ul{
    list-style:none;
    padding:0;
    margin:0;
}

.footer-area ul li{
    margin-bottom:12px;
}

.footer-area ul li a{
    color:#fff;
    text-decoration:none;
    transition:.3s;
}

.footer-area ul li a:hover{
    color:#f7b500;
    padding-left:8px;
}

.contact-list li{
    color:#fff;
}

.contact-list i{
    color:#f7b500;
    margin-right:8px;
}

.social-icons{
    margin-top:20px;
}

.social-icons a{
    width:42px;
    height:42px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    background:rgba(255,255,255,.08);
    border-radius:50%;
    color:#fff;
    margin-right:8px;
    transition:.4s;
}

.social-icons a:hover{
    background:#f7b500;
    color:#000;
    transform:translateY(-5px);
}

.newsletter-box{
    display:flex;
    flex-direction:column;
    gap:10px;
}

.newsletter-box input{
    height:50px;
    border:none;
    border-radius:8px;
    padding:0 15px;
}

.newsletter-box button{
    height:50px;
    border:none;
    border-radius:8px;
    background:#f7b500;
    font-weight:700;
    transition:.3s;
}

.newsletter-box button:hover{
    background:#fff;
    transform:translateY(-3px);
}

.footer-bottom{
    margin-top:50px;
    border-top:1px solid rgba(255,255,255,.15);
    padding:20px 0;
}

.footer-bottom p{
    margin:0;
}

.footer-bottom a{
    color:#fff;
    text-decoration:none;
    margin:0 8px;
}

.footer-bottom a:hover{
    color:#f7b500;
}


.course-slider-wrap{
  position:relative;
}

.course-slider{
  display:flex;
  gap:30px;
  overflow-x:auto;
  scroll-behavior:smooth;
  padding:15px 5px 35px;
  scrollbar-width:none;
}

.course-slider::-webkit-scrollbar{
  display:none;
}

.course-slider .course-card{
  flex:0 0 calc(25% - 23px);
  background:#fff;
  border-radius:28px;
  overflow:hidden;
  box-shadow:0 15px 40px rgba(0,0,0,.09);
  transition:.4s ease;
}

.course-slider .course-card:hover{
  transform:translateY(-12px);
  box-shadow:0 25px 55px rgba(0,90,37,.22);
}

.course-img{
  height:210px;
  position:relative;
  overflow:hidden;
}

.course-img img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:.5s;
}

.course-card:hover .course-img img{
  transform:scale(1.1);
}

.course-img span{
  position:absolute;
  left:25px;
  bottom:-30px;
  width:65px;
  height:65px;
  background:#005a25;
  color:#fff;
  border:5px solid #fff;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:24px;
  z-index:2;
}

.course-content{
  padding:45px 28px 30px;
}

.course-content h4{
  color:#005a25;
  font-size:24px;
  font-weight:900;
}

.course-content p{
  color:#4d5963;
  font-size:16px;
  line-height:1.7;
}

.course-content a{
  color:#005a25;
  font-weight:900;
  text-decoration:none;
}

.course-btn{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  width:58px;
  height:58px;
  border:none;
  border-radius:50%;
  background:#005a25;
  color:#fff;
  z-index:10;
  transition:.3s;
}

.course-btn:hover{
  background:#f7b500;
  color:#000;
}

.course-prev{
  left:-25px;
}

.course-next{
  right:-25px;
}

@media(max-width:991px){
  .course-slider .course-card{
    flex:0 0 calc(50% - 15px);
  }
}

@media(max-width:576px){
  .course-slider .course-card{
    flex:0 0 100%;
  }

  .course-prev{
    left:5px;
  }

  .course-next{
    right:5px;
  }
}







/* about us overview start */

.about-hero{
      background: linear-gradient(90deg, rgb(0 0 0), rgba(47, 46, 169, .45)), url(../images/breadcrumb.jpg) center center / cover no-repeat;
     
      color:#fff;
       padding:80px 0;
    min-height:250px;

    display:flex;
    align-items:center;
}

.about-hero h1{
  font-size: 40px;
  font-weight:900;
}

.about-hero p span{
  color:#ffbf00;
  margin:0 8px;
}

.about-page{
  padding:80px 0;
  background:#fff;
}

.sub-title{
  color:#df0d17;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:1px;
}

.about-page h2{
  font-size:46px;
  font-weight:900;
  line-height:1.15;
  margin:15px 0 20px;
}

.about-page h2 span{
  color:#2f2ea9;
}

.about-page p{
  font-size:17px;
  line-height:1.8;
  color:#333;
}

.about-feature{
  display:flex;
  gap:14px;
  align-items:flex-start;
}

.about-feature i{
  min-width:48px;
  height:48px;
  background:#2f2ea9;
  color:#fff;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
}

.about-feature h5{
  font-weight:800;
  margin-bottom:5px;
}

.about-feature p{
  font-size:14px;
  line-height:1.5;
}

.about-main-img{
  position:relative;
}

.about-main-img img{
  width:100%;
  border-radius:14px;
  box-shadow:0 18px 45px rgba(0,0,0,.15);
}

.mission-box{
  background:#2f2ea9;
  color:#fff;
  border-radius:14px;
  padding:22px;
  display:flex;
  gap:18px;
  align-items:center;
  margin:-55px 25px 0;
  position:relative;
  z-index:2;
}

.mission-box i{
  font-size:42px;
  color:#ffbf00;
}

.mission-box p{
  margin:0;
  color:#fff;
}

.mission-box b{
  color:#ffbf00;
}

.vision-box{
  background:#fff;
  border-radius:18px;
  padding:35px;
  box-shadow:0 12px 35px rgba(0,0,0,.08);
}

.vision-card{
  padding:20px;
  border-right:1px solid #ddd;
  height:100%;
}

.vision-card i{
  width:65px;
  height:65px;
  background:#2f2ea9;
  color:#fff;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:26px;
  margin-bottom:18px;
}

.vision-card h4{
  color:#2f2ea9;
  font-weight:900;
}

.vision-card ul{
  padding-left:18px;
  margin:0;
}

.about-counter{
  background:linear-gradient(90deg,#2f2ea9,#343990);
  color:#fff;
  border-radius:16px;
  padding:45px 25px;
}

.about-counter i{
  font-size:42px;
  color:#ffbf00;
  margin-bottom:12px;
}

.about-counter h3{
  color:#ffbf00;
  font-size:42px;
  font-weight:900;
}

.about-counter p{
  color:#fff;
  margin:0;
  font-weight:700;
}

@media(max-width:991px){
  .about-hero{
    padding:80px 0;
  }

  .about-hero h1{
    font-size:42px;
  }

  .about-page h2{
    font-size:34px;
  }

  .vision-card{
    border-right:none;
    border-bottom:1px solid #ddd;
  }
}

.about-feature,
.vision-card,
.about-main-img img,
.mission-box,
.about-counter .col-md-3{
  transition:all .4s ease;
}

/* Feature hover */
.about-feature{
  padding:14px;
  border-radius:14px;
}

.about-feature:hover{
  background:#f6f6ff;
  transform:translateY(-6px);
  box-shadow:0 12px 30px rgba(47,46,169,.12);
}

.about-feature:hover i{
  background:#ffbf00;
  color:#000;
  transform:rotateY(180deg);
}

/* Main image hover */
.about-main-img:hover img{
  transform:scale(1.03);
}

.about-main-img{
  overflow:hidden;
  border-radius:14px;
}

/* Mission box hover */
.mission-box:hover{
  transform:translateY(-8px);
  box-shadow:0 18px 40px rgba(47,46,169,.25);
}

/* Vision cards hover */
.vision-card{
  border-radius:14px;
}

.vision-card:hover{
  background:#f7f7ff;
  transform:translateY(-8px);
}

.vision-card:hover i{
  background:#ffbf00;
  color:#000;
  transform:scale(1.08) rotate(8deg);
}

/* Counter hover */
.about-counter .col-md-3:hover{
  transform:translateY(-8px);
}

.about-counter .col-md-3:hover i{
  transform:scale(1.15) rotate(10deg);
}

/* Button/Icon smooth */
.about-feature i,
.vision-card i,
.about-counter i{
  transition:all .4s ease;
}


/* about us overview close */


/* about us Chairman's Message Section */
.chairman-section{
    padding:80px 0;
    background:#f8f9ff;
    position:relative;
}

.section-tag{
    color:#df0d17;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:2px;
    display:inline-block;
    margin-bottom:10px;
}

.chairman-section h2{
    font-size:48px;
    font-weight:900;
    color:#16212b;
    margin-bottom:15px;
}

.chairman-section h2 span{
    color:#2f2ea9;
}

/* Main Box */

.chairman-box{
    background:#fff;
    border-radius:24px;
    padding:45px;
    box-shadow:0 20px 60px rgba(47,46,169,.10);
    position:relative;
    overflow:hidden;
    transition:all .4s ease;
}

.chairman-box:hover{
    transform:translateY(-8px);
    box-shadow:0 30px 80px rgba(47,46,169,.18);
}

/* Image */

.chairman-img{
    background:linear-gradient(135deg,#2f2ea9,#df0d17);
    padding:8px;
    border-radius:22px;
    overflow:hidden;
    position:relative;
}

.chairman-img::before{
    content:'';
    position:absolute;
    inset:0;
    border:3px solid transparent;
    border-radius:22px;
    transition:.5s;
    z-index:2;
}

.chairman-box:hover .chairman-img::before{
    border-color:#ffbf00;
}

.chairman-img img{
    width:100%;
    height:470px;
    object-fit:cover;
    object-position:top center;
    border-radius:18px;
    transition:.6s ease;
}

.chairman-box:hover .chairman-img img{
    transform:scale(1.08);
}

/* Content */

.chairman-content{
    padding:0 10px 0 30px;
}

.quote-icon{
    font-size:70px;
    color:#2f2ea9;
    opacity:.12;
    margin-bottom:15px;
    transition:.5s;
}

.chairman-box:hover .quote-icon{
    color:#ffbf00;
    opacity:.25;
    animation:floatQuote 2s infinite ease-in-out;
}

@keyframes floatQuote{
    0%{
        transform:translateY(0);
    }
    50%{
        transform:translateY(-8px);
    }
    100%{
        transform:translateY(0);
    }
}

.chairman-content p{
    font-size:18px;
    line-height:1.9;
    margin-bottom:18px;
    color:#333;
}

/* Name Box */

.chairman-name{
    margin-top:25px;
    padding:20px 24px;
    background:#f7f7ff;
    border-left:5px solid #ffbf00;
    border-radius:12px;
    transition:.4s ease;
}

.chairman-name:hover{
    background:#2f2ea9;
    transform:translateX(8px);
}

.chairman-name h4{
    font-size:32px;
    color:#2f2ea9;
    font-weight:900;
    margin-bottom:5px;
    transition:.3s;
}

.chairman-name span{
    color:#df0d17;
    font-size:18px;
    font-weight:800;
    display:block;
    margin-bottom:5px;
    transition:.3s;
}

.chairman-name p{
    margin:0;
    font-size:15px;
    color:#444;
    transition:.3s;
}

.chairman-name:hover h4,
.chairman-name:hover p{
    color:#fff;
}

.chairman-name:hover span{
    color:#ffbf00;
}

/* Responsive */

@media(max-width:991px){

    .chairman-section{
        padding:60px 0;
    }

    .chairman-section h2{
        font-size:34px;
    }

    .chairman-box{
        padding:25px;
    }

    .chairman-content{
        padding:25px 0 0;
    }

    .chairman-img img{
        height:auto;
    }

    .chairman-name h4{
        font-size:24px;
    }
}

@media(max-width:576px){

    .chairman-section h2{
        font-size:28px;
    }

    .chairman-content p{
        font-size:16px;
        line-height:1.8;
    }

    .quote-icon{
        font-size:50px;
    }
}
/* about us Chairman's Message Section close */



/* about us Principal's Message Section */

.principal-section{
  padding:80px 0;
  background:#fff;
}

.principal-section h2{
  font-size:48px;
  font-weight:900;
  color:#16212b;
}

.principal-section h2 span{
  color:#2f2ea9;
}

.principal-box{
  background:#f8f9ff;
  border-radius:24px;
  padding:45px;
  box-shadow:0 20px 60px rgba(47,46,169,.10);
  transition:.4s ease;
}

.principal-box:hover{
  transform:translateY(-8px);
  box-shadow:0 30px 80px rgba(47,46,169,.18);
}

.principal-img{
  background:linear-gradient(135deg,#2f2ea9,#df0d17);
  padding:8px;
  border-radius:22px;
  overflow:hidden;
}

.principal-img img{
  width:100%;
  height:520px;
  object-fit:cover;
  object-position:center;
  border-radius:18px;
  transition:.6s ease;
}

.principal-box:hover .principal-img img{
  transform:scale(1.08);
}

.principal-content{
  padding-left:30px;
}

.principal-content p{
  font-size:17px;
  line-height:1.85;
  color:#333;
  margin-bottom:15px;
}

.principal-name{
  margin-top:24px;
  padding:20px 24px;
  background:#fff;
  border-left:5px solid #ffbf00;
  border-radius:12px;
  transition:.4s ease;
}

.principal-name:hover{
  background:#2f2ea9;
  transform:translateX(8px);
}

.principal-name h4{
  color:#2f2ea9;
  font-size:30px;
  font-weight:900;
  margin-bottom:5px;
}

.principal-name span{
  color:#df0d17;
  font-size:18px;
  font-weight:800;
}

.principal-name p{
  margin:5px 0 0;
  font-size:15px;
}

.principal-name:hover h4,
.principal-name:hover p{
  color:#fff;
}

.principal-name:hover span{
  color:#ffbf00;
}

@media(max-width:991px){
  .principal-section h2{
    font-size:34px;
  }

  .principal-box{
    padding:25px;
  }

  .principal-content{
    padding-left:0;
    padding-top:25px;
  }

  .principal-img img{
    height:auto;
  }
}

/* about us Principal's Message Section close */




/* Academic Programs Section  */


.academic-page {
  padding: 80px 0;
  background: #f7f8ff;
  font-family: Arial, sans-serif;
}

.academic-page .container {
  width: 90%;
  max-width: 1180px;
  margin: auto;
}

.academic-title {
  text-align: center;
  margin-bottom: 45px;
}

.academic-title h2 {
  font-size: 42px;
  font-weight: 800;
  color: #3434b3;
  margin-bottom: 12px;
}

.academic-title h2::after {
  content: "";
  display: block;
  width: 90px;
  height: 4px;
  background: #ffc107;
  margin: 14px auto 0;
}

.academic-title p {
  font-size: 18px;
  color: #222;
  margin: 0;
}

.program-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-bottom: 45px;
}

.program-card {
  background: #3434b3;
  color: #fff;
  padding: 35px 25px;
  border-radius: 20px;
  text-align: center;
  box-shadow: 0 15px 35px rgba(52, 52, 179, 0.18);
  transition: all 0.35s ease;
  border-bottom: 5px solid #ffc107;
}

.program-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 22px 45px rgba(52, 52, 179, 0.3);
}

.program-card h3 {
  color: #ffc107;
  font-size: 28px;
  margin: 0 0 10px;
  font-weight: 800;
}

.program-card p {
  color: #fff;
  font-size: 20px;
  margin: 0;
  font-weight: 600;
}

.course-section {
  background: #fff;
  padding: 40px;
  border-radius: 22px;
  margin-bottom: 35px;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.08);
  border-left: 6px solid #3434b3;
}

.course-section h2 {
  color: #3434b3;
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 20px;
}

.course-section p {
  font-size: 17px;
  line-height: 1.8;
  color: #222;
  margin-bottom: 15px;
}

.info-box {
  background: #f9faff;
  padding: 28px;
  border-radius: 18px;
  margin-top: 25px;
  border-top: 4px solid #ffc107;
  transition: all 0.35s ease;
}

.info-box:hover {
  transform: translateY(-7px);
  background: #ffffff;
  box-shadow: 0 16px 35px rgba(52, 52, 179, 0.16);
}

.info-box h3 {
  color: #3434b3;
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 15px;
}

.info-box ul {
  padding-left: 20px;
  margin-bottom: 0;
}

.info-box li {
  font-size: 17px;
  line-height: 1.8;
  color: #222;
  margin-bottom: 6px;
}

.info-box li::marker {
  color: #ffc107;
}

.two-column-list {
  columns: 2;
  column-gap: 40px;
}

@media (max-width: 768px) {
  .academic-title h2 {
    font-size: 32px;
  }

  .program-grid {
    grid-template-columns: 1fr;
  }

  .course-section {
    padding: 25px;
  }

  .course-section h2 {
    font-size: 26px;
  }

  .info-box {
    padding: 22px;
  }

  .two-column-list {
    columns: 1;
  }
}
/* Academic Programs Section close */


/* Academic Calendar Section start */

.academic-calendar-section {
  padding: 80px 0;
  background: #f7f8ff;
  font-family: Arial, sans-serif;
}

.academic-calendar-section .container {
  width: 90%;
  max-width: 1100px;
  margin: auto;
}

.calendar-title {
  text-align: center;
  margin-bottom: 35px;
}

.calendar-title h2 {
  font-size: 42px;
  font-weight: 800;
  color: #3434b3;
  margin-bottom: 10px;
}

.calendar-title h2::after {
  content: "";
  display: block;
  width: 90px;
  height: 4px;
  background: #ffc107;
  margin: 14px auto 0;
}

.calendar-title p {
  font-size: 20px;
  color: #222;
  margin: 0;
}

.calendar-image-box {
  background: #fff;
  padding: 20px;
  border-radius: 20px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.12);
  transition: all 0.35s ease;
}

.calendar-image-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 22px 50px rgba(52,52,179,0.2);
}

.calendar-image-box img {
  width: 100%;
  display: block;
  border-radius: 12px;
}

@media (max-width: 768px) {
  .calendar-title h2 {
    font-size: 32px;
  }

  .academic-calendar-section {
    padding: 50px 0;
  }

  .calendar-image-box {
    padding: 10px;
    border-radius: 14px;
  }
}

/* Academic Calendar Section close */


/* IQAC Section  */

/* ==========================
   IQAC SECTION
========================== */

.iqac-section{
    padding:80px 0;
    background:#f8f9ff;
}

.iqac-section h2{
    font-size:48px;
    font-weight:900;
    color:#16212b;
}

.iqac-section h2 span{
    color:#2f2ea9;
}

.iqac-card{
    background:#fff;
    border-radius:20px;
    padding:30px;
    display:flex;
    align-items:center;
    gap:20px;
    height:100%;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
    transition:.4s ease;
    border-left:5px solid #2f2ea9;
}

.iqac-card:hover{
    transform:translateY(-10px);
    box-shadow:0 25px 60px rgba(47,46,169,.15);
    border-left-color:#ffbf00;
}

.iqac-icon{
    min-width:80px;
    width:80px;
    height:80px;
    background:linear-gradient(135deg,#2f2ea9,#4442d0);
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:30px;
    transition:.5s ease;
}

.iqac-card:hover .iqac-icon{
    background:linear-gradient(135deg,#ffbf00,#f5a000);
    color:#000;
    transform:rotateY(180deg);
}

.iqac-content h4{
    margin:0;
    font-size:26px;
    font-weight:800;
    color:#2f2ea9;
}

.iqac-content span{
    display:block;
    color:#df0d17;
    font-weight:700;
    margin:6px 0 10px;
}

.iqac-content p{
    margin:0;
    color:#555;
    line-height:1.7;
}

@media(max-width:991px){

    .iqac-section h2{
        font-size:34px;
    }

    .iqac-card{
        padding:25px;
    }

    .iqac-content h4{
        font-size:22px;
    }
}

@media(max-width:576px){

    .iqac-card{
        flex-direction:column;
        text-align:center;
    }

    .iqac-icon{
        margin-bottom:10px;
    }
}

/* IQAC Section close */




/* ==========================
   LIBRARY SECTION
========================== */

.library-section{
    padding:80px 0;
    background:#f8f9ff;
}

.library-section h2{
    font-size:48px;
    font-weight:900;
    color:#16212b;
}

.library-section h2 span{
    color:#2f2ea9;
}

.library-wrapper{
    background:#fff;
    padding:40px;
    border-radius:24px;
    box-shadow:0 20px 60px rgba(0,0,0,.08);
    transition:.4s ease;
}

.library-wrapper:hover{
    transform:translateY(-8px);
    box-shadow:0 30px 80px rgba(47,46,169,.15);
}

/* Left Side */

.library-image{
    height:420px;
    background:linear-gradient(135deg,#2f2ea9,#4442d0);
    border-radius:24px;
    position:relative;
    overflow:hidden;
    display:flex;
    align-items:center;
    justify-content:center;
}

.library-icon{
    font-size:120px;
    color:rgba(255,255,255,.15);
}

.library-count{
    position:absolute;
    bottom:30px;
    left:30px;
    background:rgba(255,255,255,.15);
    backdrop-filter:blur(10px);
    padding:20px;
    border-radius:16px;
    color:#fff;
}

.library-count h3{
    font-size:42px;
    font-weight:900;
    margin:0;
}

.library-count span{
    font-size:16px;
}

/* Content */

.library-content h3{
    color:#2f2ea9;
    font-size:34px;
    font-weight:900;
    margin-bottom:20px;
}

.library-content p{
    color:#444;
    font-size:17px;
    line-height:1.9;
}

.library-features{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:15px;
    margin-top:30px;
}

.feature-box{
    background:#f7f7ff;
    padding:18px;
    border-radius:14px;
    display:flex;
    align-items:center;
    gap:12px;
    transition:.4s ease;
}

.feature-box:hover{
    background:#2f2ea9;
    transform:translateY(-5px);
}

.feature-box i{
    width:45px;
    height:45px;
    background:#2f2ea9;
    color:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    transition:.4s ease;
}

.feature-box:hover i{
    background:#ffbf00;
    color:#000;
    transform:rotateY(180deg);
}

.feature-box span{
    font-weight:700;
    color:#333;
}

.feature-box:hover span{
    color:#fff;
}

/* Responsive */

@media(max-width:991px){

    .library-section h2{
        font-size:34px;
    }

    .library-wrapper{
        padding:25px;
    }

    .library-image{
        height:300px;
    }

    .library-content h3{
        font-size:28px;
    }
}

@media(max-width:576px){

    .library-features{
        grid-template-columns:1fr;
    }

    .library-count h3{
        font-size:32px;
    }
}



/* ==========================
   LIBRARY SECTION close
========================== */


/* ==========================
   PROSPECTUS SECTION
========================== */

.prospectus-section{
    padding:80px 0;
    background:#f8f9ff;
}

.prospectus-section h2{
    font-size:48px;
    font-weight:900;
    color:#16212b;
}

.prospectus-section h2 span{
    color:#2f2ea9;
}

.prospectus-box{
    background:#fff;
    border-radius:24px;
    padding:40px;
    box-shadow:0 20px 60px rgba(0,0,0,.08);
    transition:.4s ease;
}

.prospectus-box:hover{
    transform:translateY(-8px);
    box-shadow:0 30px 80px rgba(47,46,169,.15);
}

.prospectus-image{
    overflow:hidden;
    border-radius:18px;
}

.prospectus-image img{
    width:100%;
    border-radius:18px;
    transition:.5s ease;
    box-shadow:0 15px 40px rgba(0,0,0,.15);
}

.prospectus-image:hover img{
    transform:scale(1.05);
}

.prospectus-content h3{
    color:#2f2ea9;
    font-size:34px;
    font-weight:800;
    margin-bottom:20px;
}

.prospectus-content p{
    color:#555;
    line-height:1.9;
    font-size:17px;
}

.prospectus-list{
    list-style:none;
    padding:0;
    margin:25px 0;
}

.prospectus-list li{
    margin-bottom:12px;
    font-weight:600;
    color:#333;
}

.prospectus-list li i{
    color:#198754;
    margin-right:10px;
}

.prospectus-btn{
    display:inline-flex;
    align-items:center;
    gap:10px;
    background:linear-gradient(135deg,#2f2ea9,#4542d4);
    color:#fff;
    text-decoration:none;
    padding:14px 30px;
    border-radius:50px;
    font-weight:700;
    transition:.4s ease;
}

.prospectus-btn:hover{
    background:linear-gradient(135deg,#ffbf00,#ff9f00);
    color:#000;
    transform:translateY(-4px);
}

@media(max-width:991px){

    .prospectus-section h2{
        font-size:34px;
    }

    .prospectus-box{
        padding:25px;
    }

    .prospectus-content{
        margin-top:25px;
    }

    .prospectus-content h3{
        font-size:28px;
    }
}



/* ==========================
   prospectus SECTION close
========================== */


/* ==========================
  Admission Process & guidelines
========================== */

.admission-process-section {
  padding: 80px 0;
  background: #f7f8ff;
  font-family: Arial, sans-serif;
}

.admission-process-section .container {
  width: 90%;
  max-width: 1150px;
  margin: auto;
}

.section-title {
  text-align: center;
  margin-bottom: 50px;
}

.section-title h2 {
  font-size: 42px;
  font-weight: 800;
  color: #3434b3;
  margin-bottom: 12px;
}

.section-title h2::after {
  content: "";
  width: 90px;
  height: 4px;
  background: #ffc107;
  display: block;
  margin: 14px auto 0;
}

.section-title p {
  font-size: 18px;
  color: #333;
}

.admission-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-bottom: 35px;
}

.admission-card,
.eligibility-box {
  background: #fff;
  padding: 35px;
  border-radius: 20px;
  box-shadow: 0 14px 40px rgba(0,0,0,0.08);
  transition: all 0.35s ease;
  border-top: 5px solid #ffc107;
}

.admission-card:hover,
.eligibility-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 22px 50px rgba(52,52,179,0.18);
}

.step-icon {
  width: 80px;
  height: 80px;
  background: #3434b3;
  color: #ffc107;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  margin-bottom: 22px;
}

.admission-card:hover .step-icon {
  background: #ffc107;
  color: #3434b3;
}

.admission-card h3,
.eligibility-box h3 {
  font-size: 26px;
  color: #3434b3;
  font-weight: 800;
  margin-bottom: 15px;
}

.admission-card p,
.eligibility-box li {
  font-size: 17px;
  line-height: 1.8;
  color: #222;
}

.eligibility-box {
  margin-top: 25px;
}

.eligibility-box ul {
  padding-left: 22px;
  margin-bottom: 0;
}

.eligibility-box li::marker {
  color: #ffc107;
}

@media (max-width: 768px) {
  .admission-grid {
    grid-template-columns: 1fr;
  }

  .section-title h2 {
    font-size: 32px;
  }

  .admission-card,
  .eligibility-box {
    padding: 25px;
  }
}




/* ==========================
  Admission Process & guidelines close
========================== */





/* ====================
   GALLERY SECTION
==================== */


.gallery-section{
    padding:80px 0;
    background:#f8f9ff;
}

.gallery-tabs .nav-link{
    border:none;
    background:#fff;
    color:#2f2ea9;
    font-weight:700;
    padding:12px 28px;
    margin:5px;
    border-radius:50px;
    box-shadow:0 8px 20px rgba(0,0,0,.08);
    transition:.4s;
}

.gallery-tabs .nav-link.active{
    background:#2f2ea9;
    color:#fff;
}

.gallery-item{
    overflow:hidden;
    border-radius:20px;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
    position:relative;
}

.gallery-item img{
    width:100%;
    height:280px;
    object-fit:cover;
    transition:.6s;
}

.gallery-item:hover img{
    transform:scale(1.08);
}

.gallery-item::before{
    content:'\f00e';
    font-family:'Font Awesome 6 Free';
    font-weight:900;
    position:absolute;
    width:60px;
    height:60px;
    background:#2f2ea9;
    color:#fff;
    border-radius:50%;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%) scale(0);
    display:flex;
    align-items:center;
    justify-content:center;
    z-index:2;
    transition:.4s;
}

.gallery-item:hover::before{
    transform:translate(-50%,-50%) scale(1);
}
/* ==========================
  gallery close
========================== */


/* ===========================
   CAREER OPPORTUNITIES
=========================== */

.career-section{
    padding:80px 0;
    background:
    linear-gradient(
        180deg,
        rgba(47,46,169,.03),
        rgba(255,191,0,.04)
    );
}

.career-section .section-title{
    margin-bottom:60px;
}

.career-section .section-title span{
    display:inline-block;
    color:#2f2ea9;
    font-size:16px;
    font-weight:800;
    letter-spacing:3px;
    text-transform:uppercase;
    margin-bottom:12px;
    position:relative;
}

.career-section .section-title span::before,
.career-section .section-title span::after{
    content:'';
    width:40px;
    height:2px;
    background:#ffbf00;
    position:absolute;
    top:50%;
}

.career-section .section-title span::before{
    left:-55px;
}

.career-section .section-title span::after{
    right:-55px;
}

.career-section .section-title h2{
    font-size:52px;
    font-weight:900;
    color:#16212b;
    margin-bottom:20px;
    line-height:1.2;
}

.career-section .section-title p{
    max-width:950px;
    margin:auto;
    color:#555;
    line-height:1.9;
    font-size:17px;
}

/* ===========================
   CAREER CARD
=========================== */

.career-card{
    background:#fff;
    border-radius:22px;
    padding:45px 25px;
    text-align:center;
    box-shadow:0 10px 30px rgba(47,46,169,.08);
    transition:all .4s ease;
    position:relative;
    overflow:hidden;
    height:100%;
}

.career-card::before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:4px;
    background:linear-gradient(
        90deg,
        #2f2ea9,
        #ffbf00
    );
    transform:scaleX(0);
    transition:.4s;
}

.career-card:hover::before{
    transform:scaleX(1);
}

.career-card::after{
    content:'';
    position:absolute;
    width:120px;
    height:120px;
    background:rgba(47,46,169,.04);
    border-radius:50%;
    top:-50px;
    right:-50px;
    transition:.5s;
}

.career-card:hover::after{
    transform:scale(1.4);
}

.career-card:hover{
    transform:translateY(-10px);
    box-shadow:0 20px 45px rgba(47,46,169,.18);
}

.career-card i{
    font-size:55px;
    color:#2f2ea9;
    margin-bottom:20px;
    transition:.4s ease;
    position:relative;
    z-index:2;
}

.career-card:hover i{
    color:#ffbf00;
    transform:scale(1.15) rotate(8deg);
}

.career-card h5{
    font-size:24px;
    font-weight:800;
    color:#16212b;
    margin:0;
    line-height:1.4;
    position:relative;
    z-index:2;
}

.career-card p{
    margin-top:12px;
    color:#666;
    line-height:1.7;
    position:relative;
    z-index:2;
}

/* ===========================
   RESPONSIVE
=========================== */

@media(max-width:991px){

    .career-section{
        padding:60px 0;
    }

    .career-section .section-title h2{
        font-size:38px;
    }

    .career-section .section-title p{
        font-size:16px;
    }

    .career-card{
        padding:35px 20px;
    }

    .career-card i{
        font-size:48px;
    }

    .career-card h5{
        font-size:20px;
    }
}

@media(max-width:767px){

    .career-section .section-title span::before,
    .career-section .section-title span::after{
        display:none;
    }

    .career-section .section-title h2{
        font-size:32px;
    }

    .career-card{
        padding:30px 15px;
    }

    .career-card h5{
        font-size:18px;
    }
}

/* Career close */


/* contact starts */

.contact-section{
    padding:80px 0;
    background:#f8f9ff;
}

.contact-section h2{
    font-size:48px;
    font-weight:900;
    color:#16212b;
}

.contact-section h2 span{
    color:#2f2ea9;
}

.contact-card{
    background:#fff;
    border-radius:22px;
    padding:35px 25px;
    text-align:center;
    height:100%;
    box-shadow:0 15px 45px rgba(47,46,169,.08);
    transition:.4s ease;
}

.contact-card:hover{
    transform:translateY(-10px);
    box-shadow:0 25px 60px rgba(47,46,169,.18);
}

.contact-card i{
    width:75px;
    height:75px;
    background:#2f2ea9;
    color:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:30px;
    margin:0 auto 20px;
    transition:.4s;
}

.contact-card:hover i{
    background:#ffbf00;
    color:#000;
    transform:rotateY(180deg);
}

.contact-card h4{
    color:#2f2ea9;
    font-weight:900;
    margin-bottom:15px;
}

.contact-card p{
    margin:0 0 5px;
    color:#444;
    font-size:17px;
}

.contact-box{
    background:#fff;
    border-radius:24px;
    padding:40px;
    box-shadow:0 20px 60px rgba(47,46,169,.10);
}

.contact-box h3{
    color:#2f2ea9;
    font-size:34px;
    font-weight:900;
    margin-bottom:25px;
}

.contact-box .form-control{
    height:52px;
    margin-bottom:18px;
    border-radius:10px;
    border:1px solid #ddd;
    box-shadow:none;
}

.contact-box textarea.form-control{
    height:auto;
}

.contact-box .form-control:focus{
    border-color:#2f2ea9;
}

.contact-btn{
    background:#2f2ea9;
    color:#fff;
    border:none;
    padding:14px 32px;
    border-radius:50px;
    font-weight:800;
    transition:.3s;
}

.contact-btn:hover{
    background:#ffbf00;
    color:#000;
    transform:translateY(-4px);
}

.map-box{
    border-radius:20px;
    overflow:hidden;
    box-shadow:0 15px 40px rgba(0,0,0,.10);
}

@media(max-width:991px){
    .contact-section h2{
        font-size:34px;
    }

    .contact-box{
        padding:25px;
    }
}

/* contact close */


/* courses section  */

.courses-section{
    padding:80px 0;
    background:#f8f9ff;
}

.course-card{
    background:#fff;
    border-radius:25px;
    overflow:hidden;
    box-shadow:0 15px 45px rgba(47,46,169,.08);
    transition:.4s;
    height:100%;
}

.course-card:hover{
    transform:translateY(-10px);
    box-shadow:0 25px 60px rgba(47,46,169,.18);
}

.course-img{
    position:relative;
}

.course-img img{
    width:100%;
    height:320px;
    object-fit:cover;
}

.course-img span{
    position:absolute;
    bottom:-28px;
    left:40px;
    width:70px;
    height:70px;
    background:#2f2ea9;
    color:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:28px;
    border:5px solid #fff;
}

.course-content{
    padding:50px 35px 35px;
}

.course-content h4{
    font-size:34px;
    font-weight:900;
    color:#16212b;
    margin-bottom:15px;
}

.course-content p{
    color:#555;
    line-height:1.8;
    margin-bottom:20px;
}

.course-content a{
    color:#2f2ea9;
    font-weight:800;
    text-decoration:none;
}

.course-content a i{
    margin-left:6px;
}

/* courses section close  */


.about-btn{
    display:inline-flex;
    align-items:center;
    gap:10px;
    padding:14px 32px;
    margin-top: 0px;
    background:linear-gradient(135deg,#2f2ea9,#4a49d1);
    color:#fff;
    text-decoration:none;
    font-size:16px;
    font-weight:700;
    border-radius:50px;
    transition:all .4s ease;
    box-shadow:0 10px 25px rgba(47,46,169,.25);
}

.about-btn:hover{
    background:linear-gradient(135deg,#ffbf00,#ffcf40);
    color:#16212b;
    transform:translateY(-5px);
    box-shadow:0 15px 35px rgba(255,191,0,.35);
}

.about-btn i{
    transition:all .3s ease;
}

.about-btn:hover i{
    transform:translateX(6px);
}






.admission-form-section{
    padding:80px 0;
    background:#f8f9ff;
}

.admission-form-box{
    max-width:800px;
    margin:auto;
    background:#fff;
    border-radius:24px;
    padding:50px 30px;
    box-shadow:0 20px 60px rgba(47,46,169,.10);
    transition:.4s ease;
}

.admission-form-box:hover{
    transform:translateY(-8px);
    box-shadow:0 30px 80px rgba(47,46,169,.18);
}

.admission-icon{
    width:90px;
    height:90px;
    background:#2f2ea9;
    color:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:42px;
    margin:0 auto 22px;
    transition:.4s;
}

.admission-form-box:hover .admission-icon{
    background:#ffbf00;
    color:#000;
    transform:rotateY(180deg);
}

.admission-form-box h2{
    font-size:46px;
    font-weight:900;
    color:#16212b;
}

.admission-form-box h2 span{
    color:#2f2ea9;
}

.admission-form-box p{
    color:#555;
    font-size:17px;
    line-height:1.8;
    margin:15px auto 25px;
    max-width:600px;
}

.admission-form-btn{
    display:inline-flex;
    align-items:center;
    gap:10px;
    background:#2f2ea9;
    color:#fff;
    padding:14px 32px;
    border-radius:50px;
    text-decoration:none;
    font-weight:800;
    transition:.4s;
}

.admission-form-btn:hover{
    background:#ffbf00;
    color:#000;
    transform:translateY(-4px);
}

.admission-form-btn i{
    transition:.3s;
}

.admission-form-btn:hover i{
    transform:translateX(6px);
}



/* milestone section  */
.milestone-section {
  padding: 70px 0;
  background: #f7f8ff;
  font-family: Arial, sans-serif;
}

.milestone-section .container {
  width: 90%;
  max-width: 1100px;
  margin: auto;
}

.section-title {
  text-align: center;
  margin-bottom: 55px;
}

.section-title h2 {
  font-size: 42px;
  font-weight: 800;
  color: #3434b3;
  margin-bottom: 12px;
}

.section-title h2::after {
  content: "";
  display: block;
  width: 90px;
  height: 4px;
  background: #ffc107;
  margin: 14px auto 0;
}

.section-title p {
  font-size: 18px;
  color: #111;
}

.milestone-timeline {
  position: relative;
  max-width: 1000px;
  margin: auto;
}

.milestone-timeline::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 4px;
  background: #3434b3;
  transform: translateX(-50%);
}

.milestone-item {
  width: 50%;
  position: relative;
  padding: 0 45px 35px;
}

.milestone-item:nth-child(odd) {
  left: 0;
  text-align: right;
}

.milestone-item:nth-child(even) {
  left: 50%;
  text-align: left;
}

.milestone-item::before {
  content: "";
  position: absolute;
  top: 25px;
  width: 22px;
  height: 22px;
  background: #ffc107;
  border: 5px solid #3434b3;
  border-radius: 50%;
  z-index: 2;
}

.milestone-item:nth-child(odd)::before {
  right: -16px;
}

.milestone-item:nth-child(even)::before {
  left: -16px;
}

.milestone-content {
  background: #fff;
  padding: 26px 28px;
  border-radius: 18px;
  box-shadow: 0 12px 35px rgba(0,0,0,0.08);
  border-top: 5px solid #ffc107;
  transition: all 0.35s ease;
}

.milestone-content:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 45px rgba(52,52,179,0.22);
}

.milestone-content h3 {
  font-size: 30px;
  color: #3434b3;
  margin: 0 0 10px;
  font-weight: 800;
}

.milestone-content p {
  font-size: 17px;
  line-height: 1.7;
  color: #222;
  margin: 0;
}

.milestone-content.present {
  background: linear-gradient(135deg, #3434b3, #4b4bd8);
}

.milestone-content.present h3,
.milestone-content.present p {
  color: #fff;
}

@media (max-width: 768px) {
  .milestone-timeline::before {
    left: 15px;
  }

  .milestone-item,
  .milestone-item:nth-child(even),
  .milestone-item:nth-child(odd) {
    width: 100%;
    left: 0;
    text-align: left;
    padding-left: 55px;
    padding-right: 0;
  }

  .milestone-item::before,
  .milestone-item:nth-child(odd)::before,
  .milestone-item:nth-child(even)::before {
    left: 0;
  }

  .section-title h2 {
    font-size: 32px;
  }
}

/* milestone section close */

/* department section  */

.department-section{
    padding:80px 0;
    background:#f7f8ff;
}

.section-title{
    text-align:center;
    margin-bottom:50px;
}

.section-title h2{
    font-size:42px;
    font-weight:800;
    color:#3434B3;
    margin-bottom:15px;
}

.section-title h2:after{
    content:'';
    width:90px;
    height:4px;
    background:#FFC107;
    display:block;
    margin:15px auto 0;
}

.section-title p{
    font-size:18px;
    color:#555;
    max-width:700px;
    margin:auto;
}

.department-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:30px;
}

.department-card{
    background:#fff;
    padding:40px 35px;
    border-radius:20px;
    text-align:center;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
    transition:.4s ease;
    border-top:5px solid #FFC107;
}

.department-card:hover{
    transform:translateY(-12px);
    box-shadow:0 25px 50px rgba(52,52,179,.18);
}

.dept-icon{
    width:90px;
    height:90px;
    background:#3434B3;
    color:#fff;
    border-radius:50%;
    margin:0 auto 25px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:35px;
    transition:.4s;
}

.department-card:hover .dept-icon{
    background:#FFC107;
    color:#3434B3;
    transform:rotateY(180deg);
}

.department-card h3{
    font-size:30px;
    color:#3434B3;
    margin-bottom:15px;
    font-weight:700;
}

.department-card p{
    font-size:17px;
    line-height:1.8;
    color:#555;
    margin-bottom:25px;
}

.dept-btn{
    display:inline-block;
    padding:12px 28px;
    background:#3434B3;
    color:#fff;
    text-decoration:none;
    border-radius:50px;
    font-weight:600;
    transition:.3s;
}

.dept-btn:hover{
    background:#FFC107;
    color:#3434B3;
}

@media(max-width:768px){

    .department-grid{
        grid-template-columns:1fr;
    }

    .section-title h2{
        font-size:32px;
    }

    .department-card{
        padding:30px 25px;
    }
}

/* department section close  */



/* research section   */




.research-section {
  padding: 80px 0;
  background: #f7f8ff;
  font-family: Arial, sans-serif;
}

.research-section .container {
  width: 90%;
  max-width: 1150px;
  margin: auto;
}

.section-title {
  text-align: center;
  margin-bottom: 45px;
}

.section-title h2 {
  font-size: 42px;
  font-weight: 800;
  color: #3434b3;
  margin-bottom: 12px;
}

.section-title h2::after {
  content: "";
  width: 90px;
  height: 4px;
  background: #ffc107;
  display: block;
  margin: 14px auto 0;
}

.section-title p {
  font-size: 18px;
  color: #333;
}

.research-intro {
  background: #3434b3;
  padding: 40px;
  border-radius: 22px;
  color: #fff;
  margin-bottom: 35px;
  box-shadow: 0 15px 40px rgba(52,52,179,0.22);
  border-bottom: 6px solid #ffc107;
}

.research-intro h3 {
  color: #ffc107;
  font-size: 30px;
  font-weight: 800;
  margin-bottom: 15px;
}

.research-intro p {
  font-size: 17px;
  line-height: 1.8;
  margin-bottom: 10px;
}

.research-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}

.research-card {
  background: #fff;
  padding: 32px 25px;
  border-radius: 18px;
  text-align: center;
  border-top: 5px solid #ffc107;
  box-shadow: 0 12px 35px rgba(0,0,0,0.08);
  transition: all 0.35s ease;
}

.research-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 22px 50px rgba(52,52,179,0.18);
}

.research-icon {
  width: 75px;
  height: 75px;
  background: #3434b3;
  color: #ffc107;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 22px;
  font-size: 30px;
  transition: all 0.35s ease;
}

.research-card:hover .research-icon {
  background: #ffc107;
  color: #3434b3;
  transform: rotateY(180deg);
}

.research-card h3 {
  color: #3434b3;
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 12px;
}

.research-card p {
  font-size: 16px;
  line-height: 1.7;
  color: #333;
  margin: 0;
}

@media (max-width: 992px) {
  .research-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .research-grid {
    grid-template-columns: 1fr;
  }

  .section-title h2 {
    font-size: 32px;
  }

  .research-intro {
    padding: 28px;
  }
}

/* research section close   */


/* Sports Facilities   */

.facilities-section{
    padding:80px 0;
    background:#f7f8ff;
}

.facilities-section .container{
    width:90%;
    max-width:1200px;
    margin:auto;
}

.section-title{
    text-align:center;
    margin-bottom:50px;
}

.section-title h2{
    font-size:42px;
    font-weight:800;
    color:#3434B3;
    margin-bottom:15px;
}

.section-title h2:after{
    content:'';
    width:90px;
    height:4px;
    background:#FFC107;
    display:block;
    margin:15px auto 0;
}

.section-title p{
    font-size:18px;
    color:#555;
    max-width:700px;
    margin:auto;
}

.facilities-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
}

.facility-card{
    background:#fff;
    padding:40px 30px;
    text-align:center;
    border-radius:20px;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
    border-top:5px solid #FFC107;
    transition:.4s ease;
}

.facility-card:hover{
    transform:translateY(-12px);
    box-shadow:0 25px 50px rgba(52,52,179,.18);
}

.facility-icon{
    width:90px;
    height:90px;
    background:#3434B3;
    color:#FFC107;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:0 auto 25px;
    font-size:35px;
    transition:.4s ease;
}

.facility-card:hover .facility-icon{
    background:#FFC107;
    color:#3434B3;
    transform:rotateY(180deg);
}

.facility-card h3{
    font-size:28px;
    color:#3434B3;
    margin-bottom:15px;
    font-weight:700;
}

.facility-card p{
    font-size:16px;
    color:#555;
    line-height:1.8;
}

@media(max-width:991px){
    .facilities-grid{
        grid-template-columns:repeat(2,1fr);
    }
}

@media(max-width:768px){

    .facilities-grid{
        grid-template-columns:1fr;
    }

    .section-title h2{
        font-size:32px;
    }

    .facility-card{
        padding:30px 25px;
    }
}

/* Sports Facilities close   */

/* nss section   */


	.nss-section{
    padding:80px 0;
    background:#f7f8ff;
}

.nss-section .container{
    width:90%;
    max-width:1200px;
    margin:auto;
}

.section-title{
    text-align:center;
    margin-bottom:50px;
}

.section-title h2{
    font-size:42px;
    font-weight:800;
    color:#3434B3;
    margin-bottom:12px;
}

.section-title h2:after{
    content:'';
    width:90px;
    height:4px;
    background:#FFC107;
    display:block;
    margin:15px auto 0;
}

.section-title p{
    font-size:22px;
    color:#FFC107;
    font-weight:700;
}

.nss-intro{
    background:#fff;
    padding:45px;
    border-radius:20px;
    text-align:center;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
    border-top:5px solid #FFC107;
    margin-bottom:40px;
}

.nss-icon{
    width:100px;
    height:100px;
    background:#3434B3;
    color:#FFC107;
    border-radius:50%;
    margin:0 auto 25px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:40px;
}

.nss-intro h3{
    color:#3434B3;
    font-size:32px;
    margin-bottom:20px;
    font-weight:700;
}

.nss-intro p{
    font-size:17px;
    line-height:1.9;
    color:#555;
}

.motto-box{
    background:#3434B3;
    color:#fff;
    padding:25px;
    border-radius:15px;
    margin-top:30px;
}

.motto-box h4{
    color:#FFC107;
    margin-bottom:10px;
    font-size:20px;
}

.motto-box span{
    font-size:28px;
    font-weight:800;
    letter-spacing:2px;
}

.nss-features{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:25px;
    margin-bottom:40px;
}

.feature-card{
    background:#fff;
    padding:30px 25px;
    text-align:center;
    border-radius:18px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.4s;
}

.feature-card:hover{
    transform:translateY(-10px);
}

.feature-card i{
    font-size:35px;
    color:#3434B3;
    margin-bottom:15px;
}

.feature-card h4{
    color:#3434B3;
    font-size:20px;
    margin-bottom:12px;
}

.feature-card p{
    color:#555;
    line-height:1.7;
}

.officer-box{
    background:#fff;
    padding:40px;
    border-radius:20px;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
    border-left:5px solid #3434B3;
}

.officer-box h3{
    color:#3434B3;
    font-size:30px;
    margin-bottom:20px;
}

.officer-box p{
    font-size:17px;
    line-height:1.9;
    color:#555;
}

.officer-info{
    margin-top:25px;
    padding:20px;
    background:#f7f8ff;
    border-radius:12px;
}

.officer-info h4{
    color:#3434B3;
    margin-bottom:8px;
}

.officer-info p{
    font-size:20px;
    font-weight:700;
    color:#222;
}

@media(max-width:991px){
    .nss-features{
        grid-template-columns:repeat(2,1fr);
    }
}

@media(max-width:768px){

    .section-title h2{
        font-size:32px;
    }

    .nss-features{
        grid-template-columns:1fr;
    }

    .nss-intro,
    .officer-box{
        padding:25px;
    }
}

.road-safety-section{
    padding:80px 0;
    background:#f7f8ff;
}

.road-safety-section .container{
    width:90%;
    max-width:1200px;
    margin:auto;
}

.club-info{
    background:#3434B3;
    color:#fff;
    text-align:center;
    padding:40px;
    border-radius:20px;
    margin-bottom:35px;
    box-shadow:0 15px 40px rgba(52,52,179,.20);
}

.club-badge{
    width:90px;
    height:90px;
    margin:0 auto 20px;
    border-radius:50%;
    background:#FFC107;
    color:#3434B3;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:40px;
}

.club-info h3{
    font-size:32px;
    color:#FFC107;
    margin-bottom:10px;
    font-weight:700;
}

.club-info h4{
    margin-bottom:20px;
    font-size:22px;
}

.club-info p{
    max-width:850px;
    margin:auto;
    line-height:1.8;
}

.member-table{
    background:#fff;
    padding:25px;
    border-radius:20px;
    box-shadow:0 10px 35px rgba(0,0,0,.08);
    overflow-x:auto;
}

.member-table table{
    width:100%;
    border-collapse:collapse;
}

.member-table th{
    background:#3434B3;
    color:#fff;
    padding:15px;
    text-align:left;
    font-size:17px;
}

.member-table td{
    padding:15px;
    border-bottom:1px solid #eee;
}

.member-table tr:hover{
    background:#f8f9ff;
}

.member-table tbody tr:nth-child(even){
    background:#fafafa;
}

@media(max-width:768px){

    .club-info{
        padding:25px;
    }

    .club-info h3{
        font-size:26px;
    }

    .member-table{
        padding:10px;
    }
}

/* nss section close  */





/* placement section  */


.placement-section{
    padding:80px 0;
    background:#f7f8ff;
}

.placement-section .container{
    width:90%;
    max-width:1200px;
    margin:auto;
}

.placement-card{
    background:#fff;
    padding:45px;
    border-radius:20px;
    text-align:center;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
    border-top:5px solid #FFC107;
    margin-bottom:40px;
    transition:.4s;
}

.placement-card:hover{
    transform:translateY(-10px);
    box-shadow:0 25px 50px rgba(52,52,179,.18);
}

.placement-icon{
    width:100px;
    height:100px;
    background:#3434B3;
    color:#FFC107;
    border-radius:50%;
    margin:0 auto 25px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:40px;
}

.placement-card h3{
    color:#3434B3;
    font-size:34px;
    margin-bottom:20px;
    font-weight:700;
}

.placement-card p{
    color:#555;
    line-height:1.9;
    font-size:17px;
}

.coordinator-box{
    margin-top:30px;
    background:#3434B3;
    color:#fff;
    padding:25px;
    border-radius:15px;
}

.coordinator-box h4{
    color:#FFC107;
    margin-bottom:10px;
    font-size:20px;
}

.coordinator-box span{
    font-size:24px;
    font-weight:700;
}

.placement-features{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:25px;
}

.feature-box{
    background:#fff;
    padding:30px 25px;
    text-align:center;
    border-radius:18px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.4s;
}

.feature-box:hover{
    transform:translateY(-10px);
}

.feature-box i{
    font-size:35px;
    color:#3434B3;
    margin-bottom:15px;
}

.feature-box h4{
    color:#3434B3;
    margin-bottom:12px;
}

.feature-box p{
    color:#555;
    line-height:1.7;
}

@media(max-width:991px){
    .placement-features{
        grid-template-columns:repeat(2,1fr);
    }
}

@media(max-width:768px){

    .placement-features{
        grid-template-columns:1fr;
    }

    .placement-card{
        padding:25px;
    }

    .placement-card h3{
        font-size:28px;
    }
}

/* placement section close  */




/* Internal Complain Committee  */



.icc-section{
    padding:80px 0;
    background:#f7f8ff;
}

.icc-section .container{
    width:90%;
    max-width:1200px;
    margin:auto;
}

.icc-card{
    background:#fff;
    padding:45px;
    border-radius:20px;
    text-align:center;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
    border-top:5px solid #FFC107;
    margin-bottom:40px;
    transition:.4s;
}

.icc-card:hover{
    transform:translateY(-10px);
    box-shadow:0 25px 50px rgba(52,52,179,.18);
}

.icc-icon{
    width:100px;
    height:100px;
    background:#3434B3;
    color:#FFC107;
    border-radius:50%;
    margin:0 auto 25px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:40px;
}

.icc-card h3{
    color:#3434B3;
    font-size:34px;
    margin-bottom:20px;
    font-weight:700;
}

.icc-card p{
    color:#555;
    line-height:1.9;
    font-size:17px;
}

.incharge-box{
    margin-top:30px;
    background:#3434B3;
    color:#fff;
    padding:25px;
    border-radius:15px;
}

.incharge-box h4{
    color:#FFC107;
    margin-bottom:10px;
    font-size:20px;
}

.incharge-box span{
    font-size:24px;
    font-weight:700;
}

.icc-features{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:25px;
}

.feature-card{
    background:#fff;
    padding:30px 25px;
    text-align:center;
    border-radius:18px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.4s;
}

.feature-card:hover{
    transform:translateY(-10px);
}

.feature-card i{
    font-size:35px;
    color:#3434B3;
    margin-bottom:15px;
}

.feature-card h4{
    color:#3434B3;
    margin-bottom:12px;
}

.feature-card p{
    color:#555;
    line-height:1.7;
}

@media(max-width:991px){
    .icc-features{
        grid-template-columns:repeat(2,1fr);
    }
}

@media(max-width:768px){

    .icc-features{
        grid-template-columns:1fr;
    }

    .icc-card{
        padding:25px;
    }

    .icc-card h3{
        font-size:28px;
    }
}

/* Internal Complain Committee close */


/* Anti Ragging Cell */


.anti-ragging-section{
    padding:80px 0;
    background:#f7f8ff;
}

.anti-ragging-section .container{
    width:90%;
    max-width:1200px;
    margin:auto;
}

.anti-ragging-card{
    background:#fff;
    padding:45px;
    border-radius:20px;
    text-align:center;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
    border-top:5px solid #FFC107;
    margin-bottom:40px;
    transition:.4s;
}

.anti-ragging-card:hover{
    transform:translateY(-10px);
    box-shadow:0 25px 50px rgba(52,52,179,.18);
}

.anti-ragging-icon{
    width:100px;
    height:100px;
    background:#3434B3;
    color:#FFC107;
    border-radius:50%;
    margin:0 auto 25px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:40px;
}

.anti-ragging-card h3{
    color:#3434B3;
    font-size:34px;
    font-weight:700;
    margin-bottom:20px;
}

.anti-ragging-card p{
    color:#555;
    line-height:1.9;
    font-size:17px;
}

.committee-members{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:20px;
    margin-top:30px;
}

.member-box{
    background:#3434B3;
    padding:25px;
    border-radius:15px;
    color:#fff;
}

.member-box h4{
    color:#FFC107;
    margin-bottom:10px;
    font-size:18px;
}

.member-box span{
    font-size:22px;
    font-weight:700;
}

.guideline-box{
    margin-top:25px;
    background:#f7f8ff;
    padding:20px;
    border-radius:12px;
}

.guideline-box i{
    font-size:30px;
    color:#3434B3;
    margin-bottom:10px;
}

.guideline-box p{
    margin:0;
    color:#3434B3;
}

.awareness-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:25px;
}

.awareness-card{
    background:#fff;
    padding:30px 25px;
    border-radius:18px;
    text-align:center;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.4s;
}

.awareness-card:hover{
    transform:translateY(-10px);
}

.awareness-card i{
    font-size:35px;
    color:#3434B3;
    margin-bottom:15px;
}

.awareness-card h4{
    color:#3434B3;
    margin-bottom:10px;
}

.awareness-card p{
    color:#555;
    line-height:1.7;
}

@media(max-width:991px){
    .awareness-grid{
        grid-template-columns:repeat(2,1fr);
    }
}

@media(max-width:768px){

    .committee-members{
        grid-template-columns:1fr;
    }

    .awareness-grid{
        grid-template-columns:1fr;
    }

    .anti-ragging-card{
        padding:25px;
    }

    .anti-ragging-card h3{
        font-size:28px;
    }
}

/* Anti Ragging Cell close */



/* Alumni   */
.alumni-section {
  padding: 80px 0;
  background: #f7f8ff;
}

.alumni-section .container {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}

.alumni-card {
  background: #fff;
  padding: 45px;
  border-radius: 20px;
  text-align: center;
  box-shadow: 0 15px 40px rgba(0,0,0,.08);
  border-top: 5px solid #FFC107;
  margin-bottom: 40px;
  transition: .4s;
}

.alumni-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 50px rgba(52,52,179,.18);
}

.alumni-icon {
  width: 100px;
  height: 100px;
  background: #3434B3;
  color: #FFC107;
  border-radius: 50%;
  margin: 0 auto 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
}

.alumni-card h3 {
  color: #3434B3;
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 20px;
}

.alumni-card p {
  color: #555;
  line-height: 1.9;
  font-size: 17px;
}

.alumni-highlight {
  margin-top: 30px;
  background: #3434B3;
  color: #fff;
  padding: 25px;
  border-radius: 15px;
}

.alumni-highlight h4 {
  color: #FFC107;
  font-size: 22px;
  margin-bottom: 10px;
}

.alumni-highlight p {
  color: #fff;
  margin: 0;
}

.alumni-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 25px;
}

.alumni-box {
  background: #fff;
  padding: 30px 25px;
  border-radius: 18px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0,0,0,.08);
  transition: .4s;
}

.alumni-box:hover {
  transform: translateY(-10px);
}

.alumni-box i {
  font-size: 35px;
  color: #3434B3;
  margin-bottom: 15px;
}

.alumni-box h4 {
  color: #3434B3;
  margin-bottom: 10px;
}

.alumni-box p {
  color: #555;
  line-height: 1.7;
}

@media(max-width:991px) {
  .alumni-grid {
    grid-template-columns: repeat(2,1fr);
  }
}

@media(max-width:768px) {
  .alumni-grid {
    grid-template-columns: 1fr;
  }

  .alumni-card {
    padding: 25px;
  }

  .alumni-card h3 {
    font-size: 28px;
  }
}

/* Alumni  close */

/* notice  */
.circular-section {
  padding: 80px 0;
  background: #f7f8ff;
}

.circular-section .container {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}

.section-title {
  text-align: center;
  margin-bottom: 45px;
}

.section-title h2 {
  font-size: 42px;
  font-weight: 800;
  color: #3434b3;
  margin-bottom: 12px;
}

.section-title h2::after {
  content: "";
  width: 90px;
  height: 4px;
  background: #ffc107;
  display: block;
  margin: 14px auto 0;
}

.section-title p {
  font-size: 18px;
  color: #333;
}

.circular-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.circular-card {
  background: #fff;
  padding: 18px;
  border-radius: 18px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.08);
  border-top: 5px solid #ffc107;
  transition: all 0.35s ease;
}

.circular-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 22px 50px rgba(52,52,179,0.18);
}

.circular-card img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
}

@media (max-width: 768px) {
  .circular-grid {
    grid-template-columns: 1fr;
  }

  .section-title h2 {
    font-size: 32px;
  }

  .circular-card {
    padding: 10px;
  }
}

/* notice  close */

/* popup  */

.popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.75);
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
}

.popup-box {
  position: relative;
  max-width: 520px;
  width: 100%;
  animation: popupZoom 0.4s ease;
}

.popup-box img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
}

.popup-close {
  position: absolute;
  top: -16px;
  right: -16px;
  width: 38px;
  height: 38px;
  border: none;
  border-radius: 50%;
  background: #ffc107;
  color: #3434b3;
  font-size: 28px;
  font-weight: 700;
  line-height: 38px;
  cursor: pointer;
  box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

@keyframes popupZoom {
  from {
    transform: scale(0.75);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

@media (max-width: 576px) {
  .popup-box {
    max-width: 94%;
  }

  .popup-close {
    top: -12px;
    right: -10px;
    width: 34px;
    height: 34px;
    font-size: 24px;
    line-height: 34px;
  }
}

/* popup close */