@import url("https://fonts.googleapis.com/css2?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&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");

:root {
  --primary: #1a5efc;
  /* --secondary: #808080; */
  --secondary: #4a5255;
  --orange: #ff9d28;
  --green: #00a410;
  --bg-primary: #f7f9ff;
  --dark: #000;
  --secondary-text: rgba(0, 0, 0);
}

body {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
  /* font-family: "Roboto", sans-serif; */
}

h1 {
  color: var(--dark);
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 54px;
}

h2 {
  color: var(--dark);
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 54px;
}

h1, h2, h3, h4, h5, h6{
  color: var(--dark) !important;
}
p,
.blogs-content-section li,
.blogs-content-section span {
  margin: 0;
  color: var(--secondary);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  font-family: "Plus Jakarta Sans", sans-serif !important;
}

.btn.btn-primary {
  display: flex;
  padding: 16px 40px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  background: var(--primary);
  font-size: 14px;
  font-weight: 600;
}
.btn.btn-primary:hover {
  opacity: 0.8;
  border: 1px solid transparent;
  transition: ease 0.2s;
}

.btn.btn-secondary {
  padding: 16px 40px;
  gap: 8px;
  border-radius: 8px;
  border: 3px solid #fff;
  background-color: transparent;
  font-size: 14px;
}

.btn-tertiary {
  display: flex;
  padding: 16px;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  border: 1px solid var(--primary);
  color: var(--primary);
  text-align: center;
  font-size: 18px;
}

.online-btn {
  border-radius: 48px;
  border: 1px solid var(--green);
  display: flex;
  padding: 4px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  background: transparent;
  color: var(--green);
}

.w-80 {
  width: 80%;
}

.btn-tertiary:hover {
  background-color: var(--primary) !important;
  border: 1px solid var(--primary) !important;
  color: white !important;
}

.btn.btn-secondary:hover {
  background-color: white;
  color: black;
}

a {
  text-decoration: none;
}

input {
  font-size: 14px;
}

input:focus-visible,
select:focus-visible {
  outline: 0 !important;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("../svg/down.svg") !important;
  background-repeat: no-repeat !important;
  background-position: calc(100% - 20px) center !important;
  padding-right: 20px; /* Adjust as needed */
  color: var(--secondary);
  border-radius: 8px;
  background: #f8f8f8;
  padding: 12px 16px;
  font-size: 14px !important;
  border: none;
}
[type=button]:focus, [type=submit]:focus, button:focus{
  outline: 0 !important;
}
label {
  color: rgba(0, 0, 0) !important;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 6px;
}

input::placeholder {
  font-size: 14px !important;
}

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

.bg-color {
  color: var(--secondary);
}

.green {
  color: var(--green) !important;
}

.border-orange {
  border-color: var(--orange) !important;
}

.bg-transparent {
  background-color: transparent;
}

.color-black {
  color: #000;
  font-weight: 500;
}

.bg-green {
  background-color: var(--green) !important;
  border: var(--green) !important;
  font-size: 18px !important;
}

.secondary-text {
  color: var(--secondary-text);
}

.orange {
  color: var(--orange) !important;
}

.bg-orange {
  background-color: var(--orange) !important;
  border-color: var(--orange);
}

.fs-12 {
  font-size: 12px !important;
}

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

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

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

.fs-24 {
  font-size: 24px !important;
}

.flex-items {
  display: flex;
  align-items: center;
}

.border-top-0 {
  border-top: 0 !important;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar {
  padding: 32px 64px;
}

.form-control {
  padding: 16px !important;
}

.navbar-nav {
  gap: 20px;
}

.navbar-nav .nav-item:hover a {
  color: var(--primary);
}

.nav-item {
  padding: 16px 0;
  position: relative;
}

.nav-item a {
  padding: 0;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
  display: inline-block;
}

.navbar button {
  font-size: 14px;
  /* background-color: var(--orange) !important; */
  /* border: 1px solid var(--orange); */
}

.heading h1,
.heading h2 {
  color: #000;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 54px;
}

.heading p {
  color: var(--secondary);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  font-family: "Plus Jakarta Sans", sans-serif !important;
}

.view-all a {
  color: #000;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px; /* 150% */
  text-decoration-line: underline;
}

.view-all a img {
  margin-left: 8px;
  width: 18px;
  box-shadow: none !important;
}

.footer-section {
  padding: 30px 0;
  background-color: var(--primary);
  color: white;
}

.footer-section .footer.row p {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 100% */
  margin-bottom: 16px;
}

.footer-section ul {
  padding: 0;
}

.footer-section ul li {
  list-style: none;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 18px;
}

.footer-section ul li a {
  color: white;
  text-decoration: none;
}

.copyright.row p {
  font-size: 16px;
  font-weight: 500;
}

.footer-section .copyright.row {
  border-top: 0.5px solid #d4d2e3;
  margin-top: 13px;
  padding-top: 13px;
}
.text-decoration-underline:hover {
    text-decoration: none !important;
}
.breadcrumb a {
  text-decoration: none;
}

.breadcrumb ul {
  padding: 0;
  margin: 0;
}

.breadcrumb ul li {
  list-style: none;
  color: var(--secondary);
  font-weight: 500;
}

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

.pagination span {
  border-radius: 4px;
  border: 0.5px solid #808080;
  padding: 16px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination a {
  text-decoration: none;
  color: #000;
  font-weight: 500;
}

.pagination span.active {
  background-color: var(--primary);
  color: white;
}

.banner {
  background-color: #f7f9ff;
  padding: 40px 0;
}

.trusted-metrics-section {
  padding: 80px 0;
}

.trusted-metrics-section .row {
  margin-top: 56px;
}

.trusted-metrics-section .row h5 {
  color: var(--primary);
  font-size: 80px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 96px */
  text-align: center;
}

.trusted-metrics-section .row p {
  color: #000;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px; /* 150% */
}

.testimonials-section {
  padding: 80px 0;
}

.contact-section img {
  border-radius: 100%;
}

.testimonials-section .owl-theme .owl-nav {
  margin-top: -61px !important;
  text-align: end !important;
  z-index: 9;
  position: relative;
}

.testimonials-section .owl-theme .owl-nav [class*="owl-"]:hover {
  background: transparent !important;
  color: #fff;
  text-decoration: none;
}

.testimonials-section .owl-carousel .owl-item img,
.trusted-company-section .owl-carousel .owl-item img {
  display: block;
  width: auto !important;
}

.owl-carousel .owl-item {
  transition: all 0.5s ease !important; /* Smooth transition for sliding */
}

.mobile-menu-icon {
  display: none;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 9;
  top: 0;
  background-color: white;
  overflow: hidden;
  padding: 79px 25px;
  transition: 0.5s;
  display: none;
}
.sidenav {
  right: 0;
}

.sidenav .navbar-nav {
  gap: 0;
}

.searchModal {
  height: 0;
  width: 100%;
  position: fixed;
  z-index: 1;
  top: 0;
  background-color: white;
  overflow-x: hidden;
  padding: 26px;
  transition: 0.5s;
  display: none;
}

#search-modal .search-box {
  background-color: #f7f9ff !important;
  border-radius: 8px;
  width: 100%;
}

#search-modal .search-box input {
  background-color: transparent !important;
}

#search-modal .search-box img {
  margin-right: 16px;
  cursor: pointer;
}

#search-modal .closebtn {
  position: relative;
  font-size: 31px;
  right: 0;
  cursor: pointer;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  background-color: white;
  overflow-x: hidden;
  padding: 79px 25px;
  transition: 0.5s;
  display: none;
}
.sidenav {
  right: 0;
}

.closebtn {
  font-size: 47px;
  position: absolute;
  top: 18px;
  right: 11px;
}

.view-all a:hover img {
  transform: rotate(45deg) !important;
  transition: 0.2s !important;
}

.cursor-pointer {
  cursor: pointer !important;
}

input,
textarea {
  border-radius: 8px;
  background: #fff;
  display: flex;
  padding: 16px;
  align-items: center;
  gap: 8px;
  align-self: auto !important;
  border: 0 !important;
}

input::placeholder,
textarea::placeholder {
  color: #808080;
  font-weight: 500;
}

.form-control:focus {
  box-shadow: none !important;
}

.footer-section ul li a {
  position: relative;
}

.footer-section ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #fff !important;
  height: 1px;
  display: block;
  transition: all 0.25s, opacity 0.2s;
  /* z-index: -1; */
  border-radius: 3px;
  opacity: 0.5;
  width: 0;
}

.footer-section ul li a:hover:before {
  width: 100%;
  opacity: 1;
}

.copyright a:hover {
  transform: scale(1.1);
}

.owl-item {
  width: 100%;
  transition: transform 0.8s ease; /* Smooth transition */
}

.owl-item.slide {
  transform: translateX(-100%);
}

.left-submenu {
  position: absolute;
  left: -100% !important;
  top: 54px;
  border: 0;
  padding: 0 !important;
  display: none;
  background: #fff;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.35);
  border-radius: 4px;
  min-width: 250px;
}

.left-submenu a {
  color: #000 !important;
}

.nav-item:hover ul.left-submenu {
  display: block;
  z-index: 10;
}

ul.left-submenu .mega-sub-menu {
  background: #fff;
  display: none;
  min-height: 100%;
  padding: 2px 0 0 20px;
  top: 0;
  z-index: 10;
  box-shadow: 7px 7px 12px -7px rgba(0, 0, 0, 0.35);
}

ul.left-submenu .mega-sub-menu {
  width: 675px;
  right: -675px;
}
ul.left-submenu .mega-sub-menu {
  position: absolute;
}

.vcategory-menu {
  padding: 5px 10px;
  list-style: none;
  border-left: 3px solid transparent;
}

.vcategory-menu:hover {
  background-color: #e6e9f7;
  border-left: 3px solid var(--primary);
}

.vcategory-menu:hover .mega-sub-menu {
  display: block;
}

.tab-content-list-title,
.tab-content-title a {
  color: #181818;
  font-weight: 700;
}

.mega-sub-menu ul {
  padding: 0;
}
.mega-sub-menu li {
  line-height: 32px;
  list-style: none;
  font-size: 14px;
  /*max-width: 100px;*/
}

.mega-sub-menu li:hover {
  /*background: #f8f8f8;*/
}
.mega-sub-menu li:hover a{
    text-decoration: underline;
}
.section-entity-li:hover {
  background: transparent !important;
}

.width20per.cdata1 {
  width: auto;
}

ul.left-submenu li .mega-sub-menu {
  border-left: 1px solid #d8d8d8;
  border-top: 1px solid #ddd;
  border-radius: 0 4px 4px 0;
}

.testimonials-section img {
  width: 100%;
}

.navbar .btn-primary {
  padding: 12px 24px !important;
}

.order-sm-1 {
  order: 2 !important;
}
.order-sm-2 {
  order: 1 !important;
}

.header-input {
  border-radius: 8px;
  background: #f8f8f8;
  display: flex;
  padding: 12px;
  align-items: center;
  gap: 8px;
}

.header-input input {
  background-color: transparent;
  padding: 0 !important;
  width: 140px;
}

body.modal-open {
  overflow: hidden !important;
}
.screen-reader-response {
  margin: 1rem 0;
  display: none;
}
.screen-reader-response li {
  font-size: 12px;
  color: tomato;
}
.wpcf7-response-output {
  color: var(--primary);
  font-size: 12px;
  margin: 1rem 0;
}
[type="submit"]:hover,
[type="submit"]:focus {
  background-color: var(--primary);
  border-color: var(--primary) !important;
}
.header-section ul.left-submenu > li.vcategory-menu > a i {
    font-size: 22px;
    position: relative;
    top: 3px;
    padding-right: 5px;
}
.header-sction  ul.left-submenu > li.vcategory-menu a.vcategory-menu-title {
    font-weight: 600;
    width: 245px;
    display: inline-block;
    float: left;
    padding: 5px 0 0 0.7rem;
    font-size: 14px;

}
.header-section ul.left-submenu > li.browse-li{
    width: 100%;
    float: none;
    text-align: center;
    border-top: 1px solid #e2e2e2;
}
.header-section ul.left-submenu > li.browse-li a {
    font-family: "Nunito", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
    color: #1a5efc !important;
}
.blog--content{
	 display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media screen and (min-width: 1200px) and (max-width: 1360px) {
  .heading h1,
  .heading h2 {
    font-size: 32px;
  }
  .heading p {
    font-size: 16px;
  }
  .btn-tertiary {
    font-size: 13px;
  }
}

@media only screen and (max-width: 1152px) and (max-height: 864px) {
  .testimonials-section img {
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .mobile-menu-icon {
    display: block;
    cursor: pointer;
    width: 4% !important;
  }
  .navbar-nav,
  .right-part {
    display: none;
  }
  .heading p {
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  .heading h1,
  .heading h2 {
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  .testimonials-section img {
    width: 100%;
  }
}

@media screen and (min-width: 1018px) and (max-width: 1210px) {
  .nav-item a {
    font-size: 11px;
  }
  .navbar-nav {
    gap: 10px;
  }
}

@media (max-width: 768px) {
  .listing-div .btn-tertiary {
    width: auto !important;
    gap: 20px !important;
  }
  .mobile-menu-icon {
    display: block;
    cursor: pointer;
    width: 9% !important;
  }
  .navbar-nav,
  .right-part {
    display: none;
  }
  .flex-items {
    flex-wrap: wrap;
  }
  .latest-post-row a {
    font-size: 14px !important;
  }
  .latest-post-row a p {
    font-size: 14px !important;
  }
    .section-entity-li, li.section-entity-li:hover ~ li {
        background: #f8f8f8;
    }
  h1,
  h2 {
    font-size: 22px;
    line-height: 33px;
  }
  p {
    font-size: 16px;
    /* line-height: 20px; */
  }
  .btn.btn-primary {
    padding: 14px 20px;
  }
  .navbar {
    padding: 11px 13px;
  }
  .news-bar {
    display: none;
  }
  .trusted-metrics-section .row p {
    font-size: 19px;
    line-height: 12px;
  }
  .trusted-metrics-section .row h5 {
    font-size: 60px;
  }
  .testimonials-section img {
    width: 100%;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
}

@media screen and (min-width: 300px) and (max-width: 350px) {
  .testimonials-section .owl-theme .owl-nav {
    margin-top: 0 !important;
  }
}
