/* Global Styles */
body {
    font-family: 'Arial', sans-serif;
    background-color: #f5f5f5;
    margin: 0;
    padding: 0;
}

/* Hero Section */
#hero {
    height: 100vh;
    background: url('https://plus.unsplash.com/premium_photo-1683309565422-77818a287060?w=500&auto=format&fit=crop&q=60&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8MXx8cG9ydGZvbGlvJTIwYmFja2dyb3VuZHxlbnwwfHwwfHx8MA%3D%3D') no-repeat center center;
    background-size: cover;
    display: flex;
    background-attachment: fixed;
    justify-content: center;
    align-items: center;
    color: white;
    text-align: center;
}

#hero h1 {
    font-size: 4rem;
    font-weight: bold;
}

#hero p {
    font-size: 1.5rem;
}

/* Responsive Hero Section */
@media (max-width: 768px) {
    #hero h1 {
        font-size: 2.5rem;
    }
    #hero p {
        font-size: 1.2rem;
    }
}

@media (max-width: 576px) {
    #hero h1 {
        font-size: 2rem;
    }
    #hero p {
        font-size: 1rem;
    }
}

/* Typewriter Effect */
.typewriter p {
    font-size: 1.5rem;
    white-space: nowrap;
    overflow: hidden;
    background: fixed;
}

@keyframes blink-caret {
    from, to { border-color: transparent; }
    50% { border-color: white; }
}

/* Section Heading */
.section-heading {
    margin-top: 50px;
    margin-bottom: 50px;
    font-size: 2.5rem;
    font-weight: bold;
    text-align: center;
}

/* Responsive Section Heading */
@media (max-width: 768px) {
    .section-heading {
        font-size: 2rem;
    }
}

/* About Section */
#about {
    padding: 100px 0;
    background-color: #f0f4f8;
}

.ability {
    text-align: center;
    margin-bottom: 30px;
    opacity: 0;
    transform: translateX(100%);
    transition: all 0.6s ease-out;
}

.ability img {
    width: 80px;
    margin-bottom: 20px;
}

.ability h4 {
    font-weight: bold;
    color: #6a1b9a;
}

.ability p {
    font-size: 1rem;
    color: #555;
}

.ability.show {
    opacity: 1;
    transform: translateX(0);
}

/* Portfolio Section */
.portfolio-item {
    margin-bottom: 30px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
}

.portfolio-item:hover {
    transform: scale(1.05);
}

/* Footer */
footer {
    background-color: #333;
    color: #fff;
    padding: 20px 0;
    text-align: center;
}

/* Portfolio Section Styling */
.portfolio {
    height: 100vh;
    background: url('https://images.unsplash.com/photo-1487017159836-4e23ece2e4cf?w=500&auto=format&fit=crop&q=60&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8Mnx8d29ya3xlbnwwfHwwfHx8MA%3D%3D') no-repeat center center;
    background-size: cover;
    display: flex;
    background-attachment: fixed;
    justify-content: center;
    align-items: center;
    color: white;
    text-align: center;
    padding: 50px;
    overflow: hidden;
}

.portfolio-text {
    padding-left: 100px;
    padding-right: 100px;
    font-family: cursive;
}

/* Hero section styling */
#hero-section {
    background-color: #f8f4ff;
    padding: 50px 20px;
    color: #6c3483;
    text-align: center;
}

#hero-section h1 {
    font-size: 2.5rem;
    color: #8448ac;
}

#hero-section p {
    font-size: 1.2rem;
    margin-top: 20px;
    color: #6f5789;
}

/* Revenue Cycle Management Section */
#rcm-section {
    background-color: #e6e0ff;
    padding: 40px;
}

.rcm-image img {
    width: 100%;
    border-radius: 10px;
}

#rcm-section h2 {
    color: #7d3c98;
    font-size: 1.8rem;
}

#rcm-section ul {
    list-style: none;
    margin: 20px 0;
    padding: 0;
}

#rcm-section ul li {
    font-size: 1.1rem;
    color: #5e3a6d;
    margin-bottom: 10px;
}

.text2 {
    background-image: linear-gradient(to right, #4B93BF, #9264A5, #AE539B);
}

.text2 h4 {
    font-family: inherit;
    padding-top: 30px;
    padding-bottom: 30px;
}

/* Responsive Layout for About Section and Abilities */
@media (max-width: 768px) {
    #about {
        padding: 50px 0;
    }

    .ability img {
        width: 50px;
    }

    .ability h4 {
        font-size: 1.2rem;
    }

    .ability p {
        font-size: 0.9rem;
    }

    .portfolio-text {
        padding-left: 20px;
        padding-right: 20px;
    }
}

/* Font Awesome for icons */
.icon {
    margin-right: 10px;
}
.icon-container {
    background-color: #713A82;
    border-radius: 50%;
    padding: 50px;
    display: inline-block;
    margin-bottom: 30px;
}

/* Responsive Layout for Portfolio */
@media (max-width: 768px) {
    .portfolio {
        height: auto;
        padding: 30px;
    }

    .portfolio-text {
        padding-left: 20px;
        padding-right: 20px;
    }
}

/* Transparent Background Section */
.transparent-bg {
    background-image: url('https://plus.unsplash.com/premium_photo-1682309522193-ee370361dada?w=500&auto=format&fit=crop&q=60&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8MTd8fGlkZWF8ZW58MHx8MHx8fDA%3D');
    background-size: cover;
    background-position: center;
    color: rgb(253, 253, 253);
    padding: 100px 0;
    background-color: rgba(0, 0, 0, 0.543);
    position: relative;
    background-attachment: fixed;
    z-index: 0;
}

.transparent-bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.906);
    z-index: 1;
}

h2 {
    z-index: 2;
    position: relative;
    margin-bottom: 40px;
}

.count {
    font-size: 3rem;
    z-index: 2;
    position: relative;
}

.fiverr-section {
    background-color: #e0e0e0;
    padding-top: 40px;
    padding-bottom: 60px;
}

.fiverr-section h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #333;
}

.fiverr-section p {
    font-size: 18px;
    color: #666;
    margin-bottom: 30px;
    font-style: italic;
}

.profile-card {
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border: none;
    padding: 20px;
    border-radius: 10px;
    transition: transform 0.3s ease-in-out;
}

.profile-card:hover {
    transform: translateY(-5px);
}

.fiverr-logo {
    width: 80px;
    height: auto;
}

.star-rating {
    font-size: 20px;
    color: #f4b400; /* Gold color for the stars */
}

.user-rating {
    font-size: 16px;
    color: #888;
}

/* Responsive Contact Section */
#contact-section {
    padding: 50px 20px;
    background-color: #f8f4ff;
}
.contact-icon {
    font-size: 40px;
    color: #f4f4f4; /* Purple Color */
    margin-bottom: 20px;
    cursor: pointer;
    padding: 30px;
    margin-top: 40px;
    -webkit-box-shadow: 2px 12px 45px 0px rgba(204,102,204,1);
-moz-box-shadow: 2px 12px 45px 0px rgba(204,102,204,1);
box-shadow: 2px 12px 45px 0px rgba(204,102,204,1);
    background-color: #5e3a6d;
    border-radius: 50%;
    display: inline-block;
}
#contact-section h2 {
    color: #8448ac;
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 40px;
}

/* Contact Form */
.contact-form {
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.contact-form label {
    font-weight: bold;
    color: #6f5789;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form textarea {
    width: 100%;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 20px;
    border-radius: 5px;
    border: 1px solid #ddd;
}

.contact-form textarea {
    height: 150px;
}

.contact-form button[type="submit"] {
    background-color: #8448ac;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.contact-form button[type="submit"]:hover {
    background-color: #6f5789;
}

/* Responsive Adjustments for Contact Section */
@media (max-width: 768px) {
    #contact-section h2 {
        font-size: 1.5rem;
    }

    .contact-form {
        padding: 10px;
    }
}
