/* _content/TCGWeb/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-ykovu9899q] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-ykovu9899q] {
    flex: 1;
}

.sidebar[b-ykovu9899q] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-ykovu9899q] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-ykovu9899q]  a, .top-row[b-ykovu9899q]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-ykovu9899q]  a:hover, .top-row[b-ykovu9899q]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-ykovu9899q]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-ykovu9899q] {
        justify-content: space-between;
    }

    .top-row[b-ykovu9899q]  a, .top-row[b-ykovu9899q]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-ykovu9899q] {
        flex-direction: row;
    }

    .sidebar[b-ykovu9899q] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-ykovu9899q] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-ykovu9899q]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-ykovu9899q], article[b-ykovu9899q] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-ykovu9899q] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-ykovu9899q] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/TCGWeb/Components/Layout/NavMenu.razor.rz.scp.css */
/* NavMenu.razor.css */
.custom-navbar[b-jwdqahuvsr] {
    background-color: black;
    min-height: 80px; /* Adjust as needed */
    width: 100%; /* Ensure full width */
    padding: 0; /* Remove extra padding if any */
}

.custom-nav-link[b-jwdqahuvsr] {
    color: white;
    font-size: 2rem; /* Adjust font size as needed */
}

/* Optional: Adjust the logo size if needed */
.cropped-logo[b-jwdqahuvsr] {
    max-height: 180px; /* Example value; adjust according to your design */
}

@media (max-width: 576px) {
    .navbar-toggler[b-jwdqahuvsr] {
        display: block;
        border-color: white; /* Ensure the border is visible */
    }

    .navbar-toggler-icon[b-jwdqahuvsr] {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba%28255, 255, 255, 1%29' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
    }

    .navbar-collapse[b-jwdqahuvsr] {
        display: none;
    }

        .navbar-collapse.show[b-jwdqahuvsr] {
            display: block;
        }

    .custom-nav-link[b-jwdqahuvsr] {
        font-size: 1.2rem; /* Adjust font size for mobile devices */
    }
}
/* _content/TCGWeb/Components/Pages/AboutUsPage.razor.rz.scp.css */

.aboutus-background[b-9flgpc0nxt] {
    background-image: url('images/13.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
    position: relative; /* Ensure the overlay is positioned correctly */
}

@media (max-width: 768px) {
    .aboutus-background[b-9flgpc0nxt] {
        background-image: url('images/13small.webp');
    }
}

.aboutus-banner[b-9flgpc0nxt] {
    width: 80%; /* Set the width to 80% */
    background-color: rgba(0, 0, 0, 0.7); /* Slight transparency */
    color: white;
    padding: 20px; /* Adjust padding for better spacing */
    text-align: center;
    border-radius: 8px; /* Optional: add rounded corners */
    margin-top: 20px; /* Add some space above the banner */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Add a subtle shadow */
}

    .aboutus-banner h1[b-9flgpc0nxt] {
        margin: 0;
        font-size: 2.5rem; /* Adjust font size as needed */
        color: white; /* Ensure text color is white */
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); /* Add a subtle text shadow */
    }

.custom-style[b-9flgpc0nxt] {
    font-size: 2.5rem; /* Adjust font size as needed */
    background-color: #f0a500; /* Change to any background color */
    color: white; /* Optional: change text color */
    padding: 20px; /* Adjust padding for better spacing */
}

.custom-text[b-9flgpc0nxt] {
    font-size: 2.5rem; /* Adjust the size as needed */
}

.custom-image[b-9flgpc0nxt] {
    width: 200px; /* Set the image width */
    height: auto; /* Maintain aspect ratio */
    margin-left: 200px; /* Adjust the space between text and image */
}

.custom-card[b-9flgpc0nxt] {
    background-color: #0b7d9b;
    color: white;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    font-size: 1.25rem; /* Adjust the font size as needed */
    position: center;
}

    .custom-card:hover[b-9flgpc0nxt] {
        transform: translateY(-10px);
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
    }

.card-body[b-9flgpc0nxt] {
    display: flex;
    justify-content: center; /* Center the content horizontally */
}

    .card-body ul[b-9flgpc0nxt] {
        text-align: left; /* Keeps items left-aligned */
        max-width: fit-content; /* Allows the content to take only as much space as needed */
        padding: 0; /* Removes extra padding */
        margin: 0; /* Removes extra margin */
        list-style-position: inside; /* Keeps bullets within the centered area */
    }

/* _content/TCGWeb/Components/Pages/Chatbot.razor.rz.scp.css */
.input-wide[b-aawzqlgaje] {
    width: 80%;
    text-align: left;
}
/* _content/TCGWeb/Components/Pages/ContactUsPage.razor.rz.scp.css */
.home-background[b-ixjw85t4f2] {
    background-image: url('/images/16.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
    background-color: #000; /* Fallback background color */
}

@media (max-width: 768px) {
    .home-background[b-ixjw85t4f2] {
        background-image: url('/images/16small.webp');
        background-size: contain; /* Ensure the image scales properly */
        background-position: top; /* Adjust the position for portrait orientation */
    }
}
/* _content/TCGWeb/Components/Pages/Home.Razor.rz.scp.css */
.home-background[b-gto2l1ah90] {
    background-image: url('/images/12.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
    position: relative; /* Ensure the overlay is positioned correctly */
}

.overlay[b-gto2l1ah90] {
    background-color: rgba(0, 0, 0, 0.6); /* Slight transparency */
    color: white;
    height: 10vh;
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: absolute; /* Position on top of the background */
    top: 1%; /* Adjust as needed */
    left: 50%;
    transform: translateX(-50%);
    bottom: auto;
}

    .overlay h2[b-gto2l1ah90] {
        margin: 0;
        font-size: 2.5rem;
    }

.hanging-divs[b-gto2l1ah90] {
    display: flex;
    justify-content: space-between;
    width: 80%;
    margin-top: 0.5rem; /* Reduced space between the sections */
    position: relative;
    top: 10vh; /* Adjusted to bring closer to the overlay */
}

.hanging-div[b-gto2l1ah90] {
    flex: 1;
    margin: 0 0.5rem; /* Small space between the divs */
    padding: 1rem;
    color: white;
    text-align: center;
}

.left-div h2[b-gto2l1ah90] {
    margin: 0;
    font-size: 1.75rem; /* Increased font size */
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.right-div ul[b-gto2l1ah90] {
    list-style-type: disc;
    padding-left: 20px;
    text-align: left;
    font-size: 1.25rem; /* Increased font size */
}

.services-container[b-gto2l1ah90] {
    position: relative; /* Ensure it is positioned correctly within the parent */
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1; /* Ensure it is on top of the background */
    margin-top: 100px; /* Add some space above the services container */
}

/* Responsive adjustments for tablets */
@media (max-width: 1024px) {
    .overlay[b-gto2l1ah90] {
        width: 85%;
        height: 8vh; /* Adjusted height */
    }

        .overlay h2[b-gto2l1ah90] {
            font-size: 2rem;
        }

    .hanging-divs[b-gto2l1ah90] {
        width: 85%;
        top: 12vh;
    }

    .hanging-div[b-gto2l1ah90] {
        margin: 0.5rem 0;
    }

    .left-div h2[b-gto2l1ah90] {
        font-size: 1.5rem;
    }

    .right-div ul[b-gto2l1ah90] {
        font-size: 1.1rem;
    }
}

/* Responsive adjustments for mobile */
@media (max-width: 768px) {
    .home-background[b-gto2l1ah90] {
        background-size: contain; /* Adjust background size for mobile */
        background-position: top center; /* Adjust background position for mobile */
    }

    .overlay[b-gto2l1ah90] {
        width: 90%;
        height: 6vh; /* Adjusted height */
    }

        .overlay h2[b-gto2l1ah90] {
            font-size: 1.5rem;
        }

    .hanging-divs[b-gto2l1ah90] {
        flex-direction: column;
        width: 90%;
        top: 12vh; /* Adjust as needed to bring closer to the overlay */
    }

    .hanging-div[b-gto2l1ah90] {
        margin: 0.5rem 0;
    }

    .left-div h2[b-gto2l1ah90] {
        font-size: 1.5rem; /* Adjusted font size for mobile */
    }

    .right-div ul[b-gto2l1ah90] {
        font-size: 1rem; /* Adjusted font size for mobile */
    }
}

/* Responsive adjustments for small mobile */
@media (max-width: 480px) {
    .home-background[b-gto2l1ah90] {
        background-size: contain; /* Adjust background size for small mobile */
        background-position: top center; /* Adjust background position for small mobile */
    }

    .overlay[b-gto2l1ah90] {
        width: 95%;
        height: 6vh; /* Adjusted height */
    }

        .overlay h2[b-gto2l1ah90] {
            font-size: 1.25rem;
        }

    .hanging-divs[b-gto2l1ah90] {
        width: 95%;
        top: 12vh;
    }

    .left-div h2[b-gto2l1ah90] {
        font-size: 1.25rem;
    }

    .right-div ul[b-gto2l1ah90] {
        font-size: 0.9rem;
    }
}
/* _content/TCGWeb/Components/Pages/ServicesPage.razor.rz.scp.css */

.home-background[b-bhssyhnlvx] {
    background-image: url('/images/15.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
}

.custom-style[b-bhssyhnlvx] {
    font-size: 2.5rem; /* Adjust font size as needed */
    background-color: #f0a500; /* Change to any background color */
    color: white; /* Optional: change text color */
    padding: 20px; /* Adjust padding for better spacing */
}

.custom-text[b-bhssyhnlvx] {
    font-size: 2.5rem; /* Adjust the size as needed */
}

.custom-image[b-bhssyhnlvx] {
    width: 200px; /* Set the image width */
    height: auto; /* Maintain aspect ratio */
    margin-left: 200px; /* Adjust the space between text and image */
}


@media (max-width: 576px) {
    body[b-bhssyhnlvx], h1[b-bhssyhnlvx], h2[b-bhssyhnlvx], h3[b-bhssyhnlvx], h4[b-bhssyhnlvx], h5[b-bhssyhnlvx], h6[b-bhssyhnlvx], p[b-bhssyhnlvx], a[b-bhssyhnlvx] {
        font-size: 1rem !important;
    }
}

.carousel-container[b-bhssyhnlvx] {
    width: 100%; /* Full width on small screens */
}


/* Container for the scrolling content */
.image-scroll-container[b-bhssyhnlvx] {
    position: relative;
    overflow: hidden;
    width: 100%; /* Full width of the container */
    height: 300px; /* Adjust the height based on your design */
    display: block; /* Ensure the container is block-level */
    mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent); /* Fade in and out */
    -webkit-mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent); /* For WebKit browsers */
}

/* Scrolling container */
.image-scroll[b-bhssyhnlvx] {
    display: flex;
    position: absolute; /* Keep the scroll container in place within the parent */
    top: 0;
    left: 100%; /* Start off-screen */
    animation: scroll-right-to-left-b-bhssyhnlvx 20s linear infinite;
    height: 100%; /* Match the container's height */
    white-space: nowrap; /* Ensure images stay in a single line */
}

    /* Images within the scroll */
    .image-scroll img[b-bhssyhnlvx] {
        height: 100%; /* Full height of the container */
        object-fit: cover; /* Fit image properly */
        margin-right: 20px; /* Optional spacing between images */
    }

.image-item[b-bhssyhnlvx] {
    position: relative;
    display: inline-block;
    margin-right: 20px; /* Optional spacing */
}

    .image-item img[b-bhssyhnlvx] {
        height: 100%;
        object-fit: cover;
        width: auto;
    }

/* Text over the image */
.image-text[b-bhssyhnlvx] {
    position: absolute;
    bottom: 10px; /* You can change this to position it higher or lower */
    left: 10px; /* Adjust for horizontal positioning */
    color: white;
    font-size: 18px;
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background for visibility */
    padding: 5px;
}

/*-------------------------------------*/
/* General Styling for the Service Boxes */
/* General Styling for the Service Boxes */
.service-link[b-bhssyhnlvx] {
    text-decoration: none; /* Remove the underline from links */
    width: 100%;
    height: 100%; /* Make anchor tag take full height of parent */
    display: flex;
}

.service-box[b-bhssyhnlvx] {
    background-color: #0097b2;
    color: white;
    padding: 20px;
    border-radius: 8px;
    transition: transform 0.3s ease, background-color 0.3s ease;
    flex: 1; /* Make the service box grow to fill the container */
    display: flex;
    flex-direction: column;
    justify-content: center; /* Vertically center content */
}

/* Hover Effect */
.service-link:hover .service-box[b-bhssyhnlvx] {
    transform: scale(1.05);
    background-color: #007a96;
}

/* Different background colors for alternate boxes */
.auditors[b-bhssyhnlvx] {
    background-color: #0b7d9b; /* Default background color */
    transition: background 0.3s ease; /* Smooth transition */
}

    .auditors:hover[b-bhssyhnlvx] {
        background: linear-gradient(45deg, #0097b2, #7ed957); /* Gradient on hover */
        transition: background 0.3s ease; /* Smooth transition for the gradient */
    }

.bookkeeping[b-bhssyhnlvx] {
    background-color: #0b7d9b; /* Default background color */
    transition: background 0.3s ease; /* Smooth transition */
}

    .bookkeeping:hover[b-bhssyhnlvx] {
        background: linear-gradient(45deg, #0097b2, #7ed957); /* Gradient on hover */
        transition: background 0.3s ease; /* Smooth transition for the gradient */
    }

.taxation[b-bhssyhnlvx] {
    background-color: #0097b2; /* Default background color */
    transition: background 0.3s ease; /* Smooth transition */
}

    .taxation:hover[b-bhssyhnlvx] {
        background: linear-gradient(45deg, #0097b2, #7ed957); /* Gradient on hover */
        transition: background 0.3s ease; /* Smooth transition for the gradient */
    }

.compliance[b-bhssyhnlvx] {
    background-color: #0097b2; /* Default background color */
    transition: background 0.3s ease; /* Smooth transition */
}

    .compliance:hover[b-bhssyhnlvx] {
        background: linear-gradient(45deg, #0097b2, #7ed957); /* Gradient on hover */
        transition: background 0.3s ease; /* Smooth transition for the gradient */
    }


/*---------------------------------------*/


/* Animation for right to left scrolling */
@keyframes scroll-right-to-left-b-bhssyhnlvx {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

/* Responsive adjustments for mobile */
@media (max-width: 768px) {
    .image-scroll-container[b-bhssyhnlvx] {
        height: 150px; /* Smaller height for mobile */
    }

    .image-scroll img[b-bhssyhnlvx] {
        height: 100%; /* Adjust height of images */
    }
}

@media (min-width: 768px) {
    .carousel-container[b-bhssyhnlvx] {
        width: 50%; /* 50% width on larger screens */
        margin: 0 auto; /* Center the carousel */
    }
}
/* _content/TCGWeb/Components/Pages/Services_Accounting.razor.rz.scp.css */
.home-background[b-ntij4hedcv] {
    background-image: url('/images/17.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
    background-color: #000; /* Fallback background color */
}

@media (max-width: 768px) {
    .home-background[b-ntij4hedcv] {
        background-image: url('/images/17small.webp');
        background-size: contain; /* Ensure the image scales properly */
        background-position: center top; /* Adjust the position for portrait orientation */
    }
}

.custom-style[b-ntij4hedcv] {
    font-size: 2.5rem; /* Adjust font size as needed */
    background-color: #f0a500; /* Change to any background color */
    color: white; /* Optional: change text color */
    padding: 20px; /* Adjust padding for better spacing */
}

.custom-text[b-ntij4hedcv] {
    font-size: 2.5rem; /* Adjust the size as needed */
}

.custom-image[b-ntij4hedcv] {
    width: 200px; /* Set the image width */
    height: auto; /* Maintain aspect ratio */
    margin-left: 200px; /* Adjust the space between text and image */
}

.custom-card[b-ntij4hedcv] {
    background-color: #0b7d9b;
    color: white;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    font-size: 1.25rem; /* Adjust the font size as needed */
}

    .custom-card:hover[b-ntij4hedcv] {
        transform: translateY(-10px);
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
    }
/* _content/TCGWeb/Components/Pages/Services_BusinessRescue.razor.rz.scp.css */


.home-background[b-63xpx5rt5x] {
    background-image: url('/images/19.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
}


@media (max-width: 768px) {
    .home-background[b-63xpx5rt5x] {
        background-image: url('/images/19small.webp');
        background-size: contain; /* Ensure the image scales properly */
        background-position: center top; /* Adjust the position for portrait orientation */
    }
}

.custom-style[b-63xpx5rt5x] {
    font-size: 2.5rem; /* Adjust font size as needed */
    background-color: #f0a500; /* Change to any background color */
    color: white; /* Optional: change text color */
    padding: 20px; /* Adjust padding for better spacing */
}

.custom-text[b-63xpx5rt5x] {
    font-size: 2.5rem; /* Adjust the size as needed */
}

.custom-image[b-63xpx5rt5x] {
    width: 200px; /* Set the image width */
    height: auto; /* Maintain aspect ratio */
    margin-left: 200px; /* Adjust the space between text and image */
}

.custom-card[b-63xpx5rt5x] {
    background-color: #0b7d9b;
    color: white;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    font-size: 1.25rem; /* Adjust the font size as needed */
}

    .custom-card:hover[b-63xpx5rt5x] {
        transform: translateY(-10px);
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
    }


/* _content/TCGWeb/Components/Pages/Services_Chartered.razor.rz.scp.css */
.home-background[b-l6mu0xku62] {
    background-image: url('/images/15.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
    background-color: #000; /* Fallback background color */
}

@media (max-width: 768px) {
    .home-background[b-l6mu0xku62] {
        background-image: url('/images/15small.webp');
        background-size: contain; /* Ensure the image scales properly */
        background-position: center top; /* Adjust the position for portrait orientation */
    }
}

.custom-style[b-l6mu0xku62] {
    font-size: 2.5rem; /* Adjust font size as needed */
    background-color: #f0a500; /* Change to any background color */
    color: white; /* Optional: change text color */
    padding: 20px; /* Adjust padding for better spacing */
}

.custom-text[b-l6mu0xku62] {
    font-size: 2.5rem; /* Adjust the size as needed */
}

.custom-image[b-l6mu0xku62] {
    width: 200px; /* Set the image width */
    height: auto; /* Maintain aspect ratio */
    margin-left: 200px; /* Adjust the space between text and image */
}

.custom-card[b-l6mu0xku62] {
    background-color: #0b7d9b;
    color: white;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    font-size: 1.25rem; /* Adjust the font size as needed */
}

    .custom-card:hover[b-l6mu0xku62] {
        transform: translateY(-10px);
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
    }
/* _content/TCGWeb/Components/Pages/Services_Secretarial.razor.rz.scp.css */
.home-background[b-0e79qfvwym] {
    background-image: url('/images/19.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
    background-color: #000; /* Fallback background color */
}

@media (max-width: 768px) {
    .home-background[b-0e79qfvwym] {
        background-image: url('/images/19small.webp');
        background-size: contain; /* Ensure the image scales properly */
        background-position: center top; /* Adjust the position for portrait orientation */
    }
}

.custom-style[b-0e79qfvwym] {
    font-size: 2.5rem; /* Adjust font size as needed */
    background-color: #f0a500; /* Change to any background color */
    color: white; /* Optional: change text color */
    padding: 20px; /* Adjust padding for better spacing */
}

.custom-text[b-0e79qfvwym] {
    font-size: 2.5rem; /* Adjust the size as needed */
}

.custom-image[b-0e79qfvwym] {
    width: 200px; /* Set the image width */
    height: auto; /* Maintain aspect ratio */
    margin-left: 200px; /* Adjust the space between text and image */
}

.custom-card[b-0e79qfvwym] {
    background-color: #0b7d9b;
    color: white;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    font-size: 1.25rem; /* Adjust the font size as needed */
}

    .custom-card:hover[b-0e79qfvwym] {
        transform: translateY(-10px);
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
    }
/* _content/TCGWeb/Components/Pages/Services_Taxation.razor.rz.scp.css */
.home-background[b-zvmo3hxvv2] {
    background-image: url('/images/8.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
    background-color: #000; /* Fallback background color */
}

@media (max-width: 768px) {
    .home-background[b-zvmo3hxvv2] {
        background-image: url('/images/8small.webp');
        background-size: contain; /* Ensure the image scales properly */
        background-position: center top; /* Adjust the position for portrait orientation */
    }
}

.custom-style[b-zvmo3hxvv2] {
    font-size: 2.5rem; /* Adjust font size as needed */
    background-color: #f0a500; /* Change to any background color */
    color: white; /* Optional: change text color */
    padding: 20px; /* Adjust padding for better spacing */
}

.custom-text[b-zvmo3hxvv2] {
    font-size: 2.5rem; /* Adjust the size as needed */
}

.custom-image[b-zvmo3hxvv2] {
    width: 200px; /* Set the image width */
    height: auto; /* Maintain aspect ratio */
    margin-left: 200px; /* Adjust the space between text and image */
}

.custom-card[b-zvmo3hxvv2] {
    background-color: #0b7d9b;
    color: white;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    font-size: 1.25rem; /* Adjust the font size as needed */
}

    .custom-card:hover[b-zvmo3hxvv2] {
        transform: translateY(-10px);
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
    }
/* _content/TCGWeb/Components/Pages/WhyChooseUscmp.razor.rz.scp.css */
.overlay[b-q1q7eqfhqy] {
    background-color: rgba(0, 0, 0, 0.7); /* Slight transparency */
    color: white;
    height: 10vh;
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: absolute; /* Position on top of the background */
    top: 10%; /* Adjust as needed */
    left: 50%;
    transform: translateX(-50%);
}

    .overlay h2[b-q1q7eqfhqy] {
        margin: 0;
        font-size: 2.5rem;
    }

.hanging-divs[b-q1q7eqfhqy] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 80%;
    margin-top: 20px; /* Add some space above the hanging divs */
}

.hanging-div[b-q1q7eqfhqy] {
    flex: 1;
    margin: 0 0.5rem; /* Small space between the divs */
    padding: 1rem;
    color: white;
    text-align: center;
}

.left-div h2[b-q1q7eqfhqy] {
    margin: 0;
    font-size: 1.75rem; /* Increased font size */
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.right-div ul[b-q1q7eqfhqy] {
    list-style-type: disc;
    padding-left: 20px;
    text-align: left;
    font-size: 1.25rem; /* Increased font size */
}
