/* Global Styles */
:root {
    --font-heading: 'Poppins', sans-serif;
    --font-body: 'Poppins', sans-serif;
    --font-alt: 'Titillium Web', sans-serif;
    --base-gradient: linear-gradient(90deg, rgb(136, 232, 233) 0%, rgb(249, 215, 143) 35%, rgb(225, 122, 245) 65%, rgb(140, 146, 246) 100%);
}

body {
    min-height: 100vh;
    margin: 0;
    padding: 0;
    position: relative;
    font-family: var(--font-body);
    background: linear-gradient(90deg, #ff00c733, #a64aff, #00d4ff);
    font-size:16px;
}
.small{font-size:0.875em !important;}

body::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('images/zorney-bg-light.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    opacity: 0.9;
    z-index: 0;
}

/* Navbar Styles */
.navbar {
    backdrop-filter: blur(10px); 
    opacity:0.95
}

.navbar-brand img {
    transition: transform 0.3s ease;
}

.navbar-brand:hover img {
    transform: scale(1.05);
}

/* Main Content Styles */
.main-content {
    padding-top: 90px; /* Space for fixed navbar */
    min-height: 100vh;
    position: relative;
    z-index: 1;
}

.content {
    position: relative;
    z-index: 2;
    padding: 60px 0;
    text-align: center;
    color: #333;
}

h1, h2, h3, h4, h5, h6,
.display-1, .display-2, .display-3, .display-4, .display-5, .display-6 {
    font-family: var(--font-heading);
    font-weight: 700;
}

/* Video Styles */
.video-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-top: 0px; /* Default for mobile */
}

/* Hero Box Styles */
.hero-box {
    max-width: 750px;
    margin: -1.5rem auto 0;
    position: relative;
    z-index: 2;
    padding-left: 1rem;
    padding-right: 1rem;
}
.hero-box--footer{
    margin:2rem auto 0;
    position:relative;
    z-index:10

}
/* Desktop styles */
@media (min-width: 992px) {
    .video-wrapper {
        margin-top: -100px;
    }
    
    .hero-box {
        margin-top: -3rem;
    }
}

.video-section {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.video-section video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Video Info Button */
.video-info-btn {
    bottom: 15px;
    left: 15px;
    z-index: 10;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    border: none;
    backdrop-filter: blur(5px);
}

.video-info-btn:hover {
    background: rgba(0, 0, 0, 0.7);
    transform: scale(1.1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.video-info-btn i {
    font-size: 18px;
    opacity: 0.9;
}

.video-info-btn:hover i {
    opacity: 1;
}

/* Responsive adjustments */
@media (max-width: 576px) {
    .video-info-btn {
        width: 35px;
        height: 35px;
        bottom: 10px;
        left: 10px;
    }
    
    .video-info-btn i {
        font-size: 16px;
    }
}

/* Button Styles */
.ai-button {
    padding: 0.8rem 2rem;
    border-radius: 30px;
    font-weight: 600;
    color: #fff;
    border: none;
    background: linear-gradient(90deg, #ff00c7, #a64aff);
    box-shadow: 0 0 25px 5px rgba(255, 0, 199, 0), 0 0 10px 2px rgba(166, 74, 255, 0);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1), 
                box-shadow 0.4s cubic-bezier(0.4, 0, 0.2, 1),
                transform 0.4s cubic-bezier(0.4, 0, 0.2, 1),
                background 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    text-decoration: none;
    position: relative;
    overflow: hidden;
    display: inline-block;
    background-size: 200% 100%;
}

.ai-button:hover {
    color: #fff;
    box-shadow: 0 0 10px 2px rgba(255, 0, 199, 0.5), 0 0 15px 5px rgba(166, 74, 255, 0.4);
    transform: translateY(-3px) scale(1.02);
    background: linear-gradient(90deg, #ff00c7, #a64aff, #00d4ff);
    background-size: 200% 100%;
    animation: gradientShift 2s ease infinite;
}

.ai-button:active {
    transform: translateY(-1px) scale(1.01);
}

/* Animated Button */
.ai-button--animated {
    background: linear-gradient(90deg, #ff00c7, #a64aff, #00d4ff);
    background-size: 200% 100%;
    animation: gradientShift 2s ease infinite;
}

@keyframes gradientShift {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@keyframes gradientShift {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

/* AI Text Effects */
:root {
    --dark-gradient: linear-gradient(90deg, #d4008f, #7a1ebd, #0077ff);
}

.ai-font {
    background: linear-gradient(90deg, rgb(136, 232, 233) 0%, rgb(249, 215, 143) 35%, rgb(225, 122, 245) 65%, rgb(140, 146, 246) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.ai-font--dark {
    background: var(--dark-gradient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.ai-font--animated {
    background: linear-gradient(90deg, rgb(136, 232, 233) 0%, rgb(249, 215, 143) 35%, rgb(225, 122, 245) 65%, rgb(140, 146, 246) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% 100%;
    animation: gradientFlow 3s ease infinite;
}

.ai-font--dark--animated {
    background: var(--dark-gradient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% 100%;
    animation: gradientFlow 3s ease infinite;
}

@keyframes gradientFlow {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

/* Glass and Border Effects */
.glass-box {
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.2);
    font-size:1.2rem;
}

.glass-box--dark {
    background: rgba(30, 2, 2, 0.55);
    border: 1px solid rgba(30, 2, 2, 0.1);
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.3);
    color: white;
}

.glass-box--darker {
    background: rgba(12, 1, 1, 0.75);
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.4);
    color: white;
}

.ai-border {
    position: relative;
    z-index: 1;
    border-radius: 8px;
    padding: 1px;
}

.ai-border::before {
    content: '';
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    background: linear-gradient(90deg, #ff00c7, #a64aff, #00d4ff);
    border-radius: inherit;
    z-index: -1;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.ai-border > * {
    position: relative;
    z-index: 2;
    background: white;
    border-radius: 6px;
    height: 100%;
    width: 100%;
    padding: inherit;
}

.ai-border:hover::before {
    box-shadow: 0 0 25px 5px rgba(255, 0, 199, 0.3), 0 0 10px 2px rgba(166, 74, 255, 0.2);
}

.ai-border--animated::before {
    background: linear-gradient(90deg, #ff00c7, #a64aff, #00d4ff);
    background-size: 200% 100%;
    animation: gradientShift 3s linear infinite;
}

/* Card Styles */
.h-200px {
    height: 200px;
}

.object-fit-cover {
    object-fit: cover;
}

/* Icon Colors */
.icon-gradient-1 {
    background: linear-gradient(45deg, #ff00c7, #a64aff);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    /* font-size: 1.5rem; */
}

.icon-gradient-2 {
    background: linear-gradient(45deg, #a64aff, #00d4ff);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    /* font-size: 1.5rem; */
}

.icon-gradient-3 {
    background: linear-gradient(45deg, #00d4ff, #ff00c7);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    /* font-size: 1.5rem; */
}

.icon-gradient-4 {
    background: linear-gradient(45deg, #ff00c7, #00d4ff);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    /* font-size: 1.5rem; */
}

.icon-gradient-5 {
    background: linear-gradient(45deg, #a64aff, #ff00c7);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    /* font-size: 1.5rem; */
}

.icon-gradient-6 {
    background: linear-gradient(45deg, #00d4ff, #a64aff);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    /* font-size: 1.5rem; */
}
.icon-gradient-bg-white{
    background: white;
    padding: 16px;
    border-radius: 50%;
    opacity: 0.9;
    width: 72px;
    height: 72px;
    /*improve box shadow*/
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    overflow: visible;
}

.glass-box img {
    transition: transform 0.3s ease;
}

.glass-box:hover img {
    transform: scale(1.05);
}

/* Responsive Adjustments */
@media (max-width: 991.98px) {
    .navbar-collapse {
        background: rgba(255, 255, 255, 0.95);
        padding: 1rem;
        border-radius: 10px;
        margin-top: 0.5rem;
    }
    
    .btn-primary {
        margin-top: 1rem;
        display: inline-block;
    }
}

/* Footer Link Styles */

.footer a {
    color: #ffbd59;
    transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1), text-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    text-decoration: none;
}

.footer a:hover {
    color: #fff;
    text-shadow: 0 0 8px #ffbd59, 0 0 2px #fff;
}

/* AI Shadow Input Styles */
.ai-sh {
    border: none;
    border-radius: 30px;
    padding: 0.8rem 1.5rem;
    font-size: 1rem;
    font-family: var(--font-body);
    /* background: linear-gradient(90deg, #ff00c7 0%, #a64aff 50%, #00d4ff 100%); */
    /* color: #fff; */
    box-shadow: 0 0 25px 5px rgba(255, 0, 199, 0.15), 0 0 10px 2px rgba(166, 74, 255, 0.12);
    transition: box-shadow 0.4s cubic-bezier(0.4, 0, 0.2, 1), background 0.4s cubic-bezier(0.4, 0, 0.2, 1), color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    outline: none;
}

.ai-sh::placeholder {
    /* color: #fff; */
    opacity: 0.7;
}

.ai-sh:focus {
    /* background: linear-gradient(90deg, #ff00c7, #a64aff, #00d4ff); */
    box-shadow: 0 0 35px 10px rgba(255, 0, 199, 0.25), 0 0 20px 4px rgba(166, 74, 255, 0.18);
    /* color: #fff; */
}

/* Responsive Footer Hero Input/Button */
.footer-hero-form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 100%;
    align-items: stretch;
}

.footer-hero-form .ai-sh {
    width: 100%;
    margin-bottom: 0;
}

.footer-hero-form .ai-button {
    width: 100%;
}

@media (min-width: 768px) {
    .footer-hero-form {
        flex-direction: row;
        gap: 0.5rem;
        justify-content: center;
        align-items: center;
        max-width: 600px;
        margin: 0 auto;
    }
    .footer-hero-form .ai-sh {
        width: 60%;
    }
    .footer-hero-form .ai-button {
        width: 40%;
    }
}

