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

/* @font-face {
  font-family: 'Inter';  
  src: 
       url('fonts/Inter-VariableFont_opsz,wght.ttf') format('ttf');  
  font-weight: normal;
  font-style: normal;
} */

/* *{
  font-family: "InterVariable", "Inter", sans-serif;

} */

.hero {
  text-align: left;
}

.card-title {
  font-size: 2.5rem;
  font-weight: 500;
}
.title {
  font-size: 3.3rem;
  font-weight: 500;
  width: 47.7rem;
}

.desc {
  font-size: 1.3rem;
  font-weight: 400;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.head {
  padding-top: 11rem;
  padding-bottom: 7rem;
}

.expert {
  background-color: white;
  padding: 15px;
}

.site-branding {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15rem;
}

.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 {
  display: inline-block;
  width: 3.7rem;
  height: 3.7rem;
  background-color: #f6f3df33;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  padding: 0;
  position: absolute;
  bottom: 0.1px;
  right: 0.1px;
  transition: all 0.3s ease-out;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 1rem;
  margin-top: 2.3rem;
}
.card {
  width: 18rem;
  height: 38rem;
  color: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  padding: 1.5rem;
  position: relative;
  text-align: left;
  cursor: pointer;
}
.front .card-link-wrapper:hover:nth-child(4n + 1) {
  --hv-front-bg: #0e1344;
  --hv-front-clr: #a7d9ff;
}
.front .card-link-wrapper:hover:nth-child(4n + 2) {
  --hv-front-bg: #5a227c;
  --hv-front-clr: #b6a7ff;
}
.front .card-link-wrapper:hover:nth-child(4n + 3) {
  --hv-front-bg: #7c223d;
  --hv-front-clr: #ffaaa7;
}
.front .card-link-wrapper:hover:nth-child(4n + 4) {
  --hv-front-bg: #196363;
  --hv-front-clr: #a7ffe3;
}
.card-link-wrapper {
  text-decoration: none;
  color: inherit;
  display: block;
}

.front .card {
  background-color: var(--wp--preset--color--primary);
  color:var(--wp--preset--color--secondary);
}

.card img {
  max-width: 320px;
  margin-bottom: 1rem;
  transition: transform 0.3s ease;
}

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

}

.card:hover img {
  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:hover . */
.card-services {
  width: 14.2rem;
  height: 29rem;
  color: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  padding: 1.8rem;
  padding-bottom: 3.12rem;
  position: relative;
}
.card-content {
  max-width: 14.1rem;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
  gap: 4.3rem;
  margin-top: 4rem;
}
.card-icon {
  display: flex;
  justify-content: center;
  padding: 2rem;
  

}

.card-icon svg {
  fill: currentColor;
}

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

/* Base reset */

.site-header {
  background-color: var(--wp--preset--color--dark);
  /* padding-top: 0.6rem; */
  /* padding-bottom: 1rem; */

  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}
.menu > li:hover ~ .site-header,
.menu > li:hover .site-header {
  background-color: var(--bg);
}

.main-navigation,
.main-navigation ul {
  display: flex;

  list-style-type: none;
  margin: 0;
  padding: 0;
}



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

.main-navigation a {
  text-decoration: none;
  color: var(--wp--preset--color--tirquise);
  border-bottom: 5px solid transparent;
  display: block;
  text-align: center;
  transition:
    background 0.3s,
    color 0.3s;
}

.main-navigation li a {
  display: block;
  color: var(--wp--preset--color--tirquise);
  text-align: center;
  padding: 2rem;
  text-decoration: none;
  text-transform: uppercase;
}

.main-navigation li:hover > a {
  border-bottom: 5px solid var(--wp--preset--color--tirquise);
}

/* Mobile styles */
.menu-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 2rem;
  cursor: pointer;
}
.search{
   margin-left: 2.5rem;
}

/* Responsive */
@media (max-width: 768px) {
  .menu-toggle {
    display: block;
  }

  .main-navigation {
    display: none;
    flex-direction: row;
    gap: 1rem;
    margin-top: 1rem;
  }

  .main-navigation.active {
    display: flex;
  }

  .main-menu {
    flex-direction: row;
  }
}

.menu > li {
  position: static;
}
.menu ul.sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: var(--bg);
  color: #a7ffe3;
  width: 100vw;
  list-style: none;
  z-index: 1000;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

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

.menu li:hover > ul.sub-menu {
  display: block;
}

.menu > li:nth-of-type(1) {
  --bg: #19227c;
}
.menu > li:nth-of-type(2) {
  --bg: #5a227c;
}

.menu > li:nth-of-type(3) {
  --bg: #7c223d;
}

.menu > li:nth-of-type(4) {
  --bg: #196363;
}

/* mega menu */
.main-navigation {
  position: relative;
}

.sub-menu.full-width {
  position: fixed;
  top: 5.6rem;
  left: 0;
  right: 0;
  width: 100vw;
  margin-left: 0;
  /* padding: 2rem; */
  display: none;
  background: var(--bg);
  /* filter: drop-shadow(#00000099 1rem 1rem 1.5rem); */
}
.menu > li:hover > .sub-menu.full-width {
  display: block;
}
.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 {
  width: 320px;
  height: 160px;

  padding: 1rem;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: transform 0.2s;
} */

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

.submenu-grid {
  display: grid;
  grid-template-columns: repeat(4, 23.3rem);
  grid-auto-rows: 15rem;
  /* gap: 2rem; */
  /* padding-right: 15rem;
  padding-left: 15rem; */
  justify-content: center;
}

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

main {
  flex: 1;
}

html,
body {
  scroll-behavior: smooth;
  height: 100%;
  margin: 0;
  padding: 0;
}

.stats-section {
  padding: 1rem 0rem;
  max-width: 1414px;
  margin: 0 auto;
}

.stats-grid {
  display: flex;
  justify-content: space-between;
  text-align: left;
}

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

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

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

.stat-value {
  font-size: 4rem;
  font-weight: 500;
  color: #f6f3df;
}

.stat-title {
  font-size: 1.3rem;
  margin-top: 10px;
  color: #f6f3df;
}

@media (max-width: 600px) {
  .stats-grid {
    flex-direction: column;
  }

  .stat-item:not(:last-child)::after {
    display: none;
  }

  .stat-item {
    border-bottom: 1px solid #f6f3df;
  }

  .stat-item:last-child {
    border-bottom: none;
  }
}

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

.locations .stat-item::before {
  content: "";
  position: absolute;
  left: 0;
  width: 1px;
  height: 8.8rem;
  background-color: #f0f0f0;
}
.locations .stats-section {
  padding: 1rem 0rem;
  max-width: 61rem;
  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;
}

.content {
  padding-right: 15.5rem;
  padding-left: 15.5rem;
}

.trusted-by {
  text-align: center;
  padding: 2rem;
}

.trusted-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 2rem;
  max-width: 1414px;
  margin: 0 auto;
  justify-items: center;
  align-items: center;
}

.trusted-logo img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
  max-height: 100px; /* adjust height as needed */
}

#img-t {
  filter: grayscale(1);
}
#img-t:hover {
  filter: grayscale(0);
}
.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.3rem;
  font-weight: 300;
  margin-bottom: 0;
}

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

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

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

.lbl-toggle {
  display: block;
  font-weight: 500;
  font-size: 2rem;
  text-align: left;
  color: #ffffca;
  background: #207161;
  cursor: pointer;
  transition: all 0.25s ease-out;
  position: relative;
  padding: 3.5rem;
}

.lbl-toggle:hover {
  color: #ffffca;
}

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

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

.lbl-toggle .arrow-icon svg {
  width: 100%;
  /* transform: rotate(90deg); */
  height: 100%;
  fill: currentColor;
  transition:
    transform 0.2s ease-out,
    fill 0.3s ease;
}

/* Rotate arrow on open */
.toggle:checked + .lbl-toggle .arrow-icon svg {
  transform: rotate(180deg);
}

.collapsible-content {
  max-height: 0px;
  overflow: hidden;
  transition: all 0.3s ease-in;
  margin: -1;
}

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

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

.collapsible-content .content-inner {
  background: #207161;
  border-bottom: 1px solid #207161;
  padding: 0rem 3.5rem 3.5rem 3.5rem;
  transition: all 0.4s ease;
}

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

.qna .wrap-collabsible {
  background: transparent;
  border: solid 0.15rem #f0f0f0;
  color: #f0f0f0;
}

.qna .lbl-toggle,
.qna .content-inner {
  color: #f0f0f0;
  background: transparent;
}
.qna .toggle:checked ~ .collapsible-content .content-inner {
  padding-top: 1rem;
  border-top: 0;
  padding-bottom: 1.5rem;
}

.qna .lbl-toggle {
  font-size: 1.5rem;
  font-weight: 600;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

/*  .qna .toggle:checked + .lbl-toggle .arrow-icon svg {
  transform: rotate(180deg);
} */
 
.content-inner .desc {
  font-size: 1.2rem;
  font-weight: 400;
}

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

.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; /* Inner outline */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
}

.circle,
.inner-circle {
  aspect-ratio: 1 / 1; /* Maintain perfect circle aspect ratio */
}

.circle-text {
  font-size: 1.2rem;
  color: #f6f3df;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%; /* Fill inner circle vertically */
  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%); /* Only show the right half */
  box-sizing: border-box;
}
.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 {
  width: 1em;
  height: 1em;
  display: block;
  transition: all 0.5s ease-out;
  fill: currentColor;
}


.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);


}



.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;
}
.about-card p {
  font-size: 1.2rem;
  font-weight: 350;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.about-card:nth-child(even) {
  flex-direction: row-reverse;
}

.about-card:first-of-type {
  --card-bg: #207161;
  --card-text: #f6f3df;
}
.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: #19227c;
  --card-text: #a7d9ff;
}

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

.about-content {
  padding: 5rem;
}

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

.card-desc {
  font-size: 1rem;
  font-weight: 300;
  /* color: #f0f0f0; */
}

.card-title {
  font-size: 1.2rem;
  font-weight: 500;
  color: #f0f0f0;
}

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

.front-card-title {
  font-size: 2.5rem;
  font-weight: 500;
  /* max-width: 15.5rem; */
}

.card-read {
  font-size: 1.2rem;
  font-weight: 400;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none; /* optional */
  gap: 7.2rem;
}
.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: flex;
  padding-top: 2rem;
  font-size: 1.3rem;
  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.2rem;
  font-weight: 300;
  max-width: 17rem;
  gap: 1.4rem;
  padding-bottom: 1.6rem;
  min-height: 12rem;
}

.story-img {
  /* width: 100%; */
  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: 5%;
}

.text-content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
  justify-content: center; /* Center horizontally */
  align-items: center; /* Center vertically */
  gap: 1rem;
  background: rgba(255, 255, 255, 0); /* Optional: or add slight overlay */
  padding: 1rem;
  text-wrap: wrap;
}

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

.yeargroup:nth-child(odd) {
  flex-direction: row-reverse;
}
.yeargroup:nth-child(odd) .yearbox {
  top: -1.5rem;
  left: 73%;
}
.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(26rem, 1fr));
  gap: 4.5rem;
}
.small-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4.5rem;
}

.small-card {
  grid-column: span 1;
}

/* When wrapping last 2 cards */
.last-two-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* each takes 1.5 if grid is 3 */
  grid-column: span 3;
  gap: 4.5rem;
}

/* When wrapping the last 1 card (3n+1) */
.last-one-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  grid-column: span 3;
}

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

.small-card {
  padding: 3.5rem 2.5rem 4.2rem 2.5rem;
}

.small-card p {
  font-size: 1.3rem;
  font-weight: 300;
  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); /* transparent black filter */
  z-index: 0;
}

.dc .head. h1 {
  position: relative;
  z-index: 1; /* Ensure heading stays above the overlay */
}

.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.3rem;
  font-weight: 300;
}
.custom-item-list li {
  margin-bottom: 0.5rem;
}

/* Footer  */

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

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

.footer-menus {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  width: fit-content;
  gap: 2rem;
}

.footer-menu-column h4 {
  font-size: 1.3rem;
  font-weight: 600;
  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.95rem;
  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;
}

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

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

.footer-bottom {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #f0f0f0;
  padding-top: 2rem;
  margin-top: 3rem;
  text-align: left;
  font-size: 0.95rem;
  font-weight: 300;
  color: #f0f0f0;
  margin-right: 15.5rem;
  margin-left: 15.5rem;
}

.footer-bottom p {
  width: 500px;
  margin-top: 0;
}
.footer-bottom a {
  color: #f0f0f0;
  margin-left: 1rem;
  text-decoration: underline;
}

.footer-bottom a: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: 1rem;
}
.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 {
  /* height:16.3rem; */
  /* width:25rem; */
  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;
}

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

.locations-cards {
  display: grid;
  grid-template-columns: repeat(3, 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;
  height: 12rem;
  padding-top: 3.5rem;
  padding-left: 3.5rem;
  padding-right: 3.5rem;
  overflow: hidden;
}

.locations-photo img {
  height: 175%;
  object-fit: cover;
}

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

.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);
}
.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: #19227c1a;
  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: #19227c1a;
  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: rgba(25, 34, 124, 0.4);
  cursor: pointer;
}

.numb-card:hover h1 {
  color: #19227c;
}

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