@import url('https://fonts.googleapis.com/css2?family=Patrick+Hand&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  border: none;
  outline: none;
}

#partnership-hero {
  width: 100%;
  height: 100vh;
  background-image:
    linear-gradient(rgba(36, 171, 160, 0.28), rgba(36, 171, 160, 0.28)),
    url('../img/1f1e2569015449a30f186446914a351d5b27a92c.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-clip: padding-box;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 3rem;
  flex-direction: column;
}
#partnership-hero> p{
  font-family: "Patrick Hand";
  font-weight: 400;
}

.btn {
  margin-top: 10px;
  padding: 20px;
  color: #fff;
  border-radius: 30px;
  background: rgba(247, 162, 52, 1);
  font-family: "Poppins";
  font-weight: 600;
  cursor: pointer;
}

.parther-body {
  padding: 0px 5%;
  background: rgba(255, 255, 255, 1);
}

.body-title {
  text-align: center;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
}

.body-title>h2 {
  color: rgba(247, 162, 52, 1);
  font-size: 2rem;
  padding-bottom: 1px;
  font-family: "Patrick Hand";
  font-weight: 400;
}

.body-title>p {
  font-size: 1.4rem;
  font-family: "Poppins";
  font-weight: 400;
}

.container-2{
  display: flex;
  align-items: center;
}

.container-1 {
  display: flex;
  align-items: center;
}

.img-container>img {
  max-width: 100%;
  height: auto;
  display: block;
}

.text-container {
  padding-top: 5px;
  width: 100%;
  height: auto;
  text-align: left;
}

.text-container h2 {
  color: rgba(247, 162, 52, 1);
  font-weight: 400;
  padding-bottom: 10px;
  font-family: "Patrick Hand";
  font-weight: 400;
}

.text-container p {
  line-height: 1.3;
  font-family: "Poppins";
  font-family: 400;
  color:rgba(140, 140, 140, 1);
}
.text-container,strong{
  color: #000;
   font-family: "Poppins";
  font-family: 400;
}

.text-container-1 {
  padding-top: 50px;
  width: 100%;
  height: auto;
  text-align: left;
   font-family: "Patrick Hand";
  font-weight: 400;
}
.text-container-1,strong{
  color: #000;
   font-family: "Poppins";
  font-family: 400;
}
.text-container-1 h2 {
  color: rgba(247, 162, 52, 1);
  font-weight: 400;
  padding-bottom: 10px;
  font-family: "Patrick Hand";
  font-weight: 400;
}

.text-container-1 p {
  line-height: 1.3;
   font-family: "Poppins";
  font-family: 400;
  color:rgba(140, 140, 140, 1);
}

.banner {
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../img/6e6f5dc83da1b252cf0d05cf76930348330addc4.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  max-width: 100%;
  height: auto;
  padding: 0px 5%;
}

.banner>h2 {
  font-size: 2.4rem;
  text-align: center;
  padding-top: 20px;
  color: #fff;
  font-family: "Poppins";
}

.box {
  display: flex;
  justify-content: space-between;
  padding-top: 80px;
  display: flex;
  align-items: center;
  padding-bottom: 40px;
}

.box-1 {
  width: 30%;
  height: 50vh;
  background: rgba(255, 255, 255, 0.7);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: "Poppins";
  color: white !important;
}

.box-1>span {
  font-size: 1.9rem;
  font-family: "Patrick Hand";
  color: black;
}

.box-1>p {
  font-size: 1.2rem;
  padding-top: 10px;
  font-family: "Poppins";
  color: black;
}

.work_process {
  padding: 30px 5%;
  width: 100%;
  height: auto;
}

.title-bar {
  text-align: center;
  padding-bottom: 50px;
}

#text-top {
  font-size: 1.7rem;
  color: rgba(247, 162, 52, 1);
  margin-bottom: 7px;
}

#text-buttom {
  font-size: 1.6rem;
  font-weight: 500;
}

.group_circle {
  display: flex;
  justify-content: space-between;
}

.circle {
  max-width: 100%;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid rgba(36, 171, 160, 1);
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px;
}

.circle>img {
  padding-top: 30px;
  padding-bottom: 30px;
  width: 20%;
  height: auto;
}

.circle>h2 {
  padding-bottom: 10px;
   font-family: "Poppins";
  font-weight: 600;
  font-size: 1.2rem;
}

.circle>p {
  padding: 0px 15px;
  line-height: 1.3;
    font-family: "Poppins";
  font-weight: 400;
  font-size: 15px;
}

.circle-1 {
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: rgba(36, 171, 160, 1);
  color: #fff;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.circle-1>img {
  padding-top: 30px;
  padding-bottom: 30px;
  width: 20%;
  height: auto;
}

.circle-1>h2 {
  padding-bottom: 10px;
  font-family: "Poppins";
  font-weight: 600;
  font-size: 1.2rem;
}

.circle-1>p {
  padding: 0px 15px;
  line-height: 1.3;
  font-family: "Poppins";
  font-weight: 400;
    font-size: 15px;
    color: #fff;
}


.form-section {
  padding: 80px 10%;
}

.form-title {
  text-align: center;
  padding-bottom: 50px;
}

.form-title>span {
  font-size: 2rem;
  color: rgba(247, 162, 52, 1);
  font-family: "Patrick Hand";
  font-weight: 400;
}

.form-title>p {
  padding-top: 10px;
  font-size: 1.2rem;
  font-family: "Poppins";
  font-weight: 400;
}

.form-container {
  width: 60%;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

@media (max-width: 780px){
  .form-container{
    width: 90%;
  }
}

#addPartnerForm label {
  display: block;
  margin: 10px 0 5px;
  color: #333;
  font-weight: 400;
  font-family: "Poppins";
  font-weight: 400;
}

#addPartnerForm input,
#addPartnerForm textarea {
  width: 100%;
  padding: 15px 10px;
  border: 1px solid #ccc;
  border-radius: 8px;
  margin-bottom: 15px;
  font-size: 16px;
}

#addPartnerForm textarea:hover {
  border: 1px solid rgba(36, 171, 160, 1);  
}

#addPartnerForm input:hover{
   border: 1px solid rgba(36, 171, 160, 1);  
}

#addPartnerForm input::placeholder {
  font-size: 0.7rem;
  font-family: "Poppins";
  font-weight: 400;
}

#addPartnerForm button {
  width: 100%;
  padding: 12px;
  background-color: rgba(247, 162, 52, 1);
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s;
  font-family: "Poppins";
  font-weight: 600;
}

#addPartnerForm button:hover {
  background-color: rgb(225, 140, 28);
}

/* ========== Responsive Styles ========== */
/* screen 1024 */
@media (max-width: 1024px){
  #partnership-hero{
    font-size: 2.5rem;
  }
  .btn{
    margin-top: 10px;
    padding: 15px;
}
.circle{
    width: 300px;
    height: 300px;
}
.circle-1{
    width: 300px;
    height: 300px;
}
.circle> img{
    padding-bottom: 40px;
    width: 17%;
}
.circle-1> img{
    padding-bottom: 40px;
    width: 17%;
}
}

@media (max-width: 900px){
  .text-arrangement >p{
    margin-bottom: 20px;
  }
 .circle{
    width: 280px;
    height: 280px;
}
.circle-1{
    width: 280px;
    height: 280px;
}
.circle> img{
    padding-bottom: 15px;
    width: 15%;
}
.circle-1> img{
    padding-bottom: 15px;
    width: 17%;
}
.circle-1>h2 {
  padding-bottom: 10px;
  font-size: 1.4rem;
}

.circle-1>p {
  padding: 0px 15px;
  line-height: 1.3;
  font-size: 0.9rem;
}
.circle>h2 {
  padding-bottom: 10px;
  font-size: 1.4rem;
}

.circle>p {
  padding: 0px 15px;
  line-height: 1.3;
  font-size: 0.9rem;
}
}
@media (max-width: 850px){
   .circle{
    width: 260px;
    height: 260px;
  } 
   .circle-1 {
    width: 260px;
    height: 260px;
  }
  .circle-1>h2 {
  padding-bottom: 10px;
  font-size: 1.2rem;
}
  .circle>h2 {
  padding-bottom: 10px;
  font-size: 1.2rem;
}
 
}
@media (max-width: 800px){
  .circle> img{
    padding-bottom: 12px;
    width: 13%;
}
.circle-1> img{
    padding-bottom: 12px;
    width: 13%;
}
   .circle{
    width: 250px;
    height: 250px;
  } 
   .circle-1 {
    width: 250px;
    height: 250px;
  }
  .circle-1>h2 {
  padding-bottom: 5px;
  font-size: 1.2rem;
}
  .circle>h2 {
  padding-bottom: 10px;
  font-size: 1.2rem;
}
 .circle>p {
  padding: 0px 15px;
  line-height: 1.3;
  font-size: 0.8rem;
}
 .circle-1>p {
  padding: 0px 15px;
  line-height: 1.3;
  font-size: 0.8rem;
}
}
@media (max-width: 750px){
  .circle> img{
    padding-bottom: 12px;
    width: 13%;
}
.circle-1> img{
    padding-bottom: 12px;
    width: 13%;
}
   .circle{
    width: 240px;
    height: 240px;
  } 
   .circle-1 {
    width: 240px;
    height: 240px;
  }
  .circle-1>h2 {
  padding-bottom: 5px;
  font-size: 1.1rem;
}
  .circle>h2 {
  padding-bottom: 10px;
  font-size: 1.1rem;
}
 .circle>p {
  padding: 0px 15px;
  line-height: 1.3;
  font-size: 0.8rem;
}
 .circle-1>p {
  padding: 0px 15px;
  line-height: 1.3;
  font-size: 0.8rem;
}
.text-container p {
  line-height: 1.3;
  font-size: 0.9rem;
}
}
@media (max-width: 700px){
   .circle{
    width: 220px;
    height: 220px;
  } 
   .circle-1 {
    width: 220px;
    height: 220px;
  }
  .circle-1>h2 {
  padding-bottom: 5px;
  font-size: 1rem;
}
  .circle>h2 {
  padding-bottom: 10px;
  font-size: 1rem;
}
.circle>p {
  padding: 0px 15px;
  line-height: 1.3;
  font-size: 0.7rem;
}
 .circle-1>p {
  padding: 0px 15px;
  line-height: 1.3;
  font-size: 0.7rem;
}
}
/* Tablet view */
@media (max-width: 768px) {
  .body-title {
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .body-title>h2 {
    font-size: 1.6rem;
    padding-bottom: 9px;
  }

  .body-title>p {
    font-size: 1.2rem;
  }

  .container {
    align-items: right;
    flex-direction: column;
    gap: 20px;
  }

  .container-1 {
    text-align: right !important;
    align-items: right;
    flex-direction: column-reverse;
    gap: 20px;
  }

  .text-container,
  .text-container-1 {
    text-align: center;
    padding-top: 10px;
  }

  .box {
    flex-direction: column;
    gap: 20px;
  }

  .box-1 {
    width: 100%;
    height: auto;
    padding: 20px;
  }

  .group_circle {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }

  .circle,
  .circle-1 {
    width: 80%;
    height: auto;
    border-radius: 20px;
    padding: 20px;
  }

  .circle img,
  .circle-1 img {
    width: 50px;
    padding: 0;
    margin-bottom: 15px;
  }

  .btn {
    padding: 12px 20px;
    font-size: 1rem;
  }

  .form-section {
    padding: 40px 5%;
  }

  .form-title span {
    font-size: 1.5rem;
  }
}

/* Mobile view */
@media (max-width: 480px) {

  .body-title h2,
  .form-title span {
    font-size: 1.4rem;
  }

  .body-title p,
  .form-title p {
    font-size: 1rem;
  }

  .circle,
  .circle-1 {
    width: 100%;
    padding: 15px;
  }

  .circle h2,
  .circle-1 h2 {
    font-size: 1.2rem;
  }

  .circle p,
  .circle-1 p {
    font-size: 0.9rem;
  }

  .banner {
    height: auto;
    padding: 40px 5%;
  }

  .banner h2 {
    font-size: 1.5rem;
  }

  .box-1 span {
    font-size: 1.5rem;
  }

  #addPartnerForm input,
  #addPartnerForm textarea {
    font-size: 14px;
  }

  #addPartnerForm button {
    font-size: 14px;
    padding: 10px;
  }
}

.text-container p, .text-container-1 p {
    
    line-height: 2.0 !important;
    
}

.stats-card {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 15px;
    padding: 2rem;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    height: 100%;
    transition: transform 0.3s ease;
}

.stats-card:hover {
    transform: translateY(-5px);
}

.stats-number {
    font-size: 3rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 0.5rem;
}

.stats-label {
    font-size: 0.9rem;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.foundation-section {
    background: linear-gradient(135deg, rgba(255, 107, 53, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%);
    border-radius: 15px;
    padding: 2rem;
    margin-top: 3rem;
}

.foundation-content {
    color: #333;
    line-height: 1.8;
}

.highlight-text {
    color: #FF6B35;
    font-weight: bold;
}

.section-bg {
     background-image: url('../img/what-we-do/tech-bg.jpg');
    position: relative;
    overflow: hidden;
    padding: 200px 0px;
}