.elementor-28948 .elementor-element.elementor-element-9e31489{--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;--justify-content:space-around;}.elementor-28948 .elementor-element.elementor-element-c443790{--display:flex;}.elementor-28948 .elementor-element.elementor-element-8a6a13b > .elementor-widget-container{margin:0px 0px 0px 0px;}@media(max-width:1024px){.elementor-28948 .elementor-element.elementor-element-9e31489{--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;}}@media(min-width:769px){.elementor-28948 .elementor-element.elementor-element-c443790{--width:50%;}}@media(max-width:1024px) and (min-width:769px){.elementor-28948 .elementor-element.elementor-element-c443790{--width:100%;}}/* Start custom CSS for wd_text_block, class: .elementor-element-8a6a13b */.ghalla-service-card {
    background: linear-gradient(135deg, #1f4d2b, #2e6b3c);
    padding: 30px;
    border-radius: 16px;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    color: #ffffff;
    transition: all 0.4s ease;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    position: relative;
    overflow: hidden;
}

.ghalla-service-card::before {
    content: "";
    position: absolute;
    width: 120%;
    height: 120%;
    background: rgba(255,255,255,0.05);
    top: -100%;
    left: -100%;
    transform: rotate(25deg);
    transition: all 0.6s ease;
}

.ghalla-service-card:hover::before {
    top: 0;
    left: 0;
}

.ghalla-service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 35px rgba(0,0,0,0.15);
}

.ghalla-service-icon {
    background: #d4af37;
    min-width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #1f4d2b;
    transition: transform 0.4s ease;
}

.ghalla-service-card:hover .ghalla-service-icon {
    transform: rotate(10deg) scale(1.1);
}

.ghalla-service-title {
    font-size: 22px;
    margin-bottom: 12px;
    font-weight: 700;
    color: white;
}

.ghalla-service-text {
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 12px;
    opacity: 0.95;
}/* End custom CSS */