/* RESET */
*{margin:0;padding:0;box-sizing:border-box;}
body{
font-family: "Poppins", sans-serif;
}

/* ================= TOP BAR ================= */
.top-bar{
    background:#083b5c;
    color:#fff;
    font-size:14px;
    padding:6px 0;
}
.top-bar a{
    color:#fff;
    text-decoration:none;
    font-weight:500;
}

/* ================= NAVBAR ================= */
.main-navbar{
    background:#fff;
    border-bottom:1px solid #e5e7eb;
}
.navbar-brand img{
    height:38px;
}
.nav-link{
    color:#083b5c!important;
    font-weight:600;
    margin:0 8px;
}
.nav-link:hover{
    text-decoration:underline;
}
.btn-shop{
    background:#ff6a00;
    color:#fff;
    padding:8px 18px;
    font-weight:600;
    border-radius:4px;
}
.btn-shop:hover{
    background:#e85c00;
    color:#fff;
}
.nav-icons{
    font-size:12px;
    text-align:center;
    color:#083b5c;
    margin-left:14px;
    line-height:1.2;
}

/* ================= HERO BANNER ================= */

.banner-section {
  background-image: url("../../assets/images/puma.png");
  background-size: cover;
  background-position: center;
  min-height: 520px;
  position: relative;
  display: flex;
  align-items: center;
}

.banner-content {
  position: absolute;
  bottom: 40px;
  left: 10%;
  color: rgba(255, 255, 255, 0.85);
  font-size: 14px;
  letter-spacing: 0.5px;
  z-index: 5;
}

.banner-content h1 {
  font-size: 38px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 12px;
}

.banner-content p {
  font-size: 18px;
  color: rgba(255,255,255,0.85);
  margin-bottom: 20px;
}

.banner-btn {
  background: #ff6a00;
  color: #fff;
  padding: 12px 28px;
  text-decoration: none;
  border-radius: 4px;
  font-weight: 600;
  display: inline-block;
}

/* ===== MOBILE ===== */
@media (max-width: 768px) {
  .banner-content {
    padding: 30px;
  }

  .banner-content h1 {
    font-size: 28px;
  }

  .banner-content p {
    font-size: 16px;
  }
}
 /* card section */
 /* SECTION */
.collections-section{
    padding:60px 0;
    font-family: Arial, sans-serif;
}

/* HEADING */
.collections-title{
    font-size:2.2rem;
    font-weight:700;
    color:#002b45;
    margin-bottom:10px;
}

.collections-subtitle{
    color:#6b7280;
    font-size:1rem;
    margin-bottom:40px;
}

/* CARD */
.collection-card{
    text-align:left;
}

.collection-image{
    position:relative;
    overflow:hidden;
    border-radius:6px;
}

.collection-image img{
    width:100%;
    height:260px;
    object-fit:cover;
    border-radius:6px;
}

/* TEXT */
.collection-heading{
    margin-top:18px;
    font-size:1.1rem;
    font-weight:700;
    color:#002b45;
}

.collection-link{
   float: right;
    font-size: 14px;
    font-weight: 600;
    text-decoration: underline;
    color: #003459;
}

.collection-link:hover{
    text-decoration:underline;
}

.collection-desc{
    font-size:0.9rem;
    color:#6b7280;
    margin-top:8px;
    line-height:1.6;
}

/*button*/
.hero-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.75rem;
 border: 2px solid #ff6a00;
  color: #ffffff;
  font-weight: 700;
  font-size: 0.95rem;
  text-decoration: none;
  border-radius: 3px;
  position: relative;
  overflow: hidden;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    background-color 0.25s ease;
}

/* Hover: lift + glow */
.hero-btn:hover {
  transform: translateY(-2px);
  background-color: #e55e00;
  box-shadow: 0 10px 25px rgba(255, 106, 0, 0.35);
}

/* Active (click) */
.hero-btn:active {
  transform: translateY(0);
  box-shadow: 0 5px 12px rgba(255, 106, 0, 0.35);
}

/* Keyboard focus */
.hero-btn:focus-visible {
  outline: none;
  box-shadow:
    0 0 0 3px rgba(255, 255, 255, 0.75),
    0 0 0 6px rgba(255, 106, 0, 0.6);
}

/* Shimmer sweep */
.hero-btn::after {
  content: "";
  position: absolute;
  inset: 0;
  left: -120%;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(255, 255, 255, 0.25),
    transparent
  );
  transition: left 0.6s ease;
}

.hero-btn:hover::after {
  left: 120%;
}


/* Text content */
.hero-content {
  position: relative;
  z-index: 3;
  max-width: 520px;
  padding-left: 5rem;
  color: #ffffff;
}

.hero-content h1 {
  font-size: 2.4rem;
  font-weight: 800;
  margin-bottom: 1rem;
}

.hero-content p {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.75rem;
  color: #e5e7eb;
}

/* img -banner */

.explorer-banner {
  position: relative;
  width: 100%;
  height: 400px;
     background-image: url("../../assets/images/dog.png");
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
}
.explorer-banner1 {
  position: relative;
  width: 100%;
  height: 400px;
     background-image: url("../../assets/images/cap.png");
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
}

.explorer-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(0, 40, 60, 0.75), rgba(0, 40, 60, 0.2));
}

.explorer-content {
  position: relative;
  max-width: 600px;
  padding-left: 80px;
  padding-top:120px;
  padding-bottom:10px;
  color: #ffffff;
  z-index: 1;
}

.explorer-title {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 15px;
}

.explorer-text {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 25px;
}

.explorer-btn {
  display: inline-block;
  padding: 12px 28px;
  border: 2px solid #ff7a00;
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s ease;
}

.explorer-btn:hover {
  background-color: #ff7a00;
}

/*review section */

.review-section {
  padding: 70px 0;
  background-color: #ffffff;
}

.review-container {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  text-align: center;
}

.review-card {
  padding: 0 20px;
}

.review-stars {
  color: #00a0df;
  font-size: 18px;
  letter-spacing: 4px;
  margin-bottom: 15px;
}

.review-text {
  font-size: 15px;
  line-height: 1.6;
  color: #0b2b3c;
  margin-bottom: 20px;
}

.review-name {
  font-size: 20px;
  font-weight: 700;
  color: #002b45;
  margin-bottom: 6px;
}

.review-location {
  font-size: 12px;
  letter-spacing: 1px;
  color: #0b2b3c;
  text-transform: uppercase;
}

/* footer */
.site-footer {
  background-color: #003a5d;
  color: #ffffff;
  position: relative;
  overflow: hidden;
}

.footer-container {
  max-width: 1300px;
  margin: auto;
  padding: 80px 20px 40px;
  display: grid;
  grid-template-columns: 1.2fr 2fr;
  gap: 60px;
}

.footer-heading {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 20px;
}

.footer-text {
  max-width: 420px;
  line-height: 1.6;
  margin-bottom: 30px;
}

.footer-btn {
  display: inline-block;
  padding: 12px 30px;
  border: 2px solid #ff7a00;
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
  margin-bottom: 40px;
}

.footer-btn:hover {
  background-color: #ff7a00;
}

.footer-brand img {
  width: 160px;
  margin-bottom: 20px;
}

.footer-socials a {
  color: #ffffff;
  font-size: 18px;
  margin-right: 14px;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.footer-col h4 {
  font-size: 14px;
  letter-spacing: 1px;
  margin-bottom: 18px;
}

.footer-col ul {
  list-style: none;
  padding: 0;
}

.footer-col ul li {
  margin-bottom: 12px;
}

.footer-col ul li a {
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  opacity: 0.9;
}

.footer-col ul li a:hover {
  text-decoration: underline;
}

/* bottom */
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.2);
  padding: 20px;
  text-align: center;
  font-size: 13px;
}

.footer-bottom a {
  color: #ffffff;
  text-decoration: none;
}

/* contour lines */
.footer-contour {
  position: absolute;
  right: -100px;
  bottom: -50px;
  width: 45%;
  height: 80%;
  background: url("images/contour-lines.svg") no-repeat;
  background-size: cover;
  opacity: 0.4;
}


@media (max-width: 768px) {
  .review-container {
    grid-template-columns: 1fr;
    gap: 50px;
  }
}



/* animation */
@keyframes autoScroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}



/* Responsive */
@media (max-width: 900px) {
  .explorer-hero {
    height: auto;
    padding: 4rem 0;
  }

  .hero-content {
    padding: 0 2rem;
  }

  .hero-pattern {
    display: none;
  }

  .hero-content h1 {
    font-size: 2rem;
  }
}



/* RESPONSIVE */
@media(max-width:768px){
    .collection-image img{
        height:220px;
    }
}

/* RESPONSIVE */
@media(max-width:991px){
    .hero-content{
        flex-direction:column;
        text-align:center;
    }
    .hero-text{
        margin-left:0;
        margin-top:30px;
    }
    .arrow{
        display:none;
    }
}