/* =====================================================
   ABOUT / MISSION / VISION / TEAM SECTIONS
   Matches existing site typography & colors
===================================================== */

/* ---------- SECTION BASE ---------- */
.about-us,
.how-it-works,
.team {
    padding: 40px 0;
    background: #fff;
}

.bg-white-2 {
    background: #f9f9f9;
}

.sec-title {
    text-align: center;
    margin-bottom: 50px;
}

.sec-title h2 {
    font-family: 'Sora', sans-serif;
    font-size: 34px;
    font-weight: 600;
    color: #111;
}

.sec-title h2 span {
    color: #666;
}

.sec-title p {
    font-size: 15px;
    color: #777;
    margin-top: 8px;
}

/* ---------- ABOUT TEXT ---------- */
.about-us h2 {
    font-size: 36px;
    font-weight: 600;
    color: #111;
}

.about-us h2 span {
    color: #555;
}

.pftext p {
    font-size: 15px;
    color: #555;
    line-height: 1.75;
    margin-bottom: 14px;
}

/* ---------- SERVICE BLOCKS ---------- */
.serv {
    margin-bottom: 30px;
}

.serv-flex {
    background: #fff;
    padding: 30px;
    border-radius: 6px;
    box-shadow: 0 12px 30px rgba(0,0,0,0.06);
    transition: all 0.3s ease;
}

.serv-flex:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 40px rgba(0,0,0,0.1);
}

.serv-flex h4 {
    font-size: 22px;
    font-weight: 600;
    color: #111;
}

.serv-flex h4 span {
    font-size: 14px;
    color: #777;
    font-weight: 400;
}

/* ---------- LIST STYLE ---------- */
.star-list {
    padding-left: 18px;
    margin: 10px 0 16px;
}

.star-list li {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 6px;
}

/* ---------- WHY CHOOSE US ---------- */
.art-1 {
    text-align: center;
    margin-bottom: 16px;
}

.art-1 img {
    width: 60px;
    margin-bottom: 14px;
}

.art-1 h3 {
    font-size: 18px;
    font-weight: 600;
    color: #111;
}

.service-text-p p {
    font-size: 14px;
    color: #555;
    line-height: 1.65;
}

/* ---------- TEAM SECTION ---------- */
.team {
    background: #f9f9f9;
}

.team-wrap {
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 12px 30px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
}

.team-wrap:hover {
    transform: translateY(-6px);
}

.team-img img {
    width: 100%;
    height: 320px;
    object-fit: cover;
}

.team-content {
    padding: 22px;
    text-align: center;
}

.team-info h3 {
    font-size: 18px;
    font-weight: 600;
    color: #111;
}

.team-info p {
    font-size: 14px;
    color: #777;
    margin-bottom: 10px;
}

/* ---------- TEAM SOCIAL ---------- */
.team-socials ul {
    list-style: none;
    padding: 0;
}

.team-socials a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(0,0,0,0.06);
    color: #333;
    margin: 0 4px;
    transition: all 0.3s ease;
}

.team-socials a:hover {
    background: #111;
    color: #fff;
}

/* ---------- RESPONSIVE ---------- */
@media (max-width: 768px) {

    .about-us,
    .how-it-works,
    .team {
        padding: 50px 0;
    }

    .sec-title h2 {
        font-size: 28px;
    }

    .about-us h2 {
        font-size: 28px;
    }

    .serv-flex {
        padding: 22px;
    }

    .team-img img {
        height: 260px;
    }
}


/* =====================================================
   CONTACT US – MODERN UI (EXTENDS OLD CSS)
   Safe override layer
===================================================== */

.contact-us {
    padding: 80px 0;
    background: #f8f9fa;
}

/* ---------- HEADINGS ---------- */
.contact-us h3 {
    font-family: 'Sora', sans-serif;
    font-size: 26px;
    font-weight: 600;
    color: #111;
}

/* ---------- MAP CARD ---------- */
.contact-us .property-location {
    background: #fff;
    padding: 30px;
    border-radius: 6px;
    box-shadow: 0 12px 30px rgba(0,0,0,0.06);
}

.contact-us .contact-map {
    height: 350px;
    border-radius: 6px;
    overflow: hidden;
}

/* ---------- FORM CARD ---------- */
.contact-us .contact-form {
    background: #fff;
    padding: 40px;
    border-radius: 6px;
    box-shadow: 0 12px 30px rgba(0,0,0,0.06);
}

/* ---------- INPUTS (override only visuals) ---------- */
.contact-us .input-custom,
.contact-us .textarea-custom {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 12px 14px;
    font-size: 14px;
    color: #333;
    background: #fff;
    transition: border-color 0.3s ease;
}
.contact-form .form-group  {
    margin-bottom: 20px;
}

.contact-us .input-custom:focus,
.contact-us .textarea-custom:focus {
    border-color: #111;
    outline: none;
    box-shadow: none;
}

/* ---------- BUTTON ---------- */
.contact-us .btn-primary {
    border: none;
    padding: 12px 36px;
    font-size: 15px;
    font-weight: 500;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.contact-us .btn-primary:hover {
    background: #333;
}

form label.error {
    display: block;
    color: #cf5d3b;
    font-size: 14px !important;
    opacity: 1 !important;
}

/* ---------- SUCCESS / ERROR ---------- */
.contact-us .successform p {
    font-size: 14px;
}

.contact-us .errorform p {
    font-size: 14px;
    color: #c0392b;
}

/* ---------- RIGHT INFO PANEL ---------- */
.contact-us .call-info {
    background: #1f2937;
    padding: 40px 30px;
    border-radius: 6px;
    height: 100%;
}

.contact-us .call-info h3 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 15px;
}

.contact-us .call-info p {
    color: #ccc;
    font-size: 14px;
    line-height: 1.6;
}

/* ---------- CONTACT LIST ---------- */
.contact-us .call-info ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.contact-us .call-info li {
    margin-bottom: 22px;
}

.contact-us .call-info .info {
    display: flex;
    gap: 14px;
    align-items: flex-start;
}

.contact-us .call-info i {
    font-size: 18px;
    color: #fff;
    margin-top: 4px;
}

.contact-us .call-info .in-p {
    color: #ddd;
    font-size: 14px;
}

/* ---------- RESPONSIVE ---------- */
@media (max-width: 768px) {

    .contact-us {
        padding: 50px 0;
    }

    .contact-us .contact-form {
        padding: 28px 22px;
        margin-bottom: 30px;
    }

    .contact-us .call-info {
        padding: 30px 22px;
    }

    .contact-us .contact-map {
        height: 260px;
    }
}


.successform,
.errorform {
    display: none;
    height: 70px;
}

.successform span,
.errorform span {
    display: block;
}

.successform span p,
.errorform span p {
    margin-top: 15px;
}

.successform span p {
    color: #01c15a;
    font-size: 2rem;
}

.errorform span p {
    color: #c0392b;
}


.contact-form input[type="text"] {
    height: 50px;
}

.form-control {
    background: #fff;
    border: 1px solid #ebebeb;
}

.contact-form textarea {
    min-height: 140px;
    max-height: 100px;
}

.call-info ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.call-info ul li .fa {
    font-size: 1.6rem;
    color: #cf5d3b;
}

.call-info .info p {
    margin: 0px;
    margin-left: 1.5rem;
    font-weight: 300;
}

.call-info .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 2rem;
}

.play-btn {
    position: relative;
    display: inline-block;
    height: 100px;
    width: 100px;
    background-color: #ef7f1a;
    border-radius: 50%;
}

.btn-circle {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    background-color: #ef7f1a;
}

.teh-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 0px;
}

.play-icon {
    color: #fff;
}

.visited-cities .img-box {
    margin-bottom: 0px;
}

@media (max-width: 991.98px) {
    .header-image .left {
        margin-top: 0px;
        margin-bottom: 80px;
    }

    .portfolio.full-l .project-head {
        width: 100%;
    }

    .header-image .left h1 {
        font-size: 26px;
    }

    .header-image {
        padding: 500px 30px;
    }

    .bgc {
        margin-top: 3rem;
    }

    h3 {
        font-size: 1.2rem;
    }

    .teh-left {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .visited-cities .img-box {
        margin-bottom: 20px;
    }

    .visited-cities .img-box.no-mb {
        margin-bottom: 0px;
    }

    .team .team-pro.no-mb {
        padding-bottom: 0px;
    }

    .image-24 {
        padding-bottom: 0px;
    }
}
@media (max-width: 576px) {
    .header-image .left {
        margin-top: 0px;
        margin-bottom: 80px;
    }

    .header-image .left h1 {
        font-size: 20px;
        line-height: 30px;
    }

    .header-image {
        padding: 100px 30px;
    }

    .visited-cities .img-box.no-mb.sin {
        margin-bottom: 0px !important;
    }

    .team .team-pro.no-mb.sin {
        padding-bottom: 2.5rem !important;
    }
}

/*Blank CSS*/


.star-list {
    list-style: none;
    padding-left: 20px;
}

.star-list li::before {
    content: "★ ";
    margin-right: 6px;
    color: #CF5D3B;
}

.inner-pages .about-us h4::after
 {
    display: block;
    height: 3px;
    font-weight: bold;
    background-color: #121b22;
    content: " ";
    width: 97px;
    margin-top: 0.5rem;
    margin-bottom: 1.5rem;
}

.inner-pages .about-us .who-1 h4 span {
    color: #CF5D3B;
}

h4 span {
    font-weight: 600;
    color: #CF5D3B;
}

.first-footer .nav-footer {
    display: block !important;
}
