/* CSS Document */

/* Ensure no overflow issues */
html,
body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

.container {
    max-width: 100%;
    padding: 20px;
}

.no-wrap {
    white-space: nowrap;
}

.d-block .d-wrap {
    width: 100%;
    
  }

.bg-tripImg {
    margin-bottom: -5px;
}

.btn_rnd {
    border-radius: 60px;
    background-color: #e5e5e5 !important;
    border: none;
    padding: 6px 10px;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    margin: 5px;
}

.d-block {
    font-size: 20px;
}

.d-flex:hover {
    background-color: #f0f0f0 !important;
}

.btn_rnd:hover {
    background-color: #ccc !important;
}

.header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #fff;
    padding: 10px 20px;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

#image_car_hill,
#img_sm_map,
.img-fluid {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    border-radius: 10px;
}

.flex_radius {
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #cecece;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

.flex_radius img {
    border-radius: 10px;
    background-color: #f0f0f0;
}

.main {
    background-color: #fff;
    padding: 20px;
    margin-top: 20px;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.section {
    margin-bottom: 20px;
}

.section h2 {
    font-size: 24px;
    margin-bottom: 10px;
}

/* Additional Mobile Optimization */
@media (max-width: 768px) {
    .d-block {
        font-size: 16px;
    }

    .btn_rnd {
        font-size: 10px;
        padding: 4px 8px;
    }
    

    .header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding: 10px;
    }

    .header img {
        height: 30px;
    }

    .header .nav {
        gap: 10px;
    }

    .section h2 {
        font-size: 20px;
    }

    .d-flex.flex-md-row {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
            -ms-flex-direction: column !important;
                flex-direction: column !important;
    }

    .w-md-50, .w-md-25 {
        width: 100% !important;
    }

    .text-md-start {
        text-align: center !important;
    }

    .flex-md-row-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
            -ms-flex-direction: column-reverse !important;
                flex-direction: column-reverse !important;
    }

    .d-wrap {
    width: 100%;
    margin-top: 0 !important;
  }
}

@media (max-width: 575.98px) {
  .d-wrap {
    width: 50%;
    margin-top: 0 !important;
  }
}
