/* style.css */
body,
html {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    height: 100%;
    /* overflow-x: hidden; */
    scroll-behavior: smooth;
}


/* Header settings */
header {
    position: relative;
    color: white;
}

.navbar {
    background: transparent !important;
    z-index: 1000;
}

.navbar-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    top: 30px;
}

.navbar-nav .nav-item {
    margin: 8px;
    flex: 1 1 auto;
}

.navbar-nav .nav-item .nav-link {
    font-size: 16px;
    padding: 8px 25px;
    margin: 10px;
    border: 1.5px solid white;
    border-radius: 30px;
    transition: background 0.3s, border-radius 0.3s, color 0.3s;
    background-color: rgba(0, 0, 0, 0.3);
    color: white;
    text-align: center;
    display: block;
    width: 100%;
}

.navbar-nav .nav-item .nav-link:hover {
    background: transparent;
    border: 1px solid black;
    color: black;
}

.navbar-brand {
    display: flex;
    justify-content: center;
    align-items: center;
}

.navbar-brand img {
    height: 50px;
    border-radius: 10%;
}

.carousel-caption h3 {
    font-size: 2.5rem;
    margin-top: 75px;
}

.carousel-caption h3 span {
    display: inline-block;
    font-size: 5rem;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px;
}

/* New Sidebar */
.sidebar {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1003;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    /* Dark background with opacity */
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidebar a {
    padding: 10px 15px;
    text-decoration: none;
    font-size: 8px;
    color: white;
    display: block;
    transition: 0.3s;
    margin: 8px;
    border-bottom: 1px solid white;
    /* border-radius: 30px; */
    /* background-color: rgba(56, 55, 55, 0.3);   */
    text-align: left;
}

.sidebar a:hover {
    color: black;
    background-color: rgba(255, 255, 255, 0.2);
    /* Change on hover */
}

/* Remove hover effect from specific elements */
.sidebar .navbar-brand:hover,
.sidebar .closebtn:hover {
    color: white !important;
    /* Keep the color same */
    background-color: rgba(0, 0, 0, 0.8) !important;
    /* Keep the background same */
}

.sidebar .closebtn {
    position: absolute;
    top: 0;
    left: 5px;
    font-size: 36px;
    margin-left: 5px;
    border: none;
}

.sidebar .navbar-brand {
    border: none;
}

#main {
    transition: margin-left .5s;
}

.openbtn {
    font-size: 20px;
    cursor: pointer;
    background-color: #ffffff;
    color: rgb(0, 0, 0);
    padding: 10px 15px;
    border: 2px solid white;
    border-radius: 50%;
    height: 50px;
    /* Adjust as needed */
    width: 50px;
    /* Adjust as needed */
    display: flex;
    justify-content: center;
    align-items: center;


    position: fixed;
    /* Make the button fixed on the screen */
    top: 20px;
    /* Position it at the top */
    left: 20px;
    /* Position it on the left */
    cursor: pointer;
    border: none;
    z-index: 1002;
    /* Ensure it is above other elements */
}


.openbtn:hover {
    background-color: #444;
}

@media (min-width: 992px) {

    .sidebar,
    .openbtn {
        display: none;
    }
}

/* Hide old sidebar on small screens */
@media (max-width: 991px) {
    .right-sidebar {
        display: none;
    }
}

/* Right Sidebar */
.right-sidebar {
    position: absolute;
    top: 500px;
    right: 0;
    transform: translateY(-50%);
    z-index: 1000;
}

.right-sidebar .list-group {
    width: 180px;
}

.right-sidebar .list-group-item {
    font-size: 10px;
    padding: 3px 3px;
    margin: 8px;
    border: 1.5px solid white;
    border-radius: 30px;
    transition: background 0.3s, border-radius 0.3s, color 0.3s;
    background-color: rgba(56, 55, 55, 0.3);
    color: white;
    font-weight: bold;
}

.right-sidebar .list-group-item a {
    color: white;
    text-decoration: none;
    display: block;
    padding: 10px 15px;
    text-align: center;
}

.right-sidebar .list-group-item:hover {
    background-color: rgba(255, 255, 255, 0.2);
    border: 1.5px solid rgb(0, 0, 0);

}

.right-sidebar .list-group-item a:hover {
    color: black;
}

@media (max-width: 991px) {
    .navbar-brand {
        order: -1;
    }

    .right-sidebar {
        display: none;
    }

    .right-sidebar-item {
        display: block;
    }
}



/* Carousel Indicators - Dots */
.carousel-indicators li {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);

}

.carousel-indicators .active {
    background-color: white;
}


.parallax {
    position: relative;
    overflow: hidden;
}

.carousel-item {
    height: 100vh;
    min-height: 300px;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}


.carousel-caption {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    color: white;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.carousel-item img {
    display: none;
}






@media (max-width: 767px) {
    .carousel-caption h3 {
        font-size: 1.5rem;
        /* Adjust font size for smaller screens */
    }

    .carousel-caption h4 {
        font-size: 1.2rem;
        /* Adjust font size for smaller screens */
    }

    .carousel-caption {
        display: block !important;
        /* Ensure captions are visible on small screens */
    }
}


/* Telegram Widget */
.telegram-widget {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 1200;
}

/* Vision, Mission, and Values Section */
.vision-mission-values-section {
    background-color: white;
    /* Set background color to white */
    padding: 110px 110px;
    color: #333;
    /* Darker text color for readability */
}

.vision-mission-values-section .section-titles {
    font-size: 2.5rem;
    /* Large font size */
    font-weight: 400;
    margin-bottom: 20px;
    color: #004080;
    /* Set title color */
}

.vision-mission-values-section p {
    font-size: 1rem;
    /* Default font size */
    margin-bottom: 15px;
}

.vision-mission-values-section .content {
    padding-right: 30px;
    /* Add padding to the right for spacing */
}

.vision-mission-values-section .vision-mission-image {
    max-width: 100%;
    /* Make sure the image is responsive */
    border-radius: 10px;
    /* Optional: Add border radius for rounded corners */
}

@media (max-width: 768px) {
    .vision-mission-values-section {
        padding: 60px 20px;
    }

    .vision-mission-values-section .section-titles {
        font-size: 2rem;
    }

    .vision-mission-values-section .content {
        padding-right: 0;
        text-align: center;
    }

    .vision-mission-values-section .row {
        flex-direction: column;
    }

    .vision-mission-values-section .vision-mission-image {
        margin-top: 20px;
    }
}


/* About Section */
.about-section {
    background-color: white;
    /* This will be replaced by the background image */
    /* background: url(resources/images/your-background-image.jpg) no-repeat center center/cover;  */
    color: white;
}

.about-section h2.aboutsection-title {
    font-size: 0.9rem;
    color: #ffffff;
    letter-spacing: 0.5em;
    /* Adds space between each letter */
    font-weight: bold;
    /* Makes the text bold */
    text-align: left;
    /* Centers the text */
    text-align: left;
    margin-bottom: 20px;
}

.recruit-head {
    margin-left: 40px;
    font-size: 2rem;
    /* Change font size as needed */

}

.aboutsection-title-wrapper {
    display: flex;
    align-items: start;
    justify-content: start;
    margin-bottom: 30px;
}

.aboutsection-title-line {
    width: 70px;
    height: 2px;
    background-color: #008080;
    margin-right: 15px;
    margin-top: 5px;
    margin-left: 40px;
}


@media (max-width: 768px) {

    .aboutsection-title-line,
    .section-title-line {
        display: none;
    }
}

/* .about-section h3 {
    font-size: 1.75rem;
    font-weight: bold;
    margin-bottom: 15px;
} */


.about-section .col-md-5:first-child p {
    font-size: 1rem;
    /* Default font size */
    margin-bottom: 15px;
    text-align: justify;
    /* Justify text content */
    line-height: 1.8;
    margin-left: 40px;
}

.bg-blue {
    background-color: #004080;
    /* Dark blue background for the first column */
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

.text-white {
    color: white;
    /* White text for better readability on dark background */
}

.about-bg-color {
    background-color: #ffffff;
    /* White background for the second section */
    padding: 60px 0;
    color: #3c3c3b;
}

.about-bg-color h2 {
    color: #07519d;
}

.about-bg-color h3 {
    color: #07519d;
}

.about-image {
    border-radius: 10px;
    max-width: 100%;
    height: auto;
}

@media (max-width: 768px) {
    .about-section {
        padding: 30px 0;
    }

    .bg-blue {
        padding: 30px 15px;
    }

    .about-section h2.aboutsection-title {
        font-size: 1.2rem;
    }

    .recruit-head {
        margin-left: 0;
        font-size: 1.5rem;
        text-align: center;
    }

    .aboutsection-title-wrapper {
        justify-content: center;
    }

    .aboutsection-title-line {
        margin: 0 auto;
    }

    .about-section .col-md-5:first-child p {
        margin-left: 0;
    }

    .about-image {
        margin-top: 20px;
    }

    .about-section .col-md-5,
    .about-section .col-md-6 {
        max-width: 100%;
        padding: 15px;
    }

    .about-bg-color {
        padding: 30px 15px;
    }

    .about-bg-color h2.section-title {
        font-size: 1.5rem;
    }

    .about-bg-color h3.section-subtitle {
        font-size: 1.2rem;
    }

    .about-section .col-md-5 {
        text-align: center;
    }

    .about-section .col-md-5 p {
        margin-left: 0;
    }
}



/* job opening sec */
.countries {
    color: black;
}






/* Services Section */

.services-section {
    padding: 60px 0;
}

.section-title-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-title-line {
    width: 70px;
    height: 2px;
    background-color: #008080;
    margin-right: 15px;
}

.section-title {
    font-size: 0.9rem;
    color: #07519d;
    margin-top: 10px;
    letter-spacing: 0.5em;
    /* Adds space between each letter */
    font-weight: bold;
    /* Makes the text bold */
    text-align: left;
    /* Centers the text */
    text-align: center;
}

.section-subtitle {
    font-size: 2rem;
    /* Change font size as needed */
    color: #07519d;
    /* Change color as needed */
}

.service-item,
.service-itemlast {
    border-radius: 50px;
    padding: 15px 20px;
    color: white;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    height: 80px;
    width: 90%;
    max-width: 600px;
    margin: 0 auto 10px auto;
    justify-content: space-between;
    position: relative;
}

.service-item:hover {
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15);
}

.service-icon {
    flex: 0 0 40px;
    max-width: 40px;
    margin-right: 15px;
}

.service-text {
    flex: 1;
    font-size: 1rem;
}

.gradient-1 {
    background: linear-gradient(to right, #00805a, #00c489);
}

.gradient-2 {
    background: linear-gradient(to right, #0818f3, #524cf0);
}

.service-overlap {
    top: 0;
    z-index: 2;
}

.service-offset {
    margin-left: 45%;
}

@media (max-width: 768px) {
    .services-section {
        padding: 30px 0;
    }

    .section-title {
        font-size: 2rem;
    }

    .service-item,
    .service-itemlast {
        padding: 10px 15px;
        width: 100%;
        position: static;
        margin: 10px 0;
        flex-direction: column;
        align-items: flex-start;
    }

    .service-icon {
        margin-right: 10px;
    }

    .service-text {
        font-size: 0.875rem;
    }

    .service-offset {
        margin-left: 0;
    }
}

/* ################ */



/* Clients Section */
.clients-section {
    background-color: #f5f5f5;
    /* Light grey background */
    padding: 60px 0;
    /* Top and bottom padding */
    color: #07519d;
    text-align: center;
    /* Center-align the text */
}

.clients-section img {
    max-width: 100%;
    /* Ensure the images are responsive */
    height: auto;
    /* Maintain aspect ratio */
    margin-bottom: 20px;
    /* Margin bottom for spacing */
}

.client-img {
    max-width: 100%;
    /* Make sure the image fits within the card */
    max-height: 100px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    /* Shadow effect */
    border-radius: 5px;
    /* Optional: rounded corners */
    transition: transform 0.3s;
    /* Smooth transform on hover */
}

.client-img:hover {
    transform: scale(1.05);
    /* Slightly enlarge the image on hover */
}

.clients-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    /* Adjust gap between images */
}

.client-item {
    flex: 1 1 calc(50% - 40px);
    /* Two items per row, adjust the width as needed */
    max-width: calc(50% - 40px);
    box-sizing: border-box;
    padding: 10px;
    /* Adjust padding for spacing within the grid */
}

@media (max-width: 767px) {
    .client-item {
        flex: 1 1 calc(50% - 20px);
        /* Two items per row on small screens */
        max-width: calc(50% - 20px);
        padding: 10px;
        /* Adjust padding for spacing within the grid */
    }
}




/* Job Openings Section */
.job-openings-section {
    background-color: #ffffff;
    padding: 60px 0;
}

.job-openings-section .section-title {
    font-size: 2.5rem;
    margin-bottom: 40px;
}

.flag-circle img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.job-openings-section p {
    font-size: 1rem;
    color: #333;
    margin-top: 10px;
}

.col-md-1-7 {
    flex: 0 0 14.28%;
    max-width: 14.28%;
}

.flag-circle {
    margin: 10px 0;
}

.country-adding {
    height: auto;
    width: 137px;
}

/* Responsive adjustments for small screens */
@media (max-width: 768px) {
    .col-md-1-7 {
        flex: 0 0 50%;
        max-width: 50%;
        text-align: center;
    }

    .flag-circle {
        width: 70%;
        margin: 0 auto 10px auto;
    }

    .flag-circle img {
        width: 100%;
        height: auto;
    }

    .job-openings-section p {
        font-size: 1rem;
        text-align: center;
    }
}








.carousel-container.active {
    display: block;
}


.carousel-container {
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 20px 0;
    display: none;
}





/* Video Wrapper */
.video-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.video-wrapper video {
    width: 280px;
    /* Set the width of the video */
    margin: 10px;
}

.video-wrapper iframe {
    width: 500px;
    height: 300px;
    margin: 10px;
}

@media (max-width: 768px) {
    video {
        max-width: 100%;
        /* Full width on smaller screens */
    }
}



/* Categories Section */
.categories-section {
    margin-top: 50px;
    padding: 10px 0;
}

/* Style for the category buttons */
.btn-category {
    width: 100%;
    padding: 20px;
    margin-bottom: 10px;
    background-color: #004080;
    color: white;
    border-radius: 30px;
    font-size: 16px;
    /* Adjust font size if needed */
    font-weight: normal;
    /* Default weight for text */
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s, color 0.3s;
}

/* Style for the span inside buttons */
.btn-span {
    font-size: 24px;
    /* Maximize the span font size */
    font-weight: bold;
    /* Make the span text bold */
    margin-right: 8px;
    /* Space between span and text */
    line-height: 1;
    /* Ensure the span has the same line height */
    display: inline-flex;
    align-items: center;
}

.btn-category.active,
.btn-category:hover {
    color: #9eba4c;
}

/* Subcategories Section */
.subcategories-section {
    padding: 20px 0;
    background-color: #e9e9e9;
    display: none;
    /* Hide by default */
}

.btn-subcategory {
    padding: 10px;
    background-color: #000;
    color: white;
    border-radius: 20px;
    border: none;
    transition: background 0.3s, color 0.3s;
    width: 100%;
    margin-bottom: 10px;
    font-size: 14px;
    white-space: nowrap;

    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-subcategory.active,
.btn-subcategory:hover {
    background-color: #333;
    color: #9eba4c;
}

.swiper {
    width: 80%;
    height: 100%;
}

.swiper-slide {
    background-position: center;
    background-size: cover;
    width: 400px;
}

.swiper-slide img {
    display: block;
    width: 100%;
    -webkit-box-reflect: below 1px linear-gradient(transparent, transparent, #0002, #0004);
}

.swiper-container {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.row.justify-content-center {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.swiper-pagination {
    bottom: 10px;
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 10;
}

.swiper-pagination-bullet {
    background-color: #5f5f5f;
}

.swiper-pagination-bullet-active {
    background-color: #000000 !important;
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    z-index: 10;
    cursor: pointer;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    border-top: 2px solid white;
    border-right: 2px solid white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.swiper-button-prev::after {
    transform: translate(-50%, -50%) rotate(225deg);
}

.swiper-button-next::after {
    transform: translate(-50%, -50%) rotate(-315deg);
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background-color: rgba(0, 0, 0, 0.8);
}









.carousel-slide {
    display: none;
    /* Hide by default */
}

.carousel-slide.active {
    display: block;
    /* Show active slide */
}

@media (max-width: 778px) {
    .col-md-2 {
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 10px;
    }
}

@media (min-width: 779px) {
    .col-md-2 {
        flex: 0 0 20%;
        max-width: 20%;
        margin-bottom: 10px;
    }
}



/* Why Choose Us Section */
.why-choose-us-section {
    padding: 100px 0;
    color: white;
    position: relative;
}

.why-choose-us-section .left-section p {
    text-align: right;
    padding-right: 100px;
}

.why-choose-us-section .right-section p {
    text-align: left;
    padding-left: 100px;
}

.why-choose-us-section h2,
.why-choose-us-section h3 {
    color: white;
    margin-bottom: 20px;
    text-align: right;
    padding-right: 100px;
}

.why-choose-us-section .left-section ul {
    list-style: none;
    padding: 0;
    padding-right: 150px;
    text-align: right;
}

.why-choose-us-section .right-section ul {
    list-style: none;
    margin-left: 150px;
    margin-right: 0;
    text-align: left;
}

.why-choose-us-section ul li {
    padding: 10px 0;
    border-bottom: 1px solid white;
}

.why-choose-us-section .right-section {
    background-color: #e6e6e6;
    color: #004080;
    padding: 40px;
}

.why-choose-us-section .image-container {
    text-align: center;
    margin-top: 20px;
    position: absolute;
    top: 66.5%;
    left: 3%;
    transform: translate(-50%, -50%);
    z-index: 10;
}

.why-choose-us-section .certification-container {
    text-align: center;
    position: absolute;
    top: 90%;
    right: -40%;
    transform: translate(-50%, -50%);
    z-index: 11;
}

.why-choose-us-section .image-container img {
    max-width: 90%;
    height: auto;
}

.why-choose-us-section .certification-container img {
    width: 80%;
    height: auto;
    max-width: 600px;
    /* Increase max-width for larger screens */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.why-choose-us-section .certification-container h4 {
    color: #004080;
    font-size: 2rem;
    margin-bottom: 20px;
}

.why-choose-us-section .left-section {
    background-color: #004080;
    padding: 20px;
}

.why-choose-us-section .right-section {
    background-color: #e9ecef;
    padding: 20px;
}

.why-choose-us-section .right-content,
.why-choose-us-section .certification-container {
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .why-choose-us-section {
        padding: 50px 0;
    }

    .why-choose-us-section h2,
    .why-choose-us-section h3,
    .why-choose-us-section .left-section p,
    .why-choose-us-section .right-section p {
        text-align: center;
        padding: 0;
    }

    .why-choose-us-section .left-section ul,
    .why-choose-us-section .right-section ul {
        text-align: center;
        padding: 0;
        margin: 0;
    }

    .why-choose-us-section .left-section ul {
        padding-right: 0;
    }

    .why-choose-us-section .right-section ul {
        margin-left: 0;
    }

    .why-choose-us-section .left-section,
    .why-choose-us-section .right-section {
        padding: 20px;
    }

    .why-choose-us-section .image-container {
        position: static;
        transform: none;
        margin: 20px auto;
    }

    .why-choose-us-section .certification-container {
        position: static;
        transform: none;
        margin: 20px auto;
    }

    .why-choose-us-section .certification-container img {
        width: 100%;
        max-width: none;
    }
}


/* Chairman Message Section */
.chairman-message-section {
    padding: 60px 0;
    background-color: #ffffff;
    color: #004080;
    margin-top: 20px;
    margin-bottom: 20px;
}

.chairman-message-section .title {
    font-size: 0.8rem;
    color: #07519d;
    margin-top: 10px;
    letter-spacing: 0.5em;
    /* Adds space between each letter */
    font-weight: bold;
    /* Makes the text bold */
    text-align: left;
    /* Aligns the text to the left */
}

.chairman-message-section .name {
    font-size: 1.5rem;
    color: #000000;
    margin-top: 10px;
    text-align: left;
    /* Aligns the text to the left */
}

.chairman-message-section .message {
    font-size: 0.9rem;
    /* line-height: 1.5; */
    color: #333;
    margin: 20px 0;
    text-align: justify;
    line-height: 1.8;
}

.chairman-message-section .btn-primary {
    background-color: #004080;
    border: none;
    border-radius: 25px;
    padding: 10px 30px;
    font-size: 1rem;
    color: #ffffff;
    text-transform: uppercase;
    transition: background-color 0.3s ease;
    margin-top: 20px;
}

.chairman-message-section .btn-primary:hover {
    background-color: #003060;
}

.chairman-image {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}

.chairman-message-section h2 {
    color: black;
    text-align: center;
    font-weight: 500;
}

.chairman-message-section h2 span {
    color: #07519d;
    /* Blue color */
}


/* Media Queries for Responsiveness */
@media (max-width: 767px) {
    .chairman-message-section .col-md-8 {
        padding: 20px;
    }

    .chairman-message-section .col-md-4 {
        margin-bottom: 20px;
    }

    .chairman-message-section .chairman-image {
        max-width: 50%;
        margin: 0 auto;
    }

    .chairman-message-section .name {
        font-size: 1.2rem;
    }

    .chairman-message-section .title {
        font-size: 0.7rem;
    }

    .chairman-message-section .message {
        font-size: 0.8rem;
    }

    .chairman-message-section .btn-primary {
        padding: 8px 20px;
        font-size: 0.9rem;
    }
}




/* contact section */
.contact-section {
    background-color: #fff;
    padding: 20px 0;
}

.contact-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    text-align: center;
    transition: transform 0.1s ease-in-out;
    transform-style: preserve-3d;
}

.contact-info h1 {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 20px;
}

.contact-info p {
    margin: 5px 0;
    font-size: 1rem;
}

.contact-details {
    margin-top: 20px;
}

.contact-details .contact-title {
    font-weight: bold;
    display: inline-block;
    width: 120px;
}

.contact-details .contact-value {
    display: inline-block;
    font-size: 1rem;
}

.contact-details .contact-section-title {
    margin-top: 10px;
    font-weight: bold;
    font-size: 1.1rem;
}

.contact-info:hover {
    transform: rotateY(20deg) rotateX(20deg);
}

@media (max-width: 768px) {
    .contact-info {
        padding: 20px;
        text-align: left;
        align-items: flex-start;
    }

    .contact-info img {
        height: 80px;
    }

    .contact-details .contact-title,
    .contact-details .contact-value {
        display: block;
        text-align: left;
        width: 100%;
    }

    .contact-details .contact-section-title {
        text-align: left;
    }

    .row .col-md-4:nth-child(1),
    .row .col-md-4:nth-child(2) {
        display: none;
    }

    .contact-details .row {
        flex-direction: column;
        align-items: flex-start;
    }
}


/* Contact us section form */
.contact-section-form {
    margin-top: 80px;
    margin-bottom: 80px;
}

.form-section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 40px;
}

.form-section h2 {
    font-size: 2rem;
    margin-bottom: 20px;
}

.form-section input,
.form-section textarea {
    width: 100%;
    margin-bottom: 15px;
    padding: 10px;
    border: 1px solid #797878;
    border-radius: 5px;
}

.form-section textarea:hover,
.form-section input:hover {
    border: 1px solid #dcdada;
}

.form-section button {
    background-color: #8cab3e;
    border: none;
    padding: 10px 20px;
    color: white;
    border-radius: 5px;
    cursor: pointer;
}

input[type="file"]::-webkit-file-upload-button {
    background-color: #8cab3e;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
}

input[type="file"]::-ms-browse {
    background-color: #8cab3e;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
}

input[type="file"]::file-selector-button {
    background-color: #8cab3e;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
}

.fileupload {
    background-color: #fafafa;
}

textarea {
    height: 150px;
}

.tv-container {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 20px;
    justify-items: center;
    padding: 20px 0;
}

.tv {
    position: relative;
    width: 100%;
    max-width: 400px;
    height: 260px;
    overflow: hidden;
    margin-bottom: -80px;
}

.tv img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.scroll-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    opacity: 0;
    transition: opacity 0.5s;
    pointer-events: none;
}

.tv:hover .scroll-content {
    opacity: 1;
    pointer-events: all;
}

.scroll-content iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.divider {
    border-left: 2px solid #07519d;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    display: none;
}

.row {
    position: relative;
}

@media (min-width: 768px) {
    .tv:nth-child(odd) {
        transform: translateX(-40%);
    }

    .tv:nth-child(even) {
        transform: translateX(20%);
    }

    .divider {
        display: block;
    }

    .tv-container {
        padding-left: 80px;
    }
}

@media (max-width: 767px) {
    .tv {
        margin-bottom: 5px;
    }
}


.commingsoon {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: #ffffff;
    /* Optional: to ensure the background is visible */
}

.commingsoon img {
    max-width: 100%;
    /* Adjust the size as needed */
    height: auto;
}

/* Telegram Widget Styles */
.telegram-widget {
    position: fixed;
    bottom: 20px;
    left: 30px;
    z-index: 1000;
    display: flex;
    align-items: center;
}

.telegram-widget img {
    width: 55px;
    height: 55px;
    margin-right: 10px;
}

.telegram-widget span {
    font-size: 16px;
    color: #333;
    background-color: white;
    padding: 7px 15px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);

}

.telegram-widget:hover {
    text-decoration: none;
}



/* General footer styles */
.footer {
    background-color: #07519d;
    color: white;
    padding: 40px 0;
}

.footer .list-unstyled {
    padding-left: 0;
    list-style: none;
}

.footer .list-unstyled li {
    margin-bottom: 10px;
}

.footer .list-unstyled li a {
    color: white;
    text-decoration: none;
}

.footer .list-unstyled li a:hover {
    text-decoration: underline;
}

.footer .img-fluid {
    max-width: 100%;
    height: auto;
}

.text-white {
    color: white;
}

.social-media-icons a {
    color: white;
    font-size: 1.5rem;
    margin: 0 10px;
    padding: 10px;
}

.review-images img {
    max-width: 100px;
    margin: 10px 0;
    display: inline-block;
}

hr {
    border: 1px solid white;
    width: 100%;
    margin-left: 20px;
    margin-right: 0;
}

@media (min-width: 768px) {
    .footer .col-md-3 {
        display: flex;
        align-items: center;
    }

    .footer .social-media-icons {
        display: flex;
        justify-content: center;
        margin-bottom: 60px;
        padding-left: 80%;
    }

    .footer .review-image-section {
        display: flex;
        justify-content: center;
        padding-left: 83%;
    }
}

.footer .review-icon {
    width: 50px;
    height: auto;
}

.horizontal-list {
    padding: 0;
    margin: 0;
}

.horizontal-list li {
    display: inline-block;
    list-style: none;
    margin-right: 15px;
    /* Adjust as needed */
}

.horizontal-list li:last-child {
    margin-right: 0;
}

.review-image-section {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.review-image {
    max-width: 180px;
    width: 150px;
}

.review-image:last-child {
    margin-right: 0;
}

@media (max-width: 767px) {
    .footer .col-md-3 {
        text-align: center;
        margin-bottom: 20px;
    }

    .footer .social-media-icons {
        justify-content: center;
        padding-left: 0;
        margin-bottom: 20px;
    }

    .footer .review-image-section {
        justify-content: center;
        padding-left: 0;
        margin-bottom: 20px;
    }

    .horizontal-list {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .horizontal-list li {
        margin-bottom: 10px;
    }

    .review-image {
        max-width: 80px;
        width: 40px;
        /* Adjust size as needed */
    }

    /* Hide logo and review images on small screens */
    .img-fluidlogo,
    .review-image-section {
        display: none;
    }
}




/* Define the keyframes for the swipe animation */
@keyframes swipeRight {
    from {
        opacity: 0;
        transform: translateX(100%);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Apply the initial state for the animation */
.section-titles {
    opacity: 0;
    transform: translateX(100%);
    transition: opacity 1s ease-out, transform 1s ease-out;
}

/* Class to start the animation */
.animate {
    opacity: 1;
    transform: translateX(0);
}

/* Define the keyframes for the fade-in animation */
@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Apply the initial state for the animation */
.section-subtitle {
    opacity: 0;
    transition: opacity 2s ease-in;
}

/* Class to start the animation */
.fade-in {
    animation: fadeIn 2s forwards;
}


/* Define the keyframes for the slide-in animation */
@keyframes slideInFromLeft {
    from {
        transform: translateX(-100%);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

/* Apply the initial state for the animation */
.aboutsection-title-wrapper,
.section-title-wrapper {
    transform: translateX(-100%);
    opacity: 0;
    transition: transform 2s ease-in, opacity 2s ease-in;
}

/* Class to start the animation */
.slide-in {
    animation: slideInFromLeft 2s forwards;
}





@keyframes slideInFromLeft {
    from {
        transform: translateX(-100%);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideInFromRight {
    from {
        transform: translateX(100%);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.service-item {
    opacity: 0;
    transition: transform 2s ease-in, opacity 2s ease-in;
}

.slide-in-left {
    animation: slideInFromLeft 2s forwards;
}

.slide-in-right {
    animation: slideInFromRight 2s forwards;
}





/* 
@keyframes slideInFromLeft {
    from {
        transform: translateX(-100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideInFromRight {
    from {
        transform: translateX(100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.contact-info .animate-left {
    animation: slideInFromLeft 1.5s forwards;
    opacity: 0;
}

.contact-info .animate-right {
    animation: slideInFromRight 1.5s forwards;
    opacity: 0;
} */


@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* .animated-heading h3 {
    opacity: 0;
    animation: fadeIn 1.5s forwards;
} */


.animated-heading {
    line-height: 1.2;
    margin-top: 10%;
    /* Adjust line height as needed */
}


.animated-heading h3,
.animated-heading h1 {
    display: inline-block;
    margin: 0;
}

.animated-heading h1 {
    font-size: 1.5em;
    /* Increase font size as needed */
    font-weight: 600;
}

.animated-heading span {
    opacity: 0;
    display: inline-block;
    animation: slideIn 0.9s forwards, slideOut 0.9s forwards 5.8s;
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateY(-100%);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideOut {
    from {
        opacity: 1;
        transform: translateX(0);
    }

    to {
        opacity: 0;
        transform: translateX(100%);
    }
}

/* Adjust animation delays as per your span elements */
.animated-heading span:nth-child(1) {
    animation-delay: 0s, 5.9s;
}

.animated-heading span:nth-child(2) {
    animation-delay: 0.1s, 5.8s;
}

.animated-heading span:nth-child(3) {
    animation-delay: 0.2s, 5.7s;
}

.animated-heading span:nth-child(4) {
    animation-delay: 0.3s, 5.6s;
}

.animated-heading span:nth-child(5) {
    animation-delay: 0.4s, 5.5s;
}

.animated-heading span:nth-child(6) {
    animation-delay: 0.5s, 5.4s;
}

.animated-heading span:nth-child(7) {
    animation-delay: 0.6s, 5.3s;
}

.animated-heading span:nth-child(8) {
    animation-delay: 0.7s, 5.2s;
}

.animated-heading span:nth-child(9) {
    animation-delay: 0.8s, 5.1s;
}

.animated-heading span:nth-child(10) {
    animation-delay: 0.9s, 5.0s;
}

.animated-heading span:nth-child(11) {
    animation-delay: 1s, 4.9s;
}

.animated-heading span:nth-child(12) {
    animation-delay: 1.1s, 4.8s;
}

.animated-heading span:nth-child(13) {
    animation-delay: 0.2s, 6s;
}

.animated-heading span:nth-child(14) {
    animation-delay: 0.3s, 5.9s;
}

.animated-heading span:nth-child(15) {
    animation-delay: 0.4s, 5.8s;
}

.animated-heading span:nth-child(16) {
    animation-delay: 0.5s, 5.7s;
}

.animated-heading span:nth-child(17) {
    animation-delay: 0.6s, 5.6s;
}

.animated-heading span:nth-child(18) {
    animation-delay: 0.7s, 5.5s;
}

.animated-heading span:nth-child(19) {
    animation-delay: 0.8s, 5.4s;
}

.animated-heading span:nth-child(20) {
    animation-delay: 0.9s, 5.3s;
}

.animated-heading span:nth-child(21) {
    animation-delay: 1s, 5.2s;
}

.animated-heading span:nth-child(22) {
    animation-delay: 1.1s, 5.1s;
}

.animated-heading span:nth-child(23) {
    animation-delay: 1.2s, 5s;
}

.animated-heading span:nth-child(24) {
    animation-delay: 1.3s, 4.9s;
}


.animated-heading span:nth-child(25) {
    animation-delay: 0.4s, 5.9s;
}

.animated-heading span:nth-child(26) {
    animation-delay: 0.5s, 5.8s;
}

.animated-heading span:nth-child(27) {
    animation-delay: 0.6s, 5.7s;
}

.animated-heading span:nth-child(28) {
    animation-delay: 0.7s, 5.6s;
}

.animated-heading span:nth-child(29) {
    animation-delay: 0.8s, 5.5s;
}

.animated-heading span:nth-child(30) {
    animation-delay: 0.9s, 5.4s;
}

.animated-heading span:nth-child(31) {
    animation-delay: 1s, 5.3s;
}

.animated-heading span:nth-child(32) {
    animation-delay: 1.1s, 5.2s;
}

.animated-heading span:nth-child(33) {
    animation-delay: 1.2s, 5.1s;
}

.animated-heading span:nth-child(34) {
    animation-delay: 1.3s, 5s;
}

.animated-heading span:nth-child(35) {
    animation-delay: 1.4s, 5.9s;
}

.animated-heading span:nth-child(36) {
    animation-delay: 1.5s, 5.8s;
}

.animated-heading span:nth-child(37) {
    animation-delay: 1.6s, 5.7s;
}

.animated-heading span:nth-child(38) {
    animation-delay: 1.7s, 5.6s;
}

.animated-heading span:nth-child(39) {
    animation-delay: 1.8s, 5.5s;
}

.animated-heading span:nth-child(40) {
    animation-delay: 1.9s, 5.4s;
}

.animated-heading span:nth-child(41) {
    animation-delay: 2s, 5.3s;
}

.animated-heading span:nth-child(42) {
    animation-delay: 2.1s, 5.2s;
}

.animated-heading span:nth-child(43) {
    animation-delay: 2.2s, 5.1s;
}

/* Responsive styles */
@media (max-width: 1200px) {
    .animated-heading h1 {
        font-size: 1.4em;
    }
}

@media (max-width: 992px) {
    .animated-heading h1 {
        font-size: 1.3em;
    }
}

@media (max-width: 768px) {
    .animated-heading h1 {
        font-size: 0.8em;
    }
}

@media (max-width: 576px) {
    .animated-heading h1 {
        font-size: 0.7em;
    }
}




/* Sequential animation delays for animated-subheading */
.animated-subheading span {
    display: inline-block;
    opacity: 0;
    animation: slideInFromRight 0.9s forwards;
    font-size: 2.0rem;
    margin-top: 40px;
}

@keyframes slideInFromRight {
    from {
        opacity: 0;
        transform: translateX(100%);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.animated-subheading span:nth-child(1) {
    animation-delay: 3.0s;
}

.animated-subheading span:nth-child(2) {
    animation-delay: 3.1s;
}

.animated-subheading span:nth-child(3) {
    animation-delay: 3.2s;
}

.animated-subheading span:nth-child(4) {
    animation-delay: 3.3s;
}

.animated-subheading span:nth-child(5) {
    animation-delay: 3.4s;
}

.animated-subheading span:nth-child(6) {
    animation-delay: 3.5s;
}

.animated-subheading span:nth-child(7) {
    animation-delay: 3.6s;
}

.animated-subheading span:nth-child(8) {
    animation-delay: 3.7s;
}

.animated-subheading span:nth-child(9) {
    animation-delay: 3.8s;
}

.animated-subheading span:nth-child(10) {
    animation-delay: 3.9s;
}

.animated-subheading span:nth-child(11) {
    animation-delay: 4.0s;
}

.animated-subheading span:nth-child(12) {
    animation-delay: 4.1s;
}

.animated-subheading span:nth-child(13) {
    animation-delay: 4.2s;
}

.animated-subheading span:nth-child(14) {
    animation-delay: 4.3s;
}

.animated-subheading span:nth-child(15) {
    animation-delay: 4.4s;
}

.animated-subheading span:nth-child(16) {
    animation-delay: 4.5s;
}

.animated-subheading span:nth-child(17) {
    animation-delay: 4.6s;
}

.animated-subheading span:nth-child(18) {
    animation-delay: 4.7s;
}

.animated-subheading span:nth-child(19) {
    animation-delay: 4.8s;
}

.animated-subheading span:nth-child(20) {
    animation-delay: 4.9s;
}

.animated-subheading span:nth-child(21) {
    animation-delay: 5.0s;
}

.animated-subheading span:nth-child(22) {
    animation-delay: 5.1s;
}

.animated-subheading span:nth-child(23) {
    animation-delay: 5.2s;
}

.animated-subheading span:nth-child(24) {
    animation-delay: 5.3s;
}

.animated-subheading span:nth-child(25) {
    animation-delay: 5.4s;
}

.animated-subheading span:nth-child(26) {
    animation-delay: 5.5s;
}

.animated-subheading span:nth-child(27) {
    animation-delay: 5.6s;
}

.animated-subheading span:nth-child(28) {
    animation-delay: 5.7s;
}

.animated-subheading span:nth-child(29) {
    animation-delay: 5.8s;
}

/* Responsive styles */
@media (max-width: 1200px) {
    .animated-subheading span {
        font-size: 1.8rem;
        margin-top: 35px;
    }
}

@media (max-width: 992px) {
    .animated-subheading span {
        font-size: 1.6rem;
        margin-top: 30px;
    }
}

@media (max-width: 768px) {
    .animated-subheading span {
        font-size: 1.4rem;
        margin-top: 25px;
    }
}

@media (max-width: 576px) {
    .animated-subheading span {
        font-size: 1.2rem;
        margin-top: 20px;
    }
}


.display-5 {
    margin-top: 200px;
    font-size: 50px;

}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Widget styles */
.widget {
    position: fixed;
    right: 20px;
    top: 15%;
    transform: translateY(-50%);
    transition: right 0.3s ease-in-out;
    z-index: 2000;
}

.widget-image {
    width: 80px;
    height: 80px;
    cursor: pointer;
    border-radius: 20%;
    transition: transform 0.3s ease-in-out;
    background-image: url('../resources/images/Asset img/Services_Widget.png');
    background-size: cover;
    background-position: center;
    background-color: transparent;
    border: 2px solid transparent;
    animation: flip 6s infinite;
    /* Adjusted duration */
}

.widget-image:hover {
    transform: scale(1.2);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
    background-color: transparent;
}

/* Adjust the flip animation */
@keyframes flip {

    0%,
    40% {
        transform: rotateY(0);
    }

    50% {
        transform: rotateY(180deg);
    }

    60%,
    100% {
        transform: rotateY(0);
    }
}

.animated-subheadingslider {
    margin-top: 5%;
}

.animated-subheadingslider .animated-text {
    font-size: 30px;
    /* Adjust the font size as needed */
    animation: slideIn 1.5s ease forwards;
    /* Example animation */
    /* Add more animation properties as per your requirement */
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateY(20px);
        /* Example animation from below */
    }

    to {
        opacity: 1;
        transform: translateY(0);
        /* Animation ends at its original position */
    }
}

/* Responsive styles */
@media (max-width: 1200px) {
    .animated-subheadingslider .animated-text {
        font-size: 26px;
        padding: 10px;
    }
}

@media (max-width: 992px) {
    .animated-subheadingslider .animated-text {
        font-size: 22px;
        padding: 10px;
    }
}

@media (max-width: 768px) {
    .animated-subheadingslider .animated-text {
        font-size: 18px;
        padding: 10px;
    }
}

@media (max-width: 576px) {
    .animated-subheadingslider .animated-text {
        font-size: 16px;
        padding: 10px;
    }
}




.popup {
    display: none;
    position: fixed;
    right: 100px;
    top: 50%;
    transform: translateY(-50%);
    width: 300px;
    background-color: transparent;
    border-radius: 10px;
    overflow: hidden;
    opacity: 0;
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
    z-index: 1000;
}

.popup.show {
    display: block;
    opacity: 1;
    transform: translateY(-50%) translateX(0);
}

.popup-section {
    padding: 20px;
    margin-bottom: 20px;
    background-color: #f1f9fb;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    opacity: 0;
    transform: translateX(50px);
    animation: jumpIn 0.7s cubic-bezier(0.25, 0.1, 0.25, 3) forwards;
    position: relative;
    font-weight: bold;
}

.sec-1 {
    margin-top: 180px;
}

.popup-section:nth-child(2) {
    animation-delay: 0.2s;
}

.popup-section:nth-child(3) {
    animation-delay: 0.4s;
}

.popup-section:last-child {
    margin-bottom: 0;
}

.popup-section h5 {
    margin-top: 0;
    display: flex;
    align-items: center;
}

.popup-section p {
    margin: 0;
}

@keyframes jumpIn {
    0% {
        opacity: 0;
        transform: translateX(50px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes jumpOut {
    0% {
        opacity: 1;
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        transform: translateX(50px);
    }
}


/* Style for section icons */
.section-icon {
    margin-right: 10px;
    width: 100px;
    z-index: 2001;
    /* Ensure it has a higher z-index */
    /* border-radius: 50%; */

}


@media (max-width: 1200px) {
    .popup {
        right: 50px;
        width: 250px;
    }
}

@media (max-width: 992px) {
    .popup {
        right: 30px;
        width: 200px;
    }

    .popup-section {
        padding: 15px;
    }

    .section-icon {
        width: 80px;
    }
}

@media (max-width: 768px) {
    .popup {
        right: 20px;
        width: 200px;
    }

    .popup-section {
        padding: 10px;
    }

    .popup-section h5 {
        margin-top: 0;
        display: flex;
        align-items: center;
        font-size: small;
    }

    .section-icon {
        width: 60px;
    }
}

@media (max-width: 576px) {
    .popup {
        right: 10px;
        width: 150px;
    }

    .popup-section {
        padding: 8px;
    }

    .section-icon {
        width: 50px;
    }
}




/* Base Styles for .serviceWeb-item */
.serviceWeb-item {
    width: 100%; /* Makes the width responsive to the container size */
    max-width: 658px; /* Maximum width */
    height: 394px; /* Fixed height */
    overflow: hidden;
    position: relative;
    cursor: pointer;
    border: 1px solid #ccc;
    border-radius: 10px;
    margin-bottom: 30px;
}

.serviceWeb-item img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0; /* Image starts showing the top */
    transition: top 50s ease; /* Smooth transition */
}

.serviceWeb-item:hover img {
    /* Adjust the scrolling end position based on the image height minus the container height */
    top: calc(-14154px + 394px); /* Adjust the calc() as per actual image height */
}

@media (max-width: 768px) { /* For tablets and smaller devices */
    .serviceWeb-item {
        height: 300px; /* Adjust height for smaller screens */
    }
    .serviceWeb-item:hover img {
        top: calc(-14154px + 300px); /* Adjust the hover position */
    }
}

@media (max-width: 480px) { /* For mobile devices */
    .serviceWeb-item {
        height: 200px; /* Further reduce height for mobile screens */
    }
    .serviceWeb-item:hover img {
        top: calc(-14154px + 200px); /* Adjust the hover position for mobile */
    }
}

/* snowflake effect */
.snowflake {
    position: fixed; 
    top: -10px;
    color: #b5b5b3;
    font-size: 12px;
    user-select: none;
    pointer-events: none;
    animation-name: fall;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    z-index: 9999; 
}

@keyframes fall {
    to {
        transform: translateY(100vh); /* Moves to the bottom of the viewport */
    }
}