* {
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: 'UniNeue-Regular';
  src: url('../font/UniNeue-Regular.otf') format('opentype');

}

@font-face {
  font-family: 'UniNeue-Bold';
  src: url('../font/UniNeue-Bold.otf') format('opentype');
}

p,button,a,input {
  font-weight: 400;
  font-family: 'UniNeue-Regular';
}

h1, h2, h3, h4, h5, h6,span {
  font-family: 'UniNeue-Bold';
}

/* about-banner */

.about_banner_sapn {
  background-color: #fff;
  color: #333333;
  border: 2px solid white;
  border-radius: 5px;
  padding: 5px 5px;
}

.about_banner_para {
  color: #fff;
  padding: 20px;
}

.about_banner_heading {
  color: #fff;
  font-weight: bolder;
  padding: 20px;
}

.about_img_banner {
  height: 400px;
  width: 100%;
  object-fit: cover;
}

.about_banner_contact {
  background-color: white;
  color: #333333;
  border: 2px solid white;
  border-radius: 5px;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
  margin-left: 20px;
}

.about_banner_contact:hover {
  background-color: #333333;
  color: white;
  border-color: #333333;
}

/* about-container1 */
.about-section {
  margin-top: 60px;
  padding: 30px;
  border-radius: 12px;
}
.about-section2 {
  /* margin-top: 40px; */
  padding: 30px;
  border-radius: 12px;
}

img.about_map_img {
  height: 100%;
  width: 100%;
  padding: 40px;
}
img.about_col_image {
  height: 649px;
  width: 100%;
  padding: 20px;
}

.about_container_1 {
  background-color: #fff;
}

.about_container_2 {
  background-color: #e0dddd;
}
.about_highlight_text{
  font-weight: bold;
}

.about-section h4 {
  font-weight: 600;
  color: #0e1e40;
  margin-bottom: 5px;
}

.about_unique_heading {
  background-color: #5A5A5A;
  color: #fff;
  border: 2px solid #5A5A5A;
  border-radius: 5px;
  padding: 5px 10px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
}

.about-section p {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 20px;
  color: #333;
}

.about-section img {
  width: 100%;
  height: auto;
  /* border-radius: 12px; */
  /* box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1); */
}

@media (max-width: 768px) {
  .about_unique_heading {
    font-size: 1.5rem;
    margin-left: 10px;
  }

  .about-section {
    padding: 30px 15px;
    padding-top: 1px;
  }

}

/* about-journey */
.about_journey {

  padding: 30px;
}

.about_journey_card {
  max-width: 400px;
  height: auto;
  border: 2px solid #333333;
  border-radius: 20px;
  padding: 30px 20px 20px 20px;
  margin: 5px auto;
  background-color: #fff;
}

.about_journey_image img {
  width: 20%;
  height: auto;
  display: block;
  margin-bottom: 15px;
}

.about_journey_card h4 {
  margin-bottom: 10px;
}

.about_journey_card p {
  font-size: 16px;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .about_journey_card {
    max-width: 90%;
  }
}



/* Mobile view adjustment */
@media (max-width: 576px) {
 
  img.about_map_img {
    height: 400px;
    width: 100%;
    padding: 20px;
  }
  img.about_col_image{
    height: 300px;
    width: 100%;
    padding: 20px;
  }
}

/* map card */

#IN {
  fill: #414141;
}

#IN:hover {
  fill: #fff;
}

#LK {
  fill: #414141;
}

#LK:hover {
  fill: #fff;
}

#BD {
  fill: #414141;
}

#BD:hover {
  fill: #fff;
}

#US {
  fill: #414141;
}

#US:hover {
  fill: #fff;
  /* text:"Usa"; */
}

.ag-canvas {
  display: -webkit-flex;
  display: -ms-flexbox;
  /* display: flex; */
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;

  position: relative;
  visibility: visible;

  width: 100%;
  height: 100%;
  padding: 3rem 1rem;
  opacity: 1;
  transition: opacity 0.5s;
}

.ag-canvas_svg {
  display: block;
  width: 105vh;
  padding: 10px;
  /* height: auto; */
  /* max-height: 100%; */
  /* height: 50vh; */
  margin-left: 1rem;
  background-color: #fff;
}

.ag-canvas_svg path {
  fill: #e4e4e4;
  fill-opacity: 1;
  /* stroke: #21252b; */
  stroke-opacity: 1;
  stroke-width: 0.5;
  transition: 0.5s;
}

@media screen and (max-width: 767px) {
  .ag-canvas {
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    height: auto;
    padding: 4rem 1rem 1rem;
  }

  .ag-canvas_svg {
    max-height: calc(100% - 6rem);
    margin-left: 0;
  }
}
