/*
Theme Name: Avada Child
Theme URI: https://avada.com/
Template: Avada
Author: ThemeFusion
Author URI: https://themeforest.net/user/ThemeFusion
Description: The Avada Website Builder is the ultimate design and creation suite. Design Anything, Build Everything, Fast. The #1 selling product of all time on ThemeForest.
Version: 7.10.1.1722282749
Updated: 2024-07-29 19:52:29

*/

/* ==========================================================================
   1. Global & Utilities
   ========================================================================== */

.fusion-text ul li {
	margin-bottom: 8px;
}

.position-relative {
    position: relative;
}

.fusion-mobile-menu-icons a {
    margin-top: 5px;
}

.hide {
    display: none !important;
}
/* ==========================================================================
   2. Typography
   ========================================================================== */

.subheading {
    font-size: clamp(1.125rem, 0.4094rem + 2.2901vw, 1.875rem) !important;
}

.location-name {
    font-size: clamp(1.875rem, 1.2786rem + 1.9084vw, 2.5rem) !important;
}

.body-text {
    font-size: clamp(0.875rem, 0.6365rem + 0.7634vw, 1.125rem) !important;
    max-width: 450px;
}

.product h2 {
    font-size: clamp(1.25rem, 0.6536rem + 1.9084vw, 1.875rem) !important;
}

/* ==========================================================================
   3. Buttons & Components
   ========================================================================== */

.fusion-button {
    padding: 10px 20px !important;
}

.black-button {
    display: inline-flex;
    justify-content: center;
    flex-wrap: nowrap;
    width: fit-content;
    white-space: nowrap;
    text-align: center;
    min-width: 180px;
    min-height: 55px;
    margin-top: 30px;
    margin-right: 25px;
    padding: 0 10px;
}

.phone-button {
    margin-top: 50px;
    margin-bottom: 100px;
}

/* ==========================================================================
   4. Navigation & Banner
   ========================================================================== */

#menu-navigation a{
    font-size: 20px !important;
}

#menu-navigation li:last-child {
    margin-left: 25px;
}

.banner-logo {
    content: "";
    display: inline-block !important;
    position: absolute !important;
    bottom: 75px;
    right: 25px;
}

.phone_button a span {
  color: #009bd0 !important;
}

#menu-navigation{
    gap: 20px;
}

#menu-navigation li{
    margin: 0px !important;
    padding: 0px !important;
}

.fusion-megamenu-icon .fa-phone-alt:before{
    font-size: 35px !important;
}

/* ==========================================================================
   5. Sections
   ========================================================================== */

/* Hero / Landing Page */
.landing-page-background {
    position: relative;
}

/* .landing-page-background :nth-child(1 of .fusion-text) * {
    font-size: 37px !important;
    color: #000 !important;
} */

.landing-page-background .fusion-column-wrapper div:has(> .fusion-button) {
    margin-top: 45px;
    margin-bottom: 110px;
}

/* .landing-page-background .fusion-column-wrapper div:has(> .fusion-button) .fusion-button {
    padding: 20px 25px !important; 
} */

.landing-page-background::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(53, 127, 194, 0.49763655462184875) 0%, rgba(53, 127, 194, 1) 50%, rgba(53, 127, 194, 0.5032387955182073) 100%);
}

/* Parts Section */
.parts-gradient {
    position: relative;
}

.parts-gradient::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(53, 127, 194, 1) 0%, rgba(21, 64, 97, 1) 100%);
}

/* Why Us Section */
.why-us-gradient {
    position: relative;
}

.why-us-gradient::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(21, 64, 97, 1) 0%, rgba(26, 78, 118, 1) 15%, rgba(30, 93, 141, 1) 25%, rgba(38, 117, 177, 1) 45%, rgba(53, 127, 194, 1) 60%, rgba(43, 131, 199, 0) 100%);
}

/* ==========================================================================
   6. Location & Directions
   ========================================================================== */

.location-border {
    border: #357fc2 2px solid;
}

.get-directions{
    padding-left: 0 !important;
}

.get-directions .fusion-column-wrapper > div:not(.shortcode-map){
    padding-left: 60px !important;
}

.get-directions {
    position: relative;
    padding-left: 50px;
}

.get-directions::after {
    content: "";
    position: absolute;
    top: 0;
    left: 25px;
    width: 40px;
    height: 50px;
    background-image: url('/wp-content/uploads/2026/07/Map-Marker-B.png');
    background-size: contain;
    background-repeat: no-repeat;
}

.location-menu {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 20px 0 0 0;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.4;
    text-transform: uppercase;
    justify-content: center;
    column-gap: clamp(10px, 1.8vw, 32px);
    row-gap: 12px;
}

@media (min-width: 1024px) {
    .location-menu {
        flex-wrap: nowrap;
    }
}

.location-menu li {
    display: flex;
    align-items: center;
    position: relative;
    white-space: nowrap;
}

.location-menu li a {
    color: #154061;
    text-decoration: none;
    transition: color 0.2s ease;
}

.location-menu li a:hover {
    color: #357fc2;
}

.location-menu li:before {
    content: "";
    display: none !important;
}

.location-menu li:not(:last-child)::after {
    content: "•";
    color: #154061;
    position: absolute;
    right: calc(clamp(10px, 1.8vw, 32px) / -2);
    top: 50%;
    transform: translate(50%, -50%);
    font-size: 18px;
    pointer-events: none;
}

/* ==========================================================================
   7. Footer
   ========================================================================== */

.footer a {
    color: white !important;
}

.footer a:hover {
    opacity: 0.8;
}

/* ==========================================================================
   8. Media Queries
   ========================================================================== */

/* Large Screens (1160px) */
@media (max-width: 1160px) {
    .footer-text {
        font-size: 12px;
    }
}

/* Tablets / Small Laptops (1024px) */
@media (max-width: 1024px) {

    .cs_title{
        font-size: 40px !important;
        line-height: normal !important;
        white-space: normal;
    }

    .landing-page-background .fusion-column-wrapper div:has(> .fusion-button){
        margin: unset !important;
    }

    .body-text {
        max-width: 100%;
    }

    .phone-button {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .parts-gradient::after {
        background: linear-gradient(360deg, rgba(53, 127, 194, 1) 0%, rgba(21, 64, 97, 1) 100%);
    }

    .service-gradient-background::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(180deg, rgba(21, 64, 97, 1) 11%, rgba(53, 127, 194, 1) 43%, rgba(43, 131, 199, 0) 92%);
    }

    .why-us-gradient::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(180deg, rgba(21, 64, 97, 1) 0%, rgba(26, 78, 118, 1) 15%, rgba(30, 93, 141, 1) 25%, rgba(38, 117, 177, 1) 35%, rgba(53, 127, 194, 1) 50%, rgba(43, 131, 199, 0) 100%);
    }

    .black-button {
        display: inline-flex;
        justify-content: center;
        flex-wrap: nowrap;
        width: fit-content;
        white-space: nowrap;
        text-align: center;
        min-width: 140px;
        min-height: 45px;
        margin-top: 25px;
        margin-right: 10px;
        font-size: 14px !important;
    }
	
	.phone-button span {
		font-size: 20px !important;
	}

    .banner-logo {
        right: 50%;
        bottom: 0;
        transform: translateX(50%);
    }

    .menu-text {
        font-size: 14px;
    }
}

/* Mobile Devices (640px) */
@media (max-width: 640px) {
    .get-directions {
        position: relative;
        padding-left: 35px;
    }

    .get-directions::after {
        content: url('/wp-content/uploads/2024/08/map-marker.png');
        position: absolute;
        top: 0;
        left: 0;
        width: 50px;
        height: auto;
    }

    .why-us-gradient::after {
        background: linear-gradient(180deg, rgba(21, 64, 97, 1) 0%, rgba(26, 78, 118, 1) 15%, rgba(30, 93, 141, 1) 25%, rgba(38, 117, 177, 1) 45%, rgba(53, 127, 194, 1) 60%, rgba(43, 131, 199, 0) 100%);
    }

    .black-button {
        margin-top: 10px;
    }
}

/* Small Mobile Devices (400px) */
@media (max-width: 400px) {
    .why-us-gradient::after {
        background: linear-gradient(180deg, rgba(21, 64, 97, 1) 0%, rgba(26, 78, 118, 1) 15%, rgba(30, 93, 141, 1) 25%, rgba(38, 117, 177, 1) 45%, rgba(53, 127, 194, 1) 60%, rgba(43, 131, 199, 0) 100%);
    }
}

/* ==========================================================================
   9. Testimonials styling (List style with light cyan & grey cards)
   ========================================================================== */

.fusion-testimonials,
.fusion-testimonials .reviews {
    display: flex;
    flex-direction: column;
    gap: 15px;
    height: auto !important;
}

.fusion-testimonials .reviews .review {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    position: relative !important;
    padding: 15px 25px !important;
    margin: 0 0 15px 0 !important;
    background-color: #d1effd !important; /* light cyan-blue for inactive */
    border: none !important;
    border-radius: 0px !important;
    text-align: left !important;
}

.fusion-testimonials .reviews .review.active-testimonial {
    background-color: #eef5fa !important; /* light gray/blue for active */
}

/* Hide speech bubble triangles and default pagination */
.fusion-testimonials .reviews .review blockquote:after,
.fusion-testimonials .reviews .review:after,
.fusion-testimonials .reviews .review:before,
.fusion-testimonials .testimonial-pagination {
    display: none !important;
}

.fusion-testimonials blockquote .awb-quote{
    padding: 0px !important;
}

.fusion-testimonials .reviews .review blockquote,
.fusion-testimonials .reviews .review blockquote *,
.fusion-testimonials .reviews .review .author,
.fusion-testimonials .reviews .review .author * {
    display: inline !important;
    float: none !important;
    clear: none !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: none !important;
}

.fusion-testimonials .reviews .review .awb-quote-content {
    font-style: normal;
    font-size: 16px;
    line-height: normal;
    font-weight: 500;
}

.fusion-testimonials .reviews .review .author:before {
    content: " — " !important;
    display: inline !important;
    font-size: 12px;
    top: -3px;
    position: relative;
}