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

  /* Reviews Section */
  .pan-reviews-section {
    background: black;
    color: white;
    padding: 40px 20px;
    overflow: hidden;
    font-family: 'Arial', sans-serif;
  }
  
  .pan-main-review {
    background: #262626;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    padding: 30px;
    margin-bottom: 40px;
    align-items: center;
  }
  
  .pan-main-review img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 50%;
    margin-right: 30px;
  }
  
  .pan-main-review-content {
    flex: 1;
    min-width: 250px;
  }
  
  .pan-main-review-content .stars {
    color: gold;
    font-size: 20px;
    margin-bottom: 10px;
  }
  
  .pan-main-review-content h3 {
    margin: 0;
    font-size: 22px;
  }
  
  .pan-main-review-content .designation {
    color: #aaa;
    font-style: italic;
    margin-bottom: 10px;
  }
  
  .pan-main-review-content .review-text {
    color: #eee;
    font-size: 16px;
  }
  
  .pan-review-scroller {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    gap: 16px;
    padding-bottom: 20px;
  }
  
  .pan-review-scroller::-webkit-scrollbar {
    display: none;
  }
  
  .pan-review-box {
    background: #262626;
    border-radius: 10px;
    padding: 20px;
    min-width: 260px;
    max-width: 300px;
    flex-shrink: 0;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 10px;
    transition: transform 0.2s ease;
  }
  
  .pan-review-box:hover {
    transform: scale(1.02);
  }
  
  .pan-review-box img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 50%;
  }
  
  .pan-review-box .stars {
    color: gold;
    font-size: 16px;
  }
  
  .pan-review-box h4 {
    margin: 0;
    font-size: 16px;
    text-align: left;
  }
  
  .pan-review-box .designation {
    color: #ccc;
    font-size: 14px;
    text-align: center;
    font-style: italic;
  }
  
  .pan-review-box .text {
    font-size: 14px;
    color: #eee;
    text-align: left;
  }
  
  @media (max-width: 768px) {
    .pan-main-review {
      flex-direction: column;
      text-align: center;
    }
  
    .pan-main-review img {
      margin: 0 0 20px 0;
    }
  
    .pan-review-box .designation {
      text-align: center;
    }
  }
/* 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%;}}