/* About Section Styles - using theme classes */
.about-dark-bg {
    background-color: #222222;
}

.about-dark-bg .section-subtitle {
    color: #aa8453;
}

.about-dark-bg .section-title {
    color: #fff;
}

.about-dark-bg p {
    font-family: 'Barlow', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.75em;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 20px;
}

.about-dark-bg .butn-dark a {
    background: #aa8453 !important;
    color: #fff !important;
}

.about-dark-bg .butn-dark a:hover:after {
    background: #2B2B2B !important;
}

.about-dark-bg .butn-dark a:hover span {
    color: #fff !important;
}

/* Stretch image to full width of block */
.about-dark-bg .col-md-6 img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}

/* Flip About Us photo to face the text */
.about-dark-bg .col-md-6 img.mt-90 {
    /* transform: scaleX(-1); */
}

/* Center col-md-6 with animate-box */
.about-dark-bg .col-md-6.animate-box.fadeInUp.animated {
    /* margin: auto; */
}

/* Vertical center alignment for About Us section */
.about.section-padding.about-dark-bg .row {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
}

.about.section-padding.about-dark-bg .col-md-6 {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Team Section Styles - matching services section-padding */
.services.section-padding {
    padding: 120px 0;
    background: #1B1B1B;
}

.services .content .cont h4 {
    margin: 0 0 10px 0;
    font-size: 32px;
    color: #fff;
    font-weight: 400;
    line-height: 1.5em;
}

/* Ensure team section uses these styles */
.about-team-section.services .content .cont h4 {
    margin: 0 0 10px 0;
    font-size: 32px;
    color: #fff;
    font-weight: 400;
    line-height: 1.5em;
}

.services .content .info h6 {
    font-size: 15px;
    letter-spacing: 3px;
    color: #aa8453;
    font-family: 'Barlow Condensed', sans-serif;
    text-transform: uppercase;
    margin-bottom: 5px;
}

/* About Us Team section (services layout) */
.about-team-section .bg-black {
    background: #1f1f1f;
}

.about-team-section .content {
    padding: 60px;
}

.about-team-section .content .info h6 {
    color: #aa8453 !important;
}

.about-team-section .content .cont h4 {
    color: #fff;
}

.about-team-section .content .cont p {
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.75em;
}

.about-team-section .img img {
    width: 100%;
    min-height: 420px;
    object-fit: cover;
}
