/*
Theme Name: Divi Child
Template: Divi
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Author: LEIS
*/


@font-face {
    font-family: Movatif_Font;
    src: url(/wp-content/uploads/Movatif_Font.otf);
}

.align_items_center {
    align-items: center !important;
}

/*************** Header css ****************/

.menu_col {
    display: flex;
    align-items: center;
    justify-content: end;
}

.d_inline_block,
.dual_btn_col .et_pb_button_module_wrapper {
    display: inline-block !important;
}

.header_sec {
    background: transparent;
}

.header_sec .et-menu.nav li {
    padding: 10px 20px;
}

/*************** Footer css ****************/

.footer_cols .et_pb_column:nth-child(1),
.footer_cols .et_pb_column:nth-child(2),
.footer_cols .et_pb_column:nth-child(4),
.footer_cols .et_pb_column:nth-child(5) {
    width: 16.5% !important;
}

.footer_cols .et_pb_column:nth-child(3) {
    width: 22% !important;
}

/*************** hero section Homepage css ****************/

.blurred_btn {
    background: #dfdfdf1c;
    backdrop-filter: blur(4px);
}

.blurred_btn::before {
    background: url(/wp-content/uploads/2025/07/call_icon.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    color: transparent;
    margin-left: -27px !important;
    font-size: 44px !important;
}

.california_delta_card {
    display: inline-block;
}

.california_delta_card_div {
    display: flex;
    align-items: end;
    justify-content: end;
}

.text_underline {
    text-decoration: underline;
    text-underline-offset: 5px !important;
}

.h1_cus h1 {
    text-shadow: 1px 1px #fff;
}

.combine {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

.tabs {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

.tab-btn {
    background: #CBC8BE;
    padding: 12px 36px;
    border: none;
    cursor: pointer;
    color: #030504;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.6;
    border-radius: 50px;
}

.see_all_tabs_btn .btn_cus {
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #000;
    font-weight: 500;
    font-size: 24px;
    font-family: Movatif_Font;
}

.see_all_tabs_btn .btn_cus img {
    height: 20px;
}

.tab-btn.active,
.tab-btn:hover {
    background: #E4A93A;
    color: #030504
}

.tabbing_sec .tab-content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    row-gap: 70px;
}

.tab-content.hidden {
    display: none;
}

.trailer-item .img img {
    max-width: 100%;
    height: auto;
}

.trailers-grid .card_title {
    color: #484848;
    text-align: left;
    font-size: 24px;
    font-weight: 400;
    font-family: 'Plus Jakarta Sans';
    line-height: 1.3;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.trailers-grid .h4 {
    font-family: 'Plus Jakarta Sans';
    font-weight: 700;
    font-size: 54px;
    text-align: left;
    line-height: 1.3;
}

.request-quote-btn {
    color: #030504;
    text-align: left;
    font-size: 20px;
    font-family: 'Plus Jakarta Sans';
    text-decoration: underline;
    text-underline-offset: 12px !important;
}

.card_content {
    padding: 20px 20px;
}

.trailers-grid .img {
    height: 360px;
}

.trailers-grid .img img {
    width: 100%;
    height: -webkit-fill-available;
    object-fit: contain;
}

.trailers-grid .img {
    background: url(/wp-content/uploads/2025/07/product_bg.png);
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 20px;
}

.request-quote-btn:hover {
    letter-spacing: 2px;
    color: #000;
}

.request-quote-btn {
    transition: all 0.3s linear;
}

.testimonials_sec p,
.testimonials_sec {
    color: #fff;
}

.testimonials_sec .sp-testimonial-content,
.testimonials_sec .sp-testimonial-content p {
    font-size: 24px;
    line-height: 1.8;
    font-weight: 400;
    color: #fff;
    font-family: 'Plus Jakarta Sans';
}

.testimonials_sec .sp-testimonial-client-name {
    font-size: 24px;
    line-height: 1.8;
    font-weight: 600;
    font-family: 'Plus Jakarta Sans';
    color: #fff !important;
    order: 3;
}

.testimonials_sec .sp-testimonial-client-testimonial {
    order: 2;
    max-width: 75%;
    margin-top: 34px;
}

.testimonials_sec .sp-testimonial-free {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.testimonials_sec .sp-testimonial-free .sp-testimonial-client-rating {
    order: 1;
}

.testimonial-nav-arrow i {
    opacity: 0;
}

.testimonials_sec .testimonial-nav-arrow {
    background: url(/wp-content/uploads/2025/07/testi_arrow.png) !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    width: 50px;
    height: 50px;
}

.testimonials_sec .swiper-button-prev.testimonial-nav-arrow {
    background-image: url(/wp-content/uploads/2025/07/testi_arrow_let.png) !important;
}

.testimonials_sec i {
    font-size: 28px !important;
    margin: 0 4px;
    color: #E4A93A !important;
}

.home_form_div input,
.home_form_div textarea {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #fff;
    padding: 14px 0;
    color: #fff;
    font-size: 20px;
    width: 100%;
}

.home_form_div input::placeholder,
.home_form_div textarea::placeholder {
    color: #fff;
    font-size: 20px;
}

.home_form_div textarea {
    height: 140px;
}


.bg_col:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #E4A93A;
    display: block;
    position: absolute;
    transform: rotate(4deg);
}

.home_form_div input.wpcf7-form-control.wpcf7-submit {
    background: #000;
    border-radius: 50px;
    border: 1px solid #000;
    width: fit-content;
    padding: 13px 30px;
    min-width: 190px;
    margin-top: 10px;
    cursor: pointer;
    transition: all 0.3s linear;
}

.home_form_div input.wpcf7-form-control.wpcf7-submit:hover {
    background: transparent !important;
    color: #000 !important;
}

.bg_col {
    position: absolute;
    top: -20%;
}

.Movatif_Font h2 {
    font-family: Movatif_Font !important;
}

.news-item {
    background: #fff;
    padding: 10px;
    border-radius: 16px;
    overflow: hidden;
}

.news-img img {
    width: 100%;
    border-radius: 36px;
}

.news_insight_sec h4 {
    font-family: 'Plus Jakarta Sans';
    font-size: 24px;
    line-height: 1.4;
    margin-top: 13px;
    margin-bottom: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    padding-bottom: 0;
    min-height: 70px;
}

.news-img:hover img {
    transform: scale(1.1);
}

.news-img {
    height: 300px;
    overflow: hidden;
    border-radius: 36px;
}

.news-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s linear;
}

.trailers-grid .img img {
    transition: all 0.3s linear;
}

.trailers-grid .img {
    overflow: hidden;
}

.trailers-grid .trailer-item:hover .img img {
    transform: scale(1.1);
}

.california_delta_card {
    animation: floatUpDown 3s ease-in-out infinite;
}

@keyframes floatUpDown {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-30px);
    }

    100% {
        transform: translateY(0);
    }
}

.home_form_div span.wpcf7-not-valid-tip {
    font-size: 18px;
    color: #890707;
}

.home_form_div .wpcf7-response-output {
    color: #fff;
    border-color: #fff !important;
    padding: 9px 20px !important;
    font-size: 18px;
}

.see_all_tabs_btn .btn_cus:hover {
    border: 1px solid #e4a93a;
    padding: 12px 34px 12px 34px;
}

.see_all_tabs_btn .btn_cus {
    padding: 12px 4px 12px 34px;
    border: 1px solid #e4a93a00;
    border-radius: 40px;
    transition: all 0.3s linear;
}

.request-quote-close {
    width: 44px;
    height: 44px;
    background: #fff;
    border-radius: 50px;
    text-align: center;
    line-height: 1;
    font-size: 34px;
    top: -12px;
    right: -15px;
    position: absolute;
    cursor: pointer;
}

.request-quote-popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9999;
    justify-content: center;
    align-items: center;
}

.request-quote-popup-content {
    background: #030504;
    padding: 60px 50px;
    border-radius: 40px;
    max-width: 800px;
    width: 90%;
    position: relative;
}

.request-quote-popup-content.home_form_div input.wpcf7-form-control.wpcf7-submit {
    background: #E4A93A;
    color: #000;
    font-weight: 600;
}

.request-quote-popup-content.home_form_div span.wpcf7-not-valid-tip {
    font-size: 18px;
    color: #fb1414;
}

.request-quote-popup-content.home_form_div input.wpcf7-form-control.wpcf7-submit:hover {
    background: #fff !important;
}

footer a:hover {
    text-decoration: underline;
    text-underline-offset: 5px !important;
}

.page-id-32 .header_sec {
    position: absolute;
    top: 0px;
    width: 100%;
}
.page-id-22 .header_sec {
    position: absolute;
    top: 0px;
    width: 100%;
}
.page-id-153 .header_sec {
    position: absolute;
    top: 0px;
    width: 100%;
}
.align-items-center {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}

/************************** Responsive **************************/

@media (min-width: 1200px) and (max-width: 1600px) {

    .dual_btn_col .h1_cus h1 {
        font-size: 60px !important;
    }

    .california_delta_card h2 {
        font-size: 30px !important;
    }

    .p_text p,
    .p_text,
    .p_text li,
    .p_text span,
    .p_text a {
        font-size: 16px !important;
    }

    .tabbing_sec .tab-btn {
        font-size: 18px !important;
    }

    .see_all_tabs_btn .btn_cus {
        font-size: 20px !important;
    }

    .see_all_tabs_btn .btn_cus img {
        height: 16px !important;
    }

    .trailers-grid .img {
        height: 280px !important;
    }

    .trailers-grid .card_title,
    .news_insight_sec h4,
    .testimonials_sec .sp-testimonial-content,
    .testimonials_sec .sp-testimonial-content p,
    .testimonials_sec .sp-testimonial-client-name {
        font-size: 18px !important;
    }

    .trailers-grid .h4,
    .tabbing_sec h2.et_pb_module_heading {
        font-size: 44px !important;
    }

    .request-quote-btn,
    .home_form_div input,
    .home_form_div textarea,
    .home_form_div input::placeholder,
    .home_form_div textarea::placeholder {
        font-size: 17px !important;
    }

    .news-img {
        height: 250px !important;
    }

    .news_insight_sec h4 {
        min-height: 53px !important;
    }

    .footer_cols h2.et_pb_module_heading,
    .footer_cols p,
    .footer_cols a,
    .footer_cols span,
    footer .et_pb_text_inner {
        font-size: 15px !important;
    }

    .news_insight_sec {
        padding-top: 20px;
    }

    .news_insight_sec h3.et_pb_module_heading {
        font-size: 22px !important;
    }

    .testimonials_sec h2.et_pb_module_heading {
        font-size: 45px !important;
    }

    .header_sec .et-menu.nav li,
    .header_sec .et-menu.nav li a {
        font-size: 16px;
    }

    .header_sec .et_pb_image_0_tb_header {
        width: 125px;
    }

    .dual_btn_col .et_pb_button {
        font-size: 14px !important;
    }

    .dual_btn_col .et_pb_button {
        font-size: 14px !important;
        padding-left: 18px !important;
        min-width: 174px;
        text-align: center;
        padding-right: 18px !important;
    }

    .dual_btn_col .et_pb_button.blurred_btn {
        padding-left: 54px !important;
        padding-right: 28px !important;
    }

}

@media (min-width: 980px) and (max-width: 1200px) {

    .dual_btn_col .h1_cus h1 {
        font-size: 50px !important;
    }

    .california_delta_card h2 {
        font-size: 32px !important;
    }

    .p_text p,
    .p_text,
    .p_text li,
    .p_text span,
    .p_text a {
        font-size: 15px !important;
    }

    .tabbing_sec .tab-btn {
        font-size: 16px !important;
    }

    .see_all_tabs_btn .btn_cus {
        font-size: 18px !important;
    }

    .see_all_tabs_btn .btn_cus img {
        height: 15px !important;
    }

    .trailers-grid .img {
        height: 280px !important;
    }

    .trailers-grid .card_title,
    .news_insight_sec h4,
    .testimonials_sec .sp-testimonial-content,
    .testimonials_sec .sp-testimonial-content p,
    .testimonials_sec .sp-testimonial-client-name {
        font-size: 16px !important;
    }

    .trailers-grid .h4,
    .tabbing_sec h2.et_pb_module_heading {
        font-size: 38px !important;
    }

    .request-quote-btn,
    .home_form_div input,
    .home_form_div textarea,
    .home_form_div input::placeholder,
    .home_form_div textarea::placeholder {
        font-size: 16px !important;
    }

    .news-img {
        height: 250px !important;
    }

    .news_insight_sec h4 {
        min-height: 44px !important;
    }

    .footer_cols h2.et_pb_module_heading,
    .footer_cols p,
    .footer_cols a,
    .footer_cols span,
    footer .et_pb_text_inner {
        font-size: 14px !important;
    }

    .news_insight_sec {
        padding-top: 20px;
    }

    .news_insight_sec h3.et_pb_module_heading {
        font-size: 20px !important;
    }

    .testimonials_sec h2.et_pb_module_heading {
        font-size: 40px !important;
    }

    .header_sec .et-menu.nav li,
    .header_sec .et-menu.nav li a {
        font-size: 15px;
    }

    .header_sec .et_pb_image_0_tb_header {
        width: 105px;
    }

    .dual_btn_col .et_pb_button {
        font-size: 14px !important;
    }

    .dual_btn_col .et_pb_button {
        font-size: 14px !important;
        padding-left: 18px !important;
        min-width: 174px;
        text-align: center;
        padding-right: 18px !important;
    }

    .dual_btn_col .et_pb_button.blurred_btn {
        padding-left: 54px !important;
        padding-right: 28px !important;
    }

}


@media (min-width: 768px) and (max-width: 980px) {

    .footer_cols .et_pb_column:nth-child(1),
    .footer_cols .et_pb_column:nth-child(2) {
        width: 27% !important;
        padding-left: 4% !important;
        border-bottom: 1px solid #dddddd5c;
        margin-right: 0 !important;
        margin-bottom: 0 !important;
    }

    .footer_cols .et_pb_column:nth-child(3) {
        width: 45% !important;
        padding-left: 4% !important;
        border-bottom: 1px solid #dddddd5c;
        margin-right: 0 !important;
        border-right: 0 !important;
        margin-bottom: 0 !important;
    }

    .footer_cols .et_pb_column:nth-child(4),
    .footer_cols .et_pb_column:nth-child(5) {
        width: 50% !important;
        padding-left: 4% !important;
        margin-right: 0 !important;
        margin-bottom: 0 !important;
    }

    .tabbing_sec .tab-content {
        row-gap: 40px !important;
    }

}

@media (max-width: 767px) {

    .tabbing_sec .tab-content {
        grid-template-columns: repeat(1, 1fr) !important;
    }

    .dual_btn_col {
        text-align: center !important;
    }

    .california_delta_card_div {
        align-items: center !important;
        justify-content: center !important;
    }

    .tabs {
        flex-wrap: wrap !important;
        justify-content: center;
    }

    .combine {
        flex-direction: column;
    }

    .bg_col:before {
        transform: rotate(0deg) !important;
    }

    .footer_cols .et_pb_column:nth-child(1),
    .footer_cols .et_pb_column:nth-child(2),
    .footer_cols .et_pb_column:nth-child(3),
    .footer_cols .et_pb_column:nth-child(4),
    .footer_cols .et_pb_column:nth-child(5) {
        width: 100% !important;
        border-right: 0 !important;
        padding-bottom: 0 !important;
        margin-bottom: 0 !important;
    }

    .testimonials_sec .sp-testimonial-client-testimonial {
        max-width: 100% !important;
    }

    .testimonials_sec .testimonial-nav-arrow {
        width: 34px !important;
        height: 34px !important;
    }

}

@media (max-width: 980px) {

    .p_text p,
    .p_text,
    .p_text li,
    .p_text span,
    .p_text a {
        font-size: 16px !important;
    }

    .california_delta_card h2 {
        font-size: 32px !important;
    }

    .see_all_tabs_btn .btn_cus {
        font-size: 20px !important;
    }

    footer .et_pb_column {
        margin-bottom: 10px;
    }

    .see_all_tabs_btn .btn_cus img {
        height: 16px !important;
    }

    .testimonials_sec {
        padding-bottom: 50px !important;
    }

    .tab-btn {
        font-size: 15px !important;
    }

    .footer_cols .et_pb_module.et_pb_heading {
        margin-bottom: 20px !important;
    }

    .header_sec .et_pb_row {
        display: flex;
        align-items: center;
    }

    .header_sec .et_pb_image_0_tb_header {
        width: 135px;
    }

    .header_sec .et_pb_menu_inner_container,
    .header_sec .et_pb_module.et_pb_menu,
    .header_sec .et_pb_column {
        position: unset;
    }

    .news_insight_sec h4 {
        font-size: 18px !important;
        min-height: 56px !important;
    }

    .trailers-grid .img {
        height: 220px !important;
    }

    .trailers-grid .card_title,
    .request-quote-btn {
        font-size: 16px !important;
        padding-bottom: 0;
    }

    .trailers-grid .h4 {
        font-size: 37px !important;
    }

    .card_content {
        padding: 10px 10px !important;
    }

    .tabbing_sec .tab-content {
        row-gap: 40px !important;
        gap: 20px !important;
    }

    .testimonials_sec .sp-testimonial-content,
    .testimonials_sec .sp-testimonial-content p {
        font-size: 18px !important;
        line-height: 1.6 !important;
    }

    .bg_col {
        position: relative !important;
        top: 0 !important;
        width: 100% !important;
        margin-top: 40px;
        margin-bottom: 40px !important;
    }

    .footer_cols h2.et_pb_module_heading,
    .footer_cols p,
    .footer_cols a,
    .footer_cols span,
    footer .et_pb_text_inner {
        font-size: 16px !important;
    }


}


.swiper-button-next,
.swiper-button-prev {
    display: none;
}


.page-id-22 .header_sec , .page-id-153 .header_sec , .page-id-32 .header_sec , .home .header_sec {
    background: transparent !important;
}

.header_sec {
    background: #000 !important;
}


@media (min-width: 1601px) {

.text_p .et_pb_text_inner, .text_p p, .text_p .et_pb_blurb_description {
    font-size: 22px !important;
    line-height: 1.7;
}

}



