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

body {
    font-family: "Poppins", sans-serif;
    color: #000;
    background-color: #f0f0f0;
}
.container {
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}
section {
    padding: 100px 0;
}
.nav-shadow {
    position: absolute;
    width: 100%;
    height: 429px;
    left: 0px;
    top: -462px;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0px 100px 170px rgba(0, 0, 0, 0.82), 0px 36.5016px 62.0528px rgba(0, 0, 0, 0.565785), 0px 17.7209px 30.1255px rgba(0, 0, 0, 0.456158), 0px 8.6871px 14.7681px rgba(0, 0, 0, 0.363842), 0px 3.43489px 5.83932px rgba(0, 0, 0, 0.254215);
    border-radius: 8px;
    z-index: -1;
}
.navbar {
    color: #fff;
    padding: 0 0;
    position: relative;
    z-index: 10;
    top: 0;
}
.nav-link {
    font-size: 1.4rem;
    font-weight: 500;
}

.hero {
    width: 100vw;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
.slide img {
    object-fit: cover;
    width: 100%;
    height: 100vh;
}
.hero-text {
    position: absolute;
    top: 50vh;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    color: #ffffff;
    text-align: center;
    padding: 0 20px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
}
.hero-text h1 {
    font-size: 3rem;
    font-weight: 700;
}
.hero-text-subtitle {
    font-size: 2rem;
    font-weight: 500;
}
.ourstory-image {
    padding: 30px 0;
}
.ourstory-image-img {
    max-height: 80vh;  /* 60% of viewport height */
    width: 100%;
    object-fit: cover;
  }
  
  
.WidgetTitle__Header-sc-c581efe-2 {
    display: none;
}
.google-reviews a {
    display: none !important;
}
.footer {
    padding: 40px 0;
}
.footer-logo img {
    margin-bottom: 20px;
    
}
.footer-title {
    font-family: "Ledger", sans-serif;
    margin-bottom: 20px;
}

.footer ul li a {
    padding: 8px 0;
    display: block;
    font-size: 1.2rem;
    color: gray;
}   
.footer ul li a:hover {
    color: #fff;
}
.footer div p {
    padding: 8px 0;
    display: block;
    font-size: 1.2rem;
    color: gray;
} 
.footer-icon {
    margin-right: 10px;
}
#classes-hero {
    background-color: #000;
}
.equipments-section-grid {
    height: 100vh;
    margin-bottom: 100px;
}
.equipments-section {
    height: 100vh;
    margin-bottom: 100px;
}
.equipments-section-dumbbells {
    background: 
    linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), 
    url('./images/weights/dumbbellsstand1.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.equipments-section-zBar {
    background: 
    linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), 
    url('./images/weights/z\ bar1.png');
    background-size: cover;
    /* background-position: center; */
    background-repeat: no-repeat;
    /* position: relative; */
    margin-bottom: 0px;
}
.equipments-img-plates {
    padding-top: 8px;  
    height: 90vh;
    width: 800px;
    border-radius: 2px;
    object-fit: cover;       /* show full image */
    object-position: center;   /* keep it centered */
    display: block;
    /* margin-left: auto; */
    /* margin-right: auto; */
    /* background-color: #000;    optional: add bg color if extra space shows */
}
.equipments-img {
    max-height: 90vh;
    width: auto;
    height: 90vh;
    border-radius: 10px;
}
.equipments-img-zbar {
    object-fit: contain;
  
}
.equipments-section-z-bar {
    display: flex;
    justify-content: right;
}
.button-retreats {
    display: inline-block;
    background-color: #fff; 
    border-radius: 10%;
    padding: 10px 20px;
    margin: 10px 0;
}
.retreat-content-section {
    margin: 2% 0 4% 0;
}
.classes-hero-title {
    color: #000;
}
.memberships-section {
    margin: 30px 0px;
}
.retreat-section-cover {
    background: 
    linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), 
    url('./images/retreat\ hpm2.jpg');
    background-size: cover;
    /* background-position: center; */
    background-repeat: no-repeat;
    /* position: relative; */
    margin-bottom: 0px;
}
.retreat-section-cover-2 {
    background: 
    linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), 
    url('./images/goa\ wellness\ retreat.webp');
    background-size: cover;
    /* background-position: center; */
    background-repeat: no-repeat;
    /* position: relative; */
    margin-bottom: 0px;
}
.instagram-feed {
    margin: 5% 0;
}
.instagram-feed p {
    margin-bottom: 2%;
}
.our-classes-section h2 {
    margin-bottom: 2%;
}
.our-classes-section-btn {
    display: inline-block;
    margin-top: 10px;
    background-color: #000000;     /* bg-black */
  color: #ffffff;               /* text-white */
  padding: 0.5rem 3rem;         /* py-2 (0.5rem top/bottom), px-12 (3rem left/right) */
  border-radius: 0.5rem;        /* rounded-lg */
  transition: background-color 150ms ease-in-out;
  font-weight: bold;
}
.our-classes-section-btn:hover {
    background-color: #1f2937;    /* hover:bg-gray-800 */
}

.cta-button {
    display: inline-block;
    background-color: #fff;
    font-weight: bold;
    padding: 15px 20px;
    margin-top: 10px;
    color: #000;
    border-radius: 10px;
}
.title {
    font-family: "Ledger", sans-serif;
    padding-bottom: 15px;
}
.retreat-hero-text-subtitle {
    font-size: 1.5rem;
    font-weight: bold;
}
.retreat-cta-btn {
    display: inline-block;
    margin-top: 10px;
    background-color: #f0f0f0;
    color: #000;
    padding: 15px 20px;
    border-radius: 10px;
    font-weight: bold;
    font-size: 1.4rem;
    font-family: 'Ledger';
}
/* media */
@media (max-width: 900px) {
    .menu {
        display: none;
    }
    .slide img {
        object-fit: contain;
        width: 100%;
        height: auto;
        max-height: 100vh;
    }
}
@media (max-width: 600px) {
    .menu {
        display: none;
    }
    .slide img {
        object-fit: contain;
        width: 100%;
        height: auto;
        max-height: 100vh;
    }
    .hero-text h1 {
        font-size: 1.5rem;
    }
    .hero-text-subtitle {
        font-size: 1.3rem;
    }
}
@media (max-width: 900px) {
    .ourstory-content {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
}
@media (max-width: 600px) {
    .ourstory-content {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }
    .ourstory-image-img {
        width: 100%;
        height: auto;
        max-height: 65vh;
        object-fit: contain;
    }
    section {
        padding: 60px 0;
    }
    .equipments-caption {
        padding: 6px 8px !important;
        max-width: 92%;
        left: 10px !important;
        bottom: 10px !important;
    }
    .equipments-caption h4 {
        font-size: 0.85rem !important;
    }
    .equipments-caption p {
        font-size: 0.72rem !important;
    }
}
@media (max-width: 900px) {
    .w-1\/2 {
        width: 100% !important;
    }
}
@media (max-width: 600px) {
    .w-1\/2 {
        width: 100% !important;
    }
    .text-xl {
        font-size: 1.125rem !important; /* ~18px */
        line-height: 1.6 !important;
    }
}
@media (max-width: 900px) {
    .our-classes-section h2 {
        font-size: clamp(1.5rem, 4.5vw, 2rem);
    }
}
@media (max-width: 600px) {
    /* Override inline padding-left on the slider wrapper */
    .our-classes-section > .relative {
        padding-left: 0 !important;
    }

    /* Each slide width and square cards */
    #cardSlider > div {
        width: 92% !important;
    }
    #cardSlider > div > .relative {
        height: auto !important; /* neutralize fixed h-[566px] */
        aspect-ratio: 1 / 1;     /* make the card square */
    }
    #cardSlider img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    /* Card heading and CTA sizing */
    .our-classes-section h3 {
        font-size: 1.5rem; /* ~24px */
    }
    .our-classes-section-btn {
        padding: 0.5rem 1.25rem;
        font-size: 0.95rem;
    }

    /* Nav arrows smaller on mobile */
    #prevBtn, #nextBtn {
        padding: 0.5rem;
    }
    #prevBtn svg, #nextBtn svg {
        width: 20px;
        height: 20px;
    }

    /* Indicators keep spacing */
    .indicator {
        width: 10px;
        height: 10px;
    }
  
}
@media (min-width: 600px) {
    .memberships-section-hero-img {
      background-image: url('./images/membership wooden gym- hpm.jpg');
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      height: 100vh; /* or whatever height you want */
      width: 100%;
    }
    .equipments-page-hero-height {
        height: 100vh;
    }
    .retreat-content-section-hero-gap {
        height: 100vh;
    }
  }
  
  /* For screens below 600px */
  @media (max-width: 600px) {
    .memberships-section-hero-img {
      background-image: url('./images/weights/plates1.png');
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      height: 100vh;
      width: 100%;
    }
    /* .equipments-section-hero-img {
        background-image: url('./images/z-bar-wooden-gym-hpm-goa.jpg');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        height: 100vh;
        width: 100%;
    } */
     .equipments-section-hero h1 {
        color: #000;
        text-shadow: none;
        font-family: "Ledger", sans-serif;
        
     }
     .equipments-section-hero p {
        color: #000;
        text-shadow: none;
     }
     .equipments-page-hero-height {
        height: 60vh;
     }
     .equipments-page-sub-hero {
        font-size: 20px;
     }
     .equipments-section-dumbbells {
        margin-bottom: 1px;

     }
     .equipments-section-zBar {
        background: 
        linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), 
        url('./images/weights/z-bar-2.png');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        height: 100vh; /* or whatever height you want */
        width: 100%;
    }
  }
  @media (max-width: 900px) {
    .equipments-section-plates {
        flex-wrap: wrap;
        gap: 12px !important;
    }
    .equipments-section-plates > div {
        width: calc(50% - 6px);
        display: flex;
        justify-content: center;
        align-items: center;
    }
}
@media (max-width: 600px) {
    .equipments-section-plates {
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 10px !important;
    }
    .equipments-section-plates > div {
        width: 100%;
    }
    .equipments-card {
        width: 100%;
    }
    .equipments-img-plates {
        width: 100%;
        height: auto;
        max-height: 75vh;
        object-fit: contain;
    }
    #nodisplay {
        display: none;
    }
    .retreat-cta-btn {
        background-color: #000;
        color: #fff;
        font-size: 1.1rem;
    }
    .equipments-section-grid {
        height: 500px;
        margin-bottom: 1px;
    } 
    .equipments-section {
        height: 250px;
        margin-bottom: 1px;
    } 
    .retreat-section-cover {
        background-size:contain;
    }
    .retreat-section-cover-2 {
        background-size:contain;
    }
    .retreat-content-section-hero-gap {
        height: 60vh;
    }
    .retreat-section-cover-title h2 {
        font-size: 1.5rem;
    }
}

.hamburger {
    display: none;
    position: relative;
    width: 36px;
    height: 28px;
    border: none;
    background: transparent;
    cursor: pointer;
    z-index: 1001;
}
.hamburger span {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background: #fff;
    border-radius: 2px;
    transition: transform 200ms ease, opacity 200ms ease, top 200ms ease, background-color 200ms ease;
}
.hamburger span:nth-child(1) { top: 4px; }
.hamburger span:nth-child(2) { top: 12px; }
.hamburger span:nth-child(3) { top: 20px; }

/* Close state */
.hamburger.close span { background: #fff; }
.hamburger.close span:nth-child(1) { top: 12px; transform: rotate(45deg); }
.hamburger.close span:nth-child(2) { opacity: 0; }
.hamburger.close span:nth-child(3) { top: 12px; transform: rotate(-45deg); }

/* Mobile menu overlay */
.mobile-menu-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.95);
    color: #fff;
    z-index: 1000;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px);
    transition: opacity 200ms ease, transform 200ms ease;
}
.mobile-menu-overlay.open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}
.mobile-menu-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 24px 20px 32px 20px;
}
.mobile-menu-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.mobile-nav-links {
    list-style: none;
    padding: 0;
    margin: 0;
}
.mobile-nav-links li + li {
    margin-top: 18px;
}
.mobile-nav-links a {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 600;
}

/* Show hamburger and hide desktop menu on small screens */
@media (max-width: 600px) {
    .hamburger { display: block; }
    .menu { display: none; }
}
