
body {
    margin: 0;
    font-family: 'Inter', sans-serif;
    /* background: linear-gradient(135deg, #f4f2ff 0%, #fdf6ff 100%); */
    color: #1a1a1a;
}

.inner-bodypart1{
margin: 0;
    background-image: url('../images/bg-image.jpg'); /* replace file name */
    background-size: cover;       /* image covers full screen */
    background-repeat: no-repeat; /* no tiling */
    background-position: center;  /* centered nicely */
    background-attachment: fixed; /* smooth parallax effect */
    color: #1a1a1a;

}

/* NAVIGATION */
nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 80px;
}

nav a {
    text-decoration: none;
    color: #333;
    margin: 0 15px;
    font-weight: 500;
}

.nav-right button {
    background: #1e2a78;
    color: #fff;
    padding: 10px 20px;
    border-radius: 25px;
    border: none;
    font-size: 15px;
    cursor: pointer;
}

/* HERO SECTION */
.hero {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 80px;
    position: relative;
}

/* .tag {
    background: #e7e4ff;
    padding: 6px 15px;
    border-radius: 20px;
    display: inline-block;
    color: #5634ff;
    font-size: 13px;
    font-weight: 500;
} */

.hero p {
    width: 80%;
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 1.6;
    color: #3D4C5E;
}

.btn-primary, .btn-outline {
    padding: 13px 22px;
    border-radius: 30px;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    border: 2px solid transparent;
}

.btn-primary {
    background: #1e2a78;
    color: #fff;
}

.btn-outline {
    border-color: #1e2a78;
    background: transparent;
    color: #1e2a78;
}

/* RIGHT SIDE GRAPHIC */
.ecosystem {
    position: relative;
}

.ecosystem img {
    width: 500px;
    /* opacity: 0.85; */
}

.ecosystem-text {
    position: absolute;
    top: 47%;
    left: 52%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    color: #333;
}
.service-item {
    text-align: center;
    width: 14%;
    font-size: 14px;
    font-weight: 500;
}
.services-row {
    background: #ffffff;
    padding: 40px 40px;
    display: flex;
    justify-content: space-between;
    
}

.service-item {
    text-align: center;
    width: 14%;
}



.service-item p {
    font-size: 11px;
    font-weight: 500;
    color: #333;
    margin: 0;
    line-height: 1.4;
    margin-top: 10px;
}
/* Dummy background for entire section */
.wrapper {
    background-image: url('../images/banner2.jpg');
    background-size: cover;
    background-position: center;
    padding: 40px 0;
}
p.section-sub {
    font-size: 12px;
    margin-top: 1rem;
}
.choose-icons.row.justify-content-center {
    margin-top: 4rem;
}

.section-title {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 20px;
}

.why-list li {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 1.5;
}

/* Buttons */
.btn-primary-custom {
    background: #1f2a82;
    color: #fff;
    padding: 10px 24px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    margin-right: 10px;
    display: inline-block;
}

.btn-outline-custom {
    border: 2px solid #1f2a82;
    padding: 10px 24px;
    border-radius: 30px;
    text-decoration: none;
    color: #1f2a82;
    font-weight: 600;
    display: inline-block;
}
ul.why-list {
    margin-left: 5rem;
}


.choose-box p {
    font-size: 12px;
    font-weight: 500;
    margin-top: 10px;
}

/* Global Services Cards */
.global-services {
    padding: 70px 0;
}


.service-card h4 {
    font-size: 18px;
    margin-bottom: 10px;
}

.learn-link {
    color: #1f2a82;
    font-weight: 600;
    text-decoration: none;
}

section.Customer-support {
    display: flex;
    justify-content: center;
    margin-top: 8px;
    margin-bottom: 2rem;
}


/* MAIN BACKGROUND BOX */
.custom-layout-section {
    width: 1921px;
    height: 560px;
    background: #2A3276;
    position: absolute;
    top: 3153px;  /* exact position you provided */
    left: 0;
    opacity: 1;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;  /* we will manually push items using top margin */
    box-sizing: border-box;
}

/* FIRST TEXT — "How we Work for Customers" */
.how-we-work-title {
    width: 1116.42px;
    height: 62px;
    font-weight: 700;      /* Bold */
    font-style: normal;
    font-size: 54px;
    line-height: 62px;
    letter-spacing: 0;
    text-align: center;
    vertical-align: middle;

    color: #fff;

    margin-top: 80px;   /* EXACT top: 80px as per your requirement */
}

/* SECOND TEXT — the paragraph */
.how-we-work-desc {
    width: 1201px;
    height: 207px;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0;
    text-align: center;

    color: #fff;

    margin-top: 20px; /* small space under the title (adjust if needed) */
}


/* GLOBAL */
body {
    margin: 0;
    color: #1a1a1a;
}

.inner-bodypart1 {
    background-image: url('static/images/bg-image.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

/* NAVBAR */
nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
}

.nav-links {
    display: flex;
    gap: 20px;
    font-size: 14px;
}

nav a {
    text-decoration: none;
    color: #333;
    font-weight: 500;
}

.nav-right button {
    background: #1e2a78;
    color: #fff;
    padding: 10px 18px;
    border-radius: 25px;
    border: none;
    font-size: 14px;
    cursor: pointer;
}

/* MOBILE NAV */
@media (max-width: 768px) {
    .nav-links {
        display: none;
    }
}

/* HERO SECTION */
.hero {
    display: flex;
    justify-content: space-between;
    /* padding: 40px 20px; */
    flex-wrap: wrap;
    text-align: left;
}

.hero .left {
    flex: 1;
    min-width: 300px;
    margin-left: 3rem;
    margin-top: 2rem;
}

/* .tag {
    background: #e7e4ff;
    padding: 6px 15px;
    border-radius: 20px;
    color: #5634ff;
} */
.hero .tag-start{
    background: #b8b7ec;
    padding: 4px 4px 4px 4px;
    border-radius: 4px;
    font-size: 11px;
    color: #4E2FDA;
    display: inline-block;
    margin-bottom: 25px;
}
.hero h1 {
    font-size: 32px;
    font-weight: 600;
    /* margin: 15px 0; */
}
.left h3 {
    font-size: 22px;
}

.hero p {
    max-width: 90%;
    font-size: 13px;
    line-height: 1.6;
}

/* RIGHT GRAPHIC */
.ecosystem img {
    width: 100%;
    /* max-width: 400px; */
}

.ecosystem {
    flex: 1;
    text-align: center;
}

/* SERVICES ROW */
.services-row {
    background: #fff;
    padding: 25px 10px;
    display: flex;
    justify-content: space-between;
    gap: 15px;
    overflow-x: auto;
    scroll-behavior: smooth;
}

.service-item {
    min-width: 110px;
    text-align: center;
}

/* MAKE IMAGES RESPONSIVE */
.service-item img {
    max-width: 60px;
}


/* GLOBAL SERVICES CARDS */
.global-services .service-card {
    background: #fff;
    border: 2px solid #e3e6ff;
    padding: 20px;
    border-radius: 18px;
    margin: 15px 0;
}

/* HOW WE WORK SECTION — FIX */
section.how-we-work {
    background: #2A3276;
    padding: 80px 20px;
    text-align: center;
}

.how-we-work-title {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
}

.how-we-work-desc {
    max-width: 700px;
    margin: auto;
    font-size: 18px;
    color: #fff;
    line-height: 1.5;
    margin-top: 20px;
}

/* SERVICE CARD SECTION */
.services-section {
    padding: 50px 0;
}

.services-container {
    display: flex;
    justify-content: center;
    gap: 35px;
    flex-wrap: wrap;
}

.service-card {
    width: 230px;
    padding: 20px;
    border-radius: 12px;
    border: 1px solid #2A3276;
    text-align: center;
    position: relative;
}

.service-icon {
    width: 80px;
    height: 80px;
    background: #2A3276;
    border-radius: 50%;
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-icon img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.service-card h4 {
    margin-top: 50px;
    font-size: 15px;
    font-weight: 600;
}

.learn-link {
    color: #2A3276;
    font-size: 14px;
    text-decoration: none;
    margin-top: 8px;
    display: inline-block;
}

.button-center {
    text-align: center;
    margin-top: 3rem;
}

.advisor-btn {
    background: #2A3276;
    padding: 10px 25px;
    border-radius: 25px;
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 15px;
}






.step-number {
    font-size: 40px;
    color: #eceaff;
    font-weight: 700;
}


.read-btn {
    border: 1.5px solid #2A3276;
    padding: 8px 20px;
    border-radius: 25px;
    background: none;
    cursor: pointer;
    color: #1a1a1a;
}
.benefits-container {
    display: flex;
    gap: 15px;
    justify-content: center;
    align-items: stretch;
    padding: 40px 0;
}

/* LEFT LARGE IMAGE */
.big-banner {
    width: 330px;
    height: 430px;
    border-radius: 14px;
    overflow: hidden;
}

.big-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* RIGHT VERTICAL IMAGES */
.small-banner {
    width: 110px;
    height: 430px;
    border-radius: 14px;
    overflow: hidden;
}

.small-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.benefits-section {
    padding: 60px 0 40px;
    text-align: center;
    background: transparent; /* keep as-is; your page already has gradient */
}

.benefits-title {
    font-size: 30px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 15px;
}

.benefits-subtitle {
    font-size: 14px;
    color: #4a4a4a;
    max-width: 900px;
    margin: 0 auto;
    line-height: 1.6;
}

.global-steps {
    width: 100%;
    max-width: 1200px;
    margin: 40px auto;
}

.step-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(8px);
    border-radius: 18px;
    padding: 30px 35px;
    margin-bottom: 25px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.07);
}

.step-left {
    width: 35%;
    position: relative;
}

.step-number {
    /* position: absolute;
    top: -10px; */
    left: 0;
    font-size: 40px;
    font-weight: 600;
    color: rgba(200, 200, 200, 0.25); /* faded number effect */
}


.read-btn span {
    font-size: 14px;
}

.step-center {
    width: 25%;
    text-align: center;
    font-size: 16px;
    color: #444;
}

.divider {
    font-size: 20px;
    font-weight: 500;
    color: #444;
}

.step-right {
    /* width: 25%; */
    text-align: right;
    font-size: 16px;
    color: #444;
}
.section-banner {
    width: 100%;
    text-align: center;
    padding: 60px 10px;
}

.section-banner h2 {
    font-size: 32px;
    font-weight: 600;
    color: #111;
    margin-bottom: 5px;
}

.section-banner p {
    font-size: 14px;
    color: #555;
    margin: 0;
}
.journey-title {
    width: 100%;
    text-align: center;
    padding: 30px 10px;
    
}

.journey-title h2 {
    font-size: 32px;
    font-weight: 600;
    color: #111;
    margin: 0;
}

/* FULL BLUE BACKGROUND AREA */
.work-section {
    background: #2A3276;
    padding: 100px 0 200px;  /* bottom padding so banner can overlap */
    text-align: center;
    color: #fff;
    position: relative;
}

/* Heading area */
.work-content h2 {
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 10px;
}

.work-content p {
    max-width: 600px;
    margin: 0 auto;
    opacity: 0.9;
    font-size: 12px;
}

/* BANNER CONTAINER – Positioned at BOTTOM of BLUE AREA */
.banner-wrapper {
    /* width: 1200px; */
    max-width: 90%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

/* Banner image */
.banner-wrapper img {
    width: 100%;
    border-radius: 16px;
    display: block;
}


/* Section background like your screenshot */
.reviews-section {
    padding: 60px 20px;
    text-align: center;
}

/* Title */
.section-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
}

/* Subtitle */
.section-subtitle {
    max-width: 600px;
    margin: 0 auto 40px auto;
    font-size: 14px;
    color: #555;
}

/* Two cards row */
.reviews-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 30px;
    justify-content: center;
    align-items: stretch;
}

/* Equal width banners */
.review-banner {
    flex: 1;
    max-width: 50%; /* ENFORCES EXACT EQUAL SPACE */
}

/* Banner image styling */
.review-banner img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 16px;
    object-fit: cover;
}



/* Center top title */
.section-title {
    text-align: center;
    font-size: 34px;
    font-weight: 600;
}

.section-subtitle {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 40px;
    color: #555;
}


/* Wrapper */
.contact-wrapper {
    display: flex;
    justify-content: center;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
}


/* LEFT SIDE CARD */
.contact-info-card {
    width: 420px;
    background: #2A3276;
    padding: 40px;
    color: #fff;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.contact-info-card h3 {
    font-size: 26px;
    margin-bottom: 15px;
}

.info-text {
    color: black;
    font-size: 13px;
    margin-bottom: 30px;
}

.info-text-contact {
    color: white;
    font-size: 13px;
    margin-bottom: 30px;
}


/* Info items with icons */
.info-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 30px;
}

.solid-line {
    margin-bottom: 2rem;
    border: 0.5px solid white;
}
.info-icon {
    width: 48px;
    height: 48px;
    background: #6044DE;
    border-radius: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.info-icon-loc {
    width: 57px;
    height: 49px;
    background: #6044DE;
    border-radius: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.info-icon img {
    width: 15px;
    height: 15px;
}
.info-icon-loc img {
    width: 15px;
    height: 15px;
}

.info-item h4 {
    margin: 0;
    font-size: 18px;
}

.info-item p {
    margin: 5px 0 0 0;
}


/* RIGHT SIDE CARD */
.contact-form-card {
    width: 520px;
    background: #fff;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.10);
}

.contact-form-card h3 {
    font-size: 26px;
    margin-bottom: 10px;
}

.two-col {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
}

input, select, textarea {
    width: 100%;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    font-size: 15px;
}

textarea {
    height: 120px;
    margin-top: 5px;
}


/* Submit Button */
.submit-btn {
    width: fit-content;
    padding: 14px 28px;
    background: #4E2FDA;
    color: #fff;
    border: none;
    border-radius: 50px;
    margin-top: 15px;
    cursor: pointer;
    font-size: 15px;
}
.icon-text p{
    font-size: 11px;
}
.business-banner {
    position: relative;
    background-color: #2A3276; /* Main blue background */
    padding: 70px 10px;
    text-align: center;
    overflow: hidden; /* important for corner images */
    color: #fff;
    margin-top: 2rem;
}

/* CENTER CONTENT */
.banner-content h2 {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 15px;
}

.banner-content p {
    max-width: 600px;
    margin: 0 auto 30px auto;
    font-size: 12px;
    line-height: 1.7;
    opacity: 0.9;
}

/* BUTTON */
.banner-btn {
    display: inline-block;
    padding: 12px 28px;
    background: #fff;
    color: #4b2fff;
    font-weight: 600;
    border-radius: 40px;
    text-decoration: none;
    font-size: 15px;
    transition: 0.3s;
}

.banner-btn:hover {
    transform: translateY(-3px);
}

/* CORNER IMAGES */
.corner-img {
    position: absolute;
    width: 380px; /* adjust if needed */
    opacity: 0.25; /* optional — match screenshot blur effect */
}

.left-corner {
    left: 0;
    bottom: 0;
}

.right-corner {
    right: 0;
    bottom: 0;
}
button.subscribe-btn:hover {
    background-color: #1c2fdb;
}

/* ------------------ FOOTER BACKGROUND ------------------ */
.jurea-footer {
    background: linear-gradient(90deg, #f3eefc 0%, #ecfafa 40%, #ebf9f5 100%);
    padding: 70px 0 30px;
    /* font-family: "Segoe UI", system-ui; */
    color: #1A1A1A;
}

/* ------------------ MAIN GRID ------------------ */
.footer-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 50px;
    display: grid;
    grid-template-columns: 2fr 1.3fr 1.6fr 1.6fr;
    gap: 60px;
}

/* ------------------ BRAND COLUMN ------------------ */
.footer-logo {
    width: 150px;
    margin-bottom: 25px;
}

.brand-text {
    font-size: 14px;
    color: #3c3c3c;
    line-height: 1.6;
    max-width: 350px;
    margin-bottom: 15px;
}


.icon-circle {
    width: 40px;
    height: 40px;
    background: #E2E0F2;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;

    transition: 0.3s ease;
}


.icon-circle:hover {
    background: #4A32D4;
}

.icon-circle:hover img {
    filter: brightness(0) invert(1); /* turns to white */
}



.footer-contact li:hover {
    color: #4A32D4;
}
.footer-contact img:hover{
     color: #4A32D4;
}
.footer-contact li:hover img {
    filter: brightness(0) saturate(100%) invert(24%) sepia(85%) saturate(1450%) hue-rotate(229deg) brightness(90%) contrast(90%);
}

/* ------------------ ABOUT LINKS ------------------ */
.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 14px;
}

.footer-links a {
    font-size: 14px;
    color: #3b3d4f;
    text-decoration: none;
}

/* ------------------ CONTACT SECTION ------------------ */
.footer-contact {
    list-style: none;
    padding: 0;
}

.footer-contact li {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    margin-bottom: 14px;
    font-size: 13px;
    color: #3b3d4f;
}

.footer-contact img {
    width: 15px;
    margin-top: 3px;
}
.social-icons {
    display: flex;
    gap: 12px;
}

/* ------------------ SUBSCRIBE BOX ------------------ */
.subscribe-col .subscribe-box {
    margin-top: 10px;
    display: flex;
    align-items: center;
    background: #ffffff;
    border-radius: 50px;
    overflow: hidden;
    width: 380px;
    height: 52px;
}

/* input */
.subscribe-col input {
    flex: 1;
    border: none;
    outline: none;
    padding: 15px 18px;
    font-size: 16px;
    color: #3d3d3d;
}

.subscribe-col input::placeholder {
    color: #7b7f8e;
}

/* button */
.subscribe-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 22px;
    font-size: 17px;
    font-weight: 600;
    border: none;
    background: #222F7B;
    color: #fff;
    cursor: pointer;
    border-radius: 50px;
}

/* circle + arrow */
.btn-circle {
    width: 32px;
    height: 32px;
    background: #ffffff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.arrow-icon {
    color: #222F7B;
    font-size: 15px;
    transform: rotate(0deg);
    transition: 0.25s ease;
}

/* hover: rotate arrow to 0 degrees */
.subscribe-btn:hover .arrow-icon {
    

    transform: rotate(45deg);
}

/* ------------------ FOOTER BOTTOM ------------------ */
.footer-bottom {
    max-width: 1280px;
    padding: 40px 50px 0;
    margin: 0 auto;
    font-size: 14px;
    color: #3c3c3c;

    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bottom-links {
    display: flex;
    gap: 25px;
}

.bottom-links a {
    text-decoration: none;
    color: #3c3c3c;
}

/* -------------- RESPONSIVE ---------------- */
@media (max-width: 992px) {
    .footer-container {
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }
}

@media (max-width: 600px) {
    .footer-container {
        grid-template-columns: 1fr;
    }

    .subscribe-box {
        width: 100%;
    }

    .footer-bottom {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }
}



.nav-buttons {
    display: flex;
    gap: 15px;
}


.name {
    margin: 0;
    font-size: 15px;
    font-weight: 500;
}
.more-posts {
    font-size: 13px;
    color: #2f3292;
    text-decoration: none;
} 

.cards-footer {
    margin-top: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
    padding: 19px;
}

.read-more {
    font-size: 15px;
    color: #2f3292;
    text-decoration: none;
    position: relative;
}

.read-more::after {
    content: "";
    display: block;
    width: 25px;
    height: 3px;
    background: #2f3292;
    margin-top: 5px;
}

.likes {
    font-size: 14px;
    color: #8a8a8a;
}
.ecosystem {
    position: relative;
    width: 450px;
    height: 450px;
    margin: auto;
}

.ecosystem-rotate {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    animation: rotateCircle 25s linear infinite;
}

.ecosystem-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.ecosystem-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    color: #333;
    z-index: 10; /* stays on top */
    pointer-events: none;
}

/* Smooth rotation */
@keyframes rotateCircle {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

/* Make hero relative so icons can be positioned */
.hero {
    position: relative;
}
.logo {
    margin-left: 6rem;
}
/* MIC POSITION */
.mic-icon {
    position: absolute;
    width: 80px;          /* adjust size */
    top: 35px;           /* adjust position to match screenshot */
    left: 47%;            /* moves near rotation circle */
    transform: translateX(-50%);
    z-index: 2;
}

/* BULB POSITION */
.bulb-icon {
    position: absolute;
    width: 90px;          /* adjust size */
    right: 40px;          /* moves towards right edge */
    bottom: 70px;         /* moves upward like screenshot */
    z-index: 2;
}
/* 3D BALL POSITION */
.ball-3d {
    position: absolute;
    width: 110px;
    top: 15px;
    left: 27px;
    z-index: 1;
    filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.25));

}
.nav-right {
    margin-right: 8rem;
}
/* common button styles */
.btn-primary,
.btn-outline {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 10px 12px;
    border-radius: 40px;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    transition: 0.25s ease;
}
.btn-outline:hover {
    color: #fff;
    background-color: #0b5ed7;
    border-color: #0a58ca;
}

/* PRIMARY BUTTON */
.btn-primary {
    background: #202D6F;
    color: white;
    border: none;
}

/* OUTLINE BUTTON */
.btn-outline {
    background: transparent;
    color: #202D6F;
    border: 2px solid #202D6F;
}

/* ARROW CIRCLE */
.arrow-circle {
    width: 26px;
    height: 26px;
    background: white;
    border-radius: 50%;
    
    display: flex;
    align-items: center;
    justify-content: center;

    transition: 0.25s ease;
}

/* For outline arrow circle */
.btn-outline .arrow-circle {
    background: #202D6F;
}

/* ARROW ICON */
.arrow-icon {
    font-size: 13px;
    display: inline-block;
    transition: transform 0.25s ease;
    color: black;
}

    .arrow-icon2 {
    font-size: 13px;
    display: inline-block;
    transition: transform 0.25s ease;
    color: white;
}

/* HOVER — arrow rotates straight */
.btn-primary:hover .arrow-icon,
.btn-outline:hover .arrow-icon2 {
    transform: rotate(45deg); /* ↗ turns into → */
}



/* MAIN BUTTON SHARED STYLE */
.btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 10px 12px;
    background: #202D6F;
    color: white;
    border-radius: 40px;
    font-weight: 600;
    font-size: 16px;
    border: none;
    cursor: pointer;
    transition: 0.25s ease;
}

/* ARROW CIRCLE (white bg) */
.btn-primary .arrow-circle {
    width: 28px;
    height: 28px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.25s ease;
}

/* ARROW ICON */
.arrow-icon {
    font-size: 14px;
    display: inline-block;
    transition: transform 0.25s ease;
}

/* HOVER EFFECT — arrow rotates straight */
.btn-primary:hover .arrow-icon {
    transform: rotate(45deg);   /* Makes ↗ become → */
}

/* Slight lift */
/* .btn-primary:hover {
    transform: translateY(-2px);
} */
.Customer-support {
    display: flex;
    gap: 20px;   /* space between buttons */
    align-items: center;
}
.homebanner-btn{
    display: flex;
    gap: 20px;   /* space between buttons */
    align-items: center;

}


/* --- container --- */
.global-steps{
  width:100%;
  max-width:1200px;
  margin:30px auto;
  padding:0 20px;
  box-sizing:border-box;
  /* font-family: 'Poppins', Arial, sans-serif; */
}

/* --- card base --- */
.step-card{
  position:relative;
  display:flex;
  align-items:center;
  gap:24px;
  padding:36px 48px;
  border-radius:14px;
  background: rgba(255,255,255,0.85); /* subtle glass */
  box-shadow: 0 8px 18px rgba(21,24,46,0.06);
  margin-bottom:26px;
  overflow:visible; /* so hover image can overflow */
  transition: transform .18s ease, box-shadow .18s ease;
}

/* subtle lift on hover */
/* .step-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 18px 30px rgba(21,24,46,0.10);
} */

/* --- left area (number + title + button) --- */
.step-left{
  display:flex;
  align-items:center;
  gap:18px;
  min-width:380px;
}

/* pale large number on left */
.step-number{
  font-size:72px;
  color: rgba(45,40,110,0.06); /* very light */
  font-weight:700;
  line-height:1;
  width:90px;
  text-align:left;
  padding-left:2rem;
}



/* title */
.step-title{
  margin:0;
  font-size:24px;
  color:#2d2a75;
  font-weight:700;
  letter-spacing: -0.2px;
  margin-left: 60px;
}

/* read button (rounded pill with small arrow) */
.read-btn{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:10px 22px;
  border-radius:28px;
  border:1px solid #2d2a75;
  background:transparent;
  color:#2d2a75;
  font-weight:600;
  cursor:pointer;
  transition: transform .15s ease, box-shadow .15s ease;
  margin-left: 3rem;
  margin-top: 1rem;
}

.read-btn .arrow{
  display:inline-block;
  width:20px;
  height:20px;
  line-height:20px;
  text-align:center;
  border-radius:50%;
  background: #fff;
  font-size:12px;
  color:#2d2a75;
  box-shadow: 0 1px 0 rgba(0,0,0,0.04);
  transition: transform .18s ease;
}

/* on read-btn hover rotate arrow to straight direction (adjust if your arrow char is slanted) */
/* .read-btn:hover .arrow{ transform: rotate(45deg); } */

/* optional read-btn hover lift */
/* .read-btn:hover{ transform: translateY(-2px); } */

/* --- center/divider/right text --- */
.step-center, .step-right {
  color:#6b6b6b;
  font-size:15px;
  flex:1;
  text-align:center;
}
.divider{ color:#9b9b9b; width:20px; text-align:center; }

/* --- hover image (per card) --- */
.step-card .hover-img{
  position:absolute;
  top:50%;
  right:36px;                 /* visible gap from card right edge */
  transform: translateY(-50%) translateX(30px); /* start shifted right */
  width:300px;
  height:270px;
  border-radius:18px;
  background-size:cover;
  background-position:center;
  box-shadow: 0 12px 30px rgba(22,28,60,0.18);
  opacity:0;
  pointer-events:none;
  transition: transform .32s cubic-bezier(.2,.9,.2,1), opacity .25s ease;
  z-index:5;
}

/* show the image on card hover, slide it in */
/* .step-card:hover .hover-img{
  opacity:1;
  transform: translateY(-50%) translateX(0); 
}
.step-card {
    position: relative;
    z-index: 1;
}

.step-card:hover {
    z-index: 10;  
}


.hover-img {
    position: absolute;
    top: 50%;
    right: -260px; 
    transform: translateY(-50%) translateX(20px);
    opacity: 0;
    z-index: 999;  
    transition: .3s ease;
} */
.step-left {
  display: flex;
  align-items: center;
  gap: 20px;
}

.step-number img {
  width: 70px;          /* adjust if needed */
  height: auto;
}

.step-card:hover .step-number img {
  opacity: 0.6;
  transform: translateY(-2px);
  transition: 0.3s ease;
}

.news-section {
    width: 100%;
    padding: 70px 120px 12px 120px;
    margin-top: 9rem;
}
h2.Explore-news {
    text-align: center;
    font-weight: 600;
}

.news-header {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 30px;
}

.nav-buttons .nav-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #000;
    background: transparent;
    font-size: 18px;
    cursor: pointer;
}

.news-wrapper {
    display: flex;
    gap: 40px;
}

.news-card {
    position: relative;
    width: 48%;
    border-radius: 20px;
    overflow: hidden;
}

/* ---------- TAG STYLE ---------- */
.tag {
    background: #2A3276;
    padding: 10px 20px;
    font-size: 15px;
    color: #fff;
    border-radius: 15px 0 15px 0;
    display: inline-block;
    margin-bottom: 25px;
}

/* ---------- TITLE ---------- */
.title {
    font-size: 17px;
    font-weight: 600;
    color: #2A3276;
    margin-bottom: 10px;
    margin-left: 2rem;
}

/* ---------- AUTHOR ---------- */
.author {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 25px;
    margin-left: 2rem;
}

.author img {
    width: 55px;
    height: 55px;
    border-radius: 50%;
}

/* ---------- FOOTER ---------- */

.read-more {
    font-size: 15px;
    font-weight: 600;
    color: #2b318b;
    position: relative;
    text-decoration: none;
}

/* Blue underline */
.read-more::after {
    content: "";
    width: 45px;
    height: 4px;
    background: #2b318b;
    border-radius: 10px;
    position: absolute;
    left: 0;
    bottom: -6px;
}

/* Fix size, disable animation */
.read-more,
.read-more::after {
    transition: none;
}

/* ---------- HOVER BACKGROUND IMAGE ---------- */
.news-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 0.3s linear;
    z-index: 0;
}

.news-card:hover::before {
    background-image: attr(data-bg url);
    opacity: 1;
}

/* Dark overlay */
.news-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.25);
    opacity: 0;
    transition: opacity 0.3s linear;
    z-index: 0;
}

.news-card:hover::after {
    opacity: 1;
}

/* Always keep text ABOVE image */
.news-card * {
    position: relative;
    z-index: 2;
}
input, select, textarea {
    width: 100%;
    padding: 14px;
    font-size: 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    outline: none;
}

textarea {
    height: 130px;
    margin-top: 20px;
    resize: none;
}

/* Parent Scoped */
.contact-form-card .submit-btn {
    background: #4E2FDA;
    color: #fff;
    padding: 12px 26px;
    border: none;
    border-radius: 40px;
    font-size: 16px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    transition: 0.3s ease;
}

/* Arrow Circle (Inside Button) */
.contact-form-card .submit-btn .arrow {
    background: #ffffff;
    color: #4e32f0;
    height: 32px;
    width: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease;
    transform: rotate(0deg); /* default slanted arrow */
}

/* Hover → arrow straight + red bg */
.contact-form-card .submit-btn:hover .arrow {

    
    transform: rotate(45deg);  /* arrow becomes straight */
}


.contact-form-card .submit-btn:hover{
    background: #1c2fdb;
}


.cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 25px;
    background: #ffffff;
    color: #4A29FF;                 /* Purple text */
    font-weight: 600;
    border: none;
    border-radius: 40px;
    cursor: pointer;
    font-size: 16px;
    transition: all 0.3s ease;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.10);
    
}

/* Circle behind arrow */
.cta-btn .arrow-circle {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #4A29FF;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.3s ease, background 0.3s ease;
    /* transform: rotate(0deg) */
    
    
     
}

/* Arrow style */
.cta-btn .arrow-icon {
    color: #fff;
    font-size: 15px;
    transition: transform 0.3s ease;
    transform: rotate(0deg);
    /* transform: rotate(0deg);  */
   
   
}

/* Hover Effects */
.cta-btn:hover {
    background: #4A29FF;
    color: #ffffff;
    
}

.cta-btn:hover .arrow-circle {
    background: #ffffff;
    transform: scale(1.1);
    
}

.cta-btn:hover .arrow-icon {
    color: #4A29FF;
    
    transform: rotate(45deg);
    transition: transform 0.3s ease;
}

.footer-links li {
    margin: 14px 0;
}

.footer-links li a {
    text-decoration: none;
    color: #2d2d2d;
    font-size: 14px;
    display: inline-block;
    position: relative;

    padding-left: 6px;  /* Normal state – slight gap */
    transition: padding-left 0.25s ease, color 0.25s ease;
}

/* Purple dash */
.footer-links li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 55%;
    width: 0px;
    height: 3px;
    background: #6A4DF7;
    border-radius: 1px;
    transform: translateY(-50%);
    transition: width 0.25s ease;
}

/* On Hover */
.footer-links li a:hover {
    /* color: #6A4DF7; */
    padding-left: 10px;  /* Moves text slightly inside */
}

.footer-links li a:hover::before {
    width: 9px;  /* Short dash, close to text */
}


/* responsive adjustments */
@media (max-width:1100px){
  .step-left{ min-width:300px; }
  .step-card .hover-img{ right:16px; width:300px; height:200px; }
  .step-title{ font-size:30px; }
}
@media (max-width:800px){
  .step-card{ flex-direction:column; align-items:flex-start; gap:16px; }
  .step-center, .divider, .step-right{ text-align:left; width:100%; }
  .step-card .hover-img{ position:relative; right:auto; transform:none; width:100%; height:220px; opacity:1; margin-top:12px; }
}






.mini-services{
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 12px;
}

.mini-card{
  width: 95px;
  height: 95px;
  background: #ECEBFA;
  border: 1.8px solid #2A3276;
  border-radius: 12px;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;

  transition: 0.3s ease;
}

.mini-card img{
  width: 26px;
  height: 26px;
  object-fit: contain;
}

.mini-card span{
  font-size: 14px;
  font-weight: 600;
  color: #111;
  font-family: Arial, sans-serif;
}

/* Optional subtle hover like screenshot feel */
/* .mini-card:hover{
  transform: translateY(-3px);
} */

.mini-card{
  text-decoration: none;   /* remove underline */
  cursor: pointer;
}




/* RESPONSIVE BREAKPOINTS */

@media (max-width: 992px) {
    .hero {
        text-align: center;
    }
    .hero p {
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .hero {
        flex-direction: column;
        text-align: center;
    }
    .services-row {
        gap: 30px;
    }
    .how-we-work-title {
        font-size: 28px;
    }
    .how-we-work-desc {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .hero h1 {
        font-size: 30px;
    }
    nav img {
        width: 100px;
    }
}

/* Creared By Rahman */

@media (max-width: 768px) {
  html, body {
    width: 100%;
    overflow-x: hidden;
  }
}


/* HERO – MOBILE */
@media (max-width: 768px) {

  .hero {
    position: relative;
    padding: 90px 20px 70px;
    text-align: center;
    overflow: hidden;
  }

  .ecosystem {
    position: absolute;
    top: 25px;
    left: 50%;
    transform: translateX(-50%);
    width: 320px;
    height: 320px;
    z-index: 1;
    pointer-events: none;
  }

  .ecosystem-rotate {
    width: 100%;
    height: 100%;
  }

  .ecosystem-img {
    width: 100%;
    opacity: 0.95;
  }

  .ecosystem-text {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 23px;
    font-weight: 600;
    text-align: center;
    left: 164px;
    top: 145px;
  }

  .hero .left {
    position: relative;
    z-index: 2;
    margin-top: 275px;
    width: 100%;
    right: 10%;
  }

  .tag-start {
    font-size: 12px;
    padding: 6px 14px;
    margin-bottom: 14px;
    display: inline-block;
  }

  .hero h1 {
    font-size: 28px;
    line-height: 1.25;
    margin-bottom: 10px;
  }

  .hero h3 {
    font-size: 14px;
    margin-bottom: 14px;
  }

  .hero p {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 24px;
    padding-left: 15%;

  }

  .homebanner-btn {
    display: flex;
    flex-direction: column;
    gap: 14px;
    align-items: center;
  }

  .btn-primary,
  .btn-outline {
    width: 100%;
    max-width: 200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 2rem;
    font-size: 12px;
  }

  .arrow-circle {
    margin-left: 12px;
    flex-shrink: 0;
  }

    .mic-icon {
      position: absolute;
      width: 45px;
      top: 1px;
      right: clamp(12px, 4vw, 20px);
      left: auto;
    }


  .bulb-icon {  
    width: 32px;
    bottom: 140px;
    right: 15px;
  }

  .ball-3d {
    width: 60px;
    top: 10px;
    height: 60px;
    left: 10px;
  }
}
/* HERO – VERY SMALL MOBILE */
@media (min-width: 250px) and (max-width: 350px) {

  .hero .left {
    position: relative;
    z-index: 2;
    margin-top: 275px;
    width: 100%;
    right: 20%;
  }
  .hero h1 {
    font-size: 14px;
    white-space: normal; 
    word-break: break-word;
  }
  .hero h1 {
    font-size: 15px;
    white-space: normal; 
    word-break: break-word;
  }
}

/* SERVICES ROW – MOBILE */

@media (max-width: 768px) {

  .services-row {
    background-image: url(../images/bg-image.jpg);
    background-size: cover;
    background-position: center;
    padding: 40px 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    padding: 21px 31px;
    align-items: center;
  }
  .service-item{
    min-width: 110px;
    text-align: center;
    padding: 10px 10px;
    background-color: rgb(255, 255, 255);
    border-radius: 15px;
    height: 115px;
  }

  .service-item p {
    font-size: 13px;
    line-height: 1.4;
  }
}

/* LIST – MOBILE */
@media (max-width: 768px) {
    .wrapper{
        padding-top: 0px;
    }
    .why-section {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 40px 16px;
    }

    .why-section h2 {
        font-size: 22px;
        line-height: 1.3;
        margin-bottom: 24px;
    }

    .why-section .col-md-5 {
        order: 1;
        position: absolute;
        width: 100%;
        max-width: 260px;
        margin: 0 auto 24px;
    }

    .why-section .col-md-5 img {
        width: 100%;
        height: auto;
        display: block;
    }

    .why-section .why-list {
        order: 2;
        width: 100%;
        max-width: 520px;
        padding: 0 10px;
        margin-bottom: 24px;
        text-align: left;
    }

    .why-section .why-list ul {
        padding-left: 18px;
    }

    .why-section .why-list li {
        font-size: 14px;
        line-height: 1.6;
        margin-bottom: 10px;
    }

    .why-section .btn-group {
        order: 3;
        display: flex;
        flex-direction: column;
        gap: 14px;
        width: 100%;
        align-items: center;
    }

    .why-section .btn-group button {
        width: 100%;
        max-width: 260px;
        justify-content: center;
    }
     
    .col-md-7{
        order: 2;
        margin-left: -50px;
        margin-top: 18px;
    }

    .Customer-support {
        font-size: 23px;
  }
}

@media (max-width: 768px) {

    .button-center {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin-top: 24px;
    }

    .button-center .advisor-btn {
        width: 100%;
        max-width: 230px;  
        justify-content: center;
        left: 5%;
        font-size: 11px;
        
    }
}

/* GLOBAL – MOBILE */

@media (max-width: 768px) {

    .global-steps {
        padding: 24px 12px;
    }

    .step-card {
        display: flex !important;
        flex-direction: row !important;
        align-items: center;
        justify-content: space-between;
        padding: 18px 16px;
        border-radius: 20px;
        margin-bottom: 16px;
    }

   .step-left {
        display: flex;
        flex-direction: column;
        margin-left: -7rem;
    }


    .step-title {
        font-size: 15px;
        line-height: 1.3;
    }

    .read-btn {
        font-size: 13px;
        padding: 6px 12px;
        width: fit-content;
    }

    .step-center {
        font-size: 13px;
        line-height: 1.4;
        align-items: flex-start;
    }

    .divider {
        display: block;
        margin: 0 6px;
    }

    .step-right {
        font-size: 13px;
        align-items: flex-end;
    }

    .hover-img {
        display: none !important;

    }
}

/* Small mobile Global */
@media (min-width: 300px) and (max-width: 430px) {
    
   .step-center {
       margin-left: -4rem;
    }
    .divider {
        margin-left: -4px !important;
    }
    .step-right {
        margin-left: -8rem;
    }    
}


/* GENERIC SECTIONS – MOBILE */
@media (max-width: 768px) {

  section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-title {
    font-size: 22px;
    line-height: 1.3;
  }

  .section-sub,
  .section-subtitle {
    font-size: 14px;
  }
 
}

/* WORK SECTION – MOBILE */
@media (max-width: 768px) {
    .work-section {
        padding: 64px 16px;
    }
    
    .banner-wrapper img {
        max-height: 180px;
        width: 100%;
        object-fit: contain;
    }
}

/* NEWS SECTION – MOBILE */
@media (max-width: 768px) {

    .news-section {
        margin-top: 4rem;
        padding-inline: clamp(10px, 4vw, 20px);
    }

    .news-header {
        display: none;
    }

    .news-wrapper {
        display: flex;
        flex-direction: column;
        gap: 16px;
        width: 100%;
    }

    .news-card {
        position: relative;          
        width: 100%;
        box-sizing: border-box;     
        border: 2px solid #7f7b7b;
        border-radius: 12px;
        padding: 48px 14px 18px;    
        overflow: hidden;        
    }

    .news-card .tag {
        position: absolute;
        top: 1px;
        left: 1px;
        font-size: 11px;
        padding: 5px 12px;
        border-radius: 8px 0 8px 0;
        z-index: 2;
        white-space: nowrap;   
    }

    .news-card h3,
    .news-card p,
    .news-card a {
        word-break: break-word;
    }
}





