/* 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: 10px;
width: 350px;
margin-top: 15px;
}
.divider span:before {
right: 100%;
margin-right: 26px;
}
.divider span:after {
left: 100%;
margin-left: 26px;
}
/* off-container-icon left */
.off-container-icon-red {
position: absolute;
left: 0;
border-bottom: 3px solid #df1529;
width: 15%;
margin-left: -16%;
padding-bottom: 30px;
overflow: hidden;
}
.off-container-icon-white {
position: absolute;
left: 0;
border-bottom: 3px solid #ffffff;
width: 15%;
margin-left: -16%;
padding-bottom: 30px;
overflow: hidden;
}
.video-container {
position: relative;
z-index: 0;
padding-bottom: 56.25%; /* 16:9 aspect ratio */
overflow: hidden;
}
.video-container video {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
z-index: 0;
}
.video-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%;
z-index: 10;
}
.text-container h1{
color: #fff;
font-size: clamp(2.2rem, 3.2vw, 3.2rem);
line-height: 1;
font-weight: 700;
}
/* Ensure hero image container is the positioning parent */
.about-header-container {
position: relative;
}
@media (max-width: 767px) {
.text-container {
top: 45%;
left: 10%;
right: 5%;
}
.text-container h1 {
font-size: clamp(1.4rem, 5vw, 2rem);
}
}

.button-wrapper  {
position: absolute;
right: 10px;
bottom: 0;
z-index: 10;
}
/* icon container below home video */
.icon-container {
text-align: center;
background-color: #EBEAE4;
padding: 15px 0 0 0;
margin-top:-10px;
border-bottom: 6px solid #CB272F;
border-top: 6px solid #CB272F;
width: 100%;
position: relative;
}

.icon-container img{
max-width: 80px;
}
.icon-container a {
font-size: 14px;
font-weight: 600;
line-height: 1;
color: #1A2351;
}
.icon-container p {
margin-top: 10px;
font-size: 14px;
font-weight: 600;
line-height: 1;
color: #1A2351;
}
/* WHAT WE OFFER Content Blocks */
.content-box {
display: none; /* hidden by default */
width: 100%;
padding: 40px 40px 60px 40px;
background: #1A2351;
margin: 0;
color: #fff;
transition: 0.6s;
}
#default-box {
background: transparent;
}
/* 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: 20px;
}
#testimonials p {
color: #000;
font-size: 15px;
}
/* Testimonials Section - Heading text H2 */
#testimonials h2 {
color: #fff;
font-size: clamp(2.2rem, 3.2vw, 3.2rem);
margin-bottom: 20px;
line-height: 1.1;
font-weight: 700;
z-index: 1;
}
/* our-industries Section - Heading text H2 */
#our-industries {
position: relative;
}
#our-industries h2{
color: #fff;
font-size: clamp(2.2rem, 3.2vw, 3.2rem);
line-height: 1.1;
font-weight: 700;
z-index: 1;
}
#our-industries .stroke-shadow {
position: relative;
color: #1A2351;
z-index: 0;
}
/* Our industries Slider text-container */
#our-industries .text-container {
position: absolute;
top: 0;
left: 0;
width: 50%;
height: 100%;
background-color: rgba(26, 25, 81, 0.5); /* Adjust opacity as needed */
padding: 30px 40px;
z-index: 1;
overflow: hidden;
}

#our-industries .text-container h3{
color: #fff;
margin-bottom: 15px;
}

#our-industries .text-container p{
color: #fff;
font-size: 15px;
}

/* Our industries Slider */
#our-industries .swiper {
width: 100%;
height: 100%;
position: relative;
--swiper-navigation-sides-offset: 4px;
}
#our-industries .swiper-slide {
font-size: 18px;
display: flex;
justify-content: center;
align-items: center;
}
#our-industries .swiper-slide img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
}
#our-industries .swiper-button-next,
#our-industries .swiper-button-prev {
width: 46px;
height: 46px;
margin-top: -23px;
border: 1px solid rgba(255, 255, 255, 0.35);
border-radius: 999px;
background: rgba(26, 35, 81, 0.82);
color: #fff !important;
backdrop-filter: blur(4px);
}
#our-industries .swiper-button-next::after,
#our-industries .swiper-button-prev::after {
font-size: 18px;
font-weight: 700;
}
@media (max-width: 990px) {
#our-industries .text-container  {
width: 100%;
height: 100%;
padding: 15px;
}
}
@media (max-width: 767px) {
#our-industries img {
width: 100%;
height: 100%;
min-height: 50vh;
object-fit: cover;
}
#our-industries .swiper-button-next,
#our-industries .swiper-button-prev {
width: 40px;
height: 40px;
margin-top: -20px;
}

#our-industries .swiper {
--swiper-navigation-sides-offset: 0px;
}
}

 /* Home page 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: 1px solid #fff;
transition: 0.5s;
width: 150px;
background: #1A2351;
}
.live .btn-get-started:hover {
color: #fff;
background-color: #CB272F;
border: 1px solid #fff;
}
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;
}