* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Segoe UI", Arial, sans-serif;
}

/* Top Green Bar */
.top-bar {
  background-color: #87D83D;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px 40px;
  font-size: 14px;
}

.top-bar .social-icons i {
  margin-right: 12px;
  cursor: pointer;
}

.top-bar .contact-info {
  display: flex;
  align-items: center;
  gap: 20px;
}

.top-bar .contact-info i {
  margin-right: 8px;
}

/* Header Section */
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 40px;
  background-color: #fff;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  position: relative;
  z-index: 10;
}

/* Logo Section */
.logo {
  display: flex;
  align-items: center;
  gap: 10px;
}

.logo-icon {
  width: 36px;
  height: 36px;
  background: #2459f5;
  border-radius: 8px;
}

.logo-text h2 {
  font-size: 22px;
  font-weight: 700;
  color: #121212;
  font-family: "Poppins", sans-serif;
  margin-bottom: 2px;
}

.logo-text p {
  font-size: 13px;
  color: #555;
}

/* Navigation Links */
.nav a {
  text-decoration: none;
  color: #222;
  font-size: 16px;
  font-weight: 500;
  transition: color 0.3s ease;
}

.nav a:hover {
  color: #2459f5;
}

/* Contact Button */
.contact-btn {
  background: #2459f5;
  color: #fff !important;
  padding: 8px 18px;
  border-radius: 8px;
  font-weight: 500;
  transition: background 0.3s ease;
}

.contact-btn:hover {
  background: #0e43d6;
}

/* Mobile View */
@media (max-width: 768px) {
  .top-bar {
    flex-direction: column;
    gap: 5px;
    padding: 10px 20px;
    text-align: center;
  }

  .header {
    flex-direction: row;
    justify-content: space-between;
    padding: 15px 20px;
  }

  .nav .desktop-menu {
    display: none;
  }

  .menu-btn {
    display: block !important;
    background: #2459f5;
    color: #fff;
    border: none;
    padding: 6px 12px;
    border-radius: 6px;
  }
}

/* Desktop View */
@media (min-width: 769px) {
  .menu-btn {
    display: none;
  }
}

/* Overall section */
.why-choose-section {
  background-color: #FFFFFF;
  padding: 40px 0;
}

/* Subtitle */
.section-subtitle {
  color: #dbe5ff;
  font-size: 1.1rem;
}

/* Cards */
.why-card {
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid;
  border-radius: 12px;
  padding: 30px;
  height: 100%;
  transition: all 0.3s ease;
}

.why-card:hover {
  background-color: rgba(255, 255, 255, 0.1);
  transform: translateY(-5px);
}

/* Icons */
.why-card .icon {
  width: 50px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin-bottom: 15px;
}

/* Card text */
.why-card h5 {
  font-weight: 600;
  margin-bottom: 8px;
}

.why-card p {
  font-size: 0.95rem;
  color: #e0e7ff;
  margin: 0;
}

/* CTA box */
.cta-box {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 30px;
}

.cta-box h5 {
  color: #fff;
  margin-bottom: 10px;
}

.cta-box p {
  color: #dce4ff;
  margin-bottom: 15px;
}

.cta-box .btn {
  background-color: #fff;
  color: #1e53ff;
  font-weight: 500;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.cta-box .btn:hover {
  background-color: #f0f0f0;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .why-card {
    text-align: center;
  }

  .cta-box {
    text-align: center;
  }

  .cta-box img {
    max-width: 80%;
    margin-top: 15px;
  }
}


/* Section base */
.vision-mission-section {
  background-color: #ffffff;
  padding: 5px;
}

/* Subtitle */
.section-subtitle {
  color: #dbe5ff;
  font-size: 1.1rem;
}

/* Vision & Mission Cards */
.vm-card {
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(5, 5, 5, 0.2);
  border-radius: 15px;
  padding: 40px 30px;
  transition: all 0.3s ease;
  height: 100%;
}

.vm-card:hover {
  background-color: rgba(255, 255, 255, 0.1);
  transform: translateY(-5px);
}

/* Icons */
.vm-card .icon {
  width: 60px;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  margin-bottom: 20px;
}

/* Text styles */
.vm-card h4 {
  font-weight: 600;
  margin-bottom: 10px;
}

.vm-card p {
  color: #e0e7ff;
  font-size: 1rem;
  line-height: 1.6;
  margin: 0;
}

/* Responsive behavior */
@media (max-width: 768px) {
  .vision-mission-section {
    text-align: center;
  }

  .vm-card {
    text-align: center;
    padding: 30px 20px;
  }

  .vm-card .icon {
    margin: 0 auto 15px auto;
  }
}


body {
  background-color: #FFFFFF;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.contact-section h2 {
  color: #111827;
}

.contact-info i {
  color: #0d6efd;
}

.contact-info p {
  font-size: 0.95rem;
  color: #333;
}

.contact-form .form-control,
.contact-form .form-select {
  border-radius: 0.5rem;
  border: 1px solid #dee2e6;
  box-shadow: none;
}

.contact-form .form-control:focus,
.contact-form .form-select:focus {
  border-color: #0d6efd;
  box-shadow: 0 0 0 0.15rem rgba(13, 110, 253, 0.25);
}

.contact-form textarea {
  resize: none;
}

.btn-primary {
  background-color: #0d6efd;
  border: none;
  border-radius: 0.5rem;
  transition: all 0.3s ease;
}

.btn-primary:hover {
  background-color: #0b5ed7;
}

.contact-img img {
  width: 100%;
  border-radius: 0.75rem;
}




/*Footer Section*/
.footer-section {
  background-color: #0b1320;
  color: #a7c3ec !important;
}

.footer-section a {
  color: #d1d5db;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-section a:hover {
  color: #0d6efd;
}

.footer-section h6 {
  color: #fff;
}

.social-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.08);
  font-size: 1.1rem;
  transition: all 0.3s ease;
}

.social-links a:hover {
  background-color: #0d6efd;
  color: #fff;
}

.footer-links a {
  color: #9ca3af;
  text-decoration: none;
}

.footer-links a:hover {
  color: #0d6efd;
}

hr {
  border-color: rgba(255, 255, 255, 0.1);
}

/* Responsive adjustments */
@media (max-width: 767.98px) {
  .footer-section {
    text-align: center;
  }

  .social-links {
    justify-content: center;
  }

  .footer-links {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
}


/* About Page */
.about-section {
  background-color: #f9fbfd;
}

.about-section h2 {
  color: #0b0b2b;
}

.about-section .about-img img {
  width: 100%;
  object-fit: cover;
  border-radius: 15px;
}

.feature-box {
  background-color: #fff;
  transition: all 0.3s ease;
}

.feature-box:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

.feature-box .icon i {
  display: inline-block;
}

@media (max-width: 768px) {
  .about-section {
    text-align: center;
  }

  .feature-box {
    margin-bottom: 15px;
  }

  .about-section h4 {
    font-size: 1.25rem;
  }

  .about-section p {
    font-size: 0.95rem;
  }
}

/* ===== ABOUT SECTION ===== */
.about-section {
  background: #FFFFFF;
  color: #333;
}

.about-section h2 {
  font-size: 2.2rem;
  color: #111;
}

.about-section .text-primary {
  color: #1e53ff !important;
}

.about-section .lead {
  font-weight: 500;
  color: #555;
}

.about-content p {
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 1rem;
  color: #444;
}

/* Image styling */
.about-img {
  border-radius: 20px;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.about-img:hover {
  transform: scale(1.03);
  box-shadow: 0px 10px 30px rgba(30, 83, 255, 0.25);
}

/* Responsive spacing */
@media (max-width: 992px) {
  .about-section {
    text-align: center;
  }
  .about-content {
    text-align: left;
    padding: 0 10px;
  }
  .about-img {
    width: 90%;
  }
}

/* Smooth fade-in animation */
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(30px); }
  to { opacity: 1; transform: translateY(0); }
}

.about-section {
  animation: fadeInUp 0.9s ease-in-out;
}

/* Carousel Image Full Height */
.carousel-item {
  position: relative;
}

.carousel-item img {
  background-position: top;
  height: 70vh;
  object-fit: cover;
  width: 100%;
}

/* Black Overlay Behind Text */
.carousel-item::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
   /* keeps overlay behind text */
}

.no-bg::before{
  background: none !important;
}

/* Centered Caption Text */
.custom-caption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2; /* ensures text appears above overlay */
  text-align: center;
  color: #fff;
  width: 90%;
  padding: 0 10px;
}

/* Text Styling */
.custom-caption h6 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0.6rem;
  line-height: 1.5;
}

.custom-caption p {
  font-size: 0.95rem;
  margin-bottom: 1rem;
}

/* Button Styling */
.custom-caption .btn {
  padding: 8px 20px;
  font-size: 0.9rem;
  border-radius: 30px;
}

/* Responsive for Mobile */
@media (max-width: 576px) {
  .carousel-item img {
    height: 40vh;
  }

  .custom-caption h6 {
    font-size: 1rem;
  }

  .custom-caption p {
    font-size: 0.85rem;
  }
}


/* services */

/* ===== HERO SECTION ===== */
.services-hero {
  height: 50vh;
  background: linear-gradient(rgba(0, 40, 200, 0.7), rgba(0, 40, 200, 0.7)),
              url('https://images.unsplash.com/photo-1581090700227-1e37b190418e') center/cover no-repeat;
}

.services-hero h1 {
  font-size: 3rem;
}

.services-hero p {
  font-size: 1.2rem;
  opacity: 0.9;
}

/* ===== SERVICE CARDS ===== */
.service-card {
  background: #ffffff;
  padding: 30px 25px;
  text-align: center;
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
  height: 100%;
}

.service-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

/* Icons */
.service-card .icon {
  width: 70px;
  height: 70px;
  background: #e8efff;
  color: #1e53ff;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 32px;
  margin: 0 auto 20px auto;
}

.service-card h4 {
  font-weight: 600;
  margin-bottom: 10px;
}

.service-card p {
  color: #6c7890;
  font-size: 0.95rem;
  line-height: 1.5;
}

/* ===== CTA SECTION ===== */
.cta-section {
  background: #87D83D;
  padding: 60px 20px;
}

.cta-section .btn {
  font-weight: 600;
  border-radius: 50px;
  padding: 12px 40px;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
  .services-hero h1 {
    font-size: 2.2rem;
  }
  .services-hero p {
    font-size: 1rem;
  }
}
/* Top Image Section */
.top-image-section {
  width: 100%;
  position: relative;
}

.top-image-wrapper {
  position: relative;
  width: 100%;
  height: 55vh;
  overflow: hidden;
}

.top-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Black Overlay */
.top-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.55);
}

/* Text on the image */
.top-image-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 80%;
  color: #fff;
}

.top-image-text h1 {
  font-size: 3rem;
  font-weight: 700;
}

.top-image-text p {
  font-size: 1.2rem;
  margin-top: 10px;
  opacity: 0.9;
}

/* Responsive */
@media (max-width: 768px) {
  .top-image-wrapper {
    height: 40vh;
  }

  .top-image-text h1 {
    font-size: 2rem;
  }

  .top-image-text p {
    font-size: 1rem;
  }
}


/* ===== HERO TOP IMAGE ===== */
.clients-hero {
  height: 45vh;
  background: linear-gradient(rgba(0, 0, 40, 0.6), rgba(0, 0, 40, 0.6)),
              url('https://images.unsplash.com/photo-1581091012184-5c11a04a0b1a') center/cover no-repeat;
}

.clients-hero h1 {
  font-size: 3rem;
}

.clients-hero p {
  font-size: 1.1rem;
  opacity: 0.9;
}

/* ===== CLIENT GALLERY ===== */
.client-card {
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
}

.client-card img {
  width: 100%;
  object-fit: contain;
  transition: 0.3s ease;
} 

/* Hover effect */
.client-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

.client-card:hover img {
  filter: grayscale(0%);
}

/* Mobile adjustments */
@media (max-width: 768px) {
  .clients-hero {
    height: 30vh;
  }
  .clients-hero h1 {
    font-size: 2rem;
  }
}



/* Security Framework - styles (Bootstrap 5 required) */

/* Stage labels on the left */
.stage-label {
  background: linear-gradient(180deg, #0b6b4a 0%, #0d8a55 100%);
  color: #fff;
  padding: 0.6rem 0.9rem;
  border-radius: 6px;
  font-weight: 600;
  width: 100%;
  text-align: left;
  box-shadow: 0 4px 12px rgba(8, 50, 32, 0.12);
  font-size: 1rem;
}

/* Card look */
.card-service {
  background: linear-gradient(180deg, #0f8b4f 0%, #0a6b3e 100%);
  color: #fff;
  border: none;
  border-radius: 10px;
  box-shadow: 0 8px 18px rgba(7, 59, 36, 0.12);
  overflow: hidden;
}

/* Card content color adjustments for readability */
.card-service .card-body {
  background: linear-gradient(180deg, rgba(255,255,255,0.03), rgba(255,255,255,0.01));
  padding: 1.1rem 1.1rem;
}

/* Title style */
.card-service .card-title {
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 0.6rem;
  color: #f8fff9;
}

/* List inside card */
.card-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
  line-height: 1.6;
  color: rgba(255,255,255,0.95);
}

.card-list li::before {
  content: "•";
  margin-right: 0.6rem;
  color: #c8f3d9;
  display: inline-block;
  width: 1em;
}

/* Outcome paragraph */
.card-outcome {
  margin-top: 0.75rem;
  font-size: 0.95rem;
  color: rgba(255,255,255,0.95);
}

/* Responsive tweaks */
@media (max-width: 991.98px) {
  /* Stack label column on top for smaller screens */
  #security-framework .row > .col-lg-3 {
    order: 2;
  }
  #security-framework .row > .col-lg-9 {
    order: 1;
  }

  .stage-label {
    width: 100%;
    text-align: left;
    font-size: 0.98rem;
  }
}

/* Light variant if you want white cards instead (optional) */
.card-service.light {
  background: #fff;
  color: #0b6b4a;
}





/* Clients Section Styling */
#clients {
  background: #FFFFFF;
}

.section-title {
  font-size: 2rem;
  font-weight: 700;
  color: #0d6efd;
}

.section-subtitle {
  color: #6c757d;
  font-size: 1rem;
}

/* Client Card */
.client-card {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  padding-bottom: 15px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.client-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 18px rgba(0,0,0,0.12);
}

/* Client Image */
.client-img {
  width: 100%;
  height: 230px;
  object-fit: cover;  /* all images same size */
  border-bottom: 1px solid #e2e2e2;
}

/* Client Text Info */
.client-info {
  padding: 15px 12px 0px;
  text-align: center;
}

.client-info h5 {
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 5px;
  color: #0d6efd;
}

.client-info p {
  font-size: 0.9rem;
  color: #444;
  margin: 0;
}

.slider {
  height: 150px;
  overflow: hidden;
  position: relative;
  width: 100%;
  background: #fff;
}

.slider .slide-track {
  display: flex;
  width: calc(250px * 10); /* image-width * total-images */
  animation: scroll 20s linear infinite;
}

.slider .slide {
  height: 150px;
  width: 250px;
}

.slider .slide img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px * 5)); /* move by half items */
  }
}



/* clients-page */

.partner-section {
  padding: 40px 0;
}

.logo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  align-items: center;
}

.logo-box {
    background: #fff;
    border: 2px solid #87D83D;
    border-radius: 70px;
    padding: 30px 20px;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease;
}

.logo-box img {
  object-fit: contain;
}

/* Hover effect */
.logo-box:hover {
  border-color: #bfbfbf;
  box-shadow: 0 4px 12px rgba(0,0,0,0.12);
  transform: translateY(-3px);
}



/* Main Section */
.partner-scroll {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 20px 0;
}

/* Fade Edges */
.fade-left,
.fade-right {
  position: absolute;
  top: 0;
  width: 120px;
  height: 100%;
  z-index: 10;
  pointer-events: none;
}

.fade-left {
  left: 0;
  background: linear-gradient(to right, #fff 0%, rgba(255,255,255,0) 100%);
}

.fade-right {
  right: 0;
  background: linear-gradient(to left, #fff 0%, rgba(255,255,255,0) 100%);
}

/* Scrolling Track */
.scroll-track {
  display: flex;
  gap: 20px;
  align-items: center;
  width: max-content;
  animation: scroll-left 150s linear infinite;
}

/* PAUSE ON HOVER */
.partner-scroll:hover .scroll-track {
  animation-play-state: paused;
}

/* Logo Card */
.logo-box {
    background: #fff;
    border: 2px solid #87D83D;
    border-radius: 70px;
    padding: 30px 20px;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease;
}

.logo-box img {
    max-width: 130px;
    max-height: 60px;
    object-fit: contain;
}

/* footer Logo  Card */
.logo-boxx {
  background: #ffffff;
  border: 2px solid #e5e5e5;
  border-radius: 14px;
  width: 250px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

.logo-boxx img {
  max-width: 100%;
  max-height: 160px;
  object-fit: contain;
}

/* Infinite Scroll Animation */
@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}


/* Section Styling */
.products-section {
    text-align: center;
    padding: 60px 20px;
}

.section-title {
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 40px;
}

/* Grid */
.products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 2fr));
    gap: 10px;
    max-width: 1030px;
    margin: 0 auto;
}

/* Cards */
.product-card {
    background: #fff;
    border: 2px solid #004280;
    border-radius: 60px;
    padding: 10px 20px;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease;
}

.product-card img {
    max-width: 160px;
    max-height: 100px;
    object-fit: contain;
}

.product-card:hover {
    box-shadow: 0px 8px 25px rgba(0,0,0,0.12);
    transform: translateY(-4px);
}

/* Fade Animation */
.fade-item {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeIn 0.8s ease forwards;
}

/* Staggered Delay */
.fade-item:nth-child(1) { animation-delay: 0.1s; }
.fade-item:nth-child(2) { animation-delay: 0.2s; }
.fade-item:nth-child(3) { animation-delay: 0.3s; }
.fade-item:nth-child(4) { animation-delay: 0.4s; }
.fade-item:nth-child(5) { animation-delay: 0.5s; }
.fade-item:nth-child(6) { animation-delay: 0.6s; }
.fade-item:nth-child(7) { animation-delay: 0.7s; }
.fade-item:nth-child(8) { animation-delay: 0.8s; }
.fade-item:nth-child(9) { animation-delay: 0.9s; }
.fade-item:nth-child(10) { animation-delay: 1.0s; }

/* Fade Keyframes */
@keyframes fadeIn {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}





