:root {
    --font-poppins: 'Poppins';
    --font-giphurs: 'Giphurs';
    --primary-color: #EE3131;
    --blue-color: #2e3967;
    --white: #ffffff;
    --black: #000000;
}

body {
    font-family: var(--font-poppins) !important;
    font-size: 16px;
    line-height: 24px;
    scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-giphurs) !important;
}

/* Page Loader */
.page-loader {
    width: 100%;
    height: 100vh;
    display: none;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    padding: 15px;
    background: #fffffff2;
}

.page-loader svg {
    max-width: 290px;
    width: 100%;
}

.page-loader svg .svg-elem-1 {
    stroke-dashoffset: 219.9242706298828px;
    stroke-dasharray: 219.9242706298828px;
    fill: transparent;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s,
        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
    transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s,
        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
}

.page-loader svg.active .svg-elem-1 {
    stroke-dashoffset: 0;
    fill: rgb(238, 49, 49);
}

.page-loader svg .svg-elem-2 {
    stroke-dashoffset: 196.41297912597656px;
    stroke-dasharray: 196.41297912597656px;
    fill: transparent;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s,
        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
    transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s,
        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
}

.page-loader svg.active .svg-elem-2 {
    stroke-dashoffset: 0;
    fill: rgb(238, 49, 49);
}

.page-loader svg .svg-elem-3 {
    stroke-dashoffset: 212.21710205078125px;
    stroke-dasharray: 212.21710205078125px;
    fill: transparent;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s,
        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
    transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s,
        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
}

.page-loader svg.active .svg-elem-3 {
    stroke-dashoffset: 0;
    fill: rgb(238, 49, 49);
}

.page-loader svg .svg-elem-4 {
    stroke-dashoffset: 173.416015625px;
    stroke-dasharray: 173.416015625px;
    fill: transparent;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s,
        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s;
    transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s,
        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s;
}

.page-loader svg.active .svg-elem-4 {
    stroke-dashoffset: 0;
    fill: rgb(238, 49, 49);
}

.page-loader svg .svg-elem-5 {
    stroke-dashoffset: 196.4136199951172px;
    stroke-dasharray: 196.4136199951172px;
    fill: transparent;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s,
        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2000000000000002s;
    transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s,
        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2000000000000002s;
}

.page-loader svg.active .svg-elem-5 {
    stroke-dashoffset: 0;
    fill: rgb(238, 49, 49);
}

.page-loader svg .svg-elem-6 {
    stroke-dashoffset: 231.3516845703125px;
    stroke-dasharray: 231.3516845703125px;
    fill: transparent;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s,
        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s;
    transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s,
        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s;
}

.page-loader svg.active .svg-elem-6 {
    stroke-dashoffset: 0;
    fill: rgb(238, 49, 49);
}

.page-loader svg .svg-elem-7 {
    stroke-dashoffset: 212.21664428710938px;
    stroke-dasharray: 212.21664428710938px;
    fill: transparent;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.72s,
        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4000000000000001s;
    transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.72s,
        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4000000000000001s;
}

.page-loader svg.active .svg-elem-7 {
    stroke-dashoffset: 0;
    fill: rgb(238, 49, 49);
}

.page-loader svg .svg-elem-8 {
    stroke-dashoffset: 196.41323852539062px;
    stroke-dasharray: 196.41323852539062px;
    fill: transparent;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.84s,
        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s;
    transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.84s,
        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s;
}

.page-loader svg.active .svg-elem-8 {
    stroke-dashoffset: 0;
    fill: rgb(238, 49, 49);
}

.page-loader svg .svg-elem-9 {
    stroke-dashoffset: 297.0670166015625px;
    stroke-dasharray: 297.0670166015625px;
    fill: transparent;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.96s,
        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s;
    transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.96s,
        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s;
}

.page-loader svg.active .svg-elem-9 {
    stroke-dashoffset: 0;
    fill: rgb(238, 49, 49);
}

.ast-theme-transparent-header #masthead {
    position: relative;
}

.ast-header-html-2 {
    display: none;
}

a {
    color: var(--primary-color);
}

a strong {
    font-weight: 500 !important;
}

a:hover {
    color: var(--black);
}

.home-hero-banner::before {
    /* background: linear-gradient(to right, rgba(0, 0, 0, 0.97) 0%, rgba(0, 0, 0, 0) 100%) !important; */
    background: var(--black) !important;
    opacity: 0.7;
}

.entry-header {
    display: none;
}

.section-title span {
    color: var(--primary-color);
}

.ast-builder-grid-row-container {
    max-width: 1296px !important;
    padding: 0 15px !important;
}

.main-header-menu>.menu-item>.menu-link {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #374151 !important;
    padding: 10px 5px;
}

.ast-builder-menu .main-navigation>ul {
    gap: 20px;
}

.main-header-menu>.menu-item>.menu-link:after {
    content: "";
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: var(--primary-color);
    transition: transform .6s cubic-bezier(.28, .75, .22, .95);
    transform: scaleX(0);
    transform-origin: right center;
}

.main-header-menu>.menu-item>.menu-link:hover:after,
.ast-builder-menu-1 .menu-item.current-menu-item>.menu-link:after {
    transform: scale(1);
    transform-origin: left center;
}

.main-header-menu>.menu-item>.menu-link:hover,
.ast-builder-menu-1 .menu-item.current-menu-item>.menu-link {
    color: var(--primary-color) !important;
}

.site-header.sticky {
    position: fixed !important;
    width: 100%;
    top: 0;
    padding: 0;
    z-index: 20;
    box-shadow: 0 3px 10px 0 #00000026;
    animation: slideDown 0.5s ease-out;
}


@keyframes slideDown {
    0% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(0);
    }
}

.site-header .main-header-menu .sub-menu {
    border-top: 2px solid var(--primary-color);
    top: calc(100% + 20px);
}

.ast-desktop .main-header-menu>.menu-item .sub-menu:before {
    position: absolute;
    content: '';
    top: 0px;
    left: 0;
    width: 100%;
    height: 35px !important;
    transform: translateY(-100%);
}

.site-header .main-header-menu .sub-menu .menu-link {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #111827 !important;
}

.site-header .main-header-menu .sub-menu .current-menu-item .menu-link,
.site-header .main-header-menu .sub-menu .menu-link:hover {
    background: #ee31312b !important;
    color: #111827;
}

.mobile-phone-btn a,
.main-header-menu .header-phone-btn .menu-link {
    padding: 12px 24px !important;
    border: 1px solid var(--primary-color);
    background: var(--primary-color);
    color: var(--white) !important;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    gap: 10px;
    transition: all 0.3s ease;
}

.mobile-phone-btn a {
    font-size: 14px !important;
    line-height: 20px !important;
    padding: 11px 15px !important;
}

.ast-header-html-2 {
    padding: 0 !important;
}

.main-header-menu .header-phone-btn {
    margin-left: 20px;
}

.main-header-menu .header-phone-btn .menu-link::before,
.mobile-phone-btn a::before {
    content: "\65";
    font-family: "jbi" !important;
    font-size: 14px;
    line-height: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-header-menu .header-phone-btn .menu-link:hover,
.main-header-menu .menu-item .header-phone-btn .menu-link:focus,
.mobile-phone-btn a:hover,
.mobile-phone-btn a:focus {
    color: var(--primary-color) !important;
    background: var(--white) !important;
    border: 1px solid var(--primary-color) !important;
}

.main-header-menu .header-phone-btn .menu-link::after {
    display: none;
}

.site-header .ast-site-identity {
    width: 142px;
    height: 142px;
    background: var(--white);
    padding: 7px 0 0 !important;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    border-radius: 0 0 70px 70px;
    margin-bottom: -50px;
    position: relative;
    top: 7px;
}

.site-header .site-logo-img {
    padding: 0;
}

.site-header .site-logo-img img {
    margin-top: 3px;
}

.ast-mobile-header-wrap .ast-button-wrap .menu-toggle.main-header-menu-toggle {
    background: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    border-radius: 10px;
    box-shadow: unset !important;
    border: 0 !important;
    width: 44px !important;
    height: 44px !important;
    padding: 0 !important;
    position: relative !important;
}

.ast-mobile-header-wrap .ast-button-wrap .menu-toggle.main-header-menu-toggle .ast-mobile-svg {
    width: 24px;
    height: 24px;
    fill: var(--white);
}

.ast-builder-menu-mobile .main-navigation {
    width: 300px;
    height: 100dvh;
    overflow-y: auto;
    background: var(--white);
}

.ast-mobile-header-wrap .ast-button-wrap .menu-toggle.main-header-menu-toggle {
    background: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    border-radius: 10px;
    box-shadow: unset !important;
    border: 0 !important;
    position: relative !important;
    top: unset !important;
    right: unset !important;
}

.ast-mobile-header-wrap .ast-button-wrap .menu-toggle.main-header-menu-toggle .ast-mobile-svg {
    width: 24px;
    height: 24px;
    fill: var(--white);
}

.ast-header-break-point .ast-primary-header-bar,
.ast-primary-header-bar {
    position: unset;
    background: var(--white) !important;
}

.ast-mobile-header-wrap .ast-button-wrap .menu-toggle.main-header-menu-toggle.toggled {
    z-index: 99;
    padding: 0;
    top: 0 !important;
    right: 0 !important;
    background-color: transparent;
}

.ast-mobile-header-wrap .ast-button-wrap .menu-toggle.main-header-menu-toggle:focus {
    box-shadow: unset !important;
    outline: unset !important;
    border: 0 !important;
}

.ast-header-break-point .ast-mobile-header-wrap .ast-flex.stack-on-mobile {
    gap: 0;
}

.ast-hfb-header.ast-header-break-point .main-header-bar-navigation {
    width: 100%;
    margin: 0;
    position: fixed;
    top: 0;
    height: 100%;
    background: #000000c2;
    z-index: 10;
}

.ast-mobile-header-wrap .main-header-menu .ast-menu-toggle {
    padding: 0 !important;
}

.main-header-menu>.menu-item>.menu-link:focus {
    outline: none !important;
    border: 0 !important;
}

.home-banner-form .wpcf7-form {
    display: flex;
    flex-wrap: wrap;
    column-gap: 16px;
}

.form-group {
    margin-bottom: 16px !important;
    width: 100%;
}

.form-group>p {
    margin-bottom: 0;
}

.home-banner-form .form-group:nth-child(-n+7) {
    width: calc(33.33% - 10.7px);
}

.form-group label {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #374151;
    margin-bottom: 6px;
    display: block;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 0 16px;
    border: 1px solid #D1D5DB;
    border-radius: 8px;
    font-size: 14px;
    line-height: 24px;
    color: var(--black);
    font-family: var(--font-poppins);
    background: var(--white);
    min-height: 44px;
    box-shadow: unset !important;
    transition: all 0.3s ease-in-out;
}

.form-group textarea {
    padding: 12px 16px;
    height: 100px !important;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    border: 1px solid var(--primary-color) !important;
    box-shadow: unset !important;
    outline: none;
}

.form-btn,
.form-btn p {
    margin-bottom: 0 !important;
    width: 100%;
}

.form-btn .wpcf7-form-control:focus,
.form-btn .wpcf7-form-control {
    background: var(--primary-color);
    color: var(--white) !important;
    font-size: 16px;
    line-height: 20px;
    border: 1px solid var(--primary-color) !important;
    font-weight: 600;
    padding: 12px 24px !important;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.form-btn .wpcf7-form-control:hover {
    background: var(--white);
    color: var(--primary-color) !important;
    border: 1px solid var(--primary-color) !important;
}

.form-btn p {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-end;
    width: 100%;
}

.why-choose-section .choose-content a {
    color: var(--primary-color);
}

.why-choose-section .choose-content a:hover {
    color: var(--blue-color);
}


.why-choose-img .elementor-element {
    padding-top: 57%;
    position: relative;
}

.why-choose-img img {
    mask-image: url(../images/about_mask.svg);
    mask-mode: alpha;
    mask-repeat: no-repeat;
    mask-size: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}

.easy-steps-col .elementor-icon-box-title {
    margin-bottom: 12px;
}

.our-expertise-item-inner {
    height: 100% !important;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

.our-expertise-item-inner:hover {
    transform: translateY(-10px);
}

.our-expertise-item-inner .elementor-image-box-img {
    padding-top: 70%;
    position: relative;
    display: flex !important;
    border-radius: 12px;
    overflow: hidden !important;
}

.our-expertise-item-inner .elementor-image-box-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    border-radius: 12px;
    transition: all 0.3s ease-in-out;
}

.our-expertise-item-inner:hover .elementor-image-box-img img {
    transform: scale(1.1);
}

.our-expertise-item-inner .elementor-image-box-content {
    padding: 16px 0;
}

.our-expertise-item-inner .icon-btn {
    margin-top: auto !important;
}

.our-expertise-item-inner .icon-btn .elementor-button-link {
    width: 100%;
}

.vehicles-types-slider .owl-item .vehicles-img {
    width: 100%;
    height: 100px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--primary-color);
    border-radius: 12px;
    margin-bottom: 12px !important;
}

.vehicles-types-slider .owl-item .vehicles-img img {
    width: 100%;
    height: 100%;
    display: flex;
    object-fit: contain;
}

.get-cash-with-btn .elementor-button-text {
    white-space: nowrap;
}

.locations-service-list .elementor-icon-list-items {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    list-style: none;
}

.locations-service-list .elementor-icon-list-item {
    display: flex;
    align-items: center;
    width: fit-content;
    white-space: nowrap;
    margin: 0;
    padding: 10px 16px !important;
    font-size: 16px !important;
    line-height: 24px !important;
    font-family: var(--font-giphurs) !important;
    list-style: none;
    border: 1px solid #dddddd;
    border-radius: 4px;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
}

.locations-service-list .elementor-icon-list-item:hover {
    background: var(--primary-color);
    color: var(--white) !important;
    border: 1px solid var(--primary-color) !important;
}

.locations-service-list .elementor-icon-list-item a{
    text-decoration: unset !important;
}

.locations-service-list .elementor-icon-list-item:hover span {
    color: var(--white) !important;
}

.locations-service-list .elementor-icon-list-item .elementor-icon-list-text {
    font-size: 16px !important;
    line-height: 20px !important;
    font-family: var(--font-giphurs) !important;
    font-weight: 500 !important;
}

.faq-section {
    max-width: 1024px !important;
    width: 100%;
    margin: 0 auto !important;
}

.faq-section .e-n-accordion-item {
    background: var(--white) !important;
    margin-bottom: 0 !important;
    border: 0 !important;
    counter-increment: accordion-counter;
    border-bottom: 1px solid #E5E7EB !important;
}

.faq-section .e-n-accordion-item:last-child {
    border-bottom: 0 !important;
}

.faq-section .e-n-accordion-item-title {
    padding: 12px 16px !important;
    border: 0 !important;
}

.faq-section .e-n-accordion-item>.e-con {
    padding: 0 16px 1px !important;
    border: 0 !important;
}

.faq-section .e-n-accordion-item-title-text {
    font-size: 18px !important;
    line-height: 28px !important;
    font-weight: 600 !important;
    color: #111827 !important;
    font-family: var(--font-giphurs) !important;
}

.faq-section [open].e-n-accordion-item {
    background: #F4D2D2 !important;
}

.faq-section .e-n-accordion-item-title-header {
    display: flex;
    align-items: center;
    gap: 16px;
}

.faq-section .e-n-accordion-item-title-header::before {
    content: counter(accordion-counter, decimal-leading-zero);
    display: block;
    font-size: 30px;
    line-height: 35px;
    color: var(--black);
    font-family: var(--font-giphurs) !important;
    font-weight: 600;
}

.faq-section .e-n-accordion-item-title-icon span {
    align-items: center !important;
    justify-content: center !important;
    width: 48px !important;
    height: 48px !important;
    background: #FBFBFB !important;
    border-radius: 50%;
}

.faq-section .e-n-accordion-item-title-icon span.e-opened {
    background: var(--black) !important;
}

.site-footer {
    background: #F4D2D2 !important;
}

.site-footer .ast-builder-grid-row-container {
    background: transparent !important;
    margin: 0 auto !important;
    max-width: 1270px !important;
    width: 100% !important;
    padding: 0 15px !important;
}

.site-footer>.ast-builder-grid-row-container {
    padding-top: 50px !important;
}

.site-footer .ast-builder-footer-grid-columns {
    display: flex !important;
    gap: 24px !important;
    justify-content: space-between !important;
    max-width: 100% !important;
}

.site-footer .site-footer-primary-section-1,
.site-footer .site-footer-section-4 {
    max-width: 350px !important;
    width: 100% !important;
}

.site-footer .site-footer-primary-section-1 .wp-block-image {
    max-width: 180px !important;
    width: 100% !important;
    display: flex !important;
    margin-bottom: 16px !important;
}

#block-9.widget.widget_block p {
    font-size: 14px !important;
    line-height: 20px !important;
    color: var(--black) !important;
    margin-bottom: 0 !important;
    text-align: left !important;
}

.site-footer .widget-title,
.footer-contact .headeing {
    font-family: var(--giphurs) !important;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    color: var(--black);
    text-align: left !important;
    margin-bottom: 16px !important;
}

.site-footer .menu .menu-item {
    text-align: left;
}

.site-footer .menu .menu-item .menu-link {
    font-size: 14px;
    line-height: 20px;
    color: var(--black);
    position: relative;
    font-weight: 400;
}

.site-footer .menu .menu-item .menu-link::after {
    content: "";
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 1.5px;
    position: absolute;
    bottom: -3px;
    left: 0;
    background-color: var(--black);
    transition: transform .6s cubic-bezier(.28, .75, .22, .95);
    transform: scaleX(0);
    transform-origin: right center;
}

.site-footer .menu .menu-item:not(:last-child) {
    margin-bottom: 8px;
}

.site-footer .menu .menu-item .menu-link:hover::after {
    transform: scale(1);
    transform-origin: left center;
}

.footer-contact ul {
    padding: 0;
    margin: 0;
}

.footer-contact ul li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 14px;
}

.footer-contact ul li span {
    width: 21px;
    height: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    line-height: 20px;
    color: var(--black);
}

.footer-contact ul li span i {
    display: flex;
}

.footer-contact ul li .text-contact {
    font-size: 16px;
    line-height: 24px;
    color: var(--black);
    text-decoration: unset !important;
    margin-bottom: 0;
    text-align: left;
}

.site-footer .site-footer-section-2,
.site-footer .site-footer-section-3 {
    max-width: 250px !important;
    width: 100% !important;
}

.site-footer .site-below-footer-wrap:nth-child(2) {
    max-width: 100% !important;
    background: var(--primary-color) !important;
    border: 0 !important;
    padding: 15px 15px 5px !important;
    margin-top: 30px !important;
}

.site-footer .site-below-footer-wrap:nth-child(2) .ast-builder-grid-row-container-inner {
    max-width: 1240px;
    width: 100%;
    margin: 0 auto;
}

.site-footer .site-below-footer-wrap:nth-child(2) .site-footer-below-section-1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.ast-footer-copyright {
    margin-bottom: 0;
}

.ast-footer-copyright p {
    text-align: left;
    font-size: 14px;
    line-height: 24px;
    color: var(--white);
}

.footer-social-inner-wrap {
    display: flex;
    align-items: center;
}

.footer-social-item {
    width: 40px;
    height: 40px;
    background: var(--white);
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    transition: all 0.3s ease-in-out;
}

.footer-social-item:hover {
    color: var(--white);
    background: var(--black);
}

.ast-footer-social-1-wrap .ast-builder-social-element svg {
    width: 24px;
    height: 24px;
}

.footer-social-item:hover svg path {
    fill: var(--white);
}

#ast-scroll-top {
    display: none !important;
}

.call-to-action-content::after {
    background: var(--primary-color);
    content: "";
    position: absolute;
    top: -80px;
    bottom: -80px;
    right: 0;
    width: 60vw;
    z-index: -1;
}

.call-to-action-form::after {
    background: var(--primary-color);
    content: "";
    position: absolute;
    top: -80px;
    bottom: -80px;
    right: 50%;
    left: -1px;
    z-index: -1;
}

.call-to-action-form .home-banner-form .form-group:nth-child(-n+7) {
    width: calc(50% - 8px);
}

.maketing-design {
    margin-bottom: 0;
    text-align: right;
    font-size: 14px;
    line-height: 24px;
    color: var(--white);
}

.maketing-design a {
    color: var(--white);
    text-decoration: underline;
}

.site-footer .ast-footer-html-2 {
    display: block;
    width: 100% !important;
}

.page-heading-title::after {
    content: '';
    width: 100%;
    height: 100%;
    background: url(../images/title-heading-right.svg) no-repeat right bottom;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
}

.message-form {
    background: linear-gradient(251.86deg, rgba(255, 191, 0, 0.1) 6.89%, rgba(193, 180, 217, 0) 50%, rgba(193, 180, 217, 0.2) 93.11%);
}

.message-form .wpcf7-form {
    display: flex;
    flex-wrap: wrap;
    column-gap: 16px;
}

.message-form .form-group:nth-child(-n+7) {
    width: calc(50% - 8px);
}

.message-form .wpcf7-spinner {
    display: none !important;
}

.message-form .form-btn .wpcf7-form-control {
    width: 100% !important;
}

.card-email p {
    margin-bottom: 0 !important;
}

.card-email a {
    color: #111827 !important;
    text-decoration: unset !important;
}

.feel-title .elementor-icon-wrapper {
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.site-header.sticky .ast-site-identity {
    width: auto;
    height: auto;
    padding: 0 !important;
    border-radius: 0;
    margin: 0 !important;
    top: 0;
}

.site-header.sticky .ast-site-identity .site-logo-img .custom-logo-link {
    width: 70px;
    height: auto;
    display: flex;
    padding: 10px 0 !important;
}

.site-header.sticky .ast-site-identity .site-logo-img .custom-logo-link img {
    width: 100% !important;
    height: auto;
    margin: 0 !important;
    padding: 0 !important;
}

.blog-search {
    max-width: 644px;
    width: calc(100% - 30px);
    margin: 0 auto 30px;
}

.blog-search form {
    position: relative;
}

.blog-search form input {
    border: 1px solid var(--primary-color);
    height: 50px;
    background: #FCFAF7;
    box-shadow: 0px 1px 2px 0px #0000000D;
    padding: 0 45px 0 25px;
    font-size: 16px;
    line-height: 28px;
    border-radius: 10px;
}

.blog-search form input:focus {
    border: 1px solid var(--primary-color);
}

.blog-search form button {
    padding: 0;
    background: transparent;
    color: var(--primary-color);
    position: absolute;
    top: 50%;
    right: 15px;
    font-size: 18px;
    line-height: 18px;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog-search form button i {
    display: flex;
}

.blog-search form input::placeholder {
    color: #4B5563;
}

.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.pagination .page-numbers {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border: 1px solid #F1F1F1;
    border-radius: 8px;
    font-size: 16px;
    line-height: 22px;
    text-decoration: unset !important;
    color: #111827;
    transition: all 0.3s ease-in-out;
}

.pagination .page-numbers i {
    font-size: 10px;
    line-height: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination .page-numbers.current,
.pagination .page-numbers:hover {
    color: var(--white);
    background: var(--primary-color);
}

.blog-card-grid {
    display: flex;
    flex-wrap: wrap;
}

.blog-card {
    padding: 0 15px;
    width: 33.33%;
    margin-bottom: 30px;
}

.blog-card-inner {
    background: var(--white);
    box-shadow: 0px 1px 2px 0px #0000000D;
    border: 1px solid #E2E8F0;
    border-radius: 12px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.blog-card-inner .card-image a {
    display: flex;
    padding-top: 56%;
    position: relative;
    border-radius: 12px 12px 0 0;
    overflow: hidden;
}

.blog-card-inner .card-image a img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-card-inner .card-body {
    padding: 24px 24px 14px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.blog-card-inner .card-body .card-title {
    display: block;
    color: #111827;
    font-family: var(--font-giphurs) !important;
    font-size: 18px;
    line-height: 25px;
    font-weight: 700;
    text-decoration: none;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 24px;
}

.blog-card-inner .card-content {
    color: #4b5563;
    font-size: 16px;
    line-height: 27px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 16px;
}

.blog-card-inner .card-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: auto;
}

.blog-card-inner .card-date {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6B7280;
    font-size: 14px;
    line-height: 20px;
    gap: 6px;
    margin-bottom: 0;
}

.blog-card-inner .card-date span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
}

.blog-card-inner .card-date span i {
    display: flex;
}

.blog-card-inner .read-more,
.blog-card-button-wrapper .view-more-btn {
    border: 1px solid var(--primary-color) !important;
    padding: 5px 12px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    line-height: 24px;
    gap: 12px;
    color: var(--primary-color);
    text-decoration: unset !important;
    transition: all 0.3s ease-in-out;
}

.blog-card-inner .read-more i,
.blog-card-button-wrapper .view-more-btn i {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    line-height: 12px;
    color: var(--primary-color);
    transition: all 0.3s ease-in-out;
}

.blog-card-inner .read-more:hover,
.blog-card-button-wrapper .view-more-btn:hover {
    background: var(--primary-color);
    color: var(--white);
}

.blog-card-inner .read-more:hover i,
.blog-card-button-wrapper .view-more-btn:hover i {
    color: var(--white);
}

.blog-card-button-wrapper .view-more-btn {
    font-size: 18px;
    line-height: 24px;
    padding: 9px 19px;
    font-weight: 600;
}

.blog-card-button-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}

.position-sticky-img {
    position: sticky !important;
    top: 100px !important;
    height: fit-content !important;
}

.home-link-button .elementor-button-content-wrapper {
    display: flex;
    align-items: center;
}

.home-link-button .elementor-button-icon {
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background: #F4D2D2;
}

.home-link-button .elementor-button-link:hover .elementor-button-text {
    color: var(--primary-color) !important;
}

.home-link-button .elementor-button-link:hover .elementor-button-icon svg {
    fill: transparent !important;
}

.home-link-button .elementor-button-link:hover .elementor-button-icon svg path {
    stroke: var(--primary-color) !important;
}

.cash-cars-site-link .elementor-icon-list-items {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    list-style: none;
}

.cash-cars-site-link .elementor-icon-list-items .elementor-icon-list-item {
    width: calc(50% - 4px);
}

.cash-cars-site-link .elementor-icon-list-item a,
.cash-cars-site-link .elementor-icon-list-text {
    text-decoration: unset !important;
}

.cash-cars-site-link .elementor-icon-list-item a:hover .elementor-icon-list-text {
    color: var(--primary-color) !important;
}

.single.single-post {
    background: var(--white) !important;
}

.single.single-post p {
    font-family: var(--font-poppins) !important;
}

.single.ast-narrow-container .site-content>.ast-container {
    max-width: 100% !important;
    padding: 0 !important;
}

.blog-detail-heading {
    display: none;
}

.blog-detail-container {
    width: 100% !important;
}