.why-grid li {

    font-size: 15px;

    line-height: 22px;

    margin-bottom: 10px;

    list-style: disc;

}



.cyberattacks p {

    color: #667085;

    font-size: 16px;

    line-height: 1.65;

    margin: 10px 0;

}



.cyberattacks h3 {

    line-height: 1.12;

    font-weight: 700;

    letter-spacing: -1.4px;

    color: #07113d;

    margin-bottom: 0 !important;

    font-size: 24px;

    font-family: 'Frank Ruhl Libre';

    margin-top: 20px;

}



/* =================================== */

/* PREMIUM CYBER SECURITY UI */

/* =================================== */



.premium-security-section {

    position: relative;

    background: #050816;

    padding: 120px 7%;

    overflow: hidden;

}



/* BLUR EFFECT */



.security-blur {

    position: absolute;

    border-radius: 50%;

    filter: blur(120px);

    z-index: 1;

}



.blur-one {

    width: 450px;

    height: 450px;

    background: rgba(0, 212, 255, 0.15);

    top: -150px;

    left: -100px;

}



.blur-two {

    width: 500px;

    height: 500px;

    background: rgba(133, 76, 255, 0.15);

    bottom: -200px;

    right: -100px;

}



/* CONTAINER */



.premium-container {

    position: relative;

    z-index: 2;

}



/* HEADING */



.premium-heading {

    text-align: center;

    max-width: 850px;

    margin: auto auto 90px;

}



.premium-badge {

    display: inline-block;

    padding: 10px 22px;

    border: 1px solid rgba(255, 255, 255, 0.12);

    border-radius: 50px;

    color: #00d4ff;

    font-size: 14px;

    letter-spacing: 1px;

    margin-bottom: 25px;

    background: rgba(255, 255, 255, 0.03);

}



.premium-heading h2 {

    font-size: 64px;

    color: #fff;

    line-height: 1.1;

    margin-bottom: 25px;

    font-weight: 700;

}



.premium-heading h2 span {

    background: linear-gradient(to right, #00d4ff, #8f6bff);

    -webkit-background-clip: text;

    -webkit-text-fill-color: transparent;

}



.premium-heading p {

    color: #9eb2cb;

    font-size: 18px;

    line-height: 1.9;

}



/* GRID */





.security-left-column,

.security-right-column {

    display: flex;

    gap: 30px;

}



/* CARD */



.premium-card {

    position: relative;

    background: rgba(255, 255, 255, 0.04);

    border: 1px solid rgba(255, 255, 255, 0.08);

    border-radius: 32px;

    padding: 40px;

    overflow: hidden;

    backdrop-filter: blur(14px);

    transition: 0.5s ease;

}



.premium-card:hover {

    transform: translateY(-10px);

    border-color: rgba(0, 212, 255, 0.4);

    box-shadow: 0 20px 80px rgba(0, 212, 255, 0.12);

}



/* TOP */



.card-top {

    display: flex;

    align-items: center;

    gap: 15px;

    margin-bottom: 25px;

}



.icon-box {

    width: 65px;

    height: 65px;

    border-radius: 20px;

    background: linear-gradient(135deg, #00d4ff, #005eff);

    display: flex;

    align-items: center;

    justify-content: center;

    color: #fff;

    font-size: 26px;

}



.purple-box {

    background: linear-gradient(135deg, #8f6bff, #5f2eff);

}



.card-label {

    color: #00d4ff;

    font-size: 14px;

    letter-spacing: 1px;

    text-transform: uppercase;

}



/* TEXT */



.premium-card h3 {

    color: #fff;

    font-size: 36px;

    line-height: 1.3;

    margin-bottom: 20px;

}



.premium-card p {

    color: #9fb3cc;

    line-height: 1.9;

    font-size: 16px;

}



/* FEATURE LIST */



.feature-list {

    margin-top: 35px;

    display: flex;

    flex-direction: column;

    gap: 18px;

}



.feature-item {

    color: #eaf4ff;

    display: flex;

    align-items: center;

    gap: 12px;

    font-size: 15px;

}



.feature-item i {

    color: #00d4ff;

}



/* SMALL CARD */



.small-card {

    min-height: 250px;

    display: flex;

    flex-direction: column;

    justify-content: center;

}



.mini-icon {

    width: 75px;

    height: 75px;

    border-radius: 24px;

    background: linear-gradient(135deg, #00d4ff, #5f2eff);

    display: flex;

    align-items: center;

    justify-content: center;

    color: #fff;

    font-size: 28px;

    margin-bottom: 25px;

}



.small-card h4 {

    color: #fff;

    font-size: 28px;

    margin-bottom: 18px;

}



/* MINI GRID */



.mini-grid {

    margin-top: 35px;

    display: grid;

    grid-template-columns: repeat(2, 1fr);

    gap: 15px;

}



.mini-feature {

    padding: 16px;

    border-radius: 16px;

    background: rgba(255, 255, 255, 0.05);

    color: #dcecff;

    border: 1px solid rgba(255, 255, 255, 0.08);

    text-align: center;

    transition: 0.3s ease;

}



.mini-feature:hover {

    background: rgba(0, 212, 255, 0.08);

    transform: scale(1.03);

}



/* IMAGE CARD */



.image-card {

    padding: 0;

    min-height: 480px;

}



.image-card img {

    width: 100%;

    height: 100%;

    object-fit: cover;

}



.image-overlay {

    position: absolute;

    inset: 0;

    background: linear-gradient(to top,

            rgba(5, 8, 22, 0.95),

            rgba(5, 8, 22, 0.2));

    padding: 45px;

    display: flex;

    flex-direction: column;

    justify-content: flex-end;

}



.image-overlay span {

    color: #00d4ff;

    margin-bottom: 12px;

    font-size: 14px;

    text-transform: uppercase;

}



.image-overlay h3 {

    color: #fff;

    font-size: 38px;

    line-height: 1.2;

    margin-bottom: 18px;

}



.image-overlay p {

    color: #d4e3f5;

}





/* ===========================

   CLOUD MANAGEMENT DESIGN

=========================== */



.cloud-services-sec {

    background: linear-gradient(180deg, #f7fbff 0%, #ffffff 100%);

    padding: 80px 0;

}



.cloud-services-sec .services-include-title {

    text-align: center;

    max-width: 900px;

    margin: auto;

    margin-bottom: 50px;

}



.cloud-services-sec .services-include-title h2 {

    font-size: 42px;

    font-weight: 700;

    color: #0b1f3a;

    margin-bottom: 20px;

    line-height: 1.2;

}



.cloud-services-sec .services-include-title p {

    font-size: 17px;

    line-height: 1.8;

    color: #5c6b80;

}



.cloud-services-sec .services-include-list {

    display: grid;

    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));

    gap: 30px;

}



.cloud-card {

    position: relative;

    background: #fff;

    border-radius: 22px;

    padding: 35px 30px;

    transition: all 0.4s ease;

    overflow: hidden;

    border: 1px solid #e7eef7;

    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.05);

}



.cloud-card::before {

    content: "";

    position: absolute;

    width: 120px;

    height: 120px;

    background: linear-gradient(135deg, rgba(0, 162, 255, 0.08), rgba(0, 89, 255, 0.08));

    border-radius: 50%;

    top: -40px;

    right: -40px;

}



.cloud-card:hover {

    transform: translateY(-10px);

    box-shadow: 0 20px 45px rgba(0, 89, 255, 0.12);

    border-color: #b9dcff;

}



.cloud-icon {

    width: 75px;

    height: 75px;

    border-radius: 18px;

    background: linear-gradient(135deg, #00b4ff, #005dff);

    display: flex;

    align-items: center;

    justify-content: center;

    margin-bottom: 25px;

    position: relative;

    z-index: 2;

}



.cloud-icon i {

    color: #fff;

    font-size: 30px;

}



.cloud-card h3 {

    font-size: 24px;

    color: #0b1f3a;

    margin-bottom: 15px;

    line-height: 1.3;

    position: relative;

    z-index: 2;

}



.cloud-card p {

    color: #66758c;

    font-size: 15px;

    line-height: 1.8;

    position: relative;

    z-index: 2;

}





.main-wrapper {

    width: 100%;

    overflow: hidden;

}



.box-two-body,

.box-three-body {

    width: 1360px !important;

    max-width: calc(100% - 30px);

    margin: auto;

}



.box-two-title {

    text-align: center;

    margin-bottom: 50px;

}



.box-three-sec {

    padding: 50px 0 100px;

}



.section-tag {

    display: inline-flex;

    align-items: center;

    gap: 9px;

    color: #2563eb;

    font-weight: 800;

    font-size: 14px;

    text-transform: uppercase;

    letter-spacing: 1px;

    margin-bottom: 14px;

}



.section-title {

    font-size: clamp(32px, 4vw, 52px);

    line-height: 1.12;

    font-weight: 900;

    letter-spacing: -1.4px;

    color: #07113d;

    margin-bottom: 0 !important;

}



.section-text {

    color: #667085;

    font-size: 16px;

    line-height: 1.8;

    margin: 0 0 20px;

}



.center-title {

    text-align: center;

    max-width: 850px;

    margin: 0 auto 55px;

    position: relative;

    z-index: 2;

}



/* Banner */

.ai-banner {

    position: relative;

    min-height: 450px;

    display: flex;

    align-items: center;

    background-image: url(../images/ai-automation/ai-banner.jpg);

    background-size: cover;

    background-position: center;

    color: #fff;

    overflow: hidden;

    width: 100%;

    top: 138px !important;

    margin-bottom: 158px;

}



.premium-banner {

    position: relative;

    min-height: 450px;

    display: flex;

    align-items: center;

    background-image: url("../images/MVP-development/MVP-banner.jpg");

    background-size: cover;

    background-position: center;

    color: #fff;

    overflow: hidden;

    width: 100%;

    top: 138px !important;

    margin-bottom: 158px;

}



.cloud-banner {

    position: relative;

    min-height: 450px;

    display: flex;

    align-items: center;

    background-image: url("../images/Cloud/Hero_Image_Cloud.png");

    background-size: cover;

    background-position: center;

    color: #fff;

    overflow: hidden;

    width: 100%;

    top: 138px !important;

    margin-bottom: 158px;

}



.custom-banner {

    position: relative;

    min-height: 450px;

    display: flex;

    align-items: center;

    background-image: url("../images/custom-applications/erp-crm-banner.jpg");

    background-size: cover;

    background-position: center;

    color: #fff;

    overflow: hidden;

    width: 100%;

    top: 138px !important;

    margin-bottom: 158px;

}



.banner-content h1 {

    line-height: 1.02;

    font-weight: 900;

}



.banner-content p {

    font-size: 18px;

    line-height: 1.8;

    color: rgba(255, 255, 255, 0.82);

    max-width: 690px;

    margin-bottom: 32px;

}



/* About */

.about-section {

    background: #fff;

    position: relative;

}



.about-grid {

    display: grid;

    grid-template-columns: 0.95fr 1.05fr;

    gap: 60px;

    align-items: center;

}



.about-img-box {

    position: relative;

    animation: fadeLeft 0.9s ease both;

}



.about-img-main {

    border-radius: 10px;

    overflow: hidden;

    box-shadow: 0 28px 80px rgba(13, 32, 96, 0.18);

    position: relative;

}



.about-img-main img {

    width: 100%;

    height: 350px;

    object-fit: cover;

}



.about-floating-card {

    position: absolute;

    right: -28px;

    bottom: 35px;

    width: 230px;

    padding: 22px;

    border-radius: 24px;

    background: rgba(255, 255, 255, 0.9);

    backdrop-filter: blur(14px);

    box-shadow: 0 24px 70px rgba(15, 23, 42, 0.2);

    animation: floatY 3s ease-in-out infinite;

}



.about-floating-card i {

    width: 46px;

    height: 46px;

    border-radius: 16px;

    background: linear-gradient(135deg, #2563eb, #00b4d8);

    color: #fff;

    display: grid;

    place-items: center;

    margin-bottom: 14px;

    font-size: 20px;

}



.about-floating-card h4 {

    font-size: 17px;

    margin-bottom: 6px;

    color: #08112f;

}



.about-floating-card p {

    font-size: 13px;

    color: #667085;

    line-height: 1.6;

}



/* Why Matter */

.why-grid {

    display: grid;

    grid-template-columns: repeat(5, 1fr);

    gap: 24px;

}



.why-card {

    padding: 28px;

    border-radius: 10px;

    background: #fff;

    border: 1px solid #e8edff;

    box-shadow: 0 18px 55px rgba(15, 23, 42, 0.07);

    transition: 0.35s ease;

    position: relative;

    overflow: hidden;

}



.why-card::before {

    content: "";

    position: absolute;

    inset: 0;

    background: linear-gradient(135deg, rgba(37, 99, 235, 0.12), transparent 60%);

    opacity: 0;

    transition: 0.35s ease;

}



.why-card:hover {

    transform: translateY(-10px);

    box-shadow: 0 26px 70px rgba(37, 99, 235, 0.16);

}



.why-card:hover::before {

    opacity: 1;

}



.why-icon,

.why-card h3,

.why-card p {

    position: relative;

    z-index: 2;

}



.why-icon {

    width: 58px;

    height: 58px;

    border-radius: 20px;

    display: grid;

    place-items: center;

    background: linear-gradient(135deg, #2563eb, #00b4d8);

    color: #fff;

    font-size: 22px;

    margin-bottom: 20px;

    box-shadow: 0 14px 34px rgba(37, 99, 235, 0.28);

}



.why-card h3 {

    font-size: 18px;

    color: #08112f;

    font-family: 'Inter';

    font-weight: 600;

}



.why-card p {

    color: #667085;

    line-height: 21px;

    font-size: 15px;

}



/* Services */

.services-section {

    padding: 95px 0;

    background: #07113d;

    position: relative;

    overflow: hidden;

}



.services-section::before {

    content: "";

    position: absolute;

    width: 560px;

    height: 560px;

    left: -190px;

    top: -190px;

    background: radial-gradient(circle, rgba(37, 99, 235, 0.35), transparent 65%);

}



.services-section::after {

    content: "";

    position: absolute;

    width: 420px;

    height: 420px;

    right: -170px;

    bottom: -170px;

    background: radial-gradient(circle, rgba(6, 182, 212, 0.28), transparent 65%);

}



.services-section .section-title {

    color: #fff;

}



.services-section .section-text {

    color: rgba(255, 255, 255, 0.72);

}



/* Industry Slider */

.slider-section {

    padding: 65px 0;

    background: #fff;

}



.premium-slider-box {

    position: relative;

    border-radius: 36px;

    padding: 46px;

    background:

        linear-gradient(135deg, rgba(8, 17, 47, 0.94), rgba(10, 38, 120, 0.9)),

        url("https://images.unsplash.com/photo-1551434678-e076c223a692?q=80&w=1600&auto=format&fit=crop");

    background-size: cover;

    background-position: center;

    overflow: hidden;

    box-shadow: 0 30px 90px rgba(2, 8, 42, 0.18);

    color: #fff;

}



.premium-slider-box::after {

    content: "";

    position: absolute;

    width: 280px;

    height: 280px;

    right: -80px;

    bottom: -80px;

    background: radial-gradient(circle, rgba(34, 211, 238, 0.4), transparent 70%);

}



.slider-top {

    position: relative;

    z-index: 2;

    display: flex;

    justify-content: space-between;

    align-items: center;

    gap: 20px;

}



.slider-top h2 {

    font-size: clamp(28px, 4vw, 46px);

    line-height: 1.15;

    margin-bottom: 0 !important;

}



.slider-section-tag {

    color: #7dd3fc;

}



.slider-desc {

    position: relative;

    z-index: 2;

    color: rgba(255, 255, 255, 0.76);

    line-height: 1.8;

    max-width: 760px;

}



.slider-arrows {

    display: flex;

    gap: 12px;

}



.arrow-btn {

    width: 48px;

    height: 48px;

    border: 1px solid rgba(255, 255, 255, 0.22);

    border-radius: 50%;

    color: #fff;

    display: grid;

    place-items: center;

    background: rgba(255, 255, 255, 0.12);

    backdrop-filter: blur(12px);

    transition: 0.3s ease;

    cursor: pointer;

}



.arrow-btn:hover {

    background: #fff;

    color: #0b1b55;

}



.industry-slider {

    display: block !important;

    position: relative;

    z-index: 2;

    margin: 0 -10px;

}



.industry-slider .slick-track {

    display: flex !important;

}



.industry-slider .slick-slide {

    height: inherit !important;

    padding: 0 10px;

}



.industry-slider .slick-slide>div {

    height: 100%;

}



.mini-card {

    height: 100%;

    min-height: 355px;

    padding: 0;

    overflow: hidden;

    display: flex !important;

    flex-direction: column;

    background: rgba(255, 255, 255, 0.12);

    border: 1px solid rgba(255, 255, 255, 0.16);

    transition: 0.35s ease;

}



.mini-card:hover {

    transform: translateY(-8px);

    background: rgba(255, 255, 255, 0.18);

}



.mini-card-img {

    width: 100%;

    height: 170px;

    overflow: hidden;

}



.mini-card-img img {

    width: 100%;

    height: 100%;
    border-radius: 10px;
    object-fit: cover;

    transition: 0.55s ease;

}



.mini-card:hover .mini-card-img img {

    transform: scale(1.12);

}



.mini-card-body {

    padding: 15px 0;

    flex: 1;

}



.mini-card-body i {

    width: 52px;

    height: 52px;

    border-radius: 18px;

    background: linear-gradient(135deg, #2563eb, #06b6d4);

    color: #fff;

    display: grid;

    place-items: center;

    font-size: 22px;

    margin-bottom: 16px;

    box-shadow: 0 14px 34px rgba(37, 99, 235, 0.35);

}



.mini-card-body h4 {

    font-size: 20px;

    margin-bottom: 10px;

    color: #fff;

}



.mini-card-body p {

    font-size: 14px;

    color: rgba(255, 255, 255, 0.72);

    line-height: 1.7;

}



/* Approach */

.approach-section {

    position: relative;

    padding: 100px 0;

    background:

        radial-gradient(circle at top left, rgba(37, 99, 235, 0.12), transparent 32%),

        linear-gradient(180deg, #ffffff 0%, #f5f8ff 100%);

    overflow: hidden;

}



.approach-section::before {

    content: "";

    position: absolute;

    width: 420px;

    height: 420px;

    right: -160px;

    bottom: -160px;

    background: radial-gradient(circle, rgba(6, 182, 212, 0.18), transparent 68%);

    pointer-events: none;

}



.approach-one-line {

    position: relative;

    z-index: 2;

    display: grid;

    grid-template-columns: repeat(5, 1fr);

    gap: 18px;

}



.approach-card {

    position: relative;

    min-height: 390px;

    border-radius: 26px;

    overflow: hidden;

    background: #07113d;

    box-shadow: 0 22px 65px rgba(15, 23, 42, 0.13);

    transition: all 0.45s ease;

    isolation: isolate;

}



.approach-card::before {

    content: "";

    position: absolute;

    inset: 0;

    background:

        linear-gradient(180deg, rgba(7, 17, 61, 0.08) 0%, rgba(7, 17, 61, 0.96) 78%),

        linear-gradient(135deg, rgba(17, 17, 19, 0.55), transparent 55%);

    z-index: 1;

}



.approach-card:hover {

    transform: translateY(-12px);

    box-shadow: 0 34px 90px rgba(37, 99, 235, 0.22);

}



.approach-img {

    position: absolute;

    inset: 0;

    z-index: 0;

}



.approach-img img {

    width: 100%;

    height: 100%;

    object-fit: cover;

    transition: transform 0.75s ease;

}



.approach-card:hover .approach-img img {

    transform: scale(1.12);

}



.approach-content {

    position: relative;

    z-index: 3;

    min-height: 390px;

    padding: 22px;

    display: flex;

    flex-direction: column;

    justify-content: flex-end;

}



.approach-content h3 {

    color: #ffffff;

    font-size: 19px;

    line-height: 1.25;

    font-weight: 900;

    margin-bottom: 10px;

}



.approach-content p {

    color: rgba(255, 255, 255, 0.78);

    font-size: 14px;

    line-height: 1.65;

    margin: 0;

}



.approach-card .approach-content::before {

    content: "";

    position: absolute;

    width: 120px;

    height: 120px;

    right: -55px;

    top: -55px;

    background: radial-gradient(circle, rgba(255, 255, 255, 0.28), transparent 68%);

    opacity: 0;

    transition: 0.45s ease;

}



.approach-card:hover .approach-content::before {

    opacity: 1;

}



/* Benefits */

.content-image-section {

    padding: 95px 0;

    background: #fff;

}



.content-image-grid {

    display: grid;

    grid-template-columns: 1fr 0.95fr;

    gap: 60px;

    align-items: center;

}



.benefit-grid {

    display: grid;

    grid-template-columns: repeat(2, 1fr);

    gap: 16px;

    margin: 24px 0 42px;

}



.benefit-card {

    padding: 20px;

    background: #f6f8ff;

    border-radius: 22px;

    border: 1px solid #e8edff;

    transition: 0.35s ease;

}



.benefit-card:hover {

    transform: translateY(-6px);

    box-shadow: 0 18px 45px rgba(37, 99, 235, 0.11);

}



.benefit-card i {

    font-size: 26px;

    color: #2563eb;

    margin-bottom: 14px;

}



.benefit-card h3 {

    font-size: 17px;

    color: #08112f;

    margin-bottom: 8px;

}



.benefit-card p {

    color: #667085;

    font-size: 14px;

    line-height: 1.65;

}



.image-stack {

    position: relative;

    min-height: 520px;

}



.stack-img-one,

.stack-img-two,

.stack-img-three {

    position: absolute;

    overflow: hidden;

    border-radius: 30px;

    box-shadow: 0 24px 70px rgba(15, 23, 42, 0.14);

}



.stack-img-one {

    width: 78%;

    height: 415px;

    right: 0;

    top: 0;

}



.stack-img-two {

    width: 52%;

    height: 250px;

    left: 0;

    bottom: 70px;

    border: 8px solid #fff;

}



.stack-img-three {

    width: 45%;

    height: 180px;

    right: 40px;

    bottom: 0;

    border: 8px solid #fff;

}



.stack-img-one img,

.stack-img-two img,

.stack-img-three img {

    width: 100%;

    height: 100%;

    object-fit: cover;

}







/* Why Choose + Future Ready */





/* CTA */

.cta-section {

    padding: 90px 0;

    background: #f6f8ff;

}



.cta-box {

    position: relative;

    overflow: hidden;

    padding: 54px;

    border-radius: 34px;

    background: linear-gradient(90deg, #000825 0%, #0511A9 39.15%, #000CB9 49.74%, #0511A9 60.95%, #000825 100%);

    color: #fff;

    display: grid;

    grid-template-columns: 1fr auto;

    align-items: center;

    gap: 30px;

    box-shadow: 0 30px 90px rgba(5, 17, 169, 0.25);

}



.cta-box::before {

    content: "";

    position: absolute;

    width: 360px;

    height: 360px;

    right: -130px;

    top: -130px;

    background: radial-gradient(circle, rgba(255, 255, 255, 0.22), transparent 68%);

}



.cta-content,

.cta-action {

    position: relative;

    z-index: 2;

}



.cta-content h2 {

    font-size: clamp(28px, 4vw, 44px);

    line-height: 1.2;

    margin-bottom: 14px;

}



.cta-content p {

    color: rgba(255, 255, 255, 0.76);

    line-height: 1.8;

    max-width: 760px;

}



/* Animations */

@keyframes fadeUp {

    from {

        opacity: 0;

        transform: translateY(35px);

    }



    to {

        opacity: 1;

        transform: translateY(0);

    }

}



@keyframes fadeLeft {

    from {

        opacity: 0;

        transform: translateX(-35px);

    }



    to {

        opacity: 1;

        transform: translateX(0);

    }

}



@keyframes floatY {



    0%,

    100% {

        transform: translateY(0);

    }



    50% {

        transform: translateY(-14px);

    }

}



.reveal {

    opacity: 0;

    transform: translateY(35px);

    animation: fadeUp 0.9s ease forwards;

}



.delay-1 {

    animation-delay: 0.12s;

}



.delay-2 {

    animation-delay: 0.24s;

}



.delay-3 {

    animation-delay: 0.36s;

}



.industry-slider .slick-slide {

    padding: 0 12px;

}



.industry-slider .slick-list {

    margin: 0 -12px;

}



.industry-slider {

    overflow: hidden;

}



.why-choose-section {

    position: relative;

    overflow: hidden;

    padding: 90px 0;

    background:

        radial-gradient(circle at 12% 18%, rgba(0, 140, 255, 0.16), transparent 30%),

        radial-gradient(circle at 88% 82%, rgba(0, 217, 255, 0.16), transparent 34%),

        linear-gradient(135deg, #f7fbff 0%, #eef5ff 48%, #ffffff 100%);

}



.why-bg-glow {

    position: absolute;

    width: 280px;

    height: 280px;

    border-radius: 50%;

    filter: blur(40px);

    opacity: 0.28;

    pointer-events: none;

}



.why-glow-one {

    top: -90px;

    left: -80px;

    background: #008cff;

}



.why-glow-two {

    right: -80px;

    bottom: -90px;

    background: #00d9ff;

}



.box-two-body {

    width: min(1180px, 92%);

    margin: 0 auto;

    position: relative;

    z-index: 2;

}



.why-heading {

    max-width: 760px;

    margin: 0 auto 45px;

    text-align: center;

}



.why-label {

    display: inline-flex;

    align-items: center;

    gap: 8px;

    padding: 9px 16px;

    margin-bottom: 16px;

    border-radius: 999px;

    background: rgba(6, 32, 91, 0.08);

    border: 1px solid rgba(6, 32, 91, 0.12);

    color: #0758c8;

    font-size: 14px;

    font-weight: 700;

}



.why-heading h2 {

    margin: 0 0 16px;

    color: #07133f;

    font-size: clamp(30px, 4vw, 48px);

    line-height: 1.12;

    font-weight: 850;

    letter-spacing: -0.04em;

}



.why-heading p {

    margin: 0;

    color: #53627d;

    font-size: 17px;

    line-height: 1.8;

}



.why-choose-grid {

    display: grid;

    grid-template-columns: minmax(0, 1.35fr) minmax(340px, 0.65fr);

    gap: 28px;

    align-items: stretch;

}



.content-box {

    position: relative;

    padding: 30px;

    border-radius: 28px;

    background: rgba(255, 255, 255, 0.82);

    border: 1px solid rgba(7, 19, 63, 0.09);

    box-shadow: 0 22px 55px rgba(7, 19, 63, 0.08);

    backdrop-filter: blur(16px);

}



.choose-intro {

    margin-bottom: 24px;

}



.choose-intro h3 {

    margin: 0 0 8px;

    color: #07133f;

    font-size: 26px;

    font-weight: 800;

}



.choose-intro p {

    max-width: 620px;

    margin: 0;

    color: #5a6882;

    font-size: 15px;

    line-height: 1.7;

}



.choose-points {

    display: grid;

    grid-template-columns: repeat(2, minmax(0, 1fr));

    gap: 18px;

}



.choose-point {

    position: relative;

    overflow: hidden;

    min-height: 150px;

    padding: 20px;

    border-radius: 22px;

    background:

        linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(244, 249, 255, 0.92));

    border: 1px solid rgba(7, 19, 63, 0.08);

    box-shadow: 0 14px 32px rgba(7, 19, 63, 0.06);

    transition: all 0.35s ease;

}



.choose-point::before {

    content: "";

    position: absolute;

    inset: 0;

    background: linear-gradient(135deg, rgba(0, 140, 255, 0.13), transparent 55%);

    opacity: 0;

    transition: 0.35s ease;

}



.choose-point::after {

    content: "";

    position: absolute;

    top: 0;

    left: 20px;

    right: 20px;

    height: 3px;

    border-radius: 999px;

    background: linear-gradient(90deg, #0b78ea, #00d9ff);

    transform: scaleX(0);

    transform-origin: left;

    transition: 0.35s ease;

}



.choose-point:hover {

    transform: translateY(-7px);

    border-color: rgba(0, 140, 255, 0.24);

    box-shadow: 0 22px 45px rgba(7, 19, 63, 0.12);

}



.choose-point:hover::before {

    opacity: 1;

}



.choose-point:hover::after {

    transform: scaleX(1);

}



.choose-icon {

    position: relative;

    z-index: 2;

    width: 46px;

    height: 46px;

    margin-bottom: 16px;

    border-radius: 15px;

    background: linear-gradient(135deg, #0b78ea, #00d9ff);

    color: #ffffff;

    display: inline-flex;

    align-items: center;

    justify-content: center;

    box-shadow: 0 14px 30px rgba(0, 140, 255, 0.26);

}



.choose-icon i {

    font-size: 18px;

}



.choose-point h3 {

    position: relative;

    z-index: 2;

    margin: 0 0 8px;

    color: #07133f;

    font-size: 18px;

    font-weight: 800;

}



.choose-point p {

    position: relative;

    z-index: 2;

    margin: 0;

    color: #5d6b84;

    font-size: 14px;

    line-height: 1.65;

}



.future-ready-box {

    position: relative;

    overflow: hidden;

    padding: 32px;

    border-radius: 28px;

    background:

        radial-gradient(circle at top right, rgba(0, 217, 255, 0.28), transparent 36%),

        linear-gradient(145deg, #07133f 0%, #102c77 58%, #07133f 100%);

    color: #ffffff;

    box-shadow: 0 28px 70px rgba(7, 19, 63, 0.28);

}



.future-ready-box::before {

    content: "";

    position: absolute;

    inset: 0;

    background:

        linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px),

        linear-gradient(180deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);

    background-size: 38px 38px;

    opacity: 0.18;

}



.future-ready-box::after {

    content: "";

    position: absolute;

    width: 180px;

    height: 180px;

    right: -70px;

    bottom: -70px;

    border-radius: 50%;

    background: rgba(0, 217, 255, 0.24);

    filter: blur(8px);

}



.future-card-top,

.future-ready-box h2,

.future-ready-box p,

.future-stats,

.future-btn {

    position: relative;

    z-index: 2;

}



.future-card-top {

    display: flex;

    align-items: center;

    justify-content: space-between;

    margin-bottom: 28px;

}



.future-badge {

    display: inline-flex;

    padding: 9px 14px;

    border-radius: 999px;

    background: rgba(255, 255, 255, 0.12);

    border: 1px solid rgba(255, 255, 255, 0.16);

    color: rgba(255, 255, 255, 0.92);

    font-size: 13px;

    font-weight: 700;

}



.future-icon {

    width: 54px;

    height: 54px;

    border-radius: 18px;

    background: linear-gradient(135deg, #0b78ea, #00d9ff);

    display: inline-flex;

    align-items: center;

    justify-content: center;

    box-shadow: 0 16px 34px rgba(0, 217, 255, 0.28);

}



.future-icon i {

    font-size: 22px;

}



.future-ready-box h2 {

    margin: 0 0 18px;

    font-size: 34px;

    line-height: 1.16;

    font-weight: 850;

    letter-spacing: -0.03em;

}



.future-ready-box p {

    margin: 0 0 16px;

    color: rgba(255, 255, 255, 0.78);

    font-size: 15px;

    line-height: 1.8;

}



.future-stats {

    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 10px;

    margin: 26px 0;

}



.future-stats div {

    padding: 14px 10px;

    border-radius: 16px;

    background: rgba(255, 255, 255, 0.1);

    border: 1px solid rgba(255, 255, 255, 0.13);

    text-align: center;

}



.future-stats strong {

    display: block;

    color: #ffffff;

    font-size: 18px;

    font-weight: 850;

}



.future-stats span {

    display: block;

    margin-top: 3px;

    color: rgba(255, 255, 255, 0.68);

    font-size: 12px;

}



.future-btn {

    display: inline-flex;

    align-items: center;

    justify-content: center;

    gap: 10px;

    width: 100%;

    padding: 15px 20px;

    border-radius: 16px;

    background: linear-gradient(135deg, #0b78ea, #00d9ff);

    color: #ffffff;

    font-size: 15px;

    font-weight: 800;

    text-decoration: none;

    box-shadow: 0 16px 34px rgba(0, 140, 255, 0.28);

    transition: 0.35s ease;

}



.future-btn:hover {

    transform: translateY(-3px);

    color: #ffffff;

    box-shadow: 0 22px 45px rgba(0, 140, 255, 0.38);

}





.nextgen-profit-section {

    position: relative;

    padding: 120px 0;

    background:

        linear-gradient(180deg, #050816 0%, #0b1223 100%);

    overflow: hidden;

    z-index: 1;

}



/* Background Glow */

.nextgen-profit-section::before {

    content: "";

    position: absolute;

    width: 700px;

    height: 700px;

    background: radial-gradient(circle,

            rgba(0, 212, 255, 0.15),

            transparent 70%);

    top: -320px;

    left: -280px;

    z-index: -1;

}



.nextgen-profit-section::after {

    content: "";

    position: absolute;

    width: 600px;

    height: 600px;

    background: radial-gradient(circle,

            rgba(124, 77, 255, 0.18),

            transparent 70%);

    right: -250px;

    bottom: -250px;

    z-index: -1;

}



.floating-glow {

    position: absolute;

    border-radius: 50%;

    filter: blur(90px);

    z-index: -1;

}



.glow-one {

    width: 250px;

    height: 250px;

    background: rgba(0, 212, 255, 0.15);

    top: 20%;

    right: 12%;

}



.glow-two {

    width: 220px;

    height: 220px;

    background: rgba(124, 77, 255, 0.15);

    bottom: 15%;

    left: 8%;

}



/* =========================================

           HEADING

        ========================================= */



.nextgen-heading {

    max-width: 850px;

    margin: auto;

    text-align: center;

    margin-bottom: 80px;

}



.section-tag {

    display: inline-flex;

    align-items: center;

    gap: 10px;

    padding: 12px 24px;

    border-radius: 50px;

    background: rgba(255, 255, 255, 0.05);

    border: 1px solid rgba(255, 255, 255, 0.08);

    color: #8be9fd;

    font-size: 14px;

    font-weight: 600;

    letter-spacing: 1px;

    backdrop-filter: blur(15px);

    margin-bottom: 28px;

}



.nextgen-heading h2 {

    font-size: 64px;

    line-height: 1.1;

    font-weight: 800;

    color: #fff;

    margin-bottom: 28px;

}



.nextgen-heading h2 span {

    background: linear-gradient(90deg, #00d4ff, #7c4dff);

    -webkit-background-clip: text;

    -webkit-text-fill-color: transparent;

}



.nextgen-heading p {

    color: rgba(255, 255, 255, 0.7);

    font-size: 18px;

    line-height: 1.9;

}



/* =========================================

           MAIN GRID

        ========================================= */



.nextgen-layout {

    display: grid;

    grid-template-columns: 1.1fr 1fr;

    gap: 32px;

    align-items: stretch;

}



/* =========================================

           FEATURED CARD

        ========================================= */



.featured-profit-card {

    position: relative;

    padding: 50px;

    border-radius: 34px;

    overflow: hidden;



    background:

        linear-gradient(145deg,

            rgba(255, 255, 255, 0.08),

            rgba(255, 255, 255, 0.02));



    border: 1px solid rgba(255, 255, 255, 0.08);



    backdrop-filter: blur(22px);



    box-shadow:

        0 25px 60px rgba(0, 0, 0, 0.45),

        inset 0 1px 0 rgba(255, 255, 255, 0.05);



    height: 100%;

}



.featured-profit-card::before {

    content: "";

    position: absolute;

    inset: 0;

    background:

        linear-gradient(135deg,

            rgba(0, 212, 255, 0.08),

            rgba(124, 77, 255, 0.08));

    z-index: 0;

}



.featured-content,

.featured-image {

    position: relative;

    z-index: 2;

}



.featured-badge {

    display: inline-block;

    padding: 12px 22px;

    border-radius: 50px;

    background: rgba(0, 212, 255, 0.12);

    border: 1px solid rgba(0, 212, 255, 0.18);

    color: #8be9fd;

    font-size: 13px;

    font-weight: 600;

    margin-bottom: 30px;

}



.featured-content h3 {

    font-size: 48px;

    line-height: 1.15;

    color: #fff;

    font-weight: 800;

    margin-bottom: 24px;

}



.featured-content p {

    color: rgba(255, 255, 255, 0.72);

    font-size: 17px;

    line-height: 1.9;

    margin-bottom: 35px;

}



.featured-btn {

    display: inline-flex;

    align-items: center;

    justify-content: center;

    gap: 12px;

    padding: 18px 36px;

    border-radius: 60px;

    text-decoration: none;

    background: linear-gradient(90deg, #00d4ff, #7c4dff);

    color: #fff;

    font-size: 15px;

    font-weight: 600;

    transition: 0.4s ease;

    box-shadow: 0 12px 30px rgba(0, 212, 255, 0.25);

}



.featured-btn:hover {

    transform: translateY(-4px);

    box-shadow: 0 18px 40px rgba(124, 77, 255, 0.35);

}



.featured-image {

    margin-top: 45px;

    border-radius: 28px;

    overflow: hidden;

}



.featured-image img {

    width: 100%;

    display: block;

    object-fit: cover;

    transition: 0.6s ease;

}



.featured-profit-card:hover .featured-image img {

    transform: scale(1.06);

}



/* =========================================

           RIGHT GRID

        ========================================= */



.nextgen-right {

    display: grid;

    grid-template-columns: repeat(2, 1fr);

    gap: 24px;

}



.profit-mini-card {

    position: relative;

    padding: 30px;

    border-radius: 28px;

    overflow: hidden;



    background:

        linear-gradient(145deg,

            rgba(255, 255, 255, 0.06),

            rgba(255, 255, 255, 0.02));



    border: 1px solid rgba(255, 255, 255, 0.08);



    backdrop-filter: blur(18px);



    transition: 0.4s ease;



    min-height: 260px;

}



.profit-mini-card::before {

    content: "";

    position: absolute;

    width: 130px;

    height: 130px;

    background: rgba(0, 212, 255, 0.08);

    border-radius: 50%;

    top: -55px;

    right: -45px;

}



.profit-mini-card:hover {

    transform: translateY(-10px);

    border-color: rgba(0, 212, 255, 0.25);



    box-shadow:

        0 20px 45px rgba(0, 0, 0, 0.4);

}



.mini-number {

    width: 64px;

    height: 64px;

    border-radius: 20px;

    background: linear-gradient(135deg, #00d4ff, #7c4dff);

    display: flex;

    align-items: center;

    justify-content: center;

    color: #fff;

    font-size: 18px;

    font-weight: 700;

    margin-bottom: 25px;



    box-shadow:

        0 10px 25px rgba(0, 212, 255, 0.25);

}



.mini-content h4 {

    font-size: 22px;

    line-height: 1.4;

    color: #fff;

    margin-bottom: 15px;

    font-weight: 700;

}



.mini-content p {

    color: rgba(255, 255, 255, 0.72);

    font-size: 15px;

    line-height: 1.8;

}



.auth-card {

    background: #ffffff;

    border: 1px solid #e5e7eb;

    border-radius: 18px;

    padding: 24px;

    transition: 0.3s ease;



    box-shadow:

        0 4px 10px rgba(0, 0, 0, 0.03),

        0 12px 30px rgba(0, 0, 0, 0.04);

}



.auth-card:hover {

    transform: translateY(-5px);

    border-color: #cbd5e1;



    box-shadow:

        0 10px 25px rgba(0, 0, 0, 0.06);

}



/* Heading */



.auth-header {

    display: flex;

    align-items: center;

    gap: 12px;

    margin-bottom: 22px;

}



.auth-header .main-icon {

    width: 50px;

    height: 50px;

    border-radius: 14px;



    display: flex;

    align-items: center;

    justify-content: center;



    background: linear-gradient(135deg, #2563eb, #4f46e5);

    color: #fff;

    font-size: 22px;

}



.auth-header h4 {

    font-size: 15px;

    font-weight: 800;

    color: #0f172a;

    margin: 0;

}



/* Tags */



.auth-tags {

    display: flex;

    flex-wrap: wrap;

    gap: 14px;

}



/* Single Tag */



.auth-tag {

    display: flex;

    align-items: center;

    gap: 10px;



    padding: 12px 18px;



    background: #f8fafc;

    border: 1px solid #e2e8f0;

    border-radius: 12px;



    font-size: 15px;

    font-weight: 600;

    color: #334155;



    transition: 0.3s ease;

}



.auth-tag:hover {

    background: #eff6ff;

    border-color: #bfdbfe;

    transform: translateY(-3px);

}



/* Icon Box */



.auth-tag i {

    width: 30px;

    height: 30px;

    border-radius: 8px;

    display: flex;

    align-items: center;

    justify-content: center;

    font-size: 20px;

}



/* Individual Colors */



.auth-tag i {

    transition: 0.3s ease;

}



/* Authentication */

.auth-tag.auth0 i {

    color: #eb5424;

}



.auth-tag.firebase i {

    color: #ffca28;

}



.auth-tag.aws i {

    color: #ff9900;

}



.auth-tag.azure i {

    color: #0078d4;

}



.auth-tag.jwt i {

    color: #d63aff;

}



/* Payments */

.auth-tag.stripe i {

    color: #635bff;

}



.auth-tag.razorpay i {

    color: #0c6cf2;

}



.auth-tag.paypal i {

    color: #003087;

}



.auth-tag.braintree i {

    color: #222222;

}



.auth-tag.subscription i {

    color: #00b894;

}



/* Databases */

.auth-tag.postgresql i {

    color: #336791;

}



.auth-tag.mongodb i {

    color: #47a248;

}



.auth-tag.dynamodb i {

    color: #4053d6;

}



.auth-tag.firestore i {

    color: #ff9800;

}



/* AI & LLM */

.auth-tag.openai i {

    color: #10a37f;

}



.auth-tag.anthropic i {

    color: #d97706;

}



.auth-tag.huggingface i {

    color: #ffcc4d;

}



.auth-tag.vertexai i {

    color: #4285f4;

}



.auth-tag.langchain i {

    color: #00c853;

}



.auth-tag.bedrock i {

    color: #8e44ad;

}



/* Cloud Hosting */

.auth-tag.gcp i {

    color: #4285f4;

}



.auth-tag.vercel i {

    color: #605757;

}



.auth-tag.netlify i {

    color: #00c7b7;

}



.auth-tag.deployment i {

    color: #6c5ce7;

}



/* Messaging */

.auth-tag.twilio i {

    color: #f22f46;

}



.auth-tag.sendgrid i {

    color: #00a4e4;

}



.auth-tag.pusher i {

    color: #300d4f;

}



.auth-tag.onesignal i {

    color: #ff3b30;

}



.auth-tag.fcm i {

    color: #ff9800;

}



/* Analytics */

.auth-tag.mixpanel i {

    color: #7856ff;

}



.auth-tag.amplitude i {

    color: #1f6fff;

}



.auth-tag.ga4 i {

    color: #f9ab00;

}



.auth-tag.posthog i {

    color: #ef5b25;

}



/* CRM & Marketing */

.auth-tag.hubspot i {

    color: #ff7a59;

}



.auth-tag.salesforce i {

    color: #00a1e0;

}



.auth-tag.mailchimp i {

    color: #ffe01b;

}



.auth-tag.leadcapture i {

    color: #00b894;

}



/* DevOps */

.auth-tag.github-actions i {

    color: #24292f;

}



.auth-tag.sentry i {

    color: #5a45ff;

}



.auth-tag.datadog i {

    color: #632ca6;

}



.auth-tag.newrelic i {

    color: #00e599;

}



/* Hover Effect */

.auth-tag:hover i {

    transform: scale(1.15);

}



.profit-box-section {

    padding: 50px 0;

    background: #fff;

    position: relative;

    overflow: hidden;

}



.section-heading {

    margin-bottom: 60px;

}



.mini-title {

    display: inline-block;

    padding: 8px 18px;

    border-radius: 50px;

    background: #f3f4f6;

    color: #2563eb;

    font-size: 14px;

    font-weight: 600;

    margin-bottom: 18px;

}



.section-heading h2 {

    font-size: 52px;

    line-height: 1.2;

    font-weight: 800;

    color: #111827;

}



.section-heading h2 strong {

    color: #2563eb;

}



.profit-grid {

    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 18px;

}



.profit-card {

    background: #fff;

    border-radius: 24px;

    padding: 40px 35px;

    border: 1px solid #e5e7eb;

    transition: 0.35s ease;

    position: relative;

    overflow: hidden;

}



.profit-card:hover {

    transform: translateY(-10px);

    border-color: #2563eb;

    box-shadow: 0 25px 60px rgba(37, 99, 235, 0.12);

}



.profit-icon {

    width: 48px;

    height: 48px;

    border-radius: 11px;

    display: flex;

    align-items: center;

    justify-content: center;

    background: linear-gradient(135deg, rgb(37, 99, 235), rgb(79, 70, 229));

    margin-bottom: 18px;

}



.mvp-container {

    width: 90%;

    max-width: 1350px;

    margin: auto;

}



section {

    position: relative;

}



.section-space {

    padding: 50px 0;

}



.pill {

    display: inline-flex;

    align-items: center;

    gap: 10px;

    background: rgba(0, 87, 255, 0.08);

    color: var(--primary);

    padding: 10px 18px;

    border-radius: 60px;

    font-size: 13px;

    font-weight: 700;

    letter-spacing: .08em;

    text-transform: uppercase;

    margin-bottom: 24px;

}



.pill::before {

    content: "";

    width: 8px;

    height: 8px;

    border-radius: 50%;

    background: var(--primary);

}



/* ===================================================

           HERO

        =================================================== */



.hero-section {

    min-height: 100vh;

    display: flex;

    align-items: center;

    overflow: hidden;

    position: relative;

    background:

        linear-gradient(135deg, rgba(4, 10, 28, .94), rgba(6, 26, 58, .92)),

        url("https://images.unsplash.com/photo-1516321318423-f06f85e504b3?q=80&w=1600&auto=format&fit=crop") center/cover no-repeat;

}



.hero-section::before {

    content: "";

    position: absolute;

    width: 700px;

    height: 700px;

    border-radius: 50%;

    background: rgba(0, 194, 255, 0.14);

    top: -250px;

    right: -200px;

    filter: blur(90px);

}



.hero-section::after {

    content: "";

    position: absolute;

    width: 500px;

    height: 500px;

    border-radius: 50%;

    background: rgba(0, 87, 255, 0.15);

    bottom: -180px;

    left: -180px;

    filter: blur(90px);

}



.hero-grid {

    display: grid;

    grid-template-columns: 1.05fr .95fr;

    gap: 70px;

    align-items: center;

    position: relative;

    z-index: 2;

}



.hero-content h1 {

    font-family: "Syne", sans-serif;

    font-size: 78px;

    line-height: 1;

    color: #fff;

    margin-bottom: 28px;

    font-weight: 800;

}



.hero-content h1 span {

    background: linear-gradient(90deg, #00c2ff, #ffffff);

    -webkit-background-clip: text;

    -webkit-text-fill-color: transparent;

}



.hero-content p {

    color: rgba(255, 255, 255, .75);

    font-size: 18px;

    line-height: 1.9;

    margin-bottom: 38px;

    max-width: 720px;

}



.hero-btns {

    display: flex;

    gap: 18px;

    flex-wrap: wrap;

}



.hero-btn {

    display: inline-flex;

    align-items: center;

    gap: 12px;

    text-decoration: none;

    padding: 18px 34px;

    border-radius: 16px;

    transition: .4s;

    font-weight: 600;

}



.hero-btn-primary {

    background: linear-gradient(135deg, var(--secondary), var(--primary));

    color: #fff;

    box-shadow: 0 20px 40px rgba(0, 87, 255, .25);

}



.hero-btn-secondary {

    border: 1px solid rgba(255, 255, 255, .14);

    color: #fff;

    backdrop-filter: blur(10px);

}



.hero-btn:hover {

    transform: translateY(-5px);

    color: #fff;

}



.hero-card {

    position: relative;

}



.dashboard-card {

    background: rgba(255, 255, 255, .07);

    border: 1px solid rgba(255, 255, 255, .08);

    backdrop-filter: blur(18px);

    border-radius: 34px;

    padding: 32px;

    box-shadow: 0 40px 80px rgba(0, 0, 0, .45);

}



.dashboard-top {

    display: flex;

    justify-content: space-between;

    margin-bottom: 28px;

}



.tag {

    background: rgba(255, 255, 255, .08);

    color: #fff;

    font-size: 12px;

    padding: 10px 18px;

    border-radius: 40px;

}



.metric-card {

    background: linear-gradient(135deg, rgba(0, 194, 255, .14), rgba(0, 87, 255, .18));

    border-radius: 28px;

    padding: 34px;

    margin-bottom: 24px;

    border: 1px solid rgba(255, 255, 255, .06);

}



.metric-card h2 {

    font-size: 72px;

    font-family: "Syne", sans-serif;

    color: #fff;

    line-height: 1;

    margin-bottom: 12px;

}



.metric-card p {

    color: rgba(255, 255, 255, .72);

    line-height: 1.8;

}



.dashboard-grid {

    display: grid;

    grid-template-columns: repeat(2, 1fr);

    gap: 18px;

}



.mini-card {

    background: rgba(255, 255, 255, .05);

    border-radius: 24px;

    padding: 10px;

    transition: .4s;

    border: 1px solid rgba(255, 255, 255, .05);

}



.mini-card:hover {

    transform: translateY(-6px);

    background: rgba(255, 255, 255, .08);

}



.mini-card i {

    color: #00c2ff;

    font-size: 28px;

    margin-bottom: 16px;

}



.mini-card h4 {

    color: #fff;

    font-size: 20px;

    margin-bottom: 10px;

}



.mini-card p {

    color: rgba(255, 255, 255, .65);

    line-height: 1.7;

    font-size: 14px;

}



/* ===================================================

           SERVICES

        =================================================== */





.section-head {

    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 70px;

    align-items: end;

    margin-bottom: 80px;

}



.section-head h2 {

    font-family: "Syne", sans-serif;

    font-size: 58px;

    line-height: 1.1;

    font-weight: 800;

}



.section-head h2 span {

    color: var(--primary);

}



.section-head p {

    color: var(--text);

    line-height: 1.9;

    font-size: 17px;

}



.services-grid {

    display: grid;

    grid-template-columns: repeat(4, 1fr);

    gap: 28px;

}



.service-card {

    background: #fff;

    border-radius: 30px;

    padding: 34px;

    border: 1px solid #edf2f7;

    transition: .4s;

    position: relative;

    overflow: hidden;

}



.service-card::before {

    content: "";

    position: absolute;

    inset: 0;

    background: linear-gradient(135deg, rgba(0, 87, 255, .05), rgba(0, 194, 255, .05));

    opacity: 0;

    transition: .4s;

}



.service-card:hover::before {

    opacity: 1;

}



.service-card:hover {

    transform: translateY(-10px);

    border-color: rgba(0, 87, 255, .2);

    box-shadow: 0 25px 50px rgba(0, 87, 255, .08);

}



.service-number {

    font-size: 13px;

    color: var(--primary);

    font-weight: 700;

    margin-bottom: 24px;

    letter-spacing: .1em;

}



.service-icon {

    width: 72px;

    height: 72px;

    border-radius: 22px;

    background: rgba(0, 87, 255, .08);

    display: flex;

    align-items: center;

    justify-content: center;

    font-size: 28px;

    color: var(--primary);

    margin-bottom: 24px;

    transition: .4s;

    position: relative;

    z-index: 2;

}



.service-card:hover .service-icon {

    background: linear-gradient(135deg, var(--primary), var(--secondary));

    color: #fff;

    transform: rotate(6deg);

}



.service-card h3 {

    font-family: "Syne", sans-serif;

    font-size: 24px;

    margin-bottom: 16px;

    position: relative;

    z-index: 2;

}



.service-card p {

    color: var(--text);

    line-height: 1.85;

    position: relative;

    z-index: 2;

}



/* ===================================================

           PROCESS

        =================================================== */



.process-section {

    background: var(--dark);

    overflow: hidden;

}



.process-section .section-head h2,

.process-section .section-head p {

    color: #fff;

}



.process-section .section-head p {

    color: rgba(255, 255, 255, .68);

}



.process-grid {

    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 30px;

}



.process-card {

    background: rgba(255, 255, 255, .04);

    border: 1px solid rgba(255, 255, 255, .06);

    border-radius: 30px;

    padding: 40px;

    position: relative;

    overflow: hidden;

    transition: .4s;

}



.process-card:hover {

    transform: translateY(-10px);

    background: rgba(0, 87, 255, .12);

}



.process-no {

    font-size: 90px;

    line-height: 1;

    position: absolute;

    top: 12px;

    right: 20px;

    color: rgba(255, 255, 255, .04);

    font-family: "Syne", sans-serif;

    font-weight: 800;

}



.process-card .icon {

    width: 70px;

    height: 70px;

    border-radius: 22px;

    background: linear-gradient(135deg, var(--primary), var(--secondary));

    display: flex;

    align-items: center;

    justify-content: center;

    color: #fff;

    font-size: 28px;

    margin-bottom: 24px;

}



.process-card h3 {

    font-size: 24px;

    color: #fff;

    font-family: "Syne", sans-serif;

    margin-bottom: 16px;

}



.process-card p {

    color: rgba(255, 255, 255, .66);

    line-height: 1.9;

}



/* ===================================================

           TECH STACK

        =================================================== */



.tech-section {

    background: var(--light);

}



.tech-wrap {

    background: #fff;

    border-radius: 40px;

    padding: 50px;

    border: 1px solid #e9eef6;

}



.tech-grid {

    display: grid;

    grid-template-columns: repeat(4, 1fr);

    gap: 24px;

}



.tech-card {

    background: #f8fbff;

    border-radius: 24px;

    padding: 28px;

    transition: .4s;

}



.tech-card:hover {

    transform: translateY(-8px);

    background: linear-gradient(135deg, #ffffff, #f1f7ff);

    box-shadow: 0 20px 40px rgba(0, 87, 255, .08);

}



.tech-card i {

    width: 60px;

    height: 60px;

    border-radius: 18px;

    background: rgba(0, 87, 255, .08);

    display: flex;

    align-items: center;

    justify-content: center;

    color: var(--primary);

    font-size: 24px;

    margin-bottom: 20px;

}



.tech-card h4 {

    font-family: "Syne", sans-serif;

    font-size: 20px;

    margin-bottom: 12px;

}



.tech-card p {

    color: var(--text);

    line-height: 1.8;

    font-size: 14px;

}



/* ===================================================

           STATS SECTION

        =================================================== */



.stats-section {

    background: #fff;

}



.stats-grid {

    display: grid;

    grid-template-columns: repeat(4, 1fr);

    gap: 30px;

}



.stats-card {

    background: linear-gradient(180deg, #ffffff, #f8fbff);

    border: 1px solid #edf2f7;

    border-radius: 28px;

    padding: 40px;

    text-align: center;

    transition: .4s;

}



.stats-card:hover {

    transform: translateY(-8px);

    box-shadow: 0 20px 40px rgba(0, 87, 255, .08);

}



.stats-card h2 {

    font-size: 64px;

    font-family: "Syne", sans-serif;

    margin-bottom: 14px;

    background: linear-gradient(135deg, var(--primary), var(--secondary));

    -webkit-background-clip: text;

    -webkit-text-fill-color: transparent;

}



.stats-card h4 {

    font-size: 22px;

    margin-bottom: 12px;

    font-family: "Syne", sans-serif;

}



.stats-card p {

    color: var(--text);

    line-height: 1.8;

}



/* ===================================================

           CTA

        =================================================== */



.cta-section {

    padding: 120px 0;

    background: linear-gradient(135deg, #07162d, #0a2348);

    overflow: hidden;

}



.cta-box {

    position: relative;

    border-radius: 40px;

    padding: 90px;

    overflow: hidden;

    border: 1px solid rgba(255, 255, 255, .08);

    background: rgba(255, 255, 255, .04);

    backdrop-filter: blur(20px);

    text-align: center;

}



.cta-box::before {

    content: "";

    position: absolute;

    width: 500px;

    height: 500px;

    border-radius: 50%;

    background: rgba(0, 194, 255, .12);

    top: -200px;

    right: -150px;

    filter: blur(90px);

}



.cta-box h2 {

    font-size: 64px;

    font-family: "Syne", sans-serif;

    color: #fff;

    line-height: 1.1;

    margin-bottom: 24px;

    position: relative;

    z-index: 2;

}



.cta-box h2 span {

    color: #00c2ff;

}



.cta-box p {

    max-width: 800px;

    margin: auto;

    color: rgba(255, 255, 255, .7);

    line-height: 1.9;

    margin-bottom: 40px;

    position: relative;

    z-index: 2;

}



.cta-box .hero-btns {

    justify-content: center;

    position: relative;

    z-index: 2;

}



.mvp-services-section {

    position: relative;

    padding: 120px 0;

    background: #3F51B5;

    overflow: hidden;

}



.mvp-services-section::before {

    content: '';

    position: absolute;

    width: 500px;

    height: 500px;

    background: rgba(93, 93, 255, 0.15);

    filter: blur(120px);

    top: -100px;

    left: -100px;

    z-index: 0;

}



.mvp-services-section::after {

    content: '';

    position: absolute;

    width: 400px;

    height: 400px;

    background: rgba(0, 229, 255, 0.12);

    filter: blur(120px);

    bottom: -100px;

    right: -100px;

    z-index: 0;

}



.mvp-services-section .container {

    position: relative;

    z-index: 2;

}



.section-heading {

    max-width: 800px;

    margin: auto;

    margin-bottom: 80px;

}



.section-heading .sub-title {

    color: #7b61ff;

    font-size: 15px;

    font-weight: 600;

    letter-spacing: 2px;

    text-transform: uppercase;

    display: inline-block;

    margin-bottom: 20px;

}



.section-heading h2 {

    font-size: 52px;

    line-height: 1.2;

    color: #fff;

    font-weight: 700;

    margin-bottom: 20px;

}



.section-heading h2 span {

    background: linear-gradient(90deg, #7b61ff, #00d4ff);

    -webkit-background-clip: text;

    -webkit-text-fill-color: transparent;

}



.section-heading p {

    color: rgba(255, 255, 255, 0.7);

    font-size: 17px;

    line-height: 1.8;

}



.mvp-service-item {

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 80px;

    margin-bottom: 120px;

}



.mvp-service-item.reverse {

    flex-direction: row-reverse;

}



.mvp-image {

    flex: 1;

    position: relative;

}



.mvp-image img {

    width: 100%;

    border-radius: 14px;

    object-fit: cover;

    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);

    transition: 0.4s ease;

}



.mvp-feature-list {

    margin-top: 22px;

    padding-left: 0;

    list-style: none;

}



.mvp-feature-list li {

    position: relative;

    padding-left: 28px;

    margin-bottom: 14px;



    font-size: 15px;

    line-height: 1.7;

    color: #d1d5db;



    font-weight: 400;

}



.mvp-feature-list li::before {

    content: "\f058";

    font-family: "Font Awesome 6 Free";

    font-weight: 900;



    position: absolute;

    left: 0;

    top: 3px;



    color: #00d084;

    font-size: 15px;

}



/* Optional Hover Effect */

.mvp-feature-list li:hover {

    transform: translateX(4px);

    transition: 0.3s ease;

    color: #ffffff;

}



.mvp-image img:hover {

    transform: scale(1.03);

}



.mvp-content {

    flex: 1;

}



.mvp-content span {

    font-size: 80px;

    font-weight: 700;

    color: rgba(255, 255, 255, 0.06);

    line-height: 1;

    display: block;

    margin-bottom: 10px;

}



.mvp-content h3 {

    font-size: 36px;

    color: #fff;

    margin-bottom: 20px;

    font-weight: 700;

}



.mvp-content p {

    font-size: 17px;

    color: rgba(255, 255, 255, 0.72);

    line-height: 1.9;

}



.services-include-list {

    grid-template-columns: repeat(auto-fill, minmax(303px, 1fr)) !important;

}



.services-include-list .services-include-box .services-include-img-box {

    height: 200px;

}



.profit-icon i {

    color: #fff;

    font-size: 30px;

}



.profit-card h4 {

    font-size: 15px;

    font-weight: 700;

    color: #111827;

    line-height: 1.4;

}



.profit-card p {

    font-size: 14px;

    line-height: 1.9;

    color: #6b7280;

    margin: 0;

}





.hero-menu-section {

    .slider-wrapper {

        position: relative;

        width: 100%;

        overflow: hidden;

        background: #00112f;

    }



    .hero-menu {

        position: absolute;

        top: 0;

        left: 0;

        width: 100%;

        padding: 24px 0;

        z-index: 20;

    }



    .hero-menu-inner {

        width: 86%;

        margin: 0 auto;

        display: flex;

        align-items: center;

        justify-content: space-between;

        gap: 30px;

    }



    .hero-logo {

        display: inline-flex;

        align-items: center;

        max-width: 170px;

    }



    .hero-logo img {

        width: 100%;

        height: auto;

        display: block;

    }



    .hero-nav ul {

        display: flex;

        align-items: center;

        gap: 42px;

        padding: 0;

        margin: 0;

        list-style: none;

    }



    .hero-nav ul li a {

        position: relative;

        color: #ffffff;

        font-size: 13px;

        font-weight: 600;

        text-decoration: none;

        transition: 0.3s ease;

    }



    .hero-nav ul li a::after {

        content: "";

        position: absolute;

        left: 0;

        bottom: -7px;

        width: 0;

        height: 2px;

        background: #00EFF8;

        transition: 0.3s ease;

    }



    .hero-nav ul li a:hover {

        color: #00EFF8;

    }



    .hero-nav ul li a:hover::after {

        width: 100%;

    }



    .hero-contact-btn {

        display: inline-flex;

        align-items: center;

        justify-content: center;

        min-width: 112px;

        height: 40px;

        padding: 0 18px;

        border-radius: 30px;

        background: #00EFF8;

        color: #00112f;

        font-size: 12px;

        font-weight: 800;

        text-decoration: none;

        transition: 0.3s ease;

        box-shadow: 0 8px 25px rgba(0, 239, 248, 0.28);

    }



    .hero-contact-btn:hover {

        transform: translateY(-2px);

        background: #ffffff;

        color: #00112f;

    }



    .single-item,

    .single-item .slick-list,

    .single-item .slick-track {

        height: 600px;

    }



    .single-item .slide {

        position: relative;

        height: 600px;

        overflow: hidden;

    }



    .single-item .slide img {

        width: 100%;

        height: 100%;

        display: block;

        object-position: center;

    }



    .single-item .slide::after {

        content: "";

        position: absolute;

        inset: 0;

        background:

            radial-gradient(circle at 75% 28%, rgba(0, 239, 248, 0.18), transparent 32%),

            linear-gradient(90deg, rgba(0, 8, 37, 0.86) 0%, rgba(0, 16, 55, 0.62) 45%, rgba(0, 12, 80, 0.28) 100%);

        z-index: 1;

        pointer-events: none;

    }



    .slide-content {

        position: absolute;

        left: 16%;

        top: 48%;

        transform: translateY(-50%);

        color: #fff;

        z-index: 2;

        max-width: 760px;

    }



    .slide-content h2 {

        margin: 0;

        font-size: 40px !important;

        font-weight: 600;

        line-height: 55px;

        color: #ffffff;

    }



    .slide-content span {

        color: #00EFF8;

        text-transform: uppercase;

    }



    header.main-header .header-body {

        padding: 20px 30px;

    }



    header.main-header .header-body .header-menu {

        gap: 56px;

    }



    .main-header {

        background: none !important;

        padding: 0;

    }



    .main-header {

        position: absolute !important;

        width: 100%;

        min-height: 0;

        padding: 0 !important;

    }



    .main-header .header-down {

        box-shadow: none !important;

    }



    header.main-header .header-body .main-menu ul li p {

        color: #FFF;

    }



    .typing-text {

        display: inline-block;

        overflow: hidden;

        white-space: nowrap;

        vertical-align: bottom;

        width: 0;

        border-right: 3px solid #ffffff;

        animation:

            typingTechnology 4s steps(10, end) infinite,

            cursorBlink 0.7s infinite;

    }



    @keyframes typingTechnology {

        0% {

            width: 0;

        }



        45% {

            width: 15ch;

        }



        75% {

            width: 15ch;

        }



        100% {

            width: 0;

        }

    }



    @keyframes cursorBlink {



        0%,

        100% {

            border-color: #00EFF8;

        }



        50% {

            border-color: transparent;

        }

    }



    .leading-enterprises {

        margin-top: -86px;

        z-index: 99;

        position: sticky;



        .blur-img {

            width: 100%;

        }



        .main-ctn {

            background: #01143C;

            height: 160px;

            text-align: center;

            color: #FFF;

        }



        h3 {

            font-size: 28px;

            font-family: 'Frank Ruhl Libre';

            letter-spacing: 0.5px;

        }



        .inner-banner-bottom-sec {

            background: none;

        }



        .ibm-body {

            margin: 0 auto;

            padding: 30px 0;

            max-width: 1320px;

        }



        .client-item {

            width: 127px;

            height: 30px;

        }



        .client-item img {

            max-width: 130px;

            height: 100px;

            object-fit: contain;

            filter: brightness(0) invert(1);

            opacity: 0.8;

            transition: all 0.3s ease;

        }

    }



    .inner-banner-bottom-sec {

        h2 {

            text-align: center;

            font-size: 38px !important;

            font-family: 'Inter' !important;

            margin-bottom: 20px !important;

        }



        .row {

            align-items: center;

        }



        h5 {

            background: linear-gradient(90.15deg, #010F10 0.14%, #003135 48.03%, #003135 58.93%, #010F10 99.89%);

            display: inline-block;

            padding: 8px 41px 8px 14px;

            color: #fff;

            font-size: 18px;

            font-weight: 600;

            letter-spacing: 1px;

            text-transform: uppercase;

            clip-path: polygon(0 0, 92% 0, 100% 100%, 0% 100%);

        }



        p {

            font-weight: 700;

            font-size: 17px;

            line-height: 44px;

            font-family: 'Inter';

            margin-top: 22px;

        }



        a {

            display: inline-flex;

            align-items: center;

            justify-content: center;

            min-width: 150px;

            height: 45px;

            padding: 0 18px;

            border-radius: 30px;

            background: #00EFF8;

            color: #00112f;

            font-size: 14px;

            font-weight: 800;

            text-decoration: none;

            transition: 0.3s ease;

            box-shadow: 0 8px 25px rgba(0, 239, 248, 0.28);

            margin-top: 30px;

        }



        .slick-dots li.slick-active button {

            border: 2px solid #0E314C;

            border-radius: 50%;

        }

    }



    .industries {

        background: linear-gradient(90.15deg, #02192B 0.14%, #06253C 48.03%, #06253C 58.93%, #02192B 99.89%);

        padding: 30px;

        text-align: center;

        color: #FFF;

    }



    .industries-slider .slick-slide {

        padding: 0 5px;

        margin-top: 30px;

    }



    .industries-slider .slider-card {

        position: relative;

        overflow: hidden;

        border-radius: 2px;

        cursor: pointer;

    }



    .industries-slider .slider-card img {

        width: 100%;

        height: 100%;

        object-fit: cover;

        display: block;

        transition: all 0.5s ease;

    }



    /* dark bottom overlay */

    .industries-slider .slider-card::after {

        content: "";

        position: absolute;

        inset: 0;

        background: linear-gradient(to top,

                rgba(0, 0, 0, 0.75) 0%,

                rgba(0, 0, 0, 0.25) 45%,

                rgba(0, 0, 0, 0.05) 100%);

        z-index: 1;

        transition: all 0.4s ease;

    }



    .industry-overlay {

        position: absolute;

        left: 0;

        right: 0;

        bottom: 1px;

        z-index: 2;

        text-align: center;

        padding: 0 6px;

        background: #D9D9D933;

        padding: 10px;

    }



    .industry-overlay h3 {

        margin: 0;

        color: #ffffff;

        font-size: 16px;

        font-weight: 500;

        line-height: 2.2;

        text-shadow: 0 2px 8px rgba(0, 0, 0, 0.8);

        transition: all 0.4s ease;

        letter-spacing: 1px;

        ;

    }



    .industries-slider .slider-card:hover img {

        transform: scale(1.12);

        filter: brightness(1.15) contrast(1.08);

    }



    .industries-slider .slider-card:hover::after {

        background: linear-gradient(to top,

                rgba(0, 239, 248, 0.35) 0%,

                rgba(0, 0, 0, 0.25) 50%,

                rgba(0, 0, 0, 0.05) 100%);

    }



    .industries-slider .slick-dots {

        bottom: -35px;

    }



    .industries-slider .slick-dots li button {

        width: 13px;

        height: 13px;

        border: 2px solid #011618;

        border-radius: 50%;

        background: transparent;

    }



    .industries-slider .slick-dots li.slick-active button {

        border-color: #00EFF8;

        background: #00EFF8;

    }



    .transforming h2 {

        text-align: center;

        font-size: 38px !important;

        font-family: 'Inter' !important;

        margin-bottom: 40px !important;

        margin-top: 50px !important;

    }



    .transforming .ibm-body {

        width: 100%;

    }



    .transforming .ibm-body img {

        width: 100%;

        height: auto;

        display: block;

        object-fit: cover;

    }



    .engineered-section {

        position: relative;

        width: 100%;

        min-height: 550px;

        padding: 50px 0;

        background-image: url(../images/home/engineered-bg.png);

        background-size: cover;

        background-repeat: no-repeat;

        background-position-y: bottom;

    }



    .engineered-overlay {

        position: absolute;

        inset: 0;

        background:

            radial-gradient(circle at 15% 20%, rgba(0, 239, 248, 0.18), transparent 28%),

            radial-gradient(circle at 80% 40%, rgba(0, 239, 248, 0.12), transparent 35%);

        pointer-events: none;

    }



    .engineered-container {

        position: relative;

        z-index: 2;

        max-width: 970px;

        margin: 0 auto;

    }



    .engineered-heading {

        text-align: center;

        margin-bottom: 42px;

    }



    .engineered-heading h2 {

        margin: 0;

        color: #ffffff;

        font-size: 33px;

        line-height: 1.2;

        font-weight: 800;

        letter-spacing: -0.5px;

        font-family: 'Inter' !important;

        text-transform: uppercase;

    }



    .engineered-heading p {

        margin: 13px auto 0;

        color: #FFF;

        font-size: 16px;

        line-height: 0.6;

        font-weight: 400;

    }



    .engineered-content {

        display: grid;

        grid-template-columns: 1.05fr 0.95fr;

        gap: 22px;

        align-items: stretch;

    }



    .stats-grid {

        display: grid;

        grid-template-columns: repeat(2, 1fr);

        gap: 25px 23px;

    }



    .stat-card {

        min-height: 155px;

        border: 1px solid #00eff8;

        border-radius: 6px;

        background:

            linear-gradient(145deg, rgba(255, 255, 255, 0.10), rgba(255, 255, 255, 0.04));

        box-shadow:

            inset 0 0 35px rgba(0, 239, 248, 0.05),

            0 0 18px rgba(0, 239, 248, 0.05);

        display: flex;

        flex-direction: column;

        align-items: center;

        justify-content: center;

        color: #ffffff;

        text-align: center;

        padding: 18px 15px 12px;

    }



    .stat-icon {

        width: 42px;

        height: 42px;

        margin-bottom: 10px;

        display: flex;

        align-items: center;

        justify-content: center;

    }



    .stat-icon img {

        width: 100%;

        height: 100%;

        object-fit: contain;

        filter: brightness(0) saturate(100%) invert(73%) sepia(89%) saturate(1921%) hue-rotate(135deg) brightness(105%) contrast(102%);

    }



    .stat-card h4 {

        margin: 4px;

        color: #ffffff;

        font-size: 15px;

        line-height: 1.3;

        font-weight: 400;

    }



    .stat-card h3 {

        margin: 3px 0 0;

        color: #ffffff;

        font-size: 37px;

        line-height: 1;

        font-weight: 700;

        letter-spacing: 1px;

        font-family: 'Inter';

    }



    .engineered-image {

        width: 100%;

        height: 335px;

        border: 1px solid #00eff8;

        border-radius: 5px;

        overflow: hidden;

        background: rgba(0, 0, 0, 0.25);

    }



    .engineered-image img {

        width: 100%;

        height: 100%;

        object-fit: cover;

        display: block;

    }





    .submenu-new-sec .submenu-new-right img {

        display: none;

    }



    .footer-contact-sec {

        display: none !important;

    }

}



/* ===========================

           CLOUD PAGE DESIGN

        =========================== */



.cloud-hero {

    position: relative;

    overflow: hidden;

}



.cloud-hero img {

    width: 100%;

    height: 520px;

    object-fit: cover;

}



.cloud-content {

    position: absolute;

    top: 50%;

    left: 17%;

    transform: translateY(-50%);

    max-width: 905px;

    color: #fff;

}



.cloud-content h1 {

    font-size: 42px;

    line-height: 56px;

    margin-bottom: 20px;

    font-weight: 700;

}



.cloud-content p {

    font-size: 19px;

    line-height: 1.8;

    margin-bottom: 35px;

}



.cloud-btn {

    display: inline-flex;

    align-items: center;

    gap: 12px;

    padding: 16px 34px;

    border-radius: 12px;

    background: linear-gradient(135deg, #00b4ff, #005dff);

    color: #fff;

    text-decoration: none;

    font-weight: 600;

    transition: 0.4s;

}



.cloud-btn:hover {

    transform: translateY(-5px);

    color: #fff;

}



.cloud-section {

    padding: 74px 0;

}



.cloud-title {

    text-align: center;

    max-width: 950px;

    margin: auto;

    margin-bottom: 60px;

}



.cloud-title h2 {

    font-size: 42px;

    color: #081c35;

    margin-bottom: 0px;

    font-weight: 700;

}



.cloud-title p {

    color: #5c6b80;

    line-height: 1.9;

    font-size: 17px;

}



/* SERVICES */



.cloud-grid {

    display: grid;

    grid-template-columns: repeat(auto-fit, minmax(153px, 1fr));

    gap: 7px;

}



.cloud-card {

    background: #fff;

    border-radius: 24px;

    padding: 35px;

    border: 1px solid #edf2f7;

    transition: .4s;

    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.04);

    position: relative;

    overflow: hidden;

}



.cloud-card::before {

    content: "";

    position: absolute;

    width: 140px;

    height: 140px;

    border-radius: 50%;

    background: rgba(0, 180, 255, 0.08);

    top: -40px;

    right: -40px;

}



.cloud-card:hover {

    transform: translateY(-10px);

    box-shadow: 0 20px 50px rgba(0, 93, 255, 0.12);

}



.cloud-icon {

    width: 75px;

    height: 75px;

    border-radius: 18px;

    background: linear-gradient(135deg, #00b4ff, #005dff);

    display: flex;

    align-items: center;

    justify-content: center;

    margin-bottom: 25px;

    position: relative;

    z-index: 2;

}



.cloud-icon i {

    color: #fff;

    font-size: 28px;

}



.cloud-card h3 {

    font-size: 25px;

    color: #081c35;

    margin-bottom: 18px;

    position: relative;

    z-index: 2;

}



.cloud-card p {

    color: #617086;

    line-height: 1.9;

    position: relative;

    z-index: 2;

}



/* PLATFORM */



.platform-section {

    background: #f8fbff;

}



.platform-grid {

    display: grid;

    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));

    gap: 25px;

}



.platform-box {

    background: #fff;

    padding: 30px;

    border-radius: 22px;

    text-align: center;

    border: 1px solid #e7edf5;

    transition: .4s;

}



.platform-box:hover {

    transform: translateY(-8px);

}



.platform-box i {

    font-size: 42px;

    margin-bottom: 20px;

    color: #005dff;

}



.platform-box h4 {

    font-size: 22px;

    margin-bottom: 10px;

    color: #081c35;

}



.platform-box p {

    color: #617086;

    font-size: 15px;

    line-height: 1.8;

}



/* TRANSFORMATION */



.transform-section {

    background: linear-gradient(135deg, #081c35, #0c2b52);

    color: #fff;

}



.transform-section .cloud-title h2,

.transform-section .cloud-title p {

    color: #fff;

}



.transform-box {

    background: rgba(255, 255, 255, 0.06);

    border-radius: 24px;

    padding: 16px;

    border: 1px solid rgba(255, 255, 255, 0.08);

    backdrop-filter: blur(10px);

}



.transform-box i {

    font-size: 34px;

    color: #00b4ff;

    margin-bottom: 20px;

}



.transform-box h4 {

    font-size: 17px;

    line-height: 24px;

    margin-bottom: 11px;

}



.transform-box p {

    color: #d9e3f0;

    line-height: 1.8;

    font-size: 12px;

}



/* CTA */



.cta-box {

    background: linear-gradient(135deg, #00b4ff, #005dff);

    border-radius: 35px;

    padding: 70px;

    text-align: center;

    color: #fff;

}



.cta-box h2 {

    font-size: 48px;

    margin-bottom: 20px;

}



.cta-box p {

    max-width: 900px;

    margin: auto;

    line-height: 1.9;

    margin-bottom: 35px;

}



.cta-box .cloud-btn {

    background: #fff;

    color: #005dff;

}







.software-section {

    width: 100%;

    padding: 60px 30px;

}



.container {

    max-width: 1200px;

    margin: auto;

}



/* =========================

       TOP CONTENT

    ==========================*/





.top-content {

    text-align: center;

    width: 60%;

    margin: 0 auto 30px !important;

}



.z-style img {

    width: 100%;

}









/* =========================

       GRID

    ==========================*/



.service-grid {

    display: grid;

    grid-template-columns: repeat(3, 1fr);

    border: 1px solid #d8dce5;

}



.service-box {

    background: #f7f7f7;

    min-height: 238px;

    padding: 20px;

    border-right: 1px solid #d8dce5;

    border-bottom: 1px solid #d8dce5;

    transition: 0.3s ease;

}



.service-box:nth-child(3),

.service-box:nth-child(6) {

    border-right: none;

}



.service-box:hover {

    background: #ffffff;

}



/* =========================

       ICON

    ==========================*/



.icon-box {

    width: 58px;

    height: 58px;

    background: #f0f0f0;

    display: flex;

    align-items: center;

    justify-content: center;

    margin-bottom: 23px;

}



.icon-box img {

    width: 24px;

    opacity: 0.65;

}



/* =========================

       TEXT

    ==========================*/



.service-box h3 {

    font-size: 17px;

    line-height: 1.3;

    font-weight: 700;

    color: #000;

    margin-bottom: 18px;

}



.service-box p {

    font-size: 14px;

    line-height: 26px;

    color: #6b7280;

    margin-bottom: 20px !important;

}



/* =========================

       RESPONSIVE

    ==========================*/



@media(max-width:992px) {



    .top-content {

        flex-direction: column;

    }



    .left-content,

    .right-content {

        width: 100%;

    }



    .left-content h1 {

        font-size: 48px;

    }



    .service-grid {

        grid-template-columns: repeat(2, 1fr);

    }



    .service-box:nth-child(3) {

        border-right: 1px solid #d8dce5;

    }



    .service-box:nth-child(2),

    .service-box:nth-child(4),

    .service-box:nth-child(6) {

        border-right: none;

    }

}



@media(max-width:768px) {



    .software-section {

        padding: 40px 20px;

    }



    .left-content h1 {

        font-size: 38px;

    }



    .service-grid {

        grid-template-columns: 1fr;

    }



    .service-box {

        border-right: none !important;

    }



    .service-box h3 {

        font-size: 24px;

    }



    .service-box p {

        font-size: 16px;

    }

}





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

    header.main-header .header-body .header-menu button.menu-btn {
        top: 22px;
    }

    .hero-menu-section {

        .single-item,
        .single-item .slick-list,
        .single-item .slick-track {
            height: 352px;
        }
    }

    .hero-menu-section .single-item .slide {
        height: 305px;

    }

    .engineered-content {

        display: block !important;

    }



    .engineered-heading p {

        font-size: 14px;

        line-height: 1.6 !important;

    }



    .stat-card {

        height: 142px;

        width: 86%;

        margin: 0 auto;

    }



    .engineered-image {

        width: 92% !important;

        height: 265px !important;

        margin: 20px auto 0;

    }



    .about-grid {

        display: block !important;

    }



    .about-section {

        padding: 0 !important;

    }



    .about-content {

        margin-top: 20px;

    }



    .why-grid {

        grid-template-columns: repeat(1, 1fr) !important;

    }



    .approach-one-line {

        grid-template-columns: repeat(1, 1fr) !important;

    }



    .content-image-grid {

        display: block !important;

    }



    .image-stack {

        display: none;

    }



    .box-nine-sec .box-nine-body,

    .box-three-sec .box-three-body {

        max-width: 365px !important;

    }



    .benefit-grid {

        grid-template-columns: repeat(1, 1fr) !important;

    }



    .premium-slider-box {

        padding: 23px;

    }



    .mini-card {

        padding: 0;

    }



    .cloud-content h1 {

        font-size: 19px;

        line-height: 27px;

        margin-bottom: 10px;

    }



    .cloud-content p {

        font-size: 12px;

    }



    .cloud-content {

        left: 8%;

    }



    .cloud-hero img {

        width: 100%;

        height: 188px;

        object-fit: cover;

    }



    .about-img-main {

        border-radius: 0;

    }



    .about-img-main img {

        width: 100%;

        height: 209px;

        object-fit: cover;

        margin-top: 20px;

    }



    .tech-grid {

        grid-template-columns: repeat(1, 1fr);

    }



    .tech-wrap {

        background: none;

        border-radius: 40px;

        padding: 0;

        border: 0px solid #e9eef6;

    }



    .services-include-sec .services-include-list {

        padding: 0 !important;

    }



    .profit-grid {

        grid-template-columns: repeat(1, 1fr);

    }



    .premium-banner {

        min-height: 209px !important;

    }



    .hero-menu-section .slide-content {

        left: 7% !important;

    }



    .hero-menu-section .slide-content h2 {

        font-size: 25px !important;

        line-height: 28px;

        text-align: center;

    }



    .hero-menu-section {

        & .leading-enterprises {

            h3 {

                font-size: 19px;

            }

        }



        .core-verticals-section {

            padding-top: 30px !important;

        }



        .inner-banner-bottom-sec {

            p {

                line-height: 28px;

            }

        }



        .core-verticals-section {

            height: 731px !important;

        }





        .transforming h2 {

            text-align: center;

            font-size: 21px !important;

            font-family: 'Inter' !important;

            margin-bottom: 10px !important;

            margin-top: 21px !important;

        }



        .engineered-heading {

            width: 90%;

            margin: 0 auto 20px;

        }



        .engineered-heading h2 {

            font-size: 18px !important;

        }



        .main-ctn {

            height: 119px !important;

        }

    }



    .main-ctn .inner-banner-bottom-sec .ibm-body img {

        height: 30px !important;

    }



    .main-wrapper {

        .ai-banner {

            min-height: 223px !important;

            object-fit: fill;

        }



        .bedcroom {

            margin: 0 !important;

        }



        .box-three-sec {

            padding: 0;

        }



        .box-three-sec .box-three-body {

            padding: 0;

        }



        .top-content {

            width: 90%;

        }



        .z-style img {

            width: 100%;

            display: block;

            margin-bottom: 30px;

        }

    }



    .bedcroom {

        margin: 0 !important;

    }



}

.main-header {

    position: fixed !important;

    top: 0;

    left: 0;

    width: 100%;

    z-index: 999999;

    transition: all .4s ease;

    background: transparent;

}



/* Sticky class */

.main-header.sticky {

    background: #fff !important;

    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);

}



/* Smooth effect */

.main-header.sticky .header-body {

    padding-top: 10px;

    padding-bottom: 10px;

}