.portfolio-card .portfolio-img img {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    width: 100%;
    height: 500px;
}

.rent-card .box-icon
{
    background-color: #e2b465;
}
.rent-card .box-title{
    color: #e2b465 ;
}

.feature-card .icon-wrap {
    background-color: #003e3d;
}
.rent-card{
        height: 400px;
}

.space-top {
    background-color: #003e3d ;
}


@media (max-width: 991px) {
    .header-logo {
        padding-top: 16.5px;
        padding-bottom: 16.5px;
        width: 140px;
    }
}

.counter-card-wrap space{
    background-color: #6e6e6e;
}

.founders-area {
    padding: 80px 0;
    background-color: #f5f8f9;
}

.sec-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    letter-spacing: 0.5px;
}

.sec-subtitle {
    font-size: 1.1rem;
    opacity: 0.8;
    max-width: 600px;
    margin: 0 auto;
}

.founder-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.founder-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.founder-img-wrap {
    position: relative;
    overflow: hidden;
    height: 450px;
}

.founder-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.founder-card:hover .founder-img {
    transform: scale(1.05);
}

.img-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.3) 100%);
    pointer-events: none;
}

.founder-content {
    padding: 20px;
    text-align: center;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.founder-title {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.founder-title a {
    text-decoration: none;
    transition: color 0.3s ease;
}

.founder-title a:hover {
    color: #b5893f;
}

.founder-text {
    font-size: 1rem;
    color: #333;
    line-height: 1.6;
    margin: 0;
}

@media (max-width: 768px) {
    .founders-area {
        padding: 50px 0;
    }

    .sec-title {
        font-size: 2rem;
    }

    .founder-img-wrap {
        height: 250px;
    }

    .founder-title {
        font-size: 1.3rem;
    }

    .founder-text {
        font-size: 0.9rem;
    }
}

@media (max-width: 576px) {
    .founder-card {
        margin-bottom: 20px;
    }

    .founder-img-wrap {
        height: 400px;
    }
}

.quick-contact {
  position: fixed;
  bottom: 100px;
  right: 15px;
  width: 60px;
  z-index: 9999;
}

.quick-contact img {
  position: fixed;
  bottom: 100px;
  right: 30px;
  width: 50px;
  z-index: 9;
}

