html,
body {
    width: 100%;
    max-width: 100%;
    overflow-x: clip !important;
    margin: 0;
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

body {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    min-width: 0;
    position: relative;
}

/* Common */
.banner,
.stats-section,
.content-section,
.consultation-cta {
    max-width: 100%;
    overflow-x: clip;
}

.container,
.row,
.animation-box {
    max-width: 100%;
}

.container {
    width: 100% !important;
}

[class*="col-"] {
    max-width: 100%;
    min-width: 0;
}

.content-section {
    padding: 60px 0 0;
}

.soft-section {
    background: linear-gradient(180deg, #fff 0%, #fff6fb 100%);
    padding-bottom: 60px;
}

.animation-box {
    min-height: 0;
}

.section-eyebrow {
    color: #ad569b;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
}

.section-eyebrow:before {
    background: #ad569b;
    content: "";
    display: inline-block;
    height: 2px;
    width: 30px;
}

.section-title {
    color: #18346b;
    font-size: 34px;
    font-weight: 800;
    line-height: 1.14;
    margin: 0 0 14px;
}

.content-section p {
    color: #3f3f46;
    font-size: 15px;
    line-height: 1.65;
}

.primary-btn,
.banner-btn,
.primary-btn:focus,
.banner-btn:focus {
    background-color: #ad569b;
    border: 1px solid #ad569b;
    border-radius: 8px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    margin-top: 12px;
    padding: 12px 22px;
    text-decoration: none !important;
    outline: none;
    transition: all 0.4s;
}


.primary-btn:hover,
.banner-btn:hover {
    background-color: #fff;
    color: #ad569b;
}

/* Banner */
.banner {
    background: linear-gradient(90deg, rgba(255, 248, 253, 0.97) 0%, rgba(255, 248, 253, 0.88) 42%, rgba(255, 248, 253, 0.28) 66%, rgba(255, 255, 255, 0.02) 100%),
        url("../img/banner.jpg") center center / cover no-repeat,
        linear-gradient(120deg, #fff7fc 0%, #eef8ff 100%);
    border-bottom: 1px solid #f1d7ea;
    background-size: 100%;
    background-position: 50% 30%;
    padding: 65px 0 70px;
    position: relative;
    margin-top: 115px;
}

.banner:after {
    background: linear-gradient(90deg, #ad569b, #117db7);
    bottom: 0;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 100%;
}

.banner .section-eyebrow {
    justify-content: flex-start;
}

.banner h1 {
    color: #1d3192;
    font-size: 46px;
    font-weight: 900;
    line-height: 1.08;
    margin: 0 0 14px;
    max-width: 620px;
    overflow-wrap: break-word;
}

.banner .lead {
    color: #44546a;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.55;
    max-width: 590px;
}

.banner-points {
    display: flex;
    gap: 11px;
    margin: 24px 0 18px;
    max-width: 690px;
}

.banner-point {
    align-items: center;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(173, 86, 155, 0.28);
    border-radius: 15px;
    color: #1d3192;
    display: flex;
    font-size: 14px;
    font-weight: 600;
    gap: 10px;
    min-height: 42px;
    padding: 8px 15px;
}

.banner-point i {
    align-items: center;
    background: #ad569b;
    border-radius: 50%;
    color: #fff;
    display: inline-flex;
    flex: 0 0 18px;
    font-size: 14px;
    justify-content: center;
    padding: 5px 6px;
}

/* Stats */
.stats-section {
    margin-top: -30px;
    position: relative;
    z-index: 2;
}

.stats-card {
    background: #fff;
    border: 1px solid #e9f1f7;
    border-radius: 8px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    min-height: 100px;
    padding: 24px 16px;
    text-align: center;
}

.stats-card strong {
    color: #ad569b;
    display: block;
    font-size: 29px;
    font-weight: 900;
    line-height: 1;
}

.stats-card span {
    color: #18346b;
    display: block;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.35;
    margin-top: 10px;
}

/* Services */
.service-grid {
    margin-top: 34px;
}

.service-card {
    background: #fff;
    border: 1px solid #e9f1f7;
    border-radius: 8px;
    box-shadow: 0 12px 32px rgba(25, 52, 82, 0.08);
    margin-bottom: 24px;
    min-height: 168px;
    overflow-wrap: anywhere;
    padding: 22px;
    width: 100%;
}

.service-icon {
    align-items: center;
    background: linear-gradient(135deg, #117db7, #2fa9dc);
    border-radius: 8px;
    color: #fff;
    display: flex;
    font-size: 18px;
    height: 42px;
    justify-content: center;
    margin-bottom: 18px;
    width: 42px;
}

.service-card h3 {
    color: #18346b;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.3;
    margin: 0 0 10px;
}

.service-card p {
    font-size: 14px;
    margin: 0;
}

/* Doctors */
.specialists-heading {
    margin: 0 auto 32px;
    max-width: 850px;
}

.specialists-heading .section-eyebrow {
    text-align: center;
}

.specialists-heading p {
    margin: 0 auto;
    max-width: 720px;
}

.specialists-grid {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 32px 0 16px;
}

.doctor-card {
    background: linear-gradient(180deg, #fff 0%, #fbfdff 100%);
    border: 1px solid rgba(173, 86, 155, 0.2);
    border-radius: 8px;
    box-shadow: 0 12px 30px rgba(25, 52, 82, 0.06);
    margin-bottom: 0;
    min-height: 182px;
    overflow: hidden;
    overflow-wrap: anywhere;
    padding: 26px 20px 22px;
    position: relative;
    text-align: center;
    width: 100%;
}

.doctor-icon {
    align-items: center;
    background-color: #ad569b;
    border: 1px solid #f5fbff;
    border-radius: 50%;
    color: #fff;
    display: inline-flex;
    font-size: 22px;
    height: 150px;
    justify-content: center;
    margin: 0 auto 16px;
    width: 150px;
    transition: all 0.4s;
}

.doctor-icon img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    object-position: top center;
    display: block;
}

.doctor-card:hover .doctor-icon img {
    filter: brightness(0.95);
}

.doctor-card:hover .doctor-icon {
    background-color: #f5eaf3;
    border: 2px solid #ad569b;
    color: #ad569b;
}

.doctor-card h3 {
    color: #117db7;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.28;
    margin: 0 auto 9px;
    max-width: 260px;
}

.doctor-card p {
    color: #3f3f46;
    font-size: 14px;
    line-height: 1.5;
    margin: 0 auto;
    max-width: 260px;
}

/* Treatment Checks */
.treatment-heading {
    margin: 0 auto 32px;
    max-width: 850px;
}

.treatment-heading .section-eyebrow {
    text-align: center;
}

.treatment-heading p {
    margin: 0 auto;
    max-width: 720px;
}

.treatment-check-list {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 32px 0 16px;
}

.treatment-check {
    align-items: flex-start;
    background: linear-gradient(180deg, #fff 0%, #fffafd 100%);
    border: 1px solid rgba(173, 86, 155, 0.2);
    border-radius: 8px;
    box-shadow: 0 12px 30px rgba(25, 52, 82, 0.06);
    display: flex;
    gap: 14px;
    min-height: 120px;
    padding: 20px;
    width: 100%;
}

.treatment-check i {
    align-items: center;
    background: linear-gradient(135deg, #ad569b, #117db7);
    border-radius: 50%;
    color: #fff;
    display: inline-flex;
    flex: 0 0 30px;
    font-size: 13px;
    height: 30px;
    justify-content: center;
    margin-top: 1px;
    width: 30px;
}

.treatment-check span {
    color: #18346b;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
}

/* Process */
.process-list {
    counter-reset: step;
    margin-top: 34px;
}

.process-step {
    background: #fff;
    border-left: 4px solid #117db7;
    border-radius: 8px;
    box-shadow: 0 12px 30px rgba(17, 125, 183, 0.09);
    margin-bottom: 18px;
    min-height: 120px;
    padding: 18px 18px 18px 62px;
    position: relative;
}

.process-step:before {
    align-items: center;
    background: #ad569b;
    border-radius: 50%;
    color: #fff;
    content: counter(step);
    counter-increment: step;
    display: flex;
    font-size: 16px;
    font-weight: 900;
    height: 34px;
    justify-content: center;
    left: 18px;
    position: absolute;
    top: 20px;
    width: 34px;
}

.process-step h3 {
    color: #18346b;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.3;
    margin: 0 0 10px;
}

.process-step p {
    font-size: 14px;
    margin: 0;
}

/* Locations */
.location-grid {
    margin-top: 30px;
}

.location-card {
    background: linear-gradient(135deg, #ffffff 0%, #f5fbff 100%);
    border: 1px solid #dceef8;
    border-radius: 8px;
    margin-bottom: 22px;
    min-height: 115px;
    padding: 22px;
}

.location-card h3 {
    color: #ad569b;
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 14px;
}

/* Consultation CTA */
.consultation-cta {
    background: linear-gradient(120deg, #117db7, #1b3a8d);
    color: #fff;
    margin-top: 30px;
    padding: 52px 0;
}

.consultation-cta h2 {
    color: #fff;
    font-size: 32px;
    font-weight: 900;
    line-height: 1.2;
    margin: 0 0 14px;
}

.consultation-cta p {
    color: rgba(255, 255, 255, 0.92);
    margin: 0;
}

.consultation-cta .primary-btn {
    margin-top: 20px;
}

.cta-note {
    color: rgba(255, 255, 255, 0.76);
    font-size: 14px !important;
    margin-top: 20px !important;
}

/* FAQ */
.faq-section {
    background: #eef4fc;
}

.faq-section .text-center {
    text-align: left;
}

.faq-section .section-eyebrow {
    align-items: center;
    color: #e0008a;
    display: flex;
    justify-content: flex-start;
    gap: 12px;
}

.faq-section .section-eyebrow:before {
    background: #e0008a;
}

.faq-section .section-title {
    color: #1d3192;
    font-size: 42px;
    margin-bottom: 22px;
}

.faq-list {
    margin-top: 30px;
}

.faq-list .animation-box {
    display: block;
    margin: 0;
    padding: 0;
}

.faq-section .panel {
    background: transparent;
    border: 0;
    border-bottom: 1px solid rgba(38, 56, 77, 0.28);
    border-radius: 0;
    box-shadow: none;
    margin: 0;
}

.faq-section .panel-heading {
    background: transparent;
    padding: 0;
}

.faq-section .panel-title {
    margin: 0;
    padding: 0;
}

.faq-section .faq-toggle {
    background: transparent;
    border: 0;
    color: #000;
    cursor: pointer;
    display: block;
    font-family: inherit;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.35;
    outline: none;
    padding: 18px 46px 14px 6px;
    position: relative;
    text-align: left;
    text-decoration: none;
    width: 100%;
}

.faq-section .faq-toggle:after {
    background-image: none;
    content: "\f068";
    font-family: "FontAwesome";
    font-size: 11px;
    font-weight: 300;
    line-height: 1;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
}

.faq-section .faq-toggle.collapsed:after {
    content: "\f067";
}

.faq-section .panel-body {
    border-top: 1px solid #ddd !important;
    color: #000;
    font-size: 15px !important;
    font-weight: 300;
    line-height: 1.65;
    padding: 15px 58px 18px 6px;
}

.faq-section .collapse {
    display: block;
    height: 0;
    opacity: 0;
    overflow: hidden;
    transition: height 0.42s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.28s ease;
    will-change: height, opacity;
}

.faq-section .collapse.in {
    opacity: 1;
}

/* Article */
.article-heading-block,
.resources-heading {
    margin: 0 auto 32px;
    max-width: 820px;
}

.article-heading-block p,
.resources-heading p {
    margin: 0 auto;
    max-width: 720px;
}

.article-list {
    display: grid;
    gap: 18px;
}

.article-panel {
    background: #fff;
    border: 1px solid rgba(173, 86, 155, 0.2);
    border-radius: 8px;
    box-shadow: 0 14px 34px rgba(25, 52, 82, 0.07);
    overflow: hidden;
}

.article-panel summary {
    color: #18346b;
    cursor: pointer;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    list-style: none;
    padding: 20px 56px 20px 22px;
    position: relative;
}

.article-panel summary::-webkit-details-marker {
    display: none;
}

.article-panel summary:after {
    color: #ad569b;
    content: "\f067";
    font-family: "FontAwesome";
    font-size: 12px;
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
}

.article-panel[open] summary:after {
    content: "\f068";
}

.article-content {
    border-top: 1px solid #f1d7ea;
    padding: 6px 22px 22px;
}

.article-content h3 {
    color: #ad569b;
    font-size: 18px;
    font-weight: 700;
    margin: 18px 0 8px;
}

.article-content p,
.article-content li {
    color: #3f3f46;
    font-size: 15px;
    line-height: 1.7;
}

.article-content ul {
    margin: 8px 0 0;
    padding-left: 20px;
}

/* Resources */
.resource-grid {
    display: grid;
    gap: 22px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin: 32px 0 14px;
}

.testimonial-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-left: auto;
    margin-right: auto;
    max-width: 920px;
}

.resource-card,
.blog-card {
    background: #fff;
    border: 1px solid rgba(17, 125, 183, 0.14);
    border-radius: 8px;
    box-shadow: 0 14px 34px rgba(25, 52, 82, 0.07);
    color: inherit;
    display: block;
    overflow: hidden;
    text-decoration: none !important;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.resource-card img {
    aspect-ratio: 16 / 10;
    background: #eef8ff;
    display: block;
    object-fit: cover;
    width: 100%;
}

.resource-card-body {
    padding: 18px;
}

.resource-card-body span,
.blog-card span {
    color: #ad569b;
    display: block;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.resource-card-body h3,
.blog-card h3 {
    color: #18346b;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.35;
    margin: 0;
}

.blog-grid {
    display: grid;
    gap: 22px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 32px;
}

.blog-carousel {
    display: block !important;
    margin-top: 32px;
}

.blog-carousel:not(.owl-loaded) {
    display: grid !important;
    gap: 22px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.blog-carousel .owl-stage {
    display: flex;
}

.blog-carousel .owl-item {
    display: flex;
    margin-bottom: 40px;
}

.blog-card {
    display: grid;
    grid-template-columns: 130px minmax(0, 1fr);
    min-height: 142px;
}

.blog-carousel .blog-card {
    display: block;
    height: 100%;
    min-height: 0;
    width: 100%;
}

.blog-card img {
    background: #eef8ff;
    height: 100%;
    min-height: 142px;
    object-fit: cover;
    width: 100%;
}

.blog-carousel .blog-card img {
    aspect-ratio: 16 / 10;
    height: auto;
    min-height: 0;
}

.blog-card div {
    padding: 18px;
}

.blog-carousel .owl-nav {
    margin-top: 0;
    text-align: center;
}

.blog-carousel .owl-nav button {
    align-items: center;
    background: #fff !important;
    border: 1px solid rgba(173, 86, 155, 0.28) !important;
    border-radius: 50% !important;
    color: #ad569b !important;
    display: inline-flex !important;
    font-size: 20px !important;
    height: 40px;
    justify-content: center;
    margin: 0 6px !important;
    width: 40px;
    float: none !important;
}

.resource-card:hover {
    box-shadow: 0 18px 40px rgba(17, 125, 183, 0.12);
    transform: translateY(-3px);
}

/* Hover Effects */
.service-card {
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.doctor-card {
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.treatment-check {
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.process-step {
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.location-card {
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.stats-card {
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.service-card:hover {
    transform: translateY(-3px);
}

.doctor-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 34px rgba(17, 125, 183, 0.12);
}

.treatment-check:hover {
    transform: translateY(-3px);
}

.process-step:hover {
    transform: translateY(-3px);
}

.location-card:hover {
    transform: translateY(-3px);
}

.stats-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.12);
}

.whatsapp a {
    padding: 6px 14px !important;
    font-size: 30px !important;
}

.contact-bg i {
    padding: 8px;
    font-size: 14px !important;
    height: 30px;
    width: 30px;
    background: #b1519e;
    color: #fff;
    margin: 0 6px;
}

@media only screen and (max-width: 767px) {
    .bottom_frm {
        display: block !important;
        bottom: 30px;
        margin: 15px auto 32px;
        left: 0;
        border-radius: 30px;
        right: 0;
        width: 83% !important;
        position: static !important;
    }
}

/* Responsive */
@media (max-width: 1199px) {

    .logo-img {
        width: 150px !important;
    }
    
    .navbar-default .navbar-nav>li>a {
        font-size: 13px !important;
    }

    .banner {
        background-size: cover;
        background-position: 60% 50%;
    }

    .banner h1 {
        font-size: 40px;
    }

    .section-title {
        font-size: 31px;
    }

    .specialists-grid,
    .treatment-check-list {
        gap: 16px;
    }

    .resource-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .blog-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {

    .banner {
        background: linear-gradient(90deg, rgba(255, 248, 253, 0.98) 0%, rgba(255, 248, 253, 0.94) 52%, rgba(255, 248, 253, 0.58) 100%),
            url("../img/banner.jpg") 72% center / cover no-repeat,
            linear-gradient(120deg, #fff7fc 0%, #eef8ff 100%);
        padding: 54px 0 58px;
        margin-top: 95px;
    }

    .banner h1 {
        font-size: 36px;
        max-width: 560px;
    }

    .banner .lead {
        max-width: 530px;
    }

    .stats-section {
        margin-top: 0;
        padding-top: 30px;
    }

    .specialists-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .treatment-check-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .doctor-card,
    .treatment-check {
        min-height: 118px;
    }

    .service-card {
        min-height: 188px;
    }

    .consultation-cta {
        text-align: center;
    }

    .blog-card {
        grid-template-columns: 120px minmax(0, 1fr);
    }
}

@media (max-width: 767px) {

    .container {
        max-width: 100vw !important;
        padding-left: 18px;
        padding-right: 18px;
        width: 100vw !important;
    }

    .row {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }

    [class*="col-"] {
        float: none !important;
        padding-left: 0;
        padding-right: 0;
        width: 100% !important;
    }

    .content-section {
        padding: 40px 0;
    }

    .section-eyebrow {
        font-size: 12px;
        gap: 8px;
        line-height: 1.35;
    }

    .section-eyebrow:before {
        width: 24px;
    }

    .section-title,
    .consultation-cta h2 {
        font-size: 25px;
        line-height: 1.2;
        margin-left: auto;
        margin-right: auto;
        max-width: 330px;
        overflow-wrap: anywhere;
    }

    .banner {
        background: linear-gradient(180deg, rgba(255, 248, 253, 0) 0%, rgba(255, 248, 253, 0.18) 128px, #fff7fc 230px, #fff7fc 100%),
            url("../img/banner.jpg") top center / 100% 240px no-repeat,
            linear-gradient(120deg, #fff7fc 0%, #eef8ff 100%);
        padding-top: 252px;
    }

    .banner h1 {
        font-size: 29px;
        line-height: 1.16;
        max-width: 330px;
        overflow-wrap: anywhere;
    }

    .banner .lead {
        font-size: 14px;
        line-height: 1.62;
        max-width: 330px;
        overflow-wrap: break-word;
    }

    .banner-points {
        gap: 10px;
        margin: 20px 0 14px;
        max-width: 100%;
    }

    .banner-point {
        border-radius: 12px;
        flex: 1 1 calc(50% - 5px);
        font-size: 13px;
        justify-content: flex-start;
        max-width: none;
        min-height: 40px;
        padding: 8px 10px;
        width: auto;
    }

    .banner-point i {
        flex-basis: 24px;
        font-size: 11px;
        height: 24px;
        width: 24px;
    }

    .banner .banner-btn {
        width: 100%;
        max-width: 320px;
        text-align: center;
    }

    .stats-card {
        margin-bottom: 16px;
        min-height: auto;
        padding: 20px 14px;
    }

    .stats-card,
    .service-card,
    .treatment-check,
    .process-step,
    .location-card {
        margin-left: auto;
        margin-right: auto;
        max-width: 330px;
    }

    .doctor-card {
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
    }

    .specialists-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
        margin-top: 24px;
    }

    .treatment-check-list {
        grid-template-columns: 1fr;
        margin-top: 24px;
    }

    .doctor-card,
    .treatment-check {
        min-height: auto;
        padding: 18px;
    }

    .doctor-icon {
        height: 110px;
        margin-bottom: 14px;
        width: 110px;
        font-size: 34px;
    }

    .specialists-heading,
    .treatment-heading {
        margin-bottom: 22px;
        max-width: 330px;
    }

    .text-center p {
        margin-left: auto;
        margin-right: auto;
        max-width: 330px;
    }

    .service-card,
    .location-card {
        min-height: auto;
    }

    .service-grid,
    .process-list,
    .location-grid {
        margin: 24px 0;
    }

    .process-step {
        min-height: auto;
        padding: 18px 16px 18px 58px;
    }

    .consultation-cta {
        padding: 40px 0;
    }

    .consultation-cta .primary-btn {
        width: 100%;
        max-width: 320px;
        text-align: center;
    }

    .faq-section .section-title {
        font-size: 32px;
    }

    .faq-section .faq-toggle {
        font-size: 16px;
        padding: 15px 38px 12px 4px;
    }

    .faq-section .faq-toggle:after {
        right: 5px;
        top: 50%;
    }

    .faq-section .panel-body {
        font-size: 14px;
        padding: 0 34px 15px 4px;
    }

    .article-heading-block,
    .resources-heading {
        margin-bottom: 24px;
        max-width: 330px;
    }

    .article-panel summary {
        font-size: 16px;
        padding: 17px 46px 17px 18px;
    }

    .article-content {
        padding: 4px 18px 18px;
    }

    .article-content p,
    .article-content li {
        font-size: 14px;
    }

    .resource-grid,
    .testimonial-grid,
    .blog-grid,
    .blog-carousel {
        grid-template-columns: 1fr;
        margin-left: auto;
        margin-right: auto;
        max-width: 330px;
    }

    .blog-carousel:not(.owl-loaded) {
        grid-template-columns: 1fr;
    }

    .blog-card {
        display: block;
        min-height: 0;
    }

    .blog-card img {
        aspect-ratio: 16 / 10;
        height: auto;
        min-height: 0;
    }
}

@media (max-width: 480px) {

    .banner h1 {
        font-size: 27px;
    }

    .banner-point {
        flex-basis: 100%;
    }

    .section-title,
    .consultation-cta h2 {
        font-size: 23px;
        max-width: 300px;
        overflow-wrap: break-word;
    }

    .primary-btn,
    .banner-btn {
        padding: 11px 16px;
    }

    .article-heading-block,
    .resources-heading,
    .resource-grid,
    .testimonial-grid,
    .blog-grid,
    .blog-carousel {
        max-width: 300px;
    }
}

@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1320px;
        width: 100%;
    }
}
