/* Hendriz Regular */
@font-face {
    font-family: 'Hendriz';
    src: url('../fonts/Hendriz-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Hendriz Medium */
@font-face {
    font-family: 'Hendriz';
    src: url('../fonts/Hendriz-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* Monschone */
@font-face {
    font-family: 'Monschone';
    src: url('../fonts/monschone.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


html,
body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    height: 100%;
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    list-style: none;
    word-wrap: break-word;
}

body {
    font-family: 'Hendriz';
    font-size: 15px;
    font-weight: 400;
    line-height: 1.75em;
    color: #666;
    overflow-x: hidden !important;
    background-color: #F1F1E8;
}



span,
a,
a:hover {
    text-decoration: none;
    color: inherit;
}

b {
    font-weight: 400;
    color: #E31E24;
}



input[type="password"]:focus,
input[type="email"]:focus,
input[type="text"]:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
textarea:focus {
    outline: none;
}

input[type="password"],
input[type="email"],
input[type="text"],
input[type="file"],
textarea {
    max-width: 100%;
    margin-bottom: 12px;
    padding: 8px 0;
    height: auto;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-width: 0 0 1px;
    border-style: solid;
    display: block;
    width: 100%;
    line-height: 1.5em;
    font-size: 16px;
    font-weight: 400;
    color: #666;
    background-image: none;
    border: 1px solid #ccc;
    border-color: ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    padding-left: 18px;
    border-radius: 8px;
}

input:focus,
textarea:focus {
    border-bottom-width: 1px;
    border-color: #000000;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button {
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    line-height: 1.75em;
    -webkit-transition: background-color 0.15s ease-out;
    transition: background-color 0.15s ease-out;
    background: transparent;
    border: 0px solid transparent;
}

input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
button:hover {
    border: 0px solid transparent;
}

select {
    padding: 10px;
    border-radius: 1px;
}

table,
th,
tr,
td {
    border: 1px solid #f8f5f0;
}

th,
tr,
td {
    padding: 10px;
}

input[type="radio"],
input[type="checkbox"] {
    display: inline;
}

input[type="submit"] {
    font-weight: 400;
    text-transform: uppercase;
    background: #E31E24;
    color: #fff;
    padding: 8px 24px;
    margin: 0;
    position: relative;
    font-size: 15px;
    letter-spacing: 3px;
}























::-webkit-input-placeholder {
    color: #666;
    font-size: 15px;
    font-weight: 400;
}

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

::-moz-placeholder {
    color: #666;
    opacity: 1;
}

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

blockquote {
    padding: 45px;
    display: block;
    position: relative;
    background-color: #f8f5f0;
    overflow: hidden;
    margin: 35px 0;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.75em;
    color: #666;
}

blockquote p {
    font-family: inherit;
    margin-bottom: 0 !important;
    color: inherit;
    max-width: 650px;
    width: 100%;
    position: relative;
    z-index: 3;
}

blockquote:before {
    content: "\e645";
    font-family: "Themify";
    position: absolute;
    right: 40px;
    bottom: 40px;
    font-size: 110px;
    opacity: 0.07;
    line-height: 1;
    color: #222;
}

blockquote p {
    margin-bottom: 0;
}

blockquote p a {
    color: inherit;
}

blockquote cite {
    display: inline-block;
    font-size: 15px;
    position: relative;
    padding-left: 60px;
    border-color: inherit;
    line-height: 1;
    margin-top: 22px;
    font-style: normal;
    color: #E31E24;
    font-weight: 400;
}

blockquote cite:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 5px;
    width: 45px;
    height: 1px;
    border-top: 1px solid;
    border-color: inherit;
    color: #E31E24;
}


.o-hidden {
    overflow: hidden;
}

.position-re {
    position: relative;
}

.full-width {
    width: 100%;
}

.bg-img {
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-fixed {
    background-attachment: fixed;
}

.bold {
    font-weight: 600;
}

:root {
    scroll-behavior: auto;
}


body.preloader-active {
    overflow: hidden;
}

/* Loading Screen */

.preloader-bg,
#preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000;
    /* Deep black background */
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
}

#preloader-status {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.preloader-position {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 50px;
    /* Space between logo and bar */
}

.preloader-img-wrap {
    position: relative;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.preloader-img {
    width: 60%;
    height: auto;
    animation: pulse-glow 4s infinite ease-in-out;
}

.loading-bar-container {
    width: 200px;
    height: 2px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 4px;
    overflow: hidden;
    position: relative;
}

.loading-bar {
    width: 0%;
    height: 100%;
    background: #fff;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
    border-radius: 4px;
}

/* Animations */
@keyframes pulse-glow {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    50% {
        opacity: 1;
        transform: translateY(0);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

/* Responsive Preloader */
@media screen and (max-width: 768px) {
    .preloader-img-wrap {
        width: 80px;
        height: 80px;
    }

    .loading-bar-container {
        width: 160px;
    }

    .preloader-position {
        gap: 40px;
    }
}

@media screen and (max-width: 576px) {
    .preloader-img-wrap {
        width: 60px;
        height: 60px;
    }

    .loading-bar-container {
        width: 140px;
        height: 3px;
        /* Slightly thicker for visibility on small screens */
    }

    .preloader-position {
        gap: 30px;
    }
}

.section-padding {
    padding: 120px 0;
}




/* ========== NAVBAR ========== */
.navbar {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
    padding: 0;
    background-color: transparent;
    transition: background-color 0.65s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: background-color;
}

/* When menu opens */
.navbar:has(.menu-content.open) {
    background-color: rgba(0, 0, 0, 1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.50);
    position: fixed;
}

/* .menu-content {
    position: fixed;
    right: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    display: block;
    background-color: rgba(0, 0, 0, 0);
    transform: translateY(-8px); 
    transition:
        opacity 0.65s cubic-bezier(0.22, 1, 0.36, 1),
        background-color 0.65s cubic-bezier(0.22, 1, 0.36, 1),
        transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: opacity, transform, background-color;
}
 
.menu-content.open {
    opacity: 1;
    visibility: visible;
    z-index: 98;
    background-color: rgba(0, 0, 0, 1);
    transform: translateY(0);
}
 
.menu-content:not(.open) {
    pointer-events: none;
} */


/* ========== MENU CONTENT ========== */
.menu-content {
    position: fixed;
    right: 0;
    width: 100%;
    opacity: 0;
    /* GSAP will animate this */
    visibility: hidden;
    z-index: -1;
    display: block;
    background-color: rgba(0, 0, 0, 0);
    transform: translateY(0);
    /* neutral; GSAP handles motion */
    transition:
        background-color 0.65s cubic-bezier(0.22, 1, 0.36, 1);
    /* only bg via CSS */
    will-change: opacity, transform, background-color;
}

/* Smooth entrance/exit (only bg + pointer events via class) */
.menu-content.open {
    opacity: 1;
    /* helps when JS disabled */
    visibility: visible;
    z-index: 98;
    background-color: rgba(0, 0, 0, 1);
}

.menu-content:not(.open) {
    pointer-events: none;
}



.navbar-toggler-icon {
    background-image: none;
}

.navbar .navbar-toggler-icon,
.navbar .icon-bar {
    color: #fff;
}

.navbar .navbar-nav .nav-link {
    color: #F1F1E8;
    font-size: 44px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0.6px;
    padding: 0;
}

.navbar .navbar-nav .active {
    font-family: 'Monschone';
    color: var(--primary-color);;
    font-weight: 400;
    line-height: 100%;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.logo-wrapper {
    float: left;
}


.logo {
    padding: 0;
}

.logo-img {
    padding: 35px 0;
    width: 180px;
    text-align: center;
}


.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
}

.navbar-toggler {
    padding: 0;
    margin: 0;
    border: none;
}

.menu-icon {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    background: rgba(217, 217, 217, 0.2);
    border-radius: 50px;
    border: 1px rgba(255, 255, 255, 0.4) solid;
    backdrop-filter: blur(44px);
    padding: 0 28px;
    gap: 15px;
    height: 50px;
}

.menu-icon p {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0;
}

.menu-icon-lines {
    width: 25px;
    height: 9px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.menu-icon-lines span {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #fff;
    transition: all 0.4s ease-in-out;
}

.menu-icon.open span:nth-of-type(1) {
    transform: translateY(4px) rotate(45deg);
    background-color: #fff;
}

.menu-icon.open span:nth-of-type(2) {
    transform: translateY(-4px) rotate(135deg);
    background-color: #fff;
}

.menu-icon.open span:nth-of-type(3) {
    transform: translateY(-6px) rotate(-45deg);
    background-color: #fff;
}

.navbar-toggler {
    padding: 0;
    margin: 0;
    border: none;
    background: transparent;
}

.menu-text span {
    display: block;
    transition: transform 0.35s ease;
}

.menu-text.swap span:first-child {
    transform: translateY(-100%);
}

.menu-text.swap span:last-child {
    transform: translateY(-100%);
}

.navbar-nav li {
    padding: 12px 0;
}

.navbar-nav li:first-child {
    padding-top: 0;
}

.navbar-nav li:last-child {
    padding-bottom: 0;
}


@media screen and (max-width: 992px) {
    .navbar {
        padding-left: 0px;
        padding-right: 0px;
        background: transparent;
        padding-top: 0px;
        padding-bottom: 0px;
        height: 100px;
    }

    .logo-wrapper {
        float: left;
        padding: 40px 0 40px 20px;
    }


    .navbar .logo {
        text-align: left;
        margin-left: 0px;
    }

    .logo-img {
        margin-bottom: 0px;
        width: 140px;
        padding: 0;
    }

    .navbar button {
        margin-right: 0px;
        outline: none !important;
        background: transparent;
        border: none;
        /* padding-right: 20px; */
    }

    .navbar button:hover {
        background: transparent;
    }

    .navbar button:active,
    .navbar button:focus,
    .navbar button:hover {
        background: transparent;
        outline: none;
        color: transparent !important;
    }

    .navbar .container {
        max-width: 100%;
        padding: 0;
    }

    .navbar .navbar-nav .nav-link {
        padding-right: 0px;
        padding-left: 0px;
    }

    .navbar .navbar-collapse {
        text-align: left;
        padding: 0;
        height: 100vh;
        overflow-y: auto;
        z-index: 1000;
    }

    .navbar-collapse {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.2s cubic-bezier(0.5, 0, 0.5, 1);
    }

    .navbar-collapse.show {
        max-height: 100vh;
    }

    .navbar .navbar-nav .nav-link {
        display: flex;
        justify-content: space-between;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 12px;
        padding-bottom: 12px;
        font-size: 26px;
        font-weight: 400;
    }

}

@media screen and (max-width: 769px) {

    .navbar-collapse {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.2s cubic-bezier(0.5, 0, 0.5, 1);
    }

    /* .navbar-collapse.show {
        max-height: 100vh;
    } */

    .navbar .navbar-nav .nav-link {
        display: flex;
        justify-content: space-between;
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .navbar .navbar-nav .nav-active-icon {
        display: none;
    }
}




@media screen and (max-width: 992px) {

    .mmt-50 {
        margin-top: 50px;
    }

}




/* go home */
.go-back {
    margin-top: 45px;
}

.go-back a {
    color: #fff;
    display: inline-block;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.go-back a:hover {
    color: #E31E24;
}

.go-back a span {
    transition: all 0.5s;
}

.go-back a span i {
    color: #fff;
    font-size: 12px;
}

.go-back a:hover span {
    padding-right: 15px;
}


/* ======= toTop Button style ======= */
.progress-wrap {
    position: fixed;
    bottom: 30px;
    right: 30px;
    height: 45px;
    width: 45px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
    background-color: var(--primary-color);;
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.progress-wrap::after {
    position: absolute;
    font-family: "themify";
    content: "\e648";
    text-align: center;
    line-height: 45px;
    font-size: 12px;
    font-weight: 700;
    color: #323232;
    left: 0;
    top: 0;
    height: 45px;
    width: 45px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}

.progress-wrap svg path {
    fill: none;
}

.progress-wrap svg.progress-circle path {
    stroke: rgba(0, 0, 0, 0.2);
    stroke-width: 2;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}

.progress-wrap {
    -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
}

.progress-wrap::after {
    color: #fff;
}

.progress-wrap svg.progress-circle path {
    stroke: #E31E24;
}


.lenis.lenis-smooth {
    scroll-behavior: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
}

.lenis.lenis-stopped {
    overflow: hidden;
}

.lenis.lenis-scrolling iframe {
    pointer-events: none;
}
/* Toast Notification */
#toast-container {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 999999;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.toast-message {
    min-width: 300px;
    padding: 16px 24px;
    background: rgba(255, 255, 255, 0.95);
    border-left: 5px solid;
    border-radius: 4px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(10px);
    font-family: 'Hendriz', sans-serif;
    font-size: 15px;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transform: translateX(100%);
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.toast-message.show {
    transform: translateX(0);
    opacity: 1;
}

.toast-message.success {
    border-left-color: #28a745;
}

.toast-message.success::before {
    content: '✓';
    display: inline-block;
    margin-right: 10px;
    color: #28a745;
    font-weight: bold;
    font-size: 18px;
}

.toast-message.error {
    border-left-color: #dc3545;
}

.toast-message.error::before {
    content: '!';
    display: inline-block;
    margin-right: 10px;
    color: #dc3545;
    font-weight: bold;
    font-size: 18px;
}

.toast-close {
    background: none;
    border: none;
    color: #999;
    cursor: pointer;
    font-size: 18px;
    line-height: 1;
    margin-left: 15px;
    padding: 0;
}

.toast-close:hover {
    color: #333;
}
