
* {
    margin: 0;
    padding: 0;
}

.about-container{
    width: 100%;
    background-color: white;
    margin-top: -12px;
}

  .max-container {
    max-width: 1300px;
    margin: 0 auto;
  }

  /* hero contaniner styles */
  .pap-btn{
    background-color: #F89739;
    color: white;
    padding: 16px 32px;
  }
  
  .pap-title{
    color: #4E4E4E;
    font-size: clamp(28px, 5vw, 48px);
  }

  .right-container p {
    color: #56CB72;
    font-size: clamp(20px, 2vw, 28px);
    letter-spacing: 1.8px;
  }

  .about-hero-section {
    padding: 6.5em 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

/* Left Image Container */
.left-container img {
    max-width: 100%;
    height: auto;
    width: 500px; /* Default width */
}

/* Right Text Container */
.right-container {
    text-align: center;
    max-width: 700px; /* Prevents text from stretching too wide */
}
  /* sub hero styles */
  .sub-hero-container {
    display: flex;
    width: 100%;
    background: #eee;
    overflow: hidden;
    height: auto;
    border-bottom: 1px solid rgb(255, 255, 255);
}

.left {
    flex: 1;
    background: #ccc;   
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 120px;
    padding-right: 140px;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    position: relative;
    clip-path: polygon(0 0, 100% 0, 60% 100%, 0% 100%);
}

.left h2 {
    color: #777;
    font-size: clamp(24px, 4vw, 40px);
    font-weight: bold;
}

.right {
    flex: 2;
    display: flex;
    padding: 40px;
    align-items: center;
}

.right p {
    color: #555;
    font-size: clamp(16px, 2vw, 20px);
    width: 70%;
    margin: 0 auto !important;
}

/* strategic framework styles */

.strategic-framework{
    padding: 60px 0;
}
.strategic-framework h1{
    color: #56CB72;
    font-size: clamp(24px, 5vw, 32px);
    letter-spacing: 1.8px;
    text-align: center;
    margin-bottom: 60px;
}
.sub-hero-container2 {
    display: flex;
    width: 100%;
    background: #eee;
    overflow: hidden;
    min-height: 300px;
    border-bottom: 1px solid rgb(255, 255, 255);
}

/* Left Section (Text) */
.left2 {
    flex: 2;
    padding: 40px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.left2 p {
    color: #555;
    font-size: clamp(16px, 2vw, 20px);
    width: 70%;
    margin: 0 auto;
}

.right2 {
    flex: 1;
    background: #ccc;
    padding: 40px 120px 40px 160px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    clip-path: polygon(40% 0, 100% 0, 100% 100%, 0% 100%);
}

.right2 h2 {
    color: #777;
    font-size: clamp(24px, 4vw, 40px);
    font-weight: bold;
    margin-right: -100px !important;
}


/* action nodes stying */

.action-nodes{
    padding: 100px 0;
    background-color: #EBF6F8;
}
.action-nodes h1 {
    color: #56CB72;
    font-size: clamp(24px, 5vw, 32px);
    letter-spacing: 1.8px;
    text-align: center;
    margin-bottom: 60px;
}

/* Carousel Container */
.carousel-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding: 20px 30px;
    width: 100%;
}

/* Left & Right Buttons */
.carousel-btn {
    background-color: #333;
    color: white;
    border: none;
    font-size: 24px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

/* Card Wrapper */
.cards {
    width: 100%;
    display: flex;
    gap: 20px;
    align-items: center;
    height: auto;
    justify-content: space-between;
}

/* Individual Card */
.card {
    background: white;
    border-radius: 24px;
    padding: 20px;
    text-align: center;
    width: 340px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    position: relative;
}

/* Circular Icon on Top */
.card .circle {
    width: 80px;
    height: 80px;
    background: #C4C4C4;
    border-radius: 50%;
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
}

/* Card Text */
.card h3 {
    color: orange;
    margin-top: 40px;
    font-size: 1.2rem;
}

.card p {
    color: #555;
    font-size: 0.9rem;
}

/* sustainable goals section styling */

.sustainable-goals{
    padding: 40px 0 60px 0;
    background-color: #FFFBF2;
}


.last{
   display: flex;
   justify-content: space-between;
   width: 60%;
   gap: 20px;
   padding: 0 20px;

}
@media (max-width: 1230px) {
    .about-hero-section {
        flex-direction: column-reverse;
        text-align: center;
        gap: 20px;
    }

    .left-container img {
        width: 80%; /* Reduce image size on smaller screens */
        max-width: 400px;
    }
}


/* Responsive Design */
@media (max-width: 768px) {
    .left-container img {
        width: 80%; /* Reduce image size on smaller screens */
        max-width: 300px;
    }
    .sub-hero-container {
        flex-direction: column; 
    }

    .left{
        clip-path: none;
    }

    .left, .right {
        flex: 1;
        width: 100%; 
        padding: 20px;
    }

    .right p {
        width: 100%;
        text-align: center;
    }

    .sub-hero-container2 {
        flex-direction: column-reverse; 
    }

    .right2 {
        clip-path: none;
        width: 100%;
    }

    .right2 h2{
        margin: 0 !important;
    }

    .left2, .right2 {
        flex: 1;
        width: 100%;
        padding: 20px;
    }

    .left2 p {
        width: 100%;
        text-align: center;
    }

  
    .cards {
        flex-wrap: wrap;
        justify-content: center;
      
    }
    .card {
        flex: 0 0 90%;
        margin-bottom: 20px;
    }
    .carousel-btn {
        font-size: 1.5rem;
    }

    
    .last{
       flex-direction: column;
       width: 100%;
       justify-content: center;
       align-items: center;
       text-align: center;
     }
     
}

.btn:hover{
    color: white;
}
.list-spaced li {
    margin-bottom: 10px;
  }
.parent {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 2 columns */
    grid-template-rows:  auto; /* 2 rows */
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    width: 100%; /* Ensures the grid takes up the full width */
}

.div1 { grid-area: 1 / 1 / 2 / 2; } /* First row, first column */
.div2 { grid-area: 1 / 2 / 2 / 3; } /* First row, second column */
.div3 { grid-area: 2 / 1 / 3 / 3; } /* Second row, spans both columns */

.div1, .div2, .div3 {
    background-color: #f1f1f1;
    padding: 50px 30px;
    text-align: center;
    border-radius:  20px;
    width: 100%; 
    text-align: justify;
}

@media (max-width: 768px) {
    .parent {
        grid-template-columns: 1fr;  /* Stack vertically */
        grid-template-rows: auto auto auto;
        grid-column-gap: 0;
        grid-row-gap: 20px;
    }

    .div1 { grid-area: 1 / 1 / 2 / 2; }
    .div2 { grid-area: 2 / 1 / 3 / 2; }
    .div3 { grid-area: 3 / 1 / 4 / 2; }
}