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

body {
  font-family: "Raleway", sans-serif;
  line-height: 1.6;
  color: #333;
}

.no-background {
  background: none !important;
}

.width-70 {
  width: 70% !important;
}

.width-50 {
  width: 50% !important;
}

.width-40 {
  width: 40% !important;
}

.width-35 {
  width: 35% !important;
}

.height-35-vw {
  height: 35vw !important;
}

.display-in-center {
  align-items: center !important;
  justify-content: center !important;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

a {
  text-decoration: none;
  color: inherit;
}

nav ul {
  list-style: none;
}

nav ul {
  display: flex;
  justify-content: end;
}

nav ul li {
  margin-left: 6%;
}

nav ul li a {
  color: white;
  font-size: 14px;
  font-weight: 800;
  transition: color 0.3s;
}

nav ul li a:hover {
  color: #80eff7;
}

.nav-logo-container {
  width: 30%;
}

.nav-logo {
  width: 100%;
  cursor: pointer;
  z-index: 99;
  position: relative;
}

.nav-container-desktop {
  display: flex;
  justify-content: space-around;
  align-items: start;
  margin: 0 7% 25px 7%;
}

.nav-items-container {
  width: 70%;
  position: relative;
  z-index: 99999;
}

.nav-items-header-container {
  display: flex;
  justify-content: end;
  align-items: center;
  margin-bottom: 15px;
}

.nav-item-header {
  margin-left: 20px;
  width: 20%;
}

.trustpilot-header-img {
  width: 100%;
  object-fit: cover;
}

.nav-call-header-icon {
  width: 40px;
}

.call-header-icon {
  width: 40px;
  object-fit: cover;
}

.nav-items-cta-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: end;
  width: 21% !important;
}

.nav-items-cta-container span {
  margin: 0;
}

.dropdown {
  position: relative;
}

.dropdown-content {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #141e6d;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 999;
  padding: 0;
  margin: 0;
  white-space: nowrap;
  width: max-content;
  min-width: fit-content;
  max-width: 300px;
}

.dropdown-content li {
  list-style: none;
  margin-left: 0;
}

.dropdown-content li a {
  display: inline-block;
  padding: 12px 16px;
  color: white;
  text-decoration: none;
  transition: background-color 0.2s ease;
  font-size: 14px;
  cursor: pointer;
}

.dropdown-content li a:hover {
  background-color: #141e6d;
}

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

.cta-phone-title {
  font-size: 14px;
  font-weight: 800;
}

.cta-phone {
  font-size: 1.637vw;
  font-weight: 800;
  font-family: "Montserrat";
}

.hero-curve-top-overlay {
  width: 79%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 4;
  opacity: 0.7;
}

.hero-curve-top-overlay-top-no-opacity {
  width: 79%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
}

/* Hero Section */
.hero {
  position: relative;
  background-color: #141e6d;
  background-size: cover;
  background-position: center;
  color: white;
  padding: 50px 0 155px 0;
  text-align: center;
  background-image: url("../images/home-hero-background.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero-content {
  position: relative;
  z-index: 5;
  margin: 0 auto;
}

.hero h2 {
  font-size: 37px;
  margin-bottom: -10px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  font-weight: 900;
}

.hero h1 {
  font-size: 70px;
  font-weight: 900;
  margin-bottom: 20px;
  line-height: 70px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
}

.hero-content-title {
  font-size: 4vw;
}

.hero p {
  font-size: 18px;
  margin-bottom: 30px;
  line-height: 1.6;
  margin-left: auto;
  margin-right: auto;
  font-weight: 600;
}

/* Specialists Banner */
.specialists-banner {
  background-color: #80eff7;
  color: #141e6d;
  padding: 10px 0;
  text-align: center;
  font-size: 15px;
}

.specialists-banner h3 {
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 3px;
}

/* Specialist Section */
.specialists-card-container {
  padding: 40px 0 20px 0;
  background-color: #f9f9f9;
}

.specialists-card-intro {
  text-align: center;
  margin: 0 auto 20px;
  width: 80%;
  position: relative;
  z-index: 99;
}

.specialists-card-intro p {
  font-size: 16px;
  color: #141e6d;
  line-height: 22px;
  font-weight: 500;
}

.specialists-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
}

.specialists-card {
  flex: 0 0 calc(22% - 50px);
  text-align: center;
  padding: 10px 0 20px 0;
}

.specialists-card .icon {
  width: 120px;
  height: 120px;
  background: linear-gradient(45deg, #113583 0%, #0976be 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.specialists-card-img {
  width: 70px;
}

.specialists-card .icon i {
  font-size: 2.5rem;
  color: white;
}

.specialists-card p {
  font-size: 1rem;
  color: #0a2a5e;
  line-height: 1.4;
  font-weight: 700;
}

.heading-container {
  display: flex;
  position: relative;
  background-color: #141e6d;
}

.heading-image-banner {
  width: 54%;
  overflow: hidden;
  position: relative;
}

.heading-image-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.heading-details-container {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
  width: 66%;
  right: 20px;
  background: linear-gradient(
    90deg,
    rgb(143 150 207 / 0%) 0%,
    rgb(80 87 141 / 24%) 5%,
    rgb(39 50 139 / 44%) 15%,
    rgb(34 43 116 / 54%) 20%,
    rgb(34 42 105 / 76%) 25%,
    rgb(29 37 107) 30%,
    rgb(20 30 109) 35%,
    rgb(20 30 109) 40%,
    rgba(20, 30, 109, 0) 100%
  );
  color: white;
  padding-left: 230px;
  z-index: 5;
  margin-left: -315px;
}

.heading-details-section {
  width: 67%;
  padding: 50px 0;
  position: relative;
  z-index: 9;
}

.heading-details-title {
  padding-bottom: 10px;
  line-height: 35px;
  font-size: 26px;
  font-weight: 900;
  text-transform: uppercase;
}

.heading-details-text {
  line-height: 20px;
  font-size: 16px;
  font-weight: 500;
}

.heading-details-list {
  list-style: none;
  margin-top: 15px;
  font-size: 15px;
}

.heading-details-list {
  padding-left: 0;
}

.heading-details-list li {
  position: relative;
  padding-left: 20px;
  line-height: 22px;
  font-weight: 500;
  margin-bottom: 10px;
  font-size: 16px;
}

.heading-details-list-ordered {
  padding-left: 0;
  margin-top: 15px;
}

.heading-details-list-ordered li {
  position: relative;
  line-height: 22px;
  font-weight: 500;
  margin-bottom: 10px;
  font-size: 16px;
  margin-left: 10px;
}

.heading-details-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 15px;
  height: 15px;
  background-image: url("../images/blue-check-icon.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.heading-cta-button-container {
  margin-top: 20px;
}

.heading-cta-button {
  padding: 8px 22px;
  border-radius: 20px;
  color: #141e6d;
  border: 2px solid #000000;
  background-color: #80eff7;
  font-weight: 900;
  font-size: 18px;
  margin-top: 20px;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
}

.heading-details-sub-text {
  padding-top: 10px;
  line-height: 20px;
  font-size: 16px;
  font-weight: 500;
}

.service-header-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 30px 0;
  color: #141e6d;
}

.service-header-title {
  font-weight: 900;
  font-size: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.service-header-text {
  text-align: center;
  line-height: 22px;
  padding-top: 15px;
  font-weight: 500;
}

.service-card-section {
  position: relative;
}

.service-cards-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-top: 65px;
  max-width: 975px;
  margin: 0 auto 50px;
}

.service-card-container-overlay {
  height: 545px;
  width: 100%;
  background: linear-gradient(
    90deg,
    hsla(183, 90%, 77%, 1) 3%,
    hsla(187, 91%, 65%, 1) 31%,
    hsla(190, 93%, 53%, 1) 98%
  );
  position: absolute;
}

.service-cards-box {
  display: flex;
  gap: 35px;
  margin-top: 25px;
}

.service-card {
  flex: 1;
  display: flex;
  align-items: start;
  justify-content: start;
  box-sizing: border-box;
  background-color: #000000a1;
  color: white;
  word-break: break-all;
  flex-direction: column;
  position: relative;
}

.service-card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.service-card-details-container {
  z-index: 999;
  background-color: #141a4cb3;
  padding: 25px;
  min-height: 360px;
  height: 100%;
  cursor: pointer;
}

.service-card-title {
  font-weight: 900;
  font-size: 25px;
  line-height: 25px;
  margin-bottom: 10px;
  word-break: break-word;
}

.service-card-list-title {
  font-weight: bold;
  font-size: 15px;
  line-height: 20px;
  word-break: break-word;
}

.service-card-list {
  padding: 10px 20px;
  font-size: 15px;
  line-height: 20px;
  word-break: break-word;
}

.service-card-text {
  font-size: 15px;
  line-height: 20px;
  word-break: break-word;
}

.info-section {
  background-color: #141e6d;
}

.info-container {
  display: flex;
  justify-content: center;
  align-items: start;
  padding: 60px 0;
}

.info-banner-image-container {
  position: relative;
  width: 40%;
  aspect-ratio: 16 / 9; /* ensures consistent height for width */
  overflow: hidden;
  background-color: black; /* fallback to avoid white edges */
}

.info-banner-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.info-details-section {
  color: white;
  margin-left: 25px;
  width: 66%;
}

.info-section-title {
  line-height: 30px;
  font-weight: 900;
  font-size: 28px;
}

.info-section-list {
  list-style: none;
  margin: 15px 0;
}

.info-section-list-icon {
  width: 15px;
}

.info-section-text {
  line-height: 22px;
}

.info-section-cta-button {
  padding: 8px 22px;
  border-radius: 20px;
  color: #141e6d;
  border: 2px solid #000000;
  background-color: #80eff7;
  font-weight: 900;
  font-size: 16px;
  margin-top: 20px;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
}

.info-gradient-section {
  background: linear-gradient(
    90deg,
    hsla(183, 90%, 77%, 1) 3%,
    hsla(187, 91%, 65%, 1) 31%,
    hsla(190, 93%, 53%, 1) 98%
  );
}

#call-adi-mobile-info-gradient-details-section p {
  font-weight: 600;
}

.info-gradient-container {
  display: flex;
  justify-content: center;
  align-items: start;
  padding: 60px 0;
}

.info-gradient-banner-image-container {
  width: 35%;
  display: flex;
  justify-content: end;
}

.info-gradient-banner-image {
  width: 260px;
}

.info-gradient-details-section {
  color: #141e6d;
  margin-left: 40px;
  width: 65%;
  font-weight: 500;
}

.info-gradient-section-title {
  line-height: 30px;
  font-weight: 900;
  font-size: 28px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.info-gradient-section-list {
  list-style: none;
  margin: 15px 0;
}

.info-gradient-section-list-icon {
  width: 15px;
}

.info-gradient-section-text fade-in {
  line-height: 22px;
  margin-top: 10px;
}

.info-gradient-section-cta-button-container {
  margin-top: 25px;
}

.info-gradient-section-cta-button {
  padding: 8px 22px;
  border-radius: 20px;
  color: #141e6d;
  border: 2px solid #000000;
  background-color: #80eff7;
  font-weight: 900;
  font-size: 16px;
  margin-top: 20px;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
  text-align: center;
}

.adi-award-img {
  width: 21.9241vw;
  border-radius: 2px;
}

.text-white {
  color: white;
}

.testimonial-section {
  display: block;
  position: relative;
  z-index: 999;
}

.testimonial-section-mobile {
  display: none;
}

.testimonial-container {
  width: 100%;
  max-width: 1200px;
  margin: 40px auto;
  padding: 0px 50px 0 100px;
}

.testimonial-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.testimonial-header-title {
  color: #141e6d;
  font-size: 25px;
  font-weight: 900;
}

.testimonial-header-img {
  width: 200px;
}

.testimonial-card-section {
  display: flex;
  justify-content: space-between;
  align-items: start;
  margin-bottom: 10px;
  position: relative;
  margin-top: 10px;
}

.testimonial-card {
  background-color: white;
  /* max-width: 300px; */
  padding: 20px;
  position: relative;
  flex: 0 0 calc(35% - 40px);
}

.testimonial-card::before,
.testimonial-card::after {
  content: "";
  position: absolute;
  width: 15%;
  height: 100%;
  border: 7px solid #3ebac9;
}

.testimonial-card::before {
  top: 0;
  left: 0;
  border-right: none;
}

.testimonial-card::after {
  bottom: 0;
  right: 0;
  border-left: none;
}

.testimonial-card {
  background-size: 60px 60px, 60px 60px, /* Top-right */ 60px 60px, 60px 60px; /* Bottom-left */
  background-position: 100% 0, 100% 0, /* Top-right */ 0 100%, 0 100%; /* Bottom-left */
  background-repeat: no-repeat;
}

.testimonial-card-stars {
  margin-bottom: 5px;
}

.testimonial-card-star {
  color: white;
  font-size: 10px;
  margin-right: 0px;
  background-color: #141e6d;
  padding: 0px 4px;
  border-radius: 2px;
  font-weight: bold;
  display: inline-block;
}

.testimonial-card-title {
  color: #141e6d;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 25px;
}

.testimonial-card-content {
  color: #666;
  line-height: 1.6;
  margin-bottom: 10px;
  font-size: 14px;
}

.testimonial-card-content p {
  margin-bottom: 10px;
  color: #141e6d;
  font-weight: 400;
}

.testimonial-card-content p:last-child {
  margin-bottom: 0;
}

.testimonial-card-author {
  color: #141e6d;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 1px;
}

.testimonial-review-count-circle {
  position: absolute;
  bottom: -125px;
  right: -35px;
}

.testimonial-review-count-circle-img {
  width: 165px;
}

.accreditations-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 50px;
}

.accreditations-container-title {
  color: #141e6d;
  font-size: 28px;
  font-weight: 900;
  margin-bottom: 10px;
}

.accreditations-image-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  width: 75%;
}

.accreditations-img {
  width: 100%;
  object-fit: cover;
}

.ciphe-img {
  width: 13%;
}

.spata-img {
  width: 12%;
}

.wiaps-img {
  width: 30%;
}

.water-safe-img {
  width: 22%;
}

.faq-main-container {
  padding: 0 200px 0 200px;
}

.about-us-faq-main-container {
  padding: 0 150px 0 150px;
}

.faq-section {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #141e6d;
  padding: 40px 0 40px 0;
  flex-direction: column;
}

.faq-title {
  color: white;
  text-transform: uppercase;
  font-size: 28px;
  text-align: center;
  margin-bottom: 20px;
}

.faq-heading {
  color: white;
  font-size: 40px;
  margin-bottom: 50px;
}

.faq-container {
  background-color: #0770bb;
  color: #333;
  padding: 30px;
  border-radius: 15px;
  width: 100%;
  max-width: 800px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.faq-container h1 {
  text-align: center;
  color: #000; /* Black heading text inside white container */
  margin-bottom: 30px;
  font-size: 2.5em; /* Larger font for heading */
  font-weight: bold;
}

.faq-item {
  margin-bottom: 20px;
  border: 1px solid #ffffff42;
  border-radius: 5px;
  overflow: hidden;
  z-index: 99;
  position: relative;
}

.faq-question {
  background-color: #ffffff42;
  padding: 14.5px 20px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  color: white;
  font-family: "Arial";
}

.faq-question {
  font-size: 16px;
  transition: transform 0.3s ease;
}

.faq-question:hover {
  background-color: #ffffff49;
}

.arrow {
  font-size: 16px;
  transition: transform 0.3s ease;
}

.faq-answer {
  padding: 0 20px; /* Initial padding, will be adjusted by JS */
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease, padding 0.5s ease; /* Smooth transition */
  background-color: #ffffff42; /* White background for answer */
  font-size: 1em;
  line-height: 1.6;
  color: white;
}

.faq-answer p {
  margin: 0;
  padding-bottom: 20px; /* Add padding only when expanded */
  font-weight: 500;
}

.faq-item.active .faq-answer {
  max-height: 3000px; /* Adjust as needed, should be larger than any possible answer height */
  padding: 20px;
}

.faq-item.active .faq-question .arrow {
  transform: rotate(180deg);
}

.faq-area-list {
  margin-left: 20px;
}

.faq-answer ul {
  margin-left: 20px;
  margin-bottom: 20px;
}

/* Responsive adjustments */
@media (max-width: 600px) {
  .faq-heading {
    font-size: 25px;
  }
  .faq-container h1 {
    font-size: 2em;
  }
  .faq-question {
    font-size: 1em;
  }
  .faq-answer {
    font-size: 0.9em;
  }
}

.info-list-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 30px 0;
  color: #141e6d;
  position: relative;
  z-index: 99;
}

.info-list-container ul {
  font-weight: 500;
  margin-left: 15px;
  margin-top: 15px;
}

.info-list-container h2 {
  margin-top: 15px;
  font-weight: 800;
}

.align-items-left {
  align-items: start !important;
}

.padding-top-none {
  padding-top: 0;
}

.info-list-container p {
  margin-top: 15px;
  font-weight: 500;
  text-align: center;
}

.info-list-title {
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 900;
  text-align: center;
}

.info-list {
  list-style: none;
  margin-top: 15px;
  font-size: 18px;
  padding-left: 0;
  width: 90%;
}

.info-list li {
  position: relative;
  padding-left: 20px;
  line-height: 30px;
  font-weight: 500;
}

.info-list-gradient {
  list-style: none;
  margin-top: 15px;
  font-size: 18px;
  padding-left: 0;
  width: 90%;
}

.info-list-gradient li {
  position: relative;
  padding-left: 20px;
  line-height: 30px;
  font-weight: 500;
}

.info-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 15px;
  height: 15px;
  background-image: url("../images/blue-check-icon.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.info-two-row-section-blue-background {
  background: linear-gradient(
    90deg,
    hsla(183, 90%, 77%, 1) 3%,
    hsla(187, 91%, 65%, 1) 31%,
    hsla(190, 93%, 53%, 1) 98%
  );
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 30px;
}

.info-two-row-container-blue-background {
  background-color: white;
  padding: 0 30px;
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.info-two-row-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 30px 30px;
  color: #141e6d;
}

.info-two-row-main-heading {
  font-weight: 800;
  font-size: 1.8vw;
  margin-bottom: 20px;
}

.info-two-row-title {
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 900;
}

.info-two-row-subtitle {
  font-weight: 500;
  margin-top: 10px;
}

.info-two-row-text {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
  word-break: break-word;
}

.info-two-row-list {
  list-style: none;
  margin-top: 15px;
  font-size: 16px;
  padding-left: 0;
  width: 90%;
}

.info-two-row-list li {
  position: relative;
  padding-left: 20px;
  line-height: 30px;
  font-weight: 500;
}

.info-two-row-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 15px;
  height: 15px;
  background-image: url("../images/blue-check-icon.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.info-two-row-list-ordered {
  margin-top: 15px;
  font-size: 16px;
  padding-left: 0;
  width: 90%;
}

.info-two-row-list-ordered li {
  position: relative;
  line-height: 30px;
  font-weight: 500;
}

.info-two-row-details-section {
  display: flex;
  flex-direction: row;
  margin-top: 20px;
  justify-content: space-between;
  align-items: start;
  z-index: 99;
  width: 100%;
}

.info-two-row-details-section ol,
.info-two-row-details-section ul {
  font-weight: 500;
}

.info-two-row-left-section {
  width: 48%;
}

.info-two-row-left-section h2 {
  margin-bottom: 10px;
}

.info-two-row-left-section ul {
  margin-left: 15px;
}

.info-two-row-right-section {
  width: 48%;
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: column;
}

.info-two-row-right-section h3 {
  text-align: center;
  margin-bottom: 5px;
  border: 3px solid #141e6d;
  font-style: italic;
  padding: 10px;
}

.info-two-row-heading-with-box-highlight {
  font-size: 1.5vw;
  font-weight: 800;
  line-height: 30px;
  font-style: italic;
  text-align: center;
  border: 4px solid #141e6d;
  padding: 20px;
}

.info-two-row-right-section-main-img {
  width: 100%;
  border-radius: 5px;
  height: 26.2vw;
}

.info-two-row-right-section-img {
  width: 35vw;
  border-radius: 5px;
  margin: 10px 0;
}

.info-two-row-right-section-logo {
  width: 15vw;
  margin: 10px 0;
}

.info-two-row-heading {
  font-weight: 800;
  line-height: 30px;
  margin-bottom: 10px;
}

.row-images-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  margin-top: 20px;
}

.row-card-image {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.row-card-title {
  font-weight: 800;
  margin-bottom: 15px;
}

.row-img-width-33 {
  width: 21.8vw;
  border-radius: 5px;
}

.row-img {
  width: 16.2vw;
  border-radius: 5px;
  height: 15vw;
}

.grid-cards-banner {
  color: white;
  padding: 10px 0;
  text-align: center;
  font-size: 15px;
  background: linear-gradient(
    90deg,
    hsla(183, 90%, 77%, 1) 3%,
    hsla(187, 91%, 65%, 1) 31%,
    hsla(190, 93%, 53%, 1) 98%
  );
  padding: 50px 0;
}

.grid-cards-banner h3 {
  font-size: 28px;
  font-weight: 900;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #141e6d;
}

.grid-cards-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
}

.grid-card {
  background-color: #141e6d;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  padding: 20px;
  margin: 10px;
  flex: 1 1 calc(33.333% - 40px); /* 3 in a row, accounting for margin */
  box-sizing: border-box;
  min-width: 280px;
  max-width: 360px;
  color: white;
}

.grid-card-white-bg {
  background-color: white;
  color: #141e6d;
}

.grid-card h2 {
  font-size: 20px;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 900;
}

.grid-card p {
  font-size: 0.95rem;
  line-height: 1.4;
  text-align: start;
  margin-bottom: 10px;
  font-weight: 500;
}

.grid-card-img {
  width: 21vw;
  height: 17.6vw;
}

.grid-cards-header {
  margin-bottom: 20px;
}

.grid-cards-subtitle {
  color: #141e6d;
  font-size: 16px;
  font-weight: 500;
  margin-top: 10px;
}

/* Special layout when there are exactly 5 cards */
.grid-cards-container .grid-card:nth-child(4),
.grid-cards-container .grid-card:nth-child(5) {
  flex: 1 1 calc(45% - 40px);
}

@media (max-width: 900px) {
  .grid-card {
    flex: 1 1 100%;
  }

  .grid-cards-container .grid-card:nth-child(4),
  .grid-cards-container .grid-card:nth-child(5) {
    flex: 1 1 100%;
  }
}

.list-card-container {
  width: 100%;
}

.list-card-container ul {
  margin-left: 15px;
  font-weight: 500;
}

.list-card {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f6f6f6;
  padding: 20px;
  border-radius: 5px;
  color: #141e6d;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  margin-top: 30px;
  min-height: 150px;
}

.list-card-title-container {
  width: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.list-card-title {
  text-align: center;
  font-size: 24px;
}

.list-card-img-title {
  text-align: center;
  font-size: 16px;
  color: #0770bb;
  margin-bottom: 10px;
}

.list-card-img {
  width: 11vw;
}

.list-card-details-container {
  width: 80%;
  padding-left: 20px;
}

.list-card-section {
  margin-left: 15px;
}

.info-box-card-section {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 30px;
}

.info-box-card-section-blue-background {
  background: linear-gradient(
    90deg,
    hsla(183, 90%, 77%, 1) 3%,
    hsla(187, 91%, 65%, 1) 31%,
    hsla(190, 93%, 53%, 1) 98%
  );
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 30px;
}

.info-box-card-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 30px 30px;
  color: #141e6d;
}

.info-box-card-container .list-card {
  border: 1px solid #141e6d;
  justify-content: start;
  align-items: start;
}

.info-box-card-container-blue-background {
  background-color: white;
  padding: 30px 30px;
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.info-box-card-container-blue-background p {
  font-weight: 500;
  margin-top: 10px;
}

.info-box-card-container-blue-background a {
  display: block;
  font-weight: 500;
  margin-top: 10px;
  text-decoration: underline;
}

.info-box-card-container-blue-background ul {
  font-weight: 500;
}

.info-box-card-main-heading {
  font-weight: 800;
  font-size: 1.8vw;
  margin-bottom: 30px;
}

.info-box-card-text {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
  word-break: break-word;
}

.info-box-card-container-bottom-text {
  margin-top: 50px;
}

.list-card-header-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}

.list-card-header {
  text-align: center;
}

.list-card-width-30 {
  width: 30%;
  padding-right: 50px;
}

.list-card-width-70 {
  width: 70%;
}

.list-card-details-bottom-text {
  margin-top: 25px;
  font-size: 15px;
}

.list-card-sub-text {
  font-size: 14px;
}

.grid-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
}

.grid-section {
  border-radius: 8px;
  padding: 20px;
  margin: 10px;
  flex: 1 1 calc(33.333% - 40px); /* 3 in a row, accounting for margin */
  box-sizing: border-box;
  min-width: 280px;
  max-width: 360px;
  color: #141e6d;
}

.grid-section ul {
  list-style: none;
  font-weight: 500;
}

.inputs-container {
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: start;
  flex-direction: column;
  position: relative;
  z-index: 99;
  margin-top: 20px;
}

.input-container-title {
  margin-bottom: 20px;
  font-style: italic;
}

.input-field-section {
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.input-label {
  font-weight: 600;
  margin-bottom: 5px;
}

.input-field {
  padding: 10px;
  border-radius: 3px;
  font-weight: 16px;
  font-size: 14px;
  border: 1px solid #161e6f;
  height: 40px;
}

.recruitment-submit-btn {
  width: 100%;
  background-color: #141e6d;
  padding: 15px;
  border-radius: 5px;
  color: white;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  border: none;
  margin-top: 10px;
}

.recruitment-submit-btn:hover {
  background-color: #1f2c8b;
  padding: 15px;
}

.footer-cta-section {
  background-image: url("../images/footer-background.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.footer-cta-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 70px;
  position: relative;
}

.footer-cta-input-section-title {
  font-size: 30px;
  font-weight: 900;
  color: #009de2;
  margin-bottom: 5px;
}

.footer-cta-input-section {
  display: flex;
  align-items: start;
  flex-direction: column;
  position: relative;
  z-index: 999;
}

.footer-cta-input {
  height: 35px;
  margin-bottom: 10px;
  border-radius: 35px;
  border: 1px solid white;
  padding: 0 10px;
  font-size: 14px;
  color: #141e6d;
  background-color: #ffffff80;
  width: 38%;
  font-family: "Raleway";
}

.footer-cta-input:focus {
  outline: none;
  border: 2px solid #64ade0;
}

.footer-cta-input::placeholder {
  color: #141e6d;
}

.footer-cta-textarea {
  height: 35px;
  margin-bottom: 10px;
  border-radius: 20px;
  border: 1px solid white;
  padding: 10px 10px;
  font-size: 14px;
  color: #141e6d;
  background-color: #ffffff80;
  width: 70%;
  min-height: 110px;
  font-family: "Raleway";
  resize: none;
}

.footer-cta-textarea:focus {
  outline: none;
  border: 2px solid #64ade0;
}

.footer-cta-textarea::placeholder {
  color: #141e6d;
}

.footer-cta-checkbox-container {
  display: flex;
  justify-content: start;
  align-items: center;
  font-size: 12px;
  color: #141e6d;
  font-weight: 500;
  margin: 5px 0 15px 0;
}

.footer-cta-checkbox {
  background-color: transparent;
  border: 2px solid #141e6d;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 13px;
  height: 13px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.footer-cta-checkbox:checked {
  background-color: #141e6d;
  border: 2px solid #141e6d;
}

.footer-cta-checkbox:checked::before {
  content: "";
  display: block;
  width: 2px;
  height: 5px;
  border: 2px solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  position: absolute;
  top: 1px;
  left: 3px;
}

.footer-cta-button {
  padding: 8px 22px;
  border-radius: 20px;
  color: white;
  border: 2px solid #000000;
  background-color: #141e6d;
  font-weight: 900;
  font-size: 16px;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
}

.footer-cta-button-mobile {
  display: none;
}

.footer-cta-section-details {
  color: #141e6d;
  font-size: 13px;
  font-weight: 500;
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
  align-items: start;
}

.footer-cta-copyright-text {
  margin-top: 20px;
}

.footer-cta-privacy-policy {
  cursor: pointer;
}

.footer-cta-terms-of-service {
  cursor: pointer;
}

.footer-cta-map-container {
  width: 25%;
  margin-left: 10px;
  margin-top: -50px;
}

.footer-terms-and-conditions-container {
  display: none;
  justify-content: space-between;
  align-items: start;
  color: white;
  font-size: 12px;
  flex-direction: row;
  width: 100%;
  padding-top: 10px;
}

.footer-cta-social-buttons-section {
  display: flex;
  justify-content: start;
  align-items: center;
  margin-top: 20px;
}

.footer-cta-social-buttons-section img {
  margin-right: 20px;
  cursor: pointer;
}

.footer-email-icon {
  width: 22px;
}

.footer-facebook-icon {
  width: 10px;
}

.footer-instagram-icon {
  width: 19px;
}

.footer-linkedin-icon {
  width: 19px;
  margin-top: -1px;
}

#call-adi-mobile-info-gradient-section {
  position: relative;
  z-index: 9;
}

.footer-curve-overlay {
  width: 80%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: 0.7;
}

.footer-curve-overlay-no-opacity {
  width: 80%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.footer-curve-overlay-mobile {
  display: none;
}

.footer-curve-overlay-no-opacity-mobile {
  display: none;
}

/* Mobile */
.nav-container-mobile {
  display: none;
}

.nav-mobile-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #81f0f8;
  height: 60px;
  padding: 10px 20px 0 20px;
}

.nav-mobile-logo {
  width: 100px;
}

.nav-mobile-cta-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -10px;
}

.nav-mobile-phone-img {
  width: 30px;
}

.nav-mobile-bar-icon {
  font-size: 20px;
  color: #151f6e;
  font-weight: bold;
  margin-left: 10px;
}

.nav-mobile-trust-pilot-img-container {
  background-color: white;
  display: flex;
  justify-content: end;
  align-items: center;
  padding: 2px 18px;
}

.nav-mobile-trust-pilot-stars-img {
  width: 150px;
}

.info-banner-image-container-mobile {
  display: none;
}

.nav-mobile-container {
  display: none;
  background-color: #151f6e; /* optional */
  position: absolute; /* or fixed if full-screen */
  top: 60px; /* adjust based on your header */
  width: 100%;
  z-index: 1000;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Shown when active */
.nav-mobile-container.active {
  display: block;
  animation: slideDown 0.3s ease;
}

/* Optional slide-down animation */
@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.nav-mobile-list {
  margin: 10px;
  list-style: none;
}

.nav-mobile-list li {
  padding: 5px;
}

.nav-mobile-dropdown-content {
  list-style: none;
}

.nav-mobile-dropdown-content {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.4s ease, opacity 0.4s ease;
  opacity: 0;
  list-style: none;
}

.nav-dropdown-mobile.active .nav-mobile-dropdown-content {
  max-height: 500px;
  opacity: 1;
}

.snav-dropdown-mobile {
  border-bottom: none;
  cursor: pointer;
}

.nav-dropdown-mobile.active {
  border-bottom: 1px solid rgba(255, 255, 255, 0.457);
}

.info-banner-mobile-image-container {
  display: none;
}

.info-gradient-display {
  display: flex;
}

/* Mobile End */

.fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.fade-in.show {
  opacity: 1;
  transform: translateY(0);
}

/* Responsive design */
@media (max-width: 480px) {
  .testimonial-card {
    max-width: 100%;
    padding: 30px 20px;
  }

  .testimonial-card-title {
    font-size: 20px;
  }
}

/* Footer */
footer {
  background-color: #0a2a5e;
  color: white;
  padding: 20px 0;
  text-align: center;
}

/* Responsive Design */
@media (max-width: 992px) {
  .specialists-card {
    flex: 0 0 calc(33.333% - 30px);
  }

  nav ul {
    flex-wrap: wrap;
  }

  nav ul li {
    margin: 5px 10px;
  }
}

@media screen and (min-width: 1059px) and (max-width: 1316px) {
  .heading-details-container {
    width: 75%;
  }
  .heading-details-section {
    width: 75%;
  }
}

@media screen and (min-width: 800px) and (max-width: 1059px) {
  .heading-details-container {
    width: 80%;
  }
  .heading-details-section {
    width: 75%;
  }
}

@media (max-width: 768px) {
  .nav-container-mobile {
    display: block;
  }
  .hero h1 {
    font-size: 40px;
    line-height: 40px;
  }
  .hero h2 {
    font-size: 20px;
  }
  .hero p {
    line-height: 20px;
    font-size: 14px;
    width: 90%;
  }
  .hero-content br {
    display: none;
  }
  .specialists-card {
    flex: 0 0 calc(57% - 30px);
    padding: 0 0 30px 0;
  }
  header .container {
    flex-direction: column;
  }
  .logo {
    margin-bottom: 15px;
  }
  .nav-container-desktop {
    display: none;
  }
  .hero {
    padding-top: 0;
    padding-bottom: 0;
  }
  .hero-content {
    padding-top: 50px;
    padding-bottom: 20px;
  }
  .specialists-banner h3 {
    font-size: 16px;
    letter-spacing: normal;
  }
  .specialists-card-intro br {
    display: none;
  }
  .specialists-card-intro p {
    font-size: 14px;
    line-height: 20px;
    padding: 0 10px;
  }
  .specialists-card-container {
    padding: 20px 0 20px 0;
  }
  .specialists-card h4 {
    font-size: 14px;
  }
  .heading-container {
    flex-direction: column;
  }
  .heading-image-banner {
    width: 100%;
    height: 300px !important;
  }
  .heading-details-container {
    position: unset;
    padding: 30px;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-left: 0;
  }
  .heading-details-section {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0;
  }
  .heading-details-title {
    line-height: 28px;
    text-align: center;
  }
  .heading-cta-button {
    width: 50%;
    background-color: white;
    font-size: 4.4vw;
  }
  .service-header-title {
    text-align: center;
    width: 340px;
    font-size: 25px;
    line-height: 28px;
  }
  .service-header-text br {
    display: none;
  }
  .service-cards-container {
    padding: 25px 10px;
    margin: 0;
  }
  .service-card-container-overlay {
    display: none;
  }
  .service-card-section {
    background-color: #63e9f9;
  }
  .service-cards-box {
    display: block;
    margin-top: 0;
  }
  .service-card {
    margin-bottom: 15px;
  }
  .testimonial-section {
    display: none;
  }
  .testimonial-section-mobile {
    display: block;
  }
  .testimonial-container-mobile {
    padding: 25px;
  }
  .testimonial-header-mobile {
    position: relative;
    margin-bottom: 30px;
  }
  .testimonial-header-title-mobile {
    font-weight: 900;
    font-size: 5.3vw;
    text-align: center;
    line-height: 25px;
    color: #151f6e;
  }
  .testimonial-header-img-mobile {
    width: 120px;
    position: absolute;
    bottom: -45px;
    right: 0;
  }
  .testimonial-card-mobile {
    margin-top: 20px;
  }
  .testimonial-card-title br {
    display: none;
  }
  .testimonial-card-mobile-read-more {
    padding: 8px 22px;
    border-radius: 20px;
    color: #151f6e;
    border: 2px solid #02baf9;
    background-color: #02baf9;
    font-weight: 900;
    font-size: 18px;
    cursor: pointer;
    font-family: "Raleway", sans-serif;
    width: 100%;
    margin-top: 20px;
  }
  .hide-reviews {
    display: none;
  }
  .accreditations-container {
    margin-top: 0px;
    margin-bottom: 20px;
  }
  .accreditations-container-title {
    display: none;
  }
  .info-container {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
  }
  .info-banner-image-container {
    display: none;
  }
  .info-details-section {
    width: 100%;
    margin-left: 0;
    padding: 0 10px;
  }
  .info-section-title {
    font-size: 5.5vw;
  }
  .info-section-title br {
    display: none;
  }
  .info-banner-image-container-mobile {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    display: flex;
  }
  .info-banner-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
  }
  .info-banner-mobile-image-container {
    display: block;
  }
  .info-banner-mobile-image {
    width: 200px;
    margin: 15px;
  }
  .info-section-cta-button {
    padding: 10px 25px;
    border-radius: 50px;
    margin-bottom: 20px;
  }
  .info-gradient-section {
    flex-direction: column;
  }
  .info-gradient-details-section {
    margin-left: 0;
    width: 100%;
    padding: 60px 25px 30px 25px;
  }
  .info-gradient-section {
    background: none;
    background-color: #79eff9;
  }
  .info-gradient-display {
    display: none;
  }
  .info-gradient-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
  }
  .info-gradient-banner-image-container {
    width: 100%;
  }
  .adi-award-img {
    width: 100%;
  }
  .info-gradient-section .container {
    padding: 0;
  }
  .info-gradient-section-cta-button {
    border: 2px solid #ffffff;
    background-color: #ffffff;
    width: 100%;
    display: block;
  }
  .info-gradient-section-text fade-in br {
    display: none;
  }
  #call-adi-mobile-info-gradient-section {
    background: none;
    background-color: #17d4f7;
  }
  #call-adi-mobile-info-gradient-details-section {
    padding: 20px 25px 50px 25px;
  }
  .footer-cta-container {
    padding: 300px 0 0 0;
  }
  .footer-cta-input {
    width: 100%;
  }
  .footer-cta-textarea {
    width: 100%;
  }
  .footer-cta-map-container {
    display: none;
  }
  .footer-cta-button {
    display: none;
  }
  .footer-cta-button-mobile {
    display: block;
    padding: 8px 22px;
    border-radius: 20px;
    color: #151f6e;
    border: 2px solid #ffffff;
    background-color: #ffffff;
    font-weight: 900;
    font-size: 4.4vw;
    cursor: pointer;
    font-family: "Montserrat", sans-serif;
    width: 100%;
  }
  .footer-cta-input-section {
    padding: 0 30px 20px 30px;
  }
  .footer-cta-section-details {
    background-color: #151f6f;
    color: white;
    padding: 20px;
  }
  .footer-cta-social-buttons-section {
    display: none;
  }
  footer {
    font-size: 14px;
  }
  .faq-title {
    font-size: 5.5vw;
  }
  .hero-curve-top-overlay {
    top: 84px;
    width: 90%;
  }
  .hero-curve-top-overlay-top-no-opacity {
    top: 84px;
    width: 90%;
  }
  .faq-main-container {
    padding: 0 15px;
  }
  .footer-cta-section {
    background-image: url("../images/mobile-footer-background.png");
    background-repeat: no-repeat;
    background-size: 450px auto;
    background-position: top;
  }
  .footer-cta-input-section-title {
    color: #151f6f;
  }
  .footer-curve-overlay {
    display: none;
  }
  .footer-curve-overlay-no-opacity {
    display: none;
  }
  .footer-curve-overlay-mobile {
    display: block;
    width: 80%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    opacity: 0.7;
  }
  .footer-curve-overlay-no-opacity-mobile {
    display: block;
    width: 80%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
  }
  .footer-cta-section-details {
    margin-top: 0;
  }
  .specialists-card .icon {
    width: 100px;
    height: 100px;
  }
  .specialists-card-intro {
    width: 100%;
  }
  .specialists-card-img {
    width: 50px;
  }
  .row-images-container {
    flex-direction: column;
    width: 100%;
  }
  .row-img {
    width: 80vw;
    margin-bottom: 15px;
  }
  .info-two-row-details-section {
    margin-top: 0;
  }
  .info-two-row-section-blue-background {
    padding: 30px 0;
  }
  .info-two-row-container-blue-background {
    padding: 30px !important;
  }
  .info-two-row-details-section {
    flex-direction: column;
  }
  .info-two-row-left-section {
    width: 100%;
  }
  .info-two-row-right-section {
    width: 100%;
    margin-top: 20px;
  }
  .info-two-row-heading {
    text-align: center;
  }
  .info-two-row-heading-with-box-highlight {
    font-size: 3.5vw;
  }
  .info-two-row-right-section-logo {
    width: 30vw;
  }
  .info-two-row-right-section-img {
    width: 100%;
  }
  .info-two-row-title {
    text-align: center;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .info-two-row-container {
    padding: 30px 10px;
  }
  .faq-question span {
    margin-right: 10px;
  }
  .info-two-row-list-ordered {
    padding: 0 15px;
    width: 100%;
  }
  .info-list-container {
    padding: 30px 10px;
  }
  .info-list-title {
    text-align: center;
    margin-bottom: 10px;
    line-height: 30px;
  }
  .info-list-container p {
    padding: 0;
    width: 100%;
  }
  .row-img-width-33 {
    width: 100%;
  }
  .row-card-title {
    padding-top: 15px;
    font-size: 5vw;
  }
  .list-card-details-container {
    width: 100%;
    padding-left: 0 !important;
  }
  .list-card-title-container {
    width: 100%;
  }
  .list-card {
    flex-direction: column;
  }
  .list-card-title {
    margin-bottom: 10px;
  }
  .info-box-card-main-heading {
    font-size: 5vw;
    text-align: center;
  }
  .list-card-header-container {
    display: none;
  }
  .list-card-width-30 {
    width: 100%;
    padding: 0;
  }
  .list-card-width-70 {
    width: 100%;
    margin-top: 20px;
  }
  .info-box-card-container-bottom-text {
    margin-top: 20px;
  }
  .info-box-card-section-blue-background {
    padding: 50px 0;
  }
  .grid-cards-banner h3 {
    line-height: 30px;
  }
  .grid-card-img {
    width: 100%;
    height: 100%;
  }
  .footer-cta-checkbox-container p {
    color: white;
    font-size: 12px;
    margin-top: 2px;
  }
  .footer-cta-checkbox {
    border: 2px solid white;
  }
  .footer-cta-checkbox:checked {
    border: 2px solid #ffffff;
  }
  .specialists-card p {
    font-size: 3.95vw;
  }
  .info-two-row-left-section {
    margin-top: 10px;
  }
  .footer-terms-and-conditions-container {
    display: flex;
  }
  .list-card-img {
    width: 30vw;
    margin-bottom: 10px;
  }
  .about-us-faq-main-container {
    padding: 0 20px;
  }
  .info-two-row-right-section-main-img {
    height: 100%;
  }
}
