/* ============================================
   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,
.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;*/
    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/app/public/media/book-meeting-bg-img.webp");
}

.about-page-banner {
    background-image: url("/storage/app/public/media/banner-bg-img.webp"); 
}

.tech-inner-page-banner {
    background-image: url("/storage/app/public/media/tech-inner-banner-bg.webp");
}

.work-page-banner,
.work-detail-page-banner {
    background-image: url("/storage/app/public/media/work-bg-img.webp");
}

.blog-page-banner {
    background-image: url("/storage/app/public/media/banner-bg-img.webp");
    padding-top: 160px;
}

.services-page-banner {
    background-image: url("/storage/app/public/media/banner-bg-img.webp");
}

.services-inner-page-banner {
    background-image: url("/storage/app/public/media/banner-bg-img.webp");
}

.contact-page-banner {
    background-image: url("/storage/app/public/media/work-bg-img.webp");
}

.life-at-jdg-page-banner {
    background-image: url("/storage/app/public/media/work-bg-img.webp");
}

.careers-page-banner {
    background-image: url("/storage/app/public/media/banner-bg-img.webp");
}

.pricing-page-banner {
    background-image: url("/storage/app/public/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("/assets/front/imgs/404-bg-img.png") 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: absolute;
    top: 0px;
    left: 0;
    right: 0;
    border-radius: 15px;
    margin: 35px 40px 0px 40px;
    padding: 10px;
    z-index: 1000;
    transition: all 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;
}

.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: 40px;
    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: 1.125rem;
    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;
    min-width: 280px;
    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% + 10px);
}

.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);
}

/* ============================================
   BOOK NOW
=============================================== */
.cta-wrapper {
    background: #0a0a0a;
    border-radius: 20px;
    padding: 120px 40px;
    background-image: url("/storage/app/public/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 30s 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) 80%
    );
    -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;
}

.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: 1rem;
}

/* 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;
}

/* ============================================
   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);
}

/* ============================================
   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 (min-width: 1600px) {
    .container {
        max-width: 1660px !important;
    }
    
    .services-inner-banner-content {
        max-width: 100%;
    }

    .header-wrapper {
        margin: 35px 270px 0px 270px !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;
    }
}

@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: 11% !important;
    }

    .icon-7 {
        right: 11% !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) {
    .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 15px !important;
    }

    .nav-menu li a {
        font-size: 0.8rem !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;
    }
    
}

/* 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 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;
    }

    .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;
    }

    /*.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-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;
    }
    
    .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;
    }

    .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: column !important;
        justify-content: center !important;
        align-items: center !important;
        text-align: center !important;
        padding: 20px !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;
    }
}

/* ============================================

   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);
    }
}