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

.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  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: 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-content h1 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;
  gap: 4px;
  width: 911px;
  height: 339px;
  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: 339px;

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

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

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

  height: 1665px;
}

.enterprise-services-heading {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 4px;
  gap: 32px;
  height: 244px;
  color: #00293b;
}

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

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

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

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

  height: auto;
}

.enterprise-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: 311px;
  background: #c6edff;
}

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


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

#enterprise-service-card-1 ol {
    margin-left: 17px;
}
#enterprise-service-card-1 ol li{
font-weight: 400;
font-size: 16px;
line-height: 24px;
letter-spacing: 0%;
color: #00293b;

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

.enterprise-services-cards-row-2 .card-content{
    height: 383px;
}
.enterprise-services-card img {
  width: 100%;
  height: 280px;
}


@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;
    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 {
    display: none;
  }

  .hero-content h1 span {
    display: none;
  }
  /* intro section */
  .intro {
    padding: 104px 0;
  }

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

  .intro-contents {
    padding: 4px;

    /* width: 608px; */
    max-width: 608px;
    height: 467px;
    gap: 20px;
  }

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

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

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

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

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

  .enterprise-services .container {
    gap: 48px;

    width: 608px;
    height: auto;
  }

  .enterprise-services-heading {
    height: 35px;
    padding: 0px;
  }
  .enterprise-services-heading h3 {
    height: 35px;
    font-weight: 600;
    line-height: 100%;
    display: flex;
    align-items: center;
    color: #00293b;
  }

  .enterprise-services-heading p {
    display: none;
  }

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

  .enterprise-services-card {
    height: auto;
  }

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

    width: 608px;
    height: auto;
  }

  .enterprise-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;
  }

  #enterprise-service-card-3 .card-container {
    width: 499px;
  }

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

  
}

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

  
  header {
    background: #c6edff;
  }
  

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

  .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: 300px;
    margin: auto;
  }

  .hero-content h1 {
    width: 280px;
    font-size: 26px;
   
    margin-top: 20px;
    vertical-align: middle;
  }

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

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

  .intro .container {
    height: auto;
  }

  .intro-contents {
    padding: 4px;

    width: 77vw;
    height: auto;
    gap: 20px;
    justify-content: unset !important;
  }

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

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

  .intro-background {
    /* width: 350px; */
    height: 160px;
    background-position: center !important;

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

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

  .enterprise-services .container {
    gap: 48px;

    width: 80vw;
    height: auto;
    margin: 0;
  }

  .enterprise-services-card img {
    width: 80.3vw !important;
  height: 40.3vh;
  }

  .enterprise-services-heading h3 {
    font-size: 24px;
    line-height: 140%;
    letter-spacing: 0%;
    vertical-align: middle;
  }

  .enterprise-services-cards {
    width: 81.3vw;
  }

  .enterprise-services-card {
  	width: 80.3vw;
    height: auto;
  }

  .enterprise-services-card .card-content {
    width: 68vw;
    height: auto;
    padding: 40px 25px;
  }

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

  #enterprise-service-card-2 .card-content {
    width: 68vw;
  }

  #enterprise-service-card-3 {
    width: inherit;
  }

  #enterprise-service-card-3 .card-content {
    width: 68vw;
  }
  #enterprise-service-card-3 .card-content .card-container {
    width: 286px;
  }

  #enterprise-service-card-4 .card-container {
    width: 286px;
  }

  
}

@media (max-width: 376px) {

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

  .enterprise-services .container {
    gap: 48px;

    width: 80vw;
    height: auto;
    margin: 0;
  }

  .enterprise-services-card img {
    width: 80.3vw !important;
  height: 40.3vh;
  }

  .enterprise-services-heading h3 {
    font-size: 24px;
    line-height: 140%;
    letter-spacing: 0%;
    vertical-align: middle;
  }

  .enterprise-services-cards {
    width: 81.3vw;
  }

  .enterprise-services-card {
  	width: 80.3vw;
    height: auto;
  }

  .enterprise-services-card .card-content {
    width: 65vw;
    height: auto;
    padding: 40px 25px;
  }

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

  #enterprise-service-card-2 .card-content {
    width: 68vw;
  }

  #enterprise-service-card-3 {
    width: inherit;
  }

  #enterprise-service-card-3 .card-content {
    width: 68vw;
  }
  #enterprise-service-card-3 .card-content .card-container {
    width: 286px;
  }

  #enterprise-service-card-4 .card-container {
    width: 286px;
  }
} 



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