﻿@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
body {
    margin: 0;
    font-family: "Montserrat", sans-serif;
}

main {
    padding-bottom: 80px;
}

header {
    /* border-bottom: 1px solid #dddddd; */
    padding: 5px 15px;
    height: 90px;
    display: flex;
    align-items: center;
}
.logo{

}
.logo img{
    height:65px;
}
    .logo2 img {
        height: 65px;
    }

    nav.mainnav {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height:80px;
    z-index:11;
}
    nav.mainnav ul {
        padding: 0;
        margin: 0;
        display: flex;
        justify-content: space-between;
        list-style: none;
    }
        nav.mainnav ul li {
            width: 20%;
            text-align: center;
        }

            nav.mainnav ul li a {
                display: block;
                text-decoration: none;
                padding: 4% 0;
                font-size: 18px;
                text-transform: uppercase;
                background: #eeeeff;
                color: #123456;
                font-weight: 600;
                border-right: 2px solid #ffffff;
                white-space:nowrap;
                outline:none;
                height:80px;
            }
                nav.mainnav ul li a i {
                    display: block;
                    font-size: 22px;
                    line-height: 26px;
                }

            nav.mainnav ul li:last-child a{
                border-right: none;
            }
            nav.mainnav ul li.active a, nav.mainnav ul li.active a:hover {
                background: #f2b80f;
                color: #ffffff;
            }

            nav.mainnav ul li a:hover {
                background: #fff9c2;
            }


/* .hero {
    background: url(../images/main-banners.jpg) no-repeat center;
    min-height: calc(100vh - 170px);
    background-size: cover;
    position: relative;
} */

.hero {
    width: 100%;
    background: #ffffff;
    position: relative;   
    overflow: visible;
}


.hero img {
    width: 100%;
    height: auto;
    display: block;
}


@media (max-width: 767px) {
    .hero {
        margin-bottom: 0;
    }

    .hero img {
        display: block;
        width: 100%;
        height: auto;
        max-height: 380px;   /* 👈 important */
        object-fit: contain; /* mobile me crop nahi */
    }
}




.herotitle {
    width: 70%;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align:center;
}
.herotitle img{
    width: 100%;
}

    .herotitle .title1 {
        color: #ffffff;
        line-height: 1;
        font-size: 1.9vw;
        font-weight: 500;
        display: block;
        background: #0c0c0c;
        text-align: center;
        padding: 15px 5px;
        border-radius: 10px;
    }
    .herotitle .title2 {
        color: #ffffff;
        line-height: 1;
        font-size: 1.5vw;
        font-weight: 400;
        display: inline-block;
        background: #0c0c0c;
        text-align: center;
        padding: 15px 25px;
        border-radius: 10px;
        margin-top: 10px;
    }


/* ABOUT PAGE CARD */
.about-card {
    background: #ffffff;
    border-radius: 22px;
    padding: 45px 50px;
    margin: 30px 0 60px;
    box-shadow:
        0 30px 70px rgba(0,0,0,0.10),
        0 10px 25px rgba(0,0,0,0.05);
}

/* Paragraphs */
.about-card p {
    font-family: "Inter", "Open Sans", "Segoe UI", Arial, sans-serif;
    font-size: 16px;
    line-height: 30px;
    color: #2f2f2f;
    font-weight: 400;
    margin-bottom: 22px;
}

/* First paragraph highlight */
.about-card p:first-child {
    font-size: 17px;
    font-weight: 500;
    color: #1f3b63;
}

/* Ordered list */
.about-card ol {
    padding-left: 22px;
    margin: 20px 0 30px;
}

.about-card ol li {
    font-family: "Inter", "Open Sans", sans-serif;
    font-size: 15.5px;
    line-height: 28px;
    color: #333;
    margin-bottom: 14px;
}

/* Bold heading inside list */
.about-card ol li span {
    font-weight: 600;
    color: #0b3c6d;
}

/* Mobile optimization */
@media (max-width: 767px) {
    .about-card {
        padding: 28px 22px;
    }

    .about-card p {
        font-size: 14px;
        line-height: 24px;
    }

    .about-card ol li {
        font-size: 14px;
        line-height: 24px;
    }
}


.inner{

}
    .inner p {
        font-size: 16px;
        color: #333333;
        font-weight: 400;
        text-align: justify;
        line-height: 28px;
    }
.inner .pageheader {
    background: url(../images/main-banner.jpg) no-repeat center;
    background-size: cover;
    min-height: 260px;

    display: flex;
    justify-content: center;
    align-items: center;

    margin: 30px 0;
    /* padding-bottom: 30px; */
}

/* SINGLE background box */
.pageheader-text {
    /* background: rgba(11, 60, 109, 0.75); */
    background: rgb(24 90 155 / 75%);
    padding: 22px 45px;
    border-radius: 10px;
    text-align: center;

    /* 👇 text ko niche laane ke liye */
    margin-top: 130px;
}

/* H1 */
.pageheader-text h1 {
    font-size: 28px;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 6px 0;
    text-transform: uppercase;
    text-shadow: 1px 1px 4px rgba(0,0,0,0.45);
}

/* H2 – SPEAKERS */
.pageheader-text h2 {
    font-size: 18px;
    font-weight: 700;
    color: #e6f1ff;
    margin: 0;
    letter-spacing: 3px;
    text-transform: uppercase;
    text-shadow: 1px 1px 4px rgba(0,0,0,0.45);
}


/* SPEAKERS CARD */
.speakers-card {
    background: #fff;
    border-radius: 28px;
   padding: 40px 30px 45px;

    /* 🔥 BIGGER & SOFTER SHADOW */
    box-shadow:
        0 30px 80px rgba(0, 0, 0, 0.12),
        0 10px 25px rgba(0, 0, 0, 0.06);
    position: relative;
}

/* outer section thoda soft background */
.slider_speaker {
    /* background: #f5f8fc; */
     background: #bab9b9;
    padding: 60px 0;
}

.slider_speaker {
    background: #fff;
    padding-top: 60px;
    padding-bottom: 60px;
}
.slider_speaker .title {
    font-family: "Inter", "Segoe UI", Roboto, Arial, sans-serif;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #0b3c6d;
    text-shadow:
        0 1px 2px rgba(0,0,0,0.15),
        0 4px 10px rgba(11,60,109,0.25);
}
.slider_speaker .subtitle {
    font-family: "Inter", "Segoe UI", Roboto, Arial, sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.6;
    color: #5f6b7a;

    /* soft shadow */
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
}
.slider_speaker .title::after {
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    background: #0b3c6d;
    margin: 10px auto 0;
    border-radius: 2px;
}
.slider-speakers {
    padding-bottom: 30px;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
}
.slider-speakers {
    position: relative;
}

.slick-prev,
.slick-next {
    width: 44px;
    height: 44px;
    z-index: 10;
}

.slick-prev {
    left: -55px;
}

.slick-next {
    right: -55px;
}

.slick-prev:before,
.slick-next:before {
    font-size: 30px;
    color: #0b3c6d;
}


/* ================================
   REFERENCE SPEAKER CARD (FINAL)
================================ */

.speaker-ref {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 18px;
    max-width: 100%;
    margin: auto;
    box-sizing: border-box;
    transition: transform .3s ease;
    box-shadow: 0 25px 40px #f1f1f1;
    overflow: hidden;
}

/* REAL BORDER */
.speaker-ref::before {
    content: "";
    position: absolute;
    inset: -3px;
    border-radius: 18px;
    border: 3px solid #bfe3ff;
    pointer-events: none;
}

.speaker-ref.pastel-yellow::before {
    border-color: #ffe6a8;
}

/* slick slide spacing */
.slider-speakers .slick-slide {
    padding: 0 10px;   /* left-right gap */
    box-sizing: border-box;
    height: auto !important;
}
.slider-speakers .slick-track {
    display: flex !important;
}
.slider-speakers .item {
    height: 100%;
}

.speaker-ref:hover {
    transform: translateY(-2px);
}

/* pastel borders */
.pastel-blue {
    border: 6px solid #bfe3ff;
}
.pastel-yellow {
    border: 3px solid #ffe6a8;
}

/* IMAGE AREA */
.speaker-ref-img {
    position: relative;
    height: 300px;
    overflow: hidden;
}

.speaker-ref-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;          /* sab image same */
    object-position: center top;
    display: block;
}


.speaker-ref-img img {
    transition: transform 0.3s ease, filter 0.3s ease;
}

.speaker-ref-img:hover img {
    filter: brightness(0.75);
}
/* WHITE FADE (REFERENCE STYLE) */
.speaker-ref-img::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;

    height: 90px;
    background: linear-gradient(
        to bottom,
        rgba(255,255,255,0) 0%,
        rgba(255,255,255,0.45) 60%,
        rgba(255,255,255,0.85) 100%
    );

    pointer-events: none;
    z-index: 2;

    /* ❌ NO transform / NO animation */
}

.speaker-ref-img:hover::after {
    opacity: 0;
}


/* READ ABOUT – reference style */
.speaker-ref-hover {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #ffffff;

    background: rgba(0, 0, 0, 0.35); /* 👈 light overlay */
    opacity: 0;
    transition: opacity 0.3s ease;

    text-decoration: none;
    z-index: 2;
}

/* hover trigger */
.speaker-ref-img:hover .speaker-ref-hover {
    opacity: 1;
}


/* TEXT AREA */
.speaker-ref-content {
    position: relative;
    z-index: 2;              /* 👈 VERY IMPORTANT */
    background: #fff;
    padding: 14px 16px 18px;
    border-bottom-left-radius: 18px;
    border-bottom-right-radius: 18px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start; 
    gap: 2px;   
}

.speaker-ref-content p,
.speaker-ref-content span {
    font-size: 14px;
    color: #666;
    margin: 0;
    line-height: 1.25;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.speaker-ref-content h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 8px;
    line-height: 1.25;
}

.speaker-profile {
    margin-top: 40px;
}

.speaker-card,
.speaker-about-card {
    border-radius: 14px;
    border: none;
    padding: 35px 40px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    margin-bottom: 50px;
}
.speaker-about-card::before {
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    background: #0b3c6d;
    margin-bottom: 20px;
    border-radius: 2px;
}

.speaker-name {
    font-size: 30px;
    font-weight: 700;
    color: #0b3c6d;
    margin-bottom: 6px;
}

.speaker-designation {
    font-size: 16px;
    font-weight: 500;
    color: #6c757d;
}

/* ===============================
   SPEAKER PROFILE PAGE FIX
================================ */

/* circular wrapper already correct */
.speaker-img-wrap {
    width: 240px;
    height: 240px;
    border-radius: 50%;
    padding: 6px;
    background: linear-gradient(135deg, #bfe3ff, #bfe3ff);
    display: flex;
    align-items: center;
    justify-content: center;
}

/* 🔥 IMPORTANT OVERRIDE */
.speaker-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: contain;   /* 👈 cover ❌, contain ✅ */
    object-position: center;
    border-radius: 50%;
    background: #fff;
}


/* ABOUT SPEAKER TEXT */
.speaker-about-card p {
    font-family: "Inter", "Segoe UI", Roboto, Arial, sans-serif;
    font-size: 15.8px;
    line-height: 30px;
    color: #2f2f2f;
    font-weight: 400;
    letter-spacing: 0.2px;
    margin-bottom: 18px;
}

/* First paragraph thoda highlight */
.speaker-about-card p:first-child {
    font-size: 16.5px;
    font-weight: 500;
    color: #1f3b63;
}
/* Speaker About – list styling */
.speaker-about-card ul {
    margin: 20px 0 10px 0;
    padding-left: 22px;              /* clean indent */
    list-style: disc;
}
.speaker-about-card ul li {
    font-family: "Inter", "Segoe UI", Roboto, Arial, sans-serif;
    font-size: 15.5px;
    line-height: 30px;               /* long text readable */
    color: #2f2f2f;
    font-weight: 400;
    margin-bottom: 14px;
    letter-spacing: 0.2px;
}
.speaker-about-card ul li::marker {
    color: #0b3c6d;                  /* brand blue */
    font-size: 14px;
}
@media (max-width: 767px) {
    .speaker-about-card ul {
        padding-left: 18px;
    }

    .speaker-about-card ul li {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 12px;
    }
    .speaker-ref-img {
        height: 220px;
    }
    .speaker-img-wrap {
        width: 200px;
        height: 200px;
        margin: 20px auto 10px auto;
    }

     /* pure card ko center align */
    .speaker-card {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    /* name & designation center */
    .speaker-name,
    .speaker-designation {
        text-align: center;
    }
}

@media (max-width: 768px) {

    .speaker-card {
        text-align: center;
    }

    .speaker-name,
    .speaker-designation {
        text-align: center;
    }

    .speaker-img-wrap {
        margin-top: 20px;
    }

     .speaker-ref-img {
        height: 240px;
    }

    .slider-speakers {
        padding: 0 20px;
    }

    .slick-prev {
        left: -35px;
    }

    .slick-next {
        right: -35px;
    }
}




/* .our-team {
    background: #092a6d;
    text-align: center;
    margin: 7%;
    overflow: hidden;
}

    .our-team .pic {
        position: relative;
        overflow: hidden;
        transform: scale(1);
        transition: all 0.3s ease 0s;
    }

    .our-team:hover .pic {
        transform: scale(1.01);
    }

    .our-team .pic:after {
        content: "";
        width: 200px;
        height: 200px;
        border-radius: 50%;
        background-color: rgba(0, 0, 0, 0.5);
        box-shadow: 0 0 0 900px rgba(255, 255, 255, 0.5);
        position: absolute;
        bottom: -100px;
        right: -100px;
        opacity: 0;
        transform: scale3d(0.5, 0.5, 1);
        transform-origin: 50% 50% 0;
        transition: all 0.35s ease 0s;
    }

    .our-team:hover .pic:after {
        opacity: 1;
        transform: translate3d(0px, 0px, 0px);
    }

    .our-team .pic img {
        width: 100%;
        height: auto;
    }

    .our-team .read-more {
        width: 100px;
        padding: 0 15px 15px 0;
        font-size: 14px;
        color: #fff;
        letter-spacing: 0.35px;
        text-align: right;
        text-transform: uppercase;
        position: absolute;
        bottom: 0;
        right: 0;
        opacity: 0;
        z-index: 1;
        transform: translate3d(20px, 20px, 0px);
        transition: all 0.35s ease 0s;
        text-decoration:none;
    }

    .our-team:hover .read-more {
        opacity: 1;
        transform: translate3d(0px, 0px, 0px);
    }

    .our-team .read-more:hover {
        text-decoration: none;
    }

    .our-team .team-content {
        padding: 10px 5px;
        min-height: 100px;
        display: flex;
        flex-flow: column;
        justify-content: center;
    }

    .our-team .title {
        font-size: 16px;
        font-weight: 600;
        color: #ffffff;
        text-transform: capitalize;
        margin: 0;
    }

    .our-team .post {
        font-size: 13px;
        font-weight: 500;
        color: #dbdbdb;
        text-transform: capitalize;
    }

@media only screen and (max-width: 990px) {
    .our-team {
        margin-bottom: 30px;
    }
} */



.btn_viewall {
    border: 1px solid #666666;
    text-decoration: none;
    padding: 8px 15px;
    font-size: 14px;
    color: #666666;
    display: table;
    margin: 20px auto;
}


    .btn_viewall:hover {
        border-color:#092a6d;
        color: #ffffff;
        background: #092a6d;
    }


.listing {
    grid-gap: .25px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px; 
    margin-bottom: 20px;
    margin-top: 1rem;
}
@media (max-width: 991px){
    .listing{
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575px){
    .listing{
        grid-template-columns: 1fr;
    }
}


.sponsors {
    padding-top: 50px;
    padding-bottom: 50px;
}
    .sponsor-section-card {
        background: #ffffff;
        border-radius: 28px;
        padding: 50px 40px;

        box-shadow:
            0 40px 90px rgba(0, 0, 0, 0.12),
            0 20px 40px rgba(0, 0, 0, 0.06);
    }
    .sponsors .title {
        font-family: "Inter", "Segoe UI", Roboto, Arial, sans-serif;
        font-size: 28px;
        font-weight: 700;
        letter-spacing: 1.5px;
        text-transform: uppercase;
        color: #0b3c6d;
        padding-bottom: 18px;
        position: relative;

        text-shadow:
            0 1px 2px rgba(0,0,0,0.15),
            0 4px 10px rgba(11,60,109,0.25);
    }

    /* 👇 underline */
    .sponsors .title::after {
        content: "";
        display: block;
        width: 60px;
        height: 3px;
        background: #0b3c6d;
        margin: 10px auto 0;
        border-radius: 2px;
    }

    .sponsors h5 {
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 15px;
    }
    /* COMMON SPONSOR CARD */
    .sponsors .img {
        border: 1px solid #f1f1f1;
        width: 100%;
        height: 160px;              /* 🔥 SAME HEIGHT */
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 30px;                  /* gold sponsors ke beech gap */
        margin: 15px auto;
        border-radius: 15px;
        background: #ffffff;
        padding: 15px;
    }
    /* ALL SPONSOR LOGOS */
    .sponsors .img img {
        max-height: 70px;     /* 🔥 same visual weight */
        max-width: 180px;
        width: auto;
        height: auto;
        object-fit: contain;
    }


    table td:first-child {
        width: 250px;
    }
    .abt_title {
        font-size: 26px;
        margin: 15px 0;
        font-weight: 600;
    }
    .abt_subtitle {
        font-size: 20px;
        margin: 7px 0;
        font-weight: 400;
    }
    /* titles */
    .sponsor-title {
        font-family: "Inter", "Segoe UI", Roboto, Arial, sans-serif;
        font-size: 18px;
        font-weight: 600;
        letter-spacing: 1px;
        text-transform: uppercase;
        color: #0b3c6d;
        margin-bottom: 18px;
    }

    /* =========================
    SPONSORS – RESPONSIVE FIX
    ========================= */

    .sponsor-flex {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 20px;
        flex-wrap: wrap;
    }

    /* remove fixed height problem */
    .sponsors .img {
        height: auto;
        padding: 18px;
    }

    /* logo sizing */
    .sponsor-flex img {
        max-width: 160px;
        width: 100%;
        height: auto;
    }

    /* MOBILE FIX */
    @media (max-width: 767px) {

        .sponsor-section-card {
            padding: 30px 20px;
        }

        .sponsor-title {
            font-size: 15px;
        }

        .sponsor-flex {
            gap: 14px;
        }

        .sponsor-flex img {
            max-width: 140px;
        }
    }
    @media (min-width: 992px) {
        .sponsors .col-lg-6 .img {
            height: 170px;
        }
    }
    @media (max-width: 991px) {

        .sponsors .img {
            max-width: 420px;
        }

        .sponsors .img img {
            max-height: 60px;
            max-width: 160px;
        }
    }


/* @media (min-width: 768px) and (max-width: 991px) {

    .sponsors .img {
        height: 170px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .sponsor-flex {
        flex-direction: column;
    }

    .sponsor-flex img {
        max-width: 150px;
    }
} */



@media screen and (min-width:320px) and (max-width:767.9px){
    main {
        padding-bottom: 60px;
    }
    header {
        padding: 5px 0px;
        height: 70px;
    }
    .logo img {
        height: 45px;
    }
    .logo2 img {
        height: 35px;
    }
    .hero {
        /* min-height: calc(70vh - 170px); */
    }
    .herotitle {
        width: 85%;
    }
        .herotitle .title1 {
            font-size: 2.4vw;
            padding: 8px 5px;
        }
        .herotitle .title2 {
            font-size: 2.6vw;
            padding: 8px 15px;
        }
    nav.mainnav {
        height: 55px;
    }
    nav.mainnav ul li a {
        font-size: 10px;
        height: 55px;
    }
        nav.mainnav ul li a i {
            font-size: 14px;
        }
    .slider_speaker .subtitle {
        font-size: 10px;
        letter-spacing: 0;
    }
    .slider_speaker .title {
        font-size: 18px;
    }
    .our-team .title {
        font-size: 14px;
    }


    .our-team .post {
        font-size: 10px;
    }
    .btn_viewall {
        font-size: 11px;
    }
    .inner .pageheader h1 {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .inner .pageheader h2 {
        font-size: 15px;
        margin-bottom: 0;
    }
    .inner p {
        font-size: 12px;
        line-height: 20px;
    }
    ol {
        font-size: 12px;
        line-height: 24px;
    }
    table td{
        font-size:12px;
    }
    table td:first-child {
        width:50px;
    }
    table td h5{
        font-size: 14px;
    }
    .abt_title {
        font-size: 18px;
        text-align: center;
    }

    .abt_subtitle {
        font-size: 14px;
        margin: 5px 0;
        font-weight: 400;
        text-align: center;
    }

}


.gallery-frame {
    border: 6px solid #fff;
    -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, .3);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, .3);
    border:1px solid #f00;
}


