html {
    scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Space Grotesk', 'Inter', sans-serif;
}

body {
    margin: 0 0;
}

h2 {
    font-size: 44px;
    font-weight: 700;
}

/*Header*/
.site-header {
    background: #FFFFFF;
    padding: 0px 0px;
    position: sticky;
    top: 0;
    z-index: 999;
}
.header-cta {
    display: flex;
    gap: 20px;
}

.container-header {
    width: 90%;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.demoss-btnss {
    display: flex;
    align-items: center;
    text-decoration: none;
    justify-content: center;
    background: #6254F3;
    color: #fff;
    border-radius: 8px;
    transition: .3s;
    white-space: nowrap;
    min-width: 213px;
    height: 53px;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
}

.demoss-btnss:hover {
    background: #4b3fe2;
    color: #fff;
    transform: translateY(-2px);

}

.call-icon {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.logo img {
    width: 100px;
    display: block;
}

.btns-texts {
    display: flex;
    flex-direction: column;
    text-align: right;
    line-height: 1.1;
}

.btns-texts small {
    font-size: 12px;
    color: rgba(255, 255, 255, 1);
    font-weight: 400;
    margin-bottom: 3px;
    font-family: Inter;
    font-style: Regular;
}

.btns-texts span {
    font-size: 16px;
    font-weight: 600;
    font-family: Inter;
    font-style: Semi Bold;
    letter-spacing: .3px;
    color: rgba(255, 255, 255, 1);
}

@media (min-width:1920px) {

    .header-wrapper {
        max-width: 1600px;
    }

    .logo img {
        width: 111px;
    }

}

@media (max-width:1400px) {

    .logo img {
        width: 165px;
    }

}

@media (max-width:1200px) {

    .logo img {
        width: 150px;
    }

    .demoss-btnss {
        padding: 8px 16px;

    }

    .btns-texts span {
        font-size: 15px;
    }

}

@media (max-width:992px) {

    .header-wrapper {
        width: 94%;
    }

    .logo img {
        width: 135px;
    }

    .demoss-btnss {
        gap: 10px;
        padding: 8px 14px;
    }

    .call-icon {
        width: 32px;
        height: 32px;
    }

    .btns-texts small {
        font-size: 9px;
    }

    .btns-texts span {
        font-size: 14px;
    }

}

@media (max-width:768px) {

    .site-header {
        padding: 0px 0;
    }

    .logo img {
        width: 120px;
    }

    .demoss-btnss {
        width: 150px;
        padding: 7px 12px;
        gap: 8px;
    }

    .call-icon {
        width: 30px;
        height: 30px;
    }

    .call-icon i {
        font-size: 12px;
    }

    .btns-texts small {
        font-size: 8px;
    }

    .btns-texts span {
        font-size: 13px;
    }

}

@media (max-width:576px) {

    .header-wrapper {
        width: 90%;
    }

    .logo img {
        width: 105px;
    }

    .demoss-btnss {
        padding: 7px 10px;
        border-radius: 6px;
        width: 150px;
    }

    .btns-texts small {
        font-size: 8px;
    }

    .btns-texts span {
        font-size: 12px;
    }

}

@media (max-width:420px) {

    .logo img {
        width: 90px;
    }


    .demoss-btnss {
        border-radius: 6px;
        width: 150px;
    }

    .btns-texts small {
        font-size: 8px;
    }

    .btns-texts span {
        font-size: 12px;
    }



}

/* ends here */


/* HERO SECTION */
.hero-section {
    background: #ffffff;
    overflow: hidden;
    width: 100%;
}

.hero-container {
    margin: auto;
    display: grid;
    grid-template-columns: 48% 52%;
    min-height: 900px;
}

.red-hero {
    color: red;
}

.hero-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px 0;
    position: relative;
    z-index: 10;
    margin-top: 10px !important;
}

.hero-top {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-bottom: 10px;
    width: 100%;
}

.hero-top span {
    display: flex;
    align-items: center;
    gap: 10px;
    white-space: nowrap;
    color: rgba(5, 5, 62, 1);
    font-size: 14px;
    font-weight: 400;
    font-family: Inter;
    font-style: Regular;
}

.hero-top i {
    color: #7B61FF;
    font-size: 16px;
}

.hero-subtitle {
    color: #7B61FF;
    font-size: 54px;
    font-weight: 700;
    font-family: 'Space Grotesk', sans-serif;
    margin-bottom: 12px;
}

.sub-heading {
    color: rgba(80, 70, 212, 1);
    font-size: 28px;
    font-family: 'Space Grotesk', 'Inter', sans-serif;
    font-weight: 700;
    font-style: Bold;
    margin: 0px 0;
}



.hero-content h1 {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 44px;
    line-height: 1.4;
    font-weight: 700;
    color: rgba(5, 5, 62, 1);
    letter-spacing: -1px;
    margin-bottom: 15px;
    max-width: 700px;
    font-style: Bold;
    margin-top: 0;
}

.highlight {
    position: relative;
}

.highlight::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -12px;
    display: block;
    width: 100%;
    height: 22px;
    background-image: url("../images/underline.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.hero-content p {
    color: rgba(95, 93, 104, 1);
    font-size: 16px;
    line-height: 1.7;
    max-width: 513px;
    margin-bottom: 15px;
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
}

.hero-content p>span {
    color: rgba(250, 0, 0, 1);
    font-size: 14px;
    font-family: Inter;
    font-weight: 600;
    font-style: Semi Bold;
}

.main-newadded {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 700px;
    margin: 0 0 50px;
    gap: 28px;
}

.main-newadded .cont {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: left;
    text-align: left;
    transition: all .3s ease;
}

.main-newadded .cont:hover {
    transform: translateY(-4px);
}

.cont img {
    width: 20px;
    height: 20px;
    border-radius: 14px;
    background: #E6E2FF;
    object-fit: contain;
    padding: 20px 20px;
    margin-bottom: 16px;
    transition: all .3s ease;
    box-shadow: 0 8px 20px rgba(123, 97, 255, .12);
}

.main-newadded .cont:hover img {
    background: #ffffff;
    transform: scale(1.06);
}

.main-newadded .cont p {
    margin: 0;
    font-size: 12px;
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    line-height: 1.6;
    font-weight: 500;
    color: rgba(95, 93, 104, 1);
    max-width: 130px;
    letter-spacing: .2px;
    transition: color .3s ease;
}

.hero-buttons {
    width: 100%;
    max-width: 450px;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.btn-primarys,
.btn-secondarys {
    height: 72px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    text-decoration: none;
    font-size: 22px;
    font-weight: 600;
    font-family: Inter;
    font-style: Semi Bold;
    cursor: pointer;
    transition: .3s;
}

.btn-primarys {
    background: rgba(80, 70, 212, 1);
    color: rgba(255, 255, 255, 1);
    border: none;
}

.btn-secondarys {
    background: #ffffff;
    color: rgba(123, 97, 255, 1);
    border: 2px solid rgba(123, 97, 255, 1);
}

.btn-primarys:hover,
.btn-secondarys:hover {
    transform: translateY(-3px);
}

.hero-image {
    position: relative;
    overflow: hidden;
}

.hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.hero-image::before {
    content: "";
    position: absolute;
    top: 0;
    left: -2px;
    width: 280px;
    height: 100%;
    z-index: 2;
    pointer-events: none;
    background: linear-gradient(to right,
            #ffffff 0%,
            rgba(255, 255, 255, .98) 18%,
            rgba(255, 255, 255, .90) 35%,
            rgba(255, 255, 255, .65) 55%,
            rgba(255, 255, 255, .30) 75%,
            rgba(255, 255, 255, 0) 100%);
}

.floating-card {
    position: absolute;
    right: 70px;
    bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    min-width: 300px;
    height: 80px;
    padding: 10px;
    border-radius: 18px;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(14px);
    background: rgba(255, 255, 255, .08);
    box-shadow: 0 15px 40px rgba(0, 0, 0, .15);
    z-index: 20;
}

.floating-card .icon img {
    width: 24px;
    height: 24px;
    align-items: center;
}

.icon {
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-content h4 {
    color: rgba(255, 255, 255, 1);
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 4px;
    font-family: Inter;
    font-style: Medium;
    align-items: center;
}

.card-content p {
    margin: 0;
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    align-items: center;
}

.why-brittany .card-content {
    padding: 15px;
}

@media (max-width:1024px) {

    .hero-container {
        grid-template-columns: 48% 52%;
        min-height: 900px;
    }

    .hero-content {
        padding: 0 30px 60px 60px;
    }

    .hero-content h1 {
        font-size: 35px;
    }

    .hero-subtitle {
        font-size: 54px;
    }

    .hero-content p {
        font-size: 16px;
    }

    .hero-buttons {
        max-width: 450px;
    }

    .btn-primarys,
    .btn-secondarys {
        height: 72px;
        font-size: 22px;
    }

    .hero-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .floating-card {
        right: 40px;
        bottom: 40px;
    }

    .main-newadded {
        gap: 60px;
    }
}

@media (max-width:991px) {

    .hero-container {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .hero-content {
        padding: 50px 20px;
        text-align: center;
        align-items: center;
    }

    .hero-image {
        height: 420px;
    }

    .main-newadded {
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
    }

    .main-newadded .cont {
        flex: 0 0 calc(50% - 10px);
        justify-content: center;
    }

    .floating-card {
        right: 20px;
        bottom: 20px;
    }
}

@media (min-width:855px) and (max-width:990px) {

    .hero-section {
        padding: 0;
    }

    .hero-container {
        display: grid;
        grid-template-columns: 45% 55%;
        min-height: 700px;
        align-items: stretch;
    }


    .hero-content {
        padding: 50px 25px 50px 35px;
        justify-content: center;
        margin-top: 0 !important;
    }

    .hero-top {
        gap: 18px;
        flex-wrap: wrap;
    }

    .hero-subtitle {
        font-size: 42px;
        margin-bottom: 10px;
    }

    .hero-content h1 {
        font-size: 34px;
        line-height: 1.25;
        margin-bottom: 20px;
    }

    .hero-content p {
        font-size: 15px;
        line-height: 1.7;
        margin-bottom: 28px;
    }


    .main-newadded {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 18px 15px;
        max-width: 100%;
        margin-bottom: 30px;
    }

    .main-newadded .cont {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .cont img {
        width: 30px;
        height: 30px;
        padding: 10px;
        border-radius: 10px;
        margin-bottom: 10px;
    }

    .main-newadded .cont p {
        font-size: 12px;
        line-height: 1.5;
    }


    .hero-buttons {
        max-width: 100%;
    }

    .btn-primarys,
    .btn-secondarys {
        height: 60px;
        font-size: 18px;
    }


    .hero-image {
        position: relative;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

    .hero-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

    .hero-image::before {
        width: 120px;
    }

    .floating-card {
        right: 20px;
        bottom: 20px;
        min-width: 260px;
        padding: 10px 14px;
    }

    .card-content h4 {
        font-size: 16px;
    }

    .card-content p {
        font-size: 13px;
    }

}

@media (max-width:768px) {
    .hero-container {
        width: 90%;
        margin: auto;
        display: flex;
        flex-direction: column;
        min-height: auto;
        gap: 28px;
        padding-top: 20px;
    }


    .hero-content {
        order: 1;
        padding: 0;
        margin-top: 0 !important;
        text-align: center;
        align-items: center;
    }

    .hero-image {
        order: 2;
        width: 100%;
        height: 410px;
        overflow: hidden;
        border-radius: 20px;
    }

    .hero-buttons {
        order: 3;
        width: 100%;
        max-width: 100%;
        display: flex;
        flex-direction: column;
        gap: 16px;
        margin: 0 auto;
    }


    .hero-top {
        justify-content: center;
        flex-wrap: wrap;
        gap: 12px;
        margin-bottom: 18px;
    }

    .hero-top span {
        font-size: 13px;
    }

    .hero-subtitle {
        font-size: 34px;
        margin-bottom: 10px;
    }

    .sub-heading {
        font-size: 22px;
    }

    .hero-content h1 {
        font-size: 34px;
        line-height: 1.25;
        margin-bottom: 0px;
        max-width: 100%;
    }

    .hero-content p {
        max-width: 100%;
        font-size: 15px;
        line-height: 1.7;
        margin-bottom: 30px;
    }


    .main-newadded {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        gap: 8px;
        margin: 0 0 10px;
    }

    .main-newadded .cont {
        flex: 1;
    }

    .cont img {
        width: 18px;
        height: 18px;
        padding: 16px;
        margin-bottom: 12px;
    }

    .main-newadded .cont p {
        max-width: none;
        font-size: 11px;
        line-height: 1.4;
    }


    .btn-primarys,
    .btn-secondarys {
        width: 100%;
        height: 56px;
        font-size: 17px;
        border-radius: 14px;
    }


    .hero-image img {
        width: 100%;
        height: auto;
        object-fit: contain;
        display: block;
    }

    .hero-image::before {
        display: none;
    }


    .floating-card {
        display: none;
    }

}

@media (max-width:480px) {

    .hero-subtitle {
        font-size: 28px;
    }

    .sub-heading {
        font-size: 19px;
    }

    .hero-content h1 {
        font-size: 29px;
    }

    .hero-content p {
        font-size: 14px;
    }

    .main-newadded {
        gap: 5px;
    }

    .cont img {
        width: 16px;
        height: 16px;
        padding: 14px;
    }

    .main-newadded .cont p {
        font-size: 10px;
        line-height: 1.35;
    }

    .btn-primarys,
    .btn-secondarys {
        height: 52px;
        font-size: 16px;
    }

    .hero-image {
        order: 2;
        width: 100%;
        height: 240px;
        overflow: hidden;
        border-radius: 20px;
    }

}

@media (max-width:450px) {

    .hero-subtitle {
        font-size: 28px;
    }

    .sub-heading {
        font-size: 19px;
    }

    .hero-content h1 {
        font-size: 29px;
    }

    .hero-content p {
        font-size: 14px;
    }

    .main-newadded {
        gap: 5px;
    }

    .cont img {
        width: 16px;
        height: 16px;
        padding: 14px;
    }

    .main-newadded .cont p {
        font-size: 10px;
        line-height: 1.35;
    }

    .btn-primarys,
    .btn-secondarys {
        height: 52px;
        font-size: 16px;
    }

    .hero-image {
        order: 2;
        width: 100%;
        height: 240px;
        overflow: hidden;
        border-radius: 20px;
    }

}

@media (max-width:380px) {

    .hero-subtitle {
        font-size: 28px;
    }

    .sub-heading {
        font-size: 19px;
    }

    .hero-content h1 {
        font-size: 29px;
    }

    .hero-content p {
        font-size: 14px;
    }

    .main-newadded {
        gap: 5px;
    }

    .cont img {
        width: 16px;
        height: 16px;
        padding: 14px;
    }

    .main-newadded .cont p {
        font-size: 10px;
        line-height: 1.35;
    }

    .btn-primarys,
    .btn-secondarys {
        height: 52px;
        font-size: 16px;
    }

    .hero-image {
        order: 2;
        width: 100%;
        height: 200px;
        overflow: hidden;
        border-radius: 20px;
    }

}

@media (max-width:360px) {

    .hero-top {
        justify-content: center;
        flex-wrap: wrap;
        gap: 12px;
        margin-bottom: 18px;
    }

    .hero-top span {
        font-size: 12px;
    }

    .hero-subtitle {
        font-size: 28px;
    }

    .sub-heading {
        font-size: 19px;
    }

    .hero-content h1 {
        font-size: 24px;
    }

    .hero-content p {
        font-size: 14px;
    }

    .main-newadded {
        gap: 5px;
    }

    .cont img {
        width: 16px;
        height: 16px;
        padding: 14px;
    }

    .main-newadded .cont p {
        font-size: 10px;
        line-height: 1.35;
    }

    .btn-primarys,
    .btn-secondarys {
        height: 52px;
        font-size: 16px;
    }

    .hero-image {
        order: 2;
        width: 100%;
        height: 180px;
        overflow: hidden;
        border-radius: 20px;
    }

}

/* ends here */


/*WHY BRITTANY*/
.why-brittany {
    background: rgba(245, 246, 255, 1);
    padding: 50px 0;
}

.why-brittany .container {
    width: 90%;
    margin: 0 auto;
}

.section-heading {
    margin-bottom: 40px;
}

.section-heading h2 {
    font-family: 'Space Grotesk', sans-serif;
    font-size: clamp(30px, 4vw, 44px);
    font-weight: 700;
    font-style: Bold;
    color: rgba(5, 5, 62, 1);
    line-height: 1.15;
    letter-spacing: -0.44px;
    margin-bottom: 15px;
}

.section-heading p {
    color: rgba(95, 93, 104, 1);
    font-family: 'Inter', sans-serif;
    font-size: clamp(15px, 1.4vw, 16px);
    font-weight: 400;
    line-height: 24px;
    font-style: Regular;
}

.why-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

.why-card {
    background: #fff;
    border-radius: 22px;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.card-image {
    width: 100%;
    display: block;
}

.card-image img {
    width: 100%;
    display: block;
    object-fit: contain;
}

.card-content {
    padding: 20px;
}

.card-content h3 {
    font-family: 'Inter', sans-serif;
    font-size: clamp(20px, 2vw, 20px);
    font-weight: 600;
    font-style: Semi Bold;
    line-height: 1.35;
    color: rgba(5, 5, 62, 1);
    margin-bottom: 15px;
}

.card-content p {
    font-family: Inter;
    font-size: clamp(16px, 1.5vw, 16px);
    line-height: 24px;
    color: rgba(95, 93, 104, 1);
    font-weight: 400;
    font-style: Regular;
    margin-bottom: 25px;
}

.whysecond {
    padding-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.whysecond a {
    width: 280px;
    height: 51px;
    border-radius: 12px;
    background-color: rgba(80, 70, 212, 1);
    color: rgba(255, 255, 255, 1);
    font-size: 18px;
    font-family: Inter;
    font-weight: 600;
    font-style: Semi Bold;
    border: none;
    transition: .3s;
    cursor: pointer;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.whysecond a:hover {
    transform: translateY(-3px);
}

@media (min-width:1600px) {
    .why-grid {
        gap: 40px;
    }
}

@media (max-width:1024px) {

    .why-brittany {
        padding: 70px 0;
    }

    .why-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 28px;
    }

    .card-content {
        padding: 18px;
    }
}

@media (max-width:768px) {

    .why-brittany {
        padding: 60px 0;
    }

    .section-heading {
        text-align: center;
        margin-bottom: 40px;
    }

    .section-heading p {
        margin: 0 auto;
    }

    .why-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .card-content {
        padding: 18px;
    }
}

@media (max-width:576px) {

    .why-brittany {
        padding: 50px 0;
    }

    .section-heading {
        margin-bottom: 30px;
    }

    .card-content {
        padding: 16px;
    }

    .card-content h3 {
        margin-bottom: 12px;
    }

    .card-content p {
        line-height: 22px;
    }
}

@media (max-width:375px) {

    .why-brittany {
        padding: 40px 0;
    }

    .why-grid {
        gap: 20px;
    }

    .card-content {
        padding: 14px;
    }
}

/* ends here */

/* HEADER */
.built-dental {
    background: rgba(5, 5, 62, 1);
    padding: 50px 0;
    overflow: hidden;
}

.built-dental .container {
    max-width: 90%;
    margin: 0 auto;

}

.section-header {
    text-align: center;
    margin: 0 auto 50px;
}

.section-header h2 {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 44px;
    font-weight: 700;
    color: rgba(255, 255, 255, 1);
    line-height: 1.1;
    margin-bottom: 20px;
    font-style: Bold;
}

.section-header h4 {
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    line-height: 1.5;
    margin-bottom: 14px;
    font-style: Medium;
}

.section-header p {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.72);
    line-height: 1.5;
    margin: 0 auto;
    font-style: Regular;
    max-width: 795px;
}

.dental-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.dental-card {
    background: linear-gradient(137.25deg, rgba(180, 177, 238, 0.2) 10.36%, rgba(180, 177, 238, 0.1) 90%);
    border: 1px solid #B4B1EE33;
    border: 1px solid #B4B1EE8F;
    border-radius: 26px;
    padding: 36px;
    min-height: 280px;
}

.dental-card:hover {
    transform: translateY(-8px);
    border-color: #7B61FF;
    box-shadow: 0 20px 40px rgba(123, 97, 255, .25);
}

.card-icon {
    width: 68px;
    height: 68px;
    border-radius: 12px;
    background: linear-gradient(137.25deg, rgba(180, 177, 238, 0.2) 10.36%, rgba(180, 177, 238, 0.1) 90%);

    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.dental-card h3 {
    color: rgba(255, 255, 255, 1);
    font-family: "Space Grotesk";
    font-size: 24px;
    font-style: Bold;
    font-weight: 700;
    line-height: normal;
}

.dental-card p {
    color: rgba(216, 213, 213, 1);
    font-family: Inter;
    font-size: 16px;
    font-style: Regular;
    font-weight: 400;
    line-height: 30px;
    max-width: 346px;
}

.card-icon img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

@media(max-width:1024px) {


    .dental-grid {
        grid-template-columns: 1fr;
    }

    .section-header h2 {
        font-size: 54px;
    }

    .section-header h4 {
        font-size: 24px;
    }
}

@media(max-width:767px) {

    .built-dental {
        padding: 50px 0;
    }

    .section-header {
        margin-bottom: 50px;
    }

    .section-header h2 {
        font-size: 40px;
    }

    .section-header h4 {
        font-size: 20px;
    }

    .section-header p {
        font-size: 16px;
    }

    .dental-card {
        padding: 24px;
        min-height: auto;
    }

    .card-icon {
        width: 80px;
        height: 80px;
    }

    .dental-card h3 {
        font-size: 28px;
    }

    .dental-card p {
        font-size: 16px;
        line-height: 1.8;
    }
}

@media(max-width:500px) {

    .built-dental {
        padding: 70px 0;
    }

    .section-header {
        margin-bottom: 50px;
    }

    .section-header h2 {
        font-size: 30px;
    }

    .section-header h4 {
        font-size: 20px;
    }

    .section-header p {
        font-size: 16px;
    }

    .dental-card {
        padding: 24px;
        min-height: auto;
    }

    .card-icon {
        width: 80px;
        height: 80px;
    }

    .dental-card h3 {
        font-size: 20px;
    }

    .dental-card p {
        font-size: 16px;
        line-height: 1.8;
    }
}

/*  WHAT BRITTANY DOES*/

.what-brittany {
    position: relative;
    overflow: hidden;
    padding: 0px 0;
    background: linear-gradient(45deg, #B8A7FF 0%, #7B61FF 100%);
}

.bottom-part {
    background: #7B61FF;
    position: relative;
    bottom: -90px;
    width: 100%;
    height: 160px;
    border-radius: 46%;
}

.what-brittany .section-header {
    text-align: center;
    max-width: 950px;
    margin: 60px auto 0px;
}

.what-brittany h2 {
    color: #fff;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 44px;
    font-weight: 700;
    margin-bottom: 18px;
    font-style: Bold;
}

.what-brittany h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 16px;
}

.what-brittany p {
    color: rgba(255, 255, 255, .82);
    font-size: 16px;
    line-height: 1.7;
}

.brittany-image {
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 2;
    bottom: 0;
}

.brittany-image img {
    width: 700px;
    max-width: 100%;
    display: block;
}

.feature-row {
    display: flex;
    justify-content: center;
    gap: 26px;
    position: absolute;
    /* position: relative; */
    width: 100%;
    left: 0;
    z-index: 5;
}

.top-row {
    top: 420px;
}

.bottom-row {
    top: 620px;
}

.feature-card {
    width: 310px;
    height: 105px;
    background: #fff;
    border-radius: 14px;
    padding: 20px;

    display: flex;
    align-items: center;
    gap: 16px;

    box-shadow: 0 20px 40px rgba(0, 0, 0, .12);

    transition: .3s;
}

.feature-card:hover {
    transform: translateY(-6px);
}

.feature-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #6F5EFF;

    display: flex;
    align-items: center;
    justify-content: center;

    flex-shrink: 0;
}

.feature-icon i {
    color: #fff;
    font-size: 20px;
}

.feature-card h4 {
    font-family: 'Inter', sans-serif;
    color: #111;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
}

.feature-card span {
    color: #444;
    font-size: 14px;
}

.bottom-glow {
    position: absolute;
    left: 50%;
    bottom: -160px;
    transform: translateX(-50%);

    width: 1200px;
    height: 300px;

    border-radius: 50%;

    background:
        radial-gradient(ellipse at center,
            rgba(0, 0, 0, .70) 0%,
            rgba(0, 0, 0, .30) 45%,
            rgba(0, 0, 0, 0) 100%);

    filter: blur(40px);
}

@media(max-width:1200px) {

    .feature-row {
        position: relative;
        top: auto !important;
        flex-wrap: wrap;
        margin-top: 30px;
    }

    .bottom-row {
        margin-top: 20px;
    }


}

@media(max-width:768px) {
    .what-brittany h2 {
        font-size: 40px;
    }

    .what-brittany h3 {
        font-size: 22px;
    }

    .feature-card {
        width: 100%;
        max-width: 340px;
    }

    .brittany-image img {
        width: 100%;
    }
}

/* HIPAA SECTION */
.hipaa-section {
    padding: 50px 0;
    background: linear-gradient(19deg, #D8D8FF, #FFFFFF00);
}

.hipaa-section h2 {
    font-size: 24px;
    font-weight: 700;
    color: rgba(80, 70, 212, 1);
    font-style: Bold;
}

.hipaa-section h3 {
    font-size: 24px;
    font-weight: 700;
    font-style: Bold;
    margin-bottom: 15px;
    color: rgba(5, 5, 62, 1);
}

.hipaa-desc {
    max-width: 542px;
    font-size: 16px;
    font-style: Regular;
    font-weight: 400;
    font-family: Inter;
    line-height: 1.6;
    color: rgba(71, 70, 80, 1);
}

.hipaa-list {
    margin: 30px 0;
}

.list-item {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 28px;
    text-align: left;
}

.list-item i {
    font-size: 19px;
    color: rgba(95, 93, 104, 1);
}

.list-item span {
    font-size: 16px;
    color: rgba(95, 93, 104, 1);
    line-height: 1.5;
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
}

.results-section {
    padding: 50px 0;
}

.video-sec .container {

    padding-top: 50px;
}

@media (min-width:300px) and (max-width:500px) {
    .hipaa-section {
        padding: 10px;
    }

    .hipaa-section h3 {
        margin-top: -10px;
    }
}

/* ends here */


/* Clients results */
.results-section {
    padding: 50px 0;
    background: rgba(255, 255, 255, 1);
    overflow: hidden;
}

.results-section h2 {
    font-size: 44px;
    font-weight: 700;
    font-style: Bold;
    line-height: 1.1;
    color: rgba(5, 5, 62, 1);
    margin-bottom: 12px;
}

.results-subtitle {
    font-size: 16px;
    font-family: Inter;
    font-style: Medium;
    font-weight: 500;
    color: rgba(71, 70, 80, 1);
    margin-bottom: 30px;
}

.results-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.review-card {
    background: #fff;
    border: 1px solid rgba(168, 174, 208, 1);
    border-radius: 22px;
    padding: 22px 20px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 258px;
    transition: .3s;
}

.review-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(28, 57, 180, .12);
}

.stars {
    display: flex;
    gap: 8px;
    margin-bottom: 18px;
}

.stars i {
    color: #F5AE18;
    font-size: 22px;
}

.review-text {
    font-size: 16px;
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    line-height: 1.75;
    color: rgba(119, 118, 129, 1);
    margin-bottom: 25px;
    flex: 1;
}

.review-author {
    display: flex;
    align-items: center;
    gap: 14px;
}

.review-author img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.author-info h4 {
    font-size: 14px;
    color: rgba(5, 5, 62, 1);
    font-weight: 400;
    font-family: Inter;
    font-style: Regular;
    margin: 0 0 4px;
}

.author-info p {
    margin: 0;
    font-size: 12px;
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    color: rgba(95, 93, 104, 1);
}

@media(max-width:1400px) {

    .results-section {
        padding: 90px 0;
    }

    .results-section h2 {
        font-size: 50px;
    }

    .results-subtitle {
        font-size: 19px;
    }

    .review-card {
        min-height: 285px;
    }

    .review-text {
        font-size: 18px;
        line-height: 1.7;
    }

}

@media(max-width:1199px) {

    .results-grid {
        gap: 20px;
    }

    .results-section h2 {
        font-size: 44px;
    }

    .results-subtitle {
        margin-bottom: 40px;
    }

    .review-card {
        padding: 20px;
        min-height: 275px;
    }

    .review-text {
        font-size: 17px;
    }

    .stars i {
        font-size: 20px;
    }

}

@media(max-width:991px) {

    .results-section {
        padding: 80px 0;
    }

    .results-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 22px;
    }

    .results-section h2 {
        font-size: 40px;
    }

    .review-card {
        min-height: 260px;
    }

}

@media(max-width:767px) {

    .results-section {
        padding: 70px 0;
    }

    .results-grid {
        grid-template-columns: 1fr;
    }

    .results-section h2 {
        font-size: 34px;
        text-align: center;
    }

    .results-subtitle {
        text-align: center;
        font-size: 17px;
        margin-bottom: 35px;
    }

    .review-card {
        min-height: auto;
    }

    .review-text {
        font-size: 16px;
        line-height: 1.7;
    }

    .stars i {
        font-size: 18px;
    }

    .review-author img {
        width: 50px;
        height: 50px;
    }

    .author-info h4 {
        font-size: 17px;
    }

    .author-info p {
        font-size: 14px;
    }

}

@media(max-width:576px) {

    .results-section {
        padding: 60px 0;
    }

    .results-section h2 {
        font-size: 30px;
    }

    .results-subtitle {
        font-size: 16px;
    }

    .review-card {
        padding: 18px;
        border-radius: 18px;
    }

    .review-text {
        font-size: 15px;
    }

}

@media(max-width:400px) {

    .results-section h2 {
        font-size: 28px;
    }

    .review-card {
        padding: 16px;
    }

    .stars {
        gap: 6px;
    }

    .stars i {
        font-size: 16px;
    }

    .review-text {
        font-size: 14px;
    }

    .author-info h4 {
        font-size: 16px;
    }

    .author-info p {
        font-size: 13px;
    }

}

/* ends here */




/* FAQ SECTION*/
.faq-section {
    background: rgba(245, 246, 255, 1);
    padding: 50px 0;
}

.faq-wrapper {
    display: grid;
    grid-template-columns: 420px 1fr;
    gap: 80px;
    align-items: center;
}

.faq-image {
    position: relative;
}

.faq-image img {
    width: 100%;
    display: block;
}

.row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.col-md-6 {
    width: 48%;
}

.img-box {
    text-align: end;
    width: 600px;
    border-radius: 30px;
}

.text-end {
    text-align: end;
}

.faq-content h2 {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 44px;
    font-weight: 700;
    color: #000;
    padding-bottom: 10px;
}

.faq-subtitle {
    font-size: 20px;
    color: rgba(0, 0, 0, .8);
    font-family: Inter;
    font-weight: 500;
}

.faq-accordion {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.faq-item {
    border: 1px solid #CFCFCF;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
}

.faq-question {
    width: 100%;
    padding: 15px 20px;
    border: none;
    background: #fff;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    font-weight: 500;
    color: #111;
    text-align: left;
}

.faq-question i {
    transition: .3s;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s ease;
}

.faq-answer .answ {
    padding: 0 24px 24px;
    color: #666;
    line-height: 1.8;
    font-size: 16px;
    font-family: Inter;
    font-weight: 400;
}

.faq-item.active .faq-answer {
    max-height: 220px;
}

.faq-item.active .faq-question i {
    transform: rotate(180deg);
}

.faq-floating-card {
    position: absolute;
    left: 70px;
    bottom: 18px;
    z-index: 20;
    display: flex;
    align-items: center;
    gap: 14px;
    background: #fff;
    padding: 12px 18px;
    border-radius: 16px;
    box-shadow: 0 14px 35px rgba(0, 0, 0, .15);
    min-width: 245px;
}

.faq-card-icon {
    width: 46px;
    height: 46px;
    background: #6D58FF;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.faq-card-icon img {
    width: 22px;
    height: 22px;
    object-fit: contain;
    display: block;
}

.faq-card-content {
    display: flex;
    flex-direction: column;
}

.faq-card-content h4 {
    margin: 0 0 4px;
    font-size: 16px;
    font-family: Inter;
    font-weight: 600;
    color: #111827;
    line-height: 1.2;
}

.faq-card-content p {
    margin: 0;
    font-size: 14px;
    font-family: Inter;
    font-weight: 400;
    color: #5F5D68;
    line-height: 1.4;
}

@media (max-width:991px) {

    .faq-section {
        padding: 60px 0;
    }

    .faq-wrapper {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .faq-image {
        max-width: 450px;
        width: 100%;
        margin: auto;
    }

    .faq-image img {
        width: 100%;
        height: auto;
    }

    .faq-floating-card {
        left: 50%;
        transform: translateX(-50%);
        bottom: 20px;
        width: 90%;
        max-width: 330px;
        min-width: auto;
    }

    .faq-content {
        width: 100%;
    }

    .faq-content h2 {
        font-size: 38px;
        text-align: center;
    }

    .faq-subtitle {
        text-align: center;
        margin-bottom: 30px;
    }

}

@media (max-width:767px) {

    .faq-section {
        padding: 50px 0;
    }

    .faq-wrapper {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .faq-image {
        width: 100%;
        max-width: 340px;
        margin: auto;
    }

    .faq-image img {
        width: 100%;
        height: auto;
        display: block;
    }

    .faq-floating-card {
        left: 50%;
        transform: translateX(-50%);
        bottom: 15px;
        width: 90%;
        max-width: 290px;
        padding: 10px 14px;
        gap: 12px;
    }

    .faq-card-icon {
        width: 42px;
        height: 42px;
    }

    .faq-card-icon img {
        width: 20px;
        height: 20px;
    }

    .faq-card-content h4 {
        font-size: 15px;
    }

    .faq-card-content p {
        font-size: 12px;
    }

    .faq-content h2 {
        font-size: 30px;
        text-align: center;
        line-height: 1.3;
    }

    .faq-subtitle {
        text-align: center;
        font-size: 16px;
        margin-bottom: 24px;
    }

    .faq-accordion {
        gap: 14px;
    }

    .faq-question {
        padding: 16px;
        font-size: 15px;
        line-height: 1.5;
        gap: 10px;
    }

    .faq-answer .answ {
        padding: 0 16px 18px;
        font-size: 14px;
        line-height: 1.7;
    }

}

@media (max-width:480px) {

    .faq-section {
        padding: 40px 0;
    }

    .faq-wrapper {
        gap: 30px;
    }

    .faq-image {
        max-width: 290px;
    }

    .faq-floating-card {
        width: 92%;
        max-width: 260px;
        bottom: 12px;
        padding: 8px 12px;
        border-radius: 12px;
    }

    .faq-card-icon {
        width: 36px;
        height: 36px;
    }

    .faq-card-icon img {
        width: 18px;
        height: 18px;
    }

    .faq-card-content h4 {
        font-size: 13px;
    }

    .faq-card-content p {
        font-size: 11px;
    }

    .faq-content h2 {
        font-size: 26px;
    }

    .faq-subtitle {
        font-size: 15px;
    }

    .faq-question {
        font-size: 14px;
        padding: 14px;
    }

    .faq-answer .answ {
        font-size: 13px;
        padding: 0 14px 16px;
    }

}

/* ends here */





.container {
    width: 90% !important;
    margin: auto;
}


.marquee-wrapper {
    width: 100%;
    overflow: hidden;
    position: absolute;
    padding: 20px 0;
    bottom: 20px;
    z-index: 9999;
}

.box-container {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 20px 0;
}

.content-box {
    background: linear-gradient(180deg, rgba(74, 58, 153, 0.2) 0%, rgba(123, 97, 255, 0.2) 100%);
    border: 1px solid #D8D8FF;
    border-radius: 10px;
    padding: 10px;
    min-width: 300px;
    display: inline-block;
    margin-right: 20px;
    /* Glass Effect */
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    /* Slight transparent glass look */
    background-color: rgba(255, 255, 255, 0.08);
}

.grid {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.content h3 {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 6px;
}

.content p {
    font-size: 15px;
    color: #666;
    line-height: 1.5;
}

footer {
    background: #05053E;
    padding: 50px 0;

}

footer h2 {
    font-family: 'Fraunces', serif;
    font-weight: 300;
    font-size: 100px;
    line-height: 1.5;
    letter-spacing: -.04em;
    background: linear-gradient(180deg, rgba(245, 245, 247, .96) 0%, rgba(245, 245, 247, .25) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    white-space: nowrap;
    margin: 0;
}

footer p {
    max-width: 458px;
    color: #fff;
    margin: 30px 0;
    line-height: 30px;
    font-family: Inter;
    font-weight: 400;
    font: Regular;
    font-size: 16px;
}

footer p>span {
    color: rgba(255, 255, 255, 1);
    font-family: Inter;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 16px;
    letter-spacing: 0%;
}

section.footer-main {
    margin-bottom: 20px;
}

footer .cta p {
    max-width: 400px;
    color: #fff;
    margin: 30px 0;
    line-height: 30px;
}

footer .grid {
    justify-content: space-between;
}

.footer-smi i {
    color: #fff;
    font-size: 18px;
    margin: 0 10px 0 0;
}

footer h3,
.all-rights,
.policies a {
    color: #fff;
    font-family: 'Inter';
}

footer .links a {
    color: #fff;
    line-height: 30px;
    text-decoration: none;
    font-family: 'Inter';
}

.policies a {
    text-decoration: none;
    margin: 0 20px 0 0;
}

section.footer-bottom {
    border-top: 1px solid #FFFFFF99;
    padding-top: 50px;
}

.hero-image .sicon {
    background: #6C5EFB;
}

.footer-logo a {
    color: #fff;
    text-decoration: none;
}

@media screen and (max-width:490px) {
    footer h2 {
        font-size: 70px;
        color: #fff;
    }

    .ff-ub-brand__newsletter-form input {
        width: 60%;
    }

    #header-btn,
    .bottom-part {
        display: none;
    }

    .faq-section {
        padding-bottom: 50px;
    }

    .faq-wrapper {
        gap: 25px;
    }

    .results-section video {
        min-height: 100%;
    }

}

@media screen and (max-width:1248px) {
    .img-box {
        width: 100%;
    }
}

@media screen and (max-width:994px) {
    .col-md-6 {
        width: 100%;
    }

    footer .links {
        margin-bottom: 50px;
    }

    .policies a {
        line-height: 30px;
    }
}


/* Calendly */
.strategy-booking-section {
    width: 100%;
    padding: 50px 0;
    background: linear-gradient(180deg, #05063E 0%, #9D7BFF 107.85%, #D8D8FF 151.98%);
    overflow: hidden;
}

.strategy-calendar-card {
    display: flex;
    justify-content: center;
}

.calendly-inline-widget {
    width: 100%;
    height: 700px;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 35px 80px rgba(0, 0, 0, .18);
}

@media(max-width:1200px) {


    .calendly-inline-widget {
        height: 680px;
    }

}

@media(max-width:992px) {


    .calendly-inline-widget {
        height: 760px;
    }

}

@media(max-width:768px) {


    .calendly-inline-widget {
        height: 700px;
    }

}

@media(max-width:480px) {


    .calendly-inline-widget {
        height: 640px;
        border-radius: 18px;
    }

}

/* ends here */

/* contact us  */
.zoho-form-section {
    background: #fff;
    padding: 50px 0;
}

.zoho-form-title {
    color: rgba(5, 5, 62, 1);
    font-size: 44px;
    font-weight: 700;
    margin: 0 0 30px;
    text-align: center;
}

.zoho-form-section iframe {
    width: 100%;
    height: 500px;
    border: none;
    display: block;
}

@media (max-width:991px) {

    .zoho-form-section {
        padding: 40px 20px;
    }

    .zoho-form-title {
        font-size: 28px;
        margin-bottom: 24px;
    }

    .zoho-form-section iframe {
        height: 550px;
    }
}

@media (max-width:767px) {

    .zoho-form-title {
        font-size: 24px;
        line-height: 1.3;
        margin-bottom: 20px;
    }

    .zoho-form-section iframe {
        height: 650px;
    }
}

@media (max-width:480px) {

    .zoho-form-title {
        font-size: 20px;
    }

    .zoho-form-section {
        padding: 30px 15px;
    }

    .zoho-form-section iframe {
        height: 700px;
    }
}

/* ends here */

/* Speaks for themselves */
.container {
    width: 90%;
    margin: auto;
}

.results-sections {
    padding: 50px 0;
    background: rgba(245, 246, 255, 1);
}

.section-title {
    margin-bottom: 35px;
}

.section-title h2 {
    font-size: 44px;
    font-weight: 700;
    font-style: Bold;
    line-height: 1.1;
    color: rgba(5, 5, 62, 1);
    letter-spacing: -1px;
}

.results-wrapper {
    display: flex;
    gap: 22px;
    justify-content: space-between;
    flex-wrap: wrap;
}

.result-card {
    position: relative;
    flex: 1;
    min-width: 250px;
    background: linear-gradient(180deg, #E8EAFF 0%, #D4D8FF 100%);
    border-radius: 22px;
    padding: 22px;
    min-height: 126px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(95, 92, 255, .08);
    transition: all .35s ease;
}


.result-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 40px rgba(93, 90, 255, .18);
}

.active-card {
    background: linear-gradient(180deg, #7C6FE8 0%, #5046D4 100%);
}

.cards-contents {
    position: relative;
    z-index: 2;
}

.cards-contents h3 {
    font-size: 55px;
    line-height: 1;
    font-weight: 700;
    color: rgba(80, 70, 212, 1);
    margin-bottom: 16px;
    font-style: Bold;
    transition: .35s;
    margin-top: 0;
}

.cards-contents p {
    color: rgba(71, 70, 80, 1);
    font-size: 16px;
    line-height: 1.6;
    font-weight: 500;
    font-family: Inter;
    font-style: Medium;
    transition: .35s;
}

.active-card .cards-contents h3,
.active-card .cards-contents p {
    color: #ffffff;
}

.result-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: -120%;
    width: 80%;
    height: 100%;
    background: rgba(255, 255, 255, .18);
    transform: skewX(-25deg);
    transition: .8s;
}

.result-card:hover::before {
    left: 150%;
}

.result-card:hover .cards-contents h3 {
    letter-spacing: -1px;
}
.mobile-version{
    display: none;
  }
  .calendly-inline-widget{
    width:60%;height:650px;border-radius: 30px;margin: auto;background-color: #fff;
  }
@media (max-width:767px) {

    .results-section {
        padding: 60px 0;
    }
    .calendly-inline-widget{width: 90%;margin: auto;}
     h2{
        font-size: 22px;
     }
    .section-title h2 {
        font-size: 32px;
        text-align: center;
    }

    .results-wrapper {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .result-card {
        min-height: 145px;
        border-radius: 18px;
        padding: 18px;
    }

    .cards-contents h3 {
        font-size: 36px;
        margin-bottom: 12px;
    }

    .cards-contents p {
        font-size: 14px;
        line-height: 1.5;
    }
    .demoss-btnss{
        min-width: 50px !important;
        display: none;
    }
  /* .mobile-version{
    display: block;
  } */
}

@media (max-width:575px) {

    .container {
        width: 90%;
    }

    .section-title h2 {
        font-size: 33px;
    }

    .results-wrapper {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .result-card {
        min-height: 140px;
        padding: 20px;
    }

    .cards-contents h3 {
        font-size: 38px;
    }

    .cards-contents p {
        font-size: 15px;
    }

}

@media (max-width:400px) {

    .results-section {
        padding: 50px 0;
    }

    .container {
        width: 90%;
    }

    .section-title h2 {
        font-size: 26px;
    }

    .result-card {
        padding: 18px;
        border-radius: 16px;
    }

    .cards-contents h3 {
        font-size: 34px;
    }

    .cards-contents p {
        font-size: 14px;
    }

}