/* 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;
  /* box-sizing: border-box; */
}

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



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

ul {
  list-style: none;
}

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



/* Hero Section */
.hero {
	background-size: cover;
	background-position: center;
	color: #eeeeee;
	padding: 140px 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;
}

/* 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;
  gap: 4px;
  width: 911px;
  /*height: 405px;*/
  color: #00293b;
}

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

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

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

/* approach section */
.p-p-approach {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 104px 8.125vw;
  gap: 4px;
  background: #f5f5f7;
}

.p-p-approach .container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;

  height: 1575px;
}

.approach-content {
  display: flex;
  flex-direction: column;
  padding: 4px;
  gap: 32px;

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

.approach-content h3 {
  font-weight: 500;
  font-size: 26px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
}

.approach-content p {
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0%;
  vertical-align: middle;
}

.p-p-approach-cards-row-1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  padding: 0px;
}

.p-p-approach-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;

  height: auto;
}

.p-p-approach-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: 391px;
  background: #c6edff;
}

.p-p-approach-card .card-content .card-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  /* justify-content: space-between; */
  gap: 20px;
  padding: 4px 45px;
  height: 303px;
  margin: 0 auto;
}

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

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

.p-p-approach-card img {
  width: 100%;
  height: 280px;
}

.p-p-approach-cards-row-2 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 24px;
  padding: 0px;
}
/* #p-p-approach-card-3 .card-container {
  width: 622px;
} */

#p-p-approach-card-3 .card-content {
  height: 215px;
}

#p-p-approach-card-3 .card-container {
  height: auto;
}
.card-container h4 span::after {
  content: "";
  display: block;
}

#p-p-approach-card-3 .card-container h4 span::after{
    display: none;
}

/* p-p-technology */
.p-p-technology {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 104px 8.125vw;
  gap: 104px;
}

.p-p-technology .container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 96px;
  height: auto;
}

.p-p-technology h3 {
  height: 32px;
  font-weight: 600;
  font-size: 26px;
  line-height: 32px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #00293b;
}

.p-p-technology-card {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 23px;
  height: auto;
}

#p-p-technology-card-2 {
  flex-direction: row-reverse;
}
.technology-background {
  width: 50%;
   height: 310px;
  background: url(Technology_Images/p-p-technology-card-1.png);
  background-size: 100% 100%;
}

#p-p-technology-card-2 .technology-background {
  background: url(Technology_Images/p-p-technology-card-2.png);
  background-size: 100% 100%;
}

#p-p-technology-card-3 .technology-background {
  background: url(Technology_Images/p-p-technology-card-3.png);
  background-size: 100% 100%;
}

.p-p-technology-card-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0px;
  gap: 24px;
  width: 50%;
  height: auto;
}

.p-p-technology-card-content h4 {
  height: auto;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #00293b;
}

.p-p-technology-card-content h4 span::after {
  content: "";
  display: block;
}

.p-p-technology-card-content p {
  height: auto;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #141414;
}

/* services section  */
.p-p-services {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 104px 8.125vw;
  gap: 4px;

  height: 150px;

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

.p-p-services .container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  padding: 4px;
  gap: 4px;

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

.p-p-services h3 {
  height: auto;
  font-weight: 600;
  font-size: 26px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
}

.p-p-services p {
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0%;
  vertical-align: middle;
}

/* product-engineering lifecycle section */
.product-engineering {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding:100px;
  gap: 4px;
  background: #ffffff;
}

.product-engineering .container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 64px;
  height: auto;
}
.product-engineering-heading{
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-engineering-heading h3 {
  height: auto;
  font-weight: 600;
  font-size: 24px;
  line-height: 26px;
  color: #00293b;

  letter-spacing: 0%;
  vertical-align: middle;
  text-decoration: underline;
  text-decoration-style: solid;
  text-underline-offset: 25%;
  text-decoration-thickness: 0%;
  text-decoration-skip-ink: auto;
}

.p-e-cards {
  display: grid;
  grid-template-columns: repeat(3, 26.2vw);
  padding: 0px;
  gap: 25px;

  height: auto;
  
  
}

.p-e-card {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 48px 8px;
  gap: 8px;
  height: 75px;
  background: #c6edff;
  border-radius: 0px 40px 0px 0px;
}

.p-e-card-logo {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 40px 30px;
  height: auto;
  width: auto;
}
.p-e-card-logo img {
  width: 80px;
  height: 85.71px;
}

.p-e-card-content {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 0px;
  gap: 4px;
  width: 279px;
  height: 72px;
}
.p-e-card-content p {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #00293b;
}

.p-e-card-content p span::after {
  content: "";
  display: block;
}

#p-e-card-1 .p-e-card-content p span::after {
    content: "";
    display: none;
  }


/* products section */
.p-p-products {
  background: #f5f5f7;
 padding: 100px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}

.p-p-products .container {
  gap: 32px;
  padding: 0px;
  display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}

.p-p-products-heading{
  gap: 4px;
}

.p-p-products-heading h2 {
  height: auto;
  font-weight: 600;
  font-size: 26px;
  line-height: 32px;
  letter-spacing: 0%;
  vertical-align: middle;
  text-decoration: underline;
  text-decoration-style: solid;
  text-underline-offset:25%;
  text-decoration-thickness: 0%;
  color: #00293b;

}

.p-p-products-cards-container {
  padding: 0px;
  gap: 24px;
  margin-top:22px;
  display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}

.p-p-products-cards {
  gap: 26px;
  box-sizing: border-box; /* Includes padding/border in total width */
  display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;

}

.p-p-products-card{
  padding: 31px 16px;
  margin: 12px 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  background: #C6EDFF;
}

.p-p-products-card .card-image {
  background-size: 100% 100%;
  width: 100%;
  height: 120px;
  background: url(Technology_Images/p-p-product-card-1.png);
}

#card-2-image {
  background-size: 100% 100%;
  background: url(Technology_Images/p-p-product-card-2.png);
}
#card-3-image {
  background-size: 100% 100%;
  background: url(Technology_Images/p-p-product-card-3.png);
}
#card-4-image {
  background-size: 100% 100%;
  background: url(Technology_Images/p-p-product-card-4.png);
}
#card-5-image {
  background-size: 100% 100%;
  height: 120px;
  background-size: cover;
  background: url(Technology_Images/p-p-product-card-5.png);
}
#card-6-image {
  background-size: 100% 100%;
  background: url(Technology_Images/p-p-product-card-6.png);
}
#card-7-image {
  background-size: 100% 100%;
  background: url(Technology_Images/p-p-product-card-7.png);
}
.p-p-products-card h4 {
  height: auto;
  color: #00293b;
font-weight: 500;
font-size: 16px;
line-height: 24px;
letter-spacing: 0%;
vertical-align: middle;

}

.p-p-products-card h4 span::after {
  content: "";
  display: block;
}

#p-p-products-card-5 h4{
    margin-bottom: -20px;
}

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

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

  /* 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;
    width: auto;
  }

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

  .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 {
    height: auto;
    justify-content: flex-end;
    flex-direction: column-reverse;
  }

  .intro-contents {
    padding: 4px;

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

  .intro-background {
    width: 100%;
    height: 240px;

    background: url(Technology_Images/product_platform_intro-tab.svg), #d9d9d9;
    background-size: cover;
  }

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

  /* approach section */
  .p-p-approach {
    flex-direction: row;
    align-items: center;
    padding: 80px 0px;
    gap: 4px;

    height: 2304px;
  }

  .p-p-approach .container {
    gap: 48px;

    /* width: 608px; */
    height: 2144px;
  }

  .approach-content {
    padding: 0px;
    height: auto;
  }

  .approach-content h3 {
    height: 35px;
    line-height: 100%;
    font-weight: 600;
  }

  .approach-content p {
    display: none;
  }

  .p-p-approach-cards-row-1 {
    grid-template-columns: repeat(1, 1fr);
    gap: 48px;
    width: 608px;
  }

  .p-p-approach-card {
    height: auto;
  }

  .p-p-approach-card .card-content {
    padding: 40px 8px;
    gap: 4px;

    width: 608px;
    height: 391px;
  }

  .p-p-approach-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;
  }

  #p-p-approach-card-2 .card-content {
    height: 343px;
  }

  #p-p-approach-card-3 .card-content {
    height: 391px;
  }

  #p-p-approach-card-3 .card-container h4 span::after {
    display: block;
  }

  /* p-p-technology */
  .p-p-technology {
    padding: 80px 0px;
    height: 2158px;
  }

  .p-p-technology .container {
    height: 1998px;
  }

  .p-p-technology-card {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: space-between;
    padding: 0px;
    gap: 23px;

    height: auto;
  }
  .p-p-technology-card-content {
    width: 608px;
  }
  #p-p-technology-card-2 {
    flex-direction: column-reverse;
    justify-content: space-between;
  }

  .technology-background {
    width: 608px;
    background: url(Technology_Images/p-p-technology-card-1-tab.png);
    background-size: 100% 100%;
  }

  #p-p-technology-card-2 .technology-background {
    background: url(Technology_Images/p-p-technology-card-2-tab.png);
    background-size: 100% 100%;
  }

  #p-p-technology-card-3 .technology-background {
    background: url(Technology_Images/p-p-technology-card-3-tab.png);
    background-size: 100% 100%;
  }
  .p-p-technology-card-content p {
    height: auto;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #141414;
  }

  /* services section  */
  .p-p-services {
    height: 336px;
  }

  .p-p-services .container {
    height: 176px;
  }

  .p-p-services h3 {
    text-decoration: underline;
    text-decoration-style: solid;
    text-underline-offset: 25%;
    text-decoration-thickness: 0%;
    text-decoration-skip-ink: auto;
  }

  /* product-engineering lifecycle section */
  .product-engineering {
    height: 1803.71px;
  }

  .product-engineering .container {
    gap: 24px;
    height: 1707.71px;
  }

  .p-e-cards {
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
    height: 815.71px;
  }

  .p-e-card {
    height: auto;
  }

  .p-e-card-logo {
    padding: 40px 48px;
    gap: 4px;
  }

  .p-e-card-content {
    width: 424px;
  }

  .p-e-card-content p span::after {
    content: "";
    display: none;
  }

  #p-e-card-1 .p-e-card-content p span::after {
    content: "";
    display: block;
  }

  /* products section */
  .p-p-products {
    height: auto;
    gap: 30px;
  }

  .p-p-products .container {
    height: auto;
  }

  .p-p-products-heading {
    height: auto;
  }
  .p-p-products-cards-container {
    flex-direction: column;
    height: auto;
  }
  .p-p-products-cards {
    /* grid-template-columns: repeat(2, 1fr); */
    grid-template-columns: repeat(auto-fit, minmax(296px, 1fr));
    gap: 16px;
    height: 952px;
  }

  .p-p-products-card {
    width: 296px;
  }

  #p-p-products-card-7 {
    width: 608px;
  }

  #card-7-image {
    background: url(Technology_Images/p-p-product-card-7-tab.png);
  }

  .p-p-products-card h4 {
    font-size: 16px;
  }

  #p-p-products-card-6 h4 {
    margin-bottom: -20px;
  }
  
}

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

  header {
    background: #c6edff;
  }
 

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

  .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 !important;
    bottom: 80px !important;
    left: 0px;
    z-index: 1;
    height: 250px;
  }

  .breadcrumb {
    margin: 0;
    flex-direction: column;
    font-size: 24px;
    width: 244px;
    gap: 4px;
  }

  .breadcrumb #span-1 {
    display: none;
  }

  .breadcrumb #span-2 {
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0%;
  }
  .hero-content {
    width: 350px;
    margin: auto;
  }

  .hero-content h1 {
    width: 350px;
    /* height: 224px; */
    margin-top: 25px;
    vertical-align: middle;
  }

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

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

  .intro .container {
    flex-direction: column-reverse !important;
    width: 75vw;
    height: auto;
  }

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

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

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

  .intro-background {
    width: 75vw;
    height: 160px;
  }

  /* approach section */
  .p-p-approach {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 40px;
    gap: 4px;
    height: auto;
  }

  .p-p-approach .container {
    height: auto;
    width: 75vw;
  }

  .p-p-approach-cards-row-1 {
     width: 75vw;
    grid-template-columns: repeat(1, 1fr) !important;
  }

  .p-p-approach-card {
    height: auto;
     width: 75vw;
  }

  .p-p-approach-card .card-content {
    width: 71.24vw;
    height: auto;
  }

  .p-p-approach-card .card-content .card-container {
    width: 286px;
    height: auto;
    padding: 0;
    gap: 20px;
  }
.intro {
    height: auto;
    padding: 40px;
    background: #c6edff;
}

  #p-p-approach-card-2 .card-content {
    width: 71.24vw;
    height: auto;
  }

  #p-p-approach-card-2 .card-container {
    height: auto;
  }

  #p-p-approach-card-3 .card-content {
    height: auto !important;
  }
  #p-p-approach-card-3 .card-content .card-container {
    width: 286px;
    height: auto;
  }
  #p-p-approach-card-3 .card-container h4 span::after {
    display: none;
  }

  /* p-p-technology */
  .p-p-technology {
    height: auto;
    padding: 85px 40px;
  }
	.p-p-technology-card{
      flex-direction: column-reverse !important;
      height: auto;
}

  .p-p-technology .container {
     height: auto;
     gap: 42px;
     width: 75vw;
  }

  .p-p-technology-card-content {
    width: auto !important;
  }

  .technology-background {
    width: 75vw !important;
    background: url(Technology_Images/p-p-technology-card-1-phone.png);
    background-size: 100% 100%;
  }

  #p-p-technology-card-2 .technology-background {
    background: url(Technology_Images/p-p-technology-card-2-phone.png);
    background-size: 100% 100%;
  }

  #p-p-technology-card-3 .technology-background {
    background: url(Technology_Images/p-p-technology-card-3-phone.png);
    background-size: 100% 100%;
  }

  .p-p-technology-card-content p {
    font-size: 16px !important;
    line-height: 24px !important;
  }

  /* services section  */
  .p-p-services {
    padding: 85px 40px 40px  40px;
    height: auto;
  }

  .p-p-services .container {
    height: auto;
    width: 75vw;
  }

  .p-p-services h3 {
    font-size: 24px;
  }
  .p-p-services p {
    font-size: 16px;
    line-height: 24px;
  }

  /* product-engineering lifecycle section */
  .product-engineering {
    align-items: center;
    padding: 0 40px 85px 40px ;
    gap: 32px;
    height: auto;
  }

  .product-engineering .container {
    width: 75vw;
    padding: 0;
    height: auto;
    gap: 30px !important;
  }

  .product-engineering-heading {
    height: auto;
    padding: 16px 0;
  }
  .product-engineering h3 {
    line-height: 140%;
  }

  .product-engineering h3 span::after {
    content: "";
    display: block;
  }

  .p-e-cards {
    height: auto;
        grid-template-columns: repeat(1, 1fr) !important;
  }

  .p-e-card {
    border-radius: 0px !important;
    width: 71.25vw;
    gap: 16px;
    height: auto;
  }

  .p-e-card-logo {
    padding: 30px 36px;
    gap: 3px;
  }

  .p-e-card-logo img {
    width: 48px;
    height: 60px;
  }
  .p-e-card-content {
    width: 190px;
  }

  /* products section */
	.p-p-products-heading h2{
font-size: 20px !important;
}
  .p-p-products {
    padding: 85px 40px;
    gap: 32px;
    height: auto;
  }

  .p-p-products .container {
    width: 75vw;
    height: auto;
    gap: 30px;
  }

  .p-p-products-cards-container {
    height: auto;
    gap: 24px;
  }

  .p-p-products-cards {
    /* grid-template-columns: repeat(2, 1fr); */
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    height: auto;
  }
  
  .p-p-products-cards-row{
     gap: 32px;
  }

  .p-p-products-card {
    width: auto !important;
   flex-direction: column;
   display: flex;
    gap: 15px !important;
;
  }

  #p-p-products-card-7 {
    width: 350px;
  }
  .models-row-2-card .card-image {
    background: url(Technology_Images/p-p-product-card-1-phone.png);
  }

  #card-7-image {
    background: url(Technology_Images/p-p-product-card-7-phone.png);
    background-size: cover;
  }

  #card-2-image {
    background-size: 100% 100%;
    background: url(Technology_Images/p-p-product-card-2-phone.png);
  }
  #card-3-image {
    background-size: 100% 100%;
    background: url(Technology_Images/p-p-product-card-3-phone.png);
  }
  #card-4-image {
    background-size: 100% 100%;
    background: url(Technology_Images/p-p-product-card-4-phone.png);
  }
  #card-5-image {
    background-size: 100% 100%;

    background: url(Technology_Images/p-p-product-card-5-phone.png);
  }
  #card-6-image {
    background-size: 100% 100%;
    background: url(Technology_Images/p-p-product-card-6.png);
  }
}