/* ===========================
Index Of css

01. Variables CSS
02. Normalize CSS
03. Header CSS
04. Hero CSS
05. features CSS
06. Services CSS
07. Intro Video CSS
08. Testimonial CSS
09. Blog CSS
10. Clients CSS
11. Team CSS
12. Account Login CSS
13. Contact CSS
14. Pricing Table CSS
15. Faq CSS
16. Call Action CSS
17. Error CSS
18. Mail Success CSS
19. Footer CSS
========================== */
/*======================================
    Variables
========================================*/
/*======================================
    Normalize CSS
========================================*/
@import url("https://fonts.googleapis.com/css2?family=Spartan:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap");
html {
  scroll-behavior: smooth;
}
:root {
  --primary-green: #2ed06e;
  --dark-bg: #1a1a1a;
  --pure-white: #ffffff;
  --light-gray: #f5f5f5;
  --medium-gray: #666666;
  --primary-dark: #1a936f;
  --secondary-blue: #0066cc;
  --light-bg: #f8fafc;
  --card-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  --success-gradient: linear-gradient(135deg, #2ed06e, #1a936f);
  --card-bg: #ffffff;
  --border-color: #e8e8e8;
}
body {
  font-family: "DM Sans", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #727272;
  overflow-x: hidden;
  font-size: 15px;
}

p {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 28px;
}

* {
  margin: 0;
  padding: 0;
}

.navbar-toggler:focus,
a:focus,
input:focus,
textarea:focus,
button:focus,
.btn:focus,
.btn.focus,
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
  text-decoration: none;
  outline: none;
  outline: none !important;
  border-color: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.form-check-input:checked {
  background-color: #2ed06e;
  border-color: #2ed06e;
}

select {
  -webkit-writing-mode: horizontal-tb !important;
  text-rendering: auto;
  color: #081828;
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  display: inline-block;
  text-align: start;
  -webkit-appearance: menulist;
     -moz-appearance: menulist;
          appearance: menulist;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: pre;
  -webkit-rtl-ordering: logical;
  background-color: -internal-light-dark(white, #3b3b3b);
  cursor: default;
  margin: 0em;
  font: 400 14px;
  border-radius: 0px;
  border-width: 1px;
  border-style: solid;
  border-color: -internal-light-dark(#767676, #858585);
  -o-border-image: initial;
     border-image: initial;
}

span,
a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

img {
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  margin: 0px;
  color: #081828;
  font-family: 'Spartan', sans-serif;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1 {
  font-size: 50px;
}

h2 {
  font-size: 40px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 25px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}

ul,
ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.img-bg {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .container {
    width: 450px;
  }
}

/* Bread Crumbs */
.breadcrumbs {
  position: relative;
  padding-top: 160px;
  padding-bottom: 120px;
  z-index: 2;
  text-align: left;
  background-color: #081828;
  background-image: url("../images/bread-bg/banner-bg.svg");
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0px 7px 30px rgba(0, 0, 0, 0.075);
          box-shadow: 0px 7px 30px rgba(0, 0, 0, 0.075);
}

.breadcrumbs::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #081828;
  opacity: 0.7;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumbs {
    padding-top: 110px;
    padding-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .breadcrumbs {
    padding-top: 100px;
    padding-bottom: 50px;
  }
}

.breadcrumbs .breadcrumbs-content {
  position: relative;
  text-align: center;
}

.breadcrumbs .breadcrumbs-content .page-title {
  font-size: 26px;
  color: #fff;
  font-weight: 700;
  position: relative;
  line-height: 28px;
  text-transform: capitalize;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumbs .breadcrumbs-content .page-title {
    font-size: 24px;
    line-height: 28px;
  }
}

@media (max-width: 767px) {
  .breadcrumbs .breadcrumbs-content .page-title {
    font-size: 22px;
    text-align: center;
    line-height: 26px;
  }
}

.breadcrumbs .breadcrumbs-content .breadcrumb-nav {
  background: transparent;
  border-radius: 0;
  margin-bottom: 0;
  padding: 0;
  display: inline-block;
  margin-top: 10px;
}

.breadcrumbs .breadcrumb-nav {
  text-align: right;
}

@media (max-width: 767px) {
  .breadcrumbs .breadcrumb-nav {
    text-align: center;
    margin-top: 15px;
  }
}

.breadcrumbs .breadcrumb-nav li {
  display: inline-block;
  position: relative;
  padding-right: 14px;
  margin-right: 14px;
  text-transform: capitalize;
  color: #fff;
}

.breadcrumbs .breadcrumb-nav li:after {
  content: "\ea62";
  font-family: lineIcons;
  font-size: 11px;
  position: absolute;
  top: 3px;
  right: -7px;
}

.breadcrumbs .breadcrumb-nav li:last-child {
  margin: 0;
  padding: 0;
}

.breadcrumbs .breadcrumb-nav li:last-child::after {
  display: none;
}

.breadcrumbs .breadcrumb-nav li,
.breadcrumbs .breadcrumb-nav li a {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.breadcrumbs .breadcrumb-nav li i,
.breadcrumbs .breadcrumb-nav li a i {
  font-size: 13px;
  display: inline-block;
  margin-right: 3px;
  position: relative;
  top: -1px;
}

.breadcrumbs .breadcrumb-nav li a {
  position: relative;
}

.breadcrumbs .breadcrumb-nav li a:hover {
  color: #e4e4e4;
}

.section {
  padding-top: 110px;
  padding-bottom: 110px;
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

@media (max-width: 767px) {
  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

/* Section Title */
.section-title {
  text-align: center;
  margin-bottom: 80px;
  padding: 0 300px;
  position: relative;
  z-index: 5;
}

.section-title h3 {
  font-size: 15px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 20px;
  color: #2ed06e;
  text-transform: capitalize;
}

.section-title h2 {
  font-size: 34px;
  margin-bottom: 20px;
  line-height: 42px;
  text-transform: capitalize;
  position: relative;
  font-weight: 700;
}

.section-title p {
  font-size: 16px;
  line-height: 28px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-title {
    padding: 0px 200px;
    margin-bottom: 70px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title {
    padding: 0px 20px;
    margin-bottom: 50px;
  }
  .section-title h3 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 12px;
  }
  .section-title h2 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 20px;
  }
  .section-title p {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .section-title {
    padding: 0px 10px;
    margin-bottom: 40px;
  }
  .section-title h3 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 12px;
  }
  .section-title h2 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 18px;
  }
  .section-title p {
    font-size: 15px;
  }
}

.section-title.align-right {
  padding: 0;
  padding-left: 600px;
}

.section-title.align-right h2:before {
  display: none;
}

.section-title.align-right h2:after {
  position: absolute;
  right: 0;
  bottom: -1px;
  height: 2px;
  width: 50px;
  background: #2ed06e;
  content: "";
}

.section-title.align-left {
  padding: 0;
  padding-right: 600px;
}

.section-title.align-left h2:before {
  left: 0;
  margin-left: 0;
}

/* One Click Scrool Top Button*/
.scroll-top {
  width: 45px;
  height: 45px;
  line-height: 45px;
  background: #2ed06e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  color: #fff !important;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 9;
    border: 1px solid #fff;
  cursor: pointer;
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
  border-radius: 5px;
}

.scroll-top:hover {
  -webkit-box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.15) !important;
  box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.15) !important;
  -webkit-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
  background-color: #2ed06e;
}

/* Overlay */
.overlay {
  position: relative;
  z-index: 1;
}

.overlay::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  background: #081828;
  content: "";
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: -1;
}

/* Pagination CSS */
.pagination {
  text-align: left;
  margin: 60px 0 0 0;
  display: block;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pagination {
    margin-top: 50px;
  }
}

@media (max-width: 767px) {
  .pagination {
    margin-top: 40px;
  }
}

.pagination.center {
  text-align: center;
}

.pagination.right {
  text-align: right;
}

.pagination.left {
  text-align: left;
}

.pagination .pagination-list {
  display: inline-block;
  overflow: hidden;
}

.pagination .pagination-list li {
  margin-right: 5px;
  display: inline-block;
  margin-top: 10px;
}

.pagination .pagination-list li:last-child {
  margin-right: 0px;
}

.pagination .pagination-list li a {
  background: #fff;
  color: #081828;
  font-weight: 500;
  font-size: 15px;
  border-radius: 5px;
  padding: 8px 20px;
  text-align: center;
  border: 1px solid #eee;
}

.pagination .pagination-list li.active a,
.pagination .pagination-list li:hover a {
  background: #2ed06e;
  color: #fff;
  border-color: transparent;
}

.pagination .pagination-list li a i {
  font-size: 13px;
}

.blog-grids.pagination {
  margin-top: 50px;
  text-align: center;
}

.button .btn {
  display: inline-block;
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 500;
  padding: 14px 30px;
  background-color: #2ed06e;
  color: #fff;
  border: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 30px;
  position: relative;
  z-index: 1;
  margin-right: 7px;
  overflow: hidden;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .button .btn {
    padding: 14px 25px;
    font-size: 14px;
    font-weight: 500;
  }
}

@media (max-width: 767px) {
  .button .btn {
    padding: 14px 25px;
    font-size: 14px;
    font-weight: 500;
  }
}

.button .btn i {
  display: inline-block;
  margin-right: 5px;
}

.button .btn:last-child {
  margin: 0;
}

.button .btn:hover {
  color: #fff;
  background-color: #081828;
}

.button {
  margin-left: 0 !important;
}

.button .btn-alt {
  background-color: #081828 !important;
  color: #fff !important;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .button .btn-alt {
    padding: 14px 25px;
    font-size: 14px;
    font-weight: 500;
  }
}

@media (max-width: 767px) {
  .button .btn-alt {
    padding: 14px 25px;
    font-size: 14px;
    font-weight: 500;
  }
}

.button .btn-alt:hover {
  background-color: #2ed06e !important;
  color: #fff !important;
}

.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}

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

/* Preloader */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999999;
  width: 100%;
  height: 100%;
  background-color: #fff;
  overflow: hidden;
}

.preloader-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.preloader-icon {
  width: 100px;
  height: 100px;
  display: inline-block;
  padding: 0px;
}

.preloader-icon span {
  position: absolute;
  display: inline-block;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background: #2ed06e;
  -webkit-animation: preloader-fx 1.6s linear infinite;
  animation: preloader-fx 1.6s linear infinite;
}

.preloader-icon span:last-child {
  animation-delay: -0.8s;
  -webkit-animation-delay: -0.8s;
}

@keyframes preloader-fx {
  0% {
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 0;
  }
}

@-webkit-keyframes preloader-fx {
  0% {
    -webkit-transform: scale(0, 0);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1, 1);
    opacity: 0;
  }
}

/*======================================
	01. Start Header CSS
========================================*/
/* Base header styles */
/*======================================
    01. Start Header CSS
========================================*/
/* Base header styles */
.header {
  width: 100%;
  background: transparent;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999;
}

/* Menu backdrop */
.menu-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.menu-backdrop.active {
  opacity: 1;
  visibility: visible;
}

/* Mobile menu overlay */
.mobile-menu-overlay {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100vh !important;
  background: #fff;
  z-index: 1000;
  transform: translateX(-100%);
  transition: transform 0.3s ease-in-out;
  overflow-y: auto !important;
  padding: 20px !important;
}

.mobile-menu-overlay.show {
  transform: translateX(0);
}

/* Mobile menu header */
.mobile-menu-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
}

.mobile-menu-logo img {
  width: 120px;
}

.mobile-menu-close {
  background: none;
  border: none;
  font-size: 24px;
  color: #333;
  cursor: pointer;
  padding: 5px;
  line-height: 1;
}

.mobile-menu-close:hover {
  color: #2ed06e;
}

/* Mobile menu navigation */
@media (max-width: 991px) {
  /* Hide the regular collapse menu on mobile */
  .header .navbar-collapse:not(.mobile-menu-overlay) {
    display: none !important;
  }

  /* Ensure overlay styles override everything */
  .header .mobile-menu-overlay {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100vh !important;
    background: #fff !important;
    padding: 20px !important;
    transform: translateX(-100%);
  }

  .header .mobile-menu-overlay.show {
    transform: translateX(0) !important;
  }

  .header .mobile-menu-overlay .navbar-nav {
    margin: 0 !important;
    padding: 0 !important;
  }

  .header .mobile-menu-overlay .nav-item {
    margin: 0 0 10px 0 !important;
  }

  .header .mobile-menu-overlay .nav-item a {
    padding: 12px 16px !important;
    color: #051441 !important;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 15px;
  }

  .header .mobile-menu-overlay .nav-item a.active,
  .header .mobile-menu-overlay .nav-item a:hover {
    color: #2ed06e !important;
  }

  .header .mobile-menu-overlay .sub-menu {
    background: #f8f9fa;
    border-radius: 5px;
    margin: 10px 0 !important;
    padding: 0 !important;
    position: static !important;
    opacity: 1 !important;
    visibility: visible !important;
    box-shadow: none !important;
    border: none !important;
  }

  .header .mobile-menu-overlay .sub-menu .nav-item a {
    padding: 10px 25px !important;
    border-bottom: none;
    color: #051441 !important;
  }

  .header .mobile-menu-overlay .sub-menu .nav-item a:hover {
    color: #2ed06e !important;
  }

  .mobile-menu-cta {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 15px;
  }

  .mobile-menu-cta .btn {
    width: 100%;
    text-align: center;
    justify-content: center;
  }

  /* Remove old mobile menu styles */
  .header .navbar-collapse {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100vh !important;
    background: #fff !important;
    padding: 20px !important;
    max-height: 100vh !important;
    overflow-y: auto !important;
    transform: translateX(-100%);
    transition: transform 0.3s ease-in-out;
    z-index: 1000 !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    border-top: none !important;
  }

  .header .navbar-collapse.show {
    transform: translateX(0) !important;
  }
}

/* Tablet styles */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header {
    padding: 18px 0 !important;
  }

  .header .mobile-menu-btn .toggler-icon {
    background-color: #333;
  }

  .header.sticky .mobile-menu-btn .toggler-icon {
    background-color: #333;
  }

  /* Override conflicting styles */
  .header .navbar-collapse {
    top: 0 !important;
    max-height: 100vh !important;
    height: 100vh !important;
  }
}

/* Mobile styles */
@media (max-width: 767px) {
  .header {
    padding: 15px 0 !important;
  }

  .header .navbar-brand img {
    width: 120px;
  }

  .header .mobile-menu-btn .toggler-icon {
    background-color: #333;
  }

  .header.sticky .mobile-menu-btn .toggler-icon {
    background-color: #333;
  }

  /* Override conflicting styles */
  .header .navbar-collapse {
    top: 0 !important;
    max-height: 100vh !important;
    height: 100vh !important;
  }
}

/* Sticky header */
.sticky {
  position: fixed;
  top: 0;
  background: #fff;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
  animation: slideDown 0.35s ease-out;
  z-index: 999;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}

/* Desktop styles - keep existing */
.header .navbar-brand img {
  width: 140px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header .navbar-brand img {
    width: 130px;
  }
}

@media (max-width: 767px) {
  .header .navbar-brand img {
    width: 120px;
  }
}

.header.sticky .button .btn {
  background-color: #2ed06e;
  color: #fff;
}

.header.sticky .button .btn:hover {
  background-color: #081828;
  color: #fff;
}

.sticky {
  position: fixed;
  z-index: 99;
  -webkit-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  top: 0;
  background-color: #fff;
}

.navbar-expand-lg .navbar-nav {
  margin: 0;
  margin-left: auto !important;
  margin-right: auto !important;
}

.header .navbar .navbar-nav .nav-item a.active {
  color: #fff;
}

.sticky .navbar .navbar-nav .nav-item a.active {
  color: #2ed06e;
}

.sticky .navbar .navbar-nav .nav-item a {
  color: #081828;
}

.header .navbar .navbar-nav .nav-item .sub-menu a.active {
  color: #fff;
}

.sticky .navbar .navbar-nav .nav-item .sub-menu a.active {
  color: #fff;
}

.sticky .navbar .mobile-menu-btn .toggler-icon {
  background: #333;
}

/*===== NAVBAR =====*/
.navbar-area {
  width: 100%;
  z-index: 99;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  padding: 0;
}

.navbar-area.sticky {
  position: fixed;
  z-index: 99;
  -webkit-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  padding: 0px 0;
}

.navbar {
  padding: 0;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.navbar-brand {
  padding-left: 0;
  border-radius: 0;
}

.mobile-menu-btn {
  padding: 0px;
}

.mobile-menu-btn:focus {
  text-decoration: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.mobile-menu-btn .toggler-icon {
  width: 30px;
  height: 2px;
  background-color: #222;
  display: block;
  margin: 5px 0;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.mobile-menu-btn.active .toggler-icon:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 7px;
}

.mobile-menu-btn.active .toggler-icon:nth-of-type(2) {
  opacity: 0;
}

.mobile-menu-btn.active .toggler-icon:nth-of-type(3) {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  top: -7px;
}

.navbar-nav .nav-item {
  z-index: 1;
  position: relative;
  margin-right: 25px;
}

.navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}

.navbar-nav .nav-item:hover a {
  color: #fff;
}

.sticky .navbar-nav .nav-item:hover a {
  color: #2ed06e;
}

.navbar-nav .nav-item a {
  font-size: 15px;
  color: #fff;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  position: relative;
  padding: 35px 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  text-transform: capitalize;
}

.navbar-nav .nav-item a::after {
  opacity: 0;
  visibility: hidden;
}

.navbar-nav .nav-item:hover a:before {
  width: 100%;
}

.navbar-nav .nav-item a.active {
  color: #fff;
}

.navbar-nav .nav-item a.dd-menu::after {
  content: "\ea5e";
  font: normal normal normal 1em/1 "LineIcons";
  position: absolute;
  right: 17px;
  font-size: 10px;
  top: 50%;
  margin-left: 5px;
  margin-top: 0px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  height: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .navbar-nav .nav-item a.dd-menu::after {
    right: 13px;
  }
}

.navbar-nav .nav-item:hover > .sub-menu {
  top: 100%;
  opacity: 1;
  visibility: visible;
}

.navbar-nav .nav-item:hover > .sub-menu .sub-menu {
  left: 100%;
  top: 0;
}

.navbar-nav .nav-item .sub-menu {
  padding: 30px;
  min-width: 240px;
  background: #fff;
  -webkit-box-shadow: 0px 5px 20px #0000001a;
  box-shadow: 0px 5px 20px #0000001a;
  position: absolute;
  top: 110% !important;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  border-radius: 0 0 4px 4px;
  border-radius: 5px;
}

.navbar-nav .nav-item:hover .sub-menu {
  top: 100% !important;
}

.navbar-nav .nav-item .sub-menu .nav-item {
  width: 100%;
  margin-bottom: 15px;
}

.navbar-nav .nav-item .sub-menu .nav-item:last-child {
  margin: 0;
}

.navbar-nav .nav-item .sub-menu .nav-item a {
  padding: 0;
  color: #888;
  display: block;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  position: relative;
  z-index: 1;
  border-radius: 4px;
  overflow: hidden;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

.navbar-nav .nav-item .sub-menu .nav-item a:hover {
  color: #2ed06e;
}

.navbar-nav .nav-item .sub-menu.left-menu {
  left: -100%;
}

.navbar-nav .nav-item .sub-menu.collapse:not(.show) {
  display: block;
}

.header .button {
  display: inline-block;
  margin-left: 10px;
}

@media (max-width: 767px) {
  .header .button {
    display: none;
  }
}

.header .button .btn {
  background-color: #fff;
  color: #081828;
  font-weight: 500;
}

.header .button .btn:hover {
  color: #fff;
  background-color: #2ed06e;
}

.header .button.home-btn .btn:hover {
  background-color: #081828;
  color: #fff;
}

.sticky .button .btn {
  background-color: #2ed06e;
  color: #fff;
}

.sticky .button .btn:hover {
  background-color: #2ed06e;
  color: #fff;
}

/* Remove the old conflicting media queries */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header .navbar-collapse {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100vh !important;
    background: #fff !important;
    padding: 20px !important;
    max-height: 100vh !important;
    overflow-y: auto !important;
    transform: translateX(-100%);
    transition: transform 0.3s ease-in-out;
    z-index: 1000 !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    border-top: none !important;
  }
}

@media (max-width: 767px) {
  .header .navbar-collapse {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100vh !important;
    background: #fff !important;
    padding: 20px !important;
    max-height: 100vh !important;
    overflow-y: auto !important;
    transform: translateX(-100%);
    transition: transform 0.3s ease-in-out;
    z-index: 1000 !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    border-top: none !important;
  }
}

/* Mobile-specific adjustments for dropdown arrows */
@media (max-width: 991px) {
  .navbar-nav .nav-item a.dd-menu::after {
    top: 50%;
    right: 0;
    transform: translateY(-50%) rotate(0deg);
  }

  .navbar-nav .nav-item a.dd-menu.collapsed::after {
    transform: translateY(-50%) rotate(-90deg);
  }
}

/* Body scroll lock when menu is open */
body.menu-open {
  overflow: hidden;
}
/*======================================
     End Header CSS
  ========================================*/
/*======================================
    Hero Area CSS
========================================*/
.hero-area {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #2ed06e;
  z-index: 0;
}

.hero-area .hero-shape {
  position: absolute;
  left: 0;
  bottom: -1px;
  z-index: -1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-area {
    background-image: none;
  }
}

@media (max-width: 767px) {
  .hero-area {
    background-image: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-area {
    padding: 150px 0 100px 0;
  }
}

@media (max-width: 767px) {
  .hero-area {
    padding: 110px 0 80px 0;
  }
}

.hero-area .hero-content {
  border-radius: 0;
  position: relative;
  z-index: 1;
  text-align: left;
  padding: 280px 0 220px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-area .hero-content {
    padding: 0px 140px;
  }
}

.hero-area .hero-content h4 {
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 20px;
}

.hero-area .hero-content h1 {
  font-weight: 800;
  font-size: 38px;
  line-height: 50px;
  color: #fff;
  text-transform: capitalize;
}

.hero-area .hero-content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  margin-top: 20px;
  color: #fff;
}

.hero-area .hero-content .button {
  margin-top: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-area .hero-content .button {
    margin-top: 30px !important;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .hero-area .hero-content .button {
    margin-top: 30px;
    width: 100%;
  }
}

.hero-area .hero-content .button .btn {
  background-color: #fff;
  color: #081828;
}

@media (max-width: 767px) {
  .hero-area .hero-content .button .btn {
    width: 100%;
  }
}

.hero-area .hero-content .button .btn:hover {
  color: #fff;
  background-color: #081828;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-area .hero-content h1 {
    font-size: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-area .hero-content {
    text-align: center;
  }
  .hero-area .hero-content h1 {
    font-size: 30px;
    font-weight: 700;
    line-height: 38px;
  }
  .hero-area .hero-content p {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .hero-area .hero-content {
    padding: 0 10px;
    text-align: center;
  }
  .hero-area .hero-content h1 {
    font-size: 24px;
    line-height: 32px;
  }
  .hero-area .hero-content p {
    margin-top: 15px;
    font-size: 15px;
    line-height: 26px;
  }
  .hero-area .hero-content .button .btn {
    width: 60%;
    margin: 0;
    margin-bottom: 7px;
  }
  .hero-area .hero-content .button .btn:last-child {
    margin: 0;
  }
}

.hero-area .hero-image {
  text-align: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .hero-area .hero-image {
    display: none;
  }
}

.hero-area .hero-image img {
  width: 400px;
}

/*======================================
	Features CSS
========================================*/
.features {
  background-color: #F4F7FA;
}

.features .image img {
  width: 100%;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 1400px) {
  .features .content {
    padding-left: 70px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .features .content {
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .features .content {
    margin-top: 40px;
  }
}

.features .content .heading {
  font-size: 31px;
  font-weight: 700;
  margin-bottom: 70px;
  line-height: 45px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .features .content .heading {
    font-size: 28px;
    line-height: 42px;
  }
}

@media (max-width: 767px) {
  .features .content .heading {
    font-size: 22px;
    line-height: 38px;
  }
}

.features .content .heading span {
  color: #2ed06e;
  display: block;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 600;
}

.features .content .single-feature {
  position: relative;
  padding-left: 100px;
  margin-bottom: 50px;
}

.features .content .single-feature:last-child {
  margin: 0;
}

.features .content .single-feature .f-icon {
  height: 70px;
  width: 70px;
  line-height: 70px;
  text-align: center;
  color: #fff;
  background-color: #2ed06e;
  border-radius: 50%;
  position: absolute;
  left: 0;
  font-size: 28px;
  top: 0;
}

.features .content .single-feature h4 {
  font-size: 18px;
  font-weight: 700;
  display: block;
  margin-bottom: 15px;
}

/*======================================
	Services CSS
========================================*/
.services {
  position: relative;
  z-index: 0;
  background-color: #fff;
}

.services .section-title {
  margin-bottom: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .services .section-title {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .services .section-title {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 1400px) {
  .services .upper-content {
    padding-right: 100px;
  }
}

.services .upper-content .lasthead {
  font-size: 16px;
  font-weight: 600;
  color: #2ed06e;
  margin-bottom: 15px;
}

.services .upper-content .title {
  font-size: 28px;
  font-weight: 600;
  font-size: 40px;
  font-weight: 700;
  padding: 21px 0 16px;
}

.services .upper-content p {
  margin-top: 20px;
}

.services .upper-content .button {
  margin-top: 40px;
}

.services .single-service {
  min-height: 300px;
  margin-top: 30px;
  border-radius: 20px;
  background-color: white;
  -webkit-box-shadow: 0px 0px 30px rgba(81, 94, 125, 0.082);
          box-shadow: 0px 0px 30px rgba(81, 94, 125, 0.082);
  padding: 40px 50px;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
}

.services .single-service:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  border-top-color: #2ed06e;
  border-bottom-color: #2ed06e;
}

.services .single-service .main-icon {
  height: 65px;
  width: 65px;
  line-height: 65px;
  text-align: center;
  background-color: #2ed06e;
  color: #fff;
  border-radius: 10px;
  font-size: 27px;
  text-align: center;
  display: inline-block;
}

.services .single-service .text-title {
  color: #081828;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 15px;
}

.services .single-service p {
  line-height: 26px;
  font-size: 15px;
}

/*======================================
    Intro Video CSS
========================================*/
.intro-video-area {
  background-color: #081828;
  position: relative;
  z-index: 9;
  padding-bottom: 0;
  padding-top: 130px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .intro-video-area {
    padding-top: 90px;
  }
}

@media (max-width: 767px) {
  .intro-video-area {
    padding-top: 60px;
  }
}

.intro-video-area .section-title {
  margin-bottom: 150px;
  padding: 0 265px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .intro-video-area .section-title {
    padding: 0 50px;
    margin-bottom: 120px;
  }
}

@media (max-width: 767px) {
  .intro-video-area .section-title {
    padding: 0 30px;
    margin-bottom: 100px;
  }
  .intro-video-area .section-title h2 {
    font-size: 20px;
  }
}

.intro-video-area .section-title span {
  display: block;
  margin-bottom: 20px;
  color: #2ed06e;
}

@media (max-width: 767px) {
  .intro-video-area .section-title span {
    margin-bottom: 10px;
  }
}

.intro-video-area::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 150px;
  width: 100%;
  background-color: #fff;
  z-index: -1;
}

.intro-video-area .inner-content-head {
  padding: 30px;
  border: 1px solid #eeeeee40;
  border-radius: 30px;
  background: #ffffff24;
}

@media (max-width: 767px) {
  .intro-video-area .inner-content-head {
    padding: 0;
    border: none;
  }
}

.intro-video-area .inner-content {
  background-color: #fff;
  padding: 100px 0;
  height: 100%;
  border-radius: 15px;
  -webkit-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.09);
          box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.09);
  position: relative;
  overflow: hidden;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .intro-video-area .inner-content {
    padding: 50px 0;
    padding-bottom: 80px;
  }
}

@media (max-width: 767px) {
  .intro-video-area .inner-content {
    padding: 50px 0;
  }
}

.intro-video-area .inner-content .shape1 {
  height: 120px;
  width: 120px;
  position: absolute;
  right: -60px;
  bottom: 58px;
}

@media (max-width: 767px) {
  .intro-video-area .inner-content .shape1 {
    width: 80px;
    height: 80px;
    right: -50px;
    bottom: 20px;
  }
}

.intro-video-area .inner-content .shape2 {
  height: 100px;
  width: 100px;
  position: absolute;
  left: -10px;
  top: 30px;
}

@media (max-width: 767px) {
  .intro-video-area .inner-content .shape2 {
    width: 80px;
    height: 80px;
  }
}

.intro-video-area .intro-video-play {
  position: relative;
  z-index: 9;
}

.intro-video-area .intro-video-play .play-thumb a {
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 80px;
  width: 80px;
  text-align: center;
  line-height: 83px;
  background: #2ed06e;
  border-radius: 50%;
  padding-left: 5px;
  font-size: 22px;
  color: #fff;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .intro-video-area .intro-video-play .play-thumb a {
    height: 70px;
    width: 70px;
    font-size: 20px;
    line-height: 70px;
  }
}

@media (max-width: 767px) {
  .intro-video-area .intro-video-play .play-thumb a {
    height: 60px;
    width: 60px;
    line-height: 60px;
    font-size: 18px;
  }
}

.intro-video-area .intro-video-play .play-thumb a:hover {
  background-color: #081828;
  color: #fff;
}

.intro-video-area .intro-video-play .play-thumb a::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border: 1px solid #2ed06e;
  border-radius: 50%;
  -webkit-animation: pulse-border-2 1.5s linear infinite;
  animation: pulse-border-2 1.5s linear infinite;
}

.intro-video-area .intro-video-play .play-thumb a::after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border: 1px solid #fff;
  border-radius: 50%;
  -webkit-animation: pulse-border 1s linear infinite;
  animation: pulse-border 1s linear infinite;
}

@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}

@keyframes pulse-border {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}

@-webkit-keyframes pulse-border-2 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}

@keyframes pulse-border-2 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}

/*======================================
    Testimonial CSS
========================================*/
.testimonials {
  background-color: #F4F7FA;
  position: relative;
  padding-bottom: 180px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonials {
    padding-bottom: 120px;
  }
}

@media (max-width: 767px) {
  .testimonials {
    padding-bottom: 100px;
  }
}

.testimonials .testimonial-slider {
  margin: 0;
}

.testimonials .tns-nav {
  text-align: center;
  position: absolute;
  bottom: 90px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  left: 50%;
  z-index: 9;
  margin: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonials .tns-nav {
    bottom: 55px;
  }
}

@media (max-width: 767px) {
  .testimonials .tns-nav {
    bottom: 50px;
  }
}

.testimonials .tns-nav button {
  height: 6px;
  width: 14px;
  background-color: #081828;
  border-radius: 5px;
  display: inline-block;
  border: none;
  margin: 0px 5px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.testimonials .tns-nav button:hover {
  background-color: #2ed06e;
}

.testimonials .tns-nav button.tns-nav-active {
  width: 25px;
  background-color: #2ed06e;
}

.testimonials .single-testimonial {
  background-color: #fff;
  padding: 50px 40px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  margin: 15px 0;
}

.testimonials .single-testimonial:hover {
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.103);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.103);
}

.testimonials .single-testimonial::before {
  position: absolute;
  content: "";
  right: -30px;
  top: -30px;
  height: 60px;
  width: 60px;
  background-color: #2ed06e;
  border-radius: 50%;
}

@media (max-width: 767px) {
  .testimonials .single-testimonial {
    padding: 50px 40px;
  }
}

.testimonials .single-testimonial .text h4 {
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonials .single-testimonial .text h4 {
    bottom: 55px;
  }
}

@media (max-width: 767px) {
  .testimonials .single-testimonial .text h4 {
    font-size: 15px;
    line-height: 28px;
  }
}

.testimonials .single-testimonial .author {
  position: relative;
  padding-left: 70px;
  margin-top: 40px;
}

.testimonials .single-testimonial .author img {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.testimonials .single-testimonial .author h4 {
  font-size: 15px;
  font-weight: 600;
}

.testimonials .single-testimonial .author h4 span {
  color: #727272;
  display: block;
  font-size: 13px;
  font-weight: 500;
  margin-top: 6px;
}

.testimonials .single-testimonial .quote-icon i {
  font-size: 45px;
  color: #2ed06e;
  position: absolute;
  opacity: 0.1;
  right: 40px;
  bottom: 50px;
}

/*======================================
    Blog CSS
========================================*/
.blog-section {
  background-color: #fff;
}

.blog-section .section-title {
  margin-bottom: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-section .section-title {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .blog-section .section-title {
    margin-bottom: 20px;
  }
}

/* Single Blog Grid*/
.single-blog-grid {
  margin-top: 30px;
  background-color: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.089);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.089);
  overflow: hidden;
}

.single-blog-grid .blog-img {
  overflow: hidden;
}

.single-blog-grid .blog-img a {
  width: 100%;
}

.single-blog-grid .blog-img img {
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.single-blog-grid:hover .blog-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.single-blog-grid .blog-content {
  padding: 35px;
}

.single-blog-grid .blog-content .meta-info {
  margin-bottom: 20px;
}

.single-blog-grid .blog-content .meta-info a {
  display: inline-block;
  margin-right: 22px;
  font-size: 14px;
  color: #727272;
  font-weight: 500;
}

.single-blog-grid .blog-content .meta-info a i {
  display: inline-block;
  margin-right: 5px;
  color: #2ed06e;
  font-size: 16px;
}

.single-blog-grid .blog-content .meta-info a:last-child {
  margin: 0;
}

.single-blog-grid .blog-content .meta-info a:hover {
  color: #2ed06e;
}

.single-blog-grid .blog-content h4 {
  display: block;
  line-height: 28px;
}

.single-blog-grid .blog-content h4 a {
  font-size: 17px;
  color: #081828;
  font-weight: 700;
  display: inline-block;
}

.single-blog-grid .blog-content h4 a:hover {
  color: #2ed06e;
}

.single-blog-grid .blog-content p {
  display: block;
  margin-top: 20px;
}

.single-blog-grid .blog-content .button {
  margin-top: 20px;
}

.single-blog-grid .blog-content .button .btn {
  padding: 0;
  background-color: transparent;
  color: #081828;
  text-decoration: underline;
  overflow: visible;
}

.single-blog-grid .blog-content .button .btn:hover {
  color: #2ed06e;
}

.blog-list {
  background: #F4F7FA;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .blog-list .pagination {
    margin-top: 20px;
  }
}

.blog-list .single-blog {
  margin: 0;
}

.blog-list .single-blog {
  margin-bottom: 30px;
}

/* News Details */
.blog-single {
  background: #fff;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 1400px) {
  .blog-single .main-content-head {
    padding-right: 30px;
  }
}

.blog-single .meta-info {
  margin-top: 20px;
  margin-bottom: 30px;
}

.blog-single .meta-info li {
  font-size: 15px;
  display: inline-block;
  margin-right: 15px;
  padding-right: 15px;
  position: relative;
}

@media (max-width: 767px) {
  .blog-single .meta-info li {
    margin-bottom: 8px;
  }
}

.blog-single .meta-info li::before {
  position: absolute;
  content: "";
  right: -5px;
  top: 50%;
  background-color: #d2d2d2;
  height: 5px;
  width: 5px;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.blog-single .meta-info li:last-child {
  margin: 0;
  padding: 0;
}

.blog-single .meta-info li:last-child::before {
  display: none;
}

.blog-single .meta-info li a {
  color: #888;
  font-size: 15px;
  font-weight: 400;
}

.blog-single .meta-info li a i {
  display: inline-block;
  margin-right: 2px;
}

.blog-single .meta-info li a:hover {
  color: #2ed06e;
}

.blog-single .meta-info li a img {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 12px;
}

.blog-single .post-thumbnils {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-single .post-thumbnils {
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .blog-single .post-thumbnils {
    margin-bottom: 30px;
  }
}

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

.blog-single .post-title {
  line-height: 40px;
  font-size: 26px;
  font-weight: 700;
  display: inline-block;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-single .post-title {
    line-height: 40px;
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .blog-single .post-title {
    line-height: 32px;
    font-size: 20px;
  }
}

.blog-single p {
  font-size: 15px;
  margin: 30px 0;
  line-height: 26px;
}

.blog-single p:first-child {
  margin-top: 0;
}

.blog-single p:last-child {
  margin-bottom: 0;
}

.blog-single h3 {
  font-size: 20px;
  margin-bottom: 30px;
  font-weight: 700;
  line-height: 28px;
}

@media (max-width: 767px) {
  .blog-single h3 {
    font-size: 18px;
  }
}

.blog-single .image-block {
  margin: 30px 0;
}

.blog-single .image-block img {
  width: 100%;
  border-radius: 6px;
}

@media (max-width: 767px) {
  .blog-single .image-block img {
    margin: 10px 0;
  }
}

blockquote {
  position: relative;
  color: #fff;
  font-weight: 400;
  clear: both;
  z-index: 1;
  margin: 40px 0;
  text-align: center;
  padding: 40px;
  background-color: #081828;
  border-radius: 0;
  overflow: hidden;
  border-radius: 8px;
}

blockquote::before {
  position: absolute;
  content: "";
  right: -30px;
  top: -30px;
  height: 80px;
  width: 80px;
  border-radius: 50%;
  border: 4px solid #2ed06e;
}

blockquote::after {
  position: absolute;
  content: "";
  left: -30px;
  bottom: -30px;
  height: 80px;
  width: 80px;
  border-radius: 50%;
  border: 4px solid #2ed06e;
}

@media (max-width: 767px) {
  blockquote {
    padding: 20px;
  }
}

blockquote .icon i {
  font-size: 32px;
  color: #fff;
  display: block;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  blockquote .icon i {
    margin-bottom: 15px;
  }
}

blockquote h4 {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
}

@media (max-width: 767px) {
  blockquote h4 {
    font-size: 14px;
  }
}

blockquote span {
  font-size: 13px;
  display: block;
  margin-top: 20px;
  color: #fff;
}

/*comments*/
.post-comments {
  margin-top: 80px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 1400px) {
  .post-comments {
    padding-right: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .post-comments {
    margin-top: 60px;
  }
}

@media (max-width: 767px) {
  .post-comments {
    margin-top: 40px;
  }
}

.comment-title {
  font-size: 20px !important;
  font-weight: 700 !important;
  margin-bottom: 30px !important;
  position: relative;
  z-index: 1;
  text-transform: capitalize;
}

@media (max-width: 767px) {
  .comment-title {
    font-size: 18px !important;
  }
}

.post-comments .comments-list li {
  padding-left: 110px;
  position: relative;
  font-size: 15px;
  border-radius: 8px;
  margin-top: 50px;
}

@media (max-width: 767px) {
  .post-comments .comments-list li {
    margin-top: 35px;
    padding: 0;
  }
}

.post-comments .comments-list li .comment-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 80px;
}

@media (max-width: 767px) {
  .post-comments .comments-list li .comment-img {
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 18px;
  }
}

.post-comments .comments-list li .comment-img img {
  max-width: 80px;
  max-height: 80px;
  border-radius: 50%;
}

.post-comments .comments-list li .comment-desc .desc-top {
  margin-bottom: 20px;
  position: relative;
  display: block;
}

.post-comments .comments-list li .comment-desc .desc-top h6 {
  font-size: 16px;
  margin-bottom: 8px;
  font-weight: 600;
}

.post-comments .comments-list li .comment-desc .desc-top span.date {
  font-size: 14px;
  font-weight: 400;
}

@media (max-width: 767px) {
  .post-comments .comments-list li .comment-desc .desc-top span.date {
    display: block;
  }
}

.post-comments .comments-list li .comment-desc .desc-top .reply-link {
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  z-index: 2;
  color: #081828;
}

@media (max-width: 767px) {
  .post-comments .comments-list li .comment-desc .desc-top .reply-link {
    position: relative;
    display: inline-block;
    margin-top: 15px;
  }
}

.post-comments .comments-list li .comment-desc .desc-top .reply-link:hover {
  color: #2ed06e;
}

.post-comments .comments-list li .comment-desc .desc-top .reply-link i {
  margin-right: 5px;
}

.post-comments .comments-list li .comment-desc p {
  font-weight: 400;
  margin-bottom: 0;
  font-size: 15px;
}

@media (max-width: 767px) {
  .post-comments .comments-list li .comment-desc p {
    margin-top: 20px;
  }
}

.post-comments .comments-list li.children {
  margin-left: 130px;
}

@media (max-width: 767px) {
  .post-comments .comments-list li.children {
    margin: 0;
  }
}

/*Comment form*/
.comment-form {
  margin-top: 80px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 1400px) {
  .comment-form {
    padding-right: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .comment-form {
    margin-top: 60px;
  }
}

@media (max-width: 767px) {
  .comment-form {
    margin-top: 40px;
  }
}

.comment-reply-title {
  font-size: 20px !important;
  font-weight: 700 !important;
  margin-bottom: 30px !important;
  position: relative;
  z-index: 1;
  text-transform: capitalize;
}

@media (max-width: 767px) {
  .comment-reply-title {
    font-size: 18px !important;
  }
}

.comment-form form .form-box {
  position: relative;
}

.comment-form form .form-box label {
  color: #081828;
  display: block;
  margin-bottom: 10px;
  font-weight: 400;
}

.comment-form form .form-box .icon {
  position: absolute;
  top: 17px;
  right: 25px;
  font-size: 16px;
}

.comment-form form .form-box .form-control-custom {
  border: none;
  font-size: 15px;
  color: #081828;
  padding: 0 25px;
  font-weight: 500;
  height: 53px;
  border: 1px solid #eee;
  margin-bottom: 20px;
  font-weight: 400;
  border-radius: 6px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background-color: #F4F7FA;
}

@media (max-width: 767px) {
  .comment-form form .form-box .form-control-custom {
    margin-bottom: 20px;
  }
}

.comment-form form .form-box .form-control-custom:focus {
  border-color: #2ed06e;
}

.comment-form form .form-box textarea.form-control-custom {
  height: 180px;
  padding: 25px;
}

.comment-form form .form-box .form-control-custom::-webkit-input-placeholder {
  font-size: 15px;
  color: #888;
  font-weight: 400;
}

.comment-form form .form-box .form-control-custom:-ms-input-placeholder {
  font-size: 15px;
  color: #888;
  font-weight: 400;
}

.comment-form form .form-box .form-control-custom::-ms-input-placeholder {
  font-size: 15px;
  color: #888;
  font-weight: 400;
}

.comment-form form .form-box .form-control-custom::placeholder {
  font-size: 15px;
  color: #888;
  font-weight: 400;
}

/* News sidebar */
.sidebar .widget {
  margin-bottom: 40px;
  overflow: hidden;
  padding: 40px;
  border-radius: 8px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.11);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.11);
  border-top: 3px solid #2ed06e;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sidebar .widget:first-child {
    margin-top: 50px;
  }
}

@media (max-width: 767px) {
  .sidebar .widget {
    padding: 35px;
  }
}

.sidebar .widget:last-child {
  margin-bottom: 0;
}

.sidebar .widget .widget-title {
  font-size: 18px;
  margin-bottom: 25px;
  position: relative;
  font-weight: 600;
  line-height: 28px;
  z-index: 1;
  color: #081828;
}

.sidebar .widget.search-widget form {
  position: relative;
}

.sidebar .widget.search-widget form input {
  width: 100%;
  background-color: transparent;
  height: 55px;
  border: none;
  padding: 0 55px 0 25px;
  font-size: 15px;
  font-weight: 400;
  border-radius: 6px;
  background-color: #fff;
  border: 1px solid #eee;
  -webkit-box-shadow: 0px 0px 23px transparent;
          box-shadow: 0px 0px 23px transparent;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.sidebar .widget.search-widget form input:focus {
  -webkit-box-shadow: 0px 0px 23px #0000000f !important;
          box-shadow: 0px 0px 23px #0000000f !important;
  border-color: #2ed06e;
}

.sidebar .widget.search-widget form input::-webkit-input-placeholder {
  color: #333;
}

.sidebar .widget.search-widget form input:-ms-input-placeholder {
  color: #333;
}

.sidebar .widget.search-widget form input::-ms-input-placeholder {
  color: #333;
}

.sidebar .widget.search-widget form input::placeholder {
  color: #333;
}

.sidebar .widget.search-widget form button {
  border: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 55px;
  height: 55px;
  z-index: 1;
  color: #fff !important;
  font-size: 18px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  border-radius: 0;
  padding: 0 !important;
  border: none;
  background: transparent;
  color: #333 !important;
}

.sidebar .widget.search-widget form button:hover {
  color: #2ed06e !important;
}

.sidebar .widget.popular-feeds .single-popular-feed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  padding-bottom: 25px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(238, 238, 238, 0.68);
}

.sidebar .widget.popular-feeds .single-popular-feed:last-child {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.sidebar .widget.popular-feeds .single-popular-feed .feed-desc {
  position: relative;
}

.sidebar .widget.popular-feeds .single-popular-feed .feed-desc .post-title {
  margin-bottom: 12px;
  line-height: 26px;
}

.sidebar .widget.popular-feeds .single-popular-feed .feed-desc .post-title a {
  font-size: 15px;
  font-weight: 600;
  color: #081828;
}

.sidebar .widget.popular-feeds .single-popular-feed .feed-desc .post-title a:hover {
  color: #2ed06e;
}

.sidebar .widget.popular-feeds .single-popular-feed .feed-desc .time {
  font-weight: 400;
  font-size: 14px;
  color: #727272;
}

.sidebar .widget.popular-feeds .single-popular-feed .feed-desc .time i {
  margin-right: 4px;
}

.sidebar .widget.categories-widget ul li:last-child {
  margin-bottom: 0;
}

.sidebar .widget.categories-widget ul li:first-child a {
  padding-top: 0;
}

.sidebar .widget.categories-widget ul li:last-child a {
  padding-bottom: 0;
  border: none;
}

.sidebar .widget.categories-widget ul li a {
  font-size: 15px;
  padding: 8px 0;
  font-weight: 500;
  display: block;
  color: #081828;
}

.sidebar .widget.categories-widget ul li a:hover {
  color: #2ed06e;
  padding-left: 10px;
}

.sidebar .widget.popular-tag-widget {
  padding-bottom: 35px;
}

.popular-tag-widget .tags > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 8px 20px;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 500;
  margin-right: 5px;
  margin-bottom: 10px;
  color: #081828;
  border: 1px solid #eee;
  background: transparent;
  border-radius: 30px;
}

.popular-tag-widget .tags > a:hover {
  background-color: #2ed06e;
  color: #fff;
  border-color: transparent;
}

/* Blog Grid Page */
.blog-grid-page {
  padding-top: 80px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-grid-page {
    padding-top: 40px;
  }
}

@media (max-width: 767px) {
  .blog-grid-page {
    padding-top: 30px;
  }
}

.blog-grid-page .sidebar {
  margin-top: 30px;
}

/*======================================
   Clients Logo CSS
========================================*/
.client-logo {
  background-color: #F4F7FA;
  padding: 60px 0;
}

.client-logo .single-logo {
  padding: 0 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .client-logo .single-logo {
    padding: 0 10px;
  }
}

@media (max-width: 767px) {
  .client-logo .single-logo {
    padding: 15px 30px;
    border: 1px solid #eee;
    background: #fff;
  }
}

@media (max-width: 767px) {
  .client-logo .single-logo img {
    width: 75%;
  }
}

/*======================================
    Team CSS
========================================*/
.team .section-title {
  margin-bottom: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .team .section-title {
    margin-bottom: 30px;
  }
}

.team .single-team {
  margin-top: 30px;
  border-radius: 8px;
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-align: center;
}

.team .single-team img {
  height: 200px;
  width: 200px;
  border-radius: 50%;
  display: inline-block;
  background-color: #fff;
  padding: 10px;
  border: 1px solid #eee;
}

.team .single-team .content {
  padding: 40px 30px;
}

@media (max-width: 767px) {
  .team .single-team .content {
    display: block;
    text-align: center;
    padding: 30px;
  }
}

.team .single-team .content h4 {
  font-size: 16px;
  font-weight: 600;
}

.team .single-team .content h4 span {
  color: #727272;
  font-size: 14px;
  display: block;
  margin-top: 10px;
  font-weight: 500;
  font-family: DM Sans;
}

.team .single-team .content .social {
  display: block;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

@media (max-width: 767px) {
  .team .single-team .content .social {
    margin-top: 20px;
  }
}

.team .single-team .content .social li {
  display: inline-block;
  margin-right: 20px;
}

.team .single-team .content .social li a {
  font-size: 15px;
  color: #081828;
}

.team .single-team .content .social li a:hover {
  border-color: transparent;
  color: #2ed06e;
}

.team .single-team .content .social li:last-child {
  margin-right: 0;
}

.team .single-team:hover .social {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}

/*======================================
	Account Login CSS
========================================*/
.account-login {
  background-color: #F4F7FA;
}

.account-login .inner-content {
  border-radius: 8px;
  overflow: hidden;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.075);
          box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.075);
}

.account-login .login-form {
  padding: 60px 70px;
  background-color: #fff;
  border: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .account-login .login-form {
    padding: 50px;
  }
}

@media (max-width: 767px) {
  .account-login .login-form {
    padding: 50px 35px;
  }
}

.account-login .login-form .card-body {
  padding: 0;
}

.account-login .login-form .title {
  margin-bottom: 45px;
  text-align: center;
}

@media (max-width: 767px) {
  .account-login .login-form .title {
    margin-bottom: 30px;
  }
}

.account-login .login-form .title h3 {
  font-size: 25px;
  font-weight: 700;
  color: #081828;
  margin-bottom: 8px;
}

@media (max-width: 767px) {
  .account-login .login-form .title h3 {
    font-size: 22px;
  }
}

.account-login .bottom-content {
  margin-top: 25px;
}

.account-login .form-group {
  margin-bottom: 20px;
  position: relative;
}

.account-login .form-group label {
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 9;
}

.account-login .form-group .form-control {
  padding: 0 18px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border: 1px solid #eee;
  background-color: #F4F7FA;
  color: #505050;
  font-size: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 52px;
  border-radius: 30px !important;
  overflow: hidden;
  width: 100%;
  padding-left: 55px;
}

.account-login .form-group .form-control:focus {
  border-color: #2ed06e;
  -webkit-box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.233);
          box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.233);
}

.account-login .lost-pass {
  color: #888;
}

.account-login .lost-pass:hover {
  color: #2ed06e;
}

.account-login .button {
  margin-top: 40px;
  text-align: center;
}

@media (max-width: 767px) {
  .account-login .button {
    display: block;
    margin-top: 30px;
  }
  .account-login .button .btn {
    margin-bottom: 13px;
  }
  .account-login .button .btn:last-child {
    margin: 0;
  }
}

.account-login .button .btn {
  padding: 14px 40px;
  margin-right: 20px;
  width: 100%;
}

.account-login .button .btn:last-child {
  margin: 0;
}

.account-login .or {
  position: relative;
  text-align: center;
  margin: 30px 0;
  z-index: 0;
}

.account-login .or span {
  text-align: center;
  font-size: 16px;
  background-color: #fff;
  padding: 5px 12px;
}

.account-login .or::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  margin-top: -1px;
  background-color: #e8e8e8;
  height: 1px;
  width: 100%;
  z-index: -1;
}

.account-login .alt-option {
  margin-top: 30px;
  text-align: center;
}

.account-login .alt-option .small-title {
  margin-bottom: 15px;
  text-align: center;
  display: block;
}

.account-login .alt-option .option-button {
  padding: 14px 25px 14px 15px;
  border: 1px solid #eee;
  border-radius: 30px;
  display: inline-block;
  text-align: center;
  color: #727272;
}

.account-login .alt-option .option-button img {
  display: inline-block;
  margin-right: 15px;
}

@media (max-width: 767px) {
  .account-login .alt-option {
    margin-top: 30px;
  }
}

.account-login .alt-option li {
  font-weight: 500;
  display: inline-block;
  margin-right: 15px;
}

@media (max-width: 767px) {
  .account-login .alt-option li {
    margin-top: 5px;
  }
}

.account-login .alt-option li span {
  color: #727272;
  display: inline-block;
}

.account-login .alt-option li:last-child {
  margin: 0;
}

.account-login .alt-option li a {
  color: #2ed06e;
}

.account-login .alt-option li a:hover {
  color: #081828;
}

.account-login .create-account {
  font-weight: 500;
  color: #081828;
  text-align: center;
  margin-top: 35px;
  font-size: 14px;
  display: block;
}

.account-login .create-account a {
  color: #2ed06e;
}

.account-login .create-account a:hover {
  text-decoration: underline;
}

/*======================================
	Contact CSS
========================================*/
.contact-us {
  position: relative;
  background-color: #F4F7FA;
}

.contact-us .form-title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 30px;
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-us .form-title {
    font-size: 24px;
    line-height: 35px;
  }
}

@media (max-width: 767px) {
  .contact-us .form-title {
    font-size: 22px;
    line-height: 35px;
  }
}

.contact-us .contact-form .form-group {
  margin-bottom: 20px;
}

.contact-us .contact-form .form-group input {
  height: 52px;
  border: 1px solid #eee;
  border-radius: 5px;
  padding: 0px 20px;
  width: 100%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background-color: #fff;
}

.contact-us .contact-form .form-group input:focus {
  border-color: #2ed06e;
}

.contact-us .contact-form .form-group textarea {
  height: 200px;
  border: 1px solid #eee;
  border-radius: 6px;
  padding: 20px;
  resize: none;
  width: 100%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.contact-us .contact-form .form-group textarea:focus {
  border-color: #2ed06e;
}

.contact-us .contact-form .button {
  margin-top: 10px;
}

.contact-us .contact-widget-wrapper {
  padding-right: 80px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-us .contact-widget-wrapper {
    padding: 0;
    padding-right: 200px;
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .contact-us .contact-widget-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}

.contact-us .contact-widget-wrapper .main-title {
  margin-bottom: 40px;
}

.contact-us .contact-widget-wrapper .main-title h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-us .contact-widget-wrapper .main-title h2 {
    font-size: 24px;
    line-height: 35px;
  }
}

@media (max-width: 767px) {
  .contact-us .contact-widget-wrapper .main-title h2 {
    font-size: 22px;
    line-height: 35px;
  }
}

.contact-us .contact-widget-wrapper .main-title p {
  font-size: 16px;
}

.contact-us .contact-widget-wrapper .contact-widget-block {
  margin-bottom: 30px;
}

.contact-us .contact-widget-wrapper .contact-widget-block:last-child {
  margin: 0;
}

.contact-us .contact-widget-wrapper .contact-widget-block h3 {
  font-size: 16px;
  font-weight: 700;
  display: block;
  margin-bottom: 18px;
}

.contact-us .contact-widget-wrapper .contact-widget-block p {
  margin-bottom: 3px;
}

.contact-us .contact-widget-wrapper .contact-widget-block p:last-child {
  margin: 0;
}

.map-section {
  background-color: #F4F7FA;
  padding-bottom: 110px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .map-section {
    padding-bottom: 70px;
  }
}

@media (max-width: 767px) {
  .map-section {
    padding-bottom: 60px;
  }
}

.map-section .mapouter {
  padding: 10px;
  background-color: #fff;
}

.map-section .mapouter iframe {
  height: 450px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .map-section .mapouter iframe {
    height: 400px;
  }
}

@media (max-width: 767px) {
  .map-section .mapouter iframe {
    height: 300px;
  }
}

/*=============================
	Pricing Table CSS
===============================*/
.pricing-table {
  background-color: #F4F7FA;
}

.pricing-table .section-title {
  margin-bottom: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pricing-table .section-title {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .pricing-table .section-title {
    margin-bottom: 20px;
  }
}

.pricing-table .single-table {
  border: 1px solid #eee;
  border-radius: 10px;
  margin-top: 40px;
  background-color: #fff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 50px 35px;
  text-align: left;
  z-index: 0;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}

.pricing-table .single-table .popular {
  position: absolute;
  right: 20px;
  top: 18px;
  color: #2ed06e;
  font-size: 15px;
  font-weight: 500;
}

.pricing-table .single-table:hover {
  -webkit-box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.048);
          box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.048);
}

.pricing-table .single-table.middle .table-head .title {
  border-color: #2ed06e;
  color: #2ed06e;
}

.pricing-table .single-table .table-head .title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #2ed06e;
  display: inline-block;
  border-radius: 30px;
}

.pricing-table .single-table .table-head .sub-title {
  margin-bottom: 30px;
}

.pricing-table .single-table .table-head p {
  font-weight: 400;
}

.pricing-table .single-table .table-head .price .amount {
  font-size: 45px;
  font-weight: 700;
  display: inline-block;
  position: relative;
  padding-left: 16px;
}

.pricing-table .single-table .table-head .price .amount .currency {
  font-weight: 500;
  color: #4f4f4f;
  font-size: 17px;
  position: absolute;
  left: 0;
  top: 3px;
}

.pricing-table .single-table .table-head .price .amount .duration {
  display: inline-block;
  font-size: 14px;
  color: #4f4f4f;
  font-weight: 500;
  margin-left: 3px;
}

.pricing-table .single-table .table-list {
  margin-top: 40px;
}

.pricing-table .single-table .button {
  margin: 0;
  margin-top: 50px;
}

.pricing-table .single-table .button .btn i {
  display: inline-block;
  font-size: 20px;
  margin-left: 10px;
  position: relative;
  top: 2px;
}

.pricing-table .single-table .no-card {
  display: block;
  margin-top: 15px;
}

.pricing-table .single-table .table-content .table-list li {
  font-size: 15px;
  margin-bottom: 16px;
  padding-left: 25px;
  font-weight: 400;
  color: #081828;
  position: relative;
}

.pricing-table .single-table .table-content .table-list li::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "\ea5a";
  font-family: lineIcons;
  color: #68D585;
  font-size: 15px;
}

.pricing-table .single-table .table-content .table-list li.disable {
  color: #727272;
}

.pricing-table .single-table .table-content .table-list li.disable::before {
  color: #727272;
  content: "\ea87";
}

/*======================================
    Faq CSS
========================================*/
.faq {
  padding-bottom: 80px;
  background-color: #F4F7FA;
}

@media (max-width: 767px) {
  .faq .xs-margin {
    margin-top: 20px !important;
  }
}

.faq .section-title {
  margin-bottom: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .faq .section-title {
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .faq .section-title {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .faq {
    padding-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .faq {
    padding-bottom: 30px;
  }
}

.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding-right: 40px;
}

.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.accordion-item .accordion-button {
  border-radius: 4px;
  font-size: 17px;
  font-weight: 500;
  width: 100%;
  display: block;
  overflow: hidden;
  border: none;
  padding: 15px 25px;
  padding-right: 40px;
  background-color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .accordion-item .accordion-button {
    padding: 18px 20px;
    padding-right: 40px;
  }
}

@media (max-width: 767px) {
  .accordion-item .accordion-button {
    padding: 15px 20px;
    padding-right: 40px;
  }
}

.accordion-item .accordion-button .title {
  font-size: 14px;
  position: relative;
  font-weight: 600;
  float: left;
  line-height: 25px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .accordion-item .accordion-button .title {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .accordion-item .accordion-button .title {
    font-size: 14px;
  }
}

.accordion-item .accordion-button i {
  font-size: 15px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  top: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
}

.accordion-button:not(.collapsed) {
  color: #fff;
  background-color: #2ed06e;
  border-radius: 4px 4px 0 0;
}

.accordion-button:not(.collapsed) i::before {
  content: "\eb2e";
  font-family: lineIcons;
}

.accordion-button::after {
  display: none;
}

.accordion-collapse {
  border: none;
}

.accordion-body {
  border-radius: 0 0 4px 4px;
  padding: 25px;
  background-color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .accordion-body {
    padding: 30px;
  }
}

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

.accordion-body p {
  margin: 0;
  margin-bottom: 20px;
  color: #777;
}

.accordion-body p:last-child {
  margin: 0;
}

.accordion-item {
  margin-bottom: 20px;
  -webkit-box-shadow: 0px 0px 20px #00000007;
          box-shadow: 0px 0px 20px #00000007;
  border-radius: 4px;
}

.accordion-item:last-child {
  margin: 0;
}

/*======================================
    Call To Action CSS
========================================*/
.call-action {
  background-color: #fff;
}

.call-action .inner-content {
  position: relative;
  padding: 30px;
    margin-bottom: 5px;
  border-radius: 10px;
  z-index: 0;
  overflow: hidden;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .call-action .inner-content {
    padding: 50px 0;
  }
}

@media (max-width: 767px) {
  .call-action .inner-content {
    padding: 50px 0;
    text-align: center;
  }
}

.call-action .inner-content .bg-shape {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.call-action .text h2 {
  font-size: 28px;
  font-weight: 700;
  line-height: 42px;
  color: #081828;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .call-action .text h2 {
    font-size: 25px;
    line-height: 38px;
  }
}

@media (max-width: 767px) {
  .call-action .text h2 {
    font-size: 22px;
    line-height: 32px;
  }
}

.call-action .text h2 span {
  display: block;
  color: #2ed06e;
}

.call-action .button {
  float: right;
}

.call-action .button .btn i {
  font-size: 18px;
  display: inline-block;
  margin-right: 5px;
  position: relative;
  top: 1px;
}

@media (max-width: 767px) {
  .call-action .button {
    float: none;
    margin-top: 30px;
  }
}

/*======================================
	Error 404 CSS
========================================*/
.error-area {
  height: 100vh;
  text-align: center;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  background-color: #081828;
  position: relative;
  overflow: hidden;
}

.error-area .error-content {
  display: inline-block;
  padding: 70px 60px;
  background-color: #fff;
  border-radius: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .error-area .error-content {
    padding: 60px 50px;
  }
}

@media (max-width: 767px) {
  .error-area .error-content {
    padding: 50px 40px;
  }
}

.d-table {
  width: 100%;
  height: 100%;
}

.d-table {
  display: table !important;
}

.d-table-cell {
  vertical-align: middle;
}

.d-table-cell {
  display: table-cell !important;
}

.error-area .error-content h1 {
  font-size: 90px;
  color: #2ed06e;
  margin-bottom: 25px;
  font-weight: 800;
  line-height: 100px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .error-area .error-content h1 {
    font-size: 60px;
    line-height: 50px;
  }
}

@media (max-width: 767px) {
  .error-area .error-content h1 {
    font-size: 45px;
    line-height: 30px;
  }
}

.error-area .error-content h2 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #081828;
  font-weight: 700;
  line-height: 35px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .error-area .error-content h2 {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .error-area .error-content h2 {
    font-size: 18px;
  }
}

.error-area .error-content p {
  font-weight: 400;
  margin-bottom: 40px;
  color: #888;
}

/*======================================
	Mail Success CSS
========================================*/
.maill-success {
  height: 100vh;
  text-align: center;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  background-color: #081828;
  position: relative;
  overflow: hidden;
}

.maill-success .success-content {
  display: inline-block;
  padding: 70px 60px;
  background-color: #fff;
  border-radius: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .maill-success .success-content {
    padding: 60px 50px;
  }
}

@media (max-width: 767px) {
  .maill-success .success-content {
    padding: 50px 40px;
  }
}

.d-table {
  width: 100%;
  height: 100%;
}

.d-table {
  display: table !important;
}

.d-table-cell {
  vertical-align: middle;
}

.d-table-cell {
  display: table-cell !important;
}

.maill-success .success-content h1 {
  font-size: 40px;
  color: #2ed06e;
  margin-bottom: 20px;
  font-weight: 700;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .maill-success .success-content h1 {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .maill-success .success-content h1 {
    font-size: 22px;
  }
}

.maill-success .success-content h2 {
  font-size: 18px;
  margin-bottom: 15px;
  color: #081828;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .maill-success .success-content h2 {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .maill-success .success-content h2 {
    font-size: 15px;
  }
}

.maill-success .success-content p {
  font-weight: 400;
  margin-bottom: 30px;
  color: #081828;
  font-size: 16px;
}

/*======================================
	Footer CSS
========================================*/
.footer {
  background-color: #081828;
  position: relative;
  padding-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer {
    padding-top: 30px;
  }
}

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

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer .single-footer {
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .footer .single-footer {
    margin-top: 40px;
    text-align: center;
  }
}

.footer .single-footer.f-about {
  padding-right: 30px;
}

@media (max-width: 767px) {
  .footer .single-footer.f-about {
    padding: 0;
  }
}

.footer .single-footer.f-about .logo {
  margin-bottom: 20px;
}

.footer .single-footer.f-about .logo img {
  width: 140px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer .single-footer.f-about .logo img {
    width: 130px;
  }
}

@media (max-width: 767px) {
  .footer .single-footer.f-about .logo img {
    width: 120px;
  }
}

.footer .single-footer.f-about p {
  color: #fff;
  margin-top: 20px;
  font-size: 15px;
  margin-bottom: 25px;
}

.footer .single-footer.f-about .social-title {
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  display: block;
  margin-bottom: 20px;
}

.footer .single-footer.f-about .social li {
  display: inline-block;
  margin-right: 15px;
}

.footer .single-footer.f-about .social li:last-child {
  margin: 0;
}

.footer .single-footer.f-about .social li a {
  color: #fff;
}

.footer .single-footer.f-about .social li a:hover {
  color: #2ed06e;
}

.footer .single-footer.f-about .copyright-text {
  color: #fff;
  font-size: 15px;
  margin-top: 40px;
}

.footer .single-footer.f-about .copyright-text span {
  display: block;
}

@media (max-width: 767px) {
  .footer .single-footer.f-about .copyright-text {
    margin-top: 20px;
  }
}

.footer .single-footer.f-about .copyright-text a {
  color: #fff;
  text-decoration: underline;
}

.footer .single-footer.f-link li {
  display: block;
  margin-bottom: 15px;
}

.footer .single-footer.f-link li:last-child {
  margin: 0;
}

.footer .single-footer.f-link li a {
  font-size: 15px;
  font-weight: 400;
  color: #fff;
}

.footer .single-footer.f-link li a:hover {
  color: #2ed06e;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 1400px) {
  .footer .single-footer.newsletter {
    padding-left: 80px;
  }
}

.footer .single-footer.newsletter p {
  color: #fff;
}

.footer .single-footer h3 {
  font-size: 17px;
  font-weight: 600;
  display: block;
  margin-bottom: 35px;
  color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer .single-footer h3 {
    margin-bottom: 25px;
  }
}

@media (max-width: 767px) {
  .footer .single-footer h3 {
    margin-bottom: 25px;
  }
}

.footer .newsletter-form {
  margin-top: 30px;
  position: relative;
}

.footer .newsletter-form input {
  height: 52px;
  width: 100%;
  border-radius: 8px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
  padding-left: 18px;
  padding-right: 70px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background-color: #ffffff1f;
  color: #fff;
}

.footer .newsletter-form input:hover {
  border-color: #2ed06e;
}

.footer .newsletter-form input:focus {
  border-color: #2ed06e;
}

.footer .newsletter-form .button {
  position: absolute;
  right: 0px;
  top: 0;
}

.footer .newsletter-form .button .sub-btn {
  height: 52px;
  width: 52px;
  border-radius: 0 6px 6px 0;
  background-color: #ffffff29;
  color: #fff;
  text-align: center;
  line-height: 52px;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  font-size: 18px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.footer .newsletter-form .button .sub-btn:hover {
  color: #fff;
  background-color: #2ed06e;
}

.footer .copyright-area .inner-content {
  border-top: 1px solid rgba(238, 238, 238, 0.288);
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 80px;
}

@media (max-width: 767px) {
  .footer .copyright-area .inner-content {
    margin-top: 50px;
    text-align: center;
  }
}

.footer .copyright-area .copyright-owner {
  text-align: right;
}

@media (max-width: 767px) {
  .footer .copyright-area .copyright-owner {
    text-align: center;
    margin-top: 3px;
  }
}

.footer .copyright-area p {
  color: #fff;
  font-size: 15px;
}

.footer .copyright-area p a {
  text-decoration: underline;
  color: #fff;
}

.footer .copyright-area p a:hover {
  color: #2ed06e;
}
/*======================================
    Bet Code Converter Theme
========================================*/
/* Converter Demo Styles */
.converter-demo {
    background: white;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 20px;
}

.demo-from, .demo-to {
    flex: 1;
    text-align: center;
    padding: 20px;
    border-radius: 8px;
    background: transparent;
    transition: all 0.3s ease;
}

.demo-from:hover, .demo-to:hover {
    background: #081828;
    transform: translateY(-5px);
}

.bookmaker-logo {
    margin-bottom: 15px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bookmaker-logo img {
    height: 40px;
    width: auto;
    max-width: 120px;
}

.bet-code code {
    background: #081828;
    color: #fff;
    padding: 12px 20px;
    border-radius: 5px;
    font-family: 'Courier New', monospace;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    display: inline-block;
    border: 1px solid #2ed06e;
}

.demo-arrow {
    font-size: 30px;
    color: #2ed06e;
    background: #F4F7FA;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    text-align: center;
}

/* Converter Tool */
.converter-wrapper {
    background: white;
    border-radius: 10px;
    padding: 40px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    margin-top: 20px;
}

.converter-form .form-group {
    margin-bottom: 25px;
}

.converter-form .form-label {
    font-weight: 600;
    color: #081828;
    margin-bottom: 10px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.converter-form .form-select,
.converter-form .form-control {
    height: 55px;
    border: 2px solid #eee;
    border-radius: 8px;
    padding: 0 20px;
    font-size: 15px;
    transition: all 0.3s ease;
    background: #fff;
}

.converter-form .form-select:focus,
.converter-form .form-control:focus {
    border-color: #2ed06e;
    box-shadow: 0 0 0 3px rgba(46, 208, 110, 0.1);
}

.converter-form textarea.form-control {
    min-height: 120px;
    padding: 15px 20px;
    resize: vertical;
}

.btn-swap {
    background: #081828;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 15px 20px;
    font-weight: 600;
    transition: all 0.3s ease;
    margin-top: 29px;
}

.btn-swap:hover {
    background: #2ed06e;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(46, 208, 110, 0.2);
}

.btn-swap i {
    margin-right: 8px;
}

.btn-convert {
    background: #2ed06e;
    color: #fff;
    padding: 16px 40px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 30px;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    border: 1px solid #eee;
    justify-content: center;
    min-width: 200px;
}

.btn-convert:hover {
    background: #081828;
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(46, 208, 110, 0.2);
}

.btn-convert i {
    margin-left: 8px;
    transition: transform 0.3s ease;
}

.btn-convert:hover i {
    transform: translateX(5px);
}

/* Bookmakers Grid */
.bookmaker-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    margin-top: 40px;
}

@media (max-width: 991px) {
    .bookmaker-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 767px) {
    .bookmaker-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .bookmaker-grid {
        grid-template-columns: 1fr;
    }
}

.bookmaker-item {
    background: white;
    border-radius: 10px;
    padding: 25px 20px;
    text-align: center;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    border: 1px solid #eee;
    position: relative;
    overflow: hidden;
}

.bookmaker-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
    border-color: #2ed06e;
}

.bookmaker-item:hover::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: #2ed06e;
}

.bookmaker-item img {
    height: 40px;
    width: auto;
    margin-bottom: 15px;
    transition: transform 0.3s ease;
}

.bookmaker-item:hover img {
    transform: scale(1.1);
}

.bookmaker-item span {
    display: block;
    font-weight: 600;
    color: #081828;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Stats Counter */
.hero-stats {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    max-width: 400px;
}

@media (max-width: 767px) {
    .hero-stats {
        justify-content: space-around;
        margin: 30px auto 0;
        max-width: 100%;
    }
}

.stat-item {
    text-align: center;
}

.stat-item h3 {
    font-size: 32px;
    color: #fff;
    margin-bottom: 5px;
    font-weight: 700;
}

.stat-item p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Pricing Table Updates */
.pricing-table .single-table {
    transition: all 0.4s ease;
}

.pricing-table .single-table:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.pricing-table .single-table.middle {
    background: #081828;
    border-color: #081828;
}

.pricing-table .single-table.middle .title,
.pricing-table .single-table.middle .amount,
.pricing-table .single-table.middle .currency,
.pricing-table .single-table.middle .duration {
    color: #fff !important;
}

.pricing-table .single-table.middle .sub-title,
.pricing-table .single-table.middle .table-list li {
    color: rgba(255, 255, 255, 0.9) !important;
}

.pricing-table .single-table.middle .table-list li.disable {
    color: rgba(255, 255, 255, 0.6) !important;
}

/* Testimonials Updates */
.testimonials.style2 .single-testimonial {
    border: 1px solid #eee;
    transition: all 0.3s ease;
}

.testimonials.style2 .single-testimonial:hover {
    border-color: #2ed06e;
    transform: translateY(-5px);
}

/* FAQ Updates */
.faq .accordion-item {
    border: 1px solid #eee;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.faq .accordion-button {
    background: #fff;
    border: none;
    padding: 20px 25px;
}

.faq .accordion-button:not(.collapsed) {
    background: #2ed06e;
    color: #fff;
}

.faq .accordion-button .title {
    font-size: 15px;
    font-weight: 600;
}

/* Call to Action Updates */
.call-action .inner-content {
    background: #081828;
    border-radius: 15px;
}

.call-action .text h2 {
    color: #fff;
}

.call-action .text p {
    color: rgba(255, 255, 255, 0.9);
    margin-top: 15px;
}

/* Hero Area Updates for Converter */
.hero-area .hero-content h4 {
    background: rgba(255, 255, 255, 0.1);
    padding: 8px 20px;
    border-radius: 30px;
    display: inline-block;
    margin-bottom: 20px;
}

.hero-area .hero-content .button {
    display: flex;
    gap: 15px;
    margin-top: 40px;
}

@media (max-width: 767px) {
    .hero-area .hero-content .button {
        flex-direction: column;
        align-items: center;
    }
}

.hero-area .hero-content .button .btn {
    padding: 14px 35px;
    font-weight: 600;
}

.hero-area .hero-content .button .btn-alt {
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
}

.hero-area .hero-content .button .btn-alt:hover {
    background: #fff;
    color: #081828;
}

/* Services Section Updates */
.services .single-service {
    padding: 40px 30px;
    text-align: center;
    transition: all 0.4s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.services .single-service .main-icon {
    background: #081828;
    color: #fff;
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 28px;
    border-radius: 12px;
    margin-bottom: 25px;
    transition: all 0.3s ease;
}

.services .single-service:hover .main-icon {
    background: #2ed06e;
    transform: rotateY(180deg);
}

.services .single-service .text-title {
    font-size: 18px;
    margin-bottom: 15px;
    color: #081828;
}

.services .single-service p {
    color: #666;
    line-height: 26px;
    flex-grow: 1;
}

/* Navigation Updates */
.header .button .btn-convert {
    background: #2ed06e;
    color: #fff;
    padding: 12px 25px;
    border-radius: 30px;
    font-weight: 600;
    border: 1px solid #fff;
    margin-right: 10px;
}

.header .button .btn-outline {
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.3);
    color: #fff;
    padding: 10px 25px;
    border-radius: 30px;
    font-weight: 600;
}

.header .button .btn-outline:hover {
    background: #fff;
    color: #081828;
    border-color: #fff;
}

.sticky .button .btn-convert {
    background: #2ed06e;
}

.sticky .button .btn-outline {
    background: transparent;
    border: 2px solid #2ed06e;
    color: #2ed06e;
}

.sticky .button .btn-outline:hover {
    background: #2ed06e;
    color: #fff;
}

/* Converter Process Steps */
.converter-steps {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    position: relative;
}

.converter-steps::before {
    content: '';
    position: absolute;
    top: 35px;
    left: 10%;
    right: 10%;
    height: 2px;
    background: #eee;
    z-index: 1;
}

@media (max-width: 767px) {
    .converter-steps {
        flex-direction: column;
        gap: 30px;
    }

    .converter-steps::before {
        display: none;
    }
}

.step-item {
    text-align: center;
    position: relative;
    z-index: 2;
    flex: 1;
}

.step-number {
    width: 70px;
    height: 70px;
    background: #2ed06e;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 700;
    margin: 0 auto 20px;
    position: relative;
    z-index: 2;
}

.step-title {
    font-size: 16px;
    font-weight: 600;
    color: #081828;
    margin-bottom: 10px;
}

.step-desc {
    color: #666;
    font-size: 14px;
    line-height: 22px;
    max-width: 200px;
    margin: 0 auto;
}

/* Responsive Updates */
@media (max-width: 991px) {
    .converter-demo {
        flex-direction: column;
        text-align: center;
        gap: 30px;
    }

    .demo-arrow {
        transform: rotate(90deg);
        margin: 10px 0;
    }

    .converter-wrapper {
        padding: 30px 20px;
    }
}

@media (max-width: 767px) {
    .hero-stats .stat-item h3 {
        font-size: 24px;
    }

    .hero-stats .stat-item p {
        font-size: 11px;
    }

    .converter-form .form-group {
        margin-bottom: 20px;
    }

    .btn-swap {
        margin-top: 10px;
        width: 100%;
    }
}

/* Animation for Converter */
@keyframes convertSuccess {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(46, 208, 110, 0.7);
    }
    70% {
        transform: scale(1.05);
        box-shadow: 0 0 0 20px rgba(46, 208, 110, 0);
    }
    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(46, 208, 110, 0);
    }
}

.convert-success {
    animation: convertSuccess 1.5s ease;
}

/* Progress Bar for Conversion */
.conversion-progress {
    height: 6px;
    background: #eee;
    border-radius: 3px;
    overflow: hidden;
    margin: 20px 0;
}

.progress-bar {
    height: 100%;
    background: #2ed06e;
    width: 0%;
    border-radius: 3px;
    transition: width 2s ease;
}

/* Loading Spinner */
.converter-loading {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 3px solid #f3f3f3;
    border-radius: 50%;
    border-top: 3px solid #2ed06e;
    animation: spin 1s linear infinite;
}

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

/* Tooltip for Converter */
.converter-tooltip {
    position: relative;
    display: inline-block;
    margin-left: 8px;
    color: #2ed06e;
    cursor: help;
}

.converter-tooltip .tooltip-text {
    visibility: hidden;
    width: 200px;
    background-color: #081828;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 10px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -100px;
    opacity: 0;
    transition: opacity 0.3s;
    font-size: 13px;
    line-height: 18px;
}

.converter-tooltip:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}

.converter-tooltip .tooltip-text::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #081828 transparent transparent transparent;
}

/* Bookmaker Support Badge */
.supported-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #2ed06e;
    color: #fff;
    padding: 3px 10px;
    border-radius: 3px;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Converter History (if added) */
.conversion-history {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    margin-top: 20px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}

.history-item {
    padding: 15px;
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.history-item:last-child {
    border-bottom: none;
}

.history-from, .history-to {
    font-family: 'Courier New', monospace;
    font-size: 14px;
    background: #f8f9fa;
    padding: 8px 12px;
    border-radius: 4px;
}

.history-arrow {
    color: #2ed06e;
    margin: 0 10px;
}

.history-time {
    color: #666;
    font-size: 12px;
}

/* Mobile Menu Converter Button */
@media (max-width: 991px) {
    .mobile-converter-btn {
        display: block !important;
        background: #2ed06e;
        color: #fff;
        padding: 15px;
        text-align: center;
        border-radius: 8px;
        margin: 15px 0;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 1px;
    }
}

/* Dark Mode Support (Optional) */
@media (prefers-color-scheme: dark) {
    .converter-demo,
    .converter-wrapper,
    .bookmaker-item {
        background: #1a1a1a;
        border-color: #333;
    }

    .bet-code code {
        background: #333;
        color: #fff;
    }

    .converter-form .form-select,
    .converter-form .form-control {
        background: #222;
        border-color: #333;
        color: #fff;
    }

    .converter-form .form-label {
        color: #fff;
    }
}

/* Print Styles for Bet Slips */
@media print {
    .converter-demo {
        box-shadow: none;
        border: 1px solid #000;
        break-inside: avoid;
    }

    .no-print {
        display: none !important;
    }
}

     /* Mobile Menu Slide-in Styles */
@media (max-width: 991px) {
    .brand-name {
        color: #fff;
        font-weight: 700;
        font-size: 18px;
        margin-left: 10px;
    }

    .sticky .brand-name {
        color: #081828;
    }

    .mobile-converter-btn {
        position: absolute;
        right: 60px;
        top: 50%;
        transform: translateY(-50%);
        background: #2ed06e;
        color: #fff;
        padding: 8px 15px;
        border-radius: 20px;
        font-size: 12px;
        font-weight: 600;
        text-decoration: none;
        z-index: 100001;
        display: flex;
        align-items: center;
        gap: 5px;
        transition: all 0.3s ease;
    }

    .mobile-converter-btn:hover {
        background: #081828;
        color: #fff;
        transform: translateY(-50%) scale(1.05);
    }

    .navbar-collapse {
        position: fixed !important;
        top: 0 !important;
        right: -100% !important;
        width: 85% !important;
        height: 100vh !important;
        background-color: #fff !important;
        z-index: 99999 !important;
        box-shadow: -10px 0 30px rgba(0, 0, 0, 0.1) !important;
        padding: 80px 25px 30px 25px !important;
        max-height: 100vh !important;
        overflow-y: auto !important;
        border-top: none !important;
        border-radius: 0 !important;
        transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1) !important;
        display: block !important;
        opacity: 0 !important;
        visibility: hidden !important;
    }

    .navbar-collapse.show {
        right: 0 !important;
        opacity: 1 !important;
        visibility: visible !important;
    }

    .mobile-menu-close {
        position: absolute;
        top: 25px;
        right: 25px;
        background: #f8f9fa;
        border: none;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        font-size: 18px;
        color: #081828;
        cursor: pointer;
        z-index: 100000;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.3s ease;
    }

    .mobile-menu-close:hover {
        background: #2ed06e;
        color: #fff;
        transform: rotate(90deg);
    }

    .mobile-menu-logo {
        display: flex;
        align-items: center;
        margin-bottom: 30px;
        padding-bottom: 20px;
        border-bottom: 1px solid #eee;
    }

    .mobile-menu-logo .mobile-logo {
        width: 40px;
        height: auto;
    }

    .mobile-menu-logo .brand-name {
        color: #081828;
        font-size: 20px;
        font-weight: 700;
        margin-left: 12px;
    }

    .navbar-nav {
        margin-top: 0 !important;
    }

    .navbar-nav .nav-item {
        margin: 0 !important;
        border-bottom: 1px solid #eee;
    }

    .navbar-nav .nav-item:last-child {
        border-bottom: none;
    }

    .navbar-nav .nav-item a {
        padding: 18px 0 !important;
        color: #081828 !important;
        font-size: 16px !important;
        font-weight: 500 !important;
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: relative;
    }

    .navbar-nav .nav-item a.active {
        color: #2ed06e !important;
    }

    .navbar-nav .nav-item a.active::before {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 4px;
        height: 20px;
        background: #2ed06e;
        border-radius: 0 2px 2px 0;
    }

    .navbar-nav .nav-item a:hover {
        color: #2ed06e !important;
        padding-left: 10px !important;
    }

    .navbar-nav .nav-item a.dd-menu {
        position: relative;
    }

    .navbar-nav .nav-item a.dd-menu .lni-chevron-down {
        font-size: 12px;
        transition: transform 0.3s ease;
    }

    .navbar-nav .nav-item a.dd-menu.collapsed .lni-chevron-down {
        transform: rotate(-90deg);
    }

    .navbar-nav .nav-item .sub-menu {
        position: static !important;
        width: 100% !important;
        opacity: 1 !important;
        visibility: visible !important;
        box-shadow: none !important;
        padding: 0 !important;
        border: none !important;
        background: #f9f9f9 !important;
        border-radius: 8px !important;
        margin: 10px 0 20px 0 !important;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease !important;
    }

    .navbar-nav .nav-item .sub-menu.show {
        max-height: 500px !important;
        padding: 15px 0 !important;
    }

    .navbar-nav .nav-item .sub-menu .nav-item {
        border-bottom: 1px solid rgba(238, 238, 238, 0.5);
        margin: 0 !important;
    }

    .navbar-nav .nav-item .sub-menu .nav-item:last-child {
        border-bottom: none;
    }

    .navbar-nav .nav-item .sub-menu .nav-item a {
        padding: 12px 25px !important;
        color: #666 !important;
        font-size: 14px !important;
        font-weight: 400 !important;
    }

    .navbar-nav .nav-item .sub-menu .nav-item a:hover {
        color: #2ed06e !important;
        background: rgba(46, 208, 110, 0.05);
        padding-left: 35px !important;
    }

    .mobile-menu-cta {
        margin-top: 30px;
        padding-top: 30px;
        border-top: 1px solid #eee;
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .mobile-menu-cta .btn {
        width: 100%;
        text-align: center;
        padding: 16px 20px;
        font-weight: 600;
        border-radius: 10px;
        text-decoration: none;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        transition: all 0.3s ease;
    }

    .mobile-menu-cta .btn-convert {
        background: #2ed06e;
        color: #fff;
        border: 2px solid #2ed06e;
    }

    .mobile-menu-cta .btn-convert:hover {
        background: #081828;
        border-color: #081828;
        transform: translateY(-3px);
        box-shadow: 0 10px 20px rgba(46, 208, 110, 0.2);
    }

    .mobile-menu-cta .btn-outline {
        background: transparent;
        border: 2px solid #2ed06e;
        color: #2ed06e;
    }

    .mobile-menu-cta .btn-outline:hover {
        background: #2ed06e;
        color: #fff;
        transform: translateY(-3px);
    }

    .mobile-menu-cta .btn-login {
        background: #f8f9fa;
        border: 2px solid #eee;
        color: #081828;
    }

    .mobile-menu-cta .btn-login:hover {
        background: #081828;
        border-color: #081828;
        color: #fff;
    }

    .mobile-quick-links {
        margin-top: 30px;
        padding: 25px;
        background: linear-gradient(135deg, #2ed06e, #081828);
        border-radius: 15px;
        color: #fff;
    }

    .quick-links-title h4 {
        color: #fff;
        font-size: 18px;
        margin-bottom: 20px;
        text-align: center;
    }

    .quick-links-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .quick-link {
        background: rgba(255, 255, 255, 0.1);
        padding: 15px;
        border-radius: 10px;
        text-align: center;
        text-decoration: none;
        color: #fff;
        transition: all 0.3s ease;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 8px;
    }

    .quick-link:hover {
        background: rgba(255, 255, 255, 0.2);
        transform: translateY(-3px);
    }

    .quick-link i {
        font-size: 20px;
        color: #fff;
    }

    .quick-link span {
        font-size: 13px;
        font-weight: 500;
    }

    .mobile-app-download {
        margin-top: 30px;
        padding: 25px;
        background: #f8f9fa;
        border-radius: 15px;
    }

    .app-download-title h4 {
        color: #081828;
        font-size: 18px;
        margin-bottom: 20px;
        text-align: center;
    }

    .app-buttons {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .app-btn {
        display: flex;
        align-items: center;
        padding: 15px;
        border-radius: 10px;
        text-decoration: none;
        transition: all 0.3s ease;
        gap: 15px;
    }

    .app-btn.play-store {
        background: #000;
        color: #fff;
    }

    .app-btn.app-store {
        background: #000;
        color: #fff;
    }

    .app-btn:hover {
        transform: translateY(-3px);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    }

    .app-btn i {
        font-size: 30px;
    }

    .app-text {
        display: flex;
        flex-direction: column;
    }

    .app-text span {
        font-size: 11px;
        opacity: 0.8;
    }

    .app-text strong {
        font-size: 16px;
        font-weight: 600;
    }

    .menu-backdrop {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.7);
        z-index: 9998;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
    }

    .menu-backdrop.show {
        opacity: 1;
        visibility: visible;
    }

    body.menu-open {
        overflow: hidden;
        position: fixed;
        width: 100%;
    }

    /* Hide Bootstrap's default collapse behavior */
    .navbar-collapse.collapse:not(.show) {
        display: none !important;
    }

    .navbar-collapse.collapse.show {
        display: block !important;
    }

    /* Scrollbar styling */
    .navbar-collapse::-webkit-scrollbar {
        width: 6px;
    }

    .navbar-collapse::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    .navbar-collapse::-webkit-scrollbar-thumb {
        background: #2ed06e;
        border-radius: 10px;
    }

    /* Mobile menu entrance animation */
    @keyframes slideInRight {
        from {
            transform: translateX(100%);
            opacity: 0;
        }
        to {
            transform: translateX(0);
            opacity: 1;
        }
    }

    @keyframes slideOutRight {
        from {
            transform: translateX(0);
            opacity: 1;
        }
        to {
            transform: translateX(100%);
            opacity: 0;
        }
    }

    .navbar-collapse.show {
        animation: slideInRight 0.5s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    }

    .navbar-collapse:not(.show) {
        animation: slideOutRight 0.5s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    }
}

@media (max-width: 575px) {
    .navbar-collapse {
        width: 90% !important;
        padding: 70px 20px 20px 20px !important;
    }

    .mobile-converter-btn {
        right: 50px;
        padding: 7px 12px;
        font-size: 11px;
    }

    .mobile-menu-close {
        top: 20px;
        right: 20px;
    }

    .quick-links-grid {
        grid-template-columns: 1fr;
    }
}



     /*======================================
         Floating Converter Button (Mobile)
     ========================================*/
 .floating-converter-btn {
     position: fixed !important;
     right: 20px !important;
     top: 50% !important;
     transform: translateY(-50%) !important;
     background: #081828 !important;
     color: #fff !important;
     padding: 15px !important;
     border-radius: 50px !important;
     font-weight: 600 !important;
     text-decoration: none !important;
     z-index: 9990 !important;
     display: flex !important;
     align-items: center !important;
     justify-content: center !important;
     box-shadow: 0 5px 15px rgba(8, 24, 40, 0.3) !important;
     transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
     width: 60px !important;
     height: 60px !important;
     overflow: hidden !important;
     border: 2px solid #fff !important;
     animation: float 3s ease-in-out infinite !important;
 }

/* Floating animation */
@keyframes float {
    0%, 100% {
        transform: translateY(-50%) translateY(0px);
        box-shadow: 0 5px 15px rgba(46, 208, 110, 0.3);
    }
    50% {
        transform: translateY(-50%) translateY(-10px);
        box-shadow: 0 15px 25px rgba(46, 208, 110, 0.4);
    }
}

/* Button icon */
.floating-converter-btn i {
    font-size: 24px !important;
    transition: all 0.3s ease !important;
    display: block !important;
}

/* Button text */
.floating-converter-btn .btn-text {
    position: absolute !important;
    right: 100% !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    background: #081828 !important;
    color: #fff !important;
    padding: 8px 15px !important;
    border-radius: 8px 0 0 8px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    white-space: nowrap !important;
    opacity: 0 !important;
    visibility: hidden !important;
    transition: all 0.3s ease !important;
    box-shadow: -5px 0 10px rgba(0, 0, 0, 0.1) !important;
    pointer-events: none !important;
    border-color: #00ff99;
}

/* Tooltip arrow */
.floating-converter-btn .btn-text::after {
    content: '' !important;
    position: absolute !important;
    right: -8px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    border-left: 8px solid #081828 !important;
    border-top: 8px solid transparent !important;
    border-bottom: 8px solid transparent !important;
}

/* Hover effect - expand to show text */
.floating-converter-btn:hover {
    width: 160px !important;
    border-radius: 50px !important;
    padding-right: 20px !important;
    padding-left: 20px !important;
    animation: none !important;
    transform: translateY(-50%) scale(1.05) !important;
    box-shadow: 0 10px 25px rgba(8, 24, 40, 0.4) !important;
    background: #081828 !important;
    border-color: #081828 !important;
}

.floating-converter-btn:hover i {
    transform: rotate(180deg) scale(1.1) !important;
    margin-right: 10px !important;
}

.floating-converter-btn:hover .btn-text {
    opacity: 1 !important;
    visibility: visible !important;
    right: 70px !important;
    background: #081828 !important;
}

.floating-converter-btn:hover .btn-text::after {
    border-left-color: #081828 !important;
}

/* Click effect */
.floating-converter-btn:active {
    transform: translateY(-50%) scale(0.95) !important;
    box-shadow: 0 3px 10px rgba(8, 24, 40, 0.2) !important;
}

/* Pulse animation for attention */
@keyframes pulse-glow {
    0% {
        box-shadow: 0 0 0 0 rgba(46, 208, 110, 0.7);
    }
    70% {
        box-shadow: 0 0 0 15px rgba(46, 208, 110, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(46, 208, 110, 0);
    }
}

.floating-converter-btn.pulse {
    animation: pulse-glow 2s infinite, float 3s ease-in-out infinite !important;
}

/* Adjust position when mobile menu is open */
body.menu-open .floating-converter-btn {
    right: calc(85% + 20px) !important;
    z-index: 9999 !important;
}

@media (max-width: 575px) {
    body.menu-open .floating-converter-btn {
        right: calc(90% + 20px) !important;
    }
}

/* Make sure it doesn't interfere with other elements */
.floating-converter-btn {
    pointer-events: auto !important;
}

/* Hide on very small screens when necessary */
@media (max-width: 380px) {
    .floating-converter-btn:hover {
        width: 60px !important;
        padding: 15px !important;
    }

    .floating-converter-btn:hover .btn-text {
        display: none !important;
    }

    .floating-converter-btn:hover i {
        margin-right: 0 !important;
    }
}

/* Position adjustment for sticky header */
.sticky ~ .floating-converter-btn {
    top: calc(50% + 35px) !important;
}

/* Ensure it's above all content except modals */
.floating-converter-btn {
    z-index: 9990 !important;
}

.modal-open .floating-converter-btn {
    z-index: 9990 !important;
}



@keyframes badge-pulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
}

/* Responsive adjustments */
@media (max-height: 600px) {
    .floating-converter-btn {
        top: 60% !important;
    }
}

/* Dark mode support */
@media (prefers-color-scheme: dark) {
    .floating-converter-btn {
        box-shadow: 0 5px 15px rgba(8, 24, 40, 0.4) !important;
    }

    .floating-converter-btn:hover {
        box-shadow: 0 10px 25px rgba(8, 24, 40, 0.5) !important;
    }
}

/* Remove the old mobile converter button from header */
.mobile-converter-btn {
    display: none !important;
}


.btn-convert-bookie {
    background: #2ed06e;
    color: #fff;
    padding: 16px 40px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 30px;
    border: none;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 200px;
}

.btn-convert-bookie:hover {
    background: #41aa28;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(46, 208, 110, 0.2);
}

.btn-convert-bookie i {
    margin-left: 8px;
    transition: transform 0.3s ease;
}

.btn-convert-bookie:hover i {
    transform: translateX(5px);
}
/* Vanilla Select Search Improvements */
.vanilla-select-dropdown input[type="text"] {
  width: calc(100% - 24px) !important;
  margin: 8px 12px !important;
  padding: 8px 12px !important;
  border: 1px solid #ddd !important;
  border-radius: 4px !important;
  font-size: 14px !important;
}

.vanilla-select-dropdown input[type="text"]:focus {
  border-color: #0066cc !important;
  outline: none !important;
  box-shadow: 0 0 0 2px rgba(0, 102, 204, 0.2) !important;
}

/* Better option styling */
.vanilla-option {
  padding: 10px 12px !important;
  font-size: 14px !important;
}

.vanilla-optgroup {
  font-size: 13px !important;
  font-weight: 600 !important;
  color: #333 !important;
  background: #f8f9fa !important;
}

/* Disabled options */
.vanilla-option.disabled-option {
  color: #999 !important;
  background-color: #f5f5f5 !important;
  cursor: not-allowed !important;
  opacity: 0.6 !important;
}

.vanilla-option.disabled-option:hover {
  background-color: #f5f5f5 !important;
  color: #999 !important;
}
/* Vanilla Select Improvements */
.vanilla-select-dropdown {
  max-height: 400px !important;
}

.vanilla-select-dropdown input[type="text"] {
  position: sticky !important;
  top: 0 !important;
  background: white !important;
  z-index: 1 !important;
  border: 1px solid #ddd !important;
  border-radius: 4px !important;
  padding: 10px 12px !important;
  margin: 8px 12px !important;
  width: calc(100% - 24px) !important;
  font-size: 14px !important;
}

.vanilla-option {
  padding: 10px 12px !important;
  font-size: 14px !important;
}

.vanilla-optgroup {
  font-size: 13px !important;
  font-weight: 600 !important;
  color: #333 !important;
  background: #f8f9fa !important;
  padding: 8px 12px !important;
  border-top: 1px solid #e9ecef !important;
}

/* Better disabled state */
.vanilla-option.disabled-option {
  color: #999 !important;
  background-color: #f5f5f5 !important;
  cursor: not-allowed !important;
  opacity: 0.6 !important;
}

.vanilla-option.disabled-option:hover {
  background-color: #f5f5f5 !important;
  color: #999 !important;
}

/* Ensure all options are visible */
.vanilla-option[style*="display: none"] {
  display: none !important;
}

.vanilla-option:not([style*="display: none"]) {
  display: block !important;
}
/* Currency Switcher Styles - Fixed for scroll */
.currency-switcher {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

/* Desktop currency switcher */
.desktop-currency .currency-toggle {
  display: flex;
  align-items: center;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  padding: 5px 12px;
  border-radius: 4px;
  font-size: 0.875rem;
  transition: all 0.3s ease;
  min-width: 85px;
  justify-content: space-between;
}

/* When navbar is scrolled (has sticky class) */
.header.sticky .desktop-currency .currency-toggle {
  border-color: rgba(0, 0, 0, 0.2);
  color: #333;
  background: rgba(255, 255, 255, 0.9);
}

/* Hover states */
.desktop-currency .currency-toggle:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.4);
}

.header.sticky .desktop-currency .currency-toggle:hover {
  background: rgba(0, 0, 0, 0.05);
  border-color: rgba(0, 0, 0, 0.3);
}

/* Focus state */
.desktop-currency .currency-toggle:focus {
  box-shadow: 0 0 0 2px rgba(0, 102, 204, 0.25);
}

/* Dropdown menu */
.currency-switcher .dropdown-menu {
  min-width: 180px;
  border: 1px solid #e0e0e0;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  overflow: hidden;
  margin-top: 5px;
}

/* Currency option items */
.currency-option {
  display: flex;
  align-items: center;
  padding: 8px 15px;
  color: #333;
  text-decoration: none;
  transition: all 0.2s ease;
  cursor: pointer;
  border-bottom: 1px solid #f5f5f5;
}

.currency-option:last-child {
  border-bottom: none;
}

.currency-option:hover {
  background-color: #f8f9fa;
  color: #0066cc;
}

.currency-option.active {
  background-color: #f0f7ff;
  font-weight: 600;
  color: #0066cc;
}

.currency-option.active::after {
  content: "✓";
  margin-left: auto;
  color: #28a745;
  font-weight: bold;
}

.currency-symbol {
  font-weight: 600;
  min-width: 35px;
  font-size: 0.9rem;
}

.currency-name {
  font-size: 0.875rem;
}

/* Mobile currency switcher */
.mobile-currency-switcher {
  margin-bottom: 15px;
  padding: 0 15px;
}

.mobile-currency-switcher .dropdown-toggle {
  background: #f8f9fa;
  border: 1px solid #dee2e6;
  color: #333;
  padding: 10px 15px;
  border-radius: 6px;
  width: 100%;
}

.mobile-currency-switcher .dropdown-menu {
  width: 100%;
  position: static !important;
  transform: none !important;
  border: none;
  box-shadow: none;
  margin-top: 5px;
  background: transparent;
}

/* Ensure proper spacing in navbar */
.navbar > .currency-switcher {
  order: 2;
  margin-left: auto;
}

.navbar > .button.home-btn {
  order: 3;
}

/* Responsive adjustments */
@media (max-width: 991px) {
  .desktop-currency {
    display: none;
  }

  .mobile-menu-cta {
    order: 4;
    width: 100%;
    padding: 0 15px;
  }
}

@media (min-width: 992px) {
  .mobile-currency-switcher {
    display: none;
  }

  .navbar > .currency-switcher {
    margin-right: 10px;
  }
}
/* Currency Switcher Styles - Fixed for scroll */
.currency-switcher {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

/* Desktop currency switcher */
.desktop-currency .currency-toggle {
  display: flex;
  align-items: center;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  padding: 5px 12px;
  border-radius: 4px;
  font-size: 0.875rem;
  transition: all 0.3s ease;
  min-width: 85px;
  justify-content: space-between;
}

/* When navbar is scrolled (has sticky class) */
.header.sticky .desktop-currency .currency-toggle {
  border-color: rgba(0, 0, 0, 0.2);
  color: #333;
  background: rgba(255, 255, 255, 0.9);
}

/* Hover states */
.desktop-currency .currency-toggle:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.4);
}

.header.sticky .desktop-currency .currency-toggle:hover {
  background: rgba(0, 0, 0, 0.05);
  border-color: rgba(0, 0, 0, 0.3);
}

/* Focus state */
.desktop-currency .currency-toggle:focus {
  box-shadow: 0 0 0 2px rgba(0, 102, 204, 0.25);
}

/* Dropdown menu */
.currency-switcher .dropdown-menu {
  min-width: 180px;
  border: 1px solid #e0e0e0;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  overflow: hidden;
  margin-top: 5px;
}

/* Currency option items */
.currency-option {
  display: flex;
  align-items: center;
  padding: 8px 15px;
  color: #333;
  text-decoration: none;
  transition: all 0.2s ease;
  cursor: pointer;
  border-bottom: 1px solid #f5f5f5;
}

.currency-option:last-child {
  border-bottom: none;
}

.currency-option:hover {
  background-color: #f8f9fa;
  color: #0066cc;
}

.currency-option.active {
  background-color: #f0f7ff;
  font-weight: 600;
  color: #0066cc;
}

.currency-option.active::after {
  content: "✓";
  margin-left: auto;
  color: #28a745;
  font-weight: bold;
}

.currency-symbol {
  font-weight: 600;
  min-width: 35px;
  font-size: 0.9rem;
}

.currency-name {
  font-size: 0.875rem;
}

/* Mobile currency switcher */
.mobile-currency-switcher {
  margin-bottom: 15px;
  padding: 0 15px;
}

.mobile-currency-switcher .dropdown-toggle {
  background: #f8f9fa;
  border: 1px solid #dee2e6;
  color: #333;
  padding: 10px 15px;
  border-radius: 6px;
  width: 100%;
}

.mobile-currency-switcher .dropdown-menu {
  width: 100%;
  position: static !important;
  transform: none !important;
  border: none;
  box-shadow: none;
  margin-top: 5px;
  background: transparent;
}

/* Ensure proper spacing in navbar */
.navbar > .currency-switcher {
  order: 2;
  margin-left: auto;
}

.navbar > .button.home-btn {
  order: 3;
}

/* Responsive adjustments */
@media (max-width: 991px) {
  .desktop-currency {
    display: none;
  }

  .mobile-menu-cta {
    order: 4;
    width: 100%;
    padding: 0 15px;
  }
}

@media (min-width: 992px) {
  .mobile-currency-switcher {
    display: none;
  }

  .navbar > .currency-switcher {
    margin-right: 10px;
  }
}
/* Pricing Selector Styles */
.pricing-billing-select {
  background: #f8f9fa;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.billing-toggle .btn-group {
  width: 100%;
}

.billing-toggle .btn {
  flex: 1;
  padding: 10px 15px;
  border-color: #dee2e6;
  color: #495057;
  font-weight: 500;
}

.billing-toggle .btn-check:checked + .btn {
  background: #0066cc;
  border-color: #0066cc;
  color: white;
  box-shadow: 0 2px 5px rgba(0, 102, 204, 0.3);
}

.billing-toggle .btn:hover:not(:checked) {
  background: #e9ecef;
  border-color: #adb5bd;
}

.billing-toggle .badge {
  font-size: 0.7em;
  padding: 2px 6px;
}

/* Pricing cards enhancements */
.single-table {
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.single-table:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1) !important;
}

.single-table.middle {
  border: 2px solid #0066cc;
}

.savings-badge {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 2;
}

.savings-badge .badge {
  font-size: 0.75rem;
  padding: 4px 8px;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.05); }
  100% { transform: scale(1); }
}

.original-price {
  margin-top: 5px;
  font-size: 0.85rem;
}

/* Features comparison table */
.pricing-features-comparison .card {
  border: none;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.pricing-features-comparison .card-header {
  background: #f8f9fa;
  border-bottom: 1px solid #e9ecef;
  font-weight: 600;
}

.pricing-features-comparison table {
  margin-bottom: 0;
}

.pricing-features-comparison th {
  font-weight: 600;
  background: #f8f9fa;
  border-bottom: 2px solid #dee2e6;
}

.pricing-features-comparison td {
  vertical-align: middle;
  padding: 15px;
}

.pricing-features-comparison .lni {
  font-size: 1.2rem;
}

/* FAQ styles */
.pricing-faq {
  background: #f8f9fa;
  border-radius: 10px;
  padding: 30px;
}

.faq-item {
  margin-bottom: 25px;
}

.faq-item h5 {
  color: #0066cc;
  font-size: 1.1rem;
  margin-bottom: 8px;
  font-weight: 600;
}

.faq-item p {
  color: #666;
  margin-bottom: 0;
}

/* Loading state */
.loading-plans {
  padding: 40px 0;
}

.loading-plans .spinner-border {
  width: 3rem;
  height: 3rem;
}

/* Responsive styles */
@media (max-width: 768px) {
  .billing-toggle .btn-group {
    flex-direction: column;
  }

  .billing-toggle .btn {
    width: 100%;
    margin-bottom: 5px;
    border-radius: 5px !important;
  }

  .pricing-features-comparison .table-responsive {
    font-size: 0.9rem;
  }
}
/*======================================
    Bet Code Converter Pricing Theme
========================================*/
/* Pricing Controls */
.pricing-controls {
  background: #f8f9fa;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.currency-switcher .btn-group {
  margin-bottom: 15px;
}

.currency-switcher .btn {
  padding: 8px 20px;
  font-weight: 500;
}

.currency-switcher .currency-radio:checked + .btn {
  background: #2ed06e;
  border-color: #2ed06e;
  color: white;
}

.billing-toggle .btn-group {
  width: 100%;
  flex-wrap: wrap;
}

.billing-toggle .btn {
  flex: 1;
  min-width: 120px;
  margin: 5px;
  padding: 10px 15px;
  border-color: #dee2e6;
  color: #495057;
  font-weight: 500;
}

.billing-toggle .btn-check:checked + .btn {
  background: #2ed06e;
  border-color: #2ed06e;
  color: white;
  box-shadow: 0 2px 5px rgba(46, 208, 110, 0.3);
}

/* Pricing Cards */
.pricing-table .single-table {
  border: 1px solid #eee;
  border-radius: 10px;
  margin-top: 40px;
  background-color: #fff;
  transition: all 0.4s ease;
  padding: 50px 35px;
  text-align: center;
  z-index: 0;
  position: relative;
  overflow: hidden;
  height: 100%;
}

.pricing-table .single-table:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.pricing-table .single-table.middle {
  border: 2px solid #2ed06e;
  position: relative;
}

.pricing-table .single-table .popular {
  position: absolute;
  top: 15px;
  right: 15px;
  background: #2ed06e;
  color: white;
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 600;
  z-index: 2;
}

.pricing-table .single-table .converter-units {
  padding: 10px 20px;
  border-top: 1px solid #eee;
  margin-top: 15px;
}

.pricing-table .single-table .converter-units i {
  color: #ffc107;
}

.pricing-table .single-table .table-head .title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #081828;
}

.pricing-table .single-table .table-head .sub-title {
  color: #727272;
  font-size: 14px;
  margin-bottom: 30px;
}

.pricing-table .single-table .table-head .price {
  margin: 25px 0;
}

.pricing-table .single-table .table-head .price .amount {
  font-size: 45px;
  font-weight: 700;
  color: #081828;
}

.pricing-table .single-table .table-head .price .currency-symbol {
  font-size: 24px;
  vertical-align: top;
  position: relative;
  top: -5px;
}

.pricing-table .single-table .table-head .price .price-value {
  font-size: 45px;
  font-weight: 700;
  color: #081828;
}

.pricing-table .single-table .table-head .price .duration {
  font-size: 16px;
  color: #727272;
  font-weight: 500;
}

.pricing-table .single-table.middle .table-head .title,
.pricing-table .single-table.middle .price .price-value,
.pricing-table .single-table.middle .price .currency-symbol {
  color: #fff !important;
}

.pricing-table .single-table.middle .table-head .sub-title,
.pricing-table .single-table.middle .price .duration {
  color: rgba(255, 255, 255, 0.9) !important;
}

/* Features List */
.pricing-table .single-table .table-content {
  margin: 30px 0;
}

.pricing-table .single-table .table-list {
  text-align: left;
  padding-left: 0;
}

.pricing-table .single-table .table-list li {
  font-size: 14px;
  margin-bottom: 12px;
  padding-left: 30px;
  position: relative;
  color: #727272;
}

.pricing-table .single-table .table-list li::before {
  content: "\ea5a";
  font-family: lineIcons;
  position: absolute;
  left: 0;
  top: 0;
  color: #2ed06e;
  font-size: 16px;
}

.pricing-table .single-table .table-list li.disable {
  color: #ccc;
}

.pricing-table .single-table .table-list li.disable::before {
  content: "\ea87";
  color: #ccc;
}

.pricing-table .single-table .button {
  margin: 30px 0 0 0;
}

.pricing-table .single-table .button .btn {
  width: 100%;
  padding: 14px 30px;
  font-weight: 600;
  border-radius: 30px;
}

.pricing-table .single-table .button .btn.btn-alt {
  background: #fff;
  color: #081828;
}

.pricing-table .single-table .button .btn.btn-alt:hover {
  background: #2ed06e;
  color: #fff;
}

/* Features Comparison */
.pricing-features-comparison .card {
  border: none;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  overflow: hidden;
}

.pricing-features-comparison .card-header {
  background: #081828;
  color: white;
  padding: 20px;
  border: none;
}

.pricing-features-comparison .card-header h4 {
  color: white;
  margin: 0;
  font-size: 18px;
  font-weight: 600;
}

.pricing-features-comparison th {
  font-weight: 600;
  background: #f8f9fa;
  border-bottom: 2px solid #dee2e6;
  padding: 15px;
}

.pricing-features-comparison td {
  vertical-align: middle;
  padding: 15px;
  border-bottom: 1px solid #eee;
}

.pricing-features-comparison .lni {
  font-size: 1.2rem;
}

.pricing-features-comparison .lni-checkmark-circle {
  color: #2ed06e;
}

.pricing-features-comparison .lni-close {
  color: #dc3545;
}

.pricing-features-comparison .lni-minus {
  color: #adb5bd;
}

/* FAQ Section */
.pricing-faq {
  background: #f8f9fa;
  border-radius: 10px;
  padding: 30px;
  margin-top: 40px;
}

.pricing-faq h4 {
  color: #081828;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
}

.faq-item {
  margin-bottom: 25px;
}

.faq-item h5 {
  color: #081828;
  font-size: 16px;
  margin-bottom: 8px;
  font-weight: 600;
}

.faq-item p {
  color: #727272;
  font-size: 14px;
  line-height: 24px;
  margin: 0;
}

/* Converter Units Display */
.converter-units {
  background: rgba(46, 208, 110, 0.1);
  border-radius: 5px;
  padding: 8px 15px;
  margin-top: 15px;
}

.converter-units small {
  color: #2ed06e;
  font-weight: 500;
}

.converter-units .lni {
  color: #2ed06e;
  margin-right: 5px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .pricing-controls {
    padding: 15px;
  }

  .currency-switcher .btn-group {
    display: flex;
    justify-content: center;
  }

  .billing-toggle .btn-group {
    flex-direction: column;
  }

  .billing-toggle .btn {
    min-width: 100%;
    margin: 3px 0;
  }

  .pricing-table .single-table {
    padding: 30px 20px;
    margin-top: 20px;
  }

  .pricing-table .single-table.middle {
    margin-top: 20px;
  }

  .pricing-features-comparison .table-responsive {
    font-size: 0.9rem;
  }

  .pricing-faq {
    padding: 20px;
  }
}

@media (max-width: 576px) {
  .pricing-table .single-table .table-head .price .amount {
    font-size: 36px;
  }

  .pricing-table .single-table .table-head .price .price-value {
    font-size: 36px;
  }

  .pricing-table .single-table .table-head .title {
    font-size: 20px;
  }

  .pricing-faq h4 {
    font-size: 20px;
  }
}

/* Animation for Popular Badge */
@keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(46, 208, 110, 0.7);
  }
  70% {
    transform: scale(1.05);
    box-shadow: 0 0 0 10px rgba(46, 208, 110, 0);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(46, 208, 110, 0);
  }
}

.pricing-table .single-table .popular {
  animation: pulse 2s infinite;
}

/* Hover Effects */
.pricing-table .single-table:hover .popular {
  animation: none;
  transform: scale(1.05);
  transition: all 0.3s ease;
}

/* Tooltip for Features */
.feature-tooltip {
  position: relative;
  display: inline-block;
  cursor: help;
}

.feature-tooltip .tooltip-text {
  visibility: hidden;
  width: 200px;
  background-color: #081828;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 10px;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -100px;
  opacity: 0;
  transition: opacity 0.3s;
  font-size: 12px;
  line-height: 1.4;
}

.feature-tooltip:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
}

.feature-tooltip .tooltip-text::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #081828 transparent transparent transparent;
}
/* Add to your existing CSS */
.currency-selector {
  margin-top: 20px;
  padding: 15px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  display: inline-block;
}

.currency-selector label {
  margin-right: 10px;
  font-weight: 600;
  color: #333;
}

.currency-selector select {
  padding: 8px 15px;
  border: 2px solid #4a6ee0;
  border-radius: 5px;
  background: white;
  color: #333;
  font-weight: 500;
  cursor: pointer;
}

.currency-selector select:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(74, 110, 224, 0.3);
}

.currency-selector .currency-note {
  margin-left: 10px;
  font-size: 0.9em;
  color: #666;
  font-style: italic;
}

#pricing-loading {
  padding: 40px 0;
}

.spinner-border {
  width: 3rem;
  height: 3rem;
}

   /* Pricing Section Styles */
 .pricing-table .card {
   border-radius: 10px;
   transition: all 0.3s ease;
   border: 1px solid #e0e0e0;
 }

.pricing-table .card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  border-color: #4a6ee0;
}

.pricing-table .card-body {
  padding: 1.25rem;
}

.pricing-table .popular_plan {
  position: absolute;
  top: -10px;
  right: 15px;
  background: linear-gradient(135deg, #41aa28 0%, #2ed06e 100%);
  color: white;
  padding: 3px 12px;
  border-radius: 15px;
  font-size: 11px;
  font-weight: 600;
  z-index: 1;
}

.pricing-table .list-group-item {
  padding: 0.5rem 0;
  border: none;
  font-size: 0.9rem;
  color: #555;
}

.pricing-table .list-group-item i.float-right {
  font-style: normal;
  font-weight: 600;
  color: #333;
}

.pricing-table .badge {
  padding: 0.25em 0.5em;
  font-size: 0.75em;
}

.pricing-table .btn-outline-primary {
  border-width: 2px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.pricing-table .btn-outline-primary:hover {
  background: #4a6ee0;
  color: white;
}

/* Package Tabs */
.nav-pills .nav-link {
  padding: 0.75rem 1.5rem;
  margin: 0 0.5rem;
  border-radius: 25px;
  font-weight: 600;
  border: 2px solid transparent;
  transition: all 0.3s ease;
}

.nav-pills .nav-link.active {
  background: linear-gradient(135deg, #41aa28 0%, #2ed06e 100%);
  border-color: transparent;
  color: white;
}

.nav-pills .nav-link:not(.active) {
  border-color: #e0e0e0;
  color: #666;
}

.nav-pills .nav-link:not(.active):hover {
  border-color: #2ed06e;
  color: #2ed06e;
}

/* Currency Selector */
.currency-selector .input-group {
  border-radius: 25px;
  overflow: hidden;
}

.currency-selector .input-group-text {
  background: #f8f9fa;
  border: 2px solid #2ed06e;
  border-right: none;
}

.currency-selector .form-select {
  border: 2px solid #4a6ee0;
  border-left: none;
  box-shadow: none;
}

.currency-selector .form-select:focus {
  box-shadow: 0 0 0 0.25rem rgba(74, 110, 224, 0.25);
}

/* Loading Spinner */
#pricing-loading {
  min-height: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#pricing-loading .spinner-border {
  width: 3rem;
  height: 3rem;
}

/* Responsive */
@media (max-width: 768px) {
  .pricing-table .card {
    margin-bottom: 1rem;
  }

  .nav-pills .nav-link {
    margin: 0.25rem;
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
  }
}
.sample-slip-demo {
  background: white;
  border-radius: 12px;
  padding: 1rem;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  border: 1px solid #e8e8e8;
  max-width: 380px;
  margin: 0 auto;
}

.slip-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 0.75rem;
}

.bookmaker-logo img {
  height: 30px;
  width: auto;
}

.slip-id {
  font-size: 0.75rem;
  color: #666;
}

.slip-id code {
  background: #f8f9fa;
  padding: 0.2rem 0.4rem;
  border-radius: 4px;
  font-size: 0.8rem;
  color: #2ed06e;
  font-weight: 600;
}

.bet-selection {
  background: #f8f9fa;
  border-radius: 8px;
  padding: 0.75rem;
  margin-bottom: 0.5rem;
  border-left: 3px solid #2ed06e;
}



.league-badge {
  background: #1a1a1a;
  color: white;
  padding: 0.2rem 0.6rem;
  border-radius: 10px;
  font-size: 0.7rem;
  font-weight: 600;
  margin-bottom: 0.3rem;
}

.match-teams {
  font-size: 0.9rem;
  font-weight: 600;
  color: #1a1a1a;
  line-height: 1.3;
}

.match-time {
  font-size: 0.75rem;
  color: #666;
  margin-top: 0.2rem;
}

.bet-details {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px dashed #ddd;
}

.market {
  font-weight: 600;
  color: #1a1a1a;
  font-size: 0.85rem;
}

.odds {
  color: #1a1a1a;
  border-radius: 15px;
  font-weight: 700;
  font-size: 0.9rem;
  min-width: 50px;
  text-align: center;
}

.slip-summary {
  background: #f5f5f5;
  border-radius: 8px;
  padding: 0.75rem;
  margin: 1rem 0;
}

.summary-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.3rem 0;
  font-size: 0.85rem;
}

.summary-row.total {
  border-top: 1px solid #ddd;
  padding-top: 0.5rem;
  margin-top: 0.5rem;
}

.potential-win {
  color: #2ed06e !important;
  font-weight: 700;
}

.slip-actions {
  display: flex;
  gap: 0.75rem;
  margin-top: 1rem;
}

.btn-view-slip, .btn-convert-slip {
  flex: 1;
  padding: 0.6rem;
  border: none;
  border-radius: 6px;
  font-weight: 600;
  font-size: 0.85rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
}

.btn-view-slip {
  background: #1a1a1a;
  color: white;
}

.btn-convert-slip {
  background: #2ed06e;
  color: #1a1a1a;
}

/* Mobile */
@media (max-width: 576px) {
  .sample-slip-demo {
    padding: 0.75rem;
    margin: 0.5rem;
    max-width: 100%;
  }

  .slip-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }

  .match-teams {
    font-size: 0.85rem;
  }

  .slip-actions {
    flex-direction: column;
  }

  .btn-view-slip, .btn-convert-slip {
    width: 100%;
  }
}
/* Device Frame Styles */
.device-mockup {
  position: relative;
  max-width: 380px;
  margin: 0 auto;
}

.device-frame {
  background: linear-gradient(145deg, #2a2a2a, #1a1a1a);
  border-radius: 24px;
  padding: 20px;
  box-shadow:
          0 25px 50px -12px rgba(0, 0, 0, 0.5),
          inset 0 1px 0 rgba(255, 255, 255, 0.1);
  position: relative;
  border: 1px solid rgba(46, 208, 110, 0.1);
}

.device-screen {
  background: #1a1a1a;
  border-radius: 12px;
  overflow: hidden;
  border: 2px solid rgba(46, 208, 110, 0.2);
}

.screen-content {
  padding: 20px;
  background: linear-gradient(135deg, #1a1a1a 0%, #2a2a2a 100%);
}

/* Live Codes Display */
.live-codes-display {
  color: white;
}

.live-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(46, 208, 110, 0.2);
}

.live-badge {
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(46, 208, 110, 0.1);
  color: red;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
}

.live-dot {
  width: 8px;
  height: 8px;
  background: red;
  border-radius: 50%;
  animation: pulse 1.5s infinite;
}

@keyframes pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.5; }
}

.live-timer {
  font-size: 12px;
  color: #888;
}

/* Code Items */
.codes-scroll {
  margin-bottom: 20px;
}

.live-code-item {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  padding: 12px;
  margin-bottom: 10px;
  border-left: 3px solid #2ed06e;
  transition: all 0.3s ease;
}

.live-code-item:hover {
  background: rgba(46, 208, 110, 0.1);
  transform: translateX(5px);
}

.code-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}

.code-id {
  font-family: 'Courier New', monospace;
  font-size: 16px;
  font-weight: 700;
  color: white;
  letter-spacing: 1px;
}

.code-odds {
  color: #2ed06e;
  font-weight: 700;
  font-size: 14px;
}

.code-bookies {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: #aaa;
}

.from-bookie, .to-bookie {
  font-weight: 600;
  color: white;
}

/* Live Stats */
.live-stats {
  display: flex;
  justify-content: space-between;
  padding: 15px;
  background: rgba(46, 208, 110, 0.05);
  border-radius: 10px;
  border: 1px solid rgba(46, 208, 110, 0.1);
}

.stat {
  text-align: center;
}

.stat-value {
  display: block;
  font-size: 20px;
  font-weight: 700;
  color: #2ed06e;
}

.stat-label {
  font-size: 11px;
  color: #888;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Device Controls */
.device-controls {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.home-button {
  width: 40px;
  height: 4px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 2px;
}

/* Floating Elements */
.floating-element {
  position: absolute;
  animation: float 3s ease-in-out infinite;
}

.floating-element.el1 {
  top: -15px;
  right: -15px;
  animation-delay: 0s;
}

.floating-element.el2 {
  bottom: -10px;
  left: -10px;
  animation-delay: 1.5s;
}

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

.floating-badge {
  background: var(--pure-white);
  color: #1a1a1a;
  padding: 8px 12px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 5px;
  box-shadow: 0 10px 20px rgba(46, 208, 110, 0.3);
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .device-mockup {
    max-width: 320px;
  }

  .device-frame {
    padding: 15px;
  }

  .screen-content {
    padding: 15px;
  }

  .live-code-item {
    padding: 10px;
  }

  .code-id {
    font-size: 14px;
  }
}

@media (min-width: 1200px) {
  .device-mockup {
    max-width: 420px;
    margin-left: auto;
    margin-right: 0;
  }
}.stats-grid {
   display: grid;
   grid-template-columns: repeat(2, 1fr);
   gap: 1rem;
   max-width: 400px;
   margin: 2rem auto;
 }

@media (min-width: 768px) {
  .stats-grid {
    grid-template-columns: repeat(4, 1fr);
    max-width: 800px;
  }
}

.stat-box {
  background: #081828;
  border: 1px solid #081828;
  border-radius: 10px;
  padding: 1rem;
  text-align: center;
}

.stat-number {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--pure-white);
  display: block;
}

.stat-label {
  font-size: 0.75rem;
  color: #aaaaaa;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
   /* Contact Illustration Styles */
 .contact-illustration {
   position: relative;
   height: 400px;
   width: 100%;
   background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
   border-radius: 20px;
   overflow: hidden;
   padding: 2rem;
   box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
 }

/* Floating Cards */
.floating-card {
  position: absolute;
  background: var(--pure-white);
  border-radius: 12px;
  padding: 1rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease;
  z-index: 2;
  border: 1px solid var(--border-color);
  width: 220px;
}

.floating-card:hover {
  transform: translateY(-8px) scale(1.05);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
  z-index: 3;
}

.floating-card.email-card {
  top: 20%;
  left: 5%;
  animation: float 6s ease-in-out infinite;
}

.floating-card.whatsapp-card {
  top: 10%;
  right: 5%;
  animation: float 7s ease-in-out infinite 1s;
}

.floating-card.telegram-card {
  bottom: 20%;
  left: 10%;
  animation: float 8s ease-in-out infinite 0.5s;
}

.floating-card.twitter-card {
  bottom: 15%;
  right: 8%;
  animation: float 6.5s ease-in-out infinite 1.5s;
}

.floating-card .card-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  flex-shrink: 0;
}

.email-card .card-icon {
  background: #E4405F;
  color: white;
}

.whatsapp-card .card-icon {
  background: #25D366;
  color: white;
}

.telegram-card .card-icon {
  background: #0088cc;
  color: white;
}

.twitter-card .card-icon {
  background: #000000;
  color: white;
}

.floating-card .card-content {
  flex: 1;
}

.card-title {
  font-weight: 600;
  color: var(--dark-bg);
  font-size: 0.9rem;
  margin-bottom: 0.25rem;
}

.card-detail {
  font-size: 0.8rem;
  color: var(--medium-gray);
}

.card-link {
  color: var(--primary-green);
  font-size: 1rem;
}

/* Support Person */
.support-person {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.person-head {
  width: 80px;
  height: 80px;
  background: var(--dark-bg);
  border-radius: 50%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.headset {
  color: var(--pure-white);
  font-size: 2rem;
  animation: headsetBounce 2s ease-in-out infinite;
}

.support-bubble {
  background: var(--pure-white);
  border-radius: 20px;
  padding: 1rem 1.5rem;
  margin-top: 1rem;
  position: relative;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  border: 1px solid var(--border-color);
  min-width: 200px;
  text-align: center;
  font-weight: 500;
  color: var(--dark-bg);
  animation: bubbleFloat 3s ease-in-out infinite;
}

.support-bubble:before {
  content: '';
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid var(--pure-white);
}

.support-bubble:after {
  content: '';
  position: absolute;
  top: -11px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-bottom: 11px solid var(--border-color);
  z-index: -1;
}

/* Connection Lines */
.connection-line {
  position: absolute;
  background: linear-gradient(90deg, var(--primary-green) 0%, transparent 100%);
  height: 2px;
  opacity: 0.3;
  z-index: 0;
}

.line-1 {
  top: 40%;
  left: 25%;
  width: 100px;
  transform: rotate(15deg);
}

.line-2 {
  top: 30%;
  right: 25%;
  width: 100px;
  transform: rotate(-15deg);
}

.line-3 {
  bottom: 35%;
  left: 30%;
  width: 100px;
  transform: rotate(-15deg);
}

.line-4 {
  bottom: 30%;
  right: 28%;
  width: 100px;
  transform: rotate(15deg);
}

/* Background Elements */
.bg-element {
  position: absolute;
  color: rgba(46, 208, 110, 0.1);
  font-size: 3rem;
  z-index: 0;
}

.element-1 {
  top: 15%;
  left: 15%;
  animation: elementFloat 20s linear infinite;
}

.element-2 {
  top: 60%;
  right: 20%;
  animation: elementFloat 25s linear infinite reverse;
}

.element-3 {
  bottom: 20%;
  left: 20%;
  animation: elementFloat 30s linear infinite;
}

/* Animations */
@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-15px); }
}

@keyframes headsetBounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

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

@keyframes elementFloat {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Responsive Adjustments */
@media (max-width: 992px) {
  .contact-illustration {
    height: 350px;
    margin-top: 2rem;
  }

  .floating-card {
    width: 180px;
    padding: 0.75rem;
  }

  .card-title {
    font-size: 0.8rem;
  }

  .card-detail {
    font-size: 0.7rem;
  }

  .person-head {
    width: 60px;
    height: 60px;
  }

  .headset {
    font-size: 1.5rem;
  }

  .support-bubble {
    min-width: 150px;
    font-size: 0.9rem;
    padding: 0.75rem 1rem;
  }
}

@media (max-width: 768px) {
  .contact-illustration {
    height: 300px;
  }

  .floating-card {
    width: 150px;
    padding: 0.5rem;
  }

  .floating-card .card-icon {
    width: 30px;
    height: 30px;
    font-size: 1rem;
  }

  .connection-line {
    display: none;
  }

  .bg-element {
    font-size: 2rem;
  }
}

@media (max-width: 576px) {
  .contact-illustration {
    height: 250px;
    padding: 1rem;
  }

  .floating-card {
    width: 120px;
    flex-direction: column;
    text-align: center;
    gap: 0.5rem;
  }

  .person-head {
    width: 50px;
    height: 50px;
  }

  .headset {
    font-size: 1.25rem;
  }

  .support-bubble {
    min-width: 120px;
    font-size: 0.8rem;
    padding: 0.5rem 0.75rem;
    margin-top: 0.5rem;
  }
}
.contact-container {
  max-width: 1200px;
  margin: 3rem auto;
  padding: 0 1rem;
}

.contact-grid {

  grid-template-columns: 1fr;
  gap: 3rem;
}

@media (min-width: 992px) {
  .contact-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.contact-info {
  background: var(--light-gray);
  border-radius: 16px;
  padding: 2.5rem;
  height: fit-content;
}

.contact-info h2 {
  font-size: 1.75rem;
  color: var(--dark-bg);
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid var(--primary-green);
}

.contact-methods {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.contact-method {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  padding: 1.5rem;
  background: var(--pure-white);
  border-radius: 12px;
  border: 1px solid var(--border-color);
  transition: all 0.3s ease;
}

.contact-method:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border-color: var(--primary-green);
}

.contact-icon {
  width: 60px;
  height: 60px;
  border-radius: 12px;
  background: var(--dark-bg);
  color: var(--pure-white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  flex-shrink: 0;
}

.contact-details {
  flex: 1;
}

.contact-details h3 {
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--dark-bg);
  margin-bottom: 0.5rem;
}

.contact-details p {
  color: var(--medium-gray);
  margin-bottom: 0.5rem;
  font-size: 0.95rem;
}

.contact-link {
  display: inline-block;
  color: var(--primary-green);
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.contact-link:hover {
  color: var(--dark-bg);
  text-decoration: underline;
}

.social-links {
  display: flex;
  gap: 1rem;
  margin-top: 1rem;
}

.social-link {
  width: 45px;
  height: 45px;
  border-radius: 10px;
  background: var(--pure-white);
  border: 1px solid var(--border-color);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--dark-bg);
  font-size: 1.25rem;
  text-decoration: none;
  transition: all 0.3s ease;
}

.social-link:hover {
  transform: translateY(-3px);
  background: var(--dark-bg);
  color: var(--pure-white);
  border-color: var(--dark-bg);
}

.social-link.whatsapp:hover {
  background: #25D366;
  border-color: #25D366;
}

.social-link.x:hover {
  background: #000000;
  border-color: #000000;
}

.social-link.telegram:hover {
  background: #0088cc;
  border-color: #0088cc;
}
.faq-section {
  max-width: 1200px;
  margin: 4rem auto;
  padding: 0 1rem;
}

.faq-section h2 {
  text-align: center;
  font-size: 2rem;
  color: var(--dark-bg);
  margin-bottom: 3rem;
}

.faq-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

@media (min-width: 768px) {
  .faq-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.faq-item {
  background: var(--light-gray);
  border-radius: 12px;
  padding: 1.5rem;
  border: 1px solid var(--border-color);
  transition: all 0.3s ease;
}

.faq-item:hover {
  border-color: var(--primary-green);
  transform: translateY(-2px);
}

.faq-question {
  font-weight: 600;
  color: var(--dark-bg);
  margin-bottom: 0.75rem;
  font-size: 1.1rem;
}

.faq-answer {
  color: var(--medium-gray);
  line-height: 1.6;
}

/* Response Message */
.response-message {
  padding: 1.5rem;
  border-radius: 12px;
  margin-top: 2rem;
  display: none;
}

.response-message.success {
  background: #d4edda;
  border: 1px solid #c3e6cb;
  color: #155724;
}

.response-message.error {
  background: #f8d7da;
  border: 1px solid #f5c6cb;
  color: #721c24;
}

/* Loading State */
.loading {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 3px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  border-top-color: var(--pure-white);
  animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .contact-hero {
    padding: 3rem 1rem;
  }

  .contact-hero h1 {
    font-size: 2rem;
  }

  .contact-info,
  .contact-form-section {
    padding: 1.5rem;
  }

  .contact-method {
    padding: 1rem;
  }

  .contact-icon {
    width: 50px;
    height: 50px;
    font-size: 1.25rem;
  }
}
/* Authentication Styles */
.auth-container {
  padding: 40px 0;
}

.auth-card {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
  padding: 40px;
  max-width: 500px;
  margin: 0 auto;
}

.auth-header {
  text-align: center;
  margin-bottom: 30px;
}

.auth-header h2 {
  font-size: 28px;
  font-weight: 700;
  color: #051441;
  margin-bottom: 10px;
}

.auth-header p {
  color: #6c757d;
  font-size: 16px;
}

.auth-method {
  margin-bottom: 30px;
  padding: 5px;
  border-radius: 15px;
  transition: all 0.3s ease;
}

.auth-method:hover {
  border-color: #2ed06e;
  transform: translateY(-2px);
}

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

.method-header i {
  font-size: 24px;
  color: #2ed06e;
  margin-right: 15px;
}

.method-header h3 {
  font-size: 20px;
  font-weight: 600;
  color: #051441;
  margin: 0;
}

.method-description {
  color: #6c757d;
  font-size: 14px;
  margin-bottom: 20px;
}

.telegram-widget-container {
  text-align: center;
  margin: 20px 0;
}

.divider {
  display: flex;
  align-items: center;
  margin: 30px 0;
  color: #6c757d;
}

.divider::before,
.divider::after {
  content: '';
  flex: 1;
  border-bottom: 1px solid #dee2e6;
}

.divider span {
  padding: 0 20px;
  font-size: 14px;
  font-weight: 500;
}

.form-group {
  margin-bottom: 25px;
}

.form-group label {
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
  color: #051441;
}

.form-group input {
  width: 100%;
  padding: 12px 20px;
  border: 2px solid #e9ecef;
  border-radius: 10px;
  font-size: 16px;
  transition: all 0.3s ease;
}

.form-group input:focus {
  outline: none;
  border-color: #2ed06e;
  box-shadow: 0 0 0 3px rgba(46, 208, 110, 0.1);
}

.password-input {
  position: relative;
}

.toggle-password {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: #6c757d;
  cursor: pointer;
  padding: 5px;
}

.toggle-password:hover {
  color: #2ed06e;
}

.password-strength {
  margin-top: 10px;
}

.strength-bar {
  height: 5px;
  background: #e9ecef;
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 5px;
}

.strength-bar::after {
  content: '';
  display: block;
  height: 100%;
  width: 0;
  background: #dc3545;
  transition: width 0.3s ease;
}

.strength-text {
  font-size: 12px;
  color: #6c757d;
}

.form-options {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}

.checkbox-container {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 14px;
}

.checkbox-container input {
  display: none;
}

.checkbox-container .checkmark {
  width: 18px;
  height: 18px;
  border: 2px solid #dee2e6;
  border-radius: 4px;
  margin-right: 10px;
  position: relative;
  transition: all 0.3s ease;
}

.checkbox-container input:checked + .checkmark {
  background: #2ed06e;
  border-color: #2ed06e;
}

.checkbox-container input:checked + .checkmark::after {
  content: '';
  position: absolute;
  left: 5px;
  top: 2px;
  width: 6px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.forgot-password {
  color: #2ed06e;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
}

.forgot-password:hover {
  text-decoration: underline;
}

.btn-block {
  width: 100%;
  padding: 15px;
  font-size: 16px;
  font-weight: 600;
}

.auth-footer {
  text-align: center;
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #e9ecef;
  color: #6c757d;
  font-size: 14px;
}

.auth-footer a {
  color: #2ed06e;
  text-decoration: none;
  font-weight: 500;
}

.auth-footer a:hover {
  text-decoration: underline;
}

/* Benefits List */
.benefits-list {
  margin-top: 30px;
}

.benefit-item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.benefit-item i {
  color: #2ed06e;
  margin-right: 15px;
  font-size: 18px;
}

.benefit-item span {
  color: #051441;
  font-weight: 500;
}

/* Features Section */
.features-section {
  padding: 80px 0;
  background: #f8f9fa;
}

.section-title {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  color: #051441;
  margin-bottom: 50px;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}

.feature-card {
  background: #fff;
  padding: 30px;
  border-radius: 15px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.feature-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.feature-icon {
  width: 70px;
  height: 70px;
  background: rgba(46, 208, 110, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}

.feature-icon i {
  font-size: 30px;
  color: #2ed06e;
}

.feature-card h3 {
  font-size: 20px;
  font-weight: 600;
  color: #051441;
  margin-bottom: 15px;
}

.feature-card p {
  color: #6c757d;
  font-size: 15px;
  line-height: 1.6;
}

/* Alerts */
.alert {
  padding: 15px 20px;
  border-radius: 10px;
  margin-bottom: 25px;
  font-weight: 500;
}

.alert-danger {
  background: rgba(220, 53, 69, 0.1);
  border: 2px solid #dc3545;
  color: #dc3545;
}

.alert-success {
  background: rgba(40, 167, 69, 0.1);
  border: 2px solid #28a745;
  color: #28a745;
}

/* Dashboard Styles */
.dashboard-section {
  padding: 60px 0;
}

.dashboard-welcome {
  text-align: center;
  margin-bottom: 50px;
}

.dashboard-welcome h1 {
  font-size: 36px;
  font-weight: 700;
  color: #051441;
  margin-bottom: 15px;
}

.dashboard-welcome p {
  font-size: 18px;
  color: #6c757d;
}

.account-status {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  margin-bottom: 40px;
}

.status-card {
  background: #fff;
  padding: 25px;
  border-radius: 15px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.status-card i {
  font-size: 40px;
  color: #2ed06e;
  margin-bottom: 15px;
}

.status-card h3 {
  font-size: 16px;
  font-weight: 500;
  color: #6c757d;
  margin-bottom: 10px;
}

.status-card p {
  font-size: 20px;
  font-weight: 600;
  color: #051441;
  margin: 0;
}

.dashboard-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .dashboard-grid {
    grid-template-columns: 1fr;
  }
}

.dashboard-card {
  background: #fff;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.dashboard-card h2 {
  font-size: 24px;
  font-weight: 600;
  color: #051441;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
}

.account-info {
  margin-bottom: 30px;
}

.info-item {
  display: flex;
  justify-content: space-between;
  padding: 15px 0;
  border-bottom: 1px solid #e9ecef;
}

.info-item:last-child {
  border-bottom: none;
}

.info-item .label {
  font-weight: 500;
  color: #6c757d;
}

.info-item .value {
  font-weight: 600;
  color: #051441;
}

.account-actions {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.quick-actions {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.action-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 25px 15px;
  background: #f8f9fa;
  border-radius: 10px;
  text-decoration: none;
  color: #051441;
  transition: all 0.3s ease;
}

.action-btn:hover {
  background: #2ed06e;
  color: #fff;
  transform: translateY(-5px);
}

.action-btn i {
  font-size: 30px;
  margin-bottom: 10px;
}

.action-btn span {
  font-weight: 500;
  font-size: 14px;
  text-align: center;
}

.activity-list {
  margin-top: 20px;
}

.activity-item {
  display: flex;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid #e9ecef;
}

.activity-item:last-child {
  border-bottom: none;
}

.activity-item i {
  font-size: 20px;
  margin-right: 15px;
}

.activity-content p {
  font-weight: 500;
  color: #051441;
  margin: 0 0 5px 0;
}

.activity-content small {
  color: #6c757d;
  font-size: 12px;
}

/* Modal Styles */
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

.modal-content {
  background: #fff;
  margin: 10% auto;
  padding: 30px;
  border-radius: 15px;
  width: 90%;
  max-width: 500px;
  animation: slideDown 0.3s ease;
}

@keyframes slideDown {
  from { transform: translateY(-50px); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}

.modal-content h2 {
  font-size: 24px;
  font-weight: 600;
  color: #051441;
  margin-bottom: 25px;
}

.modal .btn {
  margin-top: 20px;
  margin-right: 10px;
}

/* Responsive */
@media (max-width: 768px) {
  .auth-card {
    padding: 30px 20px;
  }

  .method-header {
    flex-direction: column;
    text-align: center;
  }

  .method-header i {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .quick-actions {
    grid-template-columns: 1fr;
  }

  .account-actions {
    flex-direction: column;
  }

  .account-actions .btn {
    width: 100%;
    margin-bottom: 10px;
  }
}



 .signup-illustration {
   position: relative;
   height:200px;
   display: flex;
   align-items: center;
   justify-content: center;
 }

.signup-animation {
  position: relative;
  width: 400px;
  height: 400px;
}

.signup-element {
  position: absolute;
  border-radius: 20px;
  animation: float 6s ease-in-out infinite;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 32px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border: 2px solid rgba(46, 208, 110, 0.3);
}

.element-1 {
  width: 120px;
  height: 120px;
  top: 50px;
  left: 50px;
  animation-delay: 0s;
}

.element-2 {
  width: 100px;
  height: 100px;
  top: 150px;
  right: 70px;
  animation-delay: 2s;
}

.element-3 {
  width: 80px;
  height: 80px;
  bottom: 80px;
  left: 100px;
  animation-delay: 4s;
}

.element-4 {
  width: 140px;
  height: 140px;
  bottom: 50px;
  right: 50px;
  animation-delay: 1s;
}



.auth-container {
  background: #fff;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1);
  margin-top: -80px;
  position: relative;
  z-index: 3;
}

.signup-tabs {
  display: flex;
  gap: 10px;
  margin-bottom: 30px;
  border-bottom: 2px solid #f8f9fa;
  padding-bottom: 10px;
}

.signup-tab {
  padding: 12px 24px;
  border: none;
  background: none;
  font-size: 16px;
  font-weight: 500;
  color: #6c757d;
  cursor: pointer;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.signup-tab.active {
  background: #2ed06e;
  color: #fff;
}

.signup-tab:hover:not(.active) {
  background: #f8f9fa;
  color: #051441;
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  margin: 40px 0;
}

.benefit-card {
  background: linear-gradient(135deg, #f8f9fa, #ffffff);
  border-radius: 15px;
  padding: 25px;
  text-align: center;
  border: 1px solid #e9ecef;
  transition: all 0.3s ease;
}

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

.benefit-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, rgba(46, 208, 110, 0.1), rgba(46, 208, 110, 0.05));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}

.benefit-icon i {
  font-size: 30px;
  color: #2ed06e;
}

.benefit-card h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #051441;
}

.benefit-card p {
  color: #6c757d;
  font-size: 14px;
  line-height: 1.5;
}

.password-strength {
  margin-top: 10px;
}

.strength-bar {
  height: 6px;
  background: #e9ecef;
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 8px;
}

.strength-bar-fill {
  height: 100%;
  width: 0%;
  background: #dc3545;
  transition: all 0.3s ease;
}

.strength-text {
  font-size: 12px;
  color: #6c757d;
}

.strength-text.weak { color: #dc3545; }
.strength-text.medium { color: #ffc107; }
.strength-text.good { color: #17a2b8; }
.strength-text.strong { color: #28a745; }

.btn-signup {
  background: linear-gradient(135deg, #2ed06e, #25c464);
  border: none;
  color: #fff;
  padding: 15px 30px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100%;
  margin-top: 20px;
}

.btn-signup:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(46, 208, 110, 0.3);
}

.form-check {
  margin-bottom: 15px;
}

.form-check-input:checked {
  background-color: #2ed06e;
  border-color: #2ed06e;
}

@media (max-width: 991px) {
  .signup-hero {
    padding: 80px 0 40px;
  }

  .auth-container {
    margin-top: -40px;
    padding: 30px 20px;
  }

  .signup-animation {
    width: 300px;
    height: 300px;
  }

  .signup-element {
    width: 80px;
    height: 80px;
    font-size: 24px;
  }

  .element-1 { width: 90px; height: 90px; }
  .element-2 { width: 70px; height: 70px; }
  .element-3 { width: 60px; height: 60px; }
  .element-4 { width: 100px; height: 100px; }
}



 .login-hero::before {
   content: '';
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 600" opacity="0.05"><path d="M0,0L48,42.7C96,85,192,171,288,213.3C384,256,480,256,576,224C672,192,768,128,864,117.3C960,107,1056,149,1152,165.3C1248,181,1344,171,1392,165.3L1440,160L1440,600L1392,600C1344,600,1248,600,1152,600C1056,600,960,600,864,600C768,600,672,600,576,600C480,600,384,600,288,600C192,600,96,600,48,600L0,600Z" fill="%232ed06e"/></svg>') no-repeat bottom;
   background-size: cover;
 }

.login-hero-content {
  position: relative;
  z-index: 2;
}

.login-illustration {
  position: relative;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.login-animation {
  position: relative;
  width: 400px;
  height: 400px;
}

.login-circle {
  position: absolute;
  border-radius: 50%;
  animation: float 6s ease-in-out infinite;
}

.circle-1 {
  width: 200px;
  height: 200px;
  background: linear-gradient(135deg, rgba(46, 208, 110, 0.15), rgba(46, 208, 110, 0.05));
  top: 50px;
  left: 50px;
  animation-delay: 0s;
}

.circle-2 {
  width: 150px;
  height: 150px;
  background: linear-gradient(135deg, rgba(46, 208, 110, 0.1), rgba(46, 208, 110, 0.03));
  top: 150px;
  right: 50px;
  animation-delay: 2s;
}

.circle-3 {
  width: 100px;
  height: 100px;
  background: linear-gradient(135deg, rgba(46, 208, 110, 0.08), rgba(46, 208, 110, 0.02));
  bottom: 50px;
  left: 100px;
  animation-delay: 4s;
}

.login-icons {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.login-icon {
  font-size: 60px;
  color: #2ed06e;
  background: rgba(255, 255, 255, 0.1);
  width: 120px;
  height: 120px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 15px;
  backdrop-filter: blur(10px);
  border: 2px solid rgba(46, 208, 110, 0.3);
  animation: pulse 2s ease-in-out infinite;
}

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

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
    box-shadow: 0 10px 30px rgba(46, 208, 110, 0.2);
  }
  50% {
    transform: scale(1.05);
    box-shadow: 0 20px 40px rgba(46, 208, 110, 0.3);
  }
}


.auth-tabs {
  display: flex;
  gap: 10px;
  margin-bottom: 30px;
  border-bottom: 2px solid #f8f9fa;
  padding-bottom: 10px;
}

.auth-tab {
  padding: 12px 24px;
  border: none;
  background: none;
  font-size: 16px;
  font-weight: 500;
  color: #6c757d;
  cursor: pointer;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.auth-tab.active {
  background: #2ed06e;
  color: #fff;
}

.auth-tab:hover:not(.active) {
  background: #f8f9fa;
  color: #051441;
}

.telegram-widget-container {
  text-align: center;
  border-radius: 15px;
  margin: 20px 0;
}

.or-divider {
  display: flex;
  align-items: center;
  margin: 30px 0;
  color: #6c757d;
}

.or-divider::before,
.or-divider::after {
  content: '';
  flex: 1;
  border-bottom: 1px solid #dee2e6;
}

.or-divider span {
  padding: 0 20px;
  font-size: 14px;
  font-weight: 500;
}

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
  color: #051441;
}

.form-group input {
  width: 100%;
  padding: 14px 20px;
  border: 2px solid #e9ecef;
  border-radius: 10px;
  font-size: 16px;
  transition: all 0.3s ease;
}

.form-group input:focus {
  outline: none;
  border-color: #2ed06e;
  box-shadow: 0 0 0 3px rgba(46, 208, 110, 0.1);
}

.password-input {
  position: relative;
}

.toggle-password {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: #6c757d;
  cursor: pointer;
  padding: 5px;
}

.form-options {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}

.btn-login {
  background: linear-gradient(135deg, #2ed06e, #25c464);
  border: none;
  color: #fff;
  padding: 15px 30px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100%;
}

.btn-login:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(46, 208, 110, 0.3);
}

.auth-footer {
  text-align: center;
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #e9ecef;
  color: #6c757d;
}

@media (max-width: 991px) {
  .login-hero {
    padding: 80px 0 40px;
  }

  .auth-container {
    margin-top: -40px;
  }

  .login-animation {
    width: 300px;
    height: 300px;
  }

  .login-icon {
    width: 80px;
    height: 80px;
    font-size: 40px;
  }
  .telegram-widget-container {
    text-align: center;
    padding: 20px;
    border-radius: 15px;
    margin: 20px 0;
  }
}


   /* User Profile Styles */
 .user-profile-dropdown {
   position: relative;
   display: inline-block;
 }

.user-profile-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  padding: 8px 15px;
  color: white;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  font-weight: 500;
}

.sticky .user-profile-btn {
  background: #f8f9fa;
  color: #051441;
  border-color: #e9ecef;
}

.user-profile-btn:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-2px);
}

.sticky .user-profile-btn:hover {
  background: #e9ecef;
}

.user-avatar {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #2ed06e, #051441);
  color: white;
  font-weight: bold;
  font-size: 14px;
}

.avatar-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.avatar-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #2ed06e, #051441);
  color: white;
  font-weight: bold;
  font-size: 14px;
}

.user-name {
  font-size: 14px;
  font-weight: 500;
}

/* Dropdown Menu */
.user-profile-dropdown .dropdown-menu {
  min-width: 250px;
  border: none;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 10px 0;
  margin-top: 10px;
}

.user-profile-dropdown .dropdown-item {
  padding: 10px 20px;
  font-size: 14px;
  color: #051441;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease;
}

.user-profile-dropdown .dropdown-item i {
  width: 20px;
  text-align: center;
  color: #2ed06e;
}

.user-profile-dropdown .dropdown-item:hover {
  background: #f8f9fa;
  color: #2ed06e;
}

.user-profile-dropdown .dropdown-item.text-danger:hover {
  background: #f8d7da;
  color: #dc3545;
}

/* Mobile User Profile */
.mobile-user-profile {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 15px;
  margin-bottom: 15px;
  background: #f8f9fa;
  border-radius: 10px;
}

.user-avatar-small {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #2ed06e, #051441);
  color: white;
  font-weight: bold;
  font-size: 16px;
}

.user-avatar-small .avatar-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Badge for connected status */
.badge {
  font-size: 10px;
  padding: 3px 8px;
}

/* Responsive */
@media (max-width: 991px) {
  .user-profile-btn .user-name {
    display: none;
  }

  .user-profile-btn {
    padding: 8px;
  }
}

@media (max-width: 768px) {
  .mobile-user-profile {
    flex-direction: column;
    text-align: center;
    padding: 20px;
  }

  .user-avatar-small {
    width: 60px;
    height: 60px;
    font-size: 20px;
  }
}

 .channel-benefits {
   background: #f8f9fa;
   border-radius: 10px;
   padding: 15px;
   margin: 15px 0;
 }

.benefit-item {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
  font-size: 14px;
}

.benefit-item:last-child {
  margin-bottom: 0;
}

.benefit-item i {
  font-size: 16px;
}

   /* Dashboard Specific Styles */
 .dashboard-container {
   min-height: 100vh;
   background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
 }

.dashboard-nav {
  background: white;
  border-right: 1px solid #dee2e6;
  min-height: 100vh;
}

.nav-user-info {
  padding: 20px;
  border-bottom: 1px solid #dee2e6;
  text-align: center;
}

.user-avatar-large {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: linear-gradient(135deg, #051441, #2ed06e);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
  color: white;
  font-size: 24px;
  font-weight: bold;
}

.nav-link {
  padding: 15px 20px;
  color: #495057;
  font-weight: 500;
  border-radius: 8px;
  margin: 5px 15px;
  transition: all 0.3s ease;
}

.nav-link:hover {
  background: #f8f9fa;
  color: #051441;
}

.nav-link.active {
  background: linear-gradient(135deg, #2ed06e, #25c464);
  color: white;
}

.nav-link i {
  width: 20px;
  text-align: center;
  margin-right: 10px;
}

.main-content {
  padding: 30px;
}

.stats-card {
  background: white;
  border-radius: 15px;
  padding: 12px;
  margin-bottom: 20px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  border: 2px solid #e9ecef;
  transition: all 0.3s ease;
}

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

.units-display {
  font-size: 24px;
  font-weight: 700;
  color: #051441;
  margin: 15px 0;
}

.unit-label {
  color: #6c757d;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.transaction-item {
  padding: 15px;
  border-bottom: 1px solid #e9ecef;
  transition: all 0.3s ease;
}

.transaction-item:hover {
  background: #f8f9fa;
}

.transaction-positive {
  color: #28a745;
}

.transaction-negative {
  color: #dc3545;
}

.badge-channel {
  background: linear-gradient(135deg, #051441, #2ed06e);
  color: white;
}

.tab-content {
  animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

/* Responsive */
@media (max-width: 768px) {
  .dashboard-nav {
    min-height: auto;
    border-right: none;
    border-bottom: 1px solid #dee2e6;
  }

  .nav-user-info {
    padding: 15px;
  }

  .user-avatar-large {
    width: 60px;
    height: 60px;
    font-size: 20px;
  }

  .main-content {
    padding: 15px;
  }

  .units-display {
    font-size: 36px;
  }
}

/* Quick Actions */
.quick-actions {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 15px;
  margin-bottom: 30px;
}

.action-btn {
  background: white;
  border: 2px solid #e9ecef;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  text-decoration: none;
  color: #051441;
  transition: all 0.3s ease;
}

.action-btn:hover {
  background: #2ed06e;
  color: white;
  transform: translateY(-3px);
  border-color: #2ed06e;
}

.action-btn i {
  font-size: 24px;
  margin-bottom: 10px;
}

/* Verification Status */
.verified-badge {
  background: #28a745;
  color: white;
  padding: 3px 10px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
}

.not-verified-badge {
  background: #dc3545;
  color: white;
  padding: 3px 10px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
}

   /* Mobile toggle button */
 .sidebar-toggle-btn {
   display: none;
   position: fixed;
   top: 15px;
   left: 15px;
   z-index: 1050;
   background: var(--primary-green);
   color: var(--pure-white);
   border: none;
   border-radius: 5px;
   padding: 8px 12px;
   font-size: 1.2rem;
   cursor: pointer;
   transition: background-color 0.3s ease;
 }

.sidebar-toggle-btn:hover {
  background: #26b85f; /* Slightly darker green */
}

/* Sidebar styles */
.dashboard-nav {
  height: 100vh;
  position: sticky;
  top: 0;
  padding: 20px 0;
  overflow-y: auto;
  transition: transform 0.3s ease-in-out;
  z-index: 1000;
  border-right: 1px solid var(--border-color);
}

/* Overlay for mobile */
.sidebar-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 999;
  cursor: pointer;
}

/* Main content adjustment */
.main-content {
  padding: 20px;
  transition: all 0.3s ease;
  background: var(--light-gray);
  min-height: 100vh;
}

/* Responsive adjustments */
@media (max-width: 991.98px) {
  .sidebar-toggle-btn {
    display: block;
  }

  .dashboard-nav {
    position: fixed;
    left: 0;
    top: 0;
    width: 280px;
    transform: translateX(-100%);
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.2);
  }

  .dashboard-nav.show {
    transform: translateX(0);
  }

  .sidebar-overlay.show {
    display: block;
  }

  .main-content {
    margin-left: 0 !important;
    padding: 20px 15px;
  }

  .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }

  .row {
    margin-left: 0;
    margin-right: 0;
  }
}

/* Close button for mobile sidebar */
.sidebar-close-btn {
  display: none;
  position: absolute;
  top: 15px;
  right: 15px;
  background: transparent;
  border: none;
  color: var(--pure-white);
  font-size: 1.5rem;
  cursor: pointer;
  padding: 5px;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
}

.sidebar-close-btn:hover {
  background: rgba(255, 255, 255, 0.1);
}

@media (max-width: 991.98px) {
  .sidebar-close-btn {
    display: flex;
  }
}

/* User info adjustment for mobile */
.nav-user-info {
  padding: 0 15px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 20px;
  text-align: center;
}

/* User avatar */
.user-avatar-large {
  width: 80px;
  height: 80px;
  margin: 0 auto 15px;
  background: var(--primary-green);
  color: var(--pure-white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: bold;
  overflow: hidden;
  border: 3px solid var(--primary-green);
}

.nav-user-info h5 {
  color: var(--pure-white);
  font-weight: 600;
  margin-bottom: 5px;
}

.nav-user-info p {
  color: var(--medium-gray);
  font-size: 0.9rem;
  margin-bottom: 10px;
}

/* Verification badges */
.verified-badge {
  display: inline-block;
  background: var(--primary-green);
  color: var(--pure-white);
  padding: 4px 10px;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 500;
}

.not-verified-badge {
  display: inline-block;
  background: var(--medium-gray);
  color: var(--pure-white);
  padding: 4px 10px;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 500;
}





.nav-link.active {
  color: var(--pure-white);
  background: var(--primary-green);
  box-shadow: 0 4px 12px rgba(46, 208, 110, 0.3);
}

.nav-link i {
  margin-right: 12px;
  width: 20px;
  text-align: center;
  font-size: 1.2rem;
}

/* Logout link special styling */
.nav-link.text-danger {
  color: #ff6b6b !important;
}

.nav-link.text-danger:hover {
  background: rgba(255, 107, 107, 0.1);
  color: #ff5252 !important;
}

/* Scrollbar styling */
.dashboard-nav::-webkit-scrollbar {
  width: 6px;
}

.dashboard-nav::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.05);
}

.dashboard-nav::-webkit-scrollbar-thumb {
  background: var(--primary-green);
  border-radius: 3px;
}

/* Mobile adjustments for better touch targets */
@media (max-width: 767.98px) {
  .sidebar-toggle-btn {
    top: 10px;
    left: 10px;
    padding: 10px 14px;
    font-size: 1.3rem;
  }

  .dashboard-nav {
    width: 260px;
  }

  .nav-link {
    padding: 14px 15px;
    margin: 3px 0;
  }

  .user-avatar-large {
    width: 70px;
    height: 70px;
    font-size: 1.8rem;
  }
}

/* Extra small devices */
@media (max-width: 575.98px) {
  .dashboard-nav {
    width: 240px;
  }

  .main-content {
    padding: 15px 10px;
  }
}

/* Animation for sidebar items */
@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateX(-20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.dashboard-nav.show .nav-link {
  animation: slideIn 0.3s ease forwards;
}

.dashboard-nav.show .nav-link:nth-child(1) { animation-delay: 0.1s; }
.dashboard-nav.show .nav-link:nth-child(2) { animation-delay: 0.15s; }
.dashboard-nav.show .nav-link:nth-child(3) { animation-delay: 0.2s; }
.dashboard-nav.show .nav-link:nth-child(4) { animation-delay: 0.25s; }
.dashboard-nav.show .nav-link:nth-child(5) { animation-delay: 0.3s; }
.dashboard-nav.show .nav-link:nth-child(6) { animation-delay: 0.35s; }

/* Backdrop blur effect for iOS/Android */
@supports (backdrop-filter: blur(10px)) {
  .sidebar-overlay {
    backdrop-filter: blur(3px);
  }
}

/* Prevent horizontal scroll on mobile */
body {
  overflow-x: hidden;
}
.reward-notification {
  animation: slideInRight 0.3s ease-out;
}

@keyframes slideInRight {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

/* Pulse animation for claim button */
@keyframes pulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.05); }
  100% { transform: scale(1); }
}

.btn-success:not(:disabled):hover {
  animation: pulse 1.5s infinite;
}

 .slipviewer-container {

   margin: 0 auto;
   background: var(--pure-white);
   border-radius: 16px;
   box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
   overflow: hidden;
 }

.slipviewer-header {
  background: linear-gradient(135deg, #2ed06e 0%, #1aae56 100%);
  color: white;
  padding: 1.5rem;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.slipviewer-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  letter-spacing: -0.5px;
}

.slipviewer-subtitle {
  font-size: 0.9rem;
  opacity: 0.9;
  font-weight: 500;
}

.slipviewer-content {
  padding: 0;
}

/* Index Section */
.slipviewer-index {
  background: #f8f9fa;
  padding: 1.5rem;
  border-bottom: 1px solid #e9ecef;
}

.index-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
}

.index-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--dark-bg);
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.index-title i {
  color: var(--primary-green);
}

.matches-left {
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 600;
}

/* Match List */
.match-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.match-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 0;
  border-bottom: 1px solid #e9ecef;
}

.match-item:last-child {
  border-bottom: none;
}

.match-number {
  width: 24px;
  height: 24px;
  background: var(--dark-bg);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  font-weight: 700;
  flex-shrink: 0;
}

.match-details {
  flex: 1;
}

.match-teams {
  font-size: 1rem;
  font-weight: 600;
  color: var(--dark-bg);
  margin-bottom: 0.25rem;
  line-height: 1.3;
}

.match-market {
  display: inline-block;
  background: #e9ecef;
  padding: 0.25rem 0.75rem;
  border-radius: 4px;
  font-size: 0.85rem;
  color: #495057;
  font-weight: 500;
}

.market-1x2 {
  background: #e3f2fd;
  color: #1976d2;
}

.market-btts {
  background: #f3e5f5;
  color: #7b1fa2;
}

.market-overunder {
  background: #e8f5e9;
  color: #388e3c;
}

/* Divider */
.slipviewer-divider {
  height: 1px;
  background: #e9ecef;
  margin: 0 1.5rem;
}

/* Share Section */
.slipviewer-share {
  padding: 1rem 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f8f9fa;
}

.share-label {
  font-size: 0.9rem;
  color: #6c757d;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.share-label i {
  color: var(--primary-green);
}

.share-date {
  font-size: 0.85rem;
  color: #495057;
  font-weight: 500;
  background: white;
  padding: 0.25rem 0.75rem;
  border-radius: 4px;
  border: 1px solid #dee2e6;
}

/* Odds Section */
.odds-section {
  padding: 1.5rem;
}

.odds-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.odds-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.75rem 0;
}

.odds-checkbox {
  width: 20px;
  height: 20px;
  border: 2px solid #dee2e6;
  border-radius: 4px;
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
}

.odds-checkbox.checked {
  background: var(--primary-green);
  border-color: var(--primary-green);
}

.odds-checkbox.checked:after {
  content: "✓";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 12px;
  font-weight: bold;
}

.odds-value {
  font-size: 1rem;
  font-weight: 700;
  color: var(--dark-bg);
  min-width: 60px;
}

.odds-time {
  font-size: 0.85rem;
  color: #6c757d;
  margin-left: auto;
  background: #f8f9fa;
  padding: 0.25rem 0.75rem;
  border-radius: 4px;
}

/* Region Section */
.region-section {
  padding: 1.5rem;
  background: #f8f9fa;
  border-top: 1px solid #e9ecef;
}

.region-label {
  font-size: 0.9rem;
  color: #6c757d;
  font-weight: 500;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.region-input {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1px solid #dee2e6;
  border-radius: 8px;
  font-size: 1rem;
  background: white;
  color: var(--dark-bg);
}

.region-input:focus {
  outline: none;
  border-color: var(--primary-green);
  box-shadow: 0 0 0 3px rgba(46, 208, 110, 0.1);
}

/* Total Odds */
.total-odds {
  padding: 1.5rem;
  background: var(--dark-bg);
  color: white;
  text-align: center;
}

.total-odds-label {
  font-size: 0.9rem;
  opacity: 0.8;
  margin-bottom: 0.5rem;
}

.total-odds-value {
  font-size: 2rem;
  font-weight: 700;
  color: var(--primary-green);
}

.total-odds-sub {
  font-size: 0.85rem;
  opacity: 0.7;
  margin-top: 0.5rem;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .slipviewer-container {
    margin: 0 1rem;
    border-radius: 12px;
  }

  .slipviewer-header {
    padding: 1rem;
  }

  .slipviewer-title {
    font-size: 1.25rem;
  }

  .index-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }

  .odds-item {
    flex-wrap: wrap;
    gap: 0.5rem;
  }

  .odds-time {
    margin-left: 0;
    width: 100%;
    margin-top: 0.25rem;
  }
}

/* Loading State */
.loading-slip {
  padding: 3rem 1.5rem;
  text-align: center;
}

.loading-spinner {
  width: 40px;
  height: 40px;
  border: 3px solid #f3f3f3;
  border-top: 3px solid var(--primary-green);
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin: 0 auto 1.5rem;
}

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

/* Checkbox Interaction */
.odds-checkbox {
  transition: all 0.2s ease;
}

.odds-checkbox:hover {
  border-color: var(--primary-green);
  transform: scale(1.1);
}

.odds-checkbox.checked:hover {
  background: #25c063;
  border-color: #25c063;
}

/* Hover effects for match items */
.match-item:hover {
  background: rgba(46, 208, 110, 0.05);
  border-radius: 8px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

/* Active states */
.region-input:focus {
  transform: translateY(-1px);
  box-shadow: 0 5px 20px rgba(46, 208, 110, 0.15);
}

/* Responsive tweaks */
@media (max-width: 576px) {
  .slipviewer-container {
    margin: 0 0.5rem;
  }

  .match-item {
    padding: 0.75rem 0;
  }

  .match-teams {
    font-size: 0.95rem;
  }

  .odds-section {
    padding: 1rem;
  }
}

 .about-betviewer {
   padding: 80px 0;
   background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
 }

.section-header {
  margin-bottom: 50px;
}

.section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--dark-bg);
  margin-bottom: 15px;
}

.section-subtitle {
  font-size: 1.1rem;
  color: #666;
  max-width: 600px;
  margin: 0 auto;
}

.about-card {
  background: var(--pure-white);
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.05);
  border: 1px solid #e8e8e8;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
}

.about-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(46, 208, 110, 0.1);
}

.about-card .icon-wrapper {
  width: 60px;
  height: 60px;
  background: rgba(46, 208, 110, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-card .icon-wrapper i {
  font-size: 1.5rem;
  color: var(--primary-green);
}

.about-card .card-title {
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--dark-bg);
}

.about-card .card-text {
  color: #555;
  line-height: 1.6;
}

/* Steps */
.steps-wrapper {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

.step-item {
  flex: 1;
  min-width: 250px;
  max-width: 300px;
  text-align: center;
  position: relative;
}

.step-number {
  width: 50px;
  height: 50px;
  background: var(--primary-green);
  color: var(--dark-bg);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 auto 20px;
}

.step-content h4 {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 10px;
  color: var(--dark-bg);
}

.step-content p {
  color: #666;
  font-size: 0.95rem;
}

/* Features */
.feature-card {
  padding: 20px;
  background: var(--pure-white);
  border-radius: 10px;
  box-shadow: 0 3px 15px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
  height: 100%;
}

.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 25px rgba(46, 208, 110, 0.15);
}

.feature-icon {
  width: 70px;
  height: 70px;
  background: rgba(46, 208, 110, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.feature-icon i {
  font-size: 1.8rem;
  color: var(--primary-green);
}

.feature-card h5 {
  font-size: 1.1rem;
  font-weight: 600;
  margin: 15px 0 10px;
  color: var(--dark-bg);
}

.feature-card p {
  color: #666;
  font-size: 0.9rem;
  line-height: 1.5;
}

/* FAQ */
.accordion-item {
  border: 1px solid #e8e8e8;
  border-radius: 8px !important;
  margin-bottom: 10px;
  overflow: hidden;
}

.accordion-button {
  font-weight: 600;
  color: var(--dark-bg);
  background: var(--pure-white);
  padding: 15px 20px;
}

.accordion-button:not(.collapsed) {
  color: var(--primary-green);
  background: rgba(46, 208, 110, 0.05);
}

.accordion-button:focus {
  box-shadow: none;
  border-color: var(--primary-green);
}

.accordion-body {
  padding: 20px;
  color: #555;
  line-height: 1.6;
}

/* CTA */
.cta-box {
  background: linear-gradient(135deg, var(--primary-green) 0%, #25c063 100%);
  color: var(--dark-bg);
}

.cta-box h3 {
  font-size: 2rem;
  font-weight: 700;
}

.cta-box p {
  font-size: 1.1rem;
  opacity: 0.9;
}

.cta-box .btn-primary {
  background: var(--dark-bg);
  color: white;
  border: none;
  padding: 12px 30px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.cta-box .btn-primary:hover {
  background: #333;
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}

/* Responsive */
@media (max-width: 768px) {
  .about-betviewer {
    padding: 50px 0;
  }

  .section-title {
    font-size: 2rem;
  }

  .step-item {
    min-width: 100%;
    margin-bottom: 30px;
  }

  .cta-box {
    padding: 30px 20px !important;
  }

  .cta-box h3 {
    font-size: 1.5rem;
  }
}
/* User info styling */
.user-info {
  font-size: 0.75rem;
  color: var(--medium-gray);
  display: flex;
  align-items: center;
  gap: 0.25rem;
  margin-top: 0.5rem;
}

.user-info i {
  font-size: 0.875rem;
}

/* Disabled button state */
.page-btn.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* Spinner animation */
.lni-spin {
  animation: spin 1s linear infinite;
}

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

/* Lazy loading indicator */
.lazy-loading {
  text-align: center;
  padding: 2rem;
  color: var(--medium-gray);
}

/* Pagination improvements */
.pagination {
  flex-wrap: wrap;
  gap: 0.25rem;
}

.pagination span {
  padding: 0 0.5rem;
  color: var(--medium-gray);
  display: flex;
  align-items: center;
}

/* Mobile optimizations for new layout */
@media (max-width: 767px) {
  .bet-details {
    grid-template-columns: repeat(2, 1fr);
  }

  .user-info {
    font-size: 0.7rem;
  }

  .pagination {
    gap: 0.125rem;
  }

  .page-btn {
    width: 36px;
    height: 36px;
    font-size: 0.875rem;
  }
}
.bookie-logo{
  background: #666666;
}