.app_content {
    padding-top: 93px;
}

@media (max-width: 500px) {
    .app_content {
        padding-top: 85px;
    }
}

/* home apge hero section start */

.home_first_section {
    background-image: url(../assets/home_page/hero_section/background.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
    overflow: hidden;
    font-family: var(--normal-font-family);
}

.home_hero {
    width: 100%;
    position: relative;
    z-index: 1;
}

.home_hero .container {
    max-width: 1600px;
    width: 100%;
    height: 100%;
}

.home_hero_wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    height: 100%;
    align-items: center;
    gap: 135px;
}

.home_hero_wrapper .close_img,
.home_hero_wrapper .close_img_two,
.home_hero_wrapper .close_img_three,
.home_hero_wrapper .close_img_four,
.home_hero_wrapper .close_img_five {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

.close_img .rlt_btm {
    position: absolute;
    bottom: -27px;
    right: -14px;
}

.close_img .top_rlt {
    position: absolute;
    top: -60px;
    right: -40px;
}

.close_img .left_btm {
    position: absolute;
    bottom: -60px;
    left: -40px;
}

.close_img .top_left {
    position: absolute;
    top: 0px;
    left: -40px;
}

.close_img .center_btm {
    position: absolute;
    bottom: -60px;
    right: 20%;
}

.close_img .top_center {
    position: absolute;
    top: -78px;
    left: 30%;
}

.close_img_two .rlt_btm {
    position: absolute;
    bottom: -27px;
    right: 4%;
}

.close_img_two .left_btm {
    position: absolute;
    bottom: -30px;
    left: 10%;
}

.close_img_two .top_left {
    position: absolute;
    top: 0px;
    left: 0px;
}

.close_img_two .top_rlt {
    position: absolute;
    top: 10%;
    right: 7%;
}

.close_img_two .top_center {
    position: absolute;
    top: -68px;
    right: 44%;
}

.close_img_two .left_center {
    position: absolute;
    top: 50%;
    left: -6%;
}

.close_img_two .rlt_center {
    position: absolute;
    top: 53%;
    right: 6%;
}

.close_img_three .top_left {
    position: absolute;
    top: 0;
    left: 0;
}

.close_img_three .rlt_top {
    position: absolute;
    right: 0;
    top: 7%;
}

.close_img_three .bottom {
    position: absolute;
    bottom: -20%;
    right: 15%;
}

.close_img_three .left_btm {
    position: absolute;
    left: -10%;
    bottom: 6%;
}

.close_img_three .left_center {
    position: absolute;
    left: 0;
    top: 50%;
}

.close_img_three .right_center {
    right: 0;
    position: absolute;
    top: 50%;
}

.close_img_four .bottom {
    position: absolute;
    bottom: -10%;
    right: -3%;
}

.close_img_four .top_left {
    position: absolute;
    top: 0;
    left: 20%;
}

.close_img_four .right_center {
    right: -2%;
    position: absolute;
    top: 39%;
}

.close_img_four .right_b {
    position: absolute;
    right: 10%;
    top: 14%;
}

.close_img_four .btm_top {
    bottom: 0;
    position: absolute;
    left: 0;
}

.close_img_four .btm_btm {
    bottom: -10%;
    left: 16%;
    position: absolute;
}

.close_img_four .left_center {
    position: absolute;
    left: 4%;
    top: 26%;
}

.close_img_four .top_rlt {
    top: -5%;
    right: 0%;
    position: absolute;
}

.close_img_five .left_start {
    position: absolute;
    left: -16%;
    top: 10%;
}

.close_img_five .rlt_btm {
    position: absolute;
    bottom: 11%;
    right: -4%;
}

.close_img_five .left_center {
    position: absolute;
    top: 38%;
    left: 5%;
}

.close_img_five .rlt_top {
    position: absolute;
    top: -8%;
    right: 8%;
}

.close_img_five .rlt_center {
    position: absolute;
    top: 25%;
    right: 0%;
}

.home_hero_wrapper h2 span {
    display: block;
}

.home_hero_slider > div {
    position: relative;
}

.hero-inner {
    height: 90vh;
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    align-items: center;
    gap: 80px;
}

.hero-text {
    display: flex;
    flex-direction: column;
    gap: 44px;
}

.hero-text,
.hero-img {
    opacity: 0;
    transform: translateY(60px);
    transition: all 0.8s ease-out;
}

.hero-text span {
    display: block;
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.hero-text p,
.hero-text a {
    display: block;
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.hero-text h2 {
    font-size: var(--heading-size) !important;
}

.hero-text h2 span {
    color: var(--dark-blue) !important;
}

.slick-active .hero-text p {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.6s;
}

.slick-active .hero-text a {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.8s;
    max-width: max-content;
}

.slick-active .hero-text,
.slick-active .hero-img {
    opacity: 1;
    transform: translateY(0);
}

.slick-active .hero-text span {
    opacity: 1;
    transform: translateY(0);
}

.hero-text span:nth-child(1) {
    transition-delay: 0.2s;
}

.hero-text span:nth-child(2) {
    transition-delay: 0.4s;
}

.hero-text span:nth-child(3) {
    transition-delay: 0.6s;
}

.hero-img {
    transition-delay: 0.8s;
    display: flex;
    justify-content: center;
    align-items: center;
}

.home_hero_slider .slick-dots {
    position: absolute;
    top: 50%;
    right: -80px;
    transform: translateY(-50%);
    display: flex !important;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    align-items: end;
    list-style: none;
    margin: 0;
    padding: 0;
}

.home_hero_slider .slick-dots li {
    width: 12px;
    height: 12px;
}

.home_hero_slider .slick-dots li button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ccc;
    border: none;
    font-size: 0;
    cursor: pointer;
    transition: background-color 0.3s ease;
    padding: 0;
}

.home_hero_slider .slick-dots li.slick-active button {
    background-color: var(--primary-color);
    width: 12px !important;
    height: 18px;
    border-radius: 10px;
}

.home_hero_slider .slick-dots li.slick-active button:before {
    width: 12px !important;
}

.home_hero_slider .slick-list {
    overflow: visible;
}

.hero-img .close_img img,
.hero-img .close_img_two img,
.hero-img .close_img_three img,
.hero-img .close_img_four img,
.hero-img .close_img_five img {
    transform: scale(0);
    opacity: 0;
    transition: transform 0.6s ease, opacity 0.6s ease;
    box-shadow: 0px 15px 10px -15px #111;
}

.slick-active .hero-img .close_img img,
.slick-active .hero-img .close_img_two img,
.slick-active .hero-img .close_img_three img,
.slick-active .hero-img .close_img_four img,
.slick-active .hero-img .close_img_five img {
    transform: scale(1);
    opacity: 1;
}

.slick-active .hero-img .close_img img:nth-child(1),
.slick-active .hero-img .close_img_two img:nth-child(1),
.slick-active .hero-img .close_img_three img:nth-child(1),
.slick-active .hero-img .close_img_four img:nth-child(1),
.slick-active .hero-img .close_img_five img:nth-child(1) {
    transition-delay: 0.6s;
}

.slick-active .hero-img .close_img img:nth-child(2),
.slick-active .hero-img .close_img_two img:nth-child(2),
.slick-active .hero-img .close_img_three img:nth-child(2),
.slick-active .hero-img .close_img_four img:nth-child(2),
.slick-active .hero-img .close_img_five img:nth-child(2) {
    transition-delay: 0.7s;
}

.slick-active .hero-img .close_img img:nth-child(3),
.slick-active .hero-img .close_img_two img:nth-child(3),
.slick-active .hero-img .close_img_three img:nth-child(3),
.slick-active .hero-img .close_img_four img:nth-child(3),
.slick-active .hero-img .close_img_five img:nth-child(3) {
    transition-delay: 0.8s;
}

.slick-active .hero-img .close_img img:nth-child(4),
.slick-active .hero-img .close_img_two img:nth-child(4),
.slick-active .hero-img .close_img_three img:nth-child(4),
.slick-active .hero-img .close_img_four img:nth-child(4),
.slick-active .hero-img .close_img_five img:nth-child(4) {
    transition-delay: 0.9s;
}

.slick-active .hero-img .close_img img:nth-child(5),
.slick-active .hero-img .close_img_two img:nth-child(5),
.slick-active .hero-img .close_img_three img:nth-child(5),
.slick-active .hero-img .close_img_four img:nth-child(5),
.slick-active .hero-img .close_img_five img:nth-child(5) {
    transition-delay: 1s;
}

.slick-active .hero-img .close_img img:nth-child(6),
.slick-active .hero-img .close_img_two img:nth-child(6),
.slick-active .hero-img .close_img_three img:nth-child(6),
.slick-active .hero-img .close_img_four img:nth-child(6),
.slick-active .hero-img .close_img_five img:nth-child(6) {
    transition-delay: 1.1s;
}

.slick-active .hero-img .close_img img:nth-child(7),
.slick-active .hero-img .close_img_two img:nth-child(7),
.slick-active .hero-img .close_img_three img:nth-child(7),
.slick-active .hero-img .close_img_four img:nth-child(7),
.slick-active .hero-img .close_img_five img:nth-child(7) {
    transition-delay: 1.2s;
}

.home_hero_wrapper .content_img {
    position: relative;
}

.section_scroll {
    width: 100%;
    display: flex;
    justify-content: center;
}

.scroll_next {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    bottom: 50px;
    justify-content: center;
    width: 100%;
}

.scroll_next img {
    width: 30px;
    height: auto;
    opacity: 0;
    animation: scrollArrow 2s ease-in-out infinite;
}

.scroll_next img:nth-child(2) {
    animation-delay: 1s;
}

@keyframes scrollArrow {
    0% {
        opacity: 0;
        transform: translateY(-3px);
    }

    50% {
        opacity: 1;
        transform: translateY(0px);
    }

    100% {
        opacity: 0;
        transform: translateY(3px);
    }
}

@media (max-width: 1600px) {
    .home_hero .container {
        max-width: 1360px;
    }

    .home_hero_slider .slick-dots {
        right: -20px;
    }
}

@media (max-width: 1360px) {
    .hero-inner {
        grid-template-columns: 1fr;
        padding: 40px 0;
        height: auto;
    }

    .hero-img {
        width: 70%;
        margin: 0 auto;
    }

    .hero-text {
        width: 80%;
    }
}

@media (max-width: 768px) {
    .hero_main_img {
        max-width: 450px;
    }

    .hero-text {
        width: 100%;
    }

    .hero-img .close_img img,
    .hero-img .close_img_two img,
    .hero-img .close_img_three img,
    .hero-img .close_img_four img,
    .hero-img .close_img_five img {
        display: none;
    }

    .hero-text h2 {
        text-align: start !important;
    }
}

@media (max-width: 500px) {
    .hero_main_img {
        max-width: 300px;
    }

    .hero-text {
        gap: 20px;
        align-items: start;
    }

    .hero-text img {
        max-width: 32px;
    }

    .hero-inner {
        gap: 20px;
    }
}

/* home apge hero section end */
/* home erp comprehensive section start */
.erp_comprehensive {
    padding: 90px 0;
}

.erp_comprehensive_content {
    padding-top: 60px;
    display: flex;
    flex-direction: column;
    gap: 87px;
}

.erp_comprehensive .tab-container {
    position: relative;
    display: flex;
    background: #e5edf7;
    border-radius: 30px;
    overflow: hidden;
    margin: 0 auto;
    max-width: max-content;
}

.erp_comprehensive .tab-button {
    padding: 16px 50px;
    border: none;
    background: transparent;
    cursor: pointer;
    font-size: 20px;
    transition: color 0.3s;
    z-index: 1;

    color: var(--gray);
    text-align: center;
    font-family: var(--heading-font-family);
    font-weight: 500;
}

.erp_comprehensive .tab-button.active {
    color: #fff;
}

.erp_comprehensive .tab-highlight {
    position: absolute;
    top: 0;
    bottom: 0;
    background: #328af6;
    border-radius: 30px;
    transition: all 0.3s ease;
    z-index: 0;
}

.erp_comprehensive_slider {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.erp_comprehensive_slider .slider_box {
    display: flex;
    max-width: 293px;
    height: 295px;
    padding: 48px 32px 47px 33px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    gap: 25px;
    border-radius: 26px;
    border: var(--border);
    background: var(--white);
    box-shadow: 19px 43px 13px 0px rgba(140, 140, 140, 0),
        12px 28px 12px 0px rgba(140, 140, 140, 0.01),
        7px 16px 10px 0px rgba(140, 140, 140, 0.05),
        3px 7px 8px 0px rgba(140, 140, 140, 0.09),
        1px 2px 4px 0px rgba(140, 140, 140, 0.1);
    margin: 0 25px 30px 25px;
}

.erp_comprehensive_slider .slider_box:hover {
    border: 1px solid var(--primary-color);
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.erp_comprehensive_slider.active .slider_box {
    animation: fadeUp 0.5s ease;
}

.erp_comprehensive_slider {
    display: none;
}

.erp_comprehensive_slider.active {
    display: block;
}

@media (max-width: 1024px) {
    .erp_comprehensive_slider .slider_box {
        margin: 0 15px 30px 15px;
    }
}

@media (max-width: 950px) {
    .erp_comprehensive .tab-button {
        font-size: 18px;
        padding: 16px 30px;
    }

    .erp_comprehensive .slick-dots {
        bottom: -50px;
    }
}

@media (max-width: 768px) {
    .erp_comprehensive .tab-button {
        font-size: 16px;
        padding: 14px 20px;
    }
}

@media (max-width: 600px) {
    .erp_comprehensive .tab-button {
        font-size: 10px;
        padding: 8px 6px;
    }

    .erp_comprehensive .tab-highlight {
        border-radius: 10px;
    }

    .erp_comprehensive .tab-container {
        border-radius: 10px;
    }

    .erp_comprehensive {
        padding: 40px 0;
    }

    .erp_comprehensive_content {
        padding-top: 30px;
        gap: 30px;
    }

    .erp_comprehensive_slider .slider_box img {
        max-width: 34px;
    }

    .erp_comprehensive_slider .slider_box {
        max-width: auto;
        height: auto;
        padding: 30px 24px;
        gap: 15px;
    }

    .erp_comprehensive_slider .slider_box {
        margin: 0 15px 15px 15px;
    }
}

/* home erp comprehensive section end */

/* value_ we deliver section start */
.value__we_deliver {
    background-image: url(../assets/home_page/values_we_deliver/background.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
    overflow: hidden;
    height: auto;
    padding: 56px 0;
}

.feature_section {
    position: relative;
    width: 100%;
    margin: auto;
    height: 70vh;
    overflow: hidden;
    margin-top: 40px;
}

.feature_section .mobile_image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.feature_section .mobile_image img {
    width: auto;
    height: auto;
}

.feature_section .line_image {
    position: absolute;
    z-index: 0;
    display: none;
    pointer-events: none;
    /* max-width: 230px; */
}

.feature_section .feature_box {
    position: absolute;
    max-width: 273px;
    height: auto;
    background: transparent;
    opacity: 1;
    transform: scale(0.95);
    transition: all 0.4s ease;
    z-index: 3;
    display: flex;
    padding: 12px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 6px;
    border-radius: 8px;
    text-align: center;
}

.feature_section .show {
    transform: scale(1) !important;
    border: 1px solid #9be6da;
    background: var(--white);
    box-shadow: 0px -3px 80px 0px rgba(0, 0, 0, 0.07),
        0px -0.376px 10.017px 0px rgba(0, 0, 0, 0.04);
}

.feature_section h4 {
    color: var(--primary-color);
    text-align: center;
    font-family: var(--heading-font-family);
    font-size: 32px;
    font-weight: 600;
}

.feature_section h5 {
    color: var(--dark-blue);
    text-align: center;
    font-family: var(--heading-font-family);
    font-size: 20px;
    font-weight: 600;
}

.feature_section .box1 {
    top: 0%;
    left: 6%;
}

.feature_section .box2 {
    top: 35%;
    left: 0%;
}

.feature_section .box3 {
    top: 70%;
    left: 6%;
}

.feature_section .box4 {
    top: 0%;
    right: 6%;
}

.feature_section .box5 {
    top: 35%;
    right: 0%;
}

.feature_section .box6 {
    top: 70%;
    right: 6%;
}

.bg_circlue {
    position: absolute;
    left: -92px;
    z-index: -1;
}

@media (max-width: 768px) {
    .feature_section {
        height: auto;
        padding-bottom: 200px;
    }

    .feature_section .feature_box {
        position: static;
        margin: 20px auto;
        opacity: 1 !important;
        background: #fff !important;
    }

    .feature_section .mobile_image {
        position: static;
        transform: none;
        text-align: center;
        margin: 40px auto;
    }

    .feature_section .mobile_image img {
        height: auto;
        width: 60%;
    }

    .feature_section .line_image {
        display: none !important;
    }
}

/* value_ we deliver section end */

/* erp specialisation section start */
.erp_specialisation {
    padding: 140px 0 100px 0;
}

.erp_specialisation .container {
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.erp_specialisation_content {
    display: flex;
    justify-content: space-between;
    gap: 26px;
}

.erp_specialisation_content .content_box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.erp_specialisation_content .content_box h4 {
    color: var(--blue-600);
    text-align: center;
    font-family: var(--heading-font-family);
    font-size: var(--font-size);
    font-weight: 500;
    padding-top: 25px;
}

.erp_specialisation_content .content_box p {
    padding-top: 5px;
    color: var(--gray);
    font-weight: 600;
}

.erp_specialisation_content .content_box img {
    height: auto;
    width: 100%;
}

@media (max-width: 980px) {
    .erp_specialisation_content {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 500px) {
    .erp_specialisation {
        padding: 70px 0 40px 0;
    }

    .erp_specialisation_content .content_box h4 {
        padding-top: 7px;
    }

    .erp_specialisation .container {
        gap: 25px;
    }
}

/* erp specialisation section end */
/* parents with erp reviews setion start */
.parents_reviews {
    padding: 40px 0 140px 0;
}

.parents_reviews .container {
    display: flex;
    justify-content: space-between;
    align-items: start;
}

.parents_reviews .points {
    display: flex;
    gap: 10px;
    justify-content: start;
    align-items: start;
}

.parents_reviews .points p {
    color: var(--gray);
    font-size: var(--large-font-size);
    font-weight: var(--light-font-weight);
}

.parents_reviews .points p span {
    color: var(--dark-blue);
    font-weight: var(--bold--font-weight);
}

.parents_reviews .content_text {
    max-width: 659px;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 49px;
    align-items: start;
}

.parents_reviews .content_img img {
    height: auto;
    width: 100%;
}

.parents_reviews_point {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 35px;
    padding-top: 35px;
}

.parents_reviews .content_img img {
    height: auto;
    width: 100%;
}

@media (max-width: 1024px) {
    .parents_reviews .content_text {
        max-width: 60%;
    }
}

@media (max-width: 900px) {
    .parents_reviews .container {
        flex-wrap: wrap;
    }

    .parents_reviews .content_text {
        max-width: 100%;
    }

    .parents_reviews .content_img img {
        width: 70%;
    }
}

@media (max-width: 500px) {
    .parents_reviews .content_img img {
        width: 100%;
    }

    .parents_reviews .content_text {
        gap: 30px;
    }

    .parents_reviews_point {
        gap: 20px;
    }

    .parents_reviews .points img {
        width: 20px;
        height: 20px;
    }

    .content_text p {
        text-align: justify;
    }

    .parents_reviews .points p {
        text-align: start;
    }

    .parents_reviews {
        padding: 20px 0 40px 0;
    }
}

/* parents with erp reviews setion end */
/* erp difference section start */
.erp_difference {
    background: #e6f1fe;
    padding: 39px 0px;
}

.erp_difference .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 60px;
}

.erp_difference_content .diff_box {
    display: inline-flex;
    padding: 25px 35px;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
    height: auto;
    border-radius: 16px;
    border: var(--border);
    background: var(--white);
    transition: box-shadow 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.erp_difference_content .diff_box img {
    height: auto;
    max-width: 52px;
    transform: scale(1);
    transition: transform 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.erp_difference_content .diff_box h4 {
    color: var(--black);
    font-family: var(--heading-font-family);
    font-size: 20px;
    font-weight: 600;
    padding-top: 4px;
}

.erp_difference_content .diff_box:hover {
    box-shadow: 0px -3px 80px 0px rgba(29, 106, 193, 0.14),
        0px -0.376px 10.017px 0px rgba(29, 106, 193, 0.07);
}

.erp_difference_content .diff_box:hover img {
    transform: scale(1.15);
}

.erp_difference_content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: space-between;
    gap: 50px;
}

.prime_module {
    display: flex;
    justify-content: space-between;
    align-items: start;
    width: 100%;
}

@media (max-width: 1024px) {
    .erp_difference_content {
        display: grid;
        grid-template-columns: 1fr 1fr;
        justify-content: space-between;
        gap: 50px;
    }

    .erp_difference .diff_box {
        gap: 10px;
    }
}

@media (max-width: 600px) {
    .erp_difference_content {
        display: grid;
        grid-template-columns: 1fr;
        justify-content: space-between;
        gap: 30px;
    }

    .erp_difference .container {
        gap: 30px;
    }
}

@media (max-width: 375px) {
    .erp_difference .diff_box {
        padding: 18px 25px;
    }
}

/* erp difference section end */
/* erp transform section start */
.erp_transform {
    background-image: url(../assets/home_page/cta_footer/bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    width: 100%;
    padding: 52px 0;
}

.erp_transform .container {
    justify-content: space-between;
    align-items: center;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.erp_transform .content_text {
    max-width: 720px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: start;
}

.erp_transform .content_text p {
    max-width: 567px;
    padding-top: 12px;
}

.erp_transform .content_img img {
    width: 100%;
    height: auto;
}

@media (max-width: 768px) {
    .erp_transform .container {
        justify-content: space-between;
        align-items: center;
        display: grid;
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .erp_transform .content_text p {
        max-width: 100%;
    }

    .erp_transform .content_img img {
        width: 70%;
        height: auto;
    }

    .erp_transform .content_text {
        align-items: center;
    }

    .erp_transform .content_img {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

@media (max-width: 400px) {
    .erp_transform .content_img img {
        width: 100%;
        height: auto;
    }
}

/* erp transform section end */

/* our clients section start */
.our_clients .client_scrolling .client_logo {
    display: flex;
    min-width: 206px;
    width: 100%;
    height: 108px;
    justify-content: center;
    align-items: center;
    border-radius: 22px;
    background: var(--white);
    box-shadow: 0px 2.274px 90.947px 0px rgba(0, 0, 0, 0.07),
        0px 0.508px 20.314px 0px rgba(0, 0, 0, 0.04);
    margin: 40px 17px;
}

.our_clients .client_scrolling .client_logo img {
    width: auto;
    height: auto;
}

.our_clients .container h2 {
    text-align: center;
    margin-bottom: 40px;
}

.our_clients .client_scrolling {
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    background: #fff;
    /* optional */
    padding: 10px 0;
}

.our_clients {
    padding: 89px 0;
}

.scrolling_content {
    display: inline-flex;
    animation: scroll-left 30s linear infinite;
}

.scrolling_content.reverse {
    animation: scroll-right 30s linear infinite;
}

@keyframes scroll-left {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-50%);
    }
}

@keyframes scroll-right {
    0% {
        transform: translateX(-50%);
    }

    100% {
        transform: translateX(0%);
    }
}
@media (max-width: 900px) {
    .our_clients .client_scrolling .client_logo {
        display: flex;
        min-width: 140px;
        width: 100%;
        height: 70px;
        justify-content: center;
        align-items: center;
        border-radius: 15px;
        margin: 10px 7px;
    }

    .our_clients .client_scrolling .client_logo img {
        max-width: 110px;
        max-height: 60px;
    }
}
@media (max-width: 500px) {
    .our_clients .client_scrolling .client_logo {
        display: flex;
        min-width: 100px;
        width: 100%;
        height: 60px;
        justify-content: center;
        align-items: center;
        border-radius: 15px;
        margin: 10px 7px;
    }

    .our_clients .client_scrolling .client_logo img {
        max-width: 80px;
        max-height: 50px;
    }
}

/* our clients section end */
/* clara nation clients section start */
.clara_nation .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.clara_nation {
    padding: 89px 0 0 0;
}

.clara_nation .content_text {
    max-width: 642px;
    width: 100%;
}

.clara_nation .content_text h2 {
    max-width: 100%;
    width: 100%;
    margin-bottom: 26px;
}

.clara_nation .counting-box h2 {
    display: flex;
}

.clara_nation .clara_clients_count {
    display: flex;
    margin: 62px 0;
}

.clara_nation .clara_clients_count h2 {
    display: flex;
    padding: 0px 53px;
    align-items: center;
    gap: 2px;
    justify-content: center;
    font-size: 36px;
}

.clara_nation .clara_clients_count .counting-box {
    min-width: 211px;
}

.clara_nation .clara_clients_count .counting-box:first-child,
.clara_nation .clara_clients_count .counting-box:nth-child(2) {
    border-right: 1px solid var(--black);
}

.clara_nation .clara_clients_count .counting h2 {
    margin-bottom: 0;
}

.clara_nation .counting-box h4 {
    color: #000;
    text-align: center;
    font-family: var(--heading-font-family);
    font-size: var(--content-heading-size);
    font-weight: var(--light-font-weight);
    line-height: 33px;
}

.clara_nation .content_img img {
    height: auto;
    width: 100%;
}

.clara_nation .content_img {
    position: relative;
}

.clara_nation .map-image {
    width: 100%;
    height: auto;
}

.clara_nation .dot {
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #ea3535;
    border-radius: 50%;
    z-index: 2;
    display: flex;
    align-items: center;
}

.clara_nation .dot::before {
    content: "";
    position: absolute;
    top: -6px;
    left: -6px;
    width: 22px;
    height: 22px;
    background-color: #ea3535;
    opacity: 0;
    border-radius: 50%;
    animation: blink 1s infinite;
    z-index: 1;
}

.clara_nation .state-name {
    position: absolute;
    font-weight: 600;
    user-select: none;
    white-space: nowrap;
    border-radius: 4.384px;
    font-family: var(--normal-font-family);
    font-size: 13px;
    color: var(--black);
    border: 1px solid var(--primary-color);
    background: var(--white);
    display: inline-flex;
    padding: 2px 5px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    text-transform: uppercase;
    box-shadow: 0px 48px 13px 0px rgba(0, 0, 0, 0),
        0px 31px 12px 0px rgba(0, 0, 0, 0.01),
        0px 17px 10px 0px rgba(0, 0, 0, 0.03),
        0px 8px 8px 0px rgba(0, 0, 0, 0.04), 0px 2px 4px 0px rgba(0, 0, 0, 0.05);
}

.clara_nation .left-side .state-name {
    right: 100%;
    transform: translateX(-10px);
}

.clara_nation .top-side .state-name {
    bottom: 100%;
    transform: translateY(-10px);
    left: 50%;
    transform: translateX(-50%) translateY(-10px);
}

.clara_nation .right-side .state-name {
    left: 100%;
    transform: translateX(10px);
}

@keyframes blink {
    0%,
    100% {
        opacity: 0;
    }

    50% {
        opacity: 0.2;
    }
}

@media (max-width: 768px) {
    .clara_nation .container {
        flex-direction: column;
        align-items: start;
        gap: 20px;
    }

    .clara_nation .content_text {
        max-width: 100%;
    }

    .clara_nation .clara_clients_count .counting h4 {
        font-size: 20px;
    }

    .nation_count {
        padding: 40px 0;
    }

    .clara_nation .clara_clients_count .counting-box {
        min-width: 100px;
    }

    .clara_nation .counting-box h4 {
        font-size: 14px;
    }

    .clara_nation .clara_clients_count h2 {
        font-size: 16px;
        margin-bottom: 0;
    }
}

@media (max-width: 500px) {
    .clara_nation .clara_clients_count .counting {
        padding: 0 38px;
    }

    .clara_nation .clara_clients_count {
        margin: 22px 0;
    }

    .clara_nation .dot {
        width: 8px;
        height: 8px;
    }

    .clara_nation .dot::before {
        width: 16px;
        height: 16px;
        top: -4px;
        left: -4px;
    }

    .clara_nation .state-name {
        font-size: 8px;
    }

    .clara_nation {
        padding: 50px 20px;
    }
}

/* clara nation clients section end */

/* testimonials section start */
.testimonials {
    background-image: url(../assets/home_page/testimonials/test_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    position: relative;
    overflow: hidden;
    font-family: var(--normal-font-family);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 100px 0;
    text-align: center;
}

.testimonials .container {
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.testimonials .testimonials_card {
    display: flex;
    align-items: center;
    gap: 40px;
    font-family: var(--normal-font-family);
    margin-bottom: 36px;
}

.testimonials .testimonials_card .content_text {
    max-width: 915px;
    height: 320px;
    border-radius: 20px;
    border: 1px solid #6367ff;
    background: var(--white);
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
    padding: 37px 49px 51px 49px;
    text-align: left;
}

.testimonials .testimonials_card .content_text p {
    color: var(--gray);
    margin-bottom: 34px;
    margin-top: 24px;
}

.testimonials .testimonials_card .content_text h5 {
    color: var(--purple);
    font-size: var(--normal-font-size);
    font-weight: var(--bold--font-weight);
}

.testimonials .testimonials_card .content_text h6 {
    color: #000;
    font-size: 12px;
    font-weight: 600;
}

.testimonials .testimonials_heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 31px;
}

.testimonials .testimonials_card .content_text img {
    height: auto;
    width: 100%;
    max-width: 55px;
}

@media (max-width: 1320px) {
    .testimonials {
        padding: 50px 0;
    }

    .testimonials .testimonials_card {
        gap: 20px;
    }

    .testimonials .testimonials_card .content_text p {
        margin-bottom: 17px;
        margin-top: 12px;
    }
}

@media (max-width: 960px) {
    .testimonials .testimonials_card {
        flex-direction: column;
        gap: 5px;
    }

    .testimonials .testimonials_card .content_img img {
        height: 180px;
        width: 180px;
        display: block;
    }

    .testimonials .container {
        gap: 30px;
    }

    .testimonials .testimonials_heading {
        gap: 6px;
    }

    .testimonials {
        padding: 26px 0;
    }

    .testimonials .testimonials_card .content_text img {
        max-width: 26px;
    }

    .testimonials .testimonials_card .content_text {
        height: auto;
        padding: 20px 30px;
    }

    .slick-dots {
        bottom: 10px;
    }
}

/* testimonials section end */
/* external application section start */
.external_app {
    background-image: url(../assets/home_page/integrations/background.png);
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    position: relative;
    overflow: hidden;
    font-family: var(--normal-font-family);
    padding: 86px 0;
}

.external_app_box {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    margin: 0 20px 56px 20px;
}

.external_app_container {
    display: flex;
    gap: 35px;
    padding-top: 56px;
}

.external_app_box p {
    color: var(--black);
    text-align: center;
    font-family: var(--heading-font-family);
    font-size: 20px;
    font-weight: 500;
    padding-top: 20px;
    margin-bottom: 56px;
}

.external_app_box {
    height: auto;
    width: 100%;
}

@media (max-width: 500px) {
    .external_app_box p {
        margin-bottom: 20px;
    }

    .external_app {
        padding: 40px 0 30px 0;
    }
}

/* external application section end */

/* modules section start */
.modules {
    padding: 140px 0;
}

.modules .container {
    display: flex;
    flex-direction: column;
    gap: 204px;
}

.modules .container:first-child {
    gap: 80px;
}

.modules_points_container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 35px;
}

.modules_content_container {
    display: flex;
    justify-content: space-between;
    padding-top: 86px;
}

.modules .modules_content {
    max-width: 671px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 42px;
}

.modules .modules_heading {
    display: flex;
    gap: 19px;
    align-items: center;
}

.modules .modules_heading h4 {
    color: var(--dark-blue);
    font-family: var(--heading-font-family);
    font-size: 28px;
    font-weight: 500;
}

.modules .modules_points {
    display: flex;
    min-width: max-content;
    padding: 13px 18px;
    align-items: center;
    gap: 10px;
    border-radius: 16px;
    border: var(--border);
    background: var(--white);
}

.modules .modules_points h5 {
    color: var(--black);
    text-align: center;
    font-family: var(--normal-font-family);
    font-size: var(--large-font-size);
    font-weight: 500;
}

.modules .modules_points img {
    height: 32px;
    width: 32px;
}

.modules .modules_img {
    min-width: 559px;
    height: 100%;
    display: flex;
    justify-content: end;
    align-items: center;
    position: relative;
    padding-right: 32px;
    overflow: visible;
}

.modules .modules_img .modules_animate img {
    opacity: 1;
    /* transform: scale(0.8); */
    transition: all 0.8s ease;
    position: absolute;
    box-shadow: 0px 5.171px 19.393px 0px rgba(0, 0, 0, 0.1);
}

.modules .modules_img .modules_animate.show .penpaper {
    transform: translateX(50px) scale(1);
    opacity: 1;
    transition-delay: 0.1s;
}

.modules .modules_img .modules_animate.show .teacher {
    transform: translateX(-30px) scale(1);
    opacity: 1;
    transition-delay: 0.2s;
}

.modules .modules_img .modules_animate.show .datesheet {
    transform: translateX(-26px);
    opacity: 1;
    transition-delay: 0.3s;
}

.modules .modules_img .modules_animate.show .timetable {
    transform: translateX(35px) scale(1);
    opacity: 1;
    transition-delay: 0.4s;
}

.modules .modules_img .modules_animate.show .note {
    transform: translateX(-40px) scale(1);
    opacity: 1;
    transition-delay: 0.1s;
}

.modules .modules_img .modules_animate.show .parents {
    transform: translateX(100px) scale(1);
    opacity: 1;
    transition-delay: 0.2s;
}

.modules .modules_img .modules_animate.show .visitor {
    transform: translateX(45px);
    opacity: 1;
    transition-delay: 0.3s;
}

.modules .modules_img .modules_animate.show .admission {
    transform: translateX(40px) scale(1);
    opacity: 1;
    transition-delay: 0.2s;
}

.modules .modules_img .modules_animate.show .sis {
    transform: translateX(-10px) scale(1);
    opacity: 1;
    transition-delay: 0.1s;
}

.modules .modules_img .modules_animate.show .cash {
    transform: translateX(-50px) scale(1);
    opacity: 1;
    transition-delay: 0.1s;
}

.modules .modules_img .modules_animate.show .feesetup {
    transform: translateX(40px) scale(1);
    opacity: 1;
    transition-delay: 0.2s;
}

.modules .modules_img .modules_animate.show .inventory {
    transform: translateX(-25px) scale(1);
    opacity: 1;
    transition-delay: 0.3s;
}

.modules .modules_img .modules_animate.show .payment {
    transform: translateX(-30px) scale(1);
    opacity: 1;
    transition-delay: 0.2s;
}

.modules .modules_img .modules_animate.show .manegment {
    transform: translateX(20px) scale(1);
    opacity: 1;
    transition-delay: 0.1s;
}

.modules .modules_img .modules_animate.show .calling {
    transform: translateX(-23px);
    opacity: 1;
    transition-delay: 0.1s;
}

.modules .modules_img .modules_animate.show .teacher_card {
    transform: translateX(40px) scale(1);
    opacity: 1;
    transition-delay: 0.2s;
}

.modules .modules_img .modules_animate.show .days {
    transform: translateX(-25px) scale(1);
    opacity: 1;
    transition-delay: 0.3s;
}

.modules .modules_img .modules_animate.show .calender {
    transform: translateX(30px) scale(1);
    opacity: 1;
    transition-delay: 0.2s;
}

.modules .modules_img .modules_animate.show .sheet {
    transform: translateX(20px) scale(1);
    opacity: 1;
    transition-delay: 0.1s;
}

.modules .modules_img .penpaper {
    top: 16%;
    right: 5%;
    transform: scale(0.8);
}

.modules .modules_img .teacher {
    left: 26%;
    bottom: 10%;
}

.modules .modules_img .datesheet {
    bottom: 31%;
    left: 6%;
}

.modules .modules_img .timetable {
    right: 6%;
    bottom: 14%;
}

.modules .modules_img .note {
    top: 12%;
    left: 10%;
    transform: scale(0.8);
}

.modules .modules_img .parents {
    right: 26%;
    bottom: 27%;
}

.modules .modules_img .visitor {
    bottom: 13%;
    right: 12%;
}

.modules .modules_img .admission {
    right: 12%;
    top: 14%;
}

.modules .modules_img .sis {
    left: 0%;
    bottom: 22%;
}

.modules .modules_img .cash {
    top: 14%;
    left: 26%;
}

.modules .modules_img .feesetup {
    right: 5%;
    top: 20%;
}

.modules .modules_img .inventory {
    bottom: 53%;
    left: 14%;
}

.modules .modules_img .payment {
    left: 15%;
    bottom: 14%;
}

.modules .modules_img .manegment {
    right: 4%;
    bottom: 22%;
}

.modules .modules_img .calling {
    bottom: 14%;
    left: 6%;
}

.modules .modules_img .teacher_card {
    right: 15%;
    top: 47%;
}

.modules .modules_img .days {
    top: 14%;
    left: 17%;
}

.modules .modules_img .calender {
    right: 26%;
    top: 14%;
}

.modules .modules_img .sheet {
    right: 26%;
    bottom: 17%;
}

.modules_content_container:nth-child(odd) h4 {
    color: #197466;
}

.modules_content_container:nth-child(odd) .modules_img {
    padding-left: 30px;
    padding-right: 0;
    justify-content: start;
}

@media (max-width: 1260px) {
    .modules_content_container {
        flex-direction: column;
    }

    .modules .modules_content {
        max-width: 100%;
        order: 1;
        gap: 24px;
    }

    .modules_points_container {
        display: flex;
        flex-wrap: wrap;
    }

    .modules .modules_points h5 {
        font-size: var(--normal-font-size);
    }

    .modules .modules_img {
        justify-content: center;
        margin: 0 auto;
    }

    .modules .modules_points img {
        height: 24px;
        width: 24px;
    }

    .modules .modules_img {
        order: 2;
    }

    .modules .container:first-child {
        gap: 40px;
    }
}

@media (max-width: 600px) {
    .modules_animate {
        display: none;
    }

    .modules .modules_img {
        padding: 20px 0 0 0px !important;
    }

    .modules_content_container {
        padding-top: 40px;
    }

    .modules .modules_img {
        min-width: 100%;
    }

    .modules .modules_img img {
        min-width: 100%;
        max-width: 100%;
    }

    .modules {
        padding: 50px 0;
    }

    .modules .container:first-child {
        gap: 20px;
    }

    .modules .modules_content {
        gap: 14px;
    }

    .modules_points_container {
        gap: 14px;
    }

    .modules .modules_points {
        padding: 4px 8px;
        border-radius: 6px;
    }
}

/* modules section end */
/* implementation process section start */
.implementation_process {
    padding: 140px 0 155px 0;
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.implementation_process .process_card {
    max-width: 389px;
    display: inline-flex;
    padding: 28px 22px 40px 20px;
    flex-direction: column;
    align-items: center;
    gap: 22px;
    border-radius: 8px;
    border: var(--border);
    background: var(--white);
    box-shadow: 0px 54px 15px 0px rgba(125, 125, 125, 0),
        0px 35px 14px 0px rgba(125, 125, 125, 0.01),
        0px 19px 12px 0px rgba(125, 125, 125, 0.05),
        0px 9px 9px 0px rgba(125, 125, 125, 0.09),
        0px 2px 5px 0px rgba(125, 125, 125, 0.1);
    margin: 0 38px;
}

.implementation_process .process_card p {
    padding-top: 10px;
    text-align: center;
}

.implementation_process .process_slider {
    width: 100%;
}

/* implementation process section end */
/* contact us page start */
.contact_our_team {
    background: #e6f8f5;
    height: calc(500px - 87px);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    z-index: -1;
}

.vector_team_left {
    position: absolute;
    left: 0;
    top: 100px;
    z-index: 1;
}

.vector_team_right {
    position: absolute;
    right: 0;
    top: 8px;
    z-index: 1;
}

.contact_our_team h3 {
    margin-bottom: 16px;
}

.container_second {
    width: 100%;
    margin: 0 auto;
    max-width: var(--max-width);
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: -80px;
}

.container_second .contact_card {
    display: flex;
    max-width: 420px;
    width: 100%;
    height: auto;
    padding: 25px 30px 30px 30px;
    justify-content: start;
    align-items: start;
    border-radius: 16px;
    background: var(--white);
    box-shadow: 0px 48px 13px 0px rgba(0, 0, 0, 0),
        0px 31px 12px 0px rgba(0, 0, 0, 0.01),
        0px 17px 10px 0px rgba(0, 0, 0, 0.03),
        0px 8px 8px 0px rgba(0, 0, 0, 0.04), 0px 2px 4px 0px rgba(0, 0, 0, 0.05);
    gap: 28px;
    z-index: 99;
}

.container_second .contact_card h4 {
    color: var(--primary-color);
    font-family: var(--heading-font-family);
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 7px;
}

@media (max-width: 1320px) {
    .container_second {
        padding: 0 20px;
        gap: 20px;
    }

    .container_second .contact_card {
        padding: 24px 20px;
        gap: 14px;
        max-width: 100%;
        height: 152px;
    }
}

@media (max-width: 960px) {
    .container_second {
        flex-direction: column;
    }

    .container_second .contact_card {
        height: auto;
    }
}

@media (max-width: 600px) {
    .contact_our_team {
        height: calc(400px - 87px);
    }

    .container_second .contact_card h4 {
        font-size: 18px;
    }

    .container_second .contact_card img {
        height: 28px;
    }

    .container_second .contact_card {
        height: auto;
        padding: 20px;
    }
}

/* regional offices section start */
.regional_offices {
    padding: 89px 0;
}

.regional_offices .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.regional_offices .office_info {
    display: flex;
    flex-direction: column;
    gap: 60px;
    max-width: 610px;
    width: 100%;
}

.regional_offices .clara_offices_maping .office_location {
    display: flex;
    align-items: center;
    gap: 25px;
    align-self: stretch;
    max-width: 278px;
    width: 100%;
    padding: 16px 8px;
    border-radius: 8px;
    border: 1px solid var(--light-blue, #f0f8ff);
    background: #fff;

    box-shadow: 0px 48px 13px 0px rgba(0, 0, 0, 0),
        0px 31px 12px 0px rgba(0, 0, 0, 0.01),
        0px 17px 10px 0px rgba(0, 0, 0, 0.03),
        0px 8px 8px 0px rgba(0, 0, 0, 0.04), 0px 2px 4px 0px rgba(0, 0, 0, 0.05);
}

.regional_offices .clara_offices_maping .office_location p {
    font-size: 20px;
    font-weight: 600;
}

.regional_offices .clara_offices_maping .office_location h6 {
    color: var(--gray);
    font-family: var(--normal-font-family);
    font-size: var(--normal-font-size);
    font-weight: 600;
}

.regional_offices .clara_offices_maping {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
}

.regional_offices .office_info h2 {
    font-size: var(--section-h);
}

.regional_offices .office_info img {
    filter: brightness(0) saturate(100%) invert(27%) sepia(9%) saturate(2%)
        hue-rotate(338deg) brightness(92%) contrast(88%);
}

.regional_offices .clara_offices_maping .office_location:hover img {
    filter: brightness(0) saturate(100%) invert(49%) sepia(99%) saturate(2628%)
        hue-rotate(197deg) brightness(98%) contrast(104%);
}

.regional_offices .clara_offices_maping .office_location:hover p,
.regional_offices .clara_offices_maping .office_location:hover h6 {
    color: var(--primary-color);
}

.regional_offices .office_map {
    width: 100%;
    height: 560px;
    max-width: 600px;
    border-radius: 20px;
    overflow: hidden;
}

.regional_offices .office_map iframe {
    width: 100%;
    height: 100%;
}

@media (max-width: 1320px) {
    .regional_offices .clara_offices_maping {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .regional_offices .office_map iframe {
        width: 100%;
        height: 200px;
    }

    .regional_offices .container {
        flex-direction: column;
        align-items: start;
        gap: 40px;
    }

    .regional_offices .office_info {
        max-width: 100%;
    }

    .regional_offices .office_map {
        width: 100%;
        height: 200px;
        max-width: 100%;
    }
}

@media (max-width: 960px) {
    .regional_offices .clara_offices_maping {
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }

    .regional_offices {
        padding: 40px 0 70px 0;
    }
}

@media (max-width: 600px) {
    .regional_offices .office_info {
        gap: 34px;
    }

    .regional_offices .clara_offices_maping .office_location p {
        font-size: 14px;
    }

    .regional_offices .office_info img {
        height: 30px;
    }

    .regional_offices .clara_offices_maping {
        gap: 20px;
    }

    .regional_offices .clara_offices_maping .office_location {
        gap: 10px;
    }

    .regional_offices .clara_offices_maping .office_location {
        max-width: 100%;
    }
}

@media (max-width: 425px) {
    .regional_offices .clara_offices_maping {
        grid-template-columns: 1fr;
    }
}

/* regional offices section end */

/* global offices section start */
.global_offices {
    padding: 0px 0px 89px 0;
}

.global_offices .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 42px;
    flex-direction: column;
}

.global_offices .global_container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 47px;
    width: 100%;
}

.global_offices .global_container .global_maping {
    display: flex;
    padding: 58px 32px 35px 32px;
    flex-direction: column;
    align-items: center;
    gap: 17px;
    border-radius: 16px;
    border: 1px solid var(--primary-color);
    background: var(--white);
    width: 100%;
}

.global_offices .global_container .global_maping p {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
}

.global_offices .global_container .global_maping h6 {
    color: var(--gray);
    text-align: center;
    font-family: var(--heading-font-family);
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
}

.global_offices .global_container .global_maping h5 {
    color: #8a8a8a;
    text-align: center;
    font-family: var(--normal-font-family);
    font-size: 18px;
    font-weight: 500;
}

.global_offices .global_container .global_maping h3 {
    width: 74px;
    background: linear-gradient(
        270deg,
        #0f9dfc 2.7%,
        #7fcbfe 50.95%,
        #0f9dfc 99.32%
    );
    height: 7px;
    border-radius: 12px;
}

.global_offices .global_container .global_maping img {
    height: 70px;
    width: 70px;
}

@media (max-width: 960px) {
    .global_offices .global_container .global_maping {
        width: 46%;
        padding: 30px;
    }

    .global_offices .global_container {
        flex-wrap: wrap;
    }

    .global_offices .global_container {
        gap: 30px;
    }
}

@media (max-width: 600px) {
    .global_offices .global_container .global_maping p {
        font-size: 14px;
    }

    .global_offices .global_container {
        gap: 20px;
    }

    .global_offices {
        padding-bottom: 60px;
    }

    .global_offices .global_container .global_maping h5 {
        font-size: 16px;
    }
}

@media (max-width: 425px) {
    .global_offices .global_container {
        gap: 14px;
    }

    .global_offices .global_container .global_maping {
        gap: 5px;
    }

    .global_offices .global_container .global_maping {
        width: 100%;
    }
}

/* global offices section end */
/* lets conversation form section start */
.lets_conversation {
    background: #ecf6ff;
    padding: 89px 0 120px 0;
}

.lets_conversation .content_top {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    align-self: stretch;
    justify-content: space-between;
}

.lets_conversation .conversation_heading p {
    margin-bottom: 16px;
}

.lets_conversation .team_media {
    display: flex;
    align-items: center;
    gap: 14px;
}

.lets_conversation .conversation_heading h2 {
    font-size: var(--section-h);
    margin-bottom: 20px;
}

.lets_conversation .container {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 38px;
}

.contact-form {
    width: 100%;
}

.form-group {
    display: flex;
    gap: 45px;
    margin-bottom: 20px;
    align-items: end;
}

.form-group .form-group {
    margin: 0;
}

.form-field {
    flex: 1;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.form-field label {
    margin-bottom: 5px;
    font-weight: 500;
}

.submit-btn {
    margin-top: 40px;
}

@media (max-width: 1000px) {
    .w-50 {
        width: 48%;

        gap: 20px;
    }
}

@media (max-width: 960px) {
    .lets_conversation {
        padding: 35px 0;
    }

    .form-group .form-group {
        flex-direction: column;
    }
}

@media (max-width: 600px) {
    .form-group {
        flex-direction: column;
        gap: 20px;
    }

    .submit-btn {
        margin: 0;
    }

    .w-50 {
        width: 100% !important;
    }

    .lets_conversation .content_top {
        flex-direction: column;
    }
}

/* lets conversation form section end */
/* contact us page end */
/* insights page start  */
/* insights page start  */
.insight_first_section {
    background: #deecfe;
    height: calc(380px - 87px);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    z-index: -1;
}

.insight_first_section h4 {
    color: var(--black, #111110);
    font-family: var(--heading-font-family);
    font-size: 24px;
    font-weight: 500;
    line-height: 55px;
}

/* recent posts section start */
.recent_posts {
    padding: 74px 0 0px 0;
}

.recent_posts .insight_card .card_move,
.ins_page .insight_card .card_move {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: start;
}

.insight_card .card_move:hover img {
    filter: brightness(0) saturate(100%) invert(44%) sepia(46%) saturate(2253%)
        hue-rotate(198deg) brightness(98%) contrast(103%);
    transform: rotate(45deg);
}

.insight_card .card_move:hover h1 {
    color: var(--primary-color);
}

.insight_card .card_move img {
    width: 100%;
    height: 24px;
    max-width: 24px;
    transition: all 0.3s ease-in-out;
}

.recent_posts .insight_card,
.ins_page .insight_card {
    border: 0;
    gap: 25px;
    height: auto;
    padding: 0;
}

.recent_posts .insight_card,
.ins_page .insight_card {
    background-color: var(--white);
}

.ins_page .insight_card .content_text {
    padding: 0;
}

.recent_posts .insight_card .content_text {
    padding: 0;
}

.post_heading p {
    color: var(--black);
    font-family: var(--heading-font-family);
    font-size: var(--content-heading-size);
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 32px;
}

.recent_posts .recent_content {
    display: flex;
    align-items: flex-start;
    gap: 55px;
    align-self: stretch;
}

.recent_posts .shift_rtl .insight_card {
    flex-direction: row;
    max-width: 860px;
    width: 100%;
    gap: 24px;
}

.recent_posts .shift_rtl .insight_card img {
    width: 100%;
    height: auto;
    max-width: 320px;
}

.recent_posts .shift_rtl {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 44px;
}

.ins_page .insights .container {
    gap: 55px;
}

.insights .tag_slider span {
    text-align: center;
    font-family: var(--normal-font-family);
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    padding: 10px 22px;
    border-radius: 40px;
    color: var(--gray);
    background: #f3f3f3;
    width: max-content !important;
}

.insights .tag_slider {
    display: flex;
    overflow: hidden;
    scroll-behavior: smooth;
    gap: 12px;
    white-space: nowrap;
    flex: 1;
}

.tag_slider_wrapper {
    display: flex;
    align-items: center;
    position: relative;
    max-width: 100%;
    overflow: hidden;
}

.insights .arrow {
    border: none;
    font-size: 20px;
    cursor: pointer;
    transition: 0.2s;
    background: linear-gradient(
        to right,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 1) 40%,
        rgba(255, 255, 255, 1) 60%,
        rgba(255, 255, 255, 0) 100%
    ) !important;

    padding: 0 20px 0 00px;
}

.insights .arrow:last-child {
    padding: 0 0 0 20px;
}

.insights .arrow:disabled {
    opacity: 0.3;
    cursor: default;
}

.left_tag_arrow {
    transform: rotate(180deg);
}

@media (max-width: 1320px) {
    .recent_posts .shift_rtl .insight_card {
        flex-direction: column;
    }

    .recent_posts .shift_rtl {
        flex-direction: row;
    }
}

@media (max-width: 1200px) {
    .recent_posts .shift_rtl .insight_card {
        flex-direction: row;
    }

    .recent_posts .shift_rtl {
        flex-direction: column;
    }
}

@media (max-width: 768px) {
    .recent_posts .shift_rtl .insight_card {
        flex-direction: column;
        max-width: 100%;
    }
    .recent_posts .recent_content {
        flex-direction: column;
    }
}

@media (max-width: 600px) {
    .insight_first_section h4 {
        line-height: normal;
        font-size: 16px;
        padding-top: 10px;
    }

    .vector_team_left img {
        height: 60px;
        width: 100%;
    }

    .vector_team_right img {
        height: 60px;
        width: 100%;
    }

    .insight_card .content_text h1 {
        font-size: 18px;
        line-height: normal;
    }

    .insights .tag_slider span {
        font-size: 12px;
        margin: 0;
        padding: 7px 12px;
    }

    .insights .arrow {
        padding: 0 00px;
    }
}

/* recent posts section end */

/* insights page end  */
/* blogs page start */
.blogs_bg_section {
    width: 100%;
    height: calc(500px - 87px);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    justify-content: start;
    align-items: end;
    font-family: var(----normal-font-family);
    z-index: -1;
    padding-bottom: 60px;
    padding-left: 90px;
}

.blogs_text_section p {
    color: var(--white);
    font-family: var(--heading-font-family);
    font-size: var(--section-h);
    font-weight: 600;
    letter-spacing: -0.72px;
    opacity: 0;
    transform: translateX(-100%);
    animation: slideIn 1s forwards;
}

.blogs_text_section {
    display: flex;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-left: 6px solid var(--white);
    overflow: hidden;
}

@keyframes slideIn {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.blog_part {
    padding: 72px 0 100px 0;
}

.blog_part .blog_card_container {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
}

.blog_part .blog_card_container .blog_card {
    display: flex;
    height: 190px;
    padding: 28px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    align-self: stretch;
    border-radius: 8px;
    border: 1px solid rgba(101, 104, 250, 0.2);
    background: #edf5ff;
}

.blog_part .blog_card_container .blog_card:hover {
    border: 1px solid rgba(16, 156, 251, 0.4);
}

.blog_card_container a:nth-child(even) .blog_card {
    background: #e6f8f5;
}

.blog_part .blog_card h4 {
    color: #111110;
    font-family: var(--heading-font-family);
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.36px;
}

.blog_part .blog_tittle .heading {
    display: flex;
    align-items: center;
    gap: 8px;
    align-self: stretch;
}

.blog_part .blog_tittle .heading h2 {
    font-size: 24px;
    line-height: 100%;
}

.blog_part .blog_tittle {
    display: flex;
    max-width: 320px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    width: 100%;
    padding-top: 92px;
}

.blog_part .blog_card .more_btn {
    display: flex;
    align-items: center;
    gap: 6px;
    align-self: stretch;
}

.blog_part .blog_card .more_btn p {
    color: var(--primary-color);
    font-weight: var(--bold--font-weight);
}

.blog_part .full_blog {
    max-width: 925px;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 36px;
    align-items: start;
    flex-direction: column;
}

.blog_part .container {
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 20px;
}

.blog_part .full_blog .blog_head h2 {
    font-size: 24px;
    line-height: 100%;
}

.blog_part .full_blog .blog_head {
    display: flex;
    align-items: start;
    justify-content: start;
    gap: 28px;
    flex-direction: column;
    width: 100%;
}

.blog_part .full_blog .blog_head_btm {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-bottom: 15px;
    border-bottom: 1px solid #b8b8b8;
}

.blog_part .full_blog .blog_head_btm p {
    color: var(--primary-color);
}

.blog_part .full_blog .blog_head_btm .social_media {
    display: flex;
    align-items: center;
    gap: 16px;
}

.blog_part .full_blog .blogs_content_text p {
    color: var(--gray);
    /* margin-bottom: 16px; */
    text-align: justify;
}

.blog_part .full_blog .blogs_content_text h5 {
    color: var(--black);
    font-family: var(--normal-font-family);
    font-size: var(--large-font-size);
    font-weight: var(--bold--font-weight);
    letter-spacing: -0.36px;
    padding-bottom: 5px;
}

.blog_part .full_blog .blogs_content_text {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.blog_part .full_blog .blogs_content_img img {
    width: 100%;
    height: auto;
    display: block;
}

@media (max-width: 1320px) {
    .blog_part .blog_tittle {
        max-width: 250px;
    }

    .blogs_bg_section {
        padding-left: 30px;
    }
}

@media (max-width: 750px) {
    .blog_part .container {
        flex-direction: column;
        gap: 30px;
    }

    .blogs_text_section p {
        font-size: 20px;
    }

    .blogs_bg_section {
        padding-left: 18px;
        padding-bottom: 14px;
    }

    .blogs_text_section {
        border-left: 2px solid var(--white);
    }

    .blog_part {
        padding: 25px 0;
    }

    .blog_part .full_blog .blog_head h2 {
        font-size: 18px;
    }

    .blog_part .full_blog {
        gap: 20px;
    }

    .blog_part .blog_tittle {
        padding-top: 0;
    }

    .blog_part .blog_card_container .blog_card {
        max-width: 100%;
        height: auto;
        padding: 14px 18px;
        gap: 6px;
    }

    .blog_part .blog_tittle {
        max-width: 100%;
    }

    .blog_part .blog_card h4 {
        font-size: 16px;
    }
}

/* blogs page end */
/* insights section start */
.insight_card {
    display: flex;
    padding-bottom: 25px;
    flex-direction: column;
    align-items: flex-start;
    gap: 34px;
    border-radius: 20px;
    border: 1px solid #d4d4d4;
    background: var(--white);
    width: max-content;
    max-width: 405px;
    width: 100%;
    height: 557px;
    overflow: hidden;
}

.insight_card img {
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    width: 100%;
    height: auto;
    transition: transform 0.4s ease;
    /* 👈 smooth animation */
    transform: scale(1);
    /* initial state */
}

.insight_card:hover img {
    transform: scale(1.05);
    /* 👈 zoom on hover */
}

.insight_card .content_text {
    padding: 0 29px;
}

.insight_card .content_text h4 {
    color: var(--purple);
    font-family: var(--normal-font-family);
    font-size: var(--normal-font-size);
    font-weight: 600;
    line-height: 21.711px;
    margin-bottom: 13px;
}

.insight_card .content_text h1 {
    color: #101828;
    font-family: var(--heading-font-family);
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 13px;
}

.insight_card .content_text p {
    color: var(--gray);
    font-size: 15px;
    line-height: 26.053px;
}

.insight_card .hight_insight {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 8px;
    margin-top: 26px;
}

.insight_card .hight_insight span {
    text-align: center;
    font-family: var(--normal-font-family);
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    padding: 2px 10px;
    border-radius: 16px;
}

.insights .container {
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.insights .insight_card_container {
    display: flex;
    align-items: center;
    gap: 72px 20px;
    justify-content: space-between;
    flex-wrap: wrap;
}

.insights .insight_heading {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.insights .more_view_insights a {
    color: var(--black);
    text-align: center;
    font-family: var(--normal-font-family);
    font-size: var(--normal-font-size);
    font-weight: 600;
    padding: 7px 20px;
    border-radius: 20px;
    border: 1.5px solid var(--black);
}

.insights .more_view_insights a:hover {
    color: var(--primary-color);
    border: 1.5px solid var(--primary-color);
}

.insights .more_view_insights {
    display: flex;
    height: auto;
    align-items: center;
    justify-content: center;
}

.insights {
    padding: 89px 0;
}

.allports_text {
    background-color: #f0f9ff;
    color: #026aa2;
}

.governor_text {
    background-color: #eef4ff;
    color: #3538cd;
}

.tia_text {
    background-color: #fff6ed;
    color: #c4320a;
}

.violet_text {
    background-color: #fdf2fa;
    color: #c11574;
}

.fungreen_text {
    background-color: #ecfdf3;
    color: #027a48;
}

.purple_text {
    background-color: #f9f5ff;
    color: #6941c6;
}

.rhino_text {
    background-color: #f8f9fc;
    color: #363f72;
}

@media (max-width: 1320px) {
    .insights .insight_card_container {
        gap: 24px 20px;
        justify-content: center;
    }
}

@media (max-width: 500px) {
    .insight_card .hight_insight span {
        font-size: 12px;
    }
}

/* module page start */
.module_hero {
    background-image: url(../assets/modules/green_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
    overflow: hidden;
    font-family: var(--normal-font-family);
    padding: 60px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.module_heading h2 {
    font-size: 42px !important;
}

.module_heading h4 {
    max-width: 590px;
    margin: 0 auto;
    color: #434343;
    text-align: center;
    font-family: var(--normal-font-family);
    font-size: 18px;
    font-weight: 400;
}

.module_heading {
    display: flex;
    flex-direction: column;
    gap: 32px;
    text-align: center;
    align-items: center;
    padding-bottom: 30px;
}

.module_hero .hero_images {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 37px;
    align-items: end;
    max-width: 1640px;
}

.module_hero .hero_images .left_img,
.module_hero .hero_images .rlt_img {
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 40px;
    height: auto;
    justify-content: space-around;
}

.module_hero .hero_images img {
    margin: 0 auto;
}

.hero_images .rlt_img .rlt_left,
.hero_images .rlt_img .rlt_rght {
    display: flex;
    gap: 40px;
    align-items: start;
}

.hero_images .rlt_img .rlt_left img:last-child,
.hero_images .rlt_img .rlt_rght img:last-child {
    margin-top: 40px;
}

.module_inside .content_heading {
    padding-bottom: 60px;
}

.module_inside {
    padding-bottom: 60px;
}

/* .module_hero img{
height: auto;
width: 100%;
} */
/* module page end */
.erp_management .container {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    align-items: center;
}

.erp_management {
    padding: 120px 0;
}

.erp_management .container .content_text {
    display: flex;
    flex-direction: column;
    gap: 35px;
    align-items: start;
}

.erp_management .container .content_text p {
    max-width: 654px;
}

@media (max-width: 1640px) {
    .hero_images img {
        height: auto;
        width: 100%;
    }
}

@media (max-width: 1024px) {
    .erp_management .container {
        flex-direction: column;
    }

    .erp_management .container .content_text p {
        max-width: 100%;
    }

    .erp_management .container .content_text {
        gap: 25px;
    }
}

@media (max-width: 900px) {
    .module_hero .hero_images {
        gap: 5px;
    }

    .erp_management .content_img img {
        height: auto;
        width: 100%;
    }
}

@media (max-width: 500px) {
    .module_heading h2 {
        font-size: 28px !important;
    }

    .module_heading h4 {
        font-size: 16px;
    }

    .module_heading {
        gap: 14px;
    }

    .module_hero .hero_images .left_img,
    .module_hero .hero_images .rlt_img {
        display: none;
    }

    .module_hero .hero_images {
        display: grid;
        grid-template-columns: 1fr;
        gap: 37px;
        align-items: end;
        max-width: 100%;
    }

    .erp_management {
        padding: 40px 0;
    }

    .module_inside .content_heading {
        padding: 20px 0;
    }

    .erp_difference_content .diff_box {
        padding: 20px 30px;
        gap: 10px;
    }

    .erp_difference_content .diff_box img {
        max-width: 32px;
    }
}

/* book erp demo section start */
.book_erp {
    padding: 93px 0;
    background: #edf5ff;
}

.book_page {
    height: 683px;
    background-color: #e6f8f5;
}

.book_erp .container {
    display: flex;
    flex-direction: column;
    gap: 60px;
    justify-content: center;
}

.book_erp .container h2 {
    text-align: center;
}

.flex_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.book_erp .demo_heading {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 28px;
    text-align: center;
    padding-bottom: 64px;
}

.book_page .demo_heading {
    max-width: 677px;
    margin: 0 auto;
    z-index: 9;
}

.book_erp .demo_heading a {
    padding: 19px 38px;
    font-size: 20px;
}

.book_erp .flex_content {
    background: #fff;
    box-shadow: 0px 48px 13px 0px rgba(0, 0, 0, 0),
        0px 31px 12px 0px rgba(0, 0, 0, 0.01),
        0px 17px 10px 0px rgba(0, 0, 0, 0.03),
        0px 8px 8px 0px rgba(0, 0, 0, 0.04), 0px 2px 4px 0px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    gap: 30px;
    justify-content: start;
    padding-right: 30px;
}

.book_erp .grow_us {
    background-image: url(../assets/book_demo/card_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 760px;
    height: 726px;
    width: 100%;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.book_erp .grow_us .content {
    display: flex;
    flex-direction: column;
    gap: 61px;
    align-items: center;
}

.book_erp .grow_us .content img {
    height: auto;
    width: 100%;
}

.book_erp .flex_content .content_text {
    width: 100%;
    gap: 22px !important;
    align-items: center !important;
}

.book_erp .grow_us .content_text h4 {
    color: #fff;
    text-align: center;
    font-family: var(--heading-font-family);
    font-size: 28px;
    font-weight: 700;
}

.book_erp .grow_us .content_text p {
    color: white;
    text-align: center;
}

.book_erp .grow_us .content {
    max-width: 598px;
}

.book_erp .grow_us .content_img {
    width: 100%;
}

/* .book_erp .grow_us_form {
    width: 100%;
} */

.book_erp .grow_us_form form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    width: 100%;
    gap: 30px;
}

.book_erp .grow_us_form form .form-field {
    width: 100%;
}

.book_erp .grow_us_form form .form-group {
    gap: 23px;
    width: 100%;
    margin-bottom: 0;
}

.book_erp form input,
.book_erp form textarea {
    background-color: #f3f3f3;
}

.book_erp .submit-btn {
    margin: 0;
}

.blank_section {
    height: 520px;
}

@media (max-width: 1320px) {
    .book_erp .flex_content {
        padding-right: 30px;
    }

    .book_erp .grow_us .content {
        padding: 0 20px;
    }
}

@media (max-width: 1200px) {
    .book_erp .flex_content {
        flex-direction: column;
        padding: 20px 20px 0 20px !important;
    }

    .book_erp .grow_us {
        height: auto;
    }

    .book_erp .grow_us .content {
        max-width: 100%;
        padding: 20px;
        gap: 38px;
    }

    .book_erp .grow_us_form {
        width: 100%;
        padding: 0 30px 30px 30px;
    }

    .blank_section {
        height: 1000px;
    }

    .book_erp .flex_content .w-50 {
        gap: 5px;
    }
}

@media (max-width: 600px) {
    .book_erp .grow_us .content_text h4 {
        font-size: 22px;
    }

    .book_erp {
        padding-top: 50px;
    }

    .book_erp .demo_heading a {
        padding: 8px 14px;
        font-size: 12px;
    }

    .book_erp .demo_heading {
        padding-bottom: 40px;
    }

    .book_erp .container {
        gap: 30px;
    }

    .book_erp .grow_us .content {
        gap: 20px;
    }

    .book_erp .grow_us_form {
        width: 100%;
        padding: 0 10px 30px 10px;
    }

    .blank_section {
        height: 850px;
    }
}

@media (max-width: 425px) {
    .book_erp .grow_us .content_text h4 {
        font-size: 18px;
        padding-bottom: 7px;
    }

    .blank_section {
        height: 725px;
    }

    .book_erp .grow_us_form form {
        gap: 20px;
    }
}

/* book erp demo section end */

/* other solution section start */
.other_solution {
    padding: 60px 0 49px 0;
}

.other_solution .solution_card {
    display: flex;
    max-width: 384px;
    height: 466px;
    padding: 18px 18px 32px 18px;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    border-radius: 16px;
    background: #fff;

    box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08),
        0px 4px 6px -2px rgba(16, 24, 40, 0.03);
    width: 100%;
    margin: 0 20px 40px 20px;
}

.other_solution h2 {
    font-size: var(--section-h) !important;
}

.other_solution .solution_card img {
    height: auto;
    width: 100%;
}

.other_solution .solution_card .heading_move img {
    height: auto;
    width: 24px;
}

.other_solution .solution_card h4 {
    color: var(--black);
    font-family: var(--normal-font-family);
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
}

.other_solution .solution_card .heading_move {
    display: flex;
    align-items: flex-start;
    gap: 13px;
    justify-content: space-between;
    width: 100%;
}

.other_solution .solution_card .content_text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}

.other_solution .other_solution_container {
    display: flex;
    align-items: center;
    gap: 40px;
    /* overflow: hidden; */
    position: relative;
    justify-content: space-between;
    flex-wrap: wrap;
    transition: all 0.3s ease;
}

.sol_back_move,
.sol_next_move {
    background: none;
    border: none;
    z-index: 10;
    cursor: pointer;
}

.sol_back_move img,
.sol_next_move img {
    width: 45px;
    height: 45px;
}

.other_solution .solution_head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 27px;
}

.other_solution .solution_head .sul_btn {
    display: flex;
    gap: 22px;
    align-items: center;
}

@media (max-width: 1274px) {
    .other_solution .other_solution_container {
        gap: 20px;
    }

    .other_solution .solution_card {
        max-width: 292px;
        transition: all 0.3s ease;
        height: 424px;
    }
}

@media (max-width: 960px) {
    .other_solution .other_solution_container {
        justify-content: center;
    }
}

@media (max-width: 645px) {
    .other_solution .solution_card {
        max-width: 100%;
        height: 100%;
    }

    .sol_back_move img,
    .sol_next_move img {
        width: 24px;
        height: 24px;
    }

    .other_solution .solution_head .sul_btn {
        gap: 6px;
    }

    .other_solution .solution_card h4 {
        font-size: 18px;
        line-height: 22px;
    }

    .other_solution .solution_card {
        margin: 0 10px 10px 10px;
    }

    .other_solution .solution_head h2 {
        text-align: start !important;
    }
}

/* other solution section start */

/* Banner  */

.policy-section {
    width: 100%;
    padding-top: 43px;
    padding-bottom: 80px;
}

.policy-section h2{
    margin-bottom: 20px;
}

.policy-container {
    width: 100%;
}

.policy-container p,
.policy-container li {
    color: #000;
    text-align: justify;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.2px;
    margin-bottom: 1rem;
    font-family: var(--normal-font-family);
}

.policy-container h5 {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.2px;
    margin-bottom: 1rem;
    font-family: var(--normal-font-family);
}

.policy-content {
    width: 100%;
    margin-bottom: 2rem;
}

.policy-content p {
    margin-bottom: 0;
    font-family: var(--normal-font-family);
}
.policy-content h5 {
    margin-bottom: 0;
    font-family: var(--normal-font-family);
}

.policy-content ol li {
    list-style: decimal;
    margin-left: 2rem;
    font-family: var(--normal-font-family);
}

.policy-content ul li {
    list-style: disc;
    margin-left: 2rem;
    font-family: var(--normal-font-family);
}
