/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/

.line {
    width: 100%;
    border-bottom: 2px solid #ddd;
}

.about-section-custom {
    padding: 80px 0;
}

.about-heading-custom h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 42px;
    line-height: 1.15;
    font-weight: 400;
    color: #222;
    max-width: 900px;
}


.about-label-custom {
    font-size: 12px;
    letter-spacing: 3px;
    color: #555;
    display: block;
    margin-bottom: 15px;
}


.about-image-custom {
    width: 100%;
    height: 400px;
    object-fit: cover;
}


.about-content-custom {
    padding-left: 35px;
}

.about-content-custom p {
    font-size: 16px;
    line-height: 1.8;
    color: #2b2a2a;
    margin-bottom: 20px;
}


.about-btn-custom {
    display: inline-block;
    margin-top: 20px;
    padding: 12px 30px;
    background: #f6ddc5;
    color: #333;
    font-size: 11px;
    text-decoration: none;
    letter-spacing: 1px;
}


.second-about-custom {
    margin-top: 90px;
}

.second-about-custom .about-content-custom {
    padding-left: 0;
    padding-right: 35px;
}



/* Responsive */
@media(max-width: 991px){

    .about-heading-custom h2 {
        font-size: 32px;
    }

    .about-content-custom {
        padding: 30px 0 0;
    }

    .second-about-custom .about-content-custom {
        padding-right: 0;
    }

    .about-image-custom {
        height: 250px;
    }
}

.bicycle {
    width: 98px;
    height: 98px;
    object-fit: contain;
    margin-bottom: 1px;
    filter: invert(59%) sepia(13%) saturate(700%) hue-rotate(358deg) brightness(90%) contrast(85%);
}

  .card {
    position: relative;
    width: 100%;
    margin: 0 auto;
    max-width: 620px;
    background: #ffffff;
    padding: 56px 48px 44px;
    text-align: center;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
    overflow: hidden;
  }
 
  .card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 6px;
    background: linear-gradient(90deg, var(--purple), #b98be0);
  }
 
  .quote-mark {
    font-family: Georgia, serif;
    font-weight: bold;
    font-size: 64px;
    line-height: 1;
    color: var(--gold);
    margin-bottom: 8px;
    font-style: italic;
  }
 
  .quote-text {
    font-style: italic;
    font-size: 17px;
    line-height: 1.9;
    color: var(--text-body);
    max-width: 460px;
    margin: 0 auto 32px;
  }
 
  .author {
    font-family: Georgia, serif;
    font-size: 21px;
    color: var(--text-dark);
    margin: 0 0 4px;
    font-weight: 400;
  }
 
  .role {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: var(--text-muted);
    letter-spacing: 0.3px;
  }
 
  @media (max-width: 480px) {
    .card { padding: 40px 24px 32px; }
    .quote-text { font-size: 15px; }
  }

.oh-logo {
    width: 120px;
    height: 200px;
    display: block;
}

.logo-wrapper {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 30px;
}

@media (max-width: 991px) {
    .logo-wrapper {
        justify-content: center;
    }

    .logo-wrapper .oh-logo {
        display: block;
        margin: 0 auto;
    }
}