@import url('//fonts.googleapis.com/css2?family=Poppins:wght@600;800&display=swap');

.professional-gradient {
    background: linear-gradient(200deg, #1a3a1d, #2d5d46, #1a3a1d);
    position: relative;
    color: rgba(255, 255, 255, 0.9) !important;
    box-shadow: 0 12px 10px rgba(1, 58, 1, 0.2);
    padding: 3rem 2rem;
}

.logo-text {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-size: 2.5rem;
    text-transform: uppercase;
    letter-spacing: -1px;
}

.subtext {
    font-size: 1.1rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.85);
}

.mobile-badge {
    display: inline-block;
    background: #4dd219;
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    padding: 6px 14px;
    border-radius: 6px;
    margin-top: 10px;
}

/* Rounded Phone Button */
.phone-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #4dd219;
    color: #fff;
    font-size: 1.3rem;
    font-weight: 700;
    padding: 12px 25px;
    border-radius: 50px;
    text-decoration: none;
    margin-top: 20px;
    transition: all 0.3s ease-in-out;
    box-shadow: 0px 4px 10px rgba(77, 210, 25, 0.3);
}

.phone-button i {
    font-size: 1.5rem;
    margin-right: 12px;
    color: #fff;
}

/* Hover Effect */
.phone-button:hover {
    background: #3cb017;
    box-shadow: 0px 6px 15px rgba(77, 210, 25, 0.5);
    transform: scale(1.05);
}



    .feature-card {
        background: rgba(255,255,255,0.97);
        border-radius: 1rem;
        border: 2px solid rgba(77, 210, 25, 0.1);
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .feature-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 15px 30px rgba(62, 210, 25, 0.1);
    }

    .professional-icon {
        width: 50px;
        height: 50px;
        background: linear-gradient(45deg,rgb(215, 239, 207),rgb(56, 158, 40));
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
    }

    .professional-divider {
        height: 3px;
        background: linear-gradient(90deg, rgba(74, 210, 25, 0) 0%,rgb(25, 210, 31) 50%, rgba(50, 210, 25, 0) 100%);
        margin: 2rem 0;
    }




        .feature-card {
            background: rgba(255,255,255,0.98);
            border-radius: 1rem;
            border: 2px solid rgba(44, 210, 25, 0.15);
            transition: all 0.3s ease;
        }
    
        .feature-card:hover {
            transform: translateY(-3px);
            box-shadow: 0 10px 20px rgba(53, 210, 25, 0.1);
        }
    
        .professional-icon {
            background: linear-gradient(145deg,rgb(215, 239, 207),rgb(67, 202, 46));
            
            flex-shrink: 0;
            
        }
        .feature-card:hover .professional-icon {
            transform: rotate(360deg);
            transition: all 0.3s ease;
            
        }
       
        .badge {
            font-size: 0.85rem;
            padding: 0.5em 0.8em;
            font-weight: 500;
        }
    
        .shadow-lg {
            box-shadow: 0 1rem 3rem rgba(0,0,0,0.1)!important;
        }


        .promise-item {
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            border-left: 3px solid transparent;
        }
    
        .promise-item:hover {
            transform: translateX(8px);
            border-left-color:rgb(81, 210, 25);
            background: rgba(42, 251, 10, 0.16);
        }