.about-1 .section-title{
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    font-size: 70px;
    color: #4c2420;
    line-height: 100px;
    text-transform: uppercase;
}

.about-1 .section-title span{
        background: linear-gradient(to bottom, #ee7400, #BB462D);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-style: italic;
    text-decoration: underline;
}

.about-1 .desc{
        margin-top: 20px;
    font-size: 18px;
    font-weight: 100;
    text-indent: 0px;
    line-height: 30px;
    font-family: 'Parkinsans';
}

.about-1 .image-card{
    position: relative;
    display: inline-block;
    border-radius: 16px;
}

.about-1 .image-card img{
    display: block;
    width: 100%;
    border-radius: 16px;
}

.about-1 .image-card::after{
    content: "";
    position: absolute;
    top: 12px;
    left: -12px;
    right: 12px;
    bottom: -12px;
    border: 2px dashed #DB6311;
    border-radius: 20px;
    pointer-events: none;
}

.about-2 {
    background-color: #DB6311;
    position: relative;
    padding: 80px 0;
    overflow: hidden;
}

.about-2::before {
    content: "";
    position: absolute;
    top: -70px;
    left: 0;
    width: 105%;
    height: 110px;
    background-color: #fff;
    transform: rotate(-2deg);
    z-index: 0;
}

.about-2::after {
    content: "";
    position: absolute;
    bottom: -70px;
    left: 0;
    width: 105%;
    height: 110px;
    background-color: #fff;
    transform: rotate(-2deg);
    z-index: 0;
}

.about-2 .container {
    position: relative;
    z-index: 2;
}

.about-2 .section-title {
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    font-size: 70px;
    color: #fff;
    line-height: 100px;
    text-transform: uppercase;
}

.about-2 .keypoints-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 60px;
    border-top: 1px solid rgba(255,255,255,0.2);
    border-left: 1px solid rgba(255,255,255,0.2);
}

.about-2 .kp-item {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 120px;
    border-right: 1px solid rgba(255,255,255,0.2);
    border-bottom: 1px solid rgba(255,255,255,0.2);
}

.about-2 .point {
    display: flex;
    align-items: center;
    gap: 15px;
}

.about-2 .icon-circle {
    border: 2px solid #fff;
    border-radius: 50%;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-2 .icon-circle i {
    font-size: 20px;
    color: #fff;
}

.about-2 h3 {
    color: #fff;
    font-size: 18px;
    margin: 0;
}

.about-3 .bg-light-custom {
    background: #e9e9e9;
}

.about-3 .left-img {
    width: 320px;
    height: 420px;
    object-fit: cover;
    border-radius: 20px;
}


.about-3 .right-box {
    position: relative;
}

.about-3 .right-img {
    width: 100%;
    max-width: 520px;
    height: 600px;
    object-fit: cover;
    border-radius: 20px;
}

.about-3 .section-title{
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    font-size: 70px;
    color: #4c2420;
    line-height: 100px;
    text-transform: uppercase;
}

.about-3 .section-title span{
        background: linear-gradient(to bottom, #ee7400, #BB462D);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-style: italic;
    text-decoration: underline;
}

.about-3 .desc{
    margin-top: 20px;
    font-size: 18px;
    font-weight: 100;
    text-indent: 0px;
    line-height: 30px;
    font-family: 'Parkinsans';
}


.about-4 .section-title{
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    font-size: 70px;
    color: #4c2420;
    line-height: 100px;
    text-transform: uppercase;
}

.about-4 .section-title span{
        background: linear-gradient(to bottom, #ee7400, #BB462D);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-style: italic;
    text-decoration: underline;
}
.about-4 .desc{
    margin-top: 20px;
    font-size: 18px;
    font-weight: 100;
    text-indent: 0px;
    line-height: 30px;
    font-family: 'Parkinsans';
}


/* ===================================================
   RESPONSIVE STYLES
   Covers: large desktops, desktops, tablets, mobiles
   Also handles browser zoom in/out via smaller/larger px breakpoints
   =================================================== */

/* --- Large screens / zoomed-out (above ~1400px) --- */
@media (min-width: 1400px) {
    .about-banner .section-title {
        font-size: 60px;
    }
    .about-banner .section-desc {
        font-size: 22px;
        width: 650px;
    }
    .about-2 .keypoints-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

/* --- Medium-large desktops / mild zoom-in (1200px–1399px) --- */
@media (max-width: 1399px) and (min-width: 1200px) {
    .about-banner .section-title {
        font-size: 48px;
    }
    .about-banner .section-desc {
        font-size: 18px;
        width: 520px;
    }
    .about-1 .desc,
    .about-3 .desc,
    .about-4 .desc {
        font-size: 18px;
    }
    .about-3 .right-img {
        height: 480px;
    }
    .about-3 .left-img {
        height: 360px;
    }
}

/* --- Standard desktops / moderate zoom-in (992px–1199px) --- */
@media (max-width: 1199px) and (min-width: 992px) {
    .about-banner {
        height: auto;
        padding: 40px 20px;
    }
    .about-banner .section-title {
        font-size: 40px;
    }
    .about-banner .section-desc {
        font-size: 17px;
        width: 100%;
        max-width: 500px;
    }
    .about-1 .section-title,
    .about-2 .section-title,
    .about-3 .section-title,
    .about-4 .section-title {
        font-size: 26px;
    }
    .about-1 .desc,
    .about-3 .desc,
    .about-4 .desc {
        font-size: 17px;
    }
    .about-2 .keypoints-grid {
        grid-template-columns: repeat(4, 1fr);
    }
    .about-2 .kp-item {
        height: 110px;
    }
    .about-2 h3 {
        font-size: 15px;
    }
    .about-3 .right-img {
        height: 420px;
    }
    .about-3 .left-img {
        width: 240px;
        height: 320px;
    }
}

/* --- Tablets / heavy zoom-in (768px–991px) --- */
@media (max-width: 991px) and (min-width: 768px) {
    .about-banner {
        height: auto;
        padding: 40px 20px;
    }
    .about-banner .section-title {
        font-size: 36px;
    }
    .about-banner .section-desc {
        font-size: 16px;
        width: 100%;
    }

    /* Stack about-1 columns */
    .about-1 .row .col-6 {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .about-1 .image-card {
        margin-top: 30px;
    }
    .about-1 .section-title {
        font-size: 26px;
    }
    .about-1 .desc {
        font-size: 16px;
    }

    /* Philosophy grid: 2 columns on tablet */
    .about-2 .keypoints-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .about-2 .kp-item {
        height: 110px;
    }
    .about-2 h3 {
        font-size: 15px;
    }
    .about-2 .section-title {
        font-size: 26px;
    }

    /* Stack about-3 columns */
    .about-3 .row .col-6 {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .about-3 .left-img {
        width: 200px;
        height: 280px;
    }
    .about-3 .right-img {
        height: 360px;
    }
    .about-3 .section-title {
        font-size: 26px;
        margin-top: 30px;
    }
    .about-3 .desc {
        font-size: 16px;
    }

    /* Stack about-4 columns */
    .about-4 .row .col-6 {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .about-4 .section-title {
        font-size: 26px;
    }
    .about-4 .desc {
        font-size: 16px;
    }
    .about-4 .text-center {
        margin-top: 30px;
    }
}

/* --- Mobile landscape & small tablets (576px–767px) --- */
@media (max-width: 767px) and (min-width: 576px) {
    .about-banner {
        height: auto;
        padding: 30px 15px;
    }
    .about-banner .section-title {
        font-size: 30px;
    }
    .about-banner .section-desc {
        font-size: 15px;
        width: 100%;
    }

    .about-1 .row .col-6 {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .about-1 .section-title {
        font-size: 24px;
    }
    .about-1 .desc {
        font-size: 15px;
    }
    .about-1 .image-card {
        margin-top: 20px;
    }
    .about-1 .image-card::after {
        display: none;
    }

    .about-2 {
        padding: 60px 0;
    }
    .about-2 .keypoints-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .about-2 .kp-item {
        height: 100px;
        padding: 0 10px;
    }
    .about-2 .icon-circle {
        width: 44px;
        height: 44px;
    }
    .about-2 .icon-circle i {
        font-size: 16px;
    }
    .about-2 h3 {
        font-size: 13px;
    }
    .about-2 .section-title {
        font-size: 24px;
    }

    .about-3 .row .col-6 {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .about-3 .left-img {
        width: 160px;
        height: 220px;
    }
    .about-3 .right-img {
        height: 300px;
    }
    .about-3 .section-title {
        font-size: 24px;
        margin-top: 30px;
    }
    .about-3 .desc {
        font-size: 15px;
    }

    .about-4 .row .col-6 {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .about-4 .section-title {
        font-size: 24px;
    }
    .about-4 .desc {
        font-size: 15px;
    }
    .about-4 .text-center {
        margin-top: 20px;
    }
}

/* --- Mobile portrait (below 576px) --- */
@media (max-width: 575px) {
    .about-banner {
        height: auto;
        padding: 25px 15px;
        text-align: center;
    }
    .about-banner .section-title {
        font-size: 26px;
    }
    .about-banner .section-desc {
        font-size: 14px;
        width: 100%;
    }

    /* Force single column on all sections */
    .about-1 .row,
    .about-3 .row,
    .about-4 .row {
        display: flex;
        flex-direction: column;
    }
    .about-1 .row .col-6,
    .about-3 .row .col-6,
    .about-4 .row .col-6 {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .about-1 .section-title {
        font-size: 22px;
    }
    .about-1 .desc {
        font-size: 14px;
    }
    .about-1 .image-card {
        margin-top: 20px;
    }
    .about-1 .image-card::after {
        display: none;
    }

    .about-2 {
        padding: 50px 0;
    }
    .about-2 .keypoints-grid {
        grid-template-columns: repeat(2, 1fr);
        margin-top: 30px;
    }
    .about-2 .kp-item {
        height: 90px;
        padding: 0 8px;
    }
    .about-2 .point {
        flex-direction: column;
        gap: 6px;
        text-align: center;
    }
    .about-2 .icon-circle {
        width: 38px;
        height: 38px;
    }
    .about-2 .icon-circle i {
        font-size: 14px;
    }
    .about-2 h3 {
        font-size: 11px;
    }
    .about-2 .section-title {
        font-size: 22px;
    }

    .about-3 .left-img {
        width: 130px;
        height: 180px;
    }
    .about-3 .right-img {
        height: 240px;
        max-width: 100%;
    }
    .about-3 .section-title {
        font-size: 22px;
        margin-top: 25px;
    }
    .about-3 .desc {
        font-size: 14px;
    }

    .about-4 .section-title {
        font-size: 22px;
    }
    .about-4 .desc {
        font-size: 14px;
    }
    .about-4 .text-center {
        margin-top: 20px;
    }
}

/* --- Very small phones (below 400px) --- */
@media (max-width: 399px) {
    .about-banner .section-title {
        font-size: 22px;
    }
    .about-banner .section-desc {
        font-size: 13px;
    }
    .about-2 .keypoints-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .about-2 .kp-item {
        height: 80px;
    }
    .about-2 h3 {
        font-size: 10px;
    }
    .about-3 .left-img {
        width: 110px;
        height: 150px;
    }
    .about-3 .right-img {
        height: 200px;
    }
}