/**
 * Theme Name: ASW Rent Car Theme by Dimensee Digital
 * Description: ASW Rent Car Theme by Dimensee Digital
 * Author: Dimensee Digital
 * Template: blocksy
 * Text Domain: blocksy
 */


h1, h2, h3, h4, h5 {
    line-height: 1.35 !important;
}

.highlight {
    color: #F47A20 !important;
}

.elementor-widget-n-accordion .e-n-accordion-item-title-icon span>svg {
    width: auto !important;
}

.w-400 {
    max-width: 400px !important;
}

.ct-footer .hide-on-footer {
    display: none !important;
}

.top-footer-style {
    display: flex !important;
    padding: 30px 60px;
    background: linear-gradient(0deg, #ac0000, #e31e24);
    justify-content: space-between;
    min-height: 180px;
    border-radius: 12px;
}

.footer-menu-style ul.widget-menu {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(3, auto);
    grid-auto-flow: column;
    gap: 0 40px;
}

.footer-menu-style ul.widget-menu li a {
    color: #FFFFFF;
    font-size: 18px;
}

.ct-footer div[data-row="top"] {
    background: linear-gradient(0deg, #1e1e1e 40%, #F7F7F7 0%) !important;
    border: none !important;
}

.ct-footer div[data-row="top"] .ct-container {
    padding-bottom: 0 !important;
}

.ct-footer div[data-row="middle"] .ct-container p {
    font-size: 18px !important;
}

.btn-color-style .elementor-button,
.forminator-ui#forminator-module-1456.forminator-design--default .forminator-button-submit {
    background: linear-gradient(0deg, #ac0000, #e31e24) !important;
}

.forminator-ui#forminator-module-1456.forminator-design--default .forminator-button-submit {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1em;
    letter-spacing: 0.08em;
    color: #FFFFFF;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #E31E24;
    border-radius: 6px 6px 6px 6px;
    padding: 14px 24px 14px 24px;
}

@media (min-width: 768px) {
    .middle-footer-style {
        display: grid !important;
        grid-template-columns: 220px 1fr 280px !important;
        gap: 40px !important;
        line-height: 1.8 !important;
    }

    .pop-style .elementor-widget-icon-box {
        transform: scale(1);
        transition: all 0.5s ease;
    }

    .pop-style .elementor-widget-icon-box:hover {
        transform: scale(1.1);
    }
}

@media (max-width: 767px) {
    .middle-footer-style,
    .top-footer-style {
        flex-direction: column !important;
        align-items: flex-start !important;
    }

    .top-footer-style {
        padding: 30px !important;
    }

    .top-footer-style .wp-block-column {
        flex-basis: unset !important;
    }

    .top-footer-style .wp-block-column,
    .top-footer-style .wp-block-column .wp-block-buttons {
        width: 100% !important;
    }

    .top-footer-style .wp-block-column h2.wp-block-heading {
        font-size: 26px !important;
    }

    .top-footer-style .wp-block-column p {
        font-size: 18px !important;
    }

    .top-footer-style .wp-block-column .wp-block-buttons a {
        font-size: 16px !important;
    }
	
	.footer-menu-style ul.widget-menu {
		gap: 10px 40px !important;
	}
}