
.about-sixth-section {
  background-color: #003366; /* Dark blue background */
  /* padding: 60px 20px; */
  color: #ccc; /* Light gray text */
}

.about-sixth-section-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  /* max-width: 1200px; */
  margin: 0 auto;
  flex-wrap: wrap; /* For responsiveness */
}

.about-sixth-section-flex-item {
  flex: 1 1 400px;
}

.about-sixth-section-flex-item img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

.about-sixth-section-flex-item .para {
   font-size: 22px;
  color: #fff;
  text-align: left;
  line-height: 1.2;
  font-family: 'Red Hat Display', sans-serif;
  /* flex: 1 1 60%; */
  max-width: 50%;
  margin-bottom: 20px;
      padding-top: 2%;
}

.about-sixth-section-flex-item .link a {
  display: inline-block;
  background-color: #ffffff;
  color: #004071a6;
  padding: 10px 18px;
  border-radius: 8px;
  font-weight: 500;
  text-decoration: none;
  font-family: 'Red Hat Display', sans-serif;
  transition: all 0.3s ease;
}

.about-sixth-section-flex-item .link a:hover {
  background-color: #d9d9d9;
  color: #004071a6;
}

.about-sixth-section-flex-item .fa-angle-double-right {
  margin-left: 5px;
  font-size: 12px;
}

.think-design-banner {
  background-image: url('../images/think/banner-bg1.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 100px 0;
}

.think-design-container {
  width: 80%;
  margin: auto;
  display: block;
   animation: fadeInFromBottomLeft 10s ease forwards;
}

.think-design-container img {
  width: 100%;
  height: auto;
}

.think-design-banner-text {
  position: absolute;
  bottom: 10%;
  right: 10%;
  max-width: 600px;
  padding: 2%;
}

.think-design-banner-text-head {
  color: #004071;
  font: normal normal 300 25px/1.2 'Red Hat Display', sans-serif;
  opacity: 0.8;
  padding-bottom: 10px;
}

.think-design-banner-text-para {
  font-size: 18px;
  line-height: 1.5;
  color: #000;
  font-family: 'Red Hat Display', sans-serif;
  opacity: 0.8;
  max-width: 450px;
}

/* Spacer height */
.ht-50 {
  height: 50px;
}

.think-design-sec33{
    padding: 2%;
    background-color: #EBEBEB ;
}
 .section {
      display: flex;
      align-items: center;
      justify-content: space-between;
      /* height: 500px; */
      position: relative;
      overflow: hidden;
          padding: 1% 0%;
    }

    .section:nth-child(odd) {
      flex-direction: row-reverse;
    }

    .image-box {
      width: 70%;
      /* height: 100%; */
    }

    .image-box img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }

    .text-box {
      width: 40%;
      padding: 40px;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background: rgba(0, 51, 102, 0.95);
      color: white;
      border-radius: 12px;
      max-width: 330px;
      z-index: 2;
    }

    .section:nth-child(odd) .text-box {
     left: 20%;
      
    }

    .section:nth-child(even) .text-box {
      
       right: 20%;
    }

    .text-box h2 {
      font-size: 22px;
      color: #88C86F;
      margin-bottom: 12px;
    }

    .text-box p {
      font-size: 16px;
      line-height: 1.6;
      color: #FFFFFF;
    }

  div, input, textarea, p{
      font-family: 'Red Hat Display', sans-serif;

}
@keyframes fadeInFromBottomLeft {
  0% {
    opacity: 0;
    transform: translate(-50px, 50px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}

@keyframes floatAlt {
  0% {
    transform: translateY(0) translateX(0);
  }
  50% {
    transform: translateY(-10px) translateX(5px);
  }
  100% {
    transform: translateY(0) translateX(0);
  }
}

@media (max-width: 768px) {
  .think-design-banner-text {
    position: static;
    margin: 20px auto;
    padding: 20px;
    max-width: 90%;
  }

  .think-design-banner-text-head {
    text-align: left;
    font-size: 20px;
  }

  .think-design-banner-text-para {
    text-align: left;
    font-size: 16px;
  }

  .think-design-container {
    width: 90%;
  }
   .section {
        flex-direction: column;
        height: auto;
        padding: 3%;
      }
      .text-box p {
    font-size: 16px;
    line-height: 1.4;
      }
      .about-sixth-section-flex-item1{
                display: block;
        background-color: #003366;
        color: #fff;
        padding: 40px;
        border-radius: 8px;
        width: 100%;
        text-align: left;
        font-family: 'Red Hat Display', sans-serif;
      }
      .about-sixth-section-flex-item1 p{
                font-size: 16px;
        line-height: 1.4;
        margin-bottom: 15px;
      }
      .about-sixth-section-flex-item img{
        border-radius: 0;
      }
      .about-sixth-section-flex-item1 a{        display: inline-block;
        background: #fff;
        color: #003366;
               padding: 10px 15px;
        border-radius: 6px;
        font-weight: 600;
        text-decoration: none;
        font-size: 15px;
        transition: 0.3s;
        margin-left: 50%;
      }

      .image-box,
      .text-box {
        width: 95%;
        position: static;
        transform: none;
      }
.think-design-banner-textmobile{
  padding: 10%;
          padding-top: 0;

}
      .text-box {
            border-top-left-radius: 0px;
    border-top-right-radius: 0px;

        margin:  auto;
        background: rgba(0, 51, 102, 1);
      }

       .section:nth-child(odd) {
      flex-direction: column;
    }
}


@media only screen  and (min-width : 1224px) {
.think-design-banner-text{
/* position: absolute; */
    bottom: 0;
    right: 10%;
    max-width: 500px;
    padding: 2%;
}

.think-design-banner-text-para{
     text-align: left;
margin-top: 10px;
  font-size: 14px;
  color: #000;
  line-height: 1.2;
   font-family: 'Red Hat Display', sans-serif;
opacity: 0.8;
max-width: 400px;
}
.think-design-banner-text-head{
    color: var(--unnamed-color-004071);
text-align: left;
font: normal normal 300 20px/1.2 Red Hat Display;
letter-spacing: 0px;
color: #004071;
opacity: 0.8;
padding: 5% 0%; 
}


     .section:nth-child(odd) .text-box {
     left: 15%;
      
    }

    .section:nth-child(even) .text-box {
      
       right: 15%;
    }
    .text-box h2 {
    font-size: 20px;
    }
    .text-box p {
    font-size: 14px;
    line-height: 1.2;
    }
    .about-sixth-section-flex-item .para, .about-sixth-section-flex-item .link a {
    font-size: 16px;
    }
}


@media only screen  and (min-width : 1800px) {
.think-design-banner-text-head{
    color: var(--unnamed-color-004071);
text-align: left;
font: normal normal 300 25px/33px Red Hat Display;
letter-spacing: 0px;
color: #004071;
opacity: 0.8;
padding: 5% 0%; 
}
.think-design-banner-text{
/* position: absolute; */
    bottom: 0;
    right: 15%;
    max-width: 600px;
    padding: 2%;
}
.think-design-banner-text-para{
     text-align: left;
margin-top: 10px;
  font-size: 18px;
  color: #000;
  line-height: 1.2;
   font-family: 'Red Hat Display', sans-serif;
opacity: 0.8;
max-width: 450px;
}
 .section:nth-child(odd) .text-box {
     left: 20%;
      
    }

    .section:nth-child(even) .text-box {
      
       right: 20%;
    }
.text-box h2 {
    font-size: 22px;
}
.text-box p {
    font-size: 16px;
    line-height: 1.2;
}
.about-sixth-section-flex-item .para , .about-sixth-section-flex-item .link a{
    font-size: 22px;

}
}