﻿.titleSection {
    background-color: #FFF4F6 !important;
}
.MB100{
    margin-bottom:100px;
}
.height400 {
    min-height:400px;
}

.loc p {
    line-height:65px !important;
}

.padding15 {
    padding: 0 15px !important;
}
.address_cards:hover {
    border-color: #F491A3;
}
.height100{
    min-height:100px;
}
.btn-active {
    background-color: var(--primaryColor);
    color: var(--whiteColor);
    border-color: var(--primaryColor);
    box-shadow: none;
    outline: 0;
}
.dd1 {
    width:100px;
}
#pageLoader {
    position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    display: none; /* Toggle via JS */
}

    #pageLoader .loader-circle {
        width: 100px; /* circle size */
        height: 100px;
        border-radius: 50%;
        overflow: hidden; /* ensures image stays inside circle */
        display: flex;
        align-items: center;
        justify-content: center;
        background: white; /* optional circle bg */
    }

        #pageLoader .loader-circle img {
            width: 80%; /* fit inside circle */
            height: auto;
            object-fit: cover;
        }
.product-desc {
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Limit to 3 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5em;
    max-height: 3.5em; /* 3 lines * 1.5 line-height */
    min-height: 4.3em;
}

.product-desc1 {
    display: -webkit-box;
    -webkit-line-clamp: 3; /* Limit to 3 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5em;
    max-height: 5em; /* 3 lines * 1.5 line-height */
    min-height: 5em;
}

.view-more {
    cursor: pointer;
    color: #ec4899;
    margin-left: 5px;
    font-size: 1.1rem;
}
.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3E%3Cpath d='M8 1a.5.5 0 0 1 .5.5V7.5H14a.5.5 0 0 1 0 1H8.5V14a.5.5 0 0 1-1 0V8.5H2a.5.5 0 0 1 0-1h5.5V1.5A.5.5 0 0 1 8 1z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
}
/* Minus icon (expanded state) */
/*.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3E%3Cpath d='M2 8a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11A.5.5 0 0 1 2 8z'/%3E%3C/svg%3E");
}*/

.aLink {
    color: #AC6D78;
}
.aLink:hover {
    color: #AC6D78;
    text-decoration: underline;
}
.btn-primary1 {
    font-size: calc(var(--fs14) + 1px);
    letter-spacing: 1px;
    color: var(--primaryColor);
    border: 2px solid var(--primaryColor);
    background-color: transparent;
    line-height: 35px;
    padding: 0px 30px;
    font-weight: 600;
    margin-top: -10px !important;
}
.service:hover {
    background: var(--primaryColor);
    border: 2px solid var(--primaryColor);
}
.gm-ui-hover-effect {
    height:30px !important;
    width:40px !important;
}
.product-desc1.selected a {
    background: red;
    color: var(--whiteColor);
}
.c_services .tab-content1 {
    border-width: 0px 0px 0px 0px !important;
    border-style: solid;
    border-color: #989898;
    padding: var(--fs24);
}
.overflowHide {
    overflow:hidden !important;
}
.btn-check:active + .btn-primary, .btn-check:checked + .btn-primary, .btn-primary.active, .btn-primary:active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: var(--primaryColor) !important;
    border-color: var(--primaryColor) !important;
}
.btn.selected.a1 {
    color: #fff;
    background-color: var(--primaryColor) !important;
    border-color: var(--primaryColor) !important;
}
.accordian_Step .accordion .accordion-body3 {
    min-height: 210px;
    max-height: 210px;
    overflow-y: scroll;
    overflow-x: hidden;
}
.symbol-sar {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: -2px;
    margin-top: -4px;
    background: url(/assets/images/SAR-removebg.png) no-repeat center center;
    background-size: contain;
    vertical-align: middle;
}
#minusBtn {
    background: var(--primaryColor);
}
#plusBtn {
    background: var(--primaryColor);
}
#minusBtnCustom {
    background: var(--primaryColor);
}

#plusBtnCustom {
    background: var(--primaryColor);
}
.font600 {
    font-weight: 600;
}
.address_cards_blue {
    background: #D7D6FE;
    padding: var(--fs24);
}

    .address_cards_blue:hover {
        background: #C0BFED;
    }

    .address_cards_blue label {
        color: #000;
        font-size: var(--fs18);
        font-weight: 600;
    }

        .address_cards_blue label {
            color: #9386DE;
        }
    .address_cards_blue a {
        color: #8B56FF;
        border-color: #8B56FF;
    }
    .address_cards_blue a.active {
        color: #8B56FF;
        border-color: #8B56FF;
    }
        .address_cards_blue a:hover,
        .address_cards_blue:focus,
        .address_cards_blue:active,
        .address_cards_blue:active:focus {
            color: #FFF;
            border-color: #7764CF;
            background: #8B56FF;
        }
    .address_cards_blue p {
        color: var(--textColor);
        line-height: var(--fs22);
    }

    .address_cards_blue span {
        font-size: var(--fs14);
        cursor: pointer;
    }

        .address_cards_blue span svg {
            margin-left: 10px;
            color: #8D4854;
        }


.btn-secondary-Blue {
    font-size: calc(var(--fs14) + 1px);
    letter-spacing: 1px;
    color: #8475D4;
    border: 2px solid #8475D4 !important;
    background-color: transparent;
    line-height: 44px;
    padding: 0px 15px;
    font-weight: 600;
}

    .btn-secondary-Blue:hover,
    .btn-secondary-Blue:focus,
    .btn-secondary-Blue:active,
    .btn-secondary-Blue:active:focus {
        background-color: #8475D4;
        color: white;
        border-color: #8475D4;
        box-shadow: none;
        outline: 0;
    }
    .btn-secondary-Blue.active {
        color: #FFF;
        background: #9386DE;
    }
.iti.iti--allow-dropdown {
    width: 100%;
}
.ppp {
    --tw-space-y-reverse: 0;
    margin-top: 0px !important;
    margin-bottom: 15px !important;
}
.calendar-wrapper {
    /* max-width: 700px; */
    margin: auto;
    /* border: 1px solid #ccc; */
    /* padding: 1rem; */
    /* border-radius: 10px; */
}

.calendar-days div {
    text-align: center;
    padding: 10px;
    cursor: pointer;
    border-radius: 5px;
    background-color: #f2f2f2;
}

    .calendar-days div:hover {
        background-color: #ffe0e0;
    }

.calendar-days .today {
    border: 2px solid #ff3366;
}

.calendar-days .selected {
    background-color: #ff3366;
    color: white;
}

.calendar-days {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 5px;
    min-height: 300px; /* ensures full grid height */
}

    .calendar-days .empty {
        background-color: transparent;
        cursor: default;
    }
.payment-method {
    cursor: pointer;
    text-align: center;
    border: 1px solid rgb(206, 205, 205);
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

    .payment-method img {
        width: 80px;
    }

    .payment-method.selected {
        border-color: var(--primaryColor);
    }

.c_services .tab-content {
    border-width: 0px 0px 0px 0px;
    border-style: solid;
    border-color: #989898;
    padding: var(--fs24);
}

.border-red-500 {
    border: 2px solid red !important;
    border-radius: 4px; /* optional */
}
.text-green-500{
    color:green;
    padding-bottom:50px;
}

.address_cards {
    position: relative;
    overflow: visible !important; /* ensure children aren't cut */
}

.daily-hours {
    display: none;
    position: absolute;
    left: 0;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
    padding: 10px;
    z-index: 2000;
    min-width: 220px;
    top: 75%;
}

    .daily-hours.above {
        top: auto;
        margin-bottom: 5px;
    }

    .daily-hours.below {
        bottom: auto;
        margin-top: 5px;
    }

    .daily-hours ul li {
        font-size: 14px;
        padding: 4px 0;
        display: flex;
        justify-content: space-between;
        border-bottom: 1px dashed #eee;
    }

        .daily-hours ul li:last-child {
            border-bottom: none;
        }

    .daily-hours span {
        min-width: 80px; /* keeps times aligned */
    }

.agreecheck p {
    text-align: justify;
}
.quantity #quantityInputCustom {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    padding: 0px 0px;
    -webkit-appearance: none;
}
.add-service-btn.disabled {
    pointer-events: none;
    opacity: 0.5;
    cursor: default;
    background-color:lightgrey;
    border-color:lightgrey;
}

.gallery-img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 0px;
    cursor: pointer;
}

.gallery-title {
    text-align: center;
    margin-top: 0px;
    background-color: var(--secondaryColor);
    font-weight: 500;
}

@media only screen and (max-width:1199px) {
    .gallery-img {
        height: 220px;
    }
    .h-1000 {
        height: 100%;
    }
}
.fs-13 {
    font-size:13px;
}

.h-1000 {
    height:211px;
}