@import url('https://fonts.googleapis.com/css2?family=Alegreya+Sans:ital,wght@0,100;0,300;0,400;0,500;0,700;0,800;0,900;1,100;1,300;1,400;1,500;1,700;1,800;1,900&family=Oswald:wght@200..700&family=Tangerine:wght@400;700&family=Teko:wght@300..700&display=swap');
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f5f5f5;
  }
  
  .main-container {
    display: flex;
    gap: 20px; /* Space between the two sections */
    padding: 20px;
    align-items: stretch; /* Make both sections equal height */
  }
  @media (max-width: 768px) {
    .main-container {
      display: contents;
      gap: 20px; /* Space between the two sections */
      padding: 20px;
      align-items: stretch; /* Make both sections equal height */
    }
  }
  /* Swiper Carousel */
  .swiper.main-banner {
    flex: 2; /* Larger space for the Swiper */
  
    
    overflow: hidden;
    position: relative;
    height: 432px;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.2);
  }
  
  .swiper .swiper-wrapper {
    display: flex;
  }
  
  .swiper .swiper-slide {
    position: relative;
    width: 100%;
    height: 100%;
  }
  
  .swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
  }
  
  .swiper .swiper-slide:hover img {
    transform: scale(1.05); /* Zoom effect on hover */
  }
  .swiper-button-next, .swiper-button-prev {
   
  margin-top: 5px !important;
    
    color: white !important;
  }
  .banner-content {
    position: absolute;
    bottom: 225px;
    left: 10px;
    background-color: rgba(0, 0, 0, 0.7); /* Darker background */
    color: #fff;
    padding: 20px;
    border-radius: 10px;
    max-width: 40%;
    width: 45%;
    backdrop-filter: blur(5px); /* Add blur effect */
  }
  
  .banner-content h2 {
    font-size: 30x;
    margin-bottom: 10px;
  }
  
  .banner-content p {
    font-size: 1em;
  }
  
  .banner-content .btn {
    margin-top: 15px;
    padding: 10px 20px;
   background: linear-gradient(to right, #42a5f5, #1e88e5);
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 20px;
    transition: background-color 0.3s ease, transform 0.3s ease;
  }
  
  .banner-content .btn:hover {
    background-color: #c2185b;
    transform: translateY(-2px); /* Slight lift on hover */
  }
  
  /* Pagination Dots */
  .swiper-pagination {
    position: absolute;
    bottom: 10px;
    text-align: center;
    width: 100%;
  }
  
  .swiper-pagination-bullet {
    background: #d81b60; /* Main color */
    opacity: 1;
    transition: opacity 0.3s ease, transform 0.3s ease;
    width: 12px;
    height: 12px;
    border-radius: 50%; /* Rounded dots */
  }
  
  .swiper-pagination-bullet-active {
    opacity: 1;
    transform: scale(1.2); /* Scale up active dot */
  }
  
  /* Horizontally Scrollable Cards */
  .cards-container {
    flex: 1; /* Smaller space for the cards */
    display: flex;
    flex-direction: column;
    gap: 15px;
    background-color: #fff;
    border-radius: 10px;
    padding: 15px;
    overflow-y: auto;
    max-height: 400px;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
  }

  
  .card {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #eaeaea;
    border-radius: 10px;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    padding: 15px;
    transition: transform 0.3s ease;
  }
  
  .card:hover {
    transform: scale(1.05);
  }
  
  .card img {
    width: 100%;
    border-radius: 10px;
    margin-top: 10px;
  }
  
  .card h3 {
    font-size: 1.2em;
    color: #333;
    margin-bottom: 5px;
  }
  
  .card p {
    font-size: 0.9em;
    color: #666;
  }
  /* Pagination Dots */
  .swiper-pagination {
    position: absolute;
    bottom: 10px;
    text-align: center;
    width: 100%;
  }
  
  .swiper-pagination-bullet {
    background: white !important; /* Ensure this color is applied */
    opacity: 1;
    transition: opacity 0.3s ease, transform 0.3s ease;
    width: 20px;
    height: 12px;
    border-radius: 50%; /* Rounded dots */
  }
  
  .swiper-pagination-bullet-active {
    background:white !important; /* Color for the active dot */
    opacity: 1;
    transform: scale(1.2); /* Scale up active dot */
  }

  @media (max-width: 768px) {
    
    
    .cards-container {
      display: flex;
      flex-direction: row; /* Make it scroll horizontally */
      gap: 10px;
      overflow-x: auto; /* Enable horizontal scrolling */
      overflow-y: hidden;
      white-space: nowrap;
      max-width: 100%;
      padding: 10px;
      scroll-snap-type: x mandatory; /* Smooth scrolling */
    }
  
    .card {
      min-width: 100%; /* Adjust card width as needed */
      flex-shrink: 0;
      scroll-snap-align: start;
    }
    .card img {
      width: 100%;
      border-radius: 10px;
      margin-top: 10px;
    }
    .card {
      display: flex;
      flex-direction: column;
      align-items: center;
      background-color: #eaeaea;
      border-radius: 5px;
      box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
      text-align: center;
      padding: 15px;
      width:100%;
      transition: transform 0.3s ease;
    
    
  }
}


  
  /* General grid layout */
  .category-section {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 15px;
  text-align: center;
  padding: 30px;
  background-color: #f7f9fc;
  }
  
    /* Individual category styling */
    figure {
    margin: 0;
    padding: 15px;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    opacity: 0; /* Start hidden */
    transform: translateY(20px); /* Start slightly below */
    animation: slideIn 0.6s ease forwards; /* Apply new animation */
    }
  
    /* Image styling */
    figure img {
    width: 100%;
    height: 90px;
    object-fit: cover;
    border-radius: 8px;
    transition: transform 0.3s ease;
    }
  
    figure:hover img {
    transform: scale(1.05);
    }
  
    /* Text styling */
    figcaption {
    margin-top: 10px;
    font-size: 9px ;
    font-weight: bold ;
    color: #444;
    transition: color 0.3s ease;
    }
  
    figure:hover figcaption {
    color: #007bff;
    }
  
    /* New animation for sliding in from bottom */
    @keyframes slideIn {
    from {
      opacity: 0;
      transform: translateY(20px); /* Start slightly below */
    }
    to {
      opacity: 1;
      transform: translateY(0); /* End at original position */
    }
    }
  
    /* Smooth animation for figure appearance with staggered delay */
    figure:nth-child(1) {
    animation-delay: 0.2s;
    }
  
    figure:nth-child(2) {
    animation-delay: 0.4s;
    }
  
    figure:nth-child(3) {
    animation-delay: 0.6s;
    }
  
    figure:nth-child(4) {
    animation-delay: 0.8s;
    }
  
    figure:nth-child(5) {
    animation-delay: 1s;
    }
  
    figure:nth-child(6) {
    animation-delay: 1.2s;
    }
  
    figure:nth-child(7) {
    animation-delay: 1.4s;
    }
  
    figure:nth-child(8) {
    animation-delay: 1.6s;
    }
  
    figure:nth-child(9) {
    animation-delay: 1.8s;
    }
  
    figure:nth-child(10) {
    animation-delay: 2s;
    }
  
    figure:nth-child(11) {
    animation-delay: 2.2s;
    }
  
    figure:nth-child(12) {
    animation-delay: 2.4s;
    }
  
    figure:nth-child(13) {
    animation-delay: 2.6s;
    }
  
    figure:nth-child(14) {
    animation-delay: 2.8s;
    }
  
    figure:nth-child(15) {
    animation-delay: 3s;
    }
  
    figure:nth-child(16) {
    animation-delay: 3.2s;
    }
  
    figure:nth-child(17) {
    animation-delay: 3.4s;
    }
  
    figure:nth-child(18) {
    animation-delay: 3.6s;
    }
  
    figure:nth-child(19) {
    animation-delay: 3.8s;
    }
  
    figure:nth-child(20) {
    animation-delay: 4s;
    }
    figure:nth-child(21) {
    animation-delay: 4.5s;
    }
  
  
  
    
  
  
    /* Body styling */
    body {
    font-family: 'Poppins', Arial, sans-serif;
    margin: 0;
    padding: 20px;
    background-color: #f4f4f4;
    color: #333;
    }
  
    /* Content wrapper */
    .primary-section {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-top: 30px;
    }
  
    /* Section box styling */
    .details-box {
    background-color: #fff;
    padding: 35px;
    border-radius: 15px;
    box-shadow: 0 12px 18px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease, transform 0.3s ease;
    }
  
    .details-box:hover {
    box-shadow: 0 18px 25px rgba(0, 0, 0, 0.15);
    transform: translateY(-6px);
    }
  
    /* Header styling */
    .details-box h2 {
    font-size: 34px;
    text-align: center;
    margin-bottom: 15px;
    color: #444;
    }
  
    .details-box h2::after {
    content: '';
    display: block;
    width: 60px;
    height: 5px;
    background: linear-gradient(to right, #42a5f5, #1e88e5);
    margin-top: 10px;
    border-radius: 3px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    }
  
    /* Layout for section content */
    .grid-layout {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    margin-top: 20px;
    }
  
    /* Box within grid items */
    .feature-box {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease, transform 0.3s ease;
    padding: 15px 15px 30px;
    text-align: center;
    opacity: 0; /* Start hidden */
    transform: translateX(-50px); /* Start position off the screen */
    animation: slideIn 0.5s forwards; /* Animate slide-in */
    }
  
    /* Keyframes for sliding in */
    @keyframes slideIn {
    0% {
      opacity: 0;
      transform: translateX(-50px); /* Slide from left */
    }
    100% {
      opacity: 1;
      transform: translateX(0); /* End position */
    }
    }
  
    /* Delay for staggered entrance */
    .feature-box:nth-child(1) { animation-delay: 0s; }
    .feature-box:nth-child(2) { animation-delay: 0.1s; }
    .feature-box:nth-child(3) { animation-delay: 0.2s; }
    .feature-box:nth-child(4) { animation-delay: 0.3s; }
    .feature-box:nth-child(5) { animation-delay: 0.4s; }
    .feature-box:nth-child(6) { animation-delay: 0.5s; }
  
    /* Hover effects */
    .feature-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.15);
    }
  
    /* Image for each feature */
    .feature-box img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    object-position: center;
    transition: transform 0.3s ease;
    }
  
    .feature-box:hover img {
    transform: scale(1.05);
    }
  
    
    
    .feature-box p {
    font-size: 15px;
    font-weight: 600;
    margin-top: 15px;
    color: #333;
    transition: color 0.3s ease;
    }
  
    .feature-box:hover p {
    color: #1e88e5;
    }
  
    /* Button styling */
    .feature-box button {
    padding: 12px 24px;
    font-size: 16px;
    background: linear-gradient(to right, #42a5f5, #1e88e5);
    color: #fff;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    text-transform: uppercase;
    margin-top: 12px;
    transition: background 0.3s ease, transform 0.2s ease;
    }
    .more{
    padding-top: 20px;
    }
    .more button{
    padding: 12px 24px;
    font-size: 16px;
    background: linear-gradient(to right, #42a5f5, #1e88e5);
    color: #fff;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    text-transform: uppercase;
    margin-top: 12px;
    transition: background 0.3s ease, transform 0.2s ease;
    }
    .feature-box button:hover {
    background: linear-gradient(to right, #1e88e5, #1565c0);
    transform: translateY(-4px);
    }
  
    /* Media Queries */
    @media (max-width: 1024px) {
    .grid-layout {
      grid-template-columns: repeat(2, 1fr);
    }
    }
  
    @media (max-width: 768px) {
    .grid-layout {
      grid-template-columns: 1fr;
    }
  
    .details-box h2 {
      font-size: 28px;
    }
  
    .feature-box p {
      font-size: 10px;
    }
  
    .feature-box button {
      font-size: 14px;
      padding: 10px 18px;
    }
   
    
    }
  
    @media (max-width: 480px) {
      .feature-box p {
        font-size: 10px;
      }
    
      
    }
  
    /* Animation class for entry */
    .animate {
    opacity: 0; /* Start hidden */
    transform: translateX(-50px); /* Start position off the screen */
    animation: slideIn 0.5s forwards; /* Animate slide-in */
    }
  
    /* Keyframes for sliding in */
    @keyframes slideIn {
    0% {
      opacity: 0;
      transform: translateX(-50px); /* Slide from left */
    }
    100% {
      opacity: 1;
      transform: translateX(0); /* End position */
    }
    }
  
  
    /* Existing CSS... */
  
    /* Animation class for entry */
    .animate {
    opacity: 0; /* Start hidden */
    transform: translateX(-50px); /* Start position off the screen */
    }
  
    /* Keyframes for sliding in */
    @keyframes slideIn {
    0% {
      opacity: 0;
      transform: translateX(-50px); /* Slide from left */
    }
    100% {
      opacity: 1;
      transform: translateX(0); /* End position */
    }
    }
  
    /* Feature box styles */
    .feature-box {
    animation: slideIn 0.5s forwards; /* Animate slide-in */
    animation-fill-mode: forwards; /* Maintain end state */
    opacity: 0; /* Initially hidden */
    }
  
    /* Delay for individual feature boxes for staggered effect */
    .feature-box:nth-child(1) { animation-delay: 0s; }
    .feature-box:nth-child(2) { animation-delay: 0.1s; }
    .feature-box:nth-child(3) { animation-delay: 0.2s; }
    .feature-box:nth-child(4) { animation-delay: 0.3s; }
    .feature-box:nth-child(5) { animation-delay: 0.4s; }
    .feature-box:nth-child(6) { animation-delay: 0.5s; }
  
  /* Existing styles... */
  
  
  
  
  
  html, body {
    overflow-x: hidden;
  }
  
    
  

  
  .footer {
    position: relative;
    color: white;
    padding: 30px 20px;
    overflow: hidden;
    backdrop-filter: blur(0px);
    background: rgba(54, 53, 53, 0.938);
    
    box-shadow: 0 -48px -39px rgba(10, 10, 10, 0.941) /* Subtle shadow for depth */
  }
  
    
  .footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("/images/cricket-video.jpg");
    background-size: cover; /* Make sure the image covers the entire area */
    opacity: 0.20; /* Adjust opacity for the background image */
    z-index: -1; /* Position the image behind the content */
  }
  
  .container {
    display: flex;
    flex-wrap: wrap;
    gap: 40px; /* Larger gap between sections */
    opacity: 0; /* Start hidden for fade-in animation */
    transform: translateY(50px); /* Start below viewport */
    animation: fadeInUp 1.2s ease-in-out forwards; /* Trigger animation */
  }
  
  .footer-section {
    flex: 1 1 calc(25% - 40px); /* Adjusted to match the new gap */
    min-width: 220px; /* Increased minimum width for better spacing */
    transition: transform 0.3s ease, color 0.3s ease; /* Smooth hover effect */
  }
  
  .footer-section h2,
  .footer-section h3 {
    text-decoration: none;
    margin-bottom: 20px; /* Increase space below headers */
  }
  
  .footer-section p,
  .footer-section a {
    font-size: 16px; /* Slightly larger text for readability */
    line-height: 1.6; /* Increased line-height for better spacing */
    color:white;
    text-decoration: none;
    transition: color 0.3s ease; /* Smooth text color transition */
    margin-bottom: 10px; /* Add spacing between paragraphs and links */
  }
  
  .footer-links h3 {
    margin-bottom: 20px;
   
    
    text-decoration: none;
  }
  @media (max-width: 768px) {
    .footer-links h3 {
      margin-bottom: 20px;
      /* margin-left: -105px; */
      text-decoration: none;
    }
  
    
  }
  
.footer-section img {
  width: 30%; /* Adjust the width as needed */

  

  
  margin-top: 10px;
  
}

  .footer-links p {
    font-size: 16px; /* Slightly larger text for readability */
    line-height: 1.6; /* Increased line-height for better spacing */
    color:white;
    text-decoration: none;
    transition: color 0.3s ease; /* Smooth text color transition */
    margin-bottom: 5px; /* Add spacing between paragraphs and links */     
  }
  .footer-links a{
    text-decoration: none;
  }
  .footer-section a:hover {
    color:black; /* Change to a floral color on hover */
  }
  
  .social-icon {
    margin-left: 5px;
  }
  
  .social-icons a {
    display: inline-block;
    margin-right: 10px; /* Larger spacing between icons */
    color:white;
    font-size: 22px; /* Slightly larger icon size */
    transition: transform 0.3s ease, color 0.3s ease; /* Add hover animations */
  }
  
  .social-icons a:hover {
    color:#007bff; /* Highlight color on hover */
    transform: scale(1.2); /* Enlarge on hover */
  }
  .social-icons2{
    margin-left: 5px;
  }
  
  .social-icons2 a {
    display: inline-block;
    margin-right: 10px; /* Larger spacing between icons */
    color:white;
    font-size: 22px; /* Slightly larger icon size */
    transition: transform 0.3s ease, color 0.3s ease; /* Add hover animations */
  }
  
  .social-icons2 a:hover {
    color: black; /* Highlight color on hover */
    transform: scale(1.2); /* Enlarge on hover */
  }
  
  .footer-section form input[type="email"] {
    padding: 12px; /* Increased padding for inputs */
    margin-bottom: 15px; /* Add spacing below input field */
    border: none;
    border-radius: 5px;
    transition: box-shadow 0.3s ease; /* Add hover focus animations */
  }
  
  .footer-section form input[type="email"]:focus {
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.9); /* Lighter shadow on focus */
  }
  
  .footer-section form button {
    background: white; /* Floral color for button */
    color:black;
    border: none;
    margin-bottom: 20px;
    padding: 12px; /* Larger button padding */
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.3s ease, transform 0.3s ease;
  }
  
  .footer-section form button:hover {
    background: #d35400;
    color: black;
    transform: scale(1.1); /* Enlarge slightly on hover */
  }
  
  .footer-bottom {
    margin-top: 30px; /* Increased spacing for footer-bottom area */
    text-align: center;
    font-size: 14px; /* Slightly larger text for readability */
    opacity: 0; /* Start hidden */
    animation: fadeIn 1.5s ease-in forwards; /* Add fade-in animation */
  }
  
  .footer-bottom a {
    color:black;
    margin: 0 10px; /* Increase spacing between links */
    transition: color 0.3s ease;
  }
  
  .footer-bottom a:hover {
    color: black; /* Highlight color on hover */
  }
  
  .footer-section p {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    font-size: 15px;
    color: white;
  }
  
  .footer-section p i {
    font-size: 18px; /* Adjust icon size */
    color:white; /* Icon color */
    margin-right: 10px; /* Space between icon and text */
    transition: color 0.3s ease; /* Smooth hover transition */
  }
  
  .footer-section p a {
    color: white;
    text-decoration: none;
    transition: color 0.3s ease;
  }
  
  .footer-section p a:hover {
    color:black; /* Change text color on hover */
  }
  
  .footer-section p:hover i {
    color: black; /* Highlight icon on hover */
  }
  
  /* Fade-in animation */
  @keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(100px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
  }
  
  @keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
  }
  
  /* Responsive */
  @media (max-width: 768px) {
    .footer-section {
        flex: 1 1 100%; /* Stack sections on smaller screens */
    }
    .container {
        gap: 20px; /* Reduce gap on smaller screens */
    }
  }
  body {
    background: #f5f5f5;
}

.about-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 50px;
    background: white;
    gap: 40px;
}

.text-container {
    width: 50%;
    opacity: 1;
    transform: translateX(-50px);
}

h4 {
    color: green;
    font-weight: bold;
    font-size: 20px;
    margin-top: 20px;
    letter-spacing: 1px;
}

.heading {
    font-size: 38px;
    font-weight: bold;
    margin: 15px 0;
    color: #0a0a0a;
    font-family: "Teko,sans-serif";
}
@media (max-width: 768px) {
  .heading {
    font-size: 20px;
    font-weight: bold;
    margin: 15px 0;
    color: #0a0a0a;
    font-family: "Teko,sans-serif";
  }
  }
.heading span {
    color:#007bff;
}

p {
    color: black;
    font-size: 18px;
    margin-bottom: 20px;
    opacity: 1;
}

ul {
    list-style: none;
    padding-left: 20px;
}

ul li {
    font-size: 18px;
    margin-bottom: 12px;
    display: flex;
    color: black;
    align-items: center;
    transition: transform 0.3s ease-in-out;
}

ul li:hover {
    transform: translateX(10px);
}

.image-container {
    width: 50%;
    position: relative;
}

.image-container img {
    width: 100%;
    border-radius: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.image-container:hover img {
    transform: scale(1.08);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.stats {
    position: absolute;
    bottom: 8px;
    left: 14px;
    display: flex;
    gap: 20px;
}

.stat-box {
    background: linear-gradient(45deg, #222, #444);
    color: white;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
}

.stat-box span {
    font-size: 34px;
    font-weight: bold;
}

.stat-box p {
    font-size: 15px;
    color: #ddd;
}

/* 🔥 Animations */
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes swingEntry {
    0% {
        transform: rotateY(-90deg);
        opacity: 0;
    }
    100% {
        transform: rotateY(0deg);
        opacity: 1;
    }
}


@media (max-width: 900px) {
    .about-section {
        flex-direction: column;
        text-align: center;
    }

    .text-container, .image-container {
        width: 119%;
    }

    .stats {
        
      
        left: 5px;
        gap:10px;
        justify-content: center;
    }
    .image-container img {
      width: 100%;
   
      
      border-radius: 10px;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
     
      
  }
  .stat-box {
    background: linear-gradient(45deg, #222, #444);
    color: white;
    padding: 4px;
   
    
}
}



/* Match Box Container */
.match-box {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  padding: 30px;
  max-width: 950px;
  margin: auto;
  background: #ffffff;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.15);
  border-radius: 12px;
  transition: transform 0.4s ease-in-out, box-shadow 0.4s ease-in-out;
  position: relative;
  overflow: hidden;
}

/* Glowing Border Animation */
.match-box::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 6px;
  background: linear-gradient(45deg, #ff4757, #1e90ff, #ffcc00);
  top: 0;
  left: 0;
  animation: borderMove 4s linear infinite;
}

@keyframes borderMove {
  0% { left: -100%; }
  100% { left: 100%; }
}

/* Hover Effects */
.match-box:hover {
  transform: translateY(-8px);
  box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.2);
}

/* Countdown Timer */
.time-box {
  display: flex;
  justify-content: center;
  gap: 20px;
  animation: fadeIn 1s ease-in-out;
}

@keyframes fadeIn {
  0% { opacity: 0; transform: translateY(-10px); }
  100% { opacity: 1; transform: translateY(0); }
}


.time-box div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 90px;
  font-size: 20px;
  font-weight: bold;
  background: #e9ecef;

  
  transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
}

.time-box div span {
  font-size: 30px;
  color: black;
}

.time-box div:hover {
 

  
  transform: scale(1.15);
}

/* Team Flags */
.team-flags img {
  width: 100%;
  max-width: 400px;
  transition: transform 0.3s ease-in-out, filter 0.3s ease-in-out;
  filter: drop-shadow(0px 5px 10px rgba(0, 0, 0, 0.1));
}

.team-flags img:hover {
  transform: scale(1.1);
  filter: drop-shadow(0px 8px 15px rgba(0, 0, 0, 0.2));
}

/* VS Text */
.match-vs {
  background: #333;
  color: white;
  padding: 14px;
  border-radius: 50%;
  font-weight: bold;
  font-size: 22px;
  display: inline-block;
  transition: transform 0.3s ease-in-out;
}

.match-vs:hover {
  transform: scale(1.2);
}

/* Ticket Button */
.ticket-btn {
  background: #f6ce33;
  padding: 16px 35px;
  font-size: 20px;
  color: white;
  margin-bottom: 20px;
  border: none;
  cursor: pointer;
  font-weight: bold;
  border-radius: 8px;
  transition: background 0.3s ease-in-out, transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  margin-top: -20px;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
}

.ticket-btn:hover {
  background: #f6ce33;
  transform: scale(1.05);
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.3);
}

/* Responsive Design */
@media (max-width: 768px) {
  .match-box {
      flex-direction: column;
      text-align: center;
      padding: 25px;
  }

  .time-box {
      flex-direction: row;
      gap: 10px;
  }

  .time-box div {
      width: 75px;
      height: 75px;
      font-size: 18px;
  }

  .team-flags img {
      max-width: 300px;
  }

  .ticket-btn {
      font-size: 18px;
      padding: 14px 30px;
  }
}



body {
  font-family: Arial, sans-serif;
  text-align: center;
  background-color: #f9f9f9;
  margin: 0;
}

.match-section {
  padding: 40px 20px;
  background: white;
}

.match-section h2 {
  font-size: 26px;
  color: #222;
  margin-bottom: 20px;
  text-transform: uppercase;
  animation: fadeInDown 1s ease-in-out;
}

.match-slider-container {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  max-width: 900px;
  margin: auto;
}

.match-list {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  width: 80%;
  scrollbar-width: none;
}

.match-list::-webkit-scrollbar {
  display: none;
}

.match-card {
  min-width: 300px;
  margin: 10px;
  background: white;
  padding: 20px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  text-align: center;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 0.8s ease-in-out forwards;
}

.match-card:hover {
  transform: scale(1.05);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
}

.match-card img {
  width: 80px;
  height: auto;
  margin: 10px;
}

.vs-text {
  font-weight: bold;
  background: black;
  color: white;
  padding: 10px;
  border-radius: 50%;
  font-size: 18px;
}

.ticket-button {
  background: #ffd700;
  padding: 10px 20px;
  font-size: 16px;
  color: black;
  border: none;
  cursor: pointer;
  font-weight: bold;
  border-radius: 5px;
  transition: 0.3s ease-in-out;
}

.ticket-button:hover {
  background: #ffcc00;
  box-shadow: 0px 0px 10px #ffcc00;
  transform: scale(1.1);
}



/* Animations */
@keyframes fadeInUp {
  0% {
      opacity: 0;
      transform: translateY(20px);
  }
  100% {
      opacity: 1;
      transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
      opacity: 0;
      transform: translateY(-20px);
  }
  100% {
      opacity: 1;
      transform: translateY(0);
  }
}

/* Responsive */
@media (max-width: 768px) {
  .match-list {
      width: 100%;
  }
}


body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background-color: #f4f7f6;
}

.training-wrapper {
  text-align: center;
  padding: 60px 5%;
  background-color: #ffffff;
  opacity: 0;
  transform: translateY(50px);
  transition: all 1s ease-in-out;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.training-wrapper.visible {
  opacity: 1;
  transform: translateY(0);
}

.training-title {
  font-size: 36px;
  color: black;
  font-family: "Teko,sans-serif";
  margin-bottom: 30px;
  text-transform: uppercase;
  font-weight: bold;
}

.programs-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  max-width: 1100px;
  margin: auto;
}

.program-card {
  background: #ffffff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  text-align: center;
  transform: translateY(30px);
  opacity: 0;
  transition: all 0.8s ease-in-out;
  overflow: hidden;
  position: relative;
 
  
}

.program-card img {
  width: 100%;
  height: 210px;
  margin-bottom: 15px;
  border-radius: 10px;
  transition: transform 0.5s ease;
}

.program-card:hover img {
  transform: scale(1.07);
}

.program-card h3 {
  font-size: 20px;
  font-family: "Teko,sans-serif";
  color: black;
  margin-bottom: 10px;
  font-weight: bold;
}

.program-card p {
  font-size: 15px;
  color:black;
  line-height: 1.5;
}

/* Hover Effect */
.program-card:hover {

  
  color: white;
  transform: scale(1.26);
}

.program-card:hover h3, 
.program-card:hover p {
  color: black;
}

/* Animation */
.training-wrapper.visible .program-card.fade-in {
  opacity: 1;
  transform: translateY(0);
}





  



/* Parallax Section */
.parallax-section {
  position: relative;

  height: 500px; /* Adjust height as needed */
  background-image: url('/images/1.avif'); /* Background image */
  background-attachment: fixed; /* Parallax effect */
  background-position: center;
  
  
  background-repeat: no-repeat;
  background-size: cover;
  color: #b58540; 
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  overflow: hidden;
  
  
}

/* Content inside Parallax Section */
.parallax-content {
  max-width: 800px;
  z-index: 1;
  background: rgba(0, 0, 0, 0.7); /* Semi-transparent background */
  padding: 60px 50px;
  
  margin-right: 550px;

  
  opacity: 1; /* Initially hidden */
  transform: translateY(100px); /* Positioned below */
  transition: opacity 0.6s ease-out, transform 0.6s ease-out; /* Smooth transition */
}

/* Animation Applied */
.parallax-content.visible {
  opacity: 1;
  transform: translateY(0); /* Move to original position */
}

.parallax-content h1 {
  font-size: 25px;
  margin-bottom: 20px;
  color:white;
  
  font-family: "Arial, sans-serif";
  font-weight: 1000;
}

.parallax-content p {
  font-size: 35px;
 
  
  margin-bottom: 30px;
  color:white;
  font-family: Oswald;
  font-weight: 500;
}

.parallax-content .learn-more-btn {
  text-decoration: none;
  background: linear-gradient(90deg, #14496cf2, #209dc6);
  color: white;
  padding: 12px 25px;
  border-radius: 30px;
  font-size: 1rem;
  font-weight: bold;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.parallax-content .learn-more-btn:hover {
  background-color: #333;
  color: #fff;
  transform: scale(1.1);
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
}

@media (max-width: 826px) {


/* Content inside Parallax Section */
.parallax-content {
  max-width: 800px;
  z-index: 1;
  background: rgba(0, 0, 0, 0.7); /* Semi-transparent background */

  justify-content: center;
  margin-right:0px ;
  opacity: 1; /* Initially hidden */
  transform: translateY(100px); /* Positioned below */
  transition: opacity 0.6s ease-out, transform 0.6s ease-out; /* Smooth transition */
}

}


.visual-showcase {
  max-width: 1100px;
  margin: auto;
}

h2 {
  font-size: 26px;
  margin-bottom: 15px;
  margin-top: 40px;
  color: #333;
  font-family: "Teko,sans-serif";
  text-transform: uppercase;
  font-weight: bold;
}
@media (max-width: 768px) {
h2 {
  font-size: 26px;
  margin-bottom: 15px;
  margin-top: 19px;
  color: #333;
  font-family: "Teko,sans-serif";
  text-transform: uppercase;
  font-weight: bold;
}
}

.selection-menu {
  margin-bottom: 20px;
}

.selection-menu button {
  border: none;
  background: #007bff;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  color: #fff;
  margin: 5px;
  padding: 10px 20px;
  
  
  transition: all 0.3s ease-in-out;
}

.selection-menu button:hover,
.selection-menu button.active {
  background: #2a99b8;
  color:black;
}

.image-collection {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.image-box {
  width: 250px;
  height: 200px;
  overflow: hidden;
  border-radius: 10px;
  background: #fff;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease-in-out;
  opacity: 1;
  transform: scale(0.9);
}

.image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  transition: transform 0.3s ease;
}

.image-box:hover img {
  transform: scale(1.08);
}

/* Animation Effects */
.fade-in {
  opacity: 1;
  transform: scale(1);
}

.fade-out {
  display: none;
}





/* Section Styles */
.subscribe-section {
  background: #f4f7fc; /* Light Greyish Blue */
  padding: 60px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

/* Container */
.subscribe-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1100px;
  width: 100%;
  color: #2c3e50; /* Dark Blue */
  flex-wrap: wrap;
  gap: 20px;
}

/* Text Content */
.subscribe-text {
  flex: 1;
  max-width: 500px;
  text-align: left;
}

.subscribe-text h2 {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.3;
  color: #34495e; /* Muted Dark Blue */
  animation: fadeInLeft 1s ease-in-out;
}

.subscribe-text span {
  color: #3498db; /* Soft Blue */
}

.subscribe-text p {
  font-size: 1rem;
  margin-top: 10px;
  opacity: 0.8;
}

/* Input Box */
.subscribe-input {
  display: flex;
  align-items: center;
  margin-top: 20px;
  background: white;
  
  
  padding: 5px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.subscribe-input input {
  border: none;
  padding: 12px;
  width: 100%;
  border-radius: 30px;
  outline: none;
  font-size: 1rem;
  margin-left: 10px;
  color: #34495e;
}

.subscribe-input button {
  background: #3498db; /* Soft Blue */
  color: white;
  font-size: 1rem;
  border: none;
  padding: 12px 25px;
  border-radius: 30px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.subscribe-input button:hover {
  background: #2980b9; /* Darker Blue */
  transform: scale(1.05);
}

/* Image */
.subscribe-image img {
  width:500px;
  
  margin-right: 0px;
  animation: fadeInRight 1s ease-in-out;
}

/* Animations */
@keyframes fadeInLeft {
  from {
      opacity: 0;
      transform: translateX(-50px);
  }
  to {
      opacity: 1;
      transform: translateX(0);
  }
}

@keyframes fadeInRight {
  from {
      opacity: 0;
      transform: translateX(50px);
  }
  to {
      opacity: 1;
      transform: translateX(0);
  }
}

/* Responsive */
@media (max-width: 768px) {
  .subscribe-container {
      flex-direction: column;
      text-align: center;
  }

  .subscribe-text {
      text-align: center;
  }

  .subscribe-input {
      flex-direction: column;
      padding: 10px;
      width: 100%;
  }

  .subscribe-input input {
      width: 100%;
      margin-bottom: 10px;
  }

  .subscribe-image img {
      width: 250px;
      margin-right: 0px;
  }
}

/* Parallax Section Styles */
.my-parallax {
  position: relative;
  height: 100vh; /* Full-screen height */
  background: url('/images/rohit2.jpg') no-repeat center center/cover;
  background-attachment: fixed; /* Parallax effect */
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Overlay Styles */
.my-overlay {
  position: absolute;
  inset: 0; /* Covers the entire container */
  background: rgba(0, 0, 0, 0.5); /* Adjust transparency */
  z-index: 1;
}

/* Text Styles */
.my-text {
  background: rgba(0, 0, 0, 0.7); /* Semi-transparent background */
  padding: 50px 120px;
  
  

  position: relative;
  z-index: 2; /* Ensures text is above the overlay */
  text-align: center;
  color: #fff;
  padding: 20px;
  margin-top:-10px;
}

/* Title Styles */
.my-title {
  font-size: 40px;
  font-weight: bold;
  color: white;
  font-family: "Teko,sans-serif";
  margin: 0;
  opacity: 0; /* Initially hidden */
  transform: translateY(-2000px);
  transition: opacity 1s ease, transform 1s ease; /* Transition effects */
}

/* Subtitle Styles */
.my-subtitle {
  font-size:30px;
  font-family: "Teko,sans-serif";
  font-weight: 600;
  margin-top: 10px;
  color: white;
  margin-bottom: 58px;
  opacity: 0; /* Initially hidden */
  transform: translateY(200px);
  transition: opacity 1s ease, transform 1s ease; /* Transition effects */
}

/* Visible State */
.show-title {
  opacity: 1;
  transform: translateY(0); /* Final state */
}

.show-subtitle {
  opacity: 1;
  transform: translateY(0); /* Final state */
}

/* Responsive Styles */
@media (max-width: 1200px) {
  .my-title {
      font-size: 50px; /* Adjust font size for medium screens */
  }
  
  .my-subtitle {
      font-size: 40px; /* Adjust font size for medium screens */
      margin-bottom: 58px;
  }
}

@media (max-width: 768px) {
  .my-parallax {
      height: 80vh; /* Adjust height for smaller screens */
  }

  .my-title {
      font-size: 40px; /* Adjust font size for small screens */
  }

  .my-subtitle {
      font-size: 30px; /* Adjust font size for small screens */
      margin-bottom: 58px;
  }
}

@media (max-width: 480px) {
  .my-parallax {
      height: 60vh; /* Adjust height for extra small screens */
  }

  .my-title {
      font-size: 30px; /* Further adjust font size for extra small screens */
  }

  .my-subtitle {
      font-size: 25px; /* Further adjust font size for extra small screens */
      margin-bottom: 58px;
  }
}






   
#lightbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: fixed;
}
.download {
  position: absolute;
  top: 20px;
  font-size: 30px;
  color: white;
  cursor: pointer;
 
  
  padding: 10px;
  border-radius: 50%;
  transition: background 0.3s ease;
}
.download {
  right: 53px;
  top:9px;
}

.lightbox-content {
  max-width: 90%;
  max-height: 90%;
  border-radius: 10px;
}

.close {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 30px;
  color: white;
  cursor: pointer;
}

/* Prev, Next, Download Buttons */
#prev, #next, #download button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
text-decoration: none;
  
  color:white;

  
  background: none; 
  border: none;
  outline: none;
  
  font-size: 20px;
  cursor: pointer;
 
  
}

#prev { left: 20px; }
#next { right: 20px; }

#download {
  position: absolute;
  bottom: 20px;
  text-decoration: none;
}

#download button {

  
  color: black;
}



.videos-section {
  padding: 40px 20px; /* Adjusted for better spacing on all devices */
  background-color: #f4f4f4;
  text-align: center;
}

.videos-section h2 {
  font-size: 2.5em;
  color: #202124;
  font-weight: 500;
  margin-bottom: 30px;
  letter-spacing: 0.5px;
  transition: color 0.3s ease;
}

.videos-section h2:hover {
  color: #1a73e8;
}

.videos-row {
  display: flex;
  justify-content: space-between;
  gap: 20px; /* Consistent spacing between cards */
  flex-wrap: wrap;
  margin-bottom: 30px;
  padding: 0;
}

.video-card {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  width: calc(50% - 10px); /* Dynamically adjust width for spacing */
  height: 350px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  animation: fadeIn 1s ease-in-out;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.video-card:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.video-card video {
  width: 100%;
  height: 100%; /* Adjust video to fit card height */
  object-fit: cover;
  transition: transform 0.3s ease;
}

.video-card:hover video {
  transform: scale(1.05);
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Add a gentle "pop" effect on hover */
.video-card:active {
  transform: scale(1.02);
}

/* Responsive Design for Medium Screens */
@media (max-width: 1024px) {
  .video-card {
    width: calc(50% - 10px); /* Maintain two cards per row */
    height: 300px;
  }

  .videos-row {
    gap: 15px; /* Adjust spacing */
  }
}

/* Responsive Design for Smaller Screens */
@media (max-width: 768px) {
  .videos-row {
    flex-direction: column;
    align-items: center;
  }

  .video-card {
    width: 90%; /* Full width on smaller screens */
    margin-bottom: 20px;
    height: 250px; /* Reduced height */
  }

  .video-card video {
    height: 250px; /* Adjust video height for smaller screens */
  }
}

/* Extra Small Screens */
@media (max-width: 480px) {
  .video-card {
    width: 100%; /* Full width for very small screens */
    height: 200px;
  }

  .video-card video {
    height: 201px; /* Adjust video height */
  }

  .videos-section h2 {
    font-size: 1.8em; /* Adjust heading size */
  }
}
@media(min-width:1819px) and (max-width:2560px){
.video-card {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  width: calc(50% - 10px);
  height: 710px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  animation: fadeIn 1s ease-in-out;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
}









  /* Testimonials Section */
  .testimonials-section {
    background: #f9f9f9;
    padding: 60px 20px;
    text-align: center;
    font-family: 'Arial', sans-serif;
  }
  
  .testimonials-section h2 {
    font-size: 2.5rem;
    color: #d77f48;
    margin-bottom: 40px;
    font-family: 'Roboto', 'Helvetica Neue', sans-serif;
    font-weight: 600;
  }
  
  .testimonial-carousel {
    display: flex;
    overflow: hidden;
    max-width: 800px;
    margin: 0 auto;
    position: relative;
  }
  
  .testimonial {
    min-width: 100%;
    transition: transform 0.5s ease;
    padding: 30px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    background: #ffffff;
  }
  
  .testimonial-text {
    font-size: 1.2rem;
    color: #5a3d2b;
    margin-bottom: 15px;
    font-style: italic;
  }
  
  .author {
    display: flex;
    align-items: center;
    gap: 15px;
  }
  
  .author img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #d77f48; /* Soft orange border */
  }
  
  .author h4 {
    font-size: 1.2rem;
    color: #5a3d2b;
    margin: 0;
  }
  
  .author span {
    font-size: 0.9rem;
    color: #8c6a58;
  }
  
  
  *{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  .testi-clients{
    width: 100%;
    min-height: 70vh;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .testimonials{
    position: relative;
    width: 100%;
    min-height: 450px;
  }
  .testimonials .contents-wraper{
    width: 70%;
    min-height: inherit;
    margin: 30px auto;
    text-align: center;
  }
  .contents-wraper .header h1{
    position: relative;
    font-size: 40px;
    
    
    font-weight:lighter;
    text-align: center;
    font-family: "Teko,sans-serif";
    letter-spacing: 1px;
    color:black;
    font-weight: bolder;
  }
  
  
  .contents-wraper .testRow{
    width: 100%;
    min-height: inherit;
    position: relative;
    overflow: hidden;
  }
  .testRow .testItem{
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .testRow .testItem:not(.active){
    top: 0;
    left: -100%;
  }
  .testRow .testItem img{
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 5px;

    
    outline-offset: 2px;
  }
  .testRow .testItem h3{
    font-size: 20px;
    font-family: "Teko,sans-serif";
    padding: 7px;
    color: black;
  }
  .testRow .testItem h4{
    font-family: "Teko,sans-serif";
    color:black;
    font-size: 20px;
  }
  .testRow .testItem p{
    font-size: 15px;  
    font-family: "Teko,sans-serif";
  
    letter-spacing: 1px;
    line-height: 1.2;
    padding: 30px;
    color: black;
  }
  .contents-wraper .indicators{
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    padding: 5px;
    cursor: pointer;
  }
  .contents-wraper .indicators .dot{
    width: 15px;
    height: 15px;
    margin: 0px 3px;
    border: 3px solid #aaa;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.5s ease;
  }
  .contents-wraper .indicators .active{
    background-color: #006994;
  }
  @keyframes next1{
    from{
      left: 0%;
    }
    to{
      left: -100%;
    }
  }
  @keyframes next2{
    from{
      left: 100%;
    }
    to{
      left: 0%;
    }
  }
  
  @keyframes prev1{
    from{
      left: 0%;
    }
    to{
      left: 100%;
    }
  }
  @keyframes prev2{
    from{
      left: -100%;
    }
    to{
      left: 0%;
    }
  }
  
  @media(max-width: 550px){
    .testimonials .contents-wraper{
      width: 90%;
    }
    .contents-wraper .header h1{
      font-size: 32px;
    }
    .testRow .testItem h3{
      font-size: 26px;
    }
    .testRow .testItem p{
      font-size: 16px;
      letter-spacing: initial;
      line-height: initial;
    }
  
  }
  
  


.visual-showcase {
  max-width: 1100px;
  margin: auto;
}

h1 {
  font-size: 35px;
  margin-bottom: 15px;
  margin-top: 40px;
  text-align: center;
  color:#006994;
  font-family: "Teko,sans-serif";
  text-transform: uppercase;
  font-weight: bold;
}

.selection-menu {
  margin-bottom: 20px;
  text-align: center;
}

.selection-menu button {
  border: none;
  background: #007bff;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  color: #fff;
  margin: 5px;
  padding: 10px 20px;
  
  
  transition: all 0.3s ease-in-out;
}

.selection-menu button:hover,
.selection-menu button.active {
  background: #2a99b8;
  color:black;
}

.image-collection {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.image-box {
  width: 250px;
  height: 200px;
  overflow: hidden;
  border-radius: 10px;
  background: #fff;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease-in-out;
  opacity: 1;
  transform: scale(0.9);
}

.image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  transition: transform 0.3s ease;
}

.image-box:hover img {
  transform: scale(1.08);
}

/* Animation Effects */
.fade-in {
  opacity: 1;
  transform: scale(1);
}

.fade-out {
  display: none;
}
@media (max-width: 480px) {
  .image-box {
    width: 90%;
    height: 250px;
    overflow: hidden;
    border-radius: 10px;
    background: #fff;
   
    
  }
}



 .whatsapp-button {
            position: fixed;
            bottom: 20px;
            right: 20px;
            background-color: #25D366;
            color: white;
            padding: 12px 18px;
            border-radius: 50px;
            font-size: 16px;
            text-decoration: none;
            font-family: Arial, sans-serif;
            display: flex;
            align-items: center;
            box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
            transition: transform 0.3s ease-in-out;
            z-index: 1000; /* Ensure it stays on top */
        }
        .whatsapp-button img {
            width: 24px;
            height: 24px;
            margin-right: 10px;
        }
        .whatsapp-button:hover {
            transform: scale(1.1);
        }
        @media (max-width: 600px) {
            .whatsapp-button {
                padding: 10px 15px;
                font-size: 14px;
            }
            .whatsapp-button img {
                width: 20px;
                height: 20px;
            }
        }