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

body {
   font-family: 'Arial', sans-serif;
   line-height: 1.6;
   color: #fff;
   background: #000;
   min-height: 100vh;
}

.container {
   max-width: 1200px;
   margin: 0 auto;
   padding: 0 20px;
}

header {
    will-change: transform;
   background: rgba(20, 20, 20, 0.9);
   backdrop-filter: blur(10px);
   border-bottom: 1px solid #333;
   position: sticky;
    position: -webkit-sticky;
   top: 0;
   z-index: 100;
}

nav {
   /* display: block; */
   justify-content: space-between;
   text-align: center;
   padding: 1rem 0;
}

.logo {
   font-size: 2rem;
   font-weight: bold;
   color: white;
   text-decoration: none;
   /* display: block; */
   text-align: center;
   gap: 0.5rem;
}

.logo img {
    padding: 8px;
   height: 60px;
   width: auto;
   image-rendering: pixelated;
}

.logo-text {
   display: none;
}

.nav-links {
   display: flex;
   gap: 2rem;
   list-style: none;
   margin: 0;
   padding: 0;
   /* display: block; */
   list-style: none;
   gap: 2rem;
}

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

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

.hero {
   text-align: center;
   padding: 1.5rem 0;
   color: white;
   background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/DSC02936_small.webp');
   background-size: cover;
   background-position: center;
   background-attachment: scroll;
   min-height: 40vh; padding-top: 10vh; padding-bottom: 10vh;
   /* display: block; */
   text-align: center;
   margin-left: auto; margin-right: auto;
}

.hero .container {
   display: flex;
   flex-direction: column;
   align-items: center;
   position: relative;
   z-index: 2;
}

.hero-logo {
   width: 500px;
   height: auto;
   margin-bottom: 0.25rem;
   image-rendering: pixelated;
   filter: drop-shadow(0 4px 8px rgba(233, 30, 99, 0.3));
}

.hero p {
   font-size: 1.3rem;
   margin-bottom: 1.5rem;
   opacity: 0.9;
   text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}

.cta-buttons {
   display: flex;
   justify-content: center;
   gap: 2rem;
   flex-wrap: wrap;
   /* display: block; */
   gap: 2rem;
   margin-left: auto; margin-right: auto;
   flex-wrap: wrap;
}

.btn {
   height: 60px;
   display: flex;
   align-items: center;
   justify-content: center;
   max-width: 400px;
   margin: 0 auto;
   text-align: center;
   margin: 0.75rem 0;
   padding: 1rem 2rem;
   border: none;
   border-radius: 50px;
   font-size: 1.1rem;
   font-weight: bold;
   text-decoration: none;
   transition: all 0.3s ease;
   display: flex;
   justify-content: center;
   text-align: center;
   gap: 0.5rem;
   cursor: pointer;
}

.btn-icon {
   width: 20px;
   height: 20px;
   object-fit: contain;
   filter: brightness(0) invert(1);
}

.btn-primary {
   background: linear-gradient(45deg, #e91e63, #c2185b);
   color: white;
   box-shadow: 0 4px 15px rgba(233, 30, 99, 0.4);
}

.btn-primary:hover {
   transform: translateY(-2px);
   box-shadow: 0 6px 20px rgba(233, 30, 99, 0.6);
}

.btn-secondary {
   background: rgba(40, 40, 40, 0.8);
   color: white;
   border: 2px solid #333;
   backdrop-filter: blur(10px);
}

.btn-secondary:hover {
   background: rgba(60, 60, 60, 0.9);
   border-color: #e91e63;
   transform: translateY(-2px);
}

.btn-outline {
   background: transparent;
   color: white;
   border: 2px solid #9c27b0;
   backdrop-filter: blur(10px);
}

.btn-outline:hover {
   background: #9c27b0;
   transform: translateY(-2px);
}

.services {
   padding: 4rem 0;
   background: rgba(20, 20, 20, 0.6);
   backdrop-filter: blur(10px);
   margin: 2rem 0;
   border-radius: 20px;
   border: 1px solid #333;
}

.services h2 {
   text-align: center;
   font-size: 2.5rem;
   margin-bottom: 3rem;
   color: white;
}

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

.service-card {
   display: flex;
   flex-direction: column;
   height: 100%;
   background: rgba(40, 40, 40, 0.8);
   padding: 2rem;
   border-radius: 15px;
   backdrop-filter: blur(10px);
   border: 1px solid #333;
   transition: all 0.3s ease;
}

.service-card:hover {
   transform: translateY(-5px);
   border-color: #e91e63;
   box-shadow: 0 10px 30px rgba(233, 30, 99, 0.2);
}

.service-card i {
   font-size: 3rem;
   color: #e91e63;
   margin-bottom: 1rem;
}

.service-card h3 {
   font-size: 1.5rem;
   margin-bottom: 1rem;
   color: white;
}

.service-card p {
   color: rgba(255, 255, 255, 0.8);
   margin-bottom: 1.5rem;
}

.about {
   padding: 4rem 0;
   text-align: center;
   color: white;
}

.about h2 {
   font-size: 2.5rem;
   margin-bottom: 2rem;
}

.about p {
   font-size: 1.2rem;
   max-width: 800px;
   margin: 0 auto 2rem;
   opacity: 0.9;
}

.stats {
   display: grid;
   grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
   gap: 2rem;
   margin-top: 3rem;
}

.stat {
   text-align: center;
}

.stat-number {
   font-size: 3rem;
   font-weight: bold;
   color: #e91e63;
   font-family: 'Courier New', monospace;
}

.stat-label {
   font-size: 1.1rem;
   opacity: 0.8;
}

footer {
   background: rgba(10, 10, 10, 0.9);
   padding: 2rem 0;
   text-align: center;
   color: white;
   margin-top: 4rem;
   border-top: 1px solid #333;
}

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

.footer-section h3 {
   margin-bottom: 1rem;
   color: #e91e63;
}

.footer-section p, .footer-section a {
   color: rgba(255, 255, 255, 0.8);
   text-decoration: none;
}

.footer-section a:hover {
   color: #e91e63;
}

.social-links {
   display: flex;
   justify-content: center;
   gap: 3rem;
   /* display: block; */
   margin-left: auto; margin-right: auto;
   gap: 2rem;
}

.social-links a {
   color: rgba(255, 255, 255, 0.8);
   font-size: 1.5rem;
   transition: color 0.3s;
   text-decoration: none;
}

.social-links a:hover {
   color: #e91e63;
}

.social-links i {
   /* display: block; */
}

@media (max-width: 768px) {
    .cta-buttons {
   display: flex;
   justify-content: center;
   gap: 2rem;
   flex-wrap: wrap;
        gap: 2.5rem;
    }
    .hero {
        text-align: center;
    }
    .hero {
        background-attachment: scroll !important;
    }
    
   .hero-logo {
       width: 400px;
   }
   
   .nav-links {
   display: flex;
   gap: 2rem;
   list-style: none;
   margin: 0;
   padding: 0;
       display: none;
   }
   
   .cta-buttons {
   display: flex;
   justify-content: center;
   gap: 2rem;
   flex-wrap: wrap;
       flex-direction: column;
       text-align: center;
   }
   
   .btn {
   height: 60px;
   display: flex;
   align-items: center;
   justify-content: center;
   max-width: 400px;
   margin: 0 auto;
   text-align: center;
   margin: 0.75rem 0;
       width: 100%;
       max-width: 300px;
   }
   
   .hero {
       background-attachment: scroll;
       padding: 1rem 0;
       min-height: 35vh;
   }
}

@keyframes float {
   0%, 100% { transform: translateY(0); }
   50% { transform: translateY(-10px); }
}

.floating {
   animation: float 3s ease-in-out infinite;
}

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

.gradient-text {
   background: linear-gradient(-45deg, #e91e63, #9c27b0, #3f51b5, #00bcd4);
   background-size: 400% 400%;
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
   background-clip: text;
   animation: gradient 15s ease infinite;
}

/* Fix mobile page shifting */
@media (max-width: 768px) {
    .cta-buttons {
   display: flex;
   justify-content: center;
   gap: 2rem;
   flex-wrap: wrap;
        gap: 2.5rem;
    }
    .hero {
        text-align: center;
    }
    .hero {
        background-attachment: scroll !important;
    }
    
    html, body {
        overflow-x: hidden;
        width: 100vw;
        position: relative;
    }
    
    .container {
        padding-left: 15px;
        padding-right: 15px;
        max-width: 100%;
    }
    
    * {
        max-width: 100%;
    }
}

/* Ensure sticky header works on mobile */
@media (max-width: 768px) {
    .cta-buttons {
   display: flex;
   justify-content: center;
   gap: 2rem;
   flex-wrap: wrap;
        gap: 2.5rem;
    }
    .hero {
        text-align: center;
    }
    .hero {
        background-attachment: scroll !important;
    }
    
    header {
    will-change: transform;
        position: sticky;
        position: -webkit-sticky;
        top: 0;
        z-index: 1000;
        width: 100%;
    }
    
    /* Fix for iOS Safari */
    body {
        -webkit-overflow-scrolling: touch;
    }
}

/* Force sticky header on all devices */
@supports (position: sticky) {
    header {
        position: sticky !important;
        top: 0 !important;
        z-index: 9999 !important;
    }
}

/* Mobile sticky header fix */
@media (max-width: 768px) {
    .cta-buttons {
   display: flex;
   justify-content: center;
   gap: 2rem;
   flex-wrap: wrap;
        gap: 2.5rem;
    }
    .hero {
        text-align: center;
    }
    header {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        z-index: 9999 !important;
        width: 100% !important;
    }
    
    /* Add top padding to body to compensate for fixed header */
    body {
        padding-top: 0;
    }
}

/* Center button text on mobile */
@media (max-width: 768px) {
    .cta-buttons {
   display: flex;
   justify-content: center;
   gap: 2rem;
   flex-wrap: wrap;
        gap: 2.5rem;
    }
    .hero {
        text-align: center;
    }
    .btn {
   height: 60px;
   display: flex;
   align-items: center;
   justify-content: center;
   max-width: 400px;
   margin: 0 auto;
   text-align: center;
   margin: 0.75rem 0;
        text-align: center;
        margin-left: auto; margin-right: auto;
    }
}

/* FAQ Page Styles */
.faq-hero {
    text-align: center;
    padding: 6rem 0 4rem;
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
    color: white;
}

.faq-hero h1 {
    font-size: 3rem;
    margin-bottom: 1rem;
    color: #e91e63;
}

.faq-hero p {
    font-size: 1.2rem;
    opacity: 0.9;
}

.faq-content {
    padding: 4rem 0;
    background: #000;
}

.faq-item {
    background: rgba(40, 40, 40, 0.8);
    border-radius: 10px;
    margin-bottom: 1.5rem;
    border: 1px solid #333;
    overflow: hidden;
}

.faq-question {
    padding: 1.5rem;
    cursor: pointer;
    background: rgba(50, 50, 50, 0.8);
    transition: all 0.3s ease;
}

.faq-question:hover {
    background: rgba(60, 60, 60, 0.8);
}

.faq-question h3 {
    color: white;
    font-size: 1.3rem;
    margin: 0;
    /* display: block; */
    text-align: center;
    gap: 2rem;
}

.faq-question i {
    color: #e91e63;
    font-size: 0.8rem;
    transition: transform 0.3s ease;
}

.faq-answer {
    padding: 1rem 1.5rem 1.5rem;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
}

.faq-answer ul {
    margin: 1rem 0;
    padding-left: 1.5rem;
}

.faq-answer li {
    margin-bottom: 0.5rem;
}

.faq-answer strong {
    color: #e91e63;
}

.faq-answer a {
    color: #e91e63;
    text-decoration: none;
}

.faq-answer a:hover {
    text-decoration: underline;
}

.cta-section {
   display: flex;
   flex-direction: column;
   align-items: center;
    text-align: center;
    padding: 3rem 0;
    background: rgba(20, 20, 20, 0.6);
    border-radius: 15px;
    margin-top: 3rem;
}

.cta-section h2 {
    color: white;
    font-size: 2rem;
    margin-bottom: 1rem;
}

.cta-section p {
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 2rem;
}

/* Fix FAQ Styling */
.faq-item {
    background: rgba(40, 40, 40, 0.8);
    border-radius: 10px;
    margin-bottom: 1.5rem;
    border: 1px solid #333;
    overflow: hidden;
}

.faq-question {
    padding: 1.5rem;
    cursor: pointer;
    background: rgba(50, 50, 50, 0.8);
    transition: all 0.3s ease;
    border: none;
    width: 100%;
    text-align: center;
}

.faq-question:hover {
    background: rgba(60, 60, 60, 0.8);
}

.faq-question h3 {
    color: white;
    font-size: 1.3rem;
    margin: 0;
    /* display: block; */
    text-align: center;
    gap: 2rem;
}

.faq-question .fas {
    color: #e91e63;
    font-size: 0.8rem;
    transition: transform 0.3s ease;
}

.faq-answer {
    padding: 1rem 1.5rem 1.5rem;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
    /* display: block; */
}

.faq-answer p {
    margin-bottom: 1rem;
    color: rgba(255, 255, 255, 0.9);
}

.faq-answer ul {
    margin: 1rem 0;
    padding-left: 1.5rem;
    list-style-type: disc;
}

.faq-answer li {
    margin-bottom: 0.8rem;
    color: rgba(255, 255, 255, 0.9);
}

.faq-answer strong {
    color: #e91e63;
    font-weight: bold;
}

.faq-answer a {
    color: #e91e63;
    text-decoration: none;
}

.faq-answer a:hover {
    text-decoration: underline;
}

/* Override any conflicting styles */
.faq-content .container {
    max-width: 800px;
}

/* Improve FAQ arrow animation */
.faq-question .fas {
    transition: transform 0.3s ease;
    transform: rotate(0deg);
}

.faq-question:hover .fas {
    color: #ff69b4;
}

/* Add pointer cursor to make it clear it's clickable */
.faq-question {
    cursor: pointer;
}

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


.service-card .btn {
   align-self: center;
   align-self: center;
   height: 60px;
   display: flex;
   align-items: center;
   justify-content: center;
   margin-top: auto;
}


.service-card .btn {
   width: 180px !important;
   min-width: 180px !important;
   max-width: 180px !important;
}

.service-card .btn {
   width: 200px !important;
   min-width: 200px !important;
   max-width: 200px !important;
   white-space: nowrap !important;
}
