/*--------------------------
    Project Name: Solatec
    Version: 1.0
    Author: 7oorof
    Devloped by: Ahmed Abdallah (a.abdallah999@gmail.com)
    Relase Date: July 2021
---------------------------*/
/*---------------------------
      Table of Contents
    -------------------------
    
    01- Global Styles
    02- Helper Classes
    03- Background & Colors
    04- Typography
    05- page title 
    06- Buttons
    07- Forms
    08- Tabs
    09- Icons
    10- Breadcrumb
    11- Pagination
    12- Lists
    13- Animations
    14- Header & Navbar 
    15- Accordions
    16- Banners
    17- Footer
    18- Call to Action
    19- Carousel
    20- Slider
    21- Video
    22- Features
    23- Fancybox
    24- portfolio
    25- Team
    26- Testimonials
    27- Clients
    28- Blog
    29- Contact
    30- Pricing
    31- Counters
    32- Sidebar
    33- About
    34- Banners
    35- Careers
    36- Services
    
----------------------------*/
/*-------------------------- 
      Global Styles
---------------------------*/
html,
body {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  color: #9b9b9b;
  overflow-x: hidden;
}

::-moz-selection {
  background-color: var(--color-accent);
  color: var(--color-accent-text);
}

::selection {
  background-color: var(--color-accent);
  color: var(--color-accent-text);
}

a {
  color: var(--color-accent);
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

a:hover {
  color: #193a15;
  text-decoration: none;
}

section {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
}

img {
  max-width: 100%;
}

/*-------------------------
     RESET Default Styles
 --------------------------*/
* {
  outline: none;
}

button {
  border: none;
  padding: 0;
}

button,
button:focus,
.form-control,
.form-control:focus {
  outline: none;
  background-color: transparent;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

textarea {
  resize: none;
}

select {
  background-color: transparent;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .container {
    max-width: 100%;
  }
}

/*----------------------------
      Helper Classes
----------------------------*/
.row-no-gutter {
  margin-left: 0;
  margin-right: 0;
}

.row-no-gutter > [class*="col"] {
  padding-right: 0;
  padding-left: 0;
}

.inner-padding {
  padding: 65px;
}

.vertical-align-center {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.font-weight-medium {
  font-weight: 500;
}

.box-shadow-none {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.text-underlined-primary {
  border-bottom: 2px solid var(--color-accent) !important;
}

.background-banner {
  min-height: 400px;
}

.width-auto {
  width: auto !important;
}

.h-50px {
  height: 50px !important;
}

.fz-13 {
  font-size: 13px !important;
}

.fz-25 {
  font-size: 25px !important;
}

.font-secondary {
  font-family: "Roboto", sans-serif;
}

.lh-1 {
  line-height: 1 !important;
}

.vh-100 {
  height: 100vh !important;
}

.list-inline > li {
  display: inline-block;
}

.align-v {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.align-v-h {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.border-top {
  border-top: 1px solid #eaeaea !important;
}

.border-bottom {
  border-bottom: 1px solid #eaeaea !important;
}

@media (min-width: 992px) {
  .col-lg-5th {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
            flex: 0 0 20%;
    max-width: 20%;
  }
}

.extra-padding {
  padding-bottom: 280px;
}

.z-index-2 {
  z-index: 2;
}

.mt--90 {
  margin-top: -90px;
}

.mt--100 {
  margin-top: -80px;
}

.mt--130 {
  margin-top: -130px;
}

.mt--140 {
  margin-top: -140px;
}

.mt--200 {
  margin-top: -200px;
}

/*  margin Top */
.mt-0 {
  margin-top: 0 !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mt-120 {
  margin-top: 120px !important;
}

/* Margin Bottom */
.mb-0 {
  margin-bottom: 0 !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.mt--100 {
  margin-top: -100px;
}

/* Margin Right */
.mr-0 {
  margin-right: 0 !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

/* Margin Left */
.ml-0 {
  margin-left: 0 !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

/* padding Top */
.pb-10 {
  padding-top: 10px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.pt-110 {
  padding-top: 110px !important;
}

.pt-120 {
  padding-top: 120px !important;
}

.pt-130 {
  padding-top: 130px !important;
}

.pt-140 {
  padding-top: 140px !important;
}

.pt-150 {
  padding-top: 150px !important;
}

.pt-170 {
  padding-top: 170px !important;
}

/*  Padding Bottom */
.pb-10 {
  padding-bottom: 10px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.pb-110 {
  padding-bottom: 110px !important;
}

.pb-120 {
  padding-bottom: 120px !important;
}

.pb-130 {
  padding-bottom: 130px !important;
}

.pb-140 {
  padding-bottom: 140px !important;
}

.pb-150 {
  padding-bottom: 150px !important;
}

.pb-170 {
  padding-bottom: 170px !important;
}

/* padding Right */
.pr-0 {
  padding-right: 0 !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.pr-50 {
  padding-right: 50px !important;
}

.pr-60 {
  padding-right: 60px !important;
}

.pr-70 {
  padding-right: 70px !important;
}

.pr-100 {
  padding-right: 100px !important;
}

/* padding Left */
.pl-0 {
  padding-left: 0 !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.pl-50 {
  padding-left: 50px !important;
}

.pl-60 {
  padding-left: 60px !important;
}

.pl-70 {
  padding-left: 70px !important;
}

.pl-100 {
  padding-left: 100px !important;
}

@media (max-width: 1200px) {
  .inner-padding {
    padding: 30px !important;
  }
}

/* Medium Devices */
@media (min-width: 768px) and (max-width: 991px) {
  section {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .mt-30 {
    margin-top: 30.76923px !important;
  }
  .mt-40 {
    margin-top: 28.57143px !important;
  }
  .mt-50 {
    margin-top: 35.71429px !important;
  }
  .mt-60 {
    margin-top: 42.85714px !important;
  }
  .mt-70 {
    margin-top: 50px !important;
  }
  .mt-80 {
    margin-top: 57.14286px !important;
  }
  .mt-90 {
    margin-top: 64.28571px !important;
  }
  .mt-100 {
    margin-top: 71.42857px !important;
  }
  .mb-30 {
    margin-bottom: 23.07692px !important;
  }
  .mb-40 {
    margin-bottom: 28.57143px !important;
  }
  .mb-50 {
    margin-bottom: 35.71429px !important;
  }
  .mb-60 {
    margin-bottom: 42.85714px !important;
  }
  .mb-70 {
    margin-bottom: 50px !important;
  }
  .mb-80 {
    margin-bottom: 57.14286px !important;
  }
  .mb-90 {
    margin-bottom: 64.28571px !important;
  }
  .mb-100 {
    margin-bottom: 71.42857px !important;
  }
  /* Margin Right */
  .mr-30 {
    margin-right: 23.07692px !important;
  }
  .mr-40 {
    margin-right: 28.57143px !important;
  }
  .mr-50 {
    margin-right: 35.71429px !important;
  }
  /* Margin Left */
  .ml-30 {
    margin-left: 27.27273px !important;
  }
  .ml-40 {
    margin-left: 33.33333px !important;
  }
  .ml-50 {
    margin-left: 35.71429px !important;
  }
  /* padding Top */
  .pt-30 {
    padding-top: 23.07692px !important;
  }
  .pt-40 {
    padding-top: 28.57143px !important;
  }
  .pt-50 {
    padding-top: 35.71429px !important;
  }
  .pt-60 {
    padding-top: 42.85714px !important;
  }
  .pt-70 {
    padding-top: 50px !important;
  }
  .pt-80 {
    padding-top: 57.14286px !important;
  }
  .pt-90 {
    padding-top: 64.28571px !important;
  }
  .pt-100 {
    padding-top: 71.42857px !important;
  }
  .pt-110 {
    padding-top: 78.57143px !important;
  }
  .pt-120 {
    padding-top: 85.71429px !important;
  }
  .pt-130 {
    padding-top: 93.33333px !important;
  }
  .pt-140 {
    padding-top: 87.5px !important;
  }
  .pt-150 {
    padding-top: 88.23529px !important;
  }
  .pt-160 {
    padding-top: 88.88889px !important;
  }
  .pt-170 {
    padding-top: 89.47368px !important;
  }
  /*  Padding Bottom */
  .pb-30 {
    padding-bottom: 23.07692px !important;
  }
  .pb-40 {
    padding-bottom: 28.57143px !important;
  }
  .pb-50 {
    padding-bottom: 35.71429px !important;
  }
  .pb-60 {
    padding-bottom: 42.85714px !important;
  }
  .pb-70 {
    padding-bottom: 50px !important;
  }
  .pb-80 {
    padding-bottom: 57.14286px !important;
  }
  .pb-90 {
    padding-bottom: 64.28571px !important;
  }
  .pb-100 {
    padding-bottom: 71.42857px !important;
  }
  .pb-110 {
    padding-bottom: 78.57143px !important;
  }
  .pb-120 {
    padding-bottom: 85.71429px !important;
  }
  .pb-130 {
    padding-bottom: 86.66667px !important;
  }
  .pb-140 {
    padding-bottom: 87.5px !important;
  }
  .pb-150 {
    padding-bottom: 88.23529px !important;
  }
  .pb-160 {
    padding-bottom: 88.88889px !important;
  }
  .pb-170 {
    padding-bottom: 89.47368px !important;
  }
}

/* Mobile Phones and tablets */
@media (min-width: 320px) and (max-width: 767px) {
  section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .inner-padding {
    padding: 20px !important;
  }
  .text-center-xs-sm {
    text-align: center !important;
  }
  .mt-30 {
    margin-top: 23.07692px !important;
  }
  .mt-40 {
    margin-top: 28.57143px !important;
  }
  .mt-50 {
    margin-top: 33.33333px !important;
  }
  .mt-60 {
    margin-top: 33.33333px !important;
  }
  .mt-70 {
    margin-top: 35px !important;
  }
  .mt-80 {
    margin-top: 40px !important;
  }
  .mt-90 {
    margin-top: 45px !important;
  }
  .mt-100 {
    margin-top: 50px !important;
  }
  .mb-30 {
    margin-bottom: 23.07692px !important;
  }
  .mb-40 {
    margin-bottom: 28.57143px !important;
  }
  .mb-50 {
    margin-bottom: 33.33333px !important;
  }
  .mb-60 {
    margin-bottom: 33.33333px !important;
  }
  .mb-70 {
    margin-bottom: 35px !important;
  }
  .mb-80 {
    margin-bottom: 40px !important;
  }
  .mb-90 {
    margin-bottom: 45px !important;
  }
  .mb-100 {
    margin-bottom: 50px !important;
  }
  /* Margin Right */
  .mr-30 {
    margin-right: 25px !important;
  }
  .mr-40 {
    margin-right: 30.76923px !important;
  }
  .mr-50 {
    margin-right: 33.33333px !important;
  }
  /* Margin Left */
  .ml-30 {
    margin-left: 25px !important;
  }
  .ml-40 {
    margin-left: 30.76923px !important;
  }
  .ml-50 {
    margin-left: 33.33333px !important;
  }
  /* padding Top */
  .pt-30 {
    padding-top: 23.07692px !important;
  }
  .pt-40 {
    padding-top: 28.57143px !important;
  }
  .pt-50 {
    padding-top: 33.33333px !important;
  }
  .pt-60 {
    padding-top: 33.33333px !important;
  }
  .pt-70 {
    padding-top: 35px !important;
  }
  .pt-80 {
    padding-top: 40px !important;
  }
  .pt-90 {
    padding-top: 45px !important;
  }
  .pt-100 {
    padding-top: 50px !important;
  }
  .pt-110 {
    padding-top: 55px !important;
  }
  .pt-120 {
    padding-top: 60px !important;
  }
  .pt-130 {
    padding-top: 66.66667px !important;
  }
  .pt-140 {
    padding-top: 63.63636px !important;
  }
  .pt-150 {
    padding-top: 65.21739px !important;
  }
  .pt-160 {
    padding-top: 66.66667px !important;
  }
  .pt-170 {
    padding-top: 68px !important;
  }
  /*  Padding Bottom */
  .pb-30 {
    padding-bottom: 23.07692px !important;
  }
  .pb-40 {
    padding-bottom: 28.57143px !important;
  }
  .pb-50 {
    padding-bottom: 33.33333px !important;
  }
  .pb-60 {
    padding-bottom: 33.33333px !important;
  }
  .pb-70 {
    padding-bottom: 35px !important;
  }
  .pb-80 {
    padding-bottom: 40px !important;
  }
  .pb-90 {
    padding-bottom: 45px !important;
  }
  .pb-100 {
    padding-bottom: 50px !important;
  }
  .pb-110 {
    padding-bottom: 55px !important;
  }
  .pb-120 {
    padding-bottom: 60px !important;
  }
  .pb-130 {
    padding-bottom: 61.90476px !important;
  }
  .pb-140 {
    padding-bottom: 63.63636px !important;
  }
  .pb-150 {
    padding-bottom: 65.21739px !important;
  }
  .pb-160 {
    padding-bottom: 66.66667px !important;
  }
  .pb-170 {
    padding-bottom: 68px !important;
  }
}

/*-------------------------
   Background & Colors
--------------------------*/
/* Colors */
.color-white {
  color: #ffffff !important;
}

.color-gray {
  color: #f9f9f9 !important;
}

.color-secondary {
  color: #1b1a1a !important;
}

.color-primary {
  color: var(--color-accent) !important;
}

.color-heading {
  color: #282828 !important;
}

.color-body {
  color: #9b9b9b !important;
}

/* backgrounds */
.bg-white {
  background-color: #ffffff !important;
}

.bg-gray {
  background-color: #f9f9f9 !important;
}

.bg-dark {
  background-color: #1b1a1a !important;
}

.bg-heading {
  background-color: #282828 !important;
}

.bg-primary {
  background-color: var(--color-accent) !important;
}

.bg-img {
  position: relative;
  z-index: 1;
}

.background-size-auto {
  background-size: auto !important;
}

.bg-parallax {
  background-attachment: fixed;
}

.bg-overlay:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: rgba(27, 26, 26, 0.15);
}

.bg-overlay-2:before {
  background-color: rgba(27, 26, 26, 0.25);
}

.bg-overlay-3:before {
  background-color: rgba(27, 26, 26, 0.5);
}

.bg-overlay-gradient:before {
  background-color: transparent;
  background: -ms-linear-gradient(-90deg, rgba(27, 26, 26, 0) 0%, rgba(27, 26, 26, 0) 0%, #1b1a1a 85%);
}

.bg-overlay-primary:before {
  background-color: rgba(74, 171, 61, 0.85);
}

.bg-overlay-primary-gradient:before {
  background-color: transparent;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(16%, #4AAB3DD9), color-stop(95%, #3C9830));
  background-image: linear-gradient(360deg, #4AAB3DD9 16%, #3C9830 95%);
}

/*-------------------------
   Typography
--------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #282828;
  font-family: "Rubik", sans-serif;
  text-transform: none;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 20px;
}

p {
  line-height: 1.7;
  margin-bottom: 15px;
}

h1 {
  font-size: 52px;
}

h2 {
  font-size: 42px;
}

h3 {
  font-size: 38px;
}

h4 {
  font-size: 32px;
}

h5 {
  font-size: 24px;
}

h6 {
  font-size: 18px;
}

.heading__subtitle {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: var(--color-accent);
  margin-bottom: 10px;
}

.heading__title {
  position: relative;
  font-size: 34px;
  margin-bottom: 20px;
}

.heading__desc {
  font-size: 16px;
  margin-bottom: 0;
}

.heading-layout2 .heading__title {
  font-size: 40px;
}

.heading-layout3 .heading__title:after {
  content: '';
  position: absolute;
  left: -50px;
  top: 50%;
  width: 30px;
  height: 2px;
  border-radius: 1px;
  background-color: var(--color-accent);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.heading-light .heading__subtitle {
  color: #f9f9f9;
}

.heading-light .heading__subtitle:after {
  background-color: #ffffff;
}

.heading-light .heading__title,
.heading-light .heading__desc {
  color: #ffffff;
}

.text__block-subtitle {
  color: var(--color-accent);
  font-size: 16px;
  font-weight: 700;
}

.text__block-title {
  font-size: 33px;
  font-weight: 500;
  margin-bottom: 17px;
}

.text__block-desc {
  font-size: 16px;
  line-height: 26px;
}

.text__link {
  font-size: 14px;
  font-weight: 700;
}

.text__link a {
  color: #282828;
  border-bottom: 2px solid #282828;
  padding-bottom: 2px;
}

.text__link:hover a {
  color: var(--color-accent);
  border-bottom-color: var(--color-accent);
}

@media (min-width: 992px) {
  .text__block-layout2 {
    position: relative;
  }
  .text__block-layout2 .text__block-title {
    position: absolute;
    top: 0;
    left: 0;
  }
  .text__block-layout2 .text__block-content {
    padding-left: 230px;
  }
}

@media (max-width: 992px) {
  .heading__title {
    font-size: 30px;
  }
  .heading-layout2 .heading__subtitle:after {
    display: none;
  }
}

/* Mobile Phones and tablets */
@media (min-width: 320px) and (max-width: 767px) {
  .heading__title {
    font-size: 23px;
    margin-bottom: 10px;
  }
  .heading__subtitle,
  .text__link {
    font-size: 13px;
  }
  .heading__desc {
    font-size: 14px;
    line-height: 24px;
  }
  .heading-layout2 .heading__title {
    font-size: 25px;
  }
  .text__block-desc {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
  }
}

/*-------------------------
    page title 
-------------------------*/
.header-transparent + .page-title {
  margin-top: -100px;
}

.page-title-layout1 {
  padding-top: 175px;
  padding-bottom: 175px;
}

.page-title-layout1 [class*="col-"] {
  position: static;
}

.page-title-layout1 .breadcrumb-item + .breadcrumb-item::before {
  color: #ffffff;
}

.page-title-layout1 .breadcrumb-item.active {
  color: #f9f9f9;
}

.page-title-layout1 .breadcrumb-item a {
  position: relative;
  color: #ffffff;
}

.page-title-layout1 .breadcrumb-item a:hover {
  color: var(--color-accent);
}

.page-title-layout1 .pagetitle__heading,
.page-title-layout2 .pagetitle__heading {
  font-size: 75px;
  color: #ffffff;
}

.page-title-layout1 .pagetitle__desc,
.page-title-layout2 .pagetitle__desc {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  color: #f9f9f9;
  margin-bottom: 30px;
}

.page-title-layout2 {
  padding-top: 115px;
  padding-bottom: 0;
}

.page-title-layout2 .breadcrumb-wrapper {
  padding: 20px 0;
  margin-top: 100px;
  border-bottom: 1px solid #eaeaea;
}

@media (max-width: 992px) {
  .page-title-layout1 {
    padding-top: 65px;
    padding-bottom: 65px;
  }
  .page-title-layout2 {
    padding-top: 50px;
  }
  .page-title-layout2 .breadcrumb-wrapper {
    padding: 15px 0;
    margin-top: 50px;
  }
  .page-title-layout1 .pagetitle__heading,
  .page-title-layout2 .pagetitle__heading {
    font-size: 30px;
  }
  .page-title-layout1 .pagetitle__desc,
  .page-title-layout2 .pagetitle__desc {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 20px;
  }
}

/*--------------------
   Buttons
---------------------*/
.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: capitalize;
  position: relative;
  z-index: 1;
  font-size: 14px;
  font-weight: 700;
  min-width: 170px;
  height: 60px;
  padding: 0 15px;
  letter-spacing: .3px;
  border: 0;
  border-radius: 6px;
  overflow: hidden;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.btn:focus, .btn.active, .btn:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.btn span,
.btn i {
  margin: 0 4px;
}

.btn .icon-arrow-right,
.btn .icon-arrow-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
}

.btn:not(.btn__link):not(.btn--brand-yellow):not(.btn--brand-outline):before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #1b1a1a;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right center;
  transform-origin: right center;
  -webkit-transition: transform 0.24s cubic-bezier(0.37, 0.31, 0.31, 0.9);
  -webkit-transition: -webkit-transform 0.24s cubic-bezier(0.37, 0.31, 0.31, 0.9);
  transition: -webkit-transform 0.24s cubic-bezier(0.37, 0.31, 0.31, 0.9);
  transition: transform 0.24s cubic-bezier(0.37, 0.31, 0.31, 0.9);
  transition: transform 0.24s cubic-bezier(0.37, 0.31, 0.31, 0.9), -webkit-transform 0.24s cubic-bezier(0.37, 0.31, 0.31, 0.9);
}

.btn:not(.btn__link):not(.btn--brand-yellow):not(.btn--brand-outline):hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

.btn__primary {
  background-color: var(--color-accent);
  color: var(--color-accent-text);
}

.btn__primary:active, .btn__primary:focus {
  background-color: var(--color-accent);
  color: var(--color-accent-text);
}

.btn__primary.btn__outlined {
  color: var(--color-accent-text);
  background-color: transparent;
  border: 2px solid var(--color-accent-border);
}

.btn__primary.btn__outlined:before {
  background-color: var(--color-accent);
}

.btn__primary.btn__outlined .icon-arrow-right,
.btn__primary.btn__outlined .icon-arrow-left {
  color: #ffffff;
  background-color: var(--color-accent);
}

.btn__primary.btn__outlined:hover {
  color: #ffffff;
}

.btn__primary.btn__outlined:hover .icon-arrow-right,
.btn__primary.btn__outlined:hover .icon-arrow-left {
  color: var(--color-accent);
  background-color: #ffffff;
}

.btn__primary .icon-arrow-right,
.btn__primary .icon-arrow-left {
  color: var(--color-accent);
  background-color: #ffffff;
}

.btn__primary:hover {
  background-color: var(--color-accent-hover);
  color: var(--color-accent-text);
}

.btn__primary:hover .icon-arrow-right,
.btn__primary:hover .icon-arrow-left {
  color: #1b1a1a;
}

.btn__primary-style2:before {
  background-color: #ffffff !important;
}

.btn__primary-style2:hover {
  color: #1b1a1a;
}

.btn__primary-style2:hover .icon-arrow-right,
.btn__primary-style2:hover .icon-arrow-left {
  color: #ffffff;
  background-color: #1b1a1a;
}

.btn__secondary {
  background-color: #1b1a1a;
  color: #ffffff;
}

.btn__secondary:before {
  background-color: var(--color-accent) !important;
}

.btn__secondary .icon-arrow-right,
.btn__secondary .icon-arrow-left {
  color: #1b1a1a;
  background-color: #ffffff;
}

.btn__secondary:hover {
  color: #ffffff;
}

.btn__secondary:hover .icon-arrow-right,
.btn__secondary:hover .icon-arrow-left {
  color: var(--color-accent);
}

.btn__secondary:active, .btn__secondary:focus {
  background-color: #1b1a1a;
  color: #ffffff;
}

.btn__secondary-style2:before {
  background-color: #ffffff !important;
}

.btn__secondary-style2:hover {
  color: #1b1a1a;
}

.btn__secondary.btn__outlined {
  background-color: transparent;
  border: 2px solid #1b1a1a;
  color: #1b1a1a;
}

.btn__secondary.btn__outlined:before {
  display: none;
}

.btn__secondary.btn__outlined .icon-arrow-right,
.btn__secondary.btn__outlined .icon-arrow-left {
  color: #ffffff;
  background-color: #1b1a1a;
}

.btn__secondary.btn__outlined:hover {
  color: #ffffff;
  background-color: #1b1a1a;
}

.btn__secondary.btn__outlined:hover .icon-arrow-right,
.btn__secondary.btn__outlined:hover .icon-arrow-left {
  color: #1b1a1a;
  background-color: #ffffff;
}

.btn__white {
  background-color: #ffffff;
  color: var(--color-accent);
}

.btn__white:before {
  background-color: var(--color-accent) !important;
}

.btn__white .icon-arrow-right,
.btn__white .icon-arrow-left {
  color: #ffffff;
  background-color: var(--color-accent);
}

.btn__white:hover {
  color: #ffffff;
}

.btn__white:hover .icon-arrow-right,
.btn__white:hover .icon-arrow-left {
  color: var(--color-accent);
  background-color: #ffffff;
}

.btn__white:active, .btn__white:focus {
  background-color: #ffffff;
  color: var(--color-accent);
}

.btn__white-style2:before {
  background-color: #1b1a1a !important;
}

.btn__white-style2:hover {
  color: #ffffff;
}

.btn__white-style2:hover .icon-arrow-right,
.btn__white-style2:hover .icon-arrow-left {
  color: #1b1a1a;
  background-color: #ffffff;
}

.btn__white.btn__outlined {
  background-color: transparent;
  border: 2px solid #ffffff;
  color: #ffffff;
}

.btn__white.btn__outlined:hover {
  color: var(--color-accent);
  background-color: #ffffff;
}

.btn__white.btn__outlined:before {
  display: none;
}

.btn__outlined {
  background-color: transparent;
}

.btn__link {
  background-color: transparent;
  border-color: transparent;
  min-width: 0;
  line-height: 1;
  height: auto;
  padding: 0;
  border: none;
}

.btn__link:focus, .btn__link:active {
  background-color: transparent;
}

.btn__link.btn__primary {
  color: var(--color-accent);
}

.btn__link.btn__primary .icon-arrow-right,
.btn__link.btn__primary .icon-arrow-left {
  color: #ffffff;
  background-color: var(--color-accent);
}

.btn__link.btn__primary:hover {
  color: #1b1a1a;
}

.btn__link.btn__primary:hover .icon-arrow-right,
.btn__link.btn__primary:hover .icon-arrow-left {
  color: #ffffff;
  background-color: #1b1a1a;
}

.btn__link.btn__secondary {
  color: #1b1a1a;
}

.btn__link.btn__secondary:hover {
  color: var(--color-accent);
}

.btn__link.btn__white {
  color: #ffffff;
}

.btn__link.btn__white:hover {
  color: var(--color-accent);
}

.btn__link.btn__white .icon-arrow-right,
.btn__link.btn__white .icon-arrow-left {
  color: #1b1a1a;
  background-color: #ffffff;
}

.btn__link.btn__white:hover {
  color: var(--color-accent);
}

.btn__link.btn__white:hover .icon-arrow-right,
.btn__link.btn__white:hover .icon-arrow-left {
  color: #ffffff;
  background-color: var(--color-accent);
}

.btn__rounded {
  border-radius: 50px;
}

.btn__block {
  width: 100%;
}

.btn__icon {
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

.btn__icon span {
  margin-right: 5px;
}

.btn__icon i {
  margin-left: 5px;
}

.btn__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50px;
  height: 40px;
  color: #ffffff;
  border-radius: 8px;
  margin-right: 10px;
}

.btn__social:hover {
  color: #ffffff;
}

.btn__social:before {
  display: none;
}

.btn__social i {
  font-size: 18px;
  color: #ffffff;
  background-color: transparent;
}

.btn__facebook {
  background-color: #4267b2;
}

.btn__twitter {
  background-color: #1da0f0;
}

.btn__instagram {
  background: #d6249f;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

.btn__sm {
  height: 40px;
  min-width: 150px;
  border-radius: 3px;
}

.btn__lg {
  min-width: 210px;
}

.btn__xl {
  height: 70px;
  min-width: 250px;
}

.btn__loadMore i {
  position: relative;
  z-index: 2;
  display: inline-block;
  font-style: normal;
  width: 27px;
  height: 27px;
  line-height: 27px;
  border-radius: 50%;
  text-align: center;
  margin-right: 5px;
}

.btn__loadMore.btn__primary {
  height: 60px;
}

.btn__loadMore.btn__primary i {
  color: var(--color-accent);
  background-color: #ffffff;
}

.btn__loadMore.btn__primary:hover i {
  color: #1b1a1a;
}

.btn__secondary.btn__outlined.btn__custom {
  border-color: #eaeaea;
  color: #1b1a1a;
  overflow: visible;
}

.btn__secondary.btn__outlined.btn__custom .icon-arrow-right,
.btn__secondary.btn__outlined.btn__custom .icon-arrow-left {
  color: #ffffff;
  background-color: #1b1a1a;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.btn__secondary.btn__outlined.btn__custom:before {
  display: none;
}

.btn__secondary.btn__outlined.btn__custom:after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 20px;
  right: 20px;
  height: 2px;
  background-color: var(--color-accent);
}

.btn__secondary.btn__outlined.btn__custom:hover {
  color: #ffffff;
  border-color: var(--color-accent);
  background-color: var(--color-accent);
}

.btn__secondary.btn__outlined.btn__custom:hover .icon-arrow-right,
.btn__secondary.btn__outlined.btn__custom:hover .icon-arrow-left {
  color: var(--color-accent);
  background-color: #ffffff;
}

.btn__primary.btn__outlined.btn__custom {
  border-color: #eaeaea;
  color: var(--color-accent);
  overflow: visible;
}

.btn__primary.btn__outlined.btn__custom .icon-arrow-right,
.btn__primary.btn__outlined.btn__custom .icon-arrow-left {
  color: #ffffff;
  background-color: var(--color-accent);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.btn__primary.btn__outlined.btn__custom:before {
  display: none;
}

.btn__primary.btn__outlined.btn__custom:after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 20px;
  right: 20px;
  height: 2px;
  background-color: var(--color-accent);
}

.btn__primary.btn__outlined.btn__custom:hover {
  color: #ffffff;
  border-color: var(--color-accent);
  background-color: var(--color-accent);
}

.btn__primary.btn__outlined.btn__custom:hover .icon-arrow-right,
.btn__primary.btn__outlined.btn__custom:hover .icon-arrow-left {
  color: var(--color-accent);
  background-color: #ffffff;
}

/* Mobile Phones and tablets */
@media (min-width: 320px) and (max-width: 767px) {
  .btn:not(.btn__link) {
    font-size: 12px;
    min-width: 120px;
    height: 40px;
  }
}

@media (max-width: 767px) {
  .btn {
    padding: 0 12px;
    min-width: unset;
    font-size: 14px;
  }

  .btn span,
  .btn i {
    margin: 0 3px;
  }

  .btn .icon-arrow-right {
    width: 20px;
    height: 20px;
    min-width: 20px;
    min-height: 20px;
    border-radius: 50%;
    font-size: 10px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0; /* ВАЖНО: запретить сжатие! */
  }
}


/*---------------------------
        Forms
----------------------------*/
label {
  font-weight: 700;
  line-height: 1;
  margin-bottom: 10px;
  color: #282828;
}

label.error {
  font-size: 14px;
  font-weight: 400;
  color: red;
  margin-bottom: 0;
  margin-top: 7px;
}

.form-group {
  position: relative;
  margin-bottom: 30px;
}

.form-control {
  height: 50px;
  font-size: 14px;
  padding: 0 0 0 20px;
  border-radius: 5px;
  border: 1px solid #f4f4f4;
  background-color: transparent;
}

.form-control:focus {
  background-color: transparent;
  border-color: var(--color-accent);
}

textarea.form-control {
  min-height: 105px;
  padding-top: 10px;
}

.form-control::-webkit-input-placeholder {
  color: #9b9b9b;
}

.form-control:-moz-placeholder {
  color: #9b9b9b;
}

.form-control::-moz-placeholder {
  color: #9b9b9b;
}

.form-control:-ms-input-placeholder {
  color: #9b9b9b;
}

.form__title {
  font-size: 18px;
  line-height: 1;
  margin-bottom: 20px;
}

.nice-select {
  height: 50px;
  border-color: #f4f4f4;
}

.nice-select.open,
.nice-select:active,
.nice-select:focus {
  border-color: var(--color-accent);
}

/* Input Radio */
.label-radio {
  display: block;
  position: relative;
  padding-left: 26px;
  margin-bottom: 0;
  cursor: pointer;
  font-size: 13px;
  font-weight: 400;
  color: #9b9b9b;
}

.label-radio input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.radio-indicator {
  position: absolute;
  top: -1px;
  left: 0;
  height: 17px;
  width: 17px;
  background: transparent;
  border: 2px solid #eaeaea;
  border-radius: 50%;
}

.label-radio input:checked ~ .radio-indicator {
  background: transparent;
}

.label-radio:hover input:not([disabled]):checked ~ .radio-indicator,
.label-radio input:checked:focus ~ .radio-indicator {
  background: transparent;
}

.radio-indicator:after {
  content: '';
  position: absolute;
  display: none;
  left: 3px;
  top: 3px;
  height: 7px;
  width: 7px;
  border-radius: 50%;
  background: var(--color-accent);
}

.label-radio input:checked ~ .radio-indicator:after {
  display: block;
}

.nice-select {
  width: 100%;
  margin-bottom: 30px;
}

.nice-select .current {
  line-height: 50px;
  color: #9b9b9b;
}

/* Extra Small Devices */
@media (min-width: 320px) and (max-width: 767px) {
  .form-group,
  .nice-select {
    margin-bottom: 20px;
  }
}

/*--------------------
    Tabs
--------------------*/
.nav-tabs {
  border-bottom: none;
}

.nav-tabs .nav__link {
  display: block;
  position: relative;
  padding: 0 0 14px;
  margin: 0 30px 20px 0;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  color: #282828;
}

.nav-tabs .nav__link:last-of-type {
  margin-right: 0;
}

.nav-tabs .nav__link:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: var(--color-accent);
  -webkit-transition: all 0.7s linear;
  transition: all 0.7s linear;
}

.nav-tabs .nav__link.active,
.nav-tabs .nav__link:hover {
  color: var(--color-accent);
}

.nav-tabs .nav__link.active:after,
.nav-tabs .nav__link:hover:after {
  width: 100%;
}

.nav-tabs-white .nav__link {
  color: #ffffff;
}

.nav-tabs-white .nav__link.active, .nav-tabs-white .nav__link:hover {
  color: #ffffff;
}

.nav-tabs-white .nav__link:after {
  background-color: #fff;
}

/* Mobile Phones and tablets */
@media (min-width: 320px) and (max-width: 767px) {
  .nav-tabs .nav__link {
    font-size: 13px;
    margin: 0 10px 10px 0;
  }
}

/*------------------- 
    Icons
------------------*/
.social-icons {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

.social-icons li {
  margin-right: 10px;
}

.social-icons li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #eaeaea;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.social-icons li a i {
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
  text-align: center;
  font-size: 11px;
  color: #ffffff;
  background-color: var(--color-accent);
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.social-icons li a:hover {
  border-color: var(--color-accent);
}

.social-icons li:last-of-type {
  margin-right: 0;
}

.icon-arrow-right {
  font-size: 65%;
}

.custom-icon {
  position: relative;
}

.custom-icon:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 54px;
  width: 54px;
  opacity: 0.1;
  border-radius: 22px;
  background-color: var(--color-accent);
}

.custom-icon i {
  margin-left: 10px;
}

.custom-icon-right {
  text-align: right;
}

.custom-icon-right:before {
  left: auto;
  right: 0;
}

.custom-icon-right i {
  margin-left: 0;
  margin-right: 10px;
}

/*-------------------------
    Breadcrumb
--------------------------*/
.breadcrumb {
  background-color: transparent;
  padding: 0;
}

.breadcrumb-item {
  position: relative;
}

.breadcrumb-item a {
  color: #282828;
}

.breadcrumb-item + .breadcrumb-item::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
}

/* Extra Small Devices */
@media (min-width: 320px) and (max-width: 767px) {
  .breadcrumb-item a,
  .breadcrumb-item + .breadcrumb-item {
    font-size: 12px;
  }
}

/*----------------------
    Pagination
-----------------------*/
.pagination li {
  margin-right: 10px;
}

.pagination li:last-child {
  margin-right: 0;
}

.pagination li a {
  font-size: 20px;
  font-weight: 700;
  display: block;
  width: 50px;
  height: 50px;
  line-height: 46px;
  text-align: center;
  border: none;
  border-radius: 7px;
  color: #222222;
  border: 2px solid #eaeaea;
  background-color: transparent;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.pagination li a i {
  font-weight: 700;
}

.pagination li a:hover,
.pagination li a.current {
  color: #ffffff;
  border-color: var(--color-accent);
  background-color: var(--color-accent);
}

@media (min-width: 320px) and (max-width: 767px) {
  .pagination li a {
    font-size: 18px;
    width: 40px;
    height: 40px;
    line-height: 38px;
  }
}

/*-------------------
    lists
-------------------*/
.list-items li {
  position: relative;
  padding-left: 32px;
  font-size: 15px;
  font-weight: 700;
  color: #282828;
  margin-bottom: 9px;
}

.list-items li::before {
  content: "\f00c"; /* галочка */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: 0;
  font-size: 10px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--color-accent);
  color: var(--color-accent-text);
  transform: translateY(-50%);
}


.list-items-light li {
  color: #ffffff;
}

.list-items-light li:before {
  background-color: #ffffff;
  color: var(--color-accent);
}

.list-items-layout2 li {
  padding-left: 25px;
}

.list-items-layout2 li:before {
  background-color: transparent;
  color: var(--color-accent);
}

.list-items-layout2.list-items-light li {
  color: #ffffff;
}

.list-items-layout2.list-items-light li:before {
  color: #ffffff;
}

@media (max-width: 992px) {
  .list-items-layout2 {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
  .list-items-layout2 li {
    -ms-flex: 0 0 100% !important;
    -webkit-box-flex: 0 !important;
            flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}

/* Extra Small Devices */
@media (min-width: 320px) and (max-width: 767px) {
  .list-items li {
    font-size: 15px;
    font-weight: 400;
  }
}

/*------------------------
    Animations
-----------------------*/
@-webkit-keyframes pulsing {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  40% {
    opacity: .3;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}

@keyframes pulsing {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  40% {
    opacity: .3;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}

@-webkit-keyframes slideTopDown {
  0% {
    top: 0px;
  }
  25% {
    top: -5px;
  }
  50% {
    top: 0px;
  }
  75% {
    top: 5px;
  }
  100% {
    top: 0px;
  }
}

@keyframes slideTopDown {
  0% {
    top: 0px;
  }
  25% {
    top: -5px;
  }
  50% {
    top: 0px;
  }
  75% {
    top: 5px;
  }
  100% {
    top: 0px;
  }
}

@-webkit-keyframes translateHeader {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes translateHeader {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

/*----------------------
    Pre Loader
-----------------------*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 5000;
  background-color: #ffffff;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

.preloader .loading {
  position: relative;
  width: 80px;
  height: 80px;
}

.preloader .loading span {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  border: 5px solid var(--color-accent-border);
  border-radius: 50%;
  -webkit-animation: rotating 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
          animation: rotating 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: var(--color-accent-border) transparent transparent transparent;
}

.preloader .loading span:nth-child(1) {
  -webkit-animation-delay: -0.45s;
          animation-delay: -0.45s;
}

.preloader .loading span:nth-child(2) {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}

.preloader .loading span:nth-child(3) {
  -webkit-animation-delay: -0.15s;
          animation-delay: -0.15s;
}

/* Rotating Animation */
@-webkit-keyframes rotating {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotating {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*----------------------------
      Navbar & Header
-----------------------------*/
.header {
  position: relative;
  z-index: 1000;
}

/* Navbar */
.navbar {
  padding: 0;
  height: 90px;
  max-height: 90px;
  background-color: #ffffff;
  /*  dropdown-menu  */
}

.navbar > .container,
.navbar > .container-fluid {
  position: relative;
  height: 90px;
}

.navbar .navbar-brand {
  padding: 0;
  margin: 0;
  line-height: 90px;
}

.navbar .navbar-brand img {
  max-height: 70px;
  height: auto;
  width: auto;
}


.navbar .logo-light {
  display: none;
}

.navbar .navbar-toggler {
  padding: 0;
  border: none;
  border-radius: 0;
  width: 23px;
  position: relative;
}

.navbar .navbar-toggler .menu-lines {
  display: inline-block;
}

.navbar .navbar-toggler .menu-lines:before, .navbar .navbar-toggler .menu-lines:after {
  content: '';
  position: absolute;
  left: 0;
  width: 23px;
  height: 1px;
  display: inline-block;
  background-color: #1b1a1a;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.navbar .navbar-toggler .menu-lines:before {
  top: 0;
}

.navbar .navbar-toggler .menu-lines:after {
  top: 12px;
}

.navbar .navbar-toggler .menu-lines span {
  position: absolute;
  top: 6px;
  left: 0;
  width: 18px;
  height: 1px;
  background-color: #1b1a1a;
}

.navbar .navbar-toggler.actived .menu-lines > span {
  opacity: 0;
}

.navbar .navbar-toggler.actived .menu-lines:before {
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.navbar .navbar-toggler.actived .menu-lines:after {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.navbar .nav__item {
  position: relative;
  margin-right: 25px;
}

.navbar .nav__item:last-child {
  margin-right: 0;
}

.navbar .nav__item .nav__item-link {
  font-size: 15px;
  font-weight: 700;
  text-transform: none;
  display: block;
  position: relative;
  color: #1b1a1a;
  line-height: 90px;
  letter-spacing: .4px;
  padding-right: 15px;
}

.navbar .nav__item .nav__item-link:before {
  content: '';
  position: absolute;
  left: 0;
  width: 0;
  bottom: 0;
  height: 2px;
  background-color: var(--color-accent);
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.navbar .nav__item .nav__item-link.active, .navbar .nav__item .nav__item-link:hover {
  color: var(--color-accent);
}

.navbar .nav__item .nav__item-link.active:before, .navbar .nav__item .nav__item-link.active:before, .navbar .nav__item .nav__item-link:hover:before, .navbar .nav__item .nav__item-link:hover:before {
  width: 100%;
}

.navbar button.dropdown-toggle:not(.lang-dropdown-toggle) {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 3;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.navbar .dropdown-toggle:after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  border: none;
  vertical-align: middle;
  margin-left: 0;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.navbar .dropdown-menu {
  border-radius: 0;
  border: none;
  margin: 0;
  background-color: #ffffff;
}

.navbar .dropdown-menu .nav__item {
  padding: 0 40px;
  margin-right: 0;
}

.navbar .dropdown-menu .nav__item .nav__item-link {
  font-size: 14px;
  color: #9b9b9b;
  font-weight: 400;
  white-space: nowrap;
  line-height: 36px !important;
  border-bottom: 1px solid #eaeaea;
}

.navbar .dropdown-menu .nav__item .nav__item-link:after {
  content: '';
  position: absolute;
  top: 50%;
  left: -20px;
  width: 10px;
  height: 2px;
  opacity: 0;
  background-color: var(--color-accent);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.navbar .dropdown-menu .nav__item .nav__item-link:hover {
  color: var(--color-accent);
}

.navbar .dropdown-menu .nav__item--calculator {
  padding-top: 8px;
  padding-bottom: 8px;
}

.navbar .dropdown-menu .nav__item .nav__item-link--calculator {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-width: 250px;
  padding: 0 12px;
  border: 1px solid rgba(74, 171, 61, 0.14);
  border-radius: 8px;
  background: #f2faf1;
  color: #338d2b;
  font-weight: 600;
  line-height: 38px !important;
  transition: color 0.3s linear, background-color 0.3s linear, border-color 0.3s linear, box-shadow 0.3s linear;
}

.navbar .dropdown-menu .nav__item .nav__item-link--calculator:hover {
  border-color: rgba(74, 171, 61, 0.3);
  background: #eaf7e8;
  color: #2f8a27;
  box-shadow: 0 6px 18px rgba(74, 171, 61, 0.12);
}

.navbar .dropdown-menu .nav__item .nav__item-link--calculator:after {
  display: none;
}

.navbar .dropdown-menu .nav__item-badge {
  display: inline-flex;
  align-items: center;
  min-height: 20px;
  padding: 0 8px;
  border-radius: 999px;
  background: rgba(74, 171, 61, 0.12);
  color: var(--color-accent);
  font-size: 11px;
  font-weight: 700;
  line-height: 20px;
}

.navbar .dropdown-menu .nav__item .nav__item-link:hover:after {
  opacity: 1;
  left: -15px;
}

.navbar .dropdown-menu .nav__item:last-child .nav__item-link {
  border-bottom: 0;
}

.navbar .dropdown-menu .dropdown-toggle:after {
  right: 0;
}

/* navbar-actions */
.navbar-actions > li {
  margin-right: 30px;
}

.navbar-actions > li:last-child {
  margin-right: 0;
}

.action__btn {
  position: relative;
  color: #1b1a1a;
}

.lang-dropdown .dropdown-item {
  font-size: 14px;
  padding: .25rem 1rem;
}

.lang-dropdown .lang-dropdown-toggle {
  font-size: 13px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 15px;
  color: #9b9b9b;
}

.lang-dropdown-toggle img {
  width: 65px;
  height: 53px;
  object-fit: cover;
}


.lang-dropdown .lang-dropdown-toggle:after {
  display: none !important;
}

.lang-dropdown .lang-dropdown-toggle i {
  font-size: 30px;
  margin-right: 7px;
}

.lang-dropdown .dropdown-menu {
  min-width: 120px !important;
  padding: 0.6rem 0 !important;
}

.lang-dropdown .dropdown-menu .dropdown-item {
  color: #9b9b9b;
}

.lang-dropdown .dropdown-menu .dropdown-item:focus, .lang-dropdown .dropdown-menu .dropdown-item:hover {
  background-color: transparent;
  color: var(--color-accent);
}

.lang-dropdown .dropdown-menu .dropdown-item.active, .lang-dropdown .dropdown-menu .dropdown-item:active {
  background-color: transparent;
}

.lang-dropdown .lang-dropdown-toggle {
  padding: 0 10px;
}

.lang-dropdown .lang-dropdown-toggle img {
  margin-right: 7px;
}

/* header topbar */
.header-topbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 0;
  border-bottom: 1px solid #eaeaea;
}

.header-topbar .contact__list li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
  margin-right: 20px;
}

.header-topbar .contact__list li a:not(.btn) {
  color: #9b9b9b;
}

.header-topbar .contact__list li a:not(.btn):hover {
  color: var(--color-accent);
}

.header-topbar .contact__list li > i {
  font-size: 14px;
  margin-right: 8px;
  color: #1b1a1a;
}

.header-topbar .contact__list li:last-child {
  margin-right: 0;
}

.header-topbar .header-topbar__search {
  position: relative;
}

.header-topbar .header-topbar__search .form-control {
  height: 30px;
  border-radius: 0;
  padding-left: 30px;
  background-color: transparent;
  border: 1px solid transparent;
}

.header-topbar .header-topbar__search .form-control:focus {
  border-color: #f9f9f9;
}

.header-topbar .header-topbar__search .form-control::-webkit-input-placeholder {
  color: #9b9b9b;
  font-style: italic;
  font-size: 13px;
}

.header-topbar .header-topbar__search .form-control:-moz-placeholder {
  color: #9b9b9b;
  font-style: italic;
  font-size: 13px;
}

.header-topbar .header-topbar__search .form-control::-moz-placeholder {
  color: #9b9b9b;
  font-style: italic;
  font-size: 13px;
}

.header-topbar .header-topbar__search .form-control:-ms-input-placeholder {
  color: #9b9b9b;
  font-style: italic;
  font-size: 13px;
}

.header-topbar .header-topbar__search .header-topbar__search-btn {
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.header-topbar .action__btn {
  color: #ffffff !important;
}

.header-topbar-dark {
  background-color: #161616;
}

.header-topbar-dark .contact__list li > i {
  color: var(--color-accent);
}

.header-topbar-dark .social-icons li {
  margin-right: 0;
}

.header-topbar-dark .social-icons li a {
  border: 0;
}

.header-topbar-dark .social-icons li a i {
  color: #282828;
  background-color: #ffffff;
}

.header-topbar-dark .social-icons li a i:hover {
  color: #ffffff;
  background-color: var(--color-accent);
}

.header-layout1 {
  -webkit-box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.1);
          box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.1);
}

.header-layout1 .social-icons li a {
  border: 0;
  width: 20px;
  height: 20px;
}

.header-layout1 .social-icons li a i {
  background-color: #1b1a1a;
}

.header-layout1 .social-icons li a i:hover {
  background-color: var(--color-accent);
}

/* cart-minipopup */
.cart-minipopup {
  background-color: #ffffff;
  width: 310px;
  padding: 40px;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 1055;
  visibility: hidden;
  opacity: 0;
  border-radius: 0 0 8px 8px;
  -webkit-box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.05);
          box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.05);
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.cart-minipopup.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.cart-minipopup .cart-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.cart-minipopup .cart-item:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}

.cart-minipopup .cart-item .cart__img {
  width: 50px;
  height: 50px;
  overflow: hidden;
  border-radius: 2px;
  margin-right: 15px;
}

.cart-minipopup .cart-item .cart__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 22px;
}

.cart-minipopup .cart-item .cart__title {
  display: block;
  color: #282828;
  font-family: "Rubik", sans-serif;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 4px;
}

.cart-minipopup .cart-item .cart__price {
  color: var(--color-accent);
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}

.cart-minipopup .cart-item .cart__delete {
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
  background-color: #282828;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  font-style: normal;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.cart-minipopup .cart-item .cart__delete:hover {
  background-color: var(--color-accent);
}

.cart-minipopup .cart-total {
  color: #282828;
  font-family: "Rubik", sans-serif;
  font-size: 17px;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 20px;
}

.cart-minipopup .cart-action .btn {
  min-width: 105px;
  height: 40px;
  line-height: 40px;
}

.cart__counter {
  position: absolute;
  top: -11px;
  right: -8px;
  width: 15px;
  height: 15px;
  z-index: 3;
  font-size: 10px;
  text-align: center;
  border-radius: 50%;
  color: #ffffff;
  background-color: var(--color-accent);
}

/* sticky-navbar */
.is-sticky {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 1040;
  border-bottom: 0 !important;
  height: 70px !important;
  max-height: 70px !important;
  background-color: #ffffff !important;
  -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.07);
          box-shadow: 0 3px 4px rgba(0, 0, 0, 0.07);
  -webkit-animation: translateHeader 0.8s;
  animation: translateHeader 0.8s;
}

.is-sticky > .container,
.is-sticky > .container-fluid {
  position: relative;
  height: 70px;
}

.is-sticky .miniPopup-departments-trigger {
  height: 70px;
}

.is-sticky .navbar-brand {
  line-height: 70px;
}

.is-sticky .header__top-right {
  display: none !important;
}

.is-sticky .nav__item .nav__item-link {
  color: #1b1a1a;
  line-height: 70px !important;
}

.is-sticky .nav__item .nav__item-link:before {
  background-color: var(--color-accent) !important;
}

.is-sticky .logo-light {
  display: none;
}

.is-sticky .logo-dark {
  display: inline-block;
}

.is-sticky .navbar-nav {
  margin-top: 0 !important;
}

.is-sticky .navbar-actions .btn {
  height: 50px;
}

/* search-popup */
.search-popup {
  position: fixed;
  z-index: 2300;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  background-color: #ffffff;
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.search-popup.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.search-popup.active .search-popup__form {
  -webkit-transform: translateY(-50%) scaleX(1);
  transform: translateY(-50%) scaleX(1);
}

.search-popup.inActive {
  opacity: 0;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.search-popup.inActive .search-popup__form {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: translateY(-50%) scaleX(0);
  transform: translateY(-50%) scaleX(0);
}

.search-popup .search-popup__close {
  position: absolute;
  top: 50px;
  right: 50px;
  cursor: pointer;
  font-style: normal;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 3px;
  color: #ffffff;
  background-color: var(--color-accent);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.search-popup .search-popup__close:hover {
  background-color: #282828;
}

.search-popup .search-popup__form {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 550px;
  margin: -40px auto 0;
  -webkit-transform: translateY(-50%) scaleX(0);
  transform: translateY(-50%) scaleX(0);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.search-popup .search-popup__input {
  font-family: "Rubik", sans-serif;
  font-weight: 300;
  font-size: 35px;
  z-index: 1;
  width: 100%;
  height: 70px;
  border: none;
  padding: 0 0 0 40px;
  color: #9b9b9b;
  background: transparent;
  border-bottom: 2px solid #e7ebef;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.search-popup .search-popup__input::-webkit-input-placeholder {
  color: #9b9b9b;
}

.search-popup .search-popup__input:-moz-placeholder {
  color: #9b9b9b;
}

.search-popup .search-popup__input::-moz-placeholder {
  color: #9b9b9b;
}

.search-popup .search-popup__input:-ms-input-placeholder {
  color: #9b9b9b;
}

.search-popup .search-popup__btn {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 70px;
  text-align: center;
  font-size: 28px;
  cursor: pointer;
  color: #1b1a1a;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.search-popup .search-popup__btn:hover {
  color: var(--color-accent);
}

.action__btn-search {
  color: #1b1a1a;
}

.navbar-actions {
  position: relative;
  height: 100%;
}

@media (min-width: 1400px) {
  .navbar > .container-fluid,
  .header-topbar > .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
  .header-layout1 .navbar-actions {
    padding-left: 40px;
    margin-left: 40px;
    border-left: 1px solid #eaeaea;
  }
  .header-layout1 .navbar .navbar-brand {
    padding-right: 40px;
    margin-right: 40px;
    border-right: 1px solid #eaeaea;
  }
}

@media (min-width: 1200px) {
  .header-topbar {
    display: block;
  }
  .navbar > .container-fluid,
  .header-topbar > .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
  .header-layout1 .navbar-actions {
    padding-left: 40px;
    margin-left: 40px;
    border-left: 1px solid #eaeaea;
  }
  .header-layout1 .navbar .navbar-brand {
    padding-right: 40px;
    margin-right: 40px;
    border-right: 1px solid #eaeaea;
  }
  .header-layout3 .navbar-actions {
    padding-left: 20px;
    margin-left: 30px;
    height: 100%;
    border-left: 1px solid #eaeaea;
  }
  .header-layout3 .is-sticky .navbar-actions {
    height: 70px;
  }
  .header-layout3 .close__topbar {
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    color: #ffffff;
  }
  .header-layout3 .navbar {
    height: 140px;
    max-height: 140px;
  }
  .header-layout3 .navbar > .container,
  .header-layout3 .navbar .container-fluid {
    height: 140px;
  }
  .header-layout3 .navbar .navbar-nav {
    margin-top: 75px;
  }
  .header-layout3 .navbar .navbar-brand {
    padding-right: 50px;
  }
  .header-layout3 .navbar .nav__item-link {
    line-height: 65px;
  }
  .header-layout3 .header__top-right {
    position: absolute;
    top: 30px;
    right: 300px;
  }
  .header-layout3 .contact__list li {
    margin-right: 25px;
  }
  .header-layout3 .contact__list li:last-child {
    margin-right: 0;
  }
}

@media (max-width: 1199px) {
  .header-topbar {
    display: none;
  }
}

/* Large Size Screens */
@media (min-width: 992px) and (max-width: 1200px) {
  .navbar .nav__item {
    margin-right: 20px;
  }
}

/* Mobile and Tablets */
@media (max-width: 991px) {
  .navbar .navbar-toggler {
    position: absolute;
    right: 15px;
    height: 13px;
  }
  .navbar .collapse:not(.show) {
    display: block;
  }
  .navbar .navbar-nav {
    margin: 0 !important;
  }
  .navbar .nav__item {
    margin-right: 0;
  }
  .navbar .nav__item .nav__item-link {
    color: #282828;
    line-height: 35px !important;
    padding-left: 15px;
  }
  .navbar .nav__item .nav__item-link:hover {
    color: var(--color-accent);
  }
  .navbar .nav__item .nav__item-link:before {
    display: none;
  }
  .navbar .navbar-collapse {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1000;
    padding: 0;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
  }
  .navbar .navbar-collapse .navbar-nav {
    opacity: 0;
    width: 240px;
    height: 100%;
    overflow-y: auto;
    padding: 50px 0 20px;
    background-color: #ffffff;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
  }
  .navbar .navbar-collapse.menu-opened {
    opacity: 1;
    visibility: visible;
  }
  .navbar .navbar-collapse.menu-opened .navbar-nav {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .navbar .navbar-collapse.menu-opened .close-mobile-menu {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .navbar .close-mobile-menu {
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 1100;
    width: 35px;
    height: 35px;
    line-height: 33px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #fff;
    color: #fff;
    cursor: pointer;
    opacity: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
  }
  .navbar button.dropdown-toggle:not(.lang-dropdown-toggle) {
    top: 16px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .navbar .nav__item [data-toggle="dropdown"]:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 0;
    width: 50%;
    text-align: right;
    z-index: 2;
    padding-right: 15px;
    line-height: 35px;
    display: block !important;
  }
  .navbar .dropdown-toggle:after {
    display: none;
  }
  .navbar .nav__item.opened > [data-toggle="dropdown"]:after,
  .navbar .nav__item.show > [data-toggle="dropdown"]:after {
    content: "\f106";
  }
  .navbar .dropdown-menu {
    background-color: white;
  }
  .navbar .dropdown-menu .nav__item {
    padding: 0 15px 0 30px;
  }
  .navbar .dropdown-menu .nav__item .nav__item-link {
    padding-left: 0;
    border-bottom: none;
  }
  .navbar .dropdown-menu .dropdown-menu-col .nav__item {
    padding: 0;
  }
  .navbar .nav__item.dropdown-submenu > .dropdown-menu.show {
    padding-left: 10px;
  }
  .navbar .dropdown-submenu .dropdown-menu .nav__item {
    padding: 0 0 0 15px;
  }
  .navbar .navbar-nav .dropdown-menu.show {
    padding: 0;
  }
  .navbar .mega-dropdown-menu .container {
    max-width: none;
  }
  .navbar .mega-dropdown-menu > .nav__item {
    padding: 0 10px;
  }
  .navbar .mega-dropdown-menu .nav__item {
    padding: 0;
  }
  .header .navbar,
  .header-transparent .navbar {
    background-color: #ffffff;
  }
  .header .logo-dark,
  .header-transparent .logo-dark {
    display: inline-block;
  }
  .header .logo-light,
  .header-transparent .logo-light {
    display: none;
  }
  .header .module__btn,
  .header-transparent .module__btn {
    color: #1b1a1a;
    margin: 0 60px 0 0;
  }
  .header .navbar .navbar-toggler .menu-lines:before,
  .header .navbar .navbar-toggler .menu-lines:after,
  .header .navbar .navbar-toggler .menu-lines span,
  .header-transparent .navbar .navbar-toggler .menu-lines:before,
  .header-transparent .navbar .navbar-toggler .menu-lines:after,
  .header-transparent .navbar .navbar-toggler .menu-lines span {
    background-color: #1b1a1a;
  }
  .header .navbar-expand-lg > .container,
  .header .navbar-expand-lg > .container-fluid,
  .header-transparent .navbar-expand-lg > .container,
  .header-transparent .navbar-expand-lg > .container-fluid {
    width: 100%;
    max-width: none;
  }
  .header .navbar,
  .header .navbar > .container,
  .header .navbar > .container-fluid,
  .header-transparent .navbar,
  .header-transparent .navbar > .container,
  .header-transparent .navbar > .container-fluid {
    height: 80px;
  }
  .header .header-full .navbar,
  .header .header-full .navbar .navbar-brand,
  .header .navbar-brand,
  .header-transparent .header-full .navbar,
  .header-transparent .header-full .navbar .navbar-brand,
  .header-transparent .navbar-brand {
    margin-left: 15px;
    line-height: 70px !important;
  }
  .header .header-full .navbar,
  .header .header-full .navbar .navbar-brand,
  .header-transparent .header-full .navbar,
  .header-transparent .header-full .navbar .navbar-brand {
    line-height: 70px;
  }
  .header-topbar > .container {
    max-width: none;
  }
  .lang-dropdown .lang-dropdown-toggle,
  .header-transparent .action__btn {
    color: #1b1a1a;
  }
  .action__btn-search {
    position: absolute;
    top: 50%;
    right: 80px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

/* Medium and large Screens */
@media (min-width: 992px) {
  .navbar .dropdown-menu {
    width: auto;
    min-width: 235px;
    -webkit-box-shadow: 0px 2px 6px 0px rgba(40, 40, 40, 0.1);
            box-shadow: 0px 2px 6px 0px rgba(40, 40, 40, 0.1);
    padding: 25px 0 23px;
    border-radius: 0 0 6px 6px;
  }
  .navbar .dropdown-menu .nav__item .nav__item-link:before {
    display: none;
  }
  .navbar .dropdown-menu.wide-dropdown-menu {
    padding: 0;
    min-width: 500px;
    overflow: hidden;
  }
  .navbar .dropdown-menu.wide-dropdown-menu > .nav__item {
    padding: 0;
  }
  .navbar .dropdown-menu.wide-dropdown-menu .dropdown-menu-title {
    color: #282828;
    font-family: "Rubik", sans-serif;
    font-weight: 700;
    font-size: 17px;
    line-height: 1;
    margin: 0 0 13px 40px;
  }
  .navbar .dropdown-menu.wide-dropdown-menu .dropdown-menu-col {
    padding: 40px 0 27px;
  }
  .navbar .dropdown-menu.wide-dropdown-menu .dropdown-menu-col:first-child {
    position: relative;
  }
  .navbar .dropdown-menu.wide-dropdown-menu .dropdown-menu-col:first-child:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #e9e9e9;
  }
  .navbar .nav__item.has-dropdown > .dropdown-menu,
  .navbar .nav__item.dropdown-submenu > .mega-menu,
  .navbar .nav__item.has-dropdown > .mega-menu,
  .navbar .nav__item.has-dropdown > .dropdown-menu > .nav__item.dropdown-submenu > .dropdown-menu {
    display: block;
    position: absolute;
    left: 0;
    right: auto;
    z-index: 1050;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  .navbar .nav__item.has-dropdown > .dropdown-menu > .nav__item.dropdown-submenu > .dropdown-menu,
  .navbar .nav__item.dropdown-submenu > .dropdown-menu > .nav__item.has-dropdown > .dropdown-menu {
    top: 0;
    left: 100%;
  }
  .navbar .nav__item.has-dropdown:hover > .dropdown-menu,
  .navbar .nav__item.dropdown-submenu:hover > .mega-menu,
  .navbar .nav__item.has-dropdown:hover > .mega-menu,
  .navbar .nav__item.has-dropdown > .dropdown-menu > .nav__item.dropdown-submenu:hover > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .navbar .nav__item.has-dropdown.mega-dropdown {
    position: static;
  }
  .navbar .nav__item.has-dropdown .mega-dropdown-menu {
    width: 100%;
  }
  .navbar .dropdown-menu.mega-dropdown-menu .nav__item {
    padding: 0;
  }
  .navbar .dropdown-menu.mega-dropdown-menu .nav__item .nav__item-link {
    overflow: hidden;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .navbar .dropdown-menu.mega-dropdown-menu .nav__item .nav__item-link:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f111";
    position: absolute;
    top: auto;
    left: -7px;
    font-size: 7px;
    opacity: 0;
    color: var(--color-accent);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .navbar .dropdown-menu.mega-dropdown-menu .nav__item .nav__item-link:hover {
    padding-left: 15px;
  }
  .navbar .dropdown-menu.mega-dropdown-menu .nav__item .nav__item-link:hover:after {
    opacity: 1;
    left: 4px;
  }
  .nav__item i[data-toggle="dropdown"] {
    display: none;
  }
}

/* Mobile Phones and tablets */
@media (min-width: 320px) and (max-width: 767px) {
  .dropdown-menu.mega-dropdown-menu > .nav__item {
    padding: 0 15px;
  }
  .dropdown-menu.mega-dropdown-menu .nav__item:last-child > .nav__item-link {
    border-bottom: 1px solid #f2f2f2;
  }
  .dropdown-menu.mega-dropdown-menu [class^="col-"]:last-child .nav__item:last-child > .nav__item-link {
    border-bottom: none;
  }
}

/* Extra Small Devices */
@media (min-width: 320px) and (max-width: 575px) {
  .search-popup .search-popup__form {
    width: 90%;
  }
  .search-popup .search-popup__input {
    font-size: 20px;
    font-weight: 400;
    height: 40px;
    padding: 0 0 0 30px;
  }
  .search-popup .search-popup__btn {
    font-size: 20px;
    line-height: 40px;
  }
  .search-popup .search-popup__close {
    font-size: 14px;
    top: 30px;
    right: 30px;
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}

@media (max-width: 420px) {
  .header .navbar-brand img {
    max-width: 120px;
  }
  .header .action__btn-login span {
    display: none;
  }
}

/* Header Animation */
@-webkit-keyframes translateHeader {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes translateHeader {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

/*----------------------
    Accordions
------------------------*/
.accordion-item {
  border: 2px solid #e7ebef;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 25px 30px;
  margin-bottom: 27px;
}

.accordion-item .accordion-item__title {
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 16px;
  cursor: pointer;
  display: block;
  position: relative;
  padding-right: 25px;
  color: #1b1a1a;
}

.accordion-item .accordion-item__title:hover {
  color: var(--color-accent);
}

.accordion-item .accordion-item__title:after {
  position: absolute;
  right: 0;
  top: 0;
  content: "\f067";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  background-color: transparent;
  color: #1b1a1a;
  font-size: 10px;
  text-align: center;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
}

.accordion-item.opened {
  border-color: var(--color-accent);
}

.accordion-item.opened .accordion-item__header:not(.collapsed) .accordion-item__title {
  color: var(--color-accent);
}

.accordion-item.opened .accordion-item__header:not(.collapsed) .accordion-item__title:after {
  background-color: var(--color-accent);
  color: var(--color-accent-text);
  content: "\f068";
}

.accordion-item .accordion-item__body {
  padding-top: 20px;
}

.accordion-item .accordion-item__body p {
  margin-bottom: 0;
}

/* Mobile Phones and tablets */
@media (min-width: 320px) and (max-width: 767px) {
  .accordion-item {
    padding: 10px 15px;
  }
  .accordion-item .accordion-item__title {
    font-size: 14px;
  }
  .accordion-item .accordion-item .accordion-item__body p {
    font-size: 13px;
  }
}

/*-------------------------
    Footer
--------------------------*/
.footer {
  background-color: #161616;
}

.footer .social-icons a {
  border: 2px solid rgba(234, 234, 234, 0.15);
}

.footer .social-icons a i {
  color: #282828;
}

.footer .social-icons a:hover {
  border-color: #f9f9f9;
}

.footer .social-icons a:hover a {
  color: #ffffff;
}

.footer .btn__download {
  height: 60px;
  min-width: 190px;
}

.footer .btn__location {
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
}

.footer .btn__location:hover {
  color: var(--color-accent);
}

.footer-primary {
  padding-top: 120px;
  padding-bottom: 70px;
}

.footer-widget {
  margin-bottom: 30px;
}

.footer-widget-title {
  color: #ffffff;
  font-size: 16px;
  text-transform: none;
  margin-bottom: 33px;
}

.footer-widget-nav li a,
.copyright__nav li a {
  display: block;
  position: relative;
  color: #9b9b9b;
  font-size: 14px;
  margin-bottom: 11px;
}

.footer-widget-nav li a:hover,
.copyright__nav li a:hover {
  color: #ffffff;
}

.copyright__nav li a {
  margin-right: 14px;
  padding-right: 14px;
  margin-bottom: 3px;
}

.copyright__nav li a:after {
  content: "-";
  position: absolute;
  right: 0;
  color: #9b9b9b;
}

.copyright__nav li:last-child a:after {
  display: none;
}

.footer-widget-about .btn {
  color: var(--color-accent);
}

.footer-widget-about .btn .icon-arrow-right {
  color: #ffffff;
  background-color: var(--color-accent);
}

.footer-widget-about .btn:hover {
  color: #ffffff;
}

.footer-widget-about .btn:hover .icon-arrow-right {
  color: #1b1a1a;
  background-color: #ffffff;
}

.footer-widget-contact p {
  font-size: 14px;
}

.footer-copyrights {
  background-color: #121212;
  padding-top: 42px;
  padding-bottom: 42px;
}

.footer-copyrights p {
  font-size: 13px;
}

.footer-copyrights p a:hover {
  color: #ffffff;
}

/* Scroll Top Button */
#scrollTopBtn {
  position: fixed;
  right: 10px;
  bottom: 30px;
  width: 45px;
  height: 45px;
  opacity: 0;
  z-index: 1000;
  font-size: 18px;
  border-radius: 50%;
  color: #ffffff;
  background-color: var(--color-accent);
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#scrollTopBtn:hover {
  background-color: #1b1a1a;
}

#scrollTopBtn.actived {
  right: 30px;
  opacity: 1;
}

@media (min-width: 1200px) {
  .footer-widget-about {
    padding-right: 140px;
  }
  .footer-widget-align-right {
    text-align: right;
  }
  .footer-widget-align-right .social-icons {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

@media (max-width: 1200px) {
  .footer-widget-nav li a,
  .footer__copyright-links li a {
    font-size: 13px;
    margin-bottom: 8px;
  }
}

/* Medium Size Screens */
@media (min-width: 768px) and (max-width: 991px) {
  .footer-primary {
    padding-top: 70px;
    padding-bottom: 20px;
  }
}

/* Mobile Phones and tablets */
@media (min-width: 320px) and (max-width: 767px) {
  .footer-primary {
    padding-top: 40px;
    padding-bottom: 0;
  }
  .footer-widget {
    margin-bottom: 20px;
  }
  .footer-widget-title {
    margin-bottom: 10px;
  }
  .footer-copyrights {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

/* Extra Small Devices */
@media (min-width: 320px) and (max-width: 575px) {
  #scrollTopBtn {
    bottom: 20px;
    width: 30px;
    height: 30px;
    font-size: 14px;
  }
  #scrollTopBtn.actived {
    right: 20px;
  }
}

/*-------------------------
    Call to Action
--------------------------*/
.cta-layout1 .cta__title,
.cta-layout2 .cta__title {
  font-size: 19px;
  margin-bottom: 17px;
}

.cta-layout1 .cta__icon,
.cta-layout2 .cta__icon {
  color: var(--color-accent);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 95px;
          flex: 0 0 95px;
  max-width: 95px;
  font-size: 65px;
  line-height: 1;
}

.cta-layout1 .cta__body,
.cta-layout2 .cta__body {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 95px);
          flex: 0 0 calc(100% - 95px);
  max-width: calc(100% - 95px);
}

.cta-layout1 {
  margin-top: -150px;
}

.cta-layout1 .cta__item {
  padding: 40px;
  border-radius: 8px;
  margin-bottom: 40px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 5px 23px rgba(40, 40, 40, 0.08);
          box-shadow: 0 5px 23px rgba(40, 40, 40, 0.08);
}

.cta-layout1 .cta__item:before {
  content: '';
  position: absolute;
  top: 0;
  right: 35px;
  left: 35px;
  height: 3px;
  background-color: var(--color-accent);
}

.banner-layout3 + .cta-layout2 .cta-container {
  margin-top: -150px;
}

.cta-layout2 .cta-container {
  position: relative;
  z-index: 3;
  border-radius: 10px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.16);
          box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.16);
}

.cta-layout2 .cta-container .cta__item {
  padding: 35px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.cta-layout2 .cta-container .cta__item:first-of-type:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 2px;
  height: calc(100% - 70px);
  background-color: #eaeaea;
}

.cta__banner {
  background-color: var(--color-accent);
  max-width: 400px;
  padding: 50px;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}

.cta__banner .cta__title {
  font-size: 22px;
}

.cta__banner .cta__desc {
  margin-bottom: 15px;
}

.cta__banner .cta__icon {
  line-height: 1;
  margin-bottom: 20px;
}

.cta__banner .cta__icon i {
  font-size: 60px;
  line-height: 1;
  color: #ffffff;
}

.cta__banner .btn {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

.cta__banner .btn i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  margin-left: 5px;
  color: #ffffff;
  background-color: var(--color-accent);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.cta__banner .btn:hover i {
  background-color: #282828;
}

.cta__banner-white {
  background-color: #ffffff;
}

.cta__banner-white .cta__title {
  color: #282828;
  margin-bottom: 15px;
}

.cta__banner-white .cta__desc {
  color: #9b9b9b;
  font-size: 15px;
  font-weight: 700;
}

@media (min-width: 1200px) {
  .testimonials-layout1 + .cta-layout1 {
    margin-top: -150px;
  }
}

@media (min-width: 992px) {
  .cta-layout2 .cta-container .cta__item:last-of-type {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    text-align: right;
  }
  .cta-layout2 .cta-container .cta__item:last-of-type .custom-icon {
    text-align: right;
  }
  .cta-layout2 .cta-container .cta__item:last-of-type .custom-icon:before {
    left: auto;
    right: 0;
  }
  .cta-layout2 .cta-container .cta__item:last-of-type .custom-icon i {
    margin-left: 0;
    margin-right: 10px;
  }
}

@media (max-width: 991px) {
  .cta-layout1 .cta__title,
  .cta-layout2 .cta__title {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .cta-layout1 .cta__desc,
  .cta-layout2 .cta__desc {
    font-size: 14px;
  }
  .cta-layout1 .cta__icon,
  .cta-layout2 .cta__icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75px;
            flex: 0 0 75px;
    max-width: 75px;
    font-size: 50px;
  }
  .cta-layout1 .cta__body,
  .cta-layout2 .cta__body {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 75px);
            flex: 0 0 calc(100% - 75px);
    max-width: calc(100% - 75px);
  }
  .cta-layout1 .cta__item {
    padding: 20px;
  }
  .cta-layout2 .cta-container .cta__item {
    padding: 20px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .cta-layout2 .cta-container .cta__item:first-of-type:before {
    display: none;
  }
}

/* Mobile Phones and tablets */
/*----------------------
    Carousel
-----------------------*/
.slick-list {
  margin: 0 -15px;
}

.slick-slide {
  margin: 0 15px;
}

.m-slides-0 .slick-list {
  margin: 0;
}

.m-slides-0 .slick-slide {
  margin: 0;
}

.gutter-20 .slick-list {
  margin-right: -20px !important;
  margin-left: -20px !important;
}

.gutter-20 .slick-slide {
  margin-right: 20px !important;
  margin-left: 20px !important;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #282828;
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 0;
  z-index: 3;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.slick-arrow:hover {
  color: #282828;
}

.slick-arrow.slick-next:before, .slick-arrow.slick-prev:before {
  font-family: 'icomoon';
  font-size: 45px;
}

.slick-arrow.slick-next {
  right: 0;
}

.slick-arrow.slick-next:before {
  content: "\e93b";
}

.slick-arrow.slick-prev {
  left: 0;
}

.slick-arrow.slick-prev:before {
  content: "\e939";
}

.carousel-arrows-light .slick-arrow {
  color: white;
}

.carousel-arrows-light .slick-arrow:hover {
  color: var(--color-accent);
}

.slick-dots {
  list-style: none;
  padding: 0;
  text-align: center;
  margin-bottom: 0;
  z-index: 2;
}

.slick-dots li {
  display: inline-block;
  margin: 5px;
  position: relative;
  z-index: 1;
  padding: 0;
  font-size: 0;
  width: 10px;
  height: 10px;
  cursor: pointer;
  border-radius: 50%;
  border: 3px solid #9b9b9b;
  background-color: #9b9b9b;
}

.slick-dots li button {
  font-size: 0;
  width: 100%;
}

.slick-dots li.slick-active {
  border-color: var(--color-accent);
  background-color: transparent;
}

.carousel-dots-light .slick-dots li:not(.slick-active) {
  border-color: #ffffff;
  background-color: #ffffff;
}

/*------------------------
    Slider 
--------------------------*/
.header-transparent + .slider {
  margin-top: -100px;
}

.header-transparent + .slider .slide-item {
  padding-top: 100px;
}

.slider {
  padding: 0;
  overflow-x: hidden;
}

.slider .slide-item {
  height: 100vh;
}

.slider .slide__subtitle {
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 13px;
}

.slider .slide__title {
  font-size: 75px;
  line-height: 1.1;
  color: #ffffff;
  margin-bottom: 20px;
}

.slider .slide__desc {
  font-size: 17px;
  line-height: 1.5;
  font-weight: 700;
  color: #ffffff;
  max-width: 580px;
  margin-bottom: 34px;
}

.slider .slick-dots {
  position: absolute;
  left: 50%;
  bottom: 30px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.slider .slide__icons .slide__icon {
  width: 90px;
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 65px;
  color: #1b1a1a;
  background-color: #ffffff;
  border-radius: 6px;
  margin-right: 30px;
  -webkit-transition: transform 0.3s ease;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.slider .slide__icons .slide__icon:last-child {
  margin-right: 0;
}

.slider .slide__icons .slide__icon:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.slider .video__btn {
  padding-left: 60px;
  height: 60px;
}

.slider .video__btn .video__player {
  width: 60px;
  height: 60px;
}

@media (min-width: 1200px) {
  .slider .slick-arrow.slick-next {
    right: 30px;
  }
  .slider .slick-arrow.slick-prev {
    left: 30px;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .slider .slide-item {
    padding-right: 30px;
    padding-left: 30px;
  }
}

/* Medium Size Screens */
@media (min-width: 768px) and (max-width: 991px) {
  .slider .slide__title {
    font-size: 40px;
    margin-bottom: 10px;
  }
}

/* Mobile Phones and tablets */
@media (min-width: 320px) and (max-width: 767px) {
  .header-transparent + .slider {
    margin-top: 0;
  }
  .slider {
    overflow: hidden;
  }
  .slider .slide-item {
    padding: 100px 10px;
  }
  .slider .slide-item {
    height: auto;
  }
}

/*  Small Screens and tablets  */
@media (min-width: 320px) and (max-width: 767px) {
  .slider .slide__subtitle {
    margin-bottom: 15px;
  }
  .slider .slide__title {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .slider .slide__desc {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 20px;
  }
  .slider .btn {
    margin-bottom: 10px;
  }
  .slider .slick-arrow:before {
    font-size: 30px;
  }
  .slider .slick-arrow.slick-prev {
    left: -10px;
  }
  .slider .slick-arrow.slick-next {
    right: -10px;
  }
}

/*--------------------------
      Video
--------------------------*/
.video__btn {
  text-align: center;
  display: inline-block;
  position: relative;
  padding-left: 42px;
  height: 42px;
}

.video__btn .video__player {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  color: #ffffff;
  background-color: var(--color-accent);
  -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.5);
}

.video__btn .video__player:before, .video__btn .video__player:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  -webkit-animation: ripple 3s infinite;
          animation: ripple 3s infinite;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
          box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
}

.video__btn .video__player:before {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

.video__btn .video__player:after {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.video__btn .video__player-animation {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  opacity: .2;
  border: 2px solid var(--color-accent-border);
  border-radius: 50%;
  -webkit-animation: pulsing 3s linear 0s infinite;
  animation: pulsing 3s linear 0s infinite;
}

.video__btn .video__player-animation-2 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.video__btn .video__player-animation-3 {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}

.video__btn:hover .video__player-animation {
  opacity: 0;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

.video__btn-title {
  font-size: 15px;
  font-weight: 700;
  padding-top: 20px;
  line-height: 1;
  color: #282828;
  display: inline-block;
}

.video__btn-white .video__player {
  background-color: #ffffff !important;
  color: #282828;
}

.video__btn-white .video__player-animation {
  border-color: #ffffff !important;
}

.video__btn-theme .video__player-animation {
  border-color: var(--color-accent);
}

.video-banner {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}

.video-banner .video__btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.video-banner .video__btn-title {
  position: absolute;
  bottom: -60px;
  left: 0;
  line-height: 1.5;
}

.video-banner .video__player {
  width: 70px;
  height: 70px;
}

.video-has-img {
  width: 100px;
  height: 170px;
  overflow: hidden;
  border-radius: 5px;
  text-align: center;
  background-color: #ffffff;
}

.video-has-img .video__btn {
  position: absolute;
  top: 29px;
  left: 50%;
  padding-left: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.video-has-img .video__btn .video__player {
  position: static;
}

.gallery-item {
  margin-bottom: 30px;
}

/*-----------------------
    Features
------------------------*/
.feature-item {
  position: relative;
  padding: 38px;
  border-radius: 6px;
  margin-bottom: 30px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.feature-item:before {
  content: '';
  position: absolute;
  top: 0;
  left: 38px;
  right: 38px;
  height: 3px;
  background-color: var(--color-accent);
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.feature-item .feature__icon {
  font-size: 60px;
  line-height: 1;
  color: var(--color-accent);
  margin-bottom: 20px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.feature-item .feature__title {
  font-size: 18px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.feature-item .feature__desc {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.feature-item .btn__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 26px;
  line-height: 26px;
}

.feature-item .btn__link .icon-filled {
  width: 20px;
  height: 20px;
  line-height: 20px;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  background-color: #1b1a1a;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin-right: 8px;
}

.feature-item .btn__link span {
  opacity: 0;
  font-size: 15px;
  font-weight: 700;
  margin-left: -5px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

.feature-item .btn__link:hover {
  color: var(--color-accent);
}

.feature-item .btn__link:hover .icon-filled {
  background-color: var(--color-accent);
}

.feature-item:hover:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.feature-item:hover .feature__icon {
  color: var(--color-accent);
}

.feature-item:hover .btn__link span {
  opacity: 1;
  margin-left: 0;
}

.feature-item:hover .btn__link .icon-filled {
  background-color: var(--color-accent);
}

.features-layout1 .feature-item:not(.feature-item-custom),
.features-layout2 .feature-item:not(.feature-item-custom) {
  background-color: #ffffff;
}

.features-layout1 .feature-item:not(.feature-item-custom):hover .feature__title,
.features-layout2 .feature-item:not(.feature-item-custom):hover .feature__title {
  color: #1b1a1a;
}

.features-layout1 .feature-item:not(.feature-item-custom):hover .feature__desc,
.features-layout2 .feature-item:not(.feature-item-custom):hover .feature__desc {
  color: #9b9b9b;
}

.features-layout1 .feature-item:not(.feature-item-custom) .btn__link .icon-outlined,
.features-layout2 .feature-item:not(.feature-item-custom) .btn__link .icon-outlined {
  color: #ffffff;
}

.features-layout1 .feature-item:not(.feature-item-custom) .btn__link .icon-outlined:hover,
.features-layout2 .feature-item:not(.feature-item-custom) .btn__link .icon-outlined:hover {
  color: #ffffff;
  border-color: var(--color-accent);
  background-color: var(--color-accent);
}

.features-layout1 .read-note__text,
.features-layout2 .read-note__text {
  max-width: 350px;
}

.features-layout1 .feature-item-custom,
.features-layout2 .feature-item-custom {
  overflow: hidden;
  padding: 30px 40px !important;
  background-color: var(--color-accent);
}

.features-layout1 .feature-item-custom .feature__title,
.features-layout2 .feature-item-custom .feature__title {
  color: #ffffff;
  font-size: 25px;
  font-weight: 400;
}

.features-layout1 .feature-item-custom .feature__desc,
.features-layout2 .feature-item-custom .feature__desc {
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 0;
}

.features-layout1 .feature-item-custom .feature__icon,
.features-layout2 .feature-item-custom .feature__icon {
  position: absolute;
  bottom: -30px;
  right: -10px;
  z-index: 1;
  font-size: 95px;
  opacity: 0.1;
  color: #ffffff;
}

.features-layout2 .feature-item {
  padding: 0;
}

.features-layout2 .feature-item:before {
  display: none;
}

.features-layout3 .feature-item {
  padding: 20px;
  border: 2px solid #eaeaea;
}

.features-layout3 .feature-item:before {
  top: -2px;
  left: 20px;
  right: 20px;
  height: 2px;
}

.features-layout3 .feature-item:hover {
  border-color: #ffffff;
  -webkit-box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.16);
          box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.16);
}

.slider + .features-layout4 {
  margin-top: -50px;
}

.features-layout4 .features-wrapper,
.features-layout5 .features-wrapper {
  position: relative;
  z-index: 3;
  overflow: hidden;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.11);
          box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.11);
}

.features-layout4 .features-wrapper > [class*="col-"]:not(:last-child),
.features-layout5 .features-wrapper > [class*="col-"]:not(:last-child) {
  border-right: 2px solid #eaeaea;
}

.features-layout4 .feature-item,
.features-layout5 .feature-item {
  margin-bottom: 0;
  border-radius: 0;
  background-color: #ffffff;
}

.features-layout4 .feature-item:before,
.features-layout5 .feature-item:before {
  left: 0;
  right: 0;
}

.features-layout4 .feature-item .feature__icon,
.features-layout5 .feature-item .feature__icon {
  font-size: 65px;
}

.features-layout4 .feature-item .custom-icon:before,
.features-layout5 .feature-item .custom-icon:before {
  top: -10px;
  left: 0;
  height: 60px;
  width: 60px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.features-layout4 .feature-item .feature__title,
.features-layout5 .feature-item .feature__title {
  font-size: 20px;
}

.features-layout4 .feature-item .feature__desc,
.features-layout5 .feature-item .feature__desc {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

.features-layout4 .feature-item .btn__link,
.features-layout5 .feature-item .btn__link {
  height: 40px;
  border-radius: 4px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.features-layout4 .feature-item .btn__link .icon-filled,
.features-layout5 .feature-item .btn__link .icon-filled {
  color: #ffffff;
  background-color: var(--color-accent);
}

.features-layout4 .feature-item .btn__link span,
.features-layout5 .feature-item .btn__link span {
  opacity: 1;
  margin-left: 5px;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.features-layout4 .feature-item:hover .custom-icon:before,
.features-layout5 .feature-item:hover .custom-icon:before {
  bottom: 0;
  right: -10px;
  width: 85px;
  height: 85px;
}

.features-layout4 .feature-item:hover .btn__link,
.features-layout5 .feature-item:hover .btn__link {
  padding: 10px 15px;
  color: #ffffff;
  background-color: var(--color-accent);
}

.features-layout4 .feature-item:hover .btn__link .icon-filled,
.features-layout5 .feature-item:hover .btn__link .icon-filled {
  color: var(--color-accent);
  background-color: #ffffff;
}

.features-layout4 .features-wrapper {
  border-radius: 8px;
}

.features-layout4 .feature-item {
  border-bottom: 3px solid #eaeaea;
}

.features-layout4 .feature-item:before {
  top: auto;
  bottom: -3px;
  left: 0;
  right: 0;
}

.features-layout5 .features-wrapper {
  border: 1px solid #eaeaea;
  border-top: 0;
}

.features-layout5 .feature-item {
  border-top: 3px solid #eaeaea;
}

.features-layout5 .feature-item:before {
  top: -3px;
}

.awards .feature-item {
  padding: 0;
}

.awards .feature-item:before {
  display: none;
}

.awards .feature-item .feature__img {
  margin-bottom: 32px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.awards .feature-item .feature__img img {
  border-radius: 5px;
}

.awards .feature-item:hover .feature__img {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

@media (min-width: 1200px) {
  .features-layout2 .feature-item {
    padding-right: 30px;
  }
  .features-layout5 {
    margin-right: -70px;
  }
  .features-layout4 .feature-item .feature__title,
  .features-layout5 .feature-item .feature__title {
    padding-right: 10px;
  }
  .awards .feature-item {
    margin-bottom: 45px;
  }
  .awards .feature-item .feature__body {
    padding-left: 30px;
  }
}

@media (min-width: 576px) and (max-width: 991px) {
  .features-layout4 .features-wrapper > [class*="col-"]:nth-child(2),
  .features-layout5 .features-wrapper > [class*="col-"]:nth-child(2) {
    border-right: 0;
  }
}

/* Mobile Phones  */
@media (min-width: 320px) and (max-width: 575px) {
  .features-layout4 .features-wrapper > [class*="col-"],
  .features-layout5 .features-wrapper > [class*="col-"] {
    border-right: 0;
  }
}

/* Mobile Phones and tablets  */
@media (min-width: 320px) and (max-width: 767px) {
  .feature-item {
    padding: 20px;
  }
  .feature-item .feature__title {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .feature-item .feature__desc {
    font-size: 13px;
    margin-bottom: 10px;
  }
  .feature-item .feature__icon {
    font-size: 40px;
    margin-bottom: 10px;
  }
  .features-layout4 .feature-item .feature__title,
  .features-layout5 .feature-item .feature__title {
    font-size: 17px;
  }
}

/*-----------------------
     fancybox 
------------------------*/
.fancybox-item {
  position: relative;
  margin-bottom: 40px;
}

.fancybox-item .fancybox__icon {
  position: relative;
  font-size: 55px;
  line-height: 1;
  color: var(--color-accent);
  margin-bottom: 22px;
}

.fancybox-item .fancybox__title {
  font-size: 18px;
  margin-bottom: 16px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.fancybox-item .fancybox__desc {
  margin-bottom: 0;
}

.fancybox-item:hover .fancybox__icon {
  -webkit-animation: slideTopDown 1s infinite alternate;
  animation: slideTopDown 1s infinite alternate;
}

.fancybox-item:hover .fancybox__title {
  color: var(--color-accent);
}

.fancybox-light .fancybox-item .fancybox__icon,
.fancybox-light .fancybox-item .fancybox__title,
.fancybox-light .fancybox-item .fancybox__desc,
.fancybox-light .fancybox-item:hover .fancybox__title {
  color: #ffffff;
}

.fancybox-layout1 .fancybox-wrapper {
  overflow: hidden;
  border-radius: 10px;
  -webkit-box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.11);
          box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.11);
}

.fancybox-layout1 .fancybox-wrapper > [class*="col-"] .fancybox-item {
  border-right: 1px solid #eaeaea;
}

.fancybox-layout1 .fancybox-wrapper > [class*="col-"]:last-child .fancybox-item {
  border-right: 0;
}

.fancybox-layout1 .fancybox-item {
  padding: 35px;
  margin-bottom: 0;
  overflow: hidden;
  background-color: #ffffff;
}

.fancybox-layout1 .fancybox-item .fancybox__title {
  margin-bottom: 9px;
}

.fancybox-layout1 .fancybox-item .icon-filled {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  color: #ffffff;
  background-color: #1b1a1a;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.fancybox-layout1 .fancybox-item .icon-filled:hover {
  background-color: var(--color-accent);
}

.fancybox-layout1 .fancybox-item:hover .icon-filled {
  background-color: var(--color-accent);
}

.fancybox-layout1 .cta__banner {
  padding: 25px 30px;
  max-width: 320px;
  border-radius: 7px;
}

.fancybox-layout1 .cta__banner:before {
  font-family: icomoon;
  content: "\e930";
  font-size: 120px;
  position: absolute;
  bottom: 0;
  right: 20px;
  z-index: 1;
  color: rgba(255, 255, 255, 0.1);
}

.fancybox-layout1 .cta__banner .cta__title {
  font-size: 25px;
  line-height: 1.4;
  font-weight: 400;
}

.fancybox-layout1 .cta__banner .cta__desc,
.fancybox-layout1 .cta__banner .cta__title {
  position: relative;
  z-index: 2;
}

@media (max-width: 991px) {
  .fancybox-layout1 .cta__banner {
    margin: 30px 0;
    height: auto !important;
  }
}

@media (min-width: 1200px) {
  .slider + .fancybox-layout1 {
    margin-top: -50px;
    position: relative;
    z-index: 3;
  }
  .fancybox-layout1 .fancybox-wrapper {
    margin-left: -30px;
  }
}

/* Mobile Phones and tablets */
@media (min-width: 320px) and (max-width: 767px) {
  .fancybox-item {
    margin-bottom: 30px;
  }
  .fancybox-item .fancybox__icon {
    font-size: 40px;
    margin-bottom: 5px;
  }
  .fancybox-item .fancybox__title {
    font-size: 15px;
    margin-bottom: 5px;
  }
  .fancybox-layout1 .fancybox-wrapper > [class*="col-"] .fancybox-item {
    border-bottom: 1px solid #eaeaea;
  }
  .fancybox-layout1 .fancybox-wrapper > [class*="col-"]:last-child .fancybox-item {
    border-bottom: 0;
  }
  .fancybox-layout1 .cta__banner {
    margin: 30px 0;
    max-width: 100%;
    height: auto !important;
  }
  .fancybox-layout1 .cta__banner .cta__title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .fancybox-layout1 .cta__banner .cta__desc {
    font-weight: 400 !important;
  }
}

/*-----------------------
    portfolio
------------------------*/
.portfolio-item {
  position: relative;
  border-radius: 5px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.06);
          box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.06);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.portfolio-item .portfolio__img {
  position: relative;
  overflow: hidden;
}

.portfolio-item .portfolio__img img {
  width: 100%;
  max-width: 100%;
  border-radius: 4px 4px 0 0;
  -webkit-transition: all 0.6s linear;
  transition: all 0.6s linear;
}

.portfolio-item .portfolio__body {
  background: #ffffff;
  padding: 25px 36px 36px 40px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.portfolio-item:hover {
  -webkit-box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.11);
          box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.11);
}

.portfolio-item:hover .portfolio__img img {
  -webkit-transform: scale(1.1) rotate(1deg);
  transform: scale(1.1) rotate(1deg);
}

.portfolio-item .portfolio__cat {
  margin-bottom: 15px;
}

.portfolio-item .portfolio__cat a {
  position: relative;
  font-size: 14px;
  color: var(--color-accent);
  padding-right: 7px;
}

.portfolio-item .portfolio__cat a:hover {
  color: #282828;
}

.portfolio-item .portfolio__cat a:after {
  content: ",";
  position: absolute;
  top: -2px;
  right: 2px;
  color: var(--color-accent);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.portfolio-item .portfolio__cat a:last-child:after {
  display: none;
}

.portfolio-item .portfolio__title {
  font-size: 20px;
  margin-bottom: 11px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.portfolio-item .portfolio__title a {
  color: #282828;
}

.portfolio-item .portfolio__title a:hover {
  color: var(--color-accent);
}

.portfolio-item .portfolio__desc {
  font-size: 15px;
  margin-top: 18px;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

.portfolio-filter li {
  margin-bottom: 20px;
  margin-right: 30px;
}

.portfolio-filter li:last-child {
  margin-right: 0;
}

.portfolio-filter li a {
  position: relative;
  color: #282828;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-transform: capitalize;
  display: block;
  padding-bottom: 4px;
}

.portfolio-filter li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: var(--color-accent);
  -webkit-transition: all 0.7s linear;
  transition: all 0.7s linear;
}

.portfolio-filter li a:hover,
.portfolio-filter li a.active {
  color: var(--color-accent);
}

.portfolio-filter li a:hover:after,
.portfolio-filter li a.active:after {
  width: 100%;
}

.mix {
  display: none;
}

.portfolio-hidden > .portfolio-item {
  display: none;
}

.portfolio-standard-carousel {
  overflow-x: hidden;
}

.portfolio-standard-carousel .slick-list {
  margin: -15px;
  overflow: visible;
}

.portfolio-standard-carousel .slick-slide {
  margin: 15px;
  -webkit-transition: opacity .3s ease, visibility .3s ease;
  transition: opacity .3s ease, visibility .3s ease;
}

.portfolio-standard-carousel .slick-slide.slick-active {
  opacity: 1;
  visibility: visible;
}

.portfolio-standard-carousel .slick-slide:not(.slick-active) {
  opacity: 0;
  visibility: hidden;
}

.portfolio-single .portfolio-item {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.portfolio-single .portfolio-item .portfolio__title {
  font-size: 18px;
  margin-bottom: 0;
}

.portfolio-single .portfolio-item .portfolio__body {
  border-radius: 10px;
  -webkit-box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.16);
          box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.16);
}

.portfolio-single .portfolio-item .portfolio__body:before {
  content: '';
  position: absolute;
  top: 0;
  left: 30px;
  right: 30px;
  height: 3px;
  background-color: var(--color-accent);
}

.portfolio-single .portfolio-item .portfolio__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 90px;
          flex: 0 0 90px;
  max-width: 90px;
  font-size: 65px;
  color: var(--color-accent);
}

.portfolio-single .list-items-layout2 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.portfolio-single .list-items-layout2 li {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%;
}

.portfolio-single .portfolio-slider .slick-arrow.slick-next {
  right: 320px;
}

.portfolio-single .portfolio-slider .slick-arrow.slick-prev {
  left: 320px;
}

.portfolio__meta-list {
  border-radius: 6px;
  border: 1px solid #eaeaea;
}

.portfolio__meta-list li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 30px 36px;
  border-right: 1px solid #eaeaea;
}

.portfolio__meta-list li:last-child {
  border-right: 0;
}

.portfolio__meta-list li .meta__name {
  display: block;
  color: #282828;
  font-size: 16px;
  font-weight: 700;
}

.portfolio__meta-list li .meta__desc {
  color: var(--color-accent);
  font-family: "Rubik", sans-serif;
  font-size: 30px;
  font-weight: 500;
}

.portfolio-layout1 .portfolio-item .portfolio__title,
.portfolio-layout2 .portfolio-item .portfolio__title {
  margin-bottom: 0;
}

.portfolio-layout1 .portfolio-item:hover .portfolio__title,
.portfolio-layout1 .portfolio-item:hover .portfolio__title a,
.portfolio-layout1 .portfolio-item:hover .portfolio__cat a,
.portfolio-layout1 .portfolio-item:hover .portfolio__cat a:after,
.portfolio-layout2 .portfolio-item:hover .portfolio__title,
.portfolio-layout2 .portfolio-item:hover .portfolio__title a,
.portfolio-layout2 .portfolio-item:hover .portfolio__cat a,
.portfolio-layout2 .portfolio-item:hover .portfolio__cat a:after {
  color: #ffffff;
}

.portfolio-layout1 .portfolio-item:hover .portfolio__body,
.portfolio-layout2 .portfolio-item:hover .portfolio__body {
  background-color: var(--color-accent);
}

.portfolio-layout1 .portfolio-item {
  overflow: hidden;
}

.portfolio-layout2 .portfolio-item {
  margin-bottom: 40px;
}

.portfolio-layout2 .portfolio-item .portfolio__img {
  border-radius: 5px;
}

.portfolio-layout2 .portfolio-item .portfolio__body {
  position: absolute;
  bottom: -20px;
  left: 40px;
  border-radius: 5px 0 5px 5px;
  padding: 25px 15px 26px 30px;
}

.portfolio-layout3 .portfolio-item {
  overflow: hidden;
  padding-bottom: 140px;
}

.portfolio-layout3 .portfolio-item .portfolio__body {
  position: absolute;
  bottom: -166px;
  left: 0;
}

.portfolio-layout3 .portfolio-item:hover .portfolio__body {
  bottom: 0;
}

.portfolio-carousel .btn__white.btn__outlined .icon-arrow-right {
  color: #1b1a1a;
  background-color: #ffffff;
}

.portfolio-carousel .btn__white.btn__outlined:hover {
  color: #1b1a1a;
}

.portfolio-carousel .btn__white.btn__outlined:hover .icon-arrow-right {
  color: #ffffff;
  background-color: #1b1a1a;
}

@media (max-width: 1200px) {
  .portfolio__meta-list li {
    padding: 15px 20px;
  }
  .portfolio__meta-list li .meta__name {
    font-size: 13px;
    white-space: nowrap;
  }
  .portfolio__meta-list li .meta__desc {
    font-size: 17px;
    white-space: nowrap;
  }
}

@media (min-width: 1600px) {
  .portfolio-carousel {
    margin: 0 70px;
  }
}

@media (min-width: 1400px) {
  .portfolio-carousel {
    margin: 0 50px;
  }
}

@media (min-width: 1200px) {
  .portfolio-single .portfolio-item {
    margin-top: 390px;
    margin-bottom: -50px;
  }
  .portfolio-single .portfolio-slider .slick-slide {
    margin: 0 20px;
  }
  .portfolio-single .portfolio-slider .slick-dots {
    margin-top: 15px;
  }
  .portfolio-carousel {
    margin: 0 20px;
    border-radius: 10px;
  }
  .portfolio-carousel .slick-arrow {
    top: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .portfolio-carousel .slick-arrow.slick-prev {
    left: -60px;
  }
  .portfolio-carousel .slick-arrow.slick-next {
    right: auto;
    left: -60px;
    top: 60px;
  }
  .portfolio-carousel .view-projects {
    position: absolute;
    bottom: 104px;
    left: -80px;
    width: 120px;
    color: #ffffff;
    padding-bottom: 3px;
    font-weight: 700;
    border-bottom: 2px solid #ffffff;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .portfolio-carousel .view-projects:hover {
    color: var(--color-accent);
  }
}

@media (max-width: 1199px) {
  .portfolio-single .portfolio-item {
    margin: 30px 0;
  }
}

@media (max-width: 992px) {
  .portfolio-single .portfolio-slider .slick-list {
    margin: 0 -5px;
  }
  .portfolio-single .portfolio-slider .slick-slide {
    margin: 0 5px;
  }
  .portfolio-single .portfolio-slider .slick-arrow.slick-next {
    right: 40px;
  }
  .portfolio-single .portfolio-slider .slick-arrow.slick-prev {
    left: 40px;
  }
}

/* Mobile Phones and tablets */
@media (min-width: 320px) and (max-width: 767px) {
  .portfolio-item .portfolio__body {
    padding: 20px 25px 25px;
  }

  .portfolio-item .portfolio__title {
    font-size: 12px;
    margin-bottom: 7px;
  }

  .portfolio-item .portfolio__cat {
    margin-bottom: 5px;
  }

  .portfolio-layout2 .portfolio-item .portfolio__body {
    left: 20px;
    padding: 15px 15px 20px 20px;
  }

  /* ПРАВКИ ДЛЯ МОБИЛКИ: показывать тело карточки и описание сразу */
  .portfolio-layout3 .portfolio-item .portfolio__body {
    bottom: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) !important;
    pointer-events: auto !important;
    padding: 20px 25px 25px;
  }

  .portfolio-layout3 .portfolio-item .portfolio__desc {
    font-size: 14px;
    opacity: 1 !important;
    margin-top: 10px !important;
  }

  .portfolio-layout3 .slick-arrow {
    top: 43%;
  }

  .portfolio-filter li {
    margin-right: 10px;
    margin-bottom: 5px;
  }

  .portfolio-filter li a {
    font-size: 13px;
  }

  .portfolio-single .portfolio-item .portfolio__body {
    padding: 20px;
    max-width: 270px;
  }

  .portfolio-single .portfolio-item .portfolio__body:before {
    left: 20px;
    right: 20px;
  }

  .portfolio-standard-carousel .slick-slide {
    margin: 5px;
  }

  .portfolio-standard-carousel .slick-list {
    margin: -15px;
  }

  .portfolio-standard-carousel .portfolio-item .portfolio__desc {
    font-size: 13px;
    line-height: 23px;
    margin-top: 10px;
  }

  .portfolio__meta-list li {
    padding: 10px 15px;
  }

  .portfolio__meta-list li .meta__name {
    font-weight: 400;
  }

  .portfolio__meta-list li .meta__desc {
    font-size: 15px;
    font-weight: 400;
  }
}


@media (min-width: 320px) and (max-width: 575px) {
  .portfolio__meta-list li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    border-right: 0;
    border-bottom: 1px solid #eaeaea;
  }
  .portfolio__meta-list li:last-child {
    border-bottom: 0;
  }
}

/*--------------------
     Team
---------------------*/
.member {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 30px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.member .member__img {
  position: relative;
}

.member .member__img img {
  width: 100%;
}

.member .member__info {
  position: relative;
  padding: 35px;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.member .member__info .member__name {
  font-size: 18px;
  margin-bottom: 7px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.member .member__info .member__desc {
  font-size: 14px;
  margin-bottom: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.member .social-icons li:last-child {
  margin-right: 0;
}

.member .social-icons li a {
  width: 20px;
  height: 20px;
  border: 0;
  color: #ffffff;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.member .social-icons li a i {
  color: var(--color-accent);
  background-color: #ffffff;
}

.member:hover .social-icons li a {
  opacity: 1;
}

.team-layout1 .member {
  -webkit-box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.11);
          box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.11);
}

.team-layout1 .member:hover .member__info {
  background-color: var(--color-accent);
}

.team-layout1 .member:hover .member__info .member__name,
.team-layout1 .member:hover .member__info .member__desc {
  color: #ffffff;
}

.team-layout2 .member .member__name,
.team-layout2 .member .member__desc,
.team-layout2 .member .social-icons {
  position: relative;
  z-index: 3;
}

.team-layout2 .member .member__info {
  padding: 27px 20px 20px;
}

.team-layout2 .member .member__info:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.team-layout2 .member .social-icons {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.team-layout2 .member .social-icons li a i {
  color: #ffffff;
  background-color: var(--color-accent);
}

.team-layout2 .member:hover {
  -webkit-box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.11);
          box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.11);
}

.team-layout2 .member:hover .member__info:before {
  top: -30px;
  height: calc(100% + 30px);
}

.team-layout2 .member:hover .social-icons {
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
}

/* Mobile Phones and tablets */
@media (min-width: 320px) and (max-width: 767px) {
  .member {
    max-width: 400px;
    margin: 0 auto 30px;
  }
  .member .member__info {
    padding: 15px;
  }
  .member .member__info .member__name {
    font-size: 15px;
    margin-bottom: 0;
  }
}

/*----------------------------
     Testimonial
------------------------------*/
.testimonial-item:hover .testimonial__thumb:after {
  opacity: 1;
}

.testimonial__desc {
  position: relative;
  z-index: 2;
  font-size: 20px;
  font-style: italic;
  line-height: 1.6;
  margin-bottom: 25px;
}

.testimonial__meta-title {
  font-size: 16px;
  margin-bottom: 6px;
  white-space: nowrap;
}

.testimonial__meta-desc {
  position: relative;
  z-index: 2;
  font-size: 13px;
  margin-bottom: 0;
}

.testimonial__rating {
  color: var(--color-accent);
  margin-bottom: 16px;
}

.testimonial__rating i {
  font-size: 13px;
}

.testimonial__thumb {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 60px !important;
  height: 60px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60px;
          flex: 0 0 60px;
  overflow: hidden;
  border-radius: 50%;
  padding: 4px;
  border: 2px solid var(--color-accent-border);
  cursor: pointer;
  margin-right: 40px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.testimonial__thumb img {
  border-radius: 50%;
}

.testimonial__thumb:after {
  font-family: icomoon;
  content: "\e93d";
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  color: #ffffff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: rgba(74, 171, 61, 0.8);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.testimonial__thumb.slick-current {
  border-color: var(--color-accent);
}

.testimonials .slider-nav {
  max-width: 105px;
}

.testimonials .slider-nav .testimonial__thumb:not(.slick-active) {
  opacity: 0;
}

.testimonials .slick-list {
  margin-right: 0;
  margin-left: 0;
}

.testimonials .slick-slide {
  margin-right: 0;
  margin-left: 0;
}

.testimonial-box {
  position: absolute;
}

.testimonial-box:nth-of-type(1) {
  top: 18%;
  left: 5%;
}

.testimonial-box:nth-of-type(2) {
  top: 58%;
  left: 23%;
}

.testimonial-box:nth-of-type(3) {
  top: 50%;
  left: 46%;
}

.testimonial-box:nth-of-type(4) {
  top: 9%;
  left: 65%;
}

.testimonial-box:nth-of-type(5) {
  top: 45%;
  left: 67%;
}

.testimonial-box:nth-of-type(6) {
  top: 25%;
  left: 25%;
}

.testimonial-box:nth-of-type(7) {
  top: 25%;
  left: 45%;
}

.testimonial-box .testimonial__thumb {
  position: relative;
  bottom: 0;
  left: 0;
  -webkit-transition: all .3s linear 0ms;
  transition: all .3s linear 0ms;
  border: 2px solid #c1c9cd;
  width: 44px !important;
  height: 44px;
  padding: 4px;
  border-radius: 50%;
}

.testimonial-box .testimonial__thumb img {
  border-radius: 50%;
}

.testimonial-box .testimonial__thumb:hover {
  border-color: var(--color-accent);
}

.testimonial-box .testimonial__thumb:hover .pulsing-animation {
  border: 1px solid rgba(71, 161, 69, 0.3);
  -webkit-animation: pulsing 2s linear 0s infinite running;
          animation: pulsing 2s linear 0s infinite running;
}

.testimonial-box .testimonial__thumb:hover .pulsing-animation.pulsing-animation-2 {
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}

.testimonial-box .testimonial__thumb:hover .pulsing-animation.pulsing-animation-3 {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}

.testimonial-box .pulsing-animation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.testimonial-box .testimonial__panel {
  position: absolute;
  opacity: 0;
  bottom: 60px;
  left: 50%;
  z-index: 20;
  width: 330px;
  border-radius: 2px;
  visibility: hidden;
  margin-bottom: -20px;
  padding: 25px 23px 25px 30px;
  background-color: #ffffff;
  -webkit-transition: all .3s linear 0ms;
  transition: all .3s linear 0ms;
  -webkit-box-shadow: 0 5px 23px rgba(40, 40, 40, 0.08);
          box-shadow: 0 5px 23px rgba(40, 40, 40, 0.08);
}

.testimonial-box .testimonial__panel .testimonial__desc {
  font-size: 15px;
  font-weight: 700;
  color: #0e2b3d;
  margin-bottom: 0;
}

.testimonial-box .testimonial__panel:after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  border-bottom: 10px solid transparent;
  border-left: 12px solid #ffffff;
}

.testimonial-box.testimonial-hover-left .testimonial__panel {
  right: 50%;
  left: auto;
}

.testimonial-box.testimonial-hover-left .testimonial__panel:after {
  left: auto;
  right: 0;
  border-left: 0;
  border-right: 12px solid #ffffff;
}

.testimonial-box:hover .testimonial__panel {
  opacity: 1;
  visibility: visible;
  margin-bottom: 0;
}

.testimonials-light .testimonial__desc,
.testimonials-light .testimonial__meta-title {
  color: #ffffff;
}

.testimonials-light .testimonial__meta-desc {
  color: #f9f9f9;
}

.testimonials-layout2 .testimonials-wrapper {
  position: relative;
  border-radius: 8px;
  background-color: #f9f9f9;
}

.testimonials-layout2 .testimonials-wrapper:after {
  content: '';
  position: absolute;
  bottom: 0;
  height: 3px;
  background-color: var(--color-accent);
}

@media (min-width: 1200px) {
  .testimonials-layout2 .testimonials-wrapper {
    padding: 60px;
    margin: 70px -60px 0;
  }
  .testimonials-layout2 .testimonials-wrapper:after {
    left: 60px;
    right: 60px;
  }
}

@media (max-width: 1199px) {
  .testimonials-layout2 .testimonials-wrapper {
    padding: 20px;
    margin: 30px -20px 0;
  }
  .testimonials-layout2 .testimonials-wrapper:after {
    left: 20px;
    right: 20px;
  }
}

/* Mobile Phones and tablets */
@media (max-width: 992px) {
  .testimonial__desc {
    font-size: 16px;
  }
  .testimonial__meta-title {
    font-size: 15px;
    margin-bottom: 0;
  }
  .testimonial__rating {
    margin-bottom: 8px;
  }
}

/* Mobile Phones and tablets */
@media (min-width: 320px) and (max-width: 575px) {
  .testimonial-box .testimonial__panel {
    padding: 15px;
    max-width: 270px;
  }
  .testimonial-box:nth-of-type(4) {
    left: 85%;
  }
  .testimonial-box:nth-of-type(3) .testimonial__panel {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .testimonial-box:nth-of-type(5) {
    left: 77%;
  }
}

/*---------------------------
    Client
---------------------------*/
.clients .client {
  position: relative;
  text-align: center;
  padding-top: 60px;
  padding-bottom: 60px;
}

.clients .client img {
  display: inline-block;
  width: auto !important;
  max-width: 100%;
}

.clients-light .client img {
  -webkit-filter: brightness(100);
          filter: brightness(100);
}

.clients-layout2 .client {
  padding-top: 50px;
  padding-bottom: 50px;
}

/* Medium Size Screens */
@media (min-width: 768px) and (max-width: 991px) {
  .clients .client {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

/* Mobile Phones and tablets */
@media (min-width: 320px) and (max-width: 767px) {
  .clients .client {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .clients-layout2 {
    padding-bottom: 30px !important;
  }
}

/*--------------------
     Blog
-------------------*/
.post-item {
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 7px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.post-item .post__img {
  position: relative;
  overflow: hidden;
  border-radius: 7px;
}

.post-item .post__img img {
  -webkit-transition: all 0.9s ease;
  transition: all 0.9s ease;
}

.post-item:hover .post__img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.post-item .post__body {
  padding: 30px;
}

.post-item .post__meta {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 14px;
}

.post-item .post__meta > * {
  font-size: 13px;
  margin-right: 20px;
}

.post-item .post__meta > *:last-child {
  margin-right: 0;
}

.post-item .post__cat {
  position: relative;
  padding-left: 14px;
}

.post-item .post__cat:after {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 10px;
  height: 2px;
  background-color: var(--color-accent);
}

.post-item .post__cat a {
  position: relative;
  color: var(--color-accent);
  padding-right: 7px;
}

.post-item .post__cat a:hover {
  color: #282828;
}

.post-item .post__cat a:after {
  content: ",";
  position: absolute;
  top: -1px;
  right: 2px;
  color: var(--color-accent);
}

.post-item .post__cat a:last-child {
  padding-right: 0;
}

.post-item .post__cat a:last-child:after {
  display: none;
}

.post-item .post__author {
  font-size: 13px;
  color: #1b1a1a;
}

.post-item .post__author:hover {
  color: var(--color-accent);
}

.post-item .post__date {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 13px;
  color: #616161;
  padding: 3px 8px;
  border-top-left-radius: 5px;
  background-color: #ffffff;
}

.post-item .post__title {
  font-size: 20px;
  margin-bottom: 22px;
}

.post-item .post__title a {
  color: #282828;
}

.post-item .post__title a:hover {
  color: var(--color-accent);
}

.post-item .post__desc {
  margin-bottom: 0;
}

.post-item .btn {
  height: 40px;
  min-width: 135px;
  margin-top: 35px;
}

.post-item:hover {
  -webkit-box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.11);
          box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.11);
}

.post-item:hover .btn {
  color: #ffffff;
  border-color: var(--color-accent);
  background-color: var(--color-accent);
}

.post-item:hover .btn .icon-arrow-right,
.post-item:hover .btn .icon-arrow-left {
  color: var(--color-accent);
  background-color: #ffffff;
}

/* Blog Sigle */
.blog-single .post-item {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.blog-single .post-item .post__cat,
.blog-single .post-item .post__date {
  margin-bottom: 0;
}

.blog-single .post-item .post__date {
  position: static;
}

.blog-single .post-item .post__body {
  position: relative;
  z-index: 3;
  margin-top: -40px;
  margin-right: 40px;
  border-top-right-radius: 20px;
  background-color: #ffffff;
}

.blog-single .post-item .post__img {
  border-bottom-right-radius: 20px;
}

.blog-single .post-item .post__meta > * {
  margin-right: 20px;
}

.blog-single .post-item .post__meta > *:last-child {
  margin-right: 0;
}

.blog-single .post-item .post__desc {
  margin-bottom: 21px;
}

.blog-single .post-item .post__desc p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 24px;
}

.blog-widget__title {
  font-size: 21px;
  margin-bottom: 24px;
}

.blog-share {
  padding: 20px 30px;
  border-radius: 10px;
  border: 2px solid var(--color-accent-border);
}

.blog-tags li a {
  position: relative;
  padding-right: 7px;
  font-size: 14px;
}

.blog-tags li a:after {
  content: ',';
  position: absolute;
  top: -3px;
  right: 3px;
}

.blog-tags li:last-child a:after {
  display: none;
}

.widget-nav .widget-nav__img {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  max-width: 90px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 90px;
  flex: 0 0 90px;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}

.widget-nav .widget-nav__img:before {
  font-family: icomoon;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  font-size: 10px;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(74, 171, 61, 0.9);
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.widget-nav .widget-nav__prev,
.widget-nav .widget-nav__next {
  position: relative;
  padding: 20px;
  border-radius: 12px;
  max-width: 48%;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.widget-nav .widget-nav__prev:hover,
.widget-nav .widget-nav__next:hover {
  background-color: #f4f4f4;
}

.widget-nav .widget-nav__prev:hover .widget-nav__img:before,
.widget-nav .widget-nav__next:hover .widget-nav__img:before {
  opacity: 1;
}

.widget-nav .widget-nav__next .widget-nav__img:before {
  content: "\e93a";
}

.widget-nav .widget-nav__prev .widget-nav__img:before {
  content: "\e938";
}

.widget-nav .widget-nav__content {
  max-width: calc(100% - 90px);
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 90px);
  flex: 0 0 calc(100% - 90px);
  padding: 0 10px;
}

.widget-nav .widget-nav__content span {
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  color: #616161;
  display: block;
  margin-bottom: 1px;
}

.widget-nav .widget-nav__content .widget-nav__ttile {
  font-size: 15px;
}

.widget-nav .widget-nav__all {
  font-size: 22px;
  line-height: 50px;
  display: block;
  text-align: center;
}

.blog-author.widget {
  padding: 35px;
  background-color: #e4f2e2;
}

.blog-author.widget .blog-author__avatar {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
  max-width: 100px;
  overflow: hidden;
  margin-bottom: 20px;
  padding-right: 30px;
}

.blog-author.widget .blog-author__avatar img {
  border-radius: 50%;
}

.blog-author.widget .blog-author__content {
  -webkit-box-flex: calc(100% - 100px);
      -ms-flex: calc(100% - 100px);
          flex: calc(100% - 100px);
  max-width: calc(100% - 100px);
}

.blog-author.widget .blog-author__name {
  font-size: 18px;
  margin-bottom: 12px;
}

.blog-author.widget .blog-author__bio {
  font-size: 15px;
  margin-bottom: 13px;
}

.blog-author.widget .social-icons a {
  width: auto;
  height: auto;
  border: 0;
}

.blog-author.widget .social-icons a i {
  font-size: 14px;
  color: #1b1a1a;
  background-color: transparent !important;
}

.blog-author.widget .social-icons a i:hover {
  color: var(--color-accent);
}

.comments-list .comment__item {
  position: relative;
  padding-bottom: 20px;
  border-bottom: 2px solid #eaeaea;
  margin-bottom: 30px;
}

.comments-list .comment__item:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.comments-list .comment__item .comment__avatar {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 4px;
}

.comments-list .comment__item .comment__content {
  padding-left: 90px;
}

.comments-list .comment__item .comment__content .comment__author {
  font-size: 15px;
  margin-bottom: 11px;
}

.comments-list .comment__item .comment__content .comment__date {
  font-family: "Roboto", sans-serif;
  color: #616161;
  font-size: 12px;
  line-height: 1;
  display: block;
  margin-bottom: 10px;
}

.comments-list .comment__item .comment__content .comment__desc {
  margin-bottom: 6px;
}

.comments-list .comment__item .comment__content .comment__reply {
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: var(--color-accent);
  display: inline-block;
}

.comments-list .comment__item .comment__content .comment__reply:hover {
  color: #282828;
}

.comments-list .comment__item .nested__comment {
  border-top: 1px solid #eaeaea;
  padding: 30px 0 0 0;
  margin: 30px 0 0 90px;
}

.blog-comments-form .form-group {
  margin-bottom: 20px;
}

/* Large Size Screens */
@media (min-width: 1200px) {
  .blog-single .post-item .post__title {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.1;
  }
}

@media (min-width: 768px) {
  .widget-nav__next {
    text-align: right;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

/* Mobile Phones and tablets */
@media (min-width: 320px) and (max-width: 767px) {
  .post-item {
    margin-bottom: 30px;
  }
  .post-item .post__title {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .post-item .post__body {
    padding-left: 0;
  }
  .widget-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .widget-nav .widget-nav__img {
    max-width: 70px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70px;
            flex: 0 0 70px;
  }
  .widget-nav .widget-nav__img:before {
    display: none;
  }
  .widget-nav .widget-nav__prev,
  .widget-nav .widget-nav__next {
    max-width: 100%;
    padding: 15px;
  }
  .widget-nav .widget-nav__prev {
    margin-bottom: 10px;
  }
  .comments-list .comment__item .comment__avatar {
    width: 40px;
    height: 40px;
  }
  .comments-list .comment__item .comment__content {
    padding-left: 50px;
  }
  .comments-list .comment__item .comment__content .comment__desc {
    font-size: 13px;
  }
  .comments-list .comment__item .nested__comment {
    padding: 20px 0 0 0;
    margin: 20px 0 0 40px;
  }
}

/* Extra Small Devices */
@media (min-width: 320px) and (max-width: 575px) {
  .post-author {
    display: block;
    padding: 20px;
  }
}

/*----------------------------
    Contact
----------------------------*/
.contact-panel__title {
  font-size: 24px;
}

.contact-info-box {
  margin-bottom: 30px;
}

.contact-info-box .contact__info-box-title {
  font-size: 17px;
  margin-bottom: 20px;
}

.contact-info-box .contact__info-list {
  margin-bottom: 0;
}

.contact-info-box .contact__info-list li {
  font-size: 14px;
  line-height: 1.9;
}

.contact-info-box .contact__info-list li a {
  color: #9b9b9b;
}

.contact-info-layout2 .contact-info-box .contact__info-box-icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70px;
          flex: 0 0 70px;
}

.contact-info-layout2 .contact-info-box .contact__info-box-icon i {
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border-radius: 50%;
  display: block;
  color: #ffffff;
  background-color: var(--color-accent);
}

.contact-info-layout2 .contact-info-box .contact__info-box-title {
  margin-bottom: 10px;
}

.contact-info-layout2 .contact-info-box .contact__info-list li {
  margin-bottom: 2px;
}

.contact-info-layout2 .cta__banner {
  border-radius: 4px;
  max-width: 530px;
  padding: 50px 130px 50px 50px;
  margin-left: 20px;
  margin-top: -185px;
  z-index: 4;
  margin-bottom: 30px;
}

.contact-info-layout2 .cta__banner:after {
  content: "\e91e";
  font-family: icomoon;
  font-size: 200px;
  position: absolute;
  bottom: 20px;
  right: 30px;
  z-index: 1;
  line-height: 1;
  color: rgba(255, 255, 255, 0.1);
}

.contact-info-layout2 .cta__banner .cta__title {
  line-height: 1.4;
  margin-bottom: 17px;
}

.contact-info-layout2 .cta__banner .cta__title,
.contact-info-layout2 .cta__banner .cta__desc,
.contact-info-layout2 .cta__banner .btn {
  position: relative;
  z-index: 2;
}

.contact-info-layout2 .cta__banner .btn i {
  width: 32px;
  height: 32px;
  line-height: 32px;
  color: var(--color-accent);
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.contact-info-layout2 .cta__banner .btn:hover i {
  -webkit-transform: translateX(6px);
  transform: translateX(6px);
}

.contact__number i {
  font-size: 17px;
  color: var(--color-accent);
  margin-right: 10px;
}

.contact__number a {
  color: #282828;
  font-family: "Rubik", sans-serif;
  font-size: 22px;
  line-height: 1;
}

.contact__number a:hover {
  color: var(--color-accent);
}

.contact-panel {
  background-color: #ffffff;
  padding: 80px 80px 40px;
  border-radius: 15px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
  -webkit-box-shadow: 0px 1px 73px 0px rgba(40, 40, 40, 0.15);
          box-shadow: 0px 1px 73px 0px rgba(40, 40, 40, 0.15);
}

.contact-panel .contact__panel-info {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32%;
          flex: 0 0 32%;
  max-width: 32%;
  padding-bottom: 40px;
  background-color: #e4f2e2;
  border-radius: 10px;
  padding: 50px;
}

.contact-panel .contact-info-box .contact__info-box-title {
  margin-bottom: 11px;
}

.contact-panel .contact__panel-form {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 68%;
          flex: 0 0 68%;
  max-width: 68%;
  padding-left: 50px;
}

.contact-panel .nice-select,
.contact-panel .form-group {
  margin-bottom: 20px;
}

.contact-panel .contact__panel-title {
  font-size: 24px;
}

.contact-panel .contact__panel-desc {
  font-size: 15px;
}

.contact-panel .nice-select .list {
  width: 100%;
}

.contact-panel .contact-info-box {
  margin-bottom: 28px;
}

.contact-layout3 .contact-panel {
  border-radius: 10px;
  overflow: hidden;
}

.contact-layout3 .contact-panel__banner,
.contact-layout3 .contact-panel__form {
  padding: 50px;
}

.contact-layout3 .testimonial__desc {
  font-style: normal;
}

.contact-layout3 .testimonial__thumb {
  margin-right: 30px;
}

.contact-layout3 .testimonial__meta-title {
  margin-bottom: 0;
}

@media (min-width: 1200px) {
  .contact-layout2 .col-inner {
    padding-right: 50px;
  }
  .contact-layout2 .contact-panel {
    margin-bottom: -50px;
    padding: 40px 50px 50px;
  }
  .contact-layout3 .contact-panel {
    padding: 40px 50px 50px;
  }
}

/* Large Size Screens */
@media (min-width: 992px) and (max-width: 1200px) {
  .contact-panel {
    padding: 40px 20px 0;
  }
  .contact-panel:after {
    left: 20px;
    width: -o-calc(100% - 40px);
    width: calc(100% - 40px);
  }
}

/* Mobile Phones and tablets */
@media (max-width: 992px) {
  .contact-panel {
    background-color: #fff;
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contact-panel:after {
    left: 20px;
    width: -o-calc(100% - 40px);
    width: calc(100% - 40px);
  }
  .contact-panel .contact__panel-info,
  .contact-panel .contact__panel-form {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-bottom: 20px;
    padding-left: 0;
  }
  .contact-info-layout2 .cta__banner {
    margin: 0;
  }
  .google-map-layout2 .contact-info-carousel {
    position: static;
    margin: 0 auto 30px;
    -webkit-box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.12);
            box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.12);
  }
  .contact-layout3 .contact-panel__banner,
  .contact-layout3 .contact-panel__form {
    padding: 20px;
  }
  .contact-layout3 .testimonial__thumb {
    margin-right: 20px;
  }
}

/* Mobile Phones and tablets */
@media (min-width: 320px) and (max-width: 767px) {
  .contact-panel {
    border-radius: 7px;
  }
  .contact-panel__title {
    font-size: 18px;
  }
  .contact-info-layout2 .cta__banner {
    padding: 20px;
  }
  .contact-panel .contact__panel-info-top,
  .contact-panel .contact__panel-info-bottom {
    padding: 20px;
  }
}

/*--------------------------
        pricing
--------------------------*/
.pricing-item {
  position: relative;
  height: calc(100% - 30px);
  border-radius: 5px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.08);
          box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.08);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 30px;
}

.pricing-item .pricing__header {
  padding: 42px 45px 40px;
  border-bottom: 2px solid #e7ebef;
}

.pricing-item .pricing__body {
  padding: 40px 45px 40px;
}

.pricing-item .pricing__title {
  font-size: 18px;
  margin-bottom: 0;
}

.pricing-item .pricing__subtitle {
  font-size: 14px;
}

.pricing-item .pricing__price {
  font-family: "Rubik", sans-serif;
  font-size: 50px;
  color: #1b1a1a;
  line-height: 1;
  margin-bottom: 15px;
}

.pricing-item .pricing__time {
  font-size: 14px;
}

.pricing-item .pricing__desc {
  font-size: 14px;
  margin-bottom: 30px;
}

.pricing-item .pricing__list {
  margin-top: 50px;
  margin-bottom: 0;
}

.pricing-item .pricing__list li {
  color: #9b9b9b;
  margin-bottom: 13px;
  padding-left: 30px;
}

.pricing-item .pricing__list li:before {
  width: 22px;
  height: 22px;
  line-height: 22px;
  color: #ffffff;
  background-color: var(--color-accent);
}

.pricing-item .btn {
  padding: 0 20px;
}

/* Mobile Phones & tablets and Small Screens */
@media (max-width: 992px) {
  .pricing-item {
    height: auto;
  }
  .pricing-item .pricing__header,
  .pricing-item .pricing__body {
    padding: 20px;
  }
  .pricing-item .pricing__title {
    font-size: 15px;
  }
  .pricing-item .pricing__list {
    margin-top: 20px;
  }
  .pricing-item .pricing__desc {
    font-size: 12px;
  }
  .pricing-item .pricing__price {
    font-size: 40px;
    margin-bottom: 10px;
  }
}

/*---------------------------
    Counters
--------------------------*/
.counter-item {
  margin-bottom: 20px;
}

.counter-item .counter {
  color: var(--color-accent);
  font-family: "Rubik", sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 10px;
}

.counter-item .counter__desc {
  color: #1b1a1a;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 20px;
}

.counter-light .counter-item .counter,
.counter-light .counter-item .counter__desc {
  color: #ffffff;
}

@media (min-width: 992px) {
  .counter-item .counter__desc {
    padding-right: 65px;
  }
}

/* Mobile Phones and tablets */
@media (max-width: 991px) {
  .counter-item .counter {
    font-size: 25px;
  }
  .counter-item .counter__desc {
    font-size: 11px;
    margin-bottom: 10px;
  }
}

@media (max-width: 375px) {
  .counter-item .counter__desc {
    font-size: 10px;
  }
}

/*--------------------
    Sidebar
----------------------*/
.sidebar.sticky-top {
  top: 100px;
}

.widget {
  position: relative;
  padding: 40px;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 40px;
  background-color: #f4f4f4;
}

.widget:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 40px;
  right: 40px;
  height: 3px;
  background-color: var(--color-accent);
}

.widget:last-child {
  margin-bottom: 0;
}

.widget .widget__title {
  font-size: 19px;
  margin-bottom: 23px;
}

.widget-search .widget__form-search {
  position: relative;
}

.widget-search .widget__form-search .form-control {
  height: 55px;
  border-radius: 10px;
  border-color: #eaeaea;
  background-color: #ffffff;
}

.widget-search .widget__form-search .form-control:focus {
  border-color: var(--color-accent);
}

.widget-search .widget__form-search .btn {
  position: absolute;
  top: 0;
  right: 20px;
  width: auto;
  color: var(--color-accent);
  padding: 0;
  min-width: 0;
  height: 55px;
  line-height: 55px;
}

.widget-search .widget__form-search .btn:before {
  display: none;
}

.widget-search .widget__form-search .btn:hover {
  color: #1b1a1a;
}

.widget-categories {
  background-color: #e4f2e2;
}

.widget-categories ul li {
  margin-bottom: 11px;
}

.widget-categories ul li:last-child {
  margin-bottom: 0;
}

.widget-categories ul li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Rubik", sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-transform: capitalize;
  padding: 20px;
  border-radius: 8px;
  color: #1b1a1a;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 5px 20px 0px rgba(40, 40, 40, 0.11);
          box-shadow: 0px 5px 20px 0px rgba(40, 40, 40, 0.11);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.widget-categories ul li a i {
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
  text-align: center;
  margin-right: 8px;
  color: #ffffff;
  background-color: #1b1a1a;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.widget-categories ul li a:hover {
  color: #ffffff;
  background-color: var(--color-accent);
}

.widget-categories ul li a:hover i {
  color: var(--color-accent);
  background-color: #ffffff;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.widget-categories ul li a .cat-count {
  font-size: 13px;
  font-weight: 400;
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 50%;
  text-align: center;
  margin-right: 15px;
  color: #ffffff;
  background-color: var(--color-accent);
}

.widget-categories-layout2 ul li a {
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.widget-categories-layout2 ul li a:hover {
  color: var(--color-accent);
  background-color: transparent;
}

.widget-services ul li {
  margin-bottom: 4px;
}

.widget-services ul li:last-child {
  margin-bottom: 0;
}

.widget-services ul li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 15px;
  font-weight: 700;
  padding: 22px 30px;
  text-transform: capitalize;
  border-radius: 50px;
  font-family: "Rubik", sans-serif;
  color: #1b1a1a;
  background-color: #ffffff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.widget-services ul li a:hover {
  color: #ffffff;
  background-color: var(--color-accent);
}

.widget-tags ul {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.widget-tags ul li a {
  display: block;
  font-size: 14px;
  line-height: 1;
  text-transform: capitalize;
  padding: 6px 10px;
  margin: 0 10px 10px 0;
  border-radius: 6px;
  color: #ffffff;
  background-color: var(--color-accent);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.widget-tags ul li a:hover {
  background-color: #1b1a1a;
}

/*widget posts*/
.widget-post-item {
  margin-bottom: 25px;
}

.widget-post-item:last-of-type {
  margin-bottom: 0;
}

.widget-post-item .widget-post__title {
  font-size: 15px;
  margin-bottom: 0;
}

.widget-post-item .widget-post__title a {
  color: #282828;
}

.widget-post-item:hover .widget-post__title a {
  color: var(--color-accent);
}

.widget-post-item .widget-post__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px;
  max-width: 80px;
  margin-right: 15px;
}

.widget-post-item .widget-post__img img {
  border-radius: 5px;
}

.widget-post-item .widget-post__date {
  line-height: 1;
  font-size: 13px;
  margin-bottom: 4px;
}

/*widget products*/
.widget-poducts .widget-product-item {
  margin-bottom: 20px;
}

.widget-poducts .widget-product-item:last-of-type {
  margin-bottom: 0;
}

.widget-poducts .widget-product-item .widget-product__title {
  font-size: 15px;
  margin-bottom: 0;
}

.widget-poducts .widget-product-item .widget-product__title a {
  color: #282828;
}

.widget-poducts .widget-product-item:hover .widget-product__title a {
  color: var(--color-accent);
}

.widget-poducts .widget-product-item .widget-product__img {
  margin-right: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50px;
          flex: 0 0 50px;
  max-width: 50px;
  height: 50px;
  overflow: hidden;
  border-radius: 2px;
}

.widget-poducts .widget-product-item .widget-product__img img {
  border-radius: 5px;
}

.widget-poducts .widget-product-item .widget-product__price {
  color: var(--color-accent);
  font-size: 15px;
  font-weight: 700;
}

/* Widget Help */
.widget-help {
  padding: 60px 40px;
}

.widget-help .widget__title {
  line-height: 1.6;
}

.widget-help .widget__title,
.widget-help .widget__desc,
.widget-help .contact__number i,
.widget-help .contact__number a {
  color: #ffffff;
}

/* Widget Filter */
.widget-filter .ui-slider {
  background-color: rgba(34, 34, 34, 0.06);
  border-radius: 0;
  height: 4px;
  margin-bottom: 18px;
}

.widget-filter .ui-slider-range {
  height: 4px;
  background-color: var(--color-accent);
}

.widget-filter .price-output {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.widget-filter label {
  color: #9b9b9b;
  font-size: 14px;
  margin-bottom: 0;
}

.widget-filter input {
  background-color: transparent;
  color: var(--color-accent);
  font-size: 14px;
  border: none;
}

.widget-filter .btn__filter {
  font-size: 14px;
  font-weight: 700;
  color: #282828;
}

.ui-slider {
  position: relative;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-widget.ui-widget-content {
  border: none;
}

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  -webkit-filter: inherit;
          filter: inherit;
}

.ui-slider-horizontal .ui-slider-handle {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--color-accent);
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.sidebar-layout2 .widget {
  padding: 0;
  background-color: transparent;
}

.sidebar-layout2 .widget:after {
  display: none;
}

@media (min-width: 1200px) {
  .sidebar.has-marign-right {
    margin-right: 30px;
  }
  .sidebar.has-marign-left {
    margin-left: 30px;
  }
}

@media (min-width: 320px) and (max-width: 992px) {
  .widget {
    padding: 20px;
    margin-bottom: 30px;
  }
  .widget:after {
    left: 20px;
    right: 20px;
  }
}

/* Mobile Phones and tablets */
@media (min-width: 320px) and (max-width: 767px) {
  .widget {
    padding: 15px;
  }
  .widget:after {
    left: 15px;
    right: 15px;
  }
  .widget .widget__title {
    margin-bottom: 10px;
  }
  .widget-categories ul {
    padding: 0;
  }
  .widget-categories ul li a {
    font-size: 13px;
  }
}

/*----------------------
    About
-----------------------*/
.about__img {
  position: relative;
}

.about__img img {
  border-radius: 3px;
}

.about-layout1 .text__icon {
  color: var(--color-accent);
  font-size: 75px;
  line-height: 1;
  margin: 30px 0 35px;
}

.about-layout1 .video-has-img {
  position: absolute;
  top: 40px;
  left: 40px;
}

.about-layout2 .about__img {
  margin-bottom: 60px;
}

.about-layout2 .about__img img {
  border-radius: 10px;
}

.about-layout2 .cta__banner {
  position: absolute;
  bottom: -40px;
  right: 40px;
  padding: 30px;
  max-width: 330px;
  border-radius: 7px;
}

.about-layout2 .cta__banner:before {
  font-family: icomoon;
  content: "\e930";
  font-size: 120px;
  position: absolute;
  bottom: 0;
  right: 20px;
  z-index: 1;
  color: rgba(255, 255, 255, 0.1);
}

.about-layout2 .cta__banner .cta__title {
  font-size: 25px;
  line-height: 1.4;
  font-weight: 400;
}

.about-layout2 .cta__banner .cta__desc,
.about-layout2 .cta__banner .cta__title {
  position: relative;
  z-index: 2;
}

/* Extra Large Size Screens */
@media (min-width: 1200px) {
  .about-layout1 .counter-item {
    margin-bottom: 30px;
  }
  .about-layout1 .counter-item:last-of-type {
    margin-bottom: 0;
  }
  .about-layout1 .text__icon {
    margin-top: 0;
  }
  .about-layout2 .about__img {
    margin-right: 60px;
  }
}

@media (min-width: 1300px) {
  .about-layout1 .heading-layout2 .heading__title {
    margin-left: -80px;
  }
  .about-layout1 .inner-wrapper {
    padding-right: 70px;
  }
  .about-layout1 .video-banner-layout2 {
    position: relative;
    margin-left: 30px;
  }
  .about-layout1 .about__text {
    margin-left: 50px;
  }
}

@media (max-width: 1200px) {
  .about-layout1 .cta__banner {
    bottom: 20px;
    left: 20px;
  }
}

/* Mobile Phones and tablets */
@media (min-width: 320px) and (max-width: 575px) {
  .about-layout2 .cta__banner {
    padding: 15px;
  }
  .about-layout2 .cta__banner .cta__title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .about-layout2 .cta__banner .cta__desc {
    font-weight: 400 !important;
  }
}

/*-----------------------
    banner
------------------------*/
.banner-layout1 .text-block {
  position: relative;
  z-index: 3;
  padding: 20px 20px 0 20px;
  border-top-right-radius: 10px;
  background-color: #ffffff;
}

.banner-layout1 .text-block .banner__text {
  position: relative;
}

.banner-layout1 .text-block .banner__text:before {
  content: '';
  position: absolute;
  top: 8px;
  left: -20px;
  width: 3px;
  height: calc(100% - 16px);
  background-color: var(--color-accent);
}

.banner-layout2 .text-block {
  z-index: 3;
  background-color: #ffffff;
}

.banner-layout2 .slick-arrow {
  top: 118%;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.banner-layout2 .slick-arrow.slick-next {
  right: auto;
  left: 100px;
}

.banner-layout2 .slick-arrow.slick-next:after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 20px;
  left: 0;
  z-index: -1;
  background-color: rgba(234, 234, 234, 0.2);
}

.banner-layout2 .slick-arrow.slick-next, .banner-layout2 .slick-arrow.slick-prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100px;
  height: 60px;
  color: #ffffff;
  background-color: #1b1a1a;
}

.banner-layout2 .slick-arrow.slick-next:hover, .banner-layout2 .slick-arrow.slick-prev:hover {
  background-color: var(--color-accent);
}

.banner-layout2 .slick-arrow.slick-next:before, .banner-layout2 .slick-arrow.slick-prev:before {
  font-size: 25px;
}

.banner-layout3 .fancybox-item {
  position: absolute;
}

.banner-layout3 .fancybox-item:nth-of-type(1) {
  top: 20%;
  left: 14%;
}

.banner-layout3 .fancybox-item:nth-of-type(2) {
  top: 68%;
  left: 46%;
}

.banner-layout3 .fancybox-item:nth-of-type(3) {
  top: 25%;
  left: 31%;
}

.banner-layout3 .fancybox-item:nth-of-type(4) {
  top: 9%;
  left: 55%;
}

.banner-layout3 .fancybox-item:nth-of-type(5) {
  top: 25%;
  left: 91%;
}

.banner-layout3 .fancybox-item:nth-of-type(6) {
  top: 47%;
  left: 73%;
}

.banner-layout3 .fancybox-item .fancybox__thumb {
  position: relative;
  bottom: 0;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  -webkit-transition: all .3s linear 0ms;
  transition: all .3s linear 0ms;
  background-color: #1b1a1a;
  -webkit-box-shadow: 0 0 0 7px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 0 7px rgba(0, 0, 0, 0.15);
}

.banner-layout3 .fancybox-item .fancybox__thumb:hover {
  border-color: var(--color-accent);
}

.banner-layout3 .fancybox-item .fancybox__icon {
  -webkit-animation: none;
          animation: none;
}

.banner-layout3 .fancybox-item .fancybox__title {
  color: #282828;
  font-size: 30px;
  margin-bottom: 0;
}

.banner-layout3 .fancybox-item .fancybox__panel {
  position: absolute;
  opacity: 0;
  bottom: 40px;
  left: 50%;
  z-index: 20;
  width: 330px;
  border-radius: 2px;
  visibility: hidden;
  margin-bottom: -20px;
  padding: 20px;
  background-color: #ffffff;
  -webkit-transition: all .3s linear 0ms;
  transition: all .3s linear 0ms;
  -webkit-box-shadow: 0 5px 23px rgba(40, 40, 40, 0.08);
          box-shadow: 0 5px 23px rgba(40, 40, 40, 0.08);
}

.banner-layout3 .fancybox-item .fancybox__panel .fancybox__desc {
  color: #282828;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 0;
}

.banner-layout3 .fancybox-item .fancybox__panel:after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  border-bottom: 10px solid transparent;
  border-left: 12px solid #ffffff;
}

.banner-layout3 .fancybox-item .fancybox__icon {
  -ms-flex: 0 80px;
  -webkit-box-flex: 0;
          flex: 0 0 80px;
  max-width: 80px;
}

.banner-layout3 .fancybox-item .fancybox__body {
  -ms-flex: 0 calc(100% - 80px);
  -webkit-box-flex: 0;
          flex: 0 0 calc(100% - 80px);
  max-width: calc(100% - 80px);
}

.banner-layout3 .fancybox-item.fancybox-hover-left .fancybox__panel {
  right: 50%;
  left: auto;
}

.banner-layout3 .fancybox-item.fancybox-hover-left .fancybox__panel:after {
  left: auto;
  right: 0;
  border-left: 0;
  border-right: 12px solid #ffffff;
}

.banner-layout3 .fancybox-item:hover .fancybox__panel {
  opacity: 1;
  visibility: visible;
  margin-bottom: 0;
}

.banner-layout4 .soultions-carousel {
  padding-top: 150px;
  padding-bottom: 30px;
}

.banner-layout4 .soultions-carousel .slick-arrow.slick-next {
  right: -140px;
}

.banner-layout4 .soultions-carousel .slick-arrow.slick-prev {
  left: auto;
  right: -80px;
}

.banner-layout4 .soultions-carousel .slick-arrow:hover {
  color: var(--color-accent);
}

.banner-layout4 .soultions-carousel .slick-arrow.slick-next:before, .banner-layout4 .soultions-carousel .slick-arrow.slick-prev:before {
  font-size: 40px;
}

.banner-layout4 .soultions-carousel .slick-dots {
  width: 60px;
  position: absolute;
  right: -116px;
  top: 5px;
}

.banner-layout5 {
  background-size: auto !important;
  background-repeat: no-repeat !important;
  background-position: 97% 90px !important;
}

.banner-layout5 .text-block {
  position: relative;
  z-index: 3;
  padding: 20px 20px 0 20px;
  background-color: #ffffff;
  border-bottom-right-radius: 10px;
}

.banner-layout5 .text-block .banner__text {
  position: relative;
}

.banner-layout5 .text-block .banner__text:before {
  content: '';
  position: absolute;
  top: 8px;
  left: -20px;
  width: 3px;
  height: calc(100% - 16px);
  background-color: var(--color-accent);
}

@media (min-width: 1200px) {
  .banner-layout1 .text-block {
    padding: 80px 80px 30px 70px;
  }
  .banner-layout1 .text-block .banner__text:before {
    left: -70px;
  }
  .banner-layout1 .img-block {
    position: absolute;
    right: 0;
    z-index: 1;
    top: -140px;
    width: 123%;
  }
  .banner-layout5 {
    padding-bottom: 190px;
  }
  .banner-layout5 .text-block {
    padding: 0 70px 70px 70px;
  }
  .banner-layout5 .text-block .banner__text:before {
    left: -70px;
  }
  .banner-layout5 .text-block p {
    font-size: 16px;
  }
  .banner-layout5 .img-block {
    position: absolute;
    right: 0;
    z-index: 1;
    top: 0;
    width: 175%;
  }
  .banner-layout5 .video__wrapper {
    position: absolute;
    left: -270px;
    bottom: 50px;
    width: 340px;
  }
  .banner-layout5 .video__btn {
    height: 80px;
    padding-left: 80px;
  }
  .banner-layout5 .video__btn .video__player {
    width: 80px;
    height: 80px;
    -webkit-box-shadow: 0 0 0 15px rgba(74, 171, 61, 0.15);
            box-shadow: 0 0 0 15px rgba(74, 171, 61, 0.15);
  }
  .banner-layout5 .video__btn-divider {
    width: 70px;
    height: 2px;
    background-color: #eaeaea;
    margin-right: 40px;
  }
  .banner-layout2 .text-block {
    position: relative;
    padding: 90px 100px 190px;
    max-width: 580px;
    z-index: 4;
    background-color: #ffffff;
  }
  .banner-layout2 .img-block-1 {
    position: relative;
    z-index: 2;
    margin-top: -102px;
  }
  .banner-layout2 .img-block-2 {
    position: relative;
    z-index: 3;
    margin-top: 200px;
  }
  .banner-layout2 .img-block-2.mb--20 {
    margin-bottom: -20px;
  }
  .banner-layout2 .read-note {
    margin-right: 70px;
    height: 130px;
    margin-left: -250px;
    padding: 40px 50px 40px;
    border-bottom-left-radius: 10px;
    background-color: #ffffff;
  }
  .banner-layout2 .read-note .read-note__text {
    max-width: 300px;
  }
  .banner-layout3 .map-container {
    position: absolute;
    right: 0;
  }
  .banner-layout4 .soultions-carousel {
    margin-right: -70px;
  }
  .features-layout5 + .banner-layout4 {
    margin-top: -110px;
  }
}

@media (max-width: 1199px) {
  .banner-layout2 .text-block {
    padding: 30px 30px 100px;
    max-width: 100%;
  }
  .banner-layout2 .img-block-2 {
    margin-top: 30px;
  }
  .banner-layout2 .slick-arrow.slick-next {
    left: 50px;
  }
  .banner-layout2 .slick-arrow.slick-next, .banner-layout2 .slick-arrow.slick-prev {
    width: 50px;
    height: 40px;
  }
  .banner-layout2 .slick-arrow.slick-next:before, .banner-layout2 .slick-arrow.slick-prev:before {
    font-size: 20px;
  }
  .banner-layout2 .read-note {
    padding: 30px;
  }
  .banner-layout3 .map-container {
    position: relative;
  }
  .banner-layout5 .video__wrapper {
    position: relative;
    padding-left: 20px;
    -webkit-transform: translateY(60px);
            transform: translateY(60px);
  }
}

/*-----------------------
    careers
------------------------*/
.careers .slick-slide {
  margin: 15px;
}

.careers .slick-list {
  margin: -15px;
}

.careers .slick-dots {
  margin-top: 15px;
}

.job-item {
  padding: 40px;
  border-radius: 7px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 12px 0 rgba(40, 40, 40, 0.08);
          box-shadow: 0 0 12px 0 rgba(40, 40, 40, 0.08);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.job-item:hover {
  -webkit-box-shadow: 0 0 15px 0 rgba(40, 40, 40, 0.1);
          box-shadow: 0 0 15px 0 rgba(40, 40, 40, 0.1);
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}

.job-item .job__meta {
  margin-bottom: 32px;
}

.job-item .job__type {
  font-size: 13px;
  padding: 3px 10px;
  border-radius: 3px;
  margin-right: 10px;
  text-transform: capitalize;
  color: #ffffff;
  background-color: var(--color-accent);
}

.job-item .job__location {
  font-size: 13px;
}

.job-item .job__title {
  font-size: 20px;
  margin-bottom: 18px;
}

.job-item .job__desc {
  font-size: 15px;
}

.job-item .btn {
  height: 40px;
  min-width: 140px;
}

/* Mobile Phones and tablets */
@media (min-width: 320px) and (max-width: 767px) {
  .job-item {
    padding: 20px;
  }
  .job-item .job__meta {
    margin-bottom: 20px;
  }
  .job-item .job__title {
    margin-bottom: 10px;
  }
}

/*-----------------------
    Services 
--------------------------*/
.service-item {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 30px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.11);
          box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.11);
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.service-item:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 35px;
  right: 35px;
  height: 3px;
  background-color: var(--color-accent);
  opacity: 0;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.service-item .service__icon {
  font-size: 65px;
  line-height: 1;
  color: var(--color-accent);
  margin-bottom: 50px;
}

.service-item .service__title {
  position: relative;
  font-size: 21px;
  margin-bottom: 18px;
}

.service-item .service__desc {
  margin-bottom: 0;
}

.service-item .service__body {
  position: relative;
  z-index: 2;
  padding: 29px 35px 35px;
}

.service-item .btn {
  height: 42px;
  min-width: 140px;
  margin-top: 28px;
}

.service-item:hover:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.services-layout2 .service-item {
  margin-bottom: 50px;
}

.services-layout2 .service-item .service__body {
  padding: 18px 25px 25px;
}

.services-layout2 .service-item .service__img {
  position: relative;
  overflow: hidden;
}

.services-layout2 .service-item .service__img img {
  -webkit-transition: all 0.9s ease;
  transition: all 0.9s ease;
}

.services-layout2 .service-item .service__img:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 40px;
  width: calc(100% + 10px);
  background-color: #ffffff;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
          clip-path: polygon(0 0, 0% 100%, 100% 100%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.services-layout2 .service-item:hover .service__img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.services-layout2 .service-item:hover .service__img:after {
  -webkit-clip-path: polygon(0 100%, 0 100%, 100% 100%);
          clip-path: polygon(0 100%, 0 100%, 100% 100%);
}

.services-layout2 .slick-arrow {
  top: 100%;
  width: auto;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.services-layout2 .slick-arrow.slick-prev {
  left: auto;
  right: 100px;
}

.services-layout2 .slick-dots {
  position: absolute;
  right: 0;
  width: 125px;
  bottom: -28px;
}

@media (max-width: 992px) {
  .service-item:after {
    left: 20px;
    right: 20px;
  }
  .service-item .service__body {
    padding: 20px;
  }
  .services-layout2 .read-note__text {
    font-size: 14px;
    padding-right: 150px;
  }
  .services-layout2 .slick-dots {
    width: 140px;
    bottom: -28px;
  }
  .services-layout2 .slick-arrow.slick-prev {
    right: 125px;
  }
  .services-layout2 .slick-arrow.slick-next:before,
  .services-layout2 .slick-arrow.slick-prev:before {
    font-size: 30px;
  }
  .services-layout2 .slick-dots li {
    margin: 3px;
    width: 8px;
    height: 8px;
    border-width: 2px;
  }
}

/* Mobile Phones and tablets */
@media (min-width: 320px) and (max-width: 767px) {
  .service-item .service__title {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .service-item .service__icon {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .service-item .service__icon i {
    font-size: 45px;
  }
  .service-item .service__body {
    padding: 17px 20px 20px;
  }
  .services-layout2 .service-item .service__body {
    padding: 15px;
  }
}

/*----------------------
     Dividers 
------------------------*/
.divider__line {
  position: relative;
  height: 2px;
}

.divider__line:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 2px;
  width: 28px;
  background-color: #e7ebef;
}

.divider__line.divider__center:after {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.divider__line.divider__sm:after {
  width: 40px;
}

.divider__theme:after {
  background-color: var(--color-accent);
}

.divider__white:after {
  background-color: #ffffff;
}

@media (min-width: 320px) and (max-width: 767px) {
  .divider__line {
    margin-bottom: 20px;
  }
}

/*------------------------
    Shop
--------------------------*/
.product-item {
  position: relative;
  text-align: center;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 40px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.11);
          box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.11);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.product-item:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 3;
  background-color: var(--color-accent);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.product-item .product__title {
  position: relative;
  z-index: 5;
  font-size: 21px;
  margin-bottom: 8px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.product-item .product__title a {
  color: #282828;
}

.product-item .product__title a:hover {
  color: var(--color-accent);
}

.product-item .product__price {
  position: relative;
  z-index: 5;
  display: inline-block;
  font-size: 19px;
  font-weight: 700;
  color: var(--color-accent);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.product-item .product__img {
  position: relative;
  overflow: hidden;
}

.product-item .product__img img {
  border-radius: 6px;
}

.product-item .product__action {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  z-index: 5;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.product-item .product__info {
  position: relative;
  padding: 28px 0;
}

.product-item .product__info:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  z-index: 6;
  background-color: #eaeaea;
}

.product-item .btn__secondary:before {
  display: none;
}

.product-item .btn__secondary:hover {
  color: var(--color-accent);
  background-color: #ffffff;
}

.product-item:hover {
  -webkit-box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.15);
          box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.15);
}

.product-item:hover .product__action {
  opacity: 1;
  bottom: 30px;
}

.product-item:hover:before {
  opacity: 1;
}

.product-item:hover .product__title a,
.product-item:hover .product__price {
  color: #ffffff;
}

/* Shop Single */
.product-item-single .product__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  border-radius: 10px;
  -webkit-box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.11);
          box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.11);
}

.product-item-single .product__title {
  font-size: 29px;
  margin-bottom: 15px;
}

.product-item-single .product__rating {
  margin-right: 37px;
}

.product-item-single .product__rating i {
  font-size: 15px;
}

.product-item-single .product__rating i.active {
  color: var(--color-accent);
}

.product-item-single .product__img img {
  border-radius: 15px;
}

.product-item-single .product__price {
  font-size: 22px;
}

.product-item-single .product__desc {
  font-size: 15px;
}

.product__details li {
  line-height: 2;
}

.product__details li strong {
  font-size: 16px;
  font-weight: 700;
  color: #282828;
  min-width: 120px;
  display: inline-block;
}

.product__meta-review {
  font-size: 14px;
}

.product__meta-review a {
  position: relative;
  color: #9b9b9b;
  padding-left: 10px;
}

.product__meta-review a:hover {
  color: var(--color-accent);
}

.product__meta-review a:before {
  content: '/';
  position: absolute;
  top: 0;
  left: 0;
}

.product__meta-details li {
  font-size: 15px;
  margin-bottom: 8px;
}

.product__meta-details li:last-child {
  margin-bottom: 0;
}

.product__meta-details li span:first-of-type {
  font-family: "Rubik", sans-serif;
  color: #282828;
  font-weight: 700;
  font-size: 16px;
}

.related__products-title {
  font-size: 24px;
}

.product__quantity-title {
  margin-bottom: 0;
  display: inline-block;
  margin-right: 10px;
}

.quantity__input-wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  width: 80px;
  max-height: 50px;
  border-radius: 6px;
  border: 2px solid #e6e8eb;
}

.quantity__input-wrap button {
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  color: #282828;
  cursor: pointer;
  position: absolute;
  right: 0;
  font-style: normal;
  font-size: 9px;
  border-left: 2px solid #e6e8eb;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.quantity__input-wrap .decrease-qty {
  bottom: 0;
  border-top: 2px solid #e6e8eb;
}

.quantity__input-wrap .qty-input {
  background-color: transparent;
  text-align: center;
  color: #282828;
  font-weight: 600;
  font-size: 16px;
  padding: 0;
  margin: 0;
  width: 50px;
  height: 50px;
  border: 0;
  outline: 0;
  -moz-appearance: textfield;
}

.quantity__input-wrap .qty-input::-webkit-inner-spin-button,
.quantity__input-wrap .qty-input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

.product__details .nav-tabs {
  border-bottom: 2px solid #e6e6e6;
}

.product__details .nav-tabs .nav__link {
  margin-bottom: -2px;
}

.product__details .tab-content {
  padding-top: 20px;
}

.product__details .tab-content p {
  font-size: 15px;
}

.product__details .tab-content p:last-child {
  margin-bottom: 0;
}

.product__details .reviews__form .form-control {
  height: 50px;
}

.magnifier {
  z-index: 3000 !important;
}

.sorting-options .nice-select {
  width: auto;
  min-width: 230px;
  height: 50px;
  line-height: 50px;
  margin-bottom: 0;
}

/* Shopping Cart */
.cart-table {
  margin-bottom: 50px;
}

.cart-table .table {
  border-radius: 4px;
  margin-bottom: 0;
}

.cart-table thead {
  background-color: transparent;
}

.cart-table thead tr th {
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  color: #282828;
  border-bottom-width: 0 !important;
  border-color: #e9e9e9;
  padding: 15px 0;
}

.cart-table tbody tr td {
  padding: 15px;
  border-color: #e9e9e9;
  vertical-align: middle;
}

.cart-table .cart-product {
  position: relative;
}

.cart-table .cart-product__price,
.cart-table .cart-product__total {
  font-size: 16px;
  font-weight: 700;
  color: #9b9b9b;
  text-align: center;
}

.cart-table .cart-product__quantity {
  text-align: center;
}

.cart-table .cart-product__img {
  width: 50px;
  margin-right: 20px;
}

.cart-table .cart-product__title {
  font-size: 16px;
  margin-bottom: 0;
}

.cart-table .cart-product__remove {
  width: 19px;
  height: 19px;
  line-height: 19px;
  font-size: 9px;
  background-color: #1b1a1a;
  color: #ffffff;
  border-radius: 1px;
  text-align: center;
  cursor: pointer;
  margin-right: 20px;
}

.cart-table .cart-product__remove:hover {
  background-color: var(--color-accent);
}

.cart-table .cart-product__action td {
  padding: 30px 20px 20px;
}

.cart-table .cart-product__action td .form-control {
  font-size: 12px;
  font-weight: 400;
  width: 250px;
  height: 42px;
  border-radius: 4px;
  border: 1px solid #dbdbdb;
}

.cart-table .cart-product__action td .btn {
  line-height: 42px;
  height: 42px;
  min-width: 134px;
}

.cart__total-amount ul li {
  font-size: 13px;
  line-height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #e9e9e9;
}

.cart__total-amount ul li span:first-of-type {
  font-weight: 600;
  color: #282828;
}

/* Mobile Phones */
@media (min-width: 320px) and (max-width: 575px) {
  .cart-table tbody tr td {
    padding: 5px;
  }
  .cart-table .cart-product__img {
    width: 40px;
    margin-right: 5px;
  }
  .cart-table .cart-product__title {
    font-size: 12px;
    font-weight: 400;
  }
  .cart-table .cart-product__price,
  .cart-table .cart-product__total {
    font-size: 10px;
  }
  .cart-table .cart-product__action-content {
    display: block !important;
  }
  .cart-table .cart-product__price,
  .cart-table .cart-product__total {
    font-size: 10px;
    font-weight: 400;
    padding: 0;
  }
  .cart-table thead tr th {
    font-size: 10px;
  }
}
.no-card-style {
  background: none;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
}
/* Mobile language switcher positioning */
.lang-dropdown-toggle {
  background: none;
  border: none;
  font-weight: 600;
  font-size: 15px;
  padding: 6px 12px;
  color: #000;
}

.lang-dropdown-toggle:hover {
  background-color: transparent;
  color: var(--color-accent);
}



.footer-widget-contact .btn__location {
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  margin-bottom: 8px; /* вот этот отступ между городом и телефоном */
  font-size: 16px;
  color: #ffffff;
}

.footer-widget-contact .btn__location i {
  margin-right: 8px;
  color: #7bdc51; /* иконка локации — тот же цвет, что у телефона */
}

.footer-widget-contact .contact__number {
  margin-bottom: 25px;
}

#ua-phone {
  caret-color: auto;
}

/* Скрываем точки по умолчанию (десктоп) */
.carousel-dots-dark .slick-dots {
  display: none !important;
}

/* Показываем тёмные точки только на мобильных */
@media (max-width: 767.98px) {
  .carousel-dots-dark .slick-dots {
    display: flex !important;
    justify-content: center;
    padding-top: 15px;
  }

  .carousel-dots-dark .slick-dots li button:before {
    font-size: 12px;
    color: #222 !important; /* Тёмный цвет */
    opacity: 1;
  }

  .carousel-dots-dark .slick-dots li.slick-active button:before {
    color: #000 !important; /* Более тёмный цвет для активной точки */
  }
}

/* mobile social icons offset */
@media (max-width: 991.98px) {
  /* сдвинем внутрь сам пункт меню с иконками */
  .navbar-collapse .navbar-nav .nav__item.d-lg-none {
    padding-left: 16px;   /* можно увеличить до 20–24px */
  }

  /* fallback, если gap вдруг не сработает */
  .navbar-collapse .navbar-nav .nav__item.d-lg-none .social-icons li + li {
    margin-left: 8px;
  }
}

/* Form validation message */
.form-error-message{margin-bottom:12px;font-size:14px;line-height:1.4;}

/* TikTok section */
.tiktok-section {
  padding: 70px 0;
  background: #f8fbf8;
}

.tiktok-section__inner {
  background: #ffffff;
  border: 1px solid #e9f4e5;
  border-radius: 16px;
  padding: 44px 36px;
  box-shadow: 0 10px 30px rgba(44, 62, 80, 0.06);
}

.tiktok-section__title {
  font-size: 34px;
  line-height: 1.25;
  margin-bottom: 16px;
}

.tiktok-section__subtitle {
  max-width: 880px;
  margin: 0 auto;
  color: #4f5a63;
}

.tiktok-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 34px;
}

.tiktok-card {
  background: #ffffff;
  border: 1px solid #e7efe7;
  border-radius: 12px;
  padding: 14px 14px 18px;
  display: block;
  color: inherit;
  text-decoration: none;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.tiktok-card:hover {
  transform: translateY(-4px);
  border-color: #cde6c2;
  box-shadow: 0 14px 28px rgba(44, 62, 80, 0.12);
}

.tiktok-card__preview {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 16px;
  aspect-ratio: 9 / 16;
  background: #eff5ec;
}

.tiktok-card__preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.tiktok-card__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: rgba(28, 38, 30, 0.72);
  backdrop-filter: blur(2px);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  transition: background .25s ease, transform .25s ease;
}

.tiktok-card:hover .tiktok-card__play {
  background: rgba(74, 171, 61, 0.9);
  transform: translate(-50%, -50%) scale(1.05);
}

.tiktok-card__title {
  font-size: 21px;
  margin-bottom: 10px;
}

.tiktok-card__text {
  margin: 0 0 12px;
  color: #4f5a63;
}

.tiktok-card__cta {
  color: var(--color-accent);
  font-weight: 700;
  font-size: 14px;
}

.tiktok-section__action {
  margin-top: 32px;
}

.tiktok-section__btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

@media (max-width: 991.98px) {
  .tiktok-section {
    padding: 56px 0;
  }

  .tiktok-section__inner {
    padding: 34px 24px;
  }

  .tiktok-section__title {
    font-size: 30px;
  }

  .tiktok-cards {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

@media (max-width: 575.98px) {
  .tiktok-section {
    padding: 44px 0;
  }

  .tiktok-section__inner {
    padding: 28px 18px;
    border-radius: 12px;
  }

  .tiktok-section__title {
    font-size: 26px;
  }

  .tiktok-card {
    padding: 20px 18px;
  }

  .tiktok-card__title {
    font-size: 19px;
  }
}

/* Scoped solar calculator quiz */
.header .contact__number,
.header .contact__number a {
  white-space: nowrap;
}

.solar-calculator-section {
  background:
    radial-gradient(circle at 14% 20%, rgba(74, 171, 61, .08), transparent 32%),
    radial-gradient(circle at 88% 2%, rgba(74, 171, 61, .05), transparent 28%),
    #f4f7f5;
}

.solar-calculator__hero {
  max-width: 860px;
  margin: 0 auto 36px;
}

.solar-calculator__title {
  margin-bottom: 14px;
  font-size: 42px;
  line-height: 1.18;
}

.solar-calculator__subtitle {
  max-width: 760px;
  margin: 0 auto 10px;
  color: #5f6762;
  font-size: 17px;
  line-height: 1.65;
}

.solar-calculator__notice {
  margin: 0;
  color: #8a8f93;
  font-size: 13px;
}

.solar-calculator__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(320px, .85fr);
  gap: 28px;
  align-items: start;
  max-width: 1280px;
  margin: 0 auto;
}

.solar-calculator__workspace {
  min-width: 0;
}

.solar-calculator__card,
.solar-calculator__summary,
.solar-calculator-section .calculator-lead-form {
  background: #fff;
  border: 1px solid #e7ece8;
  border-radius: 22px;
  box-shadow: 0 16px 42px rgba(31, 45, 35, .08);
}

.solar-calculator__card {
  overflow: hidden;
}

.solar-calculator__progress-wrap {
  padding: 25px 30px 0;
}

.solar-calculator__progress-row {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 12px;
  color: #7b837e;
  font-size: 13px;
}

.solar-calculator__step-counter {
  color: #338d2b;
  font-weight: 700;
  letter-spacing: .01em;
}

.solar-calculator__step-note {
  text-align: right;
}

.solar-calculator__progress {
  height: 7px;
  overflow: hidden;
  background: #edf2ee;
  border-radius: 999px;
}

.solar-calculator__progress-bar {
  width: 16.666%;
  height: 100%;
  background: linear-gradient(90deg, #3da431, #76c96b);
  border-radius: inherit;
  transition: width .28s ease;
}

.solar-calculator__step-grid {
  display: grid;
  grid-template-columns: minmax(230px, .78fr) minmax(0, 1.42fr);
  min-height: 505px;
}

.solar-calculator__visual {
  position: relative;
  min-height: 100%;
  margin: 0;
  overflow: hidden;
  background: #dfe9e1;
}

.solar-calculator__visual::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10, 29, 14, .02) 35%, rgba(10, 29, 14, .68) 100%);
  pointer-events: none;
}

.solar-calculator__visual img {
  width: 100%;
  height: 100%;
  min-height: 505px;
  object-fit: cover;
  transition: opacity .2s ease, transform .35s ease;
}

.solar-calculator__visual figcaption {
  position: absolute;
  z-index: 1;
  right: 20px;
  bottom: 20px;
  left: 20px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
}

.solar-calculator__step-content {
  display: flex;
  flex-direction: column;
  padding: 34px 34px 30px;
}

.solar-calculator__step-title {
  margin-bottom: 10px;
  color: #1b1a1a;
  font-size: 29px;
  line-height: 1.25;
}

.solar-calculator__step-description {
  max-width: 640px;
  margin-bottom: 24px;
  color: #68706b;
  font-size: 15px;
  line-height: 1.6;
}

.solar-calculator__options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px;
}

.solar-calculator__options--compact .solar-calculator__option {
  min-height: 68px;
}

.solar-calculator__option {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 78px;
  padding: 15px 42px 15px 15px;
  border: 1px solid #dfe7e1;
  border-radius: 15px;
  background: #fff;
  color: #1b1a1a;
  font: inherit;
  font-weight: 700;
  line-height: 1.35;
  text-align: left;
  cursor: pointer;
  transition: border-color .2s ease, background .2s ease, box-shadow .2s ease, transform .2s ease;
}

.solar-calculator__option:hover {
  border-color: #58af4e;
  box-shadow: 0 9px 24px rgba(74, 171, 61, .12);
  transform: translateY(-1px);
}

.solar-calculator__option.is-selected {
  border-color: var(--color-accent-border);
  background: var(--color-accent-soft);
  box-shadow: inset 0 0 0 1px var(--color-accent-border);
  color: var(--color-accent-text);
}

.solar-calculator__option-icon {
  display: inline-flex;
  flex: 0 0 38px;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 11px;
  background: #f1f5f2;
  color: var(--color-accent);
  font-size: 16px;
  transition: background .2s ease, color .2s ease;
}

.solar-calculator__option.is-selected .solar-calculator__option-icon {
  background: var(--color-accent);
  color: var(--color-accent-text);
}

.solar-calculator__option-label {
  flex: 1 1 auto;
}

.solar-calculator__option-check {
  position: absolute;
  top: 50%;
  right: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--color-accent);
  color: var(--color-accent-text);
  font-size: 10px;
  opacity: 0;
  transform: translateY(-50%) scale(.8);
  transition: opacity .2s ease, transform .2s ease;
}

.solar-calculator__option.is-selected .solar-calculator__option-check {
  opacity: 1;
  transform: translateY(-50%) scale(1);
}

.solar-calculator__actions {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  margin-top: auto;
  padding-top: 28px;
}

.solar-calculator__actions .btn {
  min-width: 150px;
  justify-content: center;
}

.solar-calculator__next:disabled {
  opacity: .42;
  cursor: not-allowed;
  pointer-events: none;
}

.solar-calculator__completion {
  display: flex;
  grid-column: 1 / -1;
  align-items: center;
  gap: 15px;
  padding: 18px;
  border: 1px solid #dcebd9;
  border-radius: 15px;
  background: #f4fbf3;
}

.solar-calculator__completion > i {
  color: var(--color-accent);
  font-size: 34px;
}

.solar-calculator__completion strong,
.solar-calculator__completion span {
  display: block;
}

.solar-calculator__completion strong {
  margin-bottom: 3px;
  color: #1b1a1a;
}

.solar-calculator__completion span {
  color: #68706b;
  font-size: 14px;
}

.solar-calculator__summary {
  position: sticky;
  top: 118px;
  padding: 28px;
}

.solar-calculator__summary-head {
  padding-bottom: 20px;
  border-bottom: 1px solid #edf1ee;
}

.solar-calculator__summary-kicker {
  display: inline-block;
  margin-bottom: 8px;
  color: var(--color-accent);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.solar-calculator__summary-head h2 {
  margin-bottom: 8px;
  font-size: 25px;
  line-height: 1.25;
}

.solar-calculator__summary-head p {
  margin: 0;
  color: #747b77;
  font-size: 14px;
  line-height: 1.55;
}

.solar-calculator__summary-list {
  display: grid;
  gap: 0;
  margin: 13px 0 18px;
}

.solar-calculator__summary-row {
  display: grid;
  grid-template-columns: 27px minmax(0, 1fr) 18px;
  gap: 10px;
  align-items: center;
  padding: 11px 0;
  border-bottom: 1px solid #f0f3f1;
}

.solar-calculator__summary-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #f0f3f1;
  color: #8a8f8c;
  font-size: 12px;
  font-weight: 700;
}

.solar-calculator__summary-row.is-complete .solar-calculator__summary-index {
  background: #eaf7e8;
  color: #338d2b;
}

.solar-calculator__summary-copy {
  min-width: 0;
}

.solar-calculator__summary-copy small,
.solar-calculator__summary-copy strong {
  display: block;
}

.solar-calculator__summary-copy small {
  margin-bottom: 2px;
  color: #8a908c;
  font-size: 11px;
}

.solar-calculator__summary-copy strong {
  overflow: hidden;
  color: #5d645f;
  font-size: 13px;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.solar-calculator__summary-row.is-complete .solar-calculator__summary-copy strong {
  color: #1b1a1a;
}

.solar-calculator__summary-row > i {
  color: #cdd3cf;
  font-size: 13px;
}

.solar-calculator__summary-row.is-complete > i {
  color: var(--color-accent);
}

.solar-calculator__summary-placeholder {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 15px;
  border: 1px dashed #cfe0cc;
  border-radius: 14px;
  background: #f7fbf6;
  color: #68706b;
  font-size: 13px;
  line-height: 1.45;
}

.solar-calculator__summary-placeholder i {
  color: var(--color-accent);
  font-size: 24px;
}

.solar-calculator__summary.has-result {
  border-color: #d5e8d2;
  box-shadow: 0 18px 48px rgba(42, 123, 35, .12);
}

.calculator-result__head {
  margin-bottom: 14px;
  padding-top: 3px;
}

.calculator-result__head span {
  display: block;
  margin-bottom: 3px;
  color: var(--color-accent);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.calculator-result__head h3 {
  margin: 0;
  font-size: 23px;
}

.solar-calculator-section .calculator-result__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-bottom: 14px;
}

.solar-calculator-section .calculator-result__item {
  padding: 14px 15px;
  border: 1px solid #e7ece8;
  border-radius: 13px;
  background: #f9fbfa;
}

.solar-calculator-section .calculator-result__item span {
  display: block;
  margin-bottom: 5px;
  color: #747b77;
  font-size: 12px;
}

.solar-calculator-section .calculator-result__item strong {
  display: block;
  color: #1b1a1a;
  font-size: 21px;
  line-height: 1.22;
}

.solar-calculator-section .calculator-result__item--accent {
  border-color: #d4e9d1;
  background: #f2faf1;
}

.solar-calculator-section .calculator-result__item--accent strong {
  color: #338d2b;
  font-size: 23px;
}

.solar-calculator-section .calculator-result__notes {
  display: grid;
  gap: 9px;
  margin-bottom: 15px;
}

.solar-calculator-section .calculator-result__note {
  padding: 12px 13px;
  border-left: 3px solid var(--color-accent-border);
  border-radius: 11px;
  background: #f5faf4;
}

.solar-calculator-section .calculator-result__note--disclaimer {
  background: #fafbfa;
  border-left-color: #9aa19c;
}

.solar-calculator-section .calculator-result__note span {
  display: block;
  margin-bottom: 4px;
  color: #1b1a1a;
  font-size: 12px;
  font-weight: 700;
}

.solar-calculator-section .calculator-result__note p {
  margin: 0;
  color: #666e69;
  font-size: 12px;
  line-height: 1.48;
}

.solar-calculator-section .calculator-lead-form {
  max-width: 920px;
  margin: 0 auto;
  padding: 34px;
}

.solar-calculator-section .calculator-lead-form h3 {
  margin-bottom: 8px;
  font-size: 27px;
}

.solar-calculator-section .calculator-lead-form > p {
  margin-bottom: 24px;
  color: #747b77;
}

.solar-calculator-section .calculator-lead-form .form-control {
  margin-bottom: 20px;
}


@media (max-width: 1199.98px) {
  .solar-calculator__layout {
    grid-template-columns: 1fr;
    max-width: 960px;
  }

  .solar-calculator__summary {
    position: static;
  }

  .solar-calculator__summary-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 24px;
  }
}

@media (max-width: 991.98px) {
  .solar-calculator__step-grid {
    grid-template-columns: 230px minmax(0, 1fr);
  }

  .solar-calculator__step-content {
    padding: 28px;
  }

  .solar-calculator__options {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767.98px) {
  .solar-calculator-section {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }

  .solar-calculator__hero {
    margin-bottom: 26px;
  }

  .solar-calculator__title {
    font-size: 31px;
  }

  .solar-calculator__layout {
    gap: 20px;
  }

  .solar-calculator__card,
  .solar-calculator__summary,
  .solar-calculator-section .calculator-lead-form {
    border-radius: 17px;
  }

  .solar-calculator__progress-wrap {
    padding: 20px 18px 0;
  }

  .solar-calculator__step-grid {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .solar-calculator__visual {
    min-height: 205px;
    max-height: 240px;
  }

  .solar-calculator__visual img {
    min-height: 205px;
    max-height: 240px;
  }

  .solar-calculator__visual figcaption {
    right: 16px;
    bottom: 15px;
    left: 16px;
    font-size: 16px;
  }

  .solar-calculator__step-content {
    padding: 24px 18px 22px;
  }

  .solar-calculator__step-title {
    font-size: 24px;
  }

  .solar-calculator__step-description {
    margin-bottom: 19px;
    font-size: 14px;
  }

  .solar-calculator__actions {
    flex-direction: column-reverse;
    padding-top: 23px;
  }

  .solar-calculator__actions .btn {
    width: 100%;
  }

  .solar-calculator__summary {
    padding: 22px 18px;
  }

  .solar-calculator__summary-list {
    grid-template-columns: 1fr;
  }

  .solar-calculator__summary-copy strong {
    white-space: normal;
  }

  .solar-calculator-section .calculator-lead-form {
    padding: 26px 18px;
  }
}

@media (max-width: 480px) {
  .solar-calculator__progress-row {
    flex-direction: column;
    gap: 4px;
  }

  .solar-calculator__step-note {
    text-align: left;
  }

  .solar-calculator__option {
    min-height: 70px;
    padding-right: 38px;
  }

  .solar-calculator__option-icon {
    flex-basis: 35px;
    width: 35px;
    height: 35px;
  }
}

/* Homepage redesign v2: hero and audience cards */
.homepage-hero-v2,
.homepage-audience {
  background: #eef5ef;
}

.homepage-hero-v2 {
  position: relative;
  overflow: hidden;
  padding: 96px 0 54px;
}

.homepage-hero-v2::before {
  content: "";
  position: absolute;
  top: -180px;
  right: -120px;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: rgba(50, 169, 83, 0.12);
  pointer-events: none;
}

.homepage-hero-v2__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.98fr);
  gap: 56px;
  align-items: center;
}

.homepage-hero-v2__eyebrow {
  display: inline-flex;
  align-items: center;
  margin-bottom: 18px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(50, 169, 83, 0.12);
  color: #1b8f45;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.homepage-hero-v2__title {
  max-width: 760px;
  margin-bottom: 22px;
  color: #173326;
  font-size: clamp(42px, 5vw, 72px);
  line-height: 1.02;
  letter-spacing: -0.055em;
}

.homepage-hero-v2__subtitle {
  max-width: 610px;
  margin-bottom: 34px;
  color: #50645a;
  font-size: 21px;
  line-height: 1.55;
}

.homepage-hero-v2__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 34px;
}

.homepage-hero-v2__btn,
.homepage-audience__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 25px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 700;
  transition: all 0.25s ease;
}

.homepage-hero-v2__btn--primary,
.homepage-audience__link {
  background: #32a953;
  color: #fff;
  box-shadow: 0 16px 30px rgba(50, 169, 83, 0.24);
}

.homepage-hero-v2__btn--secondary {
  border: 1px solid rgba(23, 51, 38, 0.14);
  background: #fff;
  color: #173326;
}

.homepage-hero-v2__btn:hover,
.homepage-audience__link:hover {
  transform: translateY(-2px);
  color: #fff;
}

.homepage-hero-v2__btn--secondary:hover {
  border-color: #32a953;
  color: #173326;
}

.homepage-hero-v2__benefits {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  max-width: 620px;
  margin: 0;
}

.homepage-hero-v2__benefits li {
  min-height: 82px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 16px 18px;
  border: 1px solid rgba(23, 51, 38, 0.1);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.76);
  text-align: left;
  box-shadow: 0 10px 22px rgba(28, 54, 43, 0.045);
}

.homepage-hero-v2__benefits strong {
  display: block;
  color: #173326;
  font-size: 20px;
  line-height: 1.15;
  font-weight: 800;
}

.homepage-hero-v2__benefits span {
  display: block;
  margin-top: 5px;
  color: #62776c;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 600;
}

.homepage-hero-v2__visual {
  position: relative;
  min-height: 560px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 28px 70px rgba(28, 54, 43, 0.18);
}

.homepage-hero-v2__visual img,
.homepage-audience__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.homepage-hero-v2__badges {
  position: absolute;
  right: 24px;
  bottom: 24px;
  left: 24px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 14px;
  pointer-events: none;
}

.homepage-hero-v2__badge {
  min-width: 178px;
  padding: 18px 20px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 42px rgba(20, 38, 30, 0.16);
}

.homepage-hero-v2__badge--projects {
  min-width: 146px;
}

.homepage-hero-v2__badge strong,
.homepage-hero-v2__badge > span {
  display: block;
}

.homepage-hero-v2__badge strong {
  color: #173326;
  font-size: 25px;
  line-height: 1.1;
}

.homepage-hero-v2__badge > span {
  margin-top: 5px;
  color: #607268;
  font-size: 13px;
  font-weight: 600;
}

.homepage-countup {
  display: inline;
}

.homepage-audience {
  padding: 18px 0 92px;
}

.homepage-audience__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.homepage-audience__card {
  overflow: hidden;
  border: 1px solid rgba(23, 51, 38, 0.08);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 20px 55px rgba(28, 54, 43, 0.1);
}

.homepage-audience__image {
  height: 300px;
  overflow: hidden;
}

.homepage-audience__body {
  padding: 34px 34px 36px;
}

.homepage-audience__body h2 {
  margin-bottom: 14px;
  color: #173326;
  font-size: 34px;
  line-height: 1.12;
  letter-spacing: -0.035em;
}

.homepage-audience__body p {
  min-height: 62px;
  margin-bottom: 26px;
  color: #5b6c63;
  font-size: 17px;
  line-height: 1.55;
}

@media (max-width: 1199.98px) {
  .homepage-hero-v2__grid {
    grid-template-columns: 1fr;
  }

  .homepage-hero-v2__visual {
    min-height: 430px;
  }
}

@media (max-width: 767.98px) {
  .homepage-hero-v2 {
    padding: 64px 0 34px;
  }

  .homepage-hero-v2__grid,
  .homepage-audience__grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .homepage-hero-v2__title {
    font-size: 38px;
  }

  .homepage-hero-v2__subtitle {
    font-size: 17px;
  }

  .homepage-hero-v2__actions,
  .homepage-hero-v2__btn {
    width: 100%;
  }

  .homepage-hero-v2__benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .homepage-hero-v2__visual {
    min-height: 330px;
  }

  .homepage-hero-v2__badges {
    right: 16px;
    bottom: 16px;
    left: 16px;
    gap: 10px;
  }

  .homepage-hero-v2__badge {
    min-width: 0;
    flex: 1 1 0;
    padding: 14px 14px;
    border-radius: 16px;
  }

  .homepage-hero-v2__badge strong {
    font-size: 21px;
  }

  .homepage-audience {
    padding-bottom: 58px;
  }

  .homepage-audience__image {
    height: 230px;
  }

  .homepage-audience__body {
    padding: 26px 22px 28px;
  }

  .homepage-audience__body h2 {
    font-size: 29px;
  }

  .homepage-audience__body p {
    min-height: 0;
  }
}

@media (max-width: 420px) {
  .homepage-hero-v2__benefits {
    grid-template-columns: 1fr;
  }

  .homepage-hero-v2__badges {
    flex-direction: column;
    align-items: stretch;
    left: auto;
    width: min(190px, calc(100% - 32px));
  }

  .homepage-hero-v2__badge {
    width: 100%;
  }
}

/* Prime Energy modern shared header */
.header.header-layout1 {
  background: #f7fbf8;
  box-shadow: 0 10px 35px rgba(16, 35, 26, 0.06);
}

.header-layout1 .header-topbar {
  min-height: 34px;
  padding: 6px 0;
  background: #f4faf6;
  border-bottom: 1px solid rgba(1, 134, 64, 0.08);
}

.header-layout1 .header-topbar .contact__list li {
  margin-right: 24px;
  font-size: 13px;
  line-height: 1.3;
}

.header-layout1 .header-topbar .contact__list li i {
  color: var(--color-accent);
  font-size: 14px;
}

.header-layout1 .header-topbar a,
.header-layout1 .header-topbar .social-icons a {
  color: #54645b;
}

.header-layout1 .header-topbar .social-icons a:hover,
.header-layout1 .header-topbar a:hover {
  color: var(--color-accent);
}

.header-layout1 .navbar {
  min-height: 78px;
  padding: 10px 0;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(20, 38, 30, 0.06);
  backdrop-filter: blur(14px);
}

.header-layout1 .sticky-navbar.is-sticky {
  box-shadow: 0 16px 42px rgba(16, 35, 26, 0.1);
}

.header-layout1 .navbar-brand .logo {
  max-height: 54px;
  width: auto;
}

.header-layout1 .navbar-nav {
  align-items: center;
}

.header-layout1 .navbar .nav__item {
  margin: 0 2px;
}

.header-layout1 .navbar .nav__item-link {
  position: relative;
  min-height: 44px;
  padding: 13px 12px;
  color: #1d2f26;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.01em;
  text-transform: none;
}

.header-layout1 .navbar .nav__item-link::after {
  content: "";
  position: absolute;
  right: 12px;
  bottom: 7px;
  left: 12px;
  height: 3px;
  border-radius: 999px;
  background: #ffd200;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.22s ease;
}

.header-layout1 .navbar .nav__item-link:hover,
.header-layout1 .navbar .nav__item-link.active {
  color: var(--color-brand-dark);
}

.header-layout1 .navbar .nav__item-link:hover::after,
.header-layout1 .navbar .nav__item-link.active::after {
  transform: scaleX(1);
}

.header-layout1 .navbar .dropdown-menu {
  min-width: 260px;
  padding: 12px;
  border: 1px solid rgba(20, 38, 30, 0.08);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 24px 60px rgba(16, 35, 26, 0.14);
}

.header-layout1 .navbar .dropdown-menu .nav__item {
  margin: 0;
}

.header-layout1 .navbar .dropdown-menu .nav__item-link {
  min-height: auto;
  padding: 11px 12px;
  border-radius: 12px;
  color: #25372e;
  font-size: 14px;
  line-height: 1.35;
}

.header-layout1 .navbar .dropdown-menu .nav__item-link::after {
  display: none;
}

.header-layout1 .navbar .dropdown-menu .nav__item-link:hover {
  background: #f1f8f3;
  color: var(--color-accent);
}

.header-layout1 .nav__item-link--calculator {
  gap: 8px;
  background: var(--color-accent-soft);
  color: var(--color-accent) !important;
}

.header-layout1 .nav__item-badge {
  border-radius: 999px;
  background: #ffd200;
  color: #173326;
  font-size: 11px;
  font-weight: 800;
}

.header-layout1 .contact__number {
  margin-right: 18px;
  padding: 10px 14px;
  border-radius: 999px;
  background: #f4faf6;
}

.header-layout1 .contact__number i {
  color: var(--color-accent);
}

.header-layout1 .contact__number a {
  color: #173326;
  font-size: 15px;
  font-weight: 800;
}

.header-layout1 .navbar-actions .btn__primary {
  min-width: auto;
  height: 48px;
  padding: 0 20px;
  border-radius: 999px;
  background: var(--color-accent);
  box-shadow: 0 14px 30px rgba(1, 134, 64, 0.2);
}

.header-layout1 .navbar-actions .btn__primary:hover {
  background: var(--color-accent-hover);
}

.header-layout1 .navbar-toggler {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background: #f1f8f3;
}

@media (max-width: 1199.98px) {
  .header-layout1 .navbar {
    min-height: 70px;
  }

  .header-layout1 .navbar-brand .logo {
    max-height: 48px;
  }
}

@media (max-width: 991.98px) {
  .header-layout1 .header-topbar {
    display: block;
  }

  .header-layout1 .header-topbar .d-flex.align-items-center.justify-content-between {
    gap: 10px;
  }

  .header-layout1 .header-topbar .contact__list {
    gap: 8px 14px;
  }

  .header-layout1 .header-topbar .contact__list li {
    margin-right: 0;
    font-size: 12px;
  }

  .header-layout1 .navbar-collapse {
    max-width: min(360px, 92vw);
    padding: 78px 18px 24px;
    background: #fff;
    box-shadow: -20px 0 55px rgba(16, 35, 26, 0.16);
  }

  .header-layout1 .navbar-nav {
    align-items: stretch;
  }

  .header-layout1 .navbar .nav__item {
    margin: 0 0 6px;
  }

  .header-layout1 .navbar .nav__item-link {
    min-height: 48px;
    padding: 14px 12px;
    border-radius: 13px;
  }

  .header-layout1 .navbar .nav__item-link::after {
    display: none;
  }

  .header-layout1 .navbar .nav__item-link.active,
  .header-layout1 .navbar .nav__item-link:hover {
    background: #f1f8f3;
  }

  .header-layout1 .navbar .dropdown-menu {
    margin: 4px 0 10px;
    padding: 8px;
    border-radius: 14px;
    box-shadow: none;
    background: #f7fbf8;
  }
}

@media (max-width: 575.98px) {
  .header-layout1 .header-topbar .contact__list li:nth-child(2) {
    display: none;
  }

  .header-layout1 .header-topbar .social-icons {
    margin-right: 0 !important;
  }
}

/* Homepage unified redesign */
.homepage-hero-v2,
.homepage-audience,
.homepage-process,
.homepage-services {
  background: #eef5ef;
}

.homepage-hero-v2::before {
  background: rgba(74, 171, 61, 0.16);
}

.homepage-hero-v2__eyebrow,
.homepage-section-heading__label {
  background: var(--color-accent-soft);
  color: var(--color-accent);
}

.homepage-hero-v2__btn--primary,
.homepage-audience__link {
  background: var(--color-accent);
  box-shadow: 0 16px 30px rgba(74, 171, 61, 0.28);
}

.homepage-hero-v2__btn--primary:hover,
.homepage-audience__link:hover {
  background: var(--color-accent-hover);
}

.homepage-hero-v2__btn--secondary:hover {
  border-color: var(--color-accent);
}

.homepage-hero-v2__benefits li,
.homepage-audience__card,
.homepage-process__step,
.homepage-services__card {
  border-color: rgba(1, 134, 64, 0.08);
}

.homepage-audience__card {
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.homepage-audience__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 28px 65px rgba(28, 54, 43, 0.13);
}

.homepage-section-heading__label {
  display: inline-flex;
  margin-bottom: 15px;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.homepage-section-heading h2 {
  max-width: 780px;
  margin-bottom: 0;
  color: #173326;
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.06;
  letter-spacing: -0.045em;
}

.homepage-section-heading p {
  max-width: 720px;
  margin: 18px 0 0;
  color: #5b6c63;
  font-size: 17px;
  line-height: 1.65;
}

.homepage-process {
  padding: 22px 0 66px;
}

.homepage-process__heading {
  margin-bottom: 30px;
}

.homepage-process__layout {
  display: grid;
  grid-template-columns: minmax(360px, 0.82fr) minmax(0, 1.18fr);
  gap: 30px;
  align-items: stretch;
}

.homepage-process__visual {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 24px 60px rgba(28, 54, 43, 0.13);
}

.homepage-process__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.homepage-process__stat {
  position: absolute;
  right: 22px;
  bottom: 22px;
  left: 22px;
  padding: 20px;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(20, 38, 30, 0.16);
}

.homepage-process__stat strong,
.homepage-process__stat span {
  display: block;
}

.homepage-process__stat strong {
  color: #173326;
  font-size: 34px;
  line-height: 1;
}

.homepage-process__stat span {
  margin-top: 6px;
  color: #5b6c63;
  font-size: 14px;
  font-weight: 700;
}

.homepage-process__steps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.homepage-process__step {
  position: relative;
  padding: 30px;
  border: 1px solid rgba(23, 51, 38, 0.08);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(28, 54, 43, 0.08);
}

.homepage-process__step::before {
  content: "";
  position: absolute;
  top: 24px;
  right: 24px;
  width: 34px;
  height: 5px;
  border-radius: 999px;
  background: #ffd200;
}

.homepage-process__step span {
  display: inline-flex;
  margin-bottom: 26px;
  color: var(--color-accent);
  font-size: 14px;
  font-weight: 900;
}

.homepage-process__step h3,
.homepage-services__body h3 {
  margin-bottom: 13px;
  color: #173326;
  font-size: 23px;
  line-height: 1.22;
  letter-spacing: -0.03em;
}

.homepage-process__step p,
.homepage-services__body p,
.homepage-services__intro p {
  margin-bottom: 0;
  color: #5b6c63;
  font-size: 15px;
  line-height: 1.62;
}

.homepage-services {
  padding: 70px 0 74px;
}

.homepage-services__top {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.78fr);
  gap: 44px;
  align-items: end;
  margin-bottom: 30px;
}

.homepage-services__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.homepage-services__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.homepage-services__card {
  display: flex;
  min-height: 100%;
  overflow: hidden;
  flex-direction: column;
  border: 1px solid rgba(23, 51, 38, 0.08);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(28, 54, 43, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.homepage-services__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 28px 65px rgba(28, 54, 43, 0.13);
}

.homepage-services__image {
  height: 230px;
  overflow: hidden;
  background: #dde8df;
}

.homepage-services__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.homepage-services__card:hover .homepage-services__image img {
  transform: scale(1.035);
}

.homepage-services__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 28px;
}

.homepage-services__body p {
  flex: 1;
  margin-bottom: 22px;
}

.homepage-services__body a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--color-accent);
  font-size: 14px;
  font-weight: 900;
}

.homepage-services__body a:hover {
  color: var(--color-accent-hover);
}

.homepage-services__card--collapsible {
  display:none;
  opacity:0;
  transform:translateY(14px);
}
.homepage-services.is-expanded .homepage-services__card--collapsible {
  display:flex;
  animation: homepageServicesReveal .32s ease both;
}
@keyframes homepageServicesReveal {
  from { opacity:0; transform:translateY(14px); }
  to { opacity:1; transform:translateY(0); }
}
.homepage-services__toggle-wrap { display:flex; justify-content:center; margin-top:24px; }
.homepage-services__toggle { min-height:44px; display:inline-flex; align-items:center; justify-content:center; gap:9px; padding:0 18px; border:1px solid rgba(1,134,64,.18); border-radius:999px; background:#fff; color:var(--pe-green); font-weight:800; box-shadow:0 10px 24px rgba(6,61,43,.06); }
.homepage-services__toggle-icon { color:var(--pe-yellow); transition:transform .28s ease; }
.homepage-services__toggle[aria-expanded="true"] .homepage-services__toggle-icon { transform:rotate(180deg); }
.homepage-process__stat-value { display:inline-flex !important; align-items:baseline; gap:9px; white-space:nowrap; color:#173326; font-size:52px !important; line-height:.95; letter-spacing:-0.045em; }
.homepage-process__stat-value .homepage-countup { display:inline !important; margin:0; color:inherit; font-size:inherit; font-weight:inherit; line-height:inherit; }
.homepage-process__stat-unit { display:inline !important; margin:0 !important; color:#173326 !important; font-size:30px !important; font-weight:800 !important; line-height:1; letter-spacing:-0.03em; }
.homepage-process__stat-label { display:block; margin-top:8px; color:#5b6c63; font-size:14px; font-weight:700; }

@media (max-width: 1199.98px) {
  .homepage-process__stat-value { font-size:46px !important; }
  .homepage-process__stat-unit { font-size:27px !important; }
  .homepage-process__layout,
  .homepage-services__top {
    grid-template-columns: 1fr;
  }

  .homepage-process__visual {
    min-height: 430px;
  }

  .homepage-services__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .homepage-process__stat-value { font-size:40px !important; }
  .homepage-process__stat-unit { font-size:25px !important; }
  .homepage-process,
  .homepage-services {
    padding: 56px 0;
  }

  .homepage-section-heading h2 {
    font-size: 32px;
  }

  .homepage-section-heading p {
    font-size: 15px;
  }

  .homepage-process__steps,
  .homepage-services__grid {
    grid-template-columns: 1fr;
  }

  .homepage-process__visual {
    min-height: 320px;
  }

  .homepage-process__step,
  .homepage-services__body {
    padding: 24px;
  }

  .homepage-services__actions,
  .homepage-services__actions .homepage-hero-v2__btn {
    width: 100%;
  }

  .homepage-services__image {
    height: 215px;
  }
}

@media (max-width: 480px) {
  .homepage-services__card > .homepage-services__body > h3 {
    font-size: clamp(24px, 6.8vw, 28px);
    line-height: 1.14;
    letter-spacing: -0.02em;
  }
}

@media (max-width: 420px) {
  .homepage-process__stat-value { font-size:36px !important; }
  .homepage-process__stat-unit { font-size:23px !important; }
}

.header-layout1 .navbar .nav__item .nav__item-link::before {
  display: none;
}

/* ==================================================
   Prime Energy redesign v2: shared header
   ================================================== */
:root {
  --color-accent: #4aab3d;
  --color-accent-hover: #469f3a;
  --color-accent-soft: #f1faf0;
  --color-accent-border: #42a438;
  --color-accent-text: #012819;
  --color-brand-dark: #018640;
  --color-brand-yellow: #ffd200;
  --pe-green: var(--color-brand-dark);
  --pe-accent: var(--color-accent);
  --pe-yellow: var(--color-brand-yellow);
  --pe-dark: #063d2b;
  --pe-text: #52645c;
  --pe-soft: #f4f8f5;
  --pe-border: rgba(6, 61, 43, 0.12);
  --pe-shadow: 0 18px 45px rgba(6, 61, 43, 0.1);
  --pe-radius: 24px;
}
html, body { max-width: 100%; overflow-x: hidden; }
body.mobile-menu-open { overflow: hidden; touch-action: none; }
a:focus-visible, button:focus-visible { outline: 3px solid rgba(74, 171, 61, 0.4); outline-offset: 3px; }
.site-header { background: #fff; position: relative; z-index: 1000; }
.site-header .container { max-width: 1240px; }
.site-header__topbar { background: #f6faf7; border-bottom: 1px solid var(--pe-border); padding: 7px 0; }
.site-header__topbar-inner, .site-header__meta, .site-header__social, .site-header__actions { display:flex; align-items:center; }
.site-header__topbar-inner { justify-content: space-between; gap: 20px; }
.site-header__meta { gap: 30px; font-size: 13.5px; font-weight: 500; color: var(--pe-text); }
.site-header__meta li { display:flex; align-items:center; gap:9px; margin:0; }
.site-header__meta-icon { width:18px; height:18px; flex:0 0 18px; color:var(--pe-green); stroke:currentColor; stroke-width:2; fill:none; stroke-linecap:round; stroke-linejoin:round; }
.site-header__meta a, .site-header__meta span { color: var(--pe-text); }
.site-header__social { gap: 8px; }
.site-header__social a { width:34px; height:34px; display:grid; place-items:center; border-radius:999px; background:#fff; color:var(--pe-dark); border:1px solid var(--pe-border); }
.site-header__social a:hover { color:var(--color-accent-text); background:var(--color-accent); border-color:var(--color-accent-border); }
.site-header__nav { min-height: 78px; background:#fff; box-shadow: 0 8px 24px rgba(6, 61, 43, 0.06); }
.site-header__nav-inner { display:flex; align-items:center; gap:18px; min-height:78px; }
.site-header__brand { flex:0 0 auto; padding-right:4px; border-right:0; }
.site-header__brand img, .site-header__mobile-logo img, .site-footer__logo img { max-height: 52px; width:auto; }
.site-header__desktop-nav { flex:1; justify-content:center; }
.site-header__links { display:flex; align-items:center; gap:6px; }
.site-header .nav__item { position:relative; margin:0; }
.site-header .nav__item-link { min-height:44px; display:flex; align-items:center; padding:0 10px; border-radius:11px; color:var(--pe-dark); font-family: system-ui, -apple-system, "Segoe UI", Arial, sans-serif; font-size:15px; font-weight:600; letter-spacing:-0.01em; line-height:1.2; transition:background .18s ease,color .18s ease; }
.site-header .nav__item-link:hover { color:var(--pe-green); background: rgba(1,134,64,0.07); }
.site-header .nav__item-link.active { color:var(--pe-green); background:transparent; }
.site-header .nav__item-link.active::after { content:""; position:absolute; left:50%; bottom:2px; width:30px; height:3px; border-radius:99px; background:var(--pe-yellow); transform:translateX(-50%); }
.site-header .has-dropdown { display:inline-flex; align-items:center; gap:5px; }
.site-header .dropdown-toggle { position:static; width:14px; height:44px; border:0; background:transparent; color:var(--pe-dark); opacity:1; display:inline-flex; align-items:center; justify-content:center; padding:0; }
.site-header .dropdown-toggle::before, .site-header .dropdown-toggle::after, .site-header .has-dropdown::before, .site-header .has-dropdown::after { content:none; display:none; }
.site-header .nav-dropdown-chevron { display:inline-flex; align-items:center; justify-content:center; width:14px; height:14px; flex:0 0 auto; transition:transform 180ms ease; }
.site-header .nav-dropdown-chevron svg { width:14px; height:14px; fill:none; stroke:currentColor; stroke-width:1.8; stroke-linecap:round; stroke-linejoin:round; flex:0 0 auto; }
.site-header .has-dropdown:hover > .dropdown-toggle .nav-dropdown-chevron, .site-header .has-dropdown:focus-within > .dropdown-toggle .nav-dropdown-chevron, .site-header .has-dropdown.is-open > .dropdown-toggle .nav-dropdown-chevron, .site-header .dropdown-toggle[aria-expanded="true"] .nav-dropdown-chevron { transform:rotate(180deg); }
.site-header .dropdown-menu { display:block; opacity:0; visibility:hidden; transform:translateY(10px); position:absolute; top:100%; left:0; min-width:250px; padding:10px; margin:8px 0 0; background:#fff; border:1px solid var(--pe-border); border-radius:18px; box-shadow:var(--pe-shadow); transition:.18s ease; pointer-events:none; }
.site-header .has-dropdown:hover > .dropdown-menu, .site-header .has-dropdown:focus-within > .dropdown-menu { opacity:1; visibility:visible; transform:translateY(0); pointer-events:auto; }
.site-header .dropdown-menu .nav__item-link { min-height:40px; justify-content:space-between; white-space:normal; padding:10px 12px; font-size:14px; }
.nav__item-badge { padding:3px 8px; border-radius:999px; background:rgba(255,210,0,.28); color:var(--pe-dark); font-size:11px; }
.site-header__actions { gap:12px; margin-left:auto; }
.site-header__phone { display:inline-flex; align-items:center; gap:8px; color:var(--pe-dark); font-weight:800; white-space:nowrap; }
.site-header__phone i { color:var(--pe-green); }
.site-header__cta { min-height:44px; display:inline-flex; align-items:center; justify-content:center; padding:0 18px; border-radius:999px; background:var(--pe-green); color:#fff; font-weight:800; box-shadow:0 10px 24px rgba(1,134,64,.18); white-space:nowrap; }
.site-header__cta:hover { color:#fff; transform:translateY(-1px); box-shadow:0 14px 30px rgba(1,134,64,.24); }
.site-header__toggle { margin-left:auto; border:1px solid var(--pe-border); border-radius:14px; width:46px; height:46px; padding:0; }
.site-header__mobile-head, .site-header__mobile-actions { display:none; }

/* homepage proof */
.homepage-proof { padding: 66px 0; }
.homepage-projects { padding: 64px 0; }
.homepage-blog, .homepage-social { padding: 72px 0; }
.homepage-proof { background: #fff; }
.homepage-proof__grid { display:grid; grid-template-columns: 1fr 0.9fr; gap:34px; align-items:center; }
.homepage-proof__content h2, .homepage-projects h2, .homepage-consultation-cta h2, .homepage-blog h2, .homepage-social h2 { color:var(--pe-dark); font-size: clamp(32px, 4vw, 52px); line-height:1.08; margin-bottom:20px; }
.homepage-proof__content p, .homepage-projects__head p, .homepage-consultation-cta p, .homepage-social p { color:var(--pe-text); font-size:18px; line-height:1.7; }
.homepage-proof__visual { align-self:center; }
.homepage-proof__visual img { width:100%; height:470px; max-height:470px; aspect-ratio:16/11; object-fit:cover; object-position:center 45%; border-radius:var(--pe-radius); box-shadow:var(--pe-shadow); }
.homepage-proof__cards { grid-column:1 / -1; display:grid; grid-template-columns:repeat(4,1fr); gap:18px; }
.homepage-proof__cards article, .homepage-project-card, .homepage-blog-card { background:#fff; border:1px solid var(--pe-border); border-radius:22px; box-shadow:0 14px 34px rgba(6,61,43,.07); overflow:hidden; }
.homepage-proof__cards article { padding:24px; }
.homepage-proof__cards h3, .homepage-project-card h3, .homepage-blog-card h3 { color:var(--pe-dark); font-size:21px; line-height:1.25; margin-bottom:10px; }
.homepage-proof__cards p, .homepage-project-card p, .homepage-blog-card p { color:var(--pe-text); line-height:1.6; margin:0; }

/* projects */
.homepage-projects { background:var(--pe-soft); }
.homepage-projects__head { display:flex; justify-content:space-between; align-items:flex-end; gap:24px; margin-bottom:36px; }
.homepage-projects__head .homepage-section-heading { max-width:760px; }
.homepage-projects__head p { max-width:420px; margin:0; }
.homepage-projects__grid { display:grid; grid-template-columns:repeat(3, minmax(0, 1fr)); gap:22px; align-items:stretch; }
.homepage-project-card { display:flex; flex-direction:column; }
.homepage-project-card--featured { display:flex; flex-direction:column; }
.homepage-project-card__image { display:block; overflow:hidden; }
.homepage-project-card__image img { width:100%; height:240px; aspect-ratio:auto; object-fit:cover; transition:transform .35s ease; }
.homepage-project-card--featured .homepage-project-card__image { flex:none; min-height:0; }
.homepage-project-card--featured .homepage-project-card__image img { height:240px; aspect-ratio:auto; }
.homepage-project-card:hover img { transform:scale(1.04); }
.homepage-project-card__body { display:flex; flex:1; flex-direction:column; min-height:220px; padding:24px; }
.homepage-project-card__body p { flex:1; }
.homepage-project-card__body span, .homepage-blog-card span { display:block; color:var(--pe-green); font-weight:800; font-size:13px; margin-bottom:10px; }
.homepage-project-card__body > a, .homepage-blog-card div > a { display:inline-flex; align-items:center; gap:8px; margin-top:auto; color:var(--pe-green); font-weight:800; }
.homepage-section-action { margin-top:30px; text-align:center; }

/* CTA */
.homepage-consultation-cta { padding: 66px 0; background:#fff; }
.homepage-consultation-cta__inner { display:flex; align-items:center; justify-content:space-between; gap:34px; padding:42px; border-radius:30px; background:linear-gradient(135deg,#eff8f2 0%,#fff 100%); border:1px solid var(--pe-border); box-shadow:var(--pe-shadow); }
.homepage-consultation-cta__inner > div:first-child { max-width:760px; }
.homepage-consultation-cta__actions { display:flex; flex-direction:column; gap:12px; min-width:240px; }

/* blog */
.homepage-blog { background:#fff; }
.homepage-blog__grid { display:grid; grid-template-columns:repeat(3,1fr); gap:22px; }
.homepage-blog-card img { width:100%; height:205px; aspect-ratio:auto; object-fit:cover; }
.homepage-blog-card div { padding:21px; }
.homepage-blog-card h3 a { color:var(--pe-dark); }

/* social */
.homepage-social { background:var(--pe-soft); }
.homepage-social__inner { display:grid; grid-template-columns:.8fr 1.2fr; gap:30px; align-items:center; }
.homepage-social__cards { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; }
.homepage-social .tiktok-card { background:#fff; border:1px solid var(--pe-border); border-radius:22px; padding:12px; box-shadow:0 14px 30px rgba(6,61,43,.07); }
.homepage-social .tiktok-card__preview img { width:100%; aspect-ratio:3/4; object-fit:cover; border-radius:16px; }
.homepage-social .tiktok-card__title { font-size:17px; color:var(--pe-dark); margin:14px 0 8px; }
.homepage-social .tiktok-card__text { font-size:14px; line-height:1.5; }
.homepage-social .tiktok-card__cta { color:var(--pe-green); font-weight:800; }

/* footer */
.site-footer { background:#062f22; color:rgba(255,255,255,.78); padding:58px 0 0; }
.site-footer__top { display:grid; grid-template-columns:1.4fr .85fr .75fr 1fr; gap:34px; padding-bottom:36px; }
.site-footer__brand p { margin:20px 0; line-height:1.7; }
.site-footer__logo { display:inline-flex; background:#fff; padding:10px 14px; border-radius:16px; }
.site-footer h3 { color:#fff; font-size:18px; margin-bottom:18px; }
.site-footer a { color:rgba(255,255,255,.82); }
.site-footer a:hover { color:#fff; }
.site-footer li { margin-bottom:10px; }
.site-footer__cta { display:inline-flex; min-height:44px; align-items:center; padding:0 18px; border-radius:999px; background:var(--pe-green); color:#fff !important; font-weight:800; }
.site-footer__contacts li { color:rgba(255,255,255,.78); }
.site-footer__social { display:flex; gap:10px; margin-top:16px; }
.site-footer__social a { width:38px; height:38px; display:grid; place-items:center; border-radius:999px; background:rgba(255,255,255,.08); }
.site-footer__bottom { border-top:1px solid rgba(255,255,255,.12); display:flex; justify-content:space-between; gap:20px; padding:18px 0; font-size:14px; }
.site-footer__bottom p { margin:0; }

/* responsive */
@media (max-width: 1199px) {
  .site-header__nav-inner { gap:12px; }
  .site-header .nav__item-link { padding:0 8px; font-size:13px; }
  .site-header__phone span { display:none; }
}
@media (min-width: 992px) {
  .site-header__desktop-nav { display:flex !important; }
  .site-header__mobile-toggle, .site-header__mobile-panel, .site-header__mobile-overlay { display:none !important; }
}
@media (max-width: 991px) {
  .site-header { position: sticky; top: 0; z-index: 1000; overflow: visible; background:#fff; box-shadow:0 8px 22px rgba(6,61,43,.08); }
  .header-layout1 .site-header__topbar { display:none; height:0; min-height:0; padding:0; margin:0; border:0; overflow:hidden; }
  .site-header__topbar .container { width:100%; max-width:100%; box-sizing:border-box; padding-left:16px; padding-right:16px; }
  .site-header__topbar-inner { width:100%; max-width:100%; box-sizing:border-box; gap:14px; }
  .site-header__meta { min-width:0; gap:14px; font-size:12.5px; line-height:1.3; }
  .site-header__meta li { min-width:0; gap:7px; }
  .site-header__meta li:nth-child(2) { display:none; }
  .site-header__meta a, .site-header__meta span { overflow-wrap:anywhere; }
  .site-header__social { flex:0 0 auto; }
  .site-header__nav { width:100%; max-width:100%; min-height:66px; box-sizing:border-box; background:#fff; box-shadow:none; border-bottom:1px solid rgba(6,61,43,.10); }
  .site-header__nav-inner { width:100%; max-width:100%; min-height:66px; box-sizing:border-box; padding-left:16px; padding-right:16px; gap:12px; justify-content:space-between; }
  .site-header__brand { display:inline-flex; align-items:center; min-height:44px; flex:0 0 auto; max-width:58px; padding:0; margin:0; border-right:0; }
  .site-header__brand img { width:54px; max-width:54px; max-height:none; height:auto; object-fit:contain; }
  .site-header__mobile-actions { display:flex; align-items:center; gap:9px; margin-left:auto; flex:0 0 auto; }
  .site-header__mobile-phone-button { width:44px; height:44px; min-width:44px; border-radius:999px; display:grid; place-items:center; background:#4aab3d; color:#fff; border:1px solid #3f9634; box-shadow:0 8px 18px rgba(74,171,61,.22); }
  .site-header__mobile-phone-button:hover, .site-header__mobile-phone-button:focus { color:#fff; background:#3f9634; border-color:#2f7d27; }
  .site-header__mobile-phone-button:active { transform:translateY(1px); }
  .site-header__mobile-phone-button svg { width:21px; height:21px; fill:none; stroke:currentColor; stroke-width:2.1; stroke-linecap:round; stroke-linejoin:round; }
  .navbar .site-header__toggle { position:relative; flex:0 0 44px; width:44px; height:44px; margin-left:0; border:1.5px solid rgba(1,134,64,.36); border-radius:14px; background:#f2faf5; padding:0; display:inline-flex; align-items:center; justify-content:center; right:auto; transform:none; }
  .navbar .site-header__toggle .menu-lines { position:relative; width:22px; height:14px; display:block; }
  .navbar .site-header__toggle .menu-lines::before, .navbar .site-header__toggle .menu-lines::after, .navbar .site-header__toggle .menu-lines span { left:0; width:22px; height:2px; border-radius:999px; background:var(--pe-dark); }
  .navbar .site-header__toggle .menu-lines::before { top:0; }
  .navbar .site-header__toggle .menu-lines span { top:6px; }
  .navbar .site-header__toggle .menu-lines::after { top:12px; }
  .site-header__desktop-nav { display:none !important; }
  .site-header__mobile-overlay { position:fixed; inset:0; width:100%; height:100dvh; background:rgba(1,40,25,.72); opacity:0; visibility:hidden; pointer-events:none; transition:opacity 240ms ease, visibility 240ms ease; z-index:20000; }
  .site-header__mobile-overlay.is-open { opacity:1; visibility:visible; pointer-events:auto; }
  .site-header__mobile-panel { display:flex; flex-direction:column; position:fixed; inset:0; width:100%; max-width:100%; height:100dvh; box-sizing:border-box; background:#062f22; z-index:20001; transform:translateX(100%); transition:transform 280ms ease; box-shadow:none; overflow:hidden; overscroll-behavior:contain; }
  .site-header__mobile-panel.is-open { transform:translateX(0); }
  .site-header__mobile-head { display:flex; flex:0 0 auto; min-height:68px; align-items:center; justify-content:space-between; gap:16px; padding:10px 16px; border-bottom:1px solid rgba(6,61,43,.10); margin:0; background:#fff; }
  .site-header__mobile-logo { display:inline-flex; align-items:center; min-width:0; }
  .site-header__mobile-logo img { max-height:46px; width:auto; object-fit:contain; }
  .site-header__mobile-head-actions { display:flex; align-items:center; gap:10px; flex:0 0 auto; }
  .site-header__mobile-call, .site-header__close { width:44px; height:44px; border-radius:999px; display:grid; place-items:center; padding:0; }
  .site-header__mobile-call { background:var(--color-accent); color:#fff; border:1px solid var(--color-accent-border); }
  .site-header__close { border:1.5px solid var(--color-accent); background:#f7fbf8; color:var(--color-accent-text); }
  .site-header__mobile-call svg, .site-header__close svg { width:21px; height:21px; fill:none; stroke:currentColor; stroke-width:2.1; stroke-linecap:round; stroke-linejoin:round; }
  .site-header__mobile-body { flex:1 1 auto; min-height:0; display:flex; flex-direction:column; overflow-y:auto; -webkit-overflow-scrolling:touch; background:#062f22; }
  .site-header__mobile-nav { flex:0 0 auto; padding:14px 18px 10px; }
  .site-header__mobile-links { display:block; width:100%; min-width:0; margin:0; padding:0; }
  .site-header__mobile-panel .nav__item { border-bottom:1px solid rgba(255,255,255,.13); }
  .site-header__mobile-panel .nav__item-link { min-height:56px; padding:0 20px; font-family:system-ui, -apple-system, "Segoe UI", Arial, sans-serif; font-size:18px; line-height:1.3; font-weight:600; letter-spacing:-0.01em; color:rgba(255,255,255,.94); justify-content:flex-start; border-radius:0; overflow-wrap:anywhere; position:relative; transform:none; }
  .site-header__mobile-panel .nav__item-link:hover, .site-header__mobile-panel .nav__item-link:focus { color:#fff; background:rgba(255,255,255,.06); }
  .site-header__mobile-panel .nav__item-link.active { color:#4aab3d; background:transparent; font-weight:600; padding-left:20px; margin-left:0; transform:none; }
  .site-header__mobile-panel .nav__item-link.active::after { display:none; }
  .site-header__mobile-panel .nav__item-link.active::before { content:""; position:absolute; left:0; top:50%; width:2px; height:24px; border-radius:999px; background:#4aab3d; transform:translateY(-50%); margin:0; flex:0 0 auto; }
  .site-header__mobile-panel .has-dropdown { display:grid; grid-template-columns:minmax(0, 1fr) 50px; width:100%; align-items:center; gap:0; }
  .site-header__mobile-panel .has-dropdown.is-open { border-bottom-color:rgba(74,171,61,.75); }
  .site-header__mobile-panel .has-dropdown.is-open > .nav__item-link { color:#4aab3d; }
  .site-header__mobile-panel .has-dropdown > .nav__item-link { grid-column:1; min-width:0; }
  .site-header__mobile-panel .has-dropdown > .dropdown-toggle { grid-column:2; min-height:44px; width:44px; border:0; border-radius:10px; background:transparent; color:rgba(255,255,255,.88); justify-self:end; display:inline-flex; align-items:center; justify-content:center; padding:0; }
  .site-header__mobile-panel .has-dropdown > .dropdown-toggle:hover, .site-header__mobile-panel .has-dropdown > .dropdown-toggle:focus { background:rgba(255,255,255,.07); color:#4aab3d; }
  .site-header__mobile-panel .has-dropdown > .dropdown-toggle:focus-visible { outline:2px solid #4aab3d; outline-offset:2px; }
  .site-header__mobile-panel .dropdown-toggle::before, .site-header__mobile-panel .dropdown-toggle::after, .site-header__mobile-panel .has-dropdown::before, .site-header__mobile-panel .has-dropdown::after, .site-header__mobile-panel .dropdown-menu::before, .site-header__mobile-panel .dropdown-menu::after { content:none !important; display:none !important; border:0 !important; }
  .site-header__mobile-panel .nav-dropdown-chevron { width:20px; height:20px; color:inherit; transition:transform 200ms ease; }
  .site-header__mobile-panel .nav-dropdown-chevron svg { width:20px; height:20px; fill:none; stroke:currentColor; stroke-width:1.9; stroke-linecap:round; stroke-linejoin:round; }
  .site-header__mobile-panel .dropdown-toggle[aria-expanded="true"] .nav-dropdown-chevron { transform:rotate(180deg); }
  .site-header__mobile-panel .dropdown-menu { grid-column:1 / -1; position:static; display:none; opacity:1; visibility:visible; transform:none; pointer-events:auto; min-width:0; width:100%; box-sizing:border-box; box-shadow:none; border:0; border-left:2px solid rgba(74,171,61,.72); margin:8px 0 10px; padding:6px 0 6px 14px; background:transparent; border-radius:0; }
  .site-header__mobile-panel .has-dropdown.is-open > .dropdown-menu { display:block; }
  .site-header__mobile-panel .dropdown-menu .nav__item { border:0; margin:0 0 8px; }
  .site-header__mobile-panel .dropdown-menu .nav__item:last-child { margin-bottom:0; }
  .site-header__mobile-panel .dropdown-menu .nav__item-link { gap:13px; font-size:16px; min-height:44px; padding:7px 10px; color:rgba(255,255,255,.9); font-weight:500; align-items:flex-start; }
  .site-header__mobile-panel .dropdown-menu .nav__item-link:hover, .site-header__mobile-panel .dropdown-menu .nav__item-link:focus { color:#fff; background:rgba(255,255,255,.05); }
  .site-header__mobile-panel .dropdown-menu .nav__item-link.active { color:#4aab3d; background:transparent; font-size:16px; font-weight:500; padding-left:10px; margin-left:0; transform:none; }
  .site-header__mobile-panel .dropdown-menu .nav__item-link.active::before { display:none; }
  .site-header__mobile-panel .dropdown-menu .nav__item-link.active .mobile-service-icon { background:rgba(74,171,61,.16); color:#4aab3d; }
  .mobile-service-icon { width:34px; height:34px; flex:0 0 34px; border-radius:10px; display:grid; place-items:center; background:rgba(255,255,255,.08); color:#4aab3d; margin-top:1px; }
  .mobile-service-icon svg { width:19px; height:19px; fill:none; stroke:currentColor; stroke-width:1.8; stroke-linecap:round; stroke-linejoin:round; }
  .site-header__mobile-footer { display:flex; flex-direction:column; gap:11px; margin-top:auto; padding:18px 18px calc(18px + env(safe-area-inset-bottom)); border-top:1px solid rgba(255,255,255,.12); background:linear-gradient(180deg, rgba(6,47,34,0) 0%, rgba(1,40,25,.82) 100%); }
  .site-header__mobile-cta { width:100%; min-height:54px; display:inline-flex; align-items:center; justify-content:center; gap:10px; border-radius:14px; font-weight:700; font-size:16px; color:var(--color-accent-text); text-align:center; }
  .site-header__mobile-cta svg { width:21px; height:21px; fill:none; stroke:currentColor; stroke-width:2; stroke-linecap:round; stroke-linejoin:round; }
  .site-header__mobile-cta--calculator { background:var(--pe-yellow); color:var(--color-accent-text); }
  .site-header__mobile-cta--consultation { background:var(--color-accent); color:var(--color-accent-text); }
  .site-header__mobile-phone { align-self:center; color:#fff; font-weight:800; letter-spacing:.01em; }
  .site-header__mobile-social { display:flex; justify-content:center; gap:10px; margin:0; padding:0; }
  .site-header__mobile-social li { margin:0; }
  .site-header__mobile-social a { width:38px; height:38px; display:grid; place-items:center; border-radius:999px; background:rgba(255,255,255,.08); border:1px solid rgba(255,255,255,.16); color:#fff; }
  .site-header__mobile-social a:hover, .site-header__mobile-social a:focus { color:var(--color-accent); border-color:rgba(74,171,61,.55); background:rgba(74,171,61,.12); }
  .site-header__mobile-social svg { width:19px; height:19px; fill:none; stroke:currentColor; stroke-width:1.8; stroke-linecap:round; stroke-linejoin:round; }
  body.mobile-menu-open [id^="ringostat"], body.mobile-menu-open [class*="ringostat"] { opacity:0 !important; visibility:hidden !important; pointer-events:none !important; }
  .homepage-proof, .homepage-projects, .homepage-blog, .homepage-social { padding:70px 0; }
  .homepage-proof__grid, .homepage-social__inner { grid-template-columns:1fr; }
  .homepage-proof__cards, .homepage-blog__grid, .homepage-social__cards { grid-template-columns:1fr 1fr; }
  .homepage-projects__head, .homepage-consultation-cta__inner { flex-direction:column; align-items:flex-start; }
  .homepage-proof__visual img { height:410px; max-height:410px; }
  .homepage-projects__grid { grid-template-columns:repeat(2, minmax(0, 1fr)); }
  .homepage-project-card--featured { grid-row:auto; }
  .homepage-project-card--featured .homepage-project-card__image { flex:none; }
  .homepage-project-card--featured .homepage-project-card__image img { height:240px; aspect-ratio:auto; }
  .homepage-blog-card img { height:195px; }
  .site-footer__top { grid-template-columns:1fr 1fr; }
}
@media (max-width: 575px) {
  .site-header__topbar { display:none; }
  .site-header__topbar-inner { display:grid; grid-template-columns:minmax(0, 1fr) auto auto; gap:10px; align-items:center; }
  .site-header__meta { display:contents; }
  .site-header__meta li:first-child { display:flex; font-size:12px; line-height:1.3; }
  .site-header__meta li:nth-child(3) { display:flex; max-width:74px; font-size:12px; line-height:1.25; }
  .site-header__meta-icon { width:16px; height:16px; flex-basis:16px; }
  .site-header__social { gap:6px; }
  .site-header__social a { width:30px; height:30px; }
  .homepage-hero-v2__actions, .homepage-services__actions, .homepage-consultation-cta__actions { width:100%; }
  .homepage-hero-v2__btn, .homepage-consultation-cta__actions .homepage-hero-v2__btn { width:100%; justify-content:center; }
  .homepage-proof__cards, .homepage-blog__grid, .homepage-social__cards { grid-template-columns:1fr; }
  .homepage-proof__visual img { height:300px; max-height:320px; }
  .homepage-projects__grid { grid-template-columns:1fr; }
  .homepage-blog-card img { height:215px; }
  .homepage-projects__head { gap:18px; }
  .homepage-consultation-cta__inner { padding:28px 20px; border-radius:22px; }
  .homepage-proof__content h2, .homepage-projects h2, .homepage-consultation-cta h2, .homepage-blog h2, .homepage-social h2 { font-size:30px; }
  .site-footer { padding-top:42px; }
  .site-footer__top { grid-template-columns:1fr; gap:24px; }
  .site-footer__bottom { flex-direction:column; }
}
@media (max-width: 360px) {
  .site-header__mobile-nav { padding-left:16px; padding-right:16px; }
  .site-header__mobile-panel .nav__item-link { min-height:55px; padding-left:18px; padding-right:18px; font-size:17px; }
  .site-header__mobile-panel .nav__item-link.active { padding-left:18px; }
  .site-header__mobile-panel .dropdown-menu .nav__item-link { font-size:15.5px; padding-left:10px; padding-right:8px; }
  .site-header__mobile-footer { padding-left:16px; padding-right:16px; }
}



.site-header .nav__item-badge {
  background: #FFD200;
  color: #063d2b;
}

.homepage-blog-card {
  display: flex;
  flex-direction: column;
}

.homepage-blog-card div {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.homepage-blog-card div > a {
  margin-top: auto;
  padding-top: 18px;
}

.post-item .post__cat span {
  position: relative;
  color: var(--color-accent);
  padding-right: 7px;
}

.post-item .post__cat span::after {
  content: ",";
  position: absolute;
  top: -1px;
  right: 2px;
  color: var(--color-accent);
}

.post-item .post__cat span:last-child {
  padding-right: 0;
}

.post-item .post__cat span:last-child::after {
  display: none;
}

.blog-modern { padding: 80px 0; background: #f7faf8; }
.blog-modern__head { max-width: 820px; margin: 0 auto 34px; text-align: center; }
.blog-modern__head span, .article-hero__eyebrow { display:inline-flex; color:var(--color-accent); font-weight:700; letter-spacing:.03em; text-transform:uppercase; font-size:13px; }
.blog-modern__head h2 { margin: 10px 0 12px; font-size: 40px; line-height:1.15; color:#12382a; }
.blog-modern__grid { display:grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap:24px; }
.blog-card-modern, .article-related__grid article { background:#fff; border:1px solid rgba(74,171,61,.16); border-radius:24px; overflow:hidden; box-shadow:0 18px 45px rgba(6,61,43,.08); display:flex; flex-direction:column; height:100%; }
.blog-card-modern__media img, .article-related__grid img { width:100%; height:220px; object-fit:cover; display:block; }
.blog-card-modern__body { padding:24px; display:flex; flex:1; flex-direction:column; }
.blog-card-modern__meta { color:#6a7c73; font-size:14px; margin-bottom:12px; }
.blog-card-modern h2 { font-size:22px; line-height:1.25; margin-bottom:14px; }
.blog-card-modern h2 a, .article-related__grid h3 { color:#12382a; }
.blog-card-modern p { margin-bottom:18px; }
.blog-card-modern__link { margin-top:auto; color:var(--color-accent); font-weight:700; }
.article-hero { padding:52px 0 46px; background:linear-gradient(135deg,#063d2b 0%,#0c6b49 100%); color:#fff; }
.article-breadcrumb { background:transparent; padding:0; margin-bottom:24px; }
.article-breadcrumb a, .article-breadcrumb .active, .article-hero p { color:rgba(255,255,255,.82); }
.article-hero__content { max-width:920px; }
.article-hero h1 { color:#fff; font-size:48px; line-height:1.12; margin:12px 0 16px; }
.article-layout { padding:56px 0 78px; background:#f7faf8; }
.article-card { max-width:960px; margin:0 auto; background:#fff; border-radius:28px; overflow:hidden; box-shadow:0 24px 70px rgba(6,61,43,.10); }
.article-cover { width:100%; height:430px; object-fit:cover; display:block; }
.article-content { max-width:780px; margin:0 auto; padding:42px 28px 52px; }
.article-content h2 { margin:32px 0 12px; color:#12382a; font-size:30px; }
.article-content h3 { margin:24px 0 10px; color:#12382a; font-size:22px; }
.article-content p, .article-content li { font-size:18px; line-height:1.78; color:#42524a; }
.article-note { margin:28px 0; padding:22px 24px; border-left:4px solid var(--color-accent-border); border-radius:18px; background:var(--color-accent-soft); color:#12382a; }
.article-cta { margin-top:38px; padding:28px; border-radius:24px; background:#063d2b; color:#fff; display:grid; grid-template-columns:1.3fr .7fr; gap:22px; align-items:center; }
.article-cta h2, .article-cta p { color:#fff; margin:6px 0; }
.article-cta__actions { display:flex; flex-direction:column; gap:12px; }
.article-related { max-width:960px; margin:42px auto 0; }
.article-related__grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:22px; }
.article-related__grid h3 { padding:18px; font-size:20px; }
@media (max-width: 991px) { .blog-modern__grid { grid-template-columns:repeat(2, minmax(0,1fr)); } .article-hero h1 { font-size:38px; } .article-cta { grid-template-columns:1fr; } }
@media (max-width: 575px) { .blog-modern { padding:56px 0; } .blog-modern__grid, .article-related__grid { grid-template-columns:1fr; } .blog-modern__head h2, .article-hero h1 { font-size:30px; } .article-cover { height:260px; } .article-content { padding:30px 20px 38px; } .article-content p, .article-content li { font-size:16px; } }

.article-toc { margin: 28px 0; padding: 20px 22px; border: 1px solid rgba(74,171,61,.2); border-radius: 20px; background: #f4fbf7; display: grid; gap: 10px; }
.article-toc strong { color: #12382a; font-size: 18px; }
.article-toc a { color: var(--color-accent); font-weight: 600; }
.article-table-wrap { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin: 22px 0 26px; border: 1px solid rgba(1,134,64,.14); border-radius: 18px; }
.article-table { width: 100%; min-width: 680px; border-collapse: collapse; background: #fff; }
.article-table th, .article-table td { padding: 14px 16px; border-bottom: 1px solid rgba(18,56,42,.1); text-align: left; font-size: 16px; line-height: 1.5; }
.article-table th { background: #eef8f2; color: #12382a; font-weight: 700; }
.article-table tr:last-child td { border-bottom: 0; }
.article-faq { display: grid; gap: 12px; margin: 20px 0 28px; }
.article-faq details { border: 1px solid rgba(1,134,64,.14); border-radius: 16px; background: #fff; padding: 16px 18px; }
.article-faq summary { cursor: pointer; color: #12382a; font-weight: 700; }
.article-faq summary:focus-visible { outline: 3px solid rgba(1,134,64,.35); outline-offset: 4px; border-radius: 8px; }
.article-faq p { margin: 10px 0 0; }
@media (max-width: 575px) { .article-toc { padding: 16px; } .article-table { min-width: 620px; } .article-table th, .article-table td { padding: 12px 14px; font-size: 15px; } }

/* ==============================
   Services hub
   ============================== */
.service-page {
  background: #f3f8f4;
  color: #102f24;
  overflow-x: clip;
}
.service-page .container { max-width: 1180px; }
.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  color: var(--color-accent);
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 13px;
}
.section-kicker::before {
  content: "";
  width: 28px;
  height: 4px;
  border-radius: 999px;
  background: #ffd200;
}
.section-heading { max-width: 760px; margin-bottom: 34px; }
.section-heading h2,
.service-overview h2,
.service-cta h2 { color: #102f24; font-size: clamp(30px, 4vw, 44px); line-height: 1.12; margin-bottom: 14px; }
.section-heading p,
.service-overview p,
.service-cta p { color: #49665b; font-size: 18px; line-height: 1.7; }
.services-hub__grid-section { padding: 72px 0; background: #f8fbf7; }
.services-hub__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.services-hub__card { display: flex; flex-direction: column; min-height: 100%; background: #fff; border: 1px solid rgba(74, 171, 61, .16); border-radius: 28px; overflow: hidden; box-shadow: 0 18px 45px rgba(16, 47, 36, .08); }
.services-hub__card img { width: 100%; height: 220px; object-fit: cover; }
.services-hub__card div { padding: 24px 24px 10px; }
.services-hub__card h3 { color: #102f24; font-size: 23px; line-height: 1.2; margin-bottom: 12px; }
.services-hub__card p { color: #49665b; line-height: 1.65; }
.service-link { margin: auto 24px 24px; color: var(--color-accent); font-weight: 700; }

/* ==============================
   Shared service hero
   ============================== */
.service-hero { padding: 82px 0 72px; background: linear-gradient(135deg, #eef7f0 0%, #f8fbf7 58%, #fff 100%); }
.service-hero__grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(420px, .9fr); gap: 48px; align-items: center; }
.service-breadcrumb { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 22px; color: #5d756b; font-size: 14px; }
.service-breadcrumb a { color: var(--color-accent); }
.service-breadcrumb a::after { content: "/"; margin-left: 8px; color: #9aae9f; }
.service-hero h1 { color: #102f24; font-size: clamp(38px, 5vw, 64px); line-height: 1.04; margin-bottom: 20px; letter-spacing: -.03em; }
.service-hero p { color: #49665b; font-size: 19px; line-height: 1.7; max-width: 680px; }
.service-hero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.service-hero__media { border-radius: 34px; overflow: hidden; box-shadow: 0 24px 70px rgba(16, 47, 36, .16); background: #dfeae2; }
.service-hero__media img { width: 100%; height: 460px; object-fit: cover; display: block; }
.service-note { margin: 20px 0 0; padding: 18px 20px; border-left: 5px solid #ffd200; border-radius: 18px; background: #fff; color: #102f24; box-shadow: 0 14px 35px rgba(16, 47, 36, .08); }

/* ==============================
   Service overview
   ============================== */
.service-overview { padding: 68px 0; background: #fff; }
.service-overview__grid { display: grid; grid-template-columns: .82fr 1fr; gap: 54px; align-items: start; }

/* ==============================
   Service benefits
   ============================== */
.service-benefits { padding: 72px 0; background: #f3f8f4; }
.service-benefits__grid,
.service-split { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.service-benefits__grid article,
.service-split article,
.service-process__steps article,
.service-detail-grid article { background: #fff; border: 1px solid rgba(74, 171, 61, .16); border-radius: 26px; padding: 26px; box-shadow: 0 16px 40px rgba(16, 47, 36, .07); }
.service-benefits h3,
.service-split h2,
.service-process h3 { color: #102f24; margin-bottom: 10px; }
.service-benefits p,
.service-split p,
.service-process p { color: #49665b; line-height: 1.65; }

/* ==============================
   Service process
   ============================== */
.service-process { padding: 72px 0; background: #fff; }
.service-process__steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.service-process__steps b { display: inline-flex; margin-bottom: 18px; color: var(--color-accent); font-size: 28px; }

/* ==============================
   Service detail cards
   ============================== */
.service-details { padding: 68px 0; background: #f8fbf7; }
.service-detail-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 16px; }
.service-detail-grid article { font-weight: 700; color: #102f24; }
.service-links { display: flex; flex-wrap: wrap; gap: 12px; }
.service-links a { padding: 12px 18px; border-radius: 999px; background: #fff; color: var(--color-accent); font-weight: 700; box-shadow: 0 10px 25px rgba(16, 47, 36, .06); }

/* ==============================
   Service FAQ
   ============================== */
.service-faq { padding: 72px 0; background: #fff; }
.service-faq details { background: #f8fbf7; border: 1px solid rgba(74, 171, 61, .16); border-radius: 22px; padding: 20px 24px; margin-bottom: 14px; }
.service-faq summary { cursor: pointer; color: #102f24; font-weight: 800; font-size: 18px; }
.service-faq details p { margin: 14px 0 0; color: #49665b; line-height: 1.65; }

/* ==============================
   Service CTA
   ============================== */
.service-cta { padding: 72px 0 82px; background: #f3f8f4; }
.service-cta__inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 34px; border-radius: 30px; background: #102f24; box-shadow: 0 22px 60px rgba(16, 47, 36, .18); }
.service-cta h2,
.service-cta p { color: #fff; }
.service-cta p { opacity: .82; max-width: 680px; }

/* ==============================
   Service responsive
   ============================== */
@media (max-width: 991px) {
  .service-hero__grid,
  .service-overview__grid,
  .service-split { grid-template-columns: 1fr; }
  .services-hub__grid,
  .service-benefits__grid,
  .service-process__steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .service-detail-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .service-hero__media img { height: 340px; }
  .service-cta__inner { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 575px) {
  .service-hero { padding: 54px 0 48px; }
  .service-overview,
  .service-benefits,
  .service-process,
  .service-details,
  .service-faq,
  .service-cta,
  .services-hub__grid-section { padding: 48px 0; }
  .services-hub__grid,
  .service-benefits__grid,
  .service-process__steps,
  .service-detail-grid { grid-template-columns: 1fr; }
  .service-hero__grid { gap: 28px; }
  .service-hero__media img { height: 290px; }
  .services-hub__card img { height: 210px; }
  .service-hero__actions .btn,
  .service-cta .btn { width: 100%; justify-content: center; }
  .service-cta__inner { padding: 26px; border-radius: 24px; }
}


/* Mobile typography audit overrides (section-specific) */
@media (max-width: 480px) {
  .service-split > article > h2 {
    font-size: clamp(26px, 7.5vw, 32px);
    line-height: 1.14;
    letter-spacing: -0.02em;
  }

  .service-benefits__grid > article > h3,
  .service-process__steps > article > h3 {
    font-size: clamp(22px, 6vw, 28px);
    line-height: 1.16;
    letter-spacing: -0.02em;
  }

  .service-lead__content > h2,
  .calculator-tools__intro > h2,
  .conversion-form-card__intro > h2,
  .conversion-note > h2,
  .calculator-shell__intro > h2,
  .trust-split > div > h2,
  .trust-section > .container > h2,
  .project-case-section > .container > h2,
  .project-case-section__grid > article > h2,
  .project-case-cta h2 {
    font-size: clamp(28px, 7.5vw, 34px);
    line-height: 1.12;
    letter-spacing: -0.02em;
  }
}

/* ==============================
   Conversion pages
   Consultation form
   Calculator shell
   Calculator result
   Contact page
   Thank-you page
   Conversion responsive
   ============================== */
.conversion-page{background:#f3f8f4;color:#29443a;overflow:hidden}.conversion-section{padding:70px 0}.conversion-section--soft{background:#eaf4ed}.conversion-section--compact{padding:58px 0}.conversion-kicker{display:inline-flex;margin-bottom:14px;color:var(--color-accent);font-weight:700;letter-spacing:.04em;text-transform:uppercase;font-size:13px}.conversion-breadcrumb{display:flex;gap:10px;align-items:center;margin-bottom:24px;color:#5f766c;font-size:14px}.conversion-breadcrumb a{color:var(--color-accent)}.conversion-hero{padding:54px 0 70px;background:linear-gradient(135deg,#eef7f0 0%,#f8fbf8 100%)}.conversion-hero__grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,520px);gap:44px;align-items:center}.conversion-hero h1{font-size:clamp(36px,5vw,58px);line-height:1.03;color:#0b3d2b;margin-bottom:20px}.conversion-hero p{font-size:18px;line-height:1.65;max-width:680px}.conversion-hero__media{margin:0;border-radius:32px;overflow:hidden;box-shadow:0 24px 70px rgba(0,54,33,.16);height:450px}.conversion-hero__media img{width:100%;height:100%;object-fit:cover}.btn__calculator{background:#FFD200;color:#173326;border:0;box-shadow:0 12px 28px rgba(255,210,0,.28)}.btn__calculator:hover{background:#f1c500;color:#173326}.conversion-form-card,.conversion-note,.conversion-contact-card,.calculator-shell,.conversion-success__card{background:#fff;border:1px solid rgba(1,134,64,.1);border-radius:28px;box-shadow:0 18px 55px rgba(15,61,43,.09)}.conversion-form-card{padding:34px}.conversion-form-card--wide{max-width:1040px;margin:0 auto}.conversion-form-card__intro{max-width:720px;margin-bottom:24px}.conversion-form-card h2,.conversion-note h2,.calculator-shell h2,.conversion-contact-card h2{color:#0b3d2b}.conversion-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 20px}.conversion-form-grid--lead{margin-bottom:20px}.conversion-form-grid__full{grid-column:1/-1}.conversion-form .form-group,.conversion-form-card .form-group{margin-bottom:0}.conversion-form-card label{display:block;margin-bottom:8px;color:#153d2d;font-weight:600}.conversion-form-card .form-control{min-height:50px;border-radius:14px;border:1px solid #d8e6dd;background:#fbfdfb}.conversion-form-card textarea.form-control{min-height:116px}.conversion-form-card .form-control:focus{border-color:var(--color-accent);box-shadow:0 0 0 4px rgba(74,171,61,.16)}.conversion-form-card__actions{display:flex;gap:18px;align-items:center;margin-top:24px}.conversion-privacy{margin:0;color:#63776e;font-size:14px}.conversion-steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.conversion-steps article{background:#fff;border-radius:24px;padding:26px;box-shadow:0 12px 35px rgba(15,61,43,.08)}.conversion-steps span{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:var(--color-accent);color:#fff;font-weight:700;margin-bottom:16px}.conversion-steps h2,.conversion-steps h3{font-size:21px;color:#0b3d2b;margin-bottom:10px}.conversion-info-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.conversion-note{padding:30px}.conversion-note ul{margin:0 0 14px 18px}.conversion-note li{margin-bottom:8px}.conversion-inline-link,.conversion-link-row a{color:var(--color-accent);font-weight:700}.conversion-link-row{display:flex;gap:14px;flex-wrap:wrap;margin-top:18px}.conversion-faq{background:#fff;border-radius:28px;padding:30px;box-shadow:0 18px 55px rgba(15,61,43,.08)}.conversion-faq details{border-top:1px solid #dfeae3;padding:16px 0}.conversion-faq summary{cursor:pointer;color:#0b3d2b;font-weight:700}.conversion-contact-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.conversion-contact-card{padding:24px}.conversion-contact-card svg{width:36px;height:36px;margin-bottom:18px;fill:none;stroke:var(--color-accent);stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.conversion-contact-card h2{font-size:20px}.conversion-contact-card a{color:var(--color-accent);font-weight:700}.calculator-shell{padding:30px;margin-bottom:28px}.calculator-shell__intro{max-width:780px;margin-bottom:24px}.calculator-shell .solar-calculator__layout{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(320px,.75fr);gap:24px}.calculator-shell .solar-calculator__card,.calculator-shell .solar-calculator__summary{box-shadow:none;border:1px solid #e0ece5;border-radius:24px}.calculator-shell .solar-calculator__progress-bar{background:#FFD200}.calculator-shell .solar-calculator__option{border-radius:18px;min-height:64px}.calculator-shell .solar-calculator__option.is-selected{border-color:#FFD200;box-shadow:0 0 0 4px rgba(255,210,0,.22)}.calculator-shell .solar-calculator__next{background:#FFD200;color:#173326}.calculator-result{background:#fbfdfb}.calculator-shell__disclaimer{display:block;margin:24px 0 0;padding:18px;border-radius:18px;background:#fff9d8;border-color:rgba(255,210,0,.55);box-shadow:none}.conversion-list-columns{columns:2}.conversion-success{min-height:calc(100vh - 120px);padding:70px 0;background:linear-gradient(135deg,#eef7f0,#f9fcfa);display:flex;align-items:center}.conversion-success__card{display:grid;grid-template-columns:minmax(0,1fr) 420px;gap:34px;align-items:center;padding:36px}.conversion-success__icon{display:grid;place-items:center;width:58px;height:58px;border-radius:50%;background:var(--color-accent);color:#fff;font-size:30px;font-weight:700;margin-bottom:18px}.conversion-success h1{color:#0b3d2b;font-size:clamp(34px,5vw,54px)}.conversion-success__media{height:390px;border-radius:26px;overflow:hidden;margin:0}.conversion-success__media img{width:100%;height:100%;object-fit:cover}.conversion-success__actions{display:flex;gap:14px;flex-wrap:wrap;margin:24px 0 12px}.conversion-steps--compact{grid-template-columns:repeat(3,1fr);gap:12px}.conversion-steps--compact article{padding:18px}.conversion-steps--compact h2{font-size:17px}
@media (max-width:991px){.conversion-hero__grid,.calculator-shell .solar-calculator__layout,.conversion-info-grid,.conversion-success__card{grid-template-columns:1fr}.conversion-contact-grid{grid-template-columns:repeat(2,1fr)}.conversion-hero__media{height:320px}.conversion-section{padding:58px 0}.conversion-success__media{height:300px;order:-1}}
@media (max-width:575px){.conversion-hero{padding:34px 0 48px}.conversion-hero__media{height:290px;border-radius:24px}.conversion-form-card,.conversion-note,.calculator-shell,.conversion-success__card{padding:22px;border-radius:22px}.conversion-form-grid,.conversion-steps,.conversion-contact-grid,.conversion-steps--compact{grid-template-columns:1fr}.conversion-form-card__actions{display:block}.conversion-form-card__actions .btn{width:100%;margin-bottom:12px}.conversion-contact-grid{gap:14px}.conversion-list-columns{columns:1}.conversion-success{padding:34px 0}.conversion-success__media{height:260px}.conversion-success__actions .btn{width:100%;justify-content:center}.conversion-page .btn{min-height:46px}.conversion-form-card .form-control{min-height:50px}}

/* ==============================
   Trust pages
   ============================== */
.trust-page,.gallery-page,.faq-page,.project-case{background:#f3f8f4;color:#29443a;overflow:hidden}.trust-section,.project-case-section{padding:68px 0}.trust-section--soft,.project-case-section--soft{background:#eaf4ed}.trust-kicker{display:inline-flex;margin-bottom:12px;color:var(--color-accent);font-size:13px;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.trust-breadcrumb{display:flex;align-items:center;flex-wrap:wrap;gap:9px;margin-bottom:22px;color:#61766d;font-size:14px}.trust-breadcrumb a{color:var(--color-accent);font-weight:700}.trust-hero{padding:50px 0 66px;background:linear-gradient(135deg,#eef7f0 0%,#fbfdfb 100%)}.trust-hero__grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(340px,520px);gap:44px;align-items:center}.trust-hero h1,.project-case-hero h1{color:#0b3d2b;font-size:clamp(36px,5vw,58px);line-height:1.04;margin-bottom:18px}.trust-hero p,.project-case-hero p,.trust-lead{font-size:18px;line-height:1.65;max-width:760px}.trust-actions{display:flex;flex-wrap:wrap;gap:14px;align-items:center;margin-top:24px}.trust-hero__media,.project-case-hero figure{margin:0;height:470px;border-radius:32px;overflow:hidden;box-shadow:0 24px 70px rgba(0,54,33,.16)}.trust-hero__media img,.project-case-hero figure img{width:100%;height:100%;object-fit:cover}.trust-split{display:grid;grid-template-columns:minmax(0,.95fr) minmax(360px,1fr);gap:34px;align-items:start}.trust-split h2,.trust-section h2,.project-case-section h2,.project-case-cta h2{color:#0b3d2b}.trust-card-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.trust-card-grid article,.about-principles article,.faq-group,.project-case-section__grid article{background:#fff;border:1px solid rgba(1,134,64,.1);border-radius:26px;padding:28px;box-shadow:0 14px 42px rgba(15,61,43,.08)}.trust-card-grid ul{margin:0 0 0 18px}.trust-card-grid li{margin-bottom:9px}

/* ==============================
   About page
   ============================== */
.about-stats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.about-stats article,.project-case-stats article{background:#fff;border:1px solid rgba(1,134,64,.1);border-radius:22px;padding:22px;box-shadow:0 12px 35px rgba(15,61,43,.07)}.about-stats b{display:block;color:var(--color-accent);font-size:clamp(28px,4vw,40px);line-height:1.1}.about-stats span,.project-case-stats span{color:#61766d;font-weight:600}.about-principles{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.about-principles h3{color:#0b3d2b;font-size:20px}

/* ==============================
   Gallery
   ============================== */
.gallery-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.gallery-grid figure{position:relative;margin:0;border-radius:24px;overflow:hidden;background:#fff;box-shadow:0 14px 42px rgba(15,61,43,.09)}.gallery-grid img{width:100%;height:260px;object-fit:cover;display:block}.gallery-grid--compact img{border-radius:24px;box-shadow:0 14px 42px rgba(15,61,43,.09)}.gallery-grid figcaption{position:absolute;left:14px;right:14px;bottom:14px;padding:12px 14px;border-radius:16px;background:rgba(255,255,255,.92);color:#0b3d2b;font-weight:800}.gallery-grid figcaption span{display:block;color:var(--color-accent);font-size:12px;text-transform:uppercase;letter-spacing:.04em}

/* ==============================
   FAQ page
   ============================== */
.faq-groups{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.faq-group h2{font-size:22px;margin-bottom:14px;color:#0b3d2b}.faq-group details{border-top:1px solid #dfeae3;padding:16px 0}.faq-group details:first-of-type{border-top:0}.faq-group summary{cursor:pointer;color:#0b3d2b;font-weight:800;list-style:none;outline:0}.faq-group summary::-webkit-details-marker{display:none}.faq-group summary:after{content:'⌄';float:right;color:var(--color-accent);transition:transform .2s ease}.faq-group details[open] summary:after{transform:rotate(180deg)}.faq-group summary:focus-visible{box-shadow:0 0 0 4px rgba(74,171,61,.2);border-radius:10px}.faq-group p{margin:12px 0 0;line-height:1.65}

/* ==============================
   Project case study
   ============================== */
.project-case-hero{padding:48px 0 64px;background:linear-gradient(135deg,#eef7f0,#fbfdfb)}.project-case-hero__grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(380px,540px);gap:42px;align-items:center}.project-case-hero figure{height:520px}.project-case-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin:22px 0}.project-case-stats--hero{grid-template-columns:repeat(2,minmax(0,1fr));max-width:680px}.project-case-stats b{display:block;margin-top:6px;color:#0b3d2b;font-size:20px}.project-case-section__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.project-case-gallery{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.project-case-gallery img{width:100%;height:260px;object-fit:cover;border-radius:22px;box-shadow:0 14px 42px rgba(15,61,43,.09)}

/* ==============================
   Project related cards
   ============================== */
.project-related{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.project-related article{overflow:hidden;background:#fff;border:1px solid rgba(1,134,64,.1);border-radius:26px;box-shadow:0 14px 42px rgba(15,61,43,.08)}.project-related img{width:100%;height:220px;object-fit:cover}.project-related div{padding:22px}.project-related span{color:var(--color-accent);font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.04em}.project-related h3{color:#0b3d2b;font-size:21px}.project-related a{color:var(--color-accent);font-weight:800}.project-case-cta{padding:66px 0 78px;background:#f3f8f4}.project-case-cta__inner{display:flex;align-items:center;justify-content:space-between;gap:28px;padding:34px;border-radius:30px;background:#102f24;box-shadow:0 22px 60px rgba(16,47,36,.18)}.project-case-cta h2,.project-case-cta p{color:#fff}.project-case-cta p{opacity:.82;margin:0}.project-case-cta .trust-actions{margin-top:0}

/* ==============================
   Trust responsive
   ============================== */
@media (max-width:991px){.trust-hero__grid,.trust-split,.project-case-hero__grid,.project-case-section__grid{grid-template-columns:1fr}.about-principles,.gallery-grid,.project-case-gallery,.project-related{grid-template-columns:repeat(2,minmax(0,1fr))}.faq-groups,.trust-card-grid{grid-template-columns:1fr}.trust-hero__media,.project-case-hero figure{height:320px}.project-case-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.project-case-cta__inner{flex-direction:column;align-items:flex-start}}
@media (max-width:575px){.trust-hero,.project-case-hero{padding:34px 0 48px}.trust-section,.project-case-section,.project-case-cta{padding:48px 0}.trust-hero__media,.project-case-hero figure{height:290px;border-radius:24px}.about-stats,.about-principles,.gallery-grid,.project-case-gallery,.project-related,.project-case-stats,.project-case-stats--hero{grid-template-columns:1fr}.gallery-grid img,.project-case-gallery img{height:240px}.trust-actions .btn,.project-case-cta .btn{width:100%;justify-content:center}.project-case-cta__inner{padding:26px;border-radius:24px}.trust-card-grid article,.about-principles article,.faq-group,.project-case-section__grid article{padding:22px;border-radius:22px}}

/* Privacy page */
.privacy-page { background:#f6fbf8; color:#254136; }
.privacy-hero { padding:52px 0 42px; background:linear-gradient(135deg,#063d2b 0%,#0c6b49 100%); color:#fff; }
.privacy-hero__grid { display:grid; grid-template-columns:minmax(0,1fr) 430px; gap:36px; align-items:center; }
.privacy-hero__eyebrow { display:inline-flex; color:#ffd34d; font-weight:700; letter-spacing:.04em; text-transform:uppercase; font-size:13px; }
.privacy-hero h1 { color:#fff; font-size:46px; line-height:1.12; margin:12px 0 14px; }
.privacy-hero p, .privacy-breadcrumb a, .privacy-breadcrumb .active { color:rgba(255,255,255,.84); }
.privacy-hero img { width:100%; max-height:300px; object-fit:cover; border-radius:26px; box-shadow:0 24px 60px rgba(0,0,0,.22); }
.privacy-updated { font-weight:700; margin-top:16px; }

/* Privacy navigation */
.privacy-content { padding:54px 0 64px; }
.privacy-shell { max-width:1040px; margin:0 auto; display:grid; grid-template-columns:260px minmax(0,1fr); gap:28px; align-items:start; }
.privacy-nav { position:sticky; top:110px; padding:20px; border:1px solid rgba(1,134,64,.14); border-radius:22px; background:#fff; display:grid; gap:10px; box-shadow:0 18px 45px rgba(6,61,43,.07); }
.privacy-nav strong { color:#12382a; font-size:18px; }
.privacy-nav a { color:var(--color-accent); font-weight:600; }

/* Privacy content */
.privacy-card { padding:34px; border:1px solid rgba(74,171,61,.16); border-radius:26px; background:#fff; box-shadow:0 18px 45px rgba(6,61,43,.07); }
.privacy-card h2 { color:#12382a; font-size:28px; margin:32px 0 12px; }
.privacy-card h2:first-child { margin-top:0; }
.privacy-card p { font-size:17px; line-height:1.75; color:#456258; }
.privacy-links { margin-top:28px; display:flex; gap:12px; flex-wrap:wrap; }

/* Privacy responsive */
@media (max-width: 991px) { .privacy-hero__grid, .privacy-shell { grid-template-columns:1fr; } .privacy-nav { position:static; } .privacy-hero h1 { font-size:38px; } .privacy-hero img { max-height:290px; } }
@media (max-width: 575px) { .privacy-hero { padding:42px 0 34px; } .privacy-hero h1 { font-size:30px; } .privacy-hero img { max-height:260px; border-radius:20px; } .privacy-content { padding:38px 0 48px; } .privacy-card { padding:24px 20px; } .privacy-card h2 { font-size:23px; } .privacy-card p { font-size:16px; } }

/* Service lead form */
.service-lead { padding: 68px 0; background: linear-gradient(135deg, #f3f8f4 0%, #ffffff 100%); }
.service-lead__grid { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: 34px; align-items: start; }
.service-lead__content { position: sticky; top: 96px; }
.service-lead__content h2 { color: #0b3d2b; font-size: clamp(30px, 3.4vw, 44px); line-height: 1.12; margin-bottom: 18px; }
.service-lead__content p { color: #49665b; font-size: 17px; line-height: 1.68; margin-bottom: 22px; }
.service-lead__list { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.service-lead__list li { position: relative; padding-left: 28px; color: #29443a; font-weight: 600; }
.service-lead__list li::before { content: ''; position: absolute; left: 0; top: .72em; width: 10px; height: 10px; border-radius: 50%; background: var(--color-accent); box-shadow: 0 0 0 5px rgba(74, 171, 61, .16); }
.service-lead__card { padding: 28px; box-shadow: 0 22px 60px rgba(15, 61, 43, .11); }
.service-lead__card .conversion-form-card__actions { align-items: flex-start; }
.service-lead__card .btn__primary { background: var(--color-accent); border-color: var(--color-accent); color: #fff; }
.service-lead__card .btn__primary:hover { background: #026f36; border-color: #026f36; color: #fff; }

/* Service lead responsive */
@media (max-width: 991px) {
  .service-lead__grid { grid-template-columns: 1fr; gap: 26px; }
  .service-lead__content { position: static; }
}
@media (max-width: 575px) {
  .service-lead { padding: 48px 0; overflow: hidden; }
  .service-lead__card { padding: 22px; border-radius: 22px; }
  .service-lead__card .conversion-form-card__actions { display: block; }
  .service-lead__card .conversion-form-card__actions .btn { width: 100%; justify-content: center; margin-bottom: 12px; }
}

/* Prime Energy shared submit buttons */
.pe-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 26px;
  max-width: 100%;
  border: 0;
  border-radius: 15px;
  font: inherit;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition:
    background-color 180ms ease,
    transform 180ms ease,
    box-shadow 180ms ease;
}

.pe-btn > span {
  white-space: nowrap;
}

.pe-icon {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.pe-btn--primary {
  background: var(--color-accent);
  color: #fff;
  box-shadow: 0 12px 28px rgba(1, 134, 64, 0.18);
}

.pe-btn--primary:hover {
  background: #016f36;
  color: #fff;
  transform: translateY(-1px);
}

.pe-btn--primary:focus-visible {
  outline: 3px solid rgba(255, 210, 0, 0.75);
  outline-offset: 3px;
}

.pe-btn--block {
  width: 100%;
}

.service-lead .conversion-form-card__actions {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.service-lead .conversion-form-card__actions .pe-btn {
  flex: 0 0 auto;
  min-width: 220px;
}

.service-lead .conversion-privacy {
  flex: 1 1 280px;
  margin: 0;
}

@media (max-width: 575px) {
  .pe-btn--block,
  .conversion-form-card__actions .pe-btn {
    width: 100%;
  }

  .service-lead .conversion-form-card__actions {
    display: flex;
    align-items: center;
    gap: 12px;
  }

  .service-lead .conversion-form-card__actions .pe-btn {
    min-width: 0;
  }

  .service-lead .conversion-privacy {
    flex: 1 1 100%;
  }

  .pe-btn > span {
    white-space: normal;
  }
}

/* Native select controls */
select.form-control,
.conversion-form-card select.form-control {
  min-height: 52px;
  border: 1px solid #d7e5dd;
  border-radius: 14px;
  background-color: #fff;
  color: inherit;
  font: inherit;
  padding-right: 46px;
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%235f766c' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 18px center;
  background-size: 16px 16px;
}

select.form-control:focus,
.conversion-form-card select.form-control:focus {
  border-color: var(--color-accent);
  box-shadow: 0 0 0 4px rgba(1, 134, 64, 0.12);
}

select.form-control:disabled,
.conversion-form-card select.form-control:disabled {
  color: #7a8d84;
  background-color: #f4f8f5;
  opacity: 1;
}

/* Details and summary controls */
details > summary {
  position: relative;
  list-style: none;
  padding-right: 48px;
}

details > summary::-webkit-details-marker {
  display: none;
}

details > summary::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 18px;
  height: 18px;
  transform: translateY(-50%);
  transition: transform 180ms ease;
  background: #173f31;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") center / contain no-repeat;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") center / contain no-repeat;
}

details[open] > summary::after {
  transform: translateY(-50%) rotate(180deg);
}

details > summary:focus-visible {
  outline: 3px solid rgba(1, 134, 64, 0.18);
  outline-offset: 4px;
  border-radius: 10px;
}

.faq-group summary:after {
  content: "";
  float: none;
}

/* Arrow text links */
.pe-link-arrow {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #173f31;
  font-weight: 650;
  text-decoration: none;
}

.pe-link-arrow:hover {
  color: var(--color-accent);
}

.pe-link-arrow__icon {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 180ms ease;
}

.pe-link-arrow:hover .pe-link-arrow__icon {
  transform: translateX(2px);
}

/* Scroll-to-top control */
#scrollTopBtn {
  right: 24px;
  bottom: 112px;
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 14px;
  background: var(--color-accent);
  color: #fff;
  box-shadow: 0 14px 34px rgba(1, 70, 36, 0.24);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

#scrollTopBtn::before,
#scrollTopBtn::after {
  content: none;
}

#scrollTopBtn .pe-icon {
  width: 20px;
  height: 20px;
}

#scrollTopBtn:focus-visible {
  outline: 3px solid rgba(255, 210, 0, 0.8);
  outline-offset: 3px;
}

@media (max-width: 575px) {
  #scrollTopBtn {
    display: none;
  }
}

/* Calculator tool selector and battery autonomy calculator */
.calculator-panel[hidden] { display: none !important; }
.calculator-tools { padding-bottom: 0; }
.calculator-tools__intro { text-align: center; max-width: 780px; margin: 0 auto 26px; }
.calculator-tools__intro h2 { color: #063f2b; margin: 8px 0 0; }
.calculator-tool-tabs { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.calculator-tool-tab { width: 100%; min-height: 142px; padding: 26px; border: 2px solid rgba(74, 171, 61, .28); border-radius: 20px; background: #fff; color: #063f2b; text-align: left; cursor: pointer; transition: border-color .2s ease, background .2s ease, transform .2s ease; }
.calculator-tool-tab:hover, .calculator-tool-tab:focus-visible { border-color: var(--color-accent); transform: translateY(-2px); outline: none; }
.calculator-tool-tab.is-active { background: #FFD200; border-color: var(--color-accent); color: #063f2b; }
.calculator-tool-tab span { display: block; font-size: 22px; line-height: 1.2; font-weight: 700; margin-bottom: 10px; }
.calculator-tool-tab small { display: block; color: inherit; font-size: 15px; line-height: 1.5; }
.calculator-shell--autonomy { background: #f4f8f5; border-radius: 24px; padding: 28px; }
.autonomy-layout { display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: 24px; align-items: start; }
.autonomy-workspace { display: grid; gap: 18px; min-width: 0; }
.autonomy-card, .autonomy-result { background: #fff; border: 1px solid rgba(74, 171, 61, .22); border-radius: 20px; padding: 22px; box-shadow: 0 8px 20px rgba(6, 63, 43, .045); }
.autonomy-card h3, .autonomy-result h2 { color: #063f2b; margin-bottom: 16px; }
.autonomy-battery-grid { display: flex; flex-wrap: wrap; gap: 10px; }
.autonomy-battery-option { min-height: 44px; width: auto; border: 1px solid rgba(74, 171, 61, .36); border-radius: 12px; padding: 0 14px; background: #fff; color: #063f2b; font-weight: 700; cursor: pointer; box-shadow: none; }
.autonomy-battery-option.is-selected { background: #FFD200; border-color: var(--color-accent); color: #063f2b; }
.autonomy-group + .autonomy-group { margin-top: 36px; }
.autonomy-group h4 { color: var(--color-accent); font-size: 18px; line-height: 1.25; margin: 0 0 5px; }
.autonomy-group__subtitle { color: #51665b; font-size: 14px; line-height: 1.45; margin: 0 0 14px; max-width: 720px; }
.autonomy-appliance-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.autonomy-appliance-card { position: relative; display: flex; flex-direction: column; gap: 8px; min-width: 0; min-height: 126px; width: 100%; border: 1px solid rgba(74, 171, 61, .2); border-radius: 16px; padding: 14px; background: #fff; color: #063f2b; text-align: left; cursor: pointer; box-shadow: none; transition: border-color .2s ease, background .2s ease; }
.autonomy-appliance-card:hover, .autonomy-appliance-card:focus-visible { border-color: var(--color-accent); outline: none; }
.autonomy-appliance-card.is-selected { background: #f0fbf4; border-color: var(--color-accent); }
.autonomy-appliance-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 8px; }
.autonomy-check { display: none; flex: 0 0 auto; align-items: center; justify-content: center; width: 22px; height: 22px; border-radius: 50%; border: 1px solid var(--color-accent-border); background: var(--color-accent); color: var(--color-accent-text); font-size: 13px; font-weight: 800; line-height: 1; }
.autonomy-appliance-card.is-selected .autonomy-check { display: inline-flex; }
.autonomy-icon { flex: 0 0 auto; width: 30px; height: 30px; color: var(--color-accent); fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.autonomy-appliance-title { display: block; margin: 0; font-size: 17px; line-height: 1.25; font-weight: 700; color: #063f2b; }
.autonomy-appliance-meta { display: block; margin: 0; color: #51665b; font-size: 14px; line-height: 1.35; }
.autonomy-warning-badge { display: inline-flex; width: fit-content; padding: 3px 8px; border-radius: 999px; background: rgba(255, 210, 0, .28); color: #063f2b; font-size: 11px; line-height: 1.2; font-weight: 700; }

.autonomy-result { position: sticky; top: 112px; }
.autonomy-runtime { margin: 10px 0 18px; padding: 18px; border-radius: 18px; background: #FFD200; color: #063f2b; font-size: 32px; font-weight: 800; text-align: center; }
.autonomy-result-grid { display: grid; gap: 10px; }
.autonomy-result-grid div, .autonomy-required { display: grid; gap: 3px; padding: 12px; border-radius: 14px; background: #f4f8f5; }
.autonomy-result-grid span, .autonomy-required span { color: #51665b; font-size: 13px; }
.autonomy-result-grid strong { color: #063f2b; }
.autonomy-required { margin-top: 12px; }
.autonomy-warnings { margin-top: 12px; }
.autonomy-warnings p, .autonomy-empty { margin: 0 0 8px; color: #51665b; }
@media (max-width: 1199px) { .autonomy-appliance-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (max-width: 991px) { .autonomy-layout { grid-template-columns: 1fr; } .autonomy-result { position: static; } }
@media (max-width: 899px) { .autonomy-appliance-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 575px) { .calculator-tool-tabs { grid-template-columns: 1fr; } .calculator-tool-tab { min-height: 0; padding: 20px; } .calculator-shell--autonomy { padding: 16px; } .autonomy-appliance-card { padding: 14px; min-height: 118px; } .autonomy-icon { width: 26px; height: 26px; } }
@media (max-width: 360px) { .autonomy-appliance-grid { grid-template-columns: 1fr; } .autonomy-card, .autonomy-result { padding: 16px; } }
.solar-calculator__actions .pe-btn { min-width: 150px; justify-content: center; }

/* Homepage calculator tools and hybrid energy flow */
.home-tools { padding: 78px 0; background: #fff; }
.home-tools__heading, .home-energy-flow__heading { margin-bottom: 32px; }
.home-tools__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; align-items: stretch; }
.home-tool-card { display: grid; grid-template-columns: 76px minmax(0, 1fr); gap: 22px; min-height: 100%; padding: 30px; border: 1px solid rgba(6, 61, 43, 0.12); border-radius: 24px; box-shadow: 0 14px 34px rgba(6, 61, 43, 0.06); transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease; }
.home-tool-card:hover { transform: translateY(-2px); border-color: rgba(1, 134, 64, 0.22); box-shadow: 0 18px 40px rgba(6, 61, 43, 0.08); }
.home-tool-card--solar { background: #f1faf5; }
.home-tool-card--autonomy { background: #fff9df; border-color: rgba(169, 132, 0, 0.16); }
.home-tool-card__icon { width: 64px; height: 64px; display: grid; place-items: center; color: var(--color-accent); }
.home-tool-card__icon svg { width: 64px; height: 64px; }
.home-tool-card h3 { margin: 0 0 10px; color: var(--pe-dark); font-size: 25px; line-height: 1.18; letter-spacing: -0.03em; }
.home-tool-card p { margin: 0 0 16px; color: var(--pe-text); font-size: 15.5px; line-height: 1.6; }
.home-tool-card__list { display: grid; gap: 8px; margin: 0 0 20px; padding: 0; list-style: none; }
.home-tool-card__list li { display: flex; align-items: center; gap: 9px; margin: 0; color: #29483a; font-size: 14.5px; font-weight: 700; }
.home-tool-card__list svg { width: 16px; height: 16px; flex: 0 0 16px; fill: none; stroke: var(--color-accent); stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
.home-tool-card__link { margin-top: auto; color: var(--color-accent); font-weight: 900; }
.home-tool-card__content { display: flex; min-width: 0; flex-direction: column; }
.home-tool-card__link:focus-visible { outline: 3px solid rgba(74, 171, 61, 0.4); outline-offset: 4px; border-radius: 8px; }


.home-energy-flow { padding: 64px 0; background: #f4f8f5; }
.energy-flow { position: relative; display: grid; grid-template-columns: minmax(210px, 230px) 54px minmax(230px, 270px) 54px minmax(210px, 230px); grid-template-rows: auto 34px auto 34px auto; gap: 0; align-items: center; justify-content: center; min-height: 510px; padding: 28px; border: 1px solid rgba(6, 61, 43, 0.1); border-radius: 26px; background: linear-gradient(180deg, #fff 0%, #fbfdfb 100%); box-shadow: 0 14px 34px rgba(6, 61, 43, 0.065); }
.energy-flow__node { position: relative; z-index: 2; width: 100%; padding: 20px; border: 1px solid rgba(6, 61, 43, 0.12); border-radius: 20px; background: #fff; text-align: center; box-shadow: 0 8px 22px rgba(6, 61, 43, 0.045); }
.energy-flow__node--inverter { grid-column: 3; grid-row: 3; padding: 24px 22px; border-color: rgba(1, 134, 64, 0.42); border-width: 2px; border-radius: 24px; background: #edf8f1; box-shadow: 0 14px 30px rgba(1, 134, 64, 0.12), inset 0 0 0 2px rgba(1, 134, 64, 0.045); }
.energy-flow__node svg { width: 38px; height: 38px; margin-bottom: 10px; color: var(--color-accent); fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.energy-flow__node--inverter svg { width: 46px; height: 46px; color: #007a39; }
.energy-flow__node h3 { margin: 0 0 8px; color: var(--pe-dark); font-size: 17px; line-height: 1.22; }
.energy-flow__node--inverter h3 { font-size: 21px; letter-spacing: -0.02em; }
.energy-flow__node p { margin: 0; color: var(--pe-text); font-size: 13.5px; line-height: 1.45; }
.energy-flow__node--inverter p { font-size: 14.5px; line-height: 1.5; }
.energy-flow__hub-note, .energy-flow__node > span:not(.energy-flow__hub-note) { display: none; }
.energy-flow__node--solar { grid-column: 1; grid-row: 3; }
.energy-flow__node--grid { grid-column: 3; grid-row: 1; justify-self: center; max-width: 250px; }
.energy-flow__node--battery { grid-column: 3; grid-row: 5; justify-self: center; max-width: 250px; }
.energy-flow__node--home { grid-column: 5; grid-row: 3; }
.energy-flow__connector { position: relative; align-self: center; justify-self: stretch; z-index: 1; color: rgba(1, 134, 64, 0.58); stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; pointer-events: none; }
.energy-flow__connector--solar { grid-column: 2; grid-row: 3; width: 100%; height: 24px; }
.energy-flow__connector--home { grid-column: 4; grid-row: 3; width: 100%; height: 24px; }
.energy-flow__connector--grid { grid-column: 3; grid-row: 2; justify-self: center; width: 24px; height: 100%; }
.energy-flow__connector--battery { grid-column: 3; grid-row: 4; justify-self: center; width: 24px; height: 100%; }
.home-energy-flow__note { max-width: 900px; margin: 14px auto 0; color: var(--pe-text); font-size: 14px; line-height: 1.55; text-align: center; }

@media (max-width: 991.98px) {
  .home-tool-card { grid-template-columns: 1fr; gap: 16px; }
  .energy-flow { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: auto auto; gap: 16px; min-height: 0; padding: 22px; }
  .energy-flow__node { max-width: none; min-height: auto; padding: 18px; text-align: left; }
  .energy-flow__node--inverter { grid-column: 1 / -1; grid-row: 1; justify-self: center; max-width: 430px; text-align: center; }
  .energy-flow__node--solar, .energy-flow__node--grid, .energy-flow__node--battery, .energy-flow__node--home { grid-column: auto; grid-row: auto; }
  .energy-flow__hub-note { display: inline-block; margin-top: 12px; padding: 6px 10px; border-radius: 999px; background: rgba(1, 134, 64, 0.1); color: #0b5f35; font-size: 12px; font-weight: 800; line-height: 1.25; }
  .energy-flow__connector { display: none; }
}

@media (max-width: 767.98px) {
  .home-tools, .home-energy-flow { padding: 56px 0; }
  .home-tools__grid { grid-template-columns: 1fr; gap: 16px; }
  .home-tool-card { padding: 24px; border-radius: 22px; }
  .home-tool-card h3 { font-size: 22px; }
  .home-tool-card__icon, .home-tool-card__icon svg { width: 54px; height: 54px; }
  .energy-flow { padding: 18px; border-radius: 22px; }
  .energy-flow__node h3 { font-size: 17px; }
  .energy-flow__node p { font-size: 14px; }
  .energy-flow__node--inverter h3 { font-size: 20px; }
}

@media (max-width: 399px) {
  .energy-flow { grid-template-columns: 1fr; gap: 12px; }
  .energy-flow__node--inverter { grid-column: 1; }
  .energy-flow__node > span:not(.energy-flow__hub-note) { display: inline-block; margin-top: 10px; color: #0b5f35; font-size: 12px; font-weight: 800; line-height: 1.25; }
}

/* Blog compact hero */
.blog-hero { padding: 48px 0 58px; background: linear-gradient(135deg, #f4faf6 0%, #fffdf2 100%); }
.blog-hero__grid { display: grid; grid-template-columns: minmax(0, .45fr) minmax(0, .55fr); gap: 42px; align-items: center; }
.blog-hero__content { min-width: 0; }
.blog-breadcrumb { display: flex; flex-wrap: wrap; align-items: center; gap: 9px; margin-bottom: 22px; color: #668176; font-size: 14px; line-height: 1.4; }
.blog-breadcrumb a { color: var(--color-accent); font-weight: 700; }
.blog-hero h1 { margin: 0 0 18px; color: #0b3d2b; font-size: clamp(36px, 4.8vw, 58px); line-height: 1.04; letter-spacing: -.03em; }
.blog-hero p { max-width: 560px; margin: 0; color: #405b50; font-size: 18px; line-height: 1.65; }
.blog-hero__media { height: clamp(390px, 33vw, 460px); margin: 0; overflow: hidden; border-radius: 24px; box-shadow: 0 18px 48px rgba(6, 61, 43, .12); }
.blog-hero__media img { display: block; width: 100%; height: 100%; object-fit: cover; }

/* Blog topic tags */
.blog-topic-tags { display: flex; align-items: center; justify-content: center; gap: 14px 18px; margin: -8px auto 30px; flex-wrap: wrap; }
.blog-topic-tags__label { color: #12382a; font-size: 14px; font-weight: 800; }
.blog-topic-tags__list { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; }
.blog-topic-tag { display: inline-flex; align-items: center; min-height: 32px; padding: 6px 13px; border: 1px solid rgba(74, 171, 61, .2); border-radius: 999px; background: #f7fbf8; color: #49685c; font-size: 13px; font-weight: 700; line-height: 1.2; cursor: default; user-select: none; }

/* Autonomy method note */
.autonomy-method-note { display: grid; grid-template-columns: 28px minmax(0, 1fr); gap: 12px; margin-top: 16px; padding: 16px; border: 1px solid rgba(161, 178, 0, .24); border-radius: 16px; background: #fbfde9; color: #3f5148; }
.autonomy-method-note__icon { display: inline-grid; place-items: center; width: 28px; height: 28px; border: 1px solid rgba(74, 171, 61, .55); border-radius: 999px; color: var(--color-accent); font-size: 15px; font-weight: 800; font-style: italic; line-height: 1; }
.autonomy-method-note h3 { margin: 0 0 8px; color: #0b3d2b; font-size: 18px; line-height: 1.25; }
.autonomy-method-note p { max-width: 58ch; margin: 0 0 10px; color: #3f5148; font-size: 14px; line-height: 1.55; }
.autonomy-method-note ul { max-width: 58ch; margin: 0; padding-left: 18px; color: #3f5148; font-size: 14px; line-height: 1.5; }
.autonomy-method-note li + li { margin-top: 5px; }

/* Autonomy result hierarchy */
.autonomy-result { overflow: hidden; }
.autonomy-result__subtitle { margin: -8px 0 14px; color: #6d8178; font-size: 13px; line-height: 1.4; }
.autonomy-runtime { margin: 10px 0 16px; padding: 20px 16px; border: 1px solid rgba(255, 210, 0, .8); background: linear-gradient(135deg, #ffd200 0%, #ffe777 100%); font-size: clamp(36px, 4.3vw, 48px); line-height: 1.05; letter-spacing: -.04em; }
.autonomy-result-grid { gap: 0; border: 1px solid rgba(74, 171, 61, .16); border-radius: 16px; overflow: hidden; background: #fff; }
.autonomy-result-grid div { border-radius: 0; background: #fff; box-shadow: none; }
.autonomy-result-grid div + div { border-top: 1px solid rgba(74, 171, 61, .18); }
.autonomy-result-grid span { font-size: 12px; line-height: 1.35; }
.autonomy-result-grid strong { font-size: 17px; line-height: 1.25; }
.autonomy-result-grid div:nth-child(n+5) { background: #f8fbf8; padding-top: 10px; padding-bottom: 10px; }
.autonomy-result-grid div:nth-child(n+5) span { font-size: 11.5px; }
.autonomy-result-grid div:nth-child(n+5) strong { font-size: 14px; }
.autonomy-required { border: 1px solid rgba(74, 171, 61, .16); background: #f8fbf8; box-shadow: none; }
.autonomy-required strong { color: #0b3d2b; font-size: 14px; }
.autonomy-required span { font-size: 12.5px; }

@media (max-width: 991.98px) {
  .blog-hero { padding: 38px 0 48px; }
  .blog-hero__grid { grid-template-columns: 1fr; gap: 24px; }
  .blog-hero__media { height: 280px; border-radius: 22px; }
}
@media (max-width: 575px) {
  .blog-hero { padding: 30px 0 40px; }
  .blog-hero__media { height: 260px; }
  .blog-hero p { font-size: 16px; }
  .blog-topic-tags { justify-content: flex-start; margin: -2px 0 24px; }
  .blog-topic-tags__list { justify-content: flex-start; }
}
@media (max-width: 360px) {
  .blog-hero__media { height: 250px; }
  .blog-topic-tag { padding-inline: 11px; }
  .autonomy-method-note { grid-template-columns: 1fr; }
}

/* Calculator result metrics */
.calculator-result .calculator-result-metrics {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  margin-bottom: 14px;
}

.calculator-result .calculator-result-metric {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid #e4ece6;
}

.calculator-result .calculator-result-metric:first-child {
  padding-top: 0;
}

.calculator-result .calculator-result-metric__label {
  min-width: 0;
  color: #64746b;
  font-size: 13px;
  line-height: 1.35;
}

.calculator-result .calculator-result-metric__value {
  flex: 0 1 auto;
  min-width: 0;
  color: #1b1a1a;
  font-size: 19px;
  line-height: 1.2;
  text-align: right;
  overflow-wrap: anywhere;
}

.calculator-result .calculator-result-metric--accent .calculator-result-metric__value {
  color: #338d2b;
  font-size: 21px;
}

@media (max-width: 480px) {
  .calculator-result .calculator-result-metric {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }

  .calculator-result .calculator-result-metric__value {
    width: 100%;
    text-align: left;
  }
}


/* Quick contact phone-only form */
.quick-contact {
  padding: 28px 0;
  background: #f8fbf8;
}

.quick-contact__card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 520px);
  gap: 24px;
  align-items: center;
  padding: 26px;
  border: 1px solid rgba(74, 171, 61, .22);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 16px 42px rgba(11, 61, 43, .08);
}

.quick-contact__content h2 {
  margin: 6px 0 8px;
  color: #0b3d2b;
  font-size: clamp(24px, 2.4vw, 34px);
  line-height: 1.15;
}

.quick-contact__content p,
.quick-contact__privacy {
  margin: 0;
  color: #52645a;
}

.quick-contact__form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: end;
  min-width: 0;
}

.quick-contact__field { min-width: 0; }
.quick-contact__field label {
  display: block;
  margin-bottom: 7px;
  color: #0b3d2b;
  font-weight: 700;
}

.quick-contact__field .form-control {
  width: 100%;
  min-width: 0;
  border-color: rgba(74, 171, 61, .28);
  border-radius: 14px;
}

.quick-contact__submit {
  min-height: 48px;
  white-space: nowrap;
}

.quick-contact__privacy {
  grid-column: 1 / -1;
  font-size: 13px;
  line-height: 1.45;
}

.quick-contact__privacy a {
  color: var(--color-accent);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (max-width: 991.98px) {
  .quick-contact__card {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}

@media (max-width: 575px) {
  .quick-contact { padding: 22px 0; }
  .quick-contact__card {
    padding: 20px;
    border-radius: 20px;
  }
  .quick-contact__form { grid-template-columns: 1fr; }
  .quick-contact__submit { width: 100%; }
}

/* Targeted trust/contact refinements 20260719-26 */
.trust-hero .trust-actions .about-hero__consultation {
  background: #ffffff;
  color: #0b3d2b;
  border-color: var(--color-accent);
  box-shadow: 0 12px 28px rgba(74, 171, 61, .22);
}

.trust-hero .trust-actions .about-hero__consultation:hover,
.trust-hero .trust-actions .about-hero__consultation:focus-visible {
  background: #eaf4ed;
  color: #0b3d2b;
  border-color: #0b3d2b;
  box-shadow: 0 14px 32px rgba(74, 171, 61, .28);
}

.trust-numbered-list {
  list-style: none;
  counter-reset: trust-responsibility;
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
}

.trust-numbered-list li {
  counter-increment: trust-responsibility;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  margin: 0;
}

.trust-numbered-list li::before {
  content: counter(trust-responsibility, decimal-leading-zero);
  display: inline-grid;
  place-items: center;
  min-width: 44px;
  height: 34px;
  border-radius: 999px;
  background: #dff1e5;
  color: #0b3d2b;
  font-weight: 800;
  line-height: 1;
}

.gallery-grid--project-cards .gallery-project-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-width: 0;
}

.gallery-project-card__image {
  display: block;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 14px 42px rgba(15, 61, 43, .09);
}

.gallery-grid--compact .gallery-project-card__image img {
  border-radius: 0;
  box-shadow: none;
  transition: transform .25s ease;
}

.gallery-project-card__image:hover img,
.gallery-project-card__image:focus-visible img {
  transform: scale(1.03);
}

.gallery-project-card__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  margin-top: auto;
  padding: 12px 20px;
  border-radius: 999px;
  background: #ffd200;
  color: #012819;
  border: 1px solid #caa600;
  font-weight: 800;
  text-align: center;
  box-shadow: 0 12px 28px rgba(255, 210, 0, .26);
  box-sizing: border-box;
}

.gallery-project-card__button:hover,
.gallery-project-card__button:focus-visible {
  background: #e8bf00;
  color: #012819;
  border-color: #9f8300;
}

.gallery-project-card__button:active {
  background: #d7b100;
  color: #012819;
  border-color: #806900;
}

.conversion-social-icons {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 18px;
}

.conversion-social-icon {
  display: inline-grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #dff1e5;
  color: #0b3d2b;
  border: 1px solid rgba(74, 171, 61, .28);
  transition: background .2s ease, color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.conversion-social-icon svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.conversion-social-icon:first-child svg {
  fill: currentColor;
  stroke: none;
}

.conversion-social-icon:hover,
.conversion-social-icon:focus-visible {
  background: var(--color-accent);
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(74, 171, 61, .28);
}

@media (max-width: 575px) {
  .trust-hero .trust-actions {
    gap: 12px;
  }

  .trust-numbered-list li {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 10px;
  }

  .trust-numbered-list li::before {
    min-width: 38px;
    height: 30px;
    font-size: 13px;
  }

  .gallery-grid--project-cards {
    gap: 24px;
  }

  .gallery-project-card__button {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .homepage-hero-v2 {
    overflow: clip;
    padding: 76px 0 54px;
    background:
      radial-gradient(circle at 88% 12%, rgba(255, 210, 0, 0.24) 0 58px, transparent 59px),
      radial-gradient(circle at 12% 78%, rgba(74, 171, 61, 0.20), transparent 230px),
      linear-gradient(155deg, #f8fff8 0%, #edf8ee 52%, #dcf1df 100%);
  }

  .homepage-hero-v2::before {
    top: 54px;
    right: -145px;
    width: 320px;
    height: 320px;
    background: radial-gradient(circle, rgba(74, 171, 61, 0.22), rgba(74, 171, 61, 0));
  }

  .homepage-hero-v2::after {
    content: "";
    position: absolute;
    inset: 92px 16px auto auto;
    width: 94px;
    height: 94px;
    border-radius: 28px;
    border: 1px solid rgba(74, 171, 61, 0.16);
    background-image: linear-gradient(rgba(74, 171, 61, 0.12) 1px, transparent 1px), linear-gradient(90deg, rgba(74, 171, 61, 0.12) 1px, transparent 1px);
    background-size: 16px 16px;
    opacity: 0.55;
    pointer-events: none;
  }

  .homepage-hero-v2 .container {
    width: min(100% - 36px, 720px);
  }

  .homepage-hero-v2__grid {
    gap: 22px;
  }

  .homepage-hero-v2__content {
    position: relative;
    z-index: 2;
  }

  .homepage-hero-v2__eyebrow {
    margin-bottom: 16px;
    padding: 8px 12px 8px 10px;
    background: rgba(74, 171, 61, 0.14);
    color: #012819;
    font-size: 13px;
    letter-spacing: 0.1em;
  }

  .homepage-hero-v2__eyebrow::before {
    content: "";
    width: 9px;
    height: 9px;
    margin-right: 8px;
    border-radius: 50%;
    background: #ffd200;
    box-shadow: 0 0 0 5px rgba(255, 210, 0, 0.22);
  }

  .homepage-hero-v2__title {
    max-width: 10.5em;
    margin-bottom: 16px;
    color: #012819;
    font-size: clamp(36px, 10vw, 46px);
    line-height: 1.02;
    letter-spacing: -0.03em;
  }

  .homepage-hero-v2__subtitle {
    max-width: 31rem;
    margin-bottom: 22px;
    color: #244338;
    font-size: 18px;
    line-height: 1.5;
  }

  .homepage-hero-v2__actions {
    gap: 11px;
    margin-bottom: 18px;
  }

  .homepage-hero-v2__btn {
    min-height: 56px;
    padding: 0 20px;
    border-radius: 18px;
    font-size: 16px;
    gap: 9px;
  }

  .homepage-btn--calculator:not(.btn--brand-outline) {
    background: #ffd200;
    color: #012819;
    box-shadow: 0 14px 28px rgba(177, 139, 0, 0.18);
  }

  .homepage-hero-v2__btn--secondary:not(.btn--brand-yellow):not(.btn--brand-outline) {
    border-color: rgba(1, 40, 25, 0.12);
    background: #4aab3d;
    color: #012819;
    box-shadow: 0 14px 28px rgba(74, 171, 61, 0.18);
  }

  .homepage-hero-v2__btn:focus-visible {
    outline: 3px solid rgba(1, 40, 25, 0.9);
    outline-offset: 3px;
  }

  .homepage-hero-v2__mobile-proof {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin: 0 0 20px;
  }

  .homepage-hero-v2__mobile-proof li {
    min-height: 66px;
    padding: 10px 8px;
    border: 1px solid rgba(74, 171, 61, 0.26);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.74);
    box-shadow: 0 10px 22px rgba(1, 40, 25, 0.06);
  }

  .homepage-hero-v2__mobile-proof strong,
  .homepage-hero-v2__mobile-proof span {
    display: block;
    text-align: center;
  }

  .homepage-hero-v2__mobile-proof strong {
    color: #012819;
    font-size: 17px;
    line-height: 1.1;
  }

  .homepage-hero-v2__mobile-proof span {
    margin-top: 4px;
    color: #496357;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
  }

  .homepage-hero-v2__benefits {
    display: none;
  }

  .homepage-hero-v2__visual {
    min-height: 0;
    aspect-ratio: 5 / 4;
    border: 1px solid rgba(74, 171, 61, 0.25);
    border-radius: 28px;
    box-shadow: 0 22px 48px rgba(1, 40, 25, 0.18);
  }

  .homepage-hero-v2__visual::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 42%;
    background: linear-gradient(0deg, rgba(1, 40, 25, 0.42), rgba(1, 40, 25, 0));
    pointer-events: none;
  }

  .homepage-hero-v2__visual picture {
    display: block;
    width: 100%;
    height: 100%;
  }

  .homepage-hero-v2__visual img {
    object-position: center 62%;
  }

  .homepage-hero-v2__badges {
    right: auto;
    bottom: 14px;
    left: 14px;
    z-index: 2;
    width: min(255px, calc(100% - 28px));
  }

  .homepage-hero-v2__badge:not(.homepage-hero-v2__badge--mobile-photo) {
    display: none;
  }

  .homepage-hero-v2__badge--mobile-photo {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: auto;
    min-width: 0;
    padding: 10px 12px;
    border: 1px solid rgba(255, 255, 255, 0.38);
    border-radius: 999px;
    background: rgba(1, 40, 25, 0.74);
    color: #fff;
    box-shadow: 0 14px 32px rgba(1, 40, 25, 0.2);
    backdrop-filter: blur(8px);
  }

  .homepage-hero-v2__badge-icon {
    display: inline-grid;
    place-items: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #ffd200;
    color: #012819;
    font-size: 13px;
    flex: 0 0 auto;
  }

  .homepage-hero-v2__badge--mobile-photo > span:last-child {
    margin: 0;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.01em;
  }
}

@media (min-width: 768px) {
  .homepage-hero-v2__mobile-proof,
  .homepage-hero-v2__badge--mobile-photo,
  .homepage-hero-v2__btn-icon {
    display: none;
  }
}

@media (max-width: 360px) {
  .homepage-hero-v2 .container {
    width: min(100% - 32px, 720px);
  }

  .homepage-hero-v2__mobile-proof {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .homepage-hero-v2__mobile-proof li:last-child {
    grid-column: 1 / -1;
  }

  .homepage-hero-v2__title {
    font-size: 35px;
  }
}

/* Homepage pilot: solar engineering visual direction */
.solar-grid-accent { position: relative; overflow: hidden; }
.solar-grid-accent::after {
  content: "";
  position: absolute;
  inset: auto -36px -42px auto;
  width: 210px;
  height: 132px;
  pointer-events: none;
  opacity: .16;
  background-image:
    linear-gradient(rgba(255,255,255,.72) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.72) 1px, transparent 1px),
    linear-gradient(115deg, transparent 48%, rgba(255,210,0,.34) 49%, rgba(255,210,0,.34) 51%, transparent 52%);
  background-size: 34px 22px, 34px 22px, 68px 44px;
  border-radius: 28px;
  transform: rotate(-6deg);
}
.homepage-badge {
  display: inline-flex;
  align-items: center;
  width: max-content;
  max-width: 100%;
  margin: 0 0 12px;
  padding: 5px 9px;
  border-radius: 999px;
  font-size: 12px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: .075em;
  text-transform: uppercase;
  white-space: nowrap;
}
.homepage-badge--home { color: #0f4f31; background: rgba(74,171,61,.14); }
.homepage-badge--business { color: #4d4100; background: rgba(255,210,0,.26); }
.homepage-badge--autonomy { color: #ecfff4; background: #0d4a31; }
.homepage-badge--service { color: #0f4151; background: rgba(124,207,230,.22); }
.homepage-process--solar-engineering {
  isolation: isolate;
  background:
    radial-gradient(circle at 88% 14%, rgba(74,171,61,.28), transparent 34%),
    linear-gradient(135deg, var(--color-brand-dark, #012819) 0%, #063522 58%, #012819 100%);
}
.homepage-process--solar-engineering::before {
  content: "";
  position: absolute;
  inset: 42px auto auto 7%;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--color-brand-yellow, #ffd200);
  box-shadow: 0 0 0 10px rgba(255,210,0,.12), 0 0 42px rgba(255,210,0,.5);
}
.homepage-process--solar-engineering::after { inset: 34px -24px auto auto; opacity: .13; z-index: -1; }
.homepage-process--solar-engineering .homepage-section-heading__label { color: var(--color-brand-yellow, #ffd200); background: rgba(255,210,0,.12); }
.homepage-process--solar-engineering .homepage-section-heading h2,
.homepage-process--solar-engineering .homepage-process__step h3 { color: #f6fff9; }
.homepage-process--solar-engineering .homepage-section-heading p,
.homepage-process--solar-engineering .homepage-process__step p { color: rgba(246,255,249,.78); }
.homepage-process--solar-engineering .homepage-process__step {
  background: rgba(255,255,255,.075);
  border-color: rgba(255,255,255,.12);
  box-shadow: none;
  backdrop-filter: blur(10px);
}
.homepage-process--solar-engineering .homepage-process__step::before { background: var(--color-brand-yellow, #ffd200); }
.homepage-process--solar-engineering .homepage-process__step span { color: var(--color-brand-yellow, #ffd200); }
.homepage-process--solar-engineering .homepage-process__stat {
  background: rgba(255,255,255,.9);
  border: 1px solid rgba(255,255,255,.42);
}
.homepage-process--solar-engineering .homepage-process__steps { position: relative; }
.homepage-process--solar-engineering .homepage-process__steps::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 18px;
  bottom: 18px;
  width: 2px;
  background: linear-gradient(var(--color-brand-yellow, #ffd200), var(--color-accent, #4aab3d));
  opacity: .65;
}
.homepage-services { background: linear-gradient(180deg, #f5fbf6 0%, #fff 100%); }
.homepage-services__card { position: relative; }
.homepage-services__card::before {
  content: "";
  position: absolute;
  left: 22px;
  right: 22px;
  top: 0;
  height: 3px;
  border-radius: 999px;
  background: rgba(74,171,61,.28);
}
.homepage-services__card:nth-child(1) { background: #f0f8f2; }
.homepage-services__card:nth-child(2)::before,
.homepage-services__card:nth-child(5)::before { background: var(--color-brand-yellow, #ffd200); }
.homepage-services__card:nth-child(3) .homepage-services__image { background: var(--color-brand-dark, #012819); }
.homepage-services__card:nth-child(3) .homepage-services__image img { opacity: .88; }
.homepage-services__card:nth-child(4)::after,
.homepage-services__card:nth-child(6)::after {
  content: "";
  position: absolute;
  right: 14px;
  bottom: 14px;
  width: 72px;
  height: 46px;
  pointer-events: none;
  opacity: .12;
  background-image: linear-gradient(rgba(1,40,25,.55) 1px, transparent 1px), linear-gradient(90deg, rgba(1,40,25,.55) 1px, transparent 1px);
  background-size: 18px 14px;
}
.home-tool-card { isolation: isolate; }
.home-tool-card.solar-grid-accent::after { inset: 18px -34px auto auto; opacity: .12; background-image: linear-gradient(rgba(1,40,25,.55) 1px, transparent 1px), linear-gradient(90deg, rgba(1,40,25,.55) 1px, transparent 1px); }
.home-tool-card::before {
  content: "";
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 22px;
  height: 2px;
  background: linear-gradient(90deg, var(--color-brand-yellow, #ffd200), var(--color-accent, #4aab3d));
  opacity: .5;
}
.home-tool-card--autonomy::before { background: linear-gradient(90deg, var(--color-accent, #4aab3d), #8fd883); }
.home-energy-flow--tech { background: linear-gradient(180deg, #fff 0%, #f3faf5 100%); }
.energy-flow--branded { border: 1px solid rgba(1,40,25,.1); box-shadow: 0 18px 44px rgba(6,61,43,.07); }
.energy-flow--branded .energy-flow__node--solar svg { color: var(--color-brand-yellow, #ffd200); }
.energy-flow--branded .energy-flow__node--grid svg { color: #6fb7cf; }
.energy-flow--branded .energy-flow__connector path { stroke: var(--color-accent, #4aab3d); }
.energy-flow--branded .energy-flow__connector--solar path { stroke: var(--color-brand-yellow, #ffd200); }
.energy-flow--branded .energy-flow__connector--grid path { stroke: #6fb7cf; }
.homepage-project-card { position: relative; }
.homepage-project-card::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 54px;
  height: 54px;
  background: linear-gradient(135deg, transparent 50%, var(--color-accent, #4aab3d) 51%);
  opacity: .9;
}
.homepage-project-card--featured::before { background: linear-gradient(135deg, transparent 50%, var(--color-brand-yellow, #ffd200) 51%); }
.homepage-project-card__body .homepage-badge { margin-bottom: 8px; }
.homepage-project-card__body .homepage-badge + span { margin-bottom: 10px; }
.homepage-consultation-cta--final { position: relative; background: var(--color-brand-dark, #012819); isolation: isolate; }
.homepage-consultation-cta--final::before {
  content: "";
  position: absolute;
  right: 9%;
  top: 38px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--color-brand-yellow, #ffd200);
  box-shadow: 0 0 0 9px rgba(255,210,0,.12), 0 0 32px rgba(255,210,0,.45);
}
.homepage-consultation-cta--final::after { inset: auto -28px 20px auto; opacity: .12; z-index: -1; }
.homepage-consultation-cta--final .homepage-consultation-cta__inner {
  background: linear-gradient(135deg, rgba(255,255,255,.1), rgba(74,171,61,.12));
  border-color: rgba(255,255,255,.14);
  box-shadow: none;
}
.homepage-consultation-cta--final h2 { color: #f6fff9; }
.homepage-consultation-cta--final p { color: rgba(246,255,249,.78); }
.homepage-consultation-cta--final .homepage-section-heading__label { color: var(--color-brand-yellow, #ffd200); background: rgba(255,210,0,.12); }
@media (min-width: 992px) {
  .homepage-process--solar-engineering .homepage-process__steps::before { left: 50%; top: 16px; bottom: 16px; }
}
@media (max-width: 767px) {
  .solar-grid-accent::after { width: 150px; height: 94px; opacity: .1; }
  .homepage-badge { font-size: 11px; letter-spacing: .055em; }
  .homepage-process--solar-engineering::before,
  .homepage-consultation-cta--final::before { display: none; }
  .homepage-process--solar-engineering .homepage-process__steps::before { left: 14px; }
  .home-tool-card::before { left: 22px; right: 22px; }
}

/* Services page: solar engineering continuation */
.services-page--solar-engineering .services-category-badge {
  display: inline-flex;
  align-items: center;
  width: max-content;
  max-width: 100%;
  margin: 0 0 12px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255, 210, 0, .18);
  color: #063d2b;
  border: 1px solid rgba(255, 210, 0, .5);
  font-size: 12px;
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: .075em;
  text-transform: uppercase;
}
.services-hero--branded {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 13% 22%, rgba(74, 171, 61, .18), transparent 28%),
    linear-gradient(135deg, #eef7f0 0%, #f8fbf7 58%, #fff 100%);
}
.services-hero--branded::before,
.quick-contact--services-branded .quick-contact__card::before,
.services-final-cta--branded .service-cta__inner::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ffd200;
  box-shadow: 0 0 0 8px rgba(255, 210, 0, .16);
  pointer-events: none;
}
.services-hero--branded::before { right: 9%; top: 22%; }
.services-hero--branded.solar-grid-accent::after { inset: 28px auto auto -34px; opacity: .11; background-image: linear-gradient(rgba(1,40,25,.42) 1px, transparent 1px), linear-gradient(90deg, rgba(1,40,25,.42) 1px, transparent 1px), linear-gradient(115deg, transparent 48%, rgba(255,210,0,.35) 49%, rgba(255,210,0,.35) 51%, transparent 52%); }
.services-hero__media--branded { position: relative; border: 1px solid rgba(255, 210, 0, .55); }
.services-hero__media--branded::after { content: ""; position: absolute; right: 18px; top: 18px; width: 54px; height: 54px; border-top: 3px solid #ffd200; border-right: 3px solid var(--color-accent); border-radius: 0 16px 0 0; pointer-events: none; }
.services-page--solar-engineering .services-hub__card { position: relative; border-radius: 28px; }
.services-page--solar-engineering .services-hub__card .services-category-badge { margin-bottom: 14px; font-size: 11px; }
.services-card--mint { background: linear-gradient(180deg, #f3fff8 0%, #fff 70%); }
.services-card--yellow-line::before { content: ""; position: absolute; inset: 0 0 auto; height: 5px; background: #ffd200; z-index: 1; }
.services-card--dark-accent img { background: #102f24; padding: 8px; filter: saturate(.92) contrast(1.03); }
.services-card--grid::after { content: ""; position: absolute; pointer-events: none; inset: auto -44px 72px auto; width: 150px; height: 96px; opacity: .09; background-image: linear-gradient(rgba(1,40,25,.55) 1px, transparent 1px), linear-gradient(90deg, rgba(1,40,25,.55) 1px, transparent 1px); }
.services-dark-section {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 82% 18%, rgba(74, 171, 61, .22), transparent 30%),
    linear-gradient(135deg, #062719 0%, #0b3d2b 100%);
}
.services-dark-section.solar-grid-accent::after { inset: -20px -36px auto auto; opacity: .13; }
.services-dark-section .section-heading h2,
.services-dark-section .service-process__steps h3 { color: #f6fff9; }
.services-dark-section .section-kicker { color: #9ce0b6; }
.services-dark-section .service-process__steps { position: relative; }
.services-dark-section .service-process__steps article { position: relative; z-index: 1; background: rgba(255, 255, 255, .08); border-color: rgba(255, 255, 255, .17); box-shadow: 0 18px 45px rgba(0, 0, 0, .14); backdrop-filter: blur(8px); }
.services-dark-section .service-process__steps b { color: #ffd200; }
.services-dark-section .service-process__steps p { color: rgba(246, 255, 249, .76); }
.services-energy-line::before { content: ""; position: absolute; left: 8%; right: 8%; top: 50%; height: 2px; background: linear-gradient(90deg, #ffd200, #4aab3d 55%, #8cc7e8); opacity: .5; }
.services-energy-line article::after { content: ""; position: absolute; top: 50%; left: 26px; width: 10px; height: 10px; border-radius: 50%; background: #4aab3d; box-shadow: 0 0 0 6px rgba(74, 171, 61, .16); }
.services-energy-line article:first-child::after { background: #ffd200; box-shadow: 0 0 0 6px rgba(255, 210, 0, .18); }
.services-energy-line article:last-child::after { background: #8cc7e8; box-shadow: 0 0 0 6px rgba(140, 199, 232, .16); }
.quick-contact--services-branded .quick-contact__card { position: relative; overflow: hidden; border: 1px solid rgba(74, 171, 61, .24); }
.quick-contact--services-branded .quick-contact__card::before { right: 24px; top: 24px; width: 9px; height: 9px; }
.quick-contact--services-branded .quick-contact__card::after { content: ""; position: absolute; right: -36px; bottom: -34px; width: 150px; height: 94px; opacity: .07; background-image: linear-gradient(rgba(1,40,25,.55) 1px, transparent 1px), linear-gradient(90deg, rgba(1,40,25,.55) 1px, transparent 1px); background-size: 28px 18px; pointer-events: none; }
.service-lead--branded { background: linear-gradient(135deg, #edf9f2 0%, #ffffff 100%); }
.service-lead--branded .service-lead__card { border: 1px solid rgba(74, 171, 61, .22); border-top: 5px solid #ffd200; background: #fff; }
.services-final-cta--branded { background: #eef7f0; }
.services-final-cta--branded .service-cta__inner { position: relative; overflow: hidden; isolation: isolate; background: linear-gradient(135deg, #062719 0%, #0b3d2b 100%); }
.services-final-cta--branded .service-cta__inner::before { right: 28px; top: 28px; width: 10px; height: 10px; }
.services-final-cta--branded .service-cta__inner.solar-grid-accent::after { inset: auto -30px -38px auto; opacity: .13; }
.services-final-cta--branded .section-kicker { color: #9ce0b6; }
@media (max-width: 991px) {
  .services-energy-line::before { display: none; }
}
@media (max-width: 575px) {
  .services-page--solar-engineering .services-category-badge { white-space: normal; font-size: 10.5px; line-height: 1.2; }
  .services-hero--branded::before { right: 26px; top: 90px; }
  .services-energy-line article::after { top: 24px; right: 24px; left: auto; }
}
@media (max-width: 360px) {
  .services-page--solar-engineering .services-category-badge { font-size: 10px; letter-spacing: .055em; }
}

/* Service detail pages: solar engineering modifiers */
.service-page--autonomy .service-benefits__grid article,
.service-page--installation .service-benefits__grid article,
.service-page--design .service-benefits__grid article,
.service-page--maintenance .service-benefits__grid article,
.service-page--green-tariff .service-benefits__grid article,
.service-page--autonomy .service-detail-grid article,
.service-page--installation .service-detail-grid article,
.service-page--maintenance .service-detail-grid article {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #f3fff8 0%, #fff 72%);
}
.service-page--autonomy .service-benefits__grid article::before,
.service-page--installation .service-benefits__grid article::before,
.service-page--design .service-benefits__grid article::before,
.service-page--maintenance .service-benefits__grid article::before,
.service-page--green-tariff .service-benefits__grid article::before,
.service-page--autonomy .service-detail-grid article::before,
.service-page--installation .service-detail-grid article::before,
.service-page--maintenance .service-detail-grid article::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: #ffd200;
}
.service-page--autonomy .service-benefits__grid article::after,
.service-page--installation .service-benefits__grid article::after,
.service-page--design .service-benefits__grid article::after,
.service-page--maintenance .service-benefits__grid article::after,
.service-page--green-tariff .service-benefits__grid article::after,
.service-page--autonomy .service-detail-grid article::after,
.service-page--installation .service-detail-grid article::after,
.service-page--maintenance .service-detail-grid article::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 42px;
  height: 42px;
  background: linear-gradient(135deg, transparent 50%, rgba(74, 171, 61, .22) 51%);
  pointer-events: none;
}
.service-page--autonomy .service-benefits__grid article:nth-child(even)::before,
.service-page--installation .service-benefits__grid article:nth-child(even)::before,
.service-page--design .service-benefits__grid article:nth-child(even)::before,
.service-page--maintenance .service-benefits__grid article:nth-child(even)::before,
.service-page--green-tariff .service-benefits__grid article:nth-child(even)::before { background: rgba(74, 171, 61, .55); }
.service-page--design .services-hero--branded::before { right: 12%; top: 24%; }
.service-page--maintenance .services-hero--branded::before { right: 8%; top: 28%; }
.service-hero--branded.service-hero--installation::before { right: 12%; top: 26%; }

/* Gallery page: solar engineering visual direction */
.gallery-page--solar-engineering .gallery-hero--branded {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(circle at 86% 18%, rgba(74, 171, 61, .18), transparent 30%),
    linear-gradient(135deg, #eef7f0 0%, #fbfdfb 100%);
}

.gallery-page--solar-engineering .gallery-hero--branded::before {
  content: "";
  position: absolute;
  right: 12%;
  top: 64px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--color-brand-yellow, #ffd200);
  box-shadow: 0 0 0 10px rgba(255, 210, 0, .12), 0 0 36px rgba(255, 210, 0, .46);
  pointer-events: none;
}

.gallery-page--solar-engineering .gallery-hero--branded.solar-grid-accent::after {
  inset: 42px auto auto -30px;
  opacity: .1;
  background-image:
    linear-gradient(rgba(1, 40, 25, .4) 1px, transparent 1px),
    linear-gradient(90deg, rgba(1, 40, 25, .4) 1px, transparent 1px),
    linear-gradient(115deg, transparent 48%, rgba(255, 210, 0, .3) 49%, rgba(255, 210, 0, .3) 51%, transparent 52%);
}

.gallery-hero__badge,
.gallery-project-badge {
  display: inline-flex;
  align-items: center;
  width: max-content;
  max-width: 100%;
  border-radius: 999px;
  font-size: 12px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: .075em;
  text-transform: uppercase;
  white-space: nowrap;
}

.gallery-hero__badge {
  margin: 0 0 12px;
  padding: 6px 10px;
  color: #0f4f31;
  background: rgba(74, 171, 61, .14);
}

.gallery-hero__media {
  position: relative;
  isolation: isolate;
}

.gallery-hero__corner {
  position: absolute;
  right: 18px;
  top: 18px;
  z-index: 1;
  width: 54px;
  height: 54px;
  border-top: 4px solid var(--color-brand-yellow, #ffd200);
  border-right: 4px solid var(--color-accent, #4aab3d);
  border-radius: 0 18px 0 0;
  pointer-events: none;
}

.gallery-overview-section .gallery-grid figure::before,
.gallery-project-card::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 18px;
  width: 28px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--color-accent, #4aab3d), var(--color-brand-yellow, #ffd200));
  z-index: 2;
  pointer-events: none;
}

.gallery-projects-grid .gallery-project-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(1, 134, 64, .12);
  border-radius: 26px;
  background: linear-gradient(180deg, #ffffff 0%, #f2fbf5 100%);
  box-shadow: 0 14px 42px rgba(15, 61, 43, .08);
}

.gallery-projects-grid .gallery-project-card--featured {
  border-color: rgba(255, 210, 0, .5);
  box-shadow: 0 22px 58px rgba(15, 61, 43, .14);
}

.gallery-projects-grid .gallery-project-card--featured.solar-grid-accent::after {
  inset: auto -42px -48px auto;
  opacity: .1;
}

.gallery-projects-grid .gallery-project-card__image {
  border-radius: 0;
  box-shadow: none;
}

.gallery-projects-grid .gallery-project-card__image img {
  display: block;
  width: 100%;
  height: 220px;
  object-fit: cover;
  transition: transform .25s ease;
}

.gallery-project-card__body {
  position: relative;
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 10px;
  padding: 22px;
}

.gallery-projects-grid .gallery-project-card--featured .gallery-project-card__body {
  background: linear-gradient(135deg, #102f24 0%, #063522 100%);
}

.gallery-project-badge {
  padding: 6px 9px;
  color: #0f4f31;
  background: rgba(74, 171, 61, .14);
}

.gallery-projects-grid .gallery-project-card--featured .gallery-project-badge {
  color: #4d4100;
  background: rgba(255, 210, 0, .86);
}

.gallery-projects-grid .gallery-project-card--featured h3,
.gallery-projects-grid .gallery-project-card--featured .gallery-project-meta {
  color: #f6fff9;
}

.gallery-project-meta {
  width: max-content;
  max-width: 100%;
  margin: 0;
  padding: 7px 10px;
  border: 1px solid rgba(74, 171, 61, .22);
  border-radius: 999px;
  color: #0b3d2b;
  font-weight: 800;
}

.gallery-projects-grid .gallery-project-card--featured .gallery-project-meta {
  border-color: rgba(255, 255, 255, .24);
  background: rgba(255, 255, 255, .08);
}

.gallery-projects-grid .gallery-project-card__button {
  position: relative;
  z-index: 1;
  margin-top: auto;
}

.gallery-final-cta--branded .project-case-cta__inner {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 18%, rgba(74, 171, 61, .22), transparent 34%),
    linear-gradient(135deg, #102f24 0%, #012819 100%);
}

.gallery-final-cta--branded .project-case-cta__inner.solar-grid-accent::after {
  inset: auto -30px -38px auto;
  opacity: .13;
  z-index: -1;
}

.gallery-final-cta__dot {
  position: absolute;
  left: 28px;
  top: 28px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--color-brand-yellow, #ffd200);
  box-shadow: 0 0 0 9px rgba(255, 210, 0, .12), 0 0 30px rgba(255, 210, 0, .42);
}

@media (max-width: 575px) {
  .gallery-page--solar-engineering .gallery-hero--branded::before {
    right: 24px;
    top: 26px;
  }

  .gallery-hero__corner {
    right: 14px;
    top: 14px;
    width: 42px;
    height: 42px;
  }

  .gallery-project-card__body {
    padding: 22px;
  }
}

/* Project detail pages: gallery-aligned solar engineering layer */
.project-detail-page--solar-engineering .project-detail-hero--branded {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 18%, rgba(74, 171, 61, .16), transparent 30%),
    linear-gradient(135deg, #eef7f0 0%, #fbfdfb 100%);
}

.project-detail-page--solar-engineering .project-detail-hero--branded::before {
  content: "";
  position: absolute;
  right: 11%;
  top: 58px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--color-brand-yellow, #ffd200);
  box-shadow: 0 0 0 9px rgba(255, 210, 0, .12), 0 0 34px rgba(255, 210, 0, .42);
  pointer-events: none;
}

.project-detail-page--solar-engineering .project-detail-hero--branded.solar-grid-accent::after {
  inset: 44px auto auto -34px;
  opacity: .1;
  background-image:
    linear-gradient(rgba(1, 40, 25, .4) 1px, transparent 1px),
    linear-gradient(90deg, rgba(1, 40, 25, .4) 1px, transparent 1px),
    linear-gradient(115deg, transparent 48%, rgba(255, 210, 0, .3) 49%, rgba(255, 210, 0, .3) 51%, transparent 52%);
}

.project-detail-page--solar-engineering .project-detail-meta {
  padding: 18px;
  border: 1px solid rgba(1, 134, 64, .12);
  border-radius: 26px;
  background: linear-gradient(180deg, #ffffff 0%, #eef9f2 100%);
}

.project-detail-page--solar-engineering .project-detail-meta article {
  position: relative;
  padding-left: 24px;
  box-shadow: none;
}

.project-detail-page--solar-engineering .project-detail-meta article::before,
.project-detail-page--solar-engineering .project-detail-work article::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 18px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--color-brand-yellow, #ffd200), var(--color-accent, #4aab3d));
}

.project-detail-page--solar-engineering .project-detail-work article {
  position: relative;
  padding-left: 34px;
}

.project-detail-gallery {
  position: relative;
}

.project-detail-gallery.solar-grid-accent::after {
  inset: -14px -32px auto auto;
  opacity: .08;
}

.project-detail-gallery img {
  border: 1px solid rgba(1, 134, 64, .12);
  background: #fff;
}

.project-detail-related.project-related {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.project-detail-final-cta .project-case-cta__inner {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 18%, rgba(74, 171, 61, .22), transparent 34%),
    linear-gradient(135deg, #102f24 0%, #012819 100%);
}

.project-detail-final-cta .project-case-cta__inner.solar-grid-accent::after {
  inset: auto -30px -38px auto;
  opacity: .13;
  z-index: -1;
}

@media (max-width: 575px) {
  .project-detail-page--solar-engineering .project-detail-hero--branded::before {
    right: 24px;
    top: 26px;
  }

  .project-detail-related.project-related {
    grid-template-columns: 1fr;
  }
}


.homepage-consultation-cta__actions,
.project-case-cta .trust-actions,
.project-detail-final-cta .trust-actions,
.gallery-final-cta--branded .trust-actions {
  display: grid;
  gap: 12px;
  width: min(100%, 300px);
}

.homepage-consultation-cta__actions .homepage-hero-v2__btn,
.project-case-cta .trust-actions .btn,
.project-detail-final-cta .trust-actions .btn,
.gallery-final-cta--branded .trust-actions .btn {
  width: 100%;
  min-height: 54px;
  padding: 0 25px;
  box-sizing: border-box;
  justify-content: center;
  text-align: center;
  white-space: normal;
  line-height: 1.25;
  border-radius: 999px;
}

@media (max-width: 575px) {
  .homepage-consultation-cta__actions,
  .project-case-cta .trust-actions,
  .project-detail-final-cta .trust-actions,
  .gallery-final-cta--branded .trust-actions {
    width: 100%;
    max-width: 100%;
  }
}

/* Brand CTA states: keep after legacy and page-specific button rules. */
.btn.btn--brand-yellow,
a.btn.btn--brand-yellow,
.btn.btn--brand-yellow:link,
a.btn.btn--brand-yellow:link,
.btn.btn--brand-yellow:visited,
a.btn.btn--brand-yellow:visited,
.homepage-hero-v2__btn.btn--brand-yellow,
.gallery-project-card__button.btn--brand-yellow {
  background: #ffd200;
  color: #012819;
  border: 1px solid #caa600;
  box-shadow: 0 14px 28px rgba(255, 210, 0, 0.24), 0 0 0 1px rgba(1, 40, 25, 0.08);
}

.btn.btn--brand-yellow:hover,
a.btn.btn--brand-yellow:hover,
.homepage-hero-v2__btn.btn--brand-yellow:hover,
.gallery-project-card__button.btn--brand-yellow:hover {
  background: #e8bf00;
  color: #012819;
  border-color: #9f8300;
  box-shadow: 0 16px 30px rgba(255, 210, 0, 0.3), 0 0 0 1px rgba(1, 40, 25, 0.12);
}

.btn.btn--brand-yellow:active,
a.btn.btn--brand-yellow:active,
.homepage-hero-v2__btn.btn--brand-yellow:active,
.gallery-project-card__button.btn--brand-yellow:active {
  background: #d7b100;
  color: #012819;
  border-color: #806900;
  box-shadow: 0 10px 22px rgba(255, 210, 0, 0.22), inset 0 2px 4px rgba(1, 40, 25, 0.16);
  transform: translateY(0);
}

.btn.btn--brand-yellow:focus-visible,
a.btn.btn--brand-yellow:focus-visible,
.homepage-hero-v2__btn.btn--brand-yellow:focus-visible,
.gallery-project-card__button.btn--brand-yellow:focus-visible {
  background: #ffd200;
  color: #012819;
  outline: 3px solid rgba(1, 40, 25, 0.75);
  outline-offset: 4px;
}

.btn.btn--brand-outline,
a.btn.btn--brand-outline,
.btn.btn--brand-outline:link,
a.btn.btn--brand-outline:link,
.btn.btn--brand-outline:visited,
a.btn.btn--brand-outline:visited,
.homepage-hero-v2__btn.btn--brand-outline {
  background: rgba(255, 255, 255, 0.86);
  color: #012819;
  border: 2px solid #4aab3d;
  box-shadow: 0 12px 26px rgba(15, 61, 43, 0.08);
}

.btn.btn--brand-outline:hover,
a.btn.btn--brand-outline:hover,
.homepage-hero-v2__btn.btn--brand-outline:hover {
  background: #eaf7ee;
  color: #012819;
  border-color: #328d2c;
  box-shadow: 0 14px 28px rgba(74, 171, 61, 0.16);
}

.btn.btn--brand-outline:active,
a.btn.btn--brand-outline:active,
.homepage-hero-v2__btn.btn--brand-outline:active {
  background: #d8efdf;
  color: #012819;
  border-color: #267421;
  transform: translateY(0);
}

.btn.btn--brand-outline:focus-visible,
a.btn.btn--brand-outline:focus-visible,
.homepage-hero-v2__btn.btn--brand-outline:focus-visible {
  outline: 3px solid rgba(74, 171, 61, 0.45);
  outline-offset: 4px;
}

.homepage-consultation-cta .btn.btn--brand-outline,
.project-case-cta .btn.btn--brand-outline,
.service-cta .btn.btn--brand-outline,
.services-final-cta--branded .btn.btn--brand-outline,
.gallery-final-cta--branded .btn.btn--brand-outline,
.project-detail-final-cta .btn.btn--brand-outline {
  background: rgba(255, 255, 255, 0.08);
  color: #f6fff9;
  border: 2px solid rgba(255, 255, 255, 0.78);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.16);
}

.homepage-consultation-cta .btn.btn--brand-outline:hover,
.project-case-cta .btn.btn--brand-outline:hover,
.service-cta .btn.btn--brand-outline:hover,
.services-final-cta--branded .btn.btn--brand-outline:hover,
.gallery-final-cta--branded .btn.btn--brand-outline:hover,
.project-detail-final-cta .btn.btn--brand-outline:hover {
  background: #f6fff9;
  color: #012819;
  border-color: #f6fff9;
}

.homepage-consultation-cta .btn.btn--brand-outline:active,
.project-case-cta .btn.btn--brand-outline:active,
.service-cta .btn.btn--brand-outline:active,
.services-final-cta--branded .btn.btn--brand-outline:active,
.gallery-final-cta--branded .btn.btn--brand-outline:active,
.project-detail-final-cta .btn.btn--brand-outline:active {
  background: #dffbea;
  color: #012819;
  border-color: #ffffff;
}
