/**/
.why-advanced-tech-widget {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.why-tech-container {
    width: 100%;
}

.why-tech-row {
    display: flex;
    gap: 60px;
    align-items: flex-start;
}

.why-tech-col {
    flex: 1;
}

.why-tech-col-left h1,
.why-tech-col-left h2,
.why-tech-col-left h3 {
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 0 15px 0;
    color: #000;
    padding: 0;
    line-height: 1.3;
}

.why-tech-col-left h1 {
    font-size: 24px;
    margin-bottom: 20px;
}

.why-tech-col-left h2 {
    font-size: 20px;
    margin-bottom: 15px;
}

.why-tech-col-left h3 {
    font-size: 18px;
    margin-bottom: 15px;
}

.why-tech-col-left h1:first-child,
.why-tech-col-left h2:first-child,
.why-tech-col-left h3:first-child {
    margin-top: 0;
}

.why-tech-col-left p {
    margin: 0 0 20px 0;
    padding: 0;
    font-size: 16px;
    line-height: 1.7;
}

.why-tech-col-left strong {
    font-weight: 700;
    color: #000;
}

.why-tech-col-left li:first-child {
    border-top: none;
}

.why-tech-col-left ol {
    padding-left: 20px;
    margin: 20px 0;
}

.why-tech-col-left ol li {
    padding-left: 5px;
    margin-bottom: 10px;
    border-bottom: none;
}

.why-tech-col-left ol li::before {
    content: none;
}

/* .related-services-wrapper {
    background: #fff;
    border: 2px solid #000;
    border-radius: 4px;
    overflow: hidden;
    margin-top: 40px;
} */

.why-tech-related-title {
    background-color: #f5f5f5;
    padding: 15px 20px;
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 1px solid #ccc;
    color: #000;
    letter-spacing: 0.5px;
}

.why-tech-menu-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.why-tech-menu-item {
    display: flex;
    border-bottom: 1px solid #ccc;
    min-height: 50px;
    align-items: center;
}

.why-tech-menu-item:last-child {
    border-bottom: none;
}

.why-tech-menu-link {
    display: flex;
    align-items: center;
    padding: 0;
    text-decoration: none;
    color: #333;
    width: 100%;
    min-height: 50px;
    font-size: 15px;
}

.why-tech-menu-link:hover {
    background-color: #f9f9f9;
}

.why-tech-menu-item:first-child {
    background-color: #f9f9f9;
}

.why-tech-menu-item:first-child .why-tech-menu-link {
    font-weight: 700;
}

.why-tech-menu-link::before {
    content: "";
    width: 30%;
    padding: 12px 20px;
    border-right: 1px solid #ccc;
    font-weight: 700;
    font-size: 15px;
}

.why-tech-menu-item:first-child .why-tech-menu-link::before {
    content: "Cleanings";
}

.why-tech-menu-text {
    padding: 12px 20px;
    width: 70%;
    font-size: 15px;
}

.no-menu-selected {
    padding: 20px;
    text-align: center;
    color: #666;
    font-style: italic;
    margin: 0;
    font-size: 15px;
}

.why-tech-col-left > *:not(:last-child) {
    margin-bottom: 25px;
}

.why-tech-col-left h1 + p,
.why-tech-col-left h2 + p,
.why-tech-col-left h3 + p {
    margin-top: 0;
}

@media (max-width: 992px) {
    .why-tech-row {
        gap: 40px;
    }

    .why-tech-col-left h1 {
        font-size: 22px;
    }

    .why-tech-col-left h2 {
        font-size: 19px;
    }

    .why-tech-col-left h3 {
        font-size: 17px;
    }
}

@media (max-width: 768px) {
    .why-tech-row {
        flex-direction: column;
        gap: 30px;
    }

    .why-tech-col {
        width: 100%;
    }

    .related-services-wrapper {
        margin-top: 0;
    }

    .why-tech-menu-link {
        flex-direction: column;
        align-items: flex-start;
    }

    .why-tech-menu-link::before {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #eee;
        padding: 8px 20px 8px 20px;
    }

    .why-tech-menu-item:first-child .why-tech-menu-link::before {
        padding: 12px 20px 12px 20px;
    }

    .why-tech-menu-text {
        width: 100%;
        padding: 8px 20px 12px 20px;
    }
}

@media (max-width: 480px) {
    .why-tech-row {
        gap: 20px;
    }

    .why-tech-col-left h1 {
        font-size: 20px;
    }

    .why-tech-col-left h2 {
        font-size: 18px;
    }

    .why-tech-col-left h3 {
        font-size: 16px;
    }

    .why-tech-col-left p {
        font-size: 15px;
    }

    .why-tech-related-title {
        font-size: 16px;
        padding: 12px 15px;
    }

    .why-tech-col-left li {
        padding-left: 25px;
    }

    .why-tech-col-left li::before {
        width: 25px;
        height: 25px;
        top: 16px;
        font-size: 10px;
    }

    .why-tech-menu-link::before,
    .why-tech-menu-item:first-child .why-tech-menu-link::before {
        padding: 10px 15px;
    }

    .why-tech-menu-text {
        padding: 10px 15px;
    }
}

@media print {
    .why-advanced-tech-widget {
        max-width: 100%;
        padding: 0;
    }

    .why-tech-row {
        display: block;
    }

    .related-services-wrapper {
        break-inside: avoid;
        margin-top: 30px;
    }
}

.why-tech-col-left ul {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}

.why-tech-col-left li {
    position: relative;
    padding-left: 40px;
    line-height: 1.8;
    margin-bottom: 10px;
    /* display: flex;
    align-items: flex-start; */
    font-size: 16px;
    font-family: 'Lato', sans-serif;
}

.why-tech-col-left li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 30px;
    height: 30px;
    background: #3B63A3;
    mask-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 500 500' style='enable-background:new 0 0 500 500;' xml:space='preserve'%3E%3Cpath d='M0,369.1c3-8,7.3-15,13.8-20.7c10.8-9.5,23.5-15.6,36.8-20.6c25.8-9.8,52.5-15.8,79.7-20.3 c26.3-4.4,52.8-5.1,79.3-4.3c11.9,0.4,23.7,1.6,35.5,2.7c3,0.3,4.5-0.6,5.7-3.3c13.5-31,27.7-61.7,40.3-93 c16.6-41.6,32-83.7,47.7-125.6c1.1-3,2.7-3.9,5.7-3.8c4.7,0.2,9.4,0.3,14.1,0c3.6-0.3,5.2,1.2,6.6,4.4 c11.8,28.4,23.7,56.6,35.6,84.9c20,47.6,39.9,95.2,59.9,142.8c0.6,1.3,1,2.7,1.7,4.5c-8.1,0-15.6,0.1-23.1-0.1c-0.7,0-2-1.9-2.1-2.9 c-0.2-6.8-0.2-13.6,0-20.5c0.1-3.1-1.1-3.9-3.9-3.8c-3.8,0.1-7.7,0.1-11.5,0c-2.8-0.1-4,0.8-3.9,3.8c0.2,6.8,0,13.6,0.1,20.5 c0,2.2-0.5,3.1-2.9,3.1c-11.3-0.1-22.6-0.1-33.9-0.2c-0.3-0.6-0.7-1.3-1-2c-13.8-34.7-27.7-69.4-41.5-104.1c-2-4.9-3.9-9.8-5.9-14.7 c-15.2,38.5-29.8,76.9-49.6,113.9c5.9,0.5,11.2,0.9,16.4,1.3c10.9,0.8,21.7,1.7,32.6,2.5c15.2,1.2,30.3,2.3,45.5,3.4 c1.1,0.1,2.3-0.4,3.5-0.6c1.9,5.6,3.6,11.2,5.7,16.6c0.3,0.7,2.4,1,3.7,1.1c7.4,0.2,14.9,0.5,22.3,0.5c2.9,0,3.9,1,3.9,3.9 c-0.1,8.8-0.1,17.6,0,26.4c0,4.9,0.1,4.9,5.1,4.9c3.6,0,7.2-0.1,10.8,0c2.8,0.1,3.7-1,3.7-3.7c-0.1-9.1,0.1-18.1-0.1-27.2 c-0.1-3.4,1.1-4.2,4.3-4.1c9,0.4,18.1,0.4,27.1,0.9c1.3,0.1,3,1.6,3.5,2.8c3.4,7.4,6.4,15,9.7,22.5c5.8,13.4,11.7,26.8,17.5,40.2 c0.6,1.3,1,2.7,1.6,4.6c-1.8,0.1-3.1,0.2-4.4,0.2c-24.8,0-49.6,0-74.4,0.1c-3,0-4.6-0.9-5.8-3.8c-8.8-21.6-17.8-43-26.6-64.5 c-1.1-2.7-2.6-3.8-5.4-4.2c-23.9-2.9-47.9-5.9-71.8-8.9c-10.2-1.3-20.4-2.4-30.6-3.8c-2.7-0.4-3.9,0.6-5.1,2.9 c-12.8,26.1-30.9,47.8-54.5,64.8c-20.5,14.8-43.7,22.8-68.5,26.7c-19.7,3.1-39.6,5-59.5,4.3c-23.6-0.8-46.9-3.3-68.8-13.1 c-7.2-3.2-14-7.1-18.9-13.5c-2.4-3.1-3.9-6.8-5.7-10.3C0,378.6,0,373.9,0,369.1z M242.5,318.2c-1.4-0.3-2.2-0.6-3.1-0.6 c-13.6-0.7-27.2-1.6-40.8-2c-29.9-0.8-59.7,0.6-89.3,4.8c-24.4,3.5-47.9,9.8-70.1,21c-8.2,4.1-16.3,8.5-21.9,16.2 c-7,9.6-5.4,20.4,4.2,27.4c3.8,2.7,8,5,12.3,6.7c15.1,6.1,31.1,8,47.2,8.9c17.9,0.9,35.6-0.7,53.2-4.4c33.8-7.1,63.6-21.8,87.3-47.5 C229.8,339.6,236.6,329.6,242.5,318.2z'/%3E%3C/svg%3E");
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 500 500' style='enable-background:new 0 0 500 500;' xml:space='preserve'%3E%3Cpath d='M0,369.1c3-8,7.3-15,13.8-20.7c10.8-9.5,23.5-15.6,36.8-20.6c25.8-9.8,52.5-15.8,79.7-20.3 c26.3-4.4,52.8-5.1,79.3-4.3c11.9,0.4,23.7,1.6,35.5,2.7c3,0.3,4.5-0.6,5.7-3.3c13.5-31,27.7-61.7,40.3-93 c16.6-41.6,32-83.7,47.7-125.6c1.1-3,2.7-3.9,5.7-3.8c4.7,0.2,9.4,0.3,14.1,0c3.6-0.3,5.2,1.2,6.6,4.4 c11.8,28.4,23.7,56.6,35.6,84.9c20,47.6,39.9,95.2,59.9,142.8c0.6,1.3,1,2.7,1.7,4.5c-8.1,0-15.6,0.1-23.1-0.1c-0.7,0-2-1.9-2.1-2.9 c-0.2-6.8-0.2-13.6,0-20.5c0.1-3.1-1.1-3.9-3.9-3.8c-3.8,0.1-7.7,0.1-11.5,0c-2.8-0.1-4,0.8-3.9,3.8c0.2,6.8,0,13.6,0.1,20.5 c0,2.2-0.5,3.1-2.9,3.1c-11.3-0.1-22.6-0.1-33.9-0.2c-0.3-0.6-0.7-1.3-1-2c-13.8-34.7-27.7-69.4-41.5-104.1c-2-4.9-3.9-9.8-5.9-14.7 c-15.2,38.5-29.8,76.9-49.6,113.9c5.9,0.5,11.2,0.9,16.4,1.3c10.9,0.8,21.7,1.7,32.6,2.5c15.2,1.2,30.3,2.3,45.5,3.4 c1.1,0.1,2.3-0.4,3.5-0.6c1.9,5.6,3.6,11.2,5.7,16.6c0.3,0.7,2.4,1,3.7,1.1c7.4,0.2,14.9,0.5,22.3,0.5c2.9,0,3.9,1,3.9,3.9 c-0.1,8.8-0.1,17.6,0,26.4c0,4.9,0.1,4.9,5.1,4.9c3.6,0,7.2-0.1,10.8,0c2.8,0.1,3.7-1,3.7-3.7c-0.1-9.1,0.1-18.1-0.1-27.2 c-0.1-3.4,1.1-4.2,4.3-4.1c9,0.4,18.1,0.4,27.1,0.9c1.3,0.1,3,1.6,3.5,2.8c3.4,7.4,6.4,15,9.7,22.5c5.8,13.4,11.7,26.8,17.5,40.2 c0.6,1.3,1,2.7,1.6,4.6c-1.8,0.1-3.1,0.2-4.4,0.2c-24.8,0-49.6,0-74.4,0.1c-3,0-4.6-0.9-5.8-3.8c-8.8-21.6-17.8-43-26.6-64.5 c-1.1-2.7-2.6-3.8-5.4-4.2c-23.9-2.9-47.9-5.9-71.8-8.9c-10.2-1.3-20.4-2.4-30.6-3.8c-2.7-0.4-3.9,0.6-5.1,2.9 c-12.8,26.1-30.9,47.8-54.5,64.8c-20.5,14.8-43.7,22.8-68.5,26.7c-19.7,3.1-39.6,5-59.5,4.3c-23.6-0.8-46.9-3.3-68.8-13.1 c-7.2-3.2-14-7.1-18.9-13.5c-2.4-3.1-3.9-6.8-5.7-10.3C0,378.6,0,373.9,0,369.1z M242.5,318.2c-1.4-0.3-2.2-0.6-3.1-0.6 c-13.6-0.7-27.2-1.6-40.8-2c-29.9-0.8-59.7,0.6-89.3,4.8c-24.4,3.5-47.9,9.8-70.1,21c-8.2,4.1-16.3,8.5-21.9,16.2 c-7,9.6-5.4,20.4,4.2,27.4c3.8,2.7,8,5,12.3,6.7c15.1,6.1,31.1,8,47.2,8.9c17.9,0.9,35.6-0.7,53.2-4.4c33.8-7.1,63.6-21.8,87.3-47.5 C229.8,339.6,236.6,329.6,242.5,318.2z'/%3E%3C/svg%3E");
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
}

.why-tech-col-left ol {
    padding-left: 20px;
}

.why-tech-col-left ol li {
    padding-left: 10px;
}

.why-tech-col-left ol li::before {
    content: none;
}

.invisalign-fix-widget {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
}

.invisalign-heading {
    text-align: center;
    margin-bottom: 20px;
    width: 100%;
}

.invisalign-description {
    text-align: center;
    margin-bottom: 40px;
    line-height: 1.6;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.invisalign-fix-widget .invisalign-items-container {
    display: grid;
    grid-template-columns: repeat(4, auto) !important;
    gap: 20px;
}

.invisalign-item {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.invisalign-item-image {
    margin-bottom: 15px;
    width: 70%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
}

.invisalign-item-image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.invisalign-item-image img:hover {
    transform: scale(1.05);
}

.invisalign-fix-widget .invisalign-items-container .invisalign-item-title {
    font-size: 30px !important;
    margin: 10px 0 0;
    width: 100%;
    text-align: center;
    color: #3B63A3;
}

@media (max-width: 992px) {
    .invisalign-fix-widget .invisalign-items-container {
        grid-template-columns: repeat(3, auto) !important;
    }

    .invisalign-fix-widget .invisalign-items-container .invisalign-item-title {
        font-size: 25px !important;
    }
}

@media (max-width: 768px) {
    .invisalign-fix-widget {
        padding: 30px 15px;
    }

    .invisalign-fix-widget .invisalign-items-container {
        grid-template-columns: repeat(2, auto) !important;
        gap: 20px;
    }

    .invisalign-item-image {
        width: 80%;
    }

    .invisalign-fix-widget .invisalign-items-container .invisalign-item-title {
        font-size: 20px !important;
    }
}

@media (max-width: 576px) {
    .invisalign-fix-widget .invisalign-items-container {
        grid-template-columns: 1fr !important;
        gap: 25px;
    }

    .invisalign-item-image {
        width: 85%;
    }

    .invisalign-heading {
        font-size: 24px;
    }

    .invisalign-description {
        margin-bottom: 30px;
    }
}


.invisalign-stories-widget {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
}

.invisalign-stories-heading-wrapper {
    text-align: center;
    margin-bottom: 10px;
    width: max-content;
    margin-inline: auto;
}

.invisalign-stories-heading {
    font-size: 36px;
    font-weight: 400;
    color: #3B63A3;
    line-height: 1.2;
    text-align: center;
}

.invisalign-stories-heading span {
    display: inline-block;
}

.invisalign-divider {
    width: 100%;
}

.invisalign-divider hr {
    border: 2px solid #3B63A3;
    width: 100%;
    background: #3B63A3;
    margin: 0;
}

.invisalign-stories-container {
    width: 100%;
}

.invisalign-stories-grid {
    column-count: 6;
    column-gap: 0px;
    width: 100%;
}

.invisalign-story-item {
    break-inside: avoid;
    page-break-inside: avoid;
    position: relative;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.invisalign-story-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.invisalign-story-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: relative;
    overflow: hidden;
}

.invisalign-story-image a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

.invisalign-story-image img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    height: 100%;
    display: block;
    transition: transform 0.5s ease;
    object-fit: cover;
}

.invisalign-story-item:hover .invisalign-story-image img {
    transform: scale(1.05);
}

.invisalign-story-image::after {
    content: attr(data-title);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 10px;
    font-size: 12px;
    text-align: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.invisalign-story-item:hover .invisalign-story-image::after {
    opacity: 1;
}

@media (max-width: 1400px) {
    .invisalign-stories-grid {
        column-count: 5;
    }
}

@media (max-width: 1200px) {
    .invisalign-stories-grid {
        column-count: 4;
    }
}

@media (max-width: 992px) {
    .invisalign-stories-widget {
        padding: 30px 15px;
    }

    .invisalign-stories-heading {
        font-size: 28px;
    }

    .invisalign-stories-grid {
        column-count: 3;
        column-gap: 15px;
    }

    .invisalign-story-item {
        margin-bottom: 15px;
    }
}

@media (max-width: 768px) {
    .invisalign-stories-heading {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .invisalign-divider {
        max-width: 150px;
    }

    .invisalign-stories-grid {
        column-count: 2;
    }
}

@media (max-width: 480px) {
    .invisalign-stories-widget {
        padding: 20px 10px;
    }

    .invisalign-stories-heading {
        font-size: 20px;
    }

    .invisalign-stories-grid {
        column-count: 1;
        column-gap: 10px;
    }

    .invisalign-story-item {
        margin-bottom: 10px;
    }
}

.elementor-lightbox .elementor-lightbox-image {
    max-height: 90vh;
    max-width: 90vw;
}

.invisalign-story-item:nth-child(odd) {
    height: 200px;
}

.invisalign-story-item:nth-child(even) {
    height: 300px;
}

.invisalign-story-item:nth-child(3n) {
    height: 250px;
}

.invisalign-story-item:nth-child(4n) {
    height: 180px;
}

.invisalign-story-item:nth-child(5n) {
    height: 320px;
}

.invisalign-story-item:nth-child(6n) {
    height: 280px;
}

.invisalign-story-image img {
    aspect-ratio: 3/4;
    object-fit: cover;
}

.invisalign-story-item {
    height: auto;
    min-height: 150px;
}

.invisalign-story-image {
    height: 100%;
}

.invisalign-story-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.invisalign-comparison-widget {
    padding: 0;
    margin: 0;
    text-align: center;
}

.invisalign-comparison-widget h2 {
    font-family: "Josefin Sans", "Josefin Sans Fallback";
    font-style: normal;
    font-size: 48px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    color: #3b63a3;
    margin: 0;
    padding: 0;
    line-height: 1.2;
    text-wrap: balance;
}

.invisalign-comparison-widget p {
    font-family: Lato, "Lato Fallback";
    font-style: normal;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    color: #1f1f1f;
    margin: 0;
    padding: 0;
    line-height: 1.2
}

.invisalign-comparison-widget .comparison-items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    margin: 20px auto;
    border: none;
}


.invisalign-comparison-widget .comparison-items .cta-button {
    display: inline-block;
    background: #0077cc;
    color: white;
    padding: 0.6rem 1.2rem;
    border-radius: 4px;
    text-decoration: none;
    font-weight: bold;
    margin-top: 1rem;
}

.invisalign-comparison-widget .comparison-items .cta-button:hover {
    display: inline-block;
    background: #0077cc;
    color: white;
    padding: 0.6rem 1.2rem;
    border-radius: 4px;
    text-decoration: none;
    font-weight: bold;
    margin-top: 1rem;
}

.invisalign-comparison-widget .item-image {
    aspect-ratio: 1/1;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 10px;
}

.invisalign-comparison-widget .item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.invisalign-comparison-widget .comparison-item {
    text-align: left;
}

.invisalign-comparison-widget .item-title {
    font-size: 24px;
    font-family: 'Josefin Sans', sans-serif;
    margin-block: 10px;
    font-weight: 400;
    line-height: 1.2;
    color: #3b63a3;
}


.invisalign-comparison-widget .item-description {
    font-size: 18px;
    line-height: 1.5;
    color: #1f1f1f;
    font-family: 'Lato', sans-serif;
}

.invisalign-comparison-widget .item-button.primary-btn {
    background: transparent;
    border: 1.5px solid rgb(80, 200, 120);
    color: rgb(80, 200, 120);
    font-size: 16px;
    font-family: 'Josefin Sans', sans-serif;
    margin-top: 15px;
    font-weight: 700;
}

@media (max-width: 1024px) {
    .invisalign-comparison-widget .comparison-items {
        grid-template-columns: repeat(2, 1fr);
    }

    .invisalign-comparison-widget .comparison-heading {
        font-size: 30px !important;
    }
}

@media (max-width: 768px) {
    .invisalign-comparison-widget .comparison-items {
        grid-template-columns: 1fr;
    }

    .invisalign-comparison-widget .comparison-heading {
        font-size: 24px !important;
    }
}

.elementor-section.elementor-top-section:has(.dental-implants-widget) {
    padding: 100px 40px 60px;
}

.dental-implants-widget {
    background: linear-gradient(0, rgba(59, 99, 163, 1) 0, rgba(68, 138, 198, 1) 100%) !important;
    padding: 40px 20px;
    text-align: center;
}


.dental-implants-title {
    font-size: 36px;
    font-weight: 400;
    line-height: 1.2;
    margin: 10px 0;
    color: #fff;

}

.dental-implants-description {
    font-size: 16px;
    line-height: 1.8;
    margin: 0 auto 20px auto;
    font-family: 'Lato', sans-serif;
    color: #fff;
    text-wrap: balance;
}

.dental-implants-components .component-item {
    padding: 15px;
    position: relative;
    background-color: rgba(20, 52, 106, 1);
}

.component-separator {
    border: none;
    border-top: 1px solid #e2e8f0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.dental-implants-footernote {
    font-size: 16px;
    line-height: 1.5;
    margin-block: 10px;
    color: #fff;
    text-wrap-mode: balance;
    text-align: center;
}

.dental-implants-components {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.dental-implant-component {
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    position: relative;
}

.component-icon {
    font-size: 40px;
    color: #3b63a3;
    margin-bottom: 20px;
}

.component-icon svg {
    width: 40px;
    height: 40px;
}

.component-title {
    font-size: 24px !important;
    font-weight: 400 !important;
    line-height: 1.2 !important;
    color: #fff !important;
}

.component-description {
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
    color: #fff;
    text-wrap-mode: balance;
}

@media (max-width: 1024px) {
    .elementor-section.elementor-top-section:has(.dental-implants-widget) {
        padding: 60px 25px 45px;
    }

    .dental-implants-widget {
        padding: 30px 20px;
    }

    .dental-implants-components {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .dental-implants-title {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .elementor-section.elementor-top-section:has(.dental-implants-widget) {
        padding: 90px 15px 30px;
    }

    .dental-implants-widget {
        padding: 20px 20px;
    }

    .dental-implants-components {
        grid-template-columns: repeat(1, 1fr);
    }
}

.tooth-replacement-widget {
    padding: 40px 20px;
    background: linear-gradient(0, rgba(59, 99, 163, 1) 0, rgba(68, 138, 198, 1) 100%) !important;
}

.tooth-replacement-title {
    color: #fff;
    font-size: 48px;
    font-weight: 400;
    text-align: center;
    line-height: 1.2;
    margin-block: 10px;
}

.tooth-replacement-table-container {
    overflow-x: auto;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.tooth-replacement-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 600px;
}

.tooth-replacement-table th,
.tooth-replacement-table td {
    padding: 10px 15px;
    text-align: center;
    border: 1px solid #e0e0e0;
    width: 33%;
}

.table-header {
    background-color: #3b63a3;
    color: white;
}

.table-header th {
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: normal;
    font-family: 'Josefin Sans', sans-serif;
    background-color: rgba(20, 52, 106, 1);
    border: 1px solid #000;
}

.tooth-replacement-table td {
    font-size: 16px !important;
    line-height: 1.5 !important;
    color: #000 !important;
    background-color: #fff !important;
}

.tooth-replacement-table tr:nth-child(odd) td {
    background-color: rgb(129, 188, 237) !important;
}

.tooth-replacement-table td .option-name,
.tooth-replacement-table td .cons-text,
.tooth-replacement-table td .cons-text {
    font-size: 16px !important;
    line-height: 1.5 !important;
    color: #000 !important;
}

@media (max-width: 1024px) {
    .tooth-replacement-title {
        font-size: 36px;
    }
}

@media (max-width: 768px) {
    .tooth-replacement-title {
        font-size: 24px;
    }
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    margin: 20px 0;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

.locations-widget {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
}

.locations-header {
    text-align: center;
    margin-bottom: 50px;
}

.locations-main-title {
    font-size: 48px;
    color: #3b63a3;
    direction: ltr;
    font-family: "Josefin Sans", "Josefin Sans Fallback";
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
}

.elementor-widget-locations_widget .locations-sub-heading {
    color: rgb(68 138 198);
    font-size: 20px;
    font-weight: 700;
    margin: 0;
}

.elementor-widget-locations_widget .locations-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 15px;
    color: #fff;
    text-align: center;
}

.elementor-widget-locations_widget .location-card-item {
    border-radius: 0;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;

    background-image: linear-gradient(0, rgba(59, 99, 163, 1) 0, rgba(68, 138, 198, 1) 100%) !important;
    background-origin: border-box !important;
    box-shadow: rgba(0, 0, 0, 0.25) 0 3px 11px 0 !important;
    -moz-box-shadow: rgba(0, 0, 0, 0.25) 0 3px 11px 0 !important;
    -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0 3px 11px 0 !important;
    box-shadow: 0 25px 50px -10px rgb(31 31 31 / 20%) !important;
}

.location-card-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.12);
}

.location-content {
    padding: 10px;
}

.location-icon {
    width: 40px;
    height: 20px;
    margin: 0 auto;
    padding: 0 0 51px 0;
}

.location-icon svg {
    color: var(--color_6) !important;
    fill: var(--color_6) !important;
}

.location-title {
    color: #fff;
    direction: ltr;
    font-family: "Josefin Sans", "Josefin Sans Fallback";
    font-weight: 500;
    font-style: normal;
}

.location-phone {
    color: var(--color_2);
    display: initial;
    font-family: Lato, "Lato Fallback";
    font-style: normal;
    font-size: 16px;
    font-weight: 400;
}

.location-address {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 25px;
}

.elementor-widget-locations_widget .location-map {
    margin-bottom: 25px;
    border-radius: 0;
    overflow: hidden;
}

.location-map iframe {
    display: block;
}


@media (max-width: 768px) {
    .locations-container {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .locations-main-title {
        font-size: 28px;
    }

    .locations-sub-heading {
        font-size: 18px;
    }

    .location-content {
        padding: 20px;
    }

    .location-title {
        font-size: 20px;
    }

    .location-phone {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .locations-widget {
        padding: 20px 15px;
    }

    .locations-main-title {
        font-size: 24px;
    }

    .locations-sub-heading {
        font-size: 16px;
    }
}

.location-detail-section {
    background-color: #f8f9fa;
    padding: 0;
}

.location-detail-wrapper {
    max-width: 1200px;
    margin: 0 auto;
}

.location-detail-container {
    width: 100%;
}

.location-detail-box {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    background-color: #3b63a3;
    border-radius: 0;
    overflow: hidden;
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.15);
}

.location-column {
    padding: 40px 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.location-column:last-child {
    border-right: none;
}

.map-column {
    padding: 0;
}

.location-item {
    text-align: center;
    width: 100%;
}

.location-icon {
    margin-bottom: 20px;
    text-align: center;
}

.location-icon svg {
    width: 50px;
    height: 50px;
    fill: #ffffff;
}

.location-title {
    color: #ffffff;
    font-size: 20px !important;
    font-weight: 400 !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 15px 0;
}

.location-text {
    color: #ffffff;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.location-phone a,
.location-email a,
.location-address a {
    color: #ffffff;
    text-decoration: none;
    transition: opacity 0.3s ease;
    display: block;
}

.location-phone a:hover,
.location-email a:hover,
.location-address a:hover {
    opacity: 0.8;
}

.elementor-widget-locations_widget .location-details-btn {
    display: inline-block;
    background-color: #50c878;
    color: #fff;
    text-decoration: none;
    padding: 18px 20px;
    border-radius: 0;
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    font-family: 'Josefin Sans', 'Josefin Sans', sans-serif;
    text-transform: uppercase;
    letter-spacing: normal;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    margin-top: 10px;
}

.elementor-widget-locations_widget .view-map-btn:hover {
    background-color: #f0f0f0;
    transform: translateY(-2px);
}

.elementor-widget-locations_widget .location-map {
    width: 100%;
    height: 100%;
}

.elementor-widget-locations_widget .location-map iframe {
    display: block;
    width: 100%;
    height: 100%;
}

@media (max-width: 1024px) {
    .location-detail-box {
        grid-template-columns: repeat(2, 1fr);
    }

    .location-column {
        padding: 30px 20px;
    }

    .location-column:nth-child(2) {
        border-right: none;
    }

    .location-column:nth-child(3) {
        border-right: 1px solid rgba(255, 255, 255, 0.15);
    }
}

.location-column.map-column .location-map {
    width: 100%;
    height: 100%;
}

@media (max-width: 768px) {
    .location-detail-box {
        grid-template-columns: 1fr;
    }

    .location-column {
        padding: 25px 20px;
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    }

    .location-column:last-child {
        border-bottom: none;
    }

    .map-column {
        min-height: 250px;
        padding: 0;
        height: 250px;
    }
}

.aplus-two-column-section {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
    padding: 60px 0;
    background: transparent;
    width: 100%;
}

.aplus-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.aplus-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.aplus-column {
    padding: 0 15px;
    box-sizing: border-box;
}

.aplus-column-content {
    flex: 0 0 66.666%;
    max-width: 66.666%;
}

.aplus-column-hours {
    flex: 0 0 33.333%;
    max-width: 33.333%;
}

.aplus-content-title {
    text-transform: uppercase;
    font-weight: normal;
    text-decoration: none;
    font-size: 36px;
    line-height: 1.3;
    margin: 0 0 20px 0;
    text-align: center;
    color: #3b63a3;
    letter-spacing: 0.5px;
}

.aplus-content-subtitle {
    text-transform: uppercase;
    font-weight: normal;
    text-decoration: none;
    font-size: 24px;
    line-height: 1.4;
    margin: 0 0 30px 0;
    text-align: center;
    color: var(--color_6);
    letter-spacing: 0.5px;
}

.aplus-content-description {
    font-size: 16px;
    line-height: 2;
    color: #333;
    margin: 0 0 30px 0;
    text-align: center;
}

.aplus-content-description p {
    margin-bottom: 20px;
}

.aplus-content-description p:last-child {
    margin-bottom: 0;
}

.aplus-contact-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #50c878 0%, #219046 100%);
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 1px;
    padding: 18px 30px;
    border-radius: 0px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
    margin: 0 auto;
    display: flex;
    min-width: 200px;
    max-width: fit-content;
}

.aplus-contact-button:hover {
    background: linear-gradient(135deg, #219046 0%, #50c878 100%);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    color: white;
}

.button-icon {
    display: none;
    margin-right: 10px;
    font-size: 16px;
}

.button-text {
    display: inline-block;
}

@media (min-width: 768px) {

    .elementor-widget-office_hours_widget .aplus-content-title,
    .elementor-widget-office_hours_widget .aplus-content-subtitle,
    .elementor-widget-office_hours_widget .aplus-content-description,
    .elementor-widget-office_hours_widget .aplus-content-description p,
    .elementor-widget-office_hours_widget .aplus-contact-button {
        text-align: left;
        margin-left: 0;
    }
}

.aplus-hours-title {
    text-transform: uppercase;
    color: var(--color_3, #333);
    font-size: 30px;
    font-weight: normal;
    text-align: center;
    margin: 0 0 30px 0;
    line-height: 1.3;
}

.aplus-office-hours-container {
    background: transparent;
    padding: 0;
}

.open-hours-data {
    margin: 0;
    padding: 0;
    list-style: none;
}

.open-hours-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.open-hours-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.open-hours-item dt {
    font-weight: 600;
    color: #333;
    font-size: 16px;
    text-transform: none;
    margin: 0;
    padding: 0;
    flex: 1;
}

.open-hours-item dd {
    margin: 0;
    padding: 0;
    color: #666;
    font-size: 15px;
    text-align: right;
    flex: 1;
}

.open-hours-item time {
    font-weight: 500;
}

.open-hours-item .closed {
    color: #999;
    font-style: italic;
    font-weight: 500;
}


@media (max-width: 992px) {

    .aplus-column-content,
    .aplus-column-hours {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .aplus-column-hours {
        margin-top: 40px;
    }

    .aplus-content-title {
        font-size: 30px;
    }

    .aplus-content-subtitle {
        font-size: 22px;
    }

    .aplus-hours-title {
        font-size: 26px;
    }
}

@media (max-width: 768px) {
    .aplus-two-column-section {
        padding: 40px 0;
    }

    .aplus-content-title {
        font-size: 24px;
    }

    .aplus-content-subtitle {
        font-size: 20px;
    }

    .aplus-hours-title {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .aplus-content-description {
        font-size: 15px;
        line-height: 1.8;
    }

    .open-hours-item {
        margin-bottom: 12px;
        padding-bottom: 12px;
    }

    .open-hours-item dt {
        font-size: 15px;
    }

    .open-hours-item dd {
        font-size: 14px;
    }

    .aplus-contact-button {
        padding: 10px 25px;
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .aplus-container {
        padding: 0 15px;
    }

    .aplus-content-title {
        font-size: 20px;
    }

    .aplus-content-subtitle {
        font-size: 18px;
    }

    .aplus-hours-title {
        font-size: 20px;
    }

    .open-hours-item {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }

    .open-hours-item dt,
    .open-hours-item dd {
        width: 100%;
        text-align: left;
    }

    .open-hours-item dd {
        margin-top: 5px;
    }

    .aplus-contact-button {
        width: 100%;
        max-width: 100%;
    }
}

.aplus-column-content {
    animation: fadeInCombo 1s ease-in-out;
}

.aplus-column-hours {
    animation: fadeInCombo 1s ease-in-out 0.1s;
    animation-fill-mode: both;
}

@keyframes fadeInCombo {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 768px) {

    .aplus-content-title,
    .aplus-content-subtitle,

    .aplus-content-description {
        text-align: center;
    }

    .open-hours-item dt,
    .open-hours-item dd {
        text-align: center;
    }
}

.open-hours-item[day="{{current_day}}"] dt {
    font-weight: 700;
    color: var(--color_3, #0073aa);
}

.button-icon {
    color: #ffd700;
}

.aplus-our-doctors-section {
    width: 100%;
    text-align: center;
}

.aplus-doctors-title {
    font-size: 72px;
    line-height: 1.2;
    margin: 0 0 20px 0;
    color: #fff;
    letter-spacing: 3px;
    text-align: center;
    font-family: "Josefin Sans", "Josefin Sans Fallback";
    font-weight: 400;
    font-style: normal;
}

.aplus-doctors-subtitle {
    text-transform: uppercase;
    font-weight: normal;
    font-size: 28px;
    line-height: 1.3;
    margin: 0 0 30px 0;
    letter-spacing: 2px;
    position: relative;
    display: inline-block;
    text-align: center;
    color: #3b63a3;
    direction: ltr;
    font-family: "Josefin Sans", "Josefin Sans Fallback";
    font-weight: 400;
}

.aplus-doctors-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin: 0 auto;
    max-width: 1200px;
}

.aplus-doctor-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px;
    position: relative;
}

.aplus-doctor-item:not(:last-child)::after {
    display: none;
}

.aplus-doctor-image {
    width: 280px;
    height: 280px;
    overflow: hidden;
    margin-bottom: 10px;
    border: 5px solid #fff;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    position: relative;
}

.aplus-doctor-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    transition: transform 0.5s ease;
}

.aplus-doctor-item:hover .aplus-doctor-image img {
    transform: scale(1.08);
}

.aplus-doctor-name {
    font-size: 20px;
    font-weight: normal;
    line-height: 1.3;
    text-align: center;
    letter-spacing: 1px;
    margin-bottom: 10px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    direction: ltr;
    font-family: "Josefin Sans", "Josefin Sans Fallback";
    font-weight: 400;
}

.aplus-doctor-title {
    font-family: 'Georgia', 'Times New Roman', serif;
    font-size: 22px;
    font-style: italic;
    line-height: 1.4;
    text-align: center;
    letter-spacing: 0.5px;
    font-weight: normal;

    text-align: center;
    color: #fff;
    direction: ltr;
    font-family: "Josefin Sans", "Josefin Sans Fallback";
    font-weight: 400;
}

.aplus-doctor-separator {
    display: none;
}

@media (max-width: 1200px) {
    .aplus-doctors-list {
        gap: 30px;
    }

    .aplus-doctor-image {
        width: 240px;
        height: 240px;
    }

    .aplus-doctor-name {
        font-size: 24px;
    }

    .aplus-doctor-title {
        font-size: 20px;
    }
}

@media (max-width: 992px) {
    .aplus-doctors-list {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px;
    }

    .aplus-doctors-title {
        font-size: 36px;
    }

    .aplus-doctors-subtitle {
        font-size: 24px;
    }

    .aplus-doctor-image {
        width: 260px;
        height: 260px;
    }
}

@media (max-width: 768px) {
    .aplus-our-doctors-section {
        padding: 70px 0;
    }

    .aplus-doctors-title {
        font-size: 32px;
        letter-spacing: 2px;
    }

    .aplus-doctors-subtitle {
        font-size: 22px;
        margin-bottom: 50px;
    }

    .aplus-doctors-list {
        grid-template-columns: 1fr;
        gap: 50px;
        max-width: 500px;
    }

    .aplus-doctor-item {
        padding: 20px 0;
    }

    .aplus-doctor-image {
        width: 280px;
        height: 280px;
        margin-bottom: 25px;
    }

    .aplus-doctor-name {
        font-size: 26px;
    }

    .aplus-doctor-title {
        font-size: 21px;
    }

    .aplus-doctor-item:not(:last-child)::after {
        content: '';
        position: absolute;
        bottom: -25px;
        left: 20%;
        width: 60%;
        height: 1px;
        background: rgba(0, 0, 0, 0.1);
        display: block;
    }
}

@media (max-width: 576px) {
    .aplus-our-doctors-section {
        padding: 50px 0;
    }

    .aplus-doctors-title {
        font-size: 28px;
        letter-spacing: 1.5px;
    }

    .aplus-doctors-subtitle {
        font-size: 20px;
        margin-bottom: 40px;
    }

    .aplus-doctor-image {
        width: 240px;
        height: 240px;
    }

    .aplus-doctor-name {
        font-size: 24px;
    }

    .aplus-doctor-title {
        font-size: 19px;
    }
}

@media (max-width: 480px) {
    .aplus-doctors-title {
        font-size: 24px;
    }

    .aplus-doctors-subtitle {
        font-size: 18px;
    }

    .aplus-doctor-image {
        width: 220px;
        height: 220px;
    }

    .aplus-doctor-name {
        font-size: 22px;
    }

    .aplus-doctor-title {
        font-size: 18px;
    }

    .aplus-container {
        padding: 0 15px;
    }
}

.aplus-doctors-title,
.aplus-doctors-subtitle,
.aplus-doctor-item {
    animation: fadeInUp 0.8s ease-out;
    animation-fill-mode: both;
}

.aplus-doctors-subtitle {
    animation-delay: 0.2s;
}

.aplus-doctor-item:nth-child(1) {
    animation-delay: 0.4s;
}

.aplus-doctor-item:nth-child(2) {
    animation-delay: 0.6s;
}

.aplus-doctor-item:nth-child(3) {
    animation-delay: 0.8s;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.aplus-doctor-image {
    transition: all 0.4s ease;
}

.aplus-doctor-item:hover .aplus-doctor-image {
    border-color: #f8f8f8;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
    transform: translateY(-5px);
}

.aplus-doctor-item {
    text-align: center;
}

.aplus-doctor-name,
.aplus-doctor-title {
    text-decoration: none;
    border: none;
    background: transparent;
}

.aplus-doctor-image {
    background: #fff;
}

#invisalign-faqs .aplus-news-accordion-wrapper {
    padding-top: 60px;
    margin-top: 0 !important;
    background-color: transparent !important;
}

.dental-offer-items:empty {
    display: none;
}

.dental-offer-disclaimer {
    margin-bottom: 10px;
}

.dental-offer-container .dental-offer-button.primary-btn {
    border-radius: 0 !important;
    padding: 18px 30px;
}


.invisalign-comparison-widget .comparison-subheading {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
}

.invisalign-comparison-widget .comparison-heading {
    margin-bottom: 10px;
    margin-top: 10px;
}


.invisalign-comparison-widget .comparison-description {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    color: #1f1f1f;
    line-height: 2;
    text-wrap: balance;
    text-transform: initial;
}

.elementor-heading-title.elementor-size-default {
    font-size: 36px;
    font-family: 'Josefin Sans', sans-serif;
}

@media (max-width: 1024px) {
    .elementor-heading-title.elementor-size-default {
        font-size: 30px;
    }
}

@media (max-width: 768px) {
    .elementor-heading-title.elementor-size-default {
        font-size: 24px;
    }
}

a.aplus-specials-button.primary-btn {
    font-size: 16px;
    font-family: 'Josefin Sans', sans-serif;
    padding: 18px 30px;
    font-weight: 700;
    max-width: 250px;
    width: 100%;
}