.elementor-3 .elementor-element.elementor-element-71ff0ed{--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-3 .elementor-element.elementor-element-71ff0ed:not(.elementor-motion-effects-element-type-background), .elementor-3 .elementor-element.elementor-element-71ff0ed > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-e08699d );}/* Start custom CSS for html, class: .elementor-element-1ba463f *//* --- Scoped CSS for Elementor --- */
.sunny-privacy-wrapper {
    --sunny-navy: #1E379A;
    --sunny-blue: #0D98E6;
    --sunny-yellow: #FBC530;
    --sunny-light-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-light-bg);
    padding-bottom: 80px;
    width: 100%;
    box-sizing: border-box;
}

/* Hero Section */
.sunny-hero {
    background: linear-gradient(135deg, var(--sunny-navy) 0%, var(--sunny-blue) 100%);
    padding: 80px 20px;
    text-align: center;
    color: var(--sunny-white);
    border-radius: 0 0 50px 50px;
    box-shadow: 0 10px 40px rgba(13, 152, 230, 0.2);
    margin-bottom: 60px;
}

.hero-title {
    font-size: clamp(2.2rem, 5vw, 3.2rem);
    font-weight: 800;
    margin: 0;
    letter-spacing: 3px;
}

.hero-subtitle {
    font-size: 1.2rem;
    font-weight: 300;
    opacity: 0.8;
    margin: 10px 0 30px;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.hero-deco-line {
    width: 60px;
    height: 5px;
    background-color: var(--sunny-yellow);
    margin: 0 auto 25px;
    border-radius: 5px;
}

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

/* Container */
.sunny-container {
    width: 90%;
    max-width: 1150px;
    margin: 0 auto;
}

/* Policy Cards */
.policy-card-group {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
    margin-bottom: 70px;
}

.sunny-card {
    background: var(--sunny-white);
    padding: 40px 35px;
    border-radius: var(--border-radius);
    box-shadow: 0 10px 30px rgba(0,0,0,0.03);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    border-top: 5px solid transparent;
}

.sunny-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.08);
    border-top-color: var(--sunny-yellow);
}

.card-icon {
    font-size: 4.5rem;
    font-weight: 900;
    color: rgba(30, 55, 154, 0.04);
    position: absolute;
    top: 15px;
    right: 25px;
    line-height: 1;
    user-select: none;
}

.sunny-card h3 {
    color: var(--sunny-navy);
    font-size: 1.35rem;
    margin: 0 0 20px 0;
    position: relative;
    font-weight: 700;
}

.sunny-card p {
    color: var(--text-light);
    font-size: 1rem;
    line-height: 1.8;
    margin: 0;
    text-align: justify;
    position: relative;
}

/* Divider */
.section-divider {
    text-align: center;
    margin: 60px 0 40px 0;
    position: relative;
}

.section-divider::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #DDDDDD;
    z-index: 0;
}

.divider-text {
    background: var(--sunny-light-bg);
    padding: 0 30px;
    color: var(--sunny-navy);
    font-weight: bold;
    font-size: 1.3rem;
    position: relative;
    z-index: 1;
    letter-spacing: 1.5px;
}

/* HQ Card */
.hq-card {
    background: var(--sunny-white);
    border-radius: var(--border-radius);
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(30, 55, 154, 0.08);
    margin-bottom: 40px;
    border: 1px solid rgba(0,0,0,0.02);
}

.hq-header {
    background: var(--sunny-navy);
    padding: 30px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.branch-style .hq-header {
    background: #2c3e50; 
}

.hq-tag {
    display: inline-block;
    font-size: 0.75rem;
    background: rgba(255,255,255,0.2);
    color: #fff;
    padding: 2px 8px;
    border-radius: 4px;
    margin-bottom: 5px;
}

.hq-tag.branch {
    background: #00C4CC; 
}

.hq-title-group h2 {
    color: #fff;
    margin: 0;
    font-size: 1.6rem;
    line-height: 1.3;
}

.hq-en-name {
    color: rgba(255,255,255,0.6);
    font-size: 0.8rem;
    font-weight: 300;
    margin-top: 5px;
    display: block;
    letter-spacing: 1px;
}

.hq-badges {
    display: flex;
    gap: 10px;
}

.hq-header .badge {
    background: rgba(255,255,255,0.2);
    color: #fff;
    padding: 6px 15px;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 500;
    backdrop-filter: blur(5px);
}

.hq-header .badge.yellow {
    background: var(--sunny-yellow);
    color: var(--sunny-navy);
    font-weight: 700;
}

.hq-body {
    padding: 40px;
}

/* === 基本資料區 === */
.hq-basic-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0; 
}

.hq-basic-grid.col-5 {
    grid-template-columns: repeat(5, 1fr); 
}

.info-box {
    display: flex;
    flex-direction: column;
    padding-left: 35px; 
    padding-right: 15px;
    border-left: 1px solid #E0E0E0; 
    position: relative;
    padding-bottom: 5px; 
}

.info-box.no-border, 
.info-box:first-child {
    border-left: none;
    padding-left: 0;
}

.info-label {
    font-size: 0.8rem;
    color: #999;
    margin-bottom: 8px;
    letter-spacing: 0.5px;
}

.info-value {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--text-main);
    line-height: 1.3;
}

/* === [關鍵修正] 虛線間距設定 === */
.soft-line {
    border: 0;
    border-top: 1px dashed #DDD;
    /* 上下各推 60px，確保距離足夠 */
    margin: 60px 0;
    width: 100%;
    display: block;
}

/* 下方聯絡資訊區也額外增加頂部 padding，雙重保險 */
.hq-contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px 40px;
    padding-top: 10px; 
}
/* === 修正結束 === */


.contact-row {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.contact-row.full-width {
    grid-column: 1 / -1;
}

.c-icon {
    font-size: 1.4rem;
    width: 30px;
    text-align: center;
}

.c-detail {
    display: flex;
    flex-direction: column;
}

.c-label {
    font-size: 0.75rem;
    color: #AAA;
    margin-bottom: 2px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.c-text, .c-link {
    font-size: 1.1rem;
    color: var(--text-main);
    line-height: 1.5;
    word-break: break-all;
}

.c-link {
    text-decoration: none;
    transition: color 0.2s;
    border-bottom: 1px dotted transparent;
}

.c-link:hover {
    color: var(--sunny-blue);
    border-bottom-color: var(--sunny-blue);
}

.c-link.highlight {
    font-weight: 700;
    color: var(--sunny-navy);
    font-size: 1.2rem;
}

.service-alert {
    margin-top: 35px;
    background: rgba(251, 197, 48, 0.1);
    border: 1px solid rgba(251, 197, 48, 0.3);
    border-radius: 10px;
    padding: 20px 25px;
    display: flex;
    gap: 20px;
    align-items: center;
}

.alert-header {
    font-weight: bold;
    color: var(--sunny-navy);
    margin-bottom: 2px;
}

.alert-phone {
    font-size: 1.2rem;
    font-weight: 800;
    color: var(--sunny-blue);
    text-decoration: none;
}

/* --- Departments Layout --- */
.dept-section-title {
    text-align: center;
    color: var(--sunny-navy);
    margin: 60px 0 30px;
    font-size: 1.5rem;
}

.dept-grid-2x2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-bottom: 25px;
}

.dept-card {
    background: var(--sunny-white);
    border-radius: var(--border-radius);
    padding: 40px 30px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.04);
    text-align: center;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
    border: 1px solid #eee;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

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

.brand-visa { border-top: 5px solid var(--sunny-blue); }
.brand-tour { border-top: 5px solid var(--sunny-navy); }
.brand-pilgrim { border-top: 5px solid var(--sunny-yellow); }
.brand-peer { border-top: 5px solid #888; background: #fafafa; }

.dept-card h4 {
    margin: 10px 0 20px 0;
    font-size: 1.3rem;
    color: var(--text-main);
}

.dept-card h4 small {
    display: block;
    font-size: 0.9rem;
    font-weight: normal;
    color: #888;
    margin-top: 8px;
    text-transform: none;
}

.dept-tel {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--text-main);
    text-decoration: none;
    display: block;
    margin-bottom: 10px;
}

.dept-tel.small { font-size: 1.1rem; }

.dept-addr {
    font-size: 0.95rem;
    color: #666;
    margin-bottom: 25px;
    line-height: 1.5;
    min-height: 30px;
    white-space: nowrap; 
    overflow: hidden;
    text-overflow: ellipsis;
}

.dept-btn {
    display: inline-block;
    padding: 8px 30px;
    border: 1px solid var(--sunny-blue);
    color: var(--sunny-blue);
    border-radius: 50px;
    text-decoration: none;
    font-size: 0.95rem;
    transition: all 0.3s;
    background: transparent;
}

.dept-card:hover .dept-btn {
    background: var(--sunny-blue);
    color: #fff;
}


/* --- Mobile Responsive --- */
@media (max-width: 992px) {
    .hq-basic-grid.col-5 {
        grid-template-columns: repeat(3, 1fr); 
        gap: 20px 0; 
    }
    .dept-addr { white-space: normal; } 
}

@media (max-width: 768px) {
    .sunny-hero { padding: 50px 20px; }
    .hq-header { padding: 25px 20px; flex-direction: column; align-items: flex-start; }
    .hq-body { padding: 25px 20px; }
    
    .hq-basic-grid, .hq-basic-grid.col-5 { 
        grid-template-columns: 1fr 1fr; 
        gap: 15px; 
    }
    
    .info-box { 
        border-left: none; 
        padding-left: 15px; 
        padding-right: 0;
        background: #f9f9f9; 
        padding: 10px 15px; 
        border-radius: 8px; 
    }
    
    .info-box:first-child { padding-left: 15px; }
    
    .hq-contact-grid { grid-template-columns: 1fr; gap: 20px; }
    
    .dept-grid-2x2 {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .dept-addr { white-space: normal; }
}/* End custom CSS */