html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h1:focus {
    outline: none;
}

a, .btn-link {
    color: purple;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem purple, 0 0 0 0.25rem blue;
}

.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

.loading-progress {
    position: relative;
    display: block;
    width: 8rem;
    height: 8rem;
    margin: 20vh auto 1rem auto;
}

    .loading-progress circle {
        fill: none;
        stroke: #e0e0e0;
        stroke-width: 0.6rem;
        transform-origin: 50% 50%;
        transform: rotate(-90deg);
    }

        .loading-progress circle:last-child {
            stroke: #1b6ec2;
            stroke-dasharray: calc(3.141 * var(--blazor-load-percentage, 0%) * 0.8), 500%;
            transition: stroke-dasharray 0.05s ease-in-out;
        }

.loading-progress-text {
    position: absolute;
    text-align: center;
    font-weight: bold;
    inset: calc(20vh + 3.25rem) 0 auto 0.2rem;
}

    .loading-progress-text:after {
        content: var(--blazor-load-percentage-text, "Loading");
    }

code {
    color: #c02d76;
}
/*home - start*/
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
    color: #333;
}

header {
    background-color: #007BFF;
    color: white;
    padding: 1rem 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    header .logo {
        font-size: 1.5rem;
        font-weight: bold;
    }

    header nav a {
        color: white;
        margin-left: 1rem;
        text-decoration: none;
    }

.hero {
    text-align: center;
    padding: 3rem 1rem;
    background: linear-gradient(180deg, #e6cfef 30%, #e4b2e1 70%);
    /*background: #e5d5ea;*/
    color: black;
}

    


    .hero p {
        font-size: 1.2rem;
        margin: 1rem 0;
    }

    .hero a {
        display: inline-block;
        margin-top: 1rem;
        padding: 0.5rem 1.5rem;
        background: white;
        color: black;
        text-decoration: none;
        border-radius: 5px;
    }
    .hero h1 {
        animation: blink 1s step-start infinite;
        font-size: 2.5rem;
    }



    .section {
        padding: 2rem 1rem;
        /*text-align: center;*/
        display: flex;
        justify-content: center;
    }

    .section a {
        text-decoration: none;
        color: purple;
    }

    .section a:hover {
        color: black;
    }

    .sectionskill {
        text-align: center;
        width: 50%;
    }

    .sectionskill a {
        text-decoration: none;
        color: purple;
    }

    .sectionskill a:hover {
        color: black;
    }

    .sectionskill h2 {
        text-align: center;
    }

    .sectionskill p {
        text-align: justify;
    }

    .sectiongit {
        width: 50%;
        text-align: center;
    }

    .sectiongit a {
        text-decoration: none;
        color: purple;
    }

    .sectiongit a:hover {
        color: black;
    }

    .sectiongit h2 {
        text-align: center;
    }

    .sectiongit p {
        text-align: left;
    }


    .sectioncertification {
        text-align: center;
    }

    .sectioncertification a {
        text-decoration: none;
        color: purple;
    }

    .sectioncertification a:hover {
        color: black;
    }

    .services, .portfolio {
        display: flex;
        justify-content: center;
        gap: 2rem;
    }

    .service, .project {
        background: linear-gradient(180deg,white 30%, #e6cfef 70%) !important;
        padding: 1rem;
        border-radius: 5px;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        max-width: 200px;
    }

    .service a {
        text-decoration: none !important;
        color: black !important;
    }

    .service a:hover {
        color: purple !important;
    }

    footer {
        background: #333;
        color: white;
        text-align: center;
        padding: 1rem;
        margin-top: 2rem;
    }

    body {
        font-family: Arial, sans-serif;
        margin: 0;
        padding: 0;
        background-color: #f4f4f4;
        color: #333;
    }

    header {
        background-color: #007BFF;
        color: white;
        padding: 1rem 2rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    header .logo {
        font-size: 1.5rem;
        font-weight: bold;
    }

    header nav a {
        color: white;
        margin-left: 1rem;
        text-decoration: none;
    }
    /*.hero {
    text-align: center;
    padding: 3rem 1rem;
    background: #007BFF;
    color: white;
}

    .hero h1 {
        font-size: 2.5rem;
    }

    .hero p {
        font-size: 1.2rem;
        margin: 1rem 0;
    }

    .hero a {
        display: inline-block;
        margin-top: 1rem;
        padding: 0.5rem 1.5rem;
        background: white;
        color: #007BFF;
        text-decoration: none;
        border-radius: 5px;
    }
*/

    .sectionhome {
        padding: 2rem 1rem;
        text-align: center;
    }

    .sectionhome a {
        text-decoration: none;
        color: purple;
    }

    .sectionhome a:hover {
        color: black;
    }

    .services, .portfolio {
        display: flex;
        justify-content: center;
        gap: 2rem;
    }

    .service, .project {
        background: white;
        padding: 1rem;
        border-radius: 5px;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        max-width: 200px;
    }


    footer {
        background: #333;
        color: white;
        text-align: center;
        padding: 1rem;
        margin-top: 2rem;
    }
    /* Media Queries for smaller screens (max-width: 640px) */
    @media (max-width: 640px) {
        header {
        flex-direction: column;
        text-align: center;
        padding: 1rem;
    }

        header .logo {
            font-size: 1.2rem;
        }

        header nav a {
            margin-left: 0;
            margin-top: 0.5rem;
        }

    .hero {
        padding: 2rem 1rem;
    }

        .hero h1 {
            font-size: 2rem;
        }

        .hero p {
            font-size: 1rem;
        }

        .hero a {
            padding: 0.5rem 1rem;
        }

    .section {
        flex-direction: column;
        align-items: center;
    }

    .sectionskill, .sectiongit {
        width: 90%;
        text-align:justify;
    }

    .services, .portfolio {
        flex-direction: column;
        gap: 1rem;
    }

    .service, .project {
        max-width: 100%;
    }

    footer {
        padding: 0.5rem;
    }
}

/*home - end*/

/*Comtact me*/

.content {
    max-width: auto;
    background: white;
}

    .content h1 {
        text-align: center;
        color: #1b071f;
    }

    .content form {
        margin: 1rem 0;
    }

        .content form label {
            display: block;
            margin: 0.5rem 0 0.2rem;
            font-weight: bold;
        }

        .content form input, .content form textarea {
            width: 100%;
            padding: 0.5rem;
            margin-bottom: 1rem;
            border: 1px solid #ccc;
            border-radius: 5px;
        }

        .content form button {
            background: purple;
            color: white;
            border: none;
            padding: 0.7rem 1.5rem;
            border-radius: 5px;
            cursor: pointer;
        }
/*Comtact me*/

/*about us*/
/* Container for the two boxes */
.about-container {
    display: flex;
    flex-wrap: wrap; /* Ensures layout adjusts on smaller screens */
    gap: 1.5rem; /* Adds spacing between image and text */
    margin: 2rem 0;
    align-items: center;
   
}

.aboutceoimage {
    flex: 3 1 20px; /* Image takes up at least 300px, grows proportionally */
    display: flex;
    justify-content: center;
    align-items: center;
}

    .aboutceoimage img {
        max-width: 10%; /* Ensures image scales properly */
        height: auto;
        border-radius: 10px; /* Adds rounded corners to the image */
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Adds a subtle shadow */
    }

.ceo-details {
    display: flex;
    flex-direction: column;
    align-items: center; /* Center content horizontally */
    justify-content: center; /* Center content vertically */
    text-align: center;
   
}
    .ceo-details .social {
        display: flex;
        justify-content: center; /* Align icons horizontally */
      
        margin-top: 1rem; /* Add spacing below the icon row */
    }


.aboutceotext {
    flex: 1 1 400px; /* Text area takes up more space but adjusts flexibly */
    color: #333; /* Makes text more readable */
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    text-align:justify;
}

    .aboutceotext h5 {
        margin-top: 0;
        font-size: 1.5rem;
        color: #4a0077; /* Matches LinkedIn color theme */
    }

    .aboutceotext a {
        color: #0077b5;
        text-decoration: none;
        font-weight: bold;
    }

        .aboutceotext a:hover {
            text-decoration: underline;
            color: #005a87; /* Darker shade for hover effect */
        }

    .aboutceotext p {
        /*margin: 1rem 0;*/
    }
/*service page start*/
.service-item{
    padding-left:30px;
}.service-item p{
     padding-left:20px;
 }
/*manual testing introduction page start*/
.container {
    max-width: 800px;
    margin: 0 auto;
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: justify;
    line-height: 1.8;
}
.container h2{
    text-align: center;
}
.stlcdescription {
    display: flex;
    align-items:center;
}

.stlctext {
    /*flex: 1;*/
   
}

.stlcimage {
    /*flex: 1;*/
    /*padding-right: 20px;*/
}

.phasebody {
    padding-left: 30px; /* Adjust the value as needed */
}
@keyframes blink {
    0% {
        color: purple;
    }

    
    50%{
        color:white;
    }

    100% {
        color: purple;
    }
}

.blinking-text {
    animation: blink 2s step-start infinite;
    text-decoration:none !important;
    font-weight:bold;
}
/*manual testing introduction page end*/
/*loginpage -start*/
.logincontent {
    margin-top: 1rem;
    max-width: 800px;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.logincontent a, btn-link {
    color: purple !important;
}

/*loginpage -end*/

/*Registerpage -start*/
.registercontent {
    max-width: 800px;
    margin-top: 1rem;
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    
}
    .registercontent button{
        color:purple;
    }
     
        /*Registerpage -start*/
        /* Responsive adjustments */
        @media (max-width: 768px) {
            .about-container {
                flex-direction: column; /* Stack image and text on smaller screens */
                text-align: center;
            }

            .aboutceoimage img {
                max-width: 80%; /* Scales image for smaller devices */
            }

            .aboutceotext {
                flex: 1;
            }
            .stlcdescription {
                flex-direction: column;
                align-items: flex-start;
            }

            .stlcimage {
                padding-right: 0;
                text-align: center;
            }

                .stlcimage img {
                    width: 100%;
                    height: auto;
                }
        }
        /*  about use - end*/
        /* General styles for dropdown */

