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

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

/* intro section*/
.intro {
  padding-top: 80px;
  padding-bottom: 80px;
  /* height: 643px; */

  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: 403px;
  color: #00293b;
}*/
.intro-contents {
  padding: 4px;
  gap: 4px;
  color: #00293b;
}
.intro-contents h3 {
  font-weight: 500;
  font-size: 26px;
  line-height: 48px;
  letter-spacing: 0%;
}

.intro-contents ul {
  list-style-type: disc;
  margin-left: 40px;
}
.intro-contents li {
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0%;
}
.intro-background {
  background: #d9d9d9;
  background-size: cover;
}

/* offerings section */
.offerings {
  padding-top:105px;
  padding-bottom:175px;
  background: linear-gradient(360deg, #0066cc 0%, #00293b 100%);
}




.offerings-heading {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 4px;
  gap: 4px;
  height: 88px;
}

.offerings-heading h3 {
  font-weight: 600;
  font-size: 26px;
  line-height: 80px;
  letter-spacing: 0%;
  text-decoration: underline;
  text-decoration-style: solid;
  text-underline-offset: 25%;
  text-decoration-thickness: 0%;
  text-decoration-skip-ink: auto;

  color: #ffffff;
}

.offerings-cards {
  gap: 24px 56px;
}



.offerings-card-image {
  
  width: 200px;
  height: 169px;

  background: #c4c4c4;
}

.offerings-card-contents {
  display: flex;
  flex-direction: column;
  align-items: center;

  padding: 0px;
  gap: 20px;

  width: 390px;
  height: auto;
}

.offerings-card-contents p {
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0%;
  color: #ffffff;
}
.offerings-card-bar {
  height: 0.5px;           
  background-color: white;   
  margin-top: 8px;           
  width: 100%; 
}

/* case-studies section */
.case-studies {
  gap: 4px;
  background: #ffffff;
  padding-top:75px;
  padding-bottom:75px;
}

.case-studies-heading {
  padding: 4px;
  gap: 4px;
}

.case-studies-heading h2 {
  height: 71px;

  font-weight: 500;
  font-size: 26px;
  line-height: 35px;

  color: #00293b;
  vertical-align: middle;
}

.case-studies-background {
  height: 218px;

  background: #c4c4c4;
}

.case-studies-cards {
  display: grid;
  grid-template-columns: repeat(2, 40vw);
  gap: 24px;
}

.case-studies-card {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: center;
  padding: 40px 8px;
  gap: 4px;
  height: 175px;
  background: #c6edff;
}

.case-studies-card-container {
  height: auto;
  gap: 4px;
  padding: 4px 48px;
}

.case-studies-card p {
  height: 128px;

  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  /* or 133% */

  color: #0066cc;
}




/**/



.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}


@media only screen and (min-width: 768px) {
	
	.offerings .container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-content: flex-start;
  gap: 24px;
  padding: 0px;
  height: 860px;
}
	.offerings-card {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: flex-start;
  padding: 0px;
  gap: 32px;
  padding-top:25px;
  height: 169px;
}

}

@media only screen and (max-width: 768px) {
	
	.offerings
 {
    padding-top: 85px;
    padding-bottom: 85px;

}
}

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

@media (max-width: 430px) {
    #span-1 {
      display: none;
    }
  .container {
    width: 350px !important;
    max-width: 430px !important;
    /* padding: 0px; */
	}
   .breadcrumb {
        
        flex-direction: column !important;
        width: 244px;
       
    }

	.breadcrumb #span-2{
        font-size: 16px;
        line-height: 32px;
}
	.offerings-card-image {
         width: auto;
}	
.offerings-card-bar {
    margin: 0px 40px 20px 0px;
    width: 90%;
}
	.case-studies-card{
		margin: 20px !important;
	}
	.case-studies-card p {
        font-size: 16px !important;
line-height: 27px !important;

}
}

@media (max-width: 320px){
  .container {
    width: 320px !important;

	}
.hero-content h1 {
    
    width: 320px;
    font-weight: 600;
    font-size: 21px;
    line-height: 134%;
    
}
.intro-contents li {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    width: 267px;   
    text-align: left; 
}
	.offerings-card-image{
          width: 290px;
}
.offerings-card-contents p {
    font-weight: 400;
    font-size: 15px !important;
    line-height: 28px !important;
width: 100% !important;
   
}
	.offerings-card-contents{
         align-items: flex-start;
         width: 91%;
}
    .offerings-card-bar {
        margin: 0px 40px 20px 0px;
        width: 100%;
    }

	.case-studies-background {
       width: 91%;
}
.case-studies-card p {
        font-size: 13px !important;
        line-height: 25px !important;
    }

    .case-studies-card {
        margin: 10px 40px 20px 12px !important;
    }
}

@media (max-width: 375px){

  .case-studies-background {
       width: 91%;
}

@media (max-width: 375px) and (min-width: 320px) {
  
  .case-studies-background  {
    width: 91% !important;
  }
}






