.hero-overview-text{
    z-index: 2;
    color: white;
      position: absolute;
  top: 120px;   /* below navbar */
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  padding: 40px 8%;
}
.overview-banner-section{
        width: 100%;
    height: 50vh;
     background-position: center top;
    background-size: cover;
}
.overviewbanner{
    position: relative;
    width: 100%;
    height: 50vh;
    overflow: hidden;
}
/* The Wrapper for Image + Gradient */
.overview-img-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
    /* max-height: 70vh; */
}

/* 1. The Blurred Image */
.overview-img-wrapper img {
  width: 100%;
  height: 100%;
  /* max-height: 70vh; */
  object-fit: cover;
  
  transform: scale(1.1); /* Prevents white edges from the blur */
}
.overview-img-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
   /* max-height: 74vh; */
  background: linear-gradient(rgb(0 0 0 / 50%), rgb(0 0 0 / 50%));
  z-index: 1;
}
.overview-subimg{
top: 47%;
    right: 10%;
    position: absolute;
}

.overview-subimg img{
    width: 220px;
    height: 140px;
        transform: rotate(90deg);
}
.breadcrumb-item a{
    text-decoration: none;
    color: #fff;
}
.breadcrumb-item.active {
    color: #f57c00;
    background-color: transparent;
}

.breadcrumb-item+.breadcrumb-item::before {
  content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #f57c00;
  
    margin-right: .5rem;
position: relative;
    top: 8px;

}

.global-hero-text{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2; /* Sits above the gradient and blur */
  color: white;
  width: 100%;
 padding: 40px 8%;

}
/* second section */
.about-globalorch{
    padding: 90px 0px;
}
.img-circle-illustration {
    max-width: 400px;
    max-height: 400px;
    position: relative;
}

/* Orange Circle */
.img-circle-bg {
      width: 85%;
    height: 85%;
    background-color: #f57c00;
    border-radius: 50%;
    position: absolute;
    top: 50px;
    left: 0;
}

/* Image inside circle */
.img-image-frame {

      overflow: hidden;
    position: relative;
      top: -95px;
    left: -20px;
}

.img-image-frame img {
        width: 380px;
    /* width: 100%; */
    height: 100%;
    object-fit: cover;
}

/* Dots */
.img-circle-illustration.img-with-dots-2::after {
     content: "";
    background-image: radial-gradient(#121820 15%, transparent 0);
       background-size: 20px 22px;
    width: 60px;
    height: 80px;
    position: absolute;
    top: 44px;
    right: 37px;
    z-index: 2;
}

/* for robot img */
.img-widget-container-robo{
   width: 400px;
    height: 400px;
    position: relative;
  
}
/* Orange Circle */
.img-circle-bg-robo {
    width: 100%;
    height: 100%;
    background-color: #f57c00;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
}

/* Image inside circle */
.img-image-frame-robo {
    /* width: 100%;
    height: 100%;
    border-radius: 50%; */
    overflow: hidden;
    position: relative;
    top: 0px;
}

.img-image-frame-robo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Dots */
.img-circle-illustration-robo.img-with-dots-robo-2::after {
    content: "";
    background-image: radial-gradient(#121820 15%, transparent 0);
     background-size: 22px 22px;
    width: 60px;
    height: 80px;
    position: absolute;
       top: 20px;
    right: -25px;
    z-index: 2;
}

.mil-suptitle.mil-suptitle-2 {
    font-size: 22px;
    position: relative;
    padding-left: 15px;
 
}
.mil-suptitle span{
   color: #121820;
    font-weight: 500;
    font-family: "Syne", sans-serif;
    font-size: 18px;
}
.mil-suptitle.mil-suptitle-2:before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #f57c00;
    position: absolute;
    left: 0;
    top: 13px;
}
.heading{
     font-family: 'Syne', sans-serif;
}
.heading span {
  font-family: 'Syne', sans-serif;
  /* color: #121820; */
  line-height: 140%;
      /* font-size: 42px; */
      text-align: justify;
}
  .subtext-block{
   padding: 30px 0px;
  }
.img-icon-frame {
  
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.img-icon-box{
    margin-right: 30px;
}
.img-icon-frame.img-icon-bg {
    background-color: rgba(18, 24, 32, .05);
    width: 70px;
    height: 70px;
    border-radius: 50%;
}
  .img-icon-box img {
    max-width: 40px;
}
.img-icon-frame:before{
    content: "";
    background-color: #f57c00;
    border-radius: 50%;
    position: absolute;
      width: 17px;
    height: 17px;
    left: 40px;
    top: 38px;
    z-index: -1;
}
.overview-subtext p{
line-height: 1.4em;
    font-family: "Sora", sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #72747a;
        text-align: justify;
}
.mil-button, input[type=submit] {
    cursor: pointer;
    height: 70px;
    padding: 0 60px;
    font-family: "Sora", sans-serif;
    font-size: 15px;
    color: #121820;
    font-weight: 500;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-shadow: inset 0 0 0 0 #f57c00;
    border: solid 2px transparent;
    border-radius: 40px;
    text-decoration: none;
    transition: .2s cubic-bezier(0, 0, .3642, 1);
}
.mil-button:hover{
    color: #f57c00;
}
.black-bg{
    background-color: #131820;
    padding: 40px 160px 40px 160px;
}
.business-impact {
  display: flex;
  flex-wrap: wrap;
}

.business-impact .work-box {
  flex: 1 1 20%; /* 5 items per row */
}
.business-subtext p{
   line-height: 1.4em;
    font-family: "Sora", sans-serif !important;
    font-size: 15px;
    font-weight: 400;
    color: #ffffffd6;
        text-align: justify;
}
.heading-container{
    width: 95%;;
}

.businessheading{
    /* margin-top: 20px; */
    
        font-family: Syne, sans-serif;
    color: #ffff;
    font-weight: 600;
    line-height: 140%;
}
.why-slogan p {
    font-size: 17px;
          font-family: Syne, sans-serif;
    color: #ffff;
    width: 85%;
    padding-top: 10px;
    /* line-height: 140%; */
}
.solutionsection{
  padding: 40px 160px 40px 160px;
}
.solimg img{
    width: 100%;
    height: 100%;
}
.sol-card{
        /* overflow: hidden;
        background-color: #ffff;
    padding: 40px;
    border: solid 2px rgba(18, 24, 32, .1);
    border-radius: 10px;
    transition: .4s cubic-bezier(0, 0, .3642, 1);
    width: 90%;
    height: 70vh; */
      overflow: hidden;
  background-color: #fff;
  padding: 40px;
  border: 2px solid rgba(18, 24, 32, 0.1);
  border-radius: 10px;
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  width: 90%;
  height: auto; /* adapt to content */
     min-height:550px;

}
.sol-card:hover {
  border-color: #f57c00;
  box-shadow: 0px 0px 40px rgba(18, 24, 32, 0.1);
  transform: translateY(-5px); /* subtle lift */
}
.sol-icon-frame.sol-icon-bg {
    width: 70px;
    border-radius: 50%;
      background-color: rgba(18, 24, 32, .05);
    height: 70px;
}
.sol-icon-frame {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative; 
}
.sol-icon-frame img{
    position: relative;
    width: 45px;
    height: 45px;
}
.sol-icon-frame.sol-icon-bg:before {
    bottom: 10px;
    right: 12px;
}
.sol-icon-frame.sol-icon-frame-md:before {
    width: 20px;
    height: 20px;
}
.sol-icon-frame:before {
    /* content: "";
    background-color: #f57c00;
    border-radius: 50%;
    position: absolute;
    bottom: -2px;
    right: -3px; */

      content: "";
  background-color: #f57c00;
  border-radius: 50%;
  position: absolute;
  width: 15px;
  height: 15px;
  bottom: -5px;
  right: -5px;
}
.sol-box-text h4 {
        font-family: Syne, sans-serif;
    color: #121820;
    font-weight: 600;
    line-height: 140%;
   
}
.sol-box-text p{
      font-family: Sora, sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: rgba(18, 24, 32, .4);
    line-height: 170%;
    text-align: justify;
}
.solutionsection1{
  background-color: #f3f3f4;
  padding: 60px 160px;
  background-image: url("/assets/map (1).png");
  background-position: center top;
  background-size: cover;
  position: relative;
}
.sol-deco {
    background-image: url("/assets/deco-2.png");
    z-index: 1;
  
    width: 220px;
    height: 140px;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
}
.guid-heading{
    margin-bottom: 90px;
}

/* swiper css */
.business-section{
    padding: 60px 0px;
}
.mil-tabs-left-nav {
    position: relative;
    display: flex;
    flex-direction: column
}

.mil-tabs-left-nav:before {
    content: "";
    position: absolute;
    left: 44px;
    top: 0;
    width: 2px;
    height: 100%;
    background-color: rgba(18,24,32,.1)
}

.mil-tabs-left-nav li {
    list-style-type: none;
    margin-bottom: 40px
}

.mil-tabs-left-nav li:last-child {
    margin-bottom: 0
}
 .mil-h4 span {
    font-size: 22px;
        font-family: "Syne", sans-serif;
    /* color: #121820; */
    font-weight: 600;
    line-height: 140%;
    word-wrap: break-word;
}
.mil-tabs-left-nav li a {
    padding-left: 45px;
    position: relative;
    display: flex;
    align-items: center;
    transition: .4s cubic-bezier(0,0,.3642,1);
    text-decoration: none;
}

.mil-tabs-left-nav li a.mil-h4 {
    color: rgba(18,24,32,.3)
}

.mil-tabs-left-nav li a:before {
    content: "";
    border-radius: 50%;
    width: 25px;
    height: 25px;
    background-color: #fff;
    border: solid 5px rgba(18,24,32,.1);
    margin-right: 30px;
    position: absolute;
    left: 0;
    top: 5px;
    transition: .4s cubic-bezier(0,0,.3642,1)
}

.mil-tabs-left-nav li a.mil-active.mil-h4 {
    color: #121820
}

.mil-tabs-left-nav li a.mil-active:before {
    border: solid 5px #f57c00
}
.mil-tabs-left-nav a {
    cursor: pointer;
}
.swiper-slide {
    opacity: 0;
    transform: translateX(50px) scale(0.98);

    transition: all 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}
.swiper{
    display: flex !important;
    align-items: center !;
}
.swiper-slide-active {
    opacity: 1;
    /* transform: translateX(0);  */
    transform: translate3d(-3275px, 0px, 0px);
    transition-duration: 0ms;
    z-index: 2;
}
.swiper-slide-active .mil-h5,
.swiper-slide-active .mil-text,
.swiper-slide-active .mil-link,
.swiper-slide-active img {
    animation: fadeSlideIn 0.6s ease forwards;
}

@keyframes fadeSlideIn {
    from {
        opacity: 0;
        transform: translateX(30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}
.mil-icon-frame:before {
        width: 20px;
    height: 20px;
    content: "";
    background-color: #f57c00;
    border-radius: 50%;
    position: absolute;
       top: 28px;
    left: 22px;
}
.swiper-heading {
    font-size: 22px;
    font-family: "Syne", sans-serif !important;
    font-weight: 500;
}
.mil-text div{
   font-size: 18px;
    font-family: "Syne", sans-serif !important;
    font-weight: 500;
    color: #00000094;
    height: 140%;
}
.mil-link span{
     font-size: 15px;
    font-family: "Syne", sans-serif !important;
    font-weight: 500;
    color: #000;
}
.mil-mb-20{
    margin-bottom: 20px;
}
.enterprise-section{
background-color: #121820;
}

/* The Wrapper for Image + Gradient */
.img-section {

  width: 100%;
  height: 100%;
  padding: 180px 0px 120px 180px;
   position: relative;
    z-index: 2; 
}

/* 2. The Gradient Overlay (Your specific style) */
.img-section::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    background: linear-gradient(rgb(19 24 32 / 75%), rgb(19 24 32 / 75%));
    
    z-index: 1;
}
.banner-img-overlay {
    position: relative;
}

.banner-img-overlay::before {
    content: "";
    position: absolute;
    inset: 0;
    
    background-image: url("/assets/dummy.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
        filter: brightness(100%) contrast(100%) saturate(0%) blur(0px) hue-rotate(0deg);
    z-index: 0;
}

.enterpriseheading{
        color: #fff;
    position: relative;
    z-index: 2;
    padding-left: 15px;
}
.enterpriseheading span{
  font-weight: 500;
    font-family: "Syne", sans-serif;
    font-size: 18px;
}
.enterpriseheading::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #f57c00;
    position: absolute;
    left: 0;
    top: 11px;
}
.enterprisesubhead {
         color: #fff;
    position: relative;
    z-index: 2;
       font-weight: 500;
    font-family: "Syne", sans-serif;
}
.enter-box-text {
    position: relative;
    z-index: 2;
     font-family: Sora, sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: rgb(255 255 255 / 50%);
    line-height: 170%;
    text-align: justify;
    width: 80%;
}
.mil-box-container{
        padding: 40px 50px;
}
.mil-box-bg{
        background-color: transparent;
    background-image: linear-gradient(180deg, #181e26 0%, #121820 100%);
}
.mil-icon-frame-new {
    position: relative;
    display: inline-block;
}

.mil-icon-frame-new img {
    width: 35px;
    position: relative;
    z-index: 2; /* higher than circle */
}

.mil-icon-frame-new:before {
    content: "";
    width: 20px;
    height: 20px;
    background-color: #f57c00;
    border-radius: 50%;
    position: absolute;

    bottom: -7px;
    left: 90%;
    transform: translateX(-50%);

    z-index: 1; /* behind image but visible */
}
.mil-icon-box.mil-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
}
.mil-light{
    color: #fff;  
}
.mil-h5 span{
     font-family: "Syne", sans-serif;
    line-height: 140%;
    font-size: 18px;
}
.mil-subtext p{
    font-size: 14px;
    justify-content: center;
}
.mil-light span,
 .mil-light .fas{
      color: #fff;  
      z-index: 2;
}
.img-width img{
    width: 40px;
}
.mil-suptitle sup{
    font-size: 10px;
}
.nocode{
    font-size: 20px;
}
.word-space{
    word-spacing: 15px;
}
.breadcrumb-item.active sup{
 font-size: 10px;
}
.word-space sup{
    font-size: 14px;
     top: -1em;
}
.card-heading sup, .guid-heading sup, .enterprisesubhead sup{
     font-size: 16px;
}
.copyright{
    display: flex;
    justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  body {
    /* background-color: lightblue; */
      overflow-x: hidden !important;
  }
  .container {
  width: 100%;
}
.row{
    padding: 0px;
    margin: 0px;
}

.hero-overview-text{
    padding: 0px 30px !important;
        top: 65%;
}
.breadcrumb-item a {
    font-size: 12px;
}
.breadcrumb-item.active{
    font-size: 12px;
    padding-top: 5px
}
.breadcrumb-item+.breadcrumb-item::before{
        width: 5px;
    height: 5px;
    top: 5px;
}
.word-space{
    word-spacing: 0px;
}
.about-globalorch{
    padding: 40px 20px;
}
/* .img-widget-container {
    display: flex;
    justify-content: center;
} */
 .global-hero-text {
   padding: 30px;
   top: 65%;
 }
.overview-banner-section{
        height: 35vh;
}
.overviewbanner{
        height: 35vh;
}
.img-image-frame{
             top: -65px;
        left: -16px;

}
.img-circle-illustration{
    text-align: center;
   height: 200px;
   width: 200px;
}

.img-image-frame img{
    width: 180px;
}
.img-circle-bg{
        /* width: 50%;
    height: 50%; */
          top: 0px;
        left: 0px;
}
.img-circle-illustration.img-with-dots-2::after{
          top: -8px;
        right: -23px;
}
.mil-suptitle span{
    font-size: 11px;
}
.mil-suptitle sup{
    font-size: 6px !important;
}
.mil-suptitle.mil-suptitle-2:before{
        width: 5px;
    height: 5px;
        left: 0;
    top: 17px;
}
.heading{
    font-size: 1rem;
}
.nocode{
    font-size: 14px ;
}
.subtext-block{
    padding: 15px 0px;
}
.overview-subtext p {
    font-size: 12px;
}
.img-widget-container-robo{
    width: 200px;
    height: 200px;
}
.img-image-frame-robo img{
    width: 200px;
}
.black-bg{
    padding: 30px 20px;
}
.suptitle {
    font-size: 11px;
}
.suptitle:before{
        width: 5px;
    height: 5px;
    top: 4px;
}
.businessheading{
    font-size: 1rem;
}
.business-subtext p{
    font-size: 12px;
}
.business-section{
    padding: 30px 20px;
}
.mil-tabs-left-nav{
   padding-left: 0px;
   margin-bottom: 30px;
}
.mil-h4 span{
    font-size: 18px;
}
.mil-tabs-left-nav li {
    margin-bottom: 30px;
}
.mil-tabs-left-nav li a:before{
    width: 17px;
    height: 17px;
}
 .mil-tabs-left-nav li a{
    padding-left: 30px;
 }
 .mil-tabs-left-nav:before{
   left: 7px;
 }
 .img-width img{
    width: 30px;
 }
 .mil-icon-frame:before{
    width: 13px;
    height: 13px;
 }
 .swiper-heading{
    font-size: 18px;
 }
 .mil-text div{
    font-size: 12px;
 }
.word-space sup{
    font-size: 8px;
     top: -1.5em;
}
 .why-slogan h1{
    line-height: 22px;
 }
.overview-subimg img{
        width: 130px;
    height: 95px;
}
 .why-slogan p{
    font-size: 11px;
    width: 100%;
    padding-top: 0px;
 }
 .solutionsection{
    padding: 30px 20px;
 }
 .card-heading{
    font-size: 1rem;
 }
 .guid-heading{
    margin-bottom: 30px;
    font-size: 18px;
 }
 .solutionsection1{
    padding: 30px 20px;
 }
  .sol-card {
    padding: 20px;
    min-height: 40vh;
    height: auto;
    width: 100%;
    margin-bottom: 30px;
 }
 .img-section{
   padding: 30px 20px;
 }
 .enter-box-text{
    width: 100%;
    font-size: 11px;
 }
 .card-heading sup, .guid-heading sup,.enterprisesubhead sup{
     font-size: .5rem;
}
.enterprise-section .container-fluid{
    padding: 0px;
}

 
 .sol-icon-frame.sol-icon-bg{
    width: 60px;
    height: 60px;
 }
 .sol-icon-frame img{
    width: 30px;
    height: 30px;
 }
 .sol-icon-frame.sol-icon-frame-md:before{
        width: 12px;
    height: 12px;
 }
 .sol-deco{
        width: 130px;
 }
 .sol-box-text p{
    font-size: 11px;
 }
.enterpriseheading span{
    font-size: 11px;
}
.enterprisesubhead{
    font-size: 1rem;
}
.mil-icon-frame-new img{
    width: 22px;
}
.mil-icon-frame-new:before{
    width: 10px;
    height: 10px;
        bottom: -5px;
    left: 100%;
}
.mil-h5 span{
    font-size: 12px;
}
.mil-subtext p {
    font-size: 11px;
}
.mil-box-container{
    padding: 30px 20px;
}
 .footer-section{
    padding: 30px 20px;
 }

    .solutionsection1{
        padding: 20px !important;
    }     
/* .img-circle-bg-robo{
    width: 75%;
    height: 65%;
} */
}

@media only screen and (max-width: 1600px) {
    .hero-text{
        padding: 40px 5%;
    }
  .hero-overview-text {
    padding: 40px 80px 0;
  }
 
    /* .about-globalorch {
    padding: 70px 0;
  } */
   
    /* .global-hero-text {
    padding: 20px 80px;
  } */
  /* .global-hero-text {
    top: 55%;
  } */
  /* .solutionsection{
  padding: 40px 8%;

  } */
   .solutionsection1 {
    padding: 60px 80px;
  }
    .hero-overview-text {
    top: 90px;
  }
    
}

@media only screen and  (max-width: 1200px) {
  /* .hero-overview-text {
    padding: 30px 30px 0;
  } */
   .overview-subimg {
    display: none;
  }
   .solutionsection1 {
    padding: 60px 80px;
  }
}



