.carousel .list .item::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00000040;
}

.content {
    z-index: 1;
}

.fs-40 {
    font-size: 32px;
}

.vd1 {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    opacity: 0.07;
    /* background-attachment: fixed; */
    height: 160vh;
    z-index: -2;
    margin-top: -8vh;
}

.stats-section {
    background: transparent;
    position: relative;
    z-index: 3;
}

.latest-portfolio {
    z-index: 3;
}

.about-section {
    margin-top: -50px;
    /* background: #2d2d2d; */
    margin-bottom: -50px;
    padding: 120px 0 !important;
}

.product-section {
    overflow: hidden;
}

/* Contact title/content spacing */
.cont-form .reveal-wrapper h1 {
    margin-bottom: 10px;
}

.cont-form .reveal-wrapper .form1 p {
    margin-bottom: 0;
}

/* Tighter spacing for Career section heading + content */
.contact-section.bg-white .tp-about-pp-title-wrap {
    margin-bottom: 14px !important;
}

.contact-section.bg-white .form1 p:first-child {
    margin-top: 0;
}

.main-container {
    width: 1000px;
    height: 800px;
    position: relative;
    margin: auto;
}

#mainSvg svg {
    width: 100%;
    height: 100%;
    overflow: visible;
}

.bg-ring {
    fill: none;
    stroke-width: 1.4;
    stroke-linecap: round;
    transform: rotate(-180deg);
    transform-origin: 500px 300px;
    transition: stroke-width 0.3s ease, opacity 0.3s ease;
}

.center-sphere {
    /* fill: #fff; */
    filter: drop-shadow(0px 8px 15px rgba(0, 0, 0, 0.1));
    stroke: #b1c91e;
    stroke-width: 2;
    filter: drop-shadow(0px 8px 15px rgba(0, 0, 0, 0.15));
}

#slicesGroup {
    filter: drop-shadow(4px -5px 5px rgba(0, 0, 0, 0.4));
}

.slice-path {
    stroke-width: 5px;
    filter: drop-shadow(-3px -14px 15px rgba(0, 0, 0, 0.3));
}

.heading-num {
    font-size: 65px;
    font-weight: 900;
    fill: #735cff;
}

.heading-sub {
    font-size: 13px;
    font-weight: 700;
    fill: #5a548e;
    text-transform: uppercase;
}

.heading-main {
    font-size: 38px;
    font-weight: 900;
    fill: #3b3663;
    text-transform: uppercase;
}

.concept-title {
    font-size: 14px;
    fill: #777;
}

.concept-desc {
    font-size: 16px;
    fill: #777;
}

.slice-text-pct {
    font-size: 16px;
    font-weight: 700;
    fill: #fff;
    text-anchor: middle;
}

.slice-text-label {
    font-size: 32px;
    fill: #fff;
    text-anchor: middle;
    text-transform: uppercase;
    pointer-events: none;
}

.concept-title,
.concept-desc {
    transition: all 0.3s ease;
}

.highlight {
    fill: #000 !important;
    font-weight: 600;
    font-size: 16px;
}

#quizOverlay {
    display: none;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99;
}

.popup-container {
    width: 60%;
    height: 65%;
    background: white;
    display: flex;
    position: relative;
    border-radius: 30px;
    overflow: hidden;
}

.image-section {
    flex: 1;
    background: radial-gradient(circle at top left, #0a2e5c 0%, #04142a 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    background-image: linear-gradient(45deg, #000000 41%, #B3CB1C 178%, #B3CB1D 313%, #000000 123%);
    width: 50%;
}

.tech-dots {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(rgba(255, 255, 255, 0.1) 1px, transparent 1px);
    background-size: 30px 30px;
    opacity: 0.5;
}

.tech-circle {
    position: absolute;
    width: 400px;
    height: 400px;
    background: rgba(255, 96, 46, 0.1);
    filter: blur(80px);
    border-radius: 50%;
}

.image-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    width: 100%;
}

.image-section img {
    width: 85%;
    filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.5));
    transition: transform 0.5s ease;
}

.image-section:hover img {
    transform: scale(1.05);
}

.experience-badge {
    position: absolute;
    bottom: 40px;
    left: 16px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    padding: 15px 20px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: white;
    text-align: left;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.badge-number {
    display: block;
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.badge-text {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #b3cb1c;
}

.close-btn {
    position: absolute;
    right: 20px;
    top: 15px;
    background: none;
    border: none;
    font-size: 46px;
    cursor: pointer;
    color: #999;
    z-index: 10;
}

.content-section {
    flex: 1;
    padding: 60px 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: auto;
    width: 50%;
}

.step {
    display: none;
    text-align: center;
    height: 100%;
}

.step.active {
    display: flex;
    width: auto;
    flex-direction: column;
    align-items: center;
    background: white;
    border-radius: 32px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.03), 0 30px 80px -10px rgba(0, 0, 0, 0.12), 0 10px 30px -10px rgb(179 203 28 / 19%);
    padding: 50px;
}

.progress-bar-container {
    width: 33%;
    height: 4px;
    background: #eee;
    margin-bottom: 40px;
    position: absolute;
    top: 50px;
    left: auto;
}

.progress-bar {
    height: 100%;
    background: #b3cb1c;
    transition: 0.3s;
    border-radius: 20px;
}

.overlay h1 {
    font-size: 32px;
    margin-bottom: 15px;
    color: #111;
}

.overlay h2 {
    font-size: 24px;
    margin-bottom: 30px;
}

.quiz-label {
    color: #b3cb1c;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.description {
    color: #666;
    margin-bottom: 30px;
    font-size: 16px;
}

.primary-btn {
    background: #b3cb1c;
    color: white;
    border: none;
    padding: 15px 40px;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
    width: 100%;
    transition: 0.2s;
}

.primary-btn:hover {
    background: #829603;
}

.option-btn {
    width: 48%;
    padding: 12px;
    margin-bottom: 0px;
    border: 2px solid #efefef;
    background: #fafafa;
    border-radius: 8px;
    cursor: pointer;
    font-size: 14px;
}

.option-btn:hover {
    border-color: #b3cb1c;
}

.email-input {
    width: 100%;
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 8px;
    margin-bottom: 20px;
}

.footer-text {
    font-size: 11px;
    color: #999;
    margin-top: 20px;
}

.footer-text a {
    color: #999;
}

.quiz-navigation {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    margin-top: 20px;
    background-color: #b3cb1c;
    color: #FFF;
    border-radius: 8px;
    width: fit-content;
    padding: 2px 20px;
    text-decoration: none;
}

.nav-btn {
    background: none;
    border: none;
    cursor: pointer;
    font-weight: 600;
    text-decoration: none;
    padding: 10px;
    color: #FFF;
}

.quiz-options {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
}

.quiz-steps-container {
    width: 50%;
}

.overlay .image-wrapper {
    background: transparent;
}

@media (max-width:767px) {
    .quiz-steps-container {
        width: 100%;
    }

    .content-section {
        padding: 20px 10px;
    }

    .popup-container {
        width: 90%;
        height: 80%;
        flex-direction: column;
    }

    .image-section {
        width: 100%;
    }

    .step.active {
        padding: 20px;
    }
}

.inn-sec {
    height: clamp(700px, 88vh, 980px);
}

@media (max-width: 767px) {
    .inn-sec {
        height: 560px;
    }
}

.inn-sec .bgim1 {
    height: 100%;
}

.inn-sec .bgim1 img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.con-hdg {
    position: absolute;
    bottom: 140px;
    left: 50px;
    display: flex;
    align-items: end;
    width: auto;
    z-index: 1;
}

.inn-sec:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.map-bg {
    height: 100%;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
    z-index: 6;
    background: #1a1a1a;
}

.map-bg .map-skeleton {
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    background: linear-gradient(110deg, rgba(38, 38, 38, 0.95) 8%, rgba(58, 58, 58, 0.95) 18%, rgba(38, 38, 38, 0.95) 33%);
    background-size: 220% 100%;
    animation: mapSkeletonShimmer 1.4s linear infinite;
    transition: opacity 0.35s ease, visibility 0.35s ease;
}

.map-bg iframe {
    opacity: 0;
    transition: opacity 0.35s ease;
}

.map-bg.map-loaded iframe {
    opacity: 1;
}

.map-bg.map-loaded .map-skeleton {
    opacity: 0;
    visibility: hidden;
}

@keyframes mapSkeletonShimmer {
    to {
        background-position-x: -220%;
    }
}

.bg-white .con-box {
    padding: 40px;
    border-radius: 30px;
    backdrop-filter: blur(18px);
    box-shadow: inset 1px 2px 12px 12px #00000017;
    position: relative;
    z-index: 6;
}

input,
select,
textarea {
    box-shadow: none;
}

.bg-white input,
.bg-white select,
.bg-white textarea {
    background: #33333317;
    color: #000000;
    box-shadow: none;
}

.con-sec1 .con-box input,
.con-sec1 .con-box select,
.con-sec1 .con-box textarea {
    border: 1px solid rgba(179, 203, 28, 0.18);
    border-radius: 14px;
    transition: border-color 0.28s ease, box-shadow 0.28s ease, background-color 0.28s ease, transform 0.28s ease;
}

.con-sec1 .con-box input::placeholder,
.con-sec1 .con-box textarea::placeholder {
    color: rgba(255, 255, 255, 0.58);
}

.con-sec1 .contact-section.bg-white .con-box input::placeholder,
.con-sec1 .contact-section.bg-white .con-box textarea::placeholder {
    color: rgba(0, 0, 0, 0.45);
}

.con-sec1 .con-box input:focus,
.con-sec1 .con-box input:focus-visible,
.con-sec1 .con-box select:focus,
.con-sec1 .con-box select:focus-visible,
.con-sec1 .con-box textarea:focus,
.con-sec1 .con-box textarea:focus-visible {
    outline: none;
    border-color: rgba(179, 203, 28, 0.72);
    background-color: rgba(179, 203, 28, 0.08);
    box-shadow: none;
    transform: translateY(-1px);
}

.nav-services {
    position: relative;
    cursor: pointer;
}

.services-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    background: #ffffff;
    min-width: 240px;
    padding: 15px 20px;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    z-index: 999;
}

.services-dropdown a {
    display: block;
    padding: 10px 0px;
    text-decoration: none;
    color: #333;
    font-size: 0.95rem;
    transition: 0.2s ease;
}

.nav-services:hover .services-dropdown a {
    color: #fff;
}

.nav-services:hover .services-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    background-color: #ffffff36;
    backdrop-filter: blur(18px);
    z-index: 10;
    color: #fff;
    top: 60px;
}

.form-error {
    color: #b3cb1c !important;
}

.con-box .iti {
    width: 100%;
}

.con-box .iti__country-list {
    z-index: 10;
}

.con-box .iti--separate-dial-code .iti__selected-dial-code {
    color: #000;
}

.career-map-iframe {
    border: 0;
}

.career-thanks {
    color: #b3cb1c;
    display: none;
    font-weight: bold;
}

.career-file-error {
    color: red;
    display: none;
}

.career-file-note {
    font-size: 12px;
    color: #a1a1a1;
}

.career-file-note-font {
    font-family: 'Aileron';
}

.career-tiny-note {
    font-size: 10px;
}

.career-processing {
    display: none;
}
