


body {
  font-size: 20px;
  line-height: 1.8;
  font-family: 'Cairo', -apple-system, BlinkMacSystemFont, 'Segoe UI',
               Tahoma, Arial, sans-serif;;
  color: #75799b;
}

p {
  color: #75799b;
}

a {
  display: inline-block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  text-decoration: none;
}

a:hover, a:focus {
  text-decoration: none;
}

button {
  margin: 0;
  padding: 0;
  outline: 0;
}

button:focus {
  outline: 0;
  border: 0;
}

h1, h2, h3, h4, h5, h6 {
  color: #070f4d;
  font-weight: 600;
  line-height: 1.3;
}

.d-table {
  width: 100%;
  height: 100%;
}

.d-table-cell {
  display: table-cell;
  vertical-align: middle;
}

img {
  max-width: 100%;
}

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.ptb-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.pt-70 {
  padding-top: 70px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-20 {
  padding-top: 20px;
}

.ml-50 {
  margin-left: 50px;
}

.ml-20 {
  margin-left: 20px;
}

.box-shadow {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

.price-bg {
  background-color: #fafbff;
}

.radius-and-padding {
  padding-bottom: 70px !important;
  border-radius: 15px 15px 250px 250px !important;
}

.color-title {
  color: #070f4d !important;
}

.color-list {
  color: #75799b !important;
}

/*================================
Default Btn Style 
===================================*/
.default-btn {
  background-color: #4356d6;
  padding: 12px 42px;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.default-btn::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0%;
  width: 100%;
  height: 50%;
  background-color: #4356d6;
  z-index: -1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.default-btn::after {
  content: "";
  position: absolute;
  bottom: 100%;
  right: 0%;
  width: 100%;
  height: 50%;
  background-color: #4356d6;
  z-index: -1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.default-btn:hover {
  color: #fff;
}

.default-btn:hover::before {
  top: 0;
  background-color: #070f4d;
  color: #fff;
}

.default-btn:hover::after {
  bottom: 0;
  background-color: #070f4d;
  color: #fff;
}

.default-btn.active {
  margin-left: 20px;
  color: #232350;
  background-color: transparent;
  border: 1px solid #070f4d;
  overflow: hidden;
}

.default-btn.active:hover {
  color: #fff;
}

/*================================
Default Btn Style End
===================================*/
/*================================
Section Title Style 
===================================*/
.section-title span {
  color: #ff6000;
  font-weight: 500;
  line-height: 0;
}

.section-title h2 {
  font-size: 35px;
  max-width: 510px;
  margin: auto;
}

.section-title p {
  padding-top: 25px;
  max-width: 620px;
  margin: 0 auto;
}

/*================================
Section Title Style End
===================================*/
/*===============================
Default CSS End
==================================*/
/*================================
Home Page One Style 
==================================*/
/*=================================
Navbar Area
====================================*/
.navbar-area {
  background-color: transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  padding-left: 0;
}

.navbar-light {
  padding-left: 0;
  padding-right: 0;
}

.navbar-light .navbar-brand img {
  float: left;
}

.navbar-light .navbar-brand-sticky {
  display: none;
}

.sticky-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  margin: auto;
  z-index: 999;
  background-color: #4356d6 !important;
  -webkit-animation: 900ms ease-in-out 5s normal none 1 running fadeInDown;
          animation: 900ms ease-in-out 5s normal none 1 running fadeInDown;
  -webkit-transition: 0.9s;
  transition: 0.9s;
  width: 100% !important;
}

.sticky-nav .main-nav {
  background-color: #002379;
}

.sticky-nav .main-nav nav .navbar-nav .nav-item a {
  color: #fff;
}

.sticky-nav .menu-btn .seo-btn {
  background-color: #4356d6;
}

.sticky-nav .navbar-light .navbar-brand {
  display: none;
}

.sticky-nav .navbar-light .navbar-brand-sticky {
  display: inline-block;
}

/* Main nav */
.main-nav {
  position: absolute;
  background: #ffffff;
  top: 0;
  left: 0;
  padding: 7px 0;
  width: 100%;
  z-index: 999;
  height: auto;
}

.main-nav nav .navbar-nav .nav-item:hover a, .main-nav nav .navbar-nav .nav-item .active {
  color: #ff6000;
}

.main-nav nav .navbar-nav .nav-item a {
  text-transform: capitalize;
  color: #222222;
  font-weight: 400;
}

.main-nav nav .navbar-nav .nav-item a i {
  line-height: 0;
  position: relative;
  top: 3px;
}

.main-nav nav .navbar-nav .nav-item a:hover, .main-nav nav .navbar-nav .nav-item a :focus {
  color: #ff6000;
}

.main-nav nav .navbar-nav .nav-item a.active {
  color: #ff6000 !important;
}

.main-nav nav .navbar-nav .nav-item a.active i {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.main-nav nav .navbar-nav .nav-item a:hover i {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.main-nav nav .navbar-nav .nav-item a:focus i {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.main-nav nav .navbar-nav .nav-item a .active::before {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu {
  border: none;
  padding: 0;
  border-radius: 0;
  background-color: #fff !important;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li {
  border-bottom: 1px dotted rgba(187, 9, 83, 0.4);
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li:last-child {
  border-bottom: none;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
  color: #222222 !important;
  position: relative;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  font-weight: 400;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover {
  background-color: #f3f3f3;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active {
  background-color: #f3f3f3;
  border-radius: .25rem;
  color: #ff6000 !important;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ff6000;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover::before {
  width: 100%;
}

.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: #ff6000 !important;
  letter-spacing: 0.5px;
  background-color: #f3f3f3;
  border-radius: .25rem;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li.active {
  color: #ff6000 !important;
}

.menu-btn {
  display: inline-block;
  position: relative;
  top: 5px;
}

.menu-btn .seo-btn {
  background-color: #070f4d;
  padding: 10px 40px;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.menu-btn .seo-btn::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0%;
  width: 100%;
  height: 50%;
  background-color: #070f4d;
  z-index: -1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.menu-btn .seo-btn::after {
  content: "";
  position: absolute;
  bottom: 100%;
  right: 0%;
  width: 100%;
  height: 50%;
  background-color: #070f4d;
  z-index: -1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.menu-btn .seo-btn:hover {
  color: #fff;
}

.menu-btn .seo-btn:hover::before {
  top: 0;
  background-color: #4356d6;
  color: #fff;
}

.menu-btn .seo-btn:hover::after {
  bottom: 0;
  background-color: #4356d6;
  color: #fff;
}

/* Mobile Nav */
.mobile-nav .mean-container .mean-nav ul li a .active {
  color: #ff6000;
}

.mean-container a.meanmenu-reveal {
  color: #222222;
}

.mean-container a.meanmenu-reveal span {
  background-color: #75799b;
}

/*=================================
Navbar Area
====================================*/
/*================================
Main Banner Style
===================================*/
.main-banner {
  position: relative;
  z-index: 1;
  padding-top: 250px;
  padding-bottom: 130px;
  overflow: hidden;
}

.banner-text {
  position: relative;
  max-width: 550px;
  margin-left: auto;
}

.banner-text span {
  color: #ff6000;
  font-weight: 500;
  margin-bottom: 10px;
}

.banner-text h1 {
  font-size: 56px;
  font-weight: 700;
  margin-bottom: 20px;
}

.banner-text p {
  margin-bottom: 40px;
}

.banner-text .banner-btn {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.banner-img {
  position: relative;
}

.banner-img img {
  max-width: 100%;
  -webkit-animation: moveBounce 9s linear infinite;
          animation: moveBounce 9s linear infinite;
}

.banner-shape-1 {
  position: absolute;
  top: -54px;
  right: -40px;
  z-index: -1;
}

.banner-shape-1 img {
  max-width: 700px;
  height: 850px;
  -webkit-animation: pulse 7s infinite;
          animation: pulse 7s infinite;
}

.home-shape .shape1 {
  position: absolute;
  top: 77%;
  left: 2%;
  -webkit-animation: rotaed360 6s infinite linear;
          animation: rotaed360 6s infinite linear;
}

.home-shape .shape2 {
  position: absolute;
  top: 25%;
  left: 1%;
  -webkit-animation: animationFramesOne 15s linear infinite;
          animation: animationFramesOne 15s linear infinite;
}

.home-shape .shape3 {
  position: absolute;
  top: 17%;
  left: 10%;
}

.home-shape .shape4 {
  position: absolute;
  top: 45%;
  left: 45%;
  -webkit-animation: animationFramesOne 10s linear infinite;
          animation: animationFramesOne 10s linear infinite;
}

.home-shape .shape5 {
  position: absolute;
  bottom: 10%;
  left: 45%;
  -webkit-animation: animationFramesOne 15s linear infinite;
          animation: animationFramesOne 15s linear infinite;
}

.home-shape .shape6 {
  position: absolute;
  top: 15%;
  right: 50%;
  -webkit-animation: animationFramesOne 15s linear infinite;
          animation: animationFramesOne 15s linear infinite;
}

.home-shape .shape7 {
  position: absolute;
  top: 15%;
  right: 3%;
  -webkit-animation: animationFramesOne 15s linear infinite;
          animation: animationFramesOne 15s linear infinite;
}

.home-shape .home-shape3 {
  position: absolute;
  top: 28%;
  left: 15%;
  -webkit-animation: animationFramesOne 10s linear infinite;
          animation: animationFramesOne 10s linear infinite;
}

.home-shape .home-shape4 {
  position: absolute;
  top: 47%;
  left: 52%;
  -webkit-animation: animationFramesOne 15s linear infinite;
          animation: animationFramesOne 15s linear infinite;
}

.home-shape .home-shape5 {
  position: absolute;
  bottom: 16%;
  right: 32%;
  -webkit-animation: animationFramesOne 10s linear infinite;
          animation: animationFramesOne 10s linear infinite;
}

.home-shape .home-shape6 {
  position: absolute;
  top: 30%;
  right: 38%;
  -webkit-animation: animationFramesOne 15s linear infinite;
          animation: animationFramesOne 15s linear infinite;
}

.home-shape .home-shape8 {
  position: absolute;
  top: 40%;
  right: 10%;
  -webkit-animation: animationFramesOne 10s linear infinite;
          animation: animationFramesOne 10s linear infinite;
}

.head-width {
  max-width: 480px;
}

.banner-img-3 {
  margin-top: 220px;
  position: relative;
}

.banner-img-3 img {
  border-radius: 50%;
  border: 1px solid #dcdcdc;
  padding: 0 35px 0 35px;
}

.banner-img-shape {
  position: absolute;
  top: 50px;
  right: 10px;
}

.banner-img-shape img {
  border: none;
  max-width: 245px;
}

.banner-another {
  background-image: url(../img/shape/bg-shape-home3.png);
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.banner-ptb {
  padding-top: 160px;
  padding-bottom: 270px;
}

.banner-social-icon .banner-icon-tag {
  width: 80px;
  height: 80px;
  text-align: center;
  background-color: #fff;
  line-height: 80px;
  border-radius: 50px;
}

.banner-social-icon .banner-icon-tag img {
  width: 40px;
  border: none;
  padding: 0;
}

.banner-social-icon .banner-icon1 {
  position: absolute;
  top: 25%;
  right: 20%;
}

.banner-social-icon .banner-icon2 {
  position: absolute;
  top: 40%;
  right: 8%;
}

.banner-social-icon .banner-icon3 {
  position: absolute;
  top: 42%;
  right: 25%;
}

.banner-social-icon .banner-icon4 {
  position: absolute;
  top: 57%;
  right: 15%;
}

/*================================
Main Banner Style End
===================================*/
/*=================================
Brand Area 
====================================*/
.brand-area {
  position: relative;
}

.brand-bg {
  background-color: #f9f9f9;
}

.brand-title {
  margin-bottom: 50px;
}

.brand-title span {
  color: #ff6000;
  font-weight: 500;
  line-height: 0;
}

.brand-title h2 {
  font-size: 35px;
}

.brand-item {
  text-align: center;
  line-height: 1;
}

.brand-item a img {
  max-width: unset;
  opacity: 0.8;
}

.brand-item a img:hover {
  opacity: 1;
}

/*=================================
Brand Area End
====================================*/
/*=================================
About Area 
====================================*/
.about-area {
  position: relative;
}

.about-img {
  margin-bottom: 30px;
}

.about-content {
  margin-left: 30px;
  margin-bottom: 30px;
}

.about-content.about-width {
  max-width: 620px;
  margin-right: auto;
}

.about-content span {
  color: #ff6000;
  font-weight: 500;
  line-height: 0;
}

.about-content h2 {
  font-size: 35px;
}

.about-content p {
  margin-top: 20px;
}

.about-content .about-btn {
  margin-top: 31px;
}

.about-shape {
  position: absolute;
  top: -100px;
  right: 0;
  z-index: -1;
}

.about-shape img {
  max-width: 130px;
  height: 780px;
}

.about-shape-2 {
  position: absolute;
  top: 400px;
  right: 0;
  z-index: -1;
}

/*=================================
About Area End
====================================*/
/*=================================
Service Area
====================================*/
.service-area {
  z-index: 1;
  position: relative;
}

.service-area .owl-nav .owl-prev {
  position: absolute;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  position: absolute;
  top: 45%;
  left: 0;
  opacity: 0;
  width: 40px;
  height: 40px;
  font-size: 24px;
  line-height: 0;
  background-color: #cfd5f5;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  color: #fff;
  border-radius: 50px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.service-area .owl-nav .owl-prev:hover {
  background-color: #4356d6;
  opacity: 1;
}

.service-area .owl-nav .owl-next {
  position: absolute;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  position: absolute;
  top: 45%;
  right: 0;
  opacity: 0;
  right: 0;
  width: 40px;
  height: 40px;
  font-size: 24px;
  line-height: 0;
  background-color: #cfd5f5;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  color: #fff;
  border-radius: 50px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.service-area .owl-nav .owl-next:hover {
  background-color: #4356d6;
  opacity: 1;
}

.service-area .service-slider:hover .owl-prev {
  opacity: 1;
  left: 0;
}

.service-area .service-slider:hover .owl-next {
  opacity: 1;
  right: 0;
}

.service-area .service-slider .center .service-card::before {
  background-image: url(../img/service-icon/card-shape-2.png);
  z-index: 1;
}

.service-area .service-slider .center .service-card::after {
  width: 100%;
  opacity: 1;
}

.service-area .service-slider .center .service-card h3, .service-area .service-slider .center .service-card p {
  color: #fff;
  z-index: 5555;
}

.service-card {
  position: relative;
  text-align: center;
  padding: 40px 30px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  display: block;
  z-index: 1;
  border-radius: 15px;
  margin-bottom: 30px;
}

.service-card:hover::before {
  background-image: url(../img/service-icon/card-shape-2.png);
  z-index: 1;
}

.service-card:hover::after {
  width: 100%;
  opacity: 1;
}

.service-card:hover h3, .service-card:hover p {
  color: #fff;
  z-index: 5555;
}

.service-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/service-icon/card-shape.png);
  background-repeat: no-repeat;
  z-index: -1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.service-card::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  width: 0;
  height: 100%;
  background-color: #4356d6;
  z-index: -1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 15px;
}

.service-card a img {
  margin-bottom: 17px;
  max-width: 100% !important;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}

.service-card a {
  display: block;
}

.service-card a h3 {
  font-size: 20px;
  margin-bottom: 15px;
  position: relative;
}

.service-card p {
  margin: 0 auto;
}

.service-shape1 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.service-shape1 img {
  max-width: 100px;
  height: 970px;
}

/*=================================
Service Area End
====================================*/
/*=================================
Faq Area 
====================================*/
.faq-area {
  background-color: #fcfcff;
  position: relative;
  z-index: 1;
}

.faq-area::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: url(../img/faq/shape-3.png);
  background-position: center center;
  background-size: cover;
}

.faq-area-bg {
  background-color: #fcfcff;
}

.faq-bg {
  background-color: #4356d6;
  position: relative;
  z-index: 1;
  height: auto;
}

.faq-bg::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  background-image: url(../img/faq/shape-5.png);
  width: 60%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.faq-bg::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-image: url(../img/faq/shape-6.png);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.faq-bg-into {
  background-color: #fff;
  max-width: 1240px;
  top: 100px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  position: relative;
  z-index: 1;
}

.faq-bg-into::before {
  content: '';
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 0;
  background-image: url(../img/faq/shape-4.png);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: bottom right;
}

.faq-img {
  margin-bottom: 30px;
}

.faq-img img {
  max-width: 100%;
  height: 500px;
  -webkit-animation: moveBounce 10s linear infinite;
          animation: moveBounce 10s linear infinite;
}

.faq-content {
  max-width: 570px;
  margin-right: auto;
  margin-left: 30px;
}

.faq-content span {
  color: #ff6000;
  font-weight: 500;
  line-height: 0;
}

.faq-content h2 {
  font-size: 35px;
  margin-bottom: 25px;
}

.faq-content p {
  padding-bottom: 45px;
  max-width: 620px;
  margin: 0 auto;
}

.faq-accordion {
  max-width: 470px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: 30px;
}

.faq-accordion .accordion {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}

.faq-accordion .accordion .accordion-item {
  border-radius: 50px;
  display: block;
  background-color: #ffffff;
  margin-bottom: 15px;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  border: none;
}

.faq-accordion .accordion .accordion-item:last-child {
  margin-bottom: 0;
}

.faq-accordion .accordion .accordion-title {
  padding: 20px 60px 17px 25px;
  color: #232350;
  text-decoration: none;
  position: relative;
  display: block;
  font-size: 18px;
  font-weight: 600;
}

.faq-accordion .accordion .accordion-title.active {
  border-radius: 50px;
}

.faq-accordion .accordion .accordion-title i {
  position: absolute;
  right: 20px;
  top: 15px;
  font-size: 25px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  background-color: #4356d6;
}

.faq-accordion .accordion .accordion-title.active i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  top: 15px;
}

.faq-accordion .accordion .accordion-content {
  display: none;
  position: relative;
  margin-top: -5px;
  padding-bottom: 10px;
  padding-right: 30px;
  padding-left: 30px;
}

.faq-accordion .accordion .accordion-content p {
  line-height: 1.8;
}

.faq-accordion .accordion .accordion-content.show {
  display: block;
}

.faq-accordion-width {
  max-width: 100% !important;
  margin-bottom: 30px !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

.faq-img-2 {
  margin-bottom: 30px;
}

.faq-content-text p {
  margin-bottom: 50px;
}

.faq-content-text p a {
  color: #ff6000;
  text-decoration: underline;
}

.faq-content-text p a:hover {
  color: #070f4d;
}

.faq-content-text .color-black {
  color: #070f4d !important;
}

.faq-content-text .font-size {
  font-size: 18px;
}

/*=================================
Faq Area End
====================================*/
/*=================================
Portfolio Area 
====================================*/
.portfolio-area {
  position: relative;
}

.portfolio-area .owl-nav .owl-prev {
  position: absolute;
  margin-top: 0;
  top: 50%;
  -webkit-transform: translateY(-16px);
          transform: translateY(-16px);
  left: 0;
  width: 40px;
  height: 40px;
  font-size: 20px;
  line-height: 0;
  background-color: #4356d6 !important;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  color: #fff !important;
  border-radius: 50px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.portfolio-area .owl-nav .owl-prev:hover {
  background-color: #fff !important;
  color: #4356d6 !important;
}

.portfolio-area .owl-nav .owl-next {
  position: absolute;
  margin-top: 0;
  top: 50%;
  -webkit-transform: translateY(-16px);
          transform: translateY(-16px);
  right: 0;
  width: 40px;
  height: 40px;
  font-size: 20px;
  line-height: 0;
  background-color: #4356d6 !important;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  color: #fff !important;
  border-radius: 50px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.portfolio-area .owl-nav .owl-next:hover {
  background-color: #fff;
  color: #4356d6;
}

.portfolio-item {
  margin-bottom: 30px;
}

.portfolio-item .portfolio-img {
  position: relative;
}

.portfolio-item .portfolio-img a {
  display: block;
}

.portfolio-item .portfolio-img a img {
  border-radius: 10px;
}

.portfolio-item .portfolio-tag {
  position: absolute;
  bottom: 105px;
  left: 25px;
}

.portfolio-item .portfolio-tag a span {
  color: #fff;
  background-color: #ff6000;
  padding: 7px 20px;
  border-radius: 50px;
  font-size: 13px;
}

.portfolio-item .portfolio-content {
  position: absolute;
  bottom: 25px;
  left: 25px;
  background-color: #fff;
  padding: 15px 20px;
  border-radius: 15px;
  width: 85%;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.portfolio-item .portfolio-content:hover {
  background-color: #4356d6;
}

.portfolio-item .portfolio-content:hover h3 {
  color: #fff;
}

.portfolio-item .portfolio-content:hover i {
  background-color: #fff;
  color: #4356d6;
}

.portfolio-item .portfolio-content a h3 {
  font-size: 20px;
  color: #070f4d;
  display: inline-block;
  margin-top: 6px;
}

.portfolio-item .portfolio-content i {
  width: 35px;
  height: 35px;
  background-color: #4356d6;
  color: #fff;
  border-radius: 50px;
  line-height: 35px;
  text-align: center;
  font-size: 24px;
  top: 16px;
  position: absolute;
  right: 15px;
}

.portfolio-mt {
  margin-top: 100px;
}

/*=================================
Portfolio Area End
====================================*/
/*=================================
Submission Area 
====================================*/
.submission-area {
  background-color: #ff6000;
  position: relative;
  z-index: 1;
}

.submission-area::before {
  content: '';
  position: absolute;
  z-index: -1;
  background-image: url(../img/shape/shape-1.png);
  background-position: center center;
  bottom: 0;
  width: 100%;
  height: 60%;
}

.submission-title h2 {
  font-size: 35px;
  color: #fff;
  text-align: center;
  margin-bottom: 35px;
}

.submission-form {
  max-width: 780px;
  margin: 0 auto;
  height: 70px;
  background-color: #fff;
  border-radius: 50px;
}

.submission-form .form-group {
  margin-bottom: 0;
}

.submission-form .form-group.border-line {
  position: relative;
}

.submission-form .form-group.border-line::before {
  content: '';
  position: absolute;
  background-color: #d3d9ff;
  width: 1px;
  height: 40px;
  top: 15px;
  left: 0;
}

.submission-form .form-group .form-control {
  height: 70px;
  font-size: 18px;
  line-height: 70px;
  background-color: transparent;
  border: 0;
  padding: 3px 35px;
}

.submission-form .form-group .form-control:focus, .submission-form .form-group .form-control :hover {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.submission-form .default-btn {
  border: 0;
  margin-top: 8px;
  float: right;
  margin-right: 10px;
  padding: 12px 50px;
  font-size: 18px;
}

.submission-form .form-group .form-control::-webkit-input-placeholder {
  color: #b6b6b6;
}

.submission-form .form-group .form-control::-ms-input-placeholder {
  color: #b6b6b6;
}

.submission-form .form-group .form-control::-ms-input-placeholder {
  color: #b6b6b6;
}

.submission-form .form-group .form-control:-ms-input-placeholder {
  color: #b6b6b6;
}

.submission-form .form-group .form-control::placeholder {
  color: #b6b6b6;
}

/*=================================
Submission Area End
====================================*/
/*=================================
Price Section 
====================================*/
.bg-price {
  background-color: #fcfcff;
}

.tabs-item-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin: auto;
}

.tabs-item-list ul li {
  display: inline-block;
}

.tabs-item-list ul li.active a {
  background-color: #4356d6;
  color: #fff;
}

.tabs-item-list ul li a {
  color: #4356d6;
  display: inline-block;
  color: #fff;
  margin-right: 20px;
  text-align: center;
  background-color: #eff1ff;
  padding: 10px 50px;
  border-radius: 50px;
  color: #4356d6;
}

.tabs-item-list ul li a.active {
  background-color: #4356d6;
  color: #fff;
}

#prices-content {
  margin-top: 50px;
}

#prices-content .prices-content-area {
  display: none;
}

#prices-content .active {
  display: block;
}

.single-price {
  padding-top: 38px;
  padding-bottom: 30px;
  text-align: center;
  background-color: #fff;
  -webkit-box-shadow: 0 0 15px rgba(146, 145, 145, 0.1);
          box-shadow: 0 0 15px rgba(146, 145, 145, 0.1);
  border-radius: 15px;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  margin-bottom: 30px;
}

.single-price:hover {
  background-color: #4356d6;
}

.single-price:hover .get-btn {
  background-color: #fff;
  color: #ff6000;
}

.single-price:hover ul li, .single-price:hover .single-price-title h2 {
  color: #fff;
}

.single-price:hover ul .color-gray {
  color: #6578f7;
}

.single-price.current {
  background-color: #4356d6;
}

.single-price.current .get-btn {
  background-color: #fff;
  color: #ff6000;
}

.single-price.current ul li, .single-price.current .single-price-title h2 {
  color: #fff;
}

.single-price.current ul .color-gray {
  color: #6578f7;
}

.single-price.current .get-btn {
  background-color: #fff;
  color: #ff6000;
}

.single-price span {
  color: #ff6000;
  background-color: #fffbfb;
  padding: 10px 20px;
  border-radius: 50px;
}

.single-price .single-price-title {
  margin-top: 20px;
  margin-bottom: 30px;
}

.single-price .single-price-title h2 {
  font-size: 40px;
  color: #4356d6;
  font-weight: 700;
}

.single-price .single-price-title h2 sup {
  font-size: 22px;
  line-height: 0;
  margin-right: 5px;
}

.single-price .single-price-title h2 sub {
  font-size: 22px;
  font-weight: 500;
}

.single-price ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.single-price ul li {
  color: #444444;
  display: block;
  margin-top: 10px;
}

.single-price ul li.color-gray {
  color: #cbcbcb;
}

.single-price .get-btn {
  margin-top: 30px;
  background-color: #4356d6;
  text-align: center;
  padding: 10px 40px;
  color: #fff;
  border-radius: 50px;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.single-price .get-btn:hover {
  background-color: #070f4d;
  color: #fff;
}

/*=================================
Price Section End
====================================*/
/*=================================
Member Area 
====================================*/
.member-area {
  position: relative;
}

.member-card {
  margin-bottom: 30px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.member-card:hover .member-img .member-content {
  padding-top: 40px;
}

.member-card:hover .member-img .member-content .social-icon {
  opacity: 1;
}

.member-card .member-img {
  position: relative;
}

.member-card .member-img a {
  display: block;
}

.member-card .member-img a img {
  max-width: 100%;
  border-radius: 10px 10px 0 0;
  width: 100%;
}

.member-card .member-img .member-content {
  position: absolute;
  bottom: 0;
  padding-top: 20px;
  padding-bottom: 15px;
  text-align: center;
  background-color: #fff;
  border-radius: 15px 15px 0 0;
  width: 100%;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.member-card .member-img .member-content a h3 {
  font-size: 20px;
  line-height: 0.7;
  color: #070f4d;
}

.member-card .member-img .member-content span {
  font-size: 14px;
  line-height: 0;
  color: #707070;
}

.member-card .member-img .member-content .social-icon {
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 85px;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.member-card .member-img .member-content .social-icon.active {
  opacity: 1;
}

.member-card .member-img .member-content .social-icon ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.member-card .member-img .member-content .social-icon ul li {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-right: 5px;
  border-radius: 50px;
  text-align: center;
  background-color: #fff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.member-card .member-img .member-content .social-icon ul li a {
  color: #4356d6;
  font-size: 20px;
}

.member-card .member-img .member-content .social-icon ul li a:hover {
  color: #fff;
}

.member-card .member-img .member-content .social-icon ul li:hover {
  background-color: #4356d6;
}

.member-shape {
  position: absolute;
  top: -300px;
  left: 0;
  z-index: -1;
}

.member-shape img {
  height: 900px;
  max-width: 845px;
}

.member-shape-2 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.member-shape-2 img {
  max-width: 950px;
  height: 1730px;
}

/*=================================
Member Area End
====================================*/
/*=================================
Counter Area 
====================================*/
.counter-area {
  background-color: #ff6000;
  position: relative;
}

.counter-area::before {
  content: '';
  position: absolute;
  background-image: url(../img/shape/counter-shape-1.png);
  top: 0;
  left: 0;
  right: 0;
  background-position: center center;
  width: 100%;
  height: 250px;
}

.single-counter {
  text-align: center;
  margin-bottom: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-counter i {
  font-size: 35px;
  width: 70px;
  display: inline-block;
  height: 70px;
  background-color: #fff;
  color: #070f4d;
  border-radius: 50%;
  line-height: 70px;
  margin-bottom: 35px;
}

.single-counter h3 {
  font-size: 25px;
  color: #fff;
  line-height: 0;
  margin-bottom: 15px;
}

.single-counter p {
  font-size: 22px;
  color: #fff;
  margin: 0;
}

.counter-area-2 {
  background-image: url(../img/counter-bg.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}

.counter-area-2::before {
  content: '';
  z-index: -1;
  position: absolute;
  background-color: #ff6000;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
}

/*=================================
Counter Area End
====================================*/
/*=================================
Testimonial Area
====================================*/
.testimonial-area {
  position: relative;
}

.testimonial-area .owl-theme .owl-nav {
  margin-top: 40px;
}

.testimonial-area .owl-theme .owl-nav .owl-prev {
  width: 45px !important;
  height: 45px !important;
  font-size: 24px !important;
  line-height: 0;
  background-color: #d0d5f5 !important;
  color: #fff;
  border-radius: 50px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.testimonial-area .owl-theme .owl-nav .owl-prev:hover {
  background-color: #4356d6 !important;
}

.testimonial-area .owl-theme .owl-nav .owl-next {
  width: 45px !important;
  height: 45px !important;
  font-size: 24px !important;
  line-height: 0;
  background-color: #d0d5f5 !important;
  color: #fff;
  border-radius: 50px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.testimonial-area .owl-theme .owl-nav .owl-next:hover {
  background-color: #4356d6 !important;
}

.testimonial-slider {
  max-width: 700px;
  margin-left: auto;
  position: relative;
}

.testimonial-slider .testimonial-icon {
  font-size: 160px;
  color: #fff6f5;
  line-height: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.testimonial-item {
  max-width: 670px;
  margin-top: 150px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  background-color: #4356d6;
  text-align: center;
  border-radius: 15px;
  padding-bottom: 45px;
}

.testimonial-item::before {
  content: '';
  position: absolute;
  background-image: url(../img/testimonial/shape-bg.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
}

.testimonial-item .testimonial-item-img img {
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  margin: auto;
  width: 100px;
  border-radius: 50%;
}

.testimonial-item h3 {
  font-size: 20px;
  color: #fff;
  padding-top: 70px;
}

.testimonial-item p {
  color: #fff;
  max-width: 490px;
  margin: 0 auto;
}

.testimonial-img img {
  max-width: 100%;
  height: 100%;
  margin-top: 90px;
  -webkit-animation: moveBounce 10s linear infinite;
          animation: moveBounce 10s linear infinite;
}

.shape-left {
  position: absolute;
  top: 130px;
  left: 0;
  z-index: -1;
}

.shape-left img {
  max-width: 470px;
  height: 1100px;
}

.shape-right {
  position: absolute;
  top: -70px;
  right: 0;
  z-index: -1;
}

.shape-right img {
  max-width: 580px;
  height: 1290px;
}

/*=================================
Testimonial Area End
====================================*/
/*=================================
Blog Card 
====================================*/
.blog-card {
  margin-bottom: 30px;
}

.blog-card:hover a h3 {
  color: #4356d6;
}

.blog-card .blog-img {
  position: relative;
}

.blog-card .blog-img a {
  display: block;
}

.blog-card .blog-img a img {
  border-radius: 15px 15px 0 0;
}

.blog-card .blog-content {
  margin-top: -45px;
  position: relative;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  padding-top: 35px;
  padding-bottom: 20px;
  padding-left: 35px;
  padding-right: 35px;
  background-color: #fff;
  border-radius: 15px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.blog-card .blog-content .blog-tag {
  position: absolute;
  left: 25px;
  bottom: 130px;
}

.blog-card .blog-content .blog-tag a {
  display: block;
}

.blog-card .blog-content .blog-tag a span {
  padding: 7px 20px;
  background-color: #ff6000;
  color: #fff;
  border-radius: 50px;
  font-size: 13px;
}

.blog-card .blog-content a {
  display: block;
}

.blog-card .blog-content a h3 {
  font-size: 20px;
}

.blog-card .blog-content .read-btn {
  color: #4356d6;
}

.blog-card .blog-content .read-btn:hover {
  color: #ff6000;
  letter-spacing: .2px;
}

/*=================================
Blog Card End
====================================*/
/*=================================
Footer Section 
====================================*/
.bg-footer {
  margin-top: 20px;
  background-color: #4356d6;
  position: relative;
  border-radius: 40% 0 0 0;
}

.bg-footer::before {
  content: "";
  left: 0;
  position: absolute;
  background: #ffffff;
  height: 20%;
  top: -70px;
  -webkit-transform: skewY(175deg);
          transform: skewY(175deg);
  width: 100%;
  z-index: 1;
}

.bg-footer::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  background-image: url(../img/shape/footer-shape.png);
  background-repeat: no-repeat;
  background-position: right;
  width: 100%;
  height: 100%;
}

.footer-top {
  padding-top: 200px;
  padding-bottom: 70px;
  position: relative;
  z-index: 1;
}

.footer-single {
  margin-bottom: 30px;
}

.footer-single .footer-single-content a img {
  margin-bottom: 20px;
}

.footer-single .footer-single-content p {
  color: #fff;
  margin: 0;
}

.footer-single .newsletter-area {
  margin-top: 25px;
}

.footer-single .newsletter-area .newsletter-form {
  position: relative;
  max-width: 370px;
  border-radius: 50px;
}

.footer-single .newsletter-area .newsletter-form .form-control {
  background: #fff;
  height: 55px;
  line-height: 55px;
  margin: 0;
  border-radius: 50px;
  border: none;
  padding: 0 25px;
}

.footer-single .newsletter-area .newsletter-form .form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
}

.footer-single .newsletter-area .newsletter-form .subscribe-btn {
  position: absolute;
  top: 8px;
  right: 10px;
  margin: 0;
  background: #4356d6;
  color: #fff;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  border: 0;
  border-radius: 50px;
  font-size: 14px;
}

.footer-single .newsletter-area .newsletter-form .subscribe-btn:hover {
  background: #070f4d;
  color: #ffffff;
}

.footer-single .newsletter-area .newsletter-form .validation-danger {
  font-size: 18px;
  margin-top: 5px;
  color: red;
}

.footer-list {
  margin-bottom: 30px;
}

.footer-list h3 {
  font-size: 25px;
  color: #fff;
  position: relative;
  margin-bottom: 20px;
}

.footer-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-list ul li {
  margin-top: 10px;
  display: block;
  font-size: 17px;
  color: #fff;
}

.footer-list ul li i {
  font-size: 15px;
}

.footer-list ul li a {
  color: #fff;
  position: relative;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.footer-list ul li a::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #070f4d;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.footer-list ul li a:hover::before {
  width: 100%;
}

.footer-list ul li a:hover {
  color: #070f4d;
}

.footer-bottom {
  position: relative;
  border-top: 1px solid #fff;
  padding-bottom: 10px;
  z-index: 1;
}

.footer-bottom .bottom-text p {
  color: #fff;
  padding: 0;
  margin: 0;
}

.footer-bottom .bottom-text p a {
  color: #FFFFFF;
  font-weight: 500;
}

.footer-bottom .bottom-text p a:hover {
  color: #070f4d;
}

.footer-area-bg {
  background-color: #4356d6;
}

/*=================================
Footer Section End
====================================*/
/*================================
Home Page One Style  End
==================================*/
/*================================
Home Page two Style  
==================================*/
/*================================
Header Area 
==================================*/
.header-area {
  background-color: #4356d6;
  padding: 10px 0;
}

.header-content-right {
  position: relative;
}

.header-content-right .header-contact {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
}

.header-content-right .header-contact li {
  display: inline-block;
  position: relative;
  font-size: 14px;
  margin-right: 20px;
  font-weight: 400;
}

.header-content-right .header-contact li:hover {
  color: #ff6000;
}

.header-content-right .header-contact li a {
  color: #fff;
}

.header-content-right .header-contact li a:hover {
  color: #070f4d;
}

.header-content-right .header-contact li i {
  position: relative;
  top: 3px;
  margin-right: 10px;
  font-size: 16px;
}

.header-content-right .header-social {
  margin: 0;
  padding: 0;
  list-style: none;
  float: right;
}

.header-content-right .header-social li {
  display: inline-block;
  position: relative;
  padding-left: 10px;
}

.header-content-right .header-social li a {
  font-size: 20px;
  color: #fff;
}

.header-content-right .header-social li a:hover {
  color: #070f4d;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

/*================================
Header Area End
==================================*/
.top-nav {
  background-color: #fff;
  position: inherit;
}

/*================================
Banner Area 
==================================*/
.banner-area {
  position: relative;
  overflow: hidden;
}

.banner-area::before {
  content: '';
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: url(../img/home-2/home-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 0 0 50px 50px;
}

.banner-into {
  padding-top: 125px;
  padding-bottom: 165px;
}

.banner-content h1 {
  font-size: 56px;
  font-weight: 700;
  margin-bottom: 20px;
}

.banner-content p {
  margin-bottom: 40px;
  max-width: 560px;
}

.banner-content .banner-content-btn .learn-btn {
  background-color: #4356d6;
  padding: 12px 42px;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.banner-content .banner-content-btn .learn-btn::before {
  position: absolute;
  content: '';
  background: #070f4d;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  border-radius: 50px;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}

.banner-content .banner-content-btn .learn-btn:hover::before {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}

.banner-content .banner-content-btn .banner-play-btn {
  display: inline-block;
  margin-left: 20px;
}

.banner-content .banner-content-btn .banner-play-btn .play-btn {
  color: #ff6000;
  position: relative;
}

.banner-content .banner-content-btn .banner-play-btn .play-btn i {
    position: relative;
    top: -10px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 25px;
    border-radius: 50px;
    color: #ff6000;
    background-color: #fff;
    margin-right: 10px;
    -webkit-transition: 0.7s;
    transition: 0.7s;
}

.banner-content .banner-content-btn .banner-play-btn .play-btn i:hover {
  background-color: #4356d6;
  color: #fff;
}

.banner-img-2 {
  position: relative;
}

.banner-img-2 .dots {
  position: absolute;
  bottom: -40px;
  right: -40px;
  z-index: -1;
}

/*================================
Banner Area End
==================================*/
.submission-top {
  margin-top: -40px;
  position: relative;
  z-index: 1;
}

/*================================
About Section
==================================*/
.about-img-2 {
  margin-top: 80px;
  margin-bottom: 30px;
  margin-left: auto;
  max-width: 500px;
  height: auto;
  position: relative;
  z-index: 1;
}

.about-img-2 .about-man {
  text-align: center;
  position: relative;
}

.about-img-2 .about-man img {
  height: 570px;
  margin-top: -80px;
}

.about-img-2 .about-man::before {
  content: '';
  position: absolute;
  background-image: url(../img/about/bg-shape.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 500px;
  height: 500px;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

.about-img-2 .about-shape1 {
  position: absolute;
  left: -40px;
  top: 35%;
  -webkit-animation: moveBounce 9s linear infinite;
          animation: moveBounce 9s linear infinite;
}

.about-img-2 .about-shape2 {
  position: absolute;
  right: -10px;
  top: 55%;
  -webkit-animation: moveBounce 12s linear infinite;
          animation: moveBounce 12s linear infinite;
}

/*================================
About Section End
==================================*/
/*================================
Client Area
==================================*/
.client-area {
  position: relative;
}

.client-area .owl-theme .owl-nav {
  margin-top: 40px;
}

.client-area .owl-theme .owl-nav .owl-prev {
  width: 45px !important;
  height: 45px !important;
  font-size: 24px !important;
  line-height: 0;
  background-color: #d0d5f5 !important;
  color: #fff;
  border-radius: 50px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.client-area .owl-theme .owl-nav .owl-prev:hover {
  background-color: #4356d6 !important;
}

.client-area .owl-theme .owl-nav .owl-next {
  width: 45px !important;
  height: 45px !important;
  font-size: 24px !important;
  line-height: 0;
  background-color: #d0d5f5 !important;
  color: #fff;
  border-radius: 50px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.client-area .owl-theme .owl-nav .owl-next:hover {
  background-color: #4356d6 !important;
}

.client-area .client-slider .center .client-item {
  background-color: #4356d6;
}

.client-area .client-slider .center .client-item::before {
  content: '';
  position: absolute;
  background-image: url(../img/testimonial/shape-bg.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
}

.client-area .client-slider .center .client-item h3, .client-area .client-slider .center .client-item p {
  color: #fff;
}

.client-item {
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
  position: relative;
  background-color: #fff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  text-align: center;
  border-radius: 15px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 45px;
}

.client-item .client-item-img img {
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  margin: auto;
  width: 100px;
  border-radius: 50%;
}

.client-item h3 {
  font-size: 20px;
  color: #070f4d;
  padding-top: 70px;
}

.client-item p {
  color: #75799b;
  max-width: 490px;
  margin: 0 auto;
}

.client-mt {
  margin-top: 80px !important;
}

/*================================
Client Area End
==================================*/
/*================================
Subscribe Area 
==================================*/
.subscribe-area {
  margin-top: 25px;
  position: relative;
  background-color: #ff6000;
}

.subscribe-area::before {
  content: '';
  position: absolute;
  background-image: url(../img/shape/submition-shape2.png);
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;
  background-position: left;
  background-repeat: no-repeat;
}

.subscribe-area::after {
  content: '';
  position: absolute;
  background-image: url(../img/shape/submition-shape1.png);
  background-position: right;
  width: 100%;
  height: 100%;
  top: 0;
  background-repeat: no-repeat;
}

.subscribe-area .subscribe-content {
  max-width: 685px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.subscribe-area .subscribe-content h2 {
  font-size: 40px;
  color: #fff;
  margin-bottom: 50px;
}

.subscribe-area .subscribe-form {
  position: relative;
  max-width: 575px;
  margin: 0 auto;
  border-radius: 50px;
}

.subscribe-area .subscribe-form .form-control {
  background: #fff;
  height: 55px;
  line-height: 55px;
  margin: 0;
  border-radius: 50px;
  border: none;
  padding: 0 25px;
}

.subscribe-area .subscribe-form .form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
}

.subscribe-area .subscribe-form .submit-btn {
  position: absolute;
  top: 8px;
  right: 10px;
  margin: 0;
  background: #4356d6;
  color: #fff;
  height: 40px;
  line-height: 40px;
  padding: 0 30px;
  border: 0;
  border-radius: 50px;
  font-size: 14px;
}

.subscribe-area .subscribe-form .submit-btn:hover {
  background: #070f4d;
  color: #ffffff;
}

/*================================
Subscribe Area End
==================================*/
/*=================================
Footer Area Another
====================================*/
.footer-area-another {
  background-color: #fff;
}

.footer-top-2 {
  position: relative;
  z-index: 1;
}

.footer-single-2 {
  margin-bottom: 30px;
}

.footer-single-2 .footer-single-content-2 a img {
  margin-bottom: 20px;
}

.footer-single-2 .footer-single-content-2 a .footer-logo2 {
  display: none;
}

.footer-single-2 .footer-single-content-2 p {
  color: #75799b;
  margin-bottom: 20px;
}

.footer-single-2 .footer-social {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-single-2 .footer-social li {
  display: inline-block;
  position: relative;
  padding-right: 10px;
}

.footer-single-2 .footer-social li a {
  font-size: 24px;
  color: #070f4d;
}

.footer-single-2 .footer-social li a:hover {
  color: #4356d6;
}

.footer-list-2 {
  margin-bottom: 30px;
}

.footer-list-2 h3 {
  font-size: 25px;
  color: #070f4d;
  position: relative;
  margin-bottom: 20px;
}

.footer-list-2 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-list-2 ul li {
  margin-top: 10px;
  display: block;
  font-size: 17px;
  color: #070f4d;
}

.footer-list-2 ul li i {
  font-size: 15px;
}

.footer-list-2 ul li a {
  color: #070f4d;
  position: relative;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.footer-list-2 ul li a::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4356d6;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.footer-list-2 ul li a:hover::before {
  width: 100%;
}

.footer-list-2 ul li a:hover {
  color: #4356d6;
}

.footer-bottom-2 {
  position: relative;
  border-top: 1px solid #fff;
  padding-top: 24px;
  padding-bottom: 22px;
  z-index: 1;
  background-color: #070f4d;
}

.footer-bottom-2 .bottom-text-2 p {
  color: #fff;
  padding: 0;
  margin: 0;
}

.footer-bottom-2 .bottom-text-2 p a {
  color: #ff6000;
  font-weight: 500;
}

.footer-bottom-2 .bottom-text-2 p a:hover {
  color: #fff;
}

/*=================================
Footer Area Another End
====================================*/
/*================================
Home Page Two Style End
==================================*/
/*================================
Home Page Three Style 
==================================*/
/* Other Side */
.other-side .search-area {
  float: left;
  position: relative;
  top: 0;
  margin-right: 10px;
}

.other-side .search-area .search-item {
  display: inline-block;
  position: relative;
  color: #75799b;
  cursor: pointer;
  top: 9px;
}

.other-side .search-area .search-item i {
  display: inline-block;
  text-align: center;
  font-size: 16px;
  position: relative;
  top: -5px;
  color: #75799b;
  font-weight: 600;
  border-radius: 3px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #fff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.other-side .search-area .search-item .search-overlay {
  display: none;
}

.other-side .search-area .search-item .search-overlay.search-popup {
  position: absolute;
  top: 100%;
  width: 300px;
  right: 0;
  background: #fff;
  z-index: 2;
  padding: 20px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  margin-top: 20px;
}

.other-side .search-area .search-item .search-overlay.search-popup .search-form {
  position: relative;
}

.other-side .search-area .search-item .search-overlay.search-popup .search-form .search-input {
  display: block;
  width: 100%;
  height: 50px;
  line-height: initial;
  border: 1px solid #eeeeee;
  color: #75799b;
  outline: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding-top: 4px;
  padding-left: 10px;
}

.other-side .search-area .search-item .search-overlay.search-popup .search-form .search-input:focus {
  border-color: #ff6000;
}

.other-side .search-area .search-item .search-overlay.search-popup .search-form .search-button {
  position: absolute;
  right: 0;
  top: 0;
  height: 50px;
  background: transparent;
  border: none;
  width: 50px;
  outline: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 0;
  cursor: pointer;
}

.other-side .search-area .search-item .search-overlay.search-popup .search-form .search-button i {
  height: 50px;
  width: 50px;
  line-height: 50px;
  top: 0;
  margin-top: 0;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.other-side .search-area .search-item .search-overlay.search-popup .search-form .search-button:focus {
  color: #ff6000;
}

.other-side .search-area .search-item .search-btn {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 16px;
  color: #000000;
}

.other-side .search-area .search-item .search-btn:hover {
  color: #ff6000;
}

.other-side .search-area .search-item .search-btn:hover i {
  color: #ff6000;
}

.other-side .search-area .search-item .close-btn {
  cursor: pointer;
  display: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #75799b;
}

.other-side .search-area .search-item .close-btn i {
  font-size: 20px;
}

.other-side .search-area .search-item .close-btn:hover {
  color: #ff6000;
}

.other-side .search-area .search-item .close-btn.active {
  display: block;
  top: -5px;
}

.other-side .search-area .search-item .close-btn.active i {
  font-size: 20px;
}

.other-side .modal-menu {
  float: right;
  margin-left: 20px;
  margin-top: 3px;
}

.other-side .modal-menu a {
  color: #000000;
  border-radius: 3px;
  font-size: 20px;
  font-weight: bold;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.other-side .modal-menu a:hover {
  color: #ff6000;
}

/* Sidebar Modal */
.sidebar-modal {
  position: relative;
}

.sidebar-modal .navbar-nav li a {
  padding: 10px 0px 10px 15px;
}

.sidebar-modal .modal.right .modal-dialog {
  position: fixed;
  margin: auto;
  width: 450px;
  height: 100%;
  -webkit-transform: translate3d(0%, 0, 0);
          transform: translate3d(0%, 0, 0);
}

.sidebar-modal .modal.right .modal-content {
  height: 100%;
  overflow-y: auto;
  border-radius: 0;
  border: none;
  background-color: #fff;
}

.sidebar-modal .modal.right .modal-body {
  padding: 30px;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget {
  margin-bottom: 35px;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget .title {
  position: relative;
  z-index: 1;
  margin-bottom: 35px;
  color: #070f4d;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 5px;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget .title::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 70px;
  height: 2px;
  border-radius: 5px;
  background: #4356d6;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget:last-child {
  margin-bottom: 0;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul li {
  margin-bottom: 10px;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul li:last-child {
  margin-bottom: 0;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul li a {
  font-size: 16px;
  color: #75799b;
  font-weight: 600;
  text-transform: capitalize;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul li a:hover {
  color: #ff6000;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget .contact-info {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget .contact-info li {
  position: relative;
  font-weight: 500;
  padding-left: 45px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 16px;
  color: #75799b;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget .contact-info li span {
  font-size: 16px;
  display: block;
  font-weight: 400;
  color: #070f4d;
  margin-top: 5px;
  text-transform: initial;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget .contact-info li i {
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  text-align: center;
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 29px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-color: #4356d6;
  border-radius: 4px;
  font-size: 15px;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget .contact-info li:hover i {
  color: #ffffff;
  background: #ff6000;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget .contact-info li:last-child {
  margin-bottom: 0;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget .social-list {
  text-align: left;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget .social-list li {
  display: inline-block;
  padding-right: 5px;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget .social-list li a i {
  width: 25px;
  height: 25px;
  display: inline-block;
  text-align: center;
  line-height: 25px;
  border-radius: 4px;
  color: #ffffff;
  background-color: #75799b;
  font-size: 12px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget .social-list li a i:hover {
  background-color: #ff6000;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget .social-list li a:hover {
  color: #ff6000;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget .social-list li:hover {
  color: #fff;
}

.sidebar-modal .modal.right.fade.show .modal-dialog {
  right: 0;
  -webkit-animation: fadeInRight 0.6s linear;
  animation: fadeInRight 0.6s linear;
}

.sidebar-modal .modal-header {
  display: inline;
  padding: 0;
  border: none;
}

.sidebar-modal .modal-header .close {
  height: 110px;
  width: 60px;
  color: #75799b;
  margin: 0px;
  padding: 0px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: none;
  opacity: 1;
  position: absolute;
  top: 0;
  right: 0;
}

.sidebar-modal .modal-header .close i {
  margin-left: 0;
  font-size: 40px;
}

.sidebar-modal .modal-header h2 {
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  padding: 30px 25px;
}

.sidebar-modal .modal-header .modal-title .modal-logo2 {
  display: none;
}

.sidebar-modal button:focus {
  outline: 0px;
}

.sidebar-modal .modal.right.fade.show .modal-dialog {
  right: 0;
  -webkit-animation: fadeInRight 0.6s linear;
  animation: fadeInRight 0.6s linear;
}

.sidebar-modal .modal.right.fade .modal-dialog {
  right: 0;
}

.price-shape {
  background-image: url(../img/shape/price-shape.png);
  background-position: center center;
  background-size: cover;
}

/*================================
Home Page Three Style End
==================================*/
/*================================
Inner Banner
==================================*/
/* =========================================
   INNER BANNER - CLEAN SAAS STYLE
========================================= */

.inner-banner {
  position: relative;
  overflow: hidden;

  min-height: 230px;

  display: flex;
  align-items: center;

  background:
    linear-gradient(
      135deg,
      #001a5c 0%,
      #002379 55%,
      #0a3ba8 100%
    );

  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}


/* لو عندك صورة خلفية */
.inner-banner::before {
  content: "";

  position: absolute;
  inset: 0;

  background:
    linear-gradient(
      135deg,
      rgba(0, 26, 92, 0.95),
      rgba(0, 35, 121, 0.85)
    );

  z-index: 0;
}


/* Orange glow بسيط */
.inner-banner::after {
  content: "";

  position: absolute;

  width: 240px;
  height: 240px;

  top: -140px;
  right: 8%;

  background: rgba(255, 95, 0, 0.17);

  border-radius: 50%;

  filter: blur(65px);

  pointer-events: none;

  z-index: 0;
}


/* المحتوى */

.inner-banner .inner-title {
  position: relative;

  z-index: 2;

  width: 100%;

  padding: 65px 0;

  text-align: center;
}


/* العنوان */

.inner-banner .inner-title h3 {
  margin: 0 0 18px;

  color: #ffffff;

  font-size: 40px;
  font-weight: 800;

  line-height: 1.25;
}


/* إلغاء الخط القديم لو موجود */

.inner-banner .inner-title h3::after {
  display: none;
}


/* Breadcrumb */

.inner-banner .inner-title ul {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;

  gap: 10px;

  padding: 9px 16px;
  margin: 0;

  list-style: none;

  background: rgba(255, 255, 255, 0.08);

  border: 1px solid rgba(255, 255, 255, 0.12);

  border-radius: 50px;

  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}


/* عناصر breadcrumb */

.inner-banner .inner-title ul li {
  display: inline-flex;
  align-items: center;

  gap: 8px;

  margin: 0;

  color: #ff5f00;

  font-size: 14px;
  font-weight: 600;
}

.inner-banner .inner-title ul li a {
  color: #FFFFFF;

  transition: color 0.25s ease;
}

.inner-banner .inner-title ul li a:hover {
  color: #ff5f00;
}

.inner-banner .inner-title ul li i {
  color: rgba(255, 255, 255, 0.55);

  font-size: 11px;
}

.inner-banner .inner-title ul li:last-child {
  color: #ff5f00;
}

.inner-bg1 {
  background-image:
    linear-gradient(
      135deg,
      rgba(0, 26, 92, 0.9),
      rgba(0, 35, 121, 0.82)
    ),
    url(../img/inner-banner/1.jpg);
}

.inner-bg2 {
  background-image:
    linear-gradient(
      135deg,
      rgba(0, 26, 92, 0.9),
      rgba(0, 35, 121, 0.82)
    ),
    url(../img/inner-banner/2.jpg);
}

.inner-bg3 {
  background-image:
    linear-gradient(
      135deg,
      rgba(0, 26, 92, 0.9),
      rgba(0, 35, 121, 0.82)
    ),
    url(../img/inner-banner/3.jpg);
}

.inner-bg4 {
  background-image:
    linear-gradient(
      135deg,
      rgba(0, 26, 92, 0.9),
      rgba(0, 35, 121, 0.82)
    ),
    url(../img/inner-banner/4.jpg);
}

.inner-bg5 {
  background-image:
    linear-gradient(
      135deg,
      rgba(0, 26, 92, 0.9),
      rgba(0, 35, 121, 0.82)
    ),
    url(../img/inner-banner/5.jpg);
}

.inner-bg6 {
  background-image:
    linear-gradient(
      135deg,
      rgba(0, 26, 92, 0.9),
      rgba(0, 35, 121, 0.82)
    ),
    url(../img/inner-banner/6.jpg);
}

.inner-bg7 {
  background-image:
    linear-gradient(
      135deg,
      rgba(0, 26, 92, 0.9),
      rgba(0, 35, 121, 0.82)
    ),
    url(../img/inner-banner/7.jpg);
}

.inner-bg8 {
  background-image:
    linear-gradient(
      135deg,
      rgba(0, 26, 92, 0.9),
      rgba(0, 35, 121, 0.82)
    ),
    url(../img/inner-banner/8.jpg);
}

@media only screen and (max-width: 991px) {

  .inner-banner {
    min-height: 200px;
  }

  .inner-banner .inner-title {
    padding: 55px 0;
  }

  .inner-banner .inner-title h3 {
    font-size: 34px;
  }

}


@media only screen and (max-width: 767px) {

  .inner-banner {
    min-height: 175px;
  }

  .inner-banner .inner-title {
    padding: 45px 0;
  }

  .inner-banner .inner-title h3 {
    margin-bottom: 14px;

    font-size: 28px;
  }

  .inner-banner .inner-title ul {
    padding: 7px 13px;

    gap: 7px;
  }

  .inner-banner .inner-title ul li {
    font-size: 13px;
  }

}

.pagination-area {
  text-align: center;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 30px;
  display: table;
}

.pagination-area .page-link {
  color: #ff6000;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 15px #d0d0d0;
          box-shadow: 0 0 15px #d0d0d0;
  width: 40px;
  height: 40px;
  border: 1px solid #ffffff;
  line-height: 24px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-weight: 700;
}

.pagination-area .page-link i {
  margin-right: -4px;
  font-size: 21px;
}

.pagination-area .page-link i::before {
  margin-left: -4px;
}

.pagination-area .page-link.current, .pagination-area .page-link:hover, .pagination-area .page-link:focus {
  color: #ffffff;
  background-color: #ff6000;
  border: 1px solid #ff6000;
}

.pagination-area .page-item {
  padding: 0 8px 0;
}

.pagination-area .page-item:first-child .page-link {
  border-radius: none;
}

.pagination-area .page-item:last-child .page-link {
  border-radius: none;
}

.pagination-area .page-item.current .page-link {
  z-index: 1;
  color: #ffffff;
  background-color: #ff6000;
  border-color: #ff6000;
}


.service-dtls-content .service-dtls-img img {
  max-width: 100%;
  margin-bottom: 30px;
  width: 100%;
}

.service-dtls-content h2 {
  font-size: 35px;
  margin-bottom: 25px;
}

.service-dtls-content .service-dtls-btn {
  margin-top: 20px;
  display: inline-block;
}

.service-dtls-content .pager-area {
  margin-top: 20px;
  float: right;
}

.service-dtls-content .pager-area .pager {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
}

.service-dtls-content .pager-area .pager .previous {
  float: left;
  margin-right: 20px;
}

.service-dtls-content .pager-area .pager .next {
  float: right;
}

.service-dtls-content .pager-area .pager a {
  color: #4356d6;
  padding: 12px 42px;
  border-radius: 50px;
  font-weight: 400;
  background-color: transparent;
  border: 1px solid #4356d6;
  -webkit-transition: 0.9s;
  transition: 0.9s;
}

.service-dtls-content .pager-area .pager a:hover {
  color: #fff;
  background-color: #4356d6;
}

.common-catagory {
  margin-bottom: 30px;
}

.common-catagory h3 {
  font-size: 25px;
  color: #070f4d;
  margin-bottom: 25px;
}

.common-catagory .catagory {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
}

.common-catagory .catagory li {
  display: block;
  background-color: #fff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  margin-bottom: 5px;
  border-radius: 5px;
  position: relative;
  z-index: 1;
}

.common-catagory .catagory li::before {
  content: '';
  position: absolute;
  width: 0;
  height: 100%;
  left: 0;
  right: 0;
  opacity: 0;
  background-color: #4356d6;
  z-index: -1;
  border-radius: 5px;
  -webkit-transition: 0.9s;
  transition: 0.9s;
}

.common-catagory .catagory li:hover::before {
  width: 100%;
  opacity: 1;
}

.common-catagory .catagory li a {
  padding: 15px 25px;
  width: 100%;
  color: #070f4d;
  font-weight: 600;
  -webkit-transition: 0.9s;
  transition: 0.9s;
}

.common-catagory .catagory li a:hover {
  color: #fff;
}

.common-catagory .catagory li a i {
  float: right;
  font-size: 20px;
  position: relative;
  top: 4px;
}

.blog-dtls-content .blog-dtls-img {
  margin-bottom: 30px;
}

.blog-dtls-content .blog-dtls-img img {
  border-radius: 10px;
  width: 100%;
}

.blog-dtls-content .blog-text {
  margin-bottom: 30px;
}

.blog-dtls-content .blog-text h2 {
  font-size: 35px;
  color: #070f4d;
  margin-bottom: 20px;
}

.blog-dtls-content .blog-text blockquote {
  overflow: hidden;
  background-color: #f7f7f7;
  padding: 50px !important;
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
  margin-top: 20px;
  border-radius: 4px;
}

.blog-dtls-content .blog-text blockquote p {
  color: #0e0129;
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 600;
  font-size: 17px !important;
  text-align: left;
}

.blog-dtls-content .blog-text blockquote cite {
  display: none;
}

.blog-dtls-content .blog-text blockquote::before {
  color: #ff6000;
  content: "\ee83";
  position: absolute;
  left: 50px;
  top: -50px;
  z-index: -1;
  font-family: 'Cairo', -apple-system, BlinkMacSystemFont, 'Segoe UI',
               Tahoma, Arial, sans-serif;;
  font-size: 140px;
  font-weight: 900;
  opacity: 0.1;
}

.blog-dtls-content .blog-text blockquote::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #4356d6;
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog-dtls-content h3 {
  font-size: 24px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.blog-dtls-content .bolg-gallery-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333%;
          flex: 0 0 33.3333%;
  max-width: 33.3333%;
  padding-right: 10px;
  padding-left: 10px;
}

.blog-dtls-content .article-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 30px;
}

.blog-dtls-content .article-footer .article-tags {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.blog-dtls-content .article-footer .article-tags a {
  display: inline-block;
  color: #666666;
  font-weight: 600;
}

.blog-dtls-content .article-footer .article-tags a:hover {
  color: #ff6000;
}

.blog-dtls-content .article-footer span {
  display: inline-block;
  color: #ff6000;
  font-size: 20px;
  margin-right: 5px;
  position: relative;
  top: 4px;
}

.blog-dtls-content .article-footer .article-share {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.blog-dtls-content .article-footer .article-share .social {
  padding-left: 0;
  list-style-type: none;
  text-align: right;
  margin-bottom: 0;
}

.blog-dtls-content .article-footer .article-share .social li {
  display: inline-block;
}

.blog-dtls-content .article-footer .article-share .social li span {
  display: inline-block;
  margin-right: 2px;
  font-weight: 500;
  color: #666666;
}

.blog-dtls-content .article-footer .article-share .social li a {
  display: block;
  color: #ffffff;
  width: 32px;
  height: 32px;
  line-height: 33px;
  border-radius: 50%;
  background-color: #ff6000;
  text-align: center;
  font-size: 14px;
}

.blog-dtls-content .article-footer .article-share .social li a:hover {
  -webkit-animation: tada 1s linear;
          animation: tada 1s linear;
}

.blog-dtls-content .post-navigation {
  margin-top: 30px;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  padding-top: 20px;
  padding-bottom: 20px;
}

.blog-dtls-content .post-navigation .navigation-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.blog-dtls-content .post-navigation .navigation-links .nav-previous {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.blog-dtls-content .post-navigation .navigation-links .nav-next {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  text-align: right;
}

.blog-dtls-content .post-navigation .navigation-links div a {
  display: inline-block;
  font-weight: 600;
  color: #4356d6;
  padding: 8px 32px;
  background-color: transparent;
  border: 1px solid #4356d6;
  border-radius: 50px;
  -webkit-transition: 0.9s;
  transition: 0.9s;
}

.blog-dtls-content .post-navigation .navigation-links div a:hover {
  color: #fff;
  background-color: #4356d6;
}

.blog-dtls-content .comment-area .comment-title {
  font-size: 24px;
  color: #070f4d;
}

.blog-dtls-content .comment-area .comment-card {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eeeeee;
}

.blog-dtls-content .comment-area .comment-card:last-child {
  border-bottom: none;
}

.blog-dtls-content .comment-area .comment-card .comment-author-img {
  display: inline-block;
}

.blog-dtls-content .comment-area .comment-card .comment-author-img img {
  max-width: 80%;
  border-radius: 50%;
}

.blog-dtls-content .comment-area .comment-card .comment-author-title {
  display: inline-block;
  position: relative;
  top: 10px;
}

.blog-dtls-content .comment-area .comment-card .comment-author-title h3 {
  font-size: 16px;
  margin: 0;
}

.blog-dtls-content .comment-area .comment-card .comment-author-title span {
  font-size: 12px;
  font-weight: 500;
  color: #75799b;
}

.blog-dtls-content .comment-area .comment-card .comment-body {
  margin-left: 100px;
  margin-top: 15px;
}

.blog-dtls-content .comment-area .comment-card .comment-body .reply-btn {
  border: 1px solid #ded9d9;
  color: #070f4d;
  display: inline-block;
  padding: 5px 20px;
  border-radius: 30px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
}

.blog-dtls-content .comment-area .comment-card .comment-body .reply-btn:hover {
  background-color: #4356d6;
  color: #fff;
}

.blog-dtls-content .comment-area .comment-respond {
  background-color: #f9f9f9;
  padding: 30px;
}

.blog-dtls-content .comment-area .comment-respond .comment-respond-title {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 24px;
}

.blog-dtls-content .comment-area .comment-respond .comment-form .form-group {
  margin-bottom: 25px;
}

.blog-dtls-content .comment-area .comment-respond .comment-form .form-group label {
  color: #070f4d;
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
}

.blog-dtls-content .comment-area .comment-respond .comment-form .form-group .form-control {
  font-size: 16px;
  border: none;
  padding: 25px 18px;
  color: #b3b3b3;
  font-weight: 400;
  background-color: #fff;
  border: 1px solid #f7f7f7;
}

.blog-dtls-content .comment-area .comment-respond .comment-form .form-group .form-control:focus {
  border-color: #070f4d;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.blog-dtls-content .comment-area .comment-respond .comment-form .post-com-btn {
  padding: 12px 30px;
  background-color: #4356d6;
  color: #fff;
  text-align: center;
  outline: none;
  border: none;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.blog-dtls-content .comment-area .comment-respond .comment-form .post-com-btn:hover {
  background-color: #070f4d;
}

.widget-area .widget {
  margin-top: 35px;
}

.widget-area .widget:first-child {
  margin-top: 0;
}

.widget-area .widget .widget-title {
  text-transform: capitalize;
  position: relative;
  font-size: 20px;
  margin-bottom: 0;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  color: #070f4d;
  position: relative;
}

.widget-area .widget .post-wrap {
  padding-top: 20px;
}

.widget-area .widget_search form {
  position: relative;
}

.widget-area .widget_search form label {
  display: block;
  margin-bottom: 0;
}

.widget-area .widget_search form .screen-reader-text {
  display: none;
}

.widget-area .widget_search form .search-field {
  background-color: transparent;
  height: 50px;
  padding: 6px 15px;
  border: 1px solid #eeeeee;
  width: 100%;
  display: block;
  outline: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.widget-area .widget_search form .search-field:focus {
  border-color: #070f4d;
}

.widget-area .widget_search form button {
  position: absolute;
  right: 0;
  outline: 0;
  bottom: 0;
  height: 50px;
  width: 50px;
  border: none;
  color: #fff;
  background-color: #4356d6;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}

.widget-area .widget_search form button:hover {
  background-color: #070f4d;
}

.widget-area .widget-popular-post {
  position: relative;
  overflow: hidden;
}

.widget-area .widget-popular-post .item {
  overflow: hidden;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #efefef;
}

.widget-area .widget-popular-post .item:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}

.widget-area .widget-popular-post .item .thumb {
  float: left;
  height: 80px;
  overflow: hidden;
  position: relative;
  width: 80px;
  margin-right: 15px;
}

.widget-area .widget-popular-post .item .thumb .fullimage {
  width: 80px;
  height: 80px;
  display: inline-block;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center center !important;
  position: relative;
  background-color: #070f4d;
}

.widget-area .widget-popular-post .item .thumb .fullimage.bg1 {
  background-image: url(../img/blog/4.jpg);
}

.widget-area .widget-popular-post .item .thumb .fullimage.bg2 {
  background-image: url(../img/blog/5.jpg);
}

.widget-area .widget-popular-post .item .thumb .fullimage.bg3 {
  background-image: url(../img/blog/6.jpg);
}

.widget-area .widget-popular-post .item .thumb .fullimage.bg4 {
  background-image: url(../img/blog/1.jpg);
}

.widget-area .widget-popular-post .item .info {
  overflow: hidden;
}

.widget-area .widget-popular-post .item .info span {
  display: block;
  color: #75799b;
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 500;
}

.widget-area .widget-popular-post .item .info .title {
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 15px;
  font-weight: 600;
}

.widget-area .widget-popular-post .item .info .title a {
  display: inline-block;
  color: #070f4d;
}

.widget-area .widget-popular-post .item .info .title a:hover {
  color: #4356d6;
}

.widget-area .widget_categories ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.widget-area .widget_categories ul li {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
  color: #75799b;
  padding-left: 20px;
  font-size: 15px;
  font-weight: 600;
  border-bottom: 1px solid #efefef;
}

.widget-area .widget_categories ul li::before {
  background: #ff6000;
  position: absolute;
  height: 7px;
  width: 7px;
  content: '';
  left: 0;
  top: 10px;
}

.widget-area .widget_categories ul li:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}

.widget-area .widget_categories ul li a {
  display: block;
  color: #75799b;
  font-weight: normal;
}

.widget-area .widget_categories ul li a span {
  float: right;
  font-size: 13px;
}

.widget-area .widget_categories ul li a:hover {
  color: #ff6000;
}

.widget-area .widget_tag ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.widget-area .widget_tag ul li {
  display: inline-block;
}

.widget-area .widget_tag ul li a {
  color: #75799b;
  font-weight: normal;
  padding: 7px 16px;
  border: 1px dashed #eeeeee;
  margin-top: 10px;
  margin-right: 10px;
  text-transform: capitalize;
}

.widget-area .widget_tag ul li a:hover {
  background-color: #ff6000;
  color: #fff;
}

.contact-width {
  width: 960px;
  margin: 0 auto;
}

.contact-card {
  text-align: center;
  padding: 30px 20px;
  border-radius: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  margin-bottom: 30px;
}

.contact-card i {
  color: #fff;
  background: #4356d6;
  font-size: 16px;
  width: 40px;
  height: 40px;
  display: inline-block;
  border-radius: 30px;
  line-height: 40px;
  text-align: center;
  margin-bottom: 25px;
  -webkit-transition: .5s;
  transition: .5s;
}

.contact-card ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.contact-card ul li {
  list-style: none;
  color: #070f4d;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 15px;
}

.contact-card ul li:last-child {
  margin-bottom: 0;
}

.contact-card ul li a {
  color: #070f4d;
}

.contact-card ul li a:hover {
  color: #ff6000;
}

.contact-wrap-form {
  background-color: #fff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  padding: 50px;
}

.contact-wrap-form p {
  text-align: center;
  color: #000;
}

.contact-wrap-form .form-group {
  margin-bottom: 25px;
}

.contact-wrap-form .form-group .form-control {
  height: 50px;
  color: #070f4d;
  border: 1px solid #e8e8e8;
  background-color: #fcfcff;
  border-radius: 0;
  padding: 10px 20px;
  width: 100%;
}

.contact-wrap-form .form-group .form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #070f4d;
}

.contact-wrap-form .form-group textarea.form-control {
  height: auto;
}

.contact-wrap-form .with-errors {
  float: left;
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 25px;
  color: #f00;
  font-weight: 400;
  display: block;
}

.contact-wrap-form .default-btn {
  border: 0;
  outline: none;
}

.contact-wrap-form .text-danger {
  font-size: 18px;
  margin-top: 15px;
}

.contact-wrap-form .agree-label {
  margin-bottom: 15px;
}

.contact-wrap-form .agree-label #chb1 {
  position: relative;
  top: 2px;
  margin-right: 4px;
}

.contact-wrap-form .agree-label label {
  font-weight: 600;
  color: #000;
}

.contact-wrap-form .forget {
  margin-bottom: 15px;
  float: right;
  color: #ff6000;
  font-weight: 600;
}

.contact-wrap-form .forget:hover {
  color: #4356d6;
}

.contact-wrap-form .account-desc {
  margin-top: 25px;
  font-weight: 600;
}

.contact-wrap-form .account-desc a {
  color: #ff6000;
}

.contact-wrap-form .account-desc a:hover {
  color: #4356d6;
}

.contact-wrap-form .recover-login {
  color: #ff6000;
  font-weight: 600;
}

.contact-wrap-form .recover-login:hover {
  color: #4356d6;
}

.contact-wrap-form .recover-register {
  font-weight: 600;
}

.contact-wrap-form .recover-register a {
  color: #ff6000;
}

.contact-wrap-form .recover-register a:hover {
  color: #4356d6;
}

.contact-wrap-form .form-group .form-control::-webkit-input-placeholder {
  color: #070f4d;
}

.contact-wrap-form .form-group .form-control:-ms-input-placeholder {
  color: #070f4d;
}

.contact-wrap-form .form-group .form-control::-ms-input-placeholder {
  color: #070f4d;
}

.contact-wrap-form .form-group .form-control::placeholder {
  color: #070f4d;
}

.map-area iframe {
  display: block;
  width: 100%;
  height: 400px;
}

.log-in-width {
  max-width: 570px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.login-social-btn {
  font-size: 30px;
  color: #fff;
  background-color: #4356d6;
  border-radius: 50px;
  width: 120px;
  height: 50px;
  line-height: 55px;
  outline: none;
  border: none;
  margin-bottom: 30px;
  -webkit-transition: 0.9s;
  transition: 0.9s;
}

.login-social-btn i {
  line-height: 0;
}

.login-social-btn:hover {
  background-color: #070f4d;
}

.single-content h3 {
  font-size: 24px;
  margin-bottom: 10px;
}

.single-content p {
  margin-bottom: 15px;
}

.single-content p:last-child {
  margin-bottom: 0;
}

.error-area {
  padding: 140px 0;
  height: 100vh;
}

.error-area .error-content {
  text-align: center;
}

.error-area .error-content h1 {
  font-size: 300px;
  line-height: 0.5;
  font-weight: 700;
  color: #75799b;
}

.error-area .error-content h1 span {
  color: #ff6000;
}

.error-area .error-content h3 {
  margin: 50px 0 0;
  position: relative;
  color: #ff6000;
}

.error-area .error-content p {
  margin: 20px 0 20px;
  font-size: 18px;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}


#toTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  cursor: pointer;
  display: none;
  z-index: 99;
}

.top-btn {
  background-color: #4356d6;
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 15px #4356d6;
          box-shadow: 0 0 15px #4356d6;
  font-size: 24px;
  display: inline-block;
  text-align: center;
  line-height: 50px;
  transition: .9s;
  -webkit-transition: .9s;
}

.top-btn:hover {
  background: #ff6000;
  -webkit-box-shadow: 0 0 15px #ff6000;
          box-shadow: 0 0 15px #ff6000;
  color: #fff;
  -webkit-animation: none;
          animation: none;
}


.preloader {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999999;
  display: block;
  background: #4356d6;
}

.preloader-wave {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin: -30px 0 0 -30px;
}

.preloader-wave::before {
  position: absolute;
  content: "";
  width: 60px;
  height: 60px;
  top: 0;
  right: 0;
  left: 0;
  border-radius: 50%;
  background-color: #fff;
  -webkit-animation: wave-circle 1.6s linear infinite;
  animation: wave-circle 1.6s linear infinite;
}

.preloader-wave::after {
  content: "";
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: absolute;
  display: inline-block;
  background-color: transparent;
  opacity: 1;
  border: 2px solid #fff;
  -webkit-animation: scale 1.9s linear infinite;
  animation: scale 1.9s linear infinite;
}

.preloader-wave:after {
  animation-delay: -0.3s;
  -webkit-animation-delay: -0.3s;
}


@-webkit-keyframes rotaed360 {
  0% {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(-360deg);
    transform: rotateZ(-360deg);
  }
}

@keyframes rotaed360 {
  0% {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(-360deg);
    transform: rotateZ(-360deg);
  }
}

@-webkit-keyframes animationFramesOne {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
    transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
    transform: translate(141px, 72px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
    transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
    transform: translate(-40px, 72px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
}

@keyframes animationFramesOne {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
    transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
    transform: translate(141px, 72px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
    transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
    transform: translate(-40px, 72px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
}

@-webkit-keyframes animationFramesTwo {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(-1px, 173px) rotate(36deg);
    transform: translate(-1px, 173px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(172px, 0px) rotate(72deg);
    transform: translate(72px, 0px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(183px, 0) rotate(108deg);
    transform: translate(183px, 0) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(172px, 0px) rotate(144deg);
    transform: translate(172px, 0px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
}

@keyframes animationFramesTwo {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(-1px, 173px) rotate(36deg);
    transform: translate(-1px, 173px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(172px, 0px) rotate(72deg);
    transform: translate(72px, 0px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(183px, 0) rotate(108deg);
    transform: translate(183px, 0) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(172px, 0px) rotate(144deg);
    transform: translate(172px, 0px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
}

@-webkit-keyframes moveBounce {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes moveBounce {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes wave-circle {
  0% {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    opacity: 0.5;
    filter: alpha(opacity=50);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0;
    filter: alpha(opacity=0);
  }
}

@-webkit-keyframes wave-circle {
  0% {
    -webkit-transform: scale(0, 0);
    opacity: 0.5;
    filter: alpha(opacity=50);
  }
  100% {
    -webkit-transform: scale(1, 1);
    opacity: 0;
    filter: alpha(opacity=0);
  }
}

@-webkit-keyframes scale {
  0%,
  35% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}

@keyframes scale {
  0%,
  35% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}




/* How it works */
.how-card{
  background: #fff;
  border-radius: 14px;
  padding: 22px 20px;
  box-shadow: 0 10px 30px rgba(0,0,0,.06);
  height: 100%;
  border: 1px solid rgba(0,0,0,.06);
}
.how-num{
  width: 40px;
  height: 40px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  margin-bottom: 12px;
  background: rgba(0,0,0,.06);
}
.how-card h3{margin-bottom: 8px;}
.how-card p{margin: 0; opacity: .9; line-height: 1.8;}

/* Pricing anchor spacing */
#pricing{scroll-margin-top: 110px;}

/* CTA strip */
.cta-strip{
  padding: 48px 0;
  background: linear-gradient(135deg, rgba(0,0,0,.06), rgba(0,0,0,.02));
}
.cta-strip h2{margin: 0 0 8px 0;}
.cta-strip p{margin: 0; opacity: .85;}

@media (max-width: 991px){
  .badge-soft{background: rgba(0,0,0,.18); border-color: rgba(0,0,0,.12);}
}

#success-stories .section-title .sub-title{
  display:inline-block;
  margin-bottom:10px;
  font-weight:700;
  opacity:.8;
}
#success-stories .section-title p{
  margin-top:10px;
  line-height:1.8;
}

.portfolio-item .portfolio-img{
  position: relative;
  overflow: hidden;
  border-radius: 14px;
}

.portfolio-item .portfolio-content{
  padding: 14px 16px;
}

.portfolio-meta{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-bottom:10px;
}

.portfolio-meta .badge{
  font-size:12px;
  padding:6px 10px;
  border-radius:999px;
  font-weight:700;
  background: rgba(0,0,0,.08);
}

.portfolio-meta .tag{
  font-size:12px;
  padding:6px 10px;
  border-radius:999px;
  background: rgba(0,0,0,.05);
}

.portfolio-title h3{
  margin: 0 0 8px 0;
  font-size: 18px;
  line-height: 1.4;
}

.portfolio-btn{
  display:inline-flex;
  align-items:center;
  gap:6px;
  font-weight:700;
  font-size: 14px;
}
.price-area .sub-title{
  display:inline-block;
  margin-bottom:10px;
  font-weight:800;
  opacity:.85;
}

.price-area .pricing-note{
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:10px;
}

.price-area .pricing-note .pill{
  padding:18px 13px;
  border-radius:999px;
  background: rgba(0,0,0,.05);
  font-size:13px;
  font-weight:700;
}

.pricing-card{
  border-radius:16px;
  overflow:hidden;
  border:1px solid rgba(0,0,0,.08);
  box-shadow: 0 10px 30px rgba(0,0,0,.06);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
  position:relative;
  height:100%;
}

.pricing-card:hover{
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(0,0,0,.10);
  border-color: rgba(0,0,0,.12);
}

.pricing-card .pricing-head{
  padding:18px 18px 8px;
}

.pricing-card .plan{
  display:inline-flex;
  align-items:center;
  gap:8px;
  font-weight:900;
  letter-spacing:.4px;
  font-size:12px;
  padding:7px 10px;
  border-radius:999px;
  background: rgba(0,0,0,.06);
}

.pricing-card .plan-desc{
  margin:8px 0 0;
  font-size:14px;
  opacity:.85;
  line-height:1.7;
	color: rgb(255, 96, 0);
}

.pricing-card .single-price-title h2{
  margin:12px 0 0;
  font-size:34px;
  font-weight:900;
  line-height:1.1;
}

.pricing-card .single-price-title sub{
  font-size:14px;
  font-weight:800;
  opacity:.75;
}

.pricing-list{
  padding: 0 18px 16px;
  margin: 10px 0 0;
  list-style: none;
}

.pricing-list li{
  position:relative;
  padding:10px 0;
  border-top:1px dashed rgba(0,0,0,.10);
  font-size:14px;
  line-height:1.7;
  opacity:.92;
}

.pricing-list li:first-child{
  border-top:none;
}

.pricing-actions{
  padding: 0 18px 18px;
  display:flex;
  gap:12px;
  align-items:center;
  flex-wrap:wrap;
}

.pricing-actions .get-btn{
  display:inline-flex;
  justify-content:center;
  align-items:center;
  padding:12px 16px;
  border-radius:12px;
  font-weight:900;
  width: 100%;
}

.pricing-actions .link-btn{
  font-weight:800;
  font-size:14px;
  opacity:.9;
  text-decoration:none;
}

.pricing-actions .link-btn:hover{
  text-decoration:underline;
}

.pricing-recommended{
  border-width:2px;
}

.pricing-recommended .ribbon{
  position:absolute;
  top:14px;
  left:14px;
  padding:8px 10px;
  border-radius:10px;
  font-size:12px;
  font-weight:900;
  background: rgba(0,0,0,.85);
  color:#fff;
  z-index:2;
}

.pricing-free{
  background: rgba(0,0,0,.015);
}

.leetag-value-area .value-card{
  background:#4356d6;
  border-radius:16px;
  padding:28px 22px;
  height:100%;
  border:1px solid rgba(0,0,0,.08);
  box-shadow:0 10px 30px rgba(0,0,0,.06);
  transition: all .25s ease;
  text-align:center;
}

.leetag-value-area .value-card:hover{
  transform: translateY(-6px);
  box-shadow:0 18px 40px rgba(0,0,0,.10);
}

.leetag-value-area .value-card i{
  font-size:42px;
  margin-bottom:16px;
  display:inline-block;
  opacity:.9;
}

.leetag-value-area .value-card h3{
  font-size:18px;
  font-weight:900;
  margin-bottom:10px;
}

.leetag-value-area .value-card p{
  font-size:14px;
  line-height:1.8;
  opacity:.85;
  margin:0;
}

.compare-area .sub-title{
  display:inline-block;
  margin-bottom:10px;
  font-weight:800;
  opacity:.85;
}

.compare-card{
  border-radius:18px;
  padding:26px 22px;
  border:1px solid rgba(0,0,0,.08);
  box-shadow:0 12px 34px rgba(0,0,0,.07);
  height:100%;
  position:relative;
  overflow:hidden;
  background:#fff;
}

.compare-head h3{
  margin:0 0 6px 0;
  font-weight:900;
  font-size:20px;
}

.compare-head p{
  margin:0 0 16px 0;
  opacity:.8;
  line-height:1.7;
  font-size:14px;
}

.compare-list{
  list-style:none;
  padding:0;
  margin:0;
}

.compare-list li{
  display:flex;
  gap:10px;
  align-items:flex-start;
  padding:12px 0;
  border-top:1px dashed rgba(0,0,0,.12);
  font-size:14px;
  line-height:1.7;
}

.compare-list li:first-child{
  border-top:none;
}

.compare-list i{
  font-size:18px;
  margin-top:2px;
}

.compare-alt i.bx-x{
  opacity:.9;
}

.compare-leetag{
  border-width:2px;
}

.compare-leetag:before{
  content:"";
  position:absolute;
  inset:0;
  background: radial-gradient(circle at top right, rgba(0,0,0,.06), transparent 55%);
  pointer-events:none;
}

.compare-cta{
  display:flex;
  gap:14px;
  align-items:center;
  flex-wrap:wrap;
  margin-top:18px;
}

.compare-cta .link-btn{
  font-weight:900;
  text-decoration:none;
  opacity:.9;
}

.compare-cta .link-btn:hover{
  text-decoration:underline;
}

.brand-area .sub-title{
  display:inline-block;
  margin-bottom:10px;
  font-weight:800;
  opacity:.85;
}

.brand-item{
  display:flex;
  align-items:center;
  justify-content:center;
  height:110px;
  padding:18px;
  border-radius:14px;
  background:#fff;
  border:1px solid rgba(0,0,0,.08);
  box-shadow:0 8px 24px rgba(0,0,0,.06);
  transition: all .25s ease;
}

.brand-item:hover{
  transform: translateY(-4px);
  box-shadow:0 14px 34px rgba(0,0,0,.10);
}

.brand-item img{
  max-height:50px;
  max-width:100%;
  width:auto;
  filter: grayscale(100%);
  opacity:.85;
  transition: all .25s ease;
}

.brand-item:hover img{
  filter: grayscale(0%);
  opacity:1;
}
.leetag-partners{
  position: relative;
  overflow: hidden;
}

.leetag-partners:before{
  content:"";
  position:absolute;
  inset:-120px -120px auto auto;
  width:280px;
  height:280px;
  background: radial-gradient(circle, rgba(0,0,0,.06), transparent 65%);
  pointer-events:none;
}

.leetag-partners .sub-title{
  display:inline-block;
  margin-bottom:10px;
  font-weight:900;
  opacity:.85;
}

.partners-tags{
  display:flex;
  justify-content:center;
  gap:10px;
  flex-wrap:wrap;
}

.partners-tags .tag{
  font-size:13px;
  font-weight:800;
  padding:8px 12px;
  border-radius:999px;
  background: rgba(0,0,0,.05);
  border:1px solid rgba(0,0,0,.06);
}

.leetag-partners .brand-item{
  display:flex;
  align-items:center;
  justify-content:center;
  height:110px;
  padding:18px;
  border-radius:16px;
  background:#fff;
  border:1px solid rgba(0,0,0,.08);
  box-shadow:0 10px 28px rgba(0,0,0,.06);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.leetag-partners .brand-item:hover{
  transform: translateY(-5px);
  box-shadow:0 18px 38px rgba(0,0,0,.10);
  border-color: rgba(0,0,0,.12);
}

.leetag-partners .brand-item img{
  max-height:48px;
  max-width:100%;
  width:auto;
  filter: grayscale(100%);
  opacity:.82;
  transition: filter .25s ease, opacity .25s ease, transform .25s ease;
}

.leetag-partners .brand-item:hover img{
  filter: grayscale(0%);
  opacity:1;
  transform: scale(1.03);
}

.leetag-partners .partners-bottom .default-btn.btn-sm{
  padding:10px 16px;
  border-radius:12px;
  font-weight:900;
}
/* Paid Features – Leetag */
.leetag-features .sub-title{
  display:inline-block;
  margin-bottom:10px;
  font-weight:900;
  opacity:.85;
}

.feature-card{
  background:#fff;
  border:1px solid rgba(0,0,0,.08);
  border-radius:18px;
  padding:22px;
  height:100%;
  box-shadow:0 12px 34px rgba(0,0,0,.06);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.feature-card:hover{
  transform: translateY(-6px);
  box-shadow:0 20px 44px rgba(0,0,0,.10);
  border-color: rgba(0,0,0,.12);
}

.feature-card-head{
  display:flex;
  gap:12px;
  align-items:flex-start;
  margin-bottom:14px;
}

.feature-card-head .icon{
  width:54px;
  height:54px;
  border-radius:16px;
  background: rgba(0,0,0,.05);
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:26px;
}

.feature-card-head h3{
  margin:0 0 4px;
  font-weight:900;
  font-size:18px;
}

.feature-card-head p{
  margin:0;
  opacity:.82;
  line-height:1.8;
  font-size:13px;
}

.feature-list{
  list-style:none;
  padding:0;
  margin:0;
}

.feature-list li{
  display:flex;
  gap:10px;
  align-items:flex-start;
  padding:12px 0;
  border-top:1px dashed rgba(0,0,0,.12);
  line-height:1.8;
  font-size:14px;
}

.feature-list li:first-child{
  border-top:none;
}

.feature-list i{
  font-size:18px;
  margin-top:2px;
  opacity:.9;
}

.feature-cta{
  display:flex;
  gap:14px;
  justify-content:center;
  flex-wrap:wrap;
  padding-top:10px;
}

.feature-cta .btn-alt{
  display:inline-block;
  padding: 12px 18px;
  border-radius: 14px;
  border:1px solid rgba(0,0,0,.14);
  font-weight:900;
  text-decoration:none;
}

.feature-cta .btn-alt:hover{
  box-shadow:0 12px 26px rgba(0,0,0,.08);
  transform: translateY(-2px);
}


/* Remove inner banner background */
.inner-banner.inner-bg1{
  background: transparent !important;
}

.inner-banner{
  padding: 70px 0 30px !important;
  border-bottom: 1px solid rgba(0,0,0,.06);
}

.inner-title h3{
  font-weight: 900;
  margin-bottom: 10px;
}

.inner-title ul{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(0,0,0,.04);
  border: 1px solid rgba(0,0,0,.06);
  margin: 0;
}

.inner-title ul li,
.inner-title ul li a{
  font-weight: 800;
  font-size: 13px;
}

.inner-title ul li i{
  font-size: 16px;
  opacity: .75;
}
.inner-banner.inner-clean{
  background: transparent !important;
  padding: 70px 0 30px;
  border-bottom: 1px solid rgba(0,0,0,.06);
}

.inner-clean .inner-title h3{
  font-weight: 900;
  margin-bottom: 8px;
}

.inner-clean .inner-breadcrumb{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(0,0,0,.04);
  border: 1px solid rgba(0,0,0,.06);
  margin: 0;
}

.inner-clean .inner-breadcrumb li,
.inner-clean .inner-breadcrumb li a{
  font-weight: 800;
  font-size: 13px;
}

.inner-clean .inner-breadcrumb i{
  font-size: 16px;
  opacity: .75;
}
/* Clean Help Center Search */
.inner-clean-help{
  padding: 80px 0 40px;
  border-bottom: 1px solid rgba(0,0,0,.06);
}

.inner-clean-help .inner-title h3{
  font-weight: 900;
  margin-bottom: 10px;
}

.inner-clean-help .inner-title p{
  font-size: 14px;
}

.help-search-box{
  max-width: 900px;
  margin-top: 25px;
  background: #fff;
  padding: 20px;
  border-radius: 18px;
  border: 1px solid rgba(0,0,0,.08);
  box-shadow: 0 14px 38px rgba(0,0,0,.07);
}

.help-search-box .form-control{
  height: 52px;
  border-radius: 14px;
  border: 1px solid rgba(0,0,0,.12);
  padding: 10px 14px;
}

.help-search-box .form-control:focus{
  border-color: rgba(0,0,0,.18);
  box-shadow: 0 0 0 4px rgba(0,0,0,.06);
}

.help-search-box .default-btn{
  height: 52px;
  border-radius: 14px;
  font-weight: 900;
}

/* Mobile adjustments */
@media (max-width: 768px){
  .inner-clean-help{
    padding: 60px 0 30px;
  }

  .help-search-box{
    padding: 16px;
  }
}
/* FAQ – Leetag Premium */
.leetag-faq .sub-title{
  display:inline-block;
  margin-bottom:10px;
  font-weight:900;
  opacity:.85;
}

.leetag-faq .accordion{
  padding:0;
  margin:0;
  list-style:none;
}

.leetag-faq .accordion-item{
  border:1px solid rgba(0,0,0,.08);
  border-radius:16px;
  overflow:hidden;
  margin-bottom:12px;
  background:#fff;
  box-shadow:0 10px 26px rgba(0,0,0,.05);
}

.leetag-faq .accordion-title{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:16px 16px;
  font-weight:900;
  font-size:14px;
  text-decoration:none;
}

.leetag-faq .accordion-title i{
  font-size:18px;
  opacity:.85;
}

.leetag-faq .accordion-content{
  padding: 0 16px 16px;
}

.leetag-faq .accordion-content p{
  margin:0;
  line-height:1.95;
  opacity:.88;
  font-size:13px;
}

/* CTA under FAQ */
.faq-cta-box{
  background: linear-gradient(180deg, rgba(0,0,0,.035), rgba(0,0,0,.02));
  border:1px solid rgba(0,0,0,.08);
  border-radius:20px;
  padding:22px;
  box-shadow:0 14px 38px rgba(0,0,0,.07);
}
.faq-cta-box h3{
  font-weight:900;
  margin:0 0 8px;
}
.faq-cta-box p{
  margin:0 0 14px;
  opacity:.86;
  line-height:1.9;
}
.faq-cta-box .btn-alt{
  display:inline-block;
  padding: 12px 18px;
  border-radius: 14px;
  border:1px solid rgba(0,0,0,.14);
  font-weight:900;
  text-decoration:none;
}
.faq-cta-box .btn-alt:hover{
  box-shadow:0 12px 26px rgba(0,0,0,.08);
  transform: translateY(-2px);
}
/* Support Ticket Modal */
.hc-modal{
  border-radius: 20px;
  border: 1px solid rgba(0,0,0,.08);
  box-shadow: 0 20px 60px rgba(0,0,0,.18);
}

.hc-modal .modal-header{
  border-bottom: 1px solid rgba(0,0,0,.06);
}

.hc-modal .modal-title{
  font-weight: 900;
}

.hc-modal .form-label{
  font-weight: 800;
  font-size: 13px;
  margin-bottom: 6px;
}

.hc-modal .form-control{
  border-radius: 14px;
  border: 1px solid rgba(0,0,0,.12);
  min-height: 44px;
}

.hc-modal textarea.form-control{
  min-height: 130px;
}

.hc-modal .modal-footer{
  border-top: 1px solid rgba(0,0,0,.06);
}

.hc-modal .btn-alt{
  padding: 12px 18px;
  border-radius: 14px;
  border: 1px solid rgba(0,0,0,.14);
  font-weight: 900;
  background: transparent;
}
/* Mobile buttons side by side */
@media (max-width: 576px) {
  .banner-btn {
    display: flex;
    gap: 10px;
    justify-content: center;
  }

  .banner-btn .default-btn {
    flex: 1;
    padding: 12px 8px;
    font-size: 14px;
    text-align: center;
  }
}

/*==================================
Animation CSS End
====================================*/



/* =========================================
   LEETAG PRICING VARIABLES
========================================= */

.leetag-pricing-area {
  --leetag-pricing-primary: #002379;
  --leetag-pricing-primary-dark: #001a5c;

  --leetag-pricing-accent: #ff5f00;
  --leetag-pricing-accent-dark: #df5200;
  --leetag-pricing-accent-soft: #fff2e9;

  --leetag-pricing-soft: #f3f6ff;
  --leetag-pricing-border: #d8e1f2;

  --leetag-pricing-heading: #002379;
  --leetag-pricing-text: #66738e;
}


/* =========================================
   SECTION
========================================= */

.leetag-pricing-area .leetag-pricing-intro {
  max-width: 780px;
  line-height: 1.9;
  color: var(--leetag-pricing-text);
}


/* =========================================
   PILLS
========================================= */

.leetag-pricing-area .leetag-pricing-note {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;

  gap: 10px;
}

.leetag-pricing-area .leetag-pricing-pill {
  display: inline-flex;
  justify-content: center;
  align-items: center;

  padding: 8px 15px;

  background: var(--leetag-pricing-accent-soft);
  color: var(--leetag-pricing-accent-dark);

  border: 1px solid rgba(255, 95, 0, 0.22);
  border-radius: 50px;

  font-size: 14px;
  font-weight: 600;
}


/* =========================================
   LIFETIME OFFER
========================================= */

.leetag-pricing-area .leetag-pricing-lifetime-offer {
  display: flex;
  justify-content: center;
  align-items: center;

  gap: 16px;

  max-width: 760px;

  margin-inline: auto;

  padding: 18px 24px;

  background:
    linear-gradient(
      135deg,
      rgba(0, 35, 121, 0.07),
      rgba(255, 95, 0, 0.07)
    );

  border: 1px solid rgba(0, 35, 121, 0.14);
  border-radius: 18px;

  text-align: right;
}

.leetag-pricing-area .leetag-pricing-offer-icon {
  display: flex;
  justify-content: center;
  align-items: center;

  flex: 0 0 50px;

  width: 50px;
  height: 50px;

  background: var(--leetag-pricing-accent);
  color: #fff;

  border-radius: 50%;

  font-size: 22px;
  font-weight: 800;
}

.leetag-pricing-area .leetag-pricing-offer-content {
  flex: 1;
}

.leetag-pricing-area .leetag-pricing-offer-content strong {
  display: block;

  margin-bottom: 4px;

  color: var(--leetag-pricing-heading);

  font-size: 17px;
  font-weight: 800;
}

.leetag-pricing-area .leetag-pricing-offer-content p {
  margin: 0;

  color: var(--leetag-pricing-text);

  font-size: 14px;
  line-height: 1.8;
}


/* =========================================
   CARD
========================================= */

.leetag-pricing-area .leetag-pricing-card {
  position: relative;

  display: flex;
  flex-direction: column;

  width: 100%;
  height: 100%;

  padding: 30px;

  overflow: hidden;

  background: #fff;

  border: 1px solid var(--leetag-pricing-border);
  border-radius: 24px;

  box-shadow:
    0 12px 35px rgba(0, 35, 121, 0.07);

  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    border-color 0.3s ease;
}

.leetag-pricing-area .leetag-pricing-card:hover {
  transform: translateY(-7px);

  border-color: rgba(0, 35, 121, 0.35);

  box-shadow:
    0 18px 45px rgba(0, 35, 121, 0.13);
}


/* =========================================
   FREE CARD
========================================= */

.leetag-pricing-area .leetag-pricing-free-card {
  background:
    radial-gradient(
      circle at top left,
      rgba(0, 35, 121, 0.1),
      transparent 42%
    ),
    linear-gradient(
      135deg,
      #ffffff 0%,
      var(--leetag-pricing-soft) 100%
    );

  border-color: rgba(0, 35, 121, 0.24);
}

.leetag-pricing-area .leetag-pricing-trial-badge {
  position: absolute;

  top: 22px;
  inset-inline-end: 22px;

  padding: 8px 14px;

  background: var(--leetag-pricing-accent);
  color: #fff;

  border-radius: 50px;

  font-size: 13px;

  font-weight: 700;
}


/* =========================================
   PLAN HEAD
========================================= */

.leetag-pricing-area .leetag-pricing-head {
  position: relative;

  padding-bottom: 20px;
}

.leetag-pricing-area .leetag-pricing-plan {
  display: inline-flex;
  align-items: center;

  min-height: 34px;

  padding: 7px 13px;
  margin-bottom: 16px;

  background: var(--leetag-pricing-soft);
  color: var(--leetag-pricing-primary);

  border-radius: 50px;

  font-size: 13px;
  font-weight: 800;

  letter-spacing: 0.5px;
}


/* =========================================
   PRICE
========================================= */

.leetag-pricing-area .leetag-pricing-title h2 {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;

  gap: 5px;

  margin-bottom: 15px;

  color: var(--leetag-pricing-heading);

  font-size: 46px;
  font-weight: 800;

  line-height: 1;
}

.leetag-pricing-area .leetag-pricing-title h2 sup {
  position: static;

  color: var(--leetag-pricing-accent);

  font-size: 20px;
  line-height: 1.4;
}

.leetag-pricing-area .leetag-pricing-title h2 sub {
  position: static;

  padding-bottom: 5px;

  color: var(--leetag-pricing-text);

  font-size: 14px;
  font-weight: 500;

  line-height: 1.4;
}

.leetag-pricing-area .leetag-pricing-discounted-price h2 {
  color: var(--leetag-pricing-primary);
}


/* =========================================
   OLD PRICE
========================================= */

.leetag-pricing-area .leetag-pricing-old-price {
  display: flex;
  align-items: center;

  gap: 7px;

  margin-bottom: 8px;

  color: var(--leetag-pricing-text);

  font-size: 13px;
  font-weight: 500;
}

.leetag-pricing-area .leetag-pricing-old-price del {
  color: #9ba5ba;

  font-size: 18px;
  font-weight: 700;

  text-decoration-color: var(--leetag-pricing-accent);
  text-decoration-thickness: 2px;
}


/* =========================================
   DESCRIPTION
========================================= */

.leetag-pricing-area .leetag-pricing-plan-desc {
  min-height: 52px;

  margin: 0;

  color: var(--leetag-pricing-text);

  font-size: 15px;
  line-height: 1.8;
}


/* =========================================
   FEATURES BOX
========================================= */

.leetag-pricing-area .leetag-pricing-features-box {
  padding: 24px;
  margin-top: 4px;

  background: rgba(255, 255, 255, 0.78);

  border: 1px solid rgba(0, 35, 121, 0.12);
  border-radius: 18px;
}

.leetag-pricing-area .leetag-pricing-features-title {
  margin-bottom: 18px;

  color: var(--leetag-pricing-heading);

  font-size: 18px;
  font-weight: 700;
}


/* =========================================
   LIST
========================================= */

.leetag-pricing-area .leetag-pricing-list {
  padding: 0;
  margin: 0;

  list-style: none;
}

.leetag-pricing-area .leetag-pricing-list-grid {
  display: grid;

  grid-template-columns:
    repeat(2, minmax(0, 1fr));

  column-gap: 28px;
  row-gap: 4px;
}

.leetag-pricing-area .leetag-pricing-list li {
  position: relative;

  padding: 10px 28px 10px 0;

  color: var(--leetag-pricing-heading);

  font-size: 14px;
  line-height: 1.7;
}

.leetag-pricing-area .leetag-pricing-list li::before {
  content: "✓";

  position: absolute;

  top: 10px;
  right: 0;

  display: flex;
  align-items: center;
  justify-content: center;

  width: 20px;
  height: 20px;

  background: var(--leetag-pricing-accent-soft);
  color: var(--leetag-pricing-accent);

  border-radius: 50%;

  font-size: 12px;
  font-weight: 800;
}


/* =========================================
   DISCOUNT BADGE
========================================= */

.leetag-pricing-area .leetag-pricing-discount-badge {
  display: inline-flex;
  justify-content: center;
  align-items: center;

  align-self: flex-start;

  width: fit-content;

  padding: 7px 12px;
  margin-bottom: 18px;

  background: var(--leetag-pricing-accent-soft);
  color: var(--leetag-pricing-accent-dark);

  border: 1px solid rgba(255, 95, 0, 0.22);
  border-radius: 50px;

  font-size: 12px;
  font-weight: 800;
}


/* =========================================
   RECOMMENDED
========================================= */

.leetag-pricing-area .leetag-pricing-recommended {
  border: 2px solid var(--leetag-pricing-primary);

  box-shadow:
    0 18px 45px rgba(0, 35, 121, 0.16);

  transform: translateY(-8px);
}

.leetag-pricing-area .leetag-pricing-recommended:hover {
  transform: translateY(-13px);
}

.leetag-pricing-area .leetag-pricing-ribbon {
  position: absolute;

  top: 18px;
  inset-inline-end: 18px;

  z-index: 2;

  padding: 7px 12px;

  background: var(--leetag-pricing-primary);
  color: #fff;

  border-radius: 50px;

  font-size: 12px;
  font-weight: 700;
}

.leetag-pricing-area
.leetag-pricing-discount-badge-recommended {
  margin-top: 42px;
}


/* =========================================
   SAVING
========================================= */

.leetag-pricing-area .leetag-pricing-saving-label {
  display: inline-flex;
  justify-content: center;
  align-items: center;

  align-self: flex-start;

  padding: 8px 12px;
  margin-bottom: 15px;

  background: var(--leetag-pricing-accent-soft);
  color: var(--leetag-pricing-accent-dark);

  border-radius: 8px;

  font-size: 13px;
  font-weight: 700;
}


/* =========================================
   ACTIONS
========================================= */

.leetag-pricing-area .leetag-pricing-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;

  gap: 12px;

  padding-top: 25px;

  margin-top: auto;
}


/* Primary Button */

.leetag-pricing-area .leetag-pricing-primary-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;

  min-height: 48px;

  padding: 10px 22px;

  background: var(--leetag-pricing-primary);
  color: #fff;

  border: 1px solid var(--leetag-pricing-primary);
  border-radius: 10px;

  font-size: 14px;
  font-weight: 700;

  transition:
    background 0.3s ease,
    border-color 0.3s ease,
    transform 0.3s ease;
}

.leetag-pricing-area .leetag-pricing-primary-btn:hover {
  background: var(--leetag-pricing-accent);
  border-color: var(--leetag-pricing-accent);

  color: #fff;

  transform: translateY(-2px);
}


/* Link Button */

.leetag-pricing-area .leetag-pricing-link-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;

  min-height: 48px;

  padding: 10px 5px;

  color: var(--leetag-pricing-primary);

  font-size: 14px;
  font-weight: 700;

  transition: color 0.3s ease;
}

.leetag-pricing-area .leetag-pricing-link-btn:hover {
  color: var(--leetag-pricing-accent);
}


/* =========================================
   NOTES
========================================= */

.leetag-pricing-area .leetag-pricing-small-note {
  margin: 15px 0 0;

  color: var(--leetag-pricing-text);

  font-size: 12px;
  line-height: 1.7;
}


/* =========================================
   FOOTER CTA
========================================= */

.leetag-pricing-area .leetag-pricing-footer {
  padding-top: 18px;
}

.leetag-pricing-area .leetag-pricing-footer-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;

  min-height: 50px;

  padding: 12px 26px;

  background: var(--leetag-pricing-primary);
  color: #fff;

  border: 1px solid var(--leetag-pricing-primary);
  border-radius: 10px;

  font-weight: 700;

  transition:
    background 0.3s ease,
    border-color 0.3s ease;
}

.leetag-pricing-area .leetag-pricing-footer-btn:hover {
  background: var(--leetag-pricing-accent);
  border-color: var(--leetag-pricing-accent);

  color: #fff;
}

.leetag-pricing-area .leetag-pricing-custom-text {
  margin: 12px 0 0;

  color: var(--leetag-pricing-text);

  font-size: 14px;
}


/* =========================================
   RESPONSIVE
========================================= */

@media only screen and (max-width: 1199px) {

  .leetag-pricing-area .leetag-pricing-card {
    padding: 25px;
  }

  .leetag-pricing-area .leetag-pricing-title h2 {
    font-size: 40px;
  }

  .leetag-pricing-area .leetag-pricing-recommended,
  .leetag-pricing-area .leetag-pricing-recommended:hover {
    transform: none;
  }

}


@media only screen and (max-width: 767px) {

  .leetag-pricing-area .leetag-pricing-list-grid {
    grid-template-columns: 1fr;
  }

  .leetag-pricing-area .leetag-pricing-card {
    padding: 22px;

    border-radius: 18px;
  }

  .leetag-pricing-area .leetag-pricing-features-box {
    padding: 18px;
  }

  .leetag-pricing-area .leetag-pricing-title h2 {
    font-size: 36px;
  }

  .leetag-pricing-area .leetag-pricing-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .leetag-pricing-area .leetag-pricing-primary-btn,
  .leetag-pricing-area .leetag-pricing-link-btn {
    width: 100%;
  }

  .leetag-pricing-area .leetag-pricing-trial-badge,
  .leetag-pricing-area .leetag-pricing-ribbon {
    position: static;

    align-self: flex-start;

    width: fit-content;

    margin-bottom: 18px;
  }

  .leetag-pricing-area
  .leetag-pricing-discount-badge-recommended {
    margin-top: 0;
  }

  .leetag-pricing-area .leetag-pricing-lifetime-offer {
    align-items: flex-start;

    padding: 16px;
  }

  .leetag-pricing-area .leetag-pricing-offer-icon {
    flex-basis: 42px;

    width: 42px;
    height: 42px;

    font-size: 19px;
  }

}

/* =========================================
   LEETAG SHOWCASE
========================================= */

.leetag-showcase-area {
  --leetag-primary: #002379;
  --leetag-primary-dark: #001a5c;

  --leetag-accent: #ff5f00;
  --leetag-accent-dark: #df5200;
  --leetag-accent-soft: #fff2e9;

  --leetag-soft: #f3f6ff;
  --leetag-border: #d8e1f2;

  --leetag-heading: #002379;
  --leetag-text: #66738e;

  position: relative;

  background: #ffffff;
}


/* =========================================
   HEADING
========================================= */

.leetag-showcase-heading {
  max-width: 800px;

  margin-inline: auto;
}

.leetag-showcase-subtitle {
  display: inline-flex;

  padding: 7px 14px;
  margin-bottom: 12px;

  background: var(--leetag-accent-soft);
  color: var(--leetag-accent);

  border: 1px solid rgba(255, 95, 0, 0.18);
  border-radius: 50px;

  font-size: 13px;
  font-weight: 700;
}

.leetag-showcase-heading h2 {
  margin-bottom: 15px;

  color: var(--leetag-heading);

  font-size: 38px;
  font-weight: 800;

  line-height: 1.35;
}

.leetag-showcase-heading p {
  max-width: 720px;

  margin: 0 auto;

  color: var(--leetag-text);

  font-size: 16px;
  line-height: 1.9;
}


/* =========================================
   STORE CARD
========================================= */

.leetag-store-card {
  overflow: hidden;

  background: #fff;

  border: 1px solid var(--leetag-border);
  border-radius: 20px;

  box-shadow:
    0 12px 35px rgba(0, 35, 121, 0.07);

  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease,
    border-color 0.35s ease;
}

.leetag-store-card:hover {
  transform: translateY(-7px);

  border-color: rgba(0, 35, 121, 0.28);

  box-shadow:
    0 20px 45px rgba(0, 35, 121, 0.14);
}


/* =========================================
   STORE IMAGE
========================================= */

.leetag-store-image {
  position: relative;

  display: block;

  overflow: hidden;

  aspect-ratio: 16 / 10;

  background: var(--leetag-soft);
}

.leetag-store-image img {
  width: 100%;
  height: 100%;

  object-fit: cover;

  transition:
    transform 0.55s ease,
    filter 0.55s ease;
}

.leetag-store-card:hover .leetag-store-image img {
  transform: scale(1.055);
}


/* =========================================
   IMAGE OVERLAY
========================================= */

.leetag-store-overlay {
  position: absolute;
  inset: 0;

  background:
    linear-gradient(
      to top,
      rgba(0, 26, 92, 0.55) 0%,
      rgba(0, 35, 121, 0.08) 55%,
      transparent 100%
    );

  opacity: 0;

  transition: opacity 0.35s ease;
}

.leetag-store-card:hover .leetag-store-overlay {
  opacity: 1;
}


/* =========================================
   PREVIEW ICON
========================================= */

.leetag-store-preview {
  position: absolute;

  top: 18px;
  left: 18px;

  display: flex;
  align-items: center;
  justify-content: center;

  width: 44px;
  height: 44px;

  background: #ffffff;
  color: var(--leetag-primary);

  border-radius: 50%;

  box-shadow:
    0 8px 20px rgba(0, 35, 121, 0.16);

  opacity: 0;

  transform: translateY(-8px);

  transition:
    opacity 0.3s ease,
    transform 0.3s ease,
    background 0.3s ease,
    color 0.3s ease;
}

.leetag-store-preview i {
  font-size: 20px;
}

.leetag-store-card:hover .leetag-store-preview {
  opacity: 1;

  transform: translateY(0);
}

.leetag-store-preview:hover {
  background: var(--leetag-accent);
  color: #fff;
}


/* =========================================
   STORE CONTENT
========================================= */

.leetag-store-content {
  display: flex;
  align-items: center;
  justify-content: space-between;

  gap: 15px;

  padding: 20px 20px 22px;
}

.leetag-store-info {
  min-width: 0;
}


/* category */

.leetag-store-label {
  display: block;

  margin-bottom: 5px;

  color: var(--leetag-accent);

  font-size: 12px;
  font-weight: 700;
}


/* title */

.leetag-store-info h3 {
  margin: 0;

  color: var(--leetag-heading);

  font-size: 20px;
  font-weight: 800;
}


/* =========================================
   STORE BUTTON
========================================= */

.leetag-store-btn {
  display: inline-flex;
  align-items: center;

  flex-shrink: 0;

  gap: 5px;

  color: var(--leetag-primary);

  font-size: 13px;
  font-weight: 700;

  white-space: nowrap;

  transition: color 0.3s ease;
}

.leetag-store-btn i {
  font-size: 18px;

  transition: transform 0.3s ease;
}

.leetag-store-btn:hover {
  color: var(--leetag-accent);
}

.leetag-store-btn:hover i {
  transform: translateX(-4px);
}


/* =========================================
   CTA
========================================= */

.leetag-showcase-cta {
  max-width: 760px;

  margin: 55px auto 0;

  padding: 32px 30px;

  background:
    linear-gradient(
      135deg,
      var(--leetag-primary-dark),
      var(--leetag-primary)
    );

  border-radius: 22px;

  box-shadow:
    0 18px 45px rgba(0, 35, 121, 0.18);
}

.leetag-showcase-cta h3 {
  margin-bottom: 8px;

  color: #fff;

  font-size: 26px;
  font-weight: 800;
}

.leetag-showcase-cta p {
  max-width: 560px;

  margin: 0 auto 20px;

  color: rgba(255, 255, 255, 0.78);

  font-size: 14px;
  line-height: 1.8;
}


/* CTA Button */

.leetag-showcase-main-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  gap: 7px;

  min-height: 50px;

  padding: 11px 24px;

  background: var(--leetag-accent);
  color: #fff;

  border: 1px solid var(--leetag-accent);
  border-radius: 10px;

  font-size: 14px;
  font-weight: 700;

  transition:
    background 0.3s ease,
    transform 0.3s ease;
}

.leetag-showcase-main-btn i {
  font-size: 19px;

  transition: transform 0.3s ease;
}

.leetag-showcase-main-btn:hover {
  background: var(--leetag-accent-dark);

  color: #fff;

  transform: translateY(-2px);
}

.leetag-showcase-main-btn:hover i {
  transform: translateX(-4px);
}


/* =========================================
   OWL CONTROLS
========================================= */

.leetag-showcase-area .owl-nav {
  margin-top: 28px !important;
}

.leetag-showcase-area .owl-nav button.owl-prev,
.leetag-showcase-area .owl-nav button.owl-next {
  width: 42px;
  height: 42px;

  margin: 0 5px !important;

  background: var(--leetag-soft) !important;
  color: var(--leetag-primary) !important;

  border-radius: 50% !important;

  transition:
    background 0.3s ease,
    color 0.3s ease !important;
}

.leetag-showcase-area .owl-nav button:hover {
  background: var(--leetag-primary) !important;
  color: #fff !important;
}


/* dots */

.leetag-showcase-area .owl-dots {
  margin-top: 25px !important;
}

.leetag-showcase-area .owl-dot span {
  width: 8px !important;
  height: 8px !important;

  margin: 4px !important;

  background: #d8e1f2 !important;

  transition:
    width 0.3s ease,
    background 0.3s ease !important;
}

.leetag-showcase-area .owl-dot.active span {
  width: 25px !important;

  background: var(--leetag-accent) !important;

  border-radius: 20px !important;
}


/* =========================================
   RESPONSIVE
========================================= */

@media only screen and (max-width: 991px) {

  .leetag-showcase-heading h2 {
    font-size: 32px;
  }

}


@media only screen and (max-width: 767px) {

  .leetag-showcase-heading h2 {
    font-size: 27px;
  }

  .leetag-showcase-heading p {
    font-size: 14px;
  }

  .leetag-store-content {
    padding: 17px;
  }

  .leetag-store-info h3 {
    font-size: 18px;
  }

  .leetag-showcase-cta {
    padding: 26px 20px;

    margin-top: 40px;
  }

  .leetag-showcase-cta h3 {
    font-size: 22px;
  }

}

/* =========================================
   LEETAG DEMO SHOWCASE
========================================= */

.leetag-demo-area {
  --demo-primary: #002379;
  --demo-primary-dark: #001a5c;

  --demo-accent: #ff5f00;
  --demo-accent-dark: #df5200;
  --demo-accent-soft: #fff2e9;

  --demo-soft: #f3f6ff;
  --demo-border: #d8e1f2;

  --demo-heading: #002379;
  --demo-text: #66738e;

  position: relative;

  overflow: hidden;

  background:
    linear-gradient(
      180deg,
      #ffffff 0%,
      #f8faff 100%
    );
}


/* =========================================
   HEADING
========================================= */

.leetag-demo-heading {
  max-width: 800px;
  margin-inline: auto;
}

.leetag-demo-subtitle {
  display: inline-flex;
  align-items: center;

  padding: 7px 14px;
  margin-bottom: 12px;

  background: var(--demo-accent-soft);
  color: var(--demo-accent);

  border: 1px solid rgba(255, 95, 0, 0.2);
  border-radius: 50px;

  font-size: 13px;
  font-weight: 700;
}

.leetag-demo-heading h2 {
  margin-bottom: 15px;

  color: var(--demo-heading);

  font-size: 38px;
  font-weight: 800;

  line-height: 1.35;
}

.leetag-demo-heading p {
  max-width: 700px;

  margin: auto;

  color: var(--demo-text);

  font-size: 16px;
  line-height: 1.9;
}


/* =========================================
   CARD
========================================= */

.leetag-demo-card {
  height: 100%;

  overflow: hidden;

  background: #fff;

  border: 1px solid var(--demo-border);
  border-radius: 24px;

  box-shadow:
    0 12px 35px rgba(0, 35, 121, 0.08);

  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease;
}

.leetag-demo-card:hover {
  transform: translateY(-8px);

  box-shadow:
    0 22px 50px rgba(0, 35, 121, 0.14);
}


/* =========================================
   IMAGE
========================================= */

.leetag-demo-image {
  position: relative;

  display: flex;
  align-items: center;
  justify-content: center;

  overflow: hidden;

  aspect-ratio: 8 / 8;

  background: #f7f9fd;
}

.leetag-demo-image img {
  width: 100%;
  height: 100%;

  object-fit: contain;
  object-position: center;

  display: block;

  transition:
    transform 0.6s ease,
    filter 0.6s ease;
}

.leetag-demo-card:hover .leetag-demo-image img {
  transform: scale(1.02);
}


/* Overlay */

.leetag-demo-image-overlay {
  position: absolute;
  inset: 0;

  background:
    linear-gradient(
      to top,
      rgba(0, 26, 92, 0.65) 0%,
      rgba(0, 35, 121, 0.08) 55%,
      transparent 100%
    );

  opacity: 0.45;

  transition: opacity 0.35s ease;
}

.leetag-demo-card:hover .leetag-demo-image-overlay {
  opacity: 0.72;
}


/* =========================================
   NUMBER
========================================= */

.leetag-demo-number {
  position: absolute;

  top: 18px;
  right: 18px;

  display: flex;
  align-items: center;
  justify-content: center;

  width: 48px;
  height: 48px;

  background: rgba(255, 255, 255, 0.92);
  color: var(--demo-primary);

  border-radius: 14px;

  font-size: 16px;
  font-weight: 800;

  box-shadow:
    0 8px 20px rgba(0, 35, 121, 0.15);
}


/* =========================================
   IMAGE BUTTON
========================================= */

.leetag-demo-view {
  position: absolute;

  left: 20px;
  bottom: 18px;

  display: inline-flex;
  align-items: center;

  gap: 7px;

  padding: 9px 14px;

  background: #fff;
  color: var(--demo-primary);

  border-radius: 50px;

  font-size: 13px;
  font-weight: 700;

  opacity: 0;

  transform: translateY(10px);

  transition:
    opacity 0.3s ease,
    transform 0.3s ease;
}

.leetag-demo-card:hover .leetag-demo-view {
  opacity: 1;

  transform: translateY(0);
}


/* =========================================
   CONTENT
========================================= */

.leetag-demo-content {
  padding: 26px;
}

.leetag-demo-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;

  gap: 15px;

  margin-bottom: 15px;
}

.leetag-demo-label {
  display: block;

  margin-bottom: 5px;

  color: var(--demo-accent);

  font-size: 12px;
  font-weight: 700;
}

.leetag-demo-content h3 {
  margin: 0;

  color: var(--demo-heading);

  font-size: 24px;
  font-weight: 800;
}


/* Live Badge */

.leetag-demo-status {
  flex-shrink: 0;

  padding: 6px 10px;

  background: var(--demo-soft);
  color: var(--demo-primary);

  border-radius: 50px;

  font-size: 11px;
  font-weight: 800;
}


.leetag-demo-content > p {
  margin-bottom: 20px;

  color: var(--demo-text);

  font-size: 14px;
  line-height: 1.85;
}


/* =========================================
   FEATURES
========================================= */

.leetag-demo-features {
  display: flex;
  align-items: center;
  flex-wrap: wrap;

  gap: 9px;

  margin-bottom: 24px;
}

.leetag-demo-features span {
  display: inline-flex;
  align-items: center;

  gap: 5px;

  padding: 7px 10px;

  background: var(--demo-soft);
  color: var(--demo-primary);

  border-radius: 8px;

  font-size: 12px;
  font-weight: 600;
}

.leetag-demo-features span i {
  color: var(--demo-accent);

  font-size: 15px;
}


/* =========================================
   CARD BUTTON
========================================= */

.leetag-demo-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  gap: 7px;

  min-height: 46px;

  padding: 9px 18px;

  background: var(--demo-primary);
  color: #fff;

  border: 1px solid var(--demo-primary);
  border-radius: 9px;

  font-size: 13px;
  font-weight: 700;

  transition:
    background 0.3s ease,
    border-color 0.3s ease,
    transform 0.3s ease;
}

.leetag-demo-btn i {
  font-size: 18px;

  transition: transform 0.3s ease;
}

.leetag-demo-btn:hover {
  background: var(--demo-accent);
  border-color: var(--demo-accent);

  color: #fff;

  transform: translateY(-2px);
}

.leetag-demo-btn:hover i {
  transform: translateX(-4px);
}


/* =========================================
   BOTTOM CTA
========================================= */

.leetag-demo-bottom {
  max-width: 850px;

  margin: 55px auto 0;

  padding: 35px 30px;

  background:
    linear-gradient(
      135deg,
      var(--demo-primary-dark),
      var(--demo-primary)
    );

  border-radius: 24px;

  box-shadow:
    0 18px 45px rgba(0, 35, 121, 0.16);
}

.leetag-demo-bottom > span {
  display: block;

  margin-bottom: 7px;

  color: var(--demo-accent);

  font-size: 13px;
  font-weight: 700;
}

.leetag-demo-bottom h3 {
  max-width: 620px;

  margin: 0 auto 20px;

  color: #fff;

  font-size: 25px;
  font-weight: 800;

  line-height: 1.5;
}

.leetag-demo-main-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  gap: 7px;

  min-height: 50px;

  padding: 11px 24px;

  background: var(--demo-accent);
  color: #fff;

  border-radius: 10px;

  font-size: 14px;
  font-weight: 700;

  transition:
    background 0.3s ease,
    transform 0.3s ease;
}

.leetag-demo-main-btn:hover {
  background: var(--demo-accent-dark);

  color: #fff;

  transform: translateY(-2px);
}


/* =========================================
   RESPONSIVE
========================================= */

@media only screen and (max-width: 991px) {

  .leetag-demo-heading h2 {
    font-size: 32px;
  }

}


@media only screen and (max-width: 767px) {

  .leetag-demo-heading h2 {
    font-size: 27px;
  }

  .leetag-demo-heading p {
    font-size: 14px;
  }

  .leetag-demo-content {
    padding: 20px;
  }

  .leetag-demo-content h3 {
    font-size: 20px;
  }

  .leetag-demo-view {
    opacity: 1;

    transform: none;
  }

  .leetag-demo-bottom {
    padding: 28px 20px;

    margin-top: 40px;
  }

  .leetag-demo-bottom h3 {
    font-size: 21px;
  }

}

/* =========================================
   LEETAG COMPARISON SECTION
========================================= */

.leetag-compare-area {
  --lc-primary: #002379;
  --lc-primary-dark: #001a5c;

  --lc-accent: #ff5f00;
  --lc-accent-dark: #df5200;
  --lc-accent-soft: #fff2e9;

  --lc-soft: #f3f6ff;
  --lc-border: #d8e1f2;

  --lc-heading: #002379;
  --lc-text: #66738e;

  position: relative;

  background:
    linear-gradient(
      180deg,
      #ffffff 0%,
      #f8faff 100%
    );
}


/* =========================================
   HEADING
========================================= */

.leetag-compare-heading {
  max-width: 820px;

  margin-inline: auto;
}

.leetag-compare-subtitle {
  display: inline-flex;
  align-items: center;

  padding: 7px 14px;
  margin-bottom: 12px;

  background: var(--lc-accent-soft);
  color: var(--lc-accent);

  border: 1px solid rgba(255, 95, 0, 0.2);
  border-radius: 50px;

  font-size: 13px;
  font-weight: 700;
}

.leetag-compare-heading h2 {
  margin-bottom: 15px;

  color: var(--lc-heading);

  font-size: 38px;
  font-weight: 800;

  line-height: 1.35;
}

.leetag-compare-heading p {
  max-width: 760px;

  margin: 0 auto;

  color: var(--lc-text);

  font-size: 16px;
  line-height: 1.9;
}


/* =========================================
   CARD
========================================= */

.leetag-compare-card {
  position: relative;

  display: flex;
  flex-direction: column;

  height: 100%;

  padding: 32px;

  background: #fff;

  border: 1px solid var(--lc-border);
  border-radius: 24px;

  box-shadow:
    0 12px 35px rgba(0, 35, 121, 0.06);

  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease,
    border-color 0.35s ease;
}

.leetag-compare-card:hover {
  transform: translateY(-7px);

  box-shadow:
    0 20px 45px rgba(0, 35, 121, 0.12);
}


/* =========================================
   TRADITIONAL
========================================= */

.leetag-compare-traditional {
  background:
    linear-gradient(
      180deg,
      #ffffff,
      #fafbfe
    );
}

.leetag-compare-traditional:hover {
  border-color: #c8d0df;
}


/* =========================================
   FEATURED LEETAG CARD
========================================= */

.leetag-compare-featured {
  overflow: hidden;

  border: 2px solid var(--lc-primary);

  background:
    linear-gradient(
      145deg,
      #ffffff 0%,
      #f5f8ff 100%
    );

  box-shadow:
    0 18px 45px rgba(0, 35, 121, 0.14);
}

.leetag-compare-featured::before {
  content: "";

  position: absolute;

  width: 260px;
  height: 260px;

  top: -130px;
  left: -100px;

  background: rgba(0, 35, 121, 0.06);

  border-radius: 50%;

  pointer-events: none;
}


/* Badge */

.leetag-compare-badge {
  position: absolute;

  top: 20px;
  left: 20px;

  z-index: 2;

  padding: 7px 12px;

  background: var(--lc-accent);
  color: #fff;

  border-radius: 50px;

  font-size: 12px;
  font-weight: 800;
}


/* =========================================
   CARD HEAD
========================================= */

.leetag-compare-card-head {
  position: relative;

  z-index: 2;

  display: flex;
  align-items: flex-start;

  gap: 16px;

  padding-bottom: 25px;
  margin-bottom: 10px;

  border-bottom: 1px solid var(--lc-border);
}


/* Icon */

.leetag-compare-icon {
  display: flex;
  align-items: center;
  justify-content: center;

  flex: 0 0 52px;

  width: 52px;
  height: 52px;

  border-radius: 15px;

  font-size: 28px;
}

.leetag-compare-icon-negative {
  background: #f4f5f8;
  color: #8a94a7;
}

.leetag-compare-icon-positive {
  background: var(--lc-accent-soft);
  color: var(--lc-accent);
}


/* Head Label */

.leetag-compare-card-label {
  display: block;

  margin-bottom: 5px;

  color: var(--lc-accent);

  font-size: 12px;
  font-weight: 700;
}


/* Card Title */

.leetag-compare-card-head h3 {
  margin: 0 0 6px;

  color: var(--lc-heading);

  font-size: 24px;
  font-weight: 800;

  line-height: 1.4;
}


/* Card Desc */

.leetag-compare-card-head p {
  margin: 0;

  color: var(--lc-text);

  font-size: 14px;
  line-height: 1.75;
}


/* =========================================
   LIST
========================================= */

.leetag-compare-list {
  position: relative;

  z-index: 2;

  padding: 0;
  margin: 0;

  list-style: none;
}

.leetag-compare-list li {
  display: flex;
  align-items: flex-start;

  gap: 13px;

  padding: 17px 0;

  border-bottom: 1px dashed #dde3ee;
}

.leetag-compare-list li:last-child {
  border-bottom: 0;
}


/* List Icon */

.leetag-compare-list-icon {
  display: flex;
  align-items: center;
  justify-content: center;

  flex: 0 0 29px;

  width: 29px;
  height: 29px;

  margin-top: 2px;

  border-radius: 50%;

  font-size: 18px;
}


/* Negative */

.leetag-compare-list-negative
.leetag-compare-list-icon {
  background: #f2f3f6;
  color: #8b94a6;
}


/* Positive */

.leetag-compare-list-positive
.leetag-compare-list-icon {
  background: var(--lc-accent-soft);
  color: var(--lc-accent);
}


/* List Content */

.leetag-compare-list li div {
  flex: 1;
}

.leetag-compare-list li strong {
  display: block;

  margin-bottom: 3px;

  color: var(--lc-heading);

  font-size: 14px;
  font-weight: 800;
}

.leetag-compare-list li p {
  margin: 0;

  color: var(--lc-text);

  font-size: 13px;
  line-height: 1.7;
}


/* Traditional text slightly muted */

.leetag-compare-list-negative li strong {
  color: #4d5870;
}


/* =========================================
   ACTIONS
========================================= */

.leetag-compare-actions {
  position: relative;

  z-index: 2;

  display: flex;
  align-items: center;
  flex-wrap: wrap;

  gap: 12px;

  padding-top: 25px;

  margin-top: auto;
}


/* Primary */

.leetag-compare-primary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  gap: 7px;

  min-height: 48px;

  padding: 10px 21px;

  background: var(--lc-primary);
  color: #fff;

  border: 1px solid var(--lc-primary);
  border-radius: 10px;

  font-size: 14px;
  font-weight: 700;

  transition:
    background 0.3s ease,
    border-color 0.3s ease,
    transform 0.3s ease;
}

.leetag-compare-primary-btn i {
  font-size: 19px;

  transition: transform 0.3s ease;
}

.leetag-compare-primary-btn:hover {
  background: var(--lc-accent);
  border-color: var(--lc-accent);

  color: #fff;

  transform: translateY(-2px);
}

.leetag-compare-primary-btn:hover i {
  transform: translateX(-4px);
}


/* Secondary */

.leetag-compare-secondary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-height: 48px;

  padding: 10px 17px;

  color: var(--lc-primary);

  border: 1px solid var(--lc-border);
  border-radius: 10px;

  background: #fff;

  font-size: 14px;
  font-weight: 700;

  transition:
    color 0.3s ease,
    border-color 0.3s ease,
    background 0.3s ease;
}

.leetag-compare-secondary-btn:hover {
  color: var(--lc-accent);

  border-color: rgba(255, 95, 0, 0.35);

  background: var(--lc-accent-soft);
}


/* =========================================
   BOTTOM NOTE
========================================= */

.leetag-compare-bottom {
  max-width: 600px;

  margin: 35px auto 0;
}

.leetag-compare-bottom span {
  display: inline-block;

  margin-bottom: 4px;

  color: var(--lc-accent);

  font-size: 13px;
  font-weight: 800;
}

.leetag-compare-bottom p {
  margin: 0;

  color: var(--lc-text);

  font-size: 14px;
}


/* =========================================
   RESPONSIVE
========================================= */

@media only screen and (max-width: 991px) {

  .leetag-compare-heading h2 {
    font-size: 32px;
  }

  .leetag-compare-card {
    padding: 28px;
  }

}


@media only screen and (max-width: 767px) {

  .leetag-compare-area {
    padding-top: 70px;
    padding-bottom: 60px;
  }

  .leetag-compare-heading h2 {
    font-size: 27px;
  }

  .leetag-compare-heading p {
    font-size: 14px;
  }

  .leetag-compare-card {
    padding: 22px;

    border-radius: 18px;
  }

  .leetag-compare-card-head {
    gap: 12px;
  }

  .leetag-compare-icon {
    flex-basis: 44px;

    width: 44px;
    height: 44px;

    border-radius: 12px;

    font-size: 24px;
  }

  .leetag-compare-card-head h3 {
    font-size: 20px;
  }

  .leetag-compare-badge {
    position: static;

    align-self: flex-start;

    width: fit-content;

    margin-bottom: 18px;
  }

  .leetag-compare-actions {
    flex-direction: column;

    align-items: stretch;
  }

  .leetag-compare-primary-btn,
  .leetag-compare-secondary-btn {
    width: 100%;
  }

}


/* =========================================
   LEETAG STEPS
========================================= */

.leetag-steps-area {
  --steps-primary: #002379;
  --steps-primary-dark: #001a5c;

  --steps-accent: #ff5f00;
  --steps-accent-dark: #df5200;
  --steps-accent-soft: #fff2e9;

  --steps-soft: #f3f6ff;
  --steps-border: #d8e1f2;

  --steps-heading: #002379;
  --steps-text: #66738e;

  position: relative;

  background:
    linear-gradient(
      180deg,
      #ffffff 0%,
      #f8faff 100%
    );
}


/* =========================================
   HEADING
========================================= */

.leetag-steps-heading {
  max-width: 760px;

  margin-inline: auto;
}

.leetag-steps-subtitle {
  display: inline-flex;
  align-items: center;

  padding: 7px 14px;
  margin-bottom: 12px;

  background: var(--steps-accent-soft);
  color: var(--steps-accent);

  border: 1px solid rgba(255, 95, 0, 0.2);
  border-radius: 50px;

  font-size: 13px;
  font-weight: 700;
}

.leetag-steps-heading h2 {
  margin-bottom: 15px;

  color: var(--steps-heading);

  font-size: 38px;
  font-weight: 800;

  line-height: 1.35;
}

.leetag-steps-heading p {
  margin: 0;

  color: var(--steps-text);

  font-size: 16px;
  line-height: 1.9;
}


/* =========================================
   WRAPPER
========================================= */

.leetag-steps-wrapper {
  position: relative;
}


/* الخط الرابط بين الخطوات */

@media only screen and (min-width: 992px) {

  .leetag-steps-wrapper::before {
    content: "";

    position: absolute;

    top: 92px;
    left: 16%;
    right: 16%;

    height: 2px;

    background:
      linear-gradient(
        90deg,
        var(--steps-border),
        var(--steps-accent),
        var(--steps-border)
      );

    z-index: 0;
  }

}


/* =========================================
   STEP CARD
========================================= */

.leetag-step-card {
  position: relative;

  z-index: 2;

  height: 100%;

  padding: 34px 28px 30px;

  text-align: center;

  background: #ffffff;

  border: 1px solid var(--steps-border);
  border-radius: 22px;

  box-shadow:
    0 12px 35px rgba(0, 35, 121, 0.06);

  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease,
    border-color 0.35s ease;
}

.leetag-step-card:hover {
  transform: translateY(-7px);

  border-color: rgba(0, 35, 121, 0.28);

  box-shadow:
    0 20px 45px rgba(0, 35, 121, 0.12);
}


/* =========================================
   NUMBER
========================================= */

.leetag-step-number {
  position: absolute;

  top: 18px;
  right: 18px;

  color: rgba(0, 35, 121, 0.12);

  font-size: 34px;
  font-weight: 900;

  line-height: 1;
}


/* =========================================
   ICON
========================================= */

.leetag-step-icon {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 72px;
  height: 72px;

  margin: 0 auto 22px;

  background: var(--steps-soft);
  color: var(--steps-primary);

  border: 1px solid var(--steps-border);
  border-radius: 20px;

  font-size: 34px;

  transition:
    background 0.3s ease,
    color 0.3s ease,
    transform 0.3s ease;
}

.leetag-step-card:hover .leetag-step-icon {
  background: var(--steps-primary);
  color: #fff;

  transform: rotate(-3deg) scale(1.05);
}


/* =========================================
   CONTENT
========================================= */

.leetag-step-card h3 {
  margin-bottom: 10px;

  color: var(--steps-heading);

  font-size: 21px;
  font-weight: 800;
}

.leetag-step-card p {
  max-width: 280px;

  margin: 0 auto 18px;

  color: var(--steps-text);

  font-size: 14px;
  line-height: 1.8;
}


/* label */

.leetag-step-label {
  display: inline-flex;
  align-items: center;

  padding: 6px 11px;

  background: var(--steps-accent-soft);
  color: var(--steps-accent);

  border-radius: 50px;

  font-size: 11px;
  font-weight: 700;
}


/* =========================================
   FEATURED FINAL STEP
========================================= */

.leetag-step-card-featured {
  border-color: rgba(255, 95, 0, 0.28);

  background:
    linear-gradient(
      180deg,
      #ffffff 0%,
      #fffaf7 100%
    );
}

.leetag-step-card-featured .leetag-step-icon {
  background: var(--steps-accent-soft);
  color: var(--steps-accent);

  border-color: rgba(255, 95, 0, 0.18);
}

.leetag-step-card-featured:hover .leetag-step-icon {
  background: var(--steps-accent);
  color: #fff;
}


/* =========================================
   CTA
========================================= */

.leetag-steps-cta {
  max-width: 720px;

  margin: 50px auto 0;

  padding: 30px 25px;

  background:
    linear-gradient(
      135deg,
      var(--steps-primary-dark),
      var(--steps-primary)
    );

  border-radius: 22px;

  box-shadow:
    0 18px 45px rgba(0, 35, 121, 0.16);
}

.leetag-steps-cta h3 {
  margin-bottom: 7px;

  color: #fff;

  font-size: 24px;
  font-weight: 800;
}

.leetag-steps-cta p {
  margin-bottom: 18px;

  color: rgba(255, 255, 255, 0.78);

  font-size: 14px;
  line-height: 1.8;
}


/* button */

.leetag-steps-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  gap: 7px;

  min-height: 50px;

  padding: 11px 24px;

  background: var(--steps-accent);
  color: #fff;

  border: 1px solid var(--steps-accent);
  border-radius: 10px;

  font-size: 14px;
  font-weight: 700;

  transition:
    background 0.3s ease,
    transform 0.3s ease;
}

.leetag-steps-btn i {
  font-size: 19px;

  transition: transform 0.3s ease;
}

.leetag-steps-btn:hover {
  background: var(--steps-accent-dark);

  color: #fff;

  transform: translateY(-2px);
}

.leetag-steps-btn:hover i {
  transform: translateX(-4px);
}


/* =========================================
   RESPONSIVE
========================================= */

@media only screen and (max-width: 991px) {

  .leetag-steps-heading h2 {
    font-size: 32px;
  }

}


@media only screen and (max-width: 767px) {

  .leetag-steps-area {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .leetag-steps-heading h2 {
    font-size: 27px;
  }

  .leetag-steps-heading p {
    font-size: 14px;
  }

  .leetag-step-card {
    padding: 28px 20px 25px;

    border-radius: 18px;
  }

  .leetag-step-icon {
    width: 62px;
    height: 62px;

    border-radius: 16px;

    font-size: 30px;
  }

  .leetag-step-number {
    font-size: 28px;
  }

  .leetag-steps-cta {
    margin-top: 40px;

    padding: 26px 20px;
  }

  .leetag-steps-cta h3 {
    font-size: 21px;
  }

}


/* =========================================
   LEETAG BENEFITS
========================================= */

.leetag-benefits-area {
  --lb-primary: #002379;
  --lb-primary-dark: #001a5c;

  --lb-accent: #ff5f00;
  --lb-accent-dark: #df5200;
  --lb-accent-soft: #fff2e9;

  --lb-soft: #f3f6ff;
  --lb-border: #d8e1f2;

  --lb-heading: #002379;
  --lb-text: #66738e;

  position: relative;

  background: #ffffff;
}


/* =========================================
   HEADING
========================================= */

.leetag-benefits-heading {
  max-width: 790px;

  margin-inline: auto;
}

.leetag-benefits-subtitle {
  display: inline-flex;
  align-items: center;

  padding: 7px 14px;
  margin-bottom: 12px;

  background: var(--lb-accent-soft);
  color: var(--lb-accent);

  border: 1px solid rgba(255, 95, 0, 0.2);
  border-radius: 50px;

  font-size: 13px;
  font-weight: 700;
}

.leetag-benefits-heading h2 {
  margin-bottom: 15px;

  color: var(--lb-heading);

  font-size: 38px;
  font-weight: 800;

  line-height: 1.35;
}

.leetag-benefits-heading p {
  max-width: 720px;

  margin: 0 auto;

  color: var(--lb-text);

  font-size: 16px;
  line-height: 1.9;
}


/* =========================================
   CARD
========================================= */

.leetag-benefit-card {
  position: relative;

  height: 100%;

  padding: 28px 24px;

  overflow: hidden;

  background:
    linear-gradient(
      180deg,
      #ffffff 0%,
      #fbfcff 100%
    );

  border: 1px solid var(--lb-border);
  border-radius: 22px;

  box-shadow:
    0 10px 30px rgba(0, 35, 121, 0.06);

  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease,
    border-color 0.35s ease;
}

.leetag-benefit-card:hover {
  transform: translateY(-8px);

  border-color: rgba(0, 35, 121, 0.28);

  box-shadow:
    0 20px 45px rgba(0, 35, 121, 0.12);
}


/* =========================================
   ICON
========================================= */

.leetag-benefit-icon {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 58px;
  height: 58px;

  margin-bottom: 24px;

  background: var(--lb-soft);
  color: var(--lb-primary);

  border: 1px solid var(--lb-border);
  border-radius: 16px;

  font-size: 29px;

  transition:
    background 0.3s ease,
    color 0.3s ease,
    transform 0.3s ease;
}

.leetag-benefit-card:hover .leetag-benefit-icon {
  background: var(--lb-primary);
  color: #fff;

  transform: scale(1.06);
}


/* =========================================
   NUMBER
========================================= */

.leetag-benefit-number {
  position: absolute;

  top: 22px;
  left: 22px;

  color: rgba(0, 35, 121, 0.08);

  font-size: 42px;
  font-weight: 900;

  line-height: 1;
}


/* =========================================
   CONTENT
========================================= */

.leetag-benefit-card h3 {
  margin-bottom: 10px;

  color: var(--lb-heading);

  font-size: 20px;
  font-weight: 800;

  line-height: 1.45;
}

.leetag-benefit-card p {
  min-height: 78px;

  margin-bottom: 18px;

  color: var(--lb-text);

  font-size: 14px;
  line-height: 1.8;
}


/* tag */

.leetag-benefit-tag {
  display: inline-flex;
  align-items: center;

  padding: 6px 10px;

  background: var(--lb-accent-soft);
  color: var(--lb-accent);

  border-radius: 50px;

  font-size: 11px;
  font-weight: 700;
}


/* =========================================
   HIGHLIGHT CARD
========================================= */

.leetag-benefit-card-highlight {
  border-color: rgba(255, 95, 0, 0.26);

  background:
    linear-gradient(
      180deg,
      #ffffff 0%,
      #fffaf7 100%
    );
}

.leetag-benefit-card-highlight .leetag-benefit-icon {
  background: var(--lb-accent-soft);
  color: var(--lb-accent);

  border-color: rgba(255, 95, 0, 0.18);
}

.leetag-benefit-card-highlight:hover
.leetag-benefit-icon {
  background: var(--lb-accent);
  color: #fff;
}


/* =========================================
   CTA
========================================= */

.leetag-benefits-cta {
  margin-top: 48px;

  padding: 26px 30px;

  background:
    linear-gradient(
      135deg,
      var(--lb-primary-dark),
      var(--lb-primary)
    );

  border-radius: 22px;

  box-shadow:
    0 18px 45px rgba(0, 35, 121, 0.16);
}

.leetag-benefits-cta-content {
  display: flex;
  align-items: center;
  justify-content: space-between;

  gap: 30px;
}

.leetag-benefits-cta span {
  display: block;

  margin-bottom: 4px;

  color: var(--lb-accent);

  font-size: 12px;
  font-weight: 700;
}

.leetag-benefits-cta h3 {
  margin-bottom: 5px;

  color: #ffffff;

  font-size: 23px;
  font-weight: 800;
}

.leetag-benefits-cta p {
  margin: 0;

  color: rgba(255, 255, 255, 0.72);

  font-size: 13px;
  line-height: 1.7;
}


/* =========================================
   CTA BUTTON
========================================= */

.leetag-benefits-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  flex-shrink: 0;

  gap: 7px;

  min-height: 50px;

  padding: 11px 22px;

  background: var(--lb-accent);
  color: #ffffff;

  border: 1px solid var(--lb-accent);
  border-radius: 10px;

  font-size: 14px;
  font-weight: 700;

  transition:
    background 0.3s ease,
    transform 0.3s ease;
}

.leetag-benefits-btn i {
  font-size: 19px;

  transition: transform 0.3s ease;
}

.leetag-benefits-btn:hover {
  background: var(--lb-accent-dark);

  color: #ffffff;

  transform: translateY(-2px);
}

.leetag-benefits-btn:hover i {
  transform: translateX(-4px);
}


/* =========================================
   RESPONSIVE
========================================= */

@media only screen and (max-width: 991px) {

  .leetag-benefits-heading h2 {
    font-size: 32px;
  }

  .leetag-benefits-cta-content {
    flex-direction: column;

    text-align: center;
  }

}


@media only screen and (max-width: 767px) {

  .leetag-benefits-area {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .leetag-benefits-heading h2 {
    font-size: 27px;
  }

  .leetag-benefits-heading p {
    font-size: 14px;
  }

  .leetag-benefit-card {
    padding: 24px 20px;

    border-radius: 18px;
  }

  .leetag-benefit-card p {
    min-height: auto;
  }

  .leetag-benefits-cta {
    padding: 24px 20px;

    margin-top: 38px;
  }

  .leetag-benefits-cta h3 {
    font-size: 20px;
  }

  .leetag-benefits-btn {
    width: 100%;
  }

}

/* =========================================
   LEETAG HERO
========================================= */

.leetag-hero-area {
  --hero-primary: #002379;
  --hero-primary-dark: #001a5c;

  --hero-accent: #ff5f00;
  --hero-accent-dark: #df5200;
  --hero-accent-soft: #fff2e9;

  --hero-soft: #f3f6ff;
  --hero-border: #d8e1f2;

  --hero-heading: #002379;
  --hero-text: #66738e;

  position: relative;
  overflow: hidden;

  padding: 100px 0 90px;

  background:
    radial-gradient(
      circle at 85% 25%,
      rgba(0, 35, 121, 0.08),
      transparent 32%
    ),
    radial-gradient(
      circle at 10% 80%,
      rgba(255, 95, 0, 0.06),
      transparent 28%
    ),
    linear-gradient(
      180deg,
      #ffffff 0%,
      #f8faff 100%
    );
}


/* =========================================
   CONTENT
========================================= */

.leetag-hero-content {
  position: relative;
  z-index: 3;
}


/* Badge */

.leetag-hero-badge {
  display: inline-flex;
  align-items: center;

  padding: 8px 15px;
  margin-bottom: 20px;

  background: var(--hero-accent-soft);
  color: var(--hero-accent);

  border: 1px solid rgba(255, 95, 0, 0.2);
  border-radius: 50px;

  font-size: 13px;
  font-weight: 700;
}


/* =========================================
   TITLE
========================================= */

.leetag-hero-content h1 {
  max-width: 650px;

  margin-bottom: 20px;

  color: var(--hero-heading);

  font-size: 52px;
  font-weight: 900;

  line-height: 1.25;
}

.leetag-hero-content h1 span {
  display: block;

  color: var(--hero-accent);
}


/* =========================================
   DESCRIPTION
========================================= */

.leetag-hero-description {
  max-width: 610px;

  margin-bottom: 24px;

  color: var(--hero-text);

  font-size: 17px;

  line-height: 1.95;
}


/* =========================================
   QUICK FEATURES
========================================= */

.leetag-hero-features {
  display: flex;
  align-items: center;
  flex-wrap: wrap;

  gap: 12px;

  margin-bottom: 28px;
}

.leetag-hero-features span {
  display: inline-flex;
  align-items: center;

  gap: 6px;

  color: var(--hero-heading);

  font-size: 13px;
  font-weight: 700;
}

.leetag-hero-features span i {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 22px;
  height: 22px;

  background: var(--hero-accent-soft);
  color: var(--hero-accent);

  border-radius: 50%;

  font-size: 14px;
}


/* =========================================
   ACTIONS
========================================= */

.leetag-hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;

  gap: 12px;

  margin-bottom: 27px;
}


/* Primary */

.leetag-hero-primary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  gap: 8px;

  min-height: 54px;

  padding: 12px 25px;

  background: var(--hero-primary);
  color: #fff;

  border: 1px solid var(--hero-primary);
  border-radius: 11px;

  font-size: 15px;
  font-weight: 800;

  box-shadow:
    0 12px 25px rgba(0, 35, 121, 0.16);

  transition:
    background 0.3s ease,
    border-color 0.3s ease,
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.leetag-hero-primary-btn i {
  font-size: 20px;

  transition: transform 0.3s ease;
}

.leetag-hero-primary-btn:hover {
  background: var(--hero-accent);
  border-color: var(--hero-accent);

  color: #fff;

  transform: translateY(-3px);

  box-shadow:
    0 15px 30px rgba(255, 95, 0, 0.18);
}

.leetag-hero-primary-btn:hover i {
  transform: translateX(-4px);
}


/* Secondary */

.leetag-hero-secondary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  gap: 7px;

  min-height: 54px;

  padding: 12px 21px;

  background: #fff;
  color: var(--hero-primary);

  border: 1px solid var(--hero-border);
  border-radius: 11px;

  font-size: 14px;
  font-weight: 700;

  transition:
    color 0.3s ease,
    border-color 0.3s ease,
    background 0.3s ease,
    transform 0.3s ease;
}

.leetag-hero-secondary-btn i {
  font-size: 20px;
}

.leetag-hero-secondary-btn:hover {
  background: var(--hero-soft);

  color: var(--hero-accent);

  border-color: rgba(255, 95, 0, 0.3);

  transform: translateY(-2px);
}


/* =========================================
   OFFER
========================================= */

.leetag-hero-offer {
  display: inline-flex;
  align-items: center;

  gap: 12px;

  padding: 12px 16px;

  background: #fff;

  border: 1px solid var(--hero-border);
  border-radius: 13px;

  box-shadow:
    0 8px 25px rgba(0, 35, 121, 0.06);
}

.leetag-hero-offer-icon {
  display: flex;
  align-items: center;
  justify-content: center;

  flex: 0 0 40px;

  width: 40px;
  height: 40px;

  background: var(--hero-accent);
  color: #fff;

  border-radius: 11px;

  font-size: 18px;
  font-weight: 900;
}

.leetag-hero-offer strong {
  display: block;

  margin-bottom: 2px;

  color: var(--hero-heading);

  font-size: 14px;
  font-weight: 800;
}

.leetag-hero-offer p {
  margin: 0;

  color: var(--hero-text);

  font-size: 12px;
}


/* =========================================
   VISUAL
========================================= */

.leetag-hero-visual {
  position: relative;

  z-index: 2;

  min-height: 500px;

  display: flex;
  align-items: center;
  justify-content: center;
}


/* Image Wrapper */

.leetag-hero-image-wrap {
  position: relative;

  display: flex;
  align-items: center;
  justify-content: center;

  width: 100%;

  min-height: 470px;

  padding: 30px;

  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.95),
      rgba(243, 246, 255, 0.95)
    );

  border: 1px solid rgba(0, 35, 121, 0.1);
  border-radius: 32px;

  box-shadow:
    0 25px 60px rgba(0, 35, 121, 0.12);
}


/* Image */

.leetag-hero-image {
  position: relative;

  z-index: 2;

  display: block;

  width: 100%;
  height: 420px;

  object-fit: contain;
  object-position: center;
}


/* =========================================
   FLOATING CARDS
========================================= */

.leetag-hero-floating-card {
  position: absolute;

  z-index: 4;

  display: flex;
  align-items: center;

  gap: 10px;

  min-width: 175px;

  padding: 12px 14px;

  background: rgba(255, 255, 255, 0.94);

  border: 1px solid rgba(0, 35, 121, 0.1);
  border-radius: 14px;

  box-shadow:
    0 14px 35px rgba(0, 35, 121, 0.14);

  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}


/* Position */

.leetag-hero-floating-card-one {
  top: 55px;
  right: -15px;
}

.leetag-hero-floating-card-two {
  left: -15px;
  bottom: 65px;
}


/* Floating Icon */

.leetag-hero-floating-icon {
  display: flex;
  align-items: center;
  justify-content: center;

  flex: 0 0 40px;

  width: 40px;
  height: 40px;

  background: var(--hero-accent-soft);
  color: var(--hero-accent);

  border-radius: 11px;

  font-size: 20px;
}

.leetag-hero-floating-card span {
  display: block;

  margin-bottom: 2px;

  color: var(--hero-text);

  font-size: 11px;
}

.leetag-hero-floating-card strong {
  display: block;

  color: var(--hero-heading);

  font-size: 13px;
  font-weight: 800;
}


/* =========================================
   DECORATIONS
========================================= */

.leetag-hero-decoration {
  position: absolute;

  border-radius: 50%;

  pointer-events: none;
}

.leetag-hero-decoration-one {
  width: 320px;
  height: 320px;

  top: -180px;
  left: -150px;

  background: rgba(0, 35, 121, 0.045);
}

.leetag-hero-decoration-two {
  width: 220px;
  height: 220px;

  right: -100px;
  bottom: -110px;

  background: rgba(255, 95, 0, 0.055);
}


/* =========================================
   RESPONSIVE
========================================= */

@media only screen and (max-width: 1199px) {

  .leetag-hero-content h1 {
    font-size: 44px;
  }

  .leetag-hero-visual {
    min-height: 450px;
  }

  .leetag-hero-image-wrap {
    min-height: 420px;
  }

  .leetag-hero-image {
    height: 370px;
  }

}


@media only screen and (max-width: 991px) {

  .leetag-hero-area {
    padding: 80px 0 70px;
  }

  .leetag-hero-content {
    max-width: 700px;

    margin: 0 auto;

    text-align: center;
  }

  .leetag-hero-content h1 {
    margin-inline: auto;

    font-size: 42px;
  }

  .leetag-hero-description {
    margin-inline: auto;
  }

  .leetag-hero-features,
  .leetag-hero-actions {
    justify-content: center;
  }

  .leetag-hero-offer {
    text-align: right;
  }

  .leetag-hero-visual {
    max-width: 700px;

    margin: 25px auto 0;
  }

}


@media only screen and (max-width: 767px) {

  .leetag-hero-area {
    padding: 60px 0;
  }

  .leetag-hero-badge {
    margin-bottom: 15px;
  }

  .leetag-hero-content h1 {
    font-size: 32px;
    line-height: 1.35;
  }

  .leetag-hero-description {
    font-size: 15px;
  }

  .leetag-hero-actions {
    flex-direction: column;

    align-items: stretch;
  }

  .leetag-hero-primary-btn,
  .leetag-hero-secondary-btn {
    width: 100%;
  }

  .leetag-hero-offer {
    width: 100%;

    align-items: flex-start;

    text-align: right;
  }

  .leetag-hero-visual {
    min-height: auto;

    margin-top: 30px;
  }

  .leetag-hero-image-wrap {
    min-height: 340px;

    padding: 20px;

    border-radius: 22px;
  }

  .leetag-hero-image {
    height: 300px;
  }

  .leetag-hero-floating-card {
    min-width: auto;

    padding: 9px 11px;
  }

  .leetag-hero-floating-card-one {
    top: 20px;
    right: 5px;
  }

  .leetag-hero-floating-card-two {
    left: 5px;
    bottom: 20px;
  }

  .leetag-hero-floating-icon {
    width: 35px;
    height: 35px;

    flex-basis: 35px;
  }

}

/* =========================================
   LEETAG SERVICES
========================================= */

.leetag-services-area {
  --ls-primary: #002379;
  --ls-primary-dark: #001a5c;

  --ls-accent: #ff5f00;
  --ls-accent-dark: #df5200;
  --ls-accent-soft: #fff2e9;

  --ls-soft: #f3f6ff;
  --ls-border: #d8e1f2;

  --ls-heading: #002379;
  --ls-text: #66738e;

  position: relative;

  background:
    linear-gradient(
      180deg,
      #ffffff 0%,
      #f8faff 100%
    );
}


/* =========================================
   HEADING
========================================= */

.leetag-services-heading {
  max-width: 800px;
  margin-inline: auto;
}

.leetag-services-subtitle {
  display: inline-flex;
  align-items: center;

  padding: 7px 14px;
  margin-bottom: 12px;

  background: var(--ls-accent-soft);
  color: var(--ls-accent);

  border: 1px solid rgba(255, 95, 0, 0.2);
  border-radius: 50px;

  font-size: 13px;
  font-weight: 700;
}

.leetag-services-heading h2 {
  margin-bottom: 15px;

  color: var(--ls-heading);

  font-size: 38px;
  font-weight: 800;

  line-height: 1.35;
}

.leetag-services-heading h2 span {
  color: var(--ls-accent);
}

.leetag-services-heading p {
  max-width: 720px;

  margin: 0 auto;

  color: var(--ls-text);

  font-size: 16px;
  line-height: 1.9;
}


/* =========================================
   CARD
========================================= */

.leetag-service-card {
  position: relative;

  height: 100%;

  padding: 30px 26px;

  overflow: hidden;

  background: #ffffff;

  border: 1px solid var(--ls-border);
  border-radius: 22px;

  box-shadow:
    0 12px 35px rgba(0, 35, 121, 0.06);

  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease,
    border-color 0.35s ease;
}

.leetag-service-card:hover {
  transform: translateY(-8px);

  border-color: rgba(0, 35, 121, 0.25);

  box-shadow:
    0 20px 45px rgba(0, 35, 121, 0.12);
}


/* =========================================
   ICON
========================================= */

.leetag-service-icon {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 70px;
  height: 70px;

  margin-bottom: 24px;

  background: var(--ls-soft);

  border: 1px solid var(--ls-border);
  border-radius: 18px;

  transition:
    transform 0.3s ease,
    background 0.3s ease;
}

.leetag-service-icon img {
  width: 42px;
  height: 42px;

  object-fit: contain;
}

.leetag-service-card:hover .leetag-service-icon {
  transform: scale(1.05);

  background: var(--ls-accent-soft);
}


/* =========================================
   NUMBER
========================================= */

.leetag-service-number {
  position: absolute;

  top: 22px;
  left: 22px;

  color: rgba(0, 35, 121, 0.08);

  font-size: 42px;
  font-weight: 900;

  line-height: 1;
}


/* =========================================
   CONTENT
========================================= */

.leetag-service-card h3 {
  margin-bottom: 12px;

  color: var(--ls-heading);

  font-size: 21px;
  font-weight: 800;

  line-height: 1.45;
}

.leetag-service-card p {
  min-height: 95px;

  margin-bottom: 20px;

  color: var(--ls-text);

  font-size: 14px;
  line-height: 1.85;
}


/* =========================================
   MINI FEATURE
========================================= */

.leetag-service-feature {
  display: inline-flex;
  align-items: center;

  gap: 6px;

  padding: 7px 11px;

  background: var(--ls-accent-soft);
  color: var(--ls-accent);

  border-radius: 50px;

  font-size: 12px;
  font-weight: 700;
}

.leetag-service-feature i {
  font-size: 15px;
}


/* =========================================
   HIGHLIGHT CARD
========================================= */

.leetag-service-card-highlight {
  border-color: rgba(255, 95, 0, 0.26);

  background:
    linear-gradient(
      180deg,
      #ffffff 0%,
      #fffaf7 100%
    );
}


/* =========================================
   BOTTOM
========================================= */

.leetag-services-bottom {
  margin-top: 45px;
}

.leetag-services-bottom p {
  margin-bottom: 15px;

  color: var(--ls-text);

  font-size: 14px;
}


/* =========================================
   BUTTON
========================================= */

.leetag-services-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  gap: 7px;

  min-height: 50px;

  padding: 11px 23px;

  background: var(--ls-primary);
  color: #ffffff;

  border: 1px solid var(--ls-primary);
  border-radius: 10px;

  font-size: 14px;
  font-weight: 700;

  transition:
    background 0.3s ease,
    border-color 0.3s ease,
    transform 0.3s ease;
}

.leetag-services-btn i {
  font-size: 19px;

  transition: transform 0.3s ease;
}

.leetag-services-btn:hover {
  background: var(--ls-accent);
  border-color: var(--ls-accent);

  color: #ffffff;

  transform: translateY(-2px);
}

.leetag-services-btn:hover i {
  transform: translateX(-4px);
}


/* =========================================
   RESPONSIVE
========================================= */

@media only screen and (max-width: 991px) {

  .leetag-services-heading h2 {
    font-size: 32px;
  }

}


@media only screen and (max-width: 767px) {

  .leetag-services-area {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .leetag-services-heading h2 {
    font-size: 27px;
  }

  .leetag-services-heading p {
    font-size: 14px;
  }

  .leetag-service-card {
    padding: 24px 20px;

    border-radius: 18px;
  }

  .leetag-service-card p {
    min-height: auto;
  }

  .leetag-service-icon {
    width: 62px;
    height: 62px;
  }

  .leetag-service-icon img {
    width: 38px;
    height: 38px;
  }

}

/* =========================================
   LEETAG TOOLS
========================================= */

.leetag-tools-area {
  --lt-primary: #002379;
  --lt-primary-dark: #001a5c;

  --lt-accent: #ff5f00;
  --lt-accent-dark: #df5200;
  --lt-accent-soft: #fff2e9;

  --lt-soft: #f3f6ff;
  --lt-border: #d8e1f2;

  --lt-heading: #002379;
  --lt-text: #66738e;

  position: relative;

  background:
    linear-gradient(
      180deg,
      #ffffff 0%,
      #f8faff 100%
    );
}


/* =========================================
   HEADING
========================================= */

.leetag-tools-heading {
  max-width: 820px;
  margin-inline: auto;
}

.leetag-tools-subtitle {
  display: inline-flex;
  align-items: center;

  padding: 7px 14px;
  margin-bottom: 12px;

  background: var(--lt-accent-soft);
  color: var(--lt-accent);

  border: 1px solid rgba(255, 95, 0, 0.2);
  border-radius: 50px;

  font-size: 13px;
  font-weight: 700;
}

.leetag-tools-heading h2 {
  margin-bottom: 15px;

  color: var(--lt-heading);

  font-size: 38px;
  font-weight: 800;

  line-height: 1.35;
}

.leetag-tools-heading p {
  max-width: 740px;

  margin: 0 auto;

  color: var(--lt-text);

  font-size: 16px;
  line-height: 1.9;
}


/* =========================================
   CARD
========================================= */

.leetag-tool-card {
  position: relative;

  height: 100%;

  padding: 28px 24px;

  overflow: hidden;

  background: #ffffff;

  border: 1px solid var(--lt-border);
  border-radius: 22px;

  box-shadow:
    0 10px 30px rgba(0, 35, 121, 0.06);

  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease,
    border-color 0.35s ease;
}

.leetag-tool-card:hover {
  transform: translateY(-8px);

  border-color: rgba(0, 35, 121, 0.25);

  box-shadow:
    0 20px 45px rgba(0, 35, 121, 0.12);
}


/* =========================================
   ICON
========================================= */

.leetag-tool-icon {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 64px;
  height: 64px;

  margin-bottom: 22px;

  background: var(--lt-soft);

  border: 1px solid var(--lt-border);
  border-radius: 17px;

  transition:
    transform 0.3s ease,
    background 0.3s ease;
}

.leetag-tool-icon img {
  width: 40px;
  height: 40px;

  object-fit: contain;
}

.leetag-tool-card:hover .leetag-tool-icon {
  transform: scale(1.05);

  background: var(--lt-accent-soft);
}


/* =========================================
   NUMBER
========================================= */

.leetag-tool-number {
  position: absolute;

  top: 20px;
  left: 20px;

  color: rgba(0, 35, 121, 0.08);

  font-size: 40px;
  font-weight: 900;

  line-height: 1;
}


/* =========================================
   CONTENT
========================================= */

.leetag-tool-card h3 {
  margin-bottom: 10px;

  color: var(--lt-heading);

  font-size: 20px;
  font-weight: 800;

  line-height: 1.45;
}

.leetag-tool-card p {
  min-height: 92px;

  margin-bottom: 18px;

  color: var(--lt-text);

  font-size: 14px;
  line-height: 1.8;
}


/* =========================================
   TAG
========================================= */

.leetag-tool-tag {
  display: inline-flex;
  align-items: center;

  padding: 6px 10px;

  background: var(--lt-accent-soft);
  color: var(--lt-accent);

  border-radius: 50px;

  font-size: 11px;
  font-weight: 700;
}


/* =========================================
   HIGHLIGHT
========================================= */

.leetag-tool-card-highlight {
  border-color: rgba(255, 95, 0, 0.25);

  background:
    linear-gradient(
      180deg,
      #ffffff 0%,
      #fffaf7 100%
    );
}


/* =========================================
   CTA
========================================= */

.leetag-tools-cta {
  margin-top: 48px;

  padding: 26px 30px;

  background:
    linear-gradient(
      135deg,
      var(--lt-primary-dark),
      var(--lt-primary)
    );

  border-radius: 22px;

  box-shadow:
    0 18px 45px rgba(0, 35, 121, 0.16);
}

.leetag-tools-cta-content {
  display: flex;
  align-items: center;
  justify-content: space-between;

  gap: 30px;
}

.leetag-tools-cta span {
  display: block;

  margin-bottom: 4px;

  color: var(--lt-accent);

  font-size: 12px;
  font-weight: 700;
}

.leetag-tools-cta h3 {
  margin-bottom: 5px;

  color: #ffffff;

  font-size: 23px;
  font-weight: 800;
}

.leetag-tools-cta p {
  margin: 0;

  color: rgba(255, 255, 255, 0.72);

  font-size: 13px;
}


/* =========================================
   BUTTON
========================================= */

.leetag-tools-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  flex-shrink: 0;

  gap: 7px;

  min-height: 50px;

  padding: 11px 22px;

  background: var(--lt-accent);
  color: #ffffff;

  border: 1px solid var(--lt-accent);
  border-radius: 10px;

  font-size: 14px;
  font-weight: 700;

  transition:
    background 0.3s ease,
    transform 0.3s ease;
}

.leetag-tools-btn i {
  font-size: 19px;

  transition: transform 0.3s ease;
}

.leetag-tools-btn:hover {
  background: var(--lt-accent-dark);

  color: #ffffff;

  transform: translateY(-2px);
}

.leetag-tools-btn:hover i {
  transform: translateX(-4px);
}


/* =========================================
   RESPONSIVE
========================================= */

@media only screen and (max-width: 991px) {

  .leetag-tools-heading h2 {
    font-size: 32px;
  }

  .leetag-tools-cta-content {
    flex-direction: column;

    text-align: center;
  }

}


@media only screen and (max-width: 767px) {

  .leetag-tools-area {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .leetag-tools-heading h2 {
    font-size: 27px;
  }

  .leetag-tools-heading p {
    font-size: 14px;
  }

  .leetag-tool-card {
    padding: 24px 20px;

    border-radius: 18px;
  }

  .leetag-tool-card p {
    min-height: auto;
  }

  .leetag-tools-cta {
    margin-top: 38px;

    padding: 24px 20px;
  }

  .leetag-tools-cta h3 {
    font-size: 20px;
  }

  .leetag-tools-btn {
    width: 100%;
  }

}

/* =========================================
   LEETAG GROWTH SECTION
========================================= */

.leetag-growth-area {
  --lg-primary: #002379;
  --lg-primary-dark: #001a5c;

  --lg-accent: #ff5f00;
  --lg-accent-dark: #df5200;
  --lg-accent-soft: #fff2e9;

  --lg-soft: #f3f6ff;
  --lg-border: #d8e1f2;

  --lg-heading: #002379;
  --lg-text: #66738e;

  position: relative;

  overflow: hidden;

  background:
    linear-gradient(
      180deg,
      #ffffff 0%,
      #f8faff 100%
    );
}


/* =========================================
   VISUAL
========================================= */

.leetag-growth-visual {
  position: relative;

  min-height: 520px;

  display: flex;
  align-items: center;
  justify-content: center;
}


/* Image box */

.leetag-growth-image-wrap {
  position: relative;

  display: flex;
  align-items: center;
  justify-content: center;

  width: 100%;
  min-height: 480px;

  padding: 28px;

  background:
    linear-gradient(
      145deg,
      #ffffff,
      var(--lg-soft)
    );

  border: 1px solid var(--lg-border);
  border-radius: 30px;

  box-shadow:
    0 22px 55px rgba(0, 35, 121, 0.11);
}

.leetag-growth-image {
  width: 100%;
  height: 420px;

  object-fit: contain;
  object-position: center;

  display: block;
}


/* =========================================
   FLOATING CARDS
========================================= */

.leetag-growth-floating {
  position: absolute;

  z-index: 3;

  display: flex;
  align-items: center;

  gap: 10px;

  min-width: 190px;

  padding: 13px 15px;

  background: rgba(255, 255, 255, 0.95);

  border: 1px solid rgba(0, 35, 121, 0.1);
  border-radius: 14px;

  box-shadow:
    0 12px 30px rgba(0, 35, 121, 0.14);

  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.leetag-growth-floating i {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 40px;
  height: 40px;

  flex: 0 0 40px;

  background: var(--lg-accent-soft);
  color: var(--lg-accent);

  border-radius: 11px;

  font-size: 20px;
}

.leetag-growth-floating span {
  display: block;

  margin-bottom: 2px;

  color: var(--lg-text);

  font-size: 11px;
}

.leetag-growth-floating strong {
  display: block;

  color: var(--lg-heading);

  font-size: 13px;
  font-weight: 800;
}

.leetag-growth-floating-one {
  top: 55px;
  right: -10px;
}

.leetag-growth-floating-two {
  bottom: 60px;
  left: -10px;
}


/* =========================================
   CONTENT
========================================= */

.leetag-growth-content {
  position: relative;
}

.leetag-growth-subtitle {
  display: inline-flex;
  align-items: center;

  padding: 7px 14px;
  margin-bottom: 14px;

  background: var(--lg-accent-soft);
  color: var(--lg-accent);

  border: 1px solid rgba(255, 95, 0, 0.2);
  border-radius: 50px;

  font-size: 13px;
  font-weight: 700;
}

.leetag-growth-content h2 {
  margin-bottom: 18px;

  color: var(--lg-heading);

  font-size: 40px;
  font-weight: 800;

  line-height: 1.4;
}

.leetag-growth-content h2 span {
  color: var(--lg-accent);
}

.leetag-growth-intro {
  max-width: 620px;

  margin-bottom: 28px;

  color: var(--lg-text);

  font-size: 16px;
  line-height: 1.9;
}


/* =========================================
   POINTS
========================================= */

.leetag-growth-points {
  display: flex;
  flex-direction: column;

  gap: 18px;
}

.leetag-growth-point {
  display: flex;
  align-items: flex-start;

  gap: 14px;
}

.leetag-growth-point-icon {
  display: flex;
  align-items: center;
  justify-content: center;

  flex: 0 0 44px;

  width: 44px;
  height: 44px;

  background: var(--lg-soft);
  color: var(--lg-primary);

  border: 1px solid var(--lg-border);
  border-radius: 12px;

  font-size: 21px;
}

.leetag-growth-point h3 {
  margin-bottom: 4px;

  color: var(--lg-heading);

  font-size: 16px;
  font-weight: 800;
}

.leetag-growth-point p {
  margin: 0;

  color: var(--lg-text);

  font-size: 13px;
  line-height: 1.75;
}


/* =========================================
   OFFER
========================================= */

.leetag-growth-offer {
  display: flex;
  align-items: center;

  gap: 12px;

  margin-top: 25px;
  padding: 14px 16px;

  background: var(--lg-accent-soft);

  border: 1px solid rgba(255, 95, 0, 0.18);
  border-radius: 14px;
}

.leetag-growth-offer-icon {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 42px;
  height: 42px;

  flex: 0 0 42px;

  background: var(--lg-accent);
  color: #ffffff;

  border-radius: 11px;

  font-size: 20px;
}

.leetag-growth-offer strong {
  display: block;

  margin-bottom: 2px;

  color: var(--lg-heading);

  font-size: 14px;
  font-weight: 800;
}

.leetag-growth-offer p {
  margin: 0;

  color: var(--lg-text);

  font-size: 12px;
}


/* =========================================
   ACTIONS
========================================= */

.leetag-growth-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;

  gap: 12px;

  margin-top: 25px;
}


/* Primary */

.leetag-growth-primary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  gap: 7px;

  min-height: 50px;

  padding: 11px 22px;

  background: var(--lg-primary);
  color: #ffffff;

  border: 1px solid var(--lg-primary);
  border-radius: 10px;

  font-size: 14px;
  font-weight: 700;

  transition:
    background 0.3s ease,
    border-color 0.3s ease,
    transform 0.3s ease;
}

.leetag-growth-primary-btn i {
  font-size: 19px;

  transition: transform 0.3s ease;
}

.leetag-growth-primary-btn:hover {
  background: var(--lg-accent);
  border-color: var(--lg-accent);

  color: #ffffff;

  transform: translateY(-2px);
}

.leetag-growth-primary-btn:hover i {
  transform: translateX(-4px);
}


/* Secondary */

.leetag-growth-secondary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-height: 50px;

  padding: 11px 18px;

  background: #ffffff;
  color: var(--lg-primary);

  border: 1px solid var(--lg-border);
  border-radius: 10px;

  font-size: 14px;
  font-weight: 700;

  transition:
    color 0.3s ease,
    background 0.3s ease,
    border-color 0.3s ease;
}

.leetag-growth-secondary-btn:hover {
  color: var(--lg-accent);

  background: var(--lg-accent-soft);

  border-color: rgba(255, 95, 0, 0.3);
}


/* =========================================
   RESPONSIVE
========================================= */

@media only screen and (max-width: 991px) {

  .leetag-growth-content {
    text-align: center;
  }

  .leetag-growth-content h2 {
    font-size: 34px;
  }

  .leetag-growth-intro {
    margin-inline: auto;
  }

  .leetag-growth-point {
    text-align: right;
  }

  .leetag-growth-actions {
    justify-content: center;
  }

  .leetag-growth-visual {
    max-width: 700px;

    margin-inline: auto;
  }

}


@media only screen and (max-width: 767px) {

  .leetag-growth-area {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .leetag-growth-visual {
    min-height: auto;
  }

  .leetag-growth-image-wrap {
    min-height: 350px;

    padding: 20px;

    border-radius: 22px;
  }

  .leetag-growth-image {
    height: 300px;
  }

  .leetag-growth-floating {
    min-width: auto;

    padding: 9px 11px;
  }

  .leetag-growth-floating-one {
    top: 20px;
    right: 5px;
  }

  .leetag-growth-floating-two {
    bottom: 20px;
    left: 5px;
  }

  .leetag-growth-content h2 {
    font-size: 28px;
  }

  .leetag-growth-intro {
    font-size: 14px;
  }

  .leetag-growth-actions {
    flex-direction: column;

    align-items: stretch;
  }

  .leetag-growth-primary-btn,
  .leetag-growth-secondary-btn {
    width: 100%;
  }

}


.leetag-partners-intro {
  max-width: 820px;
  margin: 0 auto;
}

.leetag-partners-intro-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 7px 14px;
  margin-bottom: 12px;

  background: #fff2e9;
  color: #ff5f00;

  border: 1px solid rgba(255, 95, 0, 0.2);
  border-radius: 50px;

  font-size: 13px;
  font-weight: 700;
}

.leetag-partners-intro h2 {
  margin-bottom: 15px;

  color: #002379;

  font-size: 38px;
  font-weight: 800;

  line-height: 1.35;
}

.leetag-partners-intro p {
  max-width: 720px;

  margin: 0 auto;

  color: #66738e;

  font-size: 16px;
  line-height: 1.9;
}


/* Tags */

.leetag-partners-intro-tags {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;

  gap: 10px;

  margin-top: 20px;
}

.leetag-partners-intro-tags span {
  display: inline-flex;
  align-items: center;

  gap: 6px;

  padding: 8px 13px;

  background: #ffffff;
  color: #002379;

  border: 1px solid #d8e1f2;
  border-radius: 50px;

  font-size: 12px;
  font-weight: 700;

  box-shadow: 0 5px 15px rgba(0, 35, 121, 0.04);

  transition:
    color 0.3s ease,
    border-color 0.3s ease,
    transform 0.3s ease,
    background 0.3s ease;
}

.leetag-partners-intro-tags span i {
  color: #ff5f00;

  font-size: 16px;
}

.leetag-partners-intro-tags span:hover {
  transform: translateY(-2px);

  background: #fff2e9;

  border-color: rgba(255, 95, 0, 0.25);
}


/* Responsive */

@media only screen and (max-width: 767px) {

  .leetag-partners-intro h2 {
    font-size: 27px;
  }

  .leetag-partners-intro p {
    font-size: 14px;
  }

  .leetag-partners-intro-tags {
    gap: 7px;
  }

  .leetag-partners-intro-tags span {
    padding: 7px 10px;

    font-size: 11px;
  }

}


/* =========================================
   LEETAG MOBILE APP SECTION
========================================= */

.leetag-app-area {
  --la-primary: #002379;
  --la-primary-dark: #001a5c;

  --la-accent: #ff5f00;
  --la-accent-dark: #df5200;
  --la-accent-soft: #fff2e9;

  --la-soft: #f3f6ff;
  --la-border: #d8e1f2;

  --la-heading: #002379;
  --la-text: #66738e;

  position: relative;
  overflow: hidden;

  background:
    linear-gradient(
      180deg,
      #ffffff 0%,
      #f8faff 100%
    );
}


/* =========================================
   CONTENT
========================================= */

.leetag-app-content {
  position: relative;
  z-index: 2;
}

.leetag-app-subtitle {
  display: inline-flex;
  align-items: center;

  padding: 7px 14px;
  margin-bottom: 14px;

  background: var(--la-accent-soft);
  color: var(--la-accent);

  border: 1px solid rgba(255, 95, 0, 0.2);
  border-radius: 50px;

  font-size: 13px;
  font-weight: 700;
}

.leetag-app-content h2 {
  margin-bottom: 18px;

  color: var(--la-heading);

  font-size: 40px;
  font-weight: 800;

  line-height: 1.4;
}

.leetag-app-content h2 span {
  display: block;

  color: var(--la-accent);
}

.leetag-app-intro {
  max-width: 620px;

  margin-bottom: 28px;

  color: var(--la-text);

  font-size: 16px;
  line-height: 1.9;
}


/* =========================================
   POINTS
========================================= */

.leetag-app-points {
  display: flex;
  flex-direction: column;

  gap: 18px;
}

.leetag-app-point {
  display: flex;
  align-items: flex-start;

  gap: 14px;
}

.leetag-app-point-icon {
  display: flex;
  align-items: center;
  justify-content: center;

  flex: 0 0 44px;

  width: 44px;
  height: 44px;

  background: var(--la-soft);
  color: var(--la-primary);

  border: 1px solid var(--la-border);
  border-radius: 12px;

  font-size: 21px;
}

.leetag-app-point h3 {
  margin-bottom: 4px;

  color: var(--la-heading);

  font-size: 16px;
  font-weight: 800;
}

.leetag-app-point p {
  margin: 0;

  color: var(--la-text);

  font-size: 13px;
  line-height: 1.75;
}


/* =========================================
   PLATFORMS
========================================= */

.leetag-app-platforms {
  display: flex;
  align-items: center;
  flex-wrap: wrap;

  gap: 10px;

  margin-top: 26px;
}

.leetag-app-platform {
  display: inline-flex;
  align-items: center;

  gap: 7px;

  padding: 9px 14px;

  background: #ffffff;
  color: var(--la-primary);

  border: 1px solid var(--la-border);
  border-radius: 10px;

  font-size: 13px;
  font-weight: 700;

  box-shadow:
    0 7px 20px rgba(0, 35, 121, 0.05);
}

.leetag-app-platform i {
  color: var(--la-accent);

  font-size: 20px;
}


/* =========================================
   ACTIONS
========================================= */

.leetag-app-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;

  gap: 12px;

  margin-top: 27px;
}


/* Primary */

.leetag-app-primary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  gap: 7px;

  min-height: 50px;

  padding: 11px 22px;

  background: var(--la-primary);
  color: #ffffff;

  border: 1px solid var(--la-primary);
  border-radius: 10px;

  font-size: 14px;
  font-weight: 700;

  transition:
    background 0.3s ease,
    border-color 0.3s ease,
    transform 0.3s ease;
}

.leetag-app-primary-btn i {
  font-size: 19px;

  transition: transform 0.3s ease;
}

.leetag-app-primary-btn:hover {
  background: var(--la-accent);
  border-color: var(--la-accent);

  color: #ffffff;

  transform: translateY(-2px);
}

.leetag-app-primary-btn:hover i {
  transform: translateX(-4px);
}


/* Secondary */

.leetag-app-secondary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-height: 50px;

  padding: 11px 18px;

  background: #ffffff;
  color: var(--la-primary);

  border: 1px solid var(--la-border);
  border-radius: 10px;

  font-size: 14px;
  font-weight: 700;

  transition:
    color 0.3s ease,
    background 0.3s ease,
    border-color 0.3s ease;
}

.leetag-app-secondary-btn:hover {
  background: var(--la-accent-soft);

  color: var(--la-accent);

  border-color: rgba(255, 95, 0, 0.3);
}


/* =========================================
   VISUAL
========================================= */

.leetag-app-visual {
  position: relative;

  min-height: 520px;

  display: flex;
  align-items: center;
  justify-content: center;
}


/* Background Shape */

.leetag-app-visual-bg {
  position: absolute;

  width: 430px;
  height: 430px;

  background:
    linear-gradient(
      145deg,
      var(--la-primary),
      var(--la-primary-dark)
    );

  border-radius: 50%;

  opacity: 0.96;
}


/* =========================================
   PHONES
========================================= */

.leetag-app-phone {
  position: absolute;

  z-index: 2;

  display: flex;
  align-items: center;
  justify-content: center;

  transition: transform 0.4s ease;
}

.leetag-app-phone img {
  display: block;

  max-width: 100%;
  max-height: 100%;

  object-fit: contain;
}


/* Main Phone */

.leetag-app-phone-main {
  width: 300px;
  height: 480px;

  z-index: 3;

  transform: translateX(45px);
}


/* Second Phone */

.leetag-app-phone-back {
  width: 270px;
  height: 420px;

  z-index: 2;

  transform:
    translateX(-90px)
    translateY(25px)
    rotate(-7deg);

  opacity: 0.95;
}

.leetag-app-visual:hover
.leetag-app-phone-main {
  transform:
    translateX(45px)
    translateY(-6px);
}

.leetag-app-visual:hover
.leetag-app-phone-back {
  transform:
    translateX(-90px)
    translateY(19px)
    rotate(-7deg);
}


/* =========================================
   FLOATING PLATFORM BADGES
========================================= */

.leetag-app-floating {
  position: absolute;

  z-index: 5;

  display: flex;
  align-items: center;

  gap: 8px;

  padding: 10px 14px;

  background: #ffffff;
  color: var(--la-primary);

  border: 1px solid rgba(0, 35, 121, 0.1);
  border-radius: 12px;

  box-shadow:
    0 12px 30px rgba(0, 35, 121, 0.16);

  font-size: 12px;
  font-weight: 800;
}

.leetag-app-floating i {
  color: var(--la-accent);

  font-size: 21px;
}

.leetag-app-floating-android {
  top: 80px;
  right: 5px;
}

.leetag-app-floating-ios {
  bottom: 90px;
  left: 10px;
}


/* =========================================
   RESPONSIVE
========================================= */

@media only screen and (max-width: 991px) {

  .leetag-app-content {
    text-align: center;
  }

  .leetag-app-content h2 {
    font-size: 34px;
  }

  .leetag-app-intro {
    margin-inline: auto;
  }

  .leetag-app-point {
    text-align: right;
  }

  .leetag-app-platforms,
  .leetag-app-actions {
    justify-content: center;
  }

  .leetag-app-visual {
    max-width: 650px;

    margin: 20px auto 0;
  }

}


@media only screen and (max-width: 767px) {

  .leetag-app-area {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .leetag-app-content h2 {
    font-size: 28px;
  }

  .leetag-app-intro {
    font-size: 14px;
  }

  .leetag-app-actions {
    flex-direction: column;

    align-items: stretch;
  }

  .leetag-app-primary-btn,
  .leetag-app-secondary-btn {
    width: 100%;
  }

  .leetag-app-visual {
    min-height: 410px;
  }

  .leetag-app-visual-bg {
    width: 300px;
    height: 300px;
  }

  .leetag-app-phone-main {
    width: 180px;
    height: 350px;

    transform: translateX(35px);
  }

  .leetag-app-phone-back {
    width: 155px;
    height: 310px;

    transform:
      translateX(-65px)
      translateY(20px)
      rotate(-7deg);
  }

  .leetag-app-visual:hover
  .leetag-app-phone-main {
    transform: translateX(35px);
  }

  .leetag-app-visual:hover
  .leetag-app-phone-back {
    transform:
      translateX(-65px)
      translateY(20px)
      rotate(-7deg);
  }

  .leetag-app-floating-android {
    top: 45px;
    right: 0;
  }

  .leetag-app-floating-ios {
    bottom: 55px;
    left: 0;
  }

}

/* =========================================
   LEETAG INNER HERO
========================================= */

.leetag-inner-hero {
  --lih-primary: #002379;
  --lih-primary-dark: #001a5c;

  --lih-accent: #ff5f00;
  --lih-accent-soft: #fff2e9;

  position: relative;
  overflow: hidden;

  padding: 78px 0 72px;

  background:
    radial-gradient(
      circle at 85% 20%,
      rgba(255, 95, 0, 0.14),
      transparent 24%
    ),
    radial-gradient(
      circle at 10% 90%,
      rgba(255, 255, 255, 0.08),
      transparent 22%
    ),
    linear-gradient(
      135deg,
      var(--lih-primary-dark) 0%,
      var(--lih-primary) 60%,
      #063a9b 100%
    );
}


/* Decorative Shape */

.leetag-inner-hero::before {
  content: "";

  position: absolute;

  width: 300px;
  height: 300px;

  top: -190px;
  left: -100px;

  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;

  pointer-events: none;
}

.leetag-inner-hero::after {
  content: "";

  position: absolute;

  width: 190px;
  height: 190px;

  right: -80px;
  bottom: -120px;

  background: rgba(255, 95, 0, 0.08);

  border-radius: 50%;

  pointer-events: none;
}


/* =========================================
   CONTENT
========================================= */

.leetag-inner-hero-content {
  position: relative;

  z-index: 2;

  max-width: 850px;

  margin: 0 auto;
}


/* Badge */

.leetag-inner-hero-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 7px 14px;
  margin-bottom: 15px;

  background: rgba(255, 255, 255, 0.1);
  color: var(--lih-accent);

  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50px;

  font-size: 13px;
  font-weight: 700;

  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}


/* =========================================
   TITLE
========================================= */

.leetag-inner-hero h1 {
  margin: 0 0 15px;

  color: #ffffff;

  font-size: 40px;
  font-weight: 800;

  line-height: 1.35;
}


/* =========================================
   DESCRIPTION
========================================= */

.leetag-inner-hero-content > p {
  max-width: 720px;

  margin: 0 auto 22px;

  color: rgba(255, 255, 255, 0.78);

  font-size: 15px;
  line-height: 1.9;
}


/* =========================================
   BREADCRUMB
========================================= */

.leetag-inner-breadcrumb {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;

  gap: 8px;

  padding: 8px 14px;

  background: rgba(255, 255, 255, 0.08);

  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50px;

  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
}

.leetag-inner-breadcrumb a {
  color: rgba(255, 255, 255, 0.85);

  font-size: 13px;
  font-weight: 600;

  transition: color 0.3s ease;
}

.leetag-inner-breadcrumb a:hover {
  color: var(--lih-accent);
}

.leetag-inner-breadcrumb i {
  color: rgba(255, 255, 255, 0.45);

  font-size: 15px;
}

.leetag-inner-breadcrumb span {
  color: var(--lih-accent);

  font-size: 13px;
  font-weight: 700;
}


/* =========================================
   RESPONSIVE
========================================= */

@media only screen and (max-width: 991px) {

  .leetag-inner-hero {
        padding: 77px 0 36px;
  }

  .leetag-inner-hero h1 {
    font-size: 34px;
  }

}


@media only screen and (max-width: 767px) {

  .leetag-inner-hero {
           padding: 77px 0 36px;
  }

  .leetag-inner-hero h1 {
    font-size: 28px;
  }

  .leetag-inner-hero-content > p {
    font-size: 14px;
  }

  .leetag-inner-breadcrumb {
    padding: 7px 12px;
  }

  .leetag-inner-breadcrumb a,
  .leetag-inner-breadcrumb span {
    font-size: 12px;
  }

}
/* =========================================
   LEETAG INNER HERO
========================================= */

.leetag-inner-hero {
  --lih-primary: #002379;
  --lih-primary-dark: #001a5c;

  --lih-accent: #ff5f00;
  --lih-accent-soft: #fff2e9;

  position: relative;
  overflow: hidden;

  padding: 78px 0 72px;

  background:
    radial-gradient(
      circle at 85% 20%,
      rgba(255, 95, 0, 0.14),
      transparent 24%
    ),
    radial-gradient(
      circle at 10% 90%,
      rgba(255, 255, 255, 0.08),
      transparent 22%
    ),
    linear-gradient(
      135deg,
      var(--lih-primary-dark) 0%,
      var(--lih-primary) 60%,
      #063a9b 100%
    );
}


/* Decorative Shape */

.leetag-inner-hero::before {
  content: "";

  position: absolute;

  width: 300px;
  height: 300px;

  top: -190px;
  left: -100px;

  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;

  pointer-events: none;
}

.leetag-inner-hero::after {
  content: "";

  position: absolute;

  width: 190px;
  height: 190px;

  right: -80px;
  bottom: -120px;

  background: rgba(255, 95, 0, 0.08);

  border-radius: 50%;

  pointer-events: none;
}


/* =========================================
   CONTENT
========================================= */

.leetag-inner-hero-content {
  position: relative;

  z-index: 2;

  max-width: 850px;

  margin: 0 auto;
}


/* Badge */

.leetag-inner-hero-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 7px 14px;
  margin-bottom: 15px;

  background: rgba(255, 255, 255, 0.1);
  color: var(--lih-accent);

  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50px;

  font-size: 13px;
  font-weight: 700;

  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}


/* =========================================
   TITLE
========================================= */

.leetag-inner-hero h1 {
  margin: 0 0 15px;

  color: #ffffff;

  font-size: 40px;
  font-weight: 800;

  line-height: 1.35;
}


/* =========================================
   DESCRIPTION
========================================= */

.leetag-inner-hero-content > p {
  max-width: 720px;

  margin: 0 auto 22px;

  color: rgba(255, 255, 255, 0.78);

  font-size: 15px;
  line-height: 1.9;
}


/* =========================================
   BREADCRUMB
========================================= */

.leetag-inner-breadcrumb {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;

  gap: 8px;

  padding: 8px 14px;

  background: rgba(255, 255, 255, 0.08);

  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50px;

  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
}

.leetag-inner-breadcrumb a {
  color: rgba(255, 255, 255, 0.85);

  font-size: 13px;
  font-weight: 600;

  transition: color 0.3s ease;
}

.leetag-inner-breadcrumb a:hover {
  color: var(--lih-accent);
}

.leetag-inner-breadcrumb i {
  color: rgba(255, 255, 255, 0.45);

  font-size: 15px;
}

.leetag-inner-breadcrumb span {
  color: var(--lih-accent);

  font-size: 13px;
  font-weight: 700;
}


/* =========================================
   RESPONSIVE
========================================= */

@media only screen and (max-width: 991px) {

  .leetag-inner-hero {
    padding: 65px 0 60px;
  }

  .leetag-inner-hero h1 {
    font-size: 34px;
  }

}


@media only screen and (max-width: 767px) {

  .leetag-inner-hero {
           padding: 77px 0 36px;
  }

  .leetag-inner-hero h1 {
    font-size: 28px;
  }

  .leetag-inner-hero-content > p {
    font-size: 14px;
  }

  .leetag-inner-breadcrumb {
    padding: 7px 12px;
  }

  .leetag-inner-breadcrumb a,
  .leetag-inner-breadcrumb span {
    font-size: 12px;
  }

}

/* =========================================
   LEETAG PAID FEATURES
========================================= */

.leetag-paid-features-area {
  --lpf-primary: #002379;
  --lpf-primary-dark: #001a5c;

  --lpf-accent: #ff5f00;
  --lpf-accent-dark: #df5200;
  --lpf-accent-soft: #fff2e9;

  --lpf-soft: #f3f6ff;
  --lpf-border: #d8e1f2;

  --lpf-heading: #002379;
  --lpf-text: #66738e;

  position: relative;

  background:
    linear-gradient(
      180deg,
      #ffffff 0%,
      #f8faff 100%
    );
}


/* =========================================
   HEADING
========================================= */

.leetag-paid-features-heading {
  max-width: 840px;
  margin-inline: auto;
}

.leetag-paid-features-subtitle {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 7px 14px;
  margin-bottom: 12px;

  background: var(--lpf-accent-soft);
  color: var(--lpf-accent);

  border: 1px solid rgba(255, 95, 0, 0.2);
  border-radius: 50px;

  font-size: 13px;
  font-weight: 700;
}

.leetag-paid-features-heading h2 {
  margin-bottom: 15px;

  color: var(--lpf-heading);

  font-size: 38px;
  font-weight: 800;

  line-height: 1.35;
}

.leetag-paid-features-heading p {
  max-width: 760px;

  margin: 0 auto;

  color: var(--lpf-text);

  font-size: 16px;
  line-height: 1.9;
}


/* =========================================
   CARD
========================================= */

.leetag-paid-feature-card {
  position: relative;

  display: flex;
  flex-direction: column;

  height: 100%;

  padding: 28px;

  overflow: hidden;

  background: #ffffff;

  border: 1px solid var(--lpf-border);
  border-radius: 22px;

  box-shadow:
    0 12px 35px rgba(0, 35, 121, 0.06);

  transition:
    transform 0.35s ease,
    border-color 0.35s ease,
    box-shadow 0.35s ease;
}

.leetag-paid-feature-card:hover {
  transform: translateY(-7px);

  border-color: rgba(0, 35, 121, 0.25);

  box-shadow:
    0 20px 45px rgba(0, 35, 121, 0.12);
}


/* =========================================
   HIGHLIGHT CARD
========================================= */

.leetag-paid-feature-card-highlight {
  border: 2px solid var(--lpf-primary);

  background:
    linear-gradient(
      180deg,
      #ffffff 0%,
      #f5f8ff 100%
    );

  box-shadow:
    0 18px 45px rgba(0, 35, 121, 0.13);
}

.leetag-paid-feature-badge {
  position: absolute;

  top: 18px;
  left: 18px;

  padding: 6px 11px;

  background: var(--lpf-accent);
  color: #ffffff;

  border-radius: 50px;

  font-size: 11px;
  font-weight: 800;
}


/* =========================================
   HEADER
========================================= */

.leetag-paid-feature-head {
  display: flex;
  align-items: flex-start;

  gap: 14px;

  padding-bottom: 22px;

  border-bottom: 1px solid var(--lpf-border);
}


/* Icon */

.leetag-paid-feature-icon {
  display: flex;
  align-items: center;
  justify-content: center;

  flex: 0 0 52px;

  width: 52px;
  height: 52px;

  background: var(--lpf-soft);
  color: var(--lpf-primary);

  border: 1px solid var(--lpf-border);
  border-radius: 14px;

  font-size: 25px;

  transition:
    background 0.3s ease,
    color 0.3s ease,
    transform 0.3s ease;
}

.leetag-paid-feature-card:hover
.leetag-paid-feature-icon {
  background: var(--lpf-primary);
  color: #ffffff;

  transform: scale(1.05);
}

.leetag-paid-feature-card-highlight
.leetag-paid-feature-icon {
  background: var(--lpf-accent-soft);
  color: var(--lpf-accent);

  border-color: rgba(255, 95, 0, 0.18);
}

.leetag-paid-feature-card-highlight:hover
.leetag-paid-feature-icon {
  background: var(--lpf-accent);
  color: #ffffff;
}


/* Head content */

.leetag-paid-feature-head-content {
  flex: 1;
}

.leetag-paid-feature-head-content > span {
  display: block;

  margin-bottom: 4px;

  color: var(--lpf-accent);

  font-size: 11px;
  font-weight: 700;
}

.leetag-paid-feature-head h3 {
  margin: 0 0 6px;

  color: var(--lpf-heading);

  font-size: 20px;
  font-weight: 800;

  line-height: 1.45;
}

.leetag-paid-feature-head p {
  margin: 0;

  color: var(--lpf-text);

  font-size: 13px;
  line-height: 1.7;
}


/* =========================================
   FEATURE COUNT
========================================= */

.leetag-paid-feature-count {
  display: flex;
  align-items: center;

  gap: 7px;

  padding: 18px 0 7px;
}

.leetag-paid-feature-count strong {
  color: var(--lpf-primary);

  font-size: 23px;
  font-weight: 900;

  line-height: 1;
}

.leetag-paid-feature-count span {
  color: var(--lpf-text);

  font-size: 12px;
  font-weight: 600;
}


/* =========================================
   LIST
========================================= */

.leetag-paid-feature-list {
  padding: 0;
  margin: 0;

  list-style: none;
}

.leetag-paid-feature-list li {
  display: flex;
  align-items: flex-start;

  gap: 10px;

  padding: 11px 0;

  border-bottom: 1px dashed #e2e7f0;

  color: var(--lpf-heading);

  font-size: 13px;
  line-height: 1.7;
}

.leetag-paid-feature-list li:last-child {
  border-bottom: 0;
}

.leetag-paid-feature-list li i {
  display: flex;
  align-items: center;
  justify-content: center;

  flex: 0 0 21px;

  width: 21px;
  height: 21px;

  margin-top: 1px;

  background: var(--lpf-accent-soft);
  color: var(--lpf-accent);

  border-radius: 50%;

  font-size: 14px;
}

.leetag-paid-feature-list li span {
  flex: 1;
}


/* =========================================
   CTA
========================================= */

.leetag-paid-features-cta {
  margin-top: 50px;

  padding: 28px 32px;

  background:
    linear-gradient(
      135deg,
      var(--lpf-primary-dark),
      var(--lpf-primary)
    );

  border-radius: 22px;

  box-shadow:
    0 18px 45px rgba(0, 35, 121, 0.16);
}

.leetag-paid-features-cta-content {
  display: flex;
  align-items: center;
  justify-content: space-between;

  gap: 30px;
}

.leetag-paid-features-cta-content > div:first-child {
  max-width: 570px;
}

.leetag-paid-features-cta-content > div:first-child > span {
  display: block;

  margin-bottom: 5px;

  color: var(--lpf-accent);

  font-size: 12px;
  font-weight: 700;
}

.leetag-paid-features-cta h3 {
  margin-bottom: 5px;

  color: #ffffff;

  font-size: 23px;
  font-weight: 800;
}

.leetag-paid-features-cta p {
  margin: 0;

  color: rgba(255, 255, 255, 0.72);

  font-size: 13px;
  line-height: 1.75;
}


/* =========================================
   CTA ACTIONS
========================================= */

.leetag-paid-features-actions {
  display: flex;
  align-items: center;
  flex-shrink: 0;

  gap: 10px;
}


/* Primary */

.leetag-paid-features-primary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  gap: 7px;

  min-height: 48px;

  padding: 10px 20px;

  background: var(--lpf-accent);
  color: #ffffff;

  border: 1px solid var(--lpf-accent);
  border-radius: 10px;

  font-size: 13px;
  font-weight: 700;

  transition:
    background 0.3s ease,
    transform 0.3s ease;
}

.leetag-paid-features-primary-btn i {
  font-size: 18px;

  transition: transform 0.3s ease;
}

.leetag-paid-features-primary-btn:hover {
  background: var(--lpf-accent-dark);

  color: #ffffff;

  transform: translateY(-2px);
}

.leetag-paid-features-primary-btn:hover i {
  transform: translateX(-4px);
}


/* Secondary */

.leetag-paid-features-secondary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-height: 48px;

  padding: 10px 18px;

  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;

  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 10px;

  font-size: 13px;
  font-weight: 700;

  transition:
    background 0.3s ease,
    border-color 0.3s ease;
}

.leetag-paid-features-secondary-btn:hover {
  background: rgba(255, 255, 255, 0.15);

  border-color: rgba(255, 255, 255, 0.3);

  color: #ffffff;
}


/* =========================================
   RESPONSIVE
========================================= */

@media only screen and (max-width: 991px) {

  .leetag-paid-features-heading h2 {
    font-size: 32px;
  }

  .leetag-paid-features-cta-content {
    flex-direction: column;

    text-align: center;
  }

  .leetag-paid-features-actions {
    justify-content: center;
  }

}


@media only screen and (max-width: 767px) {

  .leetag-paid-features-area {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .leetag-paid-features-heading h2 {
    font-size: 27px;
  }

  .leetag-paid-features-heading p {
    font-size: 14px;
  }

  .leetag-paid-feature-card {
    padding: 22px;

    border-radius: 18px;
  }

  .leetag-paid-feature-badge {
    position: static;

    display: inline-flex;

    width: fit-content;

    margin-bottom: 16px;
  }

  .leetag-paid-feature-head {
    gap: 11px;
  }

  .leetag-paid-feature-icon {
    flex-basis: 45px;

    width: 45px;
    height: 45px;

    font-size: 22px;
  }

  .leetag-paid-feature-head h3 {
    font-size: 18px;
  }

  .leetag-paid-features-cta {
    margin-top: 38px;

    padding: 25px 20px;
  }

  .leetag-paid-features-cta h3 {
    font-size: 20px;
  }

  .leetag-paid-features-actions {
    width: 100%;

    flex-direction: column;
  }

  .leetag-paid-features-primary-btn,
  .leetag-paid-features-secondary-btn {
    width: 100%;
  }

}


/* =========================================
   LEETAG FOOTER - VISUAL UPGRADE
========================================= */

#footer.footer-area-bg {
  --footer-primary: #002379;
  --footer-primary-dark: #001a5c;

  --footer-accent: #ff5f00;
  --footer-accent-dark: #df5200;

  --footer-text: rgba(255, 255, 255, 0.72);
  --footer-muted: rgba(255, 255, 255, 0.48);
  --footer-border: rgba(255, 255, 255, 0.10);

  position: relative;
  overflow: hidden;

  background:
    radial-gradient(
      circle at 15% 20%,
      rgba(255, 95, 0, 0.08),
      transparent 24%
    ),
    radial-gradient(
      circle at 90% 80%,
      rgba(255, 255, 255, 0.05),
      transparent 22%
    ),
    linear-gradient(
      135deg,
      var(--footer-primary-dark) 0%,
      var(--footer-primary) 60%,
      #04338d 100%
    );
}


/* =========================================
   DECORATIVE SHAPES
========================================= */

#footer.footer-area-bg::before {
  content: "";

  position: absolute;

  width: 320px;
  height: 320px;

  top: -180px;
  left: -140px;

  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 50%;

  pointer-events: none;
}

#footer.footer-area-bg::after {
  content: "";

  position: absolute;

  width: 220px;
  height: 220px;

  right: -100px;
  bottom: 40px;

  background: rgba(255, 95, 0, 0.05);

  border-radius: 50%;

  pointer-events: none;
}


/* =========================================
   TOP AREA
========================================= */

#footer .footer-area-top {
  position: relative;

  z-index: 2;
}


/* =========================================
   LEFT CONTENT
========================================= */

#footer .footer-single-content {
  max-width: 530px;
}

#footer .footer-single-content p {
  margin: 0;

  color: var(--footer-text);

  font-size: 15px;
  line-height: 1.95;
}


/* =========================================
   SOCIAL AREA
========================================= */

#footer .banner-content {
  margin-top: 28px;
}

#footer .banner-content-btn {
  display: flex;
  align-items: center;
  flex-wrap: wrap;

  gap: 10px;
}

#footer .banner-play-btn {
  margin: 0;
}

#footer .banner-play-btn .play-btn {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 44px;
  height: 44px;

  padding: 0;

  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;

  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;

  box-shadow: none;

  transition:
    background 0.3s ease,
    border-color 0.3s ease,
    color 0.3s ease,
    transform 0.3s ease;
}

#footer .banner-play-btn .play-btn i {
  font-size: 20px;
}

#footer .banner-play-btn .play-btn:hover {
  background: var(--footer-accent);
  color: #ffffff;

  border-color: var(--footer-accent);

  transform: translateY(-3px);
}


/* =========================================
   FOOTER LISTS
========================================= */

#footer .footer-list {
  position: relative;

  margin: 0;
}

#footer .footer-list.ml-50 {
  margin-left: 0;
}

#footer .footer-list h3 {
  position: relative;

  margin-bottom: 22px;
  padding-bottom: 12px;

  color: #ffffff;

  font-size: 17px;
  font-weight: 800;

  line-height: 1.4;
}

#footer .footer-list h3::after {
  content: "";

  position: absolute;

  bottom: 0;
  right: 0;

  width: 32px;
  height: 3px;

  background: var(--footer-accent);

  border-radius: 20px;
}


/* =========================================
   LIST
========================================= */

#footer .footer-list ul {
  padding: 0;
  margin: 0;

  list-style: none;
}

#footer .footer-list ul li {
  display: flex;
  align-items: center;

  gap: 7px;

  margin-bottom: 13px;
}

#footer .footer-list ul li:last-child {
  margin-bottom: 0;
}

#footer .footer-list ul li i {
  color: var(--footer-accent);

  font-size: 13px;

  transition: transform 0.3s ease;
}

#footer .footer-list ul li a {
  color: var(--footer-text);

  font-size: 18px;
  font-weight: 500;

  transition:
    color 0.3s ease,
    transform 0.3s ease;
}

#footer .footer-list ul li:hover i {
  transform: translateX(-3px);
}

#footer .footer-list ul li a:hover {
  color: #ffffff;
}


/* =========================================
   COLUMN SEPARATION
========================================= */

@media only screen and (min-width: 992px) {

  #footer .col-lg-2 .footer-list {
    padding-inline-start: 12px;
  }

}


/* =========================================
   BOTTOM BAR
========================================= */

#footer .footer-bottom {
  position: relative;

  z-index: 2;

  background: rgba(0, 0, 0, 0.14);

  border-top: 1px solid var(--footer-border);

  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

#footer .bottom-text {
  padding: 19px 0;
}

#footer .bottom-text p {
  margin: 0;

  color: var(--footer-muted);

  font-size: 18px;
}

#footer .bottom-text a {
  color: var(--footer-accent);

  font-weight: 700;

  transition: color 0.3s ease;
}

#footer .bottom-text a:hover {
  color: #ffffff;
}


/* =========================================
   REMOVE OLD UNWANTED STYLES
========================================= */

#footer .banner-play-btn::before,
#footer .banner-play-btn::after,
#footer .play-btn::before,
#footer .play-btn::after {
  display: none !important;
}

#footer .footer-list ul li::before {
  display: none !important;
}


/* =========================================
   RESPONSIVE
========================================= */

@media only screen and (max-width: 991px) {

  #footer .footer-area-top {
    padding-top: 70px;
    padding-bottom: 45px;
  }

  #footer .footer-single {
    margin-bottom: 30px;
  }

  #footer .footer-list {
    margin-bottom: 30px;
  }

  #footer .footer-list h3 {
    margin-bottom: 17px;
  }

}


@media only screen and (max-width: 767px) {

  #footer .footer-area-top {
    padding-top: 55px;
    padding-bottom: 30px;
  }

  #footer .footer-single-content p {
    font-size: 14px;
  }

  #footer .banner-content-btn {
    gap: 8px;
  }

  #footer .banner-play-btn .play-btn {
    width: 40px;
    height: 40px;

    border-radius: 10px;
  }

  #footer .banner-play-btn .play-btn i {
    font-size: 18px;
  }

  #footer .footer-list {
    padding-top: 8px;
  }

  #footer .footer-list h3 {
    font-size: 16px;
  }

  #footer .footer-list ul li {
    margin-bottom: 11px;
  }

  #footer .bottom-text {
    padding: 16px 0;
  }

}

/* =========================================
   LEETAG ABOUT SHOWCASE
========================================= */

.leetag-about-showcase {
  --las-primary: #002379;
  --las-primary-dark: #001a5c;

  --las-accent: #ff5f00;
  --las-accent-dark: #df5200;
  --las-accent-soft: #fff2e9;

  --las-soft: #f3f6ff;
  --las-border: #d8e1f2;

  --las-heading: #002379;
  --las-text: #66738e;

  position: relative;
  overflow: hidden;

  background:
    linear-gradient(
      180deg,
      #ffffff 0%,
      #f8faff 100%
    );
}


/* =========================================
   VISUAL
========================================= */

.leetag-about-showcase-visual {
  position: relative;

  min-height: 520px;

  display: flex;
  align-items: center;
  justify-content: center;
}

.leetag-about-showcase-image-wrap {
  position: relative;

  width: 100%;
  min-height: 470px;

  overflow: hidden;

  background: var(--las-soft);

  border: 1px solid var(--las-border);
  border-radius: 28px;

  box-shadow:
    0 22px 55px rgba(0, 35, 121, 0.11);
}

.leetag-about-showcase-image {
  display: block;

  width: 100%;
  height: 470px;

  object-fit: cover;
  object-position: center;

  transition: transform 0.6s ease;
}

.leetag-about-showcase-visual:hover
.leetag-about-showcase-image {
  transform: scale(1.035);
}


/* =========================================
   FLOATING STATS
========================================= */

.leetag-about-showcase-stat {
  position: absolute;

  z-index: 3;

  min-width: 155px;

  padding: 13px 16px;

  background: rgba(255, 255, 255, 0.95);

  border: 1px solid rgba(0, 35, 121, 0.1);
  border-radius: 14px;

  box-shadow:
    0 14px 32px rgba(0, 35, 121, 0.14);

  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.leetag-about-showcase-stat strong {
  display: block;

  margin-bottom: 2px;

  color: var(--las-accent);

  font-size: 22px;
  font-weight: 900;
}

.leetag-about-showcase-stat span {
  color: var(--las-heading);

  font-size: 12px;
  font-weight: 700;
}

.leetag-about-showcase-stat-one {
  top: 48px;
  right: -15px;
}

.leetag-about-showcase-stat-two {
  left: -15px;
  bottom: 50px;
}


/* =========================================
   CONTENT
========================================= */

.leetag-about-showcase-content {
  position: relative;
}

.leetag-about-showcase-subtitle {
  display: inline-flex;
  align-items: center;

  padding: 7px 14px;
  margin-bottom: 14px;

  background: var(--las-accent-soft);
  color: var(--las-accent);

  border: 1px solid rgba(255, 95, 0, 0.2);
  border-radius: 50px;

  font-size: 13px;
  font-weight: 700;
}

.leetag-about-showcase-content h2 {
  margin-bottom: 17px;

  color: var(--las-heading);

  font-size: 39px;
  font-weight: 800;

  line-height: 1.4;
}

.leetag-about-showcase-content h2 span {
  color: var(--las-accent);
}

.leetag-about-showcase-intro {
  max-width: 620px;

  margin-bottom: 28px;

  color: var(--las-text);

  font-size: 16px;
  line-height: 1.9;
}


/* =========================================
   FEATURES
========================================= */

.leetag-about-showcase-features {
  display: flex;
  flex-direction: column;

  gap: 18px;
}

.leetag-about-showcase-feature {
  display: flex;
  align-items: flex-start;

  gap: 14px;
}

.leetag-about-showcase-feature-icon {
  display: flex;
  align-items: center;
  justify-content: center;

  flex: 0 0 44px;

  width: 44px;
  height: 44px;

  background: var(--las-soft);
  color: var(--las-primary);

  border: 1px solid var(--las-border);
  border-radius: 12px;

  font-size: 21px;

  transition:
    background 0.3s ease,
    color 0.3s ease,
    transform 0.3s ease;
}

.leetag-about-showcase-feature:hover
.leetag-about-showcase-feature-icon {
  background: var(--las-primary);
  color: #ffffff;

  transform: scale(1.04);
}

.leetag-about-showcase-feature h3 {
  margin-bottom: 4px;

  color: var(--las-heading);

  font-size: 16px;
  font-weight: 800;
}

.leetag-about-showcase-feature p {
  margin: 0;

  color: var(--las-text);

  font-size: 13px;
  line-height: 1.75;
}


/* =========================================
   OFFER
========================================= */

.leetag-about-showcase-offer {
  display: flex;
  align-items: center;

  gap: 12px;

  margin-top: 25px;
  padding: 14px 16px;

  background: var(--las-accent-soft);

  border: 1px solid rgba(255, 95, 0, 0.2);
  border-radius: 14px;
}

.leetag-about-showcase-offer-icon {
  display: flex;
  align-items: center;
  justify-content: center;

  flex: 0 0 42px;

  width: 42px;
  height: 42px;

  background: var(--las-accent);
  color: #ffffff;

  border-radius: 11px;

  font-size: 20px;
}

.leetag-about-showcase-offer strong {
  display: block;

  margin-bottom: 2px;

  color: var(--las-heading);

  font-size: 14px;
  font-weight: 800;
}

.leetag-about-showcase-offer p {
  margin: 0;

  color: var(--las-text);

  font-size: 12px;
  line-height: 1.65;
}


/* =========================================
   ACTIONS
========================================= */

.leetag-about-showcase-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;

  gap: 12px;

  margin-top: 25px;
}

.leetag-about-showcase-primary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  gap: 7px;

  min-height: 50px;

  padding: 11px 22px;

  background: var(--las-primary);
  color: #ffffff;

  border: 1px solid var(--las-primary);
  border-radius: 10px;

  font-size: 14px;
  font-weight: 700;

  transition:
    background 0.3s ease,
    border-color 0.3s ease,
    transform 0.3s ease;
}

.leetag-about-showcase-primary-btn i {
  font-size: 19px;

  transition: transform 0.3s ease;
}

.leetag-about-showcase-primary-btn:hover {
  background: var(--las-accent);
  border-color: var(--las-accent);

  color: #ffffff;

  transform: translateY(-2px);
}

.leetag-about-showcase-primary-btn:hover i {
  transform: translateX(-4px);
}

.leetag-about-showcase-secondary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-height: 50px;

  padding: 11px 18px;

  background: #ffffff;
  color: var(--las-primary);

  border: 1px solid var(--las-border);
  border-radius: 10px;

  font-size: 14px;
  font-weight: 700;

  transition:
    color 0.3s ease,
    background 0.3s ease,
    border-color 0.3s ease;
}

.leetag-about-showcase-secondary-btn:hover {
  background: var(--las-accent-soft);
  color: var(--las-accent);

  border-color: rgba(255, 95, 0, 0.3);
}


/* =========================================
   RESPONSIVE
========================================= */

@media only screen and (max-width: 991px) {

  .leetag-about-showcase-content {
    text-align: center;
  }

  .leetag-about-showcase-content h2 {
    font-size: 34px;
  }

  .leetag-about-showcase-intro {
    margin-inline: auto;
  }

  .leetag-about-showcase-feature {
    text-align: right;
  }

  .leetag-about-showcase-actions {
    justify-content: center;
  }

  .leetag-about-showcase-visual {
    max-width: 700px;

    margin-inline: auto;
  }

}


@media only screen and (max-width: 767px) {

  .leetag-about-showcase {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .leetag-about-showcase-visual {
    min-height: auto;
  }

  .leetag-about-showcase-image-wrap {
    min-height: 330px;

    border-radius: 20px;
  }

  .leetag-about-showcase-image {
    height: 330px;
  }

  .leetag-about-showcase-stat {
    min-width: auto;

    padding: 10px 12px;
  }

  .leetag-about-showcase-stat strong {
    font-size: 18px;
  }

  .leetag-about-showcase-stat-one {
    top: 15px;
    right: 5px;
  }

  .leetag-about-showcase-stat-two {
    left: 5px;
    bottom: 15px;
  }

  .leetag-about-showcase-content h2 {
    font-size: 28px;
  }

  .leetag-about-showcase-intro {
    font-size: 14px;
  }

  .leetag-about-showcase-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .leetag-about-showcase-primary-btn,
  .leetag-about-showcase-secondary-btn {
    width: 100%;
  }

}


/* =========================================
   LEETAG CORE FEATURES
========================================= */

.leetag-core-features-area {
  --lcf-primary: #002379;
  --lcf-primary-dark: #001a5c;

  --lcf-accent: #ff5f00;
  --lcf-accent-dark: #df5200;
  --lcf-accent-soft: #fff2e9;

  --lcf-soft: #f3f6ff;
  --lcf-border: #d8e1f2;

  --lcf-heading: #002379;
  --lcf-text: #66738e;

  position: relative;
  overflow: hidden;

  background:
    linear-gradient(
      180deg,
      #ffffff 0%,
      #f8faff 100%
    );
}


/* =========================================
   HEADING
========================================= */

.leetag-core-features-heading {
  max-width: 820px;
  margin-inline: auto;
}

.leetag-core-features-subtitle {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 7px 14px;
  margin-bottom: 12px;

  background: var(--lcf-accent-soft);
  color: var(--lcf-accent);

  border: 1px solid rgba(255, 95, 0, 0.2);
  border-radius: 50px;

  font-size: 13px;
  font-weight: 700;
}

.leetag-core-features-heading h2 {
  margin-bottom: 15px;

  color: var(--lcf-heading);

  font-size: 38px;
  font-weight: 800;

  line-height: 1.35;
}

.leetag-core-features-heading p {
  max-width: 750px;
  margin: 0 auto;

  color: var(--lcf-text);

  font-size: 16px;
  line-height: 1.9;
}


/* =========================================
   CARD
========================================= */

.leetag-core-feature-card {
  position: relative;

  height: 100%;

  padding: 30px 25px;

  overflow: hidden;

  background: #ffffff;

  border: 1px solid var(--lcf-border);
  border-radius: 22px;

  box-shadow:
    0 10px 30px rgba(0, 35, 121, 0.06);

  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease,
    border-color 0.35s ease;
}

.leetag-core-feature-card:hover {
  transform: translateY(-8px);

  border-color: rgba(0, 35, 121, 0.25);

  box-shadow:
    0 20px 45px rgba(0, 35, 121, 0.12);
}


/* =========================================
   NUMBER
========================================= */

.leetag-core-feature-number {
  position: absolute;

  top: 22px;
  left: 22px;

  color: rgba(0, 35, 121, 0.07);

  font-size: 42px;
  font-weight: 900;

  line-height: 1;
}


/* =========================================
   ICON
========================================= */

.leetag-core-feature-icon {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 68px;
  height: 68px;

  margin-bottom: 24px;

  background: var(--lcf-soft);

  border: 1px solid var(--lcf-border);
  border-radius: 18px;

  transition:
    background 0.3s ease,
    transform 0.3s ease;
}

.leetag-core-feature-icon img {
  display: block;

  width: 42px;
  height: 42px;

  object-fit: contain;
}

.leetag-core-feature-card:hover
.leetag-core-feature-icon {
  background: var(--lcf-accent-soft);

  transform: scale(1.05);
}


/* =========================================
   CONTENT
========================================= */

.leetag-core-feature-card h3 {
  margin-bottom: 11px;

  color: var(--lcf-heading);

  font-size: 20px;
  font-weight: 800;

  line-height: 1.45;
}

.leetag-core-feature-card p {
  min-height: 102px;

  margin-bottom: 18px;

  color: var(--lcf-text);

  font-size: 14px;
  line-height: 1.85;
}


/* =========================================
   TAG
========================================= */

.leetag-core-feature-tag {
  display: inline-flex;
  align-items: center;

  padding: 6px 10px;

  background: var(--lcf-accent-soft);
  color: var(--lcf-accent);

  border-radius: 50px;

  font-size: 11px;
  font-weight: 700;
}


/* =========================================
   HIGHLIGHT
========================================= */

.leetag-core-feature-card-highlight {
  border-color: rgba(255, 95, 0, 0.27);

  background:
    linear-gradient(
      180deg,
      #ffffff 0%,
      #fffaf7 100%
    );
}


/* =========================================
   CTA
========================================= */

.leetag-core-features-cta {
  margin-top: 50px;

  padding: 27px 30px;

  background:
    linear-gradient(
      135deg,
      var(--lcf-primary-dark),
      var(--lcf-primary)
    );

  border-radius: 22px;

  box-shadow:
    0 18px 45px rgba(0, 35, 121, 0.16);
}

.leetag-core-features-cta-content {
  display: flex;
  align-items: center;
  justify-content: space-between;

  gap: 30px;
}

.leetag-core-features-cta-content > div {
  max-width: 600px;
}

.leetag-core-features-cta span {
  display: block;

  margin-bottom: 4px;

  color: var(--lcf-accent);

  font-size: 12px;
  font-weight: 700;
}

.leetag-core-features-cta h3 {
  margin-bottom: 5px;

  color: #ffffff;

  font-size: 23px;
  font-weight: 800;
}

.leetag-core-features-cta p {
  margin: 0;

  color: rgba(255, 255, 255, 0.72);

  font-size: 13px;
  line-height: 1.75;
}


/* =========================================
   BUTTON
========================================= */

.leetag-core-features-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  flex-shrink: 0;

  gap: 7px;

  min-height: 50px;

  padding: 11px 22px;

  background: var(--lcf-accent);
  color: #ffffff;

  border: 1px solid var(--lcf-accent);
  border-radius: 10px;

  font-size: 14px;
  font-weight: 700;

  transition:
    background 0.3s ease,
    transform 0.3s ease;
}

.leetag-core-features-btn i {
  font-size: 19px;

  transition: transform 0.3s ease;
}

.leetag-core-features-btn:hover {
  background: var(--lcf-accent-dark);

  color: #ffffff;

  transform: translateY(-2px);
}

.leetag-core-features-btn:hover i {
  transform: translateX(-4px);
}


/* =========================================
   RESPONSIVE
========================================= */

@media only screen and (max-width: 991px) {

  .leetag-core-features-heading h2 {
    font-size: 32px;
  }

  .leetag-core-features-cta-content {
    flex-direction: column;

    text-align: center;
  }

}


@media only screen and (max-width: 767px) {

  .leetag-core-features-area {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .leetag-core-features-heading h2 {
    font-size: 27px;
  }

  .leetag-core-features-heading p {
    font-size: 14px;
  }

  .leetag-core-feature-card {
    padding: 24px 20px;

    border-radius: 18px;
  }

  .leetag-core-feature-card p {
    min-height: auto;
  }

  .leetag-core-feature-icon {
    width: 62px;
    height: 62px;
  }

  .leetag-core-feature-icon img {
    width: 38px;
    height: 38px;
  }

  .leetag-core-features-cta {
    margin-top: 38px;

    padding: 24px 20px;
  }

  .leetag-core-features-cta h3 {
    font-size: 20px;
  }

  .leetag-core-features-btn {
    width: 100%;
  }

}
/* =========================================
   LEETAG CONTACT INFO
========================================= */

.leetag-contact-info-area {
  --lci-primary: #002379;
  --lci-primary-dark: #001a5c;

  --lci-accent: #ff5f00;
  --lci-accent-dark: #df5200;
  --lci-accent-soft: #fff2e9;

  --lci-soft: #f3f6ff;
  --lci-border: #d8e1f2;

  --lci-heading: #002379;
  --lci-text: #66738e;

  background:
    linear-gradient(
      180deg,
      #ffffff 0%,
      #f8faff 100%
    );
}


/* =========================================
   HEADING
========================================= */

.leetag-contact-info-heading {
  max-width: 760px;
  margin-inline: auto;
}

.leetag-contact-info-subtitle {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 7px 14px;
  margin-bottom: 12px;

  background: var(--lci-accent-soft);
  color: var(--lci-accent);

  border: 1px solid rgba(255, 95, 0, 0.2);
  border-radius: 50px;

  font-size: 13px;
  font-weight: 700;
}

.leetag-contact-info-heading h2 {
  margin-bottom: 15px;

  color: var(--lci-heading);

  font-size: 38px;
  font-weight: 800;

  line-height: 1.35;
}

.leetag-contact-info-heading p {
  margin: 0 auto;

  max-width: 680px;

  color: var(--lci-text);

  font-size: 16px;
  line-height: 1.9;
}


/* =========================================
   CONTACT CARD
========================================= */

.leetag-contact-card {
  position: relative;

  height: 100%;

  padding: 30px 25px;

  text-align: center;

  background: #ffffff;

  border: 1px solid var(--lci-border);
  border-radius: 22px;

  box-shadow:
    0 12px 35px rgba(0, 35, 121, 0.06);

  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease,
    border-color 0.35s ease;
}

.leetag-contact-card:hover {
  transform: translateY(-7px);

  border-color: rgba(0, 35, 121, 0.25);

  box-shadow:
    0 20px 45px rgba(0, 35, 121, 0.12);
}


/* =========================================
   ICON
========================================= */

.leetag-contact-icon {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 68px;
  height: 68px;

  margin: 0 auto 18px;

  background: var(--lci-soft);
  color: var(--lci-primary);

  border: 1px solid var(--lci-border);
  border-radius: 18px;

  font-size: 30px;

  transition:
    background 0.3s ease,
    color 0.3s ease,
    transform 0.3s ease;
}

.leetag-contact-card:hover
.leetag-contact-icon {
  background: var(--lci-primary);
  color: #ffffff;

  transform: scale(1.05);
}


/* =========================================
   LABEL
========================================= */

.leetag-contact-label {
  display: inline-block;

  margin-bottom: 7px;

  color: var(--lci-accent);

  font-size: 12px;
  font-weight: 700;
}


/* =========================================
   TITLE
========================================= */

.leetag-contact-card h3 {
  margin-bottom: 14px;

  color: var(--lci-heading);

  font-size: 20px;
  font-weight: 800;

  line-height: 1.45;
}


/* =========================================
   LINKS
========================================= */

.leetag-contact-links {
  display: flex;
  flex-direction: column;
  align-items: center;

  gap: 7px;
}

.leetag-contact-links a {
  color: var(--lci-text);

  font-size: 14px;
  font-weight: 600;

  transition:
    color 0.3s ease,
    transform 0.3s ease;
}

.leetag-contact-links a:hover {
  color: var(--lci-accent);

  transform: translateY(-1px);
}


/* =========================================
   ADDRESS
========================================= */

.leetag-contact-address {
  max-width: 280px;

  margin: 0 auto;

  color: var(--lci-text);

  font-size: 14px;
  line-height: 1.85;
}


/* =========================================
   HIGHLIGHT CARD
========================================= */

.leetag-contact-card-highlight {
  border-color: rgba(255, 95, 0, 0.25);

  background:
    linear-gradient(
      180deg,
      #ffffff 0%,
      #fffaf7 100%
    );
}

.leetag-contact-card-highlight
.leetag-contact-icon {
  background: var(--lci-accent-soft);
  color: var(--lci-accent);

  border-color: rgba(255, 95, 0, 0.18);
}

.leetag-contact-card-highlight:hover
.leetag-contact-icon {
  background: var(--lci-accent);
  color: #ffffff;
}


/* =========================================
   MAP
========================================= */

.leetag-contact-map-area {
  background: #f8faff;
}

.leetag-contact-map-wrap {
  position: relative;

  overflow: hidden;

  border: 1px solid var(--lci-border, #d8e1f2);
  border-radius: 24px;

  box-shadow:
    0 18px 45px rgba(0, 35, 121, 0.10);
}

.leetag-contact-map-wrap iframe {
  display: block;

  width: 100%;
  height: 460px;

  border: 0;
}


/* =========================================
   RESPONSIVE
========================================= */

@media only screen and (max-width: 991px) {

  .leetag-contact-info-heading h2 {
    font-size: 32px;
  }

}


@media only screen and (max-width: 767px) {

  .leetag-contact-info-area {
    padding-top: 60px;
    padding-bottom: 50px;
  }

  .leetag-contact-info-heading h2 {
    font-size: 27px;
  }

  .leetag-contact-info-heading p {
    font-size: 14px;
  }

  .leetag-contact-card {
    padding: 24px 20px;

    border-radius: 18px;
  }

  .leetag-contact-icon {
    width: 60px;
    height: 60px;

    font-size: 26px;
  }

  .leetag-contact-map-area {
    padding-bottom: 60px;
  }

  .leetag-contact-map-wrap {
    border-radius: 18px;
  }

  .leetag-contact-map-wrap iframe {
    height: 360px;
  }

}

/* =========================================
   LEETAG TERMS
========================================= */

.leetag-terms-area {
  --ltc-primary: #002379;
  --ltc-primary-dark: #001a5c;

  --ltc-accent: #ff5f00;
  --ltc-accent-dark: #df5200;
  --ltc-accent-soft: #fff2e9;

  --ltc-soft: #f3f6ff;
  --ltc-border: #d8e1f2;

  --ltc-heading: #002379;
  --ltc-text: #66738e;

  position: relative;

  background:
    linear-gradient(
      180deg,
      #ffffff 0%,
      #f8faff 100%
    );
}


/* =========================================
   HEADING
========================================= */

.leetag-terms-heading {
  max-width: 850px;

  margin: 0 auto 45px;
}

.leetag-terms-subtitle {
  display: inline-flex;
  align-items: center;

  padding: 7px 14px;
  margin-bottom: 12px;

  background: var(--ltc-accent-soft);
  color: var(--ltc-accent);

  border: 1px solid rgba(255, 95, 0, 0.2);
  border-radius: 50px;

  font-size: 13px;
  font-weight: 700;
}

.leetag-terms-heading h1 {
  margin-bottom: 15px;

  color: var(--ltc-heading);

  font-size: 38px;
  font-weight: 800;

  line-height: 1.4;
}

.leetag-terms-heading p {
  max-width: 760px;

  margin: 0 auto;

  color: var(--ltc-text);

  font-size: 15px;
  line-height: 1.9;
}


/* =========================================
   WRAPPER
========================================= */

.leetag-terms-wrapper {
  max-width: 980px;

  margin-inline: auto;
}


/* =========================================
   INTRO
========================================= */

.leetag-terms-intro {
  display: flex;
  align-items: flex-start;

  gap: 18px;

  padding: 26px;

  margin-bottom: 24px;

  background:
    linear-gradient(
      135deg,
      var(--ltc-primary-dark),
      var(--ltc-primary)
    );

  border-radius: 20px;

  box-shadow:
    0 16px 40px rgba(0, 35, 121, 0.14);
}

.leetag-terms-intro-icon {
  display: flex;
  align-items: center;
  justify-content: center;

  flex: 0 0 52px;

  width: 52px;
  height: 52px;

  background: rgba(255, 255, 255, 0.1);
  color: var(--ltc-accent);

  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 14px;

  font-size: 25px;
}

.leetag-terms-intro h2 {
  margin-bottom: 7px;

  color: #ffffff;

  font-size: 20px;
  font-weight: 800;
}

.leetag-terms-intro p {
  margin-bottom: 14px;

  color: rgba(255, 255, 255, 0.75);

  font-size: 14px;
  line-height: 1.8;
}


/* Contact */

.leetag-terms-contact {
  display: flex;
  align-items: center;
  flex-wrap: wrap;

  gap: 9px;
}

.leetag-terms-contact a {
  display: inline-flex;
  align-items: center;

  gap: 6px;

  padding: 7px 10px;

  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;

  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;

  font-size: 12px;
  font-weight: 600;

  transition:
    background 0.3s ease,
    color 0.3s ease;
}

.leetag-terms-contact a:hover {
  background: var(--ltc-accent);
  color: #ffffff;
}


/* =========================================
   SECTION
========================================= */

.leetag-terms-section {
  position: relative;

  padding: 30px;

  margin-bottom: 20px;

  background: #ffffff;

  border: 1px solid var(--ltc-border);
  border-radius: 18px;

  box-shadow:
    0 8px 24px rgba(0, 35, 121, 0.045);
}

.leetag-terms-section-number {
  position: absolute;

  top: 20px;
  left: 22px;

  color: rgba(0, 35, 121, 0.07);

  font-size: 38px;
  font-weight: 900;

  line-height: 1;
}

.leetag-terms-section h2 {
  margin-bottom: 16px;

  color: var(--ltc-heading);

  font-size: 21px;
  font-weight: 800;

  line-height: 1.4;
}

.leetag-terms-section p {
  margin-bottom: 14px;

  color: var(--ltc-text);

  font-size: 14px;
  line-height: 1.95;
}

.leetag-terms-section p:last-child {
  margin-bottom: 0;
}


/* =========================================
   LIST
========================================= */

.leetag-terms-list {
  padding: 0;
  margin: 8px 0 0;

  list-style: none;
}

.leetag-terms-list li {
  display: flex;
  align-items: flex-start;

  gap: 10px;

  padding: 11px 0;

  border-bottom: 1px dashed #e2e7f0;

  color: var(--ltc-text);

  font-size: 14px;
  line-height: 1.8;
}

.leetag-terms-list li:last-child {
  border-bottom: 0;
}

.leetag-terms-list li i {
  display: flex;
  align-items: center;
  justify-content: center;

  flex: 0 0 22px;

  width: 22px;
  height: 22px;

  margin-top: 2px;

  background: var(--ltc-accent-soft);
  color: var(--ltc-accent);

  border-radius: 50%;

  font-size: 14px;
}


/* =========================================
   NOTE
========================================= */

.leetag-terms-note {
  display: flex;
  align-items: flex-start;

  gap: 10px;

  margin-top: 16px;
  padding: 14px 16px;

  background: var(--ltc-soft);

  border: 1px solid var(--ltc-border);
  border-radius: 12px;
}

.leetag-terms-note i {
  color: var(--ltc-primary);

  font-size: 20px;

  margin-top: 2px;
}

.leetag-terms-note p {
  margin: 0;

  font-size: 13px;
}


/* =========================================
   UPDATE
========================================= */

.leetag-terms-update {
  display: flex;
  align-items: flex-start;

  gap: 12px;

  padding: 18px 20px;

  background: var(--ltc-accent-soft);

  border: 1px solid rgba(255, 95, 0, 0.18);
  border-radius: 14px;
}

.leetag-terms-update > i {
  display: flex;
  align-items: center;
  justify-content: center;

  flex: 0 0 38px;

  width: 38px;
  height: 38px;

  background: var(--ltc-accent);
  color: #ffffff;

  border-radius: 10px;

  font-size: 19px;
}

.leetag-terms-update strong {
  display: block;

  margin-bottom: 3px;

  color: var(--ltc-heading);

  font-size: 14px;
  font-weight: 800;
}

.leetag-terms-update p {
  margin: 0;

  color: var(--ltc-text);

  font-size: 13px;
  line-height: 1.75;
}


/* =========================================
   RESPONSIVE
========================================= */

@media only screen and (max-width: 767px) {

  .leetag-terms-area {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .leetag-terms-heading {
    margin-bottom: 30px;
  }

  .leetag-terms-heading h1 {
    font-size: 28px;
  }

  .leetag-terms-heading p {
    font-size: 14px;
  }

  .leetag-terms-intro {
    padding: 20px;

    flex-direction: column;
  }

  .leetag-terms-section {
    padding: 22px 18px;

    border-radius: 15px;
  }

  .leetag-terms-section-number {
    font-size: 30px;

    top: 16px;
    left: 16px;
  }

  .leetag-terms-section h2 {
    font-size: 18px;
  }

  .leetag-terms-section p,
  .leetag-terms-list li {
    font-size: 13px;
  }

  .leetag-terms-contact {
    flex-direction: column;
    align-items: stretch;
  }

  .leetag-terms-contact a {
    justify-content: center;
  }

}

/* =========================================
   LEETAG SERVICE POLICY
========================================= */

.leetag-policy-area {
  --lsp-primary: #002379;
  --lsp-primary-dark: #001a5c;

  --lsp-accent: #ff5f00;
  --lsp-accent-dark: #df5200;
  --lsp-accent-soft: #fff2e9;

  --lsp-soft: #f3f6ff;
  --lsp-border: #d8e1f2;

  --lsp-heading: #002379;
  --lsp-text: #66738e;

  background:
    linear-gradient(
      180deg,
      #ffffff 0%,
      #f8faff 100%
    );
}


/* Heading */

.leetag-policy-heading {
  max-width: 850px;
  margin: 0 auto 45px;
}

.leetag-policy-subtitle {
  display: inline-flex;
  padding: 7px 14px;
  margin-bottom: 12px;

  background: var(--lsp-accent-soft);
  color: var(--lsp-accent);

  border: 1px solid rgba(255, 95, 0, 0.2);
  border-radius: 50px;

  font-size: 13px;
  font-weight: 700;
}

.leetag-policy-heading h1 {
  margin-bottom: 15px;

  color: var(--lsp-heading);

  font-size: 38px;
  font-weight: 800;
  line-height: 1.4;
}

.leetag-policy-heading p {
  max-width: 760px;
  margin: 0 auto;

  color: var(--lsp-text);

  font-size: 15px;
  line-height: 1.9;
}


/* Wrapper */

.leetag-policy-wrapper {
  max-width: 980px;
  margin: 0 auto;
}


/* Intro */

.leetag-policy-intro {
  display: flex;
  align-items: flex-start;

  gap: 18px;

  padding: 27px;
  margin-bottom: 24px;

  background:
    linear-gradient(
      135deg,
      var(--lsp-primary-dark),
      var(--lsp-primary)
    );

  border-radius: 20px;

  box-shadow:
    0 16px 40px rgba(0, 35, 121, 0.15);
}

.leetag-policy-intro-icon {
  display: flex;
  align-items: center;
  justify-content: center;

  flex: 0 0 52px;

  width: 52px;
  height: 52px;

  background: rgba(255, 255, 255, 0.1);
  color: var(--lsp-accent);

  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 14px;

  font-size: 25px;
}

.leetag-policy-intro h2 {
  margin-bottom: 7px;

  color: #ffffff;

  font-size: 20px;
  font-weight: 800;
}

.leetag-policy-intro p {
  margin-bottom: 14px;

  color: rgba(255, 255, 255, 0.76);

  font-size: 14px;
  line-height: 1.8;
}


/* Contact */

.leetag-policy-contact {
  display: flex;
  flex-wrap: wrap;

  gap: 9px;
}

.leetag-policy-contact a {
  display: inline-flex;
  align-items: center;

  gap: 6px;

  padding: 7px 10px;

  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;

  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;

  font-size: 12px;
  font-weight: 600;
}

.leetag-policy-contact a:hover {
  background: var(--lsp-accent);
  color: #ffffff;
}


/* Section */

.leetag-policy-section {
  position: relative;

  padding: 30px;
  margin-bottom: 20px;

  background: #ffffff;

  border: 1px solid var(--lsp-border);
  border-radius: 18px;

  box-shadow:
    0 8px 25px rgba(0, 35, 121, 0.045);

  transition:
    border-color 0.3s ease,
    box-shadow 0.3s ease;
}

.leetag-policy-section:hover {
  border-color: rgba(0, 35, 121, 0.2);

  box-shadow:
    0 13px 32px rgba(0, 35, 121, 0.07);
}


/* Number */

.leetag-policy-number {
  position: absolute;

  top: 20px;
  left: 22px;

  color: rgba(0, 35, 121, 0.065);

  font-size: 38px;
  font-weight: 900;

  line-height: 1;
}


/* Text */

.leetag-policy-section h2 {
  margin-bottom: 16px;

  color: var(--lsp-heading);

  font-size: 21px;
  font-weight: 800;

  line-height: 1.4;
}

.leetag-policy-section p {
  margin-bottom: 14px;

  color: var(--lsp-text);

  font-size: 14px;
  line-height: 1.95;
}

.leetag-policy-section p:last-child {
  margin-bottom: 0;
}


/* List */

.leetag-policy-list {
  padding: 0;
  margin: 8px 0 0;

  list-style: none;
}

.leetag-policy-list li {
  display: flex;
  align-items: flex-start;

  gap: 10px;

  padding: 11px 0;

  border-bottom: 1px dashed #e2e7f0;

  color: var(--lsp-text);

  font-size: 14px;
  line-height: 1.8;
}

.leetag-policy-list li:last-child {
  border-bottom: 0;
}

.leetag-policy-list li i {
  display: flex;
  align-items: center;
  justify-content: center;

  flex: 0 0 22px;

  width: 22px;
  height: 22px;

  margin-top: 2px;

  background: var(--lsp-accent-soft);
  color: var(--lsp-accent);

  border-radius: 50%;

  font-size: 14px;
}


/* Info Note */

.leetag-policy-note {
  display: flex;
  align-items: flex-start;

  gap: 10px;

  margin-top: 16px;
  padding: 14px 16px;

  background: var(--lsp-soft);

  border: 1px solid var(--lsp-border);
  border-radius: 12px;
}

.leetag-policy-note i {
  color: var(--lsp-primary);

  font-size: 20px;
}

.leetag-policy-note p {
  margin: 0;

  font-size: 13px;
}


/* Contact Box */

.leetag-policy-contact-box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;

  gap: 10px;

  margin-top: 18px;
  padding: 14px 16px;

  background: var(--lsp-soft);

  border: 1px solid var(--lsp-border);
  border-radius: 12px;
}

.leetag-policy-contact-box span {
  color: var(--lsp-heading);

  font-size: 13px;
  font-weight: 700;
}

.leetag-policy-contact-box a {
  display: inline-flex;
  align-items: center;

  gap: 5px;

  color: var(--lsp-accent);

  font-size: 13px;
  font-weight: 700;
}


/* Highlight */

.leetag-policy-highlight {
  display: flex;
  align-items: center;

  gap: 12px;

  margin-top: 18px;
  padding: 15px 16px;

  background: var(--lsp-accent-soft);

  border: 1px solid rgba(255, 95, 0, 0.18);
  border-radius: 12px;
}

.leetag-policy-highlight > i {
  display: flex;
  align-items: center;
  justify-content: center;

  flex: 0 0 42px;

  width: 42px;
  height: 42px;

  background: var(--lsp-accent);
  color: #ffffff;

  border-radius: 11px;

  font-size: 20px;
}

.leetag-policy-highlight strong {
  display: block;

  margin-bottom: 2px;

  color: var(--lsp-heading);

  font-size: 14px;
  font-weight: 800;
}

.leetag-policy-highlight p {
  margin: 0;

  font-size: 12px;
}


/* Warning */

.leetag-policy-warning {
  display: flex;
  align-items: flex-start;

  gap: 10px;

  margin-top: 17px;
  padding: 14px 16px;

  background: #fff8f3;

  border: 1px solid rgba(255, 95, 0, 0.2);
  border-radius: 12px;
}

.leetag-policy-warning i {
  color: var(--lsp-accent);

  font-size: 20px;
}

.leetag-policy-warning p {
  margin: 0;

  font-size: 13px;
}


/* Update */

.leetag-policy-update {
  display: flex;
  align-items: flex-start;

  gap: 12px;

  padding: 18px 20px;

  background: var(--lsp-accent-soft);

  border: 1px solid rgba(255, 95, 0, 0.18);
  border-radius: 14px;
}

.leetag-policy-update > i {
  display: flex;
  align-items: center;
  justify-content: center;

  flex: 0 0 38px;

  width: 38px;
  height: 38px;

  background: var(--lsp-accent);
  color: #ffffff;

  border-radius: 10px;

  font-size: 19px;
}

.leetag-policy-update strong {
  display: block;

  margin-bottom: 3px;

  color: var(--lsp-heading);

  font-size: 14px;
  font-weight: 800;
}

.leetag-policy-update p {
  margin: 0;

  color: var(--lsp-text);

  font-size: 13px;
  line-height: 1.75;
}


/* Responsive */

@media only screen and (max-width: 767px) {

  .leetag-policy-area {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .leetag-policy-heading {
    margin-bottom: 30px;
  }

  .leetag-policy-heading h1 {
    font-size: 28px;
  }

  .leetag-policy-heading p {
    font-size: 14px;
  }

  .leetag-policy-intro {
    flex-direction: column;

    padding: 20px;
  }

  .leetag-policy-section {
    padding: 22px 18px;

    border-radius: 15px;
  }

  .leetag-policy-number {
    top: 16px;
    left: 16px;

    font-size: 30px;
  }

  .leetag-policy-section h2 {
    font-size: 18px;
  }

  .leetag-policy-section p,
  .leetag-policy-list li {
    font-size: 13px;
  }

  .leetag-policy-contact {
    flex-direction: column;
  }

  .leetag-policy-contact a {
    justify-content: center;
  }

}

/* =========================================
   LEETAG PARTNER FORM
========================================= */

.leetag-partner-form-area {
  --lpf-primary: #002379;
  --lpf-primary-dark: #001a5c;

  --lpf-accent: #ff5f00;
  --lpf-accent-dark: #df5200;
  --lpf-accent-soft: #fff2e9;

  --lpf-soft: #f3f6ff;
  --lpf-border: #d8e1f2;

  --lpf-heading: #002379;
  --lpf-text: #66738e;

  position: relative;

  background:
    linear-gradient(
      180deg,
      #ffffff 0%,
      #f8faff 100%
    );
}


/* =========================================
   HEADING
========================================= */

.leetag-partner-form-heading {
  max-width: 820px;

  margin: 0 auto 45px;
}

.leetag-partner-form-subtitle {
  display: inline-flex;
  align-items: center;

  padding: 7px 14px;
  margin-bottom: 12px;

  background: var(--lpf-accent-soft);
  color: var(--lpf-accent);

  border: 1px solid rgba(255, 95, 0, 0.2);
  border-radius: 50px;

  font-size: 13px;
  font-weight: 700;
}

.leetag-partner-form-heading h2 {
  margin-bottom: 15px;

  color: var(--lpf-heading);

  font-size: 38px;
  font-weight: 800;

  line-height: 1.4;
}

.leetag-partner-form-heading p {
  max-width: 740px;

  margin: 0 auto;

  color: var(--lpf-text);

  font-size: 16px;
  line-height: 1.9;
}


/* =========================================
   WRAPPER
========================================= */

.leetag-partner-form-wrapper {
  overflow: hidden;

  background: #ffffff;

  border: 1px solid var(--lpf-border);
  border-radius: 26px;

  box-shadow:
    0 18px 50px rgba(0, 35, 121, 0.1);
}


/* =========================================
   LEFT SIDE
========================================= */

.leetag-partner-form-info {
  position: relative;

  height: 100%;

  padding: 42px 35px;

  overflow: hidden;

  background:
    radial-gradient(
      circle at 15% 20%,
      rgba(255, 95, 0, 0.13),
      transparent 28%
    ),
    linear-gradient(
      145deg,
      var(--lpf-primary-dark),
      var(--lpf-primary)
    );
}


/* Decorative circle */

.leetag-partner-form-info::before {
  content: "";

  position: absolute;

  width: 230px;
  height: 230px;

  left: -120px;
  bottom: -120px;

  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
}


/* Label */

.leetag-partner-form-info-label {
  display: inline-flex;

  padding: 6px 11px;
  margin-bottom: 13px;

  background: rgba(255, 255, 255, 0.09);
  color: var(--lpf-accent);

  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50px;

  font-size: 12px;
  font-weight: 700;
}


/* Title */

.leetag-partner-form-info h3 {
  margin-bottom: 14px;

  color: #ffffff;

  font-size: 27px;
  font-weight: 800;

  line-height: 1.5;
}


/* Desc */

.leetag-partner-form-info > p {
  margin-bottom: 28px;

  color: rgba(255, 255, 255, 0.72);

  font-size: 14px;
  line-height: 1.9;
}


/* =========================================
   BENEFITS
========================================= */

.leetag-partner-form-benefits {
  display: flex;
  flex-direction: column;

  gap: 18px;
}

.leetag-partner-form-benefit {
  display: flex;
  align-items: flex-start;

  gap: 11px;
}

.leetag-partner-form-benefit > span {
  display: flex;
  align-items: center;
  justify-content: center;

  flex: 0 0 30px;

  width: 30px;
  height: 30px;

  margin-top: 2px;

  background: rgba(255, 95, 0, 0.14);
  color: var(--lpf-accent);

  border: 1px solid rgba(255, 95, 0, 0.2);
  border-radius: 50%;

  font-size: 17px;
}

.leetag-partner-form-benefit strong {
  display: block;

  margin-bottom: 3px;

  color: #ffffff;

  font-size: 14px;
  font-weight: 800;
}

.leetag-partner-form-benefit p {
  margin: 0;

  color: rgba(255, 255, 255, 0.63);

  font-size: 12px;
  line-height: 1.7;
}


/* =========================================
   NOTE
========================================= */

.leetag-partner-form-note {
  display: flex;
  align-items: flex-start;

  gap: 9px;

  margin-top: 28px;
  padding: 13px 14px;

  background: rgba(255, 255, 255, 0.07);

  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 12px;
}

.leetag-partner-form-note i {
  color: var(--lpf-accent);

  font-size: 19px;
}

.leetag-partner-form-note p {
  margin: 0;

  color: rgba(255, 255, 255, 0.67);

  font-size: 12px;
  line-height: 1.7;
}


/* =========================================
   FORM BOX
========================================= */

.leetag-partner-form-box {
  height: 100%;

  padding: 42px 38px;

  background: #ffffff;
}


/* Header */

.leetag-partner-form-box-head {
  margin-bottom: 28px;
}

.leetag-partner-form-box-head > span {
  display: block;

  margin-bottom: 5px;

  color: var(--lpf-accent);

  font-size: 12px;
  font-weight: 700;
}

.leetag-partner-form-box-head h3 {
  margin-bottom: 7px;

  color: var(--lpf-heading);

  font-size: 25px;
  font-weight: 800;
}

.leetag-partner-form-box-head p {
  margin: 0;

  color: var(--lpf-text);

  font-size: 13px;
  line-height: 1.8;
}


/* =========================================
   FIELD
========================================= */

.leetag-partner-field {
  margin-bottom: 5px;
}

.leetag-partner-field label {
  display: block;

  margin-bottom: 7px;

  color: var(--lpf-heading);

  font-size: 12px;
  font-weight: 700;
}


/* Input Wrapper */

.leetag-partner-input-wrap {
  position: relative;
}

.leetag-partner-input-wrap > i {
  position: absolute;

  top: 50%;
  right: 15px;

  transform: translateY(-50%);

  color: #8e9ab1;

  font-size: 18px;

  pointer-events: none;

  transition: color 0.3s ease;
}


/* Input */

.leetag-partner-input-wrap input {
  width: 100%;
  height: 52px;

  padding: 10px 45px 10px 14px;

  background: #f9fbff;

  color: var(--lpf-heading);

  border: 1px solid var(--lpf-border);
  border-radius: 10px;

  outline: none;

  font-size: 13px;

  transition:
    background 0.3s ease,
    border-color 0.3s ease,
    box-shadow 0.3s ease;
}

.leetag-partner-input-wrap input::placeholder {
  color: #9aa5b8;
}


/* Focus */

.leetag-partner-input-wrap:focus-within > i {
  color: var(--lpf-accent);
}

.leetag-partner-input-wrap input:focus {
  background: #ffffff;

  border-color: rgba(0, 35, 121, 0.4);

  box-shadow:
    0 0 0 4px rgba(0, 35, 121, 0.055);
}


/* =========================================
   VALIDATION
========================================= */

.leetag-partner-field .help-block {
  margin-top: 5px;

  color: #d94b3d;

  font-size: 11px;
}

.leetag-partner-field .help-block ul {
  padding: 0;
  margin: 0;

  list-style: none;
}


/* =========================================
   SUBMIT
========================================= */

.leetag-partner-form-submit {
  padding-top: 10px;
}

.leetag-partner-submit-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  gap: 7px;

  min-height: 52px;

  padding: 11px 24px;

  background: var(--lpf-primary);
  color: #ffffff;

  border: 1px solid var(--lpf-primary);
  border-radius: 10px;

  cursor: pointer;

  font-size: 14px;
  font-weight: 700;

  box-shadow:
    0 10px 24px rgba(0, 35, 121, 0.14);

  transition:
    background 0.3s ease,
    border-color 0.3s ease,
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.leetag-partner-submit-btn i {
  font-size: 19px;

  transition: transform 0.3s ease;
}

.leetag-partner-submit-btn:hover {
  background: var(--lpf-accent);
  border-color: var(--lpf-accent);

  transform: translateY(-2px);

  box-shadow:
    0 12px 28px rgba(255, 95, 0, 0.18);
}

.leetag-partner-submit-btn:hover i {
  transform: translateX(-4px);
}


/* Disclaimer */

.leetag-partner-form-submit > p {
  margin: 10px 0 0;

  color: var(--lpf-text);

  font-size: 11px;
  line-height: 1.7;
}


/* =========================================
   RESPONSIVE
========================================= */

@media only screen and (max-width: 991px) {

  .leetag-partner-form-heading h2 {
    font-size: 32px;
  }

  .leetag-partner-form-info,
  .leetag-partner-form-box {
    padding: 32px;
  }

}


@media only screen and (max-width: 767px) {

  .leetag-partner-form-area {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .leetag-partner-form-heading {
    margin-bottom: 30px;
  }

  .leetag-partner-form-heading h2 {
    font-size: 27px;
  }

  .leetag-partner-form-heading p {
    font-size: 14px;
  }

  .leetag-partner-form-wrapper {
    border-radius: 18px;
  }

  .leetag-partner-form-info,
  .leetag-partner-form-box {
    padding: 25px 20px;
  }

  .leetag-partner-form-info h3 {
    font-size: 22px;
  }

  .leetag-partner-form-box-head h3 {
    font-size: 21px;
  }

  .leetag-partner-submit-btn {
    width: 100%;
  }

}


/* =========================================
   LEETAG FAQ
========================================= */

.leetag-faq-area {
  --faq-primary: #002379;
  --faq-primary-dark: #001a5c;

  --faq-accent: #ff5f00;
  --faq-accent-dark: #df5200;
  --faq-accent-soft: #fff2e9;

  --faq-soft: #f3f6ff;
  --faq-border: #d8e1f2;

  --faq-heading: #002379;
  --faq-text: #66738e;

  position: relative;

  background:
    linear-gradient(
      180deg,
      #ffffff 0%,
      #f8faff 100%
    );
}


/* =========================================
   HEADING
========================================= */

.leetag-faq-heading {
  max-width: 840px;
  margin-inline: auto;
}

.leetag-faq-subtitle {
  display: inline-flex;
  align-items: center;

  padding: 7px 14px;
  margin-bottom: 12px;

  background: var(--faq-accent-soft);
  color: var(--faq-accent);

  border: 1px solid rgba(255, 95, 0, 0.20);
  border-radius: 50px;

  font-size: 13px;
  font-weight: 700;
}

.leetag-faq-heading h2 {
  margin-bottom: 15px;

  color: var(--faq-heading);

  font-size: 38px;
  font-weight: 800;

  line-height: 1.4;
}

.leetag-faq-heading p {
  max-width: 760px;

  margin: 0 auto;

  color: var(--faq-text);

  font-size: 15px;
  line-height: 1.9;
}


/* =========================================
   ACCORDION
========================================= */

.leetag-faq-accordion {
  width: 100%;
}

.leetag-faq-list {
  padding: 0;
  margin: 0;

  list-style: none;
}


/* =========================================
   ITEM
========================================= */

.leetag-faq-item {
  margin-bottom: 12px;

  overflow: hidden;

  background: #ffffff;

  border: 1px solid var(--faq-border);
  border-radius: 14px;

  box-shadow:
    0 7px 20px rgba(0, 35, 121, 0.04);

  transition:
    border-color 0.3s ease,
    box-shadow 0.3s ease,
    transform 0.3s ease;
}

.leetag-faq-item:hover {
  border-color: rgba(0, 35, 121, 0.22);

  box-shadow:
    0 12px 28px rgba(0, 35, 121, 0.07);

  transform: translateY(-2px);
}


/* =========================================
   TITLE
========================================= */

.leetag-faq-title {
  position: relative;

  display: flex !important;
  align-items: center;
  justify-content: space-between;

  gap: 15px;

  width: 100%;

  padding: 17px 18px !important;

  background: #ffffff !important;
  color: var(--faq-heading) !important;

  border: 0 !important;


  font-weight: 800 !important;

  line-height: 1.6;

  transition:
    background 0.3s ease,
    color 0.3s ease !important;
}

.leetag-faq-title span {
  flex: 1;
}

.leetag-faq-title i {
  display: flex;
  align-items: center;
  justify-content: center;

  flex: 0 0 30px;

  width: 30px;
  height: 30px;

  margin: 0 !important;

  background: var(--faq-soft);
  color: var(--faq-primary);

  border-radius: 9px;

  font-size: 18px;

  transition:
    transform 0.3s ease,
    background 0.3s ease,
    color 0.3s ease;
}


/* =========================================
   ACTIVE TITLE
========================================= */

.leetag-faq-title.active {
  background:
    linear-gradient(
      90deg,
      var(--faq-soft),
      #ffffff
    ) !important;

  color: var(--faq-primary) !important;
}

.leetag-faq-title.active i {
  background: var(--faq-accent);
  color: #ffffff;

  transform: rotate(180deg);
}


/* =========================================
   CONTENT
========================================= */

.leetag-faq-content {
  padding:
    0 18px 18px !important;

  background: #ffffff;
}

.leetag-faq-content p {
  margin: 0 0 10px;

  color: var(--faq-text);

  line-height: 1.85;
}

.leetag-faq-content p:last-child {
  margin-bottom: 0;
}


/* =========================================
   INNER LIST
========================================= */

.leetag-faq-inner-list {
  display: grid;

  grid-template-columns:
    repeat(2, minmax(0, 1fr));

  gap: 8px;

  padding: 0;
  margin: 12px 0;

  list-style: none;
}

.leetag-faq-inner-list li {
  position: relative;

  padding: 8px 28px 8px 10px;

  background: var(--faq-soft);
  color: var(--faq-primary);

  border-radius: 8px;

  font-size: 12px;
  font-weight: 700;
}

.leetag-faq-inner-list li::before {
  content: "✓";

  position: absolute;

  top: 50%;
  right: 9px;

  transform: translateY(-50%);

  color: var(--faq-accent);

  font-weight: 900;
}


/* =========================================
   CTA
========================================= */

.leetag-faq-cta {
  display: flex;
  align-items: flex-start;

  gap: 15px;

  margin-top: 24px;
  padding: 24px;

  background:
    linear-gradient(
      135deg,
      var(--faq-primary-dark),
      var(--faq-primary)
    );

  border-radius: 18px;

  box-shadow:
    0 16px 38px rgba(0, 35, 121, 0.14);
}

.leetag-faq-cta-icon {
  display: flex;
  align-items: center;
  justify-content: center;

  flex: 0 0 48px;

  width: 48px;
  height: 48px;

  background: rgba(255, 255, 255, 0.1);
  color: var(--faq-accent);

  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 13px;

  font-size: 23px;
}

.leetag-faq-cta-content {
  flex: 1;
}

.leetag-faq-cta-content > span {
  display: block;

  margin-bottom: 3px;

  color: var(--faq-accent);

  font-size: 11px;
  font-weight: 700;
}

.leetag-faq-cta h3 {
  margin-bottom: 5px;

  color: #ffffff;

  font-size: 20px;
  font-weight: 800;
}

.leetag-faq-cta p {
  margin-bottom: 16px;

  color: rgba(255, 255, 255, 0.72);

  font-size: 13px;
  line-height: 1.75;
}


/* =========================================
   CTA ACTIONS
========================================= */

.leetag-faq-cta-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;

  gap: 9px;
}

.leetag-faq-primary-btn,
.leetag-faq-secondary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-height: 44px;

  padding: 9px 16px;

  border-radius: 9px;

  font-size: 12px;
  font-weight: 700;

  transition:
    background 0.3s ease,
    color 0.3s ease,
    transform 0.3s ease;
}

.leetag-faq-primary-btn {
  gap: 6px;

  background: var(--faq-accent);
  color: #ffffff;

  border: 1px solid var(--faq-accent);
}

.leetag-faq-primary-btn:hover {
  background: var(--faq-accent-dark);

  color: #ffffff;

  transform: translateY(-2px);
}

.leetag-faq-primary-btn i {
  font-size: 17px;
}

.leetag-faq-secondary-btn {
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;

  border: 1px solid rgba(255, 255, 255, 0.16);
}

.leetag-faq-secondary-btn:hover {
  background: rgba(255, 255, 255, 0.15);

  color: #ffffff;
}


/* =========================================
   RESPONSIVE
========================================= */

@media only screen and (max-width: 991px) {

  .leetag-faq-heading h2 {
    font-size: 32px;
  }

}


@media only screen and (max-width: 767px) {

  .leetag-faq-area {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .leetag-faq-heading h2 {
    font-size: 27px;
  }

  .leetag-faq-heading p {
    font-size: 14px;
  }

  .leetag-faq-title {
    padding: 15px !important;

    font-size: 13px !important;
  }

  .leetag-faq-content {
    padding:
      0 15px 15px !important;
  }

  .leetag-faq-inner-list {
    grid-template-columns: 1fr;
  }

  .leetag-faq-cta {
    flex-direction: column;

    padding: 20px;
  }

  .leetag-faq-cta-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .leetag-faq-primary-btn,
  .leetag-faq-secondary-btn {
    width: 100%;
  }

}

/* =========================================
   LEETAG PRIVACY POLICY
========================================= */

.leetag-privacy-area {
  --lpp-primary: #002379;
  --lpp-primary-dark: #001a5c;

  --lpp-accent: #ff5f00;
  --lpp-accent-dark: #df5200;
  --lpp-accent-soft: #fff2e9;

  --lpp-soft: #f3f6ff;
  --lpp-border: #d8e1f2;

  --lpp-heading: #002379;
  --lpp-text: #66738e;

  background:
    linear-gradient(
      180deg,
      #ffffff 0%,
      #f8faff 100%
    );
}


/* Heading */

.leetag-privacy-heading {
  max-width: 850px;
  margin: 0 auto 45px;
}

.leetag-privacy-subtitle {
  display: inline-flex;
  align-items: center;

  padding: 7px 14px;
  margin-bottom: 12px;

  background: var(--lpp-accent-soft);
  color: var(--lpp-accent);

  border: 1px solid rgba(255, 95, 0, 0.2);
  border-radius: 50px;

  font-size: 13px;
  font-weight: 700;
}

.leetag-privacy-heading h1 {
  margin-bottom: 15px;

  color: var(--lpp-heading);

  font-size: 38px;
  font-weight: 800;

  line-height: 1.4;
}

.leetag-privacy-heading p {
  max-width: 760px;

  margin: 0 auto;

  color: var(--lpp-text);

  font-size: 15px;
  line-height: 1.9;
}


/* Wrapper */

.leetag-privacy-wrapper {
  max-width: 980px;
  margin: 0 auto;
}


/* =========================================
   INTRO
========================================= */

.leetag-privacy-intro {
  display: flex;
  align-items: flex-start;

  gap: 18px;

  padding: 27px;
  margin-bottom: 24px;

  background:
    linear-gradient(
      135deg,
      var(--lpp-primary-dark),
      var(--lpp-primary)
    );

  border-radius: 20px;

  box-shadow:
    0 16px 40px rgba(0, 35, 121, 0.15);
}

.leetag-privacy-intro-icon {
  display: flex;
  align-items: center;
  justify-content: center;

  flex: 0 0 52px;

  width: 52px;
  height: 52px;

  background: rgba(255, 255, 255, 0.1);
  color: var(--lpp-accent);

  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 14px;

  font-size: 25px;
}

.leetag-privacy-intro h2 {
  margin-bottom: 7px;

  color: #ffffff;

  font-size: 20px;
  font-weight: 800;
}

.leetag-privacy-intro p {
  margin-bottom: 14px;

  color: rgba(255, 255, 255, 0.75);

  font-size: 14px;
  line-height: 1.8;
}


/* Intro Contact */

.leetag-privacy-contact {
  display: flex;
  align-items: center;
  flex-wrap: wrap;

  gap: 9px;
}

.leetag-privacy-contact a {
  display: inline-flex;
  align-items: center;

  gap: 6px;

  padding: 7px 10px;

  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;

  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;

  font-size: 12px;
  font-weight: 600;

  transition:
    background 0.3s ease,
    color 0.3s ease;
}

.leetag-privacy-contact a:hover {
  background: var(--lpp-accent);
  color: #ffffff;
}


/* =========================================
   SECTION
========================================= */

.leetag-privacy-section {
  position: relative;

  padding: 30px;

  margin-bottom: 20px;

  background: #ffffff;

  border: 1px solid var(--lpp-border);
  border-radius: 18px;

  box-shadow:
    0 8px 25px rgba(0, 35, 121, 0.045);

  transition:
    border-color 0.3s ease,
    box-shadow 0.3s ease,
    transform 0.3s ease;
}

.leetag-privacy-section:hover {
  transform: translateY(-2px);

  border-color: rgba(0, 35, 121, 0.18);

  box-shadow:
    0 13px 32px rgba(0, 35, 121, 0.07);
}


/* Number */

.leetag-privacy-number {
  position: absolute;

  top: 20px;
  left: 22px;

  color: rgba(0, 35, 121, 0.065);

  font-size: 38px;
  font-weight: 900;

  line-height: 1;
}


/* Text */

.leetag-privacy-section h2 {
  margin-bottom: 16px;

  color: var(--lpp-heading);

  font-size: 21px;
  font-weight: 800;

  line-height: 1.4;
}

.leetag-privacy-section p {
  margin-bottom: 14px;

  color: var(--lpp-text);

  font-size: 14px;
  line-height: 1.95;
}

.leetag-privacy-section p:last-child {
  margin-bottom: 0;
}


/* =========================================
   LIST
========================================= */

.leetag-privacy-list {
  padding: 0;
  margin: 8px 0 0;

  list-style: none;
}

.leetag-privacy-list li {
  display: flex;
  align-items: flex-start;

  gap: 10px;

  padding: 11px 0;

  border-bottom: 1px dashed #e2e7f0;

  color: var(--lpp-text);

  font-size: 14px;
  line-height: 1.8;
}

.leetag-privacy-list li:last-child {
  border-bottom: 0;
}

.leetag-privacy-list li i {
  display: flex;
  align-items: center;
  justify-content: center;

  flex: 0 0 22px;

  width: 22px;
  height: 22px;

  margin-top: 2px;

  background: var(--lpp-accent-soft);
  color: var(--lpp-accent);

  border-radius: 50%;

  font-size: 14px;
}


/* =========================================
   NOTE
========================================= */

.leetag-privacy-note {
  display: flex;
  align-items: flex-start;

  gap: 10px;

  margin-top: 16px;
  padding: 14px 16px;

  background: var(--lpp-soft);

  border: 1px solid var(--lpp-border);
  border-radius: 12px;
}

.leetag-privacy-note i {
  color: var(--lpp-primary);

  font-size: 20px;
}

.leetag-privacy-note p {
  margin: 0;

  font-size: 13px;
}


/* =========================================
   CONTACT BOX
========================================= */

.leetag-privacy-contact-box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;

  gap: 10px;

  margin-top: 17px;
  padding: 14px 16px;

  background: var(--lpp-soft);

  border: 1px solid var(--lpp-border);
  border-radius: 12px;
}

.leetag-privacy-contact-box span {
  color: var(--lpp-heading);

  font-size: 13px;
  font-weight: 700;
}

.leetag-privacy-contact-box a {
  display: inline-flex;
  align-items: center;

  gap: 5px;

  color: var(--lpp-accent);

  font-size: 13px;
  font-weight: 700;
}


/* =========================================
   CONTACT OPTIONS
========================================= */

.leetag-privacy-contact-options {
  display: flex;
  align-items: center;
  flex-wrap: wrap;

  gap: 9px;

  margin-top: 17px;
}

.leetag-privacy-contact-options a {
  display: inline-flex;
  align-items: center;

  gap: 6px;

  padding: 9px 12px;

  background: var(--lpp-soft);
  color: var(--lpp-primary);

  border: 1px solid var(--lpp-border);
  border-radius: 9px;

  font-size: 12px;
  font-weight: 700;

  transition:
    color 0.3s ease,
    background 0.3s ease,
    border-color 0.3s ease;
}

.leetag-privacy-contact-options a i {
  color: var(--lpp-accent);

  font-size: 17px;
}

.leetag-privacy-contact-options a:hover {
  background: var(--lpp-accent-soft);
  color: var(--lpp-accent);

  border-color: rgba(255, 95, 0, 0.25);
}


/* =========================================
   UPDATE
========================================= */

.leetag-privacy-update {
  display: flex;
  align-items: flex-start;

  gap: 12px;

  padding: 18px 20px;

  background: var(--lpp-accent-soft);

  border: 1px solid rgba(255, 95, 0, 0.18);
  border-radius: 14px;
}

.leetag-privacy-update > i {
  display: flex;
  align-items: center;
  justify-content: center;

  flex: 0 0 38px;

  width: 38px;
  height: 38px;

  background: var(--lpp-accent);
  color: #ffffff;

  border-radius: 10px;

  font-size: 19px;
}

.leetag-privacy-update strong {
  display: block;

  margin-bottom: 3px;

  color: var(--lpp-heading);

  font-size: 14px;
  font-weight: 800;
}

.leetag-privacy-update p {
  margin: 0;

  color: var(--lpp-text);

  font-size: 13px;
  line-height: 1.75;
}


/* =========================================
   RESPONSIVE
========================================= */

@media only screen and (max-width: 767px) {

  .leetag-privacy-area {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .leetag-privacy-heading {
    margin-bottom: 30px;
  }

  .leetag-privacy-heading h1 {
    font-size: 28px;
  }

  .leetag-privacy-heading p {
    font-size: 14px;
  }

  .leetag-privacy-intro {
    flex-direction: column;

    padding: 20px;
  }

  .leetag-privacy-section {
    padding: 22px 18px;

    border-radius: 15px;
  }

  .leetag-privacy-number {
    top: 16px;
    left: 16px;

    font-size: 30px;
  }

  .leetag-privacy-section h2 {
    font-size: 18px;
  }

  .leetag-privacy-section p,
  .leetag-privacy-list li {
    font-size: 13px;
  }

  .leetag-privacy-contact,
  .leetag-privacy-contact-options {
    flex-direction: column;
    align-items: stretch;
  }

  .leetag-privacy-contact a,
  .leetag-privacy-contact-options a {
    justify-content: center;
  }

}


/* =========================================
   LEETAG HELP CENTER
========================================= */

.leetag-help-hero,
.leetag-help-categories,
.leetag-help-popular,
.leetag-help-guides,
.leetag-help-faq-area,
.leetag-help-support {

  --lh-primary: #002379;
  --lh-primary-dark: #001a5c;

  --lh-accent: #ff5f00;
  --lh-accent-dark: #df5200;
  --lh-accent-soft: #fff2e9;

  --lh-soft: #f3f6ff;
  --lh-border: #d8e1f2;

  --lh-heading: #002379;
  --lh-text: #66738e;
}


/* =========================================
   HERO
========================================= */

.leetag-help-hero {
  position: relative;
  overflow: hidden;

  background:
    radial-gradient(
      circle at 80% 20%,
      rgba(255, 95, 0, 0.12),
      transparent 25%
    ),
    linear-gradient(
      135deg,
      #001a5c,
      #002379
    );
}

.leetag-help-hero-content {
  max-width: 900px;
  margin: auto;
}

.leetag-help-badge {
  display: inline-flex;

  padding: 7px 14px;
  margin-bottom: 14px;

  background: rgba(255,255,255,.08);
  color: var(--lh-accent);

  border: 1px solid rgba(255,255,255,.12);
  border-radius: 50px;

  font-size: 13px;
  font-weight: 700;
}

.leetag-help-hero h1 {
  margin-bottom: 15px;

  color: #fff;

  font-size: 44px;
  font-weight: 800;
}

.leetag-help-hero-content > p {
  max-width: 760px;
  margin: auto;

  color: rgba(255,255,255,.74);

  font-size: 15px;
  line-height: 1.9;
}


/* Search */

.leetag-help-search-box {
  max-width: 790px;

  margin: 32px auto 0;
}

.leetag-help-search-input {
  position: relative;

  display: flex;
  align-items: center;

  padding: 7px;

  background: #fff;

  border-radius: 14px;

  box-shadow:
    0 16px 40px rgba(0,0,0,.15);
}

.leetag-help-search-input > i {
  flex: 0 0 45px;

  color: #8b97ae;

  text-align: center;

  font-size: 21px;
}

.leetag-help-search-input input {
  flex: 1;

  height: 50px;

  padding: 0 8px;

  border: 0;
  outline: 0;

  color: var(--lh-heading);

  font-size: 14px;
}

.leetag-help-search-btn {
  min-width: 110px;
  height: 50px;

  background: var(--lh-accent);
  color: #fff;

  border: 0;
  border-radius: 10px;

  font-size: 14px;
  font-weight: 700;
}

.leetag-help-search-btn:hover {
  background: var(--lh-accent-dark);
}


/* Search Results */

.leetag-help-results-note {
  display: none;

  margin-top: 13px;

  color: rgba(255,255,255,.8);

  font-size: 12px;
}

.leetag-help-results-note span {
  color: rgba(255,255,255,.5);
}


/* Tags */

.leetag-help-quick-tags {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;

  gap: 8px;

  margin-top: 18px;
}

.leetag-help-quick-tags a {
  display: inline-flex;
  align-items: center;

  gap: 6px;

  padding: 8px 12px;

  background: rgba(255,255,255,.07);
  color: rgba(255,255,255,.82);

  border: 1px solid rgba(255,255,255,.1);
  border-radius: 50px;

  font-size: 12px;
  font-weight: 600;

  transition:
    background .3s ease,
    color .3s ease;
}

.leetag-help-quick-tags a i {
  color: var(--lh-accent);
}

.leetag-help-quick-tags a:hover {
  background: var(--lh-accent);
  color: #fff;
}


/* =========================================
   SECTION HEAD
========================================= */

.leetag-help-section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;

  gap: 30px;
}

.leetag-help-section-head > div > span {
  display: block;

  margin-bottom: 4px;

  color: var(--lh-accent);

  font-size: 12px;
  font-weight: 700;
}

.leetag-help-section-head h2 {
  margin: 0;

  color: var(--lh-heading);

  font-size: 30px;
  font-weight: 800;
		padding-bottom: 15px;

}

.leetag-help-section-head > p {
  max-width: 440px;

  margin: 0;

  color: var(--lh-text);

  font-size: 13px;
  line-height: 1.8;
		padding-bottom: 15px;

}


/* =========================================
   CATEGORY CARDS
========================================= */

.leetag-help-categories {
  background: #fff;
}

.leetag-help-category-card {
  position: relative;

  height: 100%;

  padding: 27px 24px;

  background: #fff;

  border: 1px solid var(--lh-border);
  border-radius: 20px;

  box-shadow:
    0 10px 30px rgba(0,35,121,.05);

  transition:
    transform .3s ease,
    box-shadow .3s ease,
    border-color .3s ease;
}

.leetag-help-category-card:hover {
  transform: translateY(-6px);

  border-color: rgba(0,35,121,.23);

  box-shadow:
    0 18px 40px rgba(0,35,121,.1);
}

.leetag-help-category-icon {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 58px;
  height: 58px;

  margin-bottom: 20px;

  background: var(--lh-soft);
  color: var(--lh-primary);

  border: 1px solid var(--lh-border);
  border-radius: 16px;

  font-size: 28px;
}

.leetag-help-category-number {
  position: absolute;

  top: 21px;
  left: 21px;

  color: rgba(0,35,121,.07);

  font-size: 37px;
  font-weight: 900;
}

.leetag-help-category-card h3 {
  margin-bottom: 8px;

  color: var(--lh-heading);

  font-size: 19px;
  font-weight: 800;
}

.leetag-help-category-card > p {
  min-height: 48px;

  margin-bottom: 18px;

  color: var(--lh-text);

  font-size: 13px;
  line-height: 1.8;
}

.leetag-help-category-links {
  display: flex;
  flex-direction: column;

  gap: 7px;

  padding-top: 15px;

  border-top: 1px solid #edf1f7;
}

.leetag-help-category-links a {
  position: relative;

  padding-right: 17px;

  color: var(--lh-primary);

  font-size: 12px;
  font-weight: 700;
}

.leetag-help-category-links a::before {
  content: "←";

  position: absolute;
  right: 0;

  color: var(--lh-accent);
}

.leetag-help-category-links a:hover {
  color: var(--lh-accent);
}

.leetag-help-category-card-highlight {
  background:
    linear-gradient(
      180deg,
      #fff,
      #fffaf7
    );

  border-color: rgba(255,95,0,.22);
}


/* =========================================
   POPULAR ARTICLES
========================================= */

.leetag-help-popular {
  background: #f8faff;
}

.leetag-help-section-head-inline {
  align-items: center;
}

.leetag-help-updated {
  display: inline-flex;
  align-items: center;

  gap: 6px;

  padding: 7px 12px;

  background: var(--lh-accent-soft);
  color: var(--lh-accent);

  border-radius: 50px;

  font-size: 11px;
  font-weight: 700;
}

.leetag-help-article {
  position: relative;

  display: flex;
  align-items: flex-start;

  gap: 13px;

  height: 100%;

  padding: 20px;

  background: #fff;

  border: 1px solid var(--lh-border);
  border-radius: 16px;

  transition:
    transform .3s ease,
    box-shadow .3s ease;
}

.leetag-help-article:hover {
  transform: translateY(-4px);

  box-shadow:
    0 14px 30px rgba(0,35,121,.08);
}

.leetag-help-article-icon {
  display: flex;
  align-items: center;
  justify-content: center;

  flex: 0 0 44px;

  width: 44px;
  height: 44px;

  background: var(--lh-soft);
  color: var(--lh-primary);

  border-radius: 12px;

  font-size: 21px;
}

.leetag-help-article span {
  display: block;

  margin-bottom: 2px;

  color: var(--lh-accent);

  font-size: 10px;
  font-weight: 700;
}

.leetag-help-article h3 {
  margin-bottom: 4px;

  color: var(--lh-heading);

  font-size: 15px;
  font-weight: 800;
}

.leetag-help-article p {
  margin: 0;

  color: var(--lh-text);

  font-size: 12px;
  line-height: 1.65;
}

.leetag-help-article-arrow {
  margin-right: auto;

  color: #a4afc3;

  font-size: 19px;
}


/* =========================================
   QUICK GUIDES
========================================= */

.leetag-help-guides {
  background: #fff;
}

.leetag-help-guide-card {
  position: relative;

  height: 100%;

  padding: 28px;

  background: #fff;

  border: 1px solid var(--lh-border);
  border-radius: 20px;

  box-shadow:
    0 10px 30px rgba(0,35,121,.05);
}

.leetag-help-guide-number {
  position: absolute;

  top: 20px;
  left: 22px;

  color: rgba(0,35,121,.07);

  font-size: 42px;
  font-weight: 900;
}

.leetag-help-guide-icon {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 60px;
  height: 60px;

  margin-bottom: 20px;

  background: var(--lh-soft);
  color: var(--lh-primary);

  border-radius: 16px;

  font-size: 28px;
}

.leetag-help-guide-card h3 {
  color: var(--lh-heading);

  font-size: 20px;
  font-weight: 800;
}

.leetag-help-guide-card > p {
  color: var(--lh-text);

  font-size: 13px;
  line-height: 1.8;
}

.leetag-help-guide-card ul {
  padding: 0;
  margin: 18px 0;

  list-style: none;
}

.leetag-help-guide-card li {
  display: flex;

  gap: 8px;

  margin-bottom: 9px;

  color: var(--lh-text);

  font-size: 12px;
}

.leetag-help-guide-card li i {
  color: var(--lh-accent);

  font-size: 16px;
}

.leetag-help-guide-links {
  display: flex;
  flex-wrap: wrap;

  gap: 8px;
}

.leetag-help-guide-links a {
  padding: 7px 10px;

  background: var(--lh-soft);
  color: var(--lh-primary);

  border-radius: 8px;

  font-size: 11px;
  font-weight: 700;
}

.leetag-help-guide-links a:hover {
  background: var(--lh-accent-soft);
  color: var(--lh-accent);
}

.leetag-help-guide-card-highlight {
  border-color: rgba(255,95,0,.2);

  background:
    linear-gradient(
      180deg,
      #fff,
      #fffaf7
    );
}


/* =========================================
   FAQ
========================================= */

.leetag-help-faq-area {
  background: #f8faff;
}

.leetag-help-view-all {
  display: inline-flex;
  align-items: center;

  gap: 6px;

  color: var(--lh-primary);

  font-size: 12px;
  font-weight: 700;
}

.leetag-help-view-all:hover {
  color: var(--lh-accent);
}

.leetag-help-accordion .accordion-item {
  overflow: hidden;

  margin-bottom: 10px;

  border: 1px solid var(--lh-border);
  border-radius: 12px;
}

.leetag-help-accordion .accordion-button {
  padding: 17px 18px;

  color: var(--lh-heading);

  background: #fff;

  font-size: 13px;
  font-weight: 700;
}

.leetag-help-accordion .accordion-button:not(.collapsed) {
  color: var(--lh-primary);

  background: var(--lh-soft);

  box-shadow: none;
}

.leetag-help-accordion .accordion-button:focus {
  box-shadow: none;
}

.leetag-help-accordion .accordion-body {
  color: var(--lh-text);

  background: #fff;

  font-size: 13px;
  line-height: 1.8;
}


/* =========================================
   SUPPORT
========================================= */

.leetag-help-support {
  background: #fff;
}

.leetag-help-support-main {
  height: 100%;

  padding: 34px;

  background:
    linear-gradient(
      135deg,
      var(--lh-primary-dark),
      var(--lh-primary)
    );

  border-radius: 22px;

  box-shadow:
    0 18px 45px rgba(0,35,121,.16);
}

.leetag-help-support-label {
  display: block;

  margin-bottom: 5px;

  color: var(--lh-accent);

  font-size: 12px;
  font-weight: 700;
}

.leetag-help-support-main h2 {
  margin-bottom: 9px;

  color: #fff;

  font-size: 26px;
  font-weight: 800;
}

.leetag-help-support-main > p {
  max-width: 580px;

  color: rgba(255,255,255,.7);

  font-size: 13px;
  line-height: 1.8;
}

.leetag-help-support-actions {
  display: flex;
  flex-wrap: wrap;

  gap: 10px;

  margin-top: 22px;
}

.leetag-help-support-primary,
.leetag-help-support-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  gap: 6px;

  min-height: 47px;

  padding: 10px 17px;

  border-radius: 9px;

  font-size: 12px;
  font-weight: 700;
}

.leetag-help-support-primary {
  background: var(--lh-accent);
  color: #fff;
}

.leetag-help-support-secondary {
  background: rgba(255,255,255,.08);
  color: #fff;

  border: 1px solid rgba(255,255,255,.14);
}

.leetag-help-support-primary:hover {
  background: var(--lh-accent-dark);

  color: #fff;
}

.leetag-help-support-secondary:hover {
  background: rgba(255,255,255,.15);

  color: #fff;
}

.leetag-help-support-tip {
  display: flex;
  align-items: center;

  gap: 7px;

  margin-top: 20px;

  color: rgba(255,255,255,.55);

  font-size: 11px;
}

.leetag-help-support-tip i {
  color: var(--lh-accent);
}


/* Updates Card */

.leetag-help-updates-card {
  height: 100%;

  padding: 28px;

  background: #fff;

  border: 1px solid var(--lh-border);
  border-radius: 20px;

  box-shadow:
    0 10px 30px rgba(0,35,121,.06);
}

.leetag-help-updates-icon {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 55px;
  height: 55px;

  margin-bottom: 17px;

  background: var(--lh-accent-soft);
  color: var(--lh-accent);

  border-radius: 15px;

  font-size: 25px;
}

.leetag-help-updates-card > span {
  color: var(--lh-accent);

  font-size: 11px;
  font-weight: 700;
}

.leetag-help-updates-card h3 {
  margin: 4px 0 7px;

  color: var(--lh-heading);

  font-size: 20px;
  font-weight: 800;
}

.leetag-help-updates-card > p {
  color: var(--lh-text);

  font-size: 13px;
  line-height: 1.7;
}

.leetag-help-updates-card ul {
  padding: 0;
  margin: 18px 0;

  list-style: none;
}

.leetag-help-updates-card li {
  display: flex;

  gap: 8px;

  margin-bottom: 10px;

  color: var(--lh-text);

  font-size: 12px;
}

.leetag-help-updates-card li i {
  color: var(--lh-accent);
}

.leetag-help-updates-links {
  display: flex;
  flex-wrap: wrap;

  gap: 8px;
}

.leetag-help-updates-links a {
  padding: 7px 10px;

  background: var(--lh-soft);
  color: var(--lh-primary);

  border-radius: 8px;

  font-size: 11px;
  font-weight: 700;
}


/* =========================================
   MODAL
========================================= */

.leetag-help-modal .modal-content {
  overflow: hidden;

  border: 0;
  border-radius: 20px;

  box-shadow:
    0 25px 70px rgba(0,35,121,.2);
}

.leetag-help-modal .modal-header {
  padding: 22px 25px;

  background:
    linear-gradient(
      135deg,
      #001a5c,
      #002379
    );

  border: 0;
}

.leetag-help-modal .modal-header span {
  display: block;

  color: #ff5f00;

  font-size: 11px;
  font-weight: 700;
}

.leetag-help-modal .modal-title {
  margin-top: 3px;

  color: #fff;

  font-size: 20px;
  font-weight: 800;
}

.leetag-help-modal .btn-close {
  filter: invert(1);
}

.leetag-help-modal .modal-body {
  padding: 27px;
}

.leetag-help-modal .form-label {
  color: #002379;

  font-size: 12px;
  font-weight: 700;
}

.leetag-help-modal .form-control,
.leetag-help-modal .form-select {
  min-height: 49px;

  background: #f8faff;

  border: 1px solid #d8e1f2;
  border-radius: 9px;

  color: #002379;

  font-size: 13px;
}

.leetag-help-modal textarea.form-control {
  min-height: 130px;
}

.leetag-help-modal .form-control:focus,
.leetag-help-modal .form-select:focus {
  background: #fff;

  border-color: rgba(0,35,121,.35);

  box-shadow:
    0 0 0 4px rgba(0,35,121,.05);
}

.leetag-help-modal-actions {
  display: flex;
  flex-wrap: wrap;

  gap: 9px;

  margin-top: 22px;
}

.leetag-help-modal-submit,
.leetag-help-modal-close {
  min-height: 46px;

  padding: 9px 17px;

  border-radius: 9px;

  font-size: 12px;
  font-weight: 700;
}

.leetag-help-modal-submit {
  background: #002379;
  color: #fff;

  border: 1px solid #002379;
}

.leetag-help-modal-submit:hover {
  background: #ff5f00;

  border-color: #ff5f00;
}

.leetag-help-modal-close {
  background: #f3f6ff;
  color: #002379;

  border: 1px solid #d8e1f2;
}

.leetag-help-modal-note {
  display: flex;
  align-items: flex-start;

  gap: 7px;

  margin-top: 15px;

  color: #66738e;

  font-size: 11px;
}

.leetag-help-modal-note i {
  color: #ff5f00;

  font-size: 16px;
}


/* =========================================
   RESPONSIVE
========================================= */

@media only screen and (max-width: 991px) {

  .leetag-help-hero h1 {
    font-size: 36px;
  }

  .leetag-help-section-head {
    flex-direction: column;
    align-items: flex-start;
  }

}


@media only screen and (max-width: 767px) {

  .leetag-help-hero {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .leetag-help-hero h1 {
    font-size: 29px;
  }

  .leetag-help-hero-content > p {
    font-size: 14px;
  }

  .leetag-help-search-input {
    flex-wrap: wrap;
  }

  .leetag-help-search-input > i {
    display: none;
  }

  .leetag-help-search-input input {
    width: 100%;
    flex: none;
  }

  .leetag-help-search-btn {
    width: 100%;
  }

  .leetag-help-section-head h2 {
    font-size: 25px;
  }

  .leetag-help-category-card,
  .leetag-help-guide-card,
  .leetag-help-support-main,
  .leetag-help-updates-card {
    padding: 22px;

    border-radius: 17px;
  }

  .leetag-help-support-actions,
  .leetag-help-modal-actions {
    flex-direction: column;
  }

  .leetag-help-support-primary,
  .leetag-help-support-secondary,
  .leetag-help-modal-submit,
  .leetag-help-modal-close {
    width: 100%;
  }

}


/* =========================================
   HELP ARTICLE VARIABLES
========================================= */

.leetag-help-article-hero,
.leetag-help-article-area {

  --lha-primary: #002379;
  --lha-primary-dark: #001a5c;

  --lha-accent: #ff5f00;
  --lha-accent-dark: #df5200;
  --lha-accent-soft: #fff2e9;

  --lha-soft: #f3f6ff;
  --lha-border: #d8e1f2;

  --lha-heading: #002379;
  --lha-text: #66738e;
}


/* =========================================
   HERO
========================================= */

.leetag-help-article-hero {
  position: relative;
  overflow: hidden;

  padding: 65px 0;

  background:
    radial-gradient(
      circle at 85% 20%,
      rgba(255, 95, 0, 0.13),
      transparent 25%
    ),
    linear-gradient(
      135deg,
      var(--lha-primary-dark),
      var(--lha-primary)
    );
}

.leetag-help-article-hero-content {
  max-width: 850px;
  margin: auto;
}

.leetag-help-article-badge {
  display: inline-flex;

  padding: 7px 14px;
  margin-bottom: 13px;

  background: rgba(255,255,255,.08);
  color: var(--lha-accent);

  border: 1px solid rgba(255,255,255,.12);
  border-radius: 50px;

  font-size: 12px;
  font-weight: 700;
}

.leetag-help-article-hero h1 {
  margin-bottom: 12px;

  color: #fff;

  font-size: 38px;
  font-weight: 800;
}

.leetag-help-article-hero-content > p {
  max-width: 700px;

  margin: 0 auto 20px;

  color: rgba(255,255,255,.72);

  font-size: 14px;
  line-height: 1.9;
}


/* =========================================
   BREADCRUMB
========================================= */

.leetag-help-article-breadcrumb {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;

  gap: 7px;

  padding: 8px 13px;

  background: rgba(255,255,255,.07);

  border: 1px solid rgba(255,255,255,.11);
  border-radius: 50px;
}

.leetag-help-article-breadcrumb a {
  color: rgba(255,255,255,.78);

  font-size: 12px;
}

.leetag-help-article-breadcrumb a:hover {
  color: var(--lha-accent);
}

.leetag-help-article-breadcrumb i {
  color: rgba(255,255,255,.35);

  font-size: 15px;
}

.leetag-help-article-breadcrumb span {
  color: var(--lha-accent);

  font-size: 12px;
  font-weight: 700;
}


/* =========================================
   ARTICLE AREA
========================================= */

.leetag-help-article-area {
  background:
    linear-gradient(
      180deg,
      #ffffff,
      #f8faff
    );
}


/* =========================================
   ARTICLE BOX
========================================= */

.leetag-help-article-box {
  padding: 34px;

  background: #ffffff;

  border: 1px solid var(--lha-border);
  border-radius: 22px;

  box-shadow:
    0 12px 35px rgba(0,35,121,.06);
}


/* intro */

.leetag-help-article-intro {
  padding-bottom: 25px;
  margin-bottom: 25px;

  border-bottom: 1px solid var(--lha-border);
}

.leetag-help-article-intro > span {
  display: block;

  margin-bottom: 5px;

  color: var(--lha-accent);

  font-size: 12px;
  font-weight: 700;
}

.leetag-help-article-intro h2 {
  margin-bottom: 8px;

  color: var(--lha-heading);

  font-size: 28px;
  font-weight: 800;
}

.leetag-help-article-intro p {
  margin: 0;

  color: var(--lha-text);

  font-size: 14px;
  line-height: 1.85;
}


/* =========================================
   STEPS
========================================= */

.leetag-help-step {
  position: relative;

  display: flex;
  align-items: flex-start;

  gap: 17px;

  padding: 22px 0;

  border-bottom: 1px dashed #dde4ef;
}

.leetag-help-step:last-of-type {
  border-bottom: 0;
}

.leetag-help-step-number {
  display: flex;
  align-items: center;
  justify-content: center;

  flex: 0 0 48px;

  width: 48px;
  height: 48px;

  background: var(--lha-soft);
  color: var(--lha-primary);

  border: 1px solid var(--lha-border);
  border-radius: 14px;

  font-size: 14px;
  font-weight: 900;
}

.leetag-help-step-content {
  flex: 1;
}

.leetag-help-step-content h3 {
  margin-bottom: 6px;

  color: var(--lha-heading);

  font-size: 17px;
  font-weight: 800;
}

.leetag-help-step-content p {
  margin: 0;

  color: var(--lha-text);

  font-size: 13px;
  line-height: 1.8;
}

.leetag-help-step-content strong {
  color: var(--lha-primary);
}


/* =========================================
   STEP NOTE
========================================= */

.leetag-help-step-note {
  display: flex;
  align-items: flex-start;

  gap: 8px;

  margin-top: 13px;
  padding: 11px 13px;

  background: var(--lha-accent-soft);

  border: 1px solid rgba(255,95,0,.16);
  border-radius: 10px;

  color: var(--lha-text);

  font-size: 12px;
  line-height: 1.7;
}

.leetag-help-step-note i {
  color: var(--lha-accent);

  font-size: 18px;
}


/* =========================================
   SUCCESS
========================================= */

.leetag-help-success-box {
  display: flex;
  align-items: flex-start;

  gap: 12px;

  margin-top: 25px;
  padding: 17px;

  background:
    linear-gradient(
      135deg,
      #f3f6ff,
      #fff
    );

  border: 1px solid var(--lha-border);
  border-radius: 13px;
}

.leetag-help-success-box > i {
  color: var(--lha-accent);

  font-size: 26px;
}

.leetag-help-success-box strong {
  display: block;

  margin-bottom: 3px;

  color: var(--lha-heading);

  font-size: 14px;
  font-weight: 800;
}

.leetag-help-success-box p {
  margin: 0;

  color: var(--lha-text);

  font-size: 12px;
  line-height: 1.7;
}


/* =========================================
   ARTICLE NAV
========================================= */

.leetag-help-article-nav {
  display: flex;
  flex-wrap: wrap;

  gap: 8px;

  margin-top: 25px;
  padding-top: 20px;

  border-top: 1px solid var(--lha-border);
}

.leetag-help-article-nav a {
  padding: 8px 11px;

  background: var(--lha-soft);
  color: var(--lha-primary);

  border-radius: 8px;

  font-size: 11px;
  font-weight: 700;
}

.leetag-help-article-nav a:hover,
.leetag-help-article-nav a.active {
  background: var(--lha-accent-soft);
  color: var(--lha-accent);
}


/* =========================================
   SIDEBAR
========================================= */

.leetag-help-sidebar {
  position: sticky;

  top: 95px;
}

.leetag-help-side-card {
  margin-bottom: 18px;
  padding: 22px;

  background: #fff;

  border: 1px solid var(--lha-border);
  border-radius: 17px;

  box-shadow:
    0 8px 25px rgba(0,35,121,.05);
}

.leetag-help-side-head {
  display: flex;
  align-items: center;

  gap: 8px;

  margin-bottom: 15px;
}

.leetag-help-side-head i {
  color: var(--lha-accent);

  font-size: 20px;
}

.leetag-help-side-head h3 {
  margin: 0;

  color: var(--lha-heading);

  font-size: 16px;
  font-weight: 800;
}


/* =========================================
   SIDE SEARCH
========================================= */

.leetag-help-side-search {
  display: flex;

  padding: 5px;

  background: var(--lha-soft);

  border: 1px solid var(--lha-border);
  border-radius: 10px;
}

.leetag-help-side-search input {
  flex: 1;

  min-width: 0;
  height: 42px;

  padding: 0 9px;

  background: transparent;

  border: 0;
  outline: 0;

  color: var(--lha-heading);

  font-size: 12px;
}

.leetag-help-side-search button {
  flex: 0 0 42px;

  width: 42px;
  height: 42px;

  background: var(--lha-primary);
  color: #fff;

  border: 0;
  border-radius: 8px;

  font-size: 18px;
}

.leetag-help-side-search button:hover {
  background: var(--lha-accent);
}

.leetag-help-side-note {
  margin: 8px 0 0;

  color: var(--lha-text);

  font-size: 10px;
  line-height: 1.6;
}


/* =========================================
   SIDE LINKS
========================================= */

.leetag-help-side-links {
  display: flex;
  flex-direction: column;
}

.leetag-help-side-links a {
  display: flex;
  align-items: center;
  justify-content: space-between;

  gap: 10px;

  padding: 11px 0;

  color: var(--lha-text);

  border-bottom: 1px dashed #e0e6f0;

  font-size: 12px;
  font-weight: 600;
}

.leetag-help-side-links a:last-child {
  border-bottom: 0;
}

.leetag-help-side-links a i {
  color: #9ca7ba;

  font-size: 16px;
}

.leetag-help-side-links a:hover,
.leetag-help-side-links a.active {
  color: var(--lha-accent);
}


/* =========================================
   SUPPORT CARD
========================================= */

.leetag-help-side-support {
  text-align: center;

  background:
    linear-gradient(
      135deg,
      var(--lha-primary-dark),
      var(--lha-primary)
    );

  border: 0;
}

.leetag-help-side-support-icon {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 52px;
  height: 52px;

  margin: 0 auto 13px;

  background: rgba(255,255,255,.1);
  color: var(--lha-accent);

  border-radius: 14px;

  font-size: 24px;
}

.leetag-help-side-support > span {
  display: block;

  margin-bottom: 4px;

  color: var(--lha-accent);

  font-size: 11px;
  font-weight: 700;
}

.leetag-help-side-support h3 {
  margin-bottom: 7px;

  color: #fff;

  font-size: 18px;
  font-weight: 800;
}

.leetag-help-side-support p {
  color: rgba(255,255,255,.65);

  font-size: 12px;
  line-height: 1.7;
}


/* =========================================
   SUPPORT BUTTONS
========================================= */

.leetag-help-side-primary-btn,
.leetag-help-side-secondary-btn {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 100%;
  min-height: 45px;

  margin-top: 8px;

  border-radius: 9px;

  font-size: 12px;
  font-weight: 700;
}

.leetag-help-side-primary-btn {
  background: var(--lha-accent);
  color: #fff;

  border: 1px solid var(--lha-accent);
}

.leetag-help-side-primary-btn:hover {
  background: var(--lha-accent-dark);

  color: #fff;
}

.leetag-help-side-secondary-btn {
  background: rgba(255,255,255,.08);
  color: #fff;

  border: 1px solid rgba(255,255,255,.13);
}

.leetag-help-side-secondary-btn:hover {
  background: rgba(255,255,255,.15);

  color: #fff;
}


/* =========================================
   RESPONSIVE
========================================= */

@media only screen and (max-width: 991px) {

  .leetag-help-sidebar {
    position: static;
  }

}


@media only screen and (max-width: 767px) {

  .leetag-help-article-hero {
    padding: 50px 0;
  }

  .leetag-help-article-hero h1 {
    font-size: 28px;
  }

  .leetag-help-article-box {
    padding: 22px;

    border-radius: 17px;
  }

  .leetag-help-article-intro h2 {
    font-size: 23px;
  }

  .leetag-help-step {
    gap: 12px;
  }

  .leetag-help-step-number {
    flex-basis: 41px;

    width: 41px;
    height: 41px;

    border-radius: 11px;
  }

  .leetag-help-step-content h3 {
    font-size: 15px;
  }

  .leetag-help-side-card {
    padding: 19px;
  }

}
/* =========================================
   LEETAG HOME SLIDER
========================================= */

.leetag-home-slider {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #001a5c;
}

.leetag-home-slider-swiper {
    width: 100%;
    overflow: hidden;
}


/* =========================================
   SLIDE
========================================= */

.leetag-home-slider-item {
    position: relative;
    width: 100%;

    aspect-ratio: 16 / 9;

    display: flex;
    align-items: center;

    overflow: hidden;

    background: #001a5c;
}


/* =========================================
   IMAGE
========================================= */

.leetag-home-slider-media {
    position: absolute;
    inset: 0;

    width: 100%;
    height: 100%;

    z-index: 0;

    overflow: hidden;
}

.leetag-home-slider-media img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;
    object-position: center;

    transition: transform 6s ease;
}


/* subtle zoom */

.swiper-slide-active .leetag-home-slider-media img {
    transform: scale(1.025);
}


/* =========================================
   OVERLAY
========================================= */

.leetag-home-slider-overlay {
    position: absolute;
    inset: 0;

    z-index: 1;

    background:
        linear-gradient(
            90deg,
            rgba(0, 26, 92, 0.92) 0%,
            rgba(0, 26, 92, 0.78) 30%,
            rgba(0, 26, 92, 0.38) 58%,
            rgba(0, 26, 92, 0.08) 100%
        );

    pointer-events: none;
}


/* =========================================
   CONTAINER
========================================= */

.leetag-home-slider-container {
    position: relative;
    z-index: 2;

    width: 100%;
}


/* =========================================
   CONTENT
========================================= */

.leetag-home-slider-content {
    width: 100%;
    max-width: 650px;

    padding: 70px 0;

    color: #fff;
}


/* BADGE */

.leetag-home-slider-badge {
    display: inline-flex;
    align-items: center;

    padding: 8px 18px;
    margin-bottom: 20px;

    background: rgba(255, 95, 0, 0.14);

    border: 1px solid rgba(255, 95, 0, 0.55);
    border-radius: 50px;

    color: #fff;

    font-size: 14px;
    font-weight: 600;
}


/* TITLE */

.leetag-home-slider-content h1,
.leetag-home-slider-content h2 {
    margin: 0 0 18px;

    max-width: 650px;

    color: #fff;

    font-size: 52px;
    font-weight: 700;
    line-height: 1.28;
}

.leetag-home-slider-content h1 strong,
.leetag-home-slider-content h2 strong {
    display: inline;

    color: #ff5f00;

    font-weight: 800;
}


/* TEXT */

.leetag-home-slider-content p {
    max-width: 590px;

    margin: 0;

    color: rgba(255, 255, 255, 0.86);

    font-size: 18px;
    line-height: 1.9;
}


/* =========================================
   BUTTONS
========================================= */

.leetag-home-slider-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;

    gap: 12px;

    margin-top: 28px;
}


.leetag-home-slider-primary,
.leetag-home-slider-secondary {
    min-height: 52px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    gap: 9px;

    padding: 12px 24px;

    border-radius: 12px;

    text-decoration: none;

    font-size: 15px;
    font-weight: 600;

    transition:
        background 0.3s ease,
        color 0.3s ease,
        border-color 0.3s ease,
        transform 0.3s ease;
}


/* PRIMARY */

.leetag-home-slider-primary {
    background: #ff5f00;

    border: 1px solid #ff5f00;

    color: #fff;
}

.leetag-home-slider-primary:hover {
    background: #df5200;
    border-color: #df5200;

    color: #fff;

    transform: translateY(-2px);
}


/* SECONDARY */

.leetag-home-slider-secondary {
    background: rgba(255, 255, 255, 0.10);

    border: 1px solid rgba(255, 255, 255, 0.38);

    color: #fff;

    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.leetag-home-slider-secondary:hover {
    background: #fff;

    border-color: #fff;

    color: #002379;

    transform: translateY(-2px);
}


/* =========================================
   ARROWS
========================================= */

.leetag-home-slider-prev,
.leetag-home-slider-next {
    position: absolute;
    top: 50%;

    z-index: 10;

    width: 48px;
    height: 48px;

    display: flex;
    align-items: center;
    justify-content: center;

    transform: translateY(-50%);

    padding: 0;

    border: 1px solid rgba(255, 255, 255, 0.30);
    border-radius: 50%;

    background: rgba(0, 26, 92, 0.38);

    color: #fff;

    cursor: pointer;

    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);

    transition: 0.3s ease;
}

.leetag-home-slider-prev {
    right: 30px;
}

.leetag-home-slider-next {
    left: 30px;
}

.leetag-home-slider-prev i,
.leetag-home-slider-next i {
    font-size: 28px;
}

.leetag-home-slider-prev:hover,
.leetag-home-slider-next:hover {
    background: #ff5f00;
    border-color: #ff5f00;
}


/* =========================================
   PAGINATION
========================================= */

.leetag-home-slider-pagination {
    bottom: 25px !important;

    z-index: 10;
}

.leetag-home-slider-pagination .swiper-pagination-bullet {
    width: 9px;
    height: 9px;

    margin: 0 5px !important;

    opacity: 1;

    background: rgba(255, 255, 255, 0.55);

    transition: 0.3s ease;
}

.leetag-home-slider-pagination
.swiper-pagination-bullet-active {
    width: 28px;

    border-radius: 10px;

    background: #ff5f00;
}


/* =========================================
   LARGE DESKTOP
========================================= */

@media (min-width: 1400px) {

    .leetag-home-slider-content h1,
    .leetag-home-slider-content h2 {
        font-size: 56px;
    }

}


/* =========================================
   TABLET
========================================= */

@media (max-width: 1199px) {

    .leetag-home-slider-content {
        max-width: 580px;
    }

    .leetag-home-slider-content h1,
    .leetag-home-slider-content h2 {
        font-size: 42px;
    }

    .leetag-home-slider-content p {
        font-size: 16px;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .leetag-home-slider {
        background: #fff;
    }


    /* -----------------------------------------
       الصورة فوق والمحتوى تحت
    ----------------------------------------- */

    .leetag-home-slider-item {
        display: flex;
        flex-direction: column;

        width: 100%;

        aspect-ratio: auto;

        background: #001a5c;
    }


    /* IMAGE */

    .leetag-home-slider-media {
        position: relative;
        inset: auto;

        width: 100%;
        height: auto;

        order: 1;

        background: #f3f6ff;
    }

    .leetag-home-slider-media img {
        width: 100%;
        height: auto;

        display: block;

        object-fit: contain;
        object-position: center;

        transform: none !important;
    }


    /* إزالة الـoverlay من الصورة */

    .leetag-home-slider-overlay {
        display: none;
    }


    /* CONTENT AREA */

    .leetag-home-slider-container {
        order: 2;

        width: 100%;
        max-width: 100%;

        margin: 0;

        padding-left: 20px;
        padding-right: 20px;

        background: #001a5c;
    }


    .leetag-home-slider-content {
        width: 100%;
        max-width: 100%;

        padding: 30px 0 70px;

        text-align: center;
    }


    /* BADGE */

    .leetag-home-slider-badge {
        margin-bottom: 14px;

        padding: 7px 15px;

        font-size: 12px;
    }


    /* TITLE */

    .leetag-home-slider-content h1,
    .leetag-home-slider-content h2 {
        max-width: 100%;

        margin-bottom: 14px;

        font-size: 22px;
        line-height: 1.4;
    }


    /* TEXT */

    .leetag-home-slider-content p {
        max-width: 100%;

        margin-left: auto;
        margin-right: auto;

        font-size: 15px;
        line-height: 1.8;
    }


    /* BUTTONS */

    .leetag-home-slider-actions {
        width: 100%;

        justify-content: center;

        gap: 10px;

        margin-top: 22px;
    }


    .leetag-home-slider-primary,
    .leetag-home-slider-secondary {
        width: 100%;

        min-height: 50px;

        padding: 11px 18px;
    }


    /* HIDE ARROWS */

    .leetag-home-slider-prev,
    .leetag-home-slider-next {
        display: none;
    }


    /* PAGINATION */

    .leetag-home-slider-pagination {
        bottom: 22px !important;
    }

}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 420px) {

    .leetag-home-slider-container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .leetag-home-slider-content {
        padding-top: 25px;
        padding-bottom: 65px;
    }

    .leetag-home-slider-content h1,
    .leetag-home-slider-content h2 {
        font-size: 18px;
    }

    .leetag-home-slider-content p {
        font-size: 14px;
    }

}


.leetag-home-slider-content {
    margin-left: 0;
    margin-right: auto;

    text-align: right;
    direction: rtl;
}

@media (max-width: 767px) {

    .leetag-home-slider-media {
        display: none;
    }

    .leetag-home-slider-item {
        display: block;
        aspect-ratio: auto;
    }

    .leetag-home-slider-container {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        background: #001a5c;
    }

    .leetag-home-slider-content {
        width: 100%;
        max-width: 100%;

        padding: 70px 0 70px;

        text-align: center;
    }
}

/* =========================================
   LEETAG FOOTER
========================================= */

.leetag-footer {
    position: relative;
    overflow: hidden;

    background:
        radial-gradient(
            circle at top left,
            rgba(255, 95, 0, 0.11),
            transparent 30%
        ),
        linear-gradient(
            135deg,
            #001a5c 0%,
            #002379 55%,
            #001a5c 100%
        );

    color: #fff;
}


/* decorative glow */

.leetag-footer::before {
    content: "";

    position: absolute;

    width: 320px;
    height: 320px;

    top: -160px;
    right: -120px;

    border-radius: 50%;

    background: rgba(255, 95, 0, 0.08);

    pointer-events: none;
}

.leetag-footer::after {
    content: "";

    position: absolute;

    width: 240px;
    height: 240px;

    bottom: -120px;
    left: -100px;

    border-radius: 50%;

    background: rgba(255, 255, 255, 0.035);

    pointer-events: none;
}


/* =========================================
   TOP
========================================= */

.leetag-footer-top {
    position: relative;
    z-index: 2;
}


/* =========================================
   BRAND
========================================= */

.leetag-footer-brand {
    max-width: 600px;
}

.leetag-footer-logo {
    margin-bottom: 20px;
}

.leetag-footer-logo img {
    display: block;

    max-width: 170px;
    height: auto;
}

.leetag-footer-description {
    max-width: 560px;

    margin: 0 0 25px;

    color: rgba(255, 255, 255, 0.76);

    font-size: 16px;
    line-height: 2;
}


/* =========================================
   CTA
========================================= */

.leetag-footer-cta {
    margin-bottom: 25px;
}

.leetag-footer-primary-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    gap: 8px;

    min-height: 48px;

    padding: 11px 20px;

    border-radius: 11px;

    background: #ff5f00;

    color: #fff;

    font-size: 14px;
    font-weight: 600;

    text-decoration: none;

    transition:
        background 0.3s ease,
        transform 0.3s ease;
}

.leetag-footer-primary-btn:hover {
    background: #df5200;

    color: #fff;

    transform: translateY(-2px);
}


/* =========================================
   SOCIAL
========================================= */

.leetag-footer-socials {
    display: flex;
    align-items: center;
    flex-wrap: wrap;

    gap: 10px;
}

.leetag-footer-socials a {
    width: 42px;
    height: 42px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: rgba(255, 255, 255, 0.08);

    border: 1px solid rgba(255, 255, 255, 0.13);

    color: #fff;

    font-size: 20px;

    transition:
        background 0.3s ease,
        border-color 0.3s ease,
        color 0.3s ease,
        transform 0.3s ease;
}

.leetag-footer-socials a:hover {
    background: #ff5f00;

    border-color: #ff5f00;

    color: #fff;

    transform: translateY(-3px);
}


/* =========================================
   LINK COLUMNS
========================================= */

.leetag-footer-links {
    height: 100%;
}

.leetag-footer-links h3 {
    position: relative;

    margin: 0 0 24px;

    padding-bottom: 12px;

    color: #fff;

    font-size: 18px;
    font-weight: 700;
}

.leetag-footer-links h3::after {
    content: "";

    position: absolute;

    right: 0;
    bottom: 0;

    width: 35px;
    height: 3px;

    border-radius: 20px;

    background: #ff5f00;
}

.leetag-footer-links ul {
    list-style: none;

    padding: 0;
    margin: 0;
}

.leetag-footer-links ul li {
    margin-bottom: 13px;
}

.leetag-footer-links ul li:last-child {
    margin-bottom: 0;
}

.leetag-footer-links ul li a {
    display: inline-flex;
    align-items: center;

    gap: 5px;

    color: rgba(255, 255, 255, 0.72);

    font-size: 14px;

    text-decoration: none;

    transition:
        color 0.3s ease,
        transform 0.3s ease;
}

.leetag-footer-links ul li a i {
    color: #ff5f00;

    font-size: 17px;

    transition: transform 0.3s ease;
}

.leetag-footer-links ul li a:hover {
    color: #fff;

    transform: translateX(-3px);
}

.leetag-footer-links ul li a:hover i {
    transform: translateX(-2px);
}


/* =========================================
   BOTTOM
========================================= */

.leetag-footer-bottom {
    position: relative;
    z-index: 2;

    border-top: 1px solid rgba(255, 255, 255, 0.10);

    background: rgba(0, 0, 0, 0.10);
}

.leetag-footer-bottom-content {
    min-height: 76px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 20px;
}

.leetag-footer-bottom-content p {
    margin: 0;

    color: rgba(255, 255, 255, 0.65);

    font-size: 13px;
}

.leetag-footer-bottom-content p a {
    color: #ff5f00;

    font-weight: 600;

    text-decoration: none;
}


/* bottom links */

.leetag-footer-bottom-links {
    display: flex;
    align-items: center;

    gap: 12px;
}

.leetag-footer-bottom-links a {
    color: rgba(255, 255, 255, 0.65);

    font-size: 13px;

    text-decoration: none;

    transition: color 0.3s ease;
}

.leetag-footer-bottom-links a:hover {
    color: #ff5f00;
}

.leetag-footer-bottom-links span {
    width: 4px;
    height: 4px;

    display: block;

    border-radius: 50%;

    background: rgba(255, 255, 255, 0.3);
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 991px) {

    .leetag-footer-brand {
        max-width: 100%;

        margin-bottom: 15px;
    }

    .leetag-footer-links {
        margin-top: 15px;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .leetag-footer-top {
        padding-top: 70px !important;
        padding-bottom: 45px !important;
    }

    .leetag-footer-brand {
        text-align: center;
    }

    .leetag-footer-logo img {
        margin-left: auto;
        margin-right: auto;
    }

    .leetag-footer-description {
        margin-left: auto;
        margin-right: auto;

        font-size: 14px;
        line-height: 1.9;
    }

    .leetag-footer-socials {
        justify-content: center;
    }

    .leetag-footer-cta {
        text-align: center;
    }

    .leetag-footer-primary-btn {
        width: 100%;
        max-width: 280px;
    }

    .leetag-footer-links h3 {
        font-size: 16px;
    }

    .leetag-footer-links ul li a {
        font-size: 13px;
    }

    .leetag-footer-bottom-content {
        min-height: auto;

        padding: 22px 0;

        flex-direction: column;
        justify-content: center;

        text-align: center;

        gap: 10px;
    }

}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 420px) {

    .leetag-footer-socials a {
        width: 38px;
        height: 38px;

        font-size: 18px;
    }

}

/* =========================================
   LEETAG NAVBAR
========================================= */

.leetag-navbar {
    position: relative;
    z-index: 999;
}


/* =========================================
   MAIN NAV
========================================= */

.leetag-navbar .main-nav {
    padding: 0;

    background: rgba(255,255,255,.96);

    border-bottom: 1px solid rgba(0,35,121,.08);

    box-shadow:
        0 8px 30px rgba(0, 26, 92, .06);

    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);

    transition:
        background .3s ease,
        box-shadow .3s ease;
}


/* navbar */

.leetag-navbar .navbar {
    min-height: 82px;

    padding: 0;
}


/* =========================================
   LOGO
========================================= */

.leetag-navbar .navbar-brand,
.leetag-navbar .navbar-brand-sticky {
    padding: 0;
    margin: 0;
}

.leetag-navbar .navbar-brand img,
.leetag-navbar .navbar-brand-sticky img {
    max-width: 155px;
    height: auto;

    transition: transform .3s ease;
}

.leetag-navbar .navbar-brand:hover img,
.leetag-navbar .navbar-brand-sticky:hover img {
    transform: scale(1.02);
}


/* =========================================
   MENU
========================================= */

.leetag-navbar-menu {
    display: flex;
    align-items: center;

    gap: 4px;
}


/* nav item */

.leetag-navbar-menu .nav-item {
    position: relative;
}


/* nav link */

.leetag-navbar-menu .nav-link {
    position: relative;

    display: flex;
    align-items: center;
    justify-content: center;


	height: auto;
padding-bottom: 20px
    padding: 0 15px !important;

    color: #27324a !important;

    font-size: 15px;
    font-weight: 600;
    line-height: 1.2;

    white-space: nowrap;

    transition:
        color .3s ease,
        background .3s ease;
}




/* hover */

.leetag-navbar-menu .nav-link:hover {
    color: #002379 !important;
}

.leetag-navbar-menu .nav-link:hover::after {
    width: 20px;
}


/* active */

.leetag-navbar-menu .nav-link.active {
    color: #002379 !important;
}

.leetag-navbar-menu .nav-link.active::after {
    width: 24px;
}

/* =========================================
   CTA
========================================= */

.leetag-navbar-action {
    margin-right: 22px;
}


/* button */

.leetag-navbar-btn {
    position: relative;

    min-height: 50px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    gap: 9px;

    padding: 11px 21px;

    overflow: hidden;

    border-radius: 14px;

    background:
        linear-gradient(
            135deg,
            #002379,
            #001a5c
        );

    border: 1px solid rgba(0,35,121,.16);

    color: #fff;

    font-size: 14px;
    font-weight: 700;

    text-decoration: none;

    box-shadow:
        0 8px 22px rgba(0,35,121,.18);

    transition:
        transform .3s ease,
        box-shadow .3s ease;
}


/* orange accent */

.leetag-navbar-btn::before {
    content: "";

    position: absolute;

    right: 0;
    bottom: 0;

    width: 100%;
    height: 3px;

    background: #ff5f00;
}


/* hover glow */

.leetag-navbar-btn::after {
    content: "";

    position: absolute;

    top: 0;
    right: -120%;

    width: 80%;
    height: 100%;

    transform: skewX(-20deg);

    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(255,255,255,.16),
            transparent
        );

    transition: right .55s ease;
}

.leetag-navbar-btn:hover::after {
    right: 120%;
}

.leetag-navbar-btn:hover {
    transform: translateY(-2px);

    color: #fff;

    box-shadow:
        0 12px 30px rgba(0,35,121,.26);
}


/* icon */

.leetag-navbar-btn i {
    position: relative;
    z-index: 2;

    font-size: 20px;

    transition: transform .3s ease;
}

.leetag-navbar-btn span {
    position: relative;
    z-index: 2;
}

.leetag-navbar-btn:hover i {
    transform: translateX(-3px);
}


/* =========================================
   STICKY
========================================= */

.leetag-navbar .main-nav.sticky-nav {
    background: rgba(255,255,255,.98);

    box-shadow:
        0 10px 35px rgba(0,26,92,.10);
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 1199px) {

    .leetag-navbar-menu .nav-link {
        padding-left: 11px !important;
        padding-right: 11px !important;

        font-size: 14px;
    }

    .leetag-navbar-action {
        margin-right: 12px;
    }

    .leetag-navbar-btn {
        padding-left: 16px;
        padding-right: 16px;
    }

}



}

@media (max-width: 991px) {

  /* اللوجو */
  .navbar-area .mobile-nav .logo img {
    max-width: 145px;
    height: auto;
  }

  /* خلفية المنيو */
  .mean-container .mean-nav {
    background: #fff !important;
  }

  /* عناصر القائمة */
  .mean-container .mean-nav ul li a {
    padding: 15px 20px !important;
    font-size: 15px !important;
    font-weight: 600;
    color: #1f2b46 !important;
    border-bottom: 1px solid #eef1f7 !important;
    background: #fff !important;
  }

  .mean-container .mean-nav ul li a:hover,
  .mean-container .mean-nav ul li a.active {
    color: #002379 !important;
    background: #f7f9ff !important;
  }

  /* نخفي underline الديسكتوب */
  .mean-container .mean-nav ul li a::after {
    display: none !important;
  }

  /* زر CTA */
  .leetag-navbar-action {
    margin: 16px 20px 20px !important;

  }

  .leetag-navbar-btn {
    width: 100%;
    min-height: 50px;

    display: flex !important;
    align-items: center;
    justify-content: center;

    gap: 8px;

    padding: 12px 18px;

    border-radius: 12px;

    background: #002379;

    color: #fff !important;

    font-size: 14px;
    font-weight: 700;

    box-shadow: 0 8px 20px rgba(0,35,121,.14);
  }

  .leetag-navbar-btn:hover {
    background: #001a5c;
    color: #fff !important;
  }

  .leetag-navbar-btn::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;

    width: 100%;
    height: 3px;

    background: #ff5f00;
  }

  /* زر فتح القائمة */
  .mean-container a.meanmenu-reveal {
    color: #002379 !important;
  }

  .mean-container a.meanmenu-reveal span {
    background: #002379 !important;
  }

}

@media (max-width: 991px) {
    .leetag-navbar-action {
        display: none !important;
    }
}