/*
Theme Name: ECGE
Description: Child theme for Uncode theme
Author: AREDCREATIVE
Author URI: http://www.aredcreative.com
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/

:root {
    --ecorange: #f29227;
    --ecburntorange: #d75328;
    --ecdarkteal: #06535b;
    --ecmediumteal: #067273;
    --eccharcoal: #505050;
    --ecbeige: #ffdeba;
    --white: #fff;
}

.white, white {
    color: var(--white) !important;
} 

.clr-darkteal {
    color: var(--ecdarkteal) !important;
}

.clr-orange {
    color: var(--ecorange) !important;
}

.bg-orange {
    background: var(--ecorange) !important;
}

.bgburntorange {
    background: var(--ecburntorange) !important;
}

.bg-lightteal {
    background: var(--ecmediumteal) !important;
}

.bg-teal {
    background: var(--ecdarkteal) !important;
}

.bg-bright-teal {
    background: #00bfbf !important;
}

.bg-beige {
    background: var(--ecbeige) !important;    
}

.bg-beige-mesh {
    background-color:hsla(27,0%,100%,1);
    background-image:
    radial-gradient(at 15% 100%, hsla(31,100%,86%,1) 0px, transparent 50%),
    radial-gradient(at 100% 100%, hsla(31,88%,55%,1) 0px, transparent 50%),
    radial-gradient(at 6% 5%, hsla(31,97%,86%,1) 0px, transparent 50%); 
}

.bg-beige-mesh-2 {
    background-color:hsla(0,0%,99%,1);
    background-image:
    radial-gradient(at 100% 0%, hsla(31,100%,86%,1) 0px, transparent 50%),
    radial-gradient(at 48% 100%, hsla(30,100%,86%,1) 0px, transparent 50%);    
}

.bg-beige-mesh-3 {
    background-color:hsla(0,0%,100%,1);
background-image:
radial-gradient(at 0% 0%, hsla(184,81%,27%,0.39) 0px, transparent 50%),
radial-gradient(at 89% 96%, hsla(184,85%,35%,0.47) 0px, transparent 50%);
}

body {
    background: #fff !important;
}

h1,h2,h3,h4,h5,h6 {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: auto;
    font-style: normal;
}

p {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: auto;
    font-style: normal;   
    font-size: 16px;
}

.hero-header-title {
    text-transform: uppercase;
    font-weight: 800;
    margin: 0 auto;
    max-width: 700px;
    color: var(--eccharcoal);
}

.hero-sub-text {
    margin: auto;
    max-width: 650px;
    font-size: 18px;
}

.hero-btn-container {
    margin-top: 20px;
}

.section-title {
    font-weight: 800;
}

.section-title-lg {
    font-size: 3em !important;
}

.tmb .t-entry .t-entry-title {
    font-family: "Inter", sans-serif !important;
    font-weight: 700 !important;
}

.tmb .t-entry-text p {
    font-size: 14px;
}

.tmb-team .t-entry .t-entry-title a {
    color: var(--ecmediumteal) !important;
}

.t-entry-cf-service_who_it_serves {
    margin-top: 20px;
}

.bold-short-text {
    font-weight: 600 !important;
}

.semi-bold {
    font-weight: 700 !important;
}

.extra-bold {
    font-weight: 800 !important;
}

.center {
    text-align: center;
}

.styled-list {
    margin-top: 40px;
}

.styled-list li {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    padding-left: 40px;
    position: relative;  
    line-height: normal;
}

.styled-list li:before {
    font-size: 2em;
    font-family: "uncodeicon";
    content: '\f00c';
    color: var(--ecorange);
    position: absolute;
    left: 0;
}

.styled-list li:not(:last-child) {
    margin-bottom: 2.2em;
}

.bubble-title {
    width: fit-content;
    margin: 0 auto;
    text-align: center;
    padding: 10px;
    border-radius: 10em;
    font-size: 12px;
}

/* MAIN MENU */

.menu-container {
    background: var(--ecdarkteal) !important;
}

.menu-light .menu-smart, .menu-light .menu-smart li, .submenu-light .menu-smart ul, .menu-smart.submenu-light li ul li, .menu-light .menu-accordion-dividers, .menu-light .menu-borders:not(.needs-after), .menu-light .menu-borders.needs-after::after, .menu-light.vmenu-borders, .menu-light .main-menu-container, .menu-light .menu-container .overlay .overlay-search-wrapper {
    border: none;
}

.menu-light .menu-smart a {
    color: #fff;
}

.font-family-menu, .menu-container:not(.grid-filters) ul.menu-smart, .top-menu.top-menu-enhanced ul.menu-smart,
.menu-container:not(.grid-filters) ul.menu-smart a:not(.social-menu-link):not(.vc_control-btn), .top-menu.top-menu-enhanced ul.menu-smart a:not(.social-menu-link):not(.vc_control-btn),
.uncode-menu-additional-text, .burger-label, #masthead .overlay .overlay-search-wrapper .search-container form .search-container-inner input {
    font-family: "Montserrat", sans-serif;
}

.lines-button .lines, .lines-button .lines:before, .lines-button .lines:after, .lines-button .lines > span {
    width: 30px;
}

.mobile-menu-button-light .lines:not(.lines-dropdown), .mobile-menu-button-light .lines:not(.lines-dropdown):before,
.mobile-menu-button-light .lines:not(.lines-dropdown):after, .mobile-menu-button-light .lines:not(.lines-dropdown) > span,
.vmenu-container.menu-light .lines:not(.lines-dropdown), .vmenu-container.menu-light .lines:not(.lines-dropdown):before,
.vmenu-container.menu-light .lines:not(.lines-dropdown):after, .vmenu-container.menu-light .lines:not(.lines-dropdown) > span {
    background: var(--ecmediumteal);
}


/* BUTTONS */

.buttons-style, input[type="submit"]:not(.btn-custom-typo):not(.btn-inherit),
input[type="reset"]:not(.btn-custom-typo):not(.btn-inherit), input[type="button"]:not(.btn-custom-typo):not(.btn-inherit),
button[type="submit"]:not(.btn-custom-typo):not(.btn-inherit), .btn:not(.btn-custom-typo):not(.btn-inherit):not(.uncode-nav-container),
.btn-link:not(.btn-custom-typo):not(.btn-inherit):not(.uncode-nav-container) {
    font-family: "Montserrat", sans-serif !important;
    text-transform: capitalize;
    letter-spacing: .01em;
    border-radius: 10px !important;
    transition: color 0.3s ease;
}

.gform_wrapper.gravity-theme .gform_footer button, .gform_wrapper.gravity-theme .gform_footer input,
.gform_wrapper.gravity-theme .gform_page_footer button, .gform_wrapper.gravity-theme .gform_page_footer input {
    font-family: "Montserrat", sans-serif !important;
    text-transform: capitalize;
    letter-spacing: .01em;
    border-radius: 10px !important;
    background: var(--ecmediumteal);
    border-color: var(--ecmediumteal);
    color: #fff;    
}

.btn-orange {
    background: var(--ecorange);
    border-color: var(--ecorange) !important;
    color: #141618;
}

.btn-orange:hover {
    background: #0d97a6;
    border-color: #0d97a6 !important;
    color: #fff;
}

.btn-beige {
    background: var(--ecbeige) !important;
    border-color: var(--ecbeige) !important;
    color: #000 !important;
}

.btn-border-orange {
    background: none;
    border-color: var(--ecorange);
    color: #141618;
}

.btn-white-border-orange {
    background: var(--white);
    border-color: var(--ecorange);
    color: #141618;    
}

.btn-white-border-orange:hover {
    background: var(--ecbeige);
    border-color: var(--ecbeige);
}

.btn-medium-teal {
    background: var(--ecmediumteal);
    border-color: var(--ecmediumteal);
    color: #fff;
}

.hr-with-button {
  position: relative;
  text-align: center;
  margin: 2rem 0;
   width: 100%;
}

.hr-with-button hr {
  border: none;
  border-top: 1px solid #DDD;
  margin: 0;
   width: 100%;
}

.hr-with-button button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  padding: 0.5rem 1rem;
  cursor: pointer;
  white-space: nowrap; 
  transition: all 0.2s ease;
}

.footer-subscribe .button:hover,
.footer-subscribe input[type="submit"]:not(.btn-custom-typo):not(.btn-inherit):hover {
    background: var(--ecmediumteal) !important;
    border-color: var(--ecmediumteal) !important;
}

/* ALIGNMENTS */

.center {
    text-align: center;
}

.form-box-container {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
    border-radius: 20px;
    padding: 30px 40px;
    background: var(--white);
    min-height: 300px;
}

/* GRAVITY FORMS */

.gform_wrapper.gravity-theme input[type=color], .gform_wrapper.gravity-theme input[type=date], .gform_wrapper.gravity-theme input[type=datetime-local],
.gform_wrapper.gravity-theme input[type=datetime], .gform_wrapper.gravity-theme input[type=email], .gform_wrapper.gravity-theme input[type=month],
.gform_wrapper.gravity-theme input[type=number], .gform_wrapper.gravity-theme input[type=password], .gform_wrapper.gravity-theme input[type=search],
.gform_wrapper.gravity-theme input[type=tel], .gform_wrapper.gravity-theme input[type=text], .gform_wrapper.gravity-theme input[type=time],
.gform_wrapper.gravity-theme input[type=url], .gform_wrapper.gravity-theme input[type=week], .gform_wrapper.gravity-theme textarea {
    font-size: 15px;
    margin-bottom: 0;
    margin-top: 0;
    padding: 8px;
    border-color: #dddddd;
}
.gform_wrapper.gravity-theme select {
    padding: 10px 15px !important;    
    font-size: 15px;
    margin-bottom: 0;
    margin-top: 0;
    border-color: #dddddd;    
}
    

/* MARGINS & SPACINGS */

.margtmin150 {
    margin-top: -150px;
}

.margt0 {
    margin-top: 0px !important;
} 

.margt10 {
    margin-top: 10px !important;
}

.margt15 {
    margin-top: 15px !important;
}

.margt20 {
    margin-top: 20px !important;
}

.margt25 {
    margin-top: 25px !important;
}

.margt30 {
    margin-top: 30px !important;
}

.margt40 {
    margin-top: 40px !important;
}

.margt50 {
    margin-top: 50px !important;
}

.margt50 {
    margin-top: 60px !important;
}

.margb0 {
    margin-bottom: 0px !important;
} 

.margb5 {
    margin-bottom: 5px !important;
} 

.margb10 {
    margin-bottom: 10px !important;
} 

.margb15 {
    margin-bottom: 15px !important;
} 

.margb20 {
    margin-bottom: 20px !important;
}

.margb25 {
    margin-bottom: 25px !important;
}

.margb30 {
    margin-bottom: 30px !important;
}

.margb40 {
    margin-bottom: 40px !important;
}

.service-thumb-img {
    background: #dddddd;
    min-height: 200px;
    min-width: 100%;
    border-radius: 20px;
}

.fancy-border {
    position: relative;
    background: white;
    color: white;
    box-shadow: 20px 20px rgb(255 222 186 / 50%);
    transition: all .4s ease;
    margin-bottom: 20px;
}

.fancy-border:hover {
    border-radius: 0% 0% 50% 50% / 0% 0% 5% 5%;
    box-shadow: 20px 20px rgb(242 146 39 / 100%);
}

/* SECTIONS */

.tmb-story .t-inside {
    transition: transform 0.3s ease;
}

.tmb-story .t-entry-title a {
    color: #fff !important;
}

.tmb-service .t-inside {
    border-block-end: 4px solid var(--ecorange);
}


.tmb-story .t-entry-text {
    background: #062626;
}

.tmb-story .t-inside {
    border-block-end: 4px solid var(--ecorange);
}

.tmb-story .t-inside:hover {
    transform: translateY(-2.1rem);    
}

/* Container */
.icon-box-container {
  display: flex;
  flex-wrap: wrap;        /* allows wrapping on smaller screens */
  justify-content: space-between; /* optional spacing between columns */
  gap: 20px;              /* space between items */
  margin: 0 auto;
  max-width: 1200px;      /* optional container width */
  padding: 20px;
}

/* Each icon box */
.icon-box {
  flex: 1 1 calc(33.333% - 20px); /* 3 columns minus the gap */
  box-sizing: border-box;
  background: #f8f8f8;    /* example background */
  text-align: center;
  padding: 20px;
  border-radius: 8px;     /* optional */
  transition: transform 0.3s ease;
}

.icon-box img {
  max-width: 80px;
  margin-bottom: 10px;
}

.icon-box h4 {
  font-size: 1.2rem;
  margin: 0;
}

/* Hover effect (optional) */
.icon-box:hover {
  transform: translateY(-5px);
}

/* Responsive: stack columns on mobile */
@media (max-width: 768px) {
  .icon-box {
    flex: 1 1 100%;
  }
}

/* TOGGLES */

.readmore-container {
  position: relative;
  max-width: 750px;
  margin: 0 auto;
}

.readmore-text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5; /* roughly 250 characters depending on width */
  -webkit-box-orient: vertical;
  transition: all 0.4s ease;
}

.readmore-text.expanded {
  -webkit-line-clamp: unset;
  max-height: none;
}

.readmore-btn {
  display: inline-block;
  margin-top: 15px;
  cursor: pointer;
  border: none;
  background: #008080;
  color: #fff;
  border-radius: 4px;
  font-weight: 600;
  transition: background 0.3s ease;
}

.readmore-btn:hover {
  background: #006666;
}

.img-bdr-round {
    border-radius: 10px;
}

.tmb .t-entry p {
    font-family: "Inter", sans-serif !important;
}

.tmb-resource .t-inside {
    background: #f7f7f7;
    border-block-end: 4px solid var(--ecdarkteal);
}

.animated-border {
  border: 5px solid #f29227;
  animation: borderColors 15s linear infinite;
}

@keyframes borderColors {
  0%   { border-color: #f29227; }
  10%  { border-color: #d75328; }
  20%  { border-color: #f26335; }
  30%  { border-color: #f79c7e; }
  40%  { border-color: #06535b; }
  50%  { border-color: #067273; }
  60%  { border-color: #029899; }
  70%  { border-color: #1cbcbe; }
  80%  { border-color: #0d747f; }
  90%  { border-color: #0d97a6; }
  100% { border-color: #f29227; } /* loop back */
}

/* FOOTER */

.notice-container {
    padding: 50px 20px !important;
    border-radius: 10px !important;
}

.custom-footer {
    background: var(--eccharcoal);
    color: #fff;
}

.custom-footer ul {
    columns: 200px 3; /* Creates three columns, each at least 200px wide */
}

.custom-footer li {
    font-family: "Inter", sans-serif !important;
    font-size: 15px;
    min-height: 3.5em;
}

.custom-footer li:not(:last-child) {

    
}

.custom-footer li:hover {
    color: inherit;
    text-decoration: underline;
}

.custom-footer a {
    color: #fff;
}

.footer-title {
    font-weight: 800 !important;
    margin-bottom: 30px;
    margin-top: 0px;    
}

.footer-logo {
    max-width: 150px;
}

.footer-socials {
    margin-top: 10px;
}

.footer-socials .fa {
    background: #fff;
    border-radius: 10em;
}

.footer-subscribe {
    margin: 0 auto;
    max-width: fit-content;
}

.footer-subscribe form {
    border: 1px solid #fff;
    border-radius: 3px;
}

.footer-subscribe input[type=text],
.footer-subscribe input[type=email]{
    background: transparent;
    border: none !important;
}

.footer-subscribe input {
    margin-bottom: 0px !important;
    
}

.footer-subscribe .gform_body {
    display: inline-block !important;
    width: 600px !important;
}

.footer-subscribe .gform_footer {
    display: inline !important;
    margin: 0px;
}

.footer-subscribe .button,
.footer-subscribe input[type="submit"]:not(.btn-custom-typo):not(.btn-inherit) {
    background: var(--ecorange) !important;
    border-radius: 0px !important;
    margin: 0px;
}

.copyright-footer {
    background: var(--eccharcoal);
    color: #fff;
    padding-bottom: 30px;
}

.copyright-footer p {
    font-family: "Inter", sans-serif !important;
    font-size: .8em;
}

.copyright-footer a {
    color: #fff;
}

.copyright-footer a:hover {
    text-decoration: underline;
}

.copyright-footer ul {
    float: right;
}

.copyright-footer li {
    font-family: "Inter", sans-serif !important;
    font-size: .8em;
    display: inline;
    
}

.copyright-footer li:not(:last-child) {
    margin-right: 1.75em;
}

.ecge-icon {
    content: url('assets/img/ecge-mini-icon-2.svg');   
    width: 90px;
    height: 90px;
}

.image-hover {
  position: relative;
  display: inline-block;
  overflow: hidden;
  border-radius: 12px; /* optional, matches your .img-bdr-round style */
  transition: transform 0.4s ease;
}

.image-hover p {
    position: absolute;
    z-index: 1111;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-weight: 700;
    font-size: 1.35em;
    line-height: normal;
    opacity: 1;
    text-align: center;
    width: 100%; /* optional, ensures wrapping stays inside the container */
}

.image-hover img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.4s ease;
}

.a-image-hover img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.4s ease;
}

/* Overlay effect */
.image-hover::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgb(177 69 38 / 61%); /* yellowish overlay — adjust color & opacity */
  opacity: 1;
  transition: opacity 0.4s ease;
}

.image-hover-2::after {
    background: rgb(251 175 91 / 61%);
}

.image-hover-3::after {
    background: rgb(5 46 51 / 61%);
}

.image-hover-1::after {
    background: rgb(28 188 190 / 61%);    
}

/* Hover state */
.image-hover:hover::after {
  opacity: 1;
}

.image-hover:hover {
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px; 
    transform: translateY(-20px);
}

.image-hover:hover p {
    opacity: 1;
    
}

.image-hover:hover img {
  transform: scale(1.05); /* subtle zoom-in */
}

.img-shadadowed {
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px; 
}

.tmb-timeline .t-inside {
    background: #0d97a6 !important;
    transition: all 0.4s ease;
}

p.history-facts {
    font-family: "Montserrat", sans-serif !important;    
    color: #fff !important;
}

.history-facts {
    line-height: 1.75em;
}

.history-preview {
    line-height: 1.75em;
    color: #fff !important;
}

.history-inline,
.history-inline-break {
    display: inline;
}

.tmb-timeline:hover > .t-inside {
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px; 
}

.tmb-timeline .t-inside .history-date {
    color: #05535b !important;
}

.history-more[hidden] { display: none; }
.history-more { margin-top: 0.5em; }
.history-toggle { margin-top: 6px; display: inline-block; }

.values-section div[class*=col-lg-] {
    border: 1px solid #f7f7f7;
    transition: all 0.4s ease;
}

.values-section div[class*=col-lg-]:hover { 
    background: #a7c7c8 !important; 
    border-color: #a7c7c8;
}

/* Equal height for .tmb blocks inside Owl Carousel */
.owl-carousel .tmb {
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
}

.owl-carousel .t-inside {
  display: flex !important;
  flex-direction: column !important;
  flex: 1 !important;
}

.owl-carousel .t-entry-text {
  flex-grow: 1 !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
}

.owl-carousel .tmb-service,
.owl-carousel .tmb-resource {
  height: 100% !important;
  min-height: 480px !important;
}

.owl-carousel .tmb-timeline {
  height: 100% !important;
  min-height: 390px !important;
}

.hero-carousel .owl-item,
.hero-carousel .tmb-hero {
  height: 70vh;
  min-height: 520px;
}

.hero-carousel .tmb-hero {
  position: relative;
  display: flex;
  align-items: center;
}

.hero-carousel .tmb-hero .row-background,
.hero-carousel .tmb-hero .background-wrapper,
.hero-carousel .tmb-hero .background-inner {
  position: absolute;
  inset: 0;
  height: 100%;
}


/* Equal height .tmb blocks inside an Isotope container */
.isotope-container {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

/* Make each isotope-item flexible */
.isotope-container .isotope-item {
  display: flex;
  flex-direction: column;
}

/* Force .tmb inside to stretch evenly */
.isotope-container .tmb {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  height: auto !important;
}

.archive .isotope-container .tmb-service {
    min-height: 860px !important;    
}

.archive .isotope-container .tmb {
    min-height: 500px;    
}

/* Ensure inside structure stretches */
.isotope-container .tmb .t-inside {
  display: flex;
  flex-direction: column;
  flex: 1;
}

/* Align button to bottom for consistent layout */
.isotope-container .tmb .btn-container {
  margin-top: auto;
}

/* Optional: maintain image proportions */
.isotope-container .tmb .t-entry-visual {
  flex: 0 0 auto;
}

/* Make right column touch the viewport edge */
.two-col-edge .row-inner {
  display: flex;
  flex-wrap: wrap;
}

/* reset Uncode column padding on the right side */
.two-col-edge .edge-right {
  padding-right: 0 !important;
  margin-right: calc(50% - 50vw); /* breakout to viewport edge */
}

/* keep image nice and filling its column */
.two-col-edge .img-cover-wrap {
  position: relative;
}

.half-bg {
  /* left half = solid color, right half = image */
  background-image:
    linear-gradient(to right, #f7931e 0% 50%, transparent 50% 100%),
    url("https://images.pexels.com/photos/10375963/pexels-photo-10375963.jpeg");

  background-size: 100% 100%, 60%;  /* gradient covers all, image covers area */
  background-position: right 0% top 33%;
  background-repeat: no-repeat;
}

.half-bg-mission {
  /* left half = solid color, right half = image */
  background-image:
    linear-gradient(to left, #ffdebb 0% 50%, transparent 50% 100%),
    url("https://dev.aredcreative.com/excellence/wp-content/uploads/2025/11/pexels-liza-summer-6347887-scaled.jpg");

  background-size: 100% 100%, 85%;  /* gradient covers all, image covers area */
  background-position: right 233% top 10%;
  background-repeat: no-repeat;    
}

.half-bg-vision {
   /* left half = solid color, right half = image */
  background-image:
    linear-gradient(to right, #0d747f 0% 50%, transparent 50% 100%),
    url("https://dev.aredcreative.com/excellence/wp-content/uploads/2025/11/shutterstock_2098155400-1-scaled.jpg");

  background-size: 100% 100%, 90%;  /* gradient covers all, image covers area */
  background-position: right 0% top 33%;
  background-repeat: no-repeat;       
}

@media (max-width: 991px){
  .half-bg{
    background: #f7931e !important;
  }
  
  .half-bg-mission {
    background: #ffdebb !important;      
  }
  
  .half-bg-vision {
    background: #0d747f !important;      
  }
  
}


@media (min-width: 960px) {
    
    .menu-light .menu-smart > li a:hover,
    .menu-light .menu-smart > li.active > a, .menu-light .menu-smart > li a.active,
    .menu-light .menu-smart > li.current-menu-ancestor > a, .menu-light .menu-smart > li.wpml-ls-current-language > a,
    .menu-light .menu-smart > li.current-menu-item:not(.menu-item-type-custom) > a, .menu-light .menu-smart > li.current-menu-parent > a {
        color: #141618;
        background: var(--ecorange);
        border-radius: 10px;
        height: 36px;    
    }    
    
    body[class*=" hmenu"].hormenu-position-left:not(.hmenu-center-split):not(.hmenu-position-center):not(.rtl) .navbar-nav-first:not(.navbar-cta) > ul > li:last-child > a,
    body[class*=hmenu-]:not(.hormenu-position-right) .navbar-nav-last > ul:last-child > li:last-child > a, body[class*=hmenu-]:not(.hormenu-position-right) .navbar-nav-last > ul:last-child > li:only-child > a {
        padding-right: 14px !important;
    }
    
    body[class*=hmenu-]:not(.hormenu-position-right) .navbar-nav-last:not(.navbar-cta) > ul > li:first-child > a, body[class*=hmenu-]:not(.hormenu-position-right) .navbar-nav-last:not(.navbar-cta) > ul > li:only-child > a {    
        padding-left: 16px !important;
    }        
    
    .navbar-nav-first:not(.navbar-cta) > ul > li:last-child > a,
    .navbar-cta.navbar-nav-last > ul > li:last-child > a,
    .navbar-cta > ul > li:first-child > a {
        padding-right: 0px !important; 
    }    
    
    .hero-header-title {
        font-size: 3.7em !important;
        line-height: 1.1em;
    }
    
    .footer-subscribe form {
        width: fit-content;
    }
}

@media (max-width: 959px) {
    
    body.menu-mobile-default .main-menu-container .menu-horizontal-inner {
        padding-top: 0px;
    }    
    
    .menu-smart .menu-item {
        border-bottom: 1px solid grey;
        line-height: 2.5em;
    }
    
    .menu-smart .active,
    .menu-smart .menu-item:hover {
        background: var(--ecorange) !important;
    }
    
    .submenu-light .menu-smart li.active > a, .submenu-light .menu-smart li.current-menu-ancestor > a,
    .submenu-light .menu-smart li.wpml-ls-current-language > a, .submenu-light .menu-smart li.current-menu-item:not(.menu-item-type-custom) > a {
        color: #000;   
    }   
    
    .menu-smart li.active > a {
        color: #000;   
    }
    
    .menu-smart > li > a > div > div > div.btn {
        width: 100% !important;
    }
    
    .navbar-nav-last .menu-smart > li > a {
        display: grid !important;
    }
    
    .image-hover p {
        font-size: 1.2em;
    }
    
    .notice-container {
        padding: 40px 20px !important;
    }
    
}

@media (max-width: 600px) {
  .hr-with-button button {
    font-size: 0.9rem;
    padding: 0.5rem 1rem;
  }
}

@media (max-width: 569px) {
    .btn:not(input):not(.checkout-button):not(.btn-no-scale), .btn-link:not(input):not(.checkout-button):not(.btn-no-scale) {
        transform: scale(1);
        transform-origin: center;
    }
}

@media (max-width: 480px) {
    h1.service-title {
        font-size: 30px !important; 
    }
}

@media (max-width: 400px) {
  .hr-with-button button {
    font-size: 0.85rem;
    padding: 0.45rem 0.9rem;
  }
}

@media (max-width: 375px) {
    h1.service-title {
        font-size: 29px; 
    }
}