/*
Theme Name: horsetaghazout
Theme URI: https://www.horsetaghazout.com
Author: horsetaghazout
Author URI: https://www.horsetaghazout.com/
Text Domain: horsetaghazout
*/

@import url("https://fonts.googleapis.com/css2?family=Ysabeau:ital,wght@0,1..1000;1,1..1000&display=swap");
@font-face {
  font-family: "Giaza";
  src:
    url("public/Fonts/Giaza.otf") format("woff2"),
    url("public/Fonts/Giaza.otf") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
* {
  list-style: none;
  text-decoration: none;
  padding: 0;
  margin: 0;
}

/*  */
:root {
  /* --cl-navy: #886044; */
  /* --cl-navy: #000f05;
  --cl-gold: #d4a45f; */
  --cl-white: #ffffff;
  --muted: rgba(255, 255, 255, 0.85);

  --cl-navy: #111;
  --cl-gold: #c89632;
}
html,
body {
  font-family:
    Inter,
    system-ui,
    -apple-system,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial;
  max-width: 100% !important;
  overflow-x: hidden !important;
}
body {
  position: relative;
  color: var(--cl-navy);
  font-size: 1rem;
  /* background-color: #fbf6cb; */
  background: #fafafa;
  font-family: "Ysabeau", sans-serif;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* Hide scrollbar for Chrome, Brave, Edge, Opera */

h1,
h2 {
  font-family: "Giaza", sans-serif;
}

li {
  padding: 0 !important;
}
a {
  color: var(--cl-navy);
  text-decoration: none;
}

.btn-book {
  background-color: var(--cl-navy);
  color: var(--cl-white) !important;
  width: 9rem;
  height: 2.5rem;
  border: none;
  outline: none;
  font-size: 0.8rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  padding: 0.5rem 2rem;
  display: inline-block;
  text-align: center;
}
.btn-book a {
  color: var(--cl-white) !important;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
}

.head {
  background-color: var(--cl-navy);
  padding: 0;
}
.head .container {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
}
.head-contact {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}
.head-contact a {
  color: var(--cl-white) !important;
  text-decoration: none;
}
.head-contact p {
  color: var(--cl-white) !important;
}
.head-contact i {
  font-size: 0.9rem;
  margin-right: 0.5rem;
  color: var(--cl-white) !important;
}
.head li {
  color: var(--cl-white);
  font-weight: 600;
}
/* NAVBAR */
.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  height: 4rem;
  margin-bottom: 0;
  z-index: 999;
  margin-top: 2rem;
  /* background-color: var(--cl-navy); */
}

/* .navbar.scrolled {
  background: var(--navy) !important;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
  transition: background-color 0.3s ease;
} */
/* Center the logo */
.navbar-logo {
  position: absolute;
  top: -1.5rem;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  z-index: 2;
  border-radius: 0.3rem;
  font-family: "Giaza", sans-serif;
  color: var(--cl-white);
}
.navbar.scrolled a.navbar-brand,
.navbar.scrolled .navbar-toggler,
.navbar.scrolled .navbar-right a i {
  color: var(--cl-gold) !important;
}

.navbar-logo img.logo {
  object-fit: contain;
}

a.navbar-brand {
  font-size: 4rem;
  color: var(--cl-gold);
  font-family: "Giaza", sans-serif;
}

/* Menu and icons */
.navbar-left,
.navbar-right {
  display: flex;
  align-items: center;
}
.navbar-toggler {
  color: var(--cl-gold) !important;
}
.navbar-right i {
  font-size: 1.5rem;
  color: var(--cl-gold);
  /* Change this as needed */
}
.offcanvas {
  background-color: var(--cl-gold);
}
/* Responsive fix */
@media (max-width: 992px) {
  .navbar-logo {
    position: static;
    transform: none;
    margin: auto;
  }
}
/* HERO */

/* HERO */
.hero .swiper {
  width: 100%;
  height: 50rem;

  z-index: -10;
}
.hero .swiper-wrapper {
  width: 100%;
  height: 50rem;
  border-radius: 0 0 5rem 5rem;
}
.hero .swiper-slide {
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0 0 5rem 5rem;
}

.hero .swiper-slide-bg {
  position: relative;
  width: 100%;
  height: 50rem;
  border-radius: 0 0 5rem 5rem;
}

.hero .swiper-slide-bg img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 0 5rem 5rem;
}
.hero .swiper-slide-active .swiper-slide-bg img {
  transform: scale(1); /* zoom-in effect when active */
}
.hero .swiper-slide-content {
  width: 100%;
  height: 100%;
  background-color: #1c293834;
  position: absolute;
  top: 0;
  left: 0%;
  transform: translate(0%);
  display: flex;
  justify-content: center;
  flex-direction: column !important;
  border-radius: 0 0 5rem 5rem;
}
.hero .swiper-slide-content div {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translate(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 0.5rem;
  border-radius: 0 0 5rem 5rem;
}

.hero span {
  background-color: var(--cl-navy) !important;
  line-height: 0.2;
  transform: rotate(-3deg);
  border-radius: 0;
  max-width: 20rem;
  height: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5rem 1rem;
  font-size: 0.8rem;
}
.hero .swiper-slide-content h1 {
  font-size: 3.5rem;
  text-transform: uppercase;
  color: var(--cl-white);
  -webkit-text-stroke: 1px var(--cl-white);
  line-height: 0.4;
  font-weight: 700;
  width: 100%;
  font-family: "Giaza", sans-serif;
}
.hero .swiper-slide-content li {
  color: var(--cl-white);
  font-size: 1rem;
  font-weight: 500;
  /* text-align: justify; */
  max-width: 40rem;
}
.hero .btn-book {
  background-color: var(--cl-cl-gold);
}
.hero-section {
  position: relative;
  width: 100%;
  height: 85vh;
  overflow: hidden;
  z-index: -1000;
}

.hero-section .swiper-slide-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(55%);
}

.hero .swiper-slide-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
  padding: 20px;
}

.hero .swiper-slide-content h1 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 15px;
  text-shadow: 0 3px 10px rgba(0, 0, 0, 0.6);
}

.hero .swiper-slide-content li {
  list-style: none;
  font-size: 1.2rem;
  width: 80%;
  margin: 0 auto 20px;
  line-height: 1.5;
  opacity: 0.85;
}

.btn-book {
  padding: 12px 25px;
  border: none;
  background-color: #d4a45f;
  color: #fff;
  font-weight: 600;
  border-radius: 6px;
  transition: 0.3s;
}

.btn-book:hover {
  background-color: #c08c3f;
}

/* About */
.about {
  /* background-color: var(--cl-navy) !important; */
  background-color: var(--cl-cl-gold) !important;
  color: var(--navy) !important;
}

.about span {
  color: var(--cl-gold);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 14px;
}
.about h1 {
  font-family: "Giaza", sans-serif;
  font-size: 38px;
  color: var(--cl-navy);
  margin-top: 15px;
}
.about p {
  color: var(--cl-navy) !important;
  font-weight: 600;
}

.about dd {
  color: var(--cl-gold);
}

/* PRODUCTS */

.container-products {
  width: 100%;
  height: auto;
  color: var(--cl-white);
  text-align: center;
}
.container-products span {
  color: var(--cl-gold);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 14px;
}

.container-products .section-top h1 {
  font-family: "Giaza", sans-serif !important;
  color: var(--cl-navy) !important;
  font-size: 3rem;
  font-size: 38px;
  margin-top: 15px;
}

/* PRODUCTS */
.products .swiper {
  width: 100%;
  height: auto;
}
.products .swiper-wrapper {
  width: 100%;
  padding: 1rem 0;
}
.products .swiper-slide {
  width: 18rem;
  height: 28;
  text-align: center;
  font-size: 18px;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 0;
  cursor: pointer;
  border-radius: 0.6rem;
  overflow: hidden;
}

.products .swiper-slide-bg {
  border-radius: 0.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.products .swiper-slide-bg img {
  width: 100%;
  height: 25rem;
  object-fit: cover;
  /* box-shadow: rgba(0, 0, 0, 0.171) 2px 2px 2px; */
  transition: all 0.4s ease-in-out;
  /* border: 0.1rem solid var(--cl-navy); */
  transition: transform 0.6s ease-in-out;
  border-radius: 0.6rem;
  border: 0.1rem solid var(--cl-navy);
}

/* .products .swiper-slide-bg:hover img {
  transform: scale(1.03);
} */

.products .swiper-slide-content {
  width: 18rem !important;
  height: 5rem;
  display: flex;
  /* justify-content: space-between; */
  flex-direction: column;
  padding: 0 0.5rem;
  border-radius: 0.6rem;
  margin-top: -1rem;
}
.products .swiper-slide-content h1 {
  font-size: 1rem;
  text-transform: uppercase;
  color: var(--white);
  font-weight: 500;
  text-align: start;
  font-family: "Ysabeau", sans-serif;
  /* text-align: center; */
  color: var(--cl-navy);
}
.products .product-price {
  background-color: var(--cl-navy) !important;
  color: var(--cl-gold);
  border: 0.1rem solid var(--cl-cl-gold);
  font-size: 1rem;
  font-weight: 600;
  border-radius: 0.2rem;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0.3rem;
  right: -1rem;
  transform: translate(-50%);
}
/* ==========================
   Top Product Badge: Stars + Location
========================== */
.top-product {
  display: flex;
  justify-content: space-between; /* stars left, location right */
  align-items: center;
  padding: 0.3rem 1rem;
  background-color: var(--cl-navy);
  border-radius: 2rem;
  margin-bottom: 1rem;
}

.top-product h4 {
  margin: 0;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--cl-gold) !important;
  font-family: "Ysabeau", sans-serif;
}

.top-product h4:nth-child(2) {
  color: var(--cl-white); /* location text */
  font-weight: 500;
  font-size: 0.85rem;
}

.instagram-section {
  padding-bottom: 120px;
  /* background: #111; */
  color: var(--cl-navy);
}

.instagram-header {
  text-align: center;
  margin-bottom: 60px;
}

.instagram-header span {
  font-size: 14px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--cl-gold);
}

.instagram-header h2 {
  font-size: 36px;
  margin: 15px 0;
  font-weight: 600;
}

.instagram-header p {
  color: #555;
  max-width: 600px;
  margin: auto;
}

/* GRID 3x3 */
.instagram-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 15rem);
  grid-auto-rows: 15rem;
  gap: 20px;
  justify-content: center;
}

/* IMAGE EFFECT */
.instagram-wrapper a {
  display: block;
  overflow: hidden;
  border-radius: 15px;
  transition:
    transform 0.4s ease,
    box-shadow 0.4s ease;
}

.instagram-wrapper a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.instagram-wrapper a:hover img {
  transform: scale(1.05);
}

.instagram-wrapper a:hover {
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.instagram h2 {
  font-family: "Giaza", sans-serif !important;
} /* RESPONSIVE */
@media (max-width: 992px) {
  .instagram-wrapper {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 25rem; /* increased height */
    gap: 1rem; /* optional spacing */
  }
}

@media (max-width: 576px) {
  .instagram-wrapper {
    grid-template-columns: 1fr;
    grid-auto-rows: 25rem; /* increased height */
    gap: 1rem;
  }
}

/* LEFT line (scrolls to left) */
.line-left {
  animation: scroll-left 30s linear infinite;
}

/* RIGHT line (scrolls to right) */
.line-right {
  animation: scroll-right 30s linear infinite;
}

/* SEAMLESS ANIMATIONS */
@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@keyframes scroll-right {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}
/* DARK EDGES (left + right) */
.insta-ticker-wrap {
  position: relative;
}

.insta-ticker-wrap::before,
.insta-ticker-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  width: 10rem; /* adjust darkness width */
  height: 100%;
  pointer-events: none;
  z-index: 3;
}

.insta-ticker-wrap::before {
  width: 40rem;
  left: 0;
  /* background: linear-gradient(
    to right,
    #886044,
    #886044d7,
    #88604477,
    transparent
  ); */
}

.insta-ticker-wrap::after {
  width: 40rem;
  right: 0;
  /* background: linear-gradient(
    to left,
    #886044,
    #886044d7,
    #88604477,
    transparent
  ); */
}

/* FLOAT ANIMATION ON IMAGES */
.insta-track img {
  animation: float 4s ease-in-out infinite alternate;
  transform-origin: center;
}

/* BUTTON */
.contact-btn {
  display: inline-block;
  margin-top: 30px;
  padding: 14px 35px;
  border-radius: 100px;
  text-decoration: none;
  color: var(--cl-navy) !important;
  transition: 0.3s ease;
  background: var(--cl-gold);
  border: 2px solid var(--cl-gold);
}

.contact-btn:hover {
  background-color: transparent !important;
  color: var(--cl-gold);
}
/* FLOAT KEYFRAME */
@keyframes float {
  0% {
    transform: translateY(0) rotate(-1deg);
  }
  50% {
    transform: translateY(-8px) rotate(1deg);
  }
  100% {
    transform: translateY(0) rotate(-1deg);
  }
}

/* RANDOM SLIGHT ROTATION PER TRACK (OPTIONAL but stylish) */
.insta-line:nth-child(odd) {
  transform: rotate(-1.2deg);
}

.insta-line:nth-child(even) {
  transform: rotate(1.2deg);
}

/* SCROLL SPEED VARIATION (more natural) */
.line-left {
  animation: scroll-left 25s linear infinite;
}

.line-right {
  animation: scroll-right 32s linear infinite;
}

/* HARAS */
.haras {
  background-color: var(--cl-navy);
  color: var(--cl-white);
  text-align: center;
  padding: 5rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 1rem;
}
.haras h1 {
  font-family: "Giaza", sans-serif !important;
  font-size: 2rem;
}
.haras h2 {
  font-size: 1.5rem;
}
/* ===============================
   GLOBAL
================================ */
.activity-details-container {
  font-family: "Poppins", sans-serif;
  background: var(--cl-navy);
  color: var(--cl-white);
}

/* ===============================
   HERO / TOP
================================ */
.activity-top {
  background: linear-gradient(rgba(0, 15, 5, 0.75), rgba(0, 15, 5, 0.75));
  padding: 120px 0 80px;
  text-align: center;
}

.activity-top h1 {
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 14px;
}

.activity-top ul {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 8px;
  font-size: 0.9rem;
  opacity: 0.85;
}

.activity-top ul a {
  color: var(--cl-gold);
  text-decoration: none;
}

/* ===============================
   PRODUCT CARD
================================ */
.activity-details {
  margin-top: -60px;
}

.details-content-container {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 40px;
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(10px);
  padding: 40px;
  border-radius: 22px;
  box-shadow: 0 40px 90px rgba(0, 0, 0, 0.7);
}

/* ===============================
   IMAGE
================================ */
.image-thumbs {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}

.details-main-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  transition: transform 0.7s ease;
}

.image-thumbs:hover img {
  transform: scale(1.06);
}

/* ===============================
   CONTENT
================================ */
.details-content {
  position: relative;
}

.circle {
  position: absolute;
  top: -40px;
  right: -40px;
  width: 120px;
  height: 120px;
  background: rgba(212, 164, 95, 0.18);
  border-radius: 50%;
}

.product-rating i {
  color: var(--cl-gold);
}

.details-price span {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--cl-gold);
}

#details-title {
  font-size: 2rem;
  margin: 26px 0;
  font-weight: 500;
}

/* ===============================
   FORM
================================ */
.activity-details-form {
  margin-top: 28px;
}

.form-input {
  display: flex;
  flex-direction: column;
  margin-bottom: 18px;
}

.form-input label {
  font-size: 0.8rem;
  margin-bottom: 6px;
  color: rgba(255, 255, 255, 0.65);
}

.form-input input {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  padding: 14px;
  color: var(--cl-white);
  font-size: 0.95rem;
  outline: none;
}

.form-input input:focus {
  border-color: var(--cl-gold);
}

/* ===============================
   TOTAL & CTA
================================ */
#totalPrice {
  color: var(--cl-gold);
  font-size: 1.4rem;
  font-weight: 600;
}

.btn-icon {
  background: linear-gradient(135deg, var(--cl-gold), #b89152);
  border: none;
  color: #000;
  padding: 14px 34px;
  border-radius: 50px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.35s ease;
}

.btn-icon:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 36px rgba(212, 164, 95, 0.45);
}

/* ===============================
   POPUP
================================ */
.reservation-popup {
  position: fixed;
  inset: 0;
  background: rgba(0, 15, 5, 0.8);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 999;
}

.popup-content {
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(12px);
  padding: 40px;
  border-radius: 22px;
  text-align: center;
  box-shadow: 0 40px 90px rgba(0, 0, 0, 0.8);
}

.popup-content h2 {
  color: var(--cl-gold);
  margin-bottom: 12px;
}

.popup-content button {
  margin-top: 20px;
  background: var(--cl-gold);
  border: none;
  padding: 12px 30px;
  border-radius: 30px;
  font-weight: 600;
  cursor: pointer;
}

/* ===============================
   DESCRIPTION
================================ */
.description {
  margin: 120px 0;
  text-align: center;
}

.description h1 {
  font-size: 3rem;
  margin-bottom: 30px;
  color: var(--cl-gold);
}

.description h2 {
  color: var(--cl-gold);
  font-size: 2rem;
}
.description p {
  max-width: 800px;
  margin: auto;
  color: var(--cl-white);
  line-height: 1.9;
}

/* ===============================
   RESPONSIVE
================================ */
@media (max-width: 992px) {
  .details-content-container {
    grid-template-columns: 1fr;
  }

  .activity-top h1 {
    font-size: 2.2rem;
  }
}

@media (max-width: 576px) {
  .details-price span {
    font-size: 1.6rem;
  }

  .btn-icon {
    width: 100%;
  }
}

/* Responsive */
@media (max-width: 600px) {
  .activity-details-form form {
    gap: 0.8rem;
  }

  .activity-details-form input,
  .activity-details-form .btn-book {
    font-size: 0.95rem;
  }

  /* Labels */
  .activity-details-form label {
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--cl-white);
    margin-left: 4px;
  }
}
/* Section header */
.team-header span {
  color: var(--cl-gold);
  letter-spacing: 3px;
  font-size: 14px;
  text-transform: uppercase;
}

.team-header h2 {
  color: var(--cl-navy);
  font-family: "Giaza", sans-serif;
  font-size: 42px;
  margin: 15px 0;
}

.team-header p {
  color: #555;
  max-width: 600px;
}

/* ===============================
   TEAM SECTION PREMIUM
================================== */
.team-section {
  padding-bottom: 120px;
  color: #111;
}

.team-header {
  text-align: center;
  margin-bottom: 70px;
}

.team-header span {
  font-size: 14px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--cl-gold);
}

.team-header h2 {
  font-size: 42px;
  margin: 15px 0;
  font-weight: 600;
}

.team-header p {
  color: #555;
  max-width: 600px;
  margin: auto;
}

/* TEAM WRAPPER */
.team-wrapper {
  display: flex;
  gap: 40px;
  justify-content: center;
  flex-wrap: wrap;
}

/* TEAM MEMBER */
.team-member {
  background: #1b1b1b;
  padding: 10px;
  border-radius: 20px;
  text-align: center;
  width: 300px;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.team-member img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 20px;
  margin-bottom: 20px;
}

.team-member h4 {
  margin-bottom: 5px;
  font-size: 18px;
  color: var(--cl-gold);
}

.team-member p {
  font-size: 14px;
  color: #ccc;
}

.team-member:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .team-wrapper {
    flex-direction: column;
    align-items: center;
  }
}

/* ===============================
   CONTACT SECTION PREMIUM
================================== */

.contact-section {
  padding: 120px 0;
  background: #111;
  color: #fff;
}

.contact-header {
  text-align: center;
  margin-bottom: 70px;
}

.contact-header span {
  font-size: 14px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--cl-gold);
}

.contact-header h2 {
  font-size: 42px;
  margin: 15px 0;
  font-weight: 600;
  font-family: "Giaza", sans-serif;
}

.contact-header p {
  color: #ccc;
  max-width: 600px;
  margin: auto;
}

.contact-wrapper {
  display: flex;
  gap: 60px;
  align-items: stretch;
}

/* LEFT CARD */
.contact-info {
  flex: 1;
  background: #1b1b1b;
  padding: 50px;
  border-radius: 20px;
}

.contact-info h3 {
  margin-bottom: 30px;
  font-weight: 500;
}

.info-item {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
  font-size: 15px;
}

.info-item i {
  color: var(--cl-gold);
  font-size: 18px;
}

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

.info-item a:hover {
  color: var(--cl-gold);
}

/* BUTTON */
.contact-btn {
  display: inline-block;
  margin-top: 30px;
  padding: 14px 35px;
  border: 2px solid var(--cl-gold);
  border-radius: 100px;
  text-decoration: none;
  color: var(--cl-gold);
  transition: 0.3s ease;
}

.contact-btn:hover {
  background: var(--cl-gold);
  color: #111;
}

/* FORM */
.contact-form {
  flex: 1;
  background: #1b1b1b;
  padding: 50px;
  border-radius: 20px;
}

.contact-form form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.contact-form input,
.contact-form textarea {
  background: #111;
  border: 1px solid #333;
  padding: 15px;
  border-radius: 12px;
  color: #fff;
  font-size: 14px;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: var(--cl-gold);
  outline: none;
}

.contact-form button {
  padding: 15px;
  border-radius: 100px;
  border: none;
  background: var(--cl-gold);
  color: #111;
  font-weight: 500;
  cursor: pointer;
  transition: 0.3s ease;
}

.contact-form button:hover {
  background: var(--cl-gold);
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .contact-wrapper {
    flex-direction: column;
  }
}

/* ===============================
   FOOTER PREMIUM
================================== */
.site-footer {
  position: relative;
  /* background: url("<?php echo get_template_directory_uri(); ?>/public/bgs/bg-1.jpg")
    no-repeat center center/cover; */
  color: #fff;
  padding: 100px 0 50px;
  overflow: hidden;
}

.footer-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.178);
  z-index: 1;
}

.footer-container {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.footer-logo h1 {
  font-size: 5rem;
  margin-bottom: 1rem;
  color: var(--cl-gold);
}
.footer-logo h2 {
  font-family: "Giaza", sans-serif;
  font-size: 32px;
  color: #fff;
}

.footer-links {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

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

.footer-links a:hover {
  color: var(--cl-gold);
}

.footer-contact p {
  margin: 5px 0;
  font-size: 14px;
}

.footer-contact i {
  color: var(--cl-gold);
  margin-right: 8px;
}

.footer-bottom p {
  font-size: 13px;
  color: #ccc;
}

@media (max-width: 786px) {
  .section-top h1 {
    text-align: center;
    font-size: 1.5rem;
    line-height: 2;
  }
  /* Hero */
  .hero span {
    background-color: var(--cl-navy) !important;
    line-height: 0.2;
    transform: rotate(-5deg);
    border-radius: 0;
    width: auto;
    height: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
  }
  .hero .swiper-slide-content h1 {
    font-size: 2rem;
    text-transform: uppercase;
    color: var(--cl-white);
    -webkit-text-stroke: 1px var(--cl-white);
    line-height: 1;
    font-weight: 700;
    width: 100%;
    margin-top: -0.5rem;
  }
  .hero .swiper-slide-content li {
    color: var(--cl-white);
    font-size: 1rem;
    font-weight: 500;
    /* text-align: justify; */
    max-width: 40rem;
  }

  /* about */

  .about h1 {
    text-align: center;
  }
  /* products */

  .container-products .section-top h1 {
    color: var(--cl-navy) !important;
    font-size: 1.5rem;
    font-weight: 900;
  }
  /* INSTA */

  .insta-track img {
    width: 8rem;
    height: 8rem;
    object-fit: cover;
    border-radius: 0.7rem;
    flex-shrink: 0;
    display: block;
  }
  .insta-ticker-wrap::before {
    width: 15rem;
    left: 0;
    /* background: linear-gradient(
      to right,
      #111a19,
      #111a19b7,
      #111a193a,
      transparent
    ); */
  }

  .insta-ticker-wrap::after {
    width: 15rem;
    right: 0;
    /* background: linear-gradient(
      to left,
      #111a19,
      #111a19b7,
      #111a193a,
      transparent
    ); */
  }

  /* FOOTER */
  .footer {
    text-align: center;
  }
  .footer-careau {
    text-align: center;
    height: 10rem !important;
  }
  .footer .container {
    padding: 3rem 0;
  }
  .footer .container ul {
    width: 100%;
    text-align: center;
  }
  .footer .container li {
    color: var(--cl-white);
    font-size: 0.9rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
  }
}
