/*
Theme Name: Divi Child Template
Version: 1.0
Description: A customized version of Divi which adds a number of tiny features you need.
Template: Divi
*/

body {
    font-family: 'Noto Sans', Verdana, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    font-feature-settings: "liga";
    color: #081707;
    font-weight: 400;
    overflow-x: hidden;
    font-size: 16px !important;
    line-height: 1.6;
}
h1,h2,h3,h4,h5,h6 {
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: 700;
}

/* NOTE: removed .slider-title (was part of removed fragment) */
h1 {
  font-size: 30px;
  line-height: 1.2;
  font-weight: 700;
}

h2 {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
}

h3 {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
}

h4 {
  font-size: 18px;
  line-height: 1.25;
  font-weight: 600;
}

h5 {
  font-size: 16px;
  line-height: 1.3;
  font-weight: 600;
}

h6 {
  font-size: 14px;
  line-height: 1.35;
  font-weight: 600;
}

div#page-container {
    padding-top: 0 !important;
}

header#main-header {
    background: transparent !important;
    box-shadow: none !important;
}
#main-header.et-fixed-header {
    box-shadow: none !important;
}
.header-menu-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100vw !important;
    background: #fff;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

.additional-header-info {
    width: 100vw;
    background: #219ebc;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4px;
}

.additional-menu-container {
    display: none;
}
.additional-search-form-container {width: calc(100% - 148px);order: 2;}

/* =========================================================
   [Impresia] Header AJAX Search – Orange Gradient (Divi)
   ========================================================= */

.impr-ajax-search{
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 3px 8px;
  border: 1px solid rgba(255,255,255,.25);
  background: linear-gradient(90deg, #fb8500 0%, #f44603 100%);
  opacity: 1;
  box-shadow: 0 12px 30px rgba(244, 70, 3, 0.18);
  border-radius: 999px;                 /* pill */
  max-width: 520px;
  z-index: 50;
  width: 170px;
  margin-left: 15px;
}

.impr-ajax-input{
  flex: 1 1 auto;
  width: 100%;
  background: transparent;
  border: 0;
  color: #ffffff;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.2;
  outline: none;
  caret-color: #ffffff;
}
.impr-ajax-input::placeholder{ color: rgba(255,255,255,.8); }

.impr-ajax-search:focus-within{
  box-shadow:
    0 10px 28px rgba(0,0,0,.16),
    0 0 0 3px rgba(255,255,255,.25),
    0 0 0 6px rgba(255,160,0,.35); /* soft orange halo */
}

.impr-ajax-submit{
  flex: 0 0 auto;
  width: 25px;
  height: 25px;
  border: 0;
  border-radius: 999px;
  background: rgba(255,255,255,.14);
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: transform .12s ease, background-color .12s ease;
}
.impr-ajax-submit .et-pb-icon{
  font-family: "ETmodules" !important;
  font-size: 14px;
  line-height: 1;
  color: #ffffff;
}
.impr-ajax-submit:hover{ background: rgba(255,255,255,.22); transform: translateY(-1px); }
.impr-ajax-submit:active{ transform: translateY(0); }

/* Results dropdown */
.impr-ajax-results{
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  right: 0;
  background: #ffffff;
  border: 1px solid #ececec;
  border-radius: 14px;
  box-shadow: 0 16px 40px rgba(0,0,0,.12);
  max-height: 440px;
  overflow: auto;
  padding: 6px;
  display: none;
  z-index: 9999;
}
.impr-ajax-results.is-open{ display: block; }

.impr-ajax-loading,
.impr-ajax-empty{
  padding: .9rem 1rem;
  font-size: 14px;
  color: #555555;
}

/* Result item */
.impr-ajax-item{
  display: grid;
  grid-template-columns: 48px 1fr auto;
  gap: .7rem;
  align-items: center;
  padding: .6rem .6rem;
  border-radius: 10px;
  text-decoration: none;
}
.impr-ajax-item:hover{ background: #f7f7f9; }
.impr-ajax-thumb{
  width: 48px; height: 48px;
  object-fit: cover; border-radius: 8px;
}
.impr-ajax-title{ color: #1f1f1f; font-size: 14px; line-height: 1.25; }
.impr-ajax-price{ color: #444444; font-size: 13px; white-space: nowrap; }

/* Dark header compatibility (optional) */
.et-fixed-header .impr-ajax-search{ box-shadow: 0 6px 20px rgba(0,0,0,.14); }


.contact-details-container {
    display: flex;
    align-items: center;
    order: 1;
}

.contact-details-container a {
    padding: 5px 0;
    margin: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-details-container a span {
    font-size: 15px;
    color: #fff;
}

.contact-details-container a p {
    display: none;
}

.translate-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 10px;
    order: 3;
}

.gt-current-lang {
    padding: 0 !important;
    display: flex;
    align-items: center;
}

.gt-current-lang img {
    display: none !important;
}

.gt_float_switcher .gt-selected {
    background-color: transparent !important;
}

.gt_float_switcher {
    background: transparent !important;
    box-shadow: none !important;
}
div#gt_float_wrapper {
    display: flex;
    align-items: center;
}
.gt_float_switcher .gt-selected .gt-current-lang span.gt-lang-code {
    color: #fff;
    font-size: 16px;
    margin-right: 5px;
}

.gt_float_switcher .gt-selected .gt-current-lang span.gt_float_switcher-arrow {background-image: url(/wp-content/uploads/2025/08/arrow-2.svg) !important;transform: rotate(0deg) !important;filter: invert(1);width: 9px !important;background-size: auto !important;background-position: 50% 70% !important;}

.gt_options {
    position: absolute !important;
    background: #92cbe6;
}
.gt_options a {
    font-size: 16px;
    color: #fff !important;
    font-weight: bold;
}
.gt_options img {
    display: none !important;
}

.gtranslate_wrapper {
    display: flex;
    align-items: center;
}
.header-info-holder {
    display: flex;
    height: 100%;
    width: 135px;
    margin-left: 10px;
    padding: 34px 0 34px 0px;
}

.logo_container {
    position: relative !important;
    background: #219ebc;
    padding: 5px;
    display: flex;
    border-radius: 8px;
}

img#logo {
    max-width: 100% !important;
    max-height: 100% !important;
}

div#et-top-navigation {
    padding: 0 !important;
    width: calc(100% - 155px);
    margin-right: 10px;
    display: flex !important;
    justify-content: flex-end;
}

.header-phone-link {
    display: flex;
    width: 50px;
    height: 50px;
    margin-right: 10px;
}

.header-phone-link p {
    display: none;
}

.header-phone-link span {
    color: #fb8500;
    font-size: 30px;
    padding: 10px;
}

nav#top-menu-nav {
    display: flex;
    align-items: center;
    margin-right: 35px;
}

ul#top-menu {}

div#et_mobile_nav_menu {width: 47px;height: 44px;background: #fb8500;background: linear-gradient(180deg, #fb8500 0%, #f44603 100%);box-shadow: 0 16px 44px rgba(244, 70, 3, 0.18);border-color: rgba(255, 255, 255, 0.10);display: flex;justify-content: center;align-items: center;border-radius: 20px;transition: background-color 0.5s ease;}
div#et_mobile_nav_menu:active {
  background-color: #f44603;  
}
.mobile_nav {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mobile_nav.closed {}

.mobile_nav.opened {}

.mobile_menu_bar {}

.mobile_menu_bar:before {}

.mobile_nav.closed .mobile_menu_bar:before {}

.mobile_nav.opened .mobile_menu_bar:before {}


.mobile_menu_bar {
  position: relative;
  display: inline-block;
  width: 24px;   
  height: 24px;
  cursor: pointer;
}


.mobile_menu_bar::before,
.mobile_menu_bar::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  transition: opacity 0.3s ease;
  opacity: 0;
  filter: invert(1);
}


.mobile_menu_bar::before {
  background-image: url("/wp-content/uploads/2025/08/bars-staggered.svg");
  opacity: 1; 
}


.mobile_menu_bar::after {
  background-image: url("/wp-content/uploads/2025/08/cross.svg");
  opacity: 0;
}


.mobile_nav.opened .mobile_menu_bar::before {
  opacity: 0;
}
.mobile_nav.opened .mobile_menu_bar::after {
  opacity: 1;
}


.mobile_nav.closed .mobile_menu_bar::before {
  opacity: 1;
}
.mobile_nav.closed .mobile_menu_bar::after {
  opacity: 0;
}

ul#mobile_menu {
    top: 140px;
    border-top: 3px solid #e8f0f3 !important;
    padding: 20px 0px 40px 0px;
    text-align: left;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    overflow: hidden;
}

.et_mobile_menu li a {
    padding: 8px 24px;
    font-size: 15px;
    border-bottom: 3px solid #E8F0F3;
}
 
.add-menu-tab {}

.add-menu-tab a {
    border: none !important;
    font-size: 14px !important;
    line-height: 1;
    padding: 6px 24px !important;
}

.first-add-menu-tab {
    margin-top: 50px;
}

.add-menu-phone-btn {
}

.add-menu-phone-btn a {
    position: relative !important;
    padding: 20px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    text-decoration: none;
    cursor: pointer;
    border: 1px solid #fb8500 !important;
    border-radius: 40px !important;
    outline: none;
    overflow: hidden;
    color: #fff !important;
    transition: color 0.3s 0.1s ease-out !important;
    text-align: center;
    background: #fb8500 !important;
    background: linear-gradient(180deg, #fb8500 0%, #f44603 100%) !important;
    box-shadow: 0 16px 44px rgba(244, 70, 3, 0.18);
    border-color: rgba(255, 255, 255, 0.10) !important;
    width: calc(100% - 48px);
    margin: 28px auto 0 auto;
    transition: background-color 0.5s ease;
}
.add-menu-phone-btn a:active {
  background-color: #f44603;  
}
.add-menu-phone-btn a span:before {
    content: '';
    position: absolute;
    background-image: url(/wp-content/uploads/2025/08/arrow.svg);
    width: 33px;
    height: 50px;
    z-index: 999;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    bottom: 5px;
    filter: invert(1) brightness(10.5);
}

/* SLIDER SECTION - adjusted: removed inner slider elements rules */

.header-container {
    height: calc(100vh - 124px);
    min-height: 650px;
    max-height: 700px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 125px;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    overflow: hidden;
}
.header-container picture {
    height: 100%;
    position: absolute;
    width: 981px;
}
.header-container picture img {
    width: 100%;
    height: 100%;
    filter: brightness(0.7);
    object-fit: contain;
}

/* keep .slider-content for layout (inner content removed from HTML) */
.header-container .slider-content {
    width: 100vw;
    max-width: 1440px;
    display: flex;
    align-items: center;
    position: absolute;
}

/* Removed classes:
   - img.header-ornament-bg
   - .slider-main-content
   - img.header-ornament
   - .slider-title
   - .slider-buttons
   - .button
   All related rules have been deleted.
*/

/* FIRST SECTION */
#first-section {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
#first-section-row {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    position: relative;
}
#first-section-left-col {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
#first-section-col-right {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.first-section-title {
    text-align: center;
    padding-bottom: 20px;
}
.first-section-text {
    text-align: center;
}

.et_pb_row {
    width: 90%;
}
 
.categories-wrapper {
    display: flex;
    justify-content: center;
    height: 100%;
}

.category-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    background: #219ebc;
    padding: 25px;
    width: 95vw;
    margin: 15px 0;
    max-width: 450px;
    height: 100%;
}
.category-card .category-image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 15px;
}
.category-card .category-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    aspect-ratio: 3 / 2;
}
.category-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
}
.category-title {
    color: #fff;
    padding-bottom: 15px;
    text-align: left;
}
.category-text {
    color: #fff;
    margin-bottom: 15px;
    text-align: left;
}
.category-btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
    border-radius: 25px;
    color: #ffffff;
    position: relative;
    transition: 0.5s;
    background: linear-gradient(180deg, #fb8500 0%, #f44603 100%);
    box-shadow: 0 16px 44px rgba(244, 70, 3, 0.18);
    border-color: rgba(255, 255, 255, 0.10);
}
#category-card-section .category-btn:hover {
    background: #fb8500;
    color: #fff;
}
#category-card-section .category-btn::before {
    content: '';
    background: url(/wp-content/uploads/2025/08/arrow.svg);
    position: absolute;
    z-index: 2;
    right: calc(50% - 75px);
    width: 20px;
    height: 20px;
    transition: 0.5s;
    filter: invert(46%) sepia(94%) saturate(367%) hue-rotate(144deg) brightness(95%) contrast(96%);
}
#category-card-section .category-btn:hover::before {
    filter: invert(1);
}

#second-section-row {
    background: #219ebc;
    border-radius: 30px;
    overflow: hidden;
    max-width: 450px;
}
.second-section-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    width: 100%;
}
.second-section-content {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    position: relative;
}
.second-section-new {background: #fb8500;border-top-right-radius: 20px;border-bottom-right-radius: 20px;padding: 7px 15px 7px 20px;}
.second-section-new span {font-weight: 600;color: #fff;}
.second-section-text {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 20px 0 20px 20px;
}
.second-section-text p {
    font-weight: 600;
    color: #fff;
    text-align: left;
}
.second-section-images {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: -29px;
}
.second-section-image-1 {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 50%;
    padding: 30px;
}
.second-section-image-1 img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
    aspect-ratio: 1/1;
    border-radius: 50%;
}
.second-section-imae-2 {
    display: flex;
    align-items: center;
    justify-content: center;
}
.second-section-imae-2 img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
    aspect-ratio: 5/6;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
}

.fifth-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.fifth-image {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.fifth-image img {
    width: 100px;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
.fifth-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.fifth-content h2 {
    text-align: center;
    padding-bottom: 20px;
}
.fifth-content p {
    text-align: center;
}

.sixth-section-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.sixth-section-image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 70vw;
    max-height: 300px;
}
.sixth-section-image img {
    border-radius: 30px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.sixth-section-text {
    background: #fb8500;
    border-radius: 30px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: -60px;
    width: 90%;
}
.sixth-section-text h2 {
    text-align: center;
    color: #fff;
    padding-bottom: 20px;
}
.sixth-section-text p {
    text-align: center;
    color: #fff;
}

#seventh-section-row {
    background: #219ebc;
    border-radius: 30px;
    overflow: hidden;
    max-width: 450px;
}
.seventh-section-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    width: 100%;
}
.seventh-section-content {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    position: relative;
}
.seventh-section-text {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 20px 0 20px 20px;
}
.seventh-section-text p {
    font-weight: 600;
    color: #fff;
    text-align: left;
}
.seventh-section-images {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: -29px;
}
.seventh-section-image-1 {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 50%;
    padding: 30px;
}
.seventh-section-image-1 img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
    aspect-ratio: 1/1;
    border-radius: 50%;
}
.seventh-section-imae-2 {
    display: flex;
    align-items: center;
    justify-content: center;
}
.seventh-section-imae-2 img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
    aspect-ratio: 5/6;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
}

/* ==================================================
   Swiper controls â€” CLEAN mobile-first block
   Target: #headerCategorySwiper-impresia (.header-category-swiper)
   No duplicates, prev arrow rotated, both buttons styled
   ================================================== */

/* ---------- BASE (mobile / small screens) ---------- */
#headerCategorySwiper-impresia.header-category-swiper {
  position: relative;
  z-index: 100;
  pointer-events: auto;
}

/* shared base for both arrow buttons */
#headerCategorySwiper-impresia.header-category-swiper .swiper-button-prev,
#headerCategorySwiper-impresia.header-category-swiper .swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 110;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  padding: 0;
  border-radius: 999px;
  background: rgba(255,255,255,0.12);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border: 1px solid rgba(255,255,255,0.06);
  box-shadow: 0 10px 30px rgba(2,6,23,0.16);
  transition: transform .16s ease, background .16s ease, box-shadow .16s ease;
  cursor: pointer;
  overflow: visible;
  -webkit-tap-highlight-color: transparent;
  outline: none;
  /* default mobile placement */
  left: 8px;   /* prev will override below */
  right: auto; /* next will override below */
}

/* explicit placement for each button (single source of truth) */
#headerCategorySwiper-impresia.header-category-swiper .swiper-button-prev {
  left: -12px;
  right: auto;
}
#headerCategorySwiper-impresia.header-category-swiper .swiper-button-next {
  left: auto;
  right: -12px;
}

/* single icon rule for both buttons */
#headerCategorySwiper-impresia.header-category-swiper .swiper-button-prev::after,
#headerCategorySwiper-impresia.header-category-swiper .swiper-button-next::after {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url('/wp-content/uploads/2025/08/arrow.svg'); /* points right */
  filter: invert(1) brightness(10); /* tweak visibility on semi-transparent bg */
  transition: transform .16s ease, filter .16s ease;
  pointer-events: none;
}

/* rotate prev icon so it points left (single precise rule) */
#headerCategorySwiper-impresia.header-category-swiper .swiper-button-prev::after {
  transform: rotate(180deg);
}

/* Hover / focus (shared) */
#headerCategorySwiper-impresia.header-category-swiper .swiper-button-prev:hover,
#headerCategorySwiper-impresia.header-category-swiper .swiper-button-next:hover,
#headerCategorySwiper-impresia.header-category-swiper .swiper-button-prev:focus,
#headerCategorySwiper-impresia.header-category-swiper .swiper-button-next:focus {
  transform: translateY(-50%) scale(1.06);
  background: linear-gradient(180deg, #fb8500 0%, #f44603 100%);
  box-shadow: 0 16px 44px rgba(244,70,3,0.18);
  border-color: rgba(255,255,255,0.10);
}
#headerCategorySwiper-impresia.header-category-swiper .swiper-button-prev:hover::after,
#headerCategorySwiper-impresia.header-category-swiper .swiper-button-next:hover::after,
#headerCategorySwiper-impresia.header-category-swiper .swiper-button-prev:focus::after,
#headerCategorySwiper-impresia.header-category-swiper .swiper-button-next:focus::after {
  filter: none;
}

/* disabled state */
#headerCategorySwiper-impresia.header-category-swiper .swiper-button-disabled {
  opacity: 0.45;
  pointer-events: none;
}

/* fallback chevrons if SVG fails (optional: add .no-svg by JS) */
#headerCategorySwiper-impresia.header-category-swiper .swiper-button-prev.no-svg::after,
#headerCategorySwiper-impresia.header-category-swiper .swiper-button-next.no-svg::after {
  background-image: none;
}
#headerCategorySwiper-impresia.header-category-swiper .swiper-button-prev.no-svg::after {
  width: 12px;
  height: 12px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(135deg);
  margin-left: 2px;
}
#headerCategorySwiper-impresia.header-category-swiper .swiper-button-next.no-svg::after {
  width: 12px;
  height: 12px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}

/* ---------- PAGINATION (mobile defaults) ---------- */
#headerCategorySwiper-impresia.header-category-swiper .swiper-pagination {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 115;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  pointer-events: auto;
}

#headerCategorySwiper-impresia.header-category-swiper .swiper-pagination-bullet {
  width: 12px;
  height: 6px;
  border-radius: 6px;
  background: rgba(255,255,255,0.45);
  opacity: 0.95;
  transition: all .16s ease;
  transform-origin: center;
  cursor: pointer;
  box-shadow: 0 6px 18px rgba(2,6,23,0.08);
}

#headerCategorySwiper-impresia.header-category-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 36px;
  height: 8px;
  border-radius: 8px;
  background: linear-gradient(90deg, #fb8500 0%, #f44603 100%);
  opacity: 1;
  box-shadow: 0 12px 30px rgba(244,70,3,0.18);
}

#headerCategorySwiper-impresia.header-category-swiper .swiper-pagination-bullet:hover {
  transform: scale(1.08);
  background: rgba(255,255,255,0.7);
}

/* accessibility focus ring */
#headerCategorySwiper-impresia.header-category-swiper .swiper-button-prev:focus,
#headerCategorySwiper-impresia.header-category-swiper .swiper-button-next:focus,
#headerCategorySwiper-impresia.header-category-swiper .swiper-pagination-bullet:focus {
  box-shadow: 0 0 0 4px rgba(33,158,188,0.12);
  outline: none;
  opacity: 1;
}

/* ---------- MEDIA QUERIES (min-width appended) ---------- */

/* >= 600px */
@media (min-width: 600px) {
  #headerCategorySwiper-impresia.header-category-swiper .swiper-button-prev,
  #headerCategorySwiper-impresia.header-category-swiper .swiper-button-next {
    width: 56px;
    height: 56px;
    box-shadow: 0 12px 34px rgba(2,6,23,0.16);
  }

  /* placement inside */
  #headerCategorySwiper-impresia.header-category-swiper .swiper-button-prev {/* left: 12px; *//* right: auto; */}
  #headerCategorySwiper-impresia.header-category-swiper .swiper-button-next {/* right: 12px; *//* left: auto; */}
}

/* >= 981px */
@media (min-width: 981px) {
  #headerCategorySwiper-impresia.header-category-swiper .swiper-button-prev { left: -8px; right: auto; }
  #headerCategorySwiper-impresia.header-category-swiper .swiper-button-next { right: -8px; left: auto; }

  #headerCategorySwiper-impresia.header-category-swiper .swiper-button-prev::after,
  #headerCategorySwiper-impresia.header-category-swiper .swiper-button-next::after {
    width: 24px;
    height: 24px;
  }

  #headerCategorySwiper-impresia.header-category-swiper .swiper-pagination {gap: 12px;bottom: 0px;}
}

/* >= 1280px */
@media (min-width: 1280px) {
  #headerCategorySwiper-impresia.header-category-swiper .swiper-button-prev {left: 8px;/* right: auto; */}
  #headerCategorySwiper-impresia.header-category-swiper .swiper-button-next {right: 8px;/* left: auto; */}

  #headerCategorySwiper-impresia.header-category-swiper .swiper-button-prev,
  #headerCategorySwiper-impresia.header-category-swiper .swiper-button-next {
    width: 60px;
    height: 60px;
    display: none;
  }
    #headerCategorySwiper-impresia.header-category-swiper .swiper-pagination {
            display: none;
    }
}

/* ==================================================
   End of cleaned Swiper controls CSS
   ================================================== */




/*  MEDIA QUERIES MIN WIDTH 600PX*/

@media (min-width: 600px) {

    h1 {font-size: 40px !important;}
    h2 { font-size: 34px; }
    h3 { font-size: 26px; }
    h4 { font-size: 22px; }
    h5 { font-size: 18px; }
    h6 { font-size: 16px; }

    .header-container .slider-content {
        max-width: 1440px;
    }

    .sixth-section-image {
        height: 55vw;
        max-height: 450px;
        max-width: 850px;
    }
    .sixth-section-text {
        width: 80%;
        max-width: 550px;
        margin-top: -80px;
    }
}

/*  MEDIA QUERIES MIN WIDTH 981PX*/

@media (min-width: 981px) {

    body { 
        font-size: 17px !important;
        line-height: 1.6; 
    }
        
    h1 { font-size: 43px !important; }
    h2 { font-size: 34px; }
    h3 { font-size: 26px; }
    h4 { font-size: 22px; }
    h5 { font-size: 18px; }
    h6 { font-size: 16px; }
    
    .header-menu-container {
        width: calc(100vw - 40px) !important;
        max-width: 1440px;
        margin: 0 auto !important;
        border-radius: 30px !important;
        margin-top: 20px !important;
    }

    .additional-header-info {
        border-top-left-radius: 30px;
        border-top-right-radius: 30px;
        padding: 2px 40px;
    }

    .additional-menu-container {
        display: flex;
        width: 280px;
        order: 1;
    }

.additional-search-form-container {width: calc(100% - 588px);}
    .translate-container {
    order: 4;
    width: 48px;
}
    .impr-ajax-search {
        margin-left: 0;
    }
    div#et-secondary-menu {
        float: none !important;
    }

    ul#et-secondary-nav li {
        margin-top: 0;
        margin-right: 6px;
    }

    ul#et-secondary-nav li a {
        color: #fff;
        padding: 6px 0 !important;
        font-size: 12px !important;
        font-weight: bold;
        letter-spacing: 0.25px;
    }

    .add-menu-phone-btn {
        display: none !important;
    }

    .contact-details-container {
        margin-right: 10px;
        order: 3;
        width: 260px;
    }

    .contact-details-container a {
        margin: 5px 10px;
    }
    .contact-details-container a p {
        display: block;
        color: #fff;
        font-size: 12px;
        margin-left: 10px;
    }
    .header-info-holder {margin-left: 40px;width: 160px;}

    div#et-top-navigation {
        margin-right: 40px;
        width: calc(100% - 240px);
    }

    div#et_mobile_nav_menu {
        display: none;
    }

    .header-phone-link {
        width: 240px;
        padding: 25px 20px;
        background: #fb8500;
        background: linear-gradient(180deg, #fb8500 0%, #f44603 100%);
        box-shadow: 0 16px 44px rgba(244, 70, 3, 0.18);
        border-color: rgba(255, 255, 255, 0.10);
        justify-content: space-evenly;
        border-radius: 40px;
        height: 66px;
        margin-right: 0;
        transition: background-color 0.5s ease;
    }
    .header-phone-link:hover {
        background: #f44603;
    }
    .header-phone-link:active {
    background-color: #f44603;  
    }
    .header-phone-link p:before {
        content: '';
        background-image: url(/wp-content/uploads/2025/08/arrow.svg);
        width: 31px;
        height: 18px;
        z-index: 999;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        bottom: 5px;
        filter: invert(1) brightness(10.5);
        margin-left: 3px;
    }
    .header-phone-link p {
        display: flex;
        font-size: 16px;
        color: #fff;
        text-align: center;
        line-height: 1;
        align-items: center;
        flex-direction: row-reverse;
    }

    a.header-phone-link span {
        display: none;
    }
    /* === MAIN MENU CONTAINER === */
    #top-menu {
    display: flex;
    justify-content: center;
    gap: 10px;
    list-style: none;
    margin: 0;
    padding: 0;
    }

    /* === MENU ITEMS === */
    #top-menu li.menu-item {
    position: relative;
    }

    /* === MAIN LINKS === */
    #top-menu > li > a {
    font-weight: 600;
    text-transform: capitalize;
    text-decoration: none;
    color: #1f2124 !important;
    padding: 20px 0 !important;
    display: inline-block;
    position: relative;
    transition: color 0.3s ease;
    }

    #top-menu > li > a::before {
    content: '' !important;
    position: absolute !important;
    left: 50%;
    bottom: 10px;
    transform: translateX(-50%);
    width: 0 !important;
    height: 4px;
     /* Buglo red */
    border-color: rgba(255, 255, 255, 0.10);
    transition: width 0.3s ease;
    border-radius: 8px;
    background: linear-gradient(90deg, #fb8500 0%, #f44603 100%);
    box-shadow: 0 12px 30px rgba(244, 70, 3, 0.18);
    }

    #top-menu > li:hover > a::before,
    #top-menu > li.current-menu-item > a::before,
    #top-menu > li.current_page_item > a::before {
    width: 100% !important;
    }

    #top-menu > li.menu-item-has-children > a::after {
    content: '' !important;
    display: inline-block;
    background-image: url('/wp-content/uploads/2025/08/arrow-2.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 20px;
    height: 15px;
    vertical-align: middle;
    right: -22px !important;
    top: 20px !important;
    }

    /* === SUBMENU === */
    #top-menu .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: auto !important;
    min-width: 220px;
    padding: 16px 0;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 10px;
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.15);
    opacity: 0;
    visibility: hidden;
    transform: translateY(12px) scale(0.98);
    transition: all 0.4s ease !important;
    z-index: 100;
    backdrop-filter: blur(8px);
    pointer-events: none;
    border-color: #fb8500;
    }

    /* === SHOW SUBMENU ON HOVER === */
    #top-menu li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
    pointer-events: auto;
    }

    /* === SUBMENU LINKS === */
    #top-menu .sub-menu li a {
    display: block;
    padding: 12px 3px;
    color: #333;
    font-weight: 500;
    text-decoration: none;
    white-space: nowrap;
    transition: background 0.25s ease, color 0.25s ease;
    border-radius: 4px;
    }

    #top-menu .sub-menu li a:hover {
    background: #f4f4f4;
    color: #fb8500;
    }

    .menu-item-has-children {
        margin-right: 16px;
    }

    .header-container .slider-content {
        margin-top: 200px;
        width: 97vw;
    }

    .header-container {
        height: 100vh;
        margin-top: 0;
        max-height: 1000px;
        min-height: 810px;
        border-bottom-left-radius: 80px;
        border-bottom-right-radius: 80px;
    }

    .header-container picture {
        width: 100%;
    }

    .header-container picture img {
        object-fit: cover;
        object-position: center 34%;
    }

    img.header-ornament-bg { /* removed - rule deleted */ }

    .header-container .slider-content .slider-main-content {} /* removed - rule deleted */

    img.header-ornament { /* removed */ }

    .header-container .slider-content .slider-main-content .slider-title { /* removed */ }

    .header-container .slider-content .slider-main-content p {font-size: 20px;}

    #first-section-row {
        flex-direction: row;
    }
    .first-section-title {
        text-align: left;
    }
    .first-section-text {
        text-align: left;
    }
p.category-text {
    min-height: 108px;
}
    #category-card-section .categories-wrapper {
        flex-direction: row;
        align-items: stretch;
        flex-wrap: wrap;
        align-content: center;
    }
    #category-card-section .category-card {
        margin: 25px 15px;
        width: 46%;
        justify-content: flex-start;
    }
    #category-card-section .category-content {
        height: 100%;
        justify-content: flex-start;
    }
    #category-card-section .category-title {
        min-height: 78px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    #category-card-section .category-text {
        min-height: 163px;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
    }

    #second-section-row {
        max-width: 1440px;
    }
    .second-section-container {
        flex-direction: row;
        justify-content: space-between;
    }
    .second-section-content {
        width: 25%;
        max-width: 180px;
    }
    .second-section-images {
        flex-direction: row;
        margin-top: -29px;
        align-items: stretch;
        width: 75%;
        max-width: 800px;
        justify-content: flex-end;
    }
    .second-section-image-1 {
        width: 43%;
        max-width: 300px;
        max-height: 300px;
    }
    .second-section-imae-2 {
        width: 50%;
        max-height: 300px;
    }
    .second-section-imae-2 img {
        border-radius: 45% 0 0 45%;
        aspect-ratio: auto;
    }

    .sixth-section-image {
        max-width: 900px;
    }
    .sixth-section-text {
        max-width: 600px;
    }

    #seventh-section-row {
        max-width: 1440px;
    }
    .seventh-section-container {
        flex-direction: row;
        justify-content: space-between;
    }
    .seventh-section-content {
        width: 25%;
        max-width: 180px;
    }
    .seventh-section-images {
        flex-direction: row;
        margin-top: -29px;
        align-items: stretch;
        width: 75%;
        max-width: 800px;
        justify-content: flex-end;
    }
    .seventh-section-image-1 {
        width: 43%;
        max-width: 300px;
        max-height: 300px;
    }
    .seventh-section-imae-2 {
        width: 50%;
        max-height: 300px;
    }
    .seventh-section-imae-2 img {
        border-radius: 45% 0 0 45%;
        aspect-ratio: auto;
    }
}

@media (min-width: 1280px) {
    h1 {font-size: 56px !important;}
    h2 { font-size: 44px; }
    h3 {font-size: 30px;}
    h4 { font-size: 26px; }
    h5 { font-size: 20px; }
    h6 { font-size: 18px; }

    .header-container .slider-content {
    }

    #category-card-section .category-card {
        width: 30%;
    }
    #category-card-section .category-title {
        min-height: 130px;
    }
    .category-title {
    min-height: 87px;
    display: flex;
    align-items: center;
}

p.category-text {
    min-height: 135px;
}

    
}
