/* body {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  color: #333;
} */
header {
  text-align: center;
  padding: 40px 20px 20px 20px;
  /* background-color: #f4f4f4; */
}

header h1 {
  color: #01a7c2;
}

hr {
  width: 2%;
  margin: 10px auto 50px auto;
  border: 0;
  border-top: 3px solid #2d2d2d;
}

.adc-txt-justify {
  text-align: left !important;
}

section {
  padding: 20px;
  text-align: center;
}

.content {
  width: 80%;
  margin: 0 auto;
  /* padding: 20px; */
  text-align: left;
  /* background-color: #f9f9f9; */
  border-radius: 8px;
  /* box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); */
}

.adc-justify-content-between {
  justify-content: center;
}

.content p {
  /* font-size: 26px; */
  /* text-align: center; */
  color: #333333;
}

.adc-fnt-italic{
  font-style: italic;
}

.team-section {
  margin-top: 30px;
  /* background-color: #f9f9f9; */
}

.team-grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5rem;
}

.team-member {
  /* width: 200px; */
  /* width: 25rem;
  height: 21rem; */
  text-align: center;
  /* background-color: #f4f4f4; */
  /* padding: 20px; */
  /* border-radius: 8px; */
  /* box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); */
}

.team-card {
  padding: 10px;
}

.main {
  height: calc(100vh - 96px) !important;
}

.image-placeholder {
  width: 100px;
  height: 100px;
  margin: 0 auto 10px;
  background-color: #e0e0e0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  /* font-size: 12px; */
  color: #aaa;
}

.team-member h3 {
  /* font-size: 16px; */
  margin: 5px 0;
}

.team-member p {
  font-size: 16px;
  color: #333333;
}

.linkedin-icon img {
  width: 20px;
  height: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
}

.team-member>img {
  width: 18rem;
  border-radius: 5px;
}

footer {
  text-align: center;
  padding: 20px;
  background-color: #f4f4f4;
  margin-top: 20px;
}

.people {
  font-size: 18px !important;
  color: #333 !important;
}

.innerslide {
  background-color: #01a7c2;
  height: 30%;
  width: 100%;

}

.desslide {
  background-color: #ffffff;
  border-radius: 6px 6px 6px 6px;
  overflow: hidden;
  height: auto;
  box-shadow: 6px 6px 18px 0px rgba(0, 0, 0, 0.3);
  position: relative;
  top: -142px;
  margin: 0px 180px;
  padding: 10px 30px;
}

/* Style for overlay (background behind popup) */
.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
}

/* Popup styling */
.popup {
  display: none;
  position: fixed;
  top: 61%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
  background: #f8f9fb;

  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  text-align: center;
  z-index: 1000;
  width: 100%;
  height: 100%;
  overflow-y: auto;
}

/* Close button */
.close-btn {
  cursor: pointer;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  border: none;
  padding: 5px 10px;
  border-radius: 5px;
  margin-top: 10px;
  background-color: transparent;
  float: right;
  margin-right: 7px;
  z-index: 9999;
}

/* Show popup when active */
.show {
  display: block;
}

.innercont {
  border: 1px solid #e9e9e9;
  position: absolute;
  top: -34%;
  margin-left: 10%;
  margin-right: 10%;
  padding: 30px 40px 30px 40px;
  background: #fff;
  border-radius: 10px;
  position: relative;
  background: #fff;
  padding: 60px 80px;
  border-radius: 20px;
  z-index: 1;
  margin: 60px auto 0;
  box-shadow: 0 20px 0 #f1f3f9;
  max-width: 1140px;
}

.innertxt {
  height: 40%;
  background-color: #01a7c2;
}

.popopfont {
  font-size: 20px;
}

.adc-innerbxn {
  padding-left: 90px;

}

.adc-text-start {
  text-align: start;
}

.text ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  width: 16px;
  height: 16px;
  background-image: url('../assets/icons/right-arrow.png') !important;
  background-size: contain;
  background-repeat: no-repeat;
}


.text li {
  /* margin-bottom: 10px; */
  font-size: 1.125rem;
}

.text ul {
  margin-top: 15px;
  padding-left: 35px; /* Increase padding to create space for the image */
  list-style-type: none; /* Disable default bullets */
}

.text ul li {
  position: relative; /* Enable positioning for the image */
  padding-left: 25px; /* Space between image and text */
  margin-bottom: 10px;
}

.text ul li::before {
  content: '';
  position: absolute;
  left: 0; /* Align image to the left */
  top: 5px; /* Adjust vertical alignment */
  width: 16px; /* Set width of the image */
  height: 16px; /* Set height of the image */
  background-image: url('../assets/icons/right-arrow.png'); /* Use your image */
  background-size: contain; /* Scale the image */
  background-repeat: no-repeat;
}
.adc-clr-blue{
  color:#01a7c2 !important
}

.adc-clr-sec{
  color: #01a7c2 !important;
}

.text{
  margin-top: 20px;
}

@media (max-width: 768px) {
  .innercont {
    padding: 0px;
  }

  .adc-innerbxn {
    padding-left: 0px;
  
  }

  .adc-innerbxn {
    padding-left: 20px;
    padding-right: 20px;
}

.adc-text-start {
  text-align: center;
}

.adc-text-left {
  text-align: center;
}

.adc-justify-even{
  justify-content: space-evenly;
  padding-bottom: 10px;
}
}

@media (max-width: 1200px) {
  .text li {
      font-size: 1rem;
  }
}