* {
    font-family: "Poppins", sans-serif;
}

.bg-light {
    background-color: #eaf5ff !important;
}

[data-layout-mode="dark"] .bg-light {
    background-color: rgb(42, 47, 52) !important;
}

.navbar {
    position: absolute;
    width: 100%;
    z-index: 1000;
    top: 0;
}

.navbar.background-blur {
    background: rgba(0, 0, 0, 0.65);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10.6px);
    -webkit-backdrop-filter: blur(10.6px);
}

.navbar-brand {
    letter-spacing: -0.075em;
}

.navbar-brand:hover {
    color: #fff !important;
    transition: color 0.3s ease-in-out;
}

nav .icon-btn {
    display: flex;
    align-items: center;
    gap: 8px;
}

nav .icon-btn {
    color: #fff;
}

nav .icon-btn:hover {
    color: #cfcfcf !important;
}

nav .btn:hover {
    transform: translateY(0px) !important;
    box-shadow: none !important;
}

.form-switch-dark .form-check-input:checked,
.form-switch-dark .form-check-input {
    background-color: #fff !important;
}

.form-switch .form-check-input,
.form-switch .form-check-input:focus {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23000000'/%3E%3C/svg%3E") !important;
}

.form-switch {
    padding-left: 1.5em;
}

.dark-mode-toggler {
    color: #fff;
}

.dark-mode-toggler:hover #darkModelToggler[type="checkbox"] {
    background-color: #d4d4d4 !important;
    transition: background-color 0.3s ease-in-out;
    border-color: #fff !important;
}

.dark-mode-toggler #darkModelToggler[type="checkbox"] {
    transition: background-color 0.3s ease-in-out;
    border-color: #fff !important;
}

.dark-mode-toggler:hover i {
    color: #d4d4d4 !important;
    transition: color 0.3s ease-in-out;
}

.dark-mode-toggler i {
    transition: color 0.3s ease-in-out;
}

.nav .btn {
    color: #fff;
}

.form-switch-dark .form-check-input:checked {
    border-color: #fff !important;
}

.button-1 {
    background-color: #000000 !important;
    color: #fff !important;
    border: 1px solid #3b3b3b !important;
    padding-top: 7px;
    padding-bottom: 7px;
    text-transform: capitalize !important;
}
.button-1:hover {
    background-color: #3b3b3b !important;
    color: #fff !important;
    border: 1px solid #3b3b3b !important;
    box-shadow: none !important;
    transform: translateY(0px) !important;
}

.button-3 {
    background-color: #000000 !important;
    color: #fff !important;
    border: 1px solid #181818 !important;
    padding-top: 7px;
    padding-bottom: 7px;
    text-transform: capitalize !important;
}
.button-3:hover {
    background-color: #414141 !important;
    color: #fff !important;
    border: 1px solid #414141 !important;
    box-shadow: none !important;
    transform: translateY(0px) !important;
}

#searchOverlay {
    transition: all 0.3s ease-in-out;
    background: rgba(0, 0, 0, 0.65);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10.6px);
    -webkit-backdrop-filter: blur(10.6px);
    top: 84px !important;
    padding-top: 30px;
    z-index: 1001;
}

.position-absolute {
    position: absolute !important;
}

#searchOverlay .form-control-input {
    background-color: #292929 !important;
    border-color: #494949 !important;
    color: #000 !important;
    color: #fff !important;
    font-size: 14px !important;
}

#searchOverlay .input-group-alternative .input-group-text {
    border: 1px solid #494949;
    background-color: #292929 !important;
}

#searchOverlay .focused .form-control,
#searchOverlay .focused .input-group-alternative .input-group-text {
    border-color: #494949 !important;
}
#searchOverlay .form-control-input {
    padding-left: 8px !important;
    padding-right: 14px !important;
    padding-top: 14px !important;
    padding-bottom: 14px !important;
}

#searchOverlay .input-group-text {
    padding-left: 14px !important;
    padding-right: 8px !important;
    padding-top: 14px !important;
    padding-bottom: 14px !important;
}

.button-2 {
    background-color: #292929 !important;
    color: #fff !important;
    border: 1px solid #292929 !important;
    padding-top: 7px;
    padding-bottom: 7px;
    text-transform: capitalize !important;
}
.button-2:hover {
    background-color: #7a7a7a !important;
    color: #fff !important;
    border: 1px solid #7a7a7a !important;
    box-shadow: none !important;
    transform: translateY(0px) !important;
}

.btn:hover {
    box-shadow: none !important;
    transform: translateY(0px) !important;
}

.search-border {
    border-bottom: 1px solid rgb(136, 136, 136);
    width: 100%;
}

#searchOverlay .search-link,
nav a {
    color: #fff !important;
    transition: all 0.3s ease-in-out;
}

#searchOverlay .search-link:hover,
nav a:hover {
    color: #d4d4d4 !important;
    transition: all 0.3s ease-in-out;
}

.post-template-1 img {
    height: 175px;
    object-fit: cover;
    width: 100%;
}

.post-template-1 .link-hover,
.post-template-1 .post-title,
.post-template-2 .link-hover,
.post-template-2 .post-title,
[data-layout-mode="dark"] .link-hover,
[data-layout-mode="dark"] .post-title {
    position: relative;
    text-decoration: none;
    background: linear-gradient(
            to right,
            rgba(15, 0, 0, 0),
            rgba(100, 200, 200, 0)
        ),
        linear-gradient(
            to right,
            rgb(255, 255, 255),
            rgb(255, 255, 255),
            rgb(255, 255, 255)
        );
    background-size: 100% 0.05em, 0 0.05em;
    background-position: 100% 100%, 0 100%;
    background-repeat: no-repeat;
    transition: background-size 400ms;
}

.link-hover,
.post-title {
    position: relative;
    text-decoration: none;
    background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)),
        linear-gradient(to right, #000, #000, #000);
    background-size: 100% 0.05em, 0 0.05em;
    background-position: 100% 100%, 0 100%;
    background-repeat: no-repeat;
    transition: background-size 400ms;
}

.post-template-2 .post-title,
.post-template-2 .post-title:hover {
    color: #fff !important;
}

.post-template-1 .post-title {
    font-weight: 600;
    font-size: 16px;
    color: #fff !important;
}
.post-template-1 .post-title:hover {
    color: #fff !important;
}

[data-layout-mode="dark"] .link-hover:hover,
[data-layout-mode="dark"] .link-hover:focus {
    background-size: 0 0.05em, 100% 0.05em;
    color: #fff !important;
}

.link-hover:hover,
.link-hover:focus {
    background-size: 0 0.05em, 100% 0.05em;
    color: #000 !important;
}

[data-layout-mode="dark"] .post-meta {
    color: #fff; /* muted gray */
}

.post-meta {
    color: #000; /* muted gray */
    font-size: 12px; /* equivalent to text-sm */
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.post-meta .author strong {
    color: #000;
    font-weight: 600;
}

[data-layout-mode="dark"] .author strong {
    color: #fff; /* muted gray */
}

.post-template-1 .separator,
.post-hero .separator,
.post-template-2 .separator {
    background-color: #fff !important;
}

.post-meta .separator {
    height: 1px;
    background-color: #000;
    width: 18px;
}

[data-layout-mode="dark"] .post-meta {
    color: #fff; /* muted gray */
}

.post-template-1 .author strong,
.post-template-1 .author,
.post-template-1 .read_time,
.post-template-1 .date,
.post-hero .author strong,
.post-hero .author,
.post-hero .read_time,
.post-hero .date {
    color: #fff; /* muted gray */
}

.logo-light {
    display: block !important;
}

.logo-dark {
    display: none !important;
}

[data-layout-mode="dark"] .logo-dark {
    display: block !important;
}

[data-layout-mode="dark"] .logo-light {
    display: none !important;
}

.header-top-area {
    padding: 14px 0;
}

.header-top-area span i {
    color: #fff;
    margin-right: 8px;
    font-size: 12px;
}

.header-top-area span {
    font-size: 12px;
    font-weight: 300;
    color: #fff;
}
.header-top-area span {
    margin-right: 15px;
}

.header-top-area .social-area a i {
    font-size: 15px;
    color: #fff;
    margin-right: 20px;
    transition: all 0.3s ease-in-out;
}

.social-area a:hover i.mdi-facebook {
    color: #1877f3 !important; /* Facebook blue */
    transition: all 0.3s ease-in-out;
}
.social-area a:hover i.mdi-instagram {
    color: #e1306c !important; /* Instagram pink */
    transition: all 0.3s ease-in-out;
}
.social-area a:hover i.mdi-youtube {
    color: #ff0000 !important; /* YouTube red */
    transition: all 0.3s ease-in-out;
}
.social-area a:hover i.mdi-linkedin {
    color: #0a66c2 !important; /* LinkedIn blue */
    transition: all 0.3s ease-in-out;
}

[data-layout-mode="dark"] .navbar .bg-dark {
    background-color: rgba(33, 37, 41, 1) !important;
}

[data-layout-mode="dark"] .hero .btn-outline-light:hover,
.hero .btn-outline-light:hover {
    color: #1d1d1d !important;
    background-color: #fff !important;
    border-color: #fff !important;
}

[data-layout-mode="dark"] .hero .btn-dark:hover,
.hero .btn-dark:hover {
    background-color: #fff !important;
    color: #1d1d1d !important;
    border-color: #fff !important;
}

[data-layout-mode="dark"] .hero .btn-dark,
.hero .btn-dark {
    background-color: #1d1d1d !important;
    color: #fff !important;
    border-color: #1d1d1d !important;
}

[data-layout-mode="dark"] .hero .btn-outline-light,
.hero .btn-outline-light {
    background-color: transparent;
    color: #fff !important;
    border-color: #fff !important;
}

.absolute-header {
    position: absolute;
    width: 100%;
    z-index: 1000;
    top: 60px;
}

.nav-link {
    position: relative;
    font-size: 15px;
    color: #fff;
    padding-bottom: 0.3rem;
    transition: color 0.3s;
}

.nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(
        to right,
        #008c45 33.33%,
        #ffffff 33.33% 66.66%,
        #cd212a 66.66%
    );
    background-size: 0% 100%;
    background-repeat: no-repeat;
    transition: background-size 0.4s ease-in-out;
}

.nav-link:hover::after,
.nav-link.active::after {
    background-size: 100% 100%;
}

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

.client-dashboard .header-sticky,
.absolute-header.header-sticky {
    top: 0px !important;
}

.absolute-header.header-sticky {
    background: rgba(0, 0, 0, 0.65) !important;
    padding: 12px 0;
    backdrop-filter: blur(10.6px);
    -webkit-backdrop-filter: blur(10.6px);
}

.absolute-header.header-sticky.sticky,
.client-dashboard .header-sticky.sticky {
    position: fixed;
}

.absolute-header.header-sticky.sticky {
    background: rgba(0, 0, 0, 1);
    backdrop-filter: blur(10.6px);
    -webkit-backdrop-filter: blur(10.6px);
}

.hero {
    overflow: hidden;
}

.hero img {
    object-fit: cover;
    min-height: 100%;
    min-width: 100%;
}
.hero .overlay {
    background: rgba(0, 0, 0, 0.55);
}

.hero .overlay::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 5px;
    width: 100%;
    opacity: 0.8;
    background: linear-gradient(
        to right,
        #008c45 33.33%,
        #ffffff 33.33% 66.66%,
        #cd212a 66.66%
    );
    z-index: 1;
}

.hero .overlay-text {
    z-index: 2;
}

.hero .overlay-text h1 {
    font-size: 40px;
}

[data-layout-mode="dark"] .bg-white {
    background-color: #1d1d1d !important;
}

.content-gap {
    margin-top: 600px;
}

.content-gap-2 {
    margin-top: 550px;
}

/* Category Card */
.category-card {
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: center;
    border-radius: 0px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.category-card:hover {
    transform: scale(1.02);
}

.category-overlay {
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.4);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

/* Base content styles */
.category-content {
    transition: opacity 0.3s ease, transform 0.3s ease;
    position: absolute;
    text-align: center;
}

/* Default content */
.default-content {
    opacity: 1;
    transform: translateY(0);
    z-index: 2;
    padding: 1rem;
}

/* Hidden by default */
.hover-content {
    opacity: 0;
    transform: translateY(20px);
    z-index: 1;
}

/* On hover: hide default, show hover */
.category-card:hover .default-content {
    opacity: 0;
    transform: translateY(-20px);
}

.category-card:hover .hover-content {
    opacity: 1;
    transform: translateY(0);
    z-index: 3;
}

.view-more-text {
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 1px;
}

body {
    background-color: #fff;
}

[data-layout-mode="dark"] body {
    background-color: #1a1d21 !important;
}

.header-animate-in {
    animation: headerSlideDown 0.3s ease;
}

@keyframes headerSlideDown {
    from {
        transform: translateY(-40px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

a {
    transition: all 0.3s ease-in-out;
}

a:hover {
    transition: all 0.3s ease-in-out;
}

.link-opacity-75-hover:hover {
    opacity: 0.75;
}

.card-text {
    font-size: 14px;
    line-height: 1.6;
}

.contact-page.google-map {
    width: 100%;
    height: 600px;
}

.contact-page img,
.contact-page iframe {
    width: 100%;
    height: 600px;
    position: relative;
}

.sticky-sidebar {
    flex: 1;
    position: sticky;
    top: 120px;
    height: fit-content;
}

.blog-main-content {
    flex: 2;
}

.init-control.rounded-0 {
    border-radius: 0 !important;
}

.sidebar-panal #sidebarPanelSearchForm .init-control {
    padding: 14px 12px !important;
}

.post-template-2 {
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

.post-template-2 .post-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
    z-index: 1;
}

.post-template-2:hover .post-background {
    opacity: 1;
}

.post-template-2 .post-overlay {
    position: relative;
    z-index: 2;
    background: rgba(0, 0, 0, 0.5); /* dark overlay */
    height: 100%;
    padding: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.input-group-text.rounded-0,
.form-control-input.rounded-0 {
    border-radius: 0 !important;
}

.btn-py {
    padding-top: 10.6px !important;
    padding-bottom: 10.6px !important;
}

/* BLOG CARD CSS */
.read-more-link {
    display: inline-flex;
    align-items: center;
    color: inherit;
    text-decoration: none;
    overflow: hidden;
}

.read-more-text {
    max-width: 0;
    overflow: hidden;
    opacity: 0;
    white-space: nowrap;
    transition: max-width 0.4s ease, opacity 0.4s ease, transform 0.4s ease;
    transform: translateX(-10px);
    display: inline-block;
}

.read-more-icon {
    transition: transform 0.4s ease;
}

.service-category:hover .read-more-link,
.blog-post:hover .read-more-link {
    gap: 6px;
}

.service-category:hover .read-more-text,
.blog-post:hover .read-more-text {
    max-width: 100px;
    /* adjust as needed */
    opacity: 1;
    transform: translateX(0);
}

.service-category:hover .read-more-icon,
.blog-post:hover .read-more-icon {
    transform: translateX(4px);
}

.blog .category-card {
    height: 150px;
}

[data-layout-mode="dark"] .service-card .card-img-top,
[data-layout-mode="dark"] .service-category.template-2 .bg-image {
    background-color: #383838 !important;
}

.service-card .card-img-top,
.service-category.template-2 .bg-image {
    background-color: #cecece !important;
}

.service-category.template-2 .bg-image,
.blog-post.template-2 .bg-image {
    height: 250px;
}

.service-category.template-2 .read-more-link,
.blog-post.template-2 .read-more-link {
    width: 100%;
    justify-content: center;
}

.service-category.template-2 .blog-post:hover .read-more-text,
.blog-post.template-2 .blog-post:hover .read-more-text {
    max-width: 100%;
}

.sidebar-panal .category-link-item {
    padding: 4px 2px;
}

.sidebar-panal .category-link-item.border-bottom {
    border-bottom: 1px solid var(--vz-border-color-2);
}

.sidebar-panal .category-link {
    text-transform: uppercase;
    font-size: 12.5px;
    letter-spacing: 1px;
    transition: opacity 0.3s ease-in-out;
}

.sidebar-panal .category-link:hover {
    opacity: 0.6;
    transition: opacity 0.3s ease-in-out;
}

.hero .category-link,
.post-hero .category-link {
    background-color: #ffffff;
    color: #101214;
    transition: all 0.3s ease-in-out;
    border-radius: 2px;
    padding: 1px 8px;
    font-weight: 500;
    transition: all 0.3s ease-in-out;
    font-size: 12px;
}

.hero .category-link:hover,
.post-hero .category-link:hover {
    background-color: #7a7a7a;
    color: #ffffff;
    transition: all 0.3s ease-in-out;
}

[data-layout-mode="dark"] .service-card .category-link,
[data-layout-mode="dark"] .service-category.template-1 .category-link,
[data-layout-mode="dark"] .blog-post.template-1 .category-link,
[data-layout-mode="dark"] .blog-post.template-2 .category-link {
    background-color: #ffffff;
    color: #101214;
}

.service-card .category-link,
.service-category.template-1 .category-link,
.blog-post.template-1 .category-link,
.blog-post.template-2 .category-link {
    background-color: #101214;
    color: #ffffff;
}

.service-card .category-link,
.service-category.template-1 .category-link,
.blog-post.template-1 .category-link,
.blog-post.template-2 .category-link {
    border-radius: 2px;
    padding: 1px 8px;
    font-weight: 500;
    transition: all 0.3s ease-in-out;
    font-size: 12px;
}

[data-layout-mode="dark"] .service-card .category-link:hover,
[data-layout-mode="dark"] .service-category.template-1 .category-link:hover,
[data-layout-mode="dark"] .blog-post.template-1 .category-link:hover,
[data-layout-mode="dark"] .blog-post.template-2 .category-link:hover {
    background-color: #7a7a7a;
    color: #ffffff;
}
.service-card .category-link:hover,
.service-category.template-1 .category-link:hover,
.blog-post.template-1 .category-link:hover,
.blog-post.template-2 .category-link:hover {
    background-color: #7a7a7a;
    color: #ffffff;
}

.service-card .category-link:hover,
.service-category.template-1 .category-link:hover,
.blog-post.template-1 .category-link:hover,
.blog-post.template-2 .category-link:hover {
    transition: all 0.3s ease-in-out;
}

/* SHARE BUTTONS CSS */

[data-layout-mode="dark"] .share-buttons a {
    color: #ffffff;
}

.share-buttons a {
    color: #000000;
}

.share-buttons a {
    font-size: 22px;
    margin: 4px 0;
    display: block;
    text-align: center;
    transition: color 0.2s;
}

/* Hover brand colors */
.share-buttons a.facebook:hover {
    color: #1877f2; /* Facebook blue */
}

.share-buttons a.twitter:hover {
    color: #1da1f2; /* Twitter/X blue */
}

.share-buttons a.pinterest:hover {
    color: #e60023; /* Pinterest red */
}

.share-buttons a.whatsapp:hover {
    color: #25d366; /* WhatsApp green */
}

.share-buttons a.linkedin:hover {
    color: #0077b5; /* LinkedIn blue */
}

/* POST CONTENT */
[data-layout-mode="dark"] .post-content {
    color: white !important;
}

.post-content {
    color: #000 !important;
}

/* Override inline or embedded black text styles */
[data-layout-mode="dark"] .post-content * {
    color: white !important;
    line-height: 1.5;
}

.post-content * {
    color: #000 !important;
    line-height: 1.5;
}

/* Optional: catch common "black" values */
[data-layout-mode="dark"] .post-content *[style*="color:#000"] {
    color: white !important;
}
.post-content *[style*="color:#000"] {
    color: #000 !important;
}

[data-layout-mode="dark"] .post-content *[style*="color:#fff"] {
    color: #fff !important;
}
.post-content *[style*="color:#fff"] {
    color: #000 !important;
}

[data-layout-mode="dark"] .post-content *[style*="color:#000000"] {
    color: #fff !important;
}
.post-content *[style*="color:#000000"] {
    color: #000 !important;
}

[data-layout-mode="dark"] .post-content *[style*="color:rgb(0,0,0)"] {
    color: #fff !important;
}
.post-content *[style*="color:rgb(0,0,0)"] {
    color: #000 !important;
}

[data-layout-mode="dark"] .post-content *[style*="color:black"] {
    color: #fff !important;
}

.post-content *[style*="color:black"] {
    color: #000 !important;
}

.post-content h6,
.post-content .h6,
.post-content h5,
.post-content .h5,
.post-content h4,
.post-content .h4,
.post-content h3,
.post-content .h3,
.post-content h2,
.post-content .h2,
.post-content h1,
.post-content .h1 {
    margin-bottom: 1.25rem !important;
}

.post-content h1:not(:first-child),
.post-content .h1:not(:first-child),
.post-content h2:not(:first-child),
.post-content .h2:not(:first-child),
.post-content h3:not(:first-child),
.post-content .h3:not(:first-child),
.post-content h4:not(:first-child),
.post-content .h4:not(:first-child),
.post-content h5:not(:first-child),
.post-content .h5:not(:first-child),
.post-content h6:not(:first-child),
.post-content .h6:not(:first-child) {
    margin-top: 2.5rem !important;
}

.post-content ol li:not(:last-child),
.post-content ul li:not(:last-child) {
    margin-bottom: 0.75rem !important;
}

.post-content ol li[data-list="bullet"] {
    list-style-type: disc !important;
}

.post-content ol li.ql-indent-1 {
    margin-left: 2rem;
}

.post-content ol li[data-list="bullet"].ql-indent-1 {
    list-style: circle !important;
}

[data-layout-mode="dark"] .post-content table tr:first-child {
    background-color: #292929;
}

.post-content table tr:first-child {
    background-color: #ebebeb;
}

.post-content table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 1rem;
    margin-top: 1.5rem;
}

.post-content table td.ql-align-center {
    text-align: center;
}

.post-content table td,
.post-content table th {
    padding: 0.75rem;
    border: 1px solid #ddd;
    text-align: left;
}

.post-content ol,
.post-content ul,
.post-content p,
.post-content li,
.post-content blockquote,
.post-content pre,
.post-content code,
.post-content table,
.post-content th,
.post-content td,
.post-content span,
.post-content div {
    font-size: 14px;
}
.prev-next-buttons {
    position: fixed;
    top: calc(50% - 200px);
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
    z-index: 1000;
    height: 400px;
    pointer-events: none; /* allows child buttons to control interactivity */
}

.prev-next-buttons .btn {
    writing-mode: vertical-rl;
    font-weight: bold;
    background: transparent;
    border: none !important;
    color: #fff;
    text-decoration: none !important;
    display: flex;
    padding: 0 !important;
    gap: 10px;
    align-items: center;
    transition: transform 0.5s ease, opacity 0.5s ease;
    opacity: 0;
    pointer-events: none;
}

.prev-next-buttons .btn .text {
    font-size: 26px;
    color: #c7c7c7;
    text-transform: capitalize !important;
    line-height: 1;
    transform: rotate(180deg);
}

[data-layout-mode="dark"] .prev-next-buttons .btn .text {
    color: #7a7a7a;
}

.prev-next-buttons .btn .post-name {
    text-transform: capitalize;
    font-weight: 500;
    text-align: left;
    font-size: 11.5px;
    transform: rotate(180deg);
}

/* Initial off-screen positions */
.prev-next-buttons .prev-btn {
    transform: translateX(-100%);
}

.prev-next-buttons .next-btn {
    transform: translateX(100%);
}

/* When active, slide into place */
.prev-next-buttons.active .prev-btn,
.prev-next-buttons.active .next-btn {
    transform: translateX(0);
    opacity: 1;
    pointer-events: auto;
}

.opacity-0 {
    opacity: 0;
}

.opacity-100 {
    opacity: 1;
}

.blog .bfs {
    text-transform: uppercase !important;
    letter-spacing: 1.5px !important;
    padding-top: 14px !important;
    padding-bottom: 14px !important;
}

.btn {
    transition: all 0.3s !important;
}

.btn:hover {
    transition: all 0.3s !important;
}

#animated-globe-container {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1; /* Ensure it stays behind other content */
    opacity: 0.5;
}

.animated-globe-section {
    /* height: 100dvh; */
    position: relative;
    overflow: hidden;
}

.pt-70px {
    padding-top: 70px !important;
}

.border-success {
    border-color: #008c45 !important;
}

/* SERVICE CARD CSS */
.service-card .card-img-top {
    height: 250px;
    object-fit: contain;
    background-color: #383838;
}

.price-card,
.service-card .text-muted {
    color: #606060 !important;
}

[data-layout-mode="dark"] .price-card,
[data-layout-mode="dark"] .service-card .text-muted {
    color: #c3c3c3 !important;
}

.service-card .img-container {
    overflow: hidden;
}

.service-card img {
    transition: transform 0.3s ease-in-out;
}

.service-card:hover img {
    transform: scale(1.05);
    transition: transform 0.3s ease-in-out;
}

.service-card .card-body {
    overflow: hidden;
}

.service-card:hover .card-border-left-initial {
    bottom: 100%;
}

.service-card:hover .card-border-left-secondary {
    bottom: 0;
}

.service-card .card-border-left-initial {
    height: 100%;
    background: #008c45;
    width: 4px;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.3s ease-in-out;
}

.service-card .card-border-left-secondary {
    height: 100%;
    width: 4px;
    position: absolute;
    left: 0;
    bottom: -100%;
    transition: all 0.3s ease-in-out;
    background: linear-gradient(
        to bottom,
        #008c45 33.33%,
        #ffffff 33.33% 66.66%,
        #ce2b37 66.66%
    );
}

.overflow-auto {
    overflow: auto !important;
}

/* LOADING CSSS */
.loading-text {
    position: absolute;
    top: calc(50% + 10px);
    left: 50%;
    transform: translateX(-50%);
    font-size: 13px;
    color: #fff;
    font-weight: 400;
    letter-spacing: 3px;
}

.loader-title {
    position: absolute;
    top: calc(50% + 30px);
    left: 50%;
    transform: translateX(-50%);
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    width: 100%;
}

.loader {
    transform: rotateZ(45deg);
    perspective: 1000px;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    color: #fff;
    position: absolute;
    top: calc(50% - 60px);
    left: calc(50% - 30px);
}

.loader:before,
.loader:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: inherit;
    height: inherit;
    border-radius: 50%;
    transform: rotateX(70deg);
    animation: 1s spin linear infinite;
}

.loader:after {
    color: #0464f6;
    transform: rotateY(70deg);
    animation-delay: 0.4s;
}

@keyframes rotate {
    0% {
        transform: translate(-50%, -50%) rotateZ(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotateZ(360deg);
    }
}

@keyframes rotateccw {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(-360deg);
    }
}

@keyframes spin {
    0%,
    100% {
        box-shadow: 0.2em 0px 0 0px currentcolor;
    }

    12% {
        box-shadow: 0.2em 0.2em 0 0 currentcolor;
    }

    25% {
        box-shadow: 0 0.2em 0 0px currentcolor;
    }

    37% {
        box-shadow: -0.2em 0.2em 0 0 currentcolor;
    }

    50% {
        box-shadow: -0.2em 0 0 0 currentcolor;
    }

    62% {
        box-shadow: -0.2em -0.2em 0 0 currentcolor;
    }

    75% {
        box-shadow: 0px -0.2em 0 0 currentcolor;
    }

    87% {
        box-shadow: 0.2em -0.2em 0 0 currentcolor;
    }
}

.loader-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100dvh;
    z-index: 999999;
    overflow: hidden;
    background-color: #101214;
}

.mt-6 {
    margin-top: 4rem !important;
}

/* LANGUAGE CSS */
.language-switch .btn {
    color: #fff;
    background-color: transparent !important;
    text-transform: capitalize !important;
    padding: 0px 4px;
}

.language-switch .btn:hover {
    background-color: transparent !important;
    color: #cfcfcf !important;
}

.language-switch a img,
.language-switch .btn img {
    width: 21px;
    height: 14px;
    margin-right: 5px;
}

.language-switch .dropdown-menu {
    border-radius: 0px !important;
}

.video-content .video-poster {
    aspect-ratio: 16/9;
}

.video-content iframe {
    transition: opacity 1s ease;
    aspect-ratio: 16/9;
}

.translate-x-center {
    transform: translateX(-50%);
}

.post-content a {
    transition: all 0.3s ease-in-out;
}

.post-content a:hover {
    opacity: 0.6;
    transition: all 0.3s ease-in-out;
}

/* CLIENT DASHBOARD CSS */
.client-dashboard .glass-background {
    background: rgba(0, 0, 0, 0.45);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(6.4px);
    -webkit-backdrop-filter: blur(6.4px);
}

.lh-12 {
    line-height: 12px !important;
}

.custom-pt {
    padding-top: 140px !important;
}

.cd-nav-link {
    display: block;
    padding: 6px 12px;
    border-radius: 15px;
    transition: all 0.3s ease-in-out;
}

.cd-nav-link.active,
.cd-nav-link:hover {
    background-color: #0000004b !important;
}

.cd-nav-link.active {
    color: #fff !important ;
}

body {
    user-select: none;
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+/Edge */
}

.display-8,
.language-switch .dropdown-item {
    color: #000 !important;
}

[data-layout-mode="dark"] .display-8,
[data-layout-mode="dark"] .language-switch .dropdown-item {
    color: #fff !important;
}

.language-switch .dropdown-item:hover {
    background-color: #e9e9e9 !important;
}

[data-layout-mode="dark"] .language-switch .dropdown-item:hover {
    background-color: #f3f6f9 !important;
}

.price-card,
.service-card .bg-light {
    background-color: #e1e1e1 !important;
}

[data-layout-mode="dark"] .price-card,
[data-layout-mode="dark"] .service-card .bg-light {
    background-color: rgb(42, 47, 52) !important;
}

.hero.home .title {
    font-size: 40px;
}

.custom-height-1 {
    height: 95dvh;
}

.custom-height-2 {
    height: 80dvh;
}

.hero .description {
    font-size: 16px;
}

.ls-1px {
    letter-spacing: 1px !important;
}

.blog-main-content .video-content {
    aspect-ratio: 16/9;
    min-height: 350px;
}

.navbar-custom label {
    cursor: pointer;
}

.navbar-header {
    background-color: transparent !important;
}

/* Media Query */
@media (max-width: 767.98px) {
    .custom-height-1 {
        height: 85dvh;
    }

    .custom-height-2 {
        height: 70dvh;
    }

    .absolute-header {
        top: 0px;
        padding: 10px;
    }

    .absolute-header.header-sticky {
        padding: 10px !important;
    }

    .hero .title,
    .hero.home .title {
        font-size: 32px !important;
    }

    .hero .description {
        font-size: 15px;
    }

    .read-more-text {
        opacity: 1 !important;
        max-width: 100px !important;
        transform: translateX(0) !important;
    }

    .read-more-link {
        gap: 6px !important;
        width: 100% !important;
        justify-content: center !important;
    }

    .read-more-icon {
        transform: translateX(4px) !important;
    }

    .scroll-to-top {
        bottom: 15px !important;
        right: 15px !important;
    }

    #downloadModal {
        top: 85px;
    }

    .blog-main-content .video-content {
        min-height: 100% !important;
    }

    .custom-pt {
        padding-top: 60px !important;
    }

    .logo span.logo-lg {
        display: block !important;
    }

    .navbar-brand-box {
        display: block !important;
    }

    [data-layout-mode="dark"] .light-mode-switch-label {
        display: none !important;
    }

    [data-layout-mode="dark"] .dark-mode-switch-label {
        display: block !important;
    }

    .light-mode-switch-label {
        display: block !important;
    }

    .dark-mode-switch-label {
        display: none !important;
    }

    .navbar-toggler {
        padding-left: 0px !important;
    }

    #searchOverlay {
        top: 80px !important;
    }

    .hide-mobile {
        display: none !important;
    }

    .search-form-container {
        padding-top: 28px;
    }

    #searchOverlay .search-link,
    #searchOverlay .title {
        font-size: 16px !important;
    }

    #nav-side-bar {
        top: 0;
        left: 0;
        height: 100%;
        width: 80%;
        max-width: 300px;
        background-color: #fff;
        z-index: 1050;
        transform: translateX(-100%);
        transition: transform 0.3s ease-in-out;
        box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1);
        overflow-y: auto;
        display: block !important;
    }

    [data-layout-mode="dark"] #nav-side-bar {
        background-color: #1d1d1d !important;
    }

    #nav-side-bar.open {
        transform: translateX(0);
    }

    #nav-side-bar-backdrop {
        position: fixed;
        top: 0;
        left: 0;
        height: 100vh;
        width: 100vw;
        background: rgba(0, 0, 0, 0.4);
        z-index: 1049;
        display: none;
    }
    #nav-side-bar-backdrop.show {
        display: block !important;
    }

    #nav-side-bar .border-column {
        border-bottom: 1px solid #e7e7e7;
    }

    [data-layout-mode="dark"] #nav-side-bar .border-column {
        border-bottom: 1px solid #414141;
    }

    #nav-side-bar .navbar-nav .nav-link {
        display: inline-block;
        color: #000;
        font-weight: 500;
        font-size: 15px;
        transition: all 0.3s ease-in-out;
        margin-bottom: 6px;
    }

    [data-layout-mode="dark"] #nav-side-bar .navbar-nav .nav-link {
        color: #fff !important;
    }

    #nav-side-bar .navbar-nav .nav-link:hover {
        color: #6e6e6e !important;
        transition: all 0.3s ease-in-out;
    }
    [data-layout-mode="dark"] #nav-side-bar .navbar-nav .nav-link:hover {
        color: #cccccc !important;
    }

    [data-layout-mode="dark"] .language-switch .btn {
        color: #fff !important;
    }

    [data-layout-mode="dark"] #nav-side-bar .language-switch .btn:hover {
        color: #afafaf !important;
    }

    #nav-side-bar .language-switch .btn {
        color: #000;
    }

    #nav-side-bar .language-switch .btn:hover {
        color: #6e6e6e !important;
    }
}

@media (min-width: 992px) {
    .w-lg-75 {
        width: 75% !important;
    }
    .w-lg-fit {
        width: fit-content !important;
    }
}
