.elementor-1172 .elementor-element.elementor-element-eeb8d94{--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-1172 .elementor-element.elementor-element-eeb8d94.e-con{--flex-grow:0;--flex-shrink:0;}.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-1172 .elementor-element.elementor-element-eeb8d94{--width:99.801%;}}/* Start custom CSS for html, class: .elementor-element-d14d326 */* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
}

body {
    background: #000;
}

.footer {
    background: #000;
    color: #9a9a9a;
    text-align: center;
    padding: 40px 20px;   /* controlled height */
}

.logo {
    font-size: 42px;
    font-weight: bold;
    color: #fff;
}

.logo span {
    color: #ff0055;
}

.tagline {
    margin-top: 6px;
    font-size: 15px;
    color: #ccc;
}

.description {
    margin: 16px auto;
    max-width: 620px;
    font-size: 13px;
    line-height: 1.6;
}

.details {
    margin-top: 14px;
    font-size: 13px;
}

.details span {
    color: #ff0055;
}

.btn {
    display: inline-block;
    margin-top: 22px;
    padding: 11px 30px;
    background: #ff0055;
    color: #fff;
    text-decoration: none;
    border-radius: 6px;
    font-size: 13px;
    transition: 0.3s;
}

.btn:hover {
    background: #e6004c;
}

.social {
    margin-top: 20px;
}

.social i {
    color: #ff0055;
    font-size: 15px;
    margin: 0 10px;
    cursor: pointer;
    transition: 0.3s;
}

.social i:hover {
    color: #fff;
}/* End custom CSS */