@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Sora:wght@100..800&display=swap');


:root {
    --primerycolor: #0F58CE;
    --titleColor: #111827;
    --subtitleColor: rgba(0, 0, 0, 0.6);
    --poppingfont: font-family: "Poppins", sans-serif;
    --sorafont: font-family: "Sora", sans-serif;
    --playfair: font-family: "Playfair Display", serif;
}

nav.navbar.navbar-expand-lg.bg-body-tertiary.Dofeeds_nav {
    gap: 0 !important;
    justify-content: start;
}


body.add-navbar-space .fixed-navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1050;
    background-color: #fff;
    /* Or your navbar's color */
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.add-navbar-space {
    padding-top: 90px;
    /* Adjust this to your navbar's height */
}

body.add-navbar-space div#mainNavbar {
    padding: 8px 24px;
    border-radius: 0;
    box-shadow: 0px 0px 10px #dddddd94;
    max-width: 100% !important;
}

body.add-navbar-space a.navbar-brand img {
    width: 100%;
    max-width: 125px;
}

body.add-navbar-space div#mainNavbar a.primery_button {
    height: 48px;
}

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.Dofeeds_nav div#navbarTogglerDemo01 {
    justify-content: end;
}

.Dofeeds_nav {
    flex-direction: column;
    background: url(./images/bg_gradient.png);
    position: relative;
    padding-top: 30px !important;
}

a.navbar-brand img {
    width: 100%;
    max-width: 165px;
}

.container {
    max-width: 1224px !important;
    margin: 0 auto;
}

.main_head_hero {
    width: 100%;
}

.mb-10 {
    margin-bottom: 100px;
}

.content_row {
    text-align: center;
    width: 100%;
}

h1 {
    font-family: Sora;
    font-weight: 700 !important;
    font-size: 46px;
    line-height: 100%;
    text-align: center;
    margin-bottom: 16px;
}

.hero_content p {
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    text-align: center;
}

.hero_content {
    max-width: 850px;
    margin: auto;
}

.hero_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

a.primery_button {
    height: 52px;
    padding: 14px 24px;
    text-decoration: none;
    font-family: Poppins;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    background-color: var(--primerycolor);
    align-content: center;
    color: white;
    border-radius: 12px;
    transition: all ease-in-out 0.2s;
}

a.primery_button:hover {
    box-shadow: 0px 0px 10px #0d6efd4d;
    transform: scale(1.02);
}

a.secondery_button:hover {
    box-shadow: 0px 0px 10px #ffffff4d;
    transform: scale(1.02);
}

a.secondery_button {
    height: 52px;
    padding: 14px 24px;
    text-decoration: none;
    font-family: Poppins;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    background-color: white;
    align-content: center;
    color: var(--titleColor);
    border-radius: 12px;
    transition: all ease-in-out 0.2s;
}

.content_row:after {
    content: "";
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 80%);
    width: 100%;
    height: 100px;
    position: absolute;
    bottom: 0px;
    z-index: 9;
    right: 0;
}

img.app_image {
    width: 100%;
    max-width: 837px;
    padding-top: 70px;
}

a.nav-link {
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px !important;
    line-height: 100%;
    color: var(--titleColor);
    padding: 15px !important;
}

.Dofeeds_nav div#navbarTogglerDemo01 {
    justify-content: end;
    margin-right: 25px;
}

.problem_cards {
    display: flex;
    gap: 24px;
    margin-top: 184px;
    position: relative;
    margin-bottom: 100px;
    flex-wrap: wrap;
    justify-content: center;
}

.problem_cards .cards {
    padding: 30px;
    display: flex;
    align-items: start;
    justify-content: center;
    border: 1px solid #CAE7FA;
    border-radius: 16px;
    width: 100%;
    background: linear-gradient(180deg, #E6F5FF, #fff);
    flex-direction: column;
    max-width: 30%;
    min-width: 280px;
}

.cards.one.mission {
    max-width: calc(68% - 20px/2);
}


.field {
    display: grid;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
    grid-template-columns: 52px 1fr;
}

.field h5 {
    margin: 0;
    font-family: Sora;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    text-transform: capitalize;
    color: var(--titleColor);
}

.message_box {
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #CAE7FA;
    background: #E7F5FF;
}

.message_box p {
    font-family: Poppins;
    font-weight: 400;
}

.message_box p a {
    font-family: Poppins;
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
}

.cards.one button {
    margin-bottom: 24px;
    border-radius: 30px;
    padding-top: 8px;
    padding-right: 20px;
    padding-bottom: 8px;
    padding-left: 20px;
    border: none;
    background: white;
    color: var(--subtitleColor);
    cursor: auto;
}

.cards.last {
    background-color: var(--primerycolor);
    /* background-image: url(./images/background_tecture.png); */
    background-image: url(./images/background-color-img.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.solution_card h4 {
    font-family: Sora;
    font-weight: 400;
    line-height: 52px;
    color: white;
    text-align: center;
    font-size: 38px;
}

.solution_card span {
    font-family: Playfair Display;
    font-weight: 800;
    font-style: Italic;
    font-size: 38px;
    text-transform: capitalize;
}

.solution_card {
    text-align: center;
    margin: 0 auto;
}

svg.bottom_arrow_svg {
    position: absolute;
    right: 27%;
    top: -88px;
}

svg.top_arrow_svg {
    bottom: -65px;
    position: absolute;
    left: 27%;
}

.cards.one h3 {
    font-family: Sora;
    font-weight: 600;
    font-size: 32px;
    line-height: 48px;
}


/* solution slider carousel */


.swiper {
    position: relative;
    padding-bottom: 50px;
    /* Space for arrows */
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    bottom: 10px;
    top: auto;
    transform: none;
    width: 30px;
    height: 30px;
    background: #000;
    color: #fff;
    border-radius: 50%;
    font-size: 14px;
}

.swiper-button-next {
    right: 45%;
}

.swiper-button-prev {
    left: 45%;
}


button.Solution_btn {
    margin-bottom: 24px;
    border-radius: 30px;
    padding-top: 8px;
    padding-right: 20px;
    padding-bottom: 8px;
    padding-left: 20px;
    border: none;
    background: #F5F5F5;
    color: var(--subtitleColor);
    margin: auto;
    display: block;
}

.solution_slider .card-content h3 {
    font-family: Sora;
    font-weight: 600;
    font-size: 22px;
    line-height: 100%;
    text-transform: capitalize;
    margin-bottom: 16px;
}

.card-content p {
    font-family: Poppins;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
}

.solution_slider {
    padding-top: 50px;
    padding-bottom: 100px;
}


h2 {
    font-family: Sora;
    font-weight: 600 !important;
    font-size: 36px !important;
    line-height: 52px !important;
    text-align: center;
    margin: 0 !important;
}



.slider_head {
    margin-bottom: 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
}

.card-content {
    padding: 40px 30px;
    min-height: 236px;
    background: #F5F5F5;
}

.swiper-button-prev {
    top: 92% !important;
    left: 45% !important;
    background: #F5F5F5;
    height: 50px !important;
    width: 50px !important;
    border-radius: 8px;
    padding: 5px;
}

.swiper.mySwiper {
    padding-bottom: 100px;
}

.swiper-button-next {
    top: 92% !important;
    right: 45% !important;
    background: #F5F5F5;
    height: 50px !important;
    width: 50px !important;
    border-radius: 8px;
    padding: 5px;
}

.solution_slider .card {
    border: none !important;
    border-radius: 16px;
    overflow: hidden;
}

.solution_slider .card img {
    height: 220px;
    object-fit: cover;
}


.swiper-button-prev::after,
.swiper-button-next::after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.swiper-button-prev::after {
    background-image: url('./images/Vector\ \(30\).svg');
}

.swiper-button-next::after {
    background-image: url('images/Vector\ \(31\).svg');
}

.swiper-button-next,
.swiper-button-prev {
    color: transparent !important;
}


/* carousel end css */
.supplier_section h2 {
    margin-bottom: 20px !important;
}

.supplier_section p {
    text-align: center;
    padding-inline: 40px;
}

.supplier_images {
    display: flex;
    justify-content: center;
    gap: 24px;
    padding-top: 50px;
    flex-wrap: wrap;
}

.image_box {
    width: 150px;
    height: 90px;
    border-radius: 12px;
    background: #F5F5F5;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s;
    filter: grayscale(1);
}

.image_box:hover {
    transform: translateY(-5px);
    filter: grayscale(0);
}

.image_box img {
    width: 100%;
    height: auto;
}

.who_it {
    background: #F5F5F5;
    margin-top: 100px;
    padding: 50px 40px;
    border-radius: 16px;
    margin-bottom: 100px;
}

.who_head {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    max-width: 620px;
    margin: 0 auto 24px;
}

.who_head button {
    background: #FFFFFF;
    padding: 8px 20px;
    border: none;
    border-radius: 30px;
    color: var(--subtitleColor);
    font-family: Poppins;
    font-weight: 500;
    font-size: 14px;
    line-height: 26px;
}

.who_cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.service_card {
    display: flex;
    align-items: center;
    gap: 24px;
    background: white;
    padding: 30px;
    border-radius: 16px;
}

.card_content h4 {
    margin: 0;
    font-family: Sora;
    font-weight: 600;
    font-size: 22px;
    line-height: 100%;
    text-transform: capitalize;
}

.card_content {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.card_content p {
    font-family: Poppins;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    max-width: 90%;
    margin: 0;
}

.who_cards .card_content p {
    color: #111827;
    opacity: 0.6;
}

.feature-grid> :nth-last-child(2),
.feature-grid> :last-child {
    justify-self: center;
}

.choose_section {
    text-align: center;
    margin-bottom: 50px;
}

.choose_points button {
    background: #F5F5F5;
    border: none;
    padding: 14px 10px;
    border-radius: 30px;
    font-family: Poppins;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    color: var(--titleColor);
}

.choose_points {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.choose_section {
    text-align: center;
    margin-bottom: 50px;
    gap: 24px;
    display: flex;
    flex-direction: column;
}

.choose_section p {
    padding-inline: 40px;
}

.choose_cards {
    display: flex;
    align-items: center;
    gap: 24px;
}

.choose_cards .cho_card {
    background-color: var(--primerycolor);
    background-image: url(./images/background_tecture.png);
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 200px;
    padding: 30px;
    border-radius: 16px;
    overflow: hidden;
    width: 100%;
    position: relative;
    max-width: 384px;
}

.choose_cards p {
    font-family: Poppins;
    font-weight: 400;
    font-size: 22px;
    text-transform: lowercase;
    color: white;
    text-align: start;
}

.cho_card.one:after {
    content: "1";
    font-family: Poppins;
    font-weight: 400;
    font-size: 90px;
    line-height: 100%;
    text-align: center;
    text-transform: capitalize;
    position: absolute;
    color: white;
    top: 0;
    right: 12px;
    opacity: 0.1;
}

.cho_card.two:after {
    content: "2";
    font-family: Poppins;
    font-weight: 400;
    font-size: 90px;
    line-height: 100%;
    text-align: center;
    text-transform: capitalize;
    position: absolute;
    color: white;
    top: 0;
    right: 12px;
    opacity: 0.1;
}

.cho_card.three:after {
    content: "3";
    font-family: Poppins;
    font-weight: 400;
    font-size: 90px;
    line-height: 100%;
    text-align: center;
    text-transform: capitalize;
    position: absolute;
    color: white;
    top: 0;
    right: 12px;
    opacity: 0.1;
}

/* testimonial slider */

.swiper {
    overflow: visible;
}

.swiper-slide {
    transition: transform 0.3s ease;
}

.swiper-slide-active {
    transform: scale(1.05);
}

.testimonial-card {
    border-radius: 16px;
    padding: 50px 40px;
    text-align: start;
    max-width: 100%;
    margin: 0 auto;
    background: #F5F5F5;
    min-height: 300px;
    margin-top: 15px;
}

img.cots {
    position: absolute;
    top: 0;
}

.swiper-button-prev,
.swiper-button-next {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 6px;
    width: 36px !important;
    height: 36px !important;
    top: auto !important;
    bottom: 0px;

}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 0px !important;
}

.swiper-button-prev {
    left: 45%;
}

.swiper-button-next {
    right: 45%;
}

.swiper-button-prev::after,
.swiper-button-next::after {
    font-size: 16px;
    color: #000;
}




/* testimonial slider  css */


.footer_section {
    background-color: var(--titleColor);
    background-image: url(./images/bg_footer_lines.png);
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.footer_head {
    text-align: center;
    color: white;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.footer_btn {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 80px;
    flex-wrap: wrap;
}

.footer_strip {
    display: flex;
    justify-content: space-between;
    background: #1B2230;
}

.footer_head {
    text-align: center;
    color: white;
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 800px;
    margin: AUTO;
    padding-bottom: 16px;
    padding-top: 80px;
    padding-inline: 12px;
}

.footer_head p {
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    text-align: center;
}

.footer_section .left_side {
    display: flex;
    align-items: center;
    color: white;
    gap: 30px;
}

section.testimonial-slider {
    padding-top: 50px;
}

.footer_section .left_side p {
    font-family: Poppins;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    margin: 0;
}

.footer_section .footer_inner_content {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    max-width: 1224px;
    margin: 0 auto;
    padding: 16px 12px;
}

.footer_section .right_side {
    display: flex;
    align-items: center;
    gap: 30px;
}

.footer_section .left_side a {
    text-decoration: none;
    color: white;
    font-family: Poppins;
}

.footer_section .right_side p {
    color: white;
    margin: 0;
    font-family: Poppins;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    text-align: center;
}

.media_icons {
    display: flex;
    align-items: center;
    gap: 24px;
}

.testimonial-card h3 {
    font-family: Sora;
    font-weight: 600;
    font-size: 22px;
    line-height: 34px;
    text-transform: capitalize;
}

.testimonial-card p {
    font-family: Sora;
    font-weight: 400;
    font-size: 18px;
    /* text-transform: lowercase; */
}

p.user_info strong {
    font-family: Poppins;
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
}

p.user_info {
    font-family: Poppins;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 16px !important;
}

section.testimonial-slider .swiper-button-prev {
    left: 46% !important;
    bottom: 35px !important;
    background: #F5F5F5;
    border: none;
}

section.testimonial-slider .swiper-button-next {
    right: 46% !important;
    bottom: 35px !important;
    background: #F5F5F5;
    border: none;
    margin: 0;
}

.swiper-horizontal {
    padding-bottom: 100px !important;
}



/* solution section css */

/* Solution Section Styles */
.solution-section {
    padding: 80px 20px;
    background: #f9fafb;
}

.solution-section .container {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.solution-section h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 40px;
    color: #222;
}

.feature-grid {
    gap: 24px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.feature-card {
    background: linear-gradient(0deg, #E6F5FF, #fff);
    border-radius: 16px;
    padding: 30px 20px;
    transition: transform 0.3s ease;
    border: 1px solid #CAE7FA;
    width: 100%;
    max-width: 380px;
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0px 4px 14px #e8f6ff;
}

.feature-card img {
    width: 96px;
    height: 96px;
    margin-bottom: 20px;
}

.feature-card h4 {
    font-family: Sora;
    font-weight: 600;
    font-size: 22px;
    line-height: 32px;
    text-transform: capitalize;
    color: var(--titleColor);

}

.feature-card p {
    font-family: Poppins;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0%;
    margin-bottom: 0;

}




/* ---------------------price page css---------------------- */

.hero_content p span {
    font-weight: 600;
    color: var(--primerycolor);
}



.estimate_table_section {
    padding: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333;
    flex-direction: column;
    max-width: 792px;
    margin: 100px auto;
    border-radius: 16px;
    background-color: var(--primerycolor);
    background-image: url(./images/background_tecture.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.estimate_table_section .estimator-card {
    background: #fff;
    border-radius: 12px;
    padding: 40px 30px;
    width: 100%;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.estimate_table_section h2 {
    text-align: center;
    color: #fff;
    font-size: 24px;
    margin-bottom: 8px;
}

.estimate_table_section p.subtitle {
    color: #fff;
    margin-bottom: 24px;
    font-family: Poppins;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
}

.estimate_table_section .estimator-preview h3 small {
    font-family: Sora;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    text-transform: capitalize;
}

.estimate_table_section .estimator-preview h3 {
    font-family: Sora;
    font-weight: 600;
    font-size: 22px;
    line-height: 100%;
    text-align: center;
    text-transform: capitalize;
    margin-bottom: 16px;
}

.estimate_table_section .input-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.estimate_table_section .input-row label {
    font-family: Sora;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    text-transform: capitalize;
}

.estimate_table_section .input-row select {
    border-right: 10px solid transparent !important;
}

.estimate_table_section .input-row input,
.estimate_table_section .input-row select {
    background: #EEEEEE;
    border: none;
    border-radius: 5px;
    padding: 6px 10px;
    width: 100%;
    height: 47px;
    max-width: 390px;
    font-family: Sora;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    text-transform: capitalize;
    text-align: start;
}

.estimate_table_section .btn-submit {
    background: var(--titleColor);
    color: #fff;
    text-align: center;
    padding: 14px 0;
    border-radius: 8px;
    cursor: pointer;
    margin-top: 20px;
    font-family: Poppins;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    height: 52px;
    align-content: center;
}

.estimate_table_section .summary {
    border-top: 1px solid #ccc;
    padding-top: 24px;
    font-size: 14px;
}

.estimate_table_section .summary div {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
    font-weight: bold;
}

.estimate_table_section .btn-disabled {
    background: var(--titleColor);
    color: #fff;
    text-align: center;
    padding: 14px 0;
    border-radius: 8px;
    cursor: not-allowed;
    margin-top: 20px;
    font-family: Poppins;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    height: 52px;
    align-content: center;
}

.estimate_table_section .summary div span {
    font-family: Sora;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.estimate_table_section .summary div span:last-child {
    font-weight: 600;
}

/* ===========================  how_it_works_section   ================================ */
.how_it_works_section {
    background: #f5f5f5;
    border-radius: 12px;
    padding: 30px;
    display: flex;
    justify-content: space-between;
    align-items: start;
    max-width: 1200px;
    margin: 50px auto 100px;
    color: var(--titleColor);
    gap: 40px;
}

.how_it_works_section .left {
    max-width: 250px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}

.how_it_works_section .left h2 {
    font-family: Sora;
    font-weight: 600;
    font-size: 36px;
    line-height: 100%;
    text-align: center;

}

.how_it_works_section .left p {
    margin: 0;
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
}

.how_it_works_section .right {
    display: flex;
    align-items: center;
    gap: 15px;
    width: auto;
}

.how_it_works_section .right .checkmark {
    width: 28px;
    height: 28px;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
}

.how_it_works_section .right p {
    color: var(--titleColor);
    margin: 0;
    font-family: Sora;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    text-transform: capitalize;
}

.right_Section {
    display: flex;
    gap: 12px;
    flex-direction: column;
}

p.feed_point {
    margin: 0;
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    color: var(--titleColor);
}

a.nav-link.active {
    color: var(--primerycolor) !important;
    font-weight: 600;
}

a.nav-link:hover {
    color: var(--primerycolor) !important;
    text-decoration: none !important;
}

/* ==================    setup_fee_section   ======================= */


.setup_fee_section {
    background-color: var(--primerycolor);
    background-image: url(./images/background_tecture.png);
    background-size: cover;
    background-repeat: no-repeat;
    color: white;
    padding: 40px 30px;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    max-width: 1224px;
    margin: 100px auto;
    flex-direction: row;
    border-radius: 16px;
}

.setup_fee_section .image {
    width: 100%;
    max-width: 400px;
    height: 400px;
}

.setup_fee_section .image img {
    width: 100%;
    border-radius: 16px;
    height: 100%;
    object-fit: cover;
}

.setup_fee_section .content {
    width: 100%;
    /* max-width: 650px; */
}

.setup_fee_section .content h2 {
    font-family: Sora;
    font-weight: 600 !IMPORTANT;
    font-size: 36px;
    line-height: 100%;
    text-align: start;
    margin-bottom: 16px !important;
}

.setup_fee_section .content p {
    margin-bottom: 20px;
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
}

.setup_fee_section .content p strong {
    color: #00ffaa;
    font-family: Poppins;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
}

.setup_fee_section .checklist {
    list-style: none;
    padding: 0;
    margin: 0 0 25px;
}

.setup_fee_section .checklist li {
    display: flex;
    align-items: center;
    gap: 15px;
    font-family: Poppins;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    margin-bottom: 16px;
}

.setup_fee_section .checklist li::before {
    content: "✔";
    background: #ffffff26;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 14px;
    border: 1px solid #fff;
}

.setup_fee_section .note {
    background: white;
    color: var(--titleColor);
    padding: 15px 20px;
    border-radius: 12px;
    font-family: Poppins;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    display: inline-block;
    /* width: 100%; */
}



/* ==================   whats_included_section   ==================== */

.whats_included_section {
    background: #f9f9f9;
    padding: 100px 20px;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
}

.whats_included_section h2 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #0D111C;
}

.whats_included_section p.subtitle {
    font-size: 16px;
    color: #666;
    margin-bottom: 24px;
}

.whats_included_section .features_grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(30%, 1fr));
    gap: 24px;
    max-width: 1224px;
    margin: auto;
}

.whats_included_section .feature_card {
    background: #fff;
    border-radius: 16px;
    padding: 50px 30px;
    text-align: left;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    transition: transform 0.2s ease;
    min-height: 340px;
}

.whats_included_section .feature_card:hover {
    transform: translateY(-5px);
}

.whats_included_section .feature_icon {
    margin-bottom: 15px;
}

.whats_included_section .feature_icon img {
    width: 40px;
    height: 40px;
}

.whats_included_section .feature_title {
    margin-bottom: 16px;
    color: var(--titleColor);
    font-family: Sora;
    font-weight: 600;
    font-size: 22px;
    line-height: 32px;
    text-transform: capitalize;
}

.whats_included_section .feature_desc {
    color: var(--subtitleColor);
    font-family: Poppins;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
}






/* ========= faq-container css  =============== */

.faq-container {
    max-width: 1224px;
    margin: 100px auto;
    background-color: #F5F5F5;
    padding: 50px 40px;
    display: flex;
    width: 100%;
    border-radius: 16px;
    gap: 24px;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.faq-header {
    color: var(--titleColor);
    margin-bottom: 30px;
    max-width: 560px;
    font-family: Sora;
    font-size: 36px;
    line-height: 52px;
    align-items: center;
    display: flex;
}

div#faqAccordion {
    width: 100%;
}


.faq-item {
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
    padding: 20px;
    background: white;
    width: 100%;
    border-radius: 10px;
}

.faq-question {
    color: var(--titleColor);
    margin-bottom: 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-family: Sora;
    font-weight: 600;
    font-size: 18px;
    line-height: 120%;
    text-transform: capitalize;
}



.faq-toggle {
    font-size: 32px;
    color: var(--titleColor);
    font-weight: 400;
}

.faq-item .card-body {
    padding-top: 16px;
    color: var(--subtitleColor);
    font-family: Poppins;
    font-weight: 400;
    line-height: 28px;
}


/* ==================  how it work new ================== */


.featured-industries-boxes {
    position: relative;
    width: 50%;
    padding-left: 40px;
    z-index: 1;
    margin: 0;
}

.feature-wrap-1 .icon img {
    width: 100%;
}

/* .featured-industries-boxes:before {
content: '';
position: absolute;
background: radial-gradient(circle, rgba(255, 255, 255, 0) 0%, rgba(204, 234, 255, 1) 60%) !important;
width: 650px;
height: 650px;
border-radius: 50%;
z-index: -1;
top: 50%;
transform: translateY(-50%);
right: 80px;
opacity: 0.5;
} */
.text-wrapper-four :first-child {
    margin-top: 0;
}

.featured-industries .sub-title {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.highlight {
    color: #f57c00;
}

.text-wrapper-four .title {
    margin: 20px 0;
}

.text-wrapper-four .title {
    color: var(--titleColor);
    margin-bottom: 30px;
    max-width: 360px;
    font-family: Sora;
    font-size: 36px;
    line-height: 52px;
    text-align: start;
    align-items: center;
    display: flex;
}

.text-wrapper-four p {
    margin-bottom: 16px;
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
}

.footer_section .right_side a {
    font-family: Poppins;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    margin: 0;
    color: white;
    text-decoration: none;
}

.feature-wrap-1 {
    background: #ffffff;
    border-radius: 16px;
    padding: 16px;
    box-shadow: 0px 0px 30px 0px #0000000F;
    display: flex;
    gap: 16px;
    transition: all 0.4s ease 0s;
    height: 100px;
    margin-bottom: 24px;
    align-items: center;
    border: 1px solid #CAE7FA;
}

.feature-wrap-1 .icon {
    min-width: 45px;
    height: 45px;
    border-radius: 50%;
    line-height: 80px;
    background: var(--primerycolor);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
}

.feature-wrap-1 .feature-title {
    font-weight: 600;
    font-size: 22px;
    line-height: 32px;
    margin: 0;
}

.feature-wrap-1 p {
    margin: 0;
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
}

section.featured-industries.mtb-120 {
    padding: 100px 0px;
    background: #f9f9f9;
}

img.multiple-supplier {
    width: 100%;
    height: 372px;
    object-fit: cover;
    border-radius: 16px;
}


/* cta section css */

.cta-section-content {
    display: flex;
    margin: 100px 0px;
    justify-content: flex-end;
    align-items: center;
    gap: 20px;
    padding: 60px;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 24px;
    color: #fff;
    position: relative;
    overflow: hidden;
    background-image: linear-gradient(90deg, #000000da, #0d6efda6), url(images/abstract-blur-hotel-interior.jpg);
    background-position: left;
    min-height: 360px;
}

.cta-content {
    display: flex;
    flex-direction: column;
    gap: 24px;
    justify-content: center;
    margin: auto;
    text-align: center;
}

.cta_content {
    display: flex;
    align-items: center;
    gap: 16px;
    margin: auto;
}

.cta-content p {
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    max-width: 650px;
}

/* --====================== */

.featured-industries_row {
    display: flex;
}

button.navbar-toggler {
    background: white;
}

button.close_bar {
    display: none;
}



/* =======================Bugsheet-fixes =================== */
input::placeholder,
textarea::placeholder {
    color: #cdcdcd;
}

.usecases-table th:first-child,
.usecases-table td:first-child {
    border-right: 1px solid #e5e5e5;
}

.usecases-table tbody {
    border: 1px solid #e5e5e5;
    border-top: 0;
}

body .usecases-table {
    box-shadow: none;
}

.usecases-table tr {
    border: 1px solid #e5e5e5;
}

a.nav-link:hover {
    text-decoration: underline;
}

a.nav-link.active:hover {
    text-decoration: none;
}

.inner_card_div ul:last-child {
    margin-bottom: 0;
}

.flexble-migration-list ul:not(:last-child) {
    margin-bottom: 10px;
}

body .flexble-migration-list ul {
    padding-left: 25px;
}

.case-studies-badge {
    padding: 6px 12px;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    background: #eef8ffcc;
    border-radius: 50px;
    transition: transform 0.3s ease;
    border: 1px solid #bfdff4;
    margin-bottom: 16px;
    display: inline-block;
}

.case-card .col_8 {
    align-content: center;
}

ul.volume-list li {
    font-size: 16px !important;
    margin-bottom: 0 !important;
}

body ul.volume-list {
    list-style: disc;
    padding-left: 20px;
}

body .values-section {
    align-items: center;
}

.center-heading {
    max-width: 785px;
    margin: auto;
}

.center-heading p {
    font-size: 18px;
    margin: 0;
}

.faq-item .card-body strong {
    color: #000;
    font-weight: 600;
}

.faq-item ul {
    margin-bottom: 0;
}

.privacy_block h2 {
    scroll-margin-top: 75px;
}













/* =======================  media querry css =================== */
@media (max-width: 1224px) {
    body.add-navbar-space div#mainNavbar {
        width: calc(100% - 0px);
    }

    .problem_cards {
        display: flex;
        gap: 24px;
        margin-top: 80px;
        position: relative;
        margin-bottom: 80px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .testimonial-card {
        border-radius: 16px;
        padding: 40px;
        text-align: start;
        max-width: 100%;
        margin: 0 auto;
        background: #F5F5F5;
        min-height: 374px;

    }

}

@media (max-width: 1024px) {
    .footer_section .footer_inner_content {
        display: flex;
        justify-content: space-between;
        width: 100%;
        align-items: center;
        max-width: 1224px;
        margin: 0 auto;
        padding: 16px 12px;
        flex-direction: column;
        gap: 16px;
    }

    .choose_points {
        flex-wrap: wrap;
    }

    /* .feature-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(48%, 1fr));
        gap: 24px;
    } */


}




@media (max-width: 992px) {

    body:has(.navbar-collapse.collapse.show) {
        overflow: hidden;
    }

    ul.navbar-nav {
        padding-top: 35px;
    }

    a.navbar-brand {
        position: absolute;
        right: 0;
        left: 0;
        margin: 0 auto;
        width: fit-content;
    }

    /* =====================================  navbar css ============================ */

    .Dofeeds_nav div#navbarTogglerDemo01 {
        position: fixed;
        background: white;
        width: 300px;
        right: 0;
        left: 0;
        top: 0;
        height: 100%;
    }

    body:has(.navbar-collapse.show):After {
        position: fixed;
        content: "";
        background: #00000096;
        width: 100vw;
        height: 100vh;
        left: 300px;
        top: 0;
        z-index: 9;
    }

    button.close_bar {
        display: block;
        position: absolute;
        right: 12px;
        top: 12px;
        background: transparent;
        border: none;
    }

    a.nav-link {
        font-family: Poppins;
        font-weight: 400;
        font-size: 18px;
        line-height: 100%;
        color: var(--titleColor);
        padding: 20px 16px !important;
        border-bottom: 1px solid #ddd;
    }

    nav.navbar.navbar-expand-lg.bg-body-tertiary.Dofeeds_nav * {
        transition: none !important;
    }

    /* ===================================navbar_Css end =================================== */


    .footer_section .left_side {
        gap: 16px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .choose_cards {
        flex-wrap: wrap;
        justify-content: center;
    }

    .service_card {
        padding: 20px 16px;
        border-radius: 16px;
        flex-direction: column;
    }

    section.testimonial-slider .swiper-button-prev {
        display: none;
    }

    section.testimonial-slider .swiper-button-next {
        display: none;
    }

    .swiper-horizontal {
        padding-bottom: 30px !important;
    }


    .setup_fee_section {
        border-radius: 0;
        flex-direction: column;
        margin: 0;
    }

    .setup_fee_section .image {
        width: 100%;
        max-width: 650px;
        height: 400px;
    }

    .whats_included_section .features_grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(48%, 1fr));
    }

    .faq-header {
        color: var(--titleColor);
        margin-bottom: 0;
        max-width: 100%;
        font-family: Sora;
        font-size: 36px;
        line-height: 52px;
        text-align: center;
        align-items: center;
        display: flex;
        justify-content: center;
    }

    .faq-container {
        flex-direction: column;
        border-radius: 0px;
        margin: 0;
    }

    .problem_cards .cards {
        max-width: 100%;
    }

    .cards.one.mission {
        max-width: 100%;
    }

    .choose_cards .cho_card {
        max-width: 365px;
    }

    .choose_section {
        margin-bottom: 30px;
    }

    .estimate_table_section {
        margin: 60px auto;
    }

    .whats_included_section {
        padding: 60px 20px;
    }

    .who_it {
        margin-top: 60px;
        margin-bottom: 60px;
    }

    body .side_menu_links {
        top: 0;
        position: unset !important;
    }

}





@media (max-width: 815px) {
    .problem_cards {
        margin-top: 80px;
        margin-bottom: 80px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .problem_cards .cards {
        max-width: 100%;
        min-width: 280px;
    }


}


@media (max-width: 767px) {
    .footer_section .left_side {
        gap: 16px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .choose_cards .cho_card {
        max-width: 100%;
        min-height: 150px;
    }

    .who_cards {
        grid-template-columns: 1fr;
    }

    .service_card {
        flex-direction: row;
    }

    .feature-grid {
        grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
    }

    h2 {
        font-family: Sora;
        font-weight: 600 !important;
        font-size: 28px !important;
        line-height: 38px !important;
        text-align: center;
        margin: 0 !important;
    }

    .testimonial-card {
        min-height: auto;
    }

    .choose_section {
        text-align: center;
        margin-bottom: 20px;
        gap: 24px;
        display: flex;
        flex-direction: column;
    }

    .footer_head {
        padding-top: 45px;
        padding-inline: 12px;
    }

    .footer_btn {
        margin-bottom: 45px;
        flex-wrap: wrap;
    }

    a.navbar-brand img {
        width: 100%;
        max-width: 112px;
    }

    a.primery_button {
        height: 48px;
        padding: 12px 20px;
    }

    a.secondery_button {
        height: 48px;
        padding: 12px 20px;
    }

    .estimate_table_section .input-row {
        display: flex;
        justify-content: space-between;
        align-items: self-start;
        margin-bottom: 12px;
        flex-direction: column;
        gap: 12px;
    }

    .estimate_table_section .input-row input,
    .estimate_table_section .input-row select {
        max-width: 100%;

    }

    .estimate_table_section {
        padding: 40px 20px;
    }

    a.navbar-brand {
        position: relative;
        right: 0;
        left: 0;
        margin: 0 auto;
        width: fit-content;
        top: -4px;
    }

    .inner_card_div ul li {
        line-height: 24px;
    }

    .footer_section .right_side {
        gap: 15px 20px;
        flex-wrap: wrap;
        justify-content: center;

    }

    button.navbar-toggler {
        padding-inline: 8px;
    }

    a.primery_button {
        border-radius: 6px;
    }

    #mainNavbar .primery_button {
        height: 40px;
        padding: 8px 15px;
        font-size: 14px;
    }

    .footer_section {
        background-size: auto;
    }

    .card_content {
        align-items: center;
        text-align: center;
    }

    body.add-navbar-space div#mainNavbar a.primery_button {
        height: 40px;
    }

    .supplier_images {
        padding-top: 20px;
    }

    .values-content .value-item {
        text-align: center;
    }

    .values-content .value-item img {
        margin: auto;
    }

    .values-content .value-item-text {
        margin: 0 auto;
    }

    .problem_cards .cards {
        padding: 25px 15px;
    }

    .cards.one h3 {
        font-size: 25px;
        line-height: 36px;
    }

    .cards.one button {
        margin-bottom: 15px;
        padding: 6px 15px;
    }

    .message_box p {
        margin-bottom: 0;
    }

    .solution_card h4 {
        line-height: 42px;
        font-size: 28px;
    }
}

@media screen and (max-width: 808px) {
    .feature-card {
        text-align: center;
        max-width: 100%;
    }
}

@media (max-width: 480px) {
    body.add-navbar-space a.navbar-brand img {
        width: 100%;
        max-width: 96px;
    }


    body.add-navbar-space div#mainNavbar {
        padding: 8px 12px;
    }


    section.testimonial-slider {
        padding-top: 45px;
        padding-bottom: 45px;
    }


    .estimate_table_section {

        margin: 45px auto;
    }

    .mb-10 {
        margin-bottom: 85px;
    }

    .solution_slider {
        padding-top: 0;
        padding-bottom: 45px;
    }

    .who_it {
        background: #F5F5F5;
        margin-top: 45px;
        padding: 20px 16px;
        border-radius: 16px;
        margin-bottom: 45px;
    }

    .service_card {
        flex-direction: column;
    }

    .testimonial-card {
        min-height: auto;
        padding: 30px 20px;
        margin-top: 12px;
        height: 100%;
    }

    .testimonial-card p {
        margin-bottom: 0;
    }

    .whats_included_section .feature_card {
        background: #fff;
        border-radius: 16px;
        padding: 20px;
        text-align: left;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
        transition: transform 0.2s ease;
        min-height: auto;
    }

    .estimate_table_section .estimator-card {
        border-radius: 12px;
        padding: 20px 16px;
    }

    .estimate_table_section .btn-disabled {
        font-size: 14px;
    }

    .setup_fee_section {
        padding: 20px;
    }

    .whats_included_section {
        padding: 45px 20px;
    }

    .faq-container {
        padding: 20px;

    }

    .footer_head p {
        font-size: 16px;
        line-height: 28px;
    }

    p {
        font-size: 16px !important;
        line-height: 28px !important;
    }

    h1.faq-header {
        font-size: 28px !important;
        line-height: 38px !important;
    }

    .values-image img {
        height: 350px !important;
    }

    .feature-card img {
        width: 50px;
        height: 50px;
        margin-bottom: 20px;
    }

    .setup_fee_section .image {
        height: 350px;
    }

    .choose_cards_image img {
        max-height: 350px;

    }

    .Process_card img {
        max-width: 50px !important;
    }

    .faq-question {
        font-size: 16px !important;
        gap: 16px;
    }

    .faq-item .card-body {
        line-height: 26px;
        font-size: 14px;
    }

    .testimonial-slider .swiper-slide {
        height: auto;
    }

    .supplier_images {
        justify-content: center;
        gap: 12px;
    }

    .supplier_section p {
        padding-inline: 20px;
    }
}

@media screen and (max-width: 521px) {
    .supplier_images .image_box {
        width: calc(40% - 20px);
    }
}
