/* Remove theme’s white half-circle background */
.banner-carousel .owl-nav button.owl-prev,
.banner-carousel .owl-nav button.owl-next {
    background: transparent !important;   /* removes the white half-circle */
    border: none !important;
    box-shadow: none !important;
}

/* Force arrow icons to white */
.banner-carousel .owl-nav button.owl-prev span,
.banner-carousel .owl-nav button.owl-next span {
    color: #c5c2c2 !important;       /* white arrows */
    font-size: 25px !important;      /* adjust size if needed */
    line-height: 1;
}

/* Optional: remove weird padding around arrows */
.banner-carousel .owl-nav button.owl-prev,
.banner-carousel .owl-nav button.owl-next {
    padding: 0 !important;
    margin: 0 10px !important;   /* space arrows left/right */
}

/* Optional: hover effect */
.banner-carousel .owl-nav button.owl-prev:hover span,
.banner-carousel .owl-nav button.owl-next:hover span {
    color: #cccccc !important;  /* slightly dim on hover */
}

/* Restore a normal content width for the text inside the slider */
.main-slider .auto-container {
    max-width: 1200px;        /* adjust if your theme uses a different width */
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

/* Make the whole slider span the full width of the viewport */
.main-slider {
    margin: 0 !important;
    padding: 0 !important;
}

.main-slider .slider-box {
    width: 100vw !important;        /* full viewport width */
    max-width: 100vw !important;
    margin: 0 0 0 50%;
    transform: translateX(-50%);    /* center it while using 100vw */
    padding: 0 !important;
}

/* Ensure the carousel + slides also fill that width */
.main-slider .banner-carousel,
.main-slider .banner-carousel .slide {
    width: 100%;
}

/* Background image should cover fully */
.main-slider .image-layer {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

/* Darker arrows with soft opacity */
.banner-carousel .owl-nav button.owl-prev span,
.banner-carousel .owl-nav button.owl-next span {
    color: #838080(0, 0, 0, 0.6) !important; /* dark gray with 60% opacity */
    font-size: 25px !important;           /* keep arrow size consistent */
    transition: color 0.3s ease;
}

/* Optional: slightly darker on hover */
.banner-carousel .owl-nav button.owl-prev:hover span,
.banner-carousel .owl-nav button.owl-next:hover span {
    color: rgba(33, 31, 31, 0.6) !important;
}

/* Position arrows slightly inside the slider */
.banner-carousel .owl-nav button.owl-prev {
    position: absolute;
    left: 10px !important;   /* pull arrow inward from left edge */
    top: 80%;
    transform: translateY(-50%);
}

.banner-carousel .owl-nav button.owl-next {
    position: absolute;
    right: 10px !important;  /* pull arrow inward from right edge */
    top: 80%;
    transform: translateY(-50%);
}

/* Card styling for the middle column */
.place-style1-area .place-column-card {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.06);
    padding: 24px 24px 20px;
}

/* Space under the intro text in col 1 */
.place-style1-area .place-intro {
    margin-top: 16px;
    color: #666666;
}

/* Map card to visually match the middle card */
.place-style1-area .place-map-card {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.06);
    padding: 12px;
    overflow: hidden;
}

/* Make the iframe responsive inside the map card */
.place-style1-area .place-map-card iframe {
    width: 100%;
    height: 100%;
    min-height: 320px;
    border: 0;
    border-radius: 10px;
}

/* Tidy spacing between distance rows if needed */
.place-style1-area .place-distance-box ul li {
    padding: 10px 0;
}
.home-map-outer
iframe {
    min-height: 400px !important;  /* was ~320px */
    height: 100%;
}
