/* Tailwind-like Reset */
*, ::before, ::after {
    box-sizing: border-box;
}

html {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    font-family: 'CircularStd', sans-serif;
    line-height: inherit;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, li, figure, figcaption, blockquote, dl, dd {
    margin: 0;
    padding: 0;
}

img, video {
    display: block;
    max-width: 100%;
    height: auto;
}

/* Original File Starts Here */
/* Apply the font to the entire body or specific elements */
/* body {
    font-family: 'CircularStd', sans-serif;
}
.hero {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    padding: 20px 20px 23px 20px;
    background: #F4FFFB;
    margin-bottom: 50px;
}
.hero h1 {
    font-size: 32px;
    margin: 0;
    font-weight: 700;
    line-height: 40px;
}
.hero p {
    font-size: 13px;
    color: #333;
    margin-top: 16px;
}
.hero img{
    margin-top: 22px;
}
.cta {
    background: #009D61;
    margin-top: 16px;
    color: white;
    padding: 10px;
    border: none;
    cursor: pointer;
    font-size: 13px;
    border-radius: 5px;
}
.ratingBox{
    display: flex;
    flex-direction: column;
    align-items: center;   
    margin-bottom: 50px;
}
.ratingBox h2{
    font-size: 18px;
    font-weight: 700;
}
.ratingBox p:nth-child(5){
    font-size: 10px;

}

.ratingBox img{
    margin-top: 50px;
}
.stats {
    padding: 0 20px 20px;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    background: #fff;
    gap: 16px;
}
.stat-box {
    text-align: center;
    background: #F4FFFB;
    padding: 20px;
    border-radius: 10px;
}
.stat-box :nth-child(2){
    font-size: 18px;
    font-weight: 600;
    text-align: start;
    margin-top: 5px;
}
.stat-box p:last-child{
    font-size: 9px;
    text-align: start;
    margin-top: 10px;
}
.features {
    padding: 20px;
}
.feature-card {
    background: white;
    border-radius: 10px;
    margin-top: 16px;
    padding: 20px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.feature-card img{
    margin: auto;
}
.feature-text-content p:nth-child(1){
    font-size: 15px;
    font-weight: 600;
}
.feature-text-content p:nth-child(2){
    font-size: 12px;
    margin-top: 10px;
}
.feature-card a:nth-child(4){
    font-size: 12px;
    margin-top: 10px;
    color: #009D61;
    font-weight: 600;

}

.services {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    justify-content: center;
    gap: 20px;
    padding: 20px;
    flex-wrap: wrap;
}
.service-card {
    padding: 20px;
    border-radius: 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.serviceImageDiv{
    width:  50px;
    height : 50px;
    display: flex;
    justify-content: flex-end;
    border-radius: 50%;
    padding: 10px;
    background: #F5F5F5;
}
.service-card h3:nth-child(2){
    font-size: 15px;
    font-weight: 600;
    margin-top: 12px;

}

.service-card p:nth-child(3){
    font-size: 13px;
    margin-top: 12px;

} */


.safety-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    padding: 1.25rem;
    padding-top: 20px;
    padding-bottom: 0;
    max-width: 800px;
    margin: 0 auto;
    font-family: system-ui, sans-serif;
}

.safety-card {
    background: #fff;
    border-radius: 10px;
    padding: 1rem 1.25rem;
    box-shadow: rgba(99, 99, 99, 0.2) 0 2px 8px 0;
}

.safety-card h3 {
    color: #111;
    font-size: 15px;
    margin: 12px 0;
    font-weight: 600;
}

.safety-card p {
    color: #555;
    font-size: 14px;
    line-height: 1.5;
}

#wheel {
    margin: 0;
}

.cta-content {
    display: flex;
    align-items: center;
    gap: 8px;
}


body {
    font-family: 'CircularStd', sans-serif
}

.hero {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    padding: 20px 20px 23px 20px;
    background: #f4fffb;
    margin-bottom: 48px
}

.hero h1 {
    font-size: 32px;
    margin: 0;
    font-weight: 700;
    line-height: 40px;
}

.hero p {
    font-size: 18px;
    color: #666666;
    margin-top: 16px
}

.hero img,
video {
    margin-top: 24px
}

.cta {
    background: #009d61;
    margin-top: 32px;
    color: white;
    padding: 16px 32px;
    border: 0;
    cursor: pointer;
    font-size: 16px;
    border-radius: 8px;
    font-weight: 600;
}

.ratingBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 50px
}

.ratingBox h2 {
    font-size: 18px;
    font-weight: 700
}

.ratingBox p:nth-child(5) {
    font-size: 10px
}

.ratingBox img {
    margin-top: 40px
}

.ratingBox p:last-child {
    font-size: 12px;
}

.statsTitle {
    padding: 0 20px 20px 20px;
    font-size: 20px;
    font-weight: 700;

}

.stats {
    padding: 0 20px 20px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    background: #fff;
    gap: 20px
}

.stat-box {
    text-align: center;
    background: #f4fffb;
    padding: 20px;
    border-radius: 10px
}

.stat-box :nth-child(2) {
    font-size: 24px;
    font-weight: 600;
    text-align: start;
    margin-top: 5px
}

.stat-box p:last-child {
    font-size: 12px;
    text-align: start;
    margin-top: 2px
}

.features {
    padding: 20px
}

.feature-card {
    background: white;
    border-radius: 10px;
    margin-top: 16px;
    padding: 20px;
    box-shadow: rgba(99, 99, 99, 0.2) 0 2px 8px 0
}

.feature-card img {
    margin: auto
}



.feature-card p:nth-child(2) {
    font-size: 12px;
    margin-top: 8px
}

.feature-text-content>.featureButton>p:nth-child(1) {
    font-size: 12px;
    margin-top: 16px;
    color: #009d61;
    font-weight: 600
}
.featureButtonLink{
    font-size: 12px;
    margin-top: 16px;
    color: #009d61;
    font-weight: 600;  
    display: flex;
}

.feature-card p>strong {
    font-size: 16px;
}

.featureButton {
    display: flex;
}

.featureImage {
    margin: 0 !important;
    /* margin-top: 16px !important; */
    padding-left: 5px !important;
}

.services {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    gap: 20px;
    padding: 20px;
    flex-wrap: wrap;
    cursor: pointer;
}

.service-card {
    padding: 20px;
    border-radius: 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0 2px 8px 0
}

.serviceImageDiv {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: flex-end;
    border-radius: 50%
}

.service-card h3:nth-child(2) {
    font-size: 15px;
    font-weight: 600;
    margin-top: 12px
}

.service-card p:nth-child(3) {
    font-size: 14px;
    margin-top: 12px;
    color: #6b6b76
}

/* Desktop View for Hero Section */
@media (min-width: 769px) {
    .hero {
        flex-direction: row;
        justify-content: space-between;
        padding: 40px 100px;
        gap: 40px;
        /* max-width: 1200px; */
        margin: 0 auto 48px auto;
        background-color: #f4fffb;
    }

    .hero-content {
        flex: 1;
        max-width: 500px;
        text-align: left;
    }

    .hero h1 {
        font-size: 48px;
        line-height: 1.2;
        margin-bottom: 24px;
        font-weight: 700;
    }

    .hero p {
        font-size: 18px;
        line-height: 1.6;
        margin-bottom: 32px;
    }

    #videoContainer {
        flex: 1;
        max-width: 500px;
        display: flex;
        justify-content: flex-end;
    }

    #videoContainer img,
    #videoContainer video {
        width: 100%;
        height: auto;
        border-radius: 20px;
        margin-top: 5px;
    }

    .cta {
        margin-top: 0;
    }

    .ratingBox{
        margin: 80px 0;
    }

    .stats {
        grid-template-columns: repeat(4, 1fr);
        /* max-width: 1200px; */
        margin: 0 auto;
        padding: 0 100px 20px;
    }

    .statsTitle {
        margin: 0 100px;
        padding: 0 20px 20px 0;
        text-align: center;
    }

    .features {
        padding: 60px 100px 20px 100px;
    }

    /* Offerings Section Desktop Styles */


    .offeringTitle {
        padding: 20px 100px 4px;
        text-align: center;
    }

    .offeringTitle p {
        text-align: center;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .services {
        padding: 20px 100px 40px;
        grid-template-columns: repeat(4, 1fr);
        /* max-width: 1400px; */
        margin: 0 auto;
    }

    .safetyTitle {
        padding: 20px 100px 4px;
        text-align: center;
    }

    .safetyTitle p {
        text-align: center;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .safety-cards {
        padding: 20px 80px;
        grid-template-columns: repeat(4, 1fr);
        max-width: 1400px;
        margin: 0 auto;
    }

    /* Features Section Desktop Styles */
    .featuresTitle {
        text-align: center;
        margin-bottom: 24px;
    }

    /* Override inline styles for title centering if needed */
    .featuresTitle p {
        text-align: center;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .feature-card {
        display: grid;
        grid-template-columns: 1fr 1fr;
        align-items: center;
        /* gap: 40px; */
        padding: 40px;
        text-align: left;
        margin-bottom: 30px;
    }

    /* Card 1 (2nd child), Card 3 (4th child) -> Image Right, Content Left */
    .feature-card:nth-child(even) img:first-child {
        grid-column: 2;
        grid-row: 1;
        margin: 0 auto;
    }

    .feature-card:nth-child(even) .feature-text-content {
        grid-column: 1;
        grid-row: 1;
    }

    /* Card 2 (3rd child) -> Image Left, Content Right */
    .feature-card:nth-child(odd) img:first-child {
        grid-column: 1;
        grid-row: 1;
        margin: 0 auto;
    }

    .feature-card:nth-child(odd) .feature-text-content {
        grid-column: 2;
        grid-row: 1;
    }

    /* Typography adjustments for desktop features */
    /* Typography adjustments for desktop features */
    .feature-text-content p:nth-of-type(1) {
        font-weight: 700;
        /* Title */
        margin-bottom: 8px;
        text-align: left;
        line-height: 1.2;
    }
    .feature-card p>strong {
        font-size: 20px;
    }
    .feature-text-content p:nth-of-type(2) {
        font-size: 15px !important;
        font-weight: 400;
        /* Description */
        margin-bottom: 40px;
        text-align: left;
        color: #555;
    }

    .featureButton {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 8px;
        margin-top: 0;
    }

    .featureButton p {
        margin: 0 !important;
        font-size: 16px !important;
        font-weight: 600;
        color: #009d61;
    }

    .featureImage {
        margin: 0 !important;
        padding: 0 !important;
        transform: rotate(-45deg);
        width: 18px;
        height: 18px;
    }
}
/* Mobile and Tablet Alignment Fixes */

