/* Custom CSS for Lumara Agency */

/* Instagram Icon Styling */
.instagram-icon {
    width: 24px;
    height: 24px;
    margin: 0 10px;
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background-color: black;
    border-radius: 5px;
    padding: 3px;
    display: inline-block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.instagram-icon:hover {
    transform: scale(1.2);
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.8));
}

/* Footer Styling */
.footer-links {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    margin-top: 1rem;
    text-align: center;
}

.footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #000;
    color: white;
    padding: 2rem 0;
    text-align: center;
    position: relative;
    bottom: 0;
    width: 100%;
}

.footer-link {
    color: rgba(255, 255, 255, 0.7);
    transition: color 0.3s ease;
}

.footer-link:hover {
    color: white;
}

/* Hover animation for all buttons */
.apply-button {
    background: #000000;
    color: white !important;
    padding: 0.75rem 1.5rem;
    border-radius: 0.375rem;
    font-weight: 500;
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden !important;
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.2);
}

.apply-button:hover,
.contact-button:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3) !important;
    background-color: rgba(0, 0, 0, 0.8) !important;
    border: 1px solid rgba(255, 255, 255, 0.5) !important;
}

/* Remove these lines that disable the shine effect */
/* 
.apply-button::before {
    display: none;
}

.apply-button:hover::before {
    display: none;
}
*/

/* Remove unused keyframes */
/* 
@keyframes buttonShine {
    0% {
        top: -100%;
        left: -100%;
        opacity: 0;
    }
    20% {
        opacity: 0.8;
    }
    100% {
        top: 100%;
        left: 100%;
        opacity: 0;
    }
}
*/

/* Logo in What Are You Waiting For section */
.logo-above-cta {
    display: block;
    margin: 0 auto 1.5rem auto;
    width: 80px;
    height: 80px;
    filter: drop-shadow(0 0 3px rgba(255, 255, 255, 0.3));
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.logo-above-cta:hover {
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.5));
    transform: scale(1.1);
}

/* Fix for contact form white glow - make borders dark */
.contact-section::before,
.contact-section::after {
    box-shadow: none !important;
}

.form-input {
    box-shadow: none !important;
    border-color: rgba(0, 0, 0, 0.8) !important;
}

.contact-form {
    background: rgba(0, 0, 0, 0.7) !important;
    border: 1px solid rgba(0, 0, 0, 0.8) !important;
}

/* Ensure page starts at top */
html {
    scroll-behavior: smooth;
    scroll-padding-top: 70px;
}

body {
    overflow-x: hidden;
    scroll-behavior: smooth;
}

/* Navbar logo styling with hover effect */
.navbar-logo {
    width: 40px;
    height: 40px;
    object-fit: contain;
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.navbar-logo:hover {
    transform: scale(1.1);
}

/* Intro text hover animation */
.glassmorphism-card {
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.glassmorphism-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.3);
    background: rgba(0, 0, 0, 0.4);
}

/* Footer styling for consistency across all pages */
.footer-links {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    margin: 1rem 0;
}

.footer-link {
    color: rgba(255, 255, 255, 0.7);
    transition: color 0.3s ease;
}

.footer-link:hover {
    color: white;
}

.instagram-icon {
    width: 30px;
    height: 30px;
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.instagram-icon:hover {
    transform: scale(1.2);
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.8));
}

/* Ensure dynamic numbers display correctly - only bottom icon */
.counter-container {
    position: relative;
    height: 3rem;
    overflow: hidden;
}

.counter-value {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
}

/* Remove section glow effects */
.section-glow {
    display: none !important;
}

/* Remove white fleck near Apply Now button in What Are You Waiting For section */
.cta-section .apply-button::before {
    /* Do not hide the shine effect */
    display: block !important;
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.3) 50%,
        rgba(255, 255, 255, 0) 100%
    ) !important;
    box-shadow: none !important;
}

.cta-section .apply-button::after {
    display: none !important;
    background: none !important;
    box-shadow: none !important;
}

.cta-section {
    position: relative;
    overflow: hidden;
}

.cta-section::before,
.cta-section::after {
    display: none !important;
    background: none !important;
    box-shadow: none !important;
}

/* Remove white streaks from dynamic numbers */
.counter-container::before,
.counter-container::after {
    display: none !important;
}

/* Apply shine effect to all Apply Now buttons - unified for all instances */
.apply-button,
.cta-section .apply-button,
[class*="section"] .apply-button,
a.apply-button,
.apply-button.bg-black,
.text-center .apply-button,
.hero-content .apply-button {
    position: relative !important;
    overflow: hidden !important;
    z-index: 1 !important;
}

.apply-button::before,
.cta-section .apply-button::before,
[class*="section"] .apply-button::before,
a.apply-button::before,
.apply-button.bg-black::before,
.text-center .apply-button::before,
.hero-content .apply-button::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: -100% !important;
    width: 50% !important;
    height: 100% !important;
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.3) 50%,
        rgba(255, 255, 255, 0) 100%
    ) !important;
    transform: skewX(-25deg) !important;
    transition: all 0.5s ease !important;
    opacity: 0 !important;
    display: block !important;
    pointer-events: none !important;
    z-index: 2 !important;
}

.apply-button:hover::before,
.cta-section .apply-button:hover::before,
[class*="section"] .apply-button:hover::before,
a.apply-button:hover::before,
.apply-button.bg-black:hover::before,
.text-center .apply-button:hover::before,
.hero-content .apply-button:hover::before {
    opacity: 1 !important;
    animation: buttonShine 1s ease-in-out !important;
}

/* APPLY SHINE EFFECT FOR ALL APPLY NOW BUTTONS */
.apply-button::before,
.cta-section .apply-button::before,
[class*="section"] .apply-button::before,
a.apply-button::before,
.apply-button.bg-black::before,
.text-center .apply-button::before,
.hero-content .apply-button::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: -100% !important;
    width: 50% !important;
    height: 100% !important;
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.3) 50%,
        rgba(255, 255, 255, 0) 100%
    ) !important;
    transform: skewX(-25deg) !important;
    transition: all 0.5s ease !important;
    opacity: 0 !important;
    display: block !important;
    pointer-events: none !important;
    z-index: 2 !important;
}

.apply-button:hover::before,
.cta-section .apply-button:hover::before,
[class*="section"] .apply-button:hover::before,
a.apply-button:hover::before,
.apply-button.bg-black:hover::before,
.text-center .apply-button:hover::before,
.hero-content .apply-button:hover::before {
    opacity: 1 !important;
    animation: buttonShine 1s ease-in-out !important;
}

@keyframes buttonShine {
    0% {
        left: -100% !important;
    }
    100% {
        left: 100% !important;
    }
}

/* Ensure Instagram button is always visible */
.footer .instagram-icon {
    display: inline-block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

/* Separate Instagram button next to contact form */
.contact-form-instagram {
    display: inline-block;
    margin-left: 15px;
    vertical-align: middle;
}

/* Phone number with Instagram layer */
.phone-instagram-container {
    position: relative;
}

.phone-instagram-label {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.instagram-optional {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.6);
    font-style: italic;
}

/* Contact button styling */
.contact-button {
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
}

/* Improved hover animation for intro text */
.intro-text {
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.intro-text:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.3);
}

/* Ensure logo hover animation stays active while hovered */
.navbar-logo, 
.logo-above-cta, 
.footer .navbar-logo, 
.footer img[alt="Lumara Agency Logo"],
.cta-section img[alt="Lumara Agency Logo"],
a img[alt="Lumara Agency Logo"] {
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    animation: none !important;
    filter: none !important;
    box-shadow: none !important;
    border: none !important;
    outline: none !important;
    background-color: transparent !important;
}

.navbar-logo:hover, 
.logo-above-cta:hover, 
.navbar-logo:hover, 
.logo-above-cta:hover, 
.cta-section img[alt="Lumara Agency Logo"]:hover,
a img[alt="Lumara Agency Logo"]:hover {
    transform: scale(1.1);
    filter: none !important;
    box-shadow: none !important;
    border: none !important;
    outline: none !important;
    background-color: transparent !important;
}

.footer .navbar-logo, 
.footer img[alt="Lumara Agency Logo"],
.footer .footer-logo img {
    filter: none !important;
    background-color: transparent !important;
    box-shadow: none !important;
    border: none !important;
    outline: none !important;
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.footer .navbar-logo:hover, 
.footer img[alt="Lumara Agency Logo"]:hover,
.footer .footer-logo img:hover {
    transform: translateY(-5px);
    filter: none !important;
    box-shadow: none !important;
    border: none !important;
    outline: none !important;
    background-color: transparent !important;
}

/* Fix for footer consistency across all pages */
.footer {
    background-color: #000 !important;
    color: white !important;
    padding: 2rem 0 !important;
    text-align: center !important;
    position: relative !important;
    bottom: 0 !important;
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
}

.footer-links {
    display: flex !important;
    justify-content: center !important;
    gap: 1.5rem !important;
    margin: 1rem 0 !important;
}

.footer-link {
    color: rgba(255, 255, 255, 0.7) !important;
    transition: color 0.3s ease !important;
}

.footer-link:hover {
    color: white !important;
}

/* Override any inline styles or animations */
[style*="animation"] {
    animation: none !important;
}

/* Remove any keyframes that might interfere with our hover animations */
@keyframes logoGlow {
    0%, 100% {
        filter: drop-shadow(0 0 2.5px rgba(255, 255, 255, 0.5)) brightness(0.95);
    }
    100% {
        filter: drop-shadow(0 0 2.5px rgba(255, 255, 255, 0.5)) brightness(0.95);
    }
}
