/*
Theme Name: Evergreen Rice
Theme URI: https://www.busfam.com/
Author: Busfam Team
Author URI: https://www.busfam.com/
Description: The 2025 theme for WordPress is a fully responsive theme that looks great on any device With HTML5, Bootstrap5 and CSS3.
Version: 6.0
*/

@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Philosopher:ital,wght@0,400;0,700;1,400;1,700&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --green: #339624;
    --yellow: #e7c370;
    --white: #fff;
    --black: #000;
    --gray: #333;
    --lyellow: #EDE5D3;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Nunito", sans-serif;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    position: relative;
}

a {
    text-decoration: none;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}

a:hover {
    text-decoration: none;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}

li {
    list-style: none;
}

ol li {
    list-style: number;
}

h1,
h2 {
    font-size: 44px;
}

h3 {
    font-size: 36px;
}

h4 {
    font-size: 26px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 18px;
}

p {
    font-size: 16px;
    margin-bottom: 8px;
}

.tick ul {
    padding-left: 0;
    margin: 0px 0 20px 32px;
}

.tick ul li {
    margin-bottom: 10px;
    font-size: 16px;
}

.tick ul li:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f058";
    color: var(--yellow);
    font-size: 18px;
    transition: all 0.3s ease;
    width: 25px;
    height: 25px;
    margin-right: 8px;
    margin-left: -10px;
}

.tick_double ul {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    margin: 0 0 0 20px;
}

.tick_double ul li {
    width: 90%;
}

.alternate_column .row[class*=col-] {
    direction: ltr;
}

.alternate_column .row:nth-child(even) {
    direction: rtl;
    text-align: left;
}

.sectiongap {
    padding: 70px 0;
}

.sectiongap:nth-child(even) {
    background-color: #ede5d388;
}


/*backto-top start*/

#backto-top {
    display: inline-block;
    background-color: var(--yellow);
    width: 45px;
    height: 45px;
    text-align: center;
    border-radius: 0;
    position: fixed;
    bottom: 70px;
    right: 15px;
    transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
    opacity: 0;
    visibility: hidden;
    z-index: 999999;
    text-align: center;
}

#backto-top i {
    color: var(--white);
    font-size: 22px;
    line-height: 45px;
}

#backto-top:hover {
    cursor: pointer;
}

#backto-top.show {
    opacity: 1;
    visibility: visible;
}


/*backto-top end*/

.sticky_div {
    position: sticky;
    top: 100px;
}

.btn-check:focus+.btn-primary,
.btn-primary:focus {
    background-color: var(--green);
    color: #fff;
    border-color: unset;
    box-shadow: unset !important;
}

.btn-check:focus+.btn-secondary,
.btn-secondary:focus {
    background-color: var(--yellow);
    color: var(--green);
    border-color: unset;
    box-shadow: unset !important;
}

.btn {
    padding: 9px 18px !important;
    border-radius: 6px !important;
    font-size: 16px;
    border: none;
    font-weight: 500;
}

.btn i {
    margin-left: 2px;
    font-size: 15px;
    vertical-align: middle;
}

.btn-primary {
    background-color: var(--green);
    border: 1px solid var(--white);
    color: #fff;
}

.btn-primary:hover {
    background-color: var(--white);
    color: var(--green);
    border: 1px solid var(--green);
}

.btn-secondary {
    background-color: var(--yellow);
    border: 1px solid var(--yellow);
    color: var(--black);
}

.btn-secondary:hover {
    background-color: var(--green);
    color: var(--white);
}

.blank_btn {
    color: var(--green);
    font-weight: 600;
}

.blank_btn i {
    color: var(--yellow);
    margin-left: 4px;
    vertical-align: middle;
}

.blank_btn:hover {
    color: var(--yellow);
}

.section-title {
    margin-bottom: 25px;
}

.section-title h2,
.section-title h1 {
    font-family: "Jost", sans-serif;
    color: var(--black);
    font-weight: 600;
}

.section-title h2 strong,
.section-title h1 strong {
    color: var(--green);
    font-weight: 700;
}

.section-title.text-left {
    border-left: 4px solid var(--yellow);
    padding-left: 10px;
}

.owl-carousel .owl-nav {
    position: absolute;
    bottom: 15px;
    width: 100%;
}

.owl-carousel .item img {
    border-radius: 0;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
    height: 35px;
    width: 35px;
    border-radius: 50%;
    background-color: var(--yellow);
    text-align: center;
}

.owl-carousel .owl-nav .owl-prev i,
.owl-carousel .owl-nav .owl-next i {
    font-size: 18px;
    line-height: 35px;
}

.owl-carousel .owl-nav .owl-prev:hover,
.owl-carousel .owl-nav .owl-next:hover {
    background-color: var(--green);
    color: #fff;
}

.owl-carousel .owl-stage {
    margin-bottom: 5px;
}

.form-control,
.form-check-input,
select {
    color: var(--black) !important;
    background-color: transparent;
    border: 1px solid var(--yellow) !important;
    border-radius: 5px !important;
    font-size: 16px !important;
    padding: .7rem .75rem!important;
}

::-moz-placeholder {
    color: rgba(0, 0, 0, 0.9254901961) !important;
}

::placeholder {
    color: rgba(0, 0, 0, 0.9254901961) !important;
}

.form-control:focus {
    box-shadow: unset;
    border-color: unset;
}


/* header */

.banner {
    margin-top: -15px;
}

header {
    position: sticky;
    top: 0;
    z-index: 999999;
    padding: 2px 0;
    background: url(images/headerbg.webp) 0 0 repeat-x;
    height: 115px;
}

header .logo img {
    width: 150px;
}

header .nav_btn .btn {
    font-size: 16px !important;
    padding: 8px 10px !important;
}


/* header */


/* banner */

.banner-bg {
    position: absolute;
    bottom: -12px;
    z-index: 999;
}

.banner-object {
    position: absolute;
    top: 0;
    left: 0;
    top: 20px;
    left: -50px;
    opacity: 0.8;
    -webkit-animation: moveLeftBounce 3s linear infinite;
    animation: moveLeftBounce 3s linear infinite;
}

.banner-object2 {
    position: absolute;
    bottom: 20%;
    left: 35%;
    z-index: 999;
    -webkit-animation: moveLeftBounce 3s linear infinite;
    animation: moveLeftBounce 3s linear infinite;
}

@keyframes moveLeftBounce {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }
    50% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }
    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }
}

.banner .carousel-caption {
    width: 45%;
    padding: 0;
    top: 50%;
    left: 5%;
    bottom: unset;
    z-index: 99;
    text-align: start;
    padding-left: 25px;
    transform: translateY(-50%);
}

.banner .carousel-caption h2 {
    font-size: 55px;
    color: var(--white);
    font-weight: 700;
}

.banner .carousel-caption p {
    margin-bottom: 15px;
    color: var(--white);
    font-size: 18px;
}

.banner .carousel-control-prev-icon,
.banner .carousel-control-next-icon {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background-color: #000;
    background-position: 60%;
    background-size: 60% 60%;
}

.carousel-control-next,
.carousel-control-prev {
    width: 8%;
}

.banner .btn-secondary:hover {
    background-color: var(--white);
    color: var(--green);
}


/* banner */


/* start about */

.about_con ul {
    margin-bottom: 15px;
}

.about_img img {
    border-radius: 10px;
    box-shadow: 0px 18px 12px -15px #111;
}

.about_img .experience_div {
    display: flex;
    align-items: center;
    background-color: var(--green);
    padding: 10px;
    padding-right: 25px;
    position: absolute;
    bottom: 0px;
    left: 0;
    gap: 10px;
    border-radius: 0 10px 0 0;
    border-top: 3px solid #9de94df7;
}

.about_img .experience_div img {
    width: 50px;
}

.about_img .experience_div h5 {
    font-size: 15px;
    font-weight: 600;
    color: var(--white);
    margin-bottom: 0;
}

.about_img .experience_div h5 strong {
    display: block;
    font-family: var(--headfont);
    color: var(--white);
    font-size: 20px;
    margin-top: 5px;
    font-weight: 700;
}


/* end about */


/* start product */

.products_box {
    border: none;
    padding: 0;
    position: relative;
    border-radius: 0;
    background: transparent;
}

.products_box .card-body {
    padding: 10px;
    border-radius: 4px;
    margin-top: 5px;
    text-align: center;
}

.products_box .card-body .feature_con {
    margin-bottom: 2px;
}

.products_box .card-body .feature_con p {
    margin-bottom: 0;
    color: var(--gray);
}

.products_box .card-body .feature_con h6 {
    background-image: linear-gradient(to right, #a3d575, #fff, #a3d575);
    font-size: 20px;
    color: #111;
    margin-bottom: 6px;
    padding: 10px;
    font-weight: 700;
}

.products_box .card-footer {
    border: none;
    padding: 0;
    background-color: unset;
    text-align: center;
    padding-bottom: 15px !important;
}

.products_box .card-footer .btn {
    font-size: 15px;
    padding: 8px 15px !important;
}

.object-2 {
    position: absolute;
    top: -2%;
    right: 20px;
    -webkit-animation: moveLeftBounce 3s linear infinite;
    animation: moveLeftBounce 3s linear infinite;
    width: 200px;
}

.object-3 {
    position: absolute;
    bottom: 0;
    left: 0px;
    opacity: 0.9;
    -webkit-animation: moveLeftBounce 3s linear infinite;
    animation: moveLeftBounce 3s linear infinite;
    width: 170px;
}


/* end product */


/* start marquee section */

.marquee-section {
    padding: 30px 0 !important;
}

.marquee-wrapper {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
    padding: 10px 0;
}

.marquee {
    display: inline-block;
    white-space: nowrap;
    animation: marquee 10s linear infinite;
    font-size: 50px;
    font-weight: 600;
    color: var(--black);
font-family: "Philosopher", sans-serif;
}

.marquee span {
    margin: 0 1rem;
    color: var(--yellow);
    -webkit-text-stroke: 0;
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}


/* end marquee section */


/* footer */

footer {
    padding: 60px 0;
    padding-bottom: 20px;
    background-image: url(images/footbg.webp);
    position: relative;
}

footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.247);
    /* Black overlay, 50% opacity */
    z-index: 1;
}

footer .col-lg-4 {
    position: relative;
}

footer .footer_box {
    display: flex !important;
    justify-content: start;
    align-items: center;
    gap: 20px;
    flex-direction: row;
    background-color: var(--white);
    padding: 15px;
    z-index: 999;
    border-radius: 0px 10px;
}

footer .footer_box .footer_box_icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: var(--green);
    text-align: center;
}

footer .footer_box .footer_box_icon i {
    font-size: 28px;
    line-height: 60px;
    color: var(--white);
}

footer .footer_box .footer_box_con {
    color: var(--white);
    width: 80%;
}

footer .footer_box .footer_box_con h4 {
    margin-bottom: 5px;
    font-size: 22px;
    color: var(--green);
    font-weight: 700;
}

footer .footer_box .footer_box_con a,
footer .footer_box .footer_box_con p {
    color: var(--gray);
    display: block;
}

footer .col-lg-4::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 10px;
    width: 95%;
    height: 100%;
    background-color: var(--green);
    border-radius: 18px;
    z-index: 1;
    transition: 0.4s;
    transform: rotate(-4deg);
}

.copyright {
    padding: 10px 0;
    margin-top: 25px;
    position: relative;
    z-index: 9999999;
}

.copyright .copyright-txt p {
    color: #fff;
    font-size: 14px;
    margin: 0;
}

.copyright .copyright-txt p strong {
    color: var(--white);
}

.copyright .social-links ul {
    display: flex !important;
    justify-content: end;
    align-items: center;
    gap: 14px;
    margin: 0;
    padding: 0;
}

.copyright .social-links ul li a {
    color: var(--green);
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    display: inline-block;
    border-radius: 50%;
    background-color: var(--white);
    font-size: 15px;
}

.copyright .social-links ul li a:hover {
    background-color: var(--yellow);
}


/* process section */

.process_video {
    position: relative;
}



.fancybox-container {
    z-index: 999999;
}

.play_btn {
    height: 80px;
    width: 80px;
    background-color: var(--white);
    text-align: center;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    z-index: 9999;
    i {
        font-size: 24px;
        color: var(--green);
        line-height: 80px;
        animation: icon_anime 3000ms ease-in-out infinite;
        text-align: center;
    }
}

.play_btn::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background-color: #ffffff56;
    border-radius: 50%;
    z-index: -1;
    animation: anime_btn 2000ms ease-in-out infinite;
}

@keyframes anime_btn {
    0% {
        opacity: 0;
    }
    50% {
        transform: scale(1.4);
        opacity: 0.6;
    }
}


/* process section */

.greenbg {
    background: #dfefd0 url(images/productbg.webp) center bottom repeat-x!important;
}

.inner_banner {
    background: var(--green);
    padding: 35px 0;
    margin-top: -15px;
}

.inner_banner h2 {
    position: relative;
    font-size: 30px;
    font-weight: 600;
    color: var(--white);
    text-align: center;
}

.whitebox {
    background: var(--white);
    padding: 20px;
    border-radius: 8px;
    border: 1px solid var(--green);
}

.contact h4 {
    margin-bottom: 12px;
}

.tagline {
    font-family: "Oswald", sans-serif;
    font-size: 30px;
    font-weight: 600;
    color: var(--green);
    margin: 20px 40px;
}

.social_icon {
    float: right;
}

a.social-button {
    padding: 3px 8px;
    border-radius: 5px;
    margin: 0 6px;
    color: var(--white);
}

a.social-button:hover {
    color: #89e87a;
}


/*why Dealership*/

.boxbg {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: auto;
    background: linear-gradient(var(--green), 50%, #62a12d00 50%);
    padding: 130px 0 30px 0;
}

.box_blocks {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    position: relative;
}

.boxbg .section-title {
    position: absolute;
    top: 5%;
}

.boxbg .section-title h2,
.boxbg .section-title h5 {
    color: var(--white) !important;
}

.boxbg .section-title h2::before,
.boxbg .section-title h2::after {
    border-bottom: 0;
}

.box_blocks .box {
    max-width: 300px;
    position: relative;
    background: #FFF;
    padding: 70px 25px 30px;
    box-shadow: 0 15px 45px rgba(0, 0, 0, .1);
    MARGIN: 0 20PX;
}

.box_blocks .box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--yellow);
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 0.5s;
}

.box_blocks .box:hover::before {
    transform: scaleY(1);
    transform-origin: bottom;
    transition: transform 0.5s;
}

.box_blocks .box h2 {
    position: absolute;
    left: 22px;
    top: 45px;
    font-size: 3.5em;
    font-weight: 800;
    z-index: 1;
    opacity: 0.1;
    transition: 0.5s;
}

.box_blocks .box:hover h2 {
    opacity: 1;
    color: #FFF;
    font-size: 3.5em;
    transform: translateY(-43px);
}

.box_blocks .box h3 {
    position: relative;
    font-size: 22px;
    z-index: 2;
    color: var(--black);
    font-weight: 600;
    transition: 0.5s;
}

.box_blocks .box p {
    position: relative;
    z-index: 2;
    color: #555;
    transition: 0.5s;
    margin: 0;
}

.box_blocks .box:hover h3,
.box_blocks .box:hover p {
    color: #FFF;
}

.dealer h4 {
    font-weight: 700;
    color: var(--black);
    font-size: 28px;
    margin-bottom: 15px;
}


/*why Dealership*/

.greenbg .pro_block:nth-child(5) .products_box p,
.greenbg .pro_block:nth-child(6) .products_box p,
.greenbg .pro_block:nth-child(7) .products_box p {
    color: #FFF;
}

.about_con h5 {
    font-weight: 700;
    color: var(--green);
    font-size: 26px;
}

.thanku_bg {
    margin:50px 0 !important;
}

.wpcf7-not-valid-tip{
	display: none;
}