
/* Banner Section */
.banner-section {
  position: relative;
  min-height: 100vh;
  width: 100%;
  color: #fff;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

/* Full Background Image */
.banner-img {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
}

.banner-img picture,
.banner-img img {
  width: 100%;
  height: 100%;
  display: block;
}

.banner-img img {
  object-fit: cover;
  object-position: center;
  filter: brightness(0.65);
}

/* Centered Banner Content */
.banner-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  background: rgba(0, 0, 0, 0.45);
  padding: 40px 30px;
  border-radius: 20px;
  max-width: 750px;
  width: 90%;
  box-sizing: border-box;
  backdrop-filter: blur(8px);
  animation: fadeInUp 1.2s ease;
  margin: 0 auto;
  text-align: center;
}

/* Text Styling */
.banner-content h1 {
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 1px;
}

.subtitle {
  font-size: 19px;
}

.highlight {
  font-size: 1.4rem;
  color: #7AC143;
}

.description {
  font-size: 1rem;
  line-height: 1.6;
  opacity: 0.9;
}

.quick-info p {
  margin: 3px 0;
  font-weight: 500;
  color: #d9d9d9;
}

/* Buttons */
.banner-brochure {
  background-color: #7AC143;
  border: none;
  color: #fff;
  padding: 12px 28px;
  border-radius: 30px;
  transition: all 0.3s;
  font-weight: 500;
  margin: 5px;
}

.contact-fert {
  background-color: #0072BC;
  border: none;
  color: #fff;
  padding: 12px 28px;
  border-radius: 30px;
  transition: all 0.3s;
  font-weight: 500;
  text-decoration: none;
}

.banner-brochure:hover {
  background-color: #6ab135;
  transform: translateY(-3px);
}

.contact-fert:hover {
  background-color: #0060a1;
  transform: translateY(-3px);
}

/* Animations */
@keyframes fadeInUp {
  from { opacity: 0; transform: translate(-50%, calc(-50% + 40px)); }
  to { opacity: 1; transform: translate(-50%, -50%); }
}

/* Responsive Fix for Mobile */
@media (max-width: 768px) {
  .banner-section {
    min-height: 100vh;
    height: 100vh;
    position: relative;
  }

  .banner-img {
    position: absolute;
    inset: 0;
    z-index: 1;
    height: 100%;
  }

  .banner-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .banner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    padding: 20px;
    margin: 0 auto;
    z-index: 2;
    background: rgba(0, 0, 0, 0.45);
    border-radius: 15px;
    text-align: center;
  }

  .banner-content h1 {
    font-size: 1.8rem;
  }

  .highlight {
    font-size: 1.1rem;
  }

  .subtitle {
    font-size: 14px !important;
  }
  /*.quick-info p{
    background-color: black;
  }*/
}


.button-section .button {
  background-color: #ffc107;
  border: none;
  color: #fff;
  padding: 12px 28px;
  border-radius: 30px;
  font-weight: 500;
  transition: all 0.3s ease;
  margin: 5px;
  display: inline-block;
  text-decoration: none;
}

.button-section .button:hover {
  background-color: #005fa3;
  transform: translateY(-3px);
}

.call-btn {
  background-color: #28a745 !important;
}

.call-btn:hover {
  background-color: #218838 !important;
}

.heading-with-lines {
  position: relative;
  display: inline-block;
  padding: 0 20px;
  font-family: 'Optima';
  font-size: 28px;
}

.heading-with-lines:before,
.heading-with-lines:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 70px;
  height: 2px;
  background: #000;
}

.heading-with-lines:before {
  left: -80px;
}

.heading-with-lines:after {
  right: -80px;
}

@media screen and (max-width: 567px){
  .heading-with-lines:before, .heading-with-lines:after {
    display: none;
  }
#pidid{
  text-align: justify!important;
}

}


.price-details {
  background: #fff;
  border-radius: 15px;
  transition: all 0.3s ease;
  cursor: pointer;
  border: 1px solid #eaeaea;
}
.price-details:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}
.price-details h3 {
  font-size: 1.3rem;
  font-weight: 700;
  color: #0072BC;
}
.project-type p,
.project-size p,
.project-price p,
.project-offer p {
  margin: 5px 0;
  font-size: 17px;
  color: #333;
}
.project-price p strong {
  color: #7AC143;
  font-size: 1.1rem;
}

/* Highlighted Line */
.highlight-line {
  background: linear-gradient(90deg, #0072BC, #7AC143);
  color: #fff;
  display: inline-block;
  padding: 8px 18px;
  border-radius: 25px;
  font-weight: 600;
  font-size: 16px;
}

/* Buttons */
.button {
  background-color: #0072BC;
  color: #fff;
  border: none;
  padding: 10px 22px;
  border-radius: 30px;
  font-weight: 500;
  transition: 0.3s;
  text-decoration: none;
  display: inline-block;
}
.button:hover {
  background-color: #005fa3;
  transform: translateY(-3px);
}
.call-btn {
  background-color: #28a745 !important;
}
.call-btn:hover {
  background-color: #218838 !important;
}

/* Responsive Layout */
@media (max-width: 768px) {
  .price-details {
    padding: 20px;
  }
  .price-details h3 {
    font-size: 1.2rem;
  }
  .project-price p strong {
    font-size: 1rem;
  }
  .know-form {
    flex-direction: column !important;
  }
  .button {
    width: 100%;
    margin: 5px 0 !important;
  }
}

/* Highlight Section */
.highlight-section {
  padding: 60px 0;
  background: #f9f9f9;
}

/* Heading with line left & right */
.overview-section-point h2 {
  font-size: 32px;
  font-family: 'Optima';
  font-weight: 600;
  position: relative;
  display: inline-block;
  padding: 0 20px;
}

.overview-section-point h2:before,
.overview-section-point h2:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 70px;
  height: 2px;
  background: #000;
}

.overview-section-point h2:before {
  left: -80px;
}

.overview-section-point h2:after {
  right: -80px;
}

.overview-section-point p {
  margin-top: 2px;
  font-size: 16px;
  color: #555;
}

/* Highlight points list */
.highlight-points ul {
  margin: 0;
  padding: 0;
}

.highlight-points li {
  font-size: 16px;
  color: #333;
  font-family: 'Montserrat-Regular';
  margin-bottom: 15px;
  padding-left: 25px;
  position: relative;
  line-height: 1.5;
}

/* Custom bullet */
.highlight-points li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 15px;
  color: #1b8c2c;
  font-weight: bold;
}

/* Highlight right image box */
.high-fit-image img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  transition: 0.4s;
}

.high-fit-image img:hover {
  transform: scale(1);
}

/* CTA Button */
.button {
  background: #0066cc;
  color: #fff;
  padding: 12px 28px;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  cursor: pointer;
  transition: 0.3s;
}

.button:hover {
  background: #004ea3;
  transform: translateY(-2px);
}

/* Responsive Fixes */
@media (max-width: 768px) {
  .overview-section-point h2 {
    font-size: 37px;
  }
.overview-section-point #h2:before, .overview-section-point #h2:after{
 display: none;
}

.overview-section-point #h2:after, .overview-section-point #h2:before{
display: none;
}

.overview-section-point h2:before {
  display: none;
}

.overview-section-point h2:after{
   display: none;
}

  .overview-section-point h2:before,
  .overview-section-point h2:after {
    width: 40px;
  }

  .overview-section-point h2:before {
    left: -50px;
  }

  .overview-section-point h2:after {
    right: -50px;
  }
}

.overview-section-point #h2:before{
  background:#fff;
}

.overview-section-point #h2:after{
  background:#fff;
}


.review-heading {
  font-size: 32px;
  font-family: 'Optima';
  font-weight: 600;
}

.review-subtext {
  font-size: 16px;
  color: #666;
}

.review-card {
  background: #fff;
  border-radius: 10px;
  transition: 0.3s;
}

.review-card:hover {
  transform: translateY(-5px);
}

.review-user {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
}

.review-location {
  font-size: 14px;
  color: #999;
  margin-bottom: 15px;
}

.review-text {
  font-size: 15px;
  color: #333;
  line-height: 1.5;
}


.why-title {
  font-size: 32px;
  font-family: 'Optima';
  font-weight: 600;
}

.why-subtext {
  color: #555;
  margin-bottom: 40px;
}

.invest-box {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.08);
  padding: 25px 25px 25px 40px;
  position: relative;
  transition: 0.3s ease;
  min-height: 110px;
}

.invest-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 18px rgba(0,0,0,0.12);
}

.left-line {
  width: 4px;
  height: 70%;
  background: #ffc107; /* Gold color */
  position: absolute;
  left: 0;
  top: 15%;
  border-radius: 5px;
}

.invest-content h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.invest-content h4 i {
  font-size: 20px;
  color: #ffc107;
  margin-right: 5px;
}

.invest-content p {
  margin: 0;
  font-size: 15px;
  color: #555;
}


.explore-m9-title {
  font-size: 32px;
  font-family: 'Optima';
  font-weight: 600;
  color: #133b69;
}

.explore-m9-sub {
  max-width: 850px;
  margin: 0 auto 35px;
  color: #555;
  font-size: 15px;
}

/* GRID 3×3 */
.explore-m9-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

/* CARD STYLE */
.explore-m9-card {
  background: #fff;
  border: 1.4px solid #d9e3f0;
  border-radius: 14px;
  padding: 22px 24px;
  box-shadow: 0 4px 14px rgba(0,0,0,0.05);
  transition: 0.3s ease;
}

.explore-m9-card h4 {
  font-size: 18px;
  font-weight: 600;
  color: #133b69;
  margin-bottom: 8px;
}

.explore-m9-card p {
  margin: 0;
  color: #555;
  font-size: 14.5px;
  line-height: 1.5;
}

/* HOVER EFFECT - Slight Lift */
.explore-m9-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 28px rgba(19,59,105,0.12);
  border-color: #bfd0e6;
}

/* MOBILE VIEW */
@media (max-width: 768px) {
  .explore-m9-grid {
    grid-template-columns: 1fr;
  }

  .explore-m9-title {
    font-size: 26px;
  }
}


.faq-title {
  font-family: 'Optima';
  font-size: 32px;
  font-weight: 600;
}

.faq-subtext {
  color: #666;
  margin-bottom: 35px;
}

/* ROW */
.faq-row {
  display: flex;
  gap: 25px;
}

/* TWO COLUMNS */
.faq-col {
  flex: 1;
}

/* FAQ BOX */
.faq-box {
  background: #fff;
  border-radius: 10px;
  border: 1px solid #dce2e9;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 3px 14px rgba(0,0,0,0.05);
}

/* QUESTION */
.faq-question {
  padding: 15px 18px;
  font-size: 16px;
  font-weight: 600;
  color: #123b67;
  cursor: pointer;
  position: relative;
}

/* PLUS ICON */
.faq-question::after {
  content: "+";
  position: absolute;
  right: 18px;
  font-size: 20px;
  color: #123b67;
  transition: 0.3s;
}

/* ANSWER */
.faq-answer {
  max-height: 0;
  overflow: hidden;
  font-size: 14px;
  color: #555;
  padding: 0 18px;
  transition: max-height 0.35s ease, padding 0.35s ease;
}

/* OPEN STATE */
.faq-box.active .faq-answer {
  padding: 12px 18px 16px;
  max-height: 200px;
}

.faq-box.active .faq-question::after {
  content: "-";
}
  
/* MOBILE */
@media (max-width: 768px) {
  .faq-row {
    flex-direction: column;
  }
}

.modal-content {
  border-radius: 12px;
  border: none;
  overflow: hidden;
}
.auto-popup-right {
  background: #fff;
  border-radius: 10px;
}
.m3m-gic-logo img {
  display: block;
  margin: 0 auto;
}
.ct-tag {
  font-size: 18px;
  letter-spacing: 0.5px;
  color: #333;
}
.form-control {
  border-radius: 8px;
  border: 1px solid #ccc;
  padding: 10px 12px;
  font-size: 14px;
}
.form-control:focus {
  border-color: #0072BC;
  box-shadow: none;
}
.close {
  background: none;
  border: none;
}
@media (max-width: 576px) {
  .modal-dialog {
    margin: 10px;
  }
  .m3m-gic-logo img {
    width: 100px;
  }
}
button.close{
    background-color: black;
}