@font-face {
    font-family: 'BrittanySignature';
    src: url('/css/fonts/BrittanySignature.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


.max-w-screen-2xl {
    max-width: 1536px;
}

/*.font-poppins {
    font-family: 'Poppins';
}*/


@media (min-width: 1024px) {
    .bg-y-25 {
        background-position-y: 25%
    }
}

@media (min-width: 768px) {
    .md-translate-x-0 {
        transform: translate(0,0) rotate(0) skewX(0) skewY(0) scaleX(0) scaleY(0) !important;
    }
}

.text-shadow {
    text-shadow: -3px 3px 2px rgba(107,71,72,0.2);
}

.bg-banner-transparent {
    background-color: #00000024;
}




/* Custom Scrollbars */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar {
    height: 12px;
    width: 12px;
    background-color: #F5F5F5;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 1px rgba(0,0,0,.3);
    background-color: #b4b4b4;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #757575;
    }


/* This will create a custom scrollbar for WebKit browsers (Chrome, Safari, etc.) */
.custom-scrollbar::-webkit-scrollbar {
    width: 8px; /* Width of the first scrollbar */
}

/* Style for the first scrollbar thumb */
.custom-scrollbar::-webkit-scrollbar-thumb {
    background-color: #b4b4b4;
}

/* This will create a custom scrollbar for WebKit browsers (Chrome, Safari, etc.) */
.table-x-scrollbar::-webkit-scrollbar {
    height: 8px; /* Width of the first scrollbar */
}

@font-face {
    font-family: 'Cormorant Garamond Light';
    src: url('fonts/Cormorant_Garamond/CormorantGaramond-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'Cormorant Garamond Regular';
    src: url('fonts/Cormorant_Garamond/CormorantGaramond-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Cormorant Garamond Medium';
    src: url('fonts/Cormorant_Garamond/CormorantGaramond-Medium.ttf') format('truetype');
}

/* Usage example */
.garamond-light {
    font-family: 'Cormorant Garamond Light', sans-serif;
}

.garamond-regular {
    font-family: 'Cormorant Garamond Regular', sans-serif;
}

.garamond-medium {
    font-family: 'Cormorant Garamond Medium', sans-serif;
}



@font-face {
    font-family: 'Baskerville Regular';
    src: url('fonts/Libre_Baskerville/LibreBaskerville-Regular.ttf') format('truetype');
}

.baskerville-regular {
    font-family: 'Baskerville Regular', sans-serif;
}


@font-face {
    font-family: 'Rufina Regular';
    src: url('fonts/Rufina/Rufina-Regular.ttf') format('truetype');
}

.rufina-regular {
    font-family: 'Rufina Regular', sans-serif;
}


/* Print-specific styles */
@media print {
    /* Hide elements not meant to be printed */
    body * {
        visibility: hidden !important;
    }

    #container {
        visibility: hidden !important;
    }

    /* Show tables */
    table {
        visibility: hidden !important;
    }
}

.fade-from-top {
    opacity: 0;
}

.fade-from-right {
    opacity: 0;
}

.fade-from-left {
    opacity: 0;
}


.fade-in-slide-in-from-top {
    transform: translateY(-100%); /* Initially slide in from right */
    animation: fadeSlideInTop 2s cubic-bezier(0.25,0.1,0.25,1) forwards; /* Animation properties */
}

@keyframes fadeSlideInTop {
    from {
        opacity: 0;
        transform: translateY(-100%);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-in-slide-in-from-right {
    opacity: 0;
    transform: translateX(25%);
    animation: fadeSlideInRight 1s ease-in-out forwards;
}

@keyframes fadeSlideInRight {
    from {
        opacity: 0;
        transform: translateX(25%);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.fade-in-slide-in-from-left {
    opacity: 0;
    transform: translateX(-25%);
    animation: fadeSlideInLeft 1s ease-in-out forwards;
}

@keyframes fadeSlideInLeft {
    from {
        opacity: 0;
        transform: translateX(-25%);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}





/*Custom Zoho form css*/

#popupTitle {
    display: none !important;
}

#zsfeedbkrpanel {
    border: none;
}

#feedbNameTxtField, #feedbEmailTxtField, #feedbackSubject, #feedbackDescription {
    font-family: 'Poppins';
}

#zsUserNameEmailContainer .fbtxtnf, #zsfeedbackwidgetdiv #advwebForm #feedbackSubject, #zsfeedbackwidgetdiv #advwebForm #feedbackDescription, .fbfcaptchaDivinput {
    display: block !important;
    width: 100% !important;
    border-radius: 0.375rem !important;
    border-width: 0px !important;
    padding-top: 0.375rem !important; /* 6px */
    padding-bottom: 0.375rem !important; /* 6px */
    color: rgb(75 85 99) !important;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05) !important;
    box-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    --tw-ring-inset: inset;
    --tw-ring-color: rgb(209 213 219);
    --tw-ring-offset-width: 0px;
    font-size: 0.875rem !important; /* 14px */
    line-height: 1.25rem !important; /* 20px */
    line-height: 1.5rem !important; /* 24px */
    font-family: 'Poppins';
}

    .feedbackformmdiv #zsUserNameEmailContainer .fbtxtnf:focus, #zsfeedbackwidgetdiv #advwebForm #feedbackSubject:focus, #zsfeedbackwidgetdiv #advwebForm #feedbackDescription:focus, .fbfcaptchaDivinput:focus {
        border: 1px solid var(--tw-ring-color) !important;
        box-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
        --tw-ring-inset: inset;
        --tw-ring-color: rgb(249 115 22);
        --tw-ring-offset-width: 0px;
    }

#zsCaptcha {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    position: unset !important;
    width: 100% !important;
    flex-wrap: wrap;
}

#zsfeedbackwidgetdiv #advwebForm #captchaDiv {
    padding-right: 0 !important;
    margin-right: 0px !important;
    border-right: 0px !important;
}

#zsCaptcha .w240 {
    width: 50% !important;
}

#zsfeedbackwidgetdiv #advwebForm .fbfcaptchaDivimg {
    width: 90% !important;
    height: inherit !important;
    margin: 0px !important;
}

#enableDisableCaptcha {
    z-index: -999;
}

#enableDisableCaptcha .zsfdwordveribdr {
    border: none !important;
}

#zsCaptcha .FBWordVerify {
    float: none !important;
    width: 50% !important;
    position: unset !important;
    margin: 0 !important;
    margin-top: 0 !important;
}

#contactUs #zsfeedbackwidgetdiv .dt-blue-btn {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
}

#zsfeedbackwidgetdiv .dt-blue-btn {
    color: rgb(255 255 255) !important;
    background-color: rgb(249 115 22) !important;
    font-weight: 500 !important;
    border-radius: 0.25rem !important;
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
    text-align: center !important;
    display: inline-flex !important;
    align-items: center !important;
    background: none !important;
    border: 0px solid #00a3fe !important;
    justify-content: center !important;
    font-family: 'Poppins' !important;
}

    #zsfeedbackwidgetdiv #feedbPopupSbmtBtn:hover {
        background-color: rgb(234 88 12) !important;
    }

#zsfeedbackwidgetdiv .dt-blue-btn:hover {
    box-shadow: none !important;
}

#feedbPopupSbmtBtn:enabled {
    background-color: rgb(249 115 22) !important;
}
    #feedbPopupSbmtBtn:focus {
        box-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
        --tw-ring-color: rgb(253 186 116) !important;
        --tw-ring-offset-width: 0px !important;
        outline: 2px solid transparent !important;
        outline-offset: 2px !important;
    }

.NewzsfbNewrefresh {
    top: 50px !important;
    left: 33% !important;
}

.guides-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 64rem;
    padding-left: 3rem;
    padding-right: 3rem;
}

.remove-arrow::-webkit-inner-spin-button,
.remove-arrow::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.remove-arrow {
    -moz-appearance: textfield;
}

select:required:invalid {
    color: #9ca3af;
}

.modal-close-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}

/*.placeholder-wrapper {
    position: relative;
}

.placeholder-text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #999;
    pointer-events: none;
    font-size: 14px;
    transition: opacity 0.3s;
}

.input-filled .placeholder-text {
    opacity: 0.5;
}*/