* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}
html{
    overflow-x: hidden;
}

::-webkit-scrollbar {
    width: 6px
}

::-webkit-scrollbar-track {
    background: #0a0a0a
}

::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 3px
}

.hdr-top-accent-line,
.ftr-top-accent-line {
    background: linear-gradient(90deg, transparent, #ff6b2b, #e63946, transparent);
    height: 2px
}

.hdr-cta-btn,
.hero-cta-btn,
.ftr-cta-btn,
.section-cta-btn {
    /* background: linear-gradient(135deg, #ff6b2b 0%, #e63946 50%, #ff6b2b 100%); */
    background: #e73b25;
    background-size: 200% 200%;
    transition: all .3s;
    cursor: pointer
}

.hdr-cta-btn:hover,
.hero-cta-btn:hover,
.ftr-cta-btn:hover,
.section-cta-btn:hover {
    background-position: 100% 100%;
    box-shadow: 0 0 25px rgba(255, 107, 43, .5), 0 0 50px rgba(230, 57, 70, .2), 0 8px 32px rgba(255, 107, 43, .3);
    transform: translateY(-1px)
}

.hdr-cta-btn:active,
.hero-cta-btn:active,
.ftr-cta-btn:active,
.section-cta-btn:active {
    transform: translateY(0) scale(.98)
}

.hdr-nav-link {
    position: relative;
    color: #424242;
    transition: color .2s
}

.hdr-nav-link::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 50%;
    width: 0;
    height: 2px;
    background: #FF6B2B;
    transform: translateX(-50%);
    transition: width .3s cubic-bezier(.16, 1, .3, 1);
    border-radius: 1px
}

.hdr-nav-link:hover::after,
.hdr-nav-link.hdr-active::after {
    width: 100%
}

.hdr-nav-link:hover,
.hdr-nav-link.hdr-active {
    color: #212121
}

.hdr-mega-menu {
    background: rgba(255, 255, 255, .92);
    backdrop-filter: blur(24px) saturate(1.4);
    -webkit-backdrop-filter: blur(24px) saturate(1.4);
    border: 1px solid rgba(0, 0, 0, .06);
    box-shadow: 0 25px 60px rgba(0, 0, 0, .12), 0 4px 16px rgba(0, 0, 0, .06)
}

.hdr-mega-item {
    transition: all .25s;
    border-radius: 12px
}

.hdr-mega-item:hover {
    background: rgba(255, 107, 43, .04);
    transform: translateX(4px)
}

.hdr-mega-item:hover .hdr-mega-icon {
    background: rgba(255, 107, 43, .08);
    border-color: rgba(255, 107, 43, .25)
}

.hdr-mega-item:hover .hdr-mega-title {
    color: #FF6B2B
}

.hdr-sticky {
    transition: all .3s
}

.hdr-sticky.hdr-scrolled {
    box-shadow: 0 1px 20px rgba(0, 0, 0, .06)
}

.hdr-dropdown-chevron {
    transition: transform .3s
}

.hdr-dropdown-open .hdr-dropdown-chevron {
    transform: rotate(180deg)
}

.hdr-logo-container:hover .hdr-logo-glow {
    opacity: 1
}

.hdr-logo-glow {
    opacity: 0;
    transition: opacity .4s;
    background: radial-gradient(circle, rgba(255, 107, 43, .1) 0%, transparent 70%)
}

.hdr-mobile-overlay {
    background: rgba(0, 0, 0, .4);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px)
}

.hdr-mobile-nav-link {
    transition: all .2s;
    border-radius: 8px;
    opacity: 0;
    transform: translateX(20px);
    animation: fade-up .4s ease-out forwards
}

.hdr-mobile-nav-link:nth-child(1) {
    animation-delay: .1s
}

.hdr-mobile-nav-link:nth-child(2) {
    animation-delay: .15s
}

.hdr-mobile-nav-link:nth-child(3) {
    animation-delay: .2s
}

.hdr-mobile-nav-link:nth-child(4) {
    animation-delay: .25s
}

.hdr-mobile-nav-link:nth-child(5) {
    animation-delay: .3s
}

.hdr-mobile-nav-link:nth-child(6) {
    animation-delay: .35s
}

.hdr-mobile-nav-link:hover {
    background: rgba(255, 255, 255, .04);
    padding-left: 24px
}

.hdr-mobile-nav-link:hover .hdr-mlt {
    color: #ff6b2b
}

.hero-media-layer {
    position: absolute;
    inset: 0;
    overflow: hidden
}

.hero-video-wrap {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%
}

.hero-video-wrap video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    object-fit: cover
}

.hero-poster {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 1.5s ease;
    will-change: opacity
}

.hero-hidden-poster {
    opacity: 0;
    pointer-events: none
}

.hero-gradients {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(to top, rgba(5, 5, 5, .92) 0%, rgba(5, 5, 5, .55) 35%, rgba(5, 5, 5, .25) 65%, rgba(5, 5, 5, .35) 100%), linear-gradient(to right, rgba(5, 5, 5, .45) 0%, transparent 45%, transparent 55%, rgba(5, 5, 5, .45) 100%)
}

/* .hero-stagger-1 {
    animation-delay: .1s;
    opacity: 0
} */

/* .hero-stagger-2 {
    animation-delay: .2s;
    opacity: 0
} */

/* .hero-stagger-3 {
    animation-delay: .3s;
    opacity: 0
} */

/* .hero-stagger-4 {
    animation-delay: .4s;
    opacity: 0
} */

/* .hero-stagger-5 {
    animation-delay: .5s;
    opacity: 0
} */

.trust-brand-logo {
    filter: grayscale(1) brightness(.55);
    transition: all .3s
}

.trust-brand-logo:hover {
    filter: grayscale(0) brightness(1)
}

.about-section {
    position: relative;
    background-color: #fff;
    overflow: hidden
}

.about-img-wrap {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, .12)
}

.about-img-wrap::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(10, 10, 10, .3), transparent 60%);
    z-index: 1
}

.about-accent-box {
    position: absolute;
    bottom: -16px;
    right: -16px;
    width: 60%;
    height: 60%;
    border: 2px solid rgba(255, 107, 43, .12);
    border-radius: 20px;
    z-index: -1
}

.service-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 20px;
    overflow: hidden;
    transition: all .4s cubic-bezier(.16, 1, .3, 1)
}

.service-card:hover {
    border-color: rgba(255, 107, 43, .25);
    box-shadow: 0 20px 40px rgba(0, 0, 0, .06);
    transform: translateY(-6px)
}

.service-card:hover .service-card-img img {
    transform: scale(1.06)
}

.service-card-img {
    overflow: hidden
}

.service-card-img img {
    transition: transform .6s cubic-bezier(.16, 1, .3, 1)
}

.portfolio-section {
    position: relative;
    background-color: #fff;
    overflow: hidden
}

.portfolio-card {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    cursor: pointer
}

.portfolio-card img {
    transition: transform .6s cubic-bezier(.16, 1, .3, 1)
}

.portfolio-card:hover img {
    transform: scale(1.08)
}

.portfolio-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, .7) 0%, rgba(0, 0, 0, .1) 50%, transparent 100%);
    transition: all .4s
}

.portfolio-card:hover .portfolio-overlay {
    background: linear-gradient(to top, rgba(0, 0, 0, .8) 0%, rgba(0, 0, 0, .2) 50%, rgba(0, 0, 0, .05) 100%)
}

.portfolio-tag {
    background: rgba(255, 107, 43, .9);
    padding: 3px 10px;
    border-radius: 6px;
    font-size: 10px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .08em
}

.blog-section {
    position: relative;
    background-color: #f5f5f5;
    overflow: hidden
}

.blog-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 16px;
    overflow: hidden;
    transition: all .3s ease
}

.blog-card:hover {
    border-color: rgba(255, 107, 43, .2);
    box-shadow: 0 16px 40px rgba(0, 0, 0, .06);
    transform: translateY(-4px)
}

.blog-card:hover .blog-card-img img {
    transform: scale(1.06)
}

.blog-card-img {
    overflow: hidden
}

.blog-card-img img {
    transition: transform .5s cubic-bezier(.16, 1, .3, 1)
}

.blog-category-tag {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .08em;
    background: #fff5f0;
    color: #FF6B2B
}

.section-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 14px;
    border-radius: 999px;
    border: 1px solid rgba(255, 107, 43, .2);
    background: rgba(255, 107, 43, .05);
    margin-bottom: 20px
}

.section-badge span:first-child {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #FF6B2B
}

.section-badge span:last-child {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .12em;
    color: #FF6B2B
}

.ntest-section {
    position: relative;
    background: #fff;
    overflow: hidden
}

.ntest-card {
    background: #fafafa;
    border: 1px solid #f0f0f0;
    border-radius: 16px;
    padding: 28px;
    transition: all .35s ease;
    position: relative
}

.ntest-card:hover {
    border-color: rgba(255, 107, 43, .2);
    box-shadow: 0 16px 40px rgba(0, 0, 0, .06);
    transform: translateY(-4px);
    background: #fff
}

.ntest-card:hover .ntest-quote-icon {
    color: rgba(255, 107, 43, .15)
}

.ntest-stars {
    display: flex;
    gap: 2px;
    margin-bottom: 16px
}

.ntest-star {
    color: #FF6B2B
}

.ntest-quote-icon {
    color: rgba(255, 107, 43, .08);
    transition: color .3s
}

.ntest-avatar {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    object-fit: cover;
    border: 2px solid #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .08)
}

.vtest-section {
    position: relative;
    background: #0a0a0a;
    overflow: hidden
}

.vtest-card {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    cursor: pointer
}

.vtest-card img {
    transition: transform .5s cubic-bezier(.16, 1, .3, 1)
}

.vtest-card:hover img {
    transform: scale(1.06)
}

.vtest-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: rgba(255, 107, 43, .9);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s;
    z-index: 5;
    border: none;
    cursor: pointer
}

.vtest-card:hover .vtest-play-btn {
    background: #FF6B2B;
    transform: translate(-50%, -50%) scale(1.12);
    box-shadow: 0 0 30px rgba(255, 107, 43, .5)
}

.vtest-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, .7) 0%, rgba(0, 0, 0, .1) 50%, transparent 100%);
    z-index: 3
}

.vtest-info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    z-index: 4
}

.vtest-duration {
    position: absolute;
    top: 12px;
    right: 12px;
    background: rgba(0, 0, 0, .6);
    backdrop-filter: blur(4px);
    padding: 3px 8px;
    border-radius: 6px;
    font-size: 11px;
    font-weight: 600;
    color: #fff;
    z-index: 5
}

.vmodal-overlay {
    position: fixed;
    inset: 0;
    z-index: 9998;
    background: rgba(0, 0, 0, .88);
    backdrop-filter: blur(8px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s, visibility .3s
}

.vmodal-overlay.vmodal-active {
    opacity: 1;
    visibility: visible
}

.vmodal-container {
    background: #000;
    border-radius: 16px;
    overflow: hidden;
    width: 100%;
    max-width: 800px;
    aspect-ratio: 16/9;
    position: relative;
    transform: scale(.92);
    transition: transform .3s cubic-bezier(.16, 1, .3, 1)
}

.vmodal-overlay.vmodal-active .vmodal-container {
    transform: scale(1)
}

.vmodal-close {
    position: absolute;
    top: -44px;
    right: 0;
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: rgba(255, 255, 255, .1);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background .2s;
    z-index: 10;
    border: none
}

.vmodal-close:hover {
    background: rgba(255, 255, 255, .2)
}

.loc-section {
    position: relative;
    background: #f5f5f5;
    overflow: hidden
}

.loc-map-wrap {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, .08);
    border: 1px solid #eee
}

.loc-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 16px;
    padding: 22px;
    transition: all .3s ease
}

.loc-card:hover {
    border-color: rgba(255, 107, 43, .2);
    box-shadow: 0 8px 24px rgba(0, 0, 0, .06);
    transform: translateY(-2px)
}

.loc-icon-wrap {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: rgba(255, 107, 43, .08);
    border: 1px solid rgba(255, 107, 43, .15);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.faq-section {
    position: relative;
    background: #fff;
    overflow: hidden
}

.faq-item {
    border: 1px solid #eee;
    border-radius: 14px;
    overflow: hidden;
    transition: all .3s ease;
    background: #fafafa
}

.faq-item:hover {
    border-color: rgba(255, 107, 43, .15)
}

.faq-item.faq-active {
    border-color: rgba(255, 107, 43, .25);
    background: #fff;
    box-shadow: 0 4px 16px rgba(255, 107, 43, .06)
}

.faq-btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 20px;
    text-align: left;
    cursor: pointer;
    transition: all .2s;
    background: none;
    border: none;
    font-family: inherit
}

.faq-btn:hover {
    background: rgba(255, 107, 43, .02)
}

.faq-question {
    font-size: 15px;
    font-weight: 600;
    color: #212121;
    padding-right: 16px
}

.faq-item.faq-active .faq-question {
    color: #FF6B2B
}

.faq-icon {
    width: 28px;
    height: 28px;
    border-radius: 8px;
    background: rgba(255, 107, 43, .08);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all .3s
}

.faq-item.faq-active .faq-icon {
    background: rgba(255, 107, 43, .15);
    transform: rotate(45deg)
}

.faq-answer-wrap {
    max-height: 0;
    overflow: hidden;
    transition: max-height .35s cubic-bezier(.16, 1, .3, 1)
}

.faq-answer {
    padding: 0 20px 18px;
    font-size: 14px;
    color: #757575;
    line-height: 1.7
}

.cform-section {
    position: relative;
    background: #f5f5f5;
    overflow: hidden
}

.cform-form-wrap {
    background: #fff;
    border-radius: 20px;
    padding: 11px;
    box-shadow: 0 16px 40px rgba(0, 0, 0, .06);
    border: 1px solid #eee
}

.cform-input {
    width: 100%;
    padding: 12px 16px;
    border-radius: 10px;
    border: 1px solid #e5e7eb;
    background: #fafafa;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    color: #212121;
    transition: all .2s
}

.cform-input:focus {
    outline: none;
    border-color: #FF6B2B;
    box-shadow: 0 0 0 3px rgba(255, 107, 43, .15);
    background: #fff
}

.cform-input::placeholder {
    color: #9ca3af
}

.cform-label {
    display: block;
    font-size: 12px;
    font-weight: 600;
    color: #616161;
    text-transform: uppercase;
    letter-spacing: .05em;
    margin-bottom: 6px
}

.cform-info-card {
    background: #fff;
    border-radius: 16px;
    padding: 22px;
    border: 1px solid #eee;
    transition: all .3s;
    display: flex;
    align-items: flex-start;
    gap: 14px
}

.cform-info-card:hover {
    border-color: rgba(255, 107, 43, .2);
    box-shadow: 0 8px 24px rgba(0, 0, 0, .06)
}

.cform-info-icon {
    width: 42px;
    height: 42px;
    border-radius: 10px;
    background: rgba(255, 107, 43, .08);
    border: 1px solid rgba(255, 107, 43, .15);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.cform-status-ok {
    color: #16a34a;
    font-size: 13px;
    margin-top: 8px;
    display: block
}

.cform-status-err {
    color: #dc2626;
    font-size: 13px;
    margin-top: 8px;
    display: block
}

.cform-status-hidden {
    display: none
}

.ftr-link {
    transition: all .2s;
    border-radius: 4px
}

.ftr-link:hover {
    color: #ff6b2b;
    transform: translateX(3px)
}

.btt-btn {
    /* background: linear-gradient(135deg, #ff6b2b 0%, #e63946 50%, #ff6b2b 100%); */
    background: linear-gradient(135deg, #e73b25 0%, #e63946 50%, #e73b25 100%);

    background-size: 200% 200%;
    transition: all .3s;
    transform: translateY(20px);
    opacity: 0;
    pointer-events: none
}

.btt-btn:hover {
    background-position: 100% 100%;
    box-shadow: 0 0 25px rgba(255, 107, 43, .5), 0 0 50px rgba(230, 57, 70, .2), 0 8px 32px rgba(255, 107, 43, .3);
    transform: translateY(-3px) scale(1.05)
}

.btt-btn:active {
    transform: translateY(0) scale(.98)
}

.btt-btn.btt-visible {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0)
}

.pop-overlay {
    position: fixed;
    inset: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, .6);
    backdrop-filter: blur(8px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s, visibility .3s
}

.pop-overlay.pop-active {
    opacity: 1;
    visibility: visible
}

.pop-container {
    background: #fff;
    border-radius: 20px;
    padding: 32px;
    width: 100%;
    max-width: 480px;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, .25);
    transform: scale(.95) translateY(10px);
    transition: transform .3s cubic-bezier(.16, 1, .3, 1)
}

.pop-overlay.pop-active .pop-container {
    transform: scale(1) translateY(0)
}

.pop-input {
    width: 100%;
    padding: 10px 14px;
    border-radius: 10px;
    border: 1px solid #e5e7eb;
    background: #f9fafb;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    color: #212121;
    transition: all .2s
}

.pop-input:focus {
    outline: none;
    border-color: #FF6B2B;
    box-shadow: 0 0 0 3px rgba(255, 107, 43, .15);
    background: #fff
}

.pop-input::placeholder {
    color: #9ca3af
}

.pop-status-ok {
    color: #16a34a;
    font-size: 13px;
    margin-top: 8px;
    display: block
}

.pop-status-err {
    color: #dc2626;
    font-size: 13px;
    margin-top: 8px;
    display: block
}

.pop-status-hidden {
    display: none
}

@media(prefers-reduced-motion:reduce) {
    .hero-video-wrap video {
        transition: none
    }
}


/* CKEDITOR DESIGN SYSTEM — Clean & Readable Content */


.ckeditoredesign {
    font-family: 'Inter', sans-serif;
    font-size: 17px;
    line-height: 1.8;
    color: #374151;
    letter-spacing: -0.01em;
}

/* ── HEADINGS ── */
.ckeditoredesign h1 {
    font-size: 2.25rem;
    font-weight: 800;
    color: #111827;
    margin-top: 3rem;
    margin-bottom: 1.25rem;
    line-height: 1.2;
    letter-spacing: -0.025em;
    scroll-margin-top: 100px;
}

.ckeditoredesign h2 {
    font-size: 1.75rem;
    font-weight: 700;
    color: #111827;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
    line-height: 1.25;
    letter-spacing: -0.02em;
    padding-bottom: 0.75rem;
    border-bottom: 2px solid #f3f4f6;
    scroll-margin-top: 100px;
}

.ckeditoredesign h3 {
    font-size: 1.375rem;
    font-weight: 700;
    color: #1f2937;
    margin-top: 2rem;
    margin-bottom: 0.875rem;
    line-height: 1.3;
    scroll-margin-top: 100px;
}

.ckeditoredesign h4 {
    font-size: 1.125rem;
    font-weight: 600;
    color: #1f2937;
    margin-top: 1.75rem;
    margin-bottom: 0.75rem;
    line-height: 1.4;
}

.ckeditoredesign h5 {
    font-size: 1rem;
    font-weight: 600;
    color: #374151;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
}

.ckeditoredesign h6 {
    font-size: 0.875rem;
    font-weight: 600;
    color: #6b7280;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

/* First heading should not have top margin */
.ckeditoredesign>h1:first-child,
.ckeditoredesign>h2:first-child,
.ckeditoredesign>h3:first-child {
    margin-top: 0;
}

/* ── PARAGRAPHS ── */
.ckeditoredesign p {
    margin-bottom: 1.25rem;
}

/* ── LINKS ── */
.ckeditoredesign a {
    color: #FF6B2B;
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px;
    transition: all 0.2s ease;
}

.ckeditoredesign a:hover {
    color: #E63946;
    text-decoration-thickness: 2px;
}

/* ── LISTS ── */
.ckeditoredesign ul {
    list-style: none;
    margin-bottom: 1.25rem;
    padding-left: 0;
}

.ckeditoredesign ul li {
    position: relative;
    padding-left: 1.75rem;
    margin-bottom: 0.625rem;
}

.ckeditoredesign ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.65em;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: linear-gradient(135deg, #FF6B2B, #E63946);
}

.ckeditoredesign ol {
    list-style: none;
    counter-reset: ck-counter;
    margin-bottom: 1.25rem;
    padding-left: 0;
}

.ckeditoredesign ol li {
    position: relative;
    padding-left: 2.25rem;
    margin-bottom: 0.625rem;
    counter-increment: ck-counter;
}

.ckeditoredesign ol li::before {
    content: counter(ck-counter);
    position: absolute;
    left: 0;
    top: 0.15em;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 8px;
    background: linear-gradient(135deg, #FF6B2B, #E63946);
    color: #fff;
    font-size: 0.75rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.ckeditoredesign li>ul,
.ckeditoredesign li>ol {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

/* ── BLOCKQUOTE ── */
.ckeditoredesign blockquote {
    position: relative;
    margin: 2rem 0;
    padding: 1.5rem 1.75rem 1.5rem 2rem;
    background: linear-gradient(135deg, #fff7ed, #fff1f2);
    border-radius: 16px;
    border-left: 4px solid #FF6B2B;
    font-style: italic;
    color: #374151;
}

.ckeditoredesign blockquote p {
    margin-bottom: 0.5rem;
}

.ckeditoredesign blockquote p:last-child {
    margin-bottom: 0;
}

/* ── IMAGES ── */
.ckeditoredesign img {
    max-width: 100%;
    height: auto;
    border-radius: 16px;
    margin: 2rem auto;
    display: block;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.ckeditoredesign figure {
    margin: 2rem 0;
}

.ckeditoredesign figure img {
    margin: 0;
}

.ckeditoredesign figcaption {
    text-align: center;
    font-size: 0.875rem;
    color: #9ca3af;
    margin-top: 0.75rem;
    font-style: italic;
}

/* ── TABLES ── */
.ckeditoredesign table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    margin: 2rem 0;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #e5e7eb;
    font-size: 0.9375rem;
}

.ckeditoredesign thead {
    background: linear-gradient(135deg, #f9fafb, #f3f4f6);
}

.ckeditoredesign th {
    padding: 0.875rem 1rem;
    font-weight: 600;
    text-align: left;
    color: #374151;
    border-bottom: 2px solid #e5e7eb;
    font-size: 0.8125rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.ckeditoredesign td {
    padding: 0.875rem 1rem;
    border-bottom: 1px solid #f3f4f6;
    color: #4b5563;
}

.ckeditoredesign tbody tr:last-child td {
    border-bottom: none;
}

.ckeditoredesign tbody tr:hover {
    background-color: #fefce8;
}

/* ── CODE ── */
.ckeditoredesign code {
    background: #fef3c7;
    color: #92400e;
    padding: 0.15em 0.4em;
    border-radius: 6px;
    font-size: 0.875em;
    font-family: 'JetBrains Mono', 'Fira Code', monospace;
}

.ckeditoredesign pre {
    background: #1e1e2e;
    color: #cdd6f4;
    padding: 1.5rem;
    border-radius: 16px;
    overflow-x: auto;
    margin: 2rem 0;
    font-size: 0.875rem;
    line-height: 1.7;
    border: 1px solid #313244;
}

.ckeditoredesign pre code {
    background: none;
    color: inherit;
    padding: 0;
    border-radius: 0;
    font-size: inherit;
}

/* ── HORIZONTAL RULE ── */
.ckeditoredesign hr {
    border: none;
    height: 2px;
    background: linear-gradient(90deg, transparent, #e5e7eb, transparent);
    margin: 3rem 0;
}

/* ── IFRAMES / VIDEOS ── */
.ckeditoredesign iframe {
    max-width: 100%;
    border-radius: 16px;
    margin: 2rem 0;
}

.ckeditoredesign video {
    max-width: 100%;
    border-radius: 16px;
    margin: 2rem 0;
}

/* ── MISC ── */
.ckeditoredesign strong,
.ckeditoredesign b {
    font-weight: 700;
    color: #111827;
}

.ckeditoredesign em,
.ckeditoredesign i {
    font-style: italic;
}

.ckeditoredesign u {
    text-decoration: underline;
    text-underline-offset: 3px;
}

.ckeditoredesign sub,
.ckeditoredesign sup {
    font-size: 0.75em;
}

/* ── CKEDITOR SPECIFIC CLASSES ── */
.ckeditoredesign .image-align-center,
.ckeditoredesign .image-style-align-center {
    text-align: center;
}

.ckeditoredesign .image-align-left,
.ckeditoredesign .image-style-align-left {
    float: left;
    margin-right: 1.5rem;
    margin-top: 0.5rem;
    max-width: 50%;
}

.ckeditoredesign .image-align-right,
.ckeditoredesign .image-style-align-right {
    float: right;
    margin-left: 1.5rem;
    margin-top: 0.5rem;
    max-width: 50%;
}

.ckeditoredesign .image-style-side {
    float: right;
    margin-left: 1.5rem;
    margin-top: 0.5rem;
    max-width: 50%;
}

/* Clear floats */
.ckeditoredesign::after {
    content: "";
    display: table;
    clear: both;
}

/* ── RESPONSIVE ── */
@media (max-width: 768px) {
    .ckeditoredesign {
        font-size: 16px;
    }

    .ckeditoredesign h1 {
        font-size: 1.875rem;
    }

    .ckeditoredesign h2 {
        font-size: 1.5rem;
    }

    .ckeditoredesign h3 {
        font-size: 1.25rem;
    }

    .ckeditoredesign .image-align-left,
    .ckeditoredesign .image-align-right,
    .ckeditoredesign .image-style-align-left,
    .ckeditoredesign .image-style-align-right,
    .ckeditoredesign .image-style-side {
        float: none;
        margin-left: 0;
        margin-right: 0;
        max-width: 100%;
    }
}

/* ── PRINT ── */
@media print {
    .ckeditoredesign {
        font-size: 12pt;
        line-height: 1.6;
        color: #000;
    }

    .ckeditoredesign a {
        color: #000;
        text-decoration: underline;
    }

    .ckeditoredesign img {
        box-shadow: none;
    }
}

/* whatsapp */


/* The main button container */
.whatsapp-button {
    position: fixed;
    width: 55px;
    height: 55px;
    bottom: 20px;
    left: 20px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 28px;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    /* --- Animation --- */
    animation: pulse 2s infinite;
    transition: transform 0.2s ease-in-out;
}

/* Hover effect */
.whatsapp-button:hover {
    transform: scale(1.1);
}

/* The pulse animation */
@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgb(247 167 7);
    }

    70% {
        box-shadow: 0 0 0 12px rgba(37, 211, 102, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
    }
}

/* Styling for the SVG icon */
.whatsapp-icon {
    width: 32px;
    height: 32px;
    fill: white;
}

.d-none {
    display: none;
}

[x-cloak] {
    display: none !important;
}

.hdr-logo-container::before {
    content: "";
    position: absolute;
    height: 97%;
    width: 585px;
    background: #d6d6dd;
    z-index: -1;
    right: 0;
    top: 0;
    clip-path: polygon(0 0, 100% 0, 92% 100%, 0% 100%);
}

.hdr-logo-container::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 108%;
    background: #e73b25;
    bottom: 2px;
    /* right: -10px; */
    right: -15px;
    z-index: -1;
    /* clip-path: polygon(92% 0, 100% 0, 73% 100%, 65% 100%); */
    clip-path: polygon(92% 0, 101% 0, 84% 100%, 75% 100%);

}




  /* =========================
           BLOG PAGE
        ========================== */

        .blog-page-card-image {

            transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);

        }

        .blog-page-card:hover .blog-page-card-image {

            transform: scale(1.07);

        }

        .blog-page-read-btn {

            position: relative;
            overflow: hidden;

        }

        .blog-page-read-btn::after {

            content: '';

            position: absolute;

            left: -100%;
            top: 0;

            width: 100%;
            height: 100%;

            background: linear-gradient(
                90deg,
                transparent,
                rgba(232, 97, 26, 0.13),
                transparent
            );

            transition: left 0.4s;

        }

        .blog-page-read-btn:hover::after {

            left: 100%;

        }

        .blog-page-pagination-btn.active {

            background: #E8611A;
            color: white;
            border-color: #E8611A;

        }

        .blog-page-pagination-btn:not(.active):hover {

            border-color: #E8611A;
            color: #E8611A;

        }

        [x-cloak] {

            display: none !important;

        }

        .blog-page-stagger-1 {

            animation-delay: 0.05s;

        }

        .blog-page-stagger-2 {

            animation-delay: 0.13s;

        }

        .blog-page-stagger-3 {

            animation-delay: 0.21s;

        }

        .blog-page-stagger-4 {

            animation-delay: 0.29s;

        }

        .blog-page-stagger-5 {

            animation-delay: 0.37s;

        }

        .blog-page-stagger-6 {

            animation-delay: 0.45s;

        }
