.elementor-203 .elementor-element.elementor-element-d0bf777{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--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-203 .elementor-element.elementor-element-f0ea41b{--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:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-203 .elementor-element.elementor-element-86dbf76{--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:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-203 .elementor-element.elementor-element-86dbf76:not(.elementor-motion-effects-element-type-background), .elementor-203 .elementor-element.elementor-element-86dbf76 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-203 .elementor-element.elementor-element-c874b04{text-align:center;color:#FFFFFF;}.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-203 .elementor-element.elementor-element-f0ea41b{--width:100%;}}/* Start custom CSS for text-editor, class: .elementor-element-f6a0fd4 *//* --- Updated Headings with Gradient --- */
.footer-heading {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 30px;
    
    /* Gradient Text Logic */
    background: linear-gradient(90deg, #008080 0%, #ff8c00 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    
    border-bottom: 2px solid #333; /* Faint line under gradient text */
    padding-bottom: 10px;
    text-transform: uppercase;
}

/* Baki CSS same rahil (Layout, Links, etc.) */
.kraj-footer {
    background-color: #000;
    padding: 60px 0;
    font-family: 'Poppins', sans-serif;
}

.footer-wrap {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 50px;
    padding: 0 20px;
}

.footer-column {
    flex: 1;
}

.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 15px;
}

.footer-links a {
    text-decoration: none;
    color: #b0b0b0;
    font-size: 14px;
    transition: all 0.3s ease;
}

.footer-links a:hover {
    color: #ff8c00;
    padding-left: 8px;
}

.contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 18px;
    font-size: 14px;
    color: #b0b0b0;
}

.contact-item i {
    color: #008080;
    margin-right: 15px;
    font-size: 18px;
}

.contact-item a {
    color: #ffffff;
    text-decoration: none;
}

.footer-socials a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    background-color: rgba(255, 255, 255, 0.05);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.1);
    margin-right: 10px;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.footer-socials a:hover {
    background-color: #008080;
    border-color: #008080;
    transform: translateY(-3px);
}

@media (max-width: 768px) {
    .footer-wrap { flex-direction: column; text-align: center; }
    .contact-item { justify-content: center; }
}/* End custom CSS */