/* Global styles */

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }
  
  body {
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    padding: 0;
  }
  a, a:active, a:focus {
    color: #333;
    text-decoration: none;
    transition: all .2s ease-in-out;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
}

span, a, a:hover {
    display: inline-block;
    text-decoration: none;
    color: inherit;
}

.section-header {
    margin-bottom: 60px;
}

.section-header h4 {
    position: relative;
    padding: 0;
    color: #00d9ff;
    line-height: 1;
    letter-spacing: 0.3px;
    font-size: 34px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
}

.section-header h4:before {
    content: '';
    width: 60px;
    height: 3px;
    background: #00d9ff;
    position: absolute;
    left: 0px;
    bottom: -10px;
    right: 0;
    margin: 0 auto;
}

.section-header h4 span {
    font-weight: 700;
    padding-bottom: 5px;
    color: #2f2f2f;
}

p.service-description {
    color: #cccccc !important;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
}

.section-header p, p.info-line {
    color: #818181;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
}

.extra-text {
    font-size: 34px;
    font-weight: 700;
    color: #2f2f2f;
    margin-bottom: 25px;
    position: relative;
}

.extra-text::before {
    content: '';
    width: 60px;
    height: 3px;
    background: #00d9ff;
    position: absolute;
    left: 0px;
    bottom: -10px;
    right: 0;
    margin: 0 auto;
}

.extra-text span {
    font-weight: 700;
    color: #00d9ff;
}

.feature-item {
    background: #fff;
    text-align: center;
    padding: 30px 25px;
    box-shadow: 0 0px 25px rgba(0, 0, 0, 0.07);
    border-radius: 20px;
    border: 5px solid rgba(0, 0, 0, 0.07);
    margin-bottom: 30px;
    transition: all 0.5s ease;
}

.feature-item:hover {
    background: #00d9ff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.feature-item:hover h6, .feature-item:hover p {
    color: #fff;
}

.feature-item .icon-box {
    font-size: 40px;
    margin-bottom: 25px;
    color: #00d9ff;
    width: 90px;
    height: 90px;
    line-height: 96px;
    border-radius: 50%;
}

.feature_one {
    background: rgba(247, 198, 5, 0.20);
}

.feature_two {
    background: rgba(255, 77, 28, 0.15);
}

.feature_three {
    background: rgba(0, 147, 38, 0.15);
}

.feature_four {
    background: rgba(0, 108, 255, 0.15);
}

.feature_five {
    background: rgba(146, 39, 255, 0.15);
}

.feature_six {
    background: rgba(23, 39, 246, 0.15);
}

.feature-item p {
    font-size: 15px;
    line-height: 26px;
}

.feature-item h6 {
    margin-bottom: 20px;
    color: #2f2f2f;
}

.mission-info p {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 28px;
    font-weight: 500;
}

.mission-info i {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #00d9ff;
    border-radius: 50%;
    color: #fff;
    font-size: 25px;
}

.mission-info .small-description {
    margin-left: 10px;
    font-size: 13px;
    color: #666;
}

.skill-set {
    padding-top: 0px;
}

.skill-item {
    margin-bottom: 25px;
}

.skill-item p {
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 10px;
}

.skill-progress {
    width: 100%;
    height: 10px;
    background: #e0e0e0;
    border-radius: 20px;
    position: relative;
}

.skill-progress span {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #00d9ff;
    width: 10%;
    border-radius: 10px;
    transition: all 1s;
}

.skill-progress span:after {
    content: attr(data-value);
    position: absolute;
    top: -5px;
    right: 0;
    font-size: 10px;
    font-weight: 600;
    color: #fff;
    background: rgba(0, 0, 0, 0.9);
    padding: 3px 7px;
    border-radius: 30px;
}
.floating-buttons {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  z-index: 1000;
}

.floating-buttons a {
  display: inline-block;
  background-color: #25d366; /* WhatsApp green color */
  border-radius: 50%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
}

.floating-buttons a:hover {
  transform: scale(1.1);
}

.floating-buttons img {
  width: 48px;
  height: 48px;
}
  
  /* Navbar styles */
  
  .navbar {
    padding: 1rem;
    background-color: #00d9ff;
  }
  
  .navbar-toggler {
    border: none;
    background-color: #ff0000;
    padding: 10px;
  }
  
  .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    background-size: 20px;
    background-position: center;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
  }
  
  .navbar-brand img {
    width: 100px;
    height: 80px;
    margin: 0;
    padding: 0;
  }
  
  .navbar-brand {
    padding: 0;
    margin: 0;
  }
  
  .navbar-nav {
    margin-left: auto;
  }
  
  .nav-item {
    margin-right: 20px;
  }
  
  .nav-link {
    color: #fff;
    text-decoration: none;
  }
  
  .nav-link:hover {
    color: #ccc;
  }
  
  .cta-btn {
    background-color: #ff69b4;
    color: #fff;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
  }
  
  .navbar .btn-primary {
    background-color: #ff5100;
    border-color: #ff5100;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
    margin-left: 20px;
    padding: 10px 20px;
    color: #fff;
    font-weight: bold;
  }
  
  .navbar .btn-primary:hover {
    background-color: #00d9ff;
    border-color: #00d9ff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  }
  .sliding-banner {
    width: 100%;
    height: 500px;
    overflow: hidden;
    position: relative;
  }
  
          /* Custom CSS for the sliding banner */
          .sliding-banner .carousel-item {
            position: relative;
            height: 80vh;
            background-size: cover;
            background-position: center center;
        }

        .sliding-banner img {
            object-fit: cover;
            width: 100%;
            height: 100%;
            opacity: 0.7; /* Add transparency to images */
        }

        /* Overlay for text */
        .carousel-caption {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            text-align: center;
            background: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
            padding: 20px;
            border-radius: 10px;
        }

        .carousel-caption h2 {
            font-size: 3rem;
            font-weight: bold;
            color: #fff;
        }

        .carousel-caption p {
            font-size: 1.5rem;
            color: #fff;
        }

        /* Responsive adjustments */
        @media (max-width: 768px) {
            .carousel-caption h2 {
                font-size: 2rem;
            }
            .carousel-caption p {
                font-size: 1.2rem;
            }
            .sliding-banner .carousel-item {
                height: 60vh;
            }
        }

        @media (max-width: 576px) {
            .carousel-caption h2 {
                font-size: 1.5rem;
            }
            .carousel-caption p {
                font-size: 1rem;
            }
            .sliding-banner .carousel-item {
                height: 50vh;
            }
        }
  
  
  /* Sliding services styles */
  
  .sliding-services {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  
  .service-card {
    width: calc(33.33% - 20px);
    margin: 20px 0px;
    background-color: #f7f7f7;
    padding: 20px;
    border: 2px solid #333;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    box-sizing: border-box;
  }
  
  .service-card i {
    font-size: 24px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
  }
  
  .service-card button {
    background-color: #00d9ff;
    border-color: #00d9ff;
    color: #fff;
  }
  
  .service-card button:hover {
    background-color: #00d9ff;
    border-color: #00d9ff;
  }
  
  /* Why choose us styles */
  
  .why-choose-us {
    background-color: #f7f7f7;
    padding: 20px;
  }
  
  .why-choose-us ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  
  .why-choose-us li {
    margin-bottom: 10px;
  }
  
  /* Services detail styles */
  
  .services-detail {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  
  .service-detail-card {
    margin: 30px;
    padding: 20px;
    background-color: #f7f7f7;
    border: 1px solid #ddd;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
  }
  
  .services-detail h2 {
    margin-top: 0;
    width: 100%;
  }
  
  .services-detail img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    margin-bottom: 20px;
  }
  
  .services-detail p {
    width: 100%;
    margin-bottom: 20px;
  }
  
  /* Contact styles */
  
  .contact {
    background-color: #f7f7f7;
    padding: 20px;
  }
  
  .contact form {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  
  .contact input, .contact textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #ddd;
  }
  
  .google-maps {
    width: 100%;
    height: 300px;
    border: 1px solid #ddd;
  }
  
  /* Footer styles */
  
  footer {
    background-color: #00d9ff;
    color: #333;
    padding: 20px;
    text-align: center;
  }
  
  footer .quick-links, footer .services, footer .about, footer .social-media, footer .contact-info, footer .newsletter {
    display: inline-block;
    vertical-align: top;
    margin: 20px;
  }
  
  footer h2, footer h3, footer h4, footer h5, footer h6, footer p {
    color: #fff;
  }
  
  footer h2 {
    margin-top: 0;
  }
  
  footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  
  footer li {
    margin-bottom: 10px;
  }
  
  footer a {
    color: #fff;
    text-decoration: none;
  }
  
  footer .newsletter form {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  
  footer .newsletter input[type="email"] {
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #ddd;
  }
  
  /* Media queries */
  
  @media (max-width: 1200px) {
    .service-card {
      width: calc(50% - 20px);
    }
  }
  
  @media (max-width: 992px) {
    .service-card {
      width: calc(50% - 20px);
    }
  }
  
  @media (max-width: 768px) {
    .service-card {
      width: calc(50% - 20px);
    }
    .sliding-services {
      flex-direction: column;
      align-items: center;
    }
    .services-detail {
      flex-direction: column;
      align-items: center;
    }
    .services-detail img {
      height: 200px;
    }
  }
  
  @media (max-width: 576px) {
    .service-card {
      width: 100%;
    }
    .services-detail img {
      height: 150px;
    }
  }
  
  @media (max-width: 480px) {
    .sliding-banner {
      height: 300px;
    }
    .service-card {
      width: 100%;
    }
    .services-detail img {
      height: 100px;
    }
  }
  
  @media (max-width: 320px) {
    .sliding-banner {
      height: 200px;
    }
    .service-card {
      width: 100%;
    }
    .services-detail img {
      height: 80px;
    }
    .service-card i {
      font-size: 18px;
    }
  }
  
  @media (max-width: 768px) {
    .service-card i {
      font-size: 18px;
    }
  }
  
  @media (max-width: 480px) {
    .service-card i {
      font-size: 16px;
    }
  }
  
  @media (max-width: 320px) {
    .service-card i {
      font-size: 14px;
    }
  }