.footer-section {
    padding-bottom: 0;
}

.footer-text span {
    opacity: .30;
}

.footer-widget .social-list {
    margin-top: 40px;
}

.service-details-left-content .service-details-cta .number {
    font-family: var(--tl-ff-body);
}

.service-details-left-content .service-details-cta .mail {
    font-family: var(--tl-ff-body);
}
.footer-widget .footer-address .number, .footer-widget .footer-address .mail{
    font-size: 20px;
}
.footer-widget .footer-list li:not(:last-of-type){
    margin-bottom: 15px;
}
.footer-wrap{
    padding: 80px 0 60px 0;
}
.footer-widget .widget-header {
    margin-bottom: 20px;
}
@media only screen and (max-width: 992px) {
    .side-menu-logo {
        margin-bottom: 20px;
    }

    .page-header .page-header-content {
        padding: 90px 0 30px 0;
    }

    .page-header .page-header-content .title {
        font-size: 24px;
        font-weight: 400;
        margin-bottom: 10px;
        margin-top: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .service-details-content .service-details-items {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 40px;
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .service-details-content .details-title {
        font-size: 22px;
        font-weight: 400;
        margin-bottom: 15px;
    }

    .service-details-content .service-details-items .service-details-item .content .title {
        font-size: 20px;
        font-weight: 400;
    }

    .service-details-content .service-faq .faq-title {
        font-size: 22px;
    }

    .service-details-content .service-faq .faq-accordion .accordion-item .accordion-button {
        font-size: 18px;
    }

    .service-details-left-content .service-category-list .list-title {
        font-size: 22px;
    }
}

.text-justify{
    text-align: justify !important;
}
.service-details-content .service-details-list-wrap ul li{
    line-height: 1.3;
    align-items: start;
}
.gallary-inner-items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

/* Tablet */
@media (max-width: 991px) {
    .gallary-inner-items {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }
}

/* Mobile */
@media (max-width: 575px) {
    .gallary-inner-items {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
    .gallary-inner-items .gallary-inner-item-2 a img {
        max-height: 225px !important;
        min-height: 225px !important;
    }
}

.gallary-inner-items .gallary-inner-item-2 a img {
    max-height: 340px;
}
/* ==========================================================================
   Book A Service page
   ========================================================================== */

/* Fix native <select> so it matches text inputs and never shows the
   browser's own overlapping dropdown UI */
.request-form-wrap .form-item select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    line-height: 1.4;
    background-color: var(--tl-color-common-white);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='9' viewBox='0 0 14 9' fill='none'%3E%3Cpath d='M1 1L7 7L13 1' stroke='%23191919' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 14px 9px;
    padding-right: 45px;
    color: var(--tl-color-heading-primary);
}

.request-form-wrap .form-item select.form-control::-ms-expand {
    display: none;
}

/* Booking info list (replaces the address/support block on Book A Service) */
.book-info-list {
    list-style: none;
    margin: 0 0 30px;
    padding: 0;
    display: flex;
    flex-direction: column;
    row-gap: 14px;
}

.book-info-list li {
    display: flex;
    align-items: center;
    column-gap: 12px;
    font-family: var(--tl-ff-body);
    font-size: 17px;
    font-weight: 500;
    color: var(--tl-color-heading-primary);
}

.book-info-list li img {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
}

/* Flatpickr theming to match the site's rounded, warm aesthetic */
.flatpickr-calendar {
    font-family: var(--tl-ff-body);
    border-radius: 16px;
    box-shadow: 0 20px 50px rgba(0,0,0,.12);
    border: 1px solid rgba(0,0,0,.06);
}

.flatpickr-day.selected,
.flatpickr-day.selected:hover,
.flatpickr-day.selected:focus {
    background: var(--tl-color-theme-primary);
    border-color: var(--tl-color-theme-primary);
}

.flatpickr-day:hover {
    background: rgba(202,160,92,.15);
}

.flatpickr-day.today {
    border-color: var(--tl-color-theme-primary);
}

.flatpickr-time input:hover,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:focus {
    background: rgba(202,160,92,.12);
}

.numInputWrapper span.arrowUp:after {
    border-bottom-color: var(--tl-color-theme-primary);
}

.numInputWrapper span.arrowDown:after {
    border-top-color: var(--tl-color-theme-primary);
}

.request-form-wrap .form-item input.form-control[data-picker] {
    cursor: pointer;
    background-color: var(--tl-color-common-white);
}

.nice-select{
    height: auto;
    width: 100%;
    line-height: 1.4;
    z-index: 9;
}
/* Selected hour, minute and AM/PM text */
.flatpickr-time input.flatpickr-hour:focus,
.flatpickr-time input.flatpickr-minute:focus,
.flatpickr-time .flatpickr-am-pm:focus {
    color: #000 !important;
}

/* While editing */
.flatpickr-time input.flatpickr-hour,
.flatpickr-time input.flatpickr-minute,
.flatpickr-time .flatpickr-am-pm {
    color: #000 !important;
}

/* Highlighted selection */
.flatpickr-time input.flatpickr-hour::selection,
.flatpickr-time input.flatpickr-minute::selection {
    color: #000;
    background: #d9d9d9;
}

.sponsor-item {
    padding: 10px 15px;
    text-align: center;
    background: white;
    height: 80px;
    object-fit: cover;
}
.sponsor-text-wrap .sponsor-text{
    font-size: 32px;
}
::selection {
    background: var(--tl-color-theme-primary);
    color: #fff;
}
.history-img {
    width: 110px !important;
    height: 110px !important;
    border-radius: 20px;
    background: #c89b5b;
    display: flex;
    align-items: center;
    justify-content: center;
    /* margin: 0 auto 25px; */
    box-shadow: 0 10px 25px rgba(0,0,0,.12);
    transition: .3s;
}

.history-img i {
    font-size: 50px;
    color: #fff;
}

.history-item:hover .history-img {
    transform: translateY(-8px);
    background: #111;
}
@media only screen and (max-width: 992px) {
    .footer-wrap {
        padding: 40px 0 0 0 !important;
    }
}
@media only screen and (max-width: 767px) {
    .copyright-content {
        row-gap: 0;
    }
}
@media only screen and (max-width: 767px) {
    .footer-section {
        padding-bottom: 20px !important;
    }
    .footer-widget {
        margin-bottom: 30px;
    }
    .footer-widget .social-list {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .service-details-content .service-details-img {
        height: 520px;
        margin-bottom: 30px;
        display: none;
    }
}
@media only screen and (max-width: 992px) {
    .copyright-area {
        padding: 0 0;
    }
}

.side-menu-content .side-menu-contact .side-menu-list li a.mail, .side-menu-content .side-menu-contact .side-menu-list li {
    font-size: 16px;
}

@media only screen and (max-width: 992px) {
    .header .primary-header.fixed .primary-header-inner {
        padding: 5px 0;
    }
    .header-logo img {
        width: 60px;
    }
}
@media only screen and (max-width: 767px) {
    .footer-text {
        bottom: 0;
        display: none;
    }
    .request-wrap {
        padding-top: 0px;
    }
}

.service-details-left-content .service-details-cta .number{
    font-size: 30px;
}
@media only screen and (max-width: 767px) {
    .section-heading .section-title.title-2 {
        font-size: 26px;
        line-height: 1.3;
    }
    .request-content .request-item-wrap .request-item span {
        font-size: 1.5rem !important;
    }
}

@media only screen and (max-width: 992px) {
    .section-heading-wrap {
        margin-top: 0;
        padding-top: 0;
        margin-bottom: 30px;
    }
}
.request-content .request-item-wrap .request-item span {
    color: #222;
    margin-bottom: 10px;
}

@media only screen and (max-width: 992px) {
    .section-heading {
        margin-bottom: 20px !important;
    }
}
@media only screen and (max-width: 992px) {
    .slider-content-wrap .section-heading .section-title {
        font-size: 26px;
        line-height: 1.3;
    }
}

@media only screen and (max-width: 992px) {
    .faq-content-2 {
        margin-top: 0;
    }
}

@media only screen and (max-width: 767px) {
    .about-section .about-text span {
        font-size: 72px;
        display: none;
    }
}