@import url("https://fonts.googleapis.com/css?family=Work+Sans:400,600");

.orange {
    color: #e25903;
}

.margintop {
    margin-top: 117px;
}

@media (max-width: 767px) and (min-width: 320px) {
    .margintop {
        margin-top: 50px;
    }
}

body {
    margin: 0;
    background: #fafafa;
    font-family: "Work Sans", sans-serif;
}

/* navbar */
.navbar {
    background-color: #ffffff;
}

.navbar-brand,
.nav-link {
    color: #444 !important;
    text-transform: uppercase;
    font-size: 16px;
}

.nav-link {
    position: relative;
    display: inline-block;
    padding-bottom: 5px;
}

.nav-link::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 2px;
    background-color: #444;
    transition: width 250ms ease-in-out;
}

.nav-item:hover .nav-link::before {
    width: 100%;
}

.nav-link:hover {
    color: #000 !important;
}

.nav-item {
    position: relative;
    margin-left: 20px;
}

@media (max-width: 991.98px) {
    .nav-item {
        margin-left: 0;
    }

    .navbar-collapse {
        background-color: #ffffff;
    }
}

.navbar {
    z-index: 10;
    position: fixed;
    top: 0;
    width: 100%;
    box-shadow: 0px 1px 10px #999;
}

.weight {
    font-weight: bold;
}

.nav-link.active {
    color: #000 !important;
    font-weight: bold;
}

.nav-link.active::before {
    width: 100%;
}

/* carousel */
.size {
    height: 93vh;
    background-size: cover;
    background-position: center;
    position: relative;
}

.carousel-caption {
    top: 50%;
    transform: translateY(-50%);
    bottom: auto;
    text-align: left;
}

.carousel-caption h1 {
    font-size: 4.5rem;
    font-weight: bold;
    color: #ffffff;
}

@media (max-width: 767px) {
    .carousel-caption h1 {
        font-size: 2.5rem;
        font-weight: bold;
        color: #ffffff;
    }
}

.carousel-caption p {
    font-size: 1.2rem;
}

.btn-custom {
    background-color: #00b3b3;
    color: white;
    padding: 12px 24px;
    font-size: 1.2rem;
    border-radius: 25px;
}

.btn-custom:hover {
    background-color: #00b3b3;
    color: white;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
}

/* button */
.pushable {
    position: relative;
    background: transparent;
    padding: 0px;
    border: none;
    cursor: pointer;
    outline-offset: 4px;
    outline-color: deeppink;
    transition: filter 250ms;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.shadow {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: hsl(226, 25%, 69%);
    border-radius: 8px;
    filter: blur(2px);
    will-change: transform;
    transform: translateY(2px);
    transition: transform 600ms cubic-bezier(0.3, 0.7, 0.4, 1);
}

.edge {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 8px;
    background: linear-gradient(
        to right,
        #d15b12 0%,
        #bb581b 8%,
        #ad541d 92%,
        #833e13 100%
    );
}

.front {
    display: block;
    position: relative;
    border-radius: 8px;
    background: #e25903;
    padding: 16px 32px;
    color: white;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 1rem;
    transform: translateY(-4px);
    transition: transform 600ms cubic-bezier(0.3, 0.7, 0.4, 1);
}

.pushable:hover {
    filter: brightness(110%);
}

.pushable:hover .front {
    transform: translateY(-6px);
    transition: transform 250ms cubic-bezier(0.3, 0.7, 0.4, 1.5);
}

.pushable:active .front {
    transform: translateY(-2px);
    transition: transform 34ms;
}

.pushable:hover .shadow {
    transform: translateY(4px);
    transition: transform 250ms cubic-bezier(0.3, 0.7, 0.4, 1.5);
}

.pushable:active .shadow {
    transform: translateY(1px);
    transition: transform 34ms;
}

.pushable:focus:not(:focus-visible) {
    outline: none;
}

.bookpageshow {
    --primary: #ff3e00;
    width: auto;
    --primary-hover: #ff6d43;
    --secondary: #4d61ff;
    --secondary-hover: #5e70ff;
    --accent: #00e0b0;
    --text: #050505;
    --bg: #fffcf1;
    --shadow-color: #000000;
    --pattern-color: #cfcfcf;

    position: relative;
    background: var(--bg);
    border: 0.23em solid var(--text);
    border-radius: 0.6em;
    box-shadow: 0.5em 0.5em 0 var(--shadow-color),
        inset 0 0 0 0.1em rgba(0, 0, 0, 0.05);
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    overflow: hidden;
    font-family: ui-sans-serif, system-ui, sans-serif;
    transform-origin: center;
}

/* 3d card all */
.card {
    --primary: #ff3e00;
    width: auto;
    --primary-hover: #ff6d43;
    --secondary: #4d61ff;
    --secondary-hover: #5e70ff;
    --accent: #00e0b0;
    --text: #050505;
    --bg: #fffcf1;
    --shadow-color: #000000;
    --pattern-color: #cfcfcf;

    position: relative;
    background: var(--bg);
    border: 0.23em solid var(--text);
    border-radius: 0.6em;
    box-shadow: 0.5em 0.5em 0 var(--shadow-color),
        inset 0 0 0 0.1em rgba(0, 0, 0, 0.05);
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    overflow: hidden;
    font-family: ui-sans-serif, system-ui, sans-serif;
    transform-origin: center;
}

.cardcontactpage {
    --primary: #ff3e00;
    width: auto;
    --primary-hover: #ff6d43;
    --secondary: #4d61ff;
    --secondary-hover: #5e70ff;
    --accent: #00e0b0;
    --text: #050505;
    --bg: #fffcf1;
    --shadow-color: #000000;
    --pattern-color: #cfcfcf;

    position: relative;
    background: var(--bg);
    border: 0.23em solid var(--text);
    border-radius: 0.6em;
    box-shadow: 0.5em 0.5em 0 var(--shadow-color),
        inset 0 0 0 0.1em rgba(0, 0, 0, 0.05);
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    overflow: hidden;
    font-family: ui-sans-serif, system-ui, sans-serif;
    transform-origin: center;
}

.card:hover {
    transform: translate(-0.3em, -0.3em) scale(1);
    box-shadow: 1em 1em 0 var(--shadow-color);
}

.card:hover .card-pattern-grid,
.card:hover .card-overlay-dots {
    opacity: 1;
}

.card-body {
    position: relative;
    padding: 1.3em;
    z-index: 2;
}

.card-description {
    margin-bottom: 1.5em;
    color: var(--text);
    font-size: 0.95em;
    line-height: 1.4;
    font-weight: 500;
}

.card-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1.5em;
    padding-top: 1.2em;
    border-top: 0.15em dashed rgba(0, 0, 0, 0.15);
    position: relative;
}

.card-actions::before {
    content: "✂";
    position: absolute;
    top: -0.8em;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
    background: var(--bg);
    padding: 0 0.5em;
    font-size: 1em;
    color: rgba(0, 0, 0, 0.4);
}

/* counter */
.counter-section {
    background-color: #e25903;
    padding: 40px 0;
    color: #ffffff;
}

.counter {
    font-size: 2.5rem;
    font-weight: bold;
}

.highlight {
    background-color: #f6fbe9;
    border-radius: 5px;
    padding: 5px 10px;
    margin-bottom: 10px;
    font-weight: 500;
    display: inline-block;
    animation: fadeInDown 0.5s ease;
    color: #000000;
}

/* footer */
footer {
    background-color: #1e1e1e;
    color: white;
    padding: 40px 0;
}

.footer-title {
    font-weight: bold;
    font-size: 1.25rem;
    margin-bottom: 15px;
}

.social-icons a {
    color: white;
    margin-right: 15px;
    font-size: 1.2rem;
}

.footer-links a {
    display: block;
    color: white;
    text-decoration: none;
    margin-bottom: 10px;
}

.footer-links a:hover {
    text-decoration: underline;
}

.footer-bottom {
    border-top: 1px solid #444;
    margin-top: 30px;
    padding-top: 20px;
    font-size: 0.875rem;
}

/* about why choose us page */
.feature-card {
    background-color: #fff7e6;
    border: 1px solid #f0f0f0;
    border-radius: 8px;
    padding: 20px;
    height: 100%;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.feature-card h5 {
    font-weight: 700;
    color: #ff6600;
}

.feature-icon {
    font-size: 2rem;
    margin-bottom: 10px;
    color: #ff6600;
}

@media (max-width: 767px) {
    .feature-card {
        margin-bottom: 20px;
    }
}

/* contact */
#contact {
    background: #ffffff;
    padding: 25px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

#contact h3 {
    display: block;
    margin-bottom: 10px;
}

#contact h4 {
    margin: 5px 0 15px;
    display: block;
    font-size: 13px;
    font-weight: 400;
}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact select,
#contact textarea {
    width: 100%;
    border: 1px solid #e25904;
    margin: 0 0 5px;
    padding: 10px;
}

.form-select {
    z-index: 10;
}

#contact input[type="text"]:hover,
#contact input[type="email"]:hover,
#contact input[type="tel"]:hover,
#contact input[type="url"]:hover,
#contact textarea:hover {
    -webkit-transition: border-color 0.3s ease-in-out;
    -moz-transition: border-color 0.3s ease-in-out;
    transition: border-color 0.3s ease-in-out;
    border: 1px solid #e25904;
}

#contact input:focus,
#contact textarea:focus {
    outline: 0;
    border: 1px solid #e25904;
}

::-webkit-input-placeholder {
    color: #888;
}

:-moz-placeholder {
    color: #888;
}

::-moz-placeholder {
    color: #888;
}

:-ms-input-placeholder {
    color: #888;
}

/* pricing */
.custom-tabs {
    display: flex;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    flex-wrap: nowrap;
    border-bottom: 2px solid #ddd;
}

.custom-tab-button {
    flex-shrink: 0;
    padding: 10px 20px;
    cursor: pointer;
    border: none;
    background: none;
    font-weight: 500;
    border-bottom: 3px solid transparent;
    transition: border-color 0.3s;
}

.custom-tab-button.active {
    border-bottom-color: #e55609;
    color: #e55609;
    font-weight: 700;
}

.custom-tab-button:focus {
    outline: none;
}

.price-list {
    border: 2px solid #e55609;
    border-radius: 6px;
    padding: 2rem;
    margin: 0 auto;
    color: #000;
}

.price-item {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px dotted #e55609;
    padding: 0.4rem 0;
}

.price-item:last-child {
    border-bottom: none;
}

.price {
    color: #e55609;
    font-weight: 600;
    min-width: 40px;
    text-align: right;
}

.price-item > .name::after {
    content: "";
    flex-grow: 1;
    border-bottom: 1px dotted #e55609;
    margin: 0 0.5rem;
    align-self: center;
}

/* book */
.pickup-form {
    border-radius: 20px;
    padding: 40px 30px;
    margin-bottom: -30px;
}

.pickup-form h3 {
    text-align: center;
    color: #e65100;
    margin-bottom: 30px;
}

.form-label {
    font-size: 14px;
    font-weight: 600;
    color: #333;
}

.form-control,
.form-select {
    border: 1px solid #ffa726;
    border-radius: 8px;
    padding: 10px 14px;
    font-size: 15px;
    transition: border-color 0.3s ease-in-out;
}

.form-control::placeholder {
    color: #aaa;
}

.form-control:focus,
.form-select:focus {
    border-color: #fb8c00;
    box-shadow: 0 0 0 0.15rem rgba(255, 138, 0, 0.25);
}

.btn-submit {
    background: linear-gradient(to right, #ff6f00, #ff3d00);
    border: none;
    color: white;
    font-weight: 600;
    padding: 12px;
    border-radius: 8px;
    font-size: 16px;
}

.btn-submit:hover {
    opacity: 0.95;
}

@media (max-width: 576px) {
    .pickup-form {
        padding: 25px 20px;
    }
}

.center-content {
    display: flex;
    align-items: center;
    justify-content: center;
}

.dropdown-menu {
    max-height: 300px;
    overflow-y: auto;
    width: 250px;
}

.dropdown-menu label {
    width: 100%;
    padding: 5px 10px;
    cursor: pointer;
}

.dropdown-toggle::after {
    margin-left: 0.5rem;
}

/* payment */
.payment {
    padding: 30px;
    background-color: #fffcf1;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

@media (max-width: 576px) {
    .payment {
        padding: 10px;
    }
}
