@charset "UTF-8";
body {
  padding: 0;
  margin: 0;
  top: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
p {
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
}

input:focus,
textarea:focus {
  outline: none;
}

.wrapper {
  max-width: 1110px;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
}

img {
  max-width: 100%;
}

.behindnav {
  position: fixed;
  max-width: 1100px;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
  left: 0;
  right: 0;
  margin: auto;
  min-height: 100px;
  background-color: transparent;
  top: 0;
  z-index: 9999;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

nav {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  padding-top: 32px;
  font-family: "Plus Jakarta Sans", sans-serif;
  z-index: 9999;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
nav .only-mobile {
  display: none;
}
@media (max-width: 772px) {
  nav .only-mobile {
    display: inline-flex;
  }
}
@media (max-width: 772px) {
  nav .only-desktop {
    display: none;
  }
}
nav .logo {
  max-width: 41px;
}
nav *::-webkit-scrollbar {
  width: 5px;
}
nav *::-webkit-scrollbar-track {
  background: #f1f1f1;
}
nav *::-webkit-scrollbar-thumb {
  background: #00b3ff;
}
nav *::-webkit-scrollbar-thumb:hover {
  background: #00b3ff;
}
nav img {
  display: flex;
}
nav .whitebox {
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 16px;
  padding: 1px 7px;
  min-height: 56px;
  box-shadow: 0px 0px 100px 0px rgba(27, 162, 219, 0.3);
}
nav .middle ul {
  display: flex;
  list-style-type: none;
  padding: 0;
  gap: 25px;
}
nav .middle ul a {
  font-size: 16px;
  font-weight: 400;
  color: #060c0e;
  text-decoration: unset;
  transition: all ease 0.5s;
}
nav .middle ul a:hover {
  color: #517db6;
}
nav .middle ul .active {
  color: #517db6;
}
nav .right {
  display: flex;
  align-items: center;
  justify-content: center;
}
nav .right .left-line {
  height: 25px;
  width: 1px;
  background-color: #e2e2e2;
  margin-right: 7px;
  margin-left: 15px;
}
nav .right .getin {
  font-size: 16px;
  color: #fff;
  text-decoration: unset;
  font-weight: 500;
  margin-left: 11px;
  background-color: #19a1db;
  padding: 10px 17px;
  border-radius: 10px;
  transition: all ease 0.5s;
  align-items: center;
  text-align: center;
}
nav .right .getin:hover {
  background-color: #517db6;
}

.btn-pr {
  font-size: 18px;
  color: #fff;
  text-decoration: unset;
  font-weight: 500;
  background-color: #19a1db;
  padding: 20px 25px;
  border-radius: 10px;
  font-family: "Plus Jakarta Sans", sans-serif;
  transition: all ease 0.5s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
.btn-pr:hover {
  background-color: #517db6;
}

.icon-btn {
  background-color: #f6f6f6;
  border: 1px solid #e8e8e8;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  transition: all ease 0.5s;
}
.icon-btn:hover {
  border-color: #517db6;
}

.language-switcher {
  position: relative;
}
.language-switcher .show {
  display: flex;
}
.language-switcher .choosen {
  display: inline-flex;
  color: #060c0e;
  text-decoration: unset;
  padding: 9px 12px;
  letter-spacing: 0rem;
  border-radius: 5px;
  transition: all ease 0.5s;
  gap: 9px;
  background-color: transparent;
  align-items: center;
  justify-content: center;
  display: flex !important;
  text-transform: capitalize;
}
.language-switcher .choosen svg path {
  fill: #060c0e;
  transition: all ease 0.5s;
}
.language-switcher .choosen:hover svg path {
  fill: #000;
}

.language-switcher {
  position: relative;
  display: inline-block;
}

.language-switcher .choosen {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

.language-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  border: 1px solid #fff;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 5px 0;
  display: none;
  width: 180px;
  list-style: none;
  z-index: 100;
  max-height: 300px;
  overflow: auto;
  box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.15);
}

.language-dropdown li {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px;
  color: #060c0e;
  cursor: pointer;
  transition: background 0.3s;
}
.language-dropdown li img {
  max-width: 20px;
}

.language-dropdown li:hover {
  background-color: #ebf9ff;
  color: black;
}

.flag-icon {
  width: 20px;
  height: 14px;
}

.hero {
  min-height: 880px;
  background-color: blue;
  background: #19a1db;
  background: linear-gradient(189deg, rgb(25, 161, 219) 0%, rgb(255, 255, 255) 75%);
  position: relative;
  overflow: hidden;
  padding-top: 100px;
}
.hero .img-place {
  position: relative;
}
.hero .img-place .stars {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  animation: blink 1.5s infinite ease-in-out;
}
@keyframes blink {
  0% {
    opacity: 0;
    top: 0;
  }
  50% {
    opacity: 1;
    top: -5px;
  }
  100% {
    opacity: 0;
    top: 0px;
  }
}
.hero .wrapper {
  position: relative;
  z-index: 999;
}
.hero .cont {
  display: flex;
  justify-content: space-between;
  padding-top: 72px;
}
.hero .cont .left {
  max-width: 548px;
}
.hero h1 {
  font-family: "Schibsted Grotesk", sans-serif;
  font-size: 56px;
  font-weight: 700;
  color: #fff;
  text-shadow: 2px 1px 1px #000000;
}
.hero p {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  margin-top: 20px;
  line-height: 160%;
  text-shadow: 1px 1px 2px #000000;
  letter-spacing: 0.5px;
}

.bubbles {
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.bubble {
  position: absolute;
  bottom: 0px;
  opacity: 0;
  animation-name: floatUp;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  filter: blur(1px);
}

@keyframes floatUp {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  35% {
    opacity: 0.1;
  }
  50% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    transform: translateX(30px) translateY(-130vh);
    opacity: 0;
  }
}
.our-service-area .box {
  background: #19a1db;
  background: linear-gradient(180deg, rgb(25, 161, 219) 0%, rgba(255, 255, 255, 0) 75%);
  width: 100%;
  border-radius: 32px;
  margin-top: -55px;
  position: relative;
  padding: 2px;
  z-index: 9;
}
.our-service-area .box .inside {
  min-height: 830px;
  background-color: #fff;
  border-radius: 30px;
  padding: 46px;
  position: relative;
  overflow: hidden;
}
.our-service-area .box .inside h3 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 32px;
  font-weight: 600;
  color: #091013;
}
.our-service-area .box .inside h2 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 48px;
  font-weight: 600;
  color: #091013;
  max-width: 730px;
  line-height: 120%;
  margin-top: 19px;
}
.our-service-area .box .inside p {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #696969;
  max-width: 735px;
  line-height: 160%;
  margin-top: 24px;
}
.our-service-area .box .inside .map {
  margin-top: 10px;
  position: relative;
  width: 750px;
}
.our-service-area .box .inside .map .dot1 {
  top: 119px;
  left: 120px;
}
.our-service-area .box .inside .map .dot2 {
  top: 166px;
  left: 198px;
}
.our-service-area .box .inside .map .dot3 {
  top: 199px;
  left: 120px;
}
.our-service-area .box .inside .map .dot4 {
  top: 329px;
  left: 208px;
}
.our-service-area .box .inside .map .dot5 {
  top: 239px;
  left: 342px;
}
.our-service-area .box .inside .map .dot6 {
  top: 209px;
  left: 494px;
}
.our-service-area .box .inside .map .dot7 {
  top: 126px;
  left: 462px;
}
.our-service-area .box .inside .map .dot8 {
  top: 120px;
  left: 572px;
}
.our-service-area .box .inside .map .dot {
  position: absolute;
  width: 26px;
  height: 26px;
  background-color: #80d9ff;
  border-radius: 100%;
}
.our-service-area .box .inside .map .dot::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  background-color: #00b3ff;
  border-radius: 100%;
  animation: pulse 1.5s infinite ease-in-out;
}
.our-service-area .box .inside .map .dot::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 36px;
  height: 36px;
  background-color: #80d9ff;
  opacity: 0.4;
  border-radius: 100%;
  animation: pulse 1.5s infinite ease-in-out;
}
@keyframes pulse {
  0% {
    transform: translate(-50%, -50%) scale(0.8);
    opacity: 0.5;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.2);
    opacity: 0.2;
  }
  100% {
    transform: translate(-50%, -50%) scale(0.8);
    opacity: 0.5;
  }
}
.our-service-area .box .inside .cont {
  margin-top: -199px;
  position: relative;
  z-index: 9;
}
.our-service-area .box .inside .cont .location-box2 {
  position: absolute;
  bottom: 0;
  right: -17px;
  border-top: 5px solid #1ba2db;
  border-radius: 16px;
  max-width: 180px;
  width: 100%;
  padding: 20px 25px 28px 25px;
  box-shadow: 0px 0px 100px 0px rgba(27, 162, 219, 0.15);
}
.our-service-area .box .inside .cont .location-box2 ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.our-service-area .box .inside .cont .location-box2 ul li {
  color: #091013;
  font-size: 16px;
  line-height: 150%;
  font-weight: 500;
  font-family: "Plus Jakarta Sans", sans-serif;
}
.our-service-area .box .inside .cont p {
  max-width: 772px;
  margin-top: 10px;
  border-radius: 5px;
  padding: 12px;
  background-color: white;
  border: 1px solid #ececec;
  display: inline-flex;
  font-size: 18px;
  font-weight: 500;
  line-height: 160%;
  font-family: "Plus Jakarta Sans", sans-serif;
  box-shadow: 0px 0px 100px 0px rgba(210, 215, 217, 0.3);
}
.our-service-area .box .inside .location-box {
  background-color: white;
  border: 1px solid #ececec;
  border-radius: 20px;
  display: inline-flex;
  padding: 0 17px;
  box-shadow: 0px 0px 100px 0px rgb(210, 215, 217);
}
.our-service-area .box .inside .location-box ul {
  padding: 0;
  list-style-type: none;
  display: flex;
  gap: 19px;
}
.our-service-area .box .inside .location-box ul li {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 22.5px;
  font-weight: 600;
  color: #696969;
}
.our-service-area .box .inside .location-box ul .tit {
  color: #000000;
}

.openedbox.our-service .boxes.hidden-boxes {
  max-height: 4000px;
}

.our-service {
  overflow: hidden;
  position: relative;
  padding-top: 180px;
  background: #fff;
  background: linear-gradient(180deg, rgb(255, 255, 255) 15%, rgba(25, 161, 219, 0.56) 50%, rgb(255, 255, 255) 95%);
  min-height: 1500px;
}
.our-service .wrapper {
  position: relative;
  z-index: 99;
}
.our-service h3 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 32px;
  font-weight: 600;
  color: #091013;
  text-align: center;
}
.our-service h2 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 48px;
  margin: auto;
  font-weight: 600;
  color: #091013;
  max-width: 730px;
  line-height: 120%;
  margin-top: 19px;
  text-align: center;
}
.our-service .boxes.hidden-boxes {
  overflow: hidden;
  margin-top: 20px;
  max-height: 0;
  transition: all ease 1.5s;
}
.our-service .boxes {
  margin-top: 52px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}
.our-service .boxes .box {
  width: calc(50% - 10px);
  border: 1px solid #e0e5e7;
  border-radius: 24px;
  min-height: 582px;
  background-color: #fff;
  padding: 18px;
}
.our-service .boxes .box .main-img {
  width: 100%;
}
.our-service .boxes .box .icon-place {
  width: 56px;
  height: 56px;
  border-radius: 9px;
  box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.15);
  border-top-left-radius: 0;
  margin-top: -41px;
  position: relative;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.our-service .boxes .box .icon-place img,
.our-service .boxes .box .icon-place svg {
  max-width: 32px;
}
.our-service .boxes .box h4 {
  font-size: 24px;
  line-height: 130%;
  font-weight: 600;
  font-family: "Plus Jakarta Sans", sans-serif;
  margin-top: 15px;
}
.our-service .boxes .box ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.our-service .boxes .box ul li {
  position: relative;
  padding-left: 30px;
  color: #494a4a;
  font-size: 16px;
  line-height: 160%;
  font-weight: 400;
  font-family: "Plus Jakarta Sans", sans-serif;
}
.our-service .boxes .box ul li .star-mark {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.our-service .boxes .box h5 {
  color: #494a4a;
  font-size: 16px;
  line-height: 160%;
  font-weight: 500;
  font-family: "Schibsted Grotesk", sans-serif;
  margin-top: 15px;
}
.our-service .boxes .box h5 .sm {
  text-decoration: underline;
}
.our-service .boxes .box h5 span {
  font-size: 17px;
}
.our-service .boxes .box p {
  color: #494a4a;
  font-size: 16px;
  line-height: 160%;
  font-weight: 400;
  font-family: "Schibsted Grotesk", sans-serif;
  margin-top: 5px;
}
.our-service .btn-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.our-service .btn-box .btn-pr {
  margin-top: 16px;
  min-width: 180px;
}

.apartment-care {
  padding-top: 81px;
}
.apartment-care .box {
  border: 1px solid #e0e5e7;
  min-height: 598px;
  border-radius: 30px;
  background: #fff;
  background: linear-gradient(180deg, rgb(255, 255, 255) 40%, rgba(25, 161, 219, 0.4) 100%);
  padding: 62px 47px;
  position: relative;
  overflow: hidden;
}
.apartment-care .box .ap-care {
  position: absolute;
  right: -180px;
  top: 150px;
}
.apartment-care .box ul {
  padding: 0;
  display: flex;
  list-style-type: none;
  max-width: calc(100% - 420px);
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 34px;
  gap: 19px;
}
.apartment-care .box ul li {
  display: flex;
  gap: 12px;
  color: #494a4a;
  font-size: 16px;
  line-height: 150%;
  font-weight: 500;
  font-family: "Plus Jakarta Sans", sans-serif;
  max-width: calc(50% - 10px);
}
.apartment-care .box ul .icon-place {
  min-width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #e0e2e3;
  border-radius: 9px;
  box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.15);
  margin-top: 6px;
  background-color: #fff;
}
.apartment-care .box .box-white {
  background-color: #fff;
  position: relative;
  z-index: 2;
  max-width: 500px;
  margin: auto;
  margin-top: 40px;
  padding: 20px;
  border-radius: 16px;
  border: 1px solid #dddbdb;
}
.apartment-care .box .box-white .btn-pr {
  font-size: 16px;
  padding: 15px 25px;
  margin-top: 10px;
}
.apartment-care .box .box-white p {
  color: #525151;
  font-size: 17px;
  line-height: 130%;
  font-weight: 400;
  font-family: "Schibsted Grotesk", sans-serif;
  margin: 0;
  max-width: 350px;
}
.apartment-care .box h2 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 56px;
  font-weight: 600;
  line-height: 120%;
  color: #091013;
  margin-bottom: 20px;
}
.apartment-care .box p {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 160%;
  color: #494a4a;
  max-width: 443px;
}

.about-us {
  padding-top: 212px;
  padding-bottom: 98px;
  position: relative;
  overflow: hidden;
}
.about-us h4 {
  color: #444040;
  font-size: 16px;
  line-height: 160%;
  font-weight: 500;
  font-family: "Schibsted Grotesk", sans-serif;
}
.about-us h2 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 48px;
  font-weight: 600;
  color: #091013;
  max-width: 420px;
  line-height: 120%;
  margin-top: 17px;
}
.about-us p {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #696969;
  margin-top: 20px;
  line-height: 160%;
  max-width: 500px;
}
.about-us .cont {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.about-us .r {
  max-width: 516px;
  width: 100%;
}
.about-us .box {
  border: 1px solid #e0e2e3;
  width: 100%;
  border-radius: 20px;
  min-height: 200px;
  background-color: #fff;
  padding: 16px 19px;
  box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.1);
}
.about-us .box ul:hover .highlight {
  background-color: #f5f6f6;
  color: #525151;
}
.about-us .box ul:hover .highlight:hover {
  background-color: #d5f3ff;
  color: #352f2f;
}
.about-us .box ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.about-us .box ul li {
  position: relative;
  padding: 31px 30px 31px 57px;
  background-color: #f5f6f6;
  border: 1px solid #e8e8e8;
  border-radius: 16px;
  color: #525151;
  font-size: 20px;
  line-height: 130%;
  font-weight: 500;
  font-family: "Schibsted Grotesk", sans-serif;
  cursor: pointer;
  transition: all ease 0.5s;
}
.about-us .box ul li .star-mark {
  position: absolute;
  left: 23px;
  top: 30px;
}
.about-us .box ul li:hover {
  background-color: #d5f3ff;
  color: #352f2f;
}
.about-us .box ul .highlight {
  background-color: #d5f3ff;
  color: #352f2f;
}

.contact {
  min-height: 500px;
  background: #19a1db;
  background: linear-gradient(180deg, rgba(25, 161, 219, 0.5) 0%, rgb(255, 255, 255) 73%);
  padding-top: 64px;
  padding-bottom: 98px;
  overflow: hidden;
  position: relative;
}
.contact .wrapper {
  z-index: 99;
  position: relative;
}
.contact h2 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 56px;
  font-weight: 600;
  color: #091013;
  line-height: 120%;
  margin-top: 17px;
  text-align: center;
}
.contact p {
  font-family: "Schibsted Grotesk", sans-serif;
  font-size: 24px;
  font-weight: 500;
  color: #38383a;
  margin-top: 17px;
  line-height: 150%;
  text-align: center;
}
.contact .cont {
  display: flex;
  justify-content: space-between;
  max-width: 980px;
  margin: auto;
  margin-top: 70px;
}
.contact .cont #formStatus {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  text-align: left;
}
.contact .cont form {
  background-color: #fff;
  border-radius: 16px;
  border: 1px solid #e8e8e8;
  max-width: 561px;
  width: 100%;
  min-height: 200px;
  padding: 20px 33px 33px;
  box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.15);
}
.contact .cont form h3 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 28px;
  font-weight: 500;
  color: #303833;
  line-height: 150%;
  margin-bottom: 30px;
}
.contact .cont form input {
  width: 100%;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #0a1a10;
  line-height: 150%;
  border: 1px solid #e8e8e8;
  background-color: #fff;
  border-radius: 16px;
  padding: 19px 21px;
  margin-bottom: 21px;
}
.contact .cont form input:focus {
  border-color: #8f8f8f;
  box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.05);
}
.contact .cont form input::-moz-placeholder, .contact .cont form textarea::-moz-placeholder {
  color: #303833;
}
.contact .cont form input::placeholder,
.contact .cont form textarea::placeholder {
  color: #303833;
}
.contact .cont form textarea {
  width: 100%;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #0a1a10;
  line-height: 150%;
  border: 1px solid #e8e8e8;
  background-color: #fff;
  border-radius: 16px;
  padding: 19px 21px;
  margin-bottom: 21px;
  min-height: 150px;
  max-width: 100%;
  min-width: 100%;
}
.contact .cont form textarea:focus {
  border-color: #8f8f8f;
  box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.05);
}
.contact .cont form button {
  font-size: 18px;
  color: #fff;
  text-decoration: unset;
  font-weight: 500;
  border: 0;
  width: 100%;
  background-color: #19a1db;
  padding: 20px 25px;
  border-radius: 10px;
  font-family: "Plus Jakarta Sans", sans-serif;
  transition: all ease 0.5s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.contact .cont form button:hover {
  background-color: #517db6;
}
.contact .cont .details {
  max-width: 374px;
  margin-top: -9px;
  width: 100%;
}
.contact .cont .details h3 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 28px;
  font-weight: 600;
  color: #000000;
  line-height: 150%;
  margin-bottom: 0;
}
.contact .cont .details h4 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 28px;
  font-weight: 600;
  color: #38383a;
  line-height: 150%;
  margin-top: 38px;
  margin-bottom: 0;
}
.contact .cont .details p {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  line-height: 150%;
  text-align: left;
  margin-top: 5px;
}
.contact .cont .details ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  list-style-type: none;
  margin-top: 22px;
  gap: 20px;
}
.contact .cont .details ul li a {
  display: flex;
  align-items: center;
  text-decoration: underline;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #000000;
  line-height: 150%;
  gap: 13px;
  transition: all ease 0.5s;
}
.contact .cont .details ul li a:hover {
  opacity: 0.7;
}

footer {
  border-top: 1px solid #e8e8e8;
  min-height: 200px;
  background-color: #fff;
  padding-top: 55px;
}
footer .l {
  display: flex;
  align-items: center;
  gap: 40px;
}
footer .logo {
  max-width: 89px;
}
footer .linemiddle {
  width: 100%;
  height: 1px;
  background-color: #e8e8e8;
  margin-top: 47px;
}
footer .copyright {
  text-align: center;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #303838;
  line-height: 120%;
  padding: 48px 0;
}
footer .cont {
  display: flex;
  justify-content: space-between;
}
footer .icon-btn {
  width: 50px;
  height: 50px;
}
footer .icon-btn img {
  width: 25px;
}
footer .r {
  display: flex;
  gap: 72px;
}
footer .r ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  flex-direction: column;
  gap: 11px;
  min-width: 157px;
}
footer .r ul .tit {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #000000;
  line-height: 120%;
  margin-bottom: 5px;
}
footer .r ul li a {
  display: inline-flex;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  line-height: 120%;
  text-decoration: unset;
  transition: all ease 0.5s;
}
footer .r ul li a:hover {
  color: #00b3ff;
}

.tw-fixed {
  background-color: #00b3ff;
  position: fixed;
  right: 0;
  bottom: 100px;
  padding: 10px 20px 10px 30px;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  z-index: 999;
  animation: wpan 0.9s infinite ease-in-out;
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  line-height: 120%;
  text-decoration: unset;
  white-space: no-wrap;
  transition: all ease 0.5s;
}
.tw-fixed span {
  overflow: hidden;
  width: 0;
  transition: all ease 0.5s;
  white-space: nowrap;
  display: block;
}
.tw-fixed:hover {
  background-color: #517db6;
}
.tw-fixed:hover span {
  width: 150px;
}
.tw-fixed svg {
  width: 35px;
}
.tw-fixed img {
  width: 35px;
}

@keyframes wpan {
  0% {
    padding: 10px 15px 10px 30px;
  }
  50% {
    padding: 10px 15px 10px 35px;
  }
  100% {
    padding: 10px 15px 10px 30px;
  }
}
/* Hide the Google Translate top bar */
.goog-te-banner-frame {
  display: none !important;
}

/* Hide the Google Translate pop-up */
body > .skiptranslate {
  display: none !important;
}

/* Hide the Google Translate logo */
.goog-logo-link {
  display: none !important;
}

/* Hide the Google Translate dropdown default styles */
.goog-te-gadget {
  font-size: 0px;
}

/* Ensure page doesn’t shift due to hidden elements */
.goog-te-gadget span {
  display: none !important;
}

/* Optional: If you are using the inline Google Translate dropdown */
#google_translate_element {
  position: absolute;
  opacity: 0;
}

.faq {
  padding-top: 30px;
  padding-bottom: 100px;
}
.faq .box {
  border: 1px solid #e0e5e7;
  min-height: 598px;
  border-radius: 30px;
  background: #fff;
  background: linear-gradient(180deg, rgb(255, 255, 255) 40%, rgba(25, 161, 219, 0.4) 100%);
  padding: 62px 47px;
  position: relative;
  overflow: hidden;
}
.faq .box .box-white {
  background-color: #fff;
  position: relative;
  z-index: 2;
  max-width: 500px;
  margin: auto;
  margin-top: 40px;
  padding: 20px;
  border-radius: 16px;
  border: 1px solid #dddbdb;
}
.faq .box .box-white .btn-pr {
  font-size: 16px;
  padding: 15px 25px;
  margin-top: 10px;
}
.faq .box .box-white p {
  color: #525151;
  font-size: 17px;
  line-height: 130%;
  font-weight: 400;
  font-family: "Schibsted Grotesk", sans-serif;
  margin: 0;
  max-width: 350px;
}
.faq .box h2 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 56px;
  font-weight: 600;
  line-height: 120%;
  color: #091013;
  margin-bottom: 20px;
}
.faq .box p {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 160%;
  color: #494a4a;
}
.faq .faq-cards {
  max-width: 1342px;
  margin: auto;
  margin-top: 41px;
}
.faq .faq-card:last-child {
  margin-bottom: 0;
}
.faq .faq-card {
  background-color: #fff;
  z-index: 10;
  position: relative;
  border: 1px solid #e0e2e3;
  border-radius: 16px;
  box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.15);
  margin-bottom: 22px;
}
.faq .faq-card .question {
  color: #000;
  font-size: 20px;
  padding-left: 5px;
  padding: 18px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-family: "Plus Jakarta Sans", sans-serif;
}
.faq .faq-card .question .navigator {
  width: 30px;
  height: 30px;
  border: 2px solid #000;
  border-radius: 100%;
  position: relative;
  min-width: 30px;
}
.faq .faq-card .question .navigator:after {
  width: 13px;
  height: 2px;
  background-color: #000;
  border-radius: 2px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.faq .faq-card .question .navigator:before {
  width: 13px;
  height: 2px;
  background-color: #000;
  border-radius: 2px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  transition: all ease 0.5s;
}
.faq .faq-card .answer {
  overflow: hidden;
  max-height: 0;
  transition: all ease 0.5s;
}
.faq .faq-card .answer .in {
  padding: 10px;
  padding-top: 10px;
  transition: all ease 0.5s;
}
.faq .faq-card .answer p {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #000;
}
.faq .question_opened .question .navigator:before {
  transform: translate(-50%, -50%) rotate(0);
}
.faq .question_opened .answer .in {
  padding: 21px;
  padding-top: 0;
}/*# sourceMappingURL=style.css.map */