@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}

html,
body {
    overflow-x: hidden;
}

:root {
    --base-color-1: #013160;
    --base-color-2: #0E3C68;
    --base-color-3: #444444;
    --base-color-4: #888888;
    --white-color: #ffffff;
}

/*==========Group css===========*/
.flex-div {
    display: flex;
}

.jus-center {
    justify-content: center !important;
}

.jus-right {
    justify-content: right !important;
}

.jus-start {
    justify-content: flex-start !important;
}

.txt-cntr {
    text-align: center !important;
}

.txt-left {
    text-align: left !important;
}

.jus-end {
    justify-content: flex-end;
}

.jus-bet {
    justify-content: space-between !important;
}

.jus-arnd {
    justify-content: space-around !important;
}

.align-bot {
    align-items: flex-end;
}

.align-mid {
    align-items: center;
}

.align-top {
    align-items: flex-start;
}

.align-center {
    align-content: center;
}

.flex-wrap {
    flex-wrap: wrap;
}

.dirc-col {
    flex-direction: column;
}

.positionR {
    position: relative;
}

.full-width {
    width: 100% !important;
}

.width-auto {
    width: auto !important;
}

.width-half {
    width: 50% !important;
}

.input-div.full-width {
    width: 100% !important;
}

.no-pad {
    padding: 0 !important;
}

.no-marg {
    margin: 0 !important;
}

.no-marg-top {
    margin-top: 0 !important;
}

.marg-t-b-50 {
    margin: 50px 0px;
}

.marg-t-b-30 {
    margin: 30px 0px;
}

.marg-l-20 {
    margin-left: 20px;
}

.margin-r-l {
    margin: 0 auto;
}

.no-pad-top {
    padding-top: 0 !important;
}

.no-pad-btm {
    padding-bottom: 0 !important;
}

.bg-none {
    background: none !important;
}

.brdr-none {
    border: 0 !important;
}

.shad-none {
    box-shadow: none !important;
}

.child-half {
    width: calc(50% - 3px) !important;
}

.pad10 {
    padding: 10px !important;
}

.padtop10 {
    padding-top: 10px !important;
}

.padbottom10 {
    padding-bottom: 10px !important;
}

.padtop-t-b-50 {
    padding: 50px 0px;
}

.padtop-l-r-100 {
    padding: 0px 100px;
}

.padtop-l-r-60 {
    padding: 0px 60px;
}

/* ===========custom my css=========== */
/* ==========sub header start============================*/
.top-bar {
    background: #0d4f73;
    padding: 8px 0;
    color: #fff;
    font-size: 15px;
}

.top-text {
    font-weight: 500;
}

.social-icons a {
    color: #fff;
    margin-left: 15px;
    font-size: 14px;
    transition: 0.3s ease;
}

.social-icons a:hover {
    color: #ffcc00;
}

/* =============navbar======================= */
.custom-navbar {
    background: #f2f2f2;
    padding: 15px 0;
}


.navbar-brand img {
    width: 130px;
}

.navbar-nav .nav-link {
    color: #333;
    font-size: 16px;
    font-weight: 500;
    margin-left: 20px;
    transition: 0.3s ease;
    display: flex;
    align-items: center;
}

.navbar-nav .nav-link i {
    margin-right: 8px;
    font-size: 14px;
}

.navbar-nav .nav-link:hover {
    color: #0d4f73;
}

.nav-item:hover {
    background: #cccccc26;
}

.navbar-nav .nav-link.active {
    color: #0d4f73;
    font-weight: 600;
    position: relative;
}

.navbar-nav .nav-link.active::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background: #0d4f73;
    bottom: -5px;
    left: 0;
}

.navbar-expand-lg .navbar-nav {
    gap: 8px;
}

/* ==================hero-section================ */
.hero-section {
    position: relative;
}

.slider-1 img {
    width: 100%;
    display: block;
}

.slick-prev,
.slick-next {
    top: auto;
    bottom: 0px;
    z-index: 10;
}

.slick-next {
    right: 20px;
}

.slick-prev {
    right: 60px;
    left: auto;
}

.slick-prev,
.slick-next {
    top: auto;
    width: 60px;
    height: 60px;
    background: #f26522;
    z-index: 10;
    border: none;

    ;
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
    color: #000;
    outline: 0;
    background: #f26522;
}

.slick-prev.slick-arrow {
    margin: 0px 30px;
}

.slick-dots {
    bottom: 5px;
    left: 20px;
    text-align: left;
}

.slick-dots li button:before {
    font-size: 12px;
    color: #ffffff;
}

.slick-dots li.slick-active button:before {
    color: #f3bf13;
}

.slick-slider {
    margin-bottom: 0px !important;
}

/* ====================Delhi physian============== */
.delhi-physian {
    position: relative;
}

.section-heading {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}


.heading-lines {
    display: flex;
    gap: 5px;
    margin-right: 15px;
}

.heading-lines span {
    width: 4px;
    height: 22px;
    background: #f26522;
    display: block;
}

.section-heading h5 {
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    white-space: nowrap;
}

.heading-border {
    flex: 1;
    height: 1px;
    background: #ddd;
    margin-left: 20px;
}

.left-content img {
    width: 100%;
}

.left-content p {
    line-height: 1.5;
    font-size: 14px;
    text-align: justify;
    margin: 6px 17px;
}

.event-box {
    background: #156c9e;
    color: #fff;
    padding: 3rem;
    text-align: center;
}

.event-box h3 {
    font-size: 28px;
    margin-bottom: 25px;
}

.event-box p {
    font-size: 16px;
    margin-bottom: 18px;
    line-height: 1.6;
}

.event-box a {
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    margin: 18px 0;
}

.event-box a:hover {
    text-decoration: underline;
}

/* ====================member-==================== */
.member-hero {
    background-image: url(../images/member-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;

}

h2.member {
    color: #fff;
}

.member span {
    color: #f26522;
}

.search-box {
    position: relative;
}

.search-box input {
    width: 280px;
    padding: 11px 55px 13px 20px;
    border: none;
    outline: none;
    border-radius: 2px;
    background: linear-gradient(90deg, #2c313a, #1e232b);
    color: #fff;
    font-size: 14px;
    font-style: italic;
}

.search-box input::placeholder {
    color: #bfc5cc;
    font-style: italic;
}

.search-box i {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #d6dbe0;
    font-size: 18px;
    cursor: pointer;
}

.search-box input:focus {
    background: linear-gradient(90deg, #1f242c, #171b21);
}

/* ====================office-bearers=================== */


.president-card-main {
    width: 100%;
    display: flex;
    gap: 20px;
}

.president-card {
    width: 38%;
    background: #ffdcdd;
    padding: 15px 10px;
    border: 1px solid #fcdeba;
    border-radius: 4px;
}

.past-card {
    width: 38%;
    background: #e1ffd9;
    padding: 15px 5px;
    border: 1px solid #fcdeba;
    border-radius: 4px;
}

.medical-card {
    width: 38%;
    background: #c2e1ee;
    padding: 15px 5px;
    border: 1px solid #8ec3d9;
    border-radius: 4px;
}

.president-card h5 {
    font-size: 16px;
    color: #8d4345;
}

.past-card h5 {
    font-size: 16px;
    color: #435b3d;
}

.medical-card h5 {
    font-size: 16px;
    color: #3d507f;
}

.president-card p {
    font-size: 12px;
    margin-bottom: 5px;
    color: #8d4345;
    ;
}

.medical-card ul {
    list-style: none;
}

.medical-card ul li {
    font-size: 12px;
    margin-bottom: 5px;
    color: #3d507f;
}

.past-card p {
    font-size: 12px;
    margin-bottom: 5px;
    color: #435b3d;
}

.president-card a {
    font-size: 12px;
    color: #8d4345;
    text-decoration: none;
}

.past-card a {
    font-size: 12px;
    color: #435b3d;
    text-decoration: none;
}


.beares-list img {
    width: 100%;
}

/* =================gallery============== */

.gallery-img {
    position: relative;
}

.gallery-img img {
    width: 100%;
    object-fit: cover;
    cursor: pointer;
}

.image-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.image-popup img {
    max-width: 90%;
    max-height: 90%;
}

.close-popup {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 35px;
    color: #fff;
    cursor: pointer;
    background-color: #111;
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    ;
}

.close-popup:hover {
    background-color: #fff;
    color: #000;
    cursor: pointer;
}



/* =======================download section================== */

.download-btn a {
    background: #d9d9d9;
    padding: 14px 35px;
    border-radius: 6px;
    display: inline-block;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    transition: .3s;
}

.download-btn a {
    text-decoration: none;
    font-style: italic;
    font-size: 14px;
    color: #555;
}

.download-btn:hover a {
    transform: translateY(-3px);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}

/* ===============newslatter================================ */
.bulletin-img {
    overflow: hidden;
}

.bulletin-img img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    transition: .4s;
}

.bulletin-img img:hover {
    transform: scale(1.05);
}

.bulletin-title {
    font-size: 26px;
    font-family: serif;
    margin: 20px 0px;
    color: #000;
    text-align: center;
}

.view-more {
    display: inline-block;
    margin: 10px;
    font-size: 22px;
    color: #ff6600;
    text-decoration: none;
    margin: 0 auto;
}

.view-more:hover {
    text-decoration: underline;
}

/* =========================Ethics Committee ===================== */
.Ethics-committy {
    background: #f8f9fa;
    padding: 15px;
    border-radius: 10px;
}

.Ethics-heading {
    color: #0b6efd;
    font-size: 36px;
    ;
}

.introduction h5 {
    color: #0b6efd;
    font-size: 20px;
}

.introduction p {
    color: #1d1d1d;
    font-size: 14px;
}

.introduction h6 a {
    color: #1d1d1d;
    font-size: 14px;
    text-decoration: none;
    font-weight: 400;
}

.introduction h6 {
    color: #1d1d1d;
    font-size: 16px;
    margin: 5px 0;
}

.introduction ul li {
    color: #1d1d1d;
    font-size: 14px;
    padding: 5px 0;
}

.introduction ol li {
    color: #1d1d1d;
    font-size: 14px;
    padding: 5px 0;
}

.ethics-box {
    background: #f4f4f4;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.ethics-title {
    color: #1a5cff;
    font-size: 30px;
    margin-bottom: 30px;
}

.ethics-list {
    padding-left: 20px;
}

.ethics-list li {
    background: #ccd9fa82;
    border-radius: 6px;
}

.ethics-list li a {
    text-decoration: none;
    color: #1a5cff;
    display: block;
    margin-bottom: 18px;
    padding: 12px 25px;
    font-size: 14px;
}

.ethics-list li:hover {
    background: #cfd5df;
}

/* ==================join-us=================== */
.membership-section {
    background: #f3f3f3;
}

.section-title {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}


.section-title h3 {
    font-weight: 600;
    margin: 0;
    font-size: 20px;
}

.contact-info {
    list-style: none;
    padding: 0;
    margin: 0;
}

.contact-info li {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 1.6;
}

.contact-info a {
    text-decoration: none;
    color: #333;
}

.contact-info a:hover {
    color: #ff5a2c;
}



/* ====================footer=========== */
.main-footer {
    background: linear-gradient(to right, #2d2d2d, #3a3a3a);
    color: #ddd;
    padding: 60px 0 30px;
}

.main-footer h4 {
    color: #fff;
    margin-bottom: 25px;
    font-weight: 600;
}

.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    padding: 8px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.footer-links li a {
    color: #ccc;
    text-decoration: none;
    transition: 0.3s;
    font-size: 14px;
}

.footer-links li a:hover {
    color: #fff;
    padding-left: 5px;
}

.main-footer p {
    margin-bottom: 16px;
    color: #ccc;
    font-size: 14px;
}

.main-footer a {
    color: #ccc;
    text-decoration: none;
}

.main-footer a:hover {
    color: #fff;
}

.main-footer .form-control {
    background: #444343;
    border: none;
    color: #fff;
}

.form-control {
    border-radius: 4px !important;
    font-size: 14px;
}

.main-footer .form-control:focus {
    background: #555;
    box-shadow: none;
    color: #fff;
}

.footer-btn {
    background: #111;
    color: #fff;
    border: none;
    padding: 8px 20px;
    transition: 0.3s;
}

.footer-btn:hover {
    background: #0d4f73;
}

.footer-bottom {
    margin-top: 20px;
    font-size: 14px;
    color: #aaa;
}

hr {
    border-color: rgba(255, 255, 255, 0.1);
}

.footer-links li::before {
    content: "›";
    margin-right: 8px;
    color: #999;
}

/* =============responsive==================== */
@media(min-width:992px) {

    .navbar-nav .nav-link {
        margin-left: 0;
        padding: 10px 0;
    }
}


@media (max-width: 767px) {
    .navbar-brand img {
        width: 90px;
    }

    .slick-prev,
    .slick-next {
        top: auto;
        width: 30px;
        height: 30px;
        background: #f26522;
        z-index: 10;
        border: none;
        bottom: -10px;
    }

    .slick-prev.slick-arrow {
        margin: 0px 0px;
    }

    .slick-dots {
        bottom: -10px;
        left: 0px;
        text-align: left;
    }

    .president-card-main {
        flex-direction: column;
        text-align: center;
    }

    .president-card {
        width: 100%;
        text-align: center;
    }

    .past-card {
        width: 100%;
        text-align: center;
    }

    .medical-card {
        width: 100%;
        text-align: center;
    }

    .ethics-title {
        font-size: 20px;
    }

    .close-popup {
        top: 30px;
        right: 40px;
    }
}

@media (max-width: 575px) {
    .section-heading h5 {
        font-size: 12px;
        font-weight: 500;
        margin: 0;
        white-space: nowrap;
    }

    .president-card {
        width: 100%;
    }

    .past-card {
        width: 100%;
    }

    .medical-card {
        width: 100%;
    }

    .ethics-title {
        font-size: 18px;
    }

    .Ethics-heading h3 {
        font-size: 22px;
    }


    .search-box input {
        width: 213px;
    }

}

@media(max-width:480px) {
    .ethics-title {
        font-size: 14px;
    }

    .close-popup {
        top: 30px;
        right: 40px;
    }
}