/* ============================================
   FONTS
=============================================== */
@import url("https://fonts.googleapis.com/css2?family=Funnel+Display:wght@300..800&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Manrope:wght@200..800&display=swap");

@font-face {
    font-family: "Satoshi";
    src: url("/assets/front/fonts/Satoshi_Variable_Bold.ttf") format("truetype");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

/* ============================================
   GLOBAL
=============================================== */
:root {
    --main-bg: #0f0f10;
    --primary-color: #6366f1;
    --primary-color-gradient: linear-gradient(135deg, #6366f1 0%, #6366f1 100%);
    --jdg-footer-bg: #0a0a0a;
    --jdg-black: #0a0a0a;
    --bg-white: #ffffff;
    --jdg-dark-grey: #1a1a1a;
    --jdg-light-grey: #f5f5f5;
    --jdg-white: #ffffff;
    --jdg-body-font-family: "Manrope", sans-serif;
    --jdg-heading-font-family: "Funnel Display", sans-serif;
    --jdg-satoshi-font-family: "Satoshi", sans-serif;
    --jdg-extra-font-family: "Inter", sans-serif;
    --jdg-gray: #d4d4d8;
    --heading-text-gradient: linear-gradient(180deg,
            #ffffff 5.56%,
            rgba(15, 15, 16, 0) 105.04%);
    --jdg-btn-gradient: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    --jdg-purple-gradient: linear-gradient(143.3deg,
            #4f46e5 11.14%,
            #6366f1 88.86%);
    --jdg-green-gradient: linear-gradient(143.3deg,
            #059669 11.14%,
            #10b981 88.86%);
    --jdg-purple-green-gradient: linear-gradient(143.3deg,
            #4f46e5 11.14%,
            #10b981 88.86%);
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html,
body {
    scroll-behavior: auto;
    overflow-x: clip ;
    height: auto;
}

p,
span {
    color: var(--bg-white);
}

html,
body,
header,
footer {
    background-color: var(--main-bg) !important;
    color: var(--bg-white);
    font-family: var(--jdg-body-font-family);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--jdg-white);
    font-family: var(--jdg-heading-font-family);
}

a {
    text-decoration: none !important;
}

img {
    max-width: 100%;
    /* width: 100%; */
}

p {
    color: var(--jdg-gray);
}

section {
    padding: 75px 0px;
}


.about-page-banner.about-page-banner,
.services-page-banner.services-page-banner,
.services-inner-page-banner.services-inner-page-banner,
.work-page-banner.work-page-banner,
.book-call-page-banner.book-call-page-banner,
.life-at-jdg-page-banner.life-at-jdg-page-banner,
.blog-page-banner.blog-page-banner,
.contact-page-banner.contact-page-banner,
.work-detail-page-banner.work-detail-page-banner,
.careers-page-banner.careers-page-banner,
.work-detail-page-banner.work-detail-page-banner,
.tech-inner-page-banner.tech-inner-page-banner,
.pricing-page-banner.pricing-page-banner {
    padding-top: 220px !important;
}





.about-page-banner,
.services-page-banner,
.services-inner-page-banner,
.work-page-banner,
.book-call-page-banner,
.life-at-jdg-page-banner,
.blog-page-banner,
.contact-page-banner,
.work-detail-page-banner,
.careers-page-banner,
.work-detail-page-banner,
.tech-inner-page-banner,
.pricing-page-banner {
    position: relative;
    min-height: 679px;
    /*padding-top: 200px !important;*/
    /*min-height: 100vh;*/
    display: flex;
    align-items: end;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.book-call-page-banner {
    background-image: url("/storage/media/book-meeting-bg-img.webp");
}

.about-page-banner {
    background-image: url("/storage/media/banner-bg-img.webp");
}

.tech-inner-page-banner {
    background-image: url("/storage/media/tech-inner-banner-bg.webp");
}

.work-page-banner,
.work-detail-page-banner {
    background-image: url("/storage/media/work-bg-img.webp");
}

.blog-page-banner {
    background-image: url("/storage/media/banner-bg-img.webp");
    padding-top: 160px;
}

.services-page-banner {
    background-image: url("/storage/media/banner-bg-img.webp");
}

.services-inner-page-banner {
    background-image: url("/storage/media/banner-bg-img.webp");
}

.contact-page-banner {
    background-image: url("/storage/media/work-bg-img.webp");
}

.life-at-jdg-page-banner {
    background-image: url("/storage/media/work-bg-img.webp");
}

.careers-page-banner {
    background-image: url("/storage/media/banner-bg-img.webp");
}

.pricing-page-banner {
    background-image: url("/storage/media/banner-bg-img.webp");
}

.banner-content {
    max-width: 620px;
}

.services-inner-banner-content {
    max-width: 85%;
}

.banner-content h1 {
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 400;
    color: var(--jdg-white);
    margin-bottom: 20px;
}

.banner-content p {
    font-size: clamp(1rem, 0.8vw, 1.125rem);
    line-height: 1.7;
    color: var(--jdg-white);
    opacity: 0.6;
}

.services-inner-banner-content h1 {
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 400;
    color: var(--jdg-white);
    margin-bottom: 20px;
}

.services-inner-banner-content p {
    font-size: clamp(1rem, 0.8vw, 1.125rem);
    line-height: 1.7;
    color: var(--jdg-white);
    opacity: 0.6;
}

.section-main-title {
    font-size: clamp(2rem, 2.5vw, 3rem);
    font-weight: 400;
    color: var(--jdg-white);
    line-height: 1.25;
    margin-bottom: 35px;
}

/* Breadcrumb */
.breadcrumb {
    margin-top: 90px;
    font-size: clamp(0.75rem, 0.7vw, 0.875rem);
    color: var(--jdg-white);
}

.breadcrumb a {
    color: var(--jdg-gray);
    text-decoration: none;
}

.breadcrumb span {
    margin: 0 6px;
    color: var(--jdg-gray);
}

.breadcrumb span:last-child {
    margin: 0;
    color: var(--jdg-white);
}

/* ============================================
   BUTTON
=============================================== */
/* .jdg-btn {
    background: var(--primary-color-gradient);
    color: var(--jdg-white);
    font-family: var(--jdg-satoshi-font-family);
    font-size: 0.875rem;
    padding: 24px 28px;
    border: none;
    border-radius: 12px;
    font-weight: 900;
    letter-spacing: 1px;
    text-transform: uppercase;
    box-shadow: none;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
}

.jdg-btn:hover {
    background: var(--jdg-btn-gradient);
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(102, 126, 234, 0.4);
}

.jdg-icon-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    padding: 12px 0px;
    border-radius: 50px;
    background: transparent;
    color: var(--jdg-white);
    text-decoration: none;
    font-family: var(--jdg-heading-font-family);
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.jdg-icon-btn span {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--jdg-white);
    color: var(--jdg-black);
    font-size: 20px;
    font-weight: 300;
    display: flex;
    align-items: center;
    justify-content: center;
}


.jdg-icon-btn:hover {
    color: #6366f1;
}

.jdg-icon-btn:hover .icon-plus {
    background: var(--jdg-btn-gradient);
} */

.jdg-white-icon-btn {
    border: none;
    border-radius: 30px;
    padding: 4px 35px 4px 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    font-family: var(--jdg-heading-font-family);
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    text-transform: uppercase;
    text-decoration: none;
    color: #0a0a0a;
    background: var(--jdg-white);
}

.jdg-btn {
    position: relative;
    overflow: hidden;
    background: var(--primary-color-gradient);
    color: var(--jdg-white);
    font-family: var(--jdg-satoshi-font-family);
    font-size: 0.875rem;
    padding: 24px 28px;
    border: none;
    border-radius: 12px;
    font-weight: 900;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    /* Only transition the color/shadow/transform — NOT the glow (handled by JS) */
    transition:
        background 0.3s ease,
        transform 0.3s ease,
        box-shadow 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

.jdg-btn:hover {
    background: var(--jdg-btn-gradient);
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(102, 126, 234, 0.4);
}

/* Glow layer — position & size controlled entirely by JS */
.jdg-btn .glow {
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle closest-side,
            rgba(255, 255, 255, 0.22),
            transparent);
    transform: translate(-50%, -50%);
    pointer-events: none;
    border-radius: 50%;
    opacity: 0;
    /* Only opacity uses CSS transition for the fade in/out */
    transition: opacity 0.5s ease;
    /* position updated via JS translate for smooth lerp */
    will-change: transform, opacity;
}

.jdg-btn.hovered .glow {
    opacity: 1;
}

/* HOMEPAGE BUTTON */
.quote-btn {
    background-color: #00000033;
    margin-top: 30px;
    letter-spacing: 1px;
    display: inline-flex;
    align-items: center;
    gap: 20px;
}

/* ============================================
   404 PAGE
=============================================== */
.error-section {
    width: 100%;
    height: 100%;
    background: url("https://justdigitalgurus.com/storage/media/404-bg-img.webp") center / cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* CONTENT */
.error-content {
    text-align: center;
    color: #fff;
    position: relative;
}

/* INLINE IMAGE */
.error-img {
    max-width: 100%;
    width: 100%;
    margin: 125px 0px 0px 0px;
    object-fit: scale-down;
}

/* TEXT */
.error-content h1 {
    font-family: var(--jdg-heading-font-family);
    font-weight: 400;
    font-size: 64px;
    line-height: 100%;
    text-align: center;
    text-transform: capitalize;
    margin-bottom: 25px;
}

/* ============================================
   HEADER
=============================================== */
/* Sticky activated via JS */
.header-wrapper.is-sticky {
    position: sticky;
    top: 20px;
}

.header-wrapper {
    background-color: #ffffff0d !important;
    backdrop-filter: blur(14.5px);
    position: fixed;
    top: 20px;
    left: 40px;
    right: 40px;
    border-radius: 15px;
    padding: 10px;
    z-index: 1000;
    transform: translateY(0);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1),
        box-shadow 0.3s ease;
}

.header-wrapper.scrolled {
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.15);
}

.header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
    transition: padding 0.3s ease;
    position: relative;
}

/*.scrolled .header-content {*/
/*    padding: 15px 0;*/
/*}*/

.logo {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    transition: transform 0.3s ease;
}

.logo:hover {
    transform: scale(1.05);
}

.logo-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-text {
    font-size: clamp(1.375rem, 1.2vw, 1.625rem);
    font-weight: 700;
    background: var(--heading-text-gradient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* NAV MENU */
.nav-menu {
    display: flex;
    list-style: none;
    gap: 45px;
    margin: 0px;
}

ul.nav-menu {
    padding-left: 0;
}

.nav-menu li {
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-menu li a {
    text-decoration: none;
    color: var(--jdg-white);
    font-size:14px;
    font-family: var(--jdg-body-font-family);
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    transition: color 0.3s ease;
}

.nav-menu li a::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--jdg-btn-gradient);
    transition: width 0.3s ease;
}

.nav-menu li a:hover {
    color: #667eea;
}

.nav-menu li a:hover::after,
.nav-menu li a.active::after {
    width: 100%;
}

.nav-menu li a.active {
    color: #667eea;
}

.header-actions {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* ============================================
   MOBILE MENU TOGGLE
=============================================== */
.mobile-toggle {
    display: none;
    background: transparent;
    border: none;
    width: 45px;
    height: 45px;
    padding: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    gap: 6px;
    cursor: pointer;
}

.mobile-toggle span {
    height: 2px;
    background: var(--jdg-white);
    border-radius: 2px;
    transition: all 0.3s ease;
}

.mobile-toggle span:nth-child(1) {
    width: 28px;
}

.mobile-toggle span:nth-child(2) {
    width: 22px;
}

.mobile-toggle span:nth-child(3) {
    width: 16px;
}

.mobile-toggle.active span {
    background: #667eea;
}

.mobile-toggle.active span:nth-child(1) {
    width: 30px;
    transform: rotate(45deg) translate(4px, 4px);
}

.mobile-toggle.active span:nth-child(2) {
    opacity: 0;
    width: 0;
}

.mobile-toggle.active span:nth-child(3) {
    width: 28px;
    transform: rotate(-45deg) translate(8px, -8px);
}

/* ============================================
   DROPDOWN MENU
=============================================== */
/*.has-dropdown {*/
/*    position: relative;*/
/*}*/

.has-dropdown>a {
    display: flex;
    align-items: center;
    gap: 6px;
}

.dropdown-arrow {
    transition: transform 0.3s ease;
}

.has-dropdown:hover .dropdown-arrow {
    /*transform: rotate(180deg);*/
}

.dropdown-menu {
    display: block;
    position: absolute;
    top: calc(100% + 20px);
    left: 50%;
    transform: translateX(-50%);
    background: rgba(26, 26, 26, 0.98);
    backdrop-filter: blur(20px);
    border-radius: 12px;
    padding: 0;
    width: 100%;
    list-style: none;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.1);
    z-index: 100;
}

.has-dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: calc(100% - 45px);
    width: 100%;
    padding: 30px;
}

.dropdown-menu li {
    margin: 0;
}

.dropdown-menu li a {
    display: block;
    padding: 12px 24px;
    color: var(--jdg-white);
    font-size: 0.9rem;
    font-weight: 500;
    width: 100%;
    text-align: center;
    text-transform: capitalize;
    transition: all 0.3s ease;
    position: relative;
}

.dropdown-menu li a::after {
    display: none;
}

/*.dropdown-menu li a::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    left: 24px;*/
/*    bottom: 0;*/
/*    width: 0;*/
/*    height: 2px;*/
/*    background: var(--jdg-btn-gradient);*/
/*    transition: width 0.3s ease;*/
/*}*/

.dropdown-menu li a:hover {
    background: rgba(102, 126, 234, 0.1);
    color: #667eea;
    padding-left: 32px;
}

.dropdown-menu li a:hover::before {
    width: calc(100% - 56px);
}

/* Hide — slides up above viewport */
.header-wrapper.header-hidden {
    transform: translateY(calc(-100% - 60px));
}

/* Shadow when scrolled */
.header-wrapper.scrolled {
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.15);
}

@media (max-width: 991px) {
    .header-wrapper {
        left: 15px !important;
        right: 15px !important;
    }

    .header-content {
        padding: 10px 0;
    }
}

/*@media (min-width: 1600px) {*/
/*    .header-wrapper {*/
/*        left: 270px !important;*/
/*        right: 270px !important;*/
/*    }*/
/*}*/

/* ============================================
   DROPDOWN TOGGLE BTN (Mobile chevron)
=============================================== */
.dropdown-toggle-btn {
    display: none;
    /* hidden on desktop */
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 8px;
    padding: 6px 10px;
    cursor: pointer;
    color: var(--jdg-white);
    line-height: 1;
    transition: all 0.3s ease;
}

.dropdown-toggle-btn:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.3);
}

.dropdown-toggle-btn svg {
    display: block;
    transition: transform 0.3s ease;
}

/* Rotate arrow when dropdown is open */
.has-dropdown.mobile-open .dropdown-toggle-btn svg {
    transform: rotate(180deg);
}

/* Only show on mobile */
@media (max-width: 991px) {
    .dropdown-toggle-btn {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media (max-width: 991px) {

    /* Make the li a column so dropdown sits below the link+btn row */
    .nav-menu li.has-dropdown {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 0 !important;
    }

    /* Row for the link + chevron button */
    .has-dropdown>a {
        display: inline-flex !important;
        align-items: center !important;
        gap: 8px !important;
        justify-content: center !important;
    }

    .dropdown-toggle-btn {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    /* Wrap link + button together in a row */
    .has-dropdown>a,
    .has-dropdown>.dropdown-toggle-btn {
        display: inline-flex !important;
    }

    /* Rotate arrow when open */
    .has-dropdown.mobile-open .dropdown-toggle-btn .dropdown-arrow {
        transform: rotate(180deg);
    }

    .dropdown-toggle-btn .dropdown-arrow {
        transition: transform 0.3s ease;
    }
    .tabs-content::before{
        content:unset !important;
    }
}

.dropdown-label-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

/* ============================================
   BOOK NOW
=============================================== */
.cta-wrapper {
    background: #0a0a0a;
    border-radius: 20px;
    padding: 120px 40px;
    background-image: url("/storage/media/bg.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.cta-content {
    max-width: 100%;
    margin: auto;
    text-align: center;
}

.scroll-text {
    font-size: clamp(2.1875rem, 2vw, 3rem);
    font-weight: 400;
    line-height: 1.35;
    font-family: var(--jdg-heading-font-family);
    margin: 0px 0px 80px 0px;
}

.scroll-text span {
    color: rgba(255, 255, 255, 0.25);
    transition: color 0.15s linear;
}

/* CTA */
.cta-btn-wrap {
    margin-top: 40px;
}

.cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: #6366f1;
    padding: 14px 22px;
    color: var(--jdg-white);
    border-radius: 14px;
    text-decoration: none;
    font-weight: 600;
}

.cta-btn img {
    width: 28px;
    height: 28px;
    border-radius: 8px;
}

.cta-btn-wrap p {
    margin-top: 12px;
    color: var(--jdg-white);
    font-size: clamp(1rem, 0.8vw, 1.125rem);
    font-family: var(--jdg-body-font-family);
}

.cta-btn-wrap .jdg-btn {
    gap: 10px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 15px 35px 15px 18px;
    white-space: nowrap;
    gap: 30px;
}

.grow-with-us .cta-btn-wrap .jdg-btn {
    text-align: center;
    justify-content: center;
    align-items: center;
    padding: 24px 30px;
}

/* ============================================
   CONTACT US
=============================================== */

.contact-info {
    margin-top: 60px;
}

.form-label {
    font-family: var(--jdg-heading-font-family);
    font-weight: 400;
    font-size: clamp(0.75rem, 0.7vw, 0.875rem);
    line-height: 100%;
    text-transform: uppercase;
}

.form-control,
.form-select,
input {
    background-color: #f5f5f55e !important;
    border: none !important;
    border-radius: 10px !important;
    padding: 15px 20px !important;
    font-family: Funnel Display;
    font-weight: 400 !important;
    font-size: 0.875rem !important;
    line-height: normal !important;
    text-transform: uppercase;
    color: var(--jdg-white) !important;
    transition: all 0.3s !important;
}

.form-select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23000' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 12px;
    padding-right: 45px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
}

.form-select option {
    background-color: #1e1e2f;
    color: white;
}

.form-control:focus,
.form-select:focus {
    outline: 2px solid #6c63ff !important;
}

.form-control::placeholder,
.form-select::placeholder {
    color: #9ca3af !important;
}

textarea.form-control {
    min-height: 120px;
    resize: vertical;
}

.form-select {
    color: #9ca3af !important;
}

.form-select:focus,
.form-select:valid {
    color: var(--jdg-white) !important;
}

/*.section-title {*/
/*    font-family: var(--jdg-heading-font-family);*/
/*    font-weight: 400;*/
/*    font-size: clamp(2.1875rem, 2vw, 3rem);*/
/*    line-height: 58px;*/
/*    color: var(--jdg-white);*/
/*    margin-bottom: 80px;*/
/*    max-width: 700px;*/
/*}*/

.blog-card {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    cursor: pointer;
    height: 100%;
    transition: transform 0.4s ease;
}

.blog-card:hover {
    transform: translateY(-10px);
}

.blog-excerpt {
    font-size: clamp(0.75rem, 0.7vw, 0.875rem);
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.8);
}

.blog-card:hover .blog-arrow {
    animation: rotate 0.6s ease-in-out;
}

.slider-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 30px;
}

.slider-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    cursor: pointer;
    transition: all 0.3s ease;
}

.slider-dot.active {
    width: 24px;
    border-radius: 4px;
    background: var(--jdg-btn-gradient);
    background-repeat: no-repeat;
    background-size: cover;
}

/* ============================================
   TECH SLIDER
=============================================== */
.tech-logo .logo-wrapper {
    overflow: hidden;
    position: relative;
}

.tech-logo .logo-track {
    display: flex;
    align-items: center;
    gap: 18px;
    width: max-content;
    animation: logoScroll 120s linear infinite;
}

.tech-logo .logo-wrapper:hover .logo-track {
    animation-play-state: paused;
}

.tech-logo .logo-pill {
    width: 104px;
    height: 104px;
    background: #00000033;
    border-radius: 19px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.award-logo .logo-pill {
    width: auto;
    height: auto;
    background: transparent;
}

.tech-logo .logo-pill img {
    max-height: 100%;
    max-width: 100%;
}

.award-logo .logo-track {
    gap: 89px;
}

.award-logo {
    padding-bottom: 150px;
}

/* FORM */
.contact-form {
    background: #ffffff0a;
    backdrop-filter: blur(2px);
    border-radius: 22px;
    padding: 53px 51px 53px 51px;
}

.contact-form h4 {
    font-family: var(--jdg-heading-font-family);
    font-weight: 400;
    font-size: clamp(1.25rem, 1.2vw, 1.5rem);
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 21px;
}

.contact-form p {
    font-family: var(--jdg-extra-font-family);
    font-weight: 400;
    font-size: clamp(1rem, 0.8vw, 1.125rem);
    line-height: 28px;
    color: #999999;
    margin-bottom: 50px;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
    font-family: var(--jdg-heading-font-family);
    font-weight: 400 !important;
    font-size: 14px !important;
    text-transform: uppercase;
    width: 100%;
    border-radius: 10px !important;
    padding: 18px !important;
    border: none !important;
    background-color: var(--jdg-white) !important;
    color: #0a0a0a !important;
}

.contact-form textarea {
    min-height: 120px;
    resize: none;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
    outline: 2px solid #6c63ff;
}

/* SUBMIT BUTTON */
.contact-submit {
    margin-top: 26px;
    background: transparent;
    border: none;
    color: #fff;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

.contact-submit span {
    width: 36px;
    height: 36px;
    background: #6c63ff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

/* ============================================
   BACKGROUND GLOWS
=============================================== */
.glow-left,
.glow-right {
    position: absolute;
    width: 35vw;
    height: 30vw;
    filter: blur(150px);
    pointer-events: none;
    z-index: 1;
}

.glow-left {
    left: 0;
    background: radial-gradient(circle,
            rgba(40, 45, 100, 0.35),
            transparent 70%);
}

.glow-right {
    right: 0;
    background: radial-gradient(circle,
            rgba(0, 120, 80, 0.35),
            transparent 70%);
}

/* ===========================================
Good Hand CTA
============================================== */

.good-hands .scroll-text {
    font-weight: 500;
    /* font-size: 120px;
	line-height: 150px; */
    font-size: clamp(48px, 6.5vw, 120px);
    line-height: clamp(60px, 8vw, 150px);
    text-align: center;
    letter-spacing: -0.03em;
    text-transform: capitalize;
    background: linear-gradient(180deg,
            #ffffff 15%,
            rgba(255, 255, 255, 0) 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 10px;
}

.grow-with-us .scroll-text {
    font-size: clamp(36px, 4.5vw, 58px);
    line-height: 100%;
}

.good-hands .cta-content p {
    font-weight: 400;
    /* font-size: 22px;
	line-height: 28px; */
    font-size: clamp(16px, 1.6vw, 22px);
    line-height: clamp(22px, 2vw, 28px);
    text-align: center;
    color: var(--jdg-white);
    opacity: 0.6;
}

.good-hands .cta-content {
    max-width: 100%;
}

.good-hands .cta-btn-wrap {
    margin-top: 80px;
}

.good-hands .cta-btn-wrap p {
    opacity: 1;
}

.book-a-call {
    padding-bottom: 0;
}

.jdg-btn.jdg-outlined-btn {
    border: var(--primary-color) 1px solid;
    background-color: transparent;
}

/* Contact Button */
.contact-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    color: #000;
    padding: 11px 28px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(255, 255, 255, 0.15);
    text-transform: uppercase;
}

.contact-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 255, 255, 0.25);
    color: #000;
}

.contact-btn i {
    font-size: 16px;
}

/* MODERN ANIMATION INITIAL STATES */

/* 1. Blur Reveal (For Headings/Text) */
.anim-text {
    opacity: 0;
    filter: blur(10px);
    transform: translateY(30px);
    will-change: transform, opacity, filter;
}

/* 2. Image Scale (For Photos) */
.anim-img {
    opacity: 0;
    transform: scale(1.1);
    /* Starts zoomed in */
    clip-path: inset(0 0 100% 0);
    /* Masiked from bottom */
    will-change: transform, opacity, clip-path;
}

/* 3. Panel/Card Pop (For single cards) */
.anim-pop {
    opacity: 0;
    transform: scale(0.95) translateY(20px);
    will-change: transform, opacity;
}

/* 4. Stagger Parent (Hides children initially) */
.anim-stagger>* {
    opacity: 0;
    transform: translateY(30px);
    will-change: transform, opacity;
}

/* 5. Line/Divider Expand */
.anim-line {
    transform: scaleX(0);
    transform-origin: left;
    will-change: transform;
}

/* ============================================
   Footer
=============================================== */
footer {
    margin: 20px;
}

.pre-footer {
    background-image: url("/assets/front/imgs/footer-grid.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.footer-box {
    background-color: var(--jdg-footer-bg);
    padding: 40px 40px 73px;
    border-radius: 20px;
}

.footer-logo .footer-logo-img {
    opacity: 0;
    transform: translateY(50px);
    animation: bottomToTop 1.5s ease-out forwards;
}

.footer-logo p {
    color: var(--jdg-gray);
    font-family: var(--jdg-extra-font-family);
    font-size: 1.125rem;
    width: 700px;
}

.footer-email a {
    color: var(--jdg-white);
    font-family: var(--jdg-heading-font-family);
    font-size: 2.5rem;
    text-decoration: none;
    letter-spacing: -1.5px;
}

.main-footer .footer-item {
    list-style: none;
    display: grid;
    gap: 25px;
    padding-left: 0px;
}

.main-footer .footer-item a {
    color: var(--jdg-white);
    font-family: var(--jdg-heading-font-family);
    text-decoration: none;
    font-size: clamp(14px, 2vw, 22px);
}

/* FOOTER COPYRIGHT */
.footer-copyright span,
.footer-copyright a {
    color: var(--jdg-white);
    font-family: var(--jdg-heading-font-family);
    text-decoration: none;
}

.main-footer .social-media-icons {
    display: flex;
    justify-content: end;
}

.footer-email {
    /* display: flex;
	justify-content: end; */
    text-align: end;
}

/* =========================================
   BLOG CONTENT - CTA BUTTON
   ========================================= */
.blog_details_post_content button>a {
    display: inline-block;
    position: relative;
    overflow: hidden;
    background: var(--primary-color-gradient);
    color: var(--jdg-white) !important;
    font-family: var(--jdg-satoshi-font-family);
    font-size: 0.875rem;
    padding: 14px 28px;
    border-radius: 12px;
    font-weight: 900;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none !important;
    border-bottom: none !important;
    transition: background 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

.blog_details_post_content button>a:hover {
    background: var(--jdg-btn-gradient);
    color: var(--jdg-white) !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(102, 126, 234, 0.4);
    border-bottom: none !important;
}

.blog_details_post_content button {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
}

/* ============================================
   HERO + SHIMMER TEXT
=============================================== */
.pre-footer-hero {
    position: relative;
    text-align: center;
    padding: 0 0 180px;
    z-index: 5;
}

.shimmer-text {
    position: relative;
    font-size: 15.625rem;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -2px;
    font-family: var(--jdg-heading-font-family);
    display: block;
    background: linear-gradient(90deg,
            #ffffff 0%,
            #f0f0f0 25%,
            #888888 50%,
            #f0f0f0 75%,
            #ffffff 100%);
    background-size: 500% 100%;
    animation: slowShimmer 20s linear infinite;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    /* opacity: 0; */
    transform: translateY(140px);
}

/*=========================
Service page / services page fixes
========================*/
body .wdd-section-centered .wdd-section-desc {
    max-width: 1200px;
}

div.optimization-header {
    max-width: 1200px;
}

div.process-timeline {
    max-width: 1000px;
}

div.wdd-faq-list {
    max-width: 1000px;
}

div.wdd-cta-inner .wdd-section-desc {
    max-width: 800px;
}

/* ============================================
   TALK NOW
=============================================== */
#talknow {
    -webkit-mask-image: linear-gradient(to bottom,
            rgba(0, 0, 0, 1) 25%,
            rgba(0, 0, 0, 0.2) 55%,
            rgba(0, 0, 0, 0) 85%);
    mask-image: linear-gradient(to bottom,
            rgba(0, 0, 0, 1) 25%,
            rgba(0, 0, 0, 0.2) 55%,
            rgba(0, 0, 0, 0) 85%);
}

.talknow-container {
    position: relative;
    display: inline-block;
}

.circle-btn {
    position: absolute;
    bottom: -80px;
    left: 50%;
    width: 200px;
    height: 200px;
    transform: translateX(-50%);
}

.circle-btn svg {
    width: 100%;
    height: 100%;
    animation: rotateCircle 14s linear infinite;
}

.circle-text {
    fill: var(--jdg-white);
    font-family: var(--jdg-heading-font-family);
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.separator {
    fill: var(--jdg-gray);
    font-size: 13px;
}

.center-arrow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.center-arrow img {
    width: 34px;
}

.hidden {
    /* opacity: 0; */
    transform: translateY(150px);
}

/* SVG words */
.word {
    fill: var(--jdg-white);
    font-weight: 300;
    font-family: var(--jdg-heading-font-family);
}

.sep {
    fill: #999;
    opacity: 0.6;
    font-weight: 400;
}

.services-inner-page-banner {
    padding-top: 200px !important;
}

/* ============================================

   Mobile Responsive
      Mobile Responsive
         Mobile Responsive
            Mobile Responsive
               Mobile Responsive
                  Mobile Responsive
                     Mobile Responsive

=============================================== */
@media only screen and (max-width:1699px){
    .nav-menu {
    display: flex;
    list-style: none;
    gap: 30px;
    margin: 0px;
}

}
@media (min-width: 1600px) {
    .container {
        max-width: 1660px !important;
    }

    .services-inner-banner-content {
        max-width: 100%;
    }

    .header-wrapper {
        margin: 35px 200px 0px 200px !important;
    }

    .cta-content {
        max-width: 846px !important;
    }

    .left-content h2 {
        max-width: 785px !important;
    }

    .about-page-banner,
    .services-page-banner,
    .work-page-banner,
    .book-call-page-banner,
    .life-at-jdg-page-banner,
    .work-detail-page-banner,
    .blog-page-banner,
    .contact-page-banner,
    .careers-page-banner,
    .pricing-page-banner,
    .services-inner-page-banner {
        padding: 35px 270px 30px 270px !important;
    }

    .main-service-child,
    .blog-main {
        padding: 81px 270px 100px 270px !important;
    }

    .about-section {
        padding: 166px 270px 75px 270px !important;
    }

    .how-we-work-content {
        max-width: 985px !important;
    }

    .work {
        padding-top: 150px !important;
    }

    .content-container {
        padding: 120px 38px 120px 105px !important;
    }

    .history-section {
        padding: 0 266px !important;
    }

    .main-service {
        padding: 166px 264px !important;
    }

    .careers-desc {
        width: 878px !important;
    }

    .hiring-content,
    .services-project-options {
        padding: 100px 227px !important;
    }

    .careers-work {
        padding: 150px 227px 75px 227px !important;
    }

    .career-details,
    .cst-pricing-faq {
        padding: 150px 270px !important;
    }

    .work-details {
        padding: 80px 455px 150px 455px !important;
    }

    .cst-pricing {
        padding: 90px 269px !important;
    }

    .pricing-section,
    .services-work-with,
    .services-industries {
        padding: 120px 270px 0px 270px !important;
    }

    .services-questions {
        padding: 0px 270px 0px 270px !important;
    }
    /*.jdg-btn{*/
    /*    padding: 24px 11px;*/
    /*}*/
    .nav-menu li a{
            font-size: 13px;
    }
}

@media (max-width: 1700px) {
    .contact-wrapper {
        padding: 90px 60px !important;
    }

    .book-a-call .contact-form {
        padding: 25px !important;
    }
}

@media only screen and (max-width: 1599px) {
    .icon-3 {
        left: 3% !important;
    }

    .icon-7 {
        right: 5% !important;
    }
}

@media only screen and (max-width: 1399px) {
    .footer-email a {
        font-size: 2rem !important;
    }

    .blog-card-content {
        padding: 40px 30px;
    }

    .tech-grid {
        grid-template-columns: repeat(6, 1fr) !important;
    }

    .career-slider .image-item {
        width: 450px !important;
        height: 240px !important;
    }

    .book-a-call .contact-wrapper .row {
        flex-direction: column !important;
    }

    .book-a-call .contact-wrapper .row div {
        width: 100% !important;
    }
}

@media (max-width: 1200px) {
    .footer-logo p {
        width: 100%;
    }

    .team-gallery-slide-item {
        width: 750px !important;
        height: 350px !important;
    }

    .team-gallery-slide-item.tgs-left {
        transform: translateX(-550px) scale(0.8) !important;
    }

    .team-gallery-slide-item.tgs-right {
        transform: translateX(550px) scale(0.8) !important;
    }

    .career-slider .image-item {
        width: 400px !important;
        height: 220px !important;
    }
}

@media only screen and (max-width: 1199px) {
    /*.about-title {*/
    /*    font-size: 2rem !important;*/
    /*}*/

    .left-fixed {
        position: static !important;
        margin-bottom: 50px !important;
    }

    .project-gallery-slide {
        width: 80% !important;
    }

    .project-gallery-slide img {
        height: 400px !important;
    }

    .project-gallery-slider {
        height: 400px !important;
    }

    .jdg-btn {
                padding: 24px 11px !important;
    }

    .quote-btn {
        gap: 10px;
    }

    .cta-btn-wrap .jdg-btn {
        gap: 10px;
    }

    .nav-menu li a {
        font-size: 0.7rem !important;
    }

    .service-tech-content {
        padding-right: 0 !important;
    }

    .footer-copyright .row div {
        width: 50%;
    }

    .footer-copyright .row {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .main-footer .footer-item {
        margin-bottom: 25px;
    }

}

/* Responsive Fix: Prevent horizontal scroll on small screens */

@media (max-width: 1300px) {

    .card-box .text-side h3,
    .card-box .text-side p {
        min-width: 20vw !important;
    }
}

@media (max-width: 991px) {
    .mj-sticky-title {
        position: static !important;
    }

    /*.header-wrapper {*/
    /*    margin: 15px !important;*/
    /*}*/

    .book-meeting-btn {
        display: none !important;
    }

    .nav-menu {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100vh !important;
        background: var(--main-bg) !important;
        flex-direction: column !important;
        justify-content: center !important;
        align-items: center !important;
        gap: 35px !important;
        opacity: 0 !important;
        visibility: hidden !important;
        transition: all 0.4s ease !important;
        z-index: 999 !important;
    }

    .nav-menu.active {
        opacity: 1 !important;
        visibility: visible !important;
    }

    .nav-menu li {
        opacity: 0 !important;
        transform: translateY(20px) !important;
        transition: all 0.4s ease !important;
    }

    .nav-menu.active li {
        opacity: 1 !important;
        transform: translateY(0) !important;
    }

    .nav-menu.active li:nth-child(1) {
        transition-delay: 0.1s !important;
    }

    .nav-menu.active li:nth-child(2) {
        transition-delay: 0.15s !important;
    }

    .nav-menu.active li:nth-child(3) {
        transition-delay: 0.2s !important;
    }

    .nav-menu.active li:nth-child(4) {
        transition-delay: 0.25s !important;
    }

    .nav-menu.active li:nth-child(5) {
        transition-delay: 0.3s !important;
    }

    .nav-menu.active li:nth-child(6) {
        transition-delay: 0.35s !important;
    }

    .nav-menu.active li:nth-child(7) {
        transition-delay: 0.4s !important;
    }

    .nav-menu li a {
        font-size: 32px !important;
        font-weight: 600 !important;
    }

    .mobile-toggle {
        display: flex !important;

        z-index: 1001 !important;
    }

    .service-card {
        height: 300px !important;
        margin-bottom: 20px !important;
    }

    /*.stack-slider {*/
    /*    height: 420px !important;*/
    /*}*/

    .pos-0 {
        transform: translateY(-80px) scale(0.94) rotateX(6deg) !important;
    }

    .pos-1 {
        transform: translateY(-40px) scale(0.97) rotateX(3deg) !important;
    }

    .pos-3 {
        transform: translateY(40px) scale(0.97) rotateX(-3deg) !important;
    }

    .pos-4 {
        transform: translateY(80px) scale(0.94) rotateX(-6deg) !important;
    }

    .logo-item {
        flex: 0 0 calc((100% - 8 * 20px) / 4) !important;
    }

    .service-tech-header {
        flex-direction: column !important;
        gap: 0.5rem !important;
        padding-bottom: 30px;
    }

    .service-tech-title {
        font-size: 2rem !important;
        flex: 1 !important;
        padding-right: 0 !important;
    }

    .service-tech-tags {
        padding-right: 0 !important;
    }

    .service-tech-content {
        margin-left: 0 !important;
        padding-right: 0 !important;
    }

    .service-tech-gallery {
        grid-template-columns: 1fr !important;
    }

    .service-tech-picture {
        max-width: 100% !important;
    }

    .left-fixed,
    .left-stop {
        position: relative !important;
        top: 0 !important;
        width: auto !important;
    }

    .left-content h1 {
        font-size: 32px !important;
    }

    .contact-form-card {
        padding: 40px !important;
        margin-top: 50px !important;
    }

    .content-container {
        padding: 50px 30px !important;
    }

    .blog-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .year-info {
        padding: 20px !important;
    }

    .year-info h3 {
        font-size: 50px !important;
        margin-bottom: 25px !important;
    }

    .container,
    .container-md,
    .container-sm {
        max-width: 90% !important;
        padding: 0 25px !important;
    }

    .about-section .about-card {
        padding: 10px !important;
    }

    .card-flex {
        flex-direction: column !important;
    }

    .text-side {
        width: 100% !important;
        opacity: 1 !important;
        visibility: visible !important;
        left: 100% !important;
        max-width: 100% !important;
        padding-left: 20px !important;
        position: static !important;
    }

    .image-side {
        flex-shrink: 0 !important;
        margin-bottom: 17px;
    }

    .card-box {
        display: block !important;
    }

    .card-box:hover .text-side {
        padding-left: 20px !important;
        /* left: 0 !important; */
        width: 100% !important;
    }

    .text-side {
        width: 100% !important;
    }

    section {
        padding: 50px 0px !important;
    }

    .wdd-trust {
        padding: 0 !important;
    }

    /*.container-fluid {*/
    /*    padding: 0 20px !important;*/
    /*}*/

    .shimmer-text {
        font-size: 7.625rem !important;
    }

    .circle-btn {
        bottom: -121px !important;
    }

    .footer-email {
        text-align: left !important;
    }

    .contact {
        padding: 50px 0 !important;
    }

    .contact-wrapper {
        padding: 50px !important;
    }

    .contact-form {
        padding: 20px !important;
    }

    .good-hands .cta-content p br {
        display: none !important;
    }

    .main-heading {
        margin-bottom: 0 !important;
    }

    .cta-wrapper {
        padding: 80px 20px !important;
    }

    .lets-work-together .cta-wrapper {
        padding: 80px 60px !important;
    }

    .lets-work-together-btn-container {
        margin-top: 40px !important;
    }

    .lets-work-together-btn-wrapper {
        flex-direction: column !important;
        gap: 20px !important;
        align-items: center !important;
    }

    .lets-work-together-btn-wrapper .jdg-btn {
        width: 100% !important;

        justify-content: center !important;
    }

    .tech-grid {
        grid-template-columns: repeat(4, 1fr) !important;
    }

    .w-card-cn {
        height: auto !important;
        margin-bottom: 30px !important;
    }

    .career-slider .image-item {
        width: 350px !important;
        height: 200px !important;
    }

    .cst-pricing-wrapper {
        grid-template-columns: 1fr !important;
    }

    .cst-pricing-cards {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .lag-scroll-section .container {
        display: block !important;
    }

    .pin-spacer {
        width: 100% !important;
        height: auto !important;
        inset: 0 !important;
        padding: 0 !important;
    }

    .lag-sticky-text-container {
        position: static !important;
        top: 100px !important;
        align-self: flex-start !important;
        max-width: 50% !important;
        flex-shrink: 0 !important;
        width: 100% !important;
        height: auto !important;
        max-height: 100% !important;
        max-width: 100% !important;
        margin-bottom: 50px !important;
        transform: unset !important;
    }

    .testimonial .container .row {
        gap: 75px;
    }

    .lets-work-together {
        margin-top: 0 !important;
        margin-bottom: 50px !important;
    }

    .lag-intro-section {
        padding: 50px 0 !important;
    }

    .orbital-slider {
        height: 208vh !important;
    }

    .rp-rope-svg {
        height: 100vh !important;
    }

    .nav-menu .has-dropdown li a::after {
        display: none !important;
    }

    .has-dropdown.mobile-open .dropdown-menu {
        display: block !important;
    }

    .dropdown-menu {
        display: none !important;
        position: static !important;
        opacity: 1 !important;
        visibility: visible !important;
        transform: none !important;
        background: rgba(15, 15, 16, 0.8) !important;
        margin-top: 10px !important;
        max-height: 0 !important;
        overflow: hidden !important;
        transition:
            max-height 0.3s ease,
            padding 0.3s ease !important;
        padding: 0 !important;
        border: none !important;
        box-shadow: none !important;
    }

    /*.has-dropdown.mobile-open .dropdown-menu {*/
    /*    max-height: 400px !important;*/
    /*    overflow-y: auto !important;*/
        /* padding: 12px 0 !important; */
    /*}*/
    .has-dropdown.mobile-open .dropdown-menu {
    max-height: 60vh !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch !important;
    touch-action: pan-y !important;
    overscroll-behavior: contain !important;
}

    .has-dropdown.mobile-open .dropdown-arrow {
        transform: rotate(180deg);
    }

    .has-dropdown>a {
        justify-content: center !important;

    }

    .dropdown-menu li a {
        font-size: 1.2rem !important;
        text-align: center !important;
        padding: 10px 24px !important;

    }

    .dropdown-menu li a:hover {
        padding-left: 24px !important;
    }

    .dropdown-menu li a::before {
        left: 50% !important;
        transform: translateX(-50%) !important;
    }

    .dropdown-menu li a:hover::before {
        width: 60px !important;
    }

    .nav-menu li.has-dropdown {
        display: block;
    }

    .dropdown-menu li a {
        border-radius: 15px;
    }

    .footer-copyright .row {
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        gap: 20px;
    }

    .footer-copyright .row div {
        width: 100%;
    }

    .main-footer .social-media-icons {
        justify-content: start;
    }


    .footer-contact-info {
        margin-top: 30px;
        padding-top: 40px;
        border-top: 1px solid rgba(255, 255, 255, 0.25)
    }

    .footer-main-text {
        margin-left: -12px;
        margin-right: -12px;

    }
}

@media (max-width: 769px) {
    .hero-content h1 {
        font-size: 3.5rem !important;
        width: 500px;
        margin: 0 auto;
    }

    /*.about-title,*/
    /*.main-heading,*/
    /*.left-content h2,*/
    /*.section-title {*/
    /*    font-size: 2.3rem !important;*/
    /*}*/

    .testimonial-card p {
        font-size: 1.5rem !important;
        line-height: normal !important;
    }

    .contact-info p,
    .contact-phone {
        font-size: 1.1rem !important;
    }

    .contact-form {
        padding: 20px !important;
    }

    .circle-btn {
        bottom: -100px !important;
        width: 150px !important;
        height: 150px !important;
    }

    .service-card {
        height: 280px !important;
        padding: 30px 20px !important;
    }

    .contact-form-card {
        padding: 30px 25px !important;
    }

    .content-container {
        padding: 40px 20px !important;
        border-radius: 20px !important;
    }

    .gradient-lines {
        width: 100% !important;
        transform: none !important;
    }

    .blog-grid {
        display: none !important;
    }

    .mobile-slider-wrapper {
        display: block !important;
    }

    .blog-card-content {
        padding: 30px !important;
    }

    .blog-title {
        font-size: 1.4rem !important;
    }

    .team-gallery-slider-container {
        height: 350px !important;
    }

    .team-gallery-slide-item {
        width: 95% !important;
        max-width: 600px !important;
        height: 300px !important;
    }

    .team-gallery-slide-item.tgs-left,
    .team-gallery-slide-item.tgs-right {
        opacity: 0 !important;
        transform: scale(0.7) !important;
    }

    .team-gallery-slider-dots {
        bottom: 15px !important;
    }

    .team-gallery-slider-container {
        height: 350px !important;
        margin-bottom: 50px !important;
    }

    .team-gallery-slide-item {
        width: 95% !important;
        max-width: 600px !important;
        height: 300px !important;
    }

    .team-gallery-slide-item.tgs-left,
    .team-gallery-slide-item.tgs-right {
        opacity: 0 !important;
        transform: scale(0.7) !important;
    }

    .team-gallery-slider-dots {
        bottom: -45px !important;
        padding: 8px 15px !important;
    }

    .team-gallery-dot-indicator {
        width: 10px !important;
        height: 10px !important;
    }

    .team-gallery-dot-indicator.tgs-dot-active {
        width: 28px !important;
    }

    .card-box {
        flex-direction: column !important;
        padding: 25px !important;
    }

    .image-side {
        flex-shrink: 0 !important;
        width: 100% !important;
        margin-bottom: 10px !important;
    }

    .text-side {
        padding-left: 0 !important;
    }

    .timeline-section {
        gap: 5px !important;
    }

    .year-info {
        transform: none !important;
    }

    .container,
    .container-md,
    .container-sm {
        max-width: 100% !important;
    }

    .footer-box {
        padding: 30px 20px !important;
    }

    section.main-service {
        padding: 50px 0 !important;
    }

    .pb-160 {
        padding-bottom: 50px !important;
    }

    .service-tech-heading a {
        padding: 0 !important;
    }

    .pt-150 {
        padding-top: 50px !important;
    }

    .our-work h1 {
        font-size: 2.5rem !important;
    }

    .portfolio-grid {
        grid-template-columns: 1fr !important;
        gap: 20px !important;
    }

    .card-logo {
        font-size: 1.2rem !important;
    }

    .card-title {
        font-size: 0.9rem !important;
    }

    .job-left {
        flex-direction: column !important;
        gap: 10px !important;
    }

    .job-item {
        /*flex-direction: column !important;*/
        align-items: flex-start !important;
        gap: 10px !important;
    }

    .apply-now {
        align-self: flex-end !important;
    }

    .career-slider .image-item {
        width: 300px !important;
        height: 180px !important;
        margin: 3px !important;
    }

    .career-slider .slider-row {
        animation-duration: 25s !important;
    }

    .career-details .career-wrapper {
        display: grid !important;
        grid-template-columns: auto !important;
    }

    .career-sidebar {
        width: 100% !important;
    }

    .career-meta {
        display: grid !important;
        gap: 10px !important;
    }

    .project-details {
        padding: 0 1.5rem !important;
    }

    .project-details-info {
        flex-direction: column !important;
        gap: 1.5rem !important;
    }

    .project-details-header {
        flex-direction: column !important;
        gap: 2rem !important;
        align-items: flex-start !important;
    }

    .project-details-stats {
        grid-template-columns: 1fr !important;
        gap: 2rem !important;
    }

    .project-details-stat-item {
        border-right: none !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
        padding-bottom: 1.5rem !important;
        padding-right: 0 !important;
    }

    .project-details-stat-item:last-child {
        border-bottom: none !important;
        padding-bottom: 0 !important;
    }

    .project-details-stat-number {
        font-size: 3rem !important;
    }

    .project-details-gallery {
        width: 100% !important;
        margin-left: 0 !important;
    }

    .project-gallery-slider {
        height: 250px !important;
    }

    .project-gallery-slide {
        width: 100% !important;
    }

    .project-gallery-slide img {
        height: 250px !important;
        border-radius: 12px !important;
    }

    .project-gallery-slide.pgs-left,
    .project-gallery-slide.pgs-right {
        opacity: 0 !important;
        transform: scale(0.7) !important;
    }

    .project-details-testimonial {
        padding: 2rem !important;
    }

    .project-details-testimonial-text {
        font-size: 1rem !important;
    }

    .project-details-navigation {
        flex-direction: column !important;
        gap: 2rem !important;
        align-items: center !important;
    }

    .project-details-nav-link {
        font-size: 0.85rem !important;
    }

    .cst-pricing-title {
        font-size: 2rem !important;
    }

    .cst-pricing-price {
        font-size: 2.2rem !important;
    }

    .cst-pricing-cards {
        grid-template-columns: 1fr !important;
    }

    .cst-pricing-footer {
        flex-direction: column !important;
        gap: 20px !important;
    }
}

@media (max-width: 576px) {
    section {
        padding: 30px 0px !important;
    }

    footer {
        margin: 15px;
    }

    .logo-item {
        height: 45px;
    }

    .banner-content {
        max-width: 100%;
    }

    .hero-content h1 {
        font-size: 2.8rem !important;
        width: 100%;
    }

    .logo-text {
        font-size: 20px !important;
    }

    .nav-menu li a {
        font-size: 28px !important;
    }

    .icon {
        display: none !important;
    }

    .stack-slider {
        height: 300px !important;
    }

    .pos-0 {
        transform: translateY(-55px) scale(0.96) rotateX(4deg) !important;
    }

    .pos-1 {
        transform: translateY(-28px) scale(0.98) rotateX(2deg) !important;
    }

    .pos-3 {
        transform: translateY(28px) scale(0.98) rotateX(-2deg) !important;
    }

    .pos-4 {
        transform: translateY(55px) scale(0.96) rotateX(-4deg) !important;
    }

    .logo-item {
        flex: 0 0 calc((100% - 8 * 20px) / 2) !important;
    }

    .shimmer-text {
        font-size: 4.625rem !important;
    }

    .stats-row>div {
        margin-bottom: 30px !important;
    }

    .testimonial .left-content {
        padding-bottom: 50px !important;
    }

    .contact-wrapper {
        padding: 20px !important;
    }

    .contact-subtitle,
    .contact-title {
        font-size: 2.2rem !important;
        line-height: normal !important;
    }

    .main-footer .social-media-icons {
        justify-content: center !important;
        margin-top: 15px !important;
    }

    .footer-email a {
        font-size: 5.5vw !important;
    }

    .footer-email {
        justify-content: start !important;
    }

    .work-content-title {
        min-width: auto !important;
    }

    .work-process-item {
        flex-direction: column !important;
        align-items: baseline !important;
    }

    .scroll-text {
        font-size: 2rem !important;
        line-height: clamp(39px, 8vw, 150px) !important;
    }

    .text-side h3 {
        font-size: 20px !important;
        line-height: 25px !important;
        margin-bottom: 30px !important;
    }

    .about-section .stat-value {
        font-size: 3.25rem !important;
    }

    .about-section .stat-label+.stat-value::before {
        width: 100% !important;
    }

    .image-side {
        margin-bottom: 15px !important;
    }

    section.spacer-line {
        padding: 0 !important;
    }

    .timeline-section {
        display: block !important;
        padding: 0 !important;
    }

    .timeline-line {
        display: none !important;
    }

    .timeline-image {
        display: none !important;
    }

    .timeline-box {
        width: 100% !important;
        max-width: 100% !important;
    }

    .cta-btn-wrap .jdg-btn {
        flex-direction: row !important;
        justify-content: center !important;
        align-items: center !important;
        text-align: center !important;
        padding: 15px !important;
    }

    .about-page-banner {
        min-height: 550px !important;
    }

    .services-page-banner {
        min-height: 550px !important;
    }

    .work-page-banner {
        min-height: 550px !important;
    }

    .book-call-page-banner {
        min-height: 550px !important;
    }

    .main-footer .container {
        padding: 0 !important;
    }

    .contact-map iframe {
        height: 375px !important;
    }

    .tech-grid {
        grid-template-columns: repeat(3, 1fr) !important;
    }

    .career-slider .image-item {
        width: 250px !important;
        height: 150px !important;
        margin: 2px !important;
    }

    .career-slider .slider-row {
        animation-duration: 20s !important;
    }

    .orbital-slider {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        flex-direction: column !important;
        height: 100vh !important;
        margin: 300px 0 0 0 !important;
    }

    .orbit-image {
        width: clamp(243px, 32vw, 421px) !important;
        aspect-ratio: 658 / 265 !important;
    }

    .growth-card {
        width: 400px !important;
    }

    .dropdown-menu li a {
        font-size: 1rem !important;
        text-align: center !important;
        padding: 10px 24px !important;
    }

    .footer-copyright {
        display: flex;
        justify-content: center;
        text-align: center;
    }

    .jdg-btn {
        padding: 16px 13px !important;
        font-size: 0.675rem;
    }
    .logo-icon{
        width: 55px;
    height: 55px;
    }
        .header-content {
        padding: 0 0 10px 0;
    }
}

/* ============================================

   ANIMATIONS

=============================================== */

@keyframes float {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-15px);
    }

    100% {
        transform: translateY(0px);
    }
}

@keyframes rotateCircle {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes bottomToTop {
    0% {
        opacity: 0;
        transform: translateY(50px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

@keyframes scroll-left {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

@keyframes scroll-right {
    0% {
        transform: translateX(calc(-100% + 100vw));
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes slowShimmer {
    0% {
        background-position: 500% 0;
    }

    100% {
        background-position: -500% 0;
    }
}

@keyframes shimmer {
    0% {
        background-position: 200% 0;
    }

    100% {
        background-position: -200% 0;
    }
}

@keyframes jdgScroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(var(--jdg-scroll-distance));
    }
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

@keyframes logoScroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

@keyframes growthScroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(var(--jdg-scroll-distance));
    }
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media screen and (max-height:750px) {
    .nav-menu li a {
       font-size: 14px;
    }

    .dropdown-menu li a {
        padding: 5px 15px !important;
    }
}

.wdd-serve-image img {
    object-position: center top;
}

/* ========================================
   TEXT SELECTION
======================================== */

::selection {
    background: #5b5df0;
    color: #ffffff;
}

::-moz-selection {
    background: #5b5df0;
    color: #ffffff;
}


/* ========================================
   CUSTOM SCROLLBAR
======================================== */

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}


/* Track */

::-webkit-scrollbar-track {
    background: #07070a;
}


/* Thumb */

::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg,
            #6d63ff 0%,
            #5146e5 45%,
            #2d2f8f 100%);

    border-radius: 999px;
    border: 2px solid #07070a;

    box-shadow:
        0 0 12px rgba(91, 93, 240, 0.25),
        0 0 24px rgba(81, 70, 229, 0.12);
}


/* Hover */

::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg,
            #7a72ff 0%,
            #635bff 45%,
            #3b3fc4 100%);

    box-shadow:
        0 0 16px rgba(108, 99, 255, 0.35),
        0 0 30px rgba(81, 70, 229, 0.18);
}


/* Corner */

::-webkit-scrollbar-corner {
    background: #07070a;
}


.whatsapp-float {
    position: fixed;
    right: 30px;
    bottom: 30px;
    width: 52px;
    height: 52px;
    background-color: #25d366;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
    z-index: 9999;
    transition: all 0.3s ease;
}

.whatsapp-float:hover {
    transform: scale(1.1);
    background-color: #20ba5a;
}

.whatsapp-float svg {
    width: 32px;
    height: 32px;
    fill: #ffffff;
}

.exit-popup-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.82);
    backdrop-filter: blur(8px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s ease;
    padding: 20px;
}

.exit-popup-overlay.active {
    opacity: 1;
    visibility: visible;
}

.exit-popup {
    width: 100%;
    max-width: 620px;
    background: rgba(10, 10, 10, 0.95);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 28px;
    padding: 50px;
    position: relative;
    overflow: hidden;
    box-shadow:
        0 0 60px rgba(91, 76, 255, 0.25),
        0 0 120px rgba(0, 212, 255, 0.08);
}

.exit-popup::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at top left,
            rgba(123, 97, 255, 0.18),
            transparent 40%);
    pointer-events: none;
}

.popup-badge {
    display: inline-block;
    padding: 8px 16px;
    background: rgba(123, 97, 255, 0.12);
    border: 1px solid rgba(123, 97, 255, 0.25);
    border-radius: 999px;
    color: #9d8cff;
    font-size: 12px;
    letter-spacing: 2px;
    margin-bottom: 24px;
}

.exit-popup h2 {
    font-size: 42px;
    line-height: 1.15;
    color: #fff;
    margin-bottom: 18px;
    font-weight: 700;
}

.exit-popup p {
    color: #b5b5c3;
    line-height: 1.7;
    margin-bottom: 32px;
    font-size: 16px;
}

.popup-input input {
    width: 100%;
    height: 60px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 0 20px;
    color: #fff;
    font-size: 15px;
    margin-bottom: 24px;
    outline: none;
}

.popup-input input:focus {
    border-color: #7b61ff;
    box-shadow: 0 0 20px rgba(123, 97, 255, 0.15);
}

.popup-options {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-bottom: 28px;
}

.popup-options button {
    min-height: 64px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.03);
    color: #fff;
    padding: 15px;
    cursor: pointer;
    transition: 0.3s ease;
    font-size: 14px;
}

.popup-options button:hover,
.popup-options button.active {
    background: linear-gradient(135deg,
            rgba(123, 97, 255, 0.18),
            rgba(0, 212, 255, 0.08));
    border-color: rgba(123, 97, 255, 0.35);
    transform: translateY(-2px);
}

.popup-submit {
    width: 100%;
    height: 62px;
    border: none;
    border-radius: 18px;
    background: linear-gradient(135deg,
            #7b61ff,
            #4f8cff);
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s ease;
}

.popup-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 30px rgba(123, 97, 255, 0.35);
}

.popup-close {
    position: absolute;
    top: 20px;
    right: 20px;
    background: transparent;
    border: none;
    color: #999;
    font-size: 28px;
    cursor: pointer;
}

.exit-popup img {
    width: 35%;
    position: absolute;
    right: 0;
    top: 50px;
}

.exit-popup h2 {
    width: 70%;
}

@media(max-width:768px) {

    .exit-popup {
        padding: 35px 24px;
    }

    .exit-popup h2 {
        font-size: 30px;
    }

    .popup-options {
        grid-template-columns: 1fr;
    }
}


/* ============================================
   FULL-WIDTH TABBED MEGA MENU
=============================================== */
.tabs-mega-menu {
    position: fixed;
    top: 100%; left: 0; right: 0;
       width: 100%;
    max-width: 100%;
    background: linear-gradient(180deg, #0f1019 0%, #0b0c14 100%);
    border-bottom: 1px solid rgba(139, 92, 246, 0.22);
    padding: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-12px);
    transition: opacity 0.28s ease, transform 0.28s ease, visibility 0.28s;
    z-index: 999;
    overflow: hidden;
    backdrop-filter: blur(20px);
    border-radius: 28px ;
}
.tabs-mega-menu::before {
    content: ""; position: absolute; top: 0; left: 0; right: 0; height: 1px;
    background: linear-gradient(90deg, transparent, rgba(139,92,246,0.5), transparent);
}
.has-dropdown:hover .tabs-mega-menu,
.tabs-mega-menu:hover {
    opacity: 1; visibility: visible; transform: translateY(0);
}
.tabs-mega-inner {
      display: grid;
    grid-template-columns: 270px 1fr;
    min-height: 560px;
    max-height: 78vh;
    position: relative;
    max-width: 1700px;
    margin: 0 auto;
}

/* ---- LEFT SIDEBAR ---- */
.tabs-sidebar {
        padding: 25px;
    border-right: 1px solid rgba(255, 255, 255, 0.06);
    background: radial-gradient(circle at 0% 0%, rgba(99, 102, 241, 0.14), transparent 55%), radial-gradient(circle at 0% 100%, rgba(124, 58, 237, 0.08), transparent 45%), rgba(13, 14, 22, 0.45);
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: rgba(139, 92, 246, 0.35) transparent;
}
.tabs-sidebar::-webkit-scrollbar { width: 6px; }
.tabs-sidebar::-webkit-scrollbar-track { background: transparent; }
.tabs-sidebar::-webkit-scrollbar-thumb { background: rgba(139,92,246,0.35); border-radius: 99px; }

.tabs-sidebar-header {
    display: flex; align-items: center; gap: 14px;
    padding: 0 14px 22px;
    margin-bottom: 14px;
    border-bottom: 1px solid rgba(255,255,255,0.06);
}
.tabs-sidebar-header .mm-logo {
    width: 42px; height: 42px; border-radius: 12px;
    background: var(--jdg-purple-gradient, linear-gradient(143.3deg, #4f46e5 11.14%, #6366f1 88.86%));
    display: flex; align-items: center; justify-content: center;
    color: #fff; box-shadow: 0 8px 24px rgba(99,102,241,0.4);
}
.tabs-sidebar-header .mm-logo svg { width: 22px; height: 22px; stroke: currentColor; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.tabs-sidebar-header .h3 {
    font-family: var(--jdg-satoshi-font-family, "Satoshi", sans-serif);
    font-size: 0.8rem; letter-spacing: 2px; text-transform: uppercase;
    color: #a78bfa; margin: 0; font-weight: 900;
}
.tabs-sidebar-header span {
    font-family: var(--jdg-body-font-family, "Manrope", sans-serif);
    font-size: 0.78rem; color: var(--jdg-mid, #9ca3af);
    text-transform: none; letter-spacing: 0; display: block; margin-top: 2px;
}

.tab-item {
  display: flex;
    gap: 14px;
    padding: 8px 10px;
    border-radius: 14px;
    cursor: pointer;
    color: var(--jdg-gray, #d4d4d8);
    font-family: var(--jdg-heading-font-family);
    font-size: 15px;
    font-weight: 500;
    transition: all 0.22s ease;
    margin-bottom: 0px;
    position: relative;
    text-align: left;
    background: transparent;
    border: none;
    width: 100%;
    align-items: center;
}
/* .tab-item .tab-ico {
    width: 38px; height: 38px; flex-shrink: 0;
    border-radius: 11px;
    background: rgba(99,102,241,0.08);
    border: 1px solid rgba(139,92,246,0.15);
    display: flex; align-items: center; justify-content: center;
    color: #a78bfa;
    transition: all 0.25s ease;
} */
.tab-item .tab-ico svg {
    width: 19px; height: 19px;
    stroke: currentColor; fill: none;
    stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round;
}
.tab-item .tab-arrow {
    margin-left: auto; color: rgba(255,255,255,0.25);
    font-size: 18px;
    transition: transform 0.25s ease, color 0.25s ease, opacity 0.2s;
    opacity: 0;
}
.tab-item:hover { color: #fff; background: rgba(139,92,246,0.06); }
.tab-item:hover .tab-ico {
    background: rgba(99,102,241,0.16);
    border-color: rgba(139,92,246,0.35);
    color: #c4b5fd;
}
.tab-item:hover .tab-arrow { opacity: 1; color: #a78bfa; transform: translateX(3px); }
.tab-item.active {
    background: var(--jdg-purple-gradient, linear-gradient(143.3deg, #4f46e5 11.14%, #6366f1 88.86%));
    color: #fff;
    box-shadow: 0 8px 24px rgba(99,102,241,0.35);
}
.tab-item.active .tab-ico {
    color: #fff;
}
.tab-item.active .tab-arrow { opacity: 1; color: #fff; }

/* ---- RIGHT CONTENT ---- */
.tabs-content {
       padding: 20px;
    position: relative;
    overflow-y: auto;
    max-height: 78vh;
    overflow-x: hidden;
}
.tabs-panel { display: none; animation: fadeSlide 0.35s ease; }
.tabs-panel.active { display: block; }
@keyframes fadeSlide {
    from { opacity: 0; transform: translateY(8px); }
    to   { opacity: 1; transform: translateY(0); }
}

.tabs-panel-header {
    display: flex; align-items: flex-end; justify-content: space-between;
    margin-bottom: 32px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255,255,255,0.06);
    gap: 20px;
}
.tabs-panel-kicker {
    font-family: var(--jdg-satoshi-font-family, "Satoshi", sans-serif);
    font-size: 0.72rem; letter-spacing: 2.5px; text-transform: uppercase;
    color: var(--jdg-mid, #9ca3af); margin: 0 0 8px;
    display: flex; align-items: center; gap: 10px;
    display: none;
}
.tabs-panel-kicker::before {
    content: ""; width: 24px; height: 2px;
    background: var(--jdg-purple-gradient, linear-gradient(143.3deg, #4f46e5, #6366f1));
    border-radius: 2px;
}
.tabs-panel-title {
    font-family: var(--jdg-heading-font-family, "Funnel Display", sans-serif);
       font-size: 22px;
    font-weight: 500; color: #fff; margin: 0; line-height: 1.15;
}
.tabs-panel-title span.accent { color: #a78bfa; }
.tabs-panel-subtitle {
    font-size: 0.95rem; color: var(--jdg-mid, #9ca3af);
    margin: 10px 0 0; max-width: 560px; line-height: 1.6;
    display:none;
}
a.tabs-panel-viewall {
    font-family: var(--jdg-heading-font-family, "Funnel Display", sans-serif);
    font-size: 0.85rem !important; font-weight: 500;
    color: var(--jdg-mid, #9ca3af); white-space: nowrap;
    text-transform: uppercase; letter-spacing: 1px;
    display: inline-flex; align-items: center;     gap: 8px;
    padding: 10px 18px; border-radius: 999px;
    border: 1px solid rgba(255,255,255,0.1);
    transition: all 0.25s ease;
    align-self: center;
}
.tabs-panel-viewall:hover {
    color: #fff; border-color: rgba(167,139,250,0.5);
    background: rgba(139,92,246,0.08);
}

.service-cards-grid {
        display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 10px;
    position: relative;
    z-index: 2;
}
a.service-card {
    display: flex; align-items: center; gap: 16px;
    padding: 12px !important;
    height: auto !important;
    background: rgba(255,255,255,0.025);
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 18px;
    transition: all 0.28s cubic-bezier(0.4,0,0.2,1);
    text-decoration: none;
    color: inherit;
    position: relative;
    overflow: hidden;
    margin:0 !important;
        flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
a.service-card::before {
    content: ""; position: absolute; inset: 0;
    background: radial-gradient(circle at var(--mx,50%) var(--my,50%), rgba(139,92,246,0.12), transparent 60%);
    opacity: 0; transition: opacity 0.35s ease;
    pointer-events: none;
}
a.service-card:hover {
    background: rgba(139,92,246,0.06);
    border-color: rgba(139,92,246,0.32);
    transform: translateY(-3px);
    box-shadow: 0 18px 40px rgba(0,0,0,0.35), 0 0 0 1px rgba(139,92,246,0.15);
}
a.service-card:hover::before { opacity: 1; }
.sc-ico {
    color: #a78bfa;
}
.sc-ico svg {
    width: 28px; height: 28px;
    stroke: currentColor; fill: none;
    stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round;
}
.sc-ico.solid svg { fill: currentColor; stroke: none; }
.sc-body { flex: 1; min-width: 0; padding-right: 4px; }
.sc-title {
    font-family: var(--jdg-heading-font-family, "Funnel Display", sans-serif);
    font-size: 1rem; font-weight: 500;
    color: #fff; margin: 0 0 6px; line-height: 1.3;
}
.sc-desc {
    font-family: var(--jdg-body-font-family, "Manrope", sans-serif);
    font-size: 12px; font-weight: 400;
    color: var(--jdg-mid, #9ca3af); margin: 0; line-height: 1.55;
}
.sc-arrow {
    color: rgba(255,255,255,0.3);
    font-size: 20px;
    margin-left: auto;
    align-self: center;
    flex-shrink: 0;
    transition: all 0.25s ease;
    display:none;
}

/* decorative AI chip */
.tabs-decor {
    position: absolute;
    right: -30px; bottom: -30px;
    width: 360px; height: 360px;
    pointer-events: none;
    opacity: 0.55;
    z-index: 1;
    display:none;
}


/* ============================================
   RESPONSIVE
=============================================== */
@media (min-width: 1800px) {
    .tabs-mega-inner { max-width: 1800px; }
}
@media (max-width: 1399px) {
    .service-cards-grid { grid-template-columns: repeat(4, minmax(0,1fr)); }
    .tabs-mega-inner { grid-template-columns: 290px 1fr; }
    .tabs-content { padding: 36px 36px 40px; }
    .tabs-sidebar { padding: 32px 16px 32px 32px; }
    .nav-menu{
            gap: 18px;
    }
    #aiseoDropdown{
            padding: 7px 10px;
    }
        .jdg-btn {
        padding: 24px 11px !important;
    }
}
@media (max-width: 1199px) {
    .tabs-mega-inner { grid-template-columns: 260px 1fr; min-height: 500px; }
    /*.sc-ico { width: 48px; height: 48px; border-radius: 13px; }*/
    .sc-ico svg { width: 24px; height: 24px; }
    .sc-title { font-size: 1rem; }
    .sc-desc { font-size: 0.82rem; }
}
@media (max-width: 991px) {
    /* Disable hover open on mobile */
    .has-dropdown:hover .tabs-mega-menu { opacity: 0; visibility: hidden; transform: translateY(-12px); }
    .has-dropdown.mobile-open .tabs-mega-menu {
        opacity: 1; visibility: visible; transform: none;
        position: static;
        width: 100%; max-width: 100%;
        top: auto; left: auto; right: auto;
        margin-top: 0;
        border-radius: 0 0 18px 18px;
        padding: 0;
        box-shadow: none;
        border: 1px solid rgba(139,92,246,0.18);
        border-top: none;
        background: rgba(15,16,25,0.6);
    }
    .tabs-mega-inner { grid-template-columns: 1fr; min-height: auto; display: block; max-height: none; height:500px;overflow-y:auto; }
    .tabs-sidebar { display: none; } /* hide desktop tabs on mobile */
    .tabs-content { padding: 18px; max-height: none; overflow: visible; }

    /* Mobile accordion */
    .mobile-acc-wrapper { display: flex; flex-direction: column; gap: 10px; }
    .mobile-acc-item {
        border: 1px solid rgba(255,255,255,0.06);
        border-radius: 14px;
        background: rgba(255,255,255,0.02);
        overflow: hidden;
    }
    .mobile-acc-head {
        width: 100%; background: transparent; border: none;
               padding: 8px 18px;
        display: flex; align-items: center; gap: 14px;
        color: #fff; font-family: var(--jdg-heading-font-family, "Funnel Display", sans-serif);
        font-size: 1.05rem; font-weight: 500;
        cursor: pointer; text-align: left;
    }
    .mobile-acc-head .tab-ico {
        width: 36px; height: 36px; border-radius: 10px;
        background: rgba(99,102,241,0.10);
        border: 1px solid rgba(139,92,246,0.2);
        display: flex; align-items: center; justify-content: center;
        color: #a78bfa; flex-shrink: 0;
    }
    .mobile-acc-head .tab-ico svg { width: 18px; height: 18px; stroke: currentColor; fill: none; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
    .mobile-acc-head .chev { margin-left: auto; color: #a78bfa; transition: transform 0.3s ease; }
    .mobile-acc-item.open .mobile-acc-head .chev { transform: rotate(180deg); }
    .mobile-acc-item.open .mobile-acc-head { background: rgba(139,92,246,0.08); }
    .mobile-acc-body { max-height: 0; overflow: hidden; transition: max-height 0.35s ease; padding: 0 18px; }
    .mobile-acc-item.open .mobile-acc-body {        max-height: fit-content;
        padding: 15px; }

    .service-cards-grid { grid-template-columns: 1fr; gap: 10px; }
    .service-card { padding: 16px; gap: 14px; border-radius: 12px; }
    /*.sc-ico { width: 44px; height: 44px; border-radius: 11px; }*/
    .sc-ico svg { width: 22px; height: 22px; }
    .sc-title { font-size: 0.98rem; }
    .sc-desc { font-size: 0.82rem; }
    .tabs-panel-title { font-size: 1.2rem; }
    .tabs-panel-header { flex-direction: column; align-items: flex-start; gap: 12px; margin-bottom: 18px; padding-bottom: 14px; }
    .tabs-panel-viewall { align-self: flex-start; }
    .tabs-decor { display: none; }
    .tabs-panel { display: block !important; animation: none; }
    .tabs-panel.desktop-only { display: none !important; }

    /* Hide old dropdown-toggle-btn remnants in case any still exist */
    .dropdown-toggle-btn { display: none !important; }
    .dropdown-label-row { width: 100%; }
}
@media (min-width: 992px) {
    .mobile-acc-wrapper { display: none !important; }
    .dropdown-toggle-btn { display: none !important; }
}
@media (max-width: 576px) {
    .service-card { flex-wrap: wrap; }
    .sc-arrow { align-self: flex-start; margin-top: 4px; }
}
.tabs-content::before{
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 120px; /* Adjust as needed */
    height: 120px; /* Adjust as needed */
    background: url("https://justdigitalgurus.com/assets/front/imgs/logo.svg") no-repeat center;
    background-size: contain;
    pointer-events: none;
    opacity: 0.1; /* Optional */
}
/*  */



/* Ensure the parent is the reference point */
#aiseoDropdown {
    position: relative;
}

/* The Dropdown Container */
#aiseoDropdown .dropdown-menu {
    position: absolute;
    top: 110%; /* Spacing below header */
    left: 50%;
    transform: translateX(-50%) translateY(15px); /* Center and offset for animation */
    
    background: rgba(15, 15, 16, 0.98); /* Deep dark background */
    backdrop-filter: blur(12px); /* Glass effect */
    -webkit-backdrop-filter: blur(12px);
    
    border: 1px solid rgba(255, 255, 255, 0.1); /* Subtle light border */
    border-radius: 14px; /* Rounded corners */
    min-width: 260px;
    padding: 12px 0;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.6);
    list-style: none;
    margin: 0;
    z-index: 9999;

    /* Hidden state */
    opacity: 0;
    visibility: hidden;
    display: block !important; /* Overrides theme default display:none */
    transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}

/* Hover Animation */
#aiseoDropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}

/* Individual Link Items */
#aiseoDropdown .dropdown-menu li {
    width: 100%;
    margin: 0;
}

#aiseoDropdown .dropdown-menu li a {
    display: block;
    padding: 12px 24px;
    color: rgba(255, 255, 255, 0.8) !important;
    text-align: center; /* Centered text as per screenshot */
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.2s ease;
    background: transparent !important; /* Clear theme defaults */
    border: none !important;
}

/* Link Hover State */
#aiseoDropdown .dropdown-menu li a:hover {
    color: #ffffff !important;
    background: rgba(255, 255, 255, 0.05) !important;
}

/* Mobile Compatibility */
@media (max-width: 991px) {
    #aiseoDropdown .dropdown-menu {
        position: static;
        transform: none;
        opacity: 1;
        visibility: visible;
        display: none !important; /* Let existing JS toggle it */
        background: transparent;
        border: none;
        box-shadow: none;
        width: 100%;
        padding-left: 20px;
    }

    #aiseoDropdown.mobile-open .dropdown-menu {
        display: block !important;
    }

    #aiseoDropdown .dropdown-menu li a {
        text-align: left; /* Align left for mobile menus */
        padding: 10px 0;
    }
}
/* 1. Base Container Setup */
#aiseoDropdown {
   position: relative;
    z-index: 1;
    margin: 0;
    padding: 7px 20px;
}

/* 2. The Animated Border Layer */
#aiseoDropdown::before {
    content: "";
    position: absolute;
    inset: -1px; /* Size of the border */
    border-radius: 30px; /* Match your header button roundness */
    padding: 1.5px; /* Border thickness */
    
    /* Gradient Colors (Purple/Indigo AI theme) */
    background:linear-gradient(90deg, #8b5cf6, #d3d3d3, #000000, #8b5cf6);
    background-size: 300% 100%;
    
    /* This creates the "border only" look */
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    
    /* Animation */
    animation: borderRotate 4s linear infinite;
    pointer-events: none;
}

/* 3. The Subtle Outer Glow (Breathing Effect) */
#aiseoDropdown::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 30px;
    background: rgba(139, 92, 246, 0.4);
    filter: blur(12px);
    z-index: -1;
    animation: aiPulse 3s ease-in-out infinite;
    pointer-events: none;
}

/* 4. Animations */

/* Rotating Gradient */
@keyframes borderRotate {
    0% { background-position: 0% 50%; }
    100% { background-position: 100% 50%; }
}

/* Pulsing Glow */
@keyframes aiPulse {
    0%, 100% { transform: scale(0.9); opacity: 0.3; }
    50% { transform: scale(1.1); opacity: 0.6; }
}

/* Ensure the link text stays above the glow */
#aiseoDropdown > a {
    position: relative;
    z-index: 2;
}

/* Mobile: Disable complex animations to save battery/performance if needed */
@media (max-width: 991px) {
    #aiseoDropdown::after {
        display: none;
    }
    #aiseoDropdown::before {
        animation-duration: 6s; /* Slower on mobile */
    }
    
}
 /* ============================================
   PANEL CTA BANNER (Industry SEO only)
   =============================================== */
.panel-cta-banner {
    margin-top: 24px;
}

.panel-cta-inner {
    display: flex;
    align-items: center;
    gap: 20px;
    background: linear-gradient(135deg, #1a1a2e 0%, #16162a 100%);
    border: 1px solid rgba(124, 58, 237, 0.25);
    border-radius: 16px;
    padding: 24px 28px;
    position: relative;
    overflow: hidden;
}

.panel-cta-inner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(ellipse at 20% 50%, rgba(124, 58, 237, 0.08) 0%, transparent 70%);
    pointer-events: none;
}

.panel-cta-icon {
    width: 56px;
    height: 56px;
    min-width: 56px;
    background: linear-gradient(135deg, #7c3aed, #6d28d9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    position: relative;
    flex-shrink: 0;
}

.panel-cta-icon svg {
    width: 26px;
    height: 26px;
}

.panel-cta-sparkle {
    position: absolute;
    font-size: 10px;
    color: #a78bfa;
    animation: sparkle-pulse 2s ease-in-out infinite;
}

.panel-cta-sparkle:nth-child(2) { animation-delay: 0.6s; }
.panel-cta-sparkle:nth-child(3) { animation-delay: 1.2s; }

@keyframes sparkle-pulse {
    0%, 100% { opacity: 0.4; transform: scale(1); }
    50% { opacity: 1; transform: scale(1.3); }
}

.panel-cta-text {
    flex: 1;
    min-width: 0;
}

.panel-cta-text b {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 6px;
    line-height: 1.3;
}

.panel-cta-highlight {
    color: #a78bfa;
}

.panel-cta-text p {
    font-size: 14px;
    color: #9ca3af;
    margin: 0;
    line-height: 1.5;
}

.panel-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #7c3aed, #6d28d9);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 12px 22px;
    border-radius: 10px;
    text-decoration: none;
    white-space: nowrap;
    flex-shrink: 0;
    transition: all 0.25s ease;
    border: none;
    cursor: pointer;
}

.panel-cta-btn svg {
    width: 16px;
    height: 16px;
}

.panel-cta-btn:hover {
    background: linear-gradient(135deg, #8b5cf6, #7c3aed);
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(124, 58, 237, 0.4);
    color:#fff !important;
}

/* ---- Responsive ---- */
@media (max-width: 1024px) {
    .panel-cta-inner {
        flex-wrap: wrap;
        gap: 16px;
        padding: 20px;
    }
    .panel-cta-btn {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 600px) {
    .panel-cta-inner {
        text-align: center;
        flex-direction: column;
        align-items: center;
    }
    .panel-cta-text h4 {
        font-size: 16px;
    }
    .panel-cta-text p {
        font-size: 13px;
    }
}
.scc-preset-preview ul{
    column-count:4;
}
@media only screen and (max-width:575px){
    .scc-preset-preview ul{
    column-count:1;
}
}
.scc-adv-tab {
  pointer-events: none;
  cursor: default;
}

#aiseoDropdownMegaMenu .tabs-panel.active {
    display: block;
    width: 100%;
}
/*#aiseoDropdownMegaMenu .service-cards-grid{*/
/*    grid-template-columns: repeat(3, minmax(0, 1fr));*/
/*}*/
#aiseoDropdownMegaMenu .tabs-mega-inner{
    display: block;
    max-height: -webkit-fill-available;
    min-height: auto;
    
}

.scc-field input, .scc-field select ,.wdd-field input, .wdd-field select{
        background-color: #f5f5f55e !important;
    border: none !important;
    border-radius: 10px !important;
    padding: 15px 20px !important;
    font-family: Funnel Display;
    font-weight: 400 !important;
    font-size: 0.875rem !important;
    line-height: normal !important;
    text-transform: uppercase;
    color: var(--jdg-white) !important;
    transition: all 0.3s !important;
}
::placeholder{
     color: #9ca3af !important;
}
.scc-field select option , .wdd-field select option {
    background-color: #1e1e2f;
    color: white;
}

.scc-field input:focus,
.scc-field select:focus ,  .wdd-field input:focus, .wdd-field select:focus{
    outline: 2px solid #6c63ff !important;
}
.seo-side{
    padding: 35px !important;
}
.seo-feature-list{
        gap: 20px !important;
}
.seo-feature-item{
        padding: 15px !important;
        gap: 10px !important;
}
.seo-icon{
        margin-top: 6px !important;
            width: 10px !important;
    height: 10px !important;
}
.seo-feature-item h4 {
    margin: 0 !important;
    font-size: 18px !important;
    line-height: 1.2 !important;
}