.elementor-139 .elementor-element.elementor-element-7341f3a{--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;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-139 .elementor-element.elementor-element-7b9aa90 > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-7b9aa90 */<style>
.elegant-footer {
    color: #4B4B4B;
    font-family: 'Poppins', sans-serif;
    padding: 40px 40px 30px 40px;
    box-sizing: border-box;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}
.elegant-footer-container {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 50px;
    padding-top: 40px;
}
.elegant-footer-title {
    color: #222222;
    font-size: 20px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 25px;
    position: relative;
    display: inline-block;
}
.elegant-footer-title::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #222222;
    transform: scaleX(0.25);
    transform-origin: left;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
.elegant-footer-col:hover .elegant-footer-title::after {
    transform: scaleX(1);
}
.elegant-footer-logo {
    color: #222222;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 0;
}
.elegant-footer-about {
    line-height: 1.8;
    font-size: 15px;
    padding-right: 20px;
}
.elegant-footer-links, .elegant-footer-contact {
    list-style: none;
    padding: 0;
    margin: 0;
}
.elegant-footer-links li {
    margin-bottom: 15px;
}
.elegant-footer-links a {
    color: #4B4B4B;
    text-decoration: none;
    font-size: 15px;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
}
.elegant-footer-links a::before {
    content: '→';
    color: #222222;
    font-size: 18px;
    margin-right: 10px;
    opacity: 0;
    transform: translateX(-10px);
    transition: all 0.3s ease;
}
.elegant-footer-links a:hover {
    color: #000000;
    transform: translateX(5px);
}
.elegant-footer-links a:hover::before {
    opacity: 1;
    transform: translateX(0);
}
.elegant-footer-contact li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 18px;
}
.elegant-footer-contact a {
    color: #4B4B4B;
    text-decoration: none;
    transition: color 0.3s ease;
    display: flex;
    align-items: flex-start;
}
.elegant-footer-contact a:hover {
    color: #000000;
}
.elegant-footer-icon {
    color: #222222;
    margin-right: 15px;
    font-size: 18px;
    padding-top: 2px;
    flex-shrink: 0;
}
.elegant-footer-contact span {
    font-size: 15px;
    line-height: 1.7;
}
.elegant-footer-social {
    margin-top: 30px;
    display: flex;
    gap: 12px;
}
.elegant-footer-social a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.08);
    color: #222222;
    transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}
.elegant-footer-social svg {
    width: 18px;
    height: 18px;
    fill: currentColor;
}
.elegant-footer-social a:hover {
    background-color: #222222;
    color: #F7C763;
    transform: translateY(-5px) scale(1.1);
}
.elegant-footer-copyright {
    text-align: center;
    margin-top: 60px;
    padding-top: 30px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 14px;
}
@media (max-width: 768px) {
    .elegant-footer { padding: 60px 25px 25px 25px; }
    .elegant-footer-container { padding-top: 20px; }
}
</style>/* End custom CSS */