/* ===========================================
   HOME PUZZLE ADVENTURES — Custom Styles
   Bootstrap 5 based, fully responsive
   =========================================== */

:root {
  --hpa-bg: #0b0b0d;
  --hpa-bg-2: #141318;
  --hpa-gold: #d8a84a;
  --hpa-gold-2: #f6d27a;
  --hpa-gold-dark: #8a6a26;
  --hpa-text: #e9e2cf;
  --hpa-muted: #b6ae9a;
  --font-display: 'Pirata One', 'Cinzel', serif;
  --font-sub: 'Cinzel', serif;
  --font-body: 'Roboto', system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--hpa-bg);
  color: var(--hpa-text);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
}

/* ============ Buttons ============ */
.btn-hpa-primary {
  background: linear-gradient(180deg, var(--hpa-gold-2), var(--hpa-gold));
  color: #1a1308;
  border: 1px solid var(--hpa-gold-dark);
  font-weight: 600;
  padding: 10px 26px;
  border-radius: 30px;
  letter-spacing: .5px;
  transition: all .25s ease;
}
.btn-hpa-primary:hover {
  background: linear-gradient(180deg, var(--hpa-gold), var(--hpa-gold-2));
  color: #000;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(216,168,74,.4);
}
.btn-hpa-outline {
  background: transparent;
  color: var(--hpa-gold-2);
  border: 1px solid var(--hpa-gold);
  font-weight: 600;
  padding: 10px 26px;
  border-radius: 30px;
  letter-spacing: .5px;
  transition: all .25s ease;
}
.btn-hpa-outline:hover {
  background: var(--hpa-gold);
  color: #1a1308;
}

/* ============ HERO ============ */
.hero-section {
   height: 100vh;
  background: 
    linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)),
    url('../images/hero-banner.png');
  /* background-size: cover; */
  /* background-position: center; */
  
  
}
/* NAVBAR WRAPPER */
.hpa-navbar {
  padding-top: 18px;
}

/* GLASS PILL */
.hpa-nav-pill {
  position: fixed;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);

  width: min(1011px, calc(100% - 32px));
  height: 74px;
  z-index: 100;

  display: flex;
  align-items: center;
  justify-content: center; /* 🔥 important fix */
  gap: 10px;

  padding: 0 24px;
  border-radius: 50px;

  backdrop-filter: blur(40px);
  -webkit-backdrop-filter: blur(40px);

  background: linear-gradient(
    180deg,
    rgba(255,255,255,0.05) 0%,
    rgba(255,255,255,0.02) 100%
  );

  border: 1px solid rgba(255,255,255,0.12);

  box-shadow:
    inset 0 5px 10px rgba(255,255,255,0.08),
    0 8px 30px rgba(0,0,0,0.4);

  flex-wrap: nowrap;
  overflow: hidden;
}

/* NAV LINKS */
.hpa-nav-pill .nav-link {
  color: var(--hpa-text);
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  letter-spacing: .5px;
  color:white;
  padding: 8px 14px !important;
  border-radius: 30px;

  white-space: nowrap;
  transition: all .25s ease;
}

/* HOVER */
.hpa-nav-pill .nav-link:hover,
.hpa-nav-pill .nav-link.active {
  color: var(--hpa-gold-2);
  background: rgba(216,168,74,.12);
}

/* TOGGLER */
.navbar-toggler {
  border-color: var(--hpa-gold);
  z-index: 101;
}

.navbar-toggler-icon {
  filter: invert(1);
}
/* TABLET */
@media (max-width: 992px) {
  .hpa-nav-pill {
    height: auto;
    padding: 12px;
    flex-wrap: wrap;
    border-radius: 30px;
    justify-content: center;
  }

  .hpa-nav-pill .nav-link {
    font-size: 13px;
    padding: 6px 12px !important;
  }
}

/* MOBILE */
@media (max-width: 576px) {
  .hpa-nav-pill {
    flex-direction: column;
    align-items: stretch;
    gap: 6px;
    padding: 14px;
    border-radius: 20px;
  }

  .hpa-nav-pill .nav-link {
    width: 100%;
    text-align: center;
    padding: 10px !important;
  }
}
.hero-content {
  padding-top: 80px;
  max-width: 800px;
}
.hero-pre {
  padding-top: 70px;
  font-family: 'chenzil';
  font-size: clamp(28px, 4vw, 48px);
  color: var(--hpa-text);
  margin-bottom: 0;
  letter-spacing: 2px;
  
}
.hero-title {
  font-family: 'chenzil';
  font-size: clamp(48px, 9vw, 110px);
  background: linear-gradient(180deg, #fff 0%, #cfcfcf 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 4px;
  margin-bottom: 20px;
  text-shadow: 0 4px 30px rgba(216,168,74,.25);
}
.hero-sub {
  max-width: 712px;
  color: white;
  font-size: clamp(14px, 1.4vw, 18px);
  margin-bottom: 28px;
  font-family: sans-serif;
}
.hero-cta { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

.hero-wave {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 80px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 120' preserveAspectRatio='none'><path d='M0,40 C300,120 900,0 1200,60 L1200,120 L0,120 Z' fill='%230b0b0d'/></svg>") bottom/cover no-repeat;
}


 .top-strip {
  width: 100%;
      height: 20px;/* apni image ke hisaab se adjust karo */
  background-image: url('../images/Vector.png'); /* yahan apni image ka path do */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

/* ============ Sections ============ */
.section-dark { position: relative;
  background: 
    linear-gradient(rgba(0, 0, 0, 0.315), rgba(0, 0, 0, 0.747)),
    url('../images/sec-banner.png');
  background-size: cover;
  background-position: center;
  padding: 150px 0px 150px 0px !important;
  color: #fff; }
.section-title {
  font-family: 'chenzil';
  font-size: clamp(34px, 5vw, 60px);
  color: var(--hpa-text);
  letter-spacing: 2px;
  text-shadow: 0 2px 10px rgba(216,168,74,.2);
  text-align: left !important;
}
.section-title1 {
  font-family: 'chenzil';
  font-size: clamp(34px, 5vw, 60px);
  color: var(--hpa-text);
  letter-spacing: 2px;
  text-shadow: 0 2px 10px rgba(216,168,74,.2);
  text-align: center !important;
}
.ornament {
  text-align: center;
  color: var(--hpa-gold);
  font-size: 22px;
  letter-spacing: 6px;
}

/* ============ What We Offer ============ */
/* Your existing CSS - NO CHANGES */
.offer-list {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}
.offer-list li {
  color: var(--hpa-muted);
  margin-bottom: 10px;
  font-size: 19px;
}
.offer-list li i { color: var(--hpa-gold); margin-right: 8px; }
.offer-card {
  border: 2px solid var(--hpa-gold);
  border-radius: 18px;
  overflow: hidden;
  aspect-ratio: 3/4;
  background: #1a1a1a;
}
.offer-card img { width: 100%; height: 100%; object-fit: cover; }
.offer-caption {
font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  color: white;
  margin-top: 10px;
}

/* ========== RESPONSIVE CSS ADDED BELOW (SIRF YE PART ADD KIYA HAI) ========== */

/* Tablet (768px - 991px) */
@media (max-width: 991px) {
  .col-lg-4 {
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
  }
  
  .col-lg-8 {
    width: 100%;
  }
  
  .section-title br {
    display: none;
  }
  
  .offer-list {
    max-width: 500px;
    margin: 20px auto;
    text-align: left;
  }
  
  .btn-hpa-primary {
    display: inline-block;
    margin: 0 auto;
  }
}

/* Tablet Small (768px and below) */
@media (max-width: 768px) {
  .offer-list li {
    font-size: 16px;
    margin-bottom: 12px;
  }
  
  .offer-list li .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  
  .offer-list li .col-md-1 {
    width: 30px;
    text-align: center;
  }
  
  .offer-list li .col-md-11 {
    width: calc(100% - 40px);
  }
  
  .offer-list li img {
    max-width: 22px;
    height: auto;
  }
  
  .offer-caption {
    font-size: 12px;
  }
  
  .g-3 {
    gap: 15px;
  }
}

/* Mobile (580px and below) */
@media (max-width: 580px) {
  .py-5 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  
  .section-title {
    font-size: 32px;
  }
  
  .offer-list li {
    font-size: 14px;
  }
  
  .offer-list li img {
    max-width: 20px;
  }
  
  /* 2 columns layout for images on mobile */
  .col-md-4 {
    width: 50%;
  }
  
  .col-12 {
    width: 100%;
  }
  
  .offer-caption {
    font-size: 11px;
    margin-top: 8px;
  }
  
  /* Images responsive */
  .offer-card {
    aspect-ratio: 3/4;
  }
  
  .row.g-3 {
    gap: 12px;
  }
}

/* Mobile Small (480px and below) */
@media (max-width: 480px) {
  .offer-list li {
    font-size: 13px;
  }
  
  .offer-list li img {
    max-width: 18px;
  }
  
  .section-title {
    font-size: 28px;
  }
  
  .offer-caption {
    font-size: 10px;
  }
  
  .btn-hpa-primary {
    padding: 8px 24px;
    font-size: 14px;
  }
  
  .row.g-3 {
    gap: 10px;
  }
}

/* Extra Small (360px and below) */
@media (max-width: 360px) {
  .offer-list li {
    font-size: 12px;
  }
  
  .offer-list li img {
    max-width: 16px;
  }
  
  .section-title {
    font-size: 24px;
  }
  
  .offer-caption {
    font-size: 9px;
  }
  
  .col-md-4 {
    width: 50%;
  }
}

/* Large Desktop (1200px and above) */
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
    margin: 0 auto;
  }
  
  .offer-list li {
    font-size: 18px;
  }
  
  .offer-caption {
    font-size: 15px;
  }
}

/* For very large screens (1400px+) */
@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
  
  .offer-list li {
    font-size: 19px;
  }
  
  .offer-caption {
    font-size: 16px;
  }
}

/* ============ Feature Banner ============ */
/* .feature-banner {
  max-width:100%;
    margin:auto;
    min-height:620px;

    background:
    linear-gradient(rgba(255,255,255,0.03),rgba(0,0,0,0.08)),
    url("../images/Vector1.png") no-repeat center center;

    background-size:100% 100%;
    position:relative;

    display:flex;
    align-items:center;
    justify-content:flex-start;

    padding:70px 7%;
    overflow:hidden;
}
.feature-pre {
  font-family: var(--font-display);
  font-size: clamp(22px, 3vw, 36px);
  color: var(--hpa-text);
  margin-bottom: 0;
}
.feature-title {
  font-family: var(--font-display);
  font-size: clamp(40px, 7vw, 80px);
  background: linear-gradient(180deg, #fff7da, var(--hpa-gold), var(--hpa-gold-dark));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 3px;
}
.feature-sub { color: var(--hpa-text); margin-bottom: 14px; font-family: var(--font-sub); }
.feature-desc { color: var(--hpa-muted); margin-bottom: 22px; } */
.feature-banner{
    width:100%;
    /* max-width:1400px; */
    margin:auto;
    min-height:620px;

    background:
    
    url("../images/Vector1.png") no-repeat center center;

    background-size:100% 100%;
    position:relative;

    display:flex;
    align-items:center;
    justify-content:flex-start;

    padding:150px 150px;
    overflow:hidden;
}

/* CONTENT */
.feature-content{
    max-width:620px;
}

/* TEXT */
.small-title{
    font-size:clamp(28px,3vw,40px);
    color:#111;
    margin-bottom:5px;
    font-family:Georgia, serif;
    text-align: center;
}

.big-title{
    font-size:clamp(58px,7vw,90px);
    line-height:.95;
    text-transform:uppercase;
    font-weight:700;
    color:#111;
    margin-bottom:18px;
    font-family:Georgia, serif;
    text-align: center;
}

.big-title span{
    color:#b2301e;
}

.sub-title{
    font-size:clamp(24px,1vw,48px);
    font-weight:700;
    color:#111;
    margin-bottom:18px;
    font-family:Arial, sans-serif;
    text-align: center;
}

.desc{
    font-size:clamp(16px,1.2vw,18px);
    line-height:1.5;
    color:#111;
    margin-bottom:28px;
    font-family:Arial, sans-serif;
    text-align: center;
}

/* BUTTON */
.hero-btn{
    display:inline-block;
    background:#c8a437;
    color:#fff;
    padding:16px 42px;
    border-radius:40px;
    text-decoration:none;
    font-size:20px;
    font-family:Arial, sans-serif;
    display:table;
    margin:0 auto
}

.btn1 {
      
      font-family: 'Montserrat', sans-serif;
      font-size: 18px;
      font-weight: 600;
      color: white;
      padding: 14px 40px;
      border-radius: 40px;
      border: none;
      cursor: pointer;

      /* Gradient */
      background: linear-gradient(
        135deg,
        #caa64b,
        #f5d97b,
        #b68d2a
      );

      /* Soft glow */
      box-shadow: 
        0 0 1px rgba(255, 215, 120, 0.6),
        0 0 25px rgba(255, 215, 120, 0.4);

      transition: all 0.3s ease;
    }

    .btn1:hover {
      transform: scale(1.05);
      box-shadow: 
        0 0 15px rgba(255, 215, 120, 0.8),
        0 0 35px rgba(255, 215, 120, 0.6);
    }
/* recomended section */


 .recommend-section {
            max-width: 1600px;
            width: 100%;
            margin: auto;
            padding: 50px 20px;
            
        }

        .bg-im{
          margin-top:-120px;
        background-image: url("../images/BAckground.png");
    background-size: cover;       /* full cover */
    background-position: center;  /* center align */
    background-repeat: no-repeat;
    padding-top: 100px;
            
        }
        /* TITLE */
        .section-title {
            color: #e6d3a3;
            font-size: clamp(32px, 4vw, 62px);
            font-weight: bold;
            text-align: center;
            margin-bottom: 55px;
            text-transform: uppercase;
        }

        /* ROW */
        .game-row {
            display: grid;
            grid-template-columns: 1fr 220px 1fr;
            gap: 18px;
            align-items: center;
            margin-bottom: 35px;
        }

        /* CARD */
        .frame-card {
            width: 100%;
            min-height: 504px;
            background: url("../images/Group137.png") no-repeat center center;
            background-size: 90% 90%;
            padding: 0px 20px 50px 20px;
            display: flex;
            align-items: center;
            gap: 22px;
        }

        .frame-card.right {
            background: url("../images/Group136.png") no-repeat center center;
            background-size: 90% 90%;
            flex-direction: row-reverse;
        }

        /* IMAGE EXACT FIT */
        .frame-img {
            width: 227px;
    height: 343px;
            object-fit: cover;
            object-position: center;
            border-radius: 26px;
            flex-shrink: 0;
            display: block;
        }

        /* TEXT */
        .frame-text {
            color: #fff;
            max-width: 300px;
        }

        .frame-text h5 {
            font-size: 37px;
            font-weight: 700;
            line-height: 1.05;
            margin-bottom: 12px;
        }

        .frame-text p {
            font-size: 20px;
            line-height: 1.45;
            margin-bottom: 18px;
            color: #f5f5f5;
             font-family: 'Montserrat', sans-serif;
        }

        /* BUTTON */
        .book-btn {
            border: none;
            padding: 10px 28px;
            border-radius: 30px;
            background: linear-gradient(#3a3a3a, #111);
            color: #fff;
            font-size: 14px;
            min-width: 160px;
        }

        /* CENTER ICON */
        .center-box {
            display: flex;
            justify-content: center;
            align-items: center;
            position: relative;
            min-height: 220px;
        }

        .center-box::before {
            content: "";
            position: absolute;
            width: 2px;
            height: 100%;
            background: rgba(255, 255, 255, .08);
        }

        .center-box img {
            width: 145px;
            max-width: 100%;
            position: relative;
            z-index: 2;
        }

        /* LAPTOP */
        @media(max-width:1400px) {

            .frame-card {
                min-height: 460px;
            }

            .frame-img {
                width: 210px;
                height: 350px;
            }

            .frame-text h5 {
                font-size: 28px;
            }
        }

        /* TABLET */
        @media(max-width:992px) {

            .game-row {
                grid-template-columns: 1fr;
                gap: 22px;
            }

            .center-box {
                display: none;
            }

            .frame-card,
            .frame-card.right {
                min-height: auto;
                background-size: 100% 100%;
            }
        }

        /* MOBILE */
        @media(max-width:768px) {

            .recommend-section {
                padding: 35px 14px;
            }

            .frame-card,
            .frame-card.right {
                flex-direction: column;
                text-align: center;
                padding: 22px 18px;
            }

            .frame-text {
                max-width: 100%;
            }

            .frame-text h5 {
                font-size: 24px;
            }

            .frame-img {
                width: 252px;
                height: 417px;
                max-width: 100%;
            }

            .book-btn {
                width: 100%;
            }

            .section-title {
                margin-bottom: 35px;
            }
        }

        /* SMALL MOBILE */
        @media(max-width:480px) {

            .frame-img {
                width: 210px;
                height: 348px;
            }

            .frame-text h5 {
                font-size: 22px;
            }

            .frame-text p {
                font-size: 14px;
            }
        }

        .recommended-section {
            img {
                display: block;
                max-width: 100%;
            }
        }

        .rec-divider {
            display: flex;
            justify-content: center;
            align-items: center;
            width: 100%;
            z-index: 2;
            position: relative;
            pointer-events: none;
            margin: -100px 0px -150px 0px;
        }



        .frame-card1 {
            width: 100%;
            min-height: 504px;
            background: url("../images/Group137.png") no-repeat center center;
            background-size: 100% 100%;
            padding: 70px 170px 50px 20px;
            display: flex;
            align-items: center;
            gap: 22px;
        }
        .frame-card.right1 {
            background: url("../images/Group136.png") no-repeat center center;
            background-size: 90% 90%;
            flex-direction: row-reverse;
            padding: 70px 170px 50px 20px;
        }


         .frame-card2 {
            width: 100%;
            min-height: 504px;
            background: url("../images/Group137.png") no-repeat center center;
            background-size: 90% 90%;
            padding: 58px 0px 50px 170px;
            display: flex;
            align-items: center;
            gap: 22px;
        }


        .tl{
            padding-left: 50px;
            text-align: left;
        }
        .ter{
            padding-right: 50px;
            text-align: right;
        }

        .pngwing-deco {
        position: absolute;
        right: 0px;
        top: 0px;
        width: clamp(80px, 10vw, 150px);
        object-fit: cover;
        z-index: 2;
        pointer-events: none;
        }

        @media (max-width: 1024px) {

    .frame-card,
    .frame-card.right,
    .frame-card1,
    .frame-card.right1,
    .frame-card2 {
        padding: 40px 9px 50px 9px; /* safe balanced padding */
    }

    .frame-img {
        width: 200px;
        height: 340px;
    }
}

@media (max-width: 768px) {

    .frame-card,
    .frame-card.right,
    .frame-card1,
    .frame-card.right1,
    .frame-card2 {
        flex-direction: column; /* only stacking here */
        text-align: center;
        padding: 90px 50px 90px 50px;
    }

    .frame-text {
        max-width: 100%;
    }

    .frame-img {
        width: 220px;
        height: 360px;
    }

    .tl, .ter {
        padding: 0 !important;
        text-align: center;
    }

    .book-btn {
        width: 100%;
    }
}

@media (max-width: 480px) {

    .frame-card,
    .frame-card1,
    .frame-card2 {
        padding: 80px 80px;
    }

    .frame-img {
        width: 180px;
        height: 300px;
    }

    .rec-divider {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    z-index: 2;
    position: relative;
    pointer-events: none;
    margin: -39px 0px -74px 0px;
}
}  

/* recomended end */

/* TABLET */
@media(max-width:992px){

.feature-banner{
    min-height:470px;
    padding:50px 5%;
}

.feature-content{
    max-width:500px;
}

}

/* MOBILE */
@media(max-width:768px){

.feature-banner{
    min-height:auto;
    padding:40px 20px 55px;
    justify-content:center;
    text-align:center;
    background-size:cover;
}

.feature-content{
    max-width:100%;
}

.hero-btn{
    padding:14px 34px;
    font-size:18px;
}

}

/* SMALL MOBILE */
@media(max-width:480px){

.feature-banner{
    padding:30px 15px 45px;
}

.hero-btn{
    width:100%;
}

}

/* ============ Recommended ============ */
.recommended-row { position: relative; }
.game-card {
  display: flex;
  background: linear-gradient(180deg, #1a1a1d, #0e0e10);
  border: 2px solid var(--hpa-gold);
  border-radius: 22px;
  overflow: hidden;
  min-height: 240px;
  box-shadow: 0 10px 30px rgba(0,0,0,.5);
  transition: transform .3s ease;
}
.game-card:hover { transform: translateY(-6px); }
.game-card img {
  width: 45%;
  object-fit: cover;
}
.game-card .game-info {
  flex: 1;
  padding: 22px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.game-card .game-info h4 {
  font-family: var(--font-display);
  color: var(--hpa-gold-2);
  font-size: clamp(20px, 2vw, 28px);
  letter-spacing: 1px;
}
.game-card .game-info p {
  color: var(--hpa-muted);
  font-size: 13px;
  margin-bottom: 14px;
}
.game-card.reverse { flex-direction: row; }
.game-card.coming-soon img { background: #2a2a2a; }
.compass-divider, .map-divider {
  width: 100%;
  max-width: 140px;
  filter: drop-shadow(0 0 12px rgba(216,168,74,.5));
}

/* ============ About ============ */
/* .about-scroll {
  max-width: 320px;
  filter: drop-shadow(0 8px 20px rgba(0,0,0,.6));
}
.about-text { color: var(--hpa-muted); } */


/* SECTION */
/* .about-section{
    width:100%;
    background:url('../images/BAckground.png');
    background-size: cover;
    padding:60px 20px;
} */

/* CONTAINER */
/* ===== ABOUT SECTION ===== */

.about-section{
    width:100%;
    padding:70px 20px;
    overflow:hidden;
}

.about-wrap{
    max-width:1400px;
    margin:auto;
    display:grid;
    grid-template-columns:420px 1fr;
    gap:50px;
    align-items:center;
}

/* LEFT SIDE */
.about-image img {
  width: auto;
  height: auto;
  max-width: none;
}

/* .about-image img {
  width: 100%;
  height: auto;
} */

/* RIGHT SIDE */
.about-content{
    text-align:center;
    width:100%;
}

/* TITLE */
.about-title{
    font-family:chenzil;
    color:#e9d8a6;
    font-size:clamp(34px,4vw,68px);
    font-weight:700;
    margin-bottom:18px;
    text-transform:uppercase;
    line-height:1.1;
}

/* LINE IMAGE */
.about-content .mb-5 img,
.about-content .mt-5 img{
    max-width:100%;
    width:auto;
    height:auto;
}

/* TEXT */
.about-text{
    max-width:760px;
    margin:auto;
    color:#f1f1f1;
    font-size:clamp(15px,1.3vw,22px);
    line-height:1.7;
}

/* BUTTON */
.about-btn{
    display:inline-block;
    margin-top:28px;
    padding:14px 42px;
    border-radius:40px;
    background:linear-gradient(180deg,#d8b75a,#b88c2d);
    color:#fff;
    text-decoration:none;
    font-size:16px;
    font-weight:600;
    transition:.3s ease;
}

.about-btn:hover{
    transform:translateY(-2px);
    box-shadow:0 8px 18px rgba(214,169,73,.35);
}

/* ===== LARGE TABLET ===== */
@media (max-width:1199px){

.about-wrap{
    grid-template-columns:340px 1fr;
    gap:35px;
}

.about-image img{
    max-width:320px;
}

}

/* ===== TABLET ===== */
@media (max-width:991px){

.about-wrap{
    grid-template-columns:1fr;
    gap:35px;
}

.about-image{
    text-align:center;
}

.about-image img{
    margin:auto;
    max-width:300px;
}

.about-content{
    padding:0 10px;
}

.about-title{
    font-size:48px;
}

}

/* ===== MOBILE ===== */
@media (max-width:767px){

.about-section{
    padding:50px 16px;
}

.about-wrap{
    gap:28px;
}

.about-image img{
    max-width:240px;
}

.about-title{
    font-size:36px;
    margin-bottom:14px;
}

.about-text{
    font-size:15px;
    line-height:1.65;
}

.about-btn{
    width:100%;
    max-width:260px;
    padding:13px 20px;
}

.about-content .mb-5,
.about-content .mt-5{
    margin-top:25px !important;
    margin-bottom:25px !important;
}

}

/* ===== SMALL MOBILE ===== */
@media (max-width:480px){

.about-image img{
    max-width:200px;
}

.about-title{
    font-size:30px;
}

.about-text{
    font-size:14px;
}

.about-btn{
    font-size:14px;
}

}

/* ============ Contact ============ */
.contact-item {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--hpa-text);
  font-size: 16px;
}
.contact-item i {
  background: var(--hpa-gold);
  color: #1a1308;
  width: 32px; height: 32px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* ============ Footer ============ */
/* .footer-section {
  background: linear-gradient(180deg, #0b0b0d, #050505),
              url('../images/Footer.jpg') center/cover no-repeat;
  background-blend-mode: overlay;
  padding: 60px 0 24px;
  border-top: 2px solid var(--hpa-gold-dark);
}
.footer-pre {
  font-family: var(--font-display);
  font-size: clamp(22px, 3vw, 32px);
  color: var(--hpa-text);
  margin-bottom: 0;
}
.footer-title {
  font-family: var(--font-display);
  font-size: clamp(38px, 6vw, 70px);
  background: linear-gradient(180deg, #fff7da, var(--hpa-gold), var(--hpa-gold-dark));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 3px;
}
.footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px; height: 36px;
  margin: 0 6px;
  border-radius: 50%;
  color: var(--hpa-text);
  background: rgba(216,168,74,.12);
  border: 1px solid var(--hpa-gold-dark);
  text-decoration: none;
  transition: all .25s;
}
.footer-social a:hover {
  background: var(--hpa-gold);
  color: #1a1308;
  transform: translateY(-3px);
}
.footer-divider {
  border-color: var(--hpa-gold-dark);
  opacity: .5;
  margin: 30px 0 20px;
}
.footer-section a { color: var(--hpa-muted); text-decoration: none; }
.footer-section a:hover { color: var(--hpa-gold-2); } */

/* ============ Responsive ============ */
@media (max-width: 768px) {
  .game-card, .game-card.reverse { flex-direction: column; }
  .game-card img { width: 100%; height: 200px; }
  .hpa-nav-pill { padding: 10px; gap: 2px; }
  .hpa-nav-pill .nav-link { font-size: 12px; padding: 4px 10px !important; }
  .hero-content { padding-top: 40px; }
  .feature-banner { padding: 50px 0; text-align: center; }
}
@media (max-width: 480px) {
  .hero-cta .btn { width: 100%; }
  .contact-item { font-size: 14px; }
}


.site-footer {
    position: relative;
    width: 100%;
    background: url("../images/Footer.jpg") bottom no-repeat;
    background-size: cover;
    overflow: hidden;
    min-height: 100vh;  /* 'height' ki jagah 'min-height' - responsive ke liye better */
}

/* dark layer */
.footer-overlay {
    /* background: rgba(0,0,0,.58); */
    padding: 70px 20px 30px;
    position: relative;
    width: 100%;
}

/* glow right top */
.footer-light {
    position: absolute;
    top: 0;
    right: 0;
    width: 180px;
    height: 180px;
    /* background: radial-gradient(circle, #f8d978 0%, rgba(248,217,120,.6) 18%, transparent 65%); */
    pointer-events: none;
}

/* ========== RESPONSIVE GLOW EFFECT ========== */
@media (max-width: 768px) {
    .footer-light {
        width: 120px;
        height: 120px;
    }
}

@media (max-width: 480px) {
    .footer-light {
        width: 80px;
        height: 80px;
    }
}

/* heading */
.footer-title {
    text-align: center;
    color: #f3e5b2;
    font-family: Georgia, serif;
    font-size: clamp(34px, 5vw, 72px);
    text-transform: uppercase;
    margin-bottom: 35px;
    padding-top: 70px;
    padding-bottom: 50px;
}

/* ========== RESPONSIVE FOOTER TITLE ========== */
@media (max-width: 768px) {
    .footer-title {
        padding-top: 40px;
        padding-bottom: 30px;
        margin-bottom: 25px;
        font-size: clamp(28px, 4vw, 34px);
    }
}

@media (max-width: 480px) {
    .footer-title {
        padding-top: 25px;
        padding-bottom: 20px;
        margin-bottom: 20px;
        font-size: clamp(22px, 6vw, 28px);
    }
}

/* contact row */
.footer-contact {
    display: flex;
    justify-content: center;
    gap: 60px;
    flex-wrap: wrap;
    margin-bottom: 45px;
}

/* ========== RESPONSIVE CONTACT SECTION ========== */
@media (max-width: 768px) {
    .footer-contact {
        gap: 25px;
        margin-bottom: 35px;
    }
}

@media (max-width: 580px) {
    .footer-contact {
        flex-direction: column;
        align-items: center;
        gap: 20px;
        margin-bottom: 30px;
    }
}

.contact-item {
    color: #fff;
    font-size: 18px;
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: center;
}

/* ========== RESPONSIVE CONTACT ITEM ========== */
@media (max-width: 768px) {
    .contact-item {
        font-size: 16px;
        gap: 10px;
    }
}

@media (max-width: 480px) {
    .contact-item {
        font-size: 14px;
        gap: 8px;
        width: 100%;
        justify-content: center;
    }
}

.icon {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #d2b24d;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    flex-shrink: 0;  /* Icon ko shrink hone se rokta hai */
}

/* ========== RESPONSIVE ICON ========== */
@media (max-width: 480px) {
    .icon {
        width: 28px;
        height: 28px;
        font-size: 13px;
    }
}

/* line */
.footer-line {
    width: 100%;
    max-width: 1100px;
    height: 1px;
    background: rgba(255, 255, 255, 0.35);
    margin: 0 auto 35px;
    margin-top: 30px;
    margin-bottom: 70px;
}

/* ========== RESPONSIVE LINE ========== */
@media (max-width: 768px) {
    .footer-line {
        margin-top: 20px;
        margin-bottom: 40px;
        width: 90%;
    }
}

@media (max-width: 480px) {
    .footer-line {
        margin-top: 15px;
        margin-bottom: 30px;
        width: 95%;
    }
}

/* brand */
.brand-wrap {
    text-align: center;
    margin-bottom: 25px;
}

.brand-wrap h4 {
    color: #f0dfaa;
    font-family: Georgia, serif;
    font-size: clamp(22px, 3vw, 46px);
    font-weight: 400;
    margin-bottom: -10px;
    text-transform: uppercase;
}

/* ========== RESPONSIVE BRAND H4 ========== */
@media (max-width: 768px) {
    .brand-wrap h4 {
        font-size: clamp(18px, 2.5vw, 22px);
        margin-bottom: -5px;
    }
}

@media (max-width: 480px) {
    .brand-wrap h4 {
        font-size: 16px;
        margin-bottom: -3px;
    }
}

.brand-wrap h1 {
    color: #f8efd0;
    font-family: Georgia, serif;
    font-size: clamp(48px, 8vw, 110px);
    line-height: 1;
    text-transform: uppercase;
    text-shadow: 0 4px 10px rgba(0, 0, 0, 0.45);
    word-break: break-word;  /* Long words ko break karne ke liye */
}

/* ========== RESPONSIVE BRAND H1 ========== */
@media (max-width: 768px) {
    .brand-wrap h1 {
        font-size: clamp(38px, 7vw, 48px);
        text-shadow: 0 3px 8px rgba(0, 0, 0, 0.45);
    }
}

@media (max-width: 480px) {
    .brand-wrap h1 {
        font-size: clamp(32px, 6vw, 38px);
        text-shadow: 0 2px 6px rgba(0, 0, 0, 0.45);
    }
}

/* social */
.social-links {
    display: flex;
    justify-content: center;
    gap: 14px;
    margin-bottom: 35px;
    flex-wrap: wrap;
}

/* ========== RESPONSIVE SOCIAL LINKS ========== */
@media (max-width: 768px) {
    .social-links {
        gap: 12px;
        margin-bottom: 30px;
    }
}

@media (max-width: 480px) {
    .social-links {
        gap: 10px;
        margin-bottom: 25px;
    }
}

.social-links a {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.25);
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    transition: 0.3s;
}

/* ========== RESPONSIVE SOCIAL ICONS ========== */
@media (max-width: 768px) {
    .social-links a {
        width: 30px;
        height: 30px;
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .social-links a {
        width: 28px;
        height: 28px;
        font-size: 12px;
    }
}

.social-links a:hover {
    background: #d2b24d;
    border-color: #d2b24d;
    transform: translateY(-2px);  /* Hover effect added */
}

/* bottom */
.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    max-width: 1200px;
    margin: auto;
    flex-wrap: wrap;
}

/* ========== RESPONSIVE FOOTER BOTTOM ========== */
@media (max-width: 768px) {
    .footer-bottom {
        flex-direction: column;
        text-align: center;
        gap: 15px;
        padding: 0 15px;
    }
}

@media (max-width: 480px) {
    .footer-bottom {
        gap: 12px;
        padding: 0 10px;
    }
}

.footer-menu {
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
}

/* ========== RESPONSIVE FOOTER MENU ========== */
@media (max-width: 768px) {
    .footer-menu {
        justify-content: center;
        gap: 20px;
    }
}

@media (max-width: 480px) {
    .footer-menu {
        gap: 15px;
    }
}

.footer-menu a,
.copyright {
    color: #fff;
    font-size: 13px;
    text-decoration: none;
    opacity: 0.9;
    transition: 0.3s;
}

.footer-menu a:hover {
    opacity: 1;
    color: #d2b24d;
}

/* ========== RESPONSIVE TEXT SIZE ========== */
@media (max-width: 768px) {
    .footer-menu a,
    .copyright {
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    .footer-menu a,
    .copyright {
        font-size: 11px;
    }
}

/* ========== EXTRA SMALL DEVICES (below 360px) ========== */
@media (max-width: 360px) {
    .footer-overlay {
        padding: 40px 12px 20px;
    }
    
    .brand-wrap h1 {
        font-size: 28px;
    }
    
    .brand-wrap h4 {
        font-size: 14px;
    }
    
    .footer-menu {
        gap: 12px;
    }
    
    .footer-menu a,
    .copyright {
        font-size: 10px;
    }
    
    .contact-item {
        font-size: 12px;
    }
    
    .icon {
        width: 24px;
        height: 24px;
        font-size: 11px;
    }
}

/* ========== LARGE SCREENS (above 1400px) ========== */
@media (min-width: 1400px) {
    .footer-overlay {
        padding: 100px 20px 40px;
    }
    
    .footer-title {
        padding-top: 90px;
        padding-bottom: 70px;
    }
    
    .footer-contact {
        gap: 80px;
        margin-bottom: 60px;
    }
    
    .contact-item {
        font-size: 20px;
    }
    
    .icon {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }
    
    .social-links a {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
}

/* ========== TOUCH DEVICE OPTIMIZATION ========== */
@media (hover: none) and (pointer: coarse) {
    .social-links a:hover {
        transform: none;  /* Mobile pe hover effect hatao */
        background: transparent;
    }
    
    .social-links a:active {
        background: #d2b24d;
        transform: scale(0.95);
    }
}