@import url("http://fonts.cdnfonts.com/css/inter");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");

/*==== Banner ====*/

.product_banner {
    width: 100%;
    padding-bottom: 0;
}

.product_banner .flip-section {
    border-bottom: none;
}

.product_banner .flip-section .textblock {
    display: flex;
    align-items: center;
    padding: 0;
}

.product_banner .flip-section .textwrapper {
    max-width: 636px;
}

.product_banner .textwrapper h1 {
    font-family: Inter;
    font-size: 52px;
    font-weight: 600;
    line-height: 62.4px;
    letter-spacing: -0.01em;
    text-align: left;
    color: #000000;
    margin-bottom: 24px;
}

.product_banner .imageblock img {
    width: 100%;
}


/*====End:  Banner  ====*/

.textbox {
    max-width: 844px;
    margin: 0 auto ;
    text-align: center;
}

.textbox h6 {
    color: var(--Gray-4, #4f4f51);
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    text-transform: capitalize;
    margin-bottom: 12px;
}

.textbox h2 {
    color: #000;
    text-align: center;
    font-family: Inter;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    margin-bottom: 16px;
}

.textbox p {
    color: #4f4f51;
    font-style: normal;
    letter-spacing: 0.16px;
    font-family: Inter;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    text-align: center;
}

.features .cards {
    text-align: center;
}

.features .cards img {
    margin-bottom: 20px;
}

.features .cards .title {
    color: #000;
    text-align: center;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    margin-bottom: 8px;
}

.features .cards .description {
    color: #4f4f51;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.flip-section {
    border-bottom: 1px solid var(--Gray-2, #d0d5dd);
}

.tools {
    padding-bottom: 0;
}

.flip-section .imageblock {
    display: flex;
    justify-content: end;
}

.flip-section .textblock {
    padding-right: 60px;
    display: flex;
    justify-content: end;
}


/* 2nd Row */

.flip-section .textblock-right {
    padding-left: 60px;
    display: flex;
    justify-content: flex-start;
}

.flip-section .textwrapper {
    max-width: 560px;
}

.flip-section .title {
    color: var(--Gray-900, #101828);
    font-family: Inter;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    margin: 16px 0px;
}

.flip-section .description {
    color: var(--Gray-4, #4f4f51);
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    margin-bottom: 32px;
}

.flip-section ul {
    margin-bottom: 32px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 0;
    list-style: none;
}

.flip-section ul li {
    color: var(--Black, #000);
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    position: relative;
    padding-left: 40px;
}

span.tools_content {
    font-size: 16px;
    color: var(--Gray-4, #4f4f51);
}

.flip-section ul li::before {
    content: url('/img/hompage/bullet-icon.png');
    position: absolute;
    left: 0;
    top: 0;
    width: 28px;
    height: 28px;
}

.flip-section a {
    border-radius: 8px;
    border: 1px solid var(--Gray-2, #d0d5dd);
    background: var(--White, #fff);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    padding: 10px 18px;
    width: max-content;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: var(--Black, #000);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}


/*====  Resourse  ====*/

.resourse_boxes {
    max-width: 1280px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-inline: 32px;
    flex-wrap: wrap;
    gap: 50px;
}

.box-item {
    max-width: 272px;
    width: 100%;
}

.datablock {
    margin-bottom: 50px;
}

.box-item_pic img {
    width: 100%;
}

.datablock h5 {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    text-align: left;
    color: #000;
    margin-bottom: 10px;
}

.datablock p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #4f4f51;
}


/*====End:  Resourse  ====*/


/*====  Companies  ====*/

.companies {
    padding-top: 0;
    text-align: center;
}

.companies_wraper {
    max-width: 1216px;
    margin: auto;
    padding-inline: 30px;
    border: 1px solid var(--Gray-2, #d0d5dd);
    box-shadow: 0px 12px 16px -4px #10182814;
    border-radius: 16px;
    padding-top: 64px;
    overflow: hidden;
}

.companies_wraper h6 {
    font-family: Inter;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
    color: #4f4f51;
    margin-bottom: 32px;
}

.c-items {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 110px;
    margin-bottom: 64px;
    overflow: hidden;
    position: relative;
}

.c-items img {
    width: auto;
}


/*====End:  Companies  ====*/


/*====  Potential  ====*/

.product-potential {
    padding-top: 0px;
    border-bottom: 1px solid var(--Gray-2, #d0d5dd);
}

.potential_wraper {
    max-width: 1216px;
    margin: auto;
    background: #000000;
    border-radius: 16px;
    padding: 64px 15px;
}

.text_content {
    text-align: center;
}

.text_content h4 {
    font-family: Inter;
    font-size: 32px;
    font-weight: 600;
    line-height: 38.4px;
    text-align: center;
    color: #fff;
    margin-bottom: 15px;
    text-transform: capitalize;
}

.text_content p {
    font-family: Inter;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    text-align: center;
    color: #eaecf0;
    max-width: 692px;
    margin: 0 auto 32px;
}

.potential-buttons {
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.potential-buttons a {
    max-width: 174px;
    width: 100%;
    height: 48px;
    padding: 12px 20px 12px 20px;
    border-radius: 8px;
    border: 1px solid var(--Gray-2, #d0d5dd);
    background: #fff;
    font-family: Inter;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.orange-btn {
    background: #fd7e14 !important;
    border-color: #fd7e14 !important;
    color: #fff !important;
}


/*====End:  Potential  ====*/


/*====  Testmonials  ====*/

.testmonials {
    border-bottom: 1px solid var(--Gray-2, #d0d5dd);
}

.crousel_wrapper {
    max-width: 1216px;
    margin: auto;
}

.comment {
    max-width: 1080px;
    margin: auto;
    font-family: Inter;
    font-size: 32px;
    font-weight: 500;
    line-height: 38.4px;
    text-align: center;
    color: #000000;
    margin-bottom: 30px;
    position: relative;
    padding-top: 10px;
}

.comment::before {
    content: "";
    background-image: url(/img/hompage/slider-before.png);
    background-repeat: no-repeat;
    background-size: auto;
    width: 50px;
    height: 50px;
    position: absolute;
    left: -50px;
    top: 0px;
}

.comment::after {
    content: "";
    background-image: url(/img/hompage/slider-after.png);
    background-repeat: no-repeat;
    background-size: auto;
    width: 50px;
    height: 50px;
    position: absolute;
    right: -50px;
    top: 0px;
}

.crousel_wrapper .item {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.crousel_wrapper .owl-item img {
    width: auto !important;
    margin-bottom: 15px;
}

.client-name {
    font-family: Inter;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    text-align: center;
    color: #101828;
}

.designation {
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    color: #7f7f7f;
    margin-bottom: 10px;
}

.crousel_wrapper .owl-dots {
    text-align: center;
    margin-top: 20px;
}

.crousel_wrapper .owl-dots .owl-dot {
    display: inline-block;
    margin: 5px;
    width: 12px;
    height: 12px;
    background-color: #d0d5dd;
    border-radius: 50%;
    transition: background-color 0.3s ease;
}

.crousel_wrapper .owl-dots .owl-dot.active {
    background-color: #5caf9d;
}


/*====End:  Testmonials  ====*/


/*====  Pricing  ====*/

.flexible_sec {
    border-bottom: 1px solid var(--Gray-2, #d0d5dd);
}

.flexi_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}

.flexi_btn .btn {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 174px;
    width: 100%;
    height: 48px;
    gap: 10px;
}

.flexible_sec .textbox p {
    max-width: 768px;
    margin: auto;
}

.pricing_wrapper {
    max-width: 1216px;
    margin: 30px auto 0;
}

.price_card .card {
    max-width: 384px;
    min-height: 474px;
    border-radius: 12px;
    border: 2px solid var(--Gray-2, #d0d5dd);
    box-shadow: 0px 12px 16px -4px #10182814;
    padding: 30px 15px;
    position: relative;
    transition: all 0.5s ease;
}
.highlight_price_card{
    border-color: #5caf9d !important;

}

.price_icon {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}

.price_card .card .card-body {
    padding: 40px 0 0 0;
    text-align: center;
}

.price_card .card .card-body h5 {
    font-family: Inter;
    font-size: 20px;
    font-weight: 600;
    line-height: 10px;
    text-align: center;
    color: #5caf9d;
    margin-bottom: 10px;
}

.price_card .card .card-body h2 {
    font-family: Inter;
    font-size: 24px;
    font-weight: 600;
    line-height: 50px;
    letter-spacing: -0.02em;
    text-align: center;
    color: #101828;
    margin-bottom: 10px;
}

.price_card .card .card-body p {
    font-family: Inter;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0.01em;
    text-align: center;
    color: #ffffff;
    background: #5caf9d;
    border-radius: 50px;
    width: max-content;
    margin: auto;
    padding: 7px 10px;
}

.price_card .card .card-body ul {
    margin-top: 30px;
    list-style: none;
}

.price_card .card .card-body ul li {
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    color: #475467;
    display: flex;
    align-items: baseline;
    margin-bottom: 30px;
}

.price_card .card .card-body ul li span {
    max-width: 30px;
    width: 100%;
}

.price_card .card .card-body ul li span img {
    width: 22px;
    height: 22px;
}


/*====End:  Pricing  ====*/


/*====  FAQs  ====*/

.faq_inner {
    max-width: 768px;
    margin: auto;
}

.faq_inner .accordion-item {
    border-bottom: 1px solid var(--Gray-2, #d0d5dd) !important;
    border: none;
}

.faq_inner .accordion-button {
    padding: 1.5rem 0;
    font-family: Inter;
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    text-align: left;
    color: #000;
}

.faq_inner .accordion-body {
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #4f4f51;
}

.faq_inner .accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: none;
}

.faq_inner .accordion-button::after {
    flex-shrink: 0;
    width: 24px;
    height: 26px;
    margin-left: auto;
    content: "";
    background-image: url(/img/hompage/open-icon.png);
    background-repeat: no-repeat;
    background-size: auto;
    transition: transform 0.2s ease-in-out;
}

.faq_inner .accordion-button:not(.collapsed)::after {
    background-image: url(/img/hompage/close-icon.png);
}

.faq_inner .accordion-item:last-of-type .accordion-button.collapsed {
    border-radius: none;
}


/*====End:  FAQs  ====*/

.get_started {
    padding-top: 96px;
}


/*=====Footer=====*/

.footer_sec {
    width: 100%;
    background: #000000;
    padding: 50px 0px;
}
.footer-nav {
    gap: 2rem; /* Or any spacing like 2.5rem, 3rem, etc. */
  }

.footer_top {
    max-width: 1280px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 20px;
    height: 96px;
    border-bottom: 1px solid var(--Gray-4, #4f4f51);
}

.footer_top h5 {
    font-family: Inter;
    font-size: 24px;
    font-weight: 500;
    line-height: 28.8px;
    text-align: left;
    color: #fff;
}

.footer_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
}

.footer_middle {
    max-width: 1280px;
    margin: auto;
    padding: 0px 0px;
    border-bottom: 1px solid var(--Gray-4, #4f4f51);
}

.footer_middle .card_body {
    max-width: 230px;
    width: 100%;
}

.footer_middle .card_body h5 {
    font-family: Inter;
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    text-align: left;
    color: #5caf9d;
    margin-bottom: 16px;
}

.footer_middle .card_body ul {
    padding: 0;
    list-style: none;
}
.footer-nav li a, .footer_middle p {
    color: #f8f9fa;
}
.footer-nav li a:hover{
    color: #0d6efd;
    text-decoration: underline;
}

.footer_middle .card_body ul li {
    padding: 10px 0px;
}

.footer_middle .card_body ul li a {
    font-family: Inter;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-align: left;
    color: #d0d5dd;
}

.footer_bottom {
    max-width: 1280px;
    margin: auto;
    padding-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}

.footer_bottom a img {
    padding-left: 30px;
}

.footer_bottom p {
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
    letter-spacing: 0.01em;
    text-align: left;
    color: #f8f9fa;
}

html {
    scroll-behavior: smooth;
}

html #shadow-host-companion {
    padding: 0 !important;
}

