.about-section {
    position: relative;
    background: url('../../images/abAbout.png') center/cover no-repeat;
    color: #fff;
    min-height: 500px;
    border-bottom-right-radius: 120px;
    overflow: hidden;
    background-size: 100% 100%;
}

.about-section::before {
    content: "";
    position: absolute;
    inset: 0;
    /* background: rgba(0, 0, 0, 0.55); */
    height: 500px;
    border-bottom-right-radius: 120px;
    overflow: hidden;
    background-size: 100% 100%;
    border-bottom-left-radius: 120px;
}

.about-content {
    position: relative;
    z-index: 2;
    max-width: 700px;
}

    .about-content h1 {
        font-size: 50px;
        font-weight: 500;
    }
.about-content p {
    color: #c0c0c0;
    font-size: 1.1rem;
    line-height: 1.7;
}

.about-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 28px;
    border-radius: 50px;
    border: 1.5px solid #ffffff;
    background: #fff;
    color: #121F30;
    font-size: 1.1rem;
    font-weight: 500;
    transition: all 0.3s ease;
    text-decoration:none;
}

    .about-btn:hover {
        background: #34a4f5;
        color: #fff;
    }

.why-section {
    padding: 80px 0;
    text-align: center;
}

.why-section h2 {
    font-size: 35px;
    font-weight: 500;
    color: #323232;
}

.why-section p.lead {
    font-size: 1.25rem;
    color: #90979E;
    margin-bottom: 50px;
}
.hosting-section h2 {
    font-size: 31px;
}
.feature-card {
    background: #fff;
    border-radius: 30px;
    box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.05);
    padding: 30px 20px;
    transition: all 0.3s ease;
    height: 100%;
}

.feature-card:hover {
    transform: translateY(-8px);
    box-shadow: 0px 12px 35px rgba(0, 0, 0, 0.1);
}

.feature-card img {
    width: 60px;
    height: 60px;
    margin-bottom: 25px;
}

.feature-card h5 {
    font-size: 17px;
    font-weight: 600;
    color: #323232;
    font-family: system-ui;
}
.hosting-section {
    /* padding: 80px 0; */
    text-align: center;
}

.hosting-section h2 {
    font-size: 35px;
    color: #323232;
    font-weight: 500;
}

.hosting-section p {
    font-size: 1.25rem;
    color: #90979E;
    margin-bottom: 50px;
}

/* Central circle */
.hosting-center {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 50px;
    position: relative;
}

.hosting-center span {
    font-family: "Rethink Sans", sans-serif;
    font-weight: 600;
    font-style: italic;
    font-size: 28px;
    color: #3448FF;
}

.hosting-center small {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #34A4F5;
    margin-top: -5px;
}

/* Hosting option cards */
.hosting-card {
    background: #fff;
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
    transition: 0.3s ease;
    height: 100%;
}

.hosting-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.hosting-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 15px;
    background: linear-gradient(180deg, #1665D8 0%, #2ED47A 100%);
    border-radius: 12px;
}

.hosting-card h5 {
    font-size: 1.1rem;
    font-weight: 600;
    color: #1565C0;
}

.section-title {
    font-size: 35px;
    font-weight: 500;
    color: #121F30;
}

.section-subtitle {
    font-size: 1.25rem;
    color: #90979E;
    max-width: 900px;
    margin: 0 auto;
}

.service-card {
    background: #FCFCFC;
    border-radius: 40px;
    box-shadow: 0px 8px 25px -12px rgba(0, 0, 0, 0.08);
    border: 1px solid #DBDDE0;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.service-card:hover {
    transform: translateY(-8px);
}

.service-card img {
    width: 100%;
    border-radius: 40px;
    padding: 15px;
}
.service-card-body {
    padding: 14px 25px 6px;
}

.service-card-title {
    font-size: 21px;
    font-weight: 500;
    color: #121F30;
    text-align: left;
    font-family: system-ui;
}

.service-card-text {
    font-size: 17px;
    color: #90979E;
    text-align: left;
    font-family: system-ui;
}

.highlight-card {
    background: #FCFCFC;
    border-radius: 50px;
    box-shadow: 0px 10px 30px -15px rgba(0, 0, 0, 0.08);
    border: 1px solid #DBDDE0;
    overflow: hidden;
}

.highlight-card img {
    border-radius: 40px;
}

.section-different {
    padding: 80px 0;
    text-align: center;
}

.section-different h2 {
    font-size: 35px;
    font-weight: 500;
    text-transform: capitalize;
}

.section-different p.lead {
    color: #90979E;
    font-size: 15px;
    max-width: 970px;
    margin: 0 auto 2rem;
    line-height: 1.8;
}

.card-diff {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 24px;
    box-shadow: 0 8px 22px -10px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(217, 217, 217, 0.2);
    backdrop-filter: blur(20px);
    overflow: hidden;
    transition: all 0.3s ease;
    height: 96%;
    padding-bottom: 0px !important;
}

.card-diff:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 30px -8px rgba(0, 0, 0, 0.15);
}

    .card-diff .icon-box {
        background-image: url('../../images/diff1.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain; /* or 'cover' depending on your design */
        border-radius: 20px;
        /*border: 1px solid #DBDDE0;*/
        margin-bottom: 20px;
        position: relative;
        aspect-ratio: 3 / 2; /* Makes it responsive & keeps image ratio */
        width: 100%;
    }

.img-response-custm {
    height:100%;
    width:100%;
}
@media (min-width: 768px) {
    .ncontainer {
        max-width: 100%!important;
    }
    .hosting-section h2 {
        font-size: 25px;
    }
}
@media (min-width: 576px) {
    .ncontainer {
        max-width: 100%!important;
    }
    .hosting-section h2 {
        font-size: 22px;
    }
}
@media (max-width: 991px) {
    .hosting-center img {
        width: 100%!important;
    }
    .hosting-section h2 {
        font-size: 28px;
    }
    .section-title {
        font-size: 28px;
    }
    .section-subtitle {
        font-size: 16px;
    }
    .hosting-section p {
        font-size: 16px;
        color: #90979E;
        margin-bottom: 10px;
    }
    .feature-card h5 {
        font-size: 13px;
    }
    .why-section {
        padding: 11px 0;
        text-align: center;
    }
        .why-section h2 {
            font-size: 27px;
        }
        .why-section p.lead {
            font-size: 16px;
            color: #90979E;
            margin-bottom: 32px;
        }
    }
@media (max-width: 576px) {
    .card-diff .icon-box {
        aspect-ratio: 4 / 3;
    }
}

/*@media (min-width: 992px) {
    .card-diff .icon-box {
        aspect-ratio: 1 / 1;
    }
}*/
