/* Navigation Bar */
.custom-navbar { background-color: #262626; padding: 1.2rem 1rem; }
  .nav-middle { background-color: #000; padding: 0.8rem 1rem; border-radius: 2rem;}
  .nav-link {color: white !important; padding: 0.5rem 0.75rem; transition: all 0.3s; }
  .nav-link:hover { color: #cccccc !important; text-decoration: underline; }
  .btn-contact { background-color: #000; color: white; border: none; padding: 0.8rem 1.2rem; border-radius: 2rem; }
  .btn-contact:hover { background-color: #333; }
  .navbar-brand { color: white !important; font-weight: bold;}
  .navbar img{ width: 200px; }

  @media (max-width: 991.98px) {.nav-middle, .right-section { flex-direction: column !important; align-items: flex-start !important; gap: 0.75rem; margin-top: 1rem; }
  .navbar-collapse > .row > div { margin-bottom: 1rem;}}

/*Services Banner */
  .services-banner-section { background-image: url('banner-bg.jpg'); background-size: cover; background-position: center; height: 60vh; position: relative; display: flex; align-items: center; justify-content: center; color: #fff; text-align: center; }
  .services-banner-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.6); display: flex; align-items: center; justify-content: center; }
  .services-banner-heading { font-size: 3rem; font-weight: bold; z-index: 1; margin: 0; }
  @media (max-width: 768px) { .services-banner-heading { font-size: 2rem; } }

/* Services section */

.service-section { position: relative; padding: 6rem 1rem; overflow: hidden; }
.white-bg { background-color: #fff; }
.gray-bg { background-color: #f8f8f8; }

.service-container { max-width: 1200px; margin: 0 auto; display: flex; align-items: center; gap: 3rem; flex-wrap: wrap; }
.reverse { flex-direction: row-reverse; }

.service-image img { width: 100%; max-width: 500px; border-radius: 10px; }

.service-text { flex: 1; }
.service-text h2 { font-size: 2.5rem; margin-bottom: 1rem; color: #262626; }
.service-text p { font-size: 1.2rem; line-height: 1.6; color: #444; }

/* Parallax Vector Effect */
.service-section::before {
  content: "";
  background: url('img/vector-bg1.png') no-repeat center center / contain;
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  opacity: 0.05;
  pointer-events: none;
  z-index: 0;
}
.service-section:nth-child(2)::before {
  background-image: url('img/vector-bg2.png');
}
.service-section:nth-child(3)::before {
  background-image: url('img/vector-bg3.png');
}

.service-container, .service-text, .service-image { position: relative; z-index: 1; }

/* Responsive */
@media (max-width: 768px) {
  .service-container { flex-direction: column !important; text-align: center; }
  .service-text h2 { font-size: 2rem; }
  .service-text p { font-size: 1rem; }
}



  /* Contact us form */ 
.parallax-form-section { background: url('scroll-bg.jpg') no-repeat center center fixed; background-size: cover; padding: 6rem 1rem; }
.form-overlay { background-color: rgba(255, 255, 255, 0.9); padding: 4rem 2rem; border-radius: 10px; max-width: 800px; margin: 0 auto; }
.form-container { text-align: center; }
.form-heading { font-size: 2.8rem; margin-bottom: 2rem; color: #262626; }
.line-style-form { display: flex; flex-direction: column; gap: 2rem; }
.input-line input, .input-line textarea {
  width: 100%; background: none; border: none; border-bottom: 2px solid #262626; padding: 0.8rem 0;
  font-size: 1rem; color: #262626; outline: none;
}
.input-line textarea { resize: vertical; min-height: 120px; }
.privacy-policy { font-size: 0.9rem; text-align: left; margin-top: 1rem; color: #333; }
.line-style-form button {
  margin-top: 2rem; padding: 1.2rem; background-color: #262626; color: #fff;
  font-size: 1.2rem; border: none; border-radius: 5px; cursor: pointer; transition: background 0.3s;
}
.line-style-form button:hover { background-color: #444; }

@media (max-width: 768px) {
  .form-heading { font-size: 2rem; }
  .form-overlay { padding: 2rem 1.5rem; }
}

  /* Map Section */ 

.map-section { background-color: #262626; padding: 5rem 1rem;}
.map-heading {  font-size: 3rem; margin-bottom: 2rem;}
.map-wrapper {  max-width: 1000px; margin: 0 auto; padding: 0 1rem;}
@media (max-width: 768px) {
  .map-heading {    font-size: 2rem; }
  .map-section {    padding: 3rem 1rem;}}

/* Footer */ 
.footer-section { background-color: #262626; padding: 4rem 2rem 3rem;  color: #fff; font-size: 1.1rem; border-top: 1px solid #ffffff33;}
.footer-divider {  border-top: 1px solid #ffffff33; margin-bottom: 2rem;}
.footer-heading {  font-size: 1.8rem;  margin-bottom: 1rem; font-weight: 600;}
.footer-line {  border: none; border-bottom: 2px solid #fff; width: 60px; margin-bottom: 1rem;}
.footer-line-full { width: 100%; max-width: 300px;}
.footer-links li { margin-bottom: 0.75rem; font-size: 1.1rem;}
.footer-link {  color: #fff; text-decoration: none; transition: all 0.3s ease;  display: inline-block;  position: relative;}
.footer-link:hover {  color: #aaa;}
.footer-link::after { content: ''; display: block; width: 0;  height: 2px; background: #fff; transition: width 0.3s; position: absolute; bottom: -4px; left: 0;}
.footer-link:hover::after {width: 100%;}
.footer-icon {  margin-right: 0.5rem; color: #fff;}
.footer-description {  font-size: 1.05rem; color: #ccc; max-width: 320px;}
.footer-contact .contact-label { font-weight: bold; margin-top: 1.2rem;  font-size: 1.15rem;}
.footer-contact .contact-link { color: #fff; text-decoration: none;  transition: color 0.3s ease;}
.footer-contact .contact-link:hover {  color: #aaa;}
.footer-contact .contact-address { color: #aaa;  font-size: 1rem; max-width: 320px;}

@media (max-width: 768px) {
  .footer-section {  text-align: center;  padding-left: 1rem;  padding-right: 1rem; }
  .footer-links li,
  .footer-contact p {    font-size: 1rem;}
  .footer-line-full {    max-width: 100%;}}
  
 .approval-coordination-section {
  padding: 4rem 1rem;
  background-color: #f9f9f9;
  font-family: 'Arial', sans-serif;
}

.approval-container {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  gap: 2rem;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}

.approval-box {
  flex: 1 1 45%;
  background: #fff;
  border-radius: 10px;
  padding: 2rem;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.approval-heading {
  font-size: 1.25rem;
  color: #111;
  margin-bottom: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.approval-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.approval-list li {
  display: flex;
  align-items: flex-start;
  font-size: 1rem;
  color: #333;
  margin-bottom: 0.75rem;
}

.approval-icon {
  font-weight: bold;
  font-size: 1.2rem;
  color: #007B8F;
  margin-right: 0.5rem;
  line-height: 1.2;
}

.approval-heading-center {
  flex: 1 1 100%;
  text-align: center;
  margin: 1.5rem 0;
}

.approval-heading-center h3 {
  font-size: 2rem;
  color: #222;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

@media (max-width: 768px) {
  .approval-box {
    flex: 1 1 100%;
  }

  .approval-heading-center h3 {
    font-size: 1.5rem;
  }
}