/* ==========================================================================
   ClearSky Power — Custom Styles
   ========================================================================== */

/* ---------- Navigation menu spacing ---------- */
.header-nav.main-nav-one nav ul {
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 1.5rem;
}

.header-nav.main-nav-one nav ul li {
    flex: 1;
    text-align: center;
}

.header-nav.main-nav-one nav ul li a.nav-link {
    padding-left: 1rem;
    padding-right: 1rem;
    white-space: nowrap;
    font-size: 15px;
}

/* ---------- Page banner ---------- */
.page-banner-area {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 80px 0;
    position: relative;
}

.page-banner-area::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}

.page-banner-content {
    position: relative;
    z-index: 1;
}

.page-banner-content .title {
    color: #fff;
    font-size: 42px;
    margin-bottom: 10px;
}

.page-banner-content .breadcrumb {
    background: none;
    padding: 0;
    margin: 0;
}

.page-banner-content .breadcrumb-item a {
    color: #FBA81E;
}

.page-banner-content .breadcrumb-item.active {
    color: #fff;
}

.page-banner-content .breadcrumb-item + .breadcrumb-item::before {
    color: #fff;
}

/* ---------- Team page ---------- */
.team-photo {
    border-radius: 50%;
    width: 50%;
    height: auto;
    object-fit: cover;
}

/* ---------- Services page ---------- */
.services-page .tab-content img {
    border-radius: 10%;
    object-fit: cover;
}

.service-capabilities {
    list-style: none;
    padding: 0;
    margin: 20px 0 0;
}

.service-capabilities li {
    padding: 6px 0;
    padding-left: 20px;
    position: relative;
}

.service-capabilities li::before {
    content: '\f00c';
    font-family: 'Font Awesome 6 Pro';
    font-weight: 400;
    position: absolute;
    left: 0;
    color: #FBA81E;
}

/* ---------- Projects page ---------- */
.project-thumb {
    height: 300px;
    width: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.project-details {
    padding: 15px 0 30px;
}

.project-details p {
    margin-bottom: 8px;
    color: #555;
}

.project-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 10px;
}

.project-meta .meta-item {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #333;
    font-size: 14px;
}

.project-meta .meta-item i {
    color: #FBA81E;
}

.project-meta .meta-item strong {
    color: #222;
}

/* ---------- Homepage project carousel ---------- */
.rts-solar-single-product-one > img {
    height: 600px;
    border-radius: 20px;
    object-fit: cover;
    width: 100%;
}

/* ---------- Story & Mission page ---------- */
.story-about-img {
    border-radius: 20px;
}

/* Impact counter bar */
.impact-counter-area {
    background: #1a1a2e;
    padding: 60px 0;
}

.single-counter-up {
    text-align: center;
    padding: 20px;
}

.single-counter-up .number {
    font-size: 48px;
    font-weight: 700;
    color: #FBA81E;
    line-height: 1;
}

.single-counter-up .title {
    color: #fff;
    margin-top: 10px;
    font-size: 16px;
}

/* Company values */
.values-section {
    padding: 60px 0;
}

.value-card {
    text-align: center;
    padding: 30px 20px;
}

.value-card .icon {
    font-size: 40px;
    color: #FBA81E;
    margin-bottom: 15px;
}

.value-card h5 {
    margin-bottom: 10px;
}

.value-card p {
    color: #555;
    font-size: 14px;
}

/* Geographic reach */
.geographic-reach {
    padding: 40px 0;
}

.office-location {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 12px 0;
}

.office-location i {
    color: #FBA81E;
    margin-top: 4px;
}

/* ---------- Homepage sections ---------- */
.home-third-section-img {
    border-radius: 15px 0px 0px 15px;
}

/* ---------- Logo ---------- */
.logo-area img,
.logo-area-footer img {
    width: 150px;
    height: auto;
}

/* ---------- Contact page ---------- */
.map-area-wrapper iframe {
    width: 100%;
    height: 100%;
    min-height: 500px;
    border: 0;
}
