/* define colors */
:root {
    --octigen-blue: #1e4fe2;
    --octigen-highlighted: #1A1B31;
}

section {
    overflow-x: hidden;
}

html {
    font-family: 'Outfit', sans-serif;
}

main {
    font-family: 'Outfit', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    letter-spacing: 1px;
    font-weight: 300;
    line-height: 1.5;
}

p {
    line-height: 2;
    font-weight: 300;
    font-size: 1rem;
    opacity: 0.85;
}

.navbar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    padding: 20px 0;
    font-family: 'Outfit', sans-serif;
    font-size: 1rem;
}

.nav-highlighted-link {
    color: var(--octigen-blue);
    border: 1px solid var(--octigen-blue);
    padding: 7px;
    border-radius: 4px;
    transition: 0.2s ease-in-out;
}

.nav-highlighted-link:hover {
    color: var(--octigen-blue) !important;
    transition: 0.2s ease-in-out;
    border-radius: 18px;
}

.lang-dropdown.show {
    display: inline-flex !important;
    margin-top: 5px !important;
}

.dropdown-hamburger {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 50px;
    background: white;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

.dropdown-hamburger-container:hover .hamburger-menu,
#hamburgerMenu.active + #menuDropdown {
    padding: 20px;
    margin-top: 5px;
    position: absolute;
    width: 200px !important;
    right: -70px;
    left: auto;
    display: flex !important;
    flex-direction: column;
}

.hamb-item {
    line-height: 1.5;
}

.language-selector {
    background-color: var(--octigen-blue);
    padding: 5px 12px;
    color: white;
    border-radius: 3px;
}

.line-height-1and5 {
    line-height: 1.5;
}

.btn-primary {
    font-size: 0.9rem;
    font-weight: 400;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    text-decoration: none;
    display: inline-block;
    overflow: hidden;
    background-color: var(--octigen-blue);
    transition: background-color 0.2s ease-in-out;
    box-shadow: 0px 0px 50px rgba(30, 79, 226, 0.5);
    z-index: 1;
    font-family: 'Outfit', sans-serif;
}

.btn-outline-light {
    font-size: 0.9rem;
    font-weight: 400;
    padding: 10px 20px;
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 5px;
    text-decoration: none;
    display: inline-block;
    overflow: hidden;
    background-color: transparent;
}

.btn-primary:hover {
    background-color: var(--octigen-highlighted);
    transition: background-color 0.2s ease-in-out;
}

.form-container {
    font-size: 0.9rem;
    font-weight: 300;
    font-family: 'Outfit', sans-serif;
}

.form-container input, .form-container textarea {
    background-color: transparent;
    border-radius: 0px;
    border: 1px solid rgba(255, 255, 255, 0.7);
    color: white;
}

.form-container input::placeholder, .form-container textarea::placeholder {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.9rem;
    font-weight: 300;
}

.form-container textarea:focus,
.form-container input:focus,
.form-container textarea:active,
.form-container input:active,
.form-container textarea:hover,
.form-container input:hover {
    border: 1px solid var(--octigen-blue);
    background-color: transparent;
    color: white;
    box-shadow: none;
}

.form-btn {
    background-color: transparent;
    border: 1px solid white;
    border-radius: 0px;
    transition: border 0.2s ease-in-out;
    font-weight: 300;
}

.form-btn:hover {
    transition: border 0.2s ease-in-out;
}

.form-control {
    color: white;
    font-weight: 300;
    font-size: 0.9rem;
}

.highlighted-header {
    color: var(--octigen-blue);
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: 2px;
}

.footer-container {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-text {
    font-size: 0.8rem;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.7);
}

.contacts-section {
    background: radial-gradient(circle at bottom right, #1A1B31 40%, #010101 80%);
    color: white;
}

.free-banner {
    color: white;
    margin-bottom: -2.2rem;
}

h5.free-banner-text {
    display: inline-block;
    background-color: var(--octigen-blue);
    margin-left: 30rem;
    font-size: 14px;
    padding: 2px;
}

@media (max-width: 991px) {
    h5.free-banner-text {
        margin-left: 0 !important;
    }
    .free-banner {
        margin-bottom: -1.5rem;
        font-size: 12px;
        margin-top: 1rem;
    }
}

/* ===================================
   Play Button Styles
   =================================== */

/* Play Button Particle Canvas */
.play-particles-canvas {
    position: absolute;
    top: -150px;
    left: -150px;
    width: 380px;
    height: 380px;
    pointer-events: none;
    z-index: 1;
}

.play-button-container {
    position: relative;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Custom Play Button Styles */
.custom-play-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    z-index: 15;
    cursor: pointer;
    transition: all 0.3s ease;
}

.custom-play-overlay:hover {
    background-color: rgba(0, 0, 0, 0.4);
}

/* Wave Ring Animations */
.wave-ring {
    position: absolute;
    border: 2px solid rgba(30, 79, 226, 0.6);
    border-radius: 50%;
    animation: waveRipple 3s ease-out infinite;
}

.wave-ring-1 {
    width: 120px;
    height: 120px;
    animation-delay: 0s;
}

.wave-ring-2 {
    width: 120px;
    height: 120px;
    animation-delay: 1s;
}

.wave-ring-3 {
    width: 120px;
    height: 120px;
    animation-delay: 2s;
}

@keyframes waveRipple {
    0% {
        width: 80px;
        height: 80px;
        opacity: 1;
        border-width: 3px;
    }
    50% {
        width: 140px;
        height: 140px;
        opacity: 0.5;
        border-width: 2px;
    }
    100% {
        width: 180px;
        height: 180px;
        opacity: 0;
        border-width: 1px;
    }
}

/* Play Button */
.play-button {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #1e4fe2, #1a45c7);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 32px rgba(30, 79, 226, 0.4);
    transition: all 0.3s ease;
    animation: playButtonPulse 2s ease-in-out infinite;
    position: relative;
    z-index: 2;
}

.play-button::before {
    content: '';
    position: absolute;
    top: -4px;
    left: -4px;
    right: -4px;
    bottom: -4px;
    background: linear-gradient(45deg, rgba(30, 79, 226, 0.4), rgba(255, 255, 255, 0.2));
    border-radius: 50%;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.play-button:hover::before {
    opacity: 1;
}

.play-button:hover {
    transform: scale(1.1);
    box-shadow: 0 12px 40px rgba(30, 79, 226, 0.6);
    border-color: rgba(30, 79, 226, 0.4);
}

@keyframes playButtonPulse {
    0%, 100% {
        transform: scale(1);
        box-shadow: 0 8px 32px rgba(30, 79, 226, 0.4);
    }
    50% {
        transform: scale(1.05);
        box-shadow: 0 12px 40px rgba(30, 79, 226, 0.6);
    }
}

/* Play Icon */
.play-icon {
    width: 32px;
    height: 32px;
    color: white;
    margin-left: 4px; /* Slight offset to center the triangle visually */
    transition: all 0.3s ease;
}

.play-button:hover .play-icon {
    color: white;
    transform: scale(1.1);
}

/* Hide custom button when video is playing */
.custom-play-overlay.hidden {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

/* Responsive adjustments for play button */
@media (max-width: 576px) {
    /* Play button adjustments */
    .wave-ring-1,
    .wave-ring-2,
    .wave-ring-3 {
        width: 100px;
        height: 100px;
    }
    
    .play-button {
        width: 70px;
        height: 70px;
    }
    
    .play-icon {
        width: 28px;
        height: 28px;
    }
    
    @keyframes waveRipple {
        0% {
            width: 70px;
            height: 70px;
            opacity: 1;
            border-width: 2px;
        }
        50% {
            width: 120px;
            height: 120px;
            opacity: 0.5;
            border-width: 1px;
        }
        100% {
            width: 160px;
            height: 160px;
            opacity: 0;
            border-width: 1px;
        }
    }
}