/* ===================hero================ */
:root {
    --pink: #f5386d;
    --orange: #ff8a1e;
    --gradient: linear-gradient(90deg, #f5386d 0%, #ff8a1e 100%);
    --dark: #1a1a2e;
    --gray: #666;
    --light: #fff8f8;
    --iconBg: #fff3f5;
}


.event-hero{
    padding:80px 0;
    background:#fff;
    overflow:hidden;
    position:relative;
}

.hero-badge{
    display:inline-block;
    background:#ffe8ef;
    color:#f5386d;
    padding:8px 18px;
    border-radius:50px;
    font-size:13px;
    font-weight:700;
    letter-spacing:.5px;
}

.hero-title{
    font-size:41px;
    font-weight:700;
    color:#141c2f;
    line-height:1.15;
}

.hero-title span{
   background: linear-gradient(135deg, #ff4d79, #ff7a3d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    display: inline-block
}

.hero-text{
    font-size:16px;
    color:#666;
    line-height:1.9;
    max-width:480px;
}

.hero-btns{
    display:flex;
    gap:18px;
    flex-wrap:wrap;
}

.btn-gradient{
    background: linear-gradient(135deg, #ff4d79, #ff7a3d);
    color:#fff;
    padding:10px 13px;
    border-radius:8px;
    font-weight:600;
}

.btn-gradient:hover{
    background: #f5386d;
    color:#fff;
    transform:translateY(-3px);
}

.btn-outline-gradient{
    border:2px solid #f5386d;
    color:#f5386d;
    padding:10px 13px;
    border-radius:8px;
    font-weight:600;
    background:#fff;
}

.btn-outline-gradient:hover{
    background:#f5386d;
    color:#fff;
}


.hero-image{
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-image img{
    width: 100%;
    max-width: 650px;   /* Desktop Width */
    /* object-fit: contain; */
}

/* Large Devices */
@media (max-width: 1199px){
    .hero-image img{
        max-width: 580px;
        height: 450px;
    }
}

/* Tablet */
@media (max-width: 991px){
    .hero-image img{
        max-width: 500px;
        height: auto;
    }
}

/* Mobile */
@media (max-width: 767px){
    .hero-image img{
        max-width: 100%;
        height: auto;
    }
}

/* Small Mobile */
@media (max-width: 575px){
    .hero-image img{
        width: 100%;
        height: auto;
    }
}


@media(max-width:991px){

.event-hero{
    text-align:center;
}

.hero-title{
    font-size:42px;
}

.hero-text{
    margin:auto;
}

.hero-btns{
    justify-content:center;
}

/* .hero-image{
    margin-top:50px;
} */

.plant{
    width:90px;
    right:30px;
}

.mug{
    width:80px;
}

}

@media(max-width:767px){

.event-hero{
    padding:60px 0;
}

.hero-title{
    font-size:34px;
}

.hero-text{
    font-size:16px;
}

.hero-btns{
    flex-direction:column;
}

.btn-gradient,
.btn-outline-gradient{
    width:100%;
}

.plant{
    width:70px;
    right:20px;
}

.mug{
    width:60px;
}

.circle1{
    width:120px;
    height:120px;
}

.circle2{
    width:80px;
    height:80px;
}

.circle3{
    width:60px;
    height:60px;
}

}


/* =====================event and webinors================== */


.category-section{
    background:#fff;
}

.category-heading{
    font-size:25px;
    font-weight:700;
    color:#17233d;
    margin-top: -40px;
    position: relative;
}

.category-heading span{
    background: linear-gradient(135deg, #ff4d79, #ff7a3d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    display: inline-block
}

.heading-line{
    width:55px;
    height:3px;
    background:#f5386d;
    margin:12px auto 0;
    border-radius:20px;
}

.category-card{
    background:#fff;
    border:1px solid #f3f3f3;
    border-radius:16px;
    padding:13px 9px;
    height:100%;
    transition:.35s;
    box-shadow:0 8px 30px rgba(0,0,0,.04);
}

.category-card:hover{
    transform:translateY(-8px);
    box-shadow:0 15px 40px rgba(245,56,109,.15);
}

.category-icon{
    width:55px;
    height:55px;
    border-radius:50%;
    margin:auto;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#fff5f8;
    color:#f5386d;
    font-size:28px;
    transition:.35s;
}

.category-card:hover .category-icon{
    background:linear-gradient(90deg,#f5386d,#ff8a1e);
    color:#fff;
}

.category-card h5{
    margin-top:12px;
    margin-bottom:8px;
    font-size:14px;
    font-weight:700;
    color:#17233d;
}

.category-card p{
    margin:0;
    color:#6c757d;
    font-size:13px;
}

@media(max-width:991px){

.category-heading{
    font-size:23px;
}

.category-card{
    padding:30px 15px;
}

}

@media(max-width:767px){

.category-heading{
    font-size:20px;
}

.category-card{
    padding:25px 15px;
}

.category-icon{
            width: 80px;
        height: 73px;
        font-size: 37px;

}

.category-card h5{
    font-size:14px;
}

.category-card p{
    font-size:14px;
}

}

@media(max-width:575px){

.category-card{
    margin:auto;
}

}


/* upcomimg event 0event *


/*=====================================
    UPCOMING EVENTS
=====================================*/

.upcoming-events{
    background:#fff;
    padding:80px 0;
}

.section-title{
    font-size:23px;
    font-weight:700;
    color:#18233d;
    margin:0;
}

.section-title span{
    background: linear-gradient(135deg, #ff4d79, #ff7a3d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    display: inline-block
}

.view-all{
    color:#f5386d;
    text-decoration:none;
    font-weight:600;
    transition:.3s;
}

.view-all:hover{
    color:#ff8a1e;
}

.event-card{
    background:#fff;
    border:1px solid #f1f1f1;
    border-radius:16px;
    overflow:hidden;
    transition:.35s;
    height:100%;
    box-shadow:0 10px 35px rgba(0,0,0,.05);
}

.event-card:hover{
    transform:translateY(-8px);
    box-shadow:0 18px 45px rgba(245,56,109,.18);
}

.event-image{
    position:relative;
    overflow:hidden;
}

.event-image img{
    width:100%;
    height:200px;
    /* object-fit:cover; */
    transition:.5s;
}

.event-card:hover .event-image img{
    transform:scale(1.08);
}

.event-date{
    position:absolute;
    left:15px;
    top:15px;
    width:48px;
    height:58px;
    background:#fff;
    border-radius:10px;
    text-align:center;
    box-shadow:0 5px 18px rgba(0,0,0,.12);
    z-index:5;
}

.event-date span{
    display:block;
    color:#f5386d;
    font-size:20px;
    font-weight:700;
    margin-top:6px;
    line-height:1;
}

.event-date small{
    display:block;
    font-size:11px;
    color:#666;
    font-weight:600;
}

.live-badge{
    position:absolute;
    right:15px;
    top:15px;
    background:#f5386d;
    color:#fff;
    font-size:10px;
    font-weight:700;
    padding:6px 12px;
    border-radius:30px;
    letter-spacing:.5px;
}

.play-btn{
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    width:52px;
    height:52px;
    background:#f5386d;
    border-radius:50%;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    cursor:pointer;
    transition:.35s;
    box-shadow:0 10px 30px rgba(245,56,109,.45);
}

.play-btn i{
    margin-left:3px;
    font-size:16px;
}

.play-btn:hover{
    transform:translate(-50%,-50%) scale(1.12);
    background:#ff8a1e;
}

.event-content{
    padding:22px;
}

.event-content h4{
    font-size:15px;
    font-weight:700;
    line-height:1.4;
    margin-bottom:12px;
    color:#17233d;
}

.event-content p{
    font-size:13px;
    color:#666;
    line-height:1.4;
    margin-bottom:11px;
}

.event-info{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    font-size:13px;
    color:#777;
    margin-bottom:20px;
}

.event-info div{
    display:flex;
    align-items:center;
    gap:6px;
}

.event-info i{
    color:#f5386d;
}

.online{
    color:#f5386d;
    font-weight:600;
}

.register-btn{
    width:100%;
    display:flex;
    justify-content:center;
    align-items:center;
    gap:10px;
    border:2px solid #f5386d;
    color:#f5386d;
    border-radius:8px;
    text-decoration:none;
    padding:8px;
    font-weight:600;
    transition:.35s;
}

.register-btn:hover{
    background:linear-gradient(90deg,#f5386d,#ff8a1e);
    color:#fff;
    border-color:transparent;
}

.register-btn i{
    transition:.35s;
}

.register-btn:hover i{
    transform:translateX(5px);
}

/*==========================
      Responsive
===========================*/

@media(max-width:1200px){

.section-title{
    font-size:32px;
}

.event-content h4{
    font-size:14px;
}

}

@media(max-width:991px){

.upcoming-events{
    padding:70px 0;
}

.section-title{
    font-size:30px;
}

.event-image img{
    height:220px;
}

}

@media(max-width:767px){

.upcoming-events{
    padding:60px 0;
}

.d-flex.justify-content-between{
    flex-direction:column;
    text-align:center;
    gap:15px;
}

.section-title{
    font-size:28px;
}

.view-all{
    margin-top:5px;
}

.event-image img{
    height:220px;
}

.event-content{
    padding:18px;
}

.event-content h4{
    font-size:13px;
}

.event-content p{
    font-size:12px;
}

.event-info{
    flex-direction:column;
    gap:8px;
}

}

@media(max-width:575px){

.section-title{
    font-size:24px;
}

.event-image img{
    height:210px;
}

.event-date{
    width:42px;
    height:52px;
}

.event-date span{
    font-size:18px;
}

.live-badge{
    font-size:9px;
    padding:5px 10px;
}

.play-btn{
    width:46px;
    height:46px;
}

.register-btn{
    padding:8px;
    font-size:14px;
}

}




/* ============past webinar======= */

/*=========================================
        PAST WEBINARS
=========================================*/

.past-webinars{
    padding:80px 0;
    background:#fff;
}

.webinar-card{
    background:#fff;
    border:1px solid #f1f1f1;
    border-radius:16px;
    overflow:hidden;
    height:100%;
    transition:.35s ease;
    box-shadow:0 10px 35px rgba(0,0,0,.05);
}

.webinar-card:hover{
    transform:translateY(-8px);
    box-shadow:0 18px 45px rgba(245,56,109,.15);
}

.webinar-img{
    position:relative;
    overflow:hidden;
}

.webinar-img img{
    width:100%;
    height:210px;
    /* object-fit:cover; */
    transition:.5s;
}

.webinar-card:hover .webinar-img img{
    transform:scale(1.08);
}

/* Video Duration Badge */

.video-time{
    position:absolute;
    right:12px;
    bottom:12px;
    background:rgba(20,20,20,.85);
    color:#fff;
    font-size:12px;
    padding:6px 10px;
    border-radius:30px;
    display:flex;
    align-items:center;
    gap:6px;
    font-weight:600;
}

.video-time i{
    font-size:11px;
}

/* Card Content */

.webinar-content{
    padding:22px;
}

.webinar-content h4{
    font-size:15px;
    font-weight:700;
    line-height:1.45;
    color:#18233d;
    margin-bottom:18px;
}

.webinar-date{
    display:flex;
    align-items:center;
    gap:8px;
    color:#777;
    font-size:14px;
    margin-bottom:20px;
}

.webinar-date i{
    color:#f5386d;
}

/* Watch Button */

.watch-btn{
    width:100%;
    display:flex;
    justify-content:center;
    align-items:center;
    gap:10px;
    text-decoration:none;
    border:2px solid #f5386d;
    color:#f5386d;
    padding:8px;
    border-radius:8px;
    font-weight:600;
    transition:.35s;
}

.watch-btn:hover{
    background:linear-gradient(90deg,#f5386d,#ff8a1e);
    color:#fff;
    border-color:transparent;
}

.watch-btn i{
    font-size:13px;
    transition:.35s;
}

.watch-btn:hover i{
    transform:translateX(5px);
}

/*==============================
        Responsive
==============================*/

@media(max-width:1200px){

.webinar-content h4{
    font-size:18px;
}

}

@media(max-width:991px){

.past-webinars{
    padding:70px 0;
}

.webinar-img img{
    height:230px;
}

}

@media(max-width:767px){

.past-webinars{
    padding:60px 0;
}

.webinar-content{
    padding:18px;
}

.webinar-content h4{
    font-size:18px;
}

.webinar-date{
    font-size:13px;
}

.webinar-img img{
    height:220px;
}

}

@media(max-width:575px){

.past-webinars{
    padding:50px 0;
}

.webinar-img img{
    height:210px;
}

.video-time{
    font-size:11px;
    padding:5px 8px;
}

.watch-btn{
    padding:11px;
    font-size:14px;
}

}


    /* ================why attend event and webinor ============ */


    .why-events-section{
    background:#fff;
}

.why-events-wrapper{
    background:linear-gradient(90deg,#fff,#fff7f8,#fff);
    border:1px solid #f4e7ea;
    border-radius:18px;
    padding:25px 24px;
}

.why-events-wrapper h2{
    font-size:22px;
    font-weight:700;
    color:#1f2937;
}

.why-card{
    display:flex;
    align-items:center;
    gap:18px;
    height:100%;
    position:relative;
    padding-right:20px;
}

.why-card::after{
    content:"";
    position:absolute;
    right:0;
    top:50%;
    transform:translateY(-50%);
    width:1px;
    height:75px;
    background:#f1dce3;
}

.last-card::after{
    display:none;
}

.icon-box{
    width:78px;
    height:78px;
    min-width:78px;
    border-radius:50%;
    background:#fff;
    border:1px solid #fde0e8;
    display:flex;
    align-items:center;
    justify-content:center;
    box-shadow:0 8px 18px rgba(245,95,141,.08);
}

.icon-box i{
    font-size:30px;
    color:#f55f8d;
}

.content h5{
    font-size:15px;
    font-weight:700;
    margin-bottom:8px;
    color:#1f2937;
}

.content p{
    margin:0;
    font-size:15px;
    line-height:1.7;
    color:#6b7280;
}

/* Tablet */

@media(max-width:991px){

    .why-events-wrapper{
        padding:20px 23px;
    }

    .why-events-wrapper h2{
        font-size:28px;
    }

    .why-card{
        flex-direction:column;
        text-align:center;
        padding-right:0;
    }

    .why-card::after{
        display:none;
    }
}

/* Mobile */

@media(max-width:576px){

    .why-events-wrapper{
        padding:20px 20px;
    }

    .why-events-wrapper h2{
        font-size:20px;
        margin-bottom:35px!important;
    }

    .icon-box{
        width:65px;
        height:65px;
        min-width:65px;
    }

    .icon-box i{
        font-size:24px;
    }

    .content h5{
        font-size:13px;
    }

    .content p{
        font-size:14px;
    }
}


 /* =============================cta==================== */


 .newsletter-section{
    background:#fff;
}

.newsletter-box{
    background:linear-gradient(90deg,#fff,#fff6f8,#fff);
    border:1px solid #f5e7eb;
    border-radius:18px;
    padding:22px 35px;
    box-shadow:0 8px 25px rgba(0,0,0,.03);
}

.newsletter-img{
    max-width:100px;
}

.newsletter-title{
    font-size:25px;
    font-weight:700;
    color:#f55f8d;
    margin-bottom:10px;
}

.newsletter-text{
    font-size:16px;
    color:#555;
    line-height:1.7;
}

.newsletter-form .form-control{
    height:56px;
    border-radius:10px 0 0 10px;
    border:1px solid #ececec;
    box-shadow:none;
    font-size:15px;
    padding-left:18px;
}

.newsletter-form .form-control:focus{
    border-color:#f55f8d;
    box-shadow:none;
}

.subscribe-btn{
    background:#f55f8d;
    color:#fff;
    border:none;
    border-radius:0 10px 10px 0;
    padding:0 28px;
    font-weight:600;
    transition:.3s;
}

.subscribe-btn:hover{
    background:#e64879;
    color:#fff;
}

/* Tablet */

@media(max-width:991px){

    .newsletter-box{
        padding:30px 25px;
        text-align:center;
    }

    .newsletter-title{
        font-size:23px;
    }

    .newsletter-img{
        max-width:90px;
    }

    .newsletter-form{
        margin-top:10px;
    }
}

/* Mobile */
/* 
@media(max-width:576px){

    .newsletter-box{
        padding:25px 18px;
    }

    .newsletter-title{
        font-size:18px;
    }

    .newsletter-text{
        font-size:14px;
    }

    .newsletter-img{
        max-width:75px;
        margin-bottom:10px;
    }

    .newsletter-form .input-group{
        display:block;
    }

    .newsletter-form .form-control{
        border-radius:10px;
        margin-bottom:12px;
        height:52px;
    }

    .subscribe-btn{
        width:100%;
        border-radius:10px;
        height:52px;
    }
} */

.newsletter-form .input-group{
    display:flex;
    width:100%;
    overflow:hidden;
    border-radius:12px;
}

.newsletter-form .form-control{
    height:55px;
    border:1px solid #ececec;
    border-right:none;
    border-radius:12px 0 0 12px;
    box-shadow:none;
    font-size:16px;
    flex:1;
}

.subscribe-btn{
    background:#f55f8d;
    color:#fff;
    border:none;
    border-radius:0 12px 12px 0;
    padding:0 24px;
    white-space:nowrap;
    font-weight:600;
}

.subscribe-btn:hover{
    background:#e54b7f;
    color:#fff;
}

/* Mobile */
@media (max-width:576px){

    .newsletter-form .input-group{
        display:flex !important;
        flex-wrap:nowrap !important;
    }

    .newsletter-form .form-control{
        flex:1 1 auto;
        min-width:0;
        height:50px;
        font-size:14px;
    }

    .subscribe-btn{
        height:50px;
        padding:0 18px;
        font-size:14px;
    }
}

.category-card {
    position: relative;
    background: #ffffff;
    border-radius: 24px;
    padding: 18px;
    overflow: hidden;
    transition: all 0.5s ease;
    border: 1px solid rgba(255,255,255,0.2);
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    transform-style: preserve-3d;
    cursor: pointer;
    z-index: 1;
}

/* Gradient Glow */
.category-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        135deg,
        #f5386d,
        #ff8a1e
    );
    opacity: 0;
    transition: all 0.5s ease;
    z-index: -2;
}

/* Animated Shine Effect */
.category-card::after {
    content: "";
    position: absolute;
    top: -120%;
    left: -100%;
    width: 80%;
    height: 300%;
    background: rgba(255,255,255,0.25);
    transform: rotate(25deg);
    transition: all 0.8s ease;
}

.category-card:hover::after {
    left: 140%;
}

.category-card:hover {
    transform: translateY(-12px) rotateX(6deg) rotateY(-6deg);
    box-shadow:
        0 25px 50px rgba(245,56,109,0.25),
        0 10px 25px rgba(0,0,0,0.15);
}

.category-card:hover::before {
    opacity: 1;
}

.category-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
    border-radius: 20px;
    background: linear-gradient(
        135deg,
        #f5386d,
        #ff8a1e
    );
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
    position: relative;
}

.category-icon i {
    font-size: 30px;
    color: #fff;
    transition: all 0.5s ease;
}

/* Icon Animation */
.category-card:hover .category-icon {
    background: #fff;
    transform: rotateY(180deg) scale(1.1);
    box-shadow: 0 15px 30px rgba(255,255,255,0.35);
}

.category-card:hover .category-icon i {
    color: #f5386d;
    transform: rotateY(180deg);
}

.category-card h5 {
    font-size: 20px;
    font-weight: 700;
    color: #111;
    margin-bottom: 10px;
    transition: all 0.4s ease;
}

.category-card p {
    color: #666;
    margin: 0;
    transition: all 0.4s ease;
}

.category-card:hover h5,
.category-card:hover p {
    color: #fff;
}

/* Floating Animation */
@keyframes floating {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-8px);
    }
    100% {
        transform: translateY(0px);
    }
}

.category-card {
    animation: floating 4s ease-in-out infinite;
}

.category-card:nth-child(2) {
    animation-delay: 0.5s;
}

.category-card:nth-child(3) {
    animation-delay: 1s;
}

.category-card:nth-child(4) {
    animation-delay: 1.5s;
}

.category-card:nth-child(5) {
    animation-delay: 2s;
}

.category-card:nth-child(6) {
    animation-delay: 2.5s;
}

.why-card {
    background: #fff;
    border-radius: 20px;
    height: 100%;
    position: relative;
    transition: all 0.35s ease;
    border: 1px solid #edf0f5;
    overflow: hidden;
}

.why-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 0;
    background: linear-gradient(180deg, #f5386d, #ff8a1e);
    transition: 0.4s ease;
}

.why-card:hover {
    transform: translateY(-8px);
    border-color: transparent;
    box-shadow:
        0 20px 40px rgba(0,0,0,0.08);
}

.why-card:hover::before {
    height: 100%;
}

.icon-box {
    width: 70px;
    height: 70px;
    border-radius: 18px;
    background: rgba(245,56,109,0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    transition: 0.35s ease;
}

.icon-box i {
    font-size: 30px;
    color: #f5386d;
    transition: 0.35s ease;
}

.why-card:hover .icon-box {
    background: linear-gradient(
        135deg,
        #f5386d,
        #ff8a1e
    );
}

.why-card:hover .icon-box i {
    color: #fff;
    transform: scale(1.1);
}

.content h5 {
    font-weight: 700;
    margin-bottom: 12px;
    color: #111827;
}