/* Import Graphik font */
@font-face {
  font-family: "Graphik";
  src: url("fonts/Graphik-Regular-Trial.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Graphik";
  src: url("fonts/Graphik-RegularItalic-Trial.otf") format("opentype");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: "Graphik";
  src: url("fonts/Graphik-Medium-Trial.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Graphik";
  src: url("fonts/Graphik-MediumItalic-Trial.otf") format("opentype");
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: "Graphik";
  src: url("fonts/Graphik-Bold-Trial.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Graphik";
  src: url("fonts/Graphik-BoldItalic-Trial.otf") format("opentype");
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: "Graphik";
  src: url("fonts/Graphik-Light-Trial.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Graphik";
  src: url("fonts/Graphik-Semibold-Trial.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Inter";
  src: url("Inter/static/Inter_18pt-SemiBold.ttf");
}
/* Reset default font for the entire website */
* {
  font-family: "Graphik", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

* ::-webkit-scrollbar {
  display: none;
}

:root {
  --primary-color: #003366;
  --secondary-color: #ff6600;
  --text-color: #333;
  --light-text: #666;
  --white: #fff;
  --light-bg: #f5f9ff;
  --border-color: #e0e0e0;
  --card-bg: #f8fbff;
}

* {
  margin: 0;
  padding: 0;
}

html, body {
  font-family: "Graphik";
  font-style: normal;
  line-height: 1.6;
  width: 100vw;
  overflow-x: hidden;
}

section {
   padding: 100px;
   box-sizing: border-box;
 }

.container {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}

a {
  text-decoration: none;
}

.hero {
  background-size: cover;
  background-position: center;
  color: #eeeeee;
  padding: 134px 0px;
  position: relative;
}

.hero .container {
  position: relative;
  z-index: 1;
}

.breadcrumb {
  display: flex;
  gap: 15px;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 24px;
  line-height: 140%;
  font-weight: 500;
}

.breadcrumb-link {
  color: #f56300;
  text-decoration-line: underline;
  text-underline-offset: 25%;

  text-decoration-thickness: 10%;
  text-decoration-skip-ink: auto;
}

.breadcrumb #span-1 {
  color: #f56300;
}

.breadcrumb #span-2 {
  color: #c6edff;
  font-weight: 400;
}

.hero-content h1 {
  margin: 0 0 20px 0;
  width: 584px;
  font-weight: 600;
  font-size: 32px;
  line-height: 140%;
  /* or 45px */

  color: #eeeeee;
}

#hero-heading-tablet {
  display: none;
}

/* banner section */
.banner-section {
  position: relative;
  height: 40px;
  width: 100%;
  display: flex;
  align-items: center;
}

.banner-section-content {
  position: absolute;
  /* left: 1497px; */
  left: 77.96%;
  display: flex;
  flex-direction: row;
  min-height: 14px;
  min-width: 183px;
  gap: 17px;
  color: #00293b;
  padding: 4px;
}

.banner-common-prop {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 3px;
}

#banner-contact-us {
  min-width: 80px;
  min-height: 13px;
}

#banner-contact-us img {
  width: 14px;
  height: 14px;
}

#banner-contact-us a {
  font-size: medium;
  text-decoration: none;
  color: #00293b;
}

#banner-world-wide {
  min-width: 79px;
  min-height: 14px;
}

#banner-world-wide img {
  width: 14px;
  height: 14px;
}

#banner-world-wide a {
  font-size: medium;
  text-decoration: none;
  color: #00293b;
}


/* about-us-overview */
.about-us-overview-container {
  gap: 4px;
  isolation: isolate;

  position: relative;
  width: 1436px;
  width: 100%;
  height: 620px;
}

.about-us-background {
  /* Component 9 */
  padding: 236px 242px;
  padding: 236px 12.6%;

  width: 74.8%;
  height: 148px;
  overflow-x: scroll;

  background: url(Homepage/Hero/Hero-Banner.png);
  background-size: 100% 100%;
  border-radius: 0px;
}

.about-us-overview-content {
  /* Rectangle 2890 */

  position: absolute;
  width: 1214px;
  height: 620px;
  left: 0px;
  top: 0px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;

  background: linear-gradient(
    90deg,
    rgba(0, 41, 59, 0.9) 30%,
    rgba(0, 102, 204, 0.7) 78%,
    rgba(0, 0, 0, 0) 100%
  );
}

.about-us-heading {
  /* About Us | Overview */

  position: absolute;
  width: 241px;
  height: 34px;
  left: 239px;
  left: 11%;
  top: 194px;

  font-family: "Graphik";
  font-style: normal;

  display: flex;
  justify-content: space-between;
}

.about-us-heading #span-1 {
  font-weight: 500;
  font-size: 24px;
  line-height: 140%;
  /* identical to box height, or 34px */
  text-decoration-line: underline;
  text-underline-offset: 25%;

  text-decoration-thickness: 10%;
  text-decoration-skip-ink: auto;
  color: #f56300;
}
.about-us-heading #span-2 {
  font-weight: 500;
  font-size: 24px;
  line-height: 33.6px;
  letter-spacing: 0%;
  color: #f56300;
}

.about-us-heading #span-3 {
  font-weight: 400;
  font-size: 24px;
  line-height: 33.6px;
  letter-spacing: 0%;
  /* text-decoration: underline; */
  text-decoration-style: solid;
  text-underline-offset: 25%;
  text-decoration-thickness: 10%;
  color: #c6edff;
}

.about-us-para {
  /* Subheading */
  position: absolute;
  left: 239px;
  left: 11%;

  width: 584px;
  height: 129px;

  font-family: "Graphik";
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 140%;
  /* or 45px */
  display: flex;
  align-items: center;

  color: #eeeeee;

  /* Inside auto layout */
  flex: none;
  order: 1;
  flex-grow: 0;
  z-index: 1;
}

/* about-us-description */
.about-us-description {
}

.about-us-description-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-family: "Graphik";
  font-style: normal;
  /* or 150% */
  gap: 24px;
  margin: 0;
}

.about-us-description-content #span-1 {
  font-weight: 500;
  font-size: 26px;
  line-height: 48px;
  letter-spacing: 0%;
  color: #000000;
}

.about-us-description-content #span-2 {
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0%;
  color: #00293b;
}

.about-us-description-content #span-2 span {
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0%;
}

.about-us-description-content #span-3 {
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0%;
  color: #00293b;
}


.core-values-description-tablet{
  display: none;
}


/* core-values-section */
.core-values-section {
 
}

.core-values-content {
  /* Our Core Values */

  /* Auto layout */
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 42px;
  width: 100%
  background: linear-gradient(180deg, #c6edff 1%, #c6edff 21.5%, #ffffff 55.5%);
  border-radius: 40px;
}

.core-values-heading {
  width: 99.5%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.core-values-heading h3 {
  font-family: "Graphik";
  font-style: normal;
  font-weight: 500;
  font-size: 26px;
  line-height: 40px;
  text-align: center;
  margin: 0;
  background: linear-gradient(90deg, #00293b 13.38%, #0066cc 30.56%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.core-values-heading h3 span {
  font-weight: 600;
}

/* core-values-cards */
.core-values-cards {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 97.78%;
  height: 249px;
}

.core-values-card {
  /* Frame 1618871680 */

  /* Auto layout */
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 16px;
  gap: 8px;

  width: 288px;
  width: 19.5%;
  height: 217px;

  background: #c6edff;
  border-radius: 16px;
}

/* .core-values-card .image {
 

  width: 288px;
  width: 100%;
  height: 166px;
  border-radius: 20px;
  background: url(aboutusimages/Rectangle\ 2887.svg);
background-size: 100% 100%;

}
.core-values-card #core-card-2{
  background-image: url(aboutusimages/Rectangle\ 2887\ \(1\).svg);
}

.core-values-card #core-card-3{
  background-image: url(aboutusimages/Rectangle\ 2889.svg);
}

.core-values-card #core-card-4{
  background-image: url(aboutusimages/Rectangle\ 2890.svg);
} */

.core-values-card p {
  /* Customer Empathy */

  width: 288px;
  height: 43px;

  font-family: "Graphik";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  /* or 28px */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;

  color: #00293b;
  margin: 0;
}

.core-values-description {
  /* Founded in 2019, we have grown into a trusted digital transformation company with offices in the USA and India, along with representative branches in Saudi Arabia, UAE, and Canada. Ready to learn more? Get in touch with us at info@kapylon.com—we're excited to help you achieve your goals. */

  width: 100%;
  height: 136px;

  font-family: "Graphik";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 33.6px;
  letter-spacing: 0%;

  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #00293b;
  margin: 0px;
}

.core-values-description #span-1 span,
.core-values-description #span-2 span {
  font-weight: 500;
}

.core-values-description #span-2 span a {
  text-decoration: none;
  text-decoration: none;
  color: #00293b;
}

/* about-us-components */
.about-us-components {
  gap: 4px;
}

.about-us-components-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 80px 125px;
  gap: 96px;
  background: #f5f5f7;
  border-radius: 40px;
}

.about-us-components-card {
  width: 100%;
  height: 259.19px;
  display: flex;
}

.about-us-components-card-reverse {
  flex-direction: row-reverse;
}
.about-us-components-card-reverse .about-us-components-card-details {
  margin-left: 70px;
}

.about-us-components-card-reverse .about-us-components-card-heading img {
  left: 420px;
}

.about-us-components-card-details {
  height: 259.19px;
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}

.about-us-components-card-heading {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  width: 418.16px;
  height: 42.92px;
  position: relative;
}

.about-us-components-card-heading h3 {
  /* Who We Are */

  height: auto;
  width: 100%;
  font-family: "Graphik";
  font-style: normal;
  font-weight: 500;
  font-size: 26px;
  line-height: 33px;
  /* or 103% */
  display: flex;
  align-items: center;
  letter-spacing: 1px;
  text-decoration-line: underline;
  text-transform: uppercase;

  color: #00293b;
  margin: 0;
}

.about-us-components-card-heading img {
  position: absolute;
  width: 42px;
  height: 42px;
  left: 300.2px;
  top: -1px;
}

.about-us-components-card-para {
  width: 343px;
  height: 47px;

  font-family: "Graphik";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  /* or 160% */

  color: #141414;
  margin: 0;
}

.about-us-components-card-para span {
  font-weight: 500;
}

.about-us-components-card-para span a {
  color: #0066cc;
}

.about-us-components-card-image {
  height: 259.19px;
  width: 50%;

  background-image: url(aboutusimages/aboutcard-1.png),
    linear-gradient(
      180deg,
      rgba(0, 102, 204, 0.4) 68%,
      rgba(0, 51, 102, 0.4) 82%
    );
  background-blend-mode: overlay;
  background-size: 100% 100%;
}

#about-us-components-card-2 {
  background-image: url(aboutusimages/aboutcard-2.png),
    linear-gradient(
      180deg,
      rgba(0, 102, 204, 0.4) 68%,
      rgba(0, 51, 102, 0.4) 82%
    );
}
#about-us-components-card-3 {
  background-image: url(aboutusimages/aboucard3.png),
    linear-gradient(
      180deg,
      rgba(0, 102, 204, 0.4) 68%,
      rgba(0, 51, 102, 0.4) 82%
    );
}

@media only screen and (min-width: 1750px) {
    .hero {
    padding: 230px 0px;
}
}

@media (max-width: 768px) {

  #technologies.clicked {
    gap: 4px;
    isolation: isolate;
    width: 178px;
    height: 18px;
  }

  #technologies.clicked p {
    width: 155px;
    height: 26px;
  }

  #industries.clicked {
    padding: 4px;

    width: 140px;
    height: 18px;
  }

  #industries.clicked p {
    width: 117px;
    height: 26px;

    color: #f4fbff;
  }

  #explore.clicked {
    padding: 4px;

    width: 118px;
    height: 18px;
  }

  #explore.clicked p {
    width: 89px;
    height: 26px;
  }

  
  
  /* about-us-overview */

 section {
   padding: 80px;
   box-sizing: border-box;
 }

  .about-us-overview-container {

  }

  .about-us-background {
    width: 600px;
    height: 160px;
    padding: 320px 84px 80px 84px;
    /* background-size: cover; */
  }
  .about-us-overview-content {
    width: 768px;
    height: 560px;
    bottom: 0;
    background: linear-gradient(
      0deg,
      rgba(0, 41, 59, 0.7) 8%,
      rgba(0, 102, 204, 0.7) 40%,
      rgba(0, 0, 0, 0) 75%
    );
    /* display: flex;
    flex-direction: column;
    justify-content: center; */
  }

  .about-us-heading {
    top: 320px;
    left: 84px;
    margin: 0;
  }

  .about-us-para {
    bottom: 80px;
    left: 84px;
    margin: 0;
  }

  /* about-us-description */
  .about-us-description {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    height: auto;
  }

  .about-us-description-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-family: "Graphik";
    font-style: normal;
  }

  .about-us-description-content #span-1 {
    font-weight: 500;
    font-size: 32px;
    line-height: 140%;
    /* margin-bottom: 32px; */
  }

  .about-us-description-content #span-2 {
    font-weight: 400;
    font-size: 24px;
    line-height: 140%;
    letter-spacing: 0%;
  }

  .about-us-description-content #span-2 span {
    line-height: 140%;
  }

  .about-us-description-content #span-3 {
    font-weight: 400;
    font-size: 24px;
    line-height: 140%;
    letter-spacing: 0%;
  }

  /* core-values-section */
  .core-values-section {
    /* Our Core Values */

    /* Auto layout */
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    height: auto;
    background: linear-gradient(
      180deg,
      #c6edff 0%,
      #c6edff 8.94%,
      #ffffff 41.72%
    );
    border-radius: 40px;
  }

  .core-values-content {
    width: 608px;
    height: 1603px;
    background: none;
    padding: 0px;
  }

  .core-values-heading {
    width: 100%;
    height: 81px;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .core-values-heading h3 {
    font-family: "Graphik";
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;

    text-align: left;
    background: #00293b;

    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
    background-clip: text;
    -webkit-text-fill-color: unset;
    vertical-align: middle;
  }

  .core-values-heading h3 span::after {
    content: "";
    display: block; /* Ensures the next element appears on a new line */
  }

  .core-values-description {
    display: none;
  }

  .core-values-description-tablet {
    width: 100%;
    height: 376px;

    font-family: "Graphik";
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 140%;
    letter-spacing: 0%;

    /* display: flex;
    flex-direction: column; */
    /* justify-content: space-between; */
    color: #00293b;
    margin: 0px;
  }

  .core-values-description-tablet #span-2 span,
  .core-values-description-tablet #span-3 span {
    font-weight: 500;
  }
  .core-values-description-tablet #span-1::after {
    content: "";
    display: block;
  }
  .core-values-description-tablet #span-3 #ready-to-learn::after {
    content: "";
    display: block;
  }

  .core-values-description-tablet #span-3 ::after {
    content: "";
    display: block;
  }
  .core-values-description-tablet #span-3 span a {
    text-decoration: none;
    text-decoration: none;
    color: #00293b;
  }

  /* core-values-cards */
  .core-values-cards {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 24px;
    height: auto;
  }

  .core-values-card {
    /* Customer Empathy */

    /* Auto layout */
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 16px;
    gap: 8px;

    width: 576px;
    height: 217px;

    background: linear-gradient(180deg, #c6edff 0%, #ffffff 100%);
    border-radius: 16px;
  }

  .core-values-card .image {
    /* Rectangle 2886 */

    width: 576px;
    height: 166px;

    border-radius: 20px;
    background-image: url(aboutusimages/Rectangle\ 2886.png);
    background-size: 100% 100%;
    background-size: cover !important;
  }

  .core-values-card #core-card-2 {
    background-image: url(aboutusimages/Rectangle\ 2887_tab.png);
  }

  .core-values-card #core-card-3 {
    background-image: url(aboutusimages/Rectangle\ 2888.png);
  }

  .core-values-card #core-card-4 {
    background-image: url(aboutusimages/Rectangle\ 2889_tab.png);
  }

  .core-values-card p {
    width: 576px;
    height: 43px;
  }

  /* about-us-components */
  .about-us-components {
    height: auto;
    background: #f5f5f7;
    border-radius: 40px 40px 0px 0px;
  }
  .about-us-components-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: auto;
    background: none;
    padding: 0;
    gap: 24px;
  }

  .about-us-components-card {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: auto;
  }

  .about-us-components-card-details {
    width: 583.19px;
    height: 259.19px;
  }

  .about-us-components-card-heading {
    width: 418.16px;
    height: 42.92px;
    padding-left: 24px;
  }

  .about-us-components-card-para {
    vertical-align: middle;
    padding-left: 24px;
  }

  .about-us-components-card-image {
    width: 583.19px;
    height: 259.19px;
  }

  .about-us-components-card-reverse .about-us-components-card-details {
    margin-left: 0px;
  }

  
}

@media (max-width: 430px) {
 section {
   padding: 40px;
   box-sizing: border-box;
 }

 .container {
    width: 80vw;
    padding: 0;
  }

 
  /* hero section */
  .hero {
    height: 45vh;
     box-sizing: content-box;
  }

  .hero::before {
    background: linear-gradient(
      0deg,
      rgba(0, 41, 59, 0.7) 18.5%,
      rgba(0, 102, 204, 0.7) 46%,
      rgba(0, 0, 0, 0) 65.5%
    );
  }

  .hero .container {
    position: absolute;
    bottom: 40px;
    padding: 0 40px;
    left: 0;
    z-index: 1;
    height: auto;
  }

  .breadcrumb {
    margin: 0;    
    width: 80vw;
    font-size: 24px;
  }

  .hero-content h1 {
    margin: 0;
    width: 80vw;
    height: auto;
    margin-top: 30px;
    vertical-align: middle;
  }

  #hero-heading-desktop span::after {
    content: "";
    display: unset;
  }


  /* banner */
  .banner-section {
    background: #c6edff;
  }
  .banner-section-content {
    /* left: 80px; */
    position: unset;
    margin: auto;
    display: none;
  }

  /* about-us-overview */

  .about-us-overview-container {
    width: 430px;
    height: 678px;
  }

  .about-us-background {
    width: 350px;
    height: 13px;
    padding: 429px 40px 236px 40px;
    /* background-size: cover; */
  }
  .about-us-overview-content {
    width: 430px;
    height: 678px;
    bottom: 0;

    display: flex;
    flex-direction: column;
    justify-content: center;

    background: linear-gradient(
      0deg,
      rgba(0, 41, 59, 0.8) 16.22%,
      rgba(0, 102, 204, 0.7) 38.64%,
      rgba(0, 0, 0, 0) 58.11%
    );
  }

  .about-us-heading {
    top: 429px;
    left: 40px;
    margin: 0;
  }

  .about-us-para {
    bottom: 0;
    left: 40px;

    width: 350px;
    height: 224px;

    line-height: 40px;
    /* or 125% */
  }

  /* about-us-description */
  
  .about-us-description .container {
    width: 80vw;
    height: auto; 
    padding: 0;
    margin: 0;
  }

  .about-us-description-content {
    gap: 20px;
    padding: 4px;
    width: 80vw;
    height: auto;
  }

  .about-us-description-content #span-1 {
    font-weight: 500 !important;
    font-size: 23px !important;
    line-height: 34px !important;
    margin-bottom: 0;
  }

  .about-us-description-content #span-2 {
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 22px !important;
    letter-spacing: 0%;
  }

  .about-us-description-content #span-2 span {
    line-height: 22px !important;
    font-size: 16px !important;
  }

  .about-us-description-content #span-3 {
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 22px !important;
    letter-spacing: 0%;
  }

  /* core-values-section */
  .core-values-content {
    width: 81vw;
    height: auto;
    background: none;
    padding: 0px;
  }

  .core-values-heading {
    width: 100%;
    height: auto;
  }
  .core-values-heading h3 {
    font-family: "Graphik";
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    /* or 133% */

    background: linear-gradient(180deg, #00293b 30.1%, #0066cc 72.82%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .core-values-heading h3 span::after {
    content: "";
    display: none;
  }

  .core-values-heading h3 span {
    font-weight: 600;
  }

  .core-values-description-tablet {
    width: 350px;
    height: 264px;

    font-size: 16px;
    line-height: 22px;
  }

  .core-values-description-tablet #span-3 span {
    font-weight: 500;
  }

  .core-values-description-tablet #span-2 span {
    font-weight: 400;
  }

  .core-values-description-tablet #span-1::after {
    content: "";
    display: none;
  }

  /* core-values-cards */
  .core-values-cards {
    gap: 24px;
    width: 80vw;
  }

  .core-values-card {
    width: 70vw;
  }

  .core-values-card .image {
    width: 318px;
  }

  .core-values-card #core-card-2 {
    background-image: url(aboutusimages/Rectangle\ 2887_tab.png);
  }

  .core-values-card #core-card-3 {
    background-image: url(aboutusimages/Rectangle\ 2888.png);
  }

  .core-values-card #core-card-4 {
    background-image: url(aboutusimages/Rectangle\ 2889_tab.png);
  }

  .core-values-card p {
    width: 100%;
    height: auto;
  }

  /* about-us-components */
  .about-us-components {
    padding: 75px 40px;
    gap: 96px;
    height: auto;
    background: #f5f5f7;
    border-radius: 40px 40px 0px 0px;
  }

  .about-us-components-content {
    height: auto;
    background: none;
    padding: 0;
    gap: 96px;
    width: 80vw;
  }

  .about-us-components-card {
  }

  .about-us-components-card-details {
    width: 80vw;
    height: 200px;
  }

  .about-us-components-card-heading {
    width: 92%;
    height: auto;
    padding-left: 24px;
  }

  .about-us-components-card-heading img {
    width: 42px;
    height: 42px;
    left: 230px;
    top: -1px;
  }
  .about-us-components-card-para {
    vertical-align: middle;
    padding-left: 24px;
    width: 92%;
    height: auto;
  }
  .about-us-components-card-1-para span::before {
    content: "";
    display: block;
  }
  .about-us-components-card-image {
    width: 80vw;
    height: 259.19px;
  }

  .about-us-components-card-reverse .about-us-components-card-details {
    margin-left: 0px;
  }

  .about-us-components-card-reverse .about-us-components-card-heading {
    width: 92%;
    height: auto;
  }

  .about-us-components-card-reverse .about-us-components-card-heading h3 {
    line-height: 40px;
    vertical-align: baseline;
    width: 100%;
    height: auto;
  }

  .about-us-components-card-reverse .about-us-components-card-heading img {
    left: 230px;
  }

  .about-us-components-card-reverse .about-us-components-card-para {
    width: 92%;
    height: auto;
  }

  .about-us-components-card-3 .about-us-components-card-heading img{
    left: 280px;
  }

}


@media (max-width: 376px) {
    section {
      padding: 35px;
      box-sizing: border-box;
    }
    .core-values-card {
        width: 70vw;
    }
    
    .core-values-content {
        width: 80vw;
        height: auto;
    }

    .about-us-components {
        padding: 60px 35px;
        height: auto;
    }

    .about-us-components-card-reverse .about-us-components-card-heading {
        width: 265px;
        height: auto;
        
    }
}