/*
Theme Name: Lancom Theme
Author: Stavroula
*/
@import "./assets/fonts/Inter-4.1/inter.css";

.hero {
  text-align: left;
}

.card-title {
  margin-top: 3.5rem;
  font-size: 1.5rem;
  font-weight: 700;
}

.title {
  font-size: 3.25rem;
  font-weight: 500;
  width: 47.7rem;
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.desc {
  font-size: 1.75rem;
  font-weight: 400;
  margin-top: 2rem;
  margin-bottom: 3rem;
  line-height: normal;
}
.front .desc {
  font-size: 1.25rem;
}

.site-branding {
  display: flex;
  align-items: center;
  justify-content: center;
}

.cont {
  padding-top: 5rem;
  padding-bottom: 6rem;
}

.about-title {
  text-wrap: balance;
  /* letter-spacing: 2px; */
  line-height: normal;
  font-size: 4.1rem;
  font-weight: 500;
}

.page-title {
  text-wrap: balance;
  /* letter-spacing: 2px; */
  line-height: normal;
  font-size: 3.3rem;
  font-weight: 500;
}

.square-arrow-button {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 3.7rem;
  height: 3.7rem;
  background-color: #f6f3df33;
  color: #fff;
  border-radius: 0;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(22rem, 1fr));

  gap: 2.7rem;
  /* row-gap: 2.7rem !important; */
  /* height: auto !important; */
  /* margin-top: 2.3rem; */
  align-items: stretch;

  /* grid-auto-rows: 1fr; */
}

.card {
  /* max-width: 21.75rem;*/
  /* max-height: 27rem; */

  padding: 3rem;
  padding-top: 4.8rem;
  position: relative;
  text-align: left;
  cursor: pointer;

  display: flex;
  padding: 4.8rem 3rem 3rem 3rem;
  flex-direction: column;
  /* justify-content: space-between; */
  justify-content: revert-layer;
}

.front .card:hover:nth-child(4n + 1) {
  --hv-front-bg: #0e1344;
  --hv-front-clr: #a7d9ff;
}
.front .card:hover:nth-child(4n + 2) {
  --hv-front-bg: #5a227c;
  --hv-front-clr: #b6a7ff;
}
.front .card:nth-child(4n + 3) {
  --hv-front-bg: #7c223d;
  --hv-front-clr: #ffaaa7;
}
.front .card:hover:nth-child(4n + 4) {
  --hv-front-bg: #196363;
  --hv-front-clr: #a7ffe3;
}
.front .card:hover:nth-child(4n + 5) {
  --hv-front-bg: #196363;
  --hv-front-clr: #a7ffe3;
}
.front .card {
  background-color: var(--wp--preset--color--dark);
  color: var(--wp--preset--color--secondary);
}

.card img,
.card svg {
  /* max-width: 160px;
  height: 160px; */
  /* margin-bottom: 1rem; */
  transition: transform 0.3s ease;
}

.card:hover {
  background: var(--hv-front-bg);
  color: var(--hv-front-clr);
}

.card:hover img,
.card:hover .card-icon {
  transform: translateY(-6px);
}
.card:hover .square-arrow-button {
  background: var(--hv-front-clr);
}
.card:hover .btn-arrow {
  color: var(--hv-front-bg);
  transform: translateX(5px);
}

.card-services {
  min-height: 28.7rem;
  color: #fff;
  padding: 3rem;
  padding-bottom: 3.12rem;
  position: relative;
}

.card-content {
  max-width: 21rem;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(23rem, 1fr));
  row-gap: 3.5rem;
  column-gap: 2.5rem;
  margin-top: 4rem;
}
.services-icon svg {
  width: 6.7rem;
  height: 7.5rem;
}
.card-icon {
  display: flex;
  justify-content: left;
  width: 100%;
  transition: all 0.3s ease;
}

.card-icon img,
.card-icon svg {
  /* width: 10rem; */
  max-height: 7.5rem;

  color: currentColor;
}
.front .card-icon img,
.front .card-icon svg {
  width: 10rem;
  max-height: 10rem;
}
.small-card .card-icon svg {
  width: 5.5rem !important;
  height: 5rem !important;
}
.card-arrow {
  width: 0.8rem;
  height: 0.8rem;
  vertical-align: middle;
  display: inline-block;
  margin-left: 4px;
  fill: currentColor;
  transition:
    transform 1.5s ease-out,
    color 1.5s ease-out;
}

.button {
  display: inline-block;
  margin-top: 1rem;
  padding: 0.5rem 1rem;
  background: #000;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
}
.small-cards {
  width: 22.3rem;
  height: 20rem;
  padding: 3.5rem 2.5rem 4rem 2.5rem;
}
.about.small-card {
  padding: 3rem;
}

.main-navigation,
.main-navigation ul {
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
  transition: all 0.5s ease;
}

/* Desktop menu */
.main-navigation > li {
  float: left;
  position: relative;
}

.main-navigation a {
  text-decoration: none;
  color: var(--wp--preset--color--tirquise);

  display: block;
  text-align: center;
  transition: all 0.5s ease;
}

.main-navigation li a {
  display: block;
  color: var(--wp--preset--color--tirquise);
  text-align: center;
  /* height: 1.15rem; */
  /* padding: 1.9rem 1.5rem 1.9rem 1.5rem; */
  font-size: 0.875rem;
  font-weight: 600;

  text-transform: uppercase;
}
.custom-logo-link {
  padding: 1.5rem 0rem !important;
}
.p-link {
  padding: 1.894rem 1.31rem;
  border-bottom: 5px solid transparent;
}
.hamburger-toggle {
  padding: 1.894rem 1.31rem;
  border-bottom: 5px solid transparent;
}
.hamburger-toggle.active {
  border-bottom: 5px solid #ffffff !important;
}

.menu:hover li a {
  color: #ffffff !important;
}
.main-navigation li a .site-logo {
  padding: 0 !important;
}
.p-link:hover {
  border-bottom: 5px solid #ffffff;
}

.menu-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 2rem;
  cursor: pointer;
}

.site-branding {
  color: var(--wp--preset--color--tirquise);
  transition: color 0.3s ease;
}

.site-header:has(.menu:hover) .site-branding {
  color: #fff;
}

.footer-contact .site-logo {
  color: #ffffff;
}
.footer-contact .custom-logo-link {
  padding: 0 !important;
}
.search {
  margin-left: 2.5rem;
}

.menu > li {
  position: static;
}

.menu ul.sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  color: #a7ffe3;
  width: 100vw;
  list-style: none;
  z-index: 999999;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);

  opacity: 0;
  visibility: hidden;
  transform: scaleY(0);
  transform-origin: top;
  transition: all 0.35s ease-out;
}

.site-header {
  background-color: var(--wp--preset--color--dark);
  border-bottom: 1px solid #a7ffe34d;
  transition: all 0.3s ease;
  position: fixed;
  top: 0;
  height: auto;
  width: 100vw;
  z-index: 10;
}

.menu:hover .site-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3) !important;
}
/*
.menu li:hover > ul.sub-menu {
  display: block;
  visibility: visible;
  transform: scaleY(1);
} */

.main-navigation {
  position: relative;
}
.hamburger-mobile-menu.menu-open,
.mob.sub-menu.full-width {
  /* position: fixed; */
  /* top: 0; */
  /* left: 0;
  right: 0;
  bottom: 0; */
  /* width: 100vw; */
  /* margin: 0 auto; */
  max-width: inherit;
  z-index: 9999;
  /* overflow-y: auto; */
}
.footer-menu-title {
  text-decoration: none;
}


.sub-menu.full-width {
  position: fixed;
  top: 5.22rem;
  left: 0;
  right: 0;
  width: 100vw;
  margin-left: 0;
  background: var(--bg);
  opacity: 0;
  visibility: hidden;
  transform: scaleY(0);
  transform-origin: top;
  transition: all 0.3s ease-out;
}

.sub-menu-list {
  box-shadow: 0px 50px 100px -50px #00000099;
  transition: all 0.3s ease-out;
}

.overlay-background {
  background: #00000099;
  opacity: 70%;
  /* visibility: hidden; */
  /* transition: all 0.3s ease; */
  z-index: -1;
}
.menu {
  transition: all 0.3s ease-out;
}
.menu > li:not(:last-child):hover > .sub-menu.full-width {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}

.sub-menu.full-width.active {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}

.submenu-card {
  display: flex !important;
  flex-direction: column;
  justify-content: left;
  padding: 1rem;

  text-align: left !important ;
  text-decoration: none;
  border: none;
  color: inherit;
  transition: all 0.3s;
  border-bottom: none !important;
  text-transform: none !important;
}

.submenu-card li {
  transform: none !important;
  opacity: 1 !important;
  transition: none !important;
}

.submenu-card:hover {
  transform: translateY(-1px);
}
.submenu-card h4 {
  color: #f0f0f0;
  margin-bottom: 0.1rem;
  font-size: 1.25rem;
  font-weight: 500;
}
.submenu-card p {
  color: #f0f0f0;
  font-weight: 300;
  font-size: 1rem;
  text-wrap: wrap;
}
.submenu-card img {
  width: auto;
  height: 2.8rem;
  display: block;
}

.submenu-grid {
  display: grid;
  /* width: 100%; */
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 15rem;
  justify-content: center;
}

.icon-active,
.icon-default {
  transition: all 0.25s ease-out;
}

.hamburger-toggle .icon-active {
  display: none;
}

.hamburger-toggle::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  background: #ffffff;
}

.hamburger-toggle:hover::after,
.hamburger-toggle.active::after {
  transform: scaleX(1);
}

/* .wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
} */
.talk {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: white;
  padding-top: 3.2rem;
  padding-bottom: 3.2rem;
  flex-wrap: wrap;
}
/* .talk-actions {
  padding-right: 15.5rem;
} */

.talk-text {
  max-width: 70%;
}

.talk-text h1,
.talk-text p {
  color: #207161;
  margin-bottom: 1rem;
  margin-top: 1rem;
}

.talk-btn {
  background-color: #207161;
  color: white;
  padding: 0.9rem 2.3rem;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  text-decoration: none;
}
/*
main {
  flex: 1;
} */

html,
body {
  scroll-behavior: smooth;
  height: 100%;
  margin: 0;
  padding: 0;
  background: #151415;
  line-height: normal;
}

.stats-section {
  margin: 0 auto;
}

.stats-grid {
  display: flex;
  justify-content: space-between;
  /* gap: 1.5rem; */
  flex-wrap: wrap;
  width: 100%;
  text-align: left;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.stat-item {
  flex: 1 1 250px;
  padding: 1.2rem 2rem;
  position: relative;
}

.stat-item:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 10%;
  left: 0;
  width: 4px;
  height: 90%;
  background-color: currentColor;
}

.stat-item:first-child::before {
  content: "";
  position: absolute;
  top: 10%;
  left: 0;
  width: 4px;
  height: 90%;
  background-color: currentColor;
}

.stat-value {
  font-size: 4rem;
  font-weight: 600;
  color: var(--wp--preset--color--dark);
}

.stat-title {
  font-size: 1.25rem;
  margin-top: 0.8rem;
  font-weight: 600;
  color: var(--wp--preset--color--dark);
}

.locations,
.locations .stat-item,
.locations .stat-title,
.locations .stat-value {
  color: #f0f0f0;
}

.locations .stat-item::before {
  content: "";
  position: absolute;
  left: 0;
  width: 4px;
  height: 8.8rem;
  background-color: #f0f0f0;
}
.locations .stats-section {
  padding: 1rem 0rem;
  max-width: 62rem;
  margin: 0;
}
.locations .stat-item {
  padding-left: 2rem;
  padding-right: 2rem;
  width: fit-content;
  block-size: fit-content;
}
.locations .stat-title {
  text-wrap: balance;
}
.service-section {
  background-color: var(--service-color);
}

.services-child {
  display: flex;
  justify-content: space-between;
  /* align-items: flex-end; */
  gap: 1rem;
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}

.services-child img {
  width: auto;
  height: 7.3rem;
  display: block;
  margin-right: 1.2rem;
}

.content {
  max-width: 88.75rem;
  margin: 0 auto;
}
//15.5

.menu-content {
  max-width: 88.75rem;
  padding: 0 auto;
}

/*
.carousel-container {
  max-width: 104.5rem;
  margin: 0 auto;
} */
.trusted-by {
  text-align: center;
  padding: 2rem;
  padding-bottom: 6rem;
}

.trusted-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(13rem, 1fr));

  justify-items: center;
  align-items: center;
  gap: 2rem;
  margin: 0 auto;
}

.trusted-logo img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
  max-height: 100px; /* adjust height as needed */
}
.future {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
}
.future-img img {
  width: 50vw;
  height: 10vh;
}
.featured-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  max-width: 41.75rem;
  min-height: 25rem;
  overflow: hidden;
  margin: 0 auto;
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--secondary);
}

.feat-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(24rem, 1fr));
  /* align-items: stretch; */
  gap: 4.5rem;
}
.feat-content {
  padding: 4rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.feat-content h1 {
  font-size: 2.5rem;
  /* max-width: 25rem; */
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 3.5rem;
}
.feat-text {
  font-size: 1.25rem;
  font-weight: 400;
  margin: 0;
}
.feat-image {
  width: 100%;
  height: 25.5rem;
  overflow: hidden;
}
.feat-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.feat-btn {
  background-color: var(--wp--preset--color--tirquise);
  color: #383838;

  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 2rem;
  padding: 0.75rem 2.25rem 0.75rem 2.25rem;

  cursor: pointer;
  text-decoration: none;
  transition:
    background-color 0.2s ease,
    color 0.2s ease;
}

.about-image {
  flex: 1;
  max-width: 41.75rem;
  min-height: 25rem;
  position: relative;
}

.locations-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5rem;
  width: fit-content;
  padding-left: 15.5rem;
}

.location-card {
  width: 37.5rem;
  height: 17rem;
  padding: 2.5rem;
  text-align: center;
}

.location-name {
  text-align: left;
  font-size: 2.5rem;
  font-weight: 500;
  margin-top: 1rem;
}
.location-pin {
  text-align: left;
  font-size: 1.3rem;
  font-weight: 500;
  margin-bottom: 0;
}
.location-desc {
  text-align: left;
  font-size: 1.25rem;
  font-weight: 300;
  margin-bottom: 0;
}

.card-services a {
  color: #e44a25;
  text-decoration: none;
  padding: 0.5rem;
  position: absolute;
  bottom: 3rem;
  right: 1.35rem;
}

input[type="checkbox"] {
  display: none;
}

.wrap-collabsible {
  margin: 1.2rem 0;
}

.lbl-toggle {
  display: flex;
  font-weight: 500;
  font-size: 2rem;
  align-items: center;
  text-align: left;
  color: #ffffca;
  background: #207161;
  cursor: pointer;
  /* transition: all 0.3s ease-in; */
  position: relative;
  justify-content: space-between;
  gap: 1.5rem;
  transition: all 0.4s ease-out;
  /* padding: 3.5rem; */
}

.lbl-toggle .arrow-icon svg {
  width: 22px;
  height: 22px;
}
.lbl-toggle p {
  padding: 0;
  margin: 0;
}
.lbl-toggle:hover {
  color: #ffffca;
}

.lbl-toggle:hover .arrow-icon svg {
  /* transform: translateY(6px); */
  /* transform: rotate(180deg); */

  fill: #ffffca;
}

.lbl-toggle .arrow-icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
  transition:
    transform 0.2s ease-out,
    fill 0.3s ease;
}

.toggle:checked + .lbl-toggle .arrow-icon svg {
  transform: rotate(180deg);
}

.collapsible-content {
  max-height: 0px;
  overflow: hidden;
  transition: all 0.2s ease;
}

.toggle:checked + .lbl-toggle + .collapsible-content {
  max-height: 26rem;
}

.toggle:checked + .lbl-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.collapsible-content .content-inner {
  background: #207161;
  transition: all 0.4s ease-out;
}

.collapsible-content p {
  margin-bottom: 0;
  margin-top: 0;
}

.qna .wrap-collabsible {
  background: transparent;
  border: solid 0.15rem #ffffff;
  color: #151414;
  padding: 3.5rem;
}

.qna .lbl-toggle,
.qna .content-inner {
  color: #151414;
  background: transparent;
}

.qna .content-inner {
  padding-top: 2rem;
}
.qna .toggle:checked ~ .collapsible-content .content-inner {
  border-top: 0;
}

.qna .lbl-toggle {
  font-size: 1.5rem;
  font-weight: 500;
}

.qna .toggle:checked + .lbl-toggle .arrow-icon svg {
  /* transform: rotate(-90deg); */
}

.content-inner .desc {
  font-size: 1.25rem;
  font-weight: 400;
}

.mission {
  background-color: #207161;
  color: #f6f3df;
}
.circle-group {
  display: flex;
  gap: 6rem;
  justify-content: center;
  align-items: flex-start;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

/* .circle {
  width: 22rem;
  height: 22rem;
  border: 9px solid #f6f3df;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;

  margin: 25px;
}*/
/* .inner-circle {
  width: 20rem;
  height: 20rem;
  border: 9px solid #e54b25;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
} */

/* .circle,
.inner-circle {
  aspect-ratio: 1 / 1;
} */
/*
.circle-text {
  font-size: 1.2rem;
  color: #f6f3df;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
} */

/* .circle .desc {
  width: 14rem;
  text-align: top;
  width: 220px;
  min-height: 50px;
  margin-top: 1rem;
} */

/* .circle-text h1,
.circle-text p {
  padding: 0;
  margin: 0;
} */

/* .inner-circle.half-outline {
  border: none;
  overflow: hidden;
 } */

/* .half-circle {
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
   background: transparent;
} */

/* .inner-circle.half-outline::before {
  content: "";
  position: absolute;
  width: 20rem;
  height: 20rem;
  border: 9px solid #e54b25;
  border-radius: 50%;
  clip-path: inset(0 0 0 50%);
  box-sizing: border-box;
} */

/* svg using circles */
.out-circle {
  stroke: #f6f3df;
  stroke-width: 9px;
  fill: none;
}
.in-circle {
  stroke: #e54b25;
  stroke-width: 9px;
  fill: none;
  stroke-linecap: round;
  /*stroke-dasharray: 1037;  stroke-dashoffset: 1037;
  transition: stroke-dashoffset 2s ease-out; */
}

.circle-desc {
  /* width: 14rem;
	text-align: top;
	width: 220px;
	min-height: 50px;
	margin-top: 1rem; */
  fill: #f6f3df;
  font-size: 1.25rem;
  width: 220px;
}

.arrow {
  width: 1.5rem;
  height: 1.5rem;
  vertical-align: middle;
  display: inline-block;
  margin-left: 4px;
  fill: currentColor;
  transition:
    transform 1.5s ease-out,
    color 1.5s ease-out;
}
.fact-arrow {
  color: #e44a25;
}

.btn-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  /* transition: all 0.5s ease; */
  fill: currentColor;
  transform: translateX(-4rem);
}

.btn-arrow svg {
  width: 1.2rem;
  height: 1.2rem;
  flex-shrink: 0;
  fill: currentColor;
  transition: all 0.3s ease;
}

.mission a {
  color: #f6f3df;
  text-decoration: none;
  transition: all 0.3s ease-out;
}

.mission svg {
  transition: all 0.3s ease-out;
}

.mission a:hover svg {
  transform: translateX(1rem);
}
.card-services svg {
  transition: all 0.3s ease-out;
}
.card-services a:hover svg {
  transform: translateX(0.5rem);
}

.location-card svg {
  transition: all 0.3s ease-out;
}
.location-card a:hover svg {
  transform: translateX(0.5rem);
}

.medium-size {
  font-size: 18px;
}

.ultra-huge-size {
  font-size: 120px;
}

.about-cards {
  display: flex;
  flex-direction: column;
  gap: 8rem;
}

.about-card {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  width: 100%;
  max-width: 88.3rem;
  min-height: 39rem;
  overflow: hidden;
  margin: 0 auto;
  background-color: var(--card-bg);
  color: var(--card-text);
}

.about-card h1 {
  font-size: 3.2rem;
  max-width: 25rem;
  font-weight: 500;
  line-height: normal;
}
.about-card p {
  font-size: 1.25rem;
  font-weight: 400;
  margin-bottom: 3.5rem;
  margin-top: 3.5rem;
  line-height: normal;
}
.about-card:nth-child(even) {
  flex-direction: row-reverse;
}

.about-card:first-of-type {
  --card-bg: #196363;
  --card-text: #a7ffe3;
}
.about-card:not(:first-child):nth-child(3n + 2) {
  --card-bg: #7c223d;
  --card-text: #ffaaa7;
}

.about-card:not(:first-child):nth-child(3n + 3) {
  --card-bg: #5a227c;
  --card-text: #b6a7ff;
}

.about-card:not(:first-child):nth-child(3n + 4) {
  --card-bg: #196363;
  --card-text: #a7ffe3;
}

.about-text {
  flex: 1;
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.about-image {
  flex: 1;
  width: 50%;
  position: relative;
  height: auto;
}

.about-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.about-btn {
  width: 13.9rem;
  height: 2.8rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--card-text);
  color: var(--card-bg);
  margin-top: 1rem;
  /* border: 2px solid currentColor; */
  cursor: pointer;
  text-decoration: none;
  transition:
    background-color 0.2s ease,
    color 0.2s ease;
}

.about-content {
  padding: 8rem;
}

.services-title {
  font-size: 8.5rem;
  line-height: 1;
  font-weight: 500;
}
.card-link-wrapper {
  text-decoration: none;
  color: inherit;
  display: block;
}

.card-desc {
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 2rem;
  line-height: 120%;
}

.small-cards .card-desc {
  font-size: 1.25rem;
}

.front-card-title {
  font-size: 2.5rem;
  font-weight: 600;
  margin: 3.5rem 0 0 0;

  /* max-width: 15.5rem; */
}

.front .card-desc {
  font-size: 1.5rem;
  font-weight: 300;
  margin-bottom: 3rem;
}

.hidden-text {
  white-space: nowrap;
  opacity: 0;

  font-size: 1.25rem;
  font-weight: 600;
  color: var(--hv-front-bg);
  transition: all -0.7s ease-out;
}

.front .card:hover .square-arrow-button {
  width: auto;
  padding: 0 1.2rem;
  transition: all 0.35s ease-in;
  background-color: var(--hv-front-clr);
}

.front .card:hover .hidden-text {
  opacity: 1;
}
.front .card:hover .btn-arrow {
  transform: translateX(0rem);
}
.front .card:hover .btn-arrow svg {
  transform: translateX(0.2rem);
}
.card-read {
  font-size: 1.25rem;
  font-weight: 400;
  display: flex;
  align-items: center;
  text-decoration: none;
  gap: 2rem;
  left: 2.6rem;
}

.card-arrow {
  height: 0.8rem;
  width: 0.8rem;
  border: 1px;
}

.location-card .card-read {
  justify-content: left;
  padding-top: 1.2rem;
  gap: 6rem;
  color: #e44a25;
}

.breadcrumb {
  display: inline-flex;
  padding-top: 2rem;
  font-size: 1.25rem;
  left: 15.5rem;
  margin-bottom: 20px;
  gap: 1.5rem;
}

.breadcrumb a {
  color: currentColor;
  text-decoration: none;
}

.breadcrumb span {
  color: currentColor;
  /* font-weight: bold; */
}

.includes {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.3rem;
}

.include-box {
  display: flex;
  flex-direction: column;
  align-items: left;
  text-align: left;
  font-size: 1.25rem;
  font-weight: 300;
  max-width: 17rem;
  gap: 1.4rem;
  padding-bottom: 1.6rem;
  min-height: 12rem;
}

.story-img {
  width: 50rem;
  height: 700px;
  max-height: 43.7rem;
  object-fit: cover;
  overflow: hidden;
}
.year-img {
  position: absolute;
  z-index: 2;
  left: 40%;
  top: -25px;
}
.story-desc {
  font-weight: 300;
  font-size: 1.2rem;
  background: var(--wp--preset--color--dark);
  padding: 2.5rem;
  height: 16.5rem;
  width: 36.5rem;
  text-wrap: wrap;
  margin-top: 2rem;
}
.year-desc {
  position: relative;
  z-index: 3;
  left: 15%;
  top: -18%;
}

.year {
  font-size: 9.3rem;
  font-weight: 400;
}
.yearbox {
  position: relative;
  z-index: 1;
  top: -1.8rem;
  left: 4rem;
}
/* .text-content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  background: rgba(255, 255, 255, 0);
  padding: 1rem;
  text-wrap: wrap;
} */

.yeargroup {
  position: relative;
  height: 50rem;
}

.yeargroup:nth-child(odd) {
  flex-direction: row-reverse;
}
.yeargroup:nth-child(odd) .yearbox {
  top: -6.5rem;
  left: 68%;
}
.yeargroup:nth-child(odd) .year-desc {
  top: -8.5rem;
  left: 35%;
}
.yeargroup:nth-child(odd) .year-img {
  top: -1.8rem;
  left: 5%;
}

.small-cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(21rem, 1fr));
  row-gap: 3.5rem;
  column-gap: 2rem;
}

.small-card {
  grid-column: span 1;
  /* max-height: 25rem; */
  padding: 3rem 2.5rem 3rem 2.5rem;
}

.last-two-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column: span 3;
  gap: 4.5rem;
}

.last-one-wrapper {
  grid-column: span 3;
  display: grid;
  grid-template-columns: 1fr;
}

.last-one-wrapper .small-card {
  grid-column: span 3;
}

.small-card p {
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 120%;
  margin-bottom: 0;
}

.dc .head {
  position: relative;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: -1;
  overflow: hidden;
}

.dc .head::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 0;
}

.dc .head. h1 {
  position: relative;
  z-index: 1;
}

.simple-facts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3.5rem;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--wp--preset--color--cybersecurity);
}

.fact {
  display: flex;
  gap: 1rem;
}
.custom-item-list {
  list-style: disc;
  padding-left: 2rem;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: normal;
}
.custom-item-list li {
  margin-bottom: 0.5rem;
}

.site-footer {
  background-color: #151414;
  color: #f0f0f0;
}

/* .footer-top {
  display: flex;
  justify-content: space-between;
  width: fit-content;
  gap: 7rem;
} */

.footer-menus {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 2.3rem;
}
.footer-menu-column {
  padding: 1rem;
  max-width: 11.9rem;
}
.footer-menu-column h4 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 1rem;
}

.footer-menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-menu-list li {
  margin-bottom: 0.6rem;
}

.footer-menu-list a {
  color: #f0f0f0;
  text-decoration: none;
  font-size: 0.94rem;
  font-weight: 300;
  transition: color 0.2s ease;
}

.footer-menu-list a:hover {
  color: var(--wp--preset--color--tirquise);
}

.footer-contact h4 {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.footer-contact p,
.footer-contact a {
  font-size: 0.95rem;
  margin-bottom: 0.5rem;
  color: #f0f0f0;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.footer-contact p svg {
  flex-shrink: 0;
  width: auto;
  height: 1em;
  display: block;
  color: #f0f0f0;
}

.footer-contact a:hover {
  color: var(--wp--preset--color--tirquise);
}

.social-icons a {
  display: inline-block;
  margin-right: 0.8rem;
  font-size: 1rem;
  color: #f0f0f0;
  transition: color 0.2s ease;
}

.social-icons a:hover {
  color: var(--wp--preset--color--tirquise);
}

.footer-bottom {
  display: flex;

  border-top: 1px solid #f0f0f0;
  padding-top: 2rem;

  text-align: left;
  font-size: 0.93rem;
  font-weight: 300;
  color: #f0f0f0;
}

.footer-bottom p {
  margin-top: 0;
}
.footer-bottom a {
  color: #f0f0f0;

  position: relative;
  text-decoration: none;
}

.footer-bottom a:hover,
.footer-bottom img:hover {
  color: var(--wp--preset--color--tirquise);
}

.footer-container {
  background-color: #000;
  color: #fff;
  padding: 4rem 4rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footer-logo {
  filter: grayscale(1);
  display: flex;
  justify-content: space-between;
  gap: 3rem;
}
.footer-logo::hover {
  filter: grayscale(0);
}
.icon {
  width: 1.1em;
  height: 1.1em;
  vertical-align: middle;
  margin-right: 0.5em;
  fill: currentColor;
}

.leader-card {
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  max-width: 25rem;

  background-color: #ffffffcc;
  max-height: 29rem;
  overflow: hidden;
}

.leaders {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
.leader-photo {
  background: radial-gradient(
      circle at center,
      rgba(255, 255, 255, 0.2) 0%,
      rgba(116, 116, 116, 0) 119%
    ),
    linear-gradient(to bottom, rgba(0, 0, 0, 0.1), transparent), #0f403c;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 12rem;
  padding-top: 3.5rem;
  padding-left: 3.5rem;
  padding-right: 3.5rem;
  overflow: hidden;
}

.leader-photo img {
  height: 150%;
  transform: translateY(9%);
  /* rotate(8deg); */
  object-fit: cover;
}

.leaders-title {
  padding: 2.7rem;
  max-height: 7.2rem;
  text-align: left;
}

.leaders-title h1 {
  font-size: 2.5rem;
  font-weight: 400;
  max-width: 18.7rem;
  text-wrap: wrap;
  margin-top: 0;
}
.leaders-title h3 {
  font-size: 1.25rem;
  font-weight: 500;
  color: rgba(21, 20, 20, 1);
}

.bio {
  font-size: 1.25rem;
  font-weight: 400;
  column-count: 2;
  column-gap: 2rem;
  text-align: justify;
}

.bio p {
  break-inside: avoid;
  margin-bottom: 1rem;
}

.leader-head {
  display: grid;
  grid-template-columns: repeat(2, 1fr);

  height: 25rem;
}
.leader-head img {
  height: 120%;
  transform: translateY(1%) rotate(8deg);
  object-fit: cover;
}

.leader {
  background: radial-gradient(
      circle at center,
      rgba(255, 255, 255, 0.2) 0%,
      rgba(116, 116, 116, 0) 119%
    ),
    linear-gradient(to bottom, rgba(0, 0, 0, 0.1), transparent), #0f403c;
  overflow: hidden;
}

.leader-head .about-title {
  margin-bottom: 0;
  margin-top: 6.8rem;
}

.leader-head .breadcrumb {
  padding-top: 0.9rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #f6f3df;
  color: #383838;
  font-size: 1rem;
  font-weight: 500;
  margin-top: 1rem;
  padding: 0.75rem 2.25rem 0.75rem 2.25rem;
  border: 2px solid currentColor;
  cursor: pointer;
  text-decoration: none;
  transition:
    background-color 0.2s ease,
    color 0.2s ease;
}

.sup-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #f0f0f0;
  color: #383838;
  font-size: 1.12rem;
  font-weight: 400;
  margin-top: 6.11rem;
  padding: 0.75rem 3rem 0.75rem 3rem;

  cursor: pointer;
  text-decoration: none;
  transition:
    background-color 0.2s ease,
    color 0.2s ease;
}

/* .support .small-card {
  display: grid;
} */

.locations-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(22rem, 1fr));
  gap: 3rem;
}

.locations-card {
  display: grid;
  /* grid-template-rows: repeat(2, 1fr); */
  /* max-width: 25rem; */
  background-color: #ffffff;
  /* max-height: 29rem; */
  overflow: hidden;
}

.locations-photo {
  /* height:16.3rem; */
  /* width:25rem; */
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  width: 100%;
  height: 16.9rem;
}

.locations-photo img {
  width: 100%;
  height: 175%;
  display: block;
  object-fit: cover;
}

.locations-title {
  padding: 3.3rem;
  /* max-height: 7.2rem; */
  text-align: left;
  line-height: normal;
}

.locations-title h1 {
  font-size: 2.5rem;
  font-weight: 400;
  /* max-width: 18.7rem; */
  text-wrap: wrap;
  margin-top: 0;
}
.locations-title h3 {
  font-size: 1.25rem;
  font-weight: 500;
  color: rgba(21, 20, 20, 1);
  margin-bottom: 0;
}
/* .posts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
} */

.numbered-cards {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  row-gap: 1.75rem;
  column-gap: 3.8rem;
}

.numb-card {
  background: color-mix(in srgb, currentColor 10%, transparent);
  padding: 2.5rem 2.5rem 0.1em 2.5rem;
}

.numb-card h3 {
  line-height: 1.6rem;
  font-size: 1.5rem;
  /* line-height: 1.4; */
  height: calc(1.5rem * 1.4 * 2);
  font-weight: 700;
  /* width: 19.1rem; */
  margin-top: 0.1rem;
  margin-bottom: 0.5rem;
}

.numb-card h1 {
  font-size: 4.37rem;

  font-weight: bold;
  color: color-mix(in srgb, currentColor 10%, transparent);
  margin: 0;
  transition: all 0.3s ease-out;
  transform: translateY(-0.5rem);
}

.arrow-number {
  display: flex;
  justify-content: space-between;
  align-items: flex-end; /* aligns arrow and number to bottom */
  gap: 1.2rem;
  margin-top: 0.1rem;
  position: relative;
}

.arrow-icon-n svg {
  display: block;
  /* width: 2rem;
  height: auto; */
  margin: 0;
  transition: all 0.3s ease-out;
  transform: translateY(-3rem); /* tweak if needed */
}

.numb-card:hover {
  background-color: color-mix(in srgb, currentColor 30%, transparent);

  cursor: pointer;
}

.numb-card:hover h1 {
  color: currentColor;
}

.numb-card:hover .arrow-icon-n svg {
  transform: translateY(-2.1rem);
}

.numb-card-link {
  text-decoration: none;
  color: inherit;
  display: block;
}

.hero.content {
  position: relative;
  overflow: hidden; /* prevent scrollbars */
}

.hero-video-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1; /* behind overlay */
  pointer-events: none; /* so clicks go through */
}

.overlay {
  position: relative;
  z-index: 2; /* above video */
}

.circle-image {
  background: #f0f0f0;
  border: solid 1px #f0f0f0;
  width: 4rem;
  height: 4rem;
  overflow: hidden;
  border-radius: 50%;
}

.circle-image img {
  width: 100%;
  height: 100%;
  /* transform: translateY(15%); */
  object-fit: cover;
}

.quote-person {
  display: flex;
  margin-top: 2rem;
}

.quote-person p {
  font-weight: 400;
  font-size: 1rem;
  width: 13.3rem;
  margin-left: 1.5rem;
}
.leader-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 3.2rem;
  padding-bottom: 3.2rem;
  flex-wrap: wrap;
}
.left-group {
  display: flex;
  gap: 1rem; /* space between first and second divs */
}

.leader-circle-image {
  background: #f0f0f0;
  border: solid 0.4rem #ffffff;
  width: 7.2rem;
  height: 7.2rem;
  overflow: hidden;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.leader-btn {
  width: 13.9rem;
  height: 2.8rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #207161;
  color: #f6f3df;
  font-size: 1rem;
  font-weight: 500;
  margin-top: 1rem;
  border: 2px solid currentColor;
  cursor: pointer;
  text-decoration: none;
  transition:
    background-color 0.2s ease,
    color 0.2s ease;
}
.leader-circle-image img {
  width: 100%;
  height: auto;
  transform: translateY(10%);
  object-fit: cover;
}

//gallery
.carousel-container {
  width: calc(3 * 91.2rem + 2 * 1rem);
  height: 47.4rem;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  cursor: pointer;
  box-sizing: border-box;
}

.carousel-track {
  display: flex;
  transition: transform 0.5s ease;
}

.carousel-item {
  flex-shrink: 0;
  margin-right: 2rem;
}

.carousel-item img {
  /* width: 91.2rem; */
  height: 48.75rem;
  display: block;
}

.carousel-track.fade {
  opacity: 0.33;
  transition: opacity 0.6s ease;
}

/* .facts-card { */
/* width: 15.12rem;
  height: 12.02rem; */
/* padding: 3.5rem 2.5rem 3.5rem 2.5rem;
} */
/* .facts-cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(18rem, 1fr));
  gap: 2.8rem;
} */
/* .facts-card .card-desc {
  font-weight: 400;
  font-size: 1.25rem;
  width: 15rem;
} */

.dc-location-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(37rem, 1fr));

  gap: 3rem;
}

.dc-location-card {
  display: grid;
  /* grid-template-rows: repeat(2, 1fr); */
  max-width: 40.75rem;
  background-color: #ffffff;
  /* max-height: 33.67rem; */
  overflow: hidden;
}

.dc-location-photo {
  width: 100%;
  height: 16.9rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dc-location-photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.dc-location-title {
  padding: 2.5rem;
  /* max-height: 7.2rem; */
  text-align: left;
}

.dc-location-title h1 {
  font-size: 2.5rem;
  font-weight: 500;
  /* max-width: 18.7rem; */
  text-wrap: wrap;
  margin-bottom: 1.5rem;
  margin-top: 0;
}
.dc-location-title h3 {
  font-size: 1.25rem;
  font-weight: 500;
  color: rgba(21, 20, 20, 1);
}
.dc-location-title .location-pin {
  display: flex;
  text-align: left;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  margin-top: 0;
  align-items: center;
  gap: 1rem;
}
.dc-location-title .card-read {
  margin-top: 1.5rem;
  font-weight: 700;
  font-size: 1.25rem;
  width: 10rem;
  /* display: flex; */
  /* justify-content: space-between; */
  align-items: left;
  text-decoration: none;
  gap: 2rem;
  margin-left: 0rem;
  transition:
    transform 1.5s ease-out,
    color 1.5s ease-out;
}

.feats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);

  align-items: start;
}

.feats {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.feats-title-wrapper {
  display: flex;
  align-items: flex-start;
  min-height: 4em;
}

.feats-title {
  color: var(--wp--preset--color--orange);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
}

.feats-line {
  width: 100%;
  height: 1px;
  background: white;
  margin: 0.5rem 0 1.5rem 0;
}
.feats-desc {
  font-size: 1.25rem;
  font-weight: 400;
  margin-top: 0;
}

.four-small-cards-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 2.8rem;
  row-gap: 2.5rem;
}
.four-small-card {
  max-width: 242px;
  grid-column: span 1;
  padding: 3.5rem 2.5rem 3.5rem 2.5rem;
}

.four-small-card .card-desc {
  font-size: 1.25rem;
  font-weight: 300;
  margin-bottom: 0;
  line-height: normal;
}

.service-item-grid {
  /* display: flex;
  justify-content: space-between; */
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  width: 100%;
  text-align: left;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.service-item {
  flex: 0 1 auto;
  padding: 0rem 0rem 0rem 2rem;
  position: relative;
}
.service-item:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 10%;
  left: 0;
  width: 4px;
  height: 90%;
  background-color: currentColor;
}
.service-item:first-child {
  padding-left: 0;
}

.telecom .service-item:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background-color: currentColor;
}
.sort-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.sort-btn {
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  padding: 6px 12px;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.sort-btn:hover {
  background-color: #e2e8f0;
}

.linkedin-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
  gap: 2rem;
}

.linkedin-card {
  /* max-width: 25.9rem; */
  /* height: 44.5rem; */
  background: #fff;
  /* margin: 1rem; */
  position: relative;
  transition: transform 0.2s;
}

.linkedin-card:hover {
  /* transform: translateY(-4px); */
}

.linkedin-header {
  display: flex;
  align-items: center;
  margin: 1rem 2rem;
  justify-content: space-between;
}

.linkedin-logo svg {
  width: 20px;
  height: 20px;
}

.profile-name {
  font-weight: 400;
  font-size: 1.25rem;
  color: #151414;
  text-decoration: none;
}
.profile-info {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.profile-picture {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  object-fit: cover;
}
.linkedin-image img {
  width: 100%;
  height: 15rem;
  object-fit: cover;

  margin-bottom: 12px;
}
.linkedin-content {
  margin: 2.75rem 1.5rem;
  line-height: 1.87rem;
  font-size: 1.25rem;
  font-weight: 300;
}
.linkedin-content p {
  color: #333;
  padding-left: 1.35rem;
  padding-right: 1.35rem;
  margin-bottom: 2rem;
}

.linkedin-card .card-read {
  color: #e44a25;
  text-decoration: none;
  margin-top: 2rem;
  position: absolute;
  bottom: 3rem;
  right: 1.35rem;
}

.hamburger-parent-link {
  display: flex;
  justify-content: space-between;
  align-items: center;

  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 1rem;
  transition: color 0.2s ease;
}

.hamburger-parent-link:hover {
  color: var(--wp--preset--color--tirquise);
}
.hamburger-arrow {
  flex-shrink: 0;
  margin-left: 0.5rem; /* space between text and arrow */
  display: inline-flex;
  /* align-items: center; */
}

.hamburger-arrow svg {
  width: 1rem;
  height: 1rem;

  transition: transform 0.3s ease;
}

.hamburger-mobile-menu {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  overflow: hidden;
  /* padding: 0rem 4.5rem 0rem 2rem; */
  flex-direction: column;
  background: var(--bg);
  transition: width 0.3s ease;
  color: #fff;
}

.mobile-parent {
  position: relative;
  width: 100%;
  transition: width 0.3s ease;
}

.hamburger-mobile-parent {
  display: flex;
  justify-content: space-between;
  align-items: center;
  vertical-align: middle;
  padding: 1.29rem 0;
  width: 100%;
  border-bottom: 1px solid #f0f0f066;
  cursor: pointer;
}

.mobile-child {
  /* position: fixed; */
  top: 0;
  right: -50%;
  width: 0;
  height: 0;
  opacity: 0;
  transition: right 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: flex-start !important;
  z-index: 10;
	overflow:hidden;
  /* max-height: 100dvh; */
}

.mobile-parent.active .mobile-child-container .mobile-child {
  flex: 1;
  right: 0;
  width: 100%;
  height: auto;
  opacity: 1;
}
.mobile-parent.active .mobile-child-container {
  position: fixed;
  top: 0;
  right: 0;
  width: 50%;
  height: auto;
  max-height: 90dvh;
  transition: right 0.3s ease;
  /* padding-bottom: 0.8rem; */
  overflow-y: scroll;
}
.mobile-parent.active .mobile-menu-link {
  width: auto;
  height: auto;
}

.mobile-child-container {
  right: -50%;
  width: 0;
  height: 0;
}
.hamburger-mobile-menu.menu-open .mobile-parent {
  width: 50%;
  height: 100%;
}

.mobile-child a {
  font-size: 1rem;
  text-transform: none;
  color: #fff;
  display: block !important;
  text-align: left !important;
  text-decoration: none;
  /* margin-bottom: 1rem; */
  transition: opacity 0.2s ease;
}

.mobile-menu-link {
  width: 0;
  height: 0;
}

.mobile-menu-link:not(:first-child) {
  padding: 0rem 2rem 0rem 3rem;
}
.mobile-menu-link:first-child {
  padding: 0rem 2rem 0rem 3rem;
}

.mobile-parent,
.mobile-parent svg,
.mobile-parent svg * {
  transition: all 0.3s ease;
}

.menu-icon svg,
.menu-icon img {
  /* width: 2.8rem; */
  height: 2.8rem;
  display: block;
}
.mobile-child a:hover {
  opacity: 0.8;
}

.form-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.form-column {
  width: 46%;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.form-full {
  width: 100%;
  margin-top: 20px;
}
.form-acceptance,
.form-submit {
  width: 100%;
  margin-top: 20px;
}
.wpcf7 form {
  margin: 0 auto;
}
.form-column p {
  margin: 0;
}
.wpcf7-form-control-wrap {
  position: unset;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="url"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="number"],
.wpcf7 textarea,
.wpcf7 select {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #383838;
  background: #f0f0f0;
  transition: all 0.2s ease;
  margin-bottom: 14px;
  margin-top: 12px;
}

.wpcf7 input:focus,
.wpcf7 textarea:focus,
.wpcf7 select:focus {
  border-color: var(--wp--preset--color--dark);
  outline: none;
}
.wpcf7-list-item-label {
  font-size: 1.25rem;
  font-weight: 300;
}
.wpcf7 form label {
  /* position: relative; */
  font-size: 1.25rem;
  font-weight: 500;
  height: fit-content;
}
.wpcf7-list-item {
  margin: 0;
}
.wpcf7 input[type="submit"] {
  background: #207161;
  color: #f6f3df;
  border: none;
  padding: 12px 60px;

  cursor: pointer;
  font-weight: 600;
  transition: background 0.2s ease;
}

.wpcf7-not-valid-tip {
  color: #d9534f;
  position: absolute;
  font-size: 0.87rem;
  margin-top: -8px;
  margin-bottom: 8px;
  width: 100%;
  /* top: 0;
  right: 100%;
  transform: translateX(100%); */
}

.wpcf7-response-output {
  padding: 1rem;
  border-radius: 6px;
  margin-top: 10px;
}

.wpcf7-mail-sent-ok {
  border: 1px solid #4a7dff;
  background: #eef4ff;
}
.form-item {
  font-size: 1.25rem;
  font-weight: 500;
  position: relative;
}

.wpcf7-validation-errors,
.wpcf7-acceptance-missing {
  border: 1px solid #d9534f;
  background: #fdecec;
}

.wpcf7-acceptance input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid #383838;

  display: inline-block;
  position: relative;
  cursor: pointer;
  margin-right: 8px;
  vertical-align: middle;
  transition: all 0.2s ease;
}

/* Checked state with a custom checkmark */
.wpcf7-acceptance input[type="checkbox"]:checked {
  background-color: #207161;
  border-color: #207161;
}

.wpcf7-acceptance input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 0px;
  width: 7px;
  height: 15px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/* Hover state */
.wpcf7-acceptance input[type="checkbox"]:hover {
  border-color: #207161;
}

@media (min-width: 1920px) {
  /* .content {
    padding-left: 248px;
    padding-right: 248px;
  } */
  .card {
    /* max-width: 21.75rem;
    max-height: 27rem; */
    color: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    padding: 3rem;
    padding-top: 4.8rem;
    position: relative;
    text-align: left;
    cursor: pointer;
  }

  .small-cards-grid {
    column-gap: 2.5rem;
  }
  /* .talk-actions {
    padding-right: 15.5rem;
  } */

  .cloud.four-small-cards-grid,
  .feats-grid {
    gap: 3.5rem;
  }
  .footer-menu-column.col-1 {
    grid-column: 4;
  }
  .footer-menu-column.col-2 {
    grid-column: 5;
  }
  .footer-menu-column.col-3 {
    grid-column: 6;
  }
  .footer-menu-column.col-4 {
    grid-row: -1;
    grid-column: 7;
  }
  .footer-menu-column.col-5 {
    grid-column: 4;
  }
  .footer-menu-column.col-6 {
    grid-column: 5;
  }
  .hamburger-mobile-menu {
    display: none !important;
  }
  .card-icon svg {
    width: 7.5rem;
    height: 7.5rem;
  }
  .front .card-icon svg {
    /* width: 10rem; */
    height: 10rem;
  }
}

@media (min-width: 1440px) and (max-width: 1919px) {
  .content {
    max-width: 78rem;
  }
  .menu-content {
    padding: 0 calc((100vw - 78rem) / 2);
  }
  .sub-menu.full-width {
    position: fixed;
    /* top: 5.22rem; */
    left: 0;
    right: 0;
    margin-left: 0;
    background: var(--bg);
    opacity: 0;
    visibility: hidden;
    transform: scaleY(0);
    transform-origin: top;
    transition: all 0.3s ease-out;
  }
  .submenu-grid {
    grid-template-columns: repeat(4, 20rem);
  }
  .card {
    /* max-width: 21.68rem; */
    /* max-height: 26.95rem; */
    color: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    padding: 4.8rem 3rem 3rem 3rem;
    position: relative;
    text-align: left;
    cursor: pointer;
  }
  .linkedin-card {
    /* width: 24.6rem; */
    /* height: 44.5rem; */
    background: #fff;
    /* margin: 1rem; */
    position: relative;
    transition: transform 0.2s;
  }
  .talk-actions {
    padding-right: 6rem;
  }

  .featured-card {
    max-width: 38.11rem;
    min-height: 62.5rem;
  }
  .feat-content {
    padding: 3.16rem;
  }
  /* .footer-bottom {
    margin-left: 6rem;
    margin-right: 6rem;
  } */

  .small-cards-grid {
    column-gap: 2rem;
  }

  .dc-location-card {
    max-width: 37.9rem;
  }
  .services-grid,
  .four-small-cards-grid {
    column-gap: 2.1rem;
  }
  .feat-cards,
  .dc-location-cards,
  .locations-cards,
  .cloud.four-small-cards-grid,
  .feats-grid {
    gap: 2rem;
  }
  .footer-menus {
    grid-template-columns: repeat(4, 1fr);
  }
  .footer-menu-column.col-1 {
    grid-column: 5;
  }
  .footer-menu-column.col-2 {
    grid-column: 6;
  }
  .footer-menu-column.col-3 {
    grid-column: 7;
  }
  .footer-menu-column.col-4 {
    grid-column: 5;
  }
  .footer-menu-column.col-5 {
    grid-column: 6;
  }
  .footer-menu-column.col-6 {
    grid-column: 7;
  }
  .hamburger-mobile-menu {
    display: none !important;
  }

  .stat-item {
    flex: 0 1 auto;
    padding: 1.2rem 1.2rem;
    position: relative;
  }

  .card-icon svg {
    width: 7.5rem;
    height: 7.5rem;
  }
  .front .card-icon svg {
    width: 10rem;
    height: 10rem;
  }
  .stats-grid {
    flex-wrap: nowrap;
  }
}
@media (min-width: 1280px) and (max-width: 1439px) {
  .content {
    max-width: 72rem;
  }
  .menu-content {
    padding: 0 calc((100vw - 72rem) / 2);
  }
  .card {
    /* max-width: 22.8rem;
    max-height: 26.95rem; */
    color: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    padding: 4.8rem 0.5rem 3rem 3rem;
    position: relative;
    text-align: left;
    cursor: pointer;
  }
  .front .card-icon svg {
    width: 10rem;
    height: 10rem;
  }
  .card-grid {
    gap: 2rem;
  }
  .services-grid {
    column-gap: 2rem;
    grid-template-columns: repeat(auto-fit, minmax(21rem, 1fr));
  }
  .future {
    gap: 3rem;
  }

  .linkedin-grid {
    grid-template-columns: repeat(auto-fit, minmax(22rem, 1fr));
  }
  .feat-cards,
  .feats-grid,
  .locations-cards,
  .numbered-cards {
    gap: 2rem;
  }
  .talk-actions {
    padding-right: 4rem;
  }
  .footer-menu-column {
    max-width: 9rem;
  }
  .footer-menu-column.col-1 {
    grid-column: 5;
  }
  .footer-menu-column.col-2 {
    grid-column: 6;
  }
  .footer-menu-column.col-3 {
    grid-column: 7;
  }
  .footer-menu-column.col-4 {
    grid-column: 5;
  }
  .footer-menu-column.col-5 {
    grid-column: 6;
  }
  .footer-menu-column.col-6 {
    grid-column: 7;
  }

  .submenu-grid {
    grid-template-columns: repeat(4, 18.5rem);
  }
  .services-title {
    font-size: 6.25rem;
  }
  .desc {
    font-size: 1.5rem;
  }
  .card-desc,
  .card-title {
    font-size: 1.25rem;
  }
  .dc-location-cards {
    grid-template-columns: repeat(auto-fit, minmax(34rem, 1fr));
    gap: 2rem;
  }
  .four-small-cards-grid {
    column-gap: 2rem;
  }
  .four-small-card {
    padding: 3.5rem 2.5rem 2.5rem 2.5rem;
  }
  .sup-btn {
    margin-top: 2rem;
  }
  .footer-menus {
    grid-template-columns: repeat(4, 1fr);
  }
  .hamburger-mobile-menu {
    display: none !important;
  }

  .stat-item {
    flex: 0 1 auto;
    padding: 1.2rem 1.2rem;
    position: relative;
  }

  .stats-grid {
    flex-wrap: nowrap;
  }

  .card-icon svg {
    width: 7.5rem;
    height: 7.5rem;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .content {
    max-width: 56rem;
  }
  .menu-content {
    padding: 0 calc((100vw - 56rem) / 2);
  }
  .hamburger-toggle.active {
    border-bottom: 5px solid #ffffff;
  }
  .menu > li:hover .hamburger-toggle.active .icon-default {
    display: none;
  }

  .menu > li:hover .hamburger-toggle.active .icon-active {
    display: inline;
  }

  /* .site-header .content {
    display: flex;
    max-width: 85vw;
    justify-content: space-between;
    align-items: center;
    padding-right: 10rem;
  } */
  .main-navigation {
    display: flex !important;
    justify-content: flex-end;
    align-items: center;
    background: transparent;
    position: relative;
    transform: none;
  }
  .numb-card h3 {
    font-size: 1.25rem;
  }

  .main-navigation .menu {
    display: flex !important;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
    width: auto;
    gap: 1.5rem;
  }

  .main-navigation .menu > li:not(.search):not(.hamburger-menu) {
    display: none !important;
  }

  .main-navigation .menu > li.search,
  .main-navigation .menu > li.hamburger-menu {
    display: flex !important;
    align-items: center;
  }

  .main-navigation.open .menu > li {
    display: block;
    width: 100%;
    text-align: left;
    background: var(--bg);
  }

  .main-navigation.open .menu > li.search,
  .main-navigation.open .menu > li.hamburger-menu {
    display: flex !important;
    justify-content: flex-end;
  }
  .main-navigation .menu > li.hamburger-menu a:not(.mobile-child a),
  .main-navigation .menu > li.search a:not(.mobile-child a) {
    display: flex;
    color: var(--wp--preset--color--tirquise);
    justify-content: space-between;
    /* padding: 1.68rem 0.5rem; */
    /*     padding: 1.89rem 0.5rem; */
    height: 1.18rem;
    /* padding: 2rem 1.5rem 2rem 1.5rem; */
    font-size: 1rem;
  }

  .hamburger-toggle {
    padding: 1.89rem 0.5rem !important;
  }
  .site-branding {
    /* padding: 1.68rem 0rem; */
    color: #ffffff;
  }
  .sub-menu.full-width {
    position: fixed;
    top: 5.31rem;
    transition: all 0.3s ease;
    min-height: fit-content;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background: var(--bg);
    -webkit-overflow-scrolling: touch;
  }
  .hamburger-desktop-menu {
    display: none !important;
  }

  .title {
    font-size: 2.75rem;
    margin-top: 0;
    margin-bottom: 3.1rem;
  }
  .services-icon svg {
    width: 5rem;
    height: 5rem;
  }
  .card-grid,
  .future,
  .feat-cards {
    gap: 1.25rem;
  }
  /* .stat-item:not(:first-child)::before {
    height: 100%;
  } */
  .card {
    /* max-width: 22.8rem;
    max-height: 20.7rem; */
    color: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    padding: 4.8rem 2.6rem 3rem 3rem;
    position: relative;
    text-align: left;
    cursor: pointer;
  }
  .front .card-desc {
    font-size: 1.25rem;
  }
  .front-card-title {
    font-size: 2rem;
    margin-top: 2.5rem;
  }
  /* .card svg {
    transform: scale(0.9);
  } */
  .stats-grid {
    margin-top: 0;
  }
  .cont {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .linkedin-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .linkedin-grid .linkedin-card:nth-child(3) {
    display: none;
  }

  .feat-text p,
  .feat-btn,
  .talk-text .desc,
  .linkedin-content p,
  .small-card p,
  .content-inner .desc,
  .locations-title h3 {
    font-size: 1.125rem;
  }
  .feat-text h1 {
    font-size: 2rem;
  }
  .feat-content {
    padding: 2.6rem;
    padding-top: 3.9rem;
  }
  .talk-actions {
    padding-right: 4rem;
  }
  .talk-text {
    padding-right: 0;
  }
  .feats-grid {
    gap: 2rem;
  }

  /* .footer-menu-column {
    max-width: 12.4rem;
  } */
  .footer-menu-column.col-5 {
    grid-row: 2;
    grid-column: 1;
  }
  .footer-menu-column.col-6 {
    grid-row: 2;
    grid-column: 2;
  }

  .footer-menus {
    display: grid;
    grid-template-columns: repeat(4, 1fr);

    gap: 0.2rem;
  }
  /* .linkedin-card {
    height: 41.4rem;
  } */
  .services-title {
    font-size: 5rem;
    /* margin-top: 5rem; */
  }
  .services .desc {
    font-size: 1.25rem;
    margin-bottom: 0;
  }
  .card-desc,
  .card-title,
  .dc-location-title .location-pin,
  .desc,
  .qna .lbl-toggle {
    font-size: 1.25rem;
  }
  .card-title {
    margin-top: 2.5rem;
  }
  .services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(17.6rem, 1fr));
    row-gap: 2rem;
    column-gap: 1.5rem;
    margin-top: 4rem;
  }
  /* .card-icon use {
    transform: scale(0.9);
  } */
  .locations .stat-item {
    flex: 0 1 auto;
    padding: 1.2rem 1.2rem;
    position: relative;
  }
  .small-cards-grid {
    grid-template-columns: repeat(auto-fit, minmax(17.3rem, 1fr));
  }
  .dc-location-cards {
    grid-template-columns: repeat(auto-fit, minmax(26.3rem, 1fr));
    column-gap: 1.5rem;
    row-gap: 2rem;
  }
  .dc-location-title h1,
  .locations-title h1 {
    font-size: 2rem;
  }
  .four-small-cards-grid {
    row-gap: 2.5rem;
    column-gap: 1.5rem;
  }
  .small-card h2,
  .cloud.four-small-cards-grid .card-desc {
    font-size: 1.25rem !important;
  }
  .small-card {
    grid-column: span 1;
    padding: 3.5rem 2.5rem 4.1rem 2.5rem;
  }
  .dc-service .small-cards-grid {
    grid-template-columns: repeat(auto-fit, minmax(27.1rem, 1fr));
    gap: 2rem;
  }
  .cloud.four-small-cards-grid,
  .support.small-cards-grid {
    grid-template-columns: repeat(auto-fit, minmax(27.1rem, 1fr));
    gap: 1.5rem;
  }
  .cloud.four-small-cards-grid .small-card {
    padding: 3rem 2.5rem 4.5rem 2.5rem;
  }
  .dc.small-card {
    padding: 2.75rem;
  }
  .includes {
    gap: 2rem;
  }
  .about-cards {
    gap: 5rem;
  }
  .about-content {
    padding: 5rem;
  }
  .about-title {
    font-size: 3.125rem;
  }
  .locations-cards {
    grid-template-columns: repeat(auto-fit, minmax(17rem, 1fr));
    gap: 2rem;
  }
  .locations-title {
    padding: 2.3rem;
  }
  .dc.four-small-cards-grid {
    row-gap: 3.4rem;
    column-gap: 1.4rem;
    grid-template-columns: repeat(auto-fit, minmax(17rem, 1fr));
  }

  .cloud.four-small-cards-grid .small-card p {
    margin-top: 3.5rem;
  }
  .front .card-icon svg {
    width: 7.5rem;
    height: 7.5rem;
  }
  .card-icon svg {
    width: 5rem;
    height: 5rem;
  }

  .mobile-parent:hover svg {
    transform: translateX(-5px);
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .content {
    max-width: 40rem;
  }

  .mobile-parent:hover svg {
    transform: translateX(-5px);
  }

  .menu-content {
    padding: 0 calc((100vw - 40rem) / 2);
  }
  .hamburger-toggle.active {
    border-bottom: 5px solid #ffffff;
  }
  .menu > li:hover .hamburger-toggle.active .icon-default {
    display: none;
  }

  .menu > li:hover .hamburger-toggle.active .icon-active {
    display: inline;
  }

  /* .site-header .content {
    display: flex;
    max-width: 85vw;
    justify-content: space-between;
    align-items: center;
    padding-right: 10rem;
  } */
  .main-navigation {
    display: flex !important;
    justify-content: flex-end;
    align-items: center;
    background: transparent;
    position: relative;
    transform: none;
  }
  .hamburger-mobile-menu.menu-open {
    overflow-y: hidden;
  }
  .main-navigation .menu {
    display: flex !important;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
    width: auto;
    gap: 1.5rem;
  }

  .main-navigation .menu > li:not(.search):not(.hamburger-menu) {
    display: none !important;
  }

  .main-navigation .menu > li.search,
  .main-navigation .menu > li.hamburger-menu {
    display: flex !important;
    align-items: center;
  }

  .main-navigation .menu > li.hamburger-menu a:not(.mobile-child a),
  .main-navigation .menu > li.search a:not(.mobile-child a) {
    display: flex;
    color: var(--wp--preset--color--tirquise);
    justify-content: space-between;
    /* padding: 1.8rem 0.5rem; */
    /*     padding: 1.89rem 0.5rem; */
    height: 1.18rem;
    /* padding: 2rem 1.5rem 2rem 1.5rem; */
    font-size: 1rem;
  }

  .main-navigation.open .menu > li {
    display: block;
    width: 100%;
    text-align: left;
    background: var(--bg);
  }
  /* .main-navigation li a {
    padding: 1.8rem 0.5rem 1.9rem 0.5rem;
  } */
  .main-navigation.open .menu > li.search,
  .main-navigation.open .menu > li.hamburger-menu {
    display: flex !important;
    justify-content: flex-end;
  }
  .site-branding {
    /* padding: 1.68rem 0rem; */
    color: #ffffff;
  }
  .sub-menu.full-width {
    position: fixed;
    top: 5.3rem;
    min-height: fit-content;
    display: flex;
    flex-direction: column;
    /* overflow: hidden; */
    background: var(--bg);
    /* overflow-y: auto; */
    -webkit-overflow-scrolling: touch;
  }
  .hamburger-desktop-menu {
    display: none !important;
  }
  .carousel-item img {
    height: 35.125rem;
  }

  .services-icon svg {
    width: 5rem;
    height: 5rem;
  }
  .stat-value {
    font-size: 3.4rem;
  }
  .stat-title {
    margin-top: 1.125rem;
  }
  .card-grid,
  .services-grid {
    grid-template-columns: repeat(auto-fit, minmax(18rem, 1fr));
    gap: 1.25rem;

    margin-top: 0;
  }
  .front .card-icon svg {
    width: 6.25rem;
    height: 6.25rem;
  }
  .feat-content h1,
  .front-card-title {
    font-size: 2rem;
    /* margin-top: 2.5rem; */
    margin-bottom: 2rem;
    width: 100%;
  }
  .card-title {
    margin-top: 2.5rem;
  }
  .feat-content {
    padding: 3.8rem;
  }
  .front .card-desc,
  .desc,
  .card-desc,
  .card-title,
  .dc-location-title .location-pin,
  .feats-title,
  .small-card h2,
  .qna .lbl-toggle {
    font-size: 1.25rem;
  }
  /* .card-icon {
    width: 100px;
  } */
  .card {
    max-width: 19.3rem;
    max-height: 21rem;
    padding-top: 2.8rem;
    padding-right: 2rem;
  }

  .title {
    font-size: 2.75rem;
    margin-top: 0;
    margin-bottom: 3.1rem;
    width: 40rem;
  }
  .future {
    grid-template-columns: 1fr;
  }
  .future > :nth-child(1) {
    order: 2;
  }

  .future > :nth-child(2) {
    order: 1;
  }
  .feat-text p,
  .feat-btn,
  .linkedin-content p,
  .talk-text p,
  .feats-desc,
  .small-card p,
  .content-inner .desc,
  .locations-title h3 {
    font-size: 1.125rem;
  }
  .feat-image {
    height: 18.4rem;
  }
  /* .linkedin-card {
    height: 38.5rem;
  } */
  /* .linkedin-grid {
    gap: 2rem;
  } */
  /* .linkedin-header {
    margin: 1.5rem;
  } */
  .linkedin-grid .linkedin-card:nth-child(3) {
    display: none;
  }
  .talk-text h1,
  .dc-location-title h1,
  .locations-title h1 {
    font-size: 2rem;
  }
  .talk-actions {
    padding-right: 4rem;
  }
  .footer-menus {
    gap: 0rem;
  }
  .footer-menu-column {
    padding: 1rem;
    /* width: auto; */
  }
  .footer-menu-column.col-5 {
    grid-row: 2;
    grid-column: 1;
  }
  .footer-menu-column.col-6 {
    grid-row: 2;
    grid-column: 2;
  }

  .footer-menus {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
  .services-title {
    font-size: 5rem;
  }
  .card-services {
    min-height: 24rem;
  }
  .locations .stats-section {
    padding: 0;
    padding-bottom: 4rem;
  }
  .small-cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(17.3rem, 1fr));
    row-gap: 1.25rem;
    column-gap: 1.25rem;
  }
  .last-one-wrapper {
    grid-column: span 2;
  }
  .dc-location-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(40rem, 1fr));
  }
  .dc-location-card {
    display: flex;
    max-width: 40rem;
  }
  .dc-location-photo {
    max-width: 305px;
    height: auto;
    width: auto;
  }
  .dc-location-title {
    max-width: 285px;

    padding: 2.8rem 1.25rem 2.8rem 1.87rem;
  }
  .feats-grid {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 1.5rem;
    row-gap: 2.5rem;
  }
  .four-small-cards-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
  }
  .about-title {
    font-size: 3.125rem;
  }
  .about-card,
  .about-card:nth-child(even) {
    max-width: 40rem;
    flex-direction: column-reverse;
  }
  .about-image {
    max-width: 640px;
    width: auto;
    height: auto;
  }
  .about-text {
    width: auto;
  }
  .about-content {
    padding: 5rem;
  }
  .about-card h1 {
    margin-top: 0;
    max-width: 30rem;
  }
  .about-btn {
    width: 30rem;
  }
  .about.small-cards-grid {
    grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
  }
  .benefit.small-card {
    padding: 3.5rem 2.5rem 4.1rem 2.5rem;
  }
  .service-item-grid {
    display: flex;
    flex-direction: column;
  }
  .service-item {
    flex: 0 1 auto;
    padding: 0rem;
  }
  .service-item:not(:first-child)::before,
  .telecom .service-item:not(:first-child)::before {
    top: 0;
    left: 0;
    width: 0;
    height: 0;
  }
  .cloud.four-small-cards-grid,
  .dc.four-small-cards-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
  .cloud.four-small-cards-grid .small-card p {
    margin-top: 3.5rem;
  }
  .numbered-cards {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 1.75rem;
    column-gap: 1.25rem;
  }
  .support .small-cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(40rem, 1fr));
  }
  .sup-btn {
    margin-top: 2.75rem;
  }
  .locations-card {
    display: flex;
  }
  .locations-title {
    width: 14.7rem;
    padding: 4.6rem 2rem;
  }
  .locations-photo img {
    width: 100%;
    max-width: 19rem;
  }
  .locations-photo {
    width: auto;
    height: auto;
  }
  .breadcrumb {
    font-size: 0.93rem;
  }
  .card-icon svg {
    width: 5rem;
    height: 5rem;
  }
  .wpcf7 input[type="text"],
  .wpcf7 input[type="email"],
  .wpcf7 input[type="url"],
  .wpcf7 input[type="tel"],
  .wpcf7 input[type="number"],
  .wpcf7 select {
    padding: 10px 10px;
  }
  .form-column {
    width: 100%;
  }
}

@media (min-width: 360px) and (max-width: 767px) {
  /* .talk-actions {
    padding-left: 1rem;
    padding-right: 1rem;
  } */
  .content {
    max-width: 21rem;
  }
  .menu-content {
    padding: 0 calc((100vw - 21rem) / 2);
  }

  .menu > li:hover .hamburger-toggle.active .icon-default {
    display: none;
  }

  .menu > li:hover .hamburger-toggle.active .icon-active {
    display: inline;
  }

  .hamburger-toggle.active {
    border-bottom: 5px solid #ffffff !important;
  }
  .hamburger-toggle {
    border-bottom: 5px solid transparent;
  }
  /* .site-header .content {
    display: flex;
    max-width: 85vw;
    justify-content: space-between;
    align-items: center;
    padding-right: 10rem;
  } */

  /* .main-navigation li a {
    padding: 1.8rem 0.5rem 1.9rem 0.5rem;
  } */
  .sub-menu.full-width {
    min-height: fit-content;
    top: 5.15rem;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background: var(--bg);
    /* overflow-y: auto; */
    -webkit-overflow-scrolling: touch;
  }
  .feat-image {
    height: 18.4rem;
  }
  .mobile-child {
    position: relative;
  }
  .mobile-child p {
    display: none;
  }
  .hamburger-mobile-menu.menu-open .mobile-parent {
    width: auto;
  }

  .mobile-parent.active .hamburger-mobile-parent {
    padding-bottom: 0.625rem !important;
    border-bottom: 0;
  }

  .mobile-parent.active .mobile-child {
    width: auto;

    padding-left: 1.5rem;
    /* padding-bottom: 1rem; */
  }

  .mobile-parent.active:not(:last-child) .mobile-child {
    border-bottom: 1px solid #f0f0f066;
  }
  .mobile-parent.active .hamburger-arrow svg {
    transform: rotate(180deg) translateX(0px);
  }
  .hamburger-arrow svg {
    transition: transform 0.1s ease;

    transform: translateX(0px);
  }

  /* .hamburger-arrow:hover svg {
    transform: translateΥ(0px) !important;
  } */
  .mobile-parent.active .mobile-child-container {
    position: relative;
    width: 100%;
    overflow: hidden;
  }

  /* .hamburger-mobile-parent {
    width: 80%;
  } */
  /* .hamburger-parent-link {
    padding: 1rem 1rem 1rem 0rem !important;
  } */
  .mobile-menu-link {
    padding: 0 !important;
    margin: 0 !important;
  }

  .services-icon svg {
    width: 5rem;
    height: 5rem;
  }
  .stats-grid,
  .title {
    margin-top: 0;
  }
  .stat-value,
  .title,
  .services-title,
  .about-title {
    font-size: 2.75rem;
  }

  .form-column {
    width: 19rem;
  }

  .wpcf7 input[type="text"],
  .wpcf7 input[type="email"],
  .wpcf7 input[type="url"],
  .wpcf7 input[type="tel"],
  .wpcf7 input[type="number"],
  .wpcf7 select {
    padding: 10px 10px;
  }
  .wpcf7-form-control-wrap,
  .wpcf7 textarea {
    width: 19rem;
    padding: 10px 10px;
  }

  .wpcf7 form label {
    padding: 10px;
  }
  .desc,
  .linkedin-content p,
  .small-card .card-desc,
  .feats-desc,
  .content-inner .desc,
  .locations-title h3 {
    font-size: 1.125rem;
  }
  .front .card-desc,
  .card-desc,
  .feat-text p,
  .services .desc,
  .card-title,
  .dc-location-title .location-pin,
  .small-card h2,
  .feats-title,
  .numb-card h3,
  .qna .lbl-toggle {
    font-size: 1.25rem;
  }
  .card-grid {
    grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
    gap: 2rem;
  }
  /* .card-icon {
    width: 6rem;
  } */
  .front-card-title,
  .feat-content h1,
  .talk-text .title,
  .dc-location-title h1,
  .locations-title h1 {
    font-size: 2rem;
  }
  .front-card-title,
  .card-title {
    margin-top: 2.5rem;
  }
  .lbl-toggle p {
    padding: 0;
    margin: 0;
    max-width: 13.5rem;
  }
  .card {
    /* max-width: 17.3rem;
    max-height: 21.7rem; */
    /* padding-top: 2.8rem;
    padding-right: 2rem; */
  }
  .front .card-icon svg {
    width: 6.25rem;
    height: 6.25rem;
  }
  .future {
    grid-template-columns: 1fr;
  }
  .future > :nth-child(1) {
    order: 2;
  }

  .future > :nth-child(2) {
    order: 1;
  }
  .linkedin-card {
    /* max-width: 21rem; */
    /* height: 44rem; */
  }
  .linkedin-grid {
    grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
    gap: 2rem;
  }
  .linkedin-grid .linkedin-card:nth-child(3) {
    display: none;
  }
  .title {
    width: 20.5rem;
  }
  .feat-content {
    padding: 3.9rem 2rem;
  }
  .featured-card {
    max-width: 20.5rem;
  }
  .feat-cards {
    grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
  }
  .feat-btn,
  .breadcrumb {
    font-size: 0.9rem;
  }
  .talk-btn {
    padding: 0.75rem 2.7rem;
    margin-top: 1rem;
  }
  .talk-text {
    margin-bottom: 1rem;
  }

  .footer-menus {
    display: flex;
    flex-direction: column;
  }
  .footer-menu-column {
    padding: 0;
    max-width: 20rem;
  }

  .card-icon svg {
    width: 5rem;
    height: 5rem;
  }
  .footer-bottom {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .footer-bottom .first {
    display: none;
  }
  .card-services {
    min-height: 22.5rem;
  }
  .services-grid {
    row-gap: 1.25rem;
    margin-top: 0;
    grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
  }

  .small-cards-grid {
    grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
    gap: 1.25rem;
  }
  .last-one-wrapper {
    grid-column: span 1;
  }
  .dc-location-cards {
    grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
    gap: 1.5rem;
  }
  .dc-location-title {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .services-child {
    flex-direction: column-reverse;
    margin-bottom: 2rem;
  }
  .service-item-grid {
    display: flex;
    flex-direction: column;
  }
  .service-item {
    flex: 0 1 auto;
    padding: 0rem;
  }
  .service-item:not(:first-child)::before,
  .telecom .service-item:not(:first-child)::before {
    top: 0;
    left: 0;
    width: 0;
    height: 0;
  }
  .four-small-cards-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5rem;
  }
  .includes {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
  }
  .include-box {
    font-size: 1.125rem;
    gap: 1rem;
    padding-bottom: 0rem;
    min-height: 6rem;
  }
  .feats-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 3rem;
  }

  .feats-title-wrapper {
    min-height: 2rem;
  }
  .feats-line {
    width: 97%;
    margin: 1.25rem 0 1.25rem 0;
  }
  .numbered-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
  }
  .numb-card h1 {
    display: none;
  }
  .numb-card h3 {
    font-size: 1.25rem;
    max-width: 14.75rem;
  }
  .numb-card {
    background: color-mix(in srgb, currentColor 10%, transparent);
    padding: 1.4rem;
    display: flex;
    justify-content: space-between;
  }
  /* .cont:nth-of-type(4n + 1) {
    padding-bottom: 1rem;
  } */

  .qna .wrap-collabsible {
    padding: 3.5rem 1.5rem;
  }
  .toggle:checked + .lbl-toggle + .collapsible-content {
    max-height: 45rem;
  }
  .sup-btn {
    margin-top: 2rem;
  }
  .locations-cards {
    grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
    gap: 2.8rem;
  }
  .about-card,
  .about-card:nth-child(even) {
    max-width: 20rem;
    flex-direction: column-reverse;
  }
  .about-text {
    width: auto;
  }
  .about-content {
    padding: 2rem;
  }
  .about-btn {
    width: 16rem;
  }
  .about-image {
    max-width: 331px;
    width: auto;
    height: auto;
  }
  .about.small-cards-grid {
    gap: 1.5rem;
  }
  .quote-person {
    width: 19rem;
  }
  .breadcrumb {
    gap: 0.5rem;
  }
  .quote-person p {
    width: 10.3rem;
  }
  .carousel-container {
    display: flex;
  }
  .carousel-track {
    display: block;
    transform: none !important;
    transition: none !important;
  }

  .carousel-item {
    margin: 0 0 1.5rem 0;
  }

  .carousel-item img {
    width: 100% !important;
    height: auto !important;
  }
  .mobile-menu-link {
    padding-top: 0 !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
  .cont {
    padding-bottom: 5rem;
  }
  .about-cards {
    gap: 5rem;
  }
}

@media (max-width: 359px) {
  .content {
    max-width: 75vw;
  }
  .menu-content {
    padding: calc(100%-75vw);
  }
  .front .card-icon svg {
    width: 6.25rem;
    height: 6.25rem;
  }
}
