/* ===================================
    Crafto - Application
====================================== */
/* font */
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;600;700;800&display=swap');

/* variable */
:root {
    --alt-font: 'Manrope', sans-serif;
    --primary-font: 'Manrope', sans-serif;
    --base-color: #d4af37;
    --primary-color: #181818;
    --secondary-color: #292929;
    --accent-color: #d4af37;
    --dark-gray: #181818;
    --medium-gray: #a0a0a0;
    --light-text: #e0e0e0;
}

/* reset */
::-webkit-input-placeholder {
    color: var(--aluminium-grey) !important;
    text-overflow: ellipsis;
}

::-moz-placeholder {
    color: var(--aluminium-grey) !important;
    text-overflow: ellipsis;
    opacity: 1;
}

:-ms-input-placeholder {
    color: var(--aluminium-grey) !important;
    text-overflow: ellipsis;
    opacity: 1;
}

/* custom cursor */
@media (hover: hover) and (pointer: fine) {
    .custom-cursor .circle-cursor-outer {
        border: 1px solid transparent;
    }

    .custom-cursor .circle-cursor-inner {
        width: 25px;
        height: 25px;
        background: rgba(44, 46, 60, .15)
    }
}

/* bg gradient color */
.bg-gradient-pink-orchid {
    background-image: linear-gradient(to right top, #d4af37, #c9a130, #b8922a, #a78424, #967620);
}

.bg-gradient-gold {
    background-image: linear-gradient(to right top, #d4af37, #e6c555, #c9a130, #b8922a, #d4af37);
}

.bg-dark-haiti {
    background-color: #181818;
}

.bg-floral-white {
    background-color: #292929;
}

.bg-licorice-blue {
    background-color: #d4af37;
}

.bg-black-pearl-blue {
    background-color: #292929;
}

.bg-black-pearl-blue-dark {
    background-color: #181818;
}

.bg-linen {
    background-color: #292929;
}

.bg-oxford-blue {
    background-color: #1a1a1a;
}

.bg-primary {
    background-color: #181818 !important;
}

.bg-secondary {
    background-color: #292929 !important;
}

.bg-accent {
    background-color: #d4af37 !important;
}

/* text gradient color */
.text-gradient-pink-orchid {
    background-image: linear-gradient(to right, #d4af37, #e6c555, #c9a130, #b8922a, #d4af37);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-gradient-gold {
    background-image: linear-gradient(to right, #d4af37, #e6c555, #c9a130);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-accent {
    color: #d4af37 !important;
}

.text-light-custom {
    color: #e0e0e0 !important;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 25px;
}

/* btn */
.btn {
    font-weight: 600;
    text-transform: none;
    letter-spacing: 0;
}

.btn.btn-extra-large {
    font-size: 17px;
}

.btn.btn-large {
    font-size: 15px;
}

.btn.btn-medium {
    font-size: 14px;
}

.btn.btn-small {
    font-size: 13px;
}

.btn.btn-very-small {
    font-size: 12px;
}

.btn-gradient-pink-orchid {
    background-image: linear-gradient(to right, #d4af37, #c9a130, #b8922a);
    background-size: 200% auto;
    color: var(--primary-color);
}

.btn-gradient-gold {
    background-image: linear-gradient(to right, #d4af37, #e6c555, #c9a130);
    background-size: 200% auto;
    color: #181818;
}

/* newsletter */
.newsletter-style-02 .btn {
    padding: 7px 18px 9px 18px;
}

.newsletter-style-02 input {
    padding-right: 50px;
    font-size: 14px;
}

/* border color gradient */
.border-gradient-pink-orchid {
    border-image: linear-gradient(to right top, #d4af37, #e6c555, #c9a130, #b8922a, #d4af37);
    border-image-slice: 1;
}

.border-accent {
    border-color: #d4af37 !important;
}

/* header */
header .navbar-brand img {
    max-height: 32px;
}

.navbar .navbar-nav .nav-link {
    font-weight: 700;
    font-size: 17px;
}

header .btn i {
    top: -1px !important;
}

header.sticky.sticky-active .disable-fixed[data-header-hover=light] {
    background-color: transparent !important;
    box-shadow: none !important;
}

/* top right bottom left */
.bottom-130px {
    bottom: 130px;
}

.bottom-150px {
    bottom: 150px;
}

.top-25 {
    top: 25% !important;
}

/* height */
.h-64px {
    height: 64px !important;
}

/* margin */
.margin-minus-95px-bottom {
    margin-bottom: -95px;
}

/* border radius */
.border-radius-top-left {
    border-radius: 10px 0 0 10px !important;
}

.border-color-transparent-dark {
    border-color: rgba(31, 36, 46, 0.5) !important;
}

/* page title */
.page-title-extra-large h1 {
    font-size: 4.063rem;
    line-height: 4.375rem;
}

.page-title-extra-large h2 {
    font-size: 16px;
    line-height: 20px;
}

/* scrolling text */
.marquees-text {
    word-break: normal;
}

/* review */
.review-star-icon i {
    color: #d4af37;
}

/*  process step style 05  */
.process-step-style-05 .progress-step-separator {
    bottom: inherit;
    height: 100%;
}

/*  footer  */
footer .footer-logo img {
    max-height: none;
}

footer ul li {
    margin-bottom: 0;
}

/* media query responsive */
@media (max-width: 1199px) {
    .review-star-icon i {
        letter-spacing: 2px;
    }

    .newsletter-style-02 input {
        padding-left: 15px;
    }
}

/* Hero section spacing - base padding always applied */
section.full-screen .container .row>.col-lg-6:first-child {
    padding-top: 80px;
}

/* Constrain phone hero image to fit within viewport */
section.full-screen .container .row>.col-lg-6:first-child img {
    max-height: calc(100vh - 180px);
    width: auto;
    object-fit: contain;
}

/* Additional padding adjustments for smaller widths */
@media (max-width: 991px) {
    section.full-screen .container .row>.col-lg-6:first-child {
        padding-top: 22px;
    }

    section.full-screen .container .row>.col-lg-6:first-child img {
        max-height: calc(100vh - 130px);
    }
}

@media (max-width: 767px) {
    section.full-screen .container .row>.col-lg-6:first-child {
        padding-top: 25px;
    }

    section.full-screen .container .row>.col-lg-6:first-child img {
        max-height: calc(100vh - 135px);
    }
}

@media (max-width: 575px) {
    header .header-icon .btn.btn-rounded.btn-small {
        padding-left: 20px;
    }
}

/* Dark Theme Overrides */
body {
    background-color: #181818;
    color: #e0e0e0;
    overflow-x: clip;
}

/* Override white backgrounds to dark */
.bg-white {
    background-color: #292929 !important;
}

.bg-gradient-very-light-gray {
    background-image: linear-gradient(to bottom, #292929, #1f1f1f) !important;
}

/* Feature boxes */
.feature-box.bg-white {
    background-color: #292929 !important;
}

/* Text color overrides for dark theme */
.text-dark-gray {
    color: #e0e0e0 !important;
}

/* Ensure accent badges and tags are visible */
.bg-base-color {
    background-color: #d4af37 !important;
    color: #181818 !important;
}

/* Cards and pricing tables */
.box-shadow-quadruple-large,
.box-shadow-extra-large {
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.5) !important;
}

/* Tab content backgrounds */
.tab-pane {
    background-color: #292929;
}

/* Stack items */
.stack-item.bg-white {
    background-color: #181818 !important;
}

/* Footer adjustments */
.footer-dark {
    background-color: #181818;
}

/* Links in dark theme */
a.text-dark-gray {
    color: #e0e0e0 !important;
}

a.text-dark-gray:hover {
    color: #d4af37 !important;
}

/* Button overrides */
.btn-dark-gray {
    background-color: #d4af37 !important;
    color: #181818 !important;
    border-color: #d4af37 !important;
}

.btn-dark-gray:hover {
    background-color: #c9a130 !important;
    color: #181818 !important;
}

/* Process step styling for dark theme */
.process-step-icon.bg-linen {
    background-color: #3a3a3a !important;
}

.process-step-icon .number {
    color: #e0e0e0 !important;
}

.box-overlay.bg-base-color {
    background-color: #d4af37 !important;
}

/* Progress step separator */
.progress-step-separator.bg-dark-gray {
    background-color: #d4af37 !important;
}

/* Border colors for dark theme */
.border-color-extra-medium-gray {
    border-color: #3a3a3a !important;
}

/* Pricing table active state */
.nav-tabs .nav-link.active {
    background-color: #292929 !important;
    border-color: #d4af37 !important;
}

.nav-tabs .nav-link {
    background-color: #1f1f1f !important;
}

/* Tags and badges */
.bg-dark-gray {
    background-color: #d4af37 !important;
    color: #181818 !important;
}

/* Input fields */
input.form-control {
    background-color: #292929 !important;
    border-color: #3a3a3a !important;
    color: #e0e0e0 !important;
}

input.form-control::placeholder {
    color: #808080 !important;
}

/* Section backgrounds */
section {
    background-color: #181818;
}

/* Marquee text */
.marquees-text {
    color: rgba(212, 175, 55, 0.15) !important;
}

/* Scroll progress */
.scroll-progress .scroll-line {
    background-color: #3a3a3a;
}

.scroll-progress .scroll-point {
    background-color: #d4af37;
}

/* Custom cursor for dark theme */
@media (hover: hover) and (pointer: fine) {
    .custom-cursor .circle-cursor-inner {
        background: rgba(212, 175, 55, 0.3);
    }
}

/* Footer Seaway logo - 50% smaller on mobile */
@media (max-width: 767px) {
    .footer-seaway-logo {
        transform: scale(0.5);
        transform-origin: center top;
    }
}

/* Passcard image - smaller on mobile breakpoints */
@media (max-width: 767px) {
    .passcard-img {
        max-width: 60%;
    }
}

@media (max-width: 575px) {
    .passcard-img {
        max-width: 35%;
    }
}

/* Center map animation within main-street background */
.stack-item-01 .atropos-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100%;
}

.map-animation-img {
    display: block;
    margin: 0 auto;
}