@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Outfit:wght@100..900&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");


body {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 14px;
  color: var(--black);


}

html {
  scroll-behavior: smooth;
  --top-spacing: 85px;
  scroll-padding-top: var(--top-spacing);
  scroll-margin-top: 30px;
}


:root {
  --blue: #FFD400;
  --orange: #FFD400;
  --white: #ffffff;
  --black: #000000;
  --darkgray: #101314;
  --gray: #222222;
  --lightgray: #DADADA;
  --lightestgray: #F8F8F8;
}

.themeBtn {
  background-color: var(--blue);
  color: var(--white);
}

.themeBtn:hover {
  background-color: #101314;
  color: var(--white);
}

.themeBtnLight .w {
  opacity: 0;
  position: absolute;
  right: 10px;
  top: 6px;
}

.themeBtnLight .o {
  opacity: 1;
  position: absolute;
  right: 10px;
  top: 6px;
}

.themeBtnLight {
  background-color: var(--black);
  color: var(--white);
  position: relative;
  padding-right: 40px;
}

.themeBtnLight:hover {
  background-color: var(--white);
  color: var(--orange);
  position: relative;
}

.themeBtnLight:hover .w {
  opacity: 1;
  position: absolute;
}

.themeBtnLight:hover .o {
  opacity: 0;
  position: absolute;
}

.blueBg {
  background-color: var(--blue);
}

.rounded-20 {
  border-radius: 20px
}

.hero-banner.rounded-full {
  border-top-right-radius: 198px !important;
  border-bottom-right-radius: 198px !important;
}


header .navbar-brand {
  max-width: 200px;
}

.navbar-brand img {
  width: 100px;
  height: 100%;

}

.navbar li {
  position: relative;
}

.navbar li a {
  font-size: 16px;
  color: var(--black);
  font-weight: 500;
}

.navbar li a::after {
  background-color: var(--blue);
  content: "";
  width: 0;
  height: 3px;
  left: 0;
  right: 0;
  bottom: 0;
  margin-left: auto;
  margin-right: auto;
  transition: width 0.35s ease 0s;
  position: absolute;
  border-radius: 2px;
}

.navbar li a:hover::after,
.navbar li a.active::after {
  width: 100%;
}

.navbar li a:hover::before,
.navbar li a.active::before {
  content: "\F229";
  width: 10px;
  height: 10px;
  z-index: 9;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: bootstrap-icons;
  color: var(--blue);
}




.hero-banner h1 {
  color: #fff;
}

.hero-banner p {
  color: #fff;
}


.hero-banner {
  background-color: var(--blue);
  background-size: cover;
  background-position: top center;
}

.hero-banner .caption {
  max-width: 100%;
  padding-left: 20px;
}

.hero-banner .caption h1 {
  font-weight: 700;
}




.hero-banner .shape-1 {
  width: 100%;
  max-width: 100%;
  z-index: 999;
  left: 100px;
  bottom: 0;
  border-bottom-left-radius: 16px;
  background-size: contain;
  background-position: left bottom;
  background-repeat: no-repeat;
}

.hero-banner .shape-1 .store-icon {
  font-size: 16px;
  font-weight: 600;
}

.hero-banner .shape-1 .store-icon {
  bottom: 30px;
  margin-top: auto;
  margin-bottom: auto;
}

.hero-banner .shape-1 .store-icon a {
  background-color: var(--darkgray);
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  margin-left: 20px;
  padding: 10px;
}

.hero-banner .shape-1 .store-icon a img {
  width: 24px;
  height: 24px;

}

.hero-banner .shape-1 .store-icon a:hover {
  background-color: var(--blue);
}

.hero-banner .slider-imgs {
  padding-left: 70px;
}

.hero-banner .slider-imgs .shape-2 {
  max-width: 350px;
  position: relative;
  z-index: 2
}

.hero-banner .slider-imgs .shape-3 {
  left: 0;
  top: auto;
  bottom: 0;
  margin-top: auto;
  margin-bottom: 0;
  max-width: 200px;
  z-index: 3;
}

.hero-banner .slider-imgs .shape-4 {
  left: 0;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  max-width: 200px;
  z-index: 1;
}

.hero-banner .object-cls {
  height: 400px;
  border-radius: 20px;
}

.section-heading h2 {
  font-weight: 700;
  color: var(--black);
}

.section-heading h2 span {
  color: var(--blue);
}

.hero-banner .caption {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
}

.trusted-brands .brandHead {
  font-size: 16px;
  font-weight: 400;
  background-color: var(--gray);
  border-radius: 10px 10px 10px 10px;
}

.trusted-brands .brandHead span {
  font-size: 18px;
  font-weight: 700;
}

.brand.owl-carousel .owl-stage {
  display: flex;
  align-items: center;
}

.brand.owl-carousel .owl-item {
  text-align: center;
}

.brand.owl-carousel .owl-item img {
  width: auto;
  margin: auto
}

.bdr-b {
  border-bottom: 1px solid #DADADA;
}

.service-type .card-body {
  min-height: 100%;
}

.aboutSection {
  border-bottom: 1px solid #DADADA;
}

.contentBox {}


.aboutSection .contentBox ul {
  padding-left: 1rem;
}

.aboutSection .contentBox ul li {
  line-height: 1.2;
  list-style: none;
  position: relative;
  padding-left: 2rem;
  margin-bottom: 0px;
  display: flex;
  min-height: 20px;
  align-items: center;
  text-align: start;
}



.aboutSection .contentBox ul li::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
  background-image: url(../images/arrow-li.svg);
  background-repeat: no-repeat;
  position: absolute;
  left: -1rem;
  top: 0;
  bottom: 0;
  margin-top: 0;
  margin-bottom: auto;
}

.download-section .mail-a a:hover {
  color: #0ca7f7 !important;
}

.blueBox {
  background-color: var(--blue);
}

.orangeBox {
  background-color: var(--orange);
}

.lightestgraybg {
  background-color: var(--lightestgray);
}





.categories .cat-item {
  border-radius: 20px;
}

.categories .cat-item .rate span {
  color: var(--orange);
}

.categories .cat-item h5 {
  font-size: 16px;
}

.colToAction {
  background-color: var(--black);
  background-image: url(../images/calltoaction-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.colToAction h2 {
  font-size: 20px;
  font-weight: 600;
  color: var(--white);
}

.colToAction h2 span {
  color: var(--blue);
}

.features {
  background-image: url(../images/Background-Image.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.features .nav-tabs {
  border-bottom: 0px;
}

.features .nav-tabs .nav-link {
  color: var(--white);
  width: 100%;
  position: relative;
  border: 2px solid #fff;
  border-radius: 10px;
  margin: 8px 10px;
  font-size: 16px;
  font-weight: 500;
}

.features .nav-tabs .nav-item.show .nav-link,
.features .nav-tabs .nav-link.active,
.features .nav-tabs .nav-link:hover {
  background-color: var(--white);
  color: var(--blue);
}

.features .nav-tabs .nav-item.show .nav-link::after,
.features .nav-tabs .nav-link.active::after,
.features .nav-tabs .nav-link:hover::after {
  content: "\F229";
  width: 14px;
  height: 14px;
  z-index: 9;
  position: absolute;
  left: 0;
  bottom: -5px;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: bootstrap-icons;
  color: var(--white);
}

.features .contentBox ul {
  padding-left: 1rem;
}

.features .contentBox ul li {
  line-height: 1.2;
  list-style: none;
  position: relative;
  padding-left: 2rem;
  margin-bottom: 24px;
  display: flex;
  min-height: 20px;
  align-items: center;
}

.features .contentBox ul li::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
  background-image: url(../images/check-icon.svg);
  background-repeat: no-repeat;
  position: absolute;
  left: -1rem;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}

.card {
  border-radius: 10px;
  overflow: hidden;
  border: 0px;
}

.card img {
  object-fit: cover;
  height: 100%;
}

.interface-section {
  background-color: var(--lightestgray);
}

.interface .item {
  padding: 10px;
  margin: 0px;
}

.interface.owl-carousel .owl-item img {
  width: auto;
  margin: auto;
}

.interface .owl-prev,
.owl-next {
  width: 15px;
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  display: block !important;
  border: 0px solid black;
}

.interface .owl-prev {
  left: -20px;
  transform: rotate(180deg);
}

.interface .owl-next {
  right: -20px;
}

.interface .owl-prev span,
.interface .owl-next span {
  color: #717171;
  background-image: url(../images/go-arrow.svg);
  background-repeat: no-repeat;
  text-indent: -50px;
  background-color: var(--blue);
  width: 40px;
  height: 40px;
  display: block;
  border-radius: 6px;
  background-size: 20px 20px;
  background-position: center center;
  overflow: hidden;
}

.interface .owl-prev span:hover,
.interface .owl-next span:hover {
  background-color: #101314;
}

.interface.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span,
.testimonials.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: var(--blue);
}


.faqs .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M8 0a1 1 0 0 1 1 1v6h6a1 1 0 1 1 0 2H9v6a1 1 0 1 1-2 0V9H1a1 1 0 0 1 0-2h6V1a1 1 0 0 1 1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
  transform: scale(.7) !important;
}

.faqs .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M0 8a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
}

.faqs .accordion-item {
  background-color: var(--lightestgray);
  margin-bottom: 10px;
  border-radius: 20px;
  overflow: hidden;
  border: 0px;
}

.faqs .accordion-button {
  background-color: transparent;
  font-weight: 500;
  border-radius: 10px;
  border: 0px;
  box-shadow: none;
  color: var(--black);
}

.faqs .accordion-body {
  padding-top: 0px;
}

.testimonials .item .shadowBox {
  position: relative;
  border-radius: 20px;
  flex-direction: column;
}

.testimonials .item .icon {
  width: 92px;
  position: relative;
  margin-top: 20px;
  border: 2px solid var(--blue);
  flex-direction: column;
}

.testimonials .item .icon {
  border-radius: 50%;
  overflow: hidden;
}

.testimonials .item .client-feedbacks {
  padding: 20px 20px 20px 20px;
}

.testimonials .item .client-feedbacks .designation {
  color: var(--blue);
}

footer {
  background-color: var(--black);
  background-image: url(../images/ftbg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding-top: 50px;
  padding-bottom: 30px;
}

footer .ft-widget .ft-logo {
  max-width: 150px;
  width: 100%;

}

footer .ft-widget .social a {
  margin-right: 16px;
  background-color: var(--blue);
  border-radius: 8px;
  padding: 12px;
}

footer .ft-widget .social a:first-child {
  padding: 12px 15px;
}



footer .ft-widget .social a img {
  max-height: 20px;
}

footer .ft-widget h4 {
  font-size: 18px;

}

@media (max-width: 768px) {
  footer .ft-widget h4:after {
    display: none !important;
    content: "";
    width: 34px;
    height: 2px;
    background-image: url(../images/sap.png);
    background-repeat: no-repeat;
    background-position: left;
    border-radius: 2px;
    margin-top: 10px;
    margin-bottom: 15px
  }

}

footer .ft-widget h4:after {
  content: "";
  display: block;
  width: 34px;
  height: 2px;
  background-image: url(../images/sap.png);
  background-repeat: no-repeat;
  background-position: left;
  border-radius: 2px;
  margin-top: 10px;
  margin-bottom: 15px;
}

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

footer .ft-widget ul li {
  list-style: none;
  margin-bottom: 10px;
}

footer .ft-widget ul li a {
  text-decoration: none;
  color: var(--white);
}

footer .ft-widget ul li a:hover {
  color: var(--orange);
}

.search_field {
  display: flex;
  background-color: var(--white);
  padding: 8px 12px;
  width: 100%;
  border-radius: 8px;
}

.search_field input {
  border: none;
  padding: 0;
  box-shadow: none;
  outline: none;
  width: calc(100% - 36px);
}

.search_field button {
  border: none;
  background: none;
}

.search_field input::focus {
  border: none;
  padding: 0;
  box-shadow: none;
  outline: none
}

footer .copyright a {
  text-decoration: none;
  color: var(--blue);
}

footer .copyright a:hover {
  color: var(--orange);
}

header {
  position: relative;
}

.navbar {
  position: relative;
  transition: all .3s ease-in-out;
}

.navbar.fixed-header {
  position: fixed;
  background-color: #fff;
  top: 0;
  z-index: 9999;
  left: auto;
  right: auto;
  margin-right: auto;
  margin-left: auto;
  box-shadow: 0px 0px 5px 0px #0000001f;
  transition: all .3s ease-in-out;
  animation: stickyNavAnimation 1.1s;
}

.modal {
  z-index: 99999;
}

.modal-backdrop.show {
  z-index: 9999;
}

.modal-title {
  font-weight: 700;
}

.modal-header .btn-close {
  background-color: var(--blue);
  opacity: 1;
  background-image: none;
  display: flex;
}

.modal-header .btn-close:hover {
  background-color: #101314;
}

@keyframes stickyNavAnimation {
  from {
    top: -130px;
  }

  to {
    top: 0px;
  }
}

.contactUs-form {
  margin-bottom: -30px;
}

.contactUs-form .form-select {
  font-size: 14px;
}

.contactUs-form input,
.contactUs-form select,
.contactUs-form textarea {
  background-color: transparent;
  color: #fff;
  padding: 10px 20px;
}

.contactUs-form input::placeholder,
.contactUs-form select::placeholder,
.contactUs-form textarea::placeholder {
  color: #D4E5FF;
}

.contactUs-form input:focus,
.contactUs-form select:focus,
.contactUs-form textarea:focus {
  background-color: transparent;
  color: #fff;
}

.contactUs-form select option {
  color: #000;
  font-weight: 400;
}

.contactUs-form textarea {
  resize: none;
}

@media (min-width: 576px) {}

@media (min-width: 768px) {

  body {
    font-size: 15px;

  }


  .hero-banner .shape-1 .store-icon {
    bottom: 15px;
  }

  .hero-banner .shape-1 .store-icon a {
    width: 30px;
    height: 30px;
    border-radius: 8px;
  }

  .hero-banner .shape-1 .store-icon a img {
    width: 20px;
    height: 20px;
  }

  .trusted-brands .brandHead {
    border-radius: 10px 10px 0px 10px;
  }

  .features .nav-tabs .nav-link {
    width: auto;
    font-size: 18px;
  }

  .download-section .download-screens img {
    margin-top: -80px;
  }

  .testimonials .item .shadowBox {
    position: relative;
    border-radius: 20px;
    flex-direction: row;
  }

  .testimonials .item .icon {
    flex: 0 0 auto;
    width: 92px;
    position: absolute;
    left: -46px;
    top: 20px;

  }

  .testimonials .item .client-feedbacks {
    padding: 40px 20px 20px 60px;
  }

}


@media (min-width: 992px) {


  .hero-banner .caption {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
  }

  .hero-banner .caption {


    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: start;
    flex-direction: column;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .trusted-brands .brandHead {
    font-size: 22px;
  }

  .trusted-brands .brandHead span {
    font-size: 24px;
  }

  .section-heading h2,
  .colToAction h2 {
    font-size: 32px;
  }

  .aboutSection {
    border-bottom: 0px;
  }

  .categories .cat-item h5 {
    font-size: 20px;
  }

  .download-section .download-screens img {
    margin-top: -120px;
  }

  footer {
    padding-top: 80px;
    padding-bottom: 20px;
  }

  .contactUs-form {
    margin-bottom: -40px;
  }

}

@media (min-width: 1200px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .hero-banner .caption {
    padding-left: 80px;
    padding-right: 0px;
    padding-top: 0;

  }



  .trusted-brands .brandHead {
    font-size: 26px;
    line-height: 30px;
  }

  .trusted-brands .brandHead span {
    font-size: 30px;
  }

  .hero-banner .shape-1 .store-icon {
    font-size: 24px;
  }

  .hero-banner .shape-1 .store-icon {
    bottom: 30px;
  }

  .hero-banner .shape-1 .store-icon a {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background-color: var(--blue);
  }

  .hero-banner .shape-1 .store-icon a img {
    width: 24px;
    height: 24px;
  }

  .section-heading h2 {
    font-size: 36px;
  }

  .colToAction {
    background-size: contain;
  }

  .features .nav-tabs .nav-link {
    font-size: 20px;
  }



  .contactUs-form {
    margin-bottom: -80px;
  }

  .vendors-pik {
    width: 500px;

  }

  .cutomer-pik {
    width: 350px;
  }
}

@media (min-width: 1400px) {
  .section-heading h2 {
    font-size: 48px;
  }
}

.hero-section {
  background-image: radial-gradient(circle at center center, transparent 0%, rgb(33, 33, 33) 99%), repeating-linear-gradient(0deg, rgba(163, 163, 163, 0.4) 0px, rgba(163, 163, 163, 0.6) 1px, transparent 1px, transparent 6px), repeating-linear-gradient(90deg, rgba(163, 163, 163, 0.2) 0px, rgba(163, 163, 163, 0.2) 1px, transparent 1px, transparent 6px), linear-gradient(90deg, rgb(33, 33, 33), rgb(33, 33, 33));
}

.hero-section .over {
  color: #fff;
  height: 100%;
  padding: 80px 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: start;
  position: relative;
  animation: fadeIn 2s ease-out;
  overflow: hidden;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.hero-content {
  z-index: 2;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes slideInFromTop {
  0% {
    transform: translateY(-50px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fadeInText {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@media (max-width: 1200px) {


  .hero-content p {
    font-size: 1.2rem;
  }

  .btn-group .btn {
    font-size: 1rem;
    padding: 10px 20px;
  }
}

@media (max-width: 768px) {
  .hero-section {
    height: auto;
    padding: 0px 0;
    display: flex;
    flex-direction: column;

  }


  .hero-content p {
    font-size: 1rem;
  }

  .btn-group .btn {
    font-size: 0.9rem;
    padding: 10px 20px;
  }
  .hero-content {
  z-index: 2;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;

}
}

@media (max-width: 480px) {

  .hero-content p {
    font-size: 0.9rem;
    margin-bottom: 20px;
  }

  .btn-group .btn {
    font-size: 0.8rem;
    padding: 10px 15px;
  }
}


.hero-content h1 {
  line-height: 1.4;
  animation: slideInFromTop 1s ease-out;
  font-weight: 600;
  font-size: 2.5rem;
  /* Default font size */
}

.hero-content h1 span {
  color: #FFD400;
  font-weight: 700;
}

.hero-content p {
  font-size: 1.5rem;
  font-weight: 300;
  margin-top: 10px;
  margin-bottom: 30px;
  line-height: 1.6;
  animation: fadeInText 2s ease-out;
}

/* Media Queries for Small Screens */
@media (max-width: 768px) {
  .hero-content h1 {
    font-size: 2rem;
    /* Smaller font size on small screens */
    text-align: center;
    /* Center-align text on smaller screens */
  }

  .hero-content p {
    font-size: 1.2rem;
    /* Smaller font size for paragraph */
    text-align: center;
    /* Center-align text */
    margin-top: 8px;
    /* Adjust margin for small screens */
    margin-bottom: 20px;
    /* Adjust margin for small screens */
  }
}

@media (max-width: 480px) {
  .hero-content h1 {
    font-size: 1.6rem;
    /* Further reduce font size for very small screens */
  }

  .btn-group .btn {
    font-size: 0.9rem !important;
  }

  .hero-content p {
    font-size: 1rem;
    margin-top: 5px;
    margin-bottom: 15px;
    }
}


.btn-group .btn {
  font-size: 1.1rem;
  margin: 5px;
  padding: 12px 24px;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 30px;
  text-align: center;
  align-items: center;
  display: flex;
}


.btn-primary {
  background-color: var(--blue);
  border: none;
  transition: all 0.3s ease-in-out;
}

.btn-primary:hover {
  transform: scale(1.1);
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
}
.btn-primary:active{
  border: none ;
  background-color: none;
  color: none;
}

.btn-outline-light {
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
  transition: all 0.3s ease-in-out;
}

.btn-outline-light:hover {
  background-color: #fff;
  color: #333;
  transform: scale(1.1);
}

.pain-point-card {
  border: none;
  border-radius: 15px;
  transition: all 0.3s ease;
  background: white;
  overflow: hidden;
}

.pain-point-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.card-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}

.solution-box {
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.section-padding {
  padding: 3rem 0;
  background-color: var(--lightestgray);
}

.headline {
  font-size: 2.5rem;
  font-weight: 800;
  margin-bottom: 3rem;
  position: relative;
}

.headline::after {
  content: '';
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 4px;
  border-radius: 2px;
}

.vendor-headline::after {
  background: var(--blue);
}

.customer-headline::after {
  background: var(--blue);
}

@media (max-width: 768px) {
  .section-padding {
    padding: 2rem 0;
  }

  .headline {
    font-size: 1.5rem;
  }
}

footer .copyright a:hover {
  color: var(--lightgray);
}



.step-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin-bottom: 1rem;
}

.vendor-icon {
  background-color: var(--blue);
  color: var(--black);
}

.customer-icon {
  background-color: var(--blue);
  color: var(--black);
}

.step-card {
  transition: transform 0.3s ease;
  height: 100%;
}

.step-card:hover {
  transform: translateY(-5px);
}

.features-section {
  background: var(--lightestgray);
  padding: 80px 0;
}

.gradient-text {
  background: var(--blue);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.feature-card {
  border: none;
  border-radius: 15px;
  transition: all 0.3s ease;
  height: 100%;
  background: white;
  overflow: hidden;
}

.feature-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.feature-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  margin-bottom: 20px;
  transition: all 0.3s ease;
}

.features-section .vendor-icon {
  background: var(--blue);
  color: var(--black);
}

.features-section .customer-icon {
  background: var(--black);
  color: var(--blue);
}

.feature-card:hover .feature-icon {
  transform: scale(1.1) rotate(5deg);
}

.section-divider {
  height: 4px;
  width: 60px;
  background: var(--blue);
  margin: 20px auto;
  border-radius: 2px;
}

.user-type-title {
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
}

.user-type-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40%;
  height: 3px;
  background: var(--blue);
  border-radius: 2px;
}

.category-header {
  margin-bottom: 40px;
  padding: 20px;
  border-radius: 15px;
  background: white;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.vendor-header {
  border-left: 5px solid var(--black);
}

.customer-header {
  border-left: 5px solid var(--black);
}

@media (max-width: 768px) {
  .features-section {
    padding: 40px 0;
  }

  .feature-card {
    margin-bottom: 20px;
  }
}

.testimonials-sec {
  background-color: var(--lightestgray);
}


@media (max-width: 768px) {
  .hero-banner.rounded-full {
    border-top-right-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
  }

  .hero-banner .object-cls {
    max-height: 200px;
  }
}

@media (max-width: 768px) {
  .hero-section .over {
    padding: 30px 0px;
  }
  .aboutSection .contentBox ul li h5{
    font-size: 1rem;
  }
  .category-header{
    margin-bottom: 20px;
  }
}

footer .ft-widget .social a:hover{
  background-color: #101314;
  color: var(--white);
}


.terms-header {
  background: linear-gradient(45deg, #4361ee, #4895ef);
  color: white;
  padding: 3rem 0;
  margin-bottom: 2rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.terms-container {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 1rem;
}

.section-card {
  background: white;
  border-radius: 12px;
  padding: 2rem;
  margin-bottom: 1.5rem;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-left: 4px solid #4361ee;
}

.section-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.section-title {
  color: #4361ee;
  font-weight: 600;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.section-icon {
  width: 40px;
  height: 40px;
  background:#f8f9fa;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4361ee;
}

.bullet-point {
  padding-left: 1.5rem;
  position: relative;
  margin-bottom: 0.75rem;
}

.bullet-point:before {
  content: "•";
  color: #4895ef;
  position: absolute;
  left: 0;
  font-size: 1.2em;
}

.floating-nav {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.floating-button {
  width: 50px;
  height: 50px;
  border-radius: 25px;
  background: #4361ee;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.floating-button:hover {
  background: #3f37c9;
  transform: scale(1.1);
}

@media (max-width: 768px) {
  .terms-header {
      padding: 2rem 0;
  }
  
  .section-card {
      padding: 1.5rem;
  }
  .section-title{
    margin-bottom:.5rem;
  }
  .lead{
    font-size:14px;
  }
}


.contact-banner {
  background-color: #f4f4f4;
  padding: 20px;
  text-align: center;
  border: 1px solid #ddd;
}

.contact-container {
  max-width: 800px;
  margin: 0 auto;
}

.contact-title {
  font-size: 24px;
  color: #333;
  margin-bottom: 10px;
}

.contact-info {
  font-size: 16px;
  color: #555;
}

.contact-email {
  color: #007bff;
  text-decoration: none;
  font-weight: bold;
}

.contact-email:hover {
  text-decoration: underline; 
}
