body {
    margin: 0;
    font-family: Inter;
    color: #1D1D1D;
    font-size: 20px;
    font-weight: 400;
    line-height: 175%;
}

img, video {
    width: 100%;
}

p {
    font-family: Inter;
    font-size: clamp(12px, 1.042vw, 20px);
    font-style: normal;
    font-weight: 400;
    line-height: 175%;
    padding: 10px 0;
    margin-block-start: 0;
    margin-block-end: 0;
}

a {
    color: #1D1D1D;
}

h1 {
    font-family: Aleo;
    font-size: clamp(48px, 3.385vw, 65px);
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
}

h2 {
    color: #1D1D1D;
    text-align: center;
    font-family: Inter;
    font-size: clamp(24px, 1.667vw, 32px);
    font-weight: 400;
    line-height: 130%;
    margin-block-start: 0;
    margin-block-end: 0;
}

h3 { /* org h2 */
    font-family: Aleo;
    font-size: clamp(32px, 2.396vw, 46px);
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    border-bottom: 2px solid #07E7E7;
    padding-bottom: 17px;
    margin-block-start: 0;
    margin-block-end: 0;
}

h4 {
    color: #1D1D1D;
    text-align: center;
    font-family: Inter;
    font-size: clamp(24px, 1.667vw, 32px);
    font-weight: 400;
    line-height: 130%;
    margin-block-start: 0;
    margin-block-end: 0;
}

h5 {
    color: #1D1D1D;
    text-align: center;
    font-family: Inter;
    font-size: clamp(24px, 1.667vw, 32px);
    font-weight: 400;
    line-height: 130%;
    margin-block-start: 0;
    margin-block-end: 0;
}

h6 {
    color: #1D1D1D;
    text-align: center;
    font-family: Inter;
    font-size: 28px;
    font-weight: 400;
    line-height: 130%;
    margin-block-start: 0;
    margin-block-end: 0;
    margin: 0 auto
}

.h2 {
    color: #1D1D1D;
    text-align: center;
    font-family: Inter;
    font-size: clamp(24px, 1.667vw, 32px);
    font-weight: 400;
    line-height: 130%;
    margin-block-start: 0;
    margin-block-end: 0;
}

.h3 {
    font-family: Aleo;
    font-size: clamp(32px, 2.396vw, 46px);
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    border-bottom: 2px solid #07E7E7;
    padding-bottom: 17px;
    margin-block-start: 0;
    margin-block-end: 0;
}

.h5 {
    color: #1D1D1D;
    text-align: center;
    font-family: Inter;
    font-size: clamp(24px, 1.667vw, 32px);
    font-weight: 400;
    line-height: 130%;
    margin-block-start: 0;
    margin-block-end: 0;
}

.aleo {
    font-family: Aleo;
}

.center {
    text-align: center;
}

.margin-center {
    margin: 0 auto;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.w-40 {
    width: 40%;
}

.w-50 {
    width: 50%;
}

.w-55 {
    width: 55%;
}

.w-565 {
    width: 65%;
}

.mx-650 {
    max-width: 650px;
}

.mx-670 {
    max-width: 670px;
}

.mx-800 {
    max-width: 800px;
}

.mx-820 {
    max-width: 820px;
}

.w-auto {
    width: auto;
}

.mt-10 {
    margin-top: 10px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-70 {
    margin-top: 70px;
}

.mt-90 {
    margin-top: 90px;
}

.mt-100 {
    margin-top: 100px;
}

.mt-120 {
    margin-top: 120px;
}

.mt-150 {
    margin-top: 150px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mb-90 {
    margin-bottom: 90px;
}

.mb-100 {
    margin-bottom: 100px;
}

.mb-250 {
    margin-bottom: 250px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-60 {
    padding-top: 60px;
}

.pt-100 {
    padding-top: 100px;
}

.pr-20 {
    padding-right: 20px;
}

.pr-40 {
    padding-right: 40px;
}

.pr-7vw {
    padding-right: 7.292vw;
}

.pl-40 {
    padding-left: 40px;
}

.pl-55-d {
    padding-left: 55px;
}

.pb-25 {
    padding-bottom: 25px;
}

.pb-150 {
    padding-bottom: 150px;
}

.white {
    color: white;
}

.relative {
    position: relative;
}

.hidden {
    display: none;
}

.divider-green {
    max-width: 964px;
    margin: 0 auto;
    border: 2px solid #07E7E7;
}

.divider-light {
    border-bottom: 2px solid #fff;
}

footer {
    background-color: #00352C;
    border-top: solid #07E7E7 2px;
}

.footer {
    max-width: 1290px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    height: 160px;
    padding: 0 20px;
}

.footer__logo {
    max-width: 260px;
    padding-right: 50px;
}

.footer__linked {
    padding-top: 20px;
}

.footer__logo-linked {
    max-width: 30px;
    padding-left: 21px;
}

.content {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
}

.content-sm {
    max-width: 921px;
    margin: 0 auto;
    padding: 0 15px;
}

.absolute-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.flex-row {
    display: flex;
    flex-direction: row;
}

.justify-center {
    justify-content: center;
}

.justify-content {
    justify-content: space-around;
}

.align-items {
    align-items: center;
}

.flex-col {
    display: flex; 
    flex-direction: column; 
}

.responsive-img {
    max-width: 100%;
    height: fit-content;
    width: auto;
}

.button {
    display: inline-flex;
    padding: 25px 40px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
    background: #07E7E7;
    width: fit-content;
    border: none;
    color: #00352C;
    text-align: center;
    text-decoration: none;
    font-family: Inter;
    font-size: clamp(20px, 1.458vw, 28px);
    font-weight: 800;
    line-height: 100%; /* 28px */
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.button:hover {
    background: #08c9c9;
}

.header {
    text-align: center;
    padding-top: 50px;
}

.header .header__brand {
    display:inline-block;
}

.header .header__brand img {
    display:inline-block;
    max-width:  372px;
}

.header .header__nav {
    padding-top: 37px;
    padding-bottom: 23px;
    border-bottom: 2px solid #07E7E7;
}

.header .header__nav .header__nav-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style-type: none;
    max-width: 814px;
    margin: 0 auto;
    padding: 0 10px;
    padding-inline-start: 0;
}

.header .header__nav .header__nav-list a {
    color: #1D1D1D;
    font-family: "Aleo";
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 44px;
    text-decoration: none;
    display: inline-block;
    position: relative;
}

.header .header__nav .header__nav-list a:hover {
    text-shadow: 0px 0px 1px #1D1D1D;
}

.header .header__nav .header__nav-list a::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #1D1D1D;
  transition: transform 0.25s ease-out;
  transform-origin: bottom right;
}

.header .header__nav .header__nav-list a:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.header .header__nav .header__nav-list a.active{
    font-weight: 800;
}

.header .header__nav .header__nav-list a.active:hover {
    text-shadow: 0px 0px 1px #1D1D1D;
}

/* Hide checkbox */
.menu-checkbox {
    display: none;
}

/* Overlay Mobile Menu (hidden by default) */
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease-in-out;
    z-index: 900;
}

/*   Main Content   */
.hero {
    position: relative;
}

.hero__text {
    position: absolute;
    color: #FFF;
    text-align: center;
    font-family: Aleo;
    font-size: 96px;
    font-weight: 700;
    line-height: 100%;
    margin: 0 auto;
    max-width: 50%;
    left: 0;
    right: 0;
    top: 26%;
}

.hp-core-values__img {
    width: 50%;
    padding-right: 45px;
}

.hp-core-values__text {
   padding-left: 45px;
   margin-top: 6%;
   justify-content: center;
}

.reshape-oral-health__bg-img {
    width: 100%;
    position: relative;
    display: block;
}

.desktop {
    display: block;
}

.mobile {
    display: none;
}

.contact-hp {
    max-width: 575px;
    margin: 0 auto;
    padding: 0 20px;
}

.green-bg {
    background-color: #00352C;
}

.about__intro {
    text-align: center;
    padding-top: 130px;
    background-image: url('assets/about-bg.png');
    background-repeat: no-repeat;
    background-size: contain;
}

.about__intro-logo {
    max-width: 164px;
}

.about__what-container {
    right: 37%;
    left: auto;
}

.about__what-content {
    width: 26vw;
    padding-top: 15px;
}

.about__what-heading {
    width: 37vw;
    margin-top: 10%;
    padding-bottom: 15px;
}

.about__what-content-mob {
    display: none;
    background-image: url('assets/about-us-the-what-mob.jpg');
    margin: 0;
    padding: 20px;
    width: auto;
}

.core-values__hero-h1 {
    position: absolute;
    top: 8%;
    left: 0;
    right: 0;
    text-align: center;
}

.core-values__hero-h5 {
    position: absolute;
    top: 57%;
    left: 0;
    right: 0;
    text-align: center;
    max-width: 650px;
    margin: 0 auto;
}

.core-values__content {
    padding-left: 24px;
    margin-top: 5%;
}

.core-values__bg-btm {
    background-image: url('assets/Core-Values-bg-btm.jpg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position-y: bottom;
}

.services__intro {
    text-align: center;
    padding-top: 63px;
    background-image: url('assets/services-bg-hero.png');
    background-repeat: no-repeat;
    background-size: contain;
}

.services__intro-icon {
    max-width: 188px;
    margin: 0 auto;
    padding-bottom: 25px;
}

.services__intro-toprow {
    max-width: 1166px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
}

.services__table {
    border: 2px solid #07E7E7;
    border-radius: 10px;
    width: 100%;
    margin: 0 auto;
    max-width: 1150px;
}

.services__table-transparent {
    background-color: transparent;
    border-bottom: none;
}

table {
    border-collapse: collapse;
    width: 100%;
}

tr {
    background-color: #E6FDFD;
    border-bottom: 1px solid #07E7E7;
    padding-left: 40px;
}

tr:nth-of-type(2n) {
    background-color: #FFFFFF;
}

td {
    padding: 10px 0;
}

.services__table-transparent th {
    padding: 12px 0;
}

.contact__hero-h5 {
    position: absolute;
    top: 38%;
    left: 0;
    right: 0;
    text-align: center;
    max-width: 820px;
    margin: 0 auto;
}

.contact__hero-img {
    position: absolute;
    left: 0;
    right: 0;
    max-width: 1475px;
    top: -90%;
    text-align: center;
    margin: 0 auto;
}

.contact__hero-img-container {
    position: relative;
    height: 275px;
    margin: 0 50px;
}

.contact__logo-linked {
    width: 53px;
    padding-left: 57px;
}

.contacts__bg-btm {
    background-image: url(assets/contact-btm-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position-y: bottom;
}

.contact__email {
    padding-bottom: 12px;
}

.contact__form {
    max-width: 964px;
    margin: 0 auto;
}

/* Mobile styles */
@media (max-width: 1920px) {
    .hero__text {
        font-size: 5vw;
    }
}

@media (max-width: 1180px) {
    .footer {
        flex-direction: column;
        justify-content: center;
        padding: 50px 20px;
        text-align: center;
    }

    .footer__logo {
        display: block;
        padding-right: 0;
        margin: 0 auto;
        padding-bottom: 10px;
    }
    .about__what-container {
        top: 10%;
        right: 0;
        left: 10%;
    }
    .about__what-heading {
        width: 38vw;
        margin-top: -10%;
        margin-left: -10%;
    }

    .about__what-content {
        width: 40vw;
    }
    
    .contact__hero-img-container {
        height: auto;
    }

    .contact__hero-img {
        position: relative;
        top: 0;
    }
}

@media (max-width: 960px) {
    .hp-core-values__text {
        padding-left: 0;
        margin-top: 1%;
    }
    .hp-core-values__img {
        padding-right: 25px;
    }
    .button {
        margin-top: 3%;
        padding: 20px 25px;
    }
    .w-40 {
        width: 50%;
    }
    .reshape-oral-health__bg-img.desktop, .about__what-content.desktop {
        display: none;
    }

    .reshape-oral-health__bg-img.mobile  {
        display: block;
    }

    .about__what-content-mob {
        display: block;
    }

    .core-values__hero-h5, .contact__hero-h5 {
        position: relative;
        color: #1D1D1D;
    }
}

@media (max-width: 768px) {
    h5 {
        font-size: 26px;
    }

    p {
        font-size: 16px;
    }

    .w-40 {
        width: 100%;
    }

    .desktop {
        display: none;
    }

    .mobile {
        display: block;
    }

    .pl-55-d {
        padding-left: 0;
    }

    .plr-mob-20 {
        padding: 0 20px;
    }

    .header {
        text-align: left;
        padding-top: 25px;
        position: fixed;
        background: white;
        z-index: 999;
        width: 100%;
    }

    .header .header__nav {
        margin-top: -50px;
    }

    .header .header__brand img {
        max-width: 50%;
        padding-left: 6vw;
    }

    .header .header__nav .header__nav-list {
        position: fixed;
        top: 0;
        left: -100%;
        height: 100vh;
        width: 100%;
        max-width: 100%;
        flex-direction: column;
        background: #222;
        padding: 120px 0 0;
        transition: left 0.3s ease-in-out;
        z-index: 2;
    }

    .header .header__nav .header__nav-list a {
        color: #fff;
    }

    .header .header__nav .header__nav-list {
        justify-content: normal;
    }

    .header .header__nav .header__nav-list a::after {
        background-color: #fff;
    }

    .header__nav-list li {
        padding: 1rem;
    }

    #menuToggle {
        display: block;
        position: fixed;
        top: 30px;
        right: 50px;
        z-index: 1;
        -webkit-user-select: none;
        user-select: none;
    }

    #menuToggle a {
        text-decoration: none;
        color: #fff;
        transition: color 0.3s ease;
    }

    #menuToggle input {
        display: block;
        width: 40px;
        height: 32px;
        position: absolute;
        top: -7px;
        left: -5px;
        cursor: pointer;
        opacity: 0; /* hide this */
        z-index: 99; /* and place it over the hamburger */
    }

    #menuToggle span {
        display: block;
        width: 33px;
        height: 4px;
        margin-bottom: 5px;
        position: relative;
        background: #1d1d1d;
        border-radius: 3px;
        z-index: 3;
        transform-origin: 4px 0px;
        transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
                    background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
                    opacity 0.55s ease;
    }

    #menuToggle span:first-child {
        transform-origin: 0% 0%;
    }

    #menuToggle span:nth-last-child(2) {
        transform-origin: 0% 100%;
    }

    #menuToggle input:checked ~ span {
        opacity: 1;
        transform: rotate(45deg) translate(-2px, -1px);
        background: #fff;
    }

    #menuToggle input:checked ~ span:nth-last-child(3) {
        opacity: 0;
        transform: rotate(0deg) scale(0.2, 0.2);
    }

    #menuToggle input:checked ~ span:nth-last-child(2) {
        transform: rotate(-45deg) translate(0, -1px);
    }

    #menuToggle input:checked ~ .header__nav-list {
        transform: none;
        left: 0;
    }

    .menuCheckbox:checked ~ .header__nav-list {
        left: 0;
    }

    .menuCheckbox:checked ~ .overlay {
        opacity: 1;
        pointer-events: auto;
    }

    .header__nav-toggle {
        display: flex;
    }

    main {
        padding-top: 79px;
    }

    .hero__text {
        position: relative;
        color: #1d1d1d;
        padding-top: 20px;
        font-size: 9vw;
        max-width: 90%;
        margin: 0 20px;
    }

    .flex-row {
        flex-direction: column;
    }
    
    .hp-core-values {
        width: 100%;
        margin: 0 auto;
        padding: 20px 0 0;
    }
    
    .hp-core-values-img {
        width: 100%;
        padding-right: 0;
    }

    .hp-core-values button {
        text-align: center;
        margin: 50px auto;
    }

    .hp-core-values__img {
        width: 100%;
        padding: 0;
    }

    .hp-core-values__text {
        width: 100%;
        padding: 0;
        margin-top: 10%;
    }

    .about__what {
        line-height: 0;
    }

    .about__what-content {
        margin-top: 10%;
        width: 90%;
    }

    .about__h2 {
        max-width: 280px;
        margin: 90px auto;
    }

    .about__what-content p {
        font-size: clamp(12px, 1.042vw, 20px);
    }

    .core-values__hero-h1, .core-values__hero-h5 {
        position: relative;
        color: #1D1D1D;
    }

    .core-values__content {
        padding-left: 0;
        margin-bottom: 10%;
        margin-top: 0;
    }

    .services__intro-toprow {
        flex-wrap: wrap;
        padding: 0;
    }

    .services__intro-toprow .flex-col {
        padding-top: 50px;
    }

    .services__table {
        overflow-x: auto;
    }

    .services__table table {
        min-width: 520px;
    }

    .services__table td {
        text-align: center;
    }

    .services__table img {
        max-width: 20px;
        text-align: center;
        margin: 0 auto;
        display: block;
    }

    .contact__hero-img-container {
        margin: 0 15px;
    }

    .contact__logo-linked {
        padding-left: 0;
        padding-top: 40px;
    }
}