@font-face {
    font-family: 'Bison Bold';
    src: url('./fonts/Bison-Bold(PersonalUse).ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('./fonts/Montserrat-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}


@font-face {
    font-family: 'EuropaGroteskBold';
    src: url('fonts/europa-grotesk-sh-bold.otf') format('opentype');
    /* For WOFF2 or WOFF files, use the appropriate format below:
    src: url('fonts/europa-grotesk-sh-bold.woff2') format('woff2'),
         url('fonts/europa-grotesk-sh-bold.woff') format('woff');
    */
 
}
/* Global Box Sizing */
*, *::before, *::after {
    box-sizing: border-box;
}


body {
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background-color: #f0f0f0;
    overflow-x: hidden;
}


/* Base styling for chance-count badges */
.chance-count1 {
    
   
  
    background-color: #ff4d4d; /* Bright red for visibility */
    color: white;
    border-radius: 50%;
    padding: 2px 6px;
    font-size: 12px;
    font-weight: bold;
    display: none; /* Hidden by default */
    z-index: 1000;
}



  .photo-battle-rules ol {
  
    margin-left: -3.2rem;
    line-height: 1.6;
    width: 100%;
  }








/* Adjustments for Dropdown Menu Chance Count */
.dropdown-menu-list li a {
    position: relative; /* Ensure the badge is positioned relative to the menu item */
    display: flex;
    align-items: center;
}

.dropdown-menu-list li a .chance-count {
    top: 0;
    right: -15px;
}



/* Custom text selection styling */
::selection {
    background-color:  #fec643; /* Background color of selection */
    color: black;           /* Text color of selection */
}

/* For Firefox (optional, same styling) */
::-moz-selection {
    background-color: #fec643;
    color: black;
}







header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
    z-index: 1000;
    box-sizing: border-box;
    background-color: transparent;
    transition: background-color 0.3s ease-in-out, height 0.5s ease-in-out;
}

header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    transition: opacity 0.3s ease-in-out;
    z-index: -1;
    opacity: 0;
}

header.scrolled::before {
    opacity: 1;
}

header:hover::before {
    opacity: 1;
}


.hover-paragraph {
    text-align: center;
    
    font-size: 1.3rem; 
    color: black; 
    font-family: 'Anonymous Pro', sans-serif;
    font-weight: 300;
    width: 55%; 
    position: relative; 
}


.menu-icon {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 24px;
    cursor: pointer;
}

.menu-icon span {
    display: block;
    height: 2px;
    width: 100%;
    background-color: white;
    border-radius: 5px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.8);
    transition: background-color 0.3s ease-in-out;
}

.menu-icon:hover span {
    background-color: #fec643;
}

.logo {
    margin-left: 105px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo img {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-icons {
    display: flex;
    align-items: center;
}

.header-icons .icon {
    color: white;
    margin-left: 18px;
    font-size: 24px;
    padding: 5px;
    text-decoration: none;
    position: relative;
    transition: color 0.3s ease-in-out;
}

.header-icons .icon:hover {
    color: #fec643;
}

.header-icons .icon i {
    color: inherit;
    text-shadow: 0px 0px 2px rgba(0, 0, 0, 1);
}

.header-icons .icon:hover i {
    text-shadow: none;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: black;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-in-out;
    z-index: 999;
}

.dropdown-menu.active {
    max-height: 1600px; 
}

.dropdown-content {
    margin-top: 100px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    width: 100%;
    box-sizing: border-box;
}

.dropdown-menu-container {
    width: 100%;
    max-width: 500px;
    align-self: flex-start;
    margin-left: 20px;
    margin-top: -40px;
}

.dropdown-menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
}

.dropdown-menu-list li {
    padding: 0px 0px;
}

.dropdown-menu-list li a {
    color: white;
    text-decoration: none;
    font-size: 25px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    display: block;
    transition: background 0s, color 0.1s;
    padding: 5px 0px;
    border-radius: 5px;
    text-align: left;
}

.dropdown-menu-list li a:hover {
    color: #fec643;
    border-radius: 5px;
}

.dropdown-images {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 25px;
    margin-top: -150px;
    flex-wrap: wrap;
    align-self: end;
    padding-right: 40px;
}

.image-container {
    position: relative;
}

.image-text {
    position: absolute;
    bottom: 30px;
    left: 20px;
    color: white;
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 30px;
    font-weight: 700;
    font-family: 'Helvetica Neue', sans-serif;
}

.dropdown-image {
    width: 450px;
    height: 450px;
    border-radius: 40px;
    object-fit: cover;
}

.search-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: black;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-in-out;
    z-index: 999;
}

.search-menu.active {
    max-height: 150px;
}

.search-menu form {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.search-menu input {
    width: 60%;
    padding: 10px;
    border: none;
    border-radius: 5px;
    margin-right: 10px;
    font-size: 1rem;
}

.search-menu button {
    background-color: #fec643;
    border: none;
    color: white;
    padding: 10px 15px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1rem;
    transition: background-color 0.3s ease;
}

.search-menu button:hover {
    background-color: #e65100;
}

.search-menu .close-btn {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 28px;
    color: white;
    cursor: pointer;
}

.search-menu .close-btn:hover {
    color: #fec643;
}

.hero {
    font-family: 'Open Sans', sans-serif;
    background: url('background.png') no-repeat center bottom;
    background-size: cover;
    height: 84vh;
    display: flex;
    align-items: flex-start;
    color: #fff;
    text-align: center;
    padding-top: 95px;
}

.intro {
    text-align: center;
    padding: 0px 20px;
    background-color: black;
    color: white;
}

@font-face {
    font-family: 'Grotesk Medium';
    src: url('fonts/Grotesk Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.intro h1 {
    font-size: 3.5rem;
    margin-bottom: 1px;
    font-family:  sans-serif;
    font-weight: 900;
}

.intro p {
    font-size: 1.2rem;
    font-family: 'Anonymous Pro', sans-serif;
   
    margin: 0;
}





.info-section-title {
    padding-bottom: 50px;
    font-family: 'Bison Bold', sans-serif; 
    font-weight: 900;
    text-align: center;
    color: black;
    font-size: 4.5rem;
    
    margin: 0 20px 40px 20px;
}





.animate-on-scroll {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 2s ease-out, transform 1s ease-out;
    visibility: hidden;
}

.animate-on-scroll.visible {
    opacity: 1;
    transform: translateY(0px);
    visibility: visible;
}

@keyframes buyNowAppear {
    0% {
        opacity: 0;
        transform: scale(0.8);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.buy-now-button.animate-on-scroll.visible {
    animation: buyNowAppear 1s forwards;
}



.features {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 100px 10px; 
    background-color: black;
    color: gray;
    position: relative;
    overflow: hidden;
    
}   

.swiper-container{
    
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 100px 10px; 
    background-color: black;
    color: gray;
    position: relative;
    overflow: hidden;
}   

.swiper-wrapper{

   
    display: flex;
    gap: 25px;
    transition: transform 0.5s ease-in-out;
}

.features-inner {
   
    
    
    gap: 25px;
    transition: transform 0.5s ease-in-out;
}

.feature-item {
    justify-content: center;
    min-width: 300px; 
    text-align: left;
    transition: opacity 0.5s ease-in-out;
    opacity: 1;
}

.swiper-slide {
   
    flex-shrink: 0;
    width: auto; /* Adjust to fit your layout */
    margin-right: 10px; /* Add spacing if needed */
    min-width: 300px;
    text-align: center; /* Center the text horizontally */
    transition: opacity 0.5s ease-in-out;
    opacity: 1;

    /* Flexbox properties to center content */
    display: flex; /* Enable Flexbox */
    align-items: center; /* Vertically center */
    justify-content: center; /* Horizontally center */
    flex-direction: column; /* Stack content vertically */
    height: 100%; /* Ensure it takes full height */
}


.feature-item.hidden {
    opacity: 0;
}

.feature-item img {
    width: 100%;
    height: auto;
    max-width: 320px; 
    border-radius: 10px;
    transition: transform 0.3s ease-in-out;
}



.feature-text {
    
    margin-top: -40 px ;
    font-size: 1.4rem;
    text-align: left;
    margin-left: 0px;
    font-weight: 400;
    font-family: 'Anonymous Pro', sans-serif;
    color: white;
}

.preset-packs {
    font-weight: 700;
    background-color: #fec643;
    color: black;
    font-family: 'Anonymous Pro', monospace;
    border-radius: 15px;
    padding: 8px 12px;
    text-align: center;
    font-size: 1rem;
    display: inline-block;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    margin-top: 5px;
}

.feature-text p:first-child {
    margin-bottom: 5px;
}


/* Cart Count Badge Styles */
.cart-count {
    position: absolute;
    top: -8px;
    right: -8px;
    background-color: red;
    color: white;
    border-radius: 50%;
    padding: 2px 6px;
    font-size: 12px;
    font-weight: bold;
    display: none; /* Hidden by default */
    pointer-events: none; /* Allows clicks to pass through */
    transition: transform 0.2s ease-in-out;
}

.cart-count.active {
    display: block;
    transform: scale(1.2); /* Slightly enlarge to indicate an update */
}

.cart-count.active {
    transform: scale(1);
}

/* Responsive Design for Cart Count Badge */
@media (max-width: 600px) {
    .cart-count {
        top: -5px;
        right: -5px;
        padding: 1px 4px;
        font-size: 10px;
    }
}
.star-rating {
    
    display: flex;
    gap: 5px; 
    margin-top: 10px;
    margin-bottom: -10px; 
}

.star-rating i {
    color: #fec643;
    font-size: 1rem; 
}

.arrow {
    
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    cursor: pointer;
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease, transform 0.3s ease;
    z-index: 10;
}

.arrow-left {
    left: 350px;
}

.arrow-right {
    right: 350px;
}

.arrow i {
    font-size: 1.2rem;
    color: black;
}

.arrow:hover {
    background-color: rgba(255,255,255,1);
    transform: translateY(-50%) scale(1.1);
}

.buy-now-container3 {
    text-align: center;
    padding: 100px 0px;
    margin-top: 20px; 
}


.buy-now-container {
    text-align: center;
    padding: 100px 0;
    background-color: black;
}

.buy-now-container2 {
    text-align: center;
    padding: 100px 0;
    background-color:  #e8e8e8;
}

.buy-now-button {
    text-decoration: none;
    font-family: 'Arial', sans-serif;
    background-color: #fec643;
    color: black;
    border: none;
    font-weight: 700;
    padding: 10px 190px; 
    font-size: 1rem;
    cursor: pointer;
    border-radius: 10px;
    transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

.buy-now-button {
    text-decoration: none;
    font-family: 'Arial', sans-serif;
    background-color: #fec643;
    color: black;
    border: none;
    font-weight: 700;
    padding: 10px 190px; 
    font-size: 1rem;
    cursor: pointer;
    border-radius: 10px;
    transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

.buy-now-button2:hover {
    background-color:  #fc4a19;
 

}
.buy-now-button:hover {
    background-color: #feb710;
   
}
.reviews-count {
    color: #fff; 
    font-size: 0.9rem; 
    margin-left: 5px; 
    font-family: 'Open Sans', sans-serif; 
}

.info-section {
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: px 0;
    background-color: #e8e8e8;
}

.hover-reveal {
    flex: 1; 
    max-width: 20%; 
    position: relative;
}

.hover-reveal-container {
    display: flex;
    justify-content: center; 
    align-items: center;
    gap: 15px; 
    flex-wrap: wrap;
    padding-bottom: 30px;
}

.hover-reveal .base-image {
    width: 100%;
    max-width: 5000px;
    display: block;
    border-radius: 50px;
}

.logos {
    display: flex; 
    justify-content: center;
    align-items: center;
    gap: 50px;
    padding-bottom: 30px;
    
}
.lightroomclassiclogo{
    width: 3%;
    justify-content: center;
}

.hover-reveal .reveal-overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('firenormal.jpg');
    background-size: cover;
    background-position: center;
    clip-path: circle(0px at 0px 0px);
    transition: clip-path 0.2s ease-out;
    pointer-events: none;
    border-radius: 50px;
}

.first-container .reveal-overlay {
    background-image: url('photocompreveal.jpg'); 
}

.third-container .reveal-overlay {
    background-image: url('gascarnormal.jpg'); 
}

.hover-reveal .reveal-overlay3{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('automotivebefore.jpg');
    background-size: cover;
    background-position: center;
    clip-path: circle(0px at 0px 0px);
    transition: clip-path 0.2s ease-out;
    pointer-events: none;
    border-radius: 50px;
}

.hover-reveal .reveal-overlay1{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('automotiveafter.jpg');
    background-size: cover;
    background-position: center;
    clip-path: circle(0px at 0px 0px);
    transition: clip-path 0.2s ease-out;
    pointer-events: none;
    border-radius: 50px;
}

.image-comparison-section {
    padding: 40px 20px;
    background-color: black;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.img-comp-container {
    position: relative;
    height: auto;
    max-width: 800px;
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(255,255,255,0.2);
}

.img-comp-img {
    position: absolute;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.img-comp-img img {
    display: block;
    width: 100%;
    height: auto;
}

.img-comp-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    overflow: hidden;
}

.img-comp-slider {
    position: absolute;
    z-index: 10;
    cursor: ew-resize;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 4px;
    background-color:#fec643;
    transition: background-color 0.3s ease;
}

.img-comp-slider:before {
    content: '';
    position: absolute;
    top: 50%;
    left: -10px;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background-color: #fec643;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
}

.img-comp-slider:hover {
    background-color: #e65100;
}

.img-comp-slider:before {
    background-color: inherit;
}

.img-comp-slider:active:before {
    background-color: #d84315;
}

@media (max-width: 1200px) {

    
    .dropdown-images {
        justify-content: center;
         padding: 0;
         
         width: 100%;
       
        
         margin-left: -100px;
        gap: 1px;
         margin-top: -150px;
      
     }
 
     .dropdown-image{
 
   
     
        margin-left: 10px;
        width: 180px;
 
        height: 190px;
      
        bottom: 0;
        top: 0;
        margin-top: 60px;
        border-radius: 10px;
     }
     
 
 
 
     .image-text {
         position: absolute;
         bottom: 10px;
         left: 2px;
         color: white;
         padding: 5px 10px;
         border-radius: 3px;
         font-size: 0.5rem;
         font-weight: 700;
         text-align: left;
         font-family: 'Helvetica Neue', sans-serif;
     }
 
     .dropdown-menu-list{
         margin-top: -100px;
     }
 
     .dropdown-menu-list li a {
         position: relative; 
         top: 0;
         left: 0;
           z-index: 9999; /* a large number ensures it stacks on top */
       
         color: white;
         text-decoration: none;
         font-size:1rem;
         font-weight: 700;
         font-family: 'Montserrat', sans-serif;
         display: block;
         transition: background 0s, color 0.1s;
         padding: 0px 0px;
         border-radius: 5px;
         text-align: left;
         margin-left: -30px;
         top: 0;
     }
 

    .cart-preview{

        width: 50%;
    }

    .cart-items{


        width: 100%;
    }
        
    .img-comp-container {
        max-width: 600px;
    }
}




.footer {
    font-family: 'Anonymous Pro';
    background-color: #f0f0f0;
    color: #fff;
    padding: 40px 20px 20px 20px;
    font-family: 'Open Sans', sans-serif;
    position: relative;
    width: 60%;
    margin: 0 auto;
   
    text-align: center; 
}

.footer-container {
    font-family: 'Anonymous Pro';
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1000px;
    margin: 0 auto;
}

.footer-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-list li {
    color: black;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    font-size: 1rem;
}

.footer-list li i {
    color: black;
    margin-right: 10px;
    color: #fec643;
}

.footer-list li a {
    color: black;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-list li a:hover {
    color: #fec643;
}




#cart-preview .quantity-input {
    width: 40px;
    text-align: center;
    border: 1px solid #ccc;
    margin: 0 5px;
    border-radius: 5px;
    font-size: 1rem;
    padding: 5px;
    color: black;
}
.newsletter-form input[type="email"] {
    padding: 10px;
    border: none;
    border-radius: 5px;
    margin-bottom: 10px;
    font-size: 1rem;
}

.newsletter-form button {
    font-family: 'Helvetica';
    padding: 10px;
    border: none;
    border-radius: 5px;
    background-color: #fec643;
    color: #fff;
    font-size: 1rem;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.newsletter-form button:hover {
    background-color: #e65100;
}

.social-icons {
    display: flex;
    gap: 10px;
}

.social-icons a {
    color: #fff;
    font-size: 1.2rem;
    background-color: #333;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.social-icons a:hover {
    background-color: #fec643;
    color: #fff;
}

.footer-bottom {
    font-family: 'Anonymous Pro';
    border-top: 1px solid black;
    margin-top: 5px;
    padding-top: 20px;
    text-align: center;
}

.footer-bottom p {
    margin: 0;
    font-size: 0.9rem;
    color: black;
}

.footer-bottom-links {
    color: black;
    list-style: none;
    padding: 0;
    margin: 10px 0 0 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
}

.footer-bottom-links li {
    font-size: 0.9rem;
}

.footer-bottom-links a {
    color: black;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-bottom-links a:hover {
    color: #fec643;
}







.modal {
    display: none;
    position: fixed;
    z-index: 2000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.8);
}

.modal-content {
    background-color: #fefefe;
    margin: 10% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 480px;
    border-radius: 10px;
    position: relative;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    top: 10px;
    right: 20px;
    cursor: pointer;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.modal-content h2 {
    text-align: center;
    margin-bottom: 20px;
}

.modal-content form {
    display: flex;
    flex-direction: column;
}

.modal-content label {
    margin-bottom: 5px;
    font-weight: bold;
}

.modal-content input {
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

/*CONTINUE WITH GOOGLE*/
button#continue-with-google-login img,
button#continue-with-google-register img {
  width: 15px;
  height: 15px;
}






/* "Continue with Google" button */
button#continue-with-google-login,
button#continue-with-google-register {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  font-size: 14px;
  color: #555;
  border: 1px solid #ccc;
  background-color: #fff;
  border-radius: 4px;
  gap: 8px;
  cursor: pointer;
  margin-top: 16px;
  width: 100%; /* Adjust width as needed */
   /* Prevent overly large buttons */

}

/* Optional: Add hover effect */
button#continue-with-google-login:hover,
button#continue-with-google-register:hover {
  background-color: #f1f1f1;
}

/* END CONTINUE WITH GOOGLE*/






.modal-content button {

    
    padding: 10px;
    background-color:  #ffd36d;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.modal-content button:hover {
    background-color: #ffc336;
    color: black;
}

.modal-content p {
    text-align: center;
}

.modal-content a {
    color: #fec643;
    text-decoration: none;
}

.modal-content a:hover {
    text-decoration: underline;
}

.dashboard {
    max-width: 800px;
    margin: 150px auto 50px auto;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 10px;
    color: #333;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.dashboard h1 {
    text-align: center;
    margin-bottom: 20px;
}

.dashboard p {
    text-align: center;
    font-size: 1.2rem;
    margin-bottom: 30px;
}

.dashboard h2 {
    margin-bottom: 15px;
    font-size: 1.5rem;
    text-align: center;
}

.make-purchase-container {
    text-align: center;
    margin: 20px 0;
}

#make-purchase-button {
    padding: 10px 20px;
    background-color: #4caf50;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1rem;
    transition: background-color 0.3s ease;
}

#make-purchase-button:hover {
    background-color: #45a049;
}

.dashboard ul {
    list-style-type: none;
    padding: 0;
}

.dashboard li {
    background-color: #fff;
    padding: 10px;
    margin-bottom: 10px;
    border-left: 5px solid #fec643;
    border-radius: 3px;
    transition: background-color 0.3s ease;
}

.dashboard li:hover {
    background-color: #f1f1f1;
}

.central-image-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
}

.central-image-container img {
    width: 500px;
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
}

.dropdown-images :hover {
    filter: brightness(1.040);
}

.central-image-container img:hover {
    transform: scale(1.05);
}

.button-container {
    margin-top: 20px;
    display: flex;
    gap: 15px;
}

.change-image-button,
.revert-image-button {
    padding: 10px 20px;
    font-size: 1rem;
    font-weight: bold;
    color: white;
    background-color: #fec643;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.change-image-button:hover,
.revert-image-button:hover {
    background-color: #e65100;
    transform: scale(1.05);
}

.change-image-button:active,
.revert-image-button:active {
    transform: scale(0.95);
}

.change-image-button.active,
.revert-image-button.active {
    background-color: #d84315;
}

.revert-image-button {
    background-color: #555;
}

.revert-image-button:hover {
    background-color: #777;
}

.revert-image-button.active {
    background-color: #999;
}

.img-comp-container {
    position: relative;
    height: auto;
    max-width: 800px;
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(255,255,255,0.2);
}

.img-comp-img {
    position: absolute;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.img-comp-img img {
    display: block;
    width: 100%;
    height: auto;
}

.img-comp-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    overflow: hidden;
}

.img-comp-slider {
    position: absolute;
    z-index: 10;
    cursor: ew-resize;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 4px;
    background-color:#fec643;
    transition: background-color 0.3s ease;
}

.img-comp-slider:before {
    content: '';
    position: absolute;
    top: 50%;
    left: -10px;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background-color: #fec643;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
}

.img-comp-slider:hover {
    background-color: #e65100;
}

.img-comp-slider:before {
    background-color: inherit;
}

.img-comp-slider:active:before {
    background-color: #d84315;
}






.instagram-feed {
    margin-top: 200px;
    width: 60%; 
    margin: 0 auto; 
    border-top: 2px solid #000;
    text-align: center; 
    padding: 60px 20px;
    background-color: #f0f0f0;
    color: black;
    text-align: center;
}

.instagram-feed h2 {
    line-height: 1rem; 
    padding-top: 200px;
    font-family: 'EuropaGroteskBold', sans-serif;
    font-size:3rem;
    margin-bottom: 40px;
    color: black;
    font-weight: 300;
}

.instagram-feed iframe {
    max-width: 100%;
    border: none;
    border-radius: 10px;
}





html {
    scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
    .animate-on-scroll {
        transition: none;
        opacity: 1;
        transform: none;
        visibility: visible;
    }

    .feature-item img {
        transition: none;
        opacity: 1;
        transform: none;
        visibility: visible;
    }

    .hover-reveal .reveal-overlay {
        transition: none;
    }

    .float1,
    .float2,
    .float3 {
        animation: none;
    }

    .dropdown-menu {
        transition: none;
    }

    .search-menu {
        transition: none;
        max-height: none;
        height: auto;
    }

    .img-comp-slider {
        transition: none;
    }
}

@keyframes ring {
    0% {
        transform: translateX(0) rotate(0deg);
    }
    20% {
        transform: translateX(-5px) rotate(-2deg);
    }
    40% {
        transform: translateX(5px) rotate(2deg);
    }
    60% {
        transform: translateX(-5px) rotate(-2deg);
    }
    80% {
        transform: translateX(5px) rotate(2deg);
    }
    100% {
        transform: translateX(0) rotate(0deg);
    }
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}



.buy-now-button3 {
    display: inline-block;
    text-decoration: none;
    background-color: #fec643;
    color: black;
    
    padding: 10px 170px; 
    font-size: 1rem;
    font-weight: bold;
    border-radius: 5px;
    transition: background-color 0.3s ease, transform 0.3s ease;
}



.buy-now-button4:hover {
    background-color: #feb710; 

}
.buy-now-button3:hover {
    background-color: #feb710; 
 
}

.slider-headline {
    font-size: 3.5rem;
    font-weight: 900;
    width: 55%;
    font-family: 'EuropaGroteskBold', sans-serif;
    color: white;
    text-align: center;
    margin-top: -10px; 
   line-height: 3.5rem;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 1s forwards;
}
.slider-paragraph {
    font-size: 1.2rem;
    font-family: 'Anonymous Pro', sans-serif;
    color: white;
    text-align: center;
    margin-top: -50px; 
    width: 65%;
}

.slider {
    position: relative; 
    width: 100%; 
    height: auto; 
    background: #000; 
    display: flex;
    flex-direction: column; 
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5); 
    padding: 20px; 
}

.slider2 {
    position: relative; 
    width: 100%; 
    height: auto; 
    background: #f0f0f0; 
    display: flex;
    flex-direction: column; 
    justify-content: center;
    align-items: center;
    padding: 20px; 
}

.slider-paragraph2 {

    padding-top: 20px;
    font-size: 1.2rem;
    font-family: 'Anonymous Pro', sans-serif;
    color: black;
    text-align: center;
    margin-top: -50px; 
    width: 40%;
}

.slider-headline2 {

    font-size: 3.5rem;
    font-weight: 900;
    width: 50%;
    font-family: 'EuropaGroteskBold', sans-serif;
    color: black;
    text-align: center;
    margin-top: -10px; 
   line-height: 3.5rem;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 1s forwards;
}

.slider-headline3 {
    padding-top: 10px;
    font-size: 4.5rem;
    font-weight: 900;
   margin-bottom: 20px;
    width: 40%;
    font-family: 'EuropaGroteskBold', sans-serif;
    color: black;
    text-align: center;
    margin-top: 100px; 
   line-height: 3.5rem;
    opacity: 0;
 
    animation: fadeInUp 1s forwards;
}


.image-container-slider2 {
    position: relative; 
    width: 100%;
    max-width: 1150px;
    aspect-ratio: 16 / 10; 
    overflow: hidden; 
    border-radius: 30px;
  
    margin-bottom: 40px;
}
.image-container-slider img {
    width: 100%;
    height: 100%;
    object-fit: cover; 
}

.image-container-slider {
    position: relative; 
    width: 100%;
    max-width: 1250px;
    aspect-ratio: 16 / 10; 
    overflow: hidden; 
    border-radius: 30px;
    margin-top: 100px;
    margin-bottom: 40px;
}

.image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.before {
    z-index: 1;
}

.after {
    clip-path: inset(0 50% 0 0);
    z-index: 2;
}

.slider-bar {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 2px;
    background: #fff;
    z-index: 3;
    pointer-events: none;
}

.slider-control {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 4;
    -webkit-appearance: none;
    background: transparent;
}

.slider-control::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 50px; 
    height: 50px;
    background: url('arrow.png') no-repeat center center;
    background-size: contain; 
    border: none; 
    border-radius: 50%; 
    cursor: pointer;
    box-shadow: none; 
}

.slider-control::-moz-range-thumb {
    width: 50px; 
    height: 50px;
    background: url('arrow.png') no-repeat center center;
    background-size: contain;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: none;
}

.ringing {
    animation: ring 1s ease-in-out;
}

.bookk-img.animate-on-scroll {
    --translate-y: 20px;
    --scale: 1.1;
    transform: translateY(var(--translate-y)) scale(var(--scale));
    transition: opacity 0.3s ease-out, transform 1s ease-out;
}

.bookk-img.animate-on-scroll.visible {
    opacity: 1;
    --translate-y: 0px;
    --scale: 1.1;
}

.bookk-img:hover {
    --scale: 1.2;
}


.bookk-img:hover {
    transform: translateY(0px) scale(1.2);
}

@media (max-width: 768px) {
    .features {
        flex-direction: column;
        align-items: center;
    }

    .feature-item {
        width: 80%;
    }

    .feature-item img {
        margin-right: 0;
        margin-bottom: 20px;
    }
}



/* Existing Styles */
.chest-section {
    margin-top: 100px;
    position: relative; /* To position flash-images absolutely */
    padding: 60px 20px;
    background-color: black; 
    text-align: center;
   
}

.chest-section-title {
    font-size: 2.5rem;
    margin-bottom: 40px;
    font-family: 'EuropaGroteskBold', sans-serif;
    color: whitesmoke; 
}

.chest-images {
    display: flex;
    justify-content: center;
    align-items: center;
   
    flex-wrap: wrap; 
    position: relative;
}

.chest-image {
    width: 250px; 
    height: auto;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
}

.chest-image:hover {
    transform: scale(1.05);
}

.chest-section-paragraph {

    color: whitesmoke;  
    font-size: 1.2rem;
    font-family: 'Anonymous Pro', sans-serif;
}

.buy-now-container2 {
    background-color: black;
    margin-top: 20px;

}


.buy-now-button2 {
    text-decoration: none;
    font-family: 'Arial', sans-serif;
    background-color: #fec643;
    color: black;
    border: none;
    font-weight: 700;
    padding: 10px 150px; 
    font-size: 1rem;
    cursor: pointer;
    border-radius: 10px;
    transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

.buy-now-button2:hover {
    background-color: #e03a07;
}










.buy-now-container25 {
    margin-top: 100px;
    margin-bottom: 150px;
   
}


.buy-now-button25 {
    text-decoration: none;
    font-family: 'Arial', sans-serif;
    background-color: #FE633B;
    color: WHITE;
    border: none;
    font-weight: 700;
    padding: 10px 150px; 
    font-size: 1rem;
    cursor: pointer;
    border-radius: 10px;
    transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

.buy-now-button25:hover {
    background-color: #e03a07;
}




/* Flash Images Styling */
.flash-images {
    position: absolute;
    top: 20%; /* Positions the flash images above the middle chest */
    left: 48%;
    transform: translate(-50%, 0);
    display: none; /* Hidden by default */
    z-index: 20; /* Ensure it's above the chests */
    pointer-events: none; /* Prevents capturing mouse events */
}


.flash-image {
    width: 100px;
    height: auto;
    opacity: 0;
    position: absolute;
    animation: flash 1s infinite; /* Increased duration to 3s */
}

.flash-image:nth-child(1) {
    animation-delay: 0s; /* No delay for the first image */
}

.flash-image:nth-child(2) {
    animation-delay: 0.3s; /* Starts 1s after the first image */
}

.flash-image:nth-child(3) {
    animation-delay: 0.6s; /* Starts 2s after the first image */
}

@keyframes flash {
    0% { opacity: 0; transform: scale(0.5); }
    20% { opacity: 1; transform: scale(1); }
    40% { opacity: 0; transform: scale(1.5); }
    100% { opacity: 0; transform: scale(3); }
}
/* Animations for Moving Outer Chests */
.chest-left.move {
    transform: translateX(100px) scale(0.8); /* Changed to move right */
    opacity: 0;
    transition: transform 0.5s ease, opacity 0.5s ease;
}

.chest-right.move {
    transform: translateX(-100px) scale(0.8); /* Changed to move left */
    opacity: 0;
    transition: transform 0.5s ease, opacity 0.5s ease;
}

/* Transition for Middle Chest Opening */
.chest-middle.open {
    /* This class will be toggled via JavaScript to change the image */
}



.spinner {
    border: 8px solid #f3f3f3;
    border-top: 8px solid #fec643;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 1s linear infinite;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@keyframes spin {
    0% { transform: translate(-50%, -50%) rotate(0deg); }
    100% { transform: translate(-50%, -50%) rotate(360deg); }
}

.latest-video-section {
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.5); 
    padding: 60px 20px;
    background-color: black; 
    text-align: center;
    height: 10%;
}

.latest-video-title {
    font-size: 2.5rem;
    margin-bottom: 40px;
    font-family: 'EuropaGroteskBold', sans-serif;
    color: white; 
}

.video-container {
    position: relative;
    width: 80%;
    max-width: 800px;
    margin: 0 auto;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 10px;
}

.latest-video-section p {
    font-size: 1rem;
    color: white;
}


/* Style the base container */
.chest-down-container {
    position: absolute;
    top: 38%; /* Position it directly below the chest-images */
    left: 28%;
  
   
    width: 100%; /* Adjust based on your design */
    z-index: 0; /* Ensure the base is below the chests */
    /* Optional: Add some margin or padding if needed */
   
}

/* Style the base image */
.chest-down-image {
    width: 100%; /* Make it span the width of the container */
    max-width: 850px; /* Adjust as necessary */
    height: auto;
    display: block;

}



.chest-container{


    margin-bottom: 100px;
}







@media (max-width: 480px) {



  .photo-battle-rules ol {
  
    margin-left: -3.2rem;
    line-height: 1.6;
    width: 140%;
  }
    
    .slider2 {
   
        position: relative; 
        width: 100%; 
        height: auto; 
        background: #f0f0f0; 
        display: flex;
        flex-direction: column; 
        justify-content: center;
        align-items: center;
      
     
        padding: 20px; 
    }
    

    .photo-battle-rules {
        background-color: #f7f7f7;
        padding: 2rem;
        margin: 0rem auto;
        max-width: 800px;
      
      }
    .slider-headline3 {
        font-size: 2.5rem;
        font-weight: 900;
      
        width: 100%;
        font-family: 'EuropaGroteskBold', sans-serif;
        color: black;
        text-align: center;
       
       line-height: 2rem;
        opacity: 0;
     
        animation: fadeInUp 1s forwards;
    }
    

/* Style the base container */
.chest-down-container {
    
    position: absolute;
    top: 32%; /* Position it directly below the chest-images */
    left: -30%;
  
   
    width: 100%; /* Adjust based on your design */
    z-index: 0; /* Ensure the base is below the chests */
    /* Optional: Add some margin or padding if needed */
   
}

/* Style the base image */
.chest-down-image {
   
    width: 300%; /* Make it span the width of the container */
    max-width: 850px; /* Adjust as necessary */
    height: auto;
    display: block;

}










    

   /* Flash Images Styling */
   .flash-images {
    height: auto; /* Maintains aspect ratio */
    position: absolute;
    top: 10%; /* Adjust as needed to position vertically */
    left: 38%; /* Centers the element horizontally */
    transform: translateX(-50%); /* Adjusts the element's position to be truly centered */
    width: auto;
    display: none; /* Hidden by default */
    z-index: 20; /* Ensures it's above other elements */
    pointer-events: none; /* Prevents capturing mouse events */
}
.chest-section
{

    position: relative;
}


    .arrow{

        margin-top: -100px;
    }

        .buy-now-container{


            margin-top: -200px;
        }

        .buy-now-container .buy-now-button{
            
            padding-left: 100px;
            padding-right: 100px;
            border-radius: 5px;
        }
        .swiper-container{

            margin-top: -50px;
        }

        .features .arrow{

            display: block;
        }

    .feature-text {
        margin-left: 0;
    }

    .buy-now-button {
        padding: 8px 60px;
        font-size: 1rem;
    }

    .central-image-container img {
        width: 100%;
    }

    .button-container {
        flex-direction: column;
    }

    .button-container button {
        width: 100%;
    }

    .img-comp-slider {
        width: 2px;
    }

    .img-comp-slider:before {
        width: 16px;
        height: 16px;
        left: -6px;
    }


    .feature-item {
        
        display: flex; /* Use flexbox */
        flex-direction: column; /* Stack content (image and text) */
        align-items: center; /* Center horizontally */
        justify-content: center; /* Center vertically */

        text-align: center; /* Center-align text inside the container */
        margin: 0;
       
    }

   
    
    .feature-item img {
        justify-content: center;
        margin: 0;
       
        max-width: 90%; /* Ensure image is responsive */
        height: auto; /* Maintain aspect ratio */
    
    }
    
    .star-rating{

        display: flex;
   
        align-items: center; /* Center horizontally */
        justify-content: center; /* Center vertically */
        text-align: center;
      
    }


    .feature-item img {
        margin-bottom: 10px; /* Add spacing between image and text */
    }

    .feature-text {
        text-align: center; /* Align text in the center */
        width: 100%;
    }

    .arrow-left {
        left: 10px;
    }
    
    .arrow-right {
        right: 10px;
    }
    

    .social-icons{

       
        justify-content: center;
    }
    .chest-section-title{

        width: 100%;
        justify-content: center;
        text-align: center;
        font-size: 2.4rem;
    }

    .cart-items
    {


        width: 100%;
    }

    .cart-preview{


        width: 100%;
    }

    .dropdown-images {
       justify-content: center;
        padding: 0;
        
        width: 100%;
      
       
        margin-left: -100px;
       gap: 1px;
        margin-top: -150px;
     
    }

    .dropdown-image{

  

       
       width: 100px;

       height: 140px;
       bottom: 0;
       margin-top: 150px;
       border-radius: 10px;
    }
    



    .image-text {
        position: absolute;
        bottom: 10px;
        left: 2px;
        color: white;
        padding: 5px 10px;
        border-radius: 3px;
        font-size: 0.5rem;
        font-weight: 700;
        text-align: left;
        font-family: 'Helvetica Neue', sans-serif;
    }

    .dropdown-menu-list{
        margin-top: -100px;
    }

    .dropdown-menu-list li a {
        position: relative; 
        top: 0;
        left: 0;
          z-index: 9999; /* a large number ensures it stacks on top */
      
        color: white;
        text-decoration: none;
        font-size:1rem;
        font-weight: 700;
        font-family: 'Montserrat', sans-serif;
        display: block;
        transition: background 0s, color 0.1s;
        padding: 0px 0px;
        border-radius: 5px;
        text-align: left;
        margin-left: -30px;
        top: 0;
    }



    .hover-reveal-container{

        
        width: 100%;
    }


 
    .hover-paragraph{


        width: 100%;
    }

    .buy-now-button2{

        padding: 8px 50px;
        padding-left: 80px;
         padding-right: 80px;
        border-radius: 5px;
        font-size: 1rem;

    }

        .logo img{
              width: 120px;
              height: auto;
            margin-right: 50%;
           
        
    }



    .hero {


        height: 63vh;

    }
    .header-icons .icon{
        font-size: 0.9rem;
      
        justify-content: flex-start;
        
        width: 3%;
        margin-right: 10%;
    


      
      
        padding: 0%;
    }


        .menu-icon{
       
            width: 17px;
            height: 14px;
        

        }

    .hover-reveal-container{
      
        gap: 10px;
        width: 450%;
    }
    
    .hover-reveal .base-image {
        width: 100%;
        
        
        display: block;
        border-radius: 10px;
    }

 
    .info-section-title {
        font-size: 3rem;
        line-height: 2.5rem;
        margin: 30px 15px 15px 15px;
      
    }
  
    .intro h1{
        font-size: 2rem;

       
    }
    .intro p{


        font-size: 1rem;
    }



    .slider-headline{

        font-size: 1.5rem;
        line-height: 1.8rem;
        width: 100%;
        padding-bottom: 20px;
    }

    .slider-headline2{

        font-size: 2rem;
        line-height: 1.8rem;
        width: 100%;
        padding-bottom: 20px;
    }

    .slider-paragraph2{


        width: 100%;
    }


    .slider-paragraph{


        width: 100%;
    }


    .buy-now-button3 {
      
 
        
        padding: 10px 120px; 
        font-size: 1rem;
        font-weight: bold;
        border-radius: 5px;
        transition: background-color 0.3s ease, transform 0.3s ease;
    }



    .chest-images{


        display: flex; /* Aligns children in a row */
        flex-direction: row; /* Ensure horizontal layout */
        justify-content: space-between; /* Add spacing between images */
        gap: 10px; /* Optional: spacing between images */
        flex-wrap: nowrap; /* Prevent wrapping */
        }
    .chest-image {
        flex: 1; /* Equal width for all images */
        max-width: calc(119.33% - 10px); /* Ensure 3 images in a row */
    }


    .chest-section-paragraph {
        width: 92%; /* Already defined */
        text-align: center;
        margin: 0 auto; /* This centers the element horizontally */
    }


    .instagram-feed h2{
        font-size: 1.5rem;
        line-height: 1.4rem;
        width: 100%;
       
    }

    .instagram-feed{




        padding-bottom: 0px;

    }
    .footer{


        width: 100%;
       
    }

    .chest-section
    {
    
        position: relative;
    }

   /* Slider Container */
   .slider {
    /* Remove padding-top to prevent aspect ratio conflicts */
    padding-top: 0;
    position: relative; 
    width: 100%; 
    height: auto; 
    background: #000; 
    display: flex;
    flex-direction: column; 
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5); 
    padding: 20px; 
}


.buy-now-button3 {
    display: inline-block;

    text-decoration: none;
    background-color: #fec643;
    color: black;
    
    padding: 10px 100px; 
    font-size: 1rem;
    font-weight: bold;
    border-radius: 5px;
    transition: background-color 0.3s ease, transform 0.3s ease;
}


/* Image Container */
.image-container-slider {
    position: relative; 
    width: 100%;
    max-width: 480px; /* Adjusted for mobile screens */
    /* Set a taller aspect ratio (4:5) */
    aspect-ratio: 4 / 5; 
    overflow: hidden; 
    border-radius: 30px;
    margin-top: 20px; /* Reduced margin for better spacing */
    margin-bottom: 20px; /* Reduced margin for better spacing */
}
/* Image Container */
.image-container-slider2 {
    position: relative; 
    width: 100%;
    max-width: 480px; /* Adjusted for mobile screens */
    /* Set a taller aspect ratio (4:5) */
    aspect-ratio: 4 / 5; 
    overflow: hidden; 
    border-radius: 30px;
   /* Reduced margin for better spacing */
    margin-bottom: 20px; /* Reduced margin for better spacing */
}

/* Images */
.image-container-slider img {
    width: 100%;
    height: 100%;
    object-fit: cover; 
}

.image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.before {
    z-index: 1;
}

.after {
    /* Adjust clipping to maintain horizontal slider functionality */
    clip-path: inset(0 50% 0 0);
    z-index: 2;
    transition: clip-path 0.3s ease;
}

/* Slider Bar */
.slider-bar {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 2px;
    background: #fff;
    z-index: 3;
    pointer-events: none;
    transition: left 0.3s ease;
}

/* Slider Control */
.slider-control {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 4;
    -webkit-appearance: none;
    appearance: none;
    background: transparent;
}

/* Slider Control Thumb */
.slider-control::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 40px; 
    height: 40px;
    background: url('arrow.png') no-repeat center center;
    background-size: contain; 
    border: none; 
    border-radius: 50%; 
    cursor: pointer;
    box-shadow: none; 
}

.slider-control::-moz-range-thumb {
    width: 40px; 
    height: 40px;
    background: url('arrow.png') no-repeat center center;
    background-size: contain;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: none;
}

/* Adjust Range Input Track */
.slider-control::-webkit-slider-runnable-track {
    width: 100%;
    height: 2px;
    background: transparent;
    border: none;
}

.slider-control::-moz-range-track {
    width: 100%;
    height: 2px;
    background: transparent;
    border: none;
}

/* Slider Paragraph */
.slider-paragraph {
    text-align: center;
    padding: 10px;
}

/* Focus Styles for Accessibility */
.slider-control:focus {
    outline: 2px solid #fff;
    outline-offset: 4px;
}

/* Active State Enhancements */
.slider-control:active::-webkit-slider-thumb,
.slider-control:active::-moz-range-thumb {
    transform: scale(1.1); /* Slightly enlarge the thumb on active state */
}
  
}








@media (min-width: 481px) and (max-width: 768px) {


   /* Flash Images Styling */
   .flash-images {
    position: absolute;
    top: 15%; /* Adjust as needed to position vertically */
    left: 44%; /* Centers the element horizontally */
    transform: translateX(-50%); /* Adjusts the element's position to be truly centered */
    width: 100px;
    display: none; /* Hidden by default */
    z-index: 20; /* Ensures it's above other elements */
    pointer-events: none; /* Prevents capturing mouse events */
}
.chest-section
{

    position: relative;
}



.buy-now-button{ 
    width: 10%;
 
}

    .buy-now-container{


        margin-top: -100px;
    }

 

    .logo img{
        width: 150px;
        height: auto;
      margin-right: 30%;
     
  
}
.buy-now-container .buy-now-button{
            width: 100%;
    padding-left: 100px;
    padding-right: 100px;
    border-radius: 5px;
}

.features .arrow{
    display: block;
    margin-top: -100px;
}


.arrow-left {
    left: 10px;
}

.arrow-right {
    right: 10px;
}

.header-icons .icon{
    font-size: 1.1rem;
  
    justify-content: flex-start;
    
    width: 3%;
    margin-right: 10%;



  
  
    padding: 0%;
}


    .menu-icon{
        margin-left: 10px;
        width: 20px;
        height: 18px;
    

    }



    .cart-items
    {


        width: 100%;
    }

    .cart-preview{


        width: 100%;
    }








    .img-comp-container {
        max-width: 100%;
    }

    .img-comp-slider {
        width: 3px;
    }

    .img-comp-slider:before {
        width: 20px;
        height: 20px;
        left: -8px;
    }

    .footer{


        width: 100%;
    }
    .footer-container {
        width: 100%;
        flex-direction: column;
        align-items: center;
    }

    .footer-column {
        width: 100%;
        margin: 10px 0;
    }

    .footer-bottom-links {
        flex-direction: column;
        gap: 10px;
    }

    .features {
        flex-direction: column;
    }

 

    .hover-reveal-container{
      
        gap: 10px;
        width: 150%;
    }
    
    .hover-reveal .base-image {
        width: 100%;
        
        
        display: block;
        border-radius: 20px;
    }


    .intro h1{


        width: 100%;
        font-size: 2.7rem;
     }

     .info-section-title{

        line-height: 3.9rem;
        margin-top: 20px;
     }

     
     .hover-paragraph{

        width: 100%;
     }



     .slider  h1{


        width: 100%;
       
       
     }




     .slider-paragraph p{

        width: 100%;
        font-size: 1rem;
     }

     .chest-section{


        width: 100%;
     }
     .chest-images{

        padding: 0;
        display: flex; /* Aligns children in a row */
    flex-direction: row; /* Ensure horizontal layout */
    justify-content: space-between; /* Add spacing between images */
    /* Optional: spacing between images */
    flex-wrap: nowrap; /* Prevent wrapping */
    }
    .chest-image {
        flex: 1; /* Equal width for all images */
        max-width: calc(110.33% - 10px); /* Ensure 3 images in a row */
    }

    .chest-section-title{


        font-size: 3.5rem;
        width: 100%;
       
    }

    .chest-section-paragraph {
        padding-top: 30px;
        width: 100%; /* Already defined */
        text-align: center;
        margin: 0 auto; /* This centers the element horizontally */
    }


    .instagram-feed h2{
        font-size: 2rem;
        line-height: 2rem;
        width: 100%;
        
       
    }

    .social-icons{

        justify-content: center;
    }


    .instagram-feed{

        justify-content: center;
    }




    .dropdown-images {
        justify-content: center;
         padding: 0;
         
         width: 100%;
       
        
         margin-left: -100px;
        gap: 1px;
         margin-top: -150px;
      
     }
 
     .dropdown-image{
 
   
 
        
        width: 100px;
 
        height: 140px;
        bottom: 0;
        margin-top: 150px;
        border-radius: 10px;
     }
     
 
 
 
     .image-text {
         position: absolute;
         bottom: 10px;
         left: 2px;
         color: white;
         padding: 5px 10px;
         border-radius: 3px;
         font-size: 0.5rem;
         font-weight: 700;
         text-align: left;
         font-family: 'Helvetica Neue', sans-serif;
     }
 
     .dropdown-menu-list{
         margin-top: -100px;
     }
 
     .dropdown-menu-list li a {
         position: relative; 
         top: 0;
         left: 0;
           z-index: 9999; /* a large number ensures it stacks on top */
       
         color: white;
         text-decoration: none;
         font-size:1rem;
         font-weight: 700;
         font-family: 'Montserrat', sans-serif;
         display: block;
         transition: background 0s, color 0.1s;
         padding: 0px 0px;
         border-radius: 5px;
         text-align: left;
         margin-left: -30px;
         top: 0;
     }
 
 






}









@media (min-width: 769px) and (max-width: 905px) {


   /* Flash Images Styling */
   .flash-images {
    position: absolute;
    top: 20%; /* Adjust as needed to position vertically */
    left: 45%; /* Centers the element horizontally */
    transform: translateX(-50%); /* Adjusts the element's position to be truly centered */
    width: 0px;
    display: none; /* Hidden by default */
    z-index: 20; /* Ensures it's above other elements */
    pointer-events: none; /* Prevents capturing mouse events */
}
.chest-section
{

    position: relative;
}

        .features .arrow{

            display: block;
        }

    .chest-images{

        padding: 0;
        display: flex; /* Aligns children in a row */
    flex-direction: row; /* Ensure horizontal layout */
    justify-content: space-between; /* Add spacing between images */
    /* Optional: spacing between images */
    flex-wrap: nowrap; /* Prevent wrapping */
    }
    .chest-image {
        flex: 1; /* Equal width for all images */
        max-width: calc(110.33% - 10px); /* Ensure 3 images in a row */
    }


    .chest-section-paragraph{


        width: 100%;
        justify-content: center;
        text-align: center;
    }

    .chest-section-title
    {


        font-size: 4rem;
    }

    .instagram-feed h2
    {

        line-height: 3rem;
        font-size: 3rem;
        width: 100%;
    }
    .footer{


        width: 100%;
    }
    .hover-reveal-container{
      
        gap: 10px;
        width: 150%;
    }
    
    .hover-reveal .base-image {
        width: 100%;
        
        
        display: block;
        border-radius: 20px;
    }


    .features .arrow {
        display: none;
    }

    .cart-items
    {


        width: 100%;
    }

    .cart-preview{


        width: 50%;
    }


    .info-section-title{

        width: 100%;
        font-size: 3rem;
        margin-top: 30px;
    }


    .hover-paragraph {


        width: 70%;
    }


    .slider-headline{


        width: 100%;
    }
    
}


@media (min-width: 906px) and (max-width: 1700px) {
        
           /* Flash Images Styling */
   .flash-images {
    position: absolute;
    top: 15%; /* Adjust as needed to position vertically */
    left: 46%; /* Centers the element horizontally */
    transform: translateX(-50%); /* Adjusts the element's position to be truly centered */
    width: 100px;
    display: none; /* Hidden by default */
    z-index: 20; /* Ensures it's above other elements */
    pointer-events: none; /* Prevents capturing mouse events */
}
.chest-section
{

    position: relative;
}

    .chest-images{

        padding: 0;
        display: flex; /* Aligns children in a row */
    flex-direction: row; /* Ensure horizontal layout */
    justify-content: space-between; /* Add spacing between images */
    /* Optional: spacing between images */
    flex-wrap: nowrap; /* Prevent wrapping */
    }
    .chest-image {
      
      width: 100%;
        margin: 0;
        padding: 0;
        gap: 0;
    }


    .chest-section-paragraph{


        width: 100%;
        justify-content: center;
        text-align: center;
    }

    .chest-section-title
    {


        font-size: 4rem;
    }


    .dropdown-images {
        justify-content: center;
         padding: 0;
         
         width: 100%;
       
        
         margin-left: -0px;
        gap: 5px;
         margin-top: -250px;
      
     }
 
     .dropdown-image{
 
   
 
        
        width: 340px;
 
        height: 340px;
        bottom: 0;
        margin-top: 150px;
        border-radius: 10px;
     }
     
 
 
 
     .image-text {
         position: absolute;
         bottom: 10px;
         left: 2px;
         color: white;
         padding: 5px 10px;
         border-radius: 3px;
         font-size: 1.5rem;
         font-weight: 700;
         text-align: left;
         font-family: 'Helvetica Neue', sans-serif;
     }
 
     .dropdown-menu-list{
         margin-top: -100px;
     }
 
     .dropdown-menu-list li a {
         position: relative; 
         top: 0;
         left: 0;
           z-index: 9999; /* a large number ensures it stacks on top */
       
         color: white;
         text-decoration: none;
         font-size:1.5rem;
         font-weight: 700;
         font-family: 'Montserrat', sans-serif;
         display: block;
         transition: background 0s, color 0.1s;
         padding: 0px 0px;
         border-radius: 5px;
         text-align: left;
         margin-left: -30px;
         top: 0;
     }
 


    .chest-images{


        display: flex; /* Aligns children in a row */
        flex-direction: row; /* Ensure horizontal layout */
        justify-content: space-between; /* Add spacing between images */
        gap: 10px; /* Optional: spacing between images */
        flex-wrap: nowrap; /* Prevent wrapping */
        }
    .chest-image {
        flex: 1; /* Equal width for all images */
        max-width: calc(119.33% - 10px); /* Ensure 3 images in a row */
    }


    .chest-section-paragraph {
        width: 92%; /* Already defined */
        text-align: center;
        margin: 0 auto; /* This centers the element horizontally */
    }

}




.chest-image.opening {
    animation: shake 0.5s;
}

@keyframes shake {
    0% { transform: translate(1px, 1px) rotate(0deg); }
    10% { transform: translate(-1px, -2px) rotate(-1deg); }
    20% { transform: translate(-3px, 0px) rotate(1deg); }
    30% { transform: translate(3px, 2px) rotate(0deg); }
    40% { transform: translate(1px, -1px) rotate(1deg); }
    50% { transform: translate(-1px, 2px) rotate(-1deg); }
    60% { transform: translate(-3px, 1px) rotate(0deg); }
    70% { transform: translate(3px, 1px) rotate(-1deg); }
    80% { transform: translate(-1px, -1px) rotate(1deg); }
    90% { transform: translate(1px, 2px) rotate(0deg); }
    100% { transform: translate(1px, -2px) rotate(-1deg); }
}


























.mystery-chest{


    width: 45%;
}





.chance-count {
    position: absolute;
    top: -8px;
    right: -8px;
    background-color: red;
    color: white;
    border-radius: 50%;
    padding: 2px 6px;
    font-size: 12px;
    font-weight: bold;
    display: none; /* Hidden by default */
    pointer-events: none; /* Allows clicks to pass through */
    transition: transform 0.2s ease-in-out;
}







#chest-chances {
    display: inline; /* Ensures the span is always displayed */
}



/* Hover animation only when 'enable-hover-animation' class is present */
.chest-middle.enable-hover-animation:hover {
    /* Example animation styles */
    transform: rotate(20deg);
    transition: transform 0.3s ease-in-out;
}

/* Optional: Define the animation when enabled */
.chest-middle.enable-hover-animation {
    /* Any specific styles when animation is enabled */
}

/* Ensure that without the class, no hover animation occurs */
.chest-middle:not(.enable-hover-animation):hover {
    transform: none;
    transition: none;
}











/* Desktop Styles */
@media (min-width: 769px) {
    .features {
        
        position: relative; /* Establish a positioning context for absolutely positioned elements */
        display: flex;
        justify-content: center; /* Center the swiper-container horizontally */
        align-items: center;     /* Center vertically if needed */
        padding: 100px 20px;     /* Adjust padding as necessary */
        background-color: black;
        color: gray;
        overflow: hidden;
    }

    /* Position the arrows absolutely within the .features container */
    .arrow {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background-color: rgba(255, 255, 255, 0.8); /* Optional: Background for better visibility */
        border: none;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: background-color 0.3s ease, transform 0.3s ease;
        z-index: 10; /* Ensure arrows are above other elements */
    }



  

    /* Adjust swiper-container to control its width and center it */
    .swiper-container {
        width: 100%;           /* Adjust the width as needed */
        max-width: 1200px;    /* Set a max-width for better centering */
        margin: 0 auto;       /* Center the swiper-container */
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 20px;
        padding: 0;           /* Remove existing padding if necessary */
        background-color: black;
        color: gray;
        position: relative;
        overflow: hidden;
    }

    /* Ensure .features-inner is centered within swiper-container */
    .features-inner {
    
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 25px;
        transition: transform 0.5s ease-in-out;
        max-width: 1200px;    /* Ensure it doesn't exceed container's max-width */
        margin: 0 auto;       /* Center horizontally */
    }

    /* Style for individual feature items */
    .feature-item {
        margin-top: 20px;
        min-width: 300px; 
        text-align: left;
        transition: opacity 0.5s ease-in-out;
        opacity: 1;
    }
}










.dashboard p#user-email {
    text-align: center;
    font-size: 18px;
    margin-bottom: 30px;
    color: #555555;
}

.dashboard h2 {
    font-size: 28px;
    margin-bottom: 20px;
    color: #333333;
}

#purchase-list {
    list-style-type: none;
    padding: 0;
}

.order-group {
    margin-bottom: 30px;
    padding: 20px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background-color: #f9fafb;
}

.order-group h3 {
    font-size: 15px;
    margin-bottom: 15px;
    color: #222222;
}

.order-items {
    list-style-type: none;
    padding: 0;
}

.purchase-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #e2e8f0;
}

.purchase-item:last-child {
    border-bottom: none;
}

.purchase-details {
    display: flex;
    align-items: center;
}

.purchase-details span {
    font-size: 16px;
    color: #444444;
}

.purchase-details span strong {
    color: #333333;
}

.download-button {
    background-color: #007bff;
    color: #ffffff;
    border: none;
    padding: 8px 16px;
    border-radius: 5px;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
    box-shadow: 0 2px 4px rgba(0, 123, 255, 0.3);
}

.download-button:hover {
    background-color: #0056b3;
    transform: translateY(-2px);
}

.download-button:active {
    transform: translateY(0);
}

/* Optional: Style for multiple items in an order */
.order-items .purchase-item .purchase-details {
    flex-direction: column;
    align-items: flex-start;
}

.order-items .purchase-item .download-button {
    margin-top: 5px;
}

/* Responsive Design */
@media (max-width: 600px) {
    .purchase-item {
        flex-direction: column;
        align-items: flex-start;
    }

    .purchase-details {
        width: 100%;
        margin-bottom: 10px;
    }

    .download-button {
        align-self: flex-end;
    }
}







.buy-now-button25{

    padding: 8px 50px;
    padding-left: 80px;
     padding-right: 80px;
    border-radius: 5px;
    font-size: 1rem;

}






/* styles.css */

/* Cookie Consent Banner Styles */
.cookie-consent-banner {
   
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.45);
    color: #ffffff;
    padding: 5px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    z-index: 1000;
    font-size: 0.9rem;
    font-family: 'Anonymous Pro', sans-serif; /* Ensure consistency with your fonts */
}

.cookie-consent-banner p {
    flex: 1 1 70%;
    margin: 0;
    padding-right: 20px;
}

.cookie-buttons-container {
    flex: 1 1 0%;
    display: flex;
    justify-content: flex-end;
   
}

.cookie-consent-banner button {
    margin-right: 50px;
    padding: 5px 50px;
    border: none;
    border-radius: 1px;
    cursor: pointer;
    font-size: 1rem;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

#cookie-accept-button {
   
    background-color: white; /* Green */
    color: black;

}

#cookie-accept-button:hover {
    background-color: black;
   
    color: white;
}

#cookie-decline-button {
  
 
    background-color: black; /* Red */
    color: #ffffff;
}

#cookie-decline-button:hover {
    background-color: #da190b;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .cookie-consent-banner {
        flex-direction: column;
        align-items: flex-start;
    }

    .cookie-buttons-container {
        justify-content: flex-start;
        margin-top: 10px;
    }

    .cookie-consent-banner p {
        padding-right: 0;
        margin-bottom: 10px;
    }
}





@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

/* Responsive Adjustments */
@media (max-width: 480px) {
    .newsletter-content {
        width: 90%;
        margin: 20% auto;
        padding: 15px 20px;
    }
}


.new-photobattle {
    background-color: red;
    padding-right:  6px;
    padding-left: 6px; /* Adjust padding for better appearance */
    color: white;
    font-size: 12px;
    border-radius: 3px; /* Optional, for rounded corners */
    display: inline-block;
    margin-left: 8px; /* Add spacing between "PHOTO BATTLE" and "NEW" */
}
/* RULES SECTION STYLES */
.photo-battle-rules {
    background-color: #f7f7f7;
    padding: 4rem;
    margin: 0rem auto;
    max-width: 800px;
  
  }
  
  .photo-battle-rules h2 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
  }
  
  .photo-battle-rules ul {
    list-style: disc;
    margin-left: 1.5rem;
    line-height: 1.6;
  }
  
  /* PHOTO UPLOAD SECTION STYLES */
  .photo-upload-section {
    padding: 2rem;
    margin: 2rem auto;
    max-width: 600px;
    background-color: #ffffff;
    border-radius: 5px;
  }
  
  .photo-upload-section h2 {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }
  
  /* FORM GROUPS */
  .form-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 1.5rem;
  }
  
  .form-group label {
    margin-bottom: 0.5rem;
    font-weight: 600;
  }
  
  .form-group input[type="email"],
  .form-group input[type="text"],
  .form-group input[type="file"] {
    padding: 0.7rem;
    font-size: 1rem;
    border: 1px solid #ccc;
    border-radius: 4px;
  }
  
  /* SUBMIT BUTTON */
  #upload-form button[type="submit"] {
    display: inline-block;
    background-color:  #fec643;
    color: black;
    font-weight: 700;
    justify-content: center;
    padding: 0.8rem 3rem;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s;
    text-transform: uppercase;
  }
  
  #upload-form button[type="submit"]:hover {
    background-color:  #feb710;
  }
  
  /* UPLOAD STATUS */
  #upload-status {
    margin-top: 1rem;
    font-weight: 600;
    color: #333;
  }
  #header {
    background-color: black !important; /* Ensure the header is always black */
    transition: background-color 0.3s ease;
}



/****************************************
  PHOTO UPLOAD SECTION
****************************************/
.photo-upload-section {
    background-color: #ffffff;
    padding: 2rem;
    margin: 2rem auto;
    max-width: 600px; /* Controls the max width of the section */
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
  }
  
  .photo-upload-section h2 {
    text-align: center;
    margin-bottom: 1.5rem;
    color: #333333;
    font-family: 'Montserrat', sans-serif; /* Example font; replace as needed */
    font-size: 1.8rem;
    letter-spacing: 0.5px;
  }
  
  /****************************************
    FORM GROUP
  ****************************************/
  .form-group {
    margin-bottom: 1.2rem; /* Spacing between fields */
  }
  
  .form-group label {
    display: block;        /* Ensures the label sits on its own line */
    margin-bottom: 0.5rem; /* Spacing below the label */
    font-weight: 600;       /* Bold label */
    color: #333;
    font-family: 'Open Sans', sans-serif; /* Example font */
  }
  
  .form-group input[type="email"],
  .form-group input[type="text"],
  .form-group input[type="file"] {
    width: 100%;           /* Full width for easier usability */
    padding: 0.8rem;       /* Inner padding */
    border: 1px solid #ccc;
    border-radius: 4px;
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
  }
  
  /* Placeholder styling for optional inputs */
  .form-group input[type="email"]::placeholder,
  .form-group input[type="text"]::placeholder {
    color: #999;
  }
  
  /****************************************
    SUBMIT BUTTON
  ****************************************/
  #upload-form button[type="submit"] {
    display: block;
    margin: 1rem auto 0;      /* Centers the button and adds space at the top */
    padding: 0.8rem 1.5rem;
    background-color:  #fec643; /* Example brand color */
    color: black;
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    letter-spacing: 0.5px;
    transition: background-color 0.3s;
  }
  
  #upload-form button[type="submit"]:hover {
    background-color:#feb710; /* Darken the background on hover */
  }
  
  /****************************************
    UPLOAD STATUS
  ****************************************/
  #upload-status {
    margin-top: 1rem;
    text-align: center;
    font-weight: 600;
    color: #333;
  }
  /* affiliate.css */

/* make room for the fixed header */
.affiliate-signup {
  margin: 30px auto 2rem;     /* push down below header */
  padding: 2rem;
  max-width: 480px;            /* narrow, centered form */
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  position: relative;
  z-index: 10;                 /* sit above everything */
}

.affiliate-signup h1 {
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
  color: #333;
}

.affiliate-signup form {
  display: flex;
  flex-direction: column;
}

.affiliate-signup .form-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.2rem;
}

.affiliate-signup label {
  margin-bottom: 0.5rem;
  font-weight: 600;
  color: #333;
  font-family: 'Open Sans', sans-serif;
}

.affiliate-signup input[type="email"],
.affiliate-signup input[type="password"],
.affiliate-signup input[type="text"] {
  width: 100%;
  padding: 0.8rem;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-family: 'Open Sans', sans-serif;
}

.affiliate-signup input::placeholder {
  color: #999;
}

.affiliate-signup button[type="submit"] {
  margin-top: 1rem;
  padding: 0.8rem 1.5rem;
  background-color: #fec643;
  color: #000;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 1rem;
  transition: background-color 0.3s;
}
.affiliate-signup button[type="submit"]:hover {
  background-color: #feb710;
}

/* if you still see the header overlapping, give body a top-padding: */
body {
  padding-top: 100px;  /* match your header height */
}

/* Button reset + shared styling */
.swal2-popup .swal2-styled {
  font-size: 1rem;
  padding: 0.7em 1.4em;
  border: none;
  border-radius: 0.25em;
  cursor: pointer;
}

/* Dashboard (left) – blue */
.swal2-popup .swal2-btn--dashboard {
  background-color: #2196F3;
  color: white;
}
.swal2-popup .swal2-btn--dashboard:hover {
  background-color: #1976D2;
}

/* Copy (right) – green */
.swal2-popup .swal2-btn--copy {
  background-color: #4CAF50;
  color: white;
}
.swal2-popup .swal2-btn--copy:hover {
  background-color: #45A049;
}

/* Copied state – yellow */
.swal2-popup .swal2-btn--copied {
  background-color: #FFEB3B;
  color: #333;
}
.swal2-popup .swal2-btn--copied:hover {
  background-color: #FDD835;
}



/* in affiliate.css, below your other rules */
.affiliate-signup button#find-btn {
  background-color: #fec643;
  color: #000;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 1rem;
  padding: 0.8rem 1.5rem;
  transition: background-color 0.3s;
}
.affiliate-signup button#find-btn:hover {
  background-color: #feb710;
}