@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Sora:wght@100..800&display=swap');

:root {
  --font-Poppins: "Poppins", sans-serif;
  --font-Sora: "Sora", sans-serif;
  --color-032360: #032360;
  --color-0343c0: #0343c0;
  --color-ef1d2c: #ef1d2c;
  --color-ff494c: #ff494c;
  --color-dee7ff: #dee7ff;
  --color-f4f7f0: #f4f7f0;
  --color-d1cfcf: #d1cfcf;
  --color-989898: #989898;
  --color-646873: #646873;
  --color-000000: #000000;
  --color-ffffff: #ffffff;
  --font-style-normal: normal;
  --font-size-14: 14px;
  --font-size-16: 16px;
  --font-size-17: 17px;
  --font-size-19: 19px;
  --font-size-21: 21px;
  --font-size-24: 24px;
  --font-size-28: 28px;
  --font-size-32: 32px;
  --font-size-35: 35px;
  --font-size-56: 56px;
  --font-size-70: 70px;
  --font-size-85: 85px;
  --character-spacing-0: 0px;
  --line-height-14: 18px;
  --line-height-16: 20px;
  --line-height-17: 24px;
  --line-height-19: 26px;
  --line-height-21: 28px;
  --line-height-24: 30px;
  --line-height-28: 35px;
  --line-height-32: 42px;
  --line-height-35: 45px;
  --line-height-56: 66px;
  --line-height-70: 80px;
  --line-height-85: 95px;
  --line-height-inherit: inherit;
  --font-weight-Thin: 100;
  --font-weight-ExtraLight: 200;
  --font-weight-Light: 300;
  --font-weight-Regular: 400;
  --font-weight-Medium: 500;
  --font-weight-SemiBold: 600;
  --font-weight-Bold: 700;
  --font-weight-ExtraBold: 800;
  --font-weight-Black: 900;
  --font-weight-normal: normal;
  --gradient-180: linear-gradient(180deg, #0558fc 0%, #7f4093 50%, #f22a2f 100%);
  --gradient-50: linear-gradient(50deg, #0558fc 0%, #7f4093 50%, #f22a2f 100%);
}

* {
  outline: 0;
}

html {
  scroll-behavior: smooth;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

body {
  font-family: var(--font-Sora);
  font-style: var(--font-style-normal);
  font-size: var(--font-size-17);
  line-height: var(--line-height-17);
  color: var(--color-000000);
  font-weight: var(--font-weight-Regular);
  margin: 0;
  padding: 0;
  letter-spacing: 0.5px;
  background-image: url(../images/bg/body-bg.jpg);
}

.clr {
  width: 100%;
  float: left;
}

.img {
  width: 100%;
}

.svg {
  object-fit: contain;
  object-position: center center;
}

a,
.btn,
button {
  color: var(--color-000000);
  outline: none;
  cursor: pointer;
  outline: 0;
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

a:focus,
.btn:focus,
button:focus,
.custom-select:focus,
.form-control:focus {
  outline: none;
  box-shadow: none;
}

.btn:hover,
a:hover,
button:hover {
  color: var(--color-0343c0);
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--color-000000);
  text-transform: normal;
  margin-bottom: 10px;
}

ul,
ol {
  margin: 0px;
  padding: 0px;
}

.nav-link:focus,
.nav-link:hover {
  color: var(--color-0343c0);
}

.dropdown-item.active,
.dropdown-item:active {
  color: var(--color-0343c0);
  text-decoration: none;
  background-color: transparent;
}

li {
  list-style: none;
}

header,
footer,
section {
  width: 100%;
  float: left;
}

hr {
  border-bottom: 1px solid var(--color-0343c0);
  border-top: 0 none;
  margin: 30px 0;
  padding: 0;
  opacity: 1;
}

p {
  font-size: var(--font-size-17);
  line-height: var(--line-height-17);
  color: var(--color-646873);
  margin-bottom: 15px;
  letter-spacing: 0px;
  font-family: var(--font-Poppins);
}

.p-content {
  font-size: var(--font-size-19);
  line-height: var(--line-height-19);
  color: var(--color-646873);
  margin-bottom: 10px;
  letter-spacing: 0px;
  font-family: var(--font-Poppins);
}

.small-text {
  font-size: var(--font-size-16);
  line-height: var(--line-height-16);
  color: var(--color-646873);
  margin-bottom: 15px;
  letter-spacing: 0px;
  font-family: var(--font-Poppins);
}

.section-title {
  font-size: var(--font-size-32);
  line-height: var(--line-height-32);
  color: var(--color-032360);
  font-weight: var(--font-weight-SemiBold);
  margin-bottom: 10px;
}

.main-title {
  font-size: var(--font-size-70);
  line-height: var(--line-height-70);
  font-weight: var(--font-weight-SemiBold);
  color: var(--color-000000);
  margin-bottom: 10px;
  position: relative;
}

.title {
  font-size: var(--font-size-56);
  line-height: var(--line-height-56);
  color: var(--color-000000);
  margin-bottom: 10px;
  font-weight: var(--font-weight-SemiBold);
  position: relative;
}

.title span {
  color: var(--color-0343c0);
}

.div-title {
  font-size: var(--font-size-35);
  line-height: var(--line-height-35);
  color: var(--color-000000);
  margin-bottom: 10px;
  position: relative;
  font-weight: bold;
}

.div-text {
  font-size: var(--font-size-24);
  line-height: var(--line-height-24);
  color: var(--color-000000);
  font-weight: var(--font-weight-Medium);
  margin-bottom: 15px;
}

.div-text-small {
  font-size: var(--font-size-28);
  line-height: var(--line-height-28);
  color: var(--color-000000);
  font-weight: var(--font-weight-Medium);
  margin-bottom: 15px;
}

.weight-Light {
  font-weight: var(--font-weight-Light);
}

.weight-Regular {
  font-weight: var(--font-weight-Regular);
}

.weight-Medium {
  font-weight: var(--font-weight-Medium);
}

.weight-SemiBold {
  font-weight: var(--font-weight-SemiBold);
}

.weight-Bold {
  font-weight: var(--font-weight-Bold);
}

.weight-ExtraBold {
  font-weight: var(--font-weight-ExtraBold);
}

.weight-Black {
  font-weight: var(--font-weight-Black);
}

.height-100 {
  height: 100vh;
}

.color-032360 {
  color: var(--color-032360) !important;
}

.color-0343c0 {
  color: var(--color-0343c0) !important;
}

.color-ef1d2c {
  color: var(--color-ef1d2c) !important;
}

.color-ff494c {
  color: var(--color-ff494c) !important;
}

.color-989898 {
  color: var(--color-989898) !important;
}

.color-000000 {
  color: var(--color-000000) !important;
}

/* Learn More Button */
/* Learn More Button */
.img-zoom {
  overflow: hidden;
  border-radius: 30px;
}

.img-zoom .zoom {
  transform: scale(1);
  transition: transform 1.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: transform;
}

.img-zoom:hover .zoom {
  transform: scale(1.05);
}

/* @import url(../css/root.css); */
/* main-header */
.g_header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  background: transparent;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.main-header.g_shrink {
  position: fixed;
  /* background: var(--color-ffffff); */
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  z-index: 999;
  /* box-shadow: 0px 1px 12px 0px #ffffffab; */
}

.main-header.g_shrink .logo-img .main-logo {
  width: 200px;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.main-header.g_shrink .main-menu .container {
  padding: 15px 50px;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.main-header.g_shrink .top-header {
  display: none;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

/* loader css*/
#loader {
  position: fixed;
  inset: 0;
  background: var(--color-dee7ff);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  transition: opacity 0.8s ease, visibility 0.8s ease;
}
#loader.fade-out {
  opacity: 0;
  visibility: hidden;
}
.logo {
  width: 200px;
}
.progress-container {
  width: 200px;
  height: 6px;
  background: var(--color-000000);
  border-radius: 20px;
  overflow: hidden;
  margin-top: 25px;
}

.progress-bar {
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, #1e58b4, #032360, #dc3545, #ef1d2c);
  background-size: 300% 100%;
  animation: gradientMove 2s linear infinite;
  transition: width 0.3s ease;
}
.loading-text {
  margin-top: 15px;
  font-family: Arial, sans-serif;
  color: var(--color-0355ac);
  letter-spacing: 2px;
}
@keyframes gradientMove {
  0% { background-position: 0% 50%; }
  100% { background-position: 100% 50%; }
}
/* loader css */
.top-header {
  padding: 16px 0;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.header-social a {
  display: inline-block;
}

.header-social a .svg {
  margin-right: 12px;
  width: 20px;
  height: 20px;
  fill: var(--color-000000);
}
.header-social a .svg path {
  fill: var(--color-000000);
}

.header-contact a {
  display: inline-block;
  margin-left: 40px;
  font-size: var(--font-size-17);
  color: var(--color-000000);
  font-weight: var(--font-weight-Regular);
}

.header-contact a .svg {
  width: 25px;
  height: 25px;
  margin-right: 10px;
}

.navbar {
  padding: 0;
}

.main-menu {
  padding: 0;
}

.main-menu .container {
  background: var(--color-ffffff);
  padding: 25px 50px;
  border-radius: 100px;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.main-nav {
  width: 100%;
  position: relative;
}

.logo-img .main-logo {
  width: 300px;
  display: inline-block;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.main-nav .nav-item {
  margin-right: 20px;
}

.main-nav .nav-item:last-child {
  margin-right: 20px;
}

.main-nav .nav-item .nav-link {
  position: relative;
  display: block;
  font-size: var(--font-size-19);
  color: var(--color-000000);
  font-weight: var(--font-weight-Regular);
  line-height: initial;
  padding: 15px 15px;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.main-nav .nav-item .nav-link:focus,
.main-nav .nav-item.active .nav-link,
.main-nav .nav-item .nav-link:hover {
  color: var(--color-ff494c);
}

.main-nav .nav-item .nav-link.show,
.main-nav .nav-item .show>.nav-link {
  color: var(--color-ff494c);
}

.dropdown-toggle::after {
  margin-left: 10px;
  position: relative;
  top: 7px;
  background-image: url(../images/icons/dropdown-arrow.png);
  border: none;
  width: 10px;
  height: 10px;
  background-repeat: no-repeat;
  background-size: contain;
}

/* dropdown-menu */
.main-nav .navbar-nav .nav-item.dropdown .dropdown-item:focus,
.main-nav .navbar-nav .nav-item.dropdown .dropdown-item:hover {
  background-color: transparent;
}

.main-nav .navbar-nav .dropdown .dropdown-menu {
  min-width: 320px;
  margin: 0;
  top: 100%;
  left: 0;
  right: 0;
  padding: 0px;
  border: none;
  border-radius: 0;
  box-shadow: 0px 0px 10px -4px #0000009d;
  z-index: 1000;
  border-radius: 0px;
  background: var(--color-ffffff);
}

.main-nav .navbar-nav .dropdown .dropdown-menu li {
  border-bottom: solid 1px var(--color-0343c0);
  border-left: none;
}

.main-nav .navbar-nav .dropdown .dropdown-menu li a {
  font-size: var(--font-size-16);
  color: var(--color-000000);
  font-weight: var(--font-weight-Regular);
  display: inline-block;
  padding: 8px 8px;
}

.main-nav .navbar-nav .dropdown .dropdown-menu li:hover {
  background: var(--color-032360);
}

.main-nav .navbar-nav .dropdown .dropdown-menu li:hover a {
  color: var(--color-ffffff);
}

.contact-btn {
  margin-left: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.contact-btn .contact-tel img {
  width: 22px;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu>.dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: 0.1rem;
}

@media (max-width: 979px) {
  .dropdown-submenu>.dropdown-menu {
    left: 0;
    margin-left: 0;
  }
}

/* dropdown-menu */
/* Dropdown animation */
.offcanvas-body {
  overflow-y: unset;
  padding: 0;
}

.offcanvas.offcanvas-start {
  transform: unset;
  border-right: unset;
  background: transparent;
  width: 100%;
}

.offcanvas {
  position: relative;
  visibility: visible;
}

/* main-header */
/* main-banenr */
.home-banner {
  height: 750px;
}

.banner-text-box {
  height: 100%;
  width: 100%;
  position: relative;
}

.banner-text-box img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center center;
}

.banner-text-box .home-video {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center center;
}

.banner-content {
  /* position: absolute; */
  /* width: 50%; */
  height: 750px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.banner-right-img {
  position: absolute;
  right: 0;
  width: 60%;
  height: 100%;
  bottom: 0;
}

.banner-right-img img {
  height: 100%;
  object-fit: cover;
  object-position: bottom right;
}

/* main-banenr */
/* Button Wrapper */
.btn-wrapper {
  display: flex;
  align-items: center;
}

/* Main Button */
.main-btn {
  background: linear-gradient(90deg, #1e63e9, #2d7dfc);
  color: var(--color-ffffff);
  padding: 16px 28px;
  border-radius: 40px;
  font-size: var(--font-size-17);
  font-weight: var(--font-weight-Regular);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s ease;
}

/* Arrow Box */
.arrow-box {
  margin-left: 4px;
  background: linear-gradient(90deg, #1e63e9, #2d7dfc);
  width: 58px;
  height: 58px;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
  position: relative;
}

/* Arrow */
.arrow {
  font-size: var(--font-size-21);
  color: var(--color-ffffff);
  transition: transform 0.3s ease;
}

.arrow img,
.arrow .svg {
  width: 30px;
  height: 30px;
  object-fit: contain;
  fill: var(--color-ffffff);
}

/* Hover Effects */
.btn-wrapper:hover .main-btn {
  transform: translateX(-5px);
  color: var(--color-ffffff);
}

.btn-wrapper:hover .arrow-box {
  transform: translateX(5px);
}

/* Button Wrapper */
/* Consultation Form Styles */
.consultation-card {
  padding: 50px 50px;
  background: var(--color-ffffff);
  border-radius: 30px;
  box-shadow: 0 0px 17px #0000003d;
}

.consultation-subtitle {
  color: var(--color-989898);
}

.color-blink {
  font-weight: var(--font-weight-SemiBold);
  animation: colorBlink 1s infinite;
}

@keyframes colorBlink {
  0% {
    color: red;
  }

  50% {
    color: var(--color-0343c0);
  }

  100% {
    color: red;
  }
}

.consultation-form .custom-input {
  background-color: var(--color-f4f7f0);
  border: 1px solid var(--color-989898);
  border-radius: 8px;
  padding: 10px 10px;
  font-size: var(--font-size-17);
  color: var(--color-000000);
  transition: all 0.3s ease;
}

.consultation-form .custom-input::placeholder {
  color: var(--color-989898);
}
.consultation-form .custom-input:focus {
  background-color: var(--color-dee7ff);
  border-color: var(--color-0343c0);
  outline: none;
  box-shadow: none;
}

.consultation-form .form-select.custom-input {
  color: #6c757d;
}

.consultation-form .form-select.custom-input:focus {
  color: var(--color-000000);
}

.submit-btn {
  background: var(--gradient-50);
  color: var(--color-ffffff);
  border: none;
  border-radius: 40px;
  padding: 15px 60px;
  font-size: var(--font-size-21);
  font-weight: var(--font-weight-Medium);
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  color: var(--color-ffffff);
}

.invalid-feedback {
  font-size: .65em;
  color: #dc3545;
}
/* Consultation Form Styles */
/* Services Section Styles */
.services-section {
  position: relative;
  overflow: hidden;
}

.services-pretitle {
  font-size: var(--font-size-21);
  color: var(--color-032360);
  font-weight: var(--font-weight-Medium);
  margin-bottom: 15px;
}

.service-card {
  padding: 30px 30px;
  border-radius: 30px;
  margin-bottom: 50px;
  margin-top: 50px;
  background: var(--color-ffffff);
  border: solid 2px #b8ccff;
}

.horizontal-card {
  background: var(--color-ffffff);
  border: solid 2px #b8ccff;
}

.service-card-left01 {
  width: 50%;
}

.service-card-left02 {
  width: 50%;
  margin-left: 50%;
}

.service-card .card-title {
  font-size: var(--font-size-21);
  line-height: var(--line-height-21);
  color: var(--color-000000);
  font-weight: var(--font-weight-Bold);
  margin-bottom: 10px;
}

.service-card .card-text {
  font-size: var(--font-size-17);
  line-height: var(--line-height-17);
  color: var(--color-000000);
  font-weight: var(--font-weight-Regular);
  margin: 0;
}

.icon-box img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.horizontal-card .icon-box {
  margin-right: 15px;
}

.horizontal-card-box {
  margin-top: 80px;
}

.service-card-joint {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  z-index: -1;
}

.service-card-joint img {
  width: 100%;
  height: 100%;
}

/* Services Section Styles */

.mission-vision-bg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--color-000000);
  opacity: 0.5;
}

/* debt2nodebt-section */
.debt2nodebt-section {
  position: relative;
  overflow: hidden;
}

.debt2nodebt-bg {
  background: url(../images/bg/debt2nodebt-bg.jpg) no-repeat center center;
  background-size: cover;
}

.debt2nodebt-list {
  padding-right: 50px;
  padding-left: 250px;
}

.debt2nodebt-list-text {
  background: var(--color-ffffff);
  padding: 15px 40px;
  border-radius: 12px;
  display: inline-block;
  margin-bottom: 20px;
  margin-right: 10px;
}

.debt2nodebt-text-color {
  background: var(--color-dee7ff);
}

.debt2nodebt-text-top {
  position: relative;
  top: 30px;
}

.debt2nodebt-text-left {
  margin-top: 35px;
  margin-right: 160px;
}

/* debt2nodebt-section */
/* why-choose-section */
.why-choose-llis {
  list-style: none;
  padding: 0;
  margin: 0;
}

.why-choose-llis {
  margin-top: 30px;
}

.why-choose-llis li {
  margin-bottom: 15px;
  font-size: var(--font-size-17);
  line-height: var(--line-height-17);
  color: var(--color-000000);
  font-weight: var(--font-weight-Regular);
  position: relative;
  padding-left: 30px;
}

.why-choose-llis li img {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 0;
}

.why-choose-img {
  padding: 50px;
}

/* why-choose-section */
/* stats-section */
.stat-box {
  background: var(--color-ffffff);
  border-radius: 18px;
  padding: 25px 15px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  height: 100%;
  transition: all 0.3s ease;
  cursor: pointer;
}

/* 🔥 Hover Effect */
.stat-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

/* Number */
.stat-box .counter-title {
  color: var(--color-0343c0);
  font-size: var(--font-size-85);
  line-height: var(--line-height-85);
  font-weight: var(--font-weight-Bold);
  margin-bottom: 8px;
  transition: 0.3s;
}

/* Hover color change */
.stat-box:hover .counter-title {
  color: var(--color-032360);
}

/* Text */
.stat-box p {
  color: var(--color-000000);
  font-size: var(--font-size-28);
  line-height: var(--line-height-28);
  font-weight: var(--font-weight-Medium);
  margin-bottom: 0;
}

/* stats-section */
/* what-we-do */
.custom-hero {
  background: var(--gradient-50);
  border-radius: 50px;
  position: relative;
  padding: 70px 70px;
}

.hero-img {
  border-radius: 25px;
  overflow: hidden;
  margin-top: 30px;
}

.hero-img img {
  width: 100%;
  border-radius: 25px;
  border: solid 10px #ffffff66;
}

/* Right Side */
.service-list {
  padding-left: 40px;
}

.explore-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 30px;
  color: var(--color-ffffff);
  text-decoration: none;
}

.explore-link:hover {
  color: var(--color-ffffff);
}

.explore-link span {
  width: 45px;
  height: 45px;
  background: var(--color-0343c0);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border-radius: 15px;
}

.service-items {
  margin-top: 20px;
}

.service-items div {
  padding: 20px 0;
  border-top: 3px solid #ffffff66;
  font-size: var(--font-size-35);
  line-height: var(--line-height-35);
  color: var(--color-ffffff);
  font-weight: var(--font-weight-Medium);
  display: block;
  opacity: 0.6;
}

.service-items div:hover {
  color: var(--color-ffffff);
  opacity: 1;
}

.service-items div:hover a {
  color: var(--color-ffffff);
  opacity: 1;
}

.service-items div:last-child {
  border-bottom: none;
}

/* what-we-do */
/* blog-section */
.blog-card-main {
  background: var(--color-f4f7f0);
  padding: 30px;
  border-radius: 30px;
}

.blog-img-main img {
  width: 100%;
  border-radius: 20px;
  margin-top: 0px;
}

/* META */
.blog-user {
  width: 40px;
  height: 40px;
  background: #000;
  border-radius: 50%;
}

.blog-author {
  color: #2d5bff;
  font-weight: 500;
}

.blog-tag {
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: var(--font-size-14);
  color: var(--color-646873);
}

/* SMALL CARDS */
.blog-card-small {
  background: #f5f5f5;
  padding: 15px;
  border-radius: 30px;
  gap: 20px;
  margin-bottom: 40px;
}

.blog-img-small img {
  width: 175px;
  height: 175px;
  object-fit: cover;
  border-radius: 15px;
}

/* blog-section */
/* TESTIMONIAL SECTION */
.testimonial-card {
  max-width: 100%;
  width: 100%;
  background: var(--color-dee7ff);
  padding: 20px;
  border-radius: 30px;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}

/* Hover effect */
.testimonial-card:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

/* Optional glow effect */
.testimonial-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 30px;
  background: linear-gradient(120deg, transparent, rgba(255,255,255,0.4), transparent);
  opacity: 0;
  transition: 0.5s;
}

.testimonial-card:hover::before {
  opacity: 1;
}

/* HEADER */
.testimonial-header img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  object-fit: cover;
}

.testimonial-name {
  padding: 12px 25px;
  border: 1px solid #9aa3b2;
  border-radius: 30px;
  font-size: var(--font-size-16);
  line-height: var(--line-height-16);
  color: var(--color-646873);
   transition: all 0.3s ease;
}
.testimonial-card:hover .testimonial-name {
  background: #000;
  color: #fff;
  border-color: #000;
}
/* CONTENT */
.testimonial-content {
  margin-top: 0px;
  width: 100%;
  height: 160px;
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
  margin-bottom: 20px;
  padding-right: 20px;
}
.testimonial-content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #f1f1f1;
  background-color: var(--color-ffffff);
  border-radius: 0px;
}
.testimonial-content::-webkit-scrollbar {
  width: 3px;
}
.testimonial-content::-webkit-scrollbar-thumb {
  border-radius: 0px;
  background: var(--color-ff494c);
}
.disclaimer-content {
  width: 100%;
  height: calc(100vh - 400px);
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
  padding-right: 20px;
}
.disclaimer-content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #f1f1f1;
  background-color: var(--color-ffffff);
  border-radius: 0px;
}
.disclaimer-content::-webkit-scrollbar {
  width: 3px;
}
.disclaimer-content::-webkit-scrollbar-thumb {
  border-radius: 0px;
  background: var(--color-ff494c);
}
.quote-icon {
  font-size: 60px;
  color: #1e63e9;
  line-height: 30px;
}

.testimonial-content h3 {
  font-size: var(--font-size-21);
  line-height: var(--line-height-21);
  color: var(--color-000000);
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 20px;
}

.testimonial-content p {
  font-size: var(--font-size-16);
  line-height: var(--line-height-16);
  color: var(--color-646873);
}

/* Arrow Button Style */
.custom-arrow {
  margin-top: 0;
  top: 0;
  width: 45px;
  height: 45px;
  background: var(--color-032360);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.custom-arrow.swiper-button-prev {
  left: unset;
  right: 70px;
}

.testimonial-slider {
  padding-top: 150px;
  margin-top: -100px;
}

.custom-arrow img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  object-position: center center;
}

/* Hover effect */
.custom-arrow:hover {
  background: var(--color-0343c0);
}

/* TESTIMONIAL SECTION */
/* request-call-section */
.request-call-bg {
  background-image: url(../images/bg/request-call-bg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 70px 70px;
  border-radius: 50px;
}

/* request-call-section */
/* Footer Background */
.footer-section {
  background-color: var(--color-0343c0);
  padding: 60px 0;
}

/* Logo */
.logo img {
  width: 280px;
  height: auto;
  object-fit: contain;
  object-position: left center;
  margin-bottom: 10px;
}
/* Text */
.footer-text {
  color: var(--color-f4f7f0);
  font-size: var(--font-size-17);
  line-height: var(--line-height-17);
  opacity: 1;
  position: relative;
}

/* Headings */
.footer-section h5 {
  font-size: var(--font-size-21);
  line-height: var(--line-height-21);
  color: var(--color-ffffff);
  margin-bottom: 20px;
  position: relative;
}

/* Links */
.footer-links li {
  margin-bottom: 10px;
}

.footer-links a {
  color: var(--color-ffffff);
  font-size: var(--font-size-17);
  line-height: var(--line-height-17);
  transition: 0.3s;
  opacity: 0.7;
  position: relative;
}

.footer-links a:hover {
  padding-left: 5px;
  opacity: 1;
}

/* Contact */
.footer-contact li {
  margin-bottom: 12px;
  font-size: var(--font-size-17);
  line-height: var(--line-height-17);
  color: var(--color-ffffff);
  position: relative;
  padding-left: 40px;
  opacity: 0.7;
}

.footer-contact li a {
  color: var(--color-ffffff);
  display: inline-block;
}

.footer-contact li:hover {
  opacity: 1;
}

.footer-contact .svg {
  width: 24px;
  height: 24px;
  object-fit: contain;
  object-position: center center;
  margin-right: 10px;
  position: absolute;
  top: 0px;
  left: 0;
  fill: var(--color-dee7ff);
}

.footer-contact .svg path {
  fill: var(--color-dee7ff);
}

/* Social Icons */
.social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  background: #ffffff;
  color: #1f4aa8;
  border-radius: 50%;
  margin-right: 10px;
  transition: 0.3s;
}

.social-icons a:hover {
  background: #e6e6e6;
}

.social-icons a .svg {
  width: 20px;
  height: 20px;
  fill: var(--color-032360);
}

.social-icons .svg path {
  fill: var(--color-032360);
}

/* footer-end */
/* breadcrumb-section */
.breadcrumb-section {
  min-height: 300px;
  position: relative;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
}

.breadcrumb-section::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(50deg, #e0e8fd00 0%, #e1e9fe0a 100%);
  left: 0;
  top: 0;
  z-index: -1;
}

.breadcrumb-text .breadcrumb {
  margin-bottom: 0;
}

.breadcrumb-text .breadcrumb-item {
  font-size: var(--font-size-17);
  line-height: 15px;
  color: var(--color-000000);
  font-weight: 500;
}

.breadcrumb-text .breadcrumb-item a {
  color: var(--color-000000);
}

.breadcrumb-text .breadcrumb-item.active {
  color: var(--color-0355ac);
}

/* breadcrumb-section */
/* about-page-css */
.home-about-img01 .home-about01 {
  width: 100%;
}

.why-choose-mb {
  margin-bottom: 60px;
}

.why-choose-list {
  position: relative;
  width: 96%;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.why-choose-list .div-text {
  padding-top: 15px;
  padding-bottom: 7px;
  padding-left: 25px;
  padding-right: 15px;
  margin: 0;
  width: 80%;
  min-height: 80px;
  background: var(--color-dee7ff);
  border-radius: 0 100px 0 0;
  position: relative;
  left: 20px;
  display: flex;
  align-items: center;
}

.why-choose-list p {
  padding: 20px 45px;
  width: 100%;
  height: 100%;
  background: var(--color-ffffff);
  border-radius: 0 70px 0 0;
  box-shadow: 0px 0px 8px #0000002b;
}

.why-choose-list-icons {
  position: absolute;
  left: -15px;
}

.why-choose-list-icons .img-bg {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 0 15px 15px 0;
  font-size: var(--font-size-21);
  color: var(--color-ffffff);
  background: var(--color-032360);
  font-weight: 600;
  position: absolute;
  top: 30px;
  z-index: 1;
}

.why-choose-list-icons .img-bg::before {
  position: absolute;
  bottom: -12px;
  left: 0;
  content: "";
  border-left: 15px solid transparent;
  border-top: 12px solid var(--color-032360);
}

/* Base transition setup */
.why-choose-list,
.why-choose-list .div-text,
.why-choose-list p,
.why-choose-list-icons .img-bg {
  transition: all 0.35s ease;
}

/* Card hover */
.why-choose-list:hover {
  transform: translateY(-8px);
}

/* Title bar hover */
.why-choose-list:hover .div-text {
  background: var(--color-0343c0);
  color: var(--color-ffffff);
}

/* Description hover */
.why-choose-list:hover p {
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.15);
}

/* Icon hover */
.why-choose-list:hover .img-bg {
  transform: translateX(5px) scale(1.1);
  background: #022f7a;
}

/* Arrow shadow enhancement */
.why-choose-list:hover .img-bg::before {
  border-top-color: #022f7a;
}

.about-bg {
  background-image: url(../images/bg/pattern-bg.png);
  background-size: contain;
  background-position: right bottom;
  background-repeat: no-repeat;
}

/* why-choose-section */
/* about-page-css */
/* contact-page-css */
.contact-card {
  background: var(--color-ffffff);
  border-radius: 24px;
  color: var(--color-000000);
  margin-top: -27%;
  box-shadow: 2px -13px 15px 2px rgb(93 93 93 / 22%);
}

.form-control,
.form-select {
  display: block;
  width: 100%;
  padding: 10px 10px;
  font-size: var(--font-size-17);
  font-weight: var(--font-weight-Medium);
  line-height: 1.5;
  color: var(--color-000000);
  background-color: var(--color-ffffff);
  border: 1px solid var(--color-032360);
}

textarea.form-control {
  border-radius: 18px;
}

.form-control:focus {
  border-color: 1px solid var(--color-a77822);
}

/* Focus like bootstrap */
.form-select:focus {
  outline: 0;
  border-color: 1px solid var(--color-032360);
  box-shadow: none;
}

/* Disabled */
.form-select:disabled {
  background-color: #e9ecef;
}

.contact-page-right .info-box {
  align-items: flex-start;
  margin-bottom: 30px;
}

.contact-page-right .icon-box {
  flex-shrink: 0;
}

.contact-page-right .info-box p {
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}

.contact-page-right .info-box p a:hover {
  color: var(--color-0343c0);
}

.contact-page-right .info-box>div:last-child {
  flex: 1;
}

.contact-page-right .icon-box {
  width: 50px;
  height: 50px;
  background: var(--color-032360);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--font-size-19);
  margin-right: 1.5rem;
}

.contact-page-right .info-box .svg {
  width: 24px;
  height: 24px;
  fill: var(--color-ffffff);
}

.contact-page-right .info-box .svg path {
  fill: var(--color-ffffff);
}

/* contact-page-css */
/* case-studies-section */
.case-studies-box {
  margin-bottom: 40px;
}

.case-studies-box ul li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 20px;
}

.case-studies-box ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 10px;
  height: 10px;
  background: var(--color-032360);
  border-radius: 50%;
}

.case-studies-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  background: #ffffff;
  color: #1f4aa8;
  border-radius: 50%;
  margin-right: 10px;
  transition: 0.3s;
}

.case-studies-social a:hover {
  background: var(--color-0343c0);
}

.case-studies-social a .svg {
  width: 20px;
  height: 20px;
  fill: var(--color-032360);
}

.case-studies-social .svg path {
  fill: var(--color-032360);
}

.case-studies-text.mb-50 {
  padding: 40px 40PX;
  background: #ddddddba;
  border-radius: 40px;
}
/* case-studies-accordion */

/* Modern Case Study UI */
.case-studies-grid {
  margin-top: 30px;
}

.case-study-card {
  background: var(--color-ffffff);
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0 10px 30px rgba(3, 35, 96, 0.05);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  border: 1px solid rgba(222, 231, 255, 0.5);
  overflow: hidden;
}

.case-study-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, #1e63e9, #2d7dfc);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.case-study-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(3, 35, 96, 0.12);
}

.case-study-card:hover::before {
  opacity: 1;
}

.client-profile-header {
  margin-bottom: 20px;
}

.client-name {
  font-size: var(--font-size-24);
  font-weight: var(--font-weight-Bold);
  color: var(--color-032360);
  margin-bottom: 5px;
}

.profile-details {
  list-style: none;
  padding: 0;
  margin: 0 0 25px 0;
  flex-grow: 1;
}

.profile-details li {
  font-size: var(--font-size-16);
  color: var(--color-646873);
  margin-bottom: 12px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px dashed rgba(209, 207, 207, 0.5);
  padding-bottom: 8px;
}

.profile-details li:last-child {
  border-bottom: none;
}

.profile-details li span {
  font-weight: var(--font-weight-SemiBold);
  color: var(--color-000000);
}

.btn-view-case {
  background: var(--color-f4f7f0);
  color: var(--color-0343c0);
  font-weight: var(--font-weight-SemiBold);
  padding: 12px 24px;
  border-radius: 12px;
  border: 1px solid transparent;
  width: 100%;
  transition: all 0.3s ease;
  font-size: var(--font-size-17);
}

.btn-view-case:hover {
  background: var(--color-0343c0);
  color: var(--color-ffffff);
  border-color: var(--color-0343c0);
}

/* Modal CSS */
.case-study-modal .modal-content {
  border-radius: 24px;
  border: none;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.case-study-modal .modal-header {
  background: var(--color-f4f7f0);
  border-bottom: 1px solid rgba(222, 231, 255, 0.8);
  padding: 24px 30px;
}

.case-study-modal .modal-title {
  color: var(--color-032360);
  font-weight: var(--font-weight-Bold);
  font-size: var(--font-size-24);
}

.case-study-modal .btn-close {
  background-color: transparent;
  opacity: 0.5;
  transition: opacity 0.3s ease;
}

.case-study-modal .btn-close:hover {
  opacity: 1;
}

.case-study-modal .modal-body {
  padding: 30px;
}

.client-profile-box {
  background: #fdfdfd;
  border: 1px solid rgba(222, 231, 255, 0.8);
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.02);
}

.client-profile-box h4 {
  font-size: var(--font-size-19);
  color: var(--color-032360);
  font-weight: var(--font-weight-Bold);
  border-bottom: 2px solid var(--color-0343c0);
  display: inline-block;
  padding-bottom: 5px;
  margin-bottom: 15px;
}

.client-profile-box p {
  margin-bottom: 8px;
  font-size: var(--font-size-16);
}

.modal-section {
  background: var(--color-ffffff);
  border-radius: 16px;
  padding: 20px;
  margin-bottom: 20px;
  border: 1px solid var(--color-dee7ff);
}

.modal-section h5 {
  color: var(--color-0343c0);
  font-size: var(--font-size-19);
  font-weight: var(--font-weight-Bold);
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.modal-section h5::before {
  content: '';
  width: 6px;
  height: 20px;
  background: var(--color-ef1d2c);
  border-radius: 4px;
  display: inline-block;
}

.modal-section p, .modal-section li {
  font-size: var(--font-size-16);
  color: var(--color-646873);
  line-height: 1.6;
}

.modal-section ul {
  padding-left: 20px;
  margin-bottom: 15px;
}

.modal-section li {
  margin-bottom: 8px;
}
/* case-studies-accordion */
/* case-studies-section */
/* service-section */
.service-menu {
  background: var(--color-ffffff);
  padding: 25px 25px;
  border-radius: 18px;
}

.service-menu .list-group-item {
  border: none;
  padding: 15px 20px;
  cursor: pointer;
  margin-bottom: 20px;
  border-radius: 10px;
  background: var(--color-dee7ff);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.service-menu .list-group-item .svg {
  width: 14px;
  height: 14px;
  fill: var(--color-989898);
}

.service-menu .list-group-item a {
  font-size: var(--font-size-17);
  line-height: var(--line-height-17);
  color: var(--color-989898);
}

.service-menu .list-group-item.active,
.service-menu .list-group-item:hover {
  box-shadow: 0px 5px 12px #0000003d;
  background: #ffd7d7;
}

.service-menu .list-group-item.active a,
.service-menu .list-group-item:hover a {
  color: var(--color-0343c0);
  font-weight: var(--font-weight-SemiBold);
}

.service-menu .list-group-item.active .svg,
.service-menu .list-group-item:hover .svg {
  fill: var(--color-0343c0);
}

/* Card Container */
.emi-table-card {
  background: #ffffff;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
  margin-top: 20px;
}

/* Title */
.table-title {
  font-weight: 600;
  margin-bottom: 20px;
  color: #0d6efd;
}

/* Table Styling */
.emi-table thead {
  background: linear-gradient(90deg, #0d6efd, #20c997);
  color: #fff;
}

.emi-table th {
  border: none;
  padding: 12px;
  font-size: 14px;
}

.emi-table td {
  padding: 12px;
  vertical-align: middle;
  border-top: 1px solid #f1f1f1;
  font-size: 14px;
}

/* Highlight Settlement */
.emi-table .highlight {
  color: #198754;
  font-weight: 600;
}

/* Total Row */
.total-row {
  background: #f8f9fa;
  font-weight: 600;
}

/* Hover Effect */
.emi-table tbody tr:hover {
  background: #f1f7ff;
  transition: 0.3s;
}

/* Contact Box */
.contact-box {
  background: var(--color-dee7ff);
  color: var(--color-ffffff);
  padding: 55px 55px;
  border-radius: 18px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

/* Hover Animation */
.contact-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

/* Phone Icon */
.contact-box .phone-icon {
  position: relative;
  display: inline-block;
}
.contact-box .phone-icon .svg {
  width: 54px;
  height: 54px;
  fill: #0858f9;
  margin: 10px 0;
  background: var(--color-ffffff);
  padding: 10px;
  border-radius: 50%;
  position: relative;
  z-index: 2;
}

/* Ring Animation Circle */
.contact-box .phone-icon::before,
.contact-box .phone-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70px;
  height: 70px;
  background: rgba(8, 88, 249, 0.2);
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0.5);
  animation: ring 2s infinite;
  z-index: 1;
}

.contact-box .phone-icon::after {
  animation-delay: 1s;
}
.contact-box a {
  font-size: var(--font-size-17);
  line-height: var(--line-height-17);
  color: var(--color-000000);
  margin-bottom: 15px;
  position: relative;
  display: block;
}
.contact-box a {
  font-size: var(--font-size-17);
  line-height: var(--line-height-17);
  color: var(--color-000000);
  margin-bottom: 15px;
  position: relative;
  display: block;
}
.contact-box .legal-btn {
  background: var(--gradient-50);
  color: var(--color-ffffff);
  border: none;
  border-radius: 10px;
  padding: 12px 40px;
  font-size: var(--font-size-21);
  font-weight: var(--font-weight-Medium);
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  display: inline-block;
}
/* Ring Keyframes */
@keyframes ring {
  0% {
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 0.8;
  }

  70% {
    transform: translate(-50%, -50%) scale(1.4);
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

.contact-bottom {
  position: sticky;
  top: 110px;
}

/* FAQ */
.accordion-button {
  font-weight: 600;
}

.accordion-button:not(.collapsed) {
  color: var(--color-ffffff);
  background-color: var(--color-0343c0);
  box-shadow: none;
}

.accordion-button:hover {
  color: var(--color-ffffff);
  background-color: var(--color-0343c0);
  box-shadow: none;
}

.accordion-item:first-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion-item {
  color: var(--color-000000);
  background-color: var(--color-ffffff);
  border: none;
  margin-bottom: 30px;
}

.accordion-button {
  width: 100%;
  padding: 24px 18px;
  font-size: var(--font-size-19);
  line-height: var(--line-height-19);
  color: var(--color-000000);
  text-align: left;
  background-color: var(--color-ffffff);
}

.accordion-button:hover {
  color: var(--color-ffffff);
}

.accordion-button::after {
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: 20px 20px;
}

.accordion-button::after {
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-color: var(--color-ffffff);
  border-radius: 30px;
  background-position: center center;
}

.accordion-body {
  padding: 24px 18px;
}

.accordion-body p {
  font-size: var(--font-size-19);
  line-height: var(--line-height-19);
  color: var(--color-000000);
}

.accordion-button:focus {
  z-index: 3;
  border-color: none;
  outline: 0;
  box-shadow: none;
}

/* service-section */
/* disclaimer-box */
.disclaimer-box {
  /* background: linear-gradient(135deg, #032360, #0343c0); */
  background: var(--color-dee7ff);
  border-radius: 10px;
  padding: 20px;
}

.disclaimer-box p,
.disclaimer-box li {
  color: var(--color-000000);
}

.disclaimer-box .title {
  font-weight: var(--font-weight-Regular);
  letter-spacing: 1px;
}
.accept-btn {
  font-size: var(--font-size-16);
  line-height: var(--line-height-16);
  background-color: var(--color-032360);
  color: var(--color-ffffff);
  padding: 10px 25px;
  border-radius: 8px;
  font-weight: var(--font-weight-Regular);
}

.accept-btn:hover {
  background-color: var(--color-0343c0);
  color: var(--color-ffffff);
}

.disclaimer-text ul {
  margin-left: 20px;
}

.disclaimer-text ul li {
  font-size: var(--font-size-16);
  line-height: var(--line-height-16);
  color: var(--color-000000);
  margin-bottom: 10px;
  list-style: square;
}

.btn:disabled {
  background-color: var(--color-032360);
  color: var(--color-ffffff);
}
.custom-red-checkbox input {
  appearance: none;
  -webkit-appearance: none;
  width: 23px;
  height: 23px;
  border: 2px solid var(--color-032360);
  border-radius: 4px;
  position: relative;
  cursor: pointer;
  background-color: transparent;
}

/* Thick red tick */
.custom-red-checkbox input:checked::after {
  content: "";
  position: absolute;
  left: 10px;
  top: -10px;
  width: 10px;
  height: 27px;
  border: solid var(--color-ef1d2c);
  border-width: 0px 4px 4px 0;
  transform: rotate(45deg);
}
.form-check-input:checked {
  background-color: transparent;
  border-color: #0d6efd;
}
.form-check-input:focus {
  border-color: #0d6efd;
  outline: 0;
  box-shadow: unset;
}
/* Label */
.custom-red-checkbox label {
  margin-left: 10px;
  cursor: pointer;
}
/* disclaimer-box */
/* certification-section */
.certification-box {
  position: relative;
}

.certification-box a {
  display: block;
  position: relative;
}

.certification-box a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000bd;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.certification-box:hover a::before {
  opacity: 1;
}

.certification-box .img {
  max-width: 100%;
}

.certification-box .overlay {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.certification-box:hover .overlay {
  opacity: 1;
}

.certification-box .overlay img {
  width: 30px;
}

/* certification-section */
/* testimonial-inner */
.testimonial-tab-content .tab-pane {
  margin-top: 50px;
}

.testimonial-tab-content .testimonial-card {
  background: var(--color-ffffff);
  margin-bottom: 40px;
}

.nav-tabs-testimonial.nav-tabs {
  border: none;
  width: auto;
  background: var(--color-ffffff);
  border-radius: 30px;
  display: inline-flex;
}

.nav-tabs-testimonial.nav-tabs .nav-link {
  margin-bottom: 0;
  background-color: var(--color-ffffff);
  border: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  font-size: var(--font-size-16);
  line-height: var(--line-height-16);
  font-weight: var(--font-weight-Regular);
  color: var(--color-000000);
  padding: 14px 25px;
  border-radius: 40px;
}

.nav-tabs-testimonial.nav-tabs .nav-link:hover {
  color: var(--color-ffffff);
  background-color: var(--color-032360);
}

.nav-tabs-testimonial.nav-tabs .nav-link.active {
  color: var(--color-ffffff);
  background-color: var(--color-032360);
}

.video-testimonial-card {
  width: 100%;
}

.embed-responsive {
  height: 400px;
  width: 100%;
}

.embed-responsive iframe {
  height: 100%;
  width: 100%;
}

/* testimonial-inner */
.legal-content-box {
    background: var(--color-dee7ff);
    border-radius: 10px;
    padding: 40px 40px;
}
.legal-content-box p {
  color: var(--color-000000);
}
.legal-content-box ul {
  margin-bottom: 30px;
}
.legal-content-box ul li {
  margin-bottom: 10px;
  font-size: var(--font-size-17);
  line-height: var(--line-height-17);
  color: var(--color-000000);
  font-weight: var(--font-weight-Regular);
  position: relative;
  padding-left: 30px;
}
.legal-content-box ul img {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 0;
}

/* career-section */
.contact-form .form-group label {
    font-size: var(--font-size-16);
    font-weight: 600;
    color: var(--color-000000);
    width: 100%;
}
.contact-form .form-group .form-control.sub {   
  width: 19%;
  float: left;
  margin-right: 1%;}
.contact-form .form-group .form-control.hero {
  width: 80%;
}
.form-group {
    margin-bottom: 1rem;
}
.career-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 380px;
  background-image: url(../images/bg/inner-banner-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /* background: linear-gradient(135deg, var(--color-032360) 0%, #1e52db 100%); */
  z-index: 0;
}

.career-section .container {
  position: relative;
  z-index: 1;
}
.job-card {
  background: var(--color-ffffff);
  border-radius: 20px;
  padding: 35px 30px;
  height: 100%;
  box-shadow: 0 10px 30px rgba(3, 35, 96, 0.06);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(222, 231, 255, 0.4);
  display: flex;
  flex-direction: column;
}

.job-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, #1e63e9, #2d7dfc);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.job-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 45px rgba(3, 35, 96, 0.12);
  border-color: rgba(30, 99, 233, 0.2);
}

.job-card:hover::before {
  opacity: 1;
}

.job-title {
  font-weight: var(--font-weight-Bold);
  font-size: var(--font-size-22);
  line-height: 1.4;
  color: var(--color-032360);
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dashed rgba(209, 207, 207, 0.5);
}

.job-card p {
  color: var(--color-646873);
  font-size: var(--font-size-16);
  line-height: 1.6;
  margin-bottom: 25px;
  flex-grow: 1;
}

.apply-btn {
  padding: 12px 30px;
  background: var(--color-f4f7f0);
  color: var(--color-0343c0);
  border-radius: 12px;
  font-weight: var(--font-weight-SemiBold);
  transition: all 0.3s ease;
  display: inline-block;
  width: 100%;
  text-align: center;
  border: none;
}

.apply-btn:hover {
  background: var(--color-0343c0);
  color: var(--color-ffffff);
}
.apply-modal .modal-header {
  padding: 0;
  border-bottom: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.apply-modal .modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 0;
  margin-top: 20px;
}
.apply-modal .modal-lg {
  width: 35%;
}
.disclaimer-box textarea.form-control {
  height: 140px;
  resize: none;
}
 /* career-section */

.mobile-contact {
  display: none;
} 
/* return-to-top */
#return-to-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 99;
  background: var(--color-000000);
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 0.5s ease;
}

#return-to-top.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

#return-to-top img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

#return-to-top:hover {
  background: var(--color-067831);
}

/* return-to-top */
.mobile-menu,
.offcanvas-header {
  display: none;
}

.mobile-md-none {
  display: block !important;
}

.desktop-md-none {
  display: none !important;
}

.mobile-sm-none {
  display: block !important;
}

.desktop-sm-none {
  display: none !important;
}

.container {
  max-width: 1730px;
}


/* responsive css */
@media only screen and (min-width: 1921px) {}

@media only screen and (min-width: 2200px) {}

@media (max-width: 1880px) {}

@media (max-width: 1780px) {}

@media (max-width: 1660px) {
  .container {
    max-width: 100%;
    padding: 0 100px;
  }

  :root {
    --font-size-14: 13px;
    --font-size-16: 15px;
    --font-size-17: 16px;
    --font-size-19: 18px;
    --font-size-21: 20px;
    --font-size-24: 21px;
    --font-size-28: 24px;
    --font-size-32: 28px;
    --font-size-35: 30px;
    --font-size-56: 48px;
    --font-size-70: 60px;
    --font-size-85: 72px;
    --line-height-14: 16px;
    --line-height-16: 18px;
    --line-height-17: 22px;
    --line-height-19: 24px;
    --line-height-21: 26px;
    --line-height-24: 28px;
    --line-height-28: 32px;
    --line-height-32: 36px;
    --line-height-35: 38px;
    --line-height-56: 58px;
    --line-height-70: 70px;
    --line-height-85: 80px;
  }

  .service-card {
    padding: 20px 20px;
    border-radius: 30px;
    margin-bottom: 30px;
    margin-top: 30px;
  }

  .debt2nodebt-list {
    padding-right: 10px;
    padding-left: 150px;
  }

  .debt2nodebt-list-text {
    padding: 10px 28px;
    border-radius: 10px;
    margin-bottom: 15px;
    margin-right: 8px;
  }

  .main-btn {
    padding: 12px 25px;
  }

  .arrow-box {
    width: 46px;
    height: 46px;
  }

  .arrow img,
  .arrow .svg {
    width: 20px;
    height: 20px;
  }

  .service-items div {
    padding: 13px 0;
    border-top: 2px solid #ffffff66;
  }

  .custom-hero {
    padding: 50px 50px;
  }

  .service-list {
    padding-left: 0;
  }

  .blog-card-small {
    padding: 10px;
    border-radius: 30px;
    gap: 15px;
    margin-bottom: 20px;
  }

  .blog-img-small img {
    width: 162px;
    height: 162px;
  }

  .explore-link span {
    width: 40px;
    height: 40px;
    padding: 12px;
    border-radius: 8px;
  }

  .blog-tag {
    padding: 4px 10px;
    border-radius: 6px
  }

  .custom-arrow {
    width: 40px;
    height: 40px;
  }

  .testimonial-card {
    padding: 20px;
  }

  .request-call-bg {
    padding: 50px 50px;
    border-radius: 50px;
  }
}

@media (max-width: 1480px) {
  .container {
    max-width: 100%;
    padding: 0 50px;
  }

  :root {
    --font-size-14: 13px;
    --font-size-16: 15px;
    --font-size-17: 16px;
    --font-size-19: 18px;
    --font-size-21: 19px;
    --font-size-24: 20px;
    --font-size-28: 22px;
    --font-size-32: 26px;
    --font-size-35: 28px;
    --font-size-56: 40px;
    --font-size-70: 48px;
    --font-size-85: 64px;
    --line-height-14: 16px;
    --line-height-16: 18px;
    --line-height-17: 22px;
    --line-height-19: 24px;
    --line-height-21: 25px;
    --line-height-24: 26px;
    --line-height-28: 30px;
    --line-height-32: 34px;
    --line-height-35: 36px;
    --line-height-56: 48px;
    --line-height-70: 56px;
    --line-height-85: 72px;
  }

  .icon-box img {
    width: 35px;
    height: 35px;
  }

  .pt-80 {
    padding-top: 60px;
  }

  .pb-80 {
    padding-bottom: 60px;
  }

  .request-call-bg {
    padding: 50px 50px;
    border-radius: 80px;
  }

  .contact-page-right .icon-box {
    width: 50px;
    height: 50px;
    margin-right: 1rem;
  }

  .info-box .div-text {
    margin-bottom: 6px;
  }

  .contact-page-right .info-box {
    margin-bottom: 20px;
  }
}

@media (max-width: 1366px) {}

@media (max-width: 1280px) {
  .debt2nodebt-list-text {
    padding: 8px 18px;
    border-radius: 10px;
    margin-bottom: 15px;
  }

  .debt2nodebt-text-left {
    margin-top: 35px;
    margin-right: 120px;
  }

  .blog-img-small img {
    width: 145px;
    height: 145px;
  }
  .legal-content-box {
    padding: 20px 20px;
}
.pb-100 {
    padding-bottom: 50px;
}
.pt-100 {
    padding-top: 50px;
}
}

@media (max-width: 1200px) {}

@media (max-width: 1199px) {
  :root {
    --font-size-14: 12px;
    --font-size-16: 14px;
    --font-size-17: 15px;
    --font-size-19: 17px;
    --font-size-21: 18px;
    --font-size-24: 19px;
    --font-size-28: 20px;
    --font-size-32: 24px;
    --font-size-35: 26px;
    --font-size-56: 32px;
    --font-size-70: 38px;
    --font-size-85: 42px;
    --line-height-14: 16px;
    --line-height-16: 20px;
    --line-height-17: 22px;
    --line-height-19: 24px;
    --line-height-21: 23px;
    --line-height-24: 24px;
    --line-height-28: 28px;
    --line-height-32: 32px;
    --line-height-35: 34px;
    --line-height-56: 42px;
    --line-height-70: 48px;
    --line-height-85: 50px;
  }

  .logo-img .main-logo {
    width: 200px;
  }

  .main-nav .nav-item .nav-link {
    padding: 10px 8px;
    font-size: var(--font-size-16);
  }

  .main-nav .nav-item {
    margin-right: 0px;
  }

  .banner-right-img {
    width: 50%;
  }

  .home-banner,
  .banner-content {
    height: 450px;
  }

  .main-menu .container {
    padding: 10px 55px;
  }

  .main-header.g_shrink .main-menu .container {
    padding: 15px 55px;
  }

  .consultation-card {
    padding: 30px 30px;
  }

  .pb-80 {
    padding-bottom: 40px;
  }

  .pt-80 {
    padding-top: 40px;
  }

  .service-card-left01 {
    width: 100%;
  }

  .service-card-left02 {
    width: 100%;
    margin-left: 0;
  }

  .horizontal-card-box {
    margin-top: 0;
  }

  .service-card {
    padding: 20px 20px;
    border-radius: 30px;
    margin-bottom: 20px;
    margin-top: 10px;
  }

  .debt2nodebt-list {
    padding-right: 0;
    padding-left: 0;
  }

  .why-choose-img {
    padding: 0;
  }

  .mt-50 {
    margin-top: 30px;
  }

  .stat-box p {
    font-size: var(--font-size-21);
    line-height: var(--line-height-21);
  }

  .stats-section {
    margin-top: 60px;
  }

  .custom-hero {
    padding: 30px 30px;
  }

  .testimonial-card {
    background: var(--color-f4f7f0);
  }

  .breadcrumb-section {
    min-height: 200px;
  }

  .contact-box {
    padding: 25px 25px;
  }

  .social-icons a {
    width: 35px;
    height: 35px;
    margin-right: 3px;
  }

  .footer-section {
    padding: 30px 0;
  }

  .blog-card-main {
    padding: 15px;
    border-radius: 20px;
    margin-bottom: 30px;
  }

  .map-section iframe {
    height: 350px !important;
  }

  .contact-card {
    border-radius: 24px;
    margin-top: -17%;
  }

  .p-lg-5 {
    padding: 1rem !important;
  }

  .mt-5 {
    margin-top: 1rem !important;
  }

  .case-studies-box {
    margin-bottom: 20px;
  }

  .why-choose-list .div-text {
    min-height: 50px;
  }

  .why-choose-list-icons .img-bg {
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: 10px;
  }
  .apply-modal .modal-lg {
  width: 50%;
}
.disclaimer-box textarea.form-control {
  height: 100px;
}
.case-study-card {
    border-radius: 20px;
    padding: 20px 14px;
}
.job-card {
    border-radius: 20px;
    padding: 20px 20px;
}
.job-card p {
    margin-bottom: 10px;
}
.testimonial-tab-content .testimonial-card {
    background: var(--color-ffffff);
    margin-bottom: 30px;
}

}

@media (max-width: 1024px) {}

@media (max-width: 991.98px) {
  .mobile-md-none {
    display: none !important;
  }

  .desktop-md-none {
    display: block !important;
  }

  /* mob-sidenav */
  /* mob-sidenav */
  .order-md-div {
    order: 2;
  }

  /* mob-login */
  .offcanvas-body {
    overflow-y: auto;
  }

  .offcanvas.offcanvas-start {
    width: var(--bs-offcanvas-width);
    transform: translateX(-100%);
    /* background: var(--color-ffffff); */
    background-image: url(../images/bg/body-bg.jpg);
  }

  .offcanvas {
    position: fixed;
    visibility: hidden;
  }

  .mobile-offcanvas .toggle-img {
    width: 40px;
  }

  .offcanvas-header .btn-close {
    width: 20px;
    height: 20px;
    opacity: 1;
    padding: 10px 10px;
    margin: 0;
    background-color: var(--color-ff494c);
    border-radius: 100px;
  }

  .mobile-menu,
  .offcanvas-header {
    display: flex;
    width: 100%;
  }

  /* Custom Offcanvas Transition */
  .mobile-offcanvas .offcanvas-close {
    background: var(--color-032360);
    width: 45px;
    height: 45px;
    display: block;
    border-radius: 100px;
    position: relative;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
  }

  .mobile-offcanvas .toggle-img {
    position: absolute;
    top: 21px;
    left: 10px;
    width: 24px;
    height: 3px;
    display: block;
    background: var(--color-ffffff);
    border-radius: 10px;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
  }

  .mobile-offcanvas .toggle-img::before {
    content: "";
    position: absolute;
    top: -7px;
    left: 0;
    width: 18px;
    height: 3px;
    display: block;
    background: var(--color-ffffff);
    border-radius: 10px;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
  }

  .mobile-offcanvas .toggle-img::after {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    width: 18px;
    height: 3px;
    display: block;
    background: var(--color-ffffff);
    border-radius: 10px;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
  }

  .mobile-offcanvas:hover .toggle-img {
    width: 18px;
    background: var(--color-000000);
  }

  .mobile-offcanvas:hover .toggle-img::before {
    width: 25px;
    background: var(--color-000000);
  }

  .mobile-offcanvas:hover .toggle-img::after {
    width: 25px;
    background: var(--color-000000);
  }

  .offcanvas-header .navbar img {
    width: 180px;
  }

  .offcanvas-header {
    padding: 15px 20px;
  }

  .container {
    max-width: 100%;
    padding: 0 30px;
  }

  .main-nav .nav-item .nav-link {
    padding: 10px 8px;
    font-size: var(--font-size-21);
  }

  .main-nav {
    padding-left: 20px;
  }

  .main-nav .nav-item {
    margin-right: 20px;
    border-bottom: solid 1px #ccc;
  }

  .banner-right-img {
    width: 98%;
    z-index: -1;
  }

  .top-header {
    display: none;
  }

  .main-menu .container {
    padding: 15px 30px;
    border-radius: 0;
  }

  .main-header.g_shrink .main-menu .container {
    padding: 15px 30px;
  }

  .service-card {
    flex-direction: column;
    padding: 20px 20px;
    border-radius: 20px;
    margin-bottom: 30px;
    margin-top: 0;
  }

  .debt2nodebt-list-text {
    display: block;
  }

  .debt2nodebt-list-text {
    margin-right: 0;
  }

  .debt2nodebt-text-left {
    margin-top: 0;
    margin-right: 0;
    width: 100%;
    display: block !important;
  }

  .debt2nodebt-text-top {
    position: relative;
    top: 0;
  }

  .debt2nodebt-list-text {
    margin-right: 0;
    width: 100%;
  }

  .debt2nodebt-list .d-lg-flex {
    width: 100%;
  }

  .custom-hero {
    padding: 30px 10px;
  }

  .service-list {
    padding-left: 0;
    margin-top: 30px;
  }

  .modal-dialog {
    max-width: 90%;
  }

  .g-4,
  .gy-4 {
    --bs-gutter-y: 1rem;
  }

  .g-4,
  .gx-4 {
    --bs-gutter-x: 1rem;
  }

  .testimonial-slider {
    padding-top: 80px;
    margin-top: -60px;
  }

  .request-call-bg {
    padding: 30px 30px;
    border-radius: 0px;
  }

  .request-call-bg {
    padding: 30px 30px;
    border-radius: 0px;
  }

  .why-choose-mb {
    margin-bottom: 20px;
  }

  .service-right-box {
    margin-bottom: 50px;
  }

  .accordion-button {
    padding: 14px 14px;
  }

  .accordion-body {
    padding: 14px 14px;
  }

  .contact-page-right {
    margin-top: 30px;
  }

  .mb-50 {
    margin-bottom: 30px;
  }
  .header-social {
    margin-top: 30px;
}
  .header-contact {
    margin-top: 20px;
  }
  .header-contact a {
    margin-left: 0;
    margin-top: 15px;
}
.mobile-contact {
  display: block;
}
.nav-tabs-testimonial.nav-tabs .nav-link {
    margin-bottom: 0;
    padding: 10px 10px;
    border-radius: 40px;
}
.testimonial-tab-content .tab-pane {
    margin-top: 30px;
}
}
@media (max-width: 800px) {
  :root {
    --font-size-14: 12px;
    --font-size-16: 13px;
    --font-size-17: 14px;
    --font-size-19: 16px;
    --font-size-21: 17px;
    --font-size-24: 18px;
    --font-size-28: 19px;
    --font-size-32: 22px;
    --font-size-35: 24px;
    --font-size-56: 28px;
    --font-size-70: 32px;
    --font-size-85: 36px;
    --line-height-14: 14px;
    --line-height-16: 16px;
    --line-height-17: 19px;
    --line-height-19: 20px;
    --line-height-21: 22px;
    --line-height-24: 24px;
    --line-height-28: 26px;
    --line-height-32: 28px;
    --line-height-35: 30px;
    --line-height-56: 32px;
    --line-height-70: 42px;
    --line-height-85: 46px;
  }
  .case-study-modal .modal-header {
    padding: 14px 10px;
}
.case-study-modal .modal-body {
    padding: 10px;
}
.client-profile-box {
    padding: 14px;
}
.mb-4 {
    margin-bottom: 1rem !important;
}
.modal-section ul {
    padding-left: 10px;
    margin-bottom: 5px;
}
.case-study-card {
    border-radius: 15px;
    padding: 15px;
}
.profile-details li {
    margin-bottom: 8px;
    padding-bottom: 5px;
}
  .apply-modal .modal-lg {
  width: 90%;
}
}

@media (max-width: 767.98px) {
  .mobile-sm-none {
    display: none !important;
  }

  .desktop-sm-none {
    display: block !important;
  }

  .order-sm-div {
    order: 2;
  }

  .container {
    max-width: 100%;
    padding: 0 15px;
  }

  .home-banner,
  .banner-content {
    height: 550px;
    justify-content: flex-end;
  }

  .banner-content {
    z-index: 1;
    position: relative;
    bottom: 20px;
  }

  .banner-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, #ffffff00, #ffffff);
  }

  .service-card {
    margin-bottom: 20px;
  }

  .debt2nodebt-list-text {
    padding: 14px 18px;
    border-radius: 10px;
    margin-bottom: 15px;
  }

  .request-call-bg {
    padding: 30px 15px;
    border-radius: 0px;
  }

  .main-menu .container {
    padding: 8px 15px;
    border-radius: 0;
  }

  .main-header.g_shrink .main-menu .container {
    padding: 15px 15px;
  }

  .banner-right-img {
    width: 100%;
    z-index: -1;
  }
      .consultation-card {
        margin-top: 40px;
    }
   .legal-content-box {
    background: transparent;
    border-radius: 0;
    padding: 0;
  } 
  .custom-red-checkbox input {
    width: 20px;
    height: 20px;
    border: 1.5px solid var(--color-032360);
    border-radius: 2px;
}
}

@media (max-width: 575.98px) {
  .disclaimer-box {
    border-radius: 10px;
    padding: 15px;
  }
  :root {
    --font-size-14: 12px;
    --font-size-16: 13px;
    --font-size-17: 14px;
    --font-size-19: 16px;
    --font-size-21: 17px;
    --font-size-24: 18px;
    --font-size-28: 19px;
    --font-size-32: 20px;
    --font-size-35: 21px;
    --font-size-56: 24px;
    --font-size-70: 28px;
    --font-size-85: 34px;
    --line-height-14: 14px;
    --line-height-16: 16px;
    --line-height-17: 19px;
    --line-height-19: 20px;
    --line-height-21: 22px;
    --line-height-24: 24px;
    --line-height-28: 26px;
    --line-height-32: 28px;
    --line-height-35: 30px;
    --line-height-56: 32px;
    --line-height-70: 34px;
    --line-height-85: 46px;
  }

  .consultation-form .custom-input {
    font-size: var(--font-size-14);
  }

  .custom-hero {
    padding: 20px 0px;
    border-radius: 0;
  }

  .testimonial-slider {
    padding-top: 20px;
    margin-top: 0;
    padding-bottom: 50px;
  }

  .custom-arrow {
    top: unset;
    bottom: 0px;
    width: 40px;
    height: 35px;
  }

  .custom-arrow.swiper-button-prev {
    left: 0;
    right: unset;
  }

  .consultation-card {
    padding: 20px 10px;
    border-radius: 10px;
  }
  .why-choose-list .div-text {
    padding-top: 15px;
    padding-bottom: 7px;
    padding-left: 12px;
    padding-right: 12px;
  }
  .why-choose-list p {
    padding: 16px 30px;
}
    .breadcrumb-section {
        min-height: 150px;
    }
}

@media (max-width: 480px) {}

@media (max-width: 400px) {}

@media (max-width: 375px) {
  .why-choose-list .div-text {
    font-size: var(--font-size-19);
    line-height: var(--line-height-19);
}
}

@media (max-width: 320px) {}

/* responsive css */