@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.bundle.scp.css';

/* _content/BataqaWebproject/Pages/Loader.razor.rz.scp.css */
.loader-container[b-wbye5nnnmj] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: #f3f3f3; /* Background color for loader */
}

.spinner[b-wbye5nnnmj] {
    width: 40px;
    height: 40px;
    position: relative;
}

.double-bounce1[b-wbye5nnnmj], .double-bounce2[b-wbye5nnnmj] {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #007bff; /* Loader color */
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    animation: bounce-b-wbye5nnnmj 2.0s infinite ease-in-out;
}

.double-bounce2[b-wbye5nnnmj] {
    animation-delay: -1.0s;
}

@keyframes bounce-b-wbye5nnnmj {
    0%, 100% {
        transform: scale(0.0);
    }

    50% {
        transform: scale(1.0);
    }
}
/* _content/BataqaWebproject/Pages/NFC.razor.rz.scp.css */
/* ------------------new card 1 style------------------*/
 .card-container-1[b-wcy1qwul38] {
    width: 100%;
    max-width: 445px;
    height: auto;
    position: relative;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    background-color: rgba(204, 204, 204, 0.4); /* #CCCCCC with some transparency */
}
.wrap-container[b-wcy1qwul38] {
    width: 100%; /* or a fixed width as needed */
    overflow: hidden;
    word-wrap: break-word;
    white-space: normal;
}

.wrap-item[b-wcy1qwul38]{
    white-space: normal; /* Allows the text to wrap within the container */
    overflow-wrap: break-word; /* Forces long words to break */
}

.parent-container-1[b-wcy1qwul38] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background-color: #f5f5f5;
}

.profile-card-1[b-wcy1qwul38] {
    width: 300px;
    background-color: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    margin: 50px auto;
    padding: 20px;
}

.profile-header-1[b-wcy1qwul38] {
    min-height: 200px;
}

    .profile-header-1 .diamond-front-1[b-wcy1qwul38] {
        width: 200px;
        height: 200px;
        position: absolute;
        z-index: 100;
        right: 0px;
    }
.logo-image-1[b-wcy1qwul38] {
    width: 60px;
    height: 60px;
    position: absolute;
    z-index: 1000;
    right: 14px;
    top: 21px;
    border-radius: 50%;
}

.profile-header-1 .diamond-front-single-1[b-wcy1qwul38] {
    width: 180px;
    height: 180px;
    position: absolute;
    z-index: 99;
    right: 29px;
    top: 165px;
}

    .profile-header-1 .diamond-front-single-2-1[b-wcy1qwul38] {
        width: 120px;
        height: 120px;
        position: absolute;
        z-index: 99;
        right: 169px;
        top: 98px;
    }

    .profile-header-1 .diamond-front-single-3-1[b-wcy1qwul38] {
        width: 80px;
        height: 80px;
        position: absolute;
        z-index: 99;
        right: 265px;
        top: 52px;
    }

.diamond-header-front-1[b-wcy1qwul38] {
    width: 100%;
    position: absolute;
    height: 100%;
    right: 0px;
}

.profile-image-1[b-wcy1qwul38] {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    object-fit: cover;
    border: 5px solid white;
    position: absolute;
    top: 160px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
}

.profile-content-1[b-wcy1qwul38] {
    margin-top: 154px;
    padding: 16px;
    z-index: 99;
    position: relative;
    color: white;
}

    .profile-content-1 h2[b-wcy1qwul38] {
        font-size: 36px;
        color: white;
        font-weight: lighter !important;
    }

        .profile-content-1 h2 span[b-wcy1qwul38] {
            display: block;
            font-weight: bold;
            font-size: 36px;
            color: white;
        }

.job-title-1[b-wcy1qwul38] {
    color: #777;
    font-size: 20px;
    margin-top: 14px;
    font-weight: bold;
    color: white;
}
.max-width-313[b-wcy1qwul38] {
    max-width: 313px!important;
}
.company-name-1[b-wcy1qwul38] {
    font-weight: bold;
    color: white;
    margin: 12px 0;
    font-size: 18px;
    color: white;
}

.profile-content-1 h3[b-wcy1qwul38] {
    font-size: 18px;
    color: #dab7ea;
    margin-bottom: 10px;
}

.about-text-1[b-wcy1qwul38], .skills-1[b-wcy1qwul38] {
    font-size: 14px;
    color: white;
    margin-bottom: 10px;
}

.social-container-1[b-wcy1qwul38] {
    display: flex; /* Flexbox layout for horizontal alignment */
    align-items: center;
    justify-content: flex-start;
    background: linear-gradient(331deg, #7c7b7b, #988c8c);
    border-radius: 30px;
    padding: 10px 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    margin-top: 40px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    position: relative; /* Set relative positioning */
    overflow-x: auto; /* Enable horizontal scrolling */
    white-space: nowrap; /* Prevent line wrapping */
    max-width: 100%; /* Ensure it doesn't overflow the viewport */
    right: -16px;
}

    .social-container-1[b-wcy1qwul38]::-webkit-scrollbar {
        height: 0px; /* Scrollbar height */
    }

    .social-container-1[b-wcy1qwul38]::-webkit-scrollbar-thumb {
        background: #888; /* Scrollbar thumb color */
        border-radius: 10px;
    }

        .social-container-1[b-wcy1qwul38]::-webkit-scrollbar-thumb:hover {
            background: #555; /* Darken scrollbar thumb on hover */
        }

    .social-container-1 .social-icon-1[b-wcy1qwul38] {
        display: inline-block;
        margin-right: 15px;
        text-decoration: none;
        color: black !important;
        background-color: white;
        padding: 10px;
        border-radius: 18%;
        font-size: 13px;
        transition: background-color 0.3s;
    }

.social-icon-1 .iconn[b-wcy1qwul38] {
    color: black !important;
}

.social-icon-1:hover[b-wcy1qwul38] {
    background-color: black;
    color: white !important; /* Darken on hover */
}

.social-icon-1 .iconn:hover[b-wcy1qwul38] {
    color: white !important; /* Darken on hover */
}


.know-more-btn-1[b-wcy1qwul38] {
    background-color: #7b1fa2;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 20px;
    cursor: pointer;
    margin-top: 40px;
    font-size: 14px;
}

    .know-more-btn-1:hover[b-wcy1qwul38] {
        background-color: #4a148c;
    }

.margin-bottom-120[b-wcy1qwul38] {
    margin-top: 120px;
}



/*---------------new card 2---------------*/ 
.card-container-2[b-wcy1qwul38] {
    width: 100%;
    max-width: 445px;
    height: auto;
    position: relative;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    background-color: rgba(204, 204, 204, 0.4); /* #CCCCCC with some transparency */
}

.parent-container-2[b-wcy1qwul38] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background-color: #f5f5f5;
}

.profile-card-2[b-wcy1qwul38] {
    width: 300px;
    background-color: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    margin: 50px auto;
    padding: 20px;
}

.profile-header-2[b-wcy1qwul38] {
    position: relative;
    min-height: 330px;
}

    .profile-header-2 .shadow-rectangular-curve-2[b-wcy1qwul38] {
        width: 100%;
        position: absolute;
        z-index: 99;
        right: 0px;
    }

    .profile-header-2 .back-rectangular-curve-2[b-wcy1qwul38] {
        width: 100%;
        position: absolute;
        z-index: 99;
        right: 0px;
    }

    .profile-header-2 .front-rectangular-curve-2[b-wcy1qwul38] {
        width: 100%;
        position: absolute;
        z-index: 100;
        right: 0px;
    }



.profile-image-container-2[b-wcy1qwul38] {
    height: 262px;
    width: 260px;
    border-radius: 50%;
    border: 2px solid white;
    position: absolute;
    top: 112px;
    right: 6px;
    z-index: 999;
}


.profile-image-2[b-wcy1qwul38] {
    width: 250px;
    height: 250px;
    border-radius: 50%;
    object-fit: cover;
    position: absolute;
    top: 122px;
    border: 1px solid white;
    right: 6px;
    /* transform: translateX(-50%); */
    z-index: 1000;
}

.profile-content-2[b-wcy1qwul38] {
    margin-top: 56px;
    padding: 10px 21px;
}

    .profile-content-2 h2[b-wcy1qwul38] {
        font-size: 34px;
        color: #333;
        font-weight: lighter !important;
    }

        .profile-content-2 h2 span[b-wcy1qwul38] {
            display: block;
            font-weight: bold;
            font-size: 34px;
        }

.job-title-2[b-wcy1qwul38] {
    color: #777;
    font-size: 18px;
    margin-top: 10px;
}

.company-name-2[b-wcy1qwul38] {
    font-weight: bold;
    color: #333;
    margin: 10px 0;
    font-size: 17px;
}

h3[b-wcy1qwul38] {
    font-size: 16px;
    color: #7b1fa2;
    margin-bottom: 10px;
}

.about-text-2[b-wcy1qwul38], .skills-2[b-wcy1qwul38] {
    font-size: 15px;
    color: #555;
    margin-bottom: 10px;
}

.social-container-2[b-wcy1qwul38] {
    display: flex;
    align-items: center;
    justify-content: flex-start; /* Adjusted to start alignment for scrolling */
    background-color: #f4f4f4; /* Light background */
    border-radius: 30px; /* Rounded corners */
    padding: 10px 20px; /* Adjust spacing */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* Soft shadow */
    margin-top: 26px;
    overflow-x: auto; /* Enable horizontal scrolling */
    white-space: nowrap; /* Prevent items from wrapping */
    max-width: 100%; /* Ensure container fits within the viewport */
}

    .social-container-2[b-wcy1qwul38]::-webkit-scrollbar {
        height: 0px; /* Scrollbar height */
    }

    .social-container-2[b-wcy1qwul38]::-webkit-scrollbar-thumb {
        background: #888; /* Scrollbar thumb color */
        border-radius: 10px;
    }

        .social-container-2[b-wcy1qwul38]::-webkit-scrollbar-thumb:hover {
            background: #555; /* Darken scrollbar thumb on hover */
        }

.social-icon-2[b-wcy1qwul38] {
    display: inline-block;
    margin-right: 15px;
    text-decoration: none;
    color: #fff;
    background-color: #3a2344;
    padding: 10px;
    border-radius: 18%;
    font-size: 13px;
    transition: background-color 0.3s;
}

    .social-icon-2 .iconn[b-wcy1qwul38] {
        color: white !important;
    }

    .social-icon-2:hover[b-wcy1qwul38] {
        background-color: #4a148c; /* Darken on hover */
    }


.know-more-btn-2[b-wcy1qwul38] {
    background-color: #7b1fa2;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 20px;
    cursor: pointer;
    margin-top: 20px;
    font-size: 14px;
}

    .know-more-btn-2:hover[b-wcy1qwul38] {
        background-color: #4a148c;
    }





/*new--------------- 3*@*/ 
/* Parent and Card Container */
.card-container-3[b-wcy1qwul38] {
    width: 100%;
    max-width: 445px;
    height: auto;
    position: relative;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    background-color: rgba(204, 204, 204, 0.4); /* #CCCCCC with some transparency */
}

.parent-container-3[b-wcy1qwul38] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background-color: #f5f5f5;
}

/* Profile Image Container with Gradient */
.profile-image-container-3[b-wcy1qwul38] {
    position: absolute;
    width: 100%;
    height: 457px;
}

.design1-profile-image-3[b-wcy1qwul38] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 1;
}

.profile-image-container-3[b-wcy1qwul38]::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60%; /* Slightly higher to ensure a smoother transition */
    background: linear-gradient(transparent 30%, rgba(204, 204, 204, 0.8) 90%); /* Smoother gradient */
    z-index: 2;
}
.content-container[b-wcy1qwul38] {
    margin-top: 336px;
    position: relative;
    z-index: 1000;
}

.profile-content-3[b-wcy1qwul38] {
    padding: 10px 21px;
    z-index: 100;
}

    .profile-content-3 h2[b-wcy1qwul38] {
        font-size: 34px;
        color: #333;
        font-weight: lighter !important;
        margin: 0;
    }

        .profile-content-3 h2 span[b-wcy1qwul38] {
            display: block;
            font-weight: bold;
            font-size: 34px;
        }

.job-title-3[b-wcy1qwul38] {
    color: white;
    font-size: 17px;
    margin-top: 6px;
    font-weight: bold;
}

.company-name-3[b-wcy1qwul38] {
    font-weight: bold;
    color: #333;
    margin: 10px 0;
    font-size: 17px;
}

.profile-content-3 h3[b-wcy1qwul38] {
    font-size: 16px;
    color: #4a148c;
    margin-bottom: 10px;
    margin-top: 10px;
}

.about-text-3[b-wcy1qwul38], .skills-3[b-wcy1qwul38] {
    font-size: 15px;
    color: #555;
    margin-bottom: 10px;
}

.social-container-3[b-wcy1qwul38] {
    display: flex;
    align-items: center;
    justify-content: flex-start; /* Align items to the left for scrolling */
    border-radius: 30px;
    padding: 10px 20px;
    box-shadow: 0 4px 8px rgb(28 25 25 / 10%);
    background-color: rgba(168, 159, 159, 0.4); /* Improved RGBA syntax */
    margin-top: 26px;
    overflow-x: auto; /* Enable horizontal scrolling */
    white-space: nowrap; /* Prevent wrapping */
    max-width: 100%; /* Ensure it fits within the viewport */
}

    .social-container-3[b-wcy1qwul38]::-webkit-scrollbar {
        height: 0px; /* Scrollbar height */
    }

    .social-container-3[b-wcy1qwul38]::-webkit-scrollbar-thumb {
        background: #888; /* Scrollbar thumb color */
        border-radius: 10px;
    }

        .social-container-3[b-wcy1qwul38]::-webkit-scrollbar-thumb:hover {
            background: #555; /* Darken scrollbar thumb on hover */
        }

.social-icon-3[b-wcy1qwul38] {
    display: inline-block;
    margin-right: 15px;
    text-decoration: none;
    color: #0c0b0c;
    background-color: white;
    padding: 10px;
    border-radius: 18%;
    font-size: 13px;
    transition: background-color 0.3s;
}

    .social-icon-3 .iconn[b-wcy1qwul38] {
        color: black !important;
    }

    .social-icon-3:hover[b-wcy1qwul38] {
        background-color: #4a148c; /* Darken on hover */
    }

    .social-icon-3 .iconn:hover[b-wcy1qwul38] {
        color: white !important; /* Darken on hover */
    }


.know-more-btn-3[b-wcy1qwul38] {
    background-color: #7b1fa2;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 20px;
    cursor: pointer;
    margin-top: 20px;
    font-size: 14px;
}

    .know-more-btn-3:hover[b-wcy1qwul38] {
        background-color: #4a148c;
    }


/*newwww 4*/



.card-container-4[b-wcy1qwul38] {
    width: 100%;
    max-width: 445px;
    height: auto;
    position: relative;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    background-color: rgba(204, 204, 204, 0.4); /* #CCCCCC with some transparency */
}

.parent-container-4[b-wcy1qwul38] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background-color: #f5f5f5;
}

.profile-card-4[b-wcy1qwul38] {
    width: 300px;
    background-color: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    margin: 50px auto;
    padding: 20px;
}

.profile-header-4[b-wcy1qwul38] {
    position: relative;
}

    .profile-header-4 .back-rectangular-curve-4[b-wcy1qwul38] {
        width: 100%;
    }

    .profile-header-4 .front-rectangular-curve-4[b-wcy1qwul38] {
        width: 100%;
        position: absolute;
        z-index: 100;
        right: 0px;
    }



.curvy-triangle-4[b-wcy1qwul38] {
    width: 300px;
    height: 300px;
    background-color: white; /* Or any color you prefer */
    clip-path: path("M 0 300 Q 150 50 300 300 T 300 300 Z");
    position: absolute;
    top: 0;
    transform: translateX(-50%);
}




.profile-image-4[b-wcy1qwul38] {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    object-fit: cover;
    border: 5px solid white;
    position: absolute;
    top: 113px;
    left: 51%;
    transform: translateX(-50%);
    z-index: 1000;
}


.profile-content-4[b-wcy1qwul38] {
    margin-top: 56px;
    text-align: center;
    padding: 10px 21px;
}
@media only screen and (max-width: 415px) {
    .profile-content-4[b-wcy1qwul38] {
        margin-top: 90px; /* You can adjust this value as needed */
        text-align: center;
        padding: 5px 15px; /* You can adjust this value as needed */
    }
}
@media only screen and (max-width: 320px) {
    .profile-content-4[b-wcy1qwul38] {
        margin-top: 124px; /* You can adjust this value as needed */
        text-align: center;
        padding: 5px 15px; /* You can adjust this value as needed */
    }
}

    .profile-content-4 h2[b-wcy1qwul38] {
        font-size: 34px;
        color: #333;
        font-weight: lighter !important;
    }

        .profile-content-4 h2 span[b-wcy1qwul38] {
            display: block;
            font-weight: bold;
            font-size: 34px;
        }

.job-title-4[b-wcy1qwul38] {
    color: #777;
    font-size: 18px;
    margin-top: 10px;
}

.company-name-4[b-wcy1qwul38] {
    font-weight: bold;
    color: #333;
    margin: 10px 0;
    font-size: 17px;
}

h3[b-wcy1qwul38] {
    font-size: 16px;
    color: #7b1fa2;
    margin-bottom: 10px;
}

.about-text-4[b-wcy1qwul38], .skills-4[b-wcy1qwul38] {
    font-size: 15px;
    color: #555;
    margin-bottom: 10px;
}
.service-image[b-wcy1qwul38], .product-image[b-wcy1qwul38] {
    max-width: 60px;
    max-height: 60px;
    object-fit: cover;
    border-radius:40%;
}

.social-container-4[b-wcy1qwul38] {
    display: flex;
    align-items: center;
    justify-content: flex-start; /* Align items to the left for scrolling */
    background-color: #f4f4f4; /* Light background */
    border-radius: 30px; /* Rounded corners */
    padding: 10px 20px; /* Adjust spacing */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* Soft shadow */
    margin-top: 26px;
    overflow-x: auto; /* Enable horizontal scrolling */
    white-space: nowrap; /* Prevent line wrapping */
    max-width: 100%; /* Ensure it fits within the viewport */
}

    .social-container-4[b-wcy1qwul38]::-webkit-scrollbar {
        height: 0px; /* Scrollbar height */
    }

    .social-container-4[b-wcy1qwul38]::-webkit-scrollbar-thumb {
        background: #888; /* Scrollbar thumb color */
        border-radius: 10px;
    }

        .social-container-4[b-wcy1qwul38]::-webkit-scrollbar-thumb:hover {
            background: #555; /* Darken scrollbar thumb on hover */
        }

.social-icon-4[b-wcy1qwul38] {
    display: inline-block;
    margin-right: 15px;
    text-decoration: none;
    color: #fff;
    background-color: #0c0b0c;
    padding: 10px;
    border-radius: 18%;
    font-size: 13px;
    transition: background-color 0.3s;
}

    .social-icon-4 .iconn[b-wcy1qwul38] {
        color: white !important;
    }

    .social-icon-4:hover[b-wcy1qwul38] {
        background-color: #4a148c; /* Darken on hover */
    }



.know-more-btn-4[b-wcy1qwul38] {
    background-color: white;
    color: black;
    border: none;
    padding: 10px 20px;
    border-radius: 20px;
    cursor: pointer;
    margin-top: 20px;
    font-size: 14px;
}

    .know-more-btn-4:hover[b-wcy1qwul38] {
        background-color: #4a148c;
        color: white;
    }

/* Container for Profile */
.profile-wrapper-4[b-wcy1qwul38] {
    position: relative;
    text-align: center;
}

/*style 5*/


.contact-btn[b-wcy1qwul38],
.vcard-two-btn[b-wcy1qwul38],
.vcard2-share[b-wcy1qwul38] {
    background-color: #0e2567;
    padding: 8px 15px;
    border-radius: 15px;
    font-size: 0.85rem;
    border: none;
}

.vcard-two-btn[b-wcy1qwul38] {
    margin-right: 10px;
}

.icon-container[b-wcy1qwul38] {
    margin-top: 15px;
}

    .icon-container .fa-brands[b-wcy1qwul38],
    .icon-container .fa-solid[b-wcy1qwul38] {
        font-size: 1.3rem;
        margin: 0 8px;
        color: #0e2567;
    }



.dropdown-menu[b-wcy1qwul38] {
    display: none;
    position: absolute;
    z-index: 1000;
}

/* Show dropdown menu on hover */
.dropdown:hover .dropdown-menu[b-wcy1qwul38] {
    display: block;
}

/* Additional styles for positioning */
.lang-list[b-wcy1qwul38] {
    position: relative;
}

.lang-hover-list[b-wcy1qwul38] {
    left: 0; /* Adjust based on your needs */
    top: 100%; /* Adjust to position right below the toggle */
}


/*----------new-----------*/ 
.card-container-5[b-wcy1qwul38] {
    width: 100%;
    max-width: 445px;
    height: auto;
    position: relative;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    background-color: rgba(204, 204, 204, 0.4); /* #CCCCCC with some transparency */
}

.parent-container-5[b-wcy1qwul38] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background-color: #f5f5f5;
}

.profile-card-5[b-wcy1qwul38] {
    width: 300px;
    background-color: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    margin: 50px auto;
    padding: 20px;
}

.profile-header-5[b-wcy1qwul38] {
    min-height: 200px;
}

    .profile-header-5 .diamond-front-5[b-wcy1qwul38] {
        width: 200px;
        height: 200px;
        position: absolute;
        z-index: 100;
        right: 0px;
    }

    .profile-header-5 .diamond-front-single-5[b-wcy1qwul38] {
        width: 180px;
        height: 180px;
        position: absolute;
        z-index: 99;
        right: 29px;
        top: 165px;
    }

    .profile-header-5 .diamond-front-single-2-5[b-wcy1qwul38] {
        width: 120px;
        height: 120px;
        position: absolute;
        z-index: 99;
        right: 169px;
        top: 98px;
    }

    .profile-header-5 .diamond-front-single-3-5[b-wcy1qwul38] {
        width: 80px;
        height: 80px;
        position: absolute;
        z-index: 99;
        right: 265px;
        top: 52px;
    }

.diamond-header-front-5[b-wcy1qwul38] {
    width: 100%;
    position: absolute;
    right: 0px;
    height: 100%;
}



.profile-content-5[b-wcy1qwul38] {
    margin-top: 154px;
    padding: 16px;
    z-index: 99;
    position: relative;
    color: white;
}

    .profile-content-5 .profile-name-container-5 h2[b-wcy1qwul38] {
        font-size: 20px;
        color: white;
        font-weight: lighter !important;
        margin-left: 38px;
        margin-top: 5px;
    }

    .profile-content-5 h2 span[b-wcy1qwul38] {
        display: block;
        font-weight: bold;
        font-size: 26px;
        color: white;
    }

.job-title-5[b-wcy1qwul38] {
    color: #777;
    font-size: 18px;
    margin-top: 6px;
    font-weight: bold;
    margin-left: 38px;
    color: white;
}

.company-name-5[b-wcy1qwul38] {
    font-weight: bold;
    color: #333;
    margin: 12px 0;
    font-size: 18px;
    color: white;
}

.profile-content-5 h3[b-wcy1qwul38] {
    font-size: 18px;
    color: white;
    margin-bottom: 10px;
    margin-top: 17px;
}

.about-text-5[b-wcy1qwul38], .skills-5[b-wcy1qwul38] {
    font-size: 14px;
    color: white;
    margin-bottom: 10px;
}

.social-container-5[b-wcy1qwul38] {
    display: flex; /* Flexbox layout for horizontal alignment */
    align-items: center;
    justify-content: flex-start;
    background: linear-gradient(331deg, #7c7b7b, #988c8c);
    border-radius: 30px;
    padding: 10px 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    margin-top: 40px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    position: relative; /* Set relative positioning */
    overflow-x: auto; /* Enable horizontal scrolling */
    white-space: nowrap; /* Prevent line wrapping */
    max-width: 100%; /* Ensure it doesn't overflow the viewport */
    right: -16px;
}

    .social-container-5[b-wcy1qwul38]::-webkit-scrollbar {
        height: 0px; /* Scrollbar height */
    }

    .social-container-5[b-wcy1qwul38]::-webkit-scrollbar-thumb {
        background: #888; /* Scrollbar thumb color */
        border-radius: 10px;
    }

        .social-container-5[b-wcy1qwul38]::-webkit-scrollbar-thumb:hover {
            background: #555; /* Darken scrollbar thumb on hover */
        }

    .social-container-5 .social-icon-5[b-wcy1qwul38] {
        display: inline-block;
        margin-right: 15px;
        text-decoration: none;
        color: black !important;
        background-color: white;
        padding: 10px;
        border-radius: 18%;
        font-size: 13px;
        transition: background-color 0.3s;
    }

.social-icon-5 .iconn[b-wcy1qwul38] {
    color: black !important;
}

.social-icon-5:hover[b-wcy1qwul38] {
    background-color: black;
    color: white !important; /* Darken on hover */
}

.social-icon-5 .iconn:hover[b-wcy1qwul38] {
    color: white !important; /* Darken on hover */
}


.know-more-btn-5[b-wcy1qwul38] {
    background-color: #7b1fa2;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 20px;
    cursor: pointer;
    margin-top: 40px;
    font-size: 14px;
}

    .know-more-btn-5:hover[b-wcy1qwul38] {
        background-color: #4a148c;
    }


.profile-header-5 .profile-image-container-5[b-wcy1qwul38] {
    height: 331px;
    width: 418px;
    position: relative;
    left: 9px;
    top: 22px;
    border-bottom-right-radius: 63px;
    border-bottom-left-radius: 63px;
    padding: 10px 0px;
}

.profile-header-5 .profile-image-container-5 img[b-wcy1qwul38] {
    height: 414px;
    width: 418px;
    position: relative;
    left: 0px;
    border-radius: 63px;
}

.profile-name-container-5[b-wcy1qwul38] {
    width: 85%;
    height: 100px;
    /* background-color: white; */
    border-top-left-radius: 35px;
    border-bottom-left-radius: 35px;
    position: absolute;
    top: -97px;
    right: 0;
    background: linear-gradient(331deg, #7c7b7b, #fffcfc);
    box-shadow: 0 4px 8px rgb(239 233 233 / 4%);
}

.purple-frame-5[b-wcy1qwul38] {
    width: 81%;
    height: 107px;
    border: 5px solid purple;
    position: absolute;
    top: -111px;
    right: 0;
    border-top-left-radius: 32px;
    /* border-bottom-left-radius: 60px; */
    border-right: 0;
    border-bottom: 0;
    z-index: 1000;
}
.btn-container[b-wcy1qwul38] {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}


/*------new 6*/
.card-container-6[b-wcy1qwul38] {
    width: 100%;
    max-width: 410px;
    height: auto;
    position: relative;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    background-color: white; /* #CCCCCC with some transparency */
}

.parent-container-6[b-wcy1qwul38] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background-color: #f5f5f5;
}

.profile-card-6[b-wcy1qwul38] {
    width: 300px;
    background-color: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    margin: 50px auto;
    padding: 20px;
}




.curvy-triangle-6[b-wcy1qwul38] {
    width: 300px;
    height: 300px;
    background-color: white; /* Or any color you prefer */
    clip-path: path("M 0 300 Q 150 50 300 300 T 300 300 Z");
    position: absolute;
    top: 0;
    transform: translateX(-50%);
}




.profile-image-6[b-wcy1qwul38] {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    object-fit: cover;
    border: 5px solid white;
    position: absolute;
    top: 160px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
}

.profile-content-6[b-wcy1qwul38] {
    margin-top: 154px;
    padding: 16px;
}

    .profile-content-6 h2[b-wcy1qwul38] {
        font-size: 24px;
        color: #333;
    }

        .profile-content-6 h2 span[b-wcy1qwul38] {
            display: block;
            font-weight: bold;
            font-size: 24px;
        }

.job-title-6[b-wcy1qwul38] {
    color: #777;
    font-size: 16px;
    margin-top: 10px;
    font-weight: bold;
}

.company-name-6[b-wcy1qwul38] {
    font-weight: bold;
    color: #333;
    margin: 10px 0;
    font-size: 18px;
}

h3[b-wcy1qwul38] {
    font-size: 16px;
    color: #7b1fa2;
    margin-bottom: 10px;
    margin-top:17px;
}

.about-text-6[b-wcy1qwul38], .skills-6[b-wcy1qwul38] {
    font-size: 14px;
    color: #555;
    margin-bottom: 10px;
}

.social-container-6[b-wcy1qwul38] {
    display: flex;
    align-items: center;
    justify-content: flex-start; /* Align items to the left for scrolling */
    background-color: #f4f4f4; /* Light background */
    border-radius: 30px; /* Rounded corners */
    padding: 10px 20px; /* Adjust spacing */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* Soft shadow */
    margin-top: 26px;
    overflow-x: auto; /* Enable horizontal scrolling */
    white-space: nowrap; /* Prevent line wrapping */
    max-width: 100%; /* Ensure it fits within the viewport */
}

    .social-container-6[b-wcy1qwul38]::-webkit-scrollbar {
        height: 0px; /* Scrollbar height */
    }

    .social-container-6[b-wcy1qwul38]::-webkit-scrollbar-thumb {
        background: #888; /* Scrollbar thumb color */
        border-radius: 10px;
    }

        .social-container-6[b-wcy1qwul38]::-webkit-scrollbar-thumb:hover {
            background: #555; /* Darken scrollbar thumb on hover */
        }

.social-icon-6[b-wcy1qwul38] {
    display: inline-block;
    margin-right: 15px;
    text-decoration: none;
    color: #fff;
    background-color: #4a148c;
    padding: 10px;
    border-radius: 18%;
    font-size: 13px;
    transition: background-color 0.3s;
}

    .social-icon-6 .iconn[b-wcy1qwul38] {
        color: white !important;
    }

    .social-icon-6:hover[b-wcy1qwul38] {
        background-color: black; /* Darken on hover */
    }





.know-more-btn-6[b-wcy1qwul38] {
    background-color: #7b1fa2;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 20px;
    cursor: pointer;
    margin-top: 20px;
    font-size: 14px;
}

.know-more-btn:hover[b-wcy1qwul38] {
    background-color: #4a148c;
}

/* Container for Profile */
.profile-wrapper-6[b-wcy1qwul38] {
    position: relative;
    text-align: center;
}


.design4-header-6[b-wcy1qwul38] {
    position: relative;
}

    .design4-header-6 .design4-asset-6[b-wcy1qwul38] {
        height: 235px;
        width: 195px;
        z-index: 508;
        position: absolute;
        right: 0;
    }
    .design4-header-6 .back-diamond-6[b-wcy1qwul38] {
        height: 235px;
        width: 220px;
        z-index: 500;
        position: absolute;
        right: 171px;
    }

    .design4-header-6 .profile-image-container-6[b-wcy1qwul38] {
        border: 4px solid purple;
        border-left: 0;
        height: 233px;
        width: 232px;
        position: relative;
        top: 150px;
        border-bottom-right-radius: 20px;
        padding: 10px 0px;
    }

        .design4-header-6 .profile-image-container-6 img[b-wcy1qwul38] {
            object-fit: cover;
            height: auto;
            width: 210px;
            border-radius: 10px;
            z-index: 501;
            position: relative;
        }
/* _content/BataqaWebproject/Shared/HomeLayout.razor.rz.scp.css */
.sidebar-app-logo[b-bim1ru832e] {
    max-height: 110px;
    max-width: 120px;
}

.loading-container[b-bim1ru832e] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh; /* Full screen height */
}

.spinner-border[b-bim1ru832e] {
    width: 3rem;
    height: 3rem;
}

.loading-text[b-bim1ru832e] {
    margin-top: 1rem;
    font-size: 1.2rem;
    color: #555;
}

.disabled-li[b-bim1ru832e] {
    pointer-events: none;
    opacity: 0.6;
}

.disabled[b-bim1ru832e] {
    pointer-events: none; /* Disable clicking */
    opacity: 0.6; /* Make it appear disabled */
}

/* Default light mode styles */
body.light-mode[b-bim1ru832e] {
    background-color: #ffffff;
    color: #000000;
}

/* Dark mode styles */
body.dark-mode[b-bim1ru832e] {
    background-color: #060917;
    color: #ffffff;
}

    body.dark-mode .header[b-bim1ru832e] {
        background-color: #13151f;
        color: #ffffff;
    }

    body.dark-mode .card[b-bim1ru832e] {
        background-color: #13151f;
        color: #ffffff;
    }

    body.dark-mode .card-header[b-bim1ru832e] {
        background-color: #13151f;
        color: #ffffff;
    }

    body.dark-mode .navbar .bg-white[b-bim1ru832e] {
        background-color: #13151f;
        important ! color: #ffffff;
    }
    /* Example for overriding specific elements */
    body.dark-mode .aside-menu-container[b-bim1ru832e] {
        background-color: #13151f;
        color: #ffffff;
    }

.otp-field[b-bim1ru832e] {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 1.5rem;
    text-align: center;
    margin-right: 0.5rem;
    border-radius: 0.25rem;
    border: 1px solid #ddd;
}
#perPage[b-bim1ru832e] {
    min-width: 65px !important;
}
/* _content/BataqaWebproject/Shared/MainLayout.razor.rz.scp.css */
.page[b-qqjh7v9c6q] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-qqjh7v9c6q] {
    flex: 1;
}

.sidebar[b-qqjh7v9c6q] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-qqjh7v9c6q] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-qqjh7v9c6q]  a, .top-row .btn-link[b-qqjh7v9c6q] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-qqjh7v9c6q] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-qqjh7v9c6q] {
        display: none;
    }

    .top-row.auth[b-qqjh7v9c6q] {
        justify-content: space-between;
    }

    .top-row a[b-qqjh7v9c6q], .top-row .btn-link[b-qqjh7v9c6q] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-qqjh7v9c6q] {
        flex-direction: row;
    }

    .sidebar[b-qqjh7v9c6q] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-qqjh7v9c6q] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-qqjh7v9c6q], article[b-qqjh7v9c6q] {
        padding-left: 0rem !important;
        padding-right: 0rem !important;
    }
}
/* _content/BataqaWebproject/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-nizyp2jm9q] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-nizyp2jm9q] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-nizyp2jm9q] {
    font-size: 1.1rem;
}

.oi[b-nizyp2jm9q] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-nizyp2jm9q] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-nizyp2jm9q] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-nizyp2jm9q] {
        padding-bottom: 1rem;
    }

    .nav-item[b-nizyp2jm9q]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-nizyp2jm9q]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-nizyp2jm9q]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-nizyp2jm9q] {
        display: none;
    }

    .collapse[b-nizyp2jm9q] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-nizyp2jm9q] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
