/* header code */

/* 🔥 ONLY ABOUT MENU FIX */
.about-menu .submenu {
    width: 300px !important;
    left: 0;
    position: absolute;
}

/* optional styling */
.about-menu .submenu a {
    padding: 30px 15px !important;
}



/* header code end */






span.gradient-text {
    font-size: 45px;
}

/* Mobile view */
@media (max-width: 768px) {
    span.gradient-text {
        font-size: 27px;
    }
}

/* services */
.service-list {
    list-style-type: disc !important; /* bullet enable */
    padding-left: 20px !important;
    margin: 10px 0;
}

.service-list li {
    display: list-item !important;
    margin-bottom: 6px;
    color: #555;
}

.hero-gradient-heading {
    font-size: 42px;
    font-weight: 800;
    margin-bottom: 20px;
    color: #2c3e50;
    text-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

/* First span */
.hero-gradient-heading .dark-gradient {
    background: linear-gradient(135deg, #2c3e50 0%, #3498db 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Second span */
.hero-gradient-heading .color-gradient {
    background: linear-gradient(135deg, #e74c3c 0%, #3498db 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .hero-gradient-heading {
        font-size: 27px;
        line-height: 1.3;
    }

    span.color-gradient {
    font-size: 29px;
}
}




