
/*** Spinner Start ***/
/* Disable text selection */
body {
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none;     /* IE 10 and IE 11 */
    user-select: none;         /* Standard syntax */
}

/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}
/*** Spinner End ***/

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    transition: 0.5s;
    z-index: 99;
}

/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-xl-square {
    width: 66px;
    height: 66px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square,
.btn-xl-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

 
.btn.btn-secondary {
    color: var(--bs-white);
   
}

.btn.btn-secondary:hover {
    background: var(--bs-primary);
    border: 1px solid var(--bs-primary);
}
/*** Topbar Start ***/


/* ====================
        Whatsapp
======================= */
 .call-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  width: 60px;
  height: 60px;
  background-color: #007bff; /* Call Blue Color */
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-decoration: none;
}

.call-button:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.4);
  color: white;
}

.call-button:active {
  transform: scale(0.95);
}



/* Whatsapp End */


/*** Navbar ***/
.navbar-light .navbar-nav .nav-link {
    position: relative;
    margin-right: 25px;
    padding: 35px 0;
    color: var(--bs-white);
    font-size: 17px;
    font-weight: 400;
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 20px 0;
    color: var(--bs-dark);
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--bs-primary);
}

.navbar-light .navbar-brand img {
    max-height: 150px;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-brand img {
    max-height: 45px;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
    margin-left: 8px;
}

.dropdown .dropdown-menu a:hover {
    background: var(--bs-primary);
    color: var(--bs-white);
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--bs-light);
    transition: .5s;
    opacity: 1;
}

@media (max-width: 991.98px) {
    .sticky-top.navbar-light {
        position: relative;
        background: var(--bs-white);
    }

    .navbar.navbar-expand-lg .navbar-toggler {
        padding: 10px 20px;
        /* border: 1px solid var(--bs-primary); */
        color: var(--bs-primary);
    }

    .navbar-light .navbar-collapse {
        margin-top: 15px;
        border-top: 1px solid rgba(0, 0, 0, .08);
    }

    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
        margin-left: 0;
        color: var(--bs-dark);
    }

    .navbar-light .navbar-brand img {
        max-height: 80px;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        border-radius: 10px;
        transition: .5s;
        opacity: 0;
    }

    .navbar-light {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 999;
    }
    
    .sticky-top.navbar-light {
        position: fixed;
        background: var(--bs-light);
        border: none;
    }

    .navbar-light .navbar-nav .nav-item::before {
        position: absolute;
        content: "";
        width: 0;
        height: 2px;
        bottom: -1px;
        left: 50%;
        background: var(--bs-primary);
        transition: .5s;
    }

    .sticky-top.navbar-light .navbar-nav .nav-item::before {
        bottom: 0;
    }

    .navbar-light .navbar-nav .nav-item::after {
        content: "";
        position: absolute;
        bottom: 1px;
        left: 50%;
        transform: translateX(-50%);
        border: 10px solid;
        border-color: transparent transparent var(--bs-primary) transparent;
        opacity: 0;
        transition: 0.5s;
    }

    .navbar-light .navbar-nav .nav-item:hover::after,
    .navbar-light .navbar-nav .nav-item.active::after {
        bottom: 1px;
        opacity: 1;
    }

    .navbar-light .navbar-nav .nav-item:hover::before,
    .navbar-light .navbar-nav .nav-item.active::before {
        width: calc(100% - 2px);
        left: 1px;
    }

    .navbar-light .navbar-nav .nav-link.nav-contact::before {
        display: none;
    }
}

@media (max-width: 576px) {
    .info-icon i{
        font-size: 1.5rem;
    }
    .read-more-btn2{
        padding: 10px 10px 10px 20p
    }

}
/*** Carousel Hero Header Start ***/
.carousel-header {
    position: relative;
    overflow: hidden;
}

.carousel-indicators {
    display: none;
}

.carousel .carousel-control-prev,
.carousel .carousel-control-next {
    width: 0;
}

.carousel .carousel-control-prev .carousel-control-prev-icon,
.carousel .carousel-control-next .carousel-control-next-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 25px 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bs-primary);
    transition: 0.5s;
}

.carousel .carousel-control-prev .carousel-control-prev-icon {
    left: 0;
    border-left: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 50px;

}

.carousel .carousel-control-next .carousel-control-next-icon {
    right: 0;
    border-right: 0;
    border-top-left-radius: 50px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 0;
}

.carousel .carousel-control-prev .carousel-control-prev-icon:hover,
.carousel .carousel-control-next .carousel-control-next-icon:hover {
    background: var(--bs-secondary);
}

.carousel .carousel-inner .carousel-item {
    position: relative;
}

.carousel .carousel-inner .carousel-item .carousel-caption-1  {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding-top: 100px;
    display: flex;
    align-items: center;
    justify-content: end;
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, 0.5));
    background-size: cover;
}

.carousel-caption-1-content {
    text-align: end;
    padding-right: 100px;
}

.carousel-caption-1-content .carousel-caption-1-content-btn {
    display: flex;
    justify-content: end;
}

.carousel .carousel-inner .carousel-item .carousel-caption-2  {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding-top: 100px;
    display: flex;
    align-items: center;
    text-align: center;
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, 0.5));
    background-size: cover;
}

.carousel-caption-2-content {
    text-align: start;
    padding-left: 100px;
}

.carousel-caption-2-content .carousel-caption-2-content-btn {
    display: flex;
    justify-content: start;
}


@media (max-width: 992px) {
    .carousel .carousel-inner .carousel-item {
        height: 700px;
        margin-top: -100px;
    }

    .carousel .carousel-inner .carousel-item img {
        height: 700px;
        object-fit: cover;
    }


    .carousel .carousel-inner .carousel-item .carousel-caption-1 {
        max-width: 100% !important;
        justify-content: center;
    }

    .carousel-caption-1-content {
        padding: 0 20px !important;
        text-align: center !important;
    }

    .carousel-caption-1-content .carousel-caption-1-content-btn {
        justify-content: center;
    }


    .carousel .carousel-inner .carousel-item .carousel-caption-2 {
        max-width: 100% !important;
        justify-content: center;
    }

    .carousel-caption-2-content {
        padding: 0 20px !important;
        text-align: center !important;
    }

    .carousel-caption-2-content .carousel-caption-2-content-btn {
        justify-content: center;
    }



    .carousel .carousel-control-prev .carousel-control-prev-icon,
    .carousel .carousel-control-next .carousel-control-next-icon {
        display: none;
    }
}

.modal .modal-header {
    height: 100px;
}

#searchModal .modal-content {
    background: rgba(255, 255, 255, .6);
}
/*** Carousel Hero Header End ***/

 
/*** Features Start ***/
 

.feature-item:hover {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transform: translateX(10px);

}

/* Feature List Animation */
.feature-item {
    border-radius: 10px;
    transition: transform 0.3s ease;
}

.feature-item .feature-icon i {
    transition: 0.5s;
}

.feature-item a:focus, 
.feature-item a:active,
.feature-item a.btn:focus,
.feature-item a.btn:active {
    color: #10b981 !important; /* Forces it to stay your green color */
    text-decoration: none;
    box-shadow: none !important; /* Removes the Bootstrap blue glow/outline */
    outline: none !important;
}

.feature-item:hover .feature-icon i {
    transform: rotate(360deg);
    
}

.feature-item a:hover{
    color: #10b981;
}

.feature-item a{
    color: #0a1e3d;
}
.feature-item a.btn {
    transition: 0.5s;
}


/*** Features End ***/

/*** About Start ***/
.about .about-img {
    position: relative;
    padding-bottom: 30px;
    margin-top: 30px; 
    margin-left: 30px;
}

.about .about-img::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 10px;
    top: -30px;
    right: 0;
    border-radius: 10px;
    background-color: #3b88e6;
}

.about .about-img::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 100%;
    left: -30px;
    bottom: 30px;
    border-radius: 10px;
    background-color: #3b88e6;
}

.about .about-img .about-exp {
    position: absolute;
    top: 0;
    left: 0;
    padding: 25px;
    font-size: 30px;
    font-weight: bold;
    color: var(--bs-white);
    background-color: #3b88e6;
    margin-top: -30px;
    margin-left: -30px;
    border-radius: 10px;

}

@media (max-width: 992px) {

    .about-whowe{
        margin-top: 2rem;
    }
}
/*** About End ***/

/*** Service Start ***/
.service-item {
    position: relative;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.service-item::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    left: 0;
    bottom: 0;
    border-radius: 10px;
    background: var(--bs-primary);
    transition: 0.5s;
    z-index: 1;
}

.service-item:hover::after {
    width: 100%;
    height: 100%;
}



.service-content a.h4:hover, 
.service-content a.h4:focus, 
.service-content a.h4:active {
    color: #1e293b !important; /* Forces it to stay the original color */
    text-decoration: none !important;
    background: transparent !important;
}



.service-item:hover .service-content,
.service-item:hover .service-btn {
    position: relative;
    z-index: 2;
}

.service-item .service-content a,
.service-item .service-content p {
    transition: 0.5s;
}

.service-item:hover .service-content a:hover {
    color: var(--bs-secondary);
}

.service-item:hover .service-content p {
    color: var(--bs-white);
} 

.service-item .service-btn {
    width: 80px;
    height: 80px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bs-primary);
    transition: 0.5s;
}

.service-item .service-btn i {
    transition: 0.5s;
}

.service-item:hover .service-btn {
    background: var(--bs-white);
}

.service-item:hover .service-btn i {
    transform: rotate(360deg);
    color: var(--bs-primary) !important;
}
/*** Service End ***/


/*** Counter Start ***/
.counter {
    position: relative;
    overflow: hidden;
    background:linear-gradient(rgb(96 98 98 / 90%), rgb(71 116 80 / 77%)), url(../img/hospital-bg.jpeg);

    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

.counter .counter-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.counter .counter-item .counter-item-icon {
    width: 100px;
    height: 100px;
    border-radius: 50px;
    background: var(--bs-primary);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
/*** Counter End ***/


/*** Products Start ***/
.product .product-item {
    border: 1px solid rgba(196, 211, 211, 0.9);
    border-radius: 10px;
}

/*** Products End ***/

/*** Blog Start ***/
.blog .blog-item {
    border-radius: 10px;
    background: var(--bs-light);
    transition: 0.5s;
}

.blog .blog-item:hover {
    box-shadow: 0 0 45px rgba(0, 0, 0, 0.2);
}

.blog .blog-item .blog-img {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.blog .blog-item .blog-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    transition: 0.5s;
    z-index: 1;
}

.blog .blog-item .blog-img img {
    transition: 0.5s;
}

.blog .blog-item:hover .blog-img img {
    transform: scale(1.2);
}

.blog .blog-item:hover .blog-img::after {
    background: rgba(0, 209, 249, 0.2);
}

.blog .blog-item .blog-date {
    position: absolute;
    top: 25px;
    left: 25px;
    border-radius: 10px;
    background: var(--bs-primary);
    color: var(--bs-white);
    z-index: 2;
}

.blog .blog-item .blog-content a {
    transition: 0.5s;
}

.blog .blog-item:hover .blog-content a:hover {
    color: var(--bs-primary) !important;
}
/*** Blog End ***/

/*** Team Start ***/
.team .team-item {
    position: relative;
    overflow: hidden;
    background: var(--bs-white);
    border: 1px solid var(--bs-secondary);
    border-radius: 10px;
}

.team .team-item .team-inner {
    transition: 0.5s;
}
.team .team-item:hover .team-inner {
    box-shadow: 0 0 45px rgba(0, 0, 0, 0.2);
}

.team .team-item .team-inner .team-img {
    position: relative;
    z-index: 2;
}

.team .team-item .team-inner .team-img::after {
    content: "";
    width: 100%;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: rgba(0, 209, 249, 0.2);
    transition: 0.5s;
    z-index: 3;
}

.team .team-item:hover .team-inner .team-img::after {
    height: 100%;
}

.team .team-item .team-inner .team-img .team-share {
    position: absolute;
    left: 10px;
    bottom: 10px;
    transition: 0.5s;
    z-index: 2;
}

.team .team-item:hover .team-inner .team-img .team-share {
    opacity: 0;
}

.team .team-item .team-inner .team-img .team-icon {
    position: absolute;
    bottom: 0;
    left: -100%;
    border-bottom-left-radius: 0 !important; 
    border-top-left-radius: 0 !important;
    display: inline-flex;
    background:#fff;
    transition: 0.5s;
    z-index: 4;
}

.team .team-item:hover .team-inner .team-img .team-icon { 
    left: -25px; 
}
/*** Team End ***/


/*** testimonial Start ***/
.testimonial .owl-nav .owl-prev {
    position: absolute;
    top: -58px;
    right: 0;
    background: var(--bs-primary);
    color: var(--bs-white);
    padding: 5px 30px;
    border-radius: 30px;
    transition: 0.5s;
}

.testimonial .owl-nav .owl-prev:hover {
    background: var(--bs-secondary);
    color: var(--bs-white);
}

.testimonial .owl-nav .owl-next {
    position: absolute;
    top: -58px;
    right: 88px;
    background: var(--bs-primary);
    color: var(--bs-white);
    padding: 5px 30px;
    border-radius: 30px;
    transition: 0.5s;
}

.testimonial .owl-nav .owl-next:hover {
    background: var(--bs-secondary);
    color: var(--bs-white);
}

.testimonial-carousel .owl-dots {
    display: flex;
    justify-content: center;
    margin-left: 20px;
    margin-top: 20px;
}

.testimonial-carousel .owl-dots .owl-dot {
    width: 20px;
    height: 20px;
    border-radius: 20px;
    margin-right: 15px;
    border: 1px solid var(--bs-secondary);
    background: var(--bs-primary);
    transition: 0.5s;
}

.testimonial-carousel .owl-dots .owl-dot.active {
    width: 20px;
    height: 20px;
    border-radius: 20px;
    border: 1px solid var(--bs-primary);
    background: var(--bs-secondary) !important;
    transition: 0.5s;
}

.testimonial-carousel .owl-dots .owl-dot span {
    position: relative;
    margin-top: 50%;
    margin-left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.testimonial-carousel .owl-dots .owl-dot span::after {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 8px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: var(--bs-white);
}

@media (max-width: 992px) {
    .owl-carousel.testimonial-carousel {
        padding-top: 30px;
    }

    .testimonial .owl-nav .owl-prev,
    .testimonial .owl-nav .owl-next {
        top: -30px;
    }
}
/*** testimonial End ***/

/*** Footer Start ***/
.footer {
    background: #040f2a;
}

.footer .footer-item a {
    line-height: 35px;
    color: var(--bs-body);
    transition: 0.5s;
}

.footer .footer-item p {
    line-height: 35px;
}

.footer .footer-item a:hover {
    letter-spacing: 1px;
    color: var(--bs-primary);
}

.footer .footer-item .footer-btn a,
.footer .footer-item .footer-btn a i {
    transition: 0.5s;
}

.footer .footer-item .footer-btn a:hover {
    background: var(--bs-white);
}

.footer .footer-item .footer-btn a:hover i {
    color: var(--bs-primary) !important;
}
/*** Footer End ***/

/*** copyright Start ***/
.copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: #040f2a;
}
/*** copyright end ***/



















/*  ==========================
        CUTSOM CSS 
    =========================
*/
/* Temporary Debugging Tool */


/*  ===========================
        HOME SECTION
    ==========================
*/

.hero-video-container {
    position: relative;
    width: 100%;
    height: 100vh; 
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000; /* Fallback color */
}

@media (max-width: 768px) {
    .hero-video-container {
        height: 80vh; 
    }
    .fs-5 {
        font-size: 1.1rem !important; 
        margin-bottom: 2rem !important;
    }
}
.hero-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    object-fit: cover;
    z-index: 1;
}

.video-overlay-home {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* This gradient makes the text pop while keeping the video visible */
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 43, 94, 0.4));
    z-index: 2;
}

.hero-content {
    position: relative;
    z-index: 3;
    color: white;
    transform: translateY(10%); 
}

/* Smooth Animation (Optional: if you aren't using Animate.css) */
@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(30px); }
    to { opacity: 1; transform: translateY(0); }
}

.animate__fadeInUp {
    animation: fadeInUp 1s ease-out forwards;
}
 
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none !important;
    box-shadow: none !important;
    /* border-color: var(--bs-primary) !important; */
    border-color: none;
}

/* ===============================
        EMERGENCY | Home Page
    ==============================
*/

/* Main Container */
.info-bar {
    background-color:#48a787; 
    }

.info-bar h5 {
    font-size: 1.3rem;
    color: white;
    font-weight: 600;
    padding-bottom: 5px;

}

.info-bar p {
    font-size: 1rem;
    opacity: 0.9;
}

/* Appointment Button Styling */
.btn-appointment {
    background-color: white !important;
    transition: 0.3s;
    border: none;
    font-size: 1.1rem;
}
 

.btn-appointment .btn-icon {
    color: #fff;
    width: 35px;
    height: 35px;
    background-color: #48a787 !important;

}
 

/* Responsiveness for the border */
@media (min-width: 992px) {
    .border-start-custom {
        border-left: 1px solid rgba(255, 255, 255, 0.2);
        padding-left: 30px;
    }
}

@media (max-width: 991px) {
    .info-bar .row > div {
        text-align: left;
    }
    .btn-appointment {
        margin-top: 10px;
        width: 100%;
        justify-content: center;
    }
}



/* ==================================
        EMERGENCY | video-container
    =================================
*/

.video-container {
    height: 500px;
    border-radius: 50px; /* Large rounded corners like the image */
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Background Video Styling */
.bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -2;
}

/* Brownish Overlay to match your image */
.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.video-content {
    z-index: 1;
}

/* Play Button Styling */
.btn-play {
    position: relative;
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    border-radius: 50%;
    border: none;
    outline: none;
    padding: 18px 20px 18px 28px;
    background: #48a787; /* Pinkish color from image */
    cursor: pointer;
    margin: 0 auto;
}

.btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: #10b981;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}

.btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 32px solid #fff;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
}

@keyframes pulse-border {
  0% { transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1); opacity: 1; }
  100% { transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5); opacity: 0; }
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .video-container { height: 400px; border-radius: 30px; }
    .video-container h1 { font-size: 1.8rem; }
}


/* ==================================
        EMERGENCY | FAQ Section
    =================================
*/


 /* LEFT SIDE CUSTOM STYLES */

/* Status Pulse Animation */
.status-badge {
    display: inline-flex;
    align-items: center;
    background: #f0fdf4;
    padding: 8px 16px;
    border-radius: 50px;
    border: 1px solid #dcfce7;
}

.pulse-dot {
    width: 8px;
    height: 8px;
    background: #10b981;
    border-radius: 50%;
    margin-right: 10px;
    position: relative;
}

.pulse-dot::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #10b981;
    border-radius: 50%;
    animation: pulse 1.5s infinite;
}

@keyframes pulse {
    0% { transform: scale(1); opacity: 1; }
    100% { transform: scale(3); opacity: 0; }
}

.status-text {
    font-size: 0.85rem;
    font-weight: 700;
    color: #10b981;
    text-transform: uppercase;
}

/* Action Cards */
.action-card {
    background: #ffffff;
    border: 1px solid #f1f5f9;
    padding: 15px;
    border-radius: 24px;
    transition: all 0.3s ease;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0,0,0,0.02);
}

.action-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.05);
    border-color: #4e73df;
}

.action-circle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
}

/* Email Bar */
.email-action-bar {
    display: flex;
    align-items: center;
    background: #ffffff;
    border: 1px solid #f1f5f9;
    padding: 15px 20px;
    border-radius: 100px;
    margin-top: 10px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.email-action-bar:hover {
    background: #f8faff;
    border-color: #4e73df;
}

.action-circle-sm {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Avatar Group */
.avatar-group img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 3px solid #fff;
    margin-left: -12px;
}
.avatar-group img:first-child { margin-left: 0; }


/* RIGHT SIDE FAQ STYLES (Kept & Polished) */
.custom-modern-faq .accordion-item {
    border: none;
    margin-bottom: 20px;
}

.custom-modern-faq .accordion-button {
    padding: 12px;
    background: #ffffff;
    border: 1px solid #f1f5f9;
    border-radius: 100px !important;
    color: #1e293b;
    font-weight: 700;
}
 

.custom-modern-faq .accordion-button:focus {
    box-shadow: none !important;
    /* border-color: #f1f5f9;*/
}

.custom-modern-faq .accordion-button:not(.collapsed):focus {
    /* border-color: #4e73df;  */
    box-shadow: 0 10px 25px rgba(78, 115, 223, 0.1) !important;
}



.faq-circle {
    width: 45px;
    height: 45px;
    background: #f1f5f9;
    color: #64748b;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    font-size: 0.9rem;
    font-weight: 800;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.accordion-button:not(.collapsed) .faq-circle {
    background: #48a787;
    color: #ffffff;
    transform: rotate(360deg) scale(1.1);
}

.custom-modern-faq .accordion-body {
    padding: 20px 30px 20px 85px;
    color: #64748b;
}

.custom-modern-faq .accordion-button::after { display: none; border:none}

/* ==================================
        HOME | Location with Contact
    =================================
*/

/* Map Container Styling */
.map-container {
    border-radius: 30px;
    overflow: hidden;
    border: 8px solid #ffffff;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
    transition: transform 0.4s ease;
}

.map-container:hover {
    transform: scale(1.02);
}

/* Circular Icons for Info */
.info-circle {
    width: 45px;
    height: 45px;
    background: #ffffff;
    border: 1px solid #f1f5f9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000819; /* Dark brown from image */
    font-size: 1.1rem;
    flex-shrink: 0;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}

.info-item:hover .info-circle {
    background: #48a787;
    color: #ffffff;
    border-color: #48a787;
    transform: translateY(-3px);
}

 

.btn-arrow {
    width: 45px;
    height: 45px;
    background: #ffffff;
    color: #48a787;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 20px;
    transition: all 0.3s ease;
}

 

/* Animations */
.animate-in {
    animation: fadeInUp 0.8s ease forwards;
}

@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(30px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Responsive adjustments */
@media (max-width: 991px) {
    .map-container {
        margin-bottom: 30px;
        height: 350px;
    }
    .display-4 {
        font-size: 2.5rem;
    }
}



/* ==================================
        HOME | Location with Contact
    =================================
*/

/* Image Mosaic Styling */
.about-image-overlap {
    position: relative;
    padding-bottom: 100px; /* Space for the bottom overlapping image */
}

.img-container {
    overflow: hidden;
    border-radius: 30px;
    border: 8px solid #ffffff;
}

.main-img {
    width: 85%;
    position: relative;
    z-index: 1;
}

.sub-img {
    width: 65%;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
}

.img-container img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.5s ease;
}

.img-container:hover img {
    transform: scale(1.05);
}

/* Feature List Animation */
.feature-item-about {
    transition: transform 0.3s ease;
}

.feature-item-about:hover {
    transform: translateX(10px);
}

.feature-item-about i{
    color: #48a787; 
    font-size: 1.4rem;
}
.feature-item-about span{
    color: #011328; 
}

/* Matching Modern Button from previous sections */


.read-more-btn2 {
    display: inline-flex;
    align-items: center;
    color: #48a787;
    background: #ffffff;
    padding: 10px 10px 10px 30px;
    border-radius: 100px;
    text-decoration: none;
    font-weight: 700;
    transition: all 0.3s ease;
    box-shadow: 0 10px 20px rgba(217, 48, 37, 0.2);
}
.btn-arrow2 {
    width: 40px;
    height: 40px;
    color: #ffffff;
    background: #48a787;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 20px;
    transition: all 0.3s ease;
}

.read-more-btn {
    display: inline-flex;
    align-items: center;
    background: #48a787;
    color: #ffffff;
    padding: 10px 10px 10px 30px;
    border-radius: 100px;
    text-decoration: none;
    font-weight: 700;
    transition: all 0.3s ease;
    /* box-shadow: 0 10px 20px rgba(217, 48, 37, 0.2); */
}
.btn-arrow {
    width: 40px;
    height: 40px;
    background: #ffffff;
    color: #48a787;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 20px;
    transition: all 0.3s ease;
}

.read-more-btn:hover,
.read-more-btn2:hover {
    background: #1e293b;
    color: #ffffff;
    transform: translateY(-3px);
}

.read-more-btn:hover .btn-arrow,
.read-more-btn2:hover .btn-arrow2 {
    transform: rotate(-45deg);
}

/* Mobile Adjustments */
@media (max-width: 991px) {
    .main-img { width: 100%; }
    .sub-img { width: 70%; bottom: -50px; }
    .about-image-overlap { margin-bottom: 80px; }
}

/* =============================
        ABOUT PAGE | Hero BAR
    ============================
*/

/* Background Image Section */
.bg-breadcrumb {
    background: linear-gradient(rgba(0, 20, 66, 0.577), rgba(0, 20, 66, 0.7)), url(../img/breadcrumb.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 450px;
    display: flex;
    align-items: flex-end; /* This pushes the box to the bottom */
    position: relative;
    padding: 0; 
}

/* The White Glass Box */
.glass-header-box {
    background: #efeeee;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 40px 60px; /* Reduced padding slightly for better fit */
    border-radius: 20px 20px 0 0; /* Rounded top, flat bottom to connect */
    display: inline-block;
    max-width: 500px;
    box-shadow: 0 -5px 25px rgba(0, 0, 0, 0.1); /* Shadow goes UP to show connection */
    margin-bottom: 0; /* Ensures it touches the bottom edge */
}

/* Fix Breadcrumb Separator */
.breadcrumb-item + .breadcrumb-item::before {
    content: "/";
    color: #6c757d;
    padding-right: 0.5rem;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .bg-breadcrumb {
        min-height: 300px;
        justify-content: center; /* Centers the box on mobile */
    }
    
    .glass-header-box {
        padding: 25px;
        width: 90%; /* Responsive width */
        text-align: center;
        max-width: none;
    }
    
    .glass-header-box h1 {
        font-size: 2.5rem; /* Shrink text so it doesn't break */
    }
}
/* ===================================================
        ABOUT PAGE | Hero BAR WITH Mission-Vision
    ==================================================
*/


/* Fix for the Collage Images */
.img-wrapper {
    width: 100%;
    overflow: hidden;
    border-radius: 20px;
    background: #f1f5f9; /* Placeholder color while loading */
}

/* Forces the main portrait to a nice vertical height */
.main-portrait {
    width: 100%;
    height: 500px; /* Adjust this to match your right side text height */
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

/* Smaller images height */
.sub-image {
    width: 100%;
    height: 180px; /* Balanced height for smaller images */
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

/* Hover effect for a modern feel */
.img-wrapper:hover img {
    transform: scale(1.08);
}

/* Connect Badge Styling */
.connect-card {
    transition: all 0.3s ease;
}
.connect-card:hover {
    transform: translateX(5px);
    background: #f8fbff;
}

/* Responsive Fix: On small screens, images stack nicely */
@media (max-width: 576px) {
    .main-portrait {
        height: 350px;
    }
    .sub-image {
        height: 150px;
    }
    .
}



/* Image Collage Styling */
.collage-img-wrapper {
    overflow: hidden;
    border-radius: 20px;
    transition: all 0.4s ease;
}

.collage-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.collage-img-wrapper:hover img {
    transform: scale(1.1);
}

.main-img {
    height: 100%;
    /* min-height: 400px; */
}

/* .sub-img {
    height: 180px;
} */

.connect-box {
    background: #f8fafc;
    border-left: 5px solid #3b82f6; /* Primary Blue */
}

/* Feature Grid Styling */
.feature-icon-circle {
    width: 50px;
    height: 50px;
    background: #f2f9f9;
    color: #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.feature-hover {
    border-radius: 15px;
    transition: all 0.3s ease;
    cursor: default;
}

.feature-hover:hover {
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    transform: translateY(-5px);
}

.feature-hover:hover .feature-icon-circle {
    background: #48a787;
    color: #ffffff;
}

.letter-spacing-2 {
    letter-spacing: 2px;
}

/* Animation on Scroll (Simulated) */
.feature-card-wrap {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 0.6s forwards;
}

.feature-card-wrap:nth-child(1) { animation-delay: 0.1s; }
.feature-card-wrap:nth-child(2) { animation-delay: 0.2s; }
.feature-card-wrap:nth-child(3) { animation-delay: 0.3s; }
.feature-card-wrap:nth-child(4) { animation-delay: 0.4s; }

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Mobile Adjustments */
@media (max-width: 576px) {
    /* .main-img { min-height: 300px; } */
    .sub-img { height: 150px; }
}


/* Mission-Vission */

/* Custom Colors from Image */
.vision-bg {
    background-color: #175741; /* Bright Medical Blue */
}

.mission-bg {
    background-color: #05142b; /* Deep Navy Blue */
}

.vision-mission-card {
    position: relative;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    z-index: 1;
}

/* Hover Effect: Scale and Lighten/Darken */
.vision-mission-card:hover {
    transform: scale(1.02);
    z-index: 10; /* Brings the hovered card to the front */
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
}

.vision-bg:hover {
    background-color: #0c6a49; /* Slightly brighter on hover */
}

.mission-bg:hover {
    background-color: #0a1e3d; /* Slightly lighter navy on hover */
}

/* Text Styling */
.vision-mission-card h2 {
    font-family: 'Playfair Display', serif; /* Matching the elegant serif style */
    position: relative;
    display: inline-block;
}

/* Decorative Line under Title */
.vision-mission-card h2::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 50px;
    height: 3px;
    background-color: rgba(255, 255, 255, 0.5);
    transition: width 0.3s ease;
}

.vision-mission-card:hover h2::after {
    width: 80px;
    background-color: #ffffff;
}

.vision-mission-card p {
    font-size: 1rem;
    transition: color 0.3s ease;
}

.vision-mission-card:hover p {
    color: #ffffff !important; /* Makes text pure white on hover */
}

/* Responsive fix for mobile */
@media (max-width: 767px) {
    .vision-mission-card:hover {
        transform: scale(1.05); /* Slightly bigger for single column */
    }
}

/* ===============================
        HOME PAGE | SOLUTION 
    ==============================
*/

/* Custom Typography */
.serif-font {
    font-family: 'Playfair Display', serif; /* Or any serif font linked in your project */
}

.letter-spacing-2 {
    letter-spacing: 2px;
}

/* Process Circle Container */
.process-circle-wrap {
    position: relative;
    width: 180px;
    height: 180px;
    margin: 0 auto;
    z-index: 1;
}

/* Main Large Circle */
.process-circle {
    width: 100%;
    height: 100%;
    border: 1px solid #e2e8f0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    font-size: 3.5rem;
    color: #48a787; /* Primary Blue from your previous sections */
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
}

/* Step Number Badge */
.process-number {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 45px;
    height: 45px;
    background-color: #48a787;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.1rem;
    border: 4px solid #ffffff;
    box-shadow: 0 4px 10px rgba(0, 94, 184, 0.3);
    transition: all 0.4s ease;
}

/* Hover Effects */
.process-item:hover .process-circle {
    border-color: #05142b;
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 94, 184, 0.1);
    color: #05142b;
}

.process-item:hover .process-number {
    background-color: #05142b; /* Navy Blue on hover */
    transform: scale(1.1) rotate(15deg);
}

.process-item h5 {
    transition: color 0.3s ease;
    margin-top: 15px;
}

.process-item:hover h5 {
    color: #005eb8;
}

/* Optional: Subtle Entry Animation */
.process-item {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUpProcess 0.6s ease forwards;
}

@keyframes fadeInUpProcess {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Staggered animation delay */
.col-lg-3:nth-child(1) .process-item { animation-delay: 0.1s; }
.col-lg-3:nth-child(2) .process-item { animation-delay: 0.2s; }
.col-lg-3:nth-child(3) .process-item { animation-delay: 0.3s; }
.col-lg-3:nth-child(4) .process-item { animation-delay: 0.4s; }

/* Responsive adjustments */
@media (max-width: 991px) {
    .process-circle-wrap {
        width: 150px;
        height: 150px;
    }
    .process-circle {
        font-size: 2.8rem;
    }
}



/* Moving Type */


/* Typography */
.serif-font { font-family: 'Playfair Display', serif; }

/* Slider Layout */
.urgent-slider-container {
    overflow: hidden; /* Hides items outside the view */
    width: 100%;
    position: relative;
}

.urgent-slider-track {
    display: flex;
    transition: transform 0.8s cubic-bezier(0.65, 0, 0.35, 1); /* Ultra smooth transition */
    will-change: transform;
}

/* Individual Card Styling */
.urgent-card {
    min-width: 25%; /* 4 items per view */
    padding: 40px 20px;
    background: #edf2f7; /* Light greyish blue bg from image */
    margin: 0 10px; /* Space between cards */
    border-radius: 4px; /* Subtle rounding like image */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.urgent-card:hover {
    background: #ffffff;
    box-shadow: 0 15px 30px rgba(0,0,0,0.05);
    transform: translateY(-5px);
}

/* Icon Circle Styling */
.urgent-icon-circle {
    width: 120px;
    height: 120px;
    background: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
    color: #10b981; /* Deep blue icon */
    margin-bottom: 25px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.02);
}

/* Pagination Dots */
.slider-dots {
    display: flex;
    justify-content: center;
    gap: 12px;
}

.dot {
    width: 12px;
    height: 12px;
    border: 2px solid #005eb8;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
}

.dot.active {
    background-color: #005eb8;
    transform: scale(1.2);
}

/* Mobile Responsiveness */
@media (max-width: 992px) {
    .urgent-card { min-width: 50%; } /* 2 items on tablets */
}
@media (max-width: 576px) {
    .urgent-card { min-width: 100%; } /* 1 item on mobile */
}

/* =================================
        This is for Testimonial
    ================================
*/


.testimonial-section {
    /* Added a / before img */
    background: url('/img/hospital-bg.jpeg') no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    overflow: hidden;
}

.testimonial-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(5, 20, 43, 0.8), #198754eb);
    z-index: 1;
}

/* Slider Track */
.testimonial-slider-container {
    width: 100%;
    overflow: hidden;
}

.testimonial-track {
    display: flex;
    gap: 30px;
    transition: transform 0.8s cubic-bezier(0.65, 0, 0.35, 1);
    will-change: transform;
}

/* Testimonial Card (Glass Design) */
.testimonial-card {
    min-width: calc(33.333% - 20px);
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 40px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    transition: all 0.3s ease;
    
}

.testimonial-card:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-10px);
}

.quote-icon {
    font-size: 2.5rem;
    color: rgba(255, 255, 255, 0.3);
    margin-bottom: 15px;
}

.testimonial-text {
    color: #f8fafc;
    font-style: italic;
    line-height: 1.8;
    font-size: 1.05rem;
}

.patient-img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 3px solid rgba(255, 255, 255, 0.2);
    object-fit: cover;
}

/* Custom Navigation Buttons */
.nav-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: transparent;
    color: white;
    transition: all 0.3s ease;
}

.nav-btn:hover {
    background: white;
    color: #005eb8;
}

/* Mobile Responsiveness */
@media (max-width: 991px) {
    .testimonial-card { min-width: calc(50% - 15px); }
}
@media (max-width: 576px) {
    .testimonial-card { min-width: 100%; }
}


/* Call To Action */

 /* Full Width Background Styling */
.cta-full-width {
    background: linear-gradient(135deg, #05142b 0%, #001a35 100%);
    border-top: 1px solid rgba(255,255,255,0.05);
    border-bottom: 1px solid rgba(255,255,255,0.05);
}

 
 

/* Modern Button UI */
.appointment-cta-btn {
    display: inline-flex;
    align-items: center;
    background: #d93025;
    color: #ffffff;
    padding: 10px 10px 10px 35px;
    border-radius: 100px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    box-shadow: 0 10px 25px rgba(217, 48, 37, 0.2);
}

.cta-icon-box {
    width: 45px;
    height: 45px;
    background: #ffffff;
    color: #d93025;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 20px;
    transition: all 0.3s ease;
    font-size: 1.1rem;
}

.appointment-cta-btn:hover {
    background: #ffffff;
    color: #05142b;
    transform: translateY(-5px);
}

.appointment-cta-btn:hover .cta-icon-box {
    background: #d93025;
    color: #ffffff;
    transform: rotate(360deg);
}

/* Typography Helper */
.serif-font {
    font-family: 'Playfair Display', serif;
}

/* Responsive adjustments */
@media (max-width: 991px) {
    .cta-full-width {
        text-align: center;
    }
    .appointment-cta-btn {
        margin-top: 20px;
    }
    .cta-mini-circle {
        margin-bottom: 5px;
    }
    .cta-mini-circle {
        margin-right: 0 !important;
    }
}




/*  =====================================
        SERVICE PAGE Service Section
    =====================================
*/




/* Sidebar Styling (Left) */
.service-sidebar {
    background-color: #f0f7ff;
    border: 1px solid #e1eeff;
    border-radius: 15px;
}

.sidebar-title {
    color: #0a1e3d; /* Brown color for heading */
    border-bottom: 2px solid #e1eeff;
    padding-bottom: 10px;
}

.sidebar-list li {
    margin-bottom: 12px;
}

.sidebar-list li a {
    text-decoration: none;
    color: #4a311d;
    font-size: 0.95rem;
    font-weight: 500;
    transition: all 0.3s ease;
    display: block;
}

.sidebar-list li a:hover, 
.sidebar-list li a.active {
    color: #48a787; /* Red color from your image */
    padding-left: 8px;
    /* border-bottom: 1px solid #48a787; */
    width: fit-content;
}

.sidebar-help-card {
    background-color: #4c9b80; /* Dark brown from 2nd image */
    border-radius: 15px;

}
.sidebar-help-card a{
    font-size: 1rem;
    font-weight: 700;
    padding: 10px;
}

.service-icon {
    width: 60px;
    height: 60px;
    background: #48a787;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Service Details */
   .bullet-dot {
        width: 8px;
        height: 8px;
        background-color: #333;
        border-radius: 50%;
        flex-shrink: 0;
    }


/* Donate Section */

 /* Container styling to create the card look */
.main-card {
    border-radius: 20px;
    overflow: hidden; /* Clips the background image to the radius */
    min-height: 600px;
}

/* Left Panel Background */
.left-panel {
    background-image: url('/user/img/donate.jpg'); /* Replace with your actual image */
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
}

/* Subtle light overlay to make text more readable on image */
.left-panel::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.2); /* Adjust intensity based on image color */
    z-index: -1;
}

.left-panel h1 {
    line-height: 1;
    letter-spacing: -1px;
}

/* Form Input Styling */
.custom-input {
    background-color: #fcfcfc;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 12px 15px;
    transition: all 0.3s ease;
}

.custom-input:focus {
    background-color: #fff;
    box-shadow: 0 0 0 3px rgba(25, 135, 84, 0.1);
    border-color: #198754;
    outline: none;
}

/* Button Styling (The dark teal color) */
.btn-donate {
    background-color: #1a6356; /* Dark Green/Teal */
    color: white;
    border-radius: 8px;
    border: none;
    transition: 0.3s;
}

.btn-donate:hover {
    background-color: #144d43;
    color: #ffffff;
    transform: translateY(-2px);
}

/* Mobile Adjustments */
@media (max-width: 991px) {
    .main-card {
        border-radius: 15px;
    }
    .left-panel {
        min-height: 350px; /* Reduced height for tablet/mobile */
        padding: 30px !important;
    }
    .left-panel h1 {
        font-size: 2.5rem;
    }
}




