@font-face {
  font-family: Sfuidisplay;
  src: url('./asset/font/FontsFree-Net-SF-UI-Display-Regular-1.ttf') format("Opentype")
}

@font-face {
  font-family: Montserrat;
  src: url('./asset/font/Montserrat-Regular.ttf') format("Opentype");
}

body {
  font-family: Sfuidisplay !important;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.navbar {
  /* background-color: transparent !important; */
  background-color: white !important;
}

.navbar-toggler {
  background-color: aliceblue !important;
}

.bg-dark {
  /* background-color: #05253c !important; */
  color: #000 !important;
}

header {
  position: relative;
  background-color: black;
  height: 80vh;
  min-height: 37rem;
  width: 100%;
  overflow: hidden;
}

header video {
  /* position: absolute; */
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

/* header .container {
  position: relative;
  z-index: 2;
} */

.pp font {
  background: linear-gradient(90deg, #78CE5B 31.3%, #26A8C1 128.7%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

/* header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.4;
  z-index: 1;
} */







/* for video media query */
/* @media only screen and (max-width: 1200px) {
  header video {
    width: 100%;
  }
} */
/* Media Query for devices withi coarse pointers and no hover functionality */

/* This will use a fallback image instead of a video for devices that commonly do not support the HTML5 video element */

/* @media (pointer: coarse) and (hover: none) {
  header {
    background: url() black no-repeat center center scroll;
  }

  header video {
    display: none;
  }
} */

@media only screen and (max-width: 600px) {
  .navbar-nav {
    padding-left: 10px;
    /* background-color: rgb(12, 61, 77) !important; */
  }
}

/* ************************************************************************* */
/* header {
  position: relative;
  background-color: black;
  height: 95vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
  background-position: center;
} */

/* header video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
} */
header video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1200px;   /* Set your preferred size */
  height: auto;
  z-index: 0;
  transform: translate(-50%, -50%);
  object-fit: cover; /* Optional: crop excess while preserving aspect ratio */
}


header .container {
  position: relative;
  /* z-index: 2; */
}

header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.2;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  header {
    height: 80vh; /* Slightly shorter header for smaller screens */
    min-height: 300px;
  }

  header video {
    width: 100%;
    height: 100%;
  }

  header .container {
    padding: 15px; /* Reduced padding for mobile */
  }

  header .container h1, /* Assuming text is in h1 or similar */
  header .container p {
    font-size: 1.5rem; /* Adjust font size for smaller screens */
    text-align: center;
  }
}

@media screen and (max-width: 480px) {
  header {
    height: 70vh; /* Further adjust height for very small screens */
    min-height: 250px;
  }

  header .container h1 {
    font-size: 1.2rem;
  }

  header .container p {
    font-size: 0.9rem;
  }
}

/* Handle high-DPI displays (150% scaling, etc.) */
@media screen and (-webkit-min-device-pixel-ratio: 1.5),
       screen and (min-resolution: 1.5dppx) {
  header video {
    width: 100%;
    height: 100%;
  }

  header .container {
    padding: 10px;
  }
}
.home-bg {
  background-image: url(./asset/img/pexels-merlin-lightpainting.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}


/* text contain */
.pp {
  font-family: Sfuidisplay;
  font-size: 35px;
  font-weight: 600;
  line-height: 46px;
  letter-spacing: 0em;
  text-align: left;
}

.pp1 {
  font-family: Sfuidisplay;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: left;

}

.btn {

  font-family: Montserrat;

  font-size: 18px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;
  padding: 18px;



}

.btn:hover {
  color: white;
  background-image: linear-gradient(98.92deg, #2AB57D -6.42%, #0909DF 269.99%);
  background-position: left;

}


/* hover underline */
li a {
  font-family: Sfuidisplay;
  font-size: 17px;
  font-weight: 500 !important;
  color: black !important;
  padding-left: 15px !important;
  /* text-transform: uppercase; */
  /* text-decoration: none; */
  /* letter-spacing: 0.15em; */

  display: inline-block;
  /* padding: 15px 20px; */
  position: relative;
}

li a:after {
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  /* color:linear-gradient(90deg, #00ffb9 0%, #00e6dc 100%) !important; */
  background-image: linear-gradient(90deg, #00ffb9 0%, #00e6dc 100%);
  /* background: #fff; */
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}

li a:hover:after {
  width: 100%;
  left: 0;
}

.navbar-nav .nav-item.active .nav-link {
  /* Add your desired styling here */
  font-weight: bold !important;
  color: #2AB57D !important;
}

/* .navbar #nav .active > a {
  color: red;
} */
@media screen and (max-height: 300px) {
  ul {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 600px) {
  .pp {
    margin-top: 60px;
  }
}

/* about us page */


/* .ab-bg{
  background-image: url(./asset/img/Who\ we\ are\ _.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
 } */

#who {
  /* background-color: #000F33; */

}

.abo {
  font-family: Sfuidisplay;
  font-size: 36px;
  font-weight: 600;
  line-height: 43px;
  letter-spacing: 0em;
  text-align: left;
  color: black;
}

.abo1 {
  font-family: Sfuidisplay;
  font-size: 30px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: left;
  color: #2AB57D;


}

.abo2 {
  font-family: Sfuidisplay;
  font-size: 22px;
  font-weight: 100;
  line-height: 30px;
}

p a {
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
  font-size: 23px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #2AB57D;

}

#dd {
  height: 0px;
  width: 57px !important;
  left: 228px;
  top: 14px;
  border-radius: 0px;

}


/*---------------------------- challenges---------------------------------------------------*/


.challenges {
  background-color: #11141B;
  /* height: 550px; */
  border: 1px solid;
  border-bottom: 1px solid #00ffb9;


}

.challenges-heading {
  color: #FFF;
  font-family: Sfuidisplay;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 54px;
}

.challenges-heading span {
  color: #2AB57D;
}

.challenges .card {
  font-family: Sfuidisplay;
  background-color: #151921;
  color: white;
  border: 1px solid;
  border-image: linear-gradient(to bottom, #747474, #000000) 1;
  border-radius: 2px !important;
}

.challenges .card :hover {
  background-color: #75DAB4;
  color: #000 !important;
}

.challenges .card :hover .card-text {
  color: #000 !important;
}

.challenges .card-text {
  color: #C8C8C8;
  font-family: Sfuidisplay;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
}

/* @media screen and (max-width: 762px) {
  .challenges {
    height: auto;
  }

}

.challenges-heading {
  margin-top: 197px;
  font-family: Sfuidisplay;

  font-weight: 600;
  font-size: 30px;
  line-height: 27px;


  display: flex;
  align-items: center;

  color: #FFFFFF;
}

@media screen and (max-width: 762px) {
  .challenges-heading {
    margin-top: 40px;
  }
}

.challenges-heading2 {
  font-family: Sfuidisplay;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 29px;
  

  display: flex;


  color: #FFFFFF;
}

.challenges-heading3 {
  font-family: Sfuidisplay;
 
  font-weight: 600;
  font-size: 30px;
  

  display: flex;
  align-items: center;

} */


/* cards */
/* .our_solution_category {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.our_solution_category .solution_cards_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.solution_cards_box .solution_card {
  font-family: Sfuidisplay;
  flex: 0 50%;
 
  color: #fff;
  box-shadow: 0 2px 4px 0 rgba(225, 227, 238, 0.2),
    0 5px 15px 0 rgba(129, 133, 160, 0.15);
  border-radius: 15px;
  margin: 8px;
  margin-top: 20px;
  padding: 10px 15px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  min-height: 260px;
  transition: 0.7s;
  background-color: #11141B;
}

.solution_cards_box .solution_card:hover {
  background: #00ffb9;
  color: #fff;
  transform: scale(1.1);
  z-index: 9;
}

.solution_cards_box .solution_card:hover::before {
  background: rgb(85 108 214 / 5%);

}

.solution_cards_box .solution_card:hover .solu_title h3,
.solution_cards_box .solution_card:hover .solu_description p {
  color: black;
}

.solution_cards_box .solution_card:before {
  content: "";
  position: absolute;
  background: rgb(85 108 214 / 5%);
  width: 170px;
  height: 400px;
  z-index: -1;
  transform: rotate(42deg);
  right: -56px;
  top: -23px;
  border-radius: 35px;
}


.solution_card .solu_title h3 {
  font-family: Sfuidisplay;
  color: white;
  font-size: 1.3rem;
  margin-top: 13px;
  margin-bottom: 13px;
}

.solution_card .solu_description p {
  font-family: Sfuidisplay;
  font-size: 16px;
  margin-bottom: 15px;
}

.our_solution_content h1 {
  text-transform: capitalize;
  margin-bottom: 1rem;
  font-size: 2.5rem;
}



.hover_color_bubble {
  position: absolute;
  background: rgb(54 81 207 / 15%);
  width: 100rem;
  height: 100rem;
  left: 0;
  right: 0;
  z-index: -1;
  top: 16rem;
  border-radius: 50%;
  transform: rotate(-36deg);
  left: -18rem;
  transition: 0.7s;
}

.solution_cards_box .solution_card:hover .hover_color_bubble {
  top: 0rem;
}



@media screen and (min-width: 320px) {
  .sol_card_top_3 {
    position: relative;
    top: 0;
  }

  .our_solution_category {
    width: 100%;
    margin: 0 auto;
  }

  .our_solution_category .solution_cards_box {
    flex: auto;
  }
}

@media only screen and (min-width: 768px) {
  .our_solution_category .solution_cards_box {
    flex: 1;
  }
}

@media only screen and (min-width: 1024px) {
  .sol_card_top_3 {
    position: relative;
    top: -3rem;
  }

}

#availabl {
  margin-top: -40px;
}
 */



/* ----------------------------------------what we offer-------------------------------------------------- */
.whatoffer {
  font-family: Sfuidisplay;
  background-color: #0D2638;
  /* height: 500px; */
  border: 1px solid;
  border-bottom-color: #00ffb9;
}

.what-h2 {
  font-size: 36px;
  font-weight: 600;
  line-height: 43px;
  letter-spacing: 0em;
  text-align: left;

}

.card-img-top {
  height: 55.98526000976562px;
  width: 70.39470672607422px;
  /* left: -0.00390625px;
  top: 0.0078125px; */
  border-radius: 0px;
  margin-top: 30px;
  margin-left: 15px;

}

#what-card {
  background-color: #124162;
  color: white;
  font-family: Sfuidisplay;
}

#what-card:hover {
  background-color: white;
  color: #000;
}

.whatoffer .card-title {
  font-family: Sfuidisplay;
  font-size: 17px;
  /* font-weight: 500; */
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;

}

.whatoffer .card-text {
  font-family: Sfuidisplay;
  height: auto;
  text-align: left;
  font-size: 13px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;


}

.learn-more a {
  font-family: Sfuidisplay;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px !important;
  letter-spacing: 0em;
  text-align: left;
  margin-left: 15px;
  text-decoration: none !important;
  color: #78CE5B;


}

.num {
  position: absolute;
  left: 3.51%;
  right: 66.53%;
  top: 0%;
  bottom: 79.09%;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  font-size: 50px;
  line-height: 80px;
  /* or 104% */

  display: flex;
  align-items: center;

  color: #FFFFFF;

  opacity: 0.1;

}

.rect {
  position: absolute;
  /* left: 81.05%; */
  right: 0%;
  top: 0%;
  bottom: 88.69%;
  overflow: hidden;

}


/* ---------------------------------OFFSHORE OFFICE-------------------------------------------------------------- */

.offshore-office {
  background-color: #0D2638;

}

.offshore-heading {

  font-family: Sfuidisplay;
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 54px;
  margin-top: 261px;
  /* or 180% */
  display: flex;
  align-items: center;

  color: #FFFFFF;


  /* Inside auto layout */

  flex: none;
  order: 0;
  flex-grow: 0;
}

@media screen and (max-width: 762px) {
  .offshore-heading {
    margin-top: 40px;
  }
}

.offshore-heading1 {
  font-family: Sfuidisplay;
  font-style: normal;
  font-weight: 600;
  font-size: 35px;
  line-height: 50px;
  /* or 142% */

  display: flex;
  align-items: center;

  /* sp 1 */

  color: #2AB57D;


  /* Inside auto layout */

  flex: none;
  order: 1;
  flex-grow: 0;
}


#offshor-card {
  background-color: #124162;
  font-family: Sfuidisplay;
  /* margin-top: 40px; */
  color: white;
  /* text-align: center; */


}

#off-card-heading {
  font-family: Sfuidisplay;
  font-size: 16px;
  font-weight: 600;
  /* line-height: 54px; */
  letter-spacing: 0em;
  text-align: center;

}

#offshor-card:hover {
  background-color: white;
  color: #000 !important;

}

#off-card-para {
  font-family: Sfuidisplay;
  font-size: 13px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: center;
  color: #DDDDDD;

}

#offshor-card:hover #off-card-para {
  color: #000 !important;
}

.card-img-top1 {
  /* height:157px;
  width: 240px; */
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 20px;
}

.rect1 {
  position: absolute;
  right: 0%;
  top: 0%;
  bottom: 88.69%;
  overflow: hidden;
  display: none;

}

.rect1 {
  position: absolute;
  right: 0%;
  top: 0%;
  bottom: 88.69%;
  overflow: hidden;

}



/* -------------------------Introducing-Offshore---------------------------- */
/* .Rectangle-intro {
  position: absolute;
  width: 140px;
  height: 330px;
  margin-top: 100px;
  left: -1px;
  border: 1px solid;

  background-image: linear-gradient(267.44deg, #40B4A0 33.46%, #2D949F 188.02%, #1E7A9E 315.77%);
} */

#img-intro {
  position: relative;
  width: 400px;
  height: 460px;
  margin-top: 30px;

  /* border-radius: 25px 25px 193px 25px; */
}

@media screen and (min-width: 820px) {
  .img-intro {
    width: auto !important;
    height: auto !important;
    top: 0;
  }
}

.intro-p {
  font-family: Sfuidisplay;
  font-size: 25px;
  color: #656565;
}

.intro-p1 {
  font-family: Sfuidisplay;
  font-size: 25px;
  color: #000;
}

.intro-heading {
  font-family: Sfuidisplay;
  font-size: 35px;
  font-weight: 900;
  /* line-height: 54px; */
  letter-spacing: 0em;
  text-align: left;
  color: #2AB57D;

}

.offshower-resp-card .card {
  /* border: none; */
}

.vr {
  position: absolute;
  width: 0px;
  height: 50px;
  margin-right: 10px;

  border: 2px solid #D9D9D9;
  transform: rotate(0.13deg);

}


/* --------------------------------------how it work---------------------------------------------------- */

.how-it-work {
  background-color: #11141B;
}

.how-heading {
  width: 241.72px;
  height: 43px;

  font-family: Sfuidisplay;
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 43px;
  /* identical to box height */

  color: #FFFFFF;

}

#how-it-card {
  background-color: #151921;
  /* background: transparent; */
  border: 1px solid;
  border-image: linear-gradient(to bottom, #747474, #000000) 1;
}

#how-it-card:hover {
  border-image: linear-gradient(to bottom, #78CE5B, #000000) 1;
  opacity: 1;
}

.how-card-num {
  position: absolute;
  left: 2.77%;
  right: 81.3%;
  top: 0.75%;
  bottom: 79.25%;

  font-family: Sfuidisplay;
  font-style: normal;
  font-weight: 400;
  font-size: 35px;
  line-height: 80px;
  /* identical to box height, or 178% */

  display: flex;
  align-items: center;

  color: #FFFFFF;

  opacity: 0.35;
}

#how-card-work-img {
  /* position: absolute; */
  height: 50px;
  width: 96.78849792480469px;
  left: 60.10546875px;
  top: 0px;
  border-radius: 0px;


  left: 27.7%;
  right: 27.7%;
  top: 0%;
  bottom: 78.75%;

  /* 2 */

  /* background-color: linear-gradient(179.75deg, #747474 0.22%, rgba(0, 0, 0, 0) 238.88%); */
}

.how-it-ul {
  font-family: Sfuidisplay;
  /* font-style: normal; */
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  /* display: flex;
  align-items: center; */

  color: #868686;
}

.arrow {
  height: 31px;
  width: 50.92254638671875px;
  left: 34.9609375px;
  top: 175px;
  border-radius: 0px;
  position: absolute;
  left: 25.74%;
  right: 25%;
  top: 43.64%;
  bottom: 48.63%;

  /* border: 8px solid #444444; */

}

#how-it-work-img-2 {
  /* position: absolute; */
  width: 79.07px;
  height: 50px;
  margin-top: 65px;
}

#how-card-heading {
  font-family: Sfuidisplay;
  /* font-style: normal; */
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  /* display: flex; */
  align-items: center;

  color: #868686;


  /* Inside auto layout */

  flex: none;
  order: 0;
  flex-grow: 0;
}

#how-it-card :hover {
  color: #FFFFFF !important;
  cursor: pointer;
  /* background-color: #2AB57D !important; */
}

.card1:hover .how-it-ul {
  color: #FFFFFF;
}

.card:hover #how-card-heading {
  color: white;
}

.card1:hover {
  cursor: pointer;
}

.card1 .card-icon {
  filter: grayscale();

}

.card1:hover .card-icon {
  filter: none;
}

.card:hover .how-card-num {
  color: #78CE5B;
  opacity: 1.3499999940395355
}


/* -----------------------------------access control--------------------------------------- */
.access-control {
  background-color: #0D2638;

}

.access-control-heading {
  color: white;
  font-family: Sfuidisplay;
  font-size: 36px;
  font-weight: 600;
  line-height: 35px;
  letter-spacing: 0em;
  text-align: left;

}

.card-a {
  height: 520px;
  /* width: 360px !important; */
  width: auto;
  border: 1px solid black;
  background-image: url(./asset/img/access.png);
  background-size: cover;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.b {
  height: 520px;
  /* width: 300px; */
  border: 1px solid black;
  background-image: url(./asset/img/Component\ 80.png) !important;
  background-size: cover;
  position: relative;
  overflow: hidden;
  /* display: flex;
  align-items: center;
  justify-content: center; */
}

.c {
  height: 520px;
  /* width: 300px; */
  width: auto;
  border: 1px solid black !important;
  background-image: url(./asset/img/Component\ 81.png) !important;
  background-size: cover;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-content {
  position: absolute;
}

.title {
  /* text-align: center; */
  font-family: Sfuidisplay;
  width: 365px;
  max-width: 100% !important;
  padding: 30px;
  box-sizing: border-box;
  color: white;
  transition: all 400ms ease;
}

/* @media screen and (max-width: 920px) {
  .title {
    width: 470px !important;
    
  }
} */
.content {

  font-family: Sfuidisplay;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;


  /* color: #FFFFFF; */
  color: white;
  /* font-size: 20px; */
  padding: 30px;
  position: absolute;
  height: 428px;
  width: 100% !important;
  margin-top: -220px;
  opacity: 0;
  transition: opacity 600ms ease !important;
}

.card-a:hover .title {
  transform: translateY(-210px);
  background-color: rgb(36, 49, 87);
  /* background-image: linear-gradient(0deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)); */
}

.card-a:hover .content {
  visibility: visible;
  background-color: rgb(18, 4, 4);
  opacity: 1;
  display: block;
}

.content li {
  line-height: 35px;

}

/* --------------------------why spring up------------------------ */
.why-1-bg {
  background-color: #000000;
  /* height: 500px; */
  max-height: auto !important;
}

.why-2-bg {
  background-color: #1A1E25;
}

.why-p {

  font-family: Sfuidisplay;
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 43px;
  margin-left: 60px;
  margin-top: 130px;


  /* sp 1 */

  color: #2AB57D;
}

.why-p2 {
  font-family: Sfuidisplay;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  margin-left: 60px;
  /* or 140% */

  display: flex;
  align-items: center;

  color: #C8C8C8;

}

.li-1 {
  font-family: Sfuidisplay;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;

  color: #C8C8C8 !important;
  text-decoration: none !important;
}

.why-ul {
  margin-top: 50px;
  margin-right: 60px;
  margin-bottom: 80px;
  list-style-type: none;
}


/* ------------------------Countries----------------------------------------------- */


.countries {
  background-color: #000000;
}

.c-img {
  background-color: #11141B;
  color: #FFFFFF;
  border: 1px solid white;
}

.c-img:hover {
  background-image: url(./asset/img/ccccc.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff !important;
}

.c-h {
  font-family: Sfuidisplay;
  font-style: normal;
  font-weight: 900;
  font-size: 50px;
  line-height: 50px;
}

.c-p {
  font-family: Sfuidisplay;
  font-style: normal;
  font-weight: 400;
  font-size: 25px;
  line-height: 42px;

}

.c-img1:hover {
  background-image: url(./asset/img/head-img.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff !important;
}

.c-img2:hover {
  background-image: url(./asset/img/clients-img.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff !important;
}



/* -------------------------------------------case------------------------------------------------- */
.case1 {
  background-image: url(./asset/img/cassss.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 380px;
  width: 861px;
}

.case2 {
  background-image: url(./asset/img/case22.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 380px;
  width: 861px;
}

.case3 {
  background-image: url(./asset/img/caseee3.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 380px;
  width: 861px;
}

.case4 {
  background-image: url(./asset/img/casee4.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 380px;
  width: 861px;
}

.case5 {
  background-image: url(./asset/img/caseee5.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 380px;
  width: 861px;
}

.case6 {
  background-image: url(./asset/img/caseee6.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 380px;
  width: 861px;
}

.case7 {
  background-image: url(./asset/img/caseee7.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 380px;
  width: 861px;
}

.case-card {
  background-color: #000000;
  color: white;
  text-align: center;
  border-color: #2AB57D;
  /* border: 1px solid; */

  /* border-color: linear-gradient(90deg, #78CE5B 31.3%, #26A8C1 128.7%) !important; */


}

.case-heading {
  font-family: Sfuidisplay;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 31px;
  /* identical to box height */

  color: #FFFFFF;
}

.case-p {
  font-family: Sfuidisplay;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  /* identical to box height */

  color: #B9B9B9;
}

.case-card a {
  font-family: Sfuidisplay;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  /* identical to box height */
  text-decoration: none;
  /* sp 1 */

  color: #2AB57D;
  display: inline-block;
  transition: transform 0.3s !important;

}

.case-card a:hover {
  transform: scale(1.2) !important;
}




/* ------------------------------------Clients Testimonial----------------------------------------- */

.testimonialHeading {
  font-family: Sfuidisplay;
  font-size: 40px;
  font-weight: 700;

}

/* .swiper {
  width: 100%;
  height: 100%;
} */

.swiper-slide {
  height: 100% !important;
}

.swiper-slide img {
  width: 100%;
  /* object-fit: cover; */
}

.clientsubImg {
  width: 130px !important;
  height: 130px;
  position: relative;
  bottom: 55px;
  left: 110px;
}

.card-body-client {
  padding: 20px;
  margin-top: -80px;
}

.client-card {
  height: 544px;
  text-align: center;
  box-shadow: 0px 6px 12px -2px #32325D40;
}

.card-text-client {
  color: #4556A1;
  font-family: Sfuidisplay;
}

.client-des {
  font-family: Sfuidisplay;

}

.card-title-Name {
  font-size: 25px;
  line-height: 30px;
  font-family: Sfuidisplay;
}

/* ------------------------------------footer------------------------------------------------------ */
.footer {
  background-color: #000000;
  color: #FFFFFF;
  border: 1px solid black;
  border-top-color: #2AB57D !important;

}

.footer-heading {
  font-family: Sfuidisplay;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 31px;

  color: #FFFFFF;

}

.footer a {
  text-decoration: none;
  font-family: Sfuidisplay;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 39px;

  color: #D0D0D4;


}

.footer p {
  color: #D0D0D4;
}

.footer hr {
  background-color: #D0D0D4 !important;
  opacity: 1;
}

.bi-linkedin {
  width: 28px !important;
  height: 28px !important;
}


.address-h {
  font-family: Sfuidisplay;
}





/* ************************************leadership************************************************************ */


.leadership {
  background-image: url(./asset/img/MicrosoftTeams-image\ \(1\)\ 1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: auto;

}

.leadership-h span {
  background-image: linear-gradient(90deg, #78CE5B 31.3%, #26A8C1 128.7%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.leadership-h {
  font-family: Sfuidisplay;
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 61px;
  text-transform: uppercase;
  /* or 136% */

  color: #FFFFFF;
}

.leadership a {
  text-decoration: none;
  color: #FFFFFF;
}

.leadership-p {
  font-family: Sfuidisplay;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 20px;
  /* or 133% */

  color: #FFFFFF;
}

.leader {
  background-color: #000000;
}

.leader-card {
  background-color: #000;
}

.leader-heading {
  font-family: Sfuidisplay;
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 45px;
  background: linear-gradient(95.73deg, #70FF40 4.95%, #00D6FF 82.77%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.leader a {
  text-decoration: none;
  cursor: pointer;
  font-size: 14px;
}

.leader a:hover {
  color: #FFFFFF !important;
}


/* ****************************************clients******************************************************** */

.clients {
  background-color: #000000;
}



/****************leader desc************ */
.leader-bg {
  background-image: linear-gradient(90deg, #10B764 10.61%, #16B7D1 92.45%);
}

.led-p {
  font-family: Sfuidisplay;
  font-style: normal;
  font-weight: 800;
  font-size: 30px;
  line-height: 27px;
  color: #FFFFFF;
}

.led-p1 {
  font-family: Sfuidisplay;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  /* line-height: 24px; */

  color: #FFFFFF;
}

.leader-bg a {
  color: #fff;
}

.leader-bg a:hover {
  color: blue;

}

.led-p2 {
  font-family: Sfuidisplay;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  /* or 150% */
  color: #656565;

}



/* ******************cookies popup********************** */
.cookies-icon1 {
  width: 100px;
  height: 100px;
}

.cookies-bg {
  background-color: #000;
  color: #fff;
  padding: 30px;
  /* height: 200px;
  width: 300px; */
}

.cookies-pp {
  font-family: Sfuidisplay;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 61px;
  /* identical to box height, or 115% */
  text-transform: uppercase;

  color: #FFFFFF;
}

.cookies-pp span {
  background-image: linear-gradient(90deg, #78CE5B 31.3%, #26A8C1 128.7%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.cookies-pp1 {
  font-family: Sfuidisplay;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 25px;

  color: #C8C8C8;
  /* text-transform: lowercase; */
}

.cookies-btn11 {
  font-family: Sfuidisplay;
  width: 160px;
  height: 50px;
  background: linear-gradient(90deg, #78CE5B 31.3%, #26A8C1 128.7%);
  border: none;
  font-size: 20px;
  font-weight: 600;
  /* margin-left: 30px; */
}

.cookies-btn12 {
  font-family: Sfuidisplay;
  background-color: #000;
  color: #f5f5f5;
  border: 1px solid white !important;
  width: 160px;
  height: 50px;
  font-size: 20px;
  font-weight: 500;
}

.cookies-bg a {
  text-decoration: none;
  color: #fff;
}


.close-icon {
  width: 25px;
  height: 25px;
  position: absolute;
  top: 3%;
  right: 3%;
  cursor: pointer;

}

#cookieNotice {
  position: fixed;
  top: 50%;
  left: 50%;
  height: 400px;
  width: 500px;
  transform: translate(-50%, -50%);
  z-index: 1000;
}

/* ******************************************************************* */
@media (min-width: 768px) and (max-width: 1024px) {

  .Introducing-Offshore {}

  .offshowre-image {
    /* width: 200px; */
    height: 350px !important;
    margin-top: 210px !important;
    /* object-fit: cover !important; */
  }

  .offshower-resp-card {
    margin-right: 0% !important;
  }

}

/* what-offer */
@media (min-width: 768px)and (max-width: 1024px) {

  /* .what-rep .row-cols-md-1{
      flex: 0 0 auto !important;
      width: 20% !important;
  } */
  .what-rep {
    display: grid !important;
    width: 700px;
    /* height: 350px !important; */

  }

  .num {
    margin-top: 25px !important;
  }

  #what-card {
    display: grid !important;
    width: 700px;

  }
}


/* **********2nd div index.html*********** */
@media (min-width: 768px)and (max-width: 1024px) {
  #who {
    flex: 0 0 auto;
    width: 100%;
  }

  .ab-bg {
    width: 100%;
  }
}


/* ******************************access******************************* */
@media (min-width: 768px)and (max-width: 1024px) {
  .access-rep {
    display: grid !important;
    width: 100%;
    justify-content: center !important;
    /* width: 1500px !important; */
  }

  .card-a {
    width: 460px !important;
  }

  .title {
    width: 455px !important;
    text-align: center;
  }

  /* .navbar-nav {
    padding-left: 10px;
    background-color: rgb(12, 61, 77) !important;
  } */
}

@media screen and (min-width:1200px) {
  .title {
    width: 420px !important;
    text-align: center !important;
  }
}

/* ********************************************************************************************* */

@media (min-width: 768px)and (max-width: 1024px) {
  .why-1-bg {
    width: 100% !important;
    padding-bottom: 20px !important;

  }

  .why-2-bg {
    width: 100% !important;
  }

}

/* **************************headcount******************************************* */
@media (min-width: 768px)and (max-width: 1024px) {
  .c-h {
    margin-top: 15rem !important;

  }
}


#challenges::before {
  display: block;
  content: " ";
  margin-top: -10px;
  height: 100px;
}

html {
  scroll-padding-top: 70px;
  /* height of sticky header */
}

.point {
  cursor: default;
}

/* *******************************about****************************************** */



/* succsess */
.success-p {
  font-family: Sfuidisplay;
  font-size: 25px;
  font-weight: 400;
  line-height: 35px;
  letter-spacing: 0em;
  text-align: left;
  color: #FFFFFF;

}

.dropdown {
  display: block;
}

.dropdown:hover .dropdown-menu {
  display: block;
}






/* ***************************fun at springup*********************** */
.client-heading {
  color: #000;
  font-family: Sfuidisplay;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.fun-card {
  display: inline-block;
  position: relative;
}

.fun-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid transparent;
  transition: all 0.3s;
  z-index: -1;
}

.fun-card1:hover .fun-card::before {
  /* border-color: black; */
  background-color: #10B764;
  transform: translate(6px, 6px);
}



/* two box model  */

.twobox1-img {
  /* position: absolute; */
  width: 450px;
  height: 450px;
  left: 0px;
  top: 0px;
}

.step1 {
  font-family: Sfuidisplay;
  font-size: 25px;
  font-weight: 400;

}

.step-req {
  font-family: Sfuidisplay;
  font-size: 35px;
  font-weight: 600;
  color: #00A85F;

}

.step1-p {
  font-family: Sfuidisplay;
  font-size: 27px;
  font-weight: 500;
  line-height: 40px;
  /* text-align: left; */

}

.step1-ps {
  color: #4556A1;
  font-family: Sfuidisplay;
  font-size: 27px;
  font-weight: 600 !important;
  line-height: 40px;
}

.two-box {
  height: 50px;
  width: 70px;
  background: linear-gradient(69.02deg, #00A85F 15.14%, #4556A1 80.08%);
  justify-content: center !important;
  align-items: center !important;
}

.two-box1 {
  height: 50px;
  width: 70px;
  background-color: #00A85F;
  background: linear-gradient(69.02deg, #00A85F 15.14%, #4556A1 80.08%);
  justify-content: center !important;
  align-items: center !important;
}

.box-cards {
  font-family: Sfuidisplay;
  font-size: 28px;
  font-weight: 300;
  text-align: center;

}

.box-cards span {
  font-weight: 600;
}

.card-box-h1 {
  color: #00A85F;
  font-family: Sfuidisplay;
  font-size: 25px;
  font-weight: 600;
}

.box-li {
  font-family: Sfuidisplay;
  font-size: 16px;
  font-weight: 300;
  line-height: 31px;
  text-align: left;
}

.step2-bg {
  background-color: #0D2638;

}

.step2-span {
  color: #2AB57D;
}

.two-head {
  font-family: Sfuidisplay;
  font-size: 40px;
  font-weight: 600;
  /* line-height: 61px; */
  color: #2AB57D;
}

.two-head1 {
  font-family: Sfuidisplay;
  font-size: 25px;
  font-weight: 400;
}

.two-div {
  background: #124162;
  border: 2px solid;
  border-color: #2AB57D;
}

.two-p1 {
  font-family: Sfuidisplay;
  font-size: 35px;
  font-weight: 600;
  line-height: 61px;
  color: #FFF;
}

.two-p2 {
  font-family: Sfuidisplay;
  font-size: 25px;
  font-weight: 300;
  text-align: center;
  color: #FFF;
}

.twoCard-h {
  font-family: Sfuidisplay;
  font-size: 35px;
  font-weight: 600;
  color: #2AB57D;

}

.twoCard-p {
  font-family: Sfuidisplay;
  font-size: 22px;
  font-weight: 400;
  line-height: 33px;
  color: #393939;

}

.cardNum {
  font-family: Sfuidisplay;
  font-size: 35px;
  font-weight: 600;
  text-align: left;

}

.model-div {
  /* border: 2px solid; */
  border: 3px solid #4556A1
}

.model-P {
  font-family: Sfuidisplay;
  font-size: 30px;
  font-weight: 400;
  text-align: center;
}

.model-P span {
  font-family: Sfuidisplay;
  font-size: 35px;
  font-weight: 400;
  text-align: center;
  color: #2AB57D;

}

.bg-card1 {
  background: #2AB57D1A;

}

.bg-card2 {
  background: #4556A11A;

}

.num01 {
  font-family: Sfuidisplay;
  font-size: 25px;
  font-weight: 600;
  line-height: 41.77px;
  text-align: left;
  color: #00000026;

}

.card-model-p {
  font-family: Sfuidisplay;
  font-size: 25px;
  font-weight: 600;
  line-height: 35.8px;
  text-align: left;
  color: #2AB57D;

}

.card-model-p1 {
  font-family: Sfuidisplay;
  font-size: 25px;
  font-weight: 600;
  line-height: 35.8px;
  text-align: left;
  color: #4556A1;


}

.benfits-two {
  font-family: Sfuidisplay;
  font-size: 35px;
  font-weight: 600;
  line-height: 65.63px;
  text-align: center;
  color: #2AB57D;

}

@media (min-width: 320px)and (max-width: 480px) {
  .box-padding {
    padding: 30px;
  }
}

@media (min-width: 768px)and (max-width: 1024px) {
  /* .box-padding{
    display: flex;
    flex-direction: column;
  } */
}



/* ----------------------------Aicoe-------------------------------------------- */

.Aicard1 {
  font-family: Sfuidisplay;
  font-size: 30px;
  font-weight: 600;
  line-height: 47.73px;
  text-align: left;
  background-color: #124162;
  text-align: center;
  color: #FFFFFF;
}

.Aicard-2 {
  background: #124162;

}

.Aicard-2h {
  font-family: Sfuidisplay;
  font-size: 32px;
  font-weight: 600;
  line-height: 50.12px;
  text-align: left;
  color: #FFFFFF;
}

.Aicard-2p {
  font-family: Sfuidisplay;
  font-size: 20px;
  font-weight: 400;
  line-height: 25.8px;
  text-align: left;
  color: #FFFFFF;

}

.Aicard-3h {
  font-family: Sfuidisplay;
  font-size: 35px;
  font-weight: 600;
  line-height: 53.7px;
  text-align: left;
  color: #2AB57D;

}

.Aicard-3p {
  font-family: Sfuidisplay;
  font-size: 22px;
  font-weight: 700;
  line-height: 25.8px;
  text-align: left;

}

.Aicard-Ul {
  font-family: Sfuidisplay;
  font-size: 18px;
  font-weight: 400;
  line-height: 32.55px;
  text-align: left;

}

.Aisolution {
  background: #0D2638;

}

.Aisolution-h {
  font-family: Sfuidisplay;
  font-size: 35px;
  font-weight: 600;
  line-height: 53.7px;
  text-align: left;
  color: #FFFFFF;
}

.Aisolution-cards {
  background: #124162;

}

.Aisolution-cards-h1 {
  font-family: Sfuidisplay;
  font-size: 20px;
  font-weight: 600;
  /* line-height: 29.83px; */
  text-align: left;
  color: #FFFFFF;
}

.Aisolution-cards-h {
  font-family: Sfuidisplay;
  font-size: 22px;
  font-weight: 600;
  /* line-height: 29.83px; */
  text-align: left;
  /* color: #FFFFFF; */
}

.Aisolution-cards-ps1 {
  font-family: Sfuidisplay;
  font-size: 17px;
  font-weight: 400;
  line-height: 23px;
  text-align: left;
  /* color: #FFFFFF; */
}

.Aisolution-cards-ps {
  font-family: Sfuidisplay;
  font-size: 17px;
  font-weight: 400;
  line-height: 23px;
  text-align: left;
  /* color: #FFFFFF; */
}

.ai-icon {
  width: 45px;
  height: 45px;
  margin-top: 2px;
  padding: 5px;
  gap: 0px;
  opacity: 0px;

}

.Ainum01 {
  font-family: Sfuidisplay;
  font-size: 20px;
  font-weight: 600;
  opacity: 0.2;
  color: #FFFFFF;
}

.modebg {
  background: #11141B;

}

.mode-h1 {
  font-family: Sfuidisplay;
  font-size: 35px;
  font-weight: 700;
  line-height: 71.61px;
  text-align: left;
  color: #FFFFFF;

}

.mode-h1 span {
  color: #3CB882;
}

.mode-cards {
  background: #151921;
  /* border-color: linear-gradient(180deg, #747474 0%, rgba(0, 0, 0, 0) 100%); */
  border-image: linear-gradient(to bottom, #747474, #000000) 1;
}

.mode-card-h {
  font-family: Sfuidisplay;
  font-size: 21px;
  font-weight: 600;
  line-height: 29.83px;
  text-align: left;
  color: #FFFFFF;
}

.mode-card-p {
  font-family: Sfuidisplay;
  font-size: 18px;
  font-weight: 400;
  line-height: 23.87px;
  text-align: left;
  color: #FFFFFF;
}

.modenum {
  font-family: Sfuidisplay;
  font-size: 55px;
  font-weight: 700;
  line-height: 125px;
  text-align: center;
  color: #CECECE;
  align-items: center;
  /* border: 1px solid; 
border-image: linear-gradient(to bottom, #747474, #000000) 1;
 border-image-slice: 1;
border-radius: 50px !important;
background-origin: border-box;
background-clip: content-box, border-box; */
}

.numradius {
  /* width: 300px;
  height: 80px; */
  border: 1px solid;
  border-radius: 60px;
  background-image: linear-gradient(to bottom, #747474, #000000) 1;
  background-origin: border-box;
  background-clip: content-box, border-box;
}

.Ai-case {
  font-family: Sfuidisplay;
  font-size: 20px;
  font-weight: 400;
  /* line-height: 34.86px; */
  /* text-align: center; */
  color: #FFFFFF;
}

.Ai-case-p {
  font-family: Sfuidisplay;
  font-size: 25px;
  font-weight: 600;
  /* line-height: 57.27px; */
  /* text-align: center; */
  color: #FFFFFF;

}

.Aicard1 {
  background: #124162;
  justify-content: center;
  align-items: center;

}

.Aicard1-h {
  font-family: Sfuidisplay;
  font-size: 30px;
  font-weight: 600;
  line-height: 47.73px;
  text-align: left;

}

.Aicard1-p {
  font-family: Sfuidisplay;
  font-size: 22px;
  font-weight: 400;
  line-height: 29.83px;
  text-align: left;

}

.springuprol {
  /* border: 1px solid; */
  border: 1.5px solid #00A85F
}

.role-h {
  font-family: Sfuidisplay;
  font-size: 25px;
  font-weight: 600;
  /* line-height: 47.73px; */
  text-align: left;
  color: #00A85F;

}

.role-p {
  font-family: Sfuidisplay;
  font-size: 16px;
  font-weight: 400;
  line-height: 23.87px;
  text-align: left;
  color: #454545;

}

.card-role-h {
  font-family: Sfuidisplay;
  font-size: 20px;
  font-weight: 600;
  /* line-height: 41.77px; */
  text-align: left;
  color: #00A85F;

}

.card-role-p {
  font-family: Sfuidisplay;
  font-size: 15px;
  font-weight: 400;
  line-height: 23.87px;
  text-align: left;
  color: #393939;


}

.techno {
  background: #0D2638;

}

.techno-h {
  font-family: Sfuidisplay;
  font-size: 35px;
  font-weight: 600;
  line-height: 65.63px;
  /* text-align: left; */
  color: #2AB57D;

}

.techno-h span {
  color: #2AB57D;
}

.techno-p {
  font-family: Sfuidisplay;
  font-size: 20px;
  font-weight: 400;
  line-height: 35.8px;
  text-align: center;
  color: #FFFFFF;

}

.technum01 {
  font-size: 39px;
  /* color: #FFFFFF; */
  /* opacity: 0.1; */
}

.impact-h1 {
  font-family: Sfuidisplay;
  font-size: 35px;
  font-weight: 600;
  line-height: 65.63px;
  text-align: left;
  color: #2AB57D;

}

.cardimpact-h {
  font-family: Sfuidisplay;
  font-size: 25px;
  font-weight: 600;
  line-height: 35.8px;
  text-align: left;
  color: #4556A1;

}

.cardimpact-p {
  font-family: Sfuidisplay;
  font-size: 18px;
  font-weight: 400;
  line-height: 23.87px;
  text-align: left;
  color: #393939;

}

.man-h2 {
  font-family: Sfuidisplay;
  font-size: 30px;
  font-weight: 600;
  line-height: 39.38px;
  color: #2AB57D;
}


.container123 {
  /* margin-top: 80px; */
  /* height: 100px; */
  overflow: hidden;
  position: relative;
  width: auto;
}

.container123 .slide-track {
  animation: scroll 40s linear infinite;
  /* display: flex; */
  /* width: calc(250px *14); */

}


/* -------------------------------------Blogs csss --------------------------------------------- */

.Blogs-card {
  border-width: 2px;
  border-color: #d5f1e6;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  background-color: #eef2f8;
}

.blogCard-p {
  /* color: #ebf5f1; */
  font-size: 14px;
  font-weight: 600;

}




.blogCard-h {
  font-size: 18px;
  color: #4556A1;
}

.blog-btn {
  font-family: Sfuidisplay;
  width: 10rem;
  font-size: 16px;
  background-image: linear-gradient(98.92deg, #2AB57D -6.42%, #0909DF 269.99%);
  padding: 10px;
  border-radius: 10px;
  color: white;
  text-decoration: none;
  font-weight: 600;
  
}
.blog-btn1{
  font-family: Sfuidisplay !important;
  font-size: 18px;
  color: #2AB57D;  
  text-decoration: none !important;
  font-weight: 500;
}
.blog-card {
  flex-grow: 1 !important; /* This ensures the content grows to take available space */
}
.blog-btn a:hover {
  color: #000 !important;
}

.modeledit {
  font-family: Sfuidisplay;
  border: 2px solid #00A85F;
  padding: 10px;
  border-radius: 10px;
}
.model-h5{
  font-family: Sfuidisplay;
  text-align: center !important;
  color: #0D2638;
  font-size: 27px;
  font-weight: 600;
}

.blog2-p{
  font-family: Sfuidisplay;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}
.blog2-p a{
  color: #1010ec;
  font-size: 16px;
  font-weight: 400;
}
.blog2-p a:hover{
  color: #00A85F;
  font-size: 16px;
  font-weight: 400;
}
.blog2-h{
  font-family: Sfuidisplay;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}
.blog2-h4{
  font-family: Sfuidisplay;
  font-weight: 600;
}
.blogh3{
  font-family: Sfuidisplay;
  font-weight: 600;
}
.blogCard-h5{
  font-family: Sfuidisplay;
  font-weight: 500;
  color: #2AB57D;  
}
.card-blog{
  border-width: 3px;
  border-style: solid;
  border-image: linear-gradient(to right, #2AB57D, #4556A1) 1;
}
.blog2-h-2{
  /** Text Gradient Example */ 
  font-size: 30px;
  font-weight: 600;
  color: #4556A1; 
  background-image: linear-gradient(135deg, #4556A1 38%, #2AB57D 56%) !important; 
  background-clip: text !important; 
  -webkit-background-clip: text !important; 
  -webkit-text-fill-color: transparent !important; 
 
}
/* ------edge sourcing------------------------------------- */
.edge-card1{
  text-align: justify !important;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  border-radius: 10px;
}
.edge-h{
  font-family: Sfuidisplay;
  font-size: 24px;
  font-weight: 700;
  text-align: justify;
}
.edge-p{
  font-family: Sfuidisplay;
  font-size: 18px;
  text-align: justify;
  /* font-weight: 700; */
}
.edgetitle{
  font-family: Sfuidisplay;
  font-size: 40px;
  font-weight: 700;
}

/** Text Gradient Example */ 
.text-gradient {
  color: #4556A1; 
  background-image: linear-gradient(270deg, #4556A1 40%, #2AB57D 70%); 
  background-clip: text; 
  -webkit-background-clip: text; 
  -webkit-text-fill-color: transparent; 
 }
 .edge-p2{
  font-family: Sfuidisplay;
  font-size: 24px;
  line-height: 40px;
  /* font-weight: 600; */
 
 }
 .section-h1{
  font-family: Sfuidisplay;
  font-size: 40px;
  font-weight: 700;
 }
 .section-p{
  font-family: Sfuidisplay;
  font-size: 18px;
  text-align: justify;
 }

 
 .custom-list {
  font-family: Sfuidisplay;
  list-style-type: none; /* Remove default bullet points */
  padding: 0;
}

.custom-list li {
  font-family: Sfuidisplay;
  display: flex; /* Flexbox to align items */
  text-align: justify;
  margin-bottom: 10px;
}

.custom-list img {
  font-family: Sfuidisplay;
  width: 24px; /* Adjust image size */
  height: 24px;
  margin-right: 10px; /* Space between image and text */
  text-align: justify !important;
}

.custom-list .text-content {
  font-family: Sfuidisplay;
  font-size: 18px;
  text-align: justify !important;
}

.custom-list .text-content strong {
  font-family: Sfuidisplay;
  font-size: 1.1rem; /* Slightly larger for bold text */
}
.Ai-img{
  justify-content: center !important;
  align-items: center !important;
}
.Ai_ul{
  font-family: Sfuidisplay !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

/* ---------------------------------------------------------------- */
/* body {
  background-color: $white;
  color: $black;
  font-family: 'Raleway', sans-serif;
} */
ol.gradient-list {
  display: flex;
  flex-wrap: wrap; /* Ensures items move to the next line when they run out of space */
  gap: 2rem; /* Space between items */
  list-style: none;
  margin: 1.75rem ;
  
}

.gradient-list > li {
  background: white;
  border-radius: 0 0.5rem 0.5rem 0.5rem;
  counter-increment: gradient-counter;
  padding: 1rem 1rem 1rem 3rem;
  position: relative;
  flex: 0 1 calc(48% - 0rem); /* Adjust width for two items in a row with gap */
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}

.gradient-list > li::before {
  content: counter(gradient-counter);
  position: absolute;
  left: -1rem;
  top: -1rem;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(135deg, #4556A1 0%, #2AB57D 100%);
  color: black;
  font: 900 1.5em/1 'Montserrat';
}

/* ---------------------------------------------Ai------------------------------------- */

/* -------------------- */

.custom-process-list {
  list-style: none;
  counter-reset: list;
  padding: 0 1rem;
}

.custom-process-item {
  --stop: calc(100% / 4 * var(--i));
  --l: 62%;
  --l2: 88%;
  --h: calc((var(--i) - 1) * (180 / 5));
  --c1: hsl(var(--h), 71%, var(--l));
  --c2: hsl(var(--h), 71%, var(--l2));

  position: relative;
  counter-increment: list;
  max-width: 100%;
  margin: 2rem auto;
  padding: 2rem 1rem 1rem;
  box-shadow: 0.1rem 0.1rem 1.5rem rgba(0, 0, 0, 0.3);
  border-radius: 0.25rem;
  overflow: hidden;
  background-color: white;
}

.custom-process-item::before {
  content: '';
  display: block;
  width: 100%;
  height: 1rem;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to right, var(--c1) var(--stop), var(--c2) var(--stop));
}

.custom-process-title {
  font-family: Sfuidisplay !important;
  display: flex;
  align-items: baseline;
  margin: 0 0 1rem;
  color: rgb(70 70 70);
}

.custom-process-title::before {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
  margin-right: 1rem;
  width: 3rem;
  height: 3rem;
  content: counter(list);
  padding: 1rem;
  border-radius: 50%;
  background-color: var(--c1);
  color: white;
}

@media (min-width: 768px) {
  .custom-process-item {
      margin: 3rem auto;
      padding: 3rem 2rem 2rem;
  }

  .custom-process-title {
      font-size: 2.25rem;
      margin: 0 0 2rem;
  }

  .custom-process-title::before {
      margin-right: 1.5rem;
  }
}
.blog2-kalmkar{
font-size: 30px;
font-weight: 700;
  color: #4556A1 ; 
  background-image: linear-gradient(225deg, #4556A1  16%, #2AB57D  90%); 
  background-clip: text; 
  -webkit-background-clip: text; 
  -webkit-text-fill-color: transparent; 

}


/* -----------------------------------------------------------------serverless----------------------------------------- */
/* Center the steps and add padding */

.step-card {
  border: 3px solid #2cca9b;
  border-radius: 10px;
  /* padding: 20px; */
  background-color: #103f61;
}

.step-card i {
  color: #30ad64 !important;
}

.step-card h5 {
  font-family: Sfuidisplay !important;
  color: #FFF;
  font-size: 1.2rem;
 
}

.step-card p {
  font-size: 1rem;
}
.arrow-server i {
  color: #30ad64 !important;
}

/* Make the arrows inline with the steps */
.col-1 i {
  margin-top: 40px;
}

@media (max-width: 767px) {
  /* Stack the steps vertically on small screens */
  .row {
    flex-direction: column;
  }

  .col-1 {
    display: none;
  }
}

.circle-card {
  width: 250px;
  height: 250px;
  border: 2px solid;
  border-color: #103f61;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  margin: auto;
}
.circle-card img {
  width: 50px;
  height: 50px;
}
.circle-card h5 {
  font-family: Sfuidisplay !important;
  margin-top: 10px;
  font-size: 1rem;
  text-align: center;
  font-weight: 600;
}
.server-a{
  font-size: 18px;

}

.author-box {
  background-color: #f8f9fa; /* Light background */
  border-radius: 10px; /* Rounded corners */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Subtle shadow */
}

.author-initials {
  width: 50px;
  height: 50px;
  background-color: #6c63ff; /* Vibrant color for initials */
  color: #fff; /* White text */
  font-size: 20px; /* Larger text size */
  font-weight: bold; /* Bold initials */
  display: flex; /* Center initials */
  justify-content: center;
  align-items: center;
  border-radius: 50%; /* Circle shape */
  text-transform: uppercase; /* Ensure initials are capitalized */
}
.author-name{
  font-family: Sfuidisplay !important;
  font-size: 30px;
}
.head-author{
  font-family: Sfuidisplay !important;
  font-size: 25px;
}
.subhead-author{
  font-family: Sfuidisplay !important;
  font-size: 18px;
  font-weight: 500;
}



/* ---------key pillerr */


.main-trunk {
  position: relative;
  margin-bottom: 4rem;
}

.key-pillar-circle {
  width: 144px;
  height: 144px;
  border-radius: 50%;
  background: linear-gradient(to bottom right, #4f46e5, #3730a3);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s;
  margin: 0 auto;
}

.key-pillar-circle:hover {
  transform: scale(1.05);
}

.trunk-line {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 144px;
  width: 16px;
  height: 80px;
  background: linear-gradient(to bottom, #3730a3, #64748b);
}

.pillar-card {
  padding: 1rem;
  border-radius: 0.5rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  margin-bottom: 1rem;
  transition: all 0.3s;
  transform: translateY(0);
}

.pillar-card:hover {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  transform: translateY(-4px);
}
.pillar-card h2{
  font-size: 1rem !important;
}
.icon-circle {
  background-color: rgba(255, 255, 255, 0.2);
  padding: 0.5rem;
  border-radius: 60%;
  margin-right: 0.75rem;

}
.icon-circle i {
  font-size: 0.875rem; /* or any size you prefer */
}
.branch-line {
  width: 8px;
  height: 32px;
  background-color: #64748b;
  margin: 0 auto 0.5rem;
}

.item-connector {
  display: flex;
  align-items: center;
  margin-bottom: 0.25rem;
}

.connector-line-left {
  height: 2px;
  flex-grow: 1;
  background: linear-gradient(to right, transparent, #cbd5e1);
}

.connector-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin: 0 0.25rem;
}

.connector-line-right {
  height: 2px;
  width: 16px;
  background-color: #cbd5e1;
}

.item-card {
  padding: 0.75rem;
  border-radius: 0.5rem;
  background-color: white;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
  border-left-width: 4px;
  border-left-style: solid;
  margin-bottom: 0.75rem;
}

.item-card:hover {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.people-color {
  background: linear-gradient(to bottom right, #3b82f6, #2563eb);
  border-left-color: #3b82f6;
}

.people-color .connector-dot {
  background: linear-gradient(to right, #3b82f6, #2563eb);
}

.process-color {
  background: linear-gradient(to bottom right, #a855f7, #9333ea);
  border-left-color: #a855f7;
}

.process-color .connector-dot {
  background: linear-gradient(to right, #a855f7, #9333ea);
}

.technology-color {
  background: linear-gradient(to bottom right, #10b981, #059669);
  border-left-color: #10b981;
}

.technology-color .connector-dot {
  background: linear-gradient(to right, #10b981, #059669);
}

.global-color {
  background: linear-gradient(to bottom right, #f59e0b, #d97706);
  border-left-color: #f59e0b;
}

.global-color .connector-dot {
  background: linear-gradient(to right, #f59e0b, #d97706);
}

/* Animation classes */
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.animate-fade-in {
  animation: fadeIn 0.6s ease-out forwards;
}

.delay-100 { animation-delay: 0.1s; }
.delay-200 { animation-delay: 0.2s; }
.delay-300 { animation-delay: 0.3s; }
.delay-400 { animation-delay: 0.4s; }
.delay-500 { animation-delay: 0.5s; }
.delay-600 { animation-delay: 0.6s; }
.delay-700 { animation-delay: 0.7s; }
.delay-800 { animation-delay: 0.8s; }




.con-card:hover .fun-h2 {
  font-family: Sfuidisplay;
  font-size: 30px;
  font-weight: 500;
  background-image: linear-gradient(90deg, #78CE5B 31.3%, #26A8C1 128.7%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;

}

.fun-h2 {
  font-size: 30px;
  font-family: Sfuidisplay;
  font-weight: 500;
  color: #2caf53;
  text-decoration: none;
  
}
.funAt a{
  text-decoration: none !important;
}




/* -------------------------------------gcc-------------------------------------------------------------------- */
.gcc-hero-section {
  background-image: url(./asset/img/MicrosoftTeams-image\ \(1\)\ 1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: auto;
  min-height: 500px;
}

.gcc-hero-section h1 {
  font-family: Sfuidisplay;
  font-size: 2.5rem;
  font-weight: 700;
  background-image: linear-gradient(90deg, #78CE5B 31.3%, #26A8C1 128.7%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.gcc-hero-section .gcc-lead {
  font-family: Sfuidisplay;
  font-size: 1.5rem;

}
.gcc-features-section-p {
  font-weight: 600;
  font-family: Sfuidisplay;
  font-size: 1.2rem;
  color: #707070;
}

.gcc-card {
  padding: 20px;
  background: #124162;
  border: 2px solid #00ffb9;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s;
  color: #FFF;
}

.gcc-card:hover {
  transform: translateY(-5px);
}

.gcc-benefits-section .gcc-benefit-item {
  padding: 20px;
  background: #124162;
  border: 2px solid #00ffb9;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  color: #FFF;
}
.gcc-card-body {
  text-align: center;
}

@media (max-width: 768px) {
  .gcc-hero-section h1 {
      font-size: 2.5rem;
  }
  .gcc-hero-section .gcc-lead {
      font-size: 1.2rem;
  }
}



.Gcc-read-card h5 {
  font-weight: 600;
  font-family: Sfuidisplay;
  font-size: 1.2rem;
  color: #FFF;
}

.Gcc-read-card p {
  font-weight: 400;
  font-family: Sfuidisplay;
  font-size: 1rem;
  color: #FFF;
 
}
.Gcc-read-card a {
  font-weight: 400;
  font-family: Sfuidisplay;
  font-size: 1rem;
  color: #FFF;
  text-decoration: none;
}

.Gcc-read-card .card-body{
  background: #0e1734;

}
.Gcc-read-card {
  border: 3px solid #18e9b5;
  background: #0e1734;

}

.Gcc-read-card .card-footer {
  border: none;
  background: #0e1734;
  border-bottom-right-radius: 10px;
 border-bottom-left-radius: 10px;
}

.Gcc-read-card img {
  height: 200px;
}


/* --------------------------------------gcc learn more ------------------------------------- */
/* .gcc-container {
 
  position: relative;
  overflow: hidden;
} */
.gcc-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
.gcc-container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
 
  background-size: cover;
  opacity: 0.5;
  z-index: 0;
}

.gcc-subtitle {
  color: #666;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
  /* font-style: italic; */
}

.gcc-tabs {
  display: flex;
  justify-content: space-around;
  background: #fff;
  padding: 10px;
  border-radius: 10px;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
  position: relative;
  z-index: 1;
}

.tab-button {
  padding: 10px 20px;
  border: none;
  background: none;
  color: #333;
  cursor: pointer;
  font-size: 18px;
  border-radius: 5px;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
}

.tab-button.active-tab {
  background: #1a2a44;
  color: white;
  padding: 10px 45px;
  border-radius: 5px 5px 0 0;
  box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.1);
}

/* @media (max-width: 480px) {
  .gcc-tabs button {
    font-size: 12px;
    padding: 8px 10px;
    min-width: 100px;
  }
} */

@media (max-width: 768px) {
  .gcc-tabs {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }

  .tab-button,
  .tab-button.active-tab {
    width: 100%;
    font-size: 16px;
    padding: 12px;
    border-radius: 5px;
    box-shadow: none;
  }

  .tab-button.active-tab {
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    padding: 12px;
  }
}

.tab-button:hover:not(.active-tab) {
  color: #1a2a44;
}

.tab-content {
  display: none;
  position: relative;
  z-index: 1;
}

.tab-content.active-tab-content {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  padding: 20px 0;
}

.gcc-readmore-card {
  border: none;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.gcc-readmore-top {
  /* background: linear-gradient(to right, #101c5c, #485a8d); */
  background: linear-gradient(86deg,rgba(42, 181, 125, 1) 0%, rgba(89, 140, 222, 1) 100%);
  padding: 20px;
  display: flex;
  /* justify-content: center;
  align-items: center; */
}

.gcc-readmore-icon-wrapper {
  background-color: rgba(248, 216, 216, 0.1);
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}

.gcc-readmore-icon {
  width: 40px;
  height: 40px;
  /* color: #fff; */
  /* filter: brightness(0) saturate(100%) invert(33%) sepia(94%) saturate(3722%) hue-rotate(0deg) brightness(99%) contrast(105%); */
}

/* .card-title {
  font-size: 18px;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 10px;
}

.card-text {
  font-size: 14px;
  color: #555;
  margin-bottom: 0;
} */

.gcc-readmore-card h5 {
  font-weight: 600;
  font-family: Sfuidisplay;
  font-size: 1.4rem;
}

.gcc-readmore-card p {
  font-weight: 400;
  font-family: Sfuidisplay;
  font-size: 1.1rem;
}
.gcc-card-Eco{
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 1.4;
  position: relative;
  display: inline-block; /* required for ::after to size correctly */
  padding-bottom: 6px; 
}
.gcc-card-Eco::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px; /* thickness of the underline */
  width: 100%;
  background: linear-gradient(to right, #b9b9b9, #f6f6f7);
  border-radius: 2px;
}


:root {
  --gcc-primary: hsl(222.2, 47.4%, 11.2%);
  --gcc-primary-foreground: hsl(210, 40%, 98%);
  --gcc-secondary: hsl(210, 40%, 96.1%);
  --gcc-secondary-foreground: hsl(222.2, 47.4%, 11.2%);
  --gcc-muted: hsl(210, 40%, 96.1%);
  --gcc-muted-foreground: hsl(215.4, 16.3%, 46.9%);
  --gcc-background: hsl(0, 0%, 100%);
  --gcc-foreground: hsl(222.2, 84%, 4.9%);
  --gcc-border: hsl(214.3, 31.8%, 91.4%);
  --gcc-card: hsl(0, 0%, 100%);
  --gcc-card-foreground: hsl(218, 100%, 2%);
  --gcc-radius: 0.5rem;
}


/* Benefit Cards */
.gcc-section-title{
  /* font-weight: 600; */
  font-family: Sfuidisplay;
  /* font-size: 2rem; */
  color: #2AB57D;
}
.gcc-section-subtitle {
  font-weight: 500;
  font-family: Sfuidisplay;
  font-size: 1.2rem;
  color:#000000 ;
}
.gcc-benefit-card {
  /* background-color: var(--gcc-card);
  border: 1px solid var(--gcc-border); */
  border-radius: var(--gcc-radius);
  padding: 1.5rem;
  height: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  font-family: Sfuidisplay;
  background-color: #1c212b;
  color: white;
  border: 2px solid;
  border-image: linear-gradient(to bottom, #999999, #000000) 1;
  /* border-radius: 2px !important; */
}

.gcc-benefit-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
}

.gcc-card-header {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1rem;
}

.gcc-icon-container {
  width: 3rem;
  height: 3rem;
  background-color: #00ffb9;
  border-radius: var(--gcc-radius);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.gcc-card-icon {
  color: var(--gcc-primary);
  font-size: 1.5rem;
}

.gcc-card-content {
   width: 100%;
}

.gcc-card-badge {
  display: inline-block;
  background-color: #0D2638;
  color: #ffffff;
  border: 1px solid var(--gcc-border);
  padding: 0.25rem 0.6rem;
  border-radius: 0.25rem;
  font-size: 0.95rem;
  font-weight: 500;
  margin-bottom: 0.5rem;

}

.gcc-card-title {
  font-size: 1.125rem;
  font-weight: 600;
  /* color: #fff; */
  margin-bottom: 0;
  line-height: 1.4;
 
  align-items: center;
}

.gcc-card-body {
  padding-top: 0;
}

.gcc-card-description {
  color: var(--gcc-muted-foreground);
  font-size: 0.875rem;
  line-height: 1.5;
  margin-bottom: 0;
}

/* Summary Section */
.gcc-summary-section {
  padding: 5rem 0;
  background-color: hsl(210, 40%, 96.1%, 0.3);
}

.gcc-summary-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.gcc-summary-icon {
  width: 4rem;
  height: 4rem;
  background-color: hsl(222.2, 47.4%, 11.2%, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}

.gcc-summary-icon i {
  color: var(--gcc-primary);
  font-size: 2rem;
}

.gcc-summary-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--gcc-foreground);
  margin-bottom: 0.5rem;
}

.gcc-summary-description {
  color: var(--gcc-muted-foreground);
  font-size: 0.875rem;
  margin-bottom: 0;
}

/* Responsive Design */
@media (max-width: 768px) {
  .gcc-hero-section {
      padding: 3rem 0;
  }
  
  .gcc-hero-buttons {
      flex-direction: column;
      align-items: center;
  }
  
  .gcc-btn-primary,
  .gcc-btn-outline {
      width: 100%;
      max-width: 300px;
  }
  
  .gcc-benefits-section,
  .gcc-summary-section {
      padding: 3rem 0;
  }
  
  .gcc-card-header {
      flex-direction: column;
      text-align: center;
  }
  
  .gcc-icon-container {
      align-self: center;
  }
}

/* Animation Utilities */
.gcc-benefit-card,
.gcc-summary-item {
  animation: fadeInUp 0.6s ease-out;
}

@keyframes fadeInUp {
  from {
      opacity: 0;
      transform: translateY(20px);
  }
  to {
      opacity: 1;
      transform: translateY(0);
  }
}

/* Focus States for Accessibility */
.gcc-btn-primary:focus,
.gcc-btn-outline:focus {
  outline: 2px solid var(--gcc-primary);
  outline-offset: 2px;
}

/* Print Styles */
@media print {
  .gcc-hero-section,
  .gcc-benefits-section,
  .gcc-summary-section {
      padding: 1rem 0;
  }
  
  .gcc-benefit-card {
      break-inside: avoid;
  }
}

.gcc-learn-more {
  color: #00A85F !important;
  text-decoration: none;
  font-size: 18px !important;
}

/* -----------------------------------case study -------------------------------- */

/* Color Variables */
:root {
  --dnv-primary-color: hsl(222, 47%, 11%);
  --dnv-secondary-color: hsl(210, 40%, 96%);
  --dnv-muted-color: hsl(215, 16%, 47%);
  --dnv-foreground-color: hsl(222, 84%, 5%);
  --dnv-background-color: hsl(0, 0%, 100%);
  --dnv-card-background: hsl(0, 0%, 100%);
  --dnv-border-color: hsl(214, 32%, 91%);
  --dnv-blue-50: hsl(214, 100%, 97%);
  --dnv-blue-200: hsl(213, 97%, 87%);
  --dnv-blue-500: hsl(217, 91%, 60%);
  --dnv-blue-800: hsl(213, 70%, 43%);
  --dnv-green-50: hsl(138, 76%, 97%);
  --dnv-green-200: hsl(141, 84%, 85%);
  --dnv-green-500: hsl(142, 71%, 45%);
  --dnv-green-800: hsl(158, 48%, 46%);
  --dnv-yellow-400: hsl(54, 64%, 45%);
  --dnv-yellow-900: hsl(60, 9%, 18%);
  --dnv-orange-500: hsl(22, 25%, 26%);
  --dnv-orange-900: hsl(32, 45%, 23%);
}

/* Base Styles */
body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  background-color: var(--dnv-background-color);
  color: var(--dnv-foreground-color);
  line-height: 1.6;
}

.dnv-case-study-container {
  min-height: 100vh;
  padding: 2rem 0;
}

/* Header Section */
.dnv-header-section {
  margin-bottom: 3rem;
}

.dnv-main-title {
  font-size: 2rem;
  font-weight: 700;
  color: var(--dnv-foreground-color);
  margin: 0;
}

.dnv-logo-container {
   width: 140px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0; /* prevent growing/shrinking */
}

.logo-image {
  width: 100%;
  height: 100%;
  object-fit: contain; /* ensures image fits nicely */
  display: block;
  border-radius: 0.5rem;
}

.dnv-logo-container img {
  background: #fff;
  width: 100%;
  height: 55px;
  border: 1px solid var(--dnv-border-color);
}
.dnv-logo-text {
  color: var(--dnv-blue-800);
  font-weight: 700;
  font-size: 1.125rem;
  margin-bottom: 0.25rem;
}

.dnv-logo-line {
  width: 100%;
  height: 3px;
  margin-top: 0.25rem;
  border-radius: 1px;
}

.dnv-logo-line-1 {
  background-color: var(--dnv-blue-500);
}

.dnv-logo-line-2 {
  background-color: var(--dnv-green-500);
}

.dnv-logo-line-3 {
  background-color: var(--dnv-orange-500);
}

/* Company Overview Cards */
.dnv-company-card {
  background-color: var(--dnv-blue-50);
  border: 1px solid var(--dnv-blue-200);
  border-radius: 0.5rem;
  overflow: hidden;
  height: 100%;
}

.dnv-company-card-header {
  padding: 1rem;
}

.dnv-company-title {
  color: var(--dnv-blue-800);
  font-size: 1.125rem;
  font-weight: 600;
  margin: 0;
  display: flex;
  align-items: center;
}

/* Operational Overview Card */
.dnv-operational-card {
  background-color: var(--dnv-green-50);
  border: 1px solid var(--dnv-green-200);
  border-radius: 0.5rem;
  overflow: hidden;
}

.dnv-operational-card-header {
  padding: 1rem;
}

.dnv-operational-title {
  color: var(--dnv-green-800);
  font-size: 1.125rem;
  font-weight: 600;
  margin: 0;
  display: flex;
  align-items: center;
}

/* Operating Model Cards */
.dnv-operating-model-card {
  background-color: var(--dnv-card-background);
  border: 1px solid var(--dnv-border-color);
  border-radius: 0.5rem;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.dnv-operating-model-header {
  padding: 1rem;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.dnv-model-yellow {
  background-color: var(--dnv-yellow-400);
}

.dnv-model-green {
  background-color: var(--dnv-green-500);
}

.dnv-model-orange {
  background-color: var(--dnv-orange-500);
}

.dnv-model-header-title {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 600;
  display: flex;
  align-items: center;
}

.dnv-model-yellow .dnv-model-header-title {
  color: var(--dnv-yellow-900);
}

.dnv-model-green .dnv-model-header-title {
  color: white;
}

.dnv-model-orange .dnv-model-header-title {
  color: white;
}

.dnv-operating-model-body {
  padding: 1.5rem;
}

.dnv-model-title {
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--dnv-foreground-color);
  margin-bottom: 1rem;
}

.dnv-model-details {
  list-style: none;
  padding: 0;
  margin: 0;
}

.dnv-model-detail-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.75rem;
  font-size: 1rem;
  color: var(--dnv-muted-color);
}

.dnv-bullet-point {
  width: 8px;
  height: 8px;
  background-color: var(--dnv-primary-color);
  border-radius: 50%;
  flex-shrink: 0;
  margin-right: 0.5rem;
  margin-top: 0.5rem;
}

/* Key Highlights Card */
.dnv-key-highlights-card {
  background-color: hsl(222, 47%, 11%, 0.05);
  border: 1px solid hsl(222, 47%, 11%, 0.2);
  border-radius: 0.5rem;
  overflow: hidden;
}

.dnv-key-highlights-header {
  padding: 1rem;
}

.dnv-key-highlights-title {
  color: var(--dnv-primary-color);
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0;
}

.dnv-key-highlights-body {
  padding: 1.5rem;
}

.dnv-success-factor {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.dnv-success-badge {
  background-color: var(--dnv-secondary-color);
  color: var(--dnv-primary-color);
  font-size: 0.875rem;
  font-weight: 500;
  padding: 0.25rem 0.75rem;
  border-radius: 9999px;
  margin-bottom: 0.5rem;
  display: inline-block;
}

.dnv-success-description {
  font-size: 0.875rem;
  color: var(--dnv-muted-color);
  margin: 0;
  text-align: center;
}

/* Responsive Design */
@media (max-width: 768px) {
  .dnv-main-title {
      font-size: 2rem;
  }
  
  .dnv-header-section .d-flex {
      flex-direction: column;
      gap: 1rem !important;
  }
  
  .dnv-operating-model-body {
      padding: 1rem;
  }
  
  .dnv-key-highlights-body {
      padding: 1rem;
  }
}

@media (max-width: 576px) {
  .dnv-main-title {
      font-size: 1.75rem;
  }
  
  .dnv-case-study-container {
      padding: 1rem 0;
  }
  
  .dnv-model-title {
      font-size: 1rem;
  }
  
  .dnv-model-detail-item {
      font-size: 0.8rem;
  }
  
  .dnv-success-description {
      font-size: 0.8rem;
  }
}

/* Hover Effects */
.dnv-operating-model-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.dnv-success-factor:hover .dnv-success-badge {
  background-color: var(--dnv-primary-color);
  color: white;
  transition: all 0.3s ease;
}

/* Print Styles */
@media print {
  .dnv-case-study-container {
      padding: 0;
  }
  
  .dnv-operating-model-card {
      break-inside: avoid;
  }
  
  .dnv-key-highlights-card {
      break-inside: avoid;
  }
}

.dnv-subcase-card{
  background-color: var(--dnv-green-50);
  border: 1px solid var(--dnv-green-200);
  border-radius: 0.5rem;
  overflow: hidden;
  height: 100%;
}

.dnv-subcase-card-header {
  padding: 1rem;
}
.dnv-subcase-title {
  color: var(--dnv-green-800);
  font-size: 1rem;
  font-weight: 600;
  margin: 0;
  display: flex;
  align-items: center;
}

/* ------------------------------casestydy 2  heunkingmedia-------------------------- */
:root {
  --success-light: #7cb342;
  --success-bg: #e8f5e8;
  --warning: #ffc107;
  --warning-bg: #fff8e1;
  --info-light: #6c757d;
  --info-bg: #e9ecef;
  --accent-green: #4caf50;
  --accent-lime: #8bc34a;
}

body {
  background-color: #f8f9fa;
  font-family: 'Arial', sans-serif;
}

.header-border {
  border-bottom: 3px solid #dee2e6;
}

.brand-colors {
  display: flex;
  gap: 2px;
}

.brand-color {
  width: 8px;
  height: 32px;
  border-radius: 2px;
}

.brand-red { background-color: #dc3545; }
.brand-yellow { background-color: #ffc107; }
.brand-green { background-color: #28a745; }
.brand-blue { background-color: #007bff; }

.section-header {
  background-color: #124162;
  border: 1px solid;
  border-color: #00e6dc;
  border-radius: 8px;
}

.section-header1 {
  background-color: #124162;
  border: 1px solid;
  border-color: #00e6dc;
  border-radius: 8px;
}

.highlight-box {
  background-color: var(--success-bg);
  border-radius: 8px;
  border: 1px solid #c8e6c9;
}

.highlight-box1 {
  background-color: var(--success-bg);
  border-radius: 8px;
  border: 1px solid #c8e6c9;
  min-height: 60px; /* optional for visual balance */
}

.challenge-box {
  background-color: #124162;
  border: 1px solid;
  border-color: #00e6dc;
  border-radius: 8px;
  color: #fff;
}

.challenge-box .card-header {
  background-color: #2AB57D;
  border-radius: 8px;
  font-size: 1.125rem;
  color: #fff;
  font-weight: 600;
}
.challenge-box li {
  color: #fff;
  font-size: 1.1rem;
}
.solution-box {
  background-color: var(--accent-lime);
  border-radius: 8px;
}

.solution-content {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 8px;
}

.result-box {
  border: 2px solid;
  border-color: #00e6dc;
  background-color: #fff;
  border-radius: 8px;
  font-size: 1rem;
}

.arrow1 {
  font-size: 2rem;
  color: #00ffb9;
}

.bullet-point {
  margin-right: 8px;
  font-weight: bold;
}

@media (max-width: 768px) {
  .arrow1 {
      transform: rotate(90deg);
      margin: 1rem 0;
  }
}


.l1-support-card {
  background-color: #e6fffa;
  border: 2px solid #00ffb3;
  border-radius: 10px;
}

.l2-support-card {
  background-color: #fff3e6;
  border: 2px solid #ff9900;
  border-radius: 10px;
}

.l3-support-card {
  background-color: #ffe6e6;
  border: 2px solid #dc3545;
  border-radius: 10px;
}