


@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Potta+One&display=swap');

@font-face {
    font-family: 'BeautifulPeople';
    src: url('../fonts/fontspring-demo-zuumerough-bold.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
   font-family: Lato;
  
   background:  linear-gradient(to left
, #154659, #1F6A73)rgba(31, 106, 115, 1);
   margin: 0px;
   padding: 0px;
  }
nav.navbar{
    background-color: rgb(0, 0, 0, 0) ;
    position: absolute;
    width: 100%;
    z-index: 2;
}
.nav-item{
    margin: 10px;
    font-size: 18px;
}
.nav-link{
    color: white !important;
    text-align: right;
}
.navbar-brand img.Logo {
    width: 100%;
    height: 100px;
    margin: 10% 10% 10% 0;
}


.content{
    margin:8% 0% 0% 5%;
    position: relative;
    z-index: 2;
}





.video-section {
  width: 100%;
  padding: 100px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.video-container {
  position: relative;
  width: 100%;
  max-width: 900px;
  aspect-ratio: 16 / 9;
  border-radius: 20px;
  overflow: hidden;
}

.video-wrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

/* Overlay & Button */
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none; /* so video is clickable below */
}

.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: all;

  background: white;
  color: #016943;
  border: none;
  padding: 18px 36px;
  font-size: 1.6rem;
  font-weight: bold;
  border-radius: 50px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 14px;
  transition: background 0.3s, color 0.3s;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25);
  z-index: 10;
}

.play-btn::before {
  content: "▶";
  font-size: 1.2rem;
}

.play-btn:hover {
  background: #016943;
  color: white;
}
.video-container img.thumbnail {
  position: absolute;
  transform: translate(-50%, -50%); /* Perfectly centers overlay */
  top: 49.9%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover; /* Ensures the image fills the thumbnail without distortion */
  border-radius: 20px;
  cursor: pointer;
  transition: opacity 0.3s;
}


/* Hide thumbnail when video plays */
.thumbnail.hidden {
  opacity: 0;
  visibility: hidden;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .video-container {
    max-width: 100%;
    aspect-ratio: 16 / 9;
  }

  .play-btn {
    font-size: 1.1rem;
    padding: 10px 20px;
    gap: 8px;
  }
}

/* Mobile Adjustments */
/* Testimonials Section */

/* General styles */
body {
    font-family: 'Lato', sans-serif;
    background-image: url('../img/pattern.jpg'), linear-gradient(to left, #000000, #001b11);
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: soft-light;
    margin: 0;
    padding: 0;
    overflow-x: hidden; /* prevent horizontal scroll from the 200vw */
    z-index: 10;

  }
  .slogan {
    max-width: 80%;
    height: auto;
    display: block;
    margin: 250px auto 30px auto; /* centers it with space below */
  }
  .mobile-slogan {
    display: none;
  }
  @media (max-width: 600px) {
    .slogan {
      display: none;
    }
  
    .mobile-slogan {
      display: block;
      max-width: 90%;
      margin: 150px auto 20px auto;
    }
  }
  .tape-wrapper {
    margin: 0;
    padding: 0;
    overflow: hidden;
    width: 100vw;
    height: 40px;
    position: relative; /* or absolute depending on context */
    left: 0;
    right: 0;
    z-index: 10;
  }
  
  .tape {
    position: absolute;
    top: 0;
    left: 0;
    width: 200vw; /* extra width for animation */
    height: 100%;
    background: repeating-linear-gradient(
      45deg,
      yellow 0 20px,
      black 20px 40px
    );
    animation: scrollTape 5s linear infinite;

  }
  
  /* Fine-tuned positioning */
  .tape-1 {
    transform: rotate(-8deg);
    margin-top: 140px;
  }
  
  .tape-2 {
    transform: rotate(8deg);
    margin-top: -40px; /* pulls it back up to intersect */
  }
  
  @keyframes scrollTape {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
  }
  
  

/* Navbar */
nav.navbar {
    background-color: rgba(0, 0, 0, 0);
    position: absolute;
    width: 100%;
    z-index: 2;
}

.nav-item {
    margin: 10px;
    font-size: 18px;
}

.nav-link {
    color: white !important;
    text-align: right;
}

/* Responsive Navbar */
@media (max-width: 768px) {
    .navbar-collapse {
        background-color: rgba(0, 0, 0, 0.8);
        text-align: center;
        padding: 15px;
    }

    .nav-link {
        font-size: 16px;
        padding: 10px;
    }
}

/* Hero Section */
.landing {
  height: 100vh;
  width: 100%;
  position: relative;
  overflow: hidden;
  background-image: 
    linear-gradient(to top, rgba(50, 128, 77, 0.516), transparent),
    linear-gradient(to top, rgba(0, 0, 0, 0.197), rgba(0, 0, 0, 0.2)),
    url(../img/bg1.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.landing-content {

  z-index: 10;
  text-align: center;
  width: 100%;
  max-width: 90vw;
  padding: 0 20px;
  pointer-events: none;

  transition: opacity 0.6s ease, transform 0.6s ease;
}

.landing-content * {
  pointer-events: auto;
}




@media (max-width: 768px) {
  .landing-content {
    position: static;
    transform: none;
    opacity: 1 !important;
    pointer-events: auto;
    padding-top: 80px;
  }
}

.title {
  font-family: 'Black Ops One', sans-serif;
  font-size: 150px;
  color: white;
  transition: transform 0.2s ease;
  will-change: transform;
  position: relative;
}

.landing {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 105vh;
  text-align: center;
  padding: 40px;
}

.event-info {
  margin-top: 20px;
  color: white;
  font-size: 20px;
  font-weight: 500;
  animation: fadeIn 1s ease;
}

.register-btn {
  margin-top: 15px;
  display: inline-block;
  padding: 14px 28px;
  background: #4ab26e;
  color: #fff;
  border-radius: 50px;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 0 12px rgba(74, 178, 110, 0.4);
}

.register-btn:hover {
  background: #3e9c5f;
  transform: scale(1.05);
  box-shadow: 0 0 20px rgba(74, 178, 110, 0.6);
}


.landing1 {
    height: 91vh;
    width: 100%;
    color: white;
    display: flex;
    align-items: center;
    text-align: left;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.197), rgba(0, 0, 0, 0.2)), 
                      url(../img/bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 40px;
    
}


.Landing-btn {
    width: 160px;
    height: 50px;
    margin-right: 15px;
    text-align: center;
    color: #154659;
    border: none;
}

/* Responsive Hero Section */
@media (max-width: 768px) {
    .landing {
        text-align: center;
        justify-content: center;
        padding: 20px;
    }


}
.scroll-container {
  width: 100%;
  overflow: hidden;
  background-color: transparent;
  padding: 15px 0; /* Adds space above and below */
  position: relative;
  display: flex;
  align-items: center;
  z-index: 10; /* Ensures it stays on top */
}

/* Add margin to avoid overlap with other elements */
.scroll-container {
  margin-top: 50px;  /* Adjust space from the top */
}

/* Ensure the scrolling text is fully inside the bar */
.scroll-content {
  display: flex;
  white-space: nowrap;
  font-size: 54px;
  color: rgb(255, 255, 255);
  font-family: "black ops one";
  text-transform: uppercase;
  z-index: 10;
}

.event-subtitle {
  color: white;
  text-align: center;
  font-weight: 500;
  margin-top: 10px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.desktop-subtitle {
  display: block;
}

.mobile-subtitle {
  display: none;
  font-size: 18px;
  line-height: 1.6;
  padding: 0 10px;
}

/* Mobile view adjustment */
@media (max-width: 600px) {
  .desktop-subtitle {
    display: none;
  }

  .mobile-subtitle {
    display: block;
  }
}

@media (max-width: 768px) {
  .torn-divider-mobile {
    width: 100%;
    height: 80px;
    background: url('../img/torn-paper.png') repeat-x center;
    background-size: cover;
    margin-top: -68px;
    opacity: 1;
  }


}


/* Copyright Bar */
.footer-copyright {
    background-color: rgb(50, 128, 77);
    color: white;
    text-align: center;
    padding: 10px 0;
    font-size: 0.9rem;
}

/* Responsive Footer */
@media (max-width: 768px) {
    .footer-container {
        flex-direction: column;
        text-align: center;
    }
}

/* GENERAL MOBILE RESPONSIVENESS */
@media (max-width: 768px) {
    /* NAVBAR */
    .navbar {
        padding: 10px;
    }

    .navbar-brand img {
        width: auto;
    }

    /* HERO SECTION */
    .landing {
        padding: 20px;
        text-align: center;
    }

    .landing .y2b {
        font-size: 50px;
    }

    .landing h1 {
        font-size: 55px;
    }

    .landing h3 {
        font-size: 18px;
    }

    .btns {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .Landing-btn {
        width: 100%;
    }

    /* EVENT TIMER */
    .event-timer h1 {
        font-size: 28px;
    }

    .time-box {
        flex-wrap: wrap;
        justify-content: center;
    }

    .time {
        width: 45%;
        margin-bottom: 15px;
    }

    .time h2 {
        font-size: 40px;
    }

    /* ABOUT SECTION */
    .about-words {
        text-align: center;
        padding: 0;
    }

    .about-image {
        display: flex;
        justify-content: center;
        margin-top: 20px;
    }

    .about-image img {
        width: 80%;
        height: auto;
    }



    /* FOOTER */
    .footer-container {
        flex-direction: column;
        text-align: center;
    }

    .footer-logo {
        width: 120px;
    }

    .footer-copyright {
        font-size: 12px;
    }
}
/* GENERAL MOBILE FIXES */

.countdown-section {
    text-align: center;
    margin-bottom: 40px;
    margin-top: 200px;
  }
  
  .countdown-title {
    font-family: 'Black Ops One', sans-serif;
    font-size: 50px;
    color: white;
    margin-bottom: 40px;
  }
  

.countdown {
    display: flex;
    justify-content: center;
    gap: 30px;
    font-family: 'Black Ops One', sans-serif;
    color: white;
    text-align: center;
  }
  
  .time-box {
    background: rgba(255, 255, 255, 0.1);
    padding: 40px 30px; /* increased padding */
    border-radius: 20px;
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.2);
    min-width: 120px; /* increased width */
    transition: transform 0.3s ease;
  }
  
  .time-box:hover {
    transform: scale(1.05);
  }
  
  .time-box span {
    font-size: 80px; /* larger font */
    display: block;
  }
  
  .time-box small {
    font-size: 25px;
  }
  
  @media (max-width: 600px) {
    .countdown {
      flex-wrap: wrap;
      justify-content: center;
    }
  
    .time-box {
      margin-bottom: 15px;
      width: 30%;
    }
    .time-box span {
        font-size: 60px; /* larger font */
        display: block;
      }
      
      .time-box small {
        font-size: 15px;
      }
      
  }
  


@media (max-width: 768px) {
    .landing {
        background-attachment: scroll; /* Disable fixed background on mobile */
        background-size: cover; /* Show the full background image */
        background-position: center;
        height: 100vh; /* Reduce height to expose more of the background */
    }
    .landing1 {
        background-attachment: scroll; /* Disable fixed background on mobile */
        background-size: cover; /* Show the full background image */
        background-position: center;
        height: 90vh; /* Reduce height to expose more of the background */
    }
}

@media (max-width: 768px) {
    .navbar-brand img.Logo {
        max-width: 0%; /* Slightly larger on smaller screens */
        margin: 3% auto; /* Adjust margin for better spacing */
    }
}

/* Extra small devices */
@media (max-width: 480px) {
    .navbar-brand img.Logo {
        max-width: 0%; /* Increase size for visibility */
        margin: 2% auto; /* Center logo */
    }
}

.content-payment{
    font-family: 'Black OPS one';

    margin: 0% 0% 0% 0;
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 50%;
    margin-top: 60px;
    }
.content-payment span{
    font-family: 'Black OPS one';
    font-size: 80px;

    }
    @media (max-width: 768px) {
        .content-payment span{
    font-size: 50px;
    }
}


#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: url('/img/bgg.jpg') center/cover no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.loader {
    width: 300px;
    height: 300px;
    background: url('/img/gif.gif') center/contain no-repeat;
}

/*registeration*/

.registration {
  display: flex;
  justify-content: center;
  padding: 60px 20px;
}

.form {
  background: rgba(211, 211, 211, 0.05);
  padding: 40px;
  border-radius: 20px;
  max-width: 1000px;
  width: 100%;
  backdrop-filter: blur(10px);
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.115);
}

input {
  width: 100%;
  padding: 15px;
  margin: 10px 0;
  border-radius: 20px;
  border: none;
  background: rgb(255, 255, 255);
  color: #022822
  ;
}

.next-btn {
    display: block;
    margin: 30px auto 0 auto; /* center horizontally */
    padding: 12px 32px;
    font-size: 16px;
    border: none;
    border-radius: 12px;
    background-color: #4ab26e;
    color: white;
    cursor: pointer;
    transition: transform 0.3s ease, background-color 0.3s ease;
    width: 30%;
  }
  
  .next-btn:hover {
    transform: scale(1.05);
    background-color: #3ca55c; /* slightly darker on hover */
  }
  .prev-btn {
    display: block;
    margin: 30px auto 0 auto; /* center horizontally */
    padding: 12px 32px;
    font-size: 16px;
    border-color: #4ab26e;
    border-radius: 12px;
    background-color: transparent;
    color: #4ab26e;
    cursor: pointer;
    transition: transform 0.3s ease, background-color 0.3s ease;
    width: 30%;
  }
  
  .prev-btn:hover {
    transform: scale(1.05);
    background-color: #f7f7f7; /* slightly darker on hover */
  }
  
  .button-row {
    display: flex;
    justify-content: center;
    gap: 20px; /* reduced spacing */
    margin-top: 30px;
  }
  .button-row .prev-btn,
  .button-row .next-btn,
  .button-row .submit-btn{
    margin: 0; /* ensures no extra space */
  }
    
  .submit-btn {
    display: block;
    margin: 30px auto 0 auto; /* center horizontally */
    padding: 12px 32px;
    font-size: 16px;
    border: none;
    border-radius: 12px;
    background-color: #4ab26e;
    color: white;
    cursor: pointer;
    transition: transform 0.3s ease, background-color 0.3s ease;
    width: 30%;
  }
  
  .submit-btn:hover {
    transform: scale(1.05);
    background-color: #3ca55c; /* slightly darker on hover */
  }
.form-step {
  display: none;
}

.form-step.active {
  display: block;
}
select {
    width: 100%;
    padding: 15px;
    margin: 10px 0;
    border-radius: 20px;
    border: none;
    background: rgb(255, 255, 255);
    color: #022822
    ;
  }
  select option {
    background-color: rgb(255, 255, 255);
    color: #022822
    ;
    padding: 10px;
  }
  
  .form-grid {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
  
  /* For laptops and up */
  @media (min-width: 1024px) {
    .form-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 20px 25px;
    }
  
    .form-grid input,
    .form-grid select {
      width: 100%;
    }
  }
    
  input::placeholder {
    color: #818181;
    opacity: 0.7;
  }
  select:invalid {
    color: #818181;
  }
  input:focus,
select:focus,
textarea:focus,
img:focus {
  outline: none;
  box-shadow: none;
  border: none;
}

.form-steps-container {
    position: relative;
    min-height: 400px; /* adjust if needed */
  }
  
  .form-step {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transform: translateX(30px);
    transition: all 0.4s ease;
  }
  
  .form-step.active {
    position: relative;
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
  }
  input[type="file"] {
    background-color: rgb(255, 255, 255);
    padding: 10px;
    border-radius: 12px;
    color: #818181;
    width: 100%;
    margin-bottom: 15px;
  }
  
  .radio-group {
    display: flex;
    gap: 20px;
    margin: 10px 0 20px;
  }
  
  textarea {
    width: 100%;
    padding: 15px;
    border-radius: 25px;
    border: none;
    background: rgb(255, 255, 255);
    color: #818181;
  }
  .form-label {
    display: block;
    margin: 15px 0 8px;
    color: white;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0.5px;
  }
  .file-upload {
    display: flex;
    align-items: center;
    gap: 10px;
    background: rgb(255, 255, 255);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 0px 8px;
    border-radius: 12px;
    color: #818181;
    cursor: pointer;
    width: 100%;
    max-width: 100%;
    margin: 10px 0;
    height: 48px; /* Match input/select height */

}
  
  .file-label {
    background: #022822;
    color:white  ;
    padding: 6px 12px;
    border-radius: 6px;
    font-weight: 500;

  }
  
  .file-name {
    color: #022822    ;
    opacity: 0.8;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 1;

  }
    
  .form-row.full-width {
    grid-column: span 2;
  }
  .store-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
    margin: 30px 0;
  }
  
  .item-card {
    background: rgba(255,255,255,0.05);
    border-radius: 15px;
    padding: 20px;
    text-align: center;
    color: white;
  }
  
  .item-card img {
    width: 100%;
    max-width: 390px;
    margin-bottom: 10px;
    border-radius: 15px;
    height: 300px;
    object-fit: cover;
  }
  
  .item-card input,
  .item-card select {
    width: 100%;
    padding: 10px;
    margin-top: 8px;
    border-radius: 10px;
    border: none;
    background: rgba(255,255,255,0.1);
    color: white;
  }

  


  .image-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 1000;
  }
  
  .image-popup img {
    max-width: 90%;
    max-height: 90%;
    border-radius: 10px;
  }
  
  .close-btn {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 36px;
    color: white;
    cursor: pointer;
  }
  


  .form-row.full-width {
    grid-column: span 2;
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }
  
  .checkbox-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: white;
    font-size: 14px;
    max-width: 100%;
    flex-wrap: nowrap;
  }
  
  .checkbox-label input[type="checkbox"] {
    transform: scale(1.2);
    cursor: pointer;
    margin: 0;
  }
  
  .policy-text {
    white-space: nowrap;
  }
  
  .policy-link {
    color: #4ab26e;
    text-decoration: underline;
    cursor: pointer;
    margin-left: 4px;
  }
  input[type="checkbox"] {
    width: auto;
    height: auto;
    margin: 0;
    accent-color: #4ab26e; /* Optional: green AIESEC touch */
  }
    
  
  
  
  /* Popup Modal */
  .modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 999;
  }
  
  .modal-content {
    background: #1f1f1f;
    padding: 30px;
    width: 90%;
    max-width: 600px;
    border-radius: 16px;
    color: white;
    position: relative;
  }
  
  .close-btn {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 24px;
    cursor: pointer;
    color: white;
  }
  .modal-content h3 {
    font-size: 30px;
    margin-bottom: 15px;
  }
  
  .modal-content p {
    margin-bottom: 10px;
    font-size: 25px;
  }
  
  .refund-list {
    list-style: none;
    padding-left: 0;
    font-size: 20px;
    line-height: 2;
  }
  
  .refund-list li {
    margin-bottom: 6px;
  }
  
  .refund-list span {
    color: #4ab26e;
    font-weight: 500;
  }
  

  input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
input[type="number"],
select,
textarea {
  width: 100%;
  padding: 12px 14px;
  height: 48px; /* force a consistent height */
  font-size: 14px;
  border: none;
  border-radius: 12px;
  background: rgb(255, 255, 255);
  color: #022822;

}

  
  @media (max-width: 600px) {
    .next-btn{
        width: 100%;
        max-width: 380px;
    }
    .button-row {
      flex-direction: column;
      gap: 12px;
      align-items: center;
    }
  
    .button-row button {
      width: 100%;
      max-width: 380px;
    }
  }
  
  @media (max-width: 600px) {
    .form-grid {
      grid-template-columns: 1fr;
      gap: 10px; /* reduce space between fields */
      display: flex;
      flex-direction: column;
      align-items: center;
    }
  
    input[type="text"],
    input[type="email"],
    input[type="tel"],
    input[type="password"],
    input[type="number"],
    input[type="file"],
    select,
    textarea,
    .file-upload {
      max-width: 380px;
      padding: 14px 16px;
      height: 48px;
      font-size: 15px;
      border: none;
      border-radius: 12px;
      background: white;
      color: #022822;
      box-sizing: border-box;
    }
  }
  
  .mobile-landing-logo {
    display: none;
  }
  
  @media (max-width: 768px) {
    .mobile-landing-logo {
      display: flex;
      justify-content: center;
      align-items: center;
      position: absolute;
      top: 20px;
      left: 0;
      width: 100%;
      z-index: 10;
    }
  
    .mobile-landing-logo img {
      max-height: 100px;
      width: auto;
    }
  
    .landing {
      position: relative; /* Ensure children like .mobile-landing-logo can position absolutely inside */
    }
  }
  

  .team-modern {
    display: flex;
    justify-content: center;
    gap: 40px;
    padding: 80px 20px;
    text-align: center;
    flex-wrap: wrap;
  }
  
  .person-modern {
    position: relative;
    max-width: 380px;
    transition: transform 0.3s ease;
  }
  
  .person-modern:hover {
    transform: scale(1.05);
  }
  
  .photo-wrapper {
    border-radius: 20px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.04);
    box-shadow: 0 8px 20px rgba(0,0,0,0.4);
    transition: all 0.3s ease;
  }
  
  .photo-wrapper img {
    width: 100%;
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.5));
  }
  
  .person-modern h4 {
    margin-top: 15px;
    font-size: 18px;
    color: #ffffff;
    font-weight: bold;
    letter-spacing: 0.5px;
  }
  
  .person-modern p {
    font-size: 14px;
    color: #bdbdbd;
    margin-top: 4px;
    opacity: 0.8;
  }
  

  .section-title {
    width: 100%;
    text-align: center;
    font-size: 64px;
    color: white;
    margin-top: 90px;
    font-family: "Black OPS one";
    letter-spacing: 1px;
  }
  
  @media (max-width: 768px) {
    .section-title {

      font-size: 35px;

    }
  }

  .team-swiper {
    width: 100%;
    padding: 40px 0;
  }
  
  .swiper-slide {
    display: flex;
    justify-content: center;
  }
  
  .person-modern {
    max-width: 360px;
    text-align: center;
  }
  
  /* Hide one version depending on screen size */
.desktop-only {
  display: flex;
  gap: 40px;
  justify-content: center;
  flex-wrap: wrap;
  padding: 60px 20px;
}

.mobile-only {
  display: none;
}

@media (max-width: 768px) {
  .desktop-only {
    display: none;
  }
  .mobile-only {
    display: block;
  }
}


.image-footer {
  margin-top: 100px;
  background: rgba(255, 255, 255, 0.04);
  box-shadow: 0 8px 20px rgba(0,0,0,0.4);   padding: 20px 0;
   text-align: center;
   position: relative;
   overflow: hidden;
}
.oc-hell-title h2 {
  font-size: 35px;
  color: white;
  margin-bottom: 20px;
  font-family: "Black OPS one";

}

/* Scrolling Container */
.scrolling-container {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}

.scrolling-content {
  display: flex;
  width: 825%;
  animation: scroll-horizontal 40s linear infinite;
  will-change: transform;
}

.image-track {
  display: flex;
  width: 50%;

  gap: 10px;
}

.image-track img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  object-position: center;
  border-radius: 12px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
  flex-shrink: 0;
  transition: transform 0.6s ease;
}

/* Hover scale and pause animation on desktop */
@media (hover: hover) {
  .image-track img:hover {
    transform: scale(1.05);
    z-index: 2;
  }

  .scrolling-container:hover .scrolling-content {
    animation-play-state: paused;
  }
}

@keyframes scroll-horizontal {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}

@media (max-width:768px){
  .scrolling-content {
    display: flex;
    width: 2900%;
    animation: scroll-horizontal 15s linear infinite;
    will-change: transform;

  }
}

/* Scrolling Bar Container */
.scrolling-bar-container {
  width: 100%;
  padding: 10px 0;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
  margin-bottom: 100px;
  margin-top: 100px;

}

/* Scrolling Bar */
.scrolling-bar {
  display: flex;
  white-space: nowrap;
  font-size: 8rem;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.273);
}



/* Continuous Scrolling Animation */
html {
  scroll-behavior: smooth;
  touch-action: manipulation;
}
.container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}


.payment-box {
  margin: 40px auto 0 auto; /* top margin + auto left/right for centering */
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  padding: 25px;
  border-radius: 20px;
  text-align: center;
  color: white;
  animation: fadeIn 1s ease;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  max-width: 500px; /* ✅ controls width */
  width: 90%;       /* ✅ mobile responsiveness */
}

.payment-box h3 {
  font-family: "Montserrat";
  font-size: 1.5em;
  margin-bottom: 15px;
  font-weight: bold;
}

.payment-methods {
  display: flex;
  justify-content: center;
  gap: 20px;
  align-items: center;
  flex-wrap: wrap;
}

.payment-methods a {
  background: white;
  padding: 12px 18px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.05);
}

.payment-methods a:hover {
  transform: scale(1.07);
  box-shadow: 0 0 12px rgba(255, 255, 255, 0.2);
}

.payment-methods img {
  height: 70px;
  width: auto;
}


.payment-methods small {
  display: block;
  font-size: 12px;
  color: rgb(0, 0, 0);
  margin-top: 5px;
  text-align: center;
  font-family: "Montserrat";
}


.title-price-container {
  display: flex;
  justify-content:center;
  align-items: center;
  margin: 10px 0;
}

.item-title {
  font-size: 1.8rem;
  font-weight: bold;
}

.item-price {
  font-size: 1.2rem;
  color: #ffffffcc;
  background: #333;
  padding: 4px 10px;
  border-radius: 10px;
}


.form-row {
  display: flex;
  gap: 10px; /* spacing between the two fields */
  width: 100%;
}

.half-field {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.half-field select,
.half-field input {
  width: 100%;
}
.title-price-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;    /* reduce space above title */
  margin-bottom: 5px;  /* reduce space below */
  padding: 0 5px;
}

.item-title {
  font-size: 1.2rem;
  font-weight: 600;
  color: #fff;
  margin: 0; /* remove default h3 spacing */
}

.item-price {
  background-color: #ff5e5e;
  color: #fff;
  padding: 4px 10px;
  font-weight: 600;
  border-radius: 12px;
  font-size: 0.85rem;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  margin-left: 10px;
}


.objective-section {
  padding: 40px 20px;
  text-align: center;
}

.objectives-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.objective-box {
  background-color: #e6e6e6;
  border-radius: 12px;
  overflow: hidden;
  width:300px;
  height: 200px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  transform-origin: center center;
}
.objective-box:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}
.objective-header {
  background-color: rgb(50, 128, 77);
  color: white;
  padding: 10px;
  font-weight: bold;
  font-size: 16px;
  width: 100%;
  text-align: center;
}

.objective-icon {
  margin: 20px auto;
  width: 120px;
  height: auto;
}

.barbed {
  height: 30px;
  margin: 0 10px;
}

/* 📱 Mobile responsiveness */
@media screen and (max-width: 768px) {
  .objective-box {
    width: 90%;
    margin: 10px auto;
  }

  .barbed {
    height: 20px;
  }
}


input[disabled] {
  background-color: #e0e0e0;
  cursor: not-allowed;
}
