/* 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 with Background Dark - Fashion Premium Theme */ .component-modern-about-hero-bg-dark { position: relative; overflow: hidden; display: flex; align-items: center; justify-content: center; background-size: cover; background-position: center; background-repeat: no-repeat; } .component-modern-about-hero-bg-dark .hero-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.6); /* Dark overlay for dark theme bg image */ z-index: 1; } .component-modern-about-hero-bg-dark .relative.z-10 { position: relative; z-index: 10; } /* Header & Typography */ .component-modern-about-hero-bg-dark .text-center { text-align: center; } .component-modern-about-hero-bg-dark .about-subheading { font-size: 15px; color: #9CA3AF; letter-spacing: 0.2em; font-weight: bold; } .component-modern-about-hero-bg-dark .about-title { line-height: 1.15; color: #FFFFFF; margin-bottom: 1rem; } /* Description Typography */ .component-modern-about-hero-bg-dark .about-description { font-size: 1rem; color: #D1D5DB; line-height: 1.5; font-style: italic; font-weight: 300; } .about-description p { padding: 0 10px; font-size: 25px; } @media (min-width: 768px) { .component-modern-about-hero-bg-dark .about-description { font-size: 1.875rem; } } /* Styling Items */ .component-modern-about-hero-bg-dark .divider { background-color: #FFFFFF; width: 60px; height: 3px; margin: 0 auto 2rem; } /* Entry Animations */ @keyframes slideUpIn { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } } .component-modern-about-hero-bg-dark .animate-slideUp { animation: slideUpIn 1s cubic-bezier(0.165, 0.84, 0.44, 1) backwards; } @media (max-width: 767px) { .component-modern-about-hero-bg-dark .about-title { margin-bottom: 0.8rem; } .about-description p { font-size: 1.35rem; margin-bottom: 0; } } /* Post css */