.elementor-7261 .elementor-element.elementor-element-d47a3a7{--display:flex;--flex-direction:column-reverse;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--margin-top:00px;--margin-bottom:00px;--margin-left:00px;--margin-right:00px;--padding-top:00px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-7261 .elementor-element.elementor-element-d47a3a7:not(.elementor-motion-effects-element-type-background), .elementor-7261 .elementor-element.elementor-element-d47a3a7 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-7261 .elementor-element.elementor-element-8a42647{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:60px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-7261 .elementor-element.elementor-element-608ef17{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-7261 .elementor-element.elementor-element-608ef17:not(.elementor-motion-effects-element-type-background), .elementor-7261 .elementor-element.elementor-element-608ef17 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-7261 .elementor-element.elementor-element-fba70b6 > .elementor-widget-container{margin:00px 00px 00px 00px;padding:00px 00px 00px 00px;}/* Start custom CSS for shortcode, class: .elementor-element-9b8ebf4 */.header{
    background-color: white;
}
@media (max-width: 768px) { /* or whatever breakpoint you consider "small devices" */
    :root {
        --header-height: 3.5rem;
    }
}
@media (min-width: 1000px) {
    :root {
  --header-height: 2.5rem;
}
/*.dropdown__menu, */
/*.dropdown__submenu {*/
/*  max-height: initial;*/
/*  overflow: initial;*/
/*  position: absolute;*/
/*  left: 0;*/
/*  top: 6rem;*/
/*  opacity: 0;*/
/*  pointer-events: none;*/
/*  transition: opacity .3s; top .3s;*/
/*}*/

  /*.dropdown__menu, */
  /*.dropdown__submenu {*/
  /*  max-height: initial;*/
  /*  overflow: initial;*/
  /*  position: absolute;*/
  /*  left: 0;*/
  /*  top: 4.5rem;*/
  /*  opacity: 0;*/
  /*  pointer-events: none;*/
  /*  transition: opacity .3s, top .3s;*/
  /*}*/
  .dropdown__item:hover .dropdown__menu {
    opacity: 1;
    top: 4.5rem;
    pointer-events: initial;
    transition: top .3s;
  }
}



.dropdown__item {
    cursor: none;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-fba70b6 */.custom-footer {
    background-color: black;
    margin-top: 20px;
}

.footer-hero {
    text-align: center;
    padding: 4rem 2rem;
    max-width: 800px;
    margin: 0 auto;
}

.footer-hero h1 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    color: white;
}

.footer-hero p{
    color: white;
    margin-bottom: 2rem;
}

.cta-button {
    display: inline-block;
    padding: 0.8rem 1.5rem;
    background-color: white;
    color: black;
    text-decoration: none;
    border-radius: 25px;
    font-weight: 500;
    transition: transform 0.2s;
    margin-top: 20px;
}

.cta-button:hover {
    transform: translateY(-2px);
}
/* Footer Styles */
footer {
    background-color: transparent;
    padding: 4rem 2rem 2rem;
    color: var(--text-color);
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 3rem;
    max-width: 1200px;
    margin: 0 auto;
    margin-bottom: 3rem;
}

.footer-section h3 {
    margin-bottom: 1.5rem;
    font-size: 1.2rem;
    color: white;
}

.footer-section p {
    color: #888;
    line-height: 1.6;
}

.footer-section ul {
    list-style: none;
}

.footer-section ul li {
    margin-bottom: 0.8rem;
}

.footer-section ul li a {
    color: #888;
    text-decoration: none;
    transition: color 0.3s;
}

.footer-section ul li a:hover {
    color: var(--primary-color);
}

/* Target the Quick Links section specifically */

@media (max-width: 1400px) {
    .footer-content .footer-section:nth-child(2) {
        text-align: center; 
    }
}
@media (max-width: 650px) {
    .footer-content .footer-section:nth-child(2) {
        text-align: start; 
    }
}


@media (max-width: 480px) {
    .footer-content .footer-section:nth-child(2) {
        text-align: left; /* Aligns title to the left */
    }

    .footer-content .footer-section:nth-child(2) ul {
        display: block; /* Resets to default block behavior */
    }
}

.locations-nav {
    display: flex;
    gap: 1rem;
    margin-bottom: 1rem;
}

.locations-nav a {
    color: #888;
    text-decoration: none;
    transition: color 0.3s;
}

.locations-nav a.active {
    color: white;
}

.locations-nav a:hover {
    color: var(--primary-color);
}

address {
    color: #888;
    font-style: normal;
    line-height: 1.6;
}

.footer-bottom {
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}

.footer-bottom p {
    color: #888;
}

.social-links {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.social-link {
    color: #888;
    text-decoration: none;
    transition: color 0.3s;
}

.social-link:hover {
    color: var(--primary-color);
}

.email {
    color: #888;
    text-decoration: none;
    transition: color 0.3s;
}

.email:hover {
    color: var(--primary-color);
}

/* Responsive Design */
@media (max-width: 768px) {
    .footer-bottom {
        flex-direction: column;
        text-align: center;
        gap: 1.5rem;
    }

    .social-links {
        justify-content: center;
    }

    .hero h1 {
        font-size: 2rem;
    }
}

@media (max-width: 480px) {
    .footer-content {
        grid-template-columns: 1fr;
    }

    .locations-nav {
        flex-wrap: wrap;
        justify-content: center;
    }
}/* End custom CSS */
/* Start custom CSS */.elementor-image-box-description a, .elementor-image-box-description a:hover {
    color: black;
		font-size: 15px;
}
.swiper-slide{
	padding: 0px !important;
}
.elementor-main-swiper.swiper{
	width: 100% !important;
}/* End custom CSS */