/* --- BASE ----------------------------------------------- */
body {
    font-family: arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #666;
    background: #fff;
}

/* --- HEADER ------------------------------------------- */
.site-header {
    width: 100%;
    border-bottom: 3px solid #293645;
    padding: 0 10px 0 30px;
    box-sizing: border-box;
    background: #fff;
}
.site-header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 90px;
    max-width: 100%;
    margin: 0 auto;
}
.site-nav a {
    display: inline-block;
    line-height: 90px;
    padding: 0 20px;
    font-family: 'Roboto Condensed', arial, sans-serif;
    font-size: 22px;
    font-weight: bold;
    color: #293645;
    text-decoration: none;
}
.site-nav a:hover {
    background-color: #293645;
    color: white;
}
.site-nav a.active {
    background-color: #293645;
    color: white;
}

.menu-toggle {
    display: none;
    background: none;
    border: none;
    font-size: 28px;
    cursor: pointer;
    color: #293645;
}
@media (max-width: 768px) {
    .site-header { padding: 0 15px; }
    .site-nav { display: none; }
    .site-nav.open {
        display: flex;
        flex-direction: column;
        position: absolute;
        top: 90px;
        left: 0;
        width: 100%;
        background: white;
        z-index: 100;
        border-bottom: 3px solid #293645;
    }
    .site-nav.open a { line-height: 50px; border-top: 1px solid #eee; padding: 0 15px; }
    .menu-toggle { display: block; }
}

/* --- HERO ---------------------------------------------- */
.easy-to-rent {
    width: 100%;
    position: relative;
    background: url('https://src.wpssite.com/wp-content/uploads/2026/05/main-image.jpg') no-repeat center;
    background-size: cover;
}
.easy-to-rent .content {
    position: relative;
    height: 700px;
    max-width: 1200px;
    margin: 0 auto;
}
.easy-to-rent .body {
    position: absolute;
    right: 0;
    bottom: 0;
    width: calc(60% + 20px);
    padding: 40px 50px 60px;
    background-color: rgba(9,27,46,0.8);
    font-family: 'Roboto Condensed', arial, sans-serif;
    box-sizing: border-box;
}
.easy-to-rent .hero-header {
    display: block;
    width: 100%;
    font-size: 34px;
    font-weight: bold;
    color: #EBD141;
    margin-bottom: 20px;
}
.easy-to-rent .text {
    display: flex;
    flex-wrap: wrap;
    font-size: 21px;
    color: white;
}
.easy-to-rent .text ul {
    width: 50%;
    margin: 0;
    padding: 0;
}
.easy-to-rent ul li {
    position: relative;
    list-style: none;
    padding: 0 0 10px 20px;
}
.easy-to-rent ul li:before {
    position: absolute;
    left: 0;
    top: 9px;
    content: "";
    width: 8px;
    height: 8px;
    background-color: #EBD141;
    border-radius: 50%;
}
.easy-to-rent:after {
    position: absolute;
    left: 40px;
    bottom: 86px;
    width: 300px;
    height: 50px;
    text-align: right;
    padding: 0 0 15px;
    content: "power by";
    background: url('https://src.wpssite.com/wp-content/uploads/2026/05/espaceauto-white.png') no-repeat bottom;
    background-size: contain;
    font-family: verdana;
    font-size: 20px;
    font-weight: bold;
    color: white;
    letter-spacing: 1px;
}
@media (max-width: 768px) {
    .easy-to-rent .content { height: auto; min-height: 300px; }
    .easy-to-rent .body {
        position: relative;
        width: 100%;
        padding: 40px 20px 60px;
        right: auto;
        bottom: auto;
    }
    .easy-to-rent .hero-header { font-size: 24px; }
    .easy-to-rent .text { font-size: 16px; }
    .easy-to-rent .text ul { width: 100%; }
    .easy-to-rent:after { display: none; }
}

/* --- INFO STRIP ---------------------------------------- */
.grid-text-home {
    width: 100%;
    margin-top: -40px;
}
.grid-text-home-inner {
    display: flex;
    align-items: stretch;
    max-width: 1200px;
    margin: 0 auto;
}
.second-text.item {
    width: 30%;
    padding: 110px 20px 40px;
    box-sizing: border-box;
    font-family: arial, sans-serif;
    font-size: 16px;
    color: #666;
}
.second-text.item:first-child {
    position: relative;
    width: 40%;
    padding: 0 20px;
}
.second-text.item:first-child:after {
    position: absolute;
    top: -11px;
    left: 20px;
    content: "";
    width: 78%;
    height: 22px;
    background-color: #34C5E0;
}
.second-text.item:first-child:before {
    position: absolute;
    z-index: 1;
    top: -28px;
    left: 20px;
    content: "";
    width: 20%;
    height: 29px;
    background-color: #B9F4FF;
}
.second-text.item:first-child .body {
    padding: 110px 30px 50px;
    background-color: #293645;
    box-sizing: border-box;
}
.second-text.item:first-child .second-header { color: white; }
.second-text.item:first-child .text { color: white; }
.second-header {
    display: block;
    font-family: 'Roboto Condensed', arial, sans-serif;
    font-size: 26px;
    font-weight: bold;
    color: #041C43;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.second-text ul { padding: 0; margin: 0; }
.second-text ul li {
    position: relative;
    list-style: none;
    padding: 0 0 10px 15px;
}
.second-text ul li:before {
    position: absolute;
    left: 0;
    top: 8px;
    content: "";
    width: 6px;
    height: 6px;
    background-color: #34C5E0;
    border-radius: 50%;
}
@media (max-width: 768px) {
    .grid-text-home { margin-top: 0; margin-bottom: -50px;}
    .grid-text-home-inner { flex-direction: column; }
    .second-text.item { width: 100%; padding: 40px 20px; }
    .second-text.item:first-child { width: 100%; padding: 0; }
    .second-text.item:first-child:after { display: none; }
    .second-text.item:first-child:before { display: none; }
    .second-text.item:first-child .body { padding: 40px 20px; }
    .second-text.item:nth-child(3) {margin-top: -40px;}
}

/* --- CARS GRID HOME ------------------------------------ */
.grid-articles {
    float: left;
    width: 100%;
    padding: 30px 0 80px;
    background-color: #f9f9f9;
}
.grid-articles-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 10px;
    overflow: hidden;
}
.cars-tabs-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    margin-top: 65px;
    margin-bottom: 50px;
    padding-left: 20px;
}
.cars-title {
    font-family: 'Roboto Condensed', arial, sans-serif;
    font-size: 40px;
    font-weight: bold;
    color: #293645;
    flex-shrink: 0;
}
.cars-title span {
    padding: 0 8px;
    background-color: #34C5E0;
    color: white;
}
.tabs-nav {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 0;
    flex: 1;
}
.tabs-nav li a {
    display: block;
    font-family: 'Roboto Condensed', arial, sans-serif;
    font-size: 28px;
    font-weight: bold;
    color: #B2B2B2;
    text-decoration: none;
    margin-left: 20px;
    padding-bottom: 5px;
}
.tabs-nav li.active a,
.tabs-nav li a:hover {
    color: #293645;
    border-bottom: 2px solid #293645;
}
.tab-panel {
    display: none;
    width: 100%;
    clear: both;
}
.tab-panel.active {
    display: block;
}
.cars-tab-list {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    list-style: none;
    padding: 0;
    margin: 0 auto;
    gap: 30px;
    justify-content: center;
    width: 100%;
}
.car-tab-item {
    width: 276px;
    text-align: center;
    float: none;
}
.car-tab-item a {
    display: block;
    text-decoration: none;
}
.car-tab-item img {
    width: 276px;
    height: 207px;
    object-fit: cover;
    display: block;
}
.car-tab-item span {
    display: block;
    margin-top: 15px;
    font-family: 'Roboto Condensed', arial, sans-serif;
    font-size: 20px;
    color: #293645;
    text-transform: uppercase;
}
.car-tab-item a:hover span { color: #34C5E0; }
.cars-btn {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 50px;
}
.cars-btn a {
    display: inline-block;
    width: 300px;
    line-height: 49px;
    background-color: #041C43;
    font-family: 'Roboto Condensed', arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: white;
    text-transform: uppercase;
    text-decoration: none;
}
.cars-btn a:hover { background-color: #293645; }
@media (max-width: 768px) {
    .cars-tabs-header { flex-direction: column; align-items: flex-start; gap: 20px; padding-left: 0; margin-top: 30px; }
    .tabs-nav { flex-wrap: wrap; justify-content: flex-start; gap: 10px; }
    .tabs-nav li a { margin-left: 0; margin-right: 15px; font-size: 20px; }
    .car-tab-item { width: 100%; max-width: 276px; }
    .car-tab-item img { width: 100%; height: auto; }
    .cars-tab-list {gap: 10px;}
}

/* --- CARS PAGE ----------------------------------------- */
.cars-page {
    max-width: 1200px;
    margin: 40px auto 60px;
    padding: 0 10px;
}
.car-class-title {
    text-align: center;
    font-family: 'Roboto Condensed', arial, sans-serif;
    font-size: 40px;
    font-weight: bold;
    color: #293645;
    margin: 60px 0 30px;
}
.car-class-title span {
    padding: 0 8px;
    background-color: #34C5E0;
    color: white;
}
.cars-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
    margin-bottom: 40px;
}
.car-item {
    width: 276px;
    text-align: center;
}
.car-item img {
    width: 276px;
    height: 207px;
    object-fit: cover;
    display: block;
}
.car-item a {
    display: block;
    margin-top: 15px;
    font-family: 'Roboto Condensed', arial, sans-serif;
    font-size: 20px;
    color: #293645;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
}
.car-item a:hover { color: #34C5E0; }
@media (max-width: 768px) {
    .car-item { width: 100%; max-width: 300px; }
    .car-item img { width: 100%; height: auto; }
    .car-item a, .car-tab-item span {font-size: 16px;}   
}

/* --- SINGLE CAR PAGE ----------------------------------- */
.car-single {
    width: 100%;
    padding-top: 30px;
}
.car-single-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 10px;
}
.car-breadcrumbs {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #999;
    margin-bottom: 30px;
    flex-wrap: wrap;
}
.car-breadcrumbs a {
    color: #293645;
    text-decoration: none;
}
.car-breadcrumbs a:hover { color: #34C5E0; }
.car-breadcrumbs span { color: #ccc; }
.car-top {
    display: flex;
    gap: 50px;
    align-items: flex-start;
    margin-bottom: 60px;
}
.car-left { flex: 0 0 400px; }
.car-image img {
    width: 100%;
    height: auto;
    display: block;
}
.btn-book-now {
    display: block;
    width: 100%;
    text-align: center;
    line-height: 49px;
    margin-top: 20px;
    background-color: #041C43;
    font-family: 'Roboto Condensed', arial, sans-serif;
    font-weight: bold;
    color: white;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 18px;
    transition: background-color 0.2s;
}
.btn-book-now:hover { background-color: #293645; }
.car-right { flex: 1; }
.car-title { margin-bottom: 20px; }
.car-title h1 {
    display: inline;
    font-family: 'Roboto Condensed', arial, sans-serif;
    font-size: 42px;
    color: #0A3A5D;
    font-weight: bold;
}
.car-title span {
    font-size: 16px;
    color: #999;
    margin-left: 10px;
}
.car-content { display: block; }
.car-content > ul {
    display: inline-block;
    width: 49%;
    vertical-align: top;
    margin-bottom: 20px;
    padding: 0;
}
.car-content ul li {
    position: relative;
    list-style: none;
    padding: 0 0 5px 15px;
    font-size: 15px;
}
.car-content ul li:before {
    position: absolute;
    left: 0;
    top: 7px;
    content: "";
    width: 6px;
    height: 6px;
    background-color: #34C5E0;
}
.car-content p {
    line-height: 1.6;
    margin-bottom: 20px;
}
.car-content table {
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    margin-top: 20px;
    overflow-x: auto;
    display: block;
}
.car-content table td,
.car-content table th {
    padding: 8px 10px;
    border: 1px solid #041C43;
    font-size: 15px;
}
.car-content table thead td,
.car-content table thead th {
    background-color: #041C43;
    color: white;
    font-weight: bold;
    border-color: white;
}
.car-content table tbody tr:nth-child(even) {
    background-color: #f5f8fc;
}
@media (max-width: 768px) {
    .car-top { flex-direction: column; gap: 20px; }
    .car-left { flex: none; width: 100%; }
    .car-title h1 { font-size: 28px; }
    .car-content > ul { width: 100%; display: block; }
}

/* --- CAR INFO STRIP ------------------------------------ */
.car-info-strip {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-bottom: 60px;
}
.car-info-item {
    border-left: 1px solid white;
    box-sizing: border-box;
}
.car-info-item:first-child { border-left: 0; }
.car-info-title {
    overflow: hidden;
    height: 49px;
    text-align: center;
    line-height: 49px;
    padding: 0 15px;
    background-color: #34C5E0;
    font-family: 'Roboto Condensed', arial, sans-serif;
    font-size: 18px;
    color: white;
    white-space: nowrap;
    box-sizing: border-box;
}
.car-info-first .car-info-title { background-color: #293645; }
.car-info-body { padding: 20px 15px; }
.car-info-body ul { padding: 0; margin: 0; }
.car-info-body ul li {
    position: relative;
    list-style: none;
    padding: 0 0 5px 15px;
    font-size: 14px;
}
.car-info-body ul li:before {
    position: absolute;
    left: 0;
    top: 7px;
    content: "";
    width: 6px;
    height: 6px;
    background-color: #34C5E0;
}
@media (max-width: 768px) {
    .car-info-strip { grid-template-columns: repeat(2, 1fr); }
    .car-info-title { font-size: 14px; white-space: normal; height: auto; line-height: 1.4; padding: 10px; }
}

/* --- BOOKING FORM -------------------------------------- */
.car-booking { margin-bottom: 60px; }
.car-booking h2 {
    font-family: 'Roboto Condensed', arial, sans-serif;
    font-size: 32px;
    font-weight: bold;
    color: #0A3A5D;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.car-booking .wpcf7 fieldset {
    border: none;
    padding: 0;
    margin-bottom: 20px;
}
.car-booking .wpcf7 h3 {
    font-family: 'Roboto Condensed', arial, sans-serif;
    font-size: 18px;
    color: #0A3A5D;
    text-transform: uppercase;
    margin-bottom: 15px;
    margin-top: 30px;
}
.car-booking .col3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 30px;
}
.car-booking .col3 fieldset { grid-column: span 1; }
.car-booking .wpcf7 ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.car-booking .wpcf7 input[type="text"],
.car-booking .wpcf7 input[type="email"],
.car-booking .wpcf7 input[type="tel"],
.car-booking .wpcf7 input[type="date"],
.car-booking .wpcf7 select {
    width: 100%;
    height: 40px;
    padding: 0 15px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    font-size: 15px;
    font-family: arial, sans-serif;
    color: #333;
    background: #fff;
}
.car-booking .wpcf7 input[type="text"]:focus,
.car-booking .wpcf7 input[type="email"]:focus,
.car-booking .wpcf7 input[type="tel"]:focus,
.car-booking .wpcf7 input[type="date"]:focus,
.car-booking .wpcf7 select:focus {
    outline: none;
    border-color: #293645;
}
.wpcf7-form input[type="date"] {
    cursor: pointer;
}

.wpcf7-form input[type="date"]::-webkit-calendar-picker-indicator {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.wpcf7-form li:has(input[type="date"]) {
    position: relative;
}
.wpcf7-form li:has(input[type="date"])::after {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23293645' stroke-width='2'%3E%3Crect x='3' y='4' width='18' height='18' rx='2' ry='2'%3E%3C/rect%3E%3Cline x1='16' y1='2' x2='16' y2='6'%3E%3C/line%3E%3Cline x1='8' y1='2' x2='8' y2='6'%3E%3C/line%3E%3Cline x1='3' y1='10' x2='21' y2='10'%3E%3C/line%3E%3C/svg%3E");
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}
.wpcf7-list-item-label {cursor: pointer;}
.car-booking .wpcf7 input[type="checkbox"] { margin-right: 8px; }
.car-booking .wpcf7 input[type="submit"] {
    display: block;
    width: 100%;
    height: 49px;
    background-color: #041C43;
    color: white;
    font-family: 'Roboto Condensed', arial, sans-serif;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    margin-top: 20px;
    transition: background-color 0.2s;
}
.car-booking .wpcf7 input[type="submit"]:hover { background-color: #293645; }
@media (max-width: 768px) {
    .car-booking .col3 { grid-template-columns: 1fr; }
}
.wpcf7-response-output {
    display: none;
}

.wpcf7-response-output.wpcf7-mail-sent-ok,
.wpcf7-response-output.wpcf7-validation-errors,
.wpcf7-response-output.wpcf7-acceptance-missing,
.wpcf7-response-output.wpcf7-mail-sent-ng {
    display: block;
}
.wpcf7-submit {
    pointer-events: auto !important;
    cursor: pointer !important;
}
.wpcf7-form[data-status="unaccepted"] .wpcf7-acceptance {
    outline: 2px solid red;
    padding: 5px;
}

.wpcf7-form[data-status="unaccepted"] .wpcf7-response-output {
    display: block !important;
    color: red !important;
    border: 1px solid red !important;
    padding: 10px !important;
}

/* --- FOOTER -------------------------------------------- */
.modfooter {
    width: 100%;
    border-top: 45px solid #EBD141;
}
.phone-top-box {
    width: 100%;
    padding-top: 257px;
    border-top: 24px solid rgba(235,209,65,0.4);
    background: url('https://src.wpssite.com/wp-content/uploads/2026/05/background.jpg') no-repeat center;
    background-attachment: fixed;
    background-size: cover;
}
.phone-top {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 250px;
    text-align: center;
    background-color: rgba(41,54,69,0.7);
    justify-content: center;
    align-items: center;
}
.phone-top label {
    display: block;
    font-family: 'Roboto Condensed', arial, sans-serif;
    font-size: 50px;
    color: #EBD141;
    text-transform: uppercase;
    font-weight: bold;
}
.phone-top a {
    display: block;
    font-family: 'Roboto Condensed', arial, sans-serif;
    font-size: 80px;
    color: white;
    text-decoration: none;
    font-weight: bold;
}
.phone-top a:hover { opacity: 0.85; }
.footer-center {
    width: 100%;
    padding: 50px 0 35px;
    background-color: white;
    text-align: center;
}
.footer-center img { display: inline-block; max-width: 200px; }
.footer-center span {
    display: block;
    margin-top: 20px;
    font-weight: bold;
    font-family: arial, sans-serif;
    font-size: 0.9rem;
    color: #333;
    text-transform: uppercase;
}
.footer-social {
    width: 100%;
    text-align: center;
    margin: 30px 0 20px;
}
.footer-social a {
    display: inline-block;
    width: 37px;
    height: 37px;
    border-radius: 50%;
    background-color: #b2b2b2;
    color: white;
    font-size: 22px;
    font-weight: bold;
    line-height: 37px;
    text-decoration: none;
    margin: 0 5px;
}
.footer-social a:hover { background-color: #293645; }
.footer-copyright {
    width: 100%;
    text-align: center;
    font-family: arial, sans-serif;
    font-size: 13px;
    color: #666;
    padding-bottom: 10px;
}
.footer-copyright a {
    display: block;
    margin-top: 8px;
    color: #666;
    text-decoration: none;
}
.footer-copyright a:hover { text-decoration: underline; }
@media (max-width: 768px) {
    .phone-top-box { padding-top: 100px; background-attachment: scroll; }
    .phone-top { height: auto; padding: 40px 20px; }
    .phone-top label { font-size: 30px; }
    .phone-top a { font-size: 40px; }
}

/* --- BOOKING FORM ROWS --------------------------------- */
.col3.rent-form { display: block; }
.col3.rent-form fieldset {
    width: 100%;
    margin-bottom: 30px;
    border: none;
    padding: 0;
}
.col3.rent-form h3 {
    font-family: 'Roboto Condensed', arial, sans-serif;
    font-size: 22px;
    font-weight: bold;
    color: #0A3A5D;
    text-transform: uppercase;
    margin-bottom: 15px;
    padding-bottom: 8px;
    border-bottom: 2px solid #34C5E0;
}
.col3.rent-form ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    list-style: none;
    padding: 0;
    margin: 0;
}
.col3.rent-form ul li { width: 100%; }
.col3.rent-form fieldset:nth-child(1) ul li:last-child { grid-column: auto; }
.col3.rent-form fieldset:nth-child(2) ul li:last-child,
.col3.rent-form fieldset:nth-child(3) ul li:last-child { grid-column: 1 / -1; }
.col3.rent-form input[type="submit"] {
    display: block;
    width: 100%;
    height: 49px;
    background-color: #041C43;
    color: white;
    font-family: 'Roboto Condensed', arial, sans-serif;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    margin-top: 10px;
    transition: background-color 0.2s;
}
.col3.rent-form input[type="submit"]:hover { background-color: #293645; }
.col3.rent-form .wpcf7-acceptance {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-top: 10px;
}
.col3.rent-form .wpcf7-acceptance input[type="checkbox"] {
    margin-top: 3px;
    flex-shrink: 0;
}
.col3.rent-form .wpcf7-acceptance .wpcf7-list-item-label {
    font-size: 14px;
    color: #666;
    line-height: 1.5;
}
.col3.rent-form .wpcf7-acceptance .wpcf7-list-item-label a {
    color: #293645;
    text-decoration: underline;
}
.col3.rent-form .wpcf7-acceptance .wpcf7-list-item-label a:hover { color: #34C5E0; }
@media (max-width: 768px) {
    .col3.rent-form ul { grid-template-columns: 1fr; }
    .col3.rent-form fieldset:nth-child(1) ul li:last-child { grid-column: auto; }
}

/* --- CONTACTS PAGE ------------------------------------- */
.contacts-page {
    width: 100%;
    padding: 60px 0;
}
.contacts-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 10px;
}
.contacts-title {
    font-family: 'Roboto Condensed', arial, sans-serif;
    font-size: 40px;
    font-weight: bold;
    color: #0A3A5D;
    text-transform: uppercase;
    margin-bottom: 40px;
}
.contacts-wrap {
    display: flex;
    gap: 80px;
    align-items: flex-start;
}
.contacts-info {
    flex: 0 0 350px;
    font-family: arial, sans-serif;
    font-size: 15px;
    color: #666;
    line-height: 1.8;
}
.contacts-info strong {
    color: #293645;
    font-size: 17px;
}
.contacts-info a {
    color: #293645;
    text-decoration: none;
}
.contacts-info a:hover { color: #34C5E0; }
.contacts-form { flex: 1; }
.contacts-form .wpcf7 ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.contacts-form .wpcf7 label {
    display: block;
    font-family: 'Roboto Condensed', arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #293645;
    text-transform: uppercase;
    margin-bottom: 5px;
    letter-spacing: 0.5px;
}
.contacts-form .wpcf7 br { display: none; }
.contacts-form .wpcf7 input[type="text"],
.contacts-form .wpcf7 input[type="email"],
.contacts-form .wpcf7 input[type="tel"],
.contacts-form .wpcf7 textarea {
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    font-size: 15px;
    font-family: arial, sans-serif;
    color: #333;
    background: #f9f9f9;
}
.contacts-form .wpcf7 textarea {
    height: 120px;
    resize: vertical;
}
.contacts-form .wpcf7 input[type="text"]:focus,
.contacts-form .wpcf7 input[type="email"]:focus,
.contacts-form .wpcf7 input[type="tel"]:focus,
.contacts-form .wpcf7 textarea:focus {
    outline: none;
    border-color: #293645;
    background: #fff;
}
.contacts-form .wpcf7 input[type="submit"] {
    display: block;
    width: 100%;
    height: 49px;
    background-color: #041C43;
    color: white;
    font-family: 'Roboto Condensed', arial, sans-serif;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    margin-top: 20px;
    transition: background-color 0.2s;
}
.contacts-form .wpcf7 input[type="submit"]:hover { background-color: #293645; }
@media (max-width: 768px) {
    .contacts-wrap { flex-direction: column; gap: 40px; }
    .contacts-info { flex: none; width: 100%; }
}

/* --- CONTENT PAGES ------------------------------------- */
.page-content-wrap {
    max-width: 1200px;
    margin: 10px auto 50px;
    padding: 0 10px;
}
.page-content-wrap h1 {
    font-family: 'Roboto Condensed', arial, sans-serif;
    font-size: 30px;
    font-weight: bold;
    color: #0A3A5D;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.page-content-wrap h2 {
    font-family: 'Roboto Condensed', arial, sans-serif;
    font-size: 28px;
    font-weight: bold;
    color: #0A3A5D;
    margin: 30px 0 15px;
}
.page-content-wrap h3 {
    font-family: 'Roboto Condensed', arial, sans-serif;
    font-size: 22px;
    font-weight: bold;
    color: #293645;
    margin: 20px 0 10px;
}
.page-content-wrap p {
    font-family: arial, sans-serif;
    font-size: 16px;
    color: #666;
    line-height: 1.7;
    margin-bottom: 15px;
}
.page-content-wrap ul {
    padding: 0;
    margin: 0 0 20px 0;
    list-style: none;
}
.page-content-wrap ul li {
    position: relative;
    padding: 0 0 8px 15px;
    font-family: arial, sans-serif;
    font-size: 16px;
    color: #666;
    line-height: 1.6;
}
.page-content-wrap ul li:before {
    position: absolute;
    left: 0;
    top: 8px;
    content: "";
    width: 6px;
    height: 6px;
    background-color: #34C5E0;
    border-radius: 50%;
}

/* --- TRANSFERS TABLE ----------------------------------- */
.transfers-table-wrap {
    overflow-x: auto;
    margin-bottom: 40px;
}
.transfers-table {
    width: 100%;
    border-collapse: collapse;
    font-family: arial, sans-serif;
    font-size: 14px;
}
.transfers-table thead th {
    background-color: #041C43;
    color: white;
    font-weight: bold;
    padding: 10px;
    text-align: center;
    border: 1px solid white;
}
.transfers-table tbody td {
    border: 1px solid #041C43;
    padding: 8px 10px;
    text-align: center;
    color: #333;
}
.transfers-table tbody tr:nth-child(even) { background-color: #f5f8fc; }
.transfers-table tbody tr:hover { background-color: #e8f0fa; }
.page .wp-block-separator { margin-bottom: 30px; }

/* --- GUTENBERG TABLES ---------------------------------- */
.page-content-body .wp-block-heading {
    font-family: 'Roboto Condensed', arial, sans-serif;
    font-size: 26px;
    font-weight: bold;
    color: #0A3A5D;
    margin: 20px 0 15px;
}
.page-content-body .wp-block-table {
    margin-bottom: 40px;
    overflow-x: auto;
    display: block;
}
.page-content-body .wp-block-table table {
    width: 100%;
    border-collapse: collapse;
    font-family: arial, sans-serif;
    font-size: 14px;
}
.page-content-body .wp-block-table thead td,
.page-content-body .wp-block-table thead th {
    background-color: #041C43;
    color: white;
    font-weight: bold;
    padding: 10px;
    text-align: center;
    border: 1px solid white;
}
.page-content-body .wp-block-table tbody td {
    border: 1px solid #041C43;
    padding: 8px 10px;
    text-align: center;
    color: #333;
}
.page-content-body .wp-block-table tbody tr:nth-child(even) { background-color: #f5f8fc; }
.page-content-body .wp-block-table tbody tr:hover { background-color: #e8f0fa; }

.page-content-wrap { padding: 0 10px; }
.page-content-body .wp-block-table { overflow-x: auto; display: block; }
.page-content-body .wp-block-table table { min-width: 700px; }
.page-content-body .wp-block-table tbody td { padding: 6px 4px; }

@media (max-width: 768px) {
    .cars-grid { gap: 10px; }
    .car-item { width: calc(33.333% - 10px); }
    .car-item img { width: 100%; height: auto; }
}
@media (max-width: 768px) {
    .second-text.item:first-child:after { display: block; }
    .second-text.item:first-child:before { display: block; }
}