@media (max-width:2560px) {
    .qaz {
        position: absolute;
        width: 40%;
        margin-top: 87px;
        margin-left: -406px;
    }
}



.top-bar {
    background: #0c1328;
    color: #fff;
    font-size: 14px;
}

.top-bar i {
    color: #00c8ff;
}

.social-icons i {
    padding: 0 10px;
    cursor: pointer;
}

.social-icons i:hover {
    color: #00c8ff;
}





.navbar-custom {
    background: #fff;
    padding: 15px 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
}

.navbar-custom .nav-link {
    color: #000;
    font-weight: 500;
    margin: 0 5px;
}

.navbar-custom .nav-link.active,
.navbar-custom .nav-link:hover {
    color: #00c8ff;
}

.btn-appointment {
    background: #00c8ff;
    color: #fff !important;
    border-radius: 20px;
    padding: 4px 15px;
    font-weight: 500;
}

.btn-appointment:hover {
    background: #0094c7;
}


















.logo {
    font-size: 32px;
    font-weight: 700;
    color: #0099cc !important;
}

.banner {
    height: 92vh;
    background-size: cover;
    background-position: center;
    position: relative;
}

.banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
}

.carousel-caption {
    bottom: 50%;
    transform: translateY(50%);
    text-align: left;
}

.hero-title {
    font-size: 3.5rem;
    font-weight: 700;
}

.sub-title {
    letter-spacing: 4px;
    font-weight: 600;
    color: #00c8ff;
}


.carousel-control-next-icon,
.carousel-control-prev-icon {
    width: 55px;
    height: 55px;
    background-color: #00c8ff;
    border-radius: 50%;
    background-size: 50% 50%;
}

.carousel-control-prev-icon:hover,
.carousel-control-next-icon:hover {
    background-color: #0094c7;
}




.about-section {
    background: #f8fafc;
}

.about-subtitle {
    color: #0099cc;
    font-weight: 700;
    letter-spacing: 2px;
    position: relative;
    padding-left: 50px;
}

.about-subtitle::before {
    content: "";
    position: absolute;
    width: 40px;
    height: 3px;
    background: #0099cc;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.about-title {
    font-size: 2.3rem;
    font-weight: 700;
    color: #004d95;
}

.main-heading {
    font-size: 2.2rem;
    font-weight: 700;
    color: #004d95;
}

.about-highlight {
    font-size: 1rem;
    font-weight: 600;
    color: #555;
}

.about-desc {
    color: #666;
}

.btn-appointment {
    background: #00c8ff;
    border-radius: 30px;
    border: none;
    padding: 10px 22px;
}

.btn-appointment:hover {
    background: #0097c4;
}




.services-section {
    background-image:
        linear-gradient(150deg, rgba(232, 247, 255, 0.85) 30%, rgba(201, 234, 255, 0.85) 100%),
        url('../images/services.png');

    background-size: cover;
    background-blend-mode: overlay;
    /* background-attachment: fixed; */
    background-position: center;
    background-repeat: no-repeat;
}


.section-title {
    font-size: 28px;
    font-weight: 700;
    color: #001b36;
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
}

.section-title::after {
    content: "";
    width: 60px;
    height: 3px;
    background: #00c8ff;
    display: block;
    margin: 8px auto 0;
}

.service-box {
    background: #ffffff;
    padding: 20px 10px;
    border-radius: 12px;
    text-align: center;
    transition: all 0.3s ease-in-out;
    border: 2px solid transparent;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
}

.service-box:hover {
    border-color: #00c8ff;
    transform: translateY(-8px);
    box-shadow: 0 8px 26px rgba(0, 0, 0, 0.1);
}

.service-icon {
    width: 65px;
    height: auto;
    margin-bottom: 12px;
    transition: transform 0.3s ease-in-out;
}

.service-box:hover .service-icon {
    transform: scale(1.15);
}

.service-box h6 {
    font-size: 14px;
    font-weight: 600;
    color: #001b36;
}



.speciality-section {
    background: #f8fafc url("../images/eee.jpg") repeat;
    background-size: contain;
    background-attachment: fixed;

}

.speciality-card {
    position: relative;
    padding: 25px 10px;
    background: #ffffff;
    /* border-radius: 15px; */
    text-align: center;
    border: 1px solid #dbe7ef;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

.speciality-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 0%;
    background: #00b4ff;
    z-index: 1;
    transition: width 0.35s ease-in-out, height 0.35s ease-in-out;
    border-radius: 0 0 100% 0;
    opacity: 0.15;
}

.speciality-card:hover::before {
    width: 100%;
    height: 100%;
    border-radius: 0;
}

.icon-wrapper {
    width: 70px;
    height: 70px;
    margin: 0 auto 12px auto;
    border-radius: 50%;
    border: 1px solid #00b4ff;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    position: relative;
    transition: border-color 0.35s ease-in-out, background-color 0.35s ease-in-out;
}


.speciality-icon {
    width: 35px;
    height: auto;
    z-index: 3;
    position: relative;
    transition: transform 0.35s ease-in-out;
    filter: brightness(0) saturate(100%) invert(32%) sepia(95%) saturate(4400%) hue-rotate(175deg) brightness(96%) contrast(90%);
}

.speciality-card h6 {
    z-index: 2;
    position: relative;
    font-size: 14px;
    font-weight: 700;
    color: #00345f;
    margin-top: 5px;
    transition: color 0.35s ease-in-out;
}


.speciality-card:hover .icon-wrapper {
    border-color: #fff;
    background: rgba(255, 255, 255, 0.25);
}

/* .speciality-card:hover .speciality-icon {
    transform: scale(1.18);
    filter: brightness(100) invert(1);
} */

.speciality-card:hover h6 {
    color: #45a9ab;
}



/* doctor section */
.doctors-section {
    /* background: #f8fafc url("../images/pattern.png") repeat; */
    background-size: contain;
}

.doctor-filter .filter-btn {
    background: transparent;
    border: none;
    color: #00345f;
    font-weight: 600;
    margin: 0 10px;
    cursor: pointer;
    padding: 6px 12px;
    transition: 0.3s ease;
}

.filter-btn.active,
.filter-btn:hover {
    color: #00b4ff;
    border-bottom: 2px solid #ff7b52;
}

.doctor-card {
    background: #ffffff;
    border-radius: 10px;
    padding: 20px 15px;
    text-align: center;
    position: relative;
    overflow: hidden;
    border: 1px solid #e2edf3;
    transition: all 0.35s ease;
}

.doctor-card:hover {
    transform: translateY(-12px);
    box-shadow: -12px -12px 28px rgba(0, 200, 255, 0.18);
    border-color: #00b4ff;
}


.doctor-img {
    width: 160px;
    height: 160px;
    margin: auto;
    border-radius: 50%;
    border: 1px solid #00b4ff;
    overflow: hidden;
    transition: border-color 0.35s ease, transform 0.35s ease;
}

.doctor-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.doctor-card:hover .doctor-img {
    transform: scale(1.05);
    border-color: #0077a8;
}

.doctor-name {
    color: #00345f;
    font-size: 18px;
    font-weight: 700;
    margin-top: 12px;
}

.doctor-dept {
    color: #555;
    font-size: 14px;
    margin-bottom: 15px;
}

/* Buttons */
.doctor-actions .btn {
    display: block;
    margin: 6px auto;
    width: 90%;
    padding: 7px 0;
    border-radius: 25px;
    font-weight: 600;
}

.btn-book {
    background: #00b4ff;
    color: #ffffff;
    border: none;
}

.btn-book:hover {
    background: #0085c2;
}

.btn-profile {
    background: #e0e8ee;
    color: #00345f;
}

.btn-profile:hover {
    background: #ced8df;
}

.filter-btn.active {
    color: #00b4ff;
    border-bottom: 2px solid #00b4ff;
}

/* .servicesFetauresList>li>a:hover .icnHolder {
    -webkit-box-shadow: 0 5px 5px rgba(19, 41, 61, 0.05);
    box-shadow: 0 5px 5px rgba(19, 41, 61, 0.05);
    color: #4c58a4;
} */



















/* Contact Banner */


.contact-banner {
    background: url("../images/contactbanner.jpg") center/cover no-repeat;
    height: 150px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.banner-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
}

.banner-content {
    position: relative;
    z-index: 3;
    color: #fff;
}

.banner-content h1 {
    font-size: 48px;
    font-weight: 700;
}

.banner-content p {
    margin-top: 10px;
    font-size: 16px;
}

.banner-content p a {
    color: #00c8ff;
    text-decoration: none;
}


.contact-section {
    background: #f7fcff;
    /* background-image: url('../images/contactimg.jpg'); */
    /* position: fixed; */
}

.contact-info-box {
    background: #fff;
    padding: 18px;
    margin-bottom: 18px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.07);
}

.contact-info-box i {
    font-size: 30px;
    color: #00b4ff;
    margin-bottom: 8px;
}

.contact-info-box h5 {
    font-weight: 700;
    color: #00345f;
}

.contact-form .form-control {
    border-radius: 10px;
    padding: 10px 12px;
    border: 1px solid #a5d7e8;
    background: #ffffff;
}

.btn-submit {
    background: #00b4ff;
    padding: 10px 35px;
    font-weight: 600;
    color: #fff;
    border-radius: 25px;
    border: none;
}

.btn-submit:hover {
    background: #0083b5;
}

.form-control:focus {
    border-color: #00b4ff;
    box-shadow: 0 0 8px rgba(0, 180, 255, 0.4);
}















.testimonial-section {
    background: #e8f7ff;
    padding: 70px 0;
}

.section-subtitle {
    color: #00a6c7;
    font-weight: 700;
    letter-spacing: 2px;
}

.section-title {
    font-size: 32px;
    color: #0b2050;
    font-weight: 700;
}

.single-testimonial {
    text-align: center;
    padding: 20px 50px;
}


.patient-img {
    width: 90px;
    height: 90px;
    margin: 0 auto 15px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #00a6c7;
}

.patient-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.review-text {
    font-size: 18px;
    font-style: italic;
    color: #333;
    margin: 15px 0 18px;
}


.patient-name {
    font-size: 19px;
    font-weight: 700;
    color: #0b2050;
}

.patient-role {
    color: #00a6c7;
    font-size: 14px;
}

.owl-dots .owl-dot span {
    background: #a4e4f5 !important;
}

.owl-dots .owl-dot.active span {
    background: #00a6c7 !important;
    width: 12px;
    height: 12px;
}























.footer-section {
    background: #002f45;
    padding: 60px 0 20px;
    color: #cfeeff;
}

.footer-logo {
    font-size: 26px;
    font-weight: 700;
    color: #00c9ff;
    margin-bottom: 15px;
}

.footer-about {
    font-size: 15px;
    line-height: 1.6;
}

.footer-title {
    font-size: 18px;
    font-weight: 600;
    color: #00c9ff;
    margin-bottom: 15px;
}

.footer-links,
.footer-contact {
    list-style: none;
    padding: 0;
}

.footer-links li,
.footer-contact li {
    margin-bottom: 8px;
    font-size: 15px;
}

.footer-links a {
    color: #cfeeff;
    text-decoration: none;
    transition: .3s;
}

.footer-links a:hover {
    color: #00c9ff;
    padding-left: 5px;
}


.footer-social a {
    color: #ffffff;
    font-size: 16px;
    margin-right: 12px;
    border: 2px solid #00c9ff;
    border-radius: 50%;
    padding: 8px 10px;
    transition: .3s;
}

.footer-social a:hover {
    background: #00c9ff;
    color: #fff;
}

.footer-contact i {
    color: #00c9ff;
    margin-right: 8px;
}

.footer-bottom {
    border-top: 1px solid #1f5a6f;
    padding-top: 10px;
    margin-top: 20px;
    font-size: 14px;
    color: #9ddbf2;
}










.about-banner {
    background: url("../images/aboutimg.jpg") center/cover no-repeat;
    height: 150px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.about-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
}

.about-content {
    position: relative;
    z-index: 3;
    color: #fff;
}

.about-content h1 {
    font-size: 48px;
    font-weight: 700;
}

.about-content p {
    margin-top: 10px;
    font-size: 16px;
}

.about-content p a {
    color: #00c8ff;
    text-decoration: none;
}


.trust-section {
    background: #fff;
    padding: 80px 0;
}

.trust-img1 {
    width: 90%;
    /* border-radius: 12px; */
    box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
}

.trust-label {
    display: inline-block;
    background: #e8f4ff;
    color: #004d95;
    padding: 6px 18px;
    border-radius: 25px;
    font-weight: 600;
    margin-bottom: 10px;
}

.trust-title {
    font-size: 34px;
    font-weight: 800;
    color: #002d62;
    margin-bottom: 20px;
}

.trust-text {
    color: #555;
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 1.6;
}

.trust-list {
    list-style: none;
    padding: 0;
    margin-bottom: 25px;
}

.trust-list li {
    font-size: 16px;
    color: #002d62;
    font-weight: 600;
    margin-bottom: 10px;
}

.trust-list i {
    color: #0066ff;
    margin-right: 10px;
    font-size: 18px;
}

@media(max-width: 768px) {
    .trust-img2 {
        position: static;
        width: 80%;
        margin: 20px auto 0;
        display: block;
    }

    .trust-img1 {
        width: 100%;
    }
}



@media(max-width: 768px) {
    .trust-img2 {
        position: static;
        width: 80%;
        margin: 20px auto 0;
        display: block;
    }

    .trust-img1 {
        margin-bottom: 20px;
    }
}









.vision-mission-values {
    background: #ffffff;
}

.vmv-card {
    background: #fff;
    padding: 30px;
    border-radius: 18px;
    text-align: center;
    box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.08);
    transition: .3s ease;
}

.vmv-card:hover {
    transform: translateY(-8px);
}

.vmv-card h4 {
    color: #002554;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
}

.title-line {
    width: 70%;
    height: 3px;
    background: #00c9ff;
    margin: 10px auto 20px;
}

.vmv-card p {
    font-size: 16px;
    line-height: 1.7;
    color: #444;
}

@media (max-width: 768px) {
    .vmv-card {
        margin-bottom: 15px;
    }
}



.gallery-banner {
    background: url("../images/galleryimg.jpg") center/cover no-repeat;
    height: 150px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}











.gallery-img {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}


.gallery-img img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    transition: transform .5s ease;
}

.gallery-img:hover img {
    transform: scale(1.05);
}

.img-label {
    position: absolute;
    right: 12px;
    bottom: 12px;
    background: #00a6c7;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 6px 14px;
    text-transform: uppercase;
    z-index: 2;
}

.overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: rgba(0, 166, 199, 0.45);
    transition: width .5s ease;
    z-index: 1;
}

.gallery-img:hover .overlay {
    width: 100%;
}




.doctor-banner {
    background: url("../images/doctor.jpeg") center/cover no-repeat;
    height: 150px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.doctor-section {
    background: #f7fcff;
}


.doctor-dropdown {
    width: 260px;
    font-weight: 600;
    border-radius: 8px;
}



.doctors-cards {
    background: #ffffff;
    padding: 20px 15px;
    text-align: center;
    position: relative;
    overflow: hidden;
    border: 2px solid #e2edf3;
    transition: all 0.35s ease;
    /* border-radius: 10px; */
}

.doctors-cards:hover {
    transform: translateY(-12px);
    box-shadow: -12px -12px 28px rgba(0, 200, 255, 0.18);
    border-color: #00b4ff;
}

.doctor-img {
    width: 160px;
    height: 160px;
    margin: auto;
    /* border-radius: 50%; */
    border: 1px solid #00b4ff;
    overflow: hidden;
    transition: border-color 0.35s ease, transform 0.35s ease;
}

.doctor-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.doctor-card:hover .doctor-img {
    transform: scale(1.05);
    border-color: #0077a8;
}

.doctors-actions .btn {
    display: block;
    margin: 6px auto;
    width: 90%;
    padding: 7px 0;
    /* border-radius: 25px; */
    font-weight: 600;
}













.doctor-header a {
    color: #fff;
    text-decoration: none;
}

.profile-photo {
    width: 100%;
    max-width: 350px;
    object-fit: cover;
    border-radius: 12px;
}

.info-box {
    padding: 25px 30px;
    border-radius: 14px;
    margin-bottom: 25px;
}

.qualification-box {
    background: #c6e3ea;
}

.experience-box {
    background: #ffffd5;
}

.info-box h4 {
    font-size: 24px;
    font-weight: 700;
    color: #002a5c;
    margin-bottom: 12px;
}

.info-box ul {
    list-style: none;
    padding-left: 0;
}

.info-box li {
    font-size: 18px;
    color: #333;
    margin: 8px 0;
    display: flex;
    align-items: center;
}

.info-box li i {
    color: #c77d1f;
    margin-right: 10px;
    font-size: 20px;
}







.appointment-section {
    width: 100%;
    padding: 50px 10%;
    background: url('../images/appnew.png') center/cover no-repeat;
    background-attachment: fixed;
}

.form-title {
    text-align: center;
    color: #005777;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 30px;
}

.appointment-form {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px 25px;
}

.form-group {
    display: flex;
    flex-direction: column;
}

label {
    margin-bottom: 6px;
    font-weight: 600;
    color: #003a40;
}

input,
select,
textarea {
    padding: 12px;
    border-radius: 6px;
    border: 1px solid #7ab9c3;
    font-size: 15px;
}

textarea {
    height: 50px;
    resize: none;
}

textarea:focus,
input:focus,
select:focus {
    outline: 2px solid #00b6c7;
}

.btn-submit {
    grid-column: span 2;
    background: #00b4ff;
    color: #fff;
    font-size: 18px;
    padding: 14px;
    border-radius: 6px;
    border: none;
    cursor: pointer;
    margin-top: 15px;
}

.btn-submit:hover {
    background: #00b6c7;
}






.nav-item.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0px;
}

.nav-item .dropdown-toggle::after {
    transition: transform 0.3s;
}

.nav-item:hover .dropdown-toggle::after {
    transform: rotate(180deg);
}







.small-label {
    color: #0099cc;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    display: inline-block;
    margin-bottom: px;
}

.small-label::before {
    content: "";
    width: 70px;
    height: 4px;
    background: #0099cc;
    position: absolute;
    left: -85px;
    top: 50%;
    transform: translateY(-50%);
}








.services-banner {
    background: url("../images/doctor.jpeg") center/cover no-repeat;
    height: 150px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.services-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
}

.services-content {
    position: relative;
    z-index: 3;
    color: #fff;
}

.services-section {
    background: #f8fdfc;
}

.section-title {
    font-size: 32px;
    font-weight: 700;
    color: #002a5c;
}

.service-card {
    background: #ffffff;
    /* border-radius: 12px; */
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: 0.3s;
}

.service-img {
    height: 160px;
    overflow: hidden;
    border-bottom: 1px solid #eee;
}

.service-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .4s;
}


.service-card:hover .service-img img {
    transform: scale(1.15);
}

.service-content {
    padding: 18px;
    text-align: center;
}

.service-content h5 {
    font-size: 18px;
    font-weight: 600;
    color: #0b4751;
    margin-bottom: 8px;
}

.service-content p {
    font-size: 14px;
    color: #6f7b84;
    margin-bottom: 15px;
}

.btn-service {
    background: #0099cc;
    color: #fff;
    padding: 7px 18px;
    border-radius: 20px;
    font-size: 14px;
    text-decoration: none;
    transition: 0.3s;
}

.btn-service:hover {
    background: #002a5c;
}















.icu-section img {
    height: 350px;
    object-fit: cover;
    /* border-radius: 12px; */
}


.icu-list {
    list-style: none;
    padding: 0;
}

.icu-list li {
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 14px;
    padding-left: 32px;
    position: relative;
}

.icu-list li::before {
    content: "\f058";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    color: #0099cc;
    font-size: 20px;
}



















.icu-doctors {
    background: #f8f8f8;
}

.doctors-card {
    background: #fff;
    padding: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: 0.3s;
}

/* .doctors-card:hover {
    transform: translateY(-6px);
} */

.doctors-img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    /* border-radius: 10px; */
}








.achievement-card {
    transition: 0.3s ease;
    border: 1px solid #e2e8f0;
}

.achievement-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}

.icon i {
    transition: 0.3s ease;
}

.achievement-card:hover .icon i {
    transform: scale(1.1);
}




.ach-section-label {
    color: #0099cc;
    font-size: 20px;
    letter-spacing: 2px;
    font-weight: 700;
    position: relative;
    padding-left: 40px;
    text-transform: uppercase;
}

.ach-section-label::before {
    content: "";
    width: 30px;
    height: 3px;
    background: #008cd1;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

/* Big section title */
.ach-section-title {
    font-size: 32px;
    font-weight: 700;
    color: #004D95;
    margin-top: 10px;
}




















.orchid-icon-wrapper {
    width: 100px;      
    height: 100px;   
    margin: 0 auto 10px;
    position: relative;
}


.orchid-circle-dotted {
    position: absolute;
    width: 120px;       
    height: 120px;
    border: 2px dotted #7dc8e6;
    border-radius: 50%;
    top: -10px;
    left: -10px;
    opacity: 0.7;
}


.orchid-circle-dashed {
    position: absolute;
    width: 100px;    
    height: 100px;
    border: 2px dashed #c3d9e6;
    border-radius: 50%;
    top: 0;
    left: 0;
}


.orchid-counter-icon {
    width: 40px;      
    height: 40px;
    position: relative;
    top: 30px;         
}


.orchid-counter-label {
    font-size: 16px;
    font-weight: 600;
    color: #555;
    margin-top: 10px;
}

.orchid-counter-number {
    font-size: 36px;
    color: #003c8f;
    font-weight: 700;
}

.orchid-counter-number::after {
    content: "+";
    margin-left: 2px;
}




.quality-policy-section {
    background: #f8fbff;
}

.quality-title {
    font-size: 28px;
    font-weight: 700;
    color: #003c8f;
    margin-bottom: 15px;
}

.quality-text {
    font-size: 17px;
    color: #555;
    line-height: 1.7;
    font-weight: 500;
}








.committee-section {
    background-size: cover !important;
    background-position: center !important;
    background-attachment: fixed !important;
}
.committee-title {
    font-size: 28px;
    font-weight: 700;
    color: #003c8f;
}

.committee-item {
    background: #fff;
    padding: 15px 20px;
    border-radius: 8px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.06);
    font-size: 16px;
    font-weight: 600;
    color: #003c8f;
    display: flex;
    align-items: center;
}

.committee-item i {
    color: #00a8df;
    font-size: 20px;
    margin-right: 10px;
}
