body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-family: 'Roboto', sans-serif;
    scroll-behavior: smooth;
}

/* Banner */
.triviae-banner {
width: 100%;
height: 90vh;
margin-top: 100px;
position: relative;
text-align: center;
background-size: cover;
color: white;
}



/* First Banner */
.triviae-banner-slide {
position: relative;
display: flex;
align-items: center;
justify-content: center;
height: 90vh;
color: white;
text-transform: uppercase;
font-weight: bold;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}

.triviae-banner-slide::before,
.triviae-banner-slide1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
}


.triviae-banner-text {
font-size: 21vw;
font-weight: 900;
background: white;
background-clip: text; 
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
position: relative;
z-index: 2;
text-align: center;
}

/* GIF Styling */
.triviae-blob1, .triviae-blob2, .triviae-blob3 {
position: absolute;
width: 6vw;
height: 6vw;
background-size: contain;
background-repeat: no-repeat;
filter: invert(1); /* Makes GIFs white */
}

.triviae-blob1 { top: 18%; right: 11%; background-image: url('../images/growth.gif'); }
.triviae-blob2 { bottom: 18%; left: 11%; width: 7vw; height: 7vw; background-image: url('../images/service.gif'); }
.triviae-blob3 { bottom: 18%; right: 10%; background-image: url('../images/clock.gif'); }

/* Second Banner */
.triviae-banner-slide1 {
position: relative;
display: flex;
align-items: center;
justify-content: center;
height: 90vh;
color: white;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
text-align: center;
}

.triviae-banner-content {
text-align: center;
max-width: 100%;
}

.triviae-banner-heading {
font-size: 3vw; /* Adjust the heading font size */
font-weight: 700;
white-space: nowrap;
color: white;
position: relative;
text-align: center;
margin-bottom: 10px;
max-width: 100%;
}

.triviae-banner-subheading {
font-size: 2.5vw; /* Subheading font smaller than heading */
font-weight: 500;
color: white;
text-align: center;
position: relative;
white-space: nowrap;
max-width: 100%;
}


/* Sections */
.triviae-banner, .triviae-unique-features, .triviae-about-us, .triviae-services, .triviae-why-choose, .triviae-clients, .triviae-testimonials {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    max-width: 100%;
}



/* Features Section */
.triviae-unique-features {
display: flex;
align-items: center;
background-color: #0c0c5a; /* dark blue background */
width: 100%;
gap: 30px;
height: 25vh;
}

.triviae-unique-feature {
display: flex;
flex-direction: column; /* Stack items vertically */
align-items: center;
text-align: center;
gap: 10px;
font-family: Arial, sans-serif;
width: 20%;
}

.triviae-unique-feature img {
width: 70px; /* Adjust icon size */
height: 70px;
}

.triviae-unique-feature h4 {
font-size: 22px;
font-weight: bold;
color: #FFD700;
margin-bottom: 5px;
}

.triviae-unique-feature p {
font-size: 20px;
color: white;
}


/* About Us Section */
.triviae-about-us {
width: 100vw;
height: 90vh;
display: flex;
align-items: center; /* Vertically center the content */
justify-content: center;
background: #f5f5f5;
padding: 0; /* Remove padding to use full width */
text-align: center;
}

.triviae-about-us-subtitle {
font-size: 30px;
text-transform: uppercase;
letter-spacing: 1px;
color: #FFD700;
font-weight: bold;
margin-bottom: 10px;
}

.triviae-about-us-title {
font-size: 42px;
white-space: nowrap;
color: black;
font-weight: bold;
margin-top: 10px;
}

.triviae-about-us-content p {
font-size: 20px;
text-align: left;
color: black;
line-height: 2.0;
}

.triviae-about-us-contents {
display: flex;
width: 100vw; /* Ensure it takes full viewport width */
height: 100vh; /* Ensure it takes full viewport height */
}

.triviae-image-container {
width: 50vw; /* Take exactly half of the viewport width */
height: 100vh; /* Full height */
overflow: hidden;
}

.triviae-image-container img {
width: 100%;
height: 100%;
object-fit: cover; /* Ensure the image fully covers the container */
}

.triviae-about-us-content {
width: 50vw; /* Take exactly half of the viewport width */
display: flex;
flex-direction: column;
align-items: left; /* Center content horizontally */
justify-content: center; /* Center content vertically */
text-align: left;
font-size: larger;
padding: 40px; /* Increased padding for better spacing */
}

.triviae-tabs {
margin-top: 10px;
font-size: 20px;
}

.triviae-tab {
display: inline-block;
padding: 8px 15px;
cursor: pointer;
font-weight: bold;
color: #000;
border-bottom: 2px solid transparent;
transition: color 0.3s ease-in-out;
}

.triviae-tab.active {
color: #FFD700;
border-bottom: 2px solid #FFD700;
}

.triviae-tab:hover {
color: #FFD700;
}

.triviae-tab-content {
margin-top: 10px;
color: black;
margin-bottom: 20px;
line-height: 2;
font-size: 20px;
}

.triviae-hidden {
display: none;
}

.triviae-know-more-btn {
    padding: 10px 25px;
    background-color: #FFD700;
    color: #0c0c5a !important; /* Navy Blue */
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    border-radius: 50px;
    width: 21%;
    position: relative;
}

.triviae-know-more-btn:hover {
    transform: scale(1.05);
}



/*Services section */
.triviae-services {
background: white !important;
color: white;
text-align: center;
padding: 80px 5%;
height: 110vh; /* Allow it to grow dynamically */
}

.triviae-services-subtitle {
font-size: 30px;
text-transform: uppercase;
letter-spacing: 1px;
color: #FFD700;
font-weight: bold;
}

.triviae-services-title {
font-size: 42px;
white-space: nowrap;
color: black;
font-weight: bold;
margin-top: 10px;
}


.triviae-services-grid {
display: grid;
margin: 30px;
grid-template-columns: repeat(2, 1fr); /* Two services per row */
gap: 30px;
}

.triviae-service-card {
background: #0c0c5a;
padding: 30px;
width: 600px;
height: 330px;
margin-right: 30px;
margin-bottom: 30px;
border-radius: 60px;
text-align: center;
transition: all 0.3s ease-in-out;
}

.triviae-service-card:hover {
transform: translateY(-5px);
}

.triviae-service-icon {
width: 60px;
display: flex;
margin-bottom: 15px;
}

.triviae-service-title {
font-size: 22px;
color: #FFD700;
text-align: left;
font-weight: bold;
}

.triviae-service-text {
font-size: 18px;
color: white;
text-align: left;
height: 100px;
}

.triviae-service-link {
font-size: 20px;
color: white;
right: 39%;
font-weight: 500;
text-decoration: none;
position: relative;
display: inline-block;
padding-bottom: 5px;
transition: color 0.3s ease-in-out;
}

.triviae-service-link::after {
content: "";
position: absolute;
left: 0;
bottom: 0;
width: 0;
height: 2px;
background-color: white;
transition: width 0.3s ease-in-out;
}

.triviae-service-link:hover {
color: #FFD700;
}

.triviae-service-link:hover::after {
width: 100%;
background-color: #FFD700;
}


/* Why Choose Us Section */
.triviae-why-choose {
    background: #f9f9f9 !important;
    padding: 100px 0;
    height: 90vh;
    text-align: left;
    display: flex;
    justify-content: center;
}

/* Container - Fixed Width */
.triviae-why-container {
    width: 1400px; /* Set container width to match header */
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
}

/* Left Side - Text Content */
.triviae-why-text {
    width: 50%;
}

.triviae-why-subtitle {
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #FFD700;
    font-weight: bold;
}

.triviae-why-title {
    font-size: 42px;
    color: black;
    font-weight: bold;
    margin-top: 10px;
}

.triviae-why-list {
    list-style: none;
    padding: 0;
    margin-top: 20px;
}

.triviae-why-list li {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
}

.triviae-why-list h4 {
    font-size: 20px;
    color: black;
    font-weight: bold;
    margin-bottom: 5px;
}

.triviae-why-list p {
    font-size: 16px;
    color: #333;
}

.triviae-why-list img {
    width: 35px;
    height: 35px;
}

/* Right Side - Image */
.triviae-why-image {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.triviae-why-image img {
    width: 100%; /* Make the image fill the entire 50% space */
    height: auto;
    max-height: 600px; /* Adjust height if necessary */
    object-fit: cover; /* Ensure proper aspect ratio */
}



/* Our Clients Section */
.triviae-clients {
    background: #0c0c5a;
    width: 100vw;
    max-height: 45vh;
    padding: 80px 5%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Centered "Our Clients" Title */
.triviae-clients-subtitle {
    font-size: 30px;
    font-weight: bold;
    color: #FFD700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.triviae-clients-title {
    font-size: 42px;
    white-space: nowrap;
    font-weight: bold;
    margin-top: 20px;
    color: white;
    margin-bottom: 40px;
}

/* Client Logos Container */
.triviae-clients-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 70px; /* Space between logos */
    max-width: 100%;
    margin-top: 60px;
}

/* Logo Card Styling */
.triviae-client-logo {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 180px;
    height: 120px;
    background: #fff;
    border-radius: 15px;
    padding: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    z-index: 2;
}

/* Yellow Rotated Card (FULL DUPLICATE of White Card) */
.triviae-client-logo::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border: 3px solid #FFD700; /* Yellow border */
    border-radius: 15px;
    transform: rotate(32deg); /* Rotate the duplicate card */
    z-index: 1; /* Place it between the white card and the logo */
}

/* Logo Image Styling */
.triviae-client-logo img {
    max-width: 70%;
    height: auto;
    filter: grayscale(50%);
    transition: filter 0.3s ease-in-out, transform 0.3s ease-in-out;
    z-index: 2; /* Ensure image stays on top */
}

/* Hover Effects */
.triviae-client-logo:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.12);
}

.triviae-client-logo:hover img {
    filter: grayscale(0%);
    transform: scale(1.1);
}




/* Testimonials Section */
.triviae-testimonials {
    background-color: #fff;
    padding: 100px 20px;
    display: grid;
    text-align: center;
    max-width: 1600px;
    max-height: 90vh;
    margin: 0 auto; /* Centers the section */
}

.triviae-testimonial-subtitle {
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #FFD700;
    font-weight: bold;
    display: block;
    text-align: center;
    margin-bottom: 10px;
}

.triviae-testimonial-title {
    font-size: 42px;
    font-weight: bold;
    color: black;
}


.testimonial-icon1 {
    align-content: flex-start;
    position: relative;
    display: flex;
    left: -7%;
}

.testimonial-icon2 {
    align-content: flex-end;
    position: relative;
    display: flex;
    left: 99%;
}

.triviae-slider {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: auto;
}

.triviae-slide {
    display: none;
    justify-content: center;
    gap: 20px;
    width: 100%;
}

.triviae-slide.triviae-active {
    display: flex;
}

.triviae-testimonial {
padding: 50px;
width: 600px;
border-radius: 100px;
border: 2px solid #000;
background-color: white;
text-align: left;
}

.triviae-testimonial p {
font-size: 22px;
line-height: 1.5;
color: black;
white-space: normal;
}

.triviae-profile {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.triviae-profile img {
    width: 95px;
    height: 95px;
    object-fit: contain;
    border-radius: 50%;
    margin-right: 15px;
}

.triviae-profile div {
    text-align: left;
}

.triviae-profile strong {
    display: block;
    font-size: 22px;
    color: black;
}

.triviae-profile span {
    font-size: 14px;
    color: gray;
}

/* About us page style */
.triviae-aboutus-banner {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), 
                url('../images/banner4.jpg') no-repeat center center/cover;
    height: 500px;
    margin-top: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
}


.triviae-aboutus-banner-title {
    font-size: 100px;
    font-weight: bold;
    text-transform: uppercase;
    background: linear-gradient(to right, #f6e58d, #ffffff);
    background-clip: text; 
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.triviae-aboutus-banner-subtitle {
    font-size: 30px;
    letter-spacing: 1px;
}
    /* About Us Section */
    .triviae-aboutus-agency {
            padding: 80px 0; /* Top and bottom spacing */
        }

        .triviae-aboutus-container {
            max-width: 1400px; /* Container width */
            margin: 0 auto;
            padding: 0 40px; /* Left and right spacing */
            margin-bottom: 20px;
        }

        .triviae-aboutus-content-wrapper {
            display: flex;
            align-items: center;
            gap: 30px; /* Reduced gap between images and content */
        }

        /* Image Section */
        .triviae-aboutus-images {
            flex: 1; /* Takes up half of the container */
            position: relative;
            width: 50%;
        }

        .triviae-aboutus-image1 {
            width: 400px; /* Fixed width for square shape */
            height: 400px; /* Fixed height for square shape */
            object-fit: cover; /* Ensures the image fills the container without distortion */
            display: block;
        }

        .triviae-aboutus-image2 {
            position: absolute;
            bottom: -100px; /* Adjust to control vertical overlap */
            right: 115px; /* Adjust to control horizontal overlap */
            width: 300px; /* Fixed width for square shape */
            height: 300px; /* Fixed height for square shape */
            object-fit: cover; /* Ensures the image fills the container without distortion */
        }

        /* Content Section */
        .triviae-aboutus-text-content {
            flex: 1; /* Takes up half of the container */
            text-align: left;
        }

        .triviae-aboutus-title {
            font-size: 30px;
            text-transform: uppercase;
            color: #FFD700; /* Gold color */
            font-weight: bold;
            margin-bottom: 10px; /* Bottom spacing */
        }

        .triviae-aboutus-intro-text {
            font-size: 42px;
            color: #000;
        }

        .triviae-aboutus-description {
            font-size: 20px;
            color: #000;
            max-width: 550px;
            text-align: justify;
            line-height: 2.0;
            margin-bottom: 30px;
        }


        /* Second Container - Reverse Layout */
        .triviae-aboutus-content-wrapper.reverse {
            flex-direction: row-reverse; /* Reverse the order of content and images */
        }


.triviae-aboutus-section {
    background: #f9f9ff;
    padding: 80px 10%;
    text-align: center;
}

.triviae-aboutus-title1 {
    font-size: 30px;
    font-weight: bold;
    color: #FFD700;
    text-transform: uppercase;
}

.triviae-aboutus-subtitle1 {
    font-size: 20px;
    color: #000;
    margin-bottom: 10px;
}

/* Timeline Container */
.triviae-aboutus-timeline {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
}

/* Timeline Vertical Line */
.triviae-aboutus-timeline::after {
    content: '';
    position: absolute;
    width: 4px;
    background-color: #ccc;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

/* Timeline Items */
.triviae-aboutus-timeline-item {
    position: relative;
    width: 50%;
    display: flex;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
}

/* Left Side (Year left, content right) */
.triviae-aboutus-left {
    justify-content: flex-end;
    text-align: right;
    left: 0;
    flex-direction: row-reverse;
}

/* Right Side (Content left, year right) */
.triviae-aboutus-right {
    justify-content: flex-start;
    text-align: left;
    left: 50%;
}

/* Year Styling */
.triviae-aboutus-year {
    font-size: 22px;
    font-weight: bold;
    margin: 0 20px;
    white-space: nowrap;
}

/* Timeline Cards */
.triviae-aboutus-card {
    background: white;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
    width: 300px;
}

/* Event Title */
.triviae-aboutus-event-title {
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    color: #000;
    margin-bottom: 10px;
}

/* Event Description */
.triviae-aboutus-event-description {
    font-size: 20px;
    text-align: left;
    color: #000;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .triviae-aboutus-timeline-item {
        width: 100%;
        text-align: center;
        flex-direction: column;
        align-items: center;
    }

    .triviae-aboutus-year {
        margin-bottom: 10px;
    }

    .triviae-aboutus-card {
        width: 100%;
    }

    .triviae-aboutus-timeline::after {
        left: 10px;
    }
}

/* Services Page style */

/* Banner section */
.triviae-service-banner {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), 
                url('../images/banner5.jpg') no-repeat center center/cover;
    height: 500px;
    margin-top: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    margin-bottom: 70px;
}

.triviae-service-banner-content {
    text-align: center;
    max-width: 100%;
}

.triviae-service-banner-title {
    font-size: 100px;
    font-weight: bold;
    text-transform: uppercase;
    background: linear-gradient(to right, #f6e58d, #ffffff);
    background-clip: text; 
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.triviae-service-banner-subtitle {
    font-size: 30px;
    letter-spacing: 1px;
}

/* Services Container */
/* Services Container */
.triviae-service-container {
max-width: 1400px;
width: 100%;
margin: 0 auto;
display: flex;
flex-direction: column;
gap: 80px;
padding: 0 20px; /* Add padding to avoid edge issues */
}

/* Service Block */
.triviae-service-blocks {
display: flex;
gap: 80px; /* Reduced gap for better alignment */
align-items: center;
margin-bottom: 64px;
}

/* Image Wrapper */
.triviae-service-image-wrapper {
width: 500px; /* Fixed width */
height: 500px; /* Fixed height */
flex-shrink: 0; /* Prevents the image from shrinking */
display: flex;
align-items: center;
justify-content: center;
overflow: hidden;
}

.triviae-service-image {
width: 100%;
height: 100%;
object-fit: cover; /* Ensures all images fit properly */
}

/* Text Content */
.triviae-service-content {
flex: 1; /* Makes it take equal space as image */
display: flex;
flex-direction: column;
justify-content: center; /* Center content vertically */
}

.triviae-service-page-title {
font-size: 30px;
font-weight: bold;
white-space: nowrap;
letter-spacing: 1px;
text-transform: uppercase;
color: black;
line-height: 1.2;
margin-top: 0; /* Remove top margin */
}

.triviae-service-description {
font-size: 24px;
color: #4a5568;
margin-top: 8px;
}



/* Service List */
.triviae-service-list {
list-style: none; /* Removes default bullets */
padding-left: 0; /* Removes extra left padding */
margin-top: 16px; /* Add margin for better spacing */
}

.triviae-service-list-item {
display: flex;
align-items: center;
color: black;
gap: 10px;
line-height: 2.0;
font-size: 20px;
}

/* Button */
.triviae-service-button {
display: inline-block;
background-color: #FFD700;
color: #0c0c5a !important; /* Navy Blue */
padding: 10px 25px;
font-size: 20px;
width: 180px; /* Ensures all buttons are the same width */
height: 50px; /* Ensures all buttons are the same height */
text-align: center; /* Ensures text stays centered */
border-radius: 25px;
font-weight: 400;
text-decoration: none;
margin-top: 24px;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
transition: transform 0.3s ease-in-out, background 0.3s ease-in-out;
}

.triviae-service-button:hover {
transform: scale(1.1);
}

/* Modal Styles */
/* Popup Overlay */
.popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

/* Popup Content */
/* Contact Form Styles */
.popup-content {
    background: white;
    padding: 40px;
    width: 100%;
    max-width: 450px;
    color: black;
    text-align: center;
    border-radius: 10px;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    animation: fadeIn 0.3s ease-in-out;
}

/* Close Button */
.close-btn {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 20px;
    cursor: pointer;
    color: #555;
    transition: color 0.3s ease-in-out;
}

.close-btn:hover {
    color: #000;
}

/* Form Fields */
.contactForm label {
    display: block;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    margin: 10px 0 5px;
    color: #333;
}

.contactForm input, .contactForm textarea {
    width: 100%;
    padding: 12px;
    margin-bottom: 15px;
    border: 2px solid #ddd;
    border-radius: 5px;
    font-size: 16px;
    transition: all 0.3s ease-in-out;
}

.contactForm input:focus, .contactForm textarea:focus {
    border-color: #FFD700;
    box-shadow: 0 0 10px rgba(255, 215, 0, 0.5);
    outline: none;
}

/* Submit Button */
.contactForm button {
    width: 100%;
    padding: 12px;
    font-size: 18px;
    background: #FFD700;
    color: #0c0c5a;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    font-weight: bold;
}

.contactForm button:hover {
    background: #e6c300;
    transform: scale(1.05);
}

/* Fade-in Animation */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(0.9);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

/* Mobile Responsive */
@media (max-width: 600px) {
    .popup-content {
        width: 90%;
        padding: 20px;
    }

    .contactForm input, .contactForm textarea {
        font-size: 14px;
    }

    .contactForm button {
        font-size: 16px;
    }
}

/* Contact_Us Page Style */
/* Contact Section */
.triviae-contact-section {
    background: #fff;
    padding: 100px 10%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.triviae-contact-banner {
    position: relative;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), 
                url('../images/contact_us.jpg') no-repeat center center/cover;
    height: 500px;
    margin-top: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
}


.triviae-contact-banner-title {
    font-size: 100px;
    font-weight: bold;
    text-transform: uppercase;
    background: linear-gradient(to right, #f6e58d, #ffffff);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.triviae-contact-banner-subtitle {
    font-size: 30px;
    letter-spacing: 1px;
}



.triviae-contact-container {
    width: 100%;
    display: flex;
    background: white;
    padding: 40px;
    border-radius: 10px;
}

.triviae-contact-left-section img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    vertical-align: middle;
}

.triviae-contact-left-section {
    width: 50%;
    padding: 40px;
}

.triviae-contact-left-section h5 {
    font-size: 20px;
    font-weight: bold;
    color: #FFD700;
    letter-spacing: 1px;
}

.triviae-contact-left-section h2 {
    font-size: 38px;
    color: #222;
}

.triviae-contact-left-section p {
    font-size: 20px;
    color: #555;
    margin-top: 1em;
}

.triviae-contact-right-section {
    width: 50%;
    display: flex;
    padding: 40px;
    flex-direction: column;
}

.triviae-contact-right-section img {
    width: 25px;
    height: 25px;
    margin-right: 10px;
    vertical-align: middle;
}

.triviae-contact-input-container {
    position: relative;
    flex: 1;
    display: flex;
    align-items: center;
    border-bottom: 2px solid #ccc;
    padding: 5px;
}

.triviae-contact-input-container .triviae-input-icon {
    position: static;
    margin-right: 10px;
    color: #777;
}

.triviae-input {
    width: 100%;
    border: none;
    outline: none;
    font-size: 18px;
    background: transparent;
    padding: 8px 0;
}

.triviae-input:focus {
    border-bottom: none; /* Remove extra border on focus */
}

.triviae-form-group {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
    padding-bottom: 20px;
}


.triviae-contact-textarea {
    width: 100%;
    height: 100px;
    border: none;
    border-bottom: 2px solid #ccc;
    outline: none;
    font-size: 18px;
    padding: 10px;
    background: transparent;
    resize: none;
}

.triviae-contact-textarea:focus {
    border-bottom: 2px solid #FFD700;
}

.triviae-form-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}

.triviae-submit-btn {
    background: #FFD700;
    color: black;
    border: none;
    padding: 10px 20px;
    border-radius: 25px;
    position: relative;
    font-weight: 500;
    font-size: 18px;
    transition: transform 0.3s ease-in-out, background 0.3s ease-in-out;
}

.triviae-submit-btn:hover {
    background: #FFD700; /* Darker Gold */
    transform: scale(1.1);
}

.triviae-form-footer label {
    font-size: 14px;
    color: #777;
}

/* Map Section */
.triviae-map-section {
        margin-top: 50px;
        height: 500px;
        width: 100%;
    }

    .triviae-map-frame {
        width: 100%;
        height: 500px;
        border: 0;
        border-radius: 0;
    }

