 @import url('https://fonts.googleapis.com/css2?family=Unbounded:wght@200..900&display=swap');

    /* ===== SECTION: Women Leaders Intro ===== */
    .women-leaders-section {
        padding: 60px 0;

    }
    .women-leaders-section .text-col {
        flex: 1;
        min-width: 0;
    }
.top_panel_image_header p{
  font-size: 20px;
color: #fff;
font-weight: 500;
text-align: center;
}
.Conference_Format_4 .speaker_img{
  max-width: 100%;
}
.faq-item{
  background-color:  #f2184e;
  margin-bottom: 0px;
  border-radius: 0px;
  border-left: 0px;
}
.register-today-section .register-form-wrapper{
  border-radius: 0px;
}
input[type=text], 
input[type=tel], 
input[type=email], 
input[type=url],
.homepage_homepage select,
.footer-section input[type=email]{
  margin-bottom: 30px;
}
    .women-leaders-section .section-heading {
        font-family: "Urbanist", sans-serif;
        font-size: 40px;
        font-weight: 900;
        line-height: 1.15;
        color: #000000;
        text-transform: uppercase;
        margin-bottom: 24px;
        letter-spacing: -0.5px;
    }
.iti__selected-flag{
    height: 60px;
}
    .women-leaders-section .section-text {
        font-family: "Urbanist", sans-serif;
        font-size: 18px;
        font-weight: 400;
        line-height: 1.75;
        color: #333333;
        text-align: justify;
        margin-bottom: 16px;
    }

    .women-leaders-section .section-text:last-child {
        margin-bottom: 0;
    }

   
    .women-leaders-section .speaker-image {
        width: 100%;
        height: auto;
        display: block;
        border-radius: 4px;
        object-fit: cover;
    }

 
    /* ===== SECTION: Leadership Stats ===== */
    .leadership-stats-section {
        padding: 60px 0;
        background-color: #ffffff;
    }


    .leadership-stats-section .stats-heading {
        font-family: "Urbanist", sans-serif;
        font-size: 36px;
        font-weight: 900;
        line-height: 1.2;
        color: #000000;
        text-transform: uppercase;
        text-align: center;
        margin-bottom: 20px;
        letter-spacing: -0.5px;
    }

    .leadership-stats-section .stats-intro {
        font-family: "Urbanist", sans-serif;
        font-size: 18px;
        font-weight: 400;
        line-height: 1.75;
        color: #444444;
        text-align: center;
        margin: 0 auto 40px;
    }

  

    .leadership-stats-section .stat-card {
        height: 100%;
        border: 1.5px solid #e0e0e0;
        border-radius: 12px;
        padding: 32px 28px 24px;
        text-align: center;
        background-color: #ffffff;
        transition: box-shadow 0.3s ease;
    }

    .leadership-stats-section .stat-card:hover {
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    }

    .leadership-stats-section .stat-number {
        font-family: "Urbanist", sans-serif;
        font-size: 52px;
        font-weight: 900;
        color: #f2184e;
        margin-bottom: 12px;
        line-height: 1;
    }

    .leadership-stats-section .stat-desc {
        font-family: "Urbanist", sans-serif;
        font-size: 18px;
        font-weight: 400;
        line-height: 1.6;
        color: #333333;
        margin-bottom: 16px;
    }

    .leadership-stats-section .stat-source {
        font-family: "Urbanist", sans-serif;
        font-size: 14px;
        font-weight: 400;
        color: #666666;
    }

    .leadership-stats-section .stat-source a {
        color: #f2184e;
        text-decoration: underline;
        font-weight: 500;
        transition: color 0.2s ease;
    }

    .leadership-stats-section .stat-source a:hover {
        color: #f2184e;
    }

    .leadership-stats-section .stats-closing {
        font-family: "Urbanist", sans-serif;
        font-size: 18px;
        font-weight: 400;
        line-height: 1.75;
        color: #444444;
        text-align: center;
        margin: 0 auto;
    }



    /* ===== SECTION: Business Excellence / Diversity ===== */
    .business-excellence-section {
        padding: 60px 0;
        background-color: #f5f5f5;
    }

    .business-excellence-section .text-col {
        flex: 1;
        min-width: 0;
    }

    .business-excellence-section .section-heading {
        font-family: "Urbanist", sans-serif;
        font-size: 48px;
        font-weight: 900;
        line-height: 1.15;
        color: #000000;
        text-transform: uppercase;
        margin-bottom: 18px;
        letter-spacing: -0.5px;
        max-width: 800px;
    }

    .business-excellence-section .section-text {
        font-family: "Urbanist", sans-serif;
        font-size: 18px;
        font-weight: 400;
        line-height: 1.75;
        color: #333333;
        text-align: justify;
        margin-bottom: 14px;
    }

    .business-excellence-section .sub-heading {
        font-family: "Urbanist", sans-serif;
        font-size: 18px;
        font-weight: 600;
        color: #1a1a1a;
        margin-bottom: 14px;
    }

    .business-excellence-section .full-width-content {
        margin-top: 28px;
    }

    .business-excellence-section .pill-list {
        display: flex;
        flex-wrap: wrap;
        gap: 15px;
        margin-bottom: 20px;
        list-style: none;
        padding: 0;
    }

    .business-excellence-section .pill-item {
        display: inline-flex;
        align-items: center;
        padding: 8px 16px;
        border-radius: 10px;
        font-family: "Urbanist", sans-serif;
        font-size: 18px;
        font-weight: 600;
        color: #fff;
        background-color: #f2184e;
        white-space: nowrap;
        transition: all 0.25s ease;
    }

    .business-excellence-section .pill-item:hover {
        background-color: #f2184e;
        color: #ffffff;
    }

  

    .business-excellence-section .speaker-image {
        width: 100%;
        height: auto;
        display: block;
        border-radius: 8px;
        object-fit: cover;
    }

  
    /* ===== SECTION: Sessions Showcase ===== */
    .sessions-showcase-section {
        padding: 60px 0;
        background-color: #ffffff;
    }

    .sessions-showcase-section .section-wrapper {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 15px;
    }

    .sessions-showcase-section .section-heading {
        font-family: "Urbanist", sans-serif;
        font-size: 36px;
        font-weight: 900;
        line-height: 1.15;
        color: #000000;
        text-transform: uppercase;
        margin-bottom: 18px;
        letter-spacing: -0.5px;
    }

    .sessions-showcase-section .section-text {
        font-family: "Urbanist", sans-serif;
        font-size: 18px;
        font-weight: 400;
        line-height: 1.75;
        color: #333333;
        text-align: justify;
        margin-bottom: 16px;
    }

    .sessions-showcase-section .slider-wrapper {
        position: relative;
        margin-top: 32px;
    }
.sessions-showcase-section .slider-wrapper::after {
    position: absolute;
    right: 0;
    content: "";
    height: 100%;
    width: 100px;
    z-index: 1;
    top: 10px;
    background: #FFF;
    background: linear-gradient(90deg, rgb(255 255 255 / 0%) 0%, rgb(255 255 255 / 37%) 50%, rgb(255 255 255) 100%);
}
    

    .sessions-showcase-section .slider-arrow {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 10;
        width: 44px;
        height: 44px;
        border-radius: 50%;
        background-color: #f2184e;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
        transition: all 0.3s ease;
    }

    .sessions-showcase-section .slider-arrow:hover {
        background-color: #fff;
        color: #f2184e;
       
    }

   

    .sessions-showcase-section .slider-arrow i {
        font-size: 20px;
       
    }

   

    .sessions-showcase-section .slider-arrow.next {
        right: -22px;
    }

    .sessions-showcase-section .slider-arrow.hidden {
        opacity: 0;
        pointer-events: none;
    }
.sessions-showcase-section .session-card{
    position: relative;
    padding: 10px;
}
    /* .sessions-showcase-section .session-card {
        flex: 0 0 370px;
        min-width: 370px;
        height: 240px;
        border-radius: 12px;
        overflow: hidden;
        position: relative;
        scroll-snap-align: start;
        text-decoration: none;
        display: block;
        flex-shrink: 0;
        cursor: pointer;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .sessions-showcase-section .session-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 8px 30px rgba(74, 0, 224, 0.25);
    } */

    /* .sessions-showcase-section .session-card .card-thumb {
        position: absolute;
        inset: 0;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        z-index: 1;
    } */

    /* .sessions-showcase-section .session-card .card-overlay {
        position: absolute;
        inset: 0;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.75) 100%);
        z-index: 2;
    } */

    /* .sessions-showcase-section .session-card .card-content {
        position: absolute;
        inset: 0;
        z-index: 3;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 20px;
    } */
   .card-content{
    position: absolute;
    top: 0;
    left: 50%;
    top: 50%;
    transform: translateY(-50%);
   }
    .sessions-showcase-section .play-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #f2184e;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    }

    .sessions-showcase-section .session-card:hover .play-btn {
        background-color: #f2184e;
        border-color: #f2184e;
        transform: scale(1.1);
    }

    .sessions-showcase-section .play-btn i {
        color: #ffffff;
        font-size: 18px;
        margin-left: 3px;
    }

    .sessions-showcase-section .card-title {
        font-family: "Urbanist", sans-serif;
        font-size: 18px;
        font-weight: 700;
        color: #ffffff;
        line-height: 1.4;
        text-transform: uppercase;
        letter-spacing: 0.3px;
    }

    .sessions-showcase-section .session-card iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
        z-index: 5;
    }
 .slider-wrapper {
    position: relative;
}



.session-card {
    border-radius: 16px;
    overflow: hidden;
    cursor: pointer;
}

.card-thumb {
height: 320px;
background-size: cover;
background-position: center;
border-radius: 30px;
overflow: hidden;
}

.slider-arrow {
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    width: 45px;
    height: 45px;
    border: none;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 5px 15px rgba(0,0,0,.15);
    cursor: pointer;
    z-index: 100;
}

.slider-arrow.prev {
    left: -20px;
}

.slider-arrow.next {
    right: -20px;
}

.slider-arrow i {
    font-size: 18px;
}



 
    /* ===== SECTION: Impact By The Numbers ===== */
    .impact-numbers-section {
        padding: 80px 0;
        background-color: #ffffff;
    }


    .impact-numbers-section .impact-container {
        background-color: #ffffff;
        border-radius: 36px;
        border: 1px solid #eaeaea;
        box-shadow: 0 15px 45px rgba(0, 0, 0, 0.05);
        padding: 60px 50px;
        text-align: center;
    }

    .impact-numbers-section .section-heading {
        font-family: "Urbanist", sans-serif;
        font-size: 38px;
        font-weight: 900;
        line-height: 1.2;
        color: #000000;
        text-transform: uppercase;
        margin-bottom: 16px;
        letter-spacing: -0.5px;
    }

    .impact-numbers-section .section-text {
        font-family: "Urbanist", sans-serif;
        font-size: 18px;
        font-weight: 400;
        line-height: 1.7;
        color: #555555;
        margin: 0 auto 40px auto;
    }

    /* .impact-numbers-section .stats-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 24px;
        } */

    .impact-numbers-section .stat-card {
        background-color: #f2184e;
        border-radius: 16px;
        padding: 45px 24px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        height: 100%;
    }

    .impact-numbers-section .stat-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 25px rgba(59, 27, 245, 0.25);
    }

    .impact-numbers-section .stat-number {
        font-family: "Urbanist", sans-serif;
        font-size: 64px;
        font-weight: 800;
        color: #ffffff;
        margin-bottom: 8px;
        line-height: 1;
        letter-spacing: -1px;
    }

    .impact-numbers-section .stat-label {
        font-family: "Urbanist", sans-serif;
        font-size: 18px;
        font-weight: 500;
        color: #ffffff;
        line-height: 1.4;
        text-transform: capitalize;
        letter-spacing: 0.3px;
        text-align: center;
        max-width: 220px;
    }
   
    /* ===== SECTION: Meet The Speakers ===== */
    .meet-speakers-section {
        padding: 80px 0;
        background-color: #fcfcfc;
    }

    .meet-speakers-section .section-wrapper {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 15px;
    }

    .meet-speakers-section .section-heading {
        font-family: "Urbanist", sans-serif;
        font-size: 38px;
        font-weight: 900;
        line-height: 1.2;
        color: #000000;
        text-transform: uppercase;
        margin-bottom: 16px;
        letter-spacing: -0.5px;
        text-align: center;
    }

    .meet-speakers-section .section-text {
        font-family: "Urbanist", sans-serif;
        font-size: 18px;
        font-weight: 400;
        line-height: 1.7;
        color: #555555;
        max-width: 850px;
        margin: 0 auto 50px auto;
        text-align: center;
    }

   

    .meet-speakers-section .speaker-card {
        background-color: #ffffff;
        border-radius: 20px;
        overflow: hidden;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
        display: flex;
        flex-direction: column;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        position: relative;
        height: 100%;
    }

    .meet-speakers-section .speaker-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 15px 35px rgba(59, 27, 245, 0.15);
    }

    .meet-speakers-section .speaker-img-wrapper {
        width: 100%;
        padding-top: 110%;
        /* Slightly taller than square */
        position: relative;
        background-color: #eaeaea;
        overflow: hidden;
    }

    .meet-speakers-section .speaker-img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.5s ease;
    }

    .meet-speakers-section .speaker-card:hover .speaker-img {
        transform: scale(1.05);
    }

    .meet-speakers-section .speaker-info {
            background-color: #f2184e;
            padding: 24px 20px;
            text-align: center;
            flex-grow: 1;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            position: relative;
            min-height: 110px;
        }

    .meet-speakers-section .speaker-name {
           font-family: "Urbanist", sans-serif;
            font-size: 18px;
            font-weight: 700;
            color: #ffffff;
            margin-bottom: 6px;
            line-height: 1.3;
        }

    .meet-speakers-section .speaker-title {
           font-family: "Urbanist", sans-serif;
            font-size: 16px;
            font-weight: 500;
            color: rgba(255, 255, 255, 0.85);
            line-height: 1.4;
            max-width: 220px;
        }

    .meet-speakers-section .speaker-card>a {
        display: block;
        text-decoration: none;
        overflow: hidden;
    }
.form-actions{
    padding: 10px 0px;
}

    .reviews-section .slick-dots li {
    margin: 0 6px;
    background: #c7c2e5;
    height: 10px;
    width: 10px;
    border-radius: 100%;
}
.reviews-section .slick-dots li.slick-active {
    background: #f2184e;
   
}
.reviews-section .slick-dots li button{
  opacity: 0;
}
.slick-dots{
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px 0px;
  display: none !important;
}
/* =================== */
.reviews-section .cta-card {
background-color: #f2184e;
color: #fff;
padding: 2.5rem;
border-radius: 1.5rem;
display: flex;
flex-direction: column;
box-shadow: 0 10px 30px rgba(76, 47, 255, .2);
}
.reviews-section .trusted-by {
flex-wrap: wrap;
gap: 10px;
}
.reviews-section .avatar-group {
display: flex;
align-items: center;
}
.reviews-section .avatar-group .avatar {
width: 40px;
height: 40px;
border-radius: 50%;
border: 2px solid #fff;
margin-left: -12px;
object-fit: cover;
}
.reviews-section .avatar-group .avatar:first-child {
margin-left: 0;
}
.reviews-section .avatar-group .avatar-count {
width: 40px;
height: 40px;
border-radius: 50%;
background: #f0f0f0;
color: #333;
display: grid;
place-items: center;
font-weight: 600;
margin-left: -12px;
border: 2px solid #fff;
font-size: .8rem;
}
.reviews-section .btn-leave-review {
background: #1A1A1A;
color: #fff;
border: 0;
padding: 1rem 1.5rem;
border-radius: 999px;
display: inline-flex;
align-items: center;
gap: 10px;
font-weight: 600;
align-self: flex-start;
}
.reviews-section .btn-leave-review:hover {
color: #fff;
background: #333;
}
.reviews-section .btn-leave-review .icon-circle {
width: 32px;
height: 32px;
border-radius: 50%;
display: grid;
place-items: center;
background: #f2184e;
color: #fff;
}
/* Slider stacks (right) */
.reviews-section .review-stack {
display: flex;
flex-direction: column;
}
.reviews-section .review-stack>*+* {
margin-top: .9rem;
}
.reviews-section .testimonial-card,
.reviews-section .user-info-card {
border-radius: 20px;
border: 1px solid #C2C2C2;
background: #FAFAFA;
padding: 15px 20px;
min-height: 124px;
}
.reviews-section .testimonial-card .top {
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: .5rem;
}
.reviews-section .stars {
color: #111827;
letter-spacing: .2rem;
font-weight: 700;
}
.reviews-section .add-dot {
width: 28px;
height: 28px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
background: #f3f4f6;
color: #111827;
font-weight: 700;
border: 0;
}
/* .reviews-section .testimonial-card p {
color: #212529;
margin: 0;
line-height: 1.6;
} */
.reviews-section .user-info-card {
display: flex;
align-items: center;
background: #f1f1f1;
}
.reviews-section .user-info-card img {
width: 85px;
height: 85px;
border-radius: 12px;
object-fit: cover;
margin-right: 15px;
}
.reviews-section .user-info-card strong {
display: block;
color: #111827;
font-weight: 700;
text-align: start;
}
.speaker_sessions .speaker_content h3{
  margin-bottom: 30px;
  font-size: 44px;
}
.faq-item+.faq-item{
  border-top: 0px;
  box-shadow: none;
}
.register-today-section textarea{
  margin-bottom: 40px;
}
.reviews-section .user-info-card span {
color: #6c757d;
font-size: .9rem;
}
/* Slick dots as bars */
.reviews-section .slick-dots {
bottom: -28px;
}
.reviews-section .slick-dots li {
width: 26px;
margin: 0 6px;
}
.reviews-section .slick-dots li button {
padding: 0;
}
.reviews-section .slick-dots li button:before {
content: '';
display: block;
width: 100%;
height: 4px;
border-radius: 999px;
background: #d1d5db;
opacity: 1;
}
.reviews-section .slick-dots li.slick-active button:before {
background: #f2184e;
}
.reviews-section h2 {
font-family: "Urbanist", sans-serif;
font-size: 48px;
font-weight: 900;
color: #000000;
text-transform: uppercase;
margin-bottom: 16px;
text-align: center;
}

.reviews-section h2~p {
text-align: center;
}
.reviews-section p {
color: #444;
text-align: center;
font-size: 18px;
font-style: normal;
font-weight: 400;
text-align: start;
}
.reviews-section .cta-card h3 {
color: #FFF;
font-family: "EuclidCircularA";
font-size: 48px;
font-style: normal;
font-weight: 600;
line-height: 54px;
/* 112.5% */
text-transform: capitalize;
}
.reviews-section h3~p {
color: #FFF;
font-family: "EuclidCircularA";
font-size: 16.5px;
font-style: normal;
font-weight: 400;
line-height: 20px;
}
/* =================== */

.rounded-24 {
border-radius: 24px !important;
}
.text-white-80 {
color: rgba(255, 255, 255, .85);
}
.faq-card {
background: #f2184e;
background: linear-gradient(180deg, #f2184e 0%, #f2184e 100%);
box-shadow: 0 20px 60px rgba(41, 31, 176, .3);
}
.faq-card h2{
    margin-bottom: 20px;
}
.faq-item {
padding: .75rem 0;
}
.faq-item+.faq-item {
border-top: 1px solid rgba(255, 255, 255, .2);
}
.faq-question {
width: 100%;
text-align: left;
border: 0;
background: transparent;
color: #fff;
padding: 1rem .25rem;
font-weight: 700;
display: flex;
align-items: center;
justify-content: space-between;
gap: 1rem;
cursor: pointer;
font-family: "EuclidCircularA";
font-size: 21px;
font-style: normal;
font-weight: 500;
line-height: 28px;
letter-spacing: -0.56px;
}
.faq-question .chev {
color: rgba(255, 255, 255, .85);
transition: transform .2s ease;
}
.faq-question.is-open .chev {
transform: rotate(180deg);
}
.faq-answer {
color: rgba(255, 255, 255, .9);
padding: 0 2.2rem 1rem .25rem;
line-height: 1.6;
}
.faq-answer[hidden] {
display: none !important;
}
.faq-section h2.faq_heading {
color: #FFF;
text-align: center;
font-family: Unbounded;
font-size: 48px;
font-style: normal;
font-weight: 700;
/* line-height: 60px; */
/* 100% */
letter-spacing: -1.2px;
}
/* =======form-section========= */
.register-today-section {
background: url(https://www.tech2conf.com/topexpo/pastAwardee/tops/Bg_speaker.png);
position: relative;
}
.register-today-section::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #f2184e;
z-index: -1;
}
.register-today-section .register-form-wrapper {
border-radius: 50px 50px 0px 0px;
background: #FFF;
}
.register-hero-content h2.register-title {
color: #FFF;
text-align: center;
font-family: Unbounded;
font-size: 48px;
font-style: normal;
font-weight: 700;
line-height: 60px;
letter-spacing: -1.2px;
text-transform: uppercase;
margin-bottom: 20px;
}
.register-hero-content p.register-subtitle {
color: #FFF;
text-align: center;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 28px;

letter-spacing: -0.4px;
}
.register-hero {
padding: 50px 0px;
}
 input[type=text],
 input[type=tel],
 input[type=email],
 input[type=url],
.homepage_homepage select,
.footer-section input[type=email] {
border-radius: 14px;
border: 1px solid #9F9F9F;
background: #FFF;
height: 60px;
}
.homepage_homepage select{
    padding: 0px;
}
.homepage_homepage textarea {
border-radius: 14px;
border: 1px solid #9F9F9F;
background: #FFF;
padding: 10px;
}
.card_icon_wrapp_large,
.card_icon_wrapp_large div {
height: 100%;
}
fieldset#edit-select-conference--wrapper label,
fieldset#edit-active-conference--wrapper label,
.be-recognized_be-recognized #edit-active-conference--2 label {
color: #000;
text-align: center;
font-size: 16px;

}
 .footer-section input[type=email] {
border-radius: 50px;
padding-left: 50px;
}
 .footer-section .form-actions input {
border-radius: 200px;
background: #f2184e;
color: #FFF;
font-size: 20px;
font-weight: 400;
text-transform: capitalize;
border: 1px solid #fff;
}
.subscribe_heading {
color: #FFF;
font-size: 28px;
font-style: normal;
font-weight: 400;
line-height: 28px;
letter-spacing: -0.56px;
margin-bottom: 20px;
}
.subscribe_heading span {
font-weight: 600;
}
.advance_exb .exhibitor-type {
position: relative;
}
.advance_exb .line {
background: linear-gradient(90deg, #f2184e 0%, #FFF 100%);
}
.advance_exb .line {
width: auto !important;
}
.partners{
 padding: 60px 0px;
}
textarea {
    width: 100%;
    border-radius: 14px;
    border: 1px solid #9F9F9F;
    background: #FFF;
    padding: 10px;
}

.slick-slide img{
    object-fit: cover;
}
.speaker_sessions .speaker_content p{
  font-size: 20px;
}
/* ===============================
   1280px
================================= */
@media all and (max-width: 1280px) {

  .reviews-section p,
  .speaker_sessions .speaker_content p,
  .podcast_podcast .Conference_Format_4 .speaker_content ul li,
  .faq-question,
  .register-hero-content p.register-subtitle,
  .impact-numbers-section .stat-label,
  .leadership-stats-section .stats-closing,
  .sessions-showcase-section .section-text {
    font-size: 16px;
  }

  .faq-question {
    padding: 5px 0;
  }

  .faq-section h2.faq_heading,
  .register-hero-content h2.register-title,
  .reviews-section h2,
  .business-excellence-section .section-heading,
  .leadership-stats-section .stat-number,
  .meet-speakers-section .section-heading,
  .women-leaders-section .section-heading,
  .leadership-stats-section .stats-heading,
  .impact-numbers-section .section-heading {
    font-size: 32px;
  }
  
  .business-excellence-section .pill-item{
    font-size: 15px;
  }
  .impact-numbers-section .stat-card,
  .leadership-stats-section .stat-card{
    padding: 30px;
  }
  .impact-numbers-section .stat-number{
    font-size: 48px;
  }
  .reviews-section h2 br{
    display: none;
  }
}



/* ===============================
   991px (Tablet)
================================= */
@media all and (max-width: 991px) {

  /* Sessions */
  .sessions-showcase-section {
    padding: 40px 0;
  }

  .sessions-showcase-section .section-heading {
    font-size: 28px;
  }

  /* Business Excellence */
  .business-excellence-section {
    padding: 40px 0;
  }

  .business-excellence-section .section-heading {
    font-size: 28px;
    max-width: 100%;
  }

  .business-excellence-section .image-col {
    flex: 0 0 250px;
    max-width: 250px;
  }

  .business-excellence-section .pill-item {
    font-size: 11px;
    padding: 7px 14px;
  }

  /* Meet Speakers */
  .meet-speakers-section {
    padding: 60px 0;
  }

  .meet-speakers-section .section-heading {
    font-size: 28px;
  }

  /* Impact Numbers */
  .impact-numbers-section {
    padding: 60px 0;
  }

  .impact-numbers-section .impact-container {
    padding: 45px 30px;
    border-radius: 28px;
  }

  .impact-numbers-section .section-heading {
    font-size: 28px;
  }

  .impact-numbers-section .stat-number {
    font-size: 48px;
  }

  .impact-numbers-section .stat-label {
    font-size: 11px;
  }

  /* Leadership Stats */
  .leadership-stats-section {
    padding: 40px 0;
  }

  .leadership-stats-section .stats-heading {
    font-size: 28px;
  }

  .leadership-stats-section .stat-number {
    font-size: 42px;
  }

  .leadership-stats-section .stat-card {
    padding: 24px 20px 20px;
  }

  /* Women Leaders */
  .women-leaders-section {
    padding: 40px 0;
  }

  .women-leaders-section .section-heading {
    font-size: 32px;
  }

  .women-leaders-section .image-col {
    flex: 0 0 320px;
    max-width: 320px;
  }
}

/* ===============================
   767px (Mobile)
================================= */
@media all and (max-width: 767px) {

  /* Business Excellence */
  .business-excellence-section {
    padding: 30px 0;
  }

  .business-excellence-section .content-row {
    flex-direction: column;
    gap: 24px;
  }

  .business-excellence-section .section-heading {
    font-size: 24px;
    max-width: 100%;
  }

  .business-excellence-section .section-text {
    font-size: 18px;
  }

  .business-excellence-section .image-col {
    flex: 0 0 auto;
    max-width: 100%;
    order: -1;
    position: static;
  }

  .business-excellence-section .pill-item {
    font-size: 11px;
    padding: 7px 12px;
    white-space: normal;
  }

  /* Sessions */
  .sessions-showcase-section {
    padding: 30px 0;
  }

  .sessions-showcase-section .section-heading {
    font-size: 24px;
  }

  .sessions-showcase-section .section-text {
    font-size: 16px;
  }

  .sessions-showcase-section .card-content {
    padding: 14px;
  }

  .sessions-showcase-section .card-title {
    font-size: 11px;
  }

  .sessions-showcase-section .play-btn {
    width: 42px;
    height: 42px;
    margin-bottom: 10px;
  }

  .sessions-showcase-section .play-btn i {
    font-size: 14px;
  }

  /* Meet Speakers */
  .meet-speakers-section {
    padding: 40px 0;
  }

  .meet-speakers-section .section-heading {
    font-size: 22px;
  }

  .meet-speakers-section .section-text {
    font-size: 13px;
    margin-bottom: 30px;
  }
.Conference_Format_4 .speaker_img img{
    margin-bottom: 40px;
}
  /* Impact Numbers */
  .impact-numbers-section {
    padding: 40px 0;
  }

  .impact-numbers-section .impact-container {
    padding: 35px 20px;
    border-radius: 20px;
  }

  .impact-numbers-section .section-heading {
    font-size: 22px;
  }

  .impact-numbers-section .section-text {
    font-size: 13px;
    margin-bottom: 30px;
  }

  .impact-numbers-section .stats-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .impact-numbers-section .stat-card {
    padding: 35px 20px;
  }

  /* Leadership Stats */
  .leadership-stats-section {
    padding: 30px 0;
  }

  .leadership-stats-section .stats-heading {
    font-size: 24px;
    margin-bottom: 16px;
  }

  .leadership-stats-section .stats-intro {
    font-size: 13px;
    margin-bottom: 24px;
  }

  .leadership-stats-section .stats-row {
    flex-direction: column;
    align-items: center;
    gap: 16px;
    margin-bottom: 24px;
  }

  .leadership-stats-section .stat-card {
    width: 100%;
    max-width: 100%;
  }

  .leadership-stats-section .stat-number {
    font-size: 36px;
  }

  .leadership-stats-section .stats-closing {
    font-size: 13px;
  }

  /* Women Leaders */
  .women-leaders-section {
    padding: 30px 0;
  }

  .women-leaders-section .section-heading {
    font-size: 26px;
    margin-bottom: 16px;
  }

  .women-leaders-section .image-col {
    flex: 0 0 auto;
    max-width: 100%;
    order: -1;
  }
}