@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-Regular.ttf");
}

@font-face {
  font-family: "Onest";
  src: url("../fonts/Onest-Regular.ttf");
}

*,
body,
html {
  box-sizing: border-box;
  font-family: "Manrope";
}

body,
html {
  margin: 0;
  padding: 0;
}

a:hover,
button:hover {
  cursor: pointer;
}

.header {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
}

.mobileHeader {
  display: none;
}

.upper-header {
  padding: 7px 100px;
  background: var(--Green-Vogue, #052f62);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}

.left-upper-header {
  display: flex;
  gap: 70px;
}

.active-header {
  border-bottom: 1px solid var(--Deep-Sky-Blue, #14abea);
}

.left-div-header {
  display: flex;
  align-items: center;
  gap: 8px;
}

.trp-flag-image {
  margin-right: 5px;
}

.left-div-header a {
  color: var(--Alabaster, #fafafa);
  font-family: Manrope;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
  text-decoration: none;
}

.right-upper-header {
  display: flex;
  gap: 20px;
}

.right-upper-header a {
  color: #fff;
  font-family: Manrope;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 14px;
  /* 100% */
  text-decoration: none;
}

.lower-header {
  background-color: transparent;
  padding: 30px 100px;
  display: flex;
  justify-content: space-between;
}

.header-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
}

.number-affection {
  display: flex;
  justify-content: center;
}

.header-links a {
  color: var(--Alabaster, #fafafa);
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
  text-decoration: none;
}

.hero-section-home {
  background: url("https://kalomgroup.com/wp-content/uploads/2023/12/hero-banner.png");
  height: 100vh;
  position: relative;
  background-position: bottom;
}

.scroll-div {
  width: 30%;
  display: flex;
  padding: 50px 80px;
  justify-content: center;
  align-items: center;
  background: rgba(20, 171, 234, 0.8);
  position: absolute;
  bottom: 0;
  right: 0;
}

.home-horizontal-tab {
  width: 100%;
  display: flex;
}

.scroll-text {
  color: var(--Alabaster, #fafafa);
  font-family: Manrope;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 133.333% */
  letter-spacing: 1px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 8px;
}

.hero-section-title {
  position: absolute;
  color: var(--Alabaster, #fafafa);
  font-family: Manrope;
  font-size: 46px;
  font-style: normal;
  font-weight: 600;
  line-height: 60px;
  /* 130.435% */
  width: 90%;
  top: 17%;
  left: 5%;
}

.about-home {
  padding: 100px 200px 180px 200px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.about-home-title {
  color: var(--Deep-Sky-Blue, #14abea);
  font-family: Manrope;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 133.333% */
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0;
}

.about-home-text {
  color: var(--Green-Vogue, #052f62);
  font-family: Manrope;
  font-size: 23px;
  font-style: normal;
  font-weight: 600;
  line-height: 34px;
  /* 147.826% */
  width: 70%;
  margin: 0;
}

.our-purpose {
  height: 940px;
  position: relative;
}

.our-purpose-bg {
  position: absolute;
  width: 60%;
  height: 100%;
  object-fit: cover;

  right: 0;
}

.inside-purpose {
  padding: 90px 200px;
  display: flex;
  gap: 110px;
  position: relative;
  height: 100%;
  z-index: 4;
  align-items: center;
}

.left-purpose-content {
  display: flex;
  flex-direction: column;
}

.purpose-title {
  color: var(--Alabaster, #fafafa);
  margin-top: 0;
  margin-bottom: 80px;
  font-family: Manrope;
  font-size: 46px;
  font-style: normal;
  font-weight: 600;
  line-height: 60px;
}

.purpose-small-title {
  color: var(--Alabaster, #fafafa);
  margin-top: 0;
  margin-bottom: 8px;
  font-family: Manrope;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
}

.purpose-small-text {
  color: var(--Link-Water, #eef1fa);
  margin-top: 0;
  margin-bottom: 64px;
  font-family: Manrope;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.principles-home {
  padding: 120px 200px;
}

.small-principle-title {
  color: var(--Deep-Sky-Blue, #14abea);
  font-family: Manrope;
  font-size: 14.461px;
  font-style: normal;
  font-weight: 700;
  line-height: 17.354px;
  /* 120% */
  letter-spacing: 0.964px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 15px;
}

.principle-title {
  color: var(--Green-Vogue, #052f62);
  margin-top: 0;
  margin-bottom: 70px;
  font-family: Manrope;
  font-size: 46px;
  font-style: normal;
  font-weight: 600;
  line-height: 60px;
  /* 130.435% */
}

.principles-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
  row-gap: 30px;
}

.principle-card {
  display: flex;
  padding: 50px 40px;
  flex-direction: column;
  gap: 30px;
  align-items: flex-start;
  align-self: stretch;
  width: 32%;
  background: var(--Concrete, #f3f3f3);
}

.principle-card-title {
  color: var(--Green-Vogue, #052f62);
  font-family: Manrope;
  font-size: 28px;
  margin: 0;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
  /* 142.857% */
}

.principle-card-text {
  color: var(--Green-Vogue, #052f62);
  font-family: Manrope;
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 155.556% */
}

.counters {
  display: flex;
  gap: 6.25%;
  padding: 130px 200px;
}

.numbertext {
  gap: 5px;
  display: flex;
  width: 15%;
  flex-direction: column;
  text-align: center;
  justify-content: flex-start;
}

.counter-number {
  color: var(--Green-Vogue, #052f62);
  text-align: center;
  margin: 0;
  font-size: 75px;
  font-style: normal;
  font-weight: 600;
  line-height: 80px;
  /* 106.667% */
}

.counter-text {
  color: var(--Deep-Sky-Blue, #14abea);
  text-align: center;
  font-family: Manrope;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  /* 166.667% */
  letter-spacing: 1px;
  text-transform: uppercase;
}

.quality-div {
  display: flex;
  padding: 100px 200px;
  gap: 144px;
  width: 100%;
  background: var(--Green-Vogue, #052f62);
}

.left-quality-div {
  width: 50%;
  display: flex;
  flex-direction: column;
}

.blue-quality-title {
  color: var(--Deep-Sky-Blue, #14abea);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Manrope;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 133.333% */
  letter-spacing: 1px;
  text-transform: uppercase;
}

.quality-title {
  color: var(--Alabaster, #fafafa);
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Manrope;
  font-size: 46px;
  font-style: normal;
  font-weight: 600;
  line-height: 60px;
  /* 130.435% */
}

.right-quality-div {
  display: flex;
  flex-direction: column;
  width: 50%;
}

.quality-tab {
  display: flex;
  gap: 80px;
  height: 220px;
}

.left-quality-tab {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.number-quality {
  display: flex;
  padding: 13px 3px;
  height: 56px;
  width: 56px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: var(--Deep-Sky-Blue, #14abea);
  color: var(--Alabaster, #fafafa);
  text-align: center;
  font-family: Manrope;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  /* 115.385% */
  letter-spacing: -2px;
  margin: 0;
}

.line-quality-tab {
  width: 1px;
  height: 100%;
  background: var(--Deep-Sky-Blue, #14abea);
  opacity: 0.5;
}

.right-quality-tab {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.right-quality-tab-title {
  color: var(--Alabaster, #fafafa);
  margin: 0;
  font-family: Manrope;
  font-size: 23px;
  font-style: normal;
  font-weight: 600;
  line-height: 34px;
  /* 147.826% */
}

.right-quality-tab-text {
  color: var(--Alabaster, #fafafa);
  margin: 0;
  font-family: Manrope;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 155.556% */
}

.services-home {
  padding: 100px 200px 120px 200px;
  display: flex;
  gap: 3%;
}

.left-services-home {
  width: 48.5%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.upper-services-home {
  display: flex;
  flex-direction: column;
}

.blue-services-home-title {
  color: var(--Deep-Sky-Blue, #14abea);
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Manrope;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 133.333% */
  letter-spacing: 1px;
  text-transform: uppercase;
}

.services-home-title {
  color: var(--Green-Vogue, #052f62);
  margin-top: 0;
  margin-bottom: 45px;
  font-family: Manrope;
  font-size: 46px;
  font-style: normal;
  font-weight: 600;
  line-height: 60px;
  /* 130.435% */
}

.services-home-text {
  color: var(--Green-Vogue, #052f62);
  margin: 0;
  font-family: Manrope;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 155.556% */
}

.right-services-home {
  width: 48.5%;
}

.inside-right-services {
  position: relative;
}

.inside-right-services img {
  position: relative;
  object-fit: cover;
  width: 100%;
}

.absolute-div {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;

  padding: 20px;
  flex-direction: column;
  align-items: center;
  background: var(--Green-Vogue, #052f62);
}

.absolute-year {
  color: var(--Alabaster, #fafafa);
  text-align: center;
  margin: 0;
  font-family: Manrope;
  font-size: 46px;
  font-style: normal;
  font-weight: 600;
  line-height: 60px;
  /* 130.435% */
}

.absolute-title {
  color: var(--Deep-Sky-Blue, #14abea);
  text-align: center;
  margin: 0;
  font-family: Manrope;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 133.333% */
  letter-spacing: 1px;
  text-transform: uppercase;
}

.lower-services-home {
  width: 100%;
}

.tablink {
  width: 100%;
  border: none;
  background: transparent;
  padding: 20px 0px;
  color: var(--Green-Vogue, #052f62);
  text-align: center;

  margin: 0;
  font-family: Manrope;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 133.333% */
  letter-spacing: 1px;
  text-transform: uppercase;
}

.active {
  background: var(--Concrete, #f3f3f3);
}

.tab-container {
  padding: 40px 45px;
  background: var(--Concrete, #f3f3f3);
}

.tab-text {
  color: var(--Green-Vogue, #052f62);
  font-family: Manrope;
  font-size: 18px;
  font-style: normal;
  margin: 0;
  font-weight: 400;
  line-height: 28px;
  /* 155.556% */
}

.partners-home {
  padding: 0px 200px 160px 200px;
}

.partner-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.partners-title {
  color: var(--Green-Vogue, #052f62);
  margin: 0;
  font-family: Manrope;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
  /* 142.857% */
}

.partner-wrapper img {
  width: 25%;
}

.competitive-slider {
  padding: 100px 0px 120px 00px;
  background: var(--Green-Vogue, #052f62);
}

.competitive-blue-title {
  color: var(--Deep-Sky-Blue, #14abea);
  padding-left: 200px;
  font-family: Manrope;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 15px;
  line-height: 30px;
  /* 166.667% */
  letter-spacing: 1px;
  text-transform: uppercase;
}

.title-arrows {
  padding-left: 200px;

  display: flex;
  justify-content: space-between;
  padding-right: 200px;
}

.competitive-title {
  color: var(--Alabaster, #fafafa);
  font-family: Manrope;
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: 60px;
  /* 120% */
  margin: 0;
}

.slide-home {
  background: var(--Green-Vogue, #052f62) !important;
}

.left-arrow-first {
  display: flex;
  padding: 15px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border: 1px solid var(--Alto, #dfdfdf);
  transition: 0.4s;
}

.right-arrow-first {
  display: flex;
  padding: 15px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border: 1px solid var(--Alto, #dfdfdf);
  transition: 0.4s;
}

.right-arrow-first:hover {
  background: var(--Deep-Sky-Blue, #14abea);
  transition: 0.4s;
  border-color: #14abea;
}

.left-arrow-first:hover {
  background: var(--Deep-Sky-Blue, #14abea);
  transition: 0.4s;
  border-color: #14abea;
}

.arrows {
  display: flex;
  gap: 15px;
}

.slider-home-wrapper {
  padding-top: 60px;
}

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

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.first-slider-card {
  display: flex;
  height: 300px;
  flex-direction: row;
}

.left-slider-card {
  /* width: 80%; */
  text-align: left;
  display: flex;
  padding: 40px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  background: var(--Deep-Sky-Blue, #14abea);
}

.left-slider-card-title {
  color: var(--Alabaster, #fafafa);
  font-family: Manrope;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 42px;
  /* 140% */
  margin: 0;
}

.bullet-points-slider {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
}

.bullet-points-slider li {
  color: var(--Alabaster, #fafafa);
  text-align: left;
  margin: 0;
  font-family: Manrope;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 155.556% */
}

ul {
  padding-left: 15px;
}

li::marker {
  color: var(--Medium-Spring, #1fe9a3);
}

.right-slider-card img {
  width: 100%;
  object-fit: cover;
}

.slider-padding {
  padding-inline: 200px !important;
}

.testimonials-home {
  padding: 100px 200px 120px 200px;
}

.testimonials-title {
  color: var(--Green-Vogue, #052f62);
  margin-bottom: 15px;
  font-family: Manrope;
  font-size: 46px;
  font-style: normal;
  font-weight: 600;
  line-height: 60px;
  /* 130.435% */
}

.testimonials-blue-title {
  color: var(--Deep-Sky-Blue, #14abea);
  margin-bottom: 50px;
  margin-top: 0;
  font-family: Manrope;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 155.556% */
}

.testimonial-card {
  display: flex;
  position: relative;
  padding: 65px;
  justify-content: space-between;
  /* gap: 315px; */
  border: 1px solid var(--Alto, #dfdfdf);
}

.quote-img {
  position: absolute;
  top: 65px !important;
  left: 65px !important;
  z-index: 99999;
  width: 96px !important;
  height: 86px !important;
}

.left-testimonial-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 40px;
  padding-bottom: 105px;
  width: 670px;
  align-items: flex-start;
}

.lower-left-testimonial-card {
  display: flex;
  padding-top: 20px;
  flex-direction: column;
  width: 670px;
  align-items: flex-start;
  border-top: 1px solid var(--Alto, #dfdfdf);
}

.testimonial-card-text {
  color: var(--Green-Vogue, #052f62);
  margin: 0;
  font-family: Manrope;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
  text-align: left;
}

.testimonial-name {
  color: var(--Green-Vogue, #052f62);
  margin-top: 20px;
  margin-bottom: 3px;
  font-family: Manrope;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 133.333% */
  letter-spacing: 1px;
  text-transform: uppercase;
}

.testimonial-position {
  color: var(--Deep-Sky-Blue, #14abea);
  margin: 0;
  font-family: Manrope;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 155.556% */
}

.right-testimonial-card img {
  object-fit: cover;
}

.right-arrow-second {
  display: flex;

  padding: 15px;
  justify-content: center;
  align-items: center;
}

.left-arrow-second {
  display: flex;

  padding: 15px;
  justify-content: center;
  align-items: center;
}

.left-arrow-second:hover {
  -webkit-filter: invert(100%);
  /* Safari/Chrome */
  filter: invert(100%);
}

.right-arrow-second:hover {
  -webkit-filter: invert(100%);
  /* Safari/Chrome */
  filter: invert(100%);
}

.left-arrow-div {
  border: 1px solid var(--Alto, #dfdfdf);
}

.right-arrow-div {
  border: 1px solid var(--Alto, #dfdfdf);
}

.left-arrow-div:hover {
  background: var(--Deep-Sky-Blue, #14abea);
  transition: 0.4s;
  border-color: #14abea;
}

.right-arrow-div:hover {
  border-color: #14abea;
  transition: 0.4s;

  background: var(--Deep-Sky-Blue, #14abea);
}

.testimonial-arrows {
  display: flex;
  gap: 15px;
  position: absolute;
  bottom: 65px;
  left: 65px;
  z-index: 99999;
}

.testimonials-slider {
  position: relative;
}

.annoying-div {
  display: flex;
  justify-content: center;
  padding-top: 125px;
  padding-bottom: 125px;
  position: relative;
}

.annoying-img {
  position: absolute;
  left: 200px;
  top: 0;
}

.under-annoying {
  width: 100%;
  background: var(--Link-Water, #eef1fa);
  padding: 201px 200px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.under-annoying-content {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 700px;
}

.under-annoying-title {
  color: var(--Green-Vogue, #052f62);
  margin: 0;
  font-family: Manrope;
  font-size: 46px;
  font-style: normal;
  font-weight: 600;
  line-height: 60px;
  /* 130.435% */
}

.annoying-buttons {
  display: flex;
  flex-direction: row;
  gap: 10px;
}

.annoying-button-one {
  display: flex;
  padding: 20px 40px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: var(--Green-Vogue, #052f62);
  color: var(--Alabaster, #fafafa);
  font-family: Manrope;
  font-size: 15px;
  margin: 0;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  /* 120% */
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
}

.annoying-button-two {
  display: flex;
  padding: 20px 40px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border: 1px solid var(--Deep-Sky-Blue, #14abea);
  color: var(--Green-Vogue, #052f62);
  font-family: Manrope;
  font-size: 15px;
  margin: 0;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  /* 120% */
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
}

.map-home {
  padding: 100px 200px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.map-upper {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.blue-map-title {
  color: var(--Deep-Sky-Blue, #14abea);
  margin: 0;
  font-family: Manrope;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 133.333% */
  letter-spacing: 1px;
  text-transform: uppercase;
}

.map-title {
  color: var(--Green-Vogue, #052f62);
  margin: 0;
  font-family: Manrope;
  font-size: 46px;
  font-style: normal;
  font-weight: 600;
  line-height: 60px;
  /* 130.435% */
}

.map-desktop {
  width: 100%;
  height: auto;
}

.footer {
  background: url("https://kalomgroup.com/wp-content/uploads/2023/12/footer-img.png");
  padding-inline: 100px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.upper-footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.left-footer {
  display: flex;
  flex-direction: column;
  gap: 323px;
  padding-top: 40px;
  padding-bottom: 40px;
  width: 400px;
}

.upper-left-footer {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.footer-text {
  color: var(--Alabaster, #fafafa);
  margin: 0;
  font-family: Manrope;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 31px;
  /* 155% */
  opacity: 0.7;
}

.logo-footer {
  width: 40%;
}

.copyright {
  margin: 0;
  color: var(--Alabaster, #fafafa);
  font-family: Manrope;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 133.333% */
  opacity: 0.8;
}

.right-footer {
  display: flex;
}

.first-row-footer {
  padding-inline: 40px 150px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  border-left: 3px solid rgba(20, 171, 234, 0.2);
  border-right: 3px solid rgba(20, 171, 234, 0.2);
  height: 553px;
}

.blue-title-row-footer {
  color: var(--Deep-Sky-Blue, #14abea);
  font-family: Manrope;
  padding-top: 40px;
  margin: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  /* 125% */
  text-transform: uppercase;
}

.lower-left-footer-mobile {
  display: none;
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-bottom: 40px;
}

.footer-links a {
  color: var(--Alabaster, #fafafa);
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Manrope;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 31px;
  /* 155% */
  text-decoration: none;
}

.second-row-footer {
  padding-inline: 40px 100px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.hero-slider {
  height: 100vh;
  width: 100%;
  position: relative;
}

.service-slider {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100%;
  justify-content: space-between;
  z-index: 9999999999;
  position: relative;
}

.slider-background {
  position: absolute;
  height: 100vh !important;
  top: 0;
  left: 0;
  object-fit: cover;
}

.blue-card-slider {
  height: auto;
  padding: 80px 90px;
  z-index: 9999999999;
  width: 813px;
  background: var(--Green-Vogue, #052f62);
}

.pagination {
  z-index: 9999999999;
  display: flex;
  flex-direction: column;
  gap: 70px;
  padding-right: 5%;
  border-bottom: 1px solid #1fe9a3;
}

.pagination a {
  color: var(--Concrete, #f3f3f3);
  font-family: Manrope;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 147.368% */
  text-decoration: none;
}

.blue-card-slider-title {
  color: var(--Alabaster, #fafafa);
  margin-bottom: 15px;
  margin-top: 5px;
  text-align: left;
  font-family: Manrope;
  font-size: 52px;
  font-style: normal;
  font-weight: 600;
  line-height: 66px;
  /* 126.923% */
}

.blue-card-slider-text {
  margin-bottom: 5px;
  text-align: left;

  margin-top: 5px;
  color: var(--Alabaster, #fafafa);
  font-family: Manrope;
  font-size: 23px;
  font-style: normal;
  font-weight: 600;
  line-height: 34px;
  /* 147.826% */
}

.blue-text-slider {
  display: flex;
  gap: 30px;
  padding-bottom: 30px;
}

.blue-title-slider {
  color: var(--Deep-Sky-Blue, #14abea);
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Manrope;
  font-size: 23px;
  font-style: normal;
  font-weight: 600;
  line-height: 34px;
  /* 147.826% */
}

.projects-arrows {
  display: flex;
  width: 600px;
  padding: 33px 80px;
  align-items: center;
  gap: 14px;
  background: rgba(20, 171, 234, 0.4);
  position: absolute;
  bottom: 0;
  z-index: 99999;
  right: 0;
}

.right-arrow-third {
  display: flex;
  padding: 15px;
  justify-content: center;
  align-items: center;
}

.left-arrow-third {
  display: flex;
  padding: 15px;
  justify-content: center;
  align-items: center;
}

.left-arrow-third:hover {
  -webkit-filter: invert(100%);
  /* Safari/Chrome */
  filter: invert(100%);
}

.right-arrow-third:hover {
  -webkit-filter: invert(100%);
  /* Safari/Chrome */
  filter: invert(100%);
}

.left-arrow-div-third {
  border: 1px solid rgba(243, 243, 243, 0.3);
}
.fixedSide svg {
  animation: UpAndDown 0.5s linear infinite alternate;
}

.right-arrow-div-third {
  border: 1px solid rgba(243, 243, 243, 0.3);
}

.left-arrow-div-third:hover {
  background: var(--Concrete, #f3f3f3);
  transition: 0.4s;
  border-color: #f3f3f3;
}

.right-arrow-div-third:hover {
  border-color: #f3f3f3;
  transition: 0.4s;
  background: var(--Concrete, #f3f3f3);
}

.pagination-class {
  display: flex;
  flex-direction: column;
  gap: 35px !important;
}

.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: unset !important;
}

.swiper-pagination-bullet {
  color: #fff !important;
  opacity: 1 !important;
  background: unset !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  row-gap: 35px !important;
  color: var(--Concrete, #f3f3f3);
  font-family: Manrope;
  font-size: 19px;
  border-radius: 0 !important;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  height: unset !important;
  width: 95% !important;
}

.swiper-pagination-bullet-active {
  color: #fff !important;
  color: var(--Concrete, #f3f3f3);
  font-family: Manrope;
  border-bottom: 1px solid #1fe9a3 !important;
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
}

.pagination-position {
  position: absolute;
  top: 50%;
  transform: translateY(50%);
  right: 0%;
  padding-right: 130px;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.below-projects-slider {
  padding: 120px 200px;
  display: flex;
  flex-direction: column;
  gap: 100px;
}

.upper-below-projects {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.blue-below-projects-title {
  color: var(--Deep-Sky-Blue, #14abea);
  margin-bottom: 5px;
  margin-top: 0;
  font-family: Manrope;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 133.333% */
  letter-spacing: 1px;
  text-transform: uppercase;
}

.below-projects-title {
  color: var(--Green-Vogue, #052f62);
  margin-bottom: 5px;
  margin-top: 5px;
  font-family: Manrope;
  font-size: 35px;
  font-style: normal;
  font-weight: 600;
  line-height: 46px;
}

.below-projects-text {
  color: var(--Green-Vogue, #052f62);
  margin: 0;
  width: 800px;
  font-family: Manrope;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 155.556% */
}

.below-below-projects {
  display: flex;
  width: 100%;
}

.below-projects-card {
  width: 25%;
  display: flex;
  align-items: flex-end;
  height: 180px;
  border-left: 2px solid var(--Deep-Sky-Blue, #14abea);
}

.below-projects-content {
  padding-left: 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.projects-icona {
  width: 60px;
  height: 60px;
}

.projects-icona-title {
  color: var(--Green-Vogue, #052f62);

  margin: 0;
  font-family: Manrope;
  font-size: 23px;
  font-style: normal;
  font-weight: 600;
  line-height: 34px;
  /* 147.826% */
}

.hero-about {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 75vh;
}

.hero-about img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.hero-about-content {
  display: flex;
  flex-direction: column;
  gap: 30px;
  position: relative;
}

.hero-about-title {
  color: var(--Alabaster, #fafafa);
  text-align: center;
  margin: 0;
  font-family: Manrope;
  font-size: 52px;
  font-style: normal;
  font-weight: 600;
  line-height: 66px;
  /* 126.923% */
}

.hero-about-text {
  color: var(--Alabaster, #fafafa);
  text-align: center;
  margin: 0;
  font-family: Manrope;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 155.556% */
  width: 800px;
}

.noname-div {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 830px;
  align-items: center;
}

.left-noname-div {
  width: 50%;
  height: 100%;
}

.left-noname-div img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.right-noname-div {
  width: 50%;
  height: 90%;
}

.inside-blue {
  display: flex;
  width: 100%;
  padding: 100px 120px 100px 120px;
  justify-content: center;
  height: 100%;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  background: var(--Green-Vogue, #052f62);
}

.inside-blue-title {
  color: var(--Alabaster, #fafafa);
  margin: 0;
  font-family: Manrope;
  font-size: 35px;
  font-style: normal;
  font-weight: 600;
  line-height: 46px;
}

.inside-blue-text {
  color: var(--Alabaster, #fafafa);
  margin: 0;
  font-family: Manrope;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 155.556% */
}

.image-above-image {
  padding: 120px 200px;
  display: flex;
  flex-direction: row;
  gap: 130px;
}

.left-image-above-image {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  height: 540px;
}

.image-above-blue-title {
  color: var(--Deep-Sky-Blue, #14abea);
  margin-bottom: 20px;
  margin-top: 0;
  font-family: Manrope;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 133.333% */
  letter-spacing: 1px;
  text-transform: uppercase;
}

.image-above-title {
  color: var(--Green-Vogue, #052f62);
  margin-top: 0;
  margin-bottom: 35px;
  font-family: Manrope;
  font-size: 46px;
  font-style: normal;
  font-weight: 600;
  line-height: 60px;
  /* 130.435% */
}

.image-above-text {
  color: var(--Green-Vogue, #052f62);
  margin: 0;
  font-family: Manrope;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 155.556% */
}

.right-image-above-image {
  width: 50%;
  position: relative;
  height: 540px;
}

.imgtopright {
  position: absolute;
  top: 0;
  right: 0;
  width: 90%;
}

.imgbottomleft {
  position: absolute;
  bottom: 0;
  left: 0;
}

.purpose-faq {
  display: flex;
  justify-content: flex-end;
  background-size: cover;
  background-repeat: no-repeat;
  height: 784px;
  width: 100%;
  position: relative;
}

.background-purpose {
  position: absolute;
  height: 100%;
  width: 100%;
}

.accordion-container {
  width: 100%;
  max-width: 1000px;
  position: relative;
  padding: 200px;
}

.accordion-item {
  background-color: transparent;
  /* White background for items */
  border-bottom: 1px solid var(--Deep-Sky-Blue, #14abea);

  margin-bottom: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  /* Softer shadow */
}

.faq-top-border {
  border-top: 1px solid var(--Deep-Sky-Blue, #14abea);
}

.accordion-header {
  background: transparent;
  padding: 15px;
  color: var(--Alabaster, #fafafa);
  font-family: Manrope;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
  /* 142.857% */
  border: none;
  width: 100%;
  text-align: left;
  cursor: pointer;
  outline: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background-color 0.3s ease;
}

.purpose-faq-title {
  color: var(--Alabaster, #fafafa);
  margin-bottom: 40px;
  font-family: Manrope;
  font-size: 35px;
  font-style: normal;
  font-weight: 600;
  line-height: 46px;
  /* 131.429% */
}

.accordion-content {
  background-color: transparent;
  /* Very light grey for content */
  overflow: hidden;
  padding: 0 15px;
  max-height: 0;
  transition: max-height 0.3s ease;
}

.accordion-content p {
  margin: 15px 0;
  line-height: 1.5;
  color: var(--Link-Water, #eef1fa);

  /* Paragraph */
  font-family: Manrope;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 155.556% */
}

.icon {
  transition: transform 0.3s ease;
}

.active .icon {
  transform: rotate(180deg);
}

.partners-about {
  padding: 60px 200px 160px 200px;
  background: var(--Link-Water, #eef1fa);
}

.partners-title-about {
  color: var(--Green-Vogue, #052f62);
  margin-top: 0;
  margin-bottom: 60px;
  font-family: Manrope;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
  /* 142.857% */
}

.dame-diop-div {
  height: 800px;
  position: relative;
}

.background-grey {
  background: var(--Link-Water, #eef1fa);
  height: 400px;
}

.dame-card {
  display: flex;
  flex-direction: row;
}

.dame-diop-slider {
  padding-left: 200px;
  width: 100%;
  height: 800px;
  position: absolute;
  top: 0;
  right: 0;
}

.left-dame-card {
  width: 50%;
  height: 800px;
}

.right-dame-card {
  width: 50%;
  height: 800px;
  padding: 80px 100px;
  background: var(--Green-Vogue, #052f62);
  position: relative;
}

.left-dame-card img {
  width: 100%;
  height: 800px;
  object-fit: cover;
}

.upper-right-dame-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}

.dame-card-name {
  color: var(--Alabaster, #fafafa);
  margin-bottom: 15px;
  margin-top: 25px;
  font-family: Manrope;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 133.333% */
  letter-spacing: 1px;
  text-transform: uppercase;
}

.dame-card-position {
  color: var(--Deep-Sky-Blue, #14abea);
  margin: 0;
  font-family: Manrope;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 155.556% */
}

.lower-right-dame-card {
  display: flex;
  padding-top: 34px;
  flex-direction: column;
  gap: 30px;
}

.dame-line {
  border: 1px solid var(--Deep-Sky-Blue, #14abea);
  width: 140%;
}

.green-quote {
  width: 60px !important;
  height: 60px !important;
}

.dame-card-text {
  color: var(--Alabaster, #fafafa);
  text-align: left;
  margin: 0;
  font-family: Manrope;
  font-size: 23px;
  font-style: normal;
  font-weight: 600;
  line-height: 34px;
  /* 147.826% */
}

.left-arrow-fourth {
  display: flex;
  padding: 15px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border: 1px solid var(--Alto, #dfdfdf);
  transition: 0.4s;
}

.right-arrow-fourth {
  display: flex;
  padding: 15px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border: 1px solid var(--Alto, #dfdfdf);
  transition: 0.4s;
}

.right-arrow-fourth:hover {
  background: var(--Deep-Sky-Blue, #14abea);
  transition: 0.4s;
  border-color: #14abea;
}

.left-arrow-fourth:hover {
  background: var(--Deep-Sky-Blue, #14abea);
  transition: 0.4s;
  border-color: #14abea;
}

.arrows-fourth {
  display: flex;
  position: absolute;
  z-index: 99999;
  gap: 15px;
  left: 100px;
  bottom: 80px;
}

.last-div-about {
  padding-top: 120px;
  display: flex;
  flex-direction: column;
  gap: 120px;
}

.first-part-last-section {
  padding-inline: 200px;
  display: flex;
  gap: 140px;
  justify-content: center;
  align-items: center;
}

.etnik-title {
  color: var(--Green-Vogue, #052f62);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Manrope;
  font-size: 46px;
  font-style: normal;
  font-weight: 600;
  line-height: 60px;
  /* 130.435% */
}

.etnik-text {
  color: var(--Lynch, #667c96);
  margin: 0;
  font-family: Manrope;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 155.556% */
}

.second-part-last-section {
  position: relative;
  padding-inline: 200px;
}

.connector {
  background: var(--Link-Water, #eef1fa);
  width: 100%;
  left: 0;
  top: 27.5px;
  position: absolute;
  height: 5px;
  /* display: none; */
}

.facts-wrapper {
  display: flex;
  position: relative;
  flex-direction: row;
  gap: 107px;
}

.facts-title {
  color: var(--Green-Vogue, #052f62);
  margin-top: 35px;
  margin-bottom: 20px;
  font-family: Manrope;
  font-size: 23px;
  font-style: normal;
  font-weight: 600;
  line-height: 34px;
  /* 147.826% */
}

.facts-card li {
  color: var(--Lynch, #667c96);

  font-family: Manrope;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 155.556% */
}

.third-part-last-section {
  width: 100%;
}

.map-desktop-about {
  display: block;
  width: 100%;
}
.map-mobile-about {
  display: none;
}

.contact-page {
  height: 100vh;
  background: #032145;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-inline: 200px;
}

.contact-img {
  position: absolute;
  left: 0;
  height: 100%;
}

.contact-content {
  padding-left: 10%;
  padding-top: 10%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  gap: 112px;
}

.contact-left {
  padding: 100px;
  background: #fff;
  width: 600px;
}

.contact-left form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.contact-left input {
  display: flex;
  border: 1px solid var(--Alto, #dfdfdf);
  padding: 15px 25px;
  align-items: flex-start;
  gap: 10px;
  width: 100%;
  align-self: stretch;
  color: var(--Green-Vogue, #052f62);
  margin: 0;
  outline: none;
  font-family: Manrope;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 155.556% */
}

.contact-left textarea {
  display: flex;
  border: 1px solid var(--Alto, #dfdfdf);
  padding: 15px 25px 95px 25px;
  align-items: flex-start;
  gap: 10px;
  outline: none;
  align-self: stretch;
  width: 100%;
  color: var(--Green-Vogue, #052f62);
  margin: 0;
  font-family: Manrope;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 155.556% */
}

.contact-left button {
  display: flex;
  border: none;

  padding: 23px 40px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  width: 100%;
  background: var(--Green-Vogue, #052f62);
  color: var(--Alabaster, #fafafa);
  font-family: Manrope;
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
  line-height: 14px;
  /* 100% */
  letter-spacing: 1px;
  text-transform: uppercase;
}

.contact-right {
  display: flex;
  flex-direction: column;
  gap: 60px;
  width: 600px;
}

.contact-title {
  color: var(--Alabaster, #fafafa);
  margin: 0;
  font-family: Manrope;
  font-size: 35px;
  font-style: normal;
  font-weight: 600;
  line-height: 46px;
  /* 131.429% */
}

.contact-information {
  display: flex;
  justify-content: space-between;
}

.contact-card {
  border-left: 3px solid var(--Deep-Sky-Blue, #14abea);
  display: flex;
  flex-direction: column;
}

.contact-card-title {
  color: var(--Alabaster, #fafafa);
  margin-left: 40px;
  margin-bottom: 10px;
  font-family: Manrope;
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  /* 147.368% */
  margin-top: 0;
}

.contact-socials {
  color: var(--Link-Water, #eef1fa);
  font-family: Manrope;
  font-size: 20px;
  margin-left: 40px;

  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  /* 160% */
  text-decoration: none;
}

.contact-emails {
  color: var(--Link-Water, #eef1fa);
  text-decoration: none;
  font-family: Manrope;
  margin-left: 40px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 155.556% */
}

.error-page {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.error-page img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.error-content {
  display: flex;
  flex-direction: column;
  position: relative;
  align-items: center;
}

.big-error-number {
  color: var(--Alabaster, #fafafa);
  text-align: center;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Manrope;
  font-size: 200px;
  font-style: normal;
  font-weight: 600;
  line-height: 200px;
  /* 100% */
}

.error-title {
  color: var(--Alabaster, #fafafa);
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Manrope;
  font-size: 35px;
  font-style: normal;
  font-weight: 600;
  line-height: 46px;
  /* 131.429% */
}

.error-text {
  color: var(--Alabaster, #fafafa);
  text-align: center;
  font-family: Manrope;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 45px;
  line-height: 28px;
  /* 155.556% */
}

.error-button {
  display: flex;
  border: none;
  padding: 26px 30px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: fit-content;
  color: var(--Alabaster, #fafafa);
  text-align: center;
  font-family: Manrope;
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
  line-height: 14px;
  /* 100% */
  background: var(--Deep-Sky-Blue, #14abea);
  text-transform: uppercase;
  text-decoration: none;
}

.hero-services {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 200px;
  height: 100vh;
  background: url("https://kalomgroup.com/wp-content/uploads/2023/12/services-hero.png");
}

.hero-services-title {
  color: var(--Alabaster, #fafafa);
  font-family: Manrope;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 80px;
  font-style: normal;
  font-weight: 600;
  padding-left: 130px;
  line-height: 90px;
  /* 112.5% */
}

.hero-services-text {
  color: var(--Alabaster, #fafafa);
  margin: 0;
  font-family: Manrope;
  font-size: 18px;
  font-style: normal;
  padding-left: 130px;
  width: 830px;
  font-weight: 400;
  line-height: 28px;
  /* 155.556% */
}

.services-hero-cards {
  display: flex;
  flex-direction: column;
  width: 575px;
  position: absolute;
  right: 0;
  bottom: 0;
}

.service h3 {
  color: var(--Green-Vogue, #052f62);

  /* Heading 3 */
  font-family: Manrope;
  font-size: 35px;
  font-style: normal;
  font-weight: 600;
  line-height: 46px;
  /* 131.429% */
  margin-top: 30px;
  margin-bottom: 10px;
}

.service img {
  width: 100%;
}
.social-div {
  gap: 20px;
  display: flex;
  margin-top: 5px;
}

.service ol {
  list-style: disc;
  display: flex;
  flex-wrap: wrap;
  gap: 5%;
  padding: 0;
  margin-left: 15px;
}

.service ol li {
  width: 47.5%;
  color: var(--Lynch, #667c96);

  /* Paragraph */
  font-family: Manrope;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 155.556% */
}
.map-mobile {
  display: none;
}

.activeLine {
  background-color: #14abea;
  height: 500px;
  width: 100%;
  transition: 0.6s;
}

.fixedSide h3 {
  color: var(--Green-Vogue, #052f62);

  /* Heading 3 */
  font-family: Manrope;
  font-size: 35px;
  font-style: normal;
  font-weight: 600;
  line-height: 46px;
  /* 131.429% */
}

.first-service-card {
  display: flex;
  width: 100%;
  padding: 30px 40px;
  align-items: center;
  gap: 26px;
  background: rgba(5, 47, 98, 0.5);
}

.second-service-card {
  background: rgba(5, 47, 98, 0.8);
  display: flex;
  width: 100%;
  padding: 30px 40px;
  align-items: center;
  gap: 26px;
}

.fixedSideButton {
  background: var(--Link-Water, #eef1fa);
  display: flex;
  width: fit-content;
  padding: 30px;
  text-decoration: none;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: var(--Green-Vogue, #052f62);

  /* Accent */
  font-family: Manrope;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 133.333% */
  letter-spacing: 1px;
  text-transform: uppercase;
}

.fixedSide {
  position: sticky;
  left: 200px;
  top: 200px;
  width: 33%;
}

.animationWrapper {
  padding-inline: 200px;
  position: relative;
  height: 4300px;
  margin-bottom: 200px;
}

.services {
  position: absolute;
  right: 200px;
  display: flex;
  flex-direction: column;
  gap: 170px;
  top: 00px;
  width: 30%;
}

.service {
  width: 100%;
  height: 484px;
}

.line {
  height: 4400px;
  width: 2px;
  position: absolute;
  background-color: #eef1fa;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.third-service-card {
  display: flex;
  width: 100%;
  padding: 30px 40px;
  align-items: center;
  gap: 26px;
  background: rgba(5, 47, 98, 0.5);
}

.services-hero-cards p {
  color: var(--Alabaster, #fafafa);
  text-align: center;
  font-family: Manrope;
  font-size: 23px;
  font-style: normal;
  font-weight: 500;
  line-height: 34px;
  /* 147.826% */
}

.og3-div {
  height: 800px;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 200px;
  width: 100%;
  background: unset;
}

.og3-div img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
}

.og3-content {
  position: relative;
  display: flex;
  gap: 40px;
  padding: 30px 0px 30px 50px;
  flex-direction: column;
  border-left: 5px solid var(--Deep-Sky-Blue, #14abea);
}

.og3-text {
  color: var(--Alabaster, #fafafa);
  width: 900px;
  margin: 0;
  font-family: Manrope;
  font-size: 35px;
  font-style: normal;
  font-weight: 600;
  line-height: 46px;
  /* 131.429% */
}

.og3-content ul {
  display: flex;
  gap: 40px;
}

.og3-content li {
  color: var(--Alabaster, #fafafa);
  font-family: Manrope;
  margin: 0;
  font-size: 19px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  /* 147.368% */
}

.ran-out-names {
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
  flex-direction: column;
  background: var(--Link-Water, #eef1fa);
  gap: 120px;
}

.upper-ran-names {
  display: flex;
  padding-inline: 200px;
  gap: 140px;
  justify-content: center;
  align-items: center;
}

.upper-ran-title {
  color: var(--Green-Vogue, #052f62);
  margin-bottom: 30px;
  margin-top: 0;
  font-family: Manrope;
  font-size: 46px;
  font-style: normal;
  font-weight: 600;
  line-height: 60px;
  /* 130.435% */
}

.upper-ran-text {
  color: var(--Green-Vogue, #052f62);
  margin: 0;
  font-family: Manrope;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 155.556% */
}

.lower-ran-names {
  padding-inline: 200px;
  position: relative;
}

.service-connector {
  opacity: 0.2;
  width: 100%;
  position: absolute;
  top: 27.5px;
  left: 0;
  height: 5px;
  background: var(--Deep-Sky-Blue, #14abea);
}

.phases-wrapper {
  display: flex;
  width: 100%;
  gap: 107px;
  position: relative;
}

.phase {
  display: flex;
  flex-direction: column;
  width: 20%;
}

.phase-blue-title {
  color: var(--Deep-Sky-Blue, #14abea);
  margin-top: 35px;
  margin-bottom: 15px;
  font-family: Manrope;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 133.333% */
  letter-spacing: 1px;
  text-transform: uppercase;
}

.phase-title {
  color: #052f62;
  margin-bottom: 20px;
  margin-top: 0;
  font-family: Manrope;
  font-size: 23px;
  font-style: normal;
  font-weight: 600;
  line-height: 34px;
  /* 147.826% */
}

.phase-text {
  color: #052f62;
  margin: 0;
  font-family: Manrope;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 155.556% */
}

.phase-icon {
  width: 60px;
  height: 60px;
}

.vertical-tabs-title {
  color: var(--Green-Vogue, #052f62);
  margin-bottom: 100px;
  font-family: Manrope;
  font-size: 46px;
  font-style: normal;
  font-weight: 600;
  line-height: 60px;
  /* 130.435% */
}

.tab1 {
  float: left;
  width: 100%;
  height: 300px;
}

/* Style the buttons inside the tab */
.tab1 button {
  display: flex;
  background: transparent;
  padding: 25px 0px 25px 30px;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-left: 5px solid rgba(20, 171, 234, 0.2);
  color: var(--Deep-Sky-Blue, #14abea);
  font-family: Manrope;
  font-size: 23px;
  font-style: normal;
  font-weight: 600;
  text-align: left;
  line-height: 34px;
  /* 147.826% */
  border-right: none;
  border-top: none;
  border-bottom: none;
}

.vertical-display {
  display: flex;
  justify-content: space-between;
}

.vertical-tabs {
  display: flex;
  flex-direction: column;
  padding: 100px 200px 120px 200px;
}

.tab1 button.active1 {
  border-left: 5px solid #14abea;
  color: var(--Green-Vogue, #052f62);
  font-family: Manrope;
  font-size: 23px;
  font-style: normal;
  text-align: left;
  font-weight: 600;
  line-height: 34px;
  /* 147.826% */
}

/* Style the tab content */
.tabcontent1 {
  float: left;
  width: 805px;
  padding: 0px 12px;
  display: flex;
  flex-direction: column;
}

.vertical-right-title {
  color: var(--Green-Vogue, #052f62);
  margin-bottom: 40px;
  margin-top: 0;
  font-family: Manrope;
  font-size: 35px;
  font-style: normal;
  font-weight: 600;
  line-height: 46px;
  /* 131.429% */
}

.vertical-right-text-1 {
  color: var(--Lynch, #667c96);
  margin-top: 0;
  /* margin-bottom: 35px; */
  font-family: Manrope;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 155.556% */
  margin-bottom: 62px;
}

.veritcal-tabimg {
  width: 100%;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  *,
  body,
  html {
    box-sizing: border-box;
    font-family: "Manrope";
  }

  body,
  html {
    margin: 0;
    padding: 0;
  }

  a:hover,
  button:hover {
    cursor: pointer;
  }

  .header {
    display: none;
  }

  .mobileHeader {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99999;
    width: 100%;
  }

  .mobileHeader.active {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    background: var(--Green-Vogue, #052f62);

    position: absolute;
    top: 0;
    left: 0;
    z-index: 99999;
    width: 100%;
  }

  .mobile-menu {
    display: none;
    height: 0vh;
  }

  .mobile-menu.active {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 0px 15px;
    width: 100%;
    height: 100vh;
    background: var(--Green-Vogue, #052f62);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    gap: 50px;
  }
  .lowerHeaderMobile {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding-bottom: 20px;
  }
  .mobile-menu .links {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 30px;
  }

  .mobile-menu .links a {
    color: var(--Alabaster, #fafafa);

    /* Heading 4 Mobile */
    font-family: Manrope;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    /* 150% */
    text-decoration: none;
  }

  .mobile-menu .contact {
    color: var(--Alabaster, #fafafa);

    /* Heading 4 Mobile */
    font-family: Manrope;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    /* 150% */
    text-decoration: none;
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .upper-header {
    display: none;
  }

  .left-upper-header {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .active-header {
    border-bottom: 1px solid var(--Deep-Sky-Blue, #14abea);
  }

  .left-div-header {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .trp-flag-image {
    margin-right: 5px;
  }

  .left-div-header a {
    color: var(--Alabaster, #fafafa);
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 142.857% */
    text-decoration: none;
  }

  .right-upper-header {
    display: flex;
    gap: 20px;
    margin-top: 30px;
  }

  .right-upper-header a {
    color: #fff;
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 14px;
    /* 100% */
    text-decoration: none;
  }

  .lower-header {
    background-color: transparent;
    padding: 25px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .open-lower-header {
    background-color: transparent;
    padding: 25px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 100%;
  }
  .lower-open-links {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding-bottom: 25px;
  }

  .header-links {
    display: none;
  }

  .number-affection {
    display: flex;
    justify-content: center;
  }

  .hero-section-home {
    background: url("https://kalomgroup.com/wp-content/uploads/2024/01/Image-1.png");
    height: 75vh;
    position: relative;
  }

  .scroll-div {
    width: 100%;
    display: flex;
    padding: 5px 15px;
    justify-content: center;
    align-items: center;
    background: rgba(20, 171, 234, 0.8);
    position: absolute;
    bottom: 0;
    right: 0;
  }

  .home-horizontal-tab {
    width: 100%;
    display: flex;
  }

  .scroll-text {
    color: var(--Alabaster, #fafafa);
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 133.333% */
    letter-spacing: 1px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .hero-section-title {
    font-size: 18px;
    line-height: 38px;
    width: 100%;
    top: 19%;
    left: 0%;
    padding: 0px 15px;
  }

  .about-home {
    padding: 50px 15px;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .about-home-title {
    font-size: 14px;

    line-height: 22px;
    /* 133.333% */
  }

  .about-home-text {
    font-size: 18px;

    line-height: 24px;
    /* 147.826% */
    width: 100%;
  }

  .our-purpose {
    height: auto;
    position: relative;
    flex-direction: column;
  }

  .our-purpose-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;

    right: 0;
  }

  .inside-purpose {
    padding: 0px 0px 30px 0;
    flex-direction: column;
    gap: 50px;
  }

  .inside-purpose img {
    width: 100%;
  }

  .left-purpose-content {
    display: flex;
    flex-direction: column;
    padding-inline: 40px;
  }

  .purpose-title {
    color: var(--Alabaster, #fafafa);
    margin-top: 0;
    margin-bottom: 20px;
    font-family: Manrope;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 60px;
  }

  .purpose-small-title {
    color: var(--Alabaster, #fafafa);
    margin-top: 0;
    margin-bottom: 8px;
    font-family: Manrope;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
  }

  .purpose-small-text {
    color: var(--Link-Water, #eef1fa);
    margin-top: 0;
    margin-bottom: 64px;
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
  }

  .mb-0 {
    margin-bottom: 0 !important;
  }

  .principles-home {
    padding: 50px 15px 0px 15px;
  }

  .small-principle-title {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.14px;
    margin-bottom: 15px;
  }

  .principle-title {
    margin-bottom: 40px;
    font-size: 28px;
    line-height: 42px;
    /* 130.435% */
  }

  .principles-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    row-gap: 15px;
    flex-direction: column;
  }

  .principle-card {
    padding: 30px 15px;
    width: 100%;
    height: 360px;
    justify-content: center;
    row-gap: 40px;
  }

  .principle-card-title {
    font-size: 20px;
    line-height: 30px;
  }

  .principle-card-text {
    font-size: 16px;
  }

  .background-purpose {
    object-fit: cover;
  }

  .counters {
    gap: 15px;
    padding: 65px 15px;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    row-gap: 20px;
    align-items: flex-start;
    justify-content: center;
  }

  .numbertext {
    gap: 5px;
    display: flex;
    width: 45%;
    flex-direction: column;
    text-align: center;
    justify-content: center;
  }

  .counter-number {
    color: var(--Green-Vogue, #052f62);
    text-align: center;
    margin: 0;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 80px;
    /* 106.667% */
  }

  .counter-text {
    color: var(--Deep-Sky-Blue, #14abea);
    text-align: center;
    font-family: Manrope;
    font-size: 14px;
    margin-top: 0;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    /* 166.667% */
    letter-spacing: 1px;
    text-transform: uppercase;
  }

  .quality-div {
    display: flex;
    padding: 60px 15px;
    gap: 144px;
    width: 100%;
    background: var(--Green-Vogue, #052f62);
    flex-direction: column;
  }

  .left-quality-div {
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  .blue-quality-title {
    font-size: 14px;
    line-height: 22px;
  }

  .quality-title {
    font-size: 28px;
    line-height: 42px;
  }

  .right-quality-div {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 50px;
  }

  .quality-tab {
    display: flex;
    flex-direction: column;
    gap: 30px;
    height: fit-content;
    align-items: flex-start;
  }

  .left-quality-tab {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .number-quality {
    display: flex;
    padding: 13px 3px;
    height: 50px;
    width: 50px;

    font-size: 20px;
  }

  .line-quality-tab {
    width: 1px;
    height: 100%;
    background: var(--Deep-Sky-Blue, #14abea);
    opacity: 0.5;
  }

  .right-quality-tab {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .right-quality-tab-title {
    font-size: 18px;
    line-height: 24px;
  }

  .right-quality-tab-text {
    font-size: 16px;
    line-height: 26px;
  }

  .services-home {
    padding: 60px 15px;
    display: flex;
    gap: 20px;
    align-items: flex-start;
    flex-direction: column;
  }

  .left-services-home {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 50px;
  }

  .upper-services-home {
    display: flex;
    flex-direction: column;
  }

  .blue-services-home-title {
    color: var(--Deep-Sky-Blue, #14abea);
    margin-top: 0;
    margin-bottom: 15px;
    font-family: Manrope;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 133.333% */
    letter-spacing: 1px;
    text-transform: uppercase;
  }

  .services-home-title {
    color: var(--Green-Vogue, #052f62);
    margin-top: 0;
    margin-bottom: 45px;
    font-family: Manrope;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 60px;
    /* 130.435% */
  }

  .services-home-text {
    color: var(--Green-Vogue, #052f62);
    margin: 0;
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 155.556% */
  }

  .right-services-home {
    width: 100%;
  }

  .inside-right-services {
    position: relative;
  }

  .inside-right-services img {
    position: relative;
    width: 100%;
  }

  .absolute-div {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;

    padding: 20px;
    flex-direction: column;
    align-items: center;
    background: var(--Green-Vogue, #052f62);
  }

  .absolute-year {
    color: var(--Alabaster, #fafafa);
    text-align: center;
    margin: 0;
    font-family: Manrope;
    font-size: 46px;
    font-style: normal;
    font-weight: 600;
    line-height: 60px;
    /* 130.435% */
  }

  .absolute-title {
    color: var(--Deep-Sky-Blue, #14abea);
    text-align: center;
    margin: 0;
    font-family: Manrope;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 133.333% */
    letter-spacing: 1px;
    text-transform: uppercase;
  }

  .lower-services-home {
    width: 100%;
  }

  .tablink {
    width: 100%;
    border: none;
    padding: 20px 0px;
    color: var(--Green-Vogue, #052f62);
    text-align: center;
    margin: 0;
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 133.333% */
    letter-spacing: 1px;
    text-transform: uppercase;
  }

  .tab-container {
    padding: 40px 15px;
  }

  .tab-text {
    color: var(--Green-Vogue, #052f62);
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    margin: 0;
    font-weight: 400;
    line-height: 28px;
    /* 155.556% */
  }

  .partners-home {
    display: inline-flex;
    padding: 0px 15px 50px 15px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .partner-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    row-gap: 20px;
    justify-content: space-between;
    align-items: center;
  }

  .partners-title {
    font-size: 20px;

    line-height: 30px;
  }

  .partner-wrapper img {
    width: 45%;
  }

  .competitive-slider {
    padding: 50px 15px;
    background: var(--Green-Vogue, #052f62);
  }

  .competitive-blue-title {
    font-size: 14px;
    line-height: 22px;
    padding-left: 0px;
  }

  .title-arrows {
    padding-left: 0px;
    padding-right: 0px;
    flex-direction: column;
  }

  .competitive-title {
    font-size: 34px;
    line-height: 44px;
  }

  .slide-home {
    background: var(--Green-Vogue, #052f62) !important;
  }

  .left-arrow-first {
    display: flex;
    padding: 15px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border: 1px solid var(--Alto, #dfdfdf);
    transition: 0.4s;
  }

  .right-arrow-first {
    display: flex;
    padding: 15px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border: 1px solid var(--Alto, #dfdfdf);
    transition: 0.4s;
  }

  .right-arrow-first:hover {
    background: var(--Deep-Sky-Blue, #14abea);
    transition: 0.4s;
    border-color: #14abea;
  }

  .left-arrow-first:hover {
    background: var(--Deep-Sky-Blue, #14abea);
    transition: 0.4s;
    border-color: #14abea;
  }

  .arrows {
    display: flex;
    gap: 15px;
    margin-top: 20px;
  }

  .slider-home-wrapper {
    padding-top: 60px;
  }
  .map-desktop {
    display: none;
  }
  .swiper {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .first-slider-card {
    display: flex;
    flex-direction: column-reverse;
    height: 500px;
  }
  .map-mobile {
    padding-top: 20px;
    display: block;
    width: 100%;
    padding-bottom: 20px;
  }
  .left-slider-card {
    /* width: 80%; */
    display: flex;
    padding: 40px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    background: var(--Deep-Sky-Blue, #14abea);
  }

  .left-slider-card-title {
    color: var(--Alabaster, #fafafa);
    font-family: Manrope;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 42px;
    /* 140% */
    margin: 0;
  }

  .bullet-points-slider {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
  }

  .bullet-points-slider li {
    color: var(--Alabaster, #fafafa);
    text-align: left;
    margin: 0;
    font-family: Manrope;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 155.556% */
  }

  ul {
    padding-left: 15px;
  }

  li::marker {
    color: var(--Medium-Spring, #1fe9a3);
  }

  .right-slider-card img {
    width: 100%;
    height: 500px;
    object-fit: cover;
  }

  .slider-padding {
    padding-inline: 0px !important;
  }

  .testimonials-home {
    padding: 60px 15px 30px 15px;
  }

  .testimonials-title {
    font-size: 28px;
    line-height: 42px;
    /* 130.435% */
  }

  .testimonials-blue-title {
    font-size: 16px;
    line-height: 26px;
    /* 155.556% */
  }

  .testimonial-card {
    padding: 15px;
    flex-direction: column;
  }

  .quote-img {
    position: absolute;
    top: 15px !important;
    left: 15px !important;
    z-index: 99999;
    width: 96px !important;
    height: 86px !important;
  }

  .left-testimonial-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 40px;
    padding-bottom: 30px;
    width: 100%;
    align-items: flex-start;
  }

  .lower-left-testimonial-card {
    display: flex;
    padding-top: 20px;
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
    border-top: 1px solid var(--Alto, #dfdfdf);
  }

  .testimonial-card-text {
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 30px;
  }

  .testimonial-name {
    color: var(--Green-Vogue, #052f62);
    margin-top: 20px;
    margin-bottom: 3px;
    font-family: Manrope;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 133.333% */
    letter-spacing: 1px;
    text-transform: uppercase;
  }

  .testimonial-position {
    color: var(--Deep-Sky-Blue, #14abea);
    margin: 0;
    font-family: Manrope;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 155.556% */
  }

  .right-testimonial-card img {
    object-fit: cover;
  }

  .right-arrow-second {
    display: flex;

    padding: 15px;
    justify-content: center;
    align-items: center;
  }

  .left-arrow-second {
    display: flex;

    padding: 15px;
    justify-content: center;
    align-items: center;
  }

  .left-arrow-second:hover {
    -webkit-filter: invert(100%);
    /* Safari/Chrome */
    filter: invert(100%);
  }

  .right-arrow-second:hover {
    -webkit-filter: invert(100%);
    /* Safari/Chrome */
    filter: invert(100%);
  }

  .left-arrow-div {
    border: 1px solid var(--Alto, #dfdfdf);
  }

  .right-arrow-div {
    border: 1px solid var(--Alto, #dfdfdf);
  }

  .left-arrow-div:hover {
    background: var(--Deep-Sky-Blue, #14abea);
    transition: 0.4s;
    border-color: #14abea;
  }

  .right-arrow-div:hover {
    border-color: #14abea;
    transition: 0.4s;

    background: var(--Deep-Sky-Blue, #14abea);
  }

  .testimonial-arrows {
    display: flex;
    gap: 15px;
    position: relative;
    bottom: unset;
    left: unset;
    z-index: 99999;
    margin-top: 20px;
  }

  .testimonials-slider {
    position: relative;
  }

  .annoying-div {
    display: flex;
    justify-content: center;
    padding-top: unset;
    padding: 50px 15px 200px 15px;
    padding-bottom: unset;
    position: relative;
    flex-direction: column-reverse;
  }

  .annoying-img {
    position: relative;
    left: 0px;
    top: -165px;
    width: 80%;
    margin: auto;
  }

  .under-annoying {
    width: 100%;
    background: var(--Link-Water, #eef1fa);
    padding: 50px 15px 200px 20px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }

  .under-annoying-content {
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 100%;
  }

  .under-annoying-title {
    font-size: 28px;

    line-height: 42px;
  }

  .annoying-buttons {
    display: flex;
    flex-direction: row;
    gap: 10px;
  }

  .annoying-button-one {
    display: flex;
    padding: 20px 0px;
    width: 50%;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: var(--Green-Vogue, #052f62);
    color: var(--Alabaster, #fafafa);
    font-family: Manrope;
    font-size: 13px;
    margin: 0;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    /* 120% */
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
  }

  .annoying-button-two {
    display: flex;
    padding: 20px 0px;
    width: 50%;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border: 1px solid var(--Deep-Sky-Blue, #14abea);
    color: var(--Green-Vogue, #052f62);
    font-family: Manrope;
    font-size: 13px;
    margin: 0;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    /* 120% */
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
  }

  .map-home {
    padding: 10px 15px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    margin-top: -100px;
  }

  .map-upper {
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 100%;
  }

  .blue-map-title {
    font-size: 14px;
    line-height: 22px;
  }

  .map-title {
    font-size: 28px;
    line-height: 42px;
  }

  .map-desktop {
    width: 100%;
    height: auto;
  }

  .footer {
    background: url("https://kalomgroup.com/wp-content/uploads/2023/12/footer-img.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding-inline: 15px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-direction: column;
  }

  .left-footer {
    display: flex;
    flex-direction: column;
    gap: 323px;
    padding-top: 40px;
    padding-bottom: 40px;
    width: 100%;
    flex-direction: column;
  }

  .upper-left-footer {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }

  .footer-text {
    color: var(--Alabaster, #fafafa);
    margin: 0;
    font-family: Manrope;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 31px;
    /* 155% */
    opacity: 0.7;
  }

  .logo-footer {
    width: 40%;
  }

  .copyright {
    margin: 0;
    color: var(--Alabaster, #fafafa);
    font-family: Manrope;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 133.333% */
    opacity: 0.8;
  }

  .lower-left-footer {
    display: none;
  }

  .lower-left-footer-mobile {
    display: flex;
    margin-top: 30px;
    flex-direction: column;
    gap: 10px;
    padding: 20px 0px;
  }

  .upper-footer {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .right-footer {
    display: flex;
    flex-direction: column;
  }

  .first-row-footer {
    padding-inline: 0px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    border-left: unset;
    border-right: unset;
    height: fit-content;
  }

  .blue-title-row-footer {
    color: var(--Deep-Sky-Blue, #14abea);
    font-family: Manrope;
    padding-top: 40px;
    margin: 0;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    /* 125% */
    text-transform: uppercase;
  }

  .footer-links {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-bottom: 40px;
  }

  .footer-links a {
    color: var(--Alabaster, #fafafa);
    margin-top: 5px;
    margin-bottom: 5px;
    font-family: Manrope;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 31px;
    /* 155% */
    text-decoration: none;
  }

  .second-row-footer {
    padding-inline: 0px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .hero-slider {
    height: 100vh;
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
  }

  .service-slider {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    height: 100vh;
    width: 100%;
    justify-content: space-between;
    z-index: 9999999999;
    position: relative;
    flex-direction: column;
    padding-top: 165px;
  }

  .slider-background {
    position: absolute;
    height: 100vh !important;
    top: 0;
    left: 0;
    object-fit: cover;
  }

  .blue-card-slider {
    height: auto;
    padding: 50px 15px 100px 15px;
    z-index: 9999999999;
    width: 100%;
    max-width: 260px;
    background: var(--Green-Vogue, #052f62);
  }

  .pagination {
    z-index: 9999999999;
    display: flex;
    flex-direction: row;
    gap: 70px;
    padding-right: 5%;
    border-bottom: 1px solid #1fe9a3;
  }

  .pagination a {
    color: var(--Concrete, #f3f3f3);
    font-family: Manrope;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 147.368% */
    text-decoration: none;
  }

  .blue-card-slider-title {
    font-size: 28px;
    line-height: 42px;
    /* 126.923% */
  }

  .blue-card-slider-text {
    font-size: 16px;
    line-height: 22px;
  }

  .blue-text-slider {
    display: flex;
    gap: 0px;
    padding-bottom: 30px;
    flex-direction: column;
    align-items: flex-start;
  }

  .blue-title-slider {
    font-size: 16px;
    line-height: 22px;
  }

  .projects-arrows {
    display: flex;
    width: 95%;
    padding: 15px;
    align-items: center;
    gap: 14px;
    background: rgba(20, 171, 234, 0.4);
    position: absolute;
    bottom: 0;
    z-index: 1;
    right: 0;
  }

  .right-arrow-third {
    display: flex;
    padding: 10px;
    justify-content: center;
    align-items: center;
  }

  .left-arrow-third {
    display: flex;
    padding: 10px;
    justify-content: center;
    align-items: center;
  }

  .left-arrow-third:hover {
    -webkit-filter: invert(100%);
    /* Safari/Chrome */
    filter: invert(100%);
  }

  .right-arrow-third:hover {
    -webkit-filter: invert(100%);
    /* Safari/Chrome */
    filter: invert(100%);
  }

  .left-arrow-div-third {
    border: 1px solid rgba(243, 243, 243, 0.3);
  }

  .right-arrow-div-third {
    border: 1px solid rgba(243, 243, 243, 0.3);
  }

  .left-arrow-div-third:hover {
    background: var(--Concrete, #f3f3f3);
    transition: 0.4s;
    border-color: #f3f3f3;
  }

  .right-arrow-div-third:hover {
    border-color: #f3f3f3;
    transition: 0.4s;
    background: var(--Concrete, #f3f3f3);
  }

  .pagination-class {
    display: flex;
    flex-direction: column;
    gap: 35px !important;
  }

  .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: unset !important;
  }

  .swiper-pagination-bullet {
    color: #fff !important;
    opacity: 1 !important;
    background: unset !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    row-gap: 35px !important;
    color: var(--Concrete, #f3f3f3);
    font-family: Manrope;
    font-size: 19px;
    border-radius: 0 !important;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    height: unset !important;
    width: 95% !important;
  }

  .swiper-pagination-bullet-active {
    color: #fff !important;
    color: var(--Concrete, #f3f3f3);
    font-family: Manrope;
    border-bottom: 1px solid #1fe9a3 !important;
    font-size: 19px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
  }

  .pagination-position {
    display: none;
  }

  .pagination-position-mobile {
    position: absolute;
    top: 50%;
    transform: translateY(50%);
    right: 0%;
    padding-right: 130px;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .below-projects-slider {
    padding: 60px 15px;
    display: flex;
    flex-direction: column;
    gap: 50px;
  }

  .upper-below-projects {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .blue-below-projects-title {
    font-size: 14px;
    line-height: 22px;
  }

  .below-projects-title {
    font-size: 24px;
    line-height: 34px;
  }

  .below-projects-text {
    width: 100%;
    font-size: 16px;
    line-height: 26px;
    /* 155.556% */
  }

  .below-below-projects {
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: 30px;
  }

  .below-projects-card {
    width: 100%;
    display: flex;
    align-items: flex-end;
    height: 100%;
    border-left: 2px solid var(--Deep-Sky-Blue, #14abea);
  }

  .below-projects-content {
    padding-left: 30px;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .projects-icona {
    width: 40px;
    height: 40px;
  }

  .projects-icona-title {
    font-size: 18px;
    line-height: 24px;
    width: 100%;
  }

  .hero-about {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 75vh;
  }

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

  .hero-about-content {
    display: flex;
    flex-direction: column;
    gap: 30px;
    position: relative;
    width: 100%;
    height: 100%;
    padding-top: 240px;
  }

  .hero-about-title {
    font-size: 34px;
    line-height: 44px;
    width: 100%;
    /* 126.923% */
  }

  .hero-about-text {
    font-size: 16px;
    line-height: 26px;
    width: 100%;
  }

  .noname-div {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: fit-content;
    margin-top: -45px;
    justify-content: center;
    align-items: center;
  }

  .left-noname-div {
    width: 100%;
    padding-inline: 15px;
  }

  .left-noname-div img {
    height: auto;
    width: 100%;
    position: relative;
    bottom: -45px;
    object-fit: cover;
  }

  .right-noname-div {
    width: 100%;
    padding-top: 0px;
    padding-bottom: 54px;
  }

  .inside-blue {
    display: flex;
    width: 100%;
    padding: 60px 15px 60px 15px;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    background: var(--Green-Vogue, #052f62);
  }

  .inside-blue-title {
    font-size: 24px;
    line-height: 34px;
  }

  .inside-blue-text {
    font-size: 16px;
    line-height: 24px;
    /* 155.556% */
  }

  .image-above-image {
    padding: 40px 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 65px;
  }

  .left-image-above-image {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 540px;
  }

  .image-above-blue-title {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 10px;
  }

  .image-above-title {
    font-size: 34px;
    line-height: 44px;
    margin-bottom: 20px;
  }

  .image-above-text {
    color: var(--Green-Vogue, #052f62);
    margin: 0;
    font-family: Manrope;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 155.556% */
  }

  .right-image-above-image {
    width: 100%;
    position: relative;
    height: 300px;
  }

  .imgtopright {
    position: absolute;
    top: 0;
    right: 0;
    width: 296px;
    height: 234px;
  }

  .imgbottomleft {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 157px;
    height: 127px;
  }

  .purpose-faq {
    display: flex;
    justify-content: flex-end;
    background-size: cover;
    background-repeat: no-repeat;
    height: 550px;
    width: 100%;
    position: relative;
  }

  .background-purpose {
    position: absolute;
    height: 100%;
    width: 100%;
  }

  .accordion-container {
    width: 100%;
    max-width: unset;
    position: relative;
    padding: 0px 15px;
  }

  .accordion-item {
    background-color: transparent;
    /* White background for items */
    border-bottom: 1px solid var(--Deep-Sky-Blue, #14abea);

    margin-bottom: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    /* Softer shadow */
  }

  .faq-top-border {
    border-top: 1px solid var(--Deep-Sky-Blue, #14abea);
  }

  .accordion-header {
    font-family: Manrope;
    font-size: 24px;
    line-height: 34px;
    width: 100%;
    text-align: left;
    cursor: pointer;
    outline: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background-color 0.3s ease;
  }

  .purpose-faq-title {
    font-size: 24px;
    padding-top: 50px;
    line-height: 22px;
  }

  .accordion-content p {
    font-size: 16px;
    line-height: 26px;
  }

  .icon {
    transition: transform 0.3s ease;
  }

  .active .icon {
    transform: rotate(180deg);
  }

  .partners-about {
    padding: 50px 15px;
    margin-top: 50px;
  }

  .partners-title-about {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
  }

  .dame-diop-div {
    height: 800px;
    position: relative;
  }

  .background-grey {
    background: var(--Link-Water, #eef1fa);
    height: 400px;
  }

  .dame-card {
    display: flex;
    flex-direction: row;
  }

  .dame-diop-slider {
    padding-left: 20px;
    width: 100%;
    position: absolute;
    top: 0;
    height: 859px;
    padding-left: 0;
    right: 0;
  }

  .left-dame-card {
    width: 100%;
    height: 300px;
  }

  .dame-card {
    flex-direction: column;
    height: 100%;
  }

  .right-dame-card {
    width: 100%;
    height: auto;
    padding: 20px;
    background: var(--Green-Vogue, #052f62);
    position: relative;
    padding-bottom: 50px;
  }

  .left-dame-card img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  .upper-right-dame-card {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
  }

  .dame-card-name {
    color: var(--Alabaster, #fafafa);
    margin-bottom: 15px;
    margin-top: 25px;
    font-family: Manrope;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 133.333% */
    letter-spacing: 1px;
    text-transform: uppercase;
  }

  .dame-card-position {
    color: var(--Deep-Sky-Blue, #14abea);
    margin: 0;
    font-family: Manrope;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 155.556% */
  }

  .lower-right-dame-card {
    display: flex;
    padding-top: 34px;
    flex-direction: column;
    gap: 30px;
  }

  .dame-line {
    border: 1px solid var(--Deep-Sky-Blue, #14abea);
    width: 140%;
  }

  .green-quote {
    width: 60px !important;
    height: 60px !important;
  }

  .dame-card-text {
    color: var(--Alabaster, #fafafa);
    text-align: left;
    margin: 0;
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 34px;
    /* 147.826% */
  }

  .left-arrow-fourth {
    display: flex;
    padding: 15px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border: 1px solid var(--Alto, #dfdfdf);
    transition: 0.4s;
  }

  .right-arrow-fourth {
    display: flex;
    padding: 15px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border: 1px solid var(--Alto, #dfdfdf);
    transition: 0.4s;
  }

  .right-arrow-fourth:hover {
    background: var(--Deep-Sky-Blue, #14abea);
    transition: 0.4s;
    border-color: #14abea;
  }

  .left-arrow-fourth:hover {
    background: var(--Deep-Sky-Blue, #14abea);
    transition: 0.4s;
    border-color: #14abea;
  }

  .arrows-fourth {
    display: flex;
    position: relative;
    z-index: 99999;
    gap: 15px;
    left: unset;
    bottom: unset;
    margin-top: 20px;
    width: 40%;
  }

  .last-div-about {
    padding-top: 120px;
    display: flex;
    flex-direction: column;
    gap: 80px;
  }

  .etnik-img {
    width: 100%;
  }

  .first-part-last-section {
    padding-inline: 20px;
    display: flex;
    gap: 80px;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }

  .etnik-title {
    color: var(--Green-Vogue, #052f62);
    margin-top: 0;
    margin-bottom: 20px;
    font-family: Manrope;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 60px;
    /* 130.435% */
  }

  .etnik-text {
    color: var(--Lynch, #667c96);
    margin: 0;
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 155.556% */
  }

  .second-part-last-section {
    position: relative;
    padding-inline: 20px;
    display: flex;
    flex-direction: column;
  }

  .connector {
    background: var(--Link-Water, #eef1fa);
    width: 100%;
    left: 0;
    top: 27.5px;
    position: absolute;
    display: none;
    height: 5px;
    /* display: none; */
  }

  .facts-wrapper {
    display: flex;
    position: relative;
    flex-direction: column;
    gap: 40px;
  }

  .facts-title {
    color: var(--Green-Vogue, #052f62);
    margin-top: 35px;
    margin-bottom: 20px;
    font-family: Manrope;
    font-size: 23px;
    font-style: normal;
    font-weight: 600;
    line-height: 34px;
    /* 147.826% */
  }

  .facts-card li {
    color: var(--Lynch, #667c96);

    font-family: Manrope;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 155.556% */
  }

  .third-part-last-section {
    width: 100%;
  }

  .map-desktop-about {
    display: none;
  }

  .map-mobile-about {
    display: block;
    width: 100%;
  }
  .contact-page {
    height: auto;
    background: #032145;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-inline: 20px;
  }

  .contact-img {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .contact-content {
    padding-left: 0%;
    padding-top: 5%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    flex-wrap: wrap;
    gap: 40px;
  }

  .contact-left {
    padding: 20px;
    background: #fff;
    width: 100%;
    margin-top: 150px;
  }

  .contact-left form {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }

  .contact-left input {
    display: flex;
    border: 1px solid var(--Alto, #dfdfdf);
    padding: 15px 25px;
    align-items: flex-start;
    gap: 10px;
    width: 100%;
    align-self: stretch;
    color: var(--Green-Vogue, #052f62);
    margin: 0;
    outline: none;
    font-family: Manrope;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 155.556% */
  }

  .contact-left textarea {
    display: flex;
    border: 1px solid var(--Alto, #dfdfdf);
    padding: 15px 25px 95px 25px;
    align-items: flex-start;
    gap: 10px;
    outline: none;
    align-self: stretch;
    width: 100%;
    color: var(--Green-Vogue, #052f62);
    margin: 0;
    font-family: Manrope;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 155.556% */
  }

  .contact-left button {
    display: flex;
    padding: 23px 40px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    width: 100%;
    background: var(--Green-Vogue, #052f62);
    color: var(--Alabaster, #fafafa);
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
    line-height: 14px;
    /* 100% */
    letter-spacing: 1px;
    text-transform: uppercase;
  }

  .contact-right {
    display: flex;
    flex-direction: column;
    gap: 60px;
    width: 100%;
    height: 550px;
  }

  .contact-title {
    color: var(--Alabaster, #fafafa);
    margin: 0;
    font-family: Manrope;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 46px;
    /* 131.429% */
  }

  .contact-information {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 30px;
  }

  .contact-card {
    border-left: 3px solid var(--Deep-Sky-Blue, #14abea);
    display: flex;
    flex-direction: column;
  }

  .contact-card-title {
    color: var(--Alabaster, #fafafa);
    margin-left: 40px;
    margin-bottom: 10px;
    font-family: Manrope;
    font-size: 19px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    /* 147.368% */
    margin-top: 0;
  }

  .contact-socials {
    color: var(--Link-Water, #eef1fa);
    font-family: Manrope;
    font-size: 16px;
    margin-left: 40px;

    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    /* 160% */
    text-decoration: none;
  }

  .contact-emails {
    color: var(--Link-Water, #eef1fa);
    text-decoration: none;
    font-family: Manrope;
    margin-left: 40px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 155.556% */
  }

  .error-page {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .error-page img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
  }

  .error-content {
    display: flex;
    flex-direction: column;
    position: relative;
    align-items: center;
  }

  .big-error-number {
    color: var(--Alabaster, #fafafa);
    text-align: center;
    margin-top: 0;
    margin-bottom: 30px;
    font-family: Manrope;
    font-size: 200px;
    font-style: normal;
    font-weight: 600;
    line-height: 200px;
    /* 100% */
  }

  .error-title {
    color: var(--Alabaster, #fafafa);
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px;
    font-family: Manrope;
    font-size: 35px;
    font-style: normal;
    font-weight: 600;
    line-height: 46px;
    /* 131.429% */
  }

  .error-text {
    color: var(--Alabaster, #fafafa);
    text-align: center;
    font-family: Manrope;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 45px;
    line-height: 28px;
    /* 155.556% */
  }

  .error-button {
    display: flex;
    border: none;
    padding: 26px 30px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: fit-content;
    color: var(--Alabaster, #fafafa);
    text-align: center;
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
    line-height: 14px;
    /* 100% */
    background: var(--Deep-Sky-Blue, #14abea);
    text-transform: uppercase;
    text-decoration: none;
  }

  .hero-services {
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 165px;
    align-items: flex-start;
    margin-bottom: 0px;
    height: 100vh;
    background: url("https://kalomgroup.com/wp-content/uploads/2023/12/services-hero.png");
  }

  .hero-services-title {
    font-size: 52px;
    padding-left: unset;
    padding: 0px 15px;
    line-height: 66px;
  }

  .hero-services-text {
    font-size: 16px;
    padding-inline: 15px;
    width: 100%;
    line-height: 26px;
  }

  .services-hero-cards {
    display: flex;
    flex-direction: column;
    width: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
  }

  .service h3 {
    color: var(--Green-Vogue, #052f62);

    /* Heading 3 */
    font-family: Manrope;
    font-size: 35px;
    font-style: normal;
    font-weight: 600;
    line-height: 46px;
    /* 131.429% */
    margin-top: 30px;
    margin-bottom: 10px;
  }

  .service img {
    width: 100%;
  }

  .service ol {
    flex-direction: column;
    gap: 5px;
    margin-left: 15px;
  }

  .service ol li {
    width: 100%;
    font-size: 16px;
    line-height: 26px;
  }

  .activeLine {
    background-color: #14abea;
    height: 500px;
    width: 100%;
    transition: 0.6s;
  }

  .fixedSide h3 {
    color: var(--Green-Vogue, #052f62);

    /* Heading 3 */
    font-family: Manrope;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 46px;
    /* 131.429% */
  }

  .first-service-card {
    display: flex;
    width: 100%;
    padding: 25px 20px;

    align-items: center;
    gap: 25px;
    background: rgba(5, 47, 98, 0.5);
  }

  .second-service-card {
    background: rgba(5, 47, 98, 0.8);
    display: flex;
    width: 100%;
    padding: 25px 20px;

    align-items: center;
    gap: 26px;
  }

  .fixedSideButton {
    background: var(--Link-Water, #eef1fa);
    display: flex;
    width: fit-content;
    padding: 24px 19px;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: var(--Green-Vogue, #052f62);
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 133.333% */
    letter-spacing: 1px;
    text-transform: uppercase;
  }

  .fixedSide {
    position: unset;
    left: unset;
    top: unset;
    width: 100%;
  }

  .animationWrapper {
    padding-inline: unset;
    position: unset;
    height: fit-content;
    display: flex;
    margin-bottom: 0px;
    flex-direction: column;
    padding: 40px 15px 30px 15px;
  }

  .services {
    position: unset;
    right: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
    top: 00px;
    width: 100%;
    padding: 50px 0px;
  }

  .service {
    width: 100%;
    height: fit-content;
  }

  .line {
    display: none;
  }

  .third-service-card {
    display: flex;
    width: 100%;
    padding: 20px 20px;
    align-items: center;
    gap: 15px;
    background: rgba(5, 47, 98, 0.5);
  }

  .services-hero-cards p {
    color: var(--Alabaster, #fafafa);
    text-align: left;
    font-family: Manrope;
    font-size: 23px;
    font-style: normal;
    font-weight: 500;
    line-height: 34px;
    margin: 0;
  }

  .og3-div {
    height: fit-content;
    position: unset;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    height: 550px;
    background: url("https://kalomgroup.com/wp-content/uploads/2023/12/default-image.png")
      no-repeat;
  }

  .og3-div img {
    position: absolute;
    width: 100%;
    height: 550px;
    left: 0;
    object-fit: cover;
  }

  .og3-content {
    position: relative;
    display: flex;
    gap: 40px;
    padding: 0px 00px;
    flex-direction: column;
    border-left: unset;
    width: 100%;
  }

  .og3-text {
    width: 100%;
    font-size: 24px;
    line-height: 34px;
    padding-top: 50px;
  }

  .og3-content ul {
    display: flex;
    gap: 10px;
    flex-direction: column;
  }

  .og3-content li {
    color: var(--Alabaster, #fafafa);
    font-family: Manrope;
    margin: 0;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    /* 147.368% */
  }

  .ran-out-names {
    padding-top: unset;
    padding-bottom: unset;
    padding: 50px 15px;
    margin-top: 0px;
    display: flex;
    flex-direction: column;
    background: var(--Link-Water, #eef1fa);
    gap: 30px;
  }

  .upper-ran-names {
    display: flex;
    padding-inline: 0;
    gap: 30px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .upper-ran-names img {
    width: 100%;
    height: auto;
  }

  .upper-ran-title {
    font-size: 28px;
    line-height: 42px;
    /* 130.435% */
  }

  .upper-ran-text {
    color: var(--Green-Vogue, #052f62);
    margin: 0;
    font-family: Manrope;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 155.556% */
  }

  .lower-ran-names {
    padding-inline: 15px;
    position: relative;
  }

  .service-connector {
    opacity: 0.2;
    width: 100%;
    position: absolute;
    top: 27.5px;
    left: 0;
    height: 5px;
    background: unset;
  }

  .phases-wrapper {
    display: flex;
    width: 100%;
    gap: 50px;
    position: relative;
    flex-direction: column;
  }

  .phase {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .phase-blue-title {
    color: var(--Deep-Sky-Blue, #14abea);
    margin-top: 35px;
    margin-bottom: 15px;
    font-family: Manrope;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 133.333% */
    letter-spacing: 1px;
    text-transform: uppercase;
  }

  .phase-title {
    color: #052f62;
    margin-bottom: 20px;
    margin-top: 0;
    font-family: Manrope;
    font-size: 23px;
    font-style: normal;
    font-weight: 600;
    line-height: 34px;
    /* 147.826% */
  }

  .phase-text {
    color: #052f62;
    margin: 0;
    font-family: Manrope;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 155.556% */
  }

  .phase-icon {
    width: 60px;
    height: 60px;
  }

  .vertical-tabs-title {
    font-size: 28px;
    line-height: 42px;
    margin-bottom: 40px;
    margin-top: -28px;
    /* 130.435% */
  }

  .tab1 {
    float: left;
    width: 100%;
    height: fit-content;
  }

  .tablinks1 {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .tab1 button {
    padding: 12px 0px 12px 10px;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
  }

  .vertical-display {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }

  .vertical-tabs {
    display: flex;
    flex-direction: column;
    padding: 50px 15px;
  }

  .tab1 button.active1 {
    padding: 12px 0px 12px 10px;
    font-size: 16px;
    line-height: 24px;
  }

  /* Style the tab content */
  .tabcontent1 {
    float: left;
    width: 100%;
    padding: 0px;
    display: flex;
    flex-direction: column;
    margin-top: 40px;
  }

  .vertical-right-title {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 34px;
  }

  .vertical-right-text-1 {
    color: var(--Lynch, #667c96);
    margin-top: 0;
    /* margin-bottom: 35px; */
    font-family: Manrope;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 155.556% */
    margin-bottom: 62px;
  }

  .veritcal-tabimg {
    width: 100% !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1800px) {
  .annoying-img {
    width: 350px;
    top: 50%;
    transform: translateY(-50%);
  }
}


@keyframes UpAndDown {
  from {
    transform: translateY(0px);
  }
  to {
    transform: translateY(5px);
  }
}

@media screen and (min-width: 1024px) and (max-width: 1600px) {
  .scroll-div {
    padding: 30px 80px;
  }
  .blue-card-slider {
    height: auto;
    padding: 40px 40px;
    z-index: 9999999999;
    width: 813px;
    background: var(--Green-Vogue, #052f62);
  }
  .left-arrow-first{
    height: 60px;
  }
  .dame-diop-slider{
    padding-left: 50px;
  }
  .upper-ran-names img{
    width: 60%;
  }
  .etnik-img{
    width: 60%;
  }
  .dame-line{
    width: 100%;
  }
  .quality-div{
    gap: 50px;
  }
  .right-arrow-first{
    height: 60px;;
  }
  .inside-purpose img{
    width: 60%;
  }
  .blue-card-slider-title {
    font-size: 45px;
  }

  .inside-purpose {
    padding: 90px 100px;
  }
  .contact-left {
    padding: 50px;
    background: #fff;
    width: 500px;
  }
  .quality-tab {
    height: 260px;
  }
  .quality-div {
    padding: 100px;
  }
  .services-home {
    padding: 100px 100px 120px 100px;
  }
  .testimonials-home {
    padding: 100px 100px 120px 100px;
  }
  .annoying-img {
    left: 100px;
  }
  .under-annoying {
    padding: 201px 0px;
  }
  .first-service-card,
  .second-service-card,
  .third-service-card {
    padding: 8px 40px;
  }
  .image-above-image {
    padding: 120px 100px;
  }
  .upper-ran-names {
    padding-inline: 100px;
    gap: 100px;
  }
  .lower-ran-names {
    padding-inline: 100px;
  }
  .vertical-tabs {
    padding: 100px 100px 120px 100px;
  }
  .below-projects-slider {
    padding: 120px 100px;
  }
  .below-projects-content {
    padding-right: 30px;
  }
  .principles-home{
    padding-inline: 100px;
  }
  .animationWrapper{
    padding-inline: 100px;
  }
  .fixedSide{
    left: 100px;
  }
  .services{
    right: 100px;
  }
  .inside-blue {
    padding: 100px 100px 100px 120px;
    height: 100%;
  }
  .first-part-last-section {
    padding-inline: 100px;
    gap: 50px;
  }
  .second-part-last-section {
    padding-inline: 100px;
  }
  .contact-page {
    padding-inline: 100px;
  }
  .contact-content {
    padding-left: 0%;
  }
  .vertical-display {
    gap: 40px;
  }
  .our-purpose-img {
    width: 50%;
  }
  .our-purpose {
    height: 750px;
  }
  .purpose-title {
    margin-bottom: 40px;
  }
  .purpose-small-text {
    margin-bottom: 40px;
  }
  .hero-section-title {
    font-size: 38px;
  }
  .counters {
    padding: 130px 100px;
  }
  .services-home {
    height: 950px;
  }
  .inside-right-services img {
    height: 100%;
  }
  .inside-right-services {
    height: 100%;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1300px) {
  .under-annoying-content {
    width: 550px;
  }
  .under-annoying-title {
    font-size: 37px;
  }
  .testimonial-card {
    gap: 30px;
  }
  .testimonial-card-text {
    font-size: 23px;
  }
  .fixedSide h3 {
    font-size: 30px;
  }
  .fixedSideButton {
    padding: 20px;
    font-size: 16px;
  }
  .og3-div {
    padding-left: 100px;
  }
  .upper-ran-names {
    gap: 50px;
  }
  .upper-ran-title {
    font-size: 42px;
    line-height: 50px;
  }
  .veritcal-tabimg {
    width: 100%;
  }
  .tabcontent1 {
    width: 650px;
  }
  .blue-card-slider {
    padding: 60px 70px;
  }
  .contact-left {
    padding: 70px;
    background: #fff;
    width: 450px;
  }
  .quality-tab {
    height: 260px;
  }
}
.header-scrolled {
  background-color: #fff;

  background: #fff;
  box-shadow: 4px 6px 64px 0px rgba(0, 0, 0, 0.05);
}
.header-scrolled .upper-header {
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.header-scrolled a {
  color: #000 !important;
}
.header-scrolled .left-div-header img {
  filter: invert(1);
}

.header,
.header-scrolled {
  transition: background-color 0.3s, color 0.3s;
}
.header-scrolled {
  transition: 0.3s;
}
