/* Root CSS */ p{font-family: var(--para_font);} h1{font-family: var(--h1_font);} h2{font-family: var(--h2_font);} h3{font-family: var(--h3_font);} h4{font-family: var(--h4_font);} h4{font-size: 20px;} h5{font-family: var(--h5_font);} h6{font-family: var(--h6_font);} a{font-family: var(--link_font);} button{font-family: var(--button_font);} a{text-decoration:none;color:black;} a:hover{color: var(--primary_color);} body{background-color:#ffffff;font-size:13px;-webkit-font-smoothing: antialiased;-webkit-font-size:13px;} li{text-decoration: none;list-style: none;} li a{text-decoration: none;color: black;font-family: var(--link_font);font-size: 15px;line-height: 2;} /* Builder css */ /* Modern About Hero — Unified Component Covers: modern_about_hero | modern_about_hero_dark | modern_about_hero_bg | modern_about_hero_bg_dark ================================================================= */ .component-modern-about-hero { position: relative; overflow: hidden; display: flex; align-items: center; justify-content: center; min-height: 300px; } .component-modern-about-hero.with-bg { background-size: cover; background-position: center; background-repeat: no-repeat; } .component-modern-about-hero.text-left { text-align: left; } .component-modern-about-hero.text-center { text-align: center; } .component-modern-about-hero.text-right { text-align: right; } .about-hero-overlay { position: absolute; inset: 0; z-index: 1; pointer-events: none; } .mah-content { position: relative; z-index: 2; width: 100%; } .component-modern-about-hero .about-subheading { /* font-size: 0.8rem; */ letter-spacing: 0.25em; font-weight: 700; text-transform: uppercase; margin-bottom: 0.5rem; display: block; } .component-modern-about-hero .about-title { line-height: 1.15; margin-bottom: 1.5rem; } .component-modern-about-hero .about-description { line-height: 1.7; font-style: italic; font-weight: 300; } .component-modern-about-hero .about-description p { margin-bottom: 0; } .component-modern-about-hero .divider { background-color: currentColor; width: 60px; height: 2px; margin-top: 1.5rem; opacity: 0.3; } .component-modern-about-hero.text-center .divider { margin-left: auto; margin-right: auto; } .component-modern-about-hero.text-right .divider { margin-left: auto; margin-right: 0; } /* ── Animations ──────────────────────────────────────────────── */ @keyframes slideUpIn { from { opacity: 0; transform: translateY(28px); } to { opacity: 1; transform: translateY(0); } } .component-modern-about-hero .animate-slideUp { animation: slideUpIn 1.1s cubic-bezier(0.165, 0.84, 0.44, 1) both; } .component-modern-about-hero .animate-delay-1 { animation-delay: 0.1s; } .component-modern-about-hero .animate-delay-2 { animation-delay: 0.2s; } .component-modern-about-hero .animate-delay-3 { animation-delay: 0.3s; } /* ── Responsive ──────────────────────────────────────────────── */ @media (min-width: 768px) { .component-modern-about-hero { min-height: 400px; } .component-modern-about-hero .about-description { max-width: 80%; } .component-modern-about-hero.text-center .about-description { margin-left: auto; margin-right: auto; } .component-modern-about-hero.text-right .about-description { margin-left: auto; margin-right: 0; } }.tb-section { position: relative; overflow: hidden; } /* ── Overlay (bg-image variants) ─────────────────────────────── */ .tb-overlay { position: absolute; inset: 0; z-index: 0; pointer-events: none; } .tb-content { position: relative; z-index: 1; padding-top: 5rem; padding-bottom: 5rem; } .tb-sub { font-size: 0.75rem; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; margin-bottom: 0.5rem; opacity: 0.85; } /* ── Heading ─────────────────────────────────────────────────── */ .tb-heading { font-weight: 900; line-height: 1.1; margin-bottom: 1rem; } /* ── Divider ─────────────────────────────────────────────────── */ .tb-divider { width: 48px; height: 3px; border-radius: 2px; opacity: 0.2; margin-bottom: 1.25rem; flex-shrink: 0; } /* ── Body text ───────────────────────────────────────────────── */ .tb-body { line-height: 1.85; opacity: 0.85; margin-bottom: 1.5rem; } /* ── Side image ──────────────────────────────────────────────── */ .tb-image-wrap { border-radius: 1rem; overflow: hidden; } .tb-img { width: 100%; /* max-height: 560px; */ height: 350px; object-fit: cover; display: block; border-radius: 1rem; box-shadow: 0 16px 48px rgba(0, 0, 0, 0.16), 0 4px 12px rgba(0, 0, 0, 0.08); transition: transform 0.45s ease, box-shadow 0.45s ease; } .tb-image-wrap:hover .tb-img { transform: scale(1.025); box-shadow: 0 24px 64px rgba(0, 0, 0, 0.22), 0 6px 18px rgba(0, 0, 0, 0.1); } /* ── Button ──────────────────────────────────────────────────── */ .tb-btn { display: inline-block; padding: 0.625rem 2rem; border-radius: 50px; font-size: 0.875rem; font-weight: 600; text-decoration: none; margin-top: 0.5rem; box-shadow: 0 6px 20px rgba(0, 0, 0, 0.18); transition: opacity 0.25s, transform 0.25s, box-shadow 0.25s; } .tb-btn:hover { opacity: 0.87; transform: translateY(-2px); box-shadow: 0 12px 32px rgba(0, 0, 0, 0.22); } /* ── Responsive ──────────────────────────────────────────────── */ @media (max-width: 991px) { .tb-img { max-height: 340px; } } @media (max-width: 575px) { .tb-content { padding-top: 3rem; padding-bottom: 3rem; } .tb-heading { font-size: 1.75rem; } }/* =========================== Modern Vertical Timeline =========================== */ .component-modern-timeline { position: relative; padding: 48px 0; overflow: hidden; } /* Header */ .component-modern-timeline .tl-header { text-align: center; } .component-modern-timeline .tl-subheading { color: #9CA3AF; text-transform: uppercase; } .component-modern-timeline .tl-title { color: #111827; margin-bottom: 2rem; } /* =========================== Timeline Track =========================== */ .component-modern-timeline .tl-list { position: relative; } /* The vertical center line */ .component-modern-timeline .tl-line { position: absolute; left: 16px; top: 0; bottom: 0; width: 2px; background: #D1D5DB; opacity: 0.6; } /* =========================== Timeline Item =========================== */ .component-modern-timeline .tl-item { position: relative; margin-bottom: 28px; padding-left: 48px; } /* =========================== Dot =========================== */ .component-modern-timeline .tl-dot { position: absolute; left: 8px; top: 50%; transform: translateY(-50%); width: 18px; height: 18px; background: #ffffff; border: 2px solid #3B82F6; border-radius: 50%; z-index: 2; display: flex; align-items: center; justify-content: center; box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.12); } .component-modern-timeline .tl-dot-inner { width: 8px; height: 8px; background: #3B82F6; border-radius: 50%; } /* =========================== Card =========================== */ .component-modern-timeline .tl-card { background: #ffffff; border-radius: 12px; box-shadow: 0 8px 28px -8px rgba(0, 0, 0, 0.1); padding: 14px 16px; display: flex; align-items: center; gap: 0; transition: box-shadow 0.25s ease; overflow: hidden; } .component-modern-timeline .tl-card:hover { box-shadow: 0 12px 36px -10px rgba(0, 0, 0, 0.14); } /* Left side: image + text */ .component-modern-timeline .tl-card-body { display: flex; align-items: center; gap: 14px; flex: 1; min-width: 0; } /* Image */ .component-modern-timeline .tl-card-img-wrap { flex-shrink: 0; } .component-modern-timeline .tl-card-img { display: block; width: 64px; height: 64px; border-radius: 10px; object-fit: cover; } /* Text block */ .component-modern-timeline .tl-card-text { flex: 1; min-width: 0; } .component-modern-timeline .tl-milestone-title { color: #111827; margin: 0 0 3px; word-break: break-word; } .component-modern-timeline .tl-milestone-desc { margin: 0; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; } /* =========================== Date Block (right side) =========================== */ .component-modern-timeline .tl-date-block { flex-shrink: 0; min-width: 68px; text-align: center; border-left: 1px solid #F3F4F6; padding-left: 14px; margin-left: 14px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 1px; } .component-modern-timeline .tl-date-main { display: block; font-size: 2rem; font-weight: 600; color: #111827; line-height: 1; } /* =========================== Desktop: alternate left/right =========================== */ @media (min-width: 1024px) { .component-modern-timeline .tl-line { left: 50%; transform: translateX(-50%); } .component-modern-timeline .tl-item { width: 50%; padding-left: 0; } .component-modern-timeline .tl-item--left { padding-right: 32px; margin-left: 0; } .component-modern-timeline .tl-item--right { padding-left: 32px; margin-left: 50%; } /* Left item dot: sits on right edge */ .component-modern-timeline .tl-item--left .tl-dot { left: auto; right: -9px; } /* Right item dot: sits on left edge */ .component-modern-timeline .tl-item--right .tl-dot { left: -9px; } } /* =========================== Tablet =========================== */ @media (max-width: 768px) { .component-modern-timeline .tl-card-img { width: 52px; height: 52px; } .component-modern-timeline .tl-date-main { font-size: 1.625rem; } .component-modern-timeline .tl-date-block { min-width: 56px; padding-left: 10px; margin-left: 10px; } } /*DARK THEME */ .component-modern-timeline.dark .tl-title { color: #ffffff; margin-bottom: 2rem; }/* Modern Values Grid - Fashion Premium Theme */ .component-modern-values { position: relative; overflow: hidden; padding: 2.5rem 0; } .component-modern-values .values-subheading { text-transform: uppercase; } .component-modern-values .values-header { text-align: center; } .component-modern-values .values-title, .component-modern-values.dark .values-title { margin-bottom: 2rem; } .component-modern-values .values-grid { display: grid; grid-template-columns: 1fr; gap: 2rem; } @media (min-width: 768px) { .component-modern-values .values-grid { grid-template-columns: repeat(2, 1fr); } } @media (min-width: 992px) { .component-modern-values .values-grid { grid-template-columns: repeat(3, 1fr); } } .component-modern-values .value-item { background: #FFFFFF; border-radius: 1.5rem; border: 2px solid #F3F4F6; padding: 1.8rem; transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1); } .component-modern-values .value-item:hover { background: #f8faff; border-color: #0d5ef8; transform: translateY(-5px); box-shadow: 0 40px 80px -15px rgba(0, 0, 0, 0.1); } .component-modern-values .value-icon-wrap { width: 4rem; height: 4rem; background: #F9FAFB; border: 1px solid #e3e3e3; border-radius: 1rem; display: flex; align-items: center; justify-content: center; margin-bottom: 2rem; transition: all 0.4s ease; } .component-modern-values .value-item:hover .value-icon-wrap { background: #0d5ef8 !important; } .component-modern-values .fa { color: #0d5ef8; transition: all 0.4s ease; } .component-modern-values .value-item:hover .fa { color: #FFFFFF; } .component-modern-values .value-item-title { color: #111827; margin-bottom: 1rem; } @media (max-width: 768px) { .component-modern-values .value-item { padding: 2rem; } } /*Dark THEME*/ .component-modern-values.dark .values-title, .component-modern-values.dark .values-subheading, .component-modern-values.dark .value-item-title, .component-modern-values.dark .value-item-desc { color: #ffffff !important; } .component-modern-values.dark .value-item { border: 1px solid #e3e3e3; } .component-modern-values.dark .value-item:hover { border-color: #ffffff; box-shadow: 0 40px 80px -15px rgba(0, 0, 0, 0.4); } .component-modern-values.dark .value-item:hover .value-icon-wrap { background: #ffffff; } /* Post css */