a{
    color: #000;
    text-decoration: none;
}
section{
    margin:1rem 0;
}
.event-image{
    width: 150px;
    height: 150px;
}
.event-details .button{
    width: 100%;
}
.card-body {
    flex: 1 1 auto;
    padding: 1.5rem
}
.card-deck {
    margin: 0 auto;
    padding: 1em 0 4em;
    display: flex;
}
.custom-img {
    height: 300px;
    object-fit: fill;
}
.text_orng {
    color : #F38C39;
}
.whybox {
    text-align: center;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    display: flex;
    height: 140px;
    border: solid 1px #ff6918;
    border-radius: 30px;
    background-color: #fff;
    color: #002159;
    font-size: 14px;
    font-weight: 500;
    transition: background-color 0.3s ease;
}
.img-thumbnail {
    padding: .25rem;
    background-color: #f4f5fa;
    border: 1px solid #626e82;
    border-radius: .25rem;
}
.play-thumbnail {
    position: relative;
    width: 100%;
    padding-bottom: 60%; /* 16:9 aspect ratio */
    overflow: hidden;
}

.play-thumbnail iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.login_popup{
    cursor: pointer;
}
@media (min-width: 768px) {
    .whybox {
        text-align: center;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        display: flex;
        height: 160px;
        font-weight: 500;
        border: solid 1px #ff6918;
        border-radius: 30px;
        background-color: #fff;
        color: #002159;
        font-size: 16px;
        transition: background-color 0.3s ease;
    }
}



.whybox img {
    transition: filter 0.3s ease;
}

.whybox div {
    transition: color 0.3s ease;
}

.whybox:hover {
    cursor: pointer;
    background-color: #EE7432;
}

.whybox:hover img {
    filter: brightness(0) invert(1);
}

.whybox:hover div {
    color: white;
}
@media (max-width: 768px) {
    .custom-img {
        height: 200px;
    }
}
@media (max-width: 576px) {
    .card-deck {
        flex-direction: column;
    }
}
.accordion-item {
    margin-bottom: 15px;
    border: 1px solid #ff6918!important;
    border-radius: 12px!important;
    overflow: hidden;
    background-color: #fff;
    font-weight: 500;
}
.event-info-subtitle {
    white-space: normal;
    word-break: break-word;
    overflow-wrap: break-word;
}

.accordion-button {
    border: none;
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    background-color: #ffe8db;
    color: #ff6918;
}
.accordion-button:focus {
    border-color: transparent !important;
    box-shadow: none !important;
    outline: none !important;
}
.testimonials {
    background: transparent linear-gradient(180deg, #fff7e8 0%, #ffffff 100%) 0% 0% no-repeat padding-box;
}

.item {
    align-items: center;
    background: #fff;
    padding: 10px;
    border-radius: 16px;
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.10), 0 15px 12px rgba(0, 0, 0, 0.02);
}

.item-details h4 {
    margin-bottom: 2px !important;
    font-weight: bold;
    font-size: 20px;
    color: #fd9903;
}

.item-details p {
    text-align: justify;
    font-size: 12px;
}

.shadow-effect {
    padding: 20px;
}

#video .item {
    padding: 12px;
    margin-bottom: 30px;
    opacity: .8;
    transform: scale3d(0.8, 0.8, 1);
    transition: all 0.3s ease-in-out;
}

#video .owl-item.active.center .item {
    opacity: 1;
    transform: scale3d(1.0, 1.0, 1);
}

#video.owl-carousel .owl-dots .owl-dot.active span,
#video.owl-carousel .owl-dots .owl-dot:hover span {
    background: #e49022;
    transform: translate3d(0px, -50%, 0px) scale(0.7);
    border: none;
}

#video.owl-carousel .owl-dots {
    display: inline-block;
    width: 100%;
    text-align: center;
}

#video.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
}

#video.owl-carousel .owl-dots .owl-dot span {
    border: 1px solid #818385;
    display: inline-block;
    height: 15px;
    margin: 0 2px 5px;
    transform: translate3d(0px, -50%, 0px) scale(-0.6);
    transform-origin: 50% 50% 0;
    transition: all 250ms ease-out 0s;
    width: 50px;
    border-radius: 20px;
}