.home-top-banner{
    position: relative;

}

.banner-bottom-sec{
    background: #F2F2F2 0% 0% no-repeat padding-box;
opacity: 1;
padding-bottom: 5%;
}


.topbanner-flex {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}


.topbanner-left-item {
    width: 50%;
    position: relative;
}
.topbanner-right-item {
    width: 30%;
    position: relative;
    padding-top: 5%;
    font-size: 18px;
    color: #004071;
      font-family: 'Red Hat Display', sans-serif;
}

.topbanner-left-item img{
    position: absolute;
    width: 80%;
    top: -22vw;
    left: 20%;
}
.home-third-sec{
    background-color: #fff;
    background-image: url('../images/home/asset7.png');
     background-repeat: no-repeat;
  background-size: contain;   
  background-position: bottom center;
  width: 100%;
  /* height: 100vh; */
  position: relative;
}

.third-sec-flex {
    display: flex;
    justify-content: center;
}
.third-sec-flex-left-item-flex {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-left: 30%;
    flex-direction: row;
}
.gradient-bar {
  height: 10px;
  width: 100%;
  background: linear-gradient(
    90deg,
    #004071 0%,
    #88C86F 0%,
    #4A9449 37%,
    #1C75BB 57%,
    #1B75BB 80%,
    #004071 100%
  );
  opacity: 1;
}

.third-sec-flex {
    display: flex;
    flex-wrap: nowrap;
    gap: 2rem;
    /* padding: 40px 20px; */
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;
}

.third-sec-flex-left-item {
  flex: 1 1 60%;
}

.third-sec-flex-right-item {
  flex: 1 1 80%;
  text-align: center;
}

.third-sec-flex-right-item .maskgroup {
  max-width: 100%;
    height: auto;
    margin-top: -8%;
    margin-left: 20%;
    z-index: 1;
    position: relative;
}

.third-sec-flex-left-item-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-start; /* Left-align the boxes */
}

.third-sec-flex-left-item-flex-box {
 flex: 0 0 calc(50% - 10px);
    max-width: calc(50% - 10px);
  /* background-color: #f8f8f8; */
  border-radius: 12px;
  padding: 10px;
  text-align: left; /* Align content inside box to left */
  /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05); */
  transition: transform 0.3s;
}

.third-sec-flex-left-item-flex-box:hover {
  transform: translateY(-5px);
}

.number-count {
  font-size: 75px;
  /* font-weight: bold; */
  color: #004071;
   font-family: 'Red Hat Display', sans-serif;
}

.para {
  margin-top: 10px;
  font-size: 25px;
  color: #004071;
  line-height: 1.4;
   font-family: 'Red Hat Display', sans-serif;
}
.asset6{
  position: absolute;
  right: 25%;
    top: 10%;
     animation: floatRightToLeft 4s ease-in-out forwards;
}
.asset6 {
    width: 35%;
}
.home-fourth-sec{
    padding: 5%;
        width: 90%;
    margin: auto;
}


.home-fourth-sec-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;     /* Center items horizontally */
  
      align-items: flex-end;       /* Center items vertically */
  gap: 30px;                   /* Space between items */
  padding: 40px 20px;
}

.home-fourth-sec-flex-item {
  /* flex: 0 1 300px;             */
  width: 22%;
  text-align: center;
}

.home-fourth-sec-flex-item-head {
    font-size: 40px;
    /* font-weight: bold; */
    margin-bottom: 20px;
    line-height: 1.2;
    text-align: left;
    margin-left: 25%;
    color: #004071;
     font-family: 'Red Hat Display', sans-serif;
}

.home-fourth-sec-flex-item-box {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.home-fourth-sec-flex-item-box img {
  width: 100%;
  display: block;
  border-radius: 10px;
}

.home-fourth-sec-flex-item-box-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 30%;
  width: 100%;
  background: linear-gradient(180deg, rgb(0 64 113 / 2%) 0%, #004071 100%);
  border-radius: 12px;
  color: #fff;
  padding: 15px;
  text-align: left;
min-height: 40%;
animation: fadeUp 1s ease-out 0.3s both;
    padding-bottom: 10%;
  display: flex;                      /* ADDED */
  flex-direction: column;            /* ADDED */
  justify-content: flex-end;         /* ADDED: Align content to bottom */
}

.home-fourth-sec-flex-item-box-overlay-head {
  font-size: 40px;
  font-weight: 400;
  line-height: 1.2;
   font-family: 'Red Hat Display', sans-serif;
   margin-left: 10%;
}

.home-fourth-sec-flex-item-box-overlay-para {
  font-size: 25px;
  line-height: 1.2;
      color: #ffffffc4;
   margin-left: 10%;
   font-family: 'Red Hat Display', sans-serif;
}

.home-fifth-sec{
    padding: 5% 0%;
    background-color: #F3F3F3 ;
}


.home-fifth-sec-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  /* padding: 40px 20px; */
  width: 100%;
}

.home-fifth-sec-flex-item {
  flex: 0 1 250px;
  text-align: center;
  position: relative;
}

.home-fifth-sec:hover {
   background-color: #f3f3f38a ;
}

.home-fifth-sec:hover .home-fifth-sec-flex-item{
  border: 3px solid #88C86F;
  padding: 2px;
  border-radius: 10px;
}
.home-fifth-sec:hover .home-fifth-sec-flex-item-button{
  padding: 15px;
}
.home-fifth-sec-flex-item-button {
   background: #004071 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 75px #00000059;
  opacity: 1;

  text-align: center;
  font: normal normal normal 25px/33px 'Red Hat Display', sans-serif;
  font-family: 'Red Hat Display', sans-serif;
  letter-spacing: 0px;
  color: #FFFFFF;

padding: 20px;
    border-radius: 10px;
  cursor: pointer;
}

.home-fifth-sec-flex-item-box {
  display: none;
  position: relative;
  overflow: hidden;
  z-index: 1;
}



.home-fifth-sec-flex-item-box img {
  width: 100%;
  height: auto;
  display: block;
}

.home-fifth-sec-flex-item-box-overlay {
  position: absolute;
  bottom: 0;
      top: 30%;
          display: flex;
    flex-direction: column;
    justify-content: flex-end;
     background: linear-gradient(180deg,  rgba(0, 64, 123, 0.01) 0%,  #004071 60%,  #004071 100%);
    border-radius: 12px;
  color: #fff;
  width: 100%;
  text-align: left;
  padding: 10px;
  padding-left: 10%;
  padding-bottom: 10%;

}

.home-fifth-sec-flex-item-box-overlay-head {
  font-size: 24px;
  font-weight: normal;
  font-family: 'Red Hat Display', sans-serif;
  color: #88C86F;
  padding: 1%;
  animation: fromTopRight 0.6s ease forwards;
  pointer-events: auto;
}


.home-fifth-sec-flex-item-box-overlay-para {
  font-size: 16px;
  padding: 1%;
  padding-bottom: 2%;
  line-height: 1.2;
  font-family: 'Red Hat Display', sans-serif;

  color: #fff;
}
.home-fifth-sec-flex-item:hover .home-fifth-sec-flex-item-box {
  display: block;
  animation: fadeIn 0.5s ease-in-out;
      position: absolute;
    top: -250%;
}
.home-sixth-sec, .home-sixth-sec img{
    position: relative;
}
.arrow-button {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #6ac143;
  color: white;
  padding: 10px 15px;
  border-top-left-radius: 10px;
  font-size: 20px;
  line-height: 1;
  font-family: 'Red Hat Display', sans-serif;

}


.home-sixth-sec-flex-box{
        position: relative;
    bottom: 0;
    padding: 2%;
        left: unset;

}
.margin-left{
   margin-left: 10% !important;
}
.home-sixth-sec-flex {
display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    padding: 40px 20px;
    margin: 0 auto;
    align-content: center;
    flex-direction: row;
    align-items: center;
    max-width: 95%;
}

.home-sixth-sec-flex-left-item {
/*flex: 1 1 15%; */
    width: 35%;
    font-size: 18px;
    line-height: 1.6;
    color: #004071;
    font-family: 'Red Hat Display', sans-serif;
}

.home-sixth-sec-flex-left-item strong {
  font-weight: bold;
}

.home-sixth-sec-flex-right-item {
  /* flex: 1 1 50%; */
      /* text-align: right; */
    width: 25%;
}

.know-more-btn {
background-color: #002b4e;
    color: #fff;
    text-decoration: none;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 16px;
    font-family: 'Red Hat Display', sans-serif;
    display: inline-block;
    transition: background 0.3s ease;
}

.know-more-btn:hover {
  background-color: #004071; /* Slightly lighter on hover */
}

.fade-in-image {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}

.fade-in-image.loaded {
  opacity: 1;
  transform: translateY(0);
}

  .see-more {
        display: block;
        margin: 0%;
        text-align: center;
        font: normal normal 500 18px / 23px "Red Hat Display", sans-serif;
        letter-spacing: 0px;
        padding: 1%;
        color: #FFFFFF;
        text-decoration: none;
    font-family: 'Red Hat Display', sans-serif;

        background-color: #004071;
        width: max-content;
        float: right;
        border-radius: 5px;
        margin-bottom: 10%;
        margin-right: 17%;
}
.home-sixth-sec-flex-box12{
  position: absolute;
  bottom: 5%;
  left: 10%;
}


.business-parks-mobile {
  display: none;
}
.think-design-mobile {
  display: none;
}



@media (max-width: 480px) {
  .third-sec-flex-left-item-flex-box {
   flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 768px) {

  .business-parks-mobile {
    display: block;
    padding: 15px;
    background-color: #EBEBEB;
        padding-top: 10%;
        padding-bottom: 10%;
  }

  .business-card {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    color: #fff;
            margin: 5%;
  }

  /* Background image as <img> */
  .business-card .business-bg {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 15px;
  }

  /* Overlay for gradient */
  .business-card .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0.3), #00254d);
    border-radius: 15px;
  }

  .business-content {
    position: absolute;
    bottom: 50px;
    left: 20px;
    right: 20px;
    z-index: 2;
  }

  .business-content h2 {
    font-size: 18px;
    margin: 0 0 10px;
    color: #9fba71; /* green shade */
    font-family: 'Red Hat Display', sans-serif;

  }

  .business-content p {
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
    font-family: 'Red Hat Display', sans-serif;

  }

  .arrow-btn {
    position: absolute;
    bottom: 0px;
    right: 0px;
    background: #9fba71;
    color: #fff;
    width: 35px;
    height: 35px;
    border-radius: 10px 0px 10px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: bold;
    font-family: 'Red Hat Display', sans-serif;

    z-index: 2;
  }


  .third-sec-flex {
    flex-direction: column;
    text-align: center;
  }
  .home-third-sec{
    background-color: #fff;
    background-image: url('../images/home/mobile-2bg.png');
            background-size: cover;

  }

  .topbanner-flex-mobile {
    position: relative;
    width: 100%;
    margin: auto;
    background: #F2F2F2;
}

  .third-sec-flex-left-item,
  .third-sec-flex-right-item {
    flex: 1 1 100%;
  }

  .third-sec-flex-left-item-flex {
    justify-content: center;
  }
  .third-sec-flex-left-item-flex-box {
    flex: 0 0 100%;
    max-width: 100%;
  }
    .home-fourth-sec-flex {
    flex-direction: column;
    align-items: center;
  }

    .home-sixth-sec-flex {
    flex-direction: column;
    align-items: flex-start;
  }

   .home-sixth-sec-flex {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .home-sixth-sec-flex-right-item {
    text-align: left;
  }
  .topbanner-left-item img {
    position: relative;
    width: 100%;
    top: -30vw;
    left: 0;
}
.topbanner-left-item {
    width: 100%;
    position: relative;
    margin: auto;
    display: block;
}
.topbanner-right-item-mobile {
    width: 90%;
    margin: auto;
    margin-top: -40%;
    padding-bottom: 10%;
}
.third-sec-flex-left-item-flex {
    margin-left: 5%;
}
.home-third-sec{
  padding: 0%;
}
.number-count {
    font-size: 40px;
}
.para {
    margin-top: 0px;
    font-size: 18px;
}
.asset6 {
    position: absolute;
    right: 5%;
}
.asset6 {
    width: 60%;
}


  .home-fourth-sec-flex-item-head {
    font-size: 30px;
    /* font-weight: bold; */
    margin-bottom: unset;
    line-height: 1.2;
    text-align: left;
    margin-left: 10%;
    margin-top: 10%;
    color: #004071;
    font-family: 'Red Hat Display', sans-serif;

  }
  .home-fourth-sec-flex-item-box-overlay-head {
    font-size: 22px;
    margin-left: 0%;
  }
  .home-fourth-sec-flex-item-box-overlay-para {
    font-size: 16px;
    margin-left: 0%;
  }

  .home-fourth-sec-flex {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .see-more {
        display: block;
        margin: 2%;
        text-align: center;
        font: normal normal 500 14px / 23px "Red Hat Display", sans-serif;
    font-family: 'Red Hat Display', sans-serif;

        letter-spacing: 0px;
        padding: 2%;
        color: #FFFFFF;
        text-decoration: none;
        background-color: #004071;
        width: max-content;
        float: right;
        border-radius: 5px;
        margin-bottom: 10%;
}




  .home-fourth-sec.mobile {
    overflow-x: hidden; /* prevent page scroll */
    padding: 0 15px;
  }

  .home-fourth-sec.mobile .home-fourth-sec-flex {
    display: flex;
    flex-direction: row;      /* align items horizontally */
    overflow-x: auto;         /* allow horizontal scroll inside */
    scroll-snap-type: x mandatory; /* optional: snap effect */
    gap: 15px;
  }

  .home-fourth-sec.mobile .home-fourth-sec-flex-item {
    flex: 0 0 auto;   /* prevent shrinking, keep items side by side */
    width: 80%;       /* adjust width for better swipe view */
    scroll-snap-align: start; /* snap item into view */
  }

  .home-fourth-sec.mobile img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
  }

   .think-design-mobile {
    display: block;
    /* padding: 15px; */
  }

  .think-card {
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    text-align: center;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  }

  .think-img-wrap {
    position: relative;
  }

  .think-img-wrap .think-bg {
    width: 100%;
    height: auto;
    display: block;
  }


  .think-content {
    padding: 15px 20px 25px;
  }

  .think-content p {
    font-family: 'Red Hat Display', sans-serif;

    font-size: 14px;
    line-height: 1.6;
    color: #00254d;
    margin-bottom: 20px;
            text-align: left;
        padding: 15px;
  }

  .know-more-btn {
    display: inline-block;
    background: #002b5c;
    font-family: 'Red Hat Display', sans-serif;

    color: #fff;
    padding: 10px 18px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: background 0.3s ease;
            float: right;
       
        margin-bottom: 10%;
    }
 
  .know-more-btn:hover {
    background: #004080;
  }
}


@media only screen  and (min-width : 1224px) {

  .topbanner-right-item
  {
    font-size: 16px;
  }
.topbanner-right-item {
    padding-top: 3%;
    font-size: 14px;
}
.asset6 {
    position: absolute;
    right: 25%;
    top: 10%;
   animation: floatRightToLeft 4s ease-in-out forwards;
    width: 45%;
}
.third-sec-flex-right-item .maskgroup {
    max-width: 40%;
    height: auto;
    margin-top: -8%;
    margin-left: 20%;
    z-index: 1;
    position: relative;
}
.number-count {
    font-size: 40px;
}
.para {
    margin-top: 10px;
    font-size: 16px;
}
.home-sixth-sec-flex {
    
    padding: 20px 10px;
}
.home-sixth-sec-flex-left-item {
    /* flex: 1 1 15%; */
    font-size: 14px;
}
.know-more-btn {
    font-size: 14px;
}
.home-fourth-sec-flex-item-box-overlay-head {
    font-size: 20px;
}
.home-fourth-sec-flex-item-box-overlay-para {
    font-size: 14px;
}
.home-fifth-sec-flex-item-button {
    background: #004071 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 75px #00000059;
    opacity: 1;
    text-align: center;
    font-family: 'Red Hat Display', sans-serif;

    font: normal normal normal 20px / 33px 'Red Hat Display', sans-serif;
}
}


@media only screen  and (min-width : 1800px) {
.topbanner-right-item {
    padding-top: 5%;
    font-size: 18px;
}
 .topbanner-right-item
  {
    font-size: 18px;
  }
.para {
    
    font-size: 25px;
}
.number-count {
    font-size: 75px;
}
.asset6 {
    width: 40%;
}
.home-sixth-sec-flex {
    padding: 40px 20px;
}
.home-sixth-sec-flex-left-item {
    /* flex: 1 1 15%; */
    font-size: 18px;
}
.know-more-btn {
    font-size: 16px;
}
.home-fifth-sec-flex-item-button {
    background: #004071 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 75px #00000059;
    opacity: 1;
    font-family: 'Red Hat Display', sans-serif;

    text-align: center;
    font: normal normal normal 25px / 33px 'Red Hat Display', sans-serif;
}
.home-fourth-sec-flex-item-box-overlay-head {
    font-size: 30px;
}
.home-fourth-sec-flex-item-box-overlay-para {
    font-size: 16px;
}

}


@keyframes fromTopRight {
  0% {
    opacity: 0;
    transform: translate(50px, -50px); /* Right and Up */
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes floatAlt {
  0% {
    transform: translateY(0) translateX(0);
  }
  50% {
    transform: translateY(-10px) translateX(5px);
  }
  100% {
    transform: translateY(0) translateX(0);
  }
}


@keyframes floatRightToLeft {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(100px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}