/* Reset some default styles */
body, p, ul, li {
    margin: 0;
    padding: 5px;
    border: none; /* Remove borders */
    font-weight: bold; /* Make the text bold for emphasis */
}
h1 {
    margin: 0;
    padding: 5px; /* Add padding to increase space around the text */
    color: #a40047; /* Black text color */
    font-size: 24px; /* Keep the font size the same */
    font-weight: bold; /* Make the text bold for emphasis */
    text-align: center; /* Center-align the text */
   }

h2 {
    margin: 0;
    padding: 5px; /* Add padding to increase space around the text */
    color: #a40047; /* Black text color */
    font-size: 24px; /* Keep the font size the same */
    font-weight: bold; /* Make the text bold for emphasis */
    text-align: center; /* Center-align the text */
}
h2.one{
    margin: 0;
    padding: 5px; /* Add padding to increase space around the text */
    color: #fff; /* Black text color */
    font-size: 40px; /* Keep the font size the same */
    font-weight: bold; /* Make the text bold for emphasis */
    text-align: center; /* Center-align the text */
}
h3{
    margin: 0;
    padding: 5px; /* Add padding to increase space around the text */
    color: #fdfcfc; /* Black text color */
    font-size: 24px; /* Keep the font size the same */
    font-weight: bold; /* Make the text bold for emphasis */
    text-align: center; /* Center-align the text */
}
h4{
    margin: 0;
    padding: 5px; /* Add padding to increase space around the text */
    color: #333; /* Black text color */
    font-size: 24px; /* Keep the font size the same */
    font-weight: bold; /* Make the text bold for emphasis */
    text-align: center; /* Center-align the text */
}
h5 {
    margin: 0;
    padding: 5px; /* Add padding to increase space around the text */
    color: #a40047; /* Black text color */
    font-size: 32px; /* Keep the font size the same */
    font-weight: bold; /* Make the text bold for emphasis */
    text-align: center; /* Center-align the text */
}
p.one {
    margin: 0;
    padding: 5px; /* Add padding to increase space around the text */
    color: #808080; /* Black text color */
    font-size: 16px; /* Keep the font size the same */
    font-weight: bold; /* Make the text bold for emphasis */
    text-align: center; /* Center-align the text */
}
p.two {
    margin: 0;
    padding: 5px; /* Add padding to increase space around the text */
    color: #333; /* Black text color */
    font-size: 16px; /* Keep the font size the same */
    font-weight: bold; /* Make the text bold for emphasis */
    text-align: center; /* Center-align the text */
}

p.three {
    margin: 0;
    padding: 5px; /* Add padding to increase space around the text */
    color: #a40047; /* Black text color */
    font-size: 16px; /* Keep the font size the same */
    font-weight: bold; /* Make the text bold for emphasis */
    text-align: center; /* Center-align the text */
}


body {
    font-family: Arial, sans-serif;
    background-color: #fff;
    color: #333; /* Black for text */
    transition: background-color 0.3s; /* Smooth background color transition */
}

/* Styles for the header */
.header {
    background-color: #fff;
    color: #333;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo img {
    max-width: 150px;
    display: block;
}

.menu-toggle {
    display: none; /* Hide the menu toggle icon by default */
    cursor: pointer;
}

.menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}

.menu li {
    margin-right: 20px;
}

.menu a {
    text-decoration: none;
    color: #000;
    font-weight: normal;
    transition: color 0.3s;
}

/* Mobile styles */
@media screen and (max-width: 768px) {
    .menu {
        display: none; /* Hide the menu for mobile */
        flex-direction: column; /* Stack items vertically */
        text-align: center;
        position: absolute;
        top: 60px;
        left: 0;
        width: 100%;
        background-color: #fff;
        z-index: 1;
        border: 1px solid #ddd;
    }

    .menu.active {
        display: flex; /* Show the menu when active */
    }

    .menu-toggle {
        display: block; /* Show the menu toggle icon for mobile */
    }
}
.hero {
    position: relative;
    background-size: cover;
    background-position: center;
    text-align: center;
    padding: 20px 0;
    color: #f7f3f3c0; /* Change the text color to white or your preferred color */
    transition: background-image 0.3s;
    overflow: hidden;
    height: 40vh;
}

.hero video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: auto;
}

.hero-content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%; /* Center the content vertically within the hero section */
}

/* Style the text and button as needed */
.hero-content h1 {
    font-size: 36px;
    margin-bottom: 20px;
}

.hero-content p {
    font-size: 18px;
    margin-bottom: 30px;
}

.cta-button {
    display: inline-block;
    background-color: #a40047;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s;
}

.cta-button:hover {
    background-color: #a40047;
}


.main-content {
    padding: 40px;
    background-color: #f7f3f3c0;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Slightly larger shadow */
    border: none; /* Dark Maroon border */
    color: #a40047; /* Com color for text */
}
.top-content {
    padding: 10px;
    background-color: #f7f3f3c0;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Slightly larger shadow */
    border: none; /* Dark Maroon border */
    color: #a40047; /* com color for text */
    margin-top: 20px
}
.top2-content {
    padding: 10px;
    background-color: #f7f3f3c0;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Slightly larger shadow */
    border: none; /* Dark Maroon border */
    color: #770536; /* com color for text */
    margin-top: 20px
}

.footer {
    background-color: #fff; /* Match the background color of your website */
    color: #333; /* White text color */
    padding: 10px 0; /* Adjust padding for the footer */
    display: flex; /* Use flexbox to align items horizontally */
    justify-content: center; /* Center-align all content horizontally */
    align-items: center; /* Center-align all content vertically */
    flex-direction: column; /* Align items in a column layout for centering */
    text-align: center; /* Center-align text content */
}

.absfooter {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff; /* Match the background color of your website */
    color: #333; /* White text color */
    text-align: center; /* Center-align text content */
}

.logo img {
    max-width: 150px; /* Adjust the maximum width for the logo */
    display: block; /* Makes the image a block element for better spacing */
}

.nav ul {
    list-style-type: none;
    margin: 0; /* Remove default margin for the ul */
    padding: 0; /* Remove default padding for the ul */
    display: flex; /* Make the navigation menu a flex container */
    align-items: center; /* Vertically center-align navigation items */
    margin-top: 10px; /* Add some space between the logo and navigation */
}

.nav ul li {
    margin-right: 20px;
}

.nav a {
    text-decoration: none;
    color: #333;
    font-weight: normal;
    transition: color 0.3s;
}

.social-icons {
    display: flex;
    align-items: center;
}

.social-icons a {
    margin-left: 10px; /* Add space between social icons */
}


.video-about {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
}

/* Style the video element itself */
.video-about video {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
}

/* Style the container for the images */
.image-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f7f3f3c0;
}

.about-image {
    text-align: center;
    padding: 30px;
}

.about-image img {
    width: 300px;
    height: 300px;
    object-fit: cover;
    border-radius: 50%;
    border: 3px solid #a40047; /* Add a border with your primary color */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    margin-bottom: 10px;
}

.about-image p {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-bottom: 5px;
}

.about-image span {
    font-size: 16px;
    color: #333;
}

form {
    max-width: 600px;
    margin: 20px auto;
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    border: 2px solid #ccc;
}

fieldset {
    border: none;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 10px;
}

legend {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 10px;
}

label {
    display: block;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 16px;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="date"],
textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 2px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
}

input[type="submit"] {
    background-color: #a40047; /* Dark Maroon */
    color: #fff;
    padding: 12px 24px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
    font-size: 18px;
}

input[type="submit"]:hover {
    background-color: #a40047; /* Darker Maroon on hover */
}

.contact-text {
    flex: 1; /* Expand to fill available space in the flex container */
    padding: 20px;
    border-right: 1px solid #ccc; /* Add a border between columns */
}

.map {
    flex: 1; /* Expand to fill available space in the flex container */
    padding: 20px;
}

/* Style the container div for the iframe */
.iframe-container {
    width: 100%;
    max-width: 800px; /* Adjust the max-width as needed */
    margin: 0 auto;
}

/* Style the iframe itself */
iframe {
    width: 100%;
    height: 400px; /* Adjust the height as needed */
    border: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Add a subtle shadow */
    border-radius: 5px; /* Add rounded corners */
    margin-bottom: 20px; /* Add space below the iframe */
}


.video-container {
    max-width: 100%; /* Ensure the container is not wider than the viewport */
    overflow: hidden; /* Hide any content that overflows the container */
    height: 100px; /* Set a fixed height for the container, adjust as needed */
}

.staff-member {
    background-color: #f7f3f3c0;
    padding: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 10px; /* Rounded border for the entire section */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Add a subtle shadow for depth */
    margin-top: 20px;
}

.staff-content {
    display: flex;
    flex-wrap: wrap; /* Allow items to wrap to the next row if necessary */
    justify-content: center; /* Center horizontally */
    margin-bottom: 20px; /* Add spacing between staff members */
}

.staff-item {
    flex: 1; /* Each staff item takes equal space within the container */
    margin: 10px; /* Add spacing around each staff item */
    text-align: center;
}

.staff-image img {
    width: 250px; /* Set the desired width */
    height: 250px; /* Set the desired height */
    object-fit: cover; /* Maintain aspect ratio while covering the container */
    border: 3px solid #333; /* Thicker border for a standout effect */
    border-radius: 50%; /* Circular border */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Add a subtle shadow to the image */
    margin-top: 20px;
}

.staff-info h2 {
    font-size: 24px;
    color: #a40047;
    margin-top: 10px; /* Add spacing between image and name */
}

.staff-info p {
    font-size: 16px;
    color: #808080;
    margin-bottom: 10px; /* Add spacing between name and info */
}

/* Reset some default styles */
body, ul, li {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* Style the container for the image grid */
.image-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 4 columns for 12 images */
    gap: 20px; /* Gap between images */
    padding: 20px;
}

/* Style each individual image */
.image {
    background-color: #f7f3f350; /* Background color for thumbnails */
    padding: 10px;
    border: 1px solid #ccc; /* Border for thumbnails */
    border-radius: 5px; /* Rounded corners */
    text-align: center;
}

.image img {
    max-width: 100%; /* Make sure the images don't exceed their container's width */
    height: auto; /* Maintain the image's aspect ratio */
}
/* Apply styles to the stationary background */
/* ... (Your existing styles) ... */

/* Style for the background video section */
.background-video {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; /* Position the video behind other content */
    overflow: hidden;
}

/* Style the video to cover the entire background */
.background-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Style for the video background */
.video-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; /* Position the video behind other content */
    overflow: hidden;
}

/* Style the video to cover the entire background */
.video-background video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Style for the video background */
.video-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; /* Position the video behind other content */
    overflow: hidden;
}

/* Style the video to cover the entire background */
.video-background video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Style the content section on top of the video */
.content {
    position: relative; /* Ensure the content stays above the video */
    z-index: 1; /* Position the content above the video */
    color: #fff; /* Set text color to white or your preferred color */
}
/* Additional styles for the consultation form */
/* Centered Consultation Form */
/* Additional styles for the consultation form */
/* Centered Consultation Form */
.centered-form {
    max-width: 600px; /* Increase the max-width for a wider form */
    margin: 40px auto 40px;
    padding: 20px; /* Increase the padding for a more spacious form */
    
    border-radius: 10px;
    text-align: center;
    position: relative;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Add a subtle shadow */
}

/* Adjust the styling for the form fields */
.form-group {
    margin-bottom: 20px; /* Increase the margin to create more space between fields */
}

.form-group label {
    font-weight: bold;
    font-size: 18px;
    display: block;
    margin-bottom: 10px;
    color: #333;
}

.form-group input[type="text"],
.form-group input[type="email"],
.form-group input[type="tel"],
.form-group input[type="date"],
.form-group textarea,
.form-group select {
    width: 100%;
    padding: 15px;
    margin-bottom: 15px;
    border: 2px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
    color: #333;
    box-sizing: border-box;
}

/* Adjust the styling for the submit button */
.form-group input[type="submit"] {
    background-color: #a40047;
    color: #fff;
    border: none;
    padding: 15px 30px; /* Increase padding for a more prominent button */
    border-radius: 20px;
    cursor: pointer;
    transition: background-color 0.3s;
    font-size: 18px;
    position: relative; /* Change to relative positioning */
    display: block; /* Change to block display to maintain proper flow */
    margin: 0 auto; /* Center horizontally within the form */
}

.form-group input[type="submit"]:hover {
    background-color: #88003d; /* Darker shade on hover */
}
.email-button {
    background-color: #a40047;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s;
    display: inline-block;
    margin-top: 10px; /* Adjust the margin as needed */
}

.email-button:hover {
    background-color: #88003d; /* Darker shade on hover */
}

.email-link {
    color: #a40047; /* Set the desired color for email links */
    text-decoration: none; /* Remove the default underline */
}

.email-link:hover {
    text-decoration: underline; /* Add underline on hover, if desired */
}

.about-form {
    background-color: #f7f3f3c0;
    padding: 40px;
    text-align: center;
    margin-bottom: 20px;
}

.about-content {
    max-width: 800px;
    margin: 0 auto;
}

.about-content h2 {
    font-size: 30px;
    margin-bottom: 20px;
    color: #a40047;
}

.about-content p {
    font-size: 18px; /* Slightly larger font size for improved readability */
    margin-bottom: 20px;
    color: #333; /* A slightly darker color for better contrast */
    line-height: 1.5; /* Increase line height for better readability */
}


.learn-more-button {
    display: inline-block;
    background-color: #a40047;
    color: #fff;
    padding: 12px 24px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 18px;
    transition: background-color 0.3s;
}

.learn-more-button:hover {
    background-color: #880039; /* Darker shade on hover */
}
.different-section {
    background-color: #f7f3f380;
    padding: 40px 0;
    text-align: center;
    margin-bottom: 20px;
}

.grid-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
    max-width: 800px;
    margin: 20px auto 20px;
    background-color: rgba(255, 255, 255, 0);;
}

.grid-item {
    background-color: #fff;
    border-radius: 5px;
    padding: 20px;
    text-align: left;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.grid-item h3 {
    font-size: 18px;
    color: #a40047;
    margin-bottom: 10px;
}

.grid-item p {
    font-size: 16px;
    color: #333;
    line-height: 1.5;
}

/* Style the container div for the branches */
/* Style the entire contact-content section */
.contact-content {
    background-color: #f7f3f380; /* Adjust the alpha (fourth value) for transparency */
    padding: 20px; /* Add padding for spacing */
    border-radius: 10px; /* Add rounded corners */
    max-width: 800px; /* Set a maximum width for the container */
    margin: 40px auto 40px; /* Center the container horizontally */
}

/* Style the headings and paragraphs within the contact-content section */
.contact-content h2 {
    font-size: 24px;
    color: #a40047;
    margin-bottom: 20px;
}

.contact-content h3 {
    font-size: 20px;
    color: #a40047;
    margin-top: 20px;
}

.contact-content h4 {
    font-size: 20px;
    color: #a40047;
    margin-top: 20px;
}

.contact-content p {
    font-size: 16px;
    margin: 10px 0;
}

/* Style the contact-info and email-addresses divs within contact-content */
.contact-info, .email-addresses {
    margin-bottom: 20px; /* Add space between these divs */
}

/* Style the branches div within contact-content */
.branches {
    margin-top: 20px; /* Add space between this div and the previous divs */
}

/* Style for the social media icons */
.social-icons {
    margin-top: 20px;
}

.social-icons a {
    display: inline-block;
    margin-right: 10px; /* Adjust the spacing between icons */
    text-decoration: none;
}

.social-icons img {
    width: 32px; /* Adjust the icon width */
    height: 32px; /* Adjust the icon height */
    vertical-align: middle;
}

/* Change the color of icons on hover */
.social-icons a:hover img {
    filter: brightness(0.7); /* Adjust the hover effect */
}


/* Styles for the modal */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    overflow: auto;
}

.modal-content {
    background-color: #fff;
    margin: 10% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 400px;
    text-align: center;
    border-radius: 5px;
    position: relative; /* Add this to make close button relative to the modal */
}

.close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    cursor: pointer;
}

/* Style for the consult button */
button#consultButton {
    background-color: #a40047;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    margin-top: 10px;
}

button#consultButton:hover {
    background-color: #8c003c; /* Darker shade on hover */
}

.about-us-content {
    color: #333; /* White text color */
    background-color: #f7f3f3c0; /* Background color (adjust as needed) */
    padding: 20px;
    border-radius: 5px;
    margin-top: 20px;
}

.about-us-content h2 {
    font-size: 24px;
    margin-bottom: 20px;
}

.about-us-content p {
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 1.5;
    font-weight: normal; /* Make the text bold for emphasis */
}

.Email-but{
    background-color: #a40047; /* Button background color */
    color: #fff; /* Button text color */
    padding: 8px 16px; /* Padding for the button */
    border: none; /* Remove the default button border */
    border-radius: 4px; /* Add a slight border radius for rounded corners */
    text-decoration: none; /* Remove underline on hover */
    display: inline-block; /* Make the button inline */
    transition: background-color 0.3s; /* Add a smooth hover effect */
    cursor: pointer; /* Add a pointer cursor on hover */
}

.Email-but:hover {
    background-color: #a40048; /* Button background color on hover */
}

/* Blog card styles */
.blog-card {
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    padding: 20px;
    margin: 20px;
    border-radius: 5px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column; /* Align content in a column layout */
    align-items: center; /* Center-align content horizontally */
    text-align: center; /* Center-align text */
}

.blog-card h2 {
    font-size: 24px;
    margin-bottom: 10px;
    color: #a40047;
}

.blog-card .date {
    font-size: 14px;
    color: #777777;
    margin-bottom: 10px;
}

.blog-card .summary {
    font-size: 16px;
    color: #333;
}

.blog-card a {
    display: inline-block;
    margin-top: 10px;
    text-decoration: none;
    color: #a40047;
    font-weight: bold;
}
.blog-cardimage {
    max-width: 30%; /* Adjust the image width as needed */
    height: auto;
    margin-bottom: 20px;
    border-radius: 5px;
}

/* Blog post styles */
.blog-post {
    background-color: #ffffff;
    color: #333333;
    padding: 20px;
    margin: 20px auto;
    max-width: 800px;
    border-radius: 5px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.blog-post h1 {
    font-size: 28px;
    margin-bottom: 20px;
}

.blog-info {
    font-size: 14px;
    color: #777777;
    margin-bottom: 20px;
}

.blog-image {
    max-width: 60%; /* Adjust the image width as needed */
    height: auto;
    margin-bottom: 20px;
    border-radius: 5px;
}

.blog-post p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.blog-post h2 {
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.blog-actions {
    font-size: 14px;
    color: #777777;
    margin-top: 20px;
}

/* Style for the document list section */
/* Style for the document list section */
/* Style for the document list section */
/* CSS for the document list */
.document-list {
    background-color: #f7f3f3c0;
    padding: 60px 0;
    text-align: center;
}

.document-list h2 {
    font-size: 36px;
    color: #a40047;
    margin-bottom: 30px;
}

.document-list ul {
    list-style: none;
    padding: 0;
    display: flex; /* Display items in a row */
    flex-wrap: wrap; /* Allow items to wrap to the next row if needed */
    justify-content: center; /* Center items horizontally */
}

.document-list li {
    margin: 0 20px 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: transform 0.3s ease-in-out;
}

.document-list li:hover {
    transform: translateY(-10px);
}

.document-list a {
    text-decoration: none;
    color: #333;
}

.document-thumbnail {
    background-color: #fff;
    border-radius: 50%; /* Make the thumbnail circular */
    width: 300px; /* Set a fixed width for all thumbnails */
    height: 300px; /* Set a fixed height for all thumbnails */
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.document-thumbnail img {
    max-width: 100%; /* Ensure the image fits within the circular container */
    height: auto;
    transition: transform 0.3s ease-in-out;
}

.document-thumbnail:hover img {
    transform: scale(1.05);
}

.document-list span {
    font-size: 20px;
    color: #555;
    margin-top: 15px;
}

/* Style for the download button */
.document-list a::after {
    content: '\2794'; /* Unicode arrow-right character */
    display: inline-block;
    margin-left: 10px;
    font-size: 24px;
    color: #a40047; /* Link color */
    transition: transform 0.3s ease-in-out, color 0.3s ease-in-out;
}

.document-list a:hover::after {
    transform: translateX(5px);
    color: #a40048; /* Hovered link color */
}

/* CSS for the information form */
.information-form {
    background-color: #f7f3f3c0;
    padding: 40px;
    text-align: left;
    font-size: 18px;
    line-height: 1.5;
    color: #333;
    border-radius: 100px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    max-width: 600px; /* Set the maximum width to make it narrower */
    margin: 40px auto 40px; /* Center the form horizontally */
}

.information-form h2 {
    font-size: 24px;
    color: #a40047;
    margin-bottom: 20px;
}

.information-form ul {
    list-style: disc;
    margin-left: 20px;
    margin-bottom: 20px;
}

.information-form p {
    margin-bottom: 20px;
}

/* Style for bullet points in the list */
.information-form li {
    list-style-type: disc;
    margin-left: 20px;
}

















/* Add more CSS rules as needed to style your website professionally. */











