/*!
 * Start Bootstrap - Creative v3.3.7+1 (http://startbootstrap.com/template-overviews/creative)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

:root {
  --primary-color: #3a1c71;
  /* 7f3dc3 */
  --primary-btn: #7b4bd2;
  --hover-color: #875cd6;
}
.navbar-brand {
  padding: 12px 0px;
}
.signupforminput {
  padding-left: 30px !important;
}
.navbar-default,
a {
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
}
header,
header .header-content {
  position: relative;
  width: 100%;
  text-align: center;
}
body,
html {
  height: 100%;
  width: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
body {
  font-family: Merriweather, "Helvetica Neue", Arial, sans-serif;
  /* font-family: "Rockwell", sans-serif; */
  webkit-tap-highlight-color: #222;
}
.btn,
.navbar-default,
.navbar-default .navbar-header .navbar-brand,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
  /* font-family: "Rockwell", sans-serif; */
  /* letter-spacing: 0.8px; */
}
hr {
  border-color: var(--primary-color);
  border-width: 3px;
  max-width: 50px;
}
hr.light {
  border-color: #fff;
}
a {
  transition: all 0.35s;
  color: var(--primary-color);
}

p {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 20px;
  color: #1e1e1eb2;
}
.bg-primary {
  background-color: var(--primary-color);
}
.bg-dark {
  background-color: #222;
  color: #fff;
}
.text-faded {
  color: rgba(255, 255, 255, 0.7);
}
/* section {
  padding: 100px 0;
} */
aside {
  padding: 50px 0;
}
.no-padding {
  padding: 0;
}
.navbar-container {
  max-width: 1600px;
  padding: 0px 20px;
  margin: 0 auto;
  min-height: 70px;
  align-content: center;
}
/* .navbar-default .navbar-collapse {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
} */
.float-right-navb-items-web,
.float-right-navb-items-mobile {
  float: right;
  padding-top: 15px;
  padding-bottom: 15px;
}
.float-right-navb-items-web a,
.float-right-navb-items-mobile a {
  text-transform: capitalize;
  font-size: 14px;
  background-color: var(--primary-color);
  padding: 8px 18px;
}

#homeHeading {
  line-height: 1.25;
}

/* .cursor {
    display: inline-block;
    width: 1ch;
    border-right: 2px solid currentColor;
    margin-left: 2px;
    animation: blink .9s steps(1) infinite;
  } */
/* .cursor {
  margin-left: 2px;
  animation: blink 0.9s steps(1) infinite;
}
.cursor::after {
  content: "|";
} */

#typer {
  will-change: transform;
}

.login-right {
  background-color: transparent !important;
  color: #000 !important;
  padding: 8px !important;
}

.primary-btn {
  transition: 0.5s ease;
  color: black;
  padding: 12px 20px;
  background-color: white;
  /*border-radius: 10px;*/
  /* margin-left: 13px; */
  text-decoration: none !important;
  &:hover {
    background-color: var(--primary-btn) !important;
    color: white;
  }
}
.banner-btn {
  background-color: var(--primary-btn) !important;
  color: white;
  &:hover {
    background-color: white !important;
    color: black;
  }
}
.navbar-right {
  float: left !important;
  margin-left: 50px;
}
.navbar-default {
  background-color: #fff;
  border-color: rgba(34, 34, 34, 0.05);
  transition: all 0.35s;
  border: none;
  /* height: 100%; */
}
.btn-default,
.portfolio-box .portfolio-box-caption {
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
}
.navbar-brand > img {
  width: 100%;
  height: 40px;
}

.navbar-default .navbar-header .navbar-brand {
  color: var(--primary-color);
  font-weight: 600;
  text-transform: capitalize;
}
.navbar-default .navbar-header .navbar-brand:focus,
.navbar-default .navbar-header .navbar-brand:hover {
  color: #eb3812;
}

#mainNav.affix-top {
  position: relative !important;
  margin-bottom: 0px;
}
.navbar-default .navbar-header .navbar-toggle {
  background-color: var(--primary-color);
  font-weight: 500;
  font-size: 12px;
  color: #ffffff;
  text-transform: uppercase;
  margin-right: 0px;
  border-radius: 8px;
}
.navbar-default .nav > li > a,
.navbar-default .nav > li > a:focus {
  text-transform: capitalize;
  font-weight: 500;
  font-size: 14px;
  color: #222;
}
.navbar-default .nav > li > a:focus:hover,
.navbar-default .nav > li > a:hover {
  color: var(--primary-color);
}
.navbar-default .nav > li.active > a,
.navbar-default .nav > li.active > a:focus {
  color: var(--primary-color) !important;
  background-color: transparent;
  font-weight: 600;
}
.navbar-default .nav > li.active > a:focus:hover,
.navbar-default .nav > li.active > a:hover {
  background-color: transparent;
}

.float-right-navb-items-web {
  display: none;
}

.float-right-navb-items-mobile {
  display: block;
}
/* .lawer-img {
  height: 300px;
} */
@media (min-width: 1500px) {
  .navbar-container {
    padding: 0px;
  }
  header .header-content {
    padding: 0px;
  }
}
@media (min-width: 768px) {
  .float-right-navb-items-web {
    display: block;
  }
  .float-right-navb-items-mobile {
    display: none !important;
  }
  .navbar-default {
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.3);
  }
  .navbar-default .navbar-header .navbar-brand {
    color: #000;
  }
  .navbar-default .navbar-header .navbar-brand:focus,
  .navbar-default .navbar-header .navbar-brand:hover {
    color: var(--primary-color);
  }
  .navbar-default .nav > li > a,
  .navbar-default .nav > li > a:focus {
    color: #000;
  }
  .navbar-default .nav > li > a:focus:hover,
  .navbar-default .nav > li > a:hover {
    color: var(--primary-color);
  }
  .navbar-default.affix {
    background-color: #fff;
    border-color: rgba(34, 34, 34, 0.05);
    box-shadow: 0 4px 2px -2px #80808029;
  }
  .navbar-default.affix .navbar-header .navbar-brand {
    color: var(--primary-color);
    font-size: 16px;
  }
  .navbar-default.affix .navbar-header .navbar-brand:focus,
  .navbar-default.affix .navbar-header .navbar-brand:hover {
    color: var(--primary-color);
  }
  .navbar-default.affix .nav > li > a,
  .navbar-default.affix .nav > li > a:focus {
    color: #222;
    /* font-weight: 600; */
  }
  .navbar-default.affix .float-right-navb-items-web a,
  .navbar-default.affix .float-right-navb-items-mobile a {
    color: #222;
  }

  .navbar-default.affix .nav > li > a:focus:hover,
  .navbar-default.affix .nav > li > a:hover {
    color: var(--primary-color);
  }
}
header {
  min-height: 80%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-position: center;
  /* background-image: url(../img/bg3.jpg); */

  background: -webkit-linear-gradient(
    90deg,
    rgb(114, 47, 150) -50%,
    #1d0b3f 100%
  );

  color: #fff;
}

header .header-content {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: space-between;
}
.banner-left-img {
  height: 400px;
}
.banner-left-img img {
  height: 100%;
  object-fit: contain;
}
header .header-content .header-content-inner h1 {
  font-weight: 700;
  text-transform: capitalize;
  line-height: 30px;

  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
}
header .header-content .header-content-inner hr {
  margin: 30px auto;
}
header .header-content .header-content-inner p {
  font-weight: 300;
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  margin-bottom: 50px;
  line-height: 25px;
}

header .header-content-inner {
  max-width: 1000px;
}
header .header-content {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0px;
  max-width: 1600px;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0 20px;
}
@media (min-width: 1080px) {
  /* .lawer-img {
    height: 800px;
    width: 100%;
    object-fit: contain;
  } */
  .header-content-main-con {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    text-align: start;
  }
  header {
    min-height: calc(100% - 109px);
  }

  header .header-content .header-content-inner h1 {
    font-size: 45px;
    /* color: black; */
    text-align: start;
    margin-bottom: 25px;
    line-height: 60px;
  }
  header .header-content .header-content-inner p {
    font-size: 17px;
    max-width: 700px;
    text-align: start;
  }
}
.section-heading {
  margin-top: 0;
}
.service-box {
  max-width: 400px;
  margin: 50px auto 0;
}
@media (min-width: 992px) {
  .service-box {
    margin: 20px auto 0;
  }
}
.service-box p {
  margin-bottom: 0;
}
.portfolio-box {
  position: relative;
  display: block;
  max-width: 650px;
  margin: 0 auto;
}
.portfolio-box .portfolio-box-caption {
  color: #fff;
  opacity: 0;
  display: block;
  background: rgba(240, 95, 64, 0.9);
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  transition: all 0.35s;
}
.btn-default.active,
.btn-default:active,
.btn-primary.active,
.btn-primary:active,
.open > .dropdown-toggle.btn-default,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.portfolio-box
  .portfolio-box-caption
  .portfolio-box-caption-content
  .project-category,
.portfolio-box
  .portfolio-box-caption
  .portfolio-box-caption-content
  .project-name {
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
  /* font-family: "Rockwell", sans-serif; */
  padding: 0 15px;
}
.portfolio-box
  .portfolio-box-caption
  .portfolio-box-caption-content
  .project-category {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
}
.portfolio-box
  .portfolio-box-caption
  .portfolio-box-caption-content
  .project-name {
  font-size: 18px;
}
.portfolio-box:hover .portfolio-box-caption {
  opacity: 1;
}
.portfolio-box:focus {
  outline: 0;
}
@media screen and (min-width: 1200px) {
  .logo-nav {
    padding: 4px;
  }
}
@media (min-width: 768px) {
  .portfolio-box
    .portfolio-box-caption
    .portfolio-box-caption-content
    .project-category {
    font-size: 16px;
  }
  .portfolio-box
    .portfolio-box-caption
    .portfolio-box-caption-content
    .project-name {
    font-size: 22px;
  }
}
.call-to-action h2 {
  margin: 0 auto 20px;
}
.text-primary {
  color: var(--primary-color);
}
.no-gutter > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.btn-default {
  color: #222;
  background-color: #fff;
  border-color: #fff;
  transition: all 0.35s;
}
.btn-default.active,
.btn-default.focus,
.btn-default:active,
.btn-default:focus,
.btn-default:hover,
.open > .dropdown-toggle.btn-default {
  color: #222;
  background-color: #f2f2f2;
  border-color: #ededed;
}
.btn-default.disabled,
.btn-default.disabled.active,
.btn-default.disabled.focus,
.btn-default.disabled:active,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled],
.btn-default[disabled].active,
.btn-default[disabled].focus,
.btn-default[disabled]:active,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default.active,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
  background-color: #fff;
  border-color: #fff;
}
.btn-default .badge {
  color: #fff;
  background-color: #222;
}
.btn-primary {
  color: #fff;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.btn-primary.active,
.btn-primary.focus,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #ee4b28;
  border-color: #ed431f;
}
.btn-primary.disabled,
.btn-primary.disabled.active,
.btn-primary.disabled.focus,
.btn-primary.disabled:active,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled],
.btn-primary[disabled].active,
.btn-primary[disabled].focus,
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary.active,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.btn-primary .badge {
  color: var(--primary-color);
  background-color: #fff;
}
.create-account-btn {
  height: 40px;
  border-radius: 10px;
}
.signup-modal-body {
  padding: 20px 15px;
}
.btn {
  border: none;
  border-radius: 300px;
  /* font-weight: 700; */
  text-transform: capitalize;
}
.btn-xl {
  padding: 15px 30px;
}
::-moz-selection {
  color: #fff;
  text-shadow: none;
  background: #222;
}
.signup-field-info {
  margin-top: 0px;
  font-family: "Ruda", sans-serif;
  letter-spacing: 0px;
  font-weight: 600;
  font-size: 15px;
}
.send_otp {
  position: absolute;
  top: 50%;
  transform: translate(0px, -50%);
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 6px;
  right: 7px;
}
::selection {
  color: #fff;
  text-shadow: none;
  background: #222;
}
img::selection {
  color: #fff;
  background: 0 0;
}
img::-moz-selection {
  color: #fff;
  background: 0 0;
}

.testimonials-section {
  max-width: 1600px;
  margin: 0 auto;
  position: relative;
  padding: 0px 20px;
}
.testimonial-right {
  position: absolute;
  left: -162px;
}

.comment-section-right {
  position: absolute;
  bottom: 0;
  right: -155px;
  height: 310px;
}

@media screen and (max-width: 1600px) {
  .comment-section-right {
    display: none;
  }
}
.header {
  /* background: linear-gradient(135deg, var(--primary-color), #8b4cf0); */
  text-align: center;
  padding: 40px 20px 30px 20px;
  /* border-radius: 12px; */
  /* margin-bottom: 50px; */
  color: white;
  /* box-shadow: 0 10px 30px rgba(171, 94, 249, 0.3); */
}

.header h1 {
  color: #000;
  font-size: 30px;
  font-weight: 700;
  /* margin-bottom: 10px; */
  margin: 0px;
  text-transform: capitalize;
}

.header p {
  opacity: 1;
  margin-top: 5px;
  margin-bottom: 0px;
  color: #313131;
  text-transform: capitalize;
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(350px, 1fr));
  gap: 45px;
}

.testimonial-card {
  background: #f5f5f5;
  border-radius: 16px;
  padding: 32px;
  position: relative;
  transition: all 0.3s ease;
  border-bottom: 8px solid var(--primary-color);
}

.quote-icon {
  font-size: 5rem;
  color: var(--primary-color);
  /* opacity: 0.5; */
  position: absolute;
  top: 5px;
  left: 32px;
}
.quote-icon img {
  height: 40px;
  object-fit: contain;
}

.testimonial-content {
  margin-top: 10px;
  position: relative;
  z-index: 2;
}
.testimonial-wrapper-main {
  padding: 60px 20px;
}

.testimonial-text {
  margin-top: 60px;
  font-size: 17px;
  font-weight: 700;
  /* letter-spacing: 0.5px; */
  /* font-size: 1rem; */
  /* line-height: 1.7; */
  margin-bottom: 10px;
  /* font-weight: 00; */
}
.testimonial-text.comment {
  font-size: 14px !important;
  margin-bottom: 0px !important;
  margin-top: 30px !important;
  color: #1e1e1e;
}

.testimonial-content p {
  /* font-size: 15px; */
  font-weight: 300;
  /* color: ; */
  margin-bottom: 20px;
}

.testimonial-text strong {
  font-weight: 600;
}

.author-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.author-name {
  font-weight: 600;
  font-size: 14px;
  color: #2d3748;
  /* letter-spacing: 0.5px; */
  margin-bottom: 6px;
  font-weight: 700;
}

.testimonial-card.featured .author-name {
  color: white;
}

.author-title {
  /* font-size: 0.9rem; */
  color: #1e1e1eb2;
  font-weight: 400;
}

.testimonial-card.featured .author-title {
  color: rgba(255, 255, 255, 0.8);
}

.company {
  font-size: 1rem;
  color: #a0aec0;
  font-style: italic;
}

.testimonial-card.featured .company {
  color: rgba(255, 255, 255, 0.7);
}

@media (max-width: 1200px) {
  .testimonials-grid {
    grid-template-columns: repeat(2, minmax(300px, 1fr));
    gap: 25px;
  }
  .navbar-right {
    margin-left: 0px;
  }
  .navbar-brand > img {
    height: 30px;
  }
}

@media (max-width: 768px) {
  header .header-content .header-content-inner h1 {
    font-size: 24px;
    margin-bottom: 20px;
    text-align: start;
  }
  header .header-content .header-content-inner p {
    font-size: 14px;
    text-align: start;
  }
  .testimonials-section {
    padding: 40px 15px;
  }

  .header {
    padding: 30px 15px;
    /* margin-bottom: 40px; */
  }

  .header h1 {
    font-size: 2rem;
  }

  .header p {
    font-size: 1.1rem;
  }

  .testimonials-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .testimonial-card {
    padding: 25px;
  }

  .testimonial-wrapper-main {
    padding: 30px 20px;
  }
  .testimonials-section {
    padding: 0 20px;
  }
}

@media (max-width: 480px) {
  .header {
    padding: 25px 15px;
  }

  .header h1 {
    font-size: 1.8rem;
  }

  .testimonial-card {
    padding: 20px;
  }

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

/* carousel start */

.ai-tools-section {
  max-width: 1600px;
  margin: 0 auto;
  padding: 80px 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  position: relative;
}

.content-side {
  padding-right: 40px;
}

.content-side h1 {
  font-size: 25px;
  font-weight: 600;
  color: #1a202c;
  margin-bottom: 32px;
  line-height: 1.2;
  margin-top: 0px;
}
.features-background-img {
  position: absolute;
  top: 100px;
  left: -180px;
}

.content-side .subtitle {
  font-size: 1.1rem;
  color: #718096;
  margin-bottom: 40px;
  line-height: 1.6;
}

/* .dynamic-content {
    margin-bottom: 40px;
    min-height: 300px;
} */

.slide-text {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s ease;
  position: absolute;
  width: 100%;
}

.slide-text.active {
  opacity: 1;
  transform: translateY(0);
  position: relative;
}

.slide-text h3 {
  font-size: 20px;
  font-weight: 500;
  color: #000000a3;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 16px;
  line-height: 1.5;
}
.slide-images {
  height: 100%;
  width: 140%;
  /*object-fit: cover;*/
}

/* .slide-icon {
    width: 32px;
    height: 32px;
    background: var(--primary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.slide-icon::after {
    content: '✓';
    color: white;
    font-size: 16px;
    font-weight: bold;
} */

.carousel-side {
  position: relative;
  height: 100%;
}

.carousel-container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
}

.carousel-track {
  display: flex;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  height: 100%;
}

.carousel-slide {
  min-width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
}

.carousel-dots {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 12px;
}

.dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: black;
  cursor: pointer;
  transition: all 0.3s ease;
}

.dot.active {
  background: var(--primary-color);
  transform: scale(1.2);
}

.carousel-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.2);
  border: none;
  color: white;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 20px;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
}

.carousel-nav:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: translateY(-50%) scale(1.1);
}

.carousel-nav.prev {
  left: 20px;
}

.carousel-nav.next {
  right: 20px;
}

/* Responsive Design */
@media (max-width: 1200px) {
  .ai-tools-section {
    gap: 60px;
  }

  .content-side {
    padding-right: 20px;
  }

  .content-side h1 {
    font-size: 2.4rem;
  }
}

@media (max-width: 968px) {
 
  .features-background-img {
    top: 471px;
    left: -100px;
  }
  .ai-tools-section {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .content-side {
    padding-right: 0;
    order: 2;
  }

  .content-side h1 {
    font-size: 2.2rem;
  }

  /* .dynamic-content {
        min-height: 250px;
    } */
}

@media (max-width: 768px) {
  .ai-tools-section {
    padding: 60px 15px;
    gap: 40px;
  }

  .content-side h1 {
    font-size: 2rem;
  }

  .slide-text h3 {
    font-size: 1.5rem;
  }

  .carousel-nav {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }

  /* .dynamic-content {
        min-height: 200px;
    } */
}

@media (max-width: 480px) {
  .content-side h1 {
    font-size: 1.8rem;
  }

  .slide-text h3 {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
}
/* carousel end */

/* Video testimonials style */
/* Make videos responsive */
.video-container {
  position: relative;
  width: 100%;
  padding-top: 65%; /* 16:9 Aspect Ratio */
  background: black;
  overflow: hidden;
  border-radius: 15px;
}

.video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Overlay Play Button */
.video-overlay {
  width: 50px;
  height: 50px;
  text-align: center;
  align-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 15px;
  color: white;
  /* background: rgba(0, 0, 0, 0.5); */
  border-radius: 50%;
  /* padding: 20px; */
  cursor: pointer;
  transition: 0.3s;
  z-index: 2;
  border: 3px solid white;
}

.video-overlay:hover {
  background: rgba(0, 0, 0, 0.7);
}

/* Patient badge styling */
.patient-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background: green;
  color: white;
  font-size: 14px;
  padding: 5px 8px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  gap: 4px;
}

.verified-icon {
  font-size: 14px;
}

/* end video testimonials */

/* pricing section style */

.tab {
  display: flex;
  justify-content: center;
  margin-bottom: 28px !important;
  background: white;
  max-width: fit-content;
  margin: 0 auto;
  padding: 3px;
  border-radius: 10px;
}

.tab button {
  background-color: #f1f1f1;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 3px 20px;
  /* margin: 0 5px; */
  border-radius: 8px;
  font-size: 14px;
  transition: 0.3s;
}

.tab button.active {
  background-color: var(--primary-color);
  color: white;
  &:hover {
    background-color: var(--primary-btn);
  }
}

.tabcontent {
  display: none;
  animation: fadeEffect 0.5s;
}

@keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.pricing-section-cont {
  background-color: var(--primary-color);
}
.pricing-main-container {
  max-width: 1600px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding: 60px 20px;
}

.pricing-main-title {
  font-size: 24px;
  font-weight: 700;
  color: white;
  margin-bottom: 16px;
  margin-top: 0px;
}

.pricing-main-subtitle {
  color: #fff;
  /* margin-bottom: 30px; */
  font-weight: 300;
}

.yearly-plans-container {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 950px;
  margin: 0 auto;
  gap: 45px;
}

.pricing-cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 45px;
  margin: 0 auto;
  max-width: 1100px;
}

.pricing-plan-card {
  background: white;
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  text-align: left;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  max-width: 330px;
}

.pricing-plan-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}

.pricing-plan-name {
  font-size: 20px;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 10px;
  margin-top: 0px;
}

.pricing-plan-desc {
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 1.5;
}

.pricing-cost-section {
  margin-bottom: 20px;
}

.pricing-cost-display {
  display: flex;
  align-items: baseline;
  gap: 3px;
}

.pricing-free-label {
  font-size: 20px;
  font-weight: 700;
  color: var(--primary-color);
}

.pricing-amount-value {
  font-size: 20px;
  font-weight: 700;
  color: var(--primary-color);
}

.pricing-currency-symbol {
  font-size: 20px;
  font-weight: 500;
  color: var(--primary-color);
}

.pricing-time-period {
  font-size: 15px;
  font-weight: 400;
}

.pricing-cta-button {
  width: 100%;
  background: var(--primary-color);
  color: white;
  border: none;
  /*border-radius: 30px;*/
  padding: 12px 17px;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  margin-bottom: 30px;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 10px auto 20px auto;
  /* letter-spacing: 1px; */
  /* max-width: calc(100% - 50px); */
}

.pricing-cta-button:hover {
  /* transform: translateY(-2px); */
  box-shadow: 0 8px 20px rgba(139, 92, 246, 0.3);
  background-color: var(--primary-btn);
}

.pricing-benefits-list {
  list-style: none;
  padding: 0;
}
.prize-hr-line {
  width: 100%;
  max-width: 100%;
  border-color: #00000026;
  border-width: 1px;
  margin-top: 10px;
  margin-bottom: 10px;

  /* margin-top: px;
  margin-bottom: 15px; */
}
.pricing-benefit-row {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  /* margin-bottom: 16px; */
  font-size: 14px;
  /* line-height: 1.5; */
}

.pricing-check-circle {
  width: 20px;
  height: 20px;
  background: var(--primary-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 2px;
}

.pricing-check-circle::after {
  content: "✓";
  color: white;
  font-size: 14px;
  font-weight: bold;
}

.pricing-arrow-svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

@media (max-width: 768px) {
  .pricing-plan-card {
    max-width: 100%;
  }
  .pricing-main-title {
    font-size: 18px;
  }

  .pricing-cards-grid {
    grid-template-columns: 1fr;
    max-width: 400px;
  }
  .pricing-main-subtitle {
    font-size: 14px;
  }
  .yearly-plans-container {
    flex-direction: column;
  }
}

/* pricing style end */

.feature-item:last-child {
  border-bottom: none;
}

.feature-icon {
  width: 20px;
  height: 20px;
  background: #10b981;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.feature-content {
  flex: 1;
}

.feature-text {
  margin: 0;
  color: #333;
  font-size: 16px;
}

.feature-text a {
  color: #6a5acd;
  text-decoration: none;
}

.feature-text a:hover {
  text-decoration: underline;
}

.see-more-btn {
  color: #6a5acd !important;
  cursor: pointer;
  font-weight: 500;
  margin-left: 5px;
  text-decoration: none;
}

.see-more-btn:hover {
  text-decoration: underline;
}

.truncated-text {
  display: inline;
}

.full-text {
  display: none;
}

.expanded .truncated-text {
  display: none;
}

.expanded .full-text {
  display: inline;
}

.feature-icon::after {
  content: "✓";
  color: white;
  font-size: 14px;
  font-weight: bold;
}

.pricing-card.popular .feature-icon {
  background: rgba(255, 255, 255, 0.2);
}

.feature-text {
  font-size: 14px;
  color: #6c757d;
  margin-bottom: 7px;
}

.pricing-card.popular .feature-text {
  color: rgba(255, 255, 255, 0.9);
}

.choose-plan-btn {
  width: 100%;
  padding: 12px 20px;
  border: 2px solid var(--primary-color);
  background: transparent;
  color: var(--primary-color);
  font-size: 15px;
  font-weight: 600;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none !important;
  display: inline-block;
  text-align: center;
}

.choose-plan-btn:hover {
  background: var(--primary-color);
  color: white;
  transform: translateY(-2px);
}

.pricing-card.popular .choose-plan-btn {
  background: white;
  color: var(--primary-color);
  border-color: white;
}

.pricing-card.popular .choose-plan-btn:hover {
  background: rgba(255, 255, 255, 0.9);
  transform: translateY(-2px);
}

.pricing-card.premium .choose-plan-btn {
  background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
  color: white;
  border: none;
}

.pricing-card.premium .choose-plan-btn:hover {
  background: linear-gradient(135deg, #e084eb 0%, #e54a5c 100%);
  transform: translateY(-2px);
}

/* Responsive Design */
@media (max-width: 1200px) {
   .benifit-content{
    flex-direction: column;
    /* align-items: start; */
  }
  .benifit-content .section-header{
    max-width: 100%;
  }
  .pricing-grid {
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 25px;
  }

  .pricing-card.popular {
    transform: none;
  }

  .pricing-card.popular:hover {
    transform: translateY(-8px);
  }
}

@media (max-width: 768px) {
.section-subtitle {
  font-size: 15px;
}
.section-title {
        font-size: 16px;
    }

  .pricing-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .pricing-card {
    padding: 25px;
  }

  .price-amount {
    font-size: 2.5rem;
  }
}

/* Animation for cards */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.pricing-card {
  animation: fadeInUp 0.6s ease forwards;
}

.pricing-card:nth-child(1) {
  animation-delay: 0.1s;
}
.pricing-card:nth-child(2) {
  animation-delay: 0.2s;
}
.pricing-card:nth-child(3) {
  animation-delay: 0.3s;
}
.pricing-card:nth-child(4) {
  animation-delay: 0.4s;
}
/* pricing section end here */

/* top section above section */
.header-top {
  background: var(--primary-color);
  color: white;
  padding: 8px 0;
  font-size: 14px;
}

.header-container {
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}

.contact-info {
  display: flex;
  align-items: center;
  gap: 25px;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 6px;
  color: white;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.contact-item:hover {
  opacity: 0.8;
}

.contact-icon {
  width: 14px;
  height: 14px;
  fill: white;
}

.user-actions {
  display: flex;
  align-items: center;
  gap: 15px;
}

.auth-links {
  display: flex;
  align-items: center;
  gap: 8px;
}

.auth-links a {
  color: white;
  text-decoration: none;
  font-weight: 500;
  transition: opacity 0.3s ease;
}

.auth-links a:hover {
  opacity: 0.8;
}

.auth-links #signup_link {
  padding: 0px !important;
  &:hover {
    background-color: transparent !important;
    opacity: 0.8;
  }
}
.separator {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 300;
}

.social-links {
  display: flex;
  align-items: center;
  gap: 8px;
}

.social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 3px;
  color: white;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  transition: all 0.3s ease;
}

.social-link:hover {
  background: rgba(255, 255, 255, 0.3) !important;
  transform: translateY(-1px) !important;
}

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

  .contact-info {
    gap: 15px;
  }

  .contact-item {
    font-size: 14px;
  }

  .user-actions {
    gap: 10px;
  }
}

@media (max-width: 480px) {
  .contact-info {
    display: none;
  }

  .header-container {
    justify-content: center;
  }
}
/* end top section */

/* style problem section */

.professional-services-wrapper {
  max-width: 1600px;
  margin: 0 auto;
  padding: 60px 20px;
  position: relative;
}
.services-side-back-img {
  position: absolute;
  bottom: 0;
  left: -160px;
  height: 300px;
}

.hero-content-layout {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  margin-bottom: 60px;
}

.business-images-grid {
  /* flex: 1; */
  display: flex;
  gap: 20px;
  height: 400px;
}

.main-photo-container {
  position: relative;
  /* flex: 1; */
  height: 100%;
}
.main-photo-container .rectangle-img {
  position: absolute;
  height: 100%;
  left: -22px;
  top: -13px;
}

.side-photos-stack {
  flex: 0.8;
  display: flex;
  flex-direction: column;
  gap: 15px;
  height: 100%;
}

.professional-photo-frame {
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.professional-photo-frame:hover {
  transform: translateY(-5px);
}

.professional-photo-frame.primary-image {
  border-radius: 65px 0px 65px 65px;
  height: 100%;
  max-width: 246px;
  position: relative;
  z-index: 9;
}

.professional-photo-frame.secondary-image {
  border-radius: 65px 65px 65px 0px;
  height: calc(50% - 7.5px);
}
.professional-photo-frame.third-image {
  border-radius: 0px 65px 65px 65px;
  height: calc(50% - 7.5px);
}

.professional-photo-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.problem-statement-content {
  flex: 1;
  padding-left: 20px;
}

.problem-statement-content h2 {
  font-weight: 700;
  color: #353535;
  margin-bottom: 20px;
}

.service-description-text {
  color: #718096;
  margin-bottom: 20px;
  line-height: 1.7;
}

.business-challenges-list {
  list-style: none;
  padding: 0px;
}

.business-challenges-list li {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  font-size: 15px;
  color: #4a5568;
  font-weight: 500;
}

.business-challenges-list li::before {
  content: "";
  width: 10px;
  height: 10px;
  background: var(--primary-color);
  border-radius: 50%;
  margin-right: 15px;
  flex-shrink: 0;
}

.achievements-statistics-banner {
  background: var(--primary-color);
  border-radius: 20px;
  padding: 40px 80px;
  color: white;
}

.statistics-display-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 90px;
  align-items: center;
}

.individual-stat-block {
  display: flex;
  align-items: center;
  gap: 20px;
  border-right: 1px solid #ffffff33;
}

.stat-icon-wrapper {
  width: 60px;
  height: 60px;
  /* background: rgba(255, 255, 255, 0.2); */
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.stat-icon-wrapper svg {
  width: 32px;
  height: 32px;
  fill: white;
}

.stat-numbers-text h3 {
  font-weight: 700;
  margin-bottom: 5px;
}

.stat-numbers-text p {
  opacity: 0.8;
  font-weight: 300;
  color: #fff;
}

@media (max-width: 1400px) {
  .statistics-display-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .statistics-display-grid .individual-stat-block:nth-child(2) {
    border-right: none !important;
  }
  .main-photo-container .rectangle-img {
    left: -8px;
    top: -8px;
  }
}
@media (max-width: 1024px) {
  .hero-content-layout {
    flex-direction: column;
  }

  .business-images-grid {
    /* height: 300px; */
    width: 100%;
    justify-content: center;
  }

  .problem-statement-content {
    padding-left: 0;
  }
}

@media (max-width: 768px) {
  .business-images-grid {
    /* flex-direction: column; */
    height: auto;
  }
  .service-description-text {
    font-size: 14px;
    line-height: 1.5;
  }

  .main-photo-container {
    /* height: 250px; */
  }

  .professional-photo-frame.secondary-image {
    height: 100%;
  }
  .professional-photo-frame.third-image {
    height: 100%;
  }

  .statistics-display-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 50px;
  }
  .statistics-display-grid .individual-stat-block {
    border-right: none !important;
  }
  .individual-stat-block {
    flex-direction: column;
    text-align: center;
  }
}

@media screen and (max-width: 500px) {
  .testimonial-right {
    left: -68px;
    height: 200px;
  }
  .main-photo-container {
    height: 250px;
  }
}
@media screen and (max-width: 682px) {
  .side-photos-stack {
    height: auto;
  }
}

.benifit-content {
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 80px 20px;
  max-width: 1600px;
  margin: 0 auto;
}
.section-header {
  /* margin-bottom: 60px; */
  width: 100%;
  max-width: 600px;
}

.section-subtitle {
  color: var(--primary-color);
  font-size: 16px;
  /* font-weight: 600; */
  margin-bottom: 0px;
  letter-spacing: 0.025em;
}

.section-title {
  color: #000;
  font-size: 17px;
  line-height: 1.2;
  margin-bottom: 0;
  margin-top: 5px;
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  width: 100%;
}

.benefit-card {
  background: white;
  border-radius: 12px;
  padding: 16px;
  /* box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); */
  /* border: 1px solid #f1f5f9; */
  transition: all 0.2s ease;
}

.benefit-card:hover {
  /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); */
  /* transform: translateY(-2px); */
}

.benefit-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}

.benefit-icon {
  width: 24px;
  height: 24px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
}

.benefit-icon.outdated {
  background-color: var(--primary-color);
  &:hover {
    background-color: var(--primary-btn);
  }
}

.benefit-icon.time {
  background-color: var(--primary-color);
  &:hover {
    background-color: var(--primary-btn);
  }
}

.benefit-icon.data {
  background-color: var(--primary-color);
  &:hover {
    background-color: var(--primary-btn);
  }
}

.benefit-icon.process {
  background-color: var(--primary-color);
  &:hover {
    background-color: var(--primary-btn);
  }
}

.benefit-title {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  margin: 0;
}

.benefit-description {
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}

/* Icons using Unicode/Emoji */
.benefit-icon::after {
  color: white;
  font-size: 20px;
}


/* Responsive Design */
@media (max-width: 768px) {
  .benifit-content{
    padding: 40px 20px;

  }
  .benefits-section {
    padding: 60px 16px;
  }

  .section-title {
    font-size: 15px;
  }

  .benefits-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}

@media (max-width: 480px) {
  .benefits-section {
    padding: 40px 16px;
  }

  .section-title {
    font-size: 15px;
  }

  .benefit-description {
    font-size: 14px;
  }

  .benefit-icon {
    width: 40px;
    height: 40px;
  }
}

@media (min-width: 1024px) {
  .benefits-grid {
    gap: 30px;
  }
}
/* end problem section */

/* Features styles */
.feature-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 25px;
  position: relative;
}

.feature-item:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 19px;
  top: 40px;
  width: 1px;
  height: 100%;
  background-image: repeating-linear-gradient(
    to bottom,
    #7f3dc3 0px,
    #7f3dc3 6px,
    transparent 2px,
    transparent 12px
  );
}

.icon-wrapper {
  background: var(--primary-color);
  width: 43px;
  height: 43px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  flex-shrink: 0;
  box-shadow: 0 4px 12px rgba(139, 92, 246, 0.3);
}

.icon-wrapper img {
  /* width: 20px; */
  height: 23px;
  fill: white;
}

.content {
  flex: 1;
}

.feature-title {
  /* font-size: 1.25rem; */
  font-weight: 600;
  color: #1a1a1a;
  font-size: 20px;
  margin-bottom: 8px;
  margin-top: 0px;
}

.feature-description {
  /* font-size: 0.95rem; */
  /* color: #6b7280; */
  font-size: 14px;
  line-height: 1.8;
}

.highlight {
  font-weight: 600;
  /* color: #4b5563; */
  font-size: 14px;
}

/* end features sryle */

/* Contact us section styles */

.contact-main-wrapper {
  padding: 60px 20px;
}
.contact-container {
  padding: 20px;
  border-radius: 20px;
  background-color: #f2f2f2;
  display: flex;
  max-width: 1600px;
  margin: 0 auto;
  gap: 80px;
  align-items: stretch;
}

.contact-form {
  /*background: var(--primary-color);
  border-radius: 20px;*/
  position: relative;
  top: 20em;
  padding: 40px;
  flex: 1;
  color: white;
  box-shadow: 0 10px 30px rgba(139, 92, 246, 0.3);
  height: 50%;
}

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

.form-subtitle {
  font-size: 16px;
  margin-bottom: 10px;
  opacity: 0.9;
  text-align: center;
  color:black;
}

.form-title {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}

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

.form-row {
  display: flex;
  gap: 15px;
}

.form-input {
  width: 100%;
  padding: 10px 15px;
  border: none;
  border-radius: 15px;
  font-size: 16px;
  outline: none;
  background: white;
  color: black;
}

.form-input::placeholder {
  color: lightgray;
}

.form-textarea {
  width: 100%;
  padding: 15px 20px;
  border: none;
  border-radius: 15px;
  font-size: 16px;
  outline: none;
  background: white;
  color: black;
  resize: vertical;
  min-height: 120px;
  /* font-family: "Rockwell", sans-serif; */
}

.form-textarea::placeholder {
  color: black;
}

.strikethrough-text {
  text-decoration: line-through;
}

.submit-btn {
  background: var(--primary-btn);
  border: none;
  padding: 15px 40px;
  /*border-radius: 15px;*/
  color: white;
  font-size: 14px;
  font-weight: 300;
  cursor: pointer;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
  width: 100%;
  justify-content: center;
}

.submit-btn:hover {
  background: var(--hover-color);
  transform: translateY(-2px);
}

.contact-us-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 40px;
  /* margin-top: 30px; */
  justify-content: center;
}
.contact-professionals-right {
  position: absolute;
  right: 0;
  height: 424px;
  bottom: 0;
}
.info-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  /* background: white; */
  /* padding: 10px; */
  border-radius: 15px;
  /* box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); */
}

.info-icon {
  width: 50px;
  height: 50px;
  background: var(--primary-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 18px;
  flex-shrink: 0;
}

.info-content h3 {
  font-size: 18px;
  color: #333;
  margin-bottom: 5px;
  font-weight: 600;
  margin-top: 0px;
}

.info-content p {
  /* color: #666; */
  font-size: 14px;
  line-height: 1.4;
  color: #000;
  margin-bottom: 0px;
}

.team-image {
  background: url(../img/contact-right-bottom.jpg) center/cover;
  border-radius: 15px;
  height: 250px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  position: relative;
}
@media (max-width: 1024px) {
  .contact-container {
    flex-direction: column;
    gap: 30px;
  }
}
/* Responsive Design */
@media (max-width: 768px) {
  .submit-btn {
    padding: 10px 20px;
  }
  .form-input {
    padding: 10px 15px;
  }
  .form-group {
    margin-bottom: 15px;
  }
  .contact-us-info {
    gap: 20px;
  }
  .contact-professionals-right {
    height: 300px;
  }
  .contact-container {
    flex-direction: column;
    gap: 30px;
  }

  .contact-form {
    padding: 30px 25px;
  }

  .form-title {
    font-size: 28px;
  }

  .form-row {
    flex-direction: column;
    gap: 15px;
  }

  .form-input,
  .form-textarea {
    font-size: 16px;
  }

  .info-item {
    padding: 8px;
  }

  .info-content h3 {
    font-size: 16px;
  }

  .info-content p {
    font-size: 14px;
  }

  .team-image {
    height: 150px;
  }
}

@media (max-width: 480px) {
  .feature-description {
    font-size: 14px;
    line-height: 1.5;
  }
  .highlight {
    font-size: 14px;
    font-weight: 600;
    color: #4b5563;
  }
  .feature-title {
    font-size: 16px;
  }
  .team-image {
    height: 100px;
  }
  .contact-professionals-right {
    height: 150px;
  }
  .contact-form {
    padding: 25px 20px;
  }

  .form-title {
    font-size: 24px;
  }

  .form-subtitle {
    font-size: 14px;
  }

  .form-input,
  .form-textarea,
  .submit-btn {
    font-size: 14px;
  }

  .info-content h3 {
    font-size: 15px;
  }

  .info-content p {
    font-size: 14px;
  }

  .info-icon {
    width: 35px;
    height: 35px;
    font-size: 16px;
  }
}
/* end of contact us styles */

/* start FAQ styles */
.faq-container {
  max-width: 1600px;
  margin: 0 auto;
  background: white;
  /* border: 2px solid #3498db; */
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  padding: 60px 20px;
}

.faq-content {
  display: flex;
  justify-content: space-between;
  gap: 100px;
  align-items: center;
}

.faq-left {
  background: white;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.faq-title {
  font-size: 28px;
  font-weight: 700;
  color: #2c3e50;
  line-height: 1.3;
  margin-bottom: 40px;
}

.faq-image-container {
  width: 100%;
  overflow: hidden;
  height: 300px;
  position: relative;
}

.faq-image-container img {
  height: 100%;
  object-fit: cover;
}

.faq-page {
  width: 120px;
  height: 160px;
  background: #f8f8f8;
  border-radius: 8px;
  position: absolute;
  right: 50px;
  top: 30px;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
  border: 1px solid #ddd;
}

/* .faq-right {
  padding: 20px 40px 40px 40px;
  background: white;
} */
.faq-right .faq-item:not(:last-child) {
  margin-bottom: 20px;
}

.faq-item {
  border: 1px solid #e8e8e8;
  transition: 0.3s ease forwards;
}

.faq-question {
  padding: 20px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: start;
  font-size: 14px;
  font-weight: 400;
  color: #2c3e50;
  transition: all 0.3s ease;
}

.faq-question:hover {
  color: var(--primary-color);
}
.on-banner-btns {
  display: flex;
  align-items: center;
  gap: 10px;
  /* justify-content: center; */
}

.faq-toggle {
  font-size: 18px;
  font-weight: 600;
  color: #2c3e50;
  /* width: 30px;
  height: 30px; */
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
  flex-shrink: 0;
}

.faq-item.active .faq-toggle {
  transform: rotate(180deg);
  color: white;
}

.faq-item.active .faq-question {
  color: white;
  border-bottom: 1px solid #ffffff1a;
  background: var(--primary-color);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  background: var(--primary-color);
  color: white;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  padding: 0 40px;
}

.faq-answer.active {
  height: auto;
  padding: 20px;
  max-height: max-content;
}

.faq-answer-text {
  font-size: 14px;
  line-height: 1.5;
}

.faq-stats {
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--primary-color);
  color: white;
  padding: 6px 16px;
  border-radius: 15px;
  font-size: 14px;
  font-weight: 600;
  box-shadow: 0 2px 8px rgba(52, 152, 219, 0.4);
}

/* Responsive Design */
@media (max-width: 1024px) {
  .faq-content {
    flex-direction: column;
    gap: 40px;
  }

  .faq-image-container {
    /* width: 240px; */
    height: 250px;
  }

  .faq-book,
  .faq-page {
    width: 100px;
    height: 130px;
  }

  .faq-book::after {
    font-size: 20px;
  }

  .question-mark {
    width: 40px;
    height: 40px;
    font-size: 26px;
  }
}

@media (max-width: 768px) {
  .faq-container {
    padding: 30px 20px;
  }
  .contact-main-wrapper {
    padding: 30px 20px;
  }
  .faq-content {
    flex-direction: column;
    gap: 30px;
  }

  .faq-title {
    font-size: 28px;
  }

  .faq-image-container {
    /* width: 250px; */
    height: 200px;
    margin: 0 auto;
  }

  .faq-question {
    font-size: 16px;
  }

  .faq-answer.active {
    padding: 15px 20px;
  }
}

@media (max-width: 480px) {
  .faq-title {
    font-size: 24px;
  }

  .faq-answer-text {
    font-size: 14px;
  }
}

/* end of FAQ styles */

/* Footer styles */

.ld-footer-wrapper {
  background: #252525;
  color: white;
  padding: 60px 0 20px;
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
}

.ld-footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}

.ld-newsletter-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
  padding-bottom: 40px;
  border-bottom: 1px solid #444;
}

.ld-newsletter-content h2 {
  font-size: 36px;
  font-weight: 300;
  margin-bottom: 8px;
  color: white;
}

.ld-newsletter-content p {
  font-size: 16px;
  color: #bbb;
  font-weight: 300;
}

.ld-newsletter-form {
  position: relative;
}

.ld-newsletter-input {
  width: 400px;
  padding: 12px 60px 12px 20px;
  border: none;
  border-radius: 10px;
  background: white;
  font-size: 14px;
  outline: none;
  color: #000;
}

.ld-newsletter-input::placeholder {
  color: #999;
}

.ld-newsletter-btn {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  background: #1c212b;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;
}

.ld-newsletter-btn:hover {
  background: #555;
}

.ld-newsletter-btn::after {
  content: "→";
  color: white;
  font-size: 18px;
  font-weight: bold;
}

.ld-footer-main {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 60px;
  margin-bottom: 40px;
}

.ld-footer-brand {
  display: flex;
  flex-direction: column;
}

.ld-brand-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}

.ld-brand-logo {
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, #6366f1, #8b5cf6);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 18px;
  font-weight: bold;
}

.ld-brand-name {
  font-size: 20px;
  font-weight: 600;
  color: white;
}

.ld-brand-description {
  font-size: 14px;
  line-height: 1.6;
  color: white;
  margin-bottom: 30px;
}

.ld-app-buttons {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.ld-app-btn {
  display: inline-block;
  width: 140px;
  height: 42px;
  background: #333;
  border: 1px solid #555;
  border-radius: 8px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: white;
  font-size: 12px;
  transition: background 0.3s ease;
}

.ql-underline-container {
  position: relative;
  width: 100%;
  height: 2px;
  background: #444;
}

.ql-underline-accent {
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 2px;
  background: var(--primary-color);
  border-radius: 1px;
}

.ld-app-btn:hover {
  background: #444;
}
.ld-app-btn:hover a {
  color: #000;
}

.ld-footer-column {
  display: flex;
  flex-direction: column;
}

.ld-footer-column h3 {
  font-size: 18px;
  font-weight: 600;
  color: white;
  margin-bottom: 15px;
}
.ld-footer-column-wrap {
  margin-bottom: 10px;
}

.ld-footer-links {
  list-style: none;
  padding: 0;
}

.ld-footer-links li {
  margin-bottom: 12px;
}

.ld-footer-links a {
  color: white;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s ease;
}

.ld-footer-links a:hover {
  color: white;
}

.ld-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 15px;
}

.ld-contact-icon {
  height: 40px;
  width: 40px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 14px;
  flex-shrink: 0;

  margin-top: 2px;
  border: 1px solid #ffffff26;
  /* padding: 8px; */
}

.ld-contact-info {
  flex: 1;
}

.ld-contact-label {
  font-size: 14px;
  color: #d4d4d4;
  margin-bottom: 2px;
}

.ld-contact-value {
  font-size: 14px;
  color: white;
  line-height: 1.4;
  &:hover {
    color: white;
  }
}

.ld-footer-bottom {
  text-align: center;
  padding-top: 20px;
  border-top: 1px solid #444;
  color: #fff;
  font-size: 14px;
}

.ld-footer-bottom p {
  color: #fff;
}

@media (max-width: 1024px) {
  .ld-footer-container {
    padding: 0 30px;
  }

  .ld-newsletter-input {
    width: 350px;
  }

  .ld-footer-main {
    gap: 40px;
  }
}

@media (max-width: 768px) {
  .ld-newsletter-content p {
    font-size: 14px;
  }
  .ld-newsletter-section {
    flex-direction: column;
    gap: 30px;
    text-align: center;
  }

  .ld-newsletter-content h2 {
    font-size: 28px;
  }

  .ld-newsletter-input {
    width: 300px;
  }

  .ld-footer-main {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }

  .ld-footer-container {
    padding: 0 20px;
  }
}

@media (max-width: 480px) {
  .ld-footer-wrapper {
    padding: 40px 0 20px;
  }

  .ld-newsletter-section {
    margin-bottom: 40px;
  }

  .ld-newsletter-content h2 {
    font-size: 24px;
  }

  .ld-newsletter-input {
    width: 280px;
  }

  .ld-footer-main {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .ld-app-buttons {
    flex-direction: row;
    justify-content: center;
  }
}
/* End of footer styles */

@media screen and (max-width: 376px) {
  .primary-btn {
    font-size: 12px;
  }
  .professional-photo-frame.primary-image {
    max-width: 190px;
  }
  .side-photos-stack {
    flex: 1;
  }
}

@media screen and (max-width: 350px) {
  .on-banner-btns {
    flex-direction: column;
  }
  .on-banner-btns a {
    width: 100%;
    text-align: center;
  }
}

/* navbar styles */

.navbar {
  /* position: fixed; */
  top: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  z-index: 1000;
  transition: all 0.3s ease;
  margin-bottom: 0px !important;
}

.navbar-container {
  /* max-width: 1200px; */
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 70px;
}

/* Brand/Logo */
.navbar-brand {
  flex-shrink: 0;
}

.brand-link {
  font-size: 24px;
  font-weight: 700;
  color: #2c3e50;
  text-decoration: none;
  letter-spacing: -0.5px;
}

.brand-link:hover {
  color: var(--primary-color);
  transition: color 0.3s ease;
}

/* Desktop Navigation */
.navbar-menu {
  display: flex;
  align-items: center;
}

.navbar-nav {
  display: flex;
  list-style: none;
  align-items: center;
  gap: 30px;
}

.nav-item {
  position: relative;
}

.nav-link {
  color: #000;
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
  padding: 8px 0;
  position: relative;
  transition: color 0.3s ease;
}

.nav-link:hover {
  color: var(--primary-color);
  text-decoration: none;
}

.nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--primary-btn);
  transition: width 0.3s ease;
}

.nav-link:hover::after {
  width: 100%;
}

/* Desktop Actions */
.navbar-actions {
  display: flex;
  align-items: center;
  gap: 20px;
}

.signup-btn {
  background: var(--primary-color);
  color: white !important;
  padding: 8px 20px;
  /*border-radius: 10px;*/
  transition: all 0.3s ease;
  /* font-weight: 600; */
}

.signup-btn:hover {
  background: var(--primary-btn);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(52, 152, 219, 0.3);
}

.signup-btn::after {
  display: none;
}

.phone-link {
  color: #27ae60;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  padding: 8px 15px;
  border: 2px solid #27ae60;
  border-radius: 20px;
  transition: all 0.3s ease;
}

.phone-link:hover {
  background: #27ae60;
  color: white;
}

/* Mobile Toggle Button */
.mobile-toggle {
  display: none;
  flex-direction: column;
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
  z-index: 1001;
  transition: transform 0.3s ease;
}

.hamburger-line {
  width: 25px;
  height: 3px;
  background: #333;
  margin: 3px 0;
  transition: all 0.3s ease;
  border-radius: 2px;
}

.mobile-toggle.active {
  transform: rotate(0deg);
}

.mobile-toggle.active .hamburger-line:nth-child(1) {
  transform: rotate(45deg) translate(6px, 6px);
}

.mobile-toggle.active .hamburger-line:nth-child(2) {
  opacity: 0;
}

.mobile-toggle.active .hamburger-line:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}

/* Mobile Overlay */
.mobile-overlay {
  position: fixed;
  top: -1px;
  left: -1px;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 999;
}

.mobile-overlay.active {
  opacity: 1;
  visibility: visible;
}

/* Mobile Menu */
.mobile-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 320px;
  height: 100vh;
  background: white;
  box-shadow: -5px 0 20px rgba(0, 0, 0, 0.1);
  transition: right 0.3s ease;
  z-index: 1000;
  overflow-y: auto;
}

.mobile-menu.active {
  right: 0;
}

.mobile-menu-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 25px;
  border-bottom: 1px solid #eee;
  background: #f8f9fa;
}

.mobile-menu-header h3 {
  font-size: 20px;
  font-weight: 700;
  color: #2c3e50;
}

.close-btn {
  background: none;
  border: none;
  font-size: 30px;
  cursor: pointer;
  color: #666;
  padding: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.close-btn:hover {
  background: #e9ecef;
  color: #333;
}

.mobile-menu-content {
  padding: 20px;
}

.mobile-nav {
  list-style: none;

  padding: 0;
}

.mobile-nav-link {
  color: #000;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  display: block;
  padding: 9px 0;
  border-bottom: 1px solid transparent;
}

.mobile-nav-link:hover {
  color: var(--primary-color);
  padding-left: 10px;
}

.mobile-auth {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 30px;
  padding-top: 20px;
  border-top: 1px solid #eee;
}

.mobile-auth-link {
  color: #555;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  padding: 8px 14px;
  border-radius: 10px;
  text-align: center;
  transition: all 0.3s ease;
  border: 1px solid transparent;
}

.mobile-auth-link:first-child {
  border-color: var(--primary-color);
  color: var(--primary-color);
}

.mobile-auth-link:first-child:hover {
  background: var(--primary-color);
  color: white;
  text-decoration: none;
}

.mobile-auth .signup-btn {
  background: var(--primary-color);
  color: white !important;
  border-color: var(--primary-color);

  text-decoration: none;
}

.mobile-auth .signup-btn:hover {
  background: var(--primary-btn);
  border-color: var(--primary-btn);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(52, 152, 219, 0.3);
}

.mobile-contact {
  padding-top: 20px;
  border-top: 1px solid #eee;
  text-align: center;
}

.mobile-phone {
  color: #27ae60;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  padding: 12px 20px;
  border: 2px solid #27ae60;
  border-radius: 25px;
  display: inline-block;
  transition: all 0.3s ease;
}

.mobile-phone:hover {
  background: #27ae60;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(39, 174, 96, 0.3);
}

/* Responsive Design */
@media (max-width: 991px) {
  .navbar-menu,
  .navbar-actions,
  .banner-left-img {
    display: none;
  }

  .mobile-toggle {
    display: flex;
  }
}

@media (min-width: 992px) {
  .mobile-toggle,
  .mobile-overlay,
  .mobile-menu {
    display: none !important;
  }
}

/* Mobile Menu Animation Enhancement */
@media (max-width: 991px) {
  .mobile-menu {
    transform: translateX(100%);
    transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }

  .mobile-menu.active {
    transform: translateX(0);
  }

  .mobile-nav-link {
    opacity: 0;
    transform: translateX(20px);
    animation: slideInRight 0.4s ease forwards;
  }

  .mobile-menu.active .mobile-nav-link:nth-child(1) {
    animation-delay: 0.1s;
  }
  .mobile-menu.active .mobile-nav-link:nth-child(2) {
    animation-delay: 0.15s;
  }
  .mobile-menu.active .mobile-nav-link:nth-child(3) {
    animation-delay: 0.2s;
  }
  .mobile-menu.active .mobile-nav-link:nth-child(4) {
    animation-delay: 0.25s;
  }
  .mobile-menu.active .mobile-nav-link:nth-child(5) {
    animation-delay: 0.3s;
  }
}

@keyframes slideInRight {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.nav-link:focus {
  text-decoration: none;
  color: var(--primary-color);
}

/* Enhanced Hover States */
.nav-link,
.mobile-nav-link,
.mobile-auth-link,
.mobile-phone {
  position: relative;
  overflow: hidden;
}

.body-no-scroll {
  overflow: hidden;
}

/* end new navbar style */

/*  */
