/* Responsive Styles */
@media (max-width: 1024px) {
    .container {
        padding: 0 60px !important;
    }

    .about-intro-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .about-intro-content h1 {
        font-size: 36px;
        margin-bottom: 5px;
    }
    
    .about-intro-section {
        position: relative;
        padding-bottom: 120px;
    }
    
    .about-video-section {
        position: relative;
        padding: 10px 0 12px;
        margin-top: -110px;
        z-index: 10;
    }
    
    .about-video-wrapper {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 30px;
    }
    
    .accred-row {
        grid-template-columns: 120px 1fr;
        gap: 30px;
    }
    
    .accred-logo-box {
        width: 120px;
    }
    
    .accred-title {
        font-size: 32px;
        margin-bottom: 5px;
    }
    
    .about-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .about-grid.reverse {
        direction: ltr;
    }
    
    .values-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .awards-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .award-card {
        flex-direction: column;
        position: relative;
        padding: 0 0px 30px 0px;
        margin-bottom: 24px;
    }

    .award-card:nth-child(1)::after,
    .award-card:nth-child(2)::after,
    .award-card:nth-child(3)::after,
    .award-card:nth-child(4)::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        max-width: 100%;
        border: 1px solid #1C1D1F;
        opacity: 0.1;
    }

    .award-image {
        width: 372px !important;
        height: 223px !important;
    }

    .awards-title {
        font-size: 28px;
        margin-bottom: 10px;
    }

    .what-we-offer-card {
        padding: 50px 60px;
    }

    .what-we-offer-title {
        font-size: 36px;
        margin-bottom: 5px;
    }

    .all-under-roof-section {
        padding-top: 20px;
    }

    .all-under-roof-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .all-under-roof-content {
        grid-template-columns: 1fr 1fr;
        gap: 40px;
        padding-top: 20px;
    }

    .all-under-roof-title {
        font-size: 36px;
        margin-bottom: 5px;
    }
}

@media (max-width: 768px) {
    body {
        overflow-x: hidden;
        max-width: 100vw;
    }

    * {
        box-sizing: border-box;
    }
    
    section {
        width: 100%;
        max-width: 100vw;
        overflow-x: hidden;
    }

    .container {
        padding: 0 20px !important;
    }

    .about-intro-section {
        padding: 190px 20px 120px;
        position: relative;
    }

    .about-intro-content h1,
    .about-intro-content p,
    .about-video-container,
    .accred-title,
    .accred-info h3,
    .accred-info p,
    .awards-title,
    .award-name,
    .award-desc,
    .what-we-offer-card,
    .what-we-offer-card p,
    .vision-mission-image,
    .vm-title,
    .vision-block p,
    .mission-block p,
    .all-under-roof-title,
    .roof-image,
    .roof-point {
        width: 100%;
        max-width: 100%;
    }

    .about-intro-label span {
        display: inline-block;
        width: 119px;
        height: 24px;
        opacity: 1;
        transform: rotate(0deg);
    }

    .btn-enroll-about {
        width: auto;
        min-width: 160px;
        padding: 12px 24px;
        font-family: Inter;
        font-weight: 700;
        font-size: 16px;
        line-height: 145%;
        letter-spacing: -0.5%;
        border-radius: 20px;
        margin-top: 16px;
        text-align: center;
    }

    .btn-enroll-about:hover {
        background: #ffd946;
    }

    .about-video-section {
        position: relative;
        padding: 10px 0 12px;
        margin-top: -110px;
        z-index: 10;
    }

    .about-video-wrapper {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 20px;
    }

    .about-video-container {
        width: 100%;
        max-width: 100%;
        height: 100%;
        aspect-ratio: 16/9;
        border-radius: 20px;
        overflow: hidden;
        opacity: 1;
        transform: rotate(0deg);
        box-shadow: 0 4px 24px rgba(0, 0, 0, 0.35);
        margin-bottom: 16px;
        box-sizing: border-box;
    }
    .video-preview-img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }


    .video-play-btn {
        width: 50px;
        height: 50px;
    }

    .video-play-btn svg {
        width: 50px;
        height: 50px;
    }

    .about-accred-section {
        padding: 12px 0 60px;
    }
    
    .accred-list {
        gap: 30px;
    }

    .accred-row {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .accred-logo-box {
        width: 120px;
        height: auto;
    }
    
    .accred-title {
        font-size: 26px;
        margin-bottom: 30px;
    }
    
    .accred-info h3 {
        font-size: 18px;
        margin-bottom: 12px;
    }

    .accred-info p {
        font-size: 14px;
        padding-right: 0;
    }

    .accred-info {
        padding-right: 0;
    }
    
    .about-intro-content h1 {
        font-size: 28px;
        margin-bottom: 20px;
    }
    
    .about-intro-content p {
        font-size: 14px;
    }
    
    .about-hero {
        padding: 140px 0 60px;
    }
    
    .about-hero h1 {
        font-size: 36px;
    }
    
    .about-hero-subtitle {
        font-size: 16px;
    }
    
    .about-content-section,
    .vision-section,
    .values-section {
        padding: 60px 0;
    }
    
    .about-text h2,
    .values-section h2 {
        font-size: 32px;
        margin-bottom: 5px;
    }
    
    .values-grid {
        grid-template-columns: 1fr;
    }

    .all-under-roof-section {
        padding: 20px 0 60px;
    }

    .all-under-roof-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .all-under-roof-content {
        grid-template-columns: 1fr;
        gap: 30px;
        padding-top: 10px;
    }

    .all-under-roof-title {
        font-size: 26px;
        margin-bottom: 5px;
    }

    .roof-card img {
        height: 200px;
    }

    .roof-image {
        height: auto;
    }

    .roof-point {
        width: 100%;
        max-width: 100%;
    }

    .roof-point p {
        font-size: 14px;
        color: #3A3C3F;
    }

    .awards-section {
        padding: 60px 0;
    }

    .awards-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .award-card {
        flex-direction: column;
        position: relative;
        padding: 0 0px 24px 0px;
        margin-bottom: 24px;
        border-radius: 20px;
    }

    .award-card:not(:last-child)::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        max-width: 100%;
        border: 1px solid #1C1D1F;
        opacity: 0.1;
    }

    .award-image {
        width: 372px !important;
        height: 223px !important;
        opacity: 1;
        transform: rotate(0deg);
        display: block;
        border-radius: 20px;
    }

    .awards-title {
        font-size: 28px;
        margin-bottom: 10px;
    }

    .what-we-offer-section {
        padding: 60px 0;
    }

    .what-we-offer-card {
        padding: 40px 30px;
        border-radius: 16px;
    }

    .what-we-offer-title {
        font-size: 28px;
        margin-bottom: 5px;
    }

    .what-we-offer-card p {
        font-size: 14px;
    }

    .vision-mission-section {
        padding: 60px 0 !important;
    }

    .vision-mission-grid {
        display: flex;
        flex-direction: column;
        gap: 40px;
    }

    .vision-mission-image {
        order: -1;
        height: 350px;
    }

    .vision-mission-content {
        order: 1;
        gap: 30px;
    }

    .vm-title {
        font-size: 24px;
        margin-bottom: 16px;
    }

    .vision-block p,
    .mission-block p {
        font-size: 14px;
        color: #3A3C3F;
    }
}
@media screen and (max-width:425px){
    body {
        overflow-x: hidden;
        max-width: 100vw;
    }

    * {
        box-sizing: border-box;
    }
    
    section {
        width: 100%;
        max-width: 100vw;
        overflow-x: hidden;
    }

    .container {
        padding: 0 20px !important;
    }

    .accred-list {
        gap: 0;
    }

    .about-intro-section {
        padding: 190px 0 120px;
        position: relative;
        /* padding-left: 20px;*/
        /* padding-right: 20px;  */
    }

    .about-intro-label span {
        display: inline-block;
        width: 119px;
        height: 24px;
        opacity: 1;
        transform: rotate(0deg);
        font-family: 'Inter', sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 18px;
        line-height: 140%;
        letter-spacing: 0%;
    }

    .about-intro-content h1 {
        display: inline-block;
        width: 100%;
        max-width: 100%;
        height: auto;
        min-height: 131px;
        opacity: 1;
        transform: rotate(0deg);
        font-family: 'Inter', sans-serif;
        font-weight: 500;
        font-style: normal;
        font-size: 36px;
        line-height: 110%;
        letter-spacing: -5%;
        margin-top: calc(147px - 112px - 24px);
        margin-bottom: 5px;
    }

    .about-intro-content h1 .highlight-italic {
        font-family: 'Inter', sans-serif;
        font-weight: 500;
        font-style: normal;
        font-size: 36px;
        line-height: 110%;
        letter-spacing: -5%;
    }

    .about-intro-content p {
        width: 100%;
        max-width: 100%;
        padding-right: 16px;
        box-sizing: border-box;
        opacity: 1;
        transform: rotate(0deg);
        font-family: 'Inter', sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 15px;
        line-height: 160%;
        letter-spacing: -2%;
        color: #3A3C3F;
        margin-bottom: 10px;
    }

    .btn-enroll-about {
        display: inline-block;
        width: 180px;
        height: 54px;
        line-height: 54px;
        padding: 0;
        text-align: center;
        vertical-align: middle;
        opacity: 1;
        transform: rotate(0deg);
        border-radius: 20px;
        margin-top: 16px;
        margin-bottom: 10px;
        box-sizing: border-box;
    }

    .btn-enroll-about:hover {
        background: #ffd946;
    }

    .about-video-section {
        position: relative;
        padding: 0px 0 20px;
        margin-top: -40px;
        z-index: 10;
    }

    .about-video-wrapper {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 20px;
    }

    .about-accred-section {
        padding: 12px 0 0;
    }

    .about-video-section {
        position: relative;
        padding: 0px 0 12px;
        margin-top: -110px;
        z-index: 10;
    }

    .about-video-container {
        width: 373px;
        height: 219px;
        position: relative;
        top: 0;
        left: 0;
        border-radius: 20px;
        overflow: hidden;
        opacity: 1;
        transform: rotate(0deg);
        box-shadow: 0 4px 24px rgba(0, 0, 0, 0.35);
        margin-bottom: 16px;
        box-sizing: border-box;
    }

    .video-preview-img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .accred-title {
        width: 373px;
        max-width: 100%;
        height: auto;
        opacity: 1;
        transform: rotate(0deg);
        font-family: 'Inter', sans-serif;
        font-weight: 500;
        font-style: normal;
        font-size: 36px;
        line-height: 110%;
        letter-spacing: -0.05em;
        vertical-align: middle;
        margin-top: 16px;
        margin-bottom: 16px;
    }

    .accred-title .highlight {
        font-family: 'Inter', sans-serif;
        font-weight: 500;
        font-style: normal;
        font-size: 36px;
        line-height: 110%;
        letter-spacing: -0.05em;
        vertical-align: middle;
        margin-bottom: 16px;


        
    }
    

    .accred-logo-box {
        width: 130px;
        height: 76px;
        opacity: 1;
        transform: rotate(0deg);
        display: flex;
        align-items: center;
        margin-top: 16px;
    }

    .accred-logo-box img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .accred-info {
        padding-right: 20px;
    }

    .accred-info h3 {
        width: 372px;
        max-width: 100%;
        min-height: 27px;
        opacity: 1;
        transform: rotate(0deg);
        font-family: 'Inter', sans-serif;
        font-weight: 600;
        font-style: normal;
        font-size: 22px;
        line-height: 100%;
        letter-spacing: -0.03em;
        color: #0E0E11;
        margin-bottom: 5px;
    }

    .accred-info p {
        width: 372px;
        max-width: 100%;
        opacity: 1;
        transform: rotate(0deg);
        font-family: 'Inter', sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 15px;
        line-height: 160%;
        letter-spacing: -2%;
        margin-bottom: 10px;
        
    }

    .accred-info a {
        text-decoration: underline;
        text-decoration-style: solid;
        text-underline-offset: 0;
        text-decoration-thickness: 0;
        text-decoration-skip-ink: auto;
    }

    .accred-list .accred-row {
        position: relative;
        padding-bottom: 16px;
    }

    .accred-list .accred-row:not(:last-child)::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        max-width: 100%;
        border: 1px solid #1C1D1F;
        opacity: 0.1;
    }

    /* NSDC and SPEFL-SC h3 → paragraph gap = 5px */
    .accred-list .accred-row:nth-child(2) .accred-info h3,
    .accred-list .accred-row:nth-child(4) .accred-info h3 {
        margin-bottom: 5px;
    }

    .accred-website a {
        color: #f49e0d;
    }

    .accred-info p.accred-website,
    .accred-info p.accred-website a {
        color: #f49e0d;
    }

    .accred-list .accred-row:last-child .accred-info p:last-child {
        margin-bottom: 0;
    }

    .awards-section {
        padding: 16px 0 0 !important;
    }

    .awards-title {
        width: 372px;
        max-width: 100%;
        height: 43px;
        opacity: 1;
        transform: rotate(0deg);
        font-family: 'Inter', sans-serif;
        font-weight: 500;
        font-style: normal;
        font-size: 36px;
        line-height: 100%;
        letter-spacing: -0.05em;
        vertical-align: middle;
        margin-bottom: 20px;
    }

    .award-image {
        width: 372px !important;
        /* max-width: 100%; */
        height: 223px !important;
        opacity: 1;
        transform: rotate(0deg);
        overflow: hidden;
        border-radius: 20px;
    }

    .award-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .awards-grid {
        grid-template-columns: 1fr !important;
        gap: 0 !important;
    }

    .award-card {
        flex-direction: column;
        /* gap: 12px; */
        position: relative;
        padding-bottom: 24px;
        margin-bottom: 24px;
    }

    .award-card:not(:last-child)::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        max-width: 100%;
        border: 1px solid #1C1D1F;
        opacity: 0.1;
    }

    .award-name {
        width: 372px;
        max-width: 100%;
        height: 27px;
        opacity: 1;
        transform: rotate(0deg);
        font-family: 'Inter', sans-serif;
        font-weight: 600;
        font-style: normal;
        font-size: 22px;
        line-height: 100%;
        letter-spacing: 0;
    }

    .award-desc {
        width: 372px;
        max-width: 100%;
        height: 50px;
        opacity: 1;
        transform: rotate(0deg);
        font-family: 'Inter', sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 15px ;
        line-height: 140%;
        letter-spacing: -0.03em;
        color: #1C1D1F;
    }

    .what-we-offer-card {
        width: 372px;
        max-width: 100%;
        height: auto;
        min-height: 684px;
        opacity: 1;
        transform: rotate(0deg);
        border-radius: 20px;
        margin-left: auto;
        margin-right: auto;
    }

    .what-we-offer-card p {
        width: 372px;
        max-width: 100%;
        opacity: 1;
        transform: rotate(0deg);
        font-family: 'Inter', sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 15px;
        line-height: 160%;
        letter-spacing: -2%;
        color: #3A3C3F;
    }

    .vision-mission-section {
        padding: 20px 0 !important;
    }

    .vision-mission-grid {
        display: flex !important;
        flex-direction: column;
        gap: 24px;
    }

    .vision-mission-image {
        order: -1;
        width: 372px;
        max-width: 100%;
        height: 300px;
        border-radius: 20px;
        overflow: hidden;
        opacity: 1;
        transform: rotate(0deg);
    }

    .vision-mission-image img {
        width: 100%;
        height: 100%;
        min-height: unset;
        object-fit: cover;
    }

    .vision-mission-content {
        order: 1;
        gap: 16px !important;
    }

    .vm-title {
        width: 372px;
        max-width: 100%;
        min-height: 39px;
        opacity: 1;
        transform: rotate(0deg);
        font-family: 'Inter', sans-serif;
        font-weight: 500 !important;
        font-style: normal;
        font-size: 36px !important;
        line-height: 140% !important;
        letter-spacing: 0;
        margin-bottom: 5px !important;
    }

    .vision-block p,
    .mission-block p {
        width: 372px;
        max-width: 100%;
        opacity: 1;
        transform: rotate(0deg);
        font-family: 'Inter', sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 15px !important;
        line-height: 160% !important;
        letter-spacing: -0.02em;
        color: #3A3C3F !important;
    }

    .all-under-roof-title {
        width: 372px;
        max-width: 100%;
        min-height: 83px;
        opacity: 1;
        transform: rotate(0deg);
        font-family: 'Inter', sans-serif;
        font-weight: 500;
        font-style: normal;
        font-size: 36px;
        line-height: 110%;
        letter-spacing: -0.05em;
        text-align: left;
        margin-bottom: 20px;
    }

    .all-under-roof-section {
        padding-bottom: 10px;
    }

    .all-under-roof-title .highlight-italic {
        font-family: 'Inter', sans-serif;
        font-weight: 500;
        font-style: normal;
        font-size: 36px;
        line-height: 110%;
        letter-spacing: -0.05em;
    }

    .roof-image {
        width: 372px;
        max-width: 100%;
        height: 236px;
        border-radius: 20px;
        overflow: hidden;
        opacity: 1;
        transform: rotate(0deg);
        margin-bottom: 10px;
        padding: 0;
    }

    .roof-image img {
        width: 372px;
        height: 236px;
        object-fit: cover;
        display: block;
    }

    .all-under-roof-content {
        display: flex !important;
        flex-direction: column;
        gap: 16px;
        padding-top: 10px;
        margin-bottom: 20px;
    }

    .roof-points {
        gap: 16px;
    }

    .roof-point {
        display: flex !important;
        align-items: flex-start !important;
        gap: 14px;
        width: 372px;
        max-width: 100%;
    }

    .point-checkbox {
        width: 18px;
        height: 18px;
        flex: 0 0 18px;
        margin-top: 3px;
    }

    .roof-point p {
        width: 338px;
        max-width: 100%;
        opacity: 1;
        transform: rotate(0deg);
        font-family: 'Inter', sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 15px;
        line-height: 160%;
        letter-spacing: -2%;
        color: #3A3C3F;
        margin: 0;
    }



   
 
}

/* Specific fixes for 375px width */
@media screen and (max-width: 375px) {
    body {
        overflow-x: hidden;
        max-width: 100vw;
    }
    
    * {
        box-sizing: border-box;
    }
    
    .container {
        padding: 0 16px !important;
        max-width: 100% !important;
    }
    .about-intro-section{
        padding: 190px 0 120px;
    }
    
    .about-video-section,
    .about-accred-section,
    .awards-section,
    .what-we-offer-section,
    .vision-mission-section,
    .all-under-roof-section {
        width: 100%;
        max-width: 100%;
        overflow-x: hidden;
        padding-left: 0;
        padding-right: 0;
    }
    
    .about-intro-content h1,
    .about-intro-content p,
    .about-video-container,
    .accred-info,
    .award-card,
    .all-under-roof-content,
    .roof-point p {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }
    
    .about-video-section {
        position: relative;
        padding: 0 0 24px;
        margin-top: -110px;
        z-index: 10;
    }
    
    .about-video-wrapper {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 16px;
    }
    
    .btn-enroll-about {
        width: auto;
        max-width: 90%;
        min-width: 140px;
        font-family: Inter;
        font-weight: 700;
        font-size: 16px;
        line-height: 145%;
        letter-spacing: -0.5%;
        border-radius: 20px;
        box-sizing: border-box;
    }

    .btn-enroll-about:hover {
        background: #ffd946;
    }
}

@media screen and (max-width: 395px) and (min-width: 361px) {
    body {
        overflow-x: hidden;
        max-width: 100vw;
    }

    * {
        box-sizing: border-box;
    }

    .container {
        padding: 0 16px !important;
        max-width: 100%;
        box-sizing: border-box;
    }

    .about-intro-section {
        padding: 190px 0 120px;
        box-sizing: border-box;
    }

    .about-intro-content h1,
    .about-intro-content p,
    .about-video-container,
    .accred-title,
    .accred-info h3,
    .accred-info p,
    .awards-title,
    .award-name,
    .award-desc,
    .what-we-offer-card,
    .what-we-offer-card p,
    .vision-mission-image,
    .vm-title,
    .vision-block p,
    .mission-block p,
    .all-under-roof-title,
    .roof-image,
    .roof-point,
    .footer-brand-section,
    .footer-form-wrapper,
    .footer-form {
        width: 100% !important;
        max-width: 100% !important;
    }

    .about-intro-content h1,
    .awards-title,
    .award-name,
    .award-desc,
    .all-under-roof-title {
        height: auto;
        min-height: 0;
    }

    .accred-title {
        margin-top: 16px;
        margin-bottom: 16px;
    }

    .awards-title {
        margin-bottom: 20px;
    }

    .all-under-roof-title {
        margin-bottom: 20px;
    }

    .about-intro-content p,
    .accred-info,
    .accred-info p,
    .accred-info h3 {
        padding-right: 0;
    }

    .award-image {
        width: 100% !important;
        height: 206px !important;
        border-radius: 20px;

    }

    .accred-list {
        gap: 0;
    }

    .accred-logo-box {
        width: 130px;
        height: 76px;
        margin-top: 16px;
    }

    .accred-list .accred-row {
        position: relative;
        padding-bottom: 16px;
    }

    .accred-list .accred-row:not(:last-child)::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        border: 1px solid #1C1D1F;
        opacity: 0.1;
    }

    .accred-website a {
        color: #f49e0d;
    }

    .accred-info p.accred-website,
    .accred-info p.accred-website a {
        color: #f49e0d;
    }

    .about-accred-section {
        padding: 12px 0 0;
    }

    .about-video-section {
        position: relative;
        padding: 10px 0 12px;
        margin-top: -110px;
        z-index: 10;
    }

    .about-video-wrapper {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 16px;
    }

    .about-video-container {
        width: 350px;
        height: 205px;
        position: relative;
        top: 0;
        left: 0;
        border-radius: 20px;
        overflow: hidden;
        opacity: 1;
        transform: rotate(0deg);
        box-shadow: 0 4px 24px rgba(0, 0, 0, 0.35);
        margin-bottom: 16px;
        box-sizing: border-box;
    }

    .btn-enroll-about {
        display: inline-block;
        width: auto;
        min-width: 180px;
        height: 48px;
        line-height: 48px;
        padding: 0 24px;
        font-family: Inter;
        font-weight: 700;
        font-size: 16px;
        letter-spacing: -0.5%;
        border-radius: 20px;
        text-align: center;
        box-sizing: border-box;
    }

    .btn-enroll-about:hover {
        background: #ffd946;
    }

    .awards-section {
        padding: 16px 0 0 !important;
    }

    .awards-grid {
        grid-template-columns: 1fr !important;
        /* gap: 30px !important; */
    }

    .award-card {
        flex-direction: column;
        position: relative;
        /* padding: 0 0px 24px 0px; */
        margin-bottom: 24px;
    }

    .award-card:not(:last-child)::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        border: 1px solid #1C1D1F;
        opacity: 0.1;
    }

    .what-we-offer-card {
        min-height: auto;
        padding: 30px 20px;
    }

    .what-we-offer-section {
        padding: 16px 0;
    }

    .vision-mission-section {
        padding: 20px 0 !important;
    }

    .vision-mission-grid {
        display: flex !important;
        flex-direction: column;
        gap: 24px;
    }

    .vision-mission-image {
        order: -1;
        height: 300px;
    }

    .vision-mission-content {
        order: 1;
        gap: 16px !important;
    }

    .vm-title {
        margin-bottom: 5px !important;
    }

    .vision-block p,
    .mission-block p {
        color: #3A3C3F;
    }

    .all-under-roof-section {
        padding-bottom: 10px;
    }

    .roof-image {
        height: auto;
        min-height: 236px;
        margin-bottom: 10px;
    }

    .all-under-roof-content {
        display: flex !important;
        flex-direction: column;
        gap: 16px;
        padding-top: 10px;
        margin-bottom: 20px;
    }

    .all-under-roof-grid {
        grid-template-columns: 1fr !important;
        gap: 20px;
    }

    .roof-card img {
        height: auto;
    }

    .roof-point p {
        color: #3A3C3F;
    }

    .footer-contact-row {
        gap: 12px;
    }

    .footer-contact-item a {
        width: auto;
    }

    .footer .footer-links-wrapper {
        gap: 12px !important;
    }

    .footer .footer-links ul {
        width: auto;
        min-height: 0;
    }
}

@media screen and (max-width: 360px) {
    body {
        overflow-x: hidden;
        max-width: 100vw;
    }

    * {
        box-sizing: border-box;
    }

    .container {
        padding: 0 16px !important;
        max-width: 100%;
        box-sizing: border-box;
    }

    .about-intro-section {
        padding: 190px 0 120px;
        box-sizing: border-box;
    }

    .btn-enroll-about {
        display: inline-block;
        width: auto;
        min-width: 180px;
        padding: 12px 24px;
        font-family: Inter;
        font-weight: 700;
        font-size: 16px;
        line-height: 145%;
        letter-spacing: -0.5%;
        text-align: center;
        margin-top: 16px;
        border-radius: 20px;
        box-sizing: border-box;
    }

    .btn-enroll-about:hover {
        background: #ffd946;
    }

    .about-intro-content h1,
    .about-intro-content p,
    .about-video-container,
    .accred-title,
    .accred-info h3,
    .accred-info p,
    .awards-title,
    .award-name,
    .award-desc,
    .what-we-offer-card,
    .what-we-offer-card p,
    .vision-mission-image,
    .vm-title,
    .vision-block p,
    .mission-block p,
    .all-under-roof-title,
    .roof-image,
    .roof-point,
    .footer-brand-section,
    .footer-form-wrapper,
    .footer-form {
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .roof-image {
        border-radius: 12px !important;
        height: 236px !important;
        margin-bottom: 16px !important;
        overflow: hidden !important;
        padding: 0;
    }

    .roof-image img {
        width: 372 !important;
        height: 236px !important;
        object-fit: cover !important;
        display: block !important;
        border-radius: 12px !important;
    }

    .about-intro-content h1,
    .awards-title,
    .award-name,
    .award-desc {
        height: auto;
        min-height: 0;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }

    .accred-title {
        margin-top: 16px;
        margin-bottom: 16px;
    }

    .awards-title {
        margin-bottom: 20px;
    }

    .all-under-roof-title {
        margin-bottom: 20px;
        min-height: auto;
    }

    .about-intro-content p,
    .accred-info,
    .accred-info p,
    .accred-info h3 {
        padding-right: 0;
    }

    .award-image {
        width: 100% !important;
        height: 196px !important;
        border-radius: 20px;
    }

    .accred-list {
        gap: 0;
    }

    .accred-logo-box {
        width: 130px;
        height: 76px;
        margin-top: 16px;
    }

    .accred-list .accred-row {
        position: relative;
        padding-bottom: 16px;
    }

    .accred-list .accred-row:not(:last-child)::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        border: 1px solid #1C1D1F;
        opacity: 0.1;
    }

    .accred-list .accred-row:last-child .accred-info p:last-child {
        margin-bottom: 0;
    }

    .accred-website a {
        color: #f49e0d;
    }

    .accred-info p.accred-website,
    .accred-info p.accred-website a {
        color: #f49e0d;
    }

    .accred-list .accred-row:nth-child(2) .accred-info h3,
    .accred-list .accred-row:nth-child(4) .accred-info h3 {
        margin-bottom: 5px;
    }

    .about-accred-section {
        padding: 12px 0 0;
    }

    .about-video-section {
        position: relative;
        padding: 10px 0 12px;
        margin-top: -110px;
        z-index: 10;
    }

    .about-video-wrapper {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 16px;
    }

    .about-video-container {
        width: 340px;
        height: 199px;
        position: relative;
        top: 0;
        left: 0;
        border-radius: 20px;
        overflow: hidden;
        opacity: 1;
        transform: rotate(0deg);
        box-shadow: 0 4px 24px rgba(0, 0, 0, 0.35);
        margin-bottom: 16px;
        box-sizing: border-box;
    }

    .awards-section {
        padding: 16px 0 0 !important;
    }

    .awards-grid {
        grid-template-columns: 1fr !important;
        /* gap: 30px !important; */
    }

    .award-card {
        flex-direction: column;
        position: relative;
        /* padding: 0 20px 24px 20px; */
        margin-bottom: 24px;
    }

    .award-card:not(:last-child)::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        border: 1px solid #1C1D1F;
        opacity: 0.1;
    }

    .what-we-offer-card {
        min-height: auto;
        padding: 30px 20px;
    }

    .what-we-offer-section {
        padding: 16px 0;
    }

    .vision-mission-section {
        padding: 20px 0 !important;
    }

    .vision-mission-grid {
        display: flex !important;
        flex-direction: column;
        gap: 24px;
    }

    .vision-mission-image {
        order: -1;
        height: 300px;
    }

    .vision-mission-content {
        order: 1;
        gap: 16px !important;
    }

    .all-under-roof-section {
        padding-bottom: 10px;
    }

    .roof-image {
        height: auto;
        min-height: 200px;
        margin-bottom: 10px;
    }

    .all-under-roof-content {
        display: flex !important;
        flex-direction: column;
        gap: 16px;
        padding-top: 10px;
        margin-bottom: 20px;
    }

    .all-under-roof-grid {
        grid-template-columns: 1fr !important;
        gap: 20px;
    }

    .roof-card img {
        height: auto;
    }

    .footer-contact-row {
        gap: 10px;
    }

    .roof-point p {
        width: auto;
        max-width: 100%;
        flex: 1;
        color: #3A3C3F;
    }

    .footer .footer-links-wrapper {
        gap: 12px !important;
    }

    .footer .footer-links ul {
        width: auto;
        min-height: 0;
    }
}
