@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

* {
  margin: 0;
  padding: 0;
  font-family: "Lato", sans-serif;
  box-sizing: border-box;
}

.row {
  display: flex;
  flex-wrap: wrap;
}

.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
}

.text-center{
  text-align: center;
}

.ccta-btn{
      text-align: center;
    margin-top: 4%;
    margin-bottom: 4%;
}

.ccta-btn p {
  margin-top: 1.5%;
}

.form-control{
      font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s 
ease-in-out, box-shadow .15s 
ease-in-out;
}

.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-inline: auto;
  max-width: 1448px;
  padding-top: 20px;
}


.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar .logo {
  width: 97px;
}

/* .nav-links {
  position: fixed;
  right: -100%;
} */
.nav h3 {
  margin: 0;
  font-size: 30px;
  color: #3f8cff;
  font-weight: 700;
  margin-right: 30px;
}

.header-cta-btn {
  gap: 15px;
}

.nav ul {
  list-style: none;
  display: flex;
  /* align-items: center; */
  padding-left: 44px;
  margin-top: 17px;
}

.nav ul li {
  margin-right: 20px;
}

.nav ul li a {
  text-decoration-line: none;
  color: #373737;
  font-weight: 500;
  font-size: 16px;
}

.header-cta-btn a{
    font-size: 16px;
  }

.nav ul li .active {
  color: #3f8cff;
}
h2
  {
    font-size: 2.5rem;
    font-weight: 700;
    color: #0b2545;
    margin-bottom: 20px;
}
h3{
  font-weight: 700;
    color: #0b2545 !important;
}
.contact-div h2{
  color:#fff
}

.contact-div h1{
  font-weight: 700;
}

.nav .login,
.demo {
  padding: 5px 20px 6px 20px;
  color: #ffff;
  background-color: #3f8cff;
  border-radius: 5px;
  border: none;
  position: relative;
  display: block;
  text-decoration: none;
}

.demo,
.demo-btn {
  background-color: #f01d1d;
  ;
}

.demo-btn {
  padding: 8px 22px 9px 22px;
  color: #ffff;
  border-radius: 5px;
  border: none;
  position: relative;
  text-decoration: none;
}

.nav-toggle {
  display: none;
  font-size: 18px;
  background: none;
  border: none;
  color: #2b59ff;
  cursor: pointer;
  position: absolute;
  right: 11px;
  top: 24px;
}

.nav ul.show {
  display: flex;
  right: 0;
}

/* .nav-toggle {
  display: block;
} */
.dashbard-container .dashboard img {
  width: 100%;
  margin-left: -11px;
}

.dashbard-container .col-lg-4{
  width: 40%;
} 

.dashbard-container .col-lg-8{
  width: 60%;
}

.dashbard-container {
  width: 100%;
  overflow: hidden;
}

.dashbard-container .left-sec h1 {
  font-size: 44px;
  font-weight: 800;
  color: #373737;
}

.left-sec p {
  font-size: 18px;
  color: #0f172a;
  margin: 0;
  opacity: 70%;
}

.left-sec {
  padding-left: 70px;
  margin-bottom: 128px;
}

.dashbard-container .dashbord-left {
  display: flex;
  justify-content: center;
  align-items: center;
}

.left-sec .feature {
  padding: 10px 14px;
  background: #f01d1d;
  ;
  color: #fff;
  border: none;
  border-radius: 5px;
  display: block;
  width: fit-content;
  margin-top: 21px;
  text-decoration: none;
}

.left-sec .logo {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 25px;
  align-items: center;
}

.left-sec span {
  font-weight: 600;
  color: #3f8cff;
  font-size: 17px;
}

.header-sec {
  margin-top: 83px;
}

.client-sec .title h1 {
  text-align: center;
  font-weight: 700;
  padding-top: 25px;
}

.client-sec span {
  color: #3f8cff;
}

.leads-sec img {
  width: 100%;
  height: 387px;
  object-fit: contain;
}

.leads-sec .solution {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 30%;
  /* padding: 0 185px; */
}

.leads-sec .solution p {
  color: #12141dad;
  font-weight: 400;
}

.solution h1 {
  font-weight: 700;
}

.client-sec .title {
  margin-top: 30px;
}

.leads-sec {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  overflow: hidden;
}

/* .leads-sec .row {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
} */

.leads-sec .col-6 {
  display: flex;
  justify-content: center;
  /* align-items: center; */
  position: relative;
}

.contact-sec {
  padding: 40px 117px;
}

.contact-info {
  background-color: #0b66ef;
}

.contact-title h3 {
  color: #ffff;
  margin: 0;
}

.contact-title {
  padding: 19px 2px;
  margin-bottom: 40px;
}

.contact-info p {
  margin: 0;
  color: #c9c9c9;
}

.personal-info p {
  color: #ffff;
  margin: 0;
  font-size: 14px;
}

.personal-info .phone,
.msg,
.location {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.contact-div {
  background-color: #0b66ef;
  color: white;
  padding: 20px;
}

.contact-div ul {
  list-style-type: none;
}

.contact-div ul li {
  display: flex;
}

.contact-social-list {
  display: flex;
}

.contact-div .contact-icon {
  height: 25px;
  width: 25px;
  margin-top: 15px;
}

.contact-detail-div p {
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  padding-left: 15px;
}

.contact-detail-div {
  margin-top: 50px;
}

.contact-div .heading-p h2 {
  font-size: 28px;
  font-weight: 600;
  line-height: 35px;
  padding-left: 12px;
}

.heading-p p {
  margin-top: -15px;
}

.address-p {
  width: 300px;
}

.contact-social-list li a:hover {
  color: white;
}

form {
  width: 100%;
  margin: auto;
}

label {
  display: block;
}

input::placeholder,
textarea::placeholder {
  font-size: 12px;
  color: #8080807d;
}

input,
textarea {
  outline: none;
  border-top: none;
  border-right: none;
  border-left: none;
  border-image: initial;
  padding-top: 0px;
  border-bottom: 1px solid #8d8d8d !important;
  margin-bottom: 20px;
  width: 100%;
  font-size: 13px;
  color: #000;
}

.nav-toggle {
  display: none;
}

form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 30px;
}

.review-section p {
  font-weight: 300;
  line-height: 1.3;
}

.contact-div {
  color: white;
  padding: 40px 20px 20px 20px;
  height: 100%;
  border: 1px solid;
  background-size: cover;
  border-radius: 10px;
  position: relative;
}

.contact-div ul {
  list-style-type: none;
  padding: 0;
}

.contact-div ul li {
  display: flex;
  padding-top: 25px;
}

.contact-social-list {
  display: flex;
}

.contact-div .contact-icon {
  height: 25px;
  width: 25px;
}

.contact-detail-div p {
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  padding-left: 5px;
  color: white;
}

.contact-detail-div {
  margin-top: 10px;
}

.contact-div .heading-p h2 {
  font-size: 28px;
  font-weight: 600;
  line-height: 35px;
}

.heading-p p {
  font-size: 18px;
  font-weight: 300;
  line-height: 23px;
  color: #c9c9c9;
  margin-top: 10px;
}

.address-p {
  width: 300px;
}

.contact-social-list {
  margin-top: 40px;
}

.contact-social-list li a:hover {
  color: white;
}

.vedio-para-img-div .form-div {
  border: 1px solid #e8eef2;
  border-radius: 6px;
  padding: 10px 0;
  box-shadow: 0px 6px 25px 0px #e3e3e3;
  margin-bottom: 30px;
  height: 540px;
  /* padding: 22px 75px; */
  width: 80%;

  /* position: relative;
  left: 154px; */
  margin-top: 29px;
  height: 100%;
}

.form-sec {
  /*margin-top: 38px;*/
  display: flex;
  justify-content: center;
  align-items: center;
}

label {
  color: #8d8d8d;
  font-size: 13px;
  margin: 5px 0;
}

button.light {
  color: #fff;
  background-color: #3f8cff;
  padding: 7px 20px;
  border-radius: 5px;
  margin-top: 15px;
  border: none;
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.12);
  margin-right: 10px;
  font-size: 14px;
}

form .form-control {
  width: 47%;
  border: none;
  display: flex;
  flex-direction: column;
  padding: 0;
}

.contact-div-main {
  background-image: url("/assets/image/Group\ 1000001746.png");
}

form .form-control.textarea {
  width: 100%;
}

.icons .fa-twitter,
.fa-instagram,
.fa-facebook {
  color: #fff;
  background: #003483;
  font-size: 13px;
  padding: 10px;
  border-radius: 50%;
}

.icons .fa-twitter:hover,
.fa-instagram:hover,
.fa-facebook:hover {
  background-color: #fff;
  color: #000;
}

/* .icons .fa-instagram {
  background-color: #fff !important;
  color: #000 !important;
} */
.icons {
  /* position: relative;
  bottom: -139px; */
  display: flex;
  gap: 11px;
  padding-top: 103px;
}

.personal-info {
  padding-top: 56px;
}

.footer {
  background: #f8fafc;
  padding: 23px;
  margin-top: 20px;
  width: 100%;
  display: flex;
  align-items: center;
}
.copyright{
  background: #f8fafc;
}
.copyright p{
  border-top: 1px solid #00000029 ;
  font-size: 15px;
  margin: 0;
  font-weight: 300;
}

.footer li {
  list-style: none;
}

.footer li a {
  text-decoration-line: none;
  color: #000;
  font-weight: 600;
}

.footer .active {
  color: #3f8cff;
  font-weight: 700;
}

.footer-link {
  text-decoration: none;
  color: black;
  font-weight: 600;
}

.user-sec,
.support-sec {
  background-color: #f8fafc;
}

.circles .img1 {
  position: absolute;
  right: 0;
  bottom: -18px;
}

.circles .img2 {
  position: absolute;
  right: 78px;
  bottom: 65px;
}

.Thankyou {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 82px;
}

.thankyou-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.thankyou-content h1,
h3 {
  margin: 0;
  color: #817c7c;
}

.thankyou-content h1 {
  padding-bottom: 17px;
  font-weight: 600;
}

.thankyou-content h3 {
  padding-bottom: 10px;
  font-size: 23px;
}

.thankyou-content button {
  padding: 10px 50px;
  background: #3f8cff;
  color: #fff;
  border: none;
  border-radius: 5px;
  margin-top: 28px;
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.12);
  font-weight: 600px;
}

.privacy-header {
  position: relative;
  height: 300px;
  display: flex;
  align-items: center;
  margin-top: 84px;
}

.privacy-header h1 {
  position: relative;
  z-index: 1;
  padding-left: 40px;
  font-size: 42px;
  font-weight: 700;
}

.privacy-header img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.privacy-content .prsnl-data,
.subject,
.cookies {
  background: #e9effe;
  padding: 23px 49px;
  margin-bottom: 7px;
}

.privacy-content .prsnl-data h3,
.subject h3,
.cookies h3,
.privacy-content h2,
.privacy-content .header-content h3 {
  font-weight: 600;
  color: #0c0f1e;
  font-size: 20px;
  margin-bottom: 7px;
}

.privacy-content .prsnl-data p,
.subject p,
.cookies p {
  color: #525252;
}

.header-content p {
  color: #525252;
}

.header-content h3 {
  font-weight: 500;
  color: #0c0f1e;
  font-size: 22px;
  margin-bottom: 7px;
}

.header-content {
  margin-bottom: 7px;
}

/* .prsnl-data {
  padding: 23px 37px;
} */
.privacy-content .header-content {
  padding: 16px 49px;
}


.privacy-content .header-content {
  padding: 16px 49px;
}

.error-404-horo-section {
  text-align: center;
  height: 70vh;
}

.error-404-horo-section img {
  max-width: 500px;
}

.review-section {
  background-color: #f8fafc;
}

.review-section h3 {
  margin: auto;
  padding: 30px 0;
  font-size: 35px;
  width: fit-content;
  font-weight: 700;
  color: #262121;
}

.review-section h3 span {
  color: #3f8cff;
}

.review-section .slider {
  width: 80%;
  margin: auto;
}

.review-section .item {
  border-radius: 10px;
  color: black;
  background: #fff;
  border-radius: 18px;
border: 1px solid #b1abab14;
  font-size: 15px;
  padding: 30px;
  padding-bottom: 20px;
}


.review-section .about-review-customer {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  bottom: 10px;
  position: absolute;
  margin-bottom: -10px;
  width: 100%;
}

.review-section .about-review-customer .left-about-review-customer>img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
}

.review-section .about-review-customer .left-about-review-customer .star-img img {
  width: 10px;
}

.review-section .about-review-customer .left-about-review-customer {
  display: flex;
  align-items: center;
  gap: 10px;
}

.review-section .about-review-customer .left-about-review-customer .rev-img .star-img {
  display: flex;
}

.review-section .about-review-customer>img {
  width: 50px;
  height: 40px;
}

.review-section .owl-nav {
  display: flex;
  justify-content: center;
}

.review-section .owl-nav button span {
  border-radius: 50%;
  height: 35px;
  width: 35px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  margin: 10px;
  padding-bottom: 8px;
  color: white;
}

.review-section .owl-nav button span {
  background-color: #2d2d2d;
  transition: .2s;
}

.review-section .owl-nav button:hover span {
  background-color: #3f8cff;
}

.star {
  color: #3f8cff;
}

.half-star {
  position: relative;
  color: gray;
}

.half-star::before {
  content: '\2605';
  position: absolute;
  left: 0;
  overflow: hidden;
  width: 50%;
  color: #3f8cff;
}

.stars-container {
  font-size: 1em;
  margin: 0;
  line-height: 1;
}

.rev-img h5 {
  font-size: 15px;
  margin: 0;
  font-weight: 600;
}

@media screen and (max-width:550px) {
  .not-found img {
    max-width: 100% !important;
  }
}

.nav .items {
  width: 85%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* === WHY manetor SECTION === */
.why-manetor-section {
  background: #f7f9fc;
  padding: 80px 20px;
  text-align: center;
  overflow: hidden;
  position: relative;
}

.why-heading {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 60px;
}

.manetor-cards-wrapper {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
  position: relative;
  perspective: 1000px;
  padding-bottom: 15px;
}

.manetor-card {
  width: 240px;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  padding: 25px 20px;
  text-align: center;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  transform-style: preserve-3d;
}

.manetor-card img {
  width: 80px;
  height: 80px;
  margin-bottom: 23px;
}

.manetor-text {
  font-weight: 600;
  font-size: 1.1rem;
  color: #1c355e;
  margin-bottom: 10px;
}

.manetor-card p {
  font-size: 0.9rem;
  color: #444;
}

/* Hover animation */
.manetor-card:hover {
  transform: rotateZ(5deg) translateY(-10px) scale(1.05);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.12);
}

/* Floating animation like original */
.card-1 {
  transform: rotateZ(-6deg);
  animation: float1 6s ease-in-out infinite alternate;
}

.card-2 {
  transform: rotateZ(4deg);
  animation: float2 6s ease-in-out infinite alternate;
}

.card-3 {
  transform: rotateZ(-3deg);
  animation: float3 6s ease-in-out infinite alternate;
}

.card-4 {
  transform: rotateZ(6deg);
  animation: float4 6s ease-in-out infinite alternate;
}

@keyframes float1 {
  from {
    transform: translateY(0px) rotateZ(-6deg);
  }

  to {
    transform: translateY(-15px) rotateZ(-2deg);
  }
}

@keyframes float2 {
  from {
    transform: translateY(0px) rotateZ(4deg);
  }

  to {
    transform: translateY(-20px) rotateZ(7deg);
  }
}

@keyframes float3 {
  from {
    transform: translateY(0px) rotateZ(-3deg);
  }

  to {
    transform: translateY(-18px) rotateZ(1deg);
  }
}

@keyframes float4 {
  from {
    transform: translateY(0px) rotateZ(6deg);
  }

  to {
    transform: translateY(-15px) rotateZ(2deg);
  }
}

/* Responsive */
@media (max-width: 768px) {
  h2 {
    font-size: 1.8rem;
  }

  .manetor-card {
    width: 90%;
    margin-bottom: 20px;
  }
}

/* === INTEGRATION SECTION === */
.integrate-section {
  background: #f8fafc;
  text-align: center;
  padding: 100px 20px;
}

.integrate-container {
  max-width: 1100px;
  margin: 0 auto;
}

.integrate-heading {
  font-size: 2.5rem;
  font-weight: 700;
  color: #0b2545;
  margin-bottom: 20px;
}

.integrate-subtext {
  font-size: 1.1rem;
  color: #555;
  margin-bottom: 60px;
  line-height: 1.6;
}

.integrate-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
  perspective: 1000px;
  margin-bottom: 16px;
}

.integrate-logo {
  background: #f8fafc;
  border-radius: 20px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  animation: integrate-float 6s ease-in-out infinite alternate;
}

.integrate-logo img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.integrate-logo:hover {
  transform: translateY(-8px) rotateZ(5deg) scale(1.08);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.integrate-logo:hover img {
  transform: scale(1.1);
}

@keyframes integrate-float {
  from {
    transform: translateY(0px) rotateZ(0deg);
  }

  to {
    transform: translateY(-10px) rotateZ(2deg);
  }
}

/* Responsive */
@media (max-width: 1024px) {
  .integrate-heading {
    font-size: 2rem;
  }

  .integrate-logo {
    width: 80px;
    height: 80px;
  }

  .integrate-logo img {
    width: 45px;
  }
}

@media (max-width: 768px) {
  .integrate-heading {
    font-size: 1.8rem;
  }

  .integrate-subtext {
    font-size: 1rem;
  }

  .integrate-logo {
    width: 70px;
    height: 70px;
  }

  .integrate-logo img {
    width: 40px;
  }
}

@media (max-width: 480px) {
  .integrate-section {
    padding: 60px 10px;
  }

  .integrate-heading {
    font-size: 1.5rem;
  }

  .integrate-logos {
    gap: 15px;
  }

  .integrate-logo {
    width: 60px;
    height: 60px;
  }

  .integrate-logo img {
    width: 35px;
  }
}

.review-section .item-content {
  position: relative;
  min-height: 150px;
}

/* Section heading */
.client-section {
  text-align: center;
  padding: 50px 20px;
 
}



/* Container for client sliders */
.client-slider-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 50px;
  overflow: hidden;
}

/* Glass card */
.client-card {
  width: 160px;
  height: 120px;
  margin: 0 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  border-radius: 20px;
border:  1px solid #d7c2c2;
flex-shrink: 0;
}

/* Slider animation container */
.client-slider {
  display: flex;
  gap: 30px;
  animation: client-slide 20s linear infinite;
}

/* Reverse slide for right-to-left column */
.client-slider.reverse {
  animation-direction: reverse;
}

/* Image inside card */
.client-card img {
  max-width: 100px;
  max-height: 100px;
  object-fit: contain;
}

/* Slide keyframes */
@keyframes client-slide {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

/* Responsive */
@media (max-width: 768px) {
  .client-slider-container {
    flex-direction: column;
    gap: 30px;
  }
@keyframes client-slide {
  0% {
    transform: translateX(-400%);
  }

  100% {
    transform: translateX(-70%);
  }
}

}

/* === FAQ SECTION === */
:root {
  --faq-bg: #f8fafc;
  --faq-box: #fff;
  --faq-text: #000;
  --faq-highlight: #126fbf;
}

.faq-section {
  background: var(--faq-bg);
  color: var(--faq-text);
  padding: 60px 8%;
  font-family: "Raleway", sans-serif;
  overflow: hidden;
}

.faq-heading {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 40px;
  color: var(--faq-highlight);
  position: relative;
}

.faq-container {
  max-width: 900px;
  margin: 0 auto;
}

.faq-question h3 {
  font-size: 16px;
}

.faq-item {
  background: var(--faq-box);
  border-radius: 10px;
  margin-bottom: 15px;
  overflow: hidden;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.6s ease;
  border:1px solid #939393;
}

.faq-item.visible {
  opacity: 1;
  transform: translateY(0);
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 18px 22px;
  font-weight: 600;
  transition: background 0.3s ease;
}

.faq-question:hover {
  background: rgba(18, 111, 191, 0.1);
}

.faq-icon {
  font-size: 1.4rem;
  transition: transform 0.3s ease;
}

.faq-item.active .faq-icon {
  transform: rotate(180deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  background: #fff;
  padding: 0 22px;
  transition: max-height 0.4s ease, padding 0.3s ease;
}

.faq-item.active .faq-answer {
  max-height: 200px;
  padding: 15px 22px 25px;
}

/* Responsive */
@media (max-width: 768px) {
  .faq-heading {
    font-size: 1.6rem;
  }
  .faq-question h3 {
    font-size: 1rem;
  }
}
