@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700&family=Playfair+Display:wght@500;600;700;800&display=swap');

:root {
    --osma-navy: #061A39;
    --osma-navy-2: #0E2A57;
    --osma-orange: #E8621A;
    --osma-orange-light: #FF7A30;
    --osma-orange-dark: #C44E10;
    --osma-warm: #F5F0E8;
    --osma-gray: #D8DDE6;
    --osma-white: #FFFFFF;
    --osma-shadow: 0 20px 48px rgba(6, 26, 57, 0.28);
    --osma-header-height: 72px;
}

html,
body {
    background: var(--osma-navy);
    color: var(--osma-warm);
    font-family: 'Manrope', 'Inter', sans-serif;
}

body {
    background-image:
        radial-gradient(circle at 0 0, rgba(232, 98, 26, 0.18), transparent 40%),
        radial-gradient(circle at 100% 0, rgba(255, 122, 48, 0.12), transparent 38%);
    background-attachment: fixed;
}

h1,
h2,
h3,
h4,
h5,
h6,
.slider-content h2,
.breadcrumb-title h2,
.section-title h2,
.team-info h4 {
    font-family: 'Playfair Display', Georgia, serif;
    letter-spacing: 0.01em;
    text-transform: none;
}

p,
li,
a,
span,
input,
textarea,
button {
    font-family: 'Manrope', 'Inter', sans-serif;
}

h5,
.section-title h5,
.breadcrumb-item,
.second-services-content span {
    letter-spacing: 0.14em;
    text-transform: uppercase;
    font-family: 'Manrope', 'Inter', sans-serif;
    font-weight: 700;
}

a {
    transition: all 0.3s ease;
}

.btn,
.ss-btn,
.top-btn a,
.slider-btn a {
    border-radius: 0 !important;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    font-weight: 700;
}

.ss-btn,
.btn.active,
.slider-btn .ss-btn,
.top-btn a {
    background: var(--osma-orange) !important;
    border-color: var(--osma-orange) !important;
    color: var(--osma-white) !important;
}

.ss-btn:hover,
.btn.active:hover,
.slider-btn .ss-btn:hover,
.top-btn a:hover {
    background: var(--osma-orange-light) !important;
    border-color: var(--osma-orange-light) !important;
    color: var(--osma-white) !important;
    transform: translateY(-2px) scale(1.02);
    box-shadow: 0 12px 24px rgba(232, 98, 26, 0.35);
}

.header-area {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999;
}

.menu-area {
    background: var(--osma-navy-2);
    border-bottom: 1px solid rgba(232, 98, 26, 0.3);
    transition: all 0.35s ease;
}

.sticky-menu,
.menu-area.is-scrolled {
    background: rgba(6, 26, 57, 0.96) !important;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.25);
    border-color: rgba(232, 98, 26, 0.3);
}

.main-menu nav ul li a {
    color: var(--osma-warm) !important;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 12px;
    font-weight: 700;
    position: relative;
}

.main-menu nav ul li a:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -8px;
    height: 2px;
    background: var(--osma-orange);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.25s ease;
}

/* Header typography: use elegant serif for logo and navigation */
.header-area .logo a,
.header-area .navbar-brand,
.main-menu nav ul li a {
    font-family: 'Playfair Display', Georgia, serif;
    font-weight: 600;
    letter-spacing: 0.08em;
}

.main-menu nav ul li a:hover:after,
.main-menu nav ul li.active a:after {
    transform: scaleX(1);
}

.main-menu nav ul li a:hover,
.main-menu nav ul li.active a,
.main-menu nav ul li a.current {
    color: var(--osma-orange) !important;
}

.offcanvas-menu {
    background: rgba(6, 26, 57, 0.98) !important;
    width: 100% !important;
    max-width: none !important;
    padding: 90px 50px 40px !important;
}

.offcanvas-menu .menu-close {
    color: var(--osma-white) !important;
    border: 1px solid rgba(232, 98, 26, 0.45);
}

.offcanvas-menu .menu {
    display: grid;
    gap: 12px;
}

.offcanvas-menu .menu li a {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(2rem, 5vw, 3.6rem);
    letter-spacing: 0.03em;
    text-transform: none;
    color: var(--osma-warm) !important;
}

.offcanvas-menu .menu li a:hover,
.offcanvas-menu .menu li a.current {
    color: var(--osma-orange) !important;
}

.slider-area,
.slider-four {
    position: relative;
    margin-bottom: 80px;
    box-sizing: border-box;
}

.single-slider {
    /* ensure slider fits visible viewport below fixed header */
    height: calc(100vh - var(--osma-header-height));
    min-height: calc(600px - var(--osma-header-height));
    display: flex;
    align-items: center;
}

.single-slider:before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(95deg, rgba(6, 26, 57, 0.9) 25%, rgba(6, 26, 57, 0.45) 80%);
    z-index: 0;
}

.single-slider .container,
.single-slider .row,
.slider-content,
.single-counter {
    position: relative;
    z-index: 2;
}

.slider-content h2 {
    font-size: clamp(3.4rem, 8vw, 5rem);
    line-height: 0.95;
    max-width: 11ch;
    font-weight: 700;
}

.slider-content h2 span,
.about-title h2 span,
.section-title h2 span {
    position: relative;
    color: var(--osma-white) !important;
}

.slider-content h2 span:after,
.about-title h2 span:after,
.section-title h2 span:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 6px;
    height: 10px;
    background: rgba(232, 98, 26, 0.72);
    z-index: -1;
}

.slider-content h2:after {
    content: '';
    display: block;
    width: 120px;
    height: 4px;
    margin-top: 20px;
    background: var(--osma-orange);
}

.slider-content h2 {
    transition: transform 0.5s ease, opacity 0.5s ease;
}

.slider-content h2.is-visible {
    transform: translateY(-4px);
}

.single-counter .counter {
    border-top: 1px solid var(--osma-orange);
    padding-top: 16px;
}

.single-counter .text .count,
.single-counter .text {
    color: var(--osma-white) !important;
}

.single-counter .text strong {
    text-transform: uppercase;
    letter-spacing: 0.14em;
    font-size: 11px;
    color: var(--osma-gray);
}

.single-counter .icon,
.counter .icon {
    color: var(--osma-orange) !important;
}

/* Slider-specific counter clean style: remove background shapes/colors, larger white typography */
.slider-area .single-counter {
    background: transparent !important;
    padding: 8px 0 !important;
    border-radius: 0 !important;
    backdrop-filter: none !important;
    box-shadow: none !important;
}

.slider-area .single-counter .counter {
    border-top: none !important;
    padding-top: 0 !important;
}

.slider-area .single-counter .count {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 2.6rem !important;
    font-weight: 800 !important;
    color: var(--osma-white) !important;
    line-height: 1 !important;
}

.slider-area .single-counter strong,
.slider-area .single-counter .text strong {
    color: var(--osma-white) !important;
    display: block;
    margin-top: 4px;
    font-size: 12px !important;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.about-content p,
.second-services-content p,
.services-content2 p,
.team-info span,
.single-testimonial p,
.f-contact .text h3,
.f-contact .text span,
.contact-box .services-content2 p {
    color: rgba(245, 240, 232, 0.86) !important;
}

.second-services-content h5,
.services-content2 h5,
.second-services-content h5 a,
.services-content2 h5 a {
    color: var(--osma-warm) !important;
    /* use elegant serif for service card titles */
    font-family: 'Playfair Display', Georgia, serif;
    font-weight: 600;
    letter-spacing: 0.01em;
    text-transform: none;
}

#work .second-services-content p,
#work .services-content2 p,
#work .team-info span,
#work .team-info h4,
#work .single-testimonial p,
.testimonial-area .single-testimonial p,
.testimonial-area .testi-author h6,
.testimonial-area .ta-info span {
    color: rgba(6, 26, 57, 0.86) !important;
}

#work .second-services-content h5,
#work .services-content2 h5,
#work .second-services-content h5 a,
#work .services-content2 h5 a {
    color: var(--osma-navy) !important;
}

.section-title h5,
.about-title h5 {
    color: var(--osma-orange) !important;
}

.section-title h2,
.about-title h2,
.breadcrumb-title h2 {
    color: var(--osma-white);
}

section,
.about-area,
.services-area2,
.team-area2,
.testimonial-area,
.contact-bg02,
.footer-top-heiding {
    position: relative;
}

/* spacing tweak: add top margin to feature-top (services preview under slider) */
#feature-top {
    padding-top: 40px;
}

.about-area,
.services-area2,
.team-area2,
#work,
#services {
    padding-top: 110px !important;
    padding-bottom: 95px !important;
}

.about-area:before,
.services-area2:before,
#work:before,
#services:before,
.team-area2:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 76%;
    transform: translateX(-50%);
    border-top: 1px solid rgba(232, 98, 26, 0.45);
}


.services-area2,
#services,
.team-area2,
#brands {
    background-color: var(--osma-navy) !important;
}

#work,
.testimonial-area {
    background-color: var(--osma-warm) !important;
}

#work .section-title h2,
#work p,
.testimonial-area p,
.testimonial-area h2,
.testimonial-area h5 {
    color: var(--osma-navy) !important;
}

#work .section-title h2 span,
.testimonial-area .section-title h2 span {
    color: var(--osma-navy) !important;
}

#work .section-title h2 span:after,
.testimonial-area .section-title h2 span:after {
    background: rgba(232, 98, 26, 0.32) !important;
}

#work .section-title h5,
.testimonial-area h5 {
    color: var(--osma-orange) !important;
}

.s-single-services,
.services-box2,
.services-box,
.contact-box,
.single-team,
.single-testimonial,
.box20 {
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.s-single-services,
.services-box2,
.services-box,
.contact-box {
    border-top: 2px solid var(--osma-orange) !important;
    background: rgba(255, 255, 255, 0.03) !important;
    backdrop-filter: blur(2px);
}

.s-single-services:hover,
.services-box2:hover,
.services-box:hover,
.contact-box:hover,
.single-team:hover,
.single-testimonial:hover,
.box20:hover {
    transform: translateY(-8px);
    box-shadow: var(--osma-shadow);
    border-color: var(--osma-orange) !important;
}

.services-icon i,
.second-services-content .btn2,
.f-contact .icon i,
.contact-box .services-icon i {
    color: var(--osma-orange) !important;
}

/* prevent icon color change on hover in service cards */

/* keep icon container visibly white on card hover (remove orange overlay) */
.s-single-services:hover .services-icon,
.services-box2:hover .services-icon,
.services-box:hover .services-icon {
    background: #ffffff !important;
    background-image: none !important;
    box-shadow: none !important;
}

.contact-field input,
.contact-field textarea {
    background: rgba(255, 255, 255, 0.95) !important;
    border: 1px solid rgba(6, 26, 57, 0.18) !important;
    color: var(--osma-navy) !important;
}

.contact-field input:focus,
.contact-field textarea:focus {
    border-color: var(--osma-orange) !important;
    box-shadow: 0 0 0 3px rgba(232, 98, 26, 0.15);
    outline: none;
}

.contact-field input::placeholder,
.contact-field textarea::placeholder {
    color: rgba(6, 26, 57, 0.55) !important;
}


#feature-top,
#graph {
    background: var(--osma-navy-2) !important;
    /* background: white !important; */
}

#graph .cta-title h2,
#graph .cta-title h5,
#graph p {
    color: var(--osma-warm) !important;
}

#graph .cta-title h5 {
    color: var(--osma-orange) !important;
}

.breadcrumb-area {
    min-height: 52vh;
}

.breadcrumb-area:before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(6, 26, 57, 0.9), rgba(6, 26, 57, 0.55));
}

.breadcrumb-title,
.breadcrumb-wrap,
.breadcrumb {
    position: relative;
    z-index: 2;
}

.breadcrumb-item,
.breadcrumb-item a,
.breadcrumb-item.active {
    color: var(--osma-orange) !important;
    text-transform: uppercase;
    font-size: 11px;
}

.filter-button-group button {
    border: 1px solid rgba(232, 98, 26, 0.6) !important;
    background: transparent !important;
    color: var(--osma-orange) !important;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.filter-button-group button.active,
.filter-button-group button:hover {
    background: var(--osma-orange) !important;
    color: var(--osma-white) !important;
}

.box20:before {
    background: linear-gradient(0deg, rgba(6, 26, 57, 0.85), transparent 70%) !important;
}

.box20 .title {
    color: var(--osma-white) !important;
}

.footer-bg,
.footer-p,
.site-footer,
footer {
    background: var(--osma-navy) !important;
}

.footer-top-heiding {
    border-top: 1px solid var(--osma-orange);
}

.footer-top-heiding .text span,
.footer-top-heiding .text h3,
.copyright-wrap,
.copyright-wrap a {
    color: var(--osma-warm) !important;
}

.footer-top-heiding .text span {
    color: var(--osma-orange) !important;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-size: 12px;
}

.copyright-wrap {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.copyright-wrap a:hover {
    color: var(--osma-orange) !important;
}

.ss-btn:active,
.btn.active:active,
.slider-btn .ss-btn:active,
.top-btn a:active {
    background: var(--osma-orange-dark) !important;
    border-color: var(--osma-orange-dark) !important;
}

.osma-reveal {
    opacity: 0;
    transform: translateY(16px);
    transition: opacity 0.4s ease, transform 0.4s ease;
}

.osma-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.mouse-tilt {
    transition: transform 0.2s ease;
    will-change: transform;
}

@media (max-width: 991.98px) {
    .slider-content h2 {
        font-size: clamp(2.5rem, 10vw, 3.8rem);
    }

    .single-slider {
        min-height: calc(86vh - var(--osma-header-height));
    }

    .main-menu nav ul li a {
        font-size: 16px;
    }
}

/* Slick slider arrows - remove bg shape and make arrows larger */
.slider-area .slick-prev,
.slider-area .slick-next {
    width: 64px;
    height: 64px;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    z-index: 60 !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
}

.slider-area .slick-prev:before,
.slider-area .slick-next:before {
    font-size: 34px !important;
    color: var(--osma-orange) !important;
    opacity: 1 !important;
}

.slider-area .slick-prev { left: 18px; }
.slider-area .slick-next { right: 18px; }

/* increase touch target on small screens */
@media (max-width: 767.98px) {
    .slider-area .slick-prev,
    .slider-area .slick-next {
        width: 56px;
        height: 56px;
    }
    .slider-area .slick-prev:before,
    .slider-area .slick-next:before {
        font-size: 28px !important;
    }
}

/* Desktop: hide breadcrumb and pin Profile to right header corner */
@media (min-width: 992px) {
    /* hide page breadcrumb sections on large screens to reduce duplication */
    .breadcrumb-area {
        display: none !important;
    }

    /* make room and pin profile/action to the far right of the header */
    .menu-area {
        position: relative;
    }

    .menu-area .header-actions {
        position: absolute;
        right: 18px;
        top: 0;
        height: var(--osma-header-height);
        display: flex;
        align-items: center;
        gap: 18px;
        z-index: 110;
    }

    .menu-area .header-actions a {
        color: var(--osma-warm) !important;
        font-family: 'Playfair Display', Georgia, serif;
        font-weight: 600;
        letter-spacing: 0.02em;
        text-decoration: none;
        padding: 0 8px;
    }

    /* ensure main menu doesn't overlap the pinned actions */
    .menu-area .main-menu {
        padding-right: 140px;
    }
}

@media (max-width: 767.98px) {
    .about-area,
    .services-area2,
    #work,
    #services,
    .team-area2 {
        padding-top: 84px !important;
        padding-bottom: 74px !important;
    }

    .slider-content h2 {
        font-size: clamp(2.1rem, 12vw, 3.2rem);
    }

    .single-slider {
        min-height: 80vh;
    }
}

/* Mobile header: make logo match header height and add proper gaps */
@media (max-width: 767.98px) {
    .second-menu .row {
        align-items: center;
    }

    .header-area .logo {
        display: flex;
        align-items: center;
        height: var(--osma-header-height);
        padding-left: 12px;
    }

    .header-area .logo img {
        max-height: calc(var(--osma-header-height) - 4px) !important;
        width: auto;
        display: block;
    }

    .header-actions {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 12px;
        padding-right: 12px;
        height: var(--osma-header-height);
    }

    /* ensure logo container has visible bg and padding on small screens so image doesn't get clipped */
    .header-area .logo {
        background: var(--osma-white) !important;
        padding: 8px 8px !important;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: fit-content !important;
        /* border-radius: 6px; */
    }

    .header-actions .menu-tigger {
        font-size: 20px;
        line-height: 1;
    }

    /* Breadcrumb spacing on small screens */
    .breadcrumb-wrap {
        padding: 12px 16px !important;
    }

    .breadcrumb-title {
        padding-top: 8px;
        padding-bottom: 8px;
    }
}

/* About area: white background with dark text for readability */
.about-area {
    background-color: var(--osma-white) !important;
}
.about-area,
.about-area .section-title h2,
.about-area .about-content p,
.about-area p,
.about-area .second-services-content p,
.about-area .team-info h4,
.about-area .team-info span {
    color: var(--osma-navy) !important;
}
.about-area a {
    color: var(--osma-navy) !important;
}
.about-area .section-title h5 {
    color: var(--osma-orange) !important;
}

/* Subtle, lightweight diagonal line pattern for white backgrounds */
.white-bg-pattern,
.about-area {
    position: relative;
    overflow: hidden;
}
.white-bg-pattern::after,
.about-area::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background-image: repeating-linear-gradient(135deg,
        rgba(6,26,57,0.03) 0 1px,
        rgba(6,26,57,0) 1px 40px);
    opacity: 0.9;
    transform: translateZ(0);
    animation: osma-move-lines 18s linear infinite;
}
.white-bg-pattern > .container,
.about-area > .container {
    position: relative;
    z-index: 2;
}

@keyframes osma-move-lines {
    from { background-position: 0 0; }
    to { background-position: 600px 600px; }
}

/* About: ensure main headings are dark on white background for contrast */
.about-area .section-title h2,
.about-area .about-title h2,
.about-area .breadcrumb-title h2,
.about-area .section-title h2 span,
.about-area .about-title h2 span {
    color: var(--osma-navy) !important;
}

/* Team: ensure names and roles are dark on white about background */

.team-area2 .team-info span {
    color: var(--osma-orange-dark) !important;
}
