.navbar-brand span {
      color: #002f86;
      font-weight: bold;
      font-size: 24px;
}
.navbar-brand .orange-dot {
      color: orange;
}
.nav-link {
      margin-right: 15px;
      font-weight: 500;
      color: #000 !important;
}
.btn-contact {
      background-color: #0038a8;
      color: #fff;
      font-weight: 500;
      padding: 6px 16px;
      border-radius: 20px;
}
/* Nav Bar End  */
.hero-section {
  height: 60vh;
  position: relative;
  background-position: center;
  background-size: cover;
}

.hero-section .overlay {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.hero-section .content {
  z-index: 1;
}
    .service-card {
      background-color: #007bff;
      color: white;
      padding: 20px;
      border-radius: 12px;
      margin-top: 20px;
    }

    .service-image {
      width: 100%;
      border-radius: 8px;
    }

    .service-caption {
      font-size: 14px;
      margin-top: 10px;
      color: #333;
    }

    .service-subtitle {
      font-weight: bold;
      margin-bottom: 10px;
      color: #000;
    }

    @media (max-width: 767px) {
      .service-text-col {
        margin-top: 20px;
      }
    }

        .section {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            align-items: center;
            gap: 20px;
            margin-bottom: 60px;
        }

        .section img {
            width: 100%;
            max-width: 900px;
            border-radius: 10px;
        }

        .text-content {
            flex: 1 1 400px;
            padding: 10px;
        }

        .headline {
            font-size: 20px;
            font-weight: 500;
            margin-bottom: 15px;
            line-height: 1.5;
        }

        .headline span {
            font-weight: 700;
            color: #000;
        }

        .card {
            background: linear-gradient(135deg, #0066ff, #00ccff);
            border-radius: 15px;
            color: #fff;
            padding: 20px;
            margin: 10px 0;
            box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
            position: relative;
        }

        .card h3 {
            margin-bottom: 10px;
            font-weight: 600;
            font-size: 18px;
        }

        .card p {
            font-size: 14px;
            line-height: 1.6;
        }

        .icon {
            position: absolute;
            bottom: 15px;
            right: 15px;
            width: 20px;
            height: 20px;
            background: url('https://cdn-icons-png.flaticon.com/512/1828/1828817.png') no-repeat center/contain;
        }

        .footer-text {
            font-size: 14px;
            color: #444;
            margin-top: 10px;
            line-height: 1.5;
        }

        @media (max-width: 768px) {
            .section {
                flex-direction: column;
                text-align: center;
            }

            .text-content {
                padding: 0;
            }

            .card {
                width: 100%;
            }
        }
a{
  text-decoration:none;
}



.social_media_icon i {
    margin: 15px;
    font-size: 25px;
}

a {
  color: inherit;   
  text-decoration: none; 
}

ul.list-unstyled a li {
    margin-top: 5px;
}

footer {
  background: linear-gradient(to right, #00a8ff, #0046ad);
}


a.nav-link.header {
  font-size: 18px;
  padding: 10px;
}
a.nav-link.header:hover {
   border-bottom: 3px solid #ffc107;
}



.list-unstyled i.fa-solid.fa-greater-than {
    font-size: 10px;
    color: #ffc107;
}
.col-md-4.mb-3 p i {
    color: #ffc107;
}
.social_media_icon i:hover {
color: #ffc107;
}