/* 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;}}

/* About Banner */

  .about-banner-section { background-image: url('hero-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; }
.about-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; }
.about-banner-heading { font-size: 3rem; font-weight: bold; z-index: 1; margin: 0; }
@media (max-width: 768px) { .about-banner-heading { font-size: 2rem; } }


/* Contact us form */ 
.parallax-form-section { background: url('hero-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; padding: 20px; padding-top: 80px;}
.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%;}}