/* about.css - Specific styles for the About Us page */

/* Founder Profile Section */
.block-founder-profile {
    background-color: #f9f9f9;
    padding: 60px 40px;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

.founder-profile-img {
    width: 100%;
    max-width: 350px;
    height: auto;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    border: 6px solid #F26522;
    object-fit: cover;
    box-shadow: 0 5px 15px rgba(242, 101, 34, 0.2);
}

.founder-quote-box {
    padding-left: 30px;
    border-left: 5px solid #2a4e21;
}

.founder-quote-title {
    font-size: 40px;
    color: #222222;
    margin-bottom: 25px;
    padding-left: 20px;
}

.founder-quote-text {
    font-size: 22px !important;
    font-style: italic !important;
    color: #444444 !important;
    line-height: 1.8 !important;
    font-weight: 400 !important;
    font-family: 'Georgia', serif !important;
    position: relative;
    position: relative;
    padding-left: 20px;
}

.founder-info-box {
    margin-top: 35px;
    padding-left: 20px;
}

.founder-name {
    margin-bottom: 5px;
    color: #F26522;
    font-weight: bold;
    font-size: 24px;
}

.founder-title {
    color: #2a4e21;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 0;
}

/* About Us Page Theme Colors */
.page-about-us,
.page-about-us .section {
    background-color: #ffffff !important;
    color: #333333 !important;
}

.page-about-us h1,
.page-about-us h2,
.page-about-us h3,
.page-about-us .title-banner strong {
    color: #2a4e21 !important;
}

.page-about-us .post-categories h1 strong {
    color: #F26522 !important;
}

.page-about-us .section.background-10 {
    background-color: #f9f9f9 !important;
}

.page-about-us .aboutx {
    color: #4a5568 !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    font-family: 'Open Sans', 'Barlow Semi Condensed', sans-serif !important;
    line-height: 1.9;
    margin-bottom: 20px;
    text-align: justify;
}

.page-about-us a {
    color: #F26522;
}

.page-about-us a:hover {
    color: #2a4e21;
}

.zoom-on-hover {
    transition: transform 0.4s ease;
}

.zoom-on-hover:hover {
    transform: scale(1.05);
    cursor: pointer;
}

.about-section-title {
    font-size: 42px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    border-bottom: 3px solid #f26522;
    padding-bottom: 10px;
    margin-bottom: 25px;
    display: inline-block;
}

.highlight-green {
    background-color: #2a4e21;
    color: white;
    padding: 3px 8px;
    border-radius: 6px;
    font-weight: 600;
    box-shadow: 0 2px 5px rgba(42, 78, 33, 0.3);
}

.about-sub-title {
    color: #f26522 !important;
    font-size: 26px;
    font-weight: 700;
    margin-top: 40px;
    margin-bottom: 15px;
    border-left: 5px solid #2a4e21;
    padding-left: 15px;
}

.target-text {
    font-size: 20px;
    font-weight: 700;
    color: #1f4f48;
    background: #f4f8ef;
    padding: 20px 25px;
    border-radius: 8px;
    border-left: 6px solid #2a4e21;
    margin-top: 30px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    display: inline-block;
}

.about-banner-img {
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.mission-img-container {
    padding: 20px;
}

.mission-img {
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    width: 100%;
    height: auto;
}

/* Intro Section */
.intro-card {
    border-left: 6px solid #F26522;
    position: relative;
    overflow: hidden;
}

.intro-card-icon {
    position: absolute;
    top: -20px;
    right: -20px;
    opacity: 0.03;
    font-size: 200px;
    color: #F26522;
}

.intro-card-title {
    border-bottom: none;
    margin-bottom: 15px;
}

.intro-divider {
    width: 60px;
    height: 4px;
    background-color: #2a4e21;
    margin-bottom: 30px;
}

.intro-text-primary {
    font-size: 20px;
    color: #4a5568;
    line-height: 1.6;
    font-weight: 500;
}

.intro-text-secondary {
    font-size: 18px;
    color: #6a7280;
    line-height: 1.8;
    font-weight: 500;
}

/* Sales Section */
.sales-header-title {
    border-bottom: none;
    margin-bottom: 10px;
}

.sales-divider {
    width: 80px;
    height: 4px;
    background-color: #F26522;
    margin: 0 auto;
}

.sales-card {
    border-radius: 16px !important;
    box-shadow: 0 10px 40px rgba(0,0,0,0.06) !important;
}
.sales-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(0,0,0,0.1) !important;
}

.sales-card-green {
    background: linear-gradient(145deg, #ffffff 0%, #f4fbf0 100%);
    border-top: 6px solid #2a4e21;
    transition: all 0.4s ease;
}

.sales-card-orange {
    background: linear-gradient(145deg, #ffffff 0%, #fff6f0 100%);
    border-top: 6px solid #F26522;
    transition: all 0.4s ease;
}

.sales-card-title {
    font-size: 24px;
    margin-bottom: 25px;
    color: #2a4e21 !important;
}

.sales-card-title-orange {
    border-left-color: #F26522;
    color: #F26522 !important;
    font-size: 24px;
    margin-bottom: 25px;
}

.sales-card-text {
    font-size: 17px;
    color: #555 !important;
    line-height: 1.7;
}

.stat-box {
    border: 2px solid #555 !important;
    border-radius: 12px !important;
    background: #fff;
    box-shadow: inset 0 2px 10px rgba(0,0,0,0.03);
}

.stat-box-value-orange {
    color: #F26522;
    font-weight: 800;
    font-size: 32px;
    margin: 0;
}

.stat-box-value-green {
    color: #2a4e21;
    font-weight: 800;
    font-size: 32px;
    margin: 0;
}

.stat-box-label {
    font-size: 14px;
    letter-spacing: 2px;
    color: #888;
    font-weight: 600;
    text-transform: uppercase;
}

/* Facilities */
.feature-card-green {
    border-left: 5px solid #2a4e21;
}

.feature-card-orange {
    border-left: 5px solid #F26522;
}

.feature-icon-wrapper-green {
    background-color: #f4f8ef;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    flex-shrink: 0;
}

.feature-icon-wrapper-orange {
    background-color: #fff8f5;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    flex-shrink: 0;
}

.feature-icon-green {
    font-size: 20px;
    color: #2a4e21;
}

.feature-icon-orange {
    font-size: 20px;
    color: #F26522;
}

.feature-title-green {
    font-size: 22px;
    font-weight: 700;
    color: #2a4e21;
}

.feature-title-orange {
    font-size: 22px;
    font-weight: 700;
    color: #F26522;
}

.feature-desc {
    font-size: 16px;
    color: #555;
    line-height: 1.8;
}

.page-title-about {
    background-size: cover;
    background-position: center;
}

/* ---- "What We Offer" Section ---- */
.offer-section {
    background: #fff5e6;
    padding: 70px 0;
}

.offer-title-wrap {
    margin-bottom: 45px;
}

.offer-title-wrap h2 {
    color: #1a1a1a;
    font-size: 34px;
    font-weight: 800;
}

.offer-title-wrap h2 span {
    color: #2a4e21;
}

.offer-title-wrap p {
    color: #222 !important;
    font-size: 19px !important;
    font-weight: 600 !important;
    font-family: 'Open Sans', 'Barlow Semi Condensed', sans-serif !important;
    margin-top: 15px;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}

.offer-card-col {
    margin-bottom: 25px;
}

.offer-card {
    border-radius: 16px;
    padding: 35px 30px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.07);
    height: 100%;
    position: relative;
    overflow: hidden;
}

.offer-card.card-white {
    background: #fff;
}

.offer-card.card-pink {
    background: #fff5f5;
}

.offer-card h3 {
    color: #1a1a1a;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
}

.offer-card p {
    color: #333 !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    font-family: 'Open Sans', 'Barlow Semi Condensed', sans-serif !important;
    line-height: 1.6 !important;
    margin-bottom: 25px;
}

.offer-btn-green {
    background: #2a4e21;
    color: #fff !important;
    padding: 10px 24px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: background 0.2s ease;
}

.offer-btn-green:hover {
    background: #5a8a2e;
    color: #fff !important;
    text-decoration: none;
}

.offer-btn-orange {
    background: #F26522;
    color: #fff !important;
    padding: 10px 24px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: background 0.2s ease;
}

.offer-btn-orange:hover {
    background: #c44d0e;
    color: #fff !important;
    text-decoration: none;
}

.offer-card-icon {
    position: absolute;
    bottom: 15px;
    right: 20px;
    font-size: 48px;
    opacity: 0.12;
}

.offer-card-icon.icon-green {
    color: #2a4e21;
    opacity: 0.15;
}

.offer-card-icon.icon-orange {
    color: #F26522;
}

.offer-card-icon.icon-blue {
    color: #5b6abf;
}/* Vision & Mission Cards */
@media (min-width: 768px) {
    .sticky-img-wrapper, .sticky-img-wrapper-lg {
        position: sticky !important;
        top: 130px;
        align-self: flex-start;
        z-index: 10;
    }
}
.mission-card-vision {
    border-left: 6px solid #F26522;
    border-radius: 16px !important;
    box-shadow: 0 10px 40px rgba(0,0,0,0.06) !important;
    transition: all 0.3s ease;
}
.mission-card-mission {
    border-left: 6px solid #2a4e21;
    border-radius: 16px !important;
    box-shadow: 0 10px 40px rgba(0,0,0,0.06) !important;
    transition: all 0.3s ease;
}
.mission-icon-wrap-vision {
    background: rgba(242,101,34,0.1);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}
.mission-icon-wrap-mission {
    background: rgba(134,177,74,0.1);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}
.mission-title-vision {
    color: #F26522;
    margin: 0;
    font-weight: 800;
    font-size: 28px;
    text-transform: uppercase;
}
.mission-title-mission {
    color: #2a4e21;
    margin: 0;
    font-weight: 800;
    font-size: 28px;
    text-transform: uppercase;
}
.mission-list-icon-vision {
    color: #F26522;
    margin-top: 4px;
    margin-right: 15px;
    font-size: 24px;
}
.mission-list-icon-mission {
    color: #2a4e21;
    margin-top: 4px;
    margin-right: 15px;
    font-size: 24px;
}
.mission-list-text {
    color: #444;
    line-height: 1.7;
    font-size: 20px !important;
    font-weight: 500;
}
