@import url("/css/accordion.css");
@import url('/css/check-availability.css');

.nav-highlight {
    background: none;
    padding: 0 0px;
    border-radius: 0px;
    margin: 0 !important;
}

.nav-container {
    padding-right: 20px;
}

.curve-bg svg {
    fill: white;
}

.dark-mode .curve-bg svg {
    fill: rgb(var(--dark-mode-body-bg));
}


#hero {
    margin-top: -190px;
}

#hero .banner img {
    width: 100%;
}

#hero .curve-bg {
    position: relative;
}

#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 {
    background: url('../business/images/biz_page_header.jpg') no-repeat left center/contain;
    margin-top: -150px;
}

#hero .overlay {
    padding: 200px 0 205px 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: 120px;
    line-height: .85;
}

#hero .benefits {
    color: rgb(var(--gray-950));
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 1.2rem;
    font-family: var(--font-secondary);
    letter-spacing: -0.8px;
    font-size: 33px;
    line-height: 32px;
    padding-top: 1.5rem;
    padding-bottom: 0.875rem;
    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: 1.2rem;
    letter-spacing: 10 !important;
    display: inline-block;
}

#hero .benefits span:first-child {
    padding-left: 0 !important;
}



#benefits {
    padding-top: 160px;
}

#benefits .wrapper {
    display: flex;
    justify-content: center;
    gap: 60px;
    padding: 0 240px;
}

#benefits .one {
    width: 212px;
}

#benefits .two {
    width: 184px;
}

#benefits .three {
    width: 210px;
}

#benefits .four {
    width: 200px;
}

#benefits .item .icon {
    display: flex;
    justify-content: center;
    margin-bottom: 5px;
}

#benefits .item .icon img {
    height: 150px;
}

.dark-mode #benefits .item .icon img {
    filter: invert(1);
}

#benefits .item h3 {
    font-size: 42px;
}

#benefits .item p {
    font-family: var(--font-secondary);
    font-size: 19px;
    line-height: 33px;
}

.dark-mode #benefits .item {
    color: rgb(var(--white2));
}

#benefits .title-icon {
    display: inline-flex;
    flex-direction: column;
}




#pricing {
    padding-top: 160px;
    padding-bottom: 100px;
}

#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: 90px;
}

#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: 15px 40px;
    font-size: 20px;
    font-weight: 700;
    border-radius: 8px;
    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;
    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: 25px;
}

#coverage h2 {
    text-align: center;
    font-size: 120px;
    line-height: .9;
    color: white;
}

#coverage .container a {
    background: rgb(var(--base1));
    color: white;
    font-family: var(--font-secondary);
    font-weight: 600;
    padding: 15px 20px;
    border-radius: 6px;
    font-size: 22px;
}

#coverage a:hover {
    background: white;
    color: rgb(var(--base1));
}



#faq {
    padding: 76px 0 170px 0;
    position: relative;
}

#faq h2 {
    font-size: 120px;
    line-height: 1;
}

#faq .wrapper {
    max-width: 1000px;
    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 {
        display: block;
        margin-top: -70px;
    }

    #hero .overlay {
        background: none;
        padding-top: 15px;
        padding-bottom: 0;
    }

    #hero .content {
        background: none;
        margin-top: 0;
    }

    #hero h1 span {
        text-align: center;
        font-size: 55px;
        white-space: nowrap;
    }

    #hero h1 {
        text-align: center;
        color: rgb(var(--dark2));
    }

    #hero .benefits {
        gap: 0.4rem;
        font-size: 17px;
        line-height: 18px;
        justify-content: center;
        letter-spacing: -0.8px;
        padding-top: 10px;
        padding-bottom: 15px;
        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.4rem;
    }

    #hero .benefits span:first-child {
        padding-left: 0 !important;
    }


    #benefits {
        padding-top: 100px;
        padding-bottom: 70px;
    }

    #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: 170px;
    }

    #benefits .two {
        width: 143px;
    }

    #benefits .three {
        width: 165px;
    }

    #benefits .four {
        width: 160px;
    }

    #benefits .container {
        display: flex;
        justify-content: center;
    }

    #benefits .wrapper {
        display: flex;
        flex-wrap: wrap;
        gap: 40px;
        padding: 0 0px;
        width: 370px;
    }

    #benefits .item .icon img {
        height: 100px;
    }

    #benefits .item h3 {
        font-size: 30px;
    }

    #benefits .item p {
        font-size: 15px;
        line-height: 1.5;
    }

    #benefits .item p br {
        display: none;
    }

    #coverage .background svg {
        width: 100%;
    }

    #coverage .small {
        display: block;
    }

    #coverage .large {
        display: none;
    }

    #coverage h2 {
        font-size: 50px;
    }

    #coverage h2 br {
        display: none;
    }



    #pricing {
        padding-top: 70px;
    }

    #pricing .plan {
        max-width: 380px;
    }



    #faq {
        padding: 70px 0 0 0;
        margin-bottom: 130px;
    }

    #faq .container {
        padding: 0;
    }

    #faq h2 {
        font-size: 50px;
        text-align: center;
    }

}

@media (max-width: 400px) {
    #hero h1 span {
        text-align: center;
        font-size: 50px;
        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: 70px;
    }

    #hero .content {
        background-size: cover;
        background-position: 40%;
    }

    #hero .benefits {
        font-size: 20px;
        line-height: 1.5;
    }

    #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: 70px;
    }

    #coverage h2 br {
        display: none;
    }

    #faq h2 {
        font-size: 50px;
    }
}

@media (min-width: 768px) and (max-width: 1023px)  {
    #hero h1 span {
        font-size: 90px;
    }

    #hero .content {
        background-size: cover;
        background-position: 40%;
    }

    #hero .benefits {
        font-size: 26px;
        line-height: 1.5;
    }

    #benefits {
        padding-top: 100px;
    }

    #benefits .wrapper {
        gap: 40px;
        padding: 0 0;
    }

    #benefits .one {
        width: 165px;
    }

    #benefits .two {
        width: 145px;
    }

    #benefits .three {
        width: 166px;
    }

    #benefits .four {
        width: 160px;
    }

    #benefits .item .icon img {
        height: 100px;
    }

    #benefits .item h3 {
        font-size: 30px;
    }

    #benefits .item p {
        font-size: 15px;
        line-height: 1.3;
    }

    #coverage h2 {
        font-size: 80px;
    }

    #faq h2 {
        font-size: 90px;
    }
}

@media (min-width: 1024px) and (max-width: 1300px) {

    #hero h1 span {
        font-size: 100px;
    }

    #hero .content {
        background-size: cover;
        background-position: 40%;
    }

    #coverage h2 {
        font-size: 100px;
    }

    #faq h2 {
        font-size: 100px;
    }
}

@media (min-width: 1024px) and (max-width: 1535px)  {

    #hero .content {
        background-size: cover;
        background-position: 30%;
    }

    #benefits .wrapper {
        gap: 40px;
        padding: 0 0;
    }
}

@media (min-width: 2200px) {
    #hero .content {
        background-size: cover;
        background-position: bottom;
    }
}

@media (min-width: 1890px) {
    #hero .curve-bg .large {
        display: none;
    }

    #hero .curve-bg .extra-large {
        display: block;
    }
}
