initialize premium theme v2 with base CSS framework and website templates
This commit is contained in:
parent
e7e2c90a28
commit
46e61651cc
@ -2962,203 +2962,258 @@ justify-content:center;
|
|||||||
SECTION 6 — SERVICES PAGE
|
SECTION 6 — SERVICES PAGE
|
||||||
============================================================ */
|
============================================================ */
|
||||||
|
|
||||||
/* ── 1. Event Themes & Decor (Accordion + Image) ── */
|
/* ── 1. Event Themes & Decor (Full-Width Tabbed Hero View) ── */
|
||||||
.svc-themes-section {
|
.svc-themes-section {
|
||||||
padding: 100px 20px;
|
padding: 80px 20px 100px !important;
|
||||||
background-color: #fff
|
background-color: #faf8f5 !important;
|
||||||
|
width: 100% !important;
|
||||||
|
box-sizing: border-box !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.svc-themes-wrap {
|
.svc-fw-themes-container {
|
||||||
max-width: 1200px;
|
max-width: 1240px !important;
|
||||||
margin: 0 auto;
|
margin: 0 auto !important;
|
||||||
display: flex;
|
width: 100% !important;
|
||||||
gap: 60px;
|
|
||||||
align-items: flex-start;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.svc-themes-left {
|
.svc-fw-header {
|
||||||
flex: 1;
|
text-align: center !important;
|
||||||
|
margin-bottom: 40px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.svc-eyebrow {
|
.svc-fw-header .svc-eyebrow {
|
||||||
font-size: 0.85rem;
|
font-size: 0.85rem !important;
|
||||||
font-weight: 600;
|
font-weight: 600 !important;
|
||||||
color: #C9973A;
|
color: #C9973A !important;
|
||||||
letter-spacing: 0.1em;
|
letter-spacing: 0.12em !important;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase !important;
|
||||||
margin-bottom: 16px;
|
margin-bottom: 12px !important;
|
||||||
display: inline-block;
|
display: inline-block !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.svc-themes-title {
|
.svc-fw-header .svc-themes-title {
|
||||||
font-size: 3.5rem;
|
font-size: 3.2rem !important;
|
||||||
font-weight: 600;
|
font-weight: 600 !important;
|
||||||
color: #1a1206;
|
color: #1a1206 !important;
|
||||||
line-height: 1.1;
|
line-height: 1.15 !important;
|
||||||
margin-bottom: 24px;
|
margin-bottom: 16px !important;
|
||||||
|
text-align: center !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.svc-themes-intro {
|
.svc-fw-header .svc-themes-intro {
|
||||||
font-size: 1.1rem;
|
font-size: 1.1rem !important;
|
||||||
color: #5a4a35;
|
color: #5a4a35 !important;
|
||||||
line-height: 1.6;
|
line-height: 1.6 !important;
|
||||||
margin-bottom: 40px;
|
margin: 0 auto !important;
|
||||||
max-width: 90%;
|
max-width: 760px !important;
|
||||||
|
text-align: center !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Custom Accordion */
|
/* Nav Pills Bar */
|
||||||
.svc-accordion {
|
.svc-theme-pills-nav {
|
||||||
border-top: 1px solid #e8dece;
|
display: flex !important;
|
||||||
|
flex-wrap: wrap !important;
|
||||||
|
justify-content: center !important;
|
||||||
|
align-items: center !important;
|
||||||
|
gap: 8px !important;
|
||||||
|
margin: 0 auto 50px auto !important;
|
||||||
|
padding: 12px 18px !important;
|
||||||
|
background: #ffffff !important;
|
||||||
|
border-radius: 50px !important;
|
||||||
|
border: 1px solid #e8dece !important;
|
||||||
|
box-shadow: 0 6px 25px rgba(26, 18, 6, 0.05) !important;
|
||||||
|
max-width: 1150px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.svc-acc-item {
|
.svc-pill-btn {
|
||||||
border-bottom: 1px solid #e8dece;
|
background: transparent !important;
|
||||||
|
border: 1px solid transparent !important;
|
||||||
|
outline: none !important;
|
||||||
|
padding: 10px 22px !important;
|
||||||
|
border-radius: 30px !important;
|
||||||
|
font-size: 0.95rem !important;
|
||||||
|
font-weight: 500 !important;
|
||||||
|
color: #5a4a35 !important;
|
||||||
|
cursor: pointer !important;
|
||||||
|
transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
|
||||||
|
margin: 0 !important;
|
||||||
|
line-height: 1.2 !important;
|
||||||
|
box-shadow: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.svc-acc-btn {
|
.svc-pill-btn:hover {
|
||||||
width: 100%;
|
color: #C9973A !important;
|
||||||
background: transparent;
|
background: rgba(201, 151, 58, 0.08) !important;
|
||||||
border: none;
|
|
||||||
padding: 24px 0;
|
|
||||||
display: flex;
|
|
||||||
align-items: center;
|
|
||||||
cursor: pointer;
|
|
||||||
text-align: left;
|
|
||||||
transition: all 0.3s ease;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.svc-acc-icon {
|
.svc-pill-btn.active {
|
||||||
font-size: 1.2rem;
|
background: #C9973A !important;
|
||||||
color: #C9973A;
|
color: #ffffff !important;
|
||||||
margin-right: 16px;
|
border-color: #C9973A !important;
|
||||||
opacity: 0;
|
box-shadow: 0 4px 18px rgba(201, 151, 58, 0.35) !important;
|
||||||
transform: scale(0.5);
|
font-weight: 600 !important;
|
||||||
transition: all 0.3s ease;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.svc-acc-item.active .svc-acc-icon {
|
/* Panels Container */
|
||||||
opacity: 1;
|
.svc-fw-theme-content-wrapper {
|
||||||
transform: scale(1);
|
position: relative !important;
|
||||||
|
width: 100% !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.svc-acc-label {
|
.svc-fw-theme-panel {
|
||||||
flex: 1;
|
display: none !important;
|
||||||
font-size: 1.3rem;
|
opacity: 0 !important;
|
||||||
font-family: var(--v2-font-display);
|
transition: opacity 0.4s ease-in-out !important;
|
||||||
font-weight: 500;
|
|
||||||
color: #1a1206;
|
|
||||||
transition: color 0.3s ease;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.svc-acc-item.active .svc-acc-label {
|
.svc-fw-theme-panel.active {
|
||||||
color: #C9973A;
|
display: block !important;
|
||||||
|
opacity: 1 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.svc-acc-item:hover .svc-acc-label {
|
/* Hero Banner (Full-Width Image on Top) */
|
||||||
color: #C9973A;
|
.svc-fw-hero-banner {
|
||||||
|
position: relative !important;
|
||||||
|
width: 100% !important;
|
||||||
|
height: 480px !important;
|
||||||
|
border-radius: 24px !important;
|
||||||
|
overflow: hidden !important;
|
||||||
|
margin-bottom: 40px !important;
|
||||||
|
box-shadow: 0 20px 45px rgba(26, 18, 6, 0.14) !important;
|
||||||
|
background-color: #e8dece !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.svc-acc-arrow {
|
.svc-fw-hero-img {
|
||||||
font-size: 1.2rem;
|
width: 100% !important;
|
||||||
color: #1a1206;
|
height: 100% !important;
|
||||||
transition: transform 0.3s ease, color 0.3s ease;
|
object-fit: cover !important;
|
||||||
|
object-position: center !important;
|
||||||
|
display: block !important;
|
||||||
|
transition: transform 0.6s ease !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.svc-acc-item.active .svc-acc-arrow {
|
.svc-fw-hero-banner:hover .svc-fw-hero-img {
|
||||||
transform: rotate(90deg);
|
transform: scale(1.03) !important;
|
||||||
color: #C9973A;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.svc-acc-body {
|
.svc-fw-hero-overlay {
|
||||||
max-height: 0;
|
position: absolute !important;
|
||||||
overflow: hidden;
|
bottom: 0 !important;
|
||||||
transition: max-height 0.6s ease, padding 0.4s ease, opacity 0.3s ease;
|
left: 0 !important;
|
||||||
opacity: 0;
|
right: 0 !important;
|
||||||
|
padding: 60px 40px 35px !important;
|
||||||
|
background: linear-gradient(to top, rgba(26, 18, 6, 0.85) 0%, rgba(26, 18, 6, 0.35) 60%, transparent 100%) !important;
|
||||||
|
color: #ffffff !important;
|
||||||
|
z-index: 2 !important;
|
||||||
|
pointer-events: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.svc-acc-item.active .svc-acc-body {
|
.svc-fw-hero-badge {
|
||||||
max-height: 400px;
|
display: inline-block !important;
|
||||||
padding-bottom: 24px;
|
background: #C9973A !important;
|
||||||
opacity: 1;
|
color: #ffffff !important;
|
||||||
overflow-y: auto;
|
padding: 6px 16px !important;
|
||||||
padding-right: 15px; /* for scrollbar */
|
border-radius: 20px !important;
|
||||||
|
font-size: 0.75rem !important;
|
||||||
|
font-weight: 600 !important;
|
||||||
|
letter-spacing: 0.1em !important;
|
||||||
|
text-transform: uppercase !important;
|
||||||
|
margin-bottom: 12px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Custom scrollbar for accordion body */
|
.svc-fw-hero-title {
|
||||||
.svc-acc-body::-webkit-scrollbar {
|
font-family: var(--v2-font-display), serif !important;
|
||||||
width: 6px;
|
font-size: 2.8rem !important;
|
||||||
}
|
font-weight: 500 !important;
|
||||||
.svc-acc-body::-webkit-scrollbar-track {
|
color: #ffffff !important;
|
||||||
background: #f1f1f1;
|
margin: 0 !important;
|
||||||
border-radius: 4px;
|
line-height: 1.15 !important;
|
||||||
}
|
text-shadow: 0 2px 10px rgba(0,0,0,0.3) !important;
|
||||||
.svc-acc-body::-webkit-scrollbar-thumb {
|
|
||||||
background: #d4a373;
|
|
||||||
border-radius: 4px;
|
|
||||||
}
|
|
||||||
.svc-acc-body::-webkit-scrollbar-thumb:hover {
|
|
||||||
background: #c28b55;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.svc-acc-body p {
|
/* Text Content Below */
|
||||||
font-size: 0.95rem;
|
.svc-fw-body {
|
||||||
line-height: 1.7;
|
padding: 10px 0 !important;
|
||||||
color: #5a4a35;
|
|
||||||
margin: 0 0 0 36px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Right Sticky Image */
|
.svc-fw-lead {
|
||||||
.svc-themes-right {
|
font-size: 1.2rem !important;
|
||||||
flex: 1;
|
line-height: 1.75 !important;
|
||||||
position: sticky;
|
color: #3d3122 !important;
|
||||||
top: 120px;
|
margin-bottom: 35px !important;
|
||||||
|
max-width: 950px !important;
|
||||||
|
font-weight: 400 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.svc-themes-img-frame {
|
/* Structured Grid */
|
||||||
position: relative;
|
.svc-fw-grid {
|
||||||
border-radius: 20px;
|
display: grid !important;
|
||||||
overflow: hidden;
|
grid-template-columns: repeat(auto-fill, minmax(340px, 1fr)) !important;
|
||||||
aspect-ratio: 4/5;
|
gap: 24px !important;
|
||||||
box-shadow: 0 20px 50px rgba(26, 18, 6, 0.1);
|
margin-top: 30px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.svc-themes-img-badge {
|
.svc-fw-grid-item {
|
||||||
position: absolute;
|
background: #ffffff !important;
|
||||||
top: 24px;
|
border: 1px solid #f0e6d8 !important;
|
||||||
left: 24px;
|
border-radius: 18px !important;
|
||||||
background: #ffffff;
|
padding: 26px 28px !important;
|
||||||
color: #1a1206;
|
box-shadow: 0 4px 18px rgba(26, 18, 6, 0.04) !important;
|
||||||
padding: 8px 16px;
|
transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease !important;
|
||||||
border-radius: 30px;
|
|
||||||
font-size: 0.75rem;
|
|
||||||
font-weight: 600;
|
|
||||||
letter-spacing: 0.1em;
|
|
||||||
z-index: 2;
|
|
||||||
box-shadow: 0 4px 12px rgba(0,0,0,0.1);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.svc-themes-img {
|
.svc-fw-grid-item:hover {
|
||||||
width: 100%;
|
transform: translateY(-4px) !important;
|
||||||
height: 100%;
|
box-shadow: 0 12px 30px rgba(201, 151, 58, 0.14) !important;
|
||||||
object-fit: cover;
|
border-color: #C9973A !important;
|
||||||
transition: opacity 0.25s ease;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.svc-themes-img-overlay {
|
.svc-fw-grid-item h4 {
|
||||||
position: absolute;
|
font-family: var(--v2-font-display), serif !important;
|
||||||
bottom: 0;
|
font-size: 1.25rem !important;
|
||||||
left: 0;
|
font-weight: 600 !important;
|
||||||
width: 100%;
|
color: #1a1206 !important;
|
||||||
padding: 40px 30px 30px;
|
margin: 0 0 10px 0 !important;
|
||||||
background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
|
|
||||||
z-index: 1;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.svc-themes-img-label {
|
.svc-fw-grid-item p {
|
||||||
color: #ffffff;
|
font-size: 0.96rem !important;
|
||||||
font-family: var(--v2-font-display);
|
line-height: 1.65 !important;
|
||||||
font-size: 2rem;
|
color: #5a4a35 !important;
|
||||||
font-weight: 500;
|
margin: 0 !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (max-width: 991px) {
|
||||||
|
.svc-fw-hero-banner {
|
||||||
|
height: 360px !important;
|
||||||
|
}
|
||||||
|
.svc-fw-hero-title {
|
||||||
|
font-size: 2.2rem !important;
|
||||||
|
}
|
||||||
|
.svc-theme-pills-nav {
|
||||||
|
border-radius: 24px !important;
|
||||||
|
}
|
||||||
|
.svc-fw-grid {
|
||||||
|
grid-template-columns: 1fr !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (max-width: 575px) {
|
||||||
|
.svc-fw-hero-banner {
|
||||||
|
height: 280px !important;
|
||||||
|
border-radius: 16px !important;
|
||||||
|
}
|
||||||
|
.svc-fw-hero-title {
|
||||||
|
font-size: 1.7rem !important;
|
||||||
|
}
|
||||||
|
.svc-fw-hero-overlay {
|
||||||
|
padding: 30px 20px 20px !important;
|
||||||
|
}
|
||||||
|
.svc-pill-btn {
|
||||||
|
padding: 8px 16px !important;
|
||||||
|
font-size: 0.85rem !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ── 2. CTA Section ── */
|
/* ── 2. CTA Section ── */
|
||||||
@ -3280,17 +3335,6 @@ justify-content:center;
|
|||||||
|
|
||||||
/* ── Responsive ── */
|
/* ── Responsive ── */
|
||||||
@media (max-width: 1024px) {
|
@media (max-width: 1024px) {
|
||||||
.svc-themes-wrap {
|
|
||||||
flex-direction: column;
|
|
||||||
}
|
|
||||||
.svc-themes-right {
|
|
||||||
position: static;
|
|
||||||
width: 100%;
|
|
||||||
margin-top: 40px;
|
|
||||||
}
|
|
||||||
.svc-themes-img-frame {
|
|
||||||
aspect-ratio: 16/9;
|
|
||||||
}
|
|
||||||
.svc-cards-grid {
|
.svc-cards-grid {
|
||||||
grid-template-columns: repeat(2, 1fr);
|
grid-template-columns: repeat(2, 1fr);
|
||||||
}
|
}
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user