:root {
  --color-navy: #0672fa;
  --color-lightBlue: #eef5ffe7;
  --color-light: #f3f6f7;
  --color-silver: #f7f7f7;
  --color-grey: #e6e6e6;
  --color-dark: #0d1820;
  --color-dark2: #424242;
  --color-yellow: #ffd262;
  --color-green: #3bc053;
  --color-icon: #2186c4;
  --color-theme: #037f83;
  --color-blueTheme: #1d6b87;
  --color-DarkBlue: #00008b;
  --color-LightBlue: #add8e6;
  --color-Zaffre: #0818a8;
  --color-blue: rgb(41, 154, 220);
}

:root,
[data-selected-theme="theme1"] {
  --color-content-start: rgb(18, 18, 18);
  --color-content-end: rgb(26, 25, 25);
  --color-content-text: rgb(233, 232, 232);
  --color-heading-start: rgb(58, 109, 131);
  --color-heading-end: rgb(111, 163, 195);
  --color-panel-start: rgb(171, 171, 171);
  --color-panel-end: rgb(73, 74, 75);
  --color-panel-text: rgb(15, 15, 15);
  --color-card-mask-start: rgb(160, 210, 218);
  --color-card-mask-end: rgb(72, 156, 173);
}

[data-selected-theme="theme2"] {
  --color-content-start: rgb(18, 18, 18);
  --color-content-end: rgb(26, 25, 25);
  --color-content-text: rgb(233, 232, 232);
  --color-heading-start: rgb(58, 109, 131);
  --color-heading-end: rgb(111, 163, 195);
  --color-panel-start: rgb(171, 171, 171);
  --color-panel-end: rgb(73, 74, 75);
  --color-panel-text: rgb(15, 15, 15);
  --color-card-mask-start: rgb(160, 210, 218);
  --color-card-mask-end: rgb(72, 156, 173);
}

/* fontsizes, argin and paddings*/
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: "Open Sans", sans-serif !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0;
  padding: 0;
  overflow-x: auto;
}

h1 {
  font-size: 2.5rem;
  font-weight: 400;
}

h1,
h2 {
  font-size: 2.5rem;
  font-weight: 400;
}

h3 {
  font-weight: 600 !important;
  line-height: 2rem;
}

h6 {
  font-size: 1rem;
  line-height: 2rem;
  /* text-transform: uppercase; */
}

p {
  font-size: 1.05rem;
  line-height: 1.8rem;
  margin-bottom: 1.75rem;
  text-align: justify;
}

.jumbotron {
  padding-top: 0px;
  padding-bottom: 0px;
}

.no-padding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.no-margin {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.rounded-3 {
  border-radius: 8px !important;
}

.sgap {
  margin-top: 8px !important;
}

.img_gap {
  margin-top: 4px !important;
}

.vw-25 {
  width: 25vw !important;
}

.vw-30 {
  width: 30vw;
}

.vw-35 {
  width: 35vw;
}

.py-10 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-20 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.py-60 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

/* fontsizes, argin and paddings*/

/* container colors */
.bg-lightBlue {
  background: var(--color-lightBlue);
}

.bg-theme {
  background: var(--color-navy);
}

.text-primary-alt {
  color: #00f1ff !important;
}

.text-theme {
  color: var(--color-theme) !important;
}

.mask {
  background: linear-gradient(
    135deg,
    var(--color-content-start),
    var(--color-content-end)
  );
  color: var(--color-content-text);
}

.mask-grey,
.mask-alt {
  background: linear-gradient(135deg, rgb(135, 135, 135), rgb(73, 74, 75));
  color: white;
}

.mask-alt2 {
  background: linear-gradient(135deg, rgb(115, 115, 115), rgb(79, 79, 79));
  color: white;
}

.mask-footer {
  background: linear-gradient(135deg, rgb(3, 74, 109), rgb(59, 79, 120));
  color: var(--color-content-text);
}

.container-text {
  color: var(--color-content-text);
}

.container-text-alt {
  color: #fff;
}

.text-light {
  color: #a1a1a1 !important;
}

.contentHeader {
  background: linear-gradient(
    135deg,
    var(--color-heading-start),
    var(--color-heading-end)
  );
  margin-top: 8px;
  margin-bottom: 8px;
}

.container-cards,
.wrapper-scrollx {
  background: linear-gradient(
    135deg,
    var(--color-panel-start),
    var(--color-panel-end)
  );
}

/* button style */
.btn-theme {
  background: linear-gradient(
    135deg,
    var(--color-card-mask-start),
    var(--color-card-mask-end)
  );
  color: #000;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 400;
  border: 2px solid #e7e7e7;
  z-index: 100;
}

.btn-theme:hover {
  color: #ffffff;
  border: 2px solid #000;
}

.btn-icons {
  background: linear-gradient(
    135deg,
    var(--color-card-mask-start),
    var(--color-card-mask-end)
  );
  color: #000;
  z-index: 100;
  border-radius: 50%;
  font-size: 1rem;
  width: 3rem;
  height: 3rem;
}

.btn-border {
  background-color: smoke;
  color: #000;
  border: none;
}

/* button style */

/* header nav link */
.nav-link {
  color: #727272 !important;
  font-size: 16px;
}

.nav-link.active {
  color: var(--color-theme) !important;
  font-weight: 600;
}

.nav-link:hover {
  font-weight: 500;
}

.dropdown-menu,
.dropdown-item {
  background-color: #000;
  color: #fff;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: rgb(171, 171, 171);
  color: #000;
}

/* header nav link */

/* breadcrumbs */
.breadcrumb {
  background-color: #8f8f8f;
  padding: 8px !important;
  margin: 0 !important;
  color: rgb(253, 253, 253);
}

.breadcrumb a {
  font-size: 1rem !important;
  font-weight: 400 !important;
  font-style: normal;
  color: rgb(253, 253, 253);
  text-decoration: none;
}

.breadcrumb-item.active {
  color: rgb(253, 253, 253);
  font-weight: 400;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: ">";
  /* You can use any symbol or text here */
  color: rgb(253, 253, 253);
  /* Change to your desired color */
}

/* breadcrumbs */

/* footer */
.back-to-top {
  position: fixed;
  bottom: 25px;
  right: 25px;
  z-index: 99;
  display: none;
}

.back-to-top:hover {
  background-color: #555;
}

.social_icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px !important;
  height: 40px !important;
  border-radius: 50%;
  color: var(--color-theme);
}

.nav_footer {
  text-decoration: none;
  color: #fff;
}

.nav_footer:hover {
  text-decoration: underline;
  color: #cccccc;
}


.nav_p {
  text-decoration: none;
  font-size: 12px !important;
  font-weight: 400;
  color: #fff;
  line-height: 150%;
  margin-bottom: 5px;
}

.line-1 {
  height: 1px;
  background: #e2e2e2;
  margin: 16px 30%;
}
@media (min-width: 992px) {  /* Applies only for large screens (lg and above) */
  .line-1 {
    margin: 16px 0; /* Aligns to the left */
    width: 150px; /* Optional: Set a fixed width for a smaller left-aligned line */
  }
}

/* footer */

.div_image {
  height: 100%;
  padding: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.div_image_repeat {
  width: 100%;
  padding: 0;
  background-size: contain;
  background-position: center;
  background-repeat: repeat;
}

.banner_image {
  height: auto !important;
  width: 100vw !important;
  object-fit: contain !important;
}

.container-main {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  justify-items: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.container-quote {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
  height: 100%;
  text-align: center;
  color: var(--color-theme);
}

.overlap-container {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.contentHeader {
  color: #fff;
  font-weight: 500;
  padding: 1.25rem 0;
  text-align: center;
}



/* Base style for the <h3> */
.hover-effect {
  color: inherit; /* Inherit the color from parent */
  text-decoration: none; /* No underline */
  transition: color 0.2s ease, transform 0.2s ease; /* Smooth transitions */
}

/* Hover effect for <h3> */
.hover-effect:hover {
  color: #aacef5; /* Change the text color on hover */
  cursor: pointer; /* Pointer to indicate interactivity */
  transform: scale(1.05); /* Slightly enlarge the text */
}

/* Base style for the <h3> */
.hover-effectother {
  color: inherit; /* Inherit the color from parent */
  text-decoration: none; /* No underline */
  transition: color 0.2s ease, transform 0.2s ease; /* Smooth transitions */
}

/* Hover effect for <h3> */
.hover-effectother:hover {
  color: #007BFF; /* Change the text color on hover */
  cursor: pointer; /* Pointer to indicate interactivity */
  transform: scale(1.05); /* Slightly enlarge the text */
}

.contentSubHeader {
  color: #fff;
  font-weight: 500;
  padding: 0.5rem 0 1.5rem 0;
  text-align: center;
}

.card-main {
  position: relative;
  background-color: #fff;
  border-radius: 8px;
  z-index: 10;
  overflow: hidden;
}

.card-image {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  max-height: 85vh;
  /* height: auto; */
  height: 100%;
  overflow: hidden;
  transition: all 0.5s ease-in-out;

  &:hover {
    transform: rotate(0deg) scale(1.1);
    -webkit-transform: rotate(0deg) scale(1.1);
  }
}

.nozoom:hover {
  transform: scale(1) !important;
}

.card > img:hover {
  transform: scale(1.1);
}

.card-body-title,
.card-description {
  position: absolute;
  z-index: 10;
  bottom: 0;
  width: 100%;
  text-align: center;
  padding: 1rem 1rem;
  background: linear-gradient(
    135deg,
    var(--color-card-mask-start),
    var(--color-card-mask-end)
  );
  color: var(--color-panel-text);
  opacity: 1;
}

.card-description h5 {
  font-size: 1.125rem;
}

.card-description-nooverlay {
  z-index: 10;
  bottom: 0;
  width: 100%;
  text-align: center;
  padding: 0.5rem 0.25rem;
  background: linear-gradient(
    135deg,
    var(--color-card-mask-start),
    var(--color-card-mask-end)
  );
  color: var(--color-panel-text);
  opacity: 1;
}

.card-title-dark {
  background: none;
  color: black;
  margin-bottom: 8px;
}

/* my card */
.my_card {
  position: relative;
  width: 100%;
  max-height: 80svh;
  height: auto;
  border-radius: 15px;
  overflow: hidden;
  border-color: grey;
  box-shadow: 0px 2px 3px 2px rgba(0, 0, 0, 0.25);
  transition: all 0.2s ease-out;
}

.my_card img {
  width: 100%;
  display: block;
  /* height: auto; */
  height: 100%;
  object-fit: cover;
  object-position: top;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  transition: all 0.3s;
  transform: scale(1);
}

.my_card:hover img {
  transform: scale(1.1);
}

.my_card:hover {
  box-shadow: 0px 4px 10px 3px rgba(0, 0, 0, 0.5);
}

/* my card */

/* scroll container */
.wrapper-scrollx {
  overflow-x: hidden;
  position: relative;
  background-color: var(--bs-gray-mid);
}

.scrollx {
  display: flex;
  justify-content: space-between;
  /* Adjust as needed */
  width: 100%;
  margin-left: 1rem;
  margin-right: 1rem;
  margin: 2rem 1rem;
}

.scrollx-wrapper {
  display: flex;
  flex-direction: row;
  flex: 1;
}

.scrollx > section {
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
}

.scrollx .card {
  flex: 1;
  margin: 0 10px;
  /* Adjust margin as needed */
  width: 22vw;
  /* height: 100%; */
  height: auto;
  max-height: 80vh;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  transition: all 0.2s ease-out;
}

.scrollx .card:hover {
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5), 0 6px 20px 0 rgba(0, 0, 0, 0.3);
}

.scrollx .card > img {
  max-height: 100%;
  height: auto;
  width: 100% !important;
  overflow: hidden;
  object-fit: cover;
  object-position: center;
  transition: all 0.5s ease-out;
}

.scrollx .card-body {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  text-align: center;
  min-height: 20%;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.scrollx p {
  font-size: 1rem;
  line-height: 1.75rem;
  margin-bottom: 1.5rem;
}

.scrollx-image {
  max-height: 30svh;
  height: auto;
  overflow: hidden;
}

.scrollx-image > img {
  width: 100%;
  height: auto;
}

.scrollx-image > img:hover {
  transform: scale(1.1);
}

/* .scrollx-socio .card,
.scrollx-w30 .card {
  width: 30vw;
  height: 85svh;
} */

/* scroll container */

/* image button icons */
.img-icon-down,
.img-icon-up,
.img-icon {
  width: auto !important;
  height: 40px !important;
  object-fit: contain !important;
  border: 0 !important;
  margin: 0;
  transition: all 0.3s;
  animation: drift 2s ease-in-out infinite;
}

.img-icon-up {
  animation: drift-up 2s ease-in-out infinite;
}

.img-icon-down {
  animation: drift-down 2s ease-in-out infinite;
}

.no-animation {
  animation: none !important;
  transition: none !important;
  opacity: 0.5;
}

@keyframes drift {
  0% {
    transform: translateX(-30px) scale(1.4);
  }

  50% {
    transform: translateX(0) scale(1);
  }

  100% {
    transform: translateX(-30px) scale(1.4);
  }
}

@keyframes drift-up {
  0% {
    transform: translateY(-8px) scale(1.4);
  }

  50% {
    transform: translateY(0) scale(1);
  }

  100% {
    transform: translateY(-8px) scale(1.4);
  }
}

@keyframes drift-down {
  0% {
    transform: translateY(0px) scale(1.4);
  }

  50% {
    transform: translateY(-8px) scale(1.2);
  }

  100% {
    transform: translateY(0px) scale(1.4);
  }
}

/* image button icons */

/* image wrap */
.img_wrap_container,
.img_wrap_card {
  position: relative;
  width: 100%;
  height: 100%;
  /* border-radius: 10px; */
  margin: 0;
  overflow: hidden;
  transform: scale(1);
  transition: all 0.5s;
}

.img_wrap_container {
  border-radius: 10px;
}

.img_wrap {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  margin: 0 0rem;
  overflow: hidden;
  transform: scale(1);
  transition: all 0.1s;
}

.img_wrap img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
  object-position: bottom;
  transform: scale(1);
  transition: all 0.5s;
}

.img_wrap_text {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: rgba(0, 0, 0);
  color: white;
  top: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s, opacity 0.5s linear;
  transition: visibility 0s, opacity 0.5s linear;
}

/* Hover on Parent Container */
.img_wrap:hover {
  cursor: pointer;
  box-shadow: 2px 5px 15px 2px rgba(0, 0, 0, 0.7);
  /* box-shadow: 5px 5px 10px 5px rgba(14, 12, 12, 0.6); */
}

.img_wrap:hover img {
  transform: scale(1.1);
}

.img_wrap:hover .img_wrap_text {
  visibility: visible;
  opacity: 0.6;
}

.image_border {
  border: 2px solid #fff !important;
}

/* image wrap */

/* ecommerce header style */
.header-fitrow {
  width: fit-content !important;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.header-box {
  padding: 2px 0;
  border-radius: 10px;
  color: #000;
  background: linear-gradient(
    135deg,
    var(--color-card-mask-start),
    var(--color-card-mask-end)
  );
}

.header-box > h2,
.header-box > h1 {
  color: #000 !important;
}

/* header style */

/* resource blog page style */
.modal_page_header {
  color: rgb(21, 94, 102);
  text-align: center;
  font-size: 1.25rem;
  font-weight: 500;
}

.modal_header {
  color: rgb(53, 55, 88);
  font-weight: 500;
  margin-top: 1rem;
}

.blog-container {
  padding-top: 1rem;
  background-color: #f3f3f3;
  /* background: linear-gradient(135deg, #d8d8d8, #c5c5c5); */
}

.blog-container p {
  color: #000000;
  /* color: #111111; */
}

.blog-card-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0;
}

.blog-card {
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
  border: 1px solid #555;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.125);
  transition: all 0.2s ease-out;
}

.blog-card:hover {
  box-shadow: 0px 4px 5px 2px rgba(0, 0, 0, 0.5);
}

.blog-card-img {
  position: relative;
  /* min-height: 100%; */
  width: 100%;
}

.blog-card-img img {
  height: 30vh !important;
  width: 100% !important;
  object-fit: cover;
  object-position: bottom;
  transition: all 0.2s ease-out;
}

.blog-card-img img:hover {
  transform: scale(1.1);
}

.blog-card-body {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  text-align: center;
  /* min-height: 15vh; */
  padding-top: 1rem;
}

.blog-text-on-img {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 100%;
  font-weight: 400;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transition: all 0.2s ease-out;
  cursor: pointer;
  opacity: 0;
}

.blog-text-on-img:hover {
  font-size: 1.125rem;
  font-weight: 500;
  color: #fff;
  padding: 100%;
  background-color: #414247;
  opacity: 0.7;
}

.blog-modal-container {
  display: none;
  position: relative;
  width: 100%;
  /* height: 100%; */
  padding-bottom: 0rem;
  /* padding-top: 1rem; */
}

.blog-sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  height: 100vh;
  /* border-left: 2px solid #00000044; */
}

.mobile-frame {
  /* border: 10px solid #616161; */
  border: 10px solid #22227f;
  border-radius: 10px;
  margin: 1rem;
}

.vscroll-content {
  overflow-y: hidden;
  height: 70vh;
  scroll-behavior: smooth;
  transition: transform 0.1s ease-in-out;
}

.btn-up,
.btn-down {
  margin: 1vh 0;
  cursor: pointer;
  font-size: 2rem;
  color: var(--color-theme);
  display: flex;
  justify-content: center;
  align-items: center;
}

.blog-title-container {
  margin-top: 1rem;
  margin-bottom: 0;
}

.blog-info-container {
  margin: 10px 0;
}

.blog-icon {
  width: 2rem;
  height: auto;
}

.blog-author,
.blog-date {
  margin-bottom: 0;
  font-size: 0.9rem;
}

.blog-author {
  margin-right: 1rem;
}

/* resource blog page style */

#Successful-banner section {
  min-width: 25vw;
  width: auto !important;
  height: auto !important;
}

.container-embosse {
  background-color: #e5ebf3;
  border-radius: 8px;
  padding: 16px 8px;
  margin: 0 4px;
}

.img-container {
  padding: 0;
  margin: 0;
  height: 100%;
}

.scrollx-healthcare .row,
.scroll_advantage .row {
  display: flex;
  flex-direction: row;
  flex: 1;
  margin: 0;
}

.scrollx-socio .card {
  height: 100%;
  width: 30vw;
  max-height: 90vh;
}

.scrollx-socio .scrollx-image {
  max-height: 30vh;
}

.scrollx-healthcare .card,
.scroll_advantage .card {
  height: 100%;
  width: 65vw;
  max-height: 90vh;
}

.scrollx-healthcare .img_radius_r35,
.scroll_advantage .img_radius_r35,
.img_radius_r35 {
  height: 100%;
  object-fit: fill;
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  border-top-right-radius: 35vh;
  border-bottom-right-radius: 35vh;
}

.img_radius_rr35 {
  height: 100%;
  object-fit: fill;
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  border-top-left-radius: 35vh;
  border-bottom-left-radius: 35vh;
}

.scrollx-about-team .card {
  height: 100%;
  width: 30vw;
  max-height: 90vh;
}

.scrollx-about-team .scrollx-image {
  max-height: 30vh;
}

.scrollx-ecommerce .card,
.scrollx-skills-tech .card,
.scrollx-skills-skill .card,
.scrollx-consult .card {
  height: auto;
  width: 30vw;
  max-height: 90vh;
}

.scrollx-skills-tech img,
.scrollx-skills-skill img {
  border-radius: 0 !important;
}

.scrollx-ecommerce .card {
  height: 100%;
  width: 24vw;
  max-height: 75vh;
}

.scrollx-ecommerce .card-image {
  object-fit: cover;
}

.scrollx-ecommerce img {
  height: 100%;
  object-fit: cover;
}

.scrollx-healthcare .card {
  height: 100%;
  width: 70vw;
  max-height: 90vh;
}

.scrollx-healthcare .img_radius_r35 {
  object-fit: cover;
}

.health-cards .card {
  height: 100%;
}

.health-cards .card-image {
  height: 100%;
  object-fit: cover;
}

.health-card .row {
  display: flex;
}

.health-cards .col {
  flex: 1;
  margin: 0 10px;
  /* Adjust margin as needed */
}

#hc_syncpoints .card {
  overflow: hidden;
}

#hc_syncpoints .img-container {
  height: auto;
}

#hc_images img {
  border-radius: 1rem;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.3);
  /* Horizontal, Vertical, Blur, Color */
  transition: box-shadow 0.3s ease;
  /* Optional: Add transition for a smooth effect */
}

#hc_images img:hover {
  box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.5);
  /* Adjust shadow values for the hover effect */
}

.content-banner-image {
  padding: 2.5rem 0;
}

.icon_image {
  height: auto !important;
  width: 100% !important;
  object-fit: contain !important;
  text-align: center;
}

.navbar-nav .nav-item:hover .dropdown-menu {
  display: block;
}

.dropdown-menu li:not(:last-child) {
  border-bottom: 1px solid #414141;
  padding-top: 2px;
  padding-bottom: 2px;
}
