
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;700&display=swap');

body {
    font-family: 'Rubik', sans-serif;
}

/*--------------------
  1. Global Styles
--------------------*/
/* body {
    font-family: "Arial", sans-serif;
    margin: 0;
    padding: 0;
  }
  
  /*--------------------
    2. Swiper Layout
  --------------------*/

  
  /* .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    padding: 0 5%;
    width: 100% !important;
    text-align: center;
  }
   */
  /*--------------------
    3. Slide Backgrounds
  --------------------*/
  /* .swiper-slide-1 {
    background: linear-gradient(135deg, #1559b3, #0b0934);
  }
  .swiper-slide-2 {
    background: linear-gradient(135deg, #1e40af, #262389);
  }
  .swiper-slide-3 {
    background: linear-gradient(135deg, #3b82f6, #1e293b);
  }
   */
  /*--------------------
    4. Content Styles
  --------------------*/
  /* .slide-content {
    flex: 0 1 45%;
    padding: 20px;
    color: white;
  }
  
  .swiper h1 {
    font-size: 3rem;
    font-weight: bolder;
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  }
  
  .swiper p {
    font-size: 1.2rem;
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  } */
  
  /*--------------------
    5. Image Styles
  --------------------*/
  /* .slide-image-1 {
    flex: 0 1 45%;
    max-height: 100%;
    width: 100%;
    max-width: 700px;
    margin-top: 15px;
    object-fit: contain;
  }
  
  .slide-image-2 {
    flex: 0 1 45%;
    max-height: 100%;
    width: 100%;
    max-width: 700px;
    margin-top: 15px;
    object-fit: contain;
  }
   */
  /*--------------------
    6. Navigation
  --------------------*/
  /* .swiper-pagination-bullet {
    background: white;
  }
  
  .swiper-button-prev,
  .swiper-button-next {
    color: white;
  }
   */
  /*--------------------
    7. Button Styles
  --------------------*/
  /* .swiper .demo-btn {
    background: #3b82f6;
    color: white;
    padding: 12px 24px;
    margin-top: 2rem;
    border: none;
    border-radius: 8px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }
  
  .swiper .demo-btn:hover {
    background: #2563eb;
    transform: translateY(-2px);
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.2);
  } */
  
  /*--------------------
    8. Media Queries
  --------------------*/
  /* Desktop - 1024px */
  /* @media (max-width: 1024px) {
    .swiper {
      height: 500px;
    }
    .slide-content {
      max-width: 500px;
    }
    .slide-image-2 {
      max-width: 400px;
    }
  
    .swiper h1 {
      font-size: 2rem;
    }
    .swiper p {
      font-size: 1rem;
    }
   
    .demo-btn {
      padding: 10px 20px;
      font-size: 1rem;
    }
  } */
  
  /* Tablet - 768px */
  /* @media (max-width: 768px) {
    .swiper {
      height: 450px;
    }
    .slide-content {
      max-width: 400px;
      padding: 15px;
    }
    .swiper h1 {
      font-size: 1.5rem;
    }
    .swiper p {
      font-size: 0.9rem;
    }
    .slide-image-1 {
      max-width: 400px;
    }
    .slide-image-2 {
      max-width: 380px;
    }
    .swiper .demo-btn {
      padding: 8px 16px;
      font-size: 0.9rem;
    }
    .swiper-button-prev,
    .swiper-button-next {
      display: none;
    }
  } */
  
  /* Mobile - 640px */
  /* @media (max-width: 640px) {
    .swiper {
      height: 400px;
    }
    .swiper-slide {
      padding: 0 3%;
      justify-content: space-between;
    }
    .swiper h1 {
      font-size: 1rem;
    }
    .swiper p {
      font-size: 0.8rem;
    }
    .slide-image-1 {
      max-width: 300px;
    }
    .slide-image-2 {
      max-width: 280px;
    }
    .swiper .demo-btn {
      padding: 4px 10px;
      font-size: 0.7rem;
      margin-top: 0.5rem;
    }
  } */
  
  /* Small Mobile - 480px */
  /* @media (max-width: 480px) {
    .swiper {
      height: 300px;
    }
    .slide-content {
      padding: 0;
    }
    .swiper h1 {
      font-size: 1rem;
      margin-bottom: 5px;
    }
    .swiper p {
      font-size: 0.5rem;
      margin-bottom: 5px;
    }
    .slide-image-1 {
      max-width: 200px;
    }
    .slide-image-2 {
      max-width: 180px;
    }
  } */
  


  /*--------------------
    9. Animate Grow
  --------------------*/
    /* .swiper-button-next:after, .swiper-button-prev:after{
        display: done;
    }


  .animate-resize {
    transform: scaleX(0.5);
    opacity: 0.6;
    transform-origin: right;
    transition: transform 0.1s ease-out, opacity 0.1s ease-out;
  }
   */
  /*--------------------
    10. Card Animations
  --------------------*/
  /* .card {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  }
  
  .card.visible {
    opacity: 1;
    transform: translateY(0);
  }
  
  /* Stagger delay for multiple cards */
  /* .card:nth-child(1) {
    transition-delay: 0.1s;
  }
  .card:nth-child(2) {
    transition-delay: 0.2s;
  }
  .card:nth-child(3) {
    transition-delay: 0.3s;
  } */
   */
  /*--------------------
    11. Testomonial Hover
  --------------------*/
  /* .testimonial-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  .testimonial-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  } */


 
  



  /* Custom Swiper Styles */
/* Custom Pagination */
.swiper-pagination-bullet {
    background: white !important;
    width: 10px;
    height: 10px;
    opacity: 0.5;
    transition: opacity 0.3s ease-in-out;
}



.swiper-pagination-bullet-active {
    background: orange !important;
    opacity: 1;
    transform: scale(1.3);
}



/* Customizing Swiper Navigation Buttons */
.swiper-button-next,
.swiper-button-prev {
    background-color: rgba(0, 0, 0, 0.6); /* Semi-transparent black */
    color: white; /* White arrow color */
    border-radius: 50%; /* Circular buttons */
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease-in-out;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background-color: rgba(0, 0, 0, 0.8); /* Darker on hover */
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 20px !important; /* Adjust arrow size */
    font-weight: bold;
}

/* Positioning adjustments */
.swiper-button-prev {
    left: 10px; /* Moves the left arrow slightly inward */
}

.swiper-button-next {
    right: 10px; /* Moves the right arrow slightly inward */
}
