/*
Theme Name: AHA Moments
Theme URI: https://wordpress.org/themes/twentyseventeen/
Author: Andrei Sava Team
Author URI:  
Description:
Version: 2025
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html


This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* @font-face {
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: normal;
    src: local('Helvetica'), url('./assets/fonts/Helvetica.woff') format('woff');
} */

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media screen and (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media screen and (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
    .hidden-xl,
    .hidden-md {
        display: none;
    }
    .show-on-desktop {
        display: block;
    }
}

@media screen and (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

@media screen and (max-width: 991px) {
    .show-on-mobile {
        display: block;
    }
    .hidden-sm {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .hidden-xs {
        display: none;
    }
}

*:focus {
    outline: none;
}

a {
    color: #141414;
    text-decoration: none;
    position: relative;
}

a:hover {
    color: #2D7FB4;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Poppins", Arial, sans-serif;
    color: #141414;
    font-size: 16px;
}

p {
    font-size: 16px;
}

:focus {
    outline: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 26px
}

ol,
ul {
    list-style: none
}

article ul {
    list-style: disc
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    -webkit-appearance: none;
    -moz-appearance: none
}

input[type=search] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical
}

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    max-width: 100%
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden] {
    display: none
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

a:focus {
    outline: 0
}

a:active,
a:hover {
    outline: 0
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    max-width: 100%;
}

figure {
    margin: 0
}

form {
    margin: 0
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    border: 0;
    padding: 0;
    white-space: normal;
    *margin-left: -7px
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle
}

button,
input {
    line-height: normal
}

button,
select {
    text-transform: none
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    *overflow: visible
}

button[disabled],
html input[disabled] {
    cursor: default
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto;
    vertical-align: top
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

html,
button,
input,
select,
textarea {
    color: #222
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none
}

::selection {
    background: #b3d4fc;
    text-shadow: none
}

img {
    vertical-align: middle
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0
}

textarea {
    resize: vertical
}

.icon.icon-angle-down {
    display: none
}

/* Header */

header .row-center {
    display: flex;
    align-items: center;
    margin: 0;
}

#custom-header {
    padding: 20px 0;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 100
}

#custom-header.sticky {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 100;
    display: flex;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.06);
    align-items: center;
}

#custom-header .container {
    width: 100%
}

body.scroll-header {
    padding-top: 0;
}

.header-logo img {
    height: auto;
    width: auto;
}

.nav-header-menu a {
    font-family: Poppins;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    color: #302B28;
}

.nav-header-menu a:hover {
    text-decoration: none;
    color: #F98232;
}

.nav-header-menu ul {
    padding: 0;
    margin: 0;
}

.nav-header-menu .sub-menu {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    min-width: 120px;
    padding: 10px 0;
    box-shadow: 0px 0px 25px -5px rgba(0, 0, 0, 0.15);
}

.nav-header-menu .menu-item-has-children {
    position: relative;
}

.nav-header-menu .menu-item-has-children:hover .sub-menu {
    display: block;
}

.nav-header-menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

@media screen and (min-width:992px) {
    .nav-header-menu ul {
        display: flex;
        align-items: center;
    }
    .nav-header-menu ul>li {
        padding: 0 10px;
    }
    .nav-header-menu ul>li:last-child {
        padding-right: 0;
    }
}

/* Responsive Menu Button */

@media screen and (max-width:991px) {
    .mobile-trigger {
        display: inline-block;
        cursor: pointer;
    }
    .icon-trigger {
        position: relative;
        right: 0;
        top: calc( 50% - 15px);
        z-index: 101;
        margin: 0;
        padding: 0;
        background: transparent;
        border: 0;
        float: right;
    }
    .bar1,
    .bar2,
    .bar3 {
        width: 35px;
        height: 2px;
        background-color: #000;
        margin: 6px 0;
        transition: 0.4s;
        display: block;
    }
    .change .bar1 {
        -webkit-transform: rotate(-45deg) translate(-9px, 6px);
        transform: rotate(-45deg) translate(-10px, 6px);
        background-color: #000;
    }
    .change .bar2 {
        opacity: 0;
    }
    .change .bar3 {
        -webkit-transform: rotate(45deg) translate(-8px, -8px);
        transform: rotate(45deg) translate(-5px, -1px);
        background-color: #000;
    }
    .header-logo {
        position: relative;
        z-index: 111
    }
    .nav-header-menu ul li a {
        padding: 15px 0;
        display: block;
        font-size: 22px;
        line-height: 30px;
        text-align: center;
    }
    .nav-header-menu {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        height: 100vh;
        width: 100vw;
        background: #fff;
        z-index: 100;
        justify-content: center;
        align-items: center;
        padding: 30px;
    }
    .menu-active .nav-header-menu {
        display: flex;
    }
}

/* Footer */

.site-footer {
    display: flex;
    padding: 60px 30px 40px;
    color: #fff;
    flex-direction: column;
    background: linear-gradient(85.2deg, #F98232 0.27%, #F01E50 99.73%);
    max-width: 1280px;
    margin: 0 auto;
    border-radius: 24px;
    max-width: 1180px;
    margin: 0 auto;
    display: table;
    width: 100%;
}

.site-footer .widget a {
    color: #fff;
    text-decoration: none
}

.site-footer .widget-title {
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    margin: 0 0 5px;
    vertical-align: bottom;
}

.site-footer ul {
    margin: 0;
    padding: 0;
}

.site-footer p {
    margin: 0;
}

.site-footer .widget {
    margin: 0 0 20px;
}

.top-footer {
    margin-bottom: 0;
}

@media screen and (min-width:992px) {
    .top-footer .row .col-md-3 {
        width: 20%
    }
    .top-footer .row .col-md-9 {
        width: 60%
    }
    .top-footer .row .col-md-3:first-child {
        width: 40%
    }
}

.copyright-section * {
    margin: 0;
    padding: 0
}

.sm_logos a {
    margin-right: 20px;
}

.copyright-section {
    text-align: center;
    padding: 15px 0 0;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #B8C0CC;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin-top: 15px;
}

@media screen and (max-width:991px) {
    .site-footer section {
        margin-bottom: 30px;
    }
    .top-footer {
        margin: 0;
    }
}

.content-area {
    padding: 0;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1180px;
        width: 100%;
    }
}

main.single-post {
    padding: 40px 0
}

.title-general h3,
.title-general h2,
.title-general {
    font-family: Poppins;
    font-weight: 700;
    font-size: 52px;
    line-height: 56px;
    color: #302B28;
    vertical-align: bottom;
    margin: 0;
}

.title-general strong {
    background: linear-gradient(90deg, #F98232 0%, #F01E50 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.hero_section {
/*     max-width: 1280px; */
/*     margin: 30px auto; */
	    min-height: 800px;
    background: url(./assets/images/hero_home.png) center right no-repeat;
    background-size: cover;
	 display: flex;
    align-items:center;
}

.hero_home_background {
	padding-top: 100px;
    display: flex;
/*     align-items:center; */
    flex-direction: column;
/*     justify-content: center; */
  

}

.hero_section h1 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 64px;
    line-height: 72px;
    letter-spacing: 0%;
    color: #000;
    margin: 0 0 30px;
    max-width: 472px;
}

.hero_section h1 strong {
    background: linear-gradient(90deg, #F98232 0%, #F01E50 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.hero_section p {
    font-family: Poppins;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #302B28;
    max-width: 472px;
}

.hero_section a {
    background: linear-gradient(90deg, #F98232 0%, #F01E50 100%);
    color: #fff;
    font-family: Poppins;
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    border-radius: 12px;
    padding: 12px 30px;
    display: inline-block;
    margin-top: 20px;
}

.hero_section a:hover {
    text-decoration: none;
    opacity: .9
}

.custom_button a {
    background: linear-gradient(90deg, #F98232 0%, #F01E50 100%);
    color: #fff;
    font-family: Poppins;
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    border-radius: 12px;
    padding: 12px 30px;
    display: flex;
}

.custom_button a:hover {
    text-decoration: none;
    opacity: .9;
    color: #fff;
}

.content_box_contact a:hover {
    text-decoration: none;
    opacity: .9;
    color: #fff;
}

.section-contact {
    padding: 20px 0 50px;
    max-width: 1280px;
    margin: 0 auto;
}

.form_custom div.col-xs-12 {
    margin: 0 0 20px;
}

.form_custom div.col-md-12 div p {
    font-family: Poppins;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0%;
    vertical-align: bottom;
    color: #302B28;
}

.form_custom textarea {
    height: auto;
    max-height: 100px;
}

.form_custom textarea,
.form_custom input {
    border: 0;
    border-radius: 0;
    padding: 12px;
    display: inline-block;
    width: 100%;
    box-shadow: none;
    border-bottom: 1px solid #302B28;
}

.box_contact * {
    color: #fff;
}

.box_contact h3 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 34px;
    line-height: 36px;
    vertical-align: bottom;
    margin: 0;
}

.box_contact a img {
    max-height: 14px;
}

.form_custom {
    padding: 30px 30px 10px;
    background: #fff;
    display: inline-block;
    width: 100%;
    border-radius: 24px;
}

.custom_container_contact {
    background: #F9F8F8;
    padding: 50px;
    border-radius: 24px;
    margin-top: 30px;
    max-width: 1280px !important;
    width: 100% !important;
}

.box_contact {
    background: linear-gradient(90deg, #F98232 0%, #F01E50 100%);
    min-height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 35px 30px 20px;
    color: #fff;
    border-radius: 24px;
}

.form_custom input[type="submit"] {
    background: linear-gradient(90deg, #F98232 0%, #F01E50 100%);
    color: #fff;
    font-family: Poppins;
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    border-radius: 12px;
    padding: 12px 30px;
    display: inline-block;
    margin-top: 20px;
    width: auto;
    border: 0 !important;
    box-shadow: none !important;
}

.section-press-releases {
    display: table;
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 100px;
}

.single-press-release {
    padding: 0 10px;
}

.press-release-image img {
    width: 100%;
    height: auto;
    border-radius: 24px;
}

.press-release-title {
    margin: 20px 0;
    color: #302B28;
    font-family: Poppins;
    font-weight: 700;
    font-size: 34px;
    line-height: 40px;
    vertical-align: bottom;
    color: #302B28;
    width: 100%;
    padding: 0 20px;
}

.press-release-content {
    padding: 0 20px;
}

.press-release-content,
.press-release-content * {
    font-family: Poppins;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0%;
    color: #302B28;
}

.mins_read img {
    max-height: 15px;
    margin-right: 5px;
}

.mins_read span {
    font-family: Poppins;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #acaaa9;
}

.mins_read {
    font-family: Poppins;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #acaaa9;
    display: flex;
}

.custom_button.press-release-link a {
    align-items: center;
}

.custom_button.press-release-link img {
    margin-right: 5px;
}

.bottom_info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
}

.view-more img {
    margin-left: 20px;
}

.row-center .title-general,
.row-center h2 {
    margin: 0;
}

.row-center {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.inner-table {
	margin: 0 0 30px;
}
.inner-table td[width="77"]{
	min-width: 210px;
}
.inner-table table {
 
  border-collapse: collapse;
  width: 100%;
}

.inner-table td,.inner-table th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}

.inner-table tr:nth-child(even) {
  background-color: #dddddd;
}
@media screen and (max-width:991px) {
	.wrapper-table{
		max-width: 100%;
		overflow: hidden
	}
	.inner-table{
		overflow-x: scroll
	}
	.inner-table table{
		min-width: 800px;
	}
    .row-center {
        flex-direction: column;
    }
}

.view-more {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-family: Poppins;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    color: #302B28;
}

.slick-prev::before,
.slick-next::before {
    display: none;
}

.slick-slider {
    position: relative;
}

.slick-slider .slick-prev {
    width: 35px !important;
    height: 35px !important;
    color: transparent;
    left: -30px;
    background: url(./assets/images/left_arrow.svg) center center no-repeat !important;
    background-size: cover !important;
    transform: none;
    top: calc(50% - 17.5px);
    bottom: auto;
    z-index: 99;
}

.section-team .slick-slider .slick-prev {
    left: 10px;
}

.slick-slider .slick-next {
    z-index: 99;
    width: 35px !important;
    height: 35px !important;
    color: transparent;
    right: -30px;
    background: url(./assets/images/right_arrow.svg) center center no-repeat !important;
    background-size: cover !important;
    transform: none;
    top: calc(50% - 17.5px);
    bottom: auto;
}

.section-team .slick-slider .slick-next {
    right: 10px;
}

.section-case-studies {
    background: url(./assets/images/case_hero.jpg) center center no-repeat;
    background-size: cover;
    min-height: 782px;
    padding: 35px;
    max-width: 1280px;
    margin: 0 auto;
    border-radius: 24px;
    display: flex;
    align-items: center;
}

.info_case_studies {
    background: #fff;
    padding: 10px 0px;
    border-radius: 24px;
    margin-top: -40px;
    z-index: 1;
    position: relative;
}

.image_team img {
    border-radius: 24px;
    width: 100%;
    height: auto;
}

.name_team {
    font-family: Poppins;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    margin: 20px 0 0;
    color: #302B28
}

.description_team *,
.description_team {
    font-family: Poppins;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #acaaa9;
}

.loop-team {
    margin-top: 50px
}

.bio_team {
    font-family: Poppins;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 20px;
    color: #302B28
}

.box_team {
    padding: 0 10px;
}

.section-team {
    padding: 50px 0
}

/* Style the tab */

.tab {
    overflow: hidden;
    border: 0;
}

/* Style the buttons inside the tab */

.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 30px;
    transition: 0.3s;
    font-family: Poppins;
    font-weight: 600;
    font-size: 32px;
    line-height: 24px;
    text-align: center;
    vertical-align: bottom;
    color: #302B28;
    margin-right: 10px;
    background: #F1EFEF;
    border: 0;
    border-radius: 13px
}

/* Change background color of buttons on hover */

.tab button:hover {
    background-color: #F98232;
}

/* Create an active/current tablink class */

.tab button.active {
    background-color: #F98232;
    color: #fff;
}

.tabcontent p {
    font-family: Poppins;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 0%;
    vertical-align: bottom;
    color: #302B28;
}

.tabcontent h2,
.tabcontent h3 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    letter-spacing: 0%;
    vertical-align: bottom;
    color: #302B28;
    margin: 0 0 10px
}

.tabcontent h2 strong,
.tabcontent h3 strong {
    background: linear-gradient(90deg, #F98232 0%, #F01E50 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

/* Style the tab content */

.tabcontent {
    display: none;
    padding: 20px;
    border: 0 ;
	border-top: none;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #fff;
    bottom: -15px;
    max-width: 480px;
    border-radius: 24px;
}

.wrapper_image_values img {
    border-radius: 24px;
}

.wrapper_image_values {
    position: relative;
    margin: 10px 0 0
}

.section-values:before {
    content: '';
    width: 586px;
    height: 874px;
    background: url(https://andrei-sava.eu/aha-moments/wp-content/uploads/2025/03/Group.png) center center no-repeat;
    background-size: cover;
    left: 0;
    top: 200px;
    display: block;
    position: absolute;
    transform: rotate(2deg);
}

.section-values {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
}

.section-about {
    padding: 100px 0;
}

.section-about .title-general {
    text-align: center
}

.section-about .subtitle-general {
    text-align: center;
    margin: 15px auto 50px;
    max-width: 400px;
}
@media screen and (min-width:992px){
	.box_about h3{
		min-height: 72px;
	}
}
.box_about h3 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 32px;
    line-height: 36px;
    letter-spacing: 0%;
    vertical-align: bottom;
    color: #302B28;
    margin: 20px 0 20px
}

.box_about h3 strong {
    background: linear-gradient(90deg, #F98232 0%, #F01E50 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.box_about p {
    font-family: Poppins;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0%;
    color: #302B28;
}

.box_about {
    margin: 20px 0;
    background: #F9F8F8;
    padding: 20px;
    border-radius: 24px
}

.section-1-capabilities {
    background: url(https://andrei-sava.eu/aha-moments/wp-content/uploads/2025/03/hero_capabilities.png) center left no-repeat;
    background-size: cover;
    min-height: 385px;
    padding: 50px;
    border-radius: 24px;
}

.section-1-capabilities .col-md-6 .row .col-md-6 {
    padding: 0 10px;
}

.section-1-capabilities .title-general *,
.section-1-capabilities .title-general,
.section-1-capabilities .content-general {
    color: #fff !important;
}

.section-1-capabilities .title-general {
    margin-bottom: 20px;
}

.box_section-1-capabilities * {
    color: #302B28;
}

.title_box_s1 {
    font-family: Poppins;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    vertical-align: bottom;
    margin: 0 0 10px;
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.active .title_box_s1 {
    background: linear-gradient(90deg, #F98232 0%, #F01E50 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.title_box_s1:after {
    content: '';
    background: url(https://andrei-sava.eu/aha-moments/wp-content/uploads/2025/06/Vector.svg) center center no-repeat;
    background-size: cover;
    width: 9px;
    height: 4px;
    display: inline-block;
    margin-left: 7px;
}

.active .title_box_s1:after {
    content: '';
    background: url(https://andrei-sava.eu/aha-moments/wp-content/uploads/2025/06/Vector-1.svg) center center no-repeat;
    background-size: cover;
    width: 9px;
    height: 4px;
}

.content_box_s1 ul {
    padding-left: 15px;
    list-style: disc;
}

.content_box_s1 li,
.content_box_s1 p {
    font-family: Poppins;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0%;
}

.content_box_s1 {
    display: none
}

.active .content_box_s1 {
    display: block;
}

.box_section-1-capabilities {
    padding: 20px;
    background: #fff;
    border-radius: 24px;
    margin-bottom: 20px;
    min-height: 206px;
}

.section-2-capabilities {
    padding: 50px 0;
}

.counter {
    background: linear-gradient(90deg, #F98232 0%, #F01E50 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    font-family: Poppins;
    font-weight: 700;
    font-size: 48px;
    line-height: 58px;
    text-align: center;
    vertical-align: bottom;
}

.text-after-counter {
    font-family: Poppins;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: bottom;
    color: #302B28
}

.box_section-2-capabilities {
    margin-bottom: 25px;
}

.box_section-3-capabilities {
    background: #F9F8F8;
    padding: 30px;
    border-radius: 24px;
    margin-bottom: 30px;
}

.title_s3_capabilities h2 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 48px;
    line-height: 48px;
    vertical-align: bottom;
    margin: 0 0 30px;
}

.title_s3_capabilities strong {
    background: linear-gradient(90deg, #F98232 0%, #F01E50 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.single_in_list img {
    margin-right: 15px
}

.list_s3_capabilities {
    min-height: 421px;
}

.single_in_list {
    display: flex;
    font-family: Poppins;
    font-weight: 400;
    font-size: 16px;
    margin: 0 0 20px;
}

.single_in_list strong {
    font-weight: bold;
}

.single_in_list p {
    margin: 0
}

.section-offer {
    min-height: 1350px;
    overflow: hidden;
    background: url(https://andrei-sava.eu/aha-moments/wp-content/uploads/2025/03/Group-1.png) center center no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
}

@media screen and (max-width:991px) {
    .section-offer {
        flex-direction: column;
    }
}

.box_section-1-offer {
    width: 375px;
    height: 375px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    flex-direction: column;
    padding: 25px;
    position: relative;
}

.subtitle_box_s1_offer {
    font-family: Poppins;
    font-weight: bold;
    font-size: 32px;
    line-height: 36px;
    letter-spacing: 0%;
    text-align: center;
    background: linear-gradient(90deg, #F98232 0%, #F01E50 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    position: relative;
    z-index: 2;
    margin-top: 10px;
    margin-bottom: 10px;
}

.title__box_capabilities {
    font-family: Poppins;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    vertical-align: bottom;
    color: #000;
    margin: 0 0 10px;
}

.title_box_s1_offer {
    font-family: Poppins;
    font-weight: normal;
    font-size: 20px;
    line-height: 1;
    margin: 10px 0;
    text-align: center;
    vertical-align: bottom;
    color: #302B28;
    position: relative;
    z-index: 2;
    transition: .25s all;
    margin: 0 auto;
    max-width: 245px;
}

.content_box_s1_offer p {
    font-family: Poppins;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: bottom;
    color: #302B28;
    position: relative;
    z-index: 2;
    transition: .5s all;
}

.cta_box_s1_offer a {
    font-family: Poppins;
    font-weight: 500;
    font-size: 13.87px;
    line-height: 13.87px;
    letter-spacing: 0%;
    color: #302B28;
    background: #FFFFFF;
    border-radius: 14px;
    padding: 10px 20px;
    transition: .5s all;
}

.cta_box_s1_offer a:hover {
    text-decoration: none;
}

.cta_box_s1_offer {
    opacity: 0;
    position: relative;
    z-index: 2;
    margin: 10px 0;
    transform: translateY(90px);
    transition: .5s all;
}

.box_section-1-offer:hover .cta_box_s1_offer {
    opacity: 1;
    transform: translateY(0px);
    transition: .5s all;
}

.box_section-1-offer:hover:after {
    content: '';
    background: rgba(249, 130, 50, .95);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    z-index: 0;
}

.box_section-1-offer:hover * {
    color: #fff;
    transition: .25s all;
}

.box_section-1-offer:hover .subtitle_box_s1_offer {
    background: transparent;
    -webkit-background-clip: none;
    -webkit-text-fill-color: #fff;
    background-clip: text;
    color: #fff;
    transition: .25s all;
}

.box_section-1-offer:hover .cta_box_s1_offer a {
    color: #302B28;
}

.col_copy {
    display: flex;
    align-items: center;
}

.col_copy section:last-child {
    max-width: 200px;
    margin-left: 15px !important;
}

.col_gdpr li {
    float: left;
    margin-right: 10px;
}

@media screen and (max-width:991px) {
    .col_copy {
        flex-direction: column;
    }
}

@media screen and (min-width:1000px) {
    #box_id_2 {
        position: absolute;
        left: 320px;
        top: 200px;
        z-index: 1;
    }
    .row-custom {
        display: flex;
        align-items: center;
    }
}

/* Single Post Custom */

.grid-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr); 
    grid-template-rows: repeat(2, auto); 
    gap: 20px; 
}

@media screen and (max-width:991px) {
    .grid-container {
        display: grid;
        grid-template-columns: repeat(1, 1fr); 
        grid-template-rows: repeat(1, auto); 
        gap: 20px; 
    }
}

.box_custom_single_post {
    background: #F9F8F8;
    border-radius: 30px;
    padding: 15px 15px;
    margin-bottom: 10px;
    cursor: pointer
}

.top_side_single_post img {
    margin-right: 10px;
}

.top_side_single_post {
    display: flex;
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
    margin: 0;
    align-items: center;
}

.top_side_single_post h3 {
    font-weight: 600;
    font-size: 22px;
    line-height: 24px;
    margin: 0;
}

@media screen and (min-width:992px) {
    .top_side_single_post h3 {
        min-height: 52px;
        align-items: center;
        display: flex;
        line-height: 1;
    }
}

.bottom_side_single_post {
/*     min-height: 200px; */
}

.bottom_side_single_post p {
    font-size: 16px;
    color: #302B28;
    line-height: 20px;
}

.listing_specifications h3 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 32px;
    line-height: 30px;
    letter-spacing: 0%;
    vertical-align: bottom;
    color: #302B28;
}

.row_3_custom,
.row_2_custom,
.row_1_custom {
    display: flex;
    width: 100%;
    margin-bottom: 40px;
}

.row_3_custom,
.row_2_custom {
    align-items: flex-end;
}

.listing_specifications {
    padding: 50px 0;
}

.box.box_active .box_custom_single_post * {
    color: #fff;
}

.box.box_active .box_custom_single_post {
    background: #F98232;
    color: #fff;
}
.box .box_custom_single_post img{
		max-height: 50px;
}
.box.box_active .box_custom_single_post img {
    filter: invert(1) hue-rotate(10deg) saturate(0%) brightness(3.1);

}

.listing_specifications ul {
    list-style: none;
    padding-left: 0;
}

.listing_specifications p,
.listing_specifications li {
    font-family: Poppins;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
}

.listing_specifications li {
    padding: 15px 0;
    border-bottom: 1px solid #F98232;
}
.page-template-template-simple section .container ol{
	list-style: decimal;
	padding-left: 20px;
}
.page-template-template-simple section .container ul{
	list-style: disc;
	padding-left: 20px;
}
@media screen and (max-width:991px) {
    .row_3_custom,
    .row_2_custom,
    .row_1_custom {
        display: flex;
        flex-direction: column;
        width: 100%;
        margin-bottom: 40px;
        align-items: flex-start;
    }
    .bottom_side_single_post {
        min-height: 0
    }
    .hero-section h1 {
        font-size: 40px !important;
        line-height: 1.2 !important;
    }
    .grid-container {
        padding: 0 10px
    }
    .hero-section {
        margin-bottom: 30px !important;
        margin-top: 30px !important
    }
    .wrapper_image_values .tabcontent h3 {
        font-size: 18px;
        line-height: 1.2;
        margin: 0 0 5px
    }
    .tabcontent p {
        font-size: 14px;
        line-height: 1.2;
    }
    .tabcontent {
        padding: 10px;
    }
    .slick-slider .slick-prev {
        left: 5px !important;
    }
    .slick-slider .slick-next {
        right: 5px !important;
    }
}