@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
:root {
  --heading-color: #120f2d;
  --bg-color: #f6f5fd;
  --body-color: #59576c;
  --theme-color: #4d41e0;
  --theme-color-2: #f14e5e;
  --white-color: #fff;
  --black-color: #000;
  --light-color: #efefef;
  --lightgrey-color: #ccc;
}

/* ================================
Global css
================================== */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  text-decoration: none;
  outline: none;
  scroll-behavior: smooth;
  list-style: none;
}
body {
  font-family: "Jost", "Inter", sans-serif;
  overflow-x: hidden;
}

html {
  font-size: 18px;
}

/* ================================
General css
=================================== */
img {
  max-width: 100%;
}

a {
  text-decoration: none;
}

p,
.accordion-body {
  color: var(--body-color);
}

.cta-button {
  font-size: 19.8px;
  font-size: 1.1rem;
  padding-left: 32px;
  padding-right: 32px;
  border-radius: 7px;
}

.cta-primary {
  background-color: var(--theme-color);
  border: none;
  color: #fff;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-30 {
  margin-bottom: 30px;
}

section {
  padding: 120px 0 120px 0;
}

.about-sub-title {
  font-size: 18px;
  font-weight: 500;
  display: block;
  margin-bottom: 28.8px;
  margin-bottom: 1.6rem;
  color: #4d41e1;
}

.about-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 36px;
}

/* ============================
Navbar
=============================== */

.navbar-brand {
  width: 40%;
}

.navbar-brand img {
  max-width: 55%;
}

.navbar-toggler {
  padding: 0;
  border: 0;
}

.navbar-toggler:focus {
  box-shadow: none;
}

@media (max-width: 560px) {
  .navbar-brand {
    width: 50%;
  }

  .navbar-brand img {
    max-width: 100% !important;
  }
}

/*  =============================
Hero Section
================================= */

.hero-section {
  background-image: -webkit-linear-gradient(
      top,
      rgba(255, 255, 255, 0.01) 0%,
      rgba(255, 255, 255, 0.01) 85%
    ),
    -webkit-radial-gradient(top left, ellipse, rgba(13, 110, 253, 0.5), transparent
          40%),
    -webkit-radial-gradient(top right, ellipse, rgba(255, 228, 132, 0.5), transparent
          40%),
    -webkit-radial-gradient(center, ellipse, rgba(255, 228, 132, 0.5), transparent
          40%),
    -webkit-radial-gradient(bottom right, ellipse, rgba(112, 44, 249, 0.24), transparent
          50%),
    -webkit-radial-gradient(bottom left, ellipse, rgba(214, 51, 132, 0.24), transparent
          50%);
  background-image: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.01) 0%,
      rgba(255, 255, 255, 0.01) 85%
    ),
    radial-gradient(
      ellipse at top left,
      rgba(13, 110, 253, 0.5),
      transparent 40%
    ),
    radial-gradient(
      ellipse at top right,
      rgba(255, 228, 132, 0.5),
      transparent 40%
    ),
    radial-gradient(
      ellipse at center,
      rgba(255, 228, 132, 0.5),
      transparent 40%
    ),
    radial-gradient(
      ellipse at bottom right,
      rgba(112, 44, 249, 0.24),
      transparent 50%
    ),
    radial-gradient(
      ellipse at bottom left,
      rgba(214, 51, 132, 0.24),
      transparent 50%
    );
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 120px 0;
  margin-top: -84px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom-right-radius: 64px;
  border-bottom-left-radius: 64px;
  /* background-image: url("../img/shapes-light.png");
background-position: center;
background-size: cover;
background-repeat: no-repeat; */
}

.hero-section h1 {
  padding-top: 52px;
  font-size: 52px;
}

@media (max-width: 768px) {
  .hero-section h1 {
    font-size: 40px;
  }

  .about-title {
    font-size: 32px;
  }
}

.hero-section .cta-button {
  width: 200px;
}

.cta-primary:hover {
  background-color: #2e2786;
  color: #fff;
}

/* ==============================
feature section
================================= */
.feature-box .feature-icon {
  margin-bottom: 30px;
}

.feature-icon img {
  width: 36px;
  height: 36px;
}

.feature-box h5 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}

.feature-img-box img {
  width: 75%;
}

/* ================================
service section 
====================================*/
.service-area {
  background-image: -webkit-linear-gradient(
      top,
      rgba(255, 255, 255, 0.01) 0%,
      rgba(255, 255, 255, 0.01) 85%
    ),
    -webkit-radial-gradient(top left, ellipse, rgba(13, 110, 253, 0.24), transparent
          50%),
    -webkit-radial-gradient(top right, ellipse, rgba(255, 228, 132, 0.24), transparent
          50%),
    -webkit-radial-gradient(center, ellipse, rgba(255, 228, 132, 0.5), transparent
          50%),
    -webkit-radial-gradient(bottom right, ellipse, rgba(112, 44, 249, 0.24), transparent
          50%),
    -webkit-radial-gradient(bottom left, ellipse, rgba(214, 51, 132, 0.24), transparent
          50%);
  background-image: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.01) 0%,
      rgba(255, 255, 255, 0.01) 85%
    ),
    radial-gradient(
      ellipse at top left,
      rgba(13, 110, 253, 0.24),
      transparent 50%
    ),
    radial-gradient(
      ellipse at top right,
      rgba(255, 228, 132, 0.24),
      transparent 50%
    ),
    radial-gradient(
      ellipse at center,
      rgba(255, 228, 132, 0.5),
      transparent 50%
    ),
    radial-gradient(
      ellipse at bottom right,
      rgba(112, 44, 249, 0.24),
      transparent 50%
    ),
    radial-gradient(
      ellipse at bottom left,
      rgba(214, 51, 132, 0.24),
      transparent 50%
    );
  padding-bottom: 230px;
}

.feature-service {
  margin-top: -270px;
}

.feature-wpr {
  padding: 162px 54px;
  padding: 9rem 3rem;
  border-radius: 16px;
  background-color: var(--white-color);
  box-shadow: 0px 25px 70px 0px rgba(152, 152, 153, 0.25);
}

/* =============================
About us
=============================== */
.fun-fact .fun-icon {
  height: 120px;
  width: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 auto;
}

.about-fact .fun-fact:first-child .fun-icon {
  border: 1px solid #4d41e1;
}

.about-fact .fun-fact .fun-icon2 {
  border: 1px solid #ff884e !important;
}

.about-fact .fun-fact .fun-icon3 {
  border: 1px solid #38c1eb !important;
}

.fun-fact {
  text-align: center;
}

.fun-fact .fun-icon img {
  display: block;
  margin-bottom: 16px;
}

.fun-fact .fun-icon .timer {
  font-size: 24px;
  font-weight: 400;
  position: relative;
  z-index: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--heading-color);
  margin-bottom: 0;
}

.fun-fact .fun-desc {
  margin-top: 16px;
}

.about-img {
  -webkit-clip-path: circle(52.3% at 52% 50%);
  clip-path: circle(52.3% at 52% 50%);
  overflow: hidden;
}

/* ============================
why-choose-us
=============================== */
#why-choose-us {
  background-color: #edecfc;
}

.why-choose-us-img-box img {
  width: 58%;
}

/* ==============================
Faq
================================= */

.accordion-item {
  margin-bottom: 10px;
}

.accordion-button:focus {
  box-shadow: none !important;
}

.faq-img img {
  width: 75%;
  border-radius: 11px;
}

.accordion-header .accordion-button {
  font-weight: 500 !important;
}

.accordion-button:after {
  margin-left: auto;
  background-image: none !important;
  -webkit-transition: none !important;
  transition: none !important;
  content: "\2b";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.accordion-button:not(.collapsed) {
  color: #4d41e0 !important;
  background-color: #edecfc !important;
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0
    var(--bs-accordion-border-color);
}

.accordion-button:not(.collapsed):after {
  background-image: var(--bs-accordion-btn-active-icon);
  -webkit-transform: none !important;
  transform: none !important;
  content: "\f068";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}


/*=============================
 contact section
=============================== */
.contact-section {
  background-color: #edecfc;
}
.contact input {
  background: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  box-shadow: none;
  color: #232434;
  font-size: 16px;
  height: 60px;
  padding: 10px;
  width: 100%;
  padding-left: 30px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.contact textarea {
  background: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  box-shadow: none;
  color: #232434;
  font-size: 16px;
  padding: 10px;
  width: 100%;
  padding-left: 30px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.contact input:focus {
  background: #fff;
  border: 1px solid #fff;
  color: #232434;
  box-shadow: none;
  outline: 0 none;
}

.contact textarea:focus {
  background: #fff;
  border: 1px solid #fff;
  color: #232434;
  box-shadow: none;
  outline: 0 none;
}

.form-control::-webkit-input-placeholder {
  color: var(--body-color);
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.form-control::-moz-placeholder {
  color: var(--body-color);
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.form-control:-ms-input-placeholder {
  color: var(--body-color);
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.form-control::placeholder {
  color: var(--body-color);
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.btn-contact-bg {
  border-radius: 30px;
  color: #fff;
  outline: medium none !important;
  padding: 15px 27px;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background: var(--theme-color);
  cursor: pointer;
  width: 100%;
}

.btn-contact-bg:hover,
.btn-contact-bg:focus {
  background: #2e2786;
  color: #fff;
}

/*START ADDRESS*/

.single_address {
  overflow: hidden;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.single_address i {
  background: #fff;
  color: var(--theme-color);
  border-radius: 30px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  float: left;
  margin-right: 14px;
  font-size: 22px;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.single_address:hover > i {
  background: var(--theme-color);
  color: #fff;
}

.social-icons a i {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 24px;
}

.social-icons a:hover i {
  background: var(--theme-color);
  color: #fff;
}
.single_address h4 {
  font-size: 18px;
  margin-bottom: 0px;
  overflow: hidden;
  font-weight: 600;
}

.single_address p {
  overflow: hidden;
  margin-top: 5px;
}

/*  ===========================
Footer
=============================== */
.footer {
  background-color: #011521;
  color: #fff;
  padding: 40px 0;
}

.footer p {
  color: #fff;
}

.footer .footer-link {
  color: #ddd;
  text-decoration: none;
}
.footer .footer-link:hover {
  color: var(--theme-color);
  text-decoration: underline;
}

footer ul {
  list-style-type: none !important;
}

.back-home-box {
  position: fixed;
  bottom: 0;
  right: 3%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--theme-color);
  cursor: pointer;
}

.back-home-box i {
  font-size: 28px;
  color: #fff;
}

.footer-logo img {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1" /><feFuncG type="linear" slope="1" /><feFuncB type="linear" slope="1" /></feComponentTransfer><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="table" tableValues="1 0" /><feFuncG type="table" tableValues="1 0" /><feFuncB type="table" tableValues="1 0" /></feComponentTransfer></filter></svg>#filter');
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  max-width: 22%;
}

/* invoice */
.invoice-container {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.invoice-footer-link{
  border-right: 1px solid #673ab7;
  padding: 0 8px 0 5px;
  text-transform: capitalize;
}

.invoice-hr {
  background: -webkit-linear-gradient(left, #e91e63, #673ab7);
  background: linear-gradient(to right, #e91e63, #673ab7);
  border: none;
  height: 1px;
}


.invoice-footer-link:last-child{
  border-right: none;
}

.invoice-header {
  padding-bottom: 20px;
  margin-bottom: 30px;
}

.invoice-header a img {
  max-width: 45%;
}

.invoice-header hr {
  background: -webkit-linear-gradient(left, #e91e63, #673ab7);
  background: linear-gradient(to right, #e91e63, #673ab7);
  border: none;
  height: 1px;
}

.invoice-details {
  margin-top: 20px;
}

.invoice-table {
  margin-top: 30px;
}

.invoice-table thead {
  background: -webkit-linear-gradient(left, #e91e63, #673ab7);
  background: linear-gradient(to right, #e91e63, #673ab7);
  color: #fff;
}

.invoice-table th,
.invoice-table td{
  font-size: 16px;
}

.invoice-total {
  margin-top: 30px;
  text-align: right;
}

.grand-total{
  display: inline-block;
  background: -webkit-linear-gradient(left, #e91e63, #673ab7);
  background: linear-gradient(to right, #e91e63, #673ab7);
  color: #fff;
  padding: 10px 0 10px 120px;
  font-size: 20px;
}

.payment-btn{
  background: -webkit-linear-gradient(left, #e91e63, #673ab7);
  background: linear-gradient(to right, #e91e63, #673ab7);
}

.invoice-container .footer {
  margin-top: 30px;
  text-align: center;
  background-color: transparent;
}

.invoice-container .footer p{
  color: #777 !important;
}

.invoice-container .footer a{
  text-decoration: none;
}

.action-buttons {
  margin-top: 20px;
  text-align: end;
}

.action-buttons button {
  margin-left: 10px;
}

.payment-options img {
  width: 130px;
  height: auto;
}
.separator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin: 20px 0;
}
.separator:before,
.separator:after {
  content: '';
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-bottom: 1px solid #ddd;
}
.separator span {
  padding: 0 10px;
  color: #777;
}

.modal-body{
  padding: 24px !important;
}

/* Service details section css */


.service-detail-card {
  margin-bottom: 50px;
  border: none;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.service-detail-card img{
  max-width: 100%;
  border-radius: 10px;
}

.service-detail-card .card-body {
  padding: 40px;
}

.service-detail-card h3 {
  color: var(--primary-color);
  margin-bottom: 20px;
  font-weight: 700;
}

.benefits-list {
  list-style-type: none;
  padding-left: 0;
}

.benefits-list li {
  padding: 8px 0;
  padding-left: 30px;
  position: relative;
}

.benefits-list li:before {
  content: '\f00c';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  color: var(--theme-color);
  position: absolute;
  left: 0;
}

.process-steps {
  counter-reset: step-counter;
}

.process-step {
  position: relative;
  padding-left: 60px;
  margin-bottom: 30px;
}

.process-step:before {
  counter-increment: step-counter;
  content: counter(step-counter);
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  background: var(--theme-color);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

.service-detail-section,
.legal-section{
  background-color: #edecfc;
}