.elementor-7073 .elementor-element.elementor-element-21bf0bf{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-7073 .elementor-element.elementor-element-21bf0bf.e-con{--flex-grow:0;--flex-shrink:0;}@media(min-width:768px){.elementor-7073 .elementor-element.elementor-element-21bf0bf{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-1177d05 *//* --- Scoped CSS for About Us --- */
.sunny-about-wrapper {
    --sunny-navy: #1E379A;
    --sunny-blue: #0D98E6;
    --sunny-yellow: #FBC530;
    --sunny-bg: #F4F8FB;
    --sunny-white: #FFFFFF;
    --text-main: #2c3e50;
    --text-light: #555;
    --border-radius: 16px;

    font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    background-color: var(--sunny-bg);
    padding-bottom: 80px;
    width: 100%;
    overflow-x: hidden;
}

/* Animations */
@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(30px); }
    to { opacity: 1; transform: translateY(0); }
}

.fade-in-up {
    animation: fadeInUp 0.8s ease-out forwards;
    opacity: 0;
}
.delay-1 { animation-delay: 0.2s; }
.delay-2 { animation-delay: 0.4s; }

/* 1. Hero Section */
.sunny-hero-about {
    background: linear-gradient(135deg, #102A7A 0%, #0D98E6 100%);
    padding: 90px 20px;
    text-align: center;
    color: var(--sunny-white);
    border-radius: 0 0 50px 50px;
    box-shadow: 0 10px 30px rgba(13, 152, 230, 0.2);
    margin-bottom: 60px;
    position: relative;
    overflow: hidden;
}

.hero-title {
    font-size: clamp(2.5rem, 6vw, 3.5rem);
    font-weight: 800;
    margin: 0;
    letter-spacing: 3px;
    text-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

.hero-subtitle {
    font-size: 1.2rem;
    font-weight: 300;
    opacity: 0.9;
    margin: 5px 0 25px;
    letter-spacing: 5px;
    text-transform: uppercase;
}

.hero-deco-line {
    width: 80px;
    height: 6px;
    background-color: var(--sunny-yellow);
    margin: 0 auto 30px;
    border-radius: 3px;
}

.hero-desc {
    font-size: 1.1rem;
    line-height: 1.8;
    max-width: 700px;
    margin: 0 auto;
    opacity: 0.95;
}

.sunny-container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}

/* 2. Story Section */
.story-grid {
    display: flex;
    align-items: center;
    gap: 50px;
    background: var(--sunny-white);
    padding: 50px;
    border-radius: var(--border-radius);
    box-shadow: 0 10px 40px rgba(0,0,0,0.05);
    margin-bottom: 80px;
}

.story-visual {
    flex: 1;
    text-align: center;
    position: relative;
    padding: 20px;
}

.story-logo {
    max-width: 100%; /* Logo 大小調整 */
    height: auto;
    filter: drop-shadow(0 10px 20px rgba(0,0,0,0.1));
}

.story-text {
    flex: 1.5;
}

.section-heading {
    color: var(--sunny-navy);
    font-size: 2rem;
    margin-bottom: 25px;
    position: relative;
    padding-left: 20px;
    border-left: 5px solid var(--sunny-blue);
}

.story-text p {
    color: var(--text-light);
    line-height: 1.8;
    margin-bottom: 15px;
    font-size: 1.05rem;
    text-align: justify;
}

/* 3. Values Section */
.section-header-center {
    text-align: center;
    margin-bottom: 50px;
}

.section-header-center h3 {
    font-size: 2.2rem;
    color: var(--sunny-navy);
    margin: 0 0 10px;
}

.header-deco {
    color: #999;
    font-size: 0.9rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
}

.header-deco::before, .header-deco::after {
    content: '';
    display: inline-block;
    width: 30px;
    height: 1px;
    background: #ccc;
    vertical-align: middle;
    margin: 0 10px;
}

.values-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    margin-bottom: 80px;
}

.value-card {
    background: var(--sunny-white);
    padding: 30px 20px;
    border-radius: var(--border-radius);
    text-align: center;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    transition: transform 0.3s, box-shadow 0.3s;
    border-top: 4px solid var(--sunny-blue);
}

.value-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
}

.value-card .v-icon {
    font-size: 3rem;
    margin-bottom: 20px;
    display: inline-block;
}

.value-card h4 {
    color: var(--sunny-navy);
    font-size: 1.3rem;
    margin-bottom: 15px;
}

.value-card p {
    font-size: 0.95rem;
    color: #666;
    line-height: 1.6;
}

/* 4. Services Focus (Tag Cloud) */
.service-focus-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 80px;
}

.s-focus-card {
    background: var(--sunny-white);
    border-radius: var(--border-radius);
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    transition: all 0.3s;
    border: 1px solid #eee;
}

.s-focus-card:hover {
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}

.s-head {
    padding: 25px;
    text-align: center;
}

/* [配色修正] 強制旅遊部標題為白色 */
.style-tour .s-head { 
    background: var(--sunny-navy); 
}
.style-tour .s-head h4, 
.style-tour .s-head span {
    color: #ffffff !important;
}

.style-visa .s-head { 
    background: #00C4CC; 
    color: #fff;
}

.style-bodhi .s-head { 
    background: var(--sunny-yellow); 
    color: var(--sunny-navy); 
}

.s-head h4 {
    margin: 0;
    font-size: 1.5rem;
}

.s-head span {
    font-size: 0.8rem;
    opacity: 0.9;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
    margin-top: 5px;
}

.s-body {
    padding: 25px;
}

.tag-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
}

.tag-cloud span {
    font-size: 0.9rem;
    padding: 6px 12px;
    background: #f0f4f8;
    border-radius: 20px;
    color: #444;
    transition: all 0.2s;
}

.style-tour .tag-cloud span:hover { background: var(--sunny-navy); color: #fff; }
.style-visa .tag-cloud span:hover { background: #00C4CC; color: #fff; }
.style-bodhi .tag-cloud span:hover { background: var(--sunny-yellow); color: var(--sunny-navy); }

/* 5. Certificates Section */
.cert-section {
    margin-bottom: 80px;
}

.cert-group {
    margin-bottom: 50px;
    background: #fff;
    padding: 30px;
    border-radius: var(--border-radius);
    box-shadow: 0 5px 20px rgba(0,0,0,0.03);
}

.cert-group-title {
    font-size: 1.2rem;
    color: var(--text-main);
    margin-bottom: 25px;
    padding-bottom: 10px;
    border-bottom: 2px solid #f0f0f0;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.badge-hq, .badge-branch {
    font-size: 0.8rem;
    padding: 4px 10px;
    border-radius: 4px;
    color: #fff;
}
.badge-hq { background: var(--sunny-navy); }
.badge-branch { background: #00C4CC; }

.cert-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.cert-item {
    text-align: center;
}

.img-box {
    border: 1px solid #eee;
    padding: 5px;
    background: #fff;
    border-radius: 8px;
    margin-bottom: 10px;
    height: 250px; 
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    cursor: pointer;
}

.img-box img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    transition: transform 0.5s;
}

.img-box:hover img {
    transform: scale(1.1); 
}

.cert-item p {
    font-size: 0.9rem;
    color: #666;
    margin: 0;
}

/* 6. Map Section */
.map-container-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px; /* [修正] 縮小間距，讓地圖靠近 */
}

.map-card {
    background: var(--sunny-white);
    border-radius: var(--border-radius);
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

/* [配色修正] 強制地圖標題文字為白色 */
.map-header {
    background: var(--sunny-navy);
    padding: 15px 20px;
}
.map-header h4 { 
    margin: 0 0 5px; 
    font-size: 1.2rem; 
    color: #ffffff !important; /* 強制白色 */
}
.map-header p { 
    margin: 0; 
    font-size: 0.9rem; 
    opacity: 0.9; 
    color: #ffffff !important; /* 強制白色 */
}

.map-frame {
    position: relative;
    padding-bottom: 75%; /* [修正] 增加高度比例，讓地圖變大 (原60%) */
    height: 0;
    overflow: hidden;
}

.map-frame iframe {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
}

.map-contact {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    background: #fcfcfc;
}

.map-contact a {
    color: var(--text-main);
    text-decoration: none;
    font-size: 1rem;
    transition: color 0.2s;
    font-weight: 500;
}

.map-contact a:hover { color: var(--sunny-blue); }

/* --- Mobile Responsive --- */
@media (max-width: 992px) {
    .story-grid { flex-direction: column; text-align: center; gap: 30px; }
    .section-heading { padding-left: 0; border-left: none; border-bottom: 4px solid var(--sunny-blue); padding-bottom: 10px; display: inline-block; }
    .values-grid { grid-template-columns: repeat(2, 1fr); }
    .service-focus-grid { grid-template-columns: 1fr; }
    .cert-grid { grid-template-columns: 1fr 1fr 1fr; } 
}

@media (max-width: 768px) {
    .sunny-hero-about { padding: 50px 20px; }
    .story-grid { padding: 30px 20px; }
    .values-grid { grid-template-columns: 1fr; }
    .cert-grid { grid-template-columns: 1fr; } 
    .map-container-grid { grid-template-columns: 1fr; }
    .img-box { height: auto; padding: 10px; } 
}/* End custom CSS */