body { font-family: "Montserrat", sans-serif; margin: 0; padding: 0; font-size: 18px; }
    .topbar {
      background-color: #2c2c2c;
      color: white;
      padding: 10px 20px;
    }
    .topbar a { color: white; text-decoration: none; margin-left: 15px; }
    .navbar-brand img { height: 6.5rem; }
    .navbar { background-color: white; box-shadow: 0 2px 4px rgba(0,0,0,0.1); }
    .navbar-nav .nav-link { padding: 10px 15px; font-weight: 500; font-size: 17px; }

    .nav-link, .nav-link:hover {
    color: #2c2c2c !important;
    }

    .nav-link:hover, .active {
    font-weight: 600 !important;
    font-weight: 700;
    }

    .btn-quote-header {
    background-color: white;
    color: #2c2c2c !important;
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 14px;
    text-decoration: none;
}

    .hero {
  position: relative;
  color: white;
  padding: 120px 20px;
  text-align: left;
  overflow: hidden;
}

.hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.6); /* Dark overlay */
  z-index: 0;
}

.hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.hero .container {
  position: relative;
  z-index: 1;
}

.hero-text-box {
  padding: 0px;
  border-radius: 10px;
  display: inline-block;
  max-width: 90%;
}

.hero h1,
.hero label {
  color: #fff;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.7);
}

.hero h1{    font-size: 3.5rem;
    font-weight: 800;}

    .btn-quote, .btn-quote:hover { background-color: white; border: none; padding: 10px 20px; color: #2c2c2c; }
    .section { padding: 60px 20px; }
    .blue-bg { background-color: #e8f0fe; }
    .icon-box img { height: 50px; margin-bottom: 15px; }
    .process-step { padding: 20px; border: 1px solid #ccc; border-radius: 8px; background: white; }
    .footer { background: #111; color: white; padding: 40px 20px; text-align: center; }
    h2 span { color: #1e88e5; }

    .fw-600{font-weight: 600;}

    .fw-700{font-weight: 700;}

    .fw-800{font-weight: 800;}

    .color{color: #2c2c2c;}

    .prabha-drone-services{font-size: 4em;font-weight: 800;}

    .card-body{background-color:#2c2c2c; color: white; text-align: left;}

    .card-title, .card-text{text-align: center;}

    .divIndustries{opacity: 0.9;height: 100%;}

       .divIndustries:hover{opacity: 1;}

       .overlay-dark {
  background-color: rgba(0, 0, 0, 0.75); /* initial opacity 75% */
  transition: background-color 0.3s ease;
  z-index: 1;
}

.divIndustries:hover .overlay-dark {
  background-color: rgba(0, 0, 0, 0.375); /* 50% reduction on hover */
}

.card-img-overlay {
  z-index: 2;
}

.headings{font-size: 3em;}

.mblBtnPhone{display: none;}

.highlight{text-decoration: underline; text-decoration-color: #007BFF;text-decoration-thickness: 3px; text-underline-offset: 6px;}

@media only screen and (max-width: 515px) {
    .prabha-drone-services {font-size: 2.5em;}
}

@media only screen and (max-width: 400px) {
    .hero h1{font-size: 2.5em;}

    .headings{font-size: 2em;}
}

@media only screen and (max-width: 363px) {
    .btnPhone{display: none !important;}

    .mblBtnPhone{display: block !important;}
}