/*!
Theme Name: ardi
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: ardi
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

.text_delive_wrap {
    padding: 0 0 60px;
}

.text_delive_inner {
    margin-bottom: 60px;
}

.text_delive_inner p{
	margin-bottom: 20px;
}

.text_delive_inner ul{
	padding-left: 20px;
	padding-bottom: 10px;
	list-style: disc;
}

.text_delive_inner li{
	padding-bottom: 10px;
	list-style: disc;
}

.delivery_title_wrap {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
    align-items: center;
}

.delivery_title {
    font-size: 26px;
    font-weight: bold;
    position: relative;
}

.delivery_title_wrap a {
    font-size: 11px;
    display: flex;
    height: 80px;
    width: 80px;
    justify-content: center;
    align-items: center;
    background: #333333;
    color: #fff;
    border-radius: 50%;
}

.bg_warehouse_wrap img {
    width: 100%;
    height: auto;
}

.bg_warehouse_wrap {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    margin-bottom: 40px;
}
.title_inner__cat{
	position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.title_inner__cat {
    -webkit-text-stroke: 2px #FCFFFC;
    -webkit-text-fill-color: transparent;
    font-style: normal;
    font-weight: 700;
    font-size: 70px;
    line-height: normal;
    text-align: center;
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
}

.delive_desc_wrap {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-bottom: 40px;
}

.delive_img {
    display: flex;
    flex: 0 0 450px;
    max-width: 450px;
}

.delive_img img {
    width: 100%;
    height: auto;
}

.bg_bottom_wrap .title {
    font-size: 26px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 34px;
    line-height: normal;
}

ul.drayage_items li {
    list-style: none;
    flex: 0 0 50%;
    max-width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;
}

ul.drayage_items {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
}

.drayage_price {
    margin: 24px 0;
    display: flex;
    justify-content: center;

    position: absolute;
    width: 100%;
    top: 90%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.drayage_price p {
    margin-bottom: 0;
    border-radius: 25px;
    background: #80808021;
    padding: 8px 26px;
    text-transform: uppercase;
    color: #fff;
    background: #333;
    border: 1px solid #fff;
    min-width: 320px;
    text-align: center;
}

ul.drayage_items img {
    margin-bottom: 20px;
    max-width: 100px;
    width: 100%;
    height: auto;
}

.advantage_wrap img {
    max-width: 60px;
}

.drayage_items p {
    max-width: 290px;
    margin: 0 auto;
    text-align: center;
}

.advantages {
    padding-bottom: 24px;
    display: flex;
    justify-content: space-between;
}

.advantages_left {
    max-width: 600px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.advantage_top {
    display: flex;
    justify-content: flex-start;
}

.advantage_wrap{
    display: flex;
    align-items: center;
    gap: 15px;
}

.bg_bottom_wrap {
    padding-bottom: 60px;
}

.advantage_wrap p{
	margin-bottom: 0;
}

.advantages_middle {
    display: flex;
    justify-content: center;
}

.advantages_bottom {
    display: flex;
    justify-content: flex-end;
}

.advantage_text {
    text-align: center;
    max-width: 690px;
    margin: 0 auto;
    padding-bottom: 40px;
}
ul.tab-nav.truck_items li img {
    max-width: 80px;
}

li.truck_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.truck_item .desc {
    margin-bottom: 10px;
    font-weight: 500;
}

.truck_item .title {
    margin-bottom: 10px;
    font-weight: bold;
}

.get_contact_bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}

.get_contact_bt_inner {
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #333;
    color: #fff;
    border-radius: 50%;
}

@media (max-width: 1191px) {
	.title_inner__cat {
       -webkit-text-stroke: 2px #FCFFFC;
       -webkit-text-fill-color: transparent;
       font-style: normal;
       font-weight: 700;
       font-size: 50px;
       line-height: normal;
   }
}

@media (max-width: 991px) {
    .delivery_title_wrap {
        display: flex;
        gap: 20px;
        margin-bottom: 20px;
        align-items: center;
        flex-direction: column;
    }
    .text_delive_wrap {
       padding: 0 0 40px;
   }
   .delive_desc_wrap {
       display: flex;
       align-items: center;
       gap: 20px;
       margin-bottom: 30px;
       flex-direction: column;
   }
   .delive_img {
       display: flex;
       flex: 0 0 100%;
       max-width: 100%;
   }
   .delive_desc {
       order: 1;
   }
   .delive_img {
       order: 2;
   }
   .drayage_price {
    margin: 24px 0;
    display: flex;
    justify-content: center;
    position: absolute;
    width: 100%;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
}
}

@media (max-width: 767px) {
    ul.tab-nav.truck_items {
        padding: 0;
        margin: 0;
    }
    ul.tab-nav.truck_items li {
        display: flex;
        justify-content: flex-start;
        max-width: 50%;
        flex: 0 0 50%;
        border-radius: 8px;
        margin: 0 0 20px;
        transition: all 0.4s ease;
        padding: 8px;
    }
    .title_inner__cat {
        -webkit-text-stroke: 1px #FCFFFC;
        -webkit-text-fill-color: transparent;
        font-style: normal;
        font-weight: 700;
        font-size: 34px;
        line-height: normal;
    }
    .truck_item .title {
        margin-bottom: 10px;
        font-weight: bold;
        height: 66px;
    }
    .advantages_middle {
       display: flex;
       justify-content: flex-start;
   }
   .advantages_bottom {
       display: flex;
       justify-content: flex-start;
   }
   .advantages {
       padding-bottom: 24px;
       display: flex;
       flex-direction: column;
       gap: 20px;
   }
   ul.drayage_items {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    align-content: center;
    justify-content: space-between;
}
ul.drayage_items img {
    margin-bottom: 20px;
    max-width: 80px;
    width: 100%;
    height: auto;
}
ul.drayage_items li {
   list-style: none;
   flex: 0 0 47%;
   max-width: 47%;
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   padding-bottom: 20px;
}
.drayage_price p {
   margin-bottom: 0;
   border-radius: 25px;
   padding: 6px 14px;
   text-transform: uppercase;
   text-align: center;
   line-height: normal;
   font-size: 16px;
}
.title_inner__cat {
    position: absolute;
    width: 100%;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.drayage_price {
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%);
}

}

@media (max-width: 575px) {
	.title_inner__cat {
        font-style: normal;
        font-weight: 700;
        font-size: 24px;
        line-height: normal;
    }
}



.notification-wrapper {
  position: relative;
  padding-top: 45px;
}

.notification-block {
  background: linear-gradient(135deg, #2a2520 0%, #3a3530 100%);
  border-radius: 24px;
  padding: 40px 30px 30px;
  text-align: center;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}

.notification-icon {
  position: absolute;
  top: 3px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #2a2520 0%, #3a3530 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
}

.advantages_right {
    max-width: 300px;
}

.notification-icon img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.notification-content {
  
  padding-top: 20px;
}

.notification-text {
  color: #f0f0f0;
  font-size: 16px;
  line-height: 1.6;
  margin: 0 0 25px 0;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}

.notification-button {
  background: #ffffff;
  color: #2a2520;
  border: none;
  padding: 14px 40px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: inherit;
  display: flex;
    justify-content: center;
}

.notification-button:hover {
  background: #e8e8e8;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.notification-button:active {
  transform: translateY(0);
}

.description_block_main h1 {
    text-align: center;
    margin-bottom: 40px;
}

.description_block_main h2 {
    margin-bottom: 20px;
}

.description_block_main ul {
    padding: 20px;
}

.description_block_main ul li{
    list-style: disc;
}

.description_block_main p{
    margin-bottom: 10px;
}



@media (max-width: 767px) {
    .notification-block {
        padding: 30px 20px 20px;
    }

    .notification-text {
        font-size: 14px;
    }

    .notification-button {
        width: 100%;
        padding: 12px 20px;
    }
    .advantages_right {
        max-width: 100%;
    }
}

