/* ///////////// HOME BANNER CODE START HERE ////////////////// */
.home-banner-heading {
    font-size: 50px;
    text-transform: uppercase;
    font-weight: 600;
}
/* ///////////// HOME BANNER CODE START HERE ////////////////// */

#ftco-nav {
    justify-content: center;
}

.testimonial-card {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: 0.3s;
}

.testimonial-card:hover {
    transform: translateY(-5px);
}

.client-img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    object-fit: cover;
}

.stars {
    color: #f5a623;
    font-size: 14px;
}
/* ///////// price sectin start here ////////////// */
.price-category-section {
    padding: 50px 0;
    background: white;
}

.section-title h3 {
    font-size: 34px;

    margin-bottom: 10px;
}

.section-title p {
    color: #777;
    margin-bottom: 50px;
}

.price-card {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    margin-bottom: 30px;
    cursor: pointer;
}

.price-card img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    transition: 0.6s;
}

.price-card:hover img {
    transform: scale(1.1);
}

.price-overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 20px;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
    color: white;
    transition: 0.4s;
}

.price-overlay h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
}

.price-overlay span {
    background: #000;
    padding: 6px 14px;
    font-size: 14px;
    border-radius: 5px;
}

.price-card:hover .price-overlay {
    padding-bottom: 35px;
}
/* ///////// price sectin end here ////////////// */

/* /////  gift categoery start here ///////////////// */

.category-section {
    padding: 50px 0;
    background: #f8f8f8;
}

.category-card {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 14px;
}

.category-card img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    transition: 0.6s;
}

.category-card:hover img {
    transform: scale(1.1);
}

.category-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 18px;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.85));
    text-align: center;
}

.category-overlay h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 0;
}

.category-card:hover .category-overlay {
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.95));
}
/* /////  gift categoery end here ///////////////// */

.work-section {
    padding: 80px 0;
    background: white;
}

.work-box {
    position: relative;
    margin-bottom: 80px;
}

.work-number {
    position: absolute;
    top: -90px;
    left: -10px;
    font-size: 120px;
    font-weight: 700;
    color: #e7e1d7;
    z-index: 0;
}

.work-box h4 {
    position: relative;
    z-index: 1;
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 10px;
}

.work-box p {
    position: relative;
    z-index: 1;
    color: #555;
    font-size: 14px;
}

/* //////// CONTACT SECTION START HERE  ///////////// */
.contact-section {
    background: #f8f8f8;
    padding: 80px 0;
}

.contact-small {
    font-size: 14px;
    font-weight: 600;
}

.contact-title {
    font-size: 30px;
    text-align: center;
    text-transform: uppercase;
    margin: 20px 0;
}

.contact-text {
    margin-bottom: 20px;
    color: #333;
}

.contact-form-box {
    background: #fff;
    padding: 40px;
    border-radius: 15px;
}

.contact-form-box input,
.contact-form-box select,
.contact-form-box textarea {
    width: 100%;
    padding: 11px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
}

.send-btn {
    background: #3a1f70;
    color: #fff;
    border: none;
    padding: 14px 30px;
    border-radius: 5px;
    cursor: pointer;
}
.send-btn:hover {
    background: #fe2d62;
    color: #fff;
    border: none;
    padding: 14px 30px;
    border-radius: 5px;
    cursor: pointer;
}

.blog__item__text img {
    width: 100%;
}

/* ////////  F AND Q //////////// */

/* //////// F.A.Q //////////// */
.faq-section {
    padding: 60px 20px;
}

.faq-header {
    text-align: center;
    margin-bottom: 50px;
}

.faq-header h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #333;
}

.faq-header p {
    color: #666;
    font-size: 16px;
    max-width: 600px;
    margin: 0 auto;
}

.faq-wrapper {
    max-width: 100%;
    margin: 0 auto;
}

.faq-item {
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 5px;
}

.faq-question {
    padding: 18px 0;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    color: #333;
    transition: all 0.3s ease;
}

.faq-question:hover {
    color: #ff6f61;
}

.faq-icon {
    width: 30px;
    height: 30px;
    background: #f0f0f0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 500;
    color: #666;
    transition: all 0.3s ease;
}

.faq-item.active .faq-icon {
    background: #ff6f61;
    color: #fff;
    transform: rotate(180deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    color: #666;
    font-size: 15px;
    line-height: 1.6;
    padding: 0 20px 0 0;
}

.faq-item.active .faq-answer {
    max-height: 200px; /* Adjust based on content */
    padding-bottom: 20px;
}

/*/////////  RESPONSIVE START HERE  ///////////////////////////////////////////////////////////// */
@media (max-width: 768px) {
    .faq-header h2 {
        font-size: 28px;
    }

    .faq-question {
        font-size: 15px;
    }

    .faq-answer {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .topbar-icons a:last-child {
        margin-right: 2px;
        /* Adds margin to the last element (WhatsApp link) */
    }
    .home-banner-heading {
        font-size: 18px;
    }

    .contact-form-box {
        background: #fff;
        padding: 10px;
        border-radius: 15px;
    }

    .send-btn {
        background: #3a1f70;
        color: #fff;
        border: none;
        font-size: 11px;
        padding: 9px 18px;
        border-radius: 5px;
        cursor: pointer;
    }
}
