.main-header .nav-area ul li a:hover,
.main-header .nav-area .has-dropdown a:hover {
    color: #D90610 !important;
}

.team-single-one-start .member h3 {
    font-size: 25px;
}

.onboard_process_title span.title {
    font-weight: 800;
    font-size: 20px;
}

.single-working-process-one .inner-content .title {
    display: block;
}
.contact-title-connect h2.text-white {
    font-size: 40px;
}

/* contact form */
fieldset.hidden-fields-container,
.screen-reader-response ul {
    display: none;
}

.contact-form-p input {
    height: 45px;
    margin-bottom: 10px;
}

.contact-form-p textarea {
    margin-bottom: 10px;
}

.contact-form-p p {
    margin: 0 0 10px;
}

.wpcf7-not-valid-tip {
    color: red;
}

/* contact form end */
.dispaly-none {
    display: none;
}
.header-one.header--sticky+.container h1 {
    font-size: 45px;
    font-weight: 600;
}
.header-one.header--sticky+.container h2.wp-block-heading {
    font-size: 42px;
    font-weight: bold;
}
.header-one.header--sticky + .container p {
    margin: 0 0 25px;
}
.home-button {
    padding: 12px 20px;
    border-radius: 7px;
    background-color: #000000;
}
.home-button:hover {
    padding: 12px 20px;
    border-radius: 7px;
    background-color: #ffffff;
    color: #000000;
    border: 1px solid #000000;
}
.margin-top-40 {
    margin-top: 40px;
}
.services-details .service-details-left-area:first-of-type {
    margin-top: -120px;
}
.services-details .service-details-left-area {
    margin-top: 0px;
}
.services-details .service-details-left-area .thumbnail {
    margin-bottom: 20px;
    margin-top: 20px;
}
.screen-reader-response {
	display: none;
}
.wpcf7 form .wpcf7-response-output {
	margin:0px !important;
}
.footer-contact-icon {
    width: 40px !important;
    height: 40px !important;
    min-width: 40px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px !important;
}
.footer-contact-icon i {
    font-size: 16px;
    line-height: 1;
}
.footer-contact-item {
    display: flex;
    align-items: flex-start; /* not center */
    gap: 12px;
}
@media (min-width: 1200px) {
    .footer-contact-icon {
        width: 40px;
        height: 40px;
    }

    .footer-contact-icon i {
        font-size: 16px;
    }
}

/* Contact */
.contact-location {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.contact-location .icon {
    width: 50px;
    height: 50px;
    min-width: 50px;        /* 🔥 very important */
    border-radius: 50%;
    background-color: #0f1f28;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;         /* 🔥 icon never shrink */
}

.contact-location .icon i {
    color: #fff;
    font-size: 20px;
}

.contact-location .info-wrapper {
    flex: 1;
}

.contact-location .info-wrapper a {
    display: block;
    line-height: 1.6;
    word-break: break-word; /* long text handle */
}