/* Theme Name: Window Replacement Center
Version: 1.0
Author: SeoLeo (www.seoleo.agency) 
*/

@font-face {
  font-display: swap;
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/plus-jakarta-sans-v12-latin-regular.woff2") format("woff2");
}
/* plus-jakarta-sans-500 - latin */
@font-face {
  font-display: swap;
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 500;
  src: url("fonts/plus-jakarta-sans-v12-latin-500.woff2") format("woff2");
}
/* plus-jakarta-sans-600 - latin */
@font-face {
  font-display: swap;
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 600;
  src: url("fonts/plus-jakarta-sans-v12-latin-600.woff2") format("woff2");
}
/* plus-jakarta-sans-700 - latin */
@font-face {
  font-display: swap;
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 700;
  src: url("fonts/plus-jakarta-sans-v12-latin-700.woff2") format("woff2");
}

html {
  width: 100%;
  overflow-x: hidden;
}

body {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 18px;
  color: #080808;
  font-weight: 400;
  margin: 0;
  overflow-x: hidden;
}

h2,
.h2 {
  font-size: 50px;
  color: #000;
  font-weight: 400;
}

@media (max-width: 991px) {
  h2,
  .h2 {
    font-size: 28px;
  }
}

.rounded-20 {
  border-radius: 20px !important;
}

/* ----- Buttons ----- */

.btn-primary,
.btn-primary:focus {
  padding: 15px 32px;
  border-radius: 100px;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  border: 0;
  background: #7cae4f;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-primary:hover,
.btn-primary:active {
  background: #2f4a41 !important;
  border: 0;
  color: #fff !important;
}

.btn-secondary,
.btn-secondary:focus {
  padding: 15px 32px;
  border-radius: 100px;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  border: 0;
  background: #2f4a41;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-secondary:hover,
.btn-secondary:active {
  background: #7cae4f !important;
  border: 0;
  color: #fff !important;
}

@media (max-width: 991px) {
  .btn-primary,
  .btn-primary:focus,
  .btn-primary:hover,
  .btn-primary:active,
  .btn-secondary,
  .btn-secondary:focus,
  .btn-secondary:hover,
  .btn-secondary:active {
    padding: 15px;
    font-size: 14px;
  }
}

/* ----- Hero Section ----- */

.hero-wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
    padding: 158px 0 140px; 
	background: 
        linear-gradient(90deg, rgba(12, 26, 47, 0.7) 0%, rgba(0, 0, 0, 0.1) 100%),
        var(--hero-bg) center/cover no-repeat;
}

.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    padding-top: 60px;
}

.header__logo {
  background: #fff;
  border-top-left-radius: 61px;
  border-bottom-left-radius: 61px;
  padding: 8px 6px 9px 20px;
}

.nav-menu {
  background: #fff;
  border-top-right-radius: 61px;
  border-bottom-right-radius: 61px;
  padding: 7px 16px;
  gap: 12px;
  list-style: none;
  margin: 0;
}

.nav-link {
  color: #000;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  padding: 9px 12px;
  transition: all 0.3s ease;
}

.nav-link:hover {
  color: #fff;
  border-radius: 187px;
  background-color: #2f4a41;
}

.nav-menu .active {
  color: #fff;
  border-radius: 187px;
  background-color: #2f4a41;
}

.header__contact-btn {
  background: #7cae4f;
  color: #ffffff;
  text-decoration: none;
  padding: 13px 56px 14px;
  font-size: 18px;
  font-weight: 700;
  border-radius: 61px;
  white-space: nowrap;
  transition: all 0.3s ease;
  margin-left: 20px;
}

.header__contact-btn:hover {
  color: #fff;
  background-color: #2f4a41;
}

.hero-info {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero-info__tags-title {
  color: #fff;
  font-weight: 500;
  opacity: 0.7;
}

.hero-info__tags {
  display: flex;
  gap: 15px;
  margin-bottom: 55px;
}

.hero-info__tag {
  border-radius: 30px;
  padding: 15px 40px;
  background: #fff;
}

.hero-info__title {
  font-size: clamp(2.2rem, 5vw, 56px);
  font-weight: 400;
  line-height: 1.05;
  color: #fff;
}

.hero-info__text {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  line-height: 1.8;
  margin: 20px 0 30px;
}

.hero-info__actions {
  display: flex;
  gap: 25px;
  flex-wrap: wrap;
}

.hero-form {
  border-radius: 30px;
  background: #fff;
  padding: 30px 20px 0;
}

.hero-form .wpcf7-not-valid-tip {
  font-size: 13px;
}

.hero-form__title {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 32px;
  letter-spacing: 0.02em;
  text-align: center;
  color: #201e1e;
}

.form-control {
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-radius: 13px;
  padding: 12px;
  box-shadow: none;
  color: #000;
  margin-top: 20px;
  font-size: 16px;
}

.form-control::placeholder {
  color: rgba(0, 0, 0, 0.6);
  font-weight: 500;
  font-size: 16px;
}

.hero-form__submit {
  color: #fff;
  padding: 11px 40px;
  margin-top: 20px;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  background: #7cae4f;
  transition: all 0.3s ease;
  display: block;
  width: 100%;
  text-align: center;
  border-radius: 36px;
  border: 0;
}

.hero-form__submit:hover {
  background: #2f4a41;
  color: #fff;
}

.hero-form .wpcf7-response-output {
  margin: -20px 0 0px !important;
  padding: 0 0 15px !important;
  border: 0 !important;
  font-size: 13px;
}

@media (max-width: 1440px) {
  .nav-menu {
    gap: 8px;
  }
  .nav-link {
    font-size: 14px;
    padding: 10px 6px;
  }
}

@media (max-width: 1199px) {
  .header-bg-mob {
    background: #fff;
    border-radius: 61px;
  }
  .header__contact-btn {
    padding: 8px 40px 11px;
    margin: 0;
  }
  .header__burger-btn {
    margin-right: 10px;
  }
  .hero-info__text {
    font-size: 15px;
    line-height: 1.4;
  }
}

@media (max-width: 767px) {	
.header {
    padding-top: 40px;
}	
	
  .hero-info__actions .btn {
    padding: 15px;
    font-size: 14px;
  }
  .hero-form {
    padding: 30px 20px 30px;
  }
  .hero-form__title {
    margin-bottom: 25px;
    font-size: 25px;
  }
  .hero-wrapper {
  padding: 110px 0 40px;
}
.hero-info__tags {
    margin-bottom: 20px;
}
.hero-info__tag {
    padding: 4px 20px 6px;
}
}

/* ----- Mobile Menu ----- */

.header__burger-btn {
  background-color: #2f4a41;
  border: 0;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s ease-out;
}

.header__burger-btn:hover {
  color: #fff;
  background: #7cae4f;
}

.mobile-menu {
  background: #fff;
  width: 320px !important;
}

.mobile-menu__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.mobile-menu__list a {
  display: inline-block;
  color: #1a1a1a;
  border-radius: 187px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  padding: 0.8rem 1rem;
  transition: background 0.3s ease;
}

.mobile-menu__list a:hover,
.mobile-menu__list .current-menu-item a {
  color: #fff;
  border-radius: 187px;
  background-color: #2f4a41;
}

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

.features__item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 30px 12px;
  border: 1px solid #7cae4f;
  border-radius: 20px;
  text-align: center;
}

.features__text {
  font-size: 20px;
  font-weight: 500;
  color: #7cae4f;
  line-height: 1.2;
}

@media (max-width: 991px) {
  .features__item {
    padding: 22px 12px;
  }
}

/* ----- Installations ----- */

.installations__card {
  position: relative;
  display: block;
  border-radius: 30px;
  overflow: hidden;
  text-decoration: none;
  height: 342px;
}

.installations__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: inset 0 -107px 30px 0 rgba(0, 0, 0, 0.5);
  transition: transform 0.3s ease;
}

.installations__card:hover .installations__image {
  transform: scale(1.03);
}

.installations__overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 13px 20px;
  backdrop-filter: blur(10.502440452575684px);
  background: rgba(255, 255, 255, 0.45);
  border-radius: 19px;
}

.installations__label {
  font-weight: 600;
  font-size: 20px;
  color: #fff;
  line-height: 1.2;
}

.installations__icon-arrow {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 35px;
  height: 35px;
}

@media (max-width: 1199px) {
  .installations__card {
    height: 400px;
  }
}

@media (max-width: 991px) {
  .installations__label {
    font-size: 19px;
  }

  .installations__overlay {
    padding: 20px 34px;
  }
}

/* ----- Blue Glow background ----- */

.blue-glow-bg {
  position: absolute;
  width: 735px;
  height: 735px;
  background: radial-gradient(circle, #6daaff 0%, rgba(109, 170, 255, 0) 70%);
  filter: blur(150px);
  opacity: 0.8;
  border-radius: 50%;
  pointer-events: none;
  z-index: -1;
  will-change: transform, filter;
}

.blue-glow-center {
  left: 50%;
  top: 0;
  opacity: 0.4;
  transform: translate(-50%, -30%);
}

.blue-glow-left {
  left: 0;
  top: 0;
  transform: translate(-50%, -50%);
}

.blue-glow-right {
  right: 0;
  top: 0;
  transform: translate(50%, -50%);
}

/* ----- Benefits Section ----- */

.benefits-card {
  position: relative;
  padding: 30px;
  height: 100%;
  border-radius: 29px;
  box-shadow: 4px 5px 4px 0 rgba(0, 0, 0, 0.11);
  background: rgba(255, 255, 255, 0.45);
  border: 1px solid #7cae4f;
}

.benefits-card__title {
  font-size: 38px;
  line-height: 1.25;
  font-weight: 400;
  color: #000;
  margin: 0;
}

.benefits-section hr {
  opacity: 1;
  border-top: 1px solid #7cae4f;
}

.benefits-card__desc {
  font-size: 14px;
}

.benefits-img-container {
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 25px;
  overflow: hidden;
  position: relative;
}

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

@media (max-width: 1199px) {
  .benefits-card__title {
    font-size: 22px;
  }
}

@media (max-width: 991px) {
  .benefits-card__title {
    font-size: 18px;
  }
  .benefits-card__title br {
    display: none;
  }
  .benefits-card__line {
    margin-top: 25px;
  }
}

/* ----- Milgard Promo ----- */

.read-more-link {
  font-weight: 500;
  font-size: 18px;
  color: #080808;
  text-decoration: none;
  position: relative;
  transition: opacity 0.2s ease-in-out;
  padding-bottom: 8px;
}

.read-more-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #808080;
}

.read-more-link:hover {
  opacity: 0.6;
}

.milgard-promo__img {
  border-radius: 20px;
}

/* ----- Service Areas ----- */

.service-areas__cta p {
  font-weight: 500;
  font-size: 26px;
  color: #080808;
  line-height: 1.3;
}

.service-areas__tag {
  display: inline-block;
  padding: 8px 18px;
  font-size: 18px;
  letter-spacing: 0.02em;
  color: #000;
  font-weight: 500;
  border: 1px solid #7cae4f;
  border-radius: 32px;
  box-shadow: 4px 5px 4px 0 rgba(0, 0, 0, 0.11);
  background: rgba(255, 255, 255, 0.45);

  transition: all 0.3s ease;
  text-decoration: none;
}

.service-areas__tag:hover {
  background-color: #7cae4f;
  color: #fff;
  transform: translateY(-2px);
}

@media (max-width: 991.98px) {
  .service-areas__tags {
    margin-top: 2rem;
  }
}

@media (max-width: 575.98px) {
  .service-areas__tag {
    padding: 8px 16px;
    font-size: 0.9rem;
  }
}

/* ----- Process Works ----- */

.process-works-card {
  position: relative;
  padding: 30px;
  height: 100%;
  border-radius: 29px;
  box-shadow: 4px 5px 4px 0 rgba(0, 0, 0, 0.11);
  background: rgba(255, 255, 255, 0.45);
  border: 1px solid #7cae4f;
}

.process-works-card__number {
  font-weight: 600;
  font-size: 48px;
  color: #7cae4f;
}

.process-works-card__title {
  font-size: 38px;
  line-height: 1.25;
  font-weight: 400;
  color: #000;
  margin: 0;
}

.process-works-card__desc {
  font-size: 14px;
}

.benefits-section hr {
  opacity: 1;
  border-top: 1px solid #7cae4f;
}

@media (max-width: 1199px) {
  .process-works-card__title {
    font-size: 22px;
  }
}

@media (max-width: 991px) {
  .process-works-card__number {
    font-size: 32px;
  }
  .process-works-card__title {
    font-size: 18px;
  }
  .process-works-card__title br {
    display: none;
  }
  .process-works-card__line {
    margin-top: 25px;
  }
}

/* ----- Recent Projects ----- */

.recent-projects__main-title {
  color: #1a1a1a;
}

.recent-projects__subtitle {
  font-size: 16px;
}

.recent-projects__img-wrapper {
  overflow: hidden;
  border-radius: 19px;
}

.recent-projects__img {
  width: 100%;
  height: 245px;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.recent-projects__card:hover .recent-projects__img {
  transform: scale(1.05);
}

.recent-projects__info {
  border-left: 1px solid #7cae4f;
  min-height: 97px;
  display: flex;
  align-items: center;
}

.recent-projects__card-title {
  font-weight: 600;
  font-size: 20px;
  color: #080808;
}

@media (max-width: 767.98px) {
  .recent-projects__img {
    height: 220px;
  }

  .recent-projects__card-title {
    font-size: 17px;
  }
}

/* ----- Reviews ----- */

.reviews__subtitle {
  font-size: 16px;
}

.reviews__card {
  border: 1px solid rgba(47, 74, 65, 0.2);
  border-radius: 10px;
  backdrop-filter: blur(30px);
  background: rgba(255, 255, 255, 0.4);
}

.reviews__author-name {
  font-weight: 700;
  font-size: 20px;
  color: #2f4a41;
}

.reviews__text {
  font-weight: 400;
  font-size: 17px;
  line-height: 147%;
  color: #080808;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 150px;
}

.reviews__divider {
  border-color: #e3e3e3;
  opacity: 1;
}

.reviews__link {
  font-weight: 700;
  font-size: 18px;
  color: #7cae4f;
  transition: all 0.3s ease-out;
}

.reviews__link:hover {
  color: #2f4a41;
}

.reviews__dot {
  width: 10px !important;
  height: 10px !important;
  border-radius: 50% !important;
  background-color: #7cae4f !important;
  border: none !important;
  margin: 0 3px !important;
  opacity: 0.3 !important;
}

.reviews__dot.active {
  background-color: #7cae4f !important;
  opacity: 1 !important;
}

.reviews__footer {
  backdrop-filter: blur(30px);
  background: rgba(255, 255, 255, 0.4);
  border-radius: 20px;
  padding: 25px 0 40px;
}

.reviews__footer-text {
  font-weight: 600;
  font-size: 26px;
  color: #000;
}

@media (max-width: 767px) {
  .reviews__footer-text {
    font-size: 19px;
  }

  .reviews__footer .btn-primary {
    font-size: 11px;
  }

  .carousel-multi-2 .carousel-inner .carousel-item > div {
    display: none;
  }
  .carousel-multi-2 .carousel-inner .carousel-item > div:first-child {
    display: block;
  }
}

@media (min-width: 768px) {
  .carousel-multi-2 .carousel-inner .carousel-item.active,
  .carousel-multi-2 .carousel-inner .carousel-item-next,
  .carousel-multi-2 .carousel-inner .carousel-item-prev {
    display: flex;
  }

  .carousel-multi-2 .carousel-inner .carousel-item-end.active,
  .carousel-multi-2 .carousel-inner .carousel-item-next {
    transform: translateX(50%);
  }

  .carousel-multi-2 .carousel-inner .carousel-item-start.active,
  .carousel-multi-2 .carousel-inner .carousel-item-prev {
    transform: translateX(-50%);
  }

  .carousel-multi-2 .carousel-inner .carousel-item-end,
  .carousel-multi-2 .carousel-inner .carousel-item-start {
    transform: translateX(0);
  }
}

/* ----- About Home ----- */

.about-home__img {
  border-radius: 20px;
  width: 100%;
  object-fit: cover;
}

.about-home__feature {
  font-weight: 700;
  font-size: 21px;
  color: #14183e;
}

@media (max-width: 991px) {
  .about-home__feature {
    font-size: 19px;
  }
}

/* ----- FAQ ----- */

.faq-section__item {
  background: none;
}

.faq-section__item.accordion-item {
  border: none;
  border-top: 1px solid rgba(124, 174, 79, 0.5) !important;
}

.faq-section__item.accordion-item:first-child {
  border: 0 !important;
}

.faq-section__item.accordion-item:last-child {
  border-top: 1px solid rgba(124, 174, 79, 0.5) !important;
}

.faq-section__button.accordion-button {
  padding: 1.5rem 0;
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
  color: #080808;
  background-color: transparent !important;
  box-shadow: none !important;
}

.faq-section__button.accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2384b058'%3E%3Cpath fill-rule='evenodd' d='M8 1a.5.5 0 0 1 .5.5v11.793l3.146-3.147a.5.5 0 0 1 .708.708l-4 4a.5.5 0 0 1-.708 0l-4-4a.5.5 0 0 1 .708-.708L7.5 13.293V1.5A.5.5 0 0 1 8 1z'/%3E%3C/svg%3E");
  background-size: 1.25rem;
  transition: transform 0.3s ease;
}

.faq-section__button.accordion-button:not(.collapsed)::after {
  transform: rotate(-180deg);
}

.faq-section__body.accordion-body {
  padding: 0 0 1.5rem 0;
  line-height: 1.6;
}

/* ----- Blog ----- */

.blog-section__image-container {
  overflow: hidden;
  border-radius: 13px;
}

.blog-section__img {
  width: 100%;
  height: 276px;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.blog-section__card:hover .blog-section__img {
  transform: scale(1.05);
}

.blog-section__post-title {
  font-weight: 600;
  font-size: 15px;
  line-height: 133%;
  color: #080808;
  min-height: 40px;
}

.blog-section__excerpt {
  font-weight: 500;
  font-size: 12px;
  line-height: 171%;
  color: #080808;
}

.read-more-blog-link {
  font-weight: 500;
  font-size: 16px;
  color: #7cae4f;
  text-decoration: none;
  position: relative;
  transition: opacity 0.2s ease-in-out;
  padding-bottom: 8px;
}

.read-more-blog-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #7cae4f;
}

.read-more-blog-link:hover {
  opacity: 0.6;
}

/* ----- Footer ----- */

.footer {
  background-color: #e3e9f3;
  padding: 70px 0 40px;
  color: #000;

  font-weight: 400;
  font-size: 17px;
}

.footer__title {
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  color: #000;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 15px;
}

.footer__title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 39px;
  height: 2px;
  background-color: #000000;
}

.footer a {
  color: #000;
  text-decoration: none;
  font-weight: 400;
  font-size: 17px;
  transition: all 0.3s ease-out;
}

.footer a:hover {
  opacity: 0.7;
  color: #000;
}

.footer .list-unstyled li {
  margin-bottom: 18px;
}

#menu-footer-privacy li {
  display: inline-block;
}

#menu-footer-privacy li::before {
  content: "|";
  margin-right: 10px;
  margin-left: 10px;
  color: rgba(0, 0, 0, 0.7);
}

.footer__copy,
.footer__copy a {
  font-weight: 400;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.7);
}

@media (max-width: 991px) {
  .footer {
    padding: 30px 0;
  }
  .footer,
  .footer a {
    font-size: 15px;
  }
  .footer .list-unstyled li {
    margin-bottom: 8px;
  }
  .footer__copy,
  .footer__copy a {
    font-size: 14px;
  }

}

/* ------ MODAL ------ */

.custom-modal {
  border-radius: 30px !important;
  border: none !important;
}

.modal-title-custom {
  font-weight: 500;
  font-size: 32px;
  letter-spacing: 0.02em;
  text-align: center;
  color: #201e1e;
}

.custom-modal .wpcf7 form .wpcf7-response-output {
  margin: 0;
  border: 0;
}

.btn-close {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3E%3Cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3E%3C/svg%3E") !important;
  opacity: 1;
}

.custom-modal .btn-close:focus {
  box-shadow: none !important;
  outline: none !important;
}

/* ----- Windows ----- */

.info-card {
  position: relative;
  padding: 30px;
  height: 100%;
  border-radius: 29px;
  box-shadow: 4px 5px 4px 0 rgba(0, 0, 0, 0.11);
  background: rgba(255, 255, 255, 0.45);
  border: 1px solid #7cae4f;
}

.info-card__title {
  font-size: 32px;
  line-height: 1.25;
  font-weight: 400;
  color: #000;
  margin: 0;
}

.info-card__title-50 {
	font-size: 50px;
}

.info-card hr {
  opacity: 1;
  border-top: 1px solid #7cae4f;
}

.info-card__desc {
  font-size: 14px;
}

@media (max-width: 1199px) {
  .info-card__title {
    font-size: 22px;
  }
  .info-card__title-50 {
	font-size: 32px;
}
}

@media (max-width: 991px) {
  .info-card__title {
    font-size: 18px;
  }
    .info-card__title-50 {
	font-size: 23px;
}
}

.compares-wrapper {
    width: 100%;
    overflow-x: auto;
    border: 1px solid #7CAE4F;
    border-radius: 30px;
    margin: 40px 0;
}

.compares {
    width: 100%;
    border-collapse: collapse;
    background-color: #fff;
}

.compares th, 
.compares td {
    padding: 24px;
    text-align: center;
    border: 1px solid #7CAE4F;
}

.compares__feature {
    text-align: left !important;
    font-weight: 500;
	font-size: 24px;
}

.compares thead th {
    font-size: 24px;
    font-weight: 500;
    color: #080808;
}

.compares tr:first-child th { border-top: 0; }
.compares tr:last-child td { border-bottom: 0; }
.compares tr th:first-child, .compares tr td:first-child { border-left: 0; }
.compares tr th:last-child, .compares tr td:last-child { border-right: 0; }

.compares__icon {
    display: inline-block;
    vertical-align: middle;
}

@media (max-width: 991px) {
.compares thead th, .compares__feature {
    font-size: 16px;
}
.compares th, .compares td {
    padding: 10px;
}
}
