/* ============================= */
/* About Us - Intro Section     */
/* ============================= */

.about-us-wrapper {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
}

.about-us-left {
    flex: 1 1 40%;
    display: flex;
    justify-content: center;
}

.about-us-left .main-image {
    width: 90%;
    height: 367px;
    border-radius: 10px;
    object-fit: cover;
}

.about-us-right {
    flex: 1 1 50%;
}

.about-us-right .title {
    margin: 0;
    font-family: "Bai Jamjuree", sans-serif;
    font-size: 40px;
    font-weight: 500;
    color: #58468C;
}

.about-us-right .description {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.7;
}

.about-us-right p {
    margin: 0 0 10px;
    color: #000;
    font-family: "Bai Jamjuree", sans-serif;
    font-size: 16px;
    line-height: 28px;
    font-weight: 300;
}

.about-us-right .highlight-text {
    color: #5e3ca4;
    font-weight: 600;
    font-size: 18px;
}

/* Tablets */
@media screen and (max-width: 1024px) {
    .about-us-right .title {
        font-size: 28px;
    }
    .about-us-right .highlight-text {
        font-size: 16px;
    }
}

/* Mobiles */
@media screen and (max-width: 767px) {
    .about-us-wrapper {
        flex-direction: column;
        padding: 30px 0;
    }
    .about-us-left,
    .about-us-right {
        flex: 1 1 100%;
        text-align: center;
    }
    .about-us-right .title {
        font-size: 24px;
    }
    .about-us-right .description,
    .about-us-right .highlight-text {
        font-size: 15px;
    }
    .pattern-layer-one,
    .pattern-layer-two,
    .color-circle {
        display: none;
    }
}

/* ============================= */
/* About Values Section          */
/* ============================= */

.about-value-wrapper {
    display: flex;
    gap: 30px;
    width: 90%;
    margin: 0 auto;
    padding: 15px;
    border: 3px dotted #103358;
    border-radius: 15px;
    align-items: stretch;
}

.about-value-left {
    flex: 0 0 20%;
    max-width: 20%;
    display: flex;
}

.about-value-left .image-container {
    width: 100%;
    height: 100%;
}

.about-value-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.about-value-right {
    flex: 0 0 80%;
    max-width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.about-value-right .title {
    margin-bottom: 10px;
    font-size: 32px;
    font-weight: 700;
    color: #58468C;
}

.section-desc {
    margin-bottom: 30px;
    font-size: 16px;
    color: #111;
}

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

.about-value-right .value-card {
    position: relative;
    padding: 30px 20px 20px;
    background: #fff;
    border-radius: 10px;
    text-align: left;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.18);
    overflow: visible;
    transition: all 0.3s ease;
}

.about-value-right .value-card:hover {
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}

.about-value-right .value-card .value-icon {
    position: absolute;
    top: -40px;
    left: 20px;
    width: 100px;
    height: 100px;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 60px;
    background: #fff;
    border: 6px solid #E1A202;
    box-shadow: 0 0 10px #103358;
    z-index: 1;
}

.about-value-right .value-card .value-icon img {
    max-width: 100%;
    height: auto;
}

.about-value-right .value-card h4 {
    margin: 40px 0 10px;
    font-size: 18px;
    font-weight: 600;
    color: #111;
}

.about-value-right .value-card p {
    margin: 0;
    font-size: 14px;
    color: #444;
    line-height: 1.6;
}

/* Values: responsive */
@media (max-width: 1024px) {
    .about-value-right .value-grid {
        grid-template-columns: repeat(2, 1fr);
        padding: 10px;
    }
    .about-value-left {
        flex: 0 0 30%;
        max-width: 30%;
    }
    .about-value-right {
        flex: 0 0 70%;
        max-width: 70%;
    }
}

@media (max-width: 768px) {
    .about-value-wrapper {
        flex-direction: column;
    }
    .about-value-left,
    .about-value-right {
        flex: 1 1 100%;
        max-width: 100%;
    }
    .about-value-right .value-grid {
        grid-template-columns: 1fr;
        padding: 10px;
    }
    .about-value-right .title,
    .section-desc {
        text-align: center;
    }
    .about-value-right .value-card {
        text-align: center;
    }
    .about-value-right .value-card .value-icon {
        left: 50%;
        transform: translateX(-50%);
    }
}

/* ============================= */
/* About - Offering / Why Us     */
/* ============================= */

.about-offering-section,
.about-why-us-section {
    background-color: #123458;
    padding: 30px 20px;
    color: #fff;
}

/* Why Us */

.why-us-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    align-items: flex-start;
}

.why-us-left {
    flex: 1 1 40%;
}

.why-us-left .sub {
    margin-bottom: 10px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
}

.why-us-left .main-title {
    font-size: 44px;
    font-weight: 500;
    color: #fff;
    text-transform: capitalize;
}

.why-us-left p {
    font-size: 35px !important;
    font-weight: 100 !important;
    color: #fff;
    text-transform: capitalize;
    line-height: normal;
    margin: 0;
}

.why-us-grid {
    flex: 1 1 55%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.why-card {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 25px;
    background: #123458;
    border: 2px solid #fff;
    border-radius: 10px;
    color: #fff;
    text-align: left;
    transition: all 0.3s ease;
}

.why-card:hover {
    border-color: #0af;
    transform: translateY(-5px);
}

.why-card .icon img {
    width: 30px;
    height: auto;
}

.why-card h4 {
    margin: 0 0 8px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    color: #fff;
}

.why-card p {
    margin: 0 !important;
    font-family: "Bai Jamjuree", sans-serif;
    font-size: 16px !important;
    line-height: 1.5;
    font-weight: 400;
    color: #fff;
}

/* Offer */

.offer-header {
    margin-bottom: 20px;
    text-align: left;
}

.offer-sub {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
    line-height: 65px;
    color: #fff;
    text-align: left;
    text-transform: capitalize;
}

.offer-title {
    margin-bottom: 10px;
    font-size: 44px;
    font-weight: 500;
    color: #fff;
    text-align: left;
    text-transform: capitalize;
}

.offer-desc {
    font-size: 20px;
    font-weight: 300 !important;
    color: #cbd8e6;
    text-align: left;
}

.offer-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
    margin-top: 30px;
}

.offer-card {
    height: 100%;
    padding: 30px 20px;
    background-color: #123458;
    border: 2px solid #fff;
    border-radius: 10px;
    color: #fff;
    transition: all 0.3s ease;
}

.offer-card:hover {
    border-color: #0af;
    transform: translateY(-5px);
}

.offer-icon img {
    width: 40px;
    height: auto;
}

.offer-card h4 {
    margin-top: 0;
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    color: #fff;
}

.offer-text p {
    margin-bottom: 0 !important;
    font-family: "Bai Jamjuree", sans-serif;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    color: #fff;
}
/* Why Us & Offer: Responsive */

@media screen and (max-width: 768px) {
    .why-us-wrapper {
        flex-direction: column;
    }
    .why-us-left,
    .why-us-grid {
        flex: 1 1 100%;
    }
    .why-us-left .main-title {
        font-size: 28px;
    }
    .why-us-left p {
        font-size: 22px !important;
    }
    .why-us-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 480px) {
    .why-us-grid {
        grid-template-columns: 1fr;
    }
    .why-card p {
        font-size: 18px;
    }
    .why-us-left .main-title {
        font-size: 22px;
    }
    .why-us-left p {
        font-size: 18px !important;
    }
}
