/*
@File: Finon Template Style

* This file contains the styling for the actual template, this
is the file you need to edit to change the look of the
template.

This files table contents are outlined below>>>>>

*******************************************
*******************************************

** - Default CSS
** - Navbar CSS
** - Home Demo One CSS
** - Home Demo Two CSS
** - Home Demo Three CSS
** - About CSS
** - Services CSS
** - Service Details CSS
** - Product Details CSS
** - Blog Details CSS
** - User Form CSS
** - Loan CSS
** - Apply CSS
** - Error CSS
** - Coming Soon CSS
** - Rules CSS
** - Go Top CSS
** - Preloader CSS
*/
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap");
/*----- Default CSS -----*/
body {
  font-family: "Open Sans", sans-serif;
  color: #011f4c;
  background-color: #fff;
  font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  color: #381310;
  font-family: "Source Sans Pro", sans-serif;
  line-height: 1.4;
}

p {
  line-height: 1.7;
}

a {
  transition: 0.5s all ease;
  text-decoration: none;
}

img {
  max-width: 100%;
}

.d-table {
  width: 100%;
  height: 100%;
}

.d-table-cell {
  vertical-align: middle;
}

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-100 {
  padding-bottom: 100px;
}

.mb-100 {
  margin-bottom: 100px;
}

button:focus {
  outline: 0;
}

.btn.focus, .btn:focus {
  box-shadow: none;
}

ul {
  margin: 0;
  padding: 0;
}

/* .container {
  max-width: 1230px;
} */

.common-btn {
  border: none;
  position: relative;
  display: inline-block;
  text-align: center;
  overflow: hidden;
  z-index: 1;
  background-color: #1c912b !important;
  color: #fff !important;
  transition: 0.5s all ease;
  border-radius: 5px;
  opacity: 1;
  font-weight: 600;
  padding: 12px 25px;
}
.common-btn span {
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: #381310;
  transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
  transform: translate(-50%, -50%);
  z-index: -1;
  border-radius: 5px;
  opacity: 1;
}
.common-btn:hover {
  color: #fff !important;
}
.common-btn:hover span {
  width: 225%;
  height: 562.5px;
}

.common-btn.two {
  background-color: #7e0721;
}

.common-btn.three {
  background-color: #381310;
}
.common-btn.three span {
  background-color: #1c912b;
}

.section-title {
  margin-bottom: 40px;
  text-align: center;
  position: relative;
  z-index: 1;
}
.section-title .sub-title {
  display: block;
  color: #1c912b;
  margin-bottom: 3px;
  font-weight: 600;
}
.section-title h2 {
  margin-bottom: 0;
  font-size: 38px;
}

.section-title.two {
  margin-top: -5px;
}
.section-title.two .sub-title {
  color: #7e0721;
}

.section-title.three .sub-title {
  color: #355efc;
}

/*----- Home Demo One CSS -----*/
/*-- Header --*/
.header-area {
  background-color: #381310;
  padding-top: 20px;
  padding-bottom: 20px;
}
.header-area .left ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 15px;
}
.header-area .left ul li:last-child {
  margin-right: 0;
}
.header-area .left ul li i {
  display: inline-block;
  font-size: 20px;
  position: relative;
  top: 4px;
  color: #1c912b;
  margin-right: 2px;
}
.header-area .left ul li a {
  display: inline-block;
  color: #fff;
  font-size: 14px;
}
.header-area .left ul li a:hover {
  color: #1c912b;
}
.header-area .right {
  text-align: right;
}
.header-area .right ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 10px;
}
.header-area .right ul li:last-child {
  margin-right: 0;
}
.header-area .right ul li a {
  display: block;
  font-size: 18px;
  color: #fff;
}
.header-area .right ul li a:hover {
  color: #1c912b;
}

/*-- Navbar --*/
.main-nav {
  background: #fff;
  transition: 0.5s all ease;
}
.main-nav.menu-shrink {
  padding-top: 12px;
  padding-bottom: 12px;
  box-shadow: 0px 0px 20px 0px rgba(221, 221, 221, 0.3411764706);
}
.main-nav nav {
  padding: 0;
}
.main-nav nav .navbar-nav {
  margin-left: auto;
  margin-right: auto;
}
.main-nav nav .navbar-nav .nav-item:hover a {
  color: #1c912b;
}
.main-nav nav .navbar-nav .nav-item a {
  font-weight: 600;
  color: #381310;
  margin-left: 15px;
  margin-right: 15px;
  font-size: 15px;
  transition: 0.5s all ease;
}
.main-nav nav .navbar-nav .nav-item a:hover, .main-nav nav .navbar-nav .nav-item a:focus, .main-nav nav .navbar-nav .nav-item a.active {
  color: #1c912b;
}
.main-nav nav .navbar-nav .nav-item a i {
  display: inline-block;
  font-weight: 600;
  font-size: 18px;
  position: relative;
  top: 3px;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu {
  padding: 0;
  background: #fff;
  border: 0;
  border-radius: 0;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
  top: 0 !important;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover a {
  color: #1c912b;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li:last-child a {
  border-bottom: 0;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
  font-weight: 600;
  padding: 9px 15px;
  color: #381310;
  position: relative;
  z-index: 1;
  border-bottom: 1px solid #f1f1f1;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:before {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #1c912b;
  transition: 0.3s;
  z-index: -1;
  border-radius: 0px 50px 50px 0px;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover, .main-nav nav .navbar-nav .nav-item .dropdown-menu li a:focus, .main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active {
  color: #1c912b;
  padding-left: 18px;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover:before, .main-nav nav .navbar-nav .nav-item .dropdown-menu li a:focus:before, .main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active:before {
  width: 3px;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
  top: 15px;
  left: unset;
  right: -100%;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
  color: #381310;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover, .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus, .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
  color: #1c912b;
}
.main-nav .dropdown-toggle::after {
  display: none;
}

.side-nav .language {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
.side-nav .language .nice-select {
  height: 30px;
  line-height: 30px;
  background-color: transparent;
  border: 0;
  font-size: 16px;
  color: #381310;
  font-weight: 600;
}
.side-nav .language .nice-select:after {
  border-bottom: 2px solid #381310;
  border-right: 2px solid #381310;
}
.side-nav .language .nice-select ul {
  border: 0;
  border-radius: 0;
  display: block;
  width: 100%;
}
.side-nav .language .nice-select ul li {
  display: block;
  width: 100%;
  color: #381310;
  font-size: 15px;
}
.side-nav .consultant-btn {
  display: inline-block;
  color: #fff;
  background-color: #1c912b;
  border-radius: 5px;
  padding: 12px 25px;
  font-weight: 600;
  vertical-align: middle;
}
.side-nav .consultant-btn:hover {
  background-color: #381310;
}

/*-- Banner --*/
.banner-bg-one {
  background-image: url("../img/banner/banner-bg1.jpg");
}

.banner-area {
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.banner-area:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgb(125, 122, 185) 0%, rgba(125, 122, 185, 0.3029239097) 35%);
}
.banner-area .banner-shape img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.7;
}

.banner-item {
  height: 880px;
  position: relative;
}

.banner-content {
  position: relative;
  z-index: 1;
  max-width: 735px;
  margin-top: 80px;
}
.banner-content span {
  display: block;
  font-weight: 600;
  margin-bottom: 10px;
  color: #1c912b;
}
.banner-content h1 {
  font-size: 56px;
  color: #fff;
  margin-bottom: 10px;
}
.banner-content p {
  font-weight: 600;
  color: #fff;
  font-size: 18px;
  margin-bottom: 35px;
}
.banner-content .banner-btn {
  margin-right: 10px;
  color: #1c912b;
  background-color: #fff;
}

.banner-slider-img {
  position: absolute;
  bottom: 0;
  right: 40px;
  max-width: 790px;
}
.banner-slider-img.two {
  max-width: 565px;
}
.banner-slider-img.three {
  max-width: 565px;
}

.owl-item.active .banner-content h1 {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.7s;
}

.owl-item.active .banner-content p {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.7s;
}

.owl-item.active .banner-slider-img img {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.7s;
}

/*-- About --*/
.about-area {
  position: relative;
 
}
.about-area .about-shape img {
  position: absolute;
}
.about-area .about-shape img:nth-child(1) {
  top: 100px;
  left: 0;
}
.about-area .about-shape img:nth-child(2) {
  left: 40px;
  top: 140px;
  animation: about-ani-two 15s linear infinite;
}
.about-area .about-shape img:nth-child(3) {
  top: 100px;
  left: 30px;
  max-width: 210px;
  animation: about-ani-one 5s linear infinite;
}
.about-area .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.about-area .container-fluid .row {
  margin-left: 0;
  margin-right: 0;
}
.about-area .left-padding {
  padding-left: 0;
}
.about-area .about-img .one {
  margin-bottom: 30px;
  text-align: right;
  position: relative;
}
.about-area .about-img .one img:nth-child(1) {
  border-radius: 0 30% 0 0;
  max-width: 375px;
  margin-left: auto;
  z-index: 1;
  position: relative;
}
.about-area .about-img .one img:nth-child(2) {
  position: absolute;
  top: 0;
  right: -60px;
  animation: about-ani-three 20s linear infinite;
}
.about-area .about-img .three img {
  border-radius: 30% 0 0 0;
}
.about-area .about-content {
  max-width: 750px;
}
.about-area .about-content .section-title {
  text-align: left;
  margin-bottom: 30px;
}
.about-area .about-content .middle {
  margin-bottom: 35px;
}
.about-area .about-content .middle span {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 10px;
  display: block;
}
.about-area .about-content .middle p {
  margin-bottom: 0;
}
.about-area .about-content .bottom {
  margin-bottom: 40px;
}
.about-area .about-content .bottom ul {
  display: flex;
  flex-wrap: wrap;
}
.about-area .about-content .bottom ul li {
  list-style-type: none;
  display: inline-block;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
  position: relative;
  padding-left: 80px;
}
.about-area .about-content .bottom ul li i {
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 15px;
  color: #1c912b;
  font-size: 50px;
  z-index: 1;
}
.about-area .about-content .bottom ul li i:after {
  position: absolute;
  content: "";
  width: 50px;
  height: 50px;
  top: -10px;
  left: -15px;
  border-radius: 50%;
  background-color: #fcd1c4;
  z-index: -1;
}
.about-area .about-content .bottom ul li h3 {
  font-size: 40px;
  margin-bottom: 5px;
}
.about-area .about-content .bottom ul li p {
  margin-bottom: 0;
  font-weight: 600;
  color: #1c912b;
}
.about-area .about-content .years {
  position: relative;
  left: -110px;
}
.about-area .about-content .years ul {
  display: flex;
  flex-wrap: wrap;
}
.about-area .about-content .years ul li {
  list-style-type: none;
  display: inline-block;
  flex: 0 0 60%;
  max-width: 60%;
}
.about-area .about-content .years ul li:nth-child(2) {
  flex: 0 0 40%;
  max-width: 40%;
}
.about-area .about-content .years ul li .years-inner {
  background-color: #381310;
  border-radius: 10px 0 10px 0;
  position: relative;
  padding: 18px 150px 20px 130px;
}
.about-area .about-content .years ul li .years-inner span {
  display: inline-block;
  font-size: 80px;
  color: #1c912b;
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 25px;
}
.about-area .about-content .years ul li .years-inner h4 {
  font-size: 32px;
  color: #fff;
  margin-bottom: 0;
}
.about-area .about-content .years ul li .years-inner i {
  display: inline-block;
  font-size: 85px;
  color: #5d6d86;
  position: absolute;
  top: -3px;
  right: 25px;
}
.about-area .about-content .years ul li .years-inner img {
  position: absolute;
  right: -55px;
  bottom: -20px;
  animation: about-ani-three 20s linear infinite;
  z-index: -1;
}

@keyframes about-ani-one {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-15px, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes about-ani-two {
  0% {
    transform: rotateY(0deg);
  }
  50% {
    transform: rotateY(180deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}
@keyframes about-ani-three {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.video-wrap {
  z-index: 2;
  margin-left: 25px;
}
.video-wrap a {
  z-index: 10;
  display: inline-block;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  position: relative;
  font-size: 60px;
  text-align: center;
  color: #1c912b;
}
.video-wrap a i {
  line-height: 90px;
}
.video-wrap a:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 90px;
  height: 90px;
  background-color: #fac7b7;
  border-radius: 50%;
  z-index: -1;
  animation: pulse-border 1500ms ease-out infinite;
}
.video-wrap a:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 90px;
  height: 90px;
  background-color: #fac7b7;
  border-radius: 50%;
  z-index: -1;
  transition: 0.5s all ease;
}
.video-wrap a:hover {
  color: #fff;
}
.video-wrap a:hover:before {
  background-color: #381310;
}
.video-wrap a:hover:after {
  background-color: #381310;
}
.video-wrap span {
  display: inline-block;
  color: #1c912b;
  font-weight: 600;
  position: relative;
  top: -20px;
  margin-left: 25px;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
/*-- Services --*/
.services-area {
  background-color: #efefef;
  position: relative;
}
.services-area .services-shape {
  z-index: -1;
}
.services-area .services-shape img {
  position: absolute;
}
.services-area .services-shape img:nth-child(1) {
  top: 0;
  left: 0;
  animation: service-ani-one 3s linear infinite;
}
.services-area .services-shape img:nth-child(2) {
  right: 0;
  bottom: 0;
  animation: service-ani-one 3s linear infinite;
}
.services-area .section-title h2 {
  margin-bottom: 8px;
  max-width: 460px;
  margin-left: auto;
  margin-right: auto;
}
.services-area .section-title p {
  margin-bottom: 0;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  font-weight: 500;
}

@keyframes service-ani-one {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
@keyframes service-ani-two {
  0% {
    opacity: 0.2;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.2;
  }
}
.services-item {
  margin-bottom: 30px;
  position: relative;
  background-color: #fff;
  padding: 30px;
  z-index: 1;
  transition: 0.5s all ease;
}
.services-item:hover {
  transform: translate(0, -10px);
}
.services-item .icon {
  position: absolute;
  left: 40px;
  top: 60px;
  color: #1c912b;
  font-size: 35px;
  line-height: 35px;
  z-index: 1;
  text-align: center;
}
.services-item .icon:after {
  position: absolute;
  content: "";
  width: 60px;
  height: 60px;
  left: -15px;
  right: 0;
  top: -13px;
  margin-left: auto;
  margin-right: auto;
  background-color: #feebe4;
  z-index: -1;
  transform: rotate(45deg);
}
.services-item h3 {
  margin-bottom: 10px;
  font-size: 24px;
}
.services-item h3 a {
  color: #1c912b;
}
.services-item h3 a:hover {
  color: #381310;
}
.services-item p {
  margin-bottom: 14px;
}
.services-item .services-btn {
  margin-left: -5px;
}
.services-item .services-btn i {
  display: inline-block;
  font-size: 21px;
  position: relative;
  top: 4px;
}
.logo img{
  border-radius: 30px;
}
.services-item .services-btn a {
  display: inline-block;
  font-weight: 600;
  color: #011f4c;
  border-bottom: 1px solid #1c912b;
}
.services-item .services-btn a:hover {
  color: #1c912b;
}

/*-- Works --*/
.works-area {
  background-color: #f9f9f9;
  background-image: url("../img/works-bg.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.works-item {
  margin-bottom: 30px;
  text-align: center;
}
.works-item:hover i {
  background-color: #1c912b;
}
.works-item i {
  display: inline-block;
  color: #1c912b;
  width: 160px;
  height: 160px;
  font-size: 45px;
  line-height: 155px;
  border-radius: 50%;
  text-align: center;
  background-color: #fee4db;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
  transition: 0.5s all ease;
}
.works-item i:after {
  position: absolute;
  content: "";
  width: 110px;
  height: 110px;
  left: 0;
  right: 0;
  top: 25px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fee4db;
  z-index: -1;
  border-radius: 50%;
  border: 8px solid #1c912b;
}
.works-item h3 {
  font-size: 24px;
  margin-bottom: 10px;
}
.works-item h3 a {
  color: #381310;
}
.works-item h3 a:hover {
  color: #1c912b;
}
.works-item p {
  margin-bottom: 0;
}

/*-- Book --*/
.book-area {
  z-index: 1;
}
.book-area .book-content {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  padding-top: 100px;
  padding-bottom: 100px;
  border-radius: 10px;
  background-color: #381310;
  text-align: center;
  position: relative;
  z-index: 1;
}
.book-area .book-content .book-shape img {
  position: absolute;
  z-index: -1;
}
.book-area .book-content .book-shape img:nth-child(1) {
  top: 0;
  left: 0;
  animation: service-ani-one 3s linear infinite;
}
.book-area .book-content .book-shape img:nth-child(2) {
  bottom: 0;
  right: 0;
  animation: service-ani-two 3s linear infinite;
}
.book-area .book-content h2 {
  color: #fff;
  margin-bottom: 10px;
  font-size: 38px;
  margin-top: -10px;
}
.book-area .book-content p {
  margin-bottom: 18px;
  font-size: 28px;
  color: #fff;
}
.book-area .book-content p a {
  display: inline-block;
  color: #fff;
}
.book-area .book-content p a:hover {
  color: #1c912b;
}
.book-area .book-content .common-btn span {
  background-color: #fff;
}
.book-area .book-content .common-btn:hover {
  color: #381310 !important;
}

/*-- Touch --*/
.touch-area {
  background-color: #381310;
  position: relative;
}
.touch-area .touch-shape {
  z-index: -1;
}
.touch-area .touch-shape img {
  position: absolute;
}
.touch-area .touch-shape img:nth-child(1) {
  top: 0;
  left: 0;
  animation: service-ani-one 3s linear infinite;
}
.touch-area .touch-shape img:nth-child(2) {
  bottom: 0;
  right: 0;
  animation: service-ani-two 3s linear infinite;
}
.touch-area .section-title {
  text-align: left;
  margin-bottom: 30px;
}
.touch-area .section-title h2 {
  color: #fff;
}
.touch-area .touch-content {
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.touch-area .touch-content .form-group {
  margin-bottom: 30px;
}
.touch-area .touch-content .form-group .form-control {
  height: 50px;
  border: 0;
  border-radius: 0;
  background-color: #313e55;
  padding-left: 20px;
  font-size: 15px;
  color: #fff;
}
.touch-area .touch-content .form-group .form-control:focus {
  box-shadow: none;
  border: 0;
}
.touch-area .touch-content .form-group .nice-select {
  height: 50px;
  border: 0;
  border-radius: 0;
  background-color: #313e55;
  padding-left: 20px;
  font-size: 15px;
  color: #bfbfc0;
  margin-bottom: 30px;
  line-height: 50px;
  width: 100%;
  display: block;
}
.touch-area .touch-content .form-group .nice-select .list {
  width: 100%;
  display: block;
}
.touch-area .touch-content .form-group .nice-select .list li {
  color: #381310;
}
.touch-area .touch-content .form-group ::-moz-placeholder {
  color: #bfbfc0;
}
.touch-area .touch-content .form-group ::placeholder {
  color: #bfbfc0;
}
.touch-area .touch-content .form-group textarea {
  height: auto !important;
  padding-top: 13px;
}
.touch-area .touch-content .common-btn {
  border: 0;
  width: 100%;
  display: block;
  text-align: center;
}
.touch-area .touch-content .common-btn span {
  background-color: #fff;
}
.touch-area .touch-content .common-btn:hover {
  color: #381310 !important;
}
.touch-area .touch-img {
  margin-bottom: 30px;
}
.touch-area .touch-img img {
  width: 100%;
  border-radius: 30px;
}

/*-- Team --*/
.team-area .owl-prev {
  position: absolute;
  top: 40%;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50% !important;
  color: #fff !important;
  background-color: #1c912b !important;
  font-size: 30px !important;
  transition: 0.5s all ease;
}
.team-area .owl-prev i {
  line-height: 40px;
}
.team-area .owl-prev:hover {
  background: #381310 !important;
}
.team-area .owl-next {
  position: absolute;
  top: 40%;
  right: 0;
  width: 40px;
  height: 40px;
  border-radius: 50% !important;
  color: #fff !important;
  background-color: #1c912b !important;
  font-size: 30px !important;
  transition: 0.5s all ease;
}
.team-area .owl-next i {
  line-height: 40px;
}
.team-area .owl-next:hover {
  background: #381310 !important;
}

.team-item {
  margin-bottom: 30px;
  transition: 0.5s all ease;
  margin-left: 15px;
  margin-right: 15px;
}
.team-item:hover .top ul li {
  opacity: 1;
  visibility: visible;
}
.team-item:hover .top ul li:nth-child(1) a {
  transform: rotateY(360deg);
}
.team-item:hover .top ul li:nth-child(2) a {
  transform: rotateX(360deg);
}
.team-item:hover .top ul li:nth-child(3) a {
  transform: rotateY(360deg);
}
.team-item:hover .top ul li:nth-child(4) a {
  transform: rotateX(360deg);
}
.team-item:hover .bottom {
  max-width: 100%;
  background-color: #fff;
}
.team-item .top {
  position: relative;
}
.team-item .top img {
  width: 100%;
}
.team-item .top ul {
  position: absolute;
  top: 60px;
  left: 25px;
}
.team-item .top ul li {
  list-style-type: none;
  display: block;
  margin-bottom: 10px;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s all ease;
}
.team-item .top ul li:last-child {
  margin-bottom: 0;
}
.team-item .top ul li a {
  display: block;
  width: 45px;
  height: 45px;
  color: #1c912b;
  background-color: #fff;
  font-size: 22px;
  text-align: center;
}
.team-item .top ul li a i {
  line-height: 45px;
}
.team-item .top ul li a:hover {
  color: #fff;
  background-color: #381310;
}
.team-item .bottom {
  max-width: 285px;
  margin-left: auto;
  margin-right: auto;
  background-color: #f5f4f4;
  position: relative;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 25px;
  margin-top: -15px;
  box-shadow: 0px 0px 20px 0px rgba(221, 221, 221, 0.3411764706);
  transition: 0.5s all ease;
}
.team-item .bottom img {
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
}
.team-item .bottom h3 {
  font-size: 24px;
  margin-bottom: 5px;
}
.team-item .bottom span {
  display: block;
  color: #1c912b;
  font-weight: 600;
  font-size: 14px;
}

/*-- Plan --*/
.plan-area {
  background-image: url("../img/plan-bg.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
.plan-area:before {
  position: absolute;
  content: "";
  width: 300px;
  height: 100%;
  top: 0;
  right: 0;
  background-color: #fff;
}
.plan-area .plan-content {
  background-color: #fff;
  padding: 40px 205px 50px 50px;
  max-width: 840px;
  box-shadow: 0px 0px 20px 0px rgba(221, 221, 221, 0.3490196078);
  position: relative;
  top: 100px;
  margin-left: auto;
  margin-right: 35px;
  z-index: 1;
}
.plan-area .plan-content .plan-shape img {
  position: absolute;
}
.plan-area .plan-content .plan-shape img:nth-child(1) {
  bottom: 0;
  right: 0;
  animation: service-ani-one 3s linear infinite;
}
.plan-area .plan-content .plan-shape img:nth-child(2) {
  top: 0;
  right: 0;
  animation: service-ani-two 3s linear infinite;
}
.plan-area .plan-content .section-title {
  text-align: left;
  margin-bottom: 25px;
}
.plan-area .plan-content .section-title h2 {
  max-width: 525px;
}
.plan-area .plan-content p {
  margin-bottom: 30px;
}
.plan-area .plan-content .skill-wrap {
  overflow: hidden;
  padding-right: 15px;
}
.plan-area .plan-content .skill {
  margin-bottom: 30px;
  position: relative;
}
.plan-area .plan-content .skill:last-child {
  margin-bottom: 0;
}
.plan-area .plan-content .skill:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 8px;
  bottom: 0;
  left: 0;
  display: block;
  background: #ebeded;
  border-radius: 30px;
}
.plan-area .plan-content .skill h3 {
  font-size: 20px;
  color: #381310;
  margin-bottom: 10px;
}
.plan-area .plan-content .skill-bar {
  width: 100%;
  height: 8px;
  background: #1c912b;
  display: block;
  position: relative;
  border-radius: 30px;
}
.plan-area .plan-content .skill-bar span {
  position: absolute;
  top: -28px;
  padding: 0;
  font-size: 16px;
  font-weight: 600;
  color: #381310;
  margin-bottom: 0;
  display: inline-block;
}
.plan-area .plan-content .skill1 {
  width: 75%;
}
.plan-area .plan-content .skill1 .skill-count1 {
  right: 7px;
}
.plan-area .plan-content .skill2 {
  width: 45%;
}
.plan-area .plan-content .skill2 .skill-count2 {
  right: 7px;
}
.plan-area .plan-content .skill3 {
  width: 80%;
}
.plan-area .plan-content .skill3 .skill-count3 {
  right: 7px;
}

/*-- FAQ --*/
.faq-area .section-title {
  text-align: left;
}
.faq-area .section-title h2 {
  margin-bottom: 5px;
}
.faq-area .section-title p {
  margin-bottom: 0;
}
.faq-area .faq-img {
  position: relative;
  margin-bottom: 30px;
}
.faq-area .faq-img img:nth-child(1) {
  position: relative;
  z-index: 1;
}
.faq-area .faq-img img:nth-child(2) {
  position: absolute;
  bottom: 0;
  left: 55px;
}

.faq-item {
  margin-bottom: 30px;
}
.faq-item .accordion p {
  display: none;
  padding: 20px 110px 20px 25px;
  margin-bottom: 0;
}
.faq-item .accordion li {
  position: relative;
  list-style-type: none;
  margin-bottom: 15px;
  display: block;
  box-shadow: 0px 0px 30px 0px rgba(221, 221, 221, 0.2588235294);
  border-radius: 5px;
}
.faq-item .accordion li:first-child {
  border-top: 0;
}
.faq-item .accordion li:last-child {
  margin-bottom: 0;
}
.faq-item .accordion li a {
  width: 100%;
  display: block;
  cursor: pointer;
  font-size: 18px;
  font-weight: 600;
  color: #221668;
  padding: 13px 40px 13px 20px;
  background-color: #fcf7f5;
}
.faq-item .accordion li a.active {
  color: #fff;
  background-color: #1c912b;
}
.faq-item .accordion li a.active i {
  color: #fff;
  opacity: 0;
}
.faq-item .accordion li a.active i.two {
  opacity: 1;
}
.faq-item .accordion li a i {
  position: absolute;
  top: 16px;
  right: 20px;
  display: inline-block;
  font-size: 15px;
  opacity: 1;
  transition: 0.5s all ease;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  background-color: #1c912b;
  color: #fff;
}
.faq-item .accordion li a i.two {
  opacity: 0;
  color: #381310;
  background-color: #fff;
}

/*-- Testimonials --*/
.testimonials-area {
  background-color: #f9f9f9;
}
.testimonials-area .section-title {
  text-align: left;
}
.testimonials-area .testimonials-item {
  position: relative;
  margin-bottom: 100px;
}
.testimonials-area .testimonials-item img {
  position: absolute;
  bottom: -100px;
  left: 0;
  max-width: 360px;
}
.testimonials-area .testimonials-item .inner {
  padding-left: 460px;
}
.testimonials-area .testimonials-item .inner h2 {
  font-style: italic;
  font-weight: 400;
  font-size: 30px;
  margin-bottom: 25px;
  position: relative;
  z-index: 1;
}
.testimonials-area .testimonials-item .inner h3 {
  font-size: 24px;
  margin-bottom: 5px;
  color: #1c912b;
}
.testimonials-area .testimonials-item .inner span {
  display: block;
  font-size: 15px;
  font-weight: 600;
}
.testimonials-area .testimonials-item .inner i {
  display: inline-block;
  color: #fce4db;
  position: absolute;
  font-size: 120px;
  top: 65px;
  left: 195px;
  right: 0;
  text-align: center;
}
.testimonials-area .owl-prev {
  width: 35px;
  height: 35px;
  font-size: 18px !important;
  border-radius: 50% !important;
  color: #1c912b !important;
  border: 1px solid #1c912b !important;
  transition: 0.5s all ease;
}
.testimonials-area .owl-prev i {
  line-height: 35px;
}
.testimonials-area .owl-prev:hover {
  color: #fff !important;
  background: #1c912b !important;
}
.testimonials-area .owl-next {
  width: 35px;
  height: 35px;
  font-size: 18px !important;
  border-radius: 50% !important;
  color: #1c912b !important;
  border: 1px solid #1c912b !important;
  transition: 0.5s all ease;
}
.testimonials-area .owl-next i {
  line-height: 35px;
}
.testimonials-area .owl-next:hover {
  color: #fff !important;
  background: #1c912b !important;
}
.testimonials-area .owl-theme .owl-nav {
  margin-top: 0;
  position: absolute;
  right: 70px;
  bottom: 115px;
}
.testimonials-area .owl-item.active .testimonials-item img {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.7s;
}

/*-- Blog --*/
.blog-item {
  margin-bottom: 30px;
  box-shadow: 0px 0px 20px 0px rgba(221, 221, 221, 0.3411764706);
  transition: 0.5s all ease;
}
.blog-item:hover {
  transform: translate(0, -10px);
}
.blog-item:hover .top {
  background-color: #1c912b;
}
.blog-item:hover .bottom {
  background-color: #fff;
}
.blog-item .top {
  background-color: #efefef;
  padding: 10px;
  border-radius: 10px 10px 0 0;
  transition: 0.5s all ease;
  overflow: hidden;
}
.blog-item .top img {
  width: 100%;
  border-radius: 10px 10px 0 0;
}
.blog-item .bottom {
  padding: 20px 25px 25px;
  background-color: #fef9f9;
  transition: 0.5s all ease;
}
.blog-item .bottom ul {
  margin-bottom: 16px;
}
.blog-item .bottom ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 15px;
  font-size: 14px;
}
.blog-item .bottom ul li:last-child {
  margin-right: 0;
}
.blog-item .bottom ul li i {
  display: inline-block;
  color: #1c912b;
  margin-right: 3px;
  font-size: 18px;
  position: relative;
  top: 3px;
}
.blog-item .bottom ul li a {
  display: inline-block;
  color: #011f4c;
}
.blog-item .bottom ul li a:hover {
  color: #1c912b;
}
.blog-item .bottom h3 {
  margin-bottom: 10px;
  font-size: 24px;
}
.blog-item .bottom h3 a {
  color: #381310;
}
.blog-item .bottom h3 a:hover {
  color: #1c912b;
}
.blog-item .bottom p {
  margin-bottom: 14px;
}
.blog-item .bottom .blog-btn {
  display: inline-block;
  color: #381310;
  font-weight: 600;
  border-bottom: 1px solid #1c912b;
}
.blog-item .bottom .blog-btn:hover {
  color: #1c912b;
}

/*-- Footer --*/
footer {
  background-color: #7e0721;
  background-image: url("../img/footer-bg.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.footer-item {
  margin-bottom: 30px;
}
.footer-item h3 {
  font-size: 24px;
  padding-bottom: 10px;
  margin-bottom: 30px;
  position: relative;
  color: #fff;
}
.footer-item h3:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 50px;
  height: 2px;
  background-color: #1c912b;
}
.footer-item .footer-logo .logo {
  display: block;
  margin-bottom: 20px;
}
.footer-item .footer-logo p {
  margin-bottom: 20px;
  color: #fff;
}
.footer-item .footer-logo ul li {
  list-style-type: none;
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
}
.footer-item .footer-logo ul li:last-child {
  margin-bottom: 0;
}
.footer-item .footer-logo ul li i {
  position: absolute;
  top: 0;
  left: 0;
  color: #1c912b;
  font-size: 25px;
}
.footer-item .footer-logo ul li span {
  display: inline-block;
  font-weight: 600;
  margin-right: 3px;
  color: #fff;
}
.footer-item .footer-logo ul li a {
  display: inline-block;
  color: #fff;
}
.footer-item .footer-logo ul li a:hover {
  color: #1c912b;
}
.footer-item .footer-links ul li {
  list-style-type: none;
  display: block;
  margin-bottom: 10px;
}
.footer-item .footer-links ul li:last-child {
  margin-bottom: 0;
}
.footer-item .footer-links ul li a {
  color: #fff;
  display: block;
}
.footer-item .footer-links ul li a:hover {
  color: #1c912b;
  padding-left: 5px;
}
.footer-item .footer-newsletter p {
  color: #fff;
  margin-bottom: 30px;
}
.footer-item .footer-newsletter .newsletter-form .form-control {
  height: 50px;
  border: 0;
  border-radius: 0;
  padding-left: 15px;
  font-size: 15px;
}
.footer-item .footer-newsletter .newsletter-form .form-control:focus {
  box-shadow: none;
  border: 0;
}
.footer-item .footer-newsletter .newsletter-form .common-btn {
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  width: 100%;
  text-align: center;
  height: 50px;
  opacity: 1;
  transition: 0.5s all ease;
  border: 0;
  border-radius: 0;
  margin-top: 10px;
}
.footer-item .footer-newsletter .newsletter-form .validation-danger {
  color: #fff;
  margin-top: 10px;
}

/*-- Copyright --*/
.copyright-area {
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #00622f;
  text-align: center;
}
.copyright-area .copyright-item p {
  margin-bottom: 0;
  font-size: 15px;
  color: #fff;
}
.copyright-area .copyright-item p a {
  display: inline-block;
  color: #1c912b;
  font-weight: 700;
}
.copyright-area .copyright-item p a:hover {
  color: #fff;
}

/*----- End Home Demo One CSS -----*/
/*----- Home Demo Two CSS -----*/
/*-- Header --*/
.header-area.two .left ul li i {
  color: #7e0721;
}
.header-area.two .left ul li a {
  color: #fff;
}
.header-area.two .left ul li a:hover {
  color: #7e0721;
}
.header-area.two .right ul li a {
  color: #fff;
}
.header-area.two .right ul li a:hover {
  color: #7e0721;
}

/*-- Navbar --*/
.main-nav.two nav .navbar-nav .nav-item:hover a {
  color: #7e0721;
}
.main-nav.two nav .navbar-nav .nav-item a {
  color: #381310;
}
.main-nav.two nav .navbar-nav .nav-item a:hover, .main-nav.two nav .navbar-nav .nav-item a:focus, .main-nav.two nav .navbar-nav .nav-item a.active {
  color: #7e0721;
}
.main-nav.two nav .navbar-nav .nav-item .dropdown-menu li:hover a {
  color: #7e0721;
}
.main-nav.two nav .navbar-nav .nav-item .dropdown-menu li a {
  color: #381310;
}
.main-nav.two nav .navbar-nav .nav-item .dropdown-menu li a:before {
  background-color: #7e0721;
}
.main-nav.two nav .navbar-nav .nav-item .dropdown-menu li a:hover, .main-nav.two nav .navbar-nav .nav-item .dropdown-menu li a:focus, .main-nav.two nav .navbar-nav .nav-item .dropdown-menu li a.active {
  color: #7e0721;
}
.main-nav.two nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
  color: #381310;
}
.main-nav.two nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover, .main-nav.two nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus, .main-nav.two nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
  color: #7e0721;
}
.main-nav.two .side-nav .consultant-btn {
  background-color: #7e0721;
}
.main-nav.two .side-nav .consultant-btn:hover {
  background-color: #381310;
}

/*-- Banner --*/
.banner-bg-two {
  background-image: url("../img/banner/banner-bg2.jpg");
}

.banner-bg-three {
  background-image: url("../img/banner/banner-bg3.jpg");
}

.banner-area-two .banner-item {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.banner-area-two .banner-item:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.5;
}
.banner-area-two .banner-item .banner-content {
  max-width: 675px;
}
.banner-area-two .banner-item .banner-content span {
  color: #fff;
}
.banner-area-two .banner-item .banner-content h1 {
  font-size: 65px;
}
.banner-area-two .owl-prev {
  position: absolute;
  top: 45%;
  left: 20px;
  width: 50px;
  height: 50px;
  font-size: 40px !important;
  border-radius: 50% !important;
  color: #fff !important;
  background-color: #7e0721 !important;
  transition: 0.5s all ease;
}
.banner-area-two .owl-prev i {
  line-height: 50px;
}
.banner-area-two .owl-prev:hover {
  background: #381310 !important;
}
.banner-area-two .owl-next {
  position: absolute;
  top: 45%;
  right: 20px;
  width: 50px;
  height: 50px;
  font-size: 40px !important;
  border-radius: 50% !important;
  color: #fff !important;
  background-color: #7e0721 !important;
  transition: 0.5s all ease;
}
.banner-area-two .owl-next i {
  line-height: 50px;
}
.banner-area-two .owl-next:hover {
  background: #381310 !important;
}

/*-- About --*/
.about-area-two {
  margin-top: -10px;
}
.about-area-two .about-content {
  margin-bottom: 30px;
}
.about-area-two .about-content .section-title {
  margin-bottom: 20px;
  text-align: left;
}
.about-area-two .about-content .about-p {
  margin-bottom: 20px;
}
.about-area-two .about-content ul li {
  list-style-type: none;
  display: block;
  position: relative;
  padding-left: 85px;
  margin-bottom: 20px;
}
.about-area-two .about-content ul li:last-child {
  margin-bottom: 0;
}
.about-area-two .about-content ul li i {
  color: #7e0721;
  display: inline-block;
  font-size: 45px;
  line-height: 40px;
  position: absolute;
  top: 5px;
  left: 0;
  z-index: 1;
}
.about-area-two .about-content ul li i:after {
  position: absolute;
  content: "";
  width: 60px;
  height: 60px;
  border-radius: 50%;
  top: -5px;
  left: 0;
  background-color: #fddce0;
  z-index: -1;
}
.about-area-two .about-content ul li h3 {
  font-size: 24px;
  margin-bottom: 5px;
}
.about-area-two .about-content ul li p {
  margin-bottom: 0;
}
.about-area-two .about-content .common-btn {
  margin-top: 35px;
}
.about-area-two .about-img {
  margin-bottom: 30px;
  position: relative;
}
.about-area-two .about-img img:nth-child(1) {
  border-radius: 50px 0 0 0;
  position: relative;
  z-index: 1;
  width: 100%;
}
.about-area-two .about-img img:nth-child(2) {
  position: absolute;
  top: 0;
  left: -65px;
  animation: about-ani-three 20s linear infinite;
}
.about-area-two .about-img img:nth-child(3) {
  position: absolute;
  top: -85px;
  right: 0;
  animation: about-ani-two 15s linear infinite;
}
.about-area-two .about-img img:nth-child(4) {
  position: absolute;
  bottom: -10px;
  right: 0;
  animation: about-ani-one 5s linear infinite;
}

/*-- Projects --*/
.projects-area {
  background-color: #efefef;
}

.projects-item {
  margin-bottom: 30px;
  position: relative;
  transition: 0.5s all ease;
}
.projects-item:hover {
  transform: translate(0, -10px);
}
.projects-item:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.0416879547) 0%, rgba(0, 0, 0, 0.715845258) 72%);
}
.projects-item img {
  width: 100%;
}
.projects-item .inner {
  position: absolute;
  left: 15px;
  bottom: 12px;
  z-index: 1;
}
.projects-item .inner h3 {
  font-size: 24px;
  margin-bottom: 5px;
}
.projects-item .inner h3 a {
  color: #fff;
}
.projects-item .inner h3 a:hover {
  color: #7e0721;
}
.projects-item .inner .projects-btn {
  display: inline-block;
  color: #7e0721;
  font-weight: 700;
}
.projects-item .inner .projects-btn:hover {
  color: #fff;
}

/*-- Services Two --*/
.services-item-two {
  margin-bottom: 30px;
  box-shadow: 0px 0px 20px 0px rgba(221, 221, 221, 0.3411764706);
  transition: 0.5s all ease;
}
.services-item-two:hover {
  transform: translate(0, -10px);
}
.services-item-two:hover .top {
  background-color: #7e0721;
}
.services-item-two:hover .bottom {
  background-color: #fff;
}
.services-item-two .top {
  background-color: #efefef;
  padding: 10px;
  border-radius: 10px 10px 0 0;
  transition: 0.5s all ease;
  overflow: hidden;
}
.services-item-two .top img {
  width: 100%;
  border-radius: 10px 10px 0 0;
}
.services-item-two .bottom {
  padding: 20px 25px 25px;
  transition: 0.5s all ease;
}
.services-item-two .bottom h3 {
  margin-bottom: 10px;
  font-size: 24px;
}
.services-item-two .bottom h3 a {
  color: #381310;
}
.services-item-two .bottom h3 a:hover {
  color: #7e0721;
}
.services-item-two .bottom p {
  margin-bottom: 14px;
}
.services-item-two .bottom .services-btn i {
  display: inline-block;
  color: #7e0721;
  font-size: 20px;
  position: relative;
  top: 4px;
}
.services-item-two .bottom .services-btn a {
  display: inline-block;
  color: #7e0721;
  font-weight: 600;
  border-bottom: 1px solid #7e0721;
}
.services-item-two .bottom .services-btn a:hover {
  color: #381310;
  border-bottom: 1px solid #381310;
}

/*-- Projects Two --*/
.projects-area-two {
  background-color: #efefef;
}

.projects-item-two {
  margin-bottom: 30px;
  position: relative;
  padding: 30px 25px 30px;
  background-color: #fff;
  z-index: 1;
  transition: 0.5s all ease;
}
.projects-item-two:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  left: 0;
  bottom: 0;
  background-color: #7e0721;
  z-index: -1;
  transition: 0.5s all ease;
}
.projects-item-two:hover {
  transform: translate(0, -10px);
}
.projects-item-two:hover:before {
  height: 100%;
}
.projects-item-two:hover i {
  color: #fff;
}
.projects-item-two:hover h3 a {
  color: #fff;
}
.projects-item-two:hover p {
  color: #fff;
}
.projects-item-two:hover .projects-btn {
  color: #fff;
}
.projects-item-two img {
  position: absolute;
  z-index: -1;
}
.projects-item-two img:nth-child(1) {
  top: 0;
  right: 0;
}
.projects-item-two img:nth-child(2) {
  right: 0;
  bottom: 0;
}
.projects-item-two .icon {
  display: inline-block;
  color: #7e0721;
  font-size: 45px;
  line-height: 45px;
  margin-bottom: 15px;
  transition: 0.5s all ease;
}
.projects-item-two h3 {
  margin-bottom: 10px;
  font-size: 24px;
}
.projects-item-two h3 a {
  color: #7e0721;
}
.projects-item-two h3 a:hover {
  color: #381310;
}
.projects-item-two p {
  margin-bottom: 14px;
  transition: 0.5s all ease;
}
.projects-item-two .projects-btn {
  display: inline-block;
  font-weight: 600;
  color: #7e0721;
}
.projects-item-two .projects-btn i {
  display: inline-block;
  font-size: 20px;
  position: relative;
  top: 4px;
  transition: 0.5s all ease;
}
.projects-item-two .projects-btn:hover {
  color: #381310;
}
.projects-item-two .projects-btn:hover i {
  color: #381310;
}

/*-- Counter --*/
.counter-wrap {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fafafa;
  padding: 50px 50px 20px;
  box-shadow: 0px 0px 20px 0px rgba(221, 221, 221, 0.3411764706);
  position: relative;
  z-index: 1;
}
.counter-wrap .counter-shape img {
  z-index: -1;
  position: absolute;
}
.counter-wrap .counter-shape img:nth-child(1) {
  top: 0;
  left: 0;
  animation: service-ani-one 3s linear infinite;
}
.counter-wrap .counter-shape img:nth-child(2) {
  bottom: 0;
  right: 0;
  animation: service-ani-two 3s linear infinite;
}

.counter-item {
  margin-bottom: 30px;
  text-align: center;
  position: relative;
}
.counter-item.right-border:before {
  display: none;
}
.counter-item:before {
  position: absolute;
  content: "";
  width: 2px;
  height: 135px;
  right: 0;
  top: 15px;
  background-color: #7e0721;
}
.counter-item i {
  font-size: 55px;
  line-height: 55px;
  margin-bottom: 12px;
  color: #7e0721;
  display: inline-block;
}
.counter-item h3 {
  margin-bottom: 5px;
  font-size: 45px;
}
.counter-item p {
  font-weight: 600;
  margin-bottom: 0;
}

/*-- Video --*/
.video-area {
  height: 620px;
  background-image: url("../img/video-bg.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
.video-area:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.5;
}
.video-area .video-item {
  text-align: center;
  position: relative;
  z-index: 1;
}
.video-area .video-item .video-wrap {
  margin-bottom: 30px;
}
.video-area .video-item .video-wrap a {
  color: #7e0721;
}
.video-area .video-item .video-wrap a:before {
  background-color: #fff;
}
.video-area .video-item .video-wrap a:after {
  background-color: #fff;
}
.video-area .video-item .video-wrap a:hover {
  color: #fff;
}
.video-area .video-item .video-wrap a:hover:before {
  background-color: #7e0721;
}
.video-area .video-item .video-wrap a:hover:after {
  background-color: #7e0721;
}
.video-area .video-item span {
  display: block;
  color: #fff;
  font-weight: 600;
  font-size: 35px;
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
}

/*-- Works --*/
.works-area-two .works-img {
  position: relative;
  text-align: center;
}
.works-area-two .works-img img:nth-child(1) {
  position: relative;
  z-index: -1;
}
.works-area-two .works-img img:nth-child(2) {
  position: absolute;
  left: 0;
  bottom: -102px;
  z-index: 1;
  max-width: 610px;
  margin-left: auto;
  margin-right: auto;
}
.works-area-two .works-content .section-title.two {
  text-align: left;
}
.works-area-two .works-content .section-title.two h2 {
  margin-bottom: 5px;
}
.works-area-two .works-content .section-title.two p {
  margin-bottom: 0;
}
.works-area-two .works-content ul li {
  list-style-type: none;
  display: block;
  position: relative;
  padding-left: 65px;
  margin-bottom: 15px;
}
.works-area-two .works-content ul li:hover i {
  color: #fff;
  background-color: #7e0721;
}
.works-area-two .works-content ul li:last-child {
  margin-bottom: 0;
}
.works-area-two .works-content ul li i {
  display: inline-block;
  color: #7e0721;
  background-color: #fff;
  text-align: center;
  font-size: 25px;
  box-shadow: 0px 0px 20px 0px rgba(221, 221, 221, 0.2588235294);
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  transition: 0.5s all ease;
}
.works-area-two .works-content ul li h3 {
  font-size: 24px;
  margin-bottom: 5px;
}
.works-area-two .works-content ul li p {
  margin-bottom: 0;
}
.works-area-two .works-content .common-btn.two {
  margin-top: 35px;
}

/*-- Testimonials --*/
.testimonials-area-two {
  background-color: #f9f9f9;
}
.testimonials-area-two .testimonials-item {
  text-align: center;
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
}
.testimonials-area-two .testimonials-item h2 {
  font-size: 30px;
  font-style: italic;
  margin-bottom: 30px;
  font-weight: 400;
  z-index: 1;
  position: relative;
}
.testimonials-area-two .testimonials-item img {
  width: 100px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  margin-bottom: 15px;
}
.testimonials-area-two .testimonials-item h3 {
  color: #7e0721;
  font-size: 24px;
  margin-bottom: 5px;
}
.testimonials-area-two .testimonials-item span {
  display: block;
  font-size: 15px;
  font-weight: 600;
}
.testimonials-area-two .testimonials-item i {
  display: inline-block;
  font-size: 90px;
  position: absolute;
  left: 0;
  right: 0;
  top: 55px;
  color: #fabcc7;
  z-index: -1;
}
.testimonials-area-two .owl-prev {
  position: absolute;
  top: 40%;
  left: 30px;
  width: 35px;
  height: 35px;
  font-size: 18px !important;
  border-radius: 50% !important;
  color: #1c912b !important;
  border: 1px solid #1c912b !important;
  transition: 0.5s all ease;
}
.testimonials-area-two .owl-prev i {
  line-height: 35px;
}
.testimonials-area-two .owl-prev:hover {
  color: #fff !important;
  background: #1c912b !important;
}
.testimonials-area-two .owl-next {
  position: absolute;
  top: 40%;
  right: 30px;
  width: 35px;
  height: 35px;
  font-size: 18px !important;
  border-radius: 50% !important;
  color: #1c912b !important;
  border: 1px solid #1c912b !important;
  transition: 0.5s all ease;
}
.testimonials-area-two .owl-next i {
  line-height: 35px;
}
.testimonials-area-two .owl-next:hover {
  color: #fff !important;
  background: #1c912b !important;
}

/*-- Blog --*/
.blog-area.two .blog-item:hover .top {
  background-color: #7e0721;
}
.blog-area.two .blog-item .bottom ul li a:hover {
  color: #7e0721;
}
.blog-area.two .blog-item .bottom ul li i {
  color: #7e0721;
}
.blog-area.two .blog-item .bottom .blog-btn {
  border-bottom: 1px solid #7e0721;
}
.blog-area.two .blog-item .bottom .blog-btn:hover {
  color: #7e0721;
}

/*-- Logo --*/
.logo-area {
  background-color: #f7f4f4;
}

.logo-item {
  text-align: center;
}
.logo-item:hover img {
  transform: translate(-5px, 0);
}
.logo-item img {
  width: 145px !important;
  margin-left: auto;
  margin-right: auto;
  transition: 0.5s all ease;
}

/*-- Footer --*/
.footer-area.two .footer-item h3:before {
  background-color: #7e0721;
}
.footer-area.two .footer-item .footer-logo ul li a:hover {
  color: #7e0721;
}
.footer-area.two .footer-item .footer-logo ul li i {
  color: #7e0721;
}
.footer-area.two .footer-item .footer-links ul li a:hover {
  color: #7e0721;
}
.footer-area.two .footer-item .footer-newsletter .newsletter-form .common-btn {
  background-color: #7e0721;
}

/*-- Copyright --*/
.copyright-area.two .copyright-item p a {
  color: #7e0721;
}
.copyright-area.two .copyright-item p a:hover {
  color: #fff;
}

/*----- End Home Demo Two CSS -----*/
/*----- Home Demo Three CSS -----*/
/*-- Header --*/
.header-area.three .left ul li i {
  color: #355efc;
}
.header-area.three .left ul li a:hover {
  color: #355efc;
}
.header-area.three .right ul li a:hover {
  color: #355efc;
}

/*-- Navbar --*/
.main-nav.three nav .navbar-nav .nav-item:hover a {
  color: #355efc;
}
.main-nav.three nav .navbar-nav .nav-item a {
  color: #381310;
}
.main-nav.three nav .navbar-nav .nav-item a:hover, .main-nav.three nav .navbar-nav .nav-item a:focus, .main-nav.three nav .navbar-nav .nav-item a.active {
  color: #355efc;
}
.main-nav.three nav .navbar-nav .nav-item .dropdown-menu li:hover a {
  color: #355efc;
}
.main-nav.three nav .navbar-nav .nav-item .dropdown-menu li a {
  color: #381310;
}
.main-nav.three nav .navbar-nav .nav-item .dropdown-menu li a:before {
  background-color: #355efc;
}
.main-nav.three nav .navbar-nav .nav-item .dropdown-menu li a:hover, .main-nav.three nav .navbar-nav .nav-item .dropdown-menu li a:focus, .main-nav.three nav .navbar-nav .nav-item .dropdown-menu li a.active {
  color: #355efc;
}
.main-nav.three nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
  color: #381310;
}
.main-nav.three nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover, .main-nav.three nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus, .main-nav.three nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
  color: #355efc;
}

.side-nav .navbar-form {
  position: relative;
  display: inline-block;
  margin-right: 18px;
}
.side-nav .navbar-form .form-control {
  height: 35px;
  background-color: #efefef;
  border: 0;
  border-radius: 30px;
  width: 120px;
  padding-left: 15px;
  font-size: 14px;
}
.side-nav .navbar-form .form-control:focus {
  box-shadow: none;
  border: 0;
}
.side-nav .navbar-form ::-moz-placeholder {
  color: #355efc;
}
.side-nav .navbar-form ::placeholder {
  color: #355efc;
}
.side-nav .navbar-form .btn {
  color: #355efc;
  padding: 0;
  position: absolute;
  top: 6px;
  right: 10px;
  transition: 0.5s all ease;
}
.side-nav .navbar-form .btn:hover {
  color: #1c912b;
}
.side-nav .navbar-modal-btn {
  display: inline-block;
}
.side-nav .navbar-modal-btn .modal-btn {
  padding: 0;
  width: 35px;
  height: 35px;
  text-align: center;
  color: #fff;
  background-color: #355efc;
  border-radius: 50%;
  font-size: 20px;
  transition: 0.5s all ease;
}
.side-nav .navbar-modal-btn .modal-btn i {
  line-height: 35px;
}
.side-nav .navbar-modal-btn .modal-btn:hover {
  background-color: #381310;
}

.modal-body {
  padding: 40px 30px 50px;
}
.modal-body h2 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #355efc;
}
.modal-body p {
  font-size: 14px;
  margin-bottom: 20px;
}
.modal-body .image-area {
  margin-bottom: 10px;
}
.modal-body .image-area .col-lg-4 {
  padding-right: 5px;
  margin-right: -5px;
}
.modal-body .image-area a {
  display: block;
  margin-bottom: 15px;
  position: relative;
}
.modal-body .image-area a:hover:before {
  height: 100%;
  opacity: 0.5;
  visibility: visible;
}
.modal-body .image-area a:hover i {
  opacity: 1;
  visibility: visible;
}
.modal-body .image-area a:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  left: 0;
  top: 0;
  background-color: #000;
  opacity: 0.7;
  transition: 0.5s all ease;
  opacity: 0;
  visibility: hidden;
}
.modal-body .image-area a i {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  transform: translateX(-50%) translateY(-50%);
  font-size: 30px;
  display: inline-block;
  transition: 0.5s all ease;
  opacity: 0;
  visibility: hidden;
}
.modal-body .image-area a img {
  width: 100%;
}
.modal-body .modal-item {
  margin-bottom: 30px;
}
.modal-body .social-area {
  text-align: center;
}
.modal-body .social-area h3 {
  font-size: 20px;
  margin-bottom: 12px;
  font-weight: 600;
  color: #381310;
}
.modal-body .social-area ul li {
  list-style-type: none;
  display: inline-block;
}
.modal-body .social-area ul li a {
  display: block;
  color: #355efc;
  border: 1px solid #355efc;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: 3px;
  margin-left: 3px;
  font-size: 16px;
  text-align: center;
}
.modal-body .social-area ul li a i {
  line-height: 30px;
}
.modal-body .social-area ul li a:hover {
  color: #fff;
  background-color: #355efc;
}

#myModalRight {
  z-index: 99999;
  padding-right: 0 !important;
}

.modal .modal-header .btn-close {
  padding: 0;
  margin: 4px 0 0 auto;
  transition: 0.5s all ease;
  color: #355efc;
}
.modal .modal-header .btn-close:hover {
  color: #381310;
}
.modal .modal-header .btn-close:focus {
  box-shadow: none;
}
.modal.modal-right .modal-dialog {
  max-width: 380px;
  min-height: 100vh;
}
.modal.modal-right.show .modal-dialog {
  transform: translate(0, 0);
}
.modal.modal-right .modal-content {
  height: 100vh;
  overflow-y: auto;
  border-radius: 0;
}
.modal.modal-left .modal-dialog {
  transform: translate(-100%, 0);
  margin: 0 auto 0 0;
}
.modal.modal-right .modal-dialog {
  transform: translate(100%, 0);
  margin: 0 0 0 auto;
}

/*-- Banner --*/
.banner-area-three {
  background-color: #f9fafd;
  height: 900px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.banner-area-three .banner-shape {
  position: absolute;
  top: -60px;
  left: -20px;
  z-index: -1;
}
.banner-area-three .banner-content {
  margin-top: 110px;
  max-width: 580px;
}
.banner-area-three .banner-content span {
  color: #355efc;
}
.banner-area-three .banner-content h1 {
  color: #381310;
}
.banner-area-three .banner-content p {
  color: #011f4c;
}
.banner-area-three .banner-slider-img {
  position: absolute;
  bottom: 190px;
  right: 40px;
  max-width: 650px;
}

/*-- About --*/
.about-area-two.three .about-content ul li i {
  color: #355efc;
}
.about-area-two.three .about-content ul li i:after {
  background-color: #ccdafe;
}
.about-area-two.three .about-img img {
  position: relative !important;
  border-radius: 0 !important;
}

/*-- Provide --*/
.provide-area {
  background-color: #f8f6f6;
}
.provide-area .section-title.three h2 {
  margin-bottom: 5px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.provide-area .section-title.three p {
  margin-bottom: 0;
  max-width: 525px;
  margin-left: auto;
  margin-right: auto;
}
.provide-area .nav {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
  text-align: center;
}
.provide-area .nav li {
  list-style-type: none;
  display: inline-block;
  flex: 0 0 15.5%;
  max-width: 15.5%;
  background-color: #fff;
  text-align: center;
  margin-left: 7px;
  margin-right: 7px;
}
.provide-area .nav li a {
  padding: 25px 5px 20px;
  box-shadow: 0px 0px 20px 0px rgba(221, 221, 221, 0.2588235294);
}
.provide-area .nav li a i {
  display: inline-block;
  color: #355efc;
  font-size: 45px;
  line-height: 45px;
  margin-bottom: 10px;
}
.provide-area .nav li a h3 {
  font-size: 20px;
  margin-bottom: 0;
}
.provide-area .nav .nav-link.active, .provide-area .nav .show > .nav-link {
  background-color: #355efc;
}
.provide-area .nav .nav-link.active i, .provide-area .nav .show > .nav-link i {
  color: #fff;
}
.provide-area .nav .nav-link.active h3, .provide-area .nav .show > .nav-link h3 {
  color: #fff;
}
.provide-area .tab-content .provide-left {
  margin-bottom: 30px;
}
.provide-area .tab-content .provide-left h2 {
  font-size: 32px;
  margin-bottom: 10px;
}
.provide-area .tab-content .provide-left p {
  margin-bottom: 30px;
}
.provide-area .tab-content .provide-left ul li {
  position: relative;
  list-style-type: none;
  display: block;
  padding-left: 50px;
  margin-bottom: 15px;
}
.provide-area .tab-content .provide-left ul li:last-child {
  margin-bottom: 0;
}
.provide-area .tab-content .provide-left ul li i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  background-color: #381310;
  font-size: 20px;
  position: absolute;
  top: 3px;
  left: 0;
}
.provide-area .tab-content .provide-left ul li h3 {
  font-size: 24px;
  margin-bottom: 5px;
}
.provide-area .tab-content .provide-left ul li span {
  display: block;
  line-height: 1.7;
}
.provide-area .tab-content .provide-left .common-btn {
  margin-top: 30px;
}
.provide-area .tab-content .provide-right {
  margin-bottom: 30px;
}

/*-- Features --*/
.features-area {
  position: relative;
  z-index: 1;
}
.features-area .features-shape {
  position: absolute;
  top: 0;
  left: 0;
}
.features-area .features-shape img {
  z-index: -1;
}
.features-area .features-img {
  margin-bottom: 30px;
}
.features-area .projects-item-two {
  border: 1px solid #dfe4fd;
  box-shadow: 0px 0px 20px 0px rgba(221, 221, 221, 0.3411764706);
}
.features-area .projects-item-two.bottom-gap-top {
  margin-top: 30px;
}
.features-area .projects-item-two.bottom-gap-bottom {
  margin-top: -30px;
}
.features-area .projects-item-two:before {
  background-color: #355efc;
}
.features-area .projects-item-two:hover .icon {
  color: #fff;
}
.features-area .projects-item-two:hover h3 a {
  color: #fff;
}
.features-area .projects-item-two:hover p {
  color: #fff;
}
.features-area .projects-item-two:hover .projects-btn {
  color: #fff;
}
.features-area .projects-item-two .icon {
  color: #355efc;
}
.features-area .projects-item-two h3 a {
  color: #355efc;
}
.features-area .projects-item-two h3 a:hover {
  color: #381310;
}
.features-area .projects-item-two .projects-btn {
  color: #355efc;
}
.features-area .projects-item-two .projects-btn:hover {
  color: #381310;
}

/*-- Projects --*/
.projects-area-three {
  background-color: #f8f6f6;
}
.projects-area-three .section-title.three {
  text-align: left;
}
.projects-area-three .container-fluid {
  max-width: 1350px;
  margin-right: 0;
  margin-left: auto;
}
.projects-area-three .owl-prev {
  width: 40px;
  height: 40px;
  border-radius: 50% !important;
  color: #355efc !important;
  background-color: #e4e9fc !important;
  font-size: 30px !important;
  transition: 0.5s all ease;
}
.projects-area-three .owl-prev i {
  line-height: 40px;
}
.projects-area-three .owl-prev:hover {
  color: #fff !important;
  background: #355efc !important;
}
.projects-area-three .owl-next {
  width: 40px;
  height: 40px;
  border-radius: 50% !important;
  color: #355efc !important;
  background-color: #e4e9fc !important;
  font-size: 30px !important;
  transition: 0.5s all ease;
}
.projects-area-three .owl-next i {
  line-height: 40px;
}
.projects-area-three .owl-next:hover {
  color: #fff !important;
  background: #355efc !important;
}
.projects-area-three .owl-theme .owl-nav {
  margin-top: 0;
  position: absolute;
  top: -105px;
  right: 0;
}

.projects-item-three {
  margin-bottom: 30px;
}
.projects-item-three:hover .top {
  border-bottom: 2px solid #355efc;
}
.projects-item-three .top {
  background-color: #fff;
  border-bottom: 2px solid transparent;
  margin-bottom: 15px;
  padding: 30px 25px 30px;
  transition: 0.5s all ease;
}
.projects-item-three .top a {
  display: block;
}
.projects-item-three .top a img {
  width: 260px;
  height: 195px;
  margin-left: auto;
  margin-right: auto;
}
.projects-item-three .bottom h3 {
  font-size: 24px;
  margin-bottom: 0;
}
.projects-item-three .bottom h3 a {
  color: #355efc;
}
.projects-item-three .bottom h3 a:hover {
  color: #381310;
}

/*-- Counter --*/
.counter-area.three .counter-item:before {
  background-color: #355efc;
}
.counter-area.three .counter-item i {
  color: #355efc;
}

/*-- Touch --*/
.touch-area.three {
  background-color: transparent;
}
.touch-area.three .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.touch-area.three .container-fluid .row {
  margin-left: 0;
  margin-right: 0;
}
.touch-area.three .section-title.three {
  padding-left: 15px;
}
.touch-area.three .touch-wrap {
  max-width: 625px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}
.touch-area.three .touch-content {
  background-color: #381310;
  margin-bottom: 0;
}
.touch-area.three .touch-img {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
}

/*-- Team --*/
.team-area.two .team-item .top ul li a {
  color: #355efc;
}
.team-area.two .team-item .top ul li a:hover {
  color: #fff;
}
.team-area.two .team-item .bottom span {
  color: #355efc;
}
.team-area.two .owl-prev {
  background-color: #355efc !important;
}
.team-area.two .owl-prev:hover {
  background-color: #381310 !important;
}
.team-area.two .owl-next {
  background-color: #355efc !important;
}
.team-area.two .owl-next:hover {
  background-color: #381310 !important;
}

/*-- Testimonials --*/
.testimonials-area-three {
  background-color: #f9f9f9;
  background-image: url("../img/testimonials-bg.png");
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
}
.testimonials-area-three .testimonials-item {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
.testimonials-area-three .testimonials-item:hover .top i {
  color: #fff;
  background-color: #381310;
}
.testimonials-area-three .testimonials-item .top {
  border: 2px solid #c6cefc;
  border-radius: 5px;
  padding: 0 25px 30px;
  position: relative;
  margin-bottom: 55px;
  position: relative;
}
.testimonials-area-three .testimonials-item .top:before {
  position: absolute;
  content: "";
  bottom: -36px;
  right: 0;
  left: 0;
  width: 50px;
  margin-left: auto;
  margin-right: auto;
  border-left: 35px solid transparent;
  border-right: 35px solid transparent;
  border-top: 35px solid #c6cefc;
}
.testimonials-area-three .testimonials-item .top i {
  display: inline-block;
  width: 65px;
  height: 65px;
  line-height: 65px;
  color: #381310;
  background-color: #d7ddfe;
  border-radius: 50%;
  font-size: 30px;
  position: relative;
  top: -30px;
  transition: 0.5s all ease;
}
.testimonials-area-three .testimonials-item .top h2 {
  font-size: 18px;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 0;
}
.testimonials-area-three .testimonials-item .bottom img {
  width: 100px;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}
.testimonials-area-three .testimonials-item .bottom h3 {
  font-size: 24px;
  margin-bottom: 3px;
}
.testimonials-area-three .testimonials-item .bottom span {
  display: block;
  font-size: 15px;
  color: #355efc;
}
.testimonials-area-three .owl-prev {
  position: absolute;
  top: 25%;
  left: 0;
  width: 35px;
  height: 35px;
  font-size: 18px !important;
  border-radius: 50% !important;
  color: #355efc !important;
  border: 1px solid #355efc !important;
  transition: 0.5s all ease;
}
.testimonials-area-three .owl-prev i {
  line-height: 35px;
}
.testimonials-area-three .owl-prev:hover {
  color: #fff !important;
  background: #355efc !important;
}
.testimonials-area-three .owl-next {
  position: absolute;
  top: 25%;
  right: 0;
  width: 35px;
  height: 35px;
  font-size: 18px !important;
  border-radius: 50% !important;
  color: #355efc !important;
  border: 1px solid #355efc !important;
  transition: 0.5s all ease;
}
.testimonials-area-three .owl-next i {
  line-height: 35px;
}
.testimonials-area-three .owl-next:hover {
  color: #fff !important;
  background: #355efc !important;
}

/*-- Blog --*/
.blog-area.three .blog-item:hover .top {
  background-color: #355efc;
}
.blog-area.three .blog-item .bottom ul li i {
  color: #355efc;
}
.blog-area.three .blog-item .bottom h3 a:hover {
  color: #355efc;
}
.blog-area.three .blog-item .bottom .blog-btn {
  border-bottom: 1px solid #355efc;
}
.blog-area.three .blog-item .bottom .blog-btn:hover {
  color: #355efc;
}

/*-- Footer --*/
.footer-area.three .footer-item h3:before {
  background-color: #355efc;
}
.footer-area.three .footer-item .footer-logo ul li a:hover {
  color: #355efc;
}
.footer-area.three .footer-item .footer-logo ul li i {
  color: #355efc;
}
.footer-area.three .footer-item .footer-links ul li a:hover {
  color: #355efc;
}
.footer-area.three .footer-item .footer-newsletter .newsletter-form .common-btn {
  background-color: #355efc;
}

/*-- Copyright --*/
.copyright-area.three .copyright-item p a {
  color: #355efc;
}
.copyright-area.three .copyright-item p a:hover {
  color: #fff;
}

/*----- End Home Demo Three CSS -----*/
/*----- About CSS -----*/
.page-title-area {
padding: 55px 0px;
  
}
.page-title-area:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  
}
.page-title-area .title-content {
  text-align: left;
  position: relative;
  z-index: 1;
  margin-top: 65px;
}
.page-title-area .title-content h2 {
  font-size: 45px;
  color: #380a0a;
  margin-bottom: 2px;
}
.page-title-area .title-content ul li {
  list-style-type: none;
  display: inline-block;
  position: relative;
  margin-left: 8px;
  margin-right: 8px;
  color: #380a0a !important;
}
.page-title-area .title-content ul li:last-child:before {
  display: none;
}
.page-title-area .title-content ul li:before {
  position: absolute;
  content: "/";
  top: 0;
  left: 53px;
  color: #d50707;
}
.page-title-area .title-content ul li a {
  display: block;
  color: #000000;
}
.page-title-area .title-content ul li a:hover {
  color: #1c912b;
}
.page-title-area .title-content ul li span {
  display: inline-block;
  color: #1c1b1b;
}

/*----- End About CSS -----*/
/*----- Services CSS -----*/
.services-area.four {
  background-color: #fff;
}
.services-area.four .services-item {
  box-shadow: 0px 0px 20px 0px rgba(221, 221, 221, 0.2588235294);
}

.pagination-area {
  text-align: center;
}
.pagination-area ul {
  position: relative;
  z-index: 1;
}
.pagination-area ul li {
  list-style-type: none;
  display: inline-block;
  margin-left: 3px;
  margin-right: 3px;
}
.pagination-area ul li a {
  display: block;
  color: #1c912b;
  background-color: #efefef;
  border-radius: 5px;
  width: 50px;
  height: 35px;
  line-height: 35px;
  font-size: 15px;
}
.pagination-area ul li a i {
  line-height: 35px;
}
.pagination-area ul li a:hover, .pagination-area ul li a.active {
  color: #fff;
  background-color: #1c912b;
}

/*----- End Services CSS -----*/
/*----- Service details CSS -----*/
.service-details-area .details-item .details-img {
  margin-bottom: 50px;
}
.service-details-area .details-item .details-img img {
  margin-bottom: 20px;
}
.service-details-area .details-item .details-img h2 {
  margin-bottom: 5px;
  font-size: 38px;
}
.service-details-area .details-item .details-img p {
  margin-bottom: 10px;
}
.service-details-area .details-item .details-img p:last-child {
  margin-bottom: 0;
}
.service-details-area .details-item .details-business {
  margin-bottom: 50px;
}
.service-details-area .details-item .details-business .img {
  margin-bottom: 20px;
}
.service-details-area .details-item .details-business .img img {
  width: 100%;
}
.service-details-area .details-item .details-business h3 {
  font-size: 24px;
  margin-bottom: 5px;
}
.service-details-area .details-item .details-business p {
  margin-bottom: 15px;
}
.service-details-area .details-item .details-business p:last-child {
  margin-bottom: 0;
}
.service-details-area .details-item .details-business ul {
  margin-bottom: 15px;
}
.service-details-area .details-item .details-business ul li {
  list-style-type: none;
  display: block;
  padding-left: 20px;
  font-weight: 600;
  position: relative;
  margin-bottom: 12px;
}
.service-details-area .details-item .details-business ul li:last-child {
  margin-bottom: 0;
}
.service-details-area .details-item .details-business ul li:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  top: 7px;
  left: 0;
  background-color: #381310;
}
.service-details-area .details-item .details-faq .section-title {
  text-align: left;
  margin-bottom: 30px;
}
.service-details-area .details-item .details-faq .section-title h2 {
  margin-bottom: 5px;
}
.service-details-area .details-item .details-faq .section-title p {
  margin-bottom: 0;
}
.service-details-area .details-item .details-faq .faq-item {
  margin-bottom: 0;
}

.widget-area .widget-item {
  margin-bottom: 30px;
  border: 1px solid rgba(233, 60, 5, 0.2588235294);
  padding: 30px 30px 30px;
}
.widget-area .widget-item h3 {
  font-size: 24px;
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 5px;
  border-left: 3px solid #1c912b;
  padding-left: 10px;
}
.widget-area .services ul li {
  list-style-type: none;
  display: block;
  margin-bottom: 10px;
}
.widget-area .services ul li:last-child {
  margin-bottom: 0;
}
.widget-area .services ul li a {
  color: #011f4c;
  background-color: #fef7f3;
  display: block;
  padding: 12px 15px;
  font-weight: 600;
  position: relative;
}
.widget-area .services ul li a i {
  position: absolute;
  top: 16px;
  right: 15px;
  display: inline-block;
  font-size: 18px;
}
.widget-area .services ul li a:hover {
  color: #fff;
  background-color: #1c912b;
}
.widget-area .download ul li {
  list-style-type: none;
  display: block;
  margin-bottom: 10px;
}
.widget-area .download ul li:last-child {
  margin-bottom: 0;
}
.widget-area .download ul li a {
  color: #1c912b;
  background-color: #fef7f3;
  display: block;
  padding: 12px 15px;
  font-weight: 600;
}
.widget-area .download ul li a i {
  display: inline-block;
  font-size: 18px;
  position: relative;
  top: 1px;
  margin-right: 3px;
}
.widget-area .download ul li a:hover {
  color: #fff;
  background-color: #1c912b;
}
.widget-area .contact form .form-group {
  margin-bottom: 10px;
}
.widget-area .contact form .form-group .form-control {
  height: 50px;
  padding-left: 15px;
  font-size: 15px;
  background-color: #ebeaea;
  border: 0;
  border-radius: 0;
}
.widget-area .contact form .form-group .form-control:focus {
  box-shadow: none;
  border: 0;
}
.widget-area .contact form .form-group textarea {
  padding-top: 13px;
  height: auto !important;
}
.widget-area .contact form .common-btn {
  width: 100%;
  display: block;
  text-align: center;
  border-radius: 0;
}
.widget-area .consultation {
  position: relative;
}
.widget-area .consultation:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(1, 26, 65, 0) 0%, rgba(1, 26, 65, 0.9265194154) 98%, rgb(1, 26, 65) 100%);
}
.widget-area .consultation img {
  width: 100%;
}
.widget-area .consultation .inner {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  bottom: 30px;
  z-index: 1;
}
.widget-area .consultation .inner h3 {
  color: #fff;
  font-size: 30px;
  margin-bottom: 15px;
}

.projects-area-two.two {
  background-color: #fff;
}
.projects-area-two.two .projects-item-two {
  box-shadow: 0px 0px 20px 0px rgba(221, 221, 221, 0.2588235294);
}

/*----- End Service details CSS -----*/
/*----- Project details CSS -----*/
.project-details-area .details-item .details-img {
  margin-bottom: 45px;
}
.project-details-area .details-item .details-img img {
  margin-bottom: 20px;
}
.project-details-area .details-item .details-img h2 {
  font-size: 38px;
  margin-bottom: 5px;
}
.project-details-area .details-item .details-img p {
  margin-bottom: 10px;
}
.project-details-area .details-item .details-img p:last-child {
  margin-bottom: 0;
}
.project-details-area .details-item .details-client {
  margin-bottom: 50px;
}
.project-details-area .details-item .details-client:last-child {
  margin-bottom: 0;
}
.project-details-area .details-item .details-client h3 {
  font-size: 24px;
  margin-bottom: 5px;
}
.project-details-area .details-item .details-client p {
  margin-bottom: 15px;
}
.project-details-area .details-item .details-client p:last-child {
  margin-bottom: 0;
}
.project-details-area .details-item .details-client ul {
  margin-bottom: 15px;
}
.project-details-area .details-item .details-client ul li {
  list-style-type: none;
  display: block;
  padding-left: 20px;
  font-weight: 600;
  position: relative;
  margin-bottom: 12px;
}
.project-details-area .details-item .details-client ul li:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  top: 7px;
  left: 0;
  background-color: #1c912b;
}
.project-details-area .details-item .details-related h3 {
  font-size: 24px;
  margin-bottom: 15px;
}
.project-details-area .details-item .details-related .img {
  margin-bottom: 20px;
}
.project-details-area .details-item .details-related .img img {
  width: 100%;
}

/*----- End Project details CSS -----*/
/*----- Blog details CSS -----*/
.blog-details-area .details-item .details-img {
  margin-bottom: 50px;
}
.blog-details-area .details-item .details-img img {
  margin-bottom: 20px;
}
.blog-details-area .details-item .details-img h2 {
  font-size: 35px;
  margin-bottom: 5px;
}
.blog-details-area .details-item .details-img p {
  margin-bottom: 10px;
}
.blog-details-area .details-item .details-img p:last-child {
  margin-bottom: 0;
}
.blog-details-area .details-item .details-quote {
  margin-bottom: 40px;
}
.blog-details-area .details-item .details-quote blockquote {
  margin-bottom: 20px;
  border-left: 3px solid #1c912b;
  background-color: #ebeaea;
  text-align: center;
  padding: 30px 30px 30px;
  position: relative;
}
.blog-details-area .details-item .details-quote blockquote h3 {
  font-size: 20px;
  font-weight: 400;
  font-style: italic;
  line-height: 1.6;
}
.blog-details-area .details-item .details-quote blockquote i {
  display: inline-block;
  color: #1c912b;
  font-size: 50px;
  position: absolute;
  bottom: 20px;
  right: 25px;
}
.blog-details-area .details-item .details-quote p {
  margin-bottom: 0;
}
.blog-details-area .details-item .details-grow {
  margin-bottom: 50px;
}
.blog-details-area .details-item .details-grow h3 {
  font-size: 24px;
  margin-bottom: 5px;
}
.blog-details-area .details-item .details-grow p {
  margin-bottom: 15px;
}
.blog-details-area .details-item .details-grow p:last-child {
  margin-bottom: 0;
}
.blog-details-area .details-item .details-grow ul {
  margin-bottom: 15px;
}
.blog-details-area .details-item .details-grow ul li {
  list-style-type: none;
  display: block;
  padding-left: 20px;
  font-weight: 600;
  position: relative;
  margin-bottom: 12px;
}
.blog-details-area .details-item .details-grow ul li:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  top: 7px;
  left: 0;
  background-color: #381310;
}
.blog-details-area .details-item .details-form {
  background-color: #f4f4f4;
  padding: 45px 50px 50px;
  margin-bottom: 50px;
}
.blog-details-area .details-item .details-form h3 {
  font-size: 24px;
  margin-bottom: 5px;
}
.blog-details-area .details-item .details-form p {
  margin-bottom: 30px;
}
.blog-details-area .details-item .details-form .form-group {
  margin-bottom: 15px;
}
.blog-details-area .details-item .details-form .form-group label {
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 5px;
}
.blog-details-area .details-item .details-form .form-group .form-control {
  height: 50px;
  border: 0;
  border-radius: 0;
  font-size: 15px;
}
.blog-details-area .details-item .details-form .form-group .form-control:focus {
  box-shadow: none;
  border: 0;
}
.blog-details-area .details-item .details-form .form-group textarea {
  padding-top: 13px;
  height: auto !important;
}
.blog-details-area .details-item .details-form .common-btn {
  border: 0;
  margin-top: 10px;
}
.blog-details-area .details-item .details-comment h3 {
  font-size: 24px;
  padding-bottom: 10px;
  position: relative;
  margin-bottom: 30px;
}
.blog-details-area .details-item .details-comment h3:before {
  position: absolute;
  content: "";
  width: 50px;
  height: 3px;
  left: 0;
  bottom: 0;
  background-color: #1c912b;
}
.blog-details-area .details-item .details-comment ul li {
  list-style-type: none;
  display: block;
  position: relative;
  padding-left: 120px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(221, 221, 221, 0.2588235294);
}
.blog-details-area .details-item .details-comment ul li:nth-child(2) {
  margin-left: 50px;
}
.blog-details-area .details-item .details-comment ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.blog-details-area .details-item .details-comment ul li img {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
}
.blog-details-area .details-item .details-comment ul li h4 {
  font-size: 20px;
  margin-bottom: 5px;
}
.blog-details-area .details-item .details-comment ul li span {
  display: block;
  font-size: 14px;
  margin-bottom: 10px;
}
.blog-details-area .details-item .details-comment ul li p {
  margin-bottom: 0;
}
.blog-details-area .details-item .details-comment ul li a {
  display: inline-block;
  color: #011f4c;
  position: absolute;
  top: 0;
  right: 0;
  font-weight: 600;
}
.blog-details-area .details-item .details-comment ul li a:hover {
  color: #1c912b;
}

.widget-area .popular .popular-inner {
  margin-bottom: 15px;
}
.widget-area .popular .popular-inner:last-child {
  margin-bottom: 0;
}
.widget-area .popular .popular-inner ul {
  display: flex;
  flex-wrap: wrap;
}
.widget-area .popular .popular-inner ul li {
  list-style-type: none;
  display: inline-block;
  flex: 0 0 20%;
  max-width: 20%;
}
.widget-area .popular .popular-inner ul li:last-child {
  flex: 0 0 70%;
  max-width: 70%;
  margin-left: 15px;
}
.widget-area .popular .popular-inner ul li span {
  font-size: 14px;
  display: block;
  margin-bottom: 4px;
}
.widget-area .popular .popular-inner ul li a {
  display: block;
  color: #381310;
  font-weight: 600;
}
.widget-area .popular .popular-inner ul li a:hover {
  color: #1c912b;
}

/*----- End Blog details CSS -----*/
/*----- Contact CSS -----*/
.contact-info-item {
  margin-bottom: 30px;
  box-shadow: 0px 0px 20px 0px rgba(221, 221, 221, 0.3411764706);
  text-align: center;
  position: relative;
  padding: 35px 30px 35px;
  transition: 0.5s all ease;
}
.contact-info-item:hover {
  transform: translate(0, -10px);
}
.contact-info-item img {
  position: absolute;
  top: 0;
  left: 0;
}
.contact-info-item i {
  color: #1c912b;
  display: inline-block;
  font-size: 55px;
  margin-bottom: 15px;
  position: relative;
  z-index: 1;
  font-weight: 400;
}
.contact-info-item i:after {
  position: absolute;
  content: "";
  width: 50px;
  height: 50px;
  left: 0;
  top: 0;
  border-radius: 50%;
  background-color: #fbd0c2;
  z-index: -1;
}
.contact-info-item h3 {
  margin-bottom: 10px;
  font-size: 24px;
}
.contact-info-item a {
  display: block;
  color: #011f4c;
}
.contact-info-item a:hover {
  color: #1c912b;
}
.contact-info-item ul li {
  list-style-type: none;
  display: block;
}

.contact-area {
  position: relative;
  background-image: url("../img/contact-bg.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
.contact-area:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #381310;
  opacity: 0.5;
}
.contact-area #contactForm {
  position: relative;
  z-index: 1;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.contact-area #contactForm .section-title {
  text-align: center;
  margin-bottom: 30px;
}
.contact-area #contactForm .section-title h2 {
  color: #fff;
  margin-top: -12px;
}
.contact-area #contactForm .form-group {
  margin-bottom: 30px;
}
.contact-area #contactForm .form-group .form-control {
  height: 50px;
  padding-left: 20px;
  font-size: 15px;
  border: 0;
  border-radius: 0;
}
.contact-area #contactForm .form-group .form-control:focus {
  box-shadow: none;
  border: 0;
}
.contact-area #contactForm textarea {
  padding-top: 13px;
  height: auto !important;
}
.contact-area #contactForm .common-btn {
  width: 100%;
  display: block;
  text-align: center;
  border-radius: 0;
  border: 0;
  opacity: 1;
}
.contact-area #contactForm .list-unstyled {
  margin-top: 10px;
  color: #fff;
}
.contact-area #contactForm .text-danger {
  margin-bottom: 0;
  margin-top: 10px;
  font-size: 25px;
  color: #fff !important;
}
.contact-area #contactForm .text-success {
  margin-bottom: 0;
  margin-top: 10px;
  font-size: 25px;
  color: #28a745 !important;
}

.map-area #map {
  width: 100%;
  display: block;
  height: 400px;
  border: 0;
}

/*----- End Contact CSS -----*/
/*----- User Form CSS -----*/
.user-form-area .form-item {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.user-form-area .form-item form {
  margin-bottom: 25px;
}
.user-form-area .form-item form h2 {
  font-size: 38px;
  padding-bottom: 10px;
  margin-bottom: 40px;
  position: relative;
  margin-top: -10px;
}
.user-form-area .form-item form h2:before {
  position: absolute;
  content: "";
  width: 50px;
  height: 3px;
  left: 0;
  right: 0;
  bottom: 0;
  margin-left: auto;
  margin-right: auto;
  background-color: #1c912b;
}
.user-form-area .form-item form h2:after {
  position: absolute;
  content: "";
  width: 40px;
  height: 3px;
  left: 0;
  right: 0;
  bottom: -6px;
  margin-left: auto;
  margin-right: auto;
  background-color: #1c912b;
}
.user-form-area .form-item form .form-group {
  margin-bottom: 30px;
}
.user-form-area .form-item form .form-group .form-control {
  height: 50px;
  border: 0;
  border-radius: 0;
  background-color: #fafafa;
  padding-left: 20px;
  font-size: 15px;
}
.user-form-area .form-item form .form-group .form-control:focus {
  border: 0;
  box-shadow: none;
}
.user-form-area .form-item form .common-btn {
  padding: 12px 70px;
}
.user-form-area .form-item .user-btn h3 {
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 30px;
  font-family: "Open Sans", sans-serif;
}
.user-form-area .form-item .user-btn h3 a {
  display: inline-block;
  color: #1c912b;
  font-weight: 600;
  margin-left: 5px;
}
.user-form-area .form-item .user-btn h3 a:hover {
  color: #381310;
}
.user-form-area .form-item .user-btn span {
  display: block;
  font-size: 15px;
  position: relative;
  margin-bottom: 25px;
}
.user-form-area .form-item .user-btn span:before {
  position: absolute;
  content: "";
  width: 40%;
  height: 1px;
  left: 0;
  top: 11px;
  background-color: #dbdbdb;
}
.user-form-area .form-item .user-btn span:after {
  position: absolute;
  content: "";
  width: 40%;
  height: 1px;
  right: 0;
  top: 11px;
  background-color: #dbdbdb;
}
.user-form-area .form-item .user-btn ul li {
  list-style-type: none;
  display: inline-block;
  margin-left: 3px;
  margin-right: 3px;
}
.user-form-area .form-item .user-btn ul li:nth-child(2) a {
  background-color: #00acee;
}
.user-form-area .form-item .user-btn ul li:nth-child(3) a {
  background-color: #C13584;
}
.user-form-area .form-item .user-btn ul li:nth-child(4) a {
  background-color: #E60023;
}
.user-form-area .form-item .user-btn ul li a {
  display: block;
  width: 30px;
  height: 30px;
  color: #fff;
  background-color: #3b5998;
  border-radius: 50%;
}
.user-form-area .form-item .user-btn ul li a i {
  line-height: 30px;
}
.user-form-area .form-item .user-btn ul li a:hover {
  transform: translate(0, -5px);
}

/*----- End User Form CSS -----*/
/*----- Loan CSS -----*/
.loan-area .loan-item .loan-img {
  margin-bottom: 30px;
}
.loan-area .loan-item .loan-img h2 {
  font-size: 38px;
  margin-bottom: 5px;
  margin-top: -12px;
}
.loan-area .loan-item .loan-img p {
  margin-bottom: 20px;
}
.loan-area .loan-item ul li {
  list-style-type: none;
  display: block;
  margin-bottom: 30px;
}
.loan-area .loan-item ul li:last-child {
  margin-bottom: 0;
}
.loan-area .loan-item ul li h3 {
  position: relative;
  font-size: 24px;
  margin-bottom: 5px;
  padding-left: 30px;
}
.loan-area .loan-item ul li h3 i {
  display: inline-block;
  color: #1c912b;
  font-size: 31px;
  position: absolute;
  top: 0;
  left: -6px;
}
.loan-area .loan-item ul li p {
  margin-bottom: 0;
}

/*----- End Loan CSS -----*/
/*----- Apply CSS -----*/
.apply-area .apply-item {
  text-align: center;
}
.apply-area .apply-item h2 {
  font-size: 38px;
  margin-bottom: 40px;
  padding-bottom: 10px;
  position: relative;
  margin-top: -10px;
}
.apply-area .apply-item h2:before {
  position: absolute;
  content: "";
  width: 50px;
  height: 3px;
  left: 0;
  right: 0;
  bottom: 0;
  margin-left: auto;
  margin-right: auto;
  background-color: #1c912b;
}
.apply-area .apply-item h2:after {
  position: absolute;
  content: "";
  width: 40px;
  height: 3px;
  left: 0;
  right: 0;
  bottom: -6px;
  margin-left: auto;
  margin-right: auto;
  background-color: #1c912b;
}
.apply-area .apply-item .form-group {
  text-align: left;
  margin-bottom: 30px;
}
.apply-area .apply-item .form-group label {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 15px;
  color: #381310;
}
.apply-area .apply-item .form-group .form-control {
  height: 50px;
  border: 0;
  border-radius: 0;
  padding-left: 20px;
  font-size: 15px;
  background-color: #fafafa;
}
.apply-area .apply-item .form-group .form-control:focus {
  box-shadow: none;
  border: 0;
}
.apply-area .apply-item .form-group ::-moz-placeholder {
  color: #7a7a7a;
}
.apply-area .apply-item .form-group ::placeholder {
  color: #7a7a7a;
}
.apply-area .apply-item .form-group .nice-select {
  margin-bottom: 30px;
  height: 50px;
  line-height: 50px;
  color: #7a7a7a;
  border-radius: 0;
  padding-left: 20px;
  font-size: 15px;
  background-color: #fafafa;
  width: 100%;
  display: block;
  border: 0;
}
.apply-area .apply-item .form-group .nice-select:focus {
  border: 0;
}
.apply-area .apply-item .form-group .nice-select .list {
  display: block;
  width: 100%;
}

.team-area.three .team-item {
  margin-left: 0;
  margin-right: 0;
}

/*----- End Apply CSS -----*/
/*----- Error CSS -----*/
.error-area {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  height: 100vh;
  text-align: center;
}
.error-area .error-content i {
  color: #1c912b;
  display: inline-block;
  font-size: 100px;
}
.error-area .error-content h1 {
  font-size: 130px;
  color: #1c912b;
  margin-bottom: 10px;
}
.error-area .error-content h2 {
  font-size: 25px;
  color: #381310;
  margin-bottom: 10px;
}
.error-area .error-content p {
  margin-bottom: 20px;
  font-weight: 500;
}
.error-area .error-content a {
  display: inline-block;
  color: #fff;
  font-weight: 500;
  border-radius: 5px;
  background-color: #1c912b;
  padding: 12px 35px;
}
.error-area .error-content a:hover {
  background-color: #381310;
}

/*----- End Error CSS -----*/
/*----- Coming Soon CSS -----*/
.coming-soon-area {
  height: 100vh;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
  padding-left: 15px;
  padding-right: 15px;
}
.coming-soon-area .soon-item img {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
.coming-soon-area .soon-item .coming-inner {
  padding-bottom: 30px;
  padding-top: 20px;
  border-radius: 5px;
  background-color: #381310;
  margin-bottom: 30px;
}
.coming-soon-area .soon-item .coming-inner h3 {
  color: #fff;
  margin-bottom: 0;
  font-weight: 700;
  font-size: 40px;
}
.coming-soon-area .soon-item .coming-inner p {
  margin-bottom: 0;
  color: #fff;
}

/*----- End Coming Soon CSS -----*/
/*----- Rules CSS -----*/
.rules-area {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.rules-area .rules-item img {
  margin-bottom: 30px;
}
.rules-area .rules-item h3 {
  font-size: 24px;
  margin-bottom: 10px;
  color: #381310;
}
.rules-area .rules-item p {
  margin-bottom: 30px;
}
.rules-area .rules-item p:last-child {
  margin-bottom: 0;
}

/*----- End Rules CSS -----*/
/*----- Go Top CSS -----*/
.go-top {
  position: fixed;
  cursor: pointer;
  bottom: 15px;
  right: 0;
  color: #ffffff;
  background-color: #1c912b;
  z-index: 4;
  width: 45px;
  text-align: center;
  height: 45px;
  opacity: 0;
  visibility: hidden;
  transition: 0.9s;
  border-radius: 50%;
  border: 1px solid #1c912b;
}
.go-top i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: 0.6s;
  font-size: 25px;
  line-height: 45px;
}
.go-top i:last-child {
  opacity: 0;
  visibility: hidden;
  top: 60%;
}
.go-top.active {
  right: 1%;
  transform: translateY(-1%);
  opacity: 1;
  visibility: visible;
}
.go-top:hover, .go-top:focus {
  color: #ffffff;
  border: 1px solid #381310;
  background-color: #381310;
}
.go-top:hover i:first-child, .go-top:focus i:first-child {
  opacity: 0;
  top: 0;
  visibility: hidden;
}
.go-top:hover i:last-child, .go-top:focus i:last-child {
  opacity: 1;
  visibility: visible;
  top: 50%;
}

/*----- End Go Top CSS -----*/
/*----- Preloader CSS -----*/
.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: #381310;
}

.spinner {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 100px auto;
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  animation: sk-bounce 2s infinite ease-in-out;
}

.double-bounce2 {
  animation-delay: -1s;
}

@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}
/*----- End Preloader CSS -----*/
.others-option-for-responsive {
  display: none;
}

.others-option-for-responsive .dot-menu {
  padding: 0 10px;
  height: 30px;
  cursor: pointer;
  z-index: 9991;
  position: absolute;
  right: 60px;
  top: 21px;
}

.others-option-for-responsive .dot-menu .inner {
  display: flex;
  align-items: center;
  height: 30px;
}

.others-option-for-responsive .dot-menu .inner .circle {
  height: 5px;
  width: 5px;
  border-radius: 100%;
  margin: 0 2px;
  transition: all ease 0.5s;
  background-color: #ffffff;
}

.others-option-for-responsive .dot-menu:hover .inner .circle {
  background-color: #ff2a60;
}

.others-option-for-responsive .container {
  position: relative;
}

.others-option-for-responsive .container .container {
  position: absolute;
  right: 0;
  top: 10px;
  max-width: 262px;
  margin: auto;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  transition: all ease 0.5s;
  z-index: 2;
  padding-left: 15px;
  padding-right: 15px;
}

.others-option-for-responsive .container .container.active {
  opacity: 1;
  visibility: visible;
}

.others-option-for-responsive .option-inner {
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
}

.others-option-for-responsive .option-inner .others-option {
  background-color: #ffffff;
  padding: 10px;
  position: absolute;
  top: 61px;
  right: 0;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

.others-option-for-responsive .option-inner .others-option .option-item {
  margin-left: 15px;
  padding-left: 15px;
  position: relative;
}

.others-option-for-responsive .option-inner .others-option .option-item:first-child {
  margin-left: 0;
  padding-left: 0;
}

.others-option-for-responsive .sidebar-menu {
  display: inline-block;
  margin-left: 10px;
}

.others-option-for-responsive .sidebar-menu a i {
  font-size: 25px;
  background-color: #ff2a60;
  height: 50px;
  width: 50px;
  line-height: 50px;
  display: inline-block;
  text-align: center;
  color: #ffffff;
  border-radius: 50px;
}

@media only screen and (max-width: 991px) {
  .others-option-for-responsive {
    display: block;
  }
  .others-option-for-responsive .container {
    max-width: 100%;
  }
  .others-option-for-responsive .container .container {
    max-width: 400px;
    margin: auto;
  }
  .others-option-for-responsive .option-inner .others-option {
    background-color: #000000;
    margin-right: 15px;
  }
  .others-option-for-responsive .option-inner .others-option .dot-menu:hover .inner .circle {
    background-color: #ffffff;
  }
  .others-option-for-responsive .option-inner .others-option .cart-icon a i {
    color: #ffffff;
  }
  .others-option-for-responsive .option-inner .others-option .cart-icon a span {
    background-color: #ffffff !important;
    color: #000000;
  }
  .others-option-for-responsive .option-inner .others-option .search-btn {
    color: #ffffff;
  }
  .others-option-for-responsive .option-inner .others-option .search-btn:hover {
    color: #ffffff !important;
  }
  .others-option-for-responsive .option-inner .others-option .close-btn {
    color: #ffffff;
  }
}/*# sourceMappingURL=style.css.map */

.why-choose-light {
  background: #fff;
}

.section-title {
  font-size: 36px;
  font-weight: 700;
  color: #381310;
}

.section-subtitle {
  max-width: 700px;
  margin: auto;
  font-size: 16px;
  color: #6c4a45;
}

.choose-light-box {
  background: linear-gradient(180deg, #fff, #fff7f4);
  border: 1px solid rgba(233, 60, 5, 0.18);
  border-radius: 22px;
  padding: 35px 30px;
  height: 100%;
  text-align: center;
  transition: all 0.4s ease;
  position: relative;
}

.choose-light-box:hover {
  transform: translateY(-12px);
  box-shadow: 0 20px 45px rgba(233, 60, 5, 0.18);
  border-color: #1c912b;
}

.icon-wrap {
  width: 68px;
  height: 68px;
  background: linear-gradient(135deg, #1c912b, #ff6a3d);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
  box-shadow: 0 12px 25px rgba(233, 60, 5, 0.35);
}

.icon-wrap i {
  font-size: 30px;
  color: #fff;
}

.choose-light-box h5 {
  font-size: 20px;
  font-weight: 600;
  color: #381310;
  margin-bottom: 12px;
}

.choose-light-box p {
  font-size: 15px;
  line-height: 1.7;
  color: #5f3d38;
}
.instant-loan-section {
  background: linear-gradient(180deg, #fff, #fff6f2);
}

.loan-badge {
  background: rgba(233, 60, 5, 0.1);
  color: #1c912b;
  padding: 8px 14px;
  font-size: 14px;
  border-radius: 30px;
}

.loan-title {
  font-size: 40px;
  font-weight: 700;
  color: #381310;
  margin: 15px 0;
}

.loan-desc {
  font-size: 16px;
  color: #5f3d38;
  line-height: 1.8;
}

.loan-features {
  list-style: none;
  padding: 0;
  margin: 25px 0;
}

.loan-features li {
  font-size: 15px;
  margin-bottom: 10px;
  color: #381310;
}

.loan-features i {
  color: #1c912b;
  margin-right: 8px;
}

.apply-btn {
  background: linear-gradient(135deg, #1c912b, #ff6a3d);
  color: #fff;
  padding: 12px 28px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 600;
  box-shadow: 0 12px 25px rgba(233, 60, 5, 0.35);
  transition: all 0.3s ease;
}

.apply-btn:hover {
  background: #cc6403;
  color: #fff;
  transform: translateY(-3px);
}

.loan-visual {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.stat-box {
  background: #fff;
  border: 1px solid rgba(233, 60, 5, 0.2);
  border-radius: 20px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 15px 35px rgba(233, 60, 5, 0.15);
}

.stat-box h4 {
  font-size: 28px;
  font-weight: 700;
  color: #1c912b;
  margin-bottom: 5px;
}

.stat-box span {
  font-size: 14px;
  color: #5f3d38;
}
.business-loan-section {
  background: linear-gradient(180deg, #ffffff, #fff7f4);
}

.biz-badge {
  background: rgba(233, 60, 5, 0.1);
  color: #1c912b;
  padding: 8px 16px;
  font-size: 14px;
  border-radius: 30px;
}

.biz-title {
  font-size: 40px;
  font-weight: 700;
  color: #381310;
  margin: 15px 0;
}

.biz-desc {
  font-size: 16px;
  color: #5f3d38;
  line-height: 1.8;
}

.biz-features {
  list-style: none;
  padding: 0;
  margin: 25px 0;
}

.biz-features li {
  font-size: 15px;
  margin-bottom: 10px;
  color: #381310;
}

.biz-features i {
  color: #1c912b;
  margin-right: 8px;
}

.biz-apply-btn {
  background: linear-gradient(135deg, #1c912b, #ff6a3d);
  color: #fff;
  padding: 13px 30px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 600;
  box-shadow: 0 12px 25px rgba(233, 60, 5, 0.35);
  transition: all 0.3s ease;
}

.biz-apply-btn:hover {
  background: #381310;
  color: #fff;
  transform: translateY(-3px);
}

.business-visual {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.biz-box {
  background: #fff;
  border: 1px solid rgba(233, 60, 5, 0.2);
  border-radius: 22px;
  padding: 35px;
  text-align: center;
  box-shadow: 0 18px 40px rgba(233, 60, 5, 0.15);
}

.biz-box h4 {
  font-size: 28px;
  font-weight: 700;
  color: #1c912b;
  margin-bottom: 6px;
}

.biz-box span {
  font-size: 14px;
  color: #5f3d38;
}
.emi-avail-section {
  background: linear-gradient(180deg, #ffffff, #fff6f2);
}

.emi-title {
  font-size: 38px;
  font-weight: 700;
  color: #381310;
}

.emi-subtitle {
  max-width: 800px;
  margin: auto;
  font-size: 16px;
  color: #6a4a45;
}

.intro-box {
  background: #fff;
  border-left: 5px solid #1c912b;
  padding: 20px 25px;
  border-radius: 12px;
  font-size: 15px;
  color: #381310;
  box-shadow: 0 12px 30px rgba(233, 60, 5, 0.1);
}

.option-heading {
  font-size: 26px;
  font-weight: 600;
  color: #381310;
}

.option-desc {
  color: #5f3d38;
  font-size: 15px;
}

.option-box {
  background: #fff;
  border-radius: 22px;
  padding: 30px;
  height: 100%;
  border: 1px solid rgba(233, 60, 5, 0.18);
  transition: all 0.35s ease;
  position: relative;
}

.option-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 45px rgba(233, 60, 5, 0.18);
  border-color: #1c912b;
}

.option-box h5 {
  font-size: 20px;
  font-weight: 600;
  color: #381310;
  margin-bottom: 12px;
}

.option-box p {
  font-size: 14.8px;
  line-height: 1.7;
  color: #5f3d38;
}

.option-badge {
  position: absolute;
  top: -15px;
  right: 20px;
  background: #1c912b;
  color: #fff;
  padding: 6px 14px;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 600;
  box-shadow: 0 8px 20px rgba(233, 60, 5, 0.35);
}

/* Highlight middle option */
.option-box.highlight {
  border: 2px solid #1c912b;
}

/* Premium style */
.option-box.premium {
  background: linear-gradient(180deg, #fff, #fff1ec);
}
.unlock-emi-section {
  background: linear-gradient(180deg, #ffffff, #fff7f4);
}

.unlock-title {
  font-size: 38px;
  font-weight: 700;
  color: #381310;
  margin-bottom: 18px;
}

.unlock-text {
  font-size: 16px;
  line-height: 1.9;
  color: #5f3d38;
  max-width: 1000px;
}
.rates-terms-section {
  background: linear-gradient(180deg, #ffffff, #fff7f4);
}

.rates-title {
  font-size: 36px;
  font-weight: 700;
  color: #381310;
}

.rates-subtitle {
  max-width: 750px;
  margin: auto;
  font-size: 16px;
  color: #6a4a45;
}

.rates-box {
  background: #ffffff;
  border-radius: 20px;
  padding: 30px 28px;
  height: 100%;
  border: 1px solid rgba(233, 60, 5, 0.18);
  box-shadow: 0 15px 35px rgba(233, 60, 5, 0.12);
  transition: all 0.35s ease;
}

.rates-box:hover {
  transform: translateY(-8px);
  border-color: #1c912b;
}

.rates-box h4 {
  font-size: 22px;
  font-weight: 600;
  color: #381310;
  margin-bottom: 15px;
}

.rates-box ul {
  padding-left: 18px;
  margin: 0;
}

.rates-box li {
  font-size: 15px;
  color: #5f3d38;
  line-height: 1.7;
  margin-bottom: 10px;
}

.rates-box.highlight {
  border-left: 5px solid #1c912b;
}

.rates-note {
  background: #fff;
  border-left: 4px solid #1c912b;
  padding: 18px 22px;
  border-radius: 12px;
  font-size: 14px;
  color: #5f3d38;
  box-shadow: 0 10px 25px rgba(233, 60, 5, 0.1);
}
.faq-accordion-section {
  background: linear-gradient(180deg, #ffffff, #fff7f4);
}

.faq-title {
  font-size: 36px;
  font-weight: 700;
  color: #381310;
}

.accordion-item {
  border-radius: 14px;
  margin-bottom: 12px;
  border: 1px solid rgba(233, 60, 5, 0.2);
  overflow: hidden;
}

.accordion-button {
  font-weight: 600;
  color: #381310;
}

.accordion-button:not(.collapsed) {
  background-color: rgba(233, 60, 5, 0.08);
  color: #1c912b;
}

.accordion-body {
  font-size: 14.8px;
  color: #5f3d38;
  line-height: 1.7;
}
.contact-section {
  background: linear-gradient(180deg, #ffffff, #fff7f4);
}

.contact-title {
  font-size: 36px;
  font-weight: 700;
  color: #381310;
}

.contact-subtitle {
  max-width: 720px;
  margin: auto;
  font-size: 16px;
  color: #6a4a45;
}

.contact-info-box {
  background: #ffffff;
  border-radius: 22px;
  padding: 35px 30px;
  height: 100%;
  border-left: 6px solid #1c912b;
  box-shadow: 0 18px 40px rgba(233, 60, 5, 0.15);
}

.contact-info-box h4 {
  font-size: 22px;
  font-weight: 600;
  color: #381310;
  margin-bottom: 12px;
}

.contact-info-box p {
  font-size: 15px;
  color: #5f3d38;
  margin-bottom: 20px;
}

.contact-info-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.contact-info-list li {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
  font-size: 15px;
  color: #381310;
}

.contact-info-list i {
  color: #1c912b;
  font-size: 18px;
  margin-right: 12px;
}

.contact-form-box {
  background: #ffffff;
  border-radius: 22px;
  padding: 35px 30px;
  height: 100%;
  border: 1px solid rgba(233, 60, 5, 0.18);
  box-shadow: 0 18px 40px rgba(233, 60, 5, 0.12);
}

.contact-form-box h4 {
  font-size: 22px;
  font-weight: 600;
  color: #381310;
  margin-bottom: 20px;
}

.contact-form-box .form-control {
  border-radius: 12px;
  padding: 12px 14px;
  font-size: 14.8px;
  border: 1px solid rgba(233, 60, 5, 0.25);
}

.contact-form-box .form-control:focus {
  border-color: #1c912b;
  box-shadow: 0 0 0 0.15rem rgba(233, 60, 5, 0.25);
}

.contact-btn {
  background: linear-gradient(135deg, #1c912b, #ff6a3d);
  color: #ffffff;
  padding: 12px 32px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 600;
  box-shadow: 0 12px 28px rgba(233, 60, 5, 0.35);
  transition: all 0.3s ease;
}

.contact-btn:hover {
  background: #381310;
  color: #ffffff;
  transform: translateY(-3px);
}
.disclaimer-section {
  background: linear-gradient(180deg, #ffffff, #fff7f4);
}

.disclaimer-box {
  background: #ffffff;
  border-left: 6px solid #1c912b;
  border-radius: 20px;
  padding: 35px 32px;
  box-shadow: 0 18px 40px rgba(233, 60, 5, 0.15);
  max-width: 1000px;
  margin: auto;
}

.disclaimer-title {
  font-size: 34px;
  font-weight: 700;
  color: #381310;
  margin-bottom: 20px;
}

.disclaimer-box p {
  font-size: 15.5px;
  line-height: 1.9;
  color: #5f3d38;
  margin-bottom: 14px;
}

.disclaimer-footer {
  font-weight: 600;
  color: #381310;
  margin-top: 20px;
}
.terms-section {
  background: #fdf9f7;
}

.terms-box {
  background: #ffffff;
  border-radius: 18px;
  padding: 45px;
  max-width: 1100px;
  margin: auto;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
}

.terms-title {
  font-size: 40px;
  font-weight: 700;
  color: #381310;
  margin-bottom: 25px;
}

.terms-box h3 {
  margin-top: 30px;
  font-size: 22px;
  font-weight: 600;
  color: #381310;
}

.terms-box p,
.terms-box li {
  font-size: 15.5px;
  line-height: 1.9;
  color: #4f3a35;
}

.terms-box ul,
.terms-box ol {
  margin-left: 22px;
}
/* Page background */
.refund-section {
  background: linear-gradient(180deg, #ffffff 0%, #fff4ef 100%);
  padding: 60px 0;
}

/* Main container */
.refund-box {
  background: #ffffff;
  border-radius: 22px;
  padding: 48px 46px;
  max-width: 1100px;
  margin: auto;
  box-shadow: 0 25px 60px rgba(233, 60, 5, 0.12);
  border-top: 6px solid #1c912b;
}

/* Main title */
.refund-box h1 {
  font-size: 40px;
  font-weight: 700;
  color: #381310;
  margin-bottom: 10px;
}

/* Secondary title */
.refund-box h2 {
  font-size: 26px;
  font-weight: 600;
  color: #1c912b;
  margin-bottom: 28px;
}

/* Section headings */
.refund-box h3 {
  margin-top: 38px;
  margin-bottom: 12px;
  font-size: 22px;
  font-weight: 600;
  color: #381310;
  position: relative;
  padding-left: 14px;
}

.refund-box h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 4px;
  height: 85%;
  background: #1c912b;
  border-radius: 2px;
}

/* Paragraph text */
.refund-box p {
  font-size: 15.8px;
  line-height: 1.95;
  color: #4f3a35;
  margin-bottom: 16px;
}

/* Highlighted keywords */
.refund-box strong {
  color: #381310;
  font-weight: 600;
}

/* Contact block spacing */
.refund-box p:last-of-type {
  margin-top: 22px;
  background: #fff7f3;
  padding: 18px 20px;
  border-radius: 14px;
  border-left: 4px solid #1c912b;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .refund-box {
    padding: 32px 26px;
  }

  .refund-box h1 {
    font-size: 32px;
  }

  .refund-box h2 {
    font-size: 22px;
  }

  .refund-box h3 {
    font-size: 20px;
  }

  .refund-box p {
    font-size: 15px;
  }
}
/* =========================
   SECTION BASE
========================= */
.apply-loan-section {
  background: linear-gradient(180deg, #ffffff, #fff5f1);
  padding: 60px 0;
}

.auth-form {
  max-width: 1200px;
}

/* =========================
   HEADING AREA
========================= */
.heading-box .heading-subtitle {
  background: rgba(233, 60, 5, 0.1);
  color: #1c912b;
  padding: 10px 18px;
  border-radius: 30px;
  display: inline-block;
  font-weight: 600;
}

.heading-box h3 {
  font-size: 32px;
  font-weight: 700;
  color: #381310;
}

/* =========================
   FORM CONTAINER CARD
========================= */
.contact-cnt {
  background: #ffffff;
  border-radius: 18px;
  box-shadow: 0 25px 60px rgba(0,0,0,0.12);
}

/* Section titles inside form */
.pd-form {
  font-size: 22px;
  font-weight: 700;
  color: #381310;
}

.contact-cnt hr {
  border-top: 2px dashed rgba(233, 60, 5, 0.3);
}

/* =========================
   FORM INPUTS
========================= */
.form-group,
.hgt {
  margin-bottom: 18px;
}

.form-control {
  height: 48px;
  border-radius: 12px;
  border: 1px solid rgba(233, 60, 5, 0.25);
  transition: all 0.3s ease;
}

.form-control:focus {
  border-color: #1c912b;
  box-shadow: 0 0 0 0.15rem rgba(233, 60, 5, 0.25);
}

select.form-control {
  cursor: pointer;
}

/* =========================
   CONSENT BOX
========================= */
.form-group ul {
  background: #fff7f3;
  border-left: 4px solid #1c912b;
  padding: 15px 20px;
  border-radius: 12px;
}

.form-group ul li {
  margin-bottom: 6px;
}

/* =========================
   APPLY BUTTON
========================= */
.theme-btn {
  background: linear-gradient(135deg, #1c912b, #ff6a3d);
  color: #ffffff !important;
  padding: 14px 32px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 700;
  box-shadow: 0 14px 35px rgba(233, 60, 5, 0.4);
  transition: all 0.3s ease;
}

.theme-btn:hover {
  background: #381310;
  transform: translateY(-3px);
}

/* =========================
   ALERT / WARNING BOX
========================= */
.service-sidebar__call {
  background: #fff;
  border-left: 6px solid #1c912b;
}

.service-sidebar__call p b {
  color: #1c912b;
}

/* =========================
   RATES & CHARGES BOXES
========================= */
.list li {
  padding: 6px 0;
  font-size: 15px;
}

.list li i {
  color: #1c912b;
  margin-right: 6px;
}

/* =========================
   TABLE DESIGN
========================= */
.tbl {
  border-radius: 14px;
  overflow: hidden;
}

.tbl thead {
  background: #1c912b;
  color: #fff;
  font-weight: 600;
}

.tbl td {
  vertical-align: middle;
  font-size: 14px;
}

/* =========================
   SECTION SPACING
========================= */
.mt-40 {
  margin-top: 40px;
}

/* =========================
   RESPONSIVE
========================= */
@media (max-width: 768px) {
  .heading-box h3 {
    font-size: 26px;
  }

  .theme-btn {
    width: 100%;
    text-align: center;
  }
}
/* =========================================================
   FINTECH LOAN APPLICATION UI – COMPLETE CSS
   Author: Premium FinTech UI
   ========================================================= */

/* ------------------------------
   ROOT VARIABLES (FINTECH THEME)
--------------------------------*/
:root {
  --primary: #381310;
  --secondary: #1c912b;
  --accent: #381310;
  --dark: #0f172a;
  --muted: #64748b;
  --light: #f8fafc;
  --glass: rgba(255, 255, 255, 0.72);
  --border: rgba(255, 255, 255, 0.35);
  --danger: #ef4444;
}

/* ------------------------------
   GLOBAL RESET
--------------------------------*/
* {
  box-sizing: border-box;
}

body {
  font-family: "Inter", "Segoe UI", system-ui, -apple-system, sans-serif;
  background: #f1f5f9;
  color: var(--dark);
  line-height: 1.6;
}

/* ------------------------------
   BACKGROUND (FINTECH GRADIENT)
--------------------------------*/
.loan-apply-section {
  min-height: 100vh;
  padding: 60px 0;
  background:
    radial-gradient(circle at 15% 15%, #dbeafe, transparent 40%),
    radial-gradient(circle at 85% 85%, #dcfce7, transparent 40%),
    linear-gradient(135deg, #f8fafc, #eef2ff);
}

/* ------------------------------
   ELIGIBILITY BANNER
--------------------------------*/
.eligibility-banner {
  /* background: linear-gradient(135deg, var(--primary), var(--secondary));
  color: #fff;
  border-radius: 18px;
  padding: 22px;
  margin-bottom: 24px;
  text-align: center;
  box-shadow: 0 15px 35px rgba(37, 99, 235, 0.35); */
}

.eligibility-banner h4 {
  font-weight: 800;
  letter-spacing: 0.5px;
  margin-bottom: 6px;
}

.eligibility-banner p {
  margin: 0;
  font-size: 0.95rem;
  opacity: 0.95;
}

/* ------------------------------
   GLASSMORPHISM CARD
--------------------------------*/
.loan-card {
  background: var(--glass);
  backdrop-filter: blur(16px);
  border-radius: 22px;
  border: 1px solid var(--border);
  box-shadow:
    0 20px 45px rgba(0, 0, 0, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.65);
}

/* ------------------------------
   SECTION HEADINGS
--------------------------------*/
.section-title {
  font-weight: 700;
  font-size: 1.15rem;
  color: var(--dark);
  margin-bottom: 20px;
  position: relative;
  padding-left: 16px;
}

.section-title::before {
  content: "";
  width: 6px;
  height: 24px;
  background: linear-gradient(180deg, var(--primary), var(--accent));
  position: absolute;
  left: 0;
  top: 3px;
  border-radius: 20px;
}

/* ------------------------------
   FORM ELEMENTS
--------------------------------*/
.form-label {
  font-size: 0.85rem;
  font-weight: 600;
  color: #334155;
}

.form-control,
.form-select {
  border-radius: 14px;
  border: 1px solid #e5e7eb;
  padding: 14px 16px;
  background: rgba(255, 255, 255, 0.92);
  font-size: 0.95rem;
  font-weight: 500;
  transition: all 0.3s ease;
      width: 100%;
    line-height: 10px;
}

.form-control::placeholder {
  color: #94a3b8;
}

.form-control:focus,
.form-select:focus {
  border-color: var(--secondary);
  box-shadow: 0 10px 22px rgba(37, 99, 235, 0.18);
  transform: translateY(-1px);
  outline: none;
}

/* ------------------------------
   INPUT ICON SUPPORT
--------------------------------*/
.input-icon {
  position: relative;
}

.input-icon i {
  position: absolute;
  top: 50%;
  left: 14px;
  transform: translateY(-50%);
  color: var(--muted);
  font-size: 1rem;
}

.input-icon .form-control {
  padding-left: 44px;
}

/* ------------------------------
   SELECT DROPDOWN ARROW
--------------------------------*/
.form-select {
  background-image:
    linear-gradient(45deg, transparent 50%, #475569 50%),
    linear-gradient(135deg, #475569 50%, transparent 50%);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px);
  background-size: 6px 6px;
  background-repeat: no-repeat;
}

/* ------------------------------
   CHECKBOX (CONSENT)
--------------------------------*/
.form-check-input {
  width: 18px;
  height: 18px;
  border-radius: 4px;
  border: 1px solid #cbd5f5;
  margin-top: 4px;
}

.form-check-input:checked {
  background-color: var(--primary);
  border-color: var(--primary);
}

.form-check-label {
  font-size: 0.8rem;
  color: #475569;
}

/* ------------------------------
   PRIMARY BUTTON (NEUMORPHIC)
--------------------------------*/
.btn-success {
  background: linear-gradient(135deg, var(--primary), var(--accent));
  border: none;
  border-radius: 60px;
  padding: 14px 56px;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.4px;
  color: #fff;
  box-shadow:
    0 15px 30px rgba(34, 197, 94, 0.35),
    inset 0 -3px 6px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}

.btn-success:hover {
  transform: translateY(-3px);
  box-shadow:
    0 20px 40px rgba(34, 197, 94, 0.45),
    inset 0 -3px 6px rgba(0, 0, 0, 0.18);
}

/* ------------------------------
   ERROR & VALIDATION
--------------------------------*/
.validation-error {
  font-size: 0.75rem;
  color: var(--danger);
  margin-top: 4px;
  display: block;
}

/* ------------------------------
   LOADING / SUBMIT STATE
--------------------------------*/
button:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

/* ------------------------------
   RESPONSIVE (MOBILE FIRST)
--------------------------------*/
@media (max-width: 992px) {
  .loan-apply-section {
    padding: 40px 12px;
  }
}

@media (max-width: 768px) {
  .loan-card {
    border-radius: 18px;
  }

  .eligibility-banner h4 {
    font-size: 1.1rem;
  }

  .btn-success {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .section-title {
    font-size: 1rem;
  }
}
/* =========================================
   FINTECH ALERT / WARNING CARD
========================================= */

.fintech-alert-card {
  position: relative;
  background: linear-gradient(135deg, #ffffff, #f8fafc);
  border-radius: 20px;
  padding: 24px;
  box-shadow:
    0 18px 35px rgba(0, 0, 0, 0.15),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
  border-left: 6px solid #ef4444;
  overflow: hidden;
}

/* subtle background pattern */
.fintech-alert-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top right, rgba(239, 68, 68, 0.08), transparent 40%);
  pointer-events: none;
}

/* -----------------------------------------
   HEADER
------------------------------------------ */
.alert-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}

.alert-icon {
  font-size: 1.5rem;
}

.alert-header h5 {
  margin: 0;
  font-weight: 800;
  color: #991b1b;
  letter-spacing: 0.4px;
}

/* -----------------------------------------
   BODY
------------------------------------------ */
.alert-body p {
  font-size: 0.9rem;
  color: #334155;
  line-height: 1.6;
  margin-bottom: 12px;
}

.alert-strong {
  font-weight: 800;
  color: #b91c1c;
  background: rgba(239, 68, 68, 0.1);
  padding: 10px 14px;
  border-radius: 10px;
  text-align: center;
}

.alert-highlight {
  font-weight: 700;
  color: #7f1d1d;
}

/* -----------------------------------------
   FOOTER
------------------------------------------ */
.alert-footer {
  margin-top: 16px;
  padding-top: 12px;
  border-top: 1px dashed #fecaca;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.85rem;
}

.alert-footer a {
  font-weight: 700;
  color: #1c912b;
  text-decoration: none;
}

.alert-footer a:hover {
  text-decoration: underline;
}

/* -----------------------------------------
   RESPONSIVE
------------------------------------------ */
@media (max-width: 768px) {
  .fintech-alert-card {
    padding: 20px;
  }

  .alert-header h5 {
    font-size: 1rem;
  }
}
/* ================================
   FINTECH RATES & CHARGES SECTION
================================ */

.rates-section {
  padding-bottom: 40px;
}

/* Card */
.fintech-info-card {
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(14px);
  border-radius: 20px;
  padding: 28px;
  box-shadow:
    0 18px 40px rgba(0, 0, 0, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.35);
}

/* Titles */
.card-title {
  font-weight: 800;
  font-size: 1.2rem;
  color: #0f172a;
  margin-bottom: 18px;
  position: relative;
  padding-left: 14px;
}

.card-title::before {
  content: "";
  width: 6px;
  height: 26px;
  background: linear-gradient(180deg, #1c912b, #381310);
  position: absolute;
  left: 0;
  top: 2px;
  border-radius: 12px;
}

/* List */
.fintech-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.fintech-list li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 12px;
  font-weight: 500;
  color: #334155;
}

.fintech-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #381310;
  font-weight: 700;
}

/* Paragraphs */
.fintech-info-card p {
  color: #475569;
  font-size: 0.95rem;
  line-height: 1.7;
}

/* Table */
.fintech-table {
  border-radius: 14px;
  overflow: hidden;
}

.fintech-table thead {
  background: linear-gradient(135deg, #1c912b, #381310);
  color: #fff;
}

.fintech-table th {
  font-weight: 700;
  font-size: 0.85rem;
  text-align: center;
  vertical-align: middle;
  border: none;
}

.fintech-table td {
  text-align: center;
  font-weight: 500;
  font-size: 0.85rem;
  vertical-align: middle;
}

.fintech-table tbody tr:hover {
  background: #f1f5f9;
}

/* Responsive */
@media (max-width: 768px) {
  .card-title {
    font-size: 1.05rem;
  }

  .fintech-info-card {
    padding: 22px;
  }
}
/* ======================================
   PRIVACY POLICY – FINTECH UI (BRANDED)
   Primary: #1c912b
   Secondary: #381310
====================================== */

.privacy-section {
  background:
    radial-gradient(circle at top left, rgba(233, 60, 5, 0.15), transparent 40%),
    radial-gradient(circle at bottom right, rgba(56, 19, 16, 0.15), transparent 40%),
    linear-gradient(135deg, #fff5f2, #fdeee9);
}

/* Header */
.privacy-header h2 {
  font-weight: 800;
  color: #381310;
  margin-bottom: 10px;
}

.privacy-header p {
  color: #5c2a24;
  max-width: 700px;
  margin: auto;
}

/* Badge */
.privacy-badge {
  display: inline-block;
  background: linear-gradient(135deg, #1c912b, #381310);
  color: #fff;
  padding: 7px 18px;
  border-radius: 30px;
  font-size: 0.75rem;
  font-weight: 800;
  margin-bottom: 12px;
  box-shadow: 0 8px 20px rgba(233, 60, 5, 0.4);
}

/* Card */
.privacy-card {
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(14px);
  border-radius: 22px;
  padding: 36px;
  box-shadow:
    0 22px 50px rgba(56, 19, 16, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.75);
  border: 1px solid rgba(233, 60, 5, 0.25);
}

/* Section Titles */
.privacy-title {
  font-weight: 800;
  color: #381310;
  margin-top: 30px;
  margin-bottom: 12px;
  position: relative;
  padding-left: 18px;
}

.privacy-title::before {
  content: "";
  width: 7px;
  height: 28px;
  background: linear-gradient(180deg, #1c912b, #381310);
  position: absolute;
  left: 0;
  top: 2px;
  border-radius: 10px;
}

/* Paragraphs */
.privacy-card p {
  font-size: 0.95rem;
  color: #5c2a24;
  line-height: 1.75;
}

/* List */
.privacy-list {
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.privacy-list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 14px;
  font-weight: 600;
  color: #381310;
}

.privacy-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #1c912b;
  font-weight: 800;
}

/* Responsive */
@media (max-width: 768px) {
  .privacy-card {
    padding: 24px;
  }

  .privacy-title {
    font-size: 1.05rem;
  }
}
/* ======================================
   LOAN CALCULATOR – FINTECH UI
====================================== */

.loan-calculator-section {
  background:
    radial-gradient(circle at top left, rgba(233, 60, 5, 0.15), transparent 40%),
    radial-gradient(circle at bottom right, rgba(56, 19, 16, 0.15), transparent 40%),
    linear-gradient(135deg, #fff5f2, #fdeee9);
}

/* Header */
.calculator-header h2 {
  font-weight: 800;
  color: #381310;
}

.calculator-header p {
  color: #5c2a24;
  max-width: 600px;
  margin: auto;
}

.calculator-badge {
  background: linear-gradient(135deg, #1c912b, #381310);
  color: #fff;
  padding: 6px 16px;
  border-radius: 30px;
  font-size: 0.75rem;
  font-weight: 800;
  box-shadow: 0 6px 20px rgba(233, 60, 5, 0.4);
}

/* Card */
.calculator-card {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(14px);
  border-radius: 22px;
  padding: 36px;
  box-shadow:
    0 22px 50px rgba(56, 19, 16, 0.25);
  border: 1px solid rgba(233, 60, 5, 0.25);
}

/* Input Groups */
.calc-group label {
  font-weight: 700;
  color: #381310;
  margin-bottom: 6px;
  display: block;
}

.calc-group input[type="range"] {
  width: 100%;
  accent-color: #1c912b;
}

.calc-value {
  font-weight: 700;
  color: #1c912b;
  margin-top: 4px;
}

/* Result Box */
.result-box {
  background: linear-gradient(135deg, #381310, #5c2a24);
  color: #fff;
  border-radius: 18px;
  padding: 28px;
  height: 100%;
}

.result-box h4 {
  font-weight: 800;
  margin-bottom: 20px;
  color: #fff;
}

.result-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
  font-size: 0.95rem;
}

.result-item.highlight {
  background: rgba(233, 60, 5, 0.25);
  padding: 10px 14px;
  border-radius: 10px;
  font-size: 1.05rem;
}

/* Button */
.btn-calc {
  width: 100%;
  background: linear-gradient(135deg, #1c912b, #ff6a3d);
  color: #fff;
  font-weight: 800;
  border-radius: 40px;
  padding: 12px;
  border: none;
  box-shadow: 0 10px 30px rgba(233, 60, 5, 0.45);
}

.btn-calc:hover {
  transform: translateY(-2px);
}

/* Responsive */
@media (max-width: 768px) {
  .calculator-card {
    padding: 24px;
  }
}

/* Hero Image Responsive */
.hero-img {
    width: 100% !important;
    height: auto !important;           /* Keeps aspect ratio */
    object-fit: cover !important;
}

/* Desktop view */
@media (min-width: 992px) {
    .hero-img {
        max-height: 100% !important;
    }
}

/* Tablet view */
@media (max-width: 991px) {
    .hero-img {
        max-height: 360px !important;
    }
}

/* Mobile view */
@media (max-width: 576px) {
    .hero-img {
        max-height: 220px;
    }
}
/* ===========================
   SDI HERO SECTION – FINAL FIX
   =========================== */

/* ===============================
   SDI HERO – ZERO SPACE VERSION
   =============================== */

.sdi-hero-root {
  position: relative;
  width: 100%;
  height: 100svh;       /* Mobile-safe */
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ecedf2;
}

/* Image */
.sdi-hero-img {
  width: 100%;
  height: 100%;
  object-fit: contain;   /* FULL IMAGE */
  display: block;
  margin: 0;
  padding: 0;
}

/* Fallback */
@supports not (height: 100svh) {
  .sdi-hero-root {
    height: 100vh;
  }
}

html, body {
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  height: 100% !important;
  overflow-x: hidden !important;
}
html, body {
  margin: 0;
  padding: 0;
}

/* HERO SECTION */
.sdi-hero-clean {
  width: 100%;
  margin: 0;
  padding: 0;
  background: none;
}

/* IMAGE */
.sdi-hero-clean-img {
  width: 100%;
  height: auto;      /* IMAGE CONTROLS HEIGHT */
  display: block;    /* removes bottom gap */
}
/* Section Base */
.about-brand {
    position: relative;
    background: linear-gradient(120deg, #ffffff 60%, #eef2ff 40%);
    overflow: hidden;
}

/* Decorative Shape */
.about-brand::before {
    content: "";
    position: absolute;
    top: -100px;
    right: -120px;
    width: 320px;
    height: 320px;
    background: linear-gradient(135deg, #ef5f00, #6f2206);
    border-radius: 50%;
    opacity: 0.12;
}

/* Image */
.about-image img {
    width: 100%;
    border-radius: 18px;
    transform: translateY(0);
    transition: transform 0.6s ease;
}

.about-image img:hover {
    transform: translateY(-10px);
}

/* Text Content */
.about-text {
    padding-left: 30px;
}

/* Tag */
.about-tag {
    display: inline-block;
    color: #ef5f00;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 12px;
    text-transform: uppercase;
}

/* Heading */
.about-text h2 {
    font-size: 38px;
    font-weight: 800;
    line-height: 1.3;
    margin-bottom: 20px;
    color: #111;
}

.about-text h2 span {
    background: linear-gradient(90deg, #ef5f00, #6f2206);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Paragraph */
.about-text p {
    font-size: 16px;
    line-height: 1.9;
    color: #555;
    margin-bottom: 15px;
}

/* Highlights */
.about-highlights {
    margin: 25px 0;
}

.about-highlights div {
    font-weight: 600;
    color: #ef5f00;
    margin-bottom: 8px;
}

/* Button */
.about-btn {
    display: inline-block;
    padding: 14px 36px;
    background: linear-gradient(135deg, #ef5f00, #6f2206);
    color: #fff;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.about-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(10, 88, 202, 0.35);
    color: #fff;
}

/* Mobile */
@media (max-width: 768px) {
    .about-text {
        padding-left: 0;
    }

    .about-text h2 {
        font-size: 28px;
    }

    .about-brand {
        background: #ffffff;
    }
}

/* NAVBAR BASE */
.emi-navbar {
    background: #ffffff;
    padding: 0px 0;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
}

/* LOGO */
.emi-navbar .navbar-brand img {
    max-height: 80px;
}

/* NAV LINKS */
.emi-nav-links .nav-link {
    font-weight: 600;
    color: #1c1c1c;
    padding: 0 16px;
    transition: color 0.3s ease;
}

.emi-nav-links .nav-link:hover,
.emi-nav-links .nav-link.active {
    color: #7e0721;
}

/* CTA BUTTON */
.apply-btn {
    background: #7e0721;
    color: #fff;
    padding: 14px 28px;
    border-radius: 10px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
}

.apply-btn:hover {
    background: #cc6403;
    color: #fff;
    
}

/* MOBILE */
@media (max-width: 991px) {
    .emi-nav-links {
        text-align: center;
        padding-top: 15px;
    }

    .emi-nav-links .nav-link {
        padding: 12px 0;
        font-size: 16px;
    }

    .apply-btn {
        display: block;
        width: 100%;
        margin-top: 15px;
        text-align: center;
    }
}
/* Section Background */
.grievance-section {
    background: #212529; /* EMIWALLE Orange */
    padding: 60px 0 50px;
    color: #fff;
}

/* Content Box */
.grievance-content {
    background: rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    padding: 40px 30px;
}

/* Heading */
.grievance-heading {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #fff;
}

.grievance-heading span {
    display: block;
    font-size: 17px;
    font-weight: 600;
    margin-top: 6px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Description */
.grievance-desc {
    font-size: 15.5px;
    line-height: 1.9;
    color: #ffe9df;
    margin-bottom: 25px;
}

/* Contact */
.grievance-contact {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
    font-weight: 600;
}

.grievance-contact a {
    color: #ffffff;
    text-decoration: none;
}

.grievance-contact a:hover {
    text-decoration: underline;
}

/* City Links */
.city-links {
    font-size: 14.5px;
    line-height: 28px;
}

.city-links a {
    color: #ffffff;
    text-decoration: none;
    padding: 0 8px;
    position: relative;
}

.city-links a::after {
    content: "|";
    position: absolute;
    right: -6px;
    color: rgba(255, 255, 255, 0.6);
}

.city-links a:last-child::after {
    content: "";
}

.city-links a:hover {
    text-decoration: underline;
}

/* Mobile */
@media (max-width: 576px) {
    .grievance-content {
        padding: 30px 20px;
    }

    .grievance-heading {
        font-size: 20px;
    }

    .grievance-contact {
        gap: 15px;
    }
}
.footer-social-dark {
    display: flex;
    gap: 14px;
    margin-top: 10px;
    margin-left: 30px;
}

/* Circle background */
.footer-social-dark a {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #4a2a23; /* dark brown */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ff4d00; /* EMIWALLE orange */
    font-size: 20px;
    text-decoration: none;
    transition: all 0.3s ease;
}

/* Hover effect */
.footer-social-dark a:hover {
    background: #ff4d00;
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 8px 18px rgba(255, 77, 0, 0.45);
}

/* Mobile alignment */
@media (max-width: 576px) {
    .footer-social-dark {
        justify-content: center;

    }
}
/* Root Colors */
:root {
  --navy: #0A2540;
  --green: #eb8201;
  --orange: #F47C20;
  --light: #F7FAFC;
}

/* Hero Section */
.hero-section {
  min-height: 100vh;
  background:
    radial-gradient(circle at top right, rgba(31,168,79,0.12), transparent 40%),
    radial-gradient(circle at bottom left, rgba(244,124,32,0.15), transparent 45%),
    linear-gradient(135deg, #ffffff, var(--light));
  position: relative;
  overflow: hidden;
}

/* Decorative curves */
.hero-section::before,
.hero-section::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  z-index: 0;
}

.hero-section::before {
  width: 450px;
  height: 450px;
  background: rgba(31,168,79,0.15);
  top: -150px;
  right: -150px;
}

.hero-section::after {
  width: 380px;
  height: 380px;
  background: rgba(244,124,32,0.15);
  bottom: -120px;
  left: -120px;
}

/* Text Styling */
.hero-title {
  font-size: 3.2rem;
  font-weight: 800;
  color: var(--navy);
  line-height: 1.2;
}

.hero-title span {
  color: var(--green);
}

.hero-desc {
  font-size: 1.1rem;
  color: #4a5b6b;
  margin-top: 15px;
  max-width: 520px;
}

/* Badge */
.fintech-badge {
  background: rgba(31,168,79,0.1);
  color: var(--green);
  font-weight: 600;
  padding: 8px 14px;
  border-radius: 50px;
}

/* Buttons */
.btn-primary {
  background: linear-gradient(135deg, var(--green), #860822);
  border: none;
  box-shadow: 0 10px 25px rgba(31,168,79,0.35);
}

.btn-primary:hover {
  transform: translateY(-2px);
}

.btn-outline-secondary {
  border-color: var(--navy);
  color: var(--navy);
}

.btn-outline-secondary:hover {
  background: var(--navy);
  color: #fff;
}

/* Logo Animation */
.hero-graphic img {
  
  animation: float 6s ease-in-out infinite;
  filter: drop-shadow(0 20px 40px rgba(10,37,64,0.2));
}

/* Floating animation */
@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-12px);
  }
}

/* Responsive */
@media (max-width: 768px) {
  .hero-title {
    font-size: 2.4rem;
  }
}
/* About Section */
.about-section {
  padding: 100px 0;
  background: linear-gradient(180deg, #ffffff, #f7fafc);
  overflow: hidden;
}

/* Badge */
.about-badge {
  display: inline-block;
  padding: 8px 16px;
  background: rgba(31,168,79,0.12);
  color: #eb8201;
  border-radius: 50px;
  font-weight: 600;
  margin-bottom: 15px;
}

/* Title */
.about-title {
  font-size: 2.6rem;
  font-weight: 800;
  color: #0A2540;
}

.about-title span {
  color: #eb8201;
}

/* Description */
.about-desc {
  margin-top: 15px;
  font-size: 1.05rem;
  color: #4a5b6b;
  max-width: 520px;
}

/* Image Styling */
.about-image {
  position: relative;
  animation: floatY 6s ease-in-out infinite;
}

.about-image img {
  max-width: 420px;
  filter: drop-shadow(0 25px 50px rgba(10,37,64,0.25));
}

/* Cards */
.about-card {
  background: #ffffff;
  padding: 22px;
  border-radius: 16px;
  box-shadow: 0 15px 35px rgba(0,0,0,0.06);
  transition: all 0.4s ease;
  height: 100%;
}

.about-card h4 {
  color: #0A2540;
  font-weight: 700;
}

.about-card p {
  margin-top: 8px;
  font-size: 0.95rem;
  color: #6b7c93;
}

.about-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 55px rgba(31,168,79,0.25);
}

/* Button */
.btn-success {
  background: linear-gradient(135deg, #eb8201, #860822);
  border: none;
  padding: 12px 28px;
  border-radius: 50px;
  font-weight: 600;
  box-shadow: 0 12px 30px rgba(31,168,79,0.35);
}

/* Floating animation */
@keyframes floatY {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
}

/* Responsive */
@media (max-width: 768px) {
  .about-title {
    font-size: 2rem;
  }
}
/* Root Colors */
:root {
  --navy: #0A2540;
  --green: #eb8201;
  --orange: #F47C20;
  --light: #F7FAFC;
}

/* Section */
.how-it-works-loan {
  position: relative;
  padding: 100px 0;
  background:
    radial-gradient(circle at top left, rgba(31,168,79,0.18), transparent 40%),
    radial-gradient(circle at bottom right, rgba(244,124,32,0.18), transparent 45%),
    linear-gradient(180deg, #ffffff, var(--light));
  overflow: hidden;
}

/* Animated blobs */
.how-it-works-loan::before,
.how-it-works-loan::after {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  filter: blur(90px);
  z-index: 0;
  animation: blobFloat 12s infinite alternate;
}

.how-it-works-loan::before {
  background: #eb82015e;
  top: -150px;
  left: -150px;
}

.how-it-works-loan::after {
  background: rgba(244,124,32,0.35);
  bottom: -150px;
  right: -150px;
}

/* Heading */
.hiw-badge {
  display: inline-block;
  padding: 8px 18px;
  background: rgba(31,168,79,0.12);
  color: var(--green);
  font-weight: 600;
  border-radius: 50px;
}

.hiw-title {
  font-size: 2.7rem;
  font-weight: 800;
  color: var(--navy);
  margin-top: 15px;
}

.hiw-title span {
  color: var(--green);
}

.hiw-desc {
  margin-top: 12px;
  color: #5f6f81;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

/* Cards */
.hiw-card {
  position: relative;
  background: #ffffff;
  padding: 35px 25px;
  border-radius: 18px;
  text-align: center;
  height: 100%;
  box-shadow: 0 20px 45px rgba(0,0,0,0.07);
  transition: all 0.4s ease;
  z-index: 1;
}

.hiw-card h4 {
  font-weight: 700;
  color: var(--navy);
  margin-top: 20px;
}

.hiw-card p {
  font-size: 0.95rem;
  color: #6b7c93;
  margin-top: 10px;
}

/* Step Circle */
.hiw-step {
  width: 70px;
  height: 70px;
  margin: 0 auto;
  background: linear-gradient(135deg, var(--green), #860822);
  color: #ffffff;
  border-radius: 50%;
  font-weight: 800;
  font-size: 1.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 12px 30px rgba(31,168,79,0.4);
}

/* Hover Effect */
.hiw-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 35px 65px rgba(31,168,79,0.25);
}

/* Bottom CTA */
.hiw-bottom p {
  color: #4a5b6b;
  font-size: 1rem;
}

.hiw-btn {
  background: linear-gradient(135deg, var(--green), #860822);
  color: #ffffff;
  border: none;
  padding: 14px 34px;
  border-radius: 50px;
  font-weight: 600;
  box-shadow: 0 12px 30px rgba(31,168,79,0.35);
}

.hiw-btn:hover {
  color: #fff;
  transform: translateY(-2px);
}

/* Blob Animation */
@keyframes blobFloat {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(80px, -60px);
  }
}

/* Responsive */
@media (max-width: 768px) {
  .hiw-title {
    font-size: 2.1rem;
  }
}
/* Section */
.features-benefits {
  position: relative;
  padding: 100px 0;
  background:
    radial-gradient(circle at top right, rgba(31,168,79,0.15), transparent 40%),
    radial-gradient(circle at bottom left, rgba(244,124,32,0.18), transparent 45%),
    linear-gradient(180deg, #ffffff, #f7fafc);
  overflow: hidden;
}

/* Decorative blobs */
.features-benefits::before,
.features-benefits::after {
  content: "";
  position: absolute;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  filter: blur(90px);
  z-index: 0;
  animation: fbFloat 14s infinite alternate;
}

.features-benefits::before {
  background: #eb82015e;
  top: -140px;
  right: -140px;
}

.features-benefits::after {
  background: rgba(244,124,32,0.35);
  bottom: -140px;
  left: -140px;
}

/* Heading */
.fb-badge {
  display: inline-block;
  padding: 8px 18px;
  background: rgba(31,168,79,0.12);
  color: #eb8201;
  font-weight: 600;
  border-radius: 50px;
}

.fb-title {
  font-size: 2.7rem;
  font-weight: 800;
  color: #0A2540;
  margin-top: 15px;
}

.fb-title span {
  color: #eb8201;
}

.fb-desc {
  margin-top: 12px;
  color: #5f6f81;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}

/* Cards */
.fb-card {
  position: relative;
  background: #ffffff;
  padding: 35px 28px;
  border-radius: 18px;
  text-align: center;
  height: 100%;
  box-shadow: 0 18px 40px rgba(0,0,0,0.07);
  transition: all 0.4s ease;
  z-index: 1;
}

.fb-card h4 {
  font-weight: 700;
  color: #0A2540;
  margin-top: 18px;
}

.fb-card p {
  font-size: 0.95rem;
  color: #6b7c93;
  margin-top: 10px;
}

/* Icons */
.fb-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto;
  background: linear-gradient(135deg, #eb8201, #860822);
  color: #ffffff;
  font-size: 1.6rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 12px 30px rgba(31,168,79,0.45);
}

/* Hover Effect */
.fb-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 35px 65px rgba(31,168,79,0.25);
}

/* Animation */
@keyframes fbFloat {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-70px, 60px);
  }
}

/* Responsive */
@media (max-width: 768px) {
  .fb-title {
    font-size: 2.1rem;
  }
}
/* Section */
.eligibility-section {
  position: relative;
  padding: 100px 0;
  background:
    radial-gradient(circle at top left, rgba(31,168,79,0.15), transparent 40%),
    radial-gradient(circle at bottom right, rgba(244,124,32,0.15), transparent 45%),
    linear-gradient(180deg, #ffffff, #f7fafc);
  overflow: hidden;
}

/* Floating blobs */
.eligibility-section::before,
.eligibility-section::after {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  filter: blur(85px);
  z-index: 0;
  animation: eligibilityFloat 14s infinite alternate;
}

.eligibility-section::before {
  background: #eb82015e;
  top: -120px;
  left: -120px;
}

.eligibility-section::after {
  background: rgba(244,124,32,0.35);
  bottom: -120px;
  right: -120px;
}

/* Heading */
.eligibility-badge {
  display: inline-block;
  padding: 8px 18px;
  background: rgba(31,168,79,0.12);
  color: #eb8201;
  font-weight: 600;
  border-radius: 50px;
}

.eligibility-title {
  font-size: 2.6rem;
  font-weight: 800;
  color: #0A2540;
  margin-top: 15px;
}

.eligibility-title span {
  color: #eb8201;
}

.eligibility-desc {
  margin-top: 12px;
  color: #5f6f81;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}

/* Cards */
.eligibility-card {
  position: relative;
  background: #ffffff;
  padding: 30px 22px;
  border-radius: 18px;
  text-align: center;
  height: 100%;
  box-shadow: 0 18px 40px rgba(0,0,0,0.07);
  transition: all 0.4s ease;
  z-index: 1;
}

.eligibility-card h5 {
  margin-top: 15px;
  font-weight: 700;
  color: #0A2540;
}

.eligibility-card p {
  font-size: 0.95rem;
  color: #6b7c93;
  margin-top: 8px;
}

/* Icon */
.eligibility-icon {
  width: 65px;
  height: 65px;
  margin: 0 auto;
  background: linear-gradient(135deg, #eb8201, #860822);
  color: #ffffff;
  font-size: 1.5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 12px 30px rgba(31,168,79,0.45);
}

/* Hover */
.eligibility-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 35px 65px rgba(31,168,79,0.25);
}

/* Button */
.eligibility-btn {
  background: linear-gradient(135deg, #eb8201, #860822);
  color: #ffffff;
  padding: 14px 34px;
  border-radius: 50px;
  font-weight: 600;
  box-shadow: 0 12px 30px rgba(31,168,79,0.35);
}

.eligibility-btn:hover {
  color: #fff;
  transform: translateY(-2px);
}

/* Animation */
@keyframes eligibilityFloat {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(70px, -60px);
  }
}

/* Responsive */
@media (max-width: 768px) {
  .eligibility-title {
    font-size: 2.1rem;
  }
}
/* Section */
.interest-section {
  position: relative;
  padding: 100px 0;
  background:
    radial-gradient(circle at top right, rgba(31,168,79,0.15), transparent 40%),
    radial-gradient(circle at bottom left, rgba(244,124,32,0.15), transparent 45%),
    linear-gradient(180deg, #ffffff, #f7fafc);
  overflow: hidden;
}

/* Floating glow */
.interest-section::before,
.interest-section::after {
  content: "";
  position: absolute;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  filter: blur(85px);
  z-index: 0;
  animation: interestFloat 14s infinite alternate;
}

.interest-section::before {
  background: #eb82015e;
  top: -140px;
  left: -140px;
}

.interest-section::after {
  background: rgba(244,124,32,0.35);
  bottom: -140px;
  right: -140px;
}

/* Heading */
.interest-badge {
  display: inline-block;
  padding: 8px 18px;
  background: rgba(31,168,79,0.12);
  color: #eb8201;
  font-weight: 600;
  border-radius: 50px;
}

.interest-title {
  font-size: 2.7rem;
  font-weight: 800;
  color: #0A2540;
  margin-top: 15px;
}

.interest-title span {
  color: #eb8201;
}

.interest-desc {
  margin-top: 12px;
  color: #5f6f81;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}

/* Cards */
.interest-card {
  position: relative;
  background: #ffffff;
  padding: 35px 25px;
  border-radius: 18px;
  text-align: center;
  height: 100%;
  box-shadow: 0 18px 40px rgba(0,0,0,0.07);
  transition: all 0.4s ease;
  z-index: 1;
}

.interest-card h4 {
  font-weight: 700;
  color: #0A2540;
}

.interest-card p {
  margin-top: 8px;
  color: #6b7c93;
  font-size: 0.95rem;
}

/* Highlight */
.interest-card.highlight {
  border: 2px solid #eb8201;
  box-shadow: 0 25px 55px rgba(31,168,79,0.25);
}

/* Rate Value */
.rate-value {
  font-size: 1.6rem;
  font-weight: 800;
  color: #eb8201;
  margin: 15px 0;
}

/* Hover */
.interest-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 35px 65px rgba(31,168,79,0.25);
}

/* Bottom Note */
.interest-note p {
  color: #4a5b6b;
  max-width: 760px;
  margin: 0 auto;
}

/* Button */
.interest-btn {
  background: linear-gradient(135deg, #eb8201, #860822);
  color: #ffffff;
  padding: 14px 34px;
  border-radius: 50px;
  font-weight: 600;
  box-shadow: 0 12px 30px rgba(31,168,79,0.35);
}

.interest-btn:hover {
  color: #fff;
  transform: translateY(-2px);
}

/* Animation */
@keyframes interestFloat {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-70px, 60px);
  }
}

/* Responsive */
@media (max-width: 768px) {
  .interest-title {
    font-size: 2.1rem;
  }
}
/* Section */
.documents-section {
  position: relative;
  padding: 100px 0;
  background:
    radial-gradient(circle at top left, rgba(31,168,79,0.15), transparent 40%),
    radial-gradient(circle at bottom right, rgba(244,124,32,0.15), transparent 45%),
    linear-gradient(180deg, #ffffff, #f7fafc);
  overflow: hidden;
}

/* Floating glow blobs */
.documents-section::before,
.documents-section::after {
  content: "";
  position: absolute;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  filter: blur(90px);
  z-index: 0;
  animation: docsFloat 14s infinite alternate;
}

.documents-section::before {
  background: #eb82015e;
  top: -140px;
  left: -140px;
}

.documents-section::after {
  background: rgba(244,124,32,0.35);
  bottom: -140px;
  right: -140px;
}

/* Heading */
.docs-badge {
  display: inline-block;
  padding: 8px 18px;
  background: rgba(31,168,79,0.12);
  color: #eb8201;
  font-weight: 600;
  border-radius: 50px;
}

.docs-title {
  font-size: 2.7rem;
  font-weight: 800;
  color: #0A2540;
  margin-top: 15px;
}

.docs-title span {
  color: #eb8201;
}

.docs-desc {
  margin-top: 12px;
  color: #5f6f81;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}

/* Document Cards */
.doc-card {
  position: relative;
  background: #ffffff;
  padding: 38px 25px;
  border-radius: 20px;
  text-align: center;
  height: 100%;
  box-shadow: 0 18px 40px rgba(0,0,0,0.07);
  transition: all 0.45s ease;
  z-index: 1;
}

.doc-card h5 {
  margin-top: 18px;
  font-weight: 700;
  color: #0A2540;
}

.doc-card p {
  font-size: 0.95rem;
  color: #6b7c93;
  margin-top: 8px;
}

/* Icon Base */
.doc-icon {
  width: 75px;
  height: 75px;
  margin: 0 auto;
  border-radius: 50%;
  font-size: 1.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  animation: pulseGlow 2.8s infinite;
}

/* Icon Variants */
.doc-icon.aadhaar {
  background: linear-gradient(135deg, #eb8201, #22c55e);
  box-shadow: 0 0 25px rgba(31,168,79,0.6);
}

.doc-icon.pan {
  background: linear-gradient(135deg, #0A2540, #1e3a8a);
  box-shadow: 0 0 25px rgba(10,37,64,0.6);
}

.doc-icon.bank {
  background: linear-gradient(135deg, #F47C20, #fb923c);
  box-shadow: 0 0 25px rgba(244,124,32,0.6);
}

.doc-icon.income {
  background: linear-gradient(135deg, #16a34a, #4ade80);
  box-shadow: 0 0 25px rgba(22,163,74,0.6);
}

/* Hover */
.doc-card:hover {
  transform: translateY(-14px) scale(1.03);
  box-shadow: 0 40px 70px rgba(31,168,79,0.25);
}

.doc-card:hover .doc-icon {
  animation: bounceIcon 0.8s ease;
}

/* Bottom */
.docs-note p {
  color: #4a5b6b;
  max-width: 760px;
  margin: 0 auto;
}

/* Button */
.docs-btn {
  background: linear-gradient(135deg, #eb8201, #860822);
  color: #ffffff;
  padding: 14px 34px;
  border-radius: 50px;
  font-weight: 600;
  box-shadow: 0 12px 30px rgba(31,168,79,0.35);
}

.docs-btn:hover {
  color: #fff;
  transform: translateY(-2px);
}

/* Animations */
@keyframes docsFloat {
  0% { transform: translate(0, 0); }
  100% { transform: translate(70px, -60px); }
}

@keyframes pulseGlow {
  0% { box-shadow: 0 0 20px rgba(31,168,79,0.5); }
  50% { box-shadow: 0 0 35px rgba(31,168,79,0.9); }
  100% { box-shadow: 0 0 20px rgba(31,168,79,0.5); }
}

@keyframes bounceIcon {
  0% { transform: scale(1); }
  50% { transform: scale(1.15); }
  100% { transform: scale(1); }
}

/* Responsive */
@media (max-width: 768px) {
  .docs-title {
    font-size: 2.1rem;
  }
}
.site-footer {
  background-color: #6f2206; /* solid dark navy */
  padding: 80px 0 20px;
  color: #cbd5e1;
  font-size: 0.95rem;
}

.footer-logo {
  max-width: 220px;
  margin-bottom: 15px;
}

.footer-brand p {
  color: #cbd5e1;
  line-height: 1.6;
}

.footer-title {
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 18px;
  font-size: 1.1rem;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-links a {
  color: #cbd5e1;
  text-decoration: none;
  transition: all 0.3s ease;
}

.footer-links a:hover {
  color: #eb8201;
  padding-left: 5px;
}

.footer-address {
  color: #cbd5e1;
  margin-bottom: 10px;
}

.footer-address i {
  color: #eb8201;
  margin-right: 8px;
}

.footer-social {
  margin-top: 15px;
}

.footer-social a {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #0f0f0f;
  color: #ffffff;
  border-radius: 50%;
  margin-right: 8px;
  transition: all 0.3s ease;
}

.footer-social a:hover {
  background: #eb8201;
  transform: translateY(-3px);
}

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.1);
  margin-top: 50px;
  padding-top: 20px;
}

.footer-bottom p {
  margin: 0;
  color: #94a3b8;
}

/* Responsive */
@media (max-width: 768px) {
  .site-footer {
    padding: 60px 0 20px;
  }
}
:root {
  --lm-green: #860822;
  --lm-navy: #cc6403;
  --lm-muted: #64748b;
  --lm-bg-soft: #f8fafc;
}

/* SECTION */
.lm-about-v3 {
  padding: 100px 0;
  background: #ffffff;
}

/* LEFT STORY */
.lm-about-story {
  position: relative;
  padding-left: 26px;
}

.lm-about-story::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 4px;
  height: 85%;
  background: var(--lm-green);
  border-radius: 6px;
}

/* LABEL */
.lm-about-label {
  display: inline-block;
  padding: 6px 14px;
  background: rgba(22,163,74,0.1);
  color: var(--lm-green);
  font-size: 0.75rem;
  font-weight: 600;
  border-radius: 50px;
  margin-bottom: 15px;
}

/* HEADING */
.lm-about-heading {
  font-size: 2.6rem;
  font-weight: 800;
  color: var(--lm-navy);
  line-height: 1.25;
}

.lm-about-heading span {
  color: var(--lm-green);
}

/* TEXT */
.lm-about-paragraph {
  margin-top: 15px;
  font-size: 0.95rem;
  color: var(--lm-muted);
  max-width: 520px;
}

/* HIGHLIGHT */
.lm-about-highlight {
  margin-top: 22px;
  padding: 16px 20px;
  background: var(--lm-bg-soft);
  border-left: 4px solid var(--lm-green);
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--lm-navy);
  border-radius: 8px;
}

/* RIGHT METRICS */
.lm-about-metrics {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
  margin-top: 10px;
}

/* METRIC CARD */
.lm-metric-card {
  background: #ffffff;
  padding: 36px 20px;
  border-radius: 16px;
  text-align: center;
  box-shadow: 0 15px 35px rgba(0,0,0,0.06);
  transition: all 0.35s ease;
}

.lm-metric-card h3 {
  font-size: 1.9rem;
  font-weight: 800;
  color: var(--lm-green);
}

.lm-metric-card p {
  margin-top: 6px;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--lm-navy);
}

.lm-metric-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 55px rgba(22,163,74,0.25);
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .lm-about-metrics {
    margin-top: 40px;
  }

  .lm-about-heading {
    font-size: 2.2rem;
  }
}
:root {
  --lm-green: #860822;
  --lm-green-soft: #dcfce7;
  --lm-navy: #cc6403;
  --lm-muted: #64748b;
  --lm-bg-soft: #f8fafc;
}

/* SECTION */
.lm-vmv-section {
  padding: 100px 0;
  background: var(--lm-bg-soft);
}

/* BADGE */
.lm-vmv-badge {
  display: inline-block;
  padding: 6px 16px;
  background: var(--lm-green-soft);
  color: var(--lm-green);
  font-size: 0.75rem;
  font-weight: 600;
  border-radius: 50px;
  margin-bottom: 14px;
}

/* TITLE */
.lm-vmv-title {
  font-size: 2.6rem;
  font-weight: 800;
  color: var(--lm-navy);
}

.lm-vmv-title span {
  color: var(--lm-green);
}

/* DESCRIPTION */
.lm-vmv-desc {
  margin-top: 12px;
  color: var(--lm-muted);
  font-size: 0.95rem;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}

/* CARD */
.lm-vmv-card {
  background: #ffffff;
  padding: 38px 28px;
  border-radius: 18px;
  height: 100%;
  text-align: center;
  box-shadow: 0 15px 35px rgba(0,0,0,0.06);
  transition: all 0.35s ease;
}

.lm-vmv-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 55px rgba(22,163,74,0.25);
}

/* ICON */
.lm-vmv-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 18px;
  border-radius: 50%;
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--lm-green-soft);
  color: var(--lm-green);
  font-weight: bold;
}

.lm-vmv-card h4 {
  font-weight: 700;
  color: var(--lm-navy);
  margin-bottom: 10px;
}

.lm-vmv-card p {
  font-size: 0.95rem;
  color: var(--lm-muted);
}

/* VALUES LIST */
.lm-vmv-values {
  list-style: none;
  padding: 0;
  margin: 0;
}

.lm-vmv-values li {
  font-size: 0.9rem;
  color: var(--lm-muted);
  margin-bottom: 8px;
  position: relative;
  padding-left: 20px;
}

.lm-vmv-values li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: var(--lm-green);
  font-weight: bold;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .lm-vmv-title {
    font-size: 2.1rem;
  }
}
:root {
  --lm-green: #860822;
  --lm-green-soft: #dcfce7;
  --lm-navy: #cc6403;
  --lm-muted: #64748b;
  --lm-bg-light: #f8fafc;
}

/* SECTION */
.lm-trust-section {
  padding: 100px 0;
  background: #ffffff;
}

/* BADGE */
.lm-trust-badge {
  display: inline-block;
  padding: 6px 16px;
  background: var(--lm-green-soft);
  color: var(--lm-green);
  font-size: 0.75rem;
  font-weight: 600;
  border-radius: 50px;
  margin-bottom: 14px;
}

/* TITLE */
.lm-trust-title {
  font-size: 2.6rem;
  font-weight: 800;
  color: var(--lm-navy);
}

.lm-trust-title span {
  color: var(--lm-green);
}

/* DESC */
.lm-trust-desc {
  margin-top: 12px;
  color: var(--lm-muted);
  font-size: 0.95rem;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}

/* CARD */
.lm-trust-card {
  background: var(--lm-bg-light);
  padding: 36px 26px;
  border-radius: 18px;
  height: 100%;
  text-align: left;
  transition: all 0.35s ease;
  border: 1px solid rgba(0,0,0,0.03);
}

.lm-trust-card:hover {
  background: #ffffff;
  transform: translateY(-8px);
  box-shadow: 0 30px 55px rgba(22,163,74,0.18);
}

/* ICON */
.lm-trust-icon {
  width: 56px;
  height: 56px;
  background: var(--lm-green-soft);
  color: var(--lm-green);
  border-radius: 14px;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

/* CARD TEXT */
.lm-trust-card h4 {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--lm-navy);
  margin-bottom: 8px;
}

.lm-trust-card p {
  font-size: 0.9rem;
  color: var(--lm-muted);
}

/* ASSURANCE */
.lm-trust-assurance {
  margin-top: 60px;
  padding: 22px;
  background: var(--lm-green-soft);
  border-radius: 14px;
  text-align: center;
}

.lm-trust-assurance p {
  margin: 0;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--lm-navy);
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .lm-trust-title {
    font-size: 2.1rem;
  }
}
:root {
  --lm-green: #860822;
  --lm-navy: #cc6403;
  --lm-muted: #64748b;
  --lm-bg-soft: #f8fafc;
}

/* SECTION */
.lm-howit-v4 {
  padding: 110px 0;
  background: var(--lm-bg-soft);
}

/* HEADER */
.lm-hiw-badge {
  display: inline-block;
  padding: 6px 16px;
  background: rgba(22,163,74,0.12);
  color: var(--lm-green);
  font-size: 0.75rem;
  font-weight: 600;
  border-radius: 50px;
}

.lm-hiw-title {
  font-size: 2.7rem;
  font-weight: 800;
  color: var(--lm-navy);
  margin-top: 14px;
}

.lm-hiw-title span {
  color: var(--lm-green);
}

.lm-hiw-desc {
  margin-top: 12px;
  font-size: 0.95rem;
  color: var(--lm-muted);
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}

/* FLOW */
.lm-hiw-flow {
  position: relative;
  max-width: 820px;
  margin: 80px auto 0;
}

/* CENTER LINE */
.lm-hiw-flow::before {
  content: "";
  position: absolute;
  left: 40px;
  top: 0;
  width: 3px;
  height: 100%;
  background: rgba(22,163,74,0.25);
}

/* STEP */
.lm-hiw-step {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 35px;
  margin-bottom: 60px;
}

.lm-hiw-step:last-child {
  margin-bottom: 0;
}

/* NUMBER */
.lm-hiw-circle {
  width: 80px;
  height: 80px;
  background: #ffffff;
  border-radius: 50%;
  border: 3px solid var(--lm-green);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 1.3rem;
  color: var(--lm-green);
  z-index: 2;
  box-shadow: 0 15px 35px rgba(0,0,0,0.08);
}

/* CONTENT */
.lm-hiw-content {
  background: rgba(255,255,255,0.85);
  backdrop-filter: blur(8px);
  padding: 28px 32px;
  border-radius: 18px;
  box-shadow: 0 20px 45px rgba(0,0,0,0.06);
  transition: all 0.35s ease;
}

.lm-hiw-content h4 {
  font-weight: 700;
  color: var(--lm-navy);
}

.lm-hiw-content p {
  margin-top: 8px;
  font-size: 0.9rem;
  color: var(--lm-muted);
}

/* HOVER */
.lm-hiw-step:hover .lm-hiw-content {
  transform: translateY(-6px);
  box-shadow: 0 30px 55px rgba(22,163,74,0.22);
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .lm-hiw-flow::before {
    left: 32px;
  }

  .lm-hiw-circle {
    width: 65px;
    height: 65px;
    font-size: 1.1rem;
  }

  .lm-hiw-title {
    font-size: 2.1rem;
  }
}
:root {
  --lm-green: #860822;
  --lm-green-soft: #dcfce7;
  --lm-navy: #cc6403;
  --lm-muted: #64748b;
  --lm-bg-soft: #f8fafc;
}

/* SECTION */
.lm-choose-section {
  padding: 100px 0;
  background: #ffffff;
}

/* BADGE */
.lm-choose-badge {
  display: inline-block;
  padding: 6px 16px;
  background: var(--lm-green-soft);
  color: var(--lm-green);
  font-size: 0.75rem;
  font-weight: 600;
  border-radius: 50px;
  margin-bottom: 14px;
}

/* TITLE */
.lm-choose-title {
  font-size: 2.6rem;
  font-weight: 800;
  color: var(--lm-navy);
}

.lm-choose-title span {
  color: var(--lm-green);
}

/* DESC */
.lm-choose-desc {
  margin-top: 12px;
  color: var(--lm-muted);
  font-size: 0.95rem;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}

/* CARD */
.lm-choose-card {
  background: var(--lm-bg-soft);
  padding: 36px 28px;
  border-radius: 18px;
  height: 100%;
  transition: all 0.35s ease;
  border: 1px solid rgba(0,0,0,0.03);
}

.lm-choose-card:hover {
  background: #ffffff;
  transform: translateY(-8px);
  box-shadow: 0 30px 55px rgba(22,163,74,0.18);
}

/* ICON */
.lm-choose-icon {
  width: 56px;
  height: 56px;
  background: var(--lm-green-soft);
  color: var(--lm-green);
  border-radius: 14px;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

/* TEXT */
.lm-choose-card h4 {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--lm-navy);
  margin-bottom: 8px;
}

.lm-choose-card p {
  font-size: 0.9rem;
  color: var(--lm-muted);
}

/* FOOTER */
.lm-choose-footer {
  margin-top: 60px;
  text-align: center;
  padding: 22px;
  background: var(--lm-green-soft);
  border-radius: 14px;
}

.lm-choose-footer p {
  margin: 0;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--lm-navy);
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .lm-choose-title {
    font-size: 2.1rem;
  }
}
:root {
  --lm-green: #860822;
  --lm-green-soft: #dcfce7;
  --lm-navy: #cc6403;
  --lm-muted: #64748b;
  --lm-bg: #f8fafc;
}

/* SECTION */
.lm-svc-visual {
  padding: 110px 0;
  background: var(--lm-bg);
}

/* HEADER */
.lm-sv-badge {
  display: inline-block;
  padding: 6px 16px;
  background: var(--lm-green-soft);
  color: var(--lm-green);
  font-size: 0.75rem;
  font-weight: 600;
  border-radius: 50px;
}

.lm-sv-title {
  font-size: 2.7rem;
  font-weight: 800;
  color: var(--lm-navy);
  margin-top: 14px;
}

.lm-sv-title span {
  color: var(--lm-green);
}

.lm-sv-desc {
  margin-top: 12px;
  font-size: 0.95rem;
  color: var(--lm-muted);
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}

/* CARD */
.lm-sv-card {
  position: relative;
  background: #ffffff;
  border-radius: 22px;
  padding-top: 90px;
  box-shadow: 0 20px 45px rgba(0,0,0,0.06);
  transition: all 0.45s ease;
  height: 100%;
  overflow: hidden;
}

/* IMAGE */
.lm-sv-img {
  position: absolute;
  top: -40px;
  left: 20px;
  right: 20px;
  height: 120px;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 18px 35px rgba(0,0,0,0.15);
}

.lm-sv-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* CONTENT */
.lm-sv-content {
  padding: 30px 26px 34px;
  text-align: center;
}

.lm-sv-content h5 {
  font-weight: 700;
  color: var(--lm-navy);
  margin-bottom: 6px;
}

.lm-sv-content p {
  font-size: 0.85rem;
  color: var(--lm-muted);
}

/* HOVER EFFECT */
.lm-sv-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 40px 65px rgba(22,163,74,0.25);
}

.lm-sv-card:hover .lm-sv-img {
  transform: scale(1.05);
  transition: transform 0.45s ease;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .lm-sv-title {
    font-size: 2.1rem;
  }

  .lm-sv-img {
    height: 100px;
  }
}
:root {
  --lm-green: #860822;
  --lm-green-soft: #dcfce7;
  --lm-navy: #cc6403;
  --lm-muted: #64748b;
  --lm-bg: #f8fafc;
}

/* SECTION */
.lm-rate-terms {
  padding: 110px 0;
  background: #ffffff;
}

/* HEADER */
.lm-rt-badge {
  display: inline-block;
  padding: 6px 16px;
  background: var(--lm-green-soft);
  color: var(--lm-green);
  font-size: 0.75rem;
  font-weight: 600;
  border-radius: 50px;
}

.lm-rt-title {
  font-size: 2.7rem;
  font-weight: 800;
  color: var(--lm-navy);
  margin-top: 14px;
}

.lm-rt-title span {
  color: var(--lm-green);
}

.lm-rt-desc {
  margin-top: 12px;
  font-size: 0.95rem;
  color: var(--lm-muted);
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}

/* CARD */
.lm-rt-card {
  background: var(--lm-bg);
  padding: 36px 32px;
  border-radius: 20px;
  height: 100%;
  transition: all 0.35s ease;
  border: 1px solid rgba(0,0,0,0.04);
}

.lm-rt-card.highlight {
  background: #ffffff;
  border: 2px solid var(--lm-green);
}

/* TITLE */
.lm-rt-card-title {
  font-weight: 800;
  color: var(--lm-navy);
  margin-bottom: 26px;
}

/* ITEMS */
.lm-rt-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px dashed rgba(0,0,0,0.1);
  font-size: 0.9rem;
}

.lm-rt-item:last-child {
  border-bottom: none;
}

.lm-rt-item span {
  color: var(--lm-muted);
}

.lm-rt-item strong {
  color: var(--lm-navy);
}

/* NOTE */
.lm-rt-note {
  margin-top: 18px;
  font-size: 0.8rem;
  color: var(--lm-muted);
}

/* HOVER */
.lm-rt-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 30px 55px rgba(22,163,74,0.2);
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .lm-rt-title {
    font-size: 2.1rem;
  }
}
.lm-faq-v2 {
  padding: 110px 0;
  background: #f8fafc;
}

.lm-faq-item {
  background: #ffffff;
  border-radius: 18px;
  padding: 22px 26px;
  box-shadow: 0 15px 35px rgba(0,0,0,0.05);
  transition: all 0.35s ease;
}

.lm-faq-item:not(:last-child) {
  margin-bottom: 16px;
}

.lm-faq-item:hover {
  box-shadow: 0 30px 55px rgba(22,163,74,0.18);
}

.lm-faq-item summary {
  cursor: pointer;
  list-style: none;
  font-weight: 700;
  color: #0a2540;
  font-size: 0.95rem;
  display: flex;
  align-items: center;
  gap: 14px;
}

.lm-faq-item summary::-webkit-details-marker {
  display: none;
}

.lm-faq-no {
  width: 34px;
  height: 34px;
  background: #dcfce7;
  color: #16a34a;
  border-radius: 50%;
  font-size: 0.75rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lm-faq-item p {
  margin-top: 14px;
  font-size: 0.9rem;
  color: #64748b;
  line-height: 1.6;
}

.lm-faq-item[open] {
  border-left: 4px solid #16a34a;
}

/* Mobile */
@media (max-width: 768px) {
  .lm-faq-title {
    font-size: 2.1rem;
  }
}
:root {
  --lm-green: #860822;
  --lm-green-soft: #dcfce7;
  --lm-navy: #cc6403;
  --lm-muted: #64748b;
  --lm-bg: #f8fafc;
}

/* SECTION */
.lm-contact-v1 {
  padding: 110px 0;
  background: var(--lm-bg);
}

/* LEFT CONTENT */
.lm-contact-badge {
  display: inline-block;
  padding: 6px 16px;
  background: var(--lm-green-soft);
  color: var(--lm-green);
  font-size: 0.75rem;
  font-weight: 600;
  border-radius: 50px;
  margin-bottom: 14px;
}

.lm-contact-title {
  font-size: 2.7rem;
  font-weight: 800;
  color: var(--lm-navy);
}

.lm-contact-title span {
  color: var(--lm-green);
}

.lm-contact-desc {
  margin-top: 12px;
  font-size: 0.95rem;
  color: var(--lm-muted);
  max-width: 420px;
}

/* INFO */
.lm-contact-info {
  margin-top: 28px;
}

.lm-contact-item {
  display: flex;
  gap: 14px;
  margin-bottom: 18px;
  font-size: 0.9rem;
  color: var(--lm-navy);
}

.lm-contact-item span {
  font-size: 1.2rem;
}

/* FORM */
.lm-contact-form-wrap {
  background: #ffffff;
  padding: 40px 36px;
  border-radius: 20px;
  box-shadow: 0 20px 45px rgba(0,0,0,0.06);
}

.lm-contact-form-wrap h4 {
  font-weight: 800;
  color: var(--lm-navy);
  margin-bottom: 22px;
}

/* INPUTS */
.lm-input {
  width: 100%;
  padding: 14px 16px;
  border-radius: 12px;
  border: 1px solid #e5e7eb;
  font-size: 0.9rem;
  transition: all 0.25s ease;
}

.lm-input:focus {
  outline: none;
  border-color: var(--lm-green);
  box-shadow: 0 0 0 3px rgba(22,163,74,0.15);
}

.lm-textarea {
  resize: none;
}

/* BUTTON */
.lm-contact-btn {
  background: var(--lm-green);
  color: #ffffff;
  border: none;
  padding: 14px;
  width: 100%;
  border-radius: 14px;
  font-weight: 700;
  transition: all 0.3s ease;
}

.lm-contact-btn:hover {
  background: #860822;
  transform: translateY(-2px);
  box-shadow: 0 15px 30px rgba(22,163,74,0.3);
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .lm-contact-title {
    font-size: 2.1rem;
  }
}
:root {
  --lm-green: #860822;
  --lm-green-soft: #dcfce7;
  --lm-navy: #cc6403;
  --lm-muted: #64748b;
  --lm-bg: #f8fafc;
}

/* SECTION */
.lm-calculator-v1 {
  padding: 110px 0;
  background: var(--lm-bg);
}

/* HEADER */
.lm-cal-badge {
  display: inline-block;
  padding: 6px 16px;
  background: var(--lm-green-soft);
  color: var(--lm-green);
  font-size: 0.75rem;
  font-weight: 600;
  border-radius: 50px;
}

.lm-cal-title {
  font-size: 2.7rem;
  font-weight: 800;
  color: var(--lm-navy);
  margin-top: 14px;
}

.lm-cal-title span {
  color: var(--lm-green);
}

.lm-cal-desc {
  margin-top: 12px;
  font-size: 0.95rem;
  color: var(--lm-muted);
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}

/* WRAPPER */
.lm-cal-wrap {
  background: #ffffff;
  border-radius: 24px;
  padding: 45px 40px;
  box-shadow: 0 30px 60px rgba(0,0,0,0.08);
  margin-top: 70px;
}

/* INPUT BLOCK */
.lm-cal-block {
  margin-bottom: 30px;
}

.lm-cal-label {
  display: flex;
  justify-content: space-between;
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--lm-navy);
  margin-bottom: 8px;
}

.lm-cal-input {
  width: 130px;
  padding: 8px 10px;
  border-radius: 8px;
  border: 1px solid #e5e7eb;
  font-size: 0.85rem;
  text-align: right;
}

/* RANGE */
.lm-cal-range {
  width: 100%;
  appearance: none;
  height: 6px;
  background: linear-gradient(90deg, var(--lm-green) 50%, #e5e7eb 50%);
  border-radius: 6px;
  outline: none;
}

.lm-cal-range::-webkit-slider-thumb {
  appearance: none;
  width: 20px;
  height: 20px;
  background: var(--lm-green);
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 0 0 6px rgba(22,163,74,0.2);
}

/* RESULT */
.lm-cal-result {
  background: var(--lm-bg);
  border-radius: 20px;
  padding: 35px;
  text-align: center;
}

.lm-cal-result h4 {
  font-weight: 800;
  color: var(--lm-navy);
  margin-bottom: 10px;
}

.lm-cal-emi {
  font-size: 2.2rem;
  font-weight: 900;
  color: var(--lm-green);
}

.lm-cal-meta {
  margin-top: 14px;
  font-size: 0.85rem;
  color: var(--lm-muted);
}

/* BUTTON */
.lm-cal-btn {
  margin-top: 20px;
  background: var(--lm-green);
  color: #ffffff;
  border: none;
  padding: 14px 32px;
  border-radius: 14px;
  font-weight: 700;
  transition: 0.3s;
}

.lm-cal-btn:hover {
  background: #860822;
  transform: translateY(-2px);
  box-shadow: 0 15px 30px rgba(22,163,74,0.3);
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .lm-cal-title {
    font-size: 2.1rem;
  }
  .lm-cal-input {
    width: 100px;
  }
}
/* SECTION */
.lm-privacy-wrap {
  background: #f8fafc;
}

/* HEADER */
.lm-privacy-head {
  max-width: 820px;
  margin: auto;
}

.lm-privacy-tag {
  display: inline-block;
  padding: 6px 16px;
  background: rgba(22,163,74,0.12);
  color: #16a34a;
  font-size: 0.75rem;
  font-weight: 600;
  border-radius: 50px;
  margin-bottom: 12px;
}

.lm-privacy-heading {
  font-size: 2.6rem;
  font-weight: 800;
  color: #0a2540;
}

.lm-privacy-subtext {
  margin-top: 10px;
  font-size: 0.95rem;
  color: #64748b;
}

/* CONTENT BOX */
.lm-privacy-box {
  background: #ffffff;
  padding: 50px 45px;
  border-radius: 22px;
  box-shadow: 0 25px 55px rgba(0,0,0,0.06);
}

/* TITLES */
.lm-privacy-title {
  font-weight: 800;
  color: #0a2540;
  margin-top: 35px;
  margin-bottom: 12px;
  position: relative;
  padding-left: 14px;
}

.lm-privacy-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 4px;
  height: 18px;
  background: #16a34a;
  border-radius: 4px;
}

/* TEXT */
.lm-privacy-box p {
  font-size: 0.95rem;
  color: #475569;
  line-height: 1.7;
}

/* LIST */
.lm-privacy-list {
  padding-left: 20px;
  margin-top: 12px;
}

.lm-privacy-list li {
  font-size: 0.95rem;
  color: #475569;
  margin-bottom: 8px;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .lm-privacy-heading {
    font-size: 2rem;
  }

  .lm-privacy-box {
    padding: 35px 25px;
  }
}
.lm-terms-wrap {
  background: #f8fafc;
}

.lm-terms-head {
  max-width: 900px;
  margin: auto;
}

.lm-terms-badge {
  display: inline-block;
  padding: 6px 16px;
  background: rgba(22,163,74,0.12);
  color: #16a34a;
  font-size: 0.75rem;
  font-weight: 600;
  border-radius: 50px;
  margin-bottom: 12px;
}

.lm-terms-title {
  font-size: 2.6rem;
  font-weight: 800;
  color: #0a2540;
}

.lm-terms-desc {
  margin-top: 10px;
  font-size: 0.95rem;
  color: #64748b;
}

/* CONTENT BOX */
.lm-terms-box {
  background: #ffffff;
  padding: 55px 50px;
  border-radius: 22px;
  box-shadow: 0 25px 55px rgba(0,0,0,0.06);
}

/* HEADING */
.lm-terms-heading {
  font-weight: 800;
  color: #0a2540;
  margin-top: 38px;
  margin-bottom: 14px;
  position: relative;
  padding-left: 16px;
}

.lm-terms-heading::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 4px;
  height: 20px;
  background: #16a34a;
  border-radius: 4px;
}

/* TEXT */
.lm-terms-box p {
  font-size: 0.95rem;
  color: #475569;
  line-height: 1.75;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .lm-terms-title {
    font-size: 2rem;
  }

  .lm-terms-box {
    padding: 35px 25px;
  }
}
.lm-refund-wrap {
  background: #f8fafc;
}

.lm-refund-head {
  max-width: 900px;
  margin: auto;
}

.lm-refund-badge {
  display: inline-block;
  padding: 6px 16px;
  background: rgba(22,163,74,0.12);
  color: #16a34a;
  font-size: 0.75rem;
  font-weight: 600;
  border-radius: 50px;
  margin-bottom: 12px;
}

.lm-refund-title {
  font-size: 2.6rem;
  font-weight: 800;
  color: #0a2540;
}

.lm-refund-desc {
  margin-top: 10px;
  font-size: 0.95rem;
  color: #64748b;
}

/* CONTENT BOX */
.lm-refund-box {
  background: #ffffff;
  padding: 55px 50px;
  border-radius: 22px;
  box-shadow: 0 25px 55px rgba(0,0,0,0.06);
}

/* HEADING */
.lm-refund-heading {
  font-weight: 800;
  color: #0a2540;
  margin-top: 38px;
  margin-bottom: 14px;
  position: relative;
  padding-left: 16px;
}

.lm-refund-heading::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 4px;
  height: 20px;
  background: #16a34a;
  border-radius: 4px;
}

/* TEXT */
.lm-refund-box p {
  font-size: 0.95rem;
  color: #475569;
  line-height: 1.75;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .lm-refund-title {
    font-size: 2rem;
  }

  .lm-refund-box {
    padding: 35px 25px;
  }
}
.repay-loan-section {
  background: #f8fafc;
}

.repay-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 30px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.repay-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.repay-list li {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px dashed #e5e7eb;
}

.repay-list li span {
  color: #6b7280;
}

.repay-note {
  font-size: 14px;
  color: #374151;
}

.qr-box img {
  max-width: 220px;
}
