/* Register Now button */
[button-id="17908000007576612"]{
    bottom: -95px;
    left: -20px;
    position: relative;
}
/* Number Counter */
[data-number-item-id="17908000007576421"],
[data-number-item-id="17908000007576426"],
[data-number-item-id="17908000007576431"],
[data-number-item-id="17908000007576436"],
[data-number-item-id="17908000007576442"],
[data-number-item-id="17908000007576447"]{
    border-radius: 10px !important;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}
/* Hover Effect */
[data-number-item-id="17908000007576421"]{
    background: white !important;
    transition: all 0.3s ease;
}

[data-number-item-id="17908000007576421"]:hover{
    background: #f4991f !important;
}
/* Box2 */
[data-number-item-id="17908000007576426"]{
    background: white !important;
    transition: all 0.3s ease;
}

[data-number-item-id="17908000007576426"]:hover{
    background: #f4991f !important;
}
/* Box 3 */
[data-number-item-id="17908000007576431"]{
    background: white !important;
    transition: all 0.3s ease;
}

[data-number-item-id="17908000007576431"]:hover{
    background: #f4991f !important;
}
/* Box 4 */
[data-number-item-id="17908000007576436"]{
    background: white !important;
    transition: all 0.3s ease;
}

[data-number-item-id="17908000007576436"]:hover{
    background: #f4991f !important;
}
/* Box 5 */
[data-number-item-id="17908000007576442"]{
    background: white !important;
    transition: all 0.3s ease;
}

[data-number-item-id="17908000007576442"]:hover{
    background: #f4991f !important;
}
/* Box 6 */
[data-number-item-id="17908000007576447"]{
    background: white !important;
    transition: all 0.3s ease;
}

[data-number-item-id="17908000007576447"]:hover{
    background: #f4991f !important;
}
.bs-section.community-section-mediaWithButton-1 .image-layout .li-content{
    padding-top: 50px;
    padding-bottom: 60px;
    border-radius: 10px;
    background-color: #ffa500ad;
}

/* What we offer */
[data-id="17908000007576721"],
[data-id="17908000007576728"]{
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 5px;
    padding-right: 5px;
    background-color: #f89d25c4;
    border-radius: 10px;
}

[media-id="17908000007576801"] .media-image {
    border-radius: 20px;
}



/* Hove Effect for Testimonial */
.bs-testimonialList-wgt .li-item {
    position: relative;
    transition: all 0.3s ease;
}

/* Card Hover */
.bs-testimonialList-wgt .li-item:hover {
    transform: translateY(-6px);
}

/* Bottom Line */
.bs-testimonialList-wgt .li-item::after {
    content: "";

    position: absolute;
    left: 50%;
    bottom: -5px;

    transform: translateX(-50%);

    width: 0%;
    height: 4px;

    background: #f4991f;
    border-radius: 10px;

    transition: width 0.3s ease;
}

/* Show Line on Hover */
.bs-testimonialList-wgt .li-item:hover::after {
    width: 100%;
}

/* Hover Effect for speakers */
.bs-speakerList-wgt .li-item:hover{
    transform: translateY(-6px);
}
.bs-speakerList-wgt .li-item {
    position: relative;
    transition: all 0.3s ease;
}

/* Card Hover */
.bs-speakerList-wgt .li-item:hover{
    transform: translateY(-6px);
}

/* Bottom Line */
.bs-speakerList-wgt .li-item::after {
    content: "";

    position: absolute;
    left: 50%;
    bottom: -5px;

    transform: translateX(-50%);

    width: 0%;
    height: 4px;

    background: #f4991f;
    border-radius: 10px;

    transition: width 0.3s ease;
}

/* Show Line on Hover */
.bs-speakerList-wgt .li-item:hover::after {
    width: 100%;
}

