:root {
    --main-color: #1c7a7c;
}
body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: #262626;
}
.business-site-width {
    position: relative;
    width: 1007px;
    max-width: 100%;
    margin: 0 auto;
}
.business-btn {
    display: inline-block;
    padding: 17px 34px;
    font-size: 23.5px;
    font-weight: 600;
    text-align: center;
    background: var(--main-color);
    color: #fff;
    border-radius: 32px;
    transition: transform 0.15s ease-out;
}
.business-btn:hover {
    transform: scale(1.05);
}


.hero-section {
    background: linear-gradient(90deg, #D3EEEE -4.5%, #A4CACA 56%, var(--main-color) 92%);
    overflow: hidden;
}
.hero-section .hero-content {
    width: 50%;
    padding: 60px 0 45px;
}
.hero-section .logo-wrapper {
    margin-bottom: 58px;
}
.hero-section .logo-wrapper .business-logo {
    display: block;
    width: 156px;
    height: auto;
}
.hero-section .hero-title {
    margin-bottom: 14px;
    font-size: 45px;
    font-weight: 700;
    line-height: 1.29;
    letter-spacing: .5px;
}
.hero-section .hero-text {
    margin-bottom: 25px;
    font-size: 21.5px;
    line-height: 1.34;
}
.hero-section .hero-content .business-btn {
    width: 100%;
}
.hero-section .hero-gfx-wrapper {
    position: absolute;
    width: 0;
    height: 0;
    top: calc(50% + 10px);
    left: calc(75% + 25px);
}
.hero-section .hero-gfx-wrapper .bg-circle {
    position: absolute;
    width: 480px;
    height: 560px;
    transform: translate(-42%, calc(-70% + 20px));
    
}
.hero-section .hero-gfx-wrapper .bg-circle:before {
    content: '';
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    height: 480px;
    background: #fff;
    opacity: 0.2;
    border-radius: 50%;
}
.hero-section .phone-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.hero-section .phone-wrapper .phone-frame {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}
.hero-section .phone-wrapper .phone-img-mask {
    position: relative;
    bottom: 0;
    left: 10px;
    width: calc(100% - 7px);
    height: 377px;
    margin-top: 96px;
    border-radius: 0 0 20px 20px;
    overflow: hidden;
}
.hero-section .phone-wrapper .phone-img {
    position: relative;
    display: block;
    left: 0;
    bottom: -6px;
    transition: bottom 1.2s ease-in-out;
}
.hero-section.animate .phone-wrapper .phone-img {
    bottom: 91px;
    max-width: 219px;
}
.hero-section .hero-badge {
    position: absolute;
    top: 27%;
    left: 100%;
    opacity: 0;
    transform: translateX(-44%) scale(0.5) rotate(-20deg);
    transition: opacity 0.5s ease-in-out 1.2s, transform 0.8s cubic-bezier(0.25, 1.5, 0.8, 1.5) 1.2s;
}
.hero-section.animate .hero-badge {
    opacity: 1;
    transform: translateX(-44%) scale(1);
}
#circleSvg {
    transform: translate(-40px, 0);
}
.hero-section .hero-gfx-wrapper .bg-circle .hero-icon {
    position: absolute;
}
#circleSvg g {
    opacity: 0;
    transition: opacity 0.7s ease-in-out .2s, transform 1s ease-in-out;
}
#circleSvg g:nth-child(1) {
    transform: translate(16px, 220px);
}
#circleSvg g:nth-child(2) {
    transform: translate(6px, 140px);
}
#circleSvg g:nth-child(3) {
    transform: translate(40px, 70px);
}
#circleSvg g:nth-child(4) {
    transform: translate(460px, 82px);
}
#circleSvg g:nth-child(5) {
    transform: translate(482px, 168px);
}
#circleSvg g:nth-child(6) {
    transform: translate(482px, 238px);
}
#circleSvg g:nth-child(7) {
    transform: translate(440px, 306px);
}

.hero-section.animate #circleSvg g {
    opacity: 1;
}
.hero-section.animate #circleSvg g:nth-child(1) {
    transform: translate(28px, 255px);
}
.hero-section.animate #circleSvg g:nth-child(2) {
    transform: translate(14px, 121px);
}
.hero-section.animate #circleSvg g:nth-child(3) {
    transform: translate(76px, 28px);
}
.hero-section.animate #circleSvg g:nth-child(4) {
    transform: translate(432px, 42px);
}
.hero-section.animate #circleSvg g:nth-child(5) {
    transform: translate(478px, 142px);
}
.hero-section.animate #circleSvg g:nth-child(6) {
    transform: translate(474px, 264px);
}
.hero-section.animate #circleSvg g:nth-child(7) {
    transform: translate(400px, 356px);
}

.caller-id {
    padding: 170px 0 85px;
}
.business-section .business-site-width {
    align-items: center;
    gap: 30px 5.6%;
}
.msg-id .business-site-width {
    gap: 30px 3.5%;
}
.business-section .caller-id-image,
.business-section .msg-id-image {
    position: relative;
    flex-shrink: 0;
    width: 39.4%;
}
.caller-id-image .main-img {
    display: block;
    max-width: 100%;
    height: auto;
}
.caller-id-image .badge {
    position: absolute;
    bottom: 30px;
    left: calc(100% - 8px);
    transform: translateX(-50%) scale(0.5);
    opacity: 0;
    transition: opacity 0.5s ease-in-out 0.5s, transform 0.7s cubic-bezier(0.25, 1.5, 0.8, 1.5) 0.5s;
    width: 86px;
    height: auto;
}
.caller-id-image .badge.active {
    opacity: 1;
    transform: translateX(-50%) scale(1);
}
.call-anim {
    position: absolute;
    bottom: 68px;
    left: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.call-anim img:first-child {
    /* animation: moveUpDown 0.8s infinite linear; */
}

.call-anim img:nth-child(2) {
    margin: 13px 0;
    /* animation: rotateButton 1s infinite ease-in-out; */
}

.call-anim img:last-child {
    margin-top: 8px;
    /* animation: moveUpDown 0.8s infinite linear reverse 0.3s; */
}


@keyframes moveUpDown {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-9px);
    }
    100% {
        transform: translateY(0);
    }
}

@keyframes rotateButton {
    0% {
        transform: rotate(0deg) scale(1);
    }
    30% {
        transform: rotate(0deg) scale(1.1);
    }
    40% {
        transform: rotate(-25deg) scale(1.1);
    }
    60% {
        transform: rotate(25deg) scale(1.1);
    }
    70% {
        transform: rotate(0deg) scale(1.1);
    }
    100% {
        transform: rotate(0deg) scale(1);
    }
}
.business-section .caller-id-content,
.business-section .msg-id-content,
.customization-content {
    max-width: 520px;
}
.business-section .section-title {
    margin-bottom: 20px;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.33;
    color: var(--main-color);
}
.business-section .section-text {
    font-size: 18.67px;
    font-weight: 500;
    line-height: 1.61;
}
.business-section .msg-id-image {
    position: relative;
    justify-content: center;
    width: 45%;
    padding-left: 8.5%;
}
.business-section .msg-id-image .top-layer-wrapper {
    position: absolute;
    top: 84px;
    left: 59%;
    transform: translateX(-50%) scale(0.3);
    opacity: 0;
    transition: opacity 0.7s ease-in-out 0.2s, transform 0.8s cubic-bezier(0.25, 1.5, 0.8, 1.5) 0.2s;
}
.business-section .msg-id-image .top-layer-wrapper .badge {
    position: absolute;
    top: 65px;
    left: calc(50% - 10px);
    transform: translateX(-50%) scale(1);
    transition: transform 0.5s cubic-bezier(0.25, 1.5, 0.8, 1.5) 1s;
}
.business-section.active .msg-id-image .top-layer-wrapper {
    opacity: 1;
    transform: translateX(-50%) scale(1);
}
.business-section.active .msg-id-image .top-layer-wrapper .badge {
    transform: translateX(-50%) scale(1.13  );
}

.business-section .slick-slide img {
    max-width: 100%;
    height: auto;
}

.msg-id {
    padding: 85px 0 94px;
}

.customization {
    padding: 82px 0 92px;
}
.customization .business-site-width {
    gap: 30px 2.7%;
}
.slider-wrapper {
    display: flex;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
    width: 38%;
}
.slider-wrapper .custom-slider {
    width: 268px;
}
.slider-wrapper .custom-slider .slick-slide {
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}
.slider-wrapper .custom-slider .slick-slide.slick-active,
.slider-wrapper .custom-slider .slick-slide.slick-current,
.slider-wrapper .custom-slider .slick-slide.slick-cloned {
    opacity: 1;
}
.slider-wrapper .custom-slider .slick-dots {
    bottom: -32px;
}
.slider-wrapper .custom-slider .slick-dots li {
    padding: 5px;
}
.slider-wrapper .custom-slider .slick-dots button {
    width: 10px;
    height: 10px;
    padding: 0;
    border-radius: 50%;
    background: #CADCDC;
}
.slider-wrapper .custom-slider .slick-dots .slick-active button {
    background: var(--main-color);
}
.slider-wrapper .custom-slider .slick-dots button:before {
    display: none;
}
.customization-content {
    padding-bottom: 18px;
}

.pre-footer {
    position: relative;
    padding: 88px 0;
    background-size: cover;
    background-position: top center;
}
.pre-footer:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.6) 30%, rgba(255, 255, 255, 0) 85%);
}
.pre-footer .business-site-width {
    width: 1044px;
}
.pre-footer-content {
    width: 56%;
    color: #fff;
}
.pre-footer-content .section-title {
    margin-bottom: 25px;
    font-size: 49px;
    font-weight: 700;
    line-height: 1.29;
    letter-spacing: .5px;
}
.pre-footer-content .business-btn {
    min-width: 250px;
    margin-top: 24px;
    margin-left: -2px;
}

.form-section {
    padding: 82px 0 92px;
}
.form-section .text-col {
    width: 43%;
}
.form-section .section-title {
    max-width: 326px;
    margin-bottom: 20px;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.33;
    letter-spacing: 1px;
    color: var(--main-color);
}
.form-section .section-text {
    max-width: 326px;
    font-size: 23px;
    font-weight: 500;
    line-height: 1.3;
    color: #2c2c2c;
}
.form-section .form-col {
    width: 57%;
}
.form-section .form-col .form-field {
    margin-bottom: 20px;
}
.form-section .form-col .form-field label {
    display: block;
    margin-bottom: 6px;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #8C8989;
}
.form-section .form-col .form-field input {
    width: 100%;
    border-radius: 10px;
    border: 2px solid transparent;
    padding: 11px 16px;
    background: rgba(226, 237, 237, 0.6);
}
.form-section .form-col .form-field.error input {
    border-color: #FF0000;
}
.form-section .form-col .submit-btn {
    width: 100%;
    margin-top: 40px;
    padding: 14px 24px;
    font-size: 22px;
    font-weight: 500;
    text-align: center;
    background: var(--main-color);
    color: #fff;
    border-radius: 32px;
    border: none;
    cursor: pointer;
    transition: transform 0.15s ease-out;
}
.form-section .form-col .submit-btn:hover {
    transform: scale(1.05);
}
.form-section .contact-form .form-response {
    margin-top: 20px;
    font-size: 23px;
    text-align: center;
    color: #000;
}
.form-section .contact-form .form-response.error {
    color: #FF0000;
}


#footer.business-footer {
    padding: 62px 0 40px;
    font-family: 'Poppins', sans-serif;
    background: var(--main-color);
}
#footer.business-footer .header-width {
    width: 977px;
}
#footer.business-footer .footer-logo {
    width: 146px;
    height: 60px;
    filter: brightness(0) invert(1);
}
#footer .footer-nav, 
#footer .footer-social {
    padding-top: 0;
}
#footer .footer-menu {
    gap: 60px;
    font-size: 14.5px;
}
#footer .footer-menu li + li, #footer .footer-menu .sub-menu {
    margin-top: 6px;
}
#footer .footer-menu > li {
    width: 150px;
}
#footer.business-footer .footer-social .social-title {
    margin-bottom: 14px;
    font-size: 18px;
}
#footer.business-footer .footer-social .social-icons a {
    display: block;
    width: 30px;
    height: 30px;
}
#footer.business-footer .footer-social .social-icons a[href*="tiktok"] {
    mix-blend-mode: screen;
}
#footer.business-footer .footer-social .social-icons a[href*="x"] {
    mix-blend-mode: luminosity;
}

@media (max-width: 1199px) {
    .form-section .text-col {
        width: 41%;
    }
    .form-section .form-col {
        width: 59%;
    }
}

@media (max-width: 1049px) {
    .business-site-width {
        padding: 0 20px;
    }
    .hero-section .hero-gfx-wrapper {
        left: calc(70% + 25px);
    }
    .caller-id {
        padding-top: 130px;
    }
}

@media (max-width: 1023px) {
    .hero-section .hero-content {
        width: 48%;
        padding: 50px 0 40px;
    }
    .hero-section .logo-wrapper {
        margin-bottom: 42px;
    }
    .hero-section .hero-title {
        font-size: 36px;
    }
    .hero-section .hero-text {
        font-size: 19px;
    }
    .business-btn {
        padding: 15px 34px;
        font-size: 21px;
    }
    .hero-section .hero-gfx-wrapper {
        transform: scale(0.8);
    }
    .hero-section .hero-gfx-wrapper {
        left: 70%;
    }

    .business-section .business-site-width {
        justify-content: space-between;
    }
    .business-section .caller-id-image {
        width: 41%;
    }
    .business-section .msg-id-image {
        padding-left: 3.5%;
    }
    .business-section .msg-id-image .top-layer-wrapper {
        left: 54%;
    }
    .business-section .caller-id-content, .business-section .msg-id-content, .customization-content {
        width: 50%;
    }
    .business-section .section-title {
        margin-bottom: 18px;
        font-size: 36px;
    }
    .business-section .section-text {
        font-size: 17px;
    }
    .slider-wrapper {
        width: 43%;
    }
    .pre-footer {
        padding: 70px 0;
    }
    .pre-footer-content .section-title {
        font-size: 43px;
    }
    .form-section .business-site-width {
        flex-direction: column;
        align-items: center;
        gap: 40px;
    }
    .form-section .form-col {
        width: 100%;
        max-width: 600px;
    }
    .form-section .text-col {
        width: 100%;
        max-width: 600px;
    }
    .form-section .section-title {
        max-width: 100%;
    }
    .form-section .section-text {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .business-site-width {
        display: flex;
        flex-direction: column;
    }
    .hero-section {
        background: linear-gradient(90deg, #D3EEEE -20.5%, var(--main-color) 142%);
    }
    .hero-section .hero-content {
        width: 100%;
    }
    .hero-section .hero-title {
        font-size: 32px;
        text-align: center;
    }
    .hero-section .hero-text {
        text-align: center;
    }
    .hero-section .hero-gfx-wrapper {
        position: relative;
        left: 50%;
        height: 500px;
    }
    .hero-section .hero-gfx-wrapper .bg-circle {
        top: 50%;
        transform: translate(-50%, calc(-70% + 20px)) scale(1.1);
    }
    .hero-section .hero-gfx-wrapper .bg-circle:before {
        transform: scale(0.85);
    }
    #circleSvg {
        transform: scale(0.85) translate(-50px, 0px);
    }
    #circlePath {
        transform: translate(0, 25px);
    }
    .hero-section .phone-wrapper {
        transform: translate(-56%, -50%);
    }
    .business-btn {
        padding: 13px 34px;
        font-size: 20px;
    }
    .business-section .section-title {
        font-size: 30px;
    }
    .caller-id {
        padding: 80px 0 50px;
        overflow: hidden;
    }
    .business-section.caller-id .business-site-width,
    .business-section.customization .business-site-width {
        flex-direction: column-reverse;
    }
    .business-section .caller-id-content, .business-section .msg-id-content, .customization-content {
        width: 100%;
    }
    .business-section .caller-id-image {
        width: auto;
        max-width: 335px;
    }
    .call-anim {
        bottom: 44px;
        left: 66px;
        transform: scale(0.85);
    }
    .caller-id-image .badge.active {
        left: calc(100% - 14px);
        transform: translateX(-50%) scale(0.9);
    }
    .msg-id {
        padding: 50px 0 60px;
    }
    .msg-id .business-site-width {
        gap: 50px;
    }
    .business-section .msg-id-image {
        width: auto;
        padding: 0;
    }
    .business-section .msg-id-image .top-layer-wrapper {
        left: 50%;
    }
    .pre-footer {
        padding-bottom: 30px;
        background-position: 65% center;
    }
    .pre-footer:before {
        background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 50%, rgba(255, 255, 255, 0) 75%);
    }
    .pre-footer-content {
        width: 100%;
        margin-top: 200px;
    }
    .pre-footer-content .section-title {
        margin-bottom: 20px;
        font-size: 34px;
        line-height: 1.2;
    }

    .form-section .section-title {
        margin-bottom: 12px;
        font-size: 30px;
        letter-spacing: 0;
    }
    .form-section .section-text {
        font-size: 20px;
    }
    .form-section .form-col .form-field label {
        font-size: 15px;
    }
    .form-section .form-col .submit-btn {
        font-size: 19px;
    }
    .form-section .contact-form .form-response {
        font-size: 20px;
    }
}

body.debug {
    background: url(../debug/business.jpg?v=1) no-repeat top center;
}
body.debug > * {
    opacity: .7;
}