.outer-main-section {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  background-color: #f5f5f5;
}

.section-container {
  height: 90%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 90px;
  background-color: white;
  padding: 40px 20px;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.image-container {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.image-container img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}

.image-container::before {
  content: "";
  position: absolute;
  top: -20px;
  left: -20px;
  background: url("https://img.icons8.com/ios-filled/50/000000/airplane.png")
    no-repeat center;
  width: 50px;
  height: 50px;
  z-index: 10;
}

.about-content-container {
  width: 40%;
}

.about-content-container h4 {
  color: var(--primary-deep-blue-color, #001e74);
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.192px;
  margin: 0px;
}

.about-content-container h1 {
  color: #000;
  font-family: "Open Sans";
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.528px;
  margin: 0px;
}

.about-content-container p {
  color: #4f4f4f;
  font-family: "Open Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.24px;
  margin: 0px;
}

.features {
  display: flex;
  gap: 20px;
  margin-top: 20px;
}

.feature-item {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #333;
}

.feature-item img {
  margin-right: 8px;
}

.feature-item span {
  color: var(--primary-deep-blue-color, #001e74);
  font-family: "Open Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 136.263%;
  /* 27.253px */
  letter-spacing: 0.05px;
}

.outer-visit-container {
  font-family: Arial, sans-serif;
  background-color: #d3d3d3;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  color: #333;
  padding: 70px 0px;
}

* {
  margin: 0;
}

.main-container {
  text-align: center;
  max-width: 100%;
  margin: auto;
}

.main-container h5 {
  color: var(--primary-deep-blue-color, #001e74);
  text-align: center;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.192px;
  margin: 0;
}

.main-container h2 {
  color: #000;
  text-align: center;
  font-family: "Open Sans";
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.085px;
  margin: 10px 0 30px;
}

.card-group {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.card-box {
  width: 238px;
  height: 330px;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  background: url(<path-to-image>) lightgray -61px 0px / 147.899% 100% no-repeat,
    #d9d9d9;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s;
  display: flex;
  align-items: flex-end;
}

.card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}

.card-label {
  background: rgba(0, 0, 0, 0.6);
  /* Semi-transparent black background */
  opacity: 0.75;
  background: #000;
  backdrop-filter: blur(9.800000190734863px);
  /* Adjust blur effect */
  position: absolute;
  left: 0;
  right: 0;
  color: white;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding: 20px 0;
  border-radius: 0 0 15px 15px;
  /* Smooth border at the bottom */
}
.outer-exp-container {
  font-family: "Open Sans", sans-serif;
  background: #333;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
}

.container-experience {
  width: 100%;
  height: auto;
  padding: 74px 0px;
  background: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.75) 0%,
      rgba(0, 0, 0, 0.75) 100%
    ),
    url(https://res.cloudinary.com/dtjgawrwz/image/upload/v1733821921/bg-exp-image_tyj1xf.jpg)
      lightgray 1px -451.303px / 99.868% 427.376% no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}

.achievement {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 69px;
}

.achievement-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 9px;
}

.icon-about {
  width: 70px;
  height: 70px;
  position: relative;
}
.icon img {
  height: 60px;
  width: 60px;
}
.icon-1,
.icon-2,
.icon-4 {
  /* width: 58px; */
  /* height: 58px; */
  /* top: 6px; */
  /* left: 6px; */
}

.icon-3 {
  position: relative;
}

.icon-3 .shape {
  position: absolute;
}

.icon-3 .shape-1 {
  width: 18.5px;
  height: 18.3px;
  left: 25.7px;
  top: 12.8px;
}

.icon-3 .shape-2 {
  width: 62.2px;
  height: 49.7px;
  left: 3.9px;
  top: 4.9px;
}

.icon-3 .shape-3 {
  width: 49.2px;
  height: 30.3px;
  left: 16.6px;
  top: 35px;
}

.text-exp {
  color: white;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05px;
}

/* //Blog Css */

.outer-blog-section {
  font-family: "Open Sans", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: auto;
  padding: 20px 0px 110px 0px;
}

.blog-container {
  width: 100%;
  background-color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.blog-header {
  font-size: 34px;
  font-weight: 700;
  color: black;
  text-align: center;
  letter-spacing: 0.09px;
  margin-bottom: 20px;
}

.blog-cards {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
.blog-cards a {
  height: 562px;
  height: auto;
  text-decoration: none;
  color: black;
}
.blog-card {
  width: 424px;
  /* height: 100%; */
  background-color: white;
  border-radius: 10px;
  overflow: hidden;
  border: 0.75px solid #303030;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.blog-card img {
  object-fit: cover;
  width: 100%;
  height: 282px;
  background: linear-gradient(0deg, #d9d9d9 0%, #d9d9d9 100%);
}

.blog-content {
  padding: 16px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.blog-content h3 {
  margin: 0px;
  font-size: 24px;
  font-weight: 600;
  color: black;
}

.blog-content p {
  margin: 0px;
  font-size: 16px;
  font-weight: 400;
  color: black;
}

.blog-content button {
  padding: 5px 20px;
  color: white;
  border-radius: 9999px;
  border: none;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* .blog-content button:hover {
    background-color: #333;
    color: white !important;
} */

@media (min-width: 951px) {
  .card-group {
    gap: 58px;
  }
  .team-gallery {
    gap: 30.15px !important;
  }
  .blog-cards {
    gap: 60px;
  }
  .achievement-item {
    width: 216px;
  }
}
