This commit is contained in:
2026-03-17 13:25:36 -05:00
parent 9c4232cbe0
commit 576b2c98f3
2 changed files with 45 additions and 4 deletions

View File

@@ -58,6 +58,39 @@
--dark-divider-color : #e9e9e9; --dark-divider-color : #e9e9e9;
--error-color : rgb(230, 87, 87); --error-color : rgb(230, 87, 87);
--default-font : "Fira Sans Condensed", sans-serif; --default-font : "Fira Sans Condensed", sans-serif;
/* Typography scale using clamp() */
--font-size-xs: clamp(0.75rem, 0.7vw + 0.6rem, 0.875rem);
--font-size-sm: clamp(0.875rem, 0.8vw + 0.75rem, 1rem);
--font-size-base: clamp(1rem, 1vw + 0.75rem, 1.25rem);
--font-size-lg: clamp(1.125rem, 1.1vw + 0.875rem, 1.5rem);
--font-size-xl: clamp(1.25rem, 1.2vw + 1rem, 1.875rem);
--font-size-2xl: clamp(1.5rem, 1.5vw + 1.125rem, 2.25rem);
--font-size-3xl: clamp(1.875rem, 1.8vw + 1.25rem, 2.75rem);
--font-size-4xl: clamp(2.25rem, 2.2vw + 1.5rem, 3.5rem);
--font-size-5xl: clamp(2.75rem, 2.7vw + 1.75rem, 4.5rem);
/* Spacing scale */
--space-1: 0.25rem;
--space-2: 0.5rem;
--space-3: 0.75rem;
--space-4: 1rem;
--space-5: 1.25rem;
--space-6: 1.5rem;
--space-8: 2rem;
--space-10: 2.5rem;
--space-12: 3rem;
--space-16: 4rem;
--space-20: 5rem;
--space-24: 6rem;
--space-32: 8rem;
/* Container max widths */
--container-sm: 540px;
--container-md: 720px;
--container-lg: 960px;
--container-xl: 1140px;
--container-fluid: 100%;
} }
/************************************/ /************************************/
@@ -66,7 +99,7 @@
body{ body{
font-family: var(--default-font); font-family: var(--default-font);
font-size: 16px; font-size: var(--font-size-base);
font-weight: 400; font-weight: 400;
line-height: 1.6em; line-height: 1.6em;
background-color: var(--white-color); background-color: var(--white-color);
@@ -96,6 +129,14 @@ figure{
img{ img{
max-width: 100%; max-width: 100%;
height: auto;
display: block;
}
/* Ensure all images are responsive */
img, picture, video, canvas, svg{
display: block;
height: auto;
} }
a{ a{

View File

@@ -132,7 +132,7 @@
<div class="row align-items-center"> <div class="row align-items-center">
<div class="col-lg-15"> <div class="col-lg-6">
<!-- About Content Start --> <!-- About Content Start -->
<div class="about-content"> <div class="about-content">
<!-- Section Title Start --> <!-- Section Title Start -->
@@ -369,7 +369,7 @@
</div> </div>
<div class="row"> <div class="row">
<div class="col-lg-18 col-md-6"> <div class="col-lg-6 col-md-6">
<!-- Service Item Start --> <!-- Service Item Start -->
<div class="service-item wow fadeInUp"> <div class="service-item wow fadeInUp">
<!-- Icon Box Start --> <!-- Icon Box Start -->
@@ -401,7 +401,7 @@
<div class="col-lg-18 col-md-6"> <div class="col-lg-6 col-md-6">
<!-- Service Item Start --> <!-- Service Item Start -->
<div class="service-item wow fadeInUp" data-wow-delay="0.75s"> <div class="service-item wow fadeInUp" data-wow-delay="0.75s">
<!-- Icon Box Start --> <!-- Icon Box Start -->