* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  background: #000;
  color: #fff;
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

/* Page Content Management */
.page-content {
  display: none;
}

.page-content.active {
  display: block;
}

/* ROTATING BANNER */
.rotating-banner {
  background: linear-gradient(135deg, #f6b116, #ffd700, #f6b116);
  color: #000;
  padding: 10px 0;
  font-weight: 600;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1051;
  text-align: center;
  font-size: 15px;
  overflow: hidden;
  height: 40px;
}

.banner-text {
  display: inline-block;
  animation: fadeInOut 6s infinite;
  position: absolute;
  width: 100%;
  left: 0;
  opacity: 0;
}

.banner-text:nth-child(1) {
  animation-delay: 0s;
}

.banner-text:nth-child(2) {
  animation-delay: 3s;
}

@keyframes fadeInOut {
  0%,
  100% {
    opacity: 0;
    transform: translateY(10px);
  }
  10%,
  40% {
    opacity: 1;
    transform: translateY(0);
  }
  50%,
  100% {
    opacity: 0;
    transform: translateY(-10px);
  }
}

/* Top Banner */
.top-banner {
  background: #000;
  color: #f6b116;
  padding: 12px 0;
  font-size: 15px;
  font-weight: 600;
  position: fixed;
  top: 40px;
  left: 0;
  width: 100%;
  z-index: 1050;
  border-bottom: 1px solid #f6b116;
  display: none;
}

.top-social-icons a {
  color: #f6b116;
  font-size: 18px;
  transition: transform 0.3s;
  text-decoration: none;
}

.top-social-icons a:hover {
  transform: scale(1.2);
}

/* NAVBAR SECTION */
.navbar {
  background: rgba(0, 0, 0, 0.95) !important;
  backdrop-filter: blur(10px);
  position: sticky;
  top: 40px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  z-index: 1040;
  border: none;
  padding: 8px 0;
}

/* MOBILE SEARCH BAR SECTION */
.mobile-search-container {
  display: block;
  padding: 10px 15px 5px 15px;
  background: #000;
  border: none;
  position: sticky;
  top: 115px;
  z-index: 1030;
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .mobile-search-container {
    display: none;
  }
}

.mobile-search-box {
  position: relative;
  width: 100%;
  max-width: 100%;
}

.mobile-search-box input {
  width: 100%;
  padding: 12px 45px 12px 20px;
  background: rgba(246, 177, 22, 0.1);
  border: 1px solid #f6b116;
  border-radius: 30px;
  color: #fff;
  font-size: 15px;
  outline: none;
}

.mobile-search-box input::placeholder {
  color: #999;
}

.mobile-search-box .search-icon {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #f6b116;
  font-size: 18px;
  pointer-events: none;
}

/* LOGO & BRAND SECTION */
.navbar-brand {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: auto;
  padding-left: 0;
}

.brand-logo-img {
  width: 55px;
  height: 55px;
  object-fit: contain;
  border-radius: 5px;
  margin-right: 12px;
  flex-shrink: 0;
}

.brand-text-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.brand-urdu {
  font-family: "Scheherazade New", serif;
  font-size: 22px;
  color: #f6b116;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
}

.brand-english {
  font-size: 11px;
  color: #fff;
  line-height: 1.2;
  margin: 0;
}

.brand-logo-img-large {
  width: 180px;
  height: auto;
  object-fit: contain;
  max-height: 60px;
}

.brand-logo-img:hover,
.brand-logo-img-large:hover {
  transform: scale(1.05);
  transition: transform 0.3s ease;
}

.brand-logo-img-bordered {
  border: 2px solid #f6b116;
  padding: 5px;
  background: rgba(246, 177, 22, 0.1);
  border-radius: 8px;
}

.nav-link {
  color: #fff !important;
  font-weight: 500;
  transition: 0.3s;
  position: relative;
  margin: 0 15px;
  cursor: pointer;
}

.nav-link:hover,
.nav-link.active {
  color: #f6b116 !important;
}

.nav-link::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 2px;
  background: #f6b116;
  transition: width 0.3s;
}

.nav-link:hover::after,
.nav-link.active::after {
  width: 100%;
}

/* Search Box - Desktop Only */
.search-box {
  background: rgba(246, 177, 22, 0.1);
  border: 1px solid #f6b116;
  border-radius: 25px;
  padding: 8px 15px;
}

.search-box input {
  background: transparent;
  border: none;
  outline: none;
  color: #fff;
  width: 150px;
}

.search-box input::placeholder {
  color: #ccc;
}

.search-box i {
  color: #f6b116;
}

/* Cart Icon */
.cart-icon {
  font-size: 24px;
  color: #f6b116;
  position: relative;
  transition: transform 0.3s;
}

.cart-icon:hover {
  transform: scale(1.1);
}

.cart-count {
  position: absolute;
  top: -8px;
  right: -8px;
  background: #f00;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Hero Slider */
.hero-slider {
  margin-top: 0;
  height: 100vh;
  width: 100vw;
  position: relative;
  overflow: hidden;
}

.hero-slide {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (max-width: 768px) {
  .hero-slider {
    height: 70vh;
    margin-top: 0;
  }

  .hero-slide {
    background-size: cover;
    background-position: center center;
  }

  .hero-content h1 {
    font-size: 28px !important;
  }

  .hero-content p {
    font-size: 14px !important;
  }

  .hero-btn {
    padding: 10px 25px !important;
    font-size: 14px !important;
  }
}

.hero-slide.active {
  opacity: 1;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.4),
    rgba(0, 0, 0, 0.7)
  );
}

.hero-content h1 {
  font-size: 64px;
  color: #f6b116;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.8);
  font-weight: 700;
  animation: fadeInUp 1s ease;
}

.hero-content p {
  font-size: 28px;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
  animation: fadeInUp 1.2s ease;
  margin-bottom: 30px;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero-btn {
  background: linear-gradient(135deg, #f6b116, #ffd700);
  color: #000;
  border: none;
  padding: 15px 40px;
  font-size: 18px;
  font-weight: 700;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.3s;
  animation: fadeInUp 1.4s ease;
  text-transform: uppercase;
}

.hero-btn:hover {
  transform: scale(1.1);
  box-shadow: 0 10px 30px rgba(246, 177, 22, 0.5);
}

.slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.5);
  color: #f6b116;
  border: 2px solid #f6b116;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 20px;
  cursor: pointer;
  transition: all 0.3s;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slider-btn:hover {
  background: #f6b116;
  color: #000;
}

.slider-btn.prev {
  left: 30px;
}
.slider-btn.next {
  right: 30px;
}

/* Section Titles */
.section-title h2 {
  font-size: 42px;
  color: #f6b116;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.section-title p {
  font-size: 18px;
}

/* Product Cards */
.product-card {
  background: linear-gradient(145deg, #1a1a1a, #0d0d0d);
  border-radius: 15px;
  overflow: hidden;
  transition: transform 0.3s, box-shadow 0.3s;
  border: 1px solid #333;
  cursor: pointer;
  height: 100%;
}

.product-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(246, 177, 22, 0.3);
}

.sale-badge {
  position: absolute;
  top: 15px;
  left: 15px;
  background: #f6b116;
  color: #000;
  padding: 6px 15px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 700;
  z-index: 10;
}

.bestseller-badge {
  position: absolute;
  top: 15px;
  right: 15px;
  background: linear-gradient(135deg, #ffd700, #ffed4e);
  color: #000;
  padding: 6px 15px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 700;
  z-index: 10;
}

.product-image-container {
  height: 320px;
  overflow: hidden;
  background: #0d0d0d;
  position: relative;
}

.product-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}

.product-card:hover .product-image {
  transform: scale(1.1);
}

.product-title {
  font-size: 18px;
  color: #f6b116;
  font-weight: 600;
  min-height: 50px;
}

.product-category {
  font-size: 14px;
  color: #888;
}

.current-price {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
}

.original-price {
  font-size: 18px;
  color: #666;
  text-decoration: line-through;
}

.btn-order,
.btn-add-cart {
  border: none;
  padding: 12px 25px;
  border-radius: 25px;
  font-weight: 700;
  transition: all 0.3s;
  text-transform: uppercase;
  width: 100%;
  cursor: pointer;
}

.btn-order {
  background: linear-gradient(135deg, #f6b116, #ffd700);
  color: #000;
}

.btn-order:hover {
  transform: scale(1.05);
  box-shadow: 0 5px 20px rgba(246, 177, 22, 0.5);
}

.btn-add-cart {
  background: transparent;
  color: #f6b116;
  border: 2px solid #f6b116;
}

.btn-add-cart:hover {
  background: #f6b116;
  color: #000;
}

/* Category Cards */
.category-card {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  height: 400px;
  cursor: pointer;
  transition: transform 0.3s;
  border: 2px solid #333;
}

.category-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(246, 177, 22, 0.3);
}

.category-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}

.category-card:hover .category-image {
  transform: scale(1.1);
}

.category-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.3),
    rgba(0, 0, 0, 0.6)
  );
}

.category-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #f6b116;
  font-size: 48px;
  font-weight: 700;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.8);
  z-index: 2;
  text-align: center;
  width: 100%;
}

/* Features */
.feature-card {
  background: linear-gradient(145deg, #1a1a1a, #0d0d0d);
  border-radius: 15px;
  border: 1px solid #333;
  transition: transform 0.3s;
  height: 100%;
}

.feature-card:hover {
  transform: translateY(-10px);
  border-color: #f6b116;
}

.feature-icon i {
  font-size: 40px;
  color: #f6b116;
}

/* VIDEO SECTION */
.video-card {
  background: linear-gradient(145deg, #1a1a1a, #0d0d0d);
  border-radius: 15px;
  overflow: hidden;
  border: 1px solid #333;
  transition: transform 0.3s, box-shadow 0.3s;
}

.video-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(246, 177, 22, 0.3);
  border-color: #f6b116;
}

.video-container {
  position: relative;
  width: 100%;
  padding-bottom: 177.78%;
  height: 0;
  overflow: hidden;
  background: #000;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  object-fit: cover;
}

.video-title {
  padding: 15px;
  color: #f6b116;
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  background: linear-gradient(135deg, #2c2c2c 0%, #1e1e1e 100%);
}

/* REVIEWS SECTION */
.review-card {
  background: linear-gradient(145deg, #1a1a1a, #0d0d0d);
  border-radius: 15px;
  padding: 30px;
  border: 1px solid #333;
  transition: transform 0.3s, box-shadow 0.3s;
  height: 100%;
}

.review-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(246, 177, 22, 0.3);
  border-color: #f6b116;
}

.review-header {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.review-avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(135deg, #f6b116, #ffd700);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 700;
  color: #000;
  margin-right: 15px;
}

.review-info h4 {
  color: #f6b116;
  font-size: 18px;
  margin-bottom: 5px;
}

.review-stars {
  color: #ffd700;
  font-size: 16px;
}

.review-text {
  color: #ccc;
  font-size: 16px;
  line-height: 1.6;
  font-style: italic;
}

/* Contact Form */
.contact-form {
  background: #1a1a1a;
  border: 1px solid #333;
  transition: all 0.3s;
}

.contact-form:hover {
  border-color: #f6b116;
  box-shadow: 0 5px 20px rgba(246, 177, 22, 0.2);
}

.contact-form .form-control {
  background: #0d0d0d;
  border: 1px solid #333;
  color: #fff;
  padding: 12px 15px;
  border-radius: 8px;
  transition: all 0.3s;
}

.contact-form .form-control:focus {
  background: #1a1a1a;
  border-color: #f6b116;
  color: #fff;
  box-shadow: 0 0 0 0.2rem rgba(246, 177, 22, 0.25);
}

.contact-form .form-control::placeholder {
  color: #888;
}

.contact-form .btn-warning {
  background: linear-gradient(135deg, #f6b116, #ffd700);
  border: none;
  padding: 15px;
  font-size: 18px;
  transition: all 0.3s;
}

.contact-form .btn-warning:hover {
  transform: scale(1.05);
  box-shadow: 0 5px 20px rgba(246, 177, 22, 0.5);
}

.contact-info {
  background: #1a1a1a;
  border: 1px solid #333;
}

.contact-info a {
  color: #fff;
  text-decoration: none;
}

.contact-info a:hover {
  color: #f6b116;
}

/* Cart Sidebar */
.cart-sidebar {
  position: fixed;
  top: 0;
  right: -400px;
  width: 400px;
  height: 100%;
  background: linear-gradient(145deg, #1a1a1a, #0d0d0d);
  border-left: 2px solid #f6b116;
  z-index: 2000;
  transition: right 0.3s ease;
  display: flex;
  flex-direction: column;
}

.cart-sidebar.active {
  right: 0;
}

.cart-header {
  padding: 25px;
  border-bottom: 1px solid #333;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cart-header h3 {
  color: #f6b116;
  font-size: 24px;
  font-weight: 700;
  margin: 0;
}

.cart-close {
  background: transparent;
  border: none;
  color: #f6b116;
  font-size: 30px;
  cursor: pointer;
  transition: transform 0.3s;
}

.cart-close:hover {
  transform: rotate(90deg);
}

.cart-items {
  flex: 1;
  overflow-y: auto;
  padding: 20px;
}

.empty-cart {
  text-align: center;
  color: #888;
  padding: 50px 20px;
}

.cart-item {
  display: flex;
  gap: 15px;
  padding: 15px;
  background: rgba(246, 177, 22, 0.05);
  border-radius: 10px;
  margin-bottom: 15px;
  border: 1px solid #333;
}

.cart-item-image {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 8px;
}

.cart-item-info {
  flex: 1;
}

.cart-item-title {
  color: #f6b116;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 8px;
}

.cart-item-price {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.cart-item-remove {
  background: transparent;
  border: 1px solid #f00;
  color: #f00;
  padding: 5px 10px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 12px;
  margin-top: 10px;
  transition: all 0.3s;
}

.cart-item-remove:hover {
  background: #f00;
  color: #fff;
}

.cart-footer {
  padding: 25px;
  border-top: 2px solid #f6b116;
}

.cart-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}

.checkout-btn {
  width: 100%;
  background: linear-gradient(135deg, #25d366, #128c7e);
  color: #fff;
  border: none;
  padding: 15px;
  border-radius: 30px;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s;
}

.checkout-btn:hover {
  transform: scale(1.05);
  box-shadow: 0 5px 20px rgba(37, 211, 102, 0.5);
}

/* PRODUCT DETAIL PAGE STYLES  */

.product-detail-container {
  background: linear-gradient(145deg, #1a1a1a, #0d0d0d);
  border-radius: 20px;
  border: 1px solid #333;
  overflow: visible;
}

.detail-image-gallery {
  position: relative;
  padding: 20px;
}

.detail-main-image {
  width: 100%;
  height: auto;
  max-height: 500px;
  object-fit: cover;
  border-radius: 15px;
  background: #0d0d0d;
}

.detail-thumbnail-container {
  display: flex;
  gap: 10px;
  margin-top: 15px;
  overflow-x: auto;
  padding: 5px 0;
}

.detail-thumbnail {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 8px;
  cursor: pointer;
  border: 2px solid #333;
  transition: all 0.3s;
  flex-shrink: 0;
}

.detail-thumbnail:hover,
.detail-thumbnail.active {
  border-color: #f6b116;
  transform: scale(1.05);
}

/* ✅ NO SCROLL - OVERFLOW VISIBLE */
.detail-info {
  padding: 30px;
  overflow: visible;
  height: auto;
}

.detail-title {
  font-size: 32px;
  color: #f6b116;
  font-weight: 700;
  margin-bottom: 15px;
  word-wrap: break-word;
}

.detail-rating {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.detail-stars {
  color: #ffd700;
  font-size: 18px;
}

.detail-reviews-count {
  color: #888;
  font-size: 14px;
}

.detail-subtitle {
  color: #ccc;
  font-size: 16px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.detail-price-section {
  background: rgba(246, 177, 22, 0.1);
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 20px;
  border: 1px solid #f6b116;
}

.detail-price-label {
  color: #ccc;
  font-size: 14px;
  margin-bottom: 8px;
}

.detail-price {
  font-size: 36px;
  color: #f6b116;
  font-weight: 700;
  word-wrap: break-word;
}

.detail-quantity-section {
  margin-bottom: 25px;
}

.detail-quantity-label {
  color: #ccc;
  font-size: 16px;
  margin-bottom: 12px;
  font-weight: 600;
}

.quantity-controls {
  display: flex;
  align-items: center;
  gap: 15px;
}

.quantity-btn {
  width: 45px;
  height: 45px;
  border: 2px solid #f6b116;
  background: transparent;
  color: #f6b116;
  border-radius: 8px;
  font-size: 20px;
  cursor: pointer;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.quantity-btn:hover {
  background: #f6b116;
  color: #000;
}

.quantity-input {
  width: 80px;
  height: 45px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  border: 2px solid #333;
  background: #0d0d0d;
  color: #fff;
  border-radius: 8px;
}

.detail-features {
  margin-bottom: 25px;
}

.detail-feature-item {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 10px 0;
  border-bottom: 1px solid #333;
  color: #ccc;
  font-size: 14px;
  word-wrap: break-word;
}

.detail-feature-item:last-child {
  border-bottom: none;
}

.detail-feature-item i {
  color: #f6b116;
  font-size: 18px;
  flex-shrink: 0;
}

.detail-feature-item span {
  flex: 1;
}

.detail-actions {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.detail-btn-add {
  flex: 1;
  min-width: 180px;
  background: transparent;
  border: 2px solid #f6b116;
  color: #f6b116;
  padding: 15px;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s;
  text-transform: uppercase;
}

.detail-btn-add:hover {
  background: #f6b116;
  color: #000;
}

.detail-btn-buy {
  flex: 1;
  min-width: 180px;
  background: linear-gradient(135deg, #f6b116, #ffd700);
  border: none;
  color: #000;
  padding: 15px;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s;
  text-transform: uppercase;
}

.detail-btn-buy:hover {
  transform: scale(1.05);
  box-shadow: 0 5px 20px rgba(246, 177, 22, 0.5);
}

/* MOBILE RESPONSIVE - DETAIL PAGE  */

@media (max-width: 991px) {
  .detail-main-image {
    max-height: 400px;
  }

  .detail-title {
    font-size: 24px;
  }

  .detail-price {
    font-size: 28px;
  }

  .detail-info {
    padding: 20px;
  }

  .detail-actions {
    flex-direction: column;
  }

  .detail-btn-add,
  .detail-btn-buy {
    width: 100%;
    min-width: 100%;
  }
}

/* DESKTOP - LEFT IMAGE, RIGHT CONTENT  */

@media (min-width: 992px) {
  .product-detail-container .row {
    display: flex;
    align-items: flex-start;
  }

  .detail-image-gallery {
    position: sticky;
    top: 140px;
  }
}

/* Footer */
.footer {
  background: #0d0d0d;
  border-top: 2px solid #f6b116;
  margin-top: 0;
  padding-top: 40px;
}

.footer-logo-text {
  font-family: "Scheherazade New", serif;
  font-size: 32px;
  color: #f6b116;
  font-weight: 700;
  line-height: 1.4;
}

.footer h3 {
  font-size: 20px;
  font-weight: 700;
  color: #f6b116;
  text-transform: uppercase;
}

.footer a {
  color: #ccc;
  text-decoration: none;
  transition: color 0.3s;
}

.footer a:hover {
  color: #f6b116;
}

/* WHATSAPP & SCROLL BUTTONS */
.whatsapp-float {
  position: fixed;
  bottom: 80px;
  right: 20px;
  background: #25d366;
  color: #fff;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  font-size: 30px;
  box-shadow: 0 5px 20px rgba(37, 211, 102, 0.5);
  z-index: 999;
  transition: all 0.3s;
  animation: float 3s ease-in-out infinite;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: linear-gradient(135deg, #f6b116, #ffd700);
  color: #000;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  font-size: 24px;
  box-shadow: 0 5px 20px rgba(246, 177, 22, 0.5);
  z-index: 999;
  transition: all 0.3s;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
}

.back-to-top.show {
  opacity: 1;
  visibility: visible;
}

.back-to-top:hover {
  transform: scale(1.1) translateY(-5px);
  box-shadow: 0 8px 25px rgba(246, 177, 22, 0.7);
}

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