/* Global Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    /* background: linear-gradient(135deg, #0f0c29, #302b63, #24243e); */
    background: linear-gradient(to right, #141e30, #243b55);
    color: #fff;
    line-height: 1.6;
    scroll-behavior: smooth;
}

.container {
    width: 90%;
    max-width: 1200px;
    margin: auto;
}

/* Header */
header {
    backdrop-filter: blur(8px);
    background-color: rgba(15, 12, 41, 0.8);
    position: sticky;
    top: 0;
    z-index: 999;
    padding: 1rem 0;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 20px;
}

nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    text-align: center;
}

.logo img {
    height: 50px;
    /* filter: drop-shadow(0 0 5px #00ffe0); */
    filter: drop-shadow(0 0 #00ffe0);
}

.logo-text {
    position: relative;
    left: -72px;
    top: -10px;
    color: #f0feff;
}

.nav-links {
    list-style: none;
    display: flex;
    gap: 2rem;
}

.nav-links a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

.nav-links a:hover {
    color: #00ffe0;
}

.mobile-menu-btn {
    display: none;
    background: none;
    border: none;
    color: #fff;
    font-size: 1.5rem;
}

#bookmeeting {
    color: black;
}

.hero {
    padding: 4rem 0;
}

.hero-content {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 2rem;
}

@media (min-width: 768px) {
    .hero-content {
        flex-direction: row;
        text-align: left;
    }
}

.hero-text {
    flex: 1;
    max-width: 670px;
}

.mobile-hero-image {
    display: none;
}

.hero-text h1 {
    font-size: 2rem;
    color: #ffffff;
    margin-bottom: 1rem;
}

.quote-text{
    font-size: 15px;
    font-style: italic;
}

.hero-text .tagline {
    font-size: 1.2rem;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 1rem;
}

.hero-text .description {
    font-size: 1rem;
    color: #ffffff;
    margin-bottom: 1.5rem;
}

.hero-buttons {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.cta-button {
    background: #0077ff;
    color: white;
    padding: 0.75rem 1.5rem;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    transition: background 0.3s ease;
}

.cta-button:hover {
    background: #005bb5;
}

.cta-button.secondary {
    background: transparent;
    border: 2px solid #0077ff;
    color: #0077ff;
}

.cta-button.secondary:hover {
    background: #e6f0ff;
}

.hero-image img {
    width: 300px;
    max-width: 100%;
}







.highlight {
    color: #00c6ff; /* Brand accent color */
}






/* Section */
.section {
    padding: 4rem 0;
    backdrop-filter: blur(10px);
    /* background: rgba(255, 255, 255, 0.02); */
    /* background: linear-gradient(135deg, #0f0c29, #302b63, #24243e); */
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

#services {
    background: rgba(15, 12, 41, 0.8);
}

.section-title {
    text-align: center;
    margin-bottom: 2rem;
}

.service-list-link{
    color: white;
    text-decoration: none;
}

.section-title h2 {
    font-size: 2rem;
    margin-bottom: 0.5rem;
}

.services-grid {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.service-card {
    background: rgba(255, 255, 255, 0.05);
    padding: 2rem;
    border-radius: 20px;
    backdrop-filter: blur(10px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease;
}

.service-card:hover {
    transform: translateY(-10px);
}

.service-icon {
    font-size: 2rem;
    margin-bottom: 1rem;
    color: #00ffe0;
}

.service-list {
    margin-top: 1rem;
    list-style-type: disc;
    padding-left: 1.2rem;
}

.products .product-card {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    align-items: center;
    background: rgba(255, 255, 255, 0.05);
    padding: 2rem;
    border-radius: 20px;
    backdrop-filter: blur(10px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}

.product-image {
    width: 50%;
    /* max-width: 400px; */
    border-radius: 15px;
}

.product-image img {
    width: 100%;
}

.product-content {
    width: 45%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}





/* Testimonials Section */

#testimonials {
    /* background: linear-gradient(to right, #141e30, #243b55); */
    background: rgba(15, 12, 41, 0.8);
}

.testimonials-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 2rem;
    margin-top: 2rem;
}

.testimonial-card {
    /* background: #f0f4f8; */
    flex: 1 1 45%;
    padding: 1.5rem 2rem;
    border-left: 5px solid #0077ff;
    border-radius: 8px;
    /* box-shadow: 0 2px 10px rgba(0,0,0,0.05); */
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.testimonial-card h4 {
    margin-top: 1rem;
    color: #00ffff;
    font-weight: 600;
}




/* Blog Section */
#blog {
    background: rgba(15, 12, 41, 0.8);
}

.blog-grid {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
}

.blog-post {
    /* background: #ffffff; */
    /* border: 1px solid #ddd; */
    padding: 1.5rem;
    border-radius: 10px;
    flex: 1 1 45%;
    transition: box-shadow 0.3s;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;

}

.blog-post:hover {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.blog-post h3 {
    /* color: #222; */
    margin-bottom: 1rem;
}

.blog-post a {
    color: #0077ff;
    text-decoration: none;
    font-weight: 600;
}




/* Team Section */
.team-grid {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
    justify-content: center;
}

.team-member {
    text-align: center;
    flex: 1 1 200px;
    padding: 30px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.team-member img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 50%;
    border: 4px solid #0077ff;
}

.team-member h4 {
    margin-top: 1rem;
    font-size: 1.1rem;
    color: #00ffae;
}

.team-member p {
    color: #ffffff;
    font-size: 0.95rem;
}



/* Faq Section */

.faq-item {
    margin-bottom: 1.5rem;
    transition: box-shadow 0.3s;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    padding: 1rem 1.5rem;
    border-radius: 8px;
    border-left: 4px solid #0077ff;
}

.faq-item h4 {
    margin-bottom: 0.5rem;
    font-weight: 600;
    /* color: #333; */
}

.faq-item p {
    /* color: #555; */
    font-size: 0.95rem;
}



/* Book Meeting Form */
.book-meeting {
    background: rgba(15, 12, 41, 0.8);
    padding: 4rem 0;
}

.header-meeting-book {
    text-align: center;
}

.meeting-form {
    display: grid;
    gap: 1.5rem;
    max-width: 600px;
    margin: auto;
}

.form-group label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.form-group input,
.form-group textarea,
.form-group select {
    width: 100%;
    padding: 0.75rem;
    border: none;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    outline: none;
}

.service-option {
    background: rgba(15, 12, 41, 0.8);
    text-align: center;
    justify-content: center;
}

.submit-btn {
    background: #00ffe0;
    color: #000;
    font-weight: bold;
    border: none;
    padding: 0.75rem;
    border-radius: 10px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.submit-btn:hover {
    background: #00bfa6;
}



/* Contact Section */

#contact{
    background: rgba(15, 12, 41, 0.8);
}
.contact-container {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}

.contact-info,
.contact-map {
    flex: 1 1 45%;
}

.contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

.contact-us-links {
    color: white;
    text-decoration: none;
}

.contact-us-links:hover {
    color: #00bfa6;
}

.contact-icon {
    font-size: 1.5rem;
    margin-right: 1rem;
    color: #00ffe0;
}

.contact-map iframe {
    width: 100%;
    height: 300px;
    border: none;
    border-radius: 10px;
}



/* Footer */
footer {
    background: linear-gradient(135deg, #1c1c1c, #0d0d0d);
    color: white;
    padding: 60px 0 20px;
}

.footer-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
    margin-bottom: 40px;
}

.footer-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.footer-logo img {
    height: 40px;
}

.footer-logo-text {
    font-size: 24px;
    font-weight: 700;
    color: white;
}

.footer-about p {
    color: #cbd5e1;
    margin-bottom: 20px;
}

.social-links {
    display: flex;
    gap: 15px;
}

.social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #334155;
    color: white;
    transition: background-color 0.3s;
}

.social-link:hover {
    background-color: var(--primary);
}

.footer-links h3,
.footer-contact h3 {
    font-size: 1.3rem;
    margin-bottom: 20px;
    color: white;
}

.footer-links ul {
    list-style-type: none;
}

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

.footer-links a {
    color: #cbd5e1;
    text-decoration: none;
    transition: color 0.3s;
}

.footer-links a:hover {
    color: white;
}

.footer-contact p {
    color: #cbd5e1;
    margin-bottom: 15px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.footer-contact i {
    margin-top: 5px;
}

.footer-bottom {
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid #334155;
    color: #94a3b8;
    font-size: 14px;
}

.footer-contactus-links {
    color: white;
    text-decoration: none;
}

.footer-contactus-links:hover {
    color: rgb(55, 191, 191);
}



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

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

@media (max-width: 768px) {
    .nav-links {
        display: none;
        flex-direction: column;
        background: #1f1f1f;
        position: absolute;
        top: 70px;
        right: 0;
        width: 100%;
        text-align: right;
        padding: 1rem;
    }

    .nav-links.active {
        display: flex;
        backdrop-filter: blur(8px);
        background-color: rgba(15, 12, 41, 0.8);
        text-align: center;
        border-radius: 10px;
    }

    .mobile-menu-btn {
        display: block;
    }

    .hero-image {
        display: none;
    }

    .mobile-hero-image img {
        width: 120px;
    }

    .mobile-hero-image {
        display: block;
    }

    .hero-buttons {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .cta-button {
        padding: 10px 20px;
        font-size: 14px;
        border-radius: 20px;
    }

    .contact-container,
    .products .product-card {
        flex-direction: column;
    }

    .product-image {
        width: 100%;
    }

    .product-content {
        width: 100%;
    }

    .hero h1 {
        font-size: 1.8rem;
    }
}



/* Animation Classes */
[data-animate] {
    opacity: 0;
    transition: opacity 0.6s ease, transform 0.6s ease;
}

[data-animate="fade-in"] {
    transform: translateY(20px);
}

[data-animate="fade-in"].animate {
    opacity: 1;
    transform: translateY(0);
}

[data-animate="fade-up"].animate {
    opacity: 1;
    transform: translateX(0);
}

[data-animate="fade-left"] {
    transform: translateX(-50px);
}

[data-animate="fade-left"].animate {
    opacity: 1;
    transform: translateX(0);
}

[data-animate="fade-right"] {
    transform: translateX(50px);
}

[data-animate="fade-right"].animate {
    opacity: 1;
    transform: translateX(0);
}

[data-animate="zoom-in"] {
    transform: scale(0.9);
}

[data-animate="zoom-in"].animate {
    opacity: 1;
    transform: scale(1);
}

/* Delay classes for staggered animations */
.delay-1 {
    transition-delay: 0.1s;
}

.delay-2 {
    transition-delay: 0.2s;
}

.delay-3 {
    transition-delay: 0.3s;
}

.delay-4 {
    transition-delay: 0.4s;
}

.delay-5 {
    transition-delay: 0.5s;
}