.solutions-header {
    --marginCustom: -16rem;
    --paddingCustom: 16rem;
    
    margin-top: var(--marginCustom);
    padding-top: var(--paddingCustom);
    position: relative;
}


.solutions-header .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    background: #14325E;
    margin-top: var(--marginCustom);
    padding-top: var(--paddingCustom);
}

.solutions-header .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    /*align-items: center;*/
    /*padding-left: min(180px, 12%);*/
    gap: 1rem;
    padding-top: 8rem !important;
    /*width: 65%;*/
	padding-bottom: 4rem;
}

.solutions-header h1 {
    color: #FFF;
    font-family: var(--inter);
    font-size: clamp(1.5rem, 2.5vw, 3rem);
    font-style: normal;
    font-weight: 700;
    line-height: 145.023%; /* 59.459px */
    text-transform: capitalize;
    max-width: 30ch;
}

.solutions-header h1 span {
    color: var(--lightOrange);
}


@media(min-width:1800px){
	.solutions-header {
		min-height: 600px;
	}
}


/* techLife section */
#techLife .container {
    margin-bottom: 4rem;
    display: flex;
    border-radius: 5px;
    background: #FFF;
    align-items: center;
    justify-content: space-between;
    /*width: 65%;*/
}

#techLife .container .intro {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    width: 50%;
}

#techLife .container h3 {
    color: #071F45;
    font-family: var(--inter);
    font-size: clamp(1.5rem, 2.2vw, 2.56rem);
    font-style: normal;
    font-weight: 700;
    line-height: 128%; /* 52.48px */
    text-transform: capitalize;
    max-width: 16ch;
}

#techLife .container p {
    color: #071F45;
    font-family: var(--inter);
    font-size: clamp(calc(var(--textSize) + 0.2rem), 1.3vw, 24px);
	font-size: clamp(18px, 1.3vw, 24px);
    font-weight: 600;
    line-height: 189.812%;
    max-width: 36ch;
}

#techLife .container p span {}

#techLife .container img {
    border-radius: 5px;
    width: 50%;
}

/* TechStruggles section */
#TechStruggles {
    position: relative;
    background: #F3F5FC;
}

#TechStruggles .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 15rem;
    background: linear-gradient(180deg, rgba(39, 106, 205, 0.61) 0%, #F3F5FC 100%);
}

#TechStruggles .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 4rem !important;
    /*max-width: 650px;*/
}

#TechStruggles .container h3 {
    color: #071F45;
    font-family: var(--inter);
    font-size: clamp(1.5rem, 2.2vw, 2.56rem);
    font-style: normal;
    font-weight: 400;
    line-height: 145.023%;
    text-transform: capitalize;
    /*max-width: 30ch;*/
    text-align: center;
	
}

#TechStruggles .container h3 span {
    font-weight: 700;
}

#TechStruggles p.tech-subtitle {
    color: #071F45;
    font-family: var(--inter);
    font-size: calc(var(--textSize) + 0.4rem);
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    /*width: 60%;*/
    text-align: left;
    margin-top: 1.5rem;
    margin-bottom: 2.5rem;
	max-width: 60ch;
}

#TechStruggles p.tech-subtitle span {
    font-weight: 600;
}

#TechStruggles p.noMatter {
    color: #071F45;
    font-family: var(--inter);
    font-size: calc(var(--textSize) + 0.3rem);
    font-style: normal;
    font-weight: 500;
    line-height: 170%;
    max-width: 40ch;
    text-align: center;
    margin-top: 4rem;
    margin-bottom: 5rem;
}

#TechStruggles p.noMatter span {
    color: var(--lightOrange);
}

#TechStruggles .grid-items {
    --gap: 1.1rem;
    display: flex;
    justify-content: space-between;
    gap: var(--gap);
    flex-wrap: wrap;
    max-width: 750px;
    margin-bottom: 4rem;
}

#TechStruggles .grid-items .feature {
    display: flex;
    align-items: center;
    /*justify-content: center;*/
    gap: 2rem;
    flex: 1;
    min-height: 100px;
    border-radius: 5px;
    border: 1px solid rgba(39, 106, 205, 0.20);
    background: #FFF;
    padding-right: 2rem;
    padding-left: 2rem;
}

@media(min-width:600px){#TechStruggles .grid-items .feature {min-width: 250px;}}

#TechStruggles .grid-items .feature .svg-container {
    max-width: 40px;
	background: #f3f5fc;
	border-radius: 50%;
	transition: var(--transition);
	outline: 1em solid #f3f5fc;
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 40px;
  	min-width: 40px;
}


#TechStruggles .grid-items .feature .svg-container img {
    transition: var(--transition);
    width: 30px;
    height: 30px;
}

#TechStruggles .grid-items .feature img.showHover {
    display:none;
}


#TechStruggles .grid-items .feature .feature-p {
    color: #071F45;
    font-family: var(--inter);
    font-size: clac(var(--textSize) + 0.1rem);
    font-style: normal;
    font-weight: 400;
    line-height: 128.523%;
    text-align: left;
	padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

@media(min-width:1800px){
	#TechStruggles .grid-items .feature .feature-p{font-size: 18px;}
}

#TechStruggles .grid-items .feature:hover {
    border: 1px solid rgba(39, 106, 205, 0.40);
}

#TechStruggles .grid-items .feature:hover .svg-container {
    transition: var(--transition);
    outline: 1em solid #EA702429;
    background: #EA702429;
}


#TechStruggles .grid-items .feature:hover img.hideHover {
    display:none;
}

#TechStruggles .grid-items .feature:hover img.showHover {
    display:block;
}


/* We approach IT challenges section */
#weApproach {
    position: relative;
    background: #F3F5FC;
    min-height: 250px;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: center;
    /*max-width:1400px;*/
    width: 100%;
    /*margin-inline:auto;*/
}

#weApproach .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #276ACDE5;
    z-index: 3;
}

#weApproach .overlayImage {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url('/wp-content/uploads/2024/03/weapproach.jpg');
    z-index: 2;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#weApproach .container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 !important;
    z-index: 5;
}

#weApproach .container div {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    align-items: center;
}

#weApproach .container div h3 {
    color: #fff;
    font-family: var(--inter);
    font-size: clamp(1.5rem, 4vw, 2rem);
    font-style: normal;
    font-weight: 400;
    line-height: 144.523%;
    text-transform: capitalize;
    text-align: center;
    max-width: 30ch;
}

#weApproach .container div h3 span {
    font-weight: 700;
}


/* we deliver section */
#weDeliver {
    background: #F3F5FC;
}

#weDeliver .container {
    padding-top: 4rem;
    padding-bottom: 4rem;
    display: flex;
    flex-direction: column;
    gap: 3rem;
    max-width: 680px;
}

#weDeliver .container .title {
    display: flex;
    flex-direction: column;
    margin-inline: auto;
    margin-top: 1rem;
}

#weDeliver .container .title p {
    color: #071F45;
    font-family: var(--inter);
    font-size: calc(var(--textSize) + 0.3rem);
    font-style: normal;
    font-weight: 600;
    line-height: 170%;
    max-width: 61ch;
    margin-bottom: 1rem;
    margin-inline: auto;
}

#weDeliver .container .title p span {
    color: var(--lightOrange);
}

#weDeliver .container p.footer {
    color: #071F45;
    font-family: var(--inter);
    font-size: calc(var(--textSize) + 0.3rem);
    font-style: normal;
    font-weight: 500;
    line-height: 170%;
    max-width: 61ch;
    margin-bottom: 1rem;
    margin-inline: auto;
    text-align: center;
}

#weDeliver .container p.footer span {
    color: var(--lightOrange);
}

#weDeliver .container .grid-items {
    --gap: 1.5rem;
    display: flex;
    justify-content: space-between;
    gap: var(--gap);
    flex-wrap: wrap;
    max-width: 720px;
    margin-bottom: 1rem;
    margin-inline: auto;
}

#weDeliver .container .grid-items .feature {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex: 1;
    min-height: 80px;
    border-radius: 5px;
    border: 1px solid rgba(39, 106, 205, 0.20);
    background: #FFF;
    padding-left: 2rem;
    padding-right: 2rem;
}

@media(min-width:600px){#weDeliver .container .grid-items .feature {min-width: 250px;}}

#weDeliver .container .grid-items .feature .svg-container {
    max-width: 40px;
	/*background: #f3f5fc;*/
	/*border-radius: 50%;*/
	transition: var(--transition);
	/*outline: 1em solid #f3f5fc;*/
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 40px;
  	min-width: 40px;
}


#weDeliver .container .grid-items .feature .svg-container img {
    transition: var(--transition);
    width: 30px;
    height: 30px;
}

#weDeliver .container .grid-items .feature img.showHover {
    display:none;
}


#weDeliver .container .grid-items .feature .feature-p {
    color: #071F45;
    font-family: var(--inter);
    font-size: var(--textSize);
    font-style: normal;
    font-weight: 400;
    line-height: 128.523%;
    max-width: 80%;
    text-align: left;
	
	font-size: clac(var(--textSize) + 0.1rem);
}


@media(min-width:1800px){
	#weDeliver .container .grid-items .feature .feature-p{font-size: 14px;}
}

#weDeliver .container .grid-items .feature:hover {
    border: 1px solid rgba(39, 106, 205, 0.40);
}

#weDeliver .container .grid-items .feature:hover .svg-container {
    transition: var(--transition);
    /*outline: 1em solid #EA702429;
    background: #EA702429;*/
}


#weDeliver .container .grid-items .feature:hover img.hideHover {
    display:none;
}

#weDeliver .container .grid-items .feature:hover img.showHover {
    display:block;
}


/*partnering section */
#partnering .container {
    display: flex;
    flex-direction: column;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

#partnering .inner-container {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
    display: flex;
    gap: 4rem;
}

#partnering .inner-container .title {
    display: flex;
    flex-direction: column;
    width: 40%;
}

#partnering .inner-container .title h3 {
    color: #071F45;
    font-family: var(--inter);
    font-size: clamp(1.5rem, 4vw, 2rem);
    font-style: normal;
    font-weight: 400;
    line-height: 144.523%;
    text-transform: capitalize;
    margin-bottom: 1rem;
    max-width: 90%;
}

#partnering .inner-container .title h3 span {
    font-weight: 700;
}

#partnering .inner-container .title p {
    color: #071F45;
    font-family: var(--inter);
    font-size: calc(var(--textSize) + 0.1rem);
    font-style: normal;
    font-weight: 500;
    line-height: 188.023%;
	max-width: 30ch;
  font-size: clamp(13px, 1vw, 17px);
}


#partnering .inner-container .animatedSection {
    display: flex;
    gap: 3rem;
    justify-content: end;
    width: 50%;
}

#partnering .inner-container .animatedSection .content {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    position: relative;
}

#partnering .inner-container .animatedSection ol {
    display: flex;
    flex-direction: column;
    gap: 4rem;
    position: relative;
}

#partnering .inner-container .animatedSection ol .lines {
    width: 15%;
    position: absolute;
    left: 1.3rem;
    top: 1rem;
    height: 85%;
    /*display: none !important;*/
}

#partnering .inner-container .animatedSection ol .lines .dotted {
    position: absolute;
    width: 5px;
    height: 100%;
    border-left: 3px dotted #e7effa;
    /*left: .1rem;*/
}

#partnering .inner-container .animatedSection ol .lines .blue {
    position: absolute;
    width: 5px;
    height: 0%;
    border-left: 3px solid #276ACD;
}

#partnering .inner-container .animatedSection ol li {
    position: relative;
    list-style-type: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#partnering .inner-container .animatedSection ol li .number {
    color: #276ACD;
    font-family: var(--inter);
    font-size: calc(var(--textSize) + 0.3rem);
    font-style: normal;
    font-weight: 600;
    line-height: 191.523%;
    text-transform: capitalize;
    background: #E7EFFA;
    padding: 0.3em 1em;
    border-radius: 50%;
    height: fit-content;
    transition: var(--transition);
}

#partnering .inner-container .animatedSection ol li.active .number {
    color: #fff;
    background: #EA7024;
    transition: var(--transition);
}

#partnering .inner-container .animatedSection ol p {
    color: #071F45;
    font-family: var(--inter);
    font-size: calc(var(--textSize) + 0.3rem);
    font-style: normal;
    font-weight: 500;
    line-height: 128.523%;
    max-width: 36ch;
}

#partnering .inner-container .animatedSection ol p span {
    font-weight: 700;
}

#partnering .btn {
    width: fit-content;
    margin-inline: auto;
    transform: translateX(-1rem);
    font-size: clamp(0.8rem, 4vw, 1rem);
	padding: 0.8em 2em;
}


/*CONTACT section */
#contact {
    background: #F3F5FC;
}

#contact .container {
    display: flex;
    padding-top: 4% !important;
    padding-bottom: 4%;
    padding-left: 6%;
    padding-right: 6%;
    gap: 3rem;
}

#contact .container .title {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 45%;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

#contact .container .title div h3 {
    color: #071F45;
    font-family: var(--inter);
    font-size: clamp(1.5rem, 4vw, 2rem);
    font-style: normal;
    font-weight: 400;
    line-height: 144.523%;
    text-transform: capitalize;
    margin-bottom: 1rem;
    max-width: 95%;
}

#contact .container .title div h3 span {
    font-weight: 700;
}

#contact .container .title div p {
    color: #071F45;
    font-family: var(--inter);
    font-size: var(--textSize);
    font-style: normal;
    font-weight: 500;
    line-height: 188.023%;
	max-width: 30ch;
  font-size: clamp(13px, 1vw, 17px);
}

#contact .container .title  .testimonial {
    display: flex;
    flex-direction: column;
    gap: 2rem;
	
    display: none !important;
}

#contact .container .title  .testimonial > p {
    color: #071F45;
    font-family: var(--inter);
    font-size: calc(var(--textSize) + 0.2rem);
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    max-width: 85%;
}

#contact .container .title  .testimonial .testimonial-client {
    display: flex;
    gap: 1rem;
}

#contact .container .title  .testimonial .testimonial-client img {
    border-radius: 50%;
    height: 50px;
    width: 50px;
}

#contact .container .title  .testimonial .testimonial-client .info {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#contact .container .title  .testimonial .testimonial-client .info .info-name {
    padding: 0;
    color: #071F45;
    font-family: var(--inter);
    font-size: calc(var(--textSize) - 0.2rem);
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}

#contact .container .title  .testimonial .testimonial-client .info .info-position {
    padding: 0;
    max-width: 100%;
    color: #071F45;
    font-family: var(--inter);
    font-size: calc(var(--textSize) - 0.2rem);
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    opacity: 0.7;
}

#contact .container .form {
     /*width: 55%;*/
    padding: 2rem;
    background: white;
    border-radius: 10px;
	max-width: 700px;
    margin-left: auto;
}

#contact .container .form .gform_heading {
    display: none;
}

#contact .container .form .gform-body > div {
    gap: 1rem;
}

#contact .container .form .gform-body label {
    color: #1D263A;
    font-family: var(--inter);
    font-size: var(--textSize);
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
}

#contact .container .form .gform-body input,
#contact .container .form .gform-body textarea {
    border-radius: 10px;
    background: #E8EBF496;
    border: 0;
}

#contact .container .form .gform-body input::placeholder {
    color: #1D263A;
    font-family: var(--inter);
    font-size: calc(var(--textSize) - 0.1rem);
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}


/* MEDIA QUERIES - TABLET AND MOBILE LAYOUT  */
@media (max-width: 1000px) {
    .solutions-header .container {
        padding-left: 0;
        width: 80%;
    }

    #techLife .container {
        gap: 2rem;
        width: 80%;
        padding-bottom: 2rem;
        padding-top: 2rem !important;
        margin-top: 4%;
    }

    #struggling .container {
        flex-direction: column;
        width: 80%;
    }

    #TechStruggles .container {
        width: 80%;
        max-width: 1080px;
    }

    #TechStruggles .container .grid-items {
        max-width: 1080px;
    }

    #TechStruggles .container .grid-items .feature {
        min-height: 120px;
    }

    #techEvolving .container {
        gap: 3rem;
    }

    #techEvolving .container h3,
    #techEvolving .container p {
        max-width: 100%;
    }

    #weDeliver .container {
        width: 80%;
        max-width: 1080px;
    }

    #contact .container {
        padding-left: 0;
        padding-right: 0;
        gap: 2rem;
    }
}


@media (max-width: 800px) {
    #techLife .container {
        flex-direction: column;
		align-items: start;
    }
	
	.solutions-header .container{padding-top: 6rem !important;}
	
	#techLife .container .intro, #techLife .container img,
    #techLife .container h3,
    #techLife .container p {
        width: 100%;
        max-width: 100%;
    }

    #TechStruggles .container .grid-items .feature {
        min-height: 100px;
    }

    #techEvolving .container {
        flex-direction: column;
        gap: 2rem;
    }

    #techEvolving .container div {
        width: 100%;
    }

    #scalable {
        padding-bottom: 3%;
    }

    #scalable .container .right {
        display: flex;
        flex-direction: column;
    }

    #scalable .container .right .card {
        min-height: auto;
    }

    #weDeliver .container .title {
        grid-template-columns: 1fr;
    }

    #partnering .inner-container {
        flex-direction: column;
    }

    #partnering .inner-container .title,
    #partnering .inner-container .animatedSection {
        width: 100%;
    }

    #partnering .inner-container .title h3,
    #partnering .inner-container .title p {
        max-width: 100%;
    }

    #partnering .inner-container .animatedSection ol p {
        padding-left: 2rem;
        font-size: calc(var(--textSize) + 0.2rem);
    }

    #partnering .inner-container .animatedSection ol li {
        align-items: start;
    }

    #partnering .btn {
        width: 100%;
        transform: translateX(0);
    }

    #whereToStart .container div h3 {
        padding-bottom: 0;
    }

    #contact .container {
        flex-direction: column;
    }

    #contact .container .title {
        width: 100%;
        gap: 2rem;
    }

    #contact .container .title div h3,
    #contact .container .title div p {
        max-width: 100%;
        margin-bottom: 0;
    }

    #contact .container .form {
        width: 100%;
        padding: 2em 1.5em;
    }
}


@media (max-width: 600px) {
    .solutions-header {
        min-height: 500px;
    }

    #struggling .container .grid-items {
        display: flex;
        flex-direction: column;
    }
}

