@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&family=Roboto:wght@400;600&family=Lato:wght@400;600&family=Montserrat:wght@400;600&display=swap');
body {
    padding-top: 75px;
    /* Adjust based on navbar height */
}

a {
    text-decoration: none;
    color: #000000;
}

a:hover {
    color: #000e49;
}

.heading{ font-family: 'Merriweather', serif; }

/* Navbar */
.navbar {
    background: linear-gradient(135deg, #f8f9fa, #dee2e6, #e9ecef);
}

.navbar-light.sticky-top {
    top: 0 !important;
    position: fixed;
    width: 100%;
    z-index: 1030;
    transition: none;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar-light .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: #FFFFFF;
    font-size: 15px;
    text-transform: uppercase;
    outline: none;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: #007bff;
}

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar-light .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

.navbar-light .navbar-brand,
.navbar-light a.btn {
    height: 75px;
}

/* Override any Bootstrap styles that might hide the logo */
.navbar-brand img.h-50 {
    width: auto !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.card-img-top{
    opacity: 1 !important;
}
.hservices , .img-fluid{
    opacity: 1 !important;
}
.navbar-light .navbar-nav .nav-link {
    color: var(--dark);
    font-weight: 500;
}

.navbar-light.sticky-top {
    top: -100px;
    transition: .5s;
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        margin-top: 0;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .dropdown-menu.fade-down {
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}

/* hero section */
/* Combined Hero + Diagonal Video Section */
.hero-section {
    background: linear-gradient(135deg, #f8f9fa, #dee2e6, #4792dd);
    position: relative;
    width: 100%;
    height: 800px;
    overflow: hidden;
  }

  .hero-section video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    /* clip-path: polygon(0 65%, 100% 20%, 100% 100%, 0% 100%); */
  }

  .hero-content {
    position: absolute;
    top: 0;
    left: 0;
    padding: 4rem 2rem;
    z-index: 2;
    color:#fff;
    max-width: 700px;
  }

  .hero-content h1 {
    font-size: 2.8rem;
    font-weight: bold;
    margin-bottom: 1rem;
  }

  .hero-content p {
    font-size: 1rem;
    margin-bottom: 1rem;
  }

  .btn-get-started {
    background: #ff6600;
    color:#000;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    transition: background 0.3s;
    display: inline-block;
    margin-top: 1rem;
  }

  .btn-get-started:hover {
    background: #cc5500;
  }


/* about us */
.custom-image {
    width: 100%;
    height: auto;
    border-top-left-radius: 80px;
    border-bottom-right-radius: 80px;
    opacity: 1 !important;
}

.content-section {
    padding: 40px;
}

.heading {
    color: #000e49;
    font-weight: bold;
}

/* courses start  */
.section-heading {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 2px;
    color: #6c757d;
    font-weight: 600;
    display: inline-block;
    border-bottom: 3px solid #2850a7;
    padding-bottom: 5px;
}

.title {
    font-size: 2.2rem;
    font-weight: 700;
    color: #343a40;
}

.card {
    border: none;
    overflow: hidden;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    border-radius: 15px;
}

.card:hover {
    transform: translateY(-8px);
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
}

.card img {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    height: 220px;
    object-fit: cover;
}

.badge-custom {
    background: linear-gradient(to right, #2850a7, #4e73c4);
    padding: 6px 12px;
    font-size: 12px;
    border-radius: 20px;
    color: #fff;
}

.price {
    font-size: 1.3rem;
    font-weight: 600;
    color: #212529;
}

.user-info img {
    border-radius: 50%;
    width: 35px;
    height: 35px;
    object-fit: cover;
}

.user-info span {
    font-weight: 600;
    color: #343a40;
    margin-left: 10px;
}

.user-stats {
    font-size: 14px;
    color: #6c757d;
}

.user-stats i {
    margin-right: 5px;
}

.btn-know-more {
    background: linear-gradient(45deg, #2850a7, #4e73c4);
    color: white;
    padding: 12px 30px;
    border-radius: 30px;
    border: none;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(40, 80, 167, 0.2);
}

.btn-know-more:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(40, 80, 167, 0.3);
    background: linear-gradient(45deg, #4e73c4, #2850a7);
}

.btn-know-more a {
    color: white;
    text-decoration: none;
}

.btn-know-more a:hover {
    color: white;
}

/* Service Section */
.service-container {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    padding: 40px;
    border-radius: 15px;
    max-width: 1400px;
    height: 350px;
    margin-left: -120px;
    position: relative;
    border-top: 5px solid white;
    border-bottom: 5px solid white;
}

/* Carousel Container */
.service-carousel-inner {
    left: -250px;
    width: 800px;
    border: 20px solid white;
    background-color: white;
    padding: 2px;
}

/* Service Image */
.service-img {
    height: 500px;
    width: 400px;
    object-fit: cover;
    opacity: 1 !important;
}

/* Hide Read More Text Initially */
.read-more-text {
    display: none;
}

/* Inner Service Image */
.service-container img {
    height: 355px;
    width: 400px;
    object-fit: cover;
}

/* 📱 Responsive Design for Mobile Screens */
@media screen and (max-width: 768px) {

    /* Make the main container stack elements vertically */
    .service-container {
        flex-direction: column;
        height: auto;
        padding: 20px;
        margin-left: 0;
    }

    /* Adjust the carousel width to fit the screen */
    .service-carousel-inner {
        width: 100%;
        left: 0;
        padding: 10px;
    }

    /* Adjust images for mobile */
    .service-container img {
        width: 100%;
        height: auto;
    }

    /* Main service image */
    .service-img {
        width: 100%;
        height: auto;
    }

    /* Text alignment for better readability */
    .service-container div {
        text-align: center;
        padding: 10px;
    }

    /* Center-align buttons */
    .read-more-btn {
        display: block;
        margin: 10px auto;
    }
}

/* Vision and Mission Section */
.custom-container {
    position: relative;
    padding: 3rem 0;
    background: linear-gradient(135deg, #06042A 0%, #ffffff 100%);
    overflow: hidden;
    border-top-right-radius: 220px;
    border-bottom-left-radius: 250px;
}

.custom-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        radial-gradient(circle at 10% 10%, rgba(255, 193, 7, 0.05) 0%, transparent 50%),
        radial-gradient(circle at 90% 90%, rgba(255, 193, 7, 0.05) 0%, transparent 50%);
    z-index: 0;
}

.custom-container h2 {
    position: relative;
    display: inline-block;
    margin-bottom: 1rem;
    font-size: 2.5rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}

.custom-container p.text-warning {
    font-size: 1.2rem;
    margin-bottom: 3rem;
    position: relative;
    display: inline-block;
}

.custom-container p.text-warning::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: #ffc107;
    border-radius: 3px;
}

/* Vision Cards Styling */
.Vcard {
    background: white;
    padding: 2rem;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 193, 7, 0.1);
    height: 100%;
}

.Vcard::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, #ffc107, #ff9800);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.Vcard:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    border-color: rgba(255, 193, 7, 0.3);
}

.Vcard:hover::before {
    opacity: 1;
}

.Vcard .icon {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    display: inline-block;
    transition: transform 0.3s ease;
}

.Vcard:hover .icon {
    transform: scale(1.1) rotate(5deg);
}

.Vcard h5 {
    color: #2850a7;
    font-size: 1.4rem;
    margin-bottom: 1.2rem;
    line-height: 1.4;
    position: relative;
    padding-bottom: 1rem;
}

.Vcard h5::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 2px;
    background: #ffc107;
    transition: width 0.3s ease;
}

.Vcard:hover h5::after {
    width: 100px;
}

.Vcard p {
    color: #4a4a4a;
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 0;
}

/* Responsive Adjustments */
@media (max-width: 992px) {
    .custom-container {
        padding: 4rem 0;
    }

    .Vcard {
        margin-bottom: 2rem;
    }
}

@media (max-width: 768px) {
    .custom-container h2 {
        font-size: 2rem;
    }

    .custom-container p.text-warning {
        font-size: 1.1rem;
    }

    .Vcard {
        padding: 1.5rem;
    }

    .Vcard h5 {
        font-size: 1.2rem;
    }

    .Vcard p {
        font-size: 1rem;
    }
}

@media (max-width: 576px) {
    .custom-container {
        padding: 3rem 0;
    }

    .custom-container h2 {
        font-size: 1.8rem;
    }

    .Vcard {
        padding: 1.2rem;
    }
}

/* our client  */
.line {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    /* padding: 2rem 0; */
}

.line img {
    max-width: 200px;
    height: auto;
    filter: grayscale(100%);
    opacity: 0.7;
    transition: all 0.3s ease-in-out;
    padding: 1rem;
    /* background: white; */
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.line img:hover {
    filter: grayscale(0%);
    opacity: 1;
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

/* Add a subtle background pattern to the clients section */
section.py-5[data-aos="zoom-in"] {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
}

section.py-5[data-aos="zoom-in"]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: radial-gradient(#e9ecef 1px, transparent 1px);
    background-size: 20px 20px;
    opacity: 0.5;
    z-index: 0;
}

section.py-5[data-aos="zoom-in"] .container {
    position: relative;
    z-index: 1;
}

/* Add animation for the heading */
section.py-5[data-aos="zoom-in"] h1 {
    position: relative;
    display: inline-block;
}

section.py-5[data-aos="zoom-in"] h1::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: linear-gradient(45deg, #2850a7, #4e73c4);
    border-radius: 3px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .line {
        gap: 1rem;
    }
    
    .line img {
        max-width: 120px;
        padding: 0.8rem;
    }
}

@media (max-width: 576px) {
    .line img {
        max-width: 100px;
        padding: 0.5rem;
    }
}

/* Footer Styles */
.footer {
    /* background: linear-gradient(135deg, #f8f9fa, #e9ecef); */
    padding: 50px 0;
    /* color: #343a40; */
    font-family: 'Poppins', sans-serif;
    padding-bottom: 0;
}

/* Footer Sections */
.footer-section {
    margin-bottom: 20px;
    text-align: left;
}


/* Nefway Brand Logo */
.nefway-brand-logo {
    max-width: 250px;
    height: auto;
    margin-bottom: 20px;
    display: block !important;
    text-align: left;
    margin-left: -25px;
    position: relative;
    z-index: 10;
    transition: all 0.3s ease;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    margin-top: -5px;
}


/* Ensure logo is always visible, even before AOS loads */
.nefway-brand-logo[data-aos] {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
}

/* Override any AOS initial states */
.aos-init .nefway-brand-logo {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
}

/* Heading Styling */
.footer h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    border-bottom: 2px solid #007bff;
    display: inline-block;
    padding-bottom: 5px;
    transition: transform 0.3s ease-in-out;
}

.footer h3:hover {
    transform: scale(1.1);  /* Make heading grow on hover */
}

/* Footer Links */
.footer ul {
    list-style: none;
    padding: 0;
}

.footer ul li {
    margin-bottom: 8px;
}

.footer ul li a {
    color: #343a40;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    display: inline-block; /* Ensures transform works */
    transition: transform 0.3s ease-in-out, color 0.3s ease-in-out;
}

.footer ul li a:hover {
    color: #007bff;
    transform: scale(1.1); /* Make links grow slightly on hover */
}

/* Social Icons */
.social-icons {
    display: flex;
    gap: 12px;
    margin-top: 10px;
}

.social-icons a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.9);
    color: #007bff;
    border-radius: 50%;
    font-size: 18px;
    transition: transform 0.3s ease, background 0.3s ease;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
}

.social-icons a:hover {
    background: #007bff;
    color: #fff;
    transform: scale(1.2); /* Icons grow bigger on hover */
}

.footer-bottom {
    background: #dee2e6;
    text-align: center;
    padding: 10px 0;
    font-size: 14px;
    font-weight: 500;
    transition: transform 0.3s ease-in-out;
    margin-bottom: 0; /* Ensures no extra space below */
}

.footer-bottom:hover {
    transform: scale(1.05); /* Subtle effect for the copyright section */
}

/* about section header Carousel  */
.Services-section {
    position: relative;
    width: 100%;
    height: 55vh;
    /* Increase height (change as needed) */
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.background-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Ensures video covers the entire section */
    z-index: -1;
}

.Services-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 50, 0.5);
}

.Services-content {
    position: relative;
    z-index: 2;
    color: white;
    text-align: center;
}


/*hero Section About Carousel  */
.about-hero-section {
    position: relative;
    width: 100%;
    height: 60vh;
    overflow: hidden;
    background: linear-gradient(135deg, #f8f9fa, #dee2e6, #4792dd);
}

.about-hero-section video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    /* clip-path: polygon(0 65%, 100% 20%, 100% 100%, 0% 100%); */
}

.about-hero-content {
    position: absolute;
    top: 2rem;
    left: 2rem;
    z-index: 2;
    color: #fff;
    text-align: left;
}

.about-hero-content h1 {
    font-size: 3rem;
    font-weight: bold;
    margin: 0;
}

/* carrer section  */
.heros {
    background: url('/assets/img/contentimg1.jpeg') no-repeat center center/cover;
    height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.7);
}

.content-sections {
    text-align: center;
}

.content-sections .row {
    align-items: center;
}

.content-sections img {
    display: block;
    margin: 0 auto;
    border-radius: 10px;
    width: 100%;
    height: 300px;
    object-fit: cover;
    max-width: 100%;
}

.contact-container {
    background: #fff;
    padding: 35px;
    border-radius: 10px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

.contact-info {
    background: #f8f9fa;
    padding: 30px;
    border-radius: 10px;
}

.btn-custom {
    background-color: #20c997;
    color: white;
    border: none;
}

.btn-custom:hover {
    background-color: #17a589;
}
.future{
    margin-top: -15px;
}

/* back to top  */
#backToTop {
    position: fixed;
    bottom: 60px;
    right: 20px;
    width: 50px;
    height: 50px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 50%;
    font-size: 200%;
    font-weight: bolder;
    cursor: pointer;
    display: none;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
}

#backToTop:hover {
    background-color: #0056b3;
}

/* Industries section */
.industry{
    margin-top: -120px;
}

.industry-section {
    overflow-x: auto;
    white-space: nowrap;
    padding-bottom: 20px;
  }

  .industry-card {
    width: 250px;
    min-width: 50px;
    display: inline-block;
    margin-right: 20px;
    border: 1px solid #eaeaea;
    /* border-radius: 10px; */
    overflow: hidden;
    background-color: #fff;
    vertical-align: top;
  }

  .industry-icon {
    font-size: 36px;
    margin-top: 20px;
  }

  .industry-title {
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .industry-image {
  width: 100%;
  height: 250px;
  object-fit: cover;
  filter: grayscale(100%);
  transition: filter 0.4s ease;
  opacity: 1 !important;
  }

  .industry-card:hover .industry-image {
  filter: grayscale(0%);
  }


  .industry-body {
    text-align: center;
    padding: 10px;
  }

  .industry-scroll::-webkit-scrollbar {
    height: 6px;
  }

  .industry-scroll::-webkit-scrollbar-thumb {
    background-color: #ddd;
  }

/* New Interactive Sections Styles */

/* Statistics Section */


/* Timeline Section */
.timeline {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
}

.timeline::before {
    content: '';
    position: absolute;
    width: 4px;
    background: #007bff;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -2px;
}

.timeline-item {
    padding: 10px 40px;
    position: relative;
    width: 50%;
}

.timeline-item:nth-child(odd) {
    left: 0;
}

.timeline-item:nth-child(even) {
    left: 50%;
}

.timeline-item::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background: #007bff;
    border-radius: 50%;
    top: 15px;
    border: 4px solid #fff;
    box-shadow: 0 0 0 3px #007bff;
}

.timeline-item:nth-child(odd)::after {
    right: -10px;
}

.timeline-item:nth-child(even)::after {
    left: -10px;
}

.timeline-content {
    padding: 20px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    position: relative;
}

.timeline-date {
    background: #007bff;
    color: white;
    padding: 5px 15px;
    border-radius: 20px;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 10px;
}

.timeline-content h4 {
    color: #000e49;
    margin-bottom: 10px;
}

/* Values Section */
.values-section {
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
}

.value-card {
    background: white;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #e9ecef;
}

.value-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

.value-icon {
    color: #007bff;
}

.value-card h4 {
    color: #000e49;
    margin-bottom: 15px;
    font-weight: 600;
}

.value-card p {
    color: #6c757d;
    line-height: 1.6;
}

/* Testimonials Section */
.testimonials-section {
    background: white;
}

.testimonial-card {
    background: #f8f9fa;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    border: 1px solid #e9ecef;
    max-width: 800px;
    margin: 0 auto;
}

.testimonial-content p {
    font-style: italic;
    color: #495057;
    font-size: 1.1rem;
    line-height: 1.8;
}

.testimonial-author h5 {
    color: #000e49;
    margin-bottom: 5px;
    font-weight: 600;
}

/* Call to Action Section */
.cta-section {
    background: linear-gradient(135deg, #007bff, #0056b3) !important;
}

.cta-section .btn-light {
    background: white;
    color: #007bff;
    border: 2px solid white;
    font-weight: 600;
    padding: 12px 30px;
    transition: all 0.3s ease;
}

.cta-section .btn-light:hover {
    background: transparent;
    color: white;
    border-color: white;
}

/* Responsive Design for Timeline */
@media (max-width: 768px) {
    .timeline::before {
        left: 31px;
    }
    
    .timeline-item {
        width: 100%;
        padding-left: 70px;
        padding-right: 25px;
    }
    
    .timeline-item:nth-child(even) {
        left: 0;
    }
    
    .timeline-item::after {
        left: 21px !important;
    }
    
    .stat-number {
        font-size: 2.5rem;
    }
    
    .value-card {
        margin-bottom: 20px;
    }
}

/* Animation for Statistics */
@keyframes countUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.stat-card {
    animation: countUp 0.6s ease-out;
}

/* Breadcrumb Navigation */
.breadcrumb-nav {
    border-bottom: 1px solid #e9ecef;
}

.breadcrumb-item a {
    color: #007bff;
    text-decoration: none;
}

.breadcrumb-item a:hover {
    color: #0056b3;
    text-decoration: underline;
}

.breadcrumb-item.active {
    color: #6c757d;
}

/* Social Sharing Section */
.social-sharing-section {
    border-top: 1px solid #e9ecef;
}

.social-share-buttons .btn {
    border-radius: 25px;
    padding: 8px 20px;
    font-size: 0.9rem;
    transition: all 0.3s ease;
}

.social-share-buttons .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

/* Resources Section */
.resources-section {
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
}

.resource-card {
    background: white;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #e9ecef;
}

.resource-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

.resource-icon {
    margin-bottom: 20px;
}

.resource-card h4 {
    color: #000e49;
    margin-bottom: 15px;
    font-weight: 600;
}

.resource-card p {
    color: #6c757d;
    line-height: 1.6;
    margin-bottom: 20px;
}

.resource-card .btn {
    border-radius: 25px;
    padding: 10px 25px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.resource-card .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

/* Print Styles */
@media print {
    .navbar,
    .breadcrumb-nav,
    .social-sharing-section,
    .cta-section,
    .footer,
    #backToTop {
        display: none !important;
    }
    
    .about-hero-section video {
        display: none !important;
    }
    
    .about-hero-section {
        background: #f8f9fa !important;
        height: auto !important;
        padding: 2rem 0 !important;
    }
    
    .about-hero-content {
        position: relative !important;
        color: #000 !important;
    }
    
    .stat-card,
    .value-card,
    .resource-card {
        box-shadow: none !important;
        border: 1px solid #ddd !important;
    }
}

/* Progress Bar */
.progress-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 0%;
    height: 3px;
    background: linear-gradient(90deg, #007bff, #28a745, #ffc107, #dc3545);
    z-index: 9999;
    transition: width 0.3s ease;
}

/* Search Overlay */
.search-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    z-index: 9998;
    display: none;
    align-items: center;
    justify-content: center;
}

.search-content {
    background: white;
    padding: 2rem;
    border-radius: 10px;
    width: 90%;
    max-width: 600px;
    position: relative;
}

.search-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.close-search {
    background: none;
    border: none;
    font-size: 2rem;
    cursor: pointer;
    color: #666;
}

.search-input-container {
    display: flex;
    gap: 10px;
    margin-bottom: 1rem;
}

#search-input {
    flex: 1;
    padding: 12px;
    border: 2px solid #ddd;
    border-radius: 5px;
    font-size: 16px;
}

#search-btn {
    padding: 12px 20px;
    background: #007bff;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.search-results {
    max-height: 300px;
    overflow-y: auto;
}

.search-result-item {
    padding: 10px;
    border-bottom: 1px solid #eee;
    cursor: pointer;
}

.search-result-item:hover {
    background: #f8f9fa;
}

/* Statistics Section */
.stats-section {
    background: linear-gradient(135deg, #a39178, #7d9486);
}

.stat-card {
    padding: 2rem 1rem;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    transition: transform 0.3s ease;
}

.stat-card:hover {
    transform: translateY(-5px);
}

.stat-icon {
    font-size: 3rem;
    margin-bottom: 1rem;
    opacity: 0.8;
}

.stat-number {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.stat-label {
    font-size: 1.1rem;
    opacity: 0.9;
}

/* Newsletter Section */
.newsletter-form {
    max-width: 500px;
    margin: 0 auto;
}

.newsletter-form .input-group {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    border-radius: 25px;
    overflow: hidden;
}

.newsletter-form .form-control {
    border: none;
    padding: 15px 20px;
    font-size: 16px;
}

.newsletter-form .btn {
    border-radius: 0 25px 25px 0;
    padding: 15px 30px;
}

/* Cookie Consent Banner */
.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #333;
    color: white;
    padding: 1rem;
    z-index: 9999;
    display: none;
}

.cookie-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    gap: 1rem;
}

.cookie-buttons {
    display: flex;
    gap: 10px;
}

@media (max-width: 768px) {
    .cookie-content {
        flex-direction: column;
        text-align: center;
    }
    
    .chat-popup {
        width: 300px;
        right: -20px;
    }
    
    .search-content {
        width: 95%;
        margin: 1rem;
    }
}

/* Hero Section Enhancements */
.hero-buttons {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    margin-top: 2rem;
}

.btn-get-started.btn-secondary {
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
}

.btn-get-started.btn-secondary:hover {
    background: #fff;
    color: #000;
}

/* Floating Action Button */
.floating-action-btn {
    position: fixed;
    bottom: 115px;
    right: 15px;
    z-index: 999;
}

.fab-main {
    width: 60px;
    height: 60px;
    background: #007bff;
    border: none;
    border-radius: 50%;
    color: white;
    font-size: 1.5rem;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(0, 123, 255, 0.3);
    transition: all 0.3s ease;
    position: relative;
    z-index: 2;
}

.fab-main:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(0, 123, 255, 0.4);
}

.fab-main.active {
    transform: rotate(45deg);
}

.fab-options {
    position: absolute;
    bottom: 70px;
    right: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.fab-options.active {
    opacity: 1;
    visibility: visible;
}

.fab-option {
    width: 50px;
    height: 50px;
    background: #28a745;
    border: none;
    border-radius: 50%;
    color: white;
    font-size: 1.2rem;
    cursor: pointer;
    box-shadow: 0 2px 10px rgba(40, 167, 69, 0.3);
    transition: all 0.3s ease;
    position: relative;
}

.fab-option:hover {
    transform: scale(1.1);
    box-shadow: 0 4px 15px rgba(40, 167, 69, 0.4);
}

.fab-option[data-tooltip]:hover::before {
    content: attr(data-tooltip);
    position: absolute;
    right: 60px;
    top: 50%;
    transform: translateY(-50%);
    background: #333;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 0.8rem;
    white-space: nowrap;
    z-index: 1000;
}

.fab-option[data-tooltip]:hover::after {
    content: '';
    position: absolute;
    right: 55px;
    top: 50%;
    transform: translateY(-50%);
    border: 5px solid transparent;
    border-left-color: #333;
    z-index: 1000;
}

@media (max-width: 768px) {
    .hero-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .fab-option[data-tooltip]:hover::before,
    .fab-option[data-tooltip]:hover::after {
        display: none;
    }
}

/* Loading Screen */
.page-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(7, 26, 26, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    transition: opacity 0.5s;
}

.loader-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.spinner {
    position: relative;
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
}

.spinner .dot {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 14px;
    margin: -7px 0 0 -7px;
    border-radius: 50%;
    background: #00fff7;
    box-shadow: 0 0 18px 6px #00fff7, 0 0 40px 10px #00fff733;
    opacity: 0.7;
    animation: spinner-glow 1.2s linear infinite;
}

/* Gradually increase dot size from smallest to largest */
.spinner .dot:nth-child(1)  { width: 7px;  height: 7px;  --angle: 0deg;    animation-delay: 0s;   }
.spinner .dot:nth-child(2)  { width: 8px;  height: 8px;  --angle: 30deg;   animation-delay: 0.08s; }
.spinner .dot:nth-child(3)  { width: 9px;  height: 9px;  --angle: 60deg;   animation-delay: 0.16s; }
.spinner .dot:nth-child(4)  { width: 10px; height: 10px; --angle: 90deg;   animation-delay: 0.24s; }
.spinner .dot:nth-child(5)  { width: 11px; height: 11px; --angle: 120deg;  animation-delay: 0.32s; }
.spinner .dot:nth-child(6)  { width: 12px; height: 12px; --angle: 150deg;  animation-delay: 0.40s; }
.spinner .dot:nth-child(7)  { width: 13px; height: 13px; --angle: 180deg;  animation-delay: 0.48s; }
.spinner .dot:nth-child(8)  { width: 14px; height: 14px; --angle: 210deg;  animation-delay: 0.56s; }
.spinner .dot:nth-child(9)  { width: 15px; height: 15px; --angle: 240deg;  animation-delay: 0.64s; }
.spinner .dot:nth-child(10) { width: 16px; height: 16px; --angle: 270deg;  animation-delay: 0.72s; }
.spinner .dot:nth-child(11) { width: 17px; height: 17px; --angle: 300deg;  animation-delay: 0.80s; }
.spinner .dot:nth-child(12) { width: 18px; height: 18px; --angle: 330deg;  animation-delay: 0.88s; }

.spinner .dot {
  /* Remove fixed width/height, margin will be set per dot */
  margin: 0;
  /* Center each dot by shifting half its size */
  transform: translate(-50%, -50%) rotate(var(--angle)) translate(32px);
}

/* Adjust transform for each dot to keep them in a circle */
.spinner .dot:nth-child(1)  { --angle: 0deg;   }
.spinner .dot:nth-child(2)  { --angle: 30deg;  }
.spinner .dot:nth-child(3)  { --angle: 60deg;  }
.spinner .dot:nth-child(4)  { --angle: 90deg;  }
.spinner .dot:nth-child(5)  { --angle: 120deg; }
.spinner .dot:nth-child(6)  { --angle: 150deg; }
.spinner .dot:nth-child(7)  { --angle: 180deg; }
.spinner .dot:nth-child(8)  { --angle: 210deg; }
.spinner .dot:nth-child(9)  { --angle: 240deg; }
.spinner .dot:nth-child(10) { --angle: 270deg; }
.spinner .dot:nth-child(11) { --angle: 300deg; }
.spinner .dot:nth-child(12) { --angle: 330deg; }

@keyframes spinner-glow {
  0%, 100% { opacity: 0.7; box-shadow: 0 0 18px 6px #00fff7, 0 0 40px 10px #00fff733; }
  50%      { opacity: 1;   box-shadow: 0 0 32px 16px #00fff7, 0 0 60px 20px #00fff755; }
}
.page-loader p {
    color: #fff;
    font-size: 1.1rem;
    margin-top: 10px;
    letter-spacing: 1px;
    text-align: center;
}

/* Notifications */
.notification {
    position: fixed;
    top: 20px;
    right: 20px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    z-index: 10000;
    animation: slideIn 0.3s ease;
    max-width: 300px;
}

.notification-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
}

.notification-close {
    background: none;
    border: none;
    font-size: 1.2rem;
    cursor: pointer;
    color: #666;
    margin-left: 10px;
}

.notification-success {
    border-left: 4px solid #28a745;
}

.notification-info {
    border-left: 4px solid #007bff;
}

.notification-warning {
    border-left: 4px solid #ffc107;
}

.notification-error {
    border-left: 4px solid #dc3545;
}

@keyframes slideIn {
    from {
        transform: translateX(100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

/* Reveal Animation */
.revealed {
    animation: reveal 0.8s ease forwards;
}

@keyframes reveal {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Enhanced Card Animations */
.card, .stat-card, .testimonial-card {
    transition: all 0.3s ease;
}

.card:hover, .stat-card:hover, .testimonial-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

/* Parallax Effect */
.hero-section {
    transform: translateZ(0);
    will-change: transform;
}

/* Enhanced Button Animations */
.btn {
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

.btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s;
}

.btn:hover::before {
    left: 100%;
}

/* Pulse Animation for Important Elements */
@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
    }
}

.pulse {
    animation: pulse 2s infinite;
}

/* Shake Animation for Errors */
@keyframes shake {
    0%, 100% { transform: translateX(0); }
    10%, 30%, 50%, 70%, 90% { transform: translateX(-5px); }
    20%, 40%, 60%, 80% { transform: translateX(5px); }
}

.shake {
    animation: shake 0.5s ease-in-out;
}

/* Fade In Animation */
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.fade-in {
    animation: fadeIn 0.5s ease-in;
}

/* Responsive Enhancements */
@media (max-width: 768px) {
    .notification {
        right: 10px;
        left: 10px;
        max-width: none;
    }
    
    .floating-action-btn {
        bottom: 113px;
        right: 15px;
    }
    
    .fab-option {
        width: 45px;
        height: 45px;
        font-size: 1rem;
    }
}

@media (max-width: 576px) {
    .hero-buttons {
        flex-direction: column;
        gap: 0.5rem;
    }
    
    .btn-get-started {
        padding: 8px 16px;
        font-size: 0.9rem;
    }
    
    .stat-number {
        font-size: 2rem;
    }
    
    .stat-label {
        font-size: 1rem;
    }
}