#body-packages {
    position: relative;
    min-height: 100vh;
    z-index: 0;
    overflow: visible; /* changed from hidden */
}

#body-packages::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image:
        linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 1) 100%),
        url('https://pbblogassets.s3.amazonaws.com/uploads/2016/07/Professional-Cinema-Camera.jpg' );
    background-image:
        linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 20%, rgba(0, 0, 0, 1) 100%),
        url('https://images.pexels.com/photos/3062541/pexels-photo-3062541.jpeg?cs=srgb&dl=pexels-minhle17vn-3062541.jpg&fm=jpg' );
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /* background-attachment: fixed; <--- This line is removed */
    filter: blur(8px);
    z-index: -1;
    pointer-events: none;
}


/* #body-packages {
    min-height: 100vh;
    background-color: none;
    background-image: 
        linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 1) 100%),
        url('https://pbblogassets.s3.amazonaws.com/uploads/2016/07/Professional-Cinema-Camera.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
} */

.packages-section {
    text-align: center;
    padding: 4rem 2rem 0rem;
    margin-top: 3rem;
    background-color: transparent;
    min-height: calc(100vh - 60px);
}

.packages-title {
    font-size: 2.5rem;
    color: white;
    margin: 1rem 0 0.4rem;
    font-weight: 700;
    text-shadow: 2px 2px 12px rgba(0, 0, 0, 0.7);
    font-family: 'Poppins';
}

.package-subheading {
    font-size: 2rem;
    color: white;
    margin-bottom: 1.6rem;
    font-weight: 600;
    text-shadow: 2px 2px 12px rgba(0, 0, 0, 0.7);
    font-family: 'Montserrat', sans-serif;
}

.package-container {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-wrap: wrap;
    gap: 2rem;
    padding: 2rem;
}

.package-container h1 {
    font-size: 2.5rem;
    margin-bottom: 0rem;
    color: white;
}

.package {
    background-color: #1a1a1a;
    color: #ffffff;
    border-radius: 1.5rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    flex: 1 1 386px;
    max-width: 450px;
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    min-height: 650px; /* ✅ Added! */
}


.package-header {
    position: relative;
    width: 100%;
    margin: 0;
    height: 250px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    padding: 20px;
    box-sizing: border-box;
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
    border-bottom: 2px solid #ffcf1e;
}

.package-body {
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
}

.package-content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.package:hover {
    transform: translateY(-10px);
}

.package-name {
    font-family: "Bebas Neue", sans-serif;
    /* font-size: 34px; */
    font-size: 2rem;
    color: white;
    text-shadow: 4px 4px 8px rgba(0, 0, 0, 0.6);
    z-index: 1;
    margin: 0;
}

.package-description {
    font-size: 1rem;
    margin-bottom: 2.2rem;
    line-height: 1.5;
    font-weight: 500;
    text-align: center;
    justify-content: center;
    height: 4rem;
}


.package-details {
    list-style: none;
    padding: 0;
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
}

.package-details li {
    margin-left: 0;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.package-details i {
    color: #ffcf1e;
    width: 1.7rem;
    font-size: 1.7rem;
    margin-right: 0.7rem;
}

.package-details strong {
    color: #cccccc;
    font-weight: 400;
}

.package-details span {
    font-weight: 600;
}

.package-price {
    margin-top: 2rem;
    font-size: 1.2rem;
    font-weight: 600;
}

.price-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 1.2rem 0 0.1rem 0; /* tightened space below price */
  line-height: 1.1;
  list-style: none;
  padding-left: 0;
}

.package-price.old {
  text-decoration: line-through;
  color: #999999;
  font-size: 0.9rem;
  font-weight: 400;
  margin: 0;
}

.package-price.discounted {
  color: #4CAF50;
  font-size: 1.3rem;
  font-weight: 700;
  margin: 0.25rem 0 0 0;
}



.select-button {
    background-color: #ffcf1e;
    color: #000;
    border: none;
    padding: 0.75rem 1.5rem;
    font-weight: bold;
    font-size: 1rem;
    border-radius: 1rem;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin-top: auto;
}

.select-button:hover {
    background-color: #ffda20;
}

.package a {
    text-decoration: none;
}

/* .popular-tag {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #ffcf1e;
    color: black;
    font-weight: bold;
    font-family: "Bebas Neue", sans-serif;
    font-size: 19px;
    padding: 7px 15px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    z-index: 1;
    text-transform: uppercase;
    box-shadow: 2px 2px 8px rgba(0,0,0,0.3);
} */

.package.popular {
  position: relative;
  border: 3px solid #ffcf1e;
  padding-top: 0px; /* leaves space for tag to float above */
  box-sizing: content-box;
}

.package.popular .package-header {
    border-top-left-radius: 0rem;
    border-top-right-radius: 0rem;
}

.popular-tag {
    width: 100%;
    height: auto;
    font-family: "Bebas Neue", sans-serif;
    background-color: #ffcf1e;
    color: black;
    font-size: 21px;
    padding: 0.3rem 0;
    font-weight: 600;
}

/* Mobile responsiveness */
@media screen and (max-width: 768px) {
    .package-container {
        flex-direction: column;
        align-items: center;
        gap: 1.5rem;
        padding: 1rem;
    }

    .package {
        width: 100%;
        max-width: 95%;
    }

    .package-header {
        height: 220px; /* ➔ Slightly taller on mobile */
    }

    .package-body {
        padding: 1.5rem;
    }

    .package-name {
        font-size: 28px;
    }

    .package-description {
        font-size: 0.95rem;
    }

    .select-button {
        font-size: 0.95rem;
        padding: 0.6rem 1.2rem;
    }

    .popular-tag {
        font-size: 16px;
        padding: 6px 12px;
    }

    .package-form {
        padding: 1.5rem;
        border-radius: 1.2rem;
        margin-bottom: 4rem;
    }

    .package-form button {
        font-size: 1.3rem;
    }

    .package-form input,
    .package-form textarea,
    .package-form select {
        font-size: 1rem;
        padding: 0.65rem 0.9rem;
    }
}

@media screen and (max-width: 480px) {
    .package-container {
        padding: 0.5rem;
    }

    .package-header {
        height: 200px; /* ➔ Better mobile height */
    }

    .package-body {
        padding: 1.2rem;
    }

    .package-name {
        font-size: 24px;
    }

    .package-description {
        font-size: 0.9rem;
    }

    .select-button {
        font-size: 0.9rem;
        padding: 0.6rem 1rem;
    }

    .popular-tag {
        font-size: 14px;
        padding: 5px 10px;
    }

    .package-form {
        padding: 1.2rem;
        border-radius: 1rem;
    }

    .package-form h1 {
        font-size: 1.1rem;
        text-align: center;
    }

    .package-form button {
        font-size: 1.2rem;
        padding: 0.75rem;
    }
}

#explore-more {
    all: unset;
    position: fixed;
    box-sizing: border-box;
    bottom: -60px;
    right: 0.8vw;              /* Pushes it away from the right edge */
    left: auto;              /* Overrides previous centering */
    transform: none;         /* Removes center alignment */
    border-radius: 30px;
    width: 340px;
    height: 60px;
    padding-right: 0.8rem;
    cursor: pointer;
    background-color: #ffcf1e;
    color: black;
    box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.3);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    transition: bottom 0.6s ease-in-out;
}

#explore-more:hover {
    background-color: #ffda20;
}

#explore-more.active {
    bottom: 5.6vh;
}

#explore-more p {
    font-size: 1.5rem;
    width: auto;
    text-align: center;
    font-family: "Bebas Neue", sans-serif;
    line-height: 0;
    margin: 0;
    padding: 0;
    text-justify: center;
}

#explore-more svg {
    fill: black;
    height: 2.2rem;
    width: auto;
    margin-right: 0.6rem;
}

.package-form {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    width: 90%;
    max-width: 900px;
    height: auto;
    margin: auto;
    margin-top: 0;
    border-radius: 2rem;
    margin-bottom: 6rem;
    padding: 2.2rem 2.8rem;
    box-sizing: border-box;
}

.package-form h1 {
    color: white;
    font-size: 1.8rem;
    margin-bottom: 1.2rem;
}

.package-form input[type="text"],
.package-form input[type="email"],
.package-form input[type="password"],
.package-form textarea,
.package-form select,
.package-form button {
    background: rgba(255, 255, 255, 0.0);
    border: 1px solid rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    background-clip: padding-box;
    border-radius: 8px;
    padding: 0.75rem 1rem;
    font-size: 1rem;
    color: #fff;
    width: 100%;
    box-sizing: border-box;
    outline: none;
    margin-bottom: 1rem;
    appearance: none;
}

.package-form input::placeholder,
.package-form textarea::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.package-form select, .package-form select option {
    cursor: pointer;
}

.faq-section {
    width: 100%;
    max-width: 900px;
    margin: 5rem auto 6rem;
    padding: 0 20px;
    color: white;
    font-family: 'Poppins', sans-serif;
}

.faq-title {
    /* font-family: "Bebas Neue", sans-serif; */
    margin-bottom: 0.8rem;
    /* font-size: 50px; */
    font-size: 2.5rem;
    color: white;
    text-align: center;
    margin-bottom: 40px;
}

.faq-item {
    border-bottom: 2px solid #ffcf1e;
    margin-bottom: 20px;
}

.faq-question {
    all: unset;
    width: 100%;
    font-size: 22px;
    font-weight: 600;
    padding: 20px;
    background-color: #1a1a1a;
    color: #ffcf1e;
    cursor: pointer;
    transition: background-color 0.3s;
}

.faq-question:hover {
    background-color: #ffcf1e;
    color: black;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    padding: 0 20px;
    font-size: 18px;
    background-color: black;
    color: white;
    line-height: 1.5;
    transition: max-height 0.3s ease, padding 0.3s ease;
}
.faq-item.active .faq-answer {
    padding: 20px;
    max-height: 400px; /* Adjust if your content is longer */
}

.client-bar {
    width: 100%;
    padding: 4rem 0 4.5rem;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 1;
    overflow: hidden;
}

.client-bar::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent 100%);
    z-index: -1;
    pointer-events: none;
}

.client-bar-title {
    color: #C0C0C0;
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 3.5rem;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
    z-index: 2;
}

.client-logos {
    display: flex;
    gap: 5rem;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    max-width: 90%;
    z-index: 2;
}

.client-logos img {
    height: 80px;
    width: auto;
    filter: grayscale(100%) brightness(1.6) contrast(1.2);
    opacity: 0.85;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.client-logos img:hover {
    transform: scale(1.05);
    opacity: 1;
}

@keyframes scroll-logos {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-50%);
    }
}
