ul#menu-service-nav-01 li {
  list-style: none;
  padding: 5px;
  background-color: #9e0000;
  border: 2px solid white;
  padding-top: 20px;
  padding-bottom: 20px;
}
ul#menu-service-nav-01 li a {
  color: white;
  font-weight: 500;
}
.j11 {
  text-align: justify;
}

/* new section start */
.elementor-column.elementor-col-50.elementor-inner-column.elementor-element.elementor-element-101c7c6 {
  background-image: url(pics/cta_bg_2.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0px 12px 0px 12px;
  --e-column-margin-right: 12px;
  --e-column-margin-left: 12px;
  padding: 60px 60px 60px 60px;
  border-radius: 10px 10px 10px 10px;
}
.elementor-column.elementor-col-50.elementor-inner-column.elementor-element.elementor-element-7c5b3a8 {
  background-image: url(pics/cta_bg_2.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0px 12px 0px 12px;
  --e-column-margin-right: 12px;
  --e-column-margin-left: 12px;
  padding: 60px 60px 60px 60px;
  border-radius: 10px 10px 10px 10px;
}

.elementor-column.elementor-col-50.elementor-inner-column.elementor-element.elementor-element-101c7c3 {
  background-image: url(pics/cta_bg_4.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0px 12px 0px 12px;
  --e-column-margin-right: 12px;
  --e-column-margin-left: 12px;
  padding: 60px 60px 60px 60px;
  border-radius: 10px 10px 10px 10px;
}

.elementor-column.elementor-col-50.elementor-inner-column.elementor-element.elementor-element-7c5b3a55 {
  background-image: url(pics/cta_bg_5.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0px 12px 0px 12px;
  --e-column-margin-right: 12px;
  --e-column-margin-left: 12px;
  padding: 60px 60px 60px 60px;
  border-radius: 10px 10px 10px 10px;
}

.elementor-column.elementor-col-50.elementor-inner-column.elementor-element.elementor-element-7c5b3a8 {
  background-image: url(pics/cta_bg_3.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0px 12px 0px 12px;
  --e-column-margin-right: 12px;
  --e-column-margin-left: 12px;
  padding: 60px 60px 60px 60px;
  border-radius: 10px 10px 10px 10px;
}

@media (max-width: 992px) {
  .elementor-column.elementor-col-50.elementor-inner-column.elementor-element.elementor-element-101c7c6 {
    margin: 10px 0px;
  }
  .elementor-column.elementor-col-50.elementor-inner-column.elementor-element.elementor-element-7c5b3a8 {
    margin: 10px 0px;
  }
  section.elementor-top-section.elementor-element.elementor-element-4b4f2ce.elementor-section-full_width.elementor-section-height-default.elementor-section-height-default {
    padding: 10px 0px;
  }
}
/* new section end */

/* Containers */
.map-contact .container-main {
  max-width: 900px;
  margin: auto;
  background: #fff;
  padding: 25px 30px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgb(0 0 0 / 0.1);
}

.map-contact .container-flex {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

/* Main heading */
.map-contact .heading-main {
  color: #007bff;
  margin-bottom: 20px;
  border-bottom: 2px solid #007bff;
  padding-bottom: 6px;
  font-size: 35px;
}

/* Individual sections */
.map-contact .india-container,
.nepal-container,
.uae-container {
  flex: 1 1 280px;
  margin-bottom: 20px;
}

/* Section headings */
.map-contact .heading-india {
  color: #e74c3c;
  margin-bottom: 10px;
  font-size: 28px;
}

.map-contact .heading-nepal {
  color: #27ae60;
  margin-bottom: 10px;
  font-size: 28px;
}

.map-contact .heading-uae {
  color: #f39c12;
  margin-bottom: 10px;
  font-size: 28px;
}

.map-contact ul {
  list-style: none;
  padding-left: 0;
  line-height: 1.5;
}

.map-contact ul li {
  margin-bottom: 6px;
  font-size: 18px;
}

/* Helpline styles */
.map-contact .helpline-india {
  font-weight: bold;
  margin-top: 10px;
  color: #c0392b;
  font-size: 22px;
}

.map-contact .helpline-nepal {
  font-weight: bold;
  margin-top: 10px;
  color: #1e8449;
  font-size: 22px;
}

.map-contact .helpline-uae {
  font-weight: bold;
  margin-top: 10px;
  font-size: 22px;
  color: #d68910;
}

/* Responsive */
@media (max-width: 700px) {
  .map-contact .container-flex {
    flex-direction: column;
  }
  .map-contact .india-container,
  .nepal-container,
  .uae-container {
    flex: 1 1 100%;
    margin-bottom: 30px;
  }
}
