/*
Theme Name:       SlickBiz - Bootstrap 4 Template
Author:           UIdeck
Author URI:       http://uideck.com
Text Domain:      UIdeck
Domain Path:      /languages/
*/
/* ==========================================================================
   IMPORT GOOGLE FONTS
   ========================================================================== */
@import url("https://fonts.googleapis.com/css?family=Rubik:400,400i,500");
@import url("https://fonts.googleapis.com/css?family=Poppins:400,500,600");
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700&display=swap");
/* ==========================================================================
   GENERAL
   ========================================================================== */
body {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #a0a6ad;
  font-size: 14px;
  font-weight: 400;
  background: #fff;
  overflow-x: hidden;
}

html {
  overflow-x: hidden;
}

p {
  font-size: 14px;
  color: #5e629c;
  line-height: 26px;
  margin-bottom: 0;
}

a:hover,
a:focus {
  color: #c3f62f;
}

a {
  color: #525ae1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 40px;
  font-weight: 600;
  color: #151948;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style: none;
}

a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}

a:not([href]):not([tabindex]) {
  color: #fff;
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: #fff;
}

.bg-transparent {
  background: transparent !important;
}

.bg-defult {
  background: #3c9cfd !important;
}

/* ==========================================================================
   Section Title
   ========================================================================== */
.section {
  padding: 130px 0px;
}

.form-control:focus {
  outline: none;
  box-shadow: none;
}

.section-header {
  color: #fff;
  margin-bottom: 50px;
  text-align: center;
  position: relative;
}

.section-header .section-title {
  font-size: 35px;
  margin-bottom: 12px;
  font-weight: 600;
  position: relative;
  line-height: 30px;
}

.section-header .desc-text p {
  font-size: 18px;
  color: #5e629c;
  line-height: 26px;
  margin-bottom: 0;
}

/* ==========================================================================
   Buttons
   ========================================================================== */
.btn {
  font-size: 14px;
  padding: 10px 30px;
  border-radius: 4px;
  font-family: "Plus Jakarta Sans", sans-serif;
  letter-spacing: 1px;
  font-weight: 500;
  color: #fff;
  border: none;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
}

.btn:focus,
.btn:active {
  box-shadow: none;
  outline: none;
}

.btn-common {
  background-color: #c3f62f;
  position: relative;
  z-index: 1;
  box-shadow: 0px 8px 9px 0px rgba(96, 94, 94, 0.17);
  width: 160px;
  height: 50px;
  padding: 14px 11px;
  color: #525ae1;
}

.btn-common:hover {
  color: #525ae1;
  background-color: #d4ff5b;
  transform: translateY(-2px);
}

.btn-light-bg {
  background-color: #ff704f;
}

.btn-border {
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  background-color: transparent;
  border-color: #c3f62f;
  color: #c3f62f;
  width: 160px;
  height: 50px;
  padding: 14px 15px;
}

.btn-border:hover {
  box-shadow: 0px 8px 9px 0px rgba(96, 94, 94, 0.17);
  transform: translateY(-2px);
}

.btn-border-filled {
  cursor: pointer;
  background-color: #c3f62f;
  border: 1px solid #c3f62f;
  color: #525ae1;
  box-shadow: 0px 8px 9px 0px rgba(96, 94, 94, 0.17);
  width: 180px;
  height: 50px;
  padding: 15px 15px;
}

.btn-border-filled:hover {
  color: #525ae1;
  background-color: #d4ff5b;
}

.btn-lg {
  padding: 14px 33px;
  text-transform: uppercase;
  font-size: 16px;
}

.btn-rm {
  color: #3c9cfd;
  padding: 10px 0;
  text-transform: capitalize;
  font-size: 16px;
}

.btn-rm i {
  vertical-align: middle;
}

.btn-singin {
  background: #525ae1;
  color: #ffffff;
  border-radius: 30px;
  margin-left: 15px;
  margin-right: 15px;
  font-weight: 500;
  font-family: "Plus Jakarta Sans", sans-serif;
}

.btn-singin:hover,
.btn-singin:focus {
  background: #c3f62f;
  color: #525ae1;
  box-shadow: 0px 8px 9px 0px rgba(96, 94, 94, 0.17);
}

.btn-light-singin:hover,
.btn-light-singin:active,
.btn-light-singin:focus {
  color: #fff;
  box-shadow: 0px 0px 0px 0px rgba(96, 94, 94, 0.17);
}

.btn-apple {
  border-width: 2px;
  border-color: #3c96ff;
  border-style: solid;
  background: linear-gradient(to right, #3c96ff 0%, #2dfbff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.btn-apple i {
  background: linear-gradient(to right, #3c96ff 0%, #2dfbff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.btn-apple:hover,
.btn-apple:active,
.btn-apple:focus {
  background: linear-gradient(to right, #3c96ff 0%, #2dfbff 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

button:focus {
  outline: none !important;
}

.btn-border-fill {
  background: #fff;
  border-color: #fff;
  color: #3c9cfd;
}

.btn-subtitle {
  color: #191c1e;
  font-family: "Poppins", sans-serif;
  background: #dbecff;
  text-align: center;
  border-radius: 30px;
  padding: 6px 30px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 14px;
}

.clear {
  clear: both;
}

.mt {
  margin-top: 80px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.pt-30 {
  padding-top: 30px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pt-70 {
  padding-top: 70px;
}

.mb-50 {
  margin-bottom: 50px;
}

.padding-0 {
  padding: 0;
}

.pr-20 {
  padding-right: 20px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-70 {
  padding-left: 70px;
}

.pr-70 {
  padding-right: 70px;
}

/* Preloader */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 9999999;
}

.loader {
  top: 50%;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  position: relative;
  margin: 0 auto;
}

#loader-1:before,
#loader-1:after {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 7px solid transparent;
  border-top-color: #3c9cfd;
}

#loader-1:before {
  z-index: 100;
  animation: spin 2s infinite;
}

#loader-1:after {
  border: 7px solid #fafafa;
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* ========================================================================== 
   Scroll To Up 
   ========================================================================== */
.back-to-top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
  text-align: center;
  border-radius: 50%;
  background: linear-gradient(135deg, #3d60f4, #5c85ff);
  box-shadow: 0 4px 20px rgba(61, 96, 244, 0.3);
  z-index: 9999999;
  transition: all 0.3s ease;
  border: 2px solid rgba(255, 255, 255, 0.2);
  overflow: hidden;
}

.back-to-top:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #5c85ff, #3d60f4);
  opacity: 0;
  transition: all 0.3s ease;
}

.back-to-top:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 25px rgba(61, 96, 244, 0.5);
}

.back-to-top:hover:before {
  opacity: 1;
}

.back-to-top i {
  color: #fff;
  font-size: 22px;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease;
}

.back-to-top:hover i {
  animation: float-up 0.5s ease-in-out;
}

@keyframes float-up {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}

/* ==========================================================================
   Navbar Style
   ========================================================================== */
.logo-menu a {
  font-size: 20px;
  color: #fff;
}

.menu-bg {
  background: #5533ff;
  background: linear-gradient(95deg, #5533ff 40%, #25ddf5 100%) !important;
  box-shadow: 0 0 7px 1px rgba(0, 0, 0, 0.1);
  z-index: 9999;
  padding: 5px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.menu-bg .menu-button {
  top: 0;
}

.menu-bg .menu-button:hover {
  cursor: pointer;
  color: #3c9cfd;
}

.menu-bg .logo-menu a {
  color: #3c9cfd;
}

.menu-bg .navbar-nav .nav-link {
  color: #ffffff !important;
}

.menu-bg .navbar-nav .nav-link:hover {
  color: #ffffff !important;
}

.menu-bg .navbar-nav .active {
  color: #ffffff !important;
}

.navbar-expand-md .navbar-nav .nav-link {
  color: #fff;
  font-size: 16px;
  padding: 8px 0px;
  margin-left: 26px;
  font-family: "Poppins", sans-serif;
  position: relative;
  font-weight: 500;
}

.navbar-expand-md .navbar-nav .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #ffffff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.navbar-expand-md .navbar-nav .active::before,
.navbar-expand-md .navbar-nav .nav-link:hover::before {
  width: 100%;
}

.navbar-brand {
  color: #fff;
}

.navbar-expand-md .navbar-nav .nav-link:focus,
.navbar-expand-md .navbar-nav .nav-link:hover,
.navbar-expand-md .navbar-nav .nav-link:hover:before {
  color: #ffffff;
}

.navbar-expand-md .navbar-nav .active > .nav-link,
.navbar-expand-md .navbar-nav .nav-link.active,
.navbar-expand-md .navbar-nav .nav-link.active:before,
.navbar-expand-md .navbar-nav .nav-link.open,
.navbar-expand-md .navbar-nav .open > .nav-link {
  color: #ffffff;
}

.navbar-expand-md .navbar-toggler {
  background: transparent;
  border: 1px solid #fff;
  border-radius: 3px;
  margin: 5px;
  cursor: pointer;
  float: right;
}

.navbar-expand-md .navbar-toggler i {
  color: #fff !important;
}

.navbar-expand-md .navbar-toggler:focus {
  outline: none;
}

/* ==========================================================================
   Hero Area
   ========================================================================== */
.hero-area {
  position: relative;
}
.hero-area .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #525ae1;
  z-index: -1;
}
.hero-area .overlay :nth-child(1) {
  width: 33.33333%;
  width: calc(100% / 2);
  top: 0;
  left: 16.66666%;
  left: calc(calc(100% / 3) / 2);
  right: auto;
  background: #5533ff;
  background: linear-gradient(95deg, #5533ff 40%, #25ddf5 100%);
  height: 200px;
}
.hero-area .overlay :nth-child(2) {
  width: 33.33333%;
  width: calc(100% / 3);
  bottom: 0;
  background: #5533ff;
  background: linear-gradient(95deg, #5533ff 40%, #25ddf5 100%);
  position: absolute;
  height: 155px;
  left: 3%;
}
.hero-area .contents {
  padding: 220px 0;
}
.hero-area .contents h2 {
  color: #fff;
  font-size: 38px;
  font-weight: 600;
  line-height: 60px;
  margin-bottom: 20px;
}
.hero-area .contents p {
  color: #fff;
  font-size: 18px;
  line-height: 26px;
}
.hero-area .contents .btn {
  margin-top: 40px;
  margin-right: 20px;
  text-transform: uppercase;
  width: 180px;
  height: 50px;
  padding: 15px 15px;
}
.hero-area .contents .btn-border {
  border: 1px solid #fff;
  color: #3ecf8e !important;
  -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11),
    0 1px 3px rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  width: 180px;
  height: 50px;
  padding: 15px 15px;
  background: #fff;
}
.hero-area .contents .btn-border:hover {
  background: #fff;
  color: #3ecf8e;
}
.hero-area .intro-img {
  padding: 180px 0 0px;
}
.hero-area .intro-img img {
  display: block;
  height: auto;
  max-width: 100%;
}

/* ==========================================================================
   About 
   ========================================================================== */
#services .services-item {
  padding: 60px 30px;
  border: 1px solid #ddd;
  -moz-transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
#services .services-item:hover {
  border: 1px solid #3ecf8e;
  box-shadow: 0px 0px 25px 0px rgba(95, 95, 95, 0.24);
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#services .services-item .icon {
  background: #e3fff2;
  width: 110px;
  height: 110px;
  margin: 0px auto;
  margin-bottom: 0px;
  text-align: center;
  display: block;
  border-radius: 50%;
  position: relative;
  margin-bottom: 25px;
}
#services .services-item .icon i {
  font-size: 40px;
  color: #3ecf8e;
  position: absolute;
  left: 0;
  right: 0;
  top: 30%;
}
#services .services-item h4 {
  font-size: 20px;
  font-weight: 600;
  color: #151948;
  margin-bottom: 15px;
}
#services .services-item p {
  font-size: 16px;
  margin-bottom: 10px;
  color: #5e629c;
}

/* ==========================================================================
   business-plan Section 
   ========================================================================== */
#business-plan {
  padding-bottom: 130px;
}
#business-plan .container-fluid {
  padding-right: 30px;
  padding-left: 30px;
}
#business-plan .business-item-info {
  margin-top: 60px;
}
#business-plan .business-item-info h3 {
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 25px;
}
#business-plan .business-item-info p {
  font-size: 16px;
  margin-bottom: 20px;
}

/* ==========================================================================
   Features 
   ========================================================================== */
#features {
  background: #f9f9f9;
}
#features .featured-bg {
  background: #fff;
}
#features .featured-border1 {
  border-bottom: 1px solid #ededed;
  border-right: 1px solid #ededed;
}
#features .featured-border2 {
  border-bottom: 1px solid #ededed;
}
#features .featured-border3 {
  border-right: 1px solid #ededed;
}
#features .feature-item {
  padding: 30px;
  overflow: hidden;
  -moz-transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
#features .feature-item .feature-icon {
  background: #e3fff2;
  width: 100px;
  height: 100px;
  margin: 0px auto;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-bottom: 0px;
  margin-bottom: 0px;
  text-align: center;
  display: block;
  border-radius: 50%;
  position: relative;
  margin-right: 30px;
  border: 1px solid #3ecf8e;
  margin-top: 12px;
}
#features .feature-item .feature-icon i {
  font-size: 40px;
  color: #3ecf8e;
  position: absolute;
  left: 0;
  right: 0;
  top: 32%;
}
#features .feature-item h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}
#features .feature-item p {
  font-size: 16px;
  display: block;
}
#features .feature-item:hover {
  box-shadow: 0px 0px 25px 0px rgba(95, 95, 95, 0.24);
  -moz-transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
#features .feature-item:hover .feature-icon {
  background: #3ecf8e;
  -moz-transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
#features .feature-item:hover .feature-icon i {
  color: #fff;
  -moz-transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

/* ==========================================================================
   Features 
   ========================================================================== */
#download-app {
  padding-bottom: 100px;
}
#download-app .download-info {
  padding-top: 30px;
}
#download-app .download-info h3 {
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 44px;
}
#download-app .download-info p {
  font-size: 16px;
  display: block;
  margin-bottom: 35px;
}
#download-app .download-info .downlaod-btn {
  padding-bottom: 50px;
  border-bottom: 1px solid #ff704f;
  margin-bottom: 40px;
}
#download-app .download-info .downlaod-btn a.play-store {
  font-size: 12px;
  box-shadow: 0px 10px 20px 2px rgba(255, 112, 79, 0.24);
  border-radius: 35px;
  text-transform: inherit;
  text-align: left;
  padding: 15px 80px;
  width: 195px;
  height: 65px;
  line-height: 18px;
  margin-right: 35px;
  background: #ff704f;
  background-position-x: left;
  background-position-y: center;
  background-position: 20%;
}
#download-app .download-info .downlaod-btn a {
  position: relative;
}
#download-app .download-info .downlaod-btn a.play-store span {
  font-size: 15px;
  font-weight: 500;
}
#download-app .download-info .downlaod-btn a.play-store i {
  position: absolute;
  left: 40px;
  font-size: 28px;
  color: #fff;
  top: 18px;
}
#download-app .download-info .downlaod-btn a.ios-store i {
  position: absolute;
  left: 40px;
  font-size: 28px;
  color: #000;
  top: 18px;
}
#download-app .download-info .downlaod-btn a.ios-store {
  border: 1px solid #ff704f;
  color: #151948;
  font-size: 12px;
  box-shadow: 0px 10px 20px 2px rgba(255, 112, 79, 0.24);
  border-radius: 35px;
  text-transform: inherit;
  text-align: left;
  padding: 15px 80px;
  width: 195px;
  height: 65px;
  line-height: 18px;
  margin-right: 35px;
  background: #fff;
  background-position-x: left;
  background-position-y: center;
  background-position: 20%;
  position: relative;
}
#download-app .download-info .downlaod-btn a.play-store:hover {
  color: #151948;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
#download-app .download-info .downlaod-btn a.ios-store span {
  font-size: 15px;
}
#download-app .download-info .downlaod-btn a.ios-store:hover {
  color: #ff704f;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
#download-app .download-statatics h3 {
  color: #151948;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 0px;
}
#download-app .download-statatics p {
  font-size: 18px;
  color: #5e629c;
}

/* ==========================================================================
   Showcase 
   ========================================================================== */
#showcase {
  padding-bottom: 375px;
}
#showcase .right-position {
  position: relative;
}
#showcase .showcase-area {
  position: absolute;
  width: 97%;
  z-index: 12;
  top: 260px;
  margin: 0px auto;
}
#showcase .showcase-text h2 {
  color: #fff;
}
#showcase .showcase-text p {
  color: #fff;
}
#showcase .gradient-bg {
  background: #5533ff;
  background: linear-gradient(95deg, #5533ff 40%, #25ddf5 100%);
  padding: 119px 0px 80px 0px;
}
#showcase .showcase-slider .owl-controls .owl-page.active span,
#showcase .showcase-slider .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100);
  opacity: 1;
  background: #3ecf8e;
}
#showcase .showcase-slider .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #3ecf8e;
}
#showcase .showcase-slider .owl-controls .active span {
  width: 15px;
  height: 15px;
}
#showcase .showcase-slider .screenshot-thumb {
  width: 100%;
  height: 100%;
  position: relative;
}
#showcase .showcase-slider .screenshot-thumb .fancy-table {
  padding-top: 72px;
}
#showcase .showcase-slider .screenshot-thumb p {
  color: #fff;
  font-size: 16px;
  font-style: italic;
  margin-bottom: 10px;
}
#showcase .showcase-slider .screenshot-thumb h5 {
  font-size: 20px;
  color: #fff;
  display: block;
  font-weight: 600;
}
#showcase .showcase-slider .screenshot-thumb .zoom-icon a {
  display: inline-block;
  margin: 8px;
}
#showcase .showcase-slider .screenshot-thumb .zoom-icon a:hover i {
  color: #000;
  -webkit-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
#showcase .showcase-slider .screenshot-thumb .zoom-icon a i {
  color: #fff;
  font-size: 20px;
}
#showcase .showcase-slider .screenshot-thumb > .hover-content {
  background-color: #3ecf8e;
  opacity: 0.9;
  height: 85%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  width: 83%;
  margin: 25px;
}
#showcase .showcase-slider .screenshot-thumb:hover .hover-content {
  opacity: 0.8;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
}
#showcase .showcase-slider .owl-wrapper-outer {
  padding: 20px 0px;
}

/* ==========================================================================
   Testimonial section
   ========================================================================== */
#testimonial {
  margin-bottom: 270px;
  background: url(../img/bg/testimonial-bg.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#testimonial .right-position {
  position: relative;
}
#testimonial .testimonial-area {
  position: absolute;
  width: 100%;
  z-index: 12;
  top: 260px;
  margin: 0px auto;
}
#testimonial #client-testimonial {
  background-color: #fff;
  padding: 54px;
  -webkit-box-shadow: 0px 0px 25px 0px rgba(95, 95, 95, 0.24);
  -moz-box-shadow: 0px 0px 25px 0px rgba(95, 95, 95, 0.24);
  box-shadow: 0px 0px 25px 0px rgba(95, 95, 95, 0.24);
}
#testimonial #client-testimonial .content-inner p {
  font-size: 24px;
  color: #5e629c;
  font-style: italic;
  line-height: 35px;
}
#testimonial #client-testimonial .author-info {
  padding-top: 26px;
  padding-bottom: 20px;
}
#testimonial #client-testimonial .author-info h5 {
  color: #151948;
  font-size: 18px;
}
#testimonial #client-testimonial h5 span {
  font-size: 16px;
  color: #5e629c;
  font-style: italic;
}
#testimonial #client-testimonial .owl-controls .owl-buttons div.owl-prev {
  color: #3ecf8e;
  display: inline-block;
  zoom: 1;
  display: inline;
  margin: 5px;
  font-size: 16px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 50px;
  background: #fff;
  filter: Alpha(Opacity=50);
  position: absolute;
  left: -20px;
  top: 48%;
  opacity: 1;
  border: 1px solid #ccc;
  width: 38px;
  height: 38px;
  padding: 8px 0px;
}
#testimonial #client-testimonial .owl-controls .owl-buttons div.owl-next {
  color: #3ecf8e;
  display: inline-block;
  zoom: 1;
  display: inline;
  margin: 5px;
  font-size: 16px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 50px;
  background: #fff;
  filter: Alpha(Opacity=50);
  position: absolute;
  right: -20px;
  top: 48%;
  opacity: 1;
  border: 1px solid #ccc;
  width: 38px;
  height: 38px;
  padding: 8px 0px;
}
#testimonial #client-testimonial .owl-controls .owl-buttons div.owl-prev:hover,
#testimonial #client-testimonial .owl-controls .owl-buttons div.owl-next:hover {
  color: #fff;
  background: #3ecf8e;
  border-color: #3ecf8e;
}
#testimonial .video-promo-content {
  padding-top: 0;
  padding-bottom: 300px;
}
#testimonial .video-play-button {
  position: absolute;
  z-index: 10;
  top: 30%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  /* background: #fa183d; */
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
}
#testimonial .video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 100px;
  height: 100px;
  background: #fff;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}
#testimonial .video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 100px;
  height: 100px;
  background: #fff;
  border-radius: 50%;
  transition: all 200ms;
  opacity: 0.5;
}
#testimonial .video-play-button:hover:after {
  background-color: #28ca81;
}
#testimonial .video-play-button:hover span {
  border-left: 22px solid #fff;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-radius: 2px;
}
#testimonial .video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 22px solid #3ecf8e;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-radius: 2px;
  margin-top: 8px;
  margin-left: 5px;
}

@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;
  }
}

/* ==========================================================================
   Our Pricing 
   ========================================================================== */
#pricing .pricing-table {
  padding: 55px;
  border: 1px solid #ccc;
  -moz-transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
#pricing .pricing-table h3 {
  font-size: 20px;
  color: #151948;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 11px;
}
#pricing .pricing-table h1 {
  color: #3ecf8e;
  font-size: 50px;
  font-weight: 500;
  position: relative;
  padding-left: 10px;
}
#pricing .pricing-table h1 span {
  font-size: 16px;
  position: absolute;
  left: 20%;
  top: 10px;
}
#pricing .pricing-table ul {
  padding-bottom: 28px;
}
#pricing .pricing-table ul li {
  font-size: 16px;
  font-weight: 400;
  color: #5e629c;
  display: block;
  line-height: 33px;
}
#pricing .pricing-table:hover {
  border: 1px solid #3ecf8e;
  box-shadow: 0px 0px 25px 0px rgba(95, 95, 95, 0.24);
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

/* ==========================================================================
   team section
   ========================================================================== */
#team .single-team {
  border: 1px solid #ddd;
  position: relative;
  -moz-transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
#team .single-team img {
  width: 100%;
}
#team .single-team .team-social-icons {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: -20px;
}
#team .single-team .team-social-icons ul.social-list li {
  display: inline-block;
  width: 35px;
  height: 35px;
  border: 1px solid #ccc;
  border-radius: 50%;
  padding: 5px;
  line-height: 30px;
  margin: 4px;
  background: #fff;
}
#team .single-team .team-social-icons ul.social-list li:hover {
  background: #3ecf8e;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  border-color: #3ecf8e;
  transition: all 0.4s ease;
}
#team .single-team .team-social-icons ul.social-list li:hover a {
  display: block;
}
#team .single-team .team-social-icons ul.social-list li:hover a i {
  color: #fff;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#team .single-team .team-social-icons ul.social-list li a i {
  color: #3ecf8e;
  font-size: 16px;
}
#team .single-team:hover {
  box-shadow: 0px 0px 25px 0px rgba(95, 95, 95, 0.24);
  -moz-transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
#team .single-team .team-details {
  padding: 45px 0px 30px 0px;
  position: relative;
}
#team .single-team .team-details h5.team-title {
  font-size: 16px;
  font-weight: 600;
  display: block;
  margin-bottom: 0;
}
#team .single-team .team-details p {
  font-size: 12px;
  color: #5e629c;
}

/* ==========================================================================
   Blog section
   ========================================================================== */
.blog-hero-area {
  background: url(../img/hero-area.jpg) no-repeat;
  background-size: auto;
  background-size: cover;
  color: #fff;
  overflow: hidden;
  position: relative;
}

.blog-hero-area .contents {
  padding: 160px 0 140px;
}

#blog {
  background: #f9f9f9;
}
#blog .blog-item-wrapper {
  border: 1px solid #ddd;
  background-color: #fff;
  -moz-transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
#blog .blog-item-wrapper:hover {
  box-shadow: 0px 0px 25px 0px rgba(95, 95, 95, 0.24);
  -moz-transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  border-color: #3ecf8e;
}
#blog .blog-item-wrapper:hover h3 a {
  color: #3ecf8e;
}
#blog .blog-item-wrapper .blog-item-text {
  padding: 26px 30px 30px 30px;
}
#blog .blog-item-wrapper h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 12px;
}
#blog .blog-item-wrapper h3 a {
  color: #151948;
}
#blog .blog-item-wrapper p {
  font-size: 15px;
  line-height: 23px;
  margin-bottom: 20px;
}
#blog .blog-item-wrapper a.read-more {
  color: #3ecf8e;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  position: relative;
}
#blog .blog-item-wrapper a.read-more i {
  color: #3ecf8e;
  font-size: 10px;
  position: absolute;
  top: 3px;
}
#blog .blog-item-wrapper .author {
  border-top: 1px solid #ddd;
  padding: 18px 30px 35px 30px;
}
#blog .blog-item-wrapper span.name a {
  color: #5e629c;
  font-size: 14px;
}
#blog .blog-item-wrapper span.name i {
  color: #3ecf8e;
  margin-right: 5px;
}
#blog .blog-item-wrapper span.date a {
  color: #5e629c;
  font-size: 14px;
}
#blog .blog-item-wrapper span.date i {
  color: #3ecf8e;
  margin-right: 5px;
}

/* ==========================================================================
   Blog index2 version
   ========================================================================== */
#blog2 {
  background: #fff;
}
#blog2 .blog-item-wrapper {
  border: 1px solid #ddd;
  background-color: #fff;
  -moz-transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
#blog2 .blog-item-wrapper:hover {
  box-shadow: 0px 0px 25px 0px rgba(95, 95, 95, 0.24);
  -moz-transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  border-color: #ff704f;
}
#blog2 .blog-item-wrapper:hover h3 a {
  color: #ff704f;
}
#blog2 .blog-item-wrapper .blog-item-text {
  padding: 26px 30px 30px 30px;
}
#blog2 .blog-item-wrapper h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 12px;
}
#blog2 .blog-item-wrapper h3 a {
  color: #151948;
}
#blog2 .blog-item-wrapper p {
  font-size: 15px;
  line-height: 23px;
  margin-bottom: 20px;
}
#blog2 .blog-item-wrapper a.read-more {
  color: #ff704f;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  position: relative;
}
#blog2 .blog-item-wrapper a.read-more i {
  color: #ff704f;
  font-size: 10px;
  position: absolute;
  top: 3px;
}
#blog2 .blog-item-wrapper .author {
  border-top: 1px solid #ddd;
  padding: 18px 30px 35px 30px;
}
#blog2 .blog-item-wrapper span.name a {
  color: #5e629c;
  font-size: 14px;
}
#blog2 .blog-item-wrapper span.name i {
  color: #ff704f;
  margin-right: 5px;
}
#blog2 .blog-item-wrapper span.date a {
  color: #5e629c;
  font-size: 14px;
}
#blog2 .blog-item-wrapper span.date i {
  color: #ff704f;
  margin-right: 5px;
}

/* ==========================================================================
   Blog single post section
   ========================================================================== */
.blog-hero-area .contents h2 {
  color: #fff;
  font-size: 52px;
  font-weight: 300;
  margin-bottom: 25px;
}

#blog .blog-item-wrapper {
  -webkit-transition: transform 0.2s linear, -webkit-box-shadow 0.2s linear;
  -moz-transition: transform 0.2s linear, -moz-box-shadow 0.2s linear;
  transition: transform 0.2s linear, box-shadow 0.2s linear;
}

#blog .blog-item-wrapper:hover {
  box-shadow: 0 10px 50px 0 rgba(84, 110, 122, 0.35);
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

#blog-single {
  padding: 80px 0;
  background: #ecf0f1;
}

#blog-single .blog-post {
  background: #fff;
  overflow: hidden;
  margin-bottom: 40px;
}

#blog-single .blog-post .post-thumb img {
  width: 100%;
}

#blog-single .blog-post .post-content {
  padding: 30px;
}

#blog-single .blog-post .post-content h3 {
  font-size: 30px;
  padding-bottom: 10px;
}

#blog-single .blog-comment {
  background: #fff;
  padding: 50px 30px;
  margin-top: 30px;
  overflow: hidden;
}

#blog-single .blog-comment h4 {
  font-size: 24px;
  margin-bottom: 30px;
}

#blog-single .blog-comment .comment-list {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 50px;
}

#blog-single .blog-comment .comment-list .the-comment {
  border-bottom: 1px solid #e7e6e6;
  padding-bottom: 25px;
  margin-bottom: 25px;
}

#blog-single .blog-comment .comment-list .children {
  padding-left: 40px;
}

#blog-single .blog-comment .avatar {
  float: left;
  margin-right: 15px;
  padding: 5px;
  border-radius: 3px;
  background: #fff;
  border: 1px dashed #346afe;
}

#blog-single .blog-comment .comment-author {
  margin-bottom: 10px;
}

#blog-single .blog-comment .meta {
  margin-bottom: 10px;
  color: #999;
}

.blog-hero-area .post-meta {
  color: #fff;
  margin-top: 15px;
  margin-bottom: 15px;
}

.blog-hero-area .post-meta ul li {
  display: inline-block;
  margin-right: 8px;
  margin-left: 8px;
}

.blog-hero-area .post-meta ul li i {
  margin-right: 5px;
}

.blog-hero-area .post-meta ul li a {
  color: #fff;
}

.blog-hero-area .post-meta ul li a:hover {
  color: #ff704f;
}

#blog-single .form-control {
  width: 100%;
  margin-bottom: 20px;
  padding: 15px 30px;
  font-size: 14px;
  border-radius: 30px;
  border: 1px solid transparent;
  background: #f5f5f5;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

#blog-single .btn-common {
  background-color: #ff704f;
  position: relative;
  z-index: 1;
  box-shadow: 0px 8px 9px 0px rgba(96, 94, 94, 0.17);
  width: 160px;
  height: 50px;
  padding: 14px 15px;
}

#blog-single .form-control:focus {
  border: 1px solid #ff704f;
  outline: none;
  box-shadow: none;
}

#subscribe .form-control {
  width: 100%;
  margin-bottom: 20px;
  padding: 15px 30px;
  font-size: 14px;
  border-radius: 30px;
  border: 1px solid transparent;
  background: #f5f5f5;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.btn.disabled,
.btn:disabled {
  opacity: 1;
}

#blog-single textarea {
  border-radius: 4px !important;
}

.text-danger {
  font-size: 14px;
  margin-top: 10px;
}

.list-unstyled li {
  color: #d9534f;
}

/* ==========================================================================
   Contact section
   ========================================================================== */
#contact form#contactForm .form-group {
  margin-bottom: 30px;
}

#contact form#contactForm input[type="text"],
#contact form#contactForm input[type="email"] {
  min-height: 52px;
  padding: 0px 0 0 28px;
  font-size: 16px;
  color: #5e629c;
}

#contact form#contactForm textarea {
  padding: 15px 0 0 28px;
  font-size: 16px;
  color: #5e629c;
}

#contact form#contactForm .form-control:focus {
  border: 1px solid #3ecf8e;
  outline: none;
  box-shadow: none;
  background: #e5fff3;
}

/* ==========================================================================
   Footer section
   ========================================================================== */
#footer-Content {
  padding-top: 130px;
  background: #180e29;
}
#footer-Content .footer-logo img {
  padding-top: 70px;
}
#footer-Content .form-control:focus {
  outline: none;
  box-shadow: none;
  background: #e5fff3;
}
#footer-Content .copyright {
  margin-top: 125px;
  border-top: 1px solid #3c1f6e;
  padding-top: 30px;
  padding-bottom: 30px;
}
#footer-Content .copyright p {
  color: #3ecf8e;
  font-size: 18px;
}
#footer-Content .copyright a {
  color: #ddd;
}
#footer-Content .widget p {
  color: #e2e2e2;
  font-size: 16px;
  line-height: 32px;
}
#footer-Content .widget .subscribe-area {
  position: relative;
  height: 40px;
  margin-top: 18px;
}
#footer-Content .widget .subscribe-area input[type="email"] {
  background: #24153c;
  border: 1px solid #fff;
  color: #e2e2e2;
  font-size: 14px;
  font-style: italic;
  height: 38px;
}
#footer-Content .widget .subscribe-area span i {
  position: absolute;
  right: 0;
  width: 60px;
  height: 38px;
  color: #fff;
  top: 0;
  background: #3ecf8e;
  display: block;
  padding: 9px 20px;
  font-size: 18px;
  border-radius: 0px 4px 4px 0px;
}
#footer-Content h3.block-title {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 30px;
}
#footer-Content ul.menu li a {
  color: #e2e2e2;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
#footer-Content ul.menu li a:hover {
  color: #3ecf8e;
  padding-left: 5px;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}

.who-can-use-section {
  position: relative;
  background: linear-gradient(135deg, #f1f3f9 0%, #e9ecef 100%);
  padding: 80px 0;
  overflow: hidden;
}

.who-can-use-section:before,
.who-can-use-section:after {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: rgba(61, 96, 244, 0.05);
  z-index: 0;
}

.who-can-use-section:before {
  top: -100px;
  right: -100px;
}

.who-can-use-section:after {
  bottom: -100px;
  left: -100px;
}

.business-item-info {
  position: relative;
  z-index: 1;
  padding: 30px;
  background: white;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.business-item-info:hover {
  box-shadow: 0 15px 35px rgba(61, 96, 244, 0.1);
  transform: translateY(-5px);
}

.section-title-wrapper {
  margin-bottom: 25px;
  position: relative;
}

.section-title-wrapper h3 {
  font-size: 28px;
  font-weight: 700;
  color: #343a40;
  margin-bottom: 15px;
}

.title-underline {
  width: 50px;
  height: 3px;
  background: #c3f62f;
  margin: 15px auto 30px;
}

.business-content p {
  color: #6c757d;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 20px;
}

.highlight-text {
  color: #c3f62f;
  font-weight: 600;
}

.business-features {
  margin: 25px 0;
}

.feature-item {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

.feature-item i {
  color: #3d60f4;
  font-size: 18px;
  margin-right: 10px;
}

.feature-item span {
  color: #343a40;
  font-weight: 500;
}

.btn-effect {
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all 0.5s ease;
}

.btn-effect:after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  z-index: -1;
  transition: all 0.5s ease;
}

.btn-effect:hover:after {
  left: 100%;
}

.business-img-wrapper {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.business-img-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    135deg,
    rgba(61, 96, 244, 0.1) 0%,
    rgba(92, 133, 255, 0) 100%
  );
  z-index: 1;
}

.business-img-wrapper img {
  transition: all 0.5s ease;
}

.business-img-wrapper:hover img {
  transform: scale(1.05);
}

@media (max-width: 991px) {
  .who-can-use-section {
    padding: 60px 0;
  }

  .business-item-info {
    margin-bottom: 30px;
  }

  .business-img-wrapper {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .section-title-wrapper h3 {
    font-size: 24px;
  }

  .business-content p {
    font-size: 15px;
  }
}

.disclaimer-section {
  position: relative;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  padding: 60px 0;
}

.disclaimer-box {
  background: white;
  border-radius: 15px;
  padding: 40px 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  position: relative;
  transition: all 0.3s ease;
  border-left: 5px solid #3d60f4;
}

.disclaimer-box:hover {
  box-shadow: 0 15px 35px rgba(61, 96, 244, 0.1);
  transform: translateY(-5px);
}

.disclaimer-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, #f1f3f9 0%, #e9ecef 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  transition: all 0.3s ease;
}

.disclaimer-icon i {
  font-size: 30px;
  color: #3d60f4;
  transition: all 0.3s ease;
}

.disclaimer-box:hover .disclaimer-icon {
  background: linear-gradient(90deg, #3d60f4 0%, #5c85ff 100%);
}

.disclaimer-box:hover .disclaimer-icon i {
  color: white;
}

.disclaimer-box h4 {
  font-size: 22px;
  font-weight: 600;
  color: #343a40;
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
}

.disclaimer-box h4:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 2px;
  background: linear-gradient(90deg, #3d60f4 0%, #5c85ff 100%);
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.disclaimer-box p {
  color: #6c757d;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 0;
}

.highlight {
  font-weight: 700;
  color: #3d60f4;
}

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

  .disclaimer-box {
    padding: 30px 20px;
  }
}

.contact-section {
  position: relative;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  padding: 80px 0;
  overflow: hidden;
}

.contact-section:before,
.contact-section:after {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: rgba(61, 96, 244, 0.05);
  z-index: 0;
}

.contact-section:before {
  top: -100px;
  left: -100px;
}

.contact-section:after {
  bottom: -100px;
  right: -100px;
}

.section-subtitle {
  color: #6c757d;
  margin-bottom: 30px;
  font-size: 18px;
}

.contact-info-box {
  background: white;
  border-radius: 15px;
  padding: 30px 20px;
  height: 100%;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.contact-info-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 35px rgba(61, 96, 244, 0.1);
}

.contact-info-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, #3d60f4 0%, #5c85ff 100%);
  z-index: 1;
}

.icon-wrapper {
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
}

.contact-icon-bg {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #f1f3f9 0%, #e9ecef 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  transition: all 0.3s ease;
  position: relative;
  z-index: 2;
}

.contact-icon-bg i {
  font-size: 32px;
  color: #3d60f4;
  transition: all 0.3s ease;
}

.contact-info-box:hover .contact-icon-bg {
  background: linear-gradient(90deg, #3d60f4 0%, #5c85ff 100%);
}

.contact-info-box:hover .contact-icon-bg i {
  color: white;
  transform: scale(1.1);
}

.contact-info-content {
  padding: 0 15px;
}

.contact-info-content h4 {
  font-size: 20px;
  font-weight: 600;
  color: #343a40;
  margin-bottom: 15px;
}

.contact-info-content p {
  color: #6c757d;
  margin-bottom: 0;
  line-height: 1.6;
}

.contact-info-content a {
  color: #6c757d;
  transition: all 0.3s ease;
}

.contact-info-content a:hover {
  color: #3d60f4;
  text-decoration: none;
}

@media (max-width: 768px) {
  .contact-section {
    padding: 60px 0;
  }

  .contact-info-box {
    margin-bottom: 30px;
  }
}

.footer-area {
  background: #525ae1;
  position: relative;
  padding-top: 80px;
  margin-top: 30px;
  overflow: hidden;
}

.footer-area::before {
  content: "";
  position: absolute;
  top: -150px;
  right: -100px;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(61, 96, 244, 0.1) 0%,
    rgba(61, 96, 244, 0) 70%
  );
  z-index: 0;
}

.footer-area::after {
  content: "";
  position: absolute;
  bottom: -100px;
  left: -100px;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(61, 96, 244, 0.1) 0%,
    rgba(61, 96, 244, 0) 70%
  );
  z-index: 0;
}

.footer-top-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(
    90deg,
    #c3f62f,
    #d4ff5b,
    #c3f62f,
    #d4ff5b,
    #c3f62f
  );
  background-size: 200% 100%;
  animation: gradient-shift 8s ease infinite;
  z-index: 1;
}

@keyframes gradient-shift {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.footer-description {
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 20px;
  line-height: 1.8;
  font-size: 15px;
  position: relative;
  z-index: 1;
}

.footer-badge {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 25px;
  position: relative;
  z-index: 1;
}

.footer-badge span {
  display: inline-flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.05);
  padding: 8px 15px;
  border-radius: 20px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 500;
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.footer-badge span:hover {
  background: rgba(61, 96, 244, 0.2);
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.footer-badge span i {
  margin-right: 8px;
  font-size: 16px;
  color: #c3f62f;
  transition: all 0.3s ease;
}

.footer-titel {
  font-size: 18px;
  font-weight: 600;
  color: white;
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 10px;
  z-index: 1;
}

.footer-titel:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 2px;
  background: linear-gradient(90deg, #c3f62f, #d4ff5b);
  transition: all 0.3s ease;
}

.footer-links:hover .footer-titel:after {
  width: 60px;
}

.footer-link {
  padding-left: 0;
  list-style: none;
  position: relative;
  z-index: 1;
}

.footer-link li {
  margin-bottom: 12px;
  position: relative;
}

.footer-link li a {
  color: rgba(255, 255, 255, 0.7);
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  font-size: 15px;
  position: relative;
}

.footer-link li a:before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  background: #c3f62f;
  transition: all 0.3s ease;
  opacity: 0;
}

.footer-link li a i {
  font-size: 14px;
  margin-right: 10px;
  color: rgba(195, 246, 47, 0.8);
  transition: all 0.3s ease;
}

.footer-link li a:hover {
  color: white;
  text-decoration: none;
  transform: translateX(5px);
}

.footer-link li a:hover:before {
  width: 100%;
  opacity: 1;
}

.footer-link li a:hover i {
  color: #d4ff5b;
  transform: scale(1.2);
}

.contact-item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  color: rgba(255, 255, 255, 0.7);
  transition: all 0.3s ease;
  text-decoration: none;
  position: relative;
  z-index: 1;
}

.contact-item:hover {
  color: white;
  text-decoration: none;
  transform: translateX(5px);
}

.icon-box {
  width: 36px;
  height: 36px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.contact-item:hover .icon-box {
  background: rgba(61, 96, 244, 0.2);
  transform: scale(1.1);
}

.icon-box i {
  color: #c3f62f;
  font-size: 16px;
  transition: all 0.3s ease;
}

.contact-item:hover .icon-box i {
  transform: scale(1.1);
  color: #d4ff5b;
}

#copyright {
  position: relative;
  margin-top: 50px;
  background: rgba(0, 0, 0, 0.2);
  padding: 20px 0;
  z-index: 1;
}

#copyright:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0.1),
    rgba(255, 255, 255, 0)
  );
}

.copyright-content p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
}

.copyright-social {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}

.social-icon {
  width: 36px;
  height: 36px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.7);
  transition: all 0.3s ease;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(61, 96, 244, 0.4);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(61, 96, 244, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(61, 96, 244, 0);
  }
}

.social-icon:hover {
  background: #3d60f4;
  color: white;
  transform: translateY(-3px);
  text-decoration: none;
  animation: pulse 1.5s infinite;
}

@media (max-width: 768px) {
  .footer-links,
  .footer-contact,
  .footer-info {
    margin-bottom: 40px;
  }

  .copyright-social {
    justify-content: center;
    margin-top: 15px;
  }

  .copyright-content {
    text-align: center;
  }
}

.navbar {
  transition: all 0.3s ease-in-out;
  padding: 20px 0;
  background-color: transparent !important;
  box-shadow: none;
}

/* Стили при скролле */
.navbar.top-nav-collapse {
  padding: 10px 0;
  background-color: rgba(255, 255, 255, 0.98) !important;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
}

/* Изменение цвета текста навигации при скролле */
.navbar.top-nav-collapse .nav-link {
  color: #343a40 !important;
}

/* Базовый цвет текста навигации для прозрачной панели */
.navbar:not(.top-nav-collapse) .nav-link {
  color: white !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* Подсветка активного пункта меню */
.navbar:not(.top-nav-collapse) .nav-link.active {
  color: white !important;
  font-weight: 600;
}

/* Кнопка при прозрачной панели */
.navbar:not(.top-nav-collapse) .btn-gradient {
  background: linear-gradient(90deg, #ffffff 0%, #f8f9fa 100%);
  color: #3d60f4 !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

/* Индикатор для прозрачной панели */
.navbar:not(.top-nav-collapse) .nav-indicator {
  background: white;
}

/* Дополнительный стиль для мобильного меню */
/* Стили для мобильного хедера - всегда синий, независимо от скролла */
.navbar.mobile-header {
  background-color: rgba(61, 96, 244, 0.95) !important;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  padding: 10px 0;
}

.navbar.mobile-header .nav-link {
  color: white !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  font-weight: 500;
}

.navbar.mobile-header .nav-link.active {
  color: white !important;
  font-weight: 700;
  position: relative;
}

.navbar.mobile-header .nav-link.active:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: white;
}

.navbar.mobile-header .btn-gradient {
  background: white;
  color: #3d60f4 !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  font-weight: 600;
}

.navbar.mobile-header .navbar-toggler {
  border-color: white;
}

.navbar.mobile-header .navbar-toggler i {
  color: white !important;
}

.navbar.mobile-header .logo-text {
  background: white;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.navbar.mobile-header .logo-highlight {
  background: white;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.navbar.mobile-header .logo-icon {
  background: white;
}

.navbar.mobile-header .logo-icon i {
  color: #3d60f4;
}

/* Оставляем старые медиа-запросы для обратной совместимости */
@media (max-width: 992px) {
  .navbar {
    background-color: rgba(61, 96, 244, 0.95) !important;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    padding: 10px 0;
  }

  .navbar .nav-link {
    color: white !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    font-weight: 500;
  }

  .navbar .nav-link.active {
    color: white !important;
    font-weight: 700;
    position: relative;
  }

  .navbar .nav-link.active:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: white;
  }

  .navbar .btn-gradient {
    display: none;
    background: white;
    color: #3d60f4 !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    font-weight: 600;
  }

  .navbar .navbar-toggler {
    border-color: white;
  }

  .navbar .navbar-toggler i {
    color: white !important;
  }

  /* Изменение логотипа для мобильной версии */
  .navbar .logo-text {
    background: white;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
  }

  .navbar .logo-highlight {
    background: white;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
  }

  .navbar .logo-icon {
    background: white;
  }

  .navbar .logo-icon i {
    color: #3d60f4;
  }
}

.text-logo {
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
}

.logo-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: linear-gradient(135deg, #3d60f4 0%, #5c85ff 100%);
  border-radius: 8px;
  margin-right: 10px;
  box-shadow: 0 3px 10px rgba(61, 96, 244, 0.2);
}

.logo-icon i {
  font-size: 16px;
  color: white;
}

.logo-text {
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 0.5px;
  color: #343a40;
  position: relative;
  background: linear-gradient(90deg, #343a40 0%, #495057 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.logo-highlight {
  background: linear-gradient(90deg, #3d60f4 0%, #5c85ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Изменение цвета логотипа в прозрачной навигации */
.navbar:not(.top-nav-collapse) .logo-text {
  background: linear-gradient(90deg, #ffffff 0%, #f8f9fa 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.navbar:not(.top-nav-collapse) .logo-highlight {
  background: linear-gradient(90deg, #ffffff 0%, #f8f9fa 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.navbar:not(.top-nav-collapse) .logo-icon {
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

.navbar:not(.top-nav-collapse) .logo-icon i {
  color: #3d60f4;
}

/* Адаптивность логотипа */
@media (max-width: 767px) {
  .logo-text {
    font-size: 20px;
  }

  .logo-icon {
    width: 28px;
    height: 28px;
    margin-right: 8px;
  }

  .logo-icon i {
    font-size: 14px;
  }
}

.step-card {
  background: white;
  border-radius: 15px;
  padding: 40px 25px;
  margin-bottom: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  height: 100%;
}

.step-card:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, #3d60f4 0%, #5c85ff 100%);
  top: 0;
  left: 0;
}

.step-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 35px rgba(61, 96, 244, 0.1);
}

.step-number {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 30px;
  height: 30px;
  background: linear-gradient(135deg, #3d60f4 0%, #5c85ff 100%);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 16px;
  z-index: 2;
}

.icon-wrapper {
  position: relative;
  margin-bottom: 25px;
  display: inline-block;
}

.icon-wrapper:after {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  background: rgba(61, 96, 244, 0.05);
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}

.icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #f1f3f9 0%, #e9ecef 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease;
}

.icon i {
  font-size: 32px;
  color: #3d60f4;
  transition: all 0.3s ease;
}

.step-card:hover .icon {
  background: linear-gradient(90deg, #3d60f4 0%, #5c85ff 100%);
}

.step-card:hover .icon i {
  color: white;
  transform: rotateY(180deg);
}

.service-content {
  position: relative;
  z-index: 1;
}

.service-content h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #343a40;
  position: relative;
  display: inline-block;
}

.service-content p {
  color: #6c757d;
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .step-card {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .step-card {
    padding: 30px 20px;
  }

  .icon {
    width: 70px;
    height: 70px;
  }

  .icon i {
    font-size: 28px;
  }

  .service-content h4 {
    font-size: 18px;
  }
}

.how-it-works-section {
  position: relative;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  padding-top: 80px;
  overflow: hidden;
}

.how-it-works-section:before,
.how-it-works-section:after {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: rgba(61, 96, 244, 0.05);
  z-index: 0;
}

.how-it-works-section:before {
  top: -150px;
  left: -150px;
}

.how-it-works-section:after {
  bottom: 50px;
  right: -150px;
}

.section-header {
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
}

.section-header-content {
  max-width: 800px;
  margin: 0 auto;
}

.section-subtitle {
  display: inline-block;
  background-color: rgba(61, 96, 244, 0.1);
  color: #3d60f4;
  font-size: 14px;
  font-weight: 600;
  padding: 5px 15px;
  border-radius: 20px;
  margin-bottom: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.section-title {
  font-size: 36px;
  font-weight: 700;
  color: #343a40;
  margin-bottom: 20px;
}

.highlight-text {
  color: #3d60f4;
  position: relative;
}

.title-underline {
  width: 80px;
  height: 3px;
  background: linear-gradient(90deg, #3d60f4 0%, #5c85ff 100%);
  margin: 0 auto 25px;
}

.desc-text {
  margin-top: 20px;
}

.desc-text p {
  color: #6c757d;
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .how-it-works-section {
    padding-top: 60px;
  }

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

  .desc-text p {
    font-size: 16px;
    line-height: 1.6;
  }
}

/* ==========================================================================
   About Section Style
   ========================================================================== */
.about-section {
  position: relative;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  padding: 80px 0;
  overflow: hidden;
}

.about-section:before,
.about-section:after {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: rgba(61, 96, 244, 0.05);
  z-index: 0;
}

.about-section:before {
  top: -150px;
  right: -150px;
}

.about-section:after {
  bottom: -150px;
  left: -150px;
}

.about-content {
  position: relative;
  z-index: 1;
  background: white;
  border-radius: 15px;
  padding: 50px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  animation: fadeInUp 1s ease;
}

.about-content:hover {
  box-shadow: 0 15px 35px rgba(61, 96, 244, 0.1);
  transform: translateY(-5px);
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.section-label {
  display: inline-block;
  background-color: rgba(61, 96, 244, 0.1);
  color: #3d60f4;
  font-size: 14px;
  font-weight: 600;
  padding: 5px 15px;
  border-radius: 20px;
  margin-bottom: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.about-content .section-title {
  font-size: 36px;
  font-weight: 700;
  color: #343a40;
  margin-bottom: 20px;
  line-height: 1.3;
}

.about-content .title-underline {
  width: 80px;
  height: 3px;
  background: linear-gradient(90deg, #3d60f4 0%, #5c85ff 100%);
  margin: 0 auto 30px;
}

.about-content .desc-text p {
  color: #6c757d;
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 30px;
}

.gradient-text {
  background: linear-gradient(to right, #525ae1, #c3f62f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
}

.about-badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  margin-top: 20px;
}

.about-badge {
  display: inline-flex;
  align-items: center;
  background-color: #f1f3f9;
  padding: 8px 16px;
  border-radius: 25px;
  font-size: 14px;
  color: #3d60f4;
  font-weight: 500;
  transition: all 0.3s ease;
}

.about-badge i {
  margin-right: 8px;
  font-size: 16px;
}

.about-badge:hover {
  background-color: #3d60f4;
  color: white;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(61, 96, 244, 0.2);
}

@media (max-width: 768px) {
  .about-section {
    padding: 60px 0;
  }

  .about-content {
    padding: 30px 20px;
  }

  .about-content .section-title {
    font-size: 28px;
  }

  .about-content .desc-text p {
    font-size: 16px;
    line-height: 1.6;
  }

  .about-badges {
    flex-direction: column;
    align-items: center;
  }
}

.about-hero-area {
  position: relative;
  background-color: #525ae1;
  height: 380px;
  overflow: hidden;
}

.about-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}

.overlay-shape {
  position: absolute;
  right: -100px;
  top: -100px;
  width: 400px;
  height: 400px;
  background: linear-gradient(45deg, #ffffff 0%, #c3f62f 100%);
  opacity: 0.3;
  border-radius: 0 0 50% 50%;
  transform: rotate(45deg);
}

.about-overlay:before {
  content: "";
  position: absolute;
  width: 250px;
  height: 250px;
  bottom: -100px;
  left: -100px;
  background: linear-gradient(45deg, #ffffff 0%, #c3f62f 100%);
  opacity: 0.2;
  border-radius: 50%;
}

.about-hero-content {
  position: relative;
  padding-top: 150px;
  color: white;
  z-index: 1;
}

.about-hero-text h1 {
  color: white;
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
}

.about-hero-text h1:after {
  content: "";
  position: absolute;
  width: 70px;
  height: 3px;
  background: linear-gradient(90deg, #f9f9f9 0%, #c3f62f 100%);
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}

.about-page-icon {
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
  border: 2px solid rgba(255, 255, 255, 0.2);
}

.about-page-icon i {
  font-size: 36px;
  color: white;
}

.about-breadcrumb {
  margin-top: 25px;
}

.breadcrumb {
  background: transparent;
  display: inline-flex;
  padding: 8px 16px;
  border-radius: 30px;
  background-color: rgba(255, 255, 255, 0.1);
}

.breadcrumb-item,
.breadcrumb-item.active {
  color: white;
  font-size: 14px;
}

.breadcrumb-item a {
  color: rgba(255, 255, 255, 0.7);
  transition: all 0.3s ease;
}

.breadcrumb-item a:hover {
  color: white;
  text-decoration: none;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 768px) {
  .about-hero-area {
    height: 320px;
  }

  .about-hero-content {
    padding-top: 130px;
  }

  .about-hero-text h1 {
    font-size: 30px;
  }

  .about-page-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 15px;
  }

  .about-page-icon i {
    font-size: 28px;
  }
}

/* Стили для секции миссии и обязательств */
.about-values-section {
  padding: 60px 0;
  position: relative;
  overflow: hidden;
}

.about-values-section::before {
  content: "";
  position: absolute;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(82, 90, 225, 0.05) 0%,
    rgba(82, 90, 225, 0) 70%
  );
  top: -100px;
  right: -100px;
  z-index: 0;
}

.about-values-section::after {
  content: "";
  position: absolute;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(195, 246, 47, 0.05) 0%,
    rgba(195, 246, 47, 0) 70%
  );
  bottom: -100px;
  left: -100px;
  z-index: 0;
}

.about-value-card {
  background: white;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  height: 100%;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
  z-index: 1;
}

.about-value-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #525ae1, #c3f62f);
  z-index: 1;
}

.about-value-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 35px rgba(61, 96, 244, 0.1);
}

.value-card-inner {
  padding: 35px 30px;
  position: relative;
}

.value-icon-wrapper {
  display: flex;
  justify-content: center;
  position: relative;
  margin-bottom: 25px;
}

.value-icon-wrapper::after {
  content: "";
  position: absolute;
  width: 90px;
  height: 90px;
  background: rgba(61, 96, 244, 0.05);
  border-radius: 50%;
  z-index: 0;
}

.value-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #f1f3f9 0%, #e9ecef 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  transition: all 0.4s ease;
}

.value-icon i {
  font-size: 36px;
  color: #3d60f4;
  transition: all 0.4s ease;
}

.about-value-card:hover .value-icon {
  background: linear-gradient(90deg, #3d60f4 0%, #5c85ff 100%);
}

.about-value-card:hover .value-icon i {
  color: white;
  transform: rotateY(180deg);
}

.value-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
  color: #343a40;
  position: relative;
  padding-bottom: 15px;
}

.value-title::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 2px;
  background: linear-gradient(90deg, #3d60f4 0%, #5c85ff 100%);
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.value-description {
  color: #6c757d;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 25px;
  text-align: center;
}

.value-badge {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}

.value-badge span {
  display: inline-flex;
  align-items: center;
  background: rgba(61, 96, 244, 0.05);
  padding: 8px 15px;
  border-radius: 20px;
  font-size: 14px;
  color: #3d60f4;
  font-weight: 500;
  transition: all 0.3s ease;
  border: 1px solid rgba(61, 96, 244, 0.1);
}

.value-badge span i {
  margin-right: 8px;
  font-size: 16px;
  color: #3d60f4;
  transition: all 0.3s ease;
}

.value-badge span:hover {
  background: rgba(61, 96, 244, 0.1);
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.value-badge span:hover i {
  transform: scale(1.2);
}

/* Стили для Terms of Use заголовка */
.terms-title-wrapper {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
}

.terms-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #3d60f4 0%, #5c85ff 100%);
  border-radius: 50%;
  margin: 0 auto 15px;
  box-shadow: 0 5px 15px rgba(61, 96, 244, 0.2);
  transition: all 0.3s ease;
}

.terms-icon i {
  font-size: 22px;
  color: white;
  transition: all 0.3s ease;
}

.terms-title-wrapper:hover .terms-icon {
  transform: scale(1.1) rotate(10deg);
}

.effective-date {
  display: inline-block;
  background-color: rgba(61, 96, 244, 0.05);
  border: 1px solid rgba(61, 96, 244, 0.1);
  border-radius: 30px;
  padding: 8px 20px;
  margin-top: 10px;
  font-size: 16px;
  color: #6c757d;
  transition: all 0.3s ease;
}

.effective-date span {
  display: flex;
  align-items: center;
  justify-content: center;
}

.effective-date span i {
  margin-right: 8px;
  color: #3d60f4;
  font-size: 18px;
}

.effective-date:hover {
  background-color: rgba(61, 96, 244, 0.1);
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.hero-effective-date {
  display: block;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 30px;
  padding: 6px 20px;
  margin: 15px auto;
  max-width: 280px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
  transition: all 0.3s ease;
}

.hero-effective-date span {
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-effective-date span i {
  margin-right: 8px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
}

.hero-effective-date:hover {
  background-color: rgba(255, 255, 255, 0.2);
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* Улучшенные стили для Terms of Use */
.terms-content {
  background: white;
  border-radius: 15px;
  padding: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  margin-bottom: 50px;
  position: relative;
}

.terms-intro {
  text-align: center;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 40px;
  border-bottom: 1px solid rgba(61, 96, 244, 0.1);
}

.terms-intro:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 2px;
  background: linear-gradient(90deg, #3d60f4 0%, #5c85ff 100%);
}

.terms-intro-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, #f1f3f9 0%, #e9ecef 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
  border: 1px solid rgba(61, 96, 244, 0.1);
  box-shadow: 0 5px 15px rgba(61, 96, 244, 0.1);
}

.terms-intro-icon i {
  font-size: 30px;
  color: #3d60f4;
}

.terms-intro p {
  color: #6c757d;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 20px;
}

.terms-section {
  margin-bottom: 40px;
  border-radius: 10px;
  background-color: #f8f9fa;
  padding: 20px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  border-left: 3px solid #3d60f4;
}

.terms-section:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transform: translateY(-5px);
}

.terms-section-header {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.section-number {
  width: 36px;
  height: 36px;
  background: linear-gradient(135deg, #3d60f4 0%, #5c85ff 100%);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  margin-right: 15px;
  box-shadow: 0 3px 10px rgba(61, 96, 244, 0.2);
}

.terms-section h3 {
  font-size: 20px;
  font-weight: 600;
  color: #343a40;
  margin-bottom: 0;
}

.terms-section-content {
  padding-left: 50px;
}

.terms-section-content p {
  color: #6c757d;
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 15px;
}

.styled-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 20px;
}

.styled-list li {
  color: #6c757d;
  font-size: 15px;
  margin-bottom: 10px;
  padding-left: 25px;
  position: relative;
  display: flex;
  align-items: flex-start;
}

.styled-list li i {
  color: #3d60f4;
  margin-right: 10px;
  font-size: 12px;
  position: absolute;
  left: 0;
  top: 6px;
}

/* Дополнительные стили для Terms of Use */
.gradient-link {
  color: #525ae1;
  text-decoration: none;
  font-weight: 500;
  position: relative;
  transition: all 0.3s ease;
}

.gradient-link:hover {
  color: #c3f62f;
  text-decoration: none;
}

.contact-info-box {
  background-color: #f1f3f9;
  border-radius: 10px;
  padding: 20px;
  margin: 15px 0;
  border-left: 3px solid #3d60f4;
}

.contact-info-box p {
  margin-bottom: 0;
}

.contact-info-box i {
  color: #3d60f4;
  width: 25px;
  margin-right: 10px;
}

.terms-footer {
  text-align: center;
  margin-top: 50px;
  padding-top: 30px;
  border-top: 1px solid rgba(61, 96, 244, 0.1);
}

.terms-footer-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #f1f3f9 0%, #e9ecef 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  border: 1px solid rgba(61, 96, 244, 0.1);
  box-shadow: 0 5px 15px rgba(61, 96, 244, 0.1);
}

.terms-footer-icon i {
  font-size: 24px;
  color: #3d60f4;
}

.terms-footer p {
  color: #6c757d;
  font-size: 14px;
  font-style: italic;
}

/* Стили для улучшенной секции Disclosure */
.disclosure-content {
  margin-bottom: 50px;
  position: relative;
}

.section-subtitle {
  color: #6c757d;
  font-size: 18px;
  margin-top: 20px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.disclosure-section {
  background: white;
  border-radius: 15px;
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  border-top: 4px solid transparent;
  border-image: linear-gradient(90deg, #3d60f4 0%, #5c85ff 100%);
  border-image-slice: 1;
}

.disclosure-section:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.disclosure-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #f1f3f9 0%, #e9ecef 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  border: 1px solid rgba(61, 96, 244, 0.1);
  box-shadow: 0 5px 15px rgba(61, 96, 244, 0.1);
  float: left;
  margin-right: 20px;
}

.disclosure-icon i {
  font-size: 26px;
  color: #3d60f4;
  transition: all 0.3s ease;
}

.disclosure-section:hover .disclosure-icon i {
  transform: scale(1.2);
}

.disclosure-header {
  margin-bottom: 25px;
  padding-top: 10px;
  overflow: hidden;
}

.disclosure-header h3 {
  font-size: 24px;
  font-weight: 600;
  color: #343a40;
  margin-bottom: 0;
  position: relative;
  padding-bottom: 10px;
}

.disclosure-header h3:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 2px;
  background: linear-gradient(90deg, #3d60f4 0%, #5c85ff 100%);
}

.important-note-box {
  background-color: rgba(220, 53, 69, 0.1);
  border-radius: 10px;
  padding: 15px;
  margin: 20px 0;
  display: flex;
  align-items: center;
}

.important-note-box.slim {
  padding: 10px 15px;
  background-color: rgba(61, 96, 244, 0.05);
}

.note-icon {
  width: 30px;
  height: 30px;
  background: #dc3545;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  flex-shrink: 0;
}

.important-note-box.slim .note-icon {
  background: linear-gradient(90deg, #3d60f4 0%, #5c85ff 100%);
}

.note-icon i {
  color: white;
  font-size: 14px;
}

.important-note {
  color: #dc3545;
  font-weight: 600;
  margin: 0;
}

.important-note-box.slim p {
  margin: 0;
  color: #343a40;
}

.styled-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 20px;
}

.styled-list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  color: #6c757d;
}

.styled-list li i {
  position: absolute;
  left: 0;
  top: 3px;
  color: #3d60f4;
  font-size: 16px;
}

.styled-list.two-column {
  display: flex;
  flex-wrap: wrap;
}

.styled-list.two-column li {
  width: 50%;
  padding-right: 15px;
}

.highlight-box {
  background-color: rgba(61, 96, 244, 0.05);
  border-left: 3px solid #3d60f4;
  padding: 15px;
  margin: 20px 0;
  border-radius: 5px;
}

.highlight-box p {
  margin: 0;
  position: relative;
  padding-left: 25px;
}

.highlight-box p i {
  position: absolute;
  left: 0;
  top: 3px;
  color: #3d60f4;
}

.authorization-list li {
  margin-bottom: 15px;
}

.authorization-list li i {
  color: #3ecf8e;
}

.subsection {
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.subsection-header {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.subsection-header i {
  font-size: 20px;
  color: #3d60f4;
  margin-right: 10px;
}

.subsection-header h4 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: #343a40;
}

.info-badge {
  display: inline-block;
  background-color: rgba(61, 96, 244, 0.05);
  padding: 10px 15px;
  border-radius: 8px;
  margin-top: 15px;
  font-size: 14px;
  position: relative;
  padding-left: 35px;
}

.info-badge i {
  position: absolute;
  left: 12px;
  top: 11px;
  color: #3d60f4;
}

.marketing-grid {
  display: flex;
  flex-wrap: wrap;
  margin: 25px -15px;
}

.marketing-item {
  flex: 1 1 calc(50% - 30px);
  margin: 0 15px 30px;
  background: #f8f9fa;
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.marketing-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.marketing-icon {
  width: 50px;
  height: 50px;
  background: linear-gradient(90deg, #525ae1 0%, #c3f62f 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}

.marketing-icon i {
  font-size: 22px;
  color: white;
}

.marketing-content h4 {
  font-size: 18px;
  font-weight: 600;
  color: #343a40;
  margin-bottom: 15px;
}

.opt-out-box {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 15px;
  border-radius: 8px;
  margin-top: 15px;
  border-left: 3px solid #3d60f4;
}

.opt-out-box p {
  margin-bottom: 10px;
}

.opt-out-box p.note {
  margin-bottom: 0;
  font-size: 14px;
  position: relative;
  padding-left: 25px;
  color: #6c757d;
}

.opt-out-box p.note i {
  position: absolute;
  left: 0;
  top: 3px;
  color: #3d60f4;
}

.info-group {
  margin-bottom: 15px;
  position: relative;
}

.marketing-subsection {
  margin-top: 30px;
  margin-bottom: 30px;
}

.gradient-link {
  color: #525ae1;
  text-decoration: none;
  font-weight: 500;
  position: relative;
  transition: all 0.3s ease;
}

.gradient-link:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, #525ae1 0%, #c3f62f 100%);
  transition: all 0.3s ease;
}

.gradient-link:hover {
  color: #c3f62f;
  text-decoration: none;
}

.commitment-box {
  background: linear-gradient(
    135deg,
    rgba(61, 96, 244, 0.05) 0%,
    rgba(92, 133, 255, 0.05) 100%
  );
  border-radius: 15px;
  padding: 20px;
  margin-top: 30px;
  display: flex;
  align-items: center;
  border: 1px solid rgba(61, 96, 244, 0.1);
}

.commitment-icon {
  width: 50px;
  height: 50px;
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  flex-shrink: 0;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}

.commitment-icon i {
  font-size: 22px;
  color: #3d60f4;
}

.commitment-content {
  flex: 1;
}

.commitment-content h4 {
  font-size: 18px;
  font-weight: 600;
  color: #343a40;
  margin-bottom: 10px;
}

.commitment-content p {
  margin-bottom: 0;
}

.disclosure-footer {
  text-align: center;
  margin-top: 50px;
  border-top: 1px solid rgba(61, 96, 244, 0.1);
  padding-top: 30px;
}

.footer-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  border: 1px solid rgba(61, 96, 244, 0.1);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.footer-icon i {
  font-size: 24px;
  color: #3d60f4;
}

.disclosure-footer p {
  color: #6c757d;
  font-size: 14px;
  margin-bottom: 0;
  font-style: italic;
}

@media (max-width: 991px) {
  .marketing-grid {
    display: block;
  }

  .marketing-item {
    margin-bottom: 20px;
  }

  .styled-list.two-column li {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .disclosure-section {
    padding: 20px;
  }

  .disclosure-icon {
    float: none;
    margin: 0 auto 20px;
  }

  .disclosure-header {
    text-align: center;
  }

  .disclosure-header h3:after {
    left: 50%;
    transform: translateX(-50%);
  }
}

/* Стили для мобильной версии при скролле */
@media (max-width: 767px) {
  .navbar.top-nav-collapse {
    background-color: #3d60f4 !important;
    color: #fff;
  }

  .navbar.top-nav-collapse .nav-link {
    color: #fff;
  }
}
