.icon-left-arrow{
    -webkit-transform: scale(-1, -1);
  -moz-transform: scale(-1, -1);
  -o-transform: scale(-1, -1);
  transform: scale(-1, -1);
}
.gm-style .place-card-large{
    display: none !important;
}
.main-menu-wrapper__logo img{
    width: 550px;
    object-fit: contain;
}
.about-us-btn{
    position: relative;
    top: 20px;
}
.custom-font-size{
    font-size: 40px;
    text-align: center;
    word-spacing: 5px;
    margin-top:37px;
}
.two-boxes__single{
    height: 190px;
    position: relative;
}
.white-logo{
    display: none;
}
.black-logo{
    display: block;
}
.stricky-fixed .white-logo{
    display: block;
}
.stricky-fixed .black-logo{
    display: none;
}
.two-boxes__single img{
    position: absolute;
    top: 0;
    left: 45%;
    margin-top: 10px;
}
.two-boxes__single-content{
    margin-top: 30px;
}
.real-world__single:hover{
    background-color: #16332e;
}
.section-title__tagline{
    color: #6b6b6b;
    text-align: justify;
    text-justify: inter-character;
}
.brand-one{
    background-color: #f2f4f8;
    padding-top: 60px;
    text-align: center;
}
.brand-one__title{
    color: #000000;
}
.brand-one__title:before,.brand-one__title:after{
    background-color: rgb(91, 196, 241);
}
.brand-one img{
    mix-blend-mode: darken;
    /* width: 50%; */
}
.dow{
    height: 150px !important;
    position: relative;
    top: 20px;
  
}
.major-stackholder img{
    height: 200px;
    width: 200px;
    object-fit: contain;
}
.infrastructure-partner{
    width: 300px;
    height: auto;
    object-fit: contain;
}
.major-stackholder-row{
    margin-top: 50px;
}
.footer-widget__about-logo img{
width: 450px;
}
.real-world__single{
    background: #2e7089;
    height: 300px;
}
.welcome-two__title{
    font-size: 25px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 60px;
    margin-bottom: 37px;
    margin-top: -12px;
    letter-spacing: -0.02em;
    text-align: center;
    word-spacing: 5px;
}
.custom-p{
    padding: 18px 50px;
}
/* .about-us{
    background-image: url(../assets/about.jpg);
    background-position: center;
} */
.we-do{
    background-image: url(../assets/what.jpg);
    background-position: center;
}
.about-text{
    font-size: 20px;
}
.about-title{
    font-size: 25px;
}

.industries__icon img{
    width: 80% !important;
}
.industries__single{
    max-width: 32%;
}
.industries__text{
    text-align: justify;
}
.project-title{
    text-align: center;
}

/* About Section Styling */
.about {
    padding: 20px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f9fafb;
}

/* About Card */
.about-card-2 {
    display: flex;
    align-items: center;
    flex-direction: column;
    background: white;
    border-radius: 12px;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
.vision-card{
    flex-direction: row;
}
.leadership{
    margin-bottom: 50px;
}

/* Hover Effect */
.about-card-2:hover {
    transform: translateY(-5px);
    box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.15);
}
.about__img-box{
    text-align: center;
}
.about__img-box h5{
 margin-top: 10px;
}
.about-img{
    text-align: center;
}
.leader-img img{
    width: auto;
    height: auto;
    object-fit: contain;
}
/* Image Section */
.about-image img {
    width: 100%;
    max-width: 500px;
    border-radius: 12px 0 0 12px;
    object-fit: cover;
}

/* Text Content */
.about-content {
    padding: 30px;
    text-align: left;
    flex: 1;
}

/* Title */
.about-title {
    font-size: 24px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 10px;
}

/* Highlighted Text */
.highlight {
    color: #3eb6a0;
}

/* Text */
.about-text {
    font-size: 16px;
    color: #4a4a4a;
    line-height: 1.6;
    margin-bottom: 15px;
}

/* Button */
.about-btn {
    display: inline-block;
    padding: 10px 20px;
    background: #3eb6a0;
    color: white;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 6px;
    transition: 0.3s;
}

.about-btn:hover {
    background: #349887;
}


/* Section Styling */
.industries {
    padding: 80px 0;
    background-color: #f9fafb;
    text-align: center;
}

/* Section Title */
.section-title {
    font-size: 36px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 10px;
}

.section-subtitle {
    font-size: 18px;
    color: #4a4a4a;
    margin-bottom: 40px;
}

/* Industry Card Styling */
.industry-card {
    background: white;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    height: 350px;
}

/* Hover Animation */
.industry-card:hover {
    transform: translateY(-10px);
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.2);
}

/* Icon */
.industry-icon img {
    width: auto;
    height: auto;
    margin-bottom: 20px;
}

/* Title */
.industry-title {
    font-size: 22px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 10px;
}

/* Text */
.industry-text {
    font-size: 16px;
    color: #4a4a4a;
    line-height: 1.6;
}

/* Message Box Styling */
.message-box {
    padding: 60px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    
}

.project-box {
    background: linear-gradient(135deg, #f9fafb, #eef2f7);
    padding: 30px;
    border-left: 6px solid #3eb6a0;
    border-radius: 10px;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
    text-align: left;
    display: flex;
    align-items: center;
    gap: 20px;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

/* Hover Effect */
.project-box:hover {
    transform: translateY(-5px);
    box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.15);
}

/* Quote Icon */
.quote-icon img {
    width: 50px;
    height: auto;
    opacity: 0.7;
}

/* Title */
.project-title {
    font-size: 26px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 10px;
}

/* Text */
.project-text {
    font-size: 18px;
    color: #4a4a4a;
    line-height: 1.6;
}

/* Card Container */
.about-card {
    background: linear-gradient(135deg, #f9fafb, #eef2f7);
    padding: 30px;
    border-left: 6px solid #3eb6a0; /* Green left border */
    border-radius: 12px;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
    text-align: left;
    display: flex;
    align-items: center;
    gap: 20px;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    
}

/* Hover Effect */
.about-card:hover {
    transform: translateY(-5px);
    box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.15);
}

/* About Icon */
.about-icon img {
    width: 60px;
    height: auto;
    opacity: 0.8;
}

/* About Title */
.about-title {
    font-size: 25px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 10px;
    text-align: center;
}

/* About Text */
.about-text {
    font-size: 18px;
    color: #4a4a4a;
    line-height: 1.6;
}

/* Interactive Image */
.interactive-img {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
    /* transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out; */
}

/* Hover Zoom-In Effect */
.interactive-img img {
    width: 100%;
    /* max-width: 600px; */
    /* transition: transform 0.5s ease-in-out; */
}

/* Image hover effect */
/* .interactive-img:hover img {
    transform: scale(1.05);
} */



.services-two__single{
    padding: 25px 30px 30px;
    height: 350px;
}

.real-world-two{
    padding: 45px 0 90px;
    margin-top: 50px;
}
.two-boxes-two{
    margin-bottom: 50px;
}
.two-boxes__single-two{
    height: 280px;
}
.two-boxes__single-content-two{
    margin-top: 35px;
}
.real-world__single-two{
    height: 400px;
}
.real-world__single-two .section-title__tagline{
   color: #fff;
}
.real-world__single-two .industry-icon{
   text-align: center;
}
/* Responsive */
@media (max-width: 992px) {
    .industry-card {
        margin-bottom: 20px;
    }
    .project-box {
        flex-direction: column;
        text-align: center;
        padding: 40px;
    }

    .quote-icon {
        display: none; /* Hide icon on small screens */
    }
    .about-card {
        flex-direction: column;
        text-align: center;
        padding: 40px;
    }

    .about-icon {
        display: none; /* Hide icon on small screens */
    }
    .about-card-2 {
        flex-direction: column;
        text-align: center;
    }

    .about-image img {
        border-radius: 12px 12px 0 0;
        max-width: 100%;
    }
    
    /* .interactive-img img {
        max-width: 90%;
    } */
}




.brand-one {
    padding: 50px 0;
    background-color: #f4f7fa;
}

.brand-one__title {
    text-align: center;
    font-family: 'Arial', sans-serif;
    font-weight: bold;
    font-size: 28px;
    margin-bottom: 40px;
    color: #222;
}

.partner-card {
    background-color: #f4f7fa;
    border-radius: 8px;
    box-shadow: 0 3px 10px rgba(138, 138, 138, 0.1);
    padding: 20px;
    margin-bottom: 30px;
    text-align: center;
}

.partner-title {
    font-size: 20px;
    color: #444;
    margin-bottom: 20px;
}

.partner-logos {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
}

.partner-logos img {
    max-width: 230px;
  max-height: 150px;
    width: auto;
    height: auto;
    object-fit: contain;
    padding: 10px;
    filter: grayscale(0%);
    transition: filter 0.3s ease, transform 0.3s ease;
}

.partner-logos img:hover {
    filter: grayscale(50%);
    transform: scale(1.05);
}

/* 
  Set the width and height of an image inside a .bod element to be
  automatically determined by the browser, and set the object-fit
  property to 'contain' so that the image is scaled to fit
  inside the element without being distorted.
*/
.bod img{
    width: 330px;
  height: 470px;
  object-fit: contain;
}
.profile-container{
    padding-left: 25px;
}

.profile-title {
    font-size: 22px;
    font-weight: bold;
    color: #333;
    text-align: left;
}
.profile-subtitle {
    font-size: 18px;
    font-weight: bold;
    color: #555;
    margin-top: 15px;
    text-align: left;
}
.profile-list {
    list-style: none;
    padding: 0;
    margin-top: 10px;
    text-align: left;
}
.profile-list li {
    font-size: 18px;
    color: #4a4a4a;
    position: relative;
    padding-left: 20px;
    line-height: 1.8;
}
.profile-list li::before {
    content: "•";
    /* color: #0073e6; */
    position: absolute;
    left: 0;
    font-size: 20px;
}
.other-member{
    margin-top: 30px;
}


/* General Styles */
.brand-one {
    text-align: center;
    padding: 40px 0;
    background-color: #f5f5f5;
}

/* Slider Container */
.logo-slider-1, .logo-slider-2 {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 40px;
    text-align: center;
    position: relative;
}

/* Owl Carousel */
.owl-carousel.version-1, .owl-carousel.version-2 {
    position: relative;
    padding: 15px 35px 0;
}

/* Carousel Item */
.owl-carousel .owl-item {
    background: #fff;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/* Image Alignment */
.version-2 .owl-item img {
    width: 300px !important;  /* Image now takes 50% of the container width */
    height: 150px !important;
    object-fit: contain;
    margin: 10px auto;
}

/* Navigation Buttons */
.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;  /* Slightly larger for better visibility */
    height: 40px;
    background: #fff !important;
    border-radius: 50%;
    box-shadow: 0px 0px 5px #00000069;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Navigation Arrows Alignment */
.owl-nav button.owl-prev {
    left: -50px;  /* Move left arrow slightly out */
}

.owl-nav button.owl-next {
    right: -50px;  /* Move right arrow slightly out */
}

/* Titles & Text */
.version-2 h2 {
    margin: 0px;
    font-size: 20px;
    font-weight: bold;
    position: relative;
  bottom: 50px;
}

.version-2 p {
    font-size: 15px;
}

/* Center Slide Content */
.version-2 .owl-item {
    text-align: center;
    padding: 10px 20px 20px;
}
.owl-item{
    height: 400px !important;
}
.services-two__text{
    font-size: 15px;
}
.two-boxes__single-content{
    padding-left: 50px;
}
.preloader{
    background: linear-gradient(to right, #4ec6e0, #28a745) !important;
}
.preloader img{
    mix-blend-mode: color-dodge;
}
@media screen and (max-width: 767px) {
    .real-world-two{
        padding: 45px 0 45px;
    }
    .about-content{
        padding: 5px;
    }
    .page-header{
        padding: 104px 0 10px;
        background-color: #000000;
    }
    .main-menu-wrapper__logo img {
        width: 260px;
    }
    .two-boxes__single{
        height: auto;
    }
    .welcome-one{
        padding: 0;
        padding-bottom: 10px;
    }
    .custom-font-size{
        font-size: 25px;
    }
    .real-world .section-title__title{
        font-size: 25px;
    }
    .cases-one{
        padding-bottom: 50px;
    }
    .about-text{
        font-size: 16px;
        text-align: justify;
    }
    .real-world .section-title__tagline{
        text-align: justify;
    }
    .real-world__single{
        padding: 20px 25px 45px;
    }
    .real-world__title{
        font-size: 20px;
        text-align: center;
        line-height: 25px;
    }
    .real-world__single-two .section-title__tagline{
        text-align: justify;
        font-size: 16px;
    }
    .cases-one{
        padding: 80px 0 90px;
    }
    .about-title{
        text-align: center;
       
    }
    .about{
        padding: 0;
        margin-top: 50px;
    }
    .about__right{
        margin-top: 0;
    }
    .about__title{
        font-weight: 700;
        font-size: 20px;
        text-align: center;
        margin-bottom: 40px;
    }
    .about__icon-text p{
        font-size: 15px;
    }
    .locations__single{
        padding: 20px;
        text-align: justify;
    }
    .industries__content-box{
        padding-top: 0;
    }
    .industries__single{
        max-width: 100%;
    }
    /* .about__img-box{
        bottom: 25px;
    } */
    .message-box{
        padding: 30px 0 0px;
    }
    .about__icon-box{
        margin-top: 0;
    }
    .welcome-one__img-1{
        background-size: contain;
        background-position: top;
        margin-top: 50px;
        height: 350px;
    }
    .welcome-two__title{
        margin-bottom: 1px;
        font-size: 22px;
        line-height: 40px;
    }
    .footer-widget__about-logo{
        width: 100%;
  text-align: center;
    }
    .footer-widget__about-logo img{
        width: 90%;
    }
    .profile-title{
        text-align: center;
    }
    .profile-list li{
        font-size: 15px;
        text-align: justify;
    }
    .other-member{
        margin-top: 50px;
    }
    .about__img-box h5{
        font-size: 18px;
    }
    .about__img-box p{
        font-size: 16px;
    }
    .about__img-box small{
        font-size: 15px;
    }
    .other-member .last{
        margin-top: 35px;
    }
    .profile-container{
        padding-left: 5px;
    }
    .profile-list{
        line-height: 2;
    }
    .page-header__inner{
        top:2px !important;
    }
    .owl-prev{
        left: 2% !important;
    }
    .owl-next{
    right: 2% !important;
    }
    .preloader{
        font-size: 20px;
        letter-spacing: 2px;
    }
    .version-2 .owl-item img {
      width: 260px !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 1800px) {
    .two-boxes__single
    {
        height: 310px;
        padding: 72px 15px 0px !important;
        
    }
    .real-world__single{
        padding: 10px 25px 30px;
        height: 350px;
    }
     .real-world__single-home{
        height: 250px;
    }
    .real-world__title{
        font-size: 20px;
    }
    .section-title__tagline{
        /* text-align: justify; */
        font-size: 16px;
    }
    .two-boxes__title{
        line-height: 25px;
        margin-bottom: 1px;
        margin-top: 1px;
        font-size: 15px;
    }
    .two-boxes__single img{
        margin-top: 5px;
    }
    .two-boxes__single-content{
        margin-top: 2px;
    }
    .about{
        padding: 0;
        margin-top: 50px;
    }
    /* .about__img-box{
        bottom: 30px;
    } */
    .industries__single {
        max-width: 47%;
        padding: 0 20px;
    }
    .industries .section-title{
        text-align: center;
        margin-bottom: 0;
    }
    .about__icon-text p{
        font-size: 15px;
    }
}
