/* =====================================
   Process Section (Gray Background)
===================================== */

.process-section {
    padding: 100px 0;
    background: #f4f6f9; /* Light gray */
    position: relative;
}

/* Section Title */

.hendrio-section-title {
    margin-bottom: 60px;
}

.hendrio-section-title h4 {
    color: #1e7f4c;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.hendrio-section-title h1 {
    color: #222;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.3;
}

/* =====================================
   Process Box Card
===================================== */

.single-process-box {
    background: #ffffff;
    border-radius: 20px;
    padding: 45px 30px;
    text-align: center;
    height: 100%;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

/* Top Gradient Border */
.single-process-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background: linear-gradient(90deg, #1080b2, #1e7f4c);
}

/* Hover Effect */
.single-process-box:hover {
    transform: translateY(-18px);
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.15);
}

/* =====================================
   Process Image
===================================== */

.process-thumb {
    position: relative;
    margin-bottom: 25px;
}

.process-thumb img {
    max-width: 85px;
    transition: all 0.4s ease;
}

.single-process-box:hover .process-thumb img {
    transform: scale(1.15);
}

/* =====================================
   Process Number Badge
===================================== */

.process-number {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 58px;
    height: 58px;
    background: linear-gradient(135deg, #1080b2, #1e7f4c);
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 12px 30px rgba(16, 128, 178, 0.4);
}

/* =====================================
   Content
===================================== */

.process-content {
    padding-top: 10px;
}

.process-title {
    font-size: 22px;
    font-weight: 700;
    color: #1080b2;
    margin-bottom: 12px;
    transition: color 0.3s ease;
}

.process-desc {
    font-size: 15px;
    color: #666;
    line-height: 1.7;
}

/* Hover Text Accent */
.single-process-box:hover .process-title {
    color: #1e7f4c;
}

/* =====================================
   Subtle Decorative Background
===================================== */

.process-section::after {
    content: "";
    position: absolute;
    width: 300px;
    height: 300px;
    background: rgba(16, 128, 178, 0.08);
    border-radius: 50%;
    top: -100px;
    right: -100px;
}

.process-section::before {
    content: "";
    position: absolute;
    width: 250px;
    height: 250px;
    background: rgba(30, 127, 76, 0.08);
    border-radius: 50%;
    bottom: -80px;
    left: -80px;
}

/* =====================================
   Responsive
===================================== */

@media (max-width: 991px) {
    .hendrio-section-title h1 {
        font-size: 34px;
    }
}

@media (max-width: 575px) {
    .single-process-box {
        padding: 35px 25px;
    }
}


/* Team Section */
.team-section {
    padding: 60px 20px;
    background: #f6f6f6;
    font-family: 'Poppins', sans-serif;
}

.team-section h2 {
    text-align: center;
    font-size: 40px;
    color: #222;
    margin-bottom: 10px;
}

.team-section p {
    text-align: center;
    font-size: 16px;
    color: #666;
    margin-bottom: 50px;
}

.team-container {
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}

.team-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    transition: 0.4s ease;
}

.team-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 25px 45px rgba(0,0,0,0.15);
}

.team-img {
    position: relative;
}

.team-img img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.social-icons {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    opacity: 0;
    transition: 0.4s;
}

.team-card:hover .social-icons {
    opacity: 1;
}

.social-icons a {
    width: 40px;
    height: 40px;
    background: #fff;
    color: #333;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-weight: bold;
    transition: 0.3s;
}

.social-icons a:hover {
    background: #4e54c8;
    color: #fff;
}

.team-info {
    padding: 25px 20px;
    text-align: center;
}

.team-info h3 {
    font-size: 22px;
    color: #222;
    margin-bottom: 5px;
}

.team-info span {
    font-size: 14px;
    color: #4e54c8;
    font-weight: 600;
}

.position-relative {
    position: relative;
}

.input-icon {
    position: absolute;
    right: 15px;  /* Adjust based on your layout */
    top: 35%;
	right:10%;
    transform: translateY(-50%);
    color: #323232; /* Adjust color as needed */
    font-size: 16px;
    pointer-events: none;
}
i.fal.fa-pencil.input-icon {top:20%;}

span.wpcf7-not-valid-tip {
display: none;
}
.wpcf7-not-valid {
border: 2px solid red !important;
}
.wpcf7-response-output {
font-size: 12px;
margin: 0px !important;
color:#fff;
background-color:var(--gr-color2);
}
.wpcf7-form p {margin:0px;color:#000 !important;;}
.wpcf7-response-output {
    border: 0px !important;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner.th-btn{padding:18px 10px 36px 10px !important; color:#fff;background-color: var(--gr-color2);}
.form-btn.sbmt-btn.col-12 {
    width: fit-content;
}
.blog-img img {
   width:100%;
}
.box-img img {
    height: 350px;
    object-fit:cover;
}
.blog-card.style3 img {
    object-fit: cover;
    height: 250px;
}
/* Space from bottom for each column */
.process-section .col-lg-3 {
    margin-bottom: 30px;
}

@media only screen and (max-width:991px){
	.hero-5 .banner-form {top:45%;}
	.hero-5 .hero-inner{min-height:1200px !important;}
	.hero-style5{padding:200px 0px 0px 0px;}

}