@charset "utf-8";
/* CSS Document */
/* ===== NAVBAR ===== */
/* ================= SITE LOADER ================= */

.navbar {
  transition: all 0.3s ease;
}
.navbar.scrolled {
  background-color: # !important;
}
.navbar.scrolled .nav-link,
.navbar.scrolled .navbar-brand span {
  color: # !important;
}
.navbar-brand img {
 /* height: 50px;*/
  transition: height 0.3s;
}
.navbar.scrolled img {
  height: 40px;
}



.navbar {
  transition: all 0.3s ease;
}
.navbar.scrolled {
  background-color: #fff !important;
}
.navbar.scrolled .nav-link,
.navbar.scrolled .navbar-brand span {
  color: #458ffd !important;
}
.navbar-brand img {
  height: 80px;
  transition: height 0.3s;
}
.navbar.scrolled img {
  height: 40px;
}

.nav-link {
    display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: var(--bs-nav-link-font-size);
    font-weight: var(--bs-nav-link-font-weight);
    color:#458ffd;
    text-decoration: none;
    background: 0 0;
    border: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}


#site-loader {
  position: fixed;
  inset: 0;
  background-color: #ffffff; /* match site background #0b1020; */
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loader-content {
  text-align: center;
}

.loader-logo {
  width: 120px;
  max-width: 70%;
  margin-bottom: 20px;
}

/* Spinner */
.loader-spinner {
  width: 40px;
  height: 40px;
  border: 3px solid rgba(255, 255, 255, 0.2);
  border-top-color: #38bdf8;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

/*----------------------*/



/* ===== PAGE HEADER ===== */
.page-header {
  background: linear-gradient(135deg, #0d6efd, #0a58ca);
  color: #fff;
  padding: 80px 0;
}

/* ===== SERVICES ===== */
.service-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.12);
}
.icon-box {
  font-size: 42px;
  color: #0d6efd;
}

/* ===== BUTTON ===== */
.btn-primary:hover {
  background-color: #0a58ca;
  border-color: #0a58ca;
  transform: translateY(-2px);
  transition: all 0.3s ease;
}

.about-section {
  padding: 80px 20px;
  background: linear-gradient(135deg, #ffffff, #cccccc);
  color: #000000;
}

.about-content {
  max-width: 900px;
  margin: auto;
  text-align: center;
}

.section-title {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 30px;
  position: relative;
}

.section-title::after {
  content: "";
  width: 70px;
  height: 4px;
  background: #0d6efd;
  display: block;
  margin: 15px auto 0;
  border-radius: 2px;
}

.about-content p {
  font-size: 17px;
  line-height: 1.8;
  margin-bottom: 18px;
  color: #000000;
}

.vision-mission-section {
  padding: 80px 20px;
  background: #0a58ca;
  color: #ffffff;
}

.vm-card {
  background: linear-gradient(135deg, #111a3a, #0b1020);
  border-radius: 16px;
  padding: 35px;
  height: 100%;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.35);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.vm-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 55px rgba(0, 0, 0, 0.5);
}

.vm-icon {
  font-size: 40px;
  margin-bottom: 15px;
}

.vm-card h3 {
  font-size: 24px;
  margin-bottom: 15px;
  color: #ffffff;
}

.vm-card p {
  font-size: 16px;
  line-height: 1.8;
  color: #dbe1ff;
}

.vm-card ul {
  padding-left: 18px;
}

.vm-card ul li {
  margin-bottom: 10px;
  line-height: 1.6;
  color: #dbe1ff;
}

.why-choose-section {
  padding: 90px 20px;
  background: linear-gradient(135deg, #ffffff, #cccccc);
  color: #000000;
}

.section-subtitle {
  max-width: 850px;
  margin: 0 auto;
  text-align: center;
  font-size: 17px;
  color: #000000;
}

.wc-card {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 18px;
  padding: 35px;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: all 0.35s ease;
}

.wc-card:hover {
  transform: translateY(-8px);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.45);
}

.wc-card h3 {
  font-size: 22px;
  margin-bottom: 18px;
  position: relative;
}

.wc-card h3::after {
  content: "";
  width: 45px;
  height: 3px;
  background: #0d6efd;
  display: block;
  margin-top: 8px;
  border-radius: 2px;
}

.wc-card ul {
  padding-left: 18px;
}

.wc-card ul li {
  margin-bottom: 12px;
  font-size: 15.5px;
  line-height: 1.7;
  color: #000000;
}

.contact-section {  /* 0a58ca */
  padding: 90px 20px;
  background: #ffffff;
  color: #000000;
}

.contact-card {
  background: rgba(9, 88, 202, 0.5);  /* background: rgba(255, 255, 255, 0.05); */
  padding: 35px;
  border-radius: 18px;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.contact-card h4 {
  margin-bottom: 20px;
}

.contact-card h5 {
  margin-top: 20px;
  font-size: 17px;
}

.contact-card p,
.contact-card a {
  font-size: 15px;
  color: #000033;
}

.contact-card a {
  text-decoration: none;
}

.contact-card a:hover {
  color: #0d6efd;
}

.form-control {
  background: rgba(255, 255, 255, 0.08);
  border: none;
  color: #ffffff;
}

.form-control::placeholder {
  color: #b8c1ff;
}

.form-control:focus {
  box-shadow: none;
  border: 1px solid #0d6efd;
  background: rgba(255, 255, 255, 0.12);
}

.map-wrapper iframe {
  border-radius: 18px;
}

.form-map iframe {
  border-radius: 16px;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.35);
}

/* Form input text color fix */
.form-control {
  color: #ffffff !important;
}

/* Placeholder color */
.form-control::placeholder {
  color: #333333;
  opacity: 1;
}

/* On focus (when typing) */
.form-control:focus {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid #0d6efd;
  outline: none;
  box-shadow: none;
}

/* Textarea fix */
textarea.form-control {
  color: #ffffff;
}


/* ----F---- */
footer {
  background-color: #1c2237;
  color: #fff;
}
.footer-top {
  background-color: #5a4fcf;
  text-align: center;
  padding: 12px;
}
.social-icons a {
  color: #fff;
  margin: 0 10px;
  font-size: 18px;
}
.social-icons a:hover {
  color: #ffd700;
}
.footer-links h6 {
  border-bottom: 2px solid #5a4fcf;
  display: inline-block;
  padding-bottom: 5px;
}
.footer-links ul {
  list-style: none;
  padding: 0;
}
.footer-links ul li {
  margin-bottom: 6px;
}

footer a {
  text-decoration: none !important;
  transition: color 0.3s ease;
}

footer a:hover {
  text-decoration: none !important;
  color: #38bdf8 !important; /* brand accent */
}


/* ---T---- */
.back-to-top {
  position: fixed;
  bottom: 25px;
  right: 25px;
  width: 45px;
  height: 45px;
  background: #0d6efd;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 999;
  text-decoration: none;
}

.back-to-top.show {
  opacity: 1;
  visibility: visible;
}

.carousel-itemonea {
    background-image: url('images/contact.png');
    background-size: cover;      /* Makes the image cover the whole div */
    background-position: center; /* Center the image */
    background-repeat: no-repeat;
    height: 40vh;                /* Adjust height as needed (60% of viewport height) */
    min-height: 400px;           /* Optional: ensures it’s not too short on small screens */
}

@media (max-width: 768px) {
  .contact-image {
    height: 250px; 
  }
}