/*Header */
.about-header {
    background-color: white;
    border-radius: 28px;
    margin: 31px auto 20px auto;
    padding: 60px 40px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    text-align: left;
    font-family: var(--font_type);

}

.about-header h1 {
    font-size: var(--title-font-size);
    font-weight: var(--title-font-weight);
}

.about-header p {
    font-size: 20px;
    font-weight: 400;
    color: #3B3B3B;
}


/*Detail*/
.about-us-detail {
    background-color: #E8E8E8;
    padding: 60px 0px;
}

.about-us-detail p {
    font-family: var(--font_type);
    font-size: 24px;
    line-height: 40px;
    font-weight: bold;
    color: #3B3B3B;
    max-width: 600px;
    margin: 0;
}

.about-us-detail .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: nowrap;
}

.detail-image {
    max-width: 400px;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.vision-mission-section {
    margin: 48px auto;
    margin-bottom: 0;
    gap: 47px;
}

.vision,
.mission {
    /* flex: 1 1 500px; */
    padding-top: 46px;
    padding-bottom: 25px;
    width: 50%;
    max-width: 673px;
    /* padding: 100px 30px; */
    box-sizing: border-box;
    border-radius: 32px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/*Vision & Mission*/
.vision {
    background-color: #FEF006;
}

.mission {
    background-color: #FFFFFF;
}

.vision h1,
.mission h1 {
    font-family: var(--font_type);
    font-size: var(--title-font-size);
    font-weight: var(--title-font-weight);
    line-height: 54px;
    margin-bottom: 33px;
}

.vision p,
.mission p {
    font-family: var(--font_type);
    font-size: 24px;
    max-width: 405px;
    line-height: 40px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 700;
    margin-top: 15px;
}

/*Chairman Message*/
.chairman-message-section {
    text-align: center;
    margin-top: 136px;
}

.chairman-message-section h1 {
    font-family: var(--font_type);
    font-size: var(--title-font-size);
    font-weight: var(--title-font-weight);
}

.chairman-section-content {
    margin-top: 30px;
    /* margin-bottom: 50px; */
    font-family: var(--font_type);
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 85px;
}

.quote-layout-container {
    display: flex;
    align-items: center;
    width: 100%;
    margin: auto;
    box-sizing: border-box;
}

.quote-image {
    flex: 0 0 auto;
    width: 350px;
    height: auto;
    z-index: 2;
}

.quote-image img {
    height: auto;
    border-radius: 5px;
    display: block;
}

.quote-section {
    display: flex;
    align-items: flex-end;
    background-color: #e0e0e0;
    border-radius: 31px;
    padding-left: 0;
    width: 100%;
    height: 379px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    position: relative;
    z-index: 1;
}

.quote-content {
    flex: 1;
    text-align: left;
    padding-left: 50px;
    padding-right: 50px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.quote-text {
    font-size: 40px;
    font-weight: 400;
    color: rgba(0, 0, 0, 1);
    padding: 10px;
    padding-bottom: 40px;
    line-height: 45px;
    text-align: center;
    max-width: 655px;
    margin: auto;

}

.quote-details-inner {
    max-width: 180px;
    margin: auto;
}

.quote-content-inner {}

.quote-details {
    text-align: center;
    max-width: 655px;
    margin: auto;
}

.quote-author {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 0;
    color: rgba(0, 0, 0, 1);
}

.quote-title {
    font-size: 15px;
    color: #666;
    font-weight: 400;
}


/*Leadership Board*/
.leadership-board-section {
    margin: 50px auto;
    margin-top: 120px;
    margin-bottom: 108px;
}

.leadership-board-section h1 {
    font-family: var(--font_type);
    font-size: var(--title-font-size);
    font-weight: var(--title-font-weight);
    text-align: center;
}

.leadership-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /* gap: 24px; */
    margin-top: 82px;
}

.leader-card {
    /* 342 280 */
    /* border-radius: 16px; */
    width: 25%;
    text-align: center;
    transition: transform 0.3s ease;
}

.leader-card img {
    /* 342 280 */
    border-radius: 16px;
    width: 220px;
    text-align: center;
    /* transition: transform 0.3s ease; */
}

.leader-card:hover {
    transform: translateY(-5px);
    transition: transform 0.3s ease;
}

.leader-img {
    width: 100%;
    border-radius: 12px;
    margin-bottom: 13px;
}

.leader-name {
    font-size: 32px;
    line-height: 35px;
    font-weight: 700;
    color: #000;
    margin-bottom: 0;
}

.leader-role {
    font-size: 24px;
    font-weight: lighter;
    color: #000000;
    margin-top: -4px;
    margin-bottom: 0;
}


/*Team section*/
.team-section {
    margin: 60px auto;
    padding: 0 20px;
    max-width: 1200px;

}

.team-section h1 {
    font-family: var(--font_type, 'Arial, sans-serif');
    font-size: var(--title-font-size, 48px);
    font-weight: var(--title-font-weight, 700);
    text-align: center;
    color: #1a1a1a;
    margin-bottom: 40px;
}

.team-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 50px;
}

.team-card {
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.team-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.team-img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    border-bottom: 4px solid #007bff;
}

.team-name {
    font-size: 24px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 16px 0 8px;
}

.team-role {
    font-size: 18px;
    font-weight: 400;
    color: #555;
    margin-bottom: 16px;
}

.group-team-img {
    margin-top: 40px;
    text-align: center;
}

.group-team-img img {
    width: 100%;
    max-width: 900px;
    height: auto;
    border-radius: 16px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .team-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .team-section h1 {
        font-size: 36px;
    }

    .team-name {
        font-size: 20px;
    }

    .team-role {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .team-grid {
        grid-template-columns: 1fr;
    }

    .team-img {
        height: 380px;
    }
}

/*Experience*/
.experience-section {
    display: flex;
    width: 100%;
    margin: 50px auto;
    flex-wrap: wrap;
}

.left-half {
    background-color: white;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 448px;
    padding-right: 30px;
}

.left-half img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
}

.right-half {
    background-color: #FEF006;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    border-radius: 35px;
    padding: 40px 20px;
    width: calc(100% - 418px);
    margin-left: -30px;
    text-align: center;
}

.circle {
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background: linear-gradient(135deg, #FEF006 0%, #D8CC00 100%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15), 0 0 50px rgba(254, 240, 6, 0.3);
    position: relative;
    overflow: hidden;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.circle:hover {
    transform: scale(1.05);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2), 0 0 60px rgba(254, 240, 6, 0.4);
}

.circle::before {
    content: '';
    position: absolute;
    width: 150%;
    height: 150%;
    background: radial-gradient(circle, transparent 60%, rgba(255, 255, 255, 0.2) 70%);
    animation: rotate 15s linear infinite;
}

@keyframes rotate {
    from {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.circle h1 {
    font-family: 'Baloo Da', cursive;
    font-size: 120px;
    font-weight: bold;
    color: #000;
    margin: 0;
    position: relative;
    z-index: 1;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}

.circle-heading {
    font-size: 32px;
    font-weight: 600;
    color: #000;
    text-align: center;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    position: relative;

}

.circle p {
    font-size: 48px;
    line-height: 48px;
    color: #000;
    margin: 0;
}

.right-half>p {
    width: 100%;
    text-align: center;
    margin-top: 34px;
    line-height: 39px;
    margin-bottom: 0;
    font-size: 32px;
    max-width: 470px;
    margin-left: auto;
    margin-right: auto;
    /* line-height: 1.6; */
}

.about-us-detail p {
    max-width: 538px;
    width: calc(100% - 325px);
}


@media (max-width: 1199.98px) {
    .leadership-board-section {
        margin-top: 65px;
        margin-bottom: 60px;
    }

    .leadership-grid {
        margin-top: 32px;
    }

    .leader-name {
        font-size: 25px;
        line-height: 26px;
    }

    .leader-role {
        font-size: 20px;
    }

    .about-us-detail {
        background-color: #E8E8E8;
        padding: 30px 15px;
    }

    .about-us-detail p {
        font-family: var(--font_type);
        font-size: 20px;
        font-weight: 700;
        color: #3B3B3B;
        max-width: 500px;
        margin: 0;
    }


    /* Container flex & spacing */
    .about-us-detail .container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 30px;
        flex-wrap: nowrap;
    }
 .quote-text {
        font-size: 35px;
        line-height: 41px;
        padding-bottom: 20px;
    }
    .chairman-message-section {
        margin-top: 95px;
    }

    /* Image styling */
    .detail-image {
        max-width: 400px;
        width: 100%;
        height: auto;
        object-fit: contain;
    }

    .left-half {
        width: 350px;
    }

    .right-half {
        width: calc(100% - 320px);
        padding: 20px;

    }

    .right-half>p {
        margin-top: 22px;
        font-size: 30px;
    }

    .circle {
        width: 262px;
        height: 262px;
    }

    .circle h1 {
        font-size: 145px;
    }
}

@media (max-width: 991.98px) {
     .chairman-message-section {
        margin-top: 55px;
    }
    .quote-text {
        font-size: 30px;
        line-height: 36px;
    }

    .quote-content {
        padding-left: 0;
        padding-right: 0;
    }
    .leader-card img {
        width: 260px;
    }

    .leader-card {
        width: 50%;
        margin-top: 20px;
    }

    .leadership-grid {
        display: flex;
        flex-wrap: wrap;
        gap: 0;
    }

    .about-us-detail {
        background-color: #E8E8E8;
        padding: 30px 15px;
    }

    .about-us-detail p {
        font-family: var(--font_type);
        font-size: 24px;
        font-weight: 700;
        color: #3B3B3B;
        /* max-width: 600px; */
        margin: 0;
        text-align: center;
        max-width: unset;
        width: 100%;
    }

    /* Container flex & spacing */
    .about-us-detail .container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 30px;
        flex-wrap: nowrap;
        justify-content: center;
    }

    /* Image styling */
    .detail-image {
        max-width: 500px;
        width: 100%;
        height: auto;
        object-fit: contain;
        order: -1;
        /* Image first */

        margin-bottom: 10px;
    }

    /*Vision $ Mission*/
    .container.d-flex {
        /* flex-direction: column; */
        align-items: center;
        gap: 20px;
        padding: 0 15px;
    }

    .vision,
    .mission {
        max-width: 100%;
        padding: 30px 20px;
    }

    /* .leadership-grid {
        display: flex;
        flex-wrap: nowrap;
        gap: 24px;
        margin-top: 32px;
    } */

    .experience-section {
        max-width: unset;
    }

    .circle h1 {
        font-size: 110px;
    }

    .right-half>p {
        font-size: 28px;
        line-height: 35px;
    }
}

@media (max-width: 767.98px) {

    .vision h1,
    .mission h1 {
        margin-bottom: 20px;
    }

    /*Vision $ Mission*/
    .vision,
    .mission {
        width: auto;
    }
     .quote-text {
        /* font-size: 10px; */
        width: calc(100vw - 260px);
        padding-bottom: 15px;
    }

    .quote-image img {
        margin-left: -3px;
        width: 255px;
    }

    .quote-image {

        width: 225px;

    }

    .quote-section {
        /* padding: 15px; */
        /* padding-top: 60px; */
        height: 310px;
    }

    .quote-content {}

    .chairman-message-section {
        max-width: unset;
        padding-left: 0;
        padding-right: 0;
    }

    .chairman-section-content {
        max-width: 540px;
        margin-left: auto;
        margin-right: auto;
    }

    .chairman-message-section h1 {
        max-width: 540px;
        margin-left: auto;
        margin-right: auto;

    }

    .quote-author {
        font-size: 21px;
    }

    .quote-text {
        font-size: 28px;
        line-height: 34px;
    }

    .container.d-flex {
        flex-direction: column;
    }

    .leader-card img {
        width: 226px;
    }

    .about-us-detail .container {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .detail-image {
        order: -1;
        /* Image first */
        max-width: 90%;
        margin-bottom: 10px;
    }

    .about-us-detail p {
        font-size: 20px;
        text-align: center;
        max-width: 100%;
    }

    .leader-card {
        width: 50%;
        margin-top: 20px;
    }

    .leadership-grid {
        display: flex;
        flex-wrap: wrap;
        gap: 0;
    }

    .left-half {
        width: 100%;
        justify-content: flex-start;
        border-top-right-radius: 35px;
        position: relative;
    }

    .circle-heading {
        font-size: 29px;
        font-weight: 600;
    }

    .right-half {
        width: 100%;
        margin-left: 0;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        padding: 35px 10px;
    }

    .experience-section {
        padding: unset;
        position: relative;
    }

    .circle {
        position: absolute;
        top: 312px;
        left: 275px;

    }

    .circle h1 {
        font-size: 100px;
    }

    .right-half>p {
        margin-top: 0;
        font-size: 33px;
        line-height: 40px;
    }
}

@media (max-width: 555px) {
    .about-us-detail {
        padding-left: 0;
        padding-right: 0;
    }

     .quote-text {
        font-size: 26px;
        line-height: 31px;
    }

    .quote-author {
        font-size: 21px;
    }

    .chairman-section-content {
        padding-left: 15px;
        padding-right: 15px;
    }
    .leader-card {
        width: 100%;
        margin-top: 20px;
    }

    .leader-card img {
        width: 100%;
        max-width: 300px;
    }

    .leadership-grid {
        display: flex;
        flex-wrap: wrap;
        gap: 0;
    }

    .left-half img {
        width: 300px;
    }

    .circle {
        width: 220px;
        height: 220px;
        top: 194px;
        left: 192px;
    }

    .circle h1 {
        font-size: 90px;
        line-height: 72px;
    }

    .circle p {
        font-size: 32px;
    }

    .right-half>p {
        font-size: 28px;
        line-height: 38px;
    }

    .about-us-detail p {
        line-height: 35px;
    }
}

@media(max-width: 530.98px) {
    .quote-layout-container {
        width: 86.6%;
    }

    .quote-section {
        flex-wrap: wrap;
        height: auto;
    }

    .quote-image {
        width: 100%;

    }

    .quote-image img {
        width: 85%;
        margin-top: -23%;
    }

    .quote-text {
        width: 100%;
    }
}

@media (max-width: 420px) {
    .about-us-detail p {
        line-height: 31px;
        font-size: 18px;
    }

    .vision p,
    .mission p {
        font-size: 20px;
        line-height: 29px;
    }

    .vision h1,
    .mission h1 {
        margin-bottom: 0px;
    }

    .left-half img {
        width: 220px;
    }

    .circle {
        width: 160px;
        height: 160px;
        top: 152px;
        left: 142px;
    }

    .circle h1 {
        font-size: 67px;
        line-height: 31px;
    }

    .circle p {
        font-size: 28px;
    }

    .circle-heading {
        font-size: 18px;
    }

    .right-half>p {
        font-size: 25px;
        line-height: 32px;
    }
}

@media(max-width: 369.98px) {
    .quote-image img {
        width: 95%;
    }
    .quote-text {
        font-size: 24px;
        line-height: 30px;
    }
}