body {
  font-family: "Inter", sans-serif;
  line-height: 1.7;
}

/* about hero section starts */

.website_dev_hero_section_2025 {
  width: 100%;
  height: 50vh;
  background-image: url("/assets/images/about-us-hero-banner.webp"); /* replace with actual image path */
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.website_dev_hero_overlay_2025 {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8); /* dark overlay */
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.website_dev_hero_content_2025 {
  text-align: center;
  color: #fff;
}

.website_dev_hero_title_2025 {
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 10px;
}

.website_dev_hero_breadcrumbs_2025 {
  font-size: 16px;
}

.website_dev_hero_breadcrumbs_2025 a {
  color: #ff3c3c;
  text-decoration: none;
}

.website_dev_hero_breadcrumbs_2025 a:hover {
  text-decoration: underline;
}

/* Responsive */
@media (max-width: 768px) {
  .website_dev_hero_section_2025 {
    height: 40vh;
  }

  .website_dev_hero_title_2025 {
    font-size: 28px;
  }

  .website_dev_hero_breadcrumbs_2025 {
    font-size: 14px;
  }
}

/* about hero section ends*/

/* about us section start*/
.intro_heading_block_2025 h2 {
  font-size: 1.6rem;
  text-align: justify;
  margin-top: 10px;
}
.company_wrapper_2025 {
  margin: 0;
  padding: 0;
  background: #fff;
  color: #111;
}

.intro_section_2025 {
  padding: 20px 20px;
  max-width: 1300px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.intro_text_block_2025 {
  flex: 1 1 50%;
}

.intro_heading_block_2025 {
  flex: 1 1 100%;
  margin-bottom: 30px;
}

.intro_heading_block_2025 h2 {
  font-size: 2rem;
  margin-bottom: 10px;
  font-weight: 600;
  line-height: 1.2;
  color: #000;
}

.intro_heading_block_2025 h3 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 30px;
  color: #000;
}

.intro_text_block_2025 p {
  font-size: 1.05rem;
  line-height: 1.7;
  margin-bottom: 20px;
  color: #333;
  text-align: justify;
}

.intro_image_block_2025 {
  flex: 1 1 45%;
  display: flex;
  justify-content: flex-end;
}

@media (max-width: 992px) {
  .intro_section_2025 {
    flex-direction: column;
    align-items: center;
  }
  .intro_text_block_2025,
  .intro_image_block_2025,
  .intro_heading_block_2025 {
    flex: 1 1 100%;
    text-align: center;
  }
  .intro_heading_block_2025 h2 {
    font-size: 1.3rem;
    margin-top: 10px;
  }
  .intro_heading_block_2025 h3 {
    font-size: 1.5rem;
  }
  .intro_image_block_2025 img {
    height: auto;
  }
}

/* about us section end */

/* why grdge section start  */
.why-ibs-section {
  padding: 60px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
}

.why-ibs-container {
  display: flex;
  max-width: 1200px;
  width: 100%;
  position: relative;
  flex-wrap: wrap;
}

.why-ibs-image {
  flex: 1 1 50%;
}

.why-ibs-image img {
  width: 50%;
  height: auto;
  border-radius: 8px;
}

.why-ibs-content {
  flex: 1 1 50%;
  background: #fff;
  padding: 40px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  max-width: 600px;
}

.why-ibs-subtitle {
  font-size: 16px;
  color: #555;
  margin-bottom: 10px;
  position: relative;
}

.why-ibs-subtitle::after {
  content: "";
  width: 50px;
  height: 2px;
  background: #f2b705;
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
}

.why-ibs-title {
  font-size: 28px;
  font-weight: 700;
  color: #0d1b2a;
  margin-bottom: 20px;
}

.why-ibs-text {
  font-size: 16px;
  color: #000000;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 992px) {
  .why-ibs-container {
    flex-direction: column;
  }
  .why-ibs-image {
    display: none; /* Hide image on mobile */
  }
  .why-ibs-content {
    position: relative;
    transform: none;
    top: auto;
    right: auto;
    max-width: 100%;
    margin-top: 0;
  }
}

/* why grdge section end  */

/* mission vison and experience section start  */
.gr_edge_main_section {
  background: #f9f9f9;
  padding: 40px 20px;
}
.gr_edge_card_container {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  max-width: 1300px;
  margin: 0 auto;
}
.gr_edge_single_card {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  padding: 30px 20px;
  text-align: center;
  flex: 1 1 calc(33.333% - 40px);
  max-width: 350px;
  transition: transform 0.3s ease;
}
.gr_edge_single_card:hover {
  transform: translateY(-8px);
}
.gr_edge_icon_circle {
  width: 70px;
  height: 70px;
  background: #c30e0e;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}
.gr_edge_icon_circle img {
  width: 35px;
  height: 35px;
}
.gr_edge_single_card h3 {
  font-size: 1.5rem;
  color: #222;
  margin-bottom: 15px;
}
.gr_edge_single_card p {
  color: #000000;
  line-height: 1.6;
  font-size: 1rem;
}
/* Responsive */
@media (max-width: 768px) {
  .gr_edge_single_card {
    flex: 1 1 100%;
    max-width: 100%;
  }
}

/* mission vison experience section end  */

/* director section section start  */
.team-section {
  width: 90%;
  max-width: 1200px;
  margin: auto;
  padding: 50px 0;
}

.team-member {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
  flex-wrap: wrap;
}

.team-member.reverse {
  flex-direction: row-reverse;
}

.member-image {
  flex: 1;
  text-align: center;
}

.member-image img {
  width: 100%;
  max-width: 400px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.member-text {
  flex: 1;
  padding: 20px;
}

.member-text h2 {
  font-size: 28px;
  color: #222;
  margin-bottom: 10px;
}

.member-text h4 {
  font-size: 20px;
  color: #555;
  margin-bottom: 15px;
}

.member-text p {
  font-size: 16px;
  line-height: 1.6;
  color: #000000;
}

/* Mobile responsive */
@media (max-width: 768px) {
  .team-member {
    flex-direction: column;
    text-align: center;
  }
  .team-member.reverse {
    flex-direction: column;
  }
  .member-text {
    padding: 15px 0;
  }
}

/* director section end  */
