body {
    font-family: 'Noto Sans', sans-serif;
    background-color: #f4f4f4;
    padding-top: 90px; /* adjust based on header height */
}

h1,
h2,
h3 {
    font-family: 'Roboto Slab', serif;
}


/* Top section */
.bg-one {
    background-color: #00a4e9;
    /* ya jo aapka theme color ho */
}

.text-one {
    color: #00a4e9;
}

.btn.bg-one:hover {
    background-color: #008ac3;
}

@media only screen and (max-width: 768px) {
    .top-icons {
        display: flex;
        justify-content: center;
    }
}

/* About section */
.about-section h3 {
    font-family: 'Roboto Slab', serif;
}

.about-section .btn {
    min-width: 120px;
}

.about-section .content-box {
    background: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 20px;
    /* normal padding */
}

.about-section ul {
    padding-left: 0;
    margin-bottom: 0;
}

.about-section ul li {
    margin-bottom: 5px;
    /* bilkul halka gap */
    line-height: 1.4;
    /* thoda tight line-height */
}

.about-section .img-fluid {
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.expert-service{
    font-size: 14px;
}

/* service start */
.slick-prev,
.slick-next {
    background: #00a4e9 !important;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    z-index: 1000;
    display: flex !important;
    align-items: center;
    justify-content: center;
    position: absolute;
}

.slick-prev:before,
.slick-next:before {
    color: white !important;
    font-size: 18px;
}

.services-slider .slick-slide {
    margin: 0 10px;
}

.slick-list {
    margin: 0 -10px;
}

/* Hide arrows on small screens */
.slick-prev,
.slick-next {
    display: none !important;
}

@media (min-width: 1024px) {

    .slick-prev,
    .slick-next {
        display: flex !important;
    }
}

/* service end */

.section-title {
    font-weight: bold;
    font-size: 2rem;
}

.cancer-list i {
    color: #00a4e9;
    margin-right: 8px;
}

.contact-btn {
    background: #00a4e9;
    border: none;
    padding: 12px 20px;
    font-weight: bold;
}

.contact-btn:hover {
    background: #d01767;
}

.stats {
    text-align: center;
    font-weight: bold;
    color: #00a4e9;
    font-size: 1.8rem;
}

.stats p {
    font-size: 1rem;
    color: #333;
}

/* various form */
/* General container spacing */
.container-fluid {
    padding: 50px 15px;
}

/* Text and badge styling */
.badge {
    font-size: 1rem;
    padding: 10px 15px;
    border-radius: 5px;
}

h2 {
    font-size: 2rem;
    font-weight: bold;
}

/* Cancer List styling */
.list-unstyled {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 0px;
}

@media (max-width: 768px) {
    .list-unstyled {
        display: block;
        flex-wrap: wrap;
        gap: 20px;
        margin-top: 0px;
    }
}

.list-unstyled div {
    flex: 1;
    min-width: 200px;
}

.list-unstyled li {
    font-size: 15px;
    /* margin-bottom: 10px; */
    display: flex;
    align-items: center;
    gap: 10px;
}

.text-one {
    color: #00a4e9;
    font-size: 1.2rem;
}

/* Button Styling */
.btn-know-more {
    background-color: #ff1493;
    color: #fff;
    padding: 12px 20px;
    font-size: 1rem;
    border-radius: 5px;
    display: inline-block;
    margin-top: 20px;
    text-decoration: none;
}

.btn-know-more:hover {
    background-color: #e01382;
    color: #fff;
}

/* Image Styling */
.img-fluid {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}

/* Statistics Section */
.icon-box {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 5px solid #00a4e9;
    font-size: 24px;
    font-weight: bold;
    color: #ff1493;
    margin: 0 auto;
}

/* Responsive Design */
@media (max-width: 768px) {
    .list-unstyled {
        flex-direction: column;
        gap: 10px;
    }

    .col-md-5 {
        text-align: center;
    }

    .btn-know-more {
        display: block;
        width: max-content;
        margin: 20px auto 0;
    }

    .icon-box {
        width: 70px;
        height: 70px;
        font-size: 20px;
    }
}

/* FAQ's */
.faq-section .accordion-item {
    margin-bottom: 15px;
    /* accordion ke items ke beech ka gap */
    border-radius: 8px;
    /* thoda rounded look */
    overflow: hidden;
    /* border-radius ke liye zaroori */
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    /* halki si shadow for better look */
}

.faq-section .accordion-button {
    font-weight: 600;
    font-family: 'Roboto Slab', serif;
}

/* form */
.form-box {
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.form-input,
.form-textarea,
.form-file {
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 10px;
    font-size: 14px;
}

.form-input:focus,
.form-textarea:focus,
.form-file:focus {
    border-color: #f13ca4;
    box-shadow: 0 0 0 0.2rem rgba(241, 60, 164, 0.2);
}

.form-btn {
    background: #f13ca4;
    border: none;
    transition: all 0.3s;
}

.form-btn:hover {
    background: #d73394;
}