html {
    scroll-behavior: smooth
}

* {
    box-sizing: border-box
}

.region-selector {
    display: none !important
}

h2 {
    font-size: 30px;
    margin-bottom: 36px
}

.zw-product-header,.header-section {
    background: #d8f6e6;
    padding: 12px 0
}

.header-section .content-wrap {
    display: flex;
    padding: 70px 0
}

.integ-header-img-wrap {
    width: 30%
}

.page-header {
    display: flex;
    flex-direction: column;
    width: 80%
}

.page-heading {
    width: 70%;
    font-size: 62px;
    line-height: 70px;
    letter-spacing: -1px
}

.page-desc {
    font-family: "Caveat";
    font-size: 30px;
    line-height: 20px;
    color: #089949;
    margin: 0;
    padding-bottom: 20px;
    font-weight: 600
}

.search-bar-section {
    padding-top: 20px
}

.search-input-wrapper {
    width: 54%;
    height: 56px;
    position: relative;
    border: .5px solid #e6e6e6;
    border-radius: 50px;
    font-size: 16px;
    background: #fff;
    padding: 0 5%;
    outline: 0;
    transition: border-color .3s ease;
    font-family: "Zoho Puvi Regular",Arial,sans-serif
}

.search-input-wrapper:hover,.search-input-wrapper:focus-within {
    border: .5px solid #000
}

.search-input-wrapper input::placeholder {
    transition: opacity .3s ease;
    opacity: 1
}

.search-input-wrapper:focus-within input::placeholder {
    opacity: 0
}

.search-bar {
    width: 100%;
    height: 100%;
    border: 0;
    padding-top: 5px
}

.search-bar::placeholder {
    color: #000;
    font-family: var(--zf-primary-regular);
    font-size: 16px;
}

.search-bar:focus {
    outline: 0
}

.search-bar.clearing {
    opacity: 0;
    transition: opacity .15s ease
}

.search-btn {
    display: none
}

.search-icon {
    position: absolute;
    top: 50%;
    left: 25px;
    transform: translateY(-50%);
    height: 18px;
    width: 18px;
    pointer-events: none
}

.clear-input {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    border: 1px solid #938f8f;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    font-size: 16px;
    color: #938f8f;
    cursor: pointer;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity .3s ease,visibility .3s ease,transform .3s ease,border-color .3s ease,color .3s ease;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 2
}

.clear-input:hover {
    border-color: var(--color-green-medium,#28a745);
    color: var(--color-green-medium,#28a745)
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0
}

.autocomplete {
    position: relative;
    display: inline-block
}

.autocomplete-items {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    overflow-y: auto;
    background-color: #fff;
    border: .5px solid transparent;
    width: 100%;
    margin-top: 10px;
    padding-top: 5px;
    box-sizing: border-box;
    max-height: 200px;
    overflow-y: auto;
    opacity: 0;
    border-radius: 25px;
    transition: max-height .3s ease,opacity .2s ease;
    scrollbar-width: none;
    pointer-events: auto;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch
}

.autocomplete-items::-webkit-scrollbar {
    display: none
}

.autocomplete-items.show {
    opacity: 1;
    pointer-events: auto;
    border-color: var(--color-green-deep)
}

.autocomplete-items div {
    padding: 10px 16px;
    cursor: pointer;
    text-align: left
}

.autocomplete-items div.autocomplete-active {
    background-color: #089949;
    color: #fff;
    border-radius: 30px
}

.autocomplete-items div:hover:not(.autocomplete-active) {
    background-color: #f9f9f9;
    color: #089949;
    border-radius: 30px
}

li.integration-highlight {
    border: 1px solid #000;
    transform: scale(1.03);
    transition: border .3s ease .2s,transform .3s ease .2s;
    z-index: 1;
    position: relative
}

.page-body-content {
    display: flex;
    gap: 7rem;
    margin: 100px auto 160px
}

.page-body-content .content-wrap {
    width: 100%
}

.lhs-content #category-heading {
    font-size: 22px;
    margin-bottom: 36px
}

.lhs-navbar {
    position: sticky;
    top: 80px;
    align-self: flex-start;
    height: fit-content;
    flex-shrink: 0
}

.lhs-navbar-list li a {
    font-size: 15px;
    color: #000;
    display: flex;
    align-items: center;
    font-family: var(--zf-primary-medium);
    white-space: nowrap;
    scroll-margin-top: 100px
}

.lhs-navbar-list li {
    padding: 15px 20px;
    cursor: pointer;
    position: relative;
    z-index: 1;
    transition: color .3s ease
}

.lhs-navbar-list li a {
    text-decoration: none;
    color: inherit;
    display: flex;
    gap: 4px;
    transition: color .3s ease
}

.lhs-navbar-list li.active-bar a {
    color: white;
    font-weight: 600
}

.positionTracker {
    position: absolute;
    left: 0;
    width: 100%;
    height: 50px;
    background: #089949;
    z-index: 0;
    transition: top .3s ease;
    border-radius: 30px
}

.category-heading {
    font-family: var(--zf-primary-semibold);
    color: #000
}

.nav-icon {
    width: 18px;
    height: 18px;
    margin-right: 6px;
    vertical-align: middle
}

.icon-path {
    stroke: black;
    transition: stroke .3s ease
}

.active-bar .icon-path {
    stroke: white
}

.platform-wrap {
    display: flex;
    gap: 12px
}

.rhs-content {
    width: 100%
}

.shipping-wrap {
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.shipping-wrap h2 {
    margin: 0;
    margin-right: auto
}

.dropdown-container {
    position: relative;
    width: fit-content;
    right: 0
}

.region-selector summary {
    list-style: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 10px;
    border-radius: 50px;
    border: 1px solid #ccc;
    background-color: #fff;
    transition: all .2s ease-in-out
}

.region-selector[open] summary {
    border-color: #008452
}

.selected-region-display {
    display: flex;
    align-items: center;
    gap: 8px
}

.region-name {
    font-size: 16px
}

.flag-icon {
    width: 25px;
    height: 25px;
    background-image: url('//www.zohowebstatic.com/sites/zweb/images/commonroot/country-flags.png');
    background-repeat: no-repeat;
    border: 1px solid #e3e3e3;
    border-radius: 50%;
    display: inline-block;
    flex-shrink: 0
}

.dropdown-arrow {
    margin-left: 2px;
    transition: transform .2s ease-in-out
}

.region-selector[open] .dropdown-arrow {
    transform: rotate(180deg);
    margin-top: 5px
}

.dropdown-panel {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 100;
    margin-top: 8px;
    padding: 0;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 4px 4px 0 var(--color-green-deep);
    min-width: 300px;
    max-height: 420px;
    overflow-y: auto;
    transition: height .3s ease-in-out;
    height: 0;
    scrollbar-width: none;
    scroll-behavior: smooth
}

.dropdown-panel::-webkit-scrollbar {
    width: 0;
    background: transparent
}

.dropdown-panel.open {
    height: auto
}

.country-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 0;
    margin: 0;
    list-style: none;
    border: 1px solid #e3e3e3;
    border-radius: 20px;
    overflow: hidden
}

.country-item {
    min-width: 220px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 20px;
    cursor: pointer;
    transition: background-color .15s ease-in-out;
    border-bottom: 1px solid #e3e3e3
}

.country-item:hover {
    color: #008452
}

.country-item[aria-selected="true"] {
    font-weight: 600;
    color: #000
}

.country-item:nth-child(even):not(.global-item) {
    border-right: 1px solid #e3e3e3
}

.global-item {
    grid-column: span 2;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    color: #000
}

.country-list li:last-child {
    border-bottom: 0
}

.global-icon {
    background-position: -2px 2px;
    background-size: 580px 36px;
    border: 0;
    width: 20px;
    height: 20px
}

.australia-flag {
    background-position: -28px -24px;
    background-size: 655px 50px
}

.bahrain-flag {
    background-position: -329px -25px;
    background-size: 655px 50px
}

.canada-flag {
    background-position: -632.5px -16px;
    background-size: 720px 40px
}

.india-flag {
    background-position: -499px 0;
    background-size: 700px 50px
}

.germany-flag {
    background-position: -135px 0;
    background-size: 655px 53px
}

.kenya-flag {
    background-position: -498px -25px;
    background-size: 700px 51px
}

.kuwait-flag {
    background-position: -632.5px 0;
    background-size: 720px 56px
}

.mexico-flag {
    background-position: -165px -28px;
    background-size: 655px 53px
}

.oman-flag {
    background-position: -160px 1px
}

.qatar-flag {
    background-position: -355px -25px;
    background-size: 655px 50px
}

.saudi-arabia-flag {
    background-position: -302px -25px;
    background-size: 655px 50px
}

.south-africa-flag {
    background-position: -382px -25px;
    background-size: 655px 50px
}

.uae-flag {
    background-position: -274px -25px;
    background-size: 655px 50px
}

.united-kingdom-flag {
    background-position: -48px -1px;
    background-size: 575px 50px
}

.united-states-flag {
    background-position: -49px -25px;
    background-size: 590px 50px
}

.integ-section {
    margin: 100px 0;
    background-color: #fff;
    border-radius: 10px
}

.integ-section.zoho-apps-section {
    margin-bottom: 0
}

.integ-section.shipping-carriers-section {
    margin: 36px 0
}

.shipping-carriers-section .integration-cards {
    padding-bottom: 2rem
}

.integration-cards {
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(280px,1fr));
    gap: 1.5rem;
    list-style: none;
    margin: 0
}

#shipping-carriers .integration-cards,#payment-gateway .integration-cards {
    grid-template-columns: repeat(auto-fill,minmax(280px,1fr))
}

.slide-up-on-scroll {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity .6s ease,transform .6s ease
}

.animate-slide-up {
    opacity: 1;
    transform: translateY(0)
}

#payment-gateway.payment-gateway-section {
    padding-top: 0 !important
}

.integration-card {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 20px;
    overflow: hidden;
    pointer-events: none;
    transition: transform .3s ease,border-color .5s ease
}

.integration-card:hover {
    border-color: #000;
    transform: scale(1.02)
}

.large-card-wrap {
    display: block;
    height: 100%;
    pointer-events: none
}

.swift-xr.integration-card,.swift-xr .large-card-wrap  {
    pointer-events: auto
}

.large-card {
    display: block;
    text-decoration: none;
    color: inherit;
    height: 100%;
    box-sizing: border-box
}

.front-info {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: flex-start
}

.integ-card-logo {
    width: 100%;
    height: 100px;
    display: flex;
    padding: 1.5rem;
    background-color: #f9f9f9;
    box-sizing: border-box
}

.integ-card-logo.ups-logo {
    height: 100px
}

.integ-card-logo img {
    max-height: 100%;
    max-width: 55%;
    object-fit: contain;
    display: block
}

.m-pesa .integ-card-logo,.afterpay .integ-card-logo {
    height: 100px;
    padding: 0 1.5rem
}

.m-pesa img,.afterpay img {
    max-width: 100%
}

.integ-desc {
    flex-grow: 1;
    padding: 1.5rem
}

.integ-name {
    font-size: 1rem;
    font-weight: 600;
    margin: 0 0 .5rem;
    color: #000
}

.integ-info {
    font-size: 14px;
    color: #505050;
    line-height: 1.5;
    margin-top: 10px;
    margin-bottom: 0
}

section[aria-labelledby="integrated-platforms-title"] {
    color: #000;
    padding: 2rem 0
}

section[aria-labelledby="integrated-platforms-title"]:last-of-type {
    padding-bottom: 0
}

.integ-sub-title {
    font-size: 24px;
    margin: 0
}

.tooltip {
    font-family: var(--zf-primary-regular);
    background: #f1f3f2;
    color: #000;
    font-size: 12px;
    padding: 6px 12px;
    border-radius: 10px;
    user-select: none;
    position: absolute;
    top: -60px;
    left: -15px;
    white-space: nowrap;
    z-index: 10;
    opacity: 0;
    transform: translateY(10px);
    visibility: hidden;
    transition: opacity .3s ease,transform .3s ease
}

.tooltip::before {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 25px;
    transform: translateX(-50%);
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid #f1f3f2
}

.tooltip-trigger {
    position: relative;
    display: flex;
    cursor: pointer
}

.tooltip-trigger:hover .tooltip,.tooltip-trigger:focus-within .tooltip {
    opacity: 1;
    transform: translateY(0);
    visibility: visible
}

#shipping-carriers>section>div {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 2rem
}

.small-integration-wrap {
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(200px,1fr));
    gap: 16px;
    list-style: none;
    padding: 0;
    margin: 0
}

.small-cards {
    border: 1px solid #e6e6e6;
    border-radius: 20px;
    overflow: hidden;
    pointer-events: none;
    transition: border-color .4s ease-in-out,transform .2s ease-in-out
}

.small-card-logo {
    width: 100%;
    padding: 16px 12px;
    background: #fafafa
}

.small-card-logo img {
    width: 110px
}

.small-cards p {
    padding: 16px 12px
}

.small-cards a {
    pointer-events: none
}

.small-cards:hover {
    border-color: #000;
    transform: translateY(-2px)
}

.small-card-wrap {
    text-align: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    align-items: center
}

.small-card-wrap img {
    height: 55px;
    max-width: 100%;
    object-fit: contain
}

.name-of-integ {
    font-family: var(--zf-primary-semibold);
    font-size: 16px;
    font-weight: 500;
    color: #1a1a1a;
    margin: 0
}

a:focus-visible {
    outline: 2px solid #007bff;
    outline-offset: 2px;
    border-radius: 8px
}

@media(max-width: 1400px) {
    .page-heading {
        width:90%
    }
}

@media(max-width: 1200px) {
    .page-header {
        padding:10px 0;
        width: 100%
    }

    .header-section .content-wrap {
        width: 90%
    }

    .page-heading {
        font-size: 58px;
        line-height: 60px
    }

    .search-bar {
        padding-left: 12px
    }
}

@media(max-width: 1024px) {
    .page-heading {
        font-size:52px;
        line-height: 58px
    }

    .integ-header-img-wrap {
        width: 40%
    }
}

@media(max-width: 992px) {
    .integ-header-img-wrap {
        display:none
    }

    .page-header-content {
        text-align: center
    }

    .page-heading,.search-input-wrapper {
        margin: auto
    }

    .page-body-content {
        gap: 3rem;
        overflow: hidden
    }

    .integration-cards {
        grid-template-columns: repeat(auto-fill,minmax(240px,1fr))
    }
}

@media(max-width: 768px) {
    .page-heading {
        font-size:52px;
        line-height: 62px
    }

    h2 {
        font-size: 32px
    }

    .page-header {
        padding: 0
    }

    .page-desc,.page-heading {
        text-align: center
    }

    .lhs-navbar,.lhs-content {
        display: none
    }

    .rhs-content {
        max-width: 90%;
        margin: auto
    }

    .page-body-content {
        margin: 80px auto
    }

    .search-input-wrapper {
        width: 70%;
        padding: 0 40px
    }
}

@media(max-width: 767px) {
    .page-heading {
        font-size:42px;
        line-height: 52px
    }
}

@media(max-width: 580px) {
    .page-heading {
        width:100%
    }
}

@media(max-width: 480px) {
    .page-heading {
        width:100%;
        font-size: 36px;
        line-height: 42px
    }

    h2 {
        font-size: 22px
    }

    .integ-sub-title {
        font-size: 22px
    }

    .page-header-content,.search-input-wrapper {
        width: 100%
    }

    #shipping-carriers>section>div {
        flex-direction: column;
        align-items: flex-start
    }
}

@media(max-width: 375px) {
    .page-heading {
        font-size:32px;
        line-height: 36px
    }

    .tooltip {
        left: -50px;
        top: -50px
    }

    .tooltip::before {
        left: 60px
    }

    .rhs-content {
        max-width: 100%
    }
}

.start-today-container {
    width: 90%;
    height: 550px;
    margin-bottom: 120px;
    position: relative;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #01403d;
    overflow: hidden
}

.start-today-right {
    right: 0;
    bottom: 0
}

.start-today-img-container {
    width: 133px;
    height: 350px;
    position: absolute
}

.start-today-left {
    top: 0;
    left: 0
}

.start-today-right::before {
    content: '';
    position: absolute;
    bottom: 80%;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg,#01403d 70%,rgb(1 64 61 / 2%) 100%);
    z-index: 1;
    pointer-events: none
}

.start-today-left::before {
    content: '';
    position: absolute;
    top: 22%;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg,rgb(1 64 61 / 2%) 70%,#01403d 100%);
    z-index: 1;
    pointer-events: none
}

.start-today-right img {
    position: absolute;
    bottom: 0
}

.start-today-content {
    width: 750px;
    height: auto;
    position: relative
}

.start-today-container h2 {
    color: #fff;
    font-size: 47px;
    text-align: center;
    margin-bottom: 15px;
    font-family: Zoho_Puvi_Bold
}

.start-tdy-btn-wrapper {
    width: 85%;
    margin: auto
}

.start-tdy-btn-wrapper .interactive-cta-btn {
    width: 100%;
    max-width: 100%
}

.start-tdy-btn-wrapper .interactive-cta-btn-content {
    width: 100%;
    height: 100%;
    padding: 40px;
    font-size: 24px;
    border-radius: 60px;
    font-family: var(--zf-primary-regular);
    font-weight: 600
}

.footer-signup-button:hover .interactive-cta-btn-content {
    transform: translate3d(0,-0.7rem,0)
}

.start-today-content .interactive-cta-btn-wrapper .interactive-cta-btn {
    max-width: 100%;
    justify-content: center
}

.start-today-content .interactive-cta-btn-content {
    width: 100%;
    height: 100%;
    padding: 40px;
    font-size: 24px;
    border-radius: 60px;
    font-family: var(--zf-primary-regular);
    font-weight: 600
}

@media(max-width: 1024px) {
    .start-today-container h2 {
        font-size:42px;
        width: 80%;
        margin: 20px auto
    }

    .start-today-container .interactive-cta-btn-wrapper {
        max-width: 72%;
        margin: auto
    }
}

@media(max-width: 768px) {
    .start-today-container .start-today-img-container {
        display:none
    }

    .start-today-container h2 {
        width: 80%;
        margin: 20px auto
    }
}

@media(max-width: 767px) {
    .start-today-container {
        height:400px
    }

    .start-today-container h2 {
        font-size: 32px;
        margin-top: 0
    }

    .start-today-container .interactive-cta-btn-content {
        width: 100%;
        height: 100%;
        padding: 20px 5px;
        font-size: 16px
    }
}

@media(max-width: 480px) {
    .start-today-container h2 {
        font-size:28px
    }

    .start-today-container .interactive-cta-btn-wrapper {
        max-width: 80%
    }
}
