@import url('https://fonts.googleapis.com/css2?family=Philosopher:ital,wght@0,400;0,700;1,400;1,700&display=swap');



.philosopher-regular {
  font-family: "Philosopher", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #00479d !important;
  font-size: 46px !important;
}

.notify {
    position: fixed;
    top: 20px;
    right: 20px;
    min-width: 280px;
    max-width: 360px;
    padding: 14px 18px;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 500;
    z-index: 9999;
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
    animation: slideIn 0.4s ease forwards;
}

.notify-success {
    background: #16a34a;
    color: #ffffff;
}

.notify-error {
    background: #dc2626;
    color: #ffffff;
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateX(-20px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}


/* Top Bar */
.top-bar {
  background: #2a486c;
  padding: 8px 0;
  color: #fff;
  font-size: 14px;
}

.social-links {
  list-style: none;
  display: flex;
  gap: 15px;
  margin: 0;
  padding: 0;
}

.social-links a {
  color: #fff;
  font-size: 18px;
  text-decoration: none;
}

.social-links a:hover {
  color: #ffc107;
}

.top-contact a {
  color: #fff;
  margin-left: 15px;
  text-decoration: none;
  font-weight: 500;
}

.top-contact .whatsapp {
  color: white;
}

/* Sticky Navbar */
.navbar {
  position: sticky !important;
  top: 0 !important;
  z-index: 999;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.navbar-brand img {
  height: 80px;
}



/* Dummy content for scroll */
.content {
  height: 2000px;
  padding: 40px;
}

.nav-link {
  color: #333 !important;
  font-weight: 500 !important;
  margin-left: 10px;
  transition: color 0.3s ease;
}

.main-btn {
  background-color: #2a486c;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 4px;
  text-decoration: none;
  font-size: 16px;
  transition: background-color 0.3s ease;
  margin-left: 40px;

}

.main-btn:hover {
  background-color: #0c34ab;
  color: #fff;
}

input {
  box-shadow: none !important;
  border-radius: 3px !important;
  height: 46px;
}

select {
  box-shadow: none !important;
  border-radius: 3px !important;
  width: 100%;
  padding: 9px 8px;
  height: 46px;
}

textarea {
  box-shadow: none !important;
  border-radius: 3px !important;

}

.custom-form .form-group {
  margin-bottom: 15px;
}

.form-group label {
  font-size: 13px !important;
  font-weight: 900;
  margin-bottom: 5px;
  display: block;
  color: #333;

}

.btn-box {

  display: flex;
  padding: 10px;
  margin-top: 23px;
  align-items: center;
  justify-content: center;
}

.custom-form .form-control {
  height: 45px;
  font-size: 14px;
}

.custom-form textarea.form-control {
  height: auto;
}

.navbar .nav-link {
  color: #333;
  font-weight: 500;
  position: relative;
  transition: all 0.3s ease;
}

.navbar .nav-link.active {
  color: #2a486c;
  /* primary color */
}

.navbar .nav-link.active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 2px;
  background: #2a486c;
}




.poster {
  position: relative;
  width: 100%;
  min-height: 76vh;
  background: url('/asset/images/bg.jpg') center/cover no-repeat;
  display: flex;
  align-items: start;
  overflow: hidden;

}

.poster .container {
  position: relative;
  z-index: 2;

}

.hero-content {

  text-align: center;
  padding: 40px;

}

.hero-content h1 {
  font-size: 56px !important;
  font-weight: 700;
  line-height: 1.2;
  color: white;
}

.hero-content p {
  color: white;

}

.hero-form-main {
  margin-top: -150px;
  position: relative;
  z-index: 99;
}

.hero-from {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: 10px;
  padding: 30px;
  background-color: white;
  margin-top: 30px;
}

.poster-overlay {
  position: absolute;
  inset: 0;
  background: rgb(0 0 0 / 71%);
  z-index: 1;
  height: 100%;
}


.poster h1 {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
}

.poster p {
  font-size: 18px;
  margin: 15px 0 25px;
}

.poster-points {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.poster-points li {
  font-size: 16px;
  margin-bottom: 10px;
}

.poster-btns {
  display: flex;
  gap: 15px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 30px;
}

.btn2 {
  background-color: #00479d;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 4px;
  text-decoration: none;
  font-size: 16px;
  transition: background-color 0.3s ease;

}

.call-btn {
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
  padding: 10px 26px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
}

.call-btn:hover {
  background: #fff;
  color: #000;
}

.poster-img {
  max-width: 90%;
  animation: float 4s ease-in-out infinite;
}

.trust-points {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 25px;
  width: 600px;
  margin: auto;
}

.trust-box {
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(16px);
  padding: 10px 14px;
  border-radius: 8px;
  font-size: 14px;
  color: #fff;
}

.trust-box i {
  font-size: 18px;
  color: white;
  /* star/gold highlight */
}

.trust-box strong {
  font-weight: 600;
}




/* Floating image animation */
@keyframes float {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-12px);
  }

  100% {
    transform: translateY(0);
  }
}


.about-section {

  background: #EAF4FF;
  margin-top: -136px;
  padding-top: 180px;
  padding-bottom: 60px;
}

.about-tag {
  display: inline-block;
  background: #e7f1ff;
  color: #0d6efd;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 12px;
}

.about-section h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 15px;
}

.about-section p {
  color: #555;
  font-size: 16px;
  line-height: 1.7;
}

.about-img-box {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.about-img-box img {
  width: 100%;
  height: 560px;
  object-fit: cover;
  border-radius: 20px;
}

.experience-badge {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: #2a486c;
  color: #fff;
  padding: 16px 18px;
  border-radius: 14px;
  text-align: center;
  box-shadow: 0 10px 25px rgba(13, 110, 253, 0.4);
}

.experience-badge span {
  display: block;
  font-size: 26px;
  font-weight: 700;
}

.experience-badge small {
  font-size: 13px;
}

.about-points {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-top: 25px;
}

.about-point {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  padding: 12px 14px;
  border-radius: 10px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.05);
  font-size: 15px;
}

.about-point i {
  color: #0d6efd;
  font-size: 16px;
}

.facilities {
  padding: 80px 0;
  text-align: center;
}

.section-title .top-badge {
  display: inline-block;
  background: #e6f0ff;
  color: #2d7df6;
  padding: 6px 15px;
  font-size: 13px;
  font-weight: 600;
  border-radius: 6px;
  margin-bottom: 15px;
}

.section-title h2 {
  font-size: 38px;
  font-weight: 600;
  margin-bottom: 60px;
  color: #222;
}

.facilities-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.facility-card {
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
  transition: 0.3s ease;
}

.facility-card:hover {
  transform: translateY(-8px);
}

.facility-card img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 20px;
}

.card-content {
  position: relative;
  text-align: left;
}

.small-title {
  font-size: 13px;
  color: #2d7df6;
  font-weight: 600;
  letter-spacing: 1px;
}

.card-content h3 {
  font-size: 22px;
  margin-top: 8px;
  color: #222;
}

.icon {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 30px;
  color: #2d7df6;
}

.fac-p {
  text-align: justify;
  font-size: 14px;
  color: #727272;

}

.call-btn2 {
  width: 100%;
  text-align: center;
  padding: 12px 0;
  font-size: 16px;
  font-weight: 600;
  background: #2a486c;
  color: #fff;
  border: none;
  border-radius: 8px;
  text-decoration: none
}



.faq-section {
  background: #eaf4ff;
  /* Light Blue Background */
  padding: 80px 0;
}

.container {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}

.faq-header {
  text-align: center;
  margin-bottom: 60px;
}

.badge {
  background: #1e4d7b;
  color: #fff;
  padding: 6px 18px;
  border-radius: 30px;
  font-size: 14px;
}

.faq-header h2 {
  font-size: 40px;
  margin-top: 20px;
  color: #1e4d7b;
}

.faq-wrapper {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}

/* LEFT SIDE */
.faq-left {
  flex: 1.3;
}

.faq-item {
  border-bottom: 1px solid #cdd9e5;
}

.faq-question {
  width: 100%;
  padding: 20px 10px;
  background: none;
  border: none;
  font-size: 18px;
  font-weight: 500;
  text-align: left;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  color: #333;
}

.faq-question span {
  font-size: 22px;
  transition: 0.3s;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.faq-answer p {
  padding: 0 10px 20px;
  color: #555;
  font-size: 15px;
}

/* ACTIVE */
.faq-item.active .faq-answer {
  max-height: 200px;
}

.faq-item.active .faq-question span {
  transform: rotate(45deg);
}

/* RIGHT BOX */
.faq-right {
  flex: 1;
  background: #fff;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  text-align: center;
}

.faq-right h3 {
  font-size: 24px;
  margin-bottom: 15px;
}

.faq-right p {
  color: #666;
  font-size: 15px;
  margin-bottom: 25px;
}

.faq-btn {
  display: inline-block;
  background: #f9734f;
  color: #fff;
  padding: 12px 28px;
  border-radius: 8px;
  text-decoration: none;
  transition: 0.3s;
}

.faq-btn:hover {
  background: #e85c38;
}




.review-section {
  background: white;
  padding: 80px 0;
}

.container {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}

.badge-review {
  background: #0d6efd;
  color: #fff;
  padding: 6px 18px;
  border-radius: 30px;
  font-size: 14px;
}

.review-section h2 {
  margin-top: 15px;
  font-size: 38px;
  color: #1e4d7b;
}

.review-card {
  background: #fff;
  padding: 35px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  text-align: center;
  margin: 15px;
}

.review-card p {
  font-size: 15px;
  color: #555;
  margin-bottom: 20px;
}

.stars {
  color: #ffc107;
  font-size: 18px;
  margin-bottom: 10px;
}

.review-card h5 {
  font-weight: 600;
  color: #333;
}


.contact-section {
  background-color: #EAF4FF;
}

.contact-form {
  border-radius: 20px;
}

.contact-info {
  border-radius: 20px;
  background-color: white !important;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}

.form-control {
  border-radius: 10px;
}

.btn-primary {
  border-radius: 10px;
}

.footer-section {
  background-color: #0d1b2a;
  color: #ffffff;
}

.footer-title {
  font-weight: 600;
  margin-bottom: 20px;
  font-size: 18px;
}

.footer-text {
  color: #cbd5e1;
  font-size: 14px;
}

.footer-links {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-links a {
  text-decoration: none;
  color: #cbd5e1;
  font-size: 14px;
  transition: 0.3s;
}

.footer-links a:hover {
  color: #0d6efd;
  padding-left: 5px;
}

.footer-contact {
  font-size: 14px;
  color: #cbd5e1;
  margin-bottom: 15px;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 14px;
  color: #cbd5e1;
}





/* Responsive */
@media (max-width: 992px) {
  .facilities-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .faq-wrapper {
    flex-direction: column;
  }
}




/* Mobile */
@media (max-width: 768px) {

  .facilities-grid {
    grid-template-columns: 1fr;
  }

  .section-title h2 {
    font-size: 28px;
  }

  .trust-points {
    width: 100%;

  }

  .hero-form-main {
    margin-top: 70px;
  }

  .poster .container {

    padding-top: 0px;
  }

  .hero-content {
    padding: 5px;
  }

  .poster h1 {
    font-size: 46px !important;
  }

  .poster-btns {
    justify-content: center;
  }

  .poster-img {
    margin-top: 30px;
  }

  .hero-form-main {
    margin-top: 0px;
  }
    .social-links {
    justify-content: center;
    margin-bottom: 6px;
  }

  .top-contact {
    text-align: center;
  }
  .facilities{
    padding: 20px 0px;
  }
  .review-section{
    padding: 20px 0px;
  }
}


