:root {
    --prime-color: #444444;
    --second-color: #e29c56;
}

.bg-prime {
    background-color: var(--second-color);
}

.menu-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: auto;
    /* gap: 10px; */
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    padding: 10px 0;
}

.menu-grid ul {
    list-style: none;
}

.menu-grid ul:first-child {
    padding-left: 0;
}

.section {
    padding: 40px 0;
}

.text-justify {
    text-align: justify;
}

.hospital-location {
    text-align: justify;
}

.choose--card {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.pt-40 {
    padding-top: 40px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pt-20 {
    padding-top: 20px;
}

.pb-20 {
    padding-bottom: 20px;
}

.mt-40 {
    margin-top: 40px;
}

.mb-40 {
    margin-bottom: 40px;
}

.contact--card {
    height: 100%;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: center;
    border-radius: 18px;
}

.bg-site {
    background-color: #E29C56;
}

.footer-widget iframe {
    border-radius: 18px;
}

.sit-map iframe {
    width: 100%;
    height: 400px;
    border-radius: 18px;
}

.btn.btn--hero .icon-right {
    top: 18px;
}

.btn.btn--hero span .icon-left {
    top: 2px;
}

.round-18 {
    border-radius: 18px;
}

.footer-logo {
    display: inline-block;
    background-color: #F5F7FA;
    padding: 8px;
    border-radius: 18px
}

.hospital-img img {
    width: 332px;
    height: 221px;
    object-position: center;
    object-fit: contain;
}

.counter-icon img {
    width: 38px;
    height: 38px;
}

.hospital-info a img,
.hospital-info div img {
    margin-right: 12px;
}

.gallery-item img {
    min-height: 400px;
}

.btn.services-btn span .icon-left {
    right: -12px;
}

.btn.services-btn .icon-right {
    right: -2px;
}

.hospital-card.style-one {
    min-height: 419px;
}

.contact-info a,
.contact-info p {
    color: #1A1919 !important;
}

.testimonial-card {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.pt-60 {
    padding-top: 60px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pt-30 {
    padding-top: 30px;
}

.pb-30 {
    padding-bottom: 30px;
}

.call-icon {
    position: fixed;
    bottom: 90px;
    left: 30px;
    z-index: 1000;
    width: 50px;
    height: 50px;
    background-color: #25D366;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.call-icon i {
    font-size: 28px;
    color: #fff !important;
    position: relative;
    z-index: 3;
}

.pulse-ring {
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: rgba(37, 211, 102, 0.4);
    border-radius: 50%;
    animation: pulse-animation 1.5s infinite;
    z-index: 1;
}

@keyframes pulse-animation {
    0% {
        transform: scale(0.9);
        opacity: 0.6;
    }
    70% {
        transform: scale(1.6);
        opacity: 0;
    }
    100% {
        transform: scale(0.9);
        opacity: 0;
    }
}

.df-brand-img {
    background-color: white;
}

.hospital-card.style-one {
    border: 1px solid #e0e0e0;
    border-radius: 16px;
    padding: 24px;
    margin-top: 5px;
    background-color: #fff;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    border: 1px solid var(--prime-color);
    box-shadow: 0px 6px 0px var(--prime-color);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.hospital-card.style-one:hover::before {
    left: 0;
}

.hospital-card.style-one:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 0px var(--second-color);
    border-color: var(--second-color);
}

.service-img img {
    max-height: 400px;
    border-radius: 18px;
    width: auto;
}

.testimonial-card {
    margin-top: 10px;
    padding: 30px;
}

.logo img {
    background-color: #F5F7FA;
    padding: 5px;
    border-radius: 18px;
}

.theme-dark .font-black {
    color: #3E3D3D !important;
}

.theme-dark .font-white {
    color: #fff !important;
}

.theme-dark .accordion-body p {
    color: white;
}

@media (max-width:890px) {
    .menu-grid {
        display: block;
    }
    .menu-grid ul {
        padding-left: 0;
    }
}

@media (max-width:578px) {
    .section {
        padding: 20px 0 !important;
    }
}


/* All slides: default scale and opacity */

.swiper-slide {
    opacity: 0.5;
    transform: scale(0.85);
    transition: all 0.5s ease;
    z-index: 1;
}

.swiper-slide.swiper-slide-active {
    opacity: 1;
    transform: scale(0.9);
    z-index: 10;
}

.swiper-slide.swiper-slide-prev,
.swiper-slide.swiper-slide-next {
    opacity: 0.7;
    transform: scale(0.90);
    z-index: 5;
}


/* Optional hover effect on cards */

.hospital-card {
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.hospital-card:hover {
    transform: translateY(-6px) scale(1.02);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}


/* Hover effect on cards */

.hospital-card {
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.hospital-card:hover {
    transform: translateY(-6px) scale(1.02);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.service-img {
    text-align: center;
}


/* banner */

.banner-1 {
    background-image: url(../img/banner/diagnosticendoscopy--banner.jpg) !important;
}

.banner-2 {
    background-image: url(../img/banner/acidity-reflux--banner.jpg) !important;
}

.banner-3 {
    background-image: url(../img/banner/sclerotherapy--banner.jpg) !important;
}

.banner-4 {
    background-image: url(../img/banner/tubeplacement--banner.png) !important;
}

.banner-5 {
    background-image: url(../img/banner/hemospray--banner.jpg) !important;
}

.banner-6 {
    background-image: url(../img/banner/argon-plasma--banner.jpg) !important;
}

.banner-7 {
    background-image: url(../img/banner/ph-metry--banner.jpg) !important;
}

.banner-8 {
    background-image: url(../img/banner/ercp-img--banner.jpg) !important;
}

.banner-9 {
    background-image: url(../img/banner/nasojejunaltubeplacement--banner.jpg) !important;
}

.banner-10 {
    background-image: url(../img/banner/eus-ultrasonography--banner.jpg) !important;
}

.banner-11 {
    background-image: url(../img/banner/eus-fine-needle-biopsy--banner.jpg) !important;
}

.banner-12 {
    background-image: url(../img/banner/eus-pseudocyst-drainage--banner.jpg) !important;
}

.banner-13 {
    background-image: url(../img/banner/video-capsule-endoscopy--banner.jpg) !important;
}

.banner-14 {
    background-image: url(../img/banner/endoscopicclipapplication--banner.jpg) !important;
}

.banner-15 {
    background-image: url(../img/banner/esophageal-colonic-stent--banner.jpg) !important;
}

.banner-16 {
    background-image: url(../img/banner/colonoscopy-img-banner.jpg) !important;
}

.banner-17 {
    background-image: url(../img/banner/foreignbodyremoval--banner.jpg) !important;
}

.banner-18 {
    background-image: url(../img/banner/stricture-dilatation--banner.jpg) !important;
}

@media only screen and (max-width: 1300px) {
    .breadcrumb-area .breadcrumb-wrap {
        margin: 0 12px;
        padding: 110px 0 200px;
    }
}

@media only screen and (max-width: 992px) {
    .breadcrumb-area .breadcrumb-wrap {
        margin: 0 12px;
        padding: 80px 0 150px;
    }
}

@media only screen and (max-width: 767px) {
    .breadcrumb-area .breadcrumb-wrap {
        margin: 0 12px;
        padding: 170px 0 200px;
    }
    .banner-1 {
        background-image: url(../img/banner/responsive/diagnosticendoscopy--banner.jpg) !important;
    }
    .banner-2 {
        background-image: url(../img/banner/responsive/acidity-reflux--banner.jpg) !important;
    }
    .banner-3 {
        background-image: url(../img/banner/responsive/sclerotherapy--banner.jpg) !important;
    }
    .banner-4 {
        background-image: url(../img/banner/responsive/tubeplacement--banner.png) !important;
    }
    .banner-5 {
        background-image: url(../img/banner/responsive/hemospray--banner.jpg) !important;
    }
    .banner-6 {
        background-image: url(../img/banner/responsive/argon-plasma--banner.jpg) !important;
    }
    .banner-7 {
        background-image: url(../img/banner/responsive/ph-metry--banner.jpg) !important;
    }
    .banner-8 {
        background-image: url(../img/banner/responsive/ercp-img--banner.jpg) !important;
    }
    .banner-9 {
        background-image: url(../img/banner/responsive/nasojejunaltubeplacement--banner.jpg) !important;
    }
    .banner-10 {
        background-image: url(../img/banner/responsive/eus-ultrasonography--banner.jpg) !important;
    }
    .banner-11 {
        background-image: url(../img/banner/responsive/eus-fine-needle-biopsy--banner.jpg) !important;
    }
    .banner-12 {
        background-image: url(../img/banner/responsive/eus-pseudocyst-drainage--banner.jpg) !important;
    }
    .banner-13 {
        background-image: url(../img/banner/responsive/video-capsule-endoscopy--banner.jpg) !important;
    }
    .banner-14 {
        background-image: url(../img/banner/responsive/endoscopicclipapplication--banner.jpg) !important;
    }
    .banner-15 {
        background-image: url(../img/banner/responsive/esophageal-colonic-stent--banner.jpg) !important;
    }
    .banner-16 {
        background-image: url(../img/banner/responsive/colonoscopy-img-banner.jpg) !important;
    }
    .banner-17 {
        background-image: url(../img/banner/responsive/foreignbodyremoval--banner.jpg) !important;
    }
    .banner-18 {
        background-image: url(../img/banner/responsive/stricture-dilatation--banner.jpg) !important;
    }
}

html,
body {
    overflow-x: hidden;
}


/* .gallery-item {
    height: 400px;
}


} */

.gallery-item img {
    border-radius: 18px !important;
}


/**/

section {
    display: flex;
    position: relative;
}

.gallery-item img {
    object-fit: cover;

}