/*
Theme Name: BackOffice
Theme URI: https://min-code.com
Author: MinCode Group
Author URI: https://min-code.com
Version: 1.0
Text Domain: #
*/

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

* {
  margin: 0;
  padding: 0;
}

:root {
  --blue: #0463EF;
  --dark: #192335;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  font-size: 16px;
  line-height: 150%;
  width: 100%;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #000;
}

.d-flex {
  flex-wrap: wrap;
}

.align-center {
  align-items: center;
}

.h1,
h1 {
  font-size: 50px;
  line-height: 140%;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.h2,
h2 {
  font-size: 45px;
  line-height: 140%;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.h3,
h3 {
  font-size: 28px;
  line-height: 140%;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.h4,
h4 {
  font-size: 24px;
  line-height: 140%;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.h5,
h5 {
  font-size: 22px;
  line-height: 140%;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.h6,
h6 {
  font-size: 20px;
  line-height: 150%;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.h1, .h2, .h3, .h4, .h5, .h6,
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0
}

p {
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 30px;
  color: #000;
}

a {
  font-size: 16px;
  line-height: 150%;
  transition: 0.3s;
  text-decoration: none;
  color: #000;
}

a:hover {
  transition: 0.3s;
  color: var(--red)
}

ul {
  margin-bottom: 0;
}

b {
  font-weight: 600
}

strong {
  font-weight: 700
}

img {
  width: 100%;
  height: auto;
}

.container {
  max-width: 1470px;
  width: 100%;
  padding: 0 15px;
}

.mt-12 {
  margin-top: 120px;
}

.mb-12 {
  margin-bottom: 120px;
}

.mg-12 {
  margin: 120px 0;
}

.main_btn {
  font-size: 16px;
  line-height: 100%;
  font-weight: 600;
  padding: 16px 32px;
  display: inline-block;
  border: 1px solid;
  border-radius: 4px;
  transition: 0.3s
}

.main_btn.btn_blue {
  background: var(--blue);
  border-color: var(--blue);
  color: white;
}

.main_btn.btn_blue:hover {
  background: var(--dark);
  border-color: var(--dark);
}

.main_menu {
  justify-content: flex-end;
}

.main_menu ul {
  list-style: none;
  padding-left: 0;
  display: flex;
  align-items: center;
  gap: 40px;
}

.main_menu ul li a {
  font-size: 15px;
  line-height: 100%;
  position: relative;
}


.main_menu ul li a::before {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--blue);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.3s ease-in-out;
}

.main_menu ul li a:hover,
.main_menu ul li.current_page_item a {
  color: var(--blue)
}

.main_menu ul li a:hover::before,
.main_menu ul li.current_page_item a:before {
  transform: scaleX(1);
}

.header {
  padding: 16px 0;
  position: relative;
  background: white;
  z-index:9999;
  border-bottom: 1px solid #ededed;
}

.header_button {
  float: right;
}

.header_button span {
  display: block;
  font-size: 12px;
  color: #969696;
  line-height: 12px;
  margin-bottom: 5px;
}

.cta_header {
  position: relative;
  margin-left: 100px;
}

.cta_header:before {
  content: '';
  background: url('/wp-content/uploads/2025/09/logos_telegram.svg');
  position: absolute;
  width: 40px;
  height: 40px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  right: 110px;
  top: -1px;
}

.site_logo a {
  font-size: 30px;
  font-weight: 700;
}

.hero {
  padding: 70px 0 80px;
  background: #eff5ff;
}

.hero_content {
  align-items: center;
}

.hero h1 {
  font-size: 56px;
  line-height: 130%;
  margin-bottom: 50px;
}

.hero .description {
  font-size: 20px;
}

.hero_intro {
  padding-right: 56px;
}

.hero_img2 img {
  border-radius: 14px;
  height: 460px;
  object-fit: cover;
}

.hero_img1 img {
  border-radius: 14px;
  height: 260px;
  object-fit: cover;
  margin-bottom: 30px;
}

.bg_blue {
  background: var(--blue);
  border-radius: 14px;
  height: 170px;
}

.hero_img2 {
  padding-left: 30px;
}

.why_us .d-flex {
  border-radius: 20px;
  color: white;
}

.icon_why {
  width: 50px;
  height: 50px;
  object-fit: cover;
  margin-bottom: 30px;
}

.why_us .col-md-3 p {
  margin-bottom: 0;
  margin-top: 15px;
  color: white;
}

.why_us .col-md-3 {
  padding: 40px 30px;
  border-right: 1px solid white;
  background: #192335;
  transition: 0.3s
}

.why_us .col-md-3:hover {
  background: var(--blue)
}

.why_us .col-md-3.why1 {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.why_us .col-md-3.why4 {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.about_img {
  padding-right: 56px;
  position: relative;
}

.about_content_home {
  padding-left: 30px;
}

.about_img img {
  height: 550px;
  border-radius: 14px;
  object-fit: cover
}

.experience {
  background: var(--blue);
  border-radius: 14px;
  color: white;
  text-align: center;
  position: absolute;
  right: 20px;
  bottom: -40px;
  height: auto;
  width: auto;
  padding: 30px;
  padding-top: 20px;
}

.services h2 {
  margin-bottom: 30px;
}

.experience p {
  margin-bottom: 0;
  color: white;
  margin-top: 5px;
}

.experience h3 {
  font-size: 44px;
}

.subtitle {
  margin-bottom: 5px;
  color: #858585;
  margin-top: 0;
}

.about_content_home h2 {
  margin-bottom: 30px
}

.list_why {
  margin: 10px 0
}

.list_img img {
  width: 70px;
  height: auto;
  margin-top: 5px;
}

.list_content h6 {
  margin-bottom: 10px;
}

.list1 {
  margin-top: 20px;
}

.serv_icon {
  position: absolute;
  left: 15px;
  top: 15px;
  width: 60px;
  height: 60px;
  border-radius: 11px;
  background: #0463EF;
  padding: 10px;
  z-index: 2;
}

.single_serv_img {
  position: relative;
  margin-bottom: 10px;
  z-index: 1;
}

.serv_img {
  position: relative;
  height: 260px;
  border-radius: 14px;
  object-fit: cover;
}

.single_serv_content {
  padding: 30px;
  border: 1px solid #dedede;
  border-radius: 14px;
}

.single_serv_content ul {
  list-style: none;
  padding-left: 0;
  margin-top: 20px;
  margin-bottom: 40px;
}

.single_serv_content ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
}

.single_serv_content ul li:last-child {
  margin-bottom: 0;
}

.single_serv_content ul li:before {
  content: '';
  background: url('/wp-content/uploads/2025/09/primary-1.svg');
  width: 15px;
  height: 15px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 4px;
}

.single_serv {
  padding-right: 32px;
}

.services_bg {
  background-image: url('/wp-content/uploads/2025/09/3a2b8b2fbe82bf63c08ec29de36c3070760de8e6.jpg');
  border-radius: 14px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.services.mg-12 {
  margin-top: 160px;
}

.prices h2 {
  margin-bottom: 10px;
}

.single_price {
  background: #F6F7FA;
  padding: 20px 30px;
  border-radius: 14px;
  position: relative;
}

.price_title {
  font-size: 15px;
  margin-bottom: 25px;
}

.price {
  font-weight: 600;
}

.price span {
  font-size: 50px;
}

.single_price ul {
  padding-left: 0;
  margin-bottom: 90px;
  list-style: none;
}

.single_price ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 5px
}

.price_ul {
  margin-bottom: 15px;
  margin-top: 40px;
  font-weight: 600
}

.single_price ul li:before {
  content: '';
  background: url('/wp-content/uploads/2025/09/primary-1.svg');
  width: 15px;
  height: 15px;
  background-position: center!important;
  background-size: contain!important;
  background-repeat: no-repeat!important;
  position: absolute;
  left: 0;
  top: 4px;
}

.single_price .main_btn {
  font-size: 14px;
  position: absolute;
  bottom: 20px;
}

.d-flex.price-col {
  margin-top: 40px;
  gap: 32px;
}

@media (min-width: 768px) {
  .single_price.col-md-4 {
    flex: 0 0 auto;
    width: calc(33.33333333% - 22px);
  }
}

.single_price.featured {
  background: var(--blue);
  color: white;
}

.featured .price_title,
.featured .price,
.featured .price_ul {
  color: white;
}

.featured .main_btn.btn_blue {
  background: var(--dark);
  border-color: var(--dark)
}

.featured.single_price ul li:before {
  background: url('/wp-content/uploads/2025/09/primary-1-1.svg')
}

.modal {
    display: none;
    position: fixed;
    z-index: 4000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999999;
}

.modal-content {
    background: white;
    margin: 10% auto;
    padding: 40px ;
    border-radius: 8px;
    width: 80%;
    max-width: 700px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    animation: fadeIn 0.3s;
}

.modal-content .close {
    color: white;
    width: 43px;
    height: 43px;
    font-size: 3rem;
    line-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    position: absolute;
    right: 5px;
    top: 5px;
}

.modal-content .gform_title {
    display: none;
}

.modal-content .close img {
    width: 25px;
    height: 25px;
    margin-right: 11px;
}

.modal-content .close:hover,
.modal-content .close:focus {
    color: #000000;
    text-decoration: none;
    cursor: pointer;
}

.modal-content .ginput_container_consent {
    display: flex;
    align-items: center;
}

.modal-content .form_two {
    display: flex;
    column-gap: 20px;
}

.modal-content .form_two .form-group {
    width: 50%;
}

.modal-content .ginput_container_consent label {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 3px;
    margin-left: 9px;
}

.modal-content input,
.modal-content textarea {
    border-color: #ccc
}

.modal-content textarea {
    width: 100%;
    height: 120px;
    padding: 10px;
    font-size: 1.6rem;
}

.contact_form .modal-content input[type="submit"] {
  width: 100%;
  padding: 15px;
}

.message_form {
    margin-top: 20px;
}

.modal-content .gform_button {
    background: #0b0b0b;
    color: #ffffff;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    padding: 10px;
    transition: 0.3s;
    margin-bottom: 0;
    margin-top: 10px;
    border: none;
}

.modal-content .gform_button:hover {
    background: #0b0b0b;
    color: #ffffff;
    width: 100%;
    font-size: 1.8rem;
    font-weight: 500;
    padding: 10px;
    transition: 0.3s;
    margin-top: 10px;
    margin-bottom: 0;
    border: none;
}

.modal-content h2 {
    font-size: 35px;
    margin-bottom: 20px;
    font-weight: 600;
    color: black;
}

.modal-content .modal_line {
    margin-bottom: 15px;
}

.modal-content label {
    display: block;
    font-weight: bold;
    font-size: 1.6rem;
    margin-top: 10px;
    margin-bottom: 10px;
}

.modal-content input[type="text"],
.modal-content input[type="tel"],
.modal-content input[type="email"] {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    font-size: 1.6rem;
    border-radius: 0;
    transition: border-color 0.3s;
}

.modal-content input[type="text"]:focus,
.modal-content input[type="tel"]:focus,
.modal-content input[type="email"]:focus {
    border: none;
    box-shadow: none;
}

.modal-content .wpcf7-list-item {
    font-size: 1.4rem;
    margin: 15px 0 5px;
    color: black;
}

.second_footer ul li {
  position: relative;
}

li.address,
li.email {
  padding-left: 36px;
}

li.address {
  margin-bottom: 25px!important
}

li.address:before {
  content: '';
  width: 28px;
  height: 28px;
  position: absolute;
  left: 0;
  top: 2px;
  background: url('/wp-content/uploads/2025/09/address-location-map-svgrepo-com-1.svg');
  background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

li.email:before {
  content: '';
  width: 28px;
  height: 28px;
  position: absolute;
  left: 0;
  top: -2px;
  background: url('/wp-content/uploads/2025/09/email-svgrepo-com.svg');
  background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}


.template_simple .page_content h2 {
  margin-top: 50px;
  margin-bottom: 10px;
  font-size: 25px;
  line-height: 150%;
  color: #192335;
  text-decoration: underline;
}

.hero_section {
    position: relative;
    background: #F6F7FA;
    padding: 60px 0;
}

.hero_section h1 {
    color: #1A2728;
    text-align: center;
    font-size: 55px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.breadcrumbs {
    position: absolute;
    bottom: -21px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    padding: 10px 50px;
    border-radius: 7px;
    display: inline-block;
    border: 1px solid #ededed;
}

.breadcrumbs ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    font-size: 18px;
}

.breadcrumbs ul li {
    font-size: 16px;
    color: #000;
}

.breadcrumbs ul li:not(:last-child)::after {
    content: "/";
    margin: 0 20px;
    color: #000;
}

.breadcrumbs ul li:last-child {
    color: var(--blue)
}

.breadcrumbs ul li a {
    text-decoration: none;
    color: #333;
    transition: color 0.2s ease;
}

.breadcrumbs ul li a:hover {
    color: #000;
}

.contact_left{
    border: 1px solid #EAECF1;
    background: #FFF;
    padding: 30px;
    border-radius: 20px;
}

.contact_right{
    padding-left: 40px;
}

.contact_right p{
    color: #333;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
}

.contact_form h2{
    margin-bottom: 25px;
}

.contact_form br {
    display: none;
}

.contact_form label {
    color: #333;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 5px;
}

.contact_form input[type="text"],
.contact_form input[type="email"],
.contact_form textarea {
    width: 100%;
    padding: 14px 20px;
    font-size: 16px;
    color: #909DAD;
    border-radius: 7px;
    border: 1px solid #EAECF1;
    background: #F6F7FA;
    margin-bottom: 15px;
    transition: border-color 0.3s ease;
}

.contact_form p{
    margin-bottom: 0;
}

.contact_form input::placeholder,
.contact_form textarea::placeholder {
    color: #909DAD;
}

.contact_form input[type="text"]:focus,
.contact_form input[type="email"]:focus,
.contact_form textarea:focus {
    border-color: var(--primary-color);
    outline: none;
}

.contact_form textarea {
    width: 100%;
    height: 150px;
    resize: none;
}

.contact_form .form_field{
    width: 50%;
}

.contact_form input[type="submit"] {
    margin-top: 30px;
    background-color: var(--blue);
    color: #fff;
    padding: 10px 18px;
    font-size: 16px;
    font-weight: 400;
    border: none;
    border-radius: 7px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.contact_form input[type="submit"]:hover {
    background-color: #0758cc;
}

.contact_form .wpcf7-list-item{
    margin: 0;
}

.contact_form .d-flex {
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
}

.contact_form .d-flex label {
    flex: 1;
}


@media (max-width: 768px) {
    .d-flex {
        flex-direction: column;
    }
}

.contact_form .wpcf7-not-valid-tip {
    margin-bottom: 30px;
}

.contact_ul{
    margin-top: 50px;
    padding-left: 0;
    list-style: none;
}

.contact_ul .d-flex{
    gap: 30px;
}

.contact_ul img{
    width: 50px;
    height: 50px;
}

.contact_ul li{
    display: flex;
    gap: 25px;
    margin-bottom: 30px;
}

.statistics_content{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.statistic_item{
    padding: 20px;
    border-radius: 20px;
    border: 1px solid #EAECF1;
    margin-top: 10px;
    margin-bottom: 40px;
}

.statistic_item h3{
    color: var(--blue);
    font-size: 55px;
    font-weight: 400;
    text-align: center;
}

.statistic_item p{
    color: #333;
    margin-top: 5px;
    font-size: 15px;
    font-style: normal;
    text-align: center;
    line-height: 25px;
    margin-bottom: 0;
}

.support_left{
    padding-right: 40px;
    margin: auto 0;
}

.support_left h2{
    margin-bottom: 40px;
}

.support_right img{
    width: 100%;
    height: 599px;
    object-fit: cover;
    flex-shrink: 0;
    border-radius: 20px;
}

.stacked {
    position: relative;
    padding: 90px 16px 140px; /* spațiu pentru butoane jos */
    display: flex;
    justify-content: center;
}
.stacked .bg {
    position: absolute;
    inset: 40px 80px;
    background: var(--blue);
    border-radius: 20px;
    z-index: 0;
}

.testimonial-swiper {
    width: min(760px, 100%);
    height: 340px;
    z-index: 1;
    overflow: visible;
}

.testimonial-swiper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* card-ul alb */
.card {
    position: relative;
    background: #fff;
    border-radius: 16px;
    padding: 28px;
    box-shadow: 0 12px 28px rgba(0,0,0,.10);
}
.card p {
    margin: 0 0 22px;
    line-height: 1.6;
    color: #333;
    font-size: 16px;
}
.author { display: flex; align-items: center; gap: 12px; }
.author img { width: 48px; height: 48px; border-radius: 50%; }
.author h4 { margin: 0; font-size: 16px; font-weight: 600; }
.author span { font-size: 14px; color: #666; }

.card::before,
.card::after {
    content: "";
    position: absolute;
    left: 12px;
    right: 12px;
    height: 100%;
    background: #fff;
    border-radius: 16px;
    z-index: -1;
    box-shadow: 0 6px 16px rgba(0,0,0,.06);
}

.card::before {
    transform: translateY(10px);
}

.card::after {
    transform: translateY(20px);
}


/* butoanele */
.nav {
    position: absolute;
    left: 50%;
    bottom: 70px;
    transform: translateX(-50%);
    display: flex;
    gap: 12px;
    z-index: 2;
}
.swiper-button-prev,
.swiper-button-next{
    position: static;              /* să le putem așeza în .nav */
    margin: 0;
    width: 44px; height: 44px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 6px 16px rgba(0,0,0,.12);
    color: #000;
}
.swiper-button-prev::after,
.swiper-button-next::after { font-size: 16px; }

.faq_form_right{
    border: 1px solid #EAECF1;
    background: #FFF;
    padding: 30px;
    border-radius: 20px;
}

.faq_form_left{
    padding-left: 40px;
}

.faq_form_left img{
    width: 100%;
    height: 550px;
    object-fit: cover;
    border-radius: 20px;
}

.accordion {
    margin-top: 40px;
    border: 1px solid #C9C9C9;
    border-radius: 20px;
    overflow: hidden;
}

.accordion-item {
    border: 0;
    overflow: hidden;
    border-bottom: 1px solid #C9C9C9;
}

.accordion-item svg{
    fill: black;
}

.accordion-header {
    padding: 20px;
    cursor: pointer;
    user-select: none;
    font-weight: bold;
    background: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.accordion-item.active .accordion-header {
    background: var(--blue);
    color: #fff;
}

.accordion-item.active .accordion-header h5{
    color: #fff;
}

.accordion-item.active .accordion-header svg{
    fill: #fff;
}

.accordion-item.active .accordion-header svg {
    transform: rotate(90deg);
}

.accordion-content {
    height: 0;
    overflow: hidden;
    transition: height 0.3s ease;
}

.accordion-content-inner {
    background-color: #fff;
    padding: 20px;
}

.logo_img img {
  width: 80%
}

.accordion-content-inner p{
    color: #6B7280;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 0
}

.faq_accordion {
    margin-top: 70px;
}

.accordion-item:last-of-type {
    border: 0;
}

.accordion-header h5 {
    color: #6B7280;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.grid_support{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

.home_faq_left img{
    width: 100%;
    height: 600px;
    object-fit: cover;
    border-radius: 20px;
}

.home_faq_right{
    margin: auto 0;
    padding-left: 40px;
}

.home_faq_right .accordion{
    margin-top: 0;
}

.block_title{
    margin-bottom: 50px;
}

.block_title h2{
    margin-bottom: 10px;
}

.team_slider .swiper-slide img{
    width: 100%;
    height: 363px;
    object-fit: cover;
    border-radius: 20px;
}

.team_desc{
    margin-top: 30px;
}

.team_desc p{
    color: #5E5E5E;
    font-size: 15px;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 16px;
}

.team_desc h4{
    color: #000;
    text-align: center;
    font-size: 19px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.bg_blue{
    display: flex;
    justify-content: center;
    align-items: center;
}

.bg_blue img{
    width: 130px;
    height: 130px;
    margin-bottom: 0;
}

.footer{
    background: #192335;
    color: white;
    padding-top: 50px;
}

.footer .container{
    padding-bottom: 50px;
    border-bottom: 1px solid #ddd;
}

.footer ul{
    padding-left: 0;
    list-style: none;
    margin-top: 30px;
}

.footer ul li{
    margin-bottom: 15px;
}

.footer ul li svg{
    margin-right: 10px;
}

.footer ul li a{
    list-style: none;
    color: white;
}

.footer ul li a:hover {
  color: var(--blue)
}

.main_footer,
.address_footer{
    padding-right: 50px;
}

.logo_footer h4{
    margin-bottom: 20px;
}

.copyright_footer{
    padding-top: 10px;
    padding-bottom: 50px;
}

.copyright_footer p{
    margin: 0 auto;
    color: rgba(255, 255, 255, 0.70);
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-top: 10px;
}

.customer_content{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 35px;
}

.customer_item h4{
    color: #000;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 16px;
}

.customer_item p{
    color: #333;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 0
}

.icon_customer{
    position: relative;
    margin-bottom: 35px;
}

.icon_customer .form{
    width: 53px;
    height: 56px;
    flex-shrink: 0;
    border-radius: 10px;
    background: #B3D2FF;
}

.icon_customer img{
    position: absolute;
    top: 15px;
    left: 15px;
    width: 58px;
    height: 58px;
    flex-shrink: 0;
    aspect-ratio: 1/1;
}

.page_section1 img{
    width: 100%;
    height: 450px;
    border-radius: 20px;
    object-fit: cover
}

.page_section1_left{
    padding-right: 40px;
}

.page_section1_right h2{
    margin-bottom: 25px;
}

.mobile__nav {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100vh;
  backdrop-filter: blur(5px);
  background: rgba(255, 255, 255, 0.8);
  z-index: 9999;
  transition: right 0.3s ease;
  overflow-y: auto;
  text-align: center;
}

.mobile__nav.active {
  right: 0;
}

.footer_logo {
  margin-bottom: 30px;
  width: 260px;
}

@media (min-width: 1200px) {
  .desktop_menu {
    display: flex;
    align-items: center;
  }
  .mobile__nav,
  .cart_icon.mob_icon {
    display: none;
  }
}

@media only screen and (max-width: 1199px) {
  .header .d-flex.align-center {
    flex-direction: row;
  }
  .desktop_menu {
    display: none;
  }
  .mobile__nav {
    display: none;
  }
  .mobile__nav.active {
    display: flex;
    align-items: center;
    padding: 10px 30px;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
  }
  .mobile__menu {
    display: block;
    height: 35px;
    width: 35px;
    background: var(--blue);
    border-radius: 4px;
    cursor: pointer;
    z-index: 99;
    opacity: 1;
    position: relative;
  }
  .header_button {
    float: none;
    margin-right: 25px;
  }
  .close__mobile {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 24px;
    cursor: pointer;
  }
  .cta_header:before {
    right: 98px;
    top: 2px;
  }
  .col-md-2.site_logo {
    width: 30%;
  }
  .header {
    padding: 12px 0
  }
  .main_menu {
    width: 70%;
  }
  .col-md-8.main_menu {
    display: none!important;
  }
  .header_button a {
    font-size: 14px;
  }
  .cta_header:before {
    height: 30px;
    width: 30px;
  }
  .header_button span {
    font-size: 10px;
    margin-bottom: 0;
  }
  .mobile__menu span {
    height: 2px;
    width: 20px;
    position: absolute;
    margin-left: 7px;
    margin-bottom: 1px;
    top: 12px;
    border-radius: 0;
    transition: .5s;
    background: white;
  }
  .mobile__menu span:nth-child(2) {
    top: 21px;
  }
  .main_menu .mobile__nav.active ul {
    display: block
  }
  .main_menu .mobile__nav.active ul li a {
    font-size: 18px;
    line-height: 150%;
    font-weight: 600;
  }
  .main_menu .mobile__nav.active ul li {
    margin-bottom: 15px
  }
  .main_menu .mobile__nav.active ul li.current_page_item a {
    color: var(--blue)
  }
  .main_menu .mobile__nav.active ul li.appointment a {
    color: white;
    font-size: 16px;
    line-height: 16px;
  }
  .main_menu .mobile__nav.active ul li.appointment {
    padding: 15px 25px;
    margin-bottom: 0;
    margin-top: 40px;
  }
  .main_menu ul li a::before {
    bottom: -5px;
  }
  .mobile__nav__inner {
    width: 100%;
  }
  .contacts_menu {
    position: absolute;
    bottom: 10px;
    display: flex;
    gap: 16px;
  }
  .contacts_menu a {
    font-size: 14px;
  }
  .header .col-md-3,
  .header .col-md-9 {
    width: 50%;
  }
  .cart_icon {
    margin-left: 0;
    margin-top: 7px
  }
}

@media (min-width: 641px) and (max-width: 1023px) {
  .col-md-4.main_footer {
    width: 100%;
    text-align: center;
  }
  .col-md-8.second_footer {
    width: 100%;
  }
  .second_footer .col-md-4:nth-child(2) {
    transform: translateX(40px);
  }
  .row {
    margin: 0;
  }
  .second_footer .col-md-4:nth-child(3) {
    padding-left: 30px
  }
  .faq_form_left img,
  .support_right img,
  .page_section1 img,
  .home_faq_left img {
    height: 400px!important
  }
  .about_img img {
    height: 400px!important
  }
  .support_sec .col-md-7,
  .support_sec .col-md-5 {
    width: 100%;
  }
  .statistics_content {
    display: grid!important;
    gap: 20px;
  }
  .why_us .d-flex {
    flex-direction: row;
    gap: 20px;
  }
  .why_us .d-flex .col-md-3 {
    width: calc(50% - 10px);
    margin-bottom: 0;
  }
  .customer_content {
    grid-template-columns: repeat(2, 1fr)!important
  }
  .block_title {
    margin-bottom: 40px!important
  }
  .home_faq .block_title {
    margin-bottom: 25px !important;
  }
  .hero_img2 {
    display: block!important;
    margin-top: 30px!important
  }
  .col-md-6.hero_imgs,
  .d-flex.all_services,
  .d-flex.price-col {
    flex-direction: row;
  }
  .hero_img2 img {
    height: 445px;
  }
  .services_bg {
    display: none;
  }
  .single_serv {
    width: 50%;
  }
  .d-flex.all_services {
    gap: 20px;
  }
  .single_serv {
    width: calc(50% - 10px)
  }
}

@media only screen and (max-width: 640px) {
  .header_button {
    display: none;
  }
  .col-md-2.site_logo,
  .main_menu {
    width: 50%;
  }

  .footer_logo {
    margin-bottom: 20px;
    width: 260px;
  }
}


@media only screen and (max-width: 1023px) {
  .hero_section h1 {
    font-size: 36px;
  }
  .logo_img img {
    width: 90%;
  }
  .hero_section {
    padding-top: 40px;
  }
  .breadcrumbs {
    width: 90%;
    padding: 10px;
  }
  .breadcrumbs ul {
    justify-content: center;
  }
  .breadcrumbs ul li {
    font-size: 14px;
  }
  .breadcrumbs ul li a {
    font-size: 14px;
  }
  .breadcrumbs ul li:not(:last-child)::after {
    margin: 0 10px;
  }
  .h2, h2 {
    font-size: 30px;
  }
  .contact_left {
    padding: 20px;
  }
  .contact_form .form_field {
    width: 100%;
  }
  .contact_form .d-flex {
    gap: 0
  }
  .mg-12 {
    margin: 80px 0;
  }
  .contact_form input[type="submit"] {
    width: 100%;
    padding: 15px 0
  }
  .contact_right {
    padding-left: 0px;
    margin-bottom: 15px;
  }
  .h5, h5 {
    font-size: 18px
  }
  .contact_ul {
    margin-top: 30px;
  }
  .contact_ul img {
    width: 40px;
    height: 40px;
    margin-top: 5px;
  }
  .contact_form .row.gy-0 {
    flex-direction: column-reverse;
  }
  .h4, h4 {
    font-size: 20px;
  }
  .footer ul {
    margin-top: 15px;
  }
  .main_footer, .address_footer {
    padding-right: 0;
  }
  .second_footer .col-md-4 {
    margin-top: 30px;
  }
  li.address {
    margin-bottom: 18px !important;
  }
  .copyright_footer {
    padding-bottom: 20px;
  }
  .col-md-6 {
    width: 100%;
  }
  .grid_support {
    display: block
  }
  .accordion {
    margin-top: 20px;
  }
  .accordion-header {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .accordion-content-inner p {
    margin-bottom: 0
  }
  .support_faq_right {
    margin-top: 50px;
  }
  .faq_form_left {
    padding-left: 0;
    margin-bottom: 60px;
  }
  .contact_form.faq_form {
    margin-top: 50px;
  }
  .mg-12.support_faq {
    margin-bottom: 50px;
  }
  .faq_form_left img {
    height: 250px;
  }
  .faq_form_right {
    padding: 20px;
  }
  .template_simple .page_content h2 {
    margin-top: 30px;
    font-size: 22px
  }
  .about_img {
    padding-right: 0;
    margin-bottom: 30px;
  }
  .about_img img {
    height: 300px;
  }
  .experience {
    padding: 20px;
    bottom: 20px;
  }
  .experience h3 {
    font-size: 34px;
  }
  .experience p {
    font-size: 14px;
    margin-top: 0;
  }
  .about_content_home {
    padding-left: 0;
  }
  .about_content_home h2 {
    margin-bottom: 20px;
  }
  .list_img img {
    width: 60px;
    margin-bottom: 15px;
  }
  .support_sec.mg-12 {
    background: #f9f9f9;
    padding: 50px 0;
  }
  .support_sec{
    padding: 0
  }
  .support_sec {
    margin-top: -25px;
    text-align: center;
  }
  .support_left h2 {
    margin-bottom: 20px;
  }
  .statistics_content {
    display: block
  }
  .support_left {
    padding-right: 0;
  }
  p {
    margin-bottom: 22px;
  }
  .statistic_item {
    background: white;
    margin-bottom: 15px;
  }
  .support_right img {
    height: 250px;
  }
  .support_left .main_btn {
    margin-top: 25px;
    margin-bottom: 40px;
  }
  .main_btn {
    display: block
  }
  .why_us .col-md-3 {
    border-radius: 14px;
    margin-bottom: 12px;
  }
  .why_us h5 br {
    display: none;
  }
  .why_us .col-md-3 {
    padding: 30px 20px;
  }
  .page_section1_left {
    padding-right: 0;
  }
  .page_section1 img,
  .home_faq_left img {
    height: 250px;
    margin-bottom: 20px;
  }
  .page_section1_right h2 {
    margin-bottom: 15px;
  }
  .page_section1_right {
    text-align: center;
  }
  .customer_content {
    grid-template-columns: repeat(1, 1fr);
    gap: 35px;
  }
  .icon_customer {
    position: relative;
    margin-bottom: 30px;
  }
  .customer_item h4 {
    margin-bottom: 10px;
  }
  .customer_item {
    border-bottom: 1px solid #ededed;
    padding-bottom: 35px;
  }
  .block_title {
    margin-bottom: 20px;
  }
  .home_faq_left img {
    margin-bottom: 30px;
  }
  .home_faq_right {
    margin: auto 0;
    padding-left: 0;
  }
  .hero_intro {
    padding-right: 0px;
    text-align: center;
  }
  .hero h1 {
    font-size: 32px;
    line-height: 130%;
    margin-bottom: 20px;
  }
  .hero {
    padding: 30px 0 40px
  }
  .hero .description {
    font-size: 18px;
  }
  .hero_img1 img {
    margin-bottom: 15px;
    margin-top: 30px;
  }
  .hero_img2 {
    display: none;
  }
  .services.mg-12 {
    margin-top: -20px;
  }
  .single_serv {
    padding-right: 0;
  }
  .serv_img {
    height: 200px;
  }
  .single_serv_content {
    padding: 20px;
  }
  .single_serv_content ul li {
    margin-bottom: 6px;
  }
  .single_serv_content ul {
    margin-bottom: 20px;
  }
  .main_btn.btn_blue {
    text-align: center;
  }
  .serv1 {
    margin-bottom: 30px;
  }
  .d-flex.price-col {
    margin-top: 0;
    gap: 25px;
  }
  .single_price ul {
    margin-bottom: 75px;
  }
  .modal-content {
    max-width: 100%;
    width: 90%;
    margin: auto;
    padding: 20px;
    display: block;
  }
  .contact_form .modal-content h2 {
    margin-bottom: 10px;
    font-size: 25px;
    text-align: left!important;
    margin-top: 30px;
  }
  .wpcf7-list-item-label {
    font-size: 14px;
  }
  .modal-content {
      transform: translateY(-50%);
      top: 50%;
  }
}
