/* Common css */
body {
  padding-top: 90px;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  /* better than px */
  color: #333;
  overflow-x: hidden;
  user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}


.container {max-width: 1320px;}

/* HEADINGS */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  color: #0A2F6B;
  margin-bottom: 15px;
  line-height: 1.3;
}

/*  */
h1 {font-size: 2.5rem;}

h2 {font-size: 2rem;}

h3 {font-size: 1.5rem;}

/* Header css */
/* LOGO */
.logo-img {max-height: 85px;}

/* NAVBAR TEXT */
.nav-link {font-weight: 500; font-size: 15px;}

/* Hover */
.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover {color: #0A2F6B !important; font-weight: 600;}

/* BUTTON */
.btn {
  background-color: #1E73BE;
  font-size: 16px;
  line-height: 24px;
  color: white;
  border: none;
  padding: 12px 25px;
  border-radius: 6px;
}

.btn:hover {background-color: #0A2F6B; color: white;}

/* TRANSITIONS (light, optimized) */
a, button {transition: all 0.2s ease-in-out;}

/* FOOTER css */
.footer {background-color: #0A2F6B;}

/* HEADINGS WHITE */
.footer-title {color: #ffffff; font-weight: 600; margin-bottom: 15px;}

/* LINKS */
.footer-link {
  color: #cbd5e1;
  text-decoration: none;
  font-size: 14px;
  display: inline-block;
  margin-bottom: 8px;
  transition: 0.3s ease;
}

.footer-link:hover {
  color: #ffffff;
  transform: translateX(3px);
}

/* SOCIAL */
.footer-social {
  color: #cbd5e1;
  font-size: 18px;
  transition: 0.3s;
}

.footer-social:hover {color: #ffffff; transform: translateY(-3px);}

/* TEXT */
.footer p {color: #cbd5e1; font-size: 14px;}

.site-link {color: #cbd5e1; font-size: 14px;}

.site-link:hover {color: white}

/* common banner section css */
.inner-banner {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 450px;
  height: 60vh;
  max-height: 650px;
  display: flex;
  align-items: center;

}

/* OVERLAY */
.inner-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}

/* CONTENT ABOVE OVERLAY */
.banner-content {position: relative; z-index: 2;}

/* TITLE */
.banner-title {
  font-size: 42px;
  font-weight: 600;
  color: #fff;
}

/* BREADCRUMB */
.breadcrumb-custom {margin-top: 10px; font-size: 16px;}

.breadcrumb-custom a {color: #ffffff; text-decoration: none;}

.breadcrumb-custom span {color: #ddd;}

.bred-style:hover {color: #1E73BE;}

/* Home page css */
/* HERO SECTION */
.hero {
  height: 100vh;
  background: linear-gradient(rgba(10, 47, 107, 0.8), rgba(10, 47, 107, 0.8)),
    url("/images/hero-section.jpg") center/cover no-repeat;
  display: flex;
  align-items: center;
  text-align: center;
}

/* Hero Text */
.hero h1 {font-size: 45px; font-weight: 600; color: #fff;}

.hero p {
  font-size: 18px;
  color: #e5e7eb;
  max-width: 700px;
  margin: auto;
}

.btn-1 {
  background-color: #1E73BE;
  color: white;
  font-size: 16px;
  line-height: 24px;
  border: none;
  font-weight: 600;
  padding: 12px 25px;
  border-radius: 6px;
}

.btn-1:hover {
  background-color: #fff;
  color: #1E73BE;
}

.btn-2 {
  background-color: #fff;
  color: #1E73BE;
  font-size: 16px;
  line-height: 24px;
  border: none;
  font-weight: 600;
  padding: 12px 25px;
  border-radius: 6px;
}

.btn-2:hover {background-color: #1E73BE; color: #fff;}

/* SERVICE BOX */
.services-section {
  background: #f8f9fa;
}

.service-card.service-1 {
  background-color: #dfecff;
  border: 1px solid rgba(10, 47, 107, 0.08);
  border-radius: 10px;
  transition: 0.3s;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
}

.service-card.service-2 {
  background-color: #dfecff;
  border: 1px solid rgba(10, 47, 107, 0.08);
  border-radius: 10px;
  transition: 0.3s;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
}

/* CARD */

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12);
}

/* ICON CIRCLE */
.icon-circle {
  width: 60px;
  height: 60px;
  margin: auto;
  border-radius: 50%;
  background-color: rgba(10, 47, 107, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-circle i {font-size: 22px; color: #0A2F6B;}

/* HOVER EFFECT */
.service-card:hover .icon-circle {background-color: #0A2F6B;}

.service-card:hover .icon-circle i {color: #fff;}

/* TESTIMONIAL SECTION */
.testimonial-section {background: #0A2F6B;}

.swiper .card {
  border-radius: 12px;
}

.quotes {color: #1E73BE;}

.swiper .fa-quote-left {opacity: 0.8;}

.swiper {
  padding-bottom: 40px;
}

/* dots style */
span.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.4);
  opacity: 1;
  margin: 0 4px;
}

/* active dot */
span.swiper-pagination-bullet-active {background: #fff;}

/* position fix */
.swiper-pagination {bottom: 0;}

.contact-section img {max-height: 420px; object-fit: cover;}

/* about page  css */
#about-impact {background: #c3ced6;}

.about-highlight-box {
  background: #f8f9fa;
  border-left: 5px solid #1E73BE;
  border-radius: 10px;
}

.value-icon {
  font-size: 22px;
  color: #1E73BE;
  margin-bottom: 10px;
  display: inline-block;
}

/* service page css */
.service-card {
  background: #ffffff;
  border-radius: 14px;
  border: 1px solid rgba(10, 47, 107, 0.08);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(10, 47, 107, 0.12);
  border-color: rgba(10, 47, 107, 0.2);
}

.service-card h5 {
  color: #0A2F6B;
  font-weight: 600;
  margin-bottom: 10px;
}

.service-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: #0A2F6B;
}

.service-points {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 10px;
}

.service-points .point {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 10px 12px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 10px;
  transition: 0.3s ease;
}

.service-points .point i {
  color: #1E73BE;
  margin-top: 3px;
  font-size: 16px;
}

.sub-head-style {
  color: #1E73BE;
}

.service-points .point:hover {
  transform: translateX(5px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
}

.service-detail img {
  max-height: 380px;
  object-fit: cover;
}

html {
  scroll-behavior: smooth;
}

/* FIX for anchor scroll hiding content under header */
.service-detail {
  scroll-margin-top: 100px;
  /* adjust if your navbar is bigger */
}

.service-points .point {
  display: flex;
  align-items: center;
  /* THIS centers icon with text vertically */
  gap: 12px;
}

.service-points .point i {
  color: #1E73BE;
  font-size: 18px;
  min-width: 20px;
}

.service-points .point span {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}

section {
  scroll-margin-top: 100px;
}

/* contact page css */

/* LIGHT PROFESSIONAL BACKGROUND */
.contact-section {
  background: #f5f7fb;
  /* better than bootstrap light */
}

/* CONTACT BOX */
.contact-box {
  background: #ffffff;
  border-radius: 12px;
  transition: 0.3s;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.contact-box:hover {
  transform: translateY(-6px);
}

/* BIGGER ICON */
.contact-icon {
  font-size: 40px;
  color: #1E73BE;
}

/* FORM INPUT */
.contact-form input,
.contact-form textarea {
  border-radius: 6px;
}

.contact-link {
  color: #6c757d;
  /* same as text-muted */
  text-decoration: none;
  transition: 0.3s;
}

.contact-link:hover {text-decoration: underline; color: #0A2F6B;}

.form-select{color: #6c757d;}
.form-select:focus{color: #212529;}

/* cta section */
.cta-section {
  padding: 55px 0;
  background: #c3ced6;
  color: #fff;
}

.cta-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.cta-content h2 {  
  margin-bottom: 8px;
  color: #0A2F6B;
}

.cta-content p {
  margin: 0;
  font-size: 15px;
  color: #6c757d;
}

/* BUTTONS */
.cta-action {
  display: flex;
  gap: 12px;
}

/* Primary button */
.cta-action .btn-primary {
  background: #1E73BE;
  border: none;
  color: #fff;
  padding: 10px 18px;
  border-radius: 6px;
  font-size: 16px;
}

.cta-action .btn-primary:hover {background: #0A2F6B;}

/* Outline button */
.cta-action .btn-outline {
  background: transparent;
  border: 1px solid #0A2F6B;
  color: #0A2F6B;
  padding: 10px 18px;
  border-radius: 6px;
  font-size: 16px;
}

.cta-action .btn-outline:hover {background: #1E73BE; border: 1px solid #1E73BE; color: #fff;}

/* Responsive */
@media (max-width: 1400px) {
  .row {--bs-gutter-x: 1.3rem;}
  html, body {overflow-x: clip;}
  .img-fluid{width: 100%;}
}
@media (max-width: 767px) {  
  h1 {font-size: 2rem;}   
  h2 {font-size: 1.6rem;} 
  h3 {font-size: 1.3rem;}
  h5 {font-size: 1.1rem;}
  .hero h1{font-size: 30px;}
  .cta-box {justify-content: center;}
  .cta-content h2, .cta-content p{text-align: center;}
  .logo-img{max-height: 50px; width: auto;}
}