/* 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; } }/* Premium Text Box Styles */ .text-box-section { padding-top: 5rem; padding-bottom: 5rem; transition: background-color 0.4s cubic-bezier(0.4, 0, 0.2, 1); } .text-box-section .container { max-width: 1200px; } .text-box-section h1, .text-box-section h2, .text-box-section h3, .text-box-section h4, .text-box-section h5, .text-box-section h6 { letter-spacing: -0.02em; line-height: 1.2; } .text-box-section p { line-height: 1.8; } .text-box-section .subheading-text { letter-spacing: 0.1em; text-transform: uppercase; font-weight: 600; } .text-box-section .image-wrapper { position: relative; border-radius: 1.5rem; overflow: hidden; box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08); transition: transform 0.5s ease; } .text-box-section .image-wrapper:hover { transform: scale(1.02); } .text-box-section img { width: 100%; height: 100%; object-fit: cover; display: block; } .text-box-section .btn-primary { padding: 0.8rem 2rem; border-radius: 3rem; font-weight: 600; transition: all 0.3s ease; box-shadow: 0 10px 20px rgba(0, 123, 255, 0.2); } .text-box-section .btn-primary:hover { transform: translateY(-3px); box-shadow: 0 15px 30px rgba(0, 123, 255, 0.3); } /* Variant Specifics */ .text-box-dark .subheading-text { color: #4f46e5; /* Primary Indigo for Contrast */ } .text-box-bg-light { background-color: #f8fafc; } .text-box-bg-dark { background-color: #111827; } @media (max-width: 991.98px) { .text-box-section { padding-top: 3rem; padding-bottom: 3rem; } }.about-success-grid-section { font-family: inherit; overflow: hidden; } .success-grid-title { margin-bottom: 0; letter-spacing: -0.02em; } .success-card { padding: 2.5rem 2rem; position: relative; transition: transform 0.3s ease, box-shadow 0.3s ease; will-change: transform; } .success-card:hover { transform: translateY(-8px); box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08); /* Light subtle shadow */ } /* For dark mode specifically, a brighter shadow for glassmorphism or depth if requested */ .about-success-grid-section[style*="111827"] .success-card:hover { box-shadow: 0 15px 30px rgba(255, 255, 255, 0.04); } .success-card-title { font-size: 1.25rem; font-weight: 600; margin-bottom: 1rem; letter-spacing: -0.01em; } .success-card-desc { font-size: 1.05rem; line-height: 1.6; margin-bottom: 1.5rem; } .success-card-link { font-size: 1rem; font-weight: 500; transition: opacity 0.3s ease; } .success-card-link:hover { opacity: 0.7; } .success-card-link svg { transition: transform 0.3s ease; } .success-card-link:hover svg { transform: translateX(5px); } @media (max-width: 768px) { .success-grid-title { font-size: 1.8rem; } .success-card { padding: 2rem 1.5rem; } } /* Post css */