@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;600;700;800;900&display=swap');

:root {
    --primary1: #1877F2;
    --primary2: #F8E831;
    --secondary1: #0c62d3;
    --secondary2: #e9d70e;
    --text1: #0A1931;
    --text2: #ffffff;

}


::selection {
    color: var(--text2);
    background: var(--primary1);
}

* {
    margin: 0;
    padding: 0;
    font-family: 'Inter', sans-serif;
    color: var(--text1)
}

html {
    scroll-behavior: smooth;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}


/* Home style */

.head {
    width: 100%;
}

.item {
    text-align: center;
    position: relative;
}

.item img {
    width: 100%;
}


.item .headertext {
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: var(--text2);


}

.headertext h1 {
    color: var(--text2);
    font-size: 64px;
    font-weight: 800;
    padding: 8px 16px;
    line-height: 87px;

}

.headertext div {
    text-align: center;
}

.headertext a {
    display: flex;
    justify-content: center;
    align-items: center;
}

.book {
    margin: 0 auto;
    border: none;
    width: 230px;
    height: 48px;
    font-size: 16px;
    font-weight: 600;
    background-color: var(--primary2);
    color: var(--text1);
}

.book:hover {
    background-color: var(--secondary2);
    color: var(--text1);
}

.dotbox {
    position: relative;
    overflow: hidden;

}

.dotbox .left {
    position: absolute;
    left: 15px;
    top: 0px;
    height: 120px;
}

.dotbox .right {
    position: absolute;
    right: 15px;
    top: 0px;
    height: 120px;
}

.dotbox .Tleft {
    position: absolute;
    left: -36px;
    top: 4px;
    height: 200px;
    transform: rotate(48deg);
    opacity: 0.4;
}

.dotbox .Tright {
    position: absolute;
    right: -40px;
    top: 4px;
    height: 200px;
    transform: rotate(48deg);
    opacity: 0.4;
}

.dotbox .Tcenter1 {
    position: absolute;
    left: 30%;
    top: -6px;
    height: 80px;
    transform: rotate(-28deg);
    opacity: 0.3;
}

.dotbox .Tcenter2 {
    position: absolute;
    right: 30%;
    bottom: -16px;
    height: 90px;
    transform: rotate(20deg);
    opacity: 0.3;
}

.sectionHeading {
    padding: 36px 16px;
    font-size: 44px;
    text-align: center;
    font-weight: 700;
    margin: 0;
    color: var(--primary1);
}


/* About Us */

.aboutImage {
    width: 70%;
    height: auto;
    margin: 2% 15% 2% 15%;
}

.about_box {
    padding: 14% 6% 2% 2%;
}

.about_box p {
    font-size: 17px;
    line-height: 32px;
    font-weight: 500;
}


/* Service */

.serviceBox {
    width: 100%;
    height: 340px;
    position: relative;
    background-color: var(--text2);
    box-shadow: 7px 7px 30px 0 rgb(0 0 0 / 10%);
    margin: 36px;
    border-radius: 12px;
}

.serviceImgBox {
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 500px;
    top: -60px;
    left: 20px;
    background-color: var(--text2);
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 7px 7px 30px 0 rgb(0 0 0 / 10%);
}

.serviceImgBox img {
    width: 60px;
    height: auto;
}

.serviceContent {
    position: absolute;
    left: 0px;
    bottom: 8px;
    padding: 0px 16px;
    width: 96%;
}

.serviceContent h1 {
    font-size: 48px;
    line-height: 48px;
    font-weight: 700;
}

.serviceContent p {
    font-size: 17px;
    line-height: 26px;
    font-weight: 300;
}

.serviceBtn {
    color: var(--primary1);
    font-weight: 600;
    font-size: 16px;
    padding: 4px 4px 0px 0px;
}

.serviceBtn:hover {
    color: var(--secondary1);
}


/* cloud partner */

.cloudBox {
    text-align: center;
    background-color: var(--text2);
    border-radius: 16px;
    margin: 5% 10% 5% 10%;
    width: auto;
    height: 280px;
    padding: 5px 8px;
    border: 2px solid #d5dde9;

}


.cloudBox:hover {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
    border: none;
    padding: 0px 10px;
}


.cloudBox img {
    padding: 8px;
    height: 160px;
}

.cloudBox p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    padding: 6px;
    color: var(--text1);
    width: 100%;
    margin: -1% 2%;
    text-align: left;
}


/* why us */


/* Why feature*/
/* Services  */
.whyBox {
    padding: 24px 44px;
    margin-bottom: 22px;
}

.whyBox h1 {
    font-size: 54px;
    line-height: 54*1.2px;
    font-weight: 700;
}

.whyBox p {
    margin-top: 20px;
    font-size: 17px;
    line-height: 24px;
    font-weight: 300;
}

.whyImage {
    width: 94%;
    height: auto;
    margin: 3% 3% 3% 3%;
}

.feature {
    display: flex;
    align-items: center;
    text-align: left;
}

.feature img {
    height: 16px;
    margin: 3px 8px 0px 0px;
}

.feature p {
    text-align: left;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
}


/* Contact  */

.sectionText {
    font-size: 18px;
    line-height: 36px;
    padding: 0px 180px 0px 180px;
    text-align: center;
}

.details i {
    font-size: 22px;
    padding: 6px;
    margin: 0px 16px 0px 0px;
    color: var(--primary1);
}

.details {
    display: flex;
    width: 70%;
    margin: 36px 40px 20px 40px;
}

.details .head {
    font-weight: 600;
    font-size: 20px;
    line-height: 36px;
}

.details .sub-title {
    font-weight: 400;
    font-size: 17px;
    line-height: 26px;
}

input {
    width: 100%;
    height: 44px;
    margin: 5px 0;
}

textarea {
    width: 100%;
    margin: 5px 0;
}

select {
    width: 100%;
    height: 44px;
    margin: 5px 0;
}

.contactInput,
.selectinput,
.messageinput {
    border-color: #d1d5db;
    color: var(--primary1);
}

.contactInput:focus,
.selectinput:focus,
.messageinput:focus {
    box-shadow: none;
    border-color: var(--primary1);
    color: var(--text1);
}

.submit {
    margin-top: 24px;
    border: none;
    width: 200px;
    height: 48px;
    font-size: 16px;
    font-weight: 600;
    background-color: var(--primary1);
    color: var(--text2);
    margin: 18px 0px 6px 12px;
}

.submit:hover {
    background-color: var(--secondary1);
}

.bookCta {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 28px;
    padding: 30px 0px;
}

.bookCta h3 {
    font-size: 48px;
    line-height: 64px;
    font-weight: 700;
    padding: 0px 56px;
    color: var(--text1);
    margin-bottom: 1%;
}


@media (max-width: 947px) {

    .book {
        border: none;
        width: 180px;
        height: 40px;
        font-size: 15px;
        font-weight: 600;
        margin-top: 6px;
    }



    .item {
        height: 400px;
    }

    .item img {
        width: 100%;
        height: 400px;
        object-fit: cover;
    }

    .item div {
        font-size: 36px;
        line-height: 54px;
    }

    .headertext h1 {
        font-size: 32px;
        padding: 8px 16px;
        line-height: 36px;

    }
    .headertext h1 br{
        display: none;
    }

    .sectionHeading {
        padding: 30px 16px;
        font-size: 36px;
        text-align: center;
        font-weight: 700;
        margin: 0px 0px 0px 0px;
    }

    .aboutImage {
        width: 86%;
        height: auto;
        margin: 0% 7% 0% 7%;
    }


    .about_box {
        padding: 7% 0%;
        margin: 0px 16px;
    }

    .about_box p {
        font-size: 16px;
        line-height: 28px;
    }

    .left {
        display: none;
    }

    .right {
        display: none;
    }

    .Tcenter1 {
        display: none;
    }

    .Tcenter2 {
        display: none;
    }

    .Tleft {
        display: none;
    }

    .Tright {
        display: none;
    }

    .serviceBox {
        height: 308px;
        margin-bottom: 64px;
    }

    .serviceImgBox {
        position: absolute;
        width: 80px;
        height: 80px;
        border-radius: 500px;
        top: -40px;
        left: 16px;

    }

    .serviceImgBox img {
        width: 44px;
        height: auto;
    }

    .serviceContent {
        position: absolute;

        top: 32px;
        left: 0px;
        bottom: -2px;
        padding: 16px;
    }

    .serviceContent h1 {
        font-size: 32px;
        line-height: 32px;
    }

    .serviceContent p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 8px;
    }

    .serviceBtn {
        font-size: 13px;
        padding: 4px 4px 4px 0px;
    }

    .cloudBox {
        border-radius: 12px;
        margin: 5% 12px;
        border: 2px solid #d5dde9;
        height: 260px;
    }

    .cloudBox img {
        padding: 8px;
        height: 130px;
    }

    .cloudBox p {
        font-size: 14px;
        color: var(--text1);
        width: 100%;
        margin: 0px;
        padding: 14px;
    }

    /* header */
    .whyBox {
        padding: 0px 16px;
        margin-top: 16px;
        margin-bottom: 0px;
    }


    .whyImage {
        width: 90%;
        height: auto;
        margin: 6% 5% 2% 5%;
    }

    .whyBox h1 {
        font-size: 28px;
        line-height: 36px;

    }

    .whyBox p {
        font-size: 16px;
        line-height: 28px;
        margin-top: 10px;
    }


    .feature img {
        height: 15px;
        margin: -24px 8px 0px 0px;
    }

    .feature p {
        text-align: left;
        font-size: 15px;
        line-height: 20px;
        font-weight: 600;
    }

    .sectionText {
        font-size: 15px;
        line-height: 25px;
        padding: 0px 16px 0px 16px;
    }

    .details {
        width: 100%;
        margin: 0px;
        padding: 14px 16px;
    }

    .details i {
        font-size: 20px;
        padding: 6px;
    }

    .details .head {
        font-size: 18px;
        line-height: 26px;
    }

    .details .sub-title {
        font-size: 16px;
        line-height: 24px;
    }

    .contactform {
        margin-right: 0px;
    }

    .contactform .contactInput,
    .contactform .selectinput,
    .contactform .messageinput {
        margin: 0px 16px;
        padding: 5px 16px;
        width: 94%;
    }

    .submit {
        margin: 20px 0px 6px 30px;
    }

    .bookCta h3 {
        font-size: 24px;
        line-height: 30px;
        padding: 4px;

    }

    .bookCta {
        margin-top: 0px;
        padding: 16px;
    }
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--text2);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.preloader .loader {
    width: 80px;
    height: 80px;
    border: 8px solid var(--primary1);
    border-top-color: transparent;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

.preloader .loading-text {
    margin-top: 20px;
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--primary1);
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

/* Custom Scrollbar for Webkit browsers */
::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: var(--primary1);
    border-radius: 10px;
    border: 3px solid #f1f1f1;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--secondary1);
}

body {
    cursor: none; /* Hide default cursor */
}

.cursor {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: var(--primary1);
    position: fixed;
    pointer-events: none;
    transform: translate(-50%, -50%);
    transition: width 0.3s, height 0.3s, background-color 0.3s;
    z-index: 10000;
}

/* Hover effect for interactive elements */
.interactive-element:hover ~ .cursor {
    width: 50px;
    height: 50px;
    background-color: var(--secondary2);
    mix-blend-mode: difference;
}

/* Button Animations */
.book {
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.book::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: all 0.6s;
}

.book:hover::before {
    left: 100%;
}

.hidden {
    opacity: 0;
    transform: translateY(20px);
}

.visible {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

/* Custom Scrollbar for Webkit browsers */
::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #3a7bd5; /* Primary color */
    border-radius: 10px;
    border: 3px solid #f1f1f1;
}

::-webkit-scrollbar-thumb:hover {
    background: #00d2ff; /* Secondary color on hover */
}

/* AI-themed Preloader */
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #FFFFFF; /* Matches your site's background */
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    opacity: 1;
    transition: opacity 0.5s ease;
}

.preloader .loader {
    width: 80px;
    height: 80px;
    border: 8px solid #3a7bd5;
    border-top-color: #00d2ff;
    border-radius: 50%;
    animation: rotate-loader 1.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) infinite,
               pulse-loader 1.5s ease-in-out infinite;
}

.preloader .loading-text {
    margin-top: 20px;
    font-size: 1.5rem;
    font-weight: 600;
    color: #3a7bd5;
    text-shadow: 0 0 5px rgba(0, 210, 255, 0.6);
}

@keyframes rotate-loader {
    to { transform: rotate(360deg); }
}

@keyframes pulse-loader {
    0% { transform: scale(0.9); opacity: 0.8; }
    50% { transform: scale(1.1); opacity: 1; }
    100% { transform: scale(0.9); opacity: 0.8; }
}

/* Custom Cursor with Blob Effect */
body {
    cursor: none; /* Hides the default cursor */
}

.cursor {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: rgba(58, 123, 213, 0.5); /* Semi-transparent primary color */
    border: 1px solid #3a7bd5;
    position: fixed;
    pointer-events: none;
    transform: translate(-50%, -50%);
    transition: width 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94),
                height 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94),
                background-color 0.3s ease;
    z-index: 10000;
    box-shadow: 0 0 10px rgba(58, 123, 213, 0.5), 
                0 0 20px rgba(58, 123, 213, 0.3);
}

.cursor.is-hovering {
    width: 50px;
    height: 50px;
    background-color: rgba(0, 210, 255, 0.4); /* Secondary color on hover */
    box-shadow: 0 0 20px rgba(0, 210, 255, 0.7), 
                0 0 40px rgba(0, 210, 255, 0.5);
}

/* AI Glow Effect for Headings */
.ai-glow {
    text-shadow: 0 0 5px rgba(0, 210, 255, 0.6), 0 0 10px rgba(0, 210, 255, 0.4);
    transition: text-shadow 0.3s ease;
}

.ai-glow:hover {
    text-shadow: 0 0 10px rgba(0, 210, 255, 0.8), 0 0 20px rgba(0, 210, 255, 0.6);
}

/* Scroll Animations */
.fade-in-up,
.fade-in-left,
.fade-in-right {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.fade-in-left {
    transform: translateX(-50px);
}

.fade-in-right {
    transform: translateX(50px);
}

.fade-in-up.is-visible,
.fade-in-left.is-visible,
.fade-in-right.is-visible {
    opacity: 1;
    transform: translate(0, 0);
}

/* Button & Interactive Element Hover Effect */
.interactive-element {
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.3s ease;
    will-change: transform, box-shadow;
}

.interactive-element:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 15px rgba(58, 123, 213, 0.2);
}

.book {
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.book::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: all 0.6s;
}

.book:hover::before {
    left: 100%;
}

/* Custom Scrollbar for Webkit browsers */
::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #3a7bd5; /* Primary color */
    border-radius: 10px;
    border: 3px solid #f1f1f1;
}

::-webkit-scrollbar-thumb:hover {
    background: #00d2ff; /* Secondary color on hover */
}

/* AI-themed Preloader */
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #FFFFFF; /* Matches your site's background */
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    opacity: 1;
    transition: opacity 0.5s ease;
}

.preloader .loader {
    width: 80px;
    height: 80px;
    border: 8px solid #3a7bd5;
    border-top-color: #00d2ff;
    border-radius: 50%;
    animation: rotate-loader 1.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) infinite,
               pulse-loader 1.5s ease-in-out infinite;
}

.preloader .loading-text {
    margin-top: 20px;
    font-size: 1.5rem;
    font-weight: 600;
    color: #3a7bd5;
    text-shadow: 0 0 5px rgba(0, 210, 255, 0.6);
}

@keyframes rotate-loader {
    to { transform: rotate(360deg); }
}

@keyframes pulse-loader {
    0% { transform: scale(0.9); opacity: 0.8; }
    50% { transform: scale(1.1); opacity: 1; }
    100% { transform: scale(0.9); opacity: 0.8; }
}

/* Custom Cursor with Blob Effect */
body {
    cursor: none; /* Hides the default cursor */
}

.cursor {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: rgba(58, 123, 213, 0.5); /* Semi-transparent primary color */
    border: 1px solid #3a7bd5;
    position: fixed;
    pointer-events: none;
    transform: translate(-50%, -50%);
    transition: width 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94),
                height 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94),
                background-color 0.3s ease;
    z-index: 10000;
    box-shadow: 0 0 10px rgba(58, 123, 213, 0.5), 
                0 0 20px rgba(58, 123, 213, 0.3);
}

.cursor.is-hovering {
    width: 50px;
    height: 50px;
    background-color: rgba(0, 210, 255, 0.4); /* Secondary color on hover */
    box-shadow: 0 0 20px rgba(0, 210, 255, 0.7), 
                0 0 40px rgba(0, 210, 255, 0.5);
}

/* AI Glow Effect for Headings */
.ai-glow {
    text-shadow: 0 0 5px rgba(0, 210, 255, 0.6), 0 0 10px rgba(0, 210, 255, 0.4);
    transition: text-shadow 0.3s ease;
}

.ai-glow:hover {
    text-shadow: 0 0 10px rgba(0, 210, 255, 0.8), 0 0 20px rgba(0, 210, 255, 0.6);
}

/* Scroll Animations */
.fade-in-up,
.fade-in-left,
.fade-in-right {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.fade-in-left {
    transform: translateX(-50px);
}

.fade-in-right {
    transform: translateX(50px);
}

.fade-in-up.is-visible,
.fade-in-left.is-visible,
.fade-in-right.is-visible {
    opacity: 1;
    transform: translate(0, 0);
}

/* Button & Interactive Element Hover Effect */
.interactive-element {
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.3s ease;
    will-change: transform, box-shadow;
}

.interactive-element:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 15px rgba(58, 123, 213, 0.2);
}

.book {
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.book::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: all 0.6s;
}

.book:hover::before {
    left: 100%;
    /*
 * Custom Owl Carousel Styling
 */
.owl-carousel .owl-item.active {
    animation: fadeIn 1s ease-in-out;
}

/* Fix text and button sliding with the image */
.headertext {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%; /* Adjust as needed */
    text-align: center;
    z-index: 2; /* Ensures it's above the image */
    opacity: 0;
    animation: textFadeIn 1s ease-in-out forwards;
    animation-delay: 0.5s; /* Delay the text animation to appear after the image */
}

.owl-item:not(.active) .headertext {
    opacity: 0;
    animation: none;
}

@keyframes textFadeIn {
    from {
        opacity: 0;
        transform: translate(-50%, -40%);
    }
    to {
        opacity: 1;
        transform: translate(-50%, -50%);
    }
}

/*
 * Custom Navigation Dots
 */
.owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    background: transparent;
    border: 2px solid var(--text2);
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
    box-shadow: 0 0 5px rgba(0, 210, 255, 0.4);
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: var(--text2);
    border: 2px solid var(--secondary1);
}

/* You can also use `nav` buttons instead of `dots` if you prefer */
/* To use `nav` buttons, you'd need to set `nav: true` in the JS */
.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

.owl-theme .owl-nav [class*="owl-"] {
    color: var(--text2);
    font-size: 3rem;
    background: transparent;
    margin: 5px;
    padding: 0 10px;
    cursor: pointer;
    border-radius: 3px;
    transition: all 0.3s ease;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
    color: var(--secondary1);
}

.owl-theme .owl-nav .owl-prev {
    position: absolute;
    left: 20px;
}

.owl-theme .owl-nav .owl-next {
    position: absolute;
    right: 20px;
}
}
/* New Preloader Styling */
/* New Fluid Preloader Styling */
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0A1930; /* Dark background for better glow effect */
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    opacity: 1;
    transition: opacity 1s ease-in-out;
}

.preloader.hidden {
    opacity: 0;
    pointer-events: none;
}

.preloader-glow {
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: rgba(58, 123, 213, 0.5);
    border-radius: 50%;
    filter: blur(15px);
    transition: transform 0.5s ease-out, background-color 0.5s ease;
    will-change: transform, background-color;
    z-index: 999;
}

.loading-text {
    z-index: 1000;
    color: #FFFFFF;
    font-size: 2rem;
    text-shadow: 0 0 10px rgba(0, 210, 255, 0.8), 0 0 20px rgba(0, 210, 255, 0.6);
}

/* Blur Effect for Main Content */
.blurred {
    filter: blur(10px);
    transition: filter 1s ease-in-out;
}

/* Add semi-transparent background to carousel text */
.headertext div {
    background: rgba(0, 0, 0, 0.6);
    padding: 30px 25px;
    border-radius: 12px;
    backdrop-filter: blur(3px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.headertext h1 {
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.8);
}

/* Mobile responsive adjustments */
@media (max-width: 947px) {
    .headertext div {
        padding: 20px 15px;
        margin: 0 10px;
    }
}
