:root {
--blue: #123A63;
--red: #C62828;
--green: #2E7D32;
--dark: #111111;
--light: #F8F9FA;
}


body {
font-family: 'Segoe UI', sans-serif;
color: var(--dark);
}


.navbar {
background: var(--blue);
}


.navbar-brand img {
height: 45px;
}


.nav-link {
color: #fff !important;
margin-left: 15px;
}


.nav-link:hover {
color: var(--green) !important;
}


.hero {
background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url('assets/images/hero.jpg') center/cover;
color: #fff;
padding: 120px 0;
}


.section-title {
color: var(--blue);
font-weight: 700;
}


.btn-primary {
background: var(--red);
border: none;
}


.btn-primary:hover {
background: #a51f1f;
}


.service-card {
border: none;
transition: 0.3s;
}


.service-card:hover {
transform: translateY(-6px);
box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}


footer {
background: var(--dark);
color: #fff;
}


.whatsapp-btn {
position: fixed;
bottom: 20px;
right: 20px;
background: #25d366;
color: #fff;
padding: 14px 18px;
border-radius: 50%;
font-size: 22px;
z-index: 1000;
}

html, body {
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
}

main {
  flex: 1;
}

.site-footer {
  margin-top: auto;
}

/* CTA STRIP */
.footer-cta {
  background: #ffffff;
  padding: 40px 0;
  border-top: 1px solid #e5e5e5;
}

.footer-cta small {
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #777;
}

.footer-cta h2 {
  font-size: 42px;
  font-weight: 700;
  margin: 5px 0 0;
  color: #111;
}

.cta-btn {
  width: 70px;
  height: 70px;
  background: #C62828;
  color: #fff;
  border-radius: 50%;
  font-size: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.cta-btn:hover {
  background: #a51f1f;
}

/* MAIN FOOTER */
.footer-main {
  background: radial-gradient(circle at top, #2b2b2b, #000);
  color: #ccc;
  padding: 60px 0;
}

.footer-main h6 {
  color: #fff;
  margin-bottom: 15px;
  font-weight: 600;
}

.footer-main a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}

.footer-main a:hover {
  text-decoration: underline;
}

.footer-brand {
  color: #fff;
  font-size: 28px;
  font-weight: 600;
}

/* SOCIAL */
.social-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-right: 10px;
  border: 1px solid #444;
  border-radius: 50%;
  color: #fff;
  font-size: 16px;
  transition: 0.3s;
}

.social-links a:hover {
  background: #C62828;
  border-color: #C62828;
  color: #fff;
}


/* BOTTOM */
.footer-bottom {
  background: #000;
  color: #777;
  padding: 15px 0;
  font-size: 14px;
}
.products-section {
  background: #f8f9fa;
}

.product-card {
  background: #fff;
  padding: 35px;
  height: 100%;
  border-left: 4px solid #123A63;
  transition: 0.3s;
}

.product-card h5 {
  font-weight: 600;
  margin-bottom: 10px;
  color: #123A63;
}

.product-card p {
  color: #555;
  font-size: 15px;
}

.product-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.12);
  border-left-color: #C62828;
}

.contact-section {
  background: #f7f9fc;
}

.contact-card {
  background: #fff;
  padding: 30px;
  border-radius: 6px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.08);
}

.section-title {
  font-size: 28px;
  font-weight: 700;
  color: var(--primary-color);
}

.section-subtitle {
  margin-bottom: 25px;
  color: #555;
}

.form-label {
  font-weight: 600;
}

.form-control {
  border-radius: 4px;
}

.office-block h5 {
  font-weight: 700;
  color: var(--primary-color);
  margin-bottom: 10px;
}

.office-block i {
  margin-right: 6px;
  color: var(--accent-color);
}

.email-line {
  font-weight: 600;
}

.captcha-box {
  border: 1px solid #ccc;
  padding: 12px;
  width: 220px;
  text-align: center;
  font-size: 14px;
  color: #777;
}

/* Mobile */
@media (max-width: 768px) {
  .contact-card {
    padding: 20px;
  }
}
.home-about {
  background: #ffffff;
}

.home-about p {
  color: #555;
  line-height: 1.7;
}

.mission-vision {
  background: #f8f9fa;
}

.mv-card {
  background: #fff;
  padding: 30px;
  height: 100%;
  border-left: 5px solid var(--primary-color);
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
}

.mv-card h3 {
  font-weight: 700;
  margin-bottom: 15px;
  color: var(--primary-color);
}

.mv-card p {
  color: #555;
  line-height: 1.6;
}
.mission-vision {
  background: #ffffff;
}

.mv-title {
  font-size: 42px;
  font-weight: 800;
  letter-spacing: 1px;
  margin-bottom: 15px;
}

.mv-light {
  color: #0b2a4a; /* dark blue / navy */
}

.mv-highlight {
  color: #b11217; /* red */
  position: relative;
  padding-bottom: 5px;
}

.mv-highlight::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 70px;
  height: 4px;
  background-color: #b11217;
}

.mv-text {
  max-width: 800px;
  font-size: 16px;
  color: #555;
  line-height: 1.7;
}
.who-we-are {
  font-size: 40px;
  font-weight: 800;
  letter-spacing: 1px;
  margin-bottom: 20px;
  
}

.blue-text {
  color: #0b2a4a; /* Blue */
}

.green-text {
  color: #2e7d32; /* Green */
}

.red-text {
  color: #b11217; /* Red */
}

/* Mobile */
@media (max-width: 768px) {
  .who-we-are {
    font-size: 32px;
  }
}
.section-subtitle{
  margin-bottom: 25px;
  color: #a31b1b;
  font-family: Arial, Helvetica, sans-serif;
}

.clients-section {
  background: #f8f9fa;
}

.logo-slider {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.logo-track {
  display: flex;
  width: calc(250px * 10);
  animation: scroll 30s linear infinite;
}

.logo-track img {
  width: 180px;
  margin: 0 30px;
  filter: grayscale(100%);
  opacity: 0.7;
  transition: all 0.3s ease;
}

.logo-track img:hover {
  filter: grayscale(0);
  opacity: 1;
  transform: scale(1.05);
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* Mobile */
@media (max-width: 768px) {
  .logo-track img {
    width: 130px;
    margin: 0 15px;
  }
}

.why-choose-us {
  background: #f8f9fa;
}

.wc-title {
  font-size: 42px;
  font-weight: 800;
}

.wc-blue {
  color: #0b2a4a;
}

.wc-red {
  color: #b11217;
  position: relative;
}

.wc-red::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 70px;
  height: 4px;
  background: #b11217;
}

.wc-item {
  display: flex;
  gap: 20px;
  background: #fff;
  padding: 25px;
  border-left: 5px solid #0b2a4a;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
  height: 100%;
}

.wc-icon {
  font-size: 36px;
  min-width: 50px;
  color: #0b2a4a;
}

.wc-item h5 {
  font-weight: 700;
  margin-bottom: 8px;
  color: #b11217;
}

.wc-item p {
  margin: 0;
  color: #555;
  line-height: 1.6;
}

/* Mobile */
@media (max-width: 768px) {
  .wc-title {
    font-size: 32px;
  }

  .wc-item {
    flex-direction: column;
  }
}


.hero-carousel {
  position: relative;
}

.hero-slide {
  height: 85vh;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
}

.hero-overlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.55); /* dark overlay */
  display: flex;
  align-items: center;
}

.hero-carousel h1,
.hero-carousel p {
  color: #fff;
}

/* Mobile */
@media (max-width: 768px) {
  .hero-slide {
    height: 65vh;
  }
}
.page-banner {
  background: linear-gradient(rgba(0,0,0,.6), rgba(0,0,0,.6)),
              url('../images/banner/about-banner.jpg') center/cover no-repeat;
  padding: 50px 0;
  color: #fff;
}

.page-banner h1 {
  font-size: 48px;
  font-weight: 800;
}

.page-banner p {
  margin-top: 10px;
  font-size: 16px;
}
.service-card {
  background: #fff;
  padding: 25px;
  border-left: 5px solid #0b2a4a;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
  height: 100%;
}

.service-card h5 {
  font-weight: 700;
  color: #b11217;
  margin-bottom: 10px;
}

.service-list {
  list-style: none;
  padding-left: 0;
}

.service-list li {
  padding-left: 25px;
  margin-bottom: 10px;
  position: relative;
}

.service-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #b11217;
  font-weight: bold;
}

.benefits-box {
  background: #f8f9fa;
  padding: 25px;
  border-left: 5px solid #b11217;
}

.benefits-box h5 {
  font-weight: 700;
  margin-bottom: 15px;
}

.products-section {
  background: #f9f9f9;
}

.product-card {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
  height: 100%;
}

.product-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.product-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.12);
}

.product-info {
  padding: 15px;
  text-align: center;
}

.product-info h6 {
  font-weight: 700;
  color: #0b2a4a;
  margin-bottom: 4px;
}

.product-info span {
  font-size: 13px;
  color: #777;
}
