﻿.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/ImageSlide/diamond2.jpg) !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
/* Make row a flex container to align items */


/* Make all boxes equal height */
.dbox {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    background: #fff;
    padding: 30px 20px;
    border-radius: 15px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.12);
    transition: all 0.3s ease;
    height: 100%; /* forces equal height with flex */
}

    /* Hover effect */
    .dbox:hover {
        transform: translateY(-5px);
        box-shadow: 0 12px 25px rgba(0,0,0,0.18);
    }

    /* Icon circle */
    .dbox .icon {
        width: 100px;
        height: 100px;
        border-radius: 50%;
        background: #dfc3ba;
        margin-bottom: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.3s ease;
    }

    .dbox:hover .icon {
        transform: scale(1.1);
    }

    /* Icon font size & color */
    .dbox .icon span {
        font-size: 40px;
        color: #fff;
    }

    /* Text styling */
    .dbox .text p {
        font-size: 16px;
        color: #333;
        margin-bottom: 10px;
    }

        .dbox .text p span {
            color: #868686;
        }

        .dbox .text p a {
            color: #dfc3ba;
            text-decoration: none;
            transition: color 0.3s ease;
        }

            .dbox .text p a:hover {
                color: #dfc3ba;
                font-weight:bold;
            }

.sectionbackkk {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


.forminput {
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: 2px solid white !important;
    border-radius: 10px !important;
    background-color: transparent !important;
    color: white !important;
}
label {
    color: white !important;
    font-style: italic;
}

.btnsend{
    border:1px solid white!important;
    background:transparent!important;
    color:white!important;
    border-radius:20px!important;
}
    .btnsend:hover {
        border: 1px solid white !important;
        background: white !important;
        color: #dfc3ba !important;
    }