.popup-card {
    border: 1px solid #ddd;
    border-radius: 8px;
    background-color: #FFF;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.popup-card img {
    display: block;
    border-radius: 5px;
}

.popup-card-content {
    text-align: left;
}

.swiper-container {
    width: 100%;
    height: 200px;
}

.swiper-slide img {
    border-radius: 5px;
    display: block;
    object-fit: cover;
}

.marker-price {
    display: inline-block;
    background-color: #FF5E5E;
    color: #FFF;
    padding: 5px 10px;
    border-radius: 5px;
    font-weight: bold;
    text-align: center;
}

#map {
    height: 500px;
}

.external-adv-mobile {
    display: none;
}

.slick-list.draggable {
    padding-bottom: 20px;
}

.slick-dots li button:before {
    color: #FF0200;
    font-size: 16px;
}

.slick-dots li.slick-active button:before {
    color: #000;
    /* Active dot color */
}

@media only screen and (max-width: 426px) {
    .external-adv {
        display: none;
    }

    .external-adv-mobile {
        display: block;
        max-width: 400px;
    }

    .external-adv-mobile img {
        max-width: 350px;
        width: -webkit-fill-available;
    }

    section.adv {
        padding-top: 10px;
        padding-bottom: 35px;
    }
}

.hero_image .container-fluid {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.sketch-bg {
    min-height: 200px;
    background-image: url(../img/sketch-bg.jpg);
}

.home-page-video .video-container {
    margin: 50px auto 0px auto;
    position: relative;
    width: 100%;
    max-width: 800px;
}

.home-page-video .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.home-page-video .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: rgba(0, 0, 0, 0.5); */
    background: url(../img/youtube_thumbnail.jpg) center center no-repeat;
    background-size: cover;
    /* border: 2px solid #aeaeae; */
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.home-page-video .overlay-text {
    color: #FFF;
    font-size: 24px;
    text-align: center;
    padding: 12px;
}

.home-page-video .overlay-text img {
    max-width: 50px;
    padding: 12px;
    background: #FF0200;
    border-radius: 50%;
}

.home-page-video .mast-head-button {
    color: #FFF;
    background-color: #0047AB;
    font-weight: 400;
    padding: 10px 15px;
    border-radius: 8px;
    text-transform: uppercase;
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
    min-height: 40px;
    justify-content: center;
    display: flex;
    align-items: center;
}

.home-page-video .mast-head-button:hover {
    background-color: #C41E3A;
    cursor: pointer;
}

.home-page-video .mast-head-button>a {
    font-family: 'Poppins', sans-serif;
    color: #FFF;
    letter-spacing: 4px;
    font-size: 20px;
}

section.about .wrapper {
    background: url(../img/dog-bg.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    color: #FFF;
    position: relative;
    overflow: hidden;
}

section.about .wrapper:after {
    content: "";
    background: #000;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 650px;
    width: 100%;
    opacity: 0.6;
    z-index: 500;
}

section.about .col {
    display: flex;
    align-items: center;
    gap: 15px;
}

section.about .ad-cta {
    border-radius: 8px;
    border: 1px solid #C9E0E0;
    background: #F2FCFC;
    position: relative;
    padding: 70px 35px 35px 35px;
    margin: 75px 0px;
    width: 35%;
    z-index: 501;
    color: #000;
}

section.about .ad-cta h3 {
    font-size: 28px;
    font-weight: 500;
    font-family: "Poppins", sans-serif !important;
    margin: 0 0 35px 0;
    max-width: 300px;
    letter-spacing: 2px;
    line-height: 33px;
}

section.about .ad-cta ul {
    margin: 0 0 35px 0;
    list-style-type: none;
    padding: 0px;
}

section.about .ad-cta ul li {
    display: flex;
    align-items: center;
    font-size: 14px;
    margin: 0 0 10px 0;
}

section.about .ad-cta ul li i {
    color: #101335;
    margin-right: 5px;
    font-size: 20px;
}

section.about .ad-cta .btn-primary {
    color: #0047AB;
    background: transparent;
    border: 2px solid #0047AB;
    width: -webkit-fill-available;
}

section.about .ad-cta .btn-primary:hover {
    color: #FFF;
    background-color: #0047AB !important;
    border: 2px solid #0047AB;
}

section.about .ad-cta img {
    position: absolute;
    top: 20px;
    right: 20px;
}

.red-bar {
    width: 100%;
    height: 30px;
    background-color: #C41E3A;
}

@media only screen and (max-width: 768px) {
    section.about .ad-cta {
        width: auto;
        margin-left: auto;
        margin-right: auto;
    }
}

section.mission-statement {
    padding-top: 50px;
}

section.mission-statement h2 {
    text-align: center;
}
