* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.scroll-toggle{
    position: fixed;
    right: 22px;
    bottom: 90px; /* WhatsApp se upar */
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #0d6efd;
    color: #fff;
    display:flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    font-size:22px;
    z-index:9999;
    box-shadow:0 4px 12px rgba(0,0,0,.25);
    transition:.3s;
}

.scroll-toggle:hover{
    color:#fff;
    transform:translateY(-3px);
}
.admin-login-btn{
    background:#ff0000;
    color:#fff;
    padding:8px 18px;
    border-radius:30px;
    text-decoration:none;
    font-weight:700;
    display:inline-block;
}

/* Text blink */
.admin-login-btn{
    animation:textBlink 1s infinite;
}

@keyframes textBlink{
    0%,100%{
        color:#ffffff; /* White */
    }
    50%{
        color:#00ff00; /* Green */
    }
}
/* Desktop */
.footer-bottom{
    border-top: 1px solid rgba(255,255,255,0.15);
    margin-top: 40px;
    padding: 15px 0;
    text-align: center;
}

.footer-bottom p{
    margin: 0;
    color: #fff;
    font-size: 14px;
}
@media (min-width:992px) {

  .mobile-dropdown-btn {
    display: none;
  }

  .dropdown-submenu .nav-link-wrapper {
    display: block;
  }

  .dropdown-submenu .nav-link {
    display: block;
    width: 100%;
    padding: 14px 18px !important;
    color: #666 !important;
    font-size: 15px;
    border-bottom: 1px solid #eee;
  }

}
.submenu-parent {

  display: flex;
  justify-content: space-between;
  align-items: center;

  padding: 14px 18px;

  color: #666;
  border-bottom: 1px solid #eee;
}

.submenu-parent:hover {
  color: #e4141b;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu .submenu {

  position: absolute;

  left: 100%;
  top: 0;

  width: 230px;

  background: #fff;

  border-top: 3px solid #e4141b;

  box-shadow: 0 10px 25px rgba(0, 0, 0, .12);

  opacity: 0;
  visibility: hidden;
}

.dropdown-submenu:hover .submenu {

  opacity: 1;
  visibility: visible;
}
.submenu-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.submenu-toggle {
  cursor: pointer;
  padding: 8px 10px;
}

@media(max-width:991px) {

  .submenu {
    display: none;
  }

  .dropdown-submenu.show-submenu .submenu {
    display: block;
  }

  .dropdown-submenu.show-submenu .submenu-toggle i {
    transform: rotate(90deg);
    transition: .3s;
  }
}
@media (max-width:991px) {

  .topbar {
    display: none;
  }

  .main-navbar {
    position: relative;
    z-index: 9999;
  }

  .navbar-collapse {

    position: absolute;
    top: 100%;
    left: 10px;
    right: 10px;

    background: #fff;

    border-radius: 12px;

    box-shadow: 0 10px 30px rgba(0, 0, 0, .15);

    max-height: 80vh;

    overflow-y: auto;

    padding: 10px;

    margin-top: 10px;
  }

  .navbar-nav {
    width: 100%;
  }

  .nav-item {
    width: 100%;
    border-bottom: 1px solid #eee;
  }

  .nav-link-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .nav-link {
    flex: 1;
    padding: 14px 15px !important;
  }

  .mobile-dropdown-btn {
    padding: 14px;
    cursor: pointer;
  }

  .custom-dropdown {

    display: none;

    position: static !important;

    width: 100%;

    background: #f8f9fa;

    border: none;

    box-shadow: none;

    margin: 0;
  }

  .dropdown-hover.show-dropdown>.custom-dropdown {
    display: block;
  }

  .custom-dropdown a {
    padding: 12px 20px;
    border-bottom: 1px solid #eee;
  }

  .submenu {

    display: none;

    position: static !important;

    width: 100%;

    padding-left: 15px;

    background: #f3f3f3;

    box-shadow: none;
  }

  .dropdown-submenu.show-submenu>.submenu {
    display: block;
  }

}
.welcome-section {
  background: #f4f4f4;
  padding: 40px 0;
}

.welcome-wrapper {
  position: relative;
  width: 90%;
  max-width: 1600px;
  margin: auto;
  min-height: 500px;
}

/* LEFT BOX */

.welcome-content {
  width: 60%;
  background: #ececec;
  padding: 55px 60px;
  min-height: 480px;
}

.welcome-content h2 {
  color: #e4141b;
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 50px;
}

.welcome-content p {
  font-size: 18px;
  line-height: 1.9;
  color: #444;
  margin-bottom: 20px;
}

/* VIDEO */

.welcome-video {
  position: absolute;
  top: 50%;
  left: 56%;
  transform: translateY(-50%);
  width: 34%;
  z-index: 10;
}

.welcome-video video {
  width: 100%;
  height: 305px;
  object-fit: cover;
  border: 1px solid #444;
  display: block;
}

/* MOBILE */

@media(max-width:991px) {

  .welcome-wrapper {
    min-height: auto;
  }

  .welcome-content {
    width: 100%;
    padding: 30px;
    min-height: auto;
  }

  .welcome-video {
    position: static;
    width: 100%;
    transform: none;
    margin-top: 25px;
  }

  .welcome-video video {
    height: auto;
  }
}

/* ================= WHY US SECTION ================= */

.whyus-section {
  padding: 40px 0;
  background: #f5f5f5;
}

.whyus-title {
  text-align: center;
  margin-bottom: 60px;
}

.whyus-title h2 {
  font-size: 35px;
  /* font-family: cursive; */
  font-weight: 700;
}

.whyus-title .orange {
  color: #e4141b;
}

.whyus-title .blue {
  color: #0d4eb3;
}

.whyus-card {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  height: 100%;
  transition: .4s;
}

.whyus-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, .15);
}

.whyus-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.whyus-content {
  padding: 25px;
}

.whyus-content h3 {
  color: #009245;
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.whyus-content p {
  color: #666;
  font-size: 16px;
  line-height: 1.9;
  min-height: 120px;
}

.whyus-btn {
  display: inline-block;
  background: #e4141b;
  color: #fff;
  text-decoration: none;
  padding: 12px 28px;
  border-radius: 30px;
  font-weight: 600;
  transition: .3s;
}

.whyus-btn:hover {
  background: #bb1217;
  color: #fff;
}

@media(max-width:991px) {

  .whyus-title h2 {
    font-size: 50px;
  }

  .whyus-card {
    margin-bottom: 25px;
  }
}

/* ================= BLOG SECTION ================= */

.blog-section {
  padding: 40px 0;
  background: #f5f5f5;
}

.blog-card {
  background: #fff;
  box-shadow: 0 10px 25px rgba(0, 0, 0, .15);
  overflow: hidden;
  transition: .4s;
  height: 100%;
}

.blog-card:hover {
  transform: translateY(-8px);
}

.blog-image {
  position: relative;
  overflow: hidden;
}

.blog-image img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  transition: .5s;
}

.blog-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .55);

  display: flex;
  justify-content: center;
  align-items: center;

  opacity: 0;
  visibility: hidden;
  transition: .4s;
}

.blog-overlay i {
  width: 60px;
  height: 60px;
  background: #fff;
  color: #0d5cab;
  border-radius: 50%;
  font-size: 22px;

  display: flex;
  align-items: center;
  justify-content: center;
}

.blog-card:hover .blog-overlay {
  opacity: 1;
  visibility: visible;
}

.blog-card:hover .blog-image img {
  transform: scale(1.1);
}
.nav-link-wrapper{
    display:flex;
    align-items:center;
    justify-content:space-between;
}

.mobile-dropdown-btn{
    cursor:pointer;
    padding:10px;
}
.blog-content {
  padding: 25px;
}

.blog-content h4 {
  font-size: 24px;
  font-weight: 700;
  color: #0d1b72;
  text-align: center;
  margin-bottom: 20px;
}

.blog-content p {
  color: #555;
  line-height: 1.8;
  min-height: 110px;
}

.blog-btn {
  display: block;
  width: 100%;
  text-align: center;
  padding: 12px;
  color: #fff;
  text-decoration: none;
  font-weight: 600;

  background: linear-gradient(90deg,
      #2b1d7d,
      #e46645);
}

.blog-btn:hover {
  color: #fff;
}

.extra-blog {
  display: none;
}

.load-blog-btn {
  background: #0d5cab;
  color: #fff;
  border: none;
  padding: 14px 40px;
  border-radius: 6px;
  font-weight: 600;
}

@media(max-width:991px) {

  .blog-content h4 {
    font-size: 24px;
  }

  .blog-image img {
    height: 230px;
  }
}

.home-gallery-section {
  padding: 40px 0;
  background: #f8f8f8;
}

.gallery-tabs {
  margin-bottom: 40px;
}

.gallery-tab {
  border: 2px solid #0d5cab;
  background: #fff;
  color: #0d5cab;
  padding: 12px 35px;
  border-radius: 40px;
  margin: 0 5px;
  font-weight: 600;
}

.gallery-tab.active {
  background: #0d5cab;
  color: #fff;
}

.gallery-content {
  display: none;
}

.gallery-content.active {
  display: block;
}

.gallery-thumb {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 12px;
  transition: .3s;
}

.gallery-thumb:hover {
  transform: scale(1.05);
}

.video-thumb iframe {
  width: 100%;
  height: 250px;
  border: none;
  border-radius: 12px;
}

/* ================= OUR SCHOOLS ================= */

.our-schools {
  padding: 40px 0;
  background: #f5f5f5;
}

.school-area {
  padding: 40px 0 80px;
  background:
    url('../assets/images/grey-background-1.jpg') center center/cover no-repeat;
}
.school-title {
  text-align: center;
  margin-bottom: 60px;
}

.school-title h2 {
  font-size: 35px;
  /* font-family: cursive; */
  font-weight: 700;
}

.school-title .orange {
  color: #e4141b;
}

.school-title .blue {
  color: #0d47a1;
}

.school-card {
  text-align: center;
  transition: .4s;
}

.school-card:hover {
  transform: translateY(-8px);
}

.school-card img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  transition: .4s;
}

.school-card:hover img {
  transform: scale(1.03);
}

.school-name {
  margin-top: 18px;
  color: #009245;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

@media(max-width:991px) {

  .school-title h2 {
    font-size: 48px;
  }

  .school-card {
    margin-bottom: 30px;
  }

  .school-card img {
    height: 250px;
  }
}
/* ================= COUNTER SECTION ================= */

.counter-section {
  position: relative;
  padding: 40px 0;
  overflow: hidden;
  background: url("../assets/images/bottom-banner.jpg") center center/cover no-repeat;
}

.counter-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg,
      rgba(45, 18, 72, .82),
      rgb(255 0 0 / 39%));
}

.counter-section .container {
  position: relative;
  z-index: 2;
}

.counter-box {
  text-align: center;
}

/* ICON */

.counter-icon {
  width: 95px;
  height: 95px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
}

.counter-icon i {
  font-size: 38px;
  color: #e4141b;
}

/* NUMBER */

.counter-box h2 {
  display: inline-block;
  color: #fff;
  font-size: 44px;
  font-weight: 700;
  margin: 0;
  line-height: 1;
}

.counter-box span {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
}

/* TEXT */

.counter-box p {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 12px;
  letter-spacing: .5px;
  line-height: 1.4;
}

/* MOBILE */

@media(max-width:991px) {

  .counter-section {
    padding: 50px 0;
  }

  .counter-box {
    margin-bottom: 30px;
  }

  .counter-icon {
    width: 80px;
    height: 80px;
    margin-bottom: 15px;
  }

  .counter-icon i {
    font-size: 30px;
  }

  .counter-box h2 {
    font-size: 34px;
  }

  .counter-box span {
    font-size: 18px;
  }

  .counter-box p {
    font-size: 13px;
  }
}

/* ================= ACHIEVEMENTS ================= */

.achievement-section {
  padding: 40px 0;
  background: #f7f7f7;
}

.achievement-section .section-title h2 {
  font-size: 46px;
  font-weight: 700;
}

.achievement-section .section-title span {
  color: #e4141b;
  font-size: 30px;
  font-weight: 700;
}

.achievement-card {
  background: #fff;
  border-radius: 20px;
  padding: 20px;
  text-align: center;

  box-shadow: 0 5px 20px rgba(0, 0, 0, .08);
  transition: .3s;
  height: 100%;
}

.achievement-card:hover {
  transform: translateY(-8px);
}

.achievement-card img {
  width: 100%;
  height: 300px;
  object-fit: contain;

  background: #edf4f7;
  border-radius: 15px;
  padding: 15px;
}

.achievement-card h5 {
  margin-top: 20px;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.5;
  min-height: 50px;
}

.achievement-btn {
  display: inline-block;
  background: #0d5cab;
  color: #fff;
  padding: 14px 40px;
  border-radius: 40px;
  text-decoration: none;
  font-weight: 600;
  transition: .3s;
}

.achievement-btn:hover {
  background: #083f77;
  color: #fff;
}

@media(max-width:991px) {

  .achievement-section {
    padding: 60px 0;
  }

  .achievement-section .section-title h2 {
    font-size: 34px;
  }

  .achievement-card img {
    height: 220px;
  }
}

.achievement-prev,
.achievement-next {
  width: 60px;
  opacity: 1;
}

.achievement-prev {
  left: -80px;
}

.achievement-next {
  right: -80px;
}

.achievement-prev i,
.achievement-next i {
  font-size: 42px;
  color: #000;
}

.achievement-prev:hover i,
.achievement-next:hover i {
  color: #e4141b;
}

@media(max-width:991px) {

  .achievement-prev,
  .achievement-next {
    display: none;
  }

}
/* ================= LEADER SLIDER ================= */

.leader-slider {
  position: relative;
  overflow: hidden;
}

.leader-slider .carousel-item img {
  width: 100%;
  height: 550px;
  object-fit: cover;
}

/* arrows */

.leader-slider .carousel-control-prev,
.leader-slider .carousel-control-next {
  width: 60px;
}

.leader-slider .carousel-control-prev-icon,
.leader-slider .carousel-control-next-icon {
  background-color: rgba(0, 0, 0, .5);
  border-radius: 5px;
  padding: 20px;
}

/* dots */

.leader-slider .carousel-indicators {
  bottom: 15px;
}

.leader-slider .carousel-indicators button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

/* mobile */

@media(max-width:768px) {

  .leader-slider .carousel-item img {
    height: 250px;
    object-fit: cover;
  }

}
body {
  font-family: "Segoe UI", sans-serif;
  background: #f7f7f7;
}

a {
  text-decoration: none;
}

/* ================= TOPBAR ================= */

.topbar {
  background: #e4141b;
  height: 40px;
}

.social-area {
  display: flex;
  align-items: center;
  height: 40px;
  text-align: center;
  justify-content: center;
}

.social-box {
  width: 55px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  overflow: hidden;
  transition: 0.35s;
  white-space: nowrap;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.social-box span {
  width: 0;
  opacity: 0;
  overflow: hidden;
  transition: 0.35s;
  font-size: 14px;
  font-weight: 600;
}

.social-box:hover {
  width: 145px;
  justify-content: flex-start;
  padding-left: 18px;
  gap: 10px;
}

.social-box:hover span {
  width: auto;
  opacity: 1;
}

.facebook:hover {
  background: #3b5998;
}

.instagram:hover {
  background: #e1306c;
}

.youtube:hover {
  background: #ff0000;
}

/* CONTACT */

.top-contact {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.top-contact div {
  display: flex;
  align-items: center;
  gap: 6px;
}

/* ================= NAVBAR ================= */

.main-navbar {
  background: #fff;
  min-height: 72px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.logo img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}

/* MENU */

.navbar-nav {
  align-items: center;
  gap: 0;
}

.navbar-nav .nav-item {
  position: relative;
  margin-right: 12px;
  padding-right: 12px;
}

/* THIN LINE */

.navbar-nav .nav-item::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 24px;
  background: #e7e7e7;
}

.navbar-nav .nav-item:last-child::after {
  display: none;
}

/* LINKS */

.nav-link {
  color: #6d6d6d !important;
  font-size: 14px;
  font-weight: 600;
  padding: 26px 8px !important;
  text-transform: uppercase;
  transition: 0.3s;
}

/* HOVER */

.nav-item:hover {
  background: #e4141b;
}

.nav-item:hover .nav-link {
  color: #fff !important;
}

.nav-item:hover::after {
  background: transparent;
}

/* ================= DROPDOWN ================= */

.custom-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 250px;
  background: #fff;
  border-top: 3px solid #e4141b;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);

  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: 0.35s;
  z-index: 999;
}

.nav-item:hover>.custom-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* DROPDOWN LINKS */

.custom-dropdown a {
  display: flex;
  align-items: center;
  justify-content: space-between;

  padding: 14px 18px;
  color: #666;
  font-size: 15px;

  border-bottom: 1px solid #eee;
  transition: 0.3s;
}

.custom-dropdown a:hover {
  background: #fafafa;
  color: #e4141b;
  padding-left: 24px;
}

/* ================= SUBMENU ================= */

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu .submenu {
  position: absolute;
  left: 100%;
  top: 0;

  width: 230px;
  background: #fff;
  border-top: 3px solid #e4141b;

  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);

  opacity: 0;
  visibility: hidden;
  transition: 0.35s;
}

.dropdown-submenu:hover .submenu {
  opacity: 1;
  visibility: visible;
}

/* ================= MOBILE ================= */

.navbar-toggler {
  border: none;
  box-shadow: none !important;
}

@media(max-width:991px) {

  .topbar {
    height: auto;
    padding: 10px 0;
  }

  .social-area {
    justify-content: center;
    margin-bottom: 10px;
  }

  .top-contact {
    height: auto;
    flex-direction: column;
    gap: 8px;
    text-align: center;
  }

  .main-navbar {
    padding: 10px 0;
  }

  .logo img {
    width: 52px;
    height: 52px;
  }

  .navbar-collapse {
    background: #fff;
    margin-top: 15px;
    padding: 10px;
    border-radius: 10px;
  }

  .navbar-nav {
    align-items: flex-start;
  }

  .navbar-nav .nav-item {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .navbar-nav .nav-item::after {
    display: none;
  }

  .nav-link {
    width: 100%;
    padding: 14px 16px !important;
    border-bottom: 1px solid #eee;
  }

  .custom-dropdown,
  .dropdown-submenu .submenu {
    position: static;
    width: 100%;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    display: none;
    border-top: none;
  }

  .nav-item.show-dropdown .custom-dropdown {
    display: block;
  }

  .dropdown-submenu.show-submenu .submenu {
    display: block;
  }

}
/* ================= HERO SECTION ================= */

.school-banner {
  position: relative;
  overflow: hidden;
  background: #f9f9f9;
  padding: 70px 0 90px;
}

.container {
  position: relative;
  z-index: 2;
}
.banner-content {
  padding-right: 30px;
}

.tag-line {
  color: #009245;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 18px;
  display: inline-block;
}

.banner-content h1 {
  font-size: 56px;
  line-height: 1.05;
  font-weight: 800;
  color: #000;
  margin-bottom: 28px;
}

.banner-content h1 span {
  color: #e4141b;
}

.banner-content p {
  color: #5d5d5d;
  font-size: 18px;
  line-height: 1.8;
  max-width: 700px;
  margin-bottom: 38px;
}

/* BUTTONS */

.banner-btns {
  display: flex;
  align-items: center;
  gap: 35px;
  padding-top: 30px;
  border-top: 1px solid #e8e4dc;
}

.admission-btn {
  background: #e4141b;
  color: #fff;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 600;
  transition: .3s;
}

.admission-btn:hover {
  background: #009245;
  color: #fff;
}
.learn-btn:hover {
  color: #009245;
  /* color: #fff; */
}

.learn-btn {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 10px;
}

/* ================= RIGHT IMAGE ================= */

.banner-image-wrapper {
  position: relative;
  display: flex;
  justify-content: flex-end;
}

/* REMOVE BLUE CIRCLE */

.circle-bg {
  display: none;
}

/* IMAGE SHAPE */

.main-image {
  width: 760px;
  height: 760px;
  overflow: hidden;
  border-radius: 50%;
  position: relative;
  right: -90px;
  top: -40px;
}

.main-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* REMOVE FLOATING CARDS */

.floating-card {
  display: none;
}

/* ================= RESPONSIVE ================= */

@media(max-width:1400px) {

  .main-image {
    width: 650px;
    height: 650px;
    right: -120px;
  }

  .banner-content h1 {
    font-size: 68px;
  }

}

@media(max-width:1199px) {

  .banner-content h1 {
    font-size: 58px;
  }

  .main-image {
    width: 560px;
    height: 560px;
    right: -90px;
  }

}

@media(max-width:991px) {

  .school-banner {
    padding: 60px 0;
  }

  .banner-content {
    text-align: center;
    padding-right: 0;
    margin-bottom: 50px;
  }

  .banner-content h1 {
    font-size: 46px;
  }

  .banner-btns {
    justify-content: center;
  }

  .banner-image-wrapper {
    justify-content: center;
  }

  .main-image {
    width: 420px;
    height: 420px;
    right: 0;
    top: 0;
  }

}

@media(max-width:576px) {

  .banner-content h1 {
    font-size: 34px;
  }

  .banner-content p {
    font-size: 15px;
  }

  .tag-line {
    font-size: 16px;
  }

  .banner-btns {
    gap: 20px;
    flex-direction: column;
  }

  .main-image {
    width: 290px;
    height: 290px;
  }

  .admission-btn {
    width: 100%;
    text-align: center;
  }

}
/* ================= FEATURES SECTION ================= */

.features-section {
  position: relative;
  padding: 40px 0;
  background: #f9f9f9;
  overflow: hidden;
}

/* FEATURE BOXES */

.feature-boxes {
  position: relative;
  z-index: 2;
}

.feature-card {
  padding: 45px 32px;
  min-height: 370px;
  color: #fff;
  transition: 0.4s;
  text-align: center;
}

.feature-card:hover {
  transform: translateY(-10px);
}

.feature-card.dark {
  background: #111;
}

.feature-card.brown {
  background: #e4141b;
}

.feature-card.gold {
  background: #009245;
}

.feature-card.yellow {
  background: #1d4ed8;
}

/* ICON */

.feature-card .icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);

  display: flex;
  align-items: center;
  justify-content: center;

  margin-bottom: 28px;
}

.feature-card .icon i {
  font-size: 38px;
}

/* TEXT */

.feature-card h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
}

.feature-card p {
  font-size: 17px;
  line-height: 1.9;
  margin: 0;
}

/* ================= COUNTER ================= */

.counter-area {
  padding-top: 90px;
}

.counter-box {
  position: relative;
}

.counter-box h2 {
  display: inline-block;
  font-size: 40px;
  font-weight: 700;
  color: #009245;
  margin-bottom: 10px;
}

.counter-box span {
  font-size: 58px;
  font-weight: 700;
  color: #009245;
}

.counter-box p {
  font-size: 22px;
  font-weight: 600;
  color: #111;
}

/* MOBILE */

@media(max-width:991px) {

  .feature-card {
    min-height: auto;
  }

  .counter-area {
    gap: 35px 0;
  }

  .counter-box h2 {
    font-size: 42px;
  }

  .counter-box span {
    font-size: 36px;
  }

  .counter-box p {
    font-size: 16px;
  }

}
/* ================= ABOUT SCHOOL ================= */

.about-school {
  position: relative;
  padding: 40px 0;
  overflow: hidden;
  background: #f9f9f9;
}

/* IMAGE */

.about-image {
  position: relative;
  z-index: 1;
}

.about-image img {
  width: 100%;
  height: 650px;
  object-fit: cover;

  transition: 0.5s;
}

.about-image:hover img {
  transform: scale(1.02);
}

/* CONTENT BOX */

.about-content {
  position: relative;

  background: #000;
  color: #fff;

  padding: 30px 40px;

  margin-left: -140px;

  z-index: 2;

  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);

  animation: contentFloat 4s ease-in-out infinite;
}

/* FLOAT */

@keyframes contentFloat {

  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0px);
  }

}

/* SMALL TITLE */

.about-content span {
  display: inline-block;
  font-size: 35px;
  font-weight: 800;
  margin-bottom: 5px;
}

/* HEADING */

.about-content h2 {
  font-size: 35px;
  line-height: 1.1em;
  font-weight: 800;
}

.about-content h2 span {
  color: #009245;
}

/* TEXT */

.about-content p {
  font-size: 20px;
  line-height: 1.9;
  color: #d8d8d8;

  margin-bottom: 40px;
}

/* BUTTON */

.about-btn {
  display: inline-block;

  background: #e4141b;
  color: #fff;

  padding: 18px 40px;

  font-size: 18px;
  font-weight: 700;

  transition: 0.35s;
}

.about-btn:hover {
  background: #fff;
  color: #000;
}

/* ================= MOBILE ================= */

@media(max-width:991px) {

  .about-school {
    padding: 70px 0;
  }

  .about-image img {
    height: auto;
  }

  .about-content {
    margin-left: 0;
    margin-top: -40px;
    padding: 40px 30px;
  }

  .about-content h2 {
    font-size: 36px;
  }

  .about-content p {
    font-size: 16px;
  }

}
/* ================= WHY CHOOSE US ================= */

.why-choose-section {
  position: relative;
  padding: 40px 0;
  overflow: hidden;
  background: #f9f9f9;
}

/* SECTION TITLE */

.section-title {
  margin-bottom: 70px;
}

.section-title span {
  color: #009245;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
}

.section-title h2 {
  font-size: 35px;
  font-weight: 800;
  color: #000;
  margin-top: 12px;
}

.section-title h2 span {
  color: #1d4ed8;
      font-size: 35px;
}

/* BOX */

.choose-box {
  display: flex;
  align-items: center;
  gap: 28px;

  padding: 38px 35px;

  transition: 0.4s ease;
  position: relative;

  overflow: hidden;
}

/* HOVER */

.choose-box:hover {
  transform: translateY(-10px);
}

/* BLACK */

.black-box {
  background: #000;
  color: #fff;
}

/* YELLOW */

.yellow-box {
  background: #e4141b;
  color: #fff;
}

/* ICON */

.choose-icon {
  min-width: 90px;
  width: 90px;
  height: 90px;

  border-radius: 50%;

  background: rgba(255, 255, 255, 0.25);

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 38px;

  transition: 0.4s;
}

/* ICON ANIMATION */

.choose-box:hover .choose-icon {
  transform: rotate(12deg) scale(1.08);
}

/* CONTENT */

.choose-content h3 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 10px;
}

.choose-content p {
  font-size: 18px;
  line-height: 1.8;
  margin: 0;
}

/* ================= MOBILE ================= */

@media(max-width:991px) {

  .why-choose-section {
    padding: 70px 0;
  }

  .section-title h2 {
    font-size: 20px;
  }

  .choose-box {
    flex-direction: column;
    text-align: center;
    padding: 35px 25px;
  }

  .choose-content h3 {
    font-size: 24px;
  }

  .choose-content p {
    font-size: 16px;
  }

}
/* ================= QUICK LINKS SECTION ================= */

.quick-links-section {
  position: relative;
  padding: 40px 0;
}

/* CARD */

.quick-card {
  background: #e4141b;
  padding: 22px;
  transition: 0.4s ease;
  position: relative;
  overflow: hidden;
}

/* HOVER EFFECT */

.quick-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}

/* IMAGE */

.quick-img {
  overflow: hidden;
}

.quick-img img {
  width: 100%;
  height: 340px;
  object-fit: cover;
  transition: 0.5s ease;
}

/* IMAGE ZOOM */

.quick-card:hover .quick-img img {
  transform: scale(1.08);
}

/* BUTTON AREA */

.quick-btn-wrap {
  margin-top: 28px;
}

/* BUTTON */

.quick-btn {
  display: inline-block;
  background: #111;
  color: #fff;
  padding: 15px 32px;
  font-size: 18px;
  font-weight: 600;
  transition: 0.35s ease;
}

/* BUTTON HOVER */

.quick-btn:hover {
  background: #fff;
  color: #000;
}

/* ================= MOBILE ================= */

@media(max-width:991px) {

  .quick-links-section {
    padding: 70px 0;
  }

  .quick-img img {
    height: 260px;
  }

  .quick-btn {
    width: 100%;
    text-align: center;
  }

}
/* ================= CHAIRMAN SECTION ================= */

.chairman-section {
  position: relative;
  overflow: hidden;
  padding: 40px 0;
  background: #000;
}

/* LEFT YELLOW SHAPE */

.chairman-left-shape {
  position: absolute;
  left: 0;
  top: 0;

  width: 62%;
  height: 100%;

  background: #e4141b;

  clip-path: polygon(0 0, 70% 0, 100% 100%, 0% 100%);
}
.chairman-right-shape {
  position: absolute;
  right: 0;
  top: 0;

  width: 45%;
  height: 100%;

  background: #000;
}
.chairman-section .row {
  align-items: center;
}
.chairman-image-box {
  position: relative;
  z-index: 2;
  text-align: center;

  margin-left: 40px;
}

/* CONTENT */

.chairman-content {
  position: relative;
  z-index: 2;
  color: #fff;

  max-width: 540px;
}

.chairman-content span {
  font-size: 18px;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 12px;
}

.chairman-content h2 {
  font-size: 42px;
  font-weight: 800;
  margin-bottom: 24px;
  line-height: 1.2;
}

.chairman-content p {
  font-size: 17px;
  line-height: 2;
  margin-bottom: 18px;
}

/* IMAGE */

.chairman-image-box {
  position: relative;
  z-index: 2;
  text-align: center;
}

.chairman-image-box img {
  width: 100%;
  max-width: 640px;
  height: auto;

  object-fit: cover;
}

/* NAME */

.chairman-name {
  text-align: center;
  margin-top: 20px;
  color: #fff;
}

.chairman-name h4 {
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 4px;
}

.chairman-name span {
  font-size: 20px;
  font-weight: 500;
}

/* ================= MOBILE ================= */

@media(max-width:991px) {

  .chairman-section {
    padding: 70px 0;
  }

  .chairman-left-shape,
  .chairman-right-shape {
    width: 100%;
    clip-path: none;
  }

  .chairman-left-shape {
    height: 55%;
  }

  .chairman-right-shape {
    top: auto;
    bottom: 0;
    height: 45%;
  }

  .chairman-content {
    margin-bottom: 45px;
    max-width: 100%;
  }

  .chairman-content h2 {
    font-size: 34px;
  }

  .chairman-content p {
    font-size: 16px;
    line-height: 1.8;
  }

  .chairman-image-box img {
    max-width: 100%;
  }

  .chairman-name h4 {
    font-size: 24px;
  }

  .chairman-name span {
    font-size: 18px;
  }

}
/* ================= TESTIMONIAL SECTION ================= */

.testimonial-section {
  position: relative;
  padding: 40px 0;
  overflow: hidden;
}

/* MAP BACKGROUND */

.testimonial-map {
  position: absolute;
  inset: 0;

  background: url('assets/images/world-map.png') center center no-repeat;
  background-size: contain;

  opacity: 0.08;
}

/* CARD */

.testimonial-card {
  background: #fff;
  padding: 45px 35px;

  min-height: 440px;

  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);

  transition: 0.4s ease;

  position: relative;
  z-index: 2;
}

/* HOVER */

.testimonial-card:hover {
  transform: translateY(-12px);
}

/* TEXT */

.testimonial-text {
  color: #777;
  font-size: 16px;
  line-height: 2;
  text-align: center;

  margin-bottom: 45px;
}

/* USER */

.testimonial-user {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
}

/* IMAGE */

.testimonial-img {
  width: 120px;
  height: 120px;

  border-radius: 50%;

  background: #e4141b;

  padding: 8px;
}

.testimonial-img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

/* INFO */

.testimonial-info h4 {
  font-size: 19px;
  font-weight: 700;
  color: #555;
  margin-bottom: 6px;
}

.testimonial-info span {
  font-size: 24px;
  color: #888;
}

/* ================= MOBILE ================= */

@media(max-width:991px) {

  .testimonial-section {
    padding: 70px 0;
  }

  .testimonial-card {
    min-height: auto;
    padding: 35px 25px;
  }

  .testimonial-text {
    font-size: 16px;
    line-height: 1.8;
  }

  .testimonial-user {
    flex-direction: column;
    text-align: center;
  }

  .testimonial-img {
    width: 90px;
    height: 90px;
  }

  .testimonial-info h4 {
    font-size: 24px;
  }

  .testimonial-info span {
    font-size: 18px;
  }

}
/* ================= CONTACT UI FIX ================= */

.contact-section {
  position: relative;
  padding: 40px 0 0;
  background: #f7f7f7;
  overflow: hidden;
}

/* LIGHT DOTS BACKGROUND */

.contact-section::before {
  content: "";

  position: absolute;
  inset: 0;

  background-image:
    radial-gradient(rgba(246, 179, 0, .22) 2px, transparent 2px);

  background-size: 120px 120px;

  opacity: .7;
}

/* RIGHT PANEL */

.contact-info-box {
  position: relative;

  background:
    linear-gradient(rgba(255, 255, 255, .92), rgba(255, 255, 255, .92)),
    url("assets/images/contact-bg.jpg");

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 17px 55px;

  overflow: hidden;
}

/* FADE SHAPE */

.contact-info-box::after {
  content: "";

  position: absolute;

  right: -40px;
  bottom: -40px;

  width: 320px;
  height: 320px;

  background: rgba(207, 220, 230, .22);

  border-radius: 40px;

  transform: rotate(12deg);
}

/* SMALL TITLE */

.contact-tag {
  color: #e4141b;

  font-size: 16px;
  font-weight: 700;

  margin-bottom: 12px;

  display: inline-block;
}

/* MAIN TITLE */

.contact-info-box h2 {
  font-size: 34px;
  line-height: 1.2;

  font-weight: 800;

  color: #000;

  margin-bottom: 42px;
}

.contact-info-box h2 span {
  color: #e4141b;
}

/* ITEM */

.contact-item {
  display: flex;
  align-items: flex-start;

  gap: 16px;

  margin-bottom: 34px;

  position: relative;
  z-index: 2;
}

/* ICON */

.contact-icon {
  width: 42px;
  height: 42px;

  min-width: 42px;

  border-radius: 50%;

  background: rgba(246, 179, 0, .12);

  color: #009245;
  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 15px;
}

/* HEADING */

.contact-item h4 {
  font-size: 16px;
  font-weight: 800;

  color: #e4141b;

  margin-bottom: 8px;
}

/* TEXT */

.contact-item p {
  font-size: 15px;
  line-height: 1.9;

  color: #666;

  margin: 0;

  max-width: 320px;
}
.contact-section .row {
  align-items: stretch;
}

.contact-map,
.contact-info-box {
  height: 570px;
}

.contact-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}
.contact-map iframe {
  filter: grayscale(15%);
}

/* MOBILE */

@media(max-width:991px) {

  .contact-info-box {
    padding: 45px 30px;
  }

  .contact-info-box h2 {
    font-size: 28px;
  }

}
/* ================= FOOTER ================= */

.main-footer {
  background: #000;
  padding: 30px 0 20px;
}

/* WIDGET SPACE */

.footer-widget {
  margin-bottom: 30px;
}

/* TITLE */

.footer-widget h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 13px;
  line-height: 1.3;
}

/* ABOUT TEXT */

.footer-widget p {
  color: #fff;
  font-size: 15px;
  line-height: 2;
  font-weight: 400;
  text-align: justify;
}

/* LINKS */

.footer-widget ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer-widget ul li {
  margin-bottom: 8px;
}

.footer-widget ul li a {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  transition: 0.3s ease;
}

.footer-widget ul li a:hover {
  color: #f6b300;
  padding-left: 6px;
}

/* MAP */

.footer-map {
  overflow: hidden;
  border-radius: 2px;
}

.footer-map iframe {
  width: 100%;
  height: 245px;
  border: 0;
  display: block;
}

/* ================= MOBILE ================= */

@media(max-width:991px) {

  .main-footer {
    padding: 50px 0 30px;
  }

  .footer-widget h3 {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .footer-widget p,
  .footer-widget ul li a {
    font-size: 14px;
    line-height: 1.8;
  }

  .footer-map iframe {
    height: 220px;
  }

}
/* ================= MOBILE ================= */

@media(max-width:991px) {

  .contact-section {
    padding: 70px 0 0;
  }

  .contact-map {
    min-height: 350px;
  }

  .contact-info-box {
    padding: 45px 25px;
  }

  .contact-info-box h2 {
    font-size: 34px;
    margin-bottom: 35px;
  }

  .contact-item {
    gap: 16px;
    margin-bottom: 28px;
  }

  .contact-icon {
    width: 45px;
    height: 45px;
    font-size: 18px;
  }

  .contact-item h4 {
    font-size: 22px;
  }

  .contact-item p {
    font-size: 16px;
    line-height: 1.7;
  }

  .main-footer {
    padding: 60px 0;
  }

  .footer-widget h3 {
    font-size: 28px;
    margin-bottom: 22px;
  }

  .footer-widget p,
  .footer-widget ul li a {
    font-size: 16px;
    line-height: 1.8;
  }

  .footer-map iframe {
    height: 220px;
  }

}
/* ================= WHATSAPP FLOAT BUTTON ================= */

.whatsapp-float {
  position: fixed;

  right: 22px;
  bottom: 22px;

  width: 50px;
  height: 50px;

  background: #25d366;
  color: #fff;

  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 34px;

  z-index: 9999;

  box-shadow: 0 8px 25px rgba(0, 0, 0, .25);

  transition: .3s ease;
}

.whatsapp-float:hover {
  transform: scale(1.08);
  color: #fff;
  background: #20ba5a;
}

/* PULSE ANIMATION */

.whatsapp-float::before {
  content: "";

  position: absolute;

  width: 100%;
  height: 100%;

  border-radius: 50%;

  background: rgba(37, 211, 102, .45);

  animation: whatsappPulse 1.8s infinite;
}

@keyframes whatsappPulse {

  0% {
    transform: scale(1);
    opacity: .8;
  }

  100% {
    transform: scale(1.7);
    opacity: 0;
  }

}

/* MOBILE */

@media(max-width:576px) {

  .whatsapp-float {
    width: 55px;
    height: 55px;
    font-size: 30px;

    right: 15px;
    bottom: 15px;
  }

}
@media(max-width:991px){

  .custom-dropdown{
    position: static;
    width: 100%;
    background:#f8f9fb;

    display: none;

    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;

    box-shadow: none;
    border-top: none;

    margin-bottom: 10px;
    border-radius: 8px;
    overflow: hidden;
  }

  .nav-item.show-dropdown > .custom-dropdown{
    display:block !important;
  }

  .dropdown-submenu .submenu{
    position: static;
    width:100%;

    display:none;

    opacity:1 !important;
    visibility:visible !important;
    transform:none !important;

    box-shadow:none;
    border-top:none;

    padding-left:15px;
  }

  .dropdown-submenu.show-submenu .submenu{
    display:block !important;
  }

}
@media (max-width: 991px) {
  .topbar{
    display: none !important;
  }
  .main-navbar{
    position: relative;
  }

  .navbar-collapse{
    position: absolute;
    top: 100%;
    left: 10px;
    right: 10px;

    background: #fff;
    border-radius: 10px;

    box-shadow: 0 10px 30px rgba(0,0,0,.15);

    max-height: 30vh;   /* half screen */
    overflow-y: auto;

    z-index: 9999;

    padding: 10px;
    margin-top: 10px;
  }

  .navbar-collapse.show{
    display: block;
  }

}

/* ================= STICKY NAVBAR ================= */

.fixed-header {
  position: fixed;
  top: 0;
  left: 0;

  width: 100%;

  z-index: 99999;

  background: #fff;

  animation: navbarSlide .4s ease;

  box-shadow: 0 5px 20px rgba(0, 0, 0, .08);
}

/* SMOOTH DOWN ANIMATION */

@keyframes navbarSlide {

  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }

}


/* ================= ABOUT BANNER ================= */

.about-page-banner {
  position: relative;
  overflow: hidden;
}

.about-page-banner img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  display: block;

  transform: scale(1.08);
  filter: blur(2px);
}

/* Dark Overlay */

.about-page-banner::after {
  content: "";
  position: absolute;
  inset: 0;

  background: rgba(0, 0, 0, 0.25);
}

.about-page-content {
  background: #fff;
  padding: 20px 0 40px;
}

.about-box {
  max-width: 1280px;
  margin: auto;
}

/* HEADINGS */

.about-box h2 {
  font-size: 24px;
  font-weight: 600;
  color: #4a5568;
  margin-bottom: 8px;
  margin-top: 10px;
}

/* PARAGRAPH */

.about-box p {
  font-size: 14px;
  line-height: 1.8;
  color: #444;
  margin-bottom: 10px;
}

/* LIST */

.mission-list {
  padding-left: 18px;
  margin-bottom: 12px;
}

.mission-list li {
  font-size: 14px;
  line-height: 1.8;
  color: #444;
  margin-bottom: 4px;
}

.mission-list li strong {
  color: #000;
}

/* MOBILE */

@media(max-width:991px) {

  .about-page-banner img {
    height: 220px;
  }

  .about-page-content {
    padding: 25px 0;
  }

  .about-box h2 {
    font-size: 22px;
  }

  .about-box p,
  .mission-list li {
    font-size: 14px;
  }
}
/* ================= SCHOOL INFORMATION PAGE ================= */

.school-info-page{
    background:#fff;
    padding:30px 0 40px;
}

.school-info-content{
    max-width:1350px;
    margin:auto;
}

.school-info-content h2{
    font-size:24px;
    font-weight:600;
    color:#4a5568;
    margin-top:12px;
    margin-bottom:6px;
}

.school-info-content p{
    font-size:14px;
    line-height:1.8;
    color:#444;
    margin-bottom:6px;
}

.school-info-content strong{
    color:#333;
    font-weight:600;
}

/* MOBILE */

@media(max-width:991px){

    .school-info-page{
        padding:25px 0;
    }

    .school-info-content h2{
        font-size:22px;
    }

    .school-info-content p{
        font-size:14px;
        line-height:1.8;
    }
}
/* Admission Page */
.admission-page{
    background:#fff;
    padding:60px 0;
}

.admission-card{
    border:1px solid #e5e5e5;
    padding:20px;
    height:100%;
    background:#fff;
}

.admission-img{
    width:100%;
    max-height:550px;
    object-fit:contain;
    border:1px solid #ddd;
}

.download-btn{
    display:inline-block;
    background:#ff1a1a;
    color:#fff;
    text-decoration:none;
    padding:12px 30px;
    border-radius:4px;
    font-size:16px;
    font-weight:500;
    transition:.3s;
}

.download-btn:hover{
    background:#e00000;
    color:#fff;
}

@media(max-width:991px){

    .admission-page{
        padding:40px 0;
    }

    .admission-img{
        max-height:450px;
    }

    .download-btn{
        width:100%;
    }

}

/* ================= FEE STRUCTURE PAGE ================= */

.fee-structure-page{
    padding:50px 0 60px;
    background:#fff;
}

.fee-card{
    max-width:650px;
    margin:auto;
    text-align:center;
}

.fee-image{
    width:100%;
    border:2px solid #222;
    display:block;
}

.download-btn{
    display:inline-block;
    background:#ff1a1a;
    color:#fff;
    text-decoration:none;
    padding:12px 35px;
    border-radius:4px;
    font-size:16px;
    font-weight:500;
    transition:.3s;
}

.download-btn:hover{
    background:#e00000;
    color:#fff;
}

@media(max-width:768px){

    .fee-structure-page{
        padding:30px 15px 40px;
    }

    .download-btn{
        width:100%;
        max-width:250px;
    }

}

/* ================= DOWNLOAD PAGE ================= */

.download-page{
    padding:50px 0 70px;
    background:#fff;
}

.download-wrapper{
    max-width:700px;
    margin:auto;
    text-align:center;
}

.download-image{
    width:100%;
    height:auto;
    display:block;
    /*border-right:2px solid #555;*/
}

.download-btn{
    display:inline-block;
    background:#ff1616;
    color:#fff;
    text-decoration:none;
    padding:12px 32px;
    border-radius:4px;
    font-size:15px;
    font-weight:500;
    transition:.3s;
}

.download-btn:hover{
    background:#e00000;
    color:#fff;
}

@media(max-width:768px){

    .download-page{
        padding:30px 15px 40px;
    }

    .download-wrapper{
        max-width:100%;
    }

    .download-btn{
        width:220px;
    }
}


/* ================= DOCUMENT PAGE ================= */

.document-page{
    padding:50px 0 70px;
    background:#fff;
}

.document-wrapper{
    max-width:650px;
    margin:auto;
    text-align:center;
}

.document-image{
    width:100%;
    height:auto;
    display:block;
    border:1px solid #ddd;
    box-shadow:0 2px 10px rgba(0,0,0,.08);
}

.download-btn{
    display:inline-block;
    background:#ff1717;
    color:#fff;
    text-decoration:none;
    padding:12px 38px;
    border-radius:4px;
    font-size:15px;
    font-weight:500;
    transition:.3s;
}

.download-btn:hover{
    background:#e00000;
    color:#fff;
}

@media(max-width:768px){

    .document-page{
        padding:30px 15px 40px;
    }

    .document-wrapper{
        max-width:100%;
    }

    .download-btn{
        width:220px;
    }

}
/* ================= GALLERY PAGE ================= */

.gallery-page{
    padding:40px 0 60px;
    background:#fff;
}

.gallery-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:18px;
}

.gallery-item{
    overflow:hidden;
    border-radius:8px;
    background:#fff;
    border:1px solid #ddd;
    transition:.3s;
}

.gallery-item img{
    width:100%;
    height:250px;
    object-fit:cover;
    display:block;
    transition:.4s;
}

.gallery-item:hover{
    box-shadow:0 5px 20px rgba(0,0,0,.15);
}

.gallery-item:hover img{
    transform:scale(1.05);
}

/* Tablet */

@media(max-width:991px){

    .gallery-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .gallery-item img{
        height:220px;
    }

}

/* Mobile */

@media(max-width:576px){

    .gallery-page{
        padding:25px 0 40px;
    }

    .gallery-grid{
        grid-template-columns:1fr;
        gap:15px;
    }

    .gallery-item img{
        height:220px;
    }

}
/* ================= VIDEO PAGE ================= */

.video-page{
    padding:40px 0 60px;
    background:#fff;
}

.video-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:25px;
}

.video-card{
    border-radius:8px;
    overflow:hidden;
    box-shadow:0 2px 10px rgba(0,0,0,.08);
}

.video-card iframe{
    width:100%;
    height:250px;
    border:none;
    display:block;
}

/* Tablet */

@media(max-width:991px){

    .video-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .video-card iframe{
        height:220px;
    }

}

/* Mobile */

@media(max-width:576px){

    .video-page{
        padding:25px 0 40px;
    }

    .video-grid{
        grid-template-columns:1fr;
        gap:15px;
    }

    .video-card iframe{
        height:220px;
    }

}
/* ================= HELP DESK ================= */

.enquiry-section{
    padding:50px 0 70px;
    background:#fff;
}

.form-title{
    text-align:center;
    color:#ff0000;
    font-size:40px;
    font-weight:700;
    margin-bottom:40px;
}

.enquiry-section label{
    display:block;
    font-size:18px;
    margin-bottom:10px;
    color:#555;
}

.enquiry-section label span{
    color:red;
}

.enquiry-section .form-control,
.enquiry-section .form-select{
    /*height:55px;*/
    border:1px solid #ddd;
    border-radius:10px;
    box-shadow:none;
    font-size:16px;
}

.check-group{
    display:flex;
    flex-direction:column;
    gap:14px;
    margin-top:10px;
}

.check-group label{
    display:flex;
    align-items:center;
    gap:10px;
    font-size:18px;
    margin-bottom:0;
}

.check-group input{
    width:18px;
    height:18px;
}

.address-title{
    font-size:22px;
    margin-bottom:20px;
    color:#555;
}

.submit-btn{
    background:#e4141b;
    border:none;
    padding:12px 35px;
    border-radius:8px;
    font-size:18px;
    transition:.3s;
    color:#fff;
}

.submit-btn:hover{
    background:#e4141b;
}

/* Mobile */

@media(max-width:768px){

    .form-title{
        font-size:34px;
    }

    .enquiry-section{
        padding:30px 0 50px;
    }

    .enquiry-section label{
        font-size:16px;
    }

    .check-group label{
        font-size:16px;
    }

}
/* ================= CONTACT PAGE ================= */

.contact-page{
    background:#fff;
}

/* Banner */

.contact-banner img{
    width:100%;
    height:480px;
    object-fit:cover;
    display:block;
}

/* Contact Info */

.contact-info{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:40px;
    padding:90px 0;
}

.info-box{
    display:flex;
    align-items:flex-start;
    gap:25px;
}

.info-box .icon{
    font-size:50px;
    color:#f48b72;
    line-height:1;
}

.info-box h3{
    font-size:30px;
    color:#1f174d;
    margin-bottom:0px;
    font-weight:500;
}

.info-box p,
.info-box a{
    font-size:17px;
    color:#777;
    line-height:1.8;
    text-decoration:none;
}

/* Map */

.contact-map iframe{
    width:100%;
    height:570px;
    border:0;
    display:block;
}

/* Tablet */

@media(max-width:991px){

    .contact-info{
        grid-template-columns:1fr;
        gap:50px;
        padding:60px 0;
    }

    .info-box .icon{
        font-size:60px;
    }

    .info-box h3{
        font-size:30px;
    }

    .contact-map iframe{
        height:500px;
    }
}

/* Mobile */

@media(max-width:576px){

    .contact-banner img{
        height:250px;
    }

    .info-box{
        flex-direction:column;
        text-align:center;
        align-items:center;
    }

    .info-box .icon{
        font-size:55px;
    }

    .info-box h3{
        font-size:26px;
    }

    .info-box p,
    .info-box a{
        font-size:17px;
    }

    .contact-map iframe{
        height:350px;
    }
}
