 
/*font-family: 'Poppins', sans-serif;*/
 

.about-section {
    padding: 80px 0;
}

.about-tag {  
    color: #d32f2f;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.about-title {
    font-size: clamp(32px, 4vw, 48px);
    font-weight: 800;
    margin-bottom: 25px;
}

.about-text {
    font-size: 16px;
    line-height: 1.75;
    color: #333;
}

.about-image {
    position: relative;
}
 
.about-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

/* Optional overlap feel (desktop only) */
@media (min-width: 992px) {
    .about-image {
        margin-left: 40px;
    }
}



.about-banner {
    position: relative;
    background: url("about-bg.jpg") center center / cover no-repeat;
    min-height: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45); /* dark overlay */
}

.about-banner h1 {
    position: relative;
    color: #fff;
    font-weight: 700;
    font-size: clamp(28px, 4vw, 46px);
    text-transform: capitalize;
}


.custom-navbar {
  background:#ffffff;
  box-shadow:0 5px 25px rgba(0,0,0,.05);
  padding:0px 0;
}

.custom-offcanvas {
  width: 300px;
  transition: transform .4s ease-in-out;
}

.nav-link {
  font-weight:500;
  transition:all .3s ease;
}

.nav-link:hover {
  padding-left:8px;
  color:#0d6efd;
}

	
.feature-section {
  background:#f8f9fa;
}

.feature-box {
  background:#fff;
  padding:35px 30px;
  border-radius:18px;
  text-align:center;
  height:100%;
  transition:all 0.4s ease;
  box-shadow:0 10px 30px rgba(0,0,0,.05);
}

.feature-box .icon {
  font-size: 40px;
  margin-bottom: 15px;
}

.feature-box h4 {
  font-weight: 600;
  margin-bottom: 10px;
}

.feature-box p {
  color: #6c757d;
  font-size: 15px;
}

.feature-box:hover,
.feature-box.active {
  transform: translateY(-10px);
  background: #0d6efd;
  color: #fff;
}

.feature-box:hover p,
.feature-box.active p {
  color: #e8e8e8;
}

	
.aps-section {
  background: linear-gradient(135deg, #071a3d, #0b2c5f);
  color: #fff;
}


.aps-box, .aps-box1 {
  height: 100%;
}

.aps-image-box img {
  width: 100%;
  height: 190px;
  object-fit: cover;
}

.aps-box {
  background: rgba(255,255,255,0.03);
  padding: 25px;
  height: 100%;
  border-radius: 12px;
}
	
.aps-box1 {
  background: rgba(255,255,255,0.03);
  padding: 25px;
  height: 59%;
  border-radius: 12px;
}

.aps-dark {
  background: #000;
}

.aps-blue {
  background: #0d3b66;
}

.sub-title {
  letter-spacing: 3px;
  opacity: 0.7;
}

.main-title {
  font-size: 40px;
  font-weight: 700;
}

.aps-box p,
.aps-box li {
  font-size: 14px;
  line-height: 1.6;
}

.aps-image-box img {
  width: 100%;
  border-radius: 12px;
  object-fit: cover;
}

.read-morebt {
  display: inline-block;
  margin-top: 10px;
  padding: 8px 18px;
  border: 1px solid #ffc107;
  color: #ffc107;
  text-decoration: none;
  font-size: 13px;
  transition: 0.3s;
}

.read-morebt:hover {
  background: #ffc107;
  color: #000;
}

/* Mobile tweaks */
@media (max-width: 767px) {
  .main-title {
    font-size: 30px;
  }
}

	
.life-aps-section{ background-color:#e0e1e5; }
	
@media (max-width: 768px) {
  .aps-section,
  .life-aps-section {
    padding: 40px 15px;
  }

  .navbar-brand img {
    max-height: 45px;
  }
}


.section-title{
    text-align:center;
	font-family: "Times New Roman", Times, serif;
    font-size:42px;
    font-weight:500;
    margin-bottom:50px;
}

.life-card{
    position:relative;
    overflow:hidden;
}

.life-card img{
    width:100%;
    height:400px;
    object-fit:cover;
    filter: grayscale(100%);
    transition:0.5s ease;
}


.life-card:hover img{
    transform:scale(1.08);
    filter: grayscale(0%);
}


.life-caption{
    position:absolute;
    bottom:0;
    width:100%;
    background:#1f3147;
    color:#fff;
    text-align:center;
    padding:12px 0;
    font-size:18px;
}




/* Default transition */
.apsm-box{
  transition: all .35s ease;
}

/* Yellow Hover */
.apsm-box:hover{
  background: #ffc107 !important;   /* Bootstrap warning yellow */
  color: #000 !important;
  transform: translateY(-8px);
  box-shadow: 0 15px 30px rgba(0,0,0,0.15);
}

/* Make links inside stay black */
.apsm-box:hover a,
.apsm-box:hover{
  color:#000 !important;
}

/* Click effect */
.apsm-box:active{
  transform: scale(.96);
}


/* Grid Wrapper */
.apsm-grid{
  max-width:1100px;
  margin:auto;
}

/* Box Style */


.apsm-box {
  height: 100%;
  min-height: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/*.apsm-box{
  height:180px;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding:20px;
  font-weight:500;
  transition: all .35s ease;
  cursor:pointer;
  position:relative;
  overflow:hidden;
}*/

/* Colors */
.apsm-dark{
  background:#16365f;
  color:#fff;
}

.apsm-light{
  background:#ffffff;
  color:#222;
  border:1px solid #eee;
}

/* Hover Effect */
.apsm-box:hover{
  transform:translateY(-8px);
  box-shadow:0 15px 30px rgba(0,0,0,0.15);
}

/* Dark hover */
.apsm-dark:hover{
  background:#0f2746;
}

/* Click Animation */
.apsm-box:active{
  transform:scale(.96);
}

/* Smooth overlay effect */
.apsm-box::before{
  content:"";
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  left:-100%;
  background:rgba(255,255,255,0.08);
  transition:.4s;
}

.apsm-box:hover::before{
  left:0;
}

/* Center logo */
.apsm-center img{
  max-width:120px;
  transition:.3s;
}

.apsm-center:hover img{
  transform:scale(1.05);
}

/* Responsive */
@media(max-width:991px){
  .apsm-box{
    height:150px;
    font-size:14px;
  }
}

@media(max-width:576px){
  .apsm-box{
    height:120px;
    font-size:13px;
  }
}
	
	


.section-title-m {
      color: #fff;
	  font-family: "Times New Roman", Times, serif;
      text-align: center;
      font-size: 26px;
      font-weight: 600;
      margin-bottom: 25px;
    }

    .message-box {
      display: flex;
      background: #fff;
      overflow: hidden;
    }

    .message-text {
      background: #fff;
      width: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .read-more {
      border: 1px solid #000;
      padding: 6px 18px;
      font-size: 13px;
      text-decoration: none;
      color: #000;
      letter-spacing: 1px;
    }
	
	 

    .message-img {
      width: 75%;
    }

    .message-img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    /* Responsive */
    @media (max-width: 991px) {
      .message-box {
        flex-direction: column;
      }

      .message-text,
      .message-img {
        width: 100%;
      }

      .message-text {
        padding: 40px 0;
      }
    }	
	
	
	 


.square-btn{
  height:42px;
  padding:0 6px;
  display:inline-flex;
  align-items:center;
  gap:8px;
  border-radius:4px;           /* square look */
  font-size:14px;
  font-weight:500;
  transition:all .3s ease;
   
  background:#11355e;
  color:#fff;
  border-color:#11355e;
  transform:translateY(-2px);
}

.square-btn i{
  font-size:16px; 
}

/* Hover effect */
.square-btn:hover{
  background:#11355e;
  color:#fff;
  border-color:#11355e;
  transform:translateY(-2px);
}

/* Hover dropdown */
.dropdown-hover:hover .dropdown-menu{
  opacity:1;
  visibility:visible;
  transform:translateY(0);
}

.dropdown-menu{
  opacity:0;
  visibility:hidden;
  transform:translateY(12px);
  transition:all .3s ease;
}

.icon-btn {
  width:42px;
  height:42px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
  font-size: 18px;
}
 
.icon-btn:hover {
  background-color: #ffc61a;
  color:#000;
  transform:translateY(-3px);
}

/* Hover Dropdown */
.dropdown-hover:hover .dropdown-menu {
  display: block;
  margin-top: 0;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* Animation */
.dropdown-menu {
  display: block;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: all 0.3s ease;
}





/* Section Container */
.title-section{
     font-family: 'Poppins', sans-serif;
    text-align:center;
    padding:30px 0;
    background:#f2f2f2;
}

/* Heading Style */
.section-title{
    display:inline-block;
    position:relative;
    font-size:40px;
	font-family: "Times New Roman", Times, serif;
    font-weight:600;
    color:#1f4e85;   /* blue text */
    letter-spacing:1px;
}

/* Left Line */
.section-title::before{
    content:"";
    position:absolute;
    left:-80px;
    top:50%;
	font-family: "Times New Roman", Times, serif;
    width:60px;
    height:3px;
    background:#1f4e85;
    transform:translateY(-50%);
}

/* Right Line */
.section-title::after{
    content:"";
    position:absolute;
    right:-80px;
	font-family: Arial, Helvetica, sans-serif;
    top:50%;
    width:60px;
    height:3px;
    background:#1f4e85;
    transform:translateY(-50%);
}



 .mission-vision-section{
    padding:80px 0;
}

.mv-card{
    border:none;
    border-radius:20px;
    padding:40px;
    transition:0.4s ease;
    height:100%;
}

.mv-card:hover{
    transform:translateY(-10px);
    box-shadow:0 15px 35px rgba(0,0,0,0.15);
}

.mission-card{
    background:linear-gradient(135deg,#d51e28,#ff6a6a);
    color:#fff;
}

.vision-card{
    background:linear-gradient(135deg,#2368a2,#8dd7ef);
    color:#fff;
}

.mv-icon{
    font-size:50px;
    margin-bottom:20px;
}





.about-section{
    padding:90px 0;
    background:#f4f8fb;
    position:relative;
}

/* Left Colored Panel */
.about-section::before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:35%;
    height:100%;
    background:linear-gradient(180deg,#2368a2,#d51e28);
    z-index:0;
}

/* Content Wrapper */
.about-content{
    position:relative;
    z-index:1;
}

/* Image Card */
.about-image{
    background:#fff;
    padding:12px;
    border-radius:15px;
    box-shadow:0 15px 35px rgba(0,0,0,0.15);
}

.about-image img{
    border-radius:12px;
    width:100%;
}

/* Title */
.about-title{
    font-size:38px;
    font-weight:800;
    color:#222;
    margin-bottom:20px;
}

/* Tag */
.about-tag{
    font-size:14px;
    font-weight:600;
    color:#2368a2;
    letter-spacing:2px;
    text-transform:uppercase;
    margin-bottom:10px;
}

/* Text */
.about-text{
    font-size:16px;
    line-height:1.9;
    color:#555;
}

/* Responsive */
@media(max-width:991px){
    .about-section::before{
        width:100%;
        height:220px;
    }
    .about-title{
        font-size:26px;
    }
}

.about-tag{
    font-size:14px;
    font-weight:600;
    color:#2368a2;
    letter-spacing:2px;
    text-transform:uppercase;
    margin-bottom:10px;
}

.about-title{
    font-size:34px;
    font-weight:800;
    margin-bottom:25px;
    color:#222;
}

/* Feature List */
.feature-list{
    list-style:none;
    padding:0;
    margin:0;
}

.feature-list li{
    display:flex;
    align-items:flex-start;
    margin-bottom:18px;
    font-size:16px;
    line-height:1.6;
    color:#555;
}

/* Bullet Icon */
.feature-icon{
    min-width:30px;
    height:30px;
    background:linear-gradient(45deg,#d51e28,#2368a2);
    color:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:bold;
    margin-right:15px;
    font-size:14px;
}

.feature-title{
    font-weight:600;
    color:#222;
}

/* TABLE */
table{
    width:100%;
    border-collapse:collapse;
    border-radius:10px;
    overflow:hidden;
}

thead{
    background:#2c6aa0;
    color:#fff;
}

thead th{
    padding:14px;
    text-align:left;
    font-size:14px;
    letter-spacing:.5px;
}

/* ROW STYLING */
tbody tr{
    transition:all 0.3s ease;
}

tbody tr:nth-child(even){
    background:#f4f8fc;
}

tbody tr:hover{
    background:#2c6aa0;
    color:#fff;
    transform:scale(1.01);
    box-shadow:0 8px 20px rgba(0,0,0,0.1);
}

tbody tr:hover td{
    color:#fff;
}

tbody td{
    padding:14px;
    border-bottom:1px solid #e0e0e0;
    font-size:14px;
    transition:0.3s;
}

/* S.NO Highlight */
tbody td:first-child{
    font-weight:600;
    color:#2c6aa0;
}

tbody tr:hover td:first-child{
    color:#ffffff;
}

/* RESPONSIVE */
@media(max-width:768px){
    table, thead, tbody, th, td, tr{
        display:block;
    }
    thead{
        display:none;
    }
    tbody tr{
        margin-bottom:15px;
        border-radius:8px;
        overflow:hidden;
    }
    tbody td{
        border:none;
        padding:10px;
    }
    tbody td::before{
        content:attr(data-label);
        font-weight:600;
        display:block;
        margin-bottom:4px;
        color:#2c6aa0;
    }
    tbody tr:hover td::before{
        color:#fff;
    }
}






/* Contact Box */
.contact-box{
background:white;
padding:30px;
border-radius:10px;
box-shadow:0 5px 20px rgba(0,0,0,0.08);
}

/* Contact Info */
.contact-info{
background:#28699f;
color:white;
padding:30px;
border-radius:10px;
height:100%;
}

.contact-info h4{
margin-bottom:20px;
}

.contact-info p{
margin-bottom:10px;
}

/* Button */
.btn-submit{
background:#28699f;
border:none;
padding:10px 30px;
font-weight:600;
}

.btn-submit:hover{
background:#084298;
}







/* GALLERY */

.gallery img{
width:100%;
border-radius:8px;
cursor:pointer;
transition:.4s;
}

.gallery img:hover{
transform:scale(1.05);
}

/* LIGHTBOX */

#lightbox{
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(0,0,0,.9);
display:none;
align-items:center;
justify-content:center;
z-index:999999;
}

#lightbox img{
max-width:80%;
max-height:80%;
border-radius:8px;
transform:scale(.7);
transition:.4s;
}

#lightbox.show img{
transform:scale(1);
}

/* NAV BUTTONS */

.nav-btn{
position:absolute;
top:50%;
transform:translateY(-50%);
font-size:40px;
color:white;
cursor:pointer;
padding:10px 20px;
}

.prev{
left:30px;
}

.next{
right:30px;
}

.close{
position:absolute;
top:20px;
right:30px;
font-size:35px;
color:white;
cursor:pointer;
}




/* CATEGORY MENU */

.category-menu{
    background:#fff;
    padding:20px;
    border-radius:8px;
    box-shadow:0 5px 20px rgba(0,0,0,0.08);
}

.category-menu ul{
    list-style:none;
    padding:0;
}

.category-menu li{
    border-bottom:1px solid #eee;
}

.category-menu a{
    display:block;
    padding:10px;
    text-decoration:none;
    color:#333;
    cursor:pointer;
}

.category-menu a:hover{
    background:#0d6efd;
    color:white;
}

/* SUB MENU */

.submenu{
    display:none;
    padding-left:15px;
    background:#fafafa;
}




.scroll-text {
  overflow: hidden;
  white-space: nowrap;
}

.scroll-text span {
  display: inline-block;
  padding-left: 100%;
  animation: scroll 20s linear infinite;
}

@keyframes scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-100%); }
}



.life-card img {
  width: 100%;
  /*height: 220px;*/
  object-fit: cover;
}




.carousel-caption {
    position: absolute; font-family:'Times New Roman', Times, serif;
    top: 50%;
    left: 0; 
    transform: translateY(-50%);
    width: 100%; height:18%;
    background: rgba(0, 0, 0, 0.5); /* Black with 50% opacity */
    padding: 20px 0;
    text-align: center;
}

.carousel-caption h2,
.carousel-caption p {
    color: #fff;
    margin: 0;
}
.carousel-caption h2 {
    font-size: 2rem;
    font-weight: 700;
}

.carousel-caption p {
    font-size: 1.2rem;
}





.why-section {
        background: #f5f5f5;
        padding: 40px 0;
    }
    .why-box {
        background: #fff;
        border-radius:6px;
        overflow: hidden;
        box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    }
    .why-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .why-content {
        padding: 40px;
    }
    .why-title {
        font-weight: 700;
        color: #1e4d7b;
        margin-bottom: 15px;
    }
    .why-text {
        color: #555;
        font-size: 15px;
        margin-bottom: 30px;
    }
    .feature-boxw {
        display:flex;
        align-items: center;
        gap: 15px;
        padding: 20px 0;
    }
    .feature-boxw i {
        font-size: 32px;
        color: #1e4d7b; 
    }
    .feature-boxw h5 {
        margin: 0;
        font-weight: 700;
    }
    .feature-boxw p {
        margin: 0;
        font-size: 14px;
        color: #555;
    }
    .border-line {
        border-bottom: 1px solid #ddd;
    }






.about-sectionhome {
      background: url(../images/bg-school.jpg) no-repeat center center/cover;
      position: relative;
      padding: 80px 0;
      color: #333;
    }

    .about-sectionhome::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(255,255,255,0.8);
    }

    .about-contenthome {
      position: relative;
      z-index: 2;
    }

    .about-titlehome {
      font-weight: 700;
      font-size: 36px;
    }

    .about-titlehome span {
      color: #1f4e79;
    }

    .btn-dark-customhome {
      background: #000;
      color: #fff;
      border-radius: 30px;
      padding: 8px 20px;
      font-size: 14px;
    }

    .info-cardhome {
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 4px 15px rgba(0,0,0,0.1);
      background: #fff;
    }

    .info-cardhome img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .info-contenthome {
      padding: 20px;
    }

    .info-titlehome {
      font-weight: 600;
      color: #1f4e79;
    }






.section-titleblue{
    text-align:center;
    margin-bottom:40px;
}

.section-titleblue h2{
    font-weight:700;
    color:#1f4e79;
}

.section-titleblue p{
    color:#555;
    max-width:700px;
    margin:auto;
}

.card-boxblue{
    position:relative;
    overflow:hidden;
    border-radius:15px;
    cursor:pointer;
}

.card-boxblue img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:transform 0.5s ease;
}

.card-boxblue:hover img{
    transform:scale(1.1);
}

.overlayblue{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0, 51, 102, 0.7);
    color:#fff;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:flex-start;
    padding:20px;
    opacity:0;
    transition:0.4s ease;
}

.card-boxblue:hover .overlayblue{
    opacity:1;
}

.overlayblue h4{
    font-weight:600;
}

.overlayblue p{
    font-size:14px;
}

.read-btnblue{
    background:#000;
    color:#fff;
    border:none;
    padding:8px 15px;
    border-radius:20px;
    font-size:14px;
}

.bottom-labelblue{
    position:absolute;
    bottom:15px;
    left:40%;
    transform:translateX(-35%);
    background:#1f4e79;
    color:#fff;
    padding:8px 20px;
    border-radius:10px;
    font-weight:500;
    transition:0.4s ease;
    opacity:1;
}

.card-boxblue:hover .bottom-labelblue{
    opacity:0;
    transform:translate(-35%, 20px);
}






/* Section Title */
.lifeataps-section-title {
    text-align: center;
    margin-bottom: 40px;
}
.lifeataps-section-title h2 {
    font-weight: 700;
    color: #1f3c88;
}

.lifeataps-card {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
}

.lifeataps-card img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    transition: 0.5s;
}

/* Bottom Label */
.lifeataps-label {
    position: absolute;
    bottom: 15px;
    left: 40%;
    transform: translateX(-28%);
    background: #2b5d8a;
    color: #fff;
    padding: 8px 20px;
    border-radius: 20px;
    font-weight: 500;
    transition: 0.4s;
}

/* Overlay (BOTTOM ? TOP) */
.lifeataps-overlay {
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(43, 93, 138, 0.95);
    color: #fff;
    padding: 30px;
    transition: 0.5s ease-in-out;

    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Hover Effects */
.lifeataps-card:hover .lifeataps-overlay {
    bottom: 0;
}

.lifeataps-card:hover img {
    transform: scale(1.1);
}

/* Hide bottom heading on hover */
.lifeataps-card:hover .lifeataps-label {
    opacity: 0;
    transform: translateX(-50%) translateY(20px);
}



/* MAIN SLIDER */
.eventsnews-main-slider{
    position:relative;
    border-radius:8px;
    overflow:hidden;
}

.eventsnews-carousel-item img{
    width:100%;
    height:auto;
    display:block;
}

/* OVERLAY */
.eventsnews-main-overlay{
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    padding:25px;
    background:linear-gradient(to top, rgba(0,0,0,0.85), transparent);
    color:#fff;
}

.eventsnews-tag{
    background:#1e5fa3;
    display:inline-block;
    padding:4px 10px;
    font-size:12px;
    margin-bottom:10px;
}

/* SMALL CARDS */
.eventsnews-small-card{
    background:#fff;
    border-radius:8px;
    padding:15px;
    display:flex;
    gap:15px;
    align-items:center;
    height:100%;
    transition:0.3s;
	 
    box-shadow:0 10px 25px rgba(0,0,0,0.3);
}

.eventsnews-small-card:hover{
    transform:translateY(-5px);
    box-shadow:0 10px 25px rgba(0,0,0,0.6);
}

.eventsnews-small-card img{
    width:120px;
    height:120px;
    object-fit:cover;
    border-radius:6px;
}

.eventsnews-read-btn{
    background:#000;
    color:#fff;
    padding:5px 12px;
    font-size:12px;
    border-radius:20px;
    text-decoration:none;
}



 .footer {
    background: #111;
    color: #ddd;
    font-size: 14px;
}
.footer a {
    color: #ccc;
    text-decoration: none;
}
.footer a:hover {
    color: #fff;
}
.footer .icon-circle {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #222;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}
.footer .icon-circle:hover {
    background: #444;
}
.footer hr {
    border-color: #333;
}