@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&display=swap');

/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Cairo", sans-serif;
    line-height: 1.6;
    color: #ffffff;
  background: #0D0000;
    min-height: 100vh;
    font-size: 16px;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Cookie Consent */
.cookie-consent {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.95);
    backdrop-filter: blur(10px);
    z-index: 1000;
    padding: 20px 0;
    border-top: 1px solid #333;
    transform: translateY(100%);
    transition: transform 0.3s ease;
}

.cookie-consent.show {
    transform: translateY(0);
}

.cookie-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.cookie-content p {
    flex: 1;
    margin: 0;
    font-size: 14px;
}

.cookie-buttons {
    display: flex;
    gap: 15px;
    align-items: center;
}

.cookie-btn {
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s ease;
}

.cookie-btn.accept {
    background: #4caf50;
    color: white;
}

.cookie-btn.accept:hover {
    background: #45a049;
}

.cookie-btn.decline {
    background: transparent;
    color: #ccc;
    border: 1px solid #555;
}

.cookie-btn.decline:hover {
    background: #555;
    color: white;
}

.cookie-link {
    color: #F2FF8C;
    text-decoration: none;
    font-size: 14px;
}

.cookie-link:hover {
    text-decoration: underline;
}

/* Hero Section */
.hero-section {
    padding: 80px 0 60px;
  
    
    position: relative;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="0.5" fill="rgba(255,255,255,0.02)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    opacity: 0.3;
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.hero-content h1 {
    font-size: clamp(2rem, 3vw, 3rem);
    font-weight: 700;
    margin-bottom: 30px;
    line-height: 1.2;
    background: linear-gradient(135deg, #ffffff 0%, #e3f2fd 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 0 30px rgba(255, 255, 255, 0.3);
    text-align: center;
}

.hero-content p {
    font-size: 1.1rem;
    margin-bottom: 20px;
    color: #e0e7ff;
    font-weight: 400;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}

.hero-content .sub-text {
    font-size: 0.95rem;
    color: #fff;
    font-style: italic;
    margin-bottom: 40px;
}

.hero-content ul {
    text-align: left;
}

.hero-features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 50px;
    text-align: left;
}

.feature-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    color: #59EAFA;
}


.feature-icon-check {
    max-width: 16px;
width: 100%;
    
}

.feature-box p {
    margin: 0;
  text-align: center;
    font-size: 16px;
    line-height: 1.5;
}

/* Casino Listings */
.platform-listings {
    padding: 60px 0;
  
}

.platform-grid {
    display: flex;
    flex-direction: column;
    gap: 25px;
    max-width: 1040px;
    width: 100%;
    margin: 0 auto;
}

.platform-card {
    width: 100%;

  
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    padding: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    transition: all 0.3s ease;
   
border: 16px solid #323232;
border-radius: 12px;
background: #200;
    position: relative;
  
}

.platform-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
    border-color: #FF0303;
}

.platform-number {
    width: 32px;
    height: 32px;
   position: absolute;
   left: -10px;
   top: -10px;
border: 2px solid #000;
background: linear-gradient(90deg, #DEA220 0%, #A45800 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 1rem;
    font-weight: 700;
    flex-shrink: 0;
    box-shadow: 0 5px 15px rgba(33, 150, 243, 0.3);
    display: none;
}

.platform-main-info {
    display: flex;
    gap: 25px;
    flex: 1;
    align-items: center;
}

.platform-logo-box {
   
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 208px;
   width: 100%;
   border-radius: 10px;
border: 2px solid #FFF;
background: url(<path-to-image>) lightgray 50% / cover no-repeat, url(<path-to-image>) lightgray 50% / contain no-repeat, #FFF;


}



.platform-logo-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.platform-info-content {
  max-width: 219px;
  width: 100%;
}

.platform-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.platform-header h3 {
    font-size: 1.8rem;
    font-weight: 600;
    color: #fff;
    margin: 0;
}

.platform-rating {
    display: flex;
    align-items: center;
    gap: 10px;
}

.stars {
    color: #FF0303;
    font-size: 1.4rem;
    letter-spacing: 1px;
}

.platform-rating span {
    color: #FF0303;
    font-weight: 800;
    font-size: 1.8rem;
   
}

.platform-bonus {
    margin-bottom: 20px;
}

.platform-bonus h4 {
    font-size: 1.3rem;
    font-weight: 700;
    color: #fff;
    margin: 0;
    line-height: 1.3;
}

.platform-features {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 194px;
    width: 100%;
}

.feature {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 12px;
    color: #fff;
}

.check-icon {
    width: 20px;
    height: 20px;
    background: transparent;
    border: 2px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    flex-shrink: 0;
}

.platform-action {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;

    position: relative;
}

.bonus-badge {
    line-height: 1;
    border-radius: 0 12px;
background: #C69613;
    color: #000;
    padding: 7px 16px;
    font-size: 0.9rem;
    font-weight: 800;
    position: absolute;
    top: 0px;
    right: 0;
    box-shadow: 0 3px 10px rgba(245, 158, 11, 0.3);
    display: none;
}

.payment-methods {
    display: flex;
    justify-content: center;
    gap: 8px;
    align-items: center;
 
    max-width: 170px;
    flex-wrap: wrap;
}

.payment-methods img {
    max-width: 100%;
    width: auto;
   
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.see-more-btn {
    background: linear-gradient(135deg, #F2FF8C, #2196f3);
    color: #000;
    border: none;
    padding: 15px ;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 800;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 10px;
border-radius: 10px;
border: 2px solid #0D1314;
background: linear-gradient(90deg, #FF0303 0%, #A45800 100%);
box-shadow: 0 0 13.851px 0 #FF0303;

    width: 100%;
    max-width: 124px;
    text-align: center;
    text-decoration: none;
    justify-content: center;
}

.see-more-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(243, 222, 33, 0.4);
}

/* Why Choose Section */
.why-choose {
    padding: 80px 0;
  
}

.why-choose h2 {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 60px;
    color: #ffffff;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 40px;
}

.feature-item {
    text-align: center;
 
    transition: transform 0.3s ease;
}

.feature-item:hover {
    transform: translateY(-10px);
}

.feature-icon {
    margin-bottom: 20px;
}

.feature-icon img {
    width: 60px;
    height: 60px;
   
}

.feature-item h3 {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 15px;
    color: #ffffff;
}

.feature-item p {
    color: #fff;
    line-height: 1.6;
}

/* FAQ Section */
.faq-section {
    padding: 80px 0;
}

.faq-section h2 {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 60px;
    color: #ffffff;
}

.faq-accordion {
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.faq-item {
  
    border-radius: 12px;
border: 1px solid #5B5E40;
background: #200;
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-item.active {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.9), rgba(55, 55, 55, 0.7));
    border-color: rgb(255, 255, 255);
}

.faq-question {
    width: 100%;
    background: none;
    border: none;
    padding: 25px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    color: #ffffff;
    font-size: 1.3rem;
    font-weight: 600;
    text-align: left;
    transition: all 0.3s ease;
}

.faq-question:hover {
    background: rgba(255, 255, 255, 0.05);
}

.faq-arrow {
    font-size: 1rem;
    transition: transform 0.3s ease;
    color: #FF0303;
}

.faq-item.active .faq-arrow {
    transform: rotate(180deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
}

.faq-item.active .faq-answer {
    max-height: 500px;
    padding: 0 30px 25px 30px;
}

.faq-answer p {
    color: #fff;
    line-height: 1.6;
    margin: 0;
    font-size: 1rem;
}

/* Betting Guides */
.guide-guides {
    padding: 80px 0;
   
}

.guide-guides h2 {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 60px;
    color: #ffffff;
}

.guides-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
    gap: 30px;
}

.guide-item {
 
    padding: 30px;
    border-radius: 12px;
border: 1px solid #5B5E40;
background: #200;
    transition: transform 0.3s ease;
}

.guide-item:hover {
    transform: translateY(-5px);
}

.guide-item h3 {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 15px;
    color: #ffffff;
}

.guide-item p {
    color: #fff;
    margin-bottom: 20px;
    line-height: 1.6;
}

.guide-link {
    color: #FF0303;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.guide-link:hover {
    color: #ffffff;
}

/* Newsletter Section */
.newsletter-section {
    padding: 80px 0;
    text-align: center;
}

.newsletter-container {
   
    border-radius: 20px;
    padding: 60px 40px;
    max-width: 600px;
    margin: 0 auto;
    border-radius: 12px;
border: 1px solid #5B5E40;
background: #200;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.newsletter-container h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: #ffffff;
}

.newsletter-container p {
    font-size: 1.1rem;
    
    margin-bottom: 40px;
}

.newsletter-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form-group input {
    width: 100%;
    padding: 18px 25px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    background: rgba(20, 20, 40, 0.6);
    color: #ffffff;
    font-size: 1rem;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

.form-group input:focus {
    outline: none;
    border-color: #F2FF8C;
    background: rgba(20, 20, 40, 0.8);
    box-shadow: 0 0 0 3px rgba(100, 181, 246, 0.1);
}

.form-group input::placeholder {
    color: #fff;
}

.submit-btn {
    padding: 18px 30px;
    background: linear-gradient(135deg, #F2FF8C, #7A21AD);
    color: white;
    border: none;
    border-radius: 10px;
    font-size: 1.1rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
   border-radius: 10px;
border: 2px solid #0D1314;
background: linear-gradient(90deg, #FF0303 0%, #A45800 100%);
box-shadow: 0 0 13.851px 0 #FF0303;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(243, 33, 51, 0.4);
}

.submit-btn:active {
    transform: translateY(0);
}

.legal-info {
    border-radius: 12px;
border: 1px solid #5B5E40;
background: #200;
max-width: 900px;
width: 100%;
margin: 0 auto;
padding: 24px;
text-align: center;
}

/* Footer */
.footer {

    padding: 60px 0 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-content {
    display: grid;
    gap: 40px;
}

.legal-info, .responsible-gambling {
    margin-bottom: 30px;
}

.legal-info h3, .responsible-gambling h3 {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 15px;
    color: #ffffff;
}

.responsible-gambling  {
    display: flex;
    gap: 20px;
   justify-content: space-between;
}

.legal-info p, .responsible-gambling p {
    color: #fff;
    line-height: 1.6;
    margin-bottom: 15px;
}

.legal-info a, .responsible-gambling a {
    color: #F2FF8C;
    text-decoration: none;
}

.legal-info a:hover, .responsible-gambling a:hover {
    text-decoration: underline;
}

.disclaimer-text {
    width: 50%;
}

.disclaimer-text p {
    color: #fff;
    font-size: 0.95rem;
}

.footer-links {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    margin: 30px 0;
}

.footer-links a {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
}

.footer-links a:hover {
    color: #ffffff;
}

.partner-logos {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
    justify-content: center;
    margin: 40px auto;
    max-width: 720px;
    width: 100%;
}

.logo-link {
    width: 31%;
}

.partner-logos img {
   max-width: 100%;
    width: 100%;
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

.partner-logos img:hover {
    opacity: 1;
}

.copyright {
    text-align: center;
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.copyright p {
    color: #fff;
    font-size: 0.9rem;
}

/* Responsive Design */
@media (max-width: 768px) {
    .hero-content h1 {
        font-size: 2rem;
        text-align: center;
    }
    
    .hero-content p {
      
    }

    .feature-box p {
        text-align: left;
    }
    
    .hero-features {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .platform-card {
        justify-content: center;
        gap: 20px;
        flex-wrap: wrap;
    }
    
    .platform-main-info {
        flex-direction: column;
      
        gap: 20px;
        width: 49%;
    }
    
    .platform-header {
        flex-direction: column;
        gap: 10px;
       
    }

    .platform-features {
        width: 49%;
        max-width: 100%;
    }
    
    .platform-action {
        min-width: auto;
        width: 100%;
    }

    .payment-methods {
        max-width: 100%;
        flex-wrap: nowrap;
        width: 100%;
    }
    
    .bonus-badge {
        
    }
    
    .cookie-content {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .features-grid, .guides-grid {
        grid-template-columns: 1fr;
    }
    
    .faq-accordion {
        margin: 0 20px;
    }
    
    .faq-question {
        padding: 20px;
        font-size: 1.1rem;
    }
    
    .faq-item.active .faq-answer {
        padding: 0 20px 20px 20px;
    }
    
    .newsletter-container {
       
        padding: 40px 20px;
    }
    
    .footer-links {
        justify-content: center;
        text-align: center;
    }
    
    .responsible-gambling  {
        flex-direction: column;
        gap: 10px;
    }

    .disclaimer-text {
        width: 100%;
    }
    
    .partner-logos {
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .container {
        padding: 0 15px;
    }
    
    .platform-card {
        padding: 20px;
    }
    
    .platform-number {
        width: 30px;
        height: 30px;
        font-size: 1.2rem;
    }
    
    .platform-logo-box {
       
    }
    
    .platform-header h3 {
        font-size: 1.5rem;
    }
    
    .platform-bonus h4 {
        font-size: 1.1rem;
    }
    
    .payment-methods {
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .hero-section {
        padding: 60px 0 40px;
    }
    
    .why-choose, .faq-section, .guide-guides, .newsletter-section {
        padding: 60px 0;
    }
    
    .footer {
        padding: 40px 0 20px;
    }
}

/* Smooth animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.platform-card, .feature-item, .faq-item, .guide-item {
    animation: fadeInUp 0.6s ease forwards;
}

.platform-card:nth-child(2) { animation-delay: 0.1s; }
.platform-card:nth-child(3) { animation-delay: 0.2s; }
.platform-card:nth-child(4) { animation-delay: 0.3s; }

.feature-item:nth-child(2) { animation-delay: 0.1s; }
.feature-item:nth-child(3) { animation-delay: 0.2s; }
.feature-item:nth-child(4) { animation-delay: 0.3s; }

/* Thank You Popup Styles */
.thank-you-overlay {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: rgba(0, 0, 0, 0.8) !important;
    z-index: 99999 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.thank-you-popup {
    background: linear-gradient(135deg, #1e1e3c 0%, #28285080 100%) !important;
    border-radius: 15px !important;
    padding: 40px !important;
    max-width: 400px !important;
    width: 90% !important;
    text-align: center !important;
    border: 1px solid rgba(100, 181, 246, 0.3) !important;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5) !important;
}

.thank-you-popup h3 {
    color: #ffffff !important;
    font-size: 1.8rem !important;
    font-weight: 700 !important;
    margin: 0 0 15px 0 !important;
}

.thank-you-popup p {
    color: #fff !important;
    font-size: 1rem !important;
    line-height: 1.6 !important;
    margin: 0 0 25px 0 !important;
}

.close-popup-btn {
    background: linear-gradient(135deg, #F2FF8C, #2196f3) !important;
    color: white !important;
    border: none !important;
    padding: 12px 30px !important;
    border-radius: 8px !important;
    font-size: 1rem !important;
    font-weight: 600 !important;
    cursor: pointer !important;
}

              .page {
                padding: 80px 0;
              }
              
              .page__inner {
                padding-top: 40px;
                width: 100%;
                margin: 0 auto;
                display: flex;
                  flex-direction: column;
                  row-gap: 18px;
                  line-height: 1.4;
              }

              .page__inner p {
                padding-bottom: 10px;
                padding-top: 8px;
              }

              .page__inner strong {
                font-weight: 600;
              }

              .page__inner ul {
                padding-left: 20px;
                list-style-type: disc;
              }

              .thank {
                padding-top: 140px;
                padding-bottom: 140px;
                display: flex;
                flex-direction: column;
                align-items: center;
                gap: 40px;
                text-align: center;
              }

              .thank-list {
                width: 100%;
                max-width: 1200px;
                margin: 0 auto 40px;
                display: flex;
                flex-direction: column;
                padding: 40px 24px;
                color: #121212;
                background: #E1E0DA;
              }

              .consent {
                border-radius: 10px;
                  background: #F5F5F5;
                    padding: 30px;
                    display: flex;
                    flex-direction: column;
                    justify-content: space-between;
                    gap: 15px;
                    max-width: 830px;
                    width: 95%;
                    position: fixed;
                    left: 10%;
                    bottom: 50px;
                    transform: translateX(-10%);
                    z-index: 21;
                 
                   
                }

               
                
                .consent__text {
                  font-size: 14px;
                  color: #131313;
                  span {
                    display: block;
                    font-size: 30px;
                    text-transform: uppercase;
                  }
                }
                
                .consent__buttons {
                  display: flex;
                 
                  gap: 30px;
                  align-items: center;
                  width: 100%;
                 
                }       
                
                @media (max-width: 900px) {
                  .consent {
                    left: 50%;
                    transform: translateX(-50%);
                  }
                  .consent__buttons {
                    justify-content: center;
                    flex-direction: column;
                  }
                }

                .button {
                  position: relative;
                  align-self: center;
                  display: flex;
                  align-items: center;
                  justify-content: center;
                  text-decoration: none;
                  border: none;
                  border-radius: 20px;
                 
                  max-width: 400px;
                  min-height: 48px;
                  padding: 0 24px;
                 
                  font-size: 18px;
                  font-weight: 700;
                  color: rgba(255, 255, 255, 1);
                  white-space: nowrap;
                  text-transform: uppercase;
                  cursor: pointer;
                }

                