
a {
  color: #ffffff;
  text-decoration: none;
  transition: 0.3s;
}


h1,
h2,
h3,
h4,
h5,
h6 {
  color: #171717;
  font-family: "Roboto", serif;
}

/*--------------------------------------------------------------
# General Styling & Shared Classes
--------------------------------------------------------------*/
body {
  background-color:#ffffff;
  font-family: "Roboto", serif;
}

/*--------------------------------------------------------------
# 404
--------------------------------------------------------------*/
.error-page{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
}
.error-title{
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
  margin-top: 50px;
}
/*--------------------------------------------------------------
# Global Header
--------------------------------------------------------------*/
.header {
  background-color: #292929;
  box-shadow: 0px 4px 7px #0000001A;
  transition: all 0.5s;
  height: 70px;
  z-index: 997;
}

.header-phone{
  color: #ffffff;
  font-family: "Roboto", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 24px;
}



/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Navmenu - Desktop */

@media (min-width: 920px) {
  .navmenu {
   width: 80%;
  }

  .navmenu ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
    justify-content: space-between;
    margin-left: 5%;
  }

  .navmenu li {
    position: relative;
    margin-right: 5%;
  }

  .navmenu a {
    color: #ffffff;
    padding: 18px 15px;
    font-size: 18px;
    line-height: 22px;
    font-family: "Roboto", serif;
    font-weight: 500;
    font-style: normal;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
  }
  .navmenu a:hover {
    text-shadow: 0px 0px 10.9px #FF941B;
    color: #ffffff;
  }
  .navmenu a:active {
    color: #FF941B;
  }

  .navmenu li:last-child a {
    padding-right: 0;
  }
}
@media (min-width: 1500px) {
.navmenu a {
  font-size: 24px;
}
}
/* Navmenu - Mobile */
.navmenu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.navmenu li {
  display: inline-block;
  margin: 0 15px;
}
.navmenu-mob {
  display: none;

}
.navmenu-mob.active {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  background-color: #fff;
  position: absolute;
  top: 0px;
  z-index: 100;
  width: 100%;
  height: 102vh;
  padding: 10px;
}
.close-icon {
  display: none;
  position: fixed;
  top: 25px;
  right: 35px;
  cursor: pointer;
  background-color: transparent;
  z-index: 1100;
}
.close-icon::before,
.close-icon::after {
  content: '';
  position: absolute;
  width: 25px;
  height: 2px;
  background-color: #C6C6C6;
  top: 50%;
  left: 0;
  transform-origin: center;
  transition: background-color 0.3s ease;
}
.close-icon::before {
  transform: rotate(45deg);
}

.close-icon::after {
  transform: rotate(-45deg);
}
.hidden{
  display: none !important;
}
.navmenu-mob .ul-mob {
  padding: 50px 0 0 0;
}
.navmenu-mob .ul-mob li {
  margin: 35px 30px 35px 30px;
  padding: 0 0 0 30px;
  list-style: none;
  position: relative;
  overflow: visible;
}
.navmenu-mob .ul-mob li::after {
  position: absolute;
  top: 140%;
  left: 50%;
  width: 100%;
  height: 1px;
  content: '';
  transition: all .4s ease;
  transform: translate(-50%, 0%);
  background-color: #C6C6C6;
}
.navmenu-mob .ul-mob a{
font-size: 18px;
font-weight: 400;
color: #000;
}
.navmenu-mob-links .h3-mob{
text-align: center;
font-size: 17px;
font-weight: 600;
}
.navmenu-mob-links ul{
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  margin-top: 15px;
}
.navmenu-mob-links ul li{
  margin-right: 15px;
  margin-left: 15px;
}
.navmenu-mob .mob-phone{
 font-size: 17px;
 font-weight: 500;
}
.navmenu-mob .footer-mob{
  display: flex;
  justify-content: center;
}
.navmenu-mob .footer-mob img{
  margin-bottom: -10px;
  margin-top: 20px;
}
@media (max-width: 370px) {
  .navmenu-mob-links ul li {
    margin-right: 8px;
    margin-left: 8px;
}
}
.burger-icon {
  display: none;
  cursor: pointer;
  padding-left: 50px;
  z-index: 101;
}
.burger-icon div {
  width: 30px;
  height: 4px;
  background-color: white;
  margin: 6px 0;
}
@media (max-width: 370px) {
  .navmenu-mob-links ul li {
    margin-right: 8px;
    margin-left: 8px;
}
}
.burger-icon {
  display: none;
  cursor: pointer;
  padding-left: 50px;
  z-index: 101;
}
.burger-icon div {
  width: 30px;
  height: 4px;
  background-color: white;
  margin: 6px 0;
}

/* Адаптивні стилі */
@media (max-width: 920px) {
  .navmenu {
    display: none;
  }

  .burger-icon {
    display: block;
  }
}

/*--------------------------------------------------------------
# Global Footer
--------------------------------------------------------------*/
.footer {
  background-color: #292929;
  position: relative;
}

.footer .footer-top {
  padding-top: 50px;
}
.footer .footer-top h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 31px;
  font-family: "Roboto", serif;
  color: #FFFFFF;
  text-transform: uppercase;
  text-align: center;
}

.footer .footer-links {
  margin-bottom: 30px;
}
.footer-phone li{
  list-style: none;
}
.footer .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer .logo-footer{
  margin-top: -51px;
  margin-left: -50px;
  margin-bottom: 30px;
}
.footer .footer-img img{
  margin-top: -15px;
  margin-left: -50px;
  margin-bottom: 30px;
}
.footer .footer-phone{
  margin-left: -60px;
}
.footer .footer-img{
  display: flex;
  justify-content: flex-end;
}
.footer .footer-links ul li {
margin-right: 15px;
margin-left: 15px;
}

.footer .footer-links ul li:first-child {
  padding-top: 0;
}

.footer .footer-links ul a {
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  display: inline-block;
  line-height: 1;
}

.footer .footer-links ul a:hover {
  color: var(--accent-color);
}
.footer-mob{
  display: none;
}
.h3-mob{
  display: none;
}
@media (max-width: 1200px) {
  .footer .logo-footer{
    margin-top: -51px;
    margin-left: 0px;
    margin-bottom: 30px;
  }
  .footer .footer-phone {
    margin-left: -10px; 
}
}
@media (max-width: 992px) {
  .footer .logo-footer{
    display: none;
  }
  .footer .footer-img img{
    display: none;
}
.footer .footer-top .row{
  flex-direction: column-reverse;
    align-items: center;
}
.footer .footer-phone{
  display: flex;
 justify-content: space-evenly;

 }
.footer .footer-top .col-lg-3 {
 width: 100%;
}
.footer .footer-top .col-md-3 {
  width: 100%;
 }
.footer-mob{
  display: flex;
    justify-content: center;
}
 .footer .footer-top {
  padding-top: 0px;
}
.h3-desctop{
  display: none;
}
.h3-mob{
  display: block;
}
.footer .footer-top h3{
  margin-bottom: 30px;
}
}
@media (max-width: 650px) {
  .footer .footer-top h3{
    font-size: 15px;
    font-weight: 500;
    line-height: 31px;
    margin-top: -15px;
    margin-bottom: 15px;
  }
  .footer .footer-links {
    margin-bottom: 10px;
}
.footer .footer-phone {
  margin-left: 0px;
  padding-left: 0px;
  margin-bottom: 5px;
}
.header-phone {
  font-size: 15px;
}
}


/*--------------------------------------------------------------
# Global Sections
--------------------------------------------------------------*/
section,
.section {
  padding: 30px 0;
  scroll-margin-top: 90px;
  overflow: clip;
}

@media (max-width: 1199px) {

  section,
  .section {
    scroll-margin-top: 66px;
  }
}
/*--------------------------------------------------------------
# Global Section Titles
--------------------------------------------------------------*/
.section-title {
  text-align: center;
  padding-bottom: 10px;
  position: relative;
}

.section-title h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
  position: relative;
  
}
.wrapper {
  position: relative;
  display: flex;
  height: 70vh;
  width: 100%;
}
.image {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.image-1 {
  background-image: url(../../assets/img/Rectangle.webp);
  position: relative;
  background-position: right;
  width: 70%;
  top: 0px;
  height: 77%;
  z-index: 2; 
  

}

.image-2 {
  background-image:url(../../assets/img/img-main-page.webp);
  position: absolute; 
  background-position: left;
  top: 60px; 
  width: 60%;
  height: 92%; 
  z-index: 1;
  transform: translateX(70%);
}
.hero .image-1, .hero .image-2 {

  background-size: cover;
  background-repeat: no-repeat;
 
}

.hero .image-2 {
  position: absolute;
  top: 60px;
  transform: translateX(70%);
  z-index: 1;
}

@media (max-width: 920px) {
  .hero{
    margin-top: -60px;
  }
  .hero .image-1 {
    width: 80%;
    height: auto;
    transform: none;
  }

  .hero .image-2 {
    position: absolute;
    top: 340px;
    transform: translateX(150%);
    z-index: 3;
  }
  .image-2 {
    background-image:url(../../assets/img/main-img.webp);
    position: absolute; 
    width: 40%;
    height: 50%;
  }
  .wrapper {
    height: 70vh;
  }

}
@media (max-height: 820px) {
  .wrapper {
    height: 100vh;
  }
}

@media (max-width: 730px) {

  .hero .image-1 {
    background-image: url(../../assets/img/rectangle.webp);
    position: relative;
    background-position: right;
    width: 75%;
    top: 0px;
    height: 75%;
    z-index: 2; 
  }
  .hero {
    margin-top: -10px;
}

}
.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at 90% 10%, color-mix(in srgb, var(--accent-color), transparent 92%), transparent 40%);
  pointer-events: none;
}
.hero .hero-content {
  position: relative;
  z-index: 1;
  padding-top: 40px;
  width: 90%;
}
.hero .hero-content h1 {
  font-size: 30px;
  font-weight: 700;
  line-height: 50px;
  font-family: "Roboto", serif;
  color: #ffffff;
  text-transform: uppercase;
}

.hero .accent-text {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  font-family: "Roboto", serif;
  color: #ffffff;
  text-transform: uppercase;
}
.hero .accent-text span{
  font-size: 30px;
  font-weight: 700;
}

.hero .desc-text{
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  font-family: "Roboto", serif;
  color: #ffffff;
  text-transform: uppercase;
}
.hero .btn-primary span {
  position: relative;
  margin-left: 20px;
  margin-right: 10px;
  }
  .hero .btn-primary span::before {
    position: absolute;
    top: 55%;
    right: -30px;
    display: block;
    width: 12px;
    height: 12px;
    content: '';
    transition: all .4s ease;
    transform: rotate(45deg) translate(-17px, 9px);
    transform-origin: 50% 50%;
    border-width: 2px 2px 0 0;
    border-style: solid;
    border-color: #ffffff;
  }
  .hero .btn-primary span::after {
    position: absolute;
    top: 55%;
    width: 25px;
    height: 2px;
    content: '';
    transition: all .4s ease;
    transform: translate(-50%, -50%);
    background-color: #ffffff;
  }

.popup-form {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #17171785;
  z-index: 1100;
  justify-content: center;
  align-items: center;
}

.popup-content {
  background: #fff;
  padding: 40px 20px 20px 20px;
  width: 100%;
  max-width: 550px;
  position: relative;
  text-align: center;
}
.popup-content h2{
  font-size: 40px;
  font-weight: 600;
  line-height: 60px;
  text-transform: uppercase;
}
.popup-content p{
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  color: #C6C6C6;
}

.close-popup {
  position: absolute;
  right: 35px;
  top: 25px;
  cursor: pointer;
  background-color: transparent;
  z-index: 1100;
}
.close-popup::before, .close-popup::after {
  content: '';
  position: absolute;
  width: 25px;
  height: 2px;
  background-color: #C6C6C6;
  top: 50%;
  left: 0;
  transform-origin: center;
  transition: background-color 0.3s ease;
}
.close-popup::before {
  transform: rotate(45deg);
}
.close-popup::after {
  transform: rotate(-45deg);
}

#feedback-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

#feedback-form input {
  padding: 10px;
  border: 1px solid #FF941B;
  color: #C6C6C6;
  width: 100%;
  box-sizing: border-box;
}
@media (max-width: 650px) {
  .popup-content {
    max-width: 400px;
  }
  .popup-content h2{
    font-size: 24px;
    font-weight: 600;
    line-height: 40px;
    text-transform: uppercase;
  }
  .popup-content p{
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    text-transform: uppercase;
  }
}

@media (min-width: 400px) {
.hero .hero-content {
  position: relative;
  z-index: 1;
  padding-top: 40px;
  width: 90%;
}
.hero .hero-content h1 {
  font-size: 34px;
  font-weight: 700;
  line-height: 50px;
  font-family: "Roboto", serif;
  color: #ffffff;
  text-transform: uppercase;
}

.hero .accent-text {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  font-family: "Roboto", serif;
  color: #ffffff;
  text-transform: uppercase;
}
.hero .accent-text span{
  font-size: 34px;
  font-weight: 700;
  line-height:30px;
}
.hero .desc-text{
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  font-family: "Roboto", serif;
  color: #ffffff;
  text-transform: uppercase;
}
}
@media (min-width: 540px) {
.hero .hero-content h1 {
  font-size: 45px;
  font-weight: 700;
  line-height: 50px;
  font-family: "Roboto", serif;
  color: #ffffff;
  text-transform: uppercase;
}

.hero .accent-text {
  font-size: 28px;
  font-weight: 500;
  line-height: 30px;
  font-family: "Roboto", serif;
  color: #ffffff;
  text-transform: uppercase;
}
.hero .accent-text span{
  font-size: 45px;
  font-weight: 700;
  line-height: 30px;
}
.hero .desc-text{
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  font-family: "Roboto", serif;
  color: #ffffff;
  text-transform: uppercase;
}
}
@media (min-width: 650px) {
.hero .hero-content h1 {
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
  font-family: "Roboto", serif;
  color: #ffffff;
  text-transform: uppercase;
}

.hero .accent-text {
  font-size: 30px;
  font-weight: 500;
  line-height: 40px;
  font-family: "Roboto", serif;
  color: #ffffff;
  text-transform: uppercase;
}
.hero .accent-text span{
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
}
.hero .desc-text{
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  font-family: "Roboto", serif;
  color: #ffffff;
  text-transform: uppercase;
}
}
@media (min-width: 730px) {
  .hero .hero-content {
    position: relative;
    z-index: 1;
    padding-top: 40px;
    width: 80%;
  }
}

@media (min-width: 920px) {
  .hero .hero-content {
    position: relative;
    z-index: 1;
    padding-top: 70px;
    width: 100%;
  }
.hero .hero-content h1 {
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
  font-family: "Roboto", serif;
  color: #ffffff;
  text-transform: uppercase;
}

.hero .accent-text {
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
  font-family: "Roboto", serif;
  color: #ffffff;
  text-transform: uppercase;
}
.hero .accent-text span{
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
}
.hero .desc-text{
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  font-family: "Roboto", serif;
  color: #ffffff;
}
}

@media (min-width: 1300px) {
  .hero .hero-content {
    position: relative;
    z-index: 1;
    padding-top: 100px;
  }
  
  .hero .hero-content h1 {
    font-size: 70px;
    font-weight: 700;
    line-height: 70px;
    font-family: "Roboto", serif;
    color: #ffffff;
    text-transform: uppercase;
  }
  
  .hero .accent-text {
    font-size: 46px;
    font-weight: 500;
    line-height: 70px;
    font-family: "Roboto", serif;
    color: #ffffff;
    text-transform: uppercase;
  }
  .hero .accent-text span{
    font-size: 70px;
    font-weight: 700;
    line-height: 70px;
  }
  .hero .desc-text{
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    font-family: "Roboto", serif;
    color: #ffffff;
  }
  .wrapper {
    height: 85vh;
  }

}

  @media (min-width: 1700px) {
    .hero .hero-content h1 {
      font-size: 75px;
      line-height: 80px;
    }
    .hero .accent-text {
      font-size: 48px;
      line-height: 74px;
    }
    .hero .accent-text span{
      font-size: 75px;
      font-weight: 700;
      line-height: 74px;
    }
    .hero .desc-text{
      font-size: 24px;
      line-height: 32px;
    }
    .hero .btn-primary {
      font-size: 22px;
  }
    .wrapper {
      height: 95vh;
    }

    }
@media (min-width: 2000px) {
  .hero .hero-content h1 {
    font-size: 85px;
    line-height: 90px;
  }
  .hero .accent-text {
    font-size: 64px;
    line-height: 74px;
  }
  .hero .desc-text{
    font-size: 28px;
    line-height: 32px;
  }
  .hero .btn-primary {
    font-size: 24px;
}

.wrapper {
  height: 85vh;
}

  }
.hero-buttons{
  margin-bottom: 30px;
  margin-top: 30px;
}

.hero .btn-primary {
  background-color: #171717;
  color: #ffffff;
  padding: 15px 30px 15px 30px;
  border-radius: 50px;
  border: none;
  font-weight: 500;
  transition: all 0.3s ease;
}

.hero .btn-primary:hover {
  background-color: #171717;
  box-shadow: 0px 0px 10.9px #FF941B;
}

.hero .hero-image {
  position: relative;
  text-align: center;
  z-index: 1;
}

/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/
.about h2{
  font-size: 40px;
  font-weight: 600;
  line-height: 70px;
  font-family: "Roboto", serif;
  color: #292929;
  text-transform: uppercase;
  text-align: center;
}
.stat-content{
  display: flex;
    flex-direction: column;
    align-items: center;
}
.about svg{
  margin-bottom: 40px;
}
.about h3{
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
  font-family: "Roboto", serif;
  color: #292929;
  text-transform: uppercase;
  text-align: center;
}
.about p{
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  font-family: "Roboto", serif;
  color: #C6C6C6;
  text-align: center;
}
@media (max-width: 992px) {
  .about h2 {
    font-size: 34px;
    font-weight: 600;
    line-height: 40px;
  }
.phone-box{
  background-color: #FF941B;
    border-radius: 40px;
    margin: 40px 0 40px 0;
    padding: 20px 0 5px 0;
}
.header-phone-box{
  font-size: 35px;
  font-weight: bold;
  color: #ffffff;
}
.phone-box .footer-phone{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left: 0px;
}
.phone-box .footer-phone svg{
  margin-bottom: 20px;
}
}
@media (max-width: 650px) {
  .about h2{
      font-size: 24px;
      font-weight: 600;
      line-height: 30px;
  }
  .about h3 {
    font-size: 15px;
    font-weight: 600;
    line-height: 28px;
}
}

/*--------------------------------------------------------------
# Features Section
--------------------------------------------------------------*/

.features .tab-content {
  margin-top: 30px;
}


/*--------------------------------------------------------------
# Call To Action Section
--------------------------------------------------------------*/
.cal-to-action{
  background-color: #292929;
  border-radius: 40px;
}

.phoneForm{
  margin-bottom: 20px;
}


.form-container button:hover {
  background-color: #FF941B;
  box-shadow: 0px 0px 10.9px #FF941B;
}
.form-container button:active {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
.message {
  font-size: 14px;
  color: red;
  margin-bottom: 5px;
  margin-top: -5px;
  height: 20px;
}
.form-container input {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #FF941B;
  font-size: 24px;
  line-height: 28px;
  color: #C6C6C6;
  box-sizing: border-box;
}
.form-container button {
  padding: 10px 30px 10px 30px;
  border-radius: 50px;
  color: #fff;
  border: none;
  font-size: 20px;
  font-weight: 500;
  line-height: 38px;
  cursor: pointer;
  background-color: #FF941B;
}
.form-container button span{
  position: relative;
  overflow: visible;
  margin-left: 40px;
}
.form-container button span::before {
  position: absolute;
  top: 55%;
  left: 100%;
  display: block;
  width: 12px;
  height: 12px;
  content: '';
  transition: all .4s ease;
  transform: rotate(45deg) translate(-17px, 9px);
  transform-origin: 50% 50%;
  border-width: 2px 2px 0 0;
  border-style: solid;
  border-color: #ffffff;
}
.form-container button span::after {
  position: absolute;
  top: 55%;
  right: -6px;
  width: 25px;
  height: 2px;
  content: '';
  transition: all .4s ease;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
}
.features h2{
  font-size: 34px;
  font-weight: 500;
  line-height: 42px;
  font-family: "Roboto", serif;
  color: #FFFFFF;
  text-transform: uppercase;
}
.features h2 span{
  font-size: 34px;
  font-weight: 700;
  line-height: 42px;
  font-family: "Roboto", serif;
  color: #FFFFFF;
  text-transform: uppercase;
}
.features p{
  font-size: 18px;
  font-weight: 500;
  line-height: 21px;
  font-family: "Roboto", serif;
  color: #FFFFFF;
}
.features .form-p{
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  color: #C6C6C6;
  margin-bottom: 0.5rem;
}
.cal-action-bg {
  position: relative; 
}
.features {
  position: relative;
  overflow: visible;

}
@media (max-width: 992px) {
  .features{
    background-color: #292929;
  }
  .features .tab-content {
    margin-top: 0px;
}
.features h2{
  font-size: 34px;
  text-align: center;
}
.features h2 span {
  font-size: 34px;
  line-height: 30px;
}
.uppercase{
  text-align: center;
  text-transform: uppercase;
}
}
@media (max-width: 650px) {

.features h2{
  font-size: 24px;
  line-height: 30px;
}
.features h2 span {
  font-size: 24px;
  line-height: 30px;
}
.features p {
  font-size: 15px;
}
.form-container button {
  padding: 10px 20px 10px 20px;

}
}

@media (min-width: 992px) {

  .form-container input {
    width: 90%;

  }
  .features::after {
    content: "";
    background-image: url(../../assets/img/img-action-call.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0px;
    margin-bottom: -30px;
    right: 0;
    width: 60vw;
    height: 95%;
    z-index: 3;
  }

}

@media (min-width: 1200px) {
.features::after {
  top: -20px;
  margin-bottom: -30px;
  right: 0;
  width: 55vw;
  height: 100%;
  z-index: 3;
}
.features h2{
  font-size: 40px;
  font-weight: 500;
  line-height: 52px;
  font-family: "Roboto", serif;
  color: #FFFFFF;
  text-transform: uppercase;
}
.features h2 span{
  font-size: 40px;
  font-weight: 700;
  line-height: 52px;
  font-family: "Roboto", serif;
  color: #FFFFFF;
  text-transform: uppercase;
}
.features p{
  font-size: 18px;
  font-weight: 500;
  line-height: 21px;
  font-family: "Roboto", serif;
  color: #FFFFFF;
}
.features .form-p{
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  color: #C6C6C6;
  margin-bottom: 0.5rem;
}
.form-container input {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #FF941B;
  font-size: 20px;
  line-height: 22px;
  color: #C6C6C6;
  box-sizing: border-box;
}

}
@media (min-width: 1400px) {
  .features{
    height: 500px;
    padding-top: 110px;
  }
.features::after {

  width: 50vw;
  height: 110%;
}
}
@media (min-width: 1700px) {
  .features{
    height: 600px;
    padding-top: 100px;
  }
  .features::after {
    width:45vw;
    height: 100%;
    top: -20px;
  }
}


/*--------------------------------------------------------------
# Services Section
--------------------------------------------------------------*/
.services h2{
  font-size: 40px;
    font-weight: 600;
    line-height: 70px;
    font-family: "Roboto", serif;
    color: #292929;
    text-transform: uppercase;
    text-align: center;
}
.services h2 span{
    color: #FF941B;
}
.services .service-card h3{
  font-size: 54px;
    font-weight: 700;
    line-height: 62px;
  color: #FF941B;
  text-transform: uppercase;
    text-align: center;
}
.services .service-card h4{
  font-size: 24px;
    font-weight: 500;
    line-height: 28px;
  color: #171717;
  text-transform: uppercase;
    text-align: center;
}
.services .service-card h4 span{
  font-size: 24px;
    font-weight: 500;
    line-height: 28px;
    color: #FF941B;
  text-transform: uppercase;
    text-align: center;
}
.services .service-card {
  height: 100%;
  box-shadow: 0px 0px 7px #00000040;
  border-radius: 40px;
  align-items: center;
  text-align: center;
  justify-content: center;
}
.services .fade-sh {
 background-color: #FF941B;
 border-top-right-radius: 38px;
border-bottom-right-radius: 38px;
padding-top: 50px;
padding-bottom: 50px;
}
.services .service-card .fade-sh h3 {
  color: #ffffff;
 }
 .services .service-card .fade-sh h4 span {
  color: #ffffff;
 }
.services .img-d-flex{
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  max-width: 100%;
    height: auto;
}
.col-lg-8 .service-card {
  border: 1px solid #FF941B;
}
.services .flex-sh{
  width: 50%;
  text-align: center;

}
@media (max-width: 992px) {

  .services h2{
    font-size: 34px;
      font-weight: 600;
      line-height: 40px;
  }
  .bg-sh{
    background-image: url(../../assets/img/3Y4A6784.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .services .service-card .col-sh h3{
    color: #ffffff;
  }
  .services .service-card .col-sh h4{
    color: #ffffff;
  }
  .services .flex-sh {
    margin: 10% 0 10% 0;
}
.services .service-card {
  box-shadow: none;
}
.services .flex-sh{
  width: 100%;
}
.container {
  overflow: visible;
}
.services .col-lg-4 .right {
  box-shadow: none;
  position: relative;
  border-left: 1px solid #C6C6C6;
  border-top: 1px solid #C6C6C6;
  border-bottom: 1px solid #C6C6C6;
  border-radius: 40px 0 0 40px;
  padding: 20px;
  overflow: visible;

}
.col-lg-4 .right::before {
  content: "";
  position: absolute;
  right: -30vw;
  height: 100%;
  width: 50vw;
  border-top: 1px solid #C6C6C6;
  top: -1px;
  z-index: 1;
}
.col-lg-4 .right::after {
  content: "";
  position: absolute;
  right: -30vw;
  height: 100%;
  width: 50vw;
  border-bottom: 1px solid #C6C6C6;
  bottom: -1px;
  z-index: 1;
}
.services .col-lg-4 .left {
  box-shadow: none;
  position: relative;
  border-right: 1px solid #C6C6C6;
  border-top: 1px solid #C6C6C6;
  border-bottom: 1px solid #C6C6C6;
  border-radius: 0 40px 40px 0;
  padding: 20px;
  overflow: visible;

}
.col-lg-4 .left::before {
  content: "";
  position: absolute;
  right: 30vw;
  height: 100%;
  width: 50vw;
  border-top: 1px solid #C6C6C6;
  top: -1px;
  z-index: 1;
}
.col-lg-4 .left::after {
  content: "";
  position: absolute;
  right: 30vw;
  height: 100%;
  width: 50vw;
  border-bottom: 1px solid #C6C6C6;
  bottom: -1px;
  z-index: 1;
}

}
@media (max-width: 650px) {
  .services h2{
    font-size: 24px;
      font-weight: 600;
      line-height: 40px;
  }
  .services .service-card h3 {
    font-size: 45px;
    line-height: 55px;
}
.services .service-card h4 {
  font-size: 15px;
  font-weight: 600;
  line-height: 18px;

}
.services .service-card h4 span {
  font-size: 15px;
  font-weight: 600;
  line-height: 18px;
}
}
@media (max-width: 650px) {
  .services .service-card h3 {
    font-size: 40px;
    line-height: 50px;
    letter-spacing: -2.5px;
}
}
.services .service-card:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
}


/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
section, .contact{
  padding: 70px 0;
}
.contact .info-box {
  border-radius: 40px;
  height: 100%;
}

.contact h2{
  font-size: 40px;
    font-weight: 600;
    line-height: 70px;
    font-family: "Roboto", serif;
    color: #292929;
    text-transform: uppercase;
    text-align: center;
}
.contact h2 span{
    color: #FF941B;
}
.contact h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  font-family: "Roboto", serif;
  color: #171717;
  text-transform: uppercase;
}
.contact .map-box {
  margin-left: 30px;
}
.contact .contact-form h3 {
  font-size: 38px;
  font-weight: 500;
  line-height: 52px;
  font-family: "Roboto", serif;
  color: #FFFFFF;
  text-transform: uppercase;
  text-align: center;
}
.contact .contact-form .form-p {
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  color: #C6C6C6;
  margin-bottom: 0.5rem;
  text-transform: none;
}
.contact .contact-form p {
  font-size: 24px;
  font-weight: 500;
  line-height: 31px;
  font-family: "Roboto", serif;
  color: #FFFFFF;
  text-align: center;
  text-transform: uppercase;
}

.contact .contact-form {
  background-color: #292929;
  padding: 3rem;
  border-radius: 40px;
  height: 100%;
}
.contact .img-map{
  height: 100%;
    width: 100%;
}
@media (max-width: 992px) {
  .contact h2 {
    font-size: 34px;
    font-weight: 600;
    line-height: 40px;
  }
  .contact h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
    color: #C6C6C6;
    margin-left: 0px;
}
.contact .info-box {
  border-radius: 40px;
  height: 355px;
}
.contact .contact-form .form-p {
  text-align: start;
}
.section-title h2{
  padding-bottom: 0px;
}
.contact .contact-form h3 {
  font-size: 34px;
  font-weight: 500;
  line-height: 48px;

}

.contact .contact-form p {
  font-size: 20px;
  font-weight: 500;
  line-height: 31px;

}
.contact .contact-form{
  padding: 3rem 0 1rem 0;
}
.contact-form{
  position: relative;
  z-index: 1;
}
.contact-form::before{
  content: "";
  position: absolute;
  background-color: #292929;
  top: 0;
  left: -50vw; 
  right: -50vw;
  bottom: 0;
  z-index: -1;
}
 section, .contact{
  padding: 50px 0 0 0;
 }

}
@media (max-width: 650px) {
  .contact h2{
      font-size: 24px;
      font-weight: 600;
      line-height: 30px;
  }
  .contact .contact-form h3 {
    font-size: 38px;
    font-weight: 500;
    line-height: 52px;

  }
  .contact .contact-form .form-p {
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;

  }
  .contact .contact-form p {
    font-size: 24px;
    font-weight: 500;
    line-height: 31px;

  }
  .contact .contact-form h3 {
    font-size: 34px;
    font-weight: 500;
    line-height: 40px;
  
  }
  .contact .contact-form .form-p {
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
  
  }
  .contact .contact-form p {
    font-size: 15px;
    font-weight: 500;
    line-height: 31px;
  
  }
}

.contact .contact-form .btn {
width: 100%;
}
#map {
  height: 100%;
  width: 100%;
  background-color: #eff2f6; /* Колір фону карти */
  border-radius: 40px;
}

/* Стилі для маркера */
.custom-marker {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(237, 132, 34, 0.5); /* Напівпрозорі краї */
  position: relative;
  box-shadow: none; /* Прибираємо тінь */
}

.custom-marker:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  background-color: #ed8422; /* Колір серцевини */
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
