
.header {
    margin-bottom: 20px;
}

.gradiant-text {
    background: linear-gradient(to right, #072a44, #00AEEF, #00BFA6);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.header h1 {
    font-size: 3rem;
    font-weight: 300;
    margin-bottom: 20px;
    line-height: 1.1;
}

.header h1 .highlight {
    color: #4a9eff;
}

.description {
    font-size: 22px;
    color: #000000b3;
    line-height: 1.6;
    margin-bottom: 40px;
}

.section {
    margin-bottom: 40px;
}

.section-header {
    display: flex;
    align-items: flex-start;
}

.icon-wrapper {
    margin-right: 40px;
    flex-shrink: 0;
}

.challenges-icon {
    width: 120px;
    height: 120px;
    position: relative;
}

.target-outer {
    width: 100px;
    height: 100px;
    border: 3px solid #4a90e2;
    border-radius: 50%;
    position: relative;
    background: white;
}

.target-middle {
    width: 70px;
    height: 70px;
    border: 3px solid #4a90e2;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
}

.target-inner {
    width: 40px;
    height: 40px;
    border: 3px solid #4a90e2;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
}

.target-center {
    width: 12px;
    height: 12px;
    background: #4a90e2;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.target-arrow {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 40px;
    height: 2px;
    background: #4a90e2;
    transform: rotate(-35deg);
    transform-origin: right center;
}

.target-arrow::before {
    content: '';
    position: absolute;
    right: -1px;
    top: -6px;
    width: 0;
    height: 0;
    border-left: 12px solid #4a90e2;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
}

.target-arrow::after {
    content: '';
    position: absolute;
    right: 8px;
    top: -3px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #4a90e2;
    border-right: 2px solid #4a90e2;
    transform: rotate(-45deg);
}

.solution-icon {
    width: 120px;
    height: 120px;
    position: relative;
}

.gear-outer {
    width: 100px;
    height: 100px;
    border: 3px solid #4a90e2;
    border-radius: 50%;
    background: white;
    position: relative;
}

.gear-teeth {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
}

.gear-teeth::before {
    content: '';
    position: absolute;
    top: -5px;
    left: -5px;
    width: 60px;
    height: 60px;
    background: transparent;
    border-radius: 12px;
    border: 3px solid #4a90e2;
}

.gear-teeth::after {
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    width: 40px;
    height: 40px;
    background: white;
    border-radius: 8px;
}

.gear-center {
    width: 14px;
    height: 14px;
    background: #4a90e2;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.gear-checkmark {
    position: absolute;
    top: 35px;
    left: 40px;
    width: 16px;
    height: 8px;
    border-left: 3px solid #4a90e2;
    border-bottom: 3px solid #4a90e2;
    transform: rotate(-45deg);
    z-index: 3;
}

.section-content h2 {
    font-size: 2.2rem;
    color: #2c5aa0;
    font-weight: 400;
    margin-bottom: 15px;
}

.section-subtitle {
    font-size: 1rem;
    color: #333;
    font-weight: 500;
    margin-bottom: 25px;
}

.points-container {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
}

.points-column {
    flex: 1;
    min-width: 300px;
    padding-right: 20px;
}

.point {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
    font-size: 0.95rem;
    color: #333;
    line-height: 1.5;
}

.bullet {
    width: 6px;
    height: 6px;
    background: #2c5aa0;
    border-radius: 50%;
    margin-top: 8px;
    margin-right: 15px;
    flex-shrink: 0;
}

.point-text {
    flex: 1;
}

@media (max-width: 768px) {
    .container {
        padding: 30px;
    }

    .header h1 {
        font-size: 2.2rem;
    }

    .section-header {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .icon-wrapper {
        margin-right: 0;
        margin-bottom: 30px;
    }

    .points-container {
        flex-direction: column;
    }

    .points-column {
        padding-right: 0;
        margin-bottom: 20px;
    }
}
.performance-card {
    max-width: 300px;
    border: 1px solid #ddd;
    border-radius: unset !important;
    margin: 2%;
}
.performance-card .card-header {
    color: white;
    background-color:#0b3b79;
    font-weight: 500;
    width: 80%;
    border-radius: unset !important;
}
.performance-card .stat-number {
    font-size: 2.5rem;
    color: #203360;
}
.performance-card .stat-text {
    color: #333;
}
.blog-next-button button {
    background: rgb(8, 166, 217);
    background: linear-gradient(118deg, rgba(8, 166, 217, 1) 3%, rgba(144, 41, 250, 1) 33%, rgba(222, 3, 120, 1) 86%);
    color: #fff;
    font-weight: 600;
    padding: 5px 25px;
    border-radius: 25px;
    width: fit-content;
    border: none;
}
.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 20px;
    background: url('https://intuitive.cloud/assets/img/footerimage.png') no-repeat center/cover;
}

.footer-div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 0 60px
}

.footer-div-text {
    max-width: 60%;
}

.footer-div-text h1 {
    font-size: 48px;
    margin: 0;
    color: #4db5ff;
}

.footer-div-text p {
    margin: 20px 0;
    font-size: 22px;
    line-height: 1.5;
    color: #d0d0d0;
}

.footer-div-text strong {
    display: block;
    margin-top: 15px;
    font-size: 22px;
    color: #fff;
}

.qr-section {
    display: flex;
    margin-top: 10%;
}

.qr-section img {
    width: 80;
    height: 80;
}

.qr-section p {
    margin: 10px 0;
    font-size: 15px;
    color: #4db5ff;
}

.footer-data {
    padding: 0 60px;
    border-top: 1px solid #fff;
    margin-top: 10px;
    padding-top: 20px;
    text-align: center;
    font-size: 14px;
    color: #ccc;
}

.footer-data .worldmap {
    display: inline-flex;
    margin-bottom: 10px;
}

.footer-data p {
    margin: 0;
    padding: 35px;
    font-size: 13px;
    color: #fff;
}
.ml-2{
    margin-left: 22px;
}