/* ==========================================================================
   MAIN STYLESHEET - DESKTOP FIRST, THEN RESPONSIVE
   ========================================================================== */

/* ==========================================================================
   FONTS & BASE STYLES
   ========================================================================== */
   @font-face {
    font-family: 'Givonic';
    src: url('../fonts/Givonic-Regular.woff2') format('woff2'),
        url('../fonts/Givonic-Regular.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Givonic';
    src: url('../fonts/Givonic-Bold.woff2') format('woff2'),
        url('../fonts/Givonic-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Givonic';
    src: url('../fonts/Givonic-SemiBold.woff2') format('woff2'),
        url('../fonts/Givonic-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

*, body, html{
  scroll-behavior: smooth;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: #fff !important;
}

.required {
	color: red;
}

.logged-in.admin-bar header.navigation-header {
  top: 32px;
}
 
@media only screen and (max-width: 782px){
  .logged-in.admin-bar header.navigation-header {
  	top: 46px;
  }
}

a.contact-button {
  position: fixed;
  bottom: 43px;
  right: 43px;
  background: #2D2D2D; /* Secondary */
  border: 1px solid #D7C9AE; /* Shadow */
  box-shadow: 4px 7px 12px rgba(32, 32, 32, 0.4);
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 12px;
  font-family: 'Givonic';
  font-style: normal;
  font-weight: 750;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #D7C9AE;
  width: auto;
  white-space: nowrap;
  padding: 8px 8px 8px 24px;
  text-decoration: none;
  z-index: 9999999;
  transition: all 0.3s ease;
}

a.contact-button:hover{
  background: #D7C9AE;
  color: #2D2D2D;
}

/* Hide number input spinners */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

html, body {
    max-width: 100%;
    overflow-x: hidden;
}

body.menu-open {
    overflow: hidden;
}

* {
    font-family: 'Givonic', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Givonic', sans-serif;
    margin: 0;
    background: #2D2D2D;
    color: #fff;
    width: 100%;
}

h1, h2, h3, h4, h5, h6,
p, span, div, a, button,
input, textarea, label {
    font-family: 'Givonic', sans-serif;
}

/* ==========================================================================
   DESKTOP STYLES (DEFAULT - 1440px and up)
   ========================================================================== */

/* Navigation */
.navigation-header {
    width: 100vw;
    background-color: #232323;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}

.navigation {
    width: 100%;
    max-width: var(--common-container-max-width);
    height: 100px;
    background: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 var(--common-container-padding);
    margin: 0 auto;
    position: relative;
}

.logo-section {
    display: flex;
    align-items: center;
    gap: 16px;
    position: relative;
    width: 222.58px;
    height: 40px;
}

.logo-icon {
    width: auto;
    height: 40px;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.logo-icon::before {
    content: none;
}

.logo-text {
    font-family: 'Givonic', sans-serif;
    font-size: 18px;
    font-weight: 450;
    color: #FFFFFF;
    letter-spacing: 0.5px;
    width: 171.57px;
    height: 24.82px;
}

.nav-items {
    display: flex;
    align-items: center;
    gap: 48px;
    width: 877px;
    height: 20px;
}

.nav-item {
    color: #FFFFFF;
    text-decoration: none;
    font-family: 'Givonic', sans-serif;
    font-size: 18px;
    font-weight: 450;
    transition: color 0.3s ease;
    padding: 0;
    border-radius: 0;
    position: relative;
    height: 20px;
}

.nav-item:hover {
    color: #D7C9AE;
}

.nav-item.active {
    color: #D7C9AE;
    font-weight: 750;
}

.nav-item.active::after {
    display: none;
}

.mobile-menu-toggle {
    display: none;
    background: none;
    border: none;
    color: #FFFFFF;
    font-size: 24px;
    cursor: pointer;
    z-index: 1000;
}

.hamburger-icon {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 20px;
}

.hamburger-icon span {
    display: block;
    height: 2px;
    width: 100%;
    background-color: #FFFFFF;
    transition: all 0.3s ease;
}

/* Hero Section */
.hero-header {
  position: relative;
  width: 100%;
  min-height: 900px;
  overflow: hidden;
  background: #2D2D2D;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.hero-header .hero-image-bg {
  position: absolute;
  left: 0; top: 100px;
  width: 100%;
  height: 800px;
  object-fit: cover;
  z-index: 1;
  filter: brightness(0.7);
}

.hero-header .hero-gradient {
  position: absolute;
  left: 0; top: 100px;
  width: 75%;
  height: 800px;
  z-index: 2;
  background: linear-gradient(90deg, #2D2D2D 20%, rgba(45,45,45,0.8) 65%, rgba(45,45,45,0) 100%);
  max-width: 900px;
}

.hero-header .hero-container{
    width: 1440px;
    margin: 0 auto;     
    padding-inline: 80px;
}

.hero-header .hero-content {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  width: 710px;
  margin-top: 267px;
}

.hero-header .hero-headline {
  font-family: 'Givonic', sans-serif;
  font-size: 64px;
  font-weight: 750;
  line-height: 1.1;
  color: #fff;
  max-width: 710px;
  margin-bottom: 14px;
}

.hero-header .hero-headline  .highlight-gold{
  color: #A68763;
}

.hero-header .hero-subheadline {
  font-family: 'Givonic', sans-serif;
  font-size: 24px;
  font-weight: 450;
  line-height: 1.33;
  color: #fff;
  max-width: 493px;
  margin-bottom: 0;
}

.hero-header .hero-button {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #2D2D2D;
  color: #D7C9AE;
  border: 1px solid #D7C9AE;
  border-radius: 100px;
  padding: 8px 8px 8px 24px;
  font-family: 'Givonic', sans-serif;
  font-size: 20px;
  font-weight: 750;
  line-height: 1.2;
  cursor: pointer;
  height: 64px;
  width: fit-content;
  transition: all 0.3s ease;
  margin-top: 96px;
  text-decoration: none;
}

.hero-header .hero-button:hover {
  background: #D7C9AE;
  color: #2D2D2D;
}

.hero-header .hero-button-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: #D7C9AE;
  border-radius: 100px;
  margin-left: 8px;
}

.hero-header .hero-button-icon img {
  width: 24px;
  height: 24px;
  display: block;
}

/* Highlights Section */
.highlights-section {
  background: #A68763;
}

.highlights-section .highlights-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 30px 80px;
  max-width: 1440px;
  margin: 0 auto;
  flex-wrap: wrap;
  gap: 20px;
}

.highlights-section .highlight {
  display: flex;
  align-items: center;
  background: #2D2D2D;
  border-radius: 240px;
  border: 1px solid #fff;
  padding: 8px 24px 8px 8px;
  gap: 12px;
  min-width: 320px;
  box-sizing: border-box;
}

.highlights-section .highlight-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: #A68763;
  border-radius: 50%;
}

.highlights-section .highlight-text {
  font-size: 16px;
  font-weight: 600;
  color: #D7C9AE;
  line-height: 1.1;
}

.highlights-section .highlight-gold {
  color: #A68763;
}

/* Booking/Checkout Section */
.booking-section {
    background: #1E1E1E;
    background-image: url('../images/form_background.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    padding: 80px 0;
}

.booking-section .date-picker-container .date-picker-content {
  flex-wrap: wrap;
  flex-direction: initial;
}

.booking-section .booking-container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 80px;
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 80px;
}

.booking-section .booking-header {
    width: 100%;
    border-bottom: 1px solid #4A4A4A;
    padding-bottom: 40px;
}

.booking-section .booking-header-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 41px;
}

.booking-section .booking-title-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 24px;
}

.booking-section .booking-icon {
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.booking-section .booking-title {
    font-family: 'Givonic', sans-serif;
    font-weight: 750;
    font-size: 48px;
    line-height: 1.1;
    color: #D7C9AE;
    margin: 0;
}

.booking-section .booking-title span{
  color: #A68763;
}

.booking-section .step-indicator {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 32px;
}

.booking-section .step-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px;
    border-radius: 240px;
    border: 1px solid #4A4A4A;
    background: #242424;
}

.booking-section .step-item.active {
    padding: 8px 8px 8px 24px;
    border-color: #A68763;
}

.booking-section .step-label {
    font-family: 'Givonic', sans-serif;
    font-weight: 450;
    font-size: 24px;
    line-height: 1.33;
    color: #FFFFFF;
    display: none;
}

.booking-section .step-item.active .step-label {
    display: block;
}

.booking-section .step-number {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #A68763;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Givonic', sans-serif;
    font-weight: 750;
    font-size: 24px;
    line-height: 1.375;
    color: #242424;
    text-align: center;
    padding-top: 2px;
}

.booking-section .step-item:not(.active) .step-number {
    background: #4A4A4A;
    color: #242424;
}

.booking-section .step-divider {
    width: 80px;
    height: 2px;
    background: #4A4A4A;
    transition: background-color 0.3s ease;
    display: none;
}

.booking-section .step-item.active + .step-divider {
  display: block;
}

.booking-section .step-indicator:has(.step-item:nth-child(7).active) .step-divider:nth-child(6) {
  display: block;
  background: #A68763;
}

.booking-section .booking-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 64px;
    width: 100%;
}

.booking-section .booking-form-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 64px;
    width: 100%;
}

.booking-section .form-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 64px;
    width: 100%;
}

.booking-section .form-header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    text-align: center;
}

.booking-section .form-title {
    font-family: 'Givonic', sans-serif;
    font-weight: 750;
    font-size: 48px;
    line-height: 1.1;
    color: #A68763;
    margin: 0;
}

.booking-section #step-2 .form-title{
  color: #fff;
}

.booking-section .form-description {
    font-family: 'Givonic', sans-serif;
    font-weight: 450;
    font-size: 24px;
    line-height: 1.33;
    color: #FFFFFF;
    margin: 0;
    text-align: center;
}

.booking-section #step-1 .form-description{
  max-width: 474px;
  margin-inline: auto;
}

.booking-section .price-calculator {
    border: 2px solid #4A4A4A;
    border-radius: 24px;
    padding: 32px;
    width: 100%;
    max-width: 720px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    box-shadow: 4px 7px 12px 0px rgba(32, 32, 32, 0.4);
    background-image: url("../images/form_bg.png");
    background-size: cover;
    background-position: center center;
}

.booking-section .calculator-field {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
}

.booking-section .field-label {
    font-family: 'Givonic', sans-serif;
    font-weight: 450;
    font-size: 16px;
    line-height: 1.1;
    color: #FFFFFF;
}

.booking-section .field-input {
    background: #2D2D2D;
    border: 1px solid #4A4A4A;
    border-radius: 16px;
    padding: 0 20px;
    height: 56px;
    display: flex;
    align-items: center;
    box-shadow: 2px 4px 8px 0px rgba(45, 45, 45, 0.4);
}

.booking-section .field-input input {
    background: none;
    border: none;
    outline: none;
    color: #D7C9AE;
    font-family: 'Givonic', sans-serif;
    font-weight: 750;
    font-size: 18px;
    line-height: 1.1;
    width: 100%;
}

.booking-section .field-input input::placeholder {
    color: #4A4A4A;
    font-weight: 450;
}

.booking-section .field-input:focus-within {
  border-color: #A68763 !important;
}

.booking-section .field-input input:focus {
  outline: none;
}

/* Required field styling - removed golden border */

.booking-section .price-breakdown {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.booking-section .price-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    padding: 20px;
    border: 1px solid #4A4A4A;
    border-radius: 24px;
    margin-bottom: 0;
}

.booking-section .price-label {
    font-family: 'Givonic', sans-serif;
    font-weight: 450;
    font-size: 20px;
    line-height: 1.2;
    color: #FFFFFF;
}

.booking-section .price-value {
    font-family: 'Givonic', sans-serif;
    font-weight: 750;
    font-size: 48px;
    line-height: 1;
    color: #A68763;
}

/* Radio button styles for price options */
.booking-section .price-option {
    position: relative;
    margin-bottom: 0;
}

.booking-section .price-option input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.booking-section .price-radio-label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    border: 1px solid #4A4A4A;
    border-radius: 24px;
    /* cursor: pointer; */
    transition: all 0.3s ease;
    background: transparent;
}

.booking-section .price-radio-label:hover {
    /* All properties removed to disable hover effect */
}

.booking-section .price-option input[type="radio"]:checked + .price-radio-label {
    border-color: #A68763;
}

.booking-section .price-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.booking-section .radio-indicator {
    display: none;
}

.booking-section .terms-section {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
}

.booking-section .terms-text {
    font-family: 'Givonic', sans-serif;
    font-weight: 450;
    font-size: 14px;
    line-height: 1.71;
    color: #FFFFFF;
    margin: 0;
    width: 649px;
}

/* Booking Details Section Styles */
.booking-details-section {
    width: 100%;
    max-width: 720px;
    margin-bottom: 40px;
    display: none;
}

.booking-details-section .section-title {
    font-family: 'Givonic', sans-serif;
    font-weight: 750;
    font-size: 24px;
    line-height: 1.33;
    color: #FFFFFF;
    margin-bottom: 24px;
}

.booking-details-info {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.booking-row {
    display: flex;
    gap: 32px;
    width: 100%;
}

.booking-item {
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1;
}

.booking-item-full {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
}

.booking-label {
    font-family: 'Givonic', sans-serif;
    font-weight: 450;
    font-size: 16px;
    line-height: 1.5;
    color: #D7C9AE;
}

.booking-value {
    font-family: 'Givonic', sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.33;
    color: #FFFFFF;
}

.booking-section .form-navigation {
    display: flex;
    gap: 24px;
}

.booking-section .nav-btn {
    border-radius: 100px;
    height: 64px;
    min-width: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    font-family: 'Givonic', sans-serif;
    font-weight: 750;
    font-size: 20px;
    line-height: 1.2;
    cursor: pointer;
    transition: all 0.3s ease;
}

.booking-section .nav-btn-back {
    background: transparent;
    border: 1px solid #D7C9AE;
    color: #D7C9AE;
}

.booking-section .nav-btn-back:hover {
    background: #D7C9AE;
    color: #242424;
}

.booking-section .nav-btn-next {
    background: transparent;
    border: 1px solid #A68763;
    color: #A68763;
    padding: 12px 8px 12px 24px;
    justify-content: flex-end;
}

.booking-section .nav-btn-next:hover {
    background: #A68763;
    color: #242424;
}

.booking-section .nav-btn-icon {
    background: #A68763;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease;
}

.booking-section .nav-btn:hover .nav-btn-icon{
  background-color: #A68763 ;
}

.booking-section .nav-btn-next:hover .nav-btn-icon svg {
    stroke: #A68763;
}

/* Customer Data Form Styles */
.customer-data-form {
    width: 100%;
    max-width: 720px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.form-row {
    display: flex;
    gap: 32px;
    width: 100%;
}

.form-field {
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1;
}

.form-field.full-width {
    width: 100%;
}

.dropdown-input {
    position: relative;
}

.dropdown-input select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    border: none;
    outline: none;
    width: 100%;
    color: #fff;
    font-family: 'Givonic', sans-serif;
    font-size: 18px;
    font-weight: 450;
    cursor: pointer;
}

.dropdown-input select:focus {
    outline: none;
}

.dropdown-input select option {
    background: #2D2D2D;
    color: #FFFFFF;
    padding: 8px;
}

.dropdown-input select option:disabled {
	color: #4A4A4A;
}

.dropdown-input.has-value select {
    color: #FFFFFF;
}

.dropdown-icon {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.date-input {
    position: relative;
}

.date-input input {
    cursor: pointer;
}

.date-icon {
    cursor: pointer;
    transition: all 0.2s ease;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.date-icon:hover {
    opacity: 0.8;
}

.date-icon svg {
    width: 100%;
    height: auto;
}

/* Responsive Form Improvements */
@media (max-width: 768px) {
  .form-field input,
  .form-field select {
    font-size: 16px; /* Prevents zoom on iOS */
    min-height: 44px; /* Better touch target */
  }
  
  .dropdown-input select {
    min-height: 44px;
    font-size: 16px;
  }
  
  .date-input input {
    min-height: 44px;
    font-size: 16px;
  }
  
  .checkbox-container input[type="checkbox"] {
    width: 20px;
    height: 20px;
  }
}

/* Step 3 - Cart and Contact Styles */
.cart-section {
    display: flex;
    flex-direction: column;
    gap: 64px;
    padding-bottom: 40px;
    border-bottom: 1px solid #4A4A4A;
    width: 100%;
    max-width: 720px;
}

.cart-title {
    font-family: 'Givonic', sans-serif;
    font-size: 40px;
    font-weight: 450;
    line-height: 1.1em;
    color: #FFFFFF;
    margin: 0;
}

.product-info {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.product-details {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-bottom: 32px;
    border-bottom: 1px solid #4A4A4A;
}

.product-label {
    font-family: 'Givonic', sans-serif;
    font-size: 16px;
    font-weight: 450;
    line-height: 1.1em;
    color: #A68763;
}

.product-name {
    font-family: 'Givonic', sans-serif;
    font-size: 24px;
    font-weight: 450;
    line-height: 1.1em;
    color: #FFFFFF;
}

.price-cards {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.price-card {
    background: #2D2D2D;
    border: 1px solid #4A4A4A;
    border-radius: 24px;
    padding: 24px 32px;
    display: flex !important;
    justify-content: space-between;
    align-items: stretch;
    gap: 56px;
}

.price-card-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 24px;
    flex: 1;
}

.price-card-label {
    font-family: 'Givonic', sans-serif;
    font-size: 20px;
    font-weight: 450;
    line-height: 1.2em;
    color: #A68763;
}

.price-card-value {
    font-family: 'Givonic', sans-serif;
    font-size: 48px;
    font-weight: 750;
    line-height: 1em;
    color: #FFFFFF;
}

.price-card-value-highlight {
    font-family: 'Givonic', sans-serif;
    font-size: 48px;
    font-weight: 750;
    line-height: 1em;
    color: #A68763;
}

.total-sum {
    background: #2D2D2D;
    border: 1px solid #A68763;
    border-radius: 16px;
    box-shadow: 2px 4px 8px 0px rgba(45, 45, 45, 0.4);
    padding: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

.total-label {
    font-family: 'Givonic', sans-serif;
    font-size: 20px;
    font-weight: 450;
    line-height: 1.2em;
    color: #FFFFFF;
}

.total-value {
    font-family: 'Givonic', sans-serif;
    font-size: 64px;
    font-weight: 750;
    line-height: 0.75em;
    color: #A68763;
}

/* New Price Cards Design - Based on Figma */
.price-cards-container {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
}

.price-card-new {
    background: #2D2D2D;
    border: 1px solid #4A4A4A;
    border-radius: 24px;
    padding: 24px 32px;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 56px;
}

.price-card-row {
    display: flex;
    flex-direction: column;
    gap: 24px;
    flex: 1;
}

.price-card-label {
    font-family: 'Givonic', sans-serif;
    font-size: 20px;
    font-weight: 450;
    line-height: 1.2;
    color: #A68763;
    text-align: left;
    align-self: flex-start;
}

.price-card-quantity,
.price-card-unit-price {
    font-family: 'Givonic', sans-serif;
    font-size: 48px;
    font-weight: 750;
    line-height: 1;
    color: #FFFFFF;
    text-align: left;
}

.month-box {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}

.month-box .small-text {
    font-size: 11px;
    margin-left: 8px;
    top: -9px;
    position: relative;
}

.month-box .price-card-quantity.month-display {
  font-size: 21px;
  position: relative;
  top: -8px;
  margin-left: 4px;
}

.price-card-total {
    font-family: 'Givonic', sans-serif;
    font-size: 48px;
    font-weight: 750;
    line-height: 1;
    color: #A68763;
    text-align: left;
}

.total-sum-new {
    background: #2D2D2D;
    border: 1px solid #A68763;
    border-radius: 16px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    box-shadow: 2px 4px 8px 0px rgba(45, 45, 45, 0.4);
}

.total-sum-label {
    font-family: 'Givonic', sans-serif;
    font-size: 20px;
    font-weight: 450;
    line-height: 1.2;
    color: #FFFFFF;
    text-align: center;
}

.total-sum-value {
    font-family: 'Givonic', sans-serif;
    font-size: 64px;
    font-weight: 750;
    line-height: 0.75;
    color: #A68763;
    text-align: center;
}

.contact-section {
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding-bottom: 40px;
    width: 720px;
    max-width: 100%;
}

.contact-title {
    font-family: 'Givonic', sans-serif;
    font-size: 40px;
    font-weight: 450;
    line-height: 1.1em;
    color: #FFFFFF;
    margin: 0;
    padding-bottom: 32px;
    border-bottom: 1px solid #4A4A4A;
}

.contact-info {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.contact-row {
    display: flex;
    gap: 32px;
    padding-bottom: 32px;
    border-bottom: 1px solid #4A4A4A;
}

.contact-item {
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1;
}

.contact-item-full {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-bottom: 32px;
    border-bottom: 1px solid #4A4A4A;
}

.contact-label {
    font-family: 'Givonic', sans-serif;
    font-size: 16px;
    font-weight: 450;
    line-height: 1.1em;
    color: #A68763;
}

.contact-value {
    font-family: 'Givonic', sans-serif;
    font-size: 24px;
    font-weight: 450;
    line-height: 1.1em;
    color: #FFFFFF;
}

.terms-checkbox {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 16px;
}

.checkbox-container {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.checkbox-container input[type="checkbox"] {
    width: 24px;
    height: 24px;
    border: 1.5px solid #A68763;
    border-radius: 8px;
    background: #2D2D2D;
    appearance: none;
    cursor: pointer;
    flex-shrink: 0;
    margin-top: 0;
}

.checkbox-container input[type="checkbox"]:checked {
    background: #A68763;
    border-color: #A68763;
}

.checkbox-container input[type="checkbox"]:checked::after {
  content: '✓';
  display: block;
  color: #2D2D2D;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 14px;
  margin-top: 5px;
}

.checkbox-container label {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
    color: #FFFFFF;
    cursor: pointer;
    flex: 1;
}

.price-note {
    margin-top: 32px;
    text-align: center;
}

.price-note p {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
    color: #FFFFFF;
    margin: 0;
}

.nav-btn-text-step3 {
    display: none;
}

/* Step 4 - Confirmation Styles */
.confirmation-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 64px;
    width: 100%;
    padding: 40px 24px;
    text-align: center;
}

.confirmation-message {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
}

.confirmation-title {
    font-family: 'Givonic', sans-serif;
    font-size: 48px;
    font-weight: 750;
    line-height: 1.1em;
    color: #A68763;
    margin: 0;
}

.confirmation-description {
    font-family: 'Givonic', sans-serif;
    font-size: 20px;
    font-weight: 450;
    line-height: 1.33em;
    color: #FFFFFF;
    margin: 0;
}

.confirmation-contact {
    display: flex;
    justify-content: center;
    width: 100%;
}

.contact-email-btn {
    display: flex;
    align-items: center;
    gap: 12px;
    border: 1px solid #D7C9AE;
    border-radius: 100px;
    padding: 4px 4px 4px 24px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    background: transparent;
    color: #D7C9AE;
}

.contact-email-btn:hover {
    background: #D7C9AE;
}

.contact-email-btn:hover span {
    color: #242424;
}

.contact-email-btn:hover .contact-btn-icon {
    background: #242424;
}

.contact-email-btn:hover .contact-btn-icon svg path {
    stroke: #FFFFFF;
}

.contact-email-btn span {
    font-family: 'Givonic', sans-serif;
    font-size: 20px;
    font-weight: 750;
    line-height: 1.2em;
    transition: color 0.3s ease;
}

.contact-btn-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background: #D7C9AE;
    border-radius: 50%;
    transition: background 0.3s ease;
}

.confirmation-illustration {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.confirmation-illustration svg {
    max-width: 100%;
    height: auto;
}

/* Date Picker Modal */
.date-picker-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.date-picker-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(12, 12, 12, 0.4);
    backdrop-filter: blur(40px);
    display: flex;
    align-items: center;
    flex-flow: column;
    justify-content: center;
    z-index: 100000;
}

.date-picker-container {
    background: #2D2D2D;
    border: 1px solid #4A4A4A;
    border-radius: 24px;
    padding: 20px;
    width: 480px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    position: relative;
    box-sizing: border-box;
}

.date-picker-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    width: 100%;
    margin-bottom: 16px;
    max-width: 480px;
}

.date-picker-title {
    font-family: 'Givonic', sans-serif;
    font-size: 32px;
    font-weight: 750;
    line-height: 1.1em;
    color: #A68763;
    margin: 0;
}

.date-picker-close {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transition: background-color 0.3s ease;
}

.date-picker-close:hover {
    background: rgba(166, 135, 99, 0.1);
}

.date-picker-calendar {
    background: #D7C9AE;
    border: 1px solid #4A4A4A;
    border-radius: 16px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.calendar-header {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 29px;
}

.month-year-selectors {
    display: flex;
    gap: 8px;
}

.month-selector,
.year-selector {
    position: relative;
    display: flex;
    align-items: center;
}

.month-selector select,
.year-selector select {
    background: #2D2D2D;
    border: 1px solid #D7C9AE;
    border-radius: 24px;
    padding: 8px 16px 8px 16px;
    padding-right: 32px;
    font-family: 'Givonic', sans-serif;
    font-size: 14px;
    font-weight: 450;
    line-height: 1.43em;
    color: #D7C9AE;
    appearance: none;
    cursor: pointer;
    min-width: 100px;
}

.month-selector svg,
.year-selector svg {
    position: absolute;
    right: 8px;
    pointer-events: none;
}

.calendar-grid {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.weekday-headers {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 0;
}

.weekday {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 2px;
    font-family: 'Givonic', sans-serif;
    font-size: 12px;
    font-weight: 750;
    line-height: 1.5em;
    text-align: center;
    color: #2D2D2D;
    width: 100%;
}

.weekday.holiday {
    color: #DB0015;
}

.calendar-days {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 4px 0;
}

.calendar-day {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px 8px;
    height: 32px;
    font-family: 'Givonic', sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.1em;
    text-align: center;
    cursor: pointer;
    border-radius: 4px;
    transition: all 0.3s ease;
    color: #2D2D2D;
    background: transparent;
}

.calendar-day.empty {
    color: transparent;
    cursor: default;
}

.calendar-day.holiday {
    color: #DB0015;
}

.calendar-day.today {
    background: #D7C9AE;
    color: #2D2D2D;
    font-weight: 600;
}

.calendar-day.selected {
    background: #A68763;
    color: white;
    font-weight: 600;
}

.calendar-day.today.selected {
    background: #A68763;
    color: white;
}

.calendar-day:hover:not(.empty):not(.today):not(.selected) {
    background: rgba(166, 135, 99, 0.2);
}

.date-picker-actions {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.btn-cancel {
    background: none;
    border: none;
    padding: 8px 32px;
    border-radius: 4px;
    font-family: 'Givonic', sans-serif;
    font-size: 14px;
    font-weight: 750;
    line-height: 1.1em;
    color: #4A4A4A;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-cancel:hover {
    background: rgba(74, 74, 74, 0.1);
}

.btn-save {
    background: #2D2D2D;
    border: 1px solid #4A4A4A;
    box-shadow: 2px 4px 8px 0px rgba(45, 45, 45, 0.4);
    border-radius: 16px;
    padding: 0px 16px;
    width: 130px;
    height: 37px;
    font-family: 'Givonic', sans-serif;
    font-size: 14px;
    font-weight: 750;
    line-height: 1.1em;
    color: #4A4A4A;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .btn-save:hover {
        background: #3A3A3A;
        color: #D7C9AE;
    }

    /* Date Picker Responsive Styles */
    @media screen and (max-width: 768px) {
        .date-picker-container {
            width: 90%;
            max-width: 400px;
        }
        
        .date-picker-header {
            padding: 12px 16px;
        }
        
        .date-picker-calendar {
            padding: 16px;
        }

        .date-picker-title {
            font-size: 28px;
        }

        .calendar-header {
            gap: 16px;
        }

        .month-selector select,
        .year-selector select {
            min-width: 80px;
            padding: 6px 12px;
            padding-right: 28px;
            font-size: 12px;
        }

        .calendar-day {
            padding: 12px 6px;
            height: 28px;
            font-size: 11px;
        }

        .weekday {
            padding: 6px 2px;
            font-size: 11px;
        }

        .btn-save {
            width: 110px;
            height: 35px;
            font-size: 12px;
        }

        .btn-cancel {
            padding: 6px 24px;
            font-size: 12px;
        }
    }

    @media screen and (max-width: 480px) {
        .date-picker-container {
            width: 95%;
            max-width: 350px;
        }
        
        .date-picker-header {
            padding: 12px;
        }
        
        .date-picker-calendar {
            padding: 12px;
        }

        .date-picker-title {
            font-size: 24px;
        }

        .month-year-selectors {
            gap: 6px;
        }

        .month-selector select,
        .year-selector select {
            min-width: 70px;
            padding: 4px 8px;
            padding-right: 24px;
            font-size: 11px;
        }

        .calendar-day {
            padding: 8px 4px;
            height: 24px;
            font-size: 10px;
        }

        .weekday {
            padding: 4px 1px;
            font-size: 10px;
        }
    }
/* Desktop Styles */

@font-face {
    font-family: 'Givonic';
    src: url('../fonts/Givonic-SemiBold.woff2') format('woff2'),
        url('../fonts/Givonic-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Givonic';
    src: url('../fonts/Givonic-Regular.woff2') format('woff2'),
        url('../fonts/Givonic-Regular.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Givonic';
    src: url('../fonts/Givonic-Bold.woff2') format('woff2'),
        url('../fonts/Givonic-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/* Hide number input spinners */
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

html, body {
    max-width: 100%;
    overflow-x: hidden;
}

body.menu-open {
    overflow: hidden;
}

* {
    font-family: 'Givonic', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Givonic', sans-serif;
    margin: 0;
    background: #2D2D2D;
    color: #fff;
    width: 100%;
}

h1, h2, h3, h4, h5, h6,
p, span, div, a, button,
input, textarea, label {
    font-family: 'Givonic', sans-serif;
}

/* Navigation Container - Exact Figma specs */
.navigation-header {
    width: 100vw;
    background-color: #232323;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}

.navigation {
    width: 100%;
    max-width: var(--common-container-max-width);
    height: 100px;
    background: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 var(--common-container-padding);
    margin: 0 auto;
    position: relative;
}

/* Logo Section - Exact Figma specs */
.logo-section {
    display: flex;
    align-items: center;
    gap: 16px;
    position: relative;
    width: 222.58px;
    height: 40px;
}

.logo-icon {
    width: auto;
    height: 40px;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.logo-icon::before {
    content: none;
}

/* Logo text styling - Exact from Figma */
.logo-text {
    font-family: 'Givonic', sans-serif;
    font-size: 18px;
    font-weight: 450;
    color: #FFFFFF;
    letter-spacing: 0.5px;
    width: 171.57px;
    height: 24.82px;
}

/* Navigation Items - Exact Figma specs */
.nav-items {
    display: flex;
    align-items: center;
    gap: 48px;
    width: auto;
    height: 20px;
    justify-content: flex-end;
}

.nav-item {
    color: #FFFFFF;
    text-decoration: none;
    font-family: 'Givonic', sans-serif;
    font-size: 18px;
    font-weight: 450;
    transition: color 0.3s ease;
    padding: 0;
    border-radius: 0;
    position: relative;
    height: 20px;
}

.nav-item:hover {
    color: #D7C9AE;
}

.nav-item.active {
    color: #D7C9AE;
    font-weight: 750;
}

.nav-item.active::after {
    display: none;
}

/* Mobile menu button */
.mobile-menu-toggle {
    display: none;
    background: none;
    border: none;
    color: #FFFFFF;
    font-size: 24px;
    cursor: pointer;
    z-index: 1000;
}

.hamburger-icon {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 20px;
}

.hamburger-icon span {
    display: block;
    height: 2px;
    width: 100%;
    background-color: #FFFFFF;
    transition: all 0.3s ease;
}

.hero-header {
  position: relative;
  width: 100%;
  min-height: 900px;
  overflow: hidden;
  background: #2D2D2D;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.hero-header .hero-image-bg {
  position: absolute;
  left: 0; top: 100px;
  width: 100%;
  height: 800px;
  object-fit: cover;
  z-index: 1;
  filter: brightness(0.7);
}

.hero-header .hero-gradient {
  position: absolute;
  left: 0; top: 100px;
  width: 100%;
  height: 800px;
  z-index: 2;
  background: linear-gradient(90deg, #2D2D2D 20%, rgba(45,45,45,0.8) 65%, rgba(45,45,45,0) 100%);
}

.hero-header .hero-container{
    width: 1440px;
    margin: 0 auto;     
    padding-inline: 80px;
}

.hero-header .hero-content {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  width: 710px;
  margin-top: 267px;
}

.hero-header .hero-headline {
  font-family: 'Givonic', sans-serif;
  font-size: 64px;
  font-weight: 750;
  line-height: 1.1;
  color: #fff;
  max-width: 710px;
  margin-bottom: 14px;
}

.hero-header .hero-headline  .highlight-gold{
  color: #A68763;
}

.hero-header .hero-subheadline {
  font-family: 'Givonic', sans-serif;
  font-size: 24px;
  font-weight: 450;
  line-height: 1.33;
  color: #fff;
  max-width: 493px;
  margin-bottom: 0;
}

.hero-header .hero-button {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #2D2D2D;
  color: #D7C9AE;
  border: 1px solid #D7C9AE;
  border-radius: 100px;
  padding: 8px 8px 8px 24px;
  font-family: 'Givonic', sans-serif;
  font-size: 20px;
  font-weight: 750;
  line-height: 1.2;
  cursor: pointer;
  height: 64px;
  width: fit-content;
  transition: all 0.3s ease;
  margin-top: 96px;
  text-decoration: none;
}

.hero-header .hero-button:hover {
  background: #D7C9AE;
  color: #2D2D2D;
}

.hero-header .hero-button-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: #D7C9AE;
  border-radius: 100px;
  margin-left: 8px;
}

.hero-header .hero-button-icon img {
  width: 24px;
  height: 24px;
  display: block;
}

.highlights-section {
  background: #A68763;
}

.highlights-section .highlights-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 30px 80px;
  max-width: 1440px;
  margin: 0 auto;
  flex-wrap: wrap;
  gap: 20px;
}

.highlights-section .highlight {
  display: flex;
  align-items: center;
  background: #2D2D2D;
  border-radius: 240px;
  border: 1px solid #fff;
  padding: 8px 24px 8px 8px;
  gap: 12px;
  min-width: 320px;
  box-sizing: border-box;
}

.highlights-section .highlight-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: #A68763;
  border-radius: 50%;
}

.highlights-section .highlight-text {
  font-size: 16px;
  font-weight: 600;
  color: #D7C9AE;
  line-height: 1.1;
}

.highlights-section .highlight-gold {
  color: #A68763;
}

.rates-section {
  background: #2D2D2D;
  padding: 104px 0;
  width: 100%;
  position: relative;
}

.rates-section::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  background-image: url('../images/rates-bg.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 629px;
  z-index: 0;
}

.rates-section .rates-container {
  max-width: var(--common-container-max-width);
  margin: 0 auto;
  padding: 0 var(--common-container-padding);
  display: flex;
  gap: 80px;
  align-items: center;
  position: relative;
  z-index: 1;
}

.rates-section .rates-cards {
  flex: 0 0 560px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.rates-section .rates-content {
  flex: 1;
  color: #fff;
}

.rates-section .rates-title {
  font-family: 'Givonic', sans-serif;
  font-size: 48px;
  font-weight: 750;
  color: #fff;
  margin-bottom: 16px;
}

.rates-section .rates-description {
  font-family: 'Givonic', sans-serif;
  font-size: 24px;
  font-weight: 450;
  color: #fff;
  line-height: 1.67;
  max-width: 560px;
}

.rates-section .rates-lead {
  font-size: 26px;
  margin-bottom: 0px;
}

.rates-section .rate-card {
  background: #2D2D2D;
  border-radius: 24px;
  box-shadow: 4px 7px 12px 0px rgba(32, 32, 32, 0.4);
  border: 2px solid #A68763;
  color: #fff;
  padding: 32px;
  display: flex;
  flex-direction: column;
}

.rates-section .rate-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}

.rates-section .rate-card-title {
  font-family: 'Givonic', sans-serif;
  font-size: 48px;
  line-height: 53px;
  font-weight: 750;
  color: #A68763;
  margin: 0;
}

.rates-section .rate-card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.rates-section .rate-card-content {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.rates-section .rate-card-desc {
  font-family: 'Givonic', sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 450;
  color: #fff;
  margin: 0;
}

.rates-section .rate-card-note {
  font-family: 'Givonic', sans-serif;
  font-size: 16px;
  font-weight: 450;
  color: #fff;
  opacity: 0.7;
  min-height: 54px;
  margin: 0;
}

.rates-section .rate-card-highlights {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  gap: 32px;
}

.rates-section .rate-card-highlight {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: 'Givonic', sans-serif;
  font-size: 18px;
  font-weight: 450;
  color: #fff;
}

.rates-section .highlight-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: transparent;
  border: 1px solid #A68763;
  border-radius: 50%;
}

.rates-section .rate-card-divider {
  height: 1px;
  background-color: #4A4A4A;
  margin: 32px 0;
}

.rates-section .rate-card-divider.m-0{
  margin: 0;
}

.rates-section .rate-card-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #2D2D2D;
  color: #D7C9AE;
  border: 1px solid #D7C9AE;
  border-radius: 100px;
  padding: 8px 8px 8px 24px;
  font-family: 'Givonic', sans-serif;
  font-size: 20px;
  font-weight: 750;
  cursor: pointer;
  width: fit-content;
  transition: all 0.3s ease;
  text-decoration: none;
}

.rates-section .rate-card-btn:hover {
  background: #D7C9AE;
  color: #2D2D2D;
}

.rates-section .btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: #D7C9AE;
  border-radius: 50%;
  margin-left: 12px;
}

.rates-section .btn-icon svg {
  color: #2D2D2D;
}

/* Booking/Checkout Section */
.booking-section {
    background: #1E1E1E;
    background-image: url('../images/form_background.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    padding: 80px 0;

}

.booking-section .booking-container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 80px;
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 80px;
}

/* Header Section */
.booking-section .booking-header {
    width: 100%;
    border-bottom: 1px solid #4A4A4A;
    padding-bottom: 40px;
}

.booking-section .booking-header-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 41px;
}

.booking-section .booking-title-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 24px;
}

.booking-section .booking-icon {
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.booking-section .booking-title {
    font-family: 'Givonic', sans-serif;
    font-weight: 750;
    font-size: 48px;
    line-height: 1.1;
    color: #D7C9AE;
    margin: 0;
}

.booking-section .booking-title span{
  color: #A68763;
}

/* Step Indicator */
.booking-section .step-indicator {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 32px;
}

.booking-section .step-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px;
    border-radius: 240px;
    border: 1px solid #4A4A4A;
    background: #242424;
}

.booking-section .step-item.active {
    padding: 8px 8px 8px 24px;
    border-color: #A68763;
}

.booking-section .step-label {
    font-family: 'Givonic', sans-serif;
    font-weight: 450;
    font-size: 24px;
    line-height: 1.33;
    color: #FFFFFF;
    display: none;
}

.booking-section .step-item.active .step-label {
    display: block;
}

.booking-section .step-number {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #A68763;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Givonic', sans-serif;
    font-weight: 750;
    font-size: 24px;
    line-height: 1.375;
    color: #242424;
    text-align: center;
}

.booking-section .step-item:not(.active) .step-number {
    background: #4A4A4A;
    color: #242424;
}

.booking-section .step-divider {
    width: 80px;
    height: 2px;
    background: #4A4A4A;
}

/* Form Content */
.booking-section .booking-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 64px;
    width: 100%;
}

.booking-section .booking-form-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 64px;
    width: 100%;
}

.booking-section .form-header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    text-align: center;
}

.booking-section .form-title {
    font-family: 'Givonic', sans-serif;
    font-weight: 750;
    font-size: 48px;
    line-height: 1.1;
    color: #A68763;
    margin: 0;
}

.booking-section .form-description {
    font-family: 'Givonic', sans-serif;
    font-weight: 450;
    font-size: 24px;
    line-height: 1.33;
    color: #FFFFFF;
    margin: 0;
    text-align: center;
}

/* Price Calculator */
.booking-section .price-calculator {
    border: 2px solid #4A4A4A;
    border-radius: 24px;
    padding: 32px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 24px;
    box-shadow: 4px 7px 12px 0px rgba(32, 32, 32, 0.4);
}

.booking-section .calculator-field {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
}

.booking-section .field-label {
    font-family: 'Givonic', sans-serif;
    font-weight: 450;
    font-size: 16px;
    line-height: 1.1;
    color: #FFFFFF;
}

.booking-section .field-input {
    background: #2D2D2D;
    border: 1px solid #4A4A4A;
    border-radius: 16px;
    padding: 0 20px;
    height: 56px;
    display: flex;
    align-items: center;
    box-shadow: 2px 4px 8px 0px rgba(45, 45, 45, 0.4);
}

.booking-section .field-input input {
    background: none;
    border: none;
    outline: none;
    color: #D7C9AE;
    font-family: 'Givonic', sans-serif;
    font-weight: 750;
    font-size: 18px;
    line-height: 1.1;
    width: 100%;
}

.booking-section .field-input input::placeholder {
    color: #4A4A4A;
    font-weight: 450;
}

.booking-section .date-input {
    justify-content: space-between;
    gap: 32px;
    border-color: #4A4A4A;
}

.booking-section .field-input:focus-within {
  border-color: #A68763 !important;
}

.booking-section .field-input input:focus {
  outline: none;
}

.booking-section .date-icon {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Price Breakdown */
.booking-section .price-breakdown {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.booking-section .price-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    padding: 20px;
    border: 1px solid #4A4A4A;
    border-radius: 24px;
    margin-bottom: 0;
}

.booking-section .price-label {
    font-family: 'Givonic', sans-serif;
    font-weight: 450;
    font-size: 20px;
    line-height: 1.2;
    color: #FFFFFF;
}

.booking-section .price-value {
    font-family: 'Givonic', sans-serif;
    font-weight: 750;
    font-size: 48px;
    line-height: 1;
    color: #A68763;
}

/* Terms */
.booking-section .terms-section {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
}

.booking-section .terms-text {
    font-family: 'Givonic', sans-serif;
    font-weight: 450;
    font-size: 14px;
    line-height: 1.71;
    color: #FFFFFF;
    margin: 0;
    width: 649px;
}

/* Navigation Buttons */
.booking-section .form-navigation {
    display: flex;
    gap: 24px;
}

.booking-section .nav-btn {
    border-radius: 100px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    font-family: 'Givonic', sans-serif;
    font-weight: 750;
    font-size: 20px;
    line-height: 1.2;
    cursor: pointer;
    transition: all 0.3s ease;
}

.booking-section .nav-btn-back {
    background: transparent;
    border: 1px solid #D7C9AE;
    color: #D7C9AE;
	flex-direction: row-reverse;
    justify-content: space-between;
    padding: 12px 24px 12px 8px;
}

.booking-section .nav-btn-back:hover {
    background: #D7C9AE;
    color: #242424;
}

.booking-section .nav-btn-back .nav-btn-icon {
	transform: rotate(180deg);
}

.booking-section .nav-btn-next {
    background: transparent;
    border: 1px solid #A68763;
    color: #A68763;
    padding: 12px 8px 12px 24px;
    justify-content: flex-end;
}

.booking-section .nav-btn-next[disabled] {
  opacity: 0.5;
  cursor: no-drop;
}

.booking-section .nav-btn-next:hover {
    background: #A68763;
    color: #242424;
}

.booking-section .nav-btn-next[disabled] ~ div {
  display: none !important ;
}

.booking-section .nav-btn-icon {
    background: #A68763;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease;
}

.booking-section .nav-btn-next:hover .nav-btn-icon {
    background: #242424;
}

.booking-section .nav-btn-next:hover .nav-btn-icon svg path{
    stroke: #A68763;
}

.about-section {
  background-color: #2D2D2D;
  position: relative;
  width: 100%;
  overflow: hidden;
}

.about-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../images/about_bg.png');
  background-size: cover;
  background-position: center;
  opacity: 1;
  z-index: 1;
}

.about-section .about-container {
  max-width: var(--common-container-max-width);
  margin: 0 auto;
  padding: 0 var(--common-container-padding);
  position: relative;
  z-index: 2;
}

.about-section .about-content {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 40px 56px;
  background: rgb(166 135 99 / 90%);
  max-width: 710px;
}

.about-section .about-header {
  display: flex;
  align-items: flex-start;
  gap: 32px;
  flex-flow: column;
}

.about-section .about-logo {
  flex-shrink: 0;
}

.about-section .about-title {
  font-family: 'Givonic', sans-serif;
  font-size: 48px;
  font-weight: 750;
  line-height: 1.1;
  color: #FFFFFF;
  margin: 0;
}

.about-section .about-description {
  max-width: 598px;
}

.about-section .about-description p {
  font-family: 'Givonic', sans-serif;
  font-size: 24px;
  font-weight: 450;
  line-height: 1.67;
  color: #FFFFFF;
  margin-bottom: 0;
}

.about-section .about-description p strong{
  font-weight: 600;
}

.about-section .about-description p:last-child {
  margin-bottom: 0;
}

.faq-section {
  background: #2D2D2D;
  padding: 80px 0;
  width: 100%;
}

.faq-section .faq-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  max-width: var(--common-container-max-width);
  width: 100%;
  padding: 0 var(--common-container-padding);
  gap: 35px;
  margin-inline: auto;
  align-items: center;
}

.faq-section .faq-image-container {
  position: relative;
  flex: 1;
  border-radius: 64px;
}

.faq-section .faq-image-container img{
  width: calc(100% + 30px);
  margin-left: -30px;
  max-width: calc(100% + 30px);
}


.faq-section .faq-content {
  flex: 1;
  max-width: 554px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.faq-section .faq-header {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-bottom: 24px;
  border-bottom: 1px solid #4A4A4A;
}

.faq-section .faq-icon {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.faq-section .faq-title {
  font-family: 'Givonic', sans-serif;
  font-size: 48px;
  font-weight: 750;
  line-height: 1.1;
  color: #FFFFFF;
  margin: 0;
}

.faq-section .faq-title span{
  color: #A68763;
}

.faq-section .faq-items {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 100%;
}

.faq-section .faq-item {
  border-bottom: 1px solid #4A4A4A;
  padding-bottom: 24px;
}

.faq-section .faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.faq-section .faq-question h3 {
  font-family: 'Givonic', sans-serif;
  font-size: 20px;
  font-weight: 750;
  line-height: 1.1;
  color: #A68763;
  margin: 0;
}

.faq-section .faq-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.faq-section .faq-toggle svg + svg{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  transition: all 0.3s ease;
}

.faq-section .faq-item.open .faq-toggle svg + svg{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(0deg);
}

.faq-section .faq-answer {
  display: none;
  margin-top: 24px;
  font-family: 'Givonic', sans-serif;
  font-size: 16px;
  font-weight: 450;
  line-height: 1.75;
  color: #FFFFFF;
  opacity: 0.8;
}

.faq-section .faq-item.open .faq-answer {
  display: block;
}

.testimonial-section {
  background: #2D2D2D;
  padding: 80px 0;
  width: 100%;
  overflow: hidden;
}

.testimonial-section .testimonial-container {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 64px;
  align-items: center;
}

.testimonial-section .testimonial-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: var(--common-container-max-width);
  padding: 0 var(--common-container-padding);
}

.testimonial-section .testimonial-title {
  font-family: 'Givonic', sans-serif;
  font-size: 48px;
  font-weight: 750;
  color: #D7C9AE;
  margin: 0;
}

.testimonial-section .testimonial-navigation {
  display: flex;
  gap: 24px;
}

.testimonial-section .testimonial-navigation.mobile-only{
  display: none;
}

.testimonial-section .testimonial-navigation .nav-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  background: #2D2D2D;
  border: 1px solid #D7C9AE;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
  color: #D7C9AE;
  padding: 0;
  position: relative;
  margin: 0;
  left: 0;
  right: 0;
}

.testimonial-section .testimonial-navigation .nav-button:hover {
  background: #D7C9AE;
  color: #2D2D2D;
}

.testimonial-section .testimonial-navigation .nav-button:hover svg path{
  fill: #2D2D2D;
}

.testimonial-section .testimonial-navigation .nav-button svg {
  width: 24px;
  height: 24px;
}

.testimonial-section .testimonial-swiper {
  width: 100%;
  overflow: visible;
  padding-bottom: 24px;
}

.testimonial-section .testimonial-swiper .swiper-wrapper {
  display: flex;
  align-items: stretch;
  padding-left: calc((100vw - 1280px) / 2);
}

.testimonial-section .testimonial-swiper .swiper-slide {
  height: auto;
  width: 464px;
  opacity: 1;
}

.testimonial-section .testimonial-card {
  background: #242424;
  border: 2px solid #4A4A4A;
  border-radius: 24px;
  padding: 32px;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
  transition: all 0.3s ease;
}

.testimonial-section .testimonial-card.card-active {
  border-color: #A68763;
  background: #A68763;
}

.testimonial-section .testimonial-card.card-active .testimonial-text{
  color: #2D2D2D;
}

.testimonial-section .testimonial-profile {
  display: flex;
  align-items: center;
  gap: 16px;
}

.testimonial-section .profile-image {
  width: 85px;
  height: 85px;
  border-radius: 50%;
  overflow: hidden;
  background: #4A4A4A;
}

.testimonial-section .profile-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonial-section .profile-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.testimonial-section .profile-name {
  font-family: 'Givonic', sans-serif;
  font-size: 28px;
  font-weight: 750;
  color: #A68763;
  margin: 0;
}

.testimonial-section .testimonial-card.card-active .profile-name {
  color: #2d2d2d;
}

.testimonial-section .profile-position {
  font-family: 'Givonic', sans-serif;
  font-size: 20px;
  font-weight: 450;
  color: #fff;
  margin: 0;
}

.testimonial-section .testimonial-card.card-active .profile-position {
  color: #2d2d2d;
}

.testimonial-section .testimonial-text {
  font-family: 'Givonic', sans-serif;
  font-size: 18px;
  font-weight: 450;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.67;
  margin: 0;

}

.testimonial-section .testimonial-card.card-active .testimonial-text {
  color: #2d2d2d;
  opacity: 0.8;
}

.testimonial-section .swiper-button-next::after,
.testimonial-section .swiper-button-prev::after {
  display: none;
}

.footer-section {
    width: 100%;
}

.footer-section .footer-main {
    background-color: #242424;
    padding: 80px 0;
    width: 100%;
}

.footer-section .footer-container {
    max-width: var(--common-container-max-width);
    margin: 0 auto;
    padding: 0 var(--common-container-padding);
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 96px;
}

.footer-section .footer-left {
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.footer-section .footer-logo img {
    height: 40px;
    width: auto;
}

.footer-section .footer-newsletter {
    display: flex;
    flex-direction: column;
    gap: 32px;
    max-width: 500px;
}

.footer-section .newsletter-content {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.footer-section .newsletter-title {
    font-family: 'Givonic', sans-serif;
    font-weight: 750;
    font-size: 32px;
    line-height: 1.1em;
    color: #A68763;
}

.footer-section .newsletter-description {
    font-family: 'Givonic', sans-serif;
    font-weight: 450;
    font-size: 16px;
    line-height: 1.75em;
    color: var(--color-white);
    opacity: 0.8;
}

.footer-section .newsletter-form #newsletterForm {
    display: flex;
    gap: 16px;
    margin-top: 24px;
    width: 100%;
    flex-wrap: wrap;
    row-gap: 4px;
}

.footer-section .newsletter-input {
    flex: 1;
    position: relative;
}

.footer-section .newsletter-input input {
    width: 100%;
    height: 64px;
    background: #2D2D2D;
    border: 1px solid #4a4a4a;
    border-radius: 16px;
    padding: 0 24px;
    font-family: 'Givonic', sans-serif;
    font-weight: 450;
    font-size: 16px;
    color: #FFFFFF;
    outline: none;
}

.footer-section .newsletter-button {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #2D2D2D;
  border: 1px solid #D7C9AE;
  border-radius: 100px;
  padding: 12px 8px 12px 24px;
  font-family: 'Givonic', sans-serif;
  font-weight: 750;
  font-size: 18px;
  color: #D7C9AE;
  cursor: pointer;
  transition: all 0.3s ease;
  height: 64px;
  white-space: nowrap;
}

.footer-section .newsletter-button:hover,
.newsletter-form .wpcf7 form .newsletter-button-container > p:hover ~ .newsletter-button {
  background: #D7C9AE;
  color: #2D2D2D;
}

.footer-section .newsletter-button .button-icon{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  margin: 0;
  height: 48px;
}

.footer-section .payment-methods {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-top: 0;
    flex-wrap: wrap;
}

.footer-section .payment-item {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-section .payment-item img {
    max-width: 100%;
    height: auto;
}

.footer-section .footer-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 112px;
    padding-top: 100px;
}

.footer-section .footer-links {
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 75px;
}

.footer-section .footer-link-column {
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.footer-section .footer-link {
    font-family: 'Givonic', sans-serif;
    font-weight: 450;
    font-size: 16px;
    line-height: 1.25em;
    color: var(--color-white);
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-section .footer-link:hover {
    color: var(--color-secondary);
}

.footer-section .social-links {
    display: flex;
    gap: 47px;
}

.footer-section .social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    transition: all 0.3s ease;
}

.footer-section .social-link:hover{
  background: var(--color-primary);
  border-radius: 2px;
}

.footer-section .social-link:hover svg path{
  fill: #2D2D2D;
}

.footer-section .footer-copyright {
    background-color: #A68763;
    width: 100%;
}

.footer-section .copyright-container {
    max-width: var(--common-container-max-width);
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 20px 20px;
    height: 64px;
}

.footer-section .copyright-text {
    font-family: 'Givonic', sans-serif;
    font-weight: 450;
    font-size: 14px;
    line-height: 1.43em;
    color: var(--color-white);
}

.footer-section .payment-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 16px;
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid var(--color-secondary);
    border-radius: 8px;
    color: var(--color-secondary);
    font-family: 'Givonic', sans-serif;
    font-weight: 450;
    font-size: 14px;
}

.footer-section .google-reviews .payment-placeholder {
    width: 116px;
    height: 56px;
}

.footer-section .paypal .payment-placeholder {
    width: 120px;
    height: 32px;
}

.footer-section .mastercard .payment-placeholder {
    width: 66px;
    height: 40px;
}


/* Media Queries */

@media screen and (min-width: 1920px) {
  .hero-header .hero-image-bg{
    object-position: 80% 80%;
  }
}

@media (max-width: 1600px) {
  .faq-section .forklift-image{
    max-width: 100%;
    object-fit: contain;
    object-position: center;
  }
}

@media (max-width: 1440px) {
  .navigation {
    width: 100%;
    padding: 0 var(--common-container-padding);
  }


}

@media (max-width: 1400px) {
 

  .rates-section .rates-container{
    gap: 30px;
  }

  .highlights-section .highlights-container{
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  
  .highlights-section .highlight{
    justify-content: center;
    align-items: center;
    flex-grow: 1;
    white-space: nowrap;
    flex: 0 1 auto;
  }

}

@media (max-width: 1370px){
  .faq-section .faq-image-container img{
    width: 100%;
    max-width: 100%;
    margin-left: 0;
  }
}

@media (max-width: 1310px){
    
  .testimonial-section .testimonial-swiper .swiper-wrapper{
    padding-left: var(--common-container-padding);
  }
}

@media (max-width: 1300px) {
  .faq-section .forklift-image{
    max-width: 100%;
    object-fit: contain;
    object-position: center;
  }
  
}

@media (max-width: 1200px) {
  .rates-section .rates-container {
    flex-direction: column-reverse;
    padding: 0 40px;
  }

  .rates-section .rate-card-note{
    min-height: inherit;
  }

  .rates-section::before{
    display: none;
  }
  
  .rates-section .rates-cards {
    flex: 1;
    width: 100%;
  }
  
  .rates-section .rates-content {
    padding-top: 0;
  }

  .about-section .about-container {
    padding: 0 40px;
  }

  .booking-section .booking-container {
    padding: 0 40px;
  }

  .booking-section .booking-header-content {
    flex-direction: column;
    align-items: center;
    gap: 32px;
  }

  .booking-section .booking-title-section {
    align-items: center;
    text-align: center;
  }

  .booking-section .step-indicator {
    gap: 16px;
  }

  .booking-section .step-item.active {
    padding: 8px 8px 8px 16px;
  }

  .booking-section .step-label {
    font-size: 20px;
  }

  .booking-section .step-number {
    width: 36px;
    height: 36px;
    font-size: 20px;
  }

  .booking-section .step-divider {
    width: 60px;
  }

  .faq-section .faq-container {
    padding: 0 40px;
    gap: 40px;
  }
  
  .faq-section .faq-image-container {
    max-width: 100%;
  }

  .testimonial-section .testimonial-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
  
  .testimonial-section .testimonial-title {
    font-size: 36px;
  }
  
  .testimonial-section .testimonial-card {
    padding: 24px;
  }
  
  .testimonial-section .testimonial-text {
    font-size: 16px;
  }

  .footer-section .footer-container {
      flex-direction: column;
      gap: 64px;
      align-items: center;
      text-align: center;
  }

  .footer-section .payment-methods{
    justify-content: center;
  }
  
  .footer-section .footer-right {
      width: 100%;
      align-items: center;
      padding-top: 0;
  }
}

@media (max-width: 1200px) and (min-width: 1024px) {
    .nav-items {
        padding: 0 40px;
        gap: 10px;
    }
    .nav-item {
        font-size: 16px;
        padding: 0 5px;
    }
}

@media (max-width: 1024px) {
    .mobile-menu-toggle {
        display: flex;
    }
    
    .nav-items {
        position: fixed;
        top: 0;
        right: -100%;
        width: 300px;
        height: 100vh;
        background-color: #232323;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        padding: 100px 40px 40px;
        transition: right 0.3s ease;
        gap: 30px;
        box-shadow: -5px 0 15px rgba(0,0,0,0.1);
        z-index: 999;
    }
    
    .nav-items.active {
        right: 0;
    }
    
    .mobile-menu-toggle.active .hamburger-icon span:nth-child(1) {
        transform: translateY(9px) rotate(45deg);
    }
    
    .mobile-menu-toggle.active .hamburger-icon span:nth-child(2) {
        opacity: 0;
    }
    
    .mobile-menu-toggle.active .hamburger-icon span:nth-child(3) {
        transform: translateY(-9px) rotate(-45deg);
    }
}

@media (max-width: 1100px) {
  .hero-header .hero-content {
    margin-left: 24px;
    width: 95vw;
  }

  .hero-header .hero-button{
    margin-top: 60px;
  }
  .hero-header .hero-headline {
    font-size: 36px;
    max-width: 95vw;
    margin-bottom: 24px;
  }
  .hero-header .hero-subheadline {
    font-size: 16px;
    max-width: 90vw;
  }
  .hero-header {
    min-height: 600px;
  }

  .highlights-section {
    flex-direction: column;
    gap: 32px;
    padding: 32px 0;
  }
  .highlights-section .highlights-container {
    padding: 30px 20px;
    gap: 15px;
  }
  .highlights-section .highlight {
    min-width: 0;
    justify-content: flex-start;
  }
}

@media (max-width: 992px) {
  .faq-section .faq-container {
    flex-direction: column;
    align-items: center;
  }
  
  .testimonial-section .testimonial-navigation.mobile-only{
    display: flex;
  } 

  .testimonial-section .testimonial-navigation.desktop-only{
    display: none;
  }

  .testimonial-section .testimonial-container{
    gap: 32px;
  }

  .faq-section .faq-image-container {
    max-width: 100%;
    height: 400px;
  }
  
  .faq-section .faq-content {
    max-width: 100%;
  }

  .testimonial-section .testimonial-header {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 32px;
  }
  
  .testimonial-section .testimonial-card {
    padding: 20px;
  }
  
  .testimonial-section .testimonial-text {
    font-size: 16px;
  }

  .faq-section .faq-image-container{
    width: 100%;
  }

  .faq-section .forklift-image{
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0, 0);
    height: auto;
  }

  /* Booking Section Tablet */
  .booking-section {
    padding: 60px 0;
  }

  .booking-section .booking-container {
    padding: 0 30px;
    gap: 60px;
  }

  .booking-section .booking-title {
    font-size: 40px;
  }

  .booking-section .form-title {
    font-size: 40px;
  }

  .booking-section .form-description {
    font-size: 20px;
  }

  .booking-section .price-calculator {
    padding: 28px;
  }

  .booking-section .step-indicator {
    gap: 20px;
  }

  .booking-section .step-item {
    padding: 6px;
  }

  .booking-section .step-item.active {
    padding: 6px 6px 6px 18px;
  }

  .booking-section .step-number {
    width: 34px;
    height: 34px;
    font-size: 22px;
  }

  .booking-section .step-label {
    font-size: 18px;
  }

  .booking-section .step-divider {
    width: 50px;
  }

  .booking-section .field-input {
    height: 52px;
    padding: 0 18px;
  }

  .booking-section .field-input input {
    font-size: 17px;
  }

  .booking-section .date-input {
    gap: 24px;
  }

  .booking-section .date-icon {
    width: 28px;
    height: 28px;
  }

  .booking-section .price-label {
    font-size: 19px;
  }

  .booking-section .price-value {
    font-size: 40px;
  }

  .booking-section .terms-text {
    width: 100%;
    max-width: 100%;
    font-size: 13px;
  }

  .booking-section .nav-btn {
    height: 60px;
    font-size: 19px;
    width: 170px;
  }

  .booking-section .nav-btn-icon {
    width: 38px;
    height: 38px;
  }

  .booking-section .form-navigation {
    gap: 20px;
  }

  /* Step 2: Customer Data Form */
  .customer-data-form {
    gap: 20px;
  }

  .form-row {
    flex-direction: column;
    gap: 16px;
  }

  .form-field {
    width: 100%;
  }

  /* Step 3: Cart & Contact Sections */
  .cart-section {
    gap: 20px;
  }

  .cart-title {
    font-size: 20px;
  }

  .price-cards {
    gap: 16px;
  }

  .price-card {
    padding: 16px;
  }

  .price-card-label {
    font-size: 14px;
  }

  .price-card-value {
    font-size: 16px;
  }

  .price-card-value-highlight {
    font-size: 18px;
  }

  .total-sum {
    padding: 16px;
  }

  .total-label {
    font-size: 18px;
  }

  .total-value {
    font-size: 24px;
  }

  .contact-section {
    gap: 20px;
  }

  .contact-title {
    font-size: 20px;
  }

  .contact-row {
    flex-direction: column;
    gap: 16px;
  }

  .contact-item {
    width: 100%;
  }

  .contact-label {
    font-size: 14px;
  }

  .contact-value {
    font-size: 16px;
  }

  .checkbox-container label {
    font-size: 14px;
  }

  /* Step 4: Confirmation */
  .confirmation-content {
    gap: 40px;
  }

  .confirmation-title {
    font-size: 28px;
  }

  .confirmation-description {
    font-size: 18px;
  }

  .contact-email-btn {
    padding: 12px 12px 12px 24px;
    font-size: 16px;
  }

  .contact-btn-icon {
    width: 40px;
    height: 40px;
  }

  .confirmation-illustration svg {
    width: 100%;
    height: auto;
    max-width: 500px;
  }
}

@media (max-width: 900px) {
  .hero-header .hero-content { margin-left: 24px; width: 95vw; }
  .hero-header .hero-headline { font-size: 36px; }
  .hero-header .hero-subheadline { font-size: 16px; }
}

@media (max-width: 768px) {
  .navigation {
    height: 80px;
    padding: 0 20px;
  }

  .footer-section .newsletter-form{
    align-items: center;
  }
  
  .logo-icon {
    height: 32px;
  }
  
  .nav-item {
    font-size: 16px;
  }

  /* Hero Section Mobile */
  .hero-header {
    min-height: 700px;
  }

  .hero-header .hero-image-bg{
    top: 70px;
    height: 620px;
  }

  .hero-header .hero-gradient{
    top: 70px;
    height: 620px;
    background: linear-gradient(90deg, #2D2D2D 40%, rgba(45,45,45,0.9) 80%, rgba(45,45,45,0) 100%);
  }

  .hero-header .hero-container{
    padding-inline: 20px;
  }

  .hero-header .hero-content{
    gap: 20px;
    margin-top: 200px;
    width: 100%;
    max-width: 100%;
  }

  .hero-header .hero-headline {
    font-size: 32px;
    line-height: 1.2;
    margin-bottom: 16px;
  }

  .hero-header .hero-subheadline {
    font-size: 18px;
    line-height: 1.4;
    max-width: 100%;
  }

  .hero-header .hero-button {
    font-size: 18px;
    height: 56px;
    padding: 8px 8px 8px 20px;
    margin-top: 32px;
  }

  .hero-header .hero-button-icon {
    width: 40px;
    height: 40px;
  }

  /* Highlights Section Mobile */
  .highlights-section .highlights-container {
    flex-direction: column;
    padding: 30px 20px;
    gap: 16px;
  }

  .highlights-section .highlight {
    min-width: 0;
    width: 100%;
    max-width: 100%;
    justify-content: center;
    padding: 12px 20px 12px 12px;
  }

  .highlights-section .highlight-icon {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
  }

  .highlights-section .highlight-text {
    font-size: 15px;
    text-align: center;
  }

  /* Rates Section Mobile */
  .rates-section {
    padding: 60px 0;
  }
  
  .rates-section .rates-container {
    padding: 0 20px;
    gap: 40px;
  }
  
  .rates-section .rates-title {
    font-size: 32px;
    text-align: center;
  }
  
  .rates-section .rates-description {
    font-size: 18px;
    text-align: center;
  }

  .rates-section .rates-lead {
    font-size: 20px;
    text-align: center;
  }
  
  .rates-section .rate-card {
    padding: 24px;
  }
  
  .rates-section .rate-card-highlights {
    flex-direction: column;
    gap: 16px;
  }
  
  .rates-section .rate-card-title {
    font-size: 28px;
  }
  
  .rates-section .rate-card-desc {
    font-size: 18px;
  }

  .rates-section .rate-card-btn {
    font-size: 18px;
    height: 56px;
    padding: 8px 8px 8px 20px;
  }

  .rates-section .btn-icon {
    width: 40px;
    height: 40px;
  }

  /* Booking Section Mobile */
  .booking-section {
    padding: 60px 0;
  }

  .booking-section .booking-container {
    padding: 0 24px;
    gap: 40px;
  }

  .booking-section .booking-title {
    font-size: 36px;
  }

  .booking-section .form-title {
    font-size: 36px;
  }

  .booking-section .form-description {
    font-size: 18px;
  }

  .booking-section .price-calculator {
    padding: 24px;
  }

  .booking-section .price-value {
    font-size: 36px;
  }

  .booking-section .form-navigation {
    gap: 16px;
  }

  .booking-section .nav-btn {
    width: auto;
    min-width: 150px;
  }

  .booking-section .booking-content{
    flex-wrap: wrap;
    gap: 20px;
  }

  .booking-section .step-indicator {
    gap: 12px;
  }

  .booking-section .step-item {
    padding: 6px;
  }

  .booking-section .step-item.active {
    padding: 6px 6px 6px 12px;
  }

  .booking-section .step-number {
    width: 32px;
    height: 32px;
    font-size: 18px;
  }

  .booking-section .step-label {
    font-size: 16px;
  }

  .booking-section .step-divider {
    width: 40px;
  }

  .booking-section .field-input {
    height: 48px;
    padding: 0 16px;
    border-radius: 4px;
  }

  .booking-section .field-input input {
    font-size: 16px;
  }

  .booking-section .date-input {
    gap: 16px;
  }

  .booking-section .date-icon {
    width: 24px;
    height: 24px;
  }

  .booking-section .price-label {
    font-size: 18px;
  }

  .booking-section .price-value {
    font-size: 32px;
  }

  .booking-section .terms-text {
    width: 100%;
    max-width: 100%;
    font-size: 12px;
  }

  .booking-section .nav-btn {
    height: 56px;
    font-size: 18px;
  }

  .booking-section .nav-btn-icon {
    width: 36px;
    height: 36px;
  }

  /* About Section Mobile */
  .about-section {
    padding: 60px 0;
  }

  .about-section .about-container {
    padding: 0 20px;
  }
  
  .about-section .about-content {
    padding: 32px 24px;
    max-width: 100%;
  }
  
  .about-section .about-header {
    flex-direction: column;
    gap: 24px;
    align-items: center;
    text-align: center;
  }
  
  .about-section .about-title {
    font-size: 36px;
    text-align: center;
  }
  
  .about-section .about-description {
    max-width: 100%;
  }
  
  .about-section .about-description p {
    font-size: 18px;
    text-align: center;
  }

  /* FAQ Section Mobile */
  .faq-section {
    padding: 60px 0;
  }
  
  .faq-section .faq-container {
    padding: 0 20px;
    flex-direction: column;
    gap: 40px;
  }
  
  .faq-section .faq-title {
    font-size: 36px;
    text-align: center;
  }
  
  .faq-section .faq-question h3 {
    font-size: 18px;
  }
  
  .faq-section .faq-image-container {
    height: 300px;
    max-width: 100%;
    order: -1;
  }

  .faq-section .faq-content {
    max-width: 100%;
  }

  /* Testimonial Section Mobile */
  .testimonial-section {
    padding: 60px 0;
  }
  
  .testimonial-section .testimonial-container {
    gap: 40px;
  }

  .testimonial-section .testimonial-header {
    padding: 0 20px;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 32px;
  }
  
  .testimonial-section .testimonial-title {
    font-size: 32px;
    text-align: center;
  }
  
  .testimonial-section .testimonial-navigation .nav-button {
    width: 48px;
    height: 48px;
  }
  
  .testimonial-section .testimonial-swiper .swiper-wrapper{
    padding-left: 20px;
  }

  .testimonial-section .testimonial-card {
    padding: 20px;
  }
  
  .testimonial-section .testimonial-profile {
    gap: 12px;
  }
  
  .testimonial-section .profile-image {
    width: 48px;
    height: 48px;
  }
  
  .testimonial-section .profile-name {
    font-size: 18px;
  }
  
  .testimonial-section .profile-position {
    font-size: 14px;
  }
  
  .testimonial-section .testimonial-text {
    font-size: 16px;
    line-height: 1.5;
  }

  /* Footer Section Mobile */
  .footer-section .footer-container {
    padding: 0 24px;
    align-items: center;
    text-align: center;
  }

  .footer-section .footer-left {
    align-items: center;
    width: 100%;
  }

  .footer-section .footer-newsletter {
    align-items: center;
    width: 100%;
  }

  .footer-section .newsletter-content {
    align-items: center;
    text-align: center;
  }
  
  .footer-section .footer-links {
    flex-wrap: wrap;
    gap: 48px;
    text-align: center;
    justify-content: center;
    column-gap: 30px;
  }

  .footer-section .footer-link-column {
    align-items: center;
  }
  
  .footer-section .newsletter-form {
    gap: 16px;
    width: 100%;
    flex-direction: column;
  }

  .footer-section .newsletter-input {
    width: 100%;
  }

  .footer-section .newsletter-input input {
    width: 100%;
    height: 56px;
  }
  
  .footer-section .newsletter-title {
    font-size: 24px;
    text-align: center;
  }
  
  .footer-section .newsletter-button {
    justify-content: center;
    height: 56px;
  }

  .footer-section .newsletter-button .button-icon{
    width: 42px;
    height: 42px;
  }

  .testimonial-section .testimonial-card{
    max-width: calc(100vw - 30px);
  }

  .highlights-section .highlight{
    flex: 0 0 auto;
    width: auto;
  }

  .highlights-section .highlights-container{
    align-items: center;
  }
  
  .footer-section .payment-methods {
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
    width: 100%;
  }
  
  .footer-section .social-links {
    width: 100%;
    justify-content: center;
  }
  
  .footer-section .copyright-container {
    padding: 20px 24px;
    justify-content: center;
    text-align: center;
  }
}

@media (max-width: 600px) {
  /* Hero Section Small Mobile */
  .hero-header {
    min-height: 650px;
  }

  .hero-header .hero-content {
    margin-left: 0;
    margin-top: 200px;
    width: 100%;
    gap: 24px;
    padding: 0 16px;
  }

  /* Booking Section Small Mobile */
  .booking-section {
    padding: 50px 0;
  }

  .booking-section .booking-container {
    padding: 0 20px;
    gap: 32px;
  }

  .booking-section .booking-title {
    font-size: 28px;
  }

  .booking-section .form-title {
    font-size: 28px;
  }

  .booking-section .form-description {
    font-size: 16px;
  }

  .booking-section .price-calculator {
    padding: 20px;
  }

  .booking-section .step-indicator {
    gap: 8px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .booking-section .step-item {
    padding: 4px;
  }

  .booking-section .step-item.active {
    padding: 4px 4px 4px 8px;
  }

  .booking-section .step-number {
    width: 28px;
    height: 28px;
    font-size: 16px;
  }

  .booking-section .step-label {
    font-size: 14px;
  }

  .booking-section .step-divider {
    width: 30px;
    height: 1px;
  }

  .booking-section .field-input {
    height: 44px;
    padding: 0 12px;
  }

  .booking-section .field-input input {
    font-size: 14px;
  }

  .booking-section .date-input {
    gap: 12px;
  }

  .booking-section .date-icon {
    width: 20px;
    height: 20px;
  }

  .booking-section .price-label {
    font-size: 16px;
  }

  .booking-section .price-value {
    font-size: 28px;
  }

  .booking-section .terms-text {
    font-size: 11px;
    line-height: 1.5;
  }

  .booking-section .nav-btn {
    height: 48px;
    font-size: 16px;
    width: 100%;
    max-width: 240px;
  }

  .booking-section .nav-btn-icon {
    width: 32px;
    height: 32px;
  }

  .hero-header .hero-headline {
    font-size: 28px;
    margin-bottom: 16px;
    line-height: 1.1;
  }

  .hero-header .hero-subheadline {
    font-size: 16px;
    line-height: 1.4;
  }

  .hero-header .hero-button {
    font-size: 16px;
    height: 52px;
    padding: 8px 8px 8px 16px;
    margin-top: 28px;
  }

  .hero-header .hero-button-icon {
    width: 36px;
    height: 36px;
    margin-left: 4px;
  }

  .hero-header .hero-button-icon img {
    width: 18px;
    height: 18px;
  }

  /* Highlights Section Small Mobile */
  .highlights-section .highlights-container{
    padding: 20px 16px;
    gap: 12px;
  }

  .highlights-section .highlight{
    white-space: nowrap;
    padding: 10px 16px 10px 10px;
    min-width: 280px;
  }

  .highlights-section .highlight-icon{
    width: 36px;
    height: 36px;
  }

  .highlights-section .highlight-text {
    font-size: 14px;
  }

  /* Rates Section Small Mobile */
  .rates-section {
    padding: 50px 0;
  }

  .rates-section .rates-container {
    padding: 0 16px;
    gap: 32px;
  }

  .rates-section .rates-title {
    font-size: 28px;
  }

  .rates-section .rates-description {
    font-size: 16px;
  }

  .rates-section .rates-lead {
    font-size: 18px;
  }
  
  .rates-section .rate-card {
    padding: 20px;
  }
  
  .rates-section .rate-card-title {
    font-size: 24px;
  }
  
  .rates-section .rate-card-desc {
    font-size: 16px;
  }
  
  .rates-section .rate-card-btn {
    font-size: 16px;
    padding: 8px 8px 8px 16px;
    height: 52px;
  }
  
  .rates-section .btn-icon {
    width: 36px;
    height: 36px;
  }

  /* About Section Small Mobile */
  .about-section {
    padding: 50px 0;
  }
  
  .about-section .about-container {
    padding: 0 16px;
  }

  .about-section .about-content {
    padding: 24px 20px;
  }
  
  .about-section .about-title {
    font-size: 28px;
  }
  
  .about-section .about-description p {
    font-size: 16px;
  }
  
  .about-section .about-logo {
    transform: scale(0.8);
  }

  /* FAQ Section Small Mobile */
  .faq-section {
    padding: 50px 0;
  }

  .faq-section .faq-container {
    padding: 0 16px;
  }

  .faq-section .faq-title {
    font-size: 28px;
  }

  .faq-section .faq-question h3 {
    font-size: 16px;
  }

  .faq-section .faq-image-container {
    height: 250px;
  }

  /* Testimonial Section Small Mobile */
  .testimonial-section {
    padding: 50px 0;
  }

  .testimonial-section .testimonial-container {
    gap: 30px;
  }

  .testimonial-section .testimonial-header {
    padding: 0 16px;
  }

  .testimonial-section .testimonial-title {
    font-size: 28px;
  }

  .testimonial-section .testimonial-swiper .swiper-slide {
    width: 100%;
  }

  .testimonial-section .testimonial-swiper .swiper-wrapper{
    padding-left: 16px;
  }

  .testimonial-section .testimonial-card {
    padding: 16px;
  }
  
  .testimonial-section .testimonial-text {
    font-size: 14px;
  }
  
  .testimonial-section .testimonial-navigation {
    width: 100%;
    justify-content: center;
  }
  
  .testimonial-section .testimonial-navigation .nav-button {
    width: 40px;
    height: 40px;
  }

  /* Footer Section Small Mobile */
  .footer-section .footer-main {
    padding: 48px 0;
  }
  
  .footer-section .footer-container {
    padding: 0 16px;
    align-items: center;
    text-align: center;
  }

  .footer-section .footer-left {
    align-items: center;
    width: 100%;
  }

  .footer-section .footer-newsletter {
    align-items: center;
    width: 100%;
  }

  .footer-section .newsletter-content {
    align-items: center;
    text-align: center;
  }

  .footer-section .footer-links {
    align-items: center;
    text-align: center;
    flex-flow: column;
  }

  .footer-section .footer-link-column {
    align-items: center;
    gap: 20px;
  }
  
  .footer-section .social-links {
    gap: 20px;
  }

  .footer-section .newsletter-form {
    width: 100%;
    flex-direction: column;
  }

  .footer-section .newsletter-input {
    width: 100%;
  }

  .footer-section .newsletter-input input {
    width: 100%;
    height: 52px;
    font-size: 14px;
  }
  
  .footer-section .newsletter-button {
    padding: 8px 8px 8px 16px;
    height: 52px;
  }
  
  .footer-section .newsletter-button span {
    font-size: 16px;
  }
  
  .footer-section .newsletter-button .button-icon {
    width: 36px;
    height: 36px;
  }

  .footer-section .newsletter-title {
    font-size: 22px;
    text-align: center;
  }

  .footer-section .newsletter-description {
    font-size: 14px;
    text-align: center;
  }

  .footer-section .payment-methods {
    width: 100%;
    justify-content: center;
  }

  /* Step 2: Customer Data Form */
  .customer-data-form {
    gap: 16px;
  }

  .form-row {
    gap: 12px;
  }

  .form-field.full-width {
    width: 100%;
  }

  /* Step 3: Cart & Contact Sections */
  .cart-section {
    gap: 16px;
  }

  .cart-title {
    font-size: 18px;
  }

  .price-cards {
    gap: 12px;
  }

  .price-card {
    border-radius: 12px;
  }

  .price-card-label {
    font-size: 13px;
  }


  .total-sum {
    padding: 12px;
  }

  .total-label {
    font-size: 16px;
  }

  .total-value {
    font-size: 20px;
  }

  .contact-section {
    gap: 16px;
  }

  .contact-title {
    font-size: 18px;
  }

  .contact-row {
    gap: 12px;
  }

  .contact-label {
    font-size: 13px;
  }

  .contact-value {
    font-size: 15px;
  }

  .checkbox-container label {
    font-size: 13px;
  }

  /* Step 4: Confirmation */
  .confirmation-content {
    gap: 32px;
  }

  .confirmation-title {
    font-size: 24px;
  }

  .confirmation-description {
    font-size: 16px;
  }

  .contact-email-btn {
    padding: 4px 4px 4px 24px;
    font-size: 15px;
  }

  .contact-btn-icon {
    width: 36px;
    height: 36px;
  }

  .confirmation-illustration svg {
    max-width: 400px;
  }
}

@media (max-width: 480px) {
  /* Navigation Extra Small Mobile */
  .navigation {
    height: 70px;
    padding: 0 15px;
  }
  
  .logo-icon {
    height: 28px;
  }
  
  .nav-items {
    width: 100%;
    padding: 80px 30px 30px;
  }

  /* Hero Section Extra Small Mobile */
  .hero-header {
    min-height: 600px;
  }

  .highlights-section{
    padding-inline: 15px;
  }

  .hero-header .hero-content {
    margin-top: 200px;
    padding: 0 12px;
  }

  /* Booking Section Extra Small Mobile */
  .booking-section {
    padding: 40px 0;
  }

  .booking-section .booking-container {
    padding: 0 16px;
    gap: 24px;
  }

  .booking-section .booking-title {
    font-size: 24px;
  }

  .booking-section .form-title {
    font-size: 24px;
  }

  .booking-section .form-description {
    font-size: 14px;
  }

  .booking-section .price-calculator {
    padding: 16px;
  }

  .booking-section .step-indicator {
    gap: 6px;
    flex-wrap: wrap;
  }

  .booking-section .step-item {
    padding: 3px;
  }

  .booking-section .step-item.active {
    padding: 3px 3px 3px 3px;
  }

  .booking-section .step-number {
    width: 24px;
    height: 24px;
    font-size: 14px;
  }

  .booking-section .step-label {
    font-size: 12px;
  }

  .booking-section .step-divider {
    width: 20px;
    height: 1px;
  }

  .booking-section .field-label {
    font-size: 14px;
  }

  .booking-section .field-input {
    height: 40px;
    padding: 0 10px;
  }

  .booking-section .field-input input {
    font-size: 13px;
  }

  .booking-section .date-input {
    gap: 8px;
  }

  .booking-section .date-icon {
    width: 18px;
    height: 18px;
  }

  .booking-section .price-label {
    font-size: 14px;
  }

  .booking-section .price-value {
    font-size: 24px;
  }

  .booking-section .terms-text {
    font-size: 10px;
    line-height: 1.4;
  }

  .booking-section .nav-btn {
    height: 44px;
    font-size: 14px;
    width: 100%;
    max-width: 200px;
  }

  .booking-section .nav-btn-icon {
    width: 28px;
    height: 28px;
  }

  .booking-section .form-navigation {
    gap: 12px;
  }

  /* Step 2: Customer Data Form */
  .customer-data-form {
    gap: 12px;
  }

  .form-row {
    flex-direction: column;
    gap: 8px;
  }

  .form-field {
    width: 100%;
  }

  /* Step 3: Cart & Contact Sections */
  .cart-section {
    gap: 12px;
  }

  .cart-title {
    font-size: 16px;
  }

  .price-cards {
    gap: 8px;
  }

 

  .price-card-label {
    font-size: 12px;
  }


  .total-sum {
    padding: 8px;
  }

  .total-label {
    font-size: 14px;
  }

  .total-value {
    font-size: 18px;
  }

  .contact-section {
    gap: 12px;
  }

  .contact-title {
    font-size: 16px;
  }

  .contact-row {
    flex-direction: column;
    gap: 8px;
  }

  .contact-item {
    width: 100%;
  }

  .contact-label {
    font-size: 12px;
  }

  .contact-value {
    font-size: 14px;
  }

  .checkbox-container label {
    font-size: 12px;
    line-height: 1.4;
  }

  /* Step 4: Confirmation */
  .confirmation-content {
    gap: 24px;
  }

  .confirmation-title {
    font-size: 20px;
  }

  .confirmation-description {
    font-size: 14px;
  }

  .contact-email-btn {
    padding: 4px 4px 4px 16px;
    font-size: 14px;
  }

  .contact-btn-icon {
    width: 32px;
    height: 32px;
  }

  .confirmation-illustration svg {
    max-width: 300px;
  }

  .hero-header .hero-headline {
    font-size: 24px;
  }

  .hero-header .hero-subheadline {
    font-size: 15px;
  }

  .hero-header .hero-button {
    font-size: 15px;
    height: 48px;
  }

  .hero-header .hero-button-icon {
    width: 32px;
    height: 32px;
  }

  /* Highlights Section Extra Small Mobile */
  .highlights-section .highlights-container {
    padding: 16px 12px;
  }

  .highlights-section .highlight {
    min-width: 260px;
    padding: 8px 12px 8px 8px;
  }

  .highlights-section .highlight-icon {
    width: 32px;
    height: 32px;
  }

  .highlights-section .highlight-text {
    font-size: 13px;
  }

  /* Rates Section Extra Small Mobile */
  .rates-section {
    padding: 40px 0;
  }

  .rates-section .rates-container {
    padding: 0 12px;
  }

  .rates-section .rates-title {
    font-size: 24px;
  }

  .rates-section .rates-description {
    font-size: 15px;
  }

  .rates-section .rates-lead {
    font-size: 16px;
  }

  .rates-section .rate-card {
    padding: 16px;
  }

  .rates-section .rate-card-title {
    font-size: 22px;
  }

  .rates-section .rate-card-btn {
    height: 48px;
  }

  /* About Section Extra Small Mobile */
  .about-section {
    padding: 40px 0;
  }

  .about-section .about-container {
    padding: 0 12px;
  }

  .about-section .about-content {
    padding: 20px 16px;
  }

  .about-section .about-title {
    font-size: 24px;
  }

  .about-section .about-description p {
    font-size: 15px;
  }

  /* FAQ Section Extra Small Mobile */
  .faq-section {
    padding: 40px 0;
  }

  .faq-section .faq-container {
    padding: 0 12px;
  }

  .faq-section .faq-title {
    font-size: 24px;
  }

  .faq-section .faq-image-container {
    height: 220px;
  }

  /* Testimonial Section Extra Small Mobile */
  .testimonial-section {
    padding: 40px 0;
  }

  .testimonial-section .testimonial-container {
    gap: 30px;
  }

  .testimonial-section .testimonial-header {
    padding: 0 12px;
  }

  .testimonial-section .testimonial-title {
    font-size: 24px;
  }

  .testimonial-section .testimonial-swiper .swiper-wrapper{
    padding-left: 12px;
  }

  .testimonial-section .testimonial-card {
    padding: 12px;
  }

  .testimonial-section .testimonial-text {
    font-size: 13px;
  }

  /* Footer Section Extra Small Mobile */
  .footer-section .footer-main {
    padding: 40px 0;
  }
  
  .footer-section .footer-container {
    padding: 0 12px;
    align-items: center;
    text-align: center;
  }

  .footer-section .footer-left {
    align-items: center;
    width: 100%;
  }

  .footer-section .footer-newsletter {
    align-items: center;
    width: 100%;
  }

  .footer-section .newsletter-content {
    align-items: center;
    text-align: center;
  }

  .footer-section .footer-links {
    align-items: center;
    text-align: center;
  }

  .footer-section .footer-link-column {
    align-items: center;
    gap: 20px;
  }
  
  .footer-section .social-links {
    gap: 20px;
  }

  .footer-section .newsletter-form {
    width: 100%;
    flex-direction: column;
  }

  .footer-section .newsletter-input {
    width: 100%;
  }

  .footer-section .newsletter-input input {
    width: 100%;
    height: 48px;
    font-size: 13px;
  }
  
  .footer-section .newsletter-button {
    padding: 8px 8px 8px 16px;
    height: 48px;
  }
  
  .footer-section .newsletter-button span {
    font-size: 15px;
  }
  
  .footer-section .newsletter-button .button-icon {
    width: 32px;
    height: 32px;
  }

  .footer-section .newsletter-title {
    font-size: 20px;
    text-align: center;
  }

  .footer-section .newsletter-description {
    font-size: 13px;
    text-align: center;
  }

  .footer-section .payment-methods {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 375px) {
  /* Hero Section Ultra Small Mobile */
  .hero-header .hero-headline {
    font-size: 22px;
  }
  
  .hero-header .hero-subheadline {
    font-size: 14px;
  }
  
  .hero-header .hero-button {
    font-size: 14px;
    height: 44px;
    padding: 6px 6px 6px 14px;
  }
  
  .hero-header .hero-button-icon {
    width: 30px;
    height: 30px;
  }
  
  .hero-header .hero-button-icon img {
    width: 16px;
    height: 16px;
  }

  /* Booking Section Ultra Small Mobile */
  .booking-section {
    padding: 32px 0;
  }

  .booking-section .booking-container {
    padding: 0 12px;
    gap: 20px;
  }

  .booking-section .booking-title {
    font-size: 20px;
  }

  .booking-section .form-title {
    font-size: 20px;
  }

  .booking-section .form-description {
    font-size: 13px;
  }

  .booking-section .price-calculator {
    padding: 12px;
  }

  .booking-section .step-indicator {
    gap: 4px;
    flex-wrap: wrap;
  }

  .booking-section .step-item {
    padding: 2px;
  }

  .booking-section .step-item.active {
    padding: 2px 2px 2px 2px;
  }

  .booking-section .step-number {
    width: 20px;
    height: 20px;
    font-size: 12px;
  }

  .booking-section .step-label {
    font-size: 10px;
    display: none;
  }

  .booking-section .step-item.active .step-label {
    display: none;
  }

  .booking-section .step-divider {
    width: 15px;
    height: 1px;
  }

  .booking-section .field-label {
    font-size: 12px;
  }

  .booking-section .field-input {
    height: 36px;
    padding: 0 8px;
  }

  .booking-section .field-input input {
    font-size: 12px;
  }

  .booking-section .date-input {
    gap: 6px;
  }

  .booking-section .date-icon {
    width: 16px;
    height: 16px;
  }

  .booking-section .price-label {
    font-size: 12px;
  }

  .booking-section .price-value {
    font-size: 20px;
  }

  .booking-section .terms-text {
    font-size: 9px;
    line-height: 1.3;
  }

  .booking-section .nav-btn {
    height: 40px;
    font-size: 12px;
    width: auto;
    min-width: 130px;
    white-space: nowrap;
    max-width: inherit !important;
  }

  .booking-section .form-step{
    gap: 20px;
  }

  .booking-section .nav-btn-icon {
    width: 24px;
    height: 24px;
  }

  .booking-section .form-navigation {
    gap: 8px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }

  /* Step 2: Customer Data Form */
  .customer-data-form {
    gap: 8px;
  }

  .form-row {
    gap: 6px;
  }

  /* Step 3: Cart & Contact Sections */
  .cart-section {
    gap: 8px;
  }

  .cart-title {
    font-size: 14px;
  }

  .price-cards {
    gap: 6px;
  }

  .price-card-label {
    font-size: 11px;
  }

 

  .total-sum {
    padding: 6px;
  }

  .total-label {
    font-size: 13px;
  }

  .total-value {
    font-size: 16px;
  }

  .contact-section {
    gap: 8px;
  }

  .contact-title {
    font-size: 14px;
  }

  .contact-row {
    gap: 6px;
  }

  .contact-label {
    font-size: 11px;
  }

  .contact-value {
    font-size: 13px;
  }

  .checkbox-container label {
    font-size: 11px;
    line-height: 1.3;
  }

  /* Step 4: Confirmation */
  .confirmation-content {
    gap: 20px;
  }

  .confirmation-title {
    font-size: 18px;
  }

  .confirmation-description {
    font-size: 13px;
  }

  .contact-email-btn {
    padding: 4px 4px 4px 12px;
    font-size: 13px;
  }

  .contact-email-btn span{
    font-size: 14px;
  }

  .contact-btn-icon {
    width: 28px;
    height: 28px;
  }

  .confirmation-illustration svg {
    max-width: 250px;
  }

  /* Highlights Section Ultra Small Mobile */
  .highlights-section .highlight {
    padding: 6px 10px 6px 6px;
    min-width: 240px;
  }
  
  .highlights-section .highlight-icon {
    width: 30px;
    height: 30px;
  }
  
  .highlights-section .highlight-text {
    font-size: 12px;
  }

  /* Rates Section Ultra Small Mobile */
  .rates-section .rates-title {
    font-size: 22px;
  }

  .rates-section .rates-description {
    font-size: 14px;
  }

  .rates-section .rates-lead {
    font-size: 15px;
  }
  
  .rates-section .rate-card-title {
    font-size: 20px;
  }
  
  .rates-section .rate-card-desc {
    font-size: 14px;
  }
  
  .rates-section .rate-card-highlight {
    font-size: 14px;
  }

  /* About Section Ultra Small Mobile */
  .about-section .about-title {
    font-size: 22px;
  }
  
  .about-section .about-description p {
    font-size: 14px;
  }

  /* FAQ Section Ultra Small Mobile */
  .faq-section .faq-title {
    font-size: 22px;
  }
  
  .faq-section .faq-question h3 {
    font-size: 15px;
  }

  .faq-section .faq-image-container {
    height: 200px;
  }

  /* Testimonial Section Ultra Small Mobile */
  .testimonial-section .testimonial-title {
    font-size: 22px;
  }
  
  .testimonial-section .testimonial-card {
    padding: 10px;
  }
  
  .testimonial-section .profile-name {
    font-size: 15px;
  }
  
  .testimonial-section .profile-position {
    font-size: 12px;
  }
  
  .testimonial-section .testimonial-text {
    font-size: 12px;
  }

  /* Footer Section Ultra Small Mobile */
  .footer-section .newsletter-title {
    font-size: 18px;
    text-align: center;
  }
  
  .footer-section .newsletter-description {
    font-size: 12px;
    text-align: center;
  }
  
  .footer-section .footer-link {
    font-size: 13px;
  }

  .footer-section .newsletter-form {
    width: 100%;
  }

  .footer-section .newsletter-input {
    width: 100%;
  }

  .footer-section .newsletter-input input {
    width: 100%;
    height: 44px;
    font-size: 12px;
  }

  .footer-section .newsletter-button {
    height: 44px;
    font-size: 14px;
  }

  .footer-section .payment-methods {
    width: 100%;
    justify-content: center;
  }
}

/* Blog Section Styles */
.blog-section {
    background: #2D2D2D;
    width: 100%;
    padding: 80px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 100px;
}

.blog-section .blog-container {
    width: 100%;
    max-width: 1222px;
    margin: 0 auto;
    padding: 0 var(--common-container-padding);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 88px;
}

.blog-section .blog-header {
    display: flex;
    flex-direction: column;
    align-self: stretch;
    gap: 20px;
}

.blog-section .blog-title {
    font-family: 'Givonic', sans-serif;
    font-weight: 750;
    font-size: 64px;
    line-height: 1.1;
    text-align: center;
    color: #A68763;
    margin: 0;
}

.blog-section .blog-subtitle,
.blog-no-post-message {
    font-family: 'Givonic', sans-serif;
    font-weight: 450;
    font-size: 24px;
    line-height: 1.33;
    text-align: center;
    color: #FFFFFF;
    margin: 0;
}

.blog-section .blog-content {
    display: flex;
    flex-direction: column;
    align-self: stretch;
    gap: 30px;
}

.blog-section .blog-image {
    width: 100%;
    flex: 1;
    border-radius: 24px;
    overflow: hidden;
}

.blog-section .blog-image-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-section .blog-info {
    display: flex;
    flex-direction: column;
    align-self: stretch;
    gap: 16px;
}

.blog-section .blog-post-title {
    font-family: 'Givonic', sans-serif;
    font-weight: 750;
    font-size: 32px;
    line-height: 1.1;
    text-align: left;
    color: #FFFFFF;
    margin: 0;
}

.blog-section .blog-meta {
    display: flex;
    align-items: center;
    gap: 10px;
}

.blog-section .blog-read-time,
.blog-section .blog-date {
    font-family: 'Givonic', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.1;
    color: #D7C9AE;
}

.blog-section .blog-meta-separator {
    width: 5px;
    height: 5px;
    background: #A68763;
    border-radius: 50%;
}

.blog-section .blog-button {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px 12px 24px;
    border: 1px solid #D7C9AE;
    border-radius: 100px;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    width: fit-content;
	text-decoration: none;
}

.blog-section .blog-button:hover {
    background: #D7C9AE;
}

.blog-section .blog-button:hover .blog-button-text {
    color: #2D2D2D;
}

.blog-section .blog-button:hover .blog-button-icon {
    background: #2D2D2D;
}

.blog-section .blog-button:hover .blog-button-icon svg path {
    stroke: #D7C9AE;
}

.blog-section .blog-button-text {
    font-family: 'Givonic', sans-serif;
    font-weight: 750;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #D7C9AE;
    transition: color 0.3s ease;
}

.blog-section .blog-button-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #D7C9AE;
    transition: background 0.3s ease;
}

/* Blog Section Responsive Styles */
@media (max-width: 1440px) {
    .blog-section .blog-container {
        padding: 0 60px;
    }
}

@media (max-width: 1200px) {
    .blog-section .blog-container {
        padding: 0 40px;
    }
    
    .blog-section .blog-title {
        font-size: 56px;
    }
    
    .blog-section .blog-subtitle,
	.blog-no-post-message {
        font-size: 22px;
    }
    
    .blog-section .blog-post-title {
        font-size: 28px;
    }
}

@media (max-width: 992px) {
    .blog-section .blog-container {
        padding: 0 30px;
        gap: 50px;
    }
    
    .blog-section .blog-content {
        height: 450px;
    }
}

@media (max-width: 768px) {
    .blog-section .blog-container {
        padding: 0 24px;
        gap: 40px;
    }

    .booking-section .price-item, .booking-section .price-calculator{
        border-radius: 8px;
    }
    
    .blog-section .blog-title {
        font-size: 48px;
    }
    
    .blog-section .blog-subtitle,
	.blog-no-post-message {
        font-size: 20px;
    }
    
    .blog-section .blog-post-title {
        font-size: 24px;
    }
    
    .blog-section .blog-button {
        padding: 10px 14px 10px 20px;
        gap: 10px;
    }
    
    .blog-section .blog-button-text {
        font-size: 16px;
    }
    
    .blog-section .blog-button-icon {
        width: 20px;
        height: 20px;
    }
}

@media (max-width: 600px) {
    .blog-section .blog-container {
        padding: 0 20px;
        gap: 32px;
    }
    
    .blog-section .blog-title {
        font-size: 40px;
    }
    
    .blog-section .blog-subtitle,
	.blog-no-post-message {
        font-size: 18px;
    }
    
    .blog-section .blog-post-title {
        font-size: 22px;
    }
    
    .blog-section .blog-content {
        gap: 24px;
        height: 400px;
    }
}

@media (max-width: 480px) {
    .blog-section .blog-container {
        padding: 0 16px;
        gap: 28px;
    }
    
    .blog-section .blog-title {
        font-size: 36px;
    }
    
    .blog-section .blog-subtitle,
	.blog-no-post-message {
        font-size: 16px;
    }
    
    .blog-section .blog-post-title {
        font-size: 20px;
    }
    
    .blog-section .blog-content {
        height: 350px;
    }
    
    .blog-section .blog-meta {
        gap: 8px;
    }
    
    .blog-section .blog-read-time,
    .blog-section .blog-date {
        font-size: 14px;
    }
}

@media (max-width: 375px) {
    .blog-section .blog-container {
        gap: 24px;
    }
    
    .blog-section .blog-title {
        font-size: 32px;
    }
    
    .blog-section .blog-post-title {
        font-size: 18px;
    }
    
    .blog-section .blog-content {
        height: 320px;
    }
    
    .blog-section .blog-button {
        padding: 8px 12px 8px 16px;
    }
    
    .blog-section .blog-button-text {
        font-size: 14px;
    }
}

/* Blog Listing Section Styles */
.blog-listing-section {
    background: #242424;
    width: 100%;
    padding: 80px 0;
    display: flex;
    align-items: center;
    justify-content: center;
	flex-direction: column;
	gap: 40px;
}

.blog-listing-section .blog-listing-container {
    width: 100%;
    max-width: 1222px;
    margin: 0 auto;
    padding: 0 var(--common-container-padding);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
}

.blog-listing-section .blog-item {
    display: flex;
    align-items: center;
    align-self: stretch;
    gap: 50px;
    padding: 32px 0;
    border-top: 1px solid #4A4A4A;
}

.blog-listing-section .blog-item.featured {
    border-top: none;
    padding-top: 0;
}

.blog-listing-section .blog-item-image {
    width: 261px;
    height: 200px;
    border-radius: 24px;
    overflow: hidden;
    flex-shrink: 0;
}

.blog-listing-section .blog-item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-listing-section .blog-item-content {
    display: flex;
    flex-direction: column;
    gap: 16px;
    flex: 1;
}

.blog-listing-section .blog-item-title {
    font-family: 'Givonic', sans-serif;
    font-weight: 750;
    font-size: 32px;
    line-height: 1.1;
    text-align: left;
    color: #FFFFFF;
    margin: 0;
}

.blog-listing-section .blog-item-meta {
    display: flex;
    align-items: center;
    gap: 10px;
}

.blog-listing-section .blog-item-read-time,
.blog-listing-section .blog-item-date {
    font-family: 'Givonic', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.1;
    color: #D7C9AE;
}

.blog-listing-section .blog-item-meta-separator {
    width: 5px;
    height: 5px;
    background: #A68763;
    border-radius: 50%;
}

.blog-listing-section .blog-item-button {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px 12px 24px;
    border: 1px solid #D7C9AE;
    border-radius: 100px;
    background: #2D2D2D;
    cursor: pointer;
    transition: all 0.3s ease;
    width: fit-content;
	text-decoration: none;
}

.blog-listing-section .blog-item-button:hover {
    background: #D7C9AE;
}

.blog-listing-section .blog-item-button:hover .blog-item-button-text {
    color: #2D2D2D;
}

.blog-listing-section .blog-item-button:hover .blog-item-button-icon {
    background: #2D2D2D;
}

.blog-listing-section .blog-item-button:hover .blog-item-button-icon svg path {
    stroke: #D7C9AE;
}

.blog-listing-section .blog-item-button-text {
    font-family: 'Givonic', sans-serif;
    font-weight: 750;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #D7C9AE;
    transition: color 0.3s ease;
}

.blog-listing-section .blog-item-button-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #D7C9AE;
    transition: background 0.3s ease;
}

.blog-listing-section .blog-load-more-button {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    padding: 12px 24px;
    width: 180px;
    border: 1px solid #D7C9AE;
    border-radius: 100px;
    background: #2D2D2D;
    cursor: pointer;
    transition: all 0.3s ease;
}

.blog-listing-section .blog-load-more-button:hover {
    background: #D7C9AE;
}

.blog-listing-section .blog-load-more-button:hover span {
    color: #2D2D2D;
}

.blog-listing-section .blog-load-more-button span {
    font-family: 'Givonic', sans-serif;
    font-weight: 750;
    font-size: 20px;
    line-height: 1.2;
    text-align: center;
    color: #D7C9AE;
    transition: color 0.3s ease;
}

.blog-listing-section .pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
	flex-wrap: wrap;
}

.blog-listing-section .pagination span,
.blog-listing-section .pagination a {
	color: #FFFFFF;
    text-decoration: none;
    font-family: 'Givonic', sans-serif;
    font-size: 18px;
    font-weight: 450;
    transition: color 0.3s ease;
    padding: 0;
    border-radius: 0;
    position: relative;
	line-height: 1;
}

.blog-listing-section .pagination a {
	opacity: 0.5;
}

.blog-listing-section .pagination a:hover {
	text-decoration: underline;
	opacity: 1;
}

/* Blog Listing Section Responsive Styles */
@media (max-width: 1440px) {
    .blog-listing-section .blog-listing-container {
        padding: 0 60px;
    }
}

@media (max-width: 1200px) {
    .blog-listing-section .blog-listing-container {
        padding: 0 40px;
    }
    
    .blog-listing-section .blog-item {
        gap: 40px;
    }
    
    .blog-listing-section .blog-item-image {
        width: 220px;
        height: 170px;
    }
    
    .blog-listing-section .blog-item-title {
        font-size: 28px;
    }
}

@media (max-width: 992px) {
    .blog-listing-section .blog-listing-container {
        padding: 0 30px;
    }
    
    .blog-listing-section .blog-item {
        flex-direction: column;
        gap: 24px;
        text-align: center;
    }
    
    .blog-listing-section .blog-item-image {
        width: 100%;
        max-width: 400px;
        height: 250px;
    }
    
    .blog-listing-section .blog-item-content {
        align-items: center;
    }
    
    .blog-listing-section .blog-item-title {
        text-align: center;
    }
}

@media (max-width: 768px) {
    .blog-listing-section .blog-listing-container {
        padding: 0 24px;
    }

    .blog-section{
      margin-top: 70px;
      padding: 60px 0;
    }

    .blog-listing-section{
      padding: 60px 0;
    }
    
    .blog-listing-section .blog-item {
        gap: 20px;
        padding: 24px 0;
    }
    
    .blog-listing-section .blog-item-title {
        font-size: 24px;
    }
    
    .blog-listing-section .blog-item-button {
        padding: 10px 14px 10px 20px;
        gap: 10px;
    }
    
    .blog-listing-section .blog-item-button-text {
        font-size: 16px;
    }
    
    .blog-listing-section .blog-item-button-icon {
        width: 20px;
        height: 20px;
    }
    
    .blog-listing-section .blog-load-more-button {
        width: 160px;
        padding: 10px 20px;
    }
    
    .blog-listing-section .blog-load-more-button span {
        font-size: 18px;
    }
}

@media (max-width: 600px) {
    .blog-listing-section .blog-listing-container {
        padding: 0 20px;
    }
    
    .blog-listing-section .blog-item {
        gap: 16px;
        padding: 20px 0;
    }
    
    .blog-listing-section .blog-item-title {
        font-size: 22px;
    }
    
    .blog-listing-section .blog-item-image {
        height: 200px;
    }
}

@media (max-width: 480px) {
    .blog-listing-section .blog-listing-container {
        padding: 0 16px;
    }
    
    .blog-listing-section .blog-item-title {
        font-size: 20px;
    }
    
    .blog-listing-section .blog-item-meta {
        gap: 8px;
    }
    
    .blog-listing-section .blog-item-read-time,
    .blog-listing-section .blog-item-date {
        font-size: 14px;
    }
    
    .blog-listing-section .blog-load-more-button {
        width: 140px;
    }
    
    .blog-listing-section .blog-load-more-button span {
        font-size: 16px;
    }
}

@media (max-width: 375px) {
    .blog-listing-section .blog-item-title {
        font-size: 18px;
    }
    
    .blog-listing-section .blog-item-button {
        padding: 8px 12px 8px 16px;
    }
    
    .blog-listing-section .blog-item-button-text {
        font-size: 14px;
    }
}

/* Article Page Styles */
.article-section {
    background: #2D2D2D;
    padding: 204px 0 0px;
    min-height: 100vh;
}

.article-container {
    max-width: 1270px;
    width: 100%;
    margin: 0 auto;
    padding-inline: 15px;
    padding-bottom: 56px;
    display: flex;
    flex-direction: column;
    gap: 56px;
}

.article-header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 16px;
    width: fit-content;
}

.article-hero-image {
    display: flex;
    flex-direction: column;
    align-self: stretch;
    gap: 10px;
    width: 100%;
}

.article-contents {
    display: flex;
    align-self: stretch;
    gap: 80px;
    width: 100%;
}

.blog-body {
    display: flex;
    flex-direction: column;
    gap: 32px;
    width: 843px;
    max-width: 100%;
}

.article-category {
    color: #D7C9AE;
    font-family: 'Givonic', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.1;
    margin-bottom: 0;
}

.article-title {
    color: #FFFFFF;
    font-family: 'Givonic', sans-serif;
    font-size: 64px;
    font-weight: 750;
    line-height: 1.1;
    margin-bottom: 16px;
    max-width: 920px;
}

.article-meta {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #D7C9AE;
    font-family: 'Givonic', sans-serif;
    font-size: 16px;
    font-weight: 450;
    line-height: 1.1;
}

.article-meta-separator {
    color: #A68763;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #A68763;
    display: inline-block;
}

.article-author {
    font-weight: 450;
}

.article-date,
.article-read-time {
    color: #D7C9AE;
}

.article-hero-image .hero-image {
    width: 100%;
    height: 594px;
    object-fit: cover;
    border-radius: 32px;
}

.blog-body {
    color: #FFFFFF;
    font-family: 'Givonic', sans-serif;
    font-size: 18px;
    font-weight: 450;
    line-height: 1.78;
}

.blog-body p {
    margin: 0;
    width: 100%;
}

.article-quote {
    font-family: 'Givonic', sans-serif;
    font-weight: 750;
    font-size: 32px;
    line-height: 1.1;
    color: #A68763;
    width: 100%;
    margin: 0;
}

.blog-footer {
/*     display: flex; */
	display: none;
    align-items: center;
    align-self: stretch;
    gap: 10px;
    padding: 32px 0px 0px;
    border-top: 1px solid #4A4A4A;
    width: 100%;
}

.blog-footer p {
    color: #A68763;
    font-family: 'Segoe UI', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.33;
    margin: 0;
    width: fit-content;
    height: fit-content;
}

.blog-footer p span{
  color: #D7C9AE;
}

/* Popular Posts Sidebar */
.popular-posts {
    display: flex;
    flex-direction: column;
    gap: 18px;
    width: 317px;
    height: initial;
}

.popular-posts-title {
    color: #A68763;
    font-family: 'Givonic', sans-serif;
    font-size: 32px;
    font-weight: 750;
    line-height: 1.1;
    margin-bottom: 0px;
}

.popular-post-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    gap: 12px;
    padding: 24px 0px;
    border-top: 1px solid #4A4A4A;
    width: 100%;
}

.popular-post-item:first-child {
    border-top: none;
}

.popular-post-image {
    width: 80px;
    height: 80px;
    flex-shrink: 0;
}

.popular-post-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
}

.popular-post-content {
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex-grow: 1;
}

.popular-post-meta {
    display: flex;
    align-items: center;
    gap: 10px;
    width: fit-content;
    height: fit-content;
}

.popular-post-category {
    color: #D7C9AE;
    font-family: 'Givonic', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.1;
}

.popular-post-meta-separator {
    color: #A68763;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #A68763;
    display: inline-block;
}

.popular-post-title,
.popular-post-title a {
    color: #FFFFFF;
    font-family: 'Givonic', sans-serif;
    font-size: 16px;
    font-weight: 450;
    line-height: 1.5;
    margin: 0;
    width: 100%;
	text-decoration: none;
}

.popular-post-title a:hover {
	text-decoration: underline;
}

/* Responsive Design for Article Page */
@media (max-width: 1440px) {
    .article-container {
        width: 100%;
        max-width: 1440px;
        padding: 0 80px 56px;
    }
}

@media (max-width: 1200px) {
    .article-container {
        padding: 0 40px 40px;
        gap: 40px;
    }
    
    .article-contents {
        gap: 60px;
    }
    
    .article-title {
        font-size: 48px;
    }
}

@media (max-width: 992px) {
    .article-contents {
        flex-direction: column;
        gap: 40px;
    }
    
    .popular-posts {
        width: 100%;
        max-width: 843px;
        height: auto;
    }
    
    .article-title {
        font-size: 40px;
    }

    .blog-listing-section .blog-load-more-button{
      margin-top: 20px;
    }
}

@media (max-width: 768px) {
    .article-section {
        padding: 120px 0 0px;
    }

    .faq-section .faq-header{
      align-items: center;
      justify-content: center;
    }

    .faq-section .faq-icon{
      width: 48px;
      height: 48px;
    }

    .footer-section .footer-right{
      gap: 60px;
    }
    
    .article-container {
        padding: 0 24px 32px;
        gap: 32px;
    }
    
    .article-contents {
        gap: 32px;
    }
    
    .article-title {
        font-size: 32px;
    }
    
    .article-hero-image .hero-image {
        height: 300px;
        border-radius: 16px;
    }
    
    .blog-body {
        font-size: 16px;
    }
    
    .article-quote {
        font-size: 24px;
    }
    
    .popular-posts-title {
        font-size: 24px;
    }
    
    .popular-post-item {
        padding: 16px 0;
    }
}

@media (max-width: 600px) {
    .article-title {
        font-size: 28px;
    }
    
    .article-meta {
        flex-wrap: wrap;
        gap: 8px;
        font-size: 14px;
    }
    
    .article-hero-image .hero-image {
        height: 250px;
    }
    
    .article-quote {
        font-size: 20px;
    }
    
    .popular-post-image {
        width: 60px;
        height: 60px;
    }
    
    .popular-post-title,
	.popular-post-title a {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .article-container {
        padding: 0 16px 16px;
    }
    
    .article-title {
        font-size: 24px;
    }
    
    .article-hero-image .hero-image {
        height: 200px;
    }
    
    .blog-body {
        font-size: 15px;
    }
    
    .article-quote {
        font-size: 18px;
    }
}

@media (max-width: 375px) {
    .article-title {
        font-size: 22px;
    }
    
    .article-hero-image .hero-image {
        height: 180px;
    }
    
    .popular-posts-title {
        font-size: 20px;
    }
}

/* Other News Section */
.other-news-section {
    background: #242424;
    padding: 80px 124px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 64px;
    width: 100%;
}

.other-news-title {
    font-family: 'Givonic', sans-serif;
    font-weight: 750;
    font-size: 64px;
    line-height: 1.1em;
    color: #FFFFFF;
    text-align: left;
    margin: 0;
    width: 100%;
    max-width: 1192px;
}

.other-news-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    width: 100%;
    max-width: 1192px;
}

.other-news-item {
    display: flex;
    align-items: center;
    gap: 50px;
    width: 100%;
    padding: 32px 0;
    border-top: 1px solid #4A4A4A;
}

.other-news-item:first-child {
    border-top: none;
    padding-top: 0;
}

.other-news-image {
    width: 261px;
    height: 200px;
    border-radius: 24px;
    overflow: hidden;
    flex-shrink: 0;
    position: relative;
}

.other-news-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.other-news-content {
    display: flex;
    flex-direction: column;
    gap: 16px;
    flex: 1;
}

.other-news-item-title,
.other-news-item-title a {
    font-family: 'Givonic', sans-serif;
    font-weight: 750;
    font-size: 32px;
    line-height: 1.1em;
    color: #FFFFFF;
    margin: 0;
	text-decoration: none;
}

.other-news-item-title a:hover {
	text-decoration: underline;
}

.other-news-meta {
    display: flex;
    align-items: center;
    gap: 10px;
}

.other-news-read-time,
.other-news-date {
    font-family: 'Givonic', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.1em;
    color: #D7C9AE;
}

.other-news-meta-separator {
    width: 5px;
    height: 5px;
    background: #A68763;
    border-radius: 50%;
}

.other-news-back-button {
    background: #2D2D2D;
    border: 1px solid #D7C9AE;
    border-radius: 100px;
    padding: 12px 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    width: 180px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
}

.other-news-back-button:hover {
    background: #D7C9AE;
    color: #242424;
}

.other-news-back-button span {
    font-family: 'Givonic', sans-serif;
    font-weight: 750;
    font-size: 20px;
    line-height: 1.2em;
    color: #D7C9AE;
    transition: color 0.3s ease;
}

.other-news-back-button:hover span {
    color: #242424;
}

/* Responsive Design for Other News Section */
@media (max-width: 1440px) {
    .other-news-section {
        padding: 80px 60px;
    }
}

@media (max-width: 1200px) {
    .other-news-section {
        padding: 60px 40px;
    }
    
    .other-news-title {
        font-size: 48px;
    }
    
    .other-news-item {
        gap: 32px;
    }
    
    .other-news-image {
        width: 200px;
        height: 150px;
    }
    
    .other-news-item-title, .other-news-item-title a {
        font-size: 28px;
    }
}

@media (max-width: 992px) {
    .other-news-section {
        padding: 50px 24px;
    }
    
    .other-news-item {
        flex-direction: column;
        gap: 24px;
        text-align: center;
    }
    
    .other-news-image {
        width: 100%;
        max-width: 400px;
        height: 200px;
    }
    
    .other-news-title {
        font-size: 40px;
    }
    
    .other-news-item-title, .other-news-item-title a {
        font-size: 24px;
    }
}

@media (max-width: 768px) {
    .other-news-section {
        padding: 40px 24px;
        gap: 48px;
    }
    
    .other-news-title {
        font-size: 36px;
    }
    
    .other-news-item-title, .other-news-item-title a {
        font-size: 22px;
    }
    
    .other-news-meta {
        justify-content: center;
    }
    
    .other-news-back-button {
        width: 160px;
        padding: 10px 20px;
    }
    
    .other-news-back-button span {
        font-size: 18px;
    }
}

@media (max-width: 600px) {
    .other-news-section {
        padding: 32px 16px;
        gap: 32px;
    }
    
    .other-news-title {
        font-size: 32px;
    }
    
    .other-news-item-title, .other-news-item-title a {
        font-size: 20px;
    }
    
    .other-news-image {
        height: 180px;
    }
}

@media (max-width: 480px) {
    .other-news-section {
        padding: 24px 16px;
    }
    
    .other-news-title {
        font-size: 28px;
    }
    
    .other-news-item-title, .other-news-item-title a {
        font-size: 18px;
    }
    
    .other-news-read-time,
    .other-news-date {
        font-size: 14px;
    }
    
    .other-news-back-button {
        width: 140px;
        padding: 8px 16px;
    }
    
    .other-news-back-button span {
        font-size: 16px;
    }
}

@media (max-width: 375px) {
    .other-news-title {
        font-size: 24px;
    }
    
    .other-news-item-title, .other-news-item-title a {
        font-size: 16px;
    }
    
    .other-news-image {
        height: 160px;
    }
}



.newsletter-message {
  font-family: 'Givonic', sans-serif;
  font-weight: 450;
  font-size: 16px;
  line-height: 1.25em;
  display: none;
  order: 3;
  width: 100%;
}

.newsletter-message.error,
.wpcf7 form .newsletter-form .wpcf7-not-valid-tip {
  color: red;
  display: block;
}

.wpcf7 form .newsletter-form .wpcf7-not-valid-tip {
  margin-top: 10px;
}

.newsletter-message.success {
  color: green;
  display: block;
}


.form-field select:invalid {
  color: #4A4A4A;
}

.form-field select option:disabled,
.newsletter-form .wpcf7 form.invalid .wpcf7-response-output {
	display: none;
}

.newsletter-form .wpcf7 form .wpcf7-response-output {
  margin: 15px 0 0;
  border: none;
  padding: 0;
}

.newsletter-form .wpcf7 form .newsletter-button-container {
  position: relative;
  overflow: hidden;
  border-radius: 100px;
  max-height: 64px;
}

.newsletter-form .wpcf7 form .newsletter-button-container > p,
.newsletter-form .wpcf7 form .newsletter-button-container > p input {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}