
.inner-curve {
    background-color: #f1efed;
    padding-top: 100px !important;
    padding: 0px;
}


.MotorCoverImage {
    background-image: url(../images/AboutUsPage/AboutUsCover.webp);
    min-height: 54%;

    @media(max-width:768px) {
        background-image: url(../images/AboutUsPage/AboutUsCover.webp);
    }
}



html[dir="ltr"] .MotorCoverImage {
    margin-top: -8px !important;
    background-position-y: -2px;
    padding: 91px 0px 140px 0px;
}


html[dir="rtl"] .MotorCoverImage {
    margin-top: -8px !important;
    padding: 92px 0px 85px 0px;
    transform: translate(0%, 0) scaleX(-1);
}

.MotorBoxContainer {
    border: 1px solid var(--MTBS);
}

.MotorBoxContent {
    border: 1px solid var(--MTBS);
}

.contact-item {
    border: 1px solid var(--MTBS);
}


html[dir="ltr"].ImageFlipBanner {
    transform: translate(0%, 30%);
    min-width: 690px;

    @media(max-width: 768px) {
        min-width:100%;
    }
}

@media(max-width:960px) {
    .ImageFlipBanner {
        height: auto;
        width: 690px;
        position: absolute;
        top: 94px;
        right: -54%;
    }
}

@media(max-width:540px) {
    .ImageFlipBanner {
        height: auto !important;
        width: 497px !important;
        max-width: 570px !important;
        position: absolute !important;
        top: 139px !important;
        right: -44% !important;
    }
}

@media(max-width:365px) {
    .ImageFlipBanner {
        height: auto !important;
        width: 497px !important;
        max-width: 570px !important;
        position: absolute !important;
        top: 137px !important;
        right: -44% !important;
    }
}

@media(max-width:720px) {
    .ImageFlipBanner {
        height: auto;
        width: 744px;
        max-width: 570px;
        position: absolute;
        top: 123px;
        right: -35%;
    }
}

html[dir="rtl"] .ImageFlipBanner {
    transform: translate(-4%, 15%) scaleX(1);

    @media(max-width: 768px) {

        min-width:100%;
    }
}

.ImageFlipBanner {
    height: auto;
    width: 690px;
    position: absolute;
    top: 94px;
    right: -25%;

    @media(max-width:720px) {
        width: 46%;
    }
}


.hexa {
    border: 0px;
    float: left;
    text-align: center;
    height: 35px;
    width: 60px;
    font-size: 22px;
    background: #f0f0f0;
    color: #3c3c3c;
    position: relative;
    margin-top: 15px;
}

    .hexa:before {
        content: "";
        position: absolute;
        left: 0;
        width: 0;
        height: 0;
        border-bottom: 15px solid #f0f0f0;
        border-left: 30px solid transparent;
        border-right: 30px solid transparent;
        top: -15px;
    }

    .hexa:after {
        content: "";
        position: absolute;
        left: 0;
        width: 0;
        height: 0;
        border-left: 30px solid transparent;
        border-right: 30px solid transparent;
        border-top: 15px solid #f0f0f0;
        bottom: -15px;
    }

.timeline {
    position: relative;
    padding: 0;
    width: 100%;
    margin-top: 20px;
    list-style-type: none;
}

    .timeline:before {
        position: absolute;
        left: 50%;
        top: 0;
        content: ' ';
        display: block;
        width: 2px;
        height: 100%;
        margin-left: -1px;
        background: rgb(213,213,213);
        background: -moz-linear-gradient(top, rgba(213,213,213,0) 0%, rgb(213,213,213) 8%, rgb(213,213,213) 92%, rgba(213,213,213,0) 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,1)), color-stop(100%,rgba(125,185,232,1)));
        background: -webkit-linear-gradient(top, rgba(213,213,213,0) 0%, rgb(213,213,213) 8%, rgb(213,213,213) 92%, rgba(213,213,213,0) 100%);
        background: -o-linear-gradient(top, rgba(213,213,213,0) 0%, rgb(213,213,213) 8%, rgb(213,213,213) 92%, rgba(213,213,213,0) 100%);
        background: -ms-linear-gradient(top, rgba(213,213,213,0) 0%, rgb(213,213,213) 8%, rgb(213,213,213) 92%, rgba(213,213,213,0) 100%);
        background: linear-gradient(to bottom, rgba(213,213,213,0) 0%, rgb(213,213,213) 8%, rgb(213,213,213) 92%, rgba(213,213,213,0) 100%);
        z-index: 5;
    }

    .timeline li {
        padding: 2em 0;
    }

    .timeline .hexa {
        width: 16px;
        height: 10px;
        position: absolute;
        background: var(--DigTextColor);
        z-index: 5;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        top: -30px;
        margin-top: 0;
    }

        .timeline .hexa:before {
            border-bottom: 4px solid var(--DigTextColor);
            border-left-width: 8px;
            border-right-width: 8px;
            top: -4px;
        }

        .timeline .hexa:after {
            border-left-width: 8px;
            border-right-width: 8px;
            border-top: 4px solid var(--DigTextColor);
            bottom: -4px;
        }

.direction-l,
.direction-r {
    float: none;
    width: 100%;
    text-align: center;
}

.flag-wrapper {
    text-align: center;
    position: relative;
}

.flag {
    position: relative;
    display: inline;
    /*    background: rgb(255,255,255);*/
    font-weight: var(--font-weight-semibold);
    z-index: 15;
    padding: 6px 10px;
    text-align: left;
    border-radius: 5px;
}

.direction-l .flag:after,
.direction-r .flag:after {
/*    content: "";*/
    position: absolute;
    left: 50%;
    top: -15px;
    height: 0;
    width: 0;
    margin-left: -8px;
    border: solid transparent;
    border-bottom-color: rgb(255,255,255);
    border-width: 8px;
    pointer-events: none;
}

.direction-l .flag {
   
}

.direction-r .flag {
   
}

.time-wrapper {
    display: block;
    position: relative;
    margin: 4px 0 0 0;
    z-index: 14;
    line-height: 1em;
    vertical-align: middle;
    color: #fff;
}

.direction-l .time-wrapper {
    float: none;
}

.direction-r .time-wrapper {
    float: none;
}

.time {
    background: var(--DigTextColor);
    display: inline-block;
    padding: 8px;
}

.desc {
    position: relative;
    margin: 1em 0 0 0;
    padding: 1em;
/*    background: rgb(254,254,254);*/
    z-index: 15;
    border-radius: 35px;
    border: var(--DIGMainBorderColor);
}

.direction-l .desc,
.direction-r .desc {
    position: relative;
    margin: 1em 1em 0 1em;
    padding: 1em;
    z-index: 15;
}

@media(min-width: 768px) {
    .timeline {
        width: 100%;
        margin: 0 auto;
        margin-top: 20px;
    }

        .timeline li:after {
            content: "";
            display: block;
            height: 0;
            clear: both;
            visibility: hidden;
        }

        .timeline .hexa {
            left: -28px;
            right: auto;
            top: 8px;
        }

        .timeline .direction-l .hexa {
            left: auto;
            right: -28px;
        }

    .direction-l {
        position: relative;
        width: 310px;
        float: left;
        text-align: right;
    }

    .direction-r {
        position: relative;
        width: 48.2%;
        float: right;
        text-align: left;
    }

    .flag-wrapper {
        display: inline-block;
    }

    .flag {
        font-size: 18px;
    }

    .direction-l .flag:after {
        left: auto;
        right: -16px;
        top: 50%;
        margin-top: -8px;
        border: solid transparent;
        border-left-color: rgb(254,254,254);
        border-width: 8px;
    }

    .direction-r .flag:after {
        top: 50%;
        margin-top: -8px;
        border: solid transparent;
        border-right-color: rgb(254,254,254);
        border-width: 8px;
        left: -8px;
    }

    .time-wrapper {
        display: inline;
        vertical-align: middle;
        margin: 0;
    }

    .direction-l .time-wrapper {
        float: left;
    }

    .direction-r .time-wrapper {
        float: right;
    }

    .time {
        padding: 5px 10px;
    }

    .direction-r .desc {
        margin: 1em 0 0 0.75em;
    }
}

@media(min-width: 992px) {
    .timeline {
        width: 100%;
        margin: 0 auto;
        margin-top: 20px;
    }

    .direction-l {
        position: relative;
        width: 48.2%;
        float: left;
        text-align: right;
    }

    .direction-r {
        position: relative;
         width: 48.2%;  
        float: right;
        text-align: left;
    }
}

.LangingHomeHead {
    font-size: 57px !important;
    line-height: 140% !important;
}
.DataReadMore {
    animation: fadeIn 0.7s ease;
}

.BoradMemberDescription {
    max-height: 394px;
    overflow-y: auto;
    scrollbar-width: thin;
    padding-inline-end: 30px;
    scrollbar-color: var(--DigTextColor) transparent !important;
    &:where(.dark,.dark *)
{
    scrollbar-color: var(--DigTextColor) transparent !important;
}
}
.modal-content {
    background: #ffffffd4 !important;
    border-radius: 40px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    &:where(.dark,.dark *)
{
    background: var(--MainBgColor) !important;
}
}

#containerToggal {
    width: 350px;
    height: 44px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    border-style: solid;
    border-width: 1.5px;
    overflow: hidden;
    user-select: none;
    cursor: pointer;
}

.inner-containerToggal {
    position: absolute;
    left: 0;
    top: 0;
    width: inherit;
    height: inherit;
    font-size: 14px;
}

    .inner-containerToggal:first-child {
        background: #fff;
        color: #707070;
    }

    .inner-containerToggal:nth-child(2) {
        background: var(--DigTextColor);
        color: white;
        clip-path: inset(0 50% 0 0);
        transition: .3s cubic-bezier(0,0,0,1);
    }

.toggle {
    width: 50%;
    position: absolute;
    height: inherit;
    display: flex;
    box-sizing: border-box;
}

    .toggle p {
        margin: auto;
    }

    .toggle:nth-child(1) {
        right: 0;
    }


     
.error1 {
    border-color: red !important;
}

a.active {
    color: var(--DigTextColor);
}


.responsive-iframe {
    position: relative;
    padding-bottom: 56.25%;
    /*aspect ratio 16:9 */
    height: 0;
    overflow: auto;
}

    .responsive-iframe iframe {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
    }

    .responsive-iframe table {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
    }



table.paleBlueRows td, table.paleBlueRows th {
    border: 1px solid #eee;
    padding: 3px 6px;
}

table.paleBlueRows tbody td {
    font-size: 13px;
}

table.paleBlueRows tr:nth-child(even) {
    background-color: rgba(185, 159, 112,0.6);
    opacity: 0.8;
}

table.paleBlueRows thead {
    background-color: rgba(185, 159, 112,1);
    border-bottom: 5px solid #FFFFFF;
}

    table.paleBlueRows thead th {
        font-size: 17px;
        font-weight: bold;
        color: #FFFFFF;
        text-align: center;
        border-left: 2px solid #FFFFFF;
    }

        table.paleBlueRows thead th:first-child {
            border-left: none;
        }

table.paleBlueRows tfoot {
    font-size: 14px;
    font-weight: bold;
    color: #333333;
    background: #D0E4F5;
    border-top: 3px solid #444444;
}

    table.paleBlueRows tfoot td {
        font-size: 14px;
    }
.heading-font {
    font-family: 'Playfair Display', serif;
}

.glass-effect {
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(185, 159, 112, 0.2);
}

.gold-gradient {
    background: linear-gradient(135deg, #b99f70 0%, #d4bc8e 100%);
}

.input-field {
    background: rgba(255, 255, 255, 0.7);
    border: 2px solid rgba(185, 159, 112, 0.3);
    transition: all 0.3s ease;
}

    .input-field:focus {
        background: rgba(255, 255, 255, 0.95);
        border-color: #b99f70;
        box-shadow: 0 0 0 4px rgba(185, 159, 112, 0.1);
        outline: none;
    }

    .input-field:hover {
        border-color: #b99f70;
    }

.gold-accent {
    color: #b99f70;
}

.decorative-line {
    height: 3px;
    background: linear-gradient(90deg, transparent 0%, #b99f70 50%, transparent 100%);
}

.floating-label {
    transition: all 0.3s ease;
}

.shadow-luxury {
    box-shadow: 0 10px 40px rgba(185, 159, 112, 0.15);
}

.btn-submit {
    background: linear-gradient(135deg, #b99f70 0%, #a38d5f 100%);
    transition: all 0.3s ease;
}

    .btn-submit:hover {
        transform: translateY(-2px);
        box-shadow: 0 10px 25px rgba(185, 159, 112, 0.4);
    }

.decorative-corner {
    position: absolute;
    width: 60px;
    height: 60px;
    border: 2px solid #b99f70;
}

.corner-tl {
    top: -1px;
    left: -1px;
    border-right: none;
    border-bottom: none;
}

.corner-br {
    bottom: -1px;
    right: -1px;
    border-left: none;
    border-top: none;
}

@media (max-width: 768px) {
    .decorative-corner {
        width: 40px;
        height: 40px;
    }
}

button,
[role="button"] {
    cursor: pointer;
}



.floating-input:not(.textareafloating) ~ label {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 54%;
}

/* Floating label active state for select */
.active-label {
    top: 0.375rem !important;
    font-size: 0.75rem !important;
    color: #b99f70 !important;
}

/* RTL Support */
[dir="rtl"] .rtl-flip {
    transform: scaleX(-1);
}

/* Ensure text direction is inherited properly */
input, textarea, select {
    direction: inherit;
}


/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.pointer-events-none {
    pointer-events: none;
}

.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

.inset-0 {
    inset: 0px;
}

.inset-y-0 {
    top: 0px;
    bottom: 0px;
}

.right-0 {
    right: 0px;
}

.top-0 {
    top: 0px;
}

.bottom-0 {
    bottom: 0px;
}

.left-0 {
    left: 0px;
}

.left-5 {
    left: 1.25rem;
}

.top-1\.5 {
    top: 0.375rem;
}

.top-4 {
    top: 1rem;
}

.z-10 {
    z-index: 10;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.mb-2 {
    margin-bottom: 0.5rem;
}

.mb-8 {
    margin-bottom: 2rem;
}

.mb-1 {
    margin-bottom: 0.25rem;
}

.mb-12 {
    margin-bottom: 3rem;
}

.mb-3 {
    margin-bottom: 0.75rem;
}

.ml-1 {
    margin-left: 0.25rem;
}

.mt-0\.5 {
    margin-top: 0.125rem;
}

.mt-2 {
    margin-top: 0.5rem;
}

.mt-4 {
    margin-top: 1rem;
}

.mt-8 {
    margin-top: 6rem;
}

.mb-4 {
    margin-bottom: 1rem;
}

.mt-48 {
    margin-top: 12rem;
}

.mt-6 {
    margin-top: 1.5rem;
}

.mt-12 {
    margin-top: 3rem;
}

.block {
    display: block;
}

.inline-block {
    display: inline-block;
}

.flex {
    display: flex;
}

.grid {
    display: grid;
}

.hidden {
    display: none;
}

.h-5 {
    height: 1.25rem;
}

.h-6 {
    height: 1.5rem;
}

.h-64 {
    height: 16rem;
}

.h-1 {
    height: 0.25rem;
}

.h-16 {
    height: 4rem;
}

.min-h-screen {
    min-height: 100vh;
}

.w-full {
    width: 100%;
}

.w-5 {
    width: 1.25rem;
}

.w-6 {
    width: 1.5rem;
}

.w-64 {
    width: 16rem;
}

.w-16 {
    width: 4rem;
}

.w-24 {
    width: 6rem;
}

.max-w-7xl {
    max-width: 80rem;
}

.max-w-2xl {
    max-width: 42rem;
}

.max-w-4xl {
    max-width: 56rem;
}

.flex-shrink-0 {
    flex-shrink: 0;
}

.transform {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-pointer {
    cursor: pointer;
}

.resize-none {
    resize: none;
}

.appearance-none {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}

.flex-col {
    flex-direction: column;
}

.items-start {
    align-items: flex-start;
}

.items-center {
    align-items: center;
}

.justify-start {
    justify-content: flex-start;
}

.justify-end {
    justify-content: flex-end;
}

.justify-center {
    justify-content: center;
}

.justify-between {
    justify-content: space-between;
}

.gap-6 {
    gap: 1.5rem;
}

.gap-3 {
    gap: 0.75rem;
}

.space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

.space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}

.overflow-hidden {
    overflow: hidden;
}

.rounded {
    border-radius: 0.25rem;
}

.rounded-lg {
    border-radius: 0.5rem;
}

.rounded-2xl {
    border-radius: 1rem;
}

.rounded-full {
    border-radius: 9999px;
}

.rounded-3xl {
    border-radius: 1.5rem;
}

.rounded-xl {
    border-radius: 0.75rem;
}

.rounded-br-lg {
    border-bottom-right-radius: 0.5rem;
}

.rounded-tl-lg {
    border-top-left-radius: 0.5rem;
}

.border {
    border-width: 1px;
}

.border-2 {
    border-width: 2px;
}

.border-l-4 {
    border-left-width: 4px;
}

.border-t-2 {
    border-top-width: 2px;
}

.border-b-2 {
    border-bottom-width: 2px;
}

.border-l-2 {
    border-left-width: 2px;
}

.border-r-2 {
    border-right-width: 2px;
}

.border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}

.border-\[\#b99f70\] {
    --tw-border-opacity: 1;
    border-color: rgb(185 159 112 / var(--tw-border-opacity, 1));
}

.border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}

.bg-blue-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}

.bg-gray-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.from-amber-50 {
    --tw-gradient-from: #fffbeb var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 251 235 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-yellow-50 {
    --tw-gradient-to: #fefce8 var(--tw-gradient-to-position);
}

.p-6 {
    padding: 1.5rem;
}

.px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
}

.px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
}

.py-2\.5 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
}

.py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

.py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
}

.px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.pt-4 {
    padding-top: 1rem;
}

.pr-4 {
    padding-right: 1rem;
}

.pb-6 {
    padding-bottom: 1.5rem;
}

.pb-3 {
    padding-bottom: 0.75rem;
}

.pt-6 {
    padding-top: 1.5rem;
}

.text-center {
    text-align: center;
}

.text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
}

.text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
}

.text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
}

.text-base {
    font-size: 1rem;
    line-height: 1.5rem;
}

.font-light {
    font-weight: 300;
}

.font-normal {
    font-weight: 400;
}

.font-bold {
    font-weight: 700;
}

.font-medium {
    font-weight: 500;
}

.font-semibold {
    font-weight: 600;
}

.leading-normal {
    line-height: 1.5;
}

.text-gray-700 {
    --tw-text-opacity: 1;
    color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.text-\[\#b99f70\] {
    --tw-text-opacity: 1;
    color: rgb(185 159 112 / var(--tw-text-opacity, 1));
}

.text-gray-400 {
    --tw-text-opacity: 1;
    color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

.text-gray-500 {
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.text-gray-600 {
    --tw-text-opacity: 1;
    color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.text-gray-800 {
    --tw-text-opacity: 1;
    color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}

.text-red-500 {
    --tw-text-opacity: 1;
    color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}

.text-slate-400 {
    --tw-text-opacity: 1;
    color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}

.opacity-5 {
    opacity: 0.05;
}

.shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
    --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline {
    outline-style: solid;
}

.blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.backdrop-filter {
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.transition {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.transition-colors {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.duration-300 {
    transition-duration: 300ms;
}

.hover\:gap-4:hover {
    gap: 1rem;
}

.hover\:bg-blue-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
}

.hover\:underline:hover {
    text-decoration-line: underline;
}

.focus\:border-transparent:focus {
    border-color: transparent;
}

.focus\:outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
}

.focus\:ring-2:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-blue-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1));
}

.focus\:ring-offset-2:focus {
    --tw-ring-offset-width: 2px;
}

.peer:-moz-placeholder-shown ~ .peer-placeholder-shown\:top-4 {
    top: 1rem;
}

.peer:placeholder-shown ~ .peer-placeholder-shown\:top-4 {
    top: 1rem;
}

.peer:-moz-placeholder-shown ~ .peer-placeholder-shown\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
}

.peer:placeholder-shown ~ .peer-placeholder-shown\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
}

.peer:focus ~ .peer-focus\:top-1\.5 {
    top: 0.375rem;
}

.peer:focus ~ .peer-focus\:text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
}

.peer:focus ~ .peer-focus\:text-\[\#b99f70\] {
    --tw-text-opacity: 1;
    color: rgb(185 159 112 / var(--tw-text-opacity, 1));
}

.peer:not(:-moz-placeholder-shown) ~ .peer-\[\:not\(\:-moz-placeholder-shown\)\]\:top-1\.5 {
    top: 0.375rem;
}

.peer:not(:placeholder-shown) ~ .peer-\[\:not\(\:placeholder-shown\)\]\:top-1\.5 {
    top: 0.375rem;
}

.peer:not([value='']) ~ .peer-\[\:not\(\[value\=\'\'\]\)\]\:top-1\.5 {
    top: 0.375rem;
}

.peer:not(:-moz-placeholder-shown) ~ .peer-\[\:not\(\:-moz-placeholder-shown\)\]\:text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
}

.peer:not(:placeholder-shown) ~ .peer-\[\:not\(\:placeholder-shown\)\]\:text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
}

.peer:not([value='']) ~ .peer-\[\:not\(\[value\=\'\'\]\)\]\:text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
}

.peer:not(:-moz-placeholder-shown) ~ .peer-\[\:not\(\:-moz-placeholder-shown\)\]\:text-\[\#b99f70\] {
    --tw-text-opacity: 1;
    color: rgb(185 159 112 / var(--tw-text-opacity, 1));
}

.peer:not(:placeholder-shown) ~ .peer-\[\:not\(\:placeholder-shown\)\]\:text-\[\#b99f70\] {
    --tw-text-opacity: 1;
    color: rgb(185 159 112 / var(--tw-text-opacity, 1));
}

.peer:not([value='']) ~ .peer-\[\:not\(\[value\=\'\'\]\)\]\:text-\[\#b99f70\] {
    --tw-text-opacity: 1;
    color: rgb(185 159 112 / var(--tw-text-opacity, 1));
}

@media (min-width: 640px) {
    .sm\:block {
        display: block;
    }

    .sm\:p-8 {
        padding: 2rem;
    }

    .sm\:p-10 {
        padding: 2.5rem;
    }

    .sm\:px-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .sm\:py-12 {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .sm\:text-3xl {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }

    .sm\:text-4xl {
        font-size: 2.25rem;
        line-height: 2.5rem;
    }

    .sm\:text-base {
        font-size: 1rem;
        line-height: 1.5rem;
    }
}

@media (min-width: 768px) {
    .md\:block {
        display: block;
    }

    .md\:text-3xl {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }

    .md\:leading-normal {
        line-height: 1.5;
    }
}

@media (min-width: 1024px) {
    .lg\:row-span-2 {
        grid-row: span 2 / span 2;
    }

    .lg\:w-auto {
        width: auto;
    }

    .lg\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .lg\:flex-row {
        flex-direction: row;
    }

    .lg\:justify-end {
        justify-content: flex-end;
    }

    .lg\:gap-8 {
        gap: 2rem;
    }

    .lg\:p-14 {
        padding: 3.5rem;
    }

    .lg\:p-12 {
        padding: 3rem;
    }

    .lg\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .lg\:py-16 {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .lg\:text-5xl {
        font-size: 3rem;
        line-height: 1;
    }
}



