h1,
h2,
h3,
h4 {
    font-family: var(--zf-primary-bold);
}

h5,
h6 {
    font-family: var(--zf-primary-semibold);
}

.zgh-accounts .zgh-login,
.zcommon-link-container>span.zlogin-menu {
    display: none !important;
}

/*------ Breadcrumb css added - Start -------*/

.zwc_t_breadcrumb+.zmtoolkit-section {
    margin-top: 15px;
}

.zwc_t_breadcrumb {
    display: none
}

.zwc_t_breadcrumb ul {
    list-style-type: none;
    max-width: 1280px;
    margin: 0 auto;
    width: 90%;
    padding: 30px 0 0;
    text-align: left;
    line-height: 24px
}

.zwc_t_breadcrumb ul li {
    display: inline-block;
    margin: 0 25px 0 0;
    color: #000;
    text-transform: uppercase;
    position: relative;
    z-index: 2
}

.zwc_t_breadcrumb ul li:last-child {
    margin-right: 0
}

.zwc_t_breadcrumb ul li a {
    color: #00000096;
    position: relative;
    display: inline-block;
    transition: none
}

.zwc_t_breadcrumb ul li,
.zwc_t_breadcrumb ul li a {
    font: 11px/1.2 var(--zf-primary-semibold)
}

.zwc_t_breadcrumb ul li a:before {
    content: ">";
    position: absolute;
    right: -15px;
    display: inline-block;
    color: #000
}

.zwc_t_breadcrumb ul li a:after {
    content: '';
    display: block;
    position: absolute;
    left: auto;
    right: 0;
    bottom: -4px;
    height: 1px;
    width: 0;
    background: #000;
    transition: width .2s linear
}

.zwc_t_breadcrumb ul li a:hover:after {
    width: 100%;
    left: 0;
    right: auto
}

.zwc_t_breadcrumb.zwc_breadcrumb_dark ul li a {
    color: #ffffff96
}

.zwc_t_breadcrumb.zwc_breadcrumb_dark ul li,
.zwc_t_breadcrumb.zwc_breadcrumb_dark ul li a:before {
    color: #fff
}

.zwc_t_breadcrumb.zwc_breadcrumb_dark ul li a:after {
    background: #fff
}

@media only screen and (min-width: 768px) {
    .i18n-en .zwc_t_breadcrumb {
        display: block
    }
}

@media only screen and (max-width: 1199px) {
    .zwc_t_breadcrumb ul {
        width: 95%
    }
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .zwc_t_breadcrumb ul {
        width: 97%
    }
}

/*------ Breadcrumb css added - End -------*/

/*------ New footer css added - Start -------*/

.zw-other-products .op-workplace .zw-op-box:after {
    background-position: var(--zp-workplace-bp)
}

.zw-other-products .op-zeptomail .zw-op-box:after {
    background-position: var(--zp-zeptomail-bp)
}

.zw-other-products .op-todo .zw-op-box:after {
    background-position: var(--zp-todo-bp)
}

.zw-promo-banner-block img {
    border: 1px solid #e2e2e2;
}

/*------ New footer css added - End -------*/


/* -------------------------------------------------------------------- */
/* ----------------- FIFA World Cup 2026 banner starts ---------------- */
/* -------------------------------------------------------------------- */

.zwc-zpromotion.zwc-strip-band {
    color: #fff;
    position: relative;
    background-color: #11111f;
    overflow: hidden;
    isolation: isolate;
}

.zwc-zpromotion.zwc-strip-band>div {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 5px 40px 5px 40px;
    gap: 10px 10px;
    margin-inline: auto;
}

.zwc-strip-highlight {
    background-image: linear-gradient(to right, #2a3799, #252a4e);
    line-height: 0;
}

.zwc-zpromotion.zwc-strip-band::before,
.zwc-zpromotion.zwc-strip-band::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin-block: auto;
    height: 90%;
    width: 20%;
    border-radius: 100%;
    background-image: radial-gradient(#0649ff, #11111f);
    filter: blur(30px)
}

.zwc-zpromotion.zwc-strip-band::before {
    left: 0;
    translate: -50%;
}

.zwc-zpromotion.zwc-strip-band::after {
    right: 0;
    translate: 50%;
}


.zwc-strip-band .zwc-zpromotion-wrap {
    max-width: 1980px;
    position: relative;
    overflow: hidden;
    margin-block: 0;
    text-align: center;
    display: inline-block;
    z-index: 9;
    justify-content: center;
    flex-wrap: wrap;
    line-height: 1.8;
    font-size: 15px;
}

.zwc-zpromotion-wrap>a {
    margin-left: 10px;
    text-decoration: underline;
    color: #fad783;
    text-underline-offset: 2px;
    position: relative;
    padding-right: 22px;
    font-size: 15px;
    font-family: var(--zf-secondary-medium);
    display: inline-block;
    line-height: 1.3;
}

.zwc-zpromotion-wrap>a::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin-block: auto;
    height: 10px;
    width: 10px;
    border: solid #fad783;
    border-width: 2px 2px 0 0;
}

.zwc-zpromotion-wrap>a::after {
    content: '';
    position: absolute;
    right: -1px;
    bottom: 0px;
    height: 16px;
    background-color: #fad783;
    width: 2px;
    translate: -7px;
    rotate: 45deg;
}

.zwc-strip-band .zwc-zpremoclose {
    position: absolute;
    right: 15px;
    top: 20px;
    width: 18px;
    height: 18px;
    opacity: 1;
    background: #fff;
    border-radius: 50%;
    font-size: 0;
    cursor: pointer;
    text-indent: -9999px;
    z-index: 9;
    border: 0;
    padding: 0;
}

.zwc-strip-band .zwc-zpremoclose:before,
.zwc-strip-band .zwc-zpremoclose:after {
    position: absolute;
    left: 8px;
    content: '';
    height: 9px;
    width: 2px;
    background: #000;
    top: 5px;
}

.zwc-strip-band .zwc-zpremoclose:before {
    transform: rotate(45deg);
}

.zwc-strip-band .zwc-zpremoclose:after {
    transform: rotate(-45deg);
}

.zwc-strip-icon {
    height: 50px;
    width: 40px;
    display: inline-block;
    background-image: url('//cdn.zoho.com.cn/sites/zweb/images/toolkit/fifa/fifa-cup-icon.png');
    background-size: 90%;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
}

.zwc-strip-icon::before,
.zwc-strip-icon::after {
    content: '';
    width: 200px;
    height: 2px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin-block: auto;
    filter: blur(5px);
}

.zwc-strip-icon::before {
    left: 0;
    background-image: linear-gradient(to right, #2253d9, #141530);
}

.zwc-strip-icon::after {
    right: 0;
    background-image: linear-gradient(to right, #141530, #2253d9);
}

/* ------------------ FIFA World Cup 2026 banner ends ----------------- */


@media only screen and (max-width: 991px) {

    /* -------------------------------------------------------------------- */
    /* ----------------- FIFA World Cup 2026 banner starts ---------------- */
    /* -------------------------------------------------------------------- */

    .zwc-zpromotion.zwc-strip-band>div {
        max-width: 500px;
    }

    .zwc-strip-icon {
        display: none;
    }

    .zwc-strip-band .zwc-zpremoclose {
        top: 15px;
    }

    /* ------------------ FIFA World Cup 2026 banner ends ----------------- */
}

@media only screen and (max-width: 767px) {

    /* -------------------------------------------------------------------- */
    /* ----------------- FIFA World Cup 2026 banner starts ---------------- */
    /* -------------------------------------------------------------------- */

    .zwc-zpromotion.zwc-strip-band>div {
        padding: 10px 40px 10px 40px;
    }

    .zwc-strip-band .zwc-zpromotion-wrap {
        font-size: 13px;
    }

    .zwc-zpromotion-wrap>a {
        padding-right: 15px;
        font-size: 13px;
    }

    .zwc-zpromotion-wrap>a::before {
        height: 8px;
        width: 8px;

    }

    .zwc-zpromotion-wrap>a::after {
        right: -2px;
        bottom: 1px;
        height: 12px;
    }

    /* ------------------ FIFA World Cup 2026 banner ends ----------------- */
}



@media only screen and (max-width: 480px) {

    /* -------------------------------------------------------------------- */
    /* ----------------- FIFA World Cup 2026 banner starts ---------------- */
    /* -------------------------------------------------------------------- */

    .zwc-zpromotion.zwc-strip-band>div {
        padding: 10px 45px 10px 10px;
    }
    
    .zwc-zpromotion-wrap>a {
        display: inline;
    }
    
    .zwc-zpromotion-wrap>a::before, .zwc-zpromotion-wrap>a::after{
        display:none;
    }

    /* ------------------ FIFA World Cup 2026 banner ends ----------------- */
}