.bg_image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.email-box-data {
    flex-direction: column;
}

.cat_box {
    min-height: 218px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.cat_link {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 99;
}

.cat_image {
    z-index: -1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.cat_image::before {
    content: "";
    background-color: #fff;
    z-index: 0;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    display: block;
    opacity: 0.8;
}

.cat_image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.h-full {
    height: 100%;
}

.w-full {
    width: 100%;
}

.w-35 {
    width: 35px;
}

.mt-auto {
    margin-top: auto;
}

body .gform_wrapper.gravity-theme .gform_validation_errors,
body .gform_wrapper.gravity-theme .gform_heading,
body .gform-loader {
    display: none !important;
}

body .gform_wrapper.gravity-theme .gform_footer,
body .gform_wrapper.gravity-theme .gform_page_footer {
    margin: 12px 0 0;
    padding: 0;
}

body .gform_wrapper.gravity-theme .gform_footer button,
body .gform_wrapper.gravity-theme .gform_footer input,
body .gform_wrapper.gravity-theme .gform_page_footer button,
body .gform_wrapper.gravity-theme .gform_page_footer input {
    margin-bottom: 0;
    cursor: pointer;
}

body .gform_wrapper.gravity-theme input[type=color],
body .gform_wrapper.gravity-theme input[type=date],
body .gform_wrapper.gravity-theme input[type=datetime-local],
body .gform_wrapper.gravity-theme input[type=datetime],
body .gform_wrapper.gravity-theme input[type=email],
body .gform_wrapper.gravity-theme input[type=month],
body .gform_wrapper.gravity-theme input[type=number],
body .gform_wrapper.gravity-theme input[type=password],
body .gform_wrapper.gravity-theme input[type=search],
body .gform_wrapper.gravity-theme input[type=tel],
body .gform_wrapper.gravity-theme input[type=text],
body .gform_wrapper.gravity-theme input[type=time],
body .gform_wrapper.gravity-theme input[type=url],
body .gform_wrapper.gravity-theme input[type=week],
body .gform_wrapper.gravity-theme select,
body .gform_wrapper.gravity-theme textarea {
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 0;
    padding: 12px 16px;
}

body .gform_wrapper.gravity-theme .gfield textarea.large {
    height: 100px;
}

body .gform_wrapper.gravity-theme .gfield_validation_message,
body .gform_wrapper.gravity-theme .validation_message {
    background: transparent;
    border: 0;
    padding: 0;
    margin: 12px 0 0;
    color: #fff;
    font-size: 12px !important;
}

body .gform_confirmation_message {
    color: rgb(148, 163, 184);
    font-size: 20px;
}

.border-blue-1 {
    border-color: #2563eb;
}

.border-indigo-1 {
    border-color: #4f46e5;
}

.border-slate-1 {
    border-color: #64748b;
}

.border-emerald-1 {
    border-color: #059669;
}

.border-red-1 {
    border-color: #dc2626;
}

.border-amber-1 {
    border-color: #b45309;
}

.border-purple-1 {
    border-color: #9333ea;
}

.bg-blue-500::before {
    content: "";
    background: #2563eb;
    filter: blur(60px);
    opacity: 0.15;
    width: 80%;
    height: 80%;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 0;
    transform: translate(-50%, -50%);
}

.bg-indigo-500::before {
    content: "";
    background: #4f46e5;
    filter: blur(60px);
    opacity: 0.15;
    width: 80%;
    height: 80%;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 0;
    transform: translate(-50%, -50%);
}

.bg-slate-500::before {
    content: "";
    background: #000000;
    filter: blur(60px);
    opacity: 0.15;
    width: 80%;
    height: 80%;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 0;
    transform: translate(-50%, -50%);
}

.bg-emerald-500::before {
    content: "";
    background: #059669;
    filter: blur(60px);
    opacity: 0.15;
    width: 80%;
    height: 80%;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 0;
    transform: translate(-50%, -50%);
}

.bg-red-500::before {
    content: "";
    background: #dc2626;
    filter: blur(60px);
    opacity: 0.15;
    width: 80%;
    height: 80%;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 0;
    transform: translate(-50%, -50%);
}

.bg-amber-500::before {
    content: "";
    background: #f59e0b;
    filter: blur(60px);
    opacity: 0.15;
    width: 80%;
    height: 80%;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 0;
    transform: translate(-50%, -50%);
}

.bg-purple-500::before {
    content: "";
    background: #9333ea;
    filter: blur(60px);
    opacity: 0.15;
    width: 80%;
    height: 80%;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 0;
    transform: translate(-50%, -50%);
}

.standard_content h2 {
    font-size: 20px;
    font-weight: 700;
    margin: 10px 0;
}

img.emoji {
    width: 20px !important;
    height: 20px !important;
    margin: 0 5px !important;
}

.box_data_list_dot {
    min-width: 6px;
    min-height: 6px;
}

.text-transparent {
    -webkit-background-clip: text !important;
    background-clip: text !important;
    color: transparent;
}

.ocean_breeze {
    background-image: linear-gradient(to right, #7dd3fc, #818cf8, #c084fc) !important;
}

.sunset_vibe {
    background-image: linear-gradient(to right, #fdba74, #fb7185, #a855f7) !important;
}

.northern_lights {
    background-image: linear-gradient(to right, #5eead4, #34d399, #22c55e) !important;
}

.royal_gold {
    background-image: linear-gradient(to right, #fde68a, #facc15, #d97706) !important;
}

.midnight_neon {
    background-image: linear-gradient(to right, #60a5fa, #6366f1, #7c3aed) !important;
}

.cherry_blossom {
    background-image: linear-gradient(to right, #f9a8d4, #fb7185, #f87171) !important;
}

.electric_violet {
    background-image: linear-gradient(to right, #a78bfa, #d946ef, #9333ea) !important;
}

.morning_mist {
    background-image: linear-gradient(to right, #e2e8f0, #d1d5db, #94a3b8) !important;
}

.fire_starter {
    background-image: linear-gradient(to right, #facc15, #f97316, #dc2626) !important;
}

.deep_sea {
    background-image: linear-gradient(to right, #22d3ee, #3b82f6, #4f46e5) !important;
}

.lush_jungle {
    background-image: linear-gradient(to right, #a3e635, #22c55e, #059669) !important;
}

.sweet_candy {
    background-image: linear-gradient(to right, #f9a8d4, #d8b4fe, #818cf8) !important;
}

.corporate_blue {
    background-image: linear-gradient(to right, #93c5fd, #3b82f6, #1d4ed8) !important;
}

.rich_metal {
    background-image: linear-gradient(to right, #cbd5e1, #64748b, #334155) !important;
}

.soft_peach {
    background-image: linear-gradient(to right, #fed7aa, #fecaca, #fbcfe8) !important;
}

.error_page_section .container {
    margin: 0 auto;
}

.error_page_section .error_page_inner {
    text-align: center
}

.error_page_section .error_page_inner .error_page_wrapper {
    margin: 100px 0
}

.error_page_section .error_page_inner .heading_text {
    font-size: 100px;
    font-weight: bold;
    letter-spacing: 20px;
}

.error_page_section .error_page_inner .sub_heading_text {
    margin: 0 0 12px;
    font-size: 20px;
    color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}

.error_page_section .error_page_inner .description_content {
    font-size: 20px;
    color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}

.error_page_section .error_page_inner .btn {
    margin-top: 10px;
    display: inline-block !important;
    width: auto !important;
}

nav .menu_items .menu_items_item {
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}

.social_share_sidebar {
    position: fixed;
    top: 100px;
    right: 0;
    width: auto;
    z-index: 99;
}

.social_share_sidebar .open_social_share_panel {
    background-color: #FFFFFF;
    padding: 10px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
    transform: translateX(0px);
    border-radius: 4px 0 0 4px;
    box-shadow: 0 0 5px rgba(15, 23, 42, 0.2);
    cursor: pointer;
}

.social_share_sidebar.show .open_social_share_panel {
    transform: translateX(55px);
}

.social_share_sidebar .social_share_panel {
    background-color: #FFFFFF;
    padding: 10px;
    border-radius: 50px;
    position: fixed;
    transform: translateX(70px);
    transition: all 0.5s ease;
    box-shadow: 0 0 5px rgba(15, 23, 42, 0.2);
    top: 100px;
    right: 10px;
}

.social_share_sidebar .social_share_panel .close_social_share_panel {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.social_share_sidebar.show .social_share_panel {
    transform: translateX(0);
}

.social_share_sidebar .social_share_list {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    padding: 0;
    margin: 0;
}

.social_share_sidebar .social_share_list .social_share_list_item {
    margin: 0;
    padding: 0;
}

.social_share_sidebar .social_share_list .social_share_list_item .social_share_list_item_link {
    width: 28px;
    height: 28px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social_share_sidebar .social_share_list .social_share_list_item .social_share_list_item_link svg {
    width: 22px;
}

.single-post section.section.section_content {
    max-width: 100vw;
    overflow: hidden;
}

.tab_list_wrapper_main {
    margin-bottom: 130px;

}

.tab_list_wrapper_main .tab_list_wrapper {
    position: relative;
    z-index: 2;
    gap: 3rem;

}

.tab_list_wrapper_main .tab_list_wrapper .tab_button button {
    border-radius: 1rem 1rem 0 0;
}

@media (max-width:1199px) {
    .error_page_section .error_page_inner .heading_text {
        font-size: 90px
    }

    .tab_list_wrapper_main {
        margin-bottom: 100px;
    }

    .tab_list_wrapper_main .tab_list_wrapper {
        gap: 2rem;
    }
}

@media (max-width:991px) {
    .error_page_section .error_page_inner .error_page_wrapper {
        margin: 80px 0
    }

    .error_page_section .error_page_inner .heading_text {
        font-size: 80px
    }
}

@media (max-width:767px) {
    .error_page_section .error_page_inner .error_page_wrapper {
        margin: 60px 0
    }

    .error_page_section .error_page_inner .heading_text {
        font-size: 70px
    }
    .tab_list_wrapper_main {
        margin-bottom: 50px;
    }
}

@media (min-width: 768px) {

    nav .menu_items {
        display: flex !important;
    }

    .justify-center {
        justify-content: center;
    }

    .text-right {
        text-align: right;
    }

    .md\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    #mobile-menu {
        position: fixed;
        height: 100vh;
        top: 0;
        width: 100%;
        opacity: 0;
        visibility: hidden;
        z-index: -1;
        transition: ease all .4s;
        left: 0;
        overflow-x: hidden;
        overflow-y: auto;
    }

    #mobile-menu::-webkit-scrollbar {
        width: 0;
        position: absolute;
    }

    #mobile-menu::-webkit-scrollbar-track {
        background: rgba(0, 0, 0, 0.5);
    }

    #mobile-menu::-webkit-scrollbar-thumb {
        background: transparent;
    }

    #mobile-menu.menu_active {
        opacity: 1;
        visibility: visible;
        z-index: 9;
    }

    body.toggle_menu_active {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
    }

    body.admin-bar.toggle_menu_active {
        top: 46px;
    }

    .navbar-toggle-close {
        margin-left: auto;
    }

    .justify-center {
        justify-content: flex-start;
    }

    .text-right {
        text-align: left;
    }

    .tab_list_wrapper_main {
        overflow: hidden;
    }
    
    .tab_list_wrapper_main .tab_list_wrapper .tab_button {
        overflow-x: auto;
        width: calc(100% + 1rem);
        padding-right: 1rem;
    }

    .tab_list_wrapper_main .tab_list_wrapper .tab_button .tab-btn {
        min-width: 200px;
    }
}

@media screen and (max-width: 600px) {
    #wpadminbar {
        position: fixed;
    }
}