@charset "utf-8";
@media (min-width: 992px) and (max-width: 1200px) {
  .show-below-xl {
    display: none !important;
  }
}
.hero4-slider-sectionarea .hero4-slider-area .hero2-header h1{
  margin-top: 28px;
  font-size: 50px;
}
@media (max-width: 767px) {
.hero4-slider-sectionarea .hero4-slider-area .hero2-header {
   margin-top: 50px;
}
.hero4-slider-sectionarea .hero4-slider-area .hero2-header h1{
   margin-top: 0px;
   font-size: 30px;	
}
}

.miision1 {
		border-radius: 0px;
	}
.arch-about-section {
  background-color: #ffffff;
  padding: 80px 0;
  position: relative;
}
.arch-mission-block {
  background-color: var(--brand-dark);
  padding: 60px;
  margin-left: -50px; /* 營造視覺層疊感 */
  position: relative;
  z-index: 2;
  box-shadow: 20px 20px 0px 0px var(--brand-orange);
  border-radius: 20px;
}
.arch-title {
  font-weight: 800;
  letter-spacing: -1px;
  line-height: 1.2;
  margin-bottom: 2rem;
}
.arch-accent-line {
  width: 60px;
  height: 3px;
  background: var(--brand-orange);
  margin-bottom: 2rem;
}
.arch-quote {
  font-size: 1.8rem;
  font-style: italic;
  line-height: 1.6;
  border-left: 2px solid var(--brand-orange);
  padding-left: 2rem;
  margin: 2rem 0;
}
@media (max-width: 992px) {
  .arch-mission-block {
	  margin-left: 0; 
	  box-shadow: 10px 10px 0px 0px var(--brand-orange); 
	  padding: 40px; 
	}
	.miision1 .mission-heading {
		border-radius: 0px;
	}

	.miision1 .images1 img {
		border-radius: 0px;
	}
	.miision1 .mission-heading {
		margin: 0 ; 
	}
	.location-card-wrapper{
		width: 90%;
		margin: 0 auto;
	}	
	 .galley4-section-area{
		 width: 90%;
		margin: 0 auto;
	 }
}

	.about1-section-area {
    padding: 0px;
    max-width: 1920px; 
}
.arch-quote_2 {
		font-style: italic;
		line-height: 1.6;
		border-left: 2px solid var(--brand-orange);
		padding-left: 0.3rem;
	}
  /* 城市發展官網專屬風格變數 */
    :root {
        --cd-primary-orange: #E67E33;    /* 官網活力橘 */
        --cd-text-dark: #222222;         /* 官網大標深灰 */
        --cd-text-muted: #666666;        /* 內文灰 */
        --cd-bg-light: #F5F6F8;          /* 卡片淺灰背景 */
        --cd-radius: 24px;               /* 官網特色大圓角 */
    }

    .cd-style-section {
        background-color: #ffffff;
        font-family: 'Noto Sans TC', sans-serif;
        letter-spacing: 0.03em;
    }

    /* 頂部雙語大標題 */
    .cd-style-title-block {
        margin-bottom: 60px;
    }
    .cd-style-eng-sub {
        color: var(--cd-primary-orange);
        font-size: 1rem;
        font-weight: 500;
        display: block;
        margin-bottom: 8px;
    }
    .cd-style-main-title {
        color: var(--cd-text-dark);
        font-weight: 700;
        font-size: 2.2rem;
    }

    /* 核心優勢：完全置中與 Icon 加大 */
    .cd-style-advantage-card {
        background: var(--cd-bg-light);
        border-radius: var(--cd-radius);
        padding: 45px 30px;
        height: 100%;
        border: none;
        transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
        position: relative;
        /* 完全置中設定 */
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .cd-style-advantage-card:hover {
        transform: translateY(-8px);
        background: #ffffff;
        box-shadow: 0 15px 35px rgba(230, 126, 51, 0.1);
    }
    /* 加大尺寸的 Icon 外框 */
    .cd-style-icon-wrapper {
        width: 120px;  /* 從 65px 加大至 85px */
        height: 120px;
        background-color: var(--cd-primary-orange);
        border-radius: 500px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 25px;
        box-shadow: 0 8px 24px rgba(0,0,0,0.04);
        transition: all 0.3s ease;
    }
    .cd-style-advantage-card:hover .cd-style-icon-wrapper {
        background-color: var(--cd-primary-orange);
    }
    /* 加大 Icon 符號本體 */
    .cd-style-icon-wrapper i {
        font-size: 3.5rem; /* 從 1.6rem 加大至 2.2rem */
        color: #ffffff;
        transition: all 0.3s ease;
    }
    .cd-style-advantage-card:hover .cd-style-icon-wrapper i {
        color: #ffffff;
    }
    .cd-style-advantage-card h4 {
        font-size: 1.3rem;
        font-weight: 700;
        color: var(--cd-text-dark);
        margin-bottom: 15px;
    }
    .cd-style-advantage-card p {
        font-size: 0.95rem;
        color: var(--cd-text-muted);
        line-height: 1.6;
        margin: 0;
    }

    /* 一站式服務：多圖不規則交疊 */
    .cd-style-service-row {
        align-items: center;
    }
    .cd-style-image-overlap-group {
        position: relative;
        height: 520px;
        width: 100%;
    }
    .cd-style-img-back {
        position: absolute;
        width: 78%;
        height: 400px;
        left: 0;
        top: 0;
        object-fit: cover;
        border-radius: var(--cd-radius);
        box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    }
    .cd-style-img-front {
        position: absolute;
        width: 58%;
        height: 290px;
        right: 10px;
        bottom: 30px;
        object-fit: cover;
        border-radius: var(--cd-radius);
        z-index: 2;
    }

    /* 右側服務區塊卡片 */
    .cd-style-service-content-card {
        background: var(--cd-bg-light);
        border-radius: var(--cd-radius);
        padding: 50px 40px;
    }
    .cd-style-service-content-card h3 {
        font-size: 1.8rem;
        font-weight: 700;
        color: var(--cd-text-dark);
        margin-bottom: 35px;
    }

    /* 全新升級：2x3 雙軌服務項目網格 */
    .cd-style-service-badge-box {
        background: #ffffff;
        border-radius: 16px;
        padding: 22px 20px;
        height: 100%;
        display: flex;
        align-items: flex-start;
        transition: all 0.3s ease;
        border: 1px solid transparent;
    }
    .cd-style-service-badge-box:hover {
        border-color: rgba(230, 126, 51, 0.4);
        box-shadow: 0 10px 25px rgba(230, 126, 51, 0.06);
        transform: translateY(-3px);
    }
    /* 質感打勾橘圈 */
    .cd-style-badge-check {
        width: 32px;
        height: 32px;
        background-color: rgba(230, 126, 51, 0.1);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 15px;
        flex-shrink: 0;
        margin-top: 2px;
        transition: all 0.3s ease;
    }
    .cd-style-service-badge-box:hover .cd-style-badge-check {
        background-color: var(--cd-primary-orange);
    }
    .cd-style-badge-check i {
        font-size: 0.85rem;
        color: var(--cd-primary-orange);
        transition: all 0.3s ease;
    }
    .cd-style-service-badge-box:hover .cd-style-badge-check i {
        color: #ffffff;
    }
    .cd-style-badge-text {
        font-size: 1.3rem;
        color: var(--cd-text-dark);
        font-weight: 500;
        line-height: 1.5;
    }

    /* 官網標誌性橘色按鈕 */
    .cd-style-btn-orange {
        background-color: var(--cd-primary-orange);
        color: #ffffff !important;
        border-radius: 50px;
        padding: 12px 35px;
        font-size: 1rem;
        font-weight: 500;
        border: none;
        display: inline-flex;
        align-items: center;
        gap: 10px;
        transition: all 0.3s ease;
        margin-top: 35px;
        text-decoration: none;
    }
    .cd-style-btn-orange:hover {
        background-color: #d36c22;
        box-shadow: 0 8px 20px rgba(230, 126, 51, 0.3);
        transform: translateY(-2px);
    }

    /* RWD 響應式優化 */
    @media (max-width: 991px) {
        .cd-style-section { padding: 0px 15px; }
        .cd-style-image-overlap-group { height: 380px; margin-bottom: 40px; }
        .cd-style-img-back { height: 300px; width: 80%; }
        .cd-style-img-front { height: 200px; width: 60%; bottom: 10px; }
        .cd-style-service-content-card { padding: 35px 20px; }
        .cd-style-btn-orange { margin-top: 20px; }
		
		.choose1 {
			padding: 30px 15px;
		}
		.miision1 {   
   			 padding: 60px 15px;
		}

    }

 :root {
      --city-orange: #ED8438;
      --city-dark: #1B1B1B;
      --city-text: #5C5D62;
    }
    
    /* 案例區標題 */
    .section-title { font-size: 2.5rem; font-weight: 700; color: var(--city-dark); margin-bottom: 3rem; }
    
    /* 案例卡片設計 */
    .city-case-card {
      background: #ffffff;
      border-radius: 20px;
      overflow: hidden;
      /* 移除 translateY，改用平滑的顏色過渡 */
      transition: all 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
      border: 1px solid #E5E7EB;
      height: 100%;
    }
    .city-case-card:hover {
      /* 懸停時邊框發光，並產生柔和擴散陰影，不移動位置 */
      border-color: var(--city-orange);
      box-shadow: 0 10px 30px rgba(237, 132, 56, 0.15);
    }
    
    .city-case-img {
      aspect-ratio: 19 / 10;;
      overflow: hidden;
      display: block; /* 確保連結填滿 */
    }
    .city-case-img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1);
    }
    /* 圖片稍微放大，保持動態感 */
    .city-case-card:hover .city-case-img img { transform: scale(1.05); }

    .city-case-body { padding: 1.5rem; }
    
    /* 案場標籤 */
    .city-case-location {
      display: inline-flex;
      align-items: center;
      gap: 0.4rem;
      font-size: 0.85rem;
      color: var(--city-orange);
      font-weight: 600;
      margin-bottom: 0.5rem;
    }
    
    .city-case-title {
      font-size: 1.25rem;
      font-weight: 700;
      color: var(--city-dark);
      margin-bottom: 1rem;
    }
    
    /* 極簡裝飾線 */
    .city-case-line {
      width: 30px;
      height: 2px;
      background: var(--city-orange);
      margin-bottom: 1rem;
    }

    /* 更多連結 */
    .city-more-link {
      color: var(--city-dark);
      font-weight: 600;
      text-decoration: none;
      display: inline-flex;
      align-items: center;
      gap: 0.5rem;
      font-size: 0.95rem;
      transition: all 0.3s ease;
    }

    /* 連結 Hover 效果：增加位移與文字顏色變化 */
    .city-more-link:hover {
      color: var(--city-orange);
      gap: 0.8rem;
    }

.nm-btn:hover{
position: relative;
right: -2px;
}

.hero4_main-slider-area{
	padding-top: 60px  !important;
	padding-bottom: 60px  !important;
}
@media (max-width: 767px) {
	.hero4_main{
	margin-top : 50px;
   }
}
   :root {
        --brand-orange: #f17829;
        --brand-orange-hover: #d9621c;
        --brand-orange-light: rgba(241, 120, 41, 0.08);
        --brand-dark: #111625;
        --brand-light-bg: #f5f6f8;
        --brand-gray-text: #6c757d;
        --border-radius-lg: 24px;
        --border-radius-sm: 16px;
        --transition-smooth: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    }

    /* 標題樣式 */
    .section-title-container {
        margin-bottom: 50px;
    }
	.text-muted{
		margin-top: 25px;
	}
    .section-tag {
        background-color: var(--brand-orange-light);
        color: var(--brand-orange);
        font-weight: 700;
        padding: 6px 16px;
        border-radius: 50px;
        font-size: 0.85rem;
        display: inline-block;
        margin-bottom: 12px;
        letter-spacing: 1px;
    }
    .section-title {
        font-weight: 700;
        color: var(--brand-dark);
        font-size: 2.5rem;
        margin-bottom: 20px;
    }
/* 🌟 首頁 */

/* 1. 圖片放大互動效果 */
.location-card-wrapper:hover img {
    transform: scale(1.08) !important;
}

/* 2. 據點編號圈圈（提高 z-index 確保不被遮罩覆蓋） */
.item_munber {
    background-color: var(--ztc-bg-bg-3) !important;
    color: var(--ztc-text-text-1) !important;
    width: 36px !important;
    height: 36px !important;
    right: 0 !important;
    top: 0 !important;
    z-index: 3 !important;
    font-weight: bold !important;
    font-size: 20px !important;
}

/* 3. 半圓形圖文容器 */
.card-image-box {
    position: relative !important;
    border-top-left-radius: 150px !important;
    border-top-right-radius: 150px !important;
    overflow: hidden !important;
}

/* 4. 圓弧圖片預設高度與轉場 */
.card-image-box img {
    height: 250px !important;
    object-fit: cover !important;
    transition: transform 0.3s ease !important;
}

/* 5. 圖上黑漸層遮罩（ pointer-events 確保不卡滑鼠 hover 事件） */
.card-image-box::after {
    content: '' !important;
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: linear-gradient(to bottom, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0.35) 50%, rgba(0,0,0,0.75) 100%) !important;
    z-index: 1 !important;
    transition: opacity 0.3s ease !important;
    pointer-events: none !important;
}

/* 6. 圖上文字定位容器 */
.card-text-overlay {
    position: absolute !important;
    width: 100% !important;
    bottom: 0 !important;
    left: 0 !important;
    padding: 20px 15px !important;
    z-index: 2 !important;
    text-align: center !important;
}

/* 7. 圖上白字主標題（強化陰影，無懼任何亮色背景） */
.card-text-overlay .overlay-title {
    font-size: 1.8rem !important;
    letter-spacing: 0.5px !important;
    text-shadow: 0 2px 4px rgba(0,0,0,0.5) !important;
}

/* 8. 圖上類型小標籤 */
.card-text-overlay .overlay-badge {
    font-size: 0.8rem !important;
    padding: 4px 10px !important;
    border-radius: 50px !important;
}

/* 9. 下方白色資訊字卡容器 */
.location-info-card {
    background-color: #ffffff !important;
    border-bottom: 3px solid var(--brand-orange) !important;
}

/* 10. 字卡內的電話與地址字級微調 */
.location-info-card .info-phone {
    font-size: 1.1rem !important;
	margin-top: 0px;
}
.location-info-card .info-address {
    font-size: 1rem !important;
}


/* 橘色區塊專屬的我想了解按鈕 */
.btn-cta-white {
	display: inline-block;
	padding: 20px 16px 20px 24px;
	color: var(--ztc-text-text-4);
	font-size: var(--ztc-font-size-font-s16);
	font-style: normal;
	font-weight: var(--ztc-weight-bold);
	line-height: 16px;
	position: relative;
	z-index: 2;
	font-family: var(--ztc-family-font1);
	border: none;
	overflow: hidden;
	background-color: var(--ztc-bg-bg-1);
	transition: all 0.4s;
	border-radius: 70px;
	position: relative;
	z-index: 1;
}

/* 滑鼠移上去的互動效果 (Hover) */
.btn-cta-white:hover {
	background-color: #ffffff;
	color: #d65f12;                 /* 字體顏色稍微加深 */
	transform: translateY(-3px);    /* 精品官網標配：微微往上浮起 */
	box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15); /* 陰影加深，更有立體感 */
}

/* 確保裡面的箭頭 Icon 有微小動態 */
.btn-cta-white i {
	transition: transform 0.3s ease;
}
.btn-cta-white:hover i {
	transform: translateX(4px);    /* 移上去時箭頭會往右動一下，暗示引導點擊 */
}

/* 定義箭頭左右來回移動的動畫 */
@keyframes arrowBounce {
	0%, 100% {
		transform: translateX(0); /* 起點與終點：回到原位 */
	}
	50% {
		transform: translateX(6px); /* 中間點：往右飄移 6 像素 */
	}
}

/* 將動畫綁定到按鈕內的 icon 上 */
.btn-cta-white i {
	display: inline-block; /* 必須設定為 inline-block，transform 動態才會生效 */
	animation: arrowBounce 1s infinite ease-in-out; /* 👈 1秒一個週期、無限循環、平滑進出 */
}
/* 🌟 1. 定義外框：限制大小並隱藏超出範圍的圖片 */
.cta-img-mask {
    position: relative !important;
    display: inline-block !important; /* 確保外框緊貼圖片大小 */
    overflow: hidden !important;       /* 關鍵：切掉超出的圖片 */
    border-radius: 100px 20px 100px 0px !important; /* 繼承你原本的漂亮圓角 */
}

/* 🌟 2. 設定圖片：稍微放大，並綁定平移對話動畫 */
.cta-img-moving {
    width: 100% !important;
    height: auto !important;
    display: block !important;
    /* 核心：圖片必須稍微放大（例如 1.15 倍），左右移動時邊緣才不會露白 */
    transform: scale(1.15); 
    /* 綁定動畫：名稱 ctaImagePan、時長 8 秒、無限循環、來回平滑流暢 */
    animation: ctaImagePan 10s infinite ease-in-out !important; 
}

/* 🌟 3. 定義左右慢慢移動的動畫軌跡 */
@keyframes ctaImagePan {
    0%, 100% {
        transform: scale(1.2) translateX(0); /* 起點與終點：置中稍微放大 */
    }
    50% {
        transform: scale(1.2) translateX(-40px); /* 中間點：往左慢慢平移 15 像素 */
    }
}
.cta-img-icon{
	
		width: 80px;
	}
@media (max-width: 991px) {
	.cta-img-icon{
		width: 0px;
	}
	/* 🌟 1. 定義外框：限制大小並隱藏超出範圍的圖片 */
.cta-img-mask {
    position: relative !important;
    display: inline-block !important; /* 確保外框緊貼圖片大小 */
    overflow: hidden !important;       /* 關鍵：切掉超出的圖片 */
    border-radius: 20px 20px 20px 20px !important; /* 繼承你原本的漂亮圓角 */
}
	@keyframes ctaImagePan {
		0%, 100% {
			transform: scale(1.1) translateX(0); /* 起點與終點：置中稍微放大 */
		}
		50% {
			transform: scale(1.1) translateX(-10px); /* 中間點：往左慢慢平移 15 像素 */
		}
	}
}

/* 🌟 聯絡我們 */    
    /* 🌟 全新橫向據點外殼 */
    .location-row-card {
        background-color: var(--brand-light-bg);
        border: 2px solid transparent;
        border-radius: var(--border-radius-lg);
        padding: 32px;
        margin-bottom: 30px; /* 每個據點之間的間距 */
        transition: var(--transition-smooth);
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
    }

    .location-row-card:hover {
        transform: translateY(-4px);
        background-color: #ffffff;
        box-shadow: 0 20px 40px rgba(17, 22, 37, 0.05);
        border-color: rgba(241, 120, 41, 0.2);
    }

    /* 橘色圓形圖標 */
    .icon-circle {
        width: 54px;
        height: 54px;
        background-color: var(--brand-orange);
        color: #ffffff;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.3rem;
		font-weight: 900;
        flex-shrink: 0;
        box-shadow: 0 6px 15px rgba(241, 120, 41, 0.25);
    }

    /* 文字排版 */
    .location-name {
        font-weight: 700;
        font-size: 1.4rem;       
        margin-bottom: 20px;
		padding: 15px;
		border-radius: 10px;
		background: #F17829;
		color: #fff;
    }

    .info-item {
        display: flex;
        align-items: flex-start;
        margin-bottom: 14px;
        font-size: 1rem;
        color: var(--brand-gray-text);
        line-height: 1.6;
    }

    .info-item i {
        margin-top: 5px;
        width: 24px;
        color: var(--brand-orange);
        font-size: 1.1rem;
        margin-right: 8px;
    }

    /* 快速動作按鈕 */
    .btn-action {
        border: 1px solid #e2e8f0;
        background-color: #ffffff;
        color: var(--brand-dark);
        border-radius: 50px;
        padding: 8px 22px;
        font-size: 0.9rem;
        font-weight: 600;
        transition: var(--transition-smooth);
        text-decoration: none;
        display: inline-flex;
        align-items: center;
        gap: 8px;
        margin-right: 12px;
        margin-top: 10px;
        box-shadow: 0 2px 6px rgba(0,0,0,0.02);
    }
@media (max-width: 767px) {
	 .btn-action {       
        margin-right: 2px;
		padding: 8px 20px;
	}
}
    .btn-action:hover {
        border-color: var(--brand-orange);
        color: var(--brand-orange);
        background-color: var(--brand-orange-light);
        transform: translateY(-1px);
    }

    /* 🌟 大升級：科技感右側地圖容器 */
    .custom-map-box {
        background: #ffffff;
        border: 1px solid #e9ecef;
        border-radius: var(--border-radius-sm);
        padding: 12px;
        box-shadow: 0 8px 20px rgba(0,0,0,0.02);
        height: 100%; /* 撐滿右側 Row 的高度，達成完美等高 */
        min-height: 260px;
        display: flex;
        flex-direction: column;
        transition: var(--transition-smooth);
    }
    
    .location-row-card:hover .custom-map-box {
        border-color: #dee2e6;
        box-shadow: 0 12px 25px rgba(0,0,0,0.05);
    }

    .map-header-tag {
        font-size: 0.75rem;
        color: var(--brand-dark);
        font-weight: 700;
        display: flex;
        align-items: center;
        gap: 6px;
        margin-bottom: 10px;
        opacity: 0.8;
        letter-spacing: 0.5px;
    }

    .map-iframe-wrapper {
        border-radius: 10px;
        overflow: hidden;
        flex-grow: 1; /* 自動填滿剩餘高度 */
        position: relative;
    }

    .map-iframe {
        width: 100%;
        height: 250px;
        border: none;
    }

    /* 手機版適應：降級為上下堆疊，但維持單行大卡片質感 */
    @media (max-width: 991.98px) {
        .custom-map-box {
            margin-top: 25px;
            height: 240px;
            min-height: 240px;
        }
    }

  /* ==========================================================================
       城市發展 - 商品詳細頁專屬樣式 (city-prod- 前綴，防 main.css 衝突)
       ========================================================================== */
    :root {
      --city-orange: #ED8438;
      --city-orange-hover: #d36e25;
      --city-dark: #1B1B1B;
      --city-text-muted: #5C5D62;
      --city-bg-light: #F8F9FA;
      --city-border: #E5E7EB;
      --city-font: 'Inter', 'Noto Sans TC', sans-serif;
    }

    /* 麵包屑導航 */
    .city-prod-breadcrumb {
      padding: 1.5rem 0;
    }
    .city-prod-breadcrumb a {
      color: var(--city-text-muted);
      text-decoration: none;
      transition: color 0.3s ease;
    }
    .city-prod-breadcrumb a:hover {
      color: var(--city-orange);
    }
    .city-prod-breadcrumb .active {
      color: var(--city-dark);
      font-weight: 500;
    }

    /* 商品主容器 */
    .city-prod-detail-container {
      background-color: #F1F2F3;
      border-radius: 24px;
      padding: 2.5rem;
      box-shadow: 0 4px 30px rgba(0, 0, 0, 0.05);
    }

    /* 相簿大圖區域（頂部左側） */
    .city-prod-gallery-main {
      position: relative;
      border-radius: 16px;
      overflow: hidden;
      background-color: #E5E7EB;
      aspect-ratio: 19 / 10;
      border: 1px solid var(--city-border);
    }
    .city-prod-gallery-main img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      cursor: pointer;
      transition: transform 0.4s ease;
    }
    
    /* 懸停時大圖有些微放大感，並顯示查看提示（使用內嵌 SVG 放大鏡，零外部依賴） */
    .city-prod-gallery-main::after {
      content: '' !important; 
      position: absolute !important;
      top: 50% !important;
      left: 50% !important;
      transform: translate(-50%, -50%) scale(0.8) !important;
      background-color: rgba(237, 132, 56, 0.95) !important;
      
      /* 優雅的純白 SVG 放大鏡背景 */
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='white' stroke-width='2.5'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z' /%3E%3C/svg%3E") !important;
      background-repeat: no-repeat !important;
      background-position: center !important;
      background-size: 24px !important;
      
      width: 60px !important;
      height: 60px !important;
      border-radius: 50% !important;
      display: flex !important;
      align-items: center !important;
      justify-content: center !important;
      opacity: 0 !important;
      visibility: hidden !important;
      transition: all 0.3s ease !important;
      pointer-events: none !important;
    }
    .city-prod-gallery-main:hover img {
      transform: scale(1.03);
    }
    .city-prod-gallery-main:hover::after {
      opacity: 1 !important;
      visibility: visible !important;
      transform: translate(-50%, -50%) scale(1) !important;
    }

    /* 產品基本資訊區（頂部右側） */
    .city-prod-meta {
      padding-left: 1.5rem;
    }
    @media (max-width: 991px) {
      .city-prod-meta {
        padding-left: 0;
        margin-top: 2rem;
      }
    }

    .city-prod-series-badge {
      background-color: rgba(237, 132, 56, 0.1);
      color: var(--city-orange);
      font-size: 0.85rem;
      font-weight: 600;
      padding: 0.4rem 1rem;
      border-radius: 50px;
      display: inline-flex;
      align-items: center;
      gap: 0.35rem;
    }

    /* 社群分享按鈕設計 */
    .city-prod-share-btn {
      width: 32px;
      height: 32px;
      border-radius: 50%;
      background-color: var(--city-bg-light);
      border: 1px solid var(--city-border);
      display: inline-flex;
      align-items: center;
      justify-content: center;
      color: var(--city-text-muted);
      transition: all 0.3s ease;
      text-decoration: none;
      cursor: pointer;
      padding: 0;
    }
    .city-prod-share-btn:hover {
      background-color: var(--city-orange-light);
      border-color: var(--city-orange);
      color: var(--city-orange);
      transform: translateY(-2px);
    }
    .city-prod-share-btn svg {
      width: 16px;
      height: 16px;
      fill: currentColor;
    }

    /* 複製連結成功提示 */
    .city-toast {
      position: fixed;
      bottom: 30px;
      left: 50%;
      transform: translateX(-50%) translateY(15px);
      background-color: rgba(27, 27, 27, 0.95);
      color: #ffffff;
      padding: 10px 24px;
      border-radius: 50px;
      font-size: 0.9rem;
      z-index: 9999;
      box-shadow: 0 4px 15px rgba(0,0,0,0.2);
      opacity: 0;
      pointer-events: none;
      transition: transform 0.3s ease, opacity 0.3s ease;
    }
    .city-toast.show {
      transform: translateX(-50%) translateY(0);
      opacity: 1;
    }

    .city-prod-title {
      font-size: 2.25rem;
      font-weight: 700;
      color: var(--city-dark);
      margin-bottom: 0.75rem;
      letter-spacing: -0.5px;
    }

    .city-prod-model {
      font-size: 1.1rem;
      color: var(--city-text-muted);
      margin-bottom: 0.5rem;
    }
    .city-prod-model span {
      font-weight: 600;
      color: var(--city-dark);
    }

    /* 建議售價區 */
    .city-prod-price-box {
      background-color: var(--city-bg-light);
      border-radius: 12px;
      padding: 1.25rem;
      margin-bottom: 2rem;
      border-left: 4px solid var(--city-orange);
    }
    .city-prod-price-label {
      font-size: 0.9rem;
      color: var(--city-text-muted);
      margin-bottom: 0.25rem;
    }
    .city-prod-price-value {
      font-size: 1.85rem;
      font-weight: 700;
      color: var(--city-orange);
    }

    /* 快捷特色標籤 */
    .city-prod-quick-specs {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 1rem;
      margin-bottom: 2rem;
    }

/* 當螢幕寬度V小於 768px（電腦版）時 */
@media (max-width: 1200px) {
  .city-prod-quick-specs {
      grid-template-columns: repeat(1, 1fr);
    }

}
    .city-prod-spec-pill {
      background-color: var(--city-bg-light);
      border: 1px solid var(--city-border);
      padding: 0.75rem 1rem;
      border-radius: 10px;
      font-size: 0.9rem;
      color: var(--city-text-muted);
      display: flex;
      align-items: center;
      gap: 0.65rem;
    }
    
    /* 調整 SVG 標籤大小與基線對齊 */
    .city-prod-spec-pill svg {
      flex-shrink: 0;
    }

    /* 詢問按鈕 */
    .city-prod-cta-btn {
      background-color: var(--city-orange);
      color: #ffffff;
      font-weight: 700;
      font-size: 1.1rem;
      padding: 1rem 2rem;
      border-radius: 50px;
      border: none;
      width: 100%;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 0.75rem;
      transition: all 0.3s ease;
      box-shadow: 0 4px 15px rgba(237, 132, 56, 0.2);
    }
    .city-prod-cta-btn:hover {
      background-color: var(--city-orange-hover);
      color: #ffffff;
      transform: translateY(-2px);
    }

    /* 產品說明大看板 - 模擬後台文字編輯器 (Rich Text Editor) 輸出 */
    .city-editor-content {
      border-top: 1px solid var(--city-border);
      padding-top: 3rem;
      margin-top: 1rem;
    }
    .city-editor-content-title {
      font-size: 1.5rem;
      font-weight: 700;
      color: var(--city-dark);
      margin-bottom: 1.5rem;
      display: flex;
      align-items: center;
      gap: 0.5rem;
    }
    .city-editor-content-title::before {
      content: '';
      display: inline-block;
      width: 4px;
      height: 24px;
      background-color: var(--city-orange);
      border-radius: 2px;
    }

    /* 編輯器上架內文基礎格式 */
    .city-editor-html {
      font-size: 1.05rem;
      line-height: 1.8;
      color: var(--city-dark);
    }
    .city-editor-html h3 {
      font-size: 1.35rem;
      font-weight: 700;
      margin-top: 2rem;
      margin-bottom: 1rem;
      color: var(--city-dark);
    }
    .city-editor-html p {
      margin-bottom: 1.25rem;
      text-align: justify;
    }
    .city-editor-html strong {
      font-weight: 700;
      color: #000;
    }
    .city-editor-html ul, .city-editor-html ol {
      margin-bottom: 1.5rem;
      padding-left: 1.5rem;
    }
    .city-editor-html li {
      margin-bottom: 0.5rem;
    }
    /* 編輯器表格樣式 */
    .city-editor-html table {
      width: 100%;
      margin: 1.5rem 0;
      border-collapse: collapse;
    }
    .city-editor-html th, .city-editor-html td {
      border: 1px solid var(--city-border);
      padding: 0.75rem 1rem;
      text-align: left;
    }
    .city-editor-html th {
      background-color: var(--city-bg-light);
      font-weight: 600;
    }
    /* 編輯器跨欄大插圖 */
    .city-editor-html img {
      border-radius: 12px;
      margin: 1.5rem 0;
      max-width: 100%;
      height: auto;
      box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    }

    /* 底部商品相簿區樣式 (一列4個小圖) */
    .city-prod-album-section {
      margin-top: 3.5rem;
      border-top: 1px solid var(--city-border);
      padding-top: 3rem;
    }
    .city-album-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 1.25rem;
    }
    @media (max-width: 767px) {
      /* 手機版自動轉換為 2x2 的網格，好點擊且美觀 */
      .city-album-grid {
        grid-template-columns: repeat(2, 1fr);
      }
    }
    .city-album-item {
      position: relative;
      aspect-ratio: 19/10;
      border-radius: 14px;
      overflow: hidden;
      cursor: pointer;
      border: 1px solid var(--city-border);
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
      transition: all 0.3s ease;
    }
    .city-album-item img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 0.4s ease;
    }
    
    /* 懸停遮罩效果（同樣使用內嵌純白 SVG 放大鏡背景） */
    .city-album-item::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(27, 27, 27, 0.5); /* 深色半透光遮罩 */
      
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='white' stroke-width='2.5'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z' /%3E%3C/svg%3E");
      background-repeat: no-repeat;
      background-position: center;
      background-size: 28px;
      
      opacity: 0;
      transition: all 0.3s ease;
    }
    .city-album-item:hover {
      transform: translateY(-4px);
      box-shadow: 0 8px 24px rgba(237, 132, 56, 0.25);
      border-color: var(--city-orange);
    }
    .city-album-item:hover img {
      transform: scale(1.08);
    }
    .city-album-item:hover::after {
      opacity: 1;
    }

    /* 燈箱 Modal 控制 */
    .city-lightbox-modal .modal-content {
      background-color: rgba(0, 0, 0, 0.75);
      border: none !important;
      border-radius: 0 !important;
      height: 100% !important;
      min-height: 100vh !important;
      display: flex !important;
      flex-direction: column !important;
      justify-content: center !important;
    }
    .city-lightbox-modal .modal-header {
      border-bottom: none !important;
      padding: 1.5rem !important;
      position: absolute !important;
      top: 0 !important;
      right: 0 !important;
      width: 100% !important;
      display: flex !important;
      justify-content: flex-end !important;
      z-index: 1060 !important;
    }
    
    .city-lightbox-modal .btn-close {
      filter: invert(1) !important; /* 轉為亮白色 */
      opacity: 0.85 !important;
      font-size: 1.25rem !important;
      transition: all 0.2s ease !important;
    }
    .city-lightbox-modal .btn-close:hover {
      opacity: 1 !important;
      transform: scale(1.15) !important;
    }
    
    .city-lightbox-modal .modal-body {
      flex: 1 !important;
      display: flex !important;
      align-items: center !important;
      justify-content: center !important;
      padding: 0 !important;
      position: relative !important;
      height: 100% !important;
      width: 100% !important;
    }
    
    .city-lightbox-img {
      max-height: 85vh !important; /* 預留上下與工具列的安全間距 */
      max-width: 82vw !important;  /* 預留兩側箭頭按鈕的空間，確保圖片不被遮擋 */
      object-fit: contain !important;
      box-shadow: 0 15px 50px rgba(0, 0, 0, 0.8) !important; /* 精緻的陰影立體投影 */
      border-radius: 12px !important;
      transition: transform 0.3s ease !important;
    }
    
    .city-lightbox-control {
      position: absolute !important;
      top: 50% !important;
      transform: translateY(-50%) !important;
      background-color: rgba(255, 255, 255, 0.08) !important;
      color: #ffffff !important;
      border: none !important;
      width: 56px !important;
      height: 56px !important;
      border-radius: 50% !important;
      display: flex !important;
      align-items: center !important;
      justify-content: center !important;
      cursor: pointer !important;
      transition: all 0.3s ease !important;
      z-index: 1055 !important;
      backdrop-filter: blur(8px) !important; /* 高級毛玻璃面板效果 */
      border: 1px solid rgba(255, 255, 255, 0.1) !important;
    }
    .city-lightbox-control:hover {
      background-color: var(--city-orange) !important;
      border-color: var(--city-orange) !important;
      color: #ffffff !important;
      box-shadow: 0 6px 20px rgba(237, 132, 56, 0.45) !important;
    }
    .city-lightbox-control svg {
      width: 24px;
      height: 24px;
    }
    
    .city-lightbox-prev {
      left: 30px !important;
    }
    .city-lightbox-next {
      right: 30px !important;
    }
    
    /* 手機版極致排版微調 */
    @media (max-width: 767.98px) {
      .city-lightbox-control {
        width: 44px !important;
        height: 44px !important;
      }
      .city-lightbox-prev {
        left: 15px !important;
      }
      .city-lightbox-next {
        right: 15px !important;
      }
      .city-lightbox-img {
        max-height: 75vh !important;
        max-width: 95vw !important; /* 手機端大圖盡可能延伸 */
        border-radius: 8px !important;
      }
    }
  @media (min-width: 120px) {
			.modal-xl {
				--bs-modal-width: 100%;
			}
		}
	  @media (min-width: 576px) {
		.modal {
			--bs-modal-margin: 0rem;
			--bs-modal-box-shadow: var(--bs-box-shadow);
		}
	}

 @media (max-width: 992px) {
		.cat4-section-area{
			width: 90%;
			margin: 0 auto;
		}
    }

/*產品列表*/
/* 使用 !important 來強制覆蓋任何內建模板的干擾 */

/* 1. 外層包裹容器 */
.city-select-box-wrapper {
  position: relative !important;
  width: 250px !important;
  display: inline-block !important;
}

/* 2. 獨立設計的右側箭頭 (完全避開舊模板圖示) */
.city-select-box-wrapper::after {
  content: '' !important;
  position: absolute !important;
  right: 18px !important;
  top: 50% !important;
  width: 8px !important;
  height: 8px !important;
  border-right: 2px solid #888888 !important; /* 箭頭顏色 */
  border-bottom: 2px solid #888888 !important;
  transform: translateY(-65%) rotate(45deg) !important; /* 轉成 V 字型 */
  pointer-events: none !important;
  z-index: 99 !important;
}

/* 3. 下拉選單本體樣式 */
.city-select-box {
  width: 100% !important;
  height: 42px !important; /* 固定高度，看起來更俐落 */
  padding: 0 40px 0 16px !important; /* 留出右邊空間給箭頭 */
  font-size: 15px !important;
  color: #444444 !important;
  background-color: #ffffff !important;
  border: 1px solid #dddddd !important; /* 質感淺灰細邊框 */
  border-radius: 6px !important; /* 微圓角 */
  cursor: pointer !important;
  
  /* 關鍵：強制拔除所有瀏覽器與舊模板內建的箭頭與背景偽元素 */
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-image: none !important; 
}

/* 清除舊模板可能殘留的偽元素影響 */
.city-select-box::before,
.city-select-box::after {
  display: none !important;
}

/* 4. 滑鼠懸停與點擊時的質感微調 */
.city-select-box:hover {
  border-color: #bbbbbb !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06) !important;
}

.city-select-box:focus {
  outline: none !important;
  border-color: #ed8438 !important; /* 聚焦時變成品牌經典橘色 */
  box-shadow: 0 0 0 3px rgba(237, 132, 56, 0.15) !important;
}
	

:root {
  --brand-orange: #ED8438;
  --brand-dark: #1B1B1B;
  --card-bg: #ffffff;
  --card-radius: 20px;
}


.product-card {
  background: var(--card-bg);
  border-radius: var(--card-radius);
  border: 1px solid #E5E7EB;
  transition: all 0.4s ease;
  height: 100%; /* 強制填滿高度，解決不等高問題 */
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.product-card:hover {
  box-shadow: 0 15px 30px rgba(0,0,0,0.1);
  border-color: var(--brand-orange);
}

.product-img-wrapper {
  position: relative;
  aspect-ratio: 19 / 10;
  overflow: hidden;
}

.product-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* 關鍵：強制圖片等比例填滿 */
  transition: transform 0.5s ease;
}

.product-card:hover .product-img-wrapper img {
  transform: scale(1.05);
}

.product-body {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1; /* 確保內容區塊填滿空間 */
}

.product-model-tag {
  font-size: 0.8rem;
  color: var(--brand-orange);
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-bottom: 0.5rem;
}

.product-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--brand-dark);
  margin-bottom: 1rem;
}

.product-btn {
  margin-top: auto; /* 關鍵：將按鈕推到底部 */
  display: inline-block;
  padding: 0.8rem 1.5rem;
  background: #F3F4F6;
  color: var(--brand-dark);
  text-decoration: none;
  border-radius: 10px;
  font-weight: 600;
  text-align: center;
  transition: all 0.3s ease;
}

.product-btn:hover {
  background: var(--brand-orange);
  color: #fff;
}

/* Footer 專屬細緻樣式 */
    .cd-style-footer-text {
        font-size: 0.88rem;
        color: #888; /* 質感淺灰 */
        line-height: 1.8;
        letter-spacing: 0.05em;
        margin-bottom: 20px;
    }
    .cd-style-footer-divider {
        display: inline-block;
        margin: 0 8px;
        color: #555555;
    }


 /* 城市發展官網專屬風格變數 */
    :root {
        --cd-primary-orange: #E67E33;    /* 官網活力橘 */
        --cd-text-dark: #222222;         /* 官網大標深灰 */
        --cd-text-muted: #666666;        /* 內文灰 */
        --cd-bg-light: #F1F2F3;          /* 卡片預設底色 */
        --cd-radius: 20px;               /* 官網特色圓角 */
    }

    .cd-style-partner-section {
        background-color: #ffffff;
        padding: 50px 0;
        letter-spacing: 0.03em;
    }
@media (max-width: 767px) {
.cd-style-partner-section {
        padding: 30px 15px;
    }
}
    /* 左側主標題與三項說明區 */
    .cd-left-sticky-block {
        padding-right: 40px;
    }
    
    .cd-style-partner-title-block {
        margin-bottom: 45px;
    }
    .cd-style-partner-title-block h5 {
        font-size: 1.1rem;
        font-weight: 500;
        color: #E67E33;
        display: flex;
        align-items: center;
        gap: 8px;
    }
    .cd-style-partner-main-title {
        color: var(--cd-text-dark);
        font-weight: 700;
        font-size: 2.4rem;
        margin-top: 15px;
    }

    /* 左側直式三項圖表樣式 */
    .cd-gallery-intro-v {
        display: flex;
        flex-direction: column;
        gap: 35px;
    }
    .cd-gallery-col-v {
        position: relative;
        padding-left: 25px;
    }
    /* 改為洗鍊的左側垂直指標線 */
    .cd-gallery-col-v::before {
        content: "";
        position: absolute;
        left: 0;
        top: 5px;
        width: 3px;
        height: 40px;
        background-color: #E67E33; /* 官網橘標線 */
        border-radius: 2px;
    }
    .cd-gallery-label {
        font-size: 0.82rem;
        color: var(--bs-orange);
        font-weight: 700;
        letter-spacing: 0.15em;
        text-transform: uppercase;
        margin-bottom: 6px;
        display: block;
    }
    .cd-gallery-heading {
        font-size: 1.2rem;
        font-weight: 700;
        color: #222222;
        margin-bottom: 8px;
        line-height: 1.4;
    }
    .cd-gallery-text {
        text-align: justify;
        color: #666666;
        line-height: 1.7;
        margin: 0;
        letter-spacing: 0.05em;
    }

    /* 右側合作夥伴卡片美學：大圓角、極簡灰底 */
    .cd-style-partner-card {
        border-radius: var(--cd-radius);
        padding: 40px 25px;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
        position: relative;
        border: 1px solid transparent;
        overflow: hidden;
        background: var(--cd-bg-light);
        border-color: var(--cd-bg-light);
    }

    /* 滑鼠懸停效果 */
    .cd-style-partner-card:hover {
        background: #ffffff;
        transform: translateY(-8px);
        border-color: rgba(230, 126, 51, 0.3);
        box-shadow: 0 15px 35px rgba(230, 126, 51, 0.08);
    }

    /* Logo 置放容器 */
    .cd-style-partner-logo-placeholder {
        width: 100%;
        height: 55px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 22px;
        transition: all 0.3s ease;
    }
    .cd-style-partner-logo-placeholder img {
        max-width: 85%;
        max-height: 100%;
        object-fit: contain;
    }

    /* 企業名稱 */
    .cd-style-partner-name {
        font-size: 1.25rem;
        font-weight: 700;
        color: var(--cd-text-dark);
        margin-bottom: 12px;
        transition: color 0.3s ease;
    }
    .cd-style-partner-card:hover .cd-style-partner-name {
        color: var(--cd-primary-orange);
    }

    /* 合作項目文字 */
    .cd-style-partner-content {
        color: var(--cd-text-muted);
        line-height: 1.6;
        margin: 0;
        padding-top: 12px;
        border-top: 1px solid rgba(0, 0, 0, 0.05);
        width: 85%;
    }

    /* RWD 手機與平板適配排版 */
    @media (max-width: 991px) {
        .cd-left-sticky-block {
            padding-right: 0;
            margin-bottom: 60px;
        }
        .cd-style-partner-title-block {
            text-align: center;
        }
        .cd-style-partner-title-block h5 {
            justify-content: center;
        }
        .cd-style-partner-main-title {
            font-size: 2rem;
        }
        .cd-gallery-col-v {
            padding-left: 0;
            text-align: center;
        }
        .cd-gallery-col-v::before {
            display: none;
        }
    }

/* 當螢幕寬度V小於 768px（電腦版）時 */
@media (max-width: 768px) {
   .hide-on-mobile {
    display: none !important; /* 手機隱藏 */
}

}

@media (max-width: 767px) {
	.footer_txt_size_1{
		font-size: 26px  !important;
	}
	.footer_txt_size_2{
		font-size: 18px  !important;
	}
	.cat4-section-area .cta-images-area {
		margin-top: 0px;
	}
}
/*分頁樣式表*/

.page{font-family:Tahoma; font-size:16px;}
	
.pages {

  PADDING-RIGHT: 7px; PADDING-LEFT: 7px; PADDING-BOTTOM: 7px; MARGIN: 3px; PADDING-TOP: 7px; TEXT-ALIGN: center;

}

.page A {

  BORDER-RIGHT: #4e6458 1px solid; PADDING-RIGHT: 10px; BORDER-TOP: #4e6458 1px solid; PADDING-LEFT: 10px; PADDING-BOTTOM: 5px; MARGIN: 2px; BORDER-LEFT: #4e6458 1px solid; COLOR: #4e6458; PADDING-TOP: 5px; BORDER-BOTTOM: #4e6458 1px solid; TEXT-DECORATION: none;border-radius: 5px;

}

.page A:hover {

  BORDER-RIGHT: #4e6458 1px solid; BORDER-TOP: #4e6458 1px solid; BORDER-LEFT: #4e6458 1px solid; COLOR: #fff; BORDER-BOTTOM: #4e6458 1px solid; BACKGROUND-COLOR: #4e6458;

}

.page A:active {

  BORDER-RIGHT: #4e6458 1px solid; BORDER-TOP: #4e6458 1px solid; BORDER-LEFT: #4e6458 1px solid; COLOR: #fff; BORDER-BOTTOM: #4e6458 1px solid; BACKGROUND-COLOR: #4e6458;

}

.page SPAN.current {

  BORDER-RIGHT: #4e6458 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #4e6458 1px solid; PADDING-LEFT: 5px; FONT-WEIGHT: bold; PADDING-BOTTOM: 2px; MARGIN: 2px; BORDER-LEFT: #4e6458 1px solid; COLOR: #fff; PADDING-TOP: 2px; BORDER-BOTTOM: #4e6458 1px solid; BACKGROUND-COLOR: #4e6458;

}

.page SPAN {

  BORDER-RIGHT: #253B2F 1px solid; PADDING-RIGHT: 10px; BORDER-TOP: #253B2F 1px solid; PADDING-LEFT: 10px; PADDING-BOTTOM: 5px; MARGIN: 2px; BORDER-LEFT: #253B2F 1px solid; COLOR: #fff; PADDING-TOP: 5px; BORDER-BOTTOM: #253B2F 1px solid;

BACKGROUND-COLOR: #253B2F;border-radius: 5px;

}