.elementor-27112 .elementor-element.elementor-element-66159f6{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:100px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}@media(max-width:1440px){.elementor-27112 .elementor-element.elementor-element-66159f6{--padding-top:0%;--padding-bottom:0%;--padding-left:5%;--padding-right:5%;}}/* Start custom CSS for shortcode, class: .elementor-element-f3f6bfd */.custom-service-page-container {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

/* Remove default margins for heading tags */
h1, h2, h3, h4, h5, h6 {
    margin-block-start: 0;
    margin-block-end: 0;
}
p {
    margin-block-start: 0;
    margin-block-end: 0;
}

/* Main service row layout */
.custom-service-item-row {
    display: flex;
    justify-content: space-between;
    align.hall-slider-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    max-width: 1200px;
    margin: auto;
}

.hall-slider {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.hall-slider-item {
    flex: 0 0 100%; /* Each slide takes full width */
    text-align: center;
}

.hall-slider-item img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    object-fit: cover;
}
-items: stretch;
    border-radius: 20px;
    overflow: hidden;
    min-height: 400px;
    background-color: #F9F9F9;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

/* Reverse row styling for even items */
.custom-service-item-row.custom-reverse-row {
    flex-direction: row-reverse;
}

.custom-service-item-left-container {
    width: 50%;
    display: flex;
    overflow: hidden;
}

.custom-service-item-left-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.custom-service-item-right-container {
    width: 50%;
    padding: 50px 80px 0 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    position: relative;
    min-height: 400px;
}

.custom-service-item-right-container h3 {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 30px;
    line-height: 45px;
    color: #21252D;
}

.custom-service-item-right-container p {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #21252DCC;
}

.custom-service-page-button {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    margin-top: 30px;
    font-size: 16px;
    color: #FFFFFF;
    background-color: #FF6B35;
    padding: 12px 24px;
    border-radius: 8px;
    text-decoration: none;
    text-align: center;
    width: max-content;
    transition: background-color 0.3s ease;
}

.custom-service-page-button:hover {
    background-color: #FF8547;
}

.custom-service-icon {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 120px;
    height: 120px;
}

.custom-service-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* Responsive for laptops */
@media (max-width: 1366px) {
    .custom-service-item-row {
        min-height: 360px;
    }

    .custom-service-item-right-container {
        padding: 40px 60px 0 30px;
    }

    .custom-service-item-right-container h3 {
        font-size: 26px;
        line-height: 40px;
    }

    .custom-service-item-right-container p {
        font-size: 18px;
        line-height: 28px;
    }

    .custom-service-page-button {
        font-size: 15px;
        padding: 10px 22px;
    }

    .custom-service-icon {
        width: 100px;
        height: 100px;
    }
}

/* Responsive for tablets */
@media (max-width: 1024px) {
    .custom-service-item-row {
        flex-direction: column;
        min-height: auto;
    }
.custom-service-item-right-container{
    min-height:auto;
}
.custom-service-item-row.custom-reverse-row {
    flex-direction: column;
}
    .custom-service-item-left-container,
    .custom-service-item-right-container {
        width: 100%;
    }

    .custom-service-item-left-container {
        height: 300px;
    }

    .custom-service-item-right-container {
        padding: 20px;
    }

    .custom-service-item-right-container h3 {
        font-size: 24px;
        line-height: 36px;
    }

    .custom-service-item-right-container p {
        font-size: 18px;
        line-height: 28px;
    }

    .custom-service-icon {
        width: 80px;
        height: 80px;
    }
}

/* Responsive for mobile */
@media (max-width: 768px) {
    .custom-service-item-left-container {
        height: 200px;
    }

    .custom-service-item-right-container h3 {
        font-size: 20px;
        line-height: 30px;
    }

    .custom-service-item-right-container p {
        font-size: 16px;
        line-height: 24px;
    }

    .custom-service-icon {
        width: 60px;
        height: 60px;
    }

    .custom-service-page-button {
        font-size: 14px;
        padding: 10px 20px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2725f98 */.hall-slick-slider {
    margin: auto;
    max-width: 1200px;
}

.hall-slider-item {
    padding: 10px;
    text-align: center;
}

.hall-slider-item img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    object-fit: cover;
}
.slick-arrow {
    display: none !important;
}/* End custom CSS */