/*
Theme Name: Edmonton Church Theme
Version: 1.0
*/

/* Basic Styles (you can expand this later) */

body {
    font-family: "Poppins", sans-serif;
}


/* header start */
.header-top {
    position: absolute;
}

.header-top.fixedToTop {
    position: fixed;
}

.header-nav>li>a {
    color: var(--bs-white);
    font-size: 14px;
    font-weight: 500;
    padding: 0 7px;
    display: block;
}

.header-top.-active::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: var(--bs-white);
    position: absolute;
    inset: 0;
    z-index: -1;
}

.header-top.-active .header-nav>li>a,
.header-dark .header-nav>li>a {
    color: var(--bs-midnight);
}

.header-logo {
    width: 198px;
    height: 40px;
    background-image: url("/wp-content/themes/berlin-church/assets/images/edm-logo-wh.svg");
}

.header-top.-active .header-logo,
.header-dark .header-logo {
    background-image: url("/wp-content/themes/berlin-church/assets/images/edm-logo-bl.svg");
}

.lang-switch li a {
    color: rgb(255 255 255 / 50%);
    font-weight: 500;
}

.lang-switch li a.-active {
    color: var(--bs-white);
    font-weight: 600;
}

.header-top.-active .lang-switch li a,
.header-dark .lang-switch li a {
    color: rgb(0 26 55 / 50%);
}

.header-top.-active .lang-switch li a.-active,
.header-dark .lang-switch li a.-active {
    color: var(--bs-midnight);
}

.divider {
    background-color: var(--bs-green);
    width: 4px;
    position: absolute;
    left: -30px;
    top: 4px;
    bottom: 12px;
    transition: height .5s;
    height: 0;
}

.divider[style*="visibility: visible"] {
    height: calc(100% - 8px);
}

.hero-slider .swiper-slide-active .divider {
    height: calc(100% - 25px);
}

.hero-thumb {
    width: 366px;
    position: absolute;
    right: 30px;
    bottom: 40px;
}

.hero-thumb [data-bs-toggle=collapse][aria-expanded="true"].js-hero-thumb {
    display: none;
}

.hero-thumb .collapse [data-bs-toggle=collapse][aria-expanded="false"] {
    visibility: hidden;
}

.hero-thumb .swiper-pagination {
    position: unset;
}

.header::after,
.section-overlay::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

/* header end */

/* sidebar menu start */
.sidebar-menu {
    background: var(--bs-primary);
    width: 100%;
    height: 100%;
    top: 0;
    right: -100%;
    z-index: 10;
    position: fixed;
    /*  transition: all .3s ease-in-out; */
    border-top: 4px solid var(--bs-green);
    color: var(--bs-white);
    overflow: hidden;
}

/* .sidebar-menu.-active {
    right: 0;
} */

ul.social li a {
    width: 90px;
    height: 48px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu-button {
    width: 34px;
    height: 34px;
    background-image: url("data:image/svg+xml,%3Csvg width='34' height='22' viewBox='0 0 34 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='6' width='28' height='2' fill='white'/%3E%3Crect y='10' width='34' height='2' fill='white'/%3E%3Crect x='10' y='20' width='24' height='2' fill='white'/%3E%3C/svg%3E%0A");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transition: all .3s;
}

.header-top.-active .menu-button,
.header-dark .menu-button {
    background-image: url("data:image/svg+xml,%3Csvg width='34' height='22' viewBox='0 0 34 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='6' width='28' height='2' fill='%23001A37'/%3E%3Crect y='10' width='34' height='2' fill='%23001A37'/%3E%3Crect x='10' y='20' width='24' height='2' fill='%23001A37'/%3E%3C/svg%3E%0A");
}

.menu-button.-active {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='25' viewBox='0 0 26 25' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.0002 11L2.00015 0L0.585938 1.41421L11.5859 12.4142L1.00015 23L2.41436 24.4142L13.0002 13.8284L23.2134 24.0416L24.6276 22.6274L14.4144 12.4142L25.0418 1.7868L23.6276 0.372583L13.0002 11Z' fill='white'/%3E%3C/svg%3E");
}

.header-top.-active .menu-button.-active,
.header-dark .menu-button.-active {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='25' viewBox='0 0 26 25' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.0002 11L2.00015 0L0.585938 1.41421L11.5859 12.4142L1.00015 23L2.41436 24.4142L13.0002 13.8284L23.2134 24.0416L24.6276 22.6274L14.4144 12.4142L25.0418 1.7868L23.6276 0.372583L13.0002 11Z' fill='black'/%3E%3C/svg%3E");
}

.bg-overlay {
    visibility: hidden;
    opacity: 0;
    transition: all .3s;
}

.bg-overlay.-active {
    visibility: visible;
    opacity: 1;
}

.sidebar-nav li {
    display: block;
    position: relative;
    transform: translate3d(100%, 0px, 0px);
    transition: all .4s ease;
    transform: translateX(100%);
    opacity: 0;
}

.sidebar-menu.-active .sidebar-nav li {
    transform: translate3d(0, 0px, 0px);
    opacity: 1;
}

.sidebar-nav li:first-child {
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
}

.sidebar-nav li:nth-child(2) {
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}

.sidebar-nav li:nth-child(3) {
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
}

.sidebar-nav li:nth-child(4) {
    -webkit-transition-delay: .4s;
    transition-delay: .4s;
}

.sidebar-nav li:nth-child(5) {
    -webkit-transition-delay: .5s;
    transition-delay: .5s;
}

.sidebar-nav li:nth-child(6) {
    -webkit-transition-delay: .6s;
    transition-delay: .6s;
}

.sidebar-nav li:nth-child(7) {
    -webkit-transition-delay: .7s;
    transition-delay: .7s;
}

#headerAcc .accordion-item:first-of-type,
#headerAcc .accordion-item:last-of-type {
    border-radius: 0;
}

#headerAcc .accordion-item,
#headerAcc .accordion-item .accordion-button {
    background-color: transparent;
    border: 0;
}

#headerAcc .accordion-item .accordion-button {
    color: var(--bs-white);
    font-size: 18px;
    font-weight: 600;
    padding: 10px 0;
    text-transform: uppercase;
    box-shadow: none;
}

#headerAcc .accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M13.1724 12.0007L8.22266 7.05093L9.63687 5.63672L16.0009 12.0007L9.63687 18.3646L8.22266 16.9504L13.1724 12.0007Z' fill='white'/%3E%3C/svg%3E");
}

#headerAcc .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M13.1724 12.0007L8.22266 7.05093L9.63687 5.63672L16.0009 12.0007L9.63687 18.3646L8.22266 16.9504L13.1724 12.0007Z' fill='white'/%3E%3C/svg%3E");
    transform: rotate(-90deg);
}

#headerAcc .accordion-body ul li {
    background-color: rgba(0, 26, 55, 0.16);
    border-radius: 8px
}

#headerAcc .accordion-body ul li:not(:last-child) {
    margin-bottom: 8px;
}

#headerAcc .accordion-body ul li a {
    color: var(--bs-white);
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    padding: 3px 8px;
}

/* sidebar menu end */

/* featured products start */
.featured-products {
    position: relative;
}

.featured-slider .swiper-slide .text-center::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 42px;
    background: #E2E6E6;
}

.featured-slider .navigation-prev {
    position: absolute;
    top: 50%;
    left: 86px;
    transform: translateY(-50%);
    z-index: 1;
    cursor: pointer;
    user-select: none;
}

.featured-slider .navigation-next {
    position: absolute;
    top: 50%;
    right: 86px;
    transform: translateY(-50%);
    z-index: 1;
    cursor: pointer;
    user-select: none;
}

.featured-products-nav .swiper-prev,
.featured-products-nav .swiper-next {
    width: 40px;
    height: 40px;
    background-color: var(--bs-white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bs-blue);
    position: relative;
}


.featured-products-nav .swiper-pagination {
    position: unset;
    width: 45px;
    user-select: none;
}

.featured-products [class*=product-] .sun-bg {
    position: absolute;
    bottom: 0;
    min-width: 140px;
    min-height: 140px;
    width: 37vw;
    height: 37vw;
}

.featured-products .product-1 .sun-bg {
    right: 0;
}

.featured-products .product-2 .sun-bg {
    left: 0;
}

.featured-products .product-3 .sun-bg {
    right: 10%;
    bottom: 45%;
}

.featured-products .product-4 .sun-bg {
    right: 10%;
}

.featured-products .product-5 .sun-bg {
    left: 10%;
}

.featured-products .product-6 .sun-bg {
    right: 20%;
    bottom: 30%;
}

.featured-products .product-7 .sun-bg {
    left: 11%;
    bottom: 32%;
}

.icon-animate {
    background-color: var(--bs-green);
    width: 3px;
    height: 12px;
    margin-right: 4px;
}

.icon-animate.-start {
    animation: anim1 1s linear 1;
}

@keyframes anim1 {

    0% {
        transform: rotateX(-100deg);
        transform-origin: top;
        opacity: 0;
    }

    100% {
        transform: rotateX(0deg);
        transform-origin: top;
        opacity: 1;
    }
}

/* featured products end */

/* my tabs start */
.my-tabs-nav {
    font-weight: 600;
    line-height: 32px;
    color: rgb(0 26 55 / 70%);
}

.my-tabs-nav>div {
    cursor: pointer;
    padding-left: 16px;
    padding-right: 16px;
}

.my-tabs-nav>div.active {
    background-color: var(--bs-white);
    color: #001A37;
}

.my-tabs-client .client-img {
    filter: grayscale(100%);
    transition: all .3s;
    min-width: 107px;
    min-height: 90px;
    border-radius: 8px;
    border: 1px solid #F0F2F2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.my-tabs-client .client-img img {
    max-width: 100%;
    object-fit: contain;
    padding-left: 10px;
    padding-right: 10px;
}

.my-tabs-client .client-img:hover {
    filter: grayscale(0%);
}

.testi-nav .swiper-pagination,
.video-nav .swiper-pagination {
    position: unset;
    width: unset;
}


.testi-nav .swiper-prev,
.testi-nav .swiper-next,
.video-nav .swiper-prev,
.video-nav .swiper-next {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bs-blue);
    position: relative;
}

/* my tabs end */

/* image with text start */
.image-with-text {
    display: grid;
    grid-template-rows: repeat(20, 1fr);
    grid-template-columns: repeat(20, 1fr);
    position: relative;
}

.image-with-text::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.image-with-text>video {
    grid-row: 1 / span 20;
    grid-column: 1 / span 20;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.image-with-text>.container-xxl {
    grid-row: 1 / span 15;
    grid-column: 1 / span 20;
    align-content: end;
    align-self: flex-end;
    position: relative;
    z-index: 2;
}

.image-with-text {
    min-height: 800px;
}

/* image with text end */

/* case study start */
.case-study .left-block {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.90) 0%, rgba(255, 255, 255, 0.90) 100%), #FFE600;
    ;
    position: relative;
}

/* case study end */

/* latest blog start */

.blog-item,
.post-item {
    display: grid;
    grid-template-rows: 1fr auto;
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
}

.blog-image {
    grid-row: 1 / span 2;
    grid-column: 1 / span 2;
}

.blog-content {
    grid-row: 1 / span 1;
    grid-column: 3 / span 3;
}

.blog-meta {
    grid-row: 2 / span 1;
    grid-column: 3 / span 3;
}

.blog-line {
    grid-column: 1 / span 5;
}

/* latest blog end */

/* subscription start */
.subscription input {
    border-color: rgb(255 255 255 / 30%);
}

.subscription .form-control:focus {
    border-color: var(--bs-white);
}

.subscription input::placeholder {
    color: rgb(255 255 255 / 70%);

}

.validate {
    position: relative;
}

.subscription .invalid-feedback {
    font-size: 12px;
    font-weight: 500;
    color:var(--bs-green);
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    right: 0;
    width: auto;
    margin: 0;
    align-items: center;
    column-gap: 8px;
}
.danger .invalid-feedback {
    display: flex;
}

/* subscription end */

/* footer start */
.footerLink>li:not(:last-child) {
    margin-bottom: 12px;
}

.footerLink>li>a {
    color: #D7E0EB;
    font-size: 14px;
}

.footer .link-title {
    font-size: 18px;
    font-weight: 600;
    color: var(--bs-white);
}

.footer span.right-arrow {
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 6V0H8V6H14V8H8V14H6V8H0V6H6Z' fill='white'/%3E%3C/svg%3E%0A");
    background-position: center;
    background-repeat: no-repeat;
}

.footer [data-bs-toggle=collapse][aria-expanded="true"] .right-arrow {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 11V13H19V11H5Z' fill='white'/%3E%3C/svg%3E%0A");
}

/* footer end */

.btn-icon {
    width: 19px;
    height: 18px;
    margin-left: 12px;
}

.btn-icon>svg {
    position: absolute;
}

.btn-animate:hover svg,
.btn-animate.-start svg {
    animation: move .42s ease-in alternate 4;
}

.btn-animate:hover svg {
    animation: move2 .42s ease-in alternate 4;
}

@keyframes move {
    0% {
        transform: translateY(0) translateX(0);
    }

    100% {
        transform: translateY(-7px) translateX(7px);
    }
}

@keyframes move2 {
    0% {
        transform: translateY(0) translateX(0);
    }

    100% {
        transform: translateY(-7px) translateX(7px);
    }
}

.dropdown-mega-inner {
    overflow: hidden;
    font-weight: 500;
}

.dropdown-mega-inner .col {
    transform: translate3d(0, 100%, 0);
    transition: all .4s ease;
    opacity: 0;
}

/* #mynavbar .dropdown:hover .dropdown-mega-inner .col */
#mynavbar .dropdown.-active .dropdown-mega-inner .col {
    transform: translate3d(0, 0, 0);
    opacity: 1;
}

.dropdown-mega-inner .col:first-child {
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
}

.dropdown-mega-inner .col:nth-child(2) {
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}

.dropdown-mega-inner .col:nth-child(3) {
    transition-delay: .3s;
}

.dropdown-mega-inner .col:nth-child(4) {
    transition-delay: .4s;
}

.dropdown-mega-inner .col:nth-child(5) {
    transition-delay: .5s;
}

.dropdown-mega-inner .col:nth-child(6) {
    transition-delay: .6s;
}


.cursor-follower {
    position: fixed;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background-color: var(--bs-green);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M16.0037 9.41421L7.39712 18.0208L5.98291 16.6066L14.5895 8H7.00373V6H18.0037V17H16.0037V9.41421Z' fill='%23000C1A'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
    z-index: 10000;
    user-select: none;
    pointer-events: none;
}

.autoplay-progress {
    position: absolute;
    top: -8px;
    left: -8px;
    z-index: 10;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

.autoplay-progress svg {
    --progress: 0;
    position: absolute;
    left: 0;
    top: 0px;
    z-index: 10;
    width: 100%;
    height: 100%;
    stroke-width: 4px;
    stroke: var(--bs-green);
    fill: none;
    stroke-dashoffset: calc(125.6px * (1 - var(--progress)));
    stroke-dasharray: 125.6;
    transform: rotate(-90deg);
}

/* lookbook start */
.pin-maker-bottom {
    background-color: #cbcbc7;
}

.pin-maker .sun-bg {
    position: absolute;
    width: 464px;
    height: 466px;
    border-radius: 466px;
    background: linear-gradient(180deg, #FFE600 0%, rgba(255, 230, 0, 0.00) 100%);
    bottom: -16%;
    right: 19%;
    z-index: 1;
}

.pin {
    width: 32px;
    height: 32px;
    position: absolute;
    z-index: 3;
}

.pin-icon {
    display: block;
    width: 32px;
    height: 32px;
    background-color: var(--bs-green);
    border-radius: 50%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M9.16675 9.16699V4.16699H10.8334V9.16699H15.8334V10.8337H10.8334V15.8337H9.16675V10.8337H4.16675V9.16699H9.16675Z' fill='%23001A37'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
}

.pin.-active .pin-icon {
    background-color: var(--bs-white);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30' fill='none'%3E%3Cpath d='M15 13.8211L18.5355 10.2855L19.714 11.464L16.1785 14.9996L19.714 18.5351L18.5355 19.7136L15 16.1781L11.4645 19.7136L10.286 18.5351L13.8215 14.9996L10.286 11.464L11.4645 10.2855L15 13.8211Z' fill='%23001A37'/%3E%3C/svg%3E");
}

.zoompin {
    position: absolute;
    top: -8px;
    right: -8px;
    bottom: -8px;
    left: -8px;
    display: block;
    -webkit-animation: zoompin 2s ease infinite;
    animation: zoompin 2s ease infinite;
    border-radius: 50%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 800px;
    perspective: 800px;
    background-color: rgba(255, 255, 255, .5);
    z-index: -1;
}

@keyframes zoompin {
    0% {
        opacity: 0;
        -webkit-transform: scale(.2);
        transform: scale(.2)
    }

    50% {
        opacity: .8
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.pin-video>video,
.pin-image>img {
    width: 360px;
    border-radius: 8px;
}

.pin-tooltip .tooltip-inner {
    background-color: var(--bs-white);
}

.pin-tooltip {
    opacity: 1;
}

.pin-title {
    color: var(--bs-midnight);
    font-size: 14px;
    font-weight: 600;
    padding: 14px 0 13px;
}

.pin-tooltip .tooltip-arrow {
    display: none;
}

/* lookbook end */

/* product info start */
.product-info-nav,
.header-top.fixedToTop {
    box-shadow: 0px 14px 80px 0px rgba(0, 0, 0, 0.12);
}

.product-info-nav ul>li>a {
    display: block;
    color: var(--bs-midnight);
    padding: 22px 10px;
    opacity: .7;
    border-top: 5px solid transparent;
}

.product-info-nav ul>li>a.active {
    border-top: 5px solid var(--bs-green);
    opacity: 1;
}

.product-info .description {
    color: var(--bs-gray);
}

.application .custom-button-next,
.application .custom-button-prev {
    position: absolute;
    top: 110px;
    transform: translateY(-50%);
    z-index: 1;
    cursor: pointer;
}

.application .custom-button-next {
    right: 0;
}

.application .custom-button-prev {
    left: 0;
}


.info-slider-nav a {
    display: block;
    border-top: 2px solid var(--bs-gray);
    color: var(--bs-gray);
}

.info-slider-nav-mobile .swiper-slide > a {
    display: block;
    border-top: 2px solid rgb(0 26 55 / 20%);
    color: var(--bs-gray);
}

.info-slider-nav-mobile[active-color=white] a {
    border-color: rgb(255 255 255 / 20%);
}

.info-slider-nav a.-active,
.info-slider-nav-mobile a[aria-expanded=true] {
    border-color: var(--bs-green);
    color: var(--bs-midnight)
}


.info-slider-nav[active-color=white] a.-active,
.info-slider-nav-mobile[active-color=white] a[aria-expanded=true] {
    color: var(--bs-white)
}

.product-info .benefits .box {
    border-top: 2px solid var(--bs-gray);
    opacity: .7;
}

.product-info .benefits a {
    color: var(--bs-white);
}

.product-info .benefits .box.-active {
    border-color: var(--bs-green);
    opacity: 1;
}

.product-info .benefits .box.-active svg {
    color: var(--bs-green);
}

ul.filter li {
    border-top: 1px solid rgba(0, 26, 55, 0.15);
}

ul.filter li>a {
    color: rgba(0, 26, 55, 0.70);
}

ul.filter li>a.active {
    border-top: 4px solid var(--bs-green);
}

.metarial-item:hover {
    color: var(--bs-green);
}

.metarial-item:hover .fw-medium {
    text-decoration: underline;
}

.metarial-item a {
    color: currentColor;
}


.arrow-action svg:first-of-type {
    transform: translate(-32px, 0px);
    opacity: 0;
}

.arrow-action svg:first-of-type,
.arrow-action svg:last-of-type {
    transition: all .3s;
}

.metarial-item:hover .arrow-action svg:first-of-type {
    transform: translate(32px, 0px);
    opacity: 1;
}

.metarial-item:hover .arrow-action svg:last-of-type {
    transform: translate(32px, 0px);
    opacity: 0;
    transition: all .3s;
}

.application .btn-collapse {
    width: 60px;
    height: 60px;
    background-color: var(--bs-white);
    border-radius: 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 11V5H13V11H19V13H13V19H11V13H5V11H11Z' fill='%23000C1A'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
}

.app-item-img {
    height: 250px;
}

.app-item {
    background-color: var(--bs-haze);
}

.app-item.-active {
    background-color: var(--bs-green);
}

.app-item.-active .btn-collapse {
    visibility: hidden;
}

.breadcrumb li a,
.breadcrumb li {
    color: inherit;
}

.breadcrumb-item+.breadcrumb-item::before {
    transform: translateY(2px);
}

.breadcrumb-item.active {
    color: inherit;
}

.breadcrumb .breadcrumb-item.active>a {
    text-decoration: underline;
}

.breadcrumb-light .breadcrumb-item+.breadcrumb-item::before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M8.78126 8.00047L5.48145 4.70062L6.42425 3.75781L10.6669 8.00047L6.42425 12.2431L5.48145 11.3003L8.78126 8.00047Z' fill='%23001A37'/%3E%3C/svg%3E");
}


/* video slider start */
.video-content {
    position: absolute;
    inset: 0;
    color: var(--bs-white);
    z-index: 2;
}

.video-poster::after {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.video-play-icon {
    width: 40px;
    height: 40px;
    background-color: var(--bs-green);
    border-radius: 50%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7.75194 5.43823L18.2596 11.5677C18.4981 11.7068 18.5787 12.013 18.4396 12.2515C18.3961 12.326 18.3341 12.388 18.2596 12.4315L7.75194 18.561C7.51341 18.7001 7.20725 18.6195 7.06811 18.381C7.0235 18.3045 7 18.2176 7 18.1291V5.87012C7 5.59397 7.22386 5.37012 7.5 5.37012C7.58853 5.37012 7.67547 5.39362 7.75194 5.43823Z' fill='%23001A37'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

.video-play {
    display: flex;
    align-items: center;
}

.video-play>span:last-of-type {
    display: none;
}

.video-play.-active .video-play-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M6 5H8V19H6V5ZM16 5H18V19H16V5Z' fill='white'/%3E%3C/svg%3E");
    background-color: var(--bs-midnight);
}

.video-play.-active>span:last-of-type {
    display: block;
}

.video-play.-active>span:first-of-type {
    display: none;
}

.video-item iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    z-index: 1;
    object-fit: cover;
}

.video-item .video-poster {
    z-index: 2;
}

.video-item.-active .video-poster {
    z-index: 0;
}

/* video slider end */

/* system slider start */

.arrow-top-right {
    display: block;
    width: 18px;
    height: 18px;
    position: relative;
}


.arrow-top-right svg:first-of-type {
    transform: translate(-18px, 18px);
    opacity: 0;
}

.arrow-top-right svg:first-of-type,
.arrow-top-right svg:last-of-type {
    transition: all .3s;
    position: absolute;
    inset: 0;
}

.system-item a:hover .arrow-top-right svg:first-of-type,
.arrow-top-right-link:hover .arrow-top-right svg:first-of-type {
    transform: translate(0, 0);
    opacity: 1;
}

.system-item a:hover .arrow-top-right svg:last-of-type,
.arrow-top-right-link:hover .arrow-top-right svg:last-of-type {
    transform: translate(18px, -18px);
    opacity: 0;
}

.system-item {
    position: relative;
    height: 100%;
}

.system-item::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 105px;
    background-color: var(--bs-iron);
    z-index: 1;
}

.system-slider .swiper-slide {
    height: unset;
}

.system-item .sun-bg {
    position: absolute;
    width: 300px;
    height: 300px;
    border-radius: 300px;
    background: linear-gradient(180deg, #FFE600 0%, rgba(255, 230, 0, 0.00) 100%);
    bottom: -9%;
    right: 21%;
    z-index: 1;
}

/* system slider end */

/* compare start */
.compare-table .row>div:first-child {
    font-weight: 600;
    padding-left: 24px;
}

.compare-table .-null {
    text-align: center;
}

.compare-table .row > div {
    padding-top: 11px;
    padding-bottom: 11px;
}

.add-machine {
    border: 2px dashed #E6E8EB;
}

.compareHead .swiper-slide {
    height: unset;
}

.compareHead .swiper-slide>div {
    background-color: var(--bs-white);
}

.custom-check {
    display: block;
    position: relative;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.custom-check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    height: 32px;
    width: 120px;
    border-radius: 62px;
    border: 1px solid rgba(0, 26, 55, 0.20);
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-check:hover input~.checkmark {
    background-color: var(--bs-green);
}

.custom-check input~.checkmark abbr {
    color: var(--bs-midnight);
    font-size: 12px;
    font-weight: 600;
}
.custom-check input~.checkmark abbr:nth-of-type(2) {
    display: none;
}

.custom-check input:checked~.checkmark {
    background-color: var(--bs-green);
    border-color: var(--bs-green);
}

.custom-check input:checked~.checkmark abbr:first-of-type {
    display: none;
}
.custom-check input:checked~.checkmark abbr:nth-of-type(2) {
    display: block;
}

.checkmark abbr.icon {
    display: none;
}

.custom-check input:checked~.checkmark abbr.icon {
    display: block;
}

.custom-check .checkmark abbr.icon {
    width: 16px;
    height: 16px;
    margin-left: 8px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17' viewBox='0 0 17 17' fill='none'%3E%3Cpath d='M7.16721 10.6139L13.2955 4.48568L14.2383 5.42849L7.16721 12.4995L2.92456 8.25693L3.86737 7.31413L7.16721 10.6139Z' fill='%23001A37'/%3E%3C/svg%3E");
}
.outline-none {
    outline: none;
}
.data-flag .fi {
    margin-right: 8px;
}
select.data-flag:not(.tomselected) {
    visibility: hidden;
}
.data-flag .ts-control {
    padding-top:13px;
    padding-bottom:13px;
}
.data-flag .ts-control {
    flex-wrap: nowrap;
    border:0;
}
.data-flag .ts-control .item {
    text-wrap: nowrap;
}
.focus .ts-control {
    box-shadow: none;
}
/* compare end */

/* case study start */
.arrow-top {
    display: block;
    width: 18px;
    height: 18px;
    position: relative;
}
.arrow-top svg:first-of-type {
    transform: translate(0, -20px);
    opacity: 0;
}

.arrow-top svg:first-of-type,
.arrow-top svg:last-of-type {
    transition: all .3s;
    position: absolute;
    inset: 0;
}
.btn-case a:hover .arrow-top svg:first-of-type {
    transform: translate(0, 0);
    opacity: 1;
}

.btn-case a:hover .arrow-top svg:last-of-type {
    transform: translate(0, 20px);
    opacity: 0;
}
.vertical-line {
    width: 1px;
    height: 100%;
    background-color: var(--bs-iron-50);
}

/* case study end */

/* machines start */

.tab-content .-limit .row:nth-child(3n+3) {
    display: none;
}

/* ui start */
.placeholder-midnight::placeholder {
    color:var(--bs-midnight);
}
.placeholder-75::placeholder {
    opacity: 0.75;
}
.form-check-input-light {
    background-color: transparent;
}
.form-check-input-light:checked {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M7.50052 11.3782L14.3948 4.48389L15.4555 5.54454L7.50052 13.4995L2.72754 8.72655L3.7882 7.6659L7.50052 11.3782Z' fill='%23001A37'/%3E%3C/svg%3E");
    background-color: var(--bs-green);
}
/* ui end */

/* locations start */
.custom-acc .accordion-button::after {
    display: none;
}
.custom-acc .accordion-button:not(.collapsed) .accordion-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 11V13H19V11H5Z' fill='%23001A37'/%3E%3C/svg%3E");
    background-color: var(--bs-green);
}

.custom-acc .accordion-button .accordion-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 11V5H13V11H19V13H13V19H11V13H5V11H11Z' fill='white'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.10);
    width: 50px;
    height: 50px;
    margin-left: auto;
    display: block;
    flex: 0 0 auto;
}
.custom-acc .accordion-button,
.custom-acc .accordion-item {
    background-color: transparent;
    color:white;
}
.custom-acc .accordion-button {
    box-shadow: none;
    border-top:1px solid rgba(255, 255, 255, 0.20);
}

.custom-acc .accordion-button:not(.collapsed) {
    border-color: white;
}

.custom-acc .accordion-item {
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    border-color: rgba(215, 224, 235, 0.20);
    border-top:0;
}


.custom-acc .accordion-body {
    padding:32px 0;
}

.box-item > div {
    background-color: var(--bs-haze);
    min-height: 220px;
}

.box-item:hover .box-icon {
    background-color: rgb(255 255 255 / 50%);
}
.box-icon {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background-color: var(--bs-white);
    display: flex;
    align-items: center;
    justify-content: center;
    margin:0 auto;
}

.chart {
    display: flex;
    align-items: flex-end;
    position: relative;
    height: 580px;
}
.chart .bar {
    width: 25%;
    padding-top: 40px;
    padding-bottom: 40px;
    border-top-left-radius: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    padding-left: 24px;
    padding-right: 24px;
    transition: width .3s;
}
.chart .bar.-active {
    z-index: 2;
}

.chart .desc {
    opacity: 0;
    visibility: hidden;
    height: 0;
    transition: all 2s;
    overflow: hidden;
}

.chart .bar.-active .desc {
    opacity: 1;
    visibility: visible;
    height: auto;
}

.chart .bar.-active .btn-open {
    margin-top: auto;
}

.chart .bar.-active .title {
    align-self: flex-start;
}

.chart .bar:nth-of-type(1) {
    height: 340px;
    background-color: var(--bs-green);
    left: 0;
}
.chart .bar:nth-of-type(2) {
    height: 415px;
    background-color: #7E8F9A;
    left: 25%;
}
.chart .bar:nth-of-type(3) {
    height: 475px;
    background-color: #002855;
    left: 50%;
}
.chart .bar:nth-of-type(4) {
    height: 530px;
    background-color: #CCD1D7;
    border-top-right-radius: 16px;
    right: 0;
}
.chart .bar:nth-of-type(1) .pin-icon {
    background-color: white;
    position: relative;
    z-index: 2;
}
.chart .title {
    color: var(--bs-midnight);
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 24px;
}
.chart .btn-open {
    position: relative;
    display: inline-block;
    margin-top: 35px;
    cursor: pointer;
    margin:0 auto;
}

.chart .zoompin {
    z-index: 1;
    background-color:rgb(255 255 255 / 50%);
}
.chart ul li {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 16px;
}

.chart .bar.-active .pin-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30' fill='none'%3E%3Cpath d='M15 13.8211L18.5355 10.2855L19.714 11.464L16.1785 14.9996L19.714 18.5351L18.5355 19.7136L15 16.1781L11.4645 19.7136L10.286 18.5351L13.8215 14.9996L10.286 11.464L11.4645 10.2855L15 13.8211Z' fill='%23001A37'/%3E%3C/svg%3E");
}

.chart-info {
    position: absolute;
    left:-20px;
    transform-origin: 0 0;
    transform: rotate(270deg);
    top:80%;
    font-size: 14px;
    font-weight: 600;
}

/* about start */

.benefits-perks span.right-arrow {
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 11V5H13V11H19V13H13V19H11V13H5V11H11Z' fill='%23001A37'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
}

.benefits-perks [data-bs-toggle=collapse][aria-expanded="true"] .right-arrow {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 11V13H19V11H5Z' fill='%23001A37'/%3E%3C/svg%3E");
}

#accBenefit .accordion-item > button {
    border:0;
    border-top:1px solid var(--bs-iron-50);
    font-weight: 600;
    justify-content: space-between;
}
#accBenefit .accordion-item > button[aria-expanded="true"] {
    border-color: var(--bs-midnight);
}

.benefit-wrapper {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(3, auto);
    gap: 24px;
}

.benefit-left {
    grid-column: span 12;
    grid-row: 2;
}
.benefit-right__top {
    grid-column: span 12;
    grid-row: 1;
}

.benefit-right__bottom {
    grid-column: span 12;
    grid-row: 3;
}

.fancybox__container {
    --fancybox-bg: rgba(0, 0, 0, 0.6);
}

.banner-with-text .banner-overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.about .scene,
.about .scene-mobile {
    position: absolute;
    inset: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.scene__layer {
    position: absolute;
    z-index: 2;
}
.shape__layer {
    position: absolute;
    z-index: 1;
}
.scene .item-1 {
    top:329px;
}
.scene .item-2 {
    bottom:-100px;
    left: 390px;
}
.scene .item-3 {
    bottom:156px;
    right: 414px;
}
.scene .item-4 {
    top: 298px;
    right: 0;
}
.scene .item-5 {
    top: 649px;
    right: 48px;
}


.scene .shape-1 {
    top: 217px;
    left: 276px;
}

.scene .shape-2 {
    bottom: -20px;
    left: 157px;
}
.scene .shape-3 {
    bottom: -154px;
    left: 297px;
}
.scene .shape-4 {
    bottom: 132px;
    right: 374px;
}
.scene .shape-5 {
    top: 438px;
    right: 175px;
    z-index: 3;
}
.scene .shape-6 {
    top: 237px;
    right: 0;
}

.scene-mobile .item-1 {
    top: 166px;
    right: 0;
}

.scene-mobile .item-2 {
    bottom: 172px;
    left: 68px;
}

.scene-mobile .item-3 {
    bottom: 129px;
    right: 8px;
}

.scene-mobile .item-4 {
    bottom: -40px;
    left: 112px;
}


.scene-mobile .shape-1 {
    top: 128px;
    right: 0;
}

.scene-mobile .shape-2 {
    top: 224px;
    right: 96px;
    z-index: 3;
}
.scene-mobile .shape-3 {
    top: 298px;
    left: 30px;
}
.scene-mobile .shape-4 {
    bottom: 148px;
    left: 164px;
}
.scene-mobile .shape-5 {
    bottom: -80px;
    left: 81px;
}

/* about us start */

.timeline-nav {
    background-color: var(--bs-light-gray);
}
.timeline-nav__item {
    background-color: var(--bs-white);
    color: var(--bs-midnight);
    height: 100%;
}

.timeline-nav__item:has(> a.active) {
    background-color: var(--bs-midnight);
    color: var(--bs-white);
} 

.timeline-nav__item:has(> a.active) > span:nth-of-type(2) {
    color: var(--bs-green);
}

.timeline {
    color: var(--bs-midnight);
    height: 1000px;
    overflow: auto;
}
.timeline .row {
    scroll-snap-align: center;
}

.timeline::-webkit-scrollbar {
    display: none;
}
.timeline::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 2px;
    height: 100%;
    background-color: var(--bs-gray-50);
    transform: translateX(-50%);
}
.timeline-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: var(--bs-green);
    margin: 0 auto;
    position: relative;
}

.timeline-nav__mini {
    position: absolute;
    left: 5px;
    top: 70px;
    height: 100%;
}
.timeline-nav__mini-inner {
    position: sticky;
    top:150px;
}
.timeline-nav__mini-inner::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: 100%;
    background-color: var(--bs-gray-50);
    transform: translateY(-50%);
}

.timeline-nav__mini-item-dot {
    display: block;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: var(--bs-gray-50);
    position: absolute;
    top: 50%;
    left: -4px;
    transform: translateY(-50%);
}
.timeline-nav__mini-item.active span {
    background-color: var(--bs-green);
}
.timeline-nav__mini-item  {
    font-size:14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    padding-left: 15px;
    position: relative;
    color: rgba(0, 26, 55, 0.7); 
    cursor: pointer;
}
.timeline-nav__mini-item.active {
    color: var(--bs-midnight);
}
.timeline-nav__mini-item:not(:last-of-type) {
    margin-bottom: 24px;
}

.timeline-nav__mini-item:first-of-type .timeline-nav__mini-item-dot{
   top: 5px;
}

video::-webkit-media-controls {
    display: none !important;
}

.link-hover:hover {
    text-decoration: underline;
}

.about {
    padding: 50px 0;
    text-align: center;
    background-color: #f9f9f9;
}

.about h1, .about h2 {
    margin-bottom: 20px;
}

.about-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.about-content img {
    max-width: 500px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.cta-group {
    margin-top: 20px;
    display: flex;
    gap: 15px;
}

.map-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* Aspect ratio 16:9 */
    height: 0;
    overflow: hidden;
}

.map-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    pointer-events: none; /* Disables user interaction */
}

/* -----------------------------------
   HERO SECTION
----------------------------------- */
.ministries-list-hero-section {
  position: relative;
  height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
}

.ministries-list-hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  z-index: 0;
}

.ministries-list-hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 1;
}

.ministries-list-hero-content {
  position: relative;
  z-index: 2;
}

/* Scroll Indicator */
.ministries-list-scroll-indicator {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}

.ministries-list-scroll-mouse {
  width: 24px;
  height: 40px;
  border: 2px solid #fff;
  border-radius: 20px;
  position: relative;
}

.ministries-list-scroll-wheel {
  width: 4px;
  height: 8px;
  background: #fff;
  border-radius: 2px;
  position: absolute;
  top: 6px;
  left: 50%;
  transform: translateX(-50%);
  animation: scroll-wheel 1.5s infinite;
}

@keyframes scroll-wheel {
  0% { opacity: 1; top: 6px; }
  50% { opacity: 0; top: 14px; }
  100% { opacity: 1; top: 6px; }
}

/* -----------------------------------
   INTRO SECTION
----------------------------------- */
.ministries-list-intro-text {
  color: #1b1b1b;
}

/* -----------------------------------
   GRID SECTION
----------------------------------- */
.ministries-list-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 2rem;
}

.ministries-list-card {
  display: block;
  border-radius: 1rem;
  overflow: hidden;
  background: #fff;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-decoration: none;
  color: inherit;
}

.ministries-list-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.ministries-list-card-image-wrapper {
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
}

.ministries-list-card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.ministries-list-card:hover .ministries-list-card-image {
  transform: scale(1.05);
}

.ministries-list-card-gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.0) 30%, rgba(0,0,0,0.65) 100%);
}

.ministries-list-card-icon {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  background: #fff;
  color: #000;
  border-radius: 50%;
  padding: 0.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;
}

.ministries-list-card:hover .ministries-list-card-icon {
  background: #000;
  color: #fff;
}

.ministries-list-card-content {
  padding: 1.5rem;
}

.ministries-list-card-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
  color: #1b1b1b;
}

.ministries-list-card-description {
  font-size: 0.95rem;
  color: #666;
  margin-bottom: 1rem;
}

.ministries-list-card-footer {
  font-weight: 500;
  color: #007bff;
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.ministries-list-card-footer svg {
  transition: transform 0.3s ease;
}

.ministries-list-card:hover .ministries-list-card-footer svg {
  transform: translateX(4px);
}

/* -----------------------------------
   CTA SECTION
----------------------------------- */
.ministries-list-cta-section {
  background: url('/path/to/cta-bg.jpg') center/cover no-repeat;
  position: relative;
  color: #fff;
  padding: 6rem 0;
}

.ministries-list-cta-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.65);
  z-index: 0;
}

.ministries-list-cta-section .container-xxl {
  position: relative;
  z-index: 1;
}

.ministries-list-cta-button {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 500;
  transition: background 0.3s ease, color 0.3s ease;
}

.ministries-list-cta-button-primary {
  background: #007bff;
  color: #fff;
}

.ministries-list-cta-button-primary:hover {
  background: #0056b3;
}

.ministries-list-cta-button-secondary {
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
}

.ministries-list-cta-button-secondary:hover {
  background: #fff;
  color: #000;
}

/* -----------------------------------
   MEDIA QUERIES
----------------------------------- */
@media (min-width: 992px) {
  .ministries-list-hero-section {
    height: 90vh;
  }
}
