.about-text-section{
  width: 85%;
  margin: 0 auto;
}
.about-section {
    /* padding-top: 120px; */
    /* padding-bottom: 0; */
    background-color: rgb(236 128 27 / 5%);
    position: relative;
    padding: 60px 160px 60px 160px;
}
 .about-slider{
  padding: 60px 160px;
 }

    .hero-slider {
      position: relative;
    overflow: hidden;
    border-radius: 10px;
    height: 500px;
    }

    .swiper-slide {
       position: relative;
    overflow: hidden;
    border-radius: 10px;
    height: 500px;
    }

    .slide-bg {
      max-width: 40vw;
      width: 100%;
      height: 100%;
      /* filter: grayscale(100%); */
      object-fit: cover;
      transform: scale(1.05);
      transition: transform 6s ease;
    }

    .swiper-slide-active .slide-bg {
      transform: scale(1);
    }

    .overlay {
  
 /* #f3f3f4 */
    background: linear-gradient(90deg, #fff0 0%,  #e3e8ed 50%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    }
.swiper-slide:after {
    content: "";
    width: 300px;
    height: 300px;
    background-color: #f57c00;
    border-radius: 50%;
    position: absolute;
    z-index: 2;
    bottom: -150px;
    left: -150px;
}
    .slide-content {
      position: absolute;
      top: 50%;
      right: 8%;
      transform: translateY(-50%);
      z-index: 2;
      max-width: 550px;
      color: #fff;
    }

    .service-box {
      /* background: rgba(255,255,255,0.08);
      backdrop-filter: blur(10px); */
      padding: 40px;
      /* border-radius: 20px; */
    }

    .service-icon img {
      width: 40px;
      margin-bottom: 20px;
      position: relative;
    }
    .service-icon:before{
content: "";
    background-color: #f57c00;
    border-radius: 50%;
    position: absolute;
  top: 67px;
    left: 67px;
    width: 20px;
    height: 20px;
    }

    .service-title {
          font-size: 22px;
        font-family: "Syne", sans-serif;
    color: #121820;
    font-weight: 600;
    line-height: 140%;
    word-wrap: break-word;
    }

    .divider {
    
      height: 2px;
      /* background: #121820; */
          background-color: rgba(18, 24, 32, .1);
      margin-bottom: 20px;
    }

    .service-text {
 font-family: "Sora", sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #72747a;
    line-height: 1.7;
    }

    .swiper-pagination-bullet {
      background: #fff;
      opacity: 1;
    }

    .swiper-pagination-bullet-active {
      background: #f57c00 !important;
    }
    
.dark-card-section{
      padding: 60px 160px;
}
.mil-about-box-container{
  padding: 20px;
}
.mil-center-suptitle{
  position: relative;
}
.mil-center-suptitle::before{
      content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #f57c00;
    position: absolute;
    left: 44%;
    top: 9px;
}
.about-innovation{
      padding: 60px 0 ;
          /* background-color: #1218200D; */
          /* position: relative; */
}

.immovation-img-box img{
width: 100%;
    height: 100%;
    /* max-width: 70vh;
    max-height: 60vh; */
    border-radius: 20px;
    /* filter: grayscale(100%); */
        /* object-fit: cover; */
    /* position: absolute; */
    /* left: 0; */
    /* object-position: center; */
 
}
.immovationbox{
  display: flex;
  align-items: center;
}
.about-icon-list-items{
  list-style-type: none;
  padding-left: 0px !important;
}
.correct-icon{
  margin-right: 10px;
  color: #f57c00;
}
.about-list-text{
     font-family: "Sora", sans-serif;
    color: rgb(18 24 32 / 70%);
    font-size: 16px;
    /* margin-bottom: 10px; */
    list-style-type: none;
}
.about-icon-list-items li{
  margin-bottom: 10px;
}
.aboutguide{
  width: 90%;
        font-family: "Syne", sans-serif;
}
.about-line-height{
  line-height: 25px;
}
.journy-section{
  padding: 20px 0px;
  background-color: #f57c00;
}
.journy-heading{
         font-size: 1.5rem;
        font-family: "Syne", sans-serif;
    /* color: #fff; */
        color: #f3f3f4;
    font-weight: 700;
    line-height: 140%;
    text-align: center;
    /* text-shadow: 2px 2px #555; */
    text-transform: capitalize;
}
.journy-subtext{
  font-size: 18px;
        font-family: "Sora", sans-serif;
    /* color: #fff; */
    /* font-weight: 600; */
        color: #f3f3f4;
    line-height: 140%;
    text-align: center;
}
.mil-icon img{
    width: 50px !important;
}
.left, .right{
      color: #fff;
    font-size: 14px;
    bottom: 5px;
    position: relative;
}
.box-height{
  height: 33vh;
}
.conclusion-heading{
  font-size: 2rem;
    font-family: "Syne", sans-serif;
    color: #f3f3f4;
    font-weight: 700;
    line-height: 140%;
    text-align: center;

    text-transform:uppercase;
}
/* diagram */
.diagram-container {
  position: relative;
  width: 500px;
  height: 500px;
  margin: 50px auto;
  border: 2px dashed #ccc;
  border-radius: 50%; /* Optional: creates a circular layout */
}

/* Base styles for all outer boxes */
.box {
  position: absolute;
  width: 120px;
  height: 60px;
  background-color: #3498db;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  font-family: "Sora", sans-serif;
  font-weight: bold;
}

/* Positioning the 4 boxes */
.box-1 { top: 20px; left: 50%; transform: translateX(-50%); }
.box-2 { top: 50%; right: 20px; transform: translateY(-50%); }
.box-3 { bottom: 20px; left: 50%; transform: translateX(-50%); }
.box-4 { top: 50%; left: 20px; transform: translateY(-50%); }

/* The Middle Box */
.center-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 140px;
  height: 70px;
  background-color: #e74c3c;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  font-family: "Sora", sans-serif;
  font-weight: bold;
}



.sol-section{
  padding: 40px 0px;
  background-color: #1218200d;
}
.casestudy-section{
  padding: 40px 0px;

}
.conclusion-section{
  padding: 40px 0px;
  /* background-color: #1218200d; */
}
  /* Main Container Grid */
        .infographic-container {
            display: grid;
            grid-template-columns: 1fr 400px 1fr;
            align-items: center;
            width: 100%;
            /* max-width: 1100px; */
            max-width: 1150px;
            position: relative;
            margin: 40px auto;
        }

        /* Center Axis Lines */
        .axis-line {
            position: absolute;
            background-color: #666666;
            z-index: 1;
        }
        .axis-horizontal {
            width: 100%;
            height: 1px;
            top: 50%;
            left: 0;
        }
        .axis-vertical {
            width: 1px;
            height: 100%;
            left: 50%;
            top: 0;
        }

        /* Text Columns */
        .column {
            display: flex;
            flex-direction: column;
            gap: 120px;
            z-index: 2;
        }
        .column-left {
            text-align: right;
            padding-right: 40px;
        }
        .column-right {
            text-align: left;
            padding-left: 40px;
        }

        /* Content Blocks */
        .step-info h3 {
            font-size: 1rem;
            font-weight: 600;
            letter-spacing: 1px;
            margin-bottom: 8px;
            text-transform: uppercase;
              font-family: "Syne", sans-serif;
        }
        .step-info p {
            font-size: 0.85rem;
            color: #777777;
            line-height: 1.5;
    font-family: "Sora", sans-serif;

        }

        /* Specific Header Colors */
        .color-planning { color: #4682B4; }
        .color-research { color: #f57c00 }
        .color-strategy { color: #ff9931; }
        .color-growth { color: #005A9C;; }

        /* Center Wheel Structure */
        .wheel-wrapper {
            position: relative;
            width: 400px;
            height: 400px;
            display: flex;
            justify-content: center;
            align-items: center;
            z-index: 2;
        }

        /* Outer Conic-Gradient Ring */
        .outer-ring {
            width: 340px;
            height: 340px;
            border-radius: 50%;
            background: conic-gradient(
               #ff9931 0deg 90deg,    /* Top Right - Strategy */
               #005A9C 90deg 180deg,  /* Bottom Right - Growth */
               
                 #f57c00 180deg 270deg, /* Bottom Left - Research */
                #4682B4 270deg 360deg  /* Top Left - Planning */
            );
            display: flex;
            justify-content: center;
            align-items: center;
            box-shadow: 0 4px 15px rgba(0,0,0,0.1);
        }

        /* Inner White Core Mask */
        .inner-core {
            width: 280px;
            height: 280px;
            background-color: #ffffff;
            border-radius: 50%;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            box-shadow: inset 0 2px 10px rgba(0,0,0,0.15);
            text-align: center;
            padding: 20px;
        }
        .inner-core h2 {
            font-size: 1.6rem;
            color: #1A5276;
            letter-spacing: 2px;
            font-weight: 500;
             font-family: "Syne", sans-serif;
        }
        .inner-core span {
            font-size: 0.75rem;
            color: #999999;
            text-transform: uppercase;
            letter-spacing: 1px;
            margin-top: 4px;
             font-family: "Sora", sans-serif;
        }

        /* Floating Icon Nodes */
        .icon-node {
            position: absolute;
            width: 50px;
            height: 50px;
            background-color: #ffffff;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 1.2rem;
            box-shadow: 0 2px 8px rgba(0,0,0,0.15);
        }

        /* Node Positions & Border Accents */
        .node-planning {
            top: 45px; left: 45px;
            border: 3px solid #4682B4;
            color: #4682B4;
        }
        .node-strategy {
            top: 45px; right: 45px;
            border: 3px solid #ff9931;
            color: #ff9931;
        }
        .node-research {
            bottom: 45px; left: 45px;
          border: 3px solid #f57c00;
    color: #f57c00;
        }
        .node-growth {
            bottom: 45px; right: 45px;
            border: 3px solid #005A9C;
            color: #005A9C;
        }

        /* Responsive Layout for Mobile Screens */
        @media (max-width: 900px) {
            .infographic-container {
                grid-template-columns: 1fr;
                gap: 40px;
            }
            .axis-line { display: none; }
            .column { gap: 30px; text-align: center; padding: 0; }
            .wheel-wrapper { margin: 0 auto; order: -1; }
        }

 

/* Grid Setup */
.grid-wrapper {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin: 40px auto;
        width: 100%;
    max-width: 1150px;
}

.challenge-card {
    background: white;
    padding: 40px;
    border: 3px solid;
    border-radius: 25px;
    text-align: left;
    /* min-height: 150px; */
}


.challenge-card h3 {
    margin-top: 0;
    font-size: 1rem;
}

.challenge-card p {
    font-size: 0.85rem;
    color: #666;
    line-height: 1.5;
}

/* Card Colors */
.card-red { border-color: #f57c00; }
.card-red h3 { color: #f57c00;
text-transform: uppercase;
}

.card-teal { border-color: #005A9C; }
.card-teal h3 {
  text-align: right;
  color: #005A9C; 
text-transform: uppercase;}

.card-blue { border-color: #3498db; }
.card-blue h3 { color: #3498db;
text-transform: uppercase; }

.card-orange { border-color: #f39c12; }
.card-orange h3 { 
  text-align: right;
  text-transform: uppercase;
  color: #f39c12; }

/* Central Element */
.center-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
   width: 170px;
    height: 170px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 0 10px #f9f9f9; /* Creates the gap effect */
    z-index: 10;
}
.challenge-img img{
    max-width: 100px;
    width: 100%;
}

.inner-circle {
    border: 2px solid #ddd;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.inner-circle h2 {
    margin: 0;
    color: #999;
    font-size: 2rem;
}

.inner-circle p {
    font-size: 0.7rem;
    color: #bbb;
    margin: 5px 0 0 0;
}
.innovation-img img{
      width: 100%;
    height: 100%;
    max-width: 120px;
    max-height: 120px;
}




/* Style the tab */
.case-studies{
  margin-top: 90px;
}
.tab {
     height: 10vh;
  overflow: hidden;
 border-top: solid 2px rgb(18 24 32 / .1);
    background-color: #1218200d;
padding: 0px;
}
.tablinks{
     height: 10vh;

}

/* Style the buttons inside the tab */
.tab button {
  /* background-color: inherit; */
  width: 33.3%;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
font-family: "Sora", sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #72747a;
    line-height: 1.7;
}
/* 1. Add this to reset the default button borders */
.tab button {
  border: none;               /* Removes default gray button borders */
  outline: none;              /* Removes default focus glow */
  background: transparent;
  height: 100%;               /* Fills the 10vh container */
  padding: 0 20px;            /* Gives spacing inside buttons */
  cursor: pointer;
  border-top: 2px solid transparent; /* Keeps spacing consistent */
}
/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #fff;
   border-top-color: #fd7e14;
   color: #121820;
}

/* Style the tab content */
/* .tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
} */

/* Style the close button */
/* .topright {
  float: right;
  cursor: pointer;
  font-size: 28px;
} */

/* .topright:hover {color: red;} */

.spandigit {
  position: absolute;
  top: 0;
  left: 0;
  width: 35px;               /* Adjust size as needed */
  height: 35px;              /* Must match width */
  background-color: #f79c3a; /* Using your orange accent color */
  border-bottom-right-radius: 30%; /* Creates the perfect corner curve */
  
  /* Aligns the text inside the shape */
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

/* 3. Style and push the number slightly away from the absolute edges */
.spandigit span {
  color: #ffffffb0;
  font-family: "Sora", sans-serif;
  font-weight: 600;
  font-size: 18px;
  margin-top: 5px;          /* Inset spacing from top */
  margin-left: 12px;         /* Inset spacing from left */
}
.heading-no{
  font-size: 2rem;
}
.core-height{
  height: 35px;
}
.orange-line{
height: 1px;
    background-color: #6c757d;
  width: 100%;
}
    @media(max-width:768px){

      .slide-content{
        right: 20px;
        left: 20px;
        max-width: 100%;
      }

      .service-title{
        font-size: 28px;
      }

      .service-box{
        padding: 25px;
      }
      .about-section {
        padding: 20px 0px;
      }
.mil-center-suptitle::before {

    left: 23%;
    top: 7px;
}
.service-icon:before {
  
    top: 55px;
    left: 55px;

}
.dark-card-section{
  padding: 60px 20px;
}
.about-innovation{
  padding: 60px 20px;

}
.aboutguide{
  width: 100%;
  font-size: 18px;
}
.journy-heading{
  font-size: 1rem;
}
.journy-subtext{
  font-size: 11px;
}
.about-slider{
 padding: 40px 20px;
}
.slide-bg{
max-width: 100%;
  width: 100%;
  height: 100%;
}
.swiper-slide:after{
      width: 250px;
    height: 250px;
}
.left, .right{
  font-size: 7px;
}
.wheel-wrapper{
      width: 350px;
    height: 350px;
}
.grid-wrapper{
  grid-template-columns: 1fr;
                gap: 20px;
}
.center-circle{
  position: relative;
}
.card-teal h3{
text-align: left;
}
.card-orange h3{
  text-align: left;
}
.challenge-card h3{
  line-height: 20px;
}
    }