.elementor-7447 .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:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-7447 .elementor-element.elementor-element-fab8d07{--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:45px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-7447 .elementor-element.elementor-element-fab8d07:not(.elementor-motion-effects-element-type-background), .elementor-7447 .elementor-element.elementor-element-fab8d07 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F6F9F3;}.elementor-7447 .elementor-element.elementor-element-61fb75c{--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;}.elementor-7447 .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-7447 .elementor-element.elementor-element-fba70b6 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for shortcode, class: .elementor-element-c86307f */.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__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 shortcode, class: .elementor-element-b9aa52c */.blogclass-categories-list {
  margin-left: 0px;
}

@media screen and (max-width: 768px) {
  body.single-post .ri-menu-line.nav__burger {
    margin-left: 0px !important;
    margin-top: 0px !important;
  }
}

@media screen and (max-width: 768px) {
  body.single-post .ri-close-line.nav__close {
    margin-left: 0px !important;
  }
}

.blogclass-container .dropdown__menu, .blogclass-grid-container .dropdown__menu {
  margin-top: 0px;
}/* 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;
    }
}
.social-links a {
        margin-right: 15px;
        color: #333; /* Default color, adjust as needed */
        font-size: 20px; /* Adjust icon size */
        text-decoration: none;
    }
    .social-links a:hover {
        color: #0073b1; /* Hover color, adjust as needed */
    }/* 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 */