@import url("/css/accordion.css");
@import url('/css/check-availability.css');

.curve-bg svg {
    fill: white;
}

.dark-mode .curve-bg svg {
    fill: rgb(var(--dark-mode-body-bg));
}


#hero {
    margin-top: -190px;
    position: relative;
}

#hero .banner img {
    width: 100%;
}

#hero .curve-bg {
    position: relative;
    z-index: 1;
}

#hero .curve-bg .small {
    margin-left: -2px;
}

#hero .curve-bg .small, #hero .curve-bg .extra-large {
    display: none;
}

#hero .curve-bg .large, #hero .curve-bg .extra-large {
    height: 308px;
}

#hero .banner {
    display: none;
}

#hero .content {
    margin-top: -150px;
}

#hero.set1 .content {
    background: url('../business/images/biz_page_header.jpg') no-repeat left center/contain;
}

#hero.set2 .content {
    background: url('../business/images/BIZ_PAGE_HEADER_SET2.jpg') no-repeat left center/contain;
}

#hero .overlay {
    padding: 160px 0 164px 0;
    background: linear-gradient(to left, black 30%, transparent 60%, transparent);
}

#hero h1 {
    color: white;
    text-align: right;
}

#hero h1 span {
    display: block;
    font-size: 96px;
    line-height: .8;
}

#hero .benefits {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 0.96rem;
    font-family: var(--font-secondary);
    letter-spacing: -0.8px;
    font-size: 26.4px;
    line-height: 25.6px;
    padding-top: 1.2rem;
    padding-bottom: 0.7rem;
    color: white;
}

#hero .benefits > :not([hidden]) ~ :not([hidden]) {
    border-right-width: 2px;
    border-left-width: 2px;
    border-color: rgb(var(--gray-950));
    border-left-style: solid;
    border-left-color: white;
}

#hero .benefits span {
    padding-left: 0.96rem;
    letter-spacing: 10 !important;
    display: inline-block;
}

#hero .benefits span:first-child {
    padding-left: 0 !important;
}

.dark-mode #hero .benefits {
    color: rgb(var(--white2));
}

.dark-mode #hero .benefits > :not([hidden]) ~ :not([hidden]) {
    border-left-color: rgb(var(--white2));
}


#hero .credit {
    font-family: var(--font-secondary);
    font-size: 15.2px;
    color: white;
    position: absolute;
    bottom: 20px;
    left: 20px;
}


#benefits {
    padding-top: 128px;
}

#benefits .wrapper {
    display: flex;
    justify-content: center;
    gap: 48px;
    padding: 0 192px;
}

#benefits .one {
    width: 170px;
}

#benefits .two {
    width: 147px;
}

#benefits .three {
    width: 168px;
}

#benefits .four {
    width: 160px;
}

#benefits .item .icon {
    display: flex;
    justify-content: center;
    margin-bottom: 5px;
}

#benefits .item .icon img {
    height: 120px;
}

.dark-mode #benefits .item .icon img {
    filter: invert(1);
}

#benefits .item h3 {
    font-size: 33.6px;
}

#benefits .item p {
    font-family: var(--font-secondary);
    font-size: 15.2px;
    line-height: 26.4px;
}

.dark-mode #benefits .item {
    color: rgb(var(--white2));
}

#benefits .title-icon {
    display: inline-flex;
    flex-direction: column;
}




#pricing {
    padding-top: 128px;
    padding-bottom: 80px;
}

#pricing .wrapper {
    max-width: 1100px;
    margin: 0 auto;
}

#pricing .swiper .swiper-wrapper {
    height: auto !important;
}

#pricing .plan {
    padding: 15px;
    height: auto !important;
}

#pricing .plan-wrapper {
    border-radius: 6px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    padding: 20px 20px 30px 20px;
    height: 100%;
    background: white;
}

#pricing .plan .title {
    font-size: 40px;
    line-height: 1;
}

#pricing .plan .subtitle {
    font-family: var(--font-secondary);
    font-weight: 700;
    padding-top: 5px;
}

#pricing .plan .pricing-content {
    display: flex;
    justify-content: center;
    padding-top: 25px;
    padding-bottom: 20px;
}

#pricing .plan .pricing-wrapper .pricing-title {
    font-family: var(--font-secondary);
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 700;
    padding-left: 20px;
}

#pricing .plan .price-inner {
    display: flex;
    align-items: start;
    padding-bottom: 15px;
}

#pricing .plan .pricing-wrapper .currency {
    font-size: 50px;
    line-height: .7;
    padding-right: 3px;
}

#pricing .plan .price {
    display: flex;
    align-items: end;
}

#pricing .plan .price .price-svg {
    height: 80px;
}

#pricing .plan .duration {
    font-family: var(--font-secondary);
    font-weight: 700;
    white-space: nowrap;
}

#pricing .features {
    font-family: var(--font-secondary);
    line-height: 25px;
}

#pricing .features li {
    display: flex;
    align-items: start;
    gap: 15px;
    height: 30px;
}

#pricing .features li span {
    width: 3px;
    height: 3px;
    display: inline-block;
    border-radius: 10px;
    background: black;
    margin-top: 10px;
}

#pricing .select-plan {
    text-align: center;
    margin-top: 25px;
}

#pricing .select-plan a {
    font-family: var(--font-secondary);
    color: white;
    background-color: rgb(var(--dark2));
    padding: 13px 36px;
    font-size: 18px;
    font-weight: 700;
    border-radius: 7px;
    display: inline-block;
    transition: .4s;
}

#pricing .select-plan a:hover {
    background-color: rgb(var(--base1));
}

#pricing .swiper-plan-pagination {
    position: relative;
    padding-top: 20px;
}

#pricing .swiper-plan-pagination .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    margin: 0 5px; /* Add more gap between bullets */
    background-color: rgb(var(--gray-300));
    opacity: 1;
    transition: background-color 0.3s ease;
}

#pricing .swiper-plan-pagination .swiper-pagination-bullet-active {
    background-color: rgb(var(--gray-500)); /* Active bullet color */
}

#coverage {
    position: relative;
    margin-top: 70px;
    z-index: 1;
}

#coverage.masked {
    mask: url(#dip-mask);
}

#coverage .small {
    display: none;
}

#coverage .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 400;
}

#coverage .container {
    height: 100%;
}

#coverage .wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    flex-direction: column;
    gap: 20px;
}

#coverage h2 {
    text-align: center;
    font-size: 96px;
    line-height: .8;
    color: white;
}

#coverage .container a {
    background: rgb(var(--base1));
    color: white;
    font-family: var(--font-secondary);
    font-weight: 600;
    padding: 12px 16px;
    border-radius: 5px;
    font-size: 18px;
}

#coverage a:hover {
    background: white;
    color: rgb(var(--base1));
}



#faq {
    padding: 60.8px 0 136px 0;
    position: relative;
}

#faq h2 {
    font-size: 96px;
    line-height: 1;
}

#faq .wrapper {
    max-width: 800px;
    margin: 0 auto;
}

@media (max-width: 639px) {
    #hero {
        margin-top: -120px;
    }

    #hero .curve-bg .large {
        display: none;
    }

    #hero .curve-bg .small {
        display: block;
    }

    #hero .banner-wrapper {
        position: relative;
        margin-top: -70px;
    }

    #hero .banner {
        display: block;
    }

    #hero .overlay {
        background: none;
        padding-top: 15px;
        padding-bottom: 0;
    }

    #hero .content {
        margin-top: 0;
    }

    #hero.set1 .content, #hero.set2 .content {
        background: none;
    }


    #hero h1 span {
        text-align: center;
        font-size: 52px;
        white-space: nowrap;
    }

    #hero h1 {
        text-align: center;
        color: rgb(var(--dark2));
    }

    .dark-mode #hero h1 {
        color: white;
    }

    #hero .benefits {
        gap: 0.38rem;
        font-size: 16px;
        line-height: 17px;
        justify-content: center;
        letter-spacing: -0.75px;
        padding-top: 14.25px;
        padding-bottom: 14.25px;
        color: rgb(var(--dark2));
    }

    #hero .benefits > :not([hidden]) ~ :not([hidden]) {
        border-right-width: 1px;
        border-left-width: 1px;
        border-color: rgb(var(--gray-950));
        border-left-style: solid;
    }

    #hero .benefits span {
        padding-left: 0.38rem;
    }

    #hero .benefits span:first-child {
        padding-left: 0 !important;
    }


    #benefits {
        padding-top: 95px;
        padding-bottom: 66.5px;
    }

    #benefits .item {
        display: flex;
        flex-shrink: 0;
    }

    #benefits .item:first-child {
        justify-content: flex-end;
    }

    #benefits .item:nth-child(3) {
        justify-content: flex-end;
    }

    #benefits .one {
        width: 161.5px;
    }

    #benefits .two {
        width: 136px;
    }

    #benefits .three {
        width: 157px;
    }

    #benefits .four {
        width: 152px;
    }

    #benefits .container {
        display: flex;
        justify-content: center;
    }

    #benefits .wrapper {
        display: flex;
        flex-wrap: wrap;
        gap: 38px;
        padding: 0 0px;
        width: 352px;
    }

    #benefits .item .icon img {
        height: 95px;
    }

    #benefits .item h3 {
        font-size: 28.5px;
    }

    #benefits .item p {
        font-size: 14.25px;
        line-height: 1.3;
    }

    #benefits .item p br {
        display: none;
    }

    #coverage .background svg {
        width: 100%;
    }

    #coverage .small {
        display: block;
    }

    #coverage .large {
        display: none;
    }

    #coverage h2 {
        font-size: 47.5px;
    }

    #coverage h2 br {
        display: none;
    }



    #pricing {
        padding-top: 70px;
    }

    #pricing .plan {
        max-width: 380px;
    }

    #faq {
        padding: 66.5px 0 0 0;
        margin-bottom: 123.5px;
    }

    #faq .container {
        padding: 0;
    }

    #faq h2 {
        font-size: 47.5px;
        text-align: center;
    }

}

@media (max-width: 400px) {
    #hero h1 span {
        text-align: center;
        font-size: 47.5px;
        white-space: nowrap;
    }

    #benefits .four {
        width: 150px;
    }

    #benefits .item p {
        font-size: 14px;
        line-height: 1.5;
    }
}

@media (min-width: 640px) and (max-width: 767px)  {
    #hero h1 span {
        font-size: 66.5px;
    }

    #hero.set1 .content, #hero.set2 .content {
        background-size: cover;
        background-position: 40%;
    }

    #hero .benefits {
        font-size: 19px;
        line-height: 1.425;
    }

    #hero .overlay {
        padding: 180px 0 100px 0;
        background: linear-gradient(to left, black 20%, transparent 60%, transparent);
    }

    #benefits .wrapper {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 60px;
        padding: 0 50px;
    }

    #benefits .item {
        display: flex;
        justify-content: center;
    }

    #benefits .one {
        width: 214px;
    }

    #benefits .two {
        width: 185px;
    }

    #benefits .three {
        width: 212px;
    }

    #benefits .four {
        width: 200px;
    }

    #coverage .small {
        display: block;
    }

    #coverage .large {
        display: none;
    }

    #coverage h2 {
        font-size: 66.5px;
    }

    #coverage h2 br {
        display: none;
    }

    #faq h2 {
        font-size: 50px;
    }
}

@media (min-width: 768px) and (max-width: 1023px)  {
    #hero h1 span {
        font-size: 85.5px;
    }

    #hero.set1 .content, #hero.set2 .content {
        background-size: cover;
        background-position: 40%;
    }

    #hero .benefits {
        font-size: 21px;
        line-height: 1.425;
    }

    #benefits {
        padding-top: 95px;
    }

    #benefits .wrapper {
        gap: 38px;
        padding: 0 0;
    }

    #benefits .one {
        width: 157px;
    }

    #benefits .two {
        width: 138px;
    }

    #benefits .three {
        width: 158px;
    }

    #benefits .four {
        width: 152px;
    }

    #benefits .item .icon img {
        height: 95px;
    }

    #benefits .item h3 {
        font-size: 28.5px;
    }

    #benefits .item p {
        font-size: 14.25px;
        line-height: 1.3;
    }

    #coverage h2 {
        font-size: 76px;
    }

    #faq h2 {
        font-size: 85.5px;
    }
}

@media (min-width: 1024px) and (max-width: 1300px) {

    #hero h1 span {
        font-size: 80px;
    }

    #hero.set1 .content, #hero.set2 .content {
        background-size: cover;
        background-position: 40%;
    }

    #coverage h2 {
        font-size: 80px;
    }

    #faq h2 {
        font-size: 80px;
    }
}

@media (min-width: 1024px) and (max-width: 1535px)  {

    #hero.set1 .content, #hero.set2 .content {
        background-size: cover;
        background-position: 30%;
    }

    #benefits .wrapper {
        gap: 40px;
        padding: 0 0;
    }
}

@media (min-width: 2200px) {
    #hero.set1 .content, #hero.set2 .content {
        background-size: cover;
        background-position: 0 -100px;
    }
}

@media (min-width: 1890px) {
    #hero .curve-bg .large {
        display: none;
    }

    #hero .curve-bg .extra-large {
        display: block;
    }
}
