:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-black: #000;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #57bf6c;
    --bs-primary-darker: #47aa5b;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 93, 192, 110;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 245, 245, 245;
    --bs-dark-rgb: 0, 0, 0;
    --bs-primary-text-emphasis: #052c65;
    --bs-secondary-text-emphasis: #2b2f32;
    --bs-success-text-emphasis: #0a3622;
    --bs-info-text-emphasis: #055160;
    --bs-warning-text-emphasis: #664d03;
    --bs-danger-text-emphasis: #58151c;
    --bs-light-text-emphasis: #495057;
    --bs-dark-text-emphasis: #495057;
    --bs-primary-bg-subtle: #cfe2ff;
    --bs-secondary-bg-subtle: #e2e3e5;
    --bs-success-bg-subtle: #d1e7dd;
    --bs-info-bg-subtle: #cff4fc;
    --bs-warning-bg-subtle: #fff3cd;
    --bs-danger-bg-subtle: #f8d7da;
    --bs-light-bg-subtle: #fcfcfd;
    --bs-dark-bg-subtle: #ced4da;
    --bs-primary-border-subtle: #9ec5fe;
    --bs-secondary-border-subtle: #c4c8cb;
    --bs-success-border-subtle: #a3cfbb;
    --bs-info-border-subtle: #9eeaf9;
    --bs-warning-border-subtle: #ffe69c;
    --bs-danger-border-subtle: #f1aeb5;
    --bs-light-border-subtle: #e9ecef;
    --bs-dark-border-subtle: #adb5bd;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto,
        "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif,
        "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
        "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
        "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg,
            rgba(255, 255, 255, 0.15),
            rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg: #fff;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-emphasis-color: #000;
    --bs-emphasis-color-rgb: 0, 0, 0;
    --bs-secondary-color: rgba(33, 37, 41, 0.75);
    --bs-secondary-color-rgb: 33, 37, 41;
    --bs-secondary-bg: #e9ecef;
    --bs-secondary-bg-rgb: 233, 236, 239;
    --bs-tertiary-color: rgba(33, 37, 41, 0.5);
    --bs-tertiary-color-rgb: 33, 37, 41;
    --bs-tertiary-bg: #f8f9fa;
    --bs-tertiary-bg-rgb: 248, 249, 250;
    --bs-heading-color: inherit;
    --bs-link-color: #57bf6c;
    --bs-link-color-rgb: 87, 191, 108;
    --bs-link-decoration: underline;
    --bs-link-hover-color: #57bf6c;
    --bs-link-hover-color-rgb: 87, 191, 108;
    --bs-code-color: #d63384;
    --bs-highlight-bg: #fff3cd;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dee2e6;
    --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
    --bs-border-radius: 0.375rem;
    --bs-border-radius-sm: 0.25rem;
    --bs-border-radius-lg: 0.5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-xxl: 2rem;
    --bs-border-radius-2xl: var(--bs-border-radius-xxl);
    --bs-border-radius-pill: 50rem;
    --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
    --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
    --bs-focus-ring-width: 0.25rem;
    --bs-focus-ring-opacity: 0.25;
    --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
    --bs-form-valid-color: #198754;
    --bs-form-valid-border-color: #198754;
    --bs-form-invalid-color: #dc3545;
    --bs-form-invalid-border-color: #dc3545;
    --primary-font-family: "Orbitron", sans-serif;
    --secondary-font-family: "Inter";
}

a {
    transition: 0.2s ease-in-out;
}

.container {
    max-width: 1340px;
    padding: 0 30px;
}

@media (max-width: 576px) {
    .container {
        padding: 0 15px;
    }
}

body {
    font-family: "Inter";
}

small {
    font-size: 0.8em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--primary-font-family);
    font-weight: 700;
    margin-bottom: 25px;
}

h4,
h5,
h6 {
    line-height: 1.5;
    margin-bottom: 15px;
}

p {
    margin-bottom: 20px;
}

h1 {
    font-size: 56px;
}

h2 {
    font-size: 40px;
}

h3 {
    font-size: 36px;
}

h4 {
    font-size: 30px;
}

h5 {
    font-size: 24px;
}

h6,
.fs-20 {
    font-size: 20px;
}

.fs-18 {
    font-size: 18px;
}

.fs-16 {
    font-size: 16px;
}

.fs-14 {
    font-size: 14px;
}

@media (max-width: 1199px) {
    h1 {
        font-size: 45px;
    }

    h2 {
        font-size: 34px;
    }

    h3 {
        font-size: 30px;
    }

    h4 {
        font-size: 26px;
    }

    h5 {
        font-size: 22px;
    }

    h6,
    .fs-20 {
        font-size: 18px;
    }

    .fs-18 {
        font-size: 16px;
    }

    .fs-14 {
        font-size: 13px;
    }
}

@media (max-width: 767px) {
    h1 {
        font-size: 36px;
    }

    h2 {
        font-size: 26px;
    }

    h3 {
        font-size: 24px;
    }

    h4 {
        font-size: 22px;
    }

    h5 {
        font-size: 18px;
    }

    h6,
    .fs-20 {
        font-size: 16px;
    }

    .fs-18 {
        font-size: 14px;
    }

    .fs-16 {
        font-size: 14px;
    }
}

.font-inherit {
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
}

.font-primary {
    font-family: var(--primary-font-family) !important;
}

.font-secondary {
    font-family: var(--secondary-font-family) !important;
}

.text-muted {
    color: #b1adad !important;
}

header .btn,
.services-section .btn-link {
    font-family: var(--secondary-font-family);
}

.btn {
    font-weight: 600;
    font-family: var(--primary-font-family);
    font-size: 14px;
    --bs-btn-active-border-color: transparent;
}

.btn[class*="btn-"] {
    --bs-btn-padding-x: 15px;
    --bs-btn-padding-y: 10px;
}

.btn.btn-link {
    padding: 0px;
    border: none;
    text-decoration: none;
    color: #000;
    font-weight: 700;
    font-size: 16px;
}

.btn.btn-link svg {
    margin-left: 5px;
    transition: 0.2s ease-in-out;
}

.btn.btn-link:hover {
    color: var(--bs-primary);
}

.btn.btn-link:hover svg {
    margin-left: 10px;
}

.btn.btn-size-default {
    padding-left: 30px;
    padding-right: 30px;
}

.btn.btn-primary {
    --bs-btn-bg: var(--bs-primary);
    --bs-btn-bg: var(--bs-primary);
    --bs-btn-border-color: var(--bs-primary);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--bs-primary-darker);
    --bs-btn-hover-border-color: var(--bs-primary-darker);
    --bs-btn-focus-shadow-rgb: 233, 57, 38;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--bs-primary-darker);
    --bs-btn-active-border-color: var(--bs-primary-darker);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: var(--bs-primary);
    --bs-btn-disabled-border-color: var(--bs-primary);
}

.btn-secondary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #3b3947;
    --bs-btn-border-color: #3b3947;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #5c636a;
    --bs-btn-hover-border-color: #565e64;
    --bs-btn-focus-shadow-rgb: 130, 138, 145;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #565e64;
    --bs-btn-active-border-color: #51585e;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #3b3947;
    --bs-btn-disabled-border-color: #6c757d;
}

.btn:not(.btn-link):hover {
    box-shadow: inset 0px 0px 200px rgba(0, 0, 0, 0.09);
}

@media (max-width: 1200px) {
    .btn[class*="btn-"] {
        --bs-btn-padding-x: 12px;
        --bs-btn-padding-y: 8px;
    }

    .btn.btn-size-default {
        padding-left: 20px;
        padding-right: 20px;
    }

}

@media (max-width: 1280px) {

    /* changes */
    .site-header .main-menu li.menu-item a {

        font-size: 12px !important;

    }

    .site-logo img {
        min-width: 190px !important;

    }

    .site-header .btn.btn-size-default {
        padding: 8px 16px !important;
    }

}


.bg-darker {
    border-radius: 32px;
    border: 1px solid #4b4b4b;
    background: rgba(10, 10, 10, 0.7);
}

.bg-lighter {
    background-color: #fff5ee;
}

.title-style {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 0 30px;
}

.title-style::before,
.title-style::after {
    content: "";
    background: #d9d9d9;
    height: 1px;
    flex: 1 1 auto;
}

.form-group.form-group-dark .form-control {
    border-radius: 32px;
    border: 1px solid #4b4b4b;
    background-color: rgba(10, 10, 10, 0.7);
    color: #fff;
    padding: 12px 15px;
}

.form-group.form-group-dark .form-control::placeholder {
    color: #a7a7a7;
}

.form-group.form-group-dark select.form-control {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='%23FFF'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M19.5 8.25l-7.5 7.5-7.5-7.5' /%3E%3C/svg%3E%0A");
    background-position: right 15px center;
    background-size: 20px;
    background-repeat: no-repeat;
}

.form-group .btn[class*="btn-"] {
    --bs-btn-padding-x: 25px;
    --bs-btn-padding-y: 13px;
}

.site-header {
    z-index: 99;
    height: 117px;
}

.site-header .main-menu li.menu-item a {
    font-family: var(--secondary-font-family);
    font-size: 14px;
    font-weight: 600;
}

.site-header .main-menu li.menu-item a:not(:hover) {
    color: #fff;
}

.site-header .btn.btn-size-default {
    padding: 8px 25px;
}

.site-header .main-menu-mobile .menu-item a {
    font-size: 20px;
}

.site-header .main-menu-mobile .menu-item a i {
    font-size: 0;
    transition: 0.2s ease-in-out;
}

.site-header .main-menu-mobile .menu-item a:hover {
    color: #333;
}

.site-header .main-menu-mobile .menu-item a:hover i {
    font-size: inherit;
}

.hero-section {
    padding-top: 130px;
    z-index: 1;
    position: relative;
    background-image: url("../images/hero-img-min.jpg");
    background-position: center;
    background-size: cover;
}

/* .hero-section::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(16, 16, 16, 0.5);
  z-index: -1;
} */
.hero-section .hero-section-inner {
    padding: 6% 0;
}

.hero-section .hero-section-inner .hero-col p {
    font-size: 18px;
}

.hero-section .hero-section-inner .text-column p {
    font-size: 16px;
}

@media (max-width: 767px) {
    .hero-section .hero-section-inner .hero-col h1 {
        margin-bottom: 20px;
    }

    .hero-section .hero-section-inner .hero-col p {
        font-size: 14px;
    }
}

.about-us-section p {
    font-size: 18px;
}

@media (max-width: 1024px) {
    .about-us-section p {
        font-size: 16px;
    }

    /* changes */
    .site-header .btn.btn-size-default {
        padding: 8px 12px !important;
    }

    .services-section::before {

        max-height: 265px !important;

    }
}

@media (max-width: 767px) {
    .about-us-section p {
        font-size: 14px;
    }
}

.services-section {
    padding: 4% 0;
    position: relative;
    z-index: 1;
}

.services-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    max-height: 310px;
    z-index: -1;
    background-image: url("../images/services-background-min.jpg");
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: cover;
    background-color: #e5e3e3;
    padding: 6% 0;
}

.services-section .info-box {
    margin-bottom: 40px;
}

.services-section .info-box .info-box-icon {
    width: 120px;
    height: 120px;
    background-color: #fff;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

.services-section .info-box .info-box-icon img {
    width: 60px;
}

.services-section .pricing-cta p {
    font-size: 18px;
}

.services-section .pricing-cta p a {
    color: #4b4b4b;
}

.services-section .pricing-cta p a:hover {
    color: var(--bs-primary);
}

@media (max-width: 767px) {
    .services-section {
        padding: 60px 0;
        background-color: #e5e3e3;
    }

    .services-section::before {
        display: none;
    }

    .services-section .info-box .info-box-icon {
        width: 80px;
        height: 80px;
        margin-bottom: 20px;
    }

    .services-section .info-box .info-box-icon img {
        width: 40px;
    }

    .services-section .pricing-cta p {
        font-size: 16px;
    }
}

.form-floating>label {
    padding: 5px 10px;
    margin: 0 5px;
    top: 50%;
    font-size: 14px;
    transform: translateY(-50%);
    transition: 0.2s ease-in-out;
    height: auto;
    line-height: 1;
    color: #a7a7a7;
}

.form-floating>.form-control {
    padding: 10px 15px;
    height: auto;
    min-height: 10px;
    font-size: 14px;
    border: 1px solid rgba(167, 167, 167, 0.7);
}

.form-floating>.form-control:not(:-moz-placeholder-shown) {
    padding: 10px 15px;
}

.form-floating>.form-control:focus,
.form-floating>.form-control:not(:placeholder-shown) {
    padding: 10px 15px;
}

.form-floating>.form-control:not(:-moz-placeholder-shown)+label,
.form-floating>.form-control:not(:-moz-placeholder-shown)+label {
    top: 0px;
    transform: translateY(-50%);
    font-size: 12px;
    background: #fff;
    margin: 0 10px;
}

.form-floating>.form-control:focus+label,
.form-floating>.form-control:focus+label,
.form-floating>.form-control:not(:placeholder-shown)+label,
.form-floating>.form-control:not(:placeholder-shown)+label {
    top: 0px;
    transform: translateY(-50%);
    font-size: 12px;
    background: #fff;
    margin: 0 10px;
}

.form-floating>.form-control:is(select) {
    color: #a7a7a7;
}

.form-floating>.form-control:is(select) option:not([disabled]) {
    color: #333;
}

.form-floating>.form-control:valid {
    color: #333;
}

.site-footer .footer-main {
    background: url(../images/Footer-bg-min.jpg);
    background-size: cover;
    background-position: right bottom;
    background-repeat: no-repeat;
}

.site-footer .footer-main .footer-title {
    font-size: 24px;
    margin-bottom: 30px;
}

.site-footer .footer-main .footer-menu .menu-item {
    margin-bottom: 10px;
}

.site-footer .footer-main .footer-menu .menu-item i {
    margin-right: 10px;
    font-size: 0.9em;
}

.site-footer .footer-main .footer-menu .menu-item a {
    text-decoration: none;
    color: #fff;
}

.site-footer .footer-main .footer-menu .menu-item a:hover {
    color: var(--bs-primary);
}

.site-footer .footer-main .contact-info-box .contact-info-content p {
    font-size: 14px;
}

.site-footer .footer-main .contact-info-box .contact-info-content p a {
    text-decoration: none;
    color: #fff;
}

.site-footer .footer-main .contact-info-box .contact-info-content p a:hover {
    color: var(--bs-primary);
}

.site-footer .footer-copyrights .footer-menu .menu-item {
    line-height: 1;
    margin: 0px;
}

.site-footer .footer-copyrights .footer-menu .menu-item:not(:last-child) {
    padding-right: 15px;
    border-right: 1px solid #4b4b4b;
    margin-right: 15px;
}

.site-footer .footer-copyrights .footer-menu .menu-item a {
    color: #fff;
    text-decoration: none;
}

/*# sourceMappingURL=style.css.map */

/* REDESIGN CSS  */

.site-footer .footer-title:after {
    content: "";
    background: var(--bs-primary-color, #5dc06e);
    width: 25px;
    height: 2px;
    display: block;
    margin-top: 5px;
}

.social-icons a {
    background: var(--green, #51be69);
    color: #fff !important;
    width: 40px !important;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    text-align: center;
    padding: 11px;
    border-radius: 50%;
}

.social-icons a:not(:last-child) {
    margin-right: 5px;
}

.social-icons a i {
    font-size: 18px;
}

.social-icons a:hover {
    box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.3);
}

@media (max-width: 767px) {
    .site-footer .footer-title:after {
        margin-left: auto;
        margin-right: auto;
    }
}

.site-logo img {
    min-width: 260px;
    object-fit: contain;
}

.cstm-font-primary {
    font-family: var(--primary-font-family);
}

.color-light {
    color: #fff;
}

.color-primary {
    color: var(--bs-primary);
}

.partners-section .row>div {
    text-align: center;
}

@media (max-width: 767px) {
    .partners-section>div img {
        max-width: 100px;
    }
}

.faq-main-section,
.features-section-2 {
    background: #eff8f1;
}

.faq-main-row button.accordion {
    width: 100%;
    background-color: #ffffff;
    border: none;
    outline: none;
    text-align: left;
    padding: 15px 20px;
    font-size: 16px;
    color: #333;
    cursor: pointer;
    position: relative;
    transition: 0.2s linear;
}

.faq-main-row .accordion-main-wrapper {
    margin-bottom: 25px;
}

.faq-main-row button.accordion:after {
    position: absolute;
    right: 10px;
    top: 15px;
    font-family: "Font Awesome 5 Free";
    content: "\f0d7";
    display: inline-block;
    vertical-align: middle;
    font-weight: 900;
    transition: 0.2s ease-in-out;
}

.faq-main-row button.accordion.is-open:after {
    transform: rotate(180deg);
}

.faq-main-row button.accordion:hover,
.faq-main-row button.accordion.is-open {
    background-color: #5dc06e38;
}

.faq-main-row .accordion-content {
    background-color: white;
    border-left: 1px solid whitesmoke;
    border-right: 1px solid whitesmoke;
    padding: 0 20px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-in-out;
}

.faq-main-row .accordion-content p {
    margin: 20px 0;
}

/* Feature Page */

.feature-content-wrap {
    max-width: 800px;
    margin: auto;
}

@media (max-width: 991px) {
    .cstm-text-sm-center {
        text-align: center;
    }
}

@media (max-width: 767px) {
    .cstm-text-sm-center {
        text-align: center;
    }

    br.hidden-sm {
        display: none !important;
    }
}

/* INSIDE PAGES CSS STARTS HERE */
.page-title {
    background-image: url("../images/page-title-banner-image-897548952.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 110px;
}

.page-title .page-title-inner {
    padding: 6% 0 4%;
}

.page-title .page-title-inner h1 {
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 56px;
}

.page-title .page-title-inner p {
    font-size: 18px;
}

@media (max-width: 991px) {
    .page-title .page-title-inner h1 {
        font-size: 36px;
    }

    .page-title .page-title-inner p {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .page-title .page-title-inner h1 {
        font-size: 30px;
    }

    .page-title .page-title-inner p {
        font-size: 14px;
    }
}

#searchModal .input-group>.form-control:focus {
    box-shadow: none;
}

#searchModal .modal-dialog {
    max-width: 600px;
}

.our-values--section {
    background-image: url("../images/background984752602894.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.our-values--section .info-box {
    border-radius: 8px;
    border: 1px solid #4b4b4b;
    background: rgba(10, 10, 10, 0.5);
}

.steps-process--section {
    position: relative;
}

.steps-process--section::before {
    content: "";
    position: absolute;
    top: -10%;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background-image: url("../images/89567389456758067053683059.png"),
        url("../images/5983678975893679589345689567.png");
    background-position: bottom right, top left;
    background-size: 25%, 30%;
    background-repeat: no-repeat;
    pointer-events: none;
}

.steps-process--section .step-card {
    border-radius: 16px;
    border: 1px solid rgba(51, 51, 51, 0.3);
    background: #fff;
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
    padding: 30px;
    font-size: 20px;
    margin-bottom: 30px;
}

.steps-process--section .step-card .step-index {
    color: var(--green, #51be69);
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-family: Inter;
    font-size: 56px;
    font-style: normal;
    line-height: 1;
    margin-bottom: 20px;
    font-weight: 700;
}

.competition-section {
    background-image: url("../images/86450293575335035605638923.png");
    background-size: cover;
    background-position: right center;
    background-repeat: no-repeat;
}

.ticked-list li,
.crossed-list li {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.ticked-list li::before,
.crossed-list li::before {
    content: "";
    margin-right: 10px;
    display: inline-block;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='12' viewBox='0 0 16 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.55126 11.3077L0.582031 6.33843L1.29548 5.62498L5.55126 9.88075L14.707 0.724976L15.4205 1.43843L5.55126 11.3077Z' fill='%2300B050'/%3E%3C/svg%3E%0A");
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='256' height='256' viewBox='0 0 256 256'%3E%3Cpath fill='%2300B050' d='m229.66 77.66l-128 128a8 8 0 0 1-11.32 0l-56-56a8 8 0 0 1 11.32-11.32L96 188.69L218.34 66.34a8 8 0 0 1 11.32 11.32Z'/%3E%3C/svg%3E");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
}

.crossed-list li::before {
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.39911 13.3077L0.691406 12.6L6.29141 7.00002L0.691406 1.40002L1.39911 0.692322L6.99911 6.29232L12.5991 0.692322L13.3068 1.40002L7.70681 7.00002L13.3068 12.6L12.5991 13.3077L6.99911 7.70772L1.39911 13.3077Z' fill='%2351BE69'/%3E%3C/svg%3E%0A");
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='256' height='256' viewBox='0 0 256 256'%3E%3Cpath fill='red' d='M204.24 195.76a6 6 0 1 1-8.48 8.48L128 136.49l-67.76 67.75a6 6 0 0 1-8.48-8.48L119.51 128L51.76 60.24a6 6 0 0 1 8.48-8.48L128 119.51l67.76-67.75a6 6 0 0 1 8.48 8.48L136.49 128Z'/%3E%3C/svg%3E");
}

.pricing--section {
    background: #f6f7fa;
}

.pricing--section .pricing-tabs-nav {
    border-radius: 50px;
    background: #fff;
    width: max-content;
    margin: auto;
}

.pricing--section .pricing-tabs-nav .nav-button {
    border-radius: 100px;
    padding: 10px 40px;
}

.pricing--section .pricing-tabs-nav .nav-button h6 {
    font-size: 16px;
}

.pricing--section .pricing-tabs-nav .nav-button small {
    font-size: 12px;
}

.pricing--section .pricing-tabs-nav .nav-button.active {
    background: var(--green, #51be69);
    color: #fff;
}

.pricing--section .pricing-section-tabs {
    margin-top: 50px;
}

.pricing--section .pricing-section-tabs .pricing-box {
    border-radius: 32px;
    border: 3px solid rgba(40, 114, 225, 0.5);
    background: #fff;
    max-width: 400px;
}

@media (max-width: 991px) {
    .pricing--section .pricing-section-tabs .pricing-box {
        margin: auto;
    }
}

.products-page-section .filters-section select {
    font-family: var(--primary-font-family);
    background-color: var(--bs-primary);
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='10' viewBox='0 0 14 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 2.25C0 1.93359 0.105469 1.65234 0.316406 1.44141C0.738281 0.984375 1.47656 0.984375 1.89844 1.44141L6.75 6.25781L11.5664 1.44141C11.9883 0.984375 12.7266 0.984375 13.1484 1.44141C13.6055 1.86328 13.6055 2.60156 13.1484 3.02344L7.52344 8.64844C7.10156 9.10547 6.36328 9.10547 5.94141 8.64844L0.316406 3.02344C0.105469 2.8125 0 2.53125 0 2.25Z' fill='white'/%3E%3C/svg%3E%0A");
    background-position: right 15px center;
    background-repeat: no-repeat;
    background-size: 12px;
    color: #fff;
    border-radius: 35px;
    padding: 10px 20px;
}

.products-page-section .filters-section select option {
    background: #fff;
    font-family: var(--secondary-font-family);
    color: #333;
}

.products-page-section .all-filters-section .filters-dropdown-list {
    margin-bottom: 0px;
}

.products-page-section .all-filters-section .filters-dropdown-list li:not(:last-child) {
    margin-bottom: 10px;
}

.products-page-section .all-filters-section .filters-dropdown-list li a {
    color: #333;
    text-decoration: none;
}

.products-page-section .all-filters-section .filters-dropdown-list li a:hover {
    color: var(--bs-primary);
}

.product-item {
    margin-bottom: 30px;
}

.product-item .product-content .product-title a {
    text-decoration: none;
    display: inline-block;
    color: #101010;
}

.product-item .product-content .product-title a:hover {
    color: var(--bs-primary);
}

/* Products Edits */

.product-item .btn-primary {
    font-size: 12px;
}

.product-image img {
    width: 100% !important;
}

.product-image a>img{
    object-fit: cover;
}
.product-title {
    font-size: 16px;
}

/* us vs them  */

@media (min-width: 992px) {
    .competition-section .ticked-list>li {
        flex-direction: row-reverse;
    }

    .competition-section .ticked-list li::before {
        margin-left: 10px;
        margin-right: 0 !important;
        width: 18px;
    }
}

.about-us-section {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='289' height='527' viewBox='0 0 289 527' fill='none'%3E%3Cpath d='M0 0H451V527H0H263.5L0 0Z' fill='%23F6F7FA' fill-opacity='1'/%3E%3C/svg%3E");
    background-size: auto 70%;
    background-position: right top;
    background-repeat: no-repeat;
}

.about-us-section .boxed-text {
    border: 1px solid #a3a3a3;
    padding: 30px 40px;
    margin-bottom: 30px;
}

.about-us-section .boxed-text p {
    margin-bottom: 0px;
}

.about-us-section .boxed-text h4 {
    color: #51be69;
    font-size: 24px;
    margin-bottom: 5px;
}

@media (max-width: 991px) {
    .about-us-section .boxed-text {
        padding: 20px 25px;
    }
}

@media (max-width: 767px) {
    .about-us-section .boxed-text {
        padding: 15px 20px;
    }
}

/* CART PAGE CSS STARTS HERE */
.cart-section .cart-items-list .cart-item .cart-item-title a:not(:hover) {
    color: #000;
}

.cart-section .quantity-selector-wrap .quantity-selector .btn {
    font-size: 16px;
    border: 1px solid #dcdcdc;
    background: #fbfbfb;
    border-radius: 0px;
}

.cart-section .quantity-selector-wrap .quantity-selector .btn:hover {
    color: #51be69;
    background: #f1f1f1;
}

.cart-section .quantity-selector-wrap .quantity-selector .form-control {
    border-radius: 0px;
    border-left: none;
    border-right: none;
    border-color: #dcdcdc;
}

.cart-section .quantity-selector-wrap .quantity-selector .form-control:focus {
    box-shadow: none;
    border-color: #dcdcdc;
    outline: none;
}

.cart-section .cart-info td {
    padding: 5px 10px;
    font-size: 14px;
}

.cart-section .cart-info td:first-child {
    padding-left: 0px;
}

.cart-section .cart-info td:last-child {
    padding-right: 0px;
}

.cart-section .cart-info tbody tr:last-child td {
    padding-bottom: 15px;
}

.cart-section .cart-info tfoot th {
    border-top: 1px solid #e6e6e6;
    padding: 10px;
    font-size: 18px;
}

.cart-section .cart-info tfoot th:first-child {
    padding-left: 0px;
}

.cart-section .cart-info tfoot th:last-child {
    padding-right: 0px;
}

.checkout-section .checkout-summary thead th {
    color: #a7a7a7;
    font-size: 13px;
    font-weight: 400;
    padding: 10px;
    border-bottom: 1px solid #e6e6e6;
}

.checkout-section .checkout-summary thead th:first-child {
    padding-left: 0px;
}

.checkout-section .checkout-summary thead th:last-child {
    padding-right: 0px;
    text-align: right;
}

.checkout-section .checkout-summary tbody td {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    padding: 15px;
    border-bottom: 1px solid #e6e6e6;
    vertical-align: top;
}

.checkout-section .checkout-summary tbody td:first-child {
    padding-left: 0px;
}

.checkout-section .checkout-summary tbody td:last-child {
    padding-right: 0px;
    text-align: right;
}

.checkout-section .checkout-summary tbody td .cart-item-img {
    width: 100px;
    height: 100px;
    object-fit: cover;
}

.checkout-section .checkout-summary tbody td .cart-item-title a:not(:hover) {
    color: #000;
}

.checkout-section .checkout-summary tfoot td {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    padding: 10px;
    vertical-align: top;
}

.checkout-section .checkout-summary tfoot td:first-child {
    padding-left: 0px;
}

.checkout-section .checkout-summary tfoot td:last-child {
    padding-right: 0px;
    text-align: right;
}

.checkout-section .checkout-summary tfoot tr:first-child td {
    padding-top: 20px;
}

.checkout-section .checkout-summary tfoot th {
    color: #000;
    font-size: 18px;
    padding: 10px;
    vertical-align: top;
}

.checkout-section .checkout-summary tfoot th:first-child {
    padding-left: 0px;
}

.checkout-section .checkout-summary tfoot th:last-child {
    padding-right: 0px;
    text-align: right;
}

.checkout-section form .form-control {
    padding: 15px 20px;
}

.checkout-section form .form-control::placeholder {
    color: #a7a7a7;
}

.checkout-section .payment-methods-group .payment-method label {
    border: 1px solid #dcdcdc;
    padding: 15px 20px;
    margin-bottom: 15px;
}

.checkout-section .payment-methods-group .payment-method .label-text {
    font-size: 16px;
}

.checkout-section .payment-methods-group .payment-method .selection-indicator {
    border: 1px solid #8d98af;
    width: 14px;
    height: 14px;
    border-radius: 10px;
    display: inline-block;
    margin-right: 10px;
    position: relative;
}

.checkout-section .payment-methods-group .payment-method input:checked+label {
    border: 1px solid var(--GREEN, #51be69);
}

.checkout-section .payment-methods-group .payment-method input:checked+label .selection-indicator::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    background: var(--GREEN, #51be69);
    border-radius: 10px;
    transform: translate(-50%, -50%);
}

.multi-steps-wrapper {
    border-radius: 10px;
    border: 3px solid var(--GREEN, #51be69);
    padding: 60px;
}

.multi-steps-wrapper .locations-selector input {
    width: 50px;
    text-align: center;
    appearance: none;
    -moz-appearance: textfield;
}

.multi-steps-wrapper .locations-selector input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.multi-steps-wrapper .locations-selector input,
.multi-steps-wrapper .locations-selector .btn {
    border: 1px solid #dcdcdc;
    border-radius: 0px;
}

.multi-steps-wrapper .payment-methods-group .payment-method label {
    border: 1px solid #dcdcdc;
    padding: 15px 20px;
    margin-bottom: 15px;
}

.multi-steps-wrapper .payment-methods-group .payment-method .label-text {
    font-size: 16px;
}

.multi-steps-wrapper .payment-methods-group .payment-method .selection-indicator {
    border: 1px solid #8d98af;
    width: 14px;
    height: 14px;
    border-radius: 10px;
    display: inline-block;
    margin-right: 10px;
    position: relative;
}

.multi-steps-wrapper .payment-methods-group .payment-method input:checked+label {
    border: 1px solid var(--GREEN, #51be69);
}

.multi-steps-wrapper .payment-methods-group .payment-method input:checked+label .selection-indicator::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    background: var(--GREEN, #51be69);
    border-radius: 10px;
    transform: translate(-50%, -50%);
}

.our-platform-section hr {
    border-width: 2px;
    border-color: #000;
    opacity: 1;
    max-width: 100px;
}

.our-platform-section .img-wrap img {
    display: block;
    border-radius: 20px;
    width: 100%;
    box-shadow: 0px 4px 25px 0px rgba(81, 190, 105, 0.2);
}

@media (min-width: 992px) {
    .our-platform-section .content-wrap {
        padding-top: 25%;
        padding-bottom: 25%;
    }
}

.pricing--section .form-wrapper {
    border-radius: 32px;
    padding: 3em 5em;
    background: #fff;
}

.pricing--section .form-wrapper .form-control {
    border: 1px solid rgba(167, 167, 167, 0.7);
}

.pricing--section .form-wrapper textarea.form-control::placeholder {
    color: #a7a7a7;
}

@media (max-width: 767px) {
    .pricing--section .form-wrapper {
        padding: 2em;
    }
}

.form-control:focus {
    box-shadow: 0 0 0 0.25rem rgb(81 190 105 / 30%);
}

/* PRODUCT DETAIL PAGE CSS */
.product-detail-section .product-form .form-group .form-control {
    border: 1px solid #d8d8d8;
    background-color: #fff;
    border-radius: 0px;
    padding: 15px 20px;
}

.product-detail-section .product-form .form-group .form-control[type="number"] {
    text-align: center;
    appearance: none;
}

.product-detail-section .product-form .form-group .form-control[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.product-detail-section .product-form .form-group .btn {
    position: absolute;
    color: #51be69;
    top: 50%;
    transform: translateY(-50%);
}

.product-detail-section .product-form .form-group .btn.btn-increment {
    right: 5px;
}

.product-detail-section .product-form .form-group .btn.btn-decrement {
    left: 5px;
}

.product-thumbs .swiper-slide img {
    border: 1px solid #d9d9d9;
    object-fit: cover;
    cursor: pointer;
}

.product-thumbs .swiper-slide-active img {
    border-color: #57bf6c;
}

.product-slider {
    border: 1px solid #d9d9d9;
}

.product-slider .swiper-button-next:after,
.product-slider .swiper-button-prev:after {
    font-size: 20px;
    color: #000;
    font-weight: bold;
}

.table-striped-light tbody tr:nth-of-type(odd) td {
    background-color: #f5f5f5;
}

.alert-custom {
    font-size: 14px;
    padding: 2px 12px;
    margin-top: -14px;
}
a.text-decoration-none.active {
    color: #51be69 !important;
}
@media (min-width: 3300px) {
    .services-section .responsive_margin {
        margin-bottom: 70px;
    }

}

/* Header Dropdown Styling */
.site-header .dropdown-menu {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    padding: 8px 0;
    margin-top: 8px;
    min-width: 160px;
}

.site-header .dropdown-menu .dropdown-item {
    color: #333;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 20px;
    transition: all 0.2s ease-in-out;
    border: none;
    background: transparent;
}

.site-header .dropdown-menu .dropdown-item:hover {
    background: rgba(81, 190, 105, 0.1);
    color: var(--bs-primary);
    transform: translateX(5px);
}

.site-header .dropdown-menu .dropdown-item:active {
    background: rgba(81, 190, 105, 0.2);
    color: var(--bs-primary);
}

.site-header .dropdown-toggle::after {
    margin-left: 8px;
    vertical-align: middle;
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.site-header .btn-outline-light.dropdown-toggle::after {
    border-top-color: currentColor;
}

.site-header .btn-primary.dropdown-toggle::after {
    border-top-color: white;
}

/* Mobile dropdown styling */
@media (max-width: 991px) {
    .site-header .dropdown-menu {
        background: #fff;
        border: 1px solid #e0e0e0;
        border-radius: 8px;
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
        margin-top: 4px;
    }
    
    .site-header .dropdown-menu .dropdown-item {
        padding: 12px 16px;
        font-size: 16px;
    }
    
    .site-header .dropdown-menu .dropdown-item:hover {
        transform: none;
        background: #f8f9fa;
    }
}

@media (min-width: 3300px) {
    .services-section .responsive_margin {
        margin-top: 0;
    }
}
