@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

body {
    background: linear-gradient(120deg, #fff8fa 0%, #fff5f7 50%, #fff2f5 100%);
}

/*** Spinner Start ***/
/*** 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: 10px;
    display: flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    z-index: 99;
    opacity: 0;
    /* 🔹 hide initially */
    visibility: hidden;
    /* 🔹 hide initially */
}

.back-to-top.show {
    opacity: 1;
    visibility: visible;
}

/*** 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-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 50%;
}

.btn.btn-primary {
    box-shadow: inset 0 0 0 0 var(--bs-primary);
}

.btn.btn-primary:hover {
    box-shadow: inset 300px 0 0 0 var(--bs-light) !important;
    color: var(--bs-primary) !important;
    border: #003a66 1px solid !important;
}

.btn.btn-light {
    box-shadow: inset 0 0 0 0 var(--bs-primary);
}

.btn.btn-light:hover {
    box-shadow: inset 300px 0 0 0 var(--bs-primary);
    color: var(--bs-light) !important;
}

.btn-hover {
    transition: 0.5s;
}

.btn-hover:hover {
    color: var(--bs-secondary) !important;
}

/*** Section Title Start ***/
.section-title {
    /** max-width: 900px; **/
    text-align: center;
    margin: 0 auto;
}

.section-title p {
    text-align: justify;
    color: #000 !important;
}

.section-title ul,
.section-title div {
    text-align: left;
    color: #000 !important;
    font-size: 20px;
    line-height: 40px;
}

.btgrid .content,
.btgrid .content p {
    text-align: center;
    color: #000 !important;
}

.btgrid .content {
    /* border: ; */
}

.section-title .sub-style {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: var(--bs-primary);
}

.section-title .sub-style::before {
    content: "";
    width: 100px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin-top: 8px;
    margin-left: -100px;
    border: 1px solid var(--bs-primary) !important;
}

.section-title .sub-style::after {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin-bottom: 5px;
    margin-left: -50px;
    border: 1px solid var(--bs-primary) !important;
}

.sub-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: var(--bs-primary);
}

.sub-title::before {
    content: "";
    width: 100px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-top: 8px;
    margin-right: -100px;
    border: 1px solid var(--bs-primary) !important;
}

.sub-title::after {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-bottom: 8px;
    margin-right: -50px;
    border: 1px solid var(--bs-primary) !important;
}

@media screen and (max-width: 1400px) {
    .section-title .sub-style::before {
        content: "";
        width: 70px;
        position: absolute;
        top: 50%;
        left: 32px;
        transform: translateY(-50%);
        margin-top: 8px;
        margin-left: -100px;
        border: 1px solid var(--bs-primary) !important;
    }

    .sub-title::before {
        content: "";
        width: 70px;
        position: absolute;
        top: 50%;
        right: 32px;
        transform: translateY(-50%);
        margin-top: 8px;
        margin-right: -100px;
        border: 1px solid var(--bs-primary) !important;
    }

    .header-carousel-outer {
        padding-top: 80px !important;
    }

    .navbar-light .navbar-nav .nav-link {
        margin-right: 12px !important;
    }

}

@media screen and (min-width: 1401px) and (max-width: 1500px) {
    .section-title .sub-style::before {
        content: "";
        width: 70px;
        position: absolute;
        top: 50%;
        left: 32px;
        transform: translateY(-50%);
        margin-top: 8px;
        margin-left: -100px;
        border: 1px solid var(--bs-primary) !important;
    }

    .sub-title::before {
        content: "";
        width: 70px;
        position: absolute;
        top: 50%;
        right: 32px;
        transform: translateY(-50%);
        margin-top: 8px;
        margin-right: -100px;
        border: 1px solid var(--bs-primary) !important;
    }

    .header-carousel-outer {
        padding-top: 80px !important;
    }
}


.header-carousel-outer {
    padding-top: 60px;
}

/*** Topbar Start ***/
.fixed-top .container {
    transition: 0.5s;
}

.topbar {
    padding: 2px 10px 2px 20px;
    background: var(--bs-primary) !important;
}

.topbar a,
.topbar a i {
    transition: 0.5s;
}

.topbar a:hover,
.topbar a i:hover {
    color: var(--bs-secondary) !important;
}


@media (max-width: 576px) {
    .topbar {
        display: none;
    }
}

/*** Topbar End ***/


/*** Navbar ***/
.navbar-light .navbar-nav .nav-link {
    font-family: 'Open Sans', sans-serif;
    position: relative;
    margin-right: 25px;
    /** padding: 35px 0; **/
    color: var(--bs-dark) !important;
    font-size: 16px;
    font-weight: 400;
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 20px 0;
    /* color: var(--dark) !important; */
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    /* color: var(--bs-primary) !important; */
}

.navbar-light .navbar-brand img {
    max-height: 50px;
    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;
}

@media (min-width: 1200px) {
    .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;
    }
}

.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) !important;
    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 #DDDDDD;
	}**/

    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
        margin-left: 0;
        color: var(--bs-dark) !important;
    }

    .navbar-light .navbar-brand img {
        max-height: 45px;
    }
}

@media (min-width: 992px) {
    .navbar-light {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .1);
        z-index: 999;
    }

    .sticky-top.navbar-light {
        position: fixed;
        /* background: var(--bs-light) !important; */
    }

    .navbar-light .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 2px;
        bottom: -1px;
        left: 50%;
        background: #fff;
        transition: .5s;
    }

    .navbar-light .navbar-nav .nav-link:hover::before,
    .navbar-light .navbar-nav .nav-link.active::before {
        width: calc(100% - 2px);
        left: 1px;
    }

    .navbar-light .navbar-nav .nav-link.nav-contact::before {
        display: none;
    }
}

/*** Carousel Hero Header Start ***/
.header-carousel {
    position: relative;
}

.header-carousel .owl-nav .owl-prev {
    position: absolute;
    width: 70px;
    height: 70px;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    border-radius: 50%;
    background: #f80b1d66;
    color: var(--bs-white);
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}

.header-carousel .owl-nav .owl-next {
    position: absolute;
    width: 70px;
    height: 70px;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    border-radius: 50%;
    background: #f80b1d66;
    color: var(--bs-white);
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    transition: 0.5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    box-shadow: inset 150px 0 0 0 var(--bs-light) !important;
    color: var(--bs-primary) !important;
}

.header-carousel {
    border: 4px solid red;
    /* padding: 50px; */
    border-radius: 20px;
}



@media (max-width: 576px) {

    .header-carousel .owl-nav .owl-prev,
    .header-carousel .owl-nav .owl-next {
        top: 630px;
        transition: 0.5s;
    }

    .header-carousel .header-carousel-item .carousel-caption .carousel-caption-content {
        width: 95% !important;
    }

}

.header-carousel .header-carousel-item,
.header-carousel .header-carousel-item img {
    position: relative;
    width: 100%;
    height: 500px;
    display: block;
    transition: 0.5s;

}

@media (max-width: 992px) {

    .header-carousel .header-carousel-item,
    .header-carousel .header-carousel-item img {
        margin-top: 0;
        transition: 0.5s;
    }

}

@media (min-width: 992px) {

    .header-carousel .owl-nav .owl-prev,
    .header-carousel .owl-nav .owl-next {
        /* margin-top: 50px; */
    }
}

.header-carousel .header-carousel-item .carousel-caption {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 100px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .5);
}

.header-carousel .header-carousel-item .carousel-caption .carousel-caption-content {
    position: relative;
    width: 75%;

}

/*** Carousel Hero Header End ***/


/*** Single Page Hero Header Start ***/
.bg-breadcrumb {
    background: linear-gradient(to bottom right,
            rgba(60, 0, 0, 0.9),
            /* dark red */
            rgba(120, 0, 0, 0.95)
            /* deeper red */
        ), url(../img/bg.jpg);
    background-position: center;
    background-size: cover;

    min-height: 250px;

    display: flex;
    align-items: center;
    /* vertical center */
    justify-content: center;
    /* horizontal center */
    padding: 0;
    /* no extra space */
    padding-top: 50px;
}

.bg-breadcrumb .breadcrumb-item a {
    color: var(--bs-white) !important;
}

/*** Single Page Hero Header End ***/


/*** Service Start ***/
.service .service-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .2);
}

.service .service-item .service-img {
    position: relative;
    overflow: hidden;
    z-index: 1;
    height: 250px !important;
}

.service .service-item .service-img img {
    transition: 0.5s;
}

.service .service-item .service-img::before {
    width: 100%;
    height: 0;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    transition: 0.5s;
    z-index: 5;

}

.service .service-item:hover .service-img::before {
    height: 100%;
    background: rgba(21, 185, 217, .3);
}

.service .service-item .service-img:hover img {
    transform: scale(1.3);
}

.service .service-item .service-content {
    position: relative;
    z-index: 2;
    height: 280px;
    /* max-height: 300px; */
}

.service .service-item .service-content h5 {
    color: #000;
    font-weight: 1000;
    /* font-size: 25px; */
}

.service .service-item .service-content p {
    font-size: 16px !important;
    line-height: 25px !important;
    /* text-align: justify !important; */
}

.service .service-item .service-content::before {
    width: 100%;
    height: 8px;
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: #f80b1d;
    transition: 0.5s;
    z-index: 3;
}

.service .service-item:hover .service-content::before {
    background: #003a66;
    height: 100%;
}

.service .service-item .service-content .service-content-inner {
    transition: 0.5s;
}


.service .service-item:hover .service-content .service-content-inner {
    position: relative;
    color: var(--bs-white) !important;
    z-index: 9;
}

.service .service-item:hover .service-content .service-content-inner h5 {
    color: var(--bs-secondary);
}

.service .service-item:hover .service-content .service-content-inner p {
    color: #fff !important;
}

/*** Service End ***/

/*** About Start ***/
.about .about-img {
    position: relative;
    overflow: hidden;
    height: 100%;
    border-radius: 10px;
}

.about .about-img .about-img-inner {
    position: absolute;
    left: 0;
    bottom: 0;
    border: 10px solid;
    border-color: var(--bs-white) var(--bs-white) var(--bs-white) var(--bs-white);
    border-radius: 50%;

}

.about .about-img .about-experience {
    position: absolute;
    top: 125px;
    left: -125px;
    transform: rotate(-90deg);
    background: transparent;
    color: var(--bs-primary);
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 4px;
}

/*** About End ***/

/*** Feature Start ***/
.feature .feature-item {
    position: relative;
    display: flex;
    border: 1px solid var(--bs-primary);
    border-radius: 10px;
    background: var(--bs-light);
    transition: 0.5s;

}

.feature .feature-item::before {
    width: 0;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 10px;
    transition: 0.5s;
}

.feature .feature-item:hover::before {
    width: 100%;
    background: var(--bs-primary);
}

.feature .feature-item .feature-icon {
    display: inline-flex;
    border-radius: 10px;
    transition: 0.5s;
}

.feature .feature-item:hover .feature-icon {
    position: relative;
    z-index: 2;
}

.feature .feature-item:hover .feature-content {
    position: relative;
    color: var(--bs-white);
    z-index: 2;
}

.feature .feature-item:hover .feature-content h5 {
    color: var(--bs-dark);
}

/*** Feature End ***/


/*** Appointment Start ***/
.appointment {
    background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url(../img/carousel-2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.appointment .appointment-form {
    background: rgba(239, 162, 134, 0.3);
}

.appointment .appointment-form .btn.btn-primary {
    box-shadow: inset 0 0 0 0 var(--bs-primary);
}

.appointment .appointment-form .btn.btn-primary:hover {
    box-shadow: inset 600px 0 0 0 var(--bs-light) !important;
    color: var(--bs-primary) !important;
}

/*** Youtube Video start ***/
.video {
    position: relative;
}

.video .btn-play {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-sizing: content-box;
    display: block;
    width: 33px;
    height: 44px;
    border-radius: 50%;
    transition: 0.5s;


}

.video .btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 115px;
    height: 115px;
    background: var(--bs-primary);
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
    transition: 0.5s;
}

.video .btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 100px;
    height: 100px;
    background: var(--bs-secondary);
    border-radius: 50%;
    transition: all 300ms;
}

.video .btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 33px solid var(--bs-white);
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
    margin-left: 5px;
}

@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;
    }
}

#videoModal {
    z-index: 99999;
}

#videoModal .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

#videoModal .modal-body {
    position: relative;
    padding: 0px;
}

#videoModal .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: #ffffff;
    background: #000000;
    opacity: 1;
}

/*** Youtube Video End ***/
/*** Appointment End ***/


/*** Team Start ***/
.team .team-item .team-img {
    position: relative;
    overflow: hidden;
      border-top: 1px solid #f80b1d;
    border-right: 1px solid #f80b1d;
    border-left: 1px solid #f80b1d;
}

.team .team-item .team-img::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    transition: 0.5s;
}

.team .team-item .team-img .team-icon {
    position: absolute;
    bottom: -125px;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.5s;
}

.team .team-item .team-img:hover .team-icon {
    margin-bottom: 145px;
}

.team .team-item:hover .team-img::before {
    background: rgba(21, 185, 217, .3);
}

.team .team-item .team-content {
    color: var(--bs-primary);
    transition: 0.5s;
    background: #fff;
}

.team .team-item .team-content h5 {
    color: #000 !important;
    transition: 0.5s;
    font-weight: bold;
    font-size:15px !important;
}

.team .team-item:hover .team-content h5 {
    color: #fff !important;
}

.team .team-item:hover .team-content {
    background: var(--bs-primary);
    color: var(--bs-white);
}

/*** Team End ***/


/*** testimonial Start ***/
.testimonial {
    background: linear-gradient(rgba(21, 185, 217, 0.9), rgba(21, 185, 217, 0.9)), url(../img/carousel-1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.testimonial .testimonial-item .testimonial-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border-radius: 10px;
    background: transparent;
}

.testimonial .testimonial-item .testimonial-inner .testimonial-inner-img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 5px solid var(--bs-white);
}

.testimonial .testimonial-carousel.owl-carousel {
    position: relative;
}

.testimonial .testimonial-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    left: -20px;
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    background: var(--bs-light);
    color: var(--bs-primary);
    transition: 0.5s;
}

.testimonial .testimonial-carousel .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    right: -20px;
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    background: var(--bs-light);
    color: var(--bs-primary);
    transition: 0.5s;
}


.testimonial .testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial .testimonial-carousel .owl-nav .owl-next:hover {
    box-shadow: inset 100px 0 0 0 var(--bs-primary) !important;
    color: var(--bs-white) !important;
}


@media (max-width: 900px) {
    .testimonial .testimonial-carousel .owl-nav .owl-prev {
        margin-top: -190px;
        margin-left: 40px;
    }

    .testimonial .testimonial-carousel .owl-nav .owl-next {
        margin-top: -190px;
        margin-right: 40px;
    }

}

.testimonial-carousel .owl-dots {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.testimonial-carousel .owl-dots .owl-dot {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 15px;
    border: 1px solid var(--bs-white);
    background: transparent;
    transition: 0.5s;
}

.testimonial-carousel .owl-dots .owl-dot.active {
    width: 20px;
    height: 20px;
    background: var(--bs-secondary) !important;
}

.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;
}

.testimonial-carousel .owl-dots .owl-dot span::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 1px;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: var(--bs-white);
}

.testimonial .testimonial-carousel .testimonial-item .testimonial-inner p.fs-7 {
    transition: 0.5s;
}

@media (min-width: 900px) {
    .testimonial .testimonial-carousel .testimonial-item .testimonial-inner p.fs-7 {
        font-size: 20px;
    }
}


/* Testimonial Section Title Start */
.testimonial .section-title {
    max-width: 900px;
    text-align: center;
    margin: 0 auto;
}

.testimonial .section-title .sub-style {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: var(--bs-primary);
}

.testimonial .section-title .sub-style::before {
    content: "";
    width: 100px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin-top: 8px;
    margin-left: -100px;
    border: 1px solid var(--bs-white) !important;
}

.testimonial .section-title .sub-style::after {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin-bottom: 5px;
    margin-left: -50px;
    border: 1px solid var(--bs-white) !important;
}

.testimonial .section-title .sub-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: var(--bs-primary);
}

.testimonial .section-title .sub-title::before {
    content: "";
    width: 100px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-top: 8px;
    margin-right: -100px;
    border: 1px solid var(--bs-white) !important;
}

.testimonial .section-title .sub-title::after {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-bottom: 8px;
    margin-right: -50px;
    border: 1px solid var(--bs-white) !important;
}

/*** Testimonial End ***/


/*** Blog Start ***/
.blog .blog-item .blog-img {
    position: relative;
    overflow: hidden;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    height: 300px !important;
}

.blog .blog-item .blog-img::after {
    content: "";
    /** position: absolute; **/
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    transition: 0.5s;
}

.blog .blog-item .blog-img img {
    transition: 0.5s;
}

.blog .blog-item .blog-img:hover img {
    transform: scale(1.3);
}

.blog .blog-item:hover .blog-img::after {
    background: #003a66;
}

.blog .blog-item .blog-centent {
    background: var(--bs-light);
    border: 1px solid var(--bs-primary);
    border-top: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

/*** Blog End ***/


/*** Contact Start ***/
.contact {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}


.contact .contact-form .btn.btn-light {
    box-shadow: inset 700px 0 0 0 var(--bs-primary);
    color: var(--bs-white) !important;
    transition: all 0.5s ease;
}

.contact .contact-form .btn.btn-light:hover {
    box-shadow: inset 0 0 0 0 var(--bs-primary) !important;
    color: #000 !important;
}

.contact .contact-form .form-floating input,
.contact .contact-form .form-floating textarea,
.contact .contact-form .form-floating label {
    color: #000 !important;
}

.contact .form-control {
    border: 1px solid #ccc !important;
    background: #fff !important;
}

.contact h2,
.contact p {
    color: #000 !important;
}

.contact h2 {
    font-size: 40px;
}



/*** Footer Start ***/
.footer {
    /* background: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9)), url(../img/bg.jpg); */
    /* background: linear-gradient(rgba(248, 11, 29, 0.9),rgba(248, 11, 29, 0.9)), url(../img/bg.jpg); */
    background: linear-gradient(rgb(122 6 15 / 90%), rgba(248, 11, 29, 0.9)), url(../img/bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.footer .footer-item a {
    line-height: 35px;
    /* color: var(--bs-body); */
    color: #fff;
    transition: 0.5s;
}

.footer .footer-item p {
    line-height: 30px !important;
    color: #fff !important;
    font-size: 16px !important;
}

.footer .footer-item a:hover {
    letter-spacing: 1.5px;
    /* color: var(--bs-primary); */
    color: #fff;
}

/*** Footer End ***/

/*** copyright Start ***/
.copyright {
    /** background: var(--bs-dark) !important; **/
    background: #e7e7e7 !important;
}

/*** copyright end ***/

.display-3 {
    font-size: clamp(18px, 4vw, 32px);
    line-height: 1.4;
    word-break: break-word;
}

/* ============================= */
/* 🔹 Fancy Pagination Design */
/* ============================= */
.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 40px 0;
}

.pagination .nav-links {
    display: flex;
    gap: 10px;
    align-items: center;
}

.pagination .nav-links .page-numbers {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 38px;
    height: 38px;
    font-size: 15px;
    font-weight: 600;
    color: #444;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    border: 1px solid #e0e0e0;
    transition: all 0.3s ease;
    cursor: pointer;
    text-decoration: none !important;
}

.pagination .nav-links .page-numbers:hover {
    background: #003a66;
    color: #fff !important;
    transform: translateY(-3px);
    text-decoration: none !important;
}

.pagination .nav-links .page-numbers.current {
    background: #e02454;
    color: #fff !important;
    border: none;
    transform: scale(1.1);
}

.pagination .nav-links .page-numbers.next,
.pagination .nav-links .page-numbers.prev {
    width: auto;
    padding: 0 14px;
    font-weight: 600;
    border-radius: 50px;
}

.pagination .nav-links .page-numbers.next:hover,
.pagination .nav-links .page-numbers.prev:hover {
    background: linear-gradient(135deg, #d4171f, #d4171f);
    color: #fff !important;
    transform: translateY(-2px);
}

/* Mobile optimization */
@media (max-width: 768px) {
    .pagination .nav-links .page-numbers {
        width: 34px;
        height: 34px;
        font-size: 13px;
    }
}

/** event page **/
.event .img-fluid {
    height: 400px;
}

.blog .img-fluid {
    height: 400px;
}

.cat-badge {
    display: inline-block;
    background-color: #f1f1f1;
    /* light ash */
    color: #333;
    padding: 4px 10px;
    margin: 2px;
    border-radius: 5px;
    font-size: 13px;
    text-decoration: none;
}

.cat-badge:hover {
    background-color: #e0e0e0;
    color: #e02454;
}


/* ===== Gallery Filter Buttons ===== */
.btn-group .btn {
    border-radius: 30px;
    margin: 5px;
    padding: 8px 18px;
    border: none;
    background: #f1f1f1;
    color: #333;
    font-weight: 500;
    transition: all 0.3s ease;
}

.btn-group .btn:hover {
    background: #003a66;
    color: #fff;
    transform: translateY(-2px);
}

.btn-group .btn.active {
    background: #003a66;
    color: #fff;
    box-shadow: 0 5px 15px rgba(13, 110, 253, 0.3);
}

/* ===== Card Design ===== */
.doctor-inner-box {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    transition: all 0.4s ease;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.doctor-inner-box:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

/* ===== Image Style ===== */
.doctor-img {
    overflow: hidden;
    border-radius: 15px 15px 0 0;
}

.doctor-img img {
    transition: transform 0.5s ease;
    height: 200px;
    width: 100%;
}

.doctor-inner-box:hover .doctor-img img {
    transform: scale(1.1);
}

/* ===== Caption ===== */
.content h4 {
    font-size: 16px;
    font-weight: 600;
    padding: 10px;
    text-align: center;
    color: #333;
}

.content h4 a {
    text-decoration: none;
    color: inherit;
    font-size: 20px;
}

/* ===== Modal Style ===== */
.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    padding-top: 60px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background: rgba(0, 0, 0, 0.9);
    backdrop-filter: blur(5px);
}

.modal-content {
    margin: auto;
    display: block;
    max-width: 80%;
    height: 90%;
    border-radius: 10px;
    animation: zoomIn 0.3s ease;
}

/* ===== Close Button ===== */
.close {
    position: absolute;
    top: 25px;
    right: 40px;
    color: #fff;
    font-size: 35px;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s;
}

.close:hover {
    color: #003a66;
}

/* ===== Animation ===== */
@keyframes zoomIn {
    from {
        transform: scale(0.7);
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}

/* ===== Responsive ===== */
@media (max-width: 768px) {
    .modal-content {
        max-width: 95%;
    }
}

/* Hide radio buttons */
.btn-group input[type="radio"] {
    display: none;
}

.link_pg {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.link_pg li {
    list-style: none;
}

.logo {
    height: 130px;
}




/** mobile view **/
@media screen and (max-width: 440px) {
    .bg-breadcrumb {
        padding: 20px 5px !important;
        min-height: 150px !important;
        /* ✅ remove fixed height */
    }

    .header-carousel .header-carousel-item,
    .header-carousel .header-carousel-item img {
        height: 200px !important;
    }

    .header-carousel .owl-nav .owl-prev,
    .header-carousel .owl-nav .owl-next {
        top: 100px !important;
    }

    .header-carousel .owl-nav .owl-prev,
    .header-carousel .owl-nav .owl-next {
        font-size: 20px !important;
    }

    .header-carousel .owl-nav .owl-prev,
    .header-carousel .owl-nav .owl-next {
        width: 50px !important;
        height: 50px !important;
    }

    .display-3 {
        height: auto;
        font-size: clamp(18px, 4vw, 32px);
    }

    .event .img-fluid {
        height: 200px !important;
    }

    .blog .img-fluid {
        height: 200px !important;
    }

    .blog .blog-item .blog-img {
        height: 200px !important;
    }

    .logo {
        height: 70px !important;
    }

    .web-title {
        font-size: 20px !important;
        text-align: center;
    }
}

@media (max-width: 576px) {
    .web-title {
        font-size: 12px;
    }

    .navbar-toggler {
        border: none;
        font-size: 20px;
    }
}

.widget h5 {
    color: #f80b1d !important;
}

.widget li a,
.widget i {
    color: #000 !important;
}

.widget .latest a {
    color: #000 !important;
}


/* Container */
.category-card {
    background: #f8f9fa;
}

/* List spacing */
.category-list li {
    margin-bottom: 5px;
}

/* Link styling */
.category-item {
    display: flex;
    align-items: center;
    text-decoration: none;
    border-radius: 8px;
    transition: all 0.25s ease;
}

/* Hover effect */
.category-item:hover {
    background: #eef3ff;
    transform: translateX(4px);
}

/* Letter badge */
.category-badge {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: linear-gradient(135deg, #f8d7da, #f03e3e);
    color: #fff;
    font-weight: 600;
    font-size: 11px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-right: 10px;
    flex-shrink: 0;
    box-shadow: 0 2px 6px rgba(13, 110, 253, 0.25);
    margin-bottom: 13px;
}

/* Category text */
.category-name {
    color: #333;
    font-size: 14.5px;
    font-weight: 500;
    transition: color 0.2s ease;
    margin-bottom: 13px;
}

/* Hover text color */
.category-item:hover .category-name {
    color: #0d6efd;
}

/* Card */
.latest-card {
    background: #f8f9fa;
}

/* Each post */
.latest-item {
    display: flex;
    gap: 12px;
    margin-bottom: 14px;
    border-radius: 10px;
    transition: all 0.25s ease;
}

/* Hover effect */
.latest-item:hover {
    background: #eef3ff;
    transform: translateY(-2px);
}

/* Image */
.latest-img img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 10px;
    transition: transform 0.3s ease;
}

/* Image zoom on hover */
.latest-item:hover img {
    transform: scale(1.05);
}

/* Content */
.latest-content {
    flex: 1;
}

/* Title */
.latest-title {
    font-size: 14.5px;
    font-weight: 600;
    color: #222;
    text-decoration: none;
    display: block;
    line-height: 1.4;
    margin-bottom: 4px;
    transition: color 0.2s ease;
}

/* Hover title */
.latest-title:hover {
    color: #0d6efd;
}

/* Date */
.latest-date {
    font-size: 12.5px;
    color: #000;
}

.latest-date i {
    margin-right: 5px;
}

.navbar {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

html,
body {
    overflow-x: hidden;
}

.header-carousel,
.header-carousel .owl-stage-outer {
    overflow: hidden;
}

.header-carousel .owl-stage {
    display: flex;
}

.social-icons-fixed {
    right: 15px;
    max-width: calc(100% - 15px);
}

marquee {
    width: 100%;
    overflow: hidden;
    height:400px;
}

/* Top Header Styles */

.top-header {
    background-color: #fdd0d4;
}


.top-header h3 {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 60px;
    letter-spacing: 4px;
    text-shadow: 3px 3px 0px rgb(255, 255, 255);
}

.top-header small {
    color: #000 !important;
    font-weight: 800;
}

/* 2 */
.navbar {
    background: linear-gradient(90deg, #d90429, #5a0f7a);
}

.navbar a {
    color: #fff;
    font-weight: 600;
    letter-spacing: 0 !important;
}

.navbar a:hover {
    color: #ffd6da;
}

.navbar-light .navbar-nav .nav-link {
    font-family: 'Open Sans', sans-serif;
    position: relative;
    margin-right: 25px;
    /** padding: 35px 0; **/
    color: #fff !important;
    font-size: 16px;
    font-weight: 400;
    outline: none;
    transition: .5s;
}

.navbar .nav-item:hover .dropdown-menu a {
    color: #000;
}

.navbar .nav-item:hover .dropdown-menu a:hover {
    color: #fff;
}

.social-icons-fixed .btn.btn-primary,
.back-to-top {
    border: 2px ridge #fff;
}


/* Base content */
/* .event-content {
    text-align: justify;
    line-height: 1.7;
    font-size: 15px;
    color: #333;
} */

/* Headings */
.event-content h1,
.event-content h2,
.event-content h3,
.event-content h4,
.event-content h5,
.event-content h6 {
    color: #f80b1d;
    font-weight: 700;
    margin-top: 15px;
}

/* Bold & Strong */
.event-content b,
.event-content strong {
    color: #f80b1f98;
    font-weight: 600;
}

/* Links */
.event-content a {
    color: #f80b1d !important;
    text-decoration: underline;
    font-weight: 600;
}

.event-content a:hover {
    text-decoration: underline;
}

/* Lists */
.event-content ul li,
.event-content ol li {
    margin-bottom: 6px;
    color: #000 !important;
    font-size: 20px !important;
    line-height: 40px !important;
}

.event-content ul li::marker,
.event-content ol li::marker {
    color: #f80b1f98;
    font-weight: bold;
}

/* Table Styling */
.event-content table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 15px;
}

.event-content table th {
    background-color: #f80b1d;
    color: #fff;
    padding: 10px;
    text-align: center;
    border: 1px solid #fff;
}

.event-content table td {
    border: 1px solid #ddd;
    padding: 8px;
}

/* Blockquote */
.event-content blockquote {
    border-left: 4px solid #f80b1d;
    padding-left: 10px;
    color: #555;
    font-style: italic;
}

/* Horizontal line */
.event-content hr {
    border: none;
    height: 2px;
    background: #f80b1d;
    margin: 20px 0;
}

.event-content .cat-badge {
    color: #333333 !important;
    text-decoration: none !important;
}


.bg-light {
    background: #fff !important;
}

.blog .blog-item .blog-centent {
    background: #fff !important;
}

b,
strong,
p {
     color: #000 !important; 
}

big {
    font-weight: bold !important;
}

p {
    font-size: 20px !important;
    line-height: 40px !important;
}

.text-secondary,
.text-dark,
.text-muted {
    color: #000 !important;
}

/** table css **/
/* Target all tables */
table {
    width: 100% !important;
    border-collapse: collapse !important;
    font-family: Arial, sans-serif;
}

/* Header row (works even without thead) */
table tr:first-child th,
table tr:first-child td {
    background: #f80b1d !important;
    color: #fff !important;
    font-weight: 600;
    font-size: 20px !important;
}

/* Header cells */
table th {
    padding: 3px 5px !important;
    text-align: left !important;
    background: #1e73be !important;
    color: #fff !important;
}

/* Body rows */
table tbody tr {
    background: #d8d8d8 !important;
}

/* Alternate rows */
table tbody tr:nth-child(even) {
    background: #fff !important;
	 padding: 3px 5px !important;
}

/* Cells */
table td {
    padding:3px 5px !important;
    color: #333 !important;
    text-align: left !important;
}

/* Remove borders */
table,
th,
td {
    border: none !important;
    font-size: 20px !important;
}

/* Row spacing */
table tbody tr {
    border-bottom: 0 !important;
}

/* Links */
table a {
    color: red !important;
    font-weight: 500;
    text-decoration: none;
}

table a:hover {
    text-decoration: underline;
}

/** footer **/
.fa-angle-right:before {
    color: #fff;
}

/* Continuous Zoom In & Out Animation */

.zoom-animation {
    animation: zoomInOut 3s infinite ease-in-out;
}

@keyframes zoomInOut {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

.btgrid .content img {
    box-shadow: 3px 3px 10px #f80b1f98;
}


.fa-download:before
{
    color:#f80b1d !important;
    font-size:20px !important;
    margin-right:5px !important;
}

.fa-circle-info:before, .fa-info-circle:before
{
    color:#f80b1d !important;
    font-size:20px !important;
    margin-right:0px !important;
}


.announcement-box {
    border: 4px solid #f80b1d;
    margin-top: 80px;
    padding-left: 50px !important;
    border-radius: 20px;
}

.hero-outer {
    padding-right: 10px !important;
}

@media screen and (min-width: 1500px) {
    .announcement-box {
        margin-top: 60px;
    }

}

@media screen and (max-width: 768px) {
.header-carousel-outer {
padding: 0 0 !important;
padding-top: 10px !important;
}

.announcement-box {
margin-top: 10px;
}

.hero-outer {
padding-right: 0 !important;
}

.service .container {
width: 100%;
overflow-x: auto;
}

.service table {
width: 100%;
border-collapse: collapse;

}
.service table td,
.service table th {
white-space: nowrap;
}
}

.announcement-item strong {
    font-size: 20px;
}

.announcement-item p {
    text-align: justify;
    line-height: 30px !important;
}

.our-bank-content {
text-align: justify !important;
}