/********** Template CSS **********/
:root {
  --dark: #0f172b;
  --gray: #a0aec0;
  --gold: #ffd700;
  --light: #f1f8ff;
  --white: #ffffff;
  --primary: #fea116;
  --dark-bg: #1a1a2e;
  --secondary: #00d4ff;
  --darker-bg: #16213e;
  --gold-dark: #daa520;
  --primary-dark: #d63d56;
  --header-height-mobile: 65px;
  --header-height-desktop: 75px;
  --light-gray: rgba(255, 255, 255, 0.1);
  --shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  --shadow-lg: 0 20px 60px rgba(0, 0, 0, 0.15);
}

.fw-medium {
  font-weight: 500 !important;
}

.fw-semi-bold {
  font-weight: 600 !important;
}

.back-to-top {
  position: fixed;
  display: none;
  right: 45px;
  bottom: 45px;
  z-index: 99;
}

/*** Spinner ***/
#spinner {
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.5s ease-out,
    visibility 0s linear 0.5s;
  z-index: 99999;
}

#spinner.show {
  transition:
    opacity 0.5s ease-out,
    visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}

/*** Button ***/
.btn {
  font-weight: 500;
  text-transform: uppercase;
  transition: 0.5s;
}

.btn.btn-primary,
.btn.btn-secondary {
  color: #ffffff;
}

.btn-square {
  width: 38px;
  height: 38px;
}

.btn-sm-square {
  width: 32px;
  height: 32px;
}

.btn-lg-square {
  width: 48px;
  height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
  border-radius: 2px;
}

/*** Navbar ***/
.navbar-dark .navbar-nav .nav-link {
  margin-right: 30px;
  padding: 25px 0;
  color: #ffffff;
  font-size: 15px;
  text-transform: uppercase;
  outline: none;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
  color: var(--primary);
}

@media (max-width: 991.98px) {
  .navbar-dark .navbar-nav .nav-link {
    margin-right: 0;
    padding: 10px 0;
  }
}

/*** Header ***/
.carousel-caption {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(15, 23, 43, 0.7);
  z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
  width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 3rem;
  height: 3rem;
}

@media (max-width: 768px) {
  #header-carousel .carousel-item {
    position: relative;
    min-height: 450px;
  }

  #header-carousel .carousel-item img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.page-header {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-header-inner {
  background: rgba(15, 23, 43, 0.7);
}

.breadcrumb-item + .breadcrumb-item::before {
  color: var(--light);
}

.booking {
  position: relative;
  margin-top: -100px !important;
  z-index: 1;
}

/*** Section Title ***/
.section-title {
  position: relative;
  display: inline-block;
}

.section-title::before {
  position: absolute;
  content: "";
  width: 45px;
  height: 2px;
  top: 50%;
  left: -55px;
  margin-top: -1px;
  background: var(--primary);
}

.section-title::after {
  position: absolute;
  content: "";
  width: 45px;
  height: 2px;
  top: 50%;
  right: -55px;
  margin-top: -1px;
  background: var(--primary);
}

.section-title.text-start::before,
.section-title.text-end::after {
  display: none;
}

/*** Service ***/
.service-item {
  height: 320px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  background: #ffffff;
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.08);
  transition: 0.5s;
}

.service-item:hover {
  background: var(--primary);
}

.service-item .service-icon {
  margin: 0 auto 30px auto;
  width: 65px;
  height: 65px;
  transition: 0.5s;
}

.service-item i,
.service-item h5,
.service-item p {
  transition: 0.5s;
}

.service-item:hover i,
.service-item:hover h5,
.service-item:hover p {
  color: #ffffff !important;
}

/*** Youtube Video ***/
.video {
  position: relative;
  height: 100%;
  min-height: 500px;
  background:
    linear-gradient(rgba(15, 23, 43, 0.1), rgba(15, 23, 43, 0.1)),
    url(../img/video.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.video .btn-play {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  border-radius: 50%;
  border: none;
  outline: none;
  padding: 18px 20px 18px 28px;
}

.video .btn-play:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 100px;
  height: 100px;
  background: var(--primary);
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}

.video .btn-play:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 100px;
  height: 100px;
  background: var(--primary);
  border-radius: 50%;
  transition: all 200ms;
}

.video .btn-play img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: auto;
  height: auto;
}

.video .btn-play span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 32px solid var(--dark);
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

#videoModal {
  z-index: 99999;
}

#videoModal .modal-dialog {
  position: relative;
  max-width: 800px;
  margin: 60px auto 0 auto;
}

#videoModal .modal-body {
  position: relative;
  padding: 0px;
}

#videoModal .close {
  position: absolute;
  width: 30px;
  height: 30px;
  right: 0px;
  top: -30px;
  z-index: 999;
  font-size: 30px;
  font-weight: normal;
  color: #ffffff;
  background: #000000;
  opacity: 1;
}

/*** Testimonial ***/
.testimonial {
  background:
    linear-gradient(rgba(15, 23, 43, 0.7), rgba(15, 23, 43, 0.7)),
    url(../img/carousel-2.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.testimonial-carousel {
  padding-left: 65px;
  padding-right: 65px;
}

.testimonial-carousel .testimonial-item {
  padding: 30px;
}

.testimonial-carousel .owl-nav {
  position: absolute;
  width: 100%;
  height: 40px;
  top: calc(50% - 20px);
  left: 0;
  display: flex;
  justify-content: space-between;
  z-index: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
  position: relative;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: var(--primary);
  border-radius: 2px;
  font-size: 18px;
  transition: 0.5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
  color: var(--primary);
  background: #ffffff;
}

/*** Team ***/
.team-item,
.team-item .bg-primary,
.team-item .bg-primary i {
  transition: 0.5s;
}

.team-item:hover {
  border-color: var(--secondary) !important;
}

.team-item:hover .bg-primary {
  background: var(--secondary) !important;
}

.team-item:hover .bg-primary i {
  color: var(--secondary) !important;
}

/*** Footer ***/
.newsletter {
  position: relative;
  z-index: 1;
}

.footer {
  position: relative;
  /* margin-top: -110px; */
  /* padding-top: 180px; */
}

.footer .btn.btn-social {
  margin-right: 5px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--light);
  border: 1px solid #ffffff;
  border-radius: 35px;
  transition: 0.3s;
}

.footer .btn.btn-social:hover {
  color: var(--primary);
}

.footer .btn.btn-link {
  display: block;
  margin-bottom: 5px;
  padding: 0;
  text-align: left;
  color: #ffffff;
  font-size: 15px;
  font-weight: normal;
  text-transform: capitalize;
  transition: 0.3s;
}

.footer .btn.btn-link::before {
  position: relative;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
}

.footer .btn.btn-link:hover {
  letter-spacing: 1px;
  box-shadow: none;
}

.footer .copyright {
  padding: 25px 0;
  font-size: 15px;
  border-top: 1px solid rgba(256, 256, 256, 0.1);
}

.footer .copyright a {
  color: var(--light);
}

.footer .footer-menu a {
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.footer .footer-menu a:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}

@media screen and (min-width: 400px) {
  h5,
  .h5 {
    font-size: 1.25rem;
  }
  .product-detail {
    padding: 15px 10px;
  }
  .product-heart {
    margin-right: 10px;
  }
}

.product-img {
  max-height: 250px;
}

.product-detail {
  padding: 10px 5px;
}

h5,
.h5 {
  font-size: 0.9rem;
}

.white-text {
  color: #ffffff;
  font-size: 15px;
}

.modal-title {
  font-weight: 400;
  font-size: 1.25rem !important;
  font-family: "Open Sans", sans-serif;
}

.form-label {
  font-weight: 550;
  color: #000000;
  font-size: 1.2rem;
}

.ios-device .modal {
  top: 0;
  left: 0;
  outline: 0;
  width: 100%;
  height: 100%;
  z-index: 1060;
  display: none;
  position: fixed;
  overflow: hidden;
  padding-top: 35%;
  background-color: rgba(0, 0, 0, 0.5);
}

.ios-device .modal-backdrop {
  top: 0;
  left: 0;
  height: 0vh;
  width: 100vw;
  z-index: 1040;
  position: fixed;
  background-color: #000000;
}

/* =============================================
   HEADER STYLES - FULLY RESPONSIVE
   ============================================= */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Header Wrapper */
.header-wrapper {
  position: sticky;
  top: 0;
  z-index: 9999;
  width: 100%;
}

.modal-open .header-wrapper {
  position: static;
}

/* Overlay */
.menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 998;
}

.menu-overlay.active {
  opacity: 1;
  visibility: visible;
}

/* Main Header */
.main-header {
  background: linear-gradient(135deg, var(--dark-bg) 0%, var(--darker-bg) 100%);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 999;
  width: 100%;
}

.main-header.scrolled {
  background: rgba(26, 26, 46, 0.98);
}

/* Header Container */
.header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: var(--header-height-desktop);
  padding: 0 20px;
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
}

/* Logo */
.header-logo {
  display: flex;
  align-items: center;
  text-decoration: none;
  flex-shrink: 0;
}

.logo-image {
  height: 45px;
  width: auto;
  object-fit: contain;
}

/* Desktop Navigation */
.desktop-nav {
  display: flex;
  align-items: center;
  gap: 5px;
}

.desktop-nav-link {
  padding: 10px 18px;
  color: var(--white);
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  border-radius: 25px;
  transition: all 0.3s ease;
  background: transparent;
  border: none;
  cursor: pointer;
}

.desktop-nav-link:hover {
  background: var(--light-gray);
  color: var(--secondary);
}

.desktop-nav-link.active {
  background: var(--primary);
  color: var(--white);
}

.desktop-nav-link.logout {
  color: var(--primary);
}

.desktop-nav-link.logout:hover {
  background: rgba(233, 69, 96, 0.2);
}

/* Desktop Right */
.desktop-right {
  display: flex;
  align-items: center;
  gap: 12px;
}

.customer-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 15px;
  background: var(--light-gray);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 25px;
  color: var(--white);
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.customer-btn:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: var(--secondary);
}

.customer-btn i {
  color: var(--secondary);
}

.total-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 8px 15px;
  background: rgba(233, 69, 96, 0.15);
  border: 1px solid rgba(233, 69, 96, 0.3);
  border-radius: 10px;
}

.total-amount {
  font-size: 16px;
  font-weight: 700;
  color: var(--primary);
}

.total-text {
  font-size: 10px;
  color: var(--gray);
  letter-spacing: 1px;
}

.header-icon-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background: var(--light-gray);
  border: none;
  border-radius: 50%;
  color: var(--white);
  font-size: 18px;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s ease;
}

.header-icon-btn:hover {
  transform: translateY(-2px);
  color: #fea116;
}

.cart-badge {
  position: absolute;
  top: -5px;
  right: -5px;
  min-width: 20px;
  height: 20px;
  background: var(--primary);
  border-radius: 50%;
  font-size: 11px;
  font-weight: 700;
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 5px;
}

/* Mobile Right - HIDDEN ON DESKTOP */
.mobile-right {
  display: none;
}

/* Mobile Menu - HIDDEN ON DESKTOP */
.mobile-menu {
  display: none;
}

/* =============================================
   MOBILE STYLES - MAX 991px
   ============================================= */

@media screen and (max-width: 991px) {
  /* Hide Desktop Elements */
  .desktop-nav,
  .desktop-right {
    display: none !important;
  }

  /* Show Mobile Elements */
  .mobile-right {
    display: flex !important;
    align-items: center;
    gap: 10px;
  }

  .mobile-menu {
    display: block !important;
  }

  /* Header Container Mobile */
  .header-container {
    height: var(--header-height-mobile);
    padding: 0 15px;
  }

  /* Logo Mobile */
  .logo-image {
    height: 38px;
  }

  /* Mobile Total */
  .mobile-total {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 5px 10px;
    background: rgba(233, 69, 96, 0.15);
    border-radius: 8px;
  }

  .mobile-total-amount {
    font-size: 13px;
    font-weight: 700;
    color: var(--primary);
    line-height: 1;
  }

  .mobile-total-text {
    font-size: 8px;
    color: var(--gray);
    letter-spacing: 0.5px;
  }

  /* Mobile Cart Button */
  .mobile-cart-btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: rgba(0, 212, 255, 0.15);
    border-radius: 50%;
    color: var(--secondary);
    font-size: 16px;
    text-decoration: none;
  }

  .mobile-cart-badge {
    position: absolute;
    top: -4px;
    right: -4px;
    min-width: 18px;
    height: 18px;
    background: var(--primary);
    border-radius: 50%;
    font-size: 10px;
    font-weight: 700;
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
  }

  /* Hamburger Button */
  .hamburger-btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background: var(--light-gray);
    border: none;
    border-radius: 10px;
    cursor: pointer;
    gap: 5px;
    padding: 10px;
  }

  .hamburger-btn span {
    display: block;
    width: 20px;
    height: 2px;
    background: var(--white);
    border-radius: 2px;
    transition: all 0.3s ease;
  }

  .hamburger-btn.open span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
  }

  .hamburger-btn.open span:nth-child(2) {
    opacity: 0;
  }

  .hamburger-btn.open span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
  }

  /* Mobile Menu */
  .mobile-menu {
    position: fixed;
    top: var(--header-height-mobile);
    right: -100%;
    width: 85%;
    max-width: 320px;
    height: calc(100vh - var(--header-height-mobile));
    background: linear-gradient(
      180deg,
      var(--dark-bg) 0%,
      var(--darker-bg) 100%
    );
    z-index: 1000;
    transition: right 0.3s ease;
    overflow-y: auto;
    box-shadow: -5px 0 30px rgba(0, 0, 0, 0.3);
  }

  .mobile-menu.open {
    right: 0;
  }

  .mobile-menu-content {
    padding: 20px;
    display: flex;
    flex-direction: column;
    min-height: 100%;
  }

  /* Mobile Customer */
  .mobile-customer {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    padding: 15px;
    background: var(--light-gray);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    color: var(--white);
    font-size: 14px;
    cursor: pointer;
    margin-bottom: 20px;
  }

  .mobile-customer i:first-child {
    font-size: 24px;
    color: var(--secondary);
  }

  .mobile-customer span {
    flex: 1;
    text-align: left;
  }

  .mobile-customer i:last-child {
    font-size: 12px;
    color: var(--gray);
  }

  /* Mobile Nav */
  .mobile-nav {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 20px;
  }

  .mobile-nav-link {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px 18px;
    background: var(--light-gray);
    border-radius: 12px;
    color: var(--white);
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    transition: all 0.3s ease;
  }

  .mobile-nav-link i {
    font-size: 18px;
    width: 24px;
    text-align: center;
    color: var(--gray);
  }

  .mobile-nav-link.active {
    background: var(--primary);
  }

  .mobile-nav-link.active i {
    color: var(--white);
  }

  .mobile-nav-link:hover {
    background: rgba(255, 255, 255, 0.15);
  }

  .mobile-nav-link.active:hover {
    background: var(--primary-dark);
  }

  .nav-badge {
    margin-left: auto;
    min-width: 24px;
    height: 24px;
    background: var(--primary);
    border-radius: 50%;
    font-size: 12px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .mobile-nav-link.active .nav-badge {
    background: var(--white);
    color: var(--primary);
  }

  /* Mobile Actions Grid */
  .mobile-actions-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-bottom: 20px;
  }

  .mobile-action-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 18px 10px;
    background: var(--light-gray);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    color: var(--white);
    font-size: 13px;
    cursor: pointer;
    transition: all 0.3s ease;
  }

  .mobile-action-btn i {
    font-size: 20px;
    color: var(--secondary);
  }

  .mobile-action-btn.danger {
    background: rgba(233, 69, 96, 0.15);
    border-color: rgba(233, 69, 96, 0.3);
  }

  .mobile-action-btn.danger i {
    color: var(--primary);
  }

  .mobile-action-btn:hover {
    transform: translateY(-2px);
    background: rgba(255, 255, 255, 0.15);
  }
}

/* =============================================
   SMALL MOBILE STYLES - MAX 480px
   ============================================= */

@media screen and (max-width: 480px) {
  .header-container {
    padding: 0 10px;
  }

  .logo-image {
    height: 32px;
  }

  .mobile-right {
    gap: 8px;
  }

  .mobile-total {
    padding: 4px 8px;
  }

  .mobile-total-amount {
    font-size: 11px;
  }

  .mobile-cart-btn {
    width: 36px;
    height: 36px;
    font-size: 14px;
  }

  .hamburger-btn {
    width: 36px;
    height: 36px;
  }

  .hamburger-btn span {
    width: 18px;
  }

  .mobile-menu {
    width: 100%;
    max-width: 100%;
  }

  .mobile-menu-content {
    padding: 15px;
  }

  .mobile-nav-link {
    padding: 14px 15px;
    font-size: 14px;
  }

  .mobile-action-btn {
    padding: 15px 8px;
    font-size: 12px;
  }
}

/* =============================================
   EXTRA SMALL MOBILE - MAX 360px
   ============================================= */

@media screen and (max-width: 360px) {
  .mobile-total {
    display: none;
  }

  .mobile-cart-btn {
    width: 38px;
    height: 38px;
  }

  .hamburger-btn {
    width: 38px;
    height: 38px;
  }
}

/* =============================================
   ANIMATIONS
   ============================================= */

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateX(20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.mobile-menu.open .mobile-nav-link,
.mobile-menu.open .mobile-action-btn,
.mobile-menu.open .mobile-customer {
  animation: fadeIn 0.4s ease forwards;
}

.mobile-menu.open .mobile-customer {
  animation-delay: 0.05s;
}
.mobile-menu.open .mobile-nav-link:nth-child(1) {
  animation-delay: 0.1s;
}
.mobile-menu.open .mobile-nav-link:nth-child(2) {
  animation-delay: 0.15s;
}
.mobile-menu.open .mobile-nav-link:nth-child(3) {
  animation-delay: 0.2s;
}
.mobile-menu.open .mobile-nav-link:nth-child(4) {
  animation-delay: 0.25s;
}
.mobile-menu.open .mobile-nav-link:nth-child(5) {
  animation-delay: 0.3s;
}
.mobile-menu.open .mobile-action-btn:nth-child(1) {
  animation-delay: 0.35s;
}
.mobile-menu.open .mobile-action-btn:nth-child(2) {
  animation-delay: 0.4s;
}

/* =============================================
   SIMPLE FOOTER STYLES
   ============================================= */

.simple-footer {
  background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
  color: #ffffff;
  padding: 20px 0 20px;
  margin-top: auto;
}

.simple-footer-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

.simple-footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 25px;
  padding-bottom: 15px;
}

.simple-footer-brand {
  display: flex;
  align-items: center;
  gap: 10px;
}

.simple-footer-logo {
  height: 40px;
  width: auto;
}

.simple-footer-brand span {
  font-size: 1.4rem;
  font-weight: 700;
  background: linear-gradient(135deg, #ffd700, #ffed4a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.simple-footer-links {
  display: flex;
  gap: 25px;
  flex-wrap: wrap;
}

.simple-footer-links a {
  color: #a0aec0;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s ease;
}

.simple-footer-links a:hover {
  color: #00d4ff;
}

.simple-footer-divider {
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
}

.simple-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px;
  padding-top: 20px;
}

.simple-copyright {
  color: #a0aec0;
  font-size: 14px;
  margin: 0;
}

.simple-copyright span {
  color: #e94560;
  font-weight: 600;
}

.simple-developed {
  color: #a0aec0;
  font-size: 13px;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 5px;
}

.simple-developed i {
  color: #e94560;
  animation: heartbeat 1.5s infinite;
}

.simple-developed a {
  color: #00d4ff;
  text-decoration: none;
  font-weight: 600;
}

.simple-developed a:hover {
  text-decoration: underline;
}

@keyframes heartbeat {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
}

/* Responsive */
@media screen and (max-width: 768px) {
  .simple-footer-top {
    flex-direction: column;
    text-align: center;
  }

  .simple-footer-links {
    justify-content: center;
  }

  .simple-footer-bottom {
    flex-direction: column;
    text-align: center;
  }
}

@media screen and (max-width: 480px) {
  .simple-footer {
    padding: 30px 0 25px;
  }

  .simple-footer-links {
    gap: 15px;
  }

  .simple-footer-links a {
    font-size: 13px;
  }

  .simple-copyright,
  .simple-developed {
    font-size: 12px;
  }
}
