* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Montserrat", "sans-serif";
  text-decoration: none;
  list-style: none;
  scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", serif;
  font-weight: 700;
}
p {
  font-family: "Montserrat", serif;
  font-weight: 500;
}

.navbar {
  padding: 1.5rem 0;
  z-index: 999999;
  background: #fafafa;
}
.navbar .navbar-brand {
  font-size: 30px;
  color: #2d4a71;
  font-weight: bold;
  font-style: italic;
  padding-left: 2rem;
}
#navbarNav .navbar-nav {
  padding-right: 3rem;
}

.navbar-nav .nav-item .nav-link {
  font-size: 16px;
  color: #2d4a71;
  font-weight: 500;
  margin: 0px 25px;
  border-bottom: 3px solid transparent;
  transition: 0.3s ease;
}

.nav-item .nav-link:hover {
  color: #6c2121;
  border-bottom: 3px solid #6c2121;
  font-size: 16px;
  text-decoration: none;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
    justify-content: end;
  }
}

.hero {
  width: 100%;
  min-height: 676px;
  padding: 58px 138px;
  background-image: url("../img/account.png");
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.content-wrapper {
  max-width: 1162px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 80px;
}

.search-container {
  width: 100%;
}

.search-bar {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 9px 0;
  border-bottom: 1px solid #fff;
}

.search-icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.search-icon {
  width: 23px;
  height: 23px;
  flex-shrink: 0;
}

.search-input {
  background: transparent;
  border: none;
  outline: none;
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  width: 100%;
}

.search-input::placeholder {
  color: #fff;
}

.main-content {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.title-section {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.title {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 52px;
}

.company-name {
  font-size: 40px;
  font-weight: 700;
  margin-top: 5px;
  color: #fff;
  font-family: Montserrat, sans-serif;
}

.divider {
  width: 298px;
  height: 2px;
  background-color: #fff;
  border: none;
}

.description {
  max-width: 941px;
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.cta-button {
  width: 174px;
  height: 53px;
  border: 2px solid #fff;
  border-radius: 5px;
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  margin-top: 40px;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s, color 0.3s;
  text-decoration: none;
}

.cta-button:hover {
  background-color: #fff;
  color: #000;
}

/* Media Queries */
@media (max-width: 991px) {
  .hero {
    padding: 40px 60px;
  }

  .content-wrapper {
    gap: 60px;
  }

  .title {
    font-size: 20px;
    line-height: 40px;
  }

  .company-name {
    font-size: 32px;
  }

  .description {
    font-size: 15px;
  }
}

@media (max-width: 640px) {
  .hero {
    padding: 30px 20px;
    min-height: 550px;
  }

  .content-wrapper {
    gap: 40px;
  }

  .search-bar {
    padding: 6px 0;
  }

  .title {
    font-size: 18px;
    line-height: 32px;
    margin-top: 2rem;
  }

  .company-name {
    font-size: 28px;
  }

  .divider {
    width: 200px;
  }

  .description {
    font-size: 14px;
  }

  .cta-button {
    width: 100%;
    margin-top: 20px;
  }
}
.why-choose-container {
  width: 100%;
}

/* Top Section with Blue Accent */
.top-section {
  background-color: rgba(255, 255, 255, 1);
  width: 100%;
  overflow: hidden;
}

@media (max-width: 991px) {
  .top-section {
    max-width: 100%;
  }
}

.blue-section {
  background-color: rgba(225, 230, 237, 1);
  display: flex;
  width: 100%;
  padding-right: 80px;
  padding-top: 49px;
  padding-bottom: 83px;
  flex-direction: column;
  align-items: start;
}

@media (max-width: 991px) {
  .blue-section {
    max-width: 100%;
    padding-right: 20px;
  }
}

.section-header {
  display: flex;
  align-items: stretch;
  gap: 20px;
  font-size: 40px;
  color: rgba(47, 46, 65, 1);
  font-weight: 700;
  line-height: 1.1;
  flex-wrap: wrap;
}

.blue-accent-bar {
  background-color: rgba(45, 74, 113, 1);
  align-self: start;
  display: flex;
  margin-top: 8px;
  width: 239px;
  flex-shrink: 0;
  height: 36px;
}

.section-title {
  flex-basis: auto;
  flex-grow: 1;
  flex-shrink: 1;
  font-size: 40px;
  font-weight: 700;
}

.features-container {
  border-radius: 2px;
  background-color: rgba(255, 255, 255, 1);
  display: flex;
  margin-top: 49px;
  margin-left: 122px;
  min-height: 295px;
  width: 961px;
  max-width: 100%;
  padding: 21px 20px;
  flex-direction: column;
  align-items: center;
  color: rgba(167, 43, 43, 1);
  justify-content: center;
  z-index: 9999;
}

@media (max-width: 991px) {
  .features-container {
    margin-top: 40px;
  }
}

.features-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}

@media (max-width: 991px) {
  .feature-box {
    min-width: auto !important;
  }
  .features-wrapper {
    max-width: 100%;
    flex-wrap: inherit;
  }
  .features-container {
    margin-left: 0px;
  }
  .client-img {
    position: absolute !important;
    left: 30% !important;
    top: 78% !important;
  }
  .client-1-img {
    position: absolute !important;
    left: 7% !important;
    top: 129% !important;
  }
}

.feature-box {
  align-self: stretch;
  display: flex;
  min-width: 240px;
  /* margin-top: auto;
  margin-bottom: auto; */
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  width: 287px;
}

.feature-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

.feature-description {
  font-size: 16px;
  font-weight: 500;
  margin-top: 26px;
}

.red-divider {
  background-color: rgba(167, 43, 43, 0.5);
  align-self: stretch;
  display: flex;
  margin-top: auto;
  margin-bottom: auto;
  width: 1px;
  flex-shrink: 0;
  height: 253px;
}

/* Bottom Section with Red Accent */
.bottom-section {
  background-color: rgba(255, 255, 255, 1);
  width: 100%;
  overflow: hidden;
  color: rgba(45, 74, 113, 1);
}

@media (max-width: 991px) {
  .bottom-section {
    max-width: 100%;
  }
}

.red-section {
  background-color: rgba(222, 207, 207, 1);
  display: flex;
  width: 100%;
  padding-left: 80px;
  padding-top: 27px;
  padding-bottom: 83px;
  flex-direction: column;
  align-items: end;
}

@media (max-width: 991px) {
  .red-section {
    max-width: 100%;
    padding-left: 20px;
  }
}

.red-accent-bar {
  background-color: rgba(167, 43, 43, 1);
  display: flex;
  width: 652px;
  flex-shrink: 0;
  max-width: 100%;
  height: 36px;
}

.bottom-section .features-container {
  margin-top: 79px;
  margin-left: 0;
  margin-right: 122px;
}

@media (max-width: 991px) {
  .bottom-section .features-container {
    margin-right: 10px;
    margin-top: 40px;
  }
}

.blue-divider {
  background-color: rgba(45, 74, 113, 0.5);
  align-self: stretch;
  display: flex;
  margin-top: auto;
  margin-bottom: auto;
  width: 1px;
  flex-shrink: 0;
  height: 253px;
}

/* Specific adjustments for feature boxes */
.feature-box:nth-child(3) .feature-title {
  line-height: 1.4;
}

.feature-box:nth-child(3) .feature-description {
  /* margin-top: 40px; */
}

.feature-box:nth-child(5) .feature-description {
  margin-top: 40px;
}
.client-img {
  position: absolute;
  left: 60%;
  img {
    height: 445px;
    width: 500px;
  }
}
.client-1-img {
  position: absolute;
  left: 7%;
  img {
    height: 445px;
    width: 500px;
  }
}
.text-section-1 {
  text-align: center;
  height: 35vh;
  padding-top: 6rem;
  color: #1e2a3a;
}

.services-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 23px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

@media (max-width: 991px) {
  .services-container {
    padding: 15px;
    gap: 15px;
  }
}

@media (max-width: 640px) {
  .services-container {
    padding: 10px;
  }
}

.title-card {
  color: #1e2a3a;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 44px;
  width: 370px;
  height: 320px;
  padding: 22px 24px;
  border-radius: 5px;
  background-color: #e1e6ed;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 640px) {
  .title-card {
    font-size: 32px;
    line-height: 36px;
    width: 100%;
    height: auto;
    min-height: 280px;
  }
}

@media (max-width: 991px) {
  .title-card {
    width: calc(50% - 15px);
  }
}

.service-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 370px;
  height: 320px;
  padding: 22px 24px;
  border-radius: 5px;
}

.service-card.dark-blue {
  background-color: #2d4a71;
}

.service-card.light-blue {
  background-color: #7fa6d6;
}

.service-card.gray {
  background-color: #e1e6ed;
}

@media (max-width: 991px) {
  .service-card {
    width: calc(50% - 15px);
  }
}

@media (max-width: 640px) {
  .service-card {
    width: 100%;
    height: auto;
    min-height: 280px;
  }
}

.service-image {
  height: 152px;
  width: 100%;
  border-radius: 5px;
  object-fit: cover;
}

.service-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  width: 100%;
}

.service-number {
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 44px;
  color: #fff;
}

@media (max-width: 640px) {
  .service-number {
    font-size: 32px;
    line-height: 36px;
  }
}

.service-title {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}

@media (max-width: 640px) {
  .service-title {
    font-size: 18px !important;
  }
}

.service-number.dark {
  color: #fff;
}

.service-title.dark {
  color: #fff;
}

.quote-banner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 249px;
  padding: 83px 20px;
  background-color: #fafafa;
}

.quote-content {
  text-align: center;
  max-width: 800px;
}

.quote-heading {
  color: #1e2a3a;
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 4px;
  margin-top: 0;
}

.quote-subheading {
  color: #1e2a3a;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 40px;
  margin: 0;
}

@media (max-width: 991px) {
  .quote-banner {
    padding: 60px 20px;
  }

  .quote-heading {
    font-size: 24px;
    line-height: 32px;
  }

  .quote-subheading {
    font-size: 18px;
    line-height: 28px;
  }
}

@media (max-width: 640px) {
  .quote-banner {
    padding: 40px 16px;
  }

  .quote-heading {
    font-size: 20px;
    line-height: 28px;
  }

  .quote-subheading {
    font-size: 16px;
    line-height: 24px;
  }
}

.footer {
  padding: 23px 142px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  background-color: #1e2a3a;
}

.footer-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 35px;
  max-width: 1156px;
  width: 100%;
}

.footer-links {
  display: flex;
  align-items: flex-start;
  gap: 240px;
  width: 100%;
}

.nav-links {
  display: flex;
  flex-direction: column;
  gap: 21px;
  width: 118px;
}
.nav-links a:hover {
  text-decoration: underline;
}

.link {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.link:hover {
  opacity: 0.8;
  color: white;
}

.contact-info {
  display: flex;
  flex-direction: column;
  gap: 21px;
  /* width: 226px; */
}

.info {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 400;
  height: 15px;
  margin: 0;
  text-decoration: none;
}
.info:hover {
  color: white;
}

a.info:hover {
  text-decoration: underline;
}

.newsletter {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 287px;
}

.newsletter-title {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 400;
  margin: 0;
}

.newsletter-form {
  position: relative;
  width: 287px;
  height: 63px;
}

.email-input {
  width: 216px;
  height: 29px;
  border-radius: 2px;
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  padding: 8px;
  position: absolute;
  left: 0;
  top: 0;
  box-sizing: border-box;
}

.email-input::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.email-input:focus {
  outline: none;
  border-color: #fff;
}

.submit-btn {
  width: 69px;
  height: 29px;
  border-radius: 2px;
  border: none;
  color: #1e2a3a;
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  font-weight: 500;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  background-color: #fff;
  transition: background-color 0.2s ease;
}

.submit-btn:hover {
  background-color: #f0f0f0;
}

.newsletter-desc {
  position: absolute;
  left: 0;
  top: 33px;
  /* width: 216px; */
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  font-weight: 300;
  margin: 0;
}

.copyright {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 300;
}

.copyright-icon {
  width: 12px;
  height: 12px;
}

.back-to-top {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 35px;
  cursor: pointer;
  background: transparent;
  border: none;
  padding: 0;
  transition: opacity 0.2s ease;
}

.back-to-top:hover {
  opacity: 0.8;
}

.arrow-icon {
  width: 28px;
  height: 28px;
}

.back-to-top-text {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
}

/* Media Queries */
@media (max-width: 991px) {
  .footer {
    padding: 23px 40px;
  }

  .footer-links {
    gap: 80px;
  }
}

@media (max-width: 640px) {
  .footer {
    padding: 23px 20px;
  }

  .footer-links {
    flex-direction: column;
    gap: 40px;
    align-items: center;
  }

  .nav-links {
    width: 100%;
    align-items: center;
    text-align: center;
  }

  .contact-info {
    width: 100%;
    align-items: center;
    text-align: center;
  }

  .newsletter {
    width: 100%;
    align-items: center;
    text-align: center;
  }

  .newsletter-form {
    width: 100%;
  }

  .email-input {
    width: 70%;
  }

  .submit-btn {
    width: 28%;
  }

  .newsletter-desc {
    width: 100%;
  }
}

/* about us page css  */

.hero-banner {
  width: 100%;
  min-height: 397px;
  padding: 135px 138px;
  background-image: url("../img/aboutus.png");
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.hero-content {
  max-width: 1160px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 51px;
}

.search-container {
  width: 100%;
}

.search-bar {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 9px 0;
  border-bottom: 1px solid #fff;
  width: 100%;
}

.search-text {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.title-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}

.hero-title {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 52px;
  margin: 0;
}

.title-underline {
  text-decoration-line: underline;
  width: 298px;
  height: 2px;
  background-color: #fff;
}

.hero-description {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  max-width: 1160px;
  margin: 0;
}

@media (max-width: 991px) {
  .hero-banner {
    padding: 40px 60px;
  }

  .hero-content {
    gap: 30px;
  }

  .hero-title {
    font-size: 32px;
    line-height: 42px;
  }

  .title-underline {
    width: 240px;
  }
}

@media (max-width: 640px) {
  .hero-banner {
    padding: 30px 20px;
  }

  .hero-content {
    gap: 20px;
    padding-top: 5rem;
  }

  .hero-title {
    font-size: 28px;
    line-height: 36px;
  }

  .title-underline {
    width: 200px;
  }

  .search-text {
    font-size: 14px;
  }

  .hero-description {
    font-size: 14px;
  }
}

.mission-container {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.top-spacer,
.bottom-spacer {
  /* height: 28px; */
  padding-top: 1rem;
  width: 100%;
  background-color: #fafafa;
}

.mission-content {
  display: flex;
  width: 100%;
}

.responsive-image {
  /* aspect-ratio: 1.5; */
  object-fit: contain;
  object-position: center;
  width: 100%;
  max-width: 390px;
}

.mission-left {
  width: 50%;
  padding: 45px 0;
  display: flex;
  justify-content: flex-end;
  background-color: #6c2121;
}

.mission-left-content {
  width: 568px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-right: 46px;
}

.mission-title {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 52px;
  margin-bottom: 18px;
}

.mission-divider {
  width: 135px;
  height: 2px;
  background-color: #fff;
}

.mission-intro {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
  margin-top: 3rem;
}

.mission-right {
  width: 50%;
  padding: 51px 71px;
  background-color: #fafafa;
}

.mission-right-content {
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-width: 537px;
}

.mission-paragraph {
  color: #545454;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
}

/* Responsive Styles */
@media (max-width: 991px) {
  .mission-content {
    flex-direction: column;
  }

  .mission-left,
  .mission-right {
    width: 100%;
  }

  .mission-left {
    padding: 45px 20px;
    justify-content: center;
  }

  .mission-left-content {
    width: 100%;
    max-width: 568px;
  }

  .mission-right {
    padding: 40px 20px;
  }

  .mission-right-content {
    max-width: 100%;
  }
}

@media (max-width: 640px) {
  .mission-left,
  .mission-right {
    padding: 30px 20px;
  }

  .mission-title {
    font-size: 32px;
    line-height: 42px;
  }

  .mission-intro,
  .mission-paragraph {
    font-size: 14px;
    margin-top: 0px;
  }
}

.approach-section {
  position: relative;
  background: #e1e6ed;
  margin-top: 2rem;
  padding: 2rem 9rem;
}
.approach-section .left-img {
  position: absolute;
  left: 0;
  top: 7%;
}
.approach-section .right-img {
  position: absolute;
  right: 0;
  top: 35%;
}
.approach-section h2 {
  font-size: 40px !important;
  color: #2d4a71;
}
.approach-section .bottom-diveder {
  border-bottom: 1px solid #2d4a71 !important;
  width: 300px;
}
.approach-section .container {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.approach-section .row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 0 auto;
  text-align: center;
}
.approach-section .hexagon {
  position: relative;
  width: 230px;
  height: 270px;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: white;
  padding: 10px;
  overflow: hidden;
  transform: rotate(-90deg);
}
.approach-section .hex-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  text-align: center;
  transform: rotate(90deg);
}
.approach-section .hex-content h3 {
  font-size: 1em;
  margin-bottom: 10px;
}
.approach-section .hex-content p {
  font-size: 14px;
}
.approach-section .row:nth-child(1) .hexagon:nth-child(1) {
  background-color: #6c2121;
}
.approach-section .row:nth-child(1) .hexagon:nth-child(3) {
  background-color: #fff;
}
.approach-section .row:nth-child(1) .hexagon:nth-child(5) {
  background-color: #2d4a71;
}
.approach-section .row:nth-child(1) .hexagon:nth-child(7) {
  background-color: #fff;
}
.approach-section .row:nth-child(1) .hexagon:nth-child(1) h3 {
  color: #fff;
}
.approach-section .row:nth-child(1) .hexagon:nth-child(3) h3,
.approach-section .row:nth-child(1) .hexagon:nth-child(7) h3 {
  color: #a72b2b;
}
.approach-section .row:nth-child(1) .hexagon:nth-child(3) p,
.approach-section .row:nth-child(1) .hexagon:nth-child(7) p {
  /* color: #545454; */
  color: black;
}
.approach-section .container2 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  margin: 0 auto;
  max-width: 1200px; /* Customize max-width */
  margin: 0 auto; /* Center container */
  padding: 0 20px; /* Add custom horizontal padding */
  box-sizing: border-box;
}
.approach-section .line {
  position: absolute;
  width: 200px;
  background-color: #2d4a71;
  height: 3px;
}
.approach-section .line1 {
  width: 60px;
  transform: rotate(120deg);
  top: 2px;
  left: 25.3%;
  transform-origin: top left;
}
.approach-section .line2 {
  width: 60%;
  top: 0px;
  left: 25%;
}
.approach-section .line3 {
  /* width: 60px; */
  width: 43px;
  transform: rotate(-60deg);
  top: 0px;
  left: 85%;
  transform-origin: bottom left;
}
.approach-section .row:nth-child(3) .hexagon:nth-child(1) {
  background-color: #2d4a71;
}
.approach-section .row:nth-child(3) .hexagon:nth-child(3) {
  background-color: #fff;
}
.approach-section .row:nth-child(3) .hexagon:nth-child(3) h3 {
  color: #a72b2b;
}
.approach-section .row:nth-child(3) .hexagon:nth-child(3) p {
  /* color: #545454; */
  color: black;
}
.approach-section .row:nth-child(3) .hexagon:nth-child(5) {
  background-color: #6c2121;
}
.approach-section .rectangle {
  width: 58px;
  height: 3px;
  background-color: #2d4a71;
  display: flex;
  justify-content: center;
  align-items: center;
}

.approach-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  width: 350px;
  padding: 0 20px;
}
.approach-title {
  color: #1e2a3a;
  font: 700 20px "Montserrat", sans-serif;
}
.approach-underline {
  width: 135px;
  height: 2px;
  background-color: #1e2a3a;
}
@media (max-width: 991px) {
  .approach-container {
    width: 100%;
    padding: 0 15px;
  }
  .approach-title {
    font-size: 18px;
  }
  .approach-underline {
    width: 120px;
  }
}
@media (max-width: 640px) {
  .approach-container {
    padding: 0 10px;
  }
  .approach-title {
    font-size: 20px;
  }
  .approach-underline {
    width: 100px;
  }
}

.client-data-container-red {
  display: flex;
  flex-direction: column;
  font-family: Montserrat, sans-serif;
  color: #ffffff;
  background: #6c2121;
  text-align: right;
}
.client-data-container-white {
  display: flex;
  flex-direction: column;
  font-family: Montserrat, sans-serif;
  color: #514b4b;
}
.client-data-container-blue {
  display: flex;
  flex-direction: column;
  font-family: Montserrat, sans-serif;
  color: #ffffff;
  background: #2d4a71;
  text-align: right;
}
.approach-img {
  width: 39%;
}
.client-data-content {
  padding-right: 15px;
}
.client-data-content-white {
  padding-left: 12px;
}
.client-data-wrapper {
  /* display: flex;
  width: 220px;
  max-width: 100%;
  flex-direction: column;
  justify-content: space-between;
  flex: 1; */
}
.client-data-header {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
}
.client-data-number {
  font-size: 20px;
  font-weight: 400;
}
.client-data-title {
  font-size: 18px;
  font-weight: 600;
  margin-top: 5px;
}
.client-data-description {
  font-size: 14px;
  font-weight: 400;
  margin-top: 16px;
}

@media (max-width: 640px) {
  .approach-section .container2 {
    display: none;
  }
  .approach-section .rectangle {
    display: none;
  }
  .approach-section {
    padding: 0;
  }
  .approach-section .left-img {
    display: none;
  }
  .approach-section .right-img {
    display: none;
  }
}

/* @media (min-width: 1000px) {
  .approach-section .row:nth-child(1) .rectangle:nth-child(2) {
    rotate: 90deg;
    position: absolute;
    top: 29%;
    right: 32%;
    z-index: 2;
  }

  .approach-section .row:nth-child(2) .rectangle:nth-child(2) {
    position: absolute;
    top: 73%;
    right: 39%;
    z-index: 2;
    width: 223px;
  }

  .approach-section .line2 {
    width: 44%;
    top: 0px;
    left: 25%;
  }

  .approach-section .line3 {
    width: 60px;
    width: 50px;
    transform: rotate(-60deg);
    top: 0px;
    left: 69%;
    transform-origin: bottom left;
  }
} */

.commitment-container {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.commitment-top-spacer {
  height: 28px;
  width: 100%;
  background-color: #fafafa;
}

.commitment-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.commitment-image {
  width: 50%;
  height: 295px;
  object-fit: cover;
}

.commitment-text-container {
  display: flex;
  width: 50%;
  height: 295px;
  padding: 50px 0;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  background-color: #1e2a3a;
}

.commitment-text-wrapper {
  display: flex;
  width: 84%;
  flex-direction: column;
  align-items: flex-start;
  gap: 45px;
}

.commitment-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
  width: 100%;
}

.commitment-title {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 52px;
  width: 100%;
  margin: 0;
}

.commitment-underline {
  text-decoration-line: underline;
  width: 152px;
  height: 2px;
  background-color: #fff;
}

.commitment-description {
  width: 490px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}

.commitment-bottom-spacer {
  height: 28px;
  width: 100%;
  background-color: #fafafa;
}

/* Media Queries */
@media (max-width: 991px) {
  .commitment-content {
    flex-direction: column;
  }

  .commitment-image {
    width: 100%;
  }

  .commitment-text-container {
    width: 100%;
    align-items: center;
  }

  .commitment-text-wrapper {
    width: 90%;
  }

  .commitment-description {
    width: 100%;
  }
}

@media (max-width: 640px) {
  .commitment-text-container {
    padding: 30px 0;
  }

  .commitment-text-wrapper {
    gap: 30px;
  }

  .commitment-title {
    font-size: 32px;
    line-height: 42px;
  }

  .commitment-description {
    font-size: 14px;
  }
}

.values-section {
  /* max-width: 1440px; */
  /* margin-left: auto;
  margin-right: auto; */
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 0;
  position: relative;
}

/* Left Shapes */
.left-shapes {
  /* width: 264px; */
  /* height: 480px;
  position: relative; */
}

.left-shapes .red-shape {
  /* width: 208px;
  height: 240px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(167, 43, 43, 0.58); */
}

.left-shapes .outline-shape {
  /* width: 208px;
  height: 240px;
  position: absolute;
  border: 0.5px solid #262626;
  left: 57px;
  top: 120px; */
}

.left-shapes .blue-shape {
  /* width: 208px;
  height: 240px;
  position: absolute;
  left: 0;
  top: 240px;
  background-color: rgba(55, 74, 89, 0.56); */
}

/* Content Container */
.content-container {
  max-width: 685px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 34px;
}

.main-heading {
  color: #1e2a3a;
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 52px;
  text-align: center;
}

.values-container {
  display: flex;
  flex-direction: column;
  gap: 27px;
  width: 100%;
}

/* Values Row */
.values-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}

.value-item {
  flex: 1;
  padding: 0 20px;
}

.value-text {
  color: #a72b2b;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  padding-top: 2rem;
}

.vertical-divider {
  width: 1px;
  height: 120px;
  margin: 0 30px;
  background-color: #2d4a71;
}

/* Divider Row */
.divider-row {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 20px;
}

.horizontal-divider {
  flex: 1;
  height: 1px;
  background-color: #2d4a71;
}

.diamond-shape {
  width: 18px;
  height: 18px;
  transform: rotate(45deg);
  position: relative;
  background-color: #2d4a71;
}

.diamond-center {
  width: 8px;
  height: 8px;
  background: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}

/* Right Shapes */
.right-shapes {
  /* width: 264px; */
  height: 480px;
  position: relative;
}

.right-shapes .blue-shape-right {
  width: 208px;
  height: 240px;
  position: absolute;
  left: 57px;
  top: 0;
  background-color: rgba(45, 74, 113, 0.58);
}

.right-shapes .outline-shape-right {
  width: 208px;
  height: 240px;
  position: absolute;
  border: 0.5px solid #262626;
  left: 0;
  top: 120px;
}

.right-shapes .red-shape-right {
  width: 208px;
  height: 240px;
  position: absolute;
  left: 57px;
  top: 240px;
  background-color: rgba(167, 43, 43, 0.56);
}

/* Media Queries */
@media (max-width: 991px) {
  .values-section {
    max-width: 991px;
    /* flex-direction: column; */
    gap: 40px;
  }

  .left-shapes,
  .right-shapes {
    transform: scale(0.8);
  }

  .content-container {
    width: 100%;
  }

  .main-heading {
    font-size: 32px;
    line-height: 42px;
  }

  .values-row {
    flex-direction: column;
    gap: 30px;
    align-items: center;
  }

  .value-item {
    text-align: center;
    padding: 0;
  }

  .vertical-divider {
    display: none;
  }
}

@media (max-width: 640px) {
  .values-section {
    max-width: 640px;
  }

  .left-shapes,
  .right-shapes {
    display: none;
  }

  .main-heading {
    font-size: 28px;
    line-height: 36px;
  }

  .value-text {
    font-size: 14px;
    line-height: 18px;
  }

  .divider-row {
    margin: 20px 0;
  }
}

.excellence-banner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 249px;
  padding: 83px 20px;
  background-color: #decfcf;
}

.excellence-content {
  text-align: center;
  max-width: 800px;
}

.excellence-heading {
  color: #1e2a3a;
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 4px;
  margin-top: 0;
}

.excellence-subheading {
  color: #1e2a3a;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 40px;
  margin: 0;
}

@media (max-width: 991px) {
  .excellence-banner {
    padding: 60px 20px;
  }

  .excellence-heading {
    font-size: 24px;
    line-height: 32px;
  }

  .excellence-subheading {
    font-size: 18px;
    line-height: 28px;
  }
}

@media (max-width: 640px) {
  .excellence-banner {
    padding: 40px 16px;
  }

  .excellence-heading {
    font-size: 20px;
    line-height: 28px;
  }

  .excellence-subheading {
    font-size: 16px;
    line-height: 24px;
  }
}

/* services page css */

.hero-service-banner {
  width: 100%;
  padding: 135px 138px;
  background-image: url("../img/service.png");
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .hero-service-banner {
    padding: 40px 60px;
  }

  .hero-content {
    gap: 30px;
    padding-top: 4rem;
  }

  .hero-title {
    font-size: 32px;
    line-height: 42px;
  }

  .title-underline {
    width: 240px;
  }
}

@media (max-width: 640px) {
  .hero-service-banner {
    padding: 30px 20px;
  }

  .hero-content {
    gap: 20px;
    padding-top: 5rem;
  }

  .hero-title {
    /* font-size: 28px; */
    line-height: 36px;
  }

  .title-underline {
    width: 200px;
  }

  .search-text {
    font-size: 14px;
  }

  .hero-description {
    font-size: 14px;
  }
}

.line-img {
  margin: 2rem 0;
}

.services-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 23px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

@media (max-width: 991px) {
  .services-container {
    padding: 15px;
    gap: 15px;
  }
}

@media (max-width: 640px) {
  .services-container {
    padding: 10px;
  }
}

.title-card {
  color: #1e2a3a;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 44px;
  width: 370px;
  height: 320px;
  padding: 22px 24px;
  border-radius: 5px;
  background-color: #e1e6ed;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 640px) {
  .title-card {
    font-size: 32px;
    line-height: 36px;
    width: 100%;
    height: auto;
    min-height: 280px;
  }
}

@media (max-width: 991px) {
  .title-card {
    /* width: calc(50% - 15px); */
  }
}

.service-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 370px;
  /* height: 370px; */
  padding: 22px 24px;
  /* padding: 0px 24px; */
  border-radius: 5px;
}

.service-card.dark-blue {
  background-color: #2d4a71;
}

.service-card.light-blue {
  background-color: #7fa6d6;
}

.service-card.gray {
  background-color: #e1e6ed;
}

@media (max-width: 991px) {
  .service-card {
    width: calc(50% - 15px);
  }
}

@media (max-width: 640px) {
  .service-card {
    width: 100%;
    height: auto;
    min-height: 280px;
  }
}

.service-image {
  height: 152px;
  width: 100%;
  border-radius: 5px;
  object-fit: cover;
}

.service-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  width: 100%;
}

.service-number {
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 44px;
  color: #fff;
}

@media (max-width: 640px) {
  .service-number {
    font-size: 32px;
    line-height: 36px;
  }
}

.service-title {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}

@media (max-width: 640px) {
  .service-title {
    font-size: 18px;
  }
}

.service-number.dark {
  color: #fff;
}

.service-title.dark {
  color: #fff;
}

@media (max-width: 640px) {
  .line-img {
    margin: 1rem 1rem;
    width: 330px;
  }
}

/* Main container */
.industries-container {
  max-width: 1156px;
  margin: 0 auto;
  padding: 20px;
}

@media (max-width: 991px) {
  .industries-container {
    padding: 15px;
  }
}

/* Header section */
.industries-header {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-bottom: 40px;
}

.industries-title {
  color: #2d4a71;
  font-family: "Montserrat", sans-serif;
  font-size: 40px !important;
  font-weight: 700;
  line-height: 52px;
  margin: 0;
}

@media (max-width: 640px) {
  .industries-title {
    font-size: 21px !important;
    line-height: 42px;
  }
}

.industries-underline {
  text-decoration-line: underline;
  width: 298px;
  height: 2px;
  background-color: #2d4a71;
}

@media (max-width: 640px) {
  .industries-underline {
    width: 200px;
  }
}

/* Grid layout */
.industries-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 46px;
  justify-content: space-between;
}

@media (max-width: 991px) {
  .industries-grid {
    gap: 30px;
    justify-content: center;
  }
}

@media (max-width: 640px) {
  .industries-grid {
    gap: 20px;
  }
}

/* Industry card */
.industry-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 310px;
  gap: 20px;
}

@media (max-width: 991px) {
  .industry-card {
    width: 45%;
  }
}

@media (max-width: 640px) {
  .industry-card {
    width: 45%;
  }
}

.industry-icon {
  width: 180px;
  height: 120px;
  object-fit: contain;
}

@media (max-width: 640px) {
  .industry-icon {
    width: 150px;
    height: 100px;
  }
}

.industry-title {
  color: #1e2a3a;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  text-align: center;
  margin: 0;
}

@media (max-width: 640px) {
  .industry-title {
    font-size: 20px;
    line-height: 24px;
  }
}

/* contact us page css  */

/* Contact Page Styles */

.contact-container {
  overflow: hidden;
}

/* Page Header */
.page-header {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 24px;
  padding-left: 11rem;
  padding-top: 9rem;
}

.page-title {
  font-size: 40px;
  font-weight: 700;
  color: #2d4a71;
  line-height: 52px;
  margin: 0;
}

/* .title-underline {
  width: 298px;
  height: 2px;
  background-color: #2d4a71;
} */

/* Contact Content Layout */
.contact-content {
  display: flex;
  justify-content: center;
  gap: 81px;
}

/* Contact Info Section */
.contact-info-1 {
  display: flex;
  flex-direction: column;
  gap: 53px;
  width: 507px;
}

/* Contact Details */
.contact-details {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 7px;
}

.contact-label {
  width: auto;
  color: #a72b2b;
  font-size: 16px;
  font-weight: 600;
  margin: 0;
}

.contact-value {
  color: #545454;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}

/* Locations Section */
.locations-section {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.locations-title {
  color: #a72b2b;
  font-size: 16px;
  font-weight: 600;
  margin: 0;
}

.location-cards {
  display: flex;
  gap: 21px;
  flex-wrap: wrap;
}

.location-card {
  width: 243px;
  height: 275px;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  background-color: #fff;
}

.location-image {
  width: 100%;
  height: 143px;
  object-fit: cover;
  border-radius: 5px 5px 0 0;
}

.location-details {
  padding: 10px;
}

.location-name {
  color: #a72b2b;
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 10px 0;
}

.location-address {
  color: #545454;
  font-size: 12px;
  font-weight: 500;
  margin: 0;
}

/* Contact Form Section */
.contact-form-section {
  width: 568px;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.form-input {
  height: 41px;
  padding: 13px 11px;
  border: none;
  border-bottom: 1px solid #2d4a71;
  border-radius: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  color: #545454;
  width: 100%;
  box-sizing: border-box;
}

.form-row {
  display: flex;
  gap: 28px;
}

/* .email-input {
  width: 276px;
} */

.phone-input-group {
  display: flex;
  gap: 7px;
}

.country-code-dropdown {
  display: flex;
  align-items: center;
  gap: 3px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  color: #545454;
}

.dropdown-arrow-wrapper {
  display: flex;
  align-items: center;
}

.phone-input {
  width: 217px;
}

.services-dropdown {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 41px;
  padding: 12px 11px;
  border: 1px solid #2d4a71;
  border-radius: 5px;
  cursor: pointer;
}

.services-placeholder {
  color: #545454;
  font-size: 12px;
}

.form-textarea {
  height: 140px;
  padding: 12px 11px;
  border: 1px solid #2d4a71;
  border-radius: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  color: #545454;
  resize: none;
  width: 100%;
  box-sizing: border-box;
}

.submit-button {
  width: 117px;
  height: 32px;
  color: #fff;
  border: none;
  border-radius: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  background-color: #1e2a3a;
  align-self: flex-start;
}

/* Responsive Styles */
@media (max-width: 991px) {
  .contact-form {
    margin: 0 2rem;
  }
  .page-header {
    padding-left: 9rem;
  }
  .contact-content {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }

  .contact-info,
  .contact-form-section {
    width: 100%;
  }
}

@media (max-width: 640px) {
  .contact-item .contact-label {
    width: auto;
  }
  .locations-title {
    text-align: center;
  }
  .contact-form {
    margin: 0 1rem;
  }
  .page-header {
    padding-left: 0;
    /* padding-top: 9rem; */
  }
  .contact-item {
    display: flex;
    justify-content: center;
  }
  .page-title {
    font-size: 32px;
    line-height: 42px;
    text-align: center;
  }

  .title-underline {
    width: 200px;
  }

  .location-cards {
    justify-content: center;
  }

  .location-card {
    width: 100%;
    max-width: 300px;
  }

  .form-row {
    flex-direction: column;
    gap: 24px;
  }

  .email-input {
    width: 100%;
  }

  .phone-input-group {
    width: 100%;
  }

  .phone-input {
    width: 100%;
  }
}

.multiselect-container {
  max-width: 100%;
}
.multiselect {
  text-align: justify !important;
}

/* phone responsive  why chosse section  */

/* .content-wrapper-1 {
  background-image: url("../img/client-3.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  padding-top: 1rem;
}
@media (max-width: 640px) {
  .section-header .section-title {
    width: 95%;
    font-size: 25px;
  }
  .section-header {
    background: #2d4a71;
    color: white;
    text-align: center;
    width: 95%;
  }
}
.section-header,
h2 {
  font-size: 25px;
  padding: 8px;
}
.content-wrapper-1 .card {
  padding: 10px;
  margin: 0 1rem;
}
.content-wrapper-1 .benefits-list .card-title {
  font-size: 14px;
  font-weight: 600;
  color: #a72b2b;
}
.content-wrapper-1 .benefits-list .benefit-card .card p {
  font-size: 12px;
  font-weight: 500;
  color: #a72b2b;
}
.content-wrapper-1 .benefits-list .card-title-1 {
  font-size: 14px;
  font-weight: 600;
  color: #2d4a71;
}
.content-wrapper-1 .benefits-list .benefit-card .card .card-description-1 {
  font-size: 12px;
  font-weight: 500;
  color: #2d4a71;
} */
.bkg {
  background-image: url("../img/client-1.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.banner-container {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 217px;
  position: relative;
}

@media (max-width: 991px) {
  .banner-container {
    max-width: 991px;
  }
}

@media (max-width: 640px) {
  .banner-container {
    max-width: 640px;
  }
}

.banner-content {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.3) 0%,
    rgba(0, 0, 0, 0.3) 100%
  );
}

.banner-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.banner-heading {
  position: relative;
  color: #fff;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 700;
  z-index: 2;
  margin: 0;
}

@media (max-width: 991px) {
  .banner-heading {
    font-size: 18px;
  }
}

@media (max-width: 640px) {
  .banner-heading {
    font-size: 20px;
  }
}
.cost-effective-container {
  max-width: none;
  display: flex;
  /* width: 169px; */
  /* height: 154px; */
  padding: 5px 5px;
  /* flex-direction: column;
  justify-content: center;
  align-items: center; */
  /* gap: 10px; */
  border-radius: 5px;
  position: relative;
  background-color: #a72b2b;
  /* margin: 0 auto; */
}
@media (max-width: 991px) {
  .cost-effective-container {
    /* max-width: 991px;
    width: 150px;
    height: 140px;
    padding: 4px 8px; */
  }
}
@media (max-width: 640px) {
  .cost-effective-container {
    /* max-width: 640px;
    width: 130px;
    height: 120px;
    padding: 3px 6px; */
  }
}
.content-wrapper {
  display: flex;
  height: 132px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  align-self: stretch;
  position: relative;
}
.description {
  align-self: stretch;
  color: #fff;
  position: relative;
  font: 400 14px Montserrat, sans-serif;
}
@media (max-width: 991px) {
  .description {
    font-size: 13px;
  }
}
@media (max-width: 640px) {
  .description {
    font-size: 12px;
  }
}
.scalability-container {
  max-width: none;
  display: flex;
  /* width: 169px; */
  height: 142px;
  padding: 5px 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 5px;
  background-color: #2d4a71;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .scalability-container {
    /* max-width: 991px;
    width: 150px;
    height: 140px; */
    padding: 4px 8px;
  }
}
@media (max-width: 640px) {
  .scalability-container {
    /* max-width: 640px;
    width: 130px;
    height: 120px; */
    padding: 3px 6px;
  }
}
.scalability-content {
  display: flex;
  height: 132px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}
@media (max-width: 991px) {
  .scalability-content {
    /* height: 120px; */
  }
}
@media (max-width: 640px) {
  .scalability-content {
    /* height: 110px; */
  }
}
.scalability-description {
  color: #fff;
  width: 100%;
  font: 400 14px "Montserrat", sans-serif;
}
@media (max-width: 991px) {
  .scalability-description {
    font-size: 13px;
  }
}
@media (max-width: 640px) {
  .scalability-description {
    font-size: 12px;
  }
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.what-we-offer {
  align-self: stretch;
  flex: 1;
  flex-shrink: 1;
  flex-basis: 0%;
  background-color: rgba(250, 250, 250, 1);
  padding: 60px 20px;
  font-family: Montserrat, -apple-system, Roboto, Helvetica, sans-serif;
  text-align: center;
}

.what-we-offer h2 {
  margin: 0;
  font-size: 20px;
  color: rgba(45, 74, 113, 1);
  font-weight: 700;
}

.services-container-1 {
  display: flex;
  max-width: 480px;
  width: 100%;
  flex-direction: column;
  font-family: Montserrat, sans-serif;
  color: #fff;
  justify-content: start;
  margin: 0 auto;
}
.service-item {
  display: flex;
  flex-direction: column;
  position: relative;
  aspect-ratio: 2.378;
  width: 100%;
  justify-content: center;
  padding: 30px 20px;
  margin-top: 5px;
  background-image: linear-gradient(to left, #000000 0%, #000000 100%);
  /* background: linear-gradient(
    270deg,
    rgba(0, 0, 0, 0.7) 0%,
    rgba(0, 0, 0, 0) 100%
  ); */
}
.service-item:first-child {
  margin-top: 0;
}
.service-image-1 {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.5;
}
.service-content-1 {
  position: relative;
  display: flex;
  min-height: 104px;
  width: 100%;
  flex-direction: column;
  justify-content: start;
}
.service-number-1 {
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
}
.service-title-1 {
  font-size: 18px;
  font-weight: 600;
  margin-top: 20px;
}
.service-item:nth-child(even) .service-content {
  text-align: right;
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
