/* doctors testimonial css */

.headerBttn a {
    width: 100%;
}

body .health-packages-menu {
    display: none;
}

.bannerTitle h1 {
    text-shadow: 3px 3px 10px #00000033;
}

.testimonial-section {
    padding: 80px 0;
}

.siteContainer {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.testimonial-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 30px;
}

.testimonial-header h2 {
    font-family: Poppins;
    font-weight: 600;
    font-size: 50px;
    line-height: 74px;
    margin: 0 0 24px;
}

.testimonial-header h2 span {
    color: #3083FF;
}

.testimonialSlider .slick-dots li.slick-active button:before,
.testimonialSlider .slick-dots li button:before {
    color: unset;
}

.testimonialSlider .slick-slide {
    margin: 0 16px;
}

.testimonialSlider .slick-track {
    margin-bottom: 40px;
}

body .testimonialSlider .slick-slide {
    padding: 32px 26px !important;
}

.doctor-info {
    width: 50%;
}

.doctor-info h3.doctor-name {
    font-family: Poppins;
    font-weight: 500;
    font-size: 28px;
    line-height: 100%;
    margin: 0 0 3px 0;
    color: #1E293B;
}

.doctor-info p.doctor-position {
    font-family: Poppins;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    color: #6C87AE;
    margin: 6px 0 0 0;
}

p.doctor-text {
    font-family: Poppins;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #6C87AE;
    margin: 24px 0 0;
    width: 100%;
    max-width: 435px;
}

.doctor-video {
    position: relative;
    width: 50%;
    padding-left: 100px;
}

.doctor-video img {
    border-radius: 8px;
    width: 100%;
    height: 454px;
    object-fit: cover;
}

.play-btn {
    position: absolute;
    top: 42%;
    left: 53%;
    background-image: url(https://starimagingpathlabs.com/wp-content/uploads/2025/08/play-btn-1.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 64px;
    height: 64px;
}

.doctor-slider1 {
    margin-top: 20px;
}

.doctor-slide {
    text-align: center;
    cursor: pointer;
}

.doctor-slide.slick-current {
    /* background: #3083FF; */
    padding: 12px;
    border-radius: 6px;
}

.doctor-slider1 .slick-slide {
    margin: 0 5px;
    padding: 12px;
}

.doctor-slider1 .slick-list {
    margin: 0 -5px;
}

.doctor-image {
    position: relative;
    /* display: inline-block;  */
    overflow: hidden;
}

.doctor-image img {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
}

.doctor-image::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) -1.52%, rgba(48, 131, 255, 0.2) 88.53%);
    opacity: 1;
    transition: opacity 0.3s ease;
    pointer-events: none;
    z-index: 2;
}

.doctor-slide img {
    border-radius: 6px;
    width: 100%;
    height: 168px;
    object-fit: cover;
}

.doctorSliderWrapper {
    padding: 30px 0 0;
}

.doctorSliderWrapper h4 {
    font-family: Poppins;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    padding: 0 0 5px 0;
    margin: 0 0 30px 0;
    border-bottom: 2px solid #3083FF;
}

.doctor-slide p.doctor-name {
    font-family: Poppins;
    font-weight: 600;
    font-size: 18px;
    line-height: 23.4px;
    text-transform: capitalize;
    color: #1E293B;
    margin: 10px 0 0;
    text-align: left;
}

.doctor-slide.slick-current p.doctor-position {
    color: #FFFFFF;
}

.doctor-slide p.doctor-position {
    font-family: Poppins;
    font-weight: 400;
    font-size: 16px;
    line-height: 27.2px;
    color: #5D6371;
    margin: 0 0 10px;
    text-align: left;
}

.doctorSliderInnerWrapper {
    width: 100%;
    margin-left: 0;
}

body .doctor-slider1 button.slick-prev.slick-arrow {
    border: unset;
    font-size: 0;
    width: 50px;
    height: 50px;
    background-color: transparent;
    padding: 0;
}

body .doctor-slider1 button.slick-next.slick-arrow {
    background-image: url("https://starimagingpathlabs.com/wp-content/uploads/2025/08/next.svg");
    background-repeat: no-repeat;
    background-size: contain;
    border: unset;
    font-size: 0;
    width: 50px;
    height: 50px;
    background-color: transparent;
    right: -55px;
    padding: 0;
}

body .doctor-slider1 button.slick-next.slick-arrow::before {
    content: unset;
}

.doctor-slide {
    position: relative;
    width: 32%;
    padding: 12px;
    background: transparent;
    border-radius: 8px;
}

.doctor-slide.active {
    background: #3083FE;
}

.doctor-slide.active p.doctor-name,
.doctor-slide.active p.doctor-position {
    color: #FFFFFF;
}

.doctor-slide .sliderPlayBtn {
    position: absolute;
    bottom: 15px;
    right: 15px;
    background-image: url(https://starimagingpathlabs.com/wp-content/uploads/2025/08/play-btn-1.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 35px;
    height: 35px;
    z-index: 9;
}

.doctor-slider1 {
    margin-top: 20px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}


/*  */


.formGroup.date-picker {
    position: relative;
    display: inline-block;
    width: 100%;
}

.formGroup.date-picker input[type="date"] {
    width: 100%;
    padding: 12px 40px 12px 12px;
    font-size: 16px;
    background-color: #F2F6F9;
    border: 1px solid #ccc;
    border-radius: 6px;
    outline: none;


    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.formGroup.date-picker .placeholder {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #5D6371;
    pointer-events: none;
    font-size: 16px;
}


.formGroup.date-picker::after {
    content: "";
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="%235D6371" viewBox="0 0 24 24"><path d="M19 4h-1V2h-2v2H8V2H6v2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 16H5V9h14v11z"/></svg>') no-repeat center center;
    background-size: contain;
    pointer-events: none;
}




@media screen and (max-width: 1299px) {
    .doctor-video {
        padding-left: 20px;
    }
}

@media screen and (max-width: 1200px) {
    .testimonialSlider {
        padding: 0px;
    }
}

@media screen and (max-width: 1099px) {
    .doctor-video img {
        height: 320px;
    }

    .testimonial-header h2 {
        font-size: 40px;
        line-height: 50px;
    }


    .play-btn {
        top: 40%;
        left: 48%;
        width: 50px;
        height: 50px;
    }

    .testimonial-section {
        padding: 60px 0;
    }

    body .testimonialSlider .slick-slide {
        padding: 20px !important;
    }

}

@media screen and (max-width: 1024px) {

    body .health-packages-menu {
        display: block;
    }

    .health-packages-menu.health-packages a.hfe-menu-item {
        padding: 12px 16px;
        background: #EE7D00 !important;
    }

    .health-packages-menu a.hfe-menu-item {
        padding: 12px 16px;
        background: #3083ff !important;
        display: inline-block;
        color: #FFF !important;
        border-radius: 8px;
        margin-left: 20px;
        margin-bottom: 10px;
        width: 100%;
        max-width: 220px;
        text-align: center;
    }
}



@media screen and (max-width: 991px) {

    .doctorSliderInnerWrapper {
        width: 95%;
        margin-left: 0;
    }
}

@media screen and (max-width: 768px) {

    .formRow {
        gap: 20px;
        flex-direction: column;
    }

    .siteContainer {
        padding: 0 20px;
    }

    .testimonial-header {
        flex-direction: column;
    }

    .doctor-video {
        padding-left: 0;
    }

    .doctor-video img {
        width: 100%;
        height: 100%;
    }

    .doctor-info,
    .doctor-video {
        width: 100%;
    }

    .testimonial-section {
        padding: 0 0 40px 0;
    }

    /* .doctorSliderInnerWrapper {
                width: 100%;
                margin-left: 0;
            } */

    body .doctor-slider1 button.slick-next.slick-arrow {
        width: 20px;
        height: 20px;
        right: -20px;
    }

    .doctorSliderWrapper h4 {
        font-size: 18px;
        line-height: 20px;
        padding: 0 0 5px 0;
        margin: 0 0 20px 0px;
    }

    .doctor-slider1 .slick-slide {
        margin: 0 5px;
        padding: 8px 5px;
    }

    .doctor-slide p.doctor-name {
        font-size: 14px;
        line-height: 20px;
        margin: 8px 0 0;
        font-weight: 500;
    }

    .doctor-slide p.doctor-position {
        font-size: 14px;
        line-height: 18px;
        margin: 0 0 0px;
    }

    body .doctor-slide img {
        width: 100%;
        height: 90px;
    }

    p.doctor-text {
        font-size: 16px;
        line-height: 22px;
        margin: 16px 0 0;
    }

    .doctor-info p.doctor-position {
        font-size: 18px;
        line-height: 22px;
    }

    .doctor-info h3.doctor-name {
        font-size: 24px;
    }

    .testimonialSlider .slick-slide {
        margin: 0;
    }

    .doctor-slide .sliderPlayBtn {
        width: 25px;
        height: 25px;
        bottom: 10px;
        right: 10px;
    }

    .play-btn {
        top: 40%;
        left: 44%;
        width: 40px;
        height: 40px;
    }

    body .formWRapper form {
        gap: 20px;
    }

    body .client-review-slider ul.slick-dots {
        gap: 0;
    }

    body .client-review-slider ul.slick-dots li {
        width: 18px;
        height: 18px;
        margin: 0 2px;
    }

    body .client-review-slider .slick-dotted.slick-slider {
        padding: 0 0 20px;
    }

    .client-review-slider ul.slick-dots {
        margin: 30px 0 0;
    }

    .client-review-slider {
        padding: 20px 0px;
    }

    .service-body {
        display: none;
        padding: 14px 16px;
        background: #fff;
        border-top: 1px solid #ddd;
        overflow: hidden;
        box-sizing: border-box;
    }

    .service-accordion {
        overflow: hidden;
        width: 100%;
        gap: 12px;
    }

    .service-item {
        width: 100%;
        /* right side me space na ho */
    }

    .service-head h3 {
        font-size: 18px !important;
    }

    .service-head {
        padding: 12px 35px 12px 15px;
        cursor: pointer;
        position: relative;
    }

    /* Plus/Minus icon */
    .service-head::after {
        content: "+";
        position: absolute;
        right: 12px;
        top: 46%;
        transform: translateY(-50%);
        font-size: 24px;
        font-weight: bold;
        transition: 0.3s;
        color: #FFF;
    }

    .service-item.active .service-head::after {
        content: "-";
    }

    .service-body {
        display: none;
        padding: 14px 16px;
        background: #fff;
        border-top: 1px solid #ddd;
        overflow: hidden;
        box-sizing: border-box;
    }

    .service-accordion,
    .service-item {
        width: 100%;
    }

    body .hfe-nav-menu {
        padding-bottom: 20px;
    }

    body p.doctor-position {
        display: none;
    }

}

.serviceImage {
    position: relative;
}


.serviceImage::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(285.46deg, rgba(0, 0, 0, 0) 12%, rgba(48, 131, 255, 0.2) 92.31%);
    z-index: 1;
    border-radius: 24px;
}

/* doctors testimonial css */

/* Book An Appointment From CSS */

.formWRapper {
    position: relative;
}

.formLoaderOverlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.formLoaderSpinner {
    width: 40px;
    height: 40px;
    border: 6px solid #d9e6f5;
    border-top: 6px solid #3083FF;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin: auto;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.formWRapper form {
    display: flex;
    flex-direction: column;
    gap: 33px;
    margin-top: 30px;
}

.formRow {
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
}

.formGroup {
    flex-grow: 1;
    flex-basis: 0;
}

body .formGroup input,
body .formGroup select {
    padding: 15px 16px;
    background-color: #F2F6F9;
    border: 0;
    outline: none;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    font-weight: 400;
}

body .formGroup input::placeholder,
body .formGroup select::placeholder,
body .formGroup textarea::placeholder {
    color: #5D6371;
    /* Black color */
    opacity: 1;
    /* Ensure it's not faded in some browsers */
}

/* Safari ke liye */
body .formGroup input::-webkit-input-placeholder,
body .formGroup select::-webkit-input-placeholder,
body .formGroup textarea::-webkit-input-placeholder {
    color: #5D6371;
}

/* Firefox ke liye */
body .formGroup input::-moz-placeholder,
body .formGroup select::-moz-placeholder,
body .formGroup textarea::-moz-placeholder {
    color: #5D6371;
}

/* Edge/IE ke liye */
body .formGroup input:-ms-input-placeholder,
body .formGroup select:-ms-input-placeholder,
body .formGroup textarea:-ms-input-placeholder {
    color: #5D6371;
}

body .formGroup input::-ms-input-placeholder,
body .formGroup select::-ms-input-placeholder,
body .formGroup textarea::-ms-input-placeholder {
    color: #5D6371;
}

body .formGroup.phoneNumberGroup {
    position: relative;
}

body .formGroup.phoneNumberGroup::after {
    content: "+91";
    position: absolute;
    top: 14px;
    left: 15px;
    font-size: 16px;
    font-weight: 400;

}

body .formGroup.phoneNumberGroup input {
    padding-left: 47px;
}

body .formGroup input {
    border-radius: 12px !important;
}

::placeholder {
    font-size: 16px;
    line-height: 24px;
    color: #6C87AE99;
    font-weight: 400;
}

.formGroup input,
.formGroup select {
    padding: 15px 16px;
    background-color: #F2F6F9;
    border: 0;
    outline: none;
    font-size: 16px;
    line-height: 24px;
    color: #6C87AE99;
    font-weight: 500;
    border-radius: 12px;
    appearance: none;
    width: 100%;
}

.formGroup select {
    background-image: url(https://starimagingpathlabs.com/wp-content/uploads/2025/07/ic_round-arrow-drop-down.svg);
    background-repeat: no-repeat;
    background-position: center right 15px;
    cursor: pointer;
}

.formAction {
    text-align: center;
}

.formAction button.btnTheme {
    padding: 16px 24px;
    border-radius: 12px;
    background-color: #3083FF;
    border: 0;
    color: #fff;
    font-family: 'Poppins';
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

.thankYouMessage {
    text-align: center;
}



/* Book An Appointment From CSS */


/* patient testimonial css */

.memberVideoWrapper {
    position: relative;
    width: 100%;
    height: 509px;
    border-radius: 10px;
    background-size: cover;
    background-position: center top;
    padding: 20px;
    display: flex;
    align-items: flex-end;
    position: relative;
    z-index: 1
}

.memberVideoWrapper::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 223px;
    background-image: linear-gradient(180deg, transparent, #3083FF);
    left: 0;
    z-index: -1;
    border-radius: 10px;
    bottom: 0;
}

a.videoTestimonialAction {
    width: 58px;
    height: 58px;
    border-radius: 12px;
    background-color: #FFFFFF33;
    backdrop-filter: blur(4px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.slideWrapper {
    padding: 0 16px;
}

.memberFoot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%
}

.memberInfo {
    width: calc(100% - 60px);
    padding-right: 10px
}

.memberInfo .memberName {
    margin: 0;
    color: #fff;
    font-size: 12px;
    line-height: 24px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px
}

p.memberDesignation {
    margin: 0;
    font-size: 12px;
    line-height: 20px;
    color: #fff
}

@media only screen and (max-width:767px) {
    .slideWrapper {
        padding: 0;
    }

    .memberVideoWrapper {
        height: 410px;
    }

    body .review-card {
        margin: 0px;
        padding: 20px;
    }

    body .rating-box {
        padding: 15px;
    }


    body .rating-box span {
        font-size: 14px;
        line-height: 22px;
    }

    body .review-card .profile {
        margin-bottom: 20px;
    }

    body .review-card .profile img {
        width: 65px;
        height: 65px;
    }


}

/* patient testimonial css */

/* patient review slider css */

.client-review-slider {
    padding: 30px 0px;
}

.review-card {
    background: #ffffff;
    border-radius: 24px;
    padding: 26px 32px;
    margin: 0 16px;
    text-align: left;
}

.review-card .profile {
    display: flex;
    align-items: center;
    margin-bottom: 32px;
}

.review-card .profile img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-right: 15px;
    object-fit: cover;
}

.review-card h3 {
    margin: 0;
    font-size: 18px;
    line-height: 23px;
    font-weight: 600;
    color: #1E293B;
    font-family: Poppins;
    text-transform: capitalize;

}

.review-card span {
    font-size: 16px;
    line-height: 27px;
    font-weight: 400;
    color: #5D6371;
    font-family: Poppins;
    text-transform: capitalize;
}

.review-card p {
    font-family: Poppins;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #5D6371;
    margin: 0 0 5px 0;
}

.review-text {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.review-card.expanded .review-text {
    display: block;
    max-height: 96px;
    overflow-y: auto;
    padding-right: 8px;
}

.review-card.expanded .review-text::-webkit-scrollbar {
    width: 6px;
}

.review-card.expanded .review-text::-webkit-scrollbar-track {
    background: transparent;
}

.review-card.expanded .review-text::-webkit-scrollbar-thumb {
    background-color: rgba(46, 46, 46, 0.4);
    border-radius: 10px;
}

.review-card.expanded .review-text::-webkit-scrollbar-thumb:hover {
    /* background-color: rgba(0,0,0,0.6); */
    background-color: rgba(0, 0, 0, 0.6);
}

.review-card.expanded .review-text {
    scrollbar-width: thin;
    scrollbar-color: rgba(46, 46, 46, 0.4) transparent;
}

.read-more-btn,
body .read-more-btn:hover {
    background: none;
    border: none;
    color: #007bff;
    cursor: pointer;
    padding: 0;
    margin-top: 0;
    font-weight: 500;
    font-size: 13px;
    text-align: right;
    display: block;
    text-decoration: underline !important;
}

.rating-box {
    background: #F9FBFD;
    border-radius: 10px;
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
}

.rating-box span {
    font-family: Poppins;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #5D6371;
}

.rating-box .stars {
    color: #3083FF;
    font-size: 16px;
}

/* slick dots custom design */
.client-review-slider ul.slick-dots {
    display: flex;
    margin: 48px 0 0;
    padding: 0;
    list-style: none;
    justify-content: center;
}

.client-review-slider ul.slick-dots li.slick-active button {
    border: solid 1px #6C87AE;
    padding: 8px;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    font-size: 0;
    position: relative;
    /* background-color: #fff; */
}

.client-review-slider .slick-dots li.slick-active button:before,
.client-review-slider .slick-dots li button:before {
    color: unset;
}

.client-review-slider ul.slick-dots li button::after {
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    background-color: #3083FF;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    border-radius: 10px;
}

/* patient review slider css */



@media (min-width: 768px) {
    .elementor-element.serviceTabs .e-n-tabs-heading {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        gap: 12px;
        scrollbar-width: none;
    }

    .elementor-element.serviceTabs .e-n-tabs-heading::-webkit-scrollbar {
        display: none;
    }

    .elementor-element.serviceTabs .e-n-tabs-heading .e-n-tab-title {
        flex: 0 0 auto;
        white-space: nowrap;
    }

}

/* Awards Slider css */

/*  .swiper.myCardSlider {*/
/*    height: 400px;*/
/*}*/

.swiper-wrapper {
    align-items: center;
    padding: 0 0 60px;
}

.swiper-slide {
    background: #fff;
    border-radius: 24px;
    text-align: center;
    padding: 44px 34px 28px;
    transition: transform 0.4s ease, box-shadow 0.4s ease, border 0.4s ease;
    border: 3px solid transparent;
    height: fit-content;
    width: 300px;
}

.swiper-slide img {
    width: 120px;
}

.swiper-slide:last-child {
    margin: 0 !important;
}

.swiper-slide h3 {
    font-size: 20px;
    font-weight: 700;
    color: #222;
    margin-bottom: 10px;
}

.swiper-slide p {
    font-size: 14px;
    color: #666;
}

body .swiper-slide-active {
    width: 300px;
    height: 400px;
    box-shadow: 10px 24px 34px -11px #0000001C;
    z-index: 3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

body .swiper-slide-active img {
    width: 165px;
}

body .swiper-slide-active h3 {
    margin: 46px 0 12px;
    font-size: 24px;
    line-height: 28px;
}

body .swiper-button-next,
body .swiper-button-prev {
    color: #007bff;
    background: transparent;
    width: 26px;
    height: 26px;
    box-shadow: unset;
    position: unset;
    margin: 0;
    padding: 0;
}

.arrow-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 87px;
    margin: 32px 0 0;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    display: none;
}

@media screen and (max-width: 1024px) {
    .awards-section {
        flex-direction: column;
    }

    .left-content,
    .swiper {
        max-width: 100%;
    }

    .swiper-wrapper {
        align-items: center;
        padding: 0 0 40px;
    }

}

@media only screen and (max-width:767px) {
    .elementor-element.justFew {
        position: unset;
    }
}


/* our gallery css */

.gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 70px 34px;
}

.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 18px;
    height: 330px;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 18px;
    transition: transform 0.3s ease;
}

/* Overlay */
.gallery-item::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 18px;
    background: linear-gradient(212.25deg, rgba(48, 131, 255, 0) 51.3%, rgba(0, 0, 0, 0.6) 104.05%);
    opacity: 1;
    transition: opacity 0.3s ease;
    pointer-events: none
}

.gallery-item-wrapper {
    position: relative;
    border-radius: 18px;
    max-height: 330px;
}

.gallery-item-wrapper:hover {
    box-shadow: 0px 10px 22.8px 0px #00000059;
}

.gallery-item-wrapper::before {
    content: "";
    position: absolute;
    top: -10px;
    right: -10px;
    width: 100px;
    height: 100px;
    background-image: url("/wp-content/themes/hello-elementor-child/modules/global-module/images/gallery-rectangle.svg");
    background-repeat: no-repeat;
    background-size: contain;
}

.caption {
    text-align: center;
    background: #3083FF;
    color: #fff;
    padding: 10px 15px;
    border-radius: 22px 22px 22px 0;
    font-size: 14px;
    font-weight: 700;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 99;
    /* width: 165px; */
    text-transform: capitalize;
}


.our-gallery-section .mfp-arrow {
    background: rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.our-gallery-section .mfp-preloader {
    display: none !important;
}

body.page-id-2231 div#elementor-lightbox-slideshow-single-img {
    display: none !important;
}

body button.mfp-arrow.mfp-arrow-left {
    position: absolute !important;
    top: 40% !important;
    left: 100px !important;
}

body button.mfp-arrow.mfp-arrow-right {
    position: absolute !important;
    top: 40% !important;
    right: 200px !important;
}

body .mfp-bottom-bar {
    top: 100% !important;
}

body .mfp-image-holder .mfp-close,
body .mfp-iframe-holder .mfp-close{
    color: #FFF;
    font-size: 50px;
    background: transparent;
    position: absolute;
        top: 30px;
    right: 15px;
}

.gallery-item.video-wrapper {
    border-radius: 18px 18px 18px 0;
}


@media (max-width: 991px) {
    .gallery {
        grid-template-columns: repeat(2, 1fr);
        gap: 35px;
    }

    body button.mfp-arrow.mfp-arrow-left {
        position: absolute !important;
        top: unset !important;
        left: 40% !important;
        bottom: 100px;
    }

    body button.mfp-arrow.mfp-arrow-right {
        position: absolute !important;
        top: unset !important;
        right: 50% !important;
        bottom: 100px;
    }

    .gallery-item-wrapper {
        height: 330px;
    }

    body .mfp-image-holder .mfp-content{
    transform: scale(0.95) !important;
}

body .mfp-image-holder .mfp-close {
    top: -50px;
    right: -10px;
}

}

@media (max-width: 767px) {

body .mfp-iframe-holder .mfp-close {
    top: -100px;
    right: 0px;
}
}

@media (max-width: 600px) {
    .gallery {
        grid-template-columns: 1fr;
    }


}

/* our gallery css */