/* ======================================
Business Journey Section
====================================== */
.journey-item {
    width: 300px;
    position: relative;
    text-align: center;
    transition: all .4s ease;
}

.journey-item:hover {
    transform: translateY(-10px);
}

.journey-icon {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 25px;
    border: 6px solid rgba(255, 255, 255, 0.1);
    background: #fff;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.35);
    position: relative;
    z-index: 2;
}

.journey-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.journey-arrow {
    height: 75px;
    background: linear-gradient(90deg, #0E59F2, #00C2FF);
    clip-path: polygon(0 0, 88% 0, 100% 50%, 88% 100%, 0 100%, 10% 50%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 35px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}

.journey-arrow span {
    color: #fff;
    font-size: 22px;
    font-weight: 500;
}

.journey-content {
    background: rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(10px);
    padding: 35px 25px;
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    transition: all .4s ease;
}

.journey-item:hover .journey-content {
    border-color: rgba(14, 89, 242, 0.4);
}

.journey-content h4 {
    color: #fff;
    font-size: 22px;
    margin-bottom: 15px;
}

.journey-content p {
    color: rgba(255, 255, 255, 0.75);
    font-size: 14px;
    line-height: 28px;
    margin: 0;
}

/* Responsive */

@media (max-width: 991px) {

    .journey-wrapper {
        gap: 25px;
    }

    .journey-item {
        width: 45%;
    }
}

@media (max-width: 767px) {

    .journey-item {
        width: 100%;
    }

    .business-journey {
        padding: 80px 0;
    }

    .journey-arrow {
        height: 65px;
    }

    .journey-arrow span {
        font-size: 18px;
    }
}

/* ======================================
        TEAM HOVER STYLE
====================================== */
/* TEAM HOVER STYLE */
.style-hover .team-image {
    position: relative;
    overflow: hidden;
    border-radius: 18px;
}

.style-hover .team-image img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    transition: all 0.5s ease;
    border-radius: 18px;
}

.style-hover .team-overlay {
    position: absolute;
    left: 0;
    bottom: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top,
            rgba(0, 0, 0, 0.96),
            rgba(0, 0, 0, 0.65));
    padding: 30px 25px;
    transition: all 0.5s ease;
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.style-hover:hover .team-overlay {
    bottom: 0;
}

.style-hover:hover .team-image img {
    transform: scale(1.08);
}

.team-overlay h4 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 5px;
}

.team-overlay span {
    color: #4da6ff;
    font-size: 15px;
    margin-bottom: 18px;
    display: block;
}

.team-overlay ul {
    padding-left: 18px;
    margin-bottom: 0;
}

.team-overlay ul li {
    color: #d1d5db;
    margin-bottom: 10px;
    line-height: 1.7;
    font-size: 14px;
}

/* RIGHT CONTENT AREA */
.team-about-content {
    position: relative;
    /* padding: 50px 45px; */
    /* background: #0f172a; */
    /* border-radius: 24px; */
    /* border: 1px solid rgba(255,255,255,0.06); */
    height: 100%;
}

/* SUB TITLE */

.team-about-content .sub-title {
    /* color: var(--header); */
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 15px;
    display: inline-block;
    text-transform: uppercase;
}

/* TITLE */

.team-about-content h2 {
    /* color: #ffffff; */
    font-size: 22px;
    line-height: 1.25;
    font-weight: 700;
    margin-bottom: 25px;
}

/* DESCRIPTION */

.team-desc {
    /* color:var(--text); */
    font-size: 16px;
    line-height: 1.9;
    margin-bottom: 35px;
}

/* FEATURE LIST */

.modern-feature-list {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

/* FEATURE ITEM */
.feature-item {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    padding: 20px;
    border-radius: 18px;
    /* background: rgba(255,255,255,0.03); */
    /* border: 1px solid rgba(255,255,255,0.05); */
    transition: all 0.4s ease;
}

.feature-item:hover {
    transform: translateY(-4px);
    border-color: rgba(59, 130, 246, 0.4);
    background: rgba(255, 255, 255, 0.05);
}

/* ICON */

.feature-icon {
    min-width: 58px;
    height: 58px;
    border-radius: 16px;
    background: linear-gradient(135deg, #2563eb, #3b82f6);
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature-icon i {
    color: #fff;
    font-size: 22px;
}

/* CONTENT */

.feature-content h5 {
    /* color: #ffffff; */
    font-size: 20px;
    margin-bottom: 8px;
    font-weight: 600;
}

.feature-content p {
    /* color: #cbd5e1; */
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 0;
}

/* CLOSING LINE */

.closing-line {
    margin-top: 35px;
    padding: 25px;
    border-radius: 18px;
    background: rgba(59, 130, 246, 0.08);
    border-left: 4px solid #3b82f6;
}

.closing-line i {
    color: #3b82f6;
    font-size: 22px;
    margin-bottom: 12px;
}

.closing-line p {
    /* color: #ffffff; */
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 0;
    font-weight: 500;
}

/* RESPONSIVE */

@media (max-width: 991px) {

    .team-about-content {
        margin-top: 40px;
        padding: 35px 25px;
    }

    .team-about-content h2 {
        font-size: 34px;
    }

}

/* ======================================
    MiSSION & VISION SECTION
====================================== */
.mission-vision-section {
    position: relative;
    z-index: 1;
    padding: 80px !important;
}

.mission-vision-section::before {
    position: absolute;
    content: "";
    width: 500px;
    height: 500px;
    background: rgba(0, 140, 255, 0.15);
    filter: blur(120px);
    left: -100px;
    top: 100px;
    z-index: -1;
}

.mission-vision-section::after {
    position: absolute;
    content: "";
    width: 500px;
    height: 500px;
    background: rgba(0, 140, 255, 0.12);
    filter: blur(120px);
    right: -100px;
    bottom: 0;
    z-index: -1;
}

.mv-card {
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20%;
    width: 420px;
    height: 420px;
    margin: auto;
    text-align: center;
    padding: 70px 40px;
    position: relative;
    transition: all .4s ease-in-out;
    background: transparent;
}

.mv-card:hover {
    border-color: #0d6efd;
    transform: translateY(-10px);
}

.mv-number {
    width: 52px;
    height: 52px;
    line-height: 52px;
    border-radius: 50%;
    background: #0d6efd;
    color: #fff;
    font-weight: 600;
    position: absolute;
    top: -15px;
    left: 30px;
}

.mv-icon {
    margin-bottom: 25px;
}

.mv-icon i {
    font-size: 55px;
    color: #0d6efd;
}

.mv-card h3 {
    color: #fff;
    margin-bottom: 18px;
    font-size: 32px;
}

.mv-card p {
    color: rgba(255, 255, 255, 0.75);
    line-height: 30px;
    font-size: 16px;
}

.mv-bottom-box {
    max-width: 700px;
    margin: 70px auto 0;
    background: #0d6efd;
    border-radius: 14px;
    padding: 18px 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.mission-vision-section {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

/* Main Rotating Ring */
.rotation-circle {
    position: absolute;
    right: -210px;
    top: 15%;
    transform: translateY(-50%);
    width: 520px;
    height: 520px;
    border-radius: 50%;
    border: 2px dashed rgba(0, 140, 255, 0.28);
    animation: rotateCircle 30s linear infinite;
    z-index: 0;
    opacity: .9;
}

/* Inner Cyber Ring */
.rotation-circle::before {
    content: "";
    position: absolute;
    inset: 45px;
    border-radius: 50%;
    border: 2px solid rgba(0, 140, 255, 0.15);
    box-shadow:
        0 0 40px rgba(0, 140, 255, .18),
        inset 0 0 40px rgba(0, 140, 255, .08);
}

/* Glowing Moving Dot */
.rotation-circle::after {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #00c3ff;
    top: -9px;
    left: 50%;
    transform: translateX(-50%);
    box-shadow:
        0 0 10px #00c3ff,
        0 0 25px #00c3ff,
        0 0 45px rgba(0, 195, 255, .8);
}

/* Circuit Orbit Ring */
.rotation-circle .orbit-ring {
    position: absolute;
    inset: 90px;
    border-radius: 50%;
    border: 1px dashed rgba(255, 255, 255, .08);
    animation: rotateReverse 18s linear infinite;
}

/* Tech Nodes */
.rotation-circle .node {
    position: absolute;
    width: 14px;
    height: 14px;
    background: #0d6efd;
    border-radius: 50%;
    box-shadow: 0 0 18px rgba(13, 110, 253, .9);
}

.rotation-circle .node:nth-child(1) {
    top: 15%;
    left: 8%;
}

.rotation-circle .node:nth-child(2) {
    top: 65%;
    right: 5%;
}

.rotation-circle .node:nth-child(3) {
    bottom: 8%;
    left: 25%;
}

/* Floating Hexagon Glow */
.cyber-hex {
    position: absolute;
    right: 88%;
    top: 76%;

    width: 140px;
    height: 140px;
    border-radius: 50%;

    /* only center glow */
    background: radial-gradient(circle,
            rgba(0, 170, 255, 0.45) 0%,
            rgba(0, 120, 255, 0.18) 45%,
            rgba(0, 120, 255, 0) 70%);

    filter: blur(12px);

    animation: pulseGlow 4s ease-in-out infinite;

    z-index: 0;
}

/* Animations */
@keyframes rotateCircle {
    0% {
        transform: translateY(-50%) rotate(0deg);
    }

    100% {
        transform: translateY(-50%) rotate(360deg);
    }
}

@keyframes rotateReverse {
    0% {
        transform: rotate(360deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

@keyframes pulseGlow {

    0%,
    100% {
        transform: scale(1);
        opacity: .7;
    }

    50% {
        transform: scale(1.08);
        opacity: 1;
    }
}

.mv-bottom-box .content {
    display: flex;
    align-items: center;
    gap: 18px;
}

.client-img {
    display: flex;
    align-items: center;
}

.client-img img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 2px solid #fff;
    margin-left: -10px;
}

.client-img img:first-child {
    margin-left: 0;
}

.mv-bottom-box .text span {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
}

.mv-bottom-box .text h5 {
    color: #fff;
    margin-top: 4px;
    font-size: 20px;
}

.mv-bottom-box .theme-btn {
    background: #fff;
    color: #000;
    padding: 16px 30px;
    border-radius: 10px;
    font-weight: 600;
    display: inline-block;
}

.mv-bottom-box .theme-btn:hover {
    background: #020b3a;
    color: #fff;
}

@media (max-width: 767px) {

    .mv-card {
        width: 100%;
        height: auto;
        border-radius: 30px;
        padding: 50px 30px;
    }

    .mv-bottom-box {
        justify-content: center;
        text-align: center;
    }

    .mv-bottom-box .content {
        flex-direction: column;
    }
}

/* ======================================
    About Core Values Section
====================================== */
.service-section .service-carousel-active .service-card-items .content h4 {
    font-size: 15px !important;
}

.service-section .service-carousel-active .service-card-items .content h3 {
    font-size: 21px !important;
}

/* ======================================
    Team Expertise Section
====================================== */
/* =========================================
TEAM EXPERTISE SECTION
========================================= */

.team-expertise-section {
    position: relative;
    background: #0f172a;
    overflow: hidden;
    z-index: 1;
    padding: 85px 0 !important;
}

.team-expertise-section::before {
    position: absolute;
    content: "";
    width: 500px;
    height: 500px;
    background: rgba(59, 130, 246, 0.08);
    border-radius: 50%;
    top: -200px;
    left: -150px;
    z-index: -1;
}

.team-expertise-section::after {
    position: absolute;
    content: "";
    width: 450px;
    height: 450px;
    background: rgba(0, 255, 170, 0.05);
    border-radius: 50%;
    bottom: -200px;
    right: -150px;
    z-index: -1;
}

.team-expertise-wrapper {
    position: relative;
}

.team-expertise-section .section-title span {
    color: var(--theme);
    font-weight: 600;
    letter-spacing: 1px;
}

.team-content-box {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 45px;
    border-radius: 20px;
    backdrop-filter: blur(10px);
    height: 100%;
}

.team-text {
    color: rgba(255, 255, 255, 0.75);
    font-size: 17px;
    line-height: 31px;
    margin-bottom: 22px;
}

.team-text strong {
    color: #fff;
}

.expertise-title {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    margin-top: 35px;
    margin-bottom: 25px;
}

.expertise-list {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.expertise-item {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: #fff;
    padding: 12px 20px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 500;
    transition: all 0.4s ease;
}

.expertise-item:hover {
    background: #3b82f6;
    transform: translateY(-3px);
}

.team-highlight-box {
    display: flex;
    flex-direction: column;
    gap: 25px;
    height: 100%;
}

.highlight-card {
    background: linear-gradient(145deg, #111c35, #162447);
    padding: 45px 35px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    transition: all 0.4s ease;
}

.highlight-card:hover {
    transform: translateY(-5px);
    border-color: #3b82f6;
}

.highlight-card h3 {
    color: var(--theme);
    font-size: 42px;
    font-weight: 800;
    margin-bottom: 10px;
}

.highlight-card p {
    color: rgba(255, 255, 255, 0.75);
    font-size: 17px;
    line-height: 28px;
    margin: 0;
}

/* =========================================
LAPTOP
========================================= */

@media (max-width: 1199px) {

    .team-content-box {
        padding: 35px;
    }

    .highlight-card {
        padding: 35px 25px;
    }

    .highlight-card h3 {
        font-size: 36px;
    }
}

/* =========================================
TABLET
========================================= */

@media (max-width: 991px) {

    .team-expertise-section {
        padding: 70px 0 !important;
    }

    .team-content-box {
        padding: 30px;
    }

    .team-highlight-box {
        margin-top: 30px;
    }

    .team-text {
        font-size: 16px;
        line-height: 28px;
    }

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

    .highlight-card h3 {
        font-size: 34px;
    }

    .highlight-card p {
        font-size: 16px;
        line-height: 26px;
    }
}

/* =========================================
MOBILE
========================================= */

@media (max-width: 767px) {

    .team-expertise-section {
        padding: 55px 0 !important;
    }

    .team-content-box {
        padding: 22px 18px;
        border-radius: 16px;
    }

    .team-text {
        font-size: 15px;
        line-height: 26px;
        margin-bottom: 18px;
        text-align: left !important;
    }

    .expertise-title {
        font-size: 20px;
        line-height: 30px;
        margin-top: 25px;
        margin-bottom: 20px;
        text-align: center;
    }

    .expertise-list {
        gap: 10px;
    }

    .expertise-item {
        width: 100%;
        text-align: center;
        padding: 12px 14px;
        font-size: 14px;
        line-height: 22px;
        border-radius: 10px;
    }

    .team-highlight-box {
        gap: 18px;
        margin-top: 25px;
    }

    .highlight-card {
        padding: 28px 20px;
        border-radius: 16px;
        text-align: center;
    }

    .highlight-card h3 {
        font-size: 30px;
        margin-bottom: 8px;
    }

    .highlight-card p {
        font-size: 15px;
        line-height: 24px;
    }

    .team-expertise-section::before,
    .team-expertise-section::after {
        width: 260px;
        height: 260px;
    }
}

/* =========================================
SMALL MOBILE
========================================= */

@media (max-width: 480px) {

    .team-expertise-section {
        padding: 45px 0 !important;
    }

    .team-content-box {
        padding: 18px 15px;
    }

    .team-text {
        font-size: 14px;
        line-height: 24px;
    }

    .expertise-title {
        font-size: 18px;
    }

    .expertise-item {
        font-size: 13px;
        padding: 10px 12px;
    }

    .highlight-card {
        padding: 24px 18px;
    }

    .highlight-card h3 {
        font-size: 26px;
    }

    .highlight-card p {
        font-size: 14px;
        line-height: 22px;
    }
}

.why-join-section {
    position: relative;
    background: #f8fafc;
    overflow: hidden;
    z-index: 1;
    padding: 120px 0;
}

.why-join-section .blur-shape {
    position: absolute;
    width: 500px;
    height: 500px;
    background: rgba(37, 99, 235, 0.08);
    filter: blur(120px);
    border-radius: 50%;
    top: -120px;
    right: -120px;
    z-index: -1;
}

.why-join-section .sub-title {
    color: #2563eb;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 15px;
    display: inline-block;
}

.why-join-section h2 {
    font-size: 40px;
    line-height: 1.2;
    font-weight: 700;
    color: #0f172a;
}

.why-join-section p {
    color: #64748b;
    font-size: 16px;
    line-height: 30px;
}

.support-box {
    margin-top: 40px;
    padding: 35px;
    background: #ffffff;
    border-radius: 20px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 10px 30px rgba(15, 23, 42, .05);
}

.support-box h5 {
    font-size: 16px;
    color: #2563eb;
    font-weight: 700;
    margin-bottom: 15px;
}

.support-box h3 {
    font-size: 32px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 15px;
}

.support-box h3 span {
    color: #2563eb;
}

.why-card {
    position: relative;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 22px;
    padding: 35px 30px;
    transition: all .4s ease;
    overflow: hidden;
    height: 100%;
    box-shadow: 0 10px 30px rgba(15, 23, 42, .05);
}

.why-card::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
    background: linear-gradient(90deg, #2563eb, #60a5fa);
    transform: scaleX(0);
    transition: all .4s ease;
}

.why-card:hover::before {
    transform: scaleX(1);
}

.why-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 50px rgba(37, 99, 235, .12);
}

.why-card .icon {
    width: 72px;
    height: 72px;
    line-height: 72px;
    text-align: center;
    border-radius: 18px;
    background: rgba(37, 99, 235, .08);
    margin-bottom: 25px;
}

.why-card .icon i {
    font-size: 30px;
    color: #2563eb;
}

.why-card h4 {
    color: #0f172a;
    font-size: 22px;
    margin-bottom: 15px;
    font-weight: 700;
}

.why-card p {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 28px;
}

@media(max-width:991px) {

    .why-join-section h2 {
        font-size: 38px;
    }

}

@media(max-width:575px) {

    .why-join-section h2 {
        font-size: 30px;
    }

    .support-box {
        padding: 25px;
    }

    .why-card {
        padding: 30px 25px;
    }

}
h1 {
    font-size: 35px !important;
    font-weight: 600;
    line-height: 106%;
}

h2 {
    font-size: 30px !important;
    line-height: 115%;
    font-weight: 700;
}

.text-justify {
    text-align: justify !important;
}

/* ===================================================
   CORE VALUES SECTION
=================================================== */
.core-values-section {
    position: relative;
    padding: 110px 0;
    background: #ffffff;
    overflow: hidden;
}

/* ===================================================
   CHIP SHAPES
=================================================== */
.core-values-section .left-shape {
    position: absolute;
    left: -120px;
    top: 80px;
    z-index: 1;
    opacity: .18;
}

.core-values-section .right-shape {
    position: absolute;
    right: -120px;
    bottom: 80px;
    z-index: 1;
    opacity: .18;
}

.core-values-section .center-shape {
    position: absolute;
    left: 55%;
    top: 5%;
    transform: translate(-50%, -50%);
    z-index: 1;
    opacity: .40;
}

/* chip images */
.core-values-section .left-shape img,
.core-values-section .right-shape img {
    width: 420px;
    max-width: unset;
    filter:
        drop-shadow(0 0 30px rgba(0, 183, 255, .35));
}

/* center tech grid */
.core-values-section .center-shape img {
    width: 250px;
    max-width: unset;
    filter:
        drop-shadow(0 0 40px rgba(140, 82, 255, .25));
}

/* ===================================================
   CONTAINER
=================================================== */
.core-values-section .container {
    position: relative;
    z-index: 5;
}

/* ===================================================
   TITLE
=================================================== */
.core-values-section .section-title {
    max-width: 900px;
    margin: 0 auto 70px;
}

.core-values-section .section-title span {
    color: #00b7ff;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 18px;
    display: inline-block;
}

.core-values-section .section-title h2 {
    color: #0d1b3d;
    font-size: 46px;
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 0;
}

/* ===================================================
   CARD
=================================================== */
.core-values-section .core-value-card {
    position: relative;
    height: 100%;
    padding: 45px 30px;
    text-align: center;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(0, 0, 0, 0.06);
    transition: all .4s ease;
    overflow: visible;
    z-index: 5;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.06);
}

/* gradient border */
.core-values-section .core-value-card::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 28px;
    padding: 1px;
    background: linear-gradient(135deg, #00b7ff, #8c52ff);
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0;
    transition: .4s;
}

.core-values-section .core-value-card:hover::before,
.core-values-section .core-value-card.active::before {
    opacity: 1;
}

/* hover */
.core-values-section .core-value-card:hover,
.core-values-section .core-value-card.active {
    transform: translateY(-12px);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.12);
}

/* ===================================================
   ICON
=================================================== */
.core-values-section .core-value-card .icon {
    width: 90px;
    height: 90px;
    margin: 0 auto 28px;
    border-radius: 24px;
    background: linear-gradient(135deg, #00b7ff, #8c52ff);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 15px 35px rgba(0, 183, 255, 0.25);
}

.core-values-section .core-value-card .icon i {
    color: #ffffff;
    font-size: 36px;
    line-height: 1;
}

/* ===================================================
   HEADING
=================================================== */
.core-values-section .core-value-card h3 {
    color: #0d1b3d;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 18px;
    line-height: 1.4;
}

.core-values-section .core-value-card h4 {
    color: var(--theme);
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 18px;
    line-height: 1.4;
}

/* ===================================================
   TEXT
=================================================== */
.core-values-section .core-value-card p {
    color: #5f6b85;
    font-size: 15px;
    line-height: 1.9;
    margin-bottom: 0;
}

/* ===================================================
   ANIMATIONS
=================================================== */
.core-values-section .left-shape img {
    animation: chipFloatY 6s ease-in-out infinite;
}

.core-values-section .right-shape img {
    animation: chipFloatX 7s ease-in-out infinite;
}

.core-values-section .center-shape img {
    animation: rotateCircuit 80s linear infinite;
}

/* keyframes */
@keyframes chipFloatY {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(30px);
    }

    100% {
        transform: translateY(0px);
    }
}

@keyframes chipFloatX {
    0% {
        transform: translateX(0px);
    }

    50% {
        transform: translateX(30px);
    }

    100% {
        transform: translateX(0px);
    }
}

@keyframes rotateCircuit {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* ===================================================
   RESPONSIVE
=================================================== */
@media(max-width:1199px) {
    .core-values-section .section-title h2 {
        font-size: 40px;
    }

    .core-values-section .center-shape img {
        width: 700px;
    }
}

@media(max-width:991px) {
    .core-values-section {
        padding: 90px 0;
    }

    .core-values-section .section-title h2 {
        font-size: 34px;
    }

    .core-values-section .core-value-card {
        padding: 40px 25px;
    }

    .core-values-section .center-shape img {
        width: 550px;
    }

    .core-values-section .left-shape img,
    .core-values-section .right-shape img {
        width: 280px;
    }
}

@media(max-width:767px) {
    .core-values-section {
        padding: 80px 0;
    }

    .core-values-section .section-title {
        margin-bottom: 50px;
    }

    .core-values-section .section-title h2 {
        font-size: 28px;
    }

    .core-values-section .core-value-card {
        padding: 35px 22px;
    }

    .core-values-section .core-value-card .icon {
        width: 75px;
        height: 75px;
    }

    .core-values-section .core-value-card .icon i {
        font-size: 30px;
    }

    .core-values-section .left-shape img,
    .core-values-section .right-shape img {
        width: 160px;
    }

    .core-values-section .center-shape img {
        width: 320px;
    }
}

/* Home page hero section */
.home-page-hero {
    position: relative;
    overflow: hidden;
}

.home-page-hero .hero-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -2;
}

.home-page-hero .video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: -1;
}

/* Home page Service section */
.service-provide-2 .single-service-provide-card {
    height: 90% !important;
}

/* Home about section */
.about-section .about-wrapper .about-image-items .about-image .about-image-2 img {
    height: 277 !important;
}

@media (max-width: 767px) {
    .about-section .about-wrapper .about-image-items .about-image .about-image-2 img {
        width: 100% !important;
        height: 230px !important;
    }
}

/* About life section */
.life_section .case-studies-image {
    height: 380px;
    overflow: hidden;
    border-radius: 12px;
}

.life_section .case-studies-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* =========================================
   Responsive Heading Sizes (768px → 375px)
========================================= */

/* Tablet */
@media (max-width: 768px) {

    h1 {
        font-size: 30px !important;
        line-height: 40px !important;
    }

    h2 {
        font-size: 26px !important;
        line-height: 36px !important;
    }

    h3 {
        font-size: 22px !important;
        line-height: 32px !important;
    }

    h4 {
        font-size: 20px !important;
        line-height: 30px !important;
    }

    h5 {
        font-size: 18px !important;
        line-height: 28px !important;
    }

    h6 {
        font-size: 16px !important;
        line-height: 26px !important;
    }
}

/* Large Mobile */
@media (max-width: 576px) {

    h1 {
        font-size: 26px !important;
        line-height: 36px !important;
    }

    h2 {
        font-size: 22px !important;
        line-height: 32px !important;
    }

    h3 {
        font-size: 20px !important;
        line-height: 30px !important;
    }

    h4 {
        font-size: 18px !important;
        line-height: 28px !important;
    }

    h5 {
        font-size: 16px !important;
        line-height: 26px !important;
    }

    h6 {
        font-size: 15px !important;
        line-height: 24px !important;
    }
}

/* Small Mobile */
@media (max-width: 480px) {

    h1 {
        font-size: 24px !important;
        line-height: 34px !important;
    }

    h2 {
        font-size: 20px !important;
        line-height: 30px !important;
    }

    h3 {
        font-size: 18px !important;
        line-height: 28px !important;
    }

    h4 {
        font-size: 17px !important;
        line-height: 26px !important;
    }

    h5 {
        font-size: 15px !important;
        line-height: 24px !important;
    }

    h6 {
        font-size: 14px !important;
        line-height: 22px !important;
    }
}

/* Extra Small Mobile */
@media (max-width: 375px) {

    h1 {
        font-size: 22px !important;
        line-height: 32px !important;
    }

    h2 {
        font-size: 18px !important;
        line-height: 28px !important;
    }

    h3 {
        font-size: 17px !important;
        line-height: 26px !important;
    }

    h4 {
        font-size: 16px !important;
        line-height: 24px !important;
    }

    h5 {
        font-size: 14px !important;
        line-height: 22px !important;
    }

    h6 {
        font-size: 13px !important;
        line-height: 20px !important;
    }
}

/* =========================================
   MOBILE LEFT-RIGHT SPACING
========================================= */

@media only screen and (max-width: 767px) {

    .container,
    .container-fluid,
    section,
    .section-padding,
    .fix {
        padding-left: 22px !important;
        padding-right: 22px !important;
    }

    /* p {
        line-height: 32px !important;
        text-align: center;
    } */
}

@media (max-width: 576px) {
    .offcanvas__info .offcanvas__logo img {
        width: 160px !important;
    }

    .offcanvas__info .offcanvas__close {
        width: 35px !important;
        height: 35px !important;
        line-height: 35px !important;
    }
}

/* =========================
   Career Modal
========================= */
#careerModal .career-modal-dialog {
    max-width: 700px;
    padding: 20px;
}

#careerModal .career-modal-content {
    background: #ffffff;
    border-radius: 24px;
    border: none;
    overflow: hidden;
    position: relative;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

#careerModal .career-modal-body {
    padding: 55px;
}

/* Close */
#careerModal .career-close {
    position: absolute;
    top: 18px;
    right: 22px;
    background: transparent;
    border: none;
    color: #111;
    font-size: 34px;
    line-height: 1;
    z-index: 5;
    opacity: .7;
    transition: .3s;
}

#careerModal .career-close:hover {
    opacity: 1;
}

/* Header */
#careerModal .career-header {
    text-align: center;
    margin-bottom: 35px;
}

#careerModal .career-header h2 {
    color: #111;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 10px;
}

#careerModal .career-header p {
    color: #666;
    font-size: 16px;
    margin: 0;
}

/* Form */
#careerModal .career-form-group {
    margin-bottom: 22px;
}

#careerModal .career-form-group label {
    display: block;
    color: #111;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 10px;
}

#careerModal .career-form-group input {
    width: 100%;
    height: 58px;
    border-radius: 14px;
    border: 1px solid #dcdcdc;
    background: #fff;
    padding: 0 20px;
    color: #111;
    font-size: 15px;
    transition: .3s;
}

#careerModal .career-form-group input:focus {
    outline: none;
    border-color: var(--theme);
    box-shadow: 0 0 0 4px rgba(0, 162, 255, 0.08);
}

#careerModal .career-form-group input::placeholder {
    color: #999;
}

/* File Input */
#careerModal .career-form-group input[type=file] {
    padding: 14px 18px;
}

/* Buttons */
#careerModal .career-btns {
    display: flex;
    gap: 16px;
    margin-top: 35px;
}

/* Submit */
#careerModal .career-submit-btn {
    flex: 1;
    height: 56px;
    border: none;
    border-radius: 14px;
    background: var(--theme);
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    transition: .3s;
}

#careerModal .career-submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

/* Cancel */
#careerModal .career-cancel-btn {
    flex: 1;
    height: 56px;
    border: none;
    border-radius: 14px;
    background: #e5e5e5;
    color: #111;
    font-size: 16px;
    font-weight: 600;
    transition: .3s;
}

#careerModal .career-cancel-btn:hover {
    background: #d8d8d8;
}

/* Checkbox Inline */
#careerModal .career-checkbox {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 15px;
    flex-wrap: nowrap;
}

#careerModal .career-checkbox input {
    width: 18px;
    height: 18px;
    min-width: 18px;
    accent-color: var(--theme);
    margin: 0;
}

#careerModal .career-checkbox label {
    margin: 0;
    font-size: 15px;
    color: #666;
    line-height: 1.4;
    white-space: nowrap;
}

/* Mobile */
@media (max-width: 767px) {
    #careerModal .career-modal-dialog {
        padding: 12px;
    }

    #careerModal .career-modal-body {
        padding: 35px 22px;
    }

    #careerModal .career-header h2 {
        font-size: 30px;
    }

    #careerModal .career-header p {
        font-size: 14px;
    }

    #careerModal .career-form-group input {
        height: 52px;
    }

    #careerModal .career-btns {
        flex-direction: column;
    }

    #careerModal .career-submit-btn,
    #careerModal .career-cancel-btn {
        width: 100%;
    }

    #careerModal .career-checkbox label {
        white-space: normal;
    }
}

/* ===================================
   CAREER OPENINGS SECTION
=================================== */

.career-openings-section {
    margin-bottom: 50px;
    position: relative;
    padding: 70px 0;
    background: linear-gradient(180deg, #020b3a 0%, #07114f 100%);
    overflow: hidden;
}

/* Background Glow */
.career-openings-section::before {
    content: '';
    position: absolute;
    width: 500px;
    height: 500px;
    background: rgba(22, 111, 211, 0.15);
    filter: blur(120px);
    border-radius: 50%;
    top: -200px;
    right: -150px;
}

.career-openings-section .career-section-title {
    max-width: 850px;
    margin: auto;
    margin-bottom: 70px;
    position: relative;
    z-index: 2;
}

.career-openings-section .career-section-title span {
    display: inline-block;
    padding: 8px 20px;
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.08);
    color: var(--theme);
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.career-openings-section .career-section-title h2 {
    font-size: 52px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
    line-height: 1.2;
}

.career-openings-section .career-section-title p {
    color: rgba(255, 255, 255, 0.75);
    font-size: 17px;
    line-height: 30px;
}

/* Grid */
.career-openings-section .career-jobs-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    position: relative;
    z-index: 2;
}

/* Card */
.career-openings-section .career-job-card {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 24px;
    padding: 35px;
    transition: 0.4s ease;
    backdrop-filter: blur(12px);
    position: relative;
    overflow: hidden;
}

.career-openings-section .career-job-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg,
            transparent,
            rgba(255, 255, 255, 0.08),
            transparent);
    transition: 0.6s;
}

.career-openings-section .career-job-card:hover::before {
    left: 100%;
}

.career-openings-section .career-job-card:hover {
    transform: translateY(-10px);
    border-color: var(--theme);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.35);
}

/* Top Badges */
.career-openings-section .job-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
    gap: 10px;
}

.career-openings-section .job-type,
.career-openings-section .job-exp {
    padding: 8px 16px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
}

.career-openings-section .job-type {
    background: rgba(22, 111, 211, 0.18);
    color: #7bc4ff;
}

.career-openings-section .job-exp {
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
}

/* Title */
.career-job-card h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.3;
}

/* Info */
.career-openings-section .job-info {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    margin-bottom: 25px;
}

.career-openings-section .job-info span {
    color: rgba(255, 255, 255, 0.75);
    font-size: 15px;
}

.career-openings-section .job-info i {
    color: var(--theme);
    margin-right: 6px;
}

/* Tags */
.career-openings-section .job-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 30px;
}

.career-openings-section .job-tags span {
    padding: 10px 16px;
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.06);
    color: #fff;
    font-size: 13px;
}

/* Button */
.career-openings-section .apply-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 16px 22px;
    border-radius: 14px;
    background: linear-gradient(135deg, var(--theme), #0f5fc2);
    color: #fff !important;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s;
}

.career-openings-section .apply-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(22, 111, 211, 0.4);
}

/* ===================================
   MOBILE RESPONSIVE
=================================== */

@media(max-width:991px) {

    .career-openings-section .career-jobs-grid {
        grid-template-columns: 1fr;
    }

    .career-openings-section .career-section-title h2 {
        font-size: 38px;
    }
}

@media(max-width:767px) {

    .career-openings-section .career-openings-section {
        padding: 80px 0;
    }

    .career-openings-section .career-section-title h2 {
        font-size: 30px;
    }

    .career-openings-section .career-section-title p {
        font-size: 15px;
        line-height: 28px;
    }

    .career-openings-section .career-job-card {
        padding: 25px;
        border-radius: 20px;
    }

    .career-openings-section .career-job-card h3 {
        font-size: 24px;
    }

    .career-openings-section .apply-btn {
        padding: 14px 18px;
    }
}