@import url("https://fonts.googleapis.com/css2?family=Inria+Serif:wght@400;700&display=swap");
* {
  padding: 0;
  margin: 0;
}

:root {
  --primary-blue: #175ca1;
  --dark-blue: #0d3b66;
  --accent-yellow: #ffb703;
  --dark-gray: #2c2c2c;
  --accent-red: #d72638;
  --primary-blue: #175ca1;
  --card-radius: 12px;
  --primary:#175CA1;
  --dark:#0D3B66;
  --accent:#FFB703;
  --muted:#6b6b6b;
  --glass: rgba(255,255,255,0.04);
  --radius:14px;
  --shadow: 0 18px 48px rgba(8,10,18,0.08);
}
/* Top bar styles */
.top-bar {
  background-color: var(--dark-blue);
  color: white;
  padding: 8px 0;
}
.top-bar a {
  color: white;
  text-decoration: none;
}
.top-bar .social-icons a {
  margin-left: 10px;
  font-size: 16px;
}
/* Main navbar styles */
.main-navbar {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.main-navbar .navbar-nav .nav-link {
  color: var(--dark-gray);
  font-weight: 500;
  padding: 0.5rem 1rem;
}
.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0 !important;
}
.navbar-brand img {
  height: 60px;
}
.apply-btn {
  background-color: var(--accent-red);
  color: white;
  padding: 8px 20px;
  border-radius: 4px;
  font-weight: bold;
  transition: all 0.3s ease;
}
.apply-btn:hover {
  background-color: #b02a30;
  color: white;
}
/* Responsive adjustments */
@media (max-width: 992px) {
  .top-bar .contact-info {
    text-align: center;
    margin-bottom: 5px;
  }
  .top-bar .online-admission,
  .top-bar .social-icons {
    text-align: center;
  }
  .navbar-collapse {
    background-color: white;
    padding: 15px;
    /* box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); */
  }
}
@media (max-width: 576px) {
  .top-bar .social-icons {
    margin-top: 5px;
  }
  .navbar-brand img {
    height: 50px;
  }
}

/* Hero Section Styles */
.hero-section {
  background: linear-gradient(to bottom, #daf2f7, white);
}

/* Carousel Styling */
#heroCarousel {
  border-radius: 10px;
  overflow: hidden;
}

.carousel-item {
  /* height: 500px; */
  height: auto;
}

.carousel-item img {
  height: 100%;
  object-fit: cover;
  /* z-index: 1 !important; */
}

.carousel-control-prev,
.carousel-control-next {
  width: 40px;
  height: 40px;
  /* background-color: rgba(255, 255, 255, 0.7); */
  background-color: white !important;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  color: #d13239 !important;
  z-index: 10 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.carousel-control-prev-icon {
  color: var(--dark-blue);
  margin-top: 10px;
}

.carousel-control-next-icon {
  color: var(--dark-blue);
  margin-top: 10px;
}
.carousel-control-prev {
  left: -15px;
}

.carousel-control-next {
  right: -15px;
}

.admission-badge {
  position: absolute;
  top: 20px;
  left: 20px;
  max-width: 150px;
}

.placement-badge {
  max-width: 200px;
  margin-bottom: 20px;
}

.register-btn {
  background-color: var(--accent-yellow);
  color: #000;
  border: none;
  padding: 10px 25px;
  font-weight: bold;
  border-radius: 5px;
  font-size: 18px;
}

/* Notice Box Styling */
.notice-box,
.news-box {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  background-color: white;
}

.notice-header,
.news-header {
  padding: 15px 20px;
  background-color: var(--dark-blue);
  color: white;
}

.news-header {
  background-color: #d13239;
}

.notice-header h3,
.news-header h3 {
  margin: 0;
  font-size: 1.2rem;
  font-weight: bold;
}

.view-all {
  color: white;
  text-decoration: none;
  font-size: 0.9rem;
}

.notice-body,
.news-body {
  padding: 15px;
}

.notice-item,
.news-item {
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}

.notice-item:last-child,
.news-item:last-child {
  border-bottom: none;
}

.notice-title {
  color: var(--primary-blue);
  font-size: 1.1rem;
  margin-bottom: 5px;
  font-weight: 600;
}

.notice-text,
.news-text {
  color: #555;
  margin-bottom: 0;
  font-size: 0.9rem;
}

.news-date {
  background-color: var(--primary-blue);
  color: white;
  display: inline-block;
  padding: 2px 10px;
  border-radius: 4px;
  font-size: 0.8rem;
  margin-bottom: 5px;
}

.read-more {
  color: var(--primary-blue);
  text-decoration: none;
  font-weight: bold;
}

/* About Section Styles */
.about-section {
  background-color: #f9f9f9;
  padding: 80px 0;
}

.about-image-container {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}

.experience-badge {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: var(--accent-yellow);
  color: #000;
  padding: 20px 25px;
  text-align: center;
  font-weight: bold;
}

.experience-badge .years {
  font-size: 3rem;
  line-height: 1;
}

.experience-badge .text {
  font-size: 1rem;
}

.section-heading {
  color: var(--accent-red);
}

.section-heading i {
  font-size: 1.5rem;
  color: #777;
}

.main-heading {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 25px;
  line-height: 1.2;
}

.description-box {
  position: relative;
  padding-left: 20px;
}

.border-left {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background-color: var(--primary-blue);
}

.description-box p {
  color: #666;
  font-size: 1.1rem;
  line-height: 1.6;
}

.feature-icon .icon-circle {
  width: 50px;
  height: 50px;
  background-color: var(--primary-blue);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.feature-icon .icon-circle i {
  color: white;
  font-size: 1.2rem;
}

.feature-content h4 {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 5px;
  color: var(--dark-blue);
}

.feature-content p {
  margin-bottom: 0;
  color: #666;
}

.btn-with-arrow {
  padding: 10px 20px;
  font-weight: 500;
  border-radius: 4px;
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .main-heading {
    font-size: 2rem;
  }
}

@media (max-width: 768px) {
  .experience-badge {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: var(--accent-yellow);
    color: #000;
    padding: 5px 10px;
    text-align: center;
    font-weight: normal;
  }
  .main-heading {
    font-size: 1.8rem;
  }

  .buttons-container .btn {
    display: block;
    width: 100%;
    margin-bottom: 15px;
    margin-right: 0 !important;
  }
}

.info-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 20px;
  padding-left: 20px;
  padding-right: 20px;

  background: linear-gradient(
    92.49deg,
    #0d3b66 0%,
    #71141d 99.18%,
    #70141e 100%
  );
}
.info-box {
  flex: 1;
  min-width: 250px;
  padding: 40px 20px;
  color: #fff;
  text-align: center;
  position: relative;
}
.info-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);

  z-index: 1;
}
.info-content {
  position: relative;
  z-index: 2;
}
.info-box i {
  font-size: 50px;
  margin-bottom: 15px;
  display: block;
}
.bg1 {
  background: linear-gradient(
      to right,
      rgba(13, 59, 102, 0.5),
      /* #0D3B66 with opacity */ rgba(113, 20, 29, 0.5),
      /* #71141D with opacity */ rgba(112, 20, 30, 0.5)
        /* #70141E with opacity */
    ),
    url("../images/img/students.png") center/cover no-repeat;
}
.bg2 {
  background: linear-gradient(
      to right,
      rgba(13, 59, 102, 0.5),
      /* #0D3B66 with opacity */ rgba(113, 20, 29, 0.5),
      /* #71141D with opacity */ rgba(112, 20, 30, 0.5)
        /* #70141E with opacity */
    ),
    url("../images/img/placement.jpg") center/cover no-repeat;
}
.bg3 {
  background: linear-gradient(
      to right,
      rgba(13, 59, 102, 0.5),
      /* #0D3B66 with opacity */ rgba(113, 20, 29, 0.5),
      /* #71141D with opacity */ rgba(112, 20, 30, 0.5)
        /* #70141E with opacity */
    ),
    url("../images/img/course.jpg") center/cover no-repeat;
}
.bg4 {
  background: linear-gradient(
      to right,
      rgba(13, 59, 102, 0.5),
      /* #0D3B66 with opacity */ rgba(113, 20, 29, 0.5),
      /* #71141D with opacity */ rgba(112, 20, 30, 0.5)
        /* #70141E with opacity */
    ),
    url("../images/img/experienced.jpg") center/cover no-repeat;
}

/*  */

.courses-section {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.section-title {
  color: var(--dark-blue);
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 15px;
  position: relative;
}

.section-title::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, var(--accent-yellow), var(--accent-red));
  border-radius: 2px;
}

.section-subtitle {
  color: var(--dark-gray);
  font-size: 1.1rem;
  max-width: 600px;
  margin: 0 auto;
}

.course-card {
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.4s ease;
  box-shadow: 0 8px 25px rgba(215, 38, 56, 0.15);
  position: relative;
  height: 100%;
}

.course-card:hover {
  transform: translateY(-15px);
  box-shadow: 0 20px 40px rgba(215, 38, 56, 0.25);
}

.course-image {
  position: relative;
  height: 250px;
  overflow: hidden;
}

.course-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.course-card:hover .course-image img {
  transform: scale(1.1);
}

.course-badge {
  position: absolute;
  top: 15px;
  left: 15px;
  background: rgba(255, 255, 255, 0.95);
  color: var(--dark-blue);
  padding: 8px 16px;
  border-radius: 25px;
  font-weight: 600;
  font-size: 0.9rem;
  backdrop-filter: blur(10px);
}

.course-stats {
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
  display: flex;
  justify-content: end;
}

.course-stats span {
  background: rgba(255, 255, 255, 0.95);
  color: var(--dark-blue);
  padding: 6px 12px;
  border-radius: 15px;
  font-size: 0.85rem;
  font-weight: 500;
  backdrop-filter: blur(10px);
}

.course-stats i {
  margin-right: 5px;
  color: var(--accent-red);
}

.course-content {
  background: white;
  padding: 25px;
  position: relative;
}

.course-title {
  color: var(--dark-blue);
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 1.4;
}

.course-description {
  color: var(--dark-gray);
  line-height: 1.6;
  margin-bottom: 20px;
  font-size: 0.95rem;
}

.course-details {
  margin-bottom: 25px;
}

.detail-item {
  display: flex;
  margin-bottom: 8px;
  font-size: 0.9rem;
}

.detail-item strong {
  color: var(--primary-blue);
  min-width: 90px;
  margin-right: 10px;
}

.course-actions {
  display: flex;
  gap: 12px;

    bottom: 0px !important;
}

.btns {
  padding: 12px 24px;
  border-radius: 25px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  border: none;
  font-size: 0.9rem;
  flex: 1;
  text-align: center;
}

.btn-details {
  background: linear-gradient(135deg, var(--primary-blue), var(--dark-blue));
  color: white;
}

.btn-details:hover {
  background: linear-gradient(135deg, var(--dark-blue), var(--primary-blue));
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(23, 92, 161, 0.3);
}

.btn-applys {
  background: linear-gradient(135deg, var(--accent-yellow), #e5a503);
  color: var(--dark-blue);
}

.btn-applys:hover {
  background: linear-gradient(135deg, #e5a503, var(--accent-yellow));
  color: var(--dark-blue);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(255, 183, 3, 0.4);
}

.btn-view-all {
  background: linear-gradient(135deg, var(--accent-red), #b91c2c);
  color: white;
  padding: 15px 40px;
  font-size: 1.1rem;
  border-radius: 30px;
}

.btn-view-all:hover {
  background: linear-gradient(135deg, #b91c2c, var(--accent-red));
  color: white;
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(215, 38, 56, 0.3);
}

/* Responsive Design */
@media (max-width: 768px) {
  .section-title {
    font-size: 2rem;
  }

  .course-image {
    height: 200px;
  }

  .course-content {
    padding: 20px;
  }

  .course-actions {
    flex-direction: column;
  }

  .btn {
    margin-bottom: 10px;
  }
}

@media (max-width: 576px) {
  .section-title {
    font-size: 1.8rem;
  }

  .course-stats {
    flex-direction: row;
    gap: 8px;
  }

  .course-stats span {
    text-align: center;
  }
}

/* Animation Effects */
@keyframes slideInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.course-card {
  animation: slideInUp 0.6s ease forwards;
}

.course-card:nth-child(1) {
  animation-delay: 0.1s;
}
.course-card:nth-child(2) {
  animation-delay: 0.2s;
}
.course-card:nth-child(3) {
  animation-delay: 0.3s;
}
.course-card:nth-child(4) {
  animation-delay: 0.4s;
}
.course-card:nth-child(5) {
  animation-delay: 0.5s;
}
.course-card:nth-child(6) {
  animation-delay: 0.6s;
}

/* css for footer */
.main-footer {
  background: linear-gradient(135deg, #0D3B66 0%, #0D3B66 100%);
  color: #ffffff;
  padding: 60px 0 0;
  /* margin-top: 50px; */
}

.footer-title {
  color: var(--accent-yellow);
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 25px;
  position: relative;
}

.footer-title::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 40px;
  height: 2px;
  background: var(--accent-yellow);
}

.footer-text {
  color: #ffffff;
  line-height: 1.7;
  margin-bottom: 25px;
  font-size: 0.95rem;
}

.social-links {
  display: flex;
  gap: 12px;
}

.social-link {
  width: 40px;
  height: 40px;
  background: rgba(255, 183, 3, 0.1);
  border: 1px solid var(--accent-yellow);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--accent-yellow);
  text-decoration: none;
  transition: all 0.3s ease;
}

.social-link:hover {
  background: var(--accent-yellow);
  color: var(--dark-blue);
  transform: translateY(-2px);
}

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

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

.footer-links a {
  color: #ffffff;
  text-decoration: none;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
  font-size: 0.95rem;
}

.footer-links a i {
  margin-right: 10px;
  font-size: 0.8rem;
  color: var(--accent-yellow);
  transition: margin-right 0.3s ease;
}

.footer-links a:hover {
  color: var(--accent-yellow);
  padding-left: 5px;
}

.footer-links a:hover i {
  margin-right: 15px;
}

.contact-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}

.contact-item i {
  color: var(--accent-yellow);
  font-size: 1.1rem;
  margin-right: 15px;
  margin-top: 3px;
  min-width: 20px;
}

.contact-item div p {
  color: #ffffff;
  margin: 0;
  line-height: 1.6;
  font-size: 0.95rem;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 183, 3, 0.2);
  padding: 25px 0;
  /* margin-top: 40px; */
}

.copyright,
.powered-by {
  margin: 0;
  color: #ffffff !important;
  font-size: 0.9rem;
}

.powered-by i {
  color: #ff4757;
  animation: heartbeat 1.5s ease-in-out infinite;
}

@keyframes heartbeat {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

/* Responsive Design */
@media (max-width: 768px) {
  .main-footer {
    padding: 40px 0 0;
  }

  .footer-title {
    font-size: 1.2rem;
    margin-bottom: 20px;
  }

  .contact-item {
    margin-bottom: 15px;
    align-items: start !important;
  }

  .footer-bottom {
    text-align: center;
    padding: 20px 0;
  }

  .footer-bottom .col-md-6:last-child {
    margin-top: 10px;
  }
}

@media (max-width: 576px) {
  .social-links {
    justify-content: center;
    margin-top: 20px;
  }

  .footer-links {
    text-align: center;
  }

  .contact-info {
    text-align: center;
  }

  .contact-item {
    justify-content: start;
    text-align: left;
  }
}

/* Application Modal Styles */
.application-modal {
  border: none;
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}

.application-modal .modal-header {
  background: linear-gradient(
    135deg,
    var(--primary-blue) 0%,
    var(--dark-blue) 100%
  );
  color: white;
  padding: 25px 30px;
  border: none;
  position: relative;
}

.application-modal .modal-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="20" cy="20" r="2" fill="rgba(255,183,3,0.1)"/><circle cx="80" cy="40" r="1.5" fill="rgba(255,183,3,0.1)"/><circle cx="40" cy="80" r="1" fill="rgba(255,183,3,0.1)"/></svg>');
  opacity: 0.3;
}

.modal-title-container {
  position: relative;
  z-index: 2;
}

.application-modal .modal-title {
  color: white;
  font-size: 1.8rem;
  font-weight: 600;
  margin: 0;
  display: flex;
  align-items: center;
}

.modal-subtitle {
  color: rgba(255, 255, 255, 0.8);
  margin: 5px 0 0 0;
  font-size: 1rem;
}

.application-modal .btn-close {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  padding: 10px;
  opacity: 1;
  position: relative;
  z-index: 3;
}

.application-modal .btn-close:hover {
  background: rgba(255, 255, 255, 0.3);
}

.application-modal .modal-body {
  padding: 30px;
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
}

.application-form .form-group {
  margin-bottom: 20px;
}

.application-form .form-label {
  color: var(--dark-blue);
  font-weight: 600;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  font-size: 0.95rem;
}

.application-form .form-label i {
  color: var(--accent-yellow);
  width: 16px;
}

.application-form .form-control,
.application-form .form-select {
  border: 2px solid #e9ecef;
  border-radius: 12px;
  padding: 12px 16px;
  font-size: 1rem;
  transition: all 0.3s ease;
  background: white;
}

.application-form .form-control:focus,
.application-form .form-select:focus {
  border-color: var(--primary-blue);
  box-shadow: 0 0 0 0.2rem rgba(23, 92, 161, 0.15);
  outline: none;
}

.application-form .form-control.is-valid {
  border-color: #28a745;
}

.application-form .form-control.is-invalid {
  border-color: var(--accent-red);
}

.form-feedback {
  font-size: 0.875rem;
  margin-top: 5px;
}

.form-feedback.valid-feedback {
  color: #28a745;
}

.form-feedback.invalid-feedback {
  color: var(--accent-red);
}

.form-check {
  padding: 15px;
  background: rgba(23, 92, 161, 0.05);
  border-radius: 10px;
  border: 1px solid rgba(23, 92, 161, 0.1);
}

.form-check-input:checked {
  background-color: var(--primary-blue);
  border-color: var(--primary-blue);
}

.form-check-label {
  color: var(--dark-gray);
  font-size: 0.9rem;
}

.terms-link {
  color: var(--primary-blue);
  text-decoration: none;
  font-weight: 500;
}

.terms-link:hover {
  color: var(--dark-blue);
  text-decoration: underline;
}

.application-modal .modal-footer {
  background: white;
  padding: 20px 30px;
  border: none;
  display: flex;
  gap: 15px;
}

.application-modal .btn {
  padding: 12px 30px;
  border-radius: 25px;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.3s ease;
  border: none;
}

.application-modal .btn-secondary {
  background: var(--dark-gray);
  color: white;
}

.application-modal .btn-secondary:hover {
  background: #1a1a1a;
  transform: translateY(-2px);
}

.application-modal .btn-primary {
  background: linear-gradient(135deg, var(--primary-blue), var(--dark-blue));
  color: white;
  flex: 1;
}

.application-modal .btn-primary:hover {
  background: linear-gradient(135deg, var(--dark-blue), var(--primary-blue));
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(23, 92, 161, 0.3);
}

/* Success Modal Styles */
.success-modal {
  border: none;
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.success-modal .modal-body {
  padding: 40px;
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
}

.success-icon {
  font-size: 4rem;
  color: #28a745;
  margin-bottom: 20px;
  animation: successPulse 1s ease-in-out;
}

.success-title {
  color: var(--dark-blue);
  font-weight: 600;
  margin-bottom: 15px;
}

.success-message {
  color: var(--dark-gray);
  margin-bottom: 25px;
  line-height: 1.6;
}

.success-modal .btn-success {
  background: linear-gradient(135deg, #28a745, #20c997);
  border: none;
  padding: 12px 30px;
  border-radius: 25px;
  font-weight: 600;
}

.success-modal .btn-success:hover {
  background: linear-gradient(135deg, #20c997, #28a745);
  transform: translateY(-2px);
}

/* Animation Effects */
@keyframes successPulse {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.application-modal.fade .modal-dialog {
  transform: scale(0.8) translateY(-50px);
  transition: all 0.3s ease;
}

.application-modal.show .modal-dialog {
  transform: scale(1) translateY(0);
}

/* Responsive Design */
@media (max-width: 768px) {
  .application-modal .modal-body {
    padding: 20px;
  }

  .application-modal .modal-header {
    padding: 20px;
  }

  .application-modal .modal-title {
    font-size: 1.5rem;
  }

  .application-modal .modal-footer {
    padding: 15px 20px;
    flex-direction: column;
  }

  .application-modal .btn {
    width: 100%;
    margin-bottom: 10px;
  }
}

/* contact us */

.map-placeholder {
  background: linear-gradient(135deg, var(--primary-blue), var(--dark-blue));
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.5rem;
  position: relative;
  overflow: hidden;
  cursor: pointer; /* added: indicate clickable */
}

/* overlay shown on top of the placeholder */
.map-placeholder .map-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  background: rgba(0, 0, 0, 0.32);
  color: #fff;
  z-index: 5;
  transition: opacity 0.35s ease;
}

/* Load button inside overlay */
.map-placeholder .btn-load {
  background: var(--accent-yellow);
  color: var(--dark-blue);
  padding: 10px 18px;
  border-radius: 30px;
  font-weight: 700;
  border: none;
  cursor: pointer;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18);
  transition: transform 0.18s ease;
}
.map-placeholder .btn-load:hover {
  transform: translateY(-3px);
}

/* Once loaded hide overlay smoothly */
.map-placeholder.map-loaded .map-overlay {
  opacity: 0;
  pointer-events: none;
}

/* iframe styles */
.map-placeholder .map-iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  z-index: 1;
}

/* ensure the original icon/text sits above iframe until loaded */
.map-placeholder .map-info {
  position: relative;
  z-index: 6;
  text-align: center;
}

.contact-hero {
  background: linear-gradient(
    135deg,
    var(--primary-blue) 0%,
    var(--dark-blue) 100%
  );
  color: white;
  padding: 100px 0 80px;
  position: relative;
  overflow: hidden;
}

.contact-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="20" cy="20" r="2" fill="rgba(255,183,3,0.1)"/><circle cx="80" cy="40" r="1.5" fill="rgba(255,183,3,0.1)"/><circle cx="40" cy="80" r="1" fill="rgba(255,183,3,0.1)"/></svg>');
  opacity: 0.3;
}

.contact-hero .container {
  position: relative;
  z-index: 2;
}

.hero-content {
  text-align: center;
  animation: fadeInUp 1s ease-out;
}

.contact-hero h1 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 20px;
  animation: slideInDown 1s ease-out;
}

.contact-hero p {
  font-size: 1.2rem;
  opacity: 0.9;
  max-width: 600px;
  margin: 0 auto;
  animation: fadeIn 1s ease-out 0.3s both;
}

/* Contact Cards Section */
.contact-cards {
  margin-top: -50px;
  position: relative;
  z-index: 3;
}

.contact-card {
  background: white;
  border-radius: 20px;
  padding: 40px 30px;
  text-align: center;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease;
  border: 2px solid transparent;
  position: relative;
  overflow: hidden;
  animation: slideInUp 0.8s ease-out;
}

.contact-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 183, 3, 0.1),
    transparent
  );
  transition: left 0.5s ease;
}

.contact-card:hover::before {
  left: 100%;
}

.contact-card:hover {
  transform: translateY(-10px);
  border-color: var(--accent-yellow);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}

.contact-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, var(--primary-blue), var(--dark-blue));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
  font-size: 2rem;
  color: white;
  transition: all 0.3s ease;
}

.contact-card:hover .contact-icon {
  background: linear-gradient(135deg, var(--accent-yellow), #e5a503);
  color: var(--dark-blue);
  transform: scale(1.1) rotate(360deg);
}

.contact-card h4 {
  color: var(--dark-blue);
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 1.3rem;
}

.contact-card p {
  color: var(--dark-gray);
  line-height: 1.6;
  margin-bottom: 20px;
}

.contact-link {
  color: var(--primary-blue);
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}

.contact-link:hover {
  color: var(--accent-red);
  transform: translateX(5px);
}

/* Main Contact Section */
.main-contact {
  padding: 80px 0;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.contact-form-container {
  background: white;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
}

.contact-form-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: linear-gradient(
    90deg,
    var(--primary-blue),
    var(--accent-yellow),
    var(--accent-red)
  );
}

.section-title {
  color: var(--dark-blue);
  font-weight: 700;
  margin-bottom: 30px;
  position: relative;
  text-align: center;
}

.section-title::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, var(--accent-yellow), var(--accent-red));
  border-radius: 2px;
}

.form-group {
  margin-bottom: 25px;
  position: relative;
}

.form-label {
  color: var(--dark-blue);
  font-weight: 600;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  font-size: 1rem;
}

.form-label i {
  color: var(--accent-yellow);
  margin-right: 10px;
  width: 20px;
}

.form-control {
  border: 2px solid #e9ecef;
  border-radius: 12px;
  padding: 15px 20px;
  font-size: 1rem;
  transition: all 0.3s ease;
  background: white;
  position: relative;
}

.form-control:focus {
  border-color: var(--primary-blue);
  box-shadow: 0 0 0 0.2rem rgba(23, 92, 161, 0.15);
  outline: none;
  transform: translateY(-2px);
}

.form-control::placeholder {
  color: #adb5bd;
  opacity: 1;
}

.contact-btn {
  background: linear-gradient(135deg, var(--primary-blue), var(--dark-blue));
  color: white;
  padding: 15px 40px;
  border: none;
  border-radius: 30px;
  font-weight: 600;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.contact-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
  transition: left 0.5s ease;
}

.contact-btn:hover::before {
  left: 100%;
}

.contact-btn:hover {
  background: linear-gradient(135deg, var(--dark-blue), var(--primary-blue));
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(23, 92, 161, 0.3);
}

/* Info Cards */
.info-card {
  background: white;
  border-radius: 15px;
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  border-left: 5px solid var(--accent-yellow);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.info-card::before {
  /*content: "";*/
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  /* background: linear-gradient(180deg, var(--accent-yellow), var(--accent-red)); */
  transition: width 0.3s ease;
}

.info-card:hover::before {
  width: 100%;
  opacity: 0.05;
}

.info-card:hover {
  transform: translateX(10px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}

.info-card h5 {
  color: var(--primary-blue);
  font-weight: 600;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}

.info-card h5 i {
  margin-right: 15px;
  font-size: 1.5rem;
  color: var(--accent-red);
}

.info-card p {
  color: var(--dark-gray);
  line-height: 1.6;
  margin: 0;
}

/* Map Section */
.map-section {
  padding: 60px 0;
  background: white;
}

.map-container {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  position: relative;
}

.map-placeholder {
  background: linear-gradient(135deg, var(--primary-blue), var(--dark-blue));
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.5rem;
  position: relative;
  overflow: hidden;
}

.map-placeholder::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="20" cy="20" r="2" fill="rgba(255,183,3,0.1)"/><circle cx="80" cy="40" r="1.5" fill="rgba(255,183,3,0.1)"/><circle cx="40" cy="80" r="1" fill="rgba(255,183,3,0.1)"/></svg>');
  opacity: 0.3;
}

.map-placeholder i {
  font-size: 3rem;
  margin-bottom: 15px;
  animation: bounce 2s infinite;
}

/* Quick Contact Bar */
.quick-contact {
  background: linear-gradient(135deg, var(--accent-red) 0%, #b91c2c 100%);
  padding: 60px 0;
  text-align: center;
  color: white;
  position: relative;
  overflow: hidden;
}

.quick-contact::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="20" cy="20" r="2" fill="rgba(255,255,255,0.1)"/><circle cx="80" cy="40" r="1.5" fill="rgba(255,255,255,0.1)"/><circle cx="40" cy="80" r="1" fill="rgba(255,255,255,0.1)"/></svg>');
  opacity: 0.3;
}

.quick-contact .container {
  position: relative;
  z-index: 2;
}

.quick-contact-btn {
  background: var(--accent-yellow);
  color: var(--dark-blue);
  padding: 15px 30px;
  border: none;
  border-radius: 50px;
  font-weight: 600;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
  margin: 0 10px;
  position: relative;
  overflow: hidden;
}

.quick-contact-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.3),
    transparent
  );
  transition: left 0.5s ease;
}

.quick-contact-btn:hover::before {
  left: 100%;
}

.quick-contact-btn:hover {
  background: #e5a503;
  color: var(--dark-blue);
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

/* Animations */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideInDown {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-5px);
  }
}

/* Responsive Design */
@media (max-width: 768px) {
  .contact-hero {
    padding: 80px 0 60px;
  }

  .contact-hero h1 {
    font-size: 2.5rem;
  }

  .contact-card {
    padding: 30px 20px;
  }

  .contact-form-container {
    padding: 30px 20px;
  }

  .info-card {
    padding: 25px 20px;
  }

  .quick-contact-btn {
    display: block;
    margin: 10px 0;
    width: 100%;
    max-width: 300px;
  }
}

@media (max-width: 576px) {
  .contact-hero h1 {
    font-size: 2rem;
  }

  .contact-icon {
    width: 60px;
    height: 60px;
    font-size: 1.5rem;
  }

  .section-title {
    font-size: 1.8rem;
  }
}

/* Page base */
/* gallery */
.gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin-top: 12px;
}
@media (max-width: 992px) {
  .gallery {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 680px) {
  .gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}
.gallery img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-radius: 8px;
  cursor: pointer;
  transition: transform 0.28s;
}
.gallery img:hover {
  transform: scale(1.03);
}

/* Lightbox */
.lightbox-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(8, 10, 18, 0.8);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  padding: 20px;
}
.lightbox-backdrop.open {
  display: flex;
}
.lightbox-content {
  max-width: 1100px;
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  background: #000;
}
.lightbox-content img {
  width: 100%;
  height: auto;
  display: block;
}




.testimonial-section {
  background: linear-gradient(90deg, #f8fbff 60%, #fff 100%);
  position: relative;
  overflow: hidden;
}
.testimonial-card {
  background: rgba(255,255,255,0.98);
  border: 1px solid #f3f3f3;
  position: relative;
  z-index: 2;
  transition: box-shadow .3s, transform .3s;
  margin: 20px;
}
.testimonial-card:hover {
  box-shadow: 0 12px 40px rgba(23,92,161,0.13);
  transform: translateY(-6px) scale(1.02);
}
.testimonial-quote {
  position: absolute;
  top: -18px;
  left: -8px;
}
.testimonial-avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid var(--accent);
  box-shadow: 0 2px 8px rgba(23,92,161,0.08);
  background: #fff;
}
.testimonial-bg {
  position: absolute;
  right: -40px;
  bottom: -40px;
  width: 120px;
  height: 120px;
  background: radial-gradient(circle at 40% 40%, var(--accent) 0%, transparent 70%);
  opacity: .18;
  z-index: 1;
}
.fade-in {
  opacity: 0;
  transform: translateY(30px) scale(.98);
  transition: all .7s cubic-bezier(.2,.9,.2,1);
}
.fade-in.in {
  opacity: 1;
  transform: translateY(0) scale(1);
}
@media (max-width: 768px) {
  .testimonial-card { padding: 1.5rem; }
  .testimonial-avatar { width: 44px; height: 44px; }
}
@media (max-width: 576px) {
  .testimonial-section { padding: 2rem 0; }
  .testimonial-card { padding: 1rem; }
}




.choose-text-gradient {
  background: linear-gradient(90deg, #175CA1 40%, #FFB703 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.choose-why-section {
  /* background: linear-gradient(120deg, #f8fbff 60%, #fff 100%); */
  overflow: hidden;
}
.choose-keypoint-card {
  background: #fff;
  border: 1px solid #f3f3f3;
  /* transition: box-shadow .3s, transform .3s; */
  position: relative;
  z-index: 2;
  cursor: pointer;
}
.choose-keypoint-card:hover {
  box-shadow: 0 18px 48px rgba(23,92,161,0.14) !important;
  transform: translateY(-8px) scale(1.04);
}
.choose-keypoint-icon {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  background: linear-gradient(120deg, #f8fbff 60%, #fff 100%);
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(23,92,161,0.08);
}
.choose-keypoint-bg {
  position: absolute;
  right: -30px;
  bottom: -30px;
  width: 80px;
  height: 80px;
  background: radial-gradient(circle at 40% 40%, var(--accent) 0%, transparent 70%);
  opacity: .13;
  z-index: 1;
  pointer-events: none;
}
.choose-why-deco {
  position: absolute;
  left: -80px;
  top: 0;
  width: 220px;
  height: 220px;
  background: radial-gradient(circle at 30% 30%, #175CA1 0%, transparent 70%);
  opacity: .08;
  z-index: 0;
  pointer-events: none;
}
.choose-fade-in {
  opacity: 0;
  transform: translateY(30px) scale(.98);
  transition: all .7s cubic-bezier(.2,.9,.2,1);
}
.choose-fade-in.in {
  opacity: 1;
  transform: translateY(0) scale(1);
}
@media (max-width: 768px) {
  .choose-keypoint-card { padding: 1.5rem; }
  .choose-keypoint-icon { width: 44px; height: 44px; }
}
@media (max-width: 576px) {
  .choose-why-section { padding: 2rem 0; }
  .choose-keypoint-card { padding: 1rem; }
}




/* course details css */



.course-details-page {
  margin:28px auto;
  padding:0 18px 80px;
  font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial;
  color:#222;
}

/* Hero */
.course-details-hero{
  position:relative;
  overflow:hidden;
  border-radius:var(--radius);
  padding:28px;
  color:#fff;
  background: radial-gradient(1200px 400px at 10% 10%, rgba(255,255,255,0.03), transparent 10%),
              linear-gradient(180deg,var(--primary),var(--dark));
  box-shadow:var(--shadow);
}
.course-details-program-badge{ display:inline-block; padding:6px 10px; background:rgba(255,255,255,0.12); border-radius:999px; font-weight:800; margin-bottom:12px; }
.course-details-hero h1{ margin:0 0 6px; font-size:1.6rem; letter-spacing:.2px; }
.course-details-hero p{ margin:0 0 14px; color:rgba(255,255,255,0.92); }

/* facts */
.course-details-fact{
  background:rgba(255,255,255,0.06);
  border-radius:12px;
  padding:10px;
  color:#fff;
  display:flex;
  gap:10px;
  align-items:center;
  transition:transform .18s ease;
}
.course-details-fact:hover{ transform:translateY(-6px); }
.course-details-fact .course-details-icon{ width:44px;height:44px;border-radius:10px;background:rgba(255,255,255,0.12);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:800; }

/* content area */
.course-details-card {
  background:#fff;
  border-radius:var(--card-radius);
  padding:16px;
  box-shadow: 0 18px 48px rgba(8,10,18,0.06);
}

/* syllabus accordion */
.course-details-syllabus .accordion-button { font-weight:800; }
.course-details-chips{ display:flex; gap:8px; flex-wrap:wrap; margin-top:10px; }
.course-details-chip{ background:var(--glass); padding:6px 10px; border-radius:999px; font-weight:700; color:var(--muted); }

/* career */
.course-details-career{ padding:12px; border-radius:10px; background:linear-gradient(90deg,#f8fbff, #ffffff); display:flex; gap:12px; align-items:center; transition:transform .18s ease; }
.course-details-career:hover{ transform:translateY(-6px); }
.course-details-cicon{ width:46px;height:46px;border-radius:10px;background:linear-gradient(90deg,var(--accent),#ffd37a); display:flex;align-items:center;justify-content:center; font-weight:900; color:var(--dark); }

/* apply strip */
.course-details-apply-strip{ margin-top:16px; padding:14px; border-radius:12px; display:flex; gap:12px; align-items:center; justify-content:space-between; background:linear-gradient(90deg, rgba(23,92,161,0.06), rgba(13,59,102,0.03)); }

/* animation helpers */
.course-details-fade-up{ opacity:0; transform:translateY(18px); transition: all .6s cubic-bezier(.2,.9,.2,1); }
.course-details-fade-up.in{ opacity:1; transform:translateY(0); }

/* responsive image */
.course-details-image{ width:100%; border-radius:10px; object-fit:cover; height:220px; }

/* small */
.course-details-kicker{ color:var(--muted); font-weight:700; }

@media (max-width:576px){
  .course-details-hero { padding:18px; }
  .course-details-image { height:160px; }
}





