/*!
Theme Name: logistic
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: logistic
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

logistic is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */


 #done_section .rows {
    background-size: cover;
    background-repeat: no-repeat;
    grid-template-columns: 1.6fr 1.2fr 1.2fr;
    display: grid;
    gap: 20px;
}
@media (min-width: 1024px) {
.items_done_section img {
    min-height: 470px;
	object-fit: cover;
}
.items_done_section h3 {
    font-size: 21px;
}
}

@media (max-width: 1024px) {
 #done_section .rows {
    grid-template-columns: 1fr;
}
}
.center {
    text-align: center;
}
.text-light a {
    color: rgb(255 255 255) !important;
}
.bg-color-black {
    background-color: #101010;
}
.col_hending {
    background-color: #F8F9FA;
    border-radius: 20px;
    padding: 40px 15px;
}
.col_hending_image img {
 border-radius: 20px;
     width: 100%;
}
.row_hending {
    display: grid;
    grid-template-columns: 1fr 0.5fr;
	gap: 20px;
}



/* --- Multistep CF7 Form --- */

.cf7-step {
  display: none;
  animation: fadeIn .3s ease;
}

.cf7-step.is-active {
  display: block;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(5px); }
  to   { opacity: 1; transform: translateY(0); }
}

.cf7-title {
  margin-bottom: 8px;
  font-size: 18px;
  color: #1F244E;
}

.cf7-step input[type="text"],
.cf7-step input[type="tel"],
.cf7-step textarea {
  width: 100%;
  padding: 12px 16px;
  font-size: 16px;
  border-radius: 8px;
  border: 1px solid #D6D7E0;
  background: #fff;
  box-sizing: border-box;
  margin-bottom: 16px;
  transition: border-color .2s ease;
}

.cf7-step input:focus,
.cf7-step textarea:focus {
  border-color: #F85C00;
  outline: none;
}

.cf7-step textarea {
  min-height: 120px;
  resize: vertical;
}

/* Buttons */
.cf7-step-buttons {
  margin-top: 20px;
  display: flex;
  gap: 12px;
}



.btn-gray {
    background: #F8F9FA;
    color: #000000;
    padding: 12px 26px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    font-size: 16px;
    font-family: var(--btn-font-family);
    font-size: var(--btn-font-size);
    letter-spacing: var(--btn-letter-spacing);
    padding: var(--btn-padding);
    text-decoration: var(--btn-text-decoration);
    text-transform: var(--btn-text-transform);
}

.btn-gray:hover {
  background: #d5d7df;
}

/* Submit button from CF7 */
.wpcf7-submit {
  cursor: pointer;
}



.iti {
  width: 100%;
}

.iti__flag-container {
  z-index: 10;
}
#form-field-phone {
    padding-left: 88px !important;
    background-color: #ffffff;
    border-color: #DFDFDF;
    border-width: 1px 1px 1px 1px;
    border-radius: 100px 100px 100px 100px;
}
.iti--separate-dial-code .iti__selected-flag {
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 6px 0 0 6px;
}


.iti {
  width: 100%;
}

.iti__country-list {
  z-index: 99999 !important;
}

.tel-init {
  padding-left: 50px !important;
}
.iti--container {
    z-index: 999999 !important;
        width: auto;
}


.iti--separate-dial-code .iti__selected-dial-code {
    color: #000;
}

.iti__flag {
    background-size: auto !important;
    background-repeat: no-repeat !important;
}
.cf7-error {
  border-color: #e3342f !important;
}

.cf7-error-text {
  color: #e3342f;
  font-size: 13px;
  margin-top: 4px;
}

.cf7-title {
    text-align: left;
}
.cf7-step-buttons p {
    display: flex;
    gap: 20px;
}

.cf7-next-step.btn-main {
    border-radius: 8px;
    min-width: 200px;
}
.wpcf7-submit.btn-main {
    border-radius: 8px;
}
.cf7-step textarea {
    height: 176px;
}
.cf7-step-buttons.send_buttons {
    margin-top: 35px;
}
.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 1em;
    font-weight: normal;
    display: block;
    text-align: left;
    position: absolute;
    bottom: -23px;
    font-size: 12px;
    left: 17px;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: transparent;
    text-align: left;
    color: #000;
}
.grid_contact_form {
    grid-template-columns: 1fr 0.6fr;
    display: grid;
    gap: 20px;
    margin-top: 35px;
}

.value_of_delivery {
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #F8F9FA;
    border-radius: 20px;
    padding: 40px 15px;
}

.cf7_form_contact input[type="text"],
.cf7_form_contact input[type="tel"],
.cf7_form_contact input[type="email"],
.cf7_form_contact textarea {
  width: 100%;
  padding: 12px 16px;
  font-size: 16px;
  border-radius: 8px;
  border: 1px solid #D6D7E0;
  background: #fff;
  box-sizing: border-box;
  margin-bottom: 16px;
  transition: border-color .2s ease;
}

.cf7_form_contact input:focus,
.cf7_form_contact textarea:focus {
  border-color: #F85C00;
  outline: none;
}

.cf7_form_contact textarea {
  min-height: 120px;
  resize: vertical;
}

.cf7_form_contact textarea {
    height: 100px;
}
footer {
padding: 0 !important;
}

/* Фоновий шар */
.popup {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.5);
  display: none; /* прихований за замовчуванням */
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

/* Контейнер попапа */
.popup-content {
  background: #fff;
  padding: 30px;
  border-radius: 8px;
  position: relative;
  max-width: 400px;
  width: 90%;
  animation: popupFade .25s ease;
      max-width: 445px;
}

/* Кнопка закриття */
.popup-close {
  position: absolute;
  right: 12px;
  top: 10px;
  background: none;
  border: none;
  font-size: 35px;
  line-height: 1;
  cursor: pointer;
}

/* Анімація */
@keyframes popupFade {
  from { opacity: 0; transform: scale(0.95); }
  to   { opacity: 1; transform: scale(1); }
}

.open-btn {
  padding: 12px 24px;
  margin-top: 40px;
}

.title_callback {
    text-align: center;
    line-height: 31px;
    margin-bottom: 20px;
}
.wpcf7-spinner {
    position: absolute;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: transparent;
}
.text_main {
    max-width: 1000px;
    margin: 0 auto;
}
.row_service {
    background-size: cover;
    background-repeat: no-repeat;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
}
@media (max-width: 1024px) {
.map_section img {
    width: 100%;
}
    .row_service {
        grid-template-columns: 1fr 1fr;
        text-align: center;
    }
.row_service p {
    line-height: 22px;
}
.contact_middle .row {
    gap: 20px;
}
.row_hending {
    grid-template-columns: 1fr;
}
.grid_contact_form {
    grid-template-columns: 1fr;
}
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti__flag {
        background-image: url(https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/17.0.8/img/flags.png) !important;
    }
}
@media (max-width: 767px) {
    h2 {
        font-size: 28px !important;
    }
.subtitle {
    margin-bottom: 15px !important;
    font-size: 14px !important;
}
.p-60 {
    padding: 20px !important;
}
}

.service_trans .fs-84 {
    line-height: 75px;
}
div#logo img {
    height: auto;
}
@media (max-width: 767px) {
div#logo img {
    max-height: 66px;
}
}
h1.hending_title {
    color: #F85C00 !important;
    font-size: 45px;
}
.sub_title_hending p {
    font-size: 50px;
    line-height: 60px;
    color: #fff !important;
}
@media (min-width: 1024px) {
.page-template-hending-page .row_service {
    grid-template-columns: 1fr 1fr 1fr;
}
}

.what_include {
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #F8F9FA;
    border-radius: 20px;
    padding: 40px 15px;
}
.page-template-hending-page .value_of_delivery img {
 
}
.page-template-hending-page .row_hending {
    grid-template-columns: 1fr 1fr;
}
@media (max-width: 1024px) {
h1.hending_title {
    font-size: 26px;
}
.sub_title_hending p {
    font-size: 30px;
    line-height: normal;
}
.page-template-hending-page .row_hending {
    grid-template-columns: 1fr;
}
}
    .page-template-hending-page .row_service {
        text-align: center;
    }
@media (min-width: 1024px) {
.page-template-hending-page .item_service_ic  {
    background-repeat: no-repeat;
    background-image: url(/wp-content/uploads/2025/11/arrows_handling_services-1.svg);
    background-repeat: no-repeat;
    background-position: right;
background-size: 50px !important;
}
.page-template-hending-page .row_service {
    gap: 20px 0;
}
}