/* Global Styles */
/* 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;
}

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



a {
  text-decoration: none;
  color: inherit;
}

ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
}


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


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

.breadcrumb {
  display: flex;
  gap: 15px;
  margin-top: 30px;
  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: auto;
  font-weight: 600;
  font-size: 32px;
  line-height: 140%;
  /* or 45px */

  color: #eeeeee;
}

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

/* intro section*/
.intro {
  padding: 104px 8.125vw;
  background: #c6edff;
}


.intro .container {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  height: auto;
  gap: 24px;
}

.intro-contents {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  padding: 4px;

  width: 911px;
  height: 563px;
  color: #00293b;
}

.intro-contents h3 {
  font-weight: 500;
  font-size: 26px;
  line-height: 48px;
  letter-spacing: 0%;
}

.intro-contents h4 {
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0%;
}

.intro-list {
  display: flex;
  flex-direction: column;
  gap: 0px;
}

.intro-list p {
  font-weight: 400;

  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0%;
}
.intro-contents ul {
  margin-left: 40px;
}

.intro-contents ul li {
  list-style-type: disc;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0%;
}

.intro-contents p {
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0%;
}
.intro-background {
  width: 600px;
  height: 559px;

  background: url(Technology_Images/BigData_Intro.png), #d9d9d9;
  background-size: cover;
}

/* experience section */
.big-data-experience {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 96px 8.125vw;
  gap: 4px;
  background: linear-gradient(180deg, #ffffff 16.29%, #c6edff 100%);
}

.big-data-experience .container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 4px;

  height: 747px;
}
.b-d-exp-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  /*padding: 0px 48px;*/
  gap: 40px;

  height: 425px;
  color: #00293b;
}

.b-d-exp-content h3 {
  font-weight: 600;
  font-size: 26px;
  line-height: 32px;
  letter-spacing: 1%;
}

.b-d-exp-content p {
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 1%;
}

.b-d-exp-content p span {
  font-weight: 500;
  font-style: italic;
}

.b-d-exp-content h4 {
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 1%;
  color: #0066cc;
}

.b-d-exp-background {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 4px;
  gap: 4px;
  width: 100%;
  height: 381px;
}
.b-d-exp-background div {
  width: 100%;
  height: 100%;
  background: url(Technology_Images/bigData_Experience.png);
  background-size: cover;
}

/* big-data-services section */
.b-d-services {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 104px 9.6%;
  gap: 4px;
 background: #f5f5f7;
}

.b-d-services .container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 24px;

  height: 1243px;
}

.b-d-services-heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 4px;
  gap: 4px;
  height: 43px;
}

.b-d-services-heading h3 {
  height: 35px;

  font-weight: 600;
  font-size: 26px;
  line-height: 35px;
  display: flex;
  align-items: center;
  color: #00293b;
}

.b-d-services-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  padding: 0px;
}

.b-d-services-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;

  height: 576px;
}

.b-d-services-card .card-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  padding: 40px 8px;
  gap: 4px;
  height: 296px;
  background: #c6edff;
}

.b-d-services-card .card-content .card-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  padding: 4px 45px;
  height: 191px;
  margin: 0 auto;
}

.b-d-services-card .card-content .card-container h4 {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0%;
  color: #0066cc;
}

.b-d-services-card .card-content .card-container p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #00293b;
}

.b-d-services-card img {
  width: 100%;
  height: 280px;
}


/* connect section */
.connect {
  padding: 104px;
  height: auto;
}

.connect .container {
  display: flex;
  align-items: center;
  padding: 0px;
  gap: 64px;
  height: 775px;
}

.connect-image {
  background: url(Technology_Images/b-d_connect.png);
  height: 100%;
  width: 600px;
  background-size: 100% 100%;
  background-position: center;
}

.connect .contents {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  /*gap: 80px;*/
  width: 744px;
  height: auto;
}

.connect .contents .contents-row-1 {
  height: auto;

  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  color: #00293b;
  gap: 40px;
}

.connect .contents .contents-row-1 h3 {
  margin: 0;
  font-weight: 600;
  font-size: 26px;
  line-height: 32px;
  letter-spacing: 0%;
  vertical-align: middle;
  text-transform: capitalize;
  text-decoration: underline;
  text-decoration-style: solid;
  text-underline-offset: 25%;

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


.connect .contents .contents-row-1 p {
  /* margin: 0; */
font-weight: 400;
font-size: 20px;
line-height: 32px;
letter-spacing: 0%;
vertical-align: middle;

}

.connect .contents .contents-row-1 p span {
  font-weight: 500;
}

.connect .contents .contents-row-2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 56px;

  height: 244px;
}
.connect .contents .contents-row-2 .row-2-contact {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 17px;

  height: 144px;
}
.connect .contents .contents-row-2 .row-2-contact .lets-connect {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px;
  gap: 14px;

  width: 234.56px;
  height: 32px;
}

.lets-connect img {
  width: 23.56px;
  height: 16.89px;
}

.lets-connect h4 {
  /* Let’s connect */

  width: 200px;
  /* height: 32px; */
  margin-top: -5px;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  display: flex;
  align-items: center;
  text-align: center;
  /* letter-spacing: 0.5px; */
  text-transform: capitalize;

  color: #0066cc;
}

.row-2-contact p {
    height: 95px;
  font-weight: 400;
  font-size: 20px;
  line-height: 95px;
  /* or 133% */
  vertical-align: middle;
text-align: center;
  color: #00293b;
}

.row-2-contact p span {
  font-weight: 500;
  letter-spacing: 0%;
  color: #0066cc;
}

.learn-more-button {
  /* Button */

  /* Auto layout */
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  gap: 4px;

  width: 163px;
  height: 44px;

  background: #f56300;
  border-radius: 20px;

  border: none;
  cursor: pointer;
}

.learn-more-button a {
  margin: 0;
  width: 115px;
  height: 28px;

  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  /* identical to box height, or 170% */

  text-align: center;
  /* letter-spacing: 1.3px; */
  text-transform: uppercase;
  vertical-align: middle;

  color: #ffffff;
}

/* expertise */
.expertise {
  padding: 104px 0;

  height: 1129px;

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

.expertise .container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
}

.expertise-heading {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 4px;
  gap: 56px;

  height: 43px;
  color: #00293b;
}

.expertise-heading h3 {
  height: 35px;
  font-weight: 400;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
}

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

.expertise-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 0px;
  gap: 24px;
  min-width: 1300px;
  height: 813px;
}

.expertise-card {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 24px;
  gap: 4px;
  height: 398px;
  z-index: 0; /* Keeps the background layer behind */
}

/* Create a pseudo-element for the background image */
.expertise-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  background: url(Technology_Images/expertise_card-1.jpeg);
  background-size: cover;
  background-position: center;

  filter: grayscale(100%); /* Apply filter only to background */

  z-index: -1; /* Send it behind the content */
  border-radius: inherit; /* Inherits border-radius if needed */
}

.expertise-card-content {
  z-index: 10; /* Ensure it's above the background */
  display: flex;
  flex-direction: column;
  align-items: flex-start;
 /* padding: 24px 12px; */
  gap: 10px;

  width: 400px;
  height: 425px;

  background-image: linear-gradient(180deg, #c6edff 0%, #ffffff 100%);
  border-radius: 0px 24px 0px 0px;
  color: #00293b;
}

.expertise-card-content h3 {
  /* height: 96px; */

  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  /* or 133% */
}

.expertise-card-content h3 span::after {
  content: "";
  display: block;
}

.expertise-card-content p {
  height: 120px;

  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  /* or 150% */
}

#expertise-card-2::before {
  background: url(Technology_Images/expertise_card-2.jpeg);
  background-size: cover;
  background-position: center;
}

#expertise-card-3::before {
  background: url(Technology_Images/expertise_card-3.jpeg);
  background-size: cover;
  background-position: center;
}
#expertise-card-4::before {
  background: url(Technology_Images/expertise_card-4.jpeg);
  background-size: cover;
  background-position: center;
}

#focus-areas-card-2 p {
  width: 208px;
}

#focus-areas-card-3 p {
  width: 296px;
}


@media (max-width: 768px) {
  .container {
    max-width: 608px;
    padding: 0 40px;
  }

  /* hero section */
  .hero {
    height: 620px;
  }
  .hero::before {
    /* Rectangle 2890 */

    width: 100%;
    height: 100%;

    background: linear-gradient(
      0deg,
      rgba(0, 41, 59, 0.7) 8%,
      rgba(0, 102, 204, 0.7) 40%,
      rgba(0, 0, 0, 0) 75%
    );
  }

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

  .breadcrumb {
    font-weight: 500;
    font-size: 24px;
    line-height: 140%;
    letter-spacing: 0%;
    gap: 10px;
    margin-top: 0;
  }

  .hero-content {
    width: 584px;
  }
  .hero-content h1 {
    letter-spacing: 0%;
    vertical-align: middle;
    line-height: 140%;
    margin: 0;
  }

  .hero-content h1 span::after {
    content: "";
    display: block;
  }

  /* intro section */
  .intro {
    padding: 104px 0;
  }

  .intro .container {
    padding: 0;
    /* width: 768px; */
    height: 971px;
    justify-content: flex-end;
    flex-direction: column-reverse;
  }

  .intro-contents {
    padding: 4px;

    width: 608px;
    height: 627px;
    gap: 20px;
  }

  .intro-background {
    /* Rectangle 2892 */

    width: 608px;
    height: 320px;

    background: url(Technology_Images/BigData-Intro_tab.png), #d9d9d9;
    background-size: cover;
  }

  .intro-contents ul li,
  .intro-contents p {
    font-size: 24px;
  }

  /* experience section */
  .big-data-experience {
    height: 1150px;
  }

  .big-data-experience .container {
    height: 958px;
  }

  .b-d-exp-content {
    padding: 0px;

    height: 577px;
  }

  .b-d-exp-background div {
    background: url(Technology_Images/b-d-experience_tab.png);
    background-size: cover;
  }
  /* big-data-services section */
  .b-d-services {
    flex-direction: row;
    align-items: center;
    padding: 80px 0px;
    gap: 4px;

    /* width: 768px; */
    height: 2668px;
  }

  .b-d-services .container {
    gap: 48px;

    width: 608px;
    height: 2508px;
  }

  .b-d-services-heading {
    height: 70px;
    padding: 0px;
  }
  .b-d-services-heading h3 {
    height: 70px;

    line-height: 100%;
    display: flex;
    align-items: center;
    color: #00293b;
  }

  .b-d-services-cards {
    grid-template-columns: repeat(1, 1fr);
    gap: 48px;
    width: 608px;
  }

  .b-d-services-card {
    height: auto;
  }

  .b-d-services-card .card-content {
    padding: 40px 8px;
    gap: 4px;

    width: 608px;
    height: 296px;
  }

  .b-d-services-card .card-content .card-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    /* justify-content: unset; */
    /* gap: 40px; */
    padding: 4px 0px;
    height: auto;
    margin: 0 auto;
    width: 532px;
  }

  #b-d-service-card-2 .card-content {
    height: 263px;
  }

  #b-d-service-card-3 .card-container {
    width: 499px;
  }
  #b-d-service-card-4 .card-content {
    height: 271px;
  }

  #b-d-service-card-4 .card-container {
    width: 544px;
  }

  /* connect section */
  .connect {
    padding: 104px 0px;
  }

  .connect .container {
    flex-direction: column;
    height: 1515px;
  }

  .connect-image {
    background: url(Technology_Images/b-d-connect_tab.png);
    width: 100%;
    height: 556px;

    background-size: 100% 100%;
    background-position: center;
  }

  .connect .contents {
    gap: 40px;

    width: 100%;
    height: 863px;
  }

  .connect .contents .contents-row-1 {
    height: 579px;
  }

  .connect .contents .contents-row-1 p {
    font-size: 24px;
  }
  .connect .contents .contents-row-2 {
    width: 100%;
  }
  .row-2-contact p {
    height: 95px;
    font-size: 24px;
    line-height: 32px;
    /* or 133% */
    vertical-align: middle;
    text-align: start;
    color: #00293b;
  }

  .row-2-contact p span::after {
    content: "";
    display: block;
  }

  /* expertise */
  .expertise {
    height: 1947px;
    padding: 104px 0;
  }
  .expertise-cards {
    grid-template-columns: repeat(1, 1fr);
    padding: 0px;
    gap: 24px;
    min-width: 608px;
    height: 813px;
  }

  .expertise .container {
    padding: 0;
    height: 1739px;
  }
 
}

@media (max-width: 430px) {
  .container {
    width: 350px;
    max-width: 430px;
  }

  
  /* hero section */
  .hero {
    height: 45vh;
  }

  .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;
    left: 0px;
    z-index: 1;
    height: auto;
    width: 100vw;
  }

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

  .hero-content {
    width: 80vw;
  }

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

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

  /* Intro section */
  .intro {
    padding: 40px;
    height: auto;
  }

  .intro .container {
    width: 80vw;
    height: auto;
  }

  .intro-contents {
    padding: 4px;
    width: 80vw;
    height: auto;
    gap: 20px;
    justify-content: space-between;
  }

  .intro-contents h4 {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
  }

  .intro-list p {
    font-size: 16px;
    line-height: 24px;
  }

  .intro-contents ul {
    margin-left: 30px;
  }

  .intro-contents ul li {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
  }
  .intro-contents p {
    font-size: 16px;
    line-height: 24px;
  }

  .intro-background {
    width: 80vw;
    height: auto;

    background: url(Technology_Images/bigData_Intro-phone.png), #d9d9d9;
    background-size: cover;
  }

  /* experience section */
  .big-data-experience {
    height: auto;
    padding: 40px ;
  }

  .big-data-experience .container {
    width: 80vw;
    height: auto;

  }

  .b-d-exp-content {
    padding: 0px;
    height: auto;
  }

  .b-d-exp-content p {
    width: 80vw;
    font-size: 16px;
    line-height: 24px;
  }
  .b-d-exp-content h4 {
    font-size: 16px;
    line-height: 24px;
  }

  .b-d-exp-background div {
    background: url(Technology_Images/b-d-experience_phone.png);
    background-size: cover;
  }

  /* cloud-services section */
  .b-d-services {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 40px;
    gap: 4px;
    width: 80vw;
    height: auto;
  }

  .b-d-services .container {
    gap: 48px;

    width: 80vw;
    height: auto;
  }

  .b-d-services-heading {
    height: 102px;
    padding: 0px;
  }
  .b-d-services-heading h3 {
    height: 102px;

    font-size: 24px;
    line-height: 140%;
    letter-spacing: 0%;
    vertical-align: middle;
  }

  .b-d-services-cards {
    width: 80vw;
    height: auto;
  }

  .b-d-services-card {
    width: 80vw;
    height: auto;
  }

  .b-d-services-card .card-content {
    width: 76.3vw;
    height: auto;
  }

  .b-d-services-card .card-content .card-container {
    width: 286px;
    height: auto;
    padding: 0;
    gap: 20px;
  }

  #b-d-service-card-2 .card-content {
   width: 76.3vw;
    height: auto;
  }

  #b-d-service-card-2 .card-container {
    width: 80vw;
    height: auto;
  }

  #b-d-service-card-3 {
    width: 80vw;
    height: auto;
  }

  #b-d-service-card-3 .card-content {
    width: 76.3vw;
    height: auto;
  }
  #b-d-service-card-3 .card-content .card-container {
    width: 80vw;
    height: auto;
  }

  #b-d-service-card-4 .card-content {
    height: auto;
     width: 76.3vw;
  }
  #b-d-service-card-4 .card-container {
    width: 80vw;
    height: auto;
  }

  /* connect section */
  .connect {
    padding: 40px ;
    height: auto;
  }

  .connect .container {
    width: 80vw;
    height: auto;
  }

  .connect-image {
    background: url(Technology_Images/b-d-connect_phone.png);
    height: 326px !important;
    background-size: 100% 100%;
    background-position: center;

  }

  .connect .contents {
    gap: 40px;
    justify-content: space-between;
    width: 80vw;
   height: auto;
  }

  .connect .contents .contents-row-1 {
    height: auto;
  }

  .connect .contents .contents-row-1 h3 {
    font-size: 24px;
    line-height: 100%;
  }

  .connect .contents .contents-row-1 p {
    width: 260px;
    font-size: 16px;
    line-height: 140%;
  }
  .connect .contents .contents-row-2 {
    height: 198px;
    gap: 56px;
  }

  .connect .contents .contents-row-2 .row-2-contact {
    height: auto;
  }

  .connect .contents .contents-row-2 .row-2-contact .lets-connect {
    width: 201.55999755859375px;
  }

  .lets-connect h4 {
    width: 164px;

    font-size: 24px;
    line-height: 32px;
  }

  .row-2-contact p {
    width: 80vw;
    height: auto;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0%;
    vertical-align: middle;
  }

  /* expertise */
  .expertise {
    height: 1766px;
    padding: 80px 0;
  }
  .expertise .container {
    padding: 0;
    height: 1606px;
    gap: 24px;
  }

  .expertise-heading {
    height: 40px;
  }

  .expertise-heading h3 {
    height: 32px;
  }

  .expertise-cards {
    padding: 0px;
    gap: 24px;
    min-width: 350px;
    width: 80vw;
    height: auto;
  }

  .expertise-card {
    padding: 24px 16px 80px;
    gap: 4px;
    height: auto;
    z-index: 0; /* Keeps the background layer behind */
  }

  .expertise-card-content {
    width: 320px;
    padding: 25px 12px;
    height: auto;
    gap: 8px;
  }

  .expertise-card-content p {
    height: auto;
    width: 296px;
  }

  #expertise-card-1 p {
    width: 269px;
  }

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