.partner-banner-paralax {
  background-image: url('../images/partner/banner.png'); /* Update the image path */
  background-attachment: fixed;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;

  padding: 10% 20px;
  color: #fff;
  text-align: center;
  position: relative;
}
.partner-headtext-div {
    margin-top: 10%;
    max-width: 600px;
    /* margin: 0 auto; */
    /* background-color: rgba(0, 0, 0, 0.5); */
    padding: 30px;
    border-radius: 10px;
    margin-left: 12%;
}

.partner-headtext {
  font-size: 43px;
  margin-bottom: 15px;
  color: #004071;
  line-height: 1.2;
  text-align: left;
  font-family: 'Red Hat Display', sans-serif;
}

.partner-headtext-para {
  font-size: 18px;
  color: #000000;
 text-align: left;
  line-height: 1.2;
  font-family: 'Red Hat Display', sans-serif;
}


.partner-sixth-section {
  background-color: #004071; /* Dark blue background */
  /* padding: 60px 20px; */
  color: #ccc; /* Light gray text */
}

.partner-sixth-section-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  /* max-width: 1200px; */
  margin: 0 auto;
  flex-wrap: wrap; /* For responsiveness */
}

.partner-sixth-section-flex-item {
  flex: 1 1 400px;
}

.partner-sixth-section-flex-item img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

.partner-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;
}

.partner-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;
}

.partner-sixth-section-flex-item .link a:hover {
  background-color: #d9d9d9;
  color: #004071a6;
}

.partner-sixth-section-flex-item .fa-angle-double-right {
  margin-left: 5px;
  font-size: 12px;
}

.partner-section-2{
  padding: 5% 0%;
  background-color: #fff;

}

.partner-section-3{
    padding: 5% 0%;
  background-color: #fff;
}

.partner-section-4-1{
    padding: 5% 0%;
  /* background-color: #fff; */
  background-image: url(../images/home/3dlogo.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}


.why-partners-section {
  background: #fff;
  padding: 60px 20px;
}

.why-partners-container {
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 30px;
}

.why-partners-text {
  flex: 1 1 40%;
}

.why-partners-text h2 {
  font-size: 36px;
  font-weight: 600;
  color: #004071;
  line-height: 1.2;
}

.why-partners-graphic {
  flex: 1 1 55%;
  position: relative;
}

.glass-image {
        width: 45%;
    height: auto;
    display: block;
    margin: auto;
    margin-top: -5%;
        animation: floatAlt 4s ease-in-out infinite;
}

.left-txt1 {
content: '';
    /* position: absolute; */
    top: 50%;
    transform: translateY(0%);
    width: 3px;
    height: 30px;
    background-color: #004071;
    margin: 5% 5%;
}


/* Info Box Container Over Image */
.info-box-wrapper {
  position: absolute;
  top: 10%;
  left: 10%;

  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  padding: 0 10px;
  box-sizing: border-box;
      align-items: center;
}

.info-box-row {
    display: flex;
    gap: 20px;
    flex-wrap: nowrap;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.center-row {
  justify-content: center;
}

.info-box {
    background: #f2f2f270;
    padding: 1%;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    font-size: 14px;
    line-height: 1.5;
    /* max-width: 220px; */
    color: #004071;
    backdrop-filter: blur(15px);
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-wrap: nowrap;
}

.info-box strong {
  display: block;
  font-weight: 600;
  color: #004071;
  
    font-size: 16px;
  margin-bottom: 5px;
}

/* Responsive Design */
@media (max-width: 992px) {
  .why-partners-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .why-partners-text,
  .why-partners-graphic {
    flex: 1 1 100%;
  }

  .info-box-wrapper {
    position: static;
    margin-top: 30px;
  }

  .info-box-row {
    flex-direction: column;
    align-items: center;
  }

  .info-box {
    max-width: 90%;
  }
}




.partner-heading{
padding-left: 15%;
font: normal normal normal 43px/1.2 Red Hat Display;;
color: #004071;
}



.partner-div-subsec {
  display: flex;
  flex-direction: column;
padding-top: 2%;
}

.partner-div-subsec-box {
  position: relative;
}

.partner-div-subsec-box img {
  width: 100%;
  height: auto;
  display: block;
}

.partner-div-subsec-box-top-box {
      position: absolute;
    top: 0px;
    width: 20%;
    padding: 2%;
    background: #004071;
    border-radius: 0 15px 15px 0;
    /* mix-blend-mode: multiply; */
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(21px);
    color: white;
    z-index: 1;
}

.partner-div-subsec-box:nth-child(even) .partner-div-subsec-box-top-box {
  right: 10%;
  left: auto;


    border-radius: 0 0px 15px 15px;
    text-align: left;
}

.partner-div-subsec-box:nth-child(odd) .partner-div-subsec-box-top-box {
left: 10%;
    right: auto;
    border-radius: 0 0px 15px 15px;
    text-align: left;
}

.partner-div-subsec-box-top-box-heading {
  font: 600 20px/1.2 "Red Hat Display", sans-serif;
  color: #88C86F;
  margin-bottom: 10px;
}

.partner-div-subsec-box-top-box-para {
  font: 300 16px/1.2 "Red Hat Display", sans-serif;
  color: #ffffff;
}
@media (max-width: 768px) {
 
.partner-headtext-div{
    /* margin-top: 10%; */
    max-width: 600px;
    /* margin: 0 auto; */
    /* background-color: rgba(0, 0, 0, 0.5); */
    padding: 30px;
    border-radius: 10px;
    margin-left: 5%;
    position: absolute;
    /* top: 45%; */
    bottom: 0;
 }
 .why-partners-section {
    background: #fff;
    padding: 60px 0px;
 }
 
 .glass-image{
    width: 100%;
 }
 
 .info-box-wrapper {
        position: static;
        margin-top: -50%;
     }

 .partner-heading {
    padding-left: 15%;
    font: normal normal normal 24px / 1.2 Red Hat Display;
    color: #004071;
}
.partner-headtext {
    font-size: 22px;
}
  .partner-headtext-para {
    font-size: 16px;
  }

}

@media only screen  and (min-width : 1224px) {

.partner-headtext {
  font-size: 30px;

}
.partner-headtext-div {
    margin-top: 10%;
    max-width: 450px;
}
.partner-sixth-section-flex-item .para {
   font-size: 14px;
}
.partner-headtext-para {
    font-size: 14px;
}
.partner-heading {
    padding-left: 15%;
    font: normal normal normal 30px / 1.2 Red Hat Display;
}
.info-box {

    font-size: 12px;
}
.partner-sixth-section-flex-item .link a{
  font-size: 14px;
}
}

@media only screen  and (min-width : 1800px) {

.partner-headtext {
  font-size: 43px;
}
.info-box {

    font-size: 14px;
}
.partner-headtext-div {
    margin-top: 10%;
    max-width: 600px;
}
.partner-sixth-section-flex-item .para {
   font-size: 22px;
}
.partner-headtext-para {
    font-size: 18px;
}
.partner-heading {
    padding-left: 15%;
    font: normal normal normal 43px / 1.2 Red Hat Display;
}
.partner-sixth-section-flex-item .link a{
  font-size: 22px;
}
}