.elementor-kit-87{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-87 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* Import Google Fonts for a futuristic look */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;700&family=Orbitron:wght@400;500;700&display=swap');

/* Base styles for the entire page */
body {
    background: linear-gradient(135deg, #0a0a1a 0%, #1a0a2a 50%, #0a0a1a 100%);
    color: #e0e0e0; /* Light grey for general text */
    font-family: 'Inter', sans-serif;
    margin: 0;
    padding: 0;
    overflow-x: hidden; /* Prevent horizontal scroll */
}

/* Container for the starry background effect */
.stars-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none; /* Allows clicks to pass through */
    z-index: -1; /* Ensures it stays behind content */
    background: transparent;
    overflow: hidden;
}

.star {
    position: absolute;
    background-color: #fff;
    border-radius: 50%;
    opacity: 0;
    animation: twinkle linear infinite;
}

/* Generate stars with different sizes and animation delays */
/* Small stars */
.star:nth-child(1) { width: 1px; height: 1px; animation-duration: 5s; animation-delay: 0s; top: 10%; left: 20%; }
.star:nth-child(2) { width: 1px; height: 1px; animation-duration: 6s; animation-delay: 1s; top: 80%; left: 70%; }
.star:nth-child(3) { width: 1px; height: 1px; animation-duration: 4s; animation-delay: 2s; top: 30%; left: 50%; }
.star:nth-child(4) { width: 1px; height: 1px; animation-duration: 7s; animation-delay: 3s; top: 60%; left: 10%; }
.star:nth-child(5) { width: 1px; height: 1px; animation-duration: 5.5s; animation-delay: 0.5s; top: 45%; left: 90%; }
.star:nth-child(6) { width: 1px; height: 1px; animation-duration: 6.5s; animation-delay: 1.5s; top: 20%; left: 80%; }
.star:nth-child(7) { width: 1px; height: 1px; animation-duration: 4.5s; animation-delay: 2.5s; top: 70%; left: 30%; }
.star:nth-child(8) { width: 1px; height: 1px; animation-duration: 7.5s; animation-delay: 3.5s; top: 5%; left: 60%; }
.star:nth-child(9) { width: 1px; height: 1px; animation-duration: 5s; animation-delay: 0s; top: 90%; left: 40%; }
.star:nth-child(10) { width: 1px; height: 1px; animation-duration: 6s; animation-delay: 1s; top: 15%; left: 5%; }

/* Medium stars */
.star:nth-child(11) { width: 2px; height: 2px; animation-duration: 8s; animation-delay: 0.2s; top: 25%; left: 75%; }
.star:nth-child(12) { width: 2px; height: 2px; animation-duration: 9s; animation-delay: 1.2s; top: 55%; left: 15%; }
.star:nth-child(13) { width: 2px; height: 2px; animation-duration: 7s; animation-delay: 2.2s; top: 85%; left: 55%; }
.star:nth-child(14) { width: 2px; height: 2px; animation-duration: 10s; animation-delay: 3.2s; top: 5%; left: 35%; }
.star:nth-child(15) { width: 2px; height: 2px; animation-duration: 8.5s; animation-delay: 0.7s; top: 70%; left: 95%; }

/* Large stars */
.star:nth-child(16) { width: 3px; height: 3px; animation-duration: 12s; animation-delay: 0.5s; top: 40%; left: 5%; }
.star:nth-child(17) { width: 3px; height: 3px; animation-duration: 11s; animation-delay: 1.5s; top: 10%; left: 90%; }
.star:nth-child(18) { width: 3px; height: 3px; animation-duration: 13s; animation-delay: 2.5s; top: 95%; left: 20%; }

@keyframes twinkle {
    0%, 100% { opacity: 0; transform: scale(0.5); }
    50% { opacity: 1; transform: scale(1); }
}

/* General Elementor-like container styling */
/* Target Elementor sections */
.elementor-section {
    background-color: rgba(10, 10, 26, 0.8); /* Slightly transparent dark background */
    border-radius: 15px;
    padding: 2rem;
    margin-bottom: 2rem;
    box-shadow: 0 0 20px rgba(0, 255, 255, 0.2), 0 0 40px rgba(0, 255, 255, 0.1); /* Cyan glow */
    border: 1px solid rgba(0, 255, 255, 0.3);
    backdrop-filter: blur(5px); /* Subtle blur effect */
    position: relative; /* Ensure content is above stars */
    z-index: 0; /* Place sections above stars but below other content if needed */
}

/* Target Elementor inner sections/containers */
.elementor-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
}

/* Target Elementor columns */
.elementor-column {
    flex: 1;
    min-width: 300px; /* Ensure columns wrap on smaller screens */
    background-color: rgba(15, 15, 40, 0.7);
    border-radius: 10px;
    padding: 1.5rem;
    box-shadow: inset 0 0 10px rgba(0, 255, 255, 0.1);
    border: 1px solid rgba(0, 255, 255, 0.15);
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Orbitron', sans-serif;
    color: #00ffff; /* Bright cyan */
    text-shadow: 0 0 8px rgba(0, 255, 255, 0.7);
    margin-bottom: 1rem;
}

h1 { font-size: 3.5rem; }
h2 { font-size: 2.8rem; }
h3 { font-size: 2.2rem; }
h4 { font-size: 1.8rem; }

/* Text Editor Widget */
.elementor-text-editor p {
    line-height: 1.6;
    color: #c0c0c0; /* Lighter grey for body text */
    margin-bottom: 1rem;
}

/* Buttons */
.elementor-button,
.elementor-button-wrapper .elementor-button { /* More specific .elementor-kit-87 for Elementor buttons */
    display: inline-block;
    padding: 0.8rem 1.8rem;
    border-radius: 50px; /* Pill shape */
    background: linear-gradient(45deg, #00bfff, #00ffff); /* Blue to cyan gradient */
    color: #0a0a1a; /* Dark text on bright button */
    font-family: 'Orbitron', sans-serif;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    box-shadow: 0 0 15px rgba(0, 255, 255, 0.5); /* Initial glow */
    border: none;
    cursor: pointer;
    margin: 0.5rem; /* Add some margin around buttons */
}

.elementor-button:hover,
.elementor-button-wrapper .elementor-button:hover {
    background: linear-gradient(45deg, #00ffff, #00bfff); /* Reverse gradient on hover */
    box-shadow: 0 0 25px rgba(0, 255, 255, 0.8), 0 0 40px rgba(0, 255, 255, 0.6); /* Stronger glow */
    transform: translateY(-2px);
    color: #000; /* Darker text on hover */
}

/* Navigation Links (if using Elementor Nav Menu or custom links) */
.elementor-nav-menu--main .elementor-item,
.nav-links a { /* Assuming .nav-links for custom link groups */
    color: #00ffff;
    text-decoration: none;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    transition: color 0.3s ease, text-shadow 0.3s ease, background-color 0.3s ease;
    padding: 0.5rem 1rem;
    border-radius: 8px;
}

.elementor-nav-menu--main .elementor-item:hover,
.nav-links a:hover {
    color: #fff;
    text-shadow: 0 0 10px rgba(0, 255, 255, 0.8);
    background-color: rgba(0, 255, 255, 0.1);
}

/* Icon List Widget */
.elementor-icon-list-items {
    list-style: none;
    padding: 0;
}

.elementor-icon-list-item {
    display: flex;
    align-items: center;
    margin-bottom: 0.8rem;
    color: #c0c0c0;
}

.elementor-icon-list-icon {
    margin-right: 10px;
    color: #00ffff; /* Cyan icon */
    font-size: 1.2rem;
    text-shadow: 0 0 5px rgba(0, 255, 255, 0.5);
}

/* Image Widget - ensure images adapt */
.elementor-image img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 255, 255, 0.2);
}

/* Horizontal Rule/Divider */
.space-divider {
    border: none;
    height: 2px;
    background: linear-gradient(90deg, transparent, #00ffff, transparent);
    margin: 3rem auto; /* Center the divider */
    width: 80%; /* Make it slightly narrower than full width */
    box-shadow: 0 0 10px rgba(0, 255, 255, 0.5);
    border-radius: 1px;
}

/* --- Tablet Specific Styles (max-width: 1024px) --- */
@media (max-width: 1024px) {
    .elementor-section {
        padding: 1.5rem;
        margin-bottom: 1.5rem;
    }

    .elementor-container {
        gap: 1rem;
    }

    .elementor-column {
        min-width: 100%; /* Columns stack by default on tablets */
        padding: 1.2rem;
    }

    h1 { font-size: 2.8rem; }
    h2 { font-size: 2.2rem; }
    h3 { font-size: 1.8rem; }
    h4 { font-size: 1.5rem; }

    .elementor-button,
    .elementor-button-wrapper .elementor-button {
        padding: 0.7rem 1.5rem;
        font-size: 0.9rem;
    }

    .elementor-icon-list-icon {
        font-size: 1.1rem;
    }

    .elementor-nav-menu--main .elementor-item,
    .nav-links a {
        padding: 0.4rem 0.8rem;
        font-size: 0.95rem;
    }

    .space-divider {
        margin: 2rem auto;
        width: 90%;
    }
}

/* --- Mobile Specific Styles (max-width: 767px) --- */
@media (max-width: 767px) {
    .elementor-section {
        padding: 1rem;
        margin-bottom: 1rem;
        border-radius: 10px;
    }

    .elementor-container {
        flex-direction: column; /* Ensure full stacking */
        gap: 0.8rem;
    }

    .elementor-column {
        min-width: 100%; /* Always full width on mobile */
        padding: 1rem;
        border-radius: 8px;
    }

    h1 { font-size: 2.2rem; }
    h2 { font-size: 1.8rem; }
    h3 { font-size: 1.5rem; }
    h4 { font-size: 1.3rem; }

    .elementor-text-editor p {
        font-size: 0.95rem;
    }

    .elementor-button,
    .elementor-button-wrapper .elementor-button {
        padding: 0.6rem 1.2rem;
        font-size: 0.85rem;
        border-radius: 40px;
        width: 100%; /* Make buttons full width on mobile for easier tapping */
        text-align: center;
    }

    .elementor-icon-list-icon {
        font-size: 1rem;
    }

    .elementor-nav-menu--main .elementor-item,
    .nav-links a {
        padding: 0.3rem 0.6rem;
        font-size: 0.9rem;
        width: 100%; /* Full width for mobile navigation links */
        text-align: center;
    }

    .space-divider {
        margin: 1.5rem auto;
        width: 95%;
    }
}/* End custom CSS */