/* ==========================================================================
   SkyRock Construction — brand overrides
   Loaded AFTER style.css. Edit brand colours here, not in style.css.
   ========================================================================== */

:root {
    --sr-primary: #FF5E14;
    --sr-primary-dark: #E14E08;
    --sr-navy: #0B1A2A;
    --sr-navy-soft: #14283D;
    --sr-slate: #6E777D;
    --sr-line: #E4E7EB;
    --sr-bg-soft: #F6F7F9;
}

/* --------------------------------------------------------------------------
   Header
   -------------------------------------------------------------------------- */
.skyrock-header .logo-area img {
    max-height: 52px;
    width: auto;
}

.skyrock-header .header-top-wrapper .left .info span a {
    text-decoration: none;
}

.skyrock-header .cart-search-area {
    gap: 10px;
}

/* --------------------------------------------------------------------------
   Hero
   -------------------------------------------------------------------------- */
.sr-hero-1 { background: url(../images/project/18.webp) center/cover no-repeat; }
.sr-hero-2 { background: url(../images/project/32.webp) center/cover no-repeat; }
.sr-hero-3 { background: url(../images/project/39.webp) center/cover no-repeat; }

/* The template's .warm is a decorative yellow blur blob behind the slide.
   SkyRock heroes use photographs, so we hide it and lay a real scrim over the
   image instead — otherwise white headline text sits on bare photo. */
.banner-five-main-wrapper .warm {
    display: none;
}

.banner-five-main-wrapper.bg-style::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background: linear-gradient(90deg,
            rgba(11, 26, 42, .92) 0%,
            rgba(11, 26, 42, .78) 42%,
            rgba(11, 26, 42, .40) 75%,
            rgba(11, 26, 42, .28) 100%);
}

.banner-five-main-wrapper.bg-style .container-3 {
    position: relative;
    z-index: 2;
}

@media (max-width: 991px) {
    .banner-five-main-wrapper.bg-style::before {
        background: rgba(11, 26, 42, .84);
    }
}

.sr-hero-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 28px;
    margin-top: 32px;
}

.sr-hero-badges span {
    color: #fff;
    font-family: var(--font-secondary);
    font-size: 15px;
    opacity: .92;
    display: inline-flex;
    align-items: center;
    gap: 9px;
}

.sr-hero-badges i {
    color: var(--sr-primary);
    font-size: 13px;
}

.sr-thumb-icon i {
    font-size: 30px;
    color: var(--sr-primary);
    line-height: 1;
}

/* --------------------------------------------------------------------------
   Service cards
   -------------------------------------------------------------------------- */
.sr-service-card {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.sr-service-card .desc {
    flex: 1 1 auto;
}

.sr-icon {
    width: 68px;
    height: 68px;
    border-radius: 12px;
    background: rgba(255, 94, 20, .1);
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    transition: var(--transition);
}

.sr-icon i {
    font-size: 30px;
    color: var(--sr-primary);
    line-height: 1;
}

.sr-service-card:hover .sr-icon {
    background: var(--sr-primary);
}

.sr-service-card:hover .sr-icon i {
    color: #fff;
}

.sr-service-card h3.heading-title {
    font-size: 22px;
    line-height: 1.3;
    margin-bottom: 12px;
}

.sr-service-card h3.heading-title a {
    color: var(--color-heading-1);
    transition: var(--transition);
}

.sr-service-card h3.heading-title a:hover {
    color: var(--sr-primary);
}

/* --------------------------------------------------------------------------
   Why cards
   -------------------------------------------------------------------------- */
.sr-why-area {
    background: var(--sr-bg-soft);
}

.sr-why-card {
    background: #fff;
    border: 1px solid var(--sr-line);
    border-radius: 14px;
    padding: 34px 28px;
    height: 100%;
    transition: var(--transition);
}

.sr-why-card:hover {
    border-color: var(--sr-primary);
    box-shadow: 0 18px 40px rgba(11, 26, 42, .08);
    transform: translateY(-4px);
}

.sr-why-icon i {
    font-size: 34px;
    color: var(--sr-primary);
    margin-bottom: 20px;
    display: block;
}

.sr-why-card h3 {
    font-size: 20px;
    margin-bottom: 12px;
    color: var(--color-heading-1);
}

.sr-why-card p {
    font-size: 15px;
    margin-bottom: 0;
    color: var(--sr-slate);
}

/* --------------------------------------------------------------------------
   Stats
   -------------------------------------------------------------------------- */
.sr-stats-area {
    background: var(--sr-navy);
    padding: 60px 0;
}

.sr-stat h3 {
    color: #fff;
    font-size: 46px;
    margin-bottom: 6px;
    font-family: var(--font-primary);
    font-weight: 800;
}

.sr-stat h3 .prefix {
    color: var(--sr-primary);
}

.sr-stat p {
    color: rgba(255, 255, 255, .72);
    margin-bottom: 0;
    font-size: 15px;
    letter-spacing: .3px;
}

/* --------------------------------------------------------------------------
   Process
   -------------------------------------------------------------------------- */
.sr-step {
    position: relative;
    padding: 36px 28px 30px;
    border: 1px solid var(--sr-line);
    border-radius: 14px;
    height: 100%;
    background: #fff;
    transition: var(--transition);
}

.sr-step:hover {
    border-color: var(--sr-primary);
    transform: translateY(-4px);
}

.sr-step-num {
    display: inline-block;
    font-family: var(--font-primary);
    font-size: 40px;
    font-weight: 800;
    line-height: 1;
    color: rgba(255, 94, 20, .22);
    margin-bottom: 14px;
}

.sr-step h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

.sr-step p {
    font-size: 15px;
    margin-bottom: 0;
    color: var(--sr-slate);
}

/* --------------------------------------------------------------------------
   Projects
   -------------------------------------------------------------------------- */
.sr-project {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    height: 100%;
}

.sr-project img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    display: block;
    transition: transform .6s ease;
}

.sr-project:hover img {
    transform: scale(1.06);
}

.sr-project-body {
    position: absolute;
    inset: auto 0 0 0;
    padding: 60px 26px 24px;
    background: linear-gradient(180deg, rgba(11, 26, 42, 0) 0%, rgba(11, 26, 42, .92) 78%);
}

.sr-project-body span {
    display: block;
    color: var(--sr-primary);
    font-size: 13px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    margin-bottom: 6px;
    font-weight: 600;
}

.sr-project-body h3 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 0;
}

/* --------------------------------------------------------------------------
   Testimonials
   -------------------------------------------------------------------------- */
.sr-testimonial-area {
    background: var(--sr-bg-soft);
}

.sr-quote {
    background: #fff;
    border: 1px solid var(--sr-line);
    border-radius: 14px;
    padding: 34px 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.sr-stars {
    color: var(--sr-primary);
    margin-bottom: 18px;
    font-size: 14px;
    letter-spacing: 2px;
}

.sr-quote p {
    color: var(--color-heading-1);
    font-size: 17px;
    line-height: 1.65;
    flex: 1 1 auto;
}

.sr-quote-by {
    border-top: 1px solid var(--sr-line);
    padding-top: 18px;
    margin-top: 18px;
}

.sr-quote-by strong {
    display: block;
    color: var(--color-heading-1);
    font-size: 16px;
}

.sr-quote-by span {
    color: var(--sr-slate);
    font-size: 14px;
}

/* --------------------------------------------------------------------------
   CTA band
   -------------------------------------------------------------------------- */
.sr-cta-area {
    padding: 0 0 20px;
}

.sr-cta-inner {
    background: var(--sr-navy) url(../images/project/31.webp) center/cover no-repeat;
    background-blend-mode: multiply;
    border-radius: 18px;
    padding: 60px 50px;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    align-items: center;
    justify-content: space-between;
}

.sr-cta-text {
    max-width: 620px;
}

.sr-cta-text h2 {
    color: #fff;
    font-size: 34px;
    line-height: 1.25;
    margin-bottom: 12px;
}

.sr-cta-text p {
    color: rgba(255, 255, 255, .8);
    margin-bottom: 0;
}

.sr-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

/* --------------------------------------------------------------------------
   Forms
   -------------------------------------------------------------------------- */
.sr-form-card {
    background: #fff;
    border: 1px solid var(--sr-line);
    border-radius: 16px;
    padding: 38px 34px;
    box-shadow: 0 18px 50px rgba(11, 26, 42, .06);
}

.sr-form label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: var(--color-heading-1);
    margin-bottom: 8px;
}

.sr-form label span {
    color: var(--sr-primary);
}

.sr-form input,
.sr-form select,
.sr-form textarea {
    width: 100%;
    border: 1px solid var(--sr-line);
    border-radius: 8px;
    padding: 13px 16px;
    font-family: var(--font-secondary);
    font-size: 15px;
    color: var(--color-heading-1);
    background: #fff;
    transition: var(--transition);
}

.sr-form input:focus,
.sr-form select:focus,
.sr-form textarea:focus {
    border-color: var(--sr-primary);
    outline: none;
    box-shadow: 0 0 0 3px rgba(255, 94, 20, .12);
}

.sr-form textarea {
    resize: vertical;
    min-height: 130px;
}

.sr-form-msg {
    margin: 14px 0 0;
    font-size: 15px;
}

.sr-form-msg.error {
    color: #D93025;
}

.sr-form-msg.success {
    color: #1E8E3E;
}

.sr-contact-list {
    list-style: none;
    padding: 0;
    margin: 34px 0 0;
}

.sr-contact-list li {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    padding: 16px 0;
    border-bottom: 1px solid var(--sr-line);
    color: var(--sr-slate);
    font-size: 15px;
    line-height: 1.6;
}

.sr-contact-list li:last-child {
    border-bottom: 0;
}

.sr-contact-list i {
    color: var(--sr-primary);
    font-size: 19px;
    width: 24px;
    flex: 0 0 24px;
    margin-top: 3px;
}

.sr-contact-list a {
    color: var(--color-heading-1);
    font-weight: 500;
}

.sr-contact-list a:hover {
    color: var(--sr-primary);
}

/* --------------------------------------------------------------------------
   FAQ accordion
   -------------------------------------------------------------------------- */
.sr-accordion .sr-acc-item {
    border: 1px solid var(--sr-line);
    border-radius: 12px !important;
    margin-bottom: 14px;
    overflow: hidden;
    background: #fff;
}

.sr-accordion .accordion-button {
    font-family: var(--font-primary);
    font-size: 18px;
    font-weight: 700;
    color: var(--color-heading-1);
    padding: 22px 26px;
    background: #fff;
    box-shadow: none;
}

.sr-accordion .accordion-button:not(.collapsed) {
    color: var(--sr-primary);
    background: #fff;
}

.sr-accordion .accordion-button:focus {
    box-shadow: none;
    border-color: transparent;
}

.sr-accordion .accordion-body {
    padding: 0 26px 24px;
    color: var(--sr-slate);
    font-size: 15px;
    line-height: 1.75;
}

/* --------------------------------------------------------------------------
   Breadcrumb
   -------------------------------------------------------------------------- */
.sr-breadcrumb {
    background-size: cover;
    background-position: center;
    position: relative;
}

.sr-breadcrumb::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(11, 26, 42, .78);
}

.sr-breadcrumb .container-3 {
    position: relative;
    z-index: 2;
}

.sr-breadcrumb .breadcrumb-inner .title,
.sr-breadcrumb .breadcrumb-inner .meta,
.sr-breadcrumb .breadcrumb-inner .meta a,
.sr-breadcrumb .breadcrumb-inner .meta span {
    color: #fff;
}

.sr-breadcrumb .breadcrumb-inner .meta a:hover {
    color: var(--sr-primary);
}

/* --------------------------------------------------------------------------
   Service detail page
   -------------------------------------------------------------------------- */
.sr-detail-hero {
    border-radius: 16px;
    width: 100%;
    height: 420px;
    object-fit: cover;
    margin-bottom: 40px;
}

.sr-detail-body h2 {
    font-size: 30px;
    margin: 40px 0 16px;
}

.sr-detail-body p {
    font-size: 17px;
    line-height: 1.8;
    color: var(--sr-slate);
}

.sr-capability-list {
    list-style: none;
    padding: 0;
    margin: 26px 0 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 26px;
}

.sr-capability-list li {
    position: relative;
    padding-left: 32px;
    color: var(--color-heading-1);
    font-size: 16px;
    line-height: 1.5;
}

.sr-capability-list li::before {
    content: "\f00c";
    font-family: "Font Awesome 6 Pro", "Font Awesome 5 Pro", "FontAwesome";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 1px;
    color: var(--sr-primary);
    font-size: 13px;
}

.sr-sidebar-card {
    background: var(--sr-bg-soft);
    border: 1px solid var(--sr-line);
    border-radius: 14px;
    padding: 30px 26px;
    margin-bottom: 26px;
}

.sr-sidebar-card h3 {
    font-size: 20px;
    margin-bottom: 20px;
}

.sr-service-nav {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sr-service-nav li + li {
    margin-top: 4px;
}

.sr-service-nav a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 13px 18px;
    border-radius: 8px;
    background: #fff;
    border: 1px solid var(--sr-line);
    color: var(--color-heading-1);
    font-weight: 500;
    font-size: 15px;
    transition: var(--transition);
}

.sr-service-nav a i {
    font-size: 12px;
    opacity: .5;
}

.sr-service-nav a:hover,
.sr-service-nav a.active {
    background: var(--sr-primary);
    border-color: var(--sr-primary);
    color: #fff;
}

.sr-service-nav a:hover i,
.sr-service-nav a.active i {
    opacity: 1;
}

.sr-help-card {
    background: var(--sr-navy);
    border-radius: 14px;
    padding: 34px 28px;
    text-align: center;
}

.sr-help-card i {
    font-size: 36px;
    color: var(--sr-primary);
    margin-bottom: 18px;
    display: block;
}

.sr-help-card h3 {
    color: #fff;
    font-size: 21px;
    margin-bottom: 10px;
}

.sr-help-card p {
    color: rgba(255, 255, 255, .75);
    font-size: 15px;
    margin-bottom: 20px;
}

.sr-help-card .sr-phone {
    display: block;
    color: #fff;
    font-family: var(--font-primary);
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 18px;
}

.sr-help-card .sr-phone:hover {
    color: var(--sr-primary);
}

/* --------------------------------------------------------------------------
   Map
   -------------------------------------------------------------------------- */
.sr-map iframe {
    width: 100%;
    height: 460px;
    border: 0;
    display: block;
}

/* --------------------------------------------------------------------------
   About page
   -------------------------------------------------------------------------- */
.sr-values li {
    margin-bottom: 18px;
    color: var(--sr-slate);
    line-height: 1.75;
}

.sr-values li strong {
    color: var(--color-heading-1);
    display: block;
    margin-bottom: 4px;
}

.sr-legal h2 {
    font-size: 26px;
    margin: 38px 0 14px;
}

.sr-legal p,
.sr-legal li {
    color: var(--sr-slate);
    line-height: 1.8;
}

.sr-legal ul {
    padding-left: 20px;
}

.sr-note {
    background: rgba(255, 94, 20, .07);
    border-left: 3px solid var(--sr-primary);
    padding: 18px 22px;
    border-radius: 0 8px 8px 0;
    margin: 24px 0;
    color: var(--color-heading-1);
    font-size: 15px;
}

/* --------------------------------------------------------------------------
   Responsive
   -------------------------------------------------------------------------- */
@media (max-width: 991px) {
    .sr-cta-inner {
        padding: 44px 30px;
    }

    .sr-cta-text h2 {
        font-size: 27px;
    }

    .sr-detail-hero {
        height: 300px;
    }
}

@media (max-width: 767px) {
    .sr-capability-list {
        grid-template-columns: 1fr;
    }

    .sr-form-card {
        padding: 26px 20px;
    }

    .sr-stat h3 {
        font-size: 34px;
    }

    .sr-hero-badges {
        gap: 10px 18px;
    }

    .sr-hero-badges span {
        font-size: 13.5px;
    }

    .sr-project img {
        height: 240px;
    }
}

/* --------------------------------------------------------------------------
   Logo sizing — the SkyRock mark is a wide horizontal lockup in the header
   and the full stacked mark in the footer.
   -------------------------------------------------------------------------- */
.skyrock-header .logo-area img {
    max-height: 58px;
    width: auto;
}

@media (max-width: 767px) {
    .skyrock-header .logo-area img {
        max-height: 44px;
    }
}

.side-bar .inner-main-wrapper-desk .logo img,
.side-bar2 .logo img {
    max-height: 52px;
    width: auto;
}

.sr-footer-logo {
    max-width: 190px;
    height: auto;
}

/* --------------------------------------------------------------------------
   Grouped services (services page)
   -------------------------------------------------------------------------- */
.sr-service-group + .sr-service-group {
    margin-top: 70px;
}

.sr-group-head {
    border-top: 2px solid var(--sr-primary);
    padding-top: 22px;
    margin-bottom: 34px;
    max-width: 720px;
}

.sr-group-head h2 {
    font-size: 28px;
    margin-bottom: 8px;
    color: var(--color-heading-1);
}

.sr-group-head p {
    color: var(--sr-slate);
    font-size: 16px;
    margin-bottom: 0;
}

/* Longer service names need a little more room in the dropdown */
li.has-dropdown .submenu {
    min-width: 262px;
}

li.has-dropdown .submenu li a {
    white-space: nowrap;
}

/* --------------------------------------------------------------------------
   Stage gallery (framing -> board -> finish)
   -------------------------------------------------------------------------- */
.sr-stage-area {
    background: var(--sr-bg-soft);
}

.sr-stage {
    margin: 0;
    background: #fff;
    border: 1px solid var(--sr-line);
    border-radius: 14px;
    overflow: hidden;
    height: 100%;
}

.sr-stage img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    display: block;
}

.sr-stage figcaption {
    padding: 18px 22px;
    font-size: 15px;
    color: var(--color-heading-1);
    font-weight: 500;
    line-height: 1.5;
}
