body{
    font-family: inter !important;
}
.orange-bk{
  background-color: #E5704E ;
}
.left-section {
    color: white;
    padding: 60px 40px;
}
.left-section h1 {
    font-size: 70px;
    font-weight: 800;
    font-family: inter;
    font-weight: 700 !important;
    color: black;
}
.left-section h1 span {
    color: #ffffff !important;
}
.form-heading span{
  color: #E31E24 !important;
}

.left-section h2 {
    font-size: 45px;
    font-weight: 700 !important;
}

.right-orange {
    position: relative;
}


.form-heading {
  font-weight: 700 !important;
  font-size: 28px;
  line-height: 38px;
}
.head-text{
  font-size: 40px;
  font-weight: 700 !important;
  color: #E31E24;
  margin-top: 30px;
}
.path-frame{
  width: 400px !important;
}
.head-text-padding{
  padding: 20px 0px;
}
.service-icon{
  width: 70px;
}
.service-box hr {
    margin: 5px auto;
    width: 100%;
    opacity: 0.25;
}
.section-padding{
  padding: 50px 0;
}
.service-box2 {
    background: #e5e5e5;   
    min-height: 100%;       
}
.vertical-line-md {
    border-right: 5px solid #ccc;
    height: 100%;
}
.row-divider-single {
    width: 100%;            
    margin: 15px auto 0;    
    border-top: 5px solid #ccc;
    opacity: 0.7;           
}
.row-divider-second{
     width: 100%;             
    margin: 18px auto 0;    
    border-top: 5px solid #ccc !important;
    opacity: 0.7 !important;           
}
h3.footer-info {
    font-size: 24px;
}
.bg-org {
    background-color: rgba(229, 112, 78, 1) !important;
}
/* Whole section background color */
.impact-section {
    background: #d0d0d0; /* light grey like screenshot */
    /* padding: 0px 0; */
}
.footer-inspire{
    width: 90px !important;
}
/* LEFT IMAGE GROUP WRAPPER */
.impact-left {
    position: relative;
    padding: 0px 90px !important; 
}

/* Grey background full width */
.grey-bg {
    width: 100%;
    height: 100%;
    display: block;
}

/* Footer main image (above grey background) */
.footer-main {
    position: absolute;
    top: 10%;
    left: 40%;
    width: 93%;
    transform: translate(-50%, -50%);
}
.footer-inspire {
    width: 40% !important;
}
.linkedin-icon {
    width:60px !important;       
}

@media (min-width: 768px) {
    .linkedin-icon {
        width: 100px;  
    }
}


/* Responsive fix so images don’t go outside on small screens */
@media (max-width: 768px) {
    .footer-main {
        width: 90%;
    }

    .footer-inner {
        width: 55%;
    }
}


.impact-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.impact-list li {
    gap: 10px;
    margin-bottom: 8px;
    font-size: 22px;
    position: relative;
}
.grid-wrapper h5 {
    font-size: 24px;
    font-weight: 700;
}
.grid-wrapper .grey-box p {
    font-size: 20px;
    line-height: 26px;
}
/* bullet */
.impact-list li::before {
    content: "";
    width: 12px;
    height: 12px;
    background: #999;
    border-radius: 50%;
    margin-top: 15px;  
    flex-shrink: 0;
}

.center-image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 220px; 
    height: auto;
}
.editable{
    text-decoration: none;
    color: black;
    font-weight: 700;
}

.linkedin-profile-text h5{
    font-size: 28px;
}
.linkedin-profile-text p{
    font-size: 18px;
}
.linkedin-profile-text h6{
    font-size: 22px;
    font-weight: 600;
}
.linkedin-profile-text h4{
    font-size: 24px;
    color: #E31E24;
}
.service-box h5,
.service-box2 h5 {
    font-size: 28px;
    font-weight: 500;
}

.service-box p,
.service-box2 p{
    font-size: 18px !important;
}
.footer-head{
    font-size: 26px;
    color: #E31E24;
    font-weight: 700;
}
.footer-text{
    font-size: 20px;
    font-weight: 700;
    color: #000;
}
.form-control {
    border: 1px solid #8d8d8d !important;  
    border-radius: 0 !important;
    font-size: 18px;
    padding: 10px 14px;
}

.form-control::placeholder {
    font-size: 16px;
    color: #000 !important;
}
.custom-btn {
    background: #262524;      
    color: #fff;
    border: none;
    border-radius: 0;      
    font-size: 24px;         
    font-weight: 600;        
    width: 100%;
    display: block;
    text-align: center;
}

.custom-btn:hover {
    background: #1c1c1c;     
    color: #fff;
}
/* OUTER WHITE FRAME */
.form-box {
    background: #ffffff;               
    padding: 15px;                       
    margin-left: 2%;
    position: absolute;
    right: 40px;
    min-height: 500px;
    top: -20px;
}

.form-box-inner {
    background: #D9DADA;                
    padding: 35px;
}

.form-box > .custom-btn {
    border-radius: 0 0 16px 16px !important;
}

.editable:hover,
.editable:focus,
.editable:active {
    color: inherit !important;           
    text-decoration: none !important;
}



@media (max-width: 768px) {

    .right-orange {
        padding: 40px 20px;
    }
    .form-box {
        position: static;
        margin: 20px 0px 0 auto;
        max-width: 100%;
    }
    .left-section {
        text-align: center;
        padding: 40px 20px;
    }
     .vertical-line-md {
        border-right: none !important;
    }
    .left-section h1 {
    font-size: 40px;
    font-weight: 800;
}
.left-section h2 {
    font-size: 30px;
}
.left-section {
    padding: 40px 10px;
}
.form-heading {
  font-size: 20px;
  line-height: 28px;
}
.form-control::placeholder {
    font-size: 14px;
}
.custom-btn {
    background: #262524;      
    font-size: 18px;         
    width: 100%;
}
.head-text{
  font-size: 28px;
}
.linkedin-profile-text h5{
    font-size: 22px;
}
.linkedin-profile-text p{
    font-size: 14px;
}
.linkedin-profile-text h6{
    font-size: 20px;
}
.linkedin-profile-text h4{
    font-size: 24px;
}
.service-box h5,
.service-box2 h5 {
    font-size: 24px;
}
.service-box p,
.service-box2 p{
    font-size: 14px !important;
}
.service-icon{
    width: 50px;
}
.footer-head{
    font-size: 24px;
}
.impact-list li {
    gap: 10px;
    margin-bottom: 8px;
    font-size: 18px;
}
.footer-text{
    font-size: 18px;
}
.footer-info{
    font-size: 18px;
}
}

@media (max-width: 992px) and (min-width: 768px) {
 .form-box {
        position: static;
        margin: 10px 0px 0 auto;
        max-width: 100%;
    }
}

/* MAIN BORDER */
.grid-wrapper {
    /* border: 3px solid #d4d4d4; */
    border-radius: 12px;
    /* padding: 40px; */
    background: #fff;
    position: relative;
    overflow: hidden;
}

/* =============================
    LINES (DESKTOP ONLY)
============================= */
.v-line {
    position: absolute;
    width: 4px;
    background: rgba(137, 137, 137, 1);
    top: 55px;
    bottom: 55px;
    z-index: 1;
}
.v-line-2 {
    position: absolute;
    width: 3px;
    background: rgba(137, 137, 137, 1);
    top: 55px;
    bottom: 51%;
    z-index: 1;
}
.v1 { left: 33.33%; }
.v2 { left: 66.66%; }

.h-line {
    position: absolute;
    height: 3px;
    background: rgba(137, 137, 137, 1);
    left: 0%;
    right: 33%;
    top: calc(50% - 1px);
    z-index: 1;
}

/* =============================
    THREE GAP CIRCLES
============================= */

/* Left small gap */
.gap-left {
    position: absolute;
    width: 14px;
    height: 14px;
    background: #fff;
    border-radius: 50%;
    top: 50%;
    left: calc(33.33% - 7px);
    transform: translateY(-50%);
    z-index: 3;
}

/* Right small gap */
.gap-right {
    position: absolute;
    width: 14px;
    height: 14px;
    background: #fff;
    border-radius: 50%;
    top: 50%;
    left: calc(66.66% - 7px);
    transform: translateY(-50%);
    z-index: 3;
}

/* Center big gap (60px) */
.gap-center {
    position: absolute;
    width: 60px;
    height: 60px;
    background: #ffffff;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
}

/* ============================= */

.service-col {
    padding: 25px 18px;
    text-align: center;
    height: 100%;
    z-index: 10;
    position: relative;
}

.icon-circle {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 18px auto;
}

.icon-circle svg {
    width: 28px;
    height: 28px;
    fill: #fff;
}

.grey-box {
    background: rgba(217, 218, 218, 1);
    padding: 25px 25px;
    border-radius: 10px;
    height: 100%;
    text-align: left;
    z-index: 10;
    position: relative;
}

/* Responsive: hide lines + gaps */
@media (max-width: 991px) {
    .v-line,
    .h-line,
    .v-line-2,
    .gap-left,
    .gap-right,
    .gap-center {
        display: none !important;
    }
    .grid-wrapper {
        padding: 25px;
    }
}

@media (max-width: 767px) {
    .service-col,
    .grey-box {
        margin-bottom: 25px;
    }
}

@media (max-width: 1400px) {
    .left-section h1 {
        font-size: 56px;
    }
}

span.wpcf7-spinner {
    display: none !important;
}
.custom-btn .wpcf7-submit {
    background: #262524;
    color: #fff;
    border-radius: 0 0 16px 16px !important;
}