/* Custom CSS (start) */
.greensifu {
    color:#2ecc71 !important;
}

.btn-greensifu {
    background-color:#2ecc71 !important;
    border-color: #e0f1e7 !important;
    color: white !important;
}

.border-greensifu {
    color: #2ecc71 !important; 
    --bs-border-color: #2ecc71 !important; 
}


.btn-greensifu:hover {
    background-color: #27ae60 !important; 
    border-color: #27ae60 !important;
}

/* The Clicking effect (:active) */
.btn-greensifu:active, 
.btn-greensifu.active {
    background-color: #1e8449 !important; 
    border-color: #1e8449 !important;
    transform: translateY(1px); 
}

.bg-greensifu {
    background-color:#2ecc71 !important;
}

.bg-greensifu-light {
    background-color:#e9f0eafb !important;
}

/* package.php -package selection color effect (Start) */
.service-box{
    background: #fff;
    border-radius: 16px;
    border-style: solid;
    border-color: #000000;
    padding: 1%;
    height:auto;
    width:auto;
    cursor: pointer;  
    transition: all 0.3s ease;
}

.service-radio:checked + .service-box {
    background: #e9f8f1;
    color: #27ae60;
    border: 2px solid #27ae60;
}
/* package.php -package selection color effect (End) */

/* passenger.php -package selection color effect (Start) */
.passenger-box{
    background: #fff;
    border-radius: 16px;
    border-style: solid;
    border-color: #000000;
    padding: 1%;
    min-height:auto;
    max-height:350px;
    min-width:auto;
    max-width:400px;
    cursor: pointer;  
    transition: all 0.5s ease;
}

.passenger-radio:checked + .passenger-box {
    background: #e9f8f1;
    color: #27ae60;
    border: 2px solid #27ae60;
}

.btn-clear{
    border: none; 
    background: transparent; 
    font-size: 20px;
}
/* passenger.php -package selection color effect (End) */

/* payment.php -payment method color effect (Start) */
.payment-box{
    background: #fff;
    border-radius: 16px;
    border-style: solid;
    border-color: #000000;
    padding: 1%;
    min-height:auto;
    max-height:350px;
    min-width:auto;
    max-width:400px;
    cursor: pointer;  
    transition: all 0.5s ease;
}

.payment-radio:checked + .payment-box {
    background: #e9f8f1;
    color: #27ae60;
    border: 2px solid #27ae60;
}
/* payment.php -payment method color effect (End) */
/* shuttle-booking location box (Start) */
.vertical-scroll {
  height: 350px;       
  overflow-y: auto;    
  overflow-x: hidden;
  position: relative;
  /* Adds a fade effect at the bottom so cards look like they disappear */
  mask-image: linear-gradient(to bottom, black 85%, transparent 100%);  

}
.floating-more {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none; /* Crucial: lets you click cards 'through' the text */
    z-index: 10;
    opacity: 0.8;
}

.shuttle-box {
    height: 100px; 
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform 0.2s; 
}

/* The "Press Down" effect */
.clickable-card:active {
    transform: scale(0.95); 
    background-color: #f8f9fa !important; 
    box-shadow: none !important; 
}


.clickable-card {
    transition: transform 0.1s ease, background-color 0.1s ease;
    user-select: none; 
}

.clickable-card:hover {
    border-color: #2ecc71; 
}
/* shuttle-booking location box (End) */
/* history-detail.php location box (Start) */
.booking-box{
    background: #fff;
    border-radius: 16px;
    padding: 3%;
    min-height:100px;
    max-height:auto;

}

.status-box-cancelled{
    background-color: #fde8e8;
    color: #dc3545;
    border-radius:16px 16px 0 0;
    padding: 3%;
    min-height:50px;
    max-height:auto;

}

.status-box-finding{
    background-color: #e7f0ff;
    color: #0d6efd;
    border-radius:16px 16px 0 0;
    padding: 3%;
    min-height:50px;
    max-height:auto;

}

.status-box-pending{
    background-color: #f1f3f5;
    color: #6c757d;
    border-radius:16px 16px 0 0;
    padding: 3%;
    min-height:50px;
    max-height:auto;

}

.status-box-done{
    background-color: #e6f7f0; 
    color: #198754;
    border-radius:16px 16px 0 0;
    padding: 3%;
    min-height:50px;
    max-height:auto;

}

.status-booking-box{
    background: #fff;
    border-radius: 0px 0px 16px 16px;
    padding: 3%;
    min-height:100px;
    max-height:auto;

}

.btn-pay {
    background-color: #2ecc71;
    border: none;
    border-radius: 8px;
    color: white;
    font-weight: 600;
    padding: 14px;
    min-width: 100px;
    max-width:auto;
    margin-top: 20px;
    font-size: 15px;
    transition: background-color 0.3s;
}

.btn-pay:hover {
    background-color: #27ae60;
}
/* history-detail.php location box (End) */

/* Custom CSS (end)*/
.no-padding
{
    padding: 0 !important;
}

.padding-side
{
    padding-right: 3% !important;
    padding-left: 3% !important;
}

.padding-top-3
{
    padding-top: 3%;
}

.padding-bottom-3
{
    padding-bottom: 3%;
}

.padding-top-5
{
    padding-top: 5%;
}

.padding-bottom-5
{
    padding-bottom: 5%;
}

.padding-top-10
{
    padding-top: 10%;
}

.padding-bottom-10
{
    padding-bottom: 10%;
}

.no-margin
{
    margin: 0 !important;
}

.margin-auto
{
    margin: auto;
}

.margin-bottom-3
{
    margin-bottom: 3% !important; 
}

.margin-bottom-5
{
    margin-bottom: 5% !important; 
}
.margin-bottom-10
{
    margin-bottom: 10%; 
}
.margin-bottom-20
{
    margin-bottom: 20%; 
}
.margin-bottom-50
{
    margin-bottom: 50%; 
}

.margin-top-3
{
    margin-top: 3%; 
}

.margin-top-4
{
    margin-top: 4%; 
}

.margin-top-5
{
    margin-top: 5%; 
}
.margin-top-10
{
    margin-top: 10%; 
}
.margin-top-20
{
    margin-top: 20%; 
}
.margin-top-50
{
    margin-top: 50%; 
}

/* Alignment */
.align-justify
{
    text-align: justify !important;
}

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

.align-left
{
    text-align: left;
}

.align-right
{
    text-align: right;
}

.line-height-2
{
    line-height: 2;
}
/* Alignment */

/* Font CSS */
.font-12
{
    font-size:12px;
}

.font-14
{
    font-size:14px;
}

.font-16
{
    font-size:16px;
}

.font-18
{
    font-size:18px;
}

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

.font-22
{
    font-size:22px;
}

.font-24
{
    font-size:24px;
}

.font-26
{
    font-size:26px;
}

.font-28
{
    font-size:28px;
}

.bold900
{
    font-weight: 900;
}

.bold700
{
    font-weight: 700;
}

.bold400
{
    font-weight: 400;
}

.bold300
{
    font-weight: 300;
}

.white
{
    color:#ffffff !important;
}

.black
{
    color:#000000 !important;
}

.maroon
{
    color: #2A0000;
}
/* Font CSS */

/*Read More*/
.more {
    overflow: hidden;
}
/*Read More*/


/*MOBILE VIEW*/
@media only screen 
  and (min-device-width: 300px) 
  and (max-device-width: 900px) 
{ 
    .font-12
    {
        font-size:4px;
    }

    .font-14
    {
        font-size:6px;
    }

    .font-16
    {
        font-size:8px;
    }

    .font-18
    {
        font-size:10px;
    }

    .font-20
    {
        font-size:12px;
    }

    .font-22
    {
        font-size:14px;
    }

    .font-24
    {
        font-size:16px;
    }

    .font-26
    {
        font-size:18px;
    }

    .font-28
    {
        font-size:20px;
    }
}
