.btn.btn-danger {
    box-shadow: none;
}

@media (min-width: 768px) {
    /* Fixed position when scrolling */
    .childdiv.fixed {
        position: fixed;
        top: 0; /* Stick to top */
        right: 0;
        left: auto;
        padding-left: 0px;
        padding-right: 65px;
        margin-top: 63px; /* Adjust top margin as needed */
    }

    /* Absolute position when parent is fully scrolled */
    .childdiv.absolute {
        position: absolute;
        bottom: 0;
        top: auto; /* Disable top positioning */
        right: 0;
    }
}

.parentdiv {
    position: relative;
}

/* Child container (the cart) */
.childdiv {
    position: relative; /* Default positioning */
    right: 0;
    left: auto;
    padding-left: 24px;
    /*width: 33%;*/ /* Fixed width to prevent shrinking/growing */
    transition: top 0.2s ease, bottom 0.2s ease; /* Smooth transitions */
    height: auto; /* Prevent height changes */
}

.top-banner {
    width: 100%;
    height: auto;
}

.closebtnmodal {
    position: absolute;
    top: 10px;
    right: 10px;
}

.margin-top-15 {
    margin-top: 15px;
}

body {
    font-size: 14px;
}

.checkbox label, .radio label, label {
    color: #000000;
}

.red_star {
    color: #bc0b0b;
    font-size: 12px;
}

hr {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

.servicecartlal {
    font-size: 17px;
    font-weight: 600;
    /*margin-bottom: 10px !important;*/
    text-align: left;
}

.checkoutbtn {
    background: #2aaf85 !important;
    display: inline-block;
    padding: 10px 15px;
    font-size: 14px;
    color: #fff;
    border-radius: 8px;
    transition: all 0.30s linear;
}

    .checkoutbtn:hover {
        color: #fff;
        background: #32a37f !important;
    }

.removeCartItem {
    border: none;
    background: none;
    color: red;
    font-size: 16px;
    cursor: pointer;
}

    .removeCartItem:hover {
        color: darkred;
    }

.removeChkCartItem {
    border: none;
    background: none;
    color: red;
    font-size: 16px;
    cursor: pointer;
}

    .removeChkCartItem:hover {
        color: darkred;
    }

.btn.btn-success {
    box-shadow: none;
}

    .btn.btn-success:hover {
        box-shadow: none;
    }

.btn-success {
    background-color: #0789d9;
    border-color: #0789d9;
}

.cart-summary {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 8px;
    background: #f9f9f9;
}

.cart-item {
    /* display: flex;
            align-items: center;*/
    justify-content: space-between;
    background: white;
    /*padding: 8px;*/
    border-radius: 5px;
    margin-bottom: 5px;
    font-size: 15px;
    text-align: left;
}

.chkcart-item {
    /* display: flex;
            align-items: center;*/
    justify-content: space-between;
    background: white;
    /*padding: 8px;*/
    border-radius: 5px;
    margin-bottom: 5px;
    font-size: 15px;
    text-align: left;
}

.quantity-wrapper {
    display: flex;
    /*align-items: center;*/
    background: #f8f9fa;
    border-radius: 4px;
    padding: 3px;
    font-size: 14px;
    color: #938b8b;
}

.cart-quantity {
    width: 35px;
    text-align: center;
    font-weight: bold;
    background: transparent;
}

.quantity-wrapper button {
    width: 30px;
    height: 30px;
    font-size: 16px;
    padding: 0;
    background: white;
    border: 1px solid #ccc;
    cursor: pointer;
}

    .quantity-wrapper button:hover {
        background: #e9ecef;
    }

.btn-outline-primary {
    color: #6e6c6c;
    background-color: #cdcfd1;
    border-color: #b8babd;
}

    .btn-outline-primary:hover {
        color: #6e6c6c;
        background-color: #cdcfd1;
        border-color: #b8babd;
    }

.quantity-wrapper {
    text-align: left;
    /*margin-bottom: 20px;*/
}

.quantity-selector {
    max-width: 120px; /* Smaller width */
}

    .quantity-selector button {
        width: 30px; /* Smaller button size */
        height: 30px;
        font-size: 14px; /* Smaller text */
        padding: 0;
    }

#quantityInput {
    width: 50px;
    height: 30px;
    font-size: 14px;
    text-align: center;
    padding: 0;
}

.quantity-wrapper label {
    font-size: 12px;
}

.add-to-cart {
    display: inline-block;
    padding: 10px 15px;
    font-size: 14px;
    color: #fff;
    background: #0088dd !important;
    border-radius: 8px;
    /* text-transform: capitalize; */
    transition: all 0.30s linear;
}

    .add-to-cart :hover {
        color: #fff;
    }

.modal-xl {
    /*max-width: 85%;*/
}

/* Ensure the modal is centered */
.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100vh - 50px);
}

/* Ensure content inside modal is properly spaced */
.modal-body {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

    /* Image section styling */
    .modal-body img {
        max-height: 400px; /* Adjust height */
        object-fit: cover;
    }

.detailedmod {
    font-size: 14px;
    color: #938b8b;
    line-height: 24px;
    margin-bottom: 14px;
}

@media (max-width: 768px) {
    #detailsModal .modal-body {
        flex-direction: column; /* Stack the sections vertically */
    }

    #detailsModal .image-section,
    #detailsModal .content-section {
        flex: none;
        width: 100%;
    }
}

#detailsModal .modal-body {
    display: flex;
    flex-direction: row;
    height: 100%; /* Ensure full-height content */
}

#detailsModal .image-section {
    flex: 1; /* Take up half the modal horizontally */
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f8f9fa; /* Optional background color */
}

#detailsModal .content-section {
    flex: 1; /* Take up the other half */
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

#detailsModal img {
    max-width: 100%; /* Ensure the image scales correctly */
    max-height: 100%; /* Prevent overflow */
    object-fit: cover; /* Ensure the image fills the space */
}

.post-slide2 .post-description {
    font-size: 14px;
    /*color: #938b8b;*/
}

.col-md-4 {
    padding-right: 10px;
    padding-left: 5px;
    padding-bottom: 20px;
}

.col-md-8, .col-sm-12 {
    /* padding-right: 0px;
            padding-left: 0px;*/
}

@media only screen and (max-width: 600px) {
    .banner-lap {
        display: none;
    }

    .banner-mobile {
        display: block !important;
    }
}

.banner-mobile {
    display: none;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.text-container {
    position: absolute;
    top: 30%;
    left: 10%;
    text-align: left;
    color: #fff;
}

    .text-container h1 {
        color: #FFF;
        font-family: inherit;
        font-size: 3.2rem;
        font-style: normal;
        font-weight: 800;
    }

.side-img {
    object-fit: cover;
    height: 100%;
    ;
}

.text-container p {
    font-size: 1.2em;
    margin: 0;
}

.main-title {
    color: #1E1E1E;
    text-align: center;
    margin-top: 3rem;
    margin-bottom: 1rem;
    font-family: "Helvetica", "Arial", sans-serif;
}

.main-title-des {
    text-align: center;
    font-weight: 400;
    margin-bottom: 30px;
}

.step-section > h3 {
    color: #1E1E1E;
    font-weight: 600;
    text-align: center;
    margin-top: 5rem;
    margin-bottom: 1rem;
}

.step-title {
    width: 100%;
    background-color: #0e3e8a;
    padding: 10px;
    color: #fff;
    border-radius: 10px 10px 0 0;
    font-weight: 500;
    text-transform: inherit;
}

/*.card {
            border-bottom: 8px solid #0e3e8a;
            padding-top: 0rem !important;
            text-align: center;
            align-items: center;
            padding-top: 3rem;
            box-shadow: rgba(136, 165, 191, 0.48) 6px 2px 16px 0px, rgba(255, 255, 255, 0.8) -6px -2px 16px 0px;
        }*/

.steps {
    border-left: 5px solid #1E1E1E;
}

.step-count {
    padding-top: 10px;
    color: #0189DE;
    font-weight: 600;
}

.step-count-dec {
    line-height: 1.2rem;
    color: #1E1E1E;
}

.pt-30 {
    padding-top: 30px !important;
}

/*.card-title {
            margin-bottom: 0.75rem;
        }

        .card-text-header {
            font-weight: 700;
            margin-bottom: 0px;
            font-size: 1.2rem;
        }
    */
.step-icon {
    width: 80px;
    margin-top: 1rem;
    padding: 10px;
    box-shadow: rgba(6, 24, 44, 0.4) 0px 0px 0px 2px, rgba(6, 24, 44, 0.65) 0px 4px 6px -1px, rgba(255, 255, 255, 0.08) 0px 1px 0px inset;
}

.step-para {
    margin-top: 1rem;
}

.btnchooseservice {
    float: right;
    font-weight: 700;
    font-size: 19px;
    /*margin-top: 5%;*/
}

.post-slide2 {
    margin: 10px 0px !important;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.hrdivhange {
    padding-right: 5px;
    padding-left: 6px;
    margin-left: -15px;
    margin-bottom: 20px;
    font-weight: 700;
}

hr {
    border-top: 1px solid #ddd8d8 !important;
}

.card {
    padding: 10px 0;
}

.card-primary:not(.card-outline) > .card-header {
    /*background-color: #007bff;*/
    background-color: #1076b7 !important;
}

.card-header {
    background-color: transparent;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    /* padding: .75rem 1.25rem; */
    position: relative;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}

.card {
    box-shadow: 0 0 1px rgba(0, 0, 0, .125), 0 1px 3px rgba(0, 0, 0, .2);
    margin-bottom: 1rem;
    /*position: relative;*/
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
}

.card-title {
    float: left;
    font-size: 1.1rem;
    font-weight: 400;
    margin: 0;
    color: #ffffff;
}

.tcheader {
    background-color: #457be9;
    color: #fff;
    padding: 5px 20px;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .tcmodal-dialog {
        max-width: 85%;
        left: 0px;
    }
}

.modelclosebtn {
    color: #000000;
    opacity: 1;
    padding: 8px !important;
}

.custom-add-btn {
    width: 100%;
}

@@media (min-width: 992px) {
    .custom-add-btn {
        width: 50%;
    }
}
/* Ensure parent allows sticky positioning */
.parentdiv {
    position: relative;
}

/* Fix right-side cart to the top and allow it to scroll with page */
.childdiv {
    position: sticky;
    top: 100px; /* increase this value if your header overlaps */
    height: fit-content;
}

/* Optional: ensure left side can grow */
.col-md-8 {
    padding-right: 20px;
}

.post-slide2 .post-description {
    max-height: 120px;
    flex-grow: 1;
    min-height: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.post-slide2 .card-body {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.post-slide2 .post-title {
    /*min-height: 50px;*/
    font-weight: bold;
}

.detailedmod {
    margin-bottom: 40px;
}

.noHover {
    pointer-events: none;
}

.hidden-important {
    display: none !important;
}

.flex-visible {
    display: flex !important;
    flex-wrap: wrap;
}

.btn.btn-primary[disabled] {
    background-color: #a7a8a9;
    color: #FFFFFF;
    border-color: #c6c6c7;
}

.vertical-divider {
    position: absolute;
    bottom: 0;
    left: 50%;
    /* width: 1px; */
    /* background-color: #ccc; */
    /* z-index: 0; */
    border-left: 1px solid #ddd8d8;
    height: 500px;
    top: 52%;
    transform: translateY(-50%);
    height: 250px;
    left: 50%;
    width: 1px;
    background-color: #ddd8d8;
    z-index: 0;
}

#displayServices {
    position: relative;
    padding: 20px;
}

@media (min-width: 768px) {
    .post-slide2 .post-description {
        max-height: 225px;
    }
}

@media (min-width: 1024px) {
    .post-slide2 .post-description {
        max-height: 127px;
    }

    .detailedmod {
        margin-bottom: 40px;
    }

    .tcModal {
        margin-top: 5px;
        margin-bottom: 5px;
        color: #457be9;
    }
}

.card-body {
    padding: 1.25rem;
}

.custom-add-btn {
    width: 100%;
    height: 50px;
    font-size: 0.9rem;
    padding: 5px 10px;
}

.zoomable {
    transition: transform 0.3s ease;
    cursor: zoom-in;
}

.zoomed {
    transform: scale(2); /* Zoom 2x */
    cursor: zoom-out;
    z-index: 10;
    position: relative;
}

.tcModal {
    margin-top: 5px;
    margin-bottom: 5px;
    color: #457be9;
}

.post-slide2 {
    border: 0 solid rgba(0, 0, 0, .125);
    box-shadow: 0 0 1px rgba(0, 0, 0, .125), 0 1px 3px rgba(0, 0, 0, .2);
}

.form-check-input {
    margin-top: 3px !important;
}