﻿body {
}

.padding-textbanner {
    padding-top: 250px !important;
}
.card {
    width:auto;
    background: #ffffff;
    border-radius: 6px;
    padding: 20px 22px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}
.card {
    height: auto !important;
}

    .card h3 {
        margin: 0 0 14px;
        font-size: 20px;
        text-align: left;
        font-weight: 700;
        color: #000;
    }

    .card ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }


.tour-list li {
    margin-bottom: 8px;
    line-height: 1.5;
}

.arrow {
    color: #e91e63;
    font-size: 12px;
    margin-right: 8px;
}

/* truncate text */
.read-more-text {
    display: flex;
    align-items: flex-start;
    
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
}

.readMoreBtn {
    flex-shrink: 0;
    color: #e91e63;
    cursor: pointer;
    font-weight: 500;
    font-size: 14px;
    position: relative;
    bottom: 2px;
    left: 2px;
    margin-left: 0px;
    margin-bottom: 30px;
}

    .readMoreBtn.hide {
        display: none;
    }

.extra-points {
    display: none;
}

    .extra-points.show {
        display: list-item;
    }
.section-heading {
    font-weight: 700;
    font-size: 1.8rem;
}
.padding-box {
    padding-left: 300px !important;
    padding-right: 300px !important;
}
.section-subtext {
    font-size: 0.95rem;
    color: #6c757d; /* Bootstrap gray */
    max-width: 700px;
    margin: 0 auto;
}
.tab-content-box2 {
    background-color: #fff;
    padding: 25px;
    height: 350px;
    text-align-last: start !important;
    margin-top: 0px;
    border-left: 4px solid #ff3a5d;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}
.tab-content-box h5 {
    color: #F92275;
    font-weight: 600;
    font-size: 25px;
    padding-top: 25px !important;
}
.card-body-no {
    padding: 0px !important;
    border-radius: 0px;
    
}
.card-heading {
    font-size: 18px;
}
@media (max-width: 425px) {
    .section-heading {
        font-weight: 700;
        font-size: 20px;
        padding-top:0px !important;
    }
    .section-subtext {
        font-size: 12px;
        color: #6c757d;
        max-width: 700px;
        margin: 0 auto;
    }
    .readMoreBtn {
        color: #e63946;
        font-weight: 600;
        cursor: pointer;
        white-space: nowrap;
        font-size: 12px;
    }
}
@media (max-width: 768px) {
    .card-heading {
        font-size: 16px !important;
    }

    .section-heading {
        font-weight: 700;
        font-size: 20px;
    }
    .newbanner-sub-head-gp {
        color: #323238;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 25px;
    }
    .banner-container {
        position: relative;
        height: 350px;
    }

    .padding-textbanner {
        padding-top: 210px !important;
    }

    .para-hrms {
        padding: 0px 40px 0px 40px;
        color: #676767;
        font-size: 12px;
        font-weight: 450;
        text-align: center;
        line-height: 1.6;
    }

    .tab-content-box h5 {
        color: #F92275;
        font-weight: 600;
        font-size: 18px;
        padding-top: 25px !important;
    }

    .padding-box {
        padding-left: 50px !important;
        padding-right: 50px !important;
    }
}
@media (max-width: 1024px) {
    .padding-box {
        padding-left: 50px !important;
        padding-right: 50px !important;
    }
}