﻿.pagetitleaboutP {
    height: 70vh;
    display: flex;
    align-items: center;
    margin-bottom: 0 !important;
}

.site-main .page-title {
    background-image: linear-gradient( rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) ), url(../../Images/Phu-Quoc-Pearl-Farms-banner.jpg) !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.search-wrapper {
    background: #ffffff;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.08);
}

.search-header {
    text-align: center;
    margin-bottom: 30px;
}

    .search-header h2 {
        font-weight: 600;
        margin-bottom: 10px;
    }

    .search-header p {
        color: #666;
    }

.search-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
}

.filter.custom-checkbox {
    display: inline-block;
    width:100%;
}

    /* Hide default checkbox */
    .filter.custom-checkbox input[type="checkbox"] {
        display: none;
    }

    /* Label card style */
    .filter.custom-checkbox label {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 90px;
        border: 2px solid #eee;
        border-radius: 12px;
        padding: 10px;
        cursor: pointer;
        transition: all 0.3s ease;
        background: #fff;
    }

    /* Image size */
    .filter.custom-checkbox img {
        width: 40px;
        height: 40px;
        object-fit: contain;
        margin-bottom: 8px;
    }

/* Text label */
.text-label {
    font-size: 13px;
    font-weight: 600;
    text-align: center;
}

/* Hover effect */
.filter.custom-checkbox label:hover {
    border-color: #dfc3ba;
    transform: translateY(-3px);
}

/* Selected state */
.filter.custom-checkbox input[type="checkbox"]:checked + label {
    border-color: #dfc3ba;
    box-shadow: 0 4px 12px rgba(237,103,40,0.25);
    background: #fff8f4;
}
#shapeList .col-lg-2:nth-child(n+7) {
    display: none;
}

#shapeList.show-all .col-lg-2 {
    display: block;
}
.form-control{
    border-radius:10px!important;
}
.form-control:focus {
    border: 1px solid #e5e5e5 !important;
}

.text-label2 {
    font-size: 16px;
    text-align: center;
}
#colorList .col-lg-2:nth-child(n+7) {
    display: none;
}

#colorList.show-all .col-lg-2 {
    display: block;
}
#CLARITYList .col-lg-2:nth-child(n+7) {
    display: none;
}

#CLARITYList.show-all .col-lg-2 {
    display: block;
}
#LabList .col-lg-2:nth-child(n+7) {
    display: none;
}

#LabList.show-all .col-lg-2 {
    display: block;
}

@media only screen and (max-width: 500px) {
    .dipsplayh11{
        font-size:2.5rem!important;
    }
}

.btnPrimaaaa {
    background-color: #dfc3ba !important;
    color: white;
    border-radius: 20px !important;
    border-color: #dfc3ba !important;
    width:150px;
}
    .btnPrimaaaa:hover {
        background-color: white !important;
        color: #dfc3ba!important;
        border-radius: 20px !important;
        border-color: #dfc3ba !important;
        width: 150px;
    }

.btn.disabled {
    opacity: 0.5;
    cursor: not-allowed;
}