body {
  padding-top: 130px !important;
  font-family: 'Plus Jakarta Sans', sans-serif;
  color:#333333!important;
  line-height: 25px!important;
}

a {
  color: #f47100;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

a:hover,
a:focus {
  color: #f47100;
}


h1 {
  color: #f47100;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight:bolder;
  font-style:normal;
}

h2 {
  color: #f47100;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight:bold;
  font-style:normal;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: transparent;
  color: #f47100;
  font-weight: 700;
}

.nav-link {
  color: #333;
  font-weight: 600;
  font-size: 14px;
  transition: color 0.2s ease-in-out;
}

.nav-link:hover {
  color: #f47100;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link:focus,
.navbar-nav .nav-item.current-menu-item .nav-link,
.navbar-nav .nav-item.current_page_item .nav-link {
  color: #f47100 !important;
  font-weight: 700;
}


.navbar-nav .nav-item {
  margin-right: 18px;
}

.navbar-nav .nav-item:last-child {
  margin-right: 0;
}

.navbar-nav .nav-link {
  letter-spacing: 0.3px;
}

.navbar-nav .dropdown-menu .dropdown-item {
  color: #fff !important;
  padding: 12px 20px;
  font-weight: 600;
  font-size: 16px;

  transition: background-color 0.2s ease-in-out;
}

.navbar-nav .dropdown-menu .dropdown-item:hover,
.navbar-nav .dropdown-menu .dropdown-item:focus,
.navbar-nav .dropdown-menu .dropdown-item:active {
  color: #fff !important;
  background-color: #e05f00 !important;
}



.custom-checklist {
  list-style: none;
  padding-left: 2rem;
  margin: 1.5rem 0;
  font-size: 14px;
}

.custom-checklist li {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 1rem;
}

.custom-checklist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.3rem;
  width: 1.2rem;
  height: 1.2rem;
  background-image: url("../img/icon-checkmark.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.announcement-bar {
  color: #fff;
  font-size: 12px;
  text-align: center !important;
  padding-top: 7px !important;
  padding-bottom: 7px !important;
  background: linear-gradient(to right, #3a3a3a, #5b5b5b);
  box-shadow: inset 0 -8px 8px -6px rgba(0, 0, 0, 0.4);
}

.btn-primary {
  background-color: #f37000;
  border-color: #f37000;
  color: #fff;
  font-weight: bold;
  border-radius: 25px;
  padding: 8px 20px 8px 20px;
  font-size: 12px;
  transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.btn-primary:hover,
.btn-primary:focus {
  background-color: #d85f00;
  border-color: #d85f00;
  color: #fff;
  box-shadow: 0 0 0 0.25rem rgba(243, 112, 0, 0.3);
}

.btn-secondary {
  background-color: transparent;
  color: #f37000;
  border: 2px solid #f37000;
  font-weight: bold;
  border-radius: 25px;
  padding: 8px 20px 8px 20px;
  font-size: 12px;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

.btn-secondary:hover,
.btn-secondary:focus {
  background-color: #d85f00;
  border-color: #d85f00;
  color: #fff;
  box-shadow: 0 0 0 0.25rem rgba(243, 112, 0, 0.3);
}

.btn-success {
  background-color: #333;
  border: none;
  color: #fff;
  font-weight: bold;
  border-radius: 50px;
  padding: 0.8rem 1.8rem;
  font-size: 1rem;
  transition: background-color 0.2s ease-in-out, transform 0.1s ease-in-out;
}

.btn-success:hover,
.btn-success:focus {
  background-color: #222;
  transform: scale(1.02);
}

.hero-section {
  color: #fff;
  padding: 4rem 2rem;
  text-align: left;
  font-family: "Segoe UI", sans-serif; /* Adjust to match your font */
}

.hero-section h1 {
  font-size: 3.5rem;
  font-weight: 800;
  margin-bottom: 1rem;
  line-height: 1.2;
}

.hero-section h2 {
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 1.5rem;
}

.hero-section h3 {
  font-size: 1.5rem;
  font-weight: 700;
  font-style: italic;
}

.header-style {
  padding-top: 10px;
  padding-bottom: 10px;
}

.slider {
  background: linear-gradient(to right, #f47100, #fc9a43);
  color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
}

.slider h1 {
  color: #fff;
}

.slider h2 {
  color: #fff;
}

.slider h3 {
  color: #fff;
}

.page-slider {
  background: linear-gradient(to right, #3a3a3a, #f47100);
  color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
}

.page-slider h1 {
  color: #fff;
  font-size: 36px;
}



.partners {
  background-color: #eeeeee;
  color: #fff;
  padding-top: 18px;
  padding-bottom: 18px;
  text-align: center;
}

.section1 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section2 {
  padding-bottom: 30px;
}

.testimonials {
  background-color: #f9f9f9;
  color: #3a3a3a;
  padding-top: 60px;
  padding-bottom: 60px;
}

.faqs {
  color: #3a3a3a;
  padding-top: 60px;
  padding-bottom: 60px;
}

.demoform {
  background: linear-gradient(to right, #fc9a43, #f47100);
  color: #fff;
  font-size: 12px;
  padding-top: 0px;
  padding-bottom: 20px;
}

.demoform h1 {
  color: #fff;
}

.blog {
  color: #3a3a3a;
  padding-top: 60px;
  padding-bottom: 60px;
}

.sidebar {
  background-color: #fff;
  border-right: 1px solid #eee;
}

.sidebar .nav-link {
  color: #333;
  padding: 1rem;
  border-left: 4px solid transparent;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}

.sidebar .nav-link.active {
  background-color: #ffe9d6;
  border-right: 4px solid #ef6510;
  font-weight: 600;
}

.btn-demo {
  background-color: #fff;
  border: 2px solid #ef6510;
  color: #ef6510;
  font-weight: 600;
  border-radius: 25px;
  padding: 0.5rem 1.25rem;
}

.btn-demo:hover {
  background-color: #ef6510;
  color: #fff;
}

.form-container {
  max-width: 600px;
  margin: auto;
  background: transparent;
  padding: 20px;
  color: #fff;
}
.form-control {
  border-radius: 10px;
  border: none;
  padding: 12px;
}
.form-check-label {
  font-size: 0.9rem;
  color: #fff;
}
.form-check-label strong {
  color: #fff;
}
.btn-submit {
  background-color: #333;
  color: #fff;
  border-radius: 50px;
  padding: 12px 30px;
  font-weight: bold;
  border: none;
}
.btn-submit:hover {
  background-color: #000;
}
.privacy-note {
  text-align: center;
  font-size: 0.9rem;
  color: #ffd;
  margin-top: 10px;
}

.footer-arch {
  background: white;
  height: 100px;
  border-bottom-left-radius: 100% 100px;
  border-bottom-right-radius: 100% 100px;
}

.footer {
  background-color: #2e2e2e;
  color: #ffffff !important;
  font-family: "Segoe UI", sans-serif;
}

.footer .highlight {
  color: #f89c1e;
}

.footer .btn-orange {
  background: linear-gradient(to right, #f89c1e, #f76e11);
  color: white;
  border: none;
  padding: 12px 28px;
  border-radius: 25px;
  font-weight: bold;
}

.footer .footer-links a {
  display: block;
  color: #ffffff;
  text-decoration: none;
  margin-bottom: 6px;
  font-size: 12px !important;
  line-height: 12px!important;
}

.footer .footer-links a:hover {
  text-decoration: underline;
}

.footer .footer-bottom {
  font-size: 0.9rem;
  color: #ccc;
}

.footer .social-icons i {
  font-size: 1.2rem;
  margin-right: 10px;
  color: white;
}

.footer .footer-links ul {
  padding-left: 0;
  margin: 0;
}

.footer .footer-links li {
  list-style: none;
}

.custom-accordion .accordion-item {
  border: 1px solid #e3e3e3;
  border-radius: 12px;
  margin-bottom: 12px;
  overflow: hidden;
}

.custom-accordion .accordion-button {
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 1rem 1.25rem;
  font-weight: 600;
  background-color: white;
  color: #1a1a1a;
}

.custom-accordion .accordion-button:not(.collapsed) {
  background-color: #ffffff;
  color: #1a1a1a;
}

.custom-accordion .accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' fill='%23555' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
  transform: rotate(0deg);
}

.custom-accordion .accordion-button:not(.collapsed)::after {
  transform: rotate(180deg);
}

.custom-accordion .accordion-body {
  background-color: white;
  color: #444;
  padding: 1rem 1.25rem;
  font-size: 0.95rem;
}

.wpcf7 .row.mb-3,
.wpcf7 .mb-3 {
  margin-bottom: 0.75rem !important;
}

.wpcf7 .form-check {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  margin-top: 0.5rem;
}

.wpcf7 .form-check-input {
  margin-top: 0.25rem;
}

.wpcf7 .d-grid.mb-2 {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}

.wpcf7 .btn-submit {
  background-color: #222;
  color: white;
  padding: 12px 28px;
  font-weight: bold;
  border-radius: 25px;
  font-size: 16px;
  border: none;
  display: inline-block;
  text-align: center;
}


h4, h5, h6,
.navbar,
.btn,
.hero-section {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-optical-sizing: auto;
}


.comparison-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 14px;
}

.comparison-table th,
.comparison-table td {
    padding: 10px 16px;
    vertical-align: middle;
    border-right: 2px solid white;
}

.comparison-table td:last-child,
.comparison-table th:last-child {
    border-right: none;
}

.comparison-table th {
    font-weight: 600;
    text-align: center;
    font-size: 15px;
}

.comparison-table tr:nth-child(even) {
    background-color: #e7e9ed;
}

.comparison-table .logo-cell {
    background-color: #fc9a43;
}

.comparison-table .them-cell {
    background-color: #999;
    color: white;
}

.comparison-table .icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    font-weight: bold;
    font-size: 13px;
    margin-right: 8px;
    color: #333333;
    color:#fff!important;
}

.comparison-table .check {
    background-color: #2ac44d;
    color:#ffffff!important;
}

.comparison-table .cross {
    background-color: #e74c3c;
    color:#ffffff!important;
}

.comparison-table .logo-placeholder {
    display: inline-block;
    width: 100px;
    height: 40px;
    background-color: #eee;
    margin-bottom: 5px;
}

.comparison-table strong {
    font-weight: 600;
}


.pagination-rounded .page-link {
    border: 2px solid #f47100;
    border-radius: 50rem;
    margin: 0 5px;
    color: #f47100;
    font-weight: 600;
    padding: 6px 16px;
    transition: 0.3s;
    text-align: center;
    min-width: 44px;
}

.pagination-rounded .page-link:hover {
    background-color: #f47100;
    color: #fff;
    text-decoration: none;
}

.pagination-rounded .page-link.current,
.pagination-rounded .page-link.current:hover {
    background-color: #f47100;
    color: white;
    border-color: #f47100;
}

.border-orange {
    border-color: #f47100 !important;
}
.text-orange {
    color: #f47100 !important;
}
.page-item.active .page-link {
    background-color: #f47100 !important;
    border-color: #f47100 !important;
    color: white !important;
}
.page-link {
    margin: 0 4px;
    padding: 0.6rem 1rem;
    font-weight: 600;
}

.page-numbers {
    display: inline-block;
    padding: 0.5rem 1rem;
    margin: 0 5px;
    border: 2px solid #f47100;
    color: #f47100;
    text-decoration: none;
    border-radius: 999px;
    font-weight: bold;
    transition: all 0.2s ease-in-out;
}

/* Pagination styling */
.border-orange {
    border-color: #f47100 !important;
}

.text-orange {
    color: #f47100 !important;
}

.page-item.active .page-link {
    background-color: #f47100 !important;
    color: #fff !important;
    border-color: #f47100 !important;
}

.page-link {
    background-color: transparent;
    font-weight: bold;
    border-radius: 999px;
    margin: 0 5px;
    transition: all 0.2s ease-in-out;
}

.page-link:hover {
    background-color: #f47100;
    color: #fff;
}

.blog-post .img-thumbnail {
    border-radius: 12px;
    border: 1px solid #eee;
}

.blog-post .post-content p {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1rem;
    color: #333;
}

.sidebar ul {
    padding-left: 0;
    list-style: none;
}

.sidebar ul li {
    margin-bottom: 0.5rem;
}

.sidebar ul li a:hover {
    color: #f47100;
    text-decoration: underline;
}


.footer-arch-svg {
  background-color: #2e2e2e; /* Footer background */
  overflow: hidden;
  line-height: 0;
}
.footer-arch-svg svg {
  display: block;
  width: 100%;
  height: auto;
}



/* Extra small devices (phones) */
@media (max-width: 576px) {
  body {
    padding-top: 75px !important;
  }

  h1 {
    font-size:30px!important;
  }

  h2 {
    font-size:14px!important;
  }

  h3 {
    font-size:16px!important;
  }

  .demoform {
    margin:0px!important;
  }
}

/* Small devices (tablets) */
@media (min-width: 576px) {

}

/* Medium devices (desktops) */
@media (min-width: 768px) {

}

/* Large devices (desktops) */
@media (min-width: 992px) {

}

/* Extra large devices (large desktops) */
@media (min-width: 1200px) {

}