@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.header {
  text-align: center;
}

.subtitle {
  color: #ff6b35;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 16px;
}

.main-title {
  font-size: clamp(36px, 5vw, 56px);
  font-weight: 900;
  color: #0a0a0a;
  line-height: 1.1;
}

.slider-container {
  perspective: 1500px;
  perspective-origin: 50% 50%;
  cursor: grab;
  width: 100%;
  max-width: 1400px;
  overflow: hidden;
}

.slider-container.dragging {
  cursor: grabbing;
}

.slider-track {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transform-style: preserve-3d;
}

.card {
  flex-shrink: 0;
  width: 240px;
  background: white;
  overflow: hidden;
  transform-style: preserve-3d;
  position: relative;
  cursor: pointer;
}

.card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.15),
    transparent 30%,
    transparent 70%,
    rgba(0, 0, 0, 0.15)
  );
  transform: translateZ(-8px);
  pointer-events: none;
}

.card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #e0e0e0;
  transform: translateZ(-16px);
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.3);
  pointer-events: none;
}

.card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  pointer-events: none;
  position: relative;
  z-index: 1;
}

.card .hover-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 2;
}

.card:hover .hover-overlay {
  opacity: 1;
}

.card .hover-overlay span {
  color: white;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.slider-track.blurred .card:not(.expanded) {
  filter: blur(8px);
  transition: filter 0.6s ease;
}

.card.expanded {
  z-index: 1000 !important;
}

.card-info {
  position: fixed;
  bottom: 80px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.6s ease;
  z-index: 1001;
  max-width: 600px;
  padding: 1.5rem;
  background: #ff6b35;
  box-shadow: 4px 3px 18px 4px #b7b7b721;
  min-width: 375px;
}

.card-info.visible {
  opacity: 1;
  pointer-events: all;
}

.card-info h2 {
  font-size: 36px;
  font-weight: 900;
  color: #0a0a0a;
  margin-bottom: 16px;
}

.card-info p {
  font-size: 18px;
  color: #080808;
  line-height: 1.7;
}

.close-btn {
  position: fixed;
  top: 40px;
  right: 40px;
  width: 60px;
  height: 60px;
  background: white;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 1002;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.close-btn.visible {
  opacity: 1;
  pointer-events: all;
}

.close-btn:hover {
  background: #ff6b35;
  color: white;
  transform: rotate(90deg) scale(1.1);
}

.close-btn svg {
  width: 24px;
  height: 24px;
}



/* moving brands*/

@-webkit-keyframes scroll {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(calc(-250px * 7));
    }
  }
  
  @keyframes scroll {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(calc(-250px * 7));
    }
  }
  .slider {
    background: white;
    box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.125);
    height: 100px;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .slider::before, .slider::after {
    background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
    content: "";
    height: 100px;
    position: absolute;
    width: 200px;
    z-index: 2;
  }
  .slider::after {
    right: 0;
    top: 0;
    transform: rotateZ(180deg);
  }
  .slider::before {
    left: 0;
    top: 0;
  }
  .slider .slide-track {
    -webkit-animation: scroll 40s linear infinite;
            animation: scroll 40s linear infinite;
    display: flex;
    width: calc(250px * 14);
  }
  .slider .slide {
    height: 100px;
    width: 250px;
  }
  
/* 
---------------------------------------------
About Style
--------------------------------------------- 
*/

.faq {
    position: relative;
    padding: 0px;
    margin-top: 130px;
  }
  
  .faq:before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    width: 84%;
    height: 100%;
    background-color: #f1f0fe;
    content: '';
    border-top-left-radius: 500px;
    border-bottom-left-radius: 500px;
  }
  
  .accordion {
    margin-top: -40px;
    margin-bottom: -40px;
    background-color: #7a6ad8;
    border-radius: 40px;
    padding: 80px 50px 50px 50px;
  }
  
  .accordion-item {
    background-color: #fff;
    border-radius: 40px !important;
    margin-bottom: 30px;
    border: none;
  }
  
  .accordion-item .accordion-button {
    outline: none;
    box-shadow: none;
    border-radius: 40px !important;
  }
  
  .accordion-button:not(.collapsed) {
    color: #7a6ad8;
    background-color: #fff;
  }
  
  h2.accordion-header button {
    padding: 15px 25px;
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 600;
  }
  
  .accordion-button::after {
    font-size: 18px;
    font-weight: 500;
    background-image: none;
    content: '+';
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    background-color: #7a6ad8;
    color: #fff;
  }
  
  .accordion-button:not(.collapsed)::after {
    background-image: none;
    line-height: 32px;
    content: '-';
  }
  
  .accordion-body {
    padding: 0px 25px 30px 25px;
    font-size: 14px;
    line-height: 28px;
    color: #4a4a4a;
  }
  
  .faq .section-heading {
    margin-left: 60px;
    margin-bottom: 0px;
  }
  
  .faq .section-heading .main-button {
    margin-top: 50px;
  }
  
  /* 
  ---------------------------------------------
  About us css ends
  --------------------------------------------- 
  */
    
  
/*---------------------------------------
  SITE FOOTER              
-----------------------------------------*/
.site-footer {
    background-color: #44525d;
    padding-top: 70px;
  }
  
  .site-footer-bottom {
    background-color:  #5a6f80;
    position: relative;
    z-index: 2;
    margin-top: 70px;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  
  .site-footer-bottom a {
      color: #ffffff;
  }
  
  .site-footer-bottom a:hover {
      color: #FF6;
  }
  
  .site-footer-link {
    color: #ffffff;
  }
  
  .copyright-text {
    color:  #f0f8ff;
    font-size:  14px;
    margin-right: 30px;
  }
  
  .site-footer .custom-btn {
    font-size:  14px;
  }
  
  .site-footer .custom-btn:hover {
    background: #5bc1ac;
  }
  
  
  /*---------------------------------------
    FOOTER MENU               
  -----------------------------------------*/
  /* Footer */
.footer {
    background: linear-gradient(135deg, #1A1A2E 0%, #16213E 50%, #0F3460 100%);
    color: white;
    padding: 60px 20px 30px;
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 30% 20%, rgba(127, 255, 212, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 70% 80%, rgba(255, 171, 145, 0.08) 0%, transparent 50%);
    pointer-events: none;
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.footer-main {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 40px;
    margin-bottom: 40px;
}

.footer-brand {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.footer-logo {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
}

.footer-logo-text {
    font-size: 28px;
    font-weight: 700;
    background: linear-gradient(135deg, #FF6B6B, #7FFFD4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.footer-description {
    color: #B0BEC5;
    line-height: 1.6;
    margin-bottom: 20px;
}

.footer-social {
    display: flex;
    gap: 15px;
}

.social-link {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #B0BEC5;
    text-decoration: none;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.social-link:hover {
    background: linear-gradient(135deg, #FF6B6B, #7FFFD4);
    color: white;
    transform: translateY(-3px);
}

.footer-section {
    display: flex;
    flex-direction: column;
}

.footer-section h4 {
    color: white;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
}

.footer-section h4::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 30px;
    height: 2px;
    background: linear-gradient(90deg, #FF6B6B, #7FFFD4);
}

.footer-links {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer-link {
    color: #B0BEC5;
    text-decoration: none;
    transition: all 0.3s ease;
    padding: 5px 0;
    position: relative;
}

.footer-link:hover {
    color: #7FFFD4;
    padding-left: 10px;
}

.footer-link::before {
    content: '';
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 2px;
    background: #7FFFD4;
    transition: width 0.3s ease;
}

.footer-link:hover::before {
    width: 8px;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.footer-copyright {
    font-size: 14px;
    color: #90A4AE;
}

.footer-credits {
    font-size: 14px;
    color: #90A4AE;
}

.footer-credits a {
    color: #FF6B6B;
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer-credits a:hover {
    color: #7FFFD4;
    text-decoration: underline;
}

    
  /*---------------------------------------
    SOCIAL ICON               
  -----------------------------------------*/


  /* 
---------------------------------------------
RESPONSIVE DESIGN
---------------------------------------------
*/

/* Large Tablets (≤ 1200px) */
@media (max-width: 1200px) {
    .slider-container {
      max-width: 1000px;
    }
      
    .card {
      width: 200px;
    }
  
    .card-info {
      max-width: 500px;
      min-width: 320px;
    }
  
    .accordion {
      padding: 60px 40px 40px;
    }
  
    .footer-main {
      grid-template-columns: 2fr 1fr 1fr;
      gap: 30px;
    }
  }
  
  /* Tablets (≤ 992px) */
  @media (max-width: 992px) {
    .main-title {
      font-size: clamp(28px, 6vw, 42px);
    }
  
    .header {
        text-align: center;
        margin-top: 27%;
      }

      .section-heading{
        margin-top: 15%;
     }

    .slider-container {
      max-width: 90%;
      perspective: 1000px;
    }
  
    .card {
      width: 180px;
    }
  
    .faq:before {
      width: 100%;
      border-radius: 0;
    }
  
    .accordion {
      border-radius: 30px;
      padding: 50px 30px;
    }
  
    .accordion-item {
      border-radius: 30px !important;
    }
  
    .faq .section-heading {
      margin-left: 0;
      text-align: center;
    }
  
    .footer-main {
      grid-template-columns: 2fr 1fr;
      gap: 25px;
    }
  
    .footer-description {
      font-size: 15px;
    }
  }
  
  /* Large Phones (≤ 768px) */
  @media (max-width: 768px) {
    .subtitle {
      font-size: 12px;
      margin-bottom: 10px;
    }
  
    .header {
        text-align: center;
        margin-top: 45%;
      }
    .section-heading{
        margin-top: 15%;
    }
    .main-title {
      font-size: clamp(24px, 8vw, 36px);
    }
  
    .slider-container {
      max-width: 100%;
      overflow-x: scroll;
    }
  
    .slider-track {
      gap: 12px;
    }
  
    .card {
      width: 160px;
    }
  
    .card-info {
      bottom: 60px;
      padding: 1rem;
      font-size: 16px;
    }
  
    .close-btn {
      top: 20px;
      right: 20px;
      width: 50px;
      height: 50px;
    }
  
    .accordion {
      padding: 40px 20px;
    }
  
    .accordion-item .accordion-button {
      font-size: 15px;
    }
  
    .accordion-body {
      font-size: 13px;
    }
  
    .faq {
      margin-top: 80px;
    }
  
    .footer-main {
      grid-template-columns: 1fr 1fr;
      gap: 30px;
    }
  
    .footer-section h4 {
      font-size: 16px;
    }
  
    .footer-description {
      font-size: 14px;
    }
  
    .footer-link {
      font-size: 14px;
    }
  
    .footer-social {
      gap: 10px;
    }
  
    .footer-bottom {
      flex-direction: column;
      text-align: center;
      gap: 10px;
    }
  }
  
  /* Small Phones (≤ 576px) */
  @media (max-width: 576px) {
    .main-title {
      font-size: clamp(20px, 9vw, 30px);
    }
  
    .card {
      width: 140px;
    }
  
    .header {
        text-align: center;
        margin-top: 65%;
      }
      .section-heading{
        margin-top: 15%;
     }
    .card-info {
      max-width: 90%;
      min-width: unset;
      bottom: 40px;
      padding: 0.8rem;
    }
  
    .close-btn {
      width: 45px;
      height: 45px;
    }
  
    .accordion {
      padding: 30px 15px;
    }
  
    .accordion-item .accordion-button {
      padding: 12px 20px;
      font-size: 14px;
    }
  
    .accordion-body {
      padding: 0 20px 20px;
    }
  
    .faq {
      margin-top: 60px;
    }
  
    .footer {
      padding: 50px 15px 20px;
    }
  
    .footer-main {
      grid-template-columns: 1fr;
      gap: 40px;
      text-align: center;
    }
  
    .footer-logo {
      justify-content: center;
    }
  
    .footer-section h4::after {
      left: 50%;
      transform: translateX(-50%);
    }
  
    .footer-social {
      justify-content: center;
    }
  
    .footer-bottom {
      flex-direction: column;
      text-align: center;
    }
  
    .footer-copyright,
    .footer-credits {
      font-size: 13px;
    }
  }
  
  /* Extra Small (≤ 400px) */
  @media (max-width: 400px) {
    .main-title {
      font-size: 22px;
    }
  
    .card {
      width: 120px;
    }
    .section-heading{
        margin-top: 15%;
     }
    .card-info {
      font-size: 14px;
      bottom: 30px;
    }
  
    .close-btn {
      width: 40px;
      height: 40px;
    }
  
    .footer-logo-text {
      font-size: 22px;
    }
  }

  