#ec{
    margin-top: 0 !important;
}
.down-arrow {
    position: unset !important;
}
.verse-church {
    position: relative;
    overflow: hidden;
}
/* .verse-church::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgb(249, 249, 249) 0%, rgb(255, 255, 255) 35%, rgba(255,255,255,0) 100%);
    pointer-events: none;
    z-index: 0;
} */
.verse-church .verse-church-content {
    position: relative;
    z-index: 2;
}
.apple-store:before{
    background-image: url('/Content/img/icon/apple.svg')
}
.btn-default.google-play:before{
    background-image: url('/Content/img/icon/google-play.svg')
}
.btn-default.google-play-primary:before{
    background-image: url('/Content/img/icon/google-play-primary.svg')
}
.btn-default.download-icon:before{
    background-image: url('/Content/img/icon/download-icon.svg')
}
.breadcrumb-item+.breadcrumb-item:before{
    content: "/" !important;
}
.contact-info-content a{
    color: var(--primary-color);
    transition: all 0.3s ease-in-out;
}
.contact-info-content a:hover{
    color: var(--accent-color);
}
.no-cb-cursor .cb-cursor {
    display: none !important;
}
.post-item-body {
    max-width: 100%;
}
.our-event iframe {
    width: 100%;
}
.team-content h3 a,
.newToFBC a { 
    color: var(--primary-color);
    transition: all 0.3s ease-in-out;
}
.team-member-item:hover h3 a,
.newToFBC a:hover {
    color: var(--accent-color);
}
.mission-area .service-body {
    margin: 0;
    padding: 10px 0 0 0;
    border-bottom: none;
}
.mission-area .service-body p{
    margin: 0;
}
.event-item-content p{
    padding-bottom: 5px;
}
.owl-carousel .owl-item img,
.support-area a img {
    object-fit: contain;
}
.pastors-signature-content a {
    color: var(--primary-color);
    transition: all 0.3s ease-in-out;
}
.pastors-signature-content a:hover {
    color: var(--accent-color);  
}
.footer-privacy-policy a,
.footer-copyright-text a,
.footer-info-box-content a:hover {
    transition: all 0.3s ease-in-out;
    color: var(--accent-color);
}
.footer-info-box-content a,
.footer-copyright a:hover {
    color: #fff;
}
.sunday-school .study-wrapper {
    background: url(/Content/img/bible-bg.jpg) no-repeat center center / cover;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 50px;
    color: #fff;
}
/* Dark overlay */
.sunday-school .study-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

.study-wrapper > * {
    position: relative;
    z-index: 2;
}
.event-image img {
    aspect-ratio: 0 !important;
}
/* Icon styling */
.study-wrapper i.bible-icon {
    font-size: 50px;
    background: #fff;
    color: var(--accent-color);
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0 4px 8px rgba(255, 255, 255, 0.2);
    margin-bottom: 15px;
}

/* Class time badge */
.study-wrapper .class-time {
    font-size: 20px;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.2);
    padding: 10px 20px;
    border-radius: 5px;
}

.study-wrapper .class-time i {
    font-size: 18px;
}
.study-sec .content-wrapper{
    background: url('/Content/img/bg-waves.jpg') no-repeat center center/cover;
}
.form-check-input:checked {
    background-color: var(--accent-color);
    border-color: var(--accent-color);
}
.form-check-input:focus {
    box-shadow: none;
}
label {
    font-size: 17px;
    padding-bottom: 10px;
}
.main-menu ul li a.active{
    color: var(--accent-color) !important;
}
.main-menu ul ul li a.active{
    color: var(--primary-color) !important; 
}
.sticky {
    position: fixed !important;
    width: 100%;
    top: 0;
    animation: sticky 2s;
    box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.15);
    background: #000;
}
@keyframes sticky {
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(0%);
    }
}
.navbar .navbar-nav .nav-item:focus-within ul {
    top: 100%;
    opacity: 1;
    /*     margin-top: 16px; */
    transform: translateY(1);
    visibility: visible;
}
/* Show outline only when using keyboard navigation */
a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
    outline: var(--accent-color) inset 3px !important;
    outline-offset: 4px !important;
    box-shadow: unset;
}

.skip-link {
    position: absolute;
    top: -50px;
    left: 0;
    background: var(--accent-color);
    color: #fff;
    padding: 8px 16px;
    z-index: 100;
    text-decoration: none;
    font-weight: bold;
    transition: top 0.3s ease;
}

.skip-link:focus {
    top: 0;
}
.new-contact-filed p {
    color: var(--primary-color);
    margin-bottom: 10px;
}
.latest-post-image {
    margin-right: 10px;
}
.latest-post-image img{
    width: 70px;
    height: 70px; 
    object-fit: cover;
    border-bottom-right-radius: 25px;
}
.testimonial-style-01 .card {
    overflow: hidden;
    padding: 30px;
    background: url(/Content/img/icon/quote.png) no-repeat top right;
    text-align: center;
    border: 0; 
    transition: 0.5s ease-in-out;
}
.line-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}
.line-clamp-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}
.line-clamp-4 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}
.photo-gallery {
    position: relative;
}
.gallery-icon {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #8dc5467a;
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    transition: all ease 0.5s;
    border-radius: 8px;
}
.photo-gallery i {
    padding: 15px;
    background: var(--accent-color);
    border-radius: 25px;
    color: #fff;
    box-shadow: 0 .125rem .25rem rgb(255 255 255 / 8%);
}
.photo-gallery:hover .gallery-icon {
    opacity: 1;
}
.partners-item img{
    width: 100%;
    height: 160px;
    object-fit: contain;
}
.testimonial-style-01:hover .card {
    box-shadow: var(--bs-box-shadow-sm);
    margin-top: -5px;
}
.highlighted-worship-content h3 a, 
.campaign-content h2 a {
    color: var(--primary-color);
    transition: all 0.3s ease-in-out;
}
.highlighted-worship-body:hover .highlighted-worship-content h3 a,
.campaign-content h2 a:hover {
    color: var(--accent-color);
}