.services-one__bg.gradient-bg {
  background: linear-gradient(90deg, #03000a, #181717),
    url("/assets/images/bg1.png");
  background-size: cover;
  background-position: center;
}

.service-compact {
  max-width: 320px;
  margin: auto;
  border-radius: 16px;
  /* background: #790000; */
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
  transition: all 0.4s ease;
} 

.service-compact:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.services-one__single-img img {
  object-fit: cover;
}

.services-one__single-content {
  padding: 22px 20px 28px;
}

.services-one__single-content h2 {
  font-size: 20px;
  font-weight: 700;
}

.service-btn {
  padding: 10px 22px;
  border-radius: 30px;
  background: #8b0a50;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s;
}

.service-btn:hover {
  background: #65073b;
}



.team-one {
  background: #f8faff;
}

.section-title__tagline {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
}

.section-title__title {
  font-size: 36px;
  font-weight: 700;
  color: #1e1666;
  font-family: "Roboto", sans-serif;
}

.team-one__single {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
  transition: 0.4s;
  height: 100%;
}

.team-one__single:hover {
  transform: translateY(-12px);
  box-shadow: 0 25px 55px rgba(0, 0, 0, 0.15);
}

.team-one__single-img img {
  width: 100%;
  transition: transform 0.5s ease;
}

.team-one__single:hover img {
  transform: scale(1.08);
}

.team-one__single-content {
  padding: 22px 18px 26px;
  text-align: center;
}

.team-one__single-content span {
  font-size: 13px;
  color: #000;
  line-height: 1.6;
  display: block;
  margin-bottom: 10px;
  white-space: pre-line;
}

.team-one__single-content h2 {
  font-size: 20px;
  font-weight: 700;
}

.team-one__single-content h2 a {
  color: #1e1666;
  text-decoration: none;
  transition: 0.3s;
}

.team-one__single:hover h2 a {
  color: #2ba84a;
}

@media (max-width: 768px) {
  .section-title__title {
    font-size: 28px;
  }
}
  


/* ================================
   SECTION
================================ */
.video-one {
  position: relative;
  padding: 90px 0;
  overflow: hidden;
}

.video-one__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  z-index: 1;
}

.video-one__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(62, 3, 65, 0.92),
    rgba(214, 51, 132, 0.85)
  );
}

.video-one .container {
  position: relative;
  z-index: 2;
}

/* ================================
   TITLE
================================ */
.section-title__title1 {
  font-size: clamp(26px, 4vw, 42px);
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin-bottom: 50px;
}

/* ================================
   SWIPER BOX
================================ */
.gallery-box {
  position: relative;
  background: white;
  padding: 50px 25px;
  border-radius: 18px;
  overflow: hidden;
}

/* Animated circles */
.swiper-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.circle {
  position: absolute;
  border-radius: 50%;
  filter: blur(70px);
  opacity: 0.45;
  animation: float 14s infinite alternate ease-in-out;
}

.c1 {
  width: 300px;
  height: 300px;
  background: #e9e9e9;
  top: -100px;
  left: -100px;
}

.c2 {
  width: 260px;
  height: 260px;
  background: #f8f8f8;
  bottom: -120px;
  right: -120px;
  animation-delay: 4s;
}

.c3 {
  width: 200px;
  height: 200px;
  background: #00d4ff;
  top: 40%;
  left: 60%;
  animation-delay: 8s;
}

/* Keep Swiper above circles */
.swiper {
  position: relative;
  z-index: 2;
}

/* ================================
   SLIDE IMAGE
================================ */
.gallery-image {
  height: 140px;
  width: auto;
  object-fit: contain;
  border-radius: 24px;
  transition: 0.4s ease;
}

.gallery-image:hover {
  transform: translateY(-10px) scale(1.1);
  box-shadow: 0 25px 55px rgba(0, 0, 0, 0.35);
}

/* ================================
   BUTTON
================================ */
.view-all {
  text-align: center;
  margin-top: 50px;
}

.thm-btn {
  padding: 14px 34px;
  border-radius: 30px;
  color: white;
  background: linear-gradient(90deg, #3e0341, #e125e7);
  text-decoration: none;
  font-weight: 600;
}

/* ================================
   ANIMATION
================================ */
@keyframes float {
  from {
    transform: translate(0, 0);
  }
  to {
    transform: translate(50px, -50px);
  }
}

/* ================================
   MOBILE
================================ */
@media (max-width: 768px) {
  .gallery-image {
    height: 110px;
  }
}


.youtube-section {
  padding: 70px 0px;
  background: linear-gradient(90deg, #eeddd7ff, #eeeeeeff);
  text-align: center;
}

.youtube-title {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 40px;
  color: #1c1c1c;
}

.youtube-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}

.youtube-card {
  background: #e4d1d1ff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
}

.youtube-card:hover {
  transform: translateY(-6px);
}

.youtube-thumb {
  position: relative;
  padding-top: 56.25%;
  display: block;
  cursor: pointer;
}

.youtube-thumb img {
  object-fit: cover;
}

/* Play Button */
.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  color: #fff;
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.youtube-thumb:hover .play-btn {
  background: #d11c1c;
  transform: translate(-50%, -50%) scale(1.1);
}

/* Tablet */
@media (max-width: 992px) {
  .youtube-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile */
@media (max-width: 576px) {
  .youtube-title {
    font-size: 26px;
  }
  .youtube-grid {
    grid-template-columns: 1fr;
  }
}

.site-footer {
  background: linear-gradient(135deg, #ffffffff, #c1c8ceff);
}

/* Floating Buttons */
.whatsapp-float {
  position: fixed;
  bottom: 25px;
  left: 25px;
  background-color: #25D366;
  color: white;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  z-index: 999;
  transition: 0.2s;
}

.whatsapp-float:hover {
  transform: scale(1.1);
}

.phone-float {
  position: fixed;
  bottom: 95px;
  left: 25px;
  background-color: #007bff;
  color: white;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  z-index: 998;
}

.phone-float:hover {
  transform: scale(1.1);
}

/* Animated gradient circles */
.circle-bg {
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  filter: blur(120px);
  opacity: 0.6;
  z-index: 1;
  animation: float 12s infinite ease-in-out;
}

.circle-bg.one {
  background: #d63384;
  top: -150px;
  left: -150px;
}

.circle-bg.two {
  background: #3e0341;
  bottom: -150px;
  right: -150px;
  animation-delay: 4s;
}

@keyframes float {
  0% { transform: translateY(0) }
  50% { transform: translateY(-40px) }
  100% { transform: translateY(0) }
}

/* Custom bullets */
.custom-bullets .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background: #fff;
  opacity: 0.4;
  margin: 0 8px;
  border-radius: 50%;
  transition: 0.3s;
}

.custom-bullets .swiper-pagination-bullet-active {
  background: linear-gradient(90deg, #3e0341, #d63384);
  opacity: 1;
  transform: scale(1.4);
}

/* Mobile swipe enhancement */
@media (max-width: 768px) {
  .main-slider {
    touch-action: pan-y;
  }
}
