/* ===============================
   GLOBAL ENHANCEMENT
================================ */
body {
    font-family: 'Poppins', sans-serif;
    background-color: #f7f9fc;
}

/* ===============================
   HEADER MODERN LOOK
================================ */
.main-header {
    box-shadow: 0 10px 40px rgba(0,0,0,.08);
}

.header-top {
    background: linear-gradient(135deg,#3f87ff,#1e4fff);
}

.header-top li,
.header-top a {
    color: #fff !important;
}

/* ===============================
   HERO / BANNER
================================ */
.banner-section {
    position: relative;
    padding: 120px 0;
}

.banner-section::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0,0,0,.65), rgba(0,0,0,.25));
}

.banner-section .content-box {
    position: relative;
    z-index: 2;
}

.banner-section h1 {
    font-size: 48px;
    font-weight: 700;
    color: #fff;
}

.banner-section p {
    font-size: 18px;
    color: #eaeaea;
}

/* SEARCH BOX */
.form-inner input {
    height: 56px;
    border-radius: 50px;
    padding-left: 25px;
    font-size: 16px;
}

.form-inner button {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: linear-gradient(135deg,#3f87ff,#1e4fff);
    color: #fff;
}

/* ===============================
   CATEGORY CARDS
================================ */
.category-block-one .inner-box {
    background: #fff;
    border-radius: 18px;
    padding: 30px 20px;
    transition: all .4s ease;
}

.category-block-one:hover .inner-box {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0,0,0,.12);
}

/* ===============================
   DOCTOR CARDS
================================ */
.team-block-two {
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
    transition: all .4s ease;
}

.team-block-two:hover {
    transform: translateY(-12px);
    box-shadow: 0 20px 50px rgba(0,0,0,.15);
}

.team-block-two img {
    transition: transform .5s ease;
}

.team-block-two:hover img {
    transform: scale(1.07);
}

/* FAVORITE HEART */
.team-block-two .fa-heart {
    background: #fff;
    padding: 10px;
    border-radius: 50%;
    box-shadow: 0 4px 15px rgba(0,0,0,.25);
}

.activefav i {
    color: #ff3b3b;
}

/* ===============================
   BUTTONS
================================ */
.theme-btn-one {
    border-radius: 50px;
    padding: 12px 28px;
    font-weight: 600;
    background: linear-gradient(135deg,#3f87ff,#1e4fff);
    border: none;
    transition: all .3s ease;
}

.theme-btn-one:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(63,135,255,.45);
}

/* ===============================
   CTA / APP SECTION
================================ */
.cta-section .content-box {
    background: rgba(255,255,255,.15);
    backdrop-filter: blur(10px);
    padding: 40px;
    border-radius: 20px;
}

/* ===============================
   PROCESS BOX
================================ */
.processing-block-two {
    background: #fff;
    border-radius: 16px;
    padding: 30px;
    transition: all .3s ease;
}

.processing-block-two:hover {
    box-shadow: 0 15px 40px rgba(0,0,0,.12);
}

/* ===============================
   FOOTER
================================ */
.main-footer {
    background: linear-gradient(180deg,#0f1b3d,#050b20);
}

.main-footer h3,
.main-footer p,
.main-footer a {
    color: #ddd;
}

.main-footer a:hover {
    color: #3f87ff;
}
