﻿@import url(/Content/css/variable.css);

.det-homebanner {
    width: 100%;
    padding: 96px 0 15px 0;
    background-attachment: fixed;
    
}

.card-package-visit .theme-section-banner, .det-homebanner {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.destination-content-card {
    position: relative;
    z-index: 4;
    text-align: left;
}

    .destination-content-card .crd-voucher h3 {
        color: #fff;
        font-size: 40px;
        padding-left: 30px;
        display: inline;
        font-weight: 400;
    }

    .destination-content-card .crd-voucher p {
        color: #fff;
        padding-left: 33px;
        font-weight: 400;
    }

    .destination-content-card .tourist-wooks .activities-flex {
        display: flex;
        color: #ffffff;
        justify-content: start;
        gap: 20px;
        text-align: center;
        flex-wrap: wrap;
    }

ul.activities-flex li {
    list-style: none;
    border: 1px solid #ddd;
    padding: 10px 20px;
}

.destination-frm {
    padding: 35px;
    border-radius: 10px;
    background: #fff !important;
}

.frm-header {
    font-size: 18px;
}

.destination-frm .frm-header h3 {
    color: #000;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 28px;
    font-size: 19px;
}

.destination-frm .frminput {
    border-radius: 6px;
    margin-bottom: 14px;
    height: 45px;
    border: 1px solid #9f8787;
    padding-left: 35px;
    position: relative;
}

.inconscontact-settleone {
    position: absolute;
    top: 11px;
    left: 10px;
}

.quote-btn button {
    background-color: var(--primary-color);
    color: #fff;
    padding: 11px;
    font-size: 18px;
}

.formdiv-first {
    position: relative;
}

.destination-frm .frminput::placeholder {
    color: #000;
    font-size: 14px;
    font-weight: 400;
}

.destination-frm .frmslct {
    border-radius: 6px;
    margin-bottom: 14px;
    height: 55px;
    font-size: 15px;
    color: #000;
    line-height: 1.8;
    font-weight: 400;
    text-align: justify;
}

.destination-frm .frminput:focus {
    border: 1px solid var(--primary-color);
    box-shadow: none;
}

.headingheader-dest h4 {
    color: #3e3e3e;
    margin-bottom: 0;
    font-weight: 400;
}

.headingheader-dest {
    background: #fff;
}

.left-panel-image .image img {
    width: 100%;
    border-radius: 10px;
    height: 380px;
    object-fit: cover;
}

.right-panel-content p {
    text-align: justify;
    font-size: 16px;
    font-weight: 400;
    color: #000;
}

@media(max-width : 768px) {
    .perks-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }
    .destination-content-card .crd-voucher h3 {
        font-size: 25px;
        padding-left: 0px;
    }

    .destination-content-card .crd-voucher p {
        padding-left: 0px;
        font-size: 14px;
        margin-top: 10px;
    }

    .destination-frm .frm-header h3 {
        color: #000;
        font-weight: 400;
        text-transform: capitalize;
        margin-bottom: 28px;
        font-size: 19px;
        text-align: left;
    }

    .destination-frm .frminput {
        height: 67px;
        border: 1px solid #d1d1d1;
    }

    .inconscontact-settleone {
        position: absolute;
        top: 21px;
        left: 10px;
        font-size: 18px;
    }

    .destination-frm {
        padding: 13px;
        border-radius: 10px;
        background: #fff !important;
    }

    .left-panel-image .image img {
        width: 100%;
        border-radius: 10px;
        height: 200px;
        object-fit: cover;
    }

    .right-panel-content p {
        text-align: justify;
        font-size: 14px;
        font-weight: 400;
        color: #000;
        margin-top: 20px;
    }
}


/* body {
        font-family: Arial, sans-serif;
        background-color: #fff;
    }

    .container {
        max-width: 900px;
        margin: auto;
        padding: 50px 0;
    }*/
.accordion-body ul {
    font-weight: 400;
}


.section-title {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 40px;
}

.highlight {
    color: var(--secondary-color);
}

.perks-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    text-align: center;
}

.perk-box {
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 10px;
    transition: all 0.3s ease;
    background: #fff;
}

    .perk-box:hover {
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    }

.perk-icon {
    font-size: 40px;
    color: var(--secondary-color);
    margin-bottom: 10px;
}

.perk-title {
    font-size: 18px;
    font-weight: bold;
}

.perk-description {
    font-size: 14px;
    color: #555;
}
