.elementor-339 .elementor-element.elementor-element-65cabb5b{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--align-items:stretch;--gap:5% 5%;--row-gap:5%;--column-gap:5%;--margin-top:0%;--margin-bottom:0%;--margin-left:0%;--margin-right:0%;--padding-top:0%;--padding-bottom:0%;--padding-left:0%;--padding-right:0%;}.elementor-339 .elementor-element.elementor-element-65cabb5b:not(.elementor-motion-effects-element-type-background), .elementor-339 .elementor-element.elementor-element-65cabb5b > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#333333;}.elementor-339 .elementor-element.elementor-element-7569885{width:100%;max-width:100%;}.elementor-339 .elementor-element.elementor-element-7569885.elementor-element{--align-self:center;}.elementor-339 .elementor-element.elementor-element-f11ae96{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-339 .elementor-element.elementor-element-67d436d .elementor-button{background-color:#0088CC;border-style:none;border-radius:50px 50px 50px 50px;}.elementor-339 .elementor-element.elementor-element-67d436d.elementor-element{--align-self:flex-end;}.elementor-339 .elementor-element.elementor-element-67d436d .elementor-button-content-wrapper{flex-direction:row;}.elementor-339 .elementor-element.elementor-element-67d436d .elementor-button .elementor-button-content-wrapper{gap:9px;}.elementor-339 .elementor-element.elementor-element-88709cb{--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-339:not(.elementor-motion-effects-element-type-background), .elementor-339 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#0B0B0B;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(min-width:768px){.elementor-339 .elementor-element.elementor-element-65cabb5b{--content-width:1600px;}}@media(max-width:1024px){.elementor-339 .elementor-element.elementor-element-65cabb5b{--justify-content:space-between;--flex-wrap:wrap;}}@media(max-width:767px){.elementor-339 .elementor-element.elementor-element-65cabb5b{--gap:40px 40px;--row-gap:40px;--column-gap:40px;--margin-top:20%;--margin-bottom:5%;--margin-left:0%;--margin-right:0%;--padding-top:0%;--padding-bottom:0%;--padding-left:5%;--padding-right:5%;}}/* Start custom CSS for html, class: .elementor-element-7569885 *//* Footer styling */
.footer {
    padding: 40px 20px;
    background-color: #333;
    color: #f7f7f7;
}

.footer-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

.footer-logo {
    margin-bottom: 20px;
}

.logo {
    width: 150px; /* Adjust as needed */
}

.footer-columns {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: space-between;
    width: 100%;
    max-width: 1200px;
    padding-bottom: 20px;
    border-bottom: 1px solid #444;
}

.footer-column {
    flex: 1 1 200px;
    min-width: 200px;
    text-align: left;
}

.footer-column h4 {
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 15px;
    color: #ffffff;
}

.footer-column a {
    display: block;
    font-size: 0.95em;
    color: #d1d1d1;
    text-decoration: none;
    margin-bottom: 8px;
    transition: color 0.3s ease, transform 0.3s ease;
}

.footer-column a:hover {
    color: #ffffff;
    transform: translateX(5px);
}

/* Social Media Icons */
.footer-social {
    display: flex;
    gap: 15px;
    margin: 20px 0;
}

.footer-social a {
    color: #d1d1d1;
    font-size: 1.2em;
    transition: color 0.3s ease;
}

.footer-social a:hover {
    color: #ffffff;
}

/* Disclaimer styling */
.footer-disclaimer {
    max-width: 1200px;
    margin: 20px auto 0;
    font-size: 0.85em;
    color: #cccccc;
    text-align: center;
    padding-top: 10px;
}

.footer-disclaimer p {
    margin: 0;
    line-height: 1.6;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .footer-columns {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .footer-column {
        min-width: 100%;
    }
    .footer-logo,
    .footer-social {
        margin-bottom: 20px;
    }
}/* End custom CSS */