body{
    background-color: #D9AD2B;
    font-family: 'Heebo', sans-serif;
}

header {
    background-color: #3B6D8C;
    color: #ffffff;
    padding: 0;
}

header img {
    padding: 0;
}

/* Footer */
footer {
    background-color: #3B6D8C;
    width: 100%;
    color: #ffffff;
    padding: 0;
}

.Cookies
{
    text-align: center;
}

.Cookies img
{
    padding: 10px;
}

/*End Footer*/


/*About Us Page*/
/*ABout Us Staff*/
.marketing .col-lg-4 {
    margin-bottom: 1.5rem;
    text-align: center;
    padding: 20px;
}
/*End ABout Us Staff*/


.AboutUSPage
{
    text-align: center;
    padding: 20px;
}

.nav-pills
{
    --bs-nav-pills-link-active-bg: #fff !important;
    --bs-nav-pills-link-active-color: #000 !important;
}

.nav-link
{
    color: #fff !important;
}

.nav-link.active
{
    color: #000 !important;
}
/*End About Us Page*/


/*Index Page*/
.carousel-item img 
{
    width: auto;
    height: 600px;
    max-height: 600px;
}

.indexPageBackground
{
    display: flex;
    flex-direction: column;
    min-height: 80vh;
    color: #ffffff;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-image: url('../images/WelcomePage.jpg');
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
}


.indexPageBackground h1
{
    font-size: 3em;
}

/*End Index Page*/


.row >img
{
    width: auto;
    height: 350px;
    max-height: 350px;
}

.repairBackground
{
    background-color: #D9AD2B;
}


.comment
{
    background-color: #C2dcf2;
    padding: 20px;
}


.circular-square
{
    border-radius: 50%;
    background-position: center;
}


.F0F1F2
{
    background-color: #F0F1F2;
}

.C386D8C
{
    background-color: #C2dcf2;
}


.Repair
{
    background-color: #C2dcf2;
}


/*Hire Page*/
:root{ --main-color: #3B6D8C; }
.pricingTable{
    background: linear-gradient(to right bottom,transparent 50%, #eee 50%);
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    padding: 60px 20px;
    box-shadow: 0 0 10px rgba(0,0,0,0.15);
    overflow: hidden;
    position: relative;
}
.pricingTable:before,
.pricingTable:after{
    content: "";
    background: var(--main-color);
    width: 120px;
    height: 300px;
    transform: rotate(-20deg);
    transform-origin: top left;
    position: absolute;
    top: -20px;
    right: -40px;
}
.pricingTable:after{
    top: auto;
    bottom: -25px;
    right: auto;
    left: -150px;
    transform-origin: top right;
}
.pricingTable .pricingTable-header{ margin: 0 0 20px; }
.pricingTable .title{
    color: var(--main-color);
    font-size: 35px;
    font-weight: 800;
    text-transform: capitalize;
    margin: 0;
}
.pricingTable .pricing-content{
    text-align: left;
    padding: 0;
    margin: 0 0 35px;
    list-style: none;
    display: inline-block;
}
.pricingTable .pricing-content li{
    color: #666;
    font-size: 18px;
    line-height: 35px;
    padding: 0 10px 0 30px;
    margin: 0 0 15px;
    position: relative;
}
.pricingTable .pricing-content li:last-child{ margin: 0; }
.pricingTable .pricing-content li:before{
    content: "\f00c";
    color: #3A7B12;
    font-family: "Font Awesome 5 free";
    font-weight: 900;
    position: absolute;
    top: 1px;
    left: 0;
}

.pricingTable .price-value{
    color: var(--main-color);
    font-size: 50px;
    font-weight: 800;
    line-height: 45px;
    margin: 0 0 5px; 
}
.pricingTable .pricingTable-signup a{
    color: #333;
    font-size: 23px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: all 0.3s;
}
.pricingTable .pricingTable-signup a:hover{
    color: var(--main-color);
    text-shadow: 3px 3px rgba(0,0,0,0.2);
}
.pricingTable.orange{ --main-color: #D9AD2B; }
.pricingTable.green{ --main-color: #403140; }
@media only screen and (max-width: 990px){
    .pricingTable{ margin: 0 0 40px; }
}
@media only screen and (max-width: 576px){
    .pricingTable .title{ font-size: 30px; }
    .pricingTable .pricing-content li{ font-size: 16px; }
}
/*End Hire page*/



/*Contact Page*/
.animate__animated.animate__backInRight {
    --animate-duration: 2s;
  }
  

  :root {
    --animate-duration: 800ms;
    --animate-delay: 0.9s;
  }

/*End Contact Page*/

.error
{
    color: red;
}


.Cookies a:link
{
    color: #fff;
    background-color: transparent;
    text-decoration: none;
}

.Cookies a:visited 
{
    color: white;
    background-color: transparent;
    text-decoration: none;
}

.Cookies a:hover 
{
    color: #D9AD2B;
    background-color: transparent;
    text-decoration: underline;
}



a.nav-link.p-0.text-muted
{
    color: #fff !important;
}



.fs-4
{
    color: #fff !important;
}


.indexbackground
{
    background-color: #403140;
    color: #fff;
}


.info-wrap.bg-primary.w-100.p-lg-5.p-4
{
    color: #fff;
}

.text.pl-3 p
{
    color: #fff;
}


p.lead.fw-normal.text-white-50.mb-4
{
    color: #fff !important;
}


  
.column 
{
    float: left;
    width: 50%;
    padding: 10px;
    height: 300px;
}

.row2:after 
{
    content: "";
    display: table;
    clear: both;
}


.btn.btn-primary
{
    background-color: #D9AD2B;
    border: none;
}

.btn.btn-primary:hover
{
    background-color: #D9AD2B;
    text-decoration: underline;
}



body {
    background-color: #f6f4ef;
    color: #1f2933;
    font-family: 'Heebo', sans-serif;
}

.site-header {
    background-color: #3B6D8C;
    color: #ffffff;
    padding: 18px 0;
    border-bottom: none !important;
}

.site-logo {
    width: 78px;
    margin-right: 12px;
}

.site-title {
    color: #fff !important;
    font-weight: 800;
    font-size: 1.7rem;
}

.site-tagline {
    color: rgba(255,255,255,0.8);
    font-size: 0.95rem;
}

.nav-pills .nav-link {
    color: #fff !important;
    border-radius: 999px;
    padding: 10px 16px;
    transition: all 0.25s ease;
}

.nav-pills .nav-link:hover {
    background-color: rgba(255,255,255,0.12);
}

.nav-pills .nav-link.active {
    background-color: #fff !important;
    color: #1f2933 !important;
}

.dropdown-menu {
    border: none;
    border-radius: 12px;
    box-shadow: 0 12px 30px rgba(0,0,0,0.12);
    padding: 10px;
}

.dropdown-item {
    border-radius: 8px;
    padding: 10px 14px;
}

.dropdown-item:hover {
    background-color: #f3f4f6;
}

.redesign-hero {
    position: relative;
    min-height: 82vh;
    background-image: url('../images/WelcomePage.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(rgba(30, 41, 59, 0.55), rgba(30, 41, 59, 0.55));
}

.hero-content {
    position: relative;
    z-index: 2;
    min-height: 82vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px 20px;
    color: #fff;
}

.hero-kicker {
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #f7d66a;
    margin-bottom: 12px;
}

.hero-content h1 {
    font-size: 3.4rem;
    font-weight: 800;
    max-width: 820px;
    margin-bottom: 18px;
}

.hero-subtext {
    max-width: 760px;
    font-size: 1.15rem;
    line-height: 1.7;
    margin-bottom: 28px;
    color: rgba(255,255,255,0.92);
}

.hero-actions .btn {
    margin-top: 8px;
}

.btn.btn-primary {
    background-color: #D9AD2B;
    border: none;
    color: #1f2933;
    font-weight: 700;
}

.btn.btn-primary:hover {
    background-color: #c99a1e;
    text-decoration: none;
}

.btn-outline-light {
    border-width: 2px;
    font-weight: 700;
}

.section-kicker {
    color: #3B6D8C;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.section-title {
    font-size: 2.2rem;
    font-weight: 800;
    margin-bottom: 18px;
    color: #1f2933;
}

.section-text {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #52606d;
}

.video-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12);
}

.video-card iframe {
    width: 100%;
    min-height: 340px;
    border: 0;
    display: block;
}

.services-section {
    background-color: #eef3f7;
}

.service-card,
.benefit-card {
    background: #fff;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.service-card:hover,
.benefit-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.12);
}

.service-card h3,
.benefit-card h4 {
    color: #1f2933;
    font-weight: 800;
    margin-bottom: 14px;
}

.service-card p,
.benefit-card p {
    color: #52606d;
    line-height: 1.7;
}

.service-card ul {
    padding-left: 18px;
    margin-bottom: 18px;
    color: #52606d;
}

.service-link {
    color: #3B6D8C;
    font-weight: 700;
    text-decoration: none;
}

.service-link:hover {
    text-decoration: underline;
}

.company-section {
    background-color: #fff;
}

.company-image {
    border-radius: 20px;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.1);
}

.cta-strip {
    background-color: #403140;
    color: #fff;
    padding: 70px 20px;
}

.cta-strip h3 {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 12px;
}

.cta-strip p {
    font-size: 1.05rem;
    margin-bottom: 24px;
    color: rgba(255,255,255,0.85);
}

.site-footer {
    background-color: #3B6D8C;
    color: #ffffff;
    padding: 70px 0 30px;
}

.site-footer h5 {
    font-weight: 800;
    margin-bottom: 16px;
}

.site-footer .nav-link {
    color: rgba(255,255,255,0.85) !important;
}

.site-footer .nav-link:hover {
    color: #fff !important;
    text-decoration: underline;
}

.site-footer .form-control {
    border-radius: 12px;
    min-height: 48px;
}

.footer-bottom {
    border-top-color: rgba(255,255,255,0.18) !important;
    align-items: center;
}

.footer-bottom p {
    margin-bottom: 0;
    color: #fff;
}

.footer-bottom a {
    color: #fff;
    text-decoration: none;
}

.footer-bottom a:hover {
    color: #D9AD2B;
    text-decoration: underline;
}

.social-links img {
    margin-left: 10px;
}

@media (max-width: 991px) {
    .site-header .container {
        gap: 20px;
    }

    .hero-content h1 {
        font-size: 2.6rem;
    }

    .hero-subtext {
        font-size: 1rem;
    }
}

@media (max-width: 767px) {
    .site-logo {
        width: 64px;
    }

    .site-title {
        font-size: 1.4rem;
    }

    .hero-content h1 {
        font-size: 2.1rem;
    }

    .section-title {
        font-size: 1.7rem;
    }

    .cta-strip h3 {
        font-size: 1.6rem;
    }
}


.carousel-item img {
    width: 100%;
    height: 560px;
    object-fit: cover;
    display: block;
}

.carousel-caption h2,
.carousel-caption h1 {
    font-weight: 800;
}

.carousel-caption p {
    font-size: 1rem;
}

.about-section {
    padding: 80px 0;
    background: #ffffff;
}

.section-kicker {
    color: #3B6D8C;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.section-title {
    font-size: 2.2rem;
    font-weight: 800;
    color: #1f2933;
    margin-bottom: 18px;
}

.section-text {
    color: #52606d;
    font-size: 1.02rem;
    line-height: 1.8;
}

.team-section {
    background: #eef3f7;
    padding: 80px 0;
}

.team-card {
    background: #fff;
    border-radius: 20px;
    padding: 30px 20px;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
    text-align: center;
    height: 100%;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.team-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.12);
}

.team-card img {
    width: 180px;
    height: 180px;
    object-fit: cover;
    border-radius: 50%;
    margin-bottom: 20px;
}

.team-card h3 {
    font-size: 1.3rem;
    font-weight: 800;
    color: #1f2933;
    margin-bottom: 10px;
}

.team-card p {
    color: #52606d;
    line-height: 1.7;
    margin-bottom: 0;
}

.feature-block {
    padding: 70px 0;
    border-top: 1px solid #e5e7eb;
}

.feature-block img {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.1);
}

.feature-block .btn {
    margin-top: 12px;
}

@media (max-width: 768px) {
    .about-hero-title h1 {
        font-size: 2rem;
    }

    .carousel-item img {
        height: 380px;
    }

    .section-title {
        font-size: 1.7rem;
    }
}


.contact-hero-minimal {
    background: #f6f4ef;
    padding: 150px 20px 90px;
}

.contact-kicker {
    color: #3B6D8C;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 1px;
    margin-bottom: 12px;
}

.contact-hero-minimal h1 {
    font-size: 2.8rem;
    font-weight: 800;
    color: #1f2933;
    margin-bottom: 20px;
}

.contact-lead {
    max-width: 720px;
    margin: 0 auto;
    color: #52606d;
    font-size: 1.05rem;
    line-height: 1.8;
}

.contact-clean-section {
    background: #ffffff;
    padding: 110px 0 140px;
}

.contact-clean-section .row {
    margin-top: 20px;
}

.contact-form-clean,
.contact-side-clean {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    padding: 38px;
}

.contact-form-clean {
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.05);
}

.contact-side-clean {
    background: #f8fafc;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.04);
}

.contact-form-clean h2,
.contact-side-clean h3 {
    font-size: 1.9rem;
    font-weight: 800;
    color: #1f2933;
    margin-bottom: 14px;
}

.form-subtitle,
.side-intro {
    color: #52606d;
    line-height: 1.8;
    margin-bottom: 28px;
}

.contact-form-clean .form-label {
    font-weight: 700;
    color: #1f2933;
    margin-bottom: 8px;
}

.contact-input-clean {
    min-height: 54px;
    border-radius: 12px;
    border: 1px solid #d0d7de;
    padding: 12px 14px;
    box-shadow: none;
}

.contact-input-clean:focus {
    border-color: #3B6D8C;
    box-shadow: 0 0 0 0.2rem rgba(59, 109, 140, 0.15);
}

.contact-textarea-clean {
    min-height: 170px;
    resize: vertical;
}

.contact-detail-item {
    padding: 18px 0;
    border-top: 1px solid #e5e7eb;
}

.contact-detail-item:first-of-type {
    border-top: none;
    padding-top: 0;
}

.detail-label {
    display: block;
    font-size: 0.85rem;
    font-weight: 800;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #3B6D8C;
    margin-bottom: 6px;
}

.contact-detail-item p {
    margin-bottom: 0;
    color: #1f2933;
    line-height: 1.7;
}

.error {
    display: block;
    margin-top: 6px;
    color: #b42318;
    font-size: 0.9rem;
}

@media (max-width: 768px) {
    .contact-hero-minimal {
        padding: 110px 20px 55px;
    }

    .contact-hero-minimal h1 {
        font-size: 2rem;
    }

    .contact-clean-section {
        padding: 70px 0 90px;
    }

    .contact-form-clean,
    .contact-side-clean {
        padding: 24px;
    }

    .contact-form-clean h2,
    .contact-side-clean h3 {
        font-size: 1.5rem;
    }

    .contact-clean-section .row {
        margin-top: 8px;
    }
}


.maintenance-hero {
    background: #f6f4ef;
    padding: 130px 0 90px;
}

.maintenance-hero h1 {
    font-size: 3rem;
    font-weight: 800;
    color: #1f2933;
    margin-bottom: 18px;
}

.maintenance-lead {
    color: #52606d;
    font-size: 1.08rem;
    line-height: 1.8;
    margin-bottom: 28px;
    max-width: 640px;
}

.maintenance-image-wrap {
    background: #ffffff;
    border-radius: 24px;
    padding: 14px;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
}

.maintenance-image-wrap img {
    width: 100%;
    border-radius: 18px;
    display: block;
}

.maintenance-intro {
    background: #ffffff;
    padding: 85px 0;
}

.maintenance-services-section {
    background: #eef3f7;
    padding: 90px 0;
}

.maintenance-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 28px;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.maintenance-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.12);
}

.maintenance-card h3 {
    font-size: 1.35rem;
    font-weight: 800;
    color: #1f2933;
    margin-bottom: 16px;
}

.maintenance-card ul {
    padding-left: 18px;
    margin-bottom: 0;
    color: #52606d;
    line-height: 1.8;
}

.maintenance-testimonial {
    background: #dce9f3;
    padding: 90px 0;
}

.testimonial-card {
    background: #ffffff;
    border-radius: 24px;
    padding: 36px;
    box-shadow: 0 14px 35px rgba(15, 23, 42, 0.08);
    text-align: center;
}

.testimonial-text {
    font-size: 1.2rem;
    line-height: 1.9;
    color: #334e68;
    font-style: italic;
    margin-bottom: 26px;
}

.testimonial-author {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
}

.testimonial-author img {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    object-fit: cover;
}

.testimonial-author strong {
    display: block;
    color: #1f2933;
}

.testimonial-author span {
    color: #52606d;
    font-size: 0.95rem;
}

.maintenance-news-section {
    background: #ffffff;
    padding: 95px 0 110px;
}

.modern-bike-card {
    background: #ffffff;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 14px 35px rgba(15, 23, 42, 0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.modern-bike-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 22px 45px rgba(15, 23, 42, 0.12);
}

.modern-bike-card img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    display: block;
}

.modern-bike-card-body {
    padding: 24px;
}

.bike-badge {
    display: inline-block;
    background: #D9AD2B;
    color: #1f2933;
    font-weight: 800;
    font-size: 0.82rem;
    padding: 6px 12px;
    border-radius: 999px;
    margin-bottom: 14px;
}

.modern-bike-card h3 {
    font-size: 1.3rem;
    font-weight: 800;
    color: #1f2933;
    margin-bottom: 10px;
}

.modern-bike-card p {
    color: #52606d;
    line-height: 1.8;
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .maintenance-hero h1 {
        font-size: 2.4rem;
    }
}

@media (max-width: 768px) {
    .maintenance-hero {
        padding: 110px 0 60px;
    }

    .maintenance-hero h1 {
        font-size: 2rem;
    }

    .maintenance-lead {
        font-size: 1rem;
    }

    .maintenance-intro,
    .maintenance-services-section,
    .maintenance-testimonial,
    .maintenance-news-section {
        padding: 70px 0;
    }

    .testimonial-card,
    .maintenance-card,
    .modern-bike-card-body {
        padding: 22px;
    }
}



.hire-lead {
    max-width: 760px;
    margin: 0 auto;
    color: #52606d;
    font-size: 1.08rem;
    line-height: 1.8;
}

.hire-intro {
    background: #ffffff;
    padding: 80px 0 40px;
}

.hire-pricing-section {
    background: #eef3f7;
    padding: 50px 0 100px;
}

.hire-card {
    background: #ffffff;
    border-radius: 24px;
    padding: 32px 28px;
    box-shadow: 0 14px 35px rgba(15, 23, 42, 0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    position: relative;
}

.hire-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 22px 45px rgba(15, 23, 42, 0.12);
}

.featured-hire-card {
    border: 2px solid #D9AD2B;
}

.hire-badge {
    display: inline-block;
    background: #dce9f3;
    color: #1f2933;
    font-size: 0.85rem;
    font-weight: 800;
    padding: 6px 12px;
    border-radius: 999px;
    margin-bottom: 16px;
}

.featured-badge {
    background: #D9AD2B;
}

.hire-price {
    font-size: 2.6rem;
    font-weight: 800;
    color: #1f2933;
    margin-bottom: 6px;
}

.hire-duration {
    color: #3B6D8C;
    font-weight: 700;
    margin-bottom: 22px;
}

.hire-features {
    list-style: none;
    padding-left: 0;
    margin-bottom: 28px;
}

.hire-features li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 12px;
    color: #52606d;
    line-height: 1.7;
}

.hire-features li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #D9AD2B;
    font-size: 1.2rem;
    line-height: 1;
    top: 3px;
}

.hire-info-section {
    background: #ffffff;
    padding: 95px 0 110px;
}

.hire-info-card {
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    border-radius: 22px;
    padding: 30px;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.05);
}

.hire-info-card h3 {
    font-size: 1.5rem;
    font-weight: 800;
    color: #1f2933;
    margin-bottom: 16px;
}

.hire-info-card ul {
    padding-left: 18px;
    margin-bottom: 0;
    color: #52606d;
    line-height: 1.9;
}

@media (max-width: 991px) {
    .hire-hero h1 {
        font-size: 2.3rem;
    }
}

@media (max-width: 768px) {
    .hire-hero {
        padding: 110px 20px 65px;
    }

    .hire-hero h1 {
        font-size: 2rem;
    }

    .hire-lead {
        font-size: 1rem;
    }

    .hire-intro {
        padding: 65px 0 30px;
    }

    .hire-pricing-section,
    .hire-info-section {
        padding: 65px 0 75px;
    }

    .hire-card,
    .hire-info-card {
        padding: 24px;
    }

    .hire-price {
        font-size: 2.2rem;
    }
}


.clothes-lead {
    max-width: 760px;
    margin: 0 auto;
    color: #52606d;
    font-size: 1.08rem;
    line-height: 1.8;
}

.product-section-clean {
    background: #ffffff;
    padding: 90px 0;
}

.accessories-section-clean {
    background: #eef3f7;
}

.clean-product-card {
    background: #ffffff;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 14px 35px rgba(15, 23, 42, 0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.clean-product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 22px 45px rgba(15, 23, 42, 0.12);
}

.clean-product-card img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    display: block;
    background: #ffffff;
}

.clean-product-body {
    padding: 24px;
    text-align: center;
}

.clean-product-body h3 {
    font-size: 1.25rem;
    font-weight: 800;
    color: #1f2933;
    margin-bottom: 10px;
}

.product-price {
    font-size: 1.15rem;
    font-weight: 700;
    color: #3B6D8C;
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .clothes-hero h1 {
        font-size: 2.3rem;
    }
}

@media (max-width: 768px) {
    .clothes-hero {
        padding: 110px 20px 65px;
    }

    .clothes-hero h1 {
        font-size: 2rem;
    }

    .clothes-lead {
        font-size: 1rem;
    }

    .product-section-clean {
        padding: 70px 0;
    }

    .clean-product-body {
        padding: 20px;
    }

    .clean-product-card img {
        height: 260px;
    }
}

.product-page-intro {
    background: #f6f4ef;
    padding: 120px 20px 55px;
}

.product-page-text {
    max-width: 760px;
    margin: 0 auto;
}

.roadbike-section-clean {
    background: #ffffff;
    padding: 50px 0 95px;
}