/* Navbar Custom */
/* Navbar Background */
.navbar-custom {
  background-color: #0b1f3a;
  padding: 10px 0;
}

/* Logo Text Styling */
.navbar-brand .brand-text {
  color: white;
  font-weight: 600;
  font-size: 20px;
  transition: color 0.3s ease;
}

.navbar-brand .brand-text:hover {
  color: #ffaa1d; /* Orange hover */
}

/* Navbar Links */
.navbar-custom .nav-link {
  color: white;
  font-weight: 500;
  margin: 0 8px;
  transition: color 0.3s ease;
}

.navbar-custom .nav-link:hover {
  color: #ffaa1d;
}

/* Quote Button */
.quote-btn {
  background-color: #ffaa1d;
  color: white !important;
  padding: 8px 14px;
  border-radius: 4px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.quote-btn:hover {
  background-color: #e69500;
  color: white;
}

/* Responsive Alignment */
@media (max-width: 768px) {
  .navbar-brand .brand-text {
    font-size: 18px;
  }

  .quote-btn {
    margin-top: 10px;
  }
}


/* Hero Section */
.hero-section {
    background: url('image/website\ background.jpg') no-repeat center center/cover;
    min-height: 80vh;
    position: relative;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 0;
    text-align: left;
}

.hero-content {
    /* background: rgba(0, 0, 0, 0.5);  */
    padding: 30px;
    border-radius: 10px;
}

.highlight {
    color: #ffaa1d;
}

.service-cards {
    background-color: #fff;
    padding: 40px 20px;
    border-radius: 10px;
    margin-top: -40px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.service-icon {
    width: 40px;
    height: 40px;
}

/* Brand Section */
.brand-box {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.brand-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}
.brand-section {
  background: #f8f9fa; /* Light grey background */
}
/* Responsive Fixes */
@media (max-width: 767px) {
    .hero-content {
        text-align: center;
    }

    .navbar-custom .form-control,
    .navbar-custom .form-select {
        margin-top: 10px;
        width: 100%;
    }

    .service-cards .col-6 {
        text-align: center;
    }

    .brand-logos img {
        width: 80px;
        margin: 5px;
    }
}

.about-section {
  background-color: #fff;
  font-family: 'Inter', sans-serif;
}



/* Gradient Button */
.btn-gradient {
  background: linear-gradient(135deg, #0f50a5, #ffaa1d);
  color: white;
  /* border: none; */
}



/* .text-primary {
  color: #5725e4 !important;
} */

/* service section  */
/* .services-section {
  background: linear-gradient(135deg, #f9f9fb, #f0f2f5);
  font-family: 'Inter', sans-serif;
}

.text-primary {
  color: #5725e4 !important;
}

.service-card {
  transition: all 0.3s ease;
}

.service-card:hover {
  box-shadow: 0 6px 15px rgba(0,0,0,0.1);
  transform: translateY(-5px);
}

.icon-wrapper {
  background: linear-gradient(135deg, #5725e4, #3d0fff);
  padding: 10px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.line-gradient {
  height: 2px;
  width: 40px;
  background: linear-gradient(90deg, #5725e4, #3d0fff);
  border: none;
  margin: 10px 0;
}


 */
.services-section {
  background: linear-gradient(135deg, #f9f9fb, #f0f2f5);
  font-family: 'Inter', sans-serif;
}

.text-primary {
  color: #5725e4 !important;
}

.service-card {
  transition: all 0.3s ease;
  min-height: 300px;
}

.service-card:hover {
  box-shadow: 0 6px 15px rgba(0,0,0,0.1);
  transform: translateY(-5px);
}

.icon-wrapper {
  background: linear-gradient(135deg, #5725e4, #ffaa1d);
  padding: 10px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.line-gradient {
  height: 2px;
  width: 40px;
  background: linear-gradient(90deg, #5725e4, #ffaa1d);
  border: none;
  margin: 10px 0;
}

/* Swiper custom size */
/* .custom-nav-btn {
  background-color: #ffaa1d;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}

.swiper-pagination-bullet {
  background: #ffaa1d;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: #5e2ced;
} */

.swiper-button-next,
.swiper-button-prev {
  color: #ffaa1d;
}


/* contact  */
.contact-section {
  background: #f8f9fb;
}

.icon-circle {
  width: 45px;
  height: 45px;
  background: #0b1f3a;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

.social-icon {
  width: 36px;
  height: 36px;
  background: #0b1f3a;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.social-icon:hover {
  background: #ffaa1d;
  text-decoration: none;
}
/* footer  */
 .footer {
      background-color: #0b1f3a;
      padding: 50px 0 20px;
    }

    .footer h5 {
      color: #fff;
      margin-bottom: 20px;
    }

    .footer a {
      color: #ccc;
      text-decoration: none;
    }

    .footer a:hover {
      color: #fff;
    }

    .footer .social-icons a {
      margin: 0 8px;
      font-size: 20px;
      color: #fff;
    }

    .newsletter-input {
      border-radius: 30px;
      padding: 10px 15px;
      border: none;
      width: 100%;
      max-width: 280px;
    }

/* .btn-signup {
      background-color: #2b6ef0;
      border: none;
      padding: 10px 25px;
      border-radius: 30px;
      margin-top: 10px;
      color: #fff;
    } */



    .footer-bottom {
      border-top: 1px solid #1f3551;
      padding-top: 15px;
      margin-top: 30px;
      font-size: 14px;
      color: #aaa;
    }

    .top-footer-section {
      background-color: #0b1d39;
      border-bottom: 1px solid #1f3551;
      padding: 15px 0;
    }
   .top-footer-section .social-icons a {
      font-size: 18px;
      margin-left: 15px;
      color: white;
      transition: color 0.3s ease;
    }

    .top-footer-section .social-icons a:hover {
      color: #ffaa1d;
    }
