body {
    font-family: 'Poppins', sans-serif;
    text-align: justify;
    letter-spacing: 0.5px;
    line-height: 28px;
    font-size: 14px;
    font-weight: 500;
}

.header-box {
    background-color: #c23324;
    z-index: 1;
    display: list-item;
    border-bottom: 1px solid #fff70045;
    /* padding: 2px 36px 4px 46px; */
}

.main-header .logo img {
    max-width: 100%;
    height: auto;
    width: 280px;
}

.header-style-four .main-menu .navigation>li>a {
    font-family: "Fira Sans", Sans-serif;
    font-weight: 800;
}

@keyframes zoomInBackground {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.2);
    }
}

.banner-slide .bg {
    transition: transform 6s ease-in-out;
    transform: scale(1);
}

.banner-slide.slick-active .bg {
    animation: zoomInBackground 6s ease-in-out forwards;
}

.mailsection {
    display: flex;
    font-family: 'Quicksand', sans-serif;
    justify-content: flex-start;
    align-items: center;
    color: white;
    letter-spacing: 1px;
    padding: 5px 16px;
    font-weight: 600;
    text-shadow: 1px 1px 1px #000000a1;
    font-size: 13px;
    word-spacing: 1px;
    border-right: 1px solid white;
}

.addresssection {
    display: flex;
    font-family: 'Quicksand', sans-serif;
    justify-content: flex-start;
    align-items: center;
    color: white;
    letter-spacing: 1px;
    padding: 5px 16px;
    font-weight: 600;
    text-shadow: 1px 1px 1px #000000a1;
    font-size: 13px;
    word-spacing: 1px;
}

.d-flex-gap {
    display: flex;
    gap: 1px;
}

.menu-flex {
    display: flex !important;
    align-items: center !important;
}

.menu-design {
    font-family: 'Quicksand', sans-serif !important;
    font-weight: 700;
}

.main-box-update {
    background-color: #00000069 !important;
    padding: 9px 25px !important;
    border-bottom: 1px solid #ffffff26;
}

.banner-section11 .bg-image:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    background-color: rgb(163 154 215 / 18%) !important;
}

.justify-content-center {
    justify-content: center !important;
}

.Fira_Sans {
    font-family: "Fira Sans", Sans-serif;
    font-weight: 700;
}

.header-style-five .main-menu .navigation>li>a {
    color: var(--theme-color-white);
    position: relative;
    text-transform: uppercase;
    text-shadow: 1px 1px 5px black;
    font-size: 14px;
}

.banner-section11 .content-column .inner-column {
    background-color: rgb(39 18 18 / 17%) !important;
    border-radius: 33px;
    text-align: center;
}

.slider-h1 {
    text-shadow: 1px 1px 7px black;
    letter-spacing: 1px;
}

.text-align-center {
    text-align: center !important;
    justify-content: center;
}

.header-style-five .sticky-header .main-menu .navigation>li>a {
    color: var(--theme-color-black);
    text-shadow: 0 0 black;
}

.btn-style-two {
    position: relative;
    font-size: 16px;
    line-height: 25px;
    padding: 8px 24px;
    overflow: hidden;
    color: var(--theme-color-light);
    border: 1px solid var(--theme-color1);
    background-color: #2e3df3;
    text-transform: uppercase;
    z-index: 9;
    border-radius: 54px;
    border: 3px solid #ffffff;
    text-shadow: 3px 1px 2px #000000a8;
    letter-spacing: 1px;
    font-family: 'Quicksand', sans-serif !important;
}

.header-style-five .main-box .nav-outer .nav .navigation li {
    margin-right: 27px;
}

.header-style-five .outer-box .ui-btn-outer {
    gap: 10px;
}

.banner-section11 .content-column .offer-text {
    font-family: 'Quicksand', sans-serif !important;
}

.img1 {
    /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
    padding: 2px;
    border: 1px solid #3f3f3f21;
    /* box-shadow: 0px 10px 23px -10px rgb(0 0 0 / 43%); */
}

.service-section-ten {
    position: relative;
    padding: 60px 0 60px;
}

.margin-zero {
    margin: 0px;
}

.shadow3 {
    background: url(../images/images/shadow/s12.png);
    background-size: 90% 17px;
    background-repeat: no-repeat;
    margin-top: 1px;
    padding: 11px;
    margin-bottom: -16px;
}

.aclass {
    background: linear-gradient(135deg, rgb(0 0 0 / 20%), rgb(255 255 255 / 40%));
    display: block;
    text-align: center;
    margin: 0 0 35px;
    /* background: rgba(255, 255, 255, 0.1); Semi-transparent white */
    backdrop-filter: blur(10px);
    /* Blur behind the element */
    -webkit-backdrop-filter: blur(10px);
    /* Safari support */
    border-radius: 15px;
    /* Optional rounding */
    border: 1px solid rgba(255, 255, 255, 0.2);
    /* Subtle border */
}

.aclass {
    display: grid;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    font-size: 16px;
    font-weight: 500;
    color: #131212;
    border: 2px solid #c13324;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 10px 24px 24px rgba(0, 0, 0, 0.05), 0 0 15px 8px rgba(0, 0, 0, 0.06) inset;
}

.figureclass {
    max-width: 120px;
    height: 120px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    transition: transform 0.5s ease;
}

.figureclass:hover {
    transform: scaleX(-1);
}

.spanclass {
    font-family: 'Quicksand', sans-serif !important;
    font-weight: 800;
    background: #c13324;
    color: white;
}

.titlecss {
    /* font-family: "Quando", Sans-serif !important; */
    font-size: 42px !important;
    font-weight: 800 !important;
    text-transform: none;
    font-style: normal;
    line-height: 55px;
    letter-spacing: 1px;
    color: #c13324 !important;
    text-shadow: 1px 1px 1px #000000ba;
    /* text-transform: uppercase; */
    font-family: "Fira Sans", Sans-serif !important;
    border-bottom: 3px solid #c13324;
}

.titlecss2 {
    /* font-family: "Quando", Sans-serif !important; */
    font-size: 42px !important;
    font-weight: 800 !important;
    text-transform: none;
    font-style: normal;
    line-height: 55px;
    letter-spacing: 1px;
    color: #ffffff !important;
    text-shadow: 1px 1px 1px #000000ba;
    /* text-transform: uppercase; */
    font-family: "Fira Sans", Sans-serif !important;
}

.about-section-two .image-column .image-2 {
    position: absolute;
    bottom: -95px;
    left: -9px;
    margin-bottom: 0;
}

.about-section-two .image-column .inner-column:after {
    left: 32px;
}

.para {
    font-family: 'Poppins', sans-serif;
    text-align: justify;
    letter-spacing: 0.5px;
    line-height: 28px;
    font-size: 14px;
    color: black;
    font-weight: 500;
}

.text p {
    font-family: 'Poppins', sans-serif;
    text-align: justify;
    letter-spacing: 0.5px;
    line-height: 28px;
    font-size: 14px;
    color: black;
    font-weight: 500;
}

.about-section-two .image-column .image-2 img {
    border: 6px solid #c13324;
    border: 6px solid transparent;
    border-image: linear-gradient(to right, #c13324 50%, #ffd910 50%) 1;
    height: 290px;
    width: 100%;
}

.about-section-two .image-column .image-1 img {
    border: 6px solid #c13324;
    width: 100%;
    border: 6px solid transparent;
    border-image: linear-gradient(to right, #ffd910 50%, #c13324 50%) 1;
    height: 310px;
    /* border-radius: 85px 7px; */
}

.padding-right-18 {
    padding-right: 18px;
}

.about-section-two .image-column .inner-column:after {
    border: 1px solid var(--theme-color1);
    content: "";
    position: absolute;
    height: 365px;
    top: 183px;
    width: 388px;
    z-index: -1;
    fill: aliceblue;
    background: #e0e0e047;
    box-shadow: -2px 24px 24px rgba(0, 0, 0, 0.05), 0 0 15px 8px rgba(0, 0, 0, 0.06) inset;
}

.service-block11 .inner-box .content-box-hover .service-count {
    display: inline-block;
    color: #ffffff;
    font-family: var(--title-font);
    font-size: 39px;
    font-weight: 400;
    line-height: 96px;
    -webkit-text-stroke: 1px #00000000;
    margin-bottom: 50px;
    text-shadow: 1px 1px 4px black;
}

.overlay {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgb(0 0 0 / 73%);
    z-index: 0;
    transition: opacity 0.3s ease;
}

.service-block11 .inner-box .content-box {
    padding: 183px 30px 50px 30px;
    text-align: center;
    display: grid;
    gap: 10px;
}

.service-count {
    margin-bottom: 0px !important;
}

.service-block11 .inner-box .content-box .service-count {
    display: inline-block;
    color: #ffffff;
    font-family: var(--title-font);
    font-size: 90px;
    font-weight: 400;
    line-height: 96px;
    -webkit-text-stroke: 1px #ffffff;
    margin-bottom: 50px;
}

.service-block11 .inner-box .content-box-hover {
    background-color: #87878763;
}

.title2 {
    font-family: 'Poppins', sans-serif !important;
    font-size: 15px;
    font-weight: 700;
    font-size: 16px !important;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    color: #ffe400 !important;
    border: 2px solid;
    padding: 6px !important;
    border-radius: 17px;
}

.margin-left-zero {
    margin-left: 0px !important;
}

.margin-left-50 {
    margin-left: 50px;
}

.team-block .info-box {
    position: relative;
    padding: 9px 24px 11px;
    background-color: #c13324;
    margin: 0 auto;
    text-align: center;
    font-family: 'Quicksand', sans-serif !important;
}

.doctor_name {
    font-family: 'Quicksand', sans-serif !important;
    color: white;
    font-weight: 800;
    font-size: 16px;
    text-shadow: 1px 1px 4px black;
    letter-spacing: 0.6px;
}

.designation {
    font-size: 12px;
    position: relative;
    display: block;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    margin-bottom: -2px;
    color: white;
    font-weight: 700;
    letter-spacing: 0.9px;
    margin-top: 8px;
}

.team-block .image-box .inner-box {
    border: 1px solid var(--theme-color1);
    padding: 6px;
    /* background: #e2e2e226; */
}

.gallery_img_border {
    border: 6px solid transparent;
    border-image: linear-gradient(to right, #c13324 50%, #ffd910 50%) 1;
}

.sticky-header .logo img {
    max-height: 57px;
}

.contact-section.style-five .form-column .inner-column {
    background-color: #ffffff3d;
    padding: 120px 60px 121px 60px;
}

.contact-section.style-five .inner-container {
    margin: 0 0px;
    position: relative;
}

.li_class {
    background: #0000006e;
    color: white;
    font-weight: 600;
    padding: 5px 17px;
    border: 1px solid white;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    margin-bottom: 18px;
}

.padding-60 {
    padding: 60px;
}

.icon_set {
    color: #ffd910;
    font-size: 14px;
}

.footer-style-one .about-widget .text {
    margin-bottom: 47px;
    font-size: 16px;
    color: #ffffff;
    font-weight: 600;
    line-height: 30px;
    margin-right: 20px;
    font-family: 'Poppins', sans-serif !important;
}

.footer-style-one .links-widget li a {
    color: #ffffff;
    font-weight: 600;
    line-height: 29px;
}

.contact-list .inner .list-info {
    color: #ffffff;
    font-weight: 600;
}

.upper-box {
    background-color: white;
}

.dep_background {
    padding: 60px 0;
    background: #f9f9f9;
}

.feature_block {
    background-color: #ffffff;
    border-radius: 16px;
    padding: 30px 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    transition: all 0.4s ease-in-out;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    position: relative;
    overflow: hidden;
}

.feature_block:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
    border: 1px solid #c13324;
    cursor: pointer;
}

.dep_img {
    width: 100px;
    height: 100px;
    object-fit: contain;
    background: #ffffff;
    padding: 18px;
    border-radius: 50%;
    border: 2px solid #c13324;
    margin-bottom: 20px;
    transition: transform 0.3s ease;
}

.feature_block:hover .dep_img {
    transform: scale(1.1);
}

.deptext {
    text-align: center;
    padding: 0 15px;
}

.dep_name_heading {
    font-family: "Fira Sans", sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #c13324;
    margin-bottom: 10px;
    text-transform: capitalize;
    letter-spacing: 0.5px;
}

.para2 {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #444;
    line-height: 28px;
    letter-spacing: 0.4px;
    text-align: justify;
    padding: 0 10px;
}


/* Section Title */

.sec-title .titlecss {
    font-family: "Fira Sans", sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: #222;
    /* text-align: center; */
    margin-bottom: 40px;
    position: relative;
}

.sec-title .titlecss::after {
    content: "";
    width: 100%;
    height: 3px;
    background-color: #ffd300;
    display: block;
    margin: 15px auto 0;
    border-radius: 2px;
}

.margin-bottom-55 {
    margin-bottom: 55px;
}

.owner-section {
    padding: 40px 0;
    background-color: #f9f9f9;
}

.owner-image {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    margin-bottom: 20px;
}

.speech-text {
    font-style: italic;
}

.marquee-updates {
    background-color: #fff3cd;
    padding: 20px;
    border: 1px solid #ffeeba;
    border-radius: 10px;
    height: 100%;
    margin-left: 50px;
}

marquee {
    font-weight: bold;
    color: #856404;
    height: 85%;
}

.founder_block {
    background-color: #ffffff;
    border-radius: 16px;
    padding: 30px 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    transition: all 0.4s ease-in-out;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    position: relative;
    overflow: hidden;
}

.font-24 {
    font-size: 24px;
}

.marquee_li {
    padding: 10px 17px;
    background: #ffacac38;
    line-height: 16px;
    font-size: 13.8px;
    letter-spacing: 1px;
    margin-bottom: 10px;
    color: #050505;
    font-weight: 500;
}

.headernew::after {
    content: "";
    width: 100%;
    height: 3px;
    background-color: #ffd300;
    display: block;
    margin: 15px auto 0;
    border-radius: 2px;
}

.headernew {
    border-bottom: 3px solid #c13324;
    margin-bottom: 20px;
}

.about-section-two {
    position: relative;
    padding: 120px 0 24px !important;
}

.team-section {
    position: relative;
    margin: 120px 0 75px;
    padding: 0px;
    overflow: hidden;
}

.color-white {
    color: white !important;
}

.about-section-two {
    position: relative;
    padding: 30px 0 24px !important;
}

.btn-style-two::before {
    background-color: #1b528c !important;
}

.margin-bottom-120 {
    margin-bottom: 120px;
}

.details_background {
    background: #ededed61;
    padding: 30px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.double_border {
    border: 6px solid transparent;
    border-image: linear-gradient(to right, #ffd910 50%, #c13324 50%) 1;
}

.border_radious_none {
    border-radius: 0px !important;
}

table {
    border-collapse: collapse;
    width: 100%;
}

td,
th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

tr:nth-child(even) {
    background-color: #dddddd;
}

.Couselink {
    padding: 5px 0 5px 5px;
    font-size: 19px;
    font-weight: 600;
    /* text-align: left; */
    color: #ffffff;
    /* float: left; */
    margin: 2px 0px;
    background-color: #eef0e3;
    font-family: var(--title-font);
    text-transform: uppercase;
    text-align: center;
    background: #c23324;
    border-radius: 14px 14px 0px 0px;
    text-shadow: 1px 2px black;
}

.tr_head_style {
    background: #c23324;
    color: white;
    text-shadow: 1px 1px 1px black;
    letter-spacing: 1.6px;
    font-weight: 800 !important;
}

.main-menu .navigation>li>ul>li>a {
    margin: 0px 15px;
    padding: 5px;
    line-height: 29px;
    text-shadow: 1px 1px 5px black;
    font-size: 14px;
    color: white;
    font-weight: 600;
    letter-spacing: 1px;
}

.page-title .title {
    font-size: 64px;
    color: #ffffff;
    margin-bottom: 17px;
    text-shadow: 1px 2px black;
}

.main-menu .navigation>li>ul {
    position: absolute;
    left: 0px;
    top: 100%;
    width: 300px;
    z-index: 100;
    padding: 10px 0 0;
    background-color: #323635;
    margin-top: 30px;
    opacity: 0;
    display: none;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.food_menu {
    z-index: 1;
    position: relative;
    display: grid;
    padding: 10px 10px;
}

.food_menu_span {
    background: #c23324;
    color: #ffffff;
    text-shadow: 0px 1px 1px black;
    font-family: "Quicksand", sans-serif;
    font-optical-sizing: auto;
    letter-spacing: 1px;
    font-size: 15px !important;
    font-weight: 600;
    padding: 5px 18px;
    border-radius: 4px 0 0 4px;
    /* Rounded left, flat right */
    margin-bottom: 12px;
    border-bottom: 2px solid #f3f3f3;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    /* Right alignment */
    display: inline-block;
    float: right;
    position: relative;
}

.food_menu_span::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -10px;
    /* Adjust arrow spacing */
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #c23324;
    /* Match background color */
}

.color-red {
    color: red;
}

.font-size-16 {
    font-size: 16px !important;
}

.margin-bottom-60 {
    margin-bottom: 60px !important;
}

.margin-bottom-30 {
    margin-bottom: 30px !important;
}

.eligiblity_class {
    color: #ffffff;
    font-weight: 700;
    font-size: 16px;
    background: #4c4747;
    padding: 5px 17px;
    border-radius: 8px;
}

.font-size-14 {
    font-size: 14px !important;
}

.font-weight-600 {
    font-weight: 600;
}


/* Modal overlay */

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
}


/* Modal content box */

.modal-content {
    background-color: #fff;
    margin: 1% auto;
    padding: 20px;
    border-radius: 8px;
    width: 90%;
    max-width: 600px;
    position: relative;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}


/* Close button */

.close {
    color: #ffffff;
    position: absolute;
    top: 31px;
    right: 20px;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    z-index: 1;
}

.close:hover {
    color: black;
}


/* Form styling */

form {
    text-align: left;
}

label {
    display: block;
    margin-top: 10px;
    margin-bottom: 5px;
    font-weight: bold;
}

input,
textarea {
    width: 100%;
    padding: 1px 10px;
    box-sizing: border-box;
    /* margin-bottom: 10px; */
    border: 1px solid #ccc;
    border-radius: 4px;
}

.carrer_form_header {
    background: #c23324;
    color: white;
    padding: 10px;
    text-shadow: 1px 1px 2px black;
}

.modal:before {
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 0;
    content: "";
    left: 0;
    position: relative !important;
    right: 0;
    top: 0;
}

.error {
    color: red;
    font-size: 14px;
}