:root,
[data-bs-theme=light] {
  --bs-body-bg: #ffffff;
  --bs-body-color: #494B5B;
  --bs-primary: #bb810e;
  --bs-primary-rgb: 33, 92, 92;
  --bs-primary-hover: #684500;
  --bs-primary-hover-rgb: 20, 75, 75;
  --bs-secondary: #CCE8C9;
  --bs-secondary-rgb: 204, 232, 201;
  --bs-heading-color: #16181B;
  --inverse-color: #494B5B;
  --inverse-color-rgb: 73, 75, 91;
  --bs-link-color: var(--bs-primary);
  --nav-bg: #ffffff;
  --nav-color: #fff;
  --nav-hover-color: #1f6bff;
  --dropdown-bg: #ffffff;
  --dropdown-color: #1f6bff;
  --dropdown-hover-bg: #f7f7f7;
  --nav-inverse: #000000;
  --nav-inverse-alt: #ffffff;
}

/* body {
  font: 1rem/1.7 "Inter", sans-serif;
  background-color: var(--bs-body-bg);
  color: var(--bs-body-color);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
} */

.site-wrap {
  position: relative;
}

::-moz-selection {
  background-color: var(--bs-black);
  color: var(--bs-white);
}

::selection {
  background-color: var(--bs-black);
  color: var(--bs-white);
}

a {
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  color: var(--bs-primary);
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--bs-heading-color);
}

.container {
  max-width: 1140px;
}

.section {
  padding: 70px 0;
  scroll-margin-top: 60px;
}

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

.section.first-section {
  padding-top: 100px;
}

@media (min-width: 992px) {
  .section.first-section {
    padding-top: 130px;
  }
}

.text-heading-color {
  color: var(--bs-heading-color);
}

.shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.25rem 0 rgba(var(--bs-black-rgb), 0.05) !important;
  box-shadow: 0 0.125rem 0.25rem 0 rgba(var(--bs-black-rgb), 0.05) !important;
}

.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem 0 rgba(var(--bs-black-rgb), 0.05) !important;
  box-shadow: 0 0.5rem 1rem 0 rgba(var(--bs-black-rgb), 0.05) !important;
}

.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem 0 rgba(var(--bs-black-rgb), 0.05) !important;
  box-shadow: 0 1rem 3rem 0 rgba(var(--bs-black-rgb), 0.05) !important;
}

.list-checked {
  padding: 0;
  margin: 0;
  color: var(--bs-body-color);
}

.list-checked li {
  position: relative;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  gap: 10px;
}

.list-checked li i {
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  display: inline-block;
  background-color: rgba(var(--bs-primary-rgb), 0.1);
  border-radius: 50%;
  color: var(--bs-primary);
  font-size: 20px;
}

.list-checked li:before {
  position: absolute;
  display: inline-block;
  left: 0;
  content: "";
  vertical-align: -0.125em;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 1.5625rem 1.5625rem;
  width: 1.5625rem;
  height: 1.5625rem;
}

.btn {
  padding: 12px 20px;
  background-color: var(--bs-primary);
  color: var(--bs-white);
  border: 1px solid transparent;
  border-radius: 7px;
  font-weight: 600;
  position: relative;
}

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

.btn.btn-white.hover-outline {
  background-color: var(--bs-white) !important;
  color: var(--bs-black) !important;
  border: 1px solid transparent !important;
}

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

.btn.btn-white-outline {
  border: 1px solid rgba(var(--inverse-color-rgb), 0.2) !important;
  color: var(--inverse-color) !important;
  background-color: transparent;
}

.btn.btn-white-outline:hover,
.btn.btn-white-outline:focus,
.btn.btn-white-outline:active {
  background-color: transparent !important;
  border: 1px solid rgba(var(--inverse-color-rgb), 0.5) !important;
}

.block-squares {
  position: absolute;
  bottom: -12px;
  right: 0;
  z-index: 1;
  width: auto;
}

.form-control {
  padding-top: 10px;
  padding-bottom: 10px;
  border-width: 1px;
  font-size: 16px;
  background-color: transparent;
  border-color: rgba(var(--inverse-color-rgb), 0.1);
}

.form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: var(--bs-primary);
}

.a-link i {
  font-size: 26px;
  margin-left: 10px;
  -webkit-transition: 0.25s all ease-in-out;
  transition: 0.25s all ease-in-out;
}

.a-link:hover i {
  margin-left: 15px;
}

.page-title {
  padding-top: 100px !important;
  padding-bottom: 50px !important;
  background-color: rgba(var(--inverse-color-rgb), 0.03);
}

.special-link .icons {
  display: inline-block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  border: 1px solid rgba(var(--inverse-color-rgb), 0.2);
}

.special-link .icons i {
  font-size: 25px;
  position: relative;
  display: inline-block;
  position: absolute;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.special-link .icons i.icon-1 {
  opacity: 1;
  visibility: visible;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.special-link .icons i.icon-2 {
  opacity: 0;
  visibility: hidden;
  top: 80%;
  left: 20%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.special-link:hover .icons .icon-1 {
  opacity: 0;
  visibility: hidden;
  top: 20%;
  left: 80%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.special-link:hover .icons .icon-2 {
  opacity: 1;
  visibility: visible;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}




@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.hero__v6 {
  padding: 7rem 0 !important;
}

.hero__v6 .hero-subtitle {
  background: color-mix(in srgb, var(--bs-secondary), transparent 70%);
  color: var(--bs-primary);
  display: inline-block;
  padding: 5px 12px;
  border-radius: 7px;
  font-weight: 600;
  font-size: 0.75rem;
  margin-bottom: 10px;
}

.hero__v6 .hero-title {
  font-size: 48px;
}

@media (max-width: 1199.98px) {
  .hero__v6 .hero-title {
    font-size: 40px;
  }
}

@media (max-width: 991.98px) {
  .hero__v6 .hero-title {
    font-size: 30px;
  }
}

.hero__v6 .logos .logos-title {
  font-size: 12px;
  letter-spacing: 1px;
  color: color-mix(in srgb, var(--bs-primary), transparent 10%);
}

.hero__v6 .logos img {
  width: 140px;
}

.hero__v6 .hero-img {
  position: relative;
}

.hero__v6 .hero-img .img-main {
  position: relative;
  z-index: 9;
}

.hero__v6 .hero-img .img-card {
  z-index: 10;
  border-radius: 20px;
  -webkit-box-shadow: 0 15px 40px 0 rgba(var(--bs-black-rgb), 0.1);
  box-shadow: 0 15px 40px 0 rgba(var(--bs-black-rgb), 0.1);
  position: absolute;
  max-width: 280px;
  bottom: -40px;
  left: -60px;
}

@media (max-width: 991.98px) {
  .hero__v6 .hero-img .img-card {
    left: 10px;
    max-width: 380px;
  }
}

@media (max-width: 575.98px) {
  .hero__v6 .hero-img .img-card {
    left: 10px;
    max-width: 150px;
  }
}

.features__v2 .icon {
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  background-color: var(--bs-secondary);
  color: var(--bs-primary);
}

.features__v2 .content {
  background-color: rgba(var(--bs-secondary-rgb), 0.2);
}

.features__v2 .btn-play i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  background-color: var(--bs-white);
  color: var(--bs-primary);
}

.about__v4 .subtitle {
  background-color: rgba(var(--bs-secondary-rgb), 0.2);
  color: var(--bs-primary);
  display: inline-block;
  padding: 5px 12px;
  border-radius: 7px;
  font-weight: 600;
  font-size: 0.75rem;
  margin-bottom: 10px;
}

.about__v4 .features li .icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  background-color: var(--bs-primary);
  color: var(--bs-white);
}

.about__v4 .mission-statement {
  background-color: var(--bs-primary);
  position: relative;
  bottom: -20px;
  width: 100%;
}

.about__v4 .mission-statement h3 {
  font-size: 10px;
  color: var(--bs-secondary);
}

.about__v4 .mission-statement p {
  color: var(--bs-white);
}

.about__v4 .mission-icon {
  width: 50px;
  height: 50px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
  line-height: 50px;
  display: inline-block;
  background-color: rgba(var(--bs-secondary-rgb), 0.1);
}

.about__v4 .mission-icon i {
  color: var(--bs-secondary);
}

.pricing__v2 .subtitle {
  background-color: rgba(var(--bs-secondary-rgb), 0.2);
  color: var(--bs-primary);
  display: inline-block;
  padding: 5px 12px;
  border-radius: 7px;
  font-weight: 600;
  font-size: 0.75rem;
  margin-bottom: 10px;
}

.pricing__v2 .price-table {
  border: 1px solid rgba(var(--inverse-color-rgb), 0.2);
}

.pricing__v2 .price-table .price {
  color: var(--bs-heading-color);
}

.pricing__v2 .price-table .price strong {
  font-size: 40px;
}

.pricing__v2 .price-table .icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20px;
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border: 1px solid rgba(var(--bs-white-rgb), 0.2);
}

.pricing__v2 .popular {
  background-color: var(--bs-primary);
  color: var(--bs-white);
}

.pricing__v2 .popular .price {
  color: var(--bs-secondary);
}

.pricing__v2 .popular h3 {
  color: var(--bs-white);
}

.pricing__v2 .popular p {
  color: var(--bs-white);
}

.pricing__v2 .popular .pricing-features h4 {
  font-size: 12px;
  color: var(--bs-secondary);
}

.howitworks__v1 .subtitle {
  background-color: rgba(var(--bs-secondary-rgb), 0.2);
  color: var(--bs-primary);
  display: inline-block;
  padding: 5px 12px;
  border-radius: 7px;
  font-weight: 600;
  font-size: 0.75rem;
  margin-bottom: 10px;
}

.howitworks__v1 .step-card {
  position: relative;
}

.howitworks__v1 .step-card .step-number {
  width: 60px;
  height: 60px;
  line-height: 60px;
  display: inline-block;
  color: var(--bs-secondary);
  background-color: var(--bs-primary);
  font-size: 18px;
}

.howitworks__v1 .arch-line {
  position: absolute;
  top: 15px;
  width: 150px;
  right: 0;
  left: calc(100% + 24px);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (max-width: 991.98px) {
  .howitworks__v1 .arch-line {
    display: none;
  }
}

.howitworks__v1 .arch-line.reverse {
  top: 20px;
}

.services__v3 {
  background: linear-gradient(135deg, #000000 0%, #1a1a1a 25%, #bb810e 50%, #1a1a1a 75%, #000000 100%);
  background-size: 400% 400%;
  /* animation: gradientShift 15s ease infinite; */
  position: relative;
  overflow: hidden;
}

.services__v3::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 20% 50%, rgba(187, 129, 14, 0.2) 0%, transparent 50%),
    radial-gradient(circle at 80% 80%, rgba(187, 129, 14, 0.15) 0%, transparent 50%);
  pointer-events: none;
}

@keyframes gradientShift {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.services__v3 .container {
  position: relative;
  z-index: 1;
}

.services__v3 .subtitle {
  background: linear-gradient(135deg, rgba(187, 129, 14, 0.3), rgba(187, 129, 14, 0.15));
  color: #bb810e;
  display: inline-block;
  padding: 8px 20px;
  border-radius: 25px;
  font-weight: 700;
  font-size: 0.75rem;
  margin-bottom: 10px;
  letter-spacing: 1.5px;
  border: 1px solid rgba(187, 129, 14, 0.3);
  backdrop-filter: blur(10px);
  text-transform: uppercase;
}

.services__v3 h2 {
  color: #ffffff;
  font-weight: 700;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.services__v3 .service-card {
  background: linear-gradient(135deg, rgba(26, 26, 26, 0.95), rgba(0, 0, 0, 0.9));
  border: 1px solid rgba(187, 129, 14, 0.2);
  backdrop-filter: blur(10px);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.services__v3 .service-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(187, 129, 14, 0.1), transparent);
  transition: left 0.6s;
}

.services__v3 .service-card:hover::before {
  left: 100%;
}

.services__v3 .service-card::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(187, 129, 14, 0.1) 0%, transparent 50%);
  opacity: 0;
  transition: opacity 0.4s;
}

.services__v3 .service-card:hover {
  transform: translateY(-10px);
  border-color: #bb810e;
  box-shadow: 0 20px 40px rgba(187, 129, 14, 0.3),
    0 0 0 1px rgba(187, 129, 14, 0.5) inset;
}

.services__v3 .service-card:hover::after {
  opacity: 1;
}

.services__v3 .icon {
  display: inline-block;
  position: relative;
  color: #bb810e !important;
  transition: all 0.4s ease;
}

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

.services__v3 .icon::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 60px;
  height: 60px;
  right: -15px;
  bottom: -5px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(187, 129, 14, 0.3), rgba(187, 129, 14, 0.1));
  transition: all 0.4s ease;
  box-shadow: 0 0 20px rgba(187, 129, 14, 0.4);
}

.services__v3 .service-card:hover .icon::before {
  transform: scale(1.2);
  box-shadow: 0 0 30px rgba(187, 129, 14, 0.6);
}

.services__v3 .icon svg {
  width: 55px;
  height: 55px;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
}

.services__v3 h3 {
  color: #ffffff;
  font-weight: 600;
  transition: color 0.3s ease;
}

.services__v3 .service-card:hover h3 {
  color: #bb810e;
}

.services__v3 p {
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.7;
  transition: color 0.3s ease;
}

.services__v3 .service-card:hover p {
  color: rgba(255, 255, 255, 0.95);
}

.services__v3 .special-link {
  color: #bb810e;
  font-weight: 600;
  transition: all 0.3s ease;
  position: relative;
  padding-bottom: 2px;
}

.services__v3 .special-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, #bb810e, transparent);
  transition: width 0.4s ease;
}

.services__v3 .service-card:hover .special-link::after {
  width: 100%;
}

.services__v3 .special-link .icons {
  position: relative;
  width: 24px;
  height: 24px;
  overflow: hidden;
}

.services__v3 .special-link i {
  position: absolute;
  transition: transform 0.3s ease;
  font-size: 24px;
}

.services__v3 .special-link .icon-1 {
  transform: translateX(0);
}

.services__v3 .special-link .icon-2 {
  transform: translateX(-100%);
  opacity: 0;
}

.services__v3 .service-card:hover .special-link .icon-1 {
  transform: translateX(100%);
  opacity: 0;
}

.services__v3 .service-card:hover .special-link .icon-2 {
  transform: translateX(0);
  opacity: 1;
}

/* Floating animation for service cards */
.services__v3 .service-card {
  animation: float 6s ease-in-out infinite;
}

.services__v3 .service-card:nth-child(2) {
  animation-delay: 1s;
}

.services__v3 .service-card:nth-child(3) {
  animation-delay: 2s;
}

@keyframes float {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-5px);
  }
}

.services__v3 .service-card:hover {
  animation: none;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .services__v3 .icon svg {
    width: 45px;
    height: 45px;
  }

  .services__v3 .service-card {
    margin-bottom: 20px;
  }
}

.services__v3 .service-card::before,
.services__v3 .service-card::after {
  pointer-events: none;
}

.services__v3 .special-link {
  position: relative;
  z-index: 5;
  cursor: pointer;
}


.faq__v2 {
  background-color: rgba(var(--inverse-color-rgb), 0.02);
}

.faq__v2 .subtitle {
  background-color: rgba(var(--bs-secondary-rgb), 0.2);
  color: var(--bs-primary);
  display: inline-block;
  padding: 5px 12px;
  border-radius: 7px;
  font-weight: 600;
  font-size: 0.75rem;
  margin-bottom: 10px;
}

.faq__v2 .custom-accordion {
  --bs-accordion-bg: var(--bs-body-bg);
  --bs-accordion-btn-icon: url("");
  --bs-accordion-btn-active-icon: url("");
}

.faq__v2 .custom-accordion .accordion-button {
  position: relative;
  padding-right: 50px;
}

.faq__v2 .custom-accordion .accordion-button::after {
  content: "\f4fe";
  font-family: "bootstrap-icons" !important;
  font-style: normal;
  font-weight: 400 !important;
  font-variant: normal;
  text-transform: none;
  right: 20px;
  top: 15px;
  width: 18px;
  height: 14px;
  font-size: 30px;
  color: var(--inverse-color);
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  line-height: 1;
  position: absolute;
  -webkit-font-smoothing: antialiased;
}

.faq__v2 .custom-accordion .accordion-button:not(.collapsed)::after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  content: "\f2ea";
}

.faq__v2 .custom-accordion .accordion-item {
  border: none;
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.faq__v2 .custom-accordion .accordion-item .accordion-header .accordion-button {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 18px;
  font-weight: 500;
  color: var(--bs-heading-color);
  padding-top: 20px;
  padding-bottom: 20px;
  border: none;
}

.faq__v2 .custom-accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  background-color: transparent;
  color: var(--inverse-color);
  -webkit-box-shadow: 0 1px 1px rgba(var(--inverse-color-rgb), 0.05);
  box-shadow: 0 1px 1px rgba(var(--inverse-color-rgb), 0.05);
}

.faq__v2 .custom-accordion .accordion-item .accordion-body {
  border-top: none;
}

.stats__v3 .content {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: var(--bs-primary);
  color: var(--bs-white);
  overflow: hidden;
  position: relative;
}

.stats__v3 .content h3 {
  color: var(--bs-secondary);
}

.stats__v3 .content .rounded-borders {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 500px;
  height: 500px;
}

.stats__v3 .content .rounded-borders .rounded-border-1,
.stats__v3 .content .rounded-borders .rounded-border-2,
.stats__v3 .content .rounded-borders .rounded-border-3 {
  border: 1px solid var(--bs-secondary);
  width: 500px;
  height: 500px;
  border-radius: 50%;
  position: absolute;
}

.stats__v3 .content .rounded-borders .rounded-border-1 {
  right: 20px;
  top: 20px;
}

.stats__v3 .content .rounded-borders .rounded-border-2 {
  right: 40px;
  top: 40px;
}

.testimonials__v2 .subtitle {
  background-color: rgba(var(--bs-secondary-rgb), 0.2);
  color: var(--bs-primary);
  display: inline-block;
  padding: 5px 12px;
  border-radius: 7px;
  font-weight: 600;
  font-size: 0.75rem;
  margin-bottom: 10px;
}

.testimonials__v2 .testimonial {
  border: 1px solid rgba(var(--inverse-color-rgb), 0.2);
}

.testimonials__v2 .testimonial-author .author-img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
}

.contact__v2 .subtitle {
  background-color: rgba(var(--bs-secondary-rgb), 0.2);
  color: var(--bs-primary);
  display: inline-block;
  padding: 5px 12px;
  border-radius: 7px;
  font-weight: 600;
  font-size: 0.75rem;
  margin-bottom: 10px;
}

.contact__v2 .icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: 1px solid rgba(var(--inverse-color-rgb), 0.2);
  border-radius: 50%;
}

.footer {
  background-color: rgba(var(--inverse-color-rgb), 0.02);
  font-size: 15px;
}

.footer h2,
.footer h3,
.footer h4 {
  font-size: 16px;
}

.footer ul li {
  padding: 0;
  margin: 0 0 10px 0;
}

.footer a {
  color: rgba(var(--inverse-color-rgb), 0.6);
  text-decoration: none;
}

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

.footer a .badge {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  background-color: rgba(var(--bs-primary-rgb), 0.1);
  color: var(--bs-primary);
}

.footer a:hover .badge {
  background-color: rgba(var(--bs-primary-rgb), 1);
  color: var(--bs-white);
}

.footer .quick-contact i {
  color: var(--inverse-color);
}

.footer .credits {
  font-size: 13.5px;
}

#back-to-top {
  position: fixed;
  bottom: 0px;
  right: 20px;
  visibility: hidden;
  opacity: 0;
  background-color: var(--bs-primary);
  color: white;
  border: none;
  border-radius: 50%;
  padding: 10px;
  cursor: pointer;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 1000;
  width: 40px;
  height: 40px;
}

#back-to-top i {
  font-size: 24px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#back-to-top.show {
  bottom: 20px;
  opacity: 1;
  visibility: visible;
}

/* pricing start */

.pricing-container {
  max-width: 1200px;
  width: 100%;
}



.pricing-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  padding: 0 20px;
  cursor: pointer;
}

.pricing-card {
  background: white;
  border-radius: 20px;
  padding: 40px 30px;
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.pricing-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
}

.pricing-card.featured {
  background: linear-gradient(135deg, #bb810e 0%, #855800 100%);
  color: white;
  transform: scale(1.05);
}

.pricing-card.featured:hover {
  transform: scale(1.05) translateY(-10px);
}

.badge {
  background: #bb810e;
  color: #333;
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 20px;
}

.plan-name {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 15px;
}

.plan-price {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 5px;
}

.plan-price span {
  font-size: 1.2rem;
  font-weight: 400;
  opacity: 0.7;
}

.plan-duration {
  opacity: 0.7;
  margin-bottom: 30px;
}

.features1 {
  list-style: none;
  margin-bottom: 30px;
}

.features1 li {
  padding: 12px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.pricing-card.featured .features li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.features1 li:before {
  content: "✓";
  color: #667eea;
  font-weight: bold;
  margin-right: 10px;
}

.pricing-card.featured .features li:before {
  color: #ffd700;
}

.cta-button {
  width: 100%;
  padding: 15px;
  border: none;
  border-radius: 10px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.pricing-card:not(.featured) .cta-button {
  background: linear-gradient(135deg, #bb810e 0%, #664401 100%);
  color: white;
}

.pricing-card.featured .cta-button {
  background: white;
  color: #667eea;
}

.cta-button:hover {
  transform: scale(1.05);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}

@media (max-width: 768px) {
  .pricing-header h1 {
    font-size: 2rem;
  }

  .pricing-card.featured {
    transform: scale(1);
  }

  .plan-name {
    font-size: 4.5rem;
    font-weight: 700;
    margin-bottom: 15px;
  }

  .features1 li {
    font-size: 20px;
  }

  .plan-price {
    font-size: 5rem;
    font-weight: 700;
    margin-bottom: 5px;
  }

  .plan-duration {
    font-size: 20px;
    opacity: 0.7;
    margin-bottom: 30px;
  }

  .howitworks__v1 .subtitle {
    background-color: rgba(var(--bs-secondary-rgb), 0.2);
    color: var(--bs-primary);
    display: inline-block;
    padding: 5px 12px;
    border-radius: 7px;
    font-weight: 600;
    font-size: 1.75rem;
    margin-bottom: 10px;
}

.how-head{
  font-size: 20px !important;
}

.testimonials__v2 .subtitle {
    background-color: rgba(var(--bs-secondary-rgb), 0.2);
    color: var(--bs-primary);
    display: inline-block;
    padding: 5px 12px;
    border-radius: 7px;
    font-weight: 600;
    font-size: 1.75rem;
    margin-bottom: 10px;
}

}




/* enquiry form */

.form-container {
  background: white;
  border-radius: 24px;
  padding: 25px 30px;
  max-width: 550px;
  width: 100%;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  position: relative;
  overflow: hidden;
  margin: auto;
}

.form-container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 6px;
  background: linear-gradient(90deg, #bb810e 0%, #694600 50%, #e7a82a 100%);
}

.form-header {
  text-align: center;
  margin-bottom: 20px;
}

.form-header h1 {
  font-size: 2rem;
  color: #1a1a1a;
  margin-bottom: 10px;
  font-weight: 700;
}

.form-header p {
  color: #666;
  font-size: 0.95rem;
  line-height: 1.6;
}

.service-tabs {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  margin-bottom: 30px;
  background: #f8f9fa;
  padding: 8px;
  border-radius: 12px;
}

.service-tab {
  padding: 12px 8px;
  border: 2px solid transparent;
  background: white;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-weight: 500;
  font-size: 0.9rem;
  color: #555;
  text-align: center;
}

.service-tab:hover {
  border-color: #bb810e;
  transform: translateY(-2px);
}

.service-tab.active {
  background: linear-gradient(135deg, #bb810e 0%, #855800 100%);
  color: white;
  border-color: transparent;
  box-shadow: 0 4px 12px #bb810e(102, 126, 234, 0.4);
}

.form-description {
  background: #f0f4ff;
  padding: 20px;
  border-radius: 12px;
  margin-bottom: 35px;
  border-left: 4px solid #bb810e;
}

.form-description p {
  color: #444;
  font-size: 0.9rem;
  line-height: 1.6;
}

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

.form-group label {
  display: block;
  margin-bottom: 10px;
  color: #333;
  font-weight: 600;
  font-size: 0.95rem;
}

.form-group label span {
  color: #e74c3c;
  margin-left: 2px;
}

.form-control {
  width: 100%;
  padding: 16px 20px;
  border: 2px solid #e0e0e0;
  border-radius: 12px;
  font-size: 1rem;
  transition: all 0.3s ease;
  background: white;
  color: #333;
}

.form-control:focus {
  outline: none;
  border-color: #bb810e;
  box-shadow: 0 0 0 4px rgba(102, 126, 234, 0.1);
}

.form-control::placeholder {
  color: #999;
}

select.form-control {
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23666' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 20px center;
  padding-right: 45px;
}

.submit-btn {
  width: 43%;
  padding: 10px;
  background: linear-gradient(135deg, #bb810e 0%, #462e00 100%);
  color: white;
  border: none;
  border-radius: 12px;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 10px;
  box-shadow: 0 8px 20px #946403c7(102, 126, 234, 0.3);
}

.submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px #bb810e(102, 126, 234, 0.4);
}

.submit-btn:active {
  transform: translateY(0);
}

.info-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  background: #fff3cd;
  border-radius: 8px;
  font-size: 0.85rem;
  color: #856404;
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  .form-container {
    padding: 35px 25px;
  }

  .service-tabs {
    grid-template-columns: repeat(2, 1fr);
  }

  .form-header h1 {
    font-size: 1.6rem;
  }
}

.google-logo {
  width: 100%;
  max-width: 152px;
  margin: 10px 0px;
}

.rating-star {

  width: 50px;
  margin: -14px 0px -12px 0px;
}

.hero__v6 .hero-subtitle {
  background: color-mix(in srgb, var(--bs-secondary), transparent 70%);
  color: var(--bs-primary);
  display: inline-block;
  padding: 5px 12px;
  border-radius: 7px;
  font-weight: 600;
  font-size: 0.75rem;
  margin-bottom: 10px;
}



.hero__v6 .hero-title {
  font-size: 48px;
}

@media (max-width: 1199.98px) {
  .hero__v6 .hero-title {
    font-size: 40px;
  }
}

@media (max-width: 991.98px) {
  .hero__v6 .hero-title {
    font-size: 30px;
  }
}


@media(max-width:768px) {
  .hero__v6 .hero-subtitle {
    font-size: 1.75rem;
  }

  .head-btn {
    font-size: 15px;
  }
}


/* why-enquiry-btn */



#enquiryModal .modal-content {
  overflow: hidden;
  animation: slideIn 0.4s ease;
}

@keyframes slideIn {
  from {
    transform: translateY(20px);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

#enquiryModal input,
#enquiryModal textarea {
  border-radius: 10px;
  border: 1px solid #dee2e6;
  box-shadow: none;
}

#enquiryModal input:focus,
#enquiryModal textarea:focus {
  border-color: #00b4d8;
  box-shadow: 0 0 0 0.2rem rgba(0, 180, 216, 0.25);
}



/* services testimonial section  */

.section-title {
  color: var(--primary-text);
  text-align: center;
  font-size: 40px;
  font-family: "Cormorant Garamond";
  font-weight: bold;
  font-style: normal;
  line-height: 48px;
  position: relative;
  margin-bottom: 52px;
}

.section-title::before,
.section-title::after {
  content: "";
  position: absolute;
  left: 25%;
  top: 22px;
  width: 45px;
  height: 2px;
  background-color: var(--secondary-text);
}

.section-title::after {
  left: unset;
  right: 25%;
}

.testimonial-section {
  padding-top: 82px;
  padding-bottom: 72px;
}

.swiper {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  text-align: center;
  border-radius: 40px;
  padding: 30px 23px;
  background: var(--primary-text);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width,
      var(--swiper-pagination-bullet-size, 15px));
  height: var(--swiper-pagination-bullet-height,
      var(--swiper-pagination-bullet-size, 15px));
  background: #d9d9d9;
  background: #504b4b;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, -4px);
}

.swiper-pagination-bullet-active {
  background: var(--primary-text);
}

.swiper.testimonial-wrapper {
  padding-top: 59px;
  padding-bottom: 60px;
}

.testimonial-items .testimonial-text {
  color: var(--white-text-white);
  text-align: center;
  font-size: 16px;
  font-family: "Outfit";
  font-weight: normal;
  font-style: normal;
  max-width: 330px;
  margin-bottom: 45px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 4;
  -webkit-line-clamp: 4;
}

.testimonial-items .testimonial-title {
  color: var(--white-text-white);
  text-align: center;
  font-size: 16px;
  font-family: "Outfit";
  font-weight: bold;
  font-style: normal;
  margin-bottom: 35px;
  position: relative;
}

.testimonial-items .testimonial-title::before {
  content: "";
  position: absolute;
  left: -23px;
  top: 9px;
  width: 20px;
  height: 1px;
  background-color: var(--white-text-white);
}

.testimonial-img {
  position: relative;
  width: 100px;
  height: 100px;
  height: 70px;
}

.testimonial-img::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.testimonial-img.tm-img-1::before {
  background-image: url(https://w7.pngwing.com/pngs/646/829/png-transparent-avatar-man-ico-icon-cartoon-little-boy-avatar-cartoon-character-png-material-child-thumbnail.png);
}

.testimonial-img.tm-img-2::before {
  background-image: url(https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcS2IYhSn8Y9S9_HF3tVaYOepJBcrYcd809pBA&s);
}

.testimonial-img.tm-img-3::before {
  background-image: url(https://png.pngtree.com/element_our/png/20181206/female-avatar-vector-icon-png_262142.jpg);
}

/* media query  */
@media screen and (min-width: 768px) {
  .swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width,
        var(--swiper-pagination-bullet-size, 24px));
    height: var(--swiper-pagination-bullet-height,
        var(--swiper-pagination-bullet-size, 24px));
  }

  .section-title::before,
  .section-title::after {
    width: 141px;
  }

  /*   .section-title::before,
  .section-title::after {
    left: 25%;
  }
  .section-title::after {
    right: 25%;
  } */
}


/* services pages design */

.header12 {
  background: linear-gradient(135deg, #D9A43C 0%, #6d4900 100%);
  padding: 60px 40px;
  text-align: center;
  color: white;
}

.header12 h1 {
  font-size: 2.5em;
  margin-bottom: 15px;
  font-weight: 700;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

.header12 .subtitle {
  font-size: 1.5em;
  font-weight: 300;
  opacity: 0.95;
  margin-bottom: 25px;
}

.header12 p {
  font-size: 1.05em;
  max-width: 900px;
  margin: 0 auto;
  opacity: 0.9;
  line-height: 1.7;
}

.content12 {
  padding: 50px 40px;
}

.section-title12 {
  text-align: center;
  color: #D9A43C;
  font-size: 2.2em;
  margin-bottom: 30px;
  font-weight: 700;
  position: relative;
  padding-bottom: 15px;
}

.section-title12::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #7e5c19, #865a02);
  border-radius: 2px;
}

.overview-box {
  background: linear-gradient(135deg, #946d1e 0%, #503604 100%);
  padding: 40px;
  border-radius: 15px;
  color: white;
  margin-bottom: 50px;
  box-shadow: 0 10px 30px #D9A43C;
}

.overview-box p {
  font-size: 1.1em;
  text-align: center;
  line-height: 1.8;
  color: white;
}

.eligibility-section {
  margin-top: 50px;
}

.eligibility-title {
  display: flex;
  align-items: center;
  font-size: 1.8em;
  color: #000000;
  margin-bottom: 40px;
  font-weight: 700;
}

.eligibility-title::before {
  content: '';
  width: 20px;
  height: 20px;
  background: linear-gradient(135deg, #D9A43C, #6b5019);
  border-radius: 50%;
  margin-right: 15px;
  box-shadow: 0 4px 10px #D9A43C;
}

.requirement-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 35px;
  padding: 25px;
  background: linear-gradient(135deg, #D9A43C 0%, #4e3400 100%);
  border-radius: 12px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-left: 5px solid #D9A43C;
}

.requirement-item:hover {
  transform: translateX(10px);
  box-shadow: 0 10px 25px rgba(245, 87, 108, 0.2);
}

.requirement-icon {
  min-width: 35px;
  height: 35px;
  background: linear-gradient(135deg, #D9A43C, #724d02);
  border-radius: 50%;
  margin-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: white;
  font-size: 1.2em;
  box-shadow: 0 4px 10px #D9A43C;
}

.requirement-text {
  flex: 1;
  font-size: 1.15em;
  color: #ffffff;
  font-weight: 500;
}

@media (max-width: 768px) {
  .header12 h1 {
    font-size: 1.8em;
  }

  .header12 .subtitle {
    font-size: 1.2em;
  }

  .content12 {
    padding: 30px 20px;
  }

  .section-title12 {
    font-size: 1.7em;
  }

  .requirement-item {
    padding: 20px;
  }
}


/* all services page pricing */

.pricing-container {
  max-width: 1200px;
  margin: 0 auto;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
  gap: 40px;
  margin-bottom: 50px;
}

.pricing-card {
  background: white;
  border-radius: 20px;
  padding: 45px 35px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
  overflow: hidden;
  border: 2px solid transparent;
}

.pricing-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, #6b5019 0%, #000000 100%);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.5s ease;
}

.pricing-card:hover::before {
  transform: scaleX(1);
}

.pricing-card:hover {
  transform: translateY(-15px);
  box-shadow: 0 20px 60px rgba(107, 80, 25, 0.25);
  border-color: #6b5019;
}

.card-header {
  text-align: center;
  margin-bottom: 10px;
  padding-bottom: 0px;
  border-bottom: 2px solid #f0f0f0;
}



.card-title {
  font-size: 2em;
  color: #000000;
  font-weight: 700;
  margin-bottom: 15px;
  transition: color 0.3s ease;
}

.pricing-card:hover .card-title {
  color: #6b5019;
}

.card-description {
  font-size: 1em;
  color: #666;
  line-height: 1.6;
  margin-bottom: 25px;
}

.price-section {
  text-align: center;
  margin-bottom: 35px;
}

.price {
  font-size: 3.5em;
  color: #6b5019;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 10px;
  transition: transform 0.3s ease;
}

.pricing-card:hover .price {
  transform: scale(1.08);
}

.price-note {
  font-size: 0.95em;
  color: #888;
  font-weight: 500;
}

.cta-button {
  width: 100%;
  padding: 18px 30px;
  background: linear-gradient(135deg, #6b5019 0%, #000000 100%);
  color: white;
  border: none;
  border-radius: 50px;
  font-size: 1.15em;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.4s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
  box-shadow: 0 8px 25px rgba(107, 80, 25, 0.3);
  position: relative;
  overflow: hidden;
}

.cta-button::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  transform: translate(-50%, -50%);
  transition: width 0.6s ease, height 0.6s ease;
}

.cta-button:hover::before {
  width: 400px;
  height: 400px;
}

.cta-button:hover {
  transform: scale(1.05);
  box-shadow: 0 12px 35px rgba(107, 80, 25, 0.4);
}

.cta-button:active {
  transform: scale(0.98);
}

.features-list {
  list-style: none;
  margin-top: 35px;
}

.feature-item {
  display: flex;
  align-items: center;
  padding: 0px 10px;
  margin-bottom: 12px;
  border-radius: 10px;
  transition: all 0.3s ease;
  background: transparent;
}

.feature-item:hover {
  background: linear-gradient(135deg, rgba(107, 80, 25, 0.05) 0%, rgba(0, 0, 0, 0.02) 100%);
  transform: translateX(8px);
}

.checkmark {
  width: 26px;
  height: 26px;
  background: linear-gradient(135deg, #6b5019 0%, #000000 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

.feature-item:hover .checkmark {
  transform: rotate(360deg) scale(1.1);
}

.checkmark::after {
  content: '✓';
  color: white;
  font-size: 14px;
  font-weight: bold;
}

.feature-text {
  color: #333;
  font-size: 1.05em;
  font-weight: 500;
  line-height: 1.5;
}

.breadcrumb {
  max-width: 1200px;
  margin: 0 auto 40px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.95em;
  color: #666;
}

.breadcrumb a {
  color: #6b5019;
  text-decoration: none;
  transition: color 0.3s ease;
  font-weight: 500;
}

.breadcrumb a:hover {
  color: #000000;
  text-decoration: underline;
}

.breadcrumb span {
  color: #999;
}

.section-header22 {
  text-align: center;
  max-width: 1200px;
  margin: 0 auto 60px;
}

.section-title22 {
  font-size: 3em;
  color: #000000;
  font-weight: 800;
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
}

.section-title22::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 4px;
  background: linear-gradient(90deg, #6b5019 0%, #000000 100%);
  border-radius: 2px;
}

.section-subtitle22 {
  font-size: 1.2em;
  color: #666;
  margin-top: 25px;
}

@media (max-width: 992px) {
  .pricing-grid {
    grid-template-columns: 1fr;
    max-width: 550px;
    margin: 0 auto;
  }
}

@media (max-width: 600px) {
  .pricing-card {
    padding: 35px 25px;
  }

  .card-title {
    font-size: 1.6em;
  }

  .price {
    font-size: 2.8em;
  }

  .section-title22 {
    font-size: 2.2em;
  }
}

/* document required */

.llp-section {
  background-color: #ffffff;
  border: 1px solid #dee2e6;
  border-radius: 8px;
  padding: 40px;
  margin: 50px auto;
  max-width: 1200px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.llp-section h2 {
  font-weight: 600;
  font-size: 1.8rem;
  margin-bottom: 25px;
  color: #6b5019;
  text-align: center;
}

.llp-section h4 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-top: 25px;
  color: #212529;
}

.llp-section p {
  font-size: 0.95rem;
  color: #555;
  margin-bottom: 10px;
  line-height: 1.6;
}

.note {
  background-color: #f1f3f5;
  border-left: 4px solid #6b5019;
  padding: 15px 20px;
  border-radius: 6px;
  margin-top: 30px;
  font-size: 0.95rem;
}


@media(max-width:768px) {
  .overview-box p {
    font-size: 2.1em;

  }

  .requirement-text {
    font-size: 2.15em;
  }

  .requirement-icon {
    font-size: 2.2em;
  }

  .section-header22 {
    text-align: center;
    max-width: 1200px;
    margin: 0 auto 0px;
  }

  .section-subtitle22 {
    font-size: 2.2em;
    color: #666;
    margin-top: 25px;
  }

  .card-title {
    font-size: 3.6em;
  }

  .card-description {
    font-size: 2em;
    color: #666;
    line-height: 1.6;
    margin-bottom: 25px;
  }

  .price-note {
    font-size: 1.95em;
    color: #888;
    font-weight: 500;
  }

  .price {
    font-size: 4.8em;
  }

  .cta-button {
    width: 100%;
    padding: 18px 30px;
    background: linear-gradient(135deg, #6b5019 0%, #000000 100%);
    color: white;
    border: none;
    border-radius: 50px;
    font-size: 2.55em;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.4s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 8px 25px rgba(107, 80, 25, 0.3);
    position: relative;
    overflow: hidden;
  }

  .pricing-card .cta-button {
    font-size: 1.35em !important;
  }

  .feature-text {
    color: #333;
    font-size: 2.05em;
    font-weight: 500;
    line-height: 1.5;
  }


  .llp-section h2 {
    font-weight: 600;
    font-size: 3.48rem;
    margin-bottom: 25px;
    color: #6b5019;
    text-align: center;
  }

  .llp-section p {
    font-size: 1.95rem;
    color: #555;
    margin-bottom: 10px;
    line-height: 1.6;
  }

  .llp-section h4 {
    font-size: 2.1rem;
    font-weight: 600;
    margin-top: 25px;
    color: #212529;
  }

  .llp-section ul li {
    font-size: 14px;
  }

  .note {
    background-color: #f1f3f5;
    border-left: 4px solid #6b5019;
    padding: 15px 20px;
    border-radius: 6px;
    margin-top: 30px;
    font-size: 1.95rem;
  }

  .header h1 {
    font-size: 30px;
  }

  .eligibility-title {
    display: flex;
    align-items: center;
    font-size: 2.8em;
    color: #000000;
    margin-bottom: 40px;
    font-weight: 700;
  }

  .contact__v2 .subtitle {
    background-color: rgba(var(--bs-secondary-rgb), 0.2);
    color: var(--bs-primary);
    display: inline-block;
    padding: 5px 12px;
    border-radius: 7px;
    font-weight: 600;
    font-size: 1.75rem;
    margin-bottom: 10px;
  }

  .form-header h1 {
    font-size: 3.6rem !important;
  }

  .form-header p {
    color: #666;
    font-size: 1.95rem;
    line-height: 1.6;
  }

  .form-group label {
    display: block;
    margin-bottom: 10px;
    color: #333;
    font-weight: 600;
    font-size: 1.95rem;
  }

  .service-tab {
    padding: 12px 8px;
    border: 2px solid transparent;
    background: white;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 500;
    font-size: 1.9rem;
    color: #555;
    text-align: center;
  }

  .form-description p {
    color: #444;
    font-size: 1.9rem;
    line-height: 1.6;
  }

  .form-control {
    width: 100%;
    padding: 16px 20px;
    border: 2px solid #e0e0e0;
    border-radius: 12px;
    font-size: 2rem !important;
    transition: all 0.3s ease;
    background: white;
    color: #333;
  }

  .serv-head {
    font-size: 22px !important;
  }

  .why-head {
    font-size: 30px;
  }

  .why-btn {
    font-size: 19px;
  }

  .form-head {
    font-size: 20px;
  }

  .why-key {
    font-size: 20px !important;
  }

  .why-icon {
    font-size: 32px !important;
  }

  .pricing__v2 .subtitle {
    background-color: rgba(var(--bs-secondary-rgb), 0.2);
    color: var(--bs-primary);
    display: inline-block;
    padding: 5px 12px;
    border-radius: 7px;
    font-weight: 600;
    font-size: 1.75rem;
    margin-bottom: 10px;
  }

}