/* Global Styles */
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background-color: #e7e7e723 !important;
    overflow-x: hidden;
}
main {
    flex-grow: 1;
}
/* Hero Banner */
.hero-banner {
    background: url('../images/hero-image.jpg') no-repeat center center/cover;
    height: 100vh;
    display: flex;
    align-items: center;
    color: white;
    position: relative;
}
.hero-banner .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
   /* Dark overlay */
    z-index: 1;
}
.hero-banner .container {
    z-index: 2;
}
.hero-content {
    text-align: left;
}
.hero-banner h1 {
    font-size: 3.5rem;
    font-weight: bold;
    margin-bottom: 20px;
}
.hero-banner .subheading {
    font-size: 1.2rem;
    margin-bottom: 20px;
    color: #ddd;
}
.hero-banner .btn {
    padding: 15px 30px;
    font-size: 1.2rem;
    background-color: #0072CE;
    border: none;
    color: white;
    transition: transform 0.3s ease, background-color 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.hero-banner .btn:hover {
    transform: translateY(-5px);
    background-color: #0056b3;
}
.hero-image {
    display: flex;
    justify-content: center;
    align-items: center;
}
.hero-image img {
    max-width: 100%;
    height: auto;
}
@media (max-width: 768px) {
    .hero-image {
        display: none;
   }
    .hero-banner h1 {
        font-size: 2.5rem;
   }
    .hero-banner .subheading {
        font-size: 1rem;
   }
}
/* Hero Banner */
.hero-banner2 {
    background: url('../images/hero-image2.jpg') no-repeat center center/cover;
    height: 100vh;
    display: flex;
    align-items: center;
    color: white;
    position: relative;
}
.hero-banner2 .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
   /* Dark overlay */
    z-index: 1;
}
.hero-banner2 .container {
    z-index: 2;
}
.hero-content2 {
    text-align: left;
}
.hero-banner2 h1 {
    font-size: 3.5rem;
    font-weight: bold;
    margin-bottom: 20px;
}
.hero-banner2 .subheading {
    font-size: 1.2rem;
    margin-bottom: 20px;
    color: #ddd;
}
.hero-banner2 .btn {
    padding: 15px 30px;
    font-size: 1.2rem;
    background-color: #0072CE;
    border: none;
    color: white;
    transition: transform 0.3s ease, background-color 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.hero-banner2 .btn:hover {
    transform: translateY(-5px);
    background-color: #0056b3;
}
.hero-image2 {
    display: flex;
    justify-content: center;
    align-items: center;
}
.hero-image2 img {
    max-width: 100%;
    height: auto;
}
@media (max-width: 768px) {
    .hero-image2 {
        display: none;
   }
    .hero-banner2 h1 {
        font-size: 2.5rem;
   }
    .hero-banner2 .subheading {
        font-size: 1rem;
   }
}
/* Service Card Styling */
.service-card-wrapper {
    display: flex;
    flex-wrap: wrap;
    row-gap: 25px;
    justify-content: space-between;
}

/* CSS to center the last row */
.service-card-wrapper.last-row {
    justify-content: center;
}

.service-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin: 15px 0;
    text-align: left;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-top: 3px solid #0051ffce;
   /* Accent color at the top */
    height: 100%;
   /* Ensure cards are the same height */
}
.services-section-header h5 {
    font-size: 1rem;
    letter-spacing: 2px;
    color: #555;
   /* Adjust this to your preferred color */
    margin-bottom: 10px;
    text-transform: uppercase;
}
.services-section-header h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1c1c1c;
   /* Adjust to your theme's primary color */
    margin-bottom: -5vh;
}
.services-section-header {
    padding-bottom: 20px;
}
.service-card-wrapper .col-md-4 {
    margin-bottom: 30px;
   /* Adding more space between the rows of cards */
}
.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}
.icon-section {
    text-align: center;
    margin-bottom: 1vh;
    margin-top: 2.5vh;
}
.icon-section img {
    width: 15vh;
    height: 15vh;
}
.service-title {
    font-size: 1.7rem;
    color: #343a40;
    font-weight: bold;
    margin-bottom: 15px;
    color: #0065b8;
}
.service-subtitle {
    display: block;
    font-size: 1rem;
    color: #0072CE;
    font-weight: normal;
}
.service-description {
    color: #495057;
    font-weight: bold;
    margin-bottom: 10px;
}
.service-details {
    color: #6c757d;
    line-height: 1.6;
    margin-bottom: 15px;
}
.service-divider {
    border: none;
    border-bottom: 1px solid #0051ffce;
    margin-bottom: 15px;
}
.services-section {
    margin-bottom: 3vh;
}
.why-choose-us {
    box-shadow: 0 0px 0.2vh 0vh black;
    border-top: 0.15vh solid #0051ffce;
    border-bottom: 0.15vh solid #0051ffce;
}
.expertise-section {
    margin-bottom: 15px;
}
.expertise-title {
    font-weight: bold;
    color: #495057;
    margin-bottom: 10px;
}
.expertise-list {
    list-style: none;
}
.list-services {
    list-style: none;
    padding-left: 0;
}
.list-services li {
    display: flex;
    align-items: center;
    font-size: 1rem;
    color: #555;
    margin-bottom: 10px;
}
/* Checkmark color */
.list-services li i {
    color: #0051ffce;
    margin-right: 10px;
}
.service-card .btn {
    margin-top: auto;
    padding: 10px 20px;
    background-color: #0051ffce;
    border: none;
    color: white;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    border-radius: 50px;
}
.service-card .btn:hover {
    transform: translateY(-5px);
    background-color: #0051ffce;
    box-shadow: 0 5px 35px #013097b4;
}
.learn-more-btn i {
    margin-left: 10px;
}
/* Responsive */
@media (max-width: 1200px) {
    .service-card-wrapper {
        flex-direction: column;
   }
}
@media (max-width: 1200px) {
    .col-md-4 {
        flex: 0 0 auto !important;
        width: 100% !important;
   }
}
/* Stats Section */
.stats-section {
    background-color: #002244;
   /* Dark Blue */
    color: #fff;
    padding: 60px 0;
    text-align: center;
}
.stats-section .container {
    display: flex;
    justify-content: space-between;
   /* Space elements evenly */
    align-items: center;
   /* Vertically center items */
    flex-wrap: wrap;
   /* Ensure responsiveness */
}
.stats-section .stat-item {
    flex: 1;
    margin: 0 15px;
   /* Add some horizontal spacing */
    min-width: 250px;
   /* Ensure each stat item doesn't shrink too much on small screens */
    padding: 0 20px;
    position: relative;
}
.stats-section h3 {
    font-size: 2.5rem;
    color: #0072CE;
   /* Bright Blue for Numbers */
}
.stats-section p {
    font-size: 1.2rem;
    color: #ddd;
}
/* Why Choose Us Section */
.why-choose-us {
    background-color: #f9f9f9;
   /* Light Grey Background */
    padding: 60px 0;
    text-align: center;
}
.why-choose-us h2 {
    font-size: 2.5rem;
    margin-bottom: 30px;
}
.why-choose-us .stat-item {
    margin-bottom: 20px;
}
.why-choose-us .stat-item h4 {
    font-size: 1.6rem;
    color: #0072CE;
    margin-bottom: 10px;
}
/* Footer */
footer {
    background-color: #212529;
   /* Dark Grey Footer */
    color: white;
    padding: 40px 0;
    font-size: 0.9rem;
    text-align: center;
}
footer a {
    color: white;
    text-decoration: none;
}
footer a:hover {
    text-decoration: underline;
}
/* Navbar */
.navbar {
    background-color: #0072CE;
   /* Primary Blue */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
   /* Add shadow for depth */
   font-size: 1.5rem;
}
.navbar .navbar-brand {
    font-size: 1.5rem;
    color: white;
}
/* Styling for the navigation link hover effect */
.nav-link {
    position: relative;
    display: inline-block;
    padding-bottom: 5px; /* Adjust as per your design */
    color: #ffffffd8 !important; /* Change to your preferred link color */
    text-decoration: none;
    transition: color 0.3s ease; /* Optional color transition */
    font-style: bold;
}

.nav-link:hover {
    color: #ffffff; /* Change the color on hover if you wish */
}

.nav-link::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2.5px;
    width: 75%;
    background-color: rgb(255, 255, 255); /* Line color */
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}

.nav-link:hover::after {
    transform: scaleX(1);
}

.navbar .navbar-toggler {
    border-color: rgba(255, 255, 255, 0.87);
}
/* Animations for Service Cards */
@keyframes fadeInUp {
    from {
        transform: translateY(30px);
        opacity: 0;
   }
    to {
        transform: translateY(0);
        opacity: 1;
   }
}
/* Sticky Navbar */
nav.navbar {
    background: #0047b1ee;
   /* Semi-transparent background */
    padding: 20px 0;
    justify-content: center;
    position: sticky;
   /* Sticky to top */
    top: 0;
   /* Stick to top of viewport */
    width: 100%;
    z-index: 1000;
}
/* Responsive Styles */
@media (max-width: 768px) {
    .hero-banner h1 {
        font-size: 2.5rem;
   }
    .hero-banner p {
        font-size: 1rem;
   }
    .service-card {
        margin-bottom: 30px;
   }
    .stats-section h3 {
        font-size: 2rem;
   }
}
/* Contact Section Styling */
.contact-section {
    background-color: #f8f9fa00;
    padding: 50px 0;
    border-radius: 10px;
}
.contact-info p {
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 15px;
    color: #333;
}
.contact-info i {
    color: #007bff;
    margin-right: 10px;
}
.contact-info a {
    text-decoration: none;
    color: #007bff;
}
.contact-info a:hover {
    text-decoration: underline;
}
.contact-form {
    background: #f1f1f1af;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.contact-form .form-control {
    border-radius: 5px;
    box-shadow: none;
    border: 1px solid #ddd;
    padding: 15px;
}
.contact-form .btn {
    padding: 12px;
    background-color: #007bff;
    border: none;
    border-radius: 5px;
    font-size: 1.2rem;
}
.contact-form .btn:hover {
    background-color: #0056b3;
}
/* Map Section */
.location-section {
    background-color: #fff;
}
.location-section h2 {
    font-size: 2rem;
    margin-bottom: 15px;
    color: #333;
}
.location-section p {
    font-size: 1.1rem;
    margin-bottom: 20px;
    color: #666;
}
#map {
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
footer {
    background-color: #343a40;
    padding: 20px 0;
    color: white;
}
footer a {
    color: #ffffff;
}
footer a:hover {
    text-decoration: underline;
}
footer p {
    margin: 0;
    font-size: 1.1rem;
}
.hidden {
    display: none;
}

/* Tron-style glowing border and background */
#congrats {
    background-color: rgba(0, 0, 0, 0.85); /* Dark semi-transparent background */
    border: 2px solid #2596be; /* Neon cyan border */
    box-shadow: 0 0 20px #2596be, 0 0 30px #2596be, 0 0 40px #2596be; /* Glowing effect */
    padding: 2rem;
    border-radius: 15px;
    text-align: center;
    color: #fff; /* White text */
    font-family: 'Orbitron', sans-serif; /* Futuristic font */
    animation: glow 1.5s ease-in-out infinite alternate; /* Glowing animation */
    width: auto;
    margin: 2rem auto;
    opacity: 1; /* Start hidden */
    transition: opacity 0.5s ease-in-out; /* Fade-in effect */
}

/* Neon button for additional fancy effect */
#congrats button {
    background-color: #2596be;
    border: none;
    padding: 10px 20px;
    color: #000;
    font-family: 'Orbitron', sans-serif;
    font-size: 1.2rem;
    border-radius: 5px;
    cursor: pointer;
    box-shadow: 0 0 10px #2596be, 0 0 20px #2596be;
    transition: all 0.3s ease-in-out;
}

#congrats button:hover {
    box-shadow: 0 0 20px #2596be, 0 0 30px #2596be;
    transform: scale(1.1);
}

/* Glowing animation */
@keyframes glow {
    from {
        box-shadow: 0 0 10px #2596be, 0 0 20px #2596be;
    }
    to {
        box-shadow: 0 0 30px #2596be, 0 0 60px #2596be;
    }
}

/* Make the #congrats container visible after login */
.show-congrats {
    opacity: 1; /* Fully visible */
}

/* Fancy font for header */
#congrats h2 {
    font-family: 'Orbitron', sans-serif;
    font-size: 2rem;
    color: #2596be;
    text-shadow: 0 0 10px #2596be;
    margin-bottom: 1.5rem;
}

/* Paragraph and list style */
#congrats p, #congrats ul {
    font-family: 'Orbitron', sans-serif;
    font-size: 1.2rem;
    color: #ffffff;
    text-shadow: 0 0 5px #2596be;
}

#congrats ul li {
    margin-bottom: 0.5rem;
}

/* Add a cool neon effect to the flag element */
#flag {
    font-size: 1.5rem;
    font-weight: bold;
    color: #000000;
    text-shadow: 0 0 1px #2596be, 0 0 15px #2596be;
}

/* Temporary black background */
.black-bg {
    background-color: rgba(55, 47, 47, 0.959);
    transition: background-color 0.5s ease-in-out; /* Smooth transition */
}

.container-wrapper #congrats {
    margin-top: 2rem;
    background-color: rgba(0, 0, 0, 0.85);
}

/* Scrollbar style for WebKit browsers */
::-webkit-scrollbar {
    width: 12px; /* Adjust the width as needed */
}

::-webkit-scrollbar-track {
    background-color: #000000; /* Background color of the scrollbar track */
}

::-webkit-scrollbar-thumb {
    background-color: #0056b3; /* Blue color for the scrollbar thumb */
    border-radius: 10px; /* Rounded corners for a modern look */
    border: 3px solid #000000; /* Adds some space around the thumb */
}

::-webkit-scrollbar-thumb:hover {
    background-color: #003f7d; /* Darker blue when hovering over the scrollbar */
}

/* For Firefox, you can use scrollbar-color */
html {
    scrollbar-width: thin; /* Makes the scrollbar thin */
    scrollbar-color: #0056b3 #000000; /* Thumb color (blue) and track color */
}

/* Testimonials Section */
.testimonials .testimonial-item {
    background-color: var(--surface-color);
    margin: 15px 5px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    padding: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-top: 3px solid #0051ffce;
    height: 100%;
    background-color: #ffffff;
}

/* Center only the image and double its size */
.testimonials .testimonial-item .testimonial-img {
    width: 180px; /* Double the original 90px */
    height: 180px; /* Maintain the circular frame */
    border-radius: 50%; /* Makes the image circular */
    margin: 0 auto 15px auto; /* Centers the image horizontally */
    display: block;
    object-fit: cover; /* Ensures the image fits inside the frame */
}

/* Heading Styles */
.testimonials .testimonial-item h3 {
    font-size: 1.7rem;
    font-weight: bold;
    margin: 10px 0 5px 0;
    margin-bottom: 15px;
    color: #0065b8;
}

.testimonials .testimonial-item h4 {
    font-size: 1.2rem;
    margin: 0;
    color: #495057;
    font-weight: bold;
    margin-bottom: 10px;
}

/* Stars Styling */
.testimonials .testimonial-item .stars {
    margin: 10px 0;
}

.testimonials .testimonial-item .stars i {
    color: #ffc107;
    margin: 0 1px;
}

/* Quote Icons */
.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
    color: color-mix(in srgb, var(--accent-color), transparent 50%);
    font-size: 26px;
    line-height: 0;
}

.testimonials .testimonial-item .quote-icon-left {
    display: inline-block;
    left: -5px;
    position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
    display: inline-block;
    right: -5px;
    position: relative;
    top: 10px;
    transform: scale(-1, -1);
}

/* Italic Paragraph */
.testimonials .testimonial-item p {
    font-style: italic;
    margin: 15px auto 15px auto;
}

/* Swiper Wrapper */
.testimonials .swiper-wrapper {
    height: auto;
}

/* Swiper Pagination */
.testimonials .swiper-pagination {
    margin-top: 20px;
    position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: color-mix(in srgb, var(--default-color), transparent 85%);
    opacity: 1;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
    background-color: var(--accent-color);
}

/* Mobile Adjustments */
@media (max-width: 767px) {
    .testimonials .testimonial-item {
        padding: 30px;
        margin: 15px;
    }

    .testimonials .testimonial-item .testimonial-img {
        position: static;
        left: auto;
        margin: 0 auto; /* Ensures the image stays centered on smaller screens */
    }
}



.swiper-slide, swiper-slide {
    height: auto !important;
}

/* Stat Header Styling */
.stat-item h3 {
    font-size: 1.8rem;
    color: #0072CE;
    margin-bottom: 10px;
    animation: subtleBounce 3.5s infinite ease-in-out; /* Continuous subtle bounce */
}

/* Keyframes for Subtle Bounce Animation */
@keyframes subtleBounce {
    0%, 100% {
        transform: scale(1); /* Default size */
    }
    50% {
        transform: scale(1.05); /* Slightly larger size in the middle */
    }
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
    display: flex;
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100vh;
    z-index: 99999;
  }
  
  #preloader:before,
  #preloader:after {
    content: "";
    background-color: #02011fa6;
    position: absolute;
    inset: 0;
    width: 50%;
    height: 100%;
    transition: all 0.3s ease 0s;
    z-index: -1;
  }
  
  #preloader:after {
    left: auto;
    right: 0;
  }
  
  #preloader .line {
    position: relative;
    overflow: hidden;
    margin: auto;
    width: 4px;
    height: 280px;
    transition: all 0.8s ease 0s;
  }
  
  #preloader .line:before {
    content: "";
    position: absolute;
    background-color: rgba(0, 110, 255, 0.774); /* Darker blue for First Secure */
    left: 0;
    top: 50%;
    width: 4px;
    height: 0%;
    transform: translateY(-50%);
    animation: lineincrease 1000ms ease-in-out 0s forwards;
  }
  
  #preloader .line:after {
    content: "";
    position: absolute;
    background-color: rgba(0, 110, 255, 0.842); /* Light blue glow effect */
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    transform: translateY(-100%);
    animation: linemove 1200ms linear 0s infinite;
    animation-delay: 2000ms;
  }
  
  #preloader.loaded .line {
    opacity: 0;
    height: 99% !important;
  }
  
  #preloader.loaded .line:after {
    opacity: 0;
  }
  
  #preloader.loaded:before,
  #preloader.loaded:after {
    animation: preloaderfinish 300ms ease-in-out 500ms forwards;
  }
  
 /* Customizing the keyframe animations */
@keyframes lineincrease {
    0% {
      height: 0%;
    }
  
    100% {
      height: 100%;
    }
  }
  
  @keyframes linemove {
    0% {
      transform: translateY(200%);
    }
  
    100% {
      transform: translateY(-100%);
    }
  }
  
  @keyframes preloaderfinish {
    0% {
      width: 50%;
    }
  
    100% {
      width: 0%;
    }
  }

  /* Wave animation */
.hero-waves {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 20px;
    z-index: 1;
}

.wave1 use {
    animation: move-forever1 10s linear infinite;
}

.wave2 use {
    animation: move-forever2 8s linear infinite;
}

.wave3 use {
    animation: move-forever3 6s linear infinite;
}

/* Keyframes for wave animations */
@keyframes move-forever1 {
    0% {
        transform: translate(85px, 0);
    }
    100% {
        transform: translate(-90px, 0);
    }
}

@keyframes move-forever2 {
    0% {
        transform: translate(-90px, 0);
    }
    100% {
        transform: translate(85px, 0);
    }
}

@keyframes move-forever3 {
    0% {
        transform: translate(-90px, 0);
    }
    100% {
        transform: translate(85px, 0);
    }
}

/* Place waves at the top of the next section */
.next-section {
    position: relative;
}

.next-section .waves {
    top: 0; /* Align to the bottom of the previous section */
    position: absolute;
    left: 0;
    width: 100%;
    height: 20px; /* Reduced height */
    z-index: 1;
    transform: scaleY(-1); /* Flip the waves to move upwards */
}

.next-section svg {
    display: block;
    height: 100%; /* Ensure the SVG takes up the full height of the container */
    width: 100%; /* Ensure the width is also 100% */
    overflow: hidden; /* Hide any overflow */
}

/* Adjust wave animations */
.next-section .wave1 use {
    animation: move-forever1 10s linear infinite;
    transform: scaleY(0.5); /* Adjust for smaller waves */
}

.next-section .wave2 use {
    animation: move-forever2 8s linear infinite;
    transform: scaleY(0.5); /* Adjust for smaller waves */
}

.next-section .wave3 use {
    animation: move-forever3 6s linear infinite;
    transform: scaleY(0.5); /* Adjust for smaller waves */
}

.stats-waves {
    position: absolute;
    bottom: 0; /* Stick to bottom */
    left: 0;
    width: 100%;
    height: 10px;
    z-index: 1; /* Make sure it stays behind the content */
}

.stats-section {
    position: relative; /* To allow absolute positioning of waves */
    padding-bottom: 80px; /* Ensure space for waves */
}

.stats-waves .wave1 use {
    animation: move-forever1 10s linear infinite;
}

.stats-waves .wave2 use {
    animation: move-forever2 8s linear infinite;
}

.stats-waves .wave3 use {
    animation: move-forever3 6s linear infinite;
}

.contact-section {
    position: relative;
    padding-bottom: 20px; /* Ensure there's enough space for the waves */
    width: 100%;
    background-color: #c1080800; /* You can adjust this based on your design */
}

.contact-section .waves1 {
    position: absolute;
    bottom: 0; /* Align the waves at the bottom of the section */
    left: 0;
    width: 100%;
    height: 10px;
    z-index: 1;
}

.contact-section .waves1 svg {
    display: block;
    height: 100%;
    width: 100%;
}

.next-section1 {
    position: relative;
}

.next-section1 .waves {
    top: 0; /* Align to the bottom of the previous section */
    position: absolute;
    left: 0;
    width: 100%;
    height: 10px; /* Reduced height */
    z-index: 1;
    transform: scaleY(-1); /* Flip the waves to move upwards */
}

.next-section1 svg {
    display: block;
    height: 100%; /* Ensure the SVG takes up the full height of the container */
    width: 100%; /* Ensure the width is also 100% */
    overflow: hidden; /* Hide any overflow */
}

/* Adjust wave animations */
.next-section1 .wave1 use {
    animation: move-forever1 10s linear infinite;
    transform: scaleY(0.5); /* Adjust for smaller waves */
}

.next-section1 .wave2 use {
    animation: move-forever2 8s linear infinite;
    transform: scaleY(0.5); /* Adjust for smaller waves */
}

.next-section1 .wave3 use {
    animation: move-forever3 6s linear infinite;
    transform: scaleY(0.5); /* Adjust for smaller waves */
}

/* Hero Image Wrapper */
.hero-image {
    position: relative; /* Ensure it's positioned without affecting other elements */
    z-index: 1; /* Keep it under the content and buttons */
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Hero Image Animation */
.hero-image img {
    animation: subtleBob 3s infinite ease-in-out, glowingEffect 5s infinite ease-in-out;
    position: relative;
    z-index: 2; /* Ensure the image stays on top of the glow */
}

/* Glowing Effect */
.hero-image::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(0, 114, 206, 0.5), transparent 70%);
    top: 0;
    left: 0;
    z-index: 1; /* Keep it under the image */
    filter: blur(30px);
    animation: glowMove 10s infinite ease-in-out;
}

/* Subtle Bobbing Animation */
@keyframes subtleBob {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

/* Glow Movement Animation */
@keyframes glowMove {
    0% {
        transform: translate(-10px, -10px) scale(1);
    }
    50% {
        transform: translate(10px, 10px) scale(1.05);
    }
    100% {
        transform: translate(-10px, -10px) scale(1);
    }
}

/* Hide Hero Image on Mobile */
@media (max-width: 768px) {
    .hero-image {
        display: none; /* Hides the image on screens smaller than 768px */
    }
}

.dropdown-menu {
    background-color: #212529; /* Dark background */
    border: none;
}

.dropdown-item {
    color: white;
    transition: background-color 0.3s ease;
}

.dropdown-item:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

/* Styling the dropdown arrow */
.dropdown-arrow {
    transition: transform 0.3s ease;
    font-size: 1rem;
    margin-top: 0.5vh;
}

/* Rotate the arrow when the dropdown is active */
.nav-item.dropdown .dropdown-toggle[aria-expanded="true"] .dropdown-arrow {
    transform: rotate(180deg);
}

.swipe-indicator {
    text-align: center;
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 10px;
    color: #1a1a1a5e;
    position: relative;
    animation: fadeInOut 3s ease-in-out infinite;
  }
  
  @keyframes fadeInOut {
    0%, 100% {
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
  }
  