/* 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: 15px;
}
.divider span:before {
right: 100%;
margin-right: 26px;
}
.divider span:after {
left: 100%;
margin-left: 12px;
}
/* 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;
}
/* off-container-icon left */
.off-container-icon-red {
border-bottom: 3px solid #df1529;
width: 15%;
margin-left: -17%;
margin-bottom: -25px;
overflow: hidden;
}
.off-container-icon-white {
border-bottom: 3px solid #ffffff;
width: 15%;
margin-left: -17%;
margin-bottom: -25px;
overflow: hidden;
}
.about-header-container {
position: relative;
height: 80vh;
border-bottom: 6px solid #CB272F;
}
.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(2.2rem, 3.2vw, 3.2rem);
line-height: 1;
font-weight: 700;
}
/* Who-We-Are Section - Heading text H2 */
#Who-We-Are {
position: relative;
}
#Who-We-Are h2{
color: #fff;
font-size: clamp(2.2rem, 3.2vw, 3.2rem);
line-height: 1;
font-weight: 700;
margin-left: 15px;
z-index: 1;
}
#Who-We-Are .stroke-shadow {
position: relative;
color: #1A2351;
z-index: 0;
}
#Who-We-Are .stroke-shadow::before {
content: attr(data-text2);
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);
}
/* Who-We-Are Section - Heading text H2 End */

/* OUR COMMITMENT TO YOU Section - Heading text H2 */
#our-commitment {
position: relative;
}
#our-commitment .stroke-shadow {
position: relative;
color: #1A2351;
z-index: 1;
}
#our-commitment .stroke-shadow::before {
content: attr(data-text2);
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);
}
#our-commitment h2{
color: #fff;
font-size: clamp(2.1rem, 2.8vw, 2.8rem);
line-height: 1;
font-weight: 700;
margin-left: 15px;
}
/*--------------------------------------------------------------
# OUR TEAM Section
--------------------------------------------------------------*/
#our-team {
position: relative;
background: url('../images/About-Us/Blue_Section_2.png');
color: #fff;
padding: 80px 0 80px 0;
}
#our-team h3 {
color: #fff;
font-size: clamp(1.2rem, 1.6vw, 1.6rem);
margin-bottom: 20px;
line-height: 1.1;
font-weight: 700;
z-index: 1
}
#our-team h2 {
color: #fff;
font-size: clamp(2.2rem, 3.2vw, 3.2rem);
margin-bottom: 15px;
line-height: 1;
font-weight: 600;
z-index: 1
}
#our-team .stroke-shadow {
position: relative;
color: white;
z-index: 0;
}
#our-team .stroke-shadow::before {
content: attr(data-text);
position: absolute;
top: -15px;
left: -28px;
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);
margin-left: 20px;
}
/* ********* Table ********* */
#our-team table {
width: 100%;
background-color: #fff;
margin: 20px 0;
border-radius: 10px;
border-right: auto;
border-left: auto;
}
#our-team table tr {
line-height: 2.5;
}
#our-team table tr a {
font-size: 15px;
padding: 0;
color: #1A2351;
text-decoration: none;
}
#our-team table tr a i{
color: #CB272F;
font-size: 20px;
}

/* Responsive: stack table cells for mobile */
@media (max-width: 767px) {
.about-header-container {
height: auto;
aspect-ratio: 1920 / 759;
}
#our-team table,
#our-team thead,
#our-team tbody,
#our-team th,
#our-team td,
#our-team tr {
display: block;
width: 100%;
}

#our-team table tr {
margin-bottom: 0.75rem;
border-bottom: 1px solid rgba(255,255,255,0.06);
padding-bottom: 0.5rem;
}

#our-team table tr td {
padding: 6px 0;
}

/* Make links full-width and readable on small screens */
#our-team table tr td a {
display: block;
width: 100%;
padding: 6px 0px;
}
}

/* Our Vision And Mission Section - Heading text H3, p */
#vision-mission-content {
position: relative;
background: url('../images/About-Us/Background_Image_To_Be_Used_All_Over_REDv2.png') center center / cover no-repeat;
color: #fff;
padding: 90px 0 70px 0;
}
#vision-mission-content h3 {
color: #fff;
font-size: 22px;
}
#vision-mission-content p {
color: #fff;
font-size: 16px;
}

/* vision-mission-content Section - Heading text H2 */
#vision-mission-content h2 {
color: #fff;
font-size: clamp(2.2rem, 3.2vw, 3.2rem);
margin-bottom: 20px;
line-height: 1;
font-weight: 700;
z-index: 1;
}
#vision-mission-content .stroke-shadow {
position: relative;
color: white;
z-index: 0;
}
#vision-mission-content .stroke-shadow::before {
content: attr(data-text1);
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);
}

/* Testimonials Section - Heading text H3, p */
#testimonials {
position: relative;
background: url('../images/About-Us/Background_Image_To_Be_Used_All_Over_REDv2.png') center center / cover no-repeat;
padding: 80px 0 40px 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(2.2rem, 3.2vw, 3.2rem);
margin-bottom: 20px;
line-height: 1;
font-weight: 700;
z-index: 1;
}
#testimonials .stroke-shadow {
position: relative;
color: white;
z-index: 0;
}
#testimonials .stroke-shadow::before {
content: attr(data-text1);
position: absolute;
top: -15px;
left: -30px;
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);
margin-left: 20px;
}

 /* Aboutpage news */
.live .sub-heading {
margin: 0;
color:#fff;
font-size: clamp(2.2rem, 3.2vw, 3.2rem);
font-weight: 700;
line-height: 1.1;
}
.live .content h2 {
margin: 0;
color:#B0D03B;
font-size: clamp(2.2rem, 3.2vw, 3.2rem);
font-family: "Montserrat-bold", sans-serif;
font-weight: 700;
line-height: 1.1;
}
.live .content h2 span{
margin: 0;
font-size: clamp(2.2rem, 4.5vw, 4.5rem);
font-weight: 400;
line-height: 1.1;
font-family: "Montserrat", sans-serif;
}
.live .p-heading {
color: #fff;
font-size: 24px;
line-height: 30px;
}
.live .btn-get-started {
color: #fff;
font-weight: 400;
font-size: 16px;
letter-spacing: 1px;
display: flex;
align-items: center;
justify-content: center;
padding: 5px 10px;
border-radius: 6px;
border: none;
transition: 0.5s;
width: 150px;
background: #1A2351;
}
.live .btn-get-started:hover {
color: var(--contrast-color);
background-position:left bottom;
}
input[type="checkbox"] {
border: none;
outline: 1px solid #C1C1C1;
height: 20px;
width: 20px;
margin-right: 10px;
margin-bottom: 15px;
}
.card {
border: none;
}
.card-1 {
padding: 15px;
background: #1A2351;
color: #fff;
font-size: 15px;
box-shadow: 5px 5px 4px 4px #eee;
border: 1px solid #eee;
}
.card-2 {
background-color: #fff;
box-shadow: 5px 5px 4px 4px #eee;
border: 1px solid #eee;
}
.card-img  {
position: relative;
padding: 15px 15px 0 15px;
}
.card-img-border  {
border-radius: 10px;
}
.card-body {
color: #000;
}
.card-footer {
background-color: transparent;
border: none;
}
.content-text p{
font-size:14px;
padding: 0;
margin:0;
}

/* HOW-IT-WORKS */
#how-it-works h2{
color: #1A2351;
font-size: clamp(2.2rem, 3.2vw, 3.2rem);
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;
}

/*--------------------------------------------------------------
# HOW WE WORK Section
--------------------------------------------------------------*/
@media (max-width: 990px) {
#how-it-works .mobile-gone  {
display: none;
opacity: 0;
}
}