/*
Theme Name: Divi Child
Template: Divi
Version: 1.0
*/


/*Service Page Styles*/
.service-hero__content h1 {
	font-family: "Lakki Reddy", sans-serif;
    font-size: 40px;
    font-weight: 400;
    line-height: 40px;
	color: #FFFFFF;
}
.service-hero {
    padding: 20px 0;
}
.service-hero__inner {
    width: 86%;
    max-width: 1500px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    gap: 0;
    padding-left: 65px;
}
.service-hero__content {
    background: #2f5fd0;
    color: #fff;
    padding: 60px;
    flex: 0 0 48%;
    position: relative;
    z-index: 2;
    margin-right: -140px;
	margin-top: 120px;
}
.service-hero__content h1,
.service-hero__content p {
    color: #fff;
}

.service-hero__content p {
   font-size:16px;
}
.service-hero__image {
    flex: 0 0 58%;
    max-width: 58%;
}
.service-hero__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
@media (max-width: 980px) {
    .service-hero__inner {
        flex-direction: column;
    }
}

/*Rental Options*/
.rental-options .container:before {
    display: none !important;
    content: none !important;
}

.rental-options {
    padding: 60px 20px;
    background-color: #EFEFEF;
}

.rental-options__title {
    font-family: "Lakki Reddy", sans-serif;
    font-size: 35px;
    line-height: 38px;
    color: #2f5fd0;
    margin-bottom: 30px;
    font-weight: 600;
	text-align: center!important;
	width: 100%
}

.rental-options__intro {
    width: 100%;
    text-align: center !important;
    max-width: 950px;
    margin: 0 auto 50px !important;
}

.rental-options__intro p {
    text-align: center !important;
	font-size: 16px;
}

/* remove divider / border lines */
.rental-card,
.rental-card__content,
.rental-card__image {
    border: none !important;
    border-right: none !important;
    border-left: none !important;
    box-shadow: none !important;
}

.rental-card::before,
.rental-card::after,
.rental-card__content::before,
.rental-card__content::after,
.rental-card__image::before,
.rental-card__image::after {
    content: none !important;
    display: none !important;
}

/* bullet discs */
.rental-card__text ul {
    list-style: disc !important;
    margin: 20px 0 20px 20px !important;
    padding-left: 20px !important;
}

.rental-card__text li {
    display: list-item !important;
    list-style: disc !important;
    margin-bottom: 8px;
}

.rental-card {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-bottom: 60px;
}

.rental-card.reverse {
    flex-direction: row-reverse;
}

.rental-card__image img {
    width: 100%;
    max-width: 500px;
    height: 320px; /* 👈 adjust this */
    object-fit: cover;
    display: block;
}

.rental-card__content {
    max-width: 500px;
}

.rental-card__content h3 {
    font-size: 22px;
    margin-bottom: 10px;
}

.rental-card__text {
    margin-bottom: 15px;
	font-size: 16px;
}

.rental-card__btn {
    display: inline-block;
    background: #2853C8;
    color: #fff;
    padding: 12px 18px;
    text-decoration: none;
    font-weight: 600;
}

/* MOBILE */
@media (max-width: 768px) {
    .rental-card,
    .rental-card.reverse {
        flex-direction: column;
    }

    .rental-card__image img {
        max-width: 100%;
    }
}








/*Service Features*/
.service-features {
    padding: 60px 0;
    background: #f7f7f7;
}

.service-features__inner {
    width: 86%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.service-feature {
    background: #fff;
    padding: 25px;
    border-radius: 4px;
    width: calc(33.333% - 20px);
}

@media (max-width: 980px) {
    .service-feature {
        width: 100%;
    }
}


/* spacing inside feature cards */
.service-feature p {
    font-size: 16px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 12px;
}

/* add space between paragraphs inside WYSIWYG */
.service-feature p:last-child {
    margin-bottom: 0;
}

/* improve card look */
.service-feature {
    background: #fff;
    padding: 30px;
    border-radius: 6px;
    width: calc(33.333% - 20px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
    transition: all 0.2s ease;
}

/* subtle hover effect (optional but nice) */
.service-feature:hover {
    transform: translateY(-4px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.08);
}

/* improve heading spacing */
.service-feature h3 {
    font-family: "Lakki Reddy", sans-serif;
    font-size: 25px;
    margin-bottom: 6px;
	color: #254DBB;
}

.service-feature p {
    margin-bottom: 16px !important;
}

.service-feature p:not(:last-child) {
    padding-bottom: 10px;
}

.service-feature h3 + p {
    margin-top: 5px;
}

.service-feature {
    position: relative;
    background: #fff;
    padding: 30px 30px 30px 35px;
    border-radius: 6px;
    width: calc(33.333% - 20px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
    transition: all 0.2s ease;
}

/* blue accent bar */
.service-feature:before {
    content: "";
    position: absolute;
    left: 0;
    top: 20px;
    bottom: 20px;
    width: 4px;
    background: #254DBB;
    border-radius: 2px;
}

/*FAQs*/
.service-faq {
    padding: 80px 0;
    background: #fff;
}

.service-faq__inner {
    width: 86%;
    max-width: 1200px;
    margin: 0 auto;
}

.service-faq h2 {
    font-family: "Lakki Reddy", sans-serif;
    font-size: 35px;
    line-height: 38px;
    color: #2f5fd0;
    margin-bottom: 30px;
    font-weight: 600;
}

.service-faq__items {
    border-top: 1px solid #ddd;
}

.service-faq__item {
    border-bottom: 1px solid #ddd;
}

.service-faq__question {
    width: 100%;
    background: none;
    border: 0;
    padding: 22px 0;
    text-align: left;
    font-size: 20px;
    font-weight: 600;
    color: #111;
    cursor: pointer;
}

.service-faq__answer {
    display: none;
    padding: 0 0 22px;
    font-size: 17px;
    line-height: 1.7;
    color: #575757;
}

.service-faq__answer p:last-child {
    margin-bottom: 0;
}

.service-faq__question {
    width: 100%;
    background: none;
    border: 0;
    padding: 22px 0;
    text-align: left;
    font-size: 20px;
    font-weight: 600;
    color: #111;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 12px;
}

/* LEFT arrow */
.service-faq__question::before {
    content: "▼";
    font-size: 14px;
    color: #2f5fd0;
    transition: transform 0.2s ease;
    display: inline-block;
}

/* rotate */
.service-faq__question.active::before {
    transform: rotate(180deg);
}

/*CTA section*/
.service-cta {
    padding: 90px 0;
    background: #2f5fd0;
    text-align: center;
}

.service-cta__inner {
    width: 86%;
    max-width: 900px;
    margin: 0 auto;
}

.service-cta h2 {
    font-family: "Lakki Reddy", sans-serif;
    font-size: 35px;
    line-height: 38px;
    color: #fff;
    margin-bottom: 20px;
    font-weight: 600;
}

.service-cta__text {
    font-size: 18px;
    line-height: 1.7;
    color: #fff;
    margin-bottom: 30px;
}

.service-cta__text p {
    color: #fff;
    margin-bottom: 16px;
}

.service-cta__button {
    display: inline-block;
    background: #fff;
    color: #2f5fd0;
    padding: 14px 28px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.2s ease;
}

.service-cta__button:hover {
    background: #111;
    color: #fff;
}

/*Gallery*/
.service-gallery {
    padding: 80px 0;
    background: #efefef;
}

.service-gallery__inner {
    width: 86%;
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.service-gallery__viewport {
    overflow: hidden;
    width: 100%;
    max-width: 1180px;
}

.service-gallery__track {
    display: flex;
    gap: 40px;
    transition: transform 0.3s ease;
}

.service-gallery__item {
    flex: 0 0 calc(33.333% - 27px);
}

.service-gallery__item img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    display: block;
    border-radius: 50%;
}

.service-gallery__arrow {
    background: none;
    border: 0;
    font-size: 48px;
    line-height: 1;
    color: #000;
    cursor: pointer;
    padding: 0;
}

.service-gallery__arrow:hover {
    color: #2f5fd0;
}


/*Dance Floor Size Section*/
.service-size-guide {
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0;
    color: #fff;
}

.service-size-guide__overlay {
    background: rgba(0, 0, 0, 0.86);
    padding: 70px 0;
}

.service-size-guide__inner {
    width: 86%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    gap: 60px;
}

.service-size-guide__left,
.service-size-guide__right {
    flex: 1;
}

.service-size-guide__left h2 {
    font-family: "Roboto", sans-serif;
    font-size: 32px;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 20px;
    font-weight: 700;
}

.service-size-guide__text {
    font-size: 17px;
    line-height: 1.8;
    color: #fff;
    margin-bottom: 30px;
}

.service-size-guide__text p {
    color: #fff;
    margin-bottom: 18px;
}

.service-size-guide__left h3 {
    font-size: 22px;
    line-height: 1.4;
    color: #fff;
    margin-bottom: 20px;
    font-weight: 700;
}

.service-size-guide__btn {
    display: inline-block;
    background: #2853C8;
    color: #fff;
    padding: 14px 24px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 700;
    transition: all 0.2s ease;
}

.service-size-guide__btn:hover {
    background: #d94c20;
    color: #fff;
}

.service-size-guide__right {
    padding-top: 10px;
}

.size-row {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    padding: 12px 0;
    border-bottom: 1px solid rgba(255,255,255,0.85);
    font-size: 18px;
    color: #fff;
}

.size-row span:first-child,
.size-row span:last-child {
    font-weight: 600;
}

@media (max-width: 980px) {
    .service-size-guide__overlay {
        padding: 45px 0;
    }

    .service-size-guide__inner {
        width: 90%;
        flex-direction: column;
        gap: 30px;
    }

    .service-size-guide__left h2 {
        font-size: 28px;
    }

    .service-size-guide__text {
        font-size: 16px;
        line-height: 1.7;
    }

    .service-size-guide__left h3 {
        font-size: 20px;
    }

    .size-row {
        font-size: 16px;
        gap: 20px;
    }
}


/*Mobile*/
@media (max-width: 980px) {
    .service-hero {
        padding: 20px 0 40px;
    }

    .service-hero__inner {
        width: 90%;
        padding-left: 0;
        flex-direction: column;
        align-items: stretch;
    }

    .service-hero__content {
        flex: 1 1 auto;
        width: 100%;
        margin-right: 0;
        margin-top: 0;
        padding: 35px 25px;
        order: 2;
    }

    .service-hero__image {
        flex: 1 1 auto;
        max-width: 100%;
        width: 100%;
        order: 1;
    }

    .service-hero__image img {
        width: 100%;
        height: auto;
    }

    .service-hero__content h1 {
        font-size: 28px;
        line-height: 32px;
        letter-spacing: 3px;
    }
}

@media (max-width: 980px) {
    .service-features {
        padding: 40px 0;
    }

    .service-features__inner {
        width: 90%;
        gap: 20px;
    }

    .service-feature {
        width: 100%;
        padding: 25px 20px 25px 25px;
    }

    .service-feature h3 {
        font-size: 22px;
        line-height: 28px;
    }

    .service-feature p {
        font-size: 16px;
        line-height: 1.6;
    }
}

@media (max-width: 980px) {
    .service-gallery__viewport {
        max-width: 100%;
    }

    .service-gallery__track {
        gap: 20px;
    }

    .service-gallery__item {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        width: 100% !important;
        display: flex;
        justify-content: center;
    }

    .service-gallery__item img {
        width: 100%;
        height: auto;
        aspect-ratio: 1 / 1;
        object-fit: cover;
        border-radius: 50%;
    }

    .service-gallery__arrow {
        font-size: 32px;
    }
}

    .service-size-guide__right {
        width: 100%;
    }

    .size-row {
        width: 100%;
        padding: 14px 0;
        font-size: 17px;
    }