html {
  font-size: 14px;
}

@media (max-width: 991.98px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

.custom-style {
    background-color: aqua;
}

.navbar.scrolled {
    background-color: red !important;
    transition: background-color 0.3s;
}

.custom-navbar.scrolled {
    background: #23406c !important;
    transition: background 0.3s;
}

body {
    margin: 0;
    padding-top: 90px; /* match your header/navbar height */
    overflow-x: hidden;
}

.custom-style1 {
    align-items: center;
}

li a {
    margin: 0 1rem;
    color: rgb(255, 255, 255);
    text-decoration: none;
    font-size: larger;  
}

.navbar-logo {
    max-height: auto; /* Adjust the height as needed */
    width: auto; /* Maintain aspect ratio */
}

. /* Ensure the parent is positioned for the dropdown */
.navbar-nav {
    position: relative;
    z-index: 2;
    margin-left: auto !important;
    padding-right: 11rem; /* adjust as needed */
}

/* Reset dropdown-menu position to default Bootstrap */
.dropdown-menu {
    left: 0 !important;
    right: auto !important;
    min-width: 200px;
    top: 100%;
    margin-top: 0.5rem;
    background: rgba(35, 64, 108, 0.2);
    color: #fff;
    border-radius: 8px;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.navbar-link-white,
.navbar-link-white:visited,
.navbar-link-white:active {
    color: #fff !important;
    font-size: larger;
    font-weight: normal;
}

    .navbar-link-white:hover,
    .navbar-link-white:focus {
        color: rgb(27, 58, 100, 0.90) !important; /* Optional: highlight on hover */
    }


.dropdown-header {
    color: #fff;
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
}

.dropdown-item {
    color: #fff !important;
    font-size: 1.1rem;
    padding: 0.5rem 1rem;/*
    transition: background 0.2s, color 0.2s;*/
}

    .dropdown-item:hover, .dropdown-item:focus {
        background: none;
        color: #258cfb !important;
    }

/* Ensure all navbar links (including dropdown) are aligned and styled the same */
.navbar-nav > li > a,
.navbar-nav > .nav-item > .nav-link,
.navbar-nav > .nav-item > .dropdown-toggle {
    color: #fff !important;
    font-size: larger;
    font-weight: normal;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    line-height: 1.5;
    display: flex;
    align-items: center;
}

/* Remove extra margin/padding from dropdown arrow */
.navbar-nav .dropdown-toggle::after {
    margin-left: 0.4em;
    vertical-align: middle;
}
/* Show dropdown on hover for all devices */
.navbar-nav .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}

/* Restrict dropdown width on mobile */
@media (max-width: 991.98px) {
    .dropdown-menu {
        min-width: 200px;
        max-width: 50vw;
        width: auto;
        left: 0 !important;
        right: auto !important;
        margin-left: 1rem;
        margin-right: 1rem;
    }
}

.about-dropdown-menu-blue {
    background: rgb(27, 58, 100) !important;
    color: #fff !important;
}

    .navbar-nav .dropdown .dropdown-toggle::after {
        transform: rotate(-180deg);
    }
/*}*/

/* Optional: highlight on hover */

.navbar-nav > .nav-item > .nav-link:hover/*,
.navbar-nav > .nav-item > .dropdown-toggle:hover*/ {
    color: #258cfb !important;
}

/* Customize the slider container */
#carouselExample {
    margin: 0 auto; /* Center the slider horizontally */
    width: 100vw;
    height: 100vh;
    min-height: 400px;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    z-index: 1;
}

/* Customize the slides */
.carousel-item img {
    height: 400px; /* Set a fixed height for the images */
    object-fit: cover; /* Ensure images cover the slide area without distortion */
    /*border-radius: 10px;*/ /* Add rounded corners to images */
}

/* Customize the navigation arrows */
.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: rgba(0, 0, 0, 0.5); /* Add a semi-transparent background */
    border-radius: 50%; /* Make the arrows circular */
    width: 30px; /* Set the size of the arrows */
    height: 30px;
}

/* Adjust the position of the arrows */
.carousel-control-prev,
.carousel-control-next {
    top: 50%; /* Center the arrows vertically */
    transform: translateY(-50%);
}

    /* Add hover effects to the arrows */
    .carousel-control-prev:hover .carousel-control-prev-icon,
    .carousel-control-next:hover .carousel-control-next-icon {
        background-color: rgba(0, 0, 0, 0.8); /* Darken the background on hover */
    }

/* Add custom indicators (if used) */
.carousel-indicators [data-bs-target] {
    background-color: #007bff; /* Change the color of the indicators */
    width: 12px; /* Adjust the size */
    height: 12px;
    border-radius: 50%; /* Make them circular */
}

.slide-quote {
    font-size: 2rem;
    color: #fff;
    padding: 1rem 2rem;
    border-radius: 1rem;
    display: inline-block;
    text-align: center;
    max-width: 80vw;
    margin: 0 auto;
}
    .slide-quote span {
        font-size: 2rem;
        color: #fff;
        padding: 1rem 2rem;
        border-radius: 1rem;
        display: inline-block;
        text-align: center;
        max-width: 80vw;
        margin: 0 auto;
        letter-spacing: 0.03em;
        white-space: pre-line;
    }

.quote-top-left {
    position: absolute;
    top: 10%;
    left: 5%;
    font-style: italic;
    transform: none;
}

.quote-top-right {
    position: absolute;
    top: 30%;
    right: 5%;
    font-style: italic;
    transform: none;
    text-align: right;
    margin-left: auto;
    /*margin-right: 2vw;*/ /* or adjust as needed */
    display: block;
    max-width: 40vw; /* optional: keeps it from spanning too wide */
}

.quote-bottom-left {
    position: absolute;
    bottom: 10%;
    left: 5%;
    font-style: italic;
    transform: none;
}

.quote-bottom-right {
    position: absolute;
    bottom: 10%;
    right: 5%;
    font-style: italic;
    transform: none;
}

.quote-bottom-center {
    position: absolute;
    bottom: 50px; /* Adjust spacing from the bottom */
    right: 25%;
    left: 25%;
    transform: translateX(-50%);
    font-size: 20px;
    font-style: italic;
    text-align: center;
    padding: 10px;
    color: white; /* Text color */
}


.quote-center {
    position: absolute;
    top: 70%;
    left: 4%;
    transform: translate(-50%, -50%);
    font-style: italic;
    max-width: 58vw;
}

.carousel-caption {
    bottom: 20%;
}

.slide-quote {
    opacity: 0;
    transition: opacity 0.5s;
}

.fade-out {
    opacity: 0;
    animation: fadeOut 1s forwards;
}

@keyframes fadeIn {
    to {
        opacity: 1;
    }
}

@keyframes fadeOut {
    to {
        opacity: 0;
    }
}

.fade-in {
    opacity: 0;
    transform: scale(0.96); /* Start slightly zoomed in */
    animation: fadeZoomOut 3.5s forwards;
}

@keyframes fadeZoomOut {
    0% {
        opacity: 0;
        transform: scale(0.96);
    }

    60% {
        opacity: 1;
        transform: scale(1.03);
    }

    100% {
        opacity: 1;
        transform: scale(1.03);
    }
}

.card {
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease;
}

    .card:hover {
        transform: scale(1.05);
    }

.card-img-top {
    height: 200px;
    object-fit: cover;
}

.card {
    height: 100%; /* Ensures all cards in a row are the same height */
    display: flex;
    flex-direction: column;
    padding-top: 5px;
    padding-bottom: 5px;
}

.card-body {
    flex: 1 1 auto; /* Makes the card body fill the remaining space */
}

.footerStyle {
    background-color: rgba(17, 48, 92, 0.955);    
}

.home-background {
    background-image: url('/Images/Home_Background.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 100vh;
    position: relative;
}

.marquee {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
}

    .marquee a {
        display: inline-block;
        padding-left: 100%;
        animation: marquee 15s linear infinite;
        color: rgb(27, 58, 100, 0.90);
        text-decoration: none;
        font-weight: bold;
        font-size: 16px;
    }

@keyframes marquee {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(-100%, 0);
    }
}

fieldset {
    border: 1px solid #000;
    padding: 1rem 1.5rem 1.5rem 1.5rem;
    margin-bottom: 1rem;
    position: relative;
}

legend {
    font-size: 1rem;
    width: auto;
    padding: 0 10px;
    margin-bottom: 0;
    position: absolute;
    top: -0.8em;
    left: 1.2em;
}

select.contact-input,
select.contact-input option {
    color: rgba(17, 48, 92, 0.75);
}

.footer-custom {
    background: rgba(17, 48, 92, 0.955);
    border-top: 1px solid #eaeaea;
}

.footer-title {
    color: #ffff;
    font-weight: bold;
    margin-bottom: 1rem;
}

.footer-custom ul li a {
    color: #aaa;
    text-decoration: none;
    font-size: 1rem;
    transition: color 0.2s;
}
.footer-custom ul li  {
    color: #aaa;
    text-decoration: none;
    font-size: 1rem;
    transition: color 0.2s;
}

    .footer-custom ul li a:hover {
        color: #fff;
        text-decoration: underline;
    }

.footer-tagline {
    color: #aaa;
    font-size: 1rem;
}

.footer-icon {
    color: #aaa;
    font-size: 1.5rem;
    margin-left: 1rem;
    text-decoration: none;
    transition: color 0.2s;
}

    .footer-icon:hover {
        color: #aaa;
    }

.fullscreen-slideshow {
    width: 100vw;
    height: 100vh;
    min-height: 400px;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    z-index: 1;
}

    .fullscreen-slideshow .carousel,
    .fullscreen-slideshow .carousel-inner,
    .fullscreen-slideshow .carousel-item,
    .fullscreen-slideshow img {
        height: 100%;
        min-height: 400px;
    }

    .fullscreen-slideshow img {
        object-fit: cover;
        width: 100vw;
        height: 100vh;
    }

.fullscreen-slideshow {
    width: 100vw;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    z-index: 1050;
    background: rgba(27, 58, 100, 0.95);
    color: #fff;
}


.home-background {
    padding-top: 90px; /* Adjust this value to match your navbar height */
}

.navbar img {
    margin: 0;
    padding: 0;
    max-height: 80px; /* Adjust as needed */
}

.feature-block1 {
    background: #fff;
    padding-top: 40px;
    padding-bottom: 40px;
}

.feature-block {
    background: rgba(255, 255, 255, 0.0);    
    padding-top: 50px;
    padding-bottom: 50px;
    /*box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);*/
    transition: transform 0.2s ease;
    min-height: 600px;
}
    .feature-block:hover {
        transform: scale(1.01);
    }

.feature-label {
    letter-spacing: 1px;
    font-size: 1rem;
}

.feature-block .img-fluid {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    padding: 0 !important;
    margin: 0;
    padding: 0;
    align-self: flex-start;
}

.image-container {
    min-height: 350px; /* Adjust as needed for your layout */
    padding: 0 !important;
    display: flex;
    align-items: stretch;
    margin: 0 !important;
    justify-content: flex-start;
}

.feature-title {
    font-size: 3.2rem;
    padding: 0 !important;
}

feature-title-product {
    font-size: 3.5rem;
    padding: 0 !important;
}

.feature-title1 {
    font-size: 2.2rem;
}

.feature-desc {
    font-size: 1.1rem;
}

@media (max-width: 991.98px) {
    .feature-title {
        font-size: 1.5rem;
    }

    .feature-block {
        /*background: rgba(255, 255, 255, 1);*/ /* White with 85% opacity */
        border-radius: 24px;
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

.slide-in {    
    opacity: 0;
    transform: translateX(40px); /* Start 40px to the right */
    transition: opacity 0.8s, transform 0.8s;
}

    /* When active, show and slide in */
    .slide-in.slide-in-active {
        opacity: 1;
        transform: translateX(0);
    }

@keyframes slideInLeft {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.feature-block > .container > .row {
    margin-bottom: 8rem; /* Increase as needed, e.g., 64px */
}

    .feature-block > .container > .row:last-child {
        margin-bottom: 0; /* Remove margin after the last block */
    }

.testimonials-section {
    background: #fff;
}

.testimonial {
    background: transparent;
    border: none;
    padding: 0 0 1.5rem 0;
    font-size: 1.1rem;
}

.testimonial-icon {
    width: 50px;
    height: 50px;
    border: 3px solid rgba(27, 58, 100, 0.75);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    margin-bottom: 1rem;
}

.testimonial-author {
    font-size: 1.25rem;
}

.testimonial-role {
    font-size: 1rem;
}

@media (max-width: 991.98px) {
    .testimonials-section h2 {
        font-size: 2rem;
    }

    .testimonial {
        font-size: 1rem;
    }
}

.custom-banner {
    background: #3e5054 url('/images/section/bnner1.png') left center no-repeat;
    background-size: cover;
    color: #fff;
    padding: 60px 0;
    margin-bottom: 40px;
    position: relative;
}

.custom-banner-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 32px;
    justify-content: space-between;
    padding: 0 40px;
}

.custom-banner-icon {
    flex-shrink: 0;
    margin-right: 24px;
}

.custom-banner-content h2 {
    font-size: 2.2rem;
    font-weight: 700;
    margin: 0;
    line-height: 1.2;
}

.custom-banner-btn {
    display: inline-block;
    padding: 16px 40px;
    min-width: 220px;
    border: 3px solid #fff;
    border-radius: 999px;
    color: #fff;
    background: transparent;
    font-size: 1.4rem;
    font-weight: 700;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
    text-align: center;
    white-space: nowrap;
}

    .custom-banner-btn:hover {
        background: white;   
        border-color: white;
    }

.custom-navbar {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    background: rgba(17, 48, 92, 0.955);
    box-shadow: none;
    border: none;
}

    .custom-navbar.transparent {
        background: transparent !important;
    }

    .custom-navbar.scrolled {
        /*background: red !important;*/
        background: rgba(17, 48, 92, 0.955) !important;
        transition: background 0.3s;
    }

.hero-section {
    position: relative;
    width: 100vw;
    height: 100vh;
    background: url('/images/your-background.jpg') center center/cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(34, 49, 63, 0.5); /* semi-transparent overlay */
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-content {
    color: #fff;
    text-shadow: 0 2px 8px #000;
    max-width: 900px;
    margin: auto;
}

    .hero-content h1 {
        font-size: 3rem;
        font-weight: bold;
        margin-top: 1rem;
    }

body {
    margin: 0;
    padding: 0;
}




.stat-value {
    font-size: 5rem; /* Larger, bold percentage */
    font-weight: 700;
    color: royalblue;
    line-height: 1;
    margin-bottom: 0.5rem;
}

.stat-underline {
    width: 90%;
    height: 5px;
    background: linear-gradient(90deg, #00e6c3 60%, #00cfff 100%);
    margin: 0 auto 1.2rem auto;
    border-radius: 3px;
}

.stat-desc {
    font-size: 1.35rem; /* Larger description */
    color: #11406c;
    max-width: 90%;
    margin: 0 auto;
    line-height: 1.4;
    font-weight: 400;
}

.stat-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    min-height: 220px;
    margin-bottom: 2rem;
}


.product-features-section {
    max-width: 1200px;
    /*border-top: 1.5px solid grey;*/ /* horizontal line above heading */
}

.feature-col {
    padding: 0 2rem;
    border-right: 1.5px solid grey; /* vertical line */
}

    .feature-col:last-child {
        border-right: none; /* remove line from last column */
    }

@media (max-width: 991.98px) {
    .border-md-end {
        border-right: 1px solid grey;
    }

    .feature-col:last-child {
        border-right: none;
    }
}

@media (max-width: 991.98px) {
    .feature-col {
        border-right: none;
    }
}

.integrated-remote-section {
    background: rgba(27, 58, 100, 0.90);
    border-radius: 18px;
    max-width: 1300px;
    margin: 0 auto;
}

.integrated-remote-grid {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 16px rgba(0,0,0,0.04);
}

.feature-card {
    border: 1px solid #e0e0e0;
    border-right: none;
    border-bottom: none;
    padding: 0;
    min-height: 200px;
    display: flex;
    align-items: stretch;
    justify-content: stretch;
}

.feature-card-inner-home {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    height: 100%;
    padding: 0;
    position: relative;
    position: relative;
    overflow: hidden; /* Ensures overlay doesn't spill out */
    width: 100%;
    height: 100%;
    background: #fff;
}

    .feature-card-inner-home:hover .feature-hover-content,
    .feature-card-inner-home:focus-within .feature-hover-content {
        opacity: 1;
        pointer-events: auto;
        transform: translateY(0);
    }

    .feature-card-inner-home:hover .feature-icon,
    .feature-card-inner-home:hover .feature-title,
    .feature-card-inner-home:hover .feature-plus {
        opacity: 0.2;
        transition: opacity 0.2s;
    }    

.feature-card-inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    height: 100%;
    padding: 2rem 1.5rem 2rem 2rem;
    position: relative;
}

.feature-icon {
    width: 48px;
    height: 48px;
}

.feature-title {
    font-size: 1.35rem;
    color: #11406c;
    font-weight: 500;
    margin-bottom: 0;
}

.feature-plus {
    position: absolute;
    right: 1.5rem;
    bottom: 1.5rem;
    font-size: 2rem;
    color: #00cfff;
    font-weight: 700;
}

@media (max-width: 991.98px) {
    .feature-card-inner {
        padding: 1.5rem 1rem 1.5rem 1rem;
    }

    .feature-title {
        font-size: 1.1rem;
    }
}

@media (max-width: 991.98px) {
    .integrated-remote-grid {
        padding: 0.5rem;
    }

    .feature-card-inner {
        padding: 1rem 0.5rem 1rem 0.5rem;
    }

    .feature-title {
        font-size: 1rem;
    }
}

.feature-card-inner {
    position: relative;
    overflow: hidden; /* Ensures overlay doesn't spill out */
    width: 100%;
    height: 100%;
    background: #fff;
}

.feature-hover-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(27, 58, 100, 0.90);
    color: #fff;
    opacity: 0;
    pointer-events: none;
    padding: 2rem 1.5rem;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
    font-size: 1.1rem;
    font-weight: 400;
    z-index: 2;
    transition: opacity 0.35s cubic-bezier(.4,0,.2,1), transform 0.35s cubic-bezier(.4,0,.2,1);
    transform: translateY(20px);
    border-radius: 0; /* or match your card's border radius */
    box-shadow: 0 4px 24px rgba(0,0,0,0.08);
    overflow-wrap: break-word;
}

.feature-card-inner:hover .feature-hover-content,
.feature-card-inner:focus-within .feature-hover-content {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}
.feature-card-inner:hover .feature-icon,
.feature-card-inner:hover .feature-title,
.feature-card-inner:hover .feature-plus {
    opacity: 0.2;
    transition: opacity 0.2s;
}


.pricing-card {
    background: #fff;
    border-radius: 24px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.08);
    transition: transform 0.2s;
    margin-bottom: 1.5rem;
}

    .pricing-card:hover {
        transform: translateY(-6px) scale(1.03);
        box-shadow: 0 8px 32px rgba(0,0,0,0.12);
    }

.pricing-btn {
    border-radius: 2rem;
    font-size: 1.25rem;
    padding: 0.75rem 0;
}

.check-icon {
    font-size: 1.2rem;
    line-height: 1;
}

.action-section {
    color: #11406c;
    background: #3e5054 url('/images/section/bnner1.png') left center no-repeat;
}

.custom-banner-btn-demo {
    display: inline-block;
    padding: 16px 40px;
    min-width: 420px;
    border: 3px solid #ffff;
    border-radius: 999px;
    color: #ffff;
    background: transparent;
    font-size: 1.4rem;
    font-weight: 700;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
    text-align: center;
    white-space: nowrap;
}

    .custom-banner-btn-demo:hover {
        color: #11406c;
        background: #ffff;
        border-color: white;
    }



/*benefits*/
.love-section {
    background: #f7f9fa;
    border-radius: 24px;
}

.love-feature-card {
    background: #fff;
    border-radius: 2rem 2rem 2rem 2rem;
    box-shadow: 0 4px 24px rgba(27, 58, 100, 0.08);
    padding: 2.5rem 1.2rem 1.5rem 1.2rem;
    text-align: center;
    min-height: 370px;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: box-shadow 0.2s;
    position: relative;
}

    .love-feature-card:hover {
        box-shadow: 0 8px 32px rgba(27, 58, 100, 0.16);
    }

.love-feature-icon {
    width: 72px;
    height: 72px;
    border-radius: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.2rem auto;
}

.bg-blue {
    background: #2b7bb9;
}

.bg-green {
    background: #3bb273;
}

.love-feature-title {
    font-size: 1.2rem;
    font-weight: 700;
    color: #1b3a64;
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
}

.feature-icon-love {
    width: 100px;
    height: 100px;
}

.love-feature-desc {
    color: #444;
    font-size: 1rem;
    margin-bottom: 0;
}

@media (max-width: 991.98px) {
    .love-feature-card {
        min-height: 340px;
        padding: 2rem 1rem 1.5rem 1rem;
    }

    .love-feature-title {
        font-size: 1.1rem;
    }
}

@media (max-width: 991.98px) {
    .love-feature-card {
        min-height: 0;
        padding: 1.5rem 0.5rem 1rem 0.5rem;
    }
}


.slideshow-arrow-overlay {
    position: absolute;
    left: 50%;
    bottom: 20px; /* Adjust as needed to overlay on the slideshow */
    transform: translateX(-50%);
    z-index: 10;
    pointer-events: none; /* So it doesn't block clicks */
}

.chevron-arrow {
    display: block;
    width: 54px;
    height: 54px;
    animation: bounceDown 1.5s infinite;
}

@keyframes bounceDown {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(18px);
    }
}


 .form-label {
    font-size: 1.25rem; /* or any size you prefer, e.g., 20px */
    font-weight: 400;
}

@media (max-width: 991.98px) {
    .navbar-toggler {
        display: block !important;
        opacity: 1 !important;
        z-index: 9999 !important;
    }

    .navbar-collapse {
        display: none;
    }

        .navbar-collapse.show {
            display: block !important;
        }
}
























