html,
body {
    background-color: #000000 !important;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-family: "Sora", sans-serif;
}


html {
    overflow-y: auto !important;
    overflow-x: hidden;
    scrollbar-width: thin;
    scrollbar-color: #ffffff #000000;
}

::-webkit-scrollbar {
    width: 10px !important;
    display: block !important;
}

::-webkit-scrollbar-track {
    background: #000000 !important;
}

::-webkit-scrollbar-thumb {
    background: #ffffff !important;
    border-radius: 10px !important;
    border: 2px solid #000000 !important;
}

::-webkit-scrollbar-thumb:hover {
    background: #EFAF26 !important;
}

body {
    overflow-x: hidden !important;
    height: auto !important;
}


@font-face {
    font-family: 'Ethnocentric';
    src: url('../font/ethnocentric.italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}

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

h1 {
    font-weight: 500;
    font-size: 60px;
}

h2 {
    font-weight: 500;
    font-size: 50px;
    margin-bottom: 16px;
}

h3 {
    font-size: 30px;
    font-weight: 600;
}

h4 {
    font-size: 25px;
    font-weight: 600;
}

h5 {
    font-size: 20px;
    margin-bottom: 16px;
}

h6 {
    font-size: 18px;
    margin-bottom: 16px;
}

p {
    font-size: 16px;
    margin-bottom: 20px;
    color: #CECDCD;
}

a {
    text-decoration: none;
    border-bottom: none;
    color: black;
}

.container {
    max-width: 100%;
    padding: 0 4vw;
}

.pt-100 {
    padding-top: 100px;
}

.pb-100 {
    padding-bottom: 100px;
}

.py-100 {
    padding: 100px 0;
}

.py-200 {
    padding: 200px 0;
}

.pb-40 {
    padding: 40px 0;
}

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

.py-150 {
    padding: 150px 0;
}

.py-40 {
    padding: 40px 0;
}



/*//////////////////////////////*/

.dk-main-nav {
/*     background-color: #0b0b0b !important; */
    overflow: visible !important;
}

.dk-nav-container {
    position: relative;
    overflow: visible !important;
}

.logo-text {
    color: #EFAF26 !important;
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
    text-decoration: none !important;
    letter-spacing: 1px;
}

.custom-nav-link {
    color: #ffffff !important;
    font-size: 16px;
    font-weight: 400;
    transition: 0.3s ease;
}

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

.btn-book-call {
    background: #EFAF26 !important;
    color: #000 !important;
    border-radius: 48px;
    padding: 10px 25px;
    font-weight: 500;
    text-decoration: none;
    border: none;
    font-size: 16px;
    transition: 0.3s ease;
}

.btn-book-call:hover {
    background: #ffffff !important;
    color: #000 !important;
}

@media (min-width: 992px) {
    .dk-mega-parent {
        position: static !important;
    }

    .border-end-custom {
        border-right: none !important;
        border-bottom: none !important;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .dk-mega-box {
        display: block;
        position: absolute !important;
        top: 80%;
        left: 50% !important;
        transform: translateX(-50%) !important;

        width: 850px !important;
        background-color: #ffffff !important;
        border-radius: 12px !important;
        padding: 25px !important;
        z-index: 9999;
        box-shadow: 0 15px 50px rgba(0, 0, 0, 0.4) !important;
        visibility: hidden;
        opacity: 0;
        transition: all 0.3s ease-in-out;
        pointer-events: none;
    }

    .dk-mega-parent:hover .dk-mega-box {
        visibility: visible;
        opacity: 1;
        top: 100%;
        pointer-events: auto;
        margin-top: 15px;
    }

    .dk-mega-box::before {
        content: "";
        position: absolute;
        top: -30px;
        left: 0;
        width: 100%;
        height: 40px;
        background: transparent;
    }

    .border-end-custom {
        border-right: 1px solid #eeeeee !important;
    }
}

.dk-list {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.dk-list li a {
    color: #333333 !important;
    text-decoration: none !important;
    display: block !important;
    padding: 10px 15px !important;
    font-size: 14.5px !important;
    font-weight: 500 !important;
    line-height: 1.4;
    transition: 0.2s ease;
    border-radius: 6px;
}

.dk-list li a:hover {
    background-color: #fcf6e8 !important;
    color: #EFAF26 !important;
    padding-left: 25px !important;
}

@media (max-width: 991px) {
    .navbar-collapse {
        background: #111;
        padding: 20px;
        border-radius: 10px;
        margin-top: 15px;
    }

    .dk-mega-box {
        width: 100% !important;
        position: static !important;
        transform: none !important;
        display: none;
        background: #ffffff !important;
        border-radius: 10px;
        margin-top: 10px;
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto !important;
    }

    .dk-mega-parent.active .dk-mega-box {
        display: block !important;
    }

    .border-end-custom {
        border-right: none !important;
        border-bottom: 1px solid #eeeeee !important;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
}


/*///////////////*/

.dk-trigger i {
    transition: transform 0.3s ease;
}

@media (max-width: 991px) {
    .dk-mega-parent.active .dk-mega-box {
        display: block !important;
        opacity: 1 !important;
        visibility: visible !important;
        height: auto !important;
        padding: 8px !important;
        background: #000 !important;
    }

    .dk-mega-box .col-lg-6 {
        width: 100%;
    }

    .dk-list li a {
        padding: 12px 10px !important;
        border-bottom: 1px solid #f0f0f0;
        color: #fff !important;
    }

    .navbar-collapse {
        background: #111;
        padding: 10px;
        border-radius: 10px;
        margin-top: 15px;
    }
}




@media (max-width: 991px) {
    .navbar-collapse {
        max-height: 85vh;
        overflow-y: auto !important;
        padding-bottom: 40px;
    }

    .dk-trigger {
        display: flex !important;
        align-items: center;
        justify-content: space-between;
    }

    .dk-trigger i {
        padding: 10px 20px;
        margin-right: -10px;
        cursor: pointer;
    }

    .dk-list li:last-child a {
        border-bottom: none;
    }
}

/*/////////////////*/

.xp-hero-wrapper {
    background-image: url('../img/banner-1.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    padding: 100px 0 100px 0;
    overflow: hidden;
    min-height: 90vh;
    display: flex;
    align-items: center;
    color: #ffffff;
}

.xp-hero-glow {
    display: none;
}

.xp-hero-content {
    position: relative;
    z-index: 2;
}

.xp-hero-title {
    font-size: 64px;
    font-weight: 400;
    line-height: 1.1;
    margin-bottom: 25px;
    letter-spacing: -1px;
    text-shadow: 0px 4px 15px rgba(0, 0, 0, 0.3);
}

.xp-hero-subtitle {
    font-size: 20px;
    color: #fff;
    margin: 0 auto 40px auto;
    line-height: 1.6;
    text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3);
}

.xp-btn-outline {
    display: inline-flex;
    align-items: center;
    padding: 12px 30px;
    border: 1px solid #ffffff;
    border-radius: 50px;
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 16px;
    font-weight: 500;
}

.xp-btn-outline:hover {
    background-color: #ffffff;
    color: #000000;
}

.xp-btn-outline svg {
    margin-left: 8px;
    transition: transform 0.3s ease;
}

.xp-btn-outline:hover svg {
    transform: translateX(5px);
}

.xp-scroll-down {
    margin-top: 60px;
}

.xp-scroll-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    color: #ffffff;
    transition: all 0.3s ease;
    animation: bounce 2s infinite;
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-10px);
    }

    60% {
        transform: translateY(-5px);
    }
}

@media (max-width: 768px) {
    .xp-hero-wrapper {
        padding: 60px 0 60px 0;
    }

    .xp-hero-title {
        font-size: 36px;
        font-weight: 700;
        line-height: 1.1;
        margin-bottom: 25px;
        letter-spacing: -1px;
        text-shadow: 0px 4px 15px rgba(0, 0, 0, 0.3);
    }
}



/*/////////////////////////////////*/


.main-footer {
    background-color: #030900;
    /* Deep Black/Greenish background as per image */
    padding: 80px 0 20px 0;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
}

/* Gradient Logo "DK" */
.footer-logo {
    font-size: 48px;
    font-weight: 800;
    background: linear-gradient(135deg, #a8e063 0%, #56ab2f 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: -2px;
    margin: 0;
}

.footer-description {
    color: #fff;
    font-size: 16px;
    line-height: 1.6;
    max-width: 320px;
}

.footer-heading {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 25px;
    color: #ffffff;
}

/* Social Icons */
.footer-socials a {
    color: #ffffff;
    font-size: 18px;
    transition: 0.3s;
    text-decoration: none;
}

.footer-socials a:hover {
    color: #f1b335;
    /* Gold hover color */
    transform: translateY(-3px);
}

/* Footer Links */
.footer-links li {
    margin-bottom: 12px;
}

.footer-links li a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    transition: 0.3s;
}

.footer-links li a:hover {
    color: #ffffff;
    padding-left: 5px;
}

/* Contact Section */
.contact-item i {
    color: #ffffff;
    font-size: 18px;
}

.contact-item a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    transition: 0.3s;
}

.contact-item a:hover {
    color: #ffffff;
}

/* Bottom Bar */
.footer-bottom {
    border-top: 1px solid #A7A3B2;
    padding-top: 20px;
}

.copyright-text {
    color: #fff;
    font-size: 16px;
    margin-bottom: 0;
}

/* --- Responsive Adjustments --- */

/* Mobile View (Max width 767px) */
@media (max-width: 767px) {
    .main-footer {
        padding: 50px 0 20px 0;
        text-align: left;
        /* Image 2 shows left alignment on mobile */
    }

    .footer-description {
        max-width: 100%;
    }

    .footer-heading {
        margin-top: 20px;
        margin-bottom: 15px;
    }

    .footer-socials {
        justify-content: flex-start;
        margin-bottom: 30px;
    }

    .footer-bottom {
        margin-top: 40px;
    }
}

/* Tablet View Adjustments */
@media (min-width: 768px) and (max-width: 991px) {
    .footer-description {
        max-width: 100%;
    }
}



/*//////////////////////////////////*/

.xp-trusted-section {
    background-color: #050505;
    padding: 80px 0;
    color: #ffffff;
    overflow: hidden;
}

.xp-trusted-title {
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 30px;
    letter-spacing: -0.5px;
}

.xp-logo-grid {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.xp-logo-box {
    border: 1px solid #25253A;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
    width: 100%;
    transition: border-color 0.3s ease;
}

.xp-logo-box:hover {
    border-color: rgba(255, 255, 255, 0.3);
}

.xp-logo-box img {
    max-width: 140px;
    height: auto;
    object-fit: contain;
    filter: brightness(1);
}

.swiper-pagination-bullet {
    background: #444 !important;
    opacity: 1 !important;
}

.swiper-pagination-bullet-active {
    background: #C5E48E !important;
}

.xp-mobile-slider {
    display: none;
}

@media (max-width: 991px) {
    .xp-desktop-grid {
        display: none;
    }

    .xp-trusted-section {
        background-color: #050505;
        padding: 40px 0;
        color: #ffffff;
        overflow: hidden;
    }

    .xp-mobile-slider {
        display: block;
    }

    .xp-trusted-title {
        text-align: left;
        font-size: 28px;
        line-height: 1.3;
        margin-bottom: 30px;
    }

    .xp-logo-box {
        height: 140px;
        padding: 30px;
    }

    .swiper-container {
        padding-bottom: 50px;
    }

    .swiper-pagination {
        bottom: -20px !important;
    }
}

/*//////////////////////////////////////////////////*/

/*

.spectrum-web {
    background-color: #050705;
    color: #ffffff;
    padding: 80px 0;
}

.header-wrapper {
    margin-bottom: 70px;
}

.main-title {
    font-size: 52px;
    font-weight: 500;
    line-height: 1.1;
    margin: 0;
}

.header-desc {
    color: #C9C3DA;
    font-size: 18px;
    line-height: 1.6;
    text-align: left;
    margin-bottom: 0px;
}

.bento-container {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-auto-rows: minmax(180px, auto);
    gap: 10px;
}

.service-card {
    border-radius: 14px;
    padding: 30px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    position: relative;
    transition: border-color 0.3s ease;
}

.service-card:hover {
    border-color: rgba(255, 255, 255, 0.2);
}

.blue-gradient {
    background: radial-gradient(circle at top left, #0e1a24, #06090b);
}

.green-gradient {
    background: radial-gradient(circle at top left, #101d14, #06090b);
}

.badge-launch {
    font-size: 10px;
    text-transform: uppercase;
    color: #A4A1A1;
    padding: 3px 10px;
    border-radius: 4px;
    width: fit-content;
    margin-bottom: 22px;
    display: inline-block;
    border: 1.06px solid #A4A1A1;
}

.card-h3 {
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 12px;
    line-height: 1.2;
    color: #fff;
}

.card-p {
    color: #D2D2D2;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 0;
}

.img-box {
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 25px;
}

.img-box img {
    width: 100%;
    height: auto;
    display: block;
}


.card-1 {
    grid-column: span 4;
}

.card-2 {
    grid-column: span 4;
}

.card-3 {
    grid-column: span 4;
}

.card-4 {
    grid-column: span 4;
    grid-row: span 2;
}

.card-5 {
    grid-column: span 3;
    grid-row: span 2;
}

.card-6 {
    grid-column: span 5;
}

.card-7 {
    grid-column: span 5;
}

.card-8 {
    grid-column: span 3;
}

.card-9 {
    grid-column: span 4;
}

.card-10 {
    grid-column: span 5;
    grid-row: span 2;
}

.card-11 {
    grid-column: span 7;
}

.card-5 .img-box {
    margin: 20px 0;
}

@media (max-width: 991px) {
    .main-title {
        font-size: 38px;
    }

    .header-desc {
        margin-top: 20px;
    }

    .bento-container {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .card-1,
    .card-2,
    .card-3,
    .card-4,
    .card-5,
    .card-6,
    .card-7,
    .card-8,
    .card-9,
    .card-10,
    .card-11 {
        grid-column: span 1 !important;
        grid-row: span 1 !important;
        padding: 25px;
    }

    .card-h3 {
        font-size: 22px;
    }

    .card-5 {
        order: 3;
    }

    .card-4 {
        order: 4;
    }
}

*/

.spectrum-web {
    background-color: #050705;
    color: #ffffff;
    padding: 0 0 80px 0;
    position: relative;
}

.global-spotlight {
    display: none !important;
}

.header-wrapper {
    margin-bottom: 30px;
}

.main-title {
    font-size: 52px;
    font-weight: 500;
    line-height: 1.1;
    margin: 0;
}

.header-desc {
    color: #C9C3DA;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 0;
}

.bento-container {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-auto-rows: minmax(100px, auto);
    gap: 12px;
}

.service-card {
    border-radius: 14px;
    padding: 30px;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    position: relative;
    transition: border-color 0.4s ease, filter 0.4s ease;
    background-clip: padding-box;
}

.service-card::before, 
.service-card::after,
.service-card canvas,
.service-card .particle {
    display: none !important;
    opacity: 0 !important;
}

.service-card:hover {
    border-color: rgba(255, 255, 255, 0.3) !important;
    filter: brightness(1.4); 
    z-index: 5;
}

.badge-launch {
    font-size: 10px;
    text-transform: uppercase;
    color: #A4A1A1;
    padding: 3px 10px;
    border-radius: 4px;
    width: fit-content;
    margin-bottom: 22px;
    display: inline-block;
    border: 1.06px solid #A4A1A1;
}

.card-h3 {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 12px;
    line-height: 1.2;
    color: #fff;
}

.card-p {
    color: #D2D2D2;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 0;
}

.img-box {
    width: 100%;
    margin-bottom: 25px;
}

.img-box img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
}

.card-1 { grid-column: span 4; grid-row: 1 / span 3; }
.card-2 { grid-column: span 4; grid-row: 1 / span 2; }
.card-3 { grid-column: span 4; grid-row: 1 / span 2; }
.card-4 { grid-column: span 4; grid-row: 4 / span 3; }
.card-5 { grid-column: span 3; grid-row: 3 / span 4; }
.card-6 { grid-column: span 5; grid-row: 3 / span 2; }
.card-7 { grid-column: span 5; grid-row: 5 / span 2; }
.card-8 { grid-column: span 3; grid-row: 7 / span 2; }
.card-9 { grid-column: span 4; grid-row: 7 / span 2; }
.card-10 { grid-column: span 5; grid-row: 7 / span 4; }
.card-11 { grid-column: span 7; grid-row: 9 / span 2; }

@media (max-width: 991px) {
    .spectrum-web { padding: 0 0 50px 0; }
    .main-title { font-size: 36px; text-align: left; }
    .header-desc { font-size: 16px; margin-top: 15px; }
    .bento-container { grid-template-columns: 1fr 1fr; grid-auto-rows: minmax(60px, auto); gap: 10px; }
    .img-box, .card-p, .card-9 { display: none !important; }
    .service-card { padding: 25px 20px; border-radius: 12px; }
    .card-h3 { font-size: 19px; line-height: 1.3; margin-top: 5px; }
    .badge-launch { font-size: 8px; margin-bottom: 12px; }
    .card-1 { grid-column: 1 / span 2; grid-row: 1 / span 2; padding-top: 45px; }
    .card-2 { grid-column: 1; grid-row: 3 / span 2; }
    .card-3 { grid-column: 2; grid-row: 3 / span 3; }
    .card-5 { grid-column: 1; grid-row: 5 / span 2; }
    .card-4 { grid-column: 2; grid-row: 6 / span 2; }
    .card-6 { grid-column: 1; grid-row: 7 / span 3; }
    .card-10 { grid-column: 2; grid-row: 8 / span 4; }
    .card-8 { grid-column: 1; grid-row: 10 / span 4; }
    .card-7 { grid-column: 2; grid-row: 12 / span 2; }
    .card-11 { grid-column: 1 / span 2; grid-row: 14 / span 2; padding: 40px 20px; }
}


/*
.spectrum-web {
    background-color: #050705;
    color: #ffffff;
    padding: 0 0 80px 0;
}

.header-wrapper {
    margin-bottom: 30px;
}

.main-title {
    font-size: 52px;
    font-weight: 500;
    line-height: 1.1;
    margin: 0;
}

.header-desc {
    color: #C9C3DA;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 0;
}

.bento-container {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-auto-rows: minmax(100px, auto);
    gap: 12px;
}

.service-card {
    border-radius: 14px;
    padding: 30px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    position: relative;
    transition: border-color 0.3s ease;
}

.service-card:hover {
    border-color: rgba(255, 255, 255, 0.2);
}

.badge-launch {
    font-size: 10px;
    text-transform: uppercase;
    color: #A4A1A1;
    padding: 3px 10px;
    border-radius: 4px;
    width: fit-content;
    margin-bottom: 22px;
    display: inline-block;
    border: 1.06px solid #A4A1A1;
}

.card-h3 {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 12px;
    line-height: 1.2;
    color: #fff;
}

.card-p {
    color: #D2D2D2;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 0;
}

.img-box {
    width: 100%;
    margin-bottom: 25px;
}

.img-box img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
}

.card-1 {
    grid-column: span 4;
    grid-row: 1 / span 3;
}

.card-2 {
    grid-column: span 4;
    grid-row: 1 / span 2;
}

.card-3 {
    grid-column: span 4;
    grid-row: 1 / span 2;
}

.card-4 {
    grid-column: span 4;
    grid-row: 4 / span 3;
}

.card-5 {
    grid-column: span 3;
    grid-row: 3 / span 4;
}

.card-6 {
    grid-column: span 5;
    grid-row: 3 / span 2;
}

.card-7 {
    grid-column: span 5;
    grid-row: 5 / span 2;
}

.card-8 {
    grid-column: span 3;
    grid-row: 7 / span 2;
}

.card-9 {
    grid-column: span 4;
    grid-row: 7 / span 2;
}

.card-10 {
    grid-column: span 5;
    grid-row: 7 / span 4;
}

.card-11 {
    grid-column: span 7;
    grid-row: 9 / span 2;
}

@media (max-width: 991px) {
    .spectrum-web {
        padding: 0 0 50px 0;
    }

    .main-title {
        font-size: 36px;
        text-align: left;
    }

    .header-desc {
        font-size: 16px;
        margin-top: 15px;
    }

    .bento-container {
        grid-template-columns: 1fr 1fr;
        grid-auto-rows: minmax(60px, auto);
        gap: 10px;
    }

    .img-box,
    .card-p,
    .card-9 {
        display: none !important;
    }

    .service-card {
        padding: 25px 20px;
        border-radius: 12px;
    }

    .card-h3 {
        font-size: 19px;
        line-height: 1.3;
        margin-top: 5px;
    }

    .badge-launch {
        font-size: 8px;
        margin-bottom: 12px;
    }

    .card-1 {
        grid-column: 1 / span 2;
        grid-row: 1 / span 2;
        padding-top: 45px;
    }

    .card-2 {
        grid-column: 1;
        grid-row: 3 / span 2;
    }

    .card-3 {
        grid-column: 2;
        grid-row: 3 / span 3;
    }

    .card-5 {
        grid-column: 1;
        grid-row: 5 / span 2;
    }

    .card-4 {
        grid-column: 2;
        grid-row: 6 / span 2;
    }

    .card-6 {
        grid-column: 1;
        grid-row: 7 / span 3;
    }

    .card-10 {
        grid-column: 2;
        grid-row: 8 / span 4;
    }

    .card-8 {
        grid-column: 1;
        grid-row: 10 / span 4;
    }

    .card-7 {
        grid-column: 2;
        grid-row: 12 / span 2;
    }

    .card-11 {
        grid-column: 1 / span 2;
        grid-row: 14 / span 2;
        padding: 40px 20px;
    }
}
*/















/*/////////////////////////*/

:root {
    --gold-rgb: 239, 175, 38;
    --gold-hex: #EFAF26;
}

.spectrum-web {
    position: relative;
    background-color: #050705;
    overflow: hidden;
    perspective: 1000px;
}

.global-spotlight {
    position: fixed;
    width: 700px;
    height: 700px;
    background: radial-gradient(circle, rgba(var(--gold-rgb), 0.12) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
    z-index: 1;
    transform: translate(-50%, -50%);
    opacity: 0;
}

.service-card {
    position: relative;
    z-index: 2;
    overflow: hidden;
    background: #0C1C24;
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    transform-style: preserve-3d;
}

.service-card::after {
    content: '';
    position: absolute;
    inset: -1px;
    padding: 5px;
    background: radial-gradient(500px circle at var(--glow-x, 50%) var(--glow-y, 50%),
            var(--gold-hex) 0%,
            rgba(var(--gold-rgb), 0.4) 40%,
            transparent 100%);
    border-radius: inherit;
    pointer-events: none;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: var(--glow-intensity, 0);
    transition: opacity 0.4s ease;
}

.particle {
    position: absolute;
    width: 4px;
    height: 4px;
    background: var(--gold-hex);
    border-radius: 50%;
    pointer-events: none;
    opacity: 0;
    z-index: 3;
    box-shadow: 0 0 10px var(--gold-hex);
}

.service-card:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.6);
    z-index: 10;
}




/*////////////////////*/


.xp-counter-wrapper {
    background-color: #ffffff;
    padding: 50px 0;
}

.xp-counter-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.xp-counter-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    text-align: center;
}

.xp-counter-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.xp-counter-number {
    font-size: 48px;
    font-weight: 700;
    color: #000000;
    line-height: 1;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    letter-spacing: -1px;
}

.xp-counter-label {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    margin: 0;
}

@media (max-width: 991px) {
    .xp-counter-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 50px 20px;
    }

    .xp-counter-number {
        font-size: 48px;
    }
}

@media (max-width: 576px) {
    .xp-counter-wrapper {
        padding: 60px 0;
    }

    .xp-counter-grid {
        grid-template-columns: fr;
        gap: 40px;
    }

    .xp-counter-number {
        font-size: 42px;
    }
}



/*////////////////GSAP WHY SCHOOSE//////////////////*/

.gsap-wrapper {
    background: radial-gradient(circle, #0d1a0d 0%, #000000 100%);
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
}

.gsap-wrapper .row {
    margin-left: 0;
    margin-right: 0;
    --bs-gutter-x: 0;
}

.full-screen-section {
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.intro-content h2 {
    font-family: 'Ethnocentric', sans-serif !important;
    font-weight: 400 !important;
    /* Isko 900 se 400 kar dein kyunki ye font pehle hi bold hota hai */
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 900;
    font-size: clamp(2.5rem, 6.5vw, 6rem);
    letter-spacing: 4px;
    text-transform: uppercase;
    line-height: 1.1;
    margin: 0;
}

.text-end-custom {
    text-align: left;
    margin-top: 30px;
    padding-left: 20%;
}

.stats-overlay-section {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    display: flex;
    align-items: center;
    z-index: 5;
}

.dk-subtitle {
    color: #EFAF26;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 25px;
}

.dk-main-heading {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.1;
    margin-bottom: 35px;
    color: white;
    text-transform: uppercase;
}

.dk-description {
    color: #cccccc;
    font-size: 17px;
    line-height: 1.6;
}

.dk-stat-item {
    display: flex;
    align-items: center;
    margin-bottom: 35px;
}

.dk-stat-circle {
    min-width: 130px;
    height: 130px;
    border: 4px solid #EFAF26;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 38px;
    font-weight: 800;
    color: #EFAF26;
    margin-right: 25px;
    background: rgba(0, 0, 0, 0.3);
}

.dk-stat-content h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 8px;
}

.dk-stat-content p {
    color: #bbbbbb;
    font-size: 14px;
    max-width: 320px;
    margin: 0;
    line-height: 1.4;
}

@media (min-width: 992px) {
    .dk-shift-right {
        margin-left: 80px;
    }

    .dk-shift-left {
        margin-left: 0px;
    }
}

@media (max-width: 768px) {
    .text-end-custom {
        padding-left: 0;
        text-align: center;
    }

    .intro-content h2 {
        text-align: center;
        font-size: 2rem;
    }

    .dk-stat-item {
        flex-direction: column;
        text-align: center;
    }

    .dk-stat-circle {
        margin-right: 0;
        margin-bottom: 15px;
    }
}

/*/////////////////Technologies /////////////////////////////////*/


.xp-tech-section {
    background-color: #050705;
    padding: 100px 0 50px 0;
    color: #ffffff;
    overflow: hidden;
    border-bottom: 1px solid #050705;
}

.xp-tech-title {
    font-size: 52px;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: -1px;
    margin-bottom: 0;
}

.xp-tech-desc {
    color: #d1d1d1;
    font-size: 17px;
    line-height: 1.5;
    max-width: 420px;
    margin-top: 10px;
}

.xp-tech-row {
    margin-top: 80px;
}

.xp-tech-item {
    text-align: center;
}

.xp-icon-circle {
    width: 190px;
    height: 190px;
    background-color: #11111d;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px auto;
    padding: 30px;
    transition: transform 0.3s ease, border-color 0.3s ease;
}

.xp-icon-circle:hover {
    border-color: rgba(255, 255, 255, 0.4);
    transform: translateY(-5px);
}

.xp-icon-circle img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

.xp-tech-label {
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
}

@media (max-width: 991px) {
    .xp-tech-title {
        font-size: 24px !important;
        margin-bottom: 0px !important;
    }

    .xp-tech-desc {
        margin-left: 0;
    }

    .xp-icon-circle {
        width: 100px;
        height: 100px;
        padding: 22px;
    }
}

@media (max-width: 767px) {
    .xp-tech-section {
        padding: 60px 0;
    }

    .xp-tech-title {
        font-size: 34px;
        line-height: 1.2;
    }

    .xp-tech-desc {
        font-size: 15px;
        padding-left: 20%;
        margin-top: 20px;
    }

    .xp-tech-row {
        margin-top: 50px;
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 15px;
        gap: 15px;
        justify-content: space-between;
    }

    .xp-tech-item {
        flex: 0 0 auto;
        width: auto;
    }

    .xp-icon-circle {
        width: 68px;
        height: 68px;
        padding: 15px;
        margin-bottom: 10px;
    }

    .xp-tech-label {
        font-size: 11px;
    }

    .xp-tech-row::-webkit-scrollbar {
        display: none;
    }
}


/*//////////////////////////*/


.xp-industries-wrapper {
    background-color: #050505;
    padding: 80px 0 0 0;
    color: #ffffff;
    width: 100%;
}

.xp-section-header {
    text-align: center;
    margin-bottom: 60px;
}

.xp-section-title {
    font-size: 42px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 15px;
}

.xp-section-title::before {
    content: '';
    width: 8px;
    height: 40px;
    background-color: #f3a833;
    transform: skewX(-20deg);
}

.xp-industries-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    width: 100%;
    background: linear-gradient(rgb(0 0 0 / 29%), rgb(0 0 0 / 29%)), url('../img/industry.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.xp-industry-card {
    height: 320px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
    overflow: hidden;
    transition: all 0.4s ease;
    cursor: pointer;
    border-style: solid;
    border-color: #E5E0F0;
    border-width: 0.3px 0.3px 0.3px 0px;
}

.xp-card-title {
    font-size: 22px;
    font-weight: 500;
    text-align: center;
    transition: opacity 0.3s ease;
}

.xp-card-reveal {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #dcfce7;
    color: #000000;
    padding: 40px;
    display: flex;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transform: translateY(20px);
}

.xp-industry-card:hover .xp-card-reveal {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.xp-industry-card:hover .xp-card-title {
    opacity: 0;
}

.xp-card-reveal h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}

.xp-card-reveal ul {
    list-style: none;
    padding: 0;
}

.xp-card-reveal ul li {
    font-size: 15px;
    margin-bottom: 12px;
    position: relative;
    padding-left: 20px;
    line-height: 1.4;
}

.xp-card-reveal ul li::before {
    content: '•';
    position: absolute;
    left: 0;
    font-weight: bold;
}

@media (max-width: 991px) {
    .xp-industries-grid {
        grid-template-columns: 1fr;
    }

    .xp-section-header {
        text-align: center;
        margin-bottom: 20px;
    }

    .xp-section-title {
        font-size: 28px;
        font-weight: 500;
        display: inline-flex;
        align-items: center;
        gap: 15px;
    }



    .xp-section-title::before {
        content: '';
        width: 8px;
        height: 40px;
        background-color: #f3a833;
        transform: skewX(-20deg);
        display: none;
    }

    .xp-industries-wrapper {
        background-color: #050505;
        padding: 0px 0 0 0;
        color: #ffffff;
        width: 100%;
    }

    .xp-industry-card {
        height: auto;
        min-height: 80px;
        padding: 25px;
        justify-content: flex-start;
        border-width: 0.3px 0px 0px 0px;
        /* Only top border on mobile stack */
    }

    .xp-card-title {
        font-size: 20px;
        text-align: left;
    }

    /* First Card Active on Mobile (Image 2 style) */
    .xp-industry-card.active-mobile {
        background-color: #dcfce7;
        flex-direction: column;
        align-items: flex-start;
    }

    .xp-industry-card.active-mobile .xp-card-title {
        color: #000;
        margin-bottom: 15px;
        opacity: 1;
    }

    .xp-industry-card.active-mobile .xp-card-reveal {
        position: relative;
        opacity: 1;
        visibility: visible;
        transform: none;
        padding: 0;
        background: transparent;
    }

    .xp-industry-card.active-mobile .xp-card-reveal p {
        font-size: 14px;
        margin-bottom: 15px;
        color: #333;
    }
}


/*//////////////////*/

/* Mobile View Adjustments */
@media (max-width: 991px) {
    .xp-industries-grid {
        grid-template-columns: 1fr;
        background-attachment: fixed;
        /* Background image fixed rahegi scroll par */
    }

    .xp-industry-card {
        height: auto;
        /* Fixed height khatam */
        min-height: 70px;
        padding: 0;
        /* Padding control reveal se hogi */
        display: block;
        /* Flex se block takay content niche aye */
        border-width: 0.3px 0px 0px 0px;
        background: rgba(0, 0, 0, 0.4);
        /* Dark overlay for readability */
    }

    .xp-card-title {
        font-size: 18px;
        text-align: left;
        padding: 25px;
        margin: 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
        opacity: 1 !important;
        /* Mobile pe title hamesha dikhega */
    }

    /* Arrow icon for mobile (optional) */
    .xp-card-title::after {
        content: '+';
        font-size: 24px;
        color: #f3a833;
    }

    .xp-card-reveal {
        position: relative;
        /* Position absolute ko reset kiya */
        top: auto;
        left: auto;
        width: 100%;
        height: 0;
        /* Shuru mein hide */
        padding: 0 25px;
        opacity: 0;
        visibility: hidden;
        overflow: hidden;
        transform: none;
        transition: all 0.3s ease-in-out;
    }

    /* Jab card active ho mobile par */
    .xp-industry-card.active-mobile {
        background-color: #dcfce7;
    }

    .xp-industry-card.active-mobile .xp-card-title {
        color: #000;
        font-weight: 700;
        padding-bottom: 10px;
    }

    .xp-industry-card.active-mobile .xp-card-title::after {
        content: '−';
    }

    .xp-industry-card.active-mobile .xp-card-reveal {
        height: auto;
        padding: 0 25px 30px 25px;
        opacity: 1;
        visibility: visible;
        background: transparent;
    }

    .xp-card-reveal h3 {
        display: none;
    }

    .xp-card-reveal p {
        color: #333;
        font-size: 14px;
        margin-bottom: 15px;
    }
}

/*/////////////////////////////////*/


.faq-section-wrapper {
    background-color: #010502;
    padding: 70px 0;
    color: white;
}

.faq-title {
    font-size: 42px;
    font-weight: 500;
    margin-bottom: 60px;
    text-align: center;
}

.faq-section-wrapper .accordion-item {
    background-color: #ffffff;
    border: none;
    border-radius: 20px !important;
    margin-bottom: 15px;
    overflow: hidden;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
}

.faq-section-wrapper .accordion-button {
    padding: 28px 35px;
    font-size: 20px;
    font-weight: 700;
    color: #000000;
    background-color: #ffffff !important;
    box-shadow: none !important;
    border: none;
    display: flex;
    align-items: center;
}

.faq-section-wrapper .accordion-button:not(.collapsed) {
    color: #4A1FB8;
    padding-bottom: 15px;
}

.faq-section-wrapper .accordion-button::after {
    background-image: none !important;
    content: '+';
    font-size: 30px;
    font-weight: 300;
    color: #5b2bd3;
    margin-left: auto;
    transition: 0.3s;
}

.faq-section-wrapper .accordion-button:not(.collapsed)::after {
    content: '—';
    font-size: 22px;
    transform: none;
}

.faq-section-wrapper .accordion-body {
    padding: 0 35px 30px 35px;
    font-size: 16px;
    line-height: 1.7;
    color: #000;
    font-weight: 400;
}

.faq-section-wrapper .brand-name {
    font-weight: 700;
    color: #000;
}

@media (max-width: 768px) {
    .faq-title {
        font-size: 25px;
        margin-bottom: 30px;
    }

    .faq-section-wrapper .accordion-body {
        padding: 0 35px 30px 20px;
        font-size: 12px;
        line-height: 1.7;
        color: #000;
        font-weight: 400;
    }

    .faq-section-wrapper .accordion-button {
        font-size: 14px;
        padding: 20px;
    }
}

/*/////pixel//////////////////*/
.pixel-perfect-cta {
    background-color: #000000;
    background-image: url('../img/trans.png');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto 100%;
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
    overflow: hidden;
    width: 100%;
}

.cta-heading {
    color: #ffffff;
    font-size: 48px;
    font-weight: 500;
    line-height: 62px;
    letter-spacing: -0.5px;
    margin-bottom: 20px;
    font-family: sans-serif;
}

.cta-btn-container {
    display: flex;
    justify-content: center;
}

.btn-cta-outline {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    color: #ffffff;
    border: 1px solid #ffffff;
    padding: 14px 42px;
    border-radius: 100px;
    font-size: 18px;
    font-weight: 400;
    transition: all 0.3s ease-in-out;
}

.btn-cta-outline:hover {
    background-color: #ffffff;
    color: #000000;
}

.cta-arrow {
    margin-left: 12px;
    transition: transform 0.3s ease;
}

.btn-cta-outline:hover .cta-arrow {
    transform: translateX(6px);
}

@media (max-width: 1199px) {
    .cta-heading {
        font-size: 48px;
        line-height: 60px;
    }
}

@media (max-width: 767px) {
    .pixel-perfect-cta {
        padding-top: 80px;
        padding-bottom: 40px;
        background-size: cover;
    }

    .cta-heading {
        font-size: 25px;
        line-height: 31px;
        margin-bottom: 30px;
    }

    .btn-cta-outline {
        padding: 12px 30px;
        font-size: 16px;
        width: 90%;
        justify-content: center;
    }
}


/*///////////////////Get/////////////////////*/


.wyg-v3-wrapper {
    background: radial-gradient(circle, #0d1a0d 0%, #000000 100%) !important;
    background-color: #000 !important;
    width: 100%;
    overflow: hidden;
    position: relative;
    margin: 0;
    padding: 0;
}

.wyg-v3-viewport {
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.wyg-v3-intro-container {
    width: 100%;
    z-index: 10;
    position: relative;
    text-align: center;
}

.wyg-v3-heading {
    font-weight: 800;
    font-size: clamp(2.5rem, 8vw, 5rem);
    color: #ffffff;
    text-transform: uppercase;
    margin: 0;
    line-height: 1;
}

.wyg-v3-description-row {
    margin-top: 30px;
    display: flex;
    justify-content: flex-end;
}

.wyg-v3-description {
    font-size: 18px;
    line-height: 1.6;
    color: #ffffff;
    text-align: left;
    max-width: 500px;
    padding-right: 3%;
}

.wyg-v3-grid-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    z-index: 20;
    transform: translateY(100px);
}

.wyg-v3-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 40px;
    gap: 20px;
}

.wyg-v3-img-box {
    min-width: 140px;
    height: 140px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid rgba(255, 255, 255, 0.1);
    background: #111;
}

.wyg-v3-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wyg-v3-text h3 {
    font-weight: 700;
    font-size: 24px;
    color: #ffffff;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.wyg-v3-text p {
    font-size: 16px;
    line-height: 1.5;
    color: #bbbbbb;
    margin: 0;
}

.wyg-v3-wrapper .row {
    --bs-gutter-x: 30px;
    margin: 0 !important;
    width: 100%;
}

@media (max-width: 991px) {
    .wyg-v3-description-row {
        justify-content: center;
    }

    .wyg-v3-description {
        text-align: center;
        padding-right: 0;
        font-size: 13px;
    }

    .wyg-v3-viewport {
        height: auto;
        min-height: 100vh;
        padding: 100px 0;
    }

    .wyg-v3-intro-container {
        position: relative;
    }

    .wyg-v3-grid-container {
        position: relative;
        transform: none !important;
        opacity: 1 !important;
        visibility: visible !important;
        margin-top: 50px;
    }
}

@media (max-width: 768px) {
    .wyg-v3-item {
        flex-direction: column;
        text-align: center;
        align-items: center;
    }

    .wyg-v3-img-box {
        margin-bottom: 15px;
    }

    .wyg-v3-heading {
        font-size: 20px;
    }

    .wyg-v3-text h3 {
        font-weight: 700;
        font-size: 16px;
        color: #ffffff;
        margin-bottom: 10px;
        text-transform: uppercase;
    }

    .wyg-v3-text p {
        font-size: 11px;
        line-height: 1.5;
        color: #bbbbbb;
        margin: 0;
    }
}



/*////////////////////about page breadcrumb//////////////////////*/



.dk-about-section {
    background-color: #050505;
    background-image: url('../img/breadcrumb-about.png');
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
    padding-top: 100px;
    padding-bottom: 100px;
    width: 100%;
    overflow: hidden;
}

.dk-main-title {
    color: #ffffff;
    font-size: 48px;
    font-weight: 400;
    margin-bottom: 60px;
    letter-spacing: -0.5px;
}

.dk-content-wrapper {
    padding-top: 10px;
}

.dk-description {
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 45px;
    font-weight: 400;
    opacity: 0.95;
}

.dk-btn-outline {
    display: inline-flex;
    align-items: center;
    border: 1px solid #ffffff;
    padding: 14px 32px;
    border-radius: 100px;
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    transition: all 0.4s ease;
}

.dk-btn-outline:hover {
    background-color: #ffffff;
    color: #000000;
}

.dk-arrow {
    margin-left: 12px;
    transition: transform 0.3s ease;
}

.dk-btn-outline:hover .dk-arrow {
    transform: translateX(5px);
}

@media (max-width: 991px) {
    .dk-main-title {
        font-size: 42px;
        margin-bottom: 40px;
    }

    .dk-description {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .dk-about-section {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .dk-main-title {
        font-size: 34px;
        margin-bottom: 30px;
        text-align: left;
    }

    .dk-about-section .offset-lg-4 {
        margin-left: 0;
    }

    .dk-description {
        font-size: 17px;
        line-height: 26px;
    }

    .dk-btn-outline {
        padding: 12px 28px;
        font-size: 15px;
    }
}

/*/////////////////////////////////////////////////////*/


.who-we-are-section {
    background-color: #000000;
    background-image: url('../img/ab-2.png');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 70% auto;
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
    overflow: hidden;
    width: 100%;
}

.wwa-heading {
    color: #ffffff;
    font-size: 56px;
    font-weight: 500;
    margin-bottom: 60px;
    letter-spacing: -0.5px;
    font-family: sans-serif;
}

.wwa-content {
    margin-top: -10px;
}

.wwa-text {
    color: #fff;
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 25px;
    font-weight: 400;
    font-family: sans-serif;
    opacity: 0.95;
}

@media (max-width: 1199px) {
    .wwa-heading {
        font-size: 48px;
    }

    .who-we-are-section {
        background-size: 80% auto;
    }
}

@media (max-width: 767px) {
    .who-we-are-section {
        padding-top: 80px;
        padding-bottom: 80px;
        background-size: 100% auto;
    }

    .wwa-heading {
        font-size: 38px;
        margin-bottom: 30px;
        text-align: left;
    }

    .who-we-are-section .offset-lg-4 {
        margin-left: 0;
    }

    .wwa-text {
        font-size: 18px;
        line-height: 28px;
    }
}


/*////////////////////////////////////////////////*/


.company-mission-vision {
    background-color: #000000;
    color: #ffffff;
    overflow: hidden;
}

.py-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.section-title {
    font-size: 48px;
    font-weight: 400;
    margin-bottom: 35px;
    color: #ffffff;
    text-align: center;
}

.section-desc {
    font-size: 20px;
    line-height: 28px;
    color: #fff;
    max-width: 500px;
}

.custom-img {
    width: 100%;
    height: auto;
}

.vision-section {
    background-image: url('../img/ab22.png');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 40% auto;
}

.badge-row {
    width: 40%;
}

.icon-box {
    background-color: #5e35b1;
    padding: 10px 15px;
}

.badge-text {
    padding: 10px 20px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
}

.branding-title {
    font-size: 48px;
    font-weight: 400;
    line-height: 1.2;
}

.highlight-text {
    color: #90CD79;
}

.small-desc {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
    max-width: 100%;
}

.gold-link {
    color: #EFAF26;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    display: block;
    margin-top: 15px;
}

.btn-green {
    background-color: #90CD79;
    color: #000000;
    padding: 8px 28px;
    border-radius: 100px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    transition: 0.3s;
}

.btn-green:hover {
    background-color: #ffffff;
    color: #000000;
}

@media (max-width: 991px) {

    .section-title,
    .branding-title {
        font-size: 38px;
    }

    .py-100 {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .vision-section {
        background-size: 100% auto;
    }

    .vision-section .row {
        flex-direction: column-reverse;
    }

    .content-left,
    .content-right {
        text-align: left;
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .section-title {
        font-size: 32px;
    }

    .branding-title {
        font-size: 34px;
    }

    .section-desc {
        font-size: 17px;
    }
}


/*//////////////////////////////*/

.team-section {
    background-color: #23272A;
    padding-top: 100px;
    padding-bottom: 100px;
    color: #ffffff;
    font-family: sans-serif;
}

.header-row {
    margin-bottom: 80px;
}

.team-main-title {
    font-size: 48px;
    font-weight: 400;
    margin-top: 0;
}

.team-header-desc {
    font-size: 20px;
    line-height: 28px;
    color: #ffffff;
    padding-left: 30px;
}

.team-card-wrapper {
    height: auto;
}

.team-card {
    background: transparent;
    text-align: left;
}

.team-img-box {
    width: 100%;
    height: 400px;
    overflow: hidden;
    margin-bottom: 25px;
    border-radius: 0px 80px 0px 0px;
}

.team-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.member-name {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 8px;
}

.member-role {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #ffffff;
}

.member-quote {
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    font-weight: 400;
    opacity: 0.85;
}

.swiper-pagination-bullet {
    background: #ffffff !important;
}

@media (max-width: 991px) {
    .team-main-title {
        font-size: 40px;
        margin-bottom: 20px;
    }

    .team-header-desc {
        padding-left: 30px;
        font-size: 16px;
    }

    .header-row {
        margin-bottom: 50px;
    }

    .team-img-box {
        height: 320px;
    }
}

@media (max-width: 767px) {
    .team-section {
        padding-top: 60px;
        padding-bottom: 80px;
    }

    .team-main-title {
        font-size: 34px;
    }

    .team-card {
        padding: 0 10px;
    }
}

/*//////////////////////////////////////*/


.how-we-work-custom {
    background-color: #040804;
    padding: 100px 0;
    color: #ffffff;
    font-family: sans-serif;
    position: relative;
    overflow: hidden;
    min-height: 800px;
}

.hww-container {
    max-width: 1300px;
    margin: 0 auto;
    position: relative;
    height: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hww-center-part {
    position: absolute;
    z-index: 5;
}

.hww-main-circle {
    width: 350px;
    height: 350px;
    border-radius: 50%;
    background-image: url('../img/g2.png');
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 50px rgba(128, 0, 128, 0.3);
}

.hww-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgb(147 0 211 / 37%) 0%, rgb(75 0 130 / 79%) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.hww-circle-heading {
    font-size: 38px;
    font-weight: 700;
    line-height: 58px;
    text-align: center;
    margin: 0;
}

.hww-box {
    position: absolute;
    width: 400px;
}

.hww-title {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 12px;
}

.hww-desc {
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    margin: 0;
}

.hww-left-side {
    position: absolute;
    left: 50px;
    height: 100%;
    width: 400px;
}

.hww-left-top {
    top: 0px;
    right: -40px;
    text-align: left;
}

.hww-left-middle {
    top: 250px;
    left: -20px;
    text-align: left;
}

.hww-left-bottom {
    bottom: 60px;
    right: -40px;
    text-align: left;
}

.hww-right-side {
    position: absolute;
    right: 50px;
    height: 100%;
    width: 400px;
}

.hww-right-top {
    top: 0px;
    left: -40px;
    text-align: left;
}

.hww-right-middle {
    top: 250px;
    right: -40px;
    text-align: left;
}

.hww-right-bottom {
    bottom: 60px;
    left: -40px;
    text-align: left;
}

@media (max-width: 1199px) {
    .hww-container {
        height: auto;
        flex-direction: column;
    }

    .hww-center-part,
    .hww-side,
    .hww-box {
        position: relative;
        inset: auto;
        width: 100%;
        text-align: center;
        margin-bottom: 40px;
    }

    .hww-main-circle {
        width: 300px;
        height: 300px;
        margin: 0 auto;
    }

    .hww-circle-heading {
        font-size: 32px;
        line-height: 38px;
    }

    .hww-left-middle,
    .hww-right-middle {
        padding-left: 20%;
        text-align: left;
    }

    /* Zigzag for mobile */
}

@media (max-width: 767px) {

    .hww-left-middle,
    .hww-right-middle {
        padding-left: 0%;
    }

    .hww-title {
        font-size: 22px;
    }
}



@media (max-width: 1199px) {
    .hww-container {
        height: auto;
        flex-direction: column;
        padding: 0 20px;
    }

    .hww-center-part,
    .hww-side,
    .hww-box {
        position: relative;
        inset: auto;
        width: 100%;
        margin-bottom: 0px;
    }

    .hww-main-circle {
        width: 320px;
        height: 320px;
        margin: 0 auto 30px auto;
    }

    .hww-circle-heading {
        font-size: 32px;
        line-height: 40px;
    }

    .hww-side {
        height: auto;
        left: 0;
        right: 0;
    }

    .hww-box {
        text-align: left;
        margin-bottom: 50px;
        width: 100%;
        max-width: 100%;
    }

    .hww-title {
        font-size: 24px;
        margin-bottom: 8px;
    }

    .hww-desc {
        font-size: 15px;
        line-height: 22px;
    }

    .hww-left-middle {
        padding-left: 50px;
    }

    .hww-right-top {
        padding-left: 50px;
    }

    .hww-right-bottom {
        padding-left: 50px;
    }
}

@media (max-width: 767px) {
    .hww-main-circle {
        width: 280px;
        height: 280px;
    }

    .hww-circle-heading {
        font-size: 28px;
        line-height: 34px;
    }

    .hww-title {
        font-size: 22px;
    }

    .hww-left-middle,
    .hww-right-top,
    .hww-right-bottom {
        padding-left: 35px;
    }

    .hww-circle-heading-mobile {
        font-size: 20px;
        line-height: 34px;
        margin-bottom: 30px;
    }

    how-we-work-custom {
        padding: 50px 0;
    }


    .how-we-work-custom {
        padding: 50px 0;
    }
}


/*/////////////////////////////////////*/

.testimonial-section {
    background-color: #040804;
    background-image: radial-gradient(circle at right center, rgba(0, 100, 0, 0.2) 0%, transparent 60%);
    padding: 100px 0 0px 0;
    color: #ffffff;
    font-family: sans-serif;
    overflow: hidden;
}

.testimonial-heading {
    font-size: 64px;
    font-weight: 500;
    line-height: 74px;
    letter-spacing: -1px;
    margin-bottom: 50px;
}

.testimonial-subtext {
    font-size: 18px;
    line-height: 24px;
    color: #ffffff;
    max-width: 350px;
    margin-left: 100px;
}

.testimonialSwiper {
    width: 560px;
    height: 480px;
}

.speech-card {
    position: relative;
    width: 540px;
    z-index: 10;
}

.card-content {
    background-color: #a7d9eb;
    width: 100%;
    height: 100%;
    border-radius: 40px;
    padding: 40px;
    color: #000000;
    position: relative;
    z-index: 5;
}

.card-content::after {
    content: '';
    position: absolute;
    bottom: -20px;
    right: 50px;
    width: 60px;
    height: 60px;
    background-color: #a7d9eb;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    border-radius: 0 0 15px 0;
}

.card-layers {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.project-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}

.quote-text {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 20px;
    color: #000;
}

.client-name {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 4px;
}

.client-role {
    font-size: 14px;
    color: #333;
    margin-bottom: 0;
}

.card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 35px;
}

.view-project-btn {
    border: 1.5px solid #000;
    padding: 10px 24px;
    border-radius: 100px;
    text-decoration: none;
    color: #000;
    font-size: 15px;
    font-weight: 500;
    transition: 0.3s;
}

.view-project-btn:hover {
    background-color: #000;
    color: #fff;
}

.nav-arrow-box {
    width: 45px;
    height: 45px;
    border: 1.5px solid #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

/* --- Mobile View Fixes --- */

@media (max-width: 1199px) {
    .testimonial-heading {
        font-size: 48px;
        line-height: 56px;
    }

    .testimonial-subtext {
        margin-left: 0;
        margin-top: 20px;
    }

    .testimonialSwiper {
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
        /* Swiper ko center karne ke liye */
    }
}

@media (max-width: 767px) {
    .testimonial-section {
        padding: 40px 0 60px 0;
    }

    .testimonial-heading {
        font-size: 32px;
        line-height: 38px;
        text-align: center;
        margin-bottom: 20px;
    }

    .testimonial-subtext {
        text-align: center;
        margin: 0 auto 0px auto;
        font-size: 16px;
    }

    .testimonialSwiper {
        width: 100%;
        height: auto;
        padding: 0 15px;
    }

    .swiper-slide {
        display: flex;
        justify-content: center;
    }

    .speech-card {
        width: 92%;
        max-width: 350px;
    }

    .card-content {
        padding: 25px 20px;
        border-radius: 30px;
    }

    .card-content::after {
        right: 30px;
        bottom: -25px;
        width: 45px;
        height: 45px;
    }

    .quote-text {
        font-size: 14px;
        line-height: 20px;
    }

    .project-title {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .view-project-btn {
        padding: 8px 18px;
        font-size: 13px;
    }
}

@media (max-width: 767px) {
    .testimonial-section {
        padding: 0px 0 60px 0;
    }

    .testimonial-heading {
        font-size: 30px;
        line-height: 35px;
        text-align: center;
    }

    .testimonial-subtext {
        text-align: center;
        margin: 20px auto;
    }

    .testimonialSwiper {
        height: 420px;
    }

    .card-content {
        padding: 25px;
    }

    .quote-text {
        font-size: 14px;
        line-height: 20px;
    }
}


@media (max-width: 767px) {
    .testimonial-section {
        padding: 40px 0 60px 0;
    }

    .testimonial-heading {
        font-size: 32px;
        line-height: 38px;
        text-align: center;
        margin-bottom: 20px;
    }

    .testimonial-subtext {
        text-align: center;
        margin: 0 auto 0px auto;
        font-size: 16px;
    }

    .testimonialSwiper {
        width: 100% !important;
        height: auto !important;
        overflow: visible !important;
    }

    .swiper-slide {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        width: 100% !important;
    }

    .speech-card {
        width: 70% !important;
        max-width: 380px;
        margin: 0 auto !important;
    }

    .card-content {
        padding: 25px 20px !important;
        border-radius: 30px !important;
    }

    /* Tail position fix */
    .card-content::after {
        right: 35px !important;
        bottom: -20px !important;
        width: 40px !important;
        height: 40px !important;
    }

    .quote-text {
        font-size: 14px !important;
        line-height: 20px !important;
    }

    .card-footer {
        margin-top: 25px !important;
    }

    .view-project-btn {
        padding: 8px 18px !important;
        font-size: 13px !important;
    }

    .nav-arrow-box {
        width: 38px !important;
        height: 38px !important;
    }
}


.swiper-slide:nth-child(3n+1) .card-content,
.swiper-slide:nth-child(3n+1) .card-content::after {
    background-color: #a7d9eb;
}

.swiper-slide:nth-child(3n+2) .card-content,
.swiper-slide:nth-child(3n+2) .card-content::after {
    background-color: #EFAF26;
}

.swiper-slide:nth-child(3n+3) .card-content,
.swiper-slide:nth-child(3n+3) .card-content::after {
    background-color: #90CD79;
}

/*///////////////////////////////////////*/

.insights-section {
    background-color: #000000;
    background-image: radial-gradient(circle at 80% 50%, #0a1a0a 0%, transparent 70%);
    padding-top: 100px;
    padding-bottom: 100px;
    color: #ffffff;
    font-family: sans-serif;
    overflow: hidden;
    width: 100%;
}

.insights-heading {
    font-size: 48px;
    font-weight: 500;
    line-height: 64px;
    letter-spacing: -0.5px;
    margin-bottom: 40px;
    color: #ffffff;
}

.insights-description {
    font-size: 24px;
    line-height: 32px;
    color: #fff;
}

@media (max-width: 1199px) {
    .insights-heading {
        font-size: 46px;
        line-height: 56px;
    }

    .insights-section {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

@media (max-width: 767px) {
    .insights-section {
        padding-top: 80px;
        padding-bottom: 80px;
        background-image: radial-gradient(circle at center, #0a1a0a 0%, transparent 80%);
    }

    .insights-heading {
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 30px;
    }

    .insights-section .offset-lg-7,
    .insights-section .offset-md-2 {
        margin-left: 0;
    }

    .insights-description {
        font-size: 16px;
        line-height: 23px;
    }
}


/*///////////////////////////////*/


.featured-article-section {
    background-color: #050705;
    padding-top: 100px;
    padding-bottom: 100px;
    color: #ffffff;
    font-family: sans-serif;
    overflow: hidden;
}

.featured-image-box img {
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.category-label {
    color: #EFAF26;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    display: block;
    margin-bottom: 20px;
}

.article-title {
    font-size: 42px;
    font-weight: 500;
    line-height: 52px;
    margin-bottom: 25px;
    color: #ffffff;
}

.article-description {
    font-size: 19px;
    line-height: 30px;
    color: #cccccc;
    max-width: 520px;
    margin-bottom: 35px;
}

.btn-read-more {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    color: #EFAF26;
    border: 1px solid #EFAF26;
    padding: 12px 35px;
    border-radius: 100px;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.btn-read-more:hover {
    background-color: #EFAF26;
    color: #000000;
}

@media (max-width: 1199px) {
    .article-title {
        font-size: 36px;
        line-height: 44px;
    }
}

@media (max-width: 991px) {
    .featured-article-section {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .article-content-wrapper {
        margin-left: 0;
        margin-top: 30px;
    }

    .article-title {
        font-size: 32px;
        line-height: 40px;
    }
}

@media (max-width: 767px) {
    .article-title {
        font-size: 28px;
        line-height: 36px;
    }

    .article-description {
        font-size: 17px;
    }

    .btn-read-more {
        padding: 10px 28px;
        font-size: 15px;
    }
}


/*/////////////////////////////////////*/


.blog-filter-section {
    background-color: #040804;
    padding-top: 0px;
    padding-bottom: 80px;
    color: #ffffff;
    font-family: sans-serif;
}

.tabs-scroll-container {
    overflow-x: auto;
    white-space: nowrap;
    scrollbar-width: none;
    -ms-overflow-style: none;
    display: flex;
}

.tabs-scroll-container::-webkit-scrollbar {
    display: none;
}

.nav-tabs-custom {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 12px;
}

.tab-item {
    background-color: #1a1c1a;
    color: #ffffff;
    padding: 10px 24px;
    border-radius: 50px;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 1px solid transparent;
}

.tab-item:hover {
    background-color: #2a2c2a;
}

.tab-item.active {
    background-color: #EFAF26;
    color: #000000;
}

.blog-card {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.blog-card-img {
    order: 1;
    margin-bottom: 25px;
}

.blog-card-img img {
    width: 100%;
    height: auto;
    border-radius: 15px;
    object-fit: cover;
}

.blog-card-content {
    order: 2;
}

.blog-category {
    color: #EFAF26;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    display: block;
    margin-bottom: 12px;
}

.blog-title {
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 15px;
    color: #ffffff;
}

.blog-excerpt {
    font-size: 15px;
    line-height: 22px;
    color: #cccccc;
    margin-bottom: 20px;
    opacity: 0.9;
}

.read-more {
    color: #EFAF26;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.read-more .arrow {
    margin-left: 8px;
    transition: transform 0.3s ease;
}

.read-more:hover .arrow {
    transform: translateX(5px);
}


@media (max-width: 991px) {
    .tabs-scroll-container {
        justify-content: flex-start;
        padding-bottom: 10px;
    }

    .blog-title {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .blog-filter-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .blog-card-img {
        order: 2;
        margin-top: 25px;
        margin-bottom: 0;
    }

    .blog-card-content {
        order: 1;
    }

    .blog-card {
        margin-bottom: 40px;
    }

    .blog-title {
        font-size: 19px;
        line-height: 26px;
    }
}

/*//////////////////////////////////////*/

.build-growth-section {
    background-color: #040804;
    background-image: radial-gradient(circle at center, #0a1a0a 0%, transparent 80%);
    padding-top: 120px;
    padding-bottom: 120px;
    color: #ffffff;
    font-family: sans-serif;
    overflow: hidden;
    width: 100%;
}

.growth-content-wrap {
    max-width: 850px;
    margin: 0 auto;
}

.growth-main-title {
    font-size: 52px;
    font-weight: 500;
    line-height: 64px;
    margin-bottom: 35px;
    letter-spacing: -0.5px;
}

.growth-sub-desc {
    font-size: 19px;
    line-height: 30px;
    color: #cccccc;
    opacity: 0.9;
    max-width: 720px;
    margin: 0 auto;
}

@media (max-width: 991px) {
    .growth-main-title {
        font-size: 42px;
        line-height: 52px;
    }
}

@media (max-width: 767px) {
    .build-growth-section {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .growth-main-title {
        font-size: 25px;
        line-height: 32px;
        margin-bottom: 25px;
    }

    .growth-sub-desc {
        font-size: 16px;
        line-height: 26px;
        padding: 0 15px;
    }
}

/*////////////////////////////*/

.contact-section {
    background-color: #040804;
    padding: 60px 0;
    color: #ffffff;
    font-family: sans-serif;
}

.sticky-wrapper {
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
    align-self: flex-start;
}

.contact-title {
    font-size: 48px;
    font-weight: 500;
    margin-bottom: 35px;
}

.contact-desc {
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    margin-bottom: 50px;
    max-width: 480px;
}

.info-item {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.info-text {
    font-size: 20px;
    margin-left: 20px;
}

.contact-form-card {
    background: #0c0c0c;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 50px;
    border-radius: 12px;
}

.floating-input-group {
    position: relative;
    margin-bottom: 5px;
}

.floating-input-group label {
    position: absolute;
    top: -12px;
    left: 15px;
    background-color: #0c0c0c;
    padding: 0 8px;
    font-size: 14px;
    color: #fff;
    z-index: 5;
}

.form-control-custom {
    background: transparent !important;
    color: #ffffff !important;
    padding: 15px 20px;
    border-radius: 8px;
    width: 100%;
    outline: none;
    border: 0.5px solid #A4A1A1B8;
}

.select-dark-custom {
    background-color: #0c0c0c !important;
    color: #ffffff !important;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 15px center;
}

.select-dark-custom option {
    background-color: #1a1a1a;
    color: #ffffff;
}

.phone-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

.country-selector {
    position: absolute;
    left: 15px;
    display: flex;
    align-items: center;
    gap: 6px;
    z-index: 10;
    cursor: pointer;
}

.dropdown-arrow {
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid white;
}

.phone-field {
    padding-left: 75px !important;
}

.btn-submit-form {
    background-color: #ffffff;
    color: #000;
    border: none;
    padding: 15px 45px;
    border-radius: 100px;
    font-size: 18px;
    font-weight: 600;
    width: 250px;
    transition: 0.3s;
}

.btn-submit-form:hover {
    background-color: #EFAF26;
}

.btn-custom-file {
    background: #5D5D5D;
    color: #fff;
    padding: 10px 20px;
    border-radius: 25px;
    cursor: pointer;
    font-size: 14px;
}

.form-control-custom:focus {
    border: 1.5px solid #EFAF26 !important;
    box-shadow: none;
}

@media (max-width: 991px) {
    .sticky-wrapper {
        position: static;
    }

    .contact-title {
        font-size: 38px;
    }

    .contact-form-card {
        padding: 30px;
    }
}

/*////////////////////////////////*/

.digital-solutions-section {
    background-color: #040804;
    background-image: radial-gradient(circle at 70% 50%, rgba(0, 50, 0, 0.4) 0%, transparent 60%);
    padding-top: 80px;
    padding-bottom: 80px;
    color: #ffffff;
    font-family: sans-serif;
    overflow: hidden;
}

.ds-heading {
    font-size: 48px;
    font-weight: 400;
    line-height: 66px;
    margin-bottom: 50px;
    letter-spacing: -0.5px;
}

.ds-tags-container {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.ds-tag {
    background-color: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #A6A5A5;
    padding: 8px 18px;
    border-radius: 4px;
    font-size: 13px;
    white-space: nowrap;
    transition: 0.3s;
}

.ds-tag:hover {
    background-color: rgba(255, 255, 255, 0.15);
    color: #ffffff;
}

.ds-content-box {
    padding-top: 180px;
}

.ds-description {
    font-size: 24px;
    line-height: 32px;
    color: #C7C6C6;
    margin-bottom: 40px;
    opacity: 0.95;
}

.btn-ds-outline {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    color: #EFAF26;
    border: 1px solid #EFAF26;
    padding: 14px 35px;
    border-radius: 100px;
    font-size: 18px;
    font-weight: 500;
    transition: all 0.3s ease-in-out;
}

.btn-ds-outline:hover {
    background-color: #EFAF26;
    color: #000000;
}

@media (max-width: 1199px) {
    .ds-heading {
        font-size: 46px;
        line-height: 54px;
    }
}

@media (max-width: 991px) {
    .digital-solutions-section {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .ds-heading {
        font-size: 38px;
        line-height: 46px;
    }

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

    .ds-content-box {
        padding-top: 0px;
    }
}

@media (max-width: 767px) {
    .ds-heading {
        font-size: 25px;
        line-height: 34px;
        margin-bottom: 0px;
    }

    .ds-tag {
        font-size: 13px;
        padding: 6px 14px;
    }

    .btn-ds-outline {
        width: 100%;
        justify-content: center;
        font-size: 16px;
    }
}

/*/////////////////////////////////////////////*/


.dk-interactive-section {
    background-color: #030503;
    padding: 100px 0;
    min-height: 800px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-family: sans-serif;
    overflow: hidden;
    position: relative;
}

.orb-viewport {
    position: relative;
    width: 100%;
    height: 600px;
    margin: 0 auto;
}

.main-dk-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 350px;
    z-index: 1;
    pointer-events: none;
}

.main-dk-logo img {
    width: 100%;
    height: auto;
    display: block;
}

.orb-point {
    position: absolute;
    z-index: 10;
}

.label-text {
    font-size: 26px;
    color: #888;
    font-weight: 500;
    cursor: pointer;
    transition: opacity 0.3s ease;
}

.info-card {
    position: absolute;
    top: 0;
    left: 0;
    width: 350px;
    background: linear-gradient(135deg, #080c08 0%, #90cd7940 100%);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 25px;
    border-radius: 4px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease-out;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.8);
    z-index: 20;
}

.orb-point:hover .label-text {
    opacity: 0;
}

.orb-point:hover .info-card {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.info-title {
    color: #90CD79;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
}

.info-desc {
    color: #A9A9A9;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 20px;
}

.info-link {
    color: #efaf26;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    border-bottom: 1px solid #efaf26;
}

.blue-arrow-box {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 20px;
    margin-left: 8px;
}

.pos-shopify {
    top: 10%;
    left: 18%;
}

.pos-custom-apps {
    top: 5%;
    right: 5%;
}

.pos-custom-apps .info-card {
    right: 0;
    left: auto;
}

.pos-web-dev {
    top: 50%;
    left: 0%;
}

.pos-performance {
    top: 58%;
    right: 0%;
}

.pos-performance .info-card {
    right: 0;
    left: auto;
}

.pos-uiux {
    bottom: 8%;
    left: 30%;
}

.pos-marketing {
    bottom: 12%;
    right: 25%;
}

.pos-marketing .info-card {
    right: 0;
    left: auto;
}

@media (max-width: 991px) {
    .dk-interactive-section {
        padding: 60px 15px;
        min-height: auto;
    }

    .faq-section-wrapper {
        background-color: #010502;
        padding: 50px 0;
        color: white;
    }

    .orb-viewport {
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0px;
    }

    .main-dk-logo {
        position: relative;
        transform: none;
        top: auto;
        left: auto;
        width: 140px;
        margin-bottom: 40px;
    }

    .orb-point {
        position: static;
        width: 100%;
        max-width: 340px;
    }

    .info-card {
        position: relative;
        opacity: 1 !important;
        visibility: visible !important;
        width: 100%;
        transform: none !important;
        padding: 20px;
        margin-top: 10px;
        text-align: left;
    }

    .label-text {
        font-size: 28px;
        color: #A9A9A9;
        opacity: 1 !important;
        display: block;
        text-align: center;
        margin-bottom: 5px;
    }

    .info-desc {
        font-size: 13px;
        line-height: 20px;
    }

    .info-title {
        font-size: 18px;
        margin-bottom: 10px;
    }
}

@media (max-width: 575px) {
    .main-dk-logo {
        width: 110px;
    }

    .orb-point {
        max-width: 100%;
    }
}

/*///////////////////////////*/
/*


.ds-section {
    background-color: #f1f3f6;
    padding-top: 70px;
    padding-bottom: 70px;
    overflow: hidden;
}

.ds-main-heading {
    font-size: 46px;
    font-weight: 600;
    margin-bottom: 60px;
    color: #111;
}

.ds-cards-viewport {
    width: 100%;
    overflow-x: auto;
    padding-bottom: 40px;
    padding-left: calc((100vw - 1320px) / 2 + 15px);
    display: block;
    scrollbar-width: none;
}

.ds-cards-viewport::-webkit-scrollbar {
    display: none;
}

.ds-cards-row {
    display: flex;
    gap: 30px;
    width: max-content;
}

.ds-card {
    background: #ffffff;
    width: 850px;
    padding: 50px;
    border-radius: 12px;
    border-top-right-radius: 180px;
    box-shadow: 0px 4px 4px 0px #0000001A;
}

.ds-img-circle {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
}

.ds-img-circle img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ds-card-content {
    padding-left: 20px;
}

.ds-card-title {
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 25px;
    color: #151525;
}

.ds-card-text {
    font-size: 16px;
    line-height: 28px;
    color: #555;
    margin-bottom: 30px;
}

.ds-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.ds-badge {
    background-color: #4A1FB8;
    color: #ffffff;
    padding: 8px 18px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 400;
}

@media (max-width: 1399px) {
    .ds-cards-viewport {
        padding-left: calc((100vw - 1140px) / 2 + 15px);
    }
}

@media (max-width: 1199px) {
    .ds-cards-viewport {
        padding-left: calc((100vw - 960px) / 2 + 15px);
    }

    .ds-card {
        width: 750px;
        padding: 40px;
        border-top-right-radius: 140px;
    }
}

@media (max-width: 991px) {
    .ds-cards-viewport {
        padding-left: 25px;
    }

    .ds-card {
        width: 650px;
    }

    .ds-main-heading {
        font-size: 38px;
    }

    .ds-img-circle {
        width: 150px;
        height: 150px;
    }
}

@media (max-width: 767px) {
    .ds-card {
        width: 85vw;
        padding: 30px;
        border-top-right-radius: 80px;
    }

    .ds-card-content {
        padding-left: 0;
        padding-top: 30px;
        text-align: center;
    }

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

    .ds-card-title {
        font-size: 26px;
    }

    .ds-card-text {
        font-size: 15px;
    }
}
*/


.ds-section {
    background-color: #f1f3f6;
    padding-top: 80px;
    padding-bottom: 80px;
    overflow: hidden;
    /* Prevent body scrollbars during horizontal move */
}

.ds-main-heading {
    font-size: clamp(32px, 5vw, 46px);
    font-weight: 600;
    margin-bottom: 50px;
    color: #111;
}

/* Updated Viewport: Removed overflow-x auto for GSAP */
.ds-cards-viewport {
    width: 100%;
    position: relative;
    padding-left: 0;
}

.ds-cards-row {
    display: flex;
    gap: 30px;
    width: max-content;
    padding-left: calc((100vw - 1320px) / 2 + 15px);
    /* Matches Container alignment */
    will-change: transform;
}

.ds-card {
    background: #ffffff;
    width: 850px;
    padding: 50px;
    border-radius: 12px;
    border-top-right-radius: 180px;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
    flex-shrink: 0;
    /* Prevents cards from shrinking */
}

.ds-img-circle {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
}

.ds-img-circle img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ds-card-content {
    padding-left: 20px;
}

.ds-card-title {
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 20px;
    color: #151525;
}

.ds-card-text {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
    margin-bottom: 25px;
}

.ds-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.ds-badge {
    background-color: #4A1FB8;
    color: #ffffff;
    padding: 8px 18px;
    border-radius: 8px;
    font-size: 14px;
}

@media (max-width: 1399px) {
    .ds-cards-row {
        padding-left: calc((100vw - 1140px) / 2 + 15px);
    }
}

@media (max-width: 1199px) {
    .ds-cards-row {
        padding-left: calc((100vw - 960px) / 2 + 15px);
    }

    .ds-card {
        width: 750px;
        padding: 40px;
        border-top-right-radius: 140px;
    }
}

@media (max-width: 991px) {
    .ds-cards-row {
        padding-left: 25px;
    }

    .ds-card {
        width: 650px;
    }

    .ds-img-circle {
        width: 150px;
        height: 150px;
    }
}

@media (max-width: 767px) {
    .ds-card {
        width: 90vw;
        padding: 30px;
        border-top-right-radius: 80px;
    }

    .ds-card-content {
        padding-left: 0;
        padding-top: 25px;
        text-align: center;
    }

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

    .ds-card-title {
        font-size: 24px;
    }
}

/*////////////////////////////////////////*/


.tech-stack-section {
    background-color: #040804;
    background-image: radial-gradient(circle at 90% 50%, rgba(0, 100, 0, 0.1) 0%, transparent 60%);
    padding-top: 80px;
    padding-bottom: 80px;
    color: #ffffff;
    font-family: sans-serif;
    overflow: hidden;
}

.image-stack-wrapper {
    position: relative;
    width: 100%;
}


.img-back img {
    width: 100%;
    border-top-left-radius: 80px;
    display: block;
}

.img-front {
    width: 65%;
    position: absolute;
    bottom: -40px;
    right: 0;
    z-index: 2;
}

.img-front img {
    width: 100%;
    border-top-left-radius: 60px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.6);
    display: block;
}

.tech-content-box {
    padding-left: 20px;
}

.tech-main-title {
    font-size: 48px;
    font-weight: 500;
    line-height: 64px;
    margin-bottom: 20px;
    color: #ffffff;
}

.tech-intro {
    font-size: 20px;
    line-height: 32px;
    color: #CECDCD;
    margin-bottom: 35px;
    opacity: 0.9;
}

.tech-item {
    margin-bottom: 25px;
}

.tech-sub-title {
    font-size: 22px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 8px;
}

.tech-text {
    font-size: 19px;
    color: #999999;
    line-height: 28px;
    margin-bottom: 0;
}

@media (max-width: 1199px) {
    .tech-main-title {
        font-size: 42px;
        line-height: 52px;
    }
}

@media (max-width: 991px) {
    .tech-stack-section {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .tech-content-box {
        padding-left: 0;
        text-align: left;
    }
}

@media (max-width: 767px) {
    .tech-main-title {
        font-size: 25px;
        line-height: 34px;
        margin-bottom: 15px;
    }

    .tech-intro {
        font-size: 16px;
        line-height: 28px;
    }

    .tech-sub-title {
        font-size: 20px;
    }

    .tech-text {
        font-size: 17px;
    }

    .img-front {
        bottom: -30px;
    }
}


/*/////////////////////////////////*/


.process-section {
    padding: 50px 0;
    position: relative;
}

.section-title {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 50px;
}

.timeline {
    position: relative;
    max-width: 1100px;
    margin: 0 auto;
}

.timeline::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 1px;
    background-color: #EFAF26;
    transform: translateX(-50%);
}

.timeline-row {
    display: flex;
    width: 100%;
    margin-bottom: 50px;
}

.half-width {
    width: 50%;
    display: flex;
}

.right-side {
    margin-left: 50%;
    flex-direction: row;
    align-items: flex-start;
}

.left-side {
    justify-content: flex-end;
    flex-direction: row;
    align-items: flex-start;
}

.connector {
    width: 150px;
    height: 1px;
    background-color: #EFAF26;
    margin-top: 22px;
    flex-shrink: 0;
}

.icon-box {
    width: 52px;
    height: 52px;
    background: #EFAF26;
    border: 4px solid #151517;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0px 0px 15px 0px #EFAF26;
}

.content {
    max-width: 380px;
}

.content h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #fff;
}

.content p {
    font-size: 16px;
    line-height: 1.6;
    color: #C4C4C4;
    margin: 0;
}

.right-side .icon-box {
    margin-right: 20px;
}

.right-side .content {
    text-align: left;
    margin-left: 20px;
}

.left-side .icon-box {
    margin-left: 20px;
}

.left-side .content {
    text-align: right;
    margin-right: 20px;
}

@media (max-width: 768px) {
    .timeline::before {
        left: 0px;
    }

    .process-section {
        padding: 50px 0;
    }

    .content h3 {
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 8px;
        color: #fff;
    }

    .timeline-row {
        margin-bottom: 40px;
    }

    .half-width,
    .left-side,
    .right-side {
        width: 100%;
        margin-left: 0;
        justify-content: flex-start;
        flex-direction: row !important;
    }

    .left-side .content {
        text-align: left;
        order: 3;
    }

    .left-side .icon-box {
        margin-left: 0;
        margin-right: 20px;
        order: 2;
    }

    .left-side .connector {
        order: 1;
    }

    .connector {
        width: 20px;
    }

    .content {
        max-width: 100%;
        padding-right: 15px;
    }

    .content p {
        font-size: 14px;
        line-height: 1.6;
        color: #C4C4C4;
        margin: 0;
    }

    .section-title {
        text-align: center;
        font-size: 25px;
        font-weight: 700;
        margin-bottom: 30px;
    }
}

/*////////////////////////////*/

.service-section {
    padding: 0 0 100px 0;
    position: relative;
    background: radial-gradient(circle at 70% 50%, rgba(34, 139, 34, 0.15) 0%, transparent 50%);
}

.section-header {
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 40px;
    color: #fff;
}

.marquee-container {
    width: 100vw;
    background: #121212;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    padding: 20px 0;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    margin-bottom: 80px;
}

.marquee-content {
    display: inline-flex;
    animation: scroll 30s linear infinite;
}

.marquee-item {
    display: flex;
    align-items: center;
    padding: 0 40px;
    font-size: 1.1rem;
    font-weight: 500;
    color: #fff;
}

.marquee-item svg {
    margin-right: 10px;
    width: 18px;
    height: 18px;
}

.text-orange {
    color: var(--accent-orange);
}

.text-green {
    color: var(--accent-green);
}

@keyframes scroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

.content-title {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 30px;
    color: #fff;
}

.content-title span {
    color: #90CD79;
}

.feature-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px 30px;
    margin-bottom: 40px;
}

.feature-item {
    display: flex;
    align-items: center;
    font-size: 1rem;
    color: #CECDCD;
}

.feature-item svg {
    color: #fff;
    margin-right: 12px;
    width: 20px;
    height: 20px;
}

.btn-consultation {
    background-color: #ffffff;
    color: #000;
    border: none;
    padding: 14px 32px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.95rem;
    display: inline-flex;
    align-items: center;
    transition: 0.3s ease;
    text-decoration: none;
}

.btn-consultation:hover {
    background-color: #f0f0f0;
    transform: translateY(-2px);
}

.btn-consultation svg {
    margin-left: 10px;
    width: 18px;
    height: 18px;
}

.right-image-container img {
    width: 100%;
    height: auto;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
}

@media (max-width: 991px) {
    .content-title {
        font-size: 25px;
        margin-top: 20px;
    }

    .section-header {
        font-size: 25px;
    }

    .feature-list {
        grid-template-columns: 1fr;
    }

    .right-image-container {
        margin-top: 30px;
    }

    .service-section {
        padding: 0 0 50px 0;
        position: relative;
        background: radial-gradient(circle at 70% 50%, rgba(34, 139, 34, 0.15) 0%, transparent 50%);
    }
}

/*//////////////////////////////////////*/

.migration-section {
    background-color: #060806;
    background-image: radial-gradient(circle at 85% 20%, rgba(148, 209, 126, 0.08) 0%, transparent 45%);
    padding: 100px 20px;
    color: #ffffff;
}

.migration-title {
    font-size: 42px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 80px;
    letter-spacing: -0.5px;
}

.col-before {
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-right: none;
    border-radius: 12px 0 0 12px;
    background-color: rgba(255, 255, 255, 0.02);
    padding: 0;
}

.col-after {
    background-color: #90CD79;
    border-radius: 4px;
    color: #1a1a1a;
    z-index: 10;
    padding: 20px 0;
    margin-top: -12px;
    margin-bottom: -12px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
}

.migration-row {
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 20px;
}

.col-before .migration-row {
    border: 1px solid white;
}

.col-before .migration-row:last-child {
    border-bottom: 1px solid white;
}

.col-after .migration-row {
    border-bottom: 1px solid #FFFFFF;
    font-weight: 500;
}

.col-after .migration-row:last-child {
    border-bottom: none;
}

.migration-header-text {
    font-weight: 700;
    font-size: 24px;
}

@media (max-width: 767.98px) {
    .migration-title {
        font-size: 25px;
        margin-bottom: 50px;
    }

    .col-before {
        border-right: 1px solid rgba(255, 255, 255, 0.12);
        border-radius: 12px;
        margin-bottom: 20px;
    }

    .col-after {
        margin-top: 0;
        margin-bottom: 0;
        padding: 0;
        border-radius: 12px;
    }

    .migration-row {
        height: 60px;
        font-size: 14px;
    }
}


/*/////////////////////////////////////////*/


.features-section {
    padding: 0 0 100px 0;
    background: radial-gradient(circle at top right, #081108 0%, #000000 50%),
        radial-gradient(circle at bottom left, #050a05 0%, #000000 50%);
    background-color: #000;
    display: flex;
    align-items: center;
}

.main-title {
    color: #ffffff;
    font-weight: 600;
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 15px;
    letter-spacing: -0.5px;
}

.sub-title {
    color: #C7C6C6;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 0px;
}

.feature-card {
    background: rgba(15, 18, 15, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.03);
    border-radius: 12px;
    padding: 40px 30px;
    text-align: center;
    height: 100%;
    transition: transform 0.3s ease, background 0.3s ease;
}

.feature-card:hover {
    background: rgba(25, 30, 25, 0.8);
    transform: translateY(-5px);
}

.icon-wrapper {
    margin-bottom: 25px;
    display: flex;
    justify-content: center;
}

.icon-wrapper svg,
.placeholder-icon {
    width: 32px;
    height: 32px;
}

.card-heading {
    color: #ffffff;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 15px;
}

.card-text {
    color: #C7C6C6;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .main-title {
        font-size: 2.2rem;
    }

    .features-section {
        padding: 60px 0;
    }
}

@media (max-width: 767px) {
    .main-title {
        font-size: 1.8rem;
    }

    .sub-title {
        font-size: 1.1rem;
        margin-bottom: 0px;
    }

    .feature-card {
        padding: 30px 20px;
    }
}


/*////////////////////////////*/

.tailored-section {
    background: radial-gradient(circle at top right, #081208 0%, #020502 60%);
    padding: 0 0 50px 0;
    color: #ffffff;
}

.content-titles {
    font-size: 48px;
    font-weight: 400;
    line-height: 1.1;
    margin-bottom: 30px;
    letter-spacing: -1px;
    text-align: start;
    color: #fff;
}

.improvement-card {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-bottom: 60px;
}

.img-container {
    flex: 0 0 200px;
    height: 140px;
    overflow: hidden;
    border-radius: 4px;
}

.img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.content-container h3 {
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 12px;
    line-height: 1.3;
}

.content-container p {
    color: #BEBEBE;
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 0;
}

@media (max-width: 1199px) {
    .section-title {
        font-size: 3rem;
    }

    .content-titles {
        font-size: 25px;
        font-weight: 400;
        line-height: 1.1;
        margin-bottom: 30px;
        letter-spacing: -1px;
        text-align: start;
        color: #fff;
    }
}

@media (max-width: 991px) {
    .img-container {
        flex: 0 0 160px;
        height: 110px;
    }

    .content-container h3 {
        font-size: 1.4rem;
    }

    .section-title {
        font-size: 2.5rem;
    }
}

@media (max-width: 767px) {
    .improvement-card {
        flex-direction: column;
        gap: 15px;
    }

    .img-container {
        flex: 0 0 auto;
        width: 100%;
        height: 200px;
    }

    .section-title {
        font-size: 25px;
        margin-bottom: 50px;
    }
}


/*////////////////////////*/

.performance-stats-section {
    background-color: #050705;
    color: #ffffff;
    overflow: hidden;
}

.main-heading-perfomance {
    font-size: 48px;
    font-weight: 500;
    line-height: 1.15;
    letter-spacing: -0.01em;
}

.description-perfomance {
    color: #F0EEEE;
    font-size: 20px;
    line-height: 1.6;
    max-width: 450px;
}

.stat-number-perfomance {
    color: #EFAF26;
    font-size: 64px;
    font-weight: 600;
    margin-bottom: 0.5rem;
    line-height: 1;
}

.stat-title-perfomance {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0.8rem;
}

.stat-text-perfomance {
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 0;
}

.stats-grid-perfomance {
    position: relative;
}

@media (min-width: 992px) {
    .v-divider-perfomance {
        position: absolute;
        left: 50%;
        top: 0;
        bottom: 0;
        width: 1px;
        background-color: rgba(255, 255, 255, 0.15);
        transform: translateX(-50%);
        z-index: 1;
        padding: 0;
    }
}

@media (max-width: 991px) {
    .performance-stats-section {
        text-align: left;
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .main-heading-perfomance {
        font-size: 25px;
        font-weight: 500;
        line-height: 1.15;
        letter-spacing: -0.01em;
    }

    .description-perfomance {
        color: #F0EEEE;
        font-size: 16px;
        line-height: 1.6;
        max-width: 450px;
    }

    .stat-number-perfomance {
        color: #EFAF26;
        font-size: 30px;
        font-weight: 600;
        margin-bottom: 0.5rem;
        line-height: 1;
    }

    .stat-title-perfomance {
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 0.8rem;
    }

    .main-heading-perfomance br {
        display: none;
    }

    .stat-item-perfomance {
        margin-bottom: 10px;
    }
}


/*///////////////////////////*/


.cta-audit-section {
    background-color: #030803;
    padding: 80px 0;
}

.cta-card-wrapper {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    background-image: linear-gradient(rgb(21 91 47 / 57%), rgb(10 47 15 / 60%)), url('../img/ss3.jpg');
    background-size: cover;
    background-position: center center;
    min-height: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

.cta-content {
    position: relative;
    z-index: 2;
    padding: 40px 20px;
}

.cta-title {
    color: #ffffff;
    font-size: 48px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 20px;
    letter-spacing: -0.02em;
}

.cta-description {
    color: rgba(255, 255, 255, 0.85);
    font-size: 20px;
    margin-bottom: 35px;
    font-weight: 300;
}

.btn-audit {
    display: inline-flex;
    align-items: center;
    background-color: #ffffff;
    color: #000000;
    text-decoration: none;
    padding: 14px 32px;
    border-radius: 50px;
    font-weight: 500;
    font-size: 16px;
    transition: all 0.3s ease;
    border: 1px solid #FFFFFF;
}

.btn-audit:hover {
    background-color: #f1f1f1;
    transform: translateY(-2px);
    color: #000;
}

@media (max-width: 768px) {
    .cta-card-wrapper {
        min-height: 400px;
        margin: 0 10px;
    }

    .cta-audit-section {
        padding: 40px 0;
    }

    .cta-title {
        font-size: 25px;
    }
}


/*////////////////////////////////////////////////*/


.convert-section {
    background-color: #ffffff;
    padding: 100px 0;
}

.bg-glow-pixel {
    position: absolute;
    top: -150px;
    right: -100px;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(144, 190, 109, 0.15) 0%, rgba(255, 255, 255, 0) 70%);
    filter: blur(60px);
    z-index: 0;
    pointer-events: none;
}

.sub-heading-pixel {
    color: #254D16;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 0.05em;
}

.main-title-pixel {
    font-size: 48px;
    font-weight: 500;
    line-height: 1.2;
    color: #000;
    letter-spacing: -0.02em;
}

.feature-cardss {
    padding: 10px;
}

.icon-wrapperss img {
    height: 55px;
    width: auto;
    object-fit: contain;
}

.feature-title-pixel {
    font-size: 20px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 15px;
}

.feature-text-pixel {
    font-size: 16px;
    line-height: 1.6;
    color: #000;
    font-weight: 400;
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .main-title-pixel br {
        display: none;
    }
}

@media (max-width: 576px) {
    .convert-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .feature-title-pixel {
        font-size: 1rem;
    }

    .feature-text-pixel {
        font-size: 0.85rem;
    }

    .row.gy-5 {
        --bs-gutter-y: 2.5rem;
    }

    .pixel_section_margin-top {
        margin-top: 20px;
    }

    .main-title-pixel {
        font-size: 25px;
        color: #000;
    }
}

/*///////////////////////////////*/


.gallery-shelf-section {
    padding: 80px 0;
    perspective: 2000px;
}

.shelf-row {
    border-bottom: 15px solid #ffffff;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
    display: flex;
    align-items: flex-end;
    padding-bottom: 0;
    margin-bottom: 20px;
    border-radius: 10px;
}

.art-card-container {
    perspective: 1000px;
    margin-bottom: 4px;
}

.art-card {
    position: relative;
    aspect-ratio: 1 / 1;
    cursor: pointer;
    transform-origin: bottom center;
    transform: rotateX(19deg) translateZ(-5px);

    transition: transform 0.6s cubic-bezier(0.2, 1, 0.3, 1), box-shadow 0.6s ease;

    box-shadow:
        0 10px 20px rgba(0, 0, 0, 0.1),
        0 2px 5px rgba(0, 0, 0, 0.2);
}

.art-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 2px;
    display: block;
}

.art-card:hover {
    transform: rotateX(0deg) translateY(-20px) translateZ(20px);
    box-shadow: 0 45px 90px rgba(0, 0, 0, 0.18);
    z-index: 50;
}

.shopify-modal {
    position: fixed;
    inset: 0;
    background: rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(30px);
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
}

.modal-grid {
    display: grid;
    grid-template-columns: 1fr 1.5fr 1fr;
    align-items: center;
    width: 90%;
    max-width: 1300px;
    color: #000;
}

.modal-text {
    padding-right: 50px;
}

.modal-text h2 {
    font-size: 3rem;
    font-weight: 500;
}

.modal-text p {
    font-size: 1.2rem;
    opacity: 0.8;
    color: #000;
}

.modal-media {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.modal-media img {
    width: 100%;
    max-width: 500px;
    border-radius: 4px;
    box-shadow: 0 40px 100px rgba(0, 0, 0, 0.2);
    animation: zoomIn 0.5s ease-out;
}

.btn-open-pill {
    position: absolute;
    bottom: -80px;
    background: #000;
    color: #fff;
    padding: 12px 45px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
}

.btn-open-pill:hover {
    color: #fff;
    transform: scale(1.05);
}

.close-icon {
    position: absolute;
    top: 40px;
    right: 50px;
    font-size: 2.5rem;
    cursor: pointer;
    color: #fff;
}

@keyframes zoomIn {
    from {
        transform: scale(0.9);
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}

@media (max-width: 991px) {
    .gallery-shelf-section {
        padding: 50px 0;
        perspective: 2000px;
    }
}

@media (max-width: 768px) {
    .modal-grid {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 20px;
        width: 95%;
        max-height: 90vh;
        overflow-y: auto;
        padding-top: 60px;
    }

    .modal-text {
        padding-right: 0;
        order: 2;
    }

    .modal-text h2 {
        font-size: 2rem;
        margin-bottom: 10px;
    }

    .modal-text p {
        font-size: 1rem;
    }

    .modal-media {
        order: 1;
    }

    .modal-media img {
        max-width: 50%;
        height: auto;
    }

    .btn-open-pill {
        position: relative;
        bottom: 0;
        margin-top: 20px;
        display: inline-block;
    }

    .close-icon {
        top: 20px;
        right: 20px;
        color: #000;
    }

    .modal-grid > div:last-child {
        display: none;
    }
}
