@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
:root {
  --main-color: #f39032;
  --accent: #c2c3c7;
  --dark: #000;
  --light: #fff;
  --b-radius: 8px
}
*{
  font-family: "Montserrat", sans-serif !important;
}
.onlineregistration {
  text-decoration: none;
  color: #fff;
  font: 14px Montserrat;
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 6px 16px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: var(--b-radius);
  backdrop-filter: blur(8px);
  transition: all 0.3s ease;
}

.onlineregistration svg {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  fill: currentColor;
  transition: transform 0.3s ease;
}

.onlineregistration:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.3);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.onlineregistration:hover svg {
  transform: scale(1.1);
}

.wrapper {
  height: 100vh;
  background: #333;
}

#main-div {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 0;
}
#main-button .icon-close { display: none; }
#main-button.open .icon-mail { display: none; }
#main-button.open .icon-close { display: block; }


#main-button {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 60px;
  width: 60px;
  font-size: 22px;
  color: #fff;
  cursor: pointer;
  background-color: #fff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  border: 1px solid var(--main-color);
  border-radius: 50%;
  transition: all .3s ease;
}

#main-button:hover {
  background-color: #fff;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.3);
  transform: scale(1.08);
}


#main-button~.onlineregistration {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  visibility: hidden;
  font-weight: 600;
  text-decoration: none;
  height: 50px;
  padding: 0 25px;
  color: #fff;
  background:#f39032;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  border: none;
  position: absolute;
  z-index: -1;
  right: 0 !important;
  bottom: 0 !important;
  opacity: 0;
  white-space: nowrap;
  cursor: pointer;
  transition: all .3s ease;
  border-radius: 30px;
  font-size: 14px;
  
}

#main-button.open~.onlineregistration {
  visibility: visible;
  right: 80px !important;
  opacity: 1;
  transition: .4s all cubic-bezier(0, 0.01, 0, 1.27);
}

#main-button.open~.onlineregistration:hover {
  background-color: var(--main-color);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.3);
  transform: translateX(-4px);
}


#main-button~.wrappericon {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  height: 55px;
  width: 55px;
  opacity: 0;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  transition: all .3s ease;
}

#main-button.open~.wrappericon {
  opacity: 1;
  transition: .4s all cubic-bezier(0, 0.01, 0, 1.27);
}

#main-button.open~.wrappericon:hover {
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.3);
  transform: scale(1.12);
}

#main-button.open~#wrapperwp {
  bottom: 70px;
  background: linear-gradient(0deg, #00b100, #09db09);
}

#main-button.open~#wrappertg {
  bottom: 140px;
  background: linear-gradient(0deg, #017ab1, #01abe6) !important;
}

#main-button.open~#wrappermail {
  bottom: 210px;
  background: linear-gradient(0deg, #0078ff, #00c6ff)
}

.wave {
  animation-name: wave;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.wrapper {
  display: block;
  position: absolute;
  z-index: 200;
}

@keyframes wave {
  0% {
    box-shadow: 0 0 0 0 rgba(79, 172, 254, 0.4);
  }

  100% {
    box-shadow: 0 0 0 15px rgba(79, 172, 254, 0);
  }
}

.open {
  animation-iteration-count: 1;
}
.container{
    max-width: 1300px;
    padding: 0 30px;
    margin: auto;
    position: relative;
    z-index: 2;
}
h2{
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--main-color);
}

header {
  width: 100%;
  padding: 7px 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  border-bottom: 1px solid var(--accent);
  background-color: #fff
}
header.scrolled {
    box-shadow: 10px -6px 15px black;
    
}

:root {
  --main-color: #f39032;
}


nav {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-items:center
}

.logo {
  width: 110px;
}

.logo img {
  width: 100%;
  height: auto;
}


.nav-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}


.nav-top {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 15px;
  color: #333;
}

#nav-adress {
  margin-right: 40px;
  color: #666;
}

.nav-top a.nav-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  transition: all 0.3s ease;
}

.nav-top a.nav-icon:hover {
  background: var(--main-color);
  border-color: var(--main-color);
}

.nav-top a.nav-icon svg path {
  transition: fill 0.3s ease;
}

.nav-top a.nav-icon:hover svg path {
  fill: #fff;
}


hr {
  width: 100%;
  border: none;
  border-top: 2px solid rgba(0, 0, 0, 0.1);
  margin: 10px 0;
}


.nav-bottom {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 10px;
}

.nav-menu ul {
  display: flex;
  gap: 25px;
  list-style: none;
}

.nav-menu a {
  color: #333;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.3s ease;
}

.nav-menu a:hover {
  color: var(--main-color);
}


/* From Uiverse.io by css.buttonconsultts-io */ 
.buttonconsultt {
  --color: #560bad;
  font-family: inherit;
  display: inline-block;
  width: 10em;
  height: 2.6em;
  line-height: 2.5em;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  border: 2px solid var(--main-color);
  transition: color 0.5s;
  z-index: 1;
  font-size: 17px;
  border-radius: 8px;
  font-weight: 500;
  color: var(--main-color);
  text-align: center;
  text-decoration: none;
  background-color: #fff
}

.buttonconsultt:before {
  content: "";
  position: absolute;
  z-index: -1;
  background: var(--main-color);
  height: 150px;
  width: 200px;
  border-radius: 50%;
}

.buttonconsultt:hover {
  color: #fff;
}

.buttonconsultt:before {
  top: 100%;
  left: 100%;
  transition: all 0.7s;
}

.buttonconsultt:hover:before {
  top: -30px;
  left: -30px;
}

.buttonconsultt:active:before {
  background: var(--main-color);
  transition: background 0s;
}

.banner__section {
  position: relative;
  background: url(../img/banner.jpeg) center/cover no-repeat;
  padding: 100px 0;
  color: #fff;
  margin-top: 102px;
  margin-bottom: 40px;
}

.banner__section .overlay {
  content: "";
  position: absolute;
  inset: 0;
  background: rgb(30 30 30 / 80%);
  z-index: 0;
}



.banner-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
}


.banner-left h1 {
      font-size: 48px;
    font-weight: 400;
  margin-bottom: 45px;
  line-height: 1.2;
}

.banner-left h1 span {
  color: var(--main-color);
}

.banner-benefits {
  list-style: none;
  padding: 0;
  margin-bottom: 50px;
}

.banner-benefits li {
  position: relative;
  margin-bottom: 12px;
  padding-left: 28px;
  font-size: 17px;
  font-weight: 400;
}

.banner-benefits li::before {
  content: "✔";
  color: var(--main-color);
  position: absolute;
  left: 0;
      transform: translate(0, -50%);
    top: 50%;
  font-size: 16px;
}

.banner-btn {
  display: inline-block;
  background: var(--main-color);
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  padding: 16px 36px;
  border-radius: var(--b-radius);
  letter-spacing: 1px;
  text-decoration: none;
  transition: background 0.3s ease, transform 0.2s ease;
  font-size: 22px;
}

.banner-btn:hover {
  transform: translateY(-3px);
}

.banner-right {
    background: rgb(255 255 255 / 34%);
  border-radius: 14px;
  padding: 30px 35px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.3);
  width: 30%;
}

.banner-right h3 {
  color: var(--main-color);
  font-size: 34px;
  font-weight: 500;
  margin-bottom: 20px;
}

.banner-right ul {
  list-style: none;
  padding: 0;
}

.banner-right ul li {
  position: relative;
  margin-bottom: 12px;
  padding-left: 24px;
  font-size: 16px;
  line-height: 18px;
}

.banner-right ul li::before {
  content: "✔";
  color: #fff;
  opacity: 0.8;
  position: absolute;
  left: 0;
  transform: translate(0, -50%);
  top: 50%;
}

@media (max-width: 992px) {
  .banner-content {
    flex-direction: column;
  }
  .banner-left, .banner-right {
    flex: 1 1 100%;
  }
  .banner-right {
    margin-top: 30px;
  }
}
.about__section {
  padding: 40px 0;
  color: #f5f5f5;
  position: relative;
  overflow: hidden;
}

.about__section-content {
  display: grid;
  gap: 50px;
  grid-template-columns: 45% 55%;
  align-items: center;
  position: relative;
  z-index: 1;
}

.about__section-imgs {
  display: flex;
  gap: 20px;
  position: relative;
}

.about__section-imgs img {
  width: 50%;
  min-height: 420px;
  height: 100%;
  object-fit: cover;
  border-radius: 18px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.5);
  transition: transform 0.5s ease, box-shadow 0.5s ease;
}

.about__section-imgs img:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 50px rgba(0,0,0,0.6);
}

.about__section-texts {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.about__section-texts h2 {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.2;
  color: var(--main-color);
  text-transform: none;
  letter-spacing: 0.5px;
  border-left: 4px solid var(--main-color);
  padding-left: 14px;
  margin-bottom: 18px;
  position: relative;
}
.about__section-texts p {
  font-size: 18px;
  color: #333;
  line-height: 1.6;
  transition: color 0.3s ease;
  width: 95%;
}


.about__section a{
  display: flex;
  align-items:center;
  margin-top: 10px;
  width: fit-content;
  background: var(--main-color);
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  padding: 14px 34px;
  border-radius: var(--b-radius);
  letter-spacing: 0.3px;
  text-transform: uppercase;
  transition: all 0.4s ease;
  box-shadow: 0 6px 20px rgba(243,144,50,0.3);
  border: 1px solid transparent;
}

.about__section a:hover {
  background: transparent;
  border-color: var(--main-color);
  color: #fff;
  box-shadow: 0 6px 25px rgba(243,144,50,0.5);
  transform: translateY(-2px);
}
/* .services__section-content h2{
  text-align: center;
  margin-bottom: 40px;
}
#card1{
  background: url(../img/service1.webp) center/cover no-repeat
}
#card2{
  background: url(../img/service2.webp) center/cover no-repeat
}
#card3{
  background: url(../img/service3.webp) center/cover no-repeat
}
#card4{
  background: url(../img/service4.webp) center/cover no-repeat
}
#card5{
  background: url(../img/service5.jpg) center/cover no-repeat
}
#card6{
  background: url(../img/service6.jpeg) center/cover no-repeat
}
.services-cards{
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
}
.service-card{
  width: 30%;
  height: 500px;
  position: relative;
}
.service-card .overlay{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #33333382
}
.service-card h3{
  position: absolute;
  z-index: 3; 
}*/
.services__section {
  padding: 40px 0;
  position: relative;
  overflow: hidden;
}



.services__section-content {
  position: relative;
  z-index: 2;
}

.services__section-content h2 {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 60px;
  position: relative;
}

.services__section-content h2::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background: var(--main-color);
  border-radius: 4px;
  box-shadow: 0 0 12px rgba(243,144,50,0.8);
}


#card1 { background: url(../img/service1.webp) center/cover no-repeat; }
#card2 { background: url(../img/service2.webp) center/cover no-repeat; }
#card3 { background: url(../img/service3.webp) center/cover no-repeat; }
#card4 { background: url(../img/service4.webp) center/cover no-repeat; }
#card5 { background: url(../img/service5.jpg) center/cover no-repeat; }
#card6 { background: url(../img/service6.jpeg) center/cover no-repeat; }

.services-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 55px;
}


.service-card {
  width: 30%;
  height: 420px;
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 8px 28px rgba(0,0,0,0.5);
  transition: transform 0.5s ease, box-shadow 0.5s ease;
  isolation: isolate;
  cursor: pointer;
}

.service-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.15) 0%, rgba(0,0,0,0.7) 100%);
  z-index: 1;
  transition: all 0.6s ease;
}

/* .service-card:hover {
  transform: translateY(-10px) scale(1.03);
  box-shadow: 0 18px 45px rgba(243,144,50,0.25);
} */

.service-card:hover::before {
  background: linear-gradient(180deg, rgba(0,0,0,0.25) 0%, rgba(0,0,0,0.9) 100%);
}

/* Overlay Expansion */
/* .service-card .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(41, 41, 40, 0.18), transparent 70%);
  opacity: 0;
  transform: scale(1);
  transition: all 0.6s ease;
  z-index: 2;
}

.service-card:hover .overlay {
  opacity: 1;
  transform: scale(1.1);
} */
.service-card .overlay {
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(41, 41, 40, 0.3), rgba(0,0,0,0.7));
  opacity: 0;
  transition: bottom 0.8s ease, opacity 0.8s ease;
  z-index: 2;
}

.service-card:hover .overlay {
  bottom: 0;
  opacity: 1;
}


.service-card h3 {
  position: absolute;
  bottom: 35px;
  left: 30px;
  right: 30px;
  z-index: 3;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.5px;
  text-shadow: 0 4px 20px rgba(0,0,0,0.8);
  transition: color 0.3s ease;
}

.service-card:hover h3 {
  color: var(--main-color);
}

.service-card .hover-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -40%) scale(0.95);
  padding: 12px 30px;
  border-radius: 40px;
  border: 1px solid rgba(255,255,255,0.5);
  background: rgba(0,0,0,0.6);
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  z-index: 4;
  opacity: 0;
  transition: all 0.4s ease;
  text-decoration: none;
}

.service-card:hover .hover-btn {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  background: rgba(255,255,255,0.08);
  border-color: rgba(255,255,255,0.7);
}

.service-card .hover-btn:hover {
  background: #f1f1f1;
  color: #000;
  border-color: #f1f1f1;
}


@media (max-width: 992px) {
  .service-card {
    width: 45%;
    height: 360px;
  }
}

@media (max-width: 600px) {
  .service-card {
    width: 100%;
    height: 300px;
  }
  .services__section-content h2 {
    font-size: 30px;
  }
}

.advantages__section{
  padding: 30px 0;
}
.advantages__section h2{
  position: relative;
  margin-bottom:30px;
  text-align: center;
}
.advantages__section h2::after{
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background: var(--main-color);
  border-radius: 4px;
  box-shadow: 0 0 12px rgba(243,144,50,0.8);
}
.advantages__section-content > p{
  font-size: 16px;
  color:#333333c7;
  text-align: center;
  width: 70%;
  margin: auto;
  font-weight: 500;
  margin-bottom: 60px;
}
.advantages__section-cards{
  display: flex;
  justify-content: space-between;
}
.advantages-card{
  width: 32%;
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: flex-start;
  padding: 30px 20px;
  box-shadow: rgba(0, 0, 0, 0.1) -4px 9px 25px -6px;
}
.advantages-card svg{
  margin:  auto;
  width: 50px;
  height: 50px;
}
.advantages-card svg path{
  fill: var(--main-color);
}
.advantages-card .icon-circle {
  width: 100px;
  height: 100px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 40px auto;
  transition: all 0.3s ease;
}
.swiper-wrapper{
  padding: 10px 0;
}
.advantages-card:hover svg path{
  fill: #fff;
}
.advantages-card:hover .icon-circle{
  background-color: var(--main-color)
}

.advantages-card .icon-circle:hover {
  border-color: var(--main-color);
  box-shadow: 0 0 15px rgba(243, 144, 50, 0.2);
}
.advantages-card h4{
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 600;
}
.advantages-card p{
  font-size: 16px;
  line-height: 1.2;
  text-align: justify;
}


.testimonials__section {
  padding: 40px 0;
}
.testimonials__section .swiper{
  padding: 10px;
}

.testimonial-card {
  background: #fff;
  padding: 30px;
  border-radius: 16px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  text-align: left;
  margin: auto;
  min-height: 250px;
  height: auto;
}

.testimonial-header {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}

.testimonial-header h3 {
  font: 20px Montserrat;
  font-weight: 600;
  color: #333;
  margin: 0 0 5px;
}

.testimonial-header .title {
  font: 14px Montserrat;
  color: #777;
}

.stars {
  color: #f5b301;
  font: 20px Montserrat;
  margin-bottom: 15px;
}

.testimonial-card p {
  font: 16px Montserrat;
  line-height: 1.5;
  color: #333;
}

.swiper-button-next,
.swiper-button-prev {
  color: #000;
  background: rgba(255,255,255,0.8);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 18px;
}

.swiper-pagination-bullet {
  background: #aaa;
  opacity: 1;
}
.swiper-pagination-bullet-active {
  background: #f5b301;
}
.testimonials__section h2{
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 60px;
  position: relative;
}

.testimonials__section h2::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background: var(--main-color);
  border-radius: 4px;
  box-shadow: 0 0 12px rgba(243,144,50,0.8);
}

.footer {
  background: linear-gradient(135deg, #0e0e0e, #181818);
  padding: 70px 0 30px;
  position: relative;
  overflow: hidden;
}

.footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 120%, rgba(243, 144, 50, 0.08), transparent 70%);
  z-index: 0;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 50px;
  position: relative;
  z-index: 2;
}

.footer-left {
  width: 38%;
}
.footer-links {
  width: 25%;
}
.footer-right {
  width: 30%;
}

.footer-left p {
  font-size: 15px;
  line-height: 1.7;
  color: #ccc;
  margin: 15px 0 25px;
  max-width: 90%;
}

.footer-logo {
  width: 160px;
  height: auto;
  margin-bottom: 25px;
  filter: drop-shadow(0 0 12px rgba(243, 144, 50, 0.15));
}

.footer-social {
  display: flex;
  gap: 14px;
}
.footer-social svg path {
  fill: #fff;
}
.icon-footer {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(243, 144, 50, 0.15);
  border: 1px solid rgba(243, 144, 50, 0.2);
  transition: 0.3s ease;
  backdrop-filter: blur(6px);
}
.icon-footer svg {
  width: 20px;
  height: 20px;
  transition: 0.3s ease;
}
.icon-footer:hover {
  background: var(--main-color);
  border-color: var(--main-color);
  transform: translateY(-4px);
  box-shadow: 0 0 12px rgba(243, 144, 50, 0.6);
}
.icon-footer:hover svg {
  fill: #fff;
}

.footer-links h4 {
  color: var(--main-color);
  font-size: 18px;
  margin-bottom: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.footer-links ul {
  list-style: none;
  padding: 0;
}
.footer-links ul li {
  margin-bottom: 8px;
  position: relative;
  padding-left: 13px;
}
.footer-links ul li:after{
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  background-color: var(--main-color)
}
.footer-links ul li a {
  color: #ccc;
  text-decoration: none;
  font-size: 15px;
  transition: 0.3s ease;
}
.footer-links ul li a:hover {
  color: var(--main-color);
  letter-spacing: 0.5px;
  margin-left: 2px;
}

.footer-right {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer-right h4 {
  font-size: 20px;
  color: var(--main-color);
  margin-bottom: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.footer-right p {
  font-size: 15px;
  color: #ccc;
  margin-bottom: 5px;
}
.footer-right p span {
  color: #fff;
  font-weight: 600;
}


footer .buttonconsultt {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  background: var(--main-color);
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding: 14px 36px;
  border-radius: 10px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  transition: all 0.4s ease;
  box-shadow: 0 6px 20px rgba(243, 144, 50, 0.3);
  border: 1px solid transparent;
  margin: 20px 0 0 0;
}
footer .buttonconsultt:hover {
  background: transparent;
  border-color: var(--main-color);
  box-shadow: 0 6px 25px rgba(243, 144, 50, 0.5);
  transform: translateY(-2px);
}


.footer-bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 55px;
  text-align: center;
  padding: 20px 20px 0 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 14px;
  color: #999;
  letter-spacing: 0.3px;
}
.footer-bottom a{
  text-decoration: none;
  color: #999;
  text-align: start;
  line-height: 1.2;
  transition: color .5s ease;
}
.footer-bottom a:hover{
  color: #ef3f23;
}



@media (max-width: 992px) {
  .footer-left,
  .footer-links,
  .footer-right {
    width: 100%;
  }
  .footer-content{
    gap: 0;
  }
  .footer-left p {
    max-width: 100%;
    margin: 0 auto 25px;
  }
  .footer-social {
    justify-content: center;
  }
  .footer-right a.buttonconsultt {
    margin: 15px auto 0;
  }
}
html {
  scroll-behavior: smooth;
}
:target {
  scroll-margin-top: 100px;
}
@media (max-width: 1200px){
  .banner-right{
    width: 35%;
  }
  .banner-content{
    justify-content: center;
  }

}
@media (max-width: 992px){
  .banner-right{
    display: none;
  }
  .banner-content{
    align-items:center
  }
  .nav-menu ul{
    gap: 15px;
  }
  .nav-menu ul li a{
    font-size: 15px;
  }
  .nav-bottom{
    gap: 13px;
  }
  .advantages__section-cards{
    flex-direction: column;
    gap: 20px;
   
  }
  .advantages-card{
    width: 80%;
    margin: auto;
  }
}
@media (max-width: 768px){
  .nav-menu{
    display: none;
  }
  .about__section-content{
    grid-template-columns: 1fr;
  }
  .footer-content{
    flex-direction: column;
    align-items:center;
    gap: 20px;
  }
  .footer-left,
  .footer-links,
  .footer-right {
    text-align: left;
  }

}
@media (max-width: 662px){
  #nav-adress{
    margin-right: 0;
  }
  h2{
    font-size: 32px;
  }
  .advantages__section-content > p{
    width: 100%;
  }
  .footer-bottom{
    flex-direction: column;
    gap: 10px;
    align-items:center
  }
  .footer-bottom a{
    text-align: center;
  }
}
@media (max-width: 470px){
  .advantages-card{
    width: 100%;
  }
  .about__section-texts h2 {
    font-size: 27px;
  }
  .about__section-imgs img{
    width: 100%;
  }
  .about__section-imgs img:last-child{
    display: none;
  }
  .nav-top{
    display: none;
  }
  hr{
    display: none;
  }
  nav .buttonconsultt{
    width: fit-content;
    padding: 0 10px;
    margin-left: 10px;
  }
}