/* City Page */
.term_bn_txt {
    max-width: 640px;
}
.tn_sec_title p {
    max-width: 950px;
    margin-left: auto;
    margin-right: auto;
}
.term_bg.city_pg:before {
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgb(0 0 0 / 76%) 100%);
}
.city_usp_main {
    display: flex;
    gap: 20px;
    justify-content: space-between;
}
.city_usp_itm {
    display: flex;
    align-items: start;
    gap: 11px;
}
.city_usp_main h4 {
    margin-top: 0;
    color: #6A00FF;
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 5px;
}
.city_usp_main p {
    margin: 0;
    font-size: 16px;
    line-height: 1.3;
    color: #000;
    font-weight: 500;
}
.city_usp_main .city_usp_itm .city_usp_img {
    display: block;
    aspect-ratio: 1;
    width: 45px;
}
.city_usp_main .city_usp_itm .city_usp_img img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: contain;
}
.city_light_bg.sec_70 {
    padding-left: 20px;
    padding-right: 20px;
    background: #F0EBFE;
    border-radius: 20px;
}
.city_light_bg h2 {
    text-align: center;
}
.ct_steps_grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ct_steps_grid .ct_grid_itm {
    width: calc(100% / 3);
    text-align: center;
    /* padding: 0 30px; */
    position: relative;
}
.ct_steps_grid .ct_grid_itm .ct_step_img {
    display: block;
    text-align: center;
    aspect-ratio: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    margin: auto;
    background: #6A00FF;
    border-radius: 50%;
    margin-bottom: 25px;
    position: relative;
    z-index: 2;
}
.ct_steps_grid .ct_grid_itm .ct_step_img img {
    width: 92%;
    display: block;
}
.ct_step_txt h4 {
    font-weight: 800;
    font-size: 23px;
    color: #6A00FF;
}
.ct_step_txt p {
    font-size: 18px;
    color: #000000;
    font-weight: 600;
}
.ct_steps_grid .ct_img_wrap::before,.ct_steps_grid .ct_img_wrap::after {
    position: absolute;
    content: "";
    width: calc(100%/2 - 70px);
    /* border: 2px dashed; */
    left: 0;
    height: 4px;
    top: 50%;
    transform: translateY(-50%);
    /* border-color: #000; */
    background-image: linear-gradient(to right, black 50%, rgba(255,255,255,0) 0%);
    background-position: bottom;
    background-size: 10px 4px;
    background-repeat: repeat-x;
}
.ct_step_txt {
    max-width: 330px;
    margin: auto;
    padding: 0 10px;
}
.ct_img_wrap {
    position: relative;
}
.ct_steps_grid .ct_img_wrap::after {
    left:unset;
    right: 0;
}
.ct_steps_grid .ct_grid_itm:first-child .ct_img_wrap:before,.ct_steps_grid .ct_grid_itm:last-child .ct_img_wrap:after {
    display: none;
}

/* Do More Sec City */
.domore_grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.do_more_itm {
    width: calc(100%/3 - 20px);
    background: #F0EBFE;
    padding: 30px 20px;
    border-radius: 20px;
    box-shadow: 0px 4px 5.7px 0px #00000026;
    display: grid;
    grid-template-columns: min-content 1fr;
    align-items: center;
    gap: 15px;
    transition: 0.3s;
    cursor: default;
    user-select: none;
}
.do_more_itm .do_more_img {
    aspect-ratio: 1;
    width: 105px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}
.domore_txt h4 {
    font-size: 24px;
    color: #000;
    font-weight: 700;
}
.domore_txt p {
    font-size: 18px;
    color: #000;
    margin-bottom: 0;
}
.do_more_itm .do_more_img img {
    display: flex;
    aspect-ratio: 1;
    object-fit: cover;
    width: 50px;
    object-fit: contain;
}
.do_more_itm:hover img {
    filter: brightness(0) invert(1);
}
.do_more_itm:hover .do_more_img {
    background: #6A00FF;
}
.city_usp_main {
    padding: 60px 0;
}
.do_more_itm:hover {
    /* box-shadow: none; */
    /* transform: scale(1.04); */
}
.tn_cta_sec h2 {
    max-width: 100%;
}
.tn_cta_sec p {
    max-width: 1064px;
}
.term_bg.city_pg {
    background-position: top;
}
@media (max-width:1200px) {
    .city_usp_main {
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
    }

    .do_more_itm {
        width: calc(100% / 2 - 15px);
    }

    .domore_grid {
        justify-content: center;
    }
}
@media (max-width:1024px) {
    .city_usp_main {
        gap: 40px 60px;
    }
}
@media (max-width: 991px) {
    .ct_steps_grid .ct_grid_itm .ct_step_img {
        width: 80px;
    }
    .simpli_main.city_pg_simpli {
        grid-template-columns: 1fr;
    }
    .do_more_itm .do_more_img {
        width: 80px;
    }
    .do_more_itm .do_more_img img {
        width: 40px;
    }
    .ct_step_txt h4 {
        font-size: 20px;
    }
    .ct_step_txt p {
        font-size: 15px;
    }
    .steps_btn {
        margin-top: 20px;
    }
    .ct_steps_grid .ct_img_wrap::before, .ct_steps_grid .ct_img_wrap::after {
        width: calc(100% / 2 - 55px);
    }
    .city_usp_main {
        padding: 50px 0;
    }
    .city_usp_main {
        gap: 40px 30px;
    }
}
@media (max-width:767px) {
    .ct_steps_grid {
        flex-direction: column;
    }
    .ct_steps_grid .ct_grid_itm {
        width: 100%;
        display: flex;
    }
    .ct_step_txt {
        text-align: left;
        padding-bottom: 20px;
    }
    .ct_steps_grid .ct_grid_itm .ct_step_img {
        width: 60px;
    }
    .ct_steps_grid .ct_img_wrap::after {
        width: 4px;
        height: calc(100% - 80px);
        top: 70px;
        background-image: linear-gradient(to bottom, black 50%, rgba(255, 255, 255, 0) 0%);
        background-position: bottom;
        background-size: 3px 12px;
        background-repeat: repeat-y;
        transform: translate(-50%, 0px);
        left: 50%;
    }
    .ct_steps_grid .ct_img_wrap::before {
        display: none;
    }
    .ct_step_txt p {
        font-size: 16px;
    }
    .ct_step_txt {
        max-width: 100%;
    }
}
@media (max-width:567px) {
    .city_usp_itm {
        flex-direction: column;
        align-items: center;
        text-align: center;
        justify-content: center;
        width: calc(100% / 2 - 10px);
    }
    .city_usp_main {
        gap: 20px;
        align-items: self-start;
        justify-content: center;
    }
    .do_more_itm {
        width: 100%;
        padding: 20px 25px;
    }
    .domore_txt h4 {
        font-size: 20px;
    }
    .domore_txt p {
        font-size: 16px;
    }
    .city_usp_main h4 {
        font-size: 17px;
    }
    .city_usp_main p {
        font-size: 15px;
    }
    .city_usp_main {
        padding: 30px 0;
    }
}