/*======================================
    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;
}

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: #2563eb;
  border-color: #2563eb;
}

select {
  -webkit-writing-mode: horizontal-tb !important;
  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: 90px;
    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;
}

/* Page Header Overlay - Improved Design */
.page-header-overlay {
  position: relative;
  padding: 140px 0 80px;
  background: linear-gradient(135deg, #081828 0%, #0a1f33 100%);
  overflow: hidden;
}

.page-header-overlay::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('../images/bread-bg/banner-bg.svg') no-repeat right center;
  background-size: cover;
  opacity: 0.15;
}

.page-header-content {
  position: relative;
  z-index: 2;
  text-align: center;
}

.page-breadcrumb {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  font-size: 14px;
}

.page-breadcrumb a {
  color: #a0aec0;
  font-weight: 500;
  transition: color 0.3s ease;
}

.page-breadcrumb a:hover {
  color: #fff;
}

.breadcrumb-separator {
  color: #4a5568;
  font-size: 12px;
}

.breadcrumb-current {
  color: #fff;
  font-weight: 600;
}

.page-header-overlay .page-title {
  font-size: 48px;
  font-weight: 700;
  color: #fff;
  margin: 0;
  line-height: 1.2;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .page-header-overlay {
    padding: 110px 0 60px;
  }

  .page-header-overlay .page-title {
    font-size: 36px;
  }
}

@media (max-width: 767px) {
  .page-header-overlay {
    padding: 90px 0 50px;
  }

  .page-header-overlay .page-title {
    font-size: 28px;
  }

  .page-breadcrumb {
    font-size: 13px;
  }
}

.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: #2563eb;
  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: #2563eb;
  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: #2563eb;
  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;
  opacity: 0;
  pointer-events: none;
  bottom: 30px;
  right: 30px;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: opacity 0.4s ease-in-out 0s;
  transition: opacity 0.4s ease-in-out 0s;
  border-radius: 5px;
}

.scroll-top i {
  color: #fff !important;
  font-weight: 900;
}

.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: #2563eb;
}

/* 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: #2563eb;
  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: 600;
  padding: 14px 32px;
  background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
  color: #fff;
  border: none;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 50px;
  position: relative;
  z-index: 1;
  margin-right: 7px;
  overflow: hidden;
  box-shadow:
    0 4px 15px rgba(37, 99, 235, 0.3),
    0 0 0 1px rgba(255, 255, 255, 0.1) inset;
  letter-spacing: 0.3px;
}

.button .btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #1d4ed8 0%, #1e40af 100%);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  z-index: -1;
}

.button .btn:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow:
    0 8px 25px rgba(37, 99, 235, 0.4),
    0 0 0 1px rgba(255, 255, 255, 0.15) inset;
}

.button .btn:hover::before {
  opacity: 1;
}

.button .btn:active {
  transform: translateY(0);
  box-shadow: 0 2px 10px rgba(37, 99, 235, 0.3);
}

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

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

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

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

.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: #2563eb !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: #2563eb;
  -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
========================================*/
.header {
  width: 100%;
  background: transparent;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header {
    padding: 18px 0 !important;
  }
  .header .mobile-menu-btn .toggler-icon {
    background-color: #fff;
  }
  .header .button {
    margin: 0 !important;
  }
  /* Disable Bootstrap collapse transition and use our slide */
  .header .navbar-collapse {
    position: fixed;
    top: 0 !important;
    right: -100%;
    width: 300px;
    height: 100vh;
    background: linear-gradient(180deg, #1a1a2e 0%, #16213e 100%);
    z-index: 9999;
    -webkit-box-shadow: -5px 0 30px rgba(0, 0, 0, 0.4);
    box-shadow: -5px 0 30px rgba(0, 0, 0, 0.4);
    padding: 80px 25px 30px;
    overflow-y: auto;
    -webkit-transition: right 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    transition: right 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
  .header .navbar-collapse.collapsing,
  .header .navbar-collapse.collapse {
    display: block !important;
  }
  .header .navbar-collapse.show {
    right: 0;
  }
  /* Add backdrop overlay */
  .header .navbar-collapse::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
  }
  .header .navbar-collapse.show::before {
    opacity: 1;
    visibility: visible;
  }
  .header .navbar-nav .nav-item {
    margin: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .header .navbar-nav .nav-item:last-child {
    border-bottom: none;
  }
  .header .navbar-nav .nav-item a {
    padding: 18px 12px !important;
    color: #ffffff !important;
    font-weight: 600;
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .header .navbar-nav .nav-item a::before {
    display: none;
  }
  .header .navbar-nav .nav-item a:hover,
  .header .navbar-nav .nav-item a.active {
    color: #38bdf8 !important;
    padding-left: 18px !important;
  }
  .header .navbar-nav .nav-item a::after {
    opacity: 1;
    visibility: visible;
    color: #38bdf8;
  }
  /* Sub-menu styles */
  .header .navbar-nav .nav-item .sub-menu {
    position: static;
    width: 100%;
    opacity: 1;
    visibility: visible;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 10px 0;
    border: none;
    margin-left: 0;
    margin-right: 0;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    margin-top: 10px;
    border-left: 3px solid #38bdf8;
  }
  .header .navbar-nav .nav-item .sub-menu .nav-item {
    margin: 0 !important;
    border-bottom: none;
  }
  .header .navbar-nav .nav-item .sub-menu .nav-item a {
    padding: 12px 12px 12px 20px !important;
    font-weight: 500;
    font-size: 15px;
    color: #e0e7ff !important;
  }
  .header .navbar-nav .nav-item .sub-menu .nav-item a:hover {
    color: #38bdf8 !important;
    padding-left: 25px !important;
  }
  .header .navbar-nav .nav-item .sub-menu li:hover {
    background: rgba(56, 189, 248, 0.1);
  }
  .header .navbar-nav .nav-item .sub-menu li.active {
    background: rgba(56, 189, 248, 0.15);
  }
  .header .navbar-nav .nav-item .sub-menu li.active a {
    color: #38bdf8 !important;
  }
}

@media (max-width: 767px) {
  .header {
    padding: 12px 0 !important;
  }
  .header .navbar {
    align-items: center;
  }
  .header .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .header .mobile-menu-btn .toggler-icon {
    background-color: #fff;
  }
  /* Disable Bootstrap collapse transition and use our slide */
  .header .navbar-collapse {
    position: fixed;
    top: 0 !important;
    right: -100%;
    width: 280px;
    height: 100vh;
    background: linear-gradient(180deg, #1a1a2e 0%, #16213e 100%);
    z-index: 9999;
    -webkit-box-shadow: -5px 0 30px rgba(0, 0, 0, 0.4);
    box-shadow: -5px 0 30px rgba(0, 0, 0, 0.4);
    padding: 80px 20px 30px;
    overflow-y: auto;
    -webkit-transition: right 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    transition: right 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
  .header .navbar-collapse.collapsing,
  .header .navbar-collapse.collapse {
    display: block !important;
  }
  .header .navbar-collapse.show {
    right: 0;
  }
  /* Add backdrop overlay */
  .header .navbar-collapse::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
  }
  .header .navbar-collapse.show::before {
    opacity: 1;
    visibility: visible;
  }
  .header .navbar-nav .nav-item {
    margin: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .header .navbar-nav .nav-item:last-child {
    border-bottom: none;
  }
  .header .navbar-nav .nav-item a {
    padding: 16px 10px !important;
    color: #ffffff !important;
    font-weight: 600;
    font-size: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .header .navbar-nav .nav-item a::before {
    display: none;
  }
  .header .navbar-nav .nav-item a:hover,
  .header .navbar-nav .nav-item a.active {
    color: #38bdf8 !important;
    padding-left: 15px !important;
  }
  .header .navbar-nav .nav-item a::after {
    opacity: 1;
    visibility: visible;
    color: #38bdf8;
  }
  /* Sub-menu styles */
  .header .navbar-nav .nav-item .sub-menu {
    position: static;
    width: 100%;
    opacity: 1;
    visibility: visible;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 10px 0;
    border: none;
    margin-left: 0;
    margin-right: 0;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    margin-top: 10px;
    border-left: 3px solid #38bdf8;
  }
  .header .navbar-nav .nav-item .sub-menu .nav-item {
    margin: 0 !important;
    border-bottom: none;
  }
  .header .navbar-nav .nav-item .sub-menu .nav-item a {
    padding: 12px 10px 12px 18px !important;
    font-weight: 500;
    font-size: 14px;
    color: #e0e7ff !important;
  }
  .header .navbar-nav .nav-item .sub-menu .nav-item a:hover {
    color: #38bdf8 !important;
    padding-left: 22px !important;
  }
  .header .navbar-nav .nav-item .sub-menu li:hover {
    background: rgba(56, 189, 248, 0.1);
  }
  .header .navbar-nav .nav-item .sub-menu li.active {
    background: rgba(56, 189, 248, 0.15);
  }
  .header .navbar-nav .nav-item .sub-menu li.active a {
    color: #38bdf8 !important;
  }
  /* Close button for mobile */
  .header .navbar-collapse .close-menu {
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 36px;
    font-weight: 300;
    color: #ffffff;
    cursor: pointer;
    z-index: 10;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    border: none;
    padding: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .header .navbar-collapse .close-menu:hover {
    background: rgba(255, 255, 255, 0.2);
    color: #38bdf8;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}

.header .navbar-brand img {
  width: 180px;
  height: auto;
  object-fit: contain;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header .navbar-brand img {
    width: 160px;
    height: auto;
    object-fit: contain;
  }
  .header.sticky .navbar-brand img {
    width: 160px;
    height: auto;
    object-fit: contain;
  }
}

@media (max-width: 767px) {
  .header .navbar-brand {
    display: flex;
    align-items: center;
    padding-left: 5px;
    margin-right: auto;
  }
  .header .navbar-brand img {
    width: 150px;
    height: auto;
    object-fit: contain;
  }
  .header.sticky .navbar-brand img {
    width: 150px;
    height: auto;
    object-fit: contain;
  }
}

/* Close button for mobile slide panel */
.header .navbar-collapse .close-menu {
  display: none;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 36px;
  font-weight: 300;
  color: #ffffff;
  cursor: pointer;
  z-index: 10;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  border: none;
  padding: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header .navbar-collapse .close-menu:hover {
  background: rgba(255, 255, 255, 0.2);
  color: #38bdf8;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .header .navbar-collapse .close-menu {
    display: block;
  }
}

.header.sticky .navbar-brand img {
  width: 180px;
  height: auto;
  object-fit: contain;
}

.header.sticky .button .btn {
  background-color: #2563eb;
  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: #2563eb;
}

.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;
  padding-right: 0;
  border-radius: 0;
}

@media (max-width: 767px) {
  .header .nav-inner {
    display: flex;
    align-items: center;
  }
  .header .navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    flex-wrap: nowrap;
  }
  .navbar-brand {
    padding-left: 0 !important;
    display: flex;
    align-items: center;
    flex-shrink: 0;
    margin-right: auto;
  }
  .navbar-brand img {
    max-width: 140px !important;
    height: auto !important;
  }
}

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

@media (max-width: 767px) {
  .mobile-menu-btn {
    padding: 8px 12px;
    margin-left: 10px;
  }
  .mobile-menu-btn .toggler-icon {
    width: 28px;
    height: 2px;
    margin: 6px 0;
  }
}

.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: 40px;
}

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

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

.sticky .navbar-nav .nav-item:hover a {
  color: #2563eb;
}

.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;
  transition: all 0.3s ease-out 0s;
  position: relative;
  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;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .navbar-nav .nav-item a.dd-menu::after {
    top: 18px;
    right: 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .navbar-nav .nav-item a.collapsed::after {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

.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: #2563eb;
}

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

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

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .navbar-nav .nav-item .sub-menu.collapse:not(.show) {
    display: none;
  }
}

.navbar-nav .nav-item .sub-menu > li {
  display: block;
  margin-left: 0;
}

.navbar-nav .nav-item .sub-menu > li:last-child {
  border: none;
}

.navbar-nav .nav-item .sub-menu > li.active > a {
  color: #2563eb !important;
}

.navbar-nav .nav-item .sub-menu > li > a {
  font-weight: 400;
  display: block;
  padding: 12px 15px;
  font-size: 14px;
  color: #222;
  font-weight: 400;
}

.navbar-nav .nav-item .sub-menu > li:first-child a {
  border: none;
}

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

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

/* Header Get Started Button */
.header .button .btn {
  background: linear-gradient(135deg, #38bdf8 0%, #2563eb 100%);
  color: #fff;
  font-weight: 600;
  padding: 12px 28px;
  box-shadow:
    0 4px 15px rgba(56, 189, 248, 0.3),
    0 0 0 1px rgba(255, 255, 255, 0.15) inset;
  letter-spacing: 0.3px;
}

.header .button .btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  z-index: -1;
  border-radius: 50px;
}

.header .button .btn:hover {
  color: #fff;
  background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
  transform: translateY(-2px);
  box-shadow:
    0 8px 25px rgba(37, 99, 235, 0.4),
    0 0 0 1px rgba(255, 255, 255, 0.2) inset;
}

.header .button .btn:hover::before {
  opacity: 1;
}

.header .button .btn:active {
  transform: translateY(0);
  box-shadow: 0 2px 10px rgba(37, 99, 235, 0.3);
}

/* Sticky Header Button Styles */
.sticky .button .btn {
  background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
  color: #fff;
  box-shadow: 0 4px 15px rgba(37, 99, 235, 0.3);
}

.sticky .button .btn::before {
  background: linear-gradient(135deg, #1d4ed8 0%, #1e40af 100%);
}

.sticky .button .btn:hover {
  background: linear-gradient(135deg, #1d4ed8 0%, #1e40af 100%);
  box-shadow: 0 8px 25px rgba(37, 99, 235, 0.4);
}

.sticky .button .btn:hover::before {
  opacity: 1;
}

.sticky .button .btn:active {
  transform: translateY(0);
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
}

/*======================================
     End Header CSS
  ========================================*/
/*======================================
    Hero Area CSS
========================================*/
.hero-area {
  position: relative;
  background-image: url('../images/hero/bg-shapes.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #081828;
  z-index: 0;
}

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

@media (max-width: 767px) {
  .hero-area {
    background-image: url('../images/mobilebg.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
  }
  .hero-area::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(8, 24, 40, 0.4);
    z-index: 0;
  }
  .hero-area .hero-content {
    position: relative;
    z-index: 1;
  }
}

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

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

.hero-area .hero-content {
  border-radius: 0;
  position: relative;
  z-index: 1;
  text-align: left;
  padding: 240px 0 140px 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: #2563eb;
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 20px;
}

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

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

.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%;
  }
}

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

/* Hero area button styles */
.hero-area .hero-content .button .btn {
  background: linear-gradient(135deg, #2563eb 0%, #7c3aed 100%);
  color: #fff;
  font-weight: 600;
  padding: 16px 36px;
  font-size: 16px;
  box-shadow:
    0 6px 20px rgba(37, 99, 235, 0.35),
    0 0 0 1px rgba(255, 255, 255, 0.15) inset;
  letter-spacing: 0.5px;
}

.hero-area .hero-content .button .btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #7c3aed 0%, #6d28d9 100%);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  z-index: -1;
  border-radius: 50px;
}

.hero-area .hero-content .button .btn:hover {
  color: #fff;
  background: linear-gradient(135deg, #7c3aed 0%, #6d28d9 100%);
  transform: translateY(-3px) scale(1.02);
  box-shadow:
    0 12px 35px rgba(124, 58, 237, 0.45),
    0 0 0 1px rgba(255, 255, 255, 0.25) inset;
}

.hero-area .hero-content .button .btn:hover::before {
  opacity: 1;
}

.hero-area .hero-content .button .btn:active {
  transform: translateY(-1px) scale(1);
  box-shadow: 0 4px 15px rgba(124, 58, 237, 0.35);
}

/* Custom hero button styles (Discover More) */
.hero-btn {
  background: linear-gradient(135deg, #2563eb 0%, #7c3aed 100%) !important;
  color: #ffffff !important;
  font-weight: 600 !important;
  padding: 16px 36px !important;
  font-size: 16px !important;
  box-shadow:
    0 6px 20px rgba(37, 99, 235, 0.35),
    0 0 0 1px rgba(255, 255, 255, 0.15) inset !important;
  letter-spacing: 0.5px !important;
}

.hero-btn::before {
  content: '' !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background: linear-gradient(135deg, #7c3aed 0%, #6d28d9 100%) !important;
  opacity: 0 !important;
  -webkit-transition: opacity 0.3s ease !important;
  transition: opacity 0.3s ease !important;
  z-index: -1 !important;
  border-radius: 50px !important;
}

.hero-btn:hover {
  background: linear-gradient(135deg, #7c3aed 0%, #6d28d9 100%) !important;
  color: #ffffff !important;
  transform: translateY(-3px) scale(1.02) !important;
  box-shadow:
    0 12px 35px rgba(124, 58, 237, 0.45),
    0 0 0 1px rgba(255, 255, 255, 0.25) inset !important;
}

.hero-btn:hover::before {
  opacity: 1 !important;
}

.hero-btn:active {
  transform: translateY(-1px) scale(1) !important;
  box-shadow: 0 4px 15px rgba(124, 58, 237, 0.35) !important;
}

@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;
    padding: 0 20px;
  }
  .hero-area .hero-content h4 {
    font-size: 14px;
  }
  .hero-area .hero-content h1 {
    font-size: 32px;
    font-weight: 700;
    line-height: 42px;
  }
  .hero-area .hero-content p {
    font-size: 16px;
    margin-top: 18px;
  }
}

@media (max-width: 767px) {
  .hero-area .hero-content {
    padding: 20px 15px;
    text-align: center;
  }
  .hero-area .hero-content h4 {
    margin-bottom: 15px;
    font-size: 13px;
  }
  .hero-area .hero-content h1 {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 10px;
  }
  .hero-area .hero-content p {
    margin-top: 18px;
    font-size: 15px;
    line-height: 26px;
  }
  .hero-area .hero-content .button {
    margin-top: 35px;
  }
  .hero-area .hero-content .button .btn {
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
    margin-bottom: 12px;
  }
  .hero-area .hero-content .button .btn:last-child {
    margin: 0 auto;
  }
}

.hero-area .hero-image {
  height: 100%;
  width: 100%;
}

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

.hero-area .hero-image .main-image {
  position: absolute;
  bottom: 0;
  z-index: 0;
  left: 53%;
}

/*======================================
    Features CSS
========================================*/
.features {
  position: relative;
  z-index: 0;
  background-color: #ffffff;
  padding-top: 80px;
  padding-bottom: 80px;
}

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

.features .single-feature {
  padding: 35px 30px;
  border-radius: 12px;
  background-color: #fff;
  border: 1px solid #e5e7eb;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 100%;
}

.features .single-feature:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  border-color: #2563eb;
}

.features .single-feature .feature-icon {
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
  color: #fff;
  border-radius: 12px;
  font-size: 26px;
  display: inline-block;
  margin-bottom: 20px;
}

.features .single-feature:hover .feature-icon {
  background: linear-gradient(135deg, #38bdf8 0%, #2563eb 100%);
}

.features .single-feature h4 {
  font-size: 19px;
  font-weight: 700;
  color: #081828;
  margin-bottom: 12px;
  line-height: 1.4;
}

.features .single-feature p {
  font-size: 15px;
  line-height: 26px;
  color: #6b7280;
  margin: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .features {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .features .single-feature {
    padding: 30px 25px;
  }
  .features .single-feature h4 {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .features {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .features .single-feature {
    padding: 25px 20px;
    margin-bottom: 20px;
  }
  .features .single-feature h4 {
    font-size: 17px;
  }
  .features .single-feature p {
    font-size: 14px;
    line-height: 24px;
  }
}

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

.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: #2563eb;
  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: #2563eb;
  border-bottom-color: #2563eb;
}

.services .single-service .main-icon {
  height: 65px;
  width: 65px;
  line-height: 65px;
  text-align: center;
  background-color: #2563eb;
  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;
}

/*======================================
    Unique Card Styling for Features & Services
========================================*/

/* ============================================
   OUR SERVICES SECTION - Modern Card Design
   with gradient backgrounds and overlay effects
=========================================== */

.features {
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.features .single-feature {
  position: relative;
  padding: 40px 30px;
  border-radius: 20px;
  background: #ffffff;
  border: none;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  text-align: center;
}

.features .single-feature::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.05;
  transition: opacity 0.4s ease;
  z-index: 0;
}

.features .single-feature > * {
  position: relative;
  z-index: 1;
}

.features .single-feature:hover {
  transform: translateY(-8px) scale(1.02);
}

.features .single-feature .feature-icon {
  height: 70px;
  width: 70px;
  line-height: 70px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px auto;
  transition: all 0.4s ease;
}

.features .single-feature .feature-icon i {
  font-size: 28px;
  color: #ffffff;
}

/* Card 1 - Web Design - Purple */
.features .single-feature.feature-purple::before {
  background: linear-gradient(135deg, #8b5cf6 0%, #7c3aed 100%);
}

.features .single-feature.feature-purple .feature-icon {
  background: linear-gradient(135deg, #8b5cf6 0%, #7c3aed 100%);
  box-shadow: 0 10px 30px rgba(139, 92, 246, 0.3);
}

.features .single-feature.feature-purple:hover::before {
  opacity: 0.08;
}

.features .single-feature.feature-purple:hover .feature-icon {
  background: linear-gradient(135deg, #a78bfa 0%, #8b5cf6 100%);
  box-shadow: 0 15px 40px rgba(139, 92, 246, 0.4);
  transform: scale(1.1) rotate(-3deg);
}

/* Card 2 - Web Development - Blue */
.features .single-feature.feature-blue::before {
  background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
}

.features .single-feature.feature-blue .feature-icon {
  background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
  box-shadow: 0 10px 30px rgba(59, 130, 246, 0.3);
}

.features .single-feature.feature-blue:hover::before {
  opacity: 0.08;
}

.features .single-feature.feature-blue:hover .feature-icon {
  background: linear-gradient(135deg, #60a5fa 0%, #3b82f6 100%);
  box-shadow: 0 15px 40px rgba(59, 130, 246, 0.4);
  transform: scale(1.1) rotate(-3deg);
}

/* Card 3 - Mobile App - Teal */
.features .single-feature.feature-teal::before {
  background: linear-gradient(135deg, #14b8a6 0%, #0d9488 100%);
}

.features .single-feature.feature-teal .feature-icon {
  background: linear-gradient(135deg, #14b8a6 0%, #0d9488 100%);
  box-shadow: 0 10px 30px rgba(20, 184, 166, 0.3);
}

.features .single-feature.feature-teal:hover::before {
  opacity: 0.08;
}

.features .single-feature.feature-teal:hover .feature-icon {
  background: linear-gradient(135deg, #2dd4bf 0%, #14b8a6 100%);
  box-shadow: 0 15px 40px rgba(20, 184, 166, 0.4);
  transform: scale(1.1) rotate(-3deg);
}

/* Card 4 - E-commerce - Orange */
.features .single-feature.feature-orange::before {
  background: linear-gradient(135deg, #f97316 0%, #ea580c 100%);
}

.features .single-feature.feature-orange .feature-icon {
  background: linear-gradient(135deg, #f97316 0%, #ea580c 100%);
  box-shadow: 0 10px 30px rgba(249, 115, 22, 0.3);
}

.features .single-feature.feature-orange:hover::before {
  opacity: 0.08;
}

.features .single-feature.feature-orange:hover .feature-icon {
  background: linear-gradient(135deg, #fb923c 0%, #f97316 100%);
  box-shadow: 0 15px 40px rgba(249, 115, 22, 0.4);
  transform: scale(1.1) rotate(-3deg);
}

/* Card 5 - SEO - Pink */
.features .single-feature.feature-pink::before {
  background: linear-gradient(135deg, #ec4899 0%, #db2777 100%);
}

.features .single-feature.feature-pink .feature-icon {
  background: linear-gradient(135deg, #ec4899 0%, #db2777 100%);
  box-shadow: 0 10px 30px rgba(236, 72, 153, 0.3);
}

.features .single-feature.feature-pink:hover::before {
  opacity: 0.08;
}

.features .single-feature.feature-pink:hover .feature-icon {
  background: linear-gradient(135deg, #f472b6 0%, #ec4899 100%);
  box-shadow: 0 15px 40px rgba(236, 72, 153, 0.4);
  transform: scale(1.1) rotate(-3deg);
}

/* Card 6 - Maintenance - Indigo */
.features .single-feature.feature-indigo::before {
  background: linear-gradient(135deg, #6366f1 0%, #4f46e5 100%);
}

.features .single-feature.feature-indigo .feature-icon {
  background: linear-gradient(135deg, #6366f1 0%, #4f46e5 100%);
  box-shadow: 0 10px 30px rgba(99, 102, 241, 0.3);
}

.features .single-feature.feature-indigo:hover::before {
  opacity: 0.08;
}

.features .single-feature.feature-indigo:hover .feature-icon {
  background: linear-gradient(135deg, #818cf8 0%, #6366f1 100%);
  box-shadow: 0 15px 40px rgba(99, 102, 241, 0.4);
  transform: scale(1.1) rotate(-3deg);
}

/* ============================================
   INDUSTRIES WE SUPPORT SECTION - Glass Card Design
   with centered icons and unique border styling
=========================================== */

.services .single-service {
  min-height: 320px;
  margin-top: 30px;
  border-radius: 24px;
  background: linear-gradient(145deg, #ffffff 0%, #f9fafb 100%);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  border: 2px solid transparent;
  text-align: center;
  padding: 45px 35px;
  position: relative;
  overflow: hidden;
}

.services .single-service::after {
  content: '';
  position: absolute;
  top: -50%;
  right: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.8) 0%, transparent 70%);
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}

.services .single-service:hover {
  transform: translateY(-10px);
}

.services .single-service:hover::after {
  opacity: 1;
}

.services .single-service .main-icon {
  height: 80px;
  width: 80px;
  line-height: 80px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
  transition: all 0.4s ease;
  position: relative;
  z-index: 1;
}

.services .single-service .main-icon i {
  font-size: 32px;
  color: #ffffff;
}

.services .single-service .text-title {
  margin-top: 0;
  margin-bottom: 18px;
  font-size: 20px;
  transition: color 0.3s ease;
}

/* Industry 1 - Small Businesses - Blue */
.services .single-service.service-blue {
  border-color: rgba(59, 130, 246, 0.15);
  background: linear-gradient(145deg, #ffffff 0%, #eff6ff 100%);
}

.services .single-service.service-blue:hover {
  border-color: #3b82f6;
  box-shadow: 0 20px 50px rgba(59, 130, 246, 0.15);
}

.services .single-service.service-blue .main-icon {
  background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
  box-shadow: 0 8px 25px rgba(59, 130, 246, 0.3);
}

.services .single-service.service-blue:hover .main-icon {
  background: linear-gradient(135deg, #60a5fa 0%, #3b82f6 100%);
  box-shadow: 0 12px 35px rgba(59, 130, 246, 0.4);
  transform: scale(1.15) translateY(-5px);
}

.services .single-service.service-blue:hover .text-title {
  color: #2563eb;
}

/* Industry 2 - Restaurants - Red */
.services .single-service.service-red {
  border-color: rgba(239, 68, 68, 0.15);
  background: linear-gradient(145deg, #ffffff 0%, #fef2f2 100%);
}

.services .single-service.service-red:hover {
  border-color: #ef4444;
  box-shadow: 0 20px 50px rgba(239, 68, 68, 0.15);
}

.services .single-service.service-red .main-icon {
  background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
  box-shadow: 0 8px 25px rgba(239, 68, 68, 0.3);
}

.services .single-service.service-red:hover .main-icon {
  background: linear-gradient(135deg, #f87171 0%, #ef4444 100%);
  box-shadow: 0 12px 35px rgba(239, 68, 68, 0.4);
  transform: scale(1.15) translateY(-5px);
}

.services .single-service.service-red:hover .text-title {
  color: #dc2626;
}

/* Industry 3 - Salons & Spas - Pink */
.services .single-service.service-pink {
  border-color: rgba(236, 72, 153, 0.15);
  background: linear-gradient(145deg, #ffffff 0%, #fdf2f8 100%);
}

.services .single-service.service-pink:hover {
  border-color: #ec4899;
  box-shadow: 0 20px 50px rgba(236, 72, 153, 0.15);
}

.services .single-service.service-pink .main-icon {
  background: linear-gradient(135deg, #ec4899 0%, #db2777 100%);
  box-shadow: 0 8px 25px rgba(236, 72, 153, 0.3);
}

.services .single-service.service-pink:hover .main-icon {
  background: linear-gradient(135deg, #f472b6 0%, #ec4899 100%);
  box-shadow: 0 12px 35px rgba(236, 72, 153, 0.4);
  transform: scale(1.15) translateY(-5px);
}

.services .single-service.service-pink:hover .text-title {
  color: #db2777;
}

/* Industry 4 - Retail Stores - Green */
.services .single-service.service-green {
  border-color: rgba(16, 185, 129, 0.15);
  background: linear-gradient(145deg, #ffffff 0%, #ecfdf5 100%);
}

.services .single-service.service-green:hover {
  border-color: #10b981;
  box-shadow: 0 20px 50px rgba(16, 185, 129, 0.15);
}

.services .single-service.service-green .main-icon {
  background: linear-gradient(135deg, #10b981 0%, #059669 100%);
  box-shadow: 0 8px 25px rgba(16, 185, 129, 0.3);
}

.services .single-service.service-green:hover .main-icon {
  background: linear-gradient(135deg, #34d399 0%, #10b981 100%);
  box-shadow: 0 12px 35px rgba(16, 185, 129, 0.4);
  transform: scale(1.15) translateY(-5px);
}

.services .single-service.service-green:hover .text-title {
  color: #059669;
}

/* Industry 5 - Hobby Shops - Purple */
.services .single-service.service-purple {
  border-color: rgba(139, 92, 246, 0.15);
  background: linear-gradient(145deg, #ffffff 0%, #f5f3ff 100%);
}

.services .single-service.service-purple:hover {
  border-color: #8b5cf6;
  box-shadow: 0 20px 50px rgba(139, 92, 246, 0.15);
}

.services .single-service.service-purple .main-icon {
  background: linear-gradient(135deg, #8b5cf6 0%, #7c3aed 100%);
  box-shadow: 0 8px 25px rgba(139, 92, 246, 0.3);
}

.services .single-service.service-purple:hover .main-icon {
  background: linear-gradient(135deg, #a78bfa 0%, #8b5cf6 100%);
  box-shadow: 0 12px 35px rgba(139, 92, 246, 0.4);
  transform: scale(1.15) translateY(-5px);
}

.services .single-service.service-purple:hover .text-title {
  color: #7c3aed;
}

/* Industry 6 - Trades & Services - Amber */
.services .single-service.service-amber {
  border-color: rgba(245, 158, 11, 0.15);
  background: linear-gradient(145deg, #ffffff 0%, #fffbeb 100%);
}

.services .single-service.service-amber:hover {
  border-color: #f59e0b;
  box-shadow: 0 20px 50px rgba(245, 158, 11, 0.15);
}

.services .single-service.service-amber .main-icon {
  background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
  box-shadow: 0 8px 25px rgba(245, 158, 11, 0.3);
}

.services .single-service.service-amber:hover .main-icon {
  background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
  box-shadow: 0 12px 35px rgba(245, 158, 11, 0.4);
  transform: scale(1.15) translateY(-5px);
}

.services .single-service.service-amber:hover .text-title {
  color: #d97706;
}

/*======================================
    Modern Services Timeline Design
========================================*/

.services-modern {
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  position: relative;
}

.services-modern::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:
    radial-gradient(circle at 20% 50%, rgba(37, 99, 235, 0.03) 0%, transparent 50%),
    radial-gradient(circle at 80% 50%, rgba(139, 92, 246, 0.03) 0%, transparent 50%);
  pointer-events: none;
}

.services-timeline {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
}

.services-timeline::before {
  content: '';
  position: absolute;
  left: 60px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(
    180deg,
    rgba(37, 99, 235, 0.1) 0%,
    rgba(37, 99, 235, 0.3) 50%,
    rgba(139, 92, 246, 0.3) 100%
  );
}

.service-item {
  position: relative;
  margin-bottom: 40px;
  padding-left: 100px;
}

.service-item:last-child {
  margin-bottom: 0;
}

.service-number {
  position: absolute;
  left: 0;
  top: 0;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  font-weight: 700;
  color: #2563eb;
  background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
  border: 2px solid rgba(37, 99, 235, 0.1);
  border-radius: 50%;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  z-index: 2;
}

.service-item:nth-child(even) .service-number {
  color: #8b5cf6;
  border-color: rgba(139, 92, 246, 0.1);
}

.service-item:nth-child(3n) .service-number {
  color: #0891b2;
  border-color: rgba(8, 145, 178, 0.1);
}

.service-item:hover .service-number {
  background: linear-gradient(135deg, #2563eb 0%, #3b82f6 100%);
  color: #ffffff;
  border-color: #2563eb;
  transform: scale(1.15);
  box-shadow: 0 8px 30px rgba(37, 99, 235, 0.3);
}

.service-item:nth-child(even):hover .service-number {
  background: linear-gradient(135deg, #8b5cf6 0%, #a78bfa 100%);
  border-color: #8b5cf6;
  box-shadow: 0 8px 30px rgba(139, 92, 246, 0.3);
}

.service-item:nth-child(3n):hover .service-number {
  background: linear-gradient(135deg, #0891b2 0%, #06b6d4 100%);
  border-color: #0891b2;
  box-shadow: 0 8px 30px rgba(8, 145, 178, 0.3);
}

.service-content-wrapper {
  background: #ffffff;
  border-radius: 20px;
  padding: 30px;
  display: flex;
  align-items: flex-start;
  gap: 24px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
  overflow: hidden;
}

.service-content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #2563eb 0%, transparent 100%);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}

.service-item:nth-child(even) .service-content-wrapper::before {
  background: linear-gradient(90deg, #8b5cf6 0%, transparent 100%);
}

.service-item:nth-child(3n) .service-content-wrapper::before {
  background: linear-gradient(90deg, #0891b2 0%, transparent 100%);
}

.service-item:hover .service-content-wrapper {
  transform: translateX(10px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
  border-color: rgba(37, 99, 235, 0.1);
}

.service-item:nth-child(even):hover .service-content-wrapper {
  border-color: rgba(139, 92, 246, 0.1);
}

.service-item:nth-child(3n):hover .service-content-wrapper {
  border-color: rgba(8, 145, 178, 0.1);
}

.service-item:hover .service-content-wrapper::before {
  transform: scaleX(1);
}

.service-icon {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.1) 0%, rgba(59, 130, 246, 0.1) 100%);
  border-radius: 14px;
  transition: all 0.4s ease;
}

.service-item:nth-child(even) .service-icon {
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.1) 0%, rgba(167, 139, 250, 0.1) 100%);
}

.service-item:nth-child(3n) .service-icon {
  background: linear-gradient(135deg, rgba(8, 145, 178, 0.1) 0%, rgba(6, 182, 212, 0.1) 100%);
}

.service-icon i {
  font-size: 26px;
  color: #2563eb;
}

.service-item:nth-child(even) .service-icon i {
  color: #8b5cf6;
}

.service-item:nth-child(3n) .service-icon i {
  color: #0891b2;
}

.service-details {
  flex: 1;
}

.service-details h3 {
  font-size: 20px;
  font-weight: 700;
  color: #081828;
  margin-bottom: 12px;
  transition: all 0.4s ease;
}

.service-item:hover .service-details h3 {
  color: #2563eb;
}

.service-item:nth-child(even):hover .service-details h3 {
  color: #8b5cf6;
}

.service-item:nth-child(3n):hover .service-details h3 {
  color: #0891b2;
}

.service-details p {
  font-size: 15px;
  line-height: 26px;
  color: #64748b;
  margin: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .services-timeline::before {
    left: 45px;
  }

  .service-item {
    padding-left: 75px;
  }

  .service-number {
    width: 65px;
    height: 65px;
    font-size: 24px;
  }

  .service-content-wrapper {
    padding: 24px;
  }

  .service-icon {
    width: 50px;
    height: 50px;
  }

  .service-icon i {
    font-size: 22px;
  }

  .service-details h3 {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .services-timeline::before {
    left: 35px;
  }

  .service-item {
    padding-left: 60px;
    margin-bottom: 30px;
  }

  .service-number {
    width: 55px;
    height: 55px;
    font-size: 20px;
  }

  .service-content-wrapper {
    padding: 20px;
    flex-direction: column;
    gap: 16px;
  }

  .service-icon {
    width: 45px;
    height: 45px;
  }

  .service-icon i {
    font-size: 20px;
  }

  .service-details h3 {
    font-size: 17px;
  }

  .service-details p {
    font-size: 14px;
    line-height: 24px;
  }

  .service-item:hover .service-content-wrapper {
    transform: translateX(5px);
  }
}

/*======================================
    Process Area CSS
========================================*/
.about .image {
  position: relative;
  border-radius: 20px;
  padding: 12px;
  background: linear-gradient(135deg, #2563eb 0%, #0891b2 100%);
  box-shadow: 0 20px 60px rgba(37, 99, 235, 0.2);
}

.about .image::before {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.3) 0%, rgba(8, 145, 178, 0.3) 100%);
  border-radius: 22px;
  z-index: -1;
  filter: blur(8px);
}

.about img {
  width: 100%;
  border-radius: 12px;
  display: block;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about .content {
    padding-left: 50px;
  }
}

@media only screen and (min-width: 1400px) {
  .about .content {
    padding-left: 50px;
  }
}

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

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

.about .content h4 {
  color: #2563eb;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 20px;
}

.about .content h2 {
  font-size: 35px;
  font-weight: 700;
  line-height: 48px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about .content h2 {
    font-size: 30px;
    font-weight: 700;
    line-height: 42px;
  }
}

@media (max-width: 767px) {
  .about .content h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
  }
}

.about .content p {
  font-size: 16px;
  margin-top: 25px;
}

.about .content .list .single-list {
  position: relative;
  padding-left: 42px;
  margin-top: 40px;
  display: inline-block;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about .content .list .single-list {
    width: 49%;
  }
}

.about .content .list .single-list .list-icon {
  height: 20px;
  width: 20px;
  line-height: 20px;
  text-align: center;
  display: block;
  border-radius: 50%;
  color: #2563eb;
  font-size: 11px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background-color: #2563eb;
  color: #fff;
}

.about .content .list .single-list:hover .list-icon {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.about .content .list .single-list h4 {
  color: #081828;
  font-size: 15px;
  margin-bottom: 10px;
}

.about .content .list .single-list p {
  margin: 0;
  font-size: 15px;
  line-height: 24px;
}

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

.call-action .inner-content {
  position: relative;
  padding: 80px 0;
  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;
}

.call-action .text h2 span {
  color: #2563eb;
}

@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: #2563eb;
}

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

/* Call Action "Get A Free Quote" Button */
.call-action .button .btn {
  background: linear-gradient(135deg, #081828 0%, #1e293b 100%);
  color: #fff;
  font-weight: 600;
  padding: 16px 36px;
  font-size: 16px;
  box-shadow:
    0 6px 20px rgba(8, 24, 40, 0.25),
    0 0 0 1px rgba(255, 255, 255, 0.1) inset;
  letter-spacing: 0.5px;
}

.call-action .button .btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #1e293b 0%, #334155 100%);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  z-index: -1;
  border-radius: 50px;
}

.call-action .button .btn:hover {
  color: #fff;
  background: linear-gradient(135deg, #1e293b 0%, #334155 100%);
  transform: translateY(-3px) scale(1.02);
  box-shadow:
    0 12px 35px rgba(8, 24, 40, 0.35),
    0 0 0 1px rgba(255, 255, 255, 0.2) inset;
}

.call-action .button .btn:hover::before {
  opacity: 1;
}

.call-action .button .btn:active {
  transform: translateY(-1px) scale(1);
  box-shadow: 0 4px 15px rgba(8, 24, 40, 0.25);
}

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

  .call-action .button .btn {
    width: 100%;
    max-width: 350px;
  }
}

/*======================================
	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;
}

/* Align all footer columns to the top */
.footer .single-footer {
  margin-top: 0;
  padding-top: 0;
  text-align: center; /* Center align for simplified footer */
}

/* Ensure padding is uniform */
.footer .single-footer.f-about {
  padding: 0;
}

.footer .single-footer h3 {
  margin-top: 0;
  padding-top: 0;
}

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

  .footer .single-footer.f-about {
    padding: 0 15px; /* Add breathing room on mobile */
  }

  .footer .single-footer.f-about .logo {
    display: flex;
    justify-content: center;
  }
}

.footer .single-footer.f-about .logo {
  margin-bottom: 25px;
  line-height: 1;
  display: block;
  margin-top: -5px; /* Offset for image transparency/whitespace */
}

.footer .single-footer.f-about .logo img {
  width: 230px;
  height: auto;
  display: block; /* Remove any inline descending space */
}

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

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

.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 {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
}

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

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

.footer .single-footer.f-about .social li a {
  color: #fff;
  height: 40px;
  width: 40px;
  line-height: 40px;
  display: block;
  text-align: center;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  font-size: 16px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.footer .single-footer.f-about .social li a:hover {
  color: #fff;
  background-color: #2563eb;
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}

@media (max-width: 767px) {
  .footer .single-footer.f-about .social {
    text-align: center;
  }
}

.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: 12px; /* Nicer spacing */
}

.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: #2563eb;
}

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

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

.footer .single-footer h3 {
  font-size: 18px;
  font-weight: 600;
  display: block;
  margin-bottom: 25px;
  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: 25px;
  position: relative;
  display: flex;
  background-color: #ffffff14;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.footer .newsletter-form input {
  height: 52px; /* Standardize height */
  width: 100%;
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding-left: 20px;
  padding-right: 60px;
  color: #fff;
  font-size: 15px;
}

.footer .newsletter-form input:focus {
  outline: none;
  background-color: #ffffff1f;
}

.footer .newsletter-form .button {
  position: absolute;
  right: 0;
  top: 0;
}

.footer .newsletter-form .button .sub-btn {
  height: 52px;
  width: 52px;
  background-color: #2563eb;
  color: #fff;
  text-align: center;
  line-height: 52px;
  border: none;
  font-size: 18px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.footer .newsletter-form .button .sub-btn:hover {
  background-color: #1d4ed8;
  color: #fff;
}

.footer .copyright-area .inner-content {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 60px;
}

@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: #2563eb;
}

/*======================================
    Portfolio CSS
========================================*/
.portfolio {
  position: relative;
  z-index: 0;
  background-color: #ffffff;
  padding-top: 110px;
  padding-bottom: 110px;
}

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

.portfolio .single-portfolio {
  margin-bottom: 30px;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.portfolio .single-portfolio:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12);
}

.portfolio .portfolio-image {
  position: relative;
  overflow: hidden;
  height: 250px;
}

.portfolio .portfolio-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.portfolio .single-portfolio:hover .portfolio-image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.portfolio .portfolio-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(37, 99, 235, 0.9);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.portfolio .single-portfolio:hover .portfolio-overlay {
  opacity: 1;
  visibility: visible;
}

.portfolio .overlay-content {
  text-align: center;
  padding: 20px;
}

.portfolio .overlay-content h3 {
  color: #fff;
  font-size: 20px;
  margin-bottom: 10px;
}

.portfolio .overlay-content p {
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 20px;
  font-size: 14px;
}

.portfolio .overlay-content .btn {
  padding: 10px 25px;
  font-size: 14px;
  background: #fff;
  color: #2563eb;
}

.portfolio .overlay-content .btn:hover {
  background: #2563eb;
  color: #fff;
}

.portfolio .portfolio-content {
  padding: 20px;
}

.portfolio .portfolio-content h4 {
  font-size: 18px;
  font-weight: 700;
  color: #081828;
  margin-bottom: 8px;
}

.portfolio .portfolio-content p {
  font-size: 14px;
  color: #6b7280;
  margin: 0;
}

/*======================================
    Testimonials CSS
========================================*/
.testimonials .single-testimonial {
  background: #fff;
  padding: 40px 30px;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.testimonials .testimonial-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.testimonials .testimonial-author {
  margin-top: auto;
}

.testimonials .single-testimonial:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.testimonials .testimonial-quote {
  font-size: 40px;
  color: #2563eb;
  margin-bottom: 20px;
}

.testimonials .testimonial-content p {
  font-size: 15px;
  line-height: 28px;
  color: #6b7280;
  margin-bottom: 25px;
  font-style: italic;
}

.testimonials .testimonial-author h4 {
  font-size: 16px;
  font-weight: 700;
  color: #081828;
  margin-bottom: 5px;
}

.testimonials .testimonial-author span {
  font-size: 13px;
  color: #2563eb;
  font-weight: 500;
}

/*======================================
    Process CSS
========================================*/
.process {
  position: relative;
  z-index: 0;
  background-color: #ffffff;
}

.process .single-process {
  text-align: center;
  padding: 30px 20px;
  position: relative;
}

.process .single-process .process-number {
  display: none;
}

.process .single-process .process-icon {
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  background: #2563eb;
  color: #fff;
  border-radius: 50%;
  font-size: 26px;
  display: inline-block;
  margin-bottom: 20px;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

.process .single-process:hover .process-icon {
  background: #dbeafe;
  color: #2563eb;
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}

.process .single-process h4 {
  font-size: 18px;
  font-weight: 700;
  color: #081828;
  margin-bottom: 12px;
}

.process .single-process p {
  font-size: 14px;
  line-height: 24px;
  color: #6b7280;
  margin: 0;
}

/*======================================
    Stats CSS
========================================*/
.stats {
  position: relative;
  z-index: 0;
}

.stats .single-stat {
  text-align: center;
  padding: 20px;
}

.stats .stat-icon {
  font-size: 40px;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 15px;
}

.stats .single-stat h3 {
  font-size: 48px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
  line-height: 1;
}

.stats .single-stat p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
  font-weight: 500;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .stats .single-stat h3 {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .stats .single-stat {
    margin-bottom: 30px;
  }
  .stats .single-stat h3 {
    font-size: 36px;
  }
  .stats .single-stat p {
    font-size: 14px;
  }
}

/* Responsive adjustments for portfolio */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .portfolio .single-portfolio {
    margin-bottom: 25px;
  }
}

@media (max-width: 767px) {
  .portfolio {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .portfolio .single-portfolio {
    margin-bottom: 20px;
  }
  .portfolio .portfolio-image {
    height: 200px;
  }
  .portfolio .overlay-content h3 {
    font-size: 16px;
  }
  .portfolio .overlay-content p {
    font-size: 13px;
  }
}

/*======================================
    Team CSS
========================================*/
.team {
  position: relative;
  z-index: 0;
  background-color: #ffffff;
}

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

.team .single-team {
  margin-bottom: 30px;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.team .single-team:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12);
}

.team .team-image {
  position: relative;
  overflow: hidden;
  height: 300px;
}

.team .team-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.team .single-team:hover .team-image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.team .team-social {
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 15px;
  padding: 15px;
  background: rgba(37, 99, 235, 0.9);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.team .single-team:hover .team-social {
  bottom: 0;
}

.team .team-social a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background: #fff;
  color: #2563eb;
  border-radius: 50%;
  font-size: 14px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.team .team-social a:hover {
  background: #2563eb;
  color: #fff;
}

.team .team-content {
  padding: 25px 20px;
  text-align: center;
}

.team .team-content h4 {
  font-size: 18px;
  font-weight: 700;
  color: #081828;
  margin-bottom: 5px;
}

.team .team-content span {
  display: block;
  font-size: 14px;
  color: #2563eb;
  font-weight: 500;
  margin-bottom: 12px;
}

.team .team-content p {
  font-size: 14px;
  line-height: 24px;
  color: #6b7280;
  margin: 0;
}

/*======================================
    FAQ CSS
========================================*/
.faq {
  position: relative;
  z-index: 0;
}

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

.faq .single-faq {
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  margin-bottom: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.faq .single-faq:hover {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}

.faq .faq-title {
  font-size: 18px;
  font-weight: 700;
  color: #081828;
  margin-bottom: 12px;
  position: relative;
  padding-left: 30px;
}

.faq .faq-title::before {
  content: '?';
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  background: #2563eb;
  color: #fff;
  border-radius: 50%;
  font-size: 14px;
  font-weight: 700;
}

.faq .faq-content {
  font-size: 15px;
  line-height: 26px;
  color: #6b7280;
  margin: 0;
}

@media (max-width: 767px) {
  .team .team-image {
    height: 250px;
  }
  .faq .single-faq {
    padding: 20px;
  }
  .faq .faq-title {
    font-size: 16px;
  }
  .faq .faq-content {
    font-size: 14px;
  }
}

/*======================================
    Why Choose Us CSS
========================================*/
.why-choose {
  position: relative;
  z-index: 0;
  background-color: #ffffff;
}

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

.why-choose .single-why {
  text-align: center;
  padding: 35px 25px;
  background: #fff;
  border-radius: 12px;
  border: 1px solid #e5e7eb;
  margin-bottom: 30px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.why-choose .single-why:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  border-color: #2563eb;
}

.why-choose .why-icon {
  height: 70px;
  width: 70px;
  line-height: 70px;
  text-align: center;
  background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
  color: #fff;
  border-radius: 50%;
  font-size: 30px;
  display: inline-block;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.why-choose .single-why:hover .why-icon {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.why-choose .single-why h4 {
  font-size: 19px;
  font-weight: 700;
  color: #081828;
  margin-bottom: 12px;
}

.why-choose .single-why p {
  font-size: 14px;
  line-height: 24px;
  color: #6b7280;
  margin: 0;
}

@media (max-width: 767px) {
  .why-choose .single-why {
    padding: 30px 20px;
  }
  .why-choose .why-icon {
    height: 60px;
    width: 60px;
    line-height: 60px;
    font-size: 26px;
  }
  .why-choose .single-why h4 {
    font-size: 17px;
  }
}

/*======================================
    Contact Page CSS
========================================*/
.contact-main-section {
  position: relative;
  background-color: #ffffff;
}

.contact-section.section {
  padding-bottom: 0;
}

/* Contact Form Wrapper Style 2 */
.contact-form-wrapper.style-2 {
  background: #fff;
  border-radius: 20px;
  padding: 50px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  border: 1px solid #e5e7eb;
  height: 100%;
}

.contact-form-wrapper.style-2 .form-header {
  margin-bottom: 35px;
}

.contact-form-wrapper.style-2 .form-header h3 {
  font-size: 26px;
  font-weight: 700;
  color: #081828;
  margin-bottom: 10px;
}

.contact-form-wrapper.style-2 .form-header p {
  font-size: 15px;
  color: #6b7280;
  line-height: 24px;
}

/* Form Group Style 2 */
.form-group.style-2 {
  margin-bottom: 25px;
}

.form-group.style-2 label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #374151;
  margin-bottom: 8px;
}

.form-group.style-2 input,
.form-group.style-2 textarea,
.form-group.style-2 select {
  width: 100%;
  padding: 14px 20px;
  border: 2px solid #e5e7eb;
  border-radius: 10px;
  font-size: 15px;
  color: #374151;
  background-color: #f9fafb;
  transition: all 0.3s ease;
  font-family: 'DM Sans', sans-serif;
}

.form-group.style-2 input:focus,
.form-group.style-2 textarea:focus,
.form-group.style-2 select:focus {
  outline: none;
  border-color: #2563eb;
  background-color: #fff;
  box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.1);
}

.form-group.style-2 input::placeholder,
.form-group.style-2 textarea::placeholder {
  color: #9ca3af;
}

.form-group.style-2 select {
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%236B7280' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 15px center;
  padding-right: 45px;
}

.form-action {
  margin-top: 10px;
}

.form-action .btn.primary-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 40px;
  background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
  color: #fff;
  border: none;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(37, 99, 235, 0.3);
}

.form-action .btn.primary-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(37, 99, 235, 0.4);
  background: linear-gradient(135deg, #1d4ed8 0%, #1e40af 100%);
}

.form-action .btn.primary-btn i {
  font-size: 18px;
  transition: transform 0.3s ease;
}

.form-action .btn.primary-btn:hover i {
  transform: translateX(5px);
}

/* Contact Sidebar */
.contact-sidebar {
  position: sticky;
  top: 100px;
}

/* Contact Info Cards */
.contact-info-cards {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 30px;
}

.info-card {
  background: #fff;
  border-radius: 16px;
  padding: 25px;
  display: flex;
  gap: 20px;
  align-items: flex-start;
  border: 2px solid #e5e7eb;
  transition: all 0.3s ease;
}

.info-card:hover {
  border-color: #2563eb;
  box-shadow: 0 8px 25px rgba(37, 99, 235, 0.15);
  transform: translateX(5px);
}

.info-card .info-icon {
  flex-shrink: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
  border-radius: 12px;
  color: #fff;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.info-card .info-content {
  flex: 1;
}

.info-card .info-content h4 {
  font-size: 16px;
  font-weight: 700;
  color: #081828;
  margin-bottom: 8px;
}

.info-card .info-content p {
  font-size: 14px;
  color: #6b7280;
  line-height: 22px;
  margin: 0;
}

.info-card .info-content p a {
  color: #2563eb;
  transition: color 0.3s ease;
}

.info-card .info-content p a:hover {
  color: #1d4ed8;
}

.info-card .info-badge {
  display: inline-block;
  margin-top: 8px;
  padding: 4px 12px;
  background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  border-radius: 20px;
}

.info-card .hours-badge {
  display: inline-block;
  margin-top: 8px;
  padding: 4px 12px;
  background: #fee2e2;
  color: #dc2626;
  font-size: 12px;
  font-weight: 600;
  border-radius: 20px;
}

/* Contact Social */
.contact-social {
  background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
  border-radius: 16px;
  padding: 30px;
  margin-bottom: 25px;
}

.contact-social h4 {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
}

.contact-social .social-icons {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.contact-social .social-icon {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 10px;
  color: #fff;
  font-size: 18px;
  transition: all 0.3s ease;
}

.contact-social .social-icon:hover {
  background: #fff;
  color: #2563eb;
  transform: translateY(-3px);
}

/* Quick Contact CTA */
.quick-contact-cta {
  background: #f4f7fa;
  border-radius: 16px;
  padding: 30px;
  border: 2px dashed #2563eb;
}

.quick-contact-cta .cta-content h4 {
  font-size: 18px;
  font-weight: 700;
  color: #081828;
  margin-bottom: 8px;
}

.quick-contact-cta .cta-content p {
  font-size: 14px;
  color: #6b7280;
  line-height: 22px;
  margin-bottom: 20px;
}

.quick-contact-cta .btn.secondary-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 30px;
  background: #2563eb;
  color: #fff;
  border: none;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.quick-contact-cta .btn.secondary-btn:hover {
  background: #1d4ed8;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(37, 99, 235, 0.3);
}

/* Responsive Styles */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-form-wrapper.style-2 {
    padding: 35px 25px;
  }

  .contact-form-wrapper.style-2 .form-header h3 {
    font-size: 22px;
  }

  .info-card {
    padding: 20px;
  }

  .info-card .info-icon {
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 18px;
  }

  .contact-sidebar {
    position: relative;
    top: 0;
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .contact-form-wrapper.style-2 {
    padding: 30px 20px;
    border-radius: 16px;
  }

  .contact-form-wrapper.style-2 .form-header {
    margin-bottom: 25px;
  }

  .contact-form-wrapper.style-2 .form-header h3 {
    font-size: 22px;
  }

  .contact-form-wrapper.style-2 .form-header p {
    font-size: 14px;
  }

  .form-group.style-2 input,
  .form-group.style-2 textarea,
  .form-group.style-2 select {
    padding: 12px 16px;
    font-size: 14px;
  }

  .form-action .btn.primary-btn {
    width: 100%;
    padding: 14px 30px;
    font-size: 15px;
  }

  .info-card {
    padding: 20px;
    flex-direction: column;
    gap: 15px;
  }

  .info-card .info-icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
  }

  .info-card .info-content h4 {
    font-size: 15px;
  }

  .info-card .info-content p {
    font-size: 13px;
  }

  .contact-social {
    padding: 25px 20px;
  }

  .contact-social h4 {
    font-size: 15px;
  }

  .contact-social .social-icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }

  .quick-contact-cta {
    padding: 25px 20px;
  }

  .quick-contact-cta .cta-content h4 {
    font-size: 16px;
  }

  .quick-contact-cta .btn.secondary-btn {
    width: 100%;
    justify-content: center;
  }

  .contact-sidebar {
    position: relative;
    top: 0;
    margin-top: 30px;
  }
}

/* ===================================
   AI Chat Widget Styles - Modern Design
   =================================== */
#ai-chat-wrapper {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  font-family:
    'Inter',
    -apple-system,
    BlinkMacSystemFont,
    'Segoe UI',
    Roboto,
    sans-serif;
}

/* Chat Bubble Button */
#ai-chat-bubble {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: linear-gradient(135deg, #0070f3 0%, #0051cc 100%);
  color: white;
  border: none;
  cursor: pointer;
  font-size: 26px;
  box-shadow:
    0 4px 20px rgba(0, 112, 243, 0.3),
    0 2px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

#ai-chat-bubble:hover {
  transform: scale(1.08);
  box-shadow:
    0 6px 25px rgba(0, 112, 243, 0.4),
    0 4px 12px rgba(0, 0, 0, 0.15);
}

#ai-chat-bubble:active {
  transform: scale(0.98);
}

/* Pulse animation for the chat bubble */
@keyframes pulse {
  0%,
  100% {
    box-shadow:
      0 4px 20px rgba(0, 112, 243, 0.3),
      0 2px 8px rgba(0, 0, 0, 0.1);
  }
  50% {
    box-shadow:
      0 4px 30px rgba(0, 112, 243, 0.5),
      0 2px 12px rgba(0, 0, 0, 0.15);
  }
}

#ai-chat-bubble {
  animation: pulse 2.5s ease-in-out infinite;
}

#ai-chat-bubble:hover {
  animation: none;
}

/* Chat Window */
#ai-chat-window {
  width: 380px;
  height: 520px;
  background: white;
  border-radius: 16px;
  position: absolute;
  bottom: 85px;
  right: 0;
  display: flex;
  flex-direction: column;
  box-shadow:
    0 20px 60px rgba(0, 0, 0, 0.15),
    0 8px 25px rgba(0, 0, 0, 0.1);
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  transform-origin: bottom right;
  overflow: hidden;
}

.chat-closed {
  opacity: 0;
  transform: scale(0.92) translateY(25px);
  pointer-events: none;
}

/* Modern Header */
#ai-chat-header {
  background: linear-gradient(135deg, #0070f3 0%, #0051cc 100%);
  color: white;
  padding: 18px 20px;
  border-radius: 16px 16px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 1;
}

#ai-chat-header::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  opacity: 0.4;
  pointer-events: none;
}

#ai-chat-header span {
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.3px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 8px;
}

#ai-chat-header span::before {
  content: '🤖';
  font-size: 18px;
}

#ai-chat-header .close-btn {
  background: transparent;
  border: none;
  color: white;
  font-weight: 700;
  font-size: 18px;
  cursor: pointer;
  padding: 8px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  transition: all 0.2s ease;
  position: relative;
  z-index: 2;
  line-height: 1;
}

#ai-chat-header .close-btn:hover {
  background: transparent;
}

#ai-chat-header .close-btn:active {
  transform: scale(0.95);
}

/* Chat Body with Custom Scrollbar */
#ai-chat-body {
  flex: 1;
  overflow-y: auto;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
}

#ai-chat-body::-webkit-scrollbar {
  width: 10px;
}

#ai-chat-body::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}

#ai-chat-body::-webkit-scrollbar-thumb {
  background: rgba(148, 163, 184, 0.8);
  border-radius: 10px;
}

#ai-chat-body::-webkit-scrollbar-thumb:hover {
  background: rgba(100, 116, 139, 1);
}

/* Message Bubbles */
.msg {
  padding: 12px 16px;
  border-radius: 18px;
  font-size: 14px;
  line-height: 1.5;
  max-width: 82%;
  word-wrap: break-word;
  animation: messageSlideIn 0.3s ease-out;
  position: relative;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

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

.msg * {
  margin: 0;
}

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

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

.msg ul,
.msg ol {
  margin: 8px 0;
  padding-left: 20px;
}

.msg code {
  background: rgba(0, 0, 0, 0.1);
  padding: 2px 6px;
  border-radius: 4px;
  font-family: 'Monaco', 'Consolas', monospace;
  font-size: 13px;
}

.msg pre {
  background: rgba(0, 0, 0, 0.05);
  padding: 10px;
  border-radius: 8px;
  overflow-x: auto;
  margin: 8px 0;
}

.msg pre code {
  background: none;
  padding: 0;
}

.user {
  background: linear-gradient(135deg, #0070f3 0%, #0051cc 100%);
  color: white;
  align-self: flex-end;
  border-bottom-right-radius: 4px;
  box-shadow: 0 4px 15px rgba(0, 112, 243, 0.25);
}

.user a {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: underline;
}

.bot {
  background: white;
  color: #1e293b;
  align-self: flex-start;
  border-bottom-left-radius: 4px;
  border: 1px solid #e2e8f0;
}

.bot a {
  color: #0070f3;
  text-decoration: none;
  font-weight: 500;
}

.bot a:hover {
  text-decoration: underline;
}

/* Chat Footer */
#ai-chat-footer {
  padding: 14px;
  border-top: 1px solid #e2e8f0;
  display: flex;
  gap: 10px;
  background: white;
}

#ai-chat-input {
  flex: 1;
  padding: 12px 16px;
  border: 2px solid #e2e8f0;
  border-radius: 12px;
  outline: none;
  font-size: 14px;
  transition: all 0.2s ease;
  background: #f8fafc;
}

#ai-chat-input:focus {
  border-color: #0070f3;
  background: white;
  box-shadow: 0 0 0 3px rgba(0, 112, 243, 0.1);
}

#ai-chat-input::placeholder {
  color: #94a3b8;
}

#ai-send-btn {
  background: linear-gradient(135deg, #0070f3 0%, #0051cc 100%);
  color: white;
  border: none;
  padding: 12px 18px;
  border-radius: 12px;
  cursor: pointer;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.2s ease;
  box-shadow: 0 2px 8px rgba(0, 112, 243, 0.25);
  display: flex;
  align-items: center;
  gap: 6px;
}

#ai-send-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 112, 243, 0.35);
}

#ai-send-btn:active {
  transform: translateY(0);
}

/* Modern Typing Animation */
.typing {
  font-size: 13px;
  color: #64748b;
  display: flex;
  align-items: center;
  gap: 4px;
  font-style: normal;
}

.typing::before {
  content: '';
  display: inline-flex;
  gap: 4px;
  margin-right: 8px;
}

.typing::after {
  content: '';
  display: inline-flex;
  gap: 4px;
}

.typing::before,
.typing::after {
  animation: typingDots 1.4s infinite;
}

@keyframes typingDots {
  0%,
  60%,
  100% {
    content: '⬤';
    opacity: 0.3;
  }
  30% {
    opacity: 1;
  }
}

.typing::before {
  animation-delay: 0s;
}

.typing::after {
  animation-delay: 0.2s;
}

/* Modern Email Gate */
#email-gate {
  padding: 30px 24px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(100% - 62px);
  background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
}

.gate-content {
  width: 100%;
  max-width: 280px;
}

.gate-content::before {
  content: '👋';
  font-size: 48px;
  display: block;
  margin-bottom: 16px;
  animation: wave 2s ease-in-out infinite;
}

@keyframes wave {
  0%,
  100% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(14deg);
  }
  20% {
    transform: rotate(-8deg);
  }
  30% {
    transform: rotate(14deg);
  }
  40% {
    transform: rotate(-4deg);
  }
  50% {
    transform: rotate(10deg);
  }
  60% {
    transform: rotate(0deg);
  }
}

.gate-content p {
  font-size: 15px;
  margin-bottom: 20px;
  color: white;
  line-height: 1.5;
  font-weight: 500;
}

#ai-email-input {
  width: 100%;
  padding: 14px 16px;
  border: 2px solid #e2e8f0;
  border-radius: 12px;
  margin-bottom: 14px;
  font-size: 14px;
  transition: all 0.2s ease;
  background: white;
  box-sizing: border-box;
}

#ai-email-input:focus {
  outline: none;
  border-color: #0070f3;
  box-shadow: 0 0 0 3px rgba(0, 112, 243, 0.1);
}

#ai-email-input::placeholder {
  color: #94a3b8;
}

#ai-start-btn {
  width: 100%;
  background: linear-gradient(135deg, #0070f3 0%, #0051cc 100%);
  color: white;
  border: none;
  padding: 14px;
  border-radius: 12px;
  cursor: pointer;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.2s ease;
  box-shadow: 0 4px 15px rgba(0, 112, 243, 0.25);
}

#ai-start-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 112, 243, 0.35);
}

#ai-start-btn:active {
  transform: translateY(0);
}

/* Chat controls container */
#chat-controls {
  flex: 1;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

/* ===================================
   Responsive Design for All Screen Sizes
   =================================== */

/* Large tablets and small desktops (768px - 1024px) */
@media (max-width: 1024px) {
  #ai-chat-wrapper {
    bottom: 15px;
    right: 15px;
  }

  #ai-chat-window {
    width: 360px;
    height: 500px;
    bottom: 80px;
  }
}

/* Tablets (480px - 768px) */
@media (max-width: 768px) {
  #ai-chat-wrapper {
    bottom: 15px;
    right: 15px;
  }

  #ai-chat-bubble {
    width: 58px;
    height: 58px;
    font-size: 24px;
  }

  #ai-chat-window {
    width: 340px;
    height: 480px;
    bottom: 75px;
    right: 0;
  }

  #ai-chat-header {
    padding: 16px 18px;
  }

  #ai-chat-header span {
    font-size: 14px;
  }

  #ai-chat-body {
    padding: 16px;
    gap: 12px;
  }

  .msg {
    max-width: 84%;
    font-size: 14px;
  }

  #email-gate {
    padding: 24px 20px;
  }

  .gate-content {
    max-width: 260px;
  }

  .gate-content p {
    font-size: 14px;
  }
}

/* Mobile devices (< 480px) */
@media (max-width: 480px) {
  #ai-chat-wrapper {
    bottom: 0;
    right: 0;
    left: 0;
    padding: 0;
  }

  #ai-chat-bubble {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 56px;
    height: 56px;
    font-size: 22px;
    box-shadow:
      0 4px 18px rgba(0, 112, 243, 0.35),
      0 2px 8px rgba(0, 0, 0, 0.15);
    z-index: 10000;
    transition:
      opacity 0.3s ease,
      transform 0.3s ease;
  }

  /* Hide bubble when chat is open on mobile */
  #ai-chat-wrapper.chat-open #ai-chat-bubble {
    opacity: 0;
    pointer-events: none;
    transform: scale(0.8);
  }

  #ai-chat-window {
    position: fixed;
    width: 100%;
    height: 100%;
    max-height: 100vh;
    max-width: 100vw;
    bottom: 0;
    right: 0;
    left: 0;
    border-radius: 0;
    transform-origin: bottom center;
  }

  .chat-closed {
    transform: translateY(100%);
  }

  #ai-chat-header {
    border-radius: 0;
    padding: 16px 20px;
  }

  #ai-chat-header .close-btn {
    width: 36px;
    height: 36px;
    font-size: 20px;
  }

  #ai-chat-body {
    padding: 16px;
    gap: 12px;
  }

  .msg {
    max-width: 85%;
    font-size: 14px;
    padding: 11px 14px;
  }

  #ai-chat-footer {
    padding: 12px;
    gap: 8px;
  }

  #ai-chat-input {
    padding: 12px 14px;
    font-size: 15px;
  }

  #ai-send-btn {
    padding: 12px 16px;
    font-size: 14px;
  }

  #email-gate {
    padding: 20px;
    height: calc(100% - 58px);
  }

  .gate-content {
    max-width: 100%;
  }

  .gate-content::before {
    font-size: 42px;
    margin-bottom: 12px;
  }

  .gate-content p {
    font-size: 14px;
    margin-bottom: 18px;
  }

  #ai-email-input,
  #ai-start-btn {
    padding: 14px;
    font-size: 15px;
  }
}

/* Very small mobile devices (< 360px) */
@media (max-width: 360px) {
  #ai-chat-header span {
    font-size: 13px;
  }

  .msg {
    font-size: 13px;
    max-width: 88%;
  }

  #ai-chat-input,
  #ai-send-btn {
    font-size: 14px;
  }
}

/* Dark mode support (optional) */
@media (prefers-color-scheme: dark) {
  #ai-chat-window {
    background: #1e293b;
  }

  #ai-chat-body {
    background: linear-gradient(180deg, #0f172a 0%, #1e293b 100%);
  }

  .bot {
    background: #334155;
    color: #f1f5f9;
    border-color: #475569;
  }

  #ai-chat-footer {
    background: #1e293b;
    border-color: #334155;
  }

  #ai-chat-input {
    background: #0f172a;
    border-color: #334155;
    color: #f1f5f9;
  }

  #ai-chat-input:focus {
    background: #1e293b;
  }

  #email-gate {
    background: linear-gradient(180deg, #0f172a 0%, #1e293b 100%);
  }

  .gate-content p {
    color: #94a3b8;
  }

  #ai-email-input {
    background: #0f172a;
    border-color: #334155;
    color: #f1f5f9;
  }

  #ai-email-input:focus {
    background: #1e293b;
  }
}
