@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

* {
  box-sizing: border-box;
}

html {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 15px;
  line-height: 1.5em;
  font-family: 'Montserrat';
  font-weight: normal;
  color: #333333;
  background: #FFFFFF;
  overflow-x: hidden;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin: 0;
  padding: 0;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

a {
  display: inline-block;
  text-decoration: none;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #0b5798;
}

:focus {
  outline: none !important;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

iframe {
  max-width: 100%;
}

label {
  display: inline-block;
}

.form-col {
  margin-bottom: 8px;
}

.form-textarea {
  margin-bottom: 0;
}

.form-col__button {
  margin-top: 24px;
}

label {
  display: inline-block;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
}

textarea {
  width: 100%;
  border: none;
  background: #ffffff;
  border-radius: 10px;
  padding: 13px 20px;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #34295e;
  resize: none;
}

[type="text"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="search"],
[type="tel"],
[type="url"],
[type="week"],
[type="date"] {
  width: 100%;
  border: none;
  padding: 13px 20px;
  outline: none;
  transition: 0.2s ease all;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #34295e;
  height: 42px;
  background: #ffffff;
  border-radius: 10px;
}

input::-webkit-input-placeholder {
  color: #707070;
  opacity: 1;
}

textarea::placeholder,
input::placeholder {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #34295e;
  opacity: 100;
}

[type="submit"] {
  border: none;
  outline: none;
  padding: 13px 38px;
  border-radius: 0px;
  transition: 0.2s ease all;
  text-align: center;
  display: inline-block;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  background: #a6c7e4;
}

[type="submit"]:hover {
  background: #7ea8cd;
}

@media (min-width: 576px) {
  .form-col:last-child {
    margin-bottom: 0px;
  }

  .form-textarea {
    margin-bottom: 0;
    height: 100%;
  }

  .form-textarea textarea {
    height: 100%;
  }

  .form-col__button {
    margin-top: 32px;
  }

  textarea {
    padding: 17px 37px;
  }
}

.btns {
  display: inline-block;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.5em;
  color: #FFFFFF;
  padding: 9px 22px;
}

.primary-btn {
  background: #A6C7E4;
}

.primary-btn:hover {
  background: #7ea8cd;
}

.secondary-btn {
  background: #070B30;
}

.secondary-btn:hover {
  background: #1f2776;
}

h1 {
  font-weight: 400;
  font-size: 32px;
  color: #fff;
  text-transform: capitalize;
}

h2 {
  font-size: 28px;
  line-height: 1.25em;
  font-weight: 900;
  color: #A6C7E4;
}

p {
  font-size: 15px;
  line-height: 1.5em;
  font-weight: 500;
  margin: 0;
}

.container-fluid {
  max-width: 100%;
  padding: 0 17px;
}

@media (min-width: 768px) {
  h2 {
    font-size: 34px;
  }

  p {
    font-size: 16px;
  }

  .btns {
    font-size: 16px;
    padding: 13px 38px;
  }

  .secondary-btn {
    padding: 13px 30px;
  }

  .container-fluid {
    padding: 0 30px;
  }
}

@media (min-width: 1200px) {
  h2 {
    font-size: 40px;
  }

  .container-fluid {
    padding: 0 52px;
  }
}


/* Icons add here */
@font-face {
  font-family: 'Pure';
  src:
    url('../icons/Pure.ttf?f72ww4') format('truetype'),
    url('../icons/Pure.woff?f72ww4') format('woff'),
    url('../icons/Pure.svg?f72ww4#Pure') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Pure' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-1:before {
  content: "\e900";
}

.icon-2:before {
  content: "\e901";
}

.icon-3:before {
  content: "\e902";
}

.icon-4:before {
  content: "\e903";
}

.icon-5:before {
  content: "\e904";
}



/* header css start */
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  padding: 10px 0;
}

.header.sticky {
  background: #FFFFFF;
  box-shadow: 0 0 15px #A6C7E4;
  padding: 10px 0;
}

.header-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.logo a {
  display: block;
  max-width: 130px;
}

.header.sticky .logo a {
  max-width: 130px;
}

.header-right {
  display: flex;
  align-items: center;
}

.menu-bar {
  position: fixed;
  top: 0;
  left: -100%;
  z-index: 99;
  height: 100%;
  width: 300px;
  background: #A6C7E4;
  opacity: 0;
  transition: 0.4s;
  padding: 30px 0 0 30px;
}

.menu-bar.show {
  left: 0;
  opacity: 1;
}

.menu-bar li {
  margin-bottom: 15px;
}

.menu-bar li a {
  font-size: 15px;
  line-height: 1.5em;
  font-weight: 600;
  color: #070B30;
}

.contact-btn-wrap {
  margin: 0 15px 0 0;
}

.contact-btn-wrap a.primary-btn {
  font-size: 14px;
}

.hdr-social-links {
  display: none;
  flex-wrap: wrap;
  align-items: center;
}

.toggle-btn {
  border: none;
  background: transparent;
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 7px;
  width: 30px;
  height: 30px;
  overflow: hidden;
  padding: 0;
}

.toggle-btn span {
  width: 100%;
  height: 3px;
  background: #070B30;
  border-radius: 2px;
  transition: 0.2s ease-in-out;
}

.toggle-btn.active {
  row-gap: 0;
}

.toggle-btn.active span:first-child {
  transform: rotate(45deg) translate(1px, 1px);
}

.toggle-btn.active span:nth-child(2) {
  display: none;
}

.toggle-btn.active span:last-child {
  transform: rotate(-45deg) translate(1px, -1px);
}

@media (min-width: 575px) {
  .hdr-social-links {
    display: flex;
    gap: 15px;
  }

  .hdr-social-links li a {
    font-size: 24px;
    line-height: 1;
    color: #070B30;
  }

  .contact-btn-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 30px;
  }
}

@media (min-width: 768px) {
  .logo a {
    max-width: 200px;
  }

  .header.sticky .logo a {
    max-width: 180px;
  }

  .menu-bar {
    width: 70%;
  }

  .menu-bar li a {
    font-size: 18px;
  }

  .contact-btn-wrap a.primary-btn {
    font-size: 16px;
  }
}

@media (min-width: 1200px) {
  .header {
    padding: 18px 0 0 0;
  }

  .header.sticky {
    padding: 15px 0;
  }

  .header-wrapper {
    align-items: flex-start;
    transition: 0.3s;
    margin: 0 -52px 0 0;
  }

  .header.sticky .header-wrapper {
    align-items: center;
  }

  .logo a {
    max-width: 270px;
    margin: 32px 0 0;
  }

  .header.sticky .logo a {
    max-width: 240px;
    margin: 0;
  }

  .menu-bar {
    position: relative;
    left: unset;
    top: unset;
    width: auto;
    height: auto;
    background: transparent;
    display: flex;
    gap: 50px;
    opacity: 1;
    padding: 0;
    margin: 0px 0 12px;
  }

  .menu-bar li {
    margin-bottom: 0;
  }

  .menu-bar li a {
    color: #111217;
  }

  .menu-bar li a:hover,
  .menu-bar li.active a {
    color: #A6C7E4;
  }

  .header-right {
    align-items: flex-end;
  }

  .contact-btn-wrap {
    position: relative;
    display: block;
    transition: 0.2s;
    padding: 36px 0 0;
    margin: 0 0 0 40px;
  }

  .header.sticky .contact-btn-wrap {
    padding-top: 0;
  }

  .hdr-social-links {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    transition: 0.2s;
  }

  .header.sticky .hdr-social-links {
    top: -52px;
  }

  .hdr-social-links li a:hover {
    color: #A6C7E4;
  }

  .toggle-btn {
    display: none;
  }
}

@media (min-width: 1366px) {
  .logo a {
    max-width: 310px;
  }

  .contact-btn-wrap a.primary-btn {
    padding: 13px 100px;
  }
}

/* header css end */

/* banner css start */
.banner {
  margin: 90px 0 0;
}

.banner-content h1 {
  font-size: 31px;
  line-height: 1.0416666666666667em;
  font-weight: 900;
  color: #A6C7E4;
  margin: 0 0 20px;
}

.banner-content h5 {
  font-size: 18px;
  line-height: 1.208333em;
  font-weight: 700;
  color: #070B30;
  margin: 0 0 10px;
}

.banner-content h5:last-of-type {
  margin: 0 0 25px;
}

.banner-image {
  position: relative;
  margin: 30px -17px 0 0;
}

.banner-image img {
  width: 100%;
  border-radius: 50px 0 0 0;
}

.banner-contact-detl {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #070B30;
  border-radius: 50px 0px 0px 0px;
  max-width: 215px;
  padding: 25px 30px;
}

.banner-contact-detl h5 {
  font-size: 18px;
  line-height: 1.25em;
  font-weight: 800;
  text-align: right;
  color: #FFFFFF;
}

.banner-contact-detl a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  color: #A6C7E4;
  margin: 10px 0 0;
}

.banner-contact-detl a:hover {
  color: #FFFFFF;
}

@media (min-width: 768px) {
  .banner {
    margin: 110px 0 0;
  }

  .banner-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-right: -30px;
  }

  .banner-content {
    width: 45%;
    padding: 0 15px 0 0;
    margin: 30px 0 0;
  }

  .banner-content h1 {
    font-size: 29px;
  }

  .banner-image {
    width: 55%;
    margin: 0;
  }

  .banner-image img {
    height: 100%;
    object-fit: cover;
  }

  .banner-contact-detl {
    z-index: 1;
    bottom: -20px;
  }
}

@media (min-width: 1200px) {
  .banner {
    margin: 145px 0 0;
  }

  .banner-wrapper {
    margin-right: -52px;
  }

  .banner-content {
    width: calc(100% - 63.4%);
    align-content: flex-end;
    margin: 0 0 34px;
  }

  .banner-content h1 {
    font-size: 37px;
    margin-bottom: 35px;
  }

  .banner-content h5 {
    font-size: 22px;
    margin: 0 0 15px;
  }

  .banner-content h5:last-of-type {
    margin: 0 0 45px;
  }

  .banner-image {
    width: 63.4%;
    margin: 0 0 34px;
  }

  .banner-image img {
    border-radius: 100px 0 0 0;
  }

  .banner-contact-detl {
    max-width: 306px;
    padding: 45px 52px 60px 59px;
    bottom: -34px;
  }

  .banner-contact-detl h5 {
    font-size: 24px;
  }

  .banner-contact-detl h5 a i {
    font-size: 18px;
  }
}

@media (min-width: 1440px) {
  .banner-content h1 {
    font-size: 48px;
  }

  .banner-content h5 {
    font-size: 24px;
  }
}

/* banner css end */

.text-cards {
  position: relative;
  padding: 45px 0;
}

.text-cards-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.15;
}

.text-cards-title {
  text-align: center;
  margin: 0 0 30px;
}

.text-cards-title h2 {
  margin: 0 0 12px;
}

.text-cards-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.text-cards-col {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(50% - 10px);
  height: 120px;
  text-align: center;
  background: #A6C7E4;
  border-radius: 30px 0px 0px 0px;
  padding: 0 15px;
}

.text-cards-col p {
  font-weight: 700;
  color: #FFFFFF;
}

@media (min-width: 768px) {
  .text-cards {
    padding: 70px 0;
  }

  .text-cards-title {
    margin: 0 0 50px;
  }

  .text-cards-col {
    width: calc(33.33% - 13.33px);
  }
}

@media (min-width: 1200px) {
  .text-cards {
    padding: 90px 0 75px 0;
    margin-top: -34px;
  }

  .text-cards-title {
    max-width: 1174px;
    margin: 0 auto;
    padding: 0 0 90px;
  }

  .text-cards-title h2 {
    margin: 0 0 20px;
  }

  .text-cards-flex {
    gap: 30px;
  }

  .text-cards-col {
    width: calc(20% - 24px);
    min-height: 200px;
    padding: 0 15px;
  }

  .text-cards-col p span {
    display: block;
  }
}

@media (min-width: 1440px) {
  .text-cards-flex {
    gap: 45px;
  }

  .text-cards-col {
    width: calc(20% - 36px);
  }
}

/* banner css end */

.newsletter-wrap {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 15px;
  background: #070B30;
  border-radius: 20px;
  padding: 30px 15px;
}

.newsletter-wrap h5 {
  font-size: 18px;
  line-height: 1.2083333333333333em;
  font-weight: 700;
  color: #FFFFFF;
  text-align: center;
}

.newsletter-form {
  position: relative;
}

.newsletter-form input {
  border: none;
  outline: none;
  height: 60px;
  background: #FFFFFF;
  border-radius: 50px;
  font-size: 16px;
  color: #111217;
  padding: 15px 60px 15px 15px;
}

.newsletter-form input::placeholder {
  font-size: 15px;
  line-height: 1.2222222222222223em;
  font-weight: 400;
  color: #464646;
}

.newsletter-form button {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  width: 60px;
  height: 60px;
  border: none;
  background: #A6C7E4;
  border-radius: 50%;
  font-size: 20px;
  line-height: 1;
  color: #FFFFFF;
}

@media (min-width: 768px) {
  .newsletter-wrap {
    gap: 25px;
    border-radius: 50px;
    padding: 40px;
  }

  .newsletter-wrap h5 {
    font-size: 24px;
  }

  .newsletter-form input {
    padding: 15px 60px 15px 35px;
  }
}

@media (min-width: 1024px) {
  .newsletter-wrap {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 38px;
    padding: 60px 20px;
  }

  .newsletter-form input {
    min-width: 350px;
  }
}

@media (min-width: 1200px) {
  .newsletter-form input {
    min-width: 460px;
    height: 75px;
  }

  .newsletter-form button {
    width: 75px;
    height: 75px;
    font-size: 24px;
    transition: 0.3s;
  }

  .newsletter-form button:hover {
    background: #7e9bb5;
  }

  .newsletter-form input {
    font-size: 18px;
    padding: 15px 80px 15px 35px;
  }

  .newsletter-form input::placeholder {
    font-size: 18px;
  }
}

.pluming-service {
  margin: 45px 0;
}

.service-wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 30px 0;
}

.service-left {
  margin-left: -17px;
}

.service-left img {
  display: none;
}

.service-left-content {
  text-align: right;
  background: #A6C7E4;
  border-radius: 0px 60px 0px 0px;
  padding: 40px 30px 40px 15px;
}

.service-left-content h2 {
  color: #FFFFFF;
  margin: 0 0 15px;
}

.service-left-content h2 span {
  display: block;
}

.service-right li:not(:last-child) {
  margin: 0 0 10px;
}

.service-right li h5 {
  font-size: 18px;
  line-height: 2.5em;
  font-weight: 800;
  color: #000000;
}

.service-right li span {
  display: block;
  position: relative;
  font-weight: 600;
  color: #000000;
  padding: 0 0 0 26px;
}

.service-right li span::before {
  position: absolute;
  content: "";
  top: 5px;
  left: 0;
  width: 20px;
  height: 10px;
  background: url(../img/list-arrow.svg) no-repeat center center / cover;
}

@media (min-width: 768px) {
  .pluming-service {
    margin: 60px 0;
  }

  .service-wrapper {
    flex-direction: row;
  }

  .service-left {
    width: 50%;
    align-content: flex-end;
    margin-left: -30px;
  }

  .service-left img {
    display: block;
  }

  .service-right {
    width: calc(50% + 30px);
    padding-left: 20px;
  }

  .service-right li h5 {
    font-size: 20px;
  }
}

@media (min-width: 1200px) {
  .pluming-service {
    margin: 40px 0 80px 0;
  }

  .service-wrapper {
    align-items: flex-end;
  }

  .service-left {
    width: 44%;
    margin-left: -52px;
    margin-bottom: 20px;
  }

  .service-left img {
    height: 350px;
    object-fit: cover;
  }

  .service-left-content {
    border-radius: 0px 100px 0px 0px;
    padding: 110px 80px 25px 40px;
  }

  .service-left-content h2 {
    margin: 0 0 40px;
  }

  .service-right {
    width: calc(56% + 52px);
    padding: 0 0 0 50px;
  }

  .service-right li:not(:last-child) {
    margin: 0 0 15px;
  }

  .service-right li span {
    font-size: 18px;
    line-height: 1.8em;
    padding: 0 0 0 40px;
    margin: 15px 0 0;
  }

  .service-right li span::before {
    top: 7px;
    width: 26px;
    height: 16px;
  }
}


.testimonials {
  margin: 50px 0;
}

.testimonials-content {
  text-align: center;
  margin: 0 0 30px;
}

.testimonials-content h2 {
  color: #070B30;
}

.testimonials-content figure {
  display: block;
  max-width: 120px;
  margin: 15px auto 15px auto;
}

.testimonials-content p {
  color: #1E1E1E;
}

.testimonials-right {
  position: relative;
  margin-right: -17px;
}

.testimonials-right::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% - 50px);
  height: 100%;
  background: #070B30;
  border-radius: 40px 0 0 40px;
}

.js-testimonials-slider {
  padding: 40px 0 80px 0;
}

.testimonials-slider-col {
  margin: 0 15px 0 0;
}

.testimonials-item {
  display: flex;
  flex-direction: column;
  background: #FFFFFF;
  border-radius: 30px;
  width: 300px;
  min-height: 360px;
  text-align: center;
  transition: 0.3s;
  padding: 80px 15px 40px 15px;
}

.testimonials-slider-col.slick-current .testimonials-item {
  background: #A6C7E4;
}

.testi-text p {
  color: #1E1E1E;
  transition: 0.3s;
  margin: 0 0 15px;
}

.testimonials-slider-col.slick-current .testi-text p {
  color: #FFFFFF;
}

.testimonials-slider-col h6 {
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 700;
  color: #1E1E1E;
  margin-top: auto;
}

.testimonials-slider-col h6 span {
  display: block;
}

.testimonials-slider-col.slick-current h6 {
  color: #FFFFFF;
}

@media (min-width:768px) {
  .testimonials {
    margin: 70px 0;
  }

  .testimonials-content {
    margin: 0 0 40px;
  }

  .testimonials-slider-col {
    margin: 0 30px 0 0;
  }

  .testimonials-content figure {
    max-width: 145px;
  }

  .testimonials-right {
    margin-right: -30px;
  }

  .testimonials-right::before {
    width: calc(100% - 112px);
    border-radius: 50px 0 0 50px;
  }

  .js-testimonials-slider {
    padding: 64px 0 38px 0;
  }

  .testimonials-item {
    width: 350px;
    min-height: 380px;
    border-radius: 50px;
    padding: 85px 28px 40px 28px;
  }
}

@media (min-width: 1200px) {
  .testimonials {
    margin: 100px 0;
  }

  .testimonials-wrap {
    display: flex;
    flex-wrap: wrap;
    margin-right: -52px;
  }

  .testimonials-content {
    width: 35%;
    text-align: left;
    align-content: flex-end;
    padding-left: 30px;
    margin: 0 0 80px;
  }

  .testimonials-content figure {
    margin: 24px 0;
  }

  .testimonials-right {
    width: calc(100% - 35%);
    margin-right: 0;
    padding-left: 54px;
  }

  .testimonials-right::before {
    width: calc(100% - 166px);
  }
}


.project-area {
  margin: 50px 0;
}

.project-area-top {
  text-align: center;
  margin: 0 0 25px;
}

.project-area-top h2 {
  margin: 0 0 12px;
}

.project-area-top p {
  color: #000000;
}

.project-gallery-wrap,
.gallery-inner-wrap {
  gap: 24px 0;
}

.project-gallery-col img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  border-radius: 30px;
}

@media (min-width: 768px) {
  .project-area {
    margin: 70px 0;
  }

  .project-area-top {
    margin: 0 0 35px;
  }

  .project-gallery-col:nth-child(2) {
    order: 3;
  }

  .project-gallery-col:last-child {
    order: 2;
  }

  .project-gallery-col img {
    height: 270px;
  }
}

@media (min-width: 1200px) {
  .project-area {
    margin: 100px 0;
  }

  .project-area-top {
    margin: 0 0 55px;
  }

  .project-area-top h2 {
    margin: 0 0 20px;
  }

  .project-area-top p {
    max-width: 1174px;
    margin: 0 auto;
  }

  .project-gallery-wrap {
    padding: 0 42px;
  }

  .project-gallery-col {
    order: unset !important;
  }

  .project-gallery-col img {
    height: 506px;
  }

  .gallery-inner-col {
    padding: 0 30px;
  }

  .gallery-inner-col img {
    height: 240px;
  }
}


/* Snjoy 16.07.2025 */

.page-title {
  margin-top: 85px;
  margin-bottom: 67px;
}

.page-title h1 {
  font-weight: 900;
  font-size: 30px;
  line-height: 1.0416666666666667em;
  text-align: center;
  color: #a6c7e4;
  margin-bottom: 10px;
}

.page-title p {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.2083333333333333em;
  text-align: center;
  color: #070b30;
}

@media (min-width: 768px) {
  .page-title h1 {
    font-size: 38px;
  }
}

@media (min-width: 1200px) {
  .page-title {
    margin-top: 191px;
  }

  .page-title h1 {
    font-size: 48px;
    margin-bottom: 39px;
  }

  .page-title p {
    font-size: 24px;
    line-height: 1.2083333333333333em;
  }
}

.contact-info {
  display: block;
  margin-bottom: 70px;
}

.contact-info-block {
  position: relative;
  width: 100%;
  height: 253px;
  background: #a6c7e4;
  border-radius: 0px 0px 50px 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.contact-infoimage {
  position: absolute;
  top: -74px;
  right: -386px;
  z-index: -1;
  display: none;
}

.contact-info-block h2 {
  display: flex;
  align-items: center;
  color: #fff;
  font-weight: 600;
  margin: 0 0 15px;
}

.contact-info-block h2 a {
  color: #ffffff;
}

.contact-info-block h2 a:hover,
.contact-info-block p a:hover {
  color: #070b30;
}

.contact-info-block p {
  color: #fff;
}

.contact-info-block p a {
  font-weight: 600;
  font-size: 14px;
  line-height: 29px;
  color: #ffffff;
}

.contact-info-block i {
  font-size: 24px;
  margin-right: 26px;
}

@media (min-width: 768px) {
  .contact-info-block {
    width: 489px;
  }

  .contact-infoimage {
    top: -74px;
    right: -386px;
    display: block;
  }

  .contact-info-block h2 {
    margin: 0 0 30px;
  }

  .contact-info-block p a {
    font-size: 24px;
  }
}

@media (min-width: 1200px) {
  .contact-infoimage {
    top: -74px;
    right: -386px;
  }

  .contact-info {
    margin-bottom: 147px;
  }
}

footer {
  position: relative;
}

footer::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 143px);
  background: #a6c7e4;
  z-index: -1;
}

footer .container {
  padding: 0;
  max-width: 1185px;
}

.footer-form {
  position: relative;
  background: #070b30;
  border-radius: 100px 0px 0px 0px;
  padding: 41px 20px 17px;
  text-align: center;
}

.footer-form i {
  font-size: 20px;
  color: #a6c7e4;
}

.footer-form__titel h2 {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.21875em;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  margin: 20px 0 26px;
}

.footer-bottom {
  padding: 50px 0;
}

.footer-bottom ul li {
  width: 100%;
  text-align: center;
  margin: 10px 0;
}

.footer-bottom ul li a {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.05em;
  color: #ffffff;
  text-align: center;
}

.footer-bottom p {
  font-weight: 600;
  font-size: 12px;
  line-height: 1.75em;
  color: #ffffff;
  text-align: center;
}

@media (min-width: 768px) {
  .footer-form__titel h2 {
    font-size: 32px;
  }

  .footer-form {
    padding: 41px 70px 17px;
  }

  .footer-bottom ul {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 14px;
  }

  .footer-bottom ul li {
    width: max-content;
    margin: 0;
    padding: 0 55px;
    position: relative;
  }

  .footer-bottom ul li:first-child {
    padding-left: 0;
  }

  .footer-bottom ul li:last-child {
    padding-right: 0;
  }

  .footer-bottom ul li::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0px;
    width: 1px;
    height: 18px;
    background: #fff;
  }

  .footer-bottom ul li a:hover {
    color: #070b30;
  }

  .footer-bottom ul li:last-child::after {
    display: none;
  }
}

@media (min-width: 1200px) {
  .footer-form {
    padding: 41px 170px 17px 187px;
  }

  .footer-form__titel h2 {
    margin: 20px 0 40px;
  }

  .footer-bottom {
    padding: 60px 0 77px;
  }
}

@media (min-width: 1600px) {
  footer .container {
    max-width: unset;
  }

  .footer-form {
    margin: 0 105px 0 64px;
  }
}

.project-block {
  margin: 50px 0;
}

.slides-numbers {
  background: #a6c7e4;
  width: 134px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 30px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.slides-numbers .active {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.225em;
  color: #ffffff;
}

.slider-holder .slick-arrow {
  bottom: unset;
  top: 60px;
  left: 20px;
}

.slider-holder .slick-next {
  left: 78px;
}

.project-item.slick-slide {
  display: flex;
  flex-direction: column-reverse;
}

.project-slider-content {
  margin-top: 20px;
}

.project-slider-content p {
  font-weight: 600;
  margin-bottom: 16px;
}

.project-slider-content p:last-child {
  margin-bottom: 0px;
}

.slider-container {
  position: relative;
}

.media-wrap img {
  width: 100%;
  border-radius: 30px;
}

@media (min-width: 768px) {
  .slides-numbers .active {
    font-size: 40px;
  }

  .project-item.slick-slide {
    display: flex;
    flex-wrap: wrap;
    flex-direction: unset;
  }

  .media-wrap {
    width: calc(100% - 250px);
    margin: 0 0 0 22px;
  }

  .project-slider-content {
    width: 228px;
    padding-top: 137px;
  }

  .project-slider-content {
    margin: 0;
  }

  .media-wrap img {
    border-radius: 50px;
  }

  .slides-numbers {
    width: 320px;
    height: 130px;
  }

  .slider-holder .slick-arrow {
    bottom: unset;
    top: 81px;
    left: 120px;
  }

  .slider-holder .slick-next {
    left: 165px;
  }
}

@media (min-width: 1200px) {
  .media-wrap {
    width: calc(100% - 350px);
  }

  .project-slider-content {
    width: 328px;
    padding-top: 370px;
  }

  .slides-numbers {
    width: 490px;
    height: 253px;
    padding-top: 65px;
  }

  .slider-holder .slick-arrow {
    width: 67px;
  }

  .slider-holder .slick-arrow::before {
    font-size: 67px;
  }

  .slider-holder .slick-arrow {
    top: 140px;
    left: 170px;
  }

  .slider-holder .slick-next {
    left: 270px;
  }

  .media-wrap img {
    width: 100%;
    height: 717px;
    object-fit: cover;
  }

  .project-block {
    margin: 50px 0 90px;
  }
}


.offers-area {
  margin: 0 0 50px;
}

.offers-content-col {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 25px 0;
}

.offers-content-col:not(:last-child) {
  margin-bottom: 30px;
}

.offers-title-box {
  text-align: right;
  background: #A6C7E4;
  padding: 50px 30px 50px 0;
  margin-left: -17px;
}

.offers-title-box h6 {
  font-size: 18px;
  line-height: 1.4em;
  font-weight: 800;
  text-transform: uppercase;
  color: #FFFFFF;
}

.offers-title-box h6 span {
  display: block;
}

.offers-title-box .line-border {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 25px;
  margin-bottom: 14px;
}

.offers-title-box .line-border div {
  position: relative;
  flex-grow: 1;
  border: 1px solid #FFFFFF;
}

.offers-title-box .line-border div::after {
  position: absolute;
  content: "";
  top: -5px;
  right: -5px;
  width: 10px;
  height: 10px;
  background: #FFFFFF;
  border-radius: 50%;
}

.offers-details p,
.offers-details h6,
.offers-details ul li {
  font-size: 14px;
  line-height: 1.625em;
  font-weight: 600;
  text-align: justify;
  color: #000000;
}

.offers-details p strong {
  font-weight: 700;
  color: #A6C7E4;
}

.offers-details h6 {
  font-size: 16px;
  margin: 15px 0 0;
}

.offers-details ul {
  margin: 15px 0;
}

.offers-details ul li {
  position: relative;
  padding-left: 24px;
  margin: 5px 0;
}

.offers-details ul li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  width: 4px;
  height: 4px;
  background: #000000;
  border-radius: 50%;
}

@media (min-width: 768px) {
  .offers-area {
    margin: 0 0 80px;
  }

  .offers-title-box {
    padding: 80px 50px 80px 0;
    margin-left: -30px;
  }

  .offers-title-box h6 {
    font-size: 20px;
  }

  .offers-title-box .line-border {
    gap: 28px;
  }

  .offers-details p,
  .offers-details h6,
  .offers-details ul li {
    font-size: 16px;
  }
}

@media (min-width: 1200px) {
  .offers-content-col {
    flex-direction: row;
  }

  .offers-content-col:not(:last-child) {
    margin-bottom: 50px;
  }

  .offers-title-box {
    width: 380px;
    padding: 40px 40px 40px 0;
    margin-left: -52px;
  }

  .offers-title-box h6 {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-direction: column;
    height: 100%;
  }

  .offers-title-box .line-border {
    width: 100%;
  }

  .offers-details {
    width: calc(100% - (380px - 52px));
    padding-left: 50px;
  }
}

/*  SAnjoy 17.07.2025 */

.half-and-half-content {
  margin: 50px 0;
}

.half-and-half-content__area {
  margin-bottom: 30px;
}

.half-and-half-content__area:last-child {
  margin-bottom: 0px;
}

.half-and-half-content__area p span {
  color: #a6c7e4;
}

.half-and-half-content__area p {
  margin-bottom: 15px;
  text-align: justify;
  color: #000000;
}

.half-and-half-content__area p:last-child {
  margin-bottom: 0px;
}

@media (min-width: 1200px) {
  .half-and-half-content {
    margin: 65px 0 72px;
  }

  .half-and-half-content {
    margin: 65px 0 72px;
  }

  .half-and-half-content__area p {
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.625em;
  }

  .half-and-half-content__area p:last-child {
    margin-bottom: 0px;
  }

  .half-and-half-content__flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 20px;
  }

  .half-and-half-content__area {
    margin: 0 0 0;
    width: calc(50% - 30px);
  }
}

.cta {
  margin: 50px 0;
}

.cta-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  height: 428px;
  background: rgba(7, 11, 48, 0.6);
  padding-top: 152px;
}

.cta-content {
  padding: 0 15px;
}

.cta-content h3 {
  font-weight: 900;
  font-size: 20px;
  line-height: 1.25em;
  color: #a6c7e4;
  text-align: center;
}

.cta-contact {
  position: absolute;
  width: 318px;
  height: 209px;
  right: -17px;
  bottom: -33px;
  background: #a6c7e4;
  border-radius: 50px 0px 0px 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.cta-contact__warapper {
  width: 200px;
}

.cta-contact p {
  font-weight: 800;
  font-size: 24px;
  line-height: 30px;
  text-align: right;
  color: #ffffff;
  margin-bottom: 15px;
}

.cta-contact p:last-child {
  margin-bottom: 0px;
}

.cta-contact p span {
  color: #000000;
}

.cta-contact i {
  font-size: 18px;
  color: #000000;
  margin-right: 9px;
}

.cta-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

@media (min-width: 768px) {
  .cta-contact {
    right: -30px;
  }

  .cta-content h3 {
    font-size: 30px;
  }
}

@media (min-width: 1200px) {
  .cta {
    margin: 72px 0 135px;
  }

  .cta-content h3 {
    font-size: 40px;
  }

  .cta-contact {
    right: -52px;
  }
}