/* divider css line left and right */
.divider {
line-height: 0.5;
text-align: center;
}
.divider span {
display: inline-block;
position: relative;
}
.divider span:before,
.divider span:after {
content: "";
position: absolute;
border-bottom: 2px solid white;
top: 0;
width: 600px;
margin-top: 20px;
}
.divider span:before {
right: 100%;
margin-right: 16px;
}
.divider span:after {
left: 100%;
margin-left: 16px;
}
/* Sub-divider css line left and right */
.sub-divider {
line-height: 0.5;
text-align: center;
}
.sub-divider span {
display: inline-block;
position: relative;
}
.sub-divider span:before,
.sub-divider span:after {
content: "";
position: absolute;
border-bottom: 2px solid white;
top: 0;
width: 100%;
margin-top: 16px;
}
.sub-divider span:before {
right: 100%;
margin-right: 12px;
}
.sub-divider span:after {
left: 100%;
margin-left: 12px;
}

/*--------------------------------------------------------------
# Industries Why Section
--------------------------------------------------------------*/
#industries-why {
position: relative;
background: url('../images/Services/Blue_Section_3.png');
background-repeat: no-repeat;
background-position: center;
background-size: cover;
color: #fff;
padding: 50px 0 40px 0;
}
/* # Why Section - Heading text H2 */
#industries-why h2 {
color: #fff;
font-size: clamp(1.8rem, 2.8vw, 2.8rem);
margin-bottom: 20px;
line-height: 1;
font-weight: 700;
z-index: 1;
}

#why {
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}

@media (max-width: 767px) {
#why,
#industries-why {
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}
}

/* off-container-icon left */
.off-container-icon-red {
border-bottom: 3px solid #df1529;
width: 15%;
margin-left: -16%;
margin-bottom: -25px;
overflow: hidden;
}
.off-container-icon-white {
border-bottom: 3px solid #ffffff;
width: 15%;
margin-left: -16%;
margin-bottom: -25px;
overflow: hidden;
}
.about-header-container {
position: relative;
height: 80vh;
border-bottom: 6px solid #CB272F;
}
@media (max-width: 767px) {
.about-header-container {
height: auto;
aspect-ratio: 1920 / 800;
}
}
.about-header-container img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
z-index: 0;
}
.about-header-overlay {
position: absolute;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.3); /* Adjust opacity as needed */
z-index: 1;
}
.text-container {
position: absolute;
top: 40%;
left: 10%;
}
.text-container h1{
color: #fff;
font-size: clamp(1.8rem, 2.9vw, 2.9rem);
line-height: 1;
font-weight: 700;
}

/* Who-We-Are Section - Heading text H2 */
#Who-We-Are {
position: relative;
}
#Who-We-Are h2{
color: #1A2351;
font-size: clamp(1.8rem, 2.8vw, 2.8rem);
line-height: 1;
font-weight: 700;
z-index: 1;
}
/* Who-We-Are Section - Heading text H2 End */


/* Testimonials Section - Heading text H3, p */
#testimonials {
position: relative;
background: url('../images/Home-Page/Red_Section_1.png');
padding: 90px 0 50px 0;
}
#testimonials h3 {
color: #CB272F;
font-size: 22px;
}
#testimonials p {
color: #000;
font-size: 16px;
}
/* Testimonials Section - Heading text H2 */
#testimonials h2 {
color: #fff;
font-size: clamp(1.8rem, 2.8vw, 2.8rem);
margin-bottom: 20px;
line-height: 1;
font-weight: 700;
z-index: 1;
}

#testimonials .services-swiper {
position: relative;
padding: 0 18px;
box-sizing: border-box;
}

#testimonials .services-nav {
position: absolute;
inset: 0;
display: flex;
align-items: center;
justify-content: space-between;
pointer-events: none;
z-index: 15;
}

#testimonials .services-nav-button {
width: 44px;
height: 44px;
border-radius: 999px;
border: 1px solid rgba(255, 255, 255, 0.45);
background: rgba(26, 35, 81, 0.85);
color: #fff;
display: inline-flex;
align-items: center;
justify-content: center;
padding: 0;
pointer-events: auto;
transition: background-color 0.3s ease, border-color 0.3s ease;
}

#testimonials .services-nav-button::after {
font-family: swiper-icons;
font-size: 16px;
font-weight: 700;
line-height: 1;
}

#testimonials .services-button-prev::after {
content: 'prev';
}

#testimonials .services-button-next::after {
content: 'next';
}

#testimonials .services-nav-button:hover,
#testimonials .services-nav-button:focus {
background: #CB272F;
border-color: #CB272F;
}

@media (max-width: 767px) {
#testimonials .services-swiper {
padding: 0 12px;
}

#testimonials .services-nav-button {
width: 40px;
height: 40px;
}
}

/* divider css line left and right */
.divider-red {
line-height: 0.5;
text-align: center;
}
.divider-red span {
display: inline-block;
position: relative;
}
.divider-red span:before,
.divider-red span:after {
content: "";
position: absolute;
border-bottom: 2px solid #CB272F;
top: 0;
width: 600px;
margin-top: 25px;
}
.divider-red span:before {
right: 100%;
margin-right: 12px;
}
.divider-red span:after {
left: 100%;
margin-left: 12px;
}

/* challenges Section - Heading text H2 */
#challenges {
position: relative;
}
#challenges .blue-bg {
background-color: #1A2351;
color: #fff;
padding: 20px 30px;
}
#challenges .challenge-img {
overflow: hidden;
background-color: #1A2351;
}
#challenges .challenge-img img {
display: block;
width: calc(100% + 2px);
max-width: none;
height: 100%;
object-fit: cover;
margin-left: -1px;
}
#challenges .border-left {
border-bottom-left-radius: 10px;
border-top-left-radius: 10px;
}
#challenges .border-right {
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
}

#challenges h2{
color: #1A2351;
font-size: clamp(1.8rem, 2.8vw, 2.8rem);
line-height: 1;
font-weight: 700;
margin-left: 15px;
z-index: 1;
}
#challenges .text-container {
position: absolute;
width: 100%;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
text-align: center;
}
#challenges .text-container h3{
color: #fff;
font-size: clamp(1.2rem, 2.2vw, 2.2rem);
line-height: 1.1;
font-weight: 700;
}
/* Services pages */
#challenges h3{
color: #fff;
font-size: clamp(1.2rem, 1.6vw, 1.6rem);
line-height: 1.1;
font-weight: 700;
}
#challenges ul li{
margin-bottom: 15px;
margin-left: -15px;
}
/* contact-form    */
#contact-form h2{
color: #1A2351;
font-size: clamp(1.8rem, 2.8vw, 2.8rem);
line-height: 1;
font-weight: 700;
margin-left: 20px;
z-index: 1;
}

/* contact-branches    */
#contact-branches h2{
color: #1A2351;
font-size: clamp(2.2rem, 2.8vw, 2.8rem);
line-height: 1.2;
font-weight: 700;
margin-left: 15px;
z-index: 1;
}
#epx-accordion .accordion-button:not(.collapsed) {
background-color: #616160;
color: #fff;
}
#epx-accordion .accordion-button {
background-color: #1A2351;
color: #fff;
}
#epx-accordion .accordion-item {
background-color: #1A2351;
color: #fff;
margin-bottom: 10px;
}

#epx-accordion .accordion-body{
font-size: 13px;
}

/* Ensure the accordion chevron/arrow is a filled white triangle */
#epx-accordion .accordion-button::after,
#epx-accordion .accordion-button:not(.collapsed)::after {
width: 1.25rem !important;
height: 1.25rem !important;
display: inline-block !important;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23ffffff' d='M2 5l6 6 6-6z'/%3E%3C/svg%3E") !important;
background-size: contain !important;
background-repeat: no-repeat !important;
background-position: center !important;
color: transparent !important;
}

/* you-can section   */
#you-can h2{
color: #1A2351;
font-size: clamp(1.8rem, 2.8vw, 2.8rem);
line-height: 1;
font-weight: 700;
margin-left: 15px;
z-index: 1;
}
/* #faq  */
#faq h2{
color: #1A2351;
font-size: clamp(1.8rem, 2.8vw, 2.8rem);
line-height: 1;
font-weight: 700;
margin-left: 20px;
z-index: 1;
}
/* how-it-works */
#how-it-works h2{
color: #1A2351;
font-size: clamp(1.8rem, 2.8vw, 2.8rem);
line-height: 1;
font-weight: 700;
margin-left: 20px;
z-index: 1;
}
#how-it-works .stroke-shadow {
position: relative;
color: #1A2351;
z-index: 0;
}
#how-it-works .stroke-shadow::before {
content: attr(data-text);
position: absolute;
top: -15px;
left: -15px;
right: 0;
bottom: 0;
z-index: -1;
pointer-events: none;
color: transparent;
-webkit-text-stroke-width: 1px;
-webkit-text-stroke-color: rgba(200, 200, 200, 0.5);
-moz-text-stroke-width: 1px;
-moz-text-stroke-color: rgba(200, 200, 200, 0.5);
}
#how-it-works h3{
color: #1A2351;
font-size: clamp(1.3rem, 1.8vw, 1.8rem);
line-height: 1.1;
font-weight: 900;
margin-left: 30px;
}

/* off-container-numbers */
#how-it-works .red-underline {
border-bottom: 2px solid #CB272F;
margin-bottom: 16px;
}
#how-it-works .off-container-num {
position: absolute;
top: -38px;
left: 0;
color: #000;
z-index: 2;
}
#how-it-works .off-container-num .dim{
max-height: 80px;
}

/*--------------------------------------------------------------
# INDUSTRY APPLICATIONS Section
--------------------------------------------------------------*/
#industry-application {
position: relative;
background: url('../images/Services/Blue_Section_3.png');
padding: 80px 0 40px 0;
}
/* Heading text H2 */
#industry-application h2 {
color: #fff;
font-size: clamp(1.8rem, 2.8vw, 2.8rem);
margin-bottom: 20px;
line-height: 1;
font-weight: 700;
margin-left: 15px;
z-index: 1;
}
#industry-application .testimonial-item {
background-color: var(--surface-color);
box-shadow: 0px 0 20px rgba(0, 0, 0, 0.1);
box-sizing: content-box;
padding: 20px;
margin: 40px 30px;
border-radius: 10px;;
display: flex;
flex-direction: column;
transition: 0.3s;
z-index: 10;
}
#industry-application h3 {
color: #CB272F;
font-size: clamp(1.2rem, 1.4vw, 1.4rem);
margin-bottom: 20px;
line-height: 1.1;
font-weight: 700;
z-index: 1;
}

#industry-application .swiper-wrapper {
height: auto;
}

#industry-application .swiper-pagination {
margin-top: 20px;
position: relative;
}

#industry-application .swiper-pagination .swiper-pagination-bullet {
width: 12px;
height: 12px;
background-color: #bbb;
opacity: 1;
}

#industry-application .swiper-pagination .swiper-pagination-bullet-active {
background-color: #fff;
}

#industry-application .swiper-slide {
opacity: 0.3;
}

@media (max-width: 1199px) {
#industry-application .swiper-slide-active {
opacity: 1;
}

#industry-application .swiper-pagination {
margin-top: 0;
}

#industry-application .testimonial-item {
margin: 40px 20px;
}
}

@media (min-width: 1200px) {
#industry-application .swiper-slide-next {
opacity: 1;
transform: scale(1.12);
}
}

/*--------------------------------------------------------------
# SERVICES PAGES HOW IT WORKS Section
--------------------------------------------------------------*/
@media (max-width: 990px) {
#how-it-works .mobile-gone  {
display: none;
opacity: 0;
}
}

/*--------------------------------------------------------------
# SERVICES PAGES Key Features Section
--------------------------------------------------------------*/
@media (max-width: 990px) {
#challenges .border-left {
border-top-left-radius: 10px;
border-top-right-radius: 10px;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0px;
}
#challenges .border-right {
border-top-left-radius: 0;
border-top-right-radius: 0;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
}
}