@charset "UTF-8";

html {
  font-size: 100%;
  scroll-behavior: smooth;
}

body {
  background-color: white;
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
  color: #3d3d3d;
  overflow-x: hidden;
}
@media only screen and (max-width: 991px) {
  body {
    font-size: 14px;
  }
}

a {
  display: inline-block;
}

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

blockquote {
  margin: 0 0 1.3em;
}

p {
  margin-bottom: 15px;
  line-height: 1.7em;
}
p:last-child {
  margin-bottom: 0px;
}
@media only screen and (max-width: 1199px) {
  p {
    line-height: 1.7em;
  }
}

img {
  max-width: 100%;
  height: auto;
}

button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus,
input:focus,
textarea:focus {
  outline: none;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
  border: none;
  cursor: pointer;
}

input, textarea {
  padding: 12px 25px;
  width: 100%;
}

span {
  display: inline-block;
}

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

blockquote {
  background-color: rgba(220, 187, 135, 0.2);
  padding: 40px;
  border-radius: 5px;
  position: relative;
  margin-top: 30px;
}
@media only screen and (max-width: 991px) {
  blockquote {
    padding: 20px;
  }
}
blockquote .quote-content-area {
  width: calc(100% - 50px);
  padding-left: 40px;
}
@media only screen and (max-width: 991px) {
  blockquote .quote-content-area {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }
}
blockquote .quote-content-area span {
  position: relative;
  font-size: 16px;
  font-weight: 700;
  padding-left: 70px;
}
blockquote .quote-content-area span::before {
  position: absolute;
  content: '';
  top: 10px;
  left: 0;
  width: 60px;
  height: 1px;
  background-color: #3d3d3d;
}
@media only screen and (max-width: 991px) {
  blockquote .quote-content-area span {
    font-size: 14px;
  }
}
blockquote .quote-content {
  font-size: 20px !important;
  color: #19232d;
  font-family: "Playfair Display", sans-serif;
  font-weight: 700;
}
@media only screen and (max-width: 991px) {
  blockquote .quote-content {
    font-size: 16px !important;
  }
}
blockquote .quote-icon {
  font-size: 30px;
  color: #eb7e00;
}
@media only screen and (max-width: 991px) {
  blockquote .quote-icon {
    font-size: 24px;
  }
}

/*-------------------------------------------------
    [ ## padding ]
*/
.pt-10 {
  padding-top: 10px;
}

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

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

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

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

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

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

.pt-100 {
  padding-top: 100px;
}
@media only screen and (max-width: 991px) {
  .pt-100 {
    padding-top: 80px;
  }
}

.pt-120 {
  padding-top: 120px;
}
@media only screen and (max-width: 991px) {
  .pt-120 {
    padding-top: 80px;
  }
}

.pt-150 {
  padding-top: 150px;
}
@media only screen and (max-width: 991px) {
  .pt-150 {
    padding-top: 100px;
  }
}

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

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

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

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

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

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

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

.pb-100 {
  padding-bottom: 100px;
}
@media only screen and (max-width: 991px) {
  .pb-100 {
    padding-bottom: 80px;
  }
}

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

.pb-150 {
  padding-bottom: 150px;
}
@media only screen and (max-width: 991px) {
  .pb-150 {
    padding-bottom: 100px;
  }
}

.ptb-10 {
  padding: 10px 0;
}

.ptb-20 {
  padding: 20px 0;
}

.ptb-30 {
  padding: 30px 0;
}

.ptb-40 {
  padding: 40px 0;
}

.ptb-50 {
  padding: 50px 0;
}

.ptb-60 {
  padding: 60px 0;
}

.ptb-80 {
  padding: 80px 0;
}

.ptb-100 {
  padding: 100px 0;
}
@media only screen and (max-width: 991px) {
  .ptb-100 {
    padding: 80px 0;
  }
}

.ptb-120 {
  padding: 120px 0;
}
@media only screen and (max-width: 991px) {
  .ptb-120 {
    padding: 80px 0;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mb-80 {
  margin-bottom: 80px;
}
@media only screen and (max-width: 575px) {
  .mb-80 {
    margin-bottom: 40px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mb-80-none {
  margin-bottom: -80px;
}
@media only screen and (max-width: 575px) {
  .mb-80-none {
    margin-bottom: -40px;
  }
}

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

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

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

/*-------------------------------------------------
    [ ## color ]
*/
.bg--primary {
  background-color: #eb7e00 !important;
}

.bg--secondary {
  background-color: #dc2626;
}

.bg--success {
  background-color: #28c76f;
}

.bg--danger {
  background-color: #ea5455;
}

.bg--warning {
  background-color: #ff9f43;
}

.bg--info {
  background-color: #1e9ff2;
}

.bg--dark {
  background-color: #10163A;
}

.bg--base {
  background-color: #eb7e00 !important;
}

.text--primary {
  color: #eb7e00;
}

.text--secondary {
  color: #dc2626;
}

.text--success {
  color: #28c76f;
}

.text--danger {
  color: #ea5455;
}

.text--warning {
  color: #ff9f43;
}

.text--info {
  color: #1e9ff2;
}

.text--dark {
  color: #10163A;
}

.text--base {
  color: #eb7e00 !important;
}

.border--primary {
  border: #eb7e00;
}

.border--secondary {
  border: 1px solid #dc2626;
}

.border--success {
  border: 1px solid #28c76f;
}

.border--danger {
  border: 1px solid #ea5455;
}

.border--warning {
  border: 1px solid #ff9f43;
}

.border--info {
  border: 1px solid #1e9ff2;
}

.border--dark {
  border: 1px solid #10163A;
}

.border--base {
  border: 1px solid #e5e5e5 !important;
}

.section--bg {
  background-color: #19232d !important;
}

.bg--gray {
  background-color: #f5f3f1;
}

.border--rounded {
  border-radius: 3px !important;
}

.border--capsule {
  border-radius: 100px;
}

.box-shadow {
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
}

.dark {
  background-color: #19232D;
}

/*-------------------------------------------------
    [ ## scrollbar ]
*/
*::-webkit-scrollbar-track {
  -webkit-box-shadow: inset -5px -5px 8px -1px rgba(255, 255, 255, 0.7), 5px 5px 8px -1px rgba(0, 0, 0, 0.065);
  box-shadow: inset -5px -5px 8px -1px rgba(255, 255, 255, 0.7), 5px 5px 8px -1px rgba(0, 0, 0, 0.065);
  background-color: #f5f3f1;
}

*::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f3f1;
}

*::-webkit-scrollbar-button {
  background-color: #eb7e00;
}

*::-webkit-scrollbar-thumb {
  background-color: #eb7e00;
}

/*-------------------------------------------------
    [ ## scrollToTop ]
*/
.scrollToTop {
  position: fixed;
  bottom: 0;
  right: 30px;
  padding: 10px 6px;
  background: #eb7e00;
  font-weight: 800;
  color: white;
  font-size: 12px;
  text-align: center;
  border-radius: 25px;
  z-index: 99;
  cursor: pointer;
  transition: all 1s;
  transform: translateY(100%);
}
.scrollToTop i {
  -webkit-animation: scroll-down 2s infinite;
  -moz-animation: scroll-down 2s infinite;
  -o-animation: scroll-down 2s infinite;
  animation: scroll-down 2s infinite;
  font-size: 15px;
  margin-bottom: 10px;
}
.scrollToTop span {
  display: block;
}

.scrollToTop.active {
  bottom: 30px;
  transform: translateY(0%);
}
@media only screen and (max-width: 1270px) {
  .scrollToTop.active {
    bottom: 80px;
  }
}

.scrollToTop:hover, .scrollToTop:focus {
  color: white;
}

/*-------------------------------------------------
    [ ## call-widget ]
*/
.call-widget-wrapper {
  position: fixed;
  z-index: 99;
  top: 50%;
  transform: translateY(-50%) translateX(900px);
  right: 0;
  width: 900px;
  margin-right: 0;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
  padding: 50px 30px;
  transition: all 0.5s;
  background-color: #1F2E3C;
}
.call-widget-wrapper.open {
  transform: translateY(-50%) translateX(0);
}
.call-widget-wrapper.open .call-widget-btn {
  background-color: #19232d;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: white;
}
.call-widget-wrapper.open .call-widget-btn .arrow::after {
  border-top: none;
  border-left: none;
  border-bottom: 3px solid #19232d;
  border-right: 3px solid #19232d;
  margin-top: -10px;
}
.call-widget-wrapper .call-widget-btn {
  position: absolute;
  top: 42%;
  left: -142px;
  background-color: #FFF8EE;
  transform: rotate(-90deg);
  color: #19232d;
  font-weight: 700;
  border-radius: 5px 5px 0 0;
  display: flex;
  align-items: center;
  padding: 0;
  overflow: hidden;
  height: 40px;
  transition: all 0.5s;
}
.call-widget-wrapper .call-widget-btn .num {
  padding: 10px 27px;
  font-size: 15px;
  display: flex;
  align-items: center;
}
.call-widget-wrapper .call-widget-btn i {
  color: #eb7e00;
  font-size: 18px;
  margin-right: 8px;
}
.call-widget-wrapper .call-widget-btn .arrow {
  width: 50px;
  height: 100%;
  background-color: #eb7e00;
  position: relative;
}
.call-widget-wrapper .call-widget-btn .arrow::after {
  border-top: 3px solid #19232d;
  border-left: 3px solid #19232d;
  content: '';
  display: block;
  height: 14px;
  margin-top: -3px;
  pointer-events: none;
  position: absolute;
  right: 18px;
  top: 50%;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 14px;
}
@media only screen and (max-width: 1199px) {
  .call-widget-wrapper {
    display: none;
  }
}

.call-widget-form-area .book-form .book-select::after {
  color: #19232d;
}
.call-widget-form-area .book-form label {
  color: white;
}
.call-widget-form-area .book-form .form--control {
  color: #19232d;
  font-weight: 600;
  font-size: 13px;
}
.call-widget-form-area .book-form button, .call-widget-form-area .book-form input[type="button"], .call-widget-form-area .book-form input[type="reset"], .call-widget-form-area .book-form input[type="submit"] {
  border-radius: 5px;
  margin-top: 0;
}
.call-widget-form-area .book-quantity .book-plus-minus .book-plus-minus-box {
  color: white;
}

/*-------------------------------------------------
    [ ## Table ]
*/
.table-bordered {
  border: 2px solid #e5e5e5;
}

.table-responsive > .table-bordered {
  border: 2px solid #e5e5e5;
}

.custom-table {
  width: 100%;
  border-radius: 10px;
}
.custom-table thead tr {
  background: #eb7e00;
}
.custom-table thead tr th {
  border: none;
  font-weight: 800;
  text-align: left;
  color: #19232d;
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  padding: 15px 30px;
  border-right: 2px solid #e5e5e5;
}
@media only screen and (max-width: 991px) {
  .custom-table thead tr th {
    font-size: 14px;
  }
}
.custom-table tbody tr {
  background: #FCFCFC;
  border-bottom: 2px solid #e5e5e5;
}
.custom-table tbody tr td {
  border: none;
  font-weight: 700;
  text-align: left;
  color: #3d3d3d;
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  padding: 15px 30px;
  border-right: 2px solid #e5e5e5;
}
@media only screen and (max-width: 991px) {
  .custom-table tbody tr td {
    font-size: 14px;
  }
}

/*-------------------------------------------------
    [ ## slider ]
*/
.swiper-notification {
  display: none;
}

.swiper-pagination {
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
.swiper-pagination .swiper-pagination-bullet {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  border: 1px solid #19232d;
  background-color: transparent;
  opacity: 1;
}
.swiper-pagination .swiper-pagination-bullet-active {
  border: none;
  background-color: #eb7e00;
  position: relative;
}
.swiper-pagination .swiper-pagination-bullet-active::before {
  position: absolute;
  content: '';
  top: -3px;
  left: -3px;
  bottom: -3px;
  right: -3px;
  border: 1px solid #eb7e00;
  border-radius: 50%;
}

.dark .swiper-pagination .swiper-pagination-bullet {
  border: 1px solid white;
}
.dark .swiper-pagination .swiper-pagination-bullet-active {
  border: 1px solid #eb7e00;
}
.dark .swiper-pagination .swiper-pagination-bullet-active::before {
  border: 1px solid #eb7e00;
}

.slider-next, .slider-prev {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  background-color: transparent;
  border: 1px solid #eb7e00;
  border-radius: 50%;
  color: #eb7e00;
  display: inline-block;
  text-align: center;
  position: relative;
  cursor: pointer;
  transition: all 0.3s;
}
.slider-next:hover, .slider-prev:hover {
  background-color: #eb7e00;
  color: white;
}

.slider-next {
  margin-left: 10px;
}

/*-------------------------------------------------
    [ ## pagination ]
*/
.pagination {
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
}
.pagination .page-item {
  text-align: center;
  padding: 8px;
}
.pagination .page-item a, .pagination .page-item span {
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #e5e5e5;
  color: #3d3d3d;
  padding: 0;
  font-weight: 700;
  line-height: 40px;
  display: block;
  margin: 0;
}
.pagination .page-item.next a {
  background: transparent;
  border: none;
  color: #3d3d3d;
  margin-left: 5px;
}
.pagination .page-item.prev a {
  background: transparent;
  border: none;
  color: #3d3d3d;
  margin-left: 5px;
}
.pagination .page-item.disabled span {
  background: transparent;
  border: none;
  color: #3d3d3d;
  margin-right: 5px;
}
.pagination .page-item .page-link {
  transition: all 0.3s;
}
.pagination .page-item.active .page-link, .pagination .page-item:hover .page-link {
  background-color: #eb7e00;
  border-color: transparent;
  color: #19232d;
}
.pagination .page-item.active.next a, .pagination .page-item:hover.next a {
  background-color: transparent;
  color: #3d3d3d;
}
.pagination .page-item.active.prev a, .pagination .page-item:hover.prev a {
  background-color: transparent;
  color: #3d3d3d;
}
.pagination .page-item.active.disabled span, .pagination .page-item:hover.disabled span {
  background-color: transparent;
  color: #3d3d3d;
}
.pagination .page-item.active.tags a, .pagination .page-item:hover.tags a {
  background-color: transparent;
  color: #eb7e00;
}

/*-------------------------------------------------
    [ ## tab ]
*/
.nav-tabs {
  margin: 0;
  border: 0;
}
.nav-tabs .nav-link {
  padding: 8px 20px;
  border: none;
  font-weight: 600;
  font-size: 14px;
  background-color: white;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  font-family: "Playfair Display", sans-serif;
  transition: all 0.3s;
}
.nav-tabs .nav-link:hover {
  background-color: #eb7e00;
  border: 1px solid #eb7e00;
  color: white;
}
.nav-tabs .nav-link.active {
  background-color: #eb7e00;
  border: 1px solid #eb7e00;
  color: white;
}
.nav-tabs .nav-link:not(:last-child) {
  margin-right: 10px;
}
@media only screen and (max-width: 1199px) {
  .nav-tabs .nav-link:not(:last-child) {
    margin-right: 5px;
  }
}

/*-------------------------------------------------
    [ ## card ]
*/
.custom--card {
  border: none;
  background: white;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
}
.custom--card .card-header {
  background: #eb7e00;
  padding: .8rem 1.6rem;
  border: none;
}
.custom--card .card-header .card-title {
  color: white;
  font-size: 14px;
  margin-bottom: 0;
  font-weight: 700;
}
.custom--card .card-header .card-title i {
  margin-right: 5px;
}
.custom--card .card-header .card-btn a {
  font-size: 12px;
  padding: 5px 15px;
  font-weight: 600;
}
.custom--card .card-header .card-btn a i {
  margin-right: 5px;
}
.custom--card .card-body {
  padding: 20px 30px;
}
@media only screen and (max-width: 991px) {
  .custom--card .card-body {
    padding: 20px;
  }
}
.custom--card .card-body p {
  font-size: 13px;
  font-family: "Playfair Display", sans-serif;
}
.custom--card .card-body .card-form-wrapper .form--control {
  font-size: 12px;
  border: 1px solid #e5e5e5;
  background: white;
  font-size: 13px;
  height: 40px;
  color: #3d3d3d;
  font-weight: 600;
}
.custom--card .card-body .card-form-wrapper .form--control::placeholder {
  color: #3d3d3d;
}
.custom--card .card-body .card-form-wrapper label {
  font-weight: 700;
  margin-bottom: 5px;
}
.custom--card .card-body .card-form-wrapper textarea {
  height: auto;
  min-height: 120px;
  color: #3d3d3d;
}
.custom--card .card-body .card-form-wrapper .submit-btn {
  margin-top: 10px;
  padding: 12px 30px;
}

.modal-content {
  border: 2px solid #eb7e00;
}
.modal-content .close {
  border-radius: 3px;
}

/*-------------------------------------------------
    [ ## Heading ]
*/
h1, h2, h3, h4, h5, h6 {
  clear: both;
  line-height: 1.3em;
  color: #19232d;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  font-family: "Playfair Display", sans-serif;
}

h1 {
  font-size: 65px;
  font-weight: 600;
}
@media only screen and (max-width: 991px) {
  h1 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 575px) {
  h1 {
    font-size: 35px;
  }
}

h2 {
  font-size: 40px;
  font-weight: 600;
}
@media only screen and (max-width: 991px) {
  h2 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 575px) {
  h2 {
    font-size: 22px;
  }
}

h3 {
  font-size: 24px;
  font-weight: 600;
}
@media only screen and (max-width: 991px) {
  h3 {
    font-size: 18px;
  }
}

h4 {
  font-size: 18px;
  font-weight: 600;
}
@media only screen and (max-width: 991px) {
  h4 {
    font-size: 16px;
  }
}

h5 {
  font-size: 16px;
  font-weight: 600;
}
@media only screen and (max-width: 991px) {
  h5 {
    font-size: 14px;
  }
}

h6 {
  font-size: 14px;
  font-weight: 600;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
  color: inherit;
  text-decoration: none;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover {
  color: inherit;
  text-decoration: none;
}

.section-header-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 50px;
}
.section-header-wrapper .section-header {
  margin-bottom: 0;
}

.section-header {
  margin-bottom: 50px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .section-header {
    margin-bottom: 30px;
  }
}
.section-header.white .section-title {
  color: white;
}
.section-header.white p {
  color: white;
}
.section-header.left {
  margin-bottom: 30px;
}
.section-header .sub-title {
  color: #19232d;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 20px;
  font-family: "Mulish", sans-serif;
  margin-top: -4px;
}
@media only screen and (max-width: 991px) {
  .section-header .sub-title {
    font-size: 13px;
  }
}
.section-header .sub-title span {
  color: #eb7e00;
}
.section-header .section-title {
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.section-header .section-title span {
  color: #eb7e00;
}
.section-header p {
  margin-top: 10px;
}

.section-header--style .sub-title .left-icon {
  margin-right: 10px;
}
@media only screen and (max-width: 991px) {
  .section-header--style .sub-title .left-icon {
    margin-right: 5px;
    font-size: 12px;
  }
}
.section-header--style .sub-title .right-icon {
  margin-left: 10px;
}
@media only screen and (max-width: 991px) {
  .section-header--style .sub-title .right-icon {
    margin-left: 5px;
    font-size: 12px;
  }
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ## Buttons ]
*/
input[type="submit"]:hover {
  color: white;
}

button, input[type="button"], input[type="reset"], input[type="submit"],
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
  outline: none;
}

button::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.btn {
  -webkit-transition: all 0.3s ease 0.02s;
  transition: all 0.3s ease 0.02s;
}

.btn:active,
.btn:focus {
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.125) inset;
}

.btn {
  border: 0px solid;
  border-radius: 0px;
  font-weight: 500;
  font-size: 16px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media only screen and (max-width: 767px) {
  .btn {
    font-size: 14px;
  }
}

.btn-rounded {
  border-radius: 3px;
}

.btn-capsule {
  border-radius: 100px;
}

/*-------------------------------------------------
    [ ## custom btn ]
*/
.btn--primary {
  background-color: #eb7e00;
}

.btn--secondary {
  background-color: #dc2626;
}

.btn--success {
  background-color: #28c76f;
}

.btn--danger {
  background-color: #ea5455;
}

.btn--warning {
  background-color: #ff9f43;
}

.btn--info {
  background-color: #1e9ff2;
}

.btn--dark {
  background-color: #10163A;
}

.badge--primary {
  background-color: #eb7e00;
}

.badge--secondary {
  background-color: #dc2626;
}

.badge--success {
  background-color: #28c76f;
}

.badge--danger {
  background-color: #ea5455;
}

.badge--warning {
  background-color: #ff9f43;
}

.badge--info {
  background-color: #1e9ff2;
}

.badge--dark {
  background-color: #10163A;
}

.border--primary {
  border: 1px solid #eb7e00;
}

.border--secondary {
  border: 1px solid #868e96;
}

.border--success {
  border: 1px solid #28c76f;
}

.border--danger {
  border: 1px solid #ea5455;
}

.border--warning {
  border: 1px solid #ff9f43;
}

.border--info {
  border: 1px solid #1e9ff2;
}

.border--dark {
  border: 1px solid #10163A;
}

.badge {
  font-weight: 600;
  border-radius: 999px;
  padding: 5px 20px 7px 20px;
  font-size: 11px;
}

.btn--base {
  position: relative;
  background: #eb7e00;
  border: 1px solid #eb7e00;
  color: #19232d;
  padding: 12px 25px;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 800;
  text-align: center;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.btn--base.active {
  background: transparent;
  border: 1px solid transparent;
  color: #eb7e00;
}
.btn--base.active:hover {
  color: #19232d;
  background: #eb7e00;
}
.btn--base:focus, .btn--base:hover {
  color: #eb7e00;
  background-color: transparent;
}
@media only screen and (max-width: 991px) {
  .btn--base {
    padding: 10px 18px;
    font-size: 13px;
  }
}

.custom-btn {
  color: #eb7e00 !important;
  font-weight: 700;
}

/*-------------------------------------------------
    [ ## Fields ]
*/
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus {
  outline: none;
}

input, textarea {
  padding: 12px 20px;
}
input::placeholder, textarea::placeholder {
  color: #19232d;
}

textarea {
  display: block;
  width: 100%;
  display: block;
  min-height: 180px;
}

input,
select,
textarea {
  border: 1px solid #e5e5e5;
  vertical-align: baseline;
  font-size: 100%;
  color: #19232d;
}

label {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 10px;
  font-family: "Playfair Display", sans-serif;
  display: block;
}

/*-------------------------------------------------
    [ ## Forms ]
*/
input[type=number] {
  -moz-appearance: textfield;
}

select {
  outline: none;
  cursor: pointer;
}

option {
  color: #19232d;
}

.nice-select .list {
  background-color: white;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
  min-height: 50px;
  max-height: 200px;
}

.nice-select::after {
  height: 8px;
  width: 8px;
  border-bottom: 2px solid white;
  border-right: 2px solid white;
}

.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}

.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
  width: unset;
  min-height: 50px;
  max-height: 200px;
  overflow-y: scroll;
  width: 100%;
}

.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  background-color: #eb7e00;
}

.nice-select.open .nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}

.nice-select .option {
  cursor: pointer;
  font-weight: 700;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  color: #19232d;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  font-size: 14px;
}

.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}

.nice-select .option.disabled:after {
  border-color: #cccccc;
}

.nice-select .option:hover {
  background-color: #eb7e00;
  color: #19232d;
}

.nice-select .current {
  display: block;
  color: white;
}

.input-group {
  margin-bottom: 15px;
  flex-wrap: nowrap;
}
.input-group input {
  border-radius: 5px 0 0 5px;
  border: 1px solid rgba(107, 124, 147, 0.15);
  color: #6b7c93;
  height: 45px;
}

.form-control:disabled, .form-control[readonly] {
  background-color: rgba(220, 187, 135, 0.2);
}

.input-group-append, .input-group-prepend {
  display: -ms-flexbox;
  display: flex;
}

.input-group-append input {
  border-radius: 5px 0 0 5px;
  border: 1px solid #e5e5e5;
  border-right: none;
  background-color: white;
}

.input-group-text {
  border: none;
  font-size: 14px;
  background: #EFF0F0;
  color: #19232d;
  height: 45px;
  border-radius: 0 5px 5px 0;
  font-weight: 500;
}

.custom-check-group {
  display: block;
  margin-bottom: 12px;
}
.custom-check-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.custom-check-group input:checked + label::before {
  background-color: #eb7e00;
  border: 1px solid #eb7e00;
}
.custom-check-group input:checked + label::after {
  content: '';
  display: block;
  position: absolute;
  top: 3px;
  left: 7px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.custom-check-group label {
  position: relative;
  cursor: pointer;
}
.custom-check-group label::before {
  content: '';
  -webkit-appearance: none;
  background: white;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  padding: 8px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 8px;
  top: -2px;
}

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

.form-control {
  border: 1px solid #e5e5e5;
  font-size: 14px;
  height: 50px;
}
.form-control:focus {
  box-shadow: none;
  border: 1px solid #e5e5e5;
}

.form--control {
  background-color: transparent;
  border: 1px solid #e5e5e5;
  box-shadow: none;
  height: 45px;
  color: #19232d;
  border-radius: 5px;
  font-size: 15px;
  font-family: "Playfair Display", sans-serif;
  font-weight: 600;
  padding: 10px 15px;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .form--control {
    font-size: 14px;
  }
}
.form--control:focus {
  background-color: transparent;
  border: 1px solid #e5e5e5;
  box-shadow: none;
  color: #19232d;
}
.form--control::placeholder {
  color: #19232d;
}

.radio-item [type="radio"]:checked {
  position: absolute;
  left: -9999px;
}

.radio-item [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.radio-item [type="radio"]:checked + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #19232d;
  margin: 0;
}

.radio-item [type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #19232d;
  margin: 0;
}

.radio-item [type="radio"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #e5e5e5;
  border-radius: 100%;
  background: white;
}

.radio-item [type="radio"]:checked + label:after {
  content: '';
  width: 12px;
  height: 12px;
  background: #eb7e00;
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.radio-item [type="radio"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #e5e5e5;
  border-radius: 100%;
  background: white;
}

.radio-item [type="radio"]:not(:checked) + label:after {
  content: '';
  width: 12px;
  height: 12px;
  background: #eb7e00;
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.radio-item [type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.select2-container {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
}

.selection {
  width: 100%;
}

.select2-selection--single {
  width: 100%;
  height: 45px !important;
  outline: none;
  background: transparent !important;
  font-size: 15px;
  box-shadow: none;
  padding: 10px 10px;
  border-radius: 5px;
  vertical-align: top;
  display: inline-block;
  border: 1px solid #e5e5e5 !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.select2-selection--single span {
  margin: 0;
  width: 100%;
  color: #3d3d3d;
  line-height: initial;
  font-weight: 600;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: auto;
  position: absolute;
  top: 22px;
  right: 7px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #3d3d3d transparent transparent transparent;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #3d3d3d transparent;
}

.submit-btn {
  padding: 12px 20px;
  color: white;
  background: #19232d;
  font-weight: 600;
  font-size: 14px;
  border-radius: 5px;
  font-family: "Playfair Display", sans-serif;
}
@media only screen and (max-width: 991px) {
  .submit-btn {
    padding: 10px 20px;
  }
}

/*-------------------------------------------------
    [ ## Overlay Element ]
*/
.bg_img {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

.bg-fixed {
  background-attachment: fixed;
}

.bg-overlay-base {
  position: relative;
}

.bg-overlay-base:after {
  content: "";
  position: absolute;
  background-image: linear-gradient(-272deg, #19232d 15%, rgba(25, 25, 25, 0) 100%);
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.bg-overlay-base > div {
  position: relative;
  z-index: 2;
}

.dark .bg-overlay-base:after {
  background-image: linear-gradient(-272deg, #1f2e3c 15%, rgba(25, 25, 25, 0) 100%);
}

.bg-overlay-black {
  position: relative;
}

.bg-overlay-black:after {
  content: "";
  position: absolute;
  background-color: #19232d;
  opacity: .9;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.bg-overlay-black > div {
  position: relative;
  z-index: 2;
}

.bg-overlay-white {
  position: relative;
}

.bg-overlay-white:after {
  content: "";
  position: absolute;
  background-color: white;
  opacity: .5;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.bg-overlay-white > div {
  position: relative;
  z-index: 2;
}

@keyframes scroll-down {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(0px);
  }
}
@keyframes scroll-ver {
  0% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(10px);
  }

  100% {
    transform: translateX(0px);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0);
  }

  50% {
    transform: rotate(360deg);
  }

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

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

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

  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes scale {
  0% {
    left: -800px;
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes slideUp {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 0% -1000%;
  }
}
@keyframes slideUp {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 0% -1000%;
  }
}
@keyframes inner-ripple {
  0% {
    transform: scale(1);
    filter: alpha(opacity=1);
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }

  30% {
    transform: scale(1);
    filter: alpha(opacity=1);
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }

  100% {
    transform: scale(1.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
  }
}
@-webkit-keyframes inner-ripple {
  0% {
    transform: scale(1);
    filter: alpha(opacity=1);
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }

  30% {
    transform: scale(1);
    filter: alpha(opacity=1);
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }

  100% {
    transform: scale(1.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
  }
}
@-moz-keyframes inner-ripple {
  0% {
    transform: scale(1);
    filter: alpha(opacity=1);
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }

  30% {
    transform: scale(1);
    filter: alpha(opacity=1);
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }

  100% {
    transform: scale(1.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
  }
}
@keyframes outer-ripple {
  0% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-filter: alpha(opacity=50);
  }

  80% {
    transform: scale(1.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
  }

  100% {
    transform: scale(2.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(2.5);
    -moz-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -o-transform: scale(2.5);
  }
}
@-webkit-keyframes outer-ripple {
  0% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }

  80% {
    transform: scale(2.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(2.5);
    -moz-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -o-transform: scale(2.5);
  }

  100% {
    transform: scale(3.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(3.5);
    -moz-transform: scale(3.5);
    -ms-transform: scale(3.5);
    -o-transform: scale(3.5);
  }
}
@-moz-keyframes outer-ripple {
  0% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }

  80% {
    transform: scale(2.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(2.5);
    -moz-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -o-transform: scale(2.5);
  }

  100% {
    transform: scale(3.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(3.5);
    -moz-transform: scale(3.5);
    -ms-transform: scale(3.5);
    -o-transform: scale(3.5);
  }
}
@-webkit-keyframes ImgAnimate {
  0% {
    -webkit-transform: rotate(0) translate(-10px) rotate(0);
    -moz-transform: rotate(0) translate(-10px) rotate(0);
    -ms-transform: rotate(0) translate(-10px) rotate(0);
    -o-transform: rotate(0) translate(-10px) rotate(0);
    transform: rotate(0) translate(-10px) rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg) translate(-10px) rotate(-360deg);
    -moz-transform: rotate(360deg) translate(-10px) rotate(-360deg);
    -ms-transform: rotate(360deg) translate(-10px) rotate(-360deg);
    -o-transform: rotate(360deg) translate(-10px) rotate(-360deg);
    transform: rotate(360deg) translate(-10px) rotate(-360deg);
  }
}
@-moz-keyframes ImgAnimate {
  0% {
    -webkit-transform: rotate(0) translate(-10px) rotate(0);
    -moz-transform: rotate(0) translate(-10px) rotate(0);
    -ms-transform: rotate(0) translate(-10px) rotate(0);
    -o-transform: rotate(0) translate(-10px) rotate(0);
    transform: rotate(0) translate(-10px) rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg) translate(-10px) rotate(-360deg);
    -moz-transform: rotate(360deg) translate(-10px) rotate(-360deg);
    -ms-transform: rotate(360deg) translate(-10px) rotate(-360deg);
    -o-transform: rotate(360deg) translate(-10px) rotate(-360deg);
    transform: rotate(360deg) translate(-10px) rotate(-360deg);
  }
}
@-ms-keyframes ImgAnimate {
  0% {
    -webkit-transform: rotate(0) translate(-10px) rotate(0);
    -moz-transform: rotate(0) translate(-10px) rotate(0);
    -ms-transform: rotate(0) translate(-10px) rotate(0);
    -o-transform: rotate(0) translate(-10px) rotate(0);
    transform: rotate(0) translate(-10px) rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg) translate(-10px) rotate(-360deg);
    -moz-transform: rotate(360deg) translate(-10px) rotate(-360deg);
    -ms-transform: rotate(360deg) translate(-10px) rotate(-360deg);
    -o-transform: rotate(360deg) translate(-10px) rotate(-360deg);
    transform: rotate(360deg) translate(-10px) rotate(-360deg);
  }
}
@keyframes ImgAnimate {
  0% {
    -webkit-transform: rotate(0) translate(-10px) rotate(0);
    -moz-transform: rotate(0) translate(-10px) rotate(0);
    -ms-transform: rotate(0) translate(-10px) rotate(0);
    -o-transform: rotate(0) translate(-10px) rotate(0);
    transform: rotate(0) translate(-10px) rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg) translate(-10px) rotate(-360deg);
    -moz-transform: rotate(360deg) translate(-10px) rotate(-360deg);
    -ms-transform: rotate(360deg) translate(-10px) rotate(-360deg);
    -o-transform: rotate(360deg) translate(-10px) rotate(-360deg);
    transform: rotate(360deg) translate(-10px) rotate(-360deg);
  }
}
@keyframes video {
  0% {
    box-shadow: 0 0 0 0 rgba(220, 187, 135, 0.7);
  }

  40% {
    box-shadow: 0 0 0 50px rgba(220, 187, 135, 0);
  }

  80% {
    box-shadow: 0 0 0 50px rgba(220, 187, 135, 0);
  }

  100% {
    box-shadow: 0 0 0 rgba(220, 187, 135, 0);
  }
}
/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
/*--------------------------------------------------------------
    [ ## Header ]
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ## Preloader ]
*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999999;
  background: #19232d;
}

.svg-loader {
  display: flex;
  align-items: center;
  width: 230px;
  height: 230px;
  transform-origin: 115px 115px;
  animation: 1.4s linear infinite loader-spin;
}

.loader__plane {
  fill: #eb7e00;
}

.loader__path {
  stroke: white;
  animation: 1.4s ease-in-out infinite loader-path;
}

@keyframes loader-spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes loader-path {
  0% {
    stroke-dasharray: 0, 580, 0, 0, 0, 0, 0, 0, 0;
  }

  50% {
    stroke-dasharray: 0, 450, 10, 30, 10, 30, 10, 30, 10;
  }

  100% {
    stroke-dasharray: 0, 580, 0, 0, 0, 0, 0, 0, 0;
  }
}
.row > * {
  position: relative;
}

@media (min-width: 1480px) {
  .col-xxl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}
@media (max-width: 575px) {
  .col-xs-6 {
    flex: 0 0 auto;
    width: 50%;
  }
}
@media only screen and (max-width: 575px) and (max-width: 400px) {
  .col-xs-6 {
    width: 100%;
  }
}

section {
  overflow: hidden;
}

::selection {
  background-color: #eb7e00;
  color: white;
}

/*-------------------------------------------------
    [ ## Header ]
*/
.header-section {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: transparent;
  background: transparent;
  box-shadow: none;
  border: none;
}

.header {
  background-color: transparent;
  background: transparent;
  width: 100%;
  z-index: 99;
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
  box-shadow: none;
  border: none;
}

.header-bottom-area {
  position: relative;
  padding: 15px 100px 0 100px;
}
@media only screen and (max-width: 1317px) {
  .header-bottom-area {
    padding: 15px 30px 0 30px !important;
  }
}
@media only screen and (max-width: 991px) {
  .header-bottom-area {
    padding: 15px 0 0 0 !important;
  }
}
.header-bottom-area .header-menu-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  position: relative;
  min-height: 80px;
}

/* Center the navigation menu items */
.navbar-collapse .main-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 auto;
}
.header-bottom-area .header-menu-content .header-left {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.header-bottom-area .header-menu-content .header-right {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  z-index: 10;
  height: 100%;
  justify-content: flex-end;
  width: auto;
  min-width: 300px;
  flex-shrink: 0;
}

.header-section-one .header-bottom-area .header-menu-content {
  display: block;
}

/* Enhanced centering for header section one */
.header-section-one .navbar-collapse {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
}

/* Ensure perfect alignment for header section one */
.header-section-one .header-menu-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
}

.header-section-one .site-logo,
.header-section-one .header-right {
  display: flex;
  align-items: center;
  height: 100%;
}

.header-section-one .navbar-collapse .main-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin: 0;
  padding: 0;
  height: 100%;
}

.header-section-one .navbar-collapse .main-menu li {
  display: flex;
  align-items: center;
  height: 100%;
}

.header-two .header-bottom-area {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 15px 100px 15px 100px;
}
@media only screen and (max-width: 1317px) {
  .header-two .header-bottom-area {
    padding: 15px 0 15px 0 !important;
  }
}

.navbar-expand-lg {
  background-color: transparent;
  padding: 0 !important;
}

@media (max-width: 991px) {
  .navbar-collapse {
    background-color: rgba(30, 41, 59, 0.95) !important;
    backdrop-filter: blur(10px);
    padding: 15px !important;
    border-radius: 10px;
    margin: 10px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  }

  .navbar-collapse .main-menu {
    padding: 0;
  }

  .menu_has_children .sub-menu {
    display: none !important;
  }
  .menu_has_children .sub-menu li {
    width: 100%;
  }

  .navbar-collapse .main-menu .menu_has_children.show .sub-menu,
  .navbar-collapse .main-menu .menu_has_children.show .sub-menu {
    display: flex !important;
    flex-wrap: wrap;
  }
}
.navbar-collapse .main-menu li:last-child .sub-menu {
  left: auto;
  right: 0;
}

.navbar-collapse .main-menu li {
  position: relative;
  padding-right: 40px;
  text-align: center;
}

.navbar-collapse .main-menu li:last-child {
  padding-right: 0;
}
@media only screen and (max-width: 1199px) {
  .navbar-collapse .main-menu li {
    padding-right: 25px;
  }
}
.navbar-collapse .main-menu li:last-child {
  padding-right: 0;
  margin-right: 0;
}
.navbar-collapse .main-menu li:last-child a::after {
  display: none;
}
.navbar-collapse .main-menu li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 120%;
}
.navbar-collapse .main-menu li.menu_has_children:hover a {
  color: white;
}
.navbar-collapse .main-menu li.menu_has_children a:hover {
  color: white;
}
.navbar-collapse .main-menu li:hover .toggle-bar .element {
  background-color: white !important;
}

.navbar-collapse .main-menu li.menu_has_children {
  position: relative;
}
.navbar-collapse .main-menu li.menu_has_children a::before {
  display: none;
}
.navbar-collapse .main-menu li.menu_has_children i {
  font-size: 18px;
  margin-right: 5px;
}

@media (max-width: 991px) {
  .navbar-collapse .main-menu li.menu_has_children::before {
    top: 12px;
    right: 15px;
  }
}
.header-section-one .navbar-collapse .main-menu li.menu_has_children a {
  padding-right: 0;
}
.header-section-one .navbar-collapse .main-menu li.menu_has_children a::before {
  display: none;
}
.header-section-one .navbar-collapse .main-menu li.menu_has_children a::after {
  display: none;
}

.search-bar {
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
  align-items: center;
  height: 100%;
}
.search-bar a {
  font-size: 16px;
  color: #1e293b;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  text-align: center;
  background: rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.search-bar a:hover {
  background: rgba(235, 126, 0, 0.1);
  color: #eb7e00;
  transform: scale(1.1);
}

.dark .search-bar {
  margin-left: 40px;
  margin-right: 20px;
}

.page-wrapper-two .header-right {
  padding-left: 0 !important;
  margin-right: 0;
}
.page-wrapper-two .search-bar a {
  color: #19232d;
}

.header-top-search-area {
  position: absolute;
  top: 108%;
  width: 350px;
  right: 0%;
  opacity: 0;
  visibility: hidden;
  z-index: 999;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 575px) {
  .header-top-search-area {
    width: 100%;
  }
}
.header-top-search-area.open {
  opacity: 1;
  visibility: visible;
}

.active.header-top-search-area {
  opacity: 1;
  visibility: visible;
  animation-duration: 0.7s;
  animation-name: fadeInUp;
}

.header-search-form {
  position: relative;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.header-search-form input {
  padding: 12px 60px 12px 15px;
  border: 1px solid #e5e5e5;
  width: 100%;
  border: none;
  font-size: 14px;
  border-radius: 5px;
  overflow: hidden;
  font-weight: 700;
  color: #3d3d3d;
}

.header-search-form input::placeholder {
  color: #3d3d3d;
}

.header-search-form .header-search-btn {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  height: 100%;
  padding: 0 20px;
  background-color: #eb7e00;
  border-radius: 0 5px 5px 0;
  color: #19232d;
}

.page-wrapper-two .navbar-collapse .main-menu li.menu_has_children.show .sub-menu li.menu_has_children .sub-menu {
  width: 200px;
  height: auto;
  top: 0;
}
.page-wrapper-two .navbar-collapse .main-menu li.menu_has_children.show .sub-menu li.menu_has_children.show .sub-menu {
  left: 112%;
}

.navbar-collapse .main-menu li a {
  position: relative;
  padding: 18px 0 18px 0;
  font-weight: 700;
  align-items: center;
  color: #19232d;
  font-family: "Playfair Display", sans-serif;
  display: inline-block;
  font-size: 30px;
  transition: all 0.3s;
  z-index: 9;
}
@media only screen and (max-width: 1399px) {
  .navbar-collapse .main-menu li a {
    font-size: 24px;
    padding: 12px 0 12px 0;
  }
  
  .header-section-one .navbar-collapse .main-menu {
    gap: 15px;
  }
  
  .header-section-one .navbar-collapse .main-menu li a {
    padding: 12px 15px;
  }
}

.header-section-one .navbar-collapse .main-menu li a {
  color: #1e293b;
  font-size: 16px;
  font-family: "Mulish", sans-serif;
  font-weight: 600;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  text-align: center;
  display: block;
  padding: 15px 20px;
  white-space: nowrap;
}

.header-section-one .navbar-collapse .main-menu li a:hover {
  color: #eb7e00;
  transform: translateY(-1px);
  text-shadow: 0 2px 4px rgba(235, 126, 0, 0.2);
}

.navbar-collapse .main-menu li .sub-menu {
  position: absolute;
  top: 150%;
  left: -11px;
  width: 230px;
  background-color: #1F2E3C;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 9;
  margin-left: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 5px;
}
.navbar-collapse .main-menu li .sub-menu li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-right: 0;
  padding-right: 0;
  transition: all ease 0.3s;
  position: relative;
  z-index: 2;
}
.navbar-collapse .main-menu li .sub-menu li:last-child {
  border-bottom: 0px solid;
}
.navbar-collapse .main-menu li .sub-menu li:hover {
  background-color: #eb7e00;
}
.navbar-collapse .main-menu li .sub-menu li:hover a {
  color: #19232d;
}
.navbar-collapse .main-menu li .sub-menu li a {
  color: white;
  width: 100%;
  padding: 10px 20px;
  font-weight: 700;
  font-size: 14px;
  display: block;
  transition: all ease 0.3s;
}
.navbar-collapse .main-menu li .sub-menu li a::after {
  position: unset;
  content: none;
}
.navbar-collapse .main-menu li .sub-menu li a::before {
  display: none;
}
.navbar-collapse .main-menu li .sub-menu li .sub-menu {
  padding: 0;
  top: 0;
  left: 230px;
  border-radius: 0 5px 5px 0;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  opacity: 0;
  visibility: hidden;
}
.navbar-collapse .main-menu li .sub-menu li .sub-menu::before {
  display: none;
}
.navbar-collapse .main-menu li .sub-menu li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 991px) {
  .navbar-collapse .main-menu li .sub-menu {
    position: initial;
    opacity: 1;
    visibility: visible;
    display: none;
    -webkit-transition: none;
    transition: none;
  }
}

/* Enhanced navigation for white background */
.header-section {
  backdrop-filter: blur(5px);
  transition: all 0.3s ease;
}

/* Enhanced Section Header Styling */
.enhanced-header {
  position: relative;
  margin-bottom: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.enhanced-header .section-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  margin-bottom: 0;
}

.enhanced-header .section-header-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  margin-bottom: 30px;
}

.enhanced-header::before {
  content: '';
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 4px;
  background: linear-gradient(90deg, #eb7e00, #0099cc);
  border-radius: 2px;
  opacity: 0.6;
}

.enhanced-subtitle {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  position: relative;
}

.sub-title-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, #eb7e00, #ff8c00);
  border-radius: 50%;
  margin-right: 15px;
  color: white;
  font-size: 18px;
  box-shadow: 0 4px 15px rgba(235, 126, 0, 0.3);
  animation: iconFloat 3s ease-in-out infinite;
}

.sub-title {
  font-size: 18px;
  font-weight: 700;
  color: #eb7e00;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
}

.subtitle-accent {
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 2px;
  background: linear-gradient(90deg, #eb7e00, #0099cc);
  border-radius: 1px;
}

.enhanced-title {
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.title-highlight {
  display: block;
  font-size: 3.5rem;
  font-weight: 800;
  color: #1e293b;
  margin-bottom: 5px;
  background: linear-gradient(135deg, #1e293b 0%, #334155 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  text-align: center;
  width: 100%;
}

.title-main {
  display: block;
  font-size: 4rem;
  font-weight: 900;
  color: #eb7e00;
  background: linear-gradient(135deg, #eb7e00 0%, #ff8c00 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-shadow: 0 6px 25px rgba(235, 126, 0, 0.3);
  text-align: center;
  width: 100%;
}

.title-decoration {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px 0;
  gap: 15px;
}

.decoration-line {
  width: 80px;
  height: 3px;
  background: linear-gradient(90deg, transparent, #0099cc, transparent);
  border-radius: 2px;
}

.decoration-dot {
  width: 12px;
  height: 12px;
  background: linear-gradient(135deg, #eb7e00, #ff8c00);
  border-radius: 50%;
  box-shadow: 0 0 20px rgba(235, 126, 0, 0.5);
  animation: dotPulse 2s ease-in-out infinite;
}

.section-description {
  text-align: center;
  font-size: 18px;
  color: #64748b;
  line-height: 1.6;
  max-width: 600px;
  margin: 0 auto 40px;
  font-weight: 500;
}

.enhanced-nav {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}

.enhanced-nav-btn {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #ffffff, #f8fafc);
  border: 2px solid #e2e8f0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  margin: 0 10px;
}

.enhanced-nav-btn:hover {
  background: linear-gradient(135deg, #eb7e00, #ff8c00);
  border-color: #eb7e00;
  color: white;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(235, 126, 0, 0.3);
}

.enhanced-nav-btn i {
  font-size: 18px;
  color: #64748b;
  transition: all 0.3s ease;
}

.enhanced-nav-btn:hover i {
  color: white;
}

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

@keyframes dotPulse {
  0%, 100% { 
    transform: scale(1);
    box-shadow: 0 0 20px rgba(235, 126, 0, 0.5);
  }
  50% { 
    transform: scale(1.2);
    box-shadow: 0 0 30px rgba(235, 126, 0, 0.8);
  }
}

/* Enhanced Service Cards Styling */
.enhanced-card {
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.enhanced-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

.enhanced-card .charter-thumb {
  position: relative;
  overflow: hidden;
  height: 250px;
}

.enhanced-card .charter-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s ease;
}

.enhanced-card:hover .charter-thumb img {
  transform: scale(1.1);
}

.card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.3));
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.4s ease;
}

.enhanced-card:hover .card-overlay {
  opacity: 1;
}

.overlay-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #eb7e00, #ff8c00);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 24px;
  transform: scale(0.8);
  transition: all 0.4s ease;
}

.enhanced-card:hover .overlay-icon {
  transform: scale(1);
}

.enhanced-card .charter-content {
  padding: 30px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.service-category {
  margin-bottom: 20px;
}

.category-badge {
  display: inline-block;
  padding: 8px 16px;
  background: linear-gradient(135deg, #eb7e00, #ff8c00);
  color: white;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 20px;
  box-shadow: 0 4px 15px rgba(235, 126, 0, 0.3);
}

.category-badge.emergency {
  background: linear-gradient(135deg, #dc2626, #b91c1c);
  box-shadow: 0 4px 15px rgba(220, 38, 38, 0.3);
}

.category-badge.drone {
  background: linear-gradient(135deg, #0099cc, #0066cc);
  box-shadow: 0 4px 15px rgba(0, 153, 204, 0.3);
}

.category-badge.support {
  background: linear-gradient(135deg, #059669, #047857);
  box-shadow: 0 4px 15px rgba(5, 150, 105, 0.3);
}

.enhanced-card .title {
  font-size: 24px;
  font-weight: 800;
  color: #1e293b;
  margin-bottom: 20px;
  line-height: 1.3;
}

.enhanced-card .title a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}

.enhanced-card .title a:hover {
  color: #eb7e00;
}

.service-features {
  margin-bottom: 30px;
}

.feature-item {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  font-size: 14px;
  color: #64748b;
}

.feature-item i {
  color: #10b981;
  margin-right: 12px;
  font-size: 16px;
}

.enhanced-btn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 15px 25px;
  background: linear-gradient(135deg, #eb7e00, #ff8c00);
  color: white;
  text-decoration: none;
  border-radius: 15px;
  font-weight: 700;
  font-size: 16px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(235, 126, 0, 0.3);
}

.enhanced-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(235, 126, 0, 0.4);
  color: white;
  text-decoration: none;
}

.enhanced-btn.emergency-btn {
  background: linear-gradient(135deg, #dc2626, #b91c1c);
  box-shadow: 0 4px 15px rgba(220, 38, 38, 0.3);
}

.enhanced-btn.emergency-btn:hover {
  box-shadow: 0 8px 25px rgba(220, 38, 38, 0.4);
}

.enhanced-btn.drone-btn {
  background: linear-gradient(135deg, #0099cc, #0066cc);
  box-shadow: 0 4px 15px rgba(0, 153, 204, 0.3);
}

.enhanced-btn.drone-btn:hover {
  box-shadow: 0 8px 25px rgba(0, 153, 204, 0.4);
}

.enhanced-btn.support-btn {
  background: linear-gradient(135deg, #059669, #047857);
  box-shadow: 0 4px 15px rgba(5, 150, 105, 0.3);
}

.enhanced-btn.support-btn:hover {
  box-shadow: 0 8px 25px rgba(5, 150, 105, 0.4);
}

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

.enhanced-btn:hover i {
  transform: translateX(5px);
}

/* Enhanced Slider Layout */
.charter-slider {
  padding: 20px 0;
}

.charter-slider .swiper-wrapper {
  align-items: stretch;
}

.charter-slider .swiper-slide {
  height: auto;
  padding: 10px;
}

/* Responsive Enhancements for Enhanced Header */
@media only screen and (max-width: 991px) {
  .title-highlight {
    font-size: 2.8rem;
  }
  
  .title-main {
    font-size: 3.2rem;
  }
  
  .section-description {
    font-size: 16px;
    max-width: 100%;
  }
  
  .enhanced-nav-btn {
    width: 45px;
    height: 45px;
  }
  
  .sub-title-icon {
    width: 35px;
    height: 35px;
    font-size: 16px;
  }
  
  .enhanced-header .section-header-wrapper {
    margin-bottom: 20px;
  }
  
  .enhanced-card .charter-content {
    padding: 20px;
  }
  
  .enhanced-card .title {
    font-size: 20px;
  }
  
  .enhanced-btn {
    padding: 12px 20px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .title-highlight {
    font-size: 2.2rem;
  }
  
  .title-main {
    font-size: 2.6rem;
  }
  
  .enhanced-subtitle {
    flex-direction: column;
    gap: 15px;
  }
  
  .sub-title-icon {
    margin-right: 0;
    margin-bottom: 10px;
  }
  
  .title-decoration {
    gap: 10px;
  }
  
  .decoration-line {
    width: 50px;
  }
}

/* Perfect centering for navigation */
.header-section-one .header-menu-content {
  position: relative;
}

.header-section-one .header-menu-content::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background: transparent;
  z-index: -1;
}

/* Center the main navigation container */
.header-section-one .navbar-collapse {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  top: 50%;
  transform: translate(-50%, -50%);
}

.header-section:hover {
  backdrop-filter: blur(10px);
}

/* Ensure navigation is completely transparent */
.header-section,
.header,
.header-bottom-area,
.navbar-expand-lg {
  background: #ffffff !important;
  background-color: #ffffff !important;
}

/* Enhanced navigation visibility on white background */
.header-section-one .navbar-collapse .main-menu li a {
  position: relative;
}

.header-section-one .navbar-collapse .main-menu li a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, #eb7e00, #ff8c00);
  transition: all 0.3s ease;
  transform: translateX(-50%);
}

.header-section-one .navbar-collapse .main-menu li a:hover::after {
  width: 100%;
}
.navbar-collapse .main-menu li:last-child .sub-menu {
  left: auto;
  right: 0;
}

.site-logo {
  margin-right: 0;
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  height: 100%;
}
.site-logo img {
  max-height: 60px;
  width: auto;
  background: transparent;
  filter: brightness(1) contrast(1);
  transition: all 0.3s ease;
}

.site-logo:hover img {
  transform: scale(1.05);
  filter: brightness(1.1) contrast(1.1);
}
@media only screen and (max-width: 991px) {
  .site-logo {
    max-width: 100px;
    margin-right: 20px;
  }
  .site-logo img {
    max-height: 45px;
    width: auto;
    background: transparent;
  }
}

.language-select {
  background: transparent;
  color: white;
  border: none;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 500;
}
@media only screen and (max-width: 991px) {
  .language-select {
    margin-left: 12px;
  }
}

@media only screen and (max-width: 1199px) {
  .header-links-area {
    display: none;
  }
}

.header-links li {
  display: inline-block;
  color: white;
  font-size: 13px;
}
.header-links li i {
  color: #eb7e00;
  font-size: 12px;
  margin-right: 8px;
}
.header-links li:last-child i {
  font-size: 9px;
  margin-right: 5px;
}
.header-links li + li {
  margin-left: 15px;
}
@media only screen and (max-width: 1199px) {
  .header-links li + li {
    margin-left: 0;
    margin-top: 10px;
  }
}

.page-wrapper-two .navbar-toggler span {
  color: #19232d;
}
.page-wrapper-two .header-action-area {
  margin-top: 0;
}
.page-wrapper-two .navbar-collapse .main-menu li.menu_has_children:hover a {
  color: #19232d;
}
@media only screen and (max-width: 991px) {
  .page-wrapper-two .navbar-collapse .main-menu li.menu_has_children:hover a {
    color: white;
  }
}
.page-wrapper-two .navbar-collapse .main-menu li .sub-menu li a {
  color: white !important;
}
.page-wrapper-two .navbar-collapse .main-menu li .sub-menu li:hover a {
  color: #19232d !important;
}
.page-wrapper-two .navbar-collapse .main-menu li.menu_has_children.show .sub-menu {
  right: auto;
}
@media only screen and (max-width: 1199px) {
  .page-wrapper-two .site-logo {
    margin-right: 30px;
  }
}
.page-wrapper-two .header-menu-content {
  display: block;
}
.page-wrapper-two .header-right {
  padding-left: 20px;
}
@media only screen and (max-width: 1199px) {
  .page-wrapper-two .header-right {
    padding-left: 0;
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 1199px) {
  .page-wrapper-two .header-right .header-links {
    background: rgba(220, 187, 135, 0.1);
  }
}
@media only screen and (max-width: 1199px) {
  .page-wrapper-two .header-right .header-action {
    background: rgba(220, 187, 135, 0.1);
  }
}
.page-wrapper-two .header-bottom-area {
  padding: 15px 200px 0 200px;
}
@media only screen and (max-width: 1699px) {
  .page-wrapper-two .header-bottom-area {
    padding: 15px 100px 0 100px;
  }
}
@media only screen and (max-width: 1499px) {
  .page-wrapper-two .header-bottom-area {
    padding: 15px 50px 0 50px;
  }
}
@media only screen and (max-width: 1399px) {
  .page-wrapper-two .header-bottom-area {
    padding: 15px 30px 0 30px;
  }
}
@media only screen and (max-width: 991px) {
  .page-wrapper-two .header-bottom-area {
    padding: 15px 0 0 0;
  }
}
.page-wrapper-two .header-bottom-area .navbar-expand-lg {
  background-color: transparent;
  padding: 0 !important;
}
@media only screen and (max-width: 991px) {
  .page-wrapper-two .header-bottom-area .navbar-collapse {
    background-color: #19232d;
  }
  .page-wrapper-two .header-bottom-area .navbar-collapse .main-menu {
    padding: 15px 10px;
  }
  .page-wrapper-two .header-bottom-area .navbar-collapse .main-menu li a {
    color: white;
    font-weight: 500;
    padding: 12px;
  }
}
.page-wrapper-two .header-links {
  margin-left: 0;
}
.page-wrapper-two .header-links li {
  color: #19232d;
  font-weight: 600;
  font-size: 16px;
}
@media only screen and (max-width: 1369px) {
  .page-wrapper-two .header-links li {
    font-size: 14px;
  }
}
.page-wrapper-two .header-links li i {
  color: #19232d;
  font-size: 10px;
}
@media only screen and (max-width: 1199px) {
  .page-wrapper-two .navbar-collapse .main-menu li {
    text-align: left;
  }
}
.page-wrapper-two .navbar-collapse .main-menu li .sub-menu {
  position: absolute;
  top: 100%;
  width: 200px;
  height: auto;
  display: block;
  right: auto;
}
.page-wrapper-two .navbar-collapse .main-menu li .sub-menu li a {
  font-size: 14px;
}
.page-wrapper-two .navbar-collapse .main-menu li a {
  font-size: 16px;
  font-family: "Mulish", sans-serif;
  font-weight: 800;
  padding: 0;
}
.page-wrapper-two .navbar-collapse .main-menu li a::before {
  display: none;
}
.page-wrapper-two .navbar-collapse .main-menu li a::after {
  display: none;
}
@media only screen and (max-width: 1369px) {
  .page-wrapper-two .navbar-collapse .main-menu li a {
    font-size: 14px;
  }
}
.page-wrapper-two .navbar-collapse .main-menu li.menu_has_children a::before {
  height: 10px;
}
@media only screen and (max-width: 1299px) {
  .page-wrapper-two .navbar-collapse .main-menu li.menu_has_children a::before {
    right: -8px;
  }
}
@media only screen and (max-width: 991px) {
  .page-wrapper-two .navbar-collapse .main-menu li.menu_has_children a::before {
    background: white;
  }
}
.page-wrapper-two .navbar-collapse .main-menu li.menu_has_children a::after {
  width: 10px;
  right: -8px;
}
@media only screen and (max-width: 1299px) {
  .page-wrapper-two .navbar-collapse .main-menu li.menu_has_children a::after {
    right: -16px;
  }
}
@media only screen and (max-width: 991px) {
  .page-wrapper-two .navbar-collapse .main-menu li.menu_has_children a::after {
    background: white;
  }
}

@media only screen and (max-width: 991px) {
  .header-action-area {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 1199px) {
  .header-action-area {
    display: flex;
  }
}

.header-action-area {
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
  min-width: 250px;
  justify-content: flex-end;
}
.header-action-area .action-btn {
  width: 30px;
  height: 30px;
  line-height: 35px;
  display: inline-block;
  text-align: center;
  background-color: #eb7e00;
  border-radius: 5px;
  color: #19232d;
  display: none;
  margin-left: 5px;
}
.header-action-area .action-btn.two {
  font-size: 20px;
}
@media only screen and (max-width: 1199px) {
  .header-action-area .action-btn {
    display: block;
  }
}

.header-action {
  display: flex;
  flex-wrap: wrap;
  margin: -5px;
  align-items: center;
  height: 100%;
  width: 100%;
  min-width: 200px;
}
@media only screen and (max-width: 1299px) {
  .header-action {
    margin: 0;
    margin-left: 5px;
    min-width: 180px;
  }
  
  .header-action a {
    min-width: 130px;
    max-width: 180px;
  }
}
@media only screen and (max-width: 1199px) {
  .header-action {
    position: absolute;
    width: 210px;
    left: auto;
    right: 0;
    top: 100%;
    background: #27323c;
    padding: 20px;
    z-index: 9;
    display: none;
  }
}
.header-action a {
  padding: 12px 30px;
  font-weight: 800;
  font-size: 16px;
  margin: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  min-width: 150px;
  max-width: 200px;
  box-sizing: border-box;
}
.header-action a i {
  font-size: 22px;
  margin-right: 8px;
  transition: all 0.5s;
  flex-shrink: 0;
}

.header-action a {
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
}
.header-action a:hover i {
  transform: rotate(40deg);
}
.header-action a.active {
  align-items: center;
  font-size: 13px;
}
.header-action a.active i {
  margin-right: 10px;
  font-size: 13px;
  transition: all 0.5s;
}
.header-action a.active i::before {
  color: #eb7e00;
}
.header-action a.active:hover {
  background-color: transparent;
  color: #eb7e00;
}
.header-action a.active:hover i {
  transform: none;
}

.page-wrapper-two .header-action {
  margin-left: 0;
}
@media only screen and (max-width: 1369px) {
  .page-wrapper-two .header-action {
    margin-left: 20px;
  }
}
.page-wrapper-two .header-action a {
  text-transform: uppercase;
  padding: 14px 25px;
  box-shadow: 0 8px 20px rgba(220, 187, 135, 0.5);
  font-size: 16px;
}
@media only screen and (max-width: 1369px) {
  .page-wrapper-two .header-action a {
    font-size: 14px;
    padding: 10px 20px;
  }
}
.page-wrapper-two .header-action a:hover {
  color: #19232d;
}

@media (max-width: 991px) {
  .page-wrapper-two .navbar-collapse .main-menu li .sub-menu {
    position: initial;
    opacity: 1;
    visibility: visible;
    display: none;
    -webkit-transition: none;
    transition: none;
  }
}
.header-action--style {
  margin-left: 0;
  margin-top: 30px;
}
@media only screen and (max-width: 1199px) {
  .header-action--style {
    position: unset;
    width: auto;
    background: transparent;
    padding: 0;
    display: block;
  }
}

.header-social {
  margin-top: 30px;
}
.header-social li {
  display: inline-block;
}
.header-social li a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  text-align: center;
  background: transparent;
  border: 1px solid rgba(220, 187, 135, 0.5);
  color: #eb7e00;
  font-size: 11px;
  border-radius: 50%;
  transition: all 0.5s;
}
.header-social li a:hover {
  background: #eb7e00;
  border: 1px solid #eb7e00;
  color: white;
}
.header-social li + li {
  margin-left: 8px;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-toggler span {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  color: white;
  font-size: 30px;
}
@media only screen and (max-width: 1199px) {
  .navbar-toggler span {
    font-size: 20px;
  }
}

.toggle-wrapper {
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: relative;
}
.toggle-wrapper::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #eb7e00;
  transition: all 0.5s;
}
.toggle-wrapper::after {
  position: absolute;
  content: '';
  bottom: 0;
  right: 0;
  width: 0;
  height: 2px;
  background-color: #eb7e00;
  transition: all 0.5s;
}
.toggle-wrapper:hover::before {
  width: 100%;
}
.toggle-wrapper:hover::after {
  width: 100%;
}
.toggle-wrapper:hover .toggle-bar {
  flex-direction: row;
}
.toggle-wrapper:hover .toggle-bar .toggle {
  margin: 0;
}
.toggle-wrapper:hover .toggle-bar .toggle.res {
  display: block;
}
.toggle-wrapper:hover .toggle-bar .toggle.pos {
  display: none;
}
.toggle-wrapper:hover .toggle-bar .element {
  width: 0px;
  height: 0px;
}

.toggle-bar {
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.5s;
}
.toggle-bar .toggle {
  margin: 1px;
  transition: all 0.5s;
}
.toggle-bar .toggle.res {
  display: none;
  transition: all 0.5s;
}
.toggle-bar .toggle.pos {
  transition: all 0.5s;
}
.toggle-bar .element {
  background: #eb7e00;
  width: 4px;
  height: 4px;
  transition: all 0.5s;
}
.toggle-bar .text {
  color: white;
  font-size: 14px;
  transition: all 0.5s;
}
@media only screen and (max-width: 991px) {
  .toggle-bar .text {
    font-size: 12px;
  }
}

.nav-menu-container {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #19232d;
  transform: translateX(-100%);
  transition: all 1.2s;
  visibility: hidden;
  z-index: 99999;
  overflow: hidden;
}
@media only screen and (max-width: 1199px) {
  .nav-menu-container {
    overflow-y: auto;
  }
}

.page-wrapper.show .nav-menu-container {
  transform: translateX(0);
  visibility: visible;
}
.page-wrapper.show .menu-element-two {
  transform: translateX(0px) scale(1);
}

.nav-menu-close {
  position: absolute;
  top: 1rem;
  left: 2rem;
  padding: .4rem;
  color: white;
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
  z-index: 9;
}
@media only screen and (max-width: 1199px) {
  .nav-menu-close {
    left: 1rem;
  }
}
@media only screen and (max-width: 575px) {
  .nav-menu-close {
    color: #19232d;
  }
}

.nav-menu-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 1199px) {
  .nav-menu-wrapper {
    display: block;
  }
}

.menu-element-area {
  padding: 3.125rem 5rem;
  width: 50%;
  min-height: 100vh;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  background-color: #19232d;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 1199px) {
  .menu-element-area {
    width: 100%;
    padding: 30px 20px;
    min-height: auto;
  }
}
@media only screen and (max-width: 575px) {
  .menu-element-area {
    display: none;
  }
}
.menu-element-area .menu-element-one {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
@media only screen and (max-width: 1199px) {
  .menu-element-area .menu-element-one {
    width: 50%;
  }
}
.menu-element-area .menu-element-two {
  transition: all 5s;
  transform: translateX(-700px) scale(0.5);
}
@media only screen and (max-width: 1199px) {
  .menu-element-area .menu-element-two {
    width: 40%;
    margin: 0 auto;
  }
}

.menu-nav {
  padding: 3.125rem 6rem;
  width: 50%;
  min-height: 100vh;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  background-color: white;
  flex-basis: auto;
}
@media only screen and (max-width: 1199px) {
  .menu-nav {
    width: 100%;
    padding: 60px 20px;
    min-height: auto;
    align-items: center;
  }
}
@media only screen and (max-width: 575px) {
  .menu-nav {
    min-height: 100vh;
  }
}

.header--style {
  position: relative;
}
.header--style .header-bottom-area {
  background-color: #19232d;
  padding: 15px 100px 15px 100px;
}
@media only screen and (max-width: 1317px) {
  .header--style .header-bottom-area {
    padding: 15px 0 15px 0 !important;
  }
}

/*--------------------------------------------------------------
    [ ## Introduction ]
--------------------------------------------------------------*/
.banner-section {
  position: relative;
  padding-top: 150px;
  padding-bottom: 50px;
  padding-left: 200px;
  padding-right: 200px;
  background: linear-gradient(135deg, #ffffff 0%, #f8fafc 50%, #f1f5f9 100%);
  overflow: hidden;
  z-index: 9;
  position: relative;
}

.banner-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    radial-gradient(circle at 20% 80%, rgba(0, 153, 204, 0.06) 0%, transparent 50%),
    radial-gradient(circle at 80% 20%, rgba(235, 126, 0, 0.06) 0%, transparent 50%),
    radial-gradient(circle at 40% 40%, rgba(59, 130, 246, 0.04) 0%, transparent 50%);
  z-index: 1;
}

.banner-section::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: 
    linear-gradient(rgba(0, 0, 0, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 0, 0, 0.03) 1px, transparent 1px);
  background-size: 50px 50px;
  z-index: 1;
}
@media only screen and (max-width: 1199px) {
  .banner-section .row {
    flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 1317px) {
  .banner-section {
    padding-top: 165px;
    padding-bottom: 90px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .banner-section {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 368px) {
  .banner-section {
    padding-bottom: 95px;
  }
}
.banner-section .banner-thumb {
  position: absolute;
  left: -130px;
  bottom: -300px;
  width: 123%;
  animation: scale 4s linear;
  z-index: 9;
}
.banner-section .banner-thumb img {
  animation: ImgAnimate 3s infinite cubic-bezier(0.4, 0, 1, 1) 0.2s;
  width: 100%;
  filter: drop-shadow(0 15px 35px rgba(0, 0, 0, 0.2));
  transition: all 0.4s ease;
}

.banner-section .banner-thumb:hover img {
  transform: scale(1.02) translateY(-5px);
  filter: drop-shadow(0 20px 45px rgba(0, 0, 0, 0.3));
}
@media only screen and (max-width: 1199px) {
  .banner-section .banner-thumb {
    position: unset;
    animation: none;
  }
  .banner-section .banner-thumb img {
    animation: none;
  }
}
@media only screen and (max-width: 991px) {
  .banner-section .banner-thumb {
    width: 80%;
  }
}
@media only screen and (max-width: 767px) {
  .banner-section .banner-thumb {
    width: 100%;
  }
}
.banner-section .banner-element {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.1));
  transition: all 0.4s ease;
}

.banner-section .banner-element:hover {
  transform: scale(1.05) rotate(2deg);
  filter: drop-shadow(0 12px 24px rgba(0, 0, 0, 0.2));
}
@media only screen and (max-width: 991px) {
  .banner-section .banner-element {
    display: none;
  }
}
.banner-section .banner-element-two {
  position: absolute;
  left: 30%;
  animation: scroll-down 2s cubic-bezier(0.4, 0, 1, 1) infinite;
  filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.1));
  transition: all 0.4s ease;
}

.banner-section .banner-element-two:hover {
  transform: scale(1.05) rotate(-2deg);
  filter: drop-shadow(0 12px 24px rgba(0, 0, 0, 0.2));
}
@media only screen and (max-width: 1199px) {
  .banner-section .banner-element-two {
    display: none;
  }
}
.banner-section .banner-element-three {
  position: absolute;
  top: 50%;
  left: 45%;
  animation: rotate 8s cubic-bezier(0.4, 0, 1, 1) infinite;
}
@media only screen and (max-width: 1199px) {
  .banner-section .banner-element-three {
    display: none;
  }
}
.banner-section .banner-element-four {
  position: absolute;
  top: 83%;
  left: 25%;
  animation: tada 2s cubic-bezier(0.4, 0, 1, 1) infinite;
}
@media only screen and (max-width: 1199px) {
  .banner-section .banner-element-four {
    display: none;
  }
}
.banner-section .banner-social-area {
  position: absolute;
  left: 110px;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1317px) {
  .banner-section .banner-social-area {
    display: none;
  }
}
.banner-section .banner-social-area::before {
  position: absolute;
  content: '';
  top: -200px;
  left: 13px;
  width: 1px;
  height: 180px;
  background-color: rgba(255, 255, 255, 0.1);
}
.banner-section .banner-social-area::after {
  position: absolute;
  content: '';
  bottom: -200px;
  left: 13px;
  width: 1px;
  height: 180px;
  background-color: rgba(255, 255, 255, 0.1);
}
.banner-section .banner-social li a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  text-align: center;
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid rgba(235, 126, 0, 0.3);
  color: #eb7e00;
  font-size: 14px;
  border-radius: 50%;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  backdrop-filter: blur(10px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.banner-section .banner-social li a:hover {
  background: linear-gradient(135deg, #eb7e00, #ff8c00);
  border: 2px solid #eb7e00;
  color: white;
  transform: translateY(-3px) scale(1.1);
  box-shadow: 0 8px 25px rgba(235, 126, 0, 0.4);
}
.banner-section .banner-social li + li {
  margin-top: 8px;
}
.banner-section .banner-content {
  position: relative;
  z-index: 9;
}
.banner-section .banner-content .sub-title {
  font-weight: 800;
  font-style: normal;
  font-size: 36px;
  color: #1e293b;
  font-family: "Mulish", sans-serif;
  margin-bottom: 35px;
  text-transform: uppercase;
  letter-spacing: 3px;
  position: relative;
  display: inline-block;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.banner-section .banner-content .sub-title::after {
  content: '';
  position: absolute;
  bottom: -12px;
  left: 0;
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #eb7e00, #ff8c00, #0099cc);
  border-radius: 3px;
  box-shadow: 0 2px 8px rgba(235, 126, 0, 0.4);
}
@media only screen and (max-width: 991px) {
  .banner-section .banner-content .sub-title {
    font-size: 18px;
  }
}
.banner-section .banner-content .sub-title span {
  color: #eb7e00;
}
.banner-section .banner-content .title {
  margin-bottom: 35px;
  font-weight: 900;
  color: #0f172a;
  font-size: 4rem;
  line-height: 1.1;
  position: relative;
  font-family: "Playfair Display", serif;
  letter-spacing: -0.5px;
}

.banner-section .banner-content .title::before {
  content: '';
  position: absolute;
  top: -15px;
  left: -25px;
  right: -25px;
  bottom: -15px;
  border-radius: 25px;
  z-index: -1;
  opacity: 0.6;
  backdrop-filter: blur(10px);
}
@media only screen and (max-width: 991px) {
  .banner-section .banner-content .title {
    line-height: 40px;
  }
}
.banner-section .banner-content p {
  color: #475569;
  width: 90%;
  font-size: 20px;
  line-height: 1.6;
  font-weight: 500;
  margin-bottom: 0;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 2;
  font-family: "Mulish", sans-serif;
  letter-spacing: 0.2px;
}
@media only screen and (max-width: 991px) {
  .banner-section .banner-content p {
    width: 100%;
    font-size: 14px;
  }
}
.banner-section .banner-content .banner-btn {
  margin: -5px;
  margin-top: 65px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .banner-section .banner-content .banner-btn {
    margin-top: 30px;
  }
}
.banner-section .banner-content .banner-btn a {
  background: linear-gradient(135deg, #eb7e00, #ff8c00);
  color: #ffffff;
  margin: 10px;
  position: relative;
  overflow: hidden;
  border: 2px solid transparent;
  border-radius: 50px;
  padding: 18px 35px;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 10px 30px rgba(235, 126, 0, 0.4);
  font-family: "Mulish", sans-serif;
}
.banner-section .banner-content .banner-btn a i::before {
  transition: all 0.5s;
}
.banner-section .banner-content .banner-btn a::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #eb7e00;
  border-radius: 999px;
  transform-origin: 100px 100px;
  transform: translate(-10px, -70px) scale(0.1);
  opacity: 0;
  z-index: -1;
  transition: transform 0.5s, opacity 0.5s, background-color 0.5s;
}
.banner-section .banner-content .banner-btn a:hover {
  color: #ffffff;
  transform: translateY(-3px);
  box-shadow: 0 15px 35px rgba(235, 126, 0, 0.4);
  border-color: rgba(255, 255, 255, 0.3);
}
.banner-section .banner-content .banner-btn a:hover i::before {
  color: #19232d;
}
.banner-section .banner-content .banner-btn a:hover::after {
  opacity: 1;
  transform-origin: 100px 100px;
  border-radius: 999px;
  transform: translate(0, 0) scale(1);
}
.banner-section .banner-content .banner-btn a.active {
  background: linear-gradient(135deg, #0099cc, #0066cc);
  color: #ffffff;
  border-color: rgba(0, 153, 204, 0.3);
  box-shadow: 0 8px 25px rgba(0, 153, 204, 0.3);
}
.banner-section .banner-content .banner-btn a.active::after {
  display: none;
}
.banner-section .banner-content .banner-btn a.active i {
  font-size: 12px;
  transition: all 0.5s;
}
.banner-section .banner-content .banner-btn a.active:hover {
  color: #eb7e00;
}
.banner-section .banner-content .banner-btn a.active:hover i {
  padding-left: 5px;
  padding-right: 0;
}
.banner-section .banner-content .banner-btn a.active:hover i::before {
  color: #eb7e00;
}

/* Emergency Button Special Styling */
.banner-section .banner-content .banner-btn a.emergency-btn {
  background: linear-gradient(135deg, #dc2626, #b91c1c, #991b1b);
  box-shadow: 0 10px 30px rgba(220, 38, 38, 0.4);
  animation: emergencyPulse 2s ease-in-out infinite;
  border: 2px solid rgba(255, 255, 255, 0.2);
  position: relative;
  overflow: hidden;
}

.banner-section .banner-content .banner-btn a.emergency-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.6s;
}

.banner-section .banner-content .banner-btn a.emergency-btn:hover {
  background: linear-gradient(135deg, #b91c1c, #991b1b, #7f1d1d);
  box-shadow: 0 15px 40px rgba(220, 38, 38, 0.5);
  transform: translateY(-3px) scale(1.02);
  border-color: rgba(255, 255, 255, 0.4);
}

.banner-section .banner-content .banner-btn a.emergency-btn:hover::before {
  left: 100%;
}

@keyframes emergencyPulse {
  0%, 100% { 
    box-shadow: 0 8px 25px rgba(220, 38, 38, 0.3);
  }
  50% { 
    box-shadow: 0 8px 25px rgba(220, 38, 38, 0.5), 0 0 20px rgba(220, 38, 38, 0.3);
  }
}

/* Button Text Enhancement */
.banner-section .banner-content .banner-btn .btn-text {
  position: relative;
  z-index: 2;
  font-weight: 600;
}

.dark .banner-section .banner-element {
  right: -36%;
  top: -28%;
}
@media only screen and (max-width: 1466px) {
  .dark .banner-section .banner-element {
    right: -60%;
  }
}

.page-wrapper-two .banner-section {
  position: relative;
  background-color: #f5f3f1;
  padding-top: 265px;
  padding-bottom: 205px;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .page-wrapper-two .banner-section .container-fluid {
    padding: 0;
  }
}
@media only screen and (max-width: 1662px) {
  .page-wrapper-two .banner-section {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media only screen and (max-width: 1317px) {
  .page-wrapper-two .banner-section {
    padding-top: 165px;
    padding-bottom: 105px;
  }
}
@media only screen and (max-width: 1199px) {
  .page-wrapper-two .banner-section {
    padding-top: 140px;
    padding-bottom: 90px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .page-wrapper-two .banner-section {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .page-wrapper-two .banner-section {
    padding-top: 0;
  }
}
.page-wrapper-two .banner-section .banner-element {
  right: -5%;
  top: -25%;
}
@media only screen and (max-width: 1199px) {
  .page-wrapper-two .banner-section .banner-element {
    display: block;
    top: -50%;
    right: -30%;
  }
}
@media only screen and (max-width: 991px) {
  .page-wrapper-two .banner-section .banner-element {
    top: -50%;
  }
}
@media only screen and (max-width: 767px) {
  .page-wrapper-two .banner-section .banner-element {
    width: 90%;
    top: -26%;
    right: -26%;
  }
}
@media only screen and (max-width: 650px) {
  .page-wrapper-two .banner-section .banner-element {
    width: 90%;
    top: -26%;
    right: -26%;
  }
}
@media only screen and (max-width: 440px) {
  .page-wrapper-two .banner-section .banner-element {
    width: 90%;
    top: 0;
    right: -26%;
  }
}
@media only screen and (max-width: 375px) {
  .page-wrapper-two .banner-section .banner-element {
    width: 90%;
    top: 0;
    right: -26%;
  }
}
.page-wrapper-two .banner-section .banner-element-five {
  position: absolute;
  top: -5%;
  right: -3%;
}
@media only screen and (max-width: 1199px) {
  .page-wrapper-two .banner-section .banner-element-five {
    display: none;
  }
}
.page-wrapper-two .banner-section .banner-thumb-two {
  position: absolute;
  bottom: -50%;
  right: 30%;
  width: 45%;
  animation: fadeInUp 3s;
}
@media only screen and (max-width: 1462px) {
  .page-wrapper-two .banner-section .banner-thumb-two {
    bottom: -35%;
    width: 53%;
  }
}
@media only screen and (max-width: 1399px) {
  .page-wrapper-two .banner-section .banner-thumb-two {
    bottom: -33%;
    width: 50%;
  }
}
@media only screen and (max-width: 1299px) {
  .page-wrapper-two .banner-section .banner-thumb-two {
    bottom: -32%;
    width: 57%;
  }
}
@media only screen and (max-width: 1199px) {
  .page-wrapper-two .banner-section .banner-thumb-two {
    right: -116%;
    bottom: auto;
    width: 70%;
  }
}
@media only screen and (max-width: 991px) {
  .page-wrapper-two .banner-section .banner-thumb-two {
    right: -70%;
  }
}
@media only screen and (max-width: 767px) {
  .page-wrapper-two .banner-section .banner-thumb-two {
    position: unset;
    margin-left: auto;
    animation: none;
    width: auto;
    background-color: rgba(220, 187, 135, 0.1);
    padding-top: 140px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: right;
    overflow: hidden;
  }
}
.page-wrapper-two .banner-section .banner-thumb-two img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .page-wrapper-two .banner-section .banner-thumb-two img {
    width: 22%;
  }
}
@media only screen and (max-width: 575px) {
  .page-wrapper-two .banner-section .banner-thumb-two img {
    width: 30%;
  }
}
.page-wrapper-two .banner-section .banner-widget-one {
  position: absolute;
  top: 63%;
  left: 55%;
  background-color: white;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
  padding: 20px 15px;
  display: flex;
  flex-wrap: wrap;
  z-index: 12;
  border-radius: 5px;
  animation: scroll-down 2s cubic-bezier(0.4, 0, 1, 1) infinite;
}
@media only screen and (max-width: 1199px) {
  .page-wrapper-two .banner-section .banner-widget-one {
    display: none;
  }
}
.page-wrapper-two .banner-section .banner-widget-one .banner-widget-icon {
  width: 40px;
  height: 40px;
  line-height: 45px;
  display: inline-block;
  font-size: 20px;
  text-align: center;
  background-color: rgba(220, 187, 135, 0.1);
  border-radius: 50%;
}
.page-wrapper-two .banner-section .banner-widget-one .banner-widget-icon i::before {
  color: #eb7e00;
}
.page-wrapper-two .banner-section .banner-widget-one .banner-widget-content {
  width: calc(100% - 40px);
  padding-left: 10px;
}
.page-wrapper-two .banner-section .banner-widget-one .banner-widget-content .title {
  font-family: "Mulish", sans-serif;
  margin-bottom: 3px;
  font-weight: 800;
}
.page-wrapper-two .banner-section .banner-widget-one .banner-widget-content .sub-title {
  font-size: 12px;
  font-weight: 600;
}
.page-wrapper-two .banner-section .banner-widget-two {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10%;
  background-color: white;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
  padding: 15px;
  display: flex;
  flex-wrap: wrap;
  width: 12%;
  z-index: 12;
  border-radius: 5px;
  animation: scroll-ver 2s cubic-bezier(0.4, 0, 1, 1) infinite;
}
@media only screen and (max-width: 1199px) {
  .page-wrapper-two .banner-section .banner-widget-two {
    display: none;
  }
}
.page-wrapper-two .banner-section .banner-widget-two .banner-widget-icon {
  width: 40px;
  height: 40px;
  line-height: 45px;
  display: inline-block;
  font-size: 20px;
  text-align: center;
  background-color: rgba(220, 187, 135, 0.1);
  border-radius: 50%;
}
.page-wrapper-two .banner-section .banner-widget-two .banner-widget-icon i::before {
  color: #eb7e00;
}
.page-wrapper-two .banner-section .banner-widget-two .banner-widget-content {
  width: calc(100% - 40px);
  padding-left: 10px;
}
.page-wrapper-two .banner-section .banner-widget-two .banner-widget-content .title {
  font-family: "Mulish", sans-serif;
  margin-bottom: 3px;
}
.page-wrapper-two .banner-section .banner-widget-two .banner-widget-content .banner-widget-btn {
  background-color: #19232d;
  color: white;
  display: inline-block;
  border-radius: 3px;
  padding: 2px 8px;
  font-size: 10px;
  margin-top: 5px;
}
.page-wrapper-two .banner-section .banner-widget-three {
  position: absolute;
  top: 38%;
  right: 16%;
}
@media only screen and (max-width: 1199px) {
  .page-wrapper-two .banner-section .banner-widget-three {
    display: none;
  }
}
.page-wrapper-two .banner-section .banner-video {
  position: absolute;
  bottom: 55%;
  right: 45%;
}
@media only screen and (max-width: 1199px) {
  .page-wrapper-two .banner-section .banner-video {
    position: unset;
    margin: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .page-wrapper-two .banner-section .banner-video {
    position: absolute;
    bottom: 70%;
    right: auto;
    left: 10%;
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .page-wrapper-two .banner-section .banner-content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.page-wrapper-two .banner-section .banner-content .sub-title {
  color: #19232d;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
}
@media only screen and (max-width: 1199px) {
  .page-wrapper-two .banner-section .banner-content .sub-title {
    font-size: 14px;
  }
}
.page-wrapper-two .banner-section .banner-content .title {
  font-weight: 700;
  color: #19232d;
  margin-bottom: 30px;
}
@media only screen and (max-width: 991px) {
  .page-wrapper-two .banner-section .banner-content .title {
    line-height: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .page-wrapper-two .banner-section .banner-content .title {
    line-height: 40px;
  }
}
.page-wrapper-two .banner-section .banner-content .access {
  font-weight: 800;
  color: #19232d;
  font-size: 22px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1199px) {
  .page-wrapper-two .banner-section .banner-content .access {
    font-size: 16px;
  }
}
.page-wrapper-two .banner-section .banner-content .access span {
  color: #eb7e00;
}
.page-wrapper-two .banner-section .banner-content p {
  color: #19232d;
}
.page-wrapper-two .banner-section .banner-content .banner-btn {
  margin-top: 45px;
}
.page-wrapper-two .banner-section .banner-content .banner-btn a {
  color: #19232d;
  border: 1px solid #19232d;
}
.page-wrapper-two .banner-section .banner-content .banner-btn a i {
  font-size: 12px;
  color: #eb7e00;
  transition: all 0.5s;
}
.page-wrapper-two .banner-section .banner-content .banner-btn a:hover {
  border: 1px solid #eb7e00;
}
.page-wrapper-two .banner-section .banner-content .banner-btn a.active {
  border: 1px solid transparent;
}

.inner-banner-section {
  padding-top: 208px;
  padding-bottom: 113px;
}
.inner-banner-section .banner-content .title {
  margin-top: -20px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 991px) {
  .inner-banner-section .banner-content .title {
    margin-top: -9px;
  }
}

.breadcrumb {
  background-color: transparent;
  padding: 0;
  margin: 0;
  justify-content: center;
}

.breadcrumb li {
  color: #19232d;
  font-family: "Mulish", sans-serif;
}

.breadcrumb-item a {
  font-weight: 700;
  font-size: 20px;
  position: relative;
  z-index: 2;
  color: white;
}
@media only screen and (max-width: 991px) {
  .breadcrumb-item a {
    font-size: 14px;
  }
}

.breadcrumb-item.active {
  font-weight: 700;
  color: #eb7e00;
  font-size: 20px;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 991px) {
  .breadcrumb-item.active {
    font-size: 14px;
  }
}

.breadcrumb-item.active::before {
  content: ">";
  font-weight: 600;
  color: white;
  font-size: 20px;
  left: 0;
  top: 1px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .breadcrumb-item.active::before {
    font-size: 14px;
  }
}

/*--------------------------------------------------------------
    [ ## Footer ]
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Footer-block
--------------------------------------------------------------*/
.footer-section {
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.footer-section .footer-element {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
@media only screen and (max-width: 991px) {
  .footer-section .footer-element {
    display: none;
  }
}

.footer-top-area {
  margin-bottom: 40px;
}

.footer-logo {
  margin-bottom: 15px;
}
.footer-logo a {
  margin: 0;
}
.footer-logo img {
  max-height: 50px;
  width: auto;
  background: transparent;
  filter: brightness(1) contrast(1);
}

.footer-widget .title {
  color: white;
  position: relative;
  font-family: "Mulish", sans-serif;
  font-weight: 800;
  margin-bottom: 30px;
}
.footer-widget .title::before {
  border: 1px solid #eb7e00;
  bottom: -10px;
  content: "";
  left: 0;
  position: absolute;
  width: 50px;
  right: 0;
}
.footer-widget .widget-title {
  color: #eb7e00;
  margin-bottom: 15px;
  font-weight: 700;
}
.footer-widget p {
  color: white;
}

.footer-list li {
  color: white;
  font-size: 15px;
  margin-bottom: 10px;
  transition: all 0.3s;
}
.footer-list li:hover {
  color: #eb7e00;
  padding-left: 5px;
}

.footer-bottom-area {
  border: 1px solid #eb7e00;
  border-radius: 20px;
  background-color: #19232d;
  position: relative;
  z-index: 9;
  padding: 60px;
}
@media only screen and (max-width: 991px) {
  .footer-bottom-area {
    padding: 30px;
  }
}

.subscribe-form {
  position: relative;
  margin-top: 10px;
}
.subscribe-form input {
  background: white;
  color: #3d3d3d;
  border: none;
  border-radius: 5px;
  font-family: "Mulish", sans-serif;
  font-size: 14px;
  padding-left: 40px;
  height: 45px;
  position: relative;
  font-weight: 400;
}
.subscribe-form input:focus {
  color: #3d3d3d;
  border: none;
  background: white;
}
.subscribe-form input::placeholder {
  color: #BFBFBF;
}
.subscribe-form .subscribe-icon {
  position: absolute;
  top: 10px;
  left: 15px;
  color: #eb7e00;
  z-index: 9;
  font-size: 18px;
}
.subscribe-form button, .subscribe-form input[type="button"], .subscribe-form input[type="reset"], .subscribe-form input[type="submit"] {
  border-radius: 5px;
  width: 100%;
  margin-top: 15px;
  display: flex;
  justify-content: center;
}
.subscribe-form button i, .subscribe-form input[type="button"] i, .subscribe-form input[type="reset"] i, .subscribe-form input[type="submit"] i {
  font-size: 20px;
  transition: all 0.5s;
}
.subscribe-form button i::before, .subscribe-form input[type="button"] i::before, .subscribe-form input[type="reset"] i::before, .subscribe-form input[type="submit"] i::before {
  color: #19232d;
  transition: all 0.5s;
}
.subscribe-form button:hover i, .subscribe-form input[type="button"]:hover i, .subscribe-form input[type="reset"]:hover i, .subscribe-form input[type="submit"]:hover i {
  transform: rotate(-150deg);
}
.subscribe-form button:hover i::before, .subscribe-form input[type="button"]:hover i::before, .subscribe-form input[type="reset"]:hover i::before, .subscribe-form input[type="submit"]:hover i::before {
  color: #eb7e00;
}

.footer-social li {
  display: inline-block;
}
.footer-social li a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  background: transparent;
  border: 1px solid rgba(220, 187, 135, 0.3);
  color: #eb7e00;
  font-size: 12px;
  transition: all 0.3s;
}
.footer-social li a:hover {
  color: white;
  background-color: #eb7e00;
}

.footer-social li + li {
  margin-left: 5px;
}

.copyright-area {
  padding: 45px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.copyright-area p {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
  color: #dfdfdf;
}
@media only screen and (max-width: 991px) {
  .copyright-area p {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 991px) {
  .copyright-area {
    display: block;
    text-align: center;
  }
}

.page-wrapper-two .footer-section {
  background-color: rgba(220, 187, 135, 0.1);
}
.page-wrapper-two .footer-section .footer-element {
  right: 50px;
  top: -300px;
  opacity: .3;
}
.page-wrapper-two .footer-bottom-area {
  padding: 0;
  border: none;
  border-radius: 0;
  background-color: transparent;
}
.page-wrapper-two .footer-widget .title {
  color: #19232d;
}
.page-wrapper-two .footer-widget .title::before {
  border: 1px dashed #eb7e00;
}
.page-wrapper-two .footer-widget p {
  color: #19232d;
}
.page-wrapper-two .footer-list li {
  color: #19232d;
  font-weight: 600;
}
.page-wrapper-two .footer-list li i {
  margin-right: 5px;
  font-size: 14px;
}
.page-wrapper-two .footer-list li:hover {
  color: #eb7e00;
}
.page-wrapper-two .footer-top-widget {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px dashed #707070;
  padding-bottom: 30px;
  margin-bottom: 40px;
}
.page-wrapper-two .footer-btn a {
  display: flex;
}
.page-wrapper-two .footer-btn a i {
  font-size: 20px;
  margin-left: 8px;
  transition: all 0.5s;
}
.page-wrapper-two .footer-btn a:hover i {
  transform: rotate(-150deg);
}
@media only screen and (max-width: 767px) {
  .page-wrapper-two .footer-btn a {
    margin-top: 20px;
  }
}
.page-wrapper-two .footer-social li a {
  border: 1px solid #707070;
  color: #1F2E3C;
}
.page-wrapper-two .footer-social li a:hover {
  border: 1px solid #eb7e00;
  color: white;
}
.page-wrapper-two .copyright-area {
  border-top: 1px dashed #707070;
  padding: 25px 0;
  justify-content: center;
  margin-top: 40px;
}
.page-wrapper-two .copyright-area p {
  color: #19232d;
  font-weight: 700;
  font-size: 16px;
}
@media only screen and (max-width: 991px) {
  .page-wrapper-two .copyright-area p {
    font-size: 14px;
  }
}

/*--------------------------------------------------------------
# Pages
--------------------------------------------------------------*/
/*--------------------------------------------------------------
    [ ## team ]
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Team-block
--------------------------------------------------------------*/
@media only screen and (max-width: 991px) {
  .team-section .slider-nav-area {
    display: none;
  }
}

.team-slider {
  overflow: hidden;
}

.team-item {
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}
.team-item:hover .team-social-area {
  right: 0;
}
.team-item .team-social-area {
  position: absolute;
  top: 0;
  right: -100%;
  background-color: #f5f3f1;
  width: 15%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
}

.team-thumb {
  background-color: #DDE6EF;
  text-align: center;
}

.team-content {
  background-color: #f5f3f1;
  padding: 20px;
  text-align: center;
}
.team-content .title {
  font-family: "Mulish", sans-serif;
  font-weight: 800;
}
.team-content .title a {
  transition: all 0.5s;
}
.team-content .title a:hover {
  color: #eb7e00;
}
.team-content .sub-title {
  color: #19232d;
  font-style: italic;
  font-weight: 700;
}

.team-social li a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  background: transparent;
  border: 1px solid rgba(220, 187, 135, 0.5);
  color: #eb7e00;
  font-size: 12px;
  transition: all 0.3s;
}
.team-social li a:hover {
  color: white;
  background-color: #eb7e00;
}

.team-social li + li {
  margin-top: 8px;
}

.team--style .section-header-wrapper {
  position: relative;
}
.team--style .section-header-wrapper::after {
  position: absolute;
  content: '';
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 50%;
  height: 1px;
  background-color: #e5e5e5;
}
@media only screen and (max-width: 1199px) {
  .team--style .section-header-wrapper::after {
    display: none;
  }
}
.team--style .section-header-wrapper .section-header .section-title {
  margin-top: -13px;
}

.team-widget-area .team-widget-content {
  margin-top: 52px;
}
.team-widget-area .team-widget-content .title {
  margin-bottom: 15px;
  font-weight: 700;
  margin-top: -5px;
}
.team-widget-area .team-widget-content p {
  line-height: 1.9;
}

.team-skill-area .skill-item {
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  padding: 40px 10px;
  position: relative;
  overflow: hidden;
  z-index: 2;
  text-align: center;
  transition: all 0.5s;
}
.team-skill-area .skill-item::before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 2px;
  background-color: #eb7e00;
  transition: all 0.5s;
  z-index: -1;
}
.team-skill-area .sk-name {
  margin-top: 25px;
  display: inline-block;
  text-transform: uppercase;
  color: #19232d;
  font-weight: 800;
  font-size: 16px;
}
.team-skill-area .progress {
  width: 130px;
  height: 130px;
  font-size: 30px;
  color: #19232d;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  text-align: center;
  line-height: 130px;
  margin: 0 auto;
  background: transparent;
  display: block;
}

.team-details .team-item {
  display: flex;
  flex-wrap: wrap;
}
.team-details .team-thumb {
  width: 370px;
  border-radius: 5px;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .team-details .team-thumb {
    width: 100%;
  }
}
.team-details .team-content-area {
  width: calc(100% - 370px);
  padding-left: 30px;
}
@media only screen and (max-width: 991px) {
  .team-details .team-content-area {
    width: 100%;
    padding-left: 0;
    padding-top: 30px;
  }
}
.team-details .team-content-area .team-content {
  border-radius: 5px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
}
.team-details .team-content-area .team-content .title {
  font-weight: 700;
}
.team-details .team-content-area .team-content .sub-title {
  color: #eb7e00;
  font-style: normal;
  font-size: 16px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 991px) {
  .team-details .team-content-area .team-content .sub-title {
    font-size: 14px;
  }
}
.team-details .team-content-area .team-content .team-contact-list {
  margin-top: 10px;
}
.team-details .team-content-area .team-content .team-contact-list li {
  color: #19232d;
  font-weight: 500;
  margin-bottom: 10px;
}
.team-details .team-content-area .team-content .team-contact-list li i {
  color: #eb7e00;
  margin-right: 5px;
}
.team-details .team-content-area .team-content .team-social-area {
  position: unset;
  background-color: transparent;
  width: auto;
  height: auto;
  display: block;
  margin-top: 20px;
}
.team-details .team-content-area .team-content .team-social-area span {
  color: #19232d;
  font-weight: 800;
  font-size: 18px;
  margin-bottom: 15px;
}
.team-details .team-content-area .team-content .team-social-area .team-social li {
  display: inline-block;
}
.team-details .team-content-area .team-content .team-social-area .team-social li a {
  border: 1px solid rgba(25, 35, 45, 0.3);
  color: #19232d;
}
.team-details .team-content-area .team-content .team-social-area .team-social li a:hover {
  border: 1px solid #eb7e00;
  color: white;
}
.team-details .team-content-area .team-content .team-social-area .team-social li + li {
  margin-top: 0;
  margin-left: 8px;
}

.progress::after {
  content: "%";
  font-family: "Playfair Display", sans-serif;
  color: #19232d;
  font-weight: 600;
}

.progress .title {
  position: relative;
  z-index: 100;
  font-size: 36px;
  font-family: "Playfair Display", sans-serif;
  font-weight: 600;
  color: #19232d;
}

.progress .overlay {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: white;
}

.progress .left, .progress .right {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 12px solid #eb7e00;
  border-radius: 100px 0px 0px 100px;
  border-right: 0;
  transform-origin: right;
}

.progress .left {
  animation: load1 3s linear forwards;
}

.progress:nth-of-type(2) .right, .progress:nth-of-type(3) .right {
  animation: load2 3s linear forwards 3s;
}

.progress:last-of-type .right, .progress:first-of-type .right {
  animation: load3 3s linear forwards 3s;
}

@keyframes load1 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(180deg);
  }
}
@keyframes load2 {
  0% {
    z-index: 100;
    transform: rotate(180deg);
  }

  100% {
    z-index: 100;
    transform: rotate(270deg);
  }
}
@keyframes load3 {
  0% {
    z-index: 100;
    transform: rotate(180deg);
  }

  100% {
    z-index: 100;
    transform: rotate(315deg);
  }
}
/*--------------------------------------------------------------
    [ ## Testimonial ]
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ### client block ]
*/
.client-section {
  overflow: hidden;
  position: relative;
}
.client-section .client-element {
  position: absolute;
  top: 58%;
  left: 48%;
  transform: translate(-50%, -50%);
}

.client-item {
  padding: 0 30px 30px 30px;
  position: relative;
  border-radius: 10px;
  z-index: 2;
}
@media only screen and (max-width: 1199px) {
  .client-item {
    padding: 0 20px 20px 20px;
  }
}
.client-item::before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 35px);
  background-color: white;
  box-shadow: 0 10px 10px rgba(50, 73, 179, 0.08);
  border-radius: 10px;
  z-index: -1;
}

.client-header {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 30px;
}

.client-thumb {
  height: 125px;
}
.client-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.client-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 20px;
}

.client-footer-left .title {
  font-weight: 800;
  font-family: "Mulish", sans-serif;
  font-size: 20px;
}
@media only screen and (max-width: 991px) {
  .client-footer-left .title {
    font-size: 18px;
  }
}

.client-footer-right .ratings i {
  color: #FFA200;
  font-size: 14px;
}
@media only screen and (max-width: 1199px) {
  .client-footer-right .ratings i {
    font-size: 12px;
  }
}

.client-slider-wrapper {
  margin: -20px;
}

.client-slider {
  overflow: hidden;
  padding: 20px;
}

.client-right-thumb {
  position: relative;
}
.client-right-thumb img {
  width: 100%;
}
.client-right-thumb .client-thumb-overlay {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.client-right-thumb .client-thumb-overlay .waves {
  border: 1px solid white;
}
.client-right-thumb .client-thumb-overlay .video-icon {
  background-color: white;
  font-size: 30px;
}

.client-slider-two {
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .client-slider-two {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.client-slider-two .client-item {
  background-color: white;
  border: none;
  padding: 15px 20px 20px 20px;
}
.client-slider-two .client-quote {
  color: #E8E9EA;
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 20px;
}
.client-slider-two .client-content {
  padding: 0;
}
.client-slider-two .client-content p {
  color: #3d3d3d;
  font-size: 14px;
}
.client-slider-two .client-footer {
  align-items: center;
  background-color: transparent;
  padding: 0;
  border-top: 1px dashed #e5e5e5;
  padding-top: 10px;
  margin-top: 10px;
  transition: all 0.5s;
}
.client-slider-two .client-footer .ratings i {
  color: #eb7e00;
  font-size: 12px;
}
.client-slider-two .client-post-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.client-slider-two .client-post-meta .name {
  padding-left: 15px;
  color: #19232d;
  font-weight: 700;
  font-size: 14px;
}

.dark .client-item::before {
  background-color: #1F2E3C;
}
.dark .client-item .client-content p {
  color: #dfdfdf;
}
.dark .client-item .client-footer-left .title {
  color: white;
}
.dark .client-item .client-footer-left .sub-title {
  color: #dfdfdf;
}

/*--------------------------------------------------------------
    [ ## Sections ]
--------------------------------------------------------------*/
/*--------------------------------------------------------------
    [ ## Sections ]
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ### overview block ]
*/
.overview-section {
  overflow: hidden;
  z-index: 10;
  position: relative;
}

.overview-area {
  position: relative;
  padding: 0 200px;
}
@media only screen and (max-width: 1399px) {
  .overview-area {
    padding: 0 100px;
  }
}
@media only screen and (max-width: 1199px) {
  .overview-area {
    padding: 0;
  }
}
.overview-area .overview-element {
  position: absolute;
  left: 8%;
  bottom: -10%;
}

.dark .overview-element {
  display: none;
}

.overview-tab {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
@media only screen and (max-width: 767px) {
  .overview-tab {
    display: block;
  }
}
.overview-tab .nav-tabs {
  width: 100%;
}
.overview-tab .nav-tabs .nav-link {
  background-color: transparent;
  border: none;
  color: white;
  font-size: 24px;
  font-weight: 600;
  border-top: 1px dashed rgba(255, 255, 255, 0.3);
  border-radius: 0;
  width: 100%;
  text-align: left;
  padding: 28px 0;
  position: relative;
}
.overview-tab .nav-tabs .nav-link span {
  font-family: "Mulish", sans-serif;
  margin-right: 5px;
  font-weight: 800;
}
.overview-tab .nav-tabs .nav-link::before {
  position: absolute;
  content: "\e909";
  font-family: 'icomoon' !important;
  left: 0;
  font-size: 16px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}
@media only screen and (max-width: 1650px) {
  .overview-tab .nav-tabs .nav-link::before {
    left: 4px;
    font-size: 8px;
  }
}
@media only screen and (max-width: 1650px) {
  .overview-tab .nav-tabs .nav-link {
    font-size: 16px;
    padding: 15px 0;
  }
}
.overview-tab .nav-tabs .nav-link:last-child {
  border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
}
.overview-tab .nav-tabs .nav-link.active {
  color: #eb7e00;
  padding-left: 40px;
}
@media only screen and (max-width: 991px) {
  .overview-tab .nav-tabs .nav-link.active {
    padding-left: 20px;
  }
}
.overview-tab .nav-tabs .nav-link.active::before {
  opacity: 1;
  visibility: visible;
}
.overview-tab .nav-tabs .nav-link.active span {
  display: none;
}

.overview-thumb {
  position: relative;
  z-index: 2;
  border-radius: 10px;
  overflow: hidden;
}
.overview-thumb::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(360deg, rgba(25, 35, 45, 0.82) 3%, transparent 100%);
}
@media only screen and (max-width: 575px) {
  .overview-thumb::before {
    background-image: linear-gradient(360deg, rgba(25, 35, 45, 0.82) 100%, transparent 100%);
  }
}
.overview-thumb .overview-thumb-content {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: 70%;
}
@media only screen and (max-width: 991px) {
  .overview-thumb .overview-thumb-content {
    width: 80%;
  }
}
@media only screen and (max-width: 575px) {
  .overview-thumb .overview-thumb-content {
    bottom: 50%;
    transform: translate(-50%, 50%);
  }
}
.overview-thumb .overview-thumb-content .title {
  color: white;
  margin-bottom: 15px;
}
.overview-thumb .overview-thumb-content .title a {
  transition: all 0.5s;
}
.overview-thumb .overview-thumb-content .title a:hover {
  color: #eb7e00;
}
.overview-thumb .overview-thumb-content p {
  color: white;
  font-size: 16px;
  margin-bottom: 20px;
}
.overview-thumb img {
  width: 100%;
}

.overview-tab-thumb {
  position: relative;
  z-index: 2;
  border-radius: 10px;
  overflow: hidden;
  margin-left: 20px;
}
@media only screen and (max-width: 991px) {
  .overview-tab-thumb {
    height: 370px;
  }
}
@media only screen and (max-width: 767px) {
  .overview-tab-thumb {
    margin-left: 0;
    margin-bottom: 20px;
  }
}
.overview-tab-thumb::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0b1b2ac9;
}
.overview-tab-thumb .nav-tab-area {
  position: absolute;
  z-index: 9;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  padding: 40px;
}
@media only screen and (max-width: 991px) {
  .overview-tab-thumb .nav-tab-area {
    padding: 15px;
  }
}
.overview-tab-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nav-tab-header {
  margin-bottom: 30px;
}
@media only screen and (max-width: 991px) {
  .nav-tab-header {
    margin-bottom: 10px;
  }
}
.nav-tab-header .sub-title {
  color: white;
  margin-bottom: 15px;
  font-family: "Mulish", sans-serif;
  font-size: 20px;
  font-weight: 700;
  margin-top: -10px;
}
@media only screen and (max-width: 1650px) {
  .nav-tab-header .sub-title {
    font-size: 14px;
  }
}
@media only screen and (max-width: 991px) {
  .nav-tab-header .sub-title {
    margin-bottom: 10px;
  }
}
.nav-tab-header .sub-title span {
  color: #eb7e00;
}
.nav-tab-header .title {
  color: white;
}
@media only screen and (max-width: 1650px) {
  .nav-tab-header .title {
    font-size: 18px;
  }
}

.overview-btn i {
  margin-right: 5px;
  transition: all 0.5s;
}
.overview-btn:hover i {
  padding-right: 5px;
}

.tab-content > .active {
  animation: fadeInLeft 1s;
  transition: opacity 0s linear;
}

/*-------------------------------------------------
    [ ### about block ]
*/
.about-section {
  position: relative;
  overflow: hidden;
}
.about-section .about-element {
  position: absolute;
  top: 20%;
  right: 0;
  animation: scroll-down 2s cubic-bezier(0.4, 0, 1, 1) infinite;
}
@media only screen and (max-width: 1199px) {
  .about-section .about-element {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .about-section.bg-overlay-base::after {
    background-image: linear-gradient(-272deg, #19232d 15%, rgba(25, 25, 25, 0.62) 100%);
  }
}

.dark .about-section {
  background-position: top right !important;
}

.about-content .sub-title {
  font-weight: 700;
  font-size: 20px;
  color: white;
  margin-bottom: 15px;
  font-family: "Mulish", sans-serif;
}
@media only screen and (max-width: 991px) {
  .about-content .sub-title {
    font-size: 14px;
  }
}
.about-content .sub-title span {
  color: #eb7e00;
}
.about-content .title {
  color: white;
  margin-bottom: 20px;
  font-weight: 700;
}
.about-content p {
  color: white;
  font-size: 16px;
}
@media only screen and (max-width: 991px) {
  .about-content p {
    font-size: 14px;
  }
}

.about-book-area {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  background-color: white;
  padding: 30px;
  border-radius: 5px;
  width: 80%;
  margin-top: 60px;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
@media only screen and (max-width: 1399px) {
  .about-book-area {
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .about-book-area {
    margin-bottom: 20px;
  }
}
.about-book-area::before {
  position: absolute;
  content: '';
  top: 50%;
  transform: translateY(-50%);
  left: -5px;
  width: 12px;
  height: 80px;
  background-color: #eb7e00;
  border-radius: 60px;
}
.about-book-area .about-book-element {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.about-book-area .call-title {
  font-weight: 700;
  margin-bottom: 15px;
}
.about-book-area .call {
  font-weight: 700;
  color: #19232d;
  font-size: 24px;
}
@media only screen and (max-width: 991px) {
  .about-book-area .call {
    margin-bottom: 20px;
    font-size: 18px;
  }
}

.about-thumb-video {
  position: absolute;
  bottom: 35px;
  right: 180px;
}
@media only screen and (max-width: 991px) {
  .about-thumb-video {
    position: relative;
    bottom: auto;
    right: auto;
    margin: 0 auto;
    display: block;
    text-align: center;
  }
}

.video-main {
  position: relative;
  display: inline-block;
}

.waves {
  position: absolute;
  width: 180px;
  height: 180px;
  border: 1px solid #eb7e00;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  border-radius: 100%;
  right: -50px;
  bottom: -50px;
  z-index: -1;
  -webkit-animation: waves 3s ease-in-out infinite;
  animation: waves 3s ease-in-out infinite;
}

.wave-1 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.wave-2 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.wave-3 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

@keyframes waves {
  0% {
    -webkit-transform: scale(0.2, 0.2);
    transform: scale(0.2, 0.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }

  50% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  }

  100% {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}
.video-icon {
  height: 80px;
  width: 80px;
  line-height: 80px;
  text-align: center;
  border-radius: 100%;
  color: #eb7e00 !important;
  display: inline-block;
  background: rgba(220, 187, 135, 0.15);
  z-index: 999;
}

.about-book-right a i {
  transition: all 0.5s;
  margin-right: 8px;
}
.about-book-right a i::before {
  color: #19232d;
  transition: all 0.5s;
}
.about-book-right a:hover i {
  transform: rotate(-40deg);
}
.about-book-right a:hover i::before {
  color: #eb7e00;
}

.dark .waves {
  border: 1px solid white;
}
.dark .video-icon {
  background-color: white;
  font-size: 30px;
}

.page-wrapper-two .about-thumb {
  position: relative;
  overflow: hidden;
}
.page-wrapper-two .about-thumb img {
  width: 100%;
}
.page-wrapper-two .about-thumb .about-video-wrapper {
  position: absolute;
  bottom: 40px;
  left: 40px;
}
@media only screen and (max-width: 1199px) {
  .page-wrapper-two .about-thumb .about-video-wrapper {
    position: absolute;
    bottom: 50%;
    right: 50%;
    transform: translate(50%, 50%);
  }
}
.page-wrapper-two .about-thumb .about-video-wrapper .video-icon {
  background-color: white;
}
.page-wrapper-two .about-content .sub-title {
  font-weight: 800;
  color: #19232d;
  margin-bottom: 15px;
  font-size: 20px;
}
@media only screen and (max-width: 991px) {
  .page-wrapper-two .about-content .sub-title {
    font-size: 14px;
  }
}
.page-wrapper-two .about-content .title {
  color: #19232d;
  margin-bottom: 10px;
}
.page-wrapper-two .about-content p {
  color: #3d3d3d;
  width: 100%;
}
.page-wrapper-two .about-statistics-area {
  background-color: #FFF8EE;
  border: 2px solid rgba(220, 187, 135, 0.1);
  border-radius: 10px;
  padding: 15px;
  margin-top: 35px;
  margin-bottom: 25px;
}
.page-wrapper-two .about-statistics-area .statistics-item {
  text-align: left;
}
.page-wrapper-two .about-statistics-area .statistics-item::after {
  display: none;
}
.page-wrapper-two .about-statistics-area .statistics-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .page-wrapper-two .about-statistics-area .statistics-content {
    display: block;
    text-align: center;
  }
}
.page-wrapper-two .about-statistics-area .statistics-content p {
  color: #eb7e00;
  font-size: 14px;
  font-weight: 800;
  width: calc(100% - 125px);
  padding-left: 10px;
}
@media only screen and (max-width: 1199px) {
  .page-wrapper-two .about-statistics-area .statistics-content p {
    width: calc(100% - 70px);
  }
}
@media only screen and (max-width: 767px) {
  .page-wrapper-two .about-statistics-area .statistics-content p {
    width: 100%;
    font-size: 14px;
  }
}
.page-wrapper-two .about-statistics-area .odo-title {
  color: #19232d;
  font-family: "Mulish", sans-serif;
  font-weight: 900;
  font-size: 65px;
  margin-top: 0;
  margin-bottom: 0;
}
@media only screen and (max-width: 1199px) {
  .page-wrapper-two .about-statistics-area .odo-title {
    font-size: 35px;
  }
}
.page-wrapper-two .about-list-area {
  margin-bottom: 20px;
}
.page-wrapper-two .about-list li {
  display: inline-block;
  color: #19232d;
  font-weight: 800;
  font-size: 16px;
}
@media only screen and (max-width: 1199px) {
  .page-wrapper-two .about-list li {
    font-size: 13px;
  }
}
@media only screen and (max-width: 420px) {
  .page-wrapper-two .about-list li {
    display: block;
  }
}
.page-wrapper-two .about-list li i {
  color: #eb7e00;
  margin-right: 5px;
}
@media only screen and (max-width: 1199px) {
  .page-wrapper-two .about-list li i {
    margin-right: 2px;
  }
}
.page-wrapper-two .about-list li + li {
  margin-left: 20px;
}
@media only screen and (max-width: 1199px) {
  .page-wrapper-two .about-list li + li {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 420px) {
  .page-wrapper-two .about-list li + li {
    margin-left: 0;
    margin-top: 10px;
  }
}
.page-wrapper-two .about-footer-btn {
  margin-top: 30px;
}
.page-wrapper-two .about-footer-btn a {
  color: #19232d;
  background: transparent;
  border: 1px solid #19232d;
  position: relative;
  overflow: hidden;
}
.page-wrapper-two .about-footer-btn a::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #eb7e00;
  border-radius: 999px;
  transform-origin: 100px 100px;
  transform: translate(-10px, -70px) scale(0.1);
  opacity: 0;
  z-index: -1;
  transition: transform 0.5s, opacity 0.5s, background-color 0.5s;
}
.page-wrapper-two .about-footer-btn a i {
  font-size: 12px;
  color: #eb7e00;
  transition: all 0.5s;
}
.page-wrapper-two .about-footer-btn a:hover {
  border: 1px solid #eb7e00;
}
.page-wrapper-two .about-footer-btn a:hover::after {
  opacity: 1;
  transform-origin: 100px 100px;
  border-radius: 999px;
  transform: translate(0, 0) scale(1);
}
.page-wrapper-two .about-footer-btn a:hover i {
  color: #19232d;
}

.about--style .about-thumb {
  position: relative;
  overflow: visible;
  z-index: 2;
}
.about--style .about-thumb .about-video-wrapper {
  position: absolute;
  bottom: 50%;
  right: 50%;
  transform: translate(50%, 50%);
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .about--style .about-thumb .about-video-wrapper {
    position: absolute;
  }
}
.about--style .about-thumb .about-element-two {
  position: absolute;
  left: -10%;
  bottom: -10%;
  width: 90%;
  z-index: -1;
}
@media only screen and (max-width: 991px) {
  .about--style .about-thumb .about-element-two {
    display: none;
  }
}
.about--style .about-book-area {
  background-color: rgba(220, 187, 135, 0.5);
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px 30px;
}
.about--style .about-book-right a:hover {
  color: #19232d;
}
.about--style .about-book-right a:hover i::before {
  color: #19232d;
}

.about--style-two .about-content {
  background-color: #eb7e00;
  padding: 60px 30px;
  border-radius: 10px;
}
@media only screen and (max-width: 991px) {
  .about--style-two .about-content {
    padding: 40px 30px;
  }
}
.about--style-two .about-content .title {
  color: #19232d;
  font-weight: 700;
  line-height: 1.5;
  margin-top: -13px;
}
.about--style-two .about-content p {
  width: 100%;
  color: #110D0E;
  font-size: 16px;
}
@media only screen and (max-width: 991px) {
  .about--style-two .about-content p {
    font-size: 14px;
  }
}
.about--style-two .about-content .sub-para {
  font-weight: 600;
  font-size: 20px;
  margin-top: 30px;
  color: #2F3841;
}
@media only screen and (max-width: 991px) {
  .about--style-two .about-content .sub-para {
    font-size: 16px;
  }
}
.about--style-two .about-btn {
  margin-top: 40px;
}
.about--style-two .about-btn a {
  background-color: #19232d;
  color: white;
}
.about--style-two .about-btn a i {
  margin-right: 5px;
  transition: all 0.5s;
}
.about--style-two .about-btn a i::before {
  color: white;
  transition: all 0.5s;
}
.about--style-two .about-btn a:hover {
  background: transparent;
  color: #19232d;
  border: 1px solid #19232d;
}
.about--style-two .about-btn a:hover i {
  transform: rotate(40deg);
}
.about--style-two .about-btn a:hover i::before {
  color: #19232d;
}
.about--style-two .video-icon {
  position: unset;
}

.about--style-three .about-thumb {
  border-radius: 10px;
}
.about--style-three .about-thumb img {
  border-radius: 10px;
}
.about--style-three .about-content .sub-title {
  font-family: "Mulish", sans-serif;
  font-weight: 700;
}
.about--style-three .about-content .title {
  margin-bottom: 15px;
}
.about--style-three .about-content p {
  color: #3d3d3d;
}
.about--style-three .about-list-area {
  margin-top: 25px;
}
.about--style-three .about-list-area .about-list li {
  display: block;
  font-weight: 700;
  position: relative;
  color: #3d3d3d;
  font-size: 16px;
  padding-left: 40px;
}
.about--style-three .about-list-area .about-list li::before {
  position: absolute;
  content: '\f00c';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  font-size: 14px;
  background-color: #FFF8ED;
  text-align: center;
  border-radius: 50%;
  color: #19232d;
}
.about--style-three .about-list-area .about-list li + li {
  margin-left: 0;
  margin-top: 20px;
}
.about--style-three .about-btn {
  margin-top: 40px;
}
.about--style-three .about-btn a:hover i {
  transform: rotate(-40deg);
}
.about--style-three .about-btn a:hover i::before {
  color: #eb7e00;
}
.about--style-three .about-btn i {
  margin-right: 5px;
  transition: all 0.5s;
}
.about--style-three .about-btn i::before {
  color: #19232d;
  transition: all 0.5s;
}

.about-list--style {
  margin-top: 40px;
}
.about-list--style .about-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: -20px;
}
.about-list--style .about-list li {
  flex: 0 0 45%;
  position: relative;
  font-weight: 600 !important;
  padding-left: 30px;
  padding-bottom: 20px;
  line-height: 1.8;
}
@media only screen and (max-width: 991px) {
  .about-list--style .about-list li {
    flex: 0 0 100%;
  }
}
.about-list--style .about-list li::before {
  position: absolute;
  top: 5px;
  left: 0;
  content: '\f00c';
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 10px;
  background-color: rgba(220, 187, 135, 0.2);
  border-radius: 50%;
  text-align: center;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.about-list--style .about-list li + li {
  margin-top: 0 !important;
}

/*-------------------------------------------------
    [ ### feature block ]
*/
.feature-section {
  overflow: hidden;
}

.feature-area {
  position: relative;
}
.feature-area .feature-element {
  position: absolute;
  width: 100%;
  bottom: -40px;
  left: 7%;
}

.feature-slider {
  overflow: hidden;
}
.feature-slider .swiper-slide-active .feature-item {
  background-color: #eb7e00;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
}
.feature-slider .swiper-slide-active .feature-icon::before {
  background-color: rgba(255, 255, 255, 0.5);
}
.feature-slider .swiper-slide-active .feature-content .title::before {
  border: 1px dashed #19232d;
}
.feature-slider .swiper-slide-active .feature-content p {
  color: #19232d;
}
.feature-slider .swiper-slide-active .feature-content p::before {
  border: 1px dashed #19232d;
}

.feature-item {
  background-color: white;
  border-radius: 5px;
  border: 2px solid rgba(220, 187, 135, 0.1);
  transition: all 0.5s;
}
@media only screen and (max-width: 991px) {
  .feature-item {
    padding: 20px;
  }
}
.feature-item:hover {
  background-color: #eb7e00;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
}
.feature-item:hover .feature-icon::before {
  background-color: rgba(255, 255, 255, 0.5);
}
.feature-item:hover .feature-content .title::before {
  border: 1px dashed #19232d;
}
.feature-item:hover .feature-content p {
  color: #19232d;
}
.feature-item:hover .feature-content p::before {
  border: 1px dashed #19232d;
}

.dark .page-wrapper-two .feature-item {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
@media only screen and (max-width: 991px) {
  .dark .page-wrapper-two .feature-item {
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
  }
}
.dark .page-wrapper-two .feature-item::before {
  box-shadow: 0px 0px 40px rgba(220, 187, 135, 0.1);
}
.dark .page-wrapper-two .feature-item::after {
  background-color: #19232d;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.dark .page-wrapper-two .feature-item:hover .feature-icon i {
  color: #eb7e00;
}
.dark .page-wrapper-two .feature-icon i {
  color: white;
  transition: all 0.3s;
}
.dark .page-wrapper-two .feature-content .title {
  color: white;
}
.dark .page-wrapper-two .feature-content p {
  color: #dfdfdf;
}

.feature-icon {
  position: relative;
  margin-bottom: 20px;
  z-index: 2;
  max-height: 66px;
}
.feature-icon::before {
  position: absolute;
  content: '';
  top: -10px;
  left: 10px;
  width: 80px;
  height: 80px;
  background-color: rgba(220, 187, 135, 0.5);
  border-radius: 50%;
  z-index: -1;
  transition: all 0.3s;
}

.feature-content .title {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.feature-content .title::before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 20%;
  border: 1px dashed rgba(61, 61, 61, 0.3);
}
.feature-content .title a {
  transition: all 0.3s;
}
.feature-content .title a:hover {
  color: #eb7e00;
}
.feature-content p {
  position: relative;
  padding-bottom: 15px;
  font-weight: 600;
  line-height: 1.8;
  margin-bottom: 0;
}
.feature-content p::before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 20%;
  border: 1px dashed rgba(61, 61, 61, 0.3);
}

.page-wrapper-two div[class*="col"]:nth-of-type(6n + 1) .feature-item {
  border-left: none;
  border-top: none;
}
.page-wrapper-two div[class*="col"]:nth-of-type(6n + 2) .feature-item {
  border-top: none;
}
.page-wrapper-two div[class*="col"]:nth-of-type(6n + 3) .feature-item {
  border-right: none;
  border-top: none;
}
.page-wrapper-two div[class*="col"]:nth-of-type(6n + 4) .feature-item {
  border-left: none;
  border-bottom: none;
}
.page-wrapper-two div[class*="col"]:nth-of-type(6n + 5) .feature-item {
  border-bottom: none;
}
.page-wrapper-two div[class*="col"]:nth-of-type(6n + 6) .feature-item {
  border-right: none;
  border-bottom: none;
}
.page-wrapper-two .feature-area {
  border-radius: 10px;
}
.page-wrapper-two .feature-item {
  border-radius: 0;
  transition: all 0.2s;
  position: relative;
  border: 1px solid #f5f3f1;
  background-color: white;
  z-index: 2;
}
@media only screen and (max-width: 991px) {
  .page-wrapper-two .feature-item {
    border: 1px solid #f5f3f1 !important;
  }
}
.page-wrapper-two .feature-item::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #f5f3f1;
  background-color: white;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
.page-wrapper-two .feature-item::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0px 0px 40px #7704041A;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
.page-wrapper-two .feature-item:hover {
  background-color: transparent;
  border: 1px solid transparent;
  z-index: 3;
}
.page-wrapper-two .feature-item:hover::after {
  opacity: 1;
  visibility: visible;
}
.page-wrapper-two .feature-item:hover::before {
  opacity: 1;
  visibility: visible;
}
.page-wrapper-two .feature-item:hover .feature-icon {
  color: #eb7e00;
}
.page-wrapper-two .feature-icon {
  font-size: 80px;
  line-height: 80px;
  color: #19232d;
  max-height: auto;
  margin-bottom: 30px;
  transition: all 0.5s;
}
@media only screen and (max-width: 991px) {
  .page-wrapper-two .feature-icon {
    font-size: 50px;
  }
}
.page-wrapper-two .feature-icon::before {
  display: none;
}
.page-wrapper-two .feature-content .title {
  transition: all 0.5s;
  padding-bottom: 0;
}
.page-wrapper-two .feature-content .title::before {
  display: none;
}
.page-wrapper-two .feature-content p {
  padding-bottom: 0;
  transition: all 0.5s;
}
.page-wrapper-two .feature-content p::before {
  display: none;
}

.feature-btn {
  margin-top: 20px;
}
.feature-btn a {
  color: #19232d;
  font-weight: 800;
  transition: all 0.5s;
}
.feature-btn a i {
  transition: all 0.5s;
}
.feature-btn a i::before {
  color: #19232d;
  transition: all 0.5s;
}
.feature-btn a:hover i {
  padding-right: 5px;
}

.feature--style .feature-right {
  overflow: hidden;
  margin: -20px 0 0 0;
}
.feature--style div[class*="col"]:nth-of-type(4n + 4) .feature-item {
  box-shadow: none;
}
.feature--style .feature-item {
  background-color: transparent;
  padding: 25px;
  border-radius: 0;
  border: none;
  box-shadow: 1px 1px 1px 1px #f5f3f1;
}
.feature--style .feature-item:hover {
  transform: none;
  border: none;
}
.feature--style .feature-item:hover .feature-icon::before {
  background-color: rgba(220, 187, 135, 0.5);
}
.feature--style .feature-item:hover .feature-content p {
  color: #3d3d3d;
}
.feature--style .feature-content .title {
  font-family: "Mulish", sans-serif;
  font-weight: 700;
  margin-bottom: 0;
}
.feature--style .feature-content .title::before {
  display: none;
}
.feature--style .feature-content p {
  padding-bottom: 0;
}
.feature--style .feature-content p::before {
  display: none;
}
.feature--style .feature-thumb {
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .feature--style .feature-thumb {
    display: none;
  }
}
.feature--style .feature-thumb img {
  width: 100%;
}
.feature--style .feature-thumb .feature-video-wrapper {
  position: absolute;
  bottom: 50%;
  right: 50%;
  transform: translate(50%, 50%);
}
.feature--style .feature-thumb .feature-video-wrapper .video-icon {
  background-color: white;
}
@media only screen and (max-width: 991px) {
  .feature--style .feature-thumb .feature-video-wrapper {
    position: absolute;
  }
}
.feature--style .feature-thumb.two {
  margin-top: 10px;
}
@media only screen and (max-width: 1199px) {
  .feature--style .feature-thumb.two {
    display: block;
    margin-top: 0;
  }
}

.feature--style-two .feature-item:hover {
  background-color: white;
}
.feature--style-two .feature-item:hover .feature-icon {
  color: #eb7e00;
}
.feature--style-two .feature-icon {
  font-size: 60px;
  color: #19232d;
  transition: all 0.5s;
}

.feature--style-three .feature-item:hover .feature-content .title {
  color: #19232d;
}
.feature--style-three .feature-item:hover .feature-content p {
  color: #3d3d3d;
}

/*-------------------------------------------------
    [ ### statistics block ]
*/
.statistics-section {
  background-attachment: fixed;
}

.statistics-item {
  position: relative;
  text-align: center;
}
.statistics-item::after {
  position: absolute;
  content: '';
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-right: 1px dashed rgba(220, 187, 135, 0.5);
}
@media only screen and (max-width: 991px) {
  .statistics-item::after {
    border-right: none;
    border-bottom: 1px dotted rgba(220, 187, 135, 0.5);
    bottom: -15px;
  }
}
.statistics-item p {
  font-size: 18px;
  color: white;
}

div[class*="col"]:nth-of-type(4n + 4) .statistics-item::after {
  display: none;
}

.odo-title {
  display: inline-block;
  color: white;
  font-size: 40px;
  margin-bottom: 0;
  margin-top: -10px;
}
@media only screen and (max-width: 991px) {
  .odo-title {
    font-size: 28px;
  }
}

.odometer-digit {
  padding: 1px;
}

.statistics--style .statistics-item {
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  padding: 40px;
  position: relative;
  overflow: hidden;
  z-index: 2;
  transition: all 0.5s;
}
.statistics--style .statistics-item::before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 2px;
  background-color: #eb7e00;
  transition: all 0.5s;
  z-index: -1;
}
.statistics--style .statistics-item:hover {
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
  border: 1px solid transparent;
}
.statistics--style .statistics-item:hover::before {
  width: 100%;
  height: 100%;
}
.statistics--style .statistics-item::after {
  display: none;
}
.statistics--style .statistics-item p {
  color: #19232d;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}
.statistics--style .odo-area {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.statistics--style .odo-title {
  color: #19232d;
  font-family: "Mulish", sans-serif;
  font-weight: 900;
  font-size: 45px;
}
@media only screen and (max-width: 991px) {
  .statistics--style .odo-title {
    font-size: 30px;
  }
}
.statistics--style .sub-title {
  color: #19232d;
  font-size: 16px;
  padding-left: 15px;
}
@media only screen and (max-width: 991px) {
  .statistics--style .sub-title {
    font-size: 14px;
  }
}
.statistics--style .statistics-icon {
  width: 90px;
  height: 90px;
  line-height: 95px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  font-size: 50px;
  background-color: #f5f3f1;
  color: #eb7e00;
  margin-bottom: 20px;
}
@media only screen and (max-width: 991px) {
  .statistics--style .statistics-icon {
    width: 70px;
    height: 70px;
    line-height: 75px;
    font-size: 40px;
  }
}

.dark .statistics-area {
  background-color: #1F2E3C;
  padding: 120px 40px;
  border-radius: 5px;
  position: relative;
  z-index: 2;
}

/*-------------------------------------------------
    [ ### charter block ]
*/
.charter-section {
  overflow: hidden;
}
@media only screen and (max-width: 575px) {
  .charter-section .slider-nav-area {
    display: none;
  }
}

.charter-slider {
  overflow: hidden;
}

.charter-item {
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  overflow: hidden;
}

.charter-thumb img {
  width: 100%;
}

.charter-content {
  font-family: "Source Sans Pro", serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.3;
  color: #1a202c;
  margin-bottom: 0.75rem;
  letter-spacing: -0.01em;
}

.charter-content .title {
  font-family: "Source Sans Pro", serif;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.3;
  color: #1a202c;
  margin-bottom: 1rem;
  letter-spacing: -0.01em;
}

.charter-content .title a {
  transition: all 0.5s;
}

.charter-content .title a:hover {
  color: #eb7e00;
}

.charter-content .sub-title {
  font-family: "Inter", sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  color: #eb7e00;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 1rem;
  text-align: center;
}

.charter-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px dashed #C9C9C9;
  margin-top: 15px;
  padding-bottom: 10px;
}

.charter-meta span {
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  color: #1a202c;
  letter-spacing: 0.01em;
}

.charter-btn {
  margin-top: 20px;
}

.charter-btn a {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  line-height: 1.2;
  color: #1a202c;
  transition: all 0.5s;
}

.charter-btn a i {
  color: #eb7e00;
  font-size: 14px;
  margin-right: 5px;
  transition: all 0.5s;
}

.charter-btn a:hover {
  color: #eb7e00;
}

.charter-btn a:hover i {
  padding-right: 5px;
}

.dark .charter-item {
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.dark .charter-content .title {
  color: #ffffff;
}

.dark .charter-content .sub-title {
  color: #e1dddd;
}

.dark .charter-meta {
  border-bottom: 1px dashed #555E67;
}

.dark .charter-meta span {
  color: #ffffff;
}

.dark .charter-btn a {
  color: #eb7e00;
}

/*-------------------------------------------------
    [ ### book-form block ]
*/
.book-form .row {
  align-items: center;
}

.book-form-area {
  padding: 100px 180px;
  border-radius: 10px;
  overflow: hidden;
}

@media only screen and (max-width: 1199px) {
  .book-form-area {
    padding: 40px 30px;
  }
}

.book-form .book-select {
  line-height: 24px;
}

.book-form label {
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  color: #ffffff;
  letter-spacing: 0.01em;
  text-align: left;
}

.book-form .form--control {
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.01em;
  border: 1px solid #eb7e00;
  border-radius: 3px;
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  padding-left: 35px;
}

.book-form .book-form-icon {
  position: absolute;
  top: 45px;
  left: 25px;
  color: #eb7e00;
  z-index: 9;
  font-size: 18px;
}
.book-form button, .book-form input[type="button"], .book-form input[type="reset"], .book-form input[type="submit"] {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.book-form button i, .book-form input[type="button"] i, .book-form input[type="reset"] i, .book-form input[type="submit"] i {
  transition: all 0.5s;
  font-size: 20px;
  margin-right: 8px;
}
.book-form button i::before, .book-form input[type="button"] i::before, .book-form input[type="reset"] i::before, .book-form input[type="submit"] i::before {
  color: #19232d;
  transition: all 0.5s;
}
.book-form button:hover i, .book-form input[type="button"]:hover i, .book-form input[type="reset"]:hover i, .book-form input[type="submit"]:hover i {
  transform: rotate(40deg);
}
.book-form button:hover i::before, .book-form input[type="button"]:hover i::before, .book-form input[type="reset"]:hover i::before, .book-form input[type="submit"]:hover i::before {
  color: #eb7e00;
}

.book-quantity .book-plus-minus {
  width: 100%;
  position: relative;
  display: inline-block;
}
.book-quantity .book-plus-minus .qtybutton {
  color: #eb7e00;
  float: inherit;
  font-size: 20px;
  font-weight: 500;
  line-height: 36px;
  margin: 0;
  text-align: center;
  width: 45px;
  height: 45px !important;
  background-color: transparent;
  cursor: pointer;
  position: absolute;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.book-quantity .book-plus-minus .dec.qtybutton {
  left: 0px;
  top: 5px;
}
.book-quantity .book-plus-minus .book-plus-minus-box {
  color: white;
  font-size: 16px;
  height: 45px;
  font-weight: 500;
  margin: 0;
  text-align: center;
  width: 100%;
  outline: none;
  border: 1px solid #eb7e00;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 3px;
}
.book-quantity .book-plus-minus .inc.qtybutton {
  right: 0px;
  top: 5px;
}

/*-------------------------------------------------
    [ ### package block ]
*/
.package-section {
  position: relative;
  overflow: hidden;
}
.package-section .package-element-one {
  position: absolute;
  bottom: 0;
  left: -10%;
}
@media only screen and (max-width: 991px) {
  .package-section .package-element-one {
    display: none;
  }
}
.package-section .package-element-two {
  position: absolute;
  bottom: 0;
  right: -10%;
}
@media only screen and (max-width: 991px) {
  .package-section .package-element-two {
    display: none;
  }
}

.dark .package-section {
  background-color: #1F2E3C !important;
}

.package-section-header {
  position: relative;
}
.package-section-header .slider-next, .package-section-header .slider-prev {
  position: absolute;
  top: 48px;
}
@media only screen and (max-width: 991px) {
  .package-section-header .slider-next, .package-section-header .slider-prev {
    position: unset;
    margin-bottom: 30px;
  }
}
.package-section-header .slider-prev {
  left: 0;
}
.package-section-header .slider-next {
  right: 0;
}

.package-slider {
  overflow: hidden;
}
.package-slider .slider-next, .package-slider .slider-prev {
  left: 50%;
  transform: translateX(-50%);
  margin-top: 40px;
}

.package-item {
  background-color: white;
  box-shadow: 0 10px 10px rgba(50, 73, 179, 0.08);
  border-radius: 10px;
  padding: 25px;
}
.package-item:hover .package-thumb img {
  transform: scale(1.2);
}

.package-thumb {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.package-thumb img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.5s;
}
.package-thumb .package-prize {
  position: absolute;
  top: 20px;
  left: 20px;
}
.package-thumb .package-prize span {
  background-color: #eb7e00;
  border-radius: 4px;
  color: #19232d;
  font-weight: 800;
  padding: 6px 15px;
}

.package-content {
  padding-top: 15px;
}
.package-content .package-content-header .title {
  font-weight: 700;
  margin-bottom: 10px;
}
.package-content .package-content-header .title a {
  transition: all 0.5s;
}
.package-content .package-content-header .title a:hover {
  color: #eb7e00;
}
.package-content .package-list li {
  padding-bottom: 8px;
  color: #19232d;
  font-size: 15px;
  font-weight: 600;
}
.package-content .package-list li span {
  font-weight: 700;
}
.package-content .package-btn i {
  transition: all 0.5s;
  color: #eb7e00 !important;
}
.package-content .package-btn:hover a {
  color: #eb7e00 !important;
}
.package-content .package-btn:hover i {
  padding-right: 5px;
}
.package-content .package-btn a {
  color: #19232d !important;
  font-weight: 800;
  transition: all 0.5s;
}

.package-content-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 10px;
}
.package-content-footer .package-video a {
  transition: all 0.3s;
}
.package-content-footer .package-video a:hover {
  transform: scale(1.2);
}

.package--style .package-thumb {
  max-height: 100%;
  border-radius: 8px 8px 0 0;
}
.package--style .package-content {
  position: unset;
  transform: none;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 8px 8px;
  min-width: auto;
}

.package-details .package-item {
  padding: 0;
  box-shadow: none;
}
.package-details .package-item:hover .package-thumb img {
  transform: none;
}
.package-details .package-widget-area {
  margin-top: 60px;
}
.package-details .package-widget-item {
  background-color: white;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  z-index: 2;
}
.package-details .package-widget-item::before {
  position: absolute;
  content: '';
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 3px;
  height: 25px;
  background-color: #eb7e00;
  border-radius: 5px;
  transition: all 0.5s;
  z-index: -1;
}
.package-details .package-widget-item:hover::before {
  width: 100%;
  height: 100%;
}
.package-details .package-widget-icon {
  width: 50px;
  height: 50px;
  line-height: 55px;
  background-color: #f5f3f1;
  border-radius: 50%;
  color: #eb7e00;
  display: inline-block;
  text-align: center;
  font-size: 24px;
}
.package-details .package-widget-content {
  width: calc(100% - 50px);
  padding-left: 10px;
}
.package-details .package-widget-content .title {
  font-family: "Mulish", sans-serif;
  font-weight: 800;
}
.package-details .package-widget-content .sub-title {
  color: #19232d;
  font-weight: 600;
  font-size: 14px;
}
.package-details .package-content-area .package-content {
  box-shadow: none;
  padding: 0;
  border-radius: 0;
}
.package-details .package-content-area .package-content .package-content-header {
  padding: 0;
  border: none;
}
.package-details .package-content-area .package-content .package-content-header .title {
  font-weight: 700;
  margin-bottom: 15px;
}
.package-details .package-content-area .package-content .package-content-body {
  padding: 0;
  margin-top: 30px;
}
.package-details .package-content-area .package-content .package-content-body .title {
  font-weight: 600;
  margin-bottom: 20px;
}
.package-details .package-content-area .package-content .package-content-body .package-list li {
  position: relative;
  font-weight: 700;
  font-size: 15px;
  color: #3d3d3d;
  padding-left: 35px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 991px) {
  .package-details .package-content-area .package-content .package-content-body .package-list li {
    font-size: 14px;
  }
}
.package-details .package-content-area .package-content .package-content-body .package-list li::before {
  position: absolute;
  width: 20px;
  height: 20px;
  line-height: 20px;
  background-color: #FFF8ED;
  color: #19232d;
  border-radius: 50%;
  text-align: center;
  top: 0;
  left: 0;
  content: '\f00c';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.package-details .package-plan-area {
  margin-top: 40px;
}
.package-details .package-plan-area .title {
  font-weight: 600;
  margin-bottom: 25px;
}
.package-details .package-plan-area .package-plan-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.package-details .package-plan-area .package-plan-list li {
  flex: 0 0 50%;
  width: 50%;
  margin-top: 10px;
  font-size: 15px;
}
@media only screen and (max-width: 767px) {
  .package-details .package-plan-area .package-plan-list li {
    flex: 0 0 100%;
    width: 100%;
    font-size: 13px;
  }
}
.package-details .package-plan-area .package-plan-list li i {
  font-size: 18px;
  margin-right: 5px;
}
.package-details .package-gallery-slider-area {
  margin-top: 60px;
}
.package-details .package-gallery-slider-area .title {
  font-weight: 600;
  margin-bottom: 25px;
}
.package-details .package-gallery-slider-area .gallery-slider-two {
  overflow: hidden;
  position: relative;
}
.package-details .package-gallery-slider-area .gallery-slider-two .slider-prev, .package-details .package-gallery-slider-area .gallery-slider-two .slider-next {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 24px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  color: white;
  background: rgba(255, 255, 255, 0.5);
  border: none;
}
.package-details .package-gallery-slider-area .gallery-slider-two .slider-prev {
  left: 5%;
}
.package-details .package-gallery-slider-area .gallery-slider-two .slider-next {
  right: 5%;
}
.package-details .package-gallery-slider-area .gallery-slider-two .gallery-item::before {
  display: none;
}
.package-details .package-faq-area {
  margin-top: 60px;
}
.package-details .package-faq-area .faq-header-area .title {
  font-weight: 600;
  margin-bottom: 10px;
}
.package-details .package-faq-area .faq-content-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.package-details .package-faq-area .faq-content-wrapper .faq-thumb {
  width: 123px;
}
@media only screen and (max-width: 991px) {
  .package-details .package-faq-area .faq-content-wrapper .faq-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
  }
}
.package-details .package-faq-area .faq-content-wrapper .faq-para {
  width: calc(100% - 123px);
  padding-left: 20px;
}
@media only screen and (max-width: 991px) {
  .package-details .package-faq-area .faq-content-wrapper .faq-para {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }
}
.package-details .package-faq-area .faq-content-wrapper .faq-para .faq-plan-list li {
  display: inline-block;
}
@media only screen and (max-width: 991px) {
  .package-details .package-faq-area .faq-content-wrapper .faq-para .faq-plan-list li {
    font-size: 13px;
  }
}
@media only screen and (max-width: 575px) {
  .package-details .package-faq-area .faq-content-wrapper .faq-para .faq-plan-list li {
    display: block;
  }
}
.package-details .package-faq-area .faq-content-wrapper .faq-para .faq-plan-list li i {
  font-size: 16px;
  margin-right: 5px;
}
@media only screen and (max-width: 991px) {
  .package-details .package-faq-area .faq-content-wrapper .faq-para .faq-plan-list li i {
    font-size: 14px;
  }
}
.package-details .package-faq-area .faq-content-wrapper .faq-para .faq-plan-list li + li {
  margin-left: 20px;
}
@media only screen and (max-width: 991px) {
  .package-details .package-faq-area .faq-content-wrapper .faq-para .faq-plan-list li + li {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 575px) {
  .package-details .package-faq-area .faq-content-wrapper .faq-para .faq-plan-list li + li {
    margin-left: 0;
    margin-top: 10px;
  }
}
.package-details .package-map-area {
  margin-top: 100px;
}
.package-details .package-map-area .map-area {
  margin-right: 0;
}
.package-details .package-map-area .title {
  font-weight: 600;
  margin-bottom: 20px;
}

.course-table-area {
  margin-top: 30px;
}
.course-table-area .title {
  font-weight: 600;
  margin-bottom: 20px;
}

.course-download-area {
  background-color: rgba(220, 187, 135, 0.1);
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
}
@media only screen and (max-width: 575px) {
  .course-download-area {
    display: block;
  }
}
.course-download-area .download-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.course-download-area .download-content .download-icon {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #19232d;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  color: white;
  font-size: 24px;
}
.course-download-area .download-content .title {
  width: calc(100% - 40px);
  font-family: "Mulish", sans-serif;
  font-weight: 700;
  padding-left: 20px;
  margin-bottom: 0;
}
.course-download-area .download-btn a {
  background-color: transparent;
  color: #19232d;
  border: 1px solid #19232d;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.course-download-area .download-btn a::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #eb7e00;
  border-radius: 999px;
  transform-origin: 100px 100px;
  transform: translate(-10px, -70px) scale(0.1);
  opacity: 0;
  z-index: -1;
  transition: transform 0.5s, opacity 0.5s, background-color 0.5s;
}
.course-download-area .download-btn a i {
  color: #19232d;
  font-size: 12px;
  transition: all 0.5s;
}
.course-download-area .download-btn a:hover {
  color: #19232d;
  border: 1px solid #eb7e00;
}
.course-download-area .download-btn a:hover::after {
  opacity: 1;
  transform-origin: 100px 100px;
  border-radius: 999px;
  transform: translate(0, 0) scale(1);
}
.course-download-area .download-btn a:hover i {
  color: #19232d;
}
@media only screen and (max-width: 575px) {
  .course-download-area .download-btn {
    margin-top: 20px;
  }
}

.package-review-area {
  margin-top: 40px;
}
.package-review-area .title {
  font-weight: 700;
  margin-bottom: 25px;
}

.package-ratings-area .sub-title {
  margin-bottom: 15px;
  font-weight: 700;
}

.package-ratings-widget {
  background-color: #f5f3f1;
  border: 1px solid #e5e5e5;
  padding: 40px 20px;
  text-align: center;
  border-radius: 10px;
}
@media only screen and (max-width: 991px) {
  .package-ratings-widget {
    padding: 30px 15px;
  }
}
.package-ratings-widget .num {
  color: #eb7e00;
  font-size: 80px;
  line-height: 80px;
  font-weight: 900;
}
.package-ratings-widget .ratings {
  margin-top: 10px;
}
.package-ratings-widget .ratings i {
  color: #eb7e00;
  font-size: 16px;
}
.package-ratings-widget .credit {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 700;
}

.package-rating-bar-area {
  margin-bottom: -9px;
}

.package-ratings-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 9px;
}
.package-ratings-bar .ratings-bar-content {
  margin-right: 10px;
  font-size: 14px;
  font-weight: 700;
}
.package-ratings-bar .ratings-bar-content i {
  color: #eb7e00;
}
.package-ratings-bar .progressbar {
  position: relative;
  display: block;
  width: 80%;
  height: 10px;
  background-color: #E5E5E5;
  border-radius: 25px;
}
@media only screen and (max-width: 1199px) {
  .package-ratings-bar .progressbar {
    width: 60%;
  }
}
.package-ratings-bar .bar {
  position: absolute;
  width: 0px;
  height: 100%;
  top: 0;
  left: 0;
  background: #eb7e00;
  border-radius: 25px;
  overflow: hidden;
}
.package-ratings-bar .label {
  margin-left: 10px;
  font-size: 14px;
  font-weight: 700;
}

.ratings-form-text {
  cursor: pointer;
}

.ratings-form {
  margin-top: 20px;
  margin-bottom: 10px;
  display: none;
  transition: all 0.5s;
}
.ratings-form.open {
  display: block;
}
.ratings-form .form--control {
  border: 1px solid #e5e5e5;
  background-color: white;
  color: #3d3d3d;
  font-family: "Mulish", sans-serif;
  font-weight: 700;
}
.ratings-form .form--control:focus {
  border: 1px solid #eb7e00;
  background-color: white;
  color: #3d3d3d;
}
.ratings-form .form--control::placeholder {
  color: #3d3d3d;
}

.ratings-form .rating {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  margin-bottom: 20px;
}

.ratings-form .rating:not(:checked) > input {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

.ratings-form .rating:not(:checked) > label {
  width: 1em;
  padding: 0 .1em;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 200%;
  line-height: 1.2;
  color: #ddd;
}

.ratings-form .rating:not(:checked) > label:before {
  content: '★';
  border: none;
}

.ratings-form .rating > input[type="radio"]:checked + label:before {
  border-color: transparent;
  background-color: transparent;
}

.ratings-form .rating > input:checked ~ label {
  color: #eb7e00;
}

.ratings-form .rating:not(:checked) > label:hover,
.ratings-form .rating:not(:checked) > label:hover ~ label {
  color: gold;
}

.ratings-form .rating > input:checked + label:hover,
.ratings-form .rating > input:checked + label:hover ~ label,
.ratings-form .rating > input:checked ~ label:hover,
.ratings-form .rating > input:checked ~ label:hover ~ label,
.ratings-form .rating > label:hover ~ input:checked ~ label {
  color: #ea0;
}

.ratings-form .rating > label:active {
  position: relative;
  top: 2px;
  left: 2px;
}

.package-comment-wrapper {
  margin-top: 60px;
}

.package-comment-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 459px) {
  .package-comment-item {
    display: block;
  }
}
.package-comment-item:last-child {
  border: none;
  padding: 0;
  margin: 0;
}

.package-comment-thumb {
  width: 70px;
}

.package-comment-content {
  width: calc(100% - 70px);
  padding-left: 30px;
}
@media only screen and (max-width: 459px) {
  .package-comment-content {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }
}
.package-comment-content .package-comment-content-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 10px;
}
.package-comment-content .package-comment-content-header .title {
  margin-bottom: 0;
  font-family: "Mulish", sans-serif;
  font-weight: 800;
  margin-right: 30px;
}
@media only screen and (max-width: 459px) {
  .package-comment-content .package-comment-content-header .title {
    margin-right: 15px;
  }
}
.package-comment-content .package-comment-content-header .comment-ratings {
  margin-right: 30px;
}
@media only screen and (max-width: 459px) {
  .package-comment-content .package-comment-content-header .comment-ratings {
    margin-right: 15px;
  }
}
.package-comment-content .package-comment-content-header .comment-ratings i {
  color: #eb7e00;
}
.package-comment-content .package-comment-content-header .comment-badge {
  background-color: #eb7e00;
  border-radius: 3px;
  padding: 2px 10px;
  font-size: 14px;
  font-weight: 700;
  color: white;
}
@media only screen and (max-width: 459px) {
  .package-comment-content .package-comment-content-header .comment-badge {
    padding: 2px 5px;
  }
}

/*-------------------------------------------------
    [ ### brand block ]
*/
.brand-section {
  background-color: #FCFCFC;
}

.brand-slider {
  overflow: hidden;
}

.brand-item {
  width: 150px;
  height: 150px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.5s;
  position: relative;
}
.brand-item:hover {
  filter: invert(0) sepia(1) hue-rotate(4deg);
}
.brand-item img {
  position: relative;
}

.dark .brand-section {
  background-color: transparent;
}

/*-------------------------------------------------
    [ ### offer block ]
*/
.offer-area {
  background-color: #19232d;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  z-index: 2;
}
.offer-area .offer-element {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.offer-thumb {
  width: 50%;
}
.offer-thumb img {
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .offer-thumb {
    width: 100%;
  }
}

.offer-content {
  width: calc(100% - 50%);
  padding: 40px;
}
@media only screen and (max-width: 991px) {
  .offer-content {
    width: 100%;
    padding: 30px 20px;
  }
}
.offer-content .sub-title {
  font-weight: 700;
  color: white;
  font-family: "Mulish", sans-serif;
  font-size: 18px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 991px) {
  .offer-content .sub-title {
    font-size: 14px;
  }
}
.offer-content .title {
  color: white;
  margin-bottom: 20px;
}
.offer-content p {
  color: white;
}

.offer-btn {
  margin-top: 30px;
}
.offer-btn i {
  transition: all 0.5s;
}
.offer-btn:hover i {
  padding-left: 5px;
}

/*-------------------------------------------------
    [ ### course block ]
*/
.course-section {
  overflow: hidden;
}

.course-slider-wrapper {
  margin: -20px;
}

.course-slider {
  overflow: hidden;
  padding: 20px;
}

.course-item {
  background-color: white;
  box-shadow: 0 12px 30px rgba(220, 187, 135, 0.2);
  border-radius: 10px;
  overflow: hidden;
}

.course-thumb {
  position: relative;
}
.course-thumb img {
  width: 100%;
}
.course-thumb .course-prize {
  position: absolute;
  top: 30px;
  left: 20px;
}
.course-thumb .course-prize span {
  background-color: #eb7e00;
  border-radius: 30px;
  color: #19232d;
  font-weight: 800;
  padding: 5px 15px;
}

.course-content {
  padding: 20px;
}
.course-content .title {
  margin-bottom: 15px;
  font-weight: 700;
}
.course-content .title a {
  transition: all 0.5s;
}
.course-content .title a:hover {
  color: #eb7e00;
}
.course-content .time {
  color: #19232d;
  font-weight: 800;
  display: flex;
}
.course-content .time i {
  color: #eb7e00;
  font-size: 22px;
  margin-right: 5px;
}
.course-content .course-content-header {
  padding-bottom: 15px;
  border-bottom: 1px dashed #e5e5e5;
  margin-bottom: 15px;
}
.course-content .course-content-footer {
  padding-top: 15px;
  border-top: 1px dashed #e5e5e5;
  margin-top: 15px;
}
.course-content .course-content-footer a {
  background-color: transparent;
  color: #eb7e00;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.course-content .course-content-footer a::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #eb7e00;
  border-radius: 999px;
  transform-origin: 100px 100px;
  transform: translate(-10px, -70px) scale(0.1);
  opacity: 0;
  z-index: -1;
  transition: transform 0.5s, opacity 0.5s, background-color 0.5s;
}
.course-content .course-content-footer a i {
  font-size: 12px;
}
.course-content .course-content-footer a:hover {
  color: #19232d;
}
.course-content .course-content-footer a:hover::after {
  opacity: 1;
  transform-origin: 100px 100px;
  border-radius: 999px;
  transform: translate(0, 0) scale(1);
}

.section-header-btn-area a {
  background-color: #FFF8EE;
  border: 1px solid transparent;
  color: #eb7e00;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.section-header-btn-area a::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #eb7e00;
  border-radius: 999px;
  transform-origin: 100px 100px;
  transform: translate(-10px, -70px) scale(0.1);
  opacity: 0;
  z-index: -1;
  transition: transform 0.5s, opacity 0.5s, background-color 0.5s;
}
.section-header-btn-area a:hover {
  color: #19232d;
}
.section-header-btn-area a:hover::after {
  opacity: 1;
  transform-origin: 100px 100px;
  border-radius: 999px;
  transform: translate(0, 0) scale(1);
}
@media only screen and (max-width: 991px) {
  .section-header-btn-area {
    margin-top: 20px;
  }
}

/*-------------------------------------------------
    [ ### subscribe block ]
*/
.subscribe-section {
  overflow: hidden;
}

.subscribe-area {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.subscribe-area .subscribe-content {
  width: 40%;
}
@media only screen and (max-width: 991px) {
  .subscribe-area .subscribe-content {
    width: 100%;
  }
}
.subscribe-area .subscribe-content .sub-title {
  color: #19232d;
  font-family: "Mulish", sans-serif;
  font-weight: 800;
  font-size: 20px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 991px) {
  .subscribe-area .subscribe-content .sub-title {
    font-size: 14px;
  }
}
.subscribe-area .subscribe-content .title {
  margin-bottom: 0;
}
.subscribe-area .subscribe-form {
  width: calc(100% - 40%);
  padding-left: 60px;
  margin-top: 0;
}
@media only screen and (max-width: 991px) {
  .subscribe-area .subscribe-form {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }
}
.subscribe-area .subscribe-form input {
  border-radius: 999px;
  padding: 10px 200px 10px 15px;
  padding-left: 25px;
  border: 1px solid #eb7e00;
  height: 70px;
}
@media only screen and (max-width: 991px) {
  .subscribe-area .subscribe-form input {
    height: 50px;
    padding: 10px 15px 10px 15px;
  }
}
.subscribe-area .subscribe-form button, .subscribe-area .subscribe-form input[type="button"], .subscribe-area .subscribe-form input[type="reset"], .subscribe-area .subscribe-form input[type="submit"] {
  position: absolute;
  top: 7px;
  right: 7px;
  width: auto;
  border-radius: 999px;
  margin-top: 0;
  padding: 16px 30px;
}
.subscribe-area .subscribe-form button i, .subscribe-area .subscribe-form input[type="button"] i, .subscribe-area .subscribe-form input[type="reset"] i, .subscribe-area .subscribe-form input[type="submit"] i {
  margin-left: 5px;
}
@media only screen and (max-width: 991px) {
  .subscribe-area .subscribe-form button, .subscribe-area .subscribe-form input[type="button"], .subscribe-area .subscribe-form input[type="reset"], .subscribe-area .subscribe-form input[type="submit"] {
    position: unset;
    width: 100%;
    margin-top: 10px;
  }
}
.subscribe-area .subscribe-form .custom-check-group {
  margin-top: 20px;
  margin-left: 25px;
  margin-bottom: 0;
}
.subscribe-area .subscribe-form .custom-check-group label {
  font-family: "Mulish", sans-serif;
  color: #19232d;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 0;
}
.subscribe-area .subscribe-form .custom-check-group label a {
  text-decoration: underline;
}

/*-------------------------------------------------
    [ ### choose block ]
*/
.choose-item {
  background-color: white;
  border-radius: 10px;
  padding: 30px 20px;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.choose-item:hover .choose-thumb {
  opacity: 1;
  visibility: visible;
}
.choose-item:hover .num {
  color: #eb7e00;
}
.choose-item:hover .title {
  color: white;
}
.choose-item:hover p {
  color: white;
}
.choose-item .choose-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: all 0.5s;
}
.choose-item .choose-thumb img {
  width: 100%;
  height: 100%;
}
.choose-item .choose-thumb::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #19232d;
  opacity: .7;
}
.choose-item .num {
  font-size: 65px;
  line-height: 65px;
  color: #E8E9EA;
  font-family: "Mulish", sans-serif;
  font-weight: 900;
  margin-bottom: 15px;
}
.choose-item .title {
  margin-bottom: 15px;
}

/*-------------------------------------------------
    [ ### gallery block ]
*/
.gallery-section {
  overflow: hidden;
}

.gallery-slider {
  overflow: hidden;
}
.gallery-slider .swiper-slide-active .gallery-item::before {
  opacity: 0;
}
.gallery-slider .slider-prev, .gallery-slider .slider-next {
  width: 70px;
  height: 70px;
  line-height: 70px;
  font-size: 35px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  color: white;
  background: rgba(255, 255, 255, 0.2);
  border: none;
}
@media only screen and (max-width: 991px) {
  .gallery-slider .slider-prev, .gallery-slider .slider-next {
    display: none;
  }
}
.gallery-slider .slider-prev {
  left: 30%;
}
.gallery-slider .slider-next {
  right: 30%;
}

.gallery-item {
  position: relative;
  transition: all 0.5s;
}
.gallery-item::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #19232d;
  opacity: .6;
  transition: all 0.5s;
}

/*-------------------------------------------------
    [ ### service block ]
*/
.service-section {
  position: relative;
  overflow: hidden;
}
.service-section .service-element-one {
  position: absolute;
  top: 15%;
  right: 3%;
  opacity: .2;
  animation: scroll-down 3s cubic-bezier(0.4, 0, 1, 1) infinite;
}
@media only screen and (max-width: 1600px) {
  .service-section .service-element-one {
    display: none;
  }
}
.service-section .service-element-two {
  position: absolute;
  top: 60%;
  left: 5%;
  opacity: .2;
  animation: scroll-down 2s cubic-bezier(0.4, 0, 1, 1) infinite;
}
@media only screen and (max-width: 1600px) {
  .service-section .service-element-two {
    display: none;
  }
}

.service-item .num {
  font-family: "Playfair Display", sans-serif;
  color: #19232d;
  width: 40px;
  height: 40px;
  line-height: 30px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  background-color: #eb7e00;
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 15px;
}
.service-item .title {
  font-weight: 600;
}
.service-item p {
  color: #19232d;
}

.service-thumb {
  position: relative;
  width: 450px;
  height: 450px;
  background-color: rgba(220, 187, 135, 0.1);
  border-radius: 50%;
  z-index: 10;
  margin: auto;
  transition: all 0.5s;
}
@media only screen and (max-width: 1199px) {
  .service-thumb {
    width: auto;
    height: auto;
  }
}
.service-thumb::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 50%;
  background-color: rgba(220, 187, 135, 0.15);
  -webkit-animation: inner-ripple 2000ms cubic-bezier(0.4, 0, 1, 1) infinite;
  -moz-animation: inner-ripple 2000ms cubic-bezier(0.4, 0, 1, 1) infinite;
  animation: inner-ripple 2000ms cubic-bezier(0.4, 0, 1, 1) infinite;
  z-index: -10;
}
.service-thumb::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 50%;
  background-color: rgba(220, 187, 135, 0.15);
  -webkit-animation: outer-ripple 2000ms cubic-bezier(0.4, 0, 1, 1) infinite;
  -moz-animation: outer-ripple 2000ms cubic-bezier(0.4, 0, 1, 1) infinite;
  animation: outer-ripple 2000ms cubic-bezier(0.4, 0, 1, 1) infinite;
  z-index: -10;
}

/*-------------------------------------------------
    [ ### history block ]
*/
.history-area {
  margin-bottom: -30px;
  position: relative;
  z-index: 2;
}
.history-area::after {
  position: absolute;
  content: '';
  top: 7%;
  left: 50.7%;
  width: 1px;
  height: calc(100% - 23%);
  background-color: #e5e5e5;
  z-index: -1;
}
@media only screen and (max-width: 991px) {
  .history-area::after {
    display: none;
  }
}

.history-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin-bottom: 30px;
}
@media only screen and (max-width: 991px) {
  .history-item {
    justify-content: center;
  }
}
.history-item:nth-child(even) {
  flex-direction: row-reverse;
}
.history-item:nth-child(even) .history-thumb {
  padding-right: 0;
  padding-left: 60px;
}
@media only screen and (max-width: 991px) {
  .history-item:nth-child(even) .history-thumb {
    padding-left: 0;
  }
}
.history-item:nth-child(even) .history-content {
  padding-left: 0;
  text-align: right;
  padding-right: 60px;
}
@media only screen and (max-width: 991px) {
  .history-item:nth-child(even) .history-content {
    text-align: left;
    padding-right: 0;
  }
}
.history-item::before {
  position: absolute;
  content: '';
  top: 28.2%;
  left: 50%;
  width: 15px;
  height: 15px;
  border: 2px solid #19232d;
  border-radius: 50%;
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  .history-item::before {
    display: none;
  }
}
.history-item::after {
  position: absolute;
  content: '';
  top: 26.9%;
  left: 49.55%;
  width: 25px;
  height: 25px;
  background-color: white;
  border-radius: 50%;
}
@media only screen and (max-width: 991px) {
  .history-item::after {
    display: none;
  }
}

.history-thumb {
  width: 50%;
  padding-right: 40px;
}
@media only screen and (max-width: 991px) {
  .history-thumb {
    padding-right: 0;
  }
}
@media only screen and (max-width: 991px) {
  .history-thumb img {
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .history-thumb {
    width: 100%;
  }
}

.history-content {
  width: calc(100% - 50%);
  padding-left: 60px;
}
@media only screen and (max-width: 991px) {
  .history-content {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }
}
.history-content .year {
  font-family: "Playfair Display", sans-serif;
  color: #eb7e00;
  font-weight: 700;
}
.history-content .title {
  margin-bottom: 15px;
  font-weight: 600;
}
.history-content p {
  font-size: 16px;
}
@media only screen and (max-width: 991px) {
  .history-content p {
    font-size: 14px;
  }
}

/*-------------------------------------------------
    [ ### faq block ]
*/
.faq-header-area {
  margin-bottom: 30px;
}
.faq-header-area .sub-title {
  color: #eb7e00;
  font-family: "Mulish", sans-serif;
  font-weight: 800;
  font-size: 20px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 991px) {
  .faq-header-area .sub-title {
    font-size: 14px;
  }
}
.faq-header-area .title {
  margin-bottom: 15px;
  font-weight: 700;
}
.faq-header-area p {
  color: #19232d;
}
.faq-header-area .faq-service-list {
  margin-top: 20px;
}
@media only screen and (max-width: 440px) {
  .faq-header-area .faq-service-list {
    display: none;
  }
}
@media only screen and (max-width: 575px) {
  .faq-header-area .faq-service-list {
    margin: -5px;
  }
}
.faq-header-area .faq-service-list li {
  display: inline-block;
  color: #555E67;
  font-weight: 800;
  font-size: 16px;
}
@media only screen and (max-width: 575px) {
  .faq-header-area .faq-service-list li {
    margin: 5px;
    font-size: 14px;
  }
}
.faq-header-area .faq-service-list li i {
  padding: 5px;
  background-color: #555E67;
  color: white;
  border-radius: 3px;
  margin-right: 5px;
  font-size: 16px;
}
@media only screen and (max-width: 575px) {
  .faq-header-area .faq-service-list li i {
    padding: 3px;
    font-size: 12px;
  }
}
.faq-header-area .faq-service-list li + li {
  margin-left: 20px;
}
@media only screen and (max-width: 575px) {
  .faq-header-area .faq-service-list li + li {
    margin-left: 0;
  }
}

.faq-thumb img {
  width: 100%;
}

.faq-wrapper {
  margin-bottom: -20px;
}

/* FAQ Section Header Styling */
.faq-section .section-header .sub-title {
  font-size: 1.1rem;
  color: #666;
  margin-bottom: 1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.faq-section .section-header .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #000;
  margin-bottom: 1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.faq-section .section-header .section-description {
  font-size: 1.1rem;
  color: #666;
  margin-bottom: 3rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.faq-wrapper .faq-item {
  background-color: white;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  margin-bottom: 20px;
  overflow: hidden;
  transition: all 0.3s;
  border: 2px solid #e9ecef;
}
.faq-wrapper .faq-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}
.faq-wrapper .faq-item .faq-title {
  font-size: 16px;
  align-items: center;
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 20px 25px;
  margin-bottom: 0;
  background: linear-gradient(135deg, #007bff, #0056b3);
  color: white;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 991px) {
  .faq-wrapper .faq-item .faq-title {
    font-size: 15px;
    padding: 15px 20px;
  }
  
  .faq-section .section-header .section-title {
    font-size: 2rem;
  }
  
  .faq-section .section-header .section-description {
    font-size: 1rem;
  }
}

@media only screen and (max-width: 768px) {
  .faq-wrapper .faq-item .faq-title {
    font-size: 14px;
    padding: 12px 15px;
  }
  
  .faq-wrapper .faq-item .faq-title .title i {
    font-size: 16px;
    width: 20px;
    padding: 6px;
    margin-right: 10px;
  }
  
  .faq-wrapper .faq-item .faq-content {
    padding: 20px 15px;
  }
  
  .faq-wrapper .faq-item .faq-content p {
    font-size: 14px;
  }
  
  .faq-section .section-header .section-title {
    font-size: 1.8rem;
  }
}
.faq-wrapper .faq-item .faq-title .title {
  width: calc(100% - 40px);
  display: inline-block;
  font-family: "Mulish", sans-serif;
  font-weight: 700;
  margin-bottom: 0;
}

.faq-wrapper .faq-item .faq-title .title i {
  margin-right: 15px;
  color: white;
  font-size: 18px;
  width: 24px;
  text-align: center;
  background: rgba(255, 255, 255, 0.2);
  padding: 8px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.faq-wrapper .faq-item .faq-content {
  display: none;
  padding: 25px;
  background: #f8f9fa;
  border-top: 1px solid #e9ecef;
}
.faq-wrapper .faq-item.open .faq-content {
  display: block;
}
.faq-wrapper .faq-item .faq-content p {
  font-size: 15px;
  line-height: 1.6;
  color: #555;
  margin: 0;
}
.faq-wrapper .faq-item .right-icon {
  display: block;
  width: 35px;
  height: 35px;
  position: relative;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.faq-wrapper .faq-item .right-icon::after {
  border-bottom: 3px solid white;
  border-right: 3px solid white;
  content: '';
  display: block;
  height: 10px;
  margin-top: 0;
  pointer-events: none;
  position: absolute;
  margin-top: -7px;
  right: 50%;
  top: 50%;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: rotate(45deg) translateX(50%);
  -ms-transform: rotate(45deg) translateX(50%);
  transform: rotate(45deg) translateX(50%);
  transition: all 0.3s;
  width: 10px;
}
.faq-wrapper .faq-item.open .faq-title {
  background: linear-gradient(135deg, #0056b3, #004085);
  color: white;
}
.faq-wrapper .faq-item.open .right-icon::after {
  border-top: 3px solid white;
  border-left: 3px solid white;
  border-bottom: none;
  border-right: none;
  margin-top: -3px;
}

/*-------------------------------------------------
    [ ### interior block ]
*/
.interior-section {
  position: relative;
  z-index: 2;
}
.interior-section .interior-element {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  z-index: -1;
}

.interior-area {
  background-color: #f5f3f1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.interior-icon {
  font-size: 100px;
  color: #19232d;
  margin-bottom: 30px;
}
@media only screen and (max-width: 991px) {
  .interior-icon {
    font-size: 50px;
  }
}

.interior-content {
  width: 50%;
  padding: 100px;
}
@media only screen and (max-width: 1199px) {
  .interior-content {
    padding: 60px;
  }
}
@media only screen and (max-width: 991px) {
  .interior-content {
    width: 100%;
    padding: 30px;
  }
}
.interior-content .title {
  font-size: 30px;
  margin-bottom: 25px;
  font-weight: 600;
}
@media only screen and (max-width: 991px) {
  .interior-content .title {
    font-size: 22px;
  }
}
.interior-content p {
  color: #19232d;
  font-size: 14px;
}

.interior-thumb {
  width: calc(100% - 50%);
}
.interior-thumb img {
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .interior-thumb {
    width: 100%;
  }
}

/*-------------------------------------------------
    [ ### four-not-four block ]
*/
.four-not-four-section {
  position: relative;
}
@media only screen and (max-width: 991px) {
  .four-not-four-section {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.four-not-four-section .four-not-four-element-one {
  position: absolute;
  top: 25%;
  right: 5%;
  opacity: .2;
}
@media only screen and (max-width: 1199px) {
  .four-not-four-section .four-not-four-element-one {
    display: none;
  }
}
.four-not-four-section .four-not-four-element-two {
  position: absolute;
  top: 40%;
  left: 8%;
  opacity: .2;
}
@media only screen and (max-width: 1199px) {
  .four-not-four-section .four-not-four-element-two {
    display: none;
  }
}

.four-not-four-thumb {
  position: relative;
}
.four-not-four-thumb .four-not-four-element-three {
  position: absolute;
  right: 35%;
  top: -5%;
  animation: scroll-down 3s cubic-bezier(0.4, 0, 1, 1) infinite;
}
@media only screen and (max-width: 1199px) {
  .four-not-four-thumb .four-not-four-element-three {
    display: none;
  }
}
.four-not-four-thumb .four-not-four-element-four {
  position: absolute;
  left: 35%;
  top: 5%;
  animation: scroll-down 2s cubic-bezier(0.4, 0, 1, 1) infinite;
}
@media only screen and (max-width: 1199px) {
  .four-not-four-thumb .four-not-four-element-four {
    display: none;
  }
}

.four-not-four-content {
  padding-top: 40px;
}
.four-not-four-content .title {
  font-weight: 700;
  margin-bottom: 20px;
}
.four-not-four-content p {
  font-size: 20px;
  color: #19232d;
  font-weight: 700;
}
@media only screen and (max-width: 991px) {
  .four-not-four-content p {
    font-size: 15px;
  }
}
.four-not-four-content p span {
  color: #eb7e00;
}

.four-not-four-form {
  max-width: 300px;
  margin: 0 auto;
  margin-top: 30px;
  position: relative;
}
.four-not-four-form input {
  border: 1px solid #e5e5e5;
  background-color: white;
  font-family: "Mulish", sans-serif;
  color: #3d3d3d;
  padding: 10px 40px 10px 15px;
  font-weight: 700;
}
.four-not-four-form input:focus {
  background-color: white;
}
.four-not-four-form input::placeholder {
  color: rgba(61, 61, 61, 0.7);
}
.four-not-four-form button, .four-not-four-form input[type="button"], .four-not-four-form input[type="reset"], .four-not-four-form input[type="submit"] {
  position: absolute;
  top: 9px;
  right: 12px;
  background-color: transparent;
  color: #eb7e00;
  font-size: 20px;
}

/*-------------------------------------------------
    [ ### contact block ]
*/
.contact-section {
  position: relative;
  overflow: hidden;
}
.contact-section .contact-element {
  position: absolute;
  right: -10%;
  bottom: -5%;
}

.contact-left-content {
  width: 80%;
}
@media only screen and (max-width: 991px) {
  .contact-left-content {
    width: 100%;
  }
}
.contact-left-content .sub-title {
  font-weight: 700;
  font-size: 20px;
  color: #eb7e00;
  margin-bottom: 15px;
  font-family: "Mulish", sans-serif;
}
@media only screen and (max-width: 991px) {
  .contact-left-content .sub-title {
    font-size: 14px;
  }
}
.contact-left-content .title {
  margin-bottom: 15px;
  font-weight: 700;
  width: 80%;
}
.contact-left-content p {
  color: #19232d;
}
.contact-left-content .contact-social {
  margin-top: 30px;
}
.contact-left-content .contact-social li {
  display: inline-block;
}
.contact-left-content .contact-social li a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  background: transparent;
  border: 1px solid rgba(220, 187, 135, 0.5);
  color: #eb7e00;
  font-size: 12px;
  transition: all 0.3s;
}
.contact-left-content .contact-social li a:hover {
  color: white;
  background-color: #eb7e00;
}
.contact-left-content .contact-social li + li {
  margin-left: 5px;
}

.contact-form-area .contact-select::after {
  content: '\f078';
  font-weight: 900;
  font-family: 'Font Awesome 5 Free';
  font-size: 16px;
  color: rgba(61, 61, 61, 0.7);
  right: 32px;
  top: 15px;
  position: absolute;
  pointer-events: none;
}
.contact-form-area .contact-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.contact-form-area .contact-select .form--control {
  line-height: 30px;
}
.contact-form-area .nice-select .current {
  color: rgba(61, 61, 61, 0.7);
}
.contact-form-area .nice-select .option {
  font-weight: 500;
  font-size: 14px;
}
.contact-form-area .icon {
  position: absolute;
  top: 13px;
  right: 30px;
  background-color: transparent;
  color: rgba(61, 61, 61, 0.7);
  font-size: 20px;
}
.contact-form-area .form--control {
  border: 1px solid #eb7e00;
  background-color: white;
  border-radius: 3px;
  height: 50px;
  color: #3d3d3d;
  font-family: "Mulish", sans-serif;
  padding: 10px 40px 10px 15px;
  font-weight: 700;
}
.contact-form-area .form--control:focus {
  border: 1px solid #eb7e00;
  background-color: white;
  color: #3d3d3d;
}
.contact-form-area .form--control::placeholder {
  color: rgba(61, 61, 61, 0.7);
}
.contact-form-area button i, .contact-form-area input[type="button"] i, .contact-form-area input[type="reset"] i, .contact-form-area input[type="submit"] i {
  font-size: 12px;
  transition: all 0.5s;
}

.contact-widget .contact-form-header {
  margin-bottom: 30px;
}
.contact-widget .contact-form-header .sub-title {
  font-weight: 700;
  font-size: 20px;
  color: #eb7e00;
  margin-bottom: 15px;
  font-family: "Mulish", sans-serif;
}
@media only screen and (max-width: 991px) {
  .contact-widget .contact-form-header .sub-title {
    font-size: 14px;
  }
}
.contact-widget .contact-form-header .title {
  margin-bottom: 10px;
  font-weight: 700;
}
.contact-widget .contact-item-list li {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px dashed #e5e5e5;
}
.contact-widget .contact-item-list li:first-child {
  border: none;
  padding: 0;
  margin: 0;
}
.contact-widget .contact-item-list li a {
  display: flex;
  flex-wrap: wrap;
}
.contact-widget .contact-item-list li .contact-item-icon {
  width: 60px;
  height: 60px;
  line-height: 60px;
  display: inline-block;
  text-align: center;
  background-color: #f5f3f1;
  border-radius: 50%;
  color: #eb7e00;
  font-size: 24px;
}
.contact-widget .contact-item-list li .contact-item-content {
  width: calc(100% - 60px);
  padding-left: 20px;
}
.contact-widget .contact-item-list li .contact-item-content .title {
  font-family: "Mulish", sans-serif;
  font-weight: 800;
  font-size: 24px;
}
@media only screen and (max-width: 991px) {
  .contact-widget .contact-item-list li .contact-item-content .title {
    font-size: 18px;
  }
}
.contact-widget .contact-item-list li .contact-item-content p {
  margin-bottom: 0;
  font-weight: 600;
}

.map-area {
  margin-right: 30px;
}
@media only screen and (max-width: 991px) {
  .map-area {
    margin-right: 0;
  }
}
.map-area iframe {
  width: 100%;
  height: 585px;
}

/*-------------------------------------------------
    [ ### account block ]
*/
.account-form {
  position: relative;
}
.account-form .icon {
  position: absolute;
  top: 13px;
  right: 30px;
  background-color: transparent;
  color: #3d3d3d;
  font-size: 20px;
}
.account-form input {
  border: 1px solid #eb7e00;
  color: #3d3d3d;
  font-family: "Mulish", sans-serif;
  padding: 10px 40px 10px 15px;
  height: 50px;
  font-weight: 700;
}
.account-form input:focus {
  border: 1px solid #eb7e00;
  background-color: white;
  color: #3d3d3d;
}
.account-form input::placeholder {
  color: rgba(61, 61, 61, 0.7);
}
.account-form p {
  font-size: 15px;
  font-weight: 700;
}
.account-form p span {
  color: #eb7e00;
  font-weight: 800;
}
.account-form button, .account-form input[type="button"], .account-form input[type="reset"], .account-form input[type="submit"] {
  border-radius: 5px;
  margin-top: 20px;
}

.google-submit button, .google-submit input[type="button"], .google-submit input[type="reset"], .google-submit input[type="submit"] {
  background-color: transparent;
  border: 1px solid #eb7e00;
}

.or label {
  font-family: "Mulish", sans-serif;
  color: #19232d;
  font-weight: 700;
  position: relative;
}
.or label::before {
  position: absolute;
  content: '';
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 45%;
  height: 1px;
  background-color: #e5e5e5;
}
.or label::after {
  position: absolute;
  content: '';
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 45%;
  height: 1px;
  background-color: #e5e5e5;
}

.account-item label {
  color: #3d3d3d;
  font-family: "Mulish", sans-serif;
  font-weight: 700;
  font-size: 15px;
}
.account-item label a {
  font-weight: 800;
}

/*--------------------------------------------------------------
    [ ## Blog ]
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ### blog block ]
*/
.blog-item {
  padding: 20px;
  background-color: white;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  transition: all 0.3s;
}

.blog-thumb {
  overflow: hidden;
  border-radius: 10px;
}
.blog-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-content {
  padding-top: 20px;
}
.blog-content .title {
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 1.5;
}
.blog-content .title a {
  transition: all 0.5s;
}
.blog-content .title a:hover {
  color: #eb7e00;
}
@media only screen and (max-width: 991px) {
  .blog-content .title {
    line-height: 1.5;
    font-size: 18px;
  }
}

.blog-post-meta {
  margin-bottom: 10px;
}
.blog-post-meta span {
  color: #8E8E8E;
  font-size: 14px;
}
@media only screen and (max-width: 991px) {
  .blog-post-meta span {
    font-size: 12px;
  }
}
.blog-post-meta .date {
  position: relative;
  padding-right: 20px;
  margin-right: 18px;
}
.blog-post-meta .date::before {
  position: absolute;
  content: '';
  top: 7px;
  right: 0;
  width: 1px;
  height: 10px;
  background-color: #eb7e00;
}

.blog-btn a {
  color: #eb7e00;
  font-size: 16px;
  font-weight: 800;
}
.blog-btn a i {
  font-size: 12px;
  transition: all 0.5s;
}
.blog-btn a:hover i {
  padding-left: 5px;
}

.dark .blog-item {
  background-color: #1F2E3C;
}
.dark .blog-post-meta span {
  color: #dfdfdf;
}
.dark .blog-content .title {
  color: white;
}
.dark .blog-content p {
  color: #dfdfdf;
}

.page-wrapper-two .blog-item {
  padding: 0;
  box-shadow: none;
  overflow: hidden;
}
.page-wrapper-two .blog-thumb {
  position: relative;
}
.page-wrapper-two .blog-thumb::before {
  content: "";
  position: absolute;
  background-image: linear-gradient(-365deg, rgba(31, 46, 60, 0.8) 20%, rgba(25, 25, 25, 0) 100%);
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.page-wrapper-two .blog-thumb .blog-content {
  position: absolute;
  bottom: 20px;
  left: 20px;
  padding-top: 0;
}
@media only screen and (max-width: 991px) {
  .page-wrapper-two .blog-thumb .blog-content {
    padding: 10px;
    bottom: 10px;
    left: 10px;
  }
}
.page-wrapper-two .blog-thumb .blog-content .blog-badge {
  background-color: #eb7e00;
  border-radius: 30px;
  color: white;
  font-weight: 600;
  padding: 4px 15px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 991px) {
  .page-wrapper-two .blog-thumb .blog-content .blog-badge {
    font-size: 12px;
    padding: 2px 10px;
  }
}
.page-wrapper-two .blog-thumb .blog-content .title {
  color: white;
}
.page-wrapper-two .blog-thumb .blog-content .blog-post-meta .date::before {
  background-color: white;
}
.page-wrapper-two .blog-thumb .blog-content .blog-post-meta span {
  color: white;
}
.page-wrapper-two .blog-right-content-area .blog-content {
  padding-top: 0;
  padding-bottom: 10px;
  border-bottom: 1px dashed #e5e5e5;
  margin-bottom: 20px;
}
.page-wrapper-two .blog-right-content-area .blog-content:last-child {
  border: none;
  padding: 0;
  margin: 0;
}

.sidebar {
  position: sticky;
  top: 0;
}

.widget-box {
  background-color: white;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
  padding: 25px;
  border-radius: 10px;
  z-index: 2;
  overflow: hidden;
}
.widget-box .widget-title {
  margin-bottom: 20px;
  font-weight: 800;
  font-family: "Mulish", sans-serif;
  position: relative;
  z-index: 2;
}
.widget-box .widget-title::before {
  position: absolute;
  content: '';
  top: 0;
  left: -25px;
  width: 3px;
  height: 20px;
  background-color: #eb7e00;
}

.package-book-form .form-group {
  position: relative;
}
.package-book-form .icon {
  position: absolute;
  top: 11px;
  right: 20px;
  background-color: transparent;
  color: #eb7e00;
  font-size: 20px;
}
.package-book-form .form--control {
  border: 1px solid #eb7e00;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 10px 40px 10px 15px;
  color: white;
  font-family: "Mulish", sans-serif;
  font-weight: 400;
}
.package-book-form .form--control:focus {
  border: 1px solid #eb7e00;
  background-color: rgba(255, 255, 255, 0.1);
  color: white;
}
.package-book-form .form--control::placeholder {
  color: white;
}
.package-book-form button i, .package-book-form input[type="button"] i, .package-book-form input[type="reset"] i, .package-book-form input[type="submit"] i {
  margin-right: 5px;
  transition: all 0.5s;
}
.package-book-form button::before, .package-book-form input[type="button"]::before, .package-book-form input[type="reset"]::before, .package-book-form input[type="submit"]::before {
  color: #19232d;
  transition: all 0.5s;
}
.package-book-form button:hover i, .package-book-form input[type="button"]:hover i, .package-book-form input[type="reset"]:hover i, .package-book-form input[type="submit"]:hover i {
  transform: rotate(40deg);
}
.package-book-form button:hover::before, .package-book-form input[type="button"]:hover::before, .package-book-form input[type="reset"]:hover::before, .package-book-form input[type="submit"]:hover::before {
  color: #eb7e00;
}

.popular-widget-box {
  margin-bottom: -20px;
}

.single-popular-item {
  padding-bottom: 30px;
  border-bottom: 1px dashed #e5e5e5;
  margin-bottom: 30px;
}
.single-popular-item:last-child {
  border: none;
  padding: 0;
}
.single-popular-item .popular-item-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-popular-item .popular-item-content {
  width: calc(100% - 90px);
  padding-left: 10px;
}
.single-popular-item .popular-item-content .title {
  font-size: 16px;
  margin-bottom: 0;
  font-family: "Mulish", sans-serif;
  font-weight: 700;
}
.single-popular-item .popular-item-content .title a {
  transition: all 0.5s;
}
.single-popular-item .popular-item-content .title a:hover {
  color: #eb7e00;
}
.single-popular-item .popular-item-content .blog-date {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 7px;
}

.category-list li {
  font-size: 15px;
  border-bottom: 1px dashed #e5e5e5;
  padding-bottom: 15px;
  margin-bottom: 15px;
  font-weight: 700;
}
.category-list li:last-child {
  border: none;
  padding: 0;
  margin: 0;
}
.category-list li a {
  display: block;
  transition: all 0.5s;
}
.category-list li a:hover {
  color: #eb7e00;
}
.category-list li i {
  color: #eb7e00;
  margin-right: 5px;
}
.category-list li span {
  float: right;
}
.category-list li span::before {
  content: '(';
}
.category-list li span::after {
  content: ')';
}

.tag-list {
  margin: -5px;
}
.tag-list li {
  display: inline-block;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  margin: 5px;
  transition: all 0.5s;
}
.tag-list li:hover {
  background-color: #eb7e00;
  border: 1px solid #eb7e00;
  color: white;
}

.search-widget-box .search-form {
  position: relative;
}
.search-widget-box .search-form input {
  border: 1px solid #e5e5e5;
  font-family: "Mulish", sans-serif;
  padding: 10px 40px 10px 15px;
  color: #3d3d3d;
  font-weight: 700;
}
.search-widget-box .search-form input::placeholder {
  color: #3d3d3d;
}
.search-widget-box .search-form button, .search-widget-box .search-form input[type="button"], .search-widget-box .search-form input[type="reset"], .search-widget-box .search-form input[type="submit"] {
  position: absolute;
  top: 13px;
  right: 10px;
  background-color: transparent;
  color: #eb7e00;
  font-size: 18px;
}

.blog-classic .blog-item {
  box-shadow: none;
  padding: 0;
  border-bottom: 1px dashed #e5e5e5;
  border-radius: 0;
  padding-bottom: 20px;
}
.blog-classic .blog-item:last-child {
  border: none;
  padding: 0;
}
.blog-classic .blog-thumb {
  border-radius: 0;
}
.blog-classic .blog-content .title {
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 15px;
  font-size: 24px;
}
@media only screen and (max-width: 991px) {
  .blog-classic .blog-content .title {
    font-size: 20px;
    line-height: 1.5;
  }
}
.blog-classic .blog-content p {
  font-size: 15px;
}
.blog-classic .blog-meta-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.blog-classic .blog-post-meta {
  margin-bottom: 0;
}
.blog-classic .blog-post-meta span {
  font-weight: 500;
}
@media only screen and (max-width: 575px) {
  .blog-classic .blog-social {
    display: none;
  }
}
.blog-classic .blog-social li {
  display: inline-block;
}
.blog-classic .blog-social li a {
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  background: transparent;
  color: #3d3d3d;
  font-size: 14px;
  transition: all 0.3s;
}
.blog-classic .blog-social li a:hover {
  color: #eb7e00;
}
.blog-classic .blog-social li + li {
  margin-left: 10px;
}
.blog-classic .blog-btn {
  margin-top: 30px;
}
.blog-classic .blog-btn a {
  background-color: transparent;
  color: #19232d;
  border: 1px solid #19232d;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.blog-classic .blog-btn a::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #eb7e00;
  border-radius: 999px;
  transform-origin: 100px 100px;
  transform: translate(-10px, -70px) scale(0.1);
  opacity: 0;
  z-index: -1;
  transition: transform 0.5s, opacity 0.5s, background-color 0.5s;
}
.blog-classic .blog-btn a i {
  color: #eb7e00;
  transition: all 0.5s;
}
.blog-classic .blog-btn a:hover {
  color: #19232d;
  border: 1px solid #eb7e00;
}
.blog-classic .blog-btn a:hover::after {
  opacity: 1;
  transform-origin: 100px 100px;
  border-radius: 999px;
  transform: translate(0, 0) scale(1);
}
.blog-classic .blog-btn a:hover i {
  color: #19232d;
  padding-left: 0;
}

.blog-details .blog-content .sub-title {
  font-weight: 400;
  font-size: 15px;
  color: #eb7e00;
  margin-bottom: 10px;
}
@media only screen and (max-width: 991px) {
  .blog-details .blog-content .sub-title {
    font-size: 14px;
  }
}
.blog-details .blog-btn a::after {
  display: none;
}
.blog-details .blog-list {
  margin-top: 30px;
  margin-bottom: 20px;
}
.blog-details .blog-list li {
  position: relative;
  padding-left: 40px;
  padding-bottom: 20px;
  font-weight: 700;
}
.blog-details .blog-list li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '\f00c';
  font-family: "Font Awesome 5 Free";
  width: 20px;
  height: 20px;
  line-height: 20px;
  background-color: rgba(220, 187, 135, 0.2);
  border-radius: 50%;
  color: #19232d;
  text-align: center;
  font-weight: 900;
}
.blog-details .blog-list li + li {
  margin-top: 8px;
}
.blog-details .pagination {
  justify-content: space-between;
  margin-top: 30px;
}
.blog-details .pagination .page-item {
  text-align: center;
  padding: 8px;
}
.blog-details .pagination .page-item a, .blog-details .pagination .page-item span {
  width: auto;
  height: auto;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: transparent;
  border: none;
  color: #eb7e00;
  padding: 0;
  font-weight: 700;
  line-height: auto;
  font-size: 24px;
  display: block;
  margin: 0;
}
.blog-details .pagination .page-item.next a {
  background: transparent;
  border: none;
  color: #eb7e00;
  margin-left: 5px;
  font-size: 14px;
}
.blog-details .pagination .page-item.prev a {
  background: transparent;
  border: none;
  color: #eb7e00;
  margin-left: 5px;
  font-size: 14px;
}
.blog-details .pagination .page-item.disabled span {
  background: transparent;
  border: none;
  color: #eb7e00;
  margin-right: 5px;
  font-size: 14px;
}
.blog-details .pagination .page-item .page-link {
  transition: all 0.3s;
}
.blog-details .pagination .page-item.active .page-link {
  background-color: #eb7e00;
  border-color: transparent;
  color: #19232d;
}

.blog-tag-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-top: 1px dashed #e5e5e5;
  padding-top: 20px;
  margin-top: 30px;
}
.blog-tag-wrapper span {
  color: #19232d;
  font-weight: 700;
  margin-right: 10px;
}
.blog-tag-wrapper .blog-footer-tag li {
  display: inline-block;
  background-color: #f5f3f1;
  padding: 3px 10px;
  font-weight: 700;
  font-size: 14px;
}
.blog-tag-wrapper .blog-footer-tag li + li {
  margin-left: 10px;
}

.blog-slider-area {
  margin: -20px;
}

.blog-slider {
  overflow: hidden;
  padding: 20px;
}

.blog-related-area {
  margin-top: 60px;
}
.blog-related-area .section-header .section-title {
  font-weight: 700;
}
.blog-related-area .blog-item {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  padding: 20px !important;
  border-bottom: none;
  border-radius: 10px;
  padding-bottom: 0;
}
.blog-related-area .blog-thumb {
  border-radius: 10px;
}
.blog-related-area .blog-content .title {
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 15px;
  font-size: 20px;
}
.blog-related-area .blog-content p {
  font-size: 14px;
}
.blog-related-area .blog-post-meta {
  margin-bottom: 10px;
}
.blog-related-area .blog-post-meta span {
  font-weight: 400;
}
.blog-related-area .blog-btn {
  margin-top: 0;
}
.blog-related-area .blog-btn a {
  background-color: transparent;
  color: #eb7e00;
  border: none;
}
.blog-related-area .blog-btn a i {
  color: #eb7e00;
  transition: all 0.5s;
}
.blog-related-area .blog-btn a:hover {
  background-color: transparent;
  color: #eb7e00;
  border: none;
}
.blog-related-area .blog-btn a:hover i {
  color: #eb7e00;
}

.blog-section-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.blog-section-header .section-header {
  margin-bottom: 0;
}

.blog-comment-area {
  margin-top: 60px;
}
.blog-comment-area .title {
  margin-bottom: 10px !important;
}
.blog-comment-area .comment-form {
  margin-top: 30px;
}
.blog-comment-area .comment-form .form--control {
  border: 1px solid #e5e5e5;
  background-color: white;
  height: 50px;
  color: #3d3d3d;
  font-family: "Mulish", sans-serif;
  font-weight: 400;
}
.blog-comment-area .comment-form .form--control:focus {
  border: 1px solid #eb7e00;
  background-color: white;
  color: #3d3d3d;
}
.blog-comment-area .comment-form .form--control::placeholder {
  color: #3d3d3d;
}
.blog-comment-area .comment-form button, .blog-comment-area .comment-form input[type="button"], .blog-comment-area .comment-form input[type="reset"], .blog-comment-area .comment-form input[type="submit"] {
  background-color: transparent;
  color: #19232d;
  border: 1px solid #19232d;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.blog-comment-area .comment-form button::after, .blog-comment-area .comment-form input[type="button"]::after, .blog-comment-area .comment-form input[type="reset"]::after, .blog-comment-area .comment-form input[type="submit"]::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #eb7e00;
  border-radius: 999px;
  transform-origin: 100px 100px;
  transform: translate(-10px, -70px) scale(0.1);
  opacity: 0;
  z-index: -1;
  transition: transform 0.5s, opacity 0.5s, background-color 0.5s;
}
.blog-comment-area .comment-form button i, .blog-comment-area .comment-form input[type="button"] i, .blog-comment-area .comment-form input[type="reset"] i, .blog-comment-area .comment-form input[type="submit"] i {
  color: #eb7e00;
  transition: all 0.5s;
}
.blog-comment-area .comment-form button:hover, .blog-comment-area .comment-form input[type="button"]:hover, .blog-comment-area .comment-form input[type="reset"]:hover, .blog-comment-area .comment-form input[type="submit"]:hover {
  color: #19232d;
  border: 1px solid #eb7e00;
}
.blog-comment-area .comment-form button:hover::after, .blog-comment-area .comment-form input[type="button"]:hover::after, .blog-comment-area .comment-form input[type="reset"]:hover::after, .blog-comment-area .comment-form input[type="submit"]:hover::after {
  opacity: 1;
  transform-origin: 100px 100px;
  border-radius: 999px;
  transform: translate(0, 0) scale(1);
}
.blog-comment-area .comment-form button:hover i, .blog-comment-area .comment-form input[type="button"]:hover i, .blog-comment-area .comment-form input[type="reset"]:hover i, .blog-comment-area .comment-form input[type="submit"]:hover i {
  color: #19232d;
}

.blog-widget-thumb-area {
  margin-top: 30px;
}

.instructor-header-area {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 1px dashed #e5e5e5;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.instructor-header-area .instructor-thumb {
  width: 70px;
}
.instructor-header-area .instructor-content {
  width: calc(100% - 70px);
  padding-left: 15px;
}
.instructor-header-area .instructor-content .title {
  font-family: "Mulish", sans-serif;
  font-weight: 800;
  margin-bottom: 3px;
}
.instructor-header-area .instructor-content .title a {
  transition: all 0.5s;
}
.instructor-header-area .instructor-content .title a:hover {
  color: #eb7e00;
}
.instructor-header-area .instructor-content .instructor-ratings {
  margin-top: 5px;
}

.instructor-footer-area {
  border-top: 1px dashed #e5e5e5;
  padding-top: 15px;
  margin-top: 20px;
}

.instructor-social li {
  display: inline-block;
}
.instructor-social li a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #e5e5e5;
  color: #19232d;
  font-size: 12px;
  transition: all 0.3s;
}
.instructor-social li a:hover {
  border: 1px solid #eb7e00;
  background-color: #eb7e00;
  color: white;
}

.instructor-social li + li {
  margin-left: 8px;
}

.blog-widget-thumb img {
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .blog-right-content-area {
    display: none;
  }
}

/* Aeroquest Aviation Solutions Custom Styles */

/* Emergency Air Ambulance Section Styles */
.emergency-air-ambulance-section {
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
    position: relative;
    overflow: hidden;
}

.emergency-air-ambulance-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('../images/bg/bg-1.png') center/cover;
    opacity: 0.1;
    z-index: 1;
}

.emergency-air-ambulance-section .container {
    position: relative;
    z-index: 2;
}

.emergency-content {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 30px;
    padding: 60px 40px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.emergency-icon {
    width: 100px;
    height: 100px;
    background: linear-gradient(135deg, #dc2626, #ef4444);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 30px;
    box-shadow: 0 10px 30px rgba(220, 38, 38, 0.3);
    animation: emergencyIconPulse 3s ease-in-out infinite;
}

.emergency-icon i {
    font-size: 40px;
    color: white;
}

@keyframes emergencyIconPulse {
    0%, 100% { 
        transform: scale(1);
        box-shadow: 0 10px 30px rgba(220, 38, 38, 0.3);
    }
    50% { 
        transform: scale(1.05);
        box-shadow: 0 15px 40px rgba(220, 38, 38, 0.5);
    }
}

.emergency-content .title {
    color: #1a1a1a;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.2;
}

.emergency-description {
    color: #4a4a4a;
    font-size: 1.1rem;
    margin-bottom: 40px;
    line-height: 1.6;
}

.emergency-features {
    margin-bottom: 40px;
}

.emergency-feature {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 15px;
    background: #f8f9fa;
    border-radius: 15px;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    height: 100%;
}

.emergency-feature:hover {
    background: #ffffff;
    border-color: #dc2626;
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.emergency-feature i {
    font-size: 24px;
    color: #dc2626;
    margin-right: 12px;
    width: 30px;
    text-align: center;
}

.emergency-feature span {
    color: #1a1a1a;
    font-weight: 600;
    font-size: 1rem;
}

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

.emergency-main-content {
    padding-right: 30px;
}

.emergency-btn {
    background: linear-gradient(135deg, #dc2626, #ef4444) !important;
    border: none !important;
    color: white !important;
    font-weight: 700 !important;
    padding: 25px 30px !important;
    border-radius: 20px !important;
    text-decoration: none !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: 0 15px 40px rgba(220, 38, 38, 0.4) !important;
    transition: all 0.3s ease !important;
    animation: emergencyButtonPulse 2s ease-in-out infinite !important;
    position: relative !important;
    overflow: hidden !important;
    min-height: 120px !important;
    width: 100% !important;
    max-width: 280px !important;
    margin: 0 auto !important;
}

.emergency-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s ease;
}

.emergency-btn:hover::before {
    left: 100%;
}

.emergency-btn:hover {
    background: linear-gradient(135deg, #b91c1c, #dc2626) !important;
    transform: translateY(-5px) !important;
    box-shadow: 0 20px 50px rgba(220, 38, 38, 0.6) !important;
    color: white !important;
}

.emergency-btn i {
    font-size: 2rem;
    margin-bottom: 10px;
    opacity: 0.9;
}

.btn-text {
    text-align: center;
    line-height: 1.2;
}

.btn-line-1 {
    font-size: 1.4rem;
    font-weight: 800;
    margin-bottom: 2px;
}

.btn-line-2 {
    font-size: 0.9rem;
    font-weight: 600;
    opacity: 0.9;
    margin-bottom: 5px;
}

.btn-line-3 {
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: 0.5px;
}

@keyframes emergencyButtonPulse {
    0%, 100% { 
        transform: scale(1);
        box-shadow: 0 10px 30px rgba(220, 38, 38, 0.4);
    }
    50% { 
        transform: scale(1.02);
        box-shadow: 0 12px 35px rgba(220, 38, 38, 0.6);
    }
}

/* Responsive Design */
@media (max-width: 992px) {
    .emergency-main-content {
        padding-right: 0;
        margin-bottom: 40px;
    }
    
    .emergency-cta {
        margin-top: 30px;
    }
}

@media (max-width: 768px) {
    .emergency-content {
        padding: 40px 25px;
        margin: 0 15px;
    }
    
    .emergency-content .title {
        font-size: 2rem;
    }
    
    .emergency-description {
        font-size: 1rem;
    }
    
    .emergency-feature {
        padding: 15px 10px;
        margin-bottom: 15px;
    }
    
    .emergency-feature i {
        font-size: 20px;
        margin-right: 8px;
    }
    
    .emergency-feature span {
        font-size: 0.9rem;
    }
    
    .emergency-btn {
        padding: 20px 25px !important;
        min-height: 100px !important;
        max-width: 250px !important;
    }
    
    .emergency-btn i {
        font-size: 1.8rem;
    }
    
    .btn-line-1 {
        font-size: 1.2rem;
    }
    
    .btn-line-2 {
        font-size: 0.8rem;
    }
    
    .btn-line-3 {
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .emergency-content {
        padding: 30px 20px;
    }
    
    .emergency-content .title {
        font-size: 1.8rem;
    }
    
    .emergency-icon {
        width: 80px;
        height: 80px;
    }
    
    .emergency-icon i {
        font-size: 32px;
    }
    
    .emergency-btn {
        padding: 18px 20px !important;
        min-height: 90px !important;
        max-width: 220px !important;
    }
    
    .emergency-btn i {
        font-size: 1.6rem;
    }
    
    .btn-line-1 {
        font-size: 1.1rem;
    }
    
    .btn-line-2 {
        font-size: 0.75rem;
    }
    
    .btn-line-3 {
        font-size: 0.9rem;
    }
}

.aviation-blue {
  color: #eb7e00;
}

.aviation-blue-bg {
  background-color: #eb7e00;
}

.emergency-red {
  color: #dc2626;
}

.emergency-red-bg {
  background-color: #dc2626;
}

.drone-green {
  color: #16a34a;
}

.drone-green-bg {
  background-color: #16a34a;
}

.trust-strip {
  background-color: #f8fafc;
  border-top: 1px solid #e2e8f0;
  border-bottom: 1px solid #e2e8f0;
  padding: 20px 0;
}

.trust-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.trust-item i {
  color: #eb7e00;
  font-size: 24px;
}

.trust-item h5 {
  margin: 0;
  font-size: 14px;
  color: #374151;
  font-weight: 600;
}

/* About Us Snapshot Section */
.about-snapshot-section {
  background-color: #f8fafc;
}

.about-snapshot-content .sub-title {
  color: #eb7e00;
  font-weight: 600;
  margin-bottom: 15px;
  display: block;
}

.about-snapshot-content .title {
  color: #1f2937;
  margin-bottom: 20px;
}

.about-highlights {
  margin: 25px 0;
}

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

.highlight-item i {
  color: #eb7e00;
  font-size: 18px;
  width: 20px;
}

.highlight-item span {
  color: #374151;
  font-size: 14px;
}

.about-cta {
  margin-top: 30px;
}

/* Core Services Grid */
.service-tile {
  background: white;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  height: 100%;
  border: 1px solid #e5e7eb;
}

.service-tile:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  border-color: #eb7e00;
}

.service-tile.emergency-tile {
  border: 2px solid #dc2626;
  background: linear-gradient(135deg, #fef2f2 0%, #ffffff 100%);
}

.service-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #eb7e00 0%, #dc2626 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.service-icon i {
  color: white;
  font-size: 24px;
}

.emergency-tile .service-icon {
  background: linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);
}

.service-content h3.title {
  color: #1f2937;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 600;
}

.emergency-badge {
  background: #dc2626;
  color: white;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
  margin-left: 8px;
}

.service-content p {
  color: #6b7280;
  margin-bottom: 20px;
  line-height: 1.6;
}

.explore-link {
  color: #eb7e00;
  text-decoration: none;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
}

.explore-link:hover {
  color: #dc2626;
  text-decoration: none;
}

.emergency-link {
  color: #dc2626 !important;
}

.emergency-link:hover {
  color: #b91c1c !important;
}

/* Featured Service Highlight */
.featured-service-section {
  background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 100%);
  color: white;
}

.featured-service-content .sub-title {
  color: #fbbf24;
  font-weight: 600;
  margin-bottom: 15px;
  display: block;
}

.featured-service-content .title {
  color: white;
  margin-bottom: 20px;
}

.featured-service-content p {
  color: #e5e7eb;
  margin-bottom: 25px;
  line-height: 1.6;
}

.featured-service-features {
  margin: 25px 0;
}

.featured-service-features .feature-item {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 15px;
}

.featured-service-features .feature-item i {
  color: #fbbf24;
  font-size: 18px;
  width: 20px;
}

.featured-service-features .feature-item span {
  color: #e5e7eb;
  font-size: 14px;
}

.featured-service-cta {
  margin-top: 30px;
}

.drone-highlight {
  background: rgba(255, 255, 255, 0.1);
  padding: 30px;
  border-radius: 12px;
  backdrop-filter: blur(10px);
}

.drone-highlight h3 {
  color: white;
  margin-bottom: 15px;
}

.drone-highlight p {
  color: #e5e7eb;
  margin-bottom: 20px;
}

/* Key Industries Section */
.industry-item {
  text-align: center;
  padding: 30px 20px;
  background: white;
  border-radius: 12px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  height: 100%;
  border: 1px solid #e5e7eb;
}

.industry-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  border-color: #eb7e00;
}

.industry-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, #eb7e00 0%, #dc2626 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}

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

.industry-item h4 {
  color: #1f2937;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 600;
}

.industry-item p {
  color: #6b7280;
  font-size: 14px;
  line-height: 1.5;
}

/* Contact & Quick Inquiry Section */
.contact-inquiry-section {
  background: linear-gradient(135deg, #1f2937 0%, #374151 100%);
}

.contact-info-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 25px;
}

.contact-icon {
  width: 50px;
  height: 50px;
  background: #eb7e00;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.contact-icon i {
  color: white;
  font-size: 20px;
}

.contact-details h4 {
  color: white;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 600;
}

.contact-details a,
.contact-details p {
  color: #e5e7eb;
  margin: 0;
  text-decoration: none;
}

.contact-details a:hover {
  color: #fbbf24;
}

.inquiry-form .form--control {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: white;
}

.inquiry-form .form--control::placeholder {
  color: #9ca3af;
}

.inquiry-form .form--control:focus {
  background: rgba(255, 255, 255, 0.15);
  border-color: #eb7e00;
}

/* Responsive Design */
@media only screen and (max-width: 991px) {
  /* Enhanced Responsive Typography */
  body {
    font-size: 15px;
    line-height: 1.6;
  }
  
  h1 {
    font-size: 2.5rem;
    line-height: 1.2;
  }
  
  h2 {
    font-size: 2rem;
    line-height: 1.3;
  }
  
  h3 {
    font-size: 1.5rem;
    line-height: 1.4;
  }
  
  .section-title {
    font-size: 2rem;
    line-height: 1.3;
  }
  
  .banner-content .title {
    font-size: 2.5rem;
    line-height: 1.2;
  }
  
  .banner-content .subtitle {
    font-size: 1.125rem;
    line-height: 1.5;
  }
  
  .trust-items {
    flex-direction: column;
    gap: 15px;
  }
  
  .service-tile,
  .industry-item {
    margin-bottom: 20px;
  }
  
  .contact-info-item {
    flex-direction: column;
    text-align: center;
  }
  
  .contact-icon {
    margin: 0 auto 10px;
  }
}

@media only screen and (max-width: 767px) {
  /* Enhanced Responsive Typography for Mobile */
  body {
    font-size: 14px;
    line-height: 1.6;
  }
  
  h1 {
    font-size: 2rem;
    line-height: 1.3;
  }
  
  h2 {
    font-size: 1.75rem;
    line-height: 1.4;
  }
  
  h3 {
    font-size: 1.25rem;
    line-height: 1.4;
  }
  
  .section-title {
    font-size: 1.75rem;
    line-height: 1.4;
  }
  
  .banner-content .title {
    font-size: 2rem;
    line-height: 1.3;
  }
  
  .banner-content .subtitle {
    font-size: 1rem;
    line-height: 1.5;
  }
  
  .trust-item {
    flex-direction: column;
    text-align: center;
    gap: 8px;
  }
  
  .trust-item h5 {
    font-size: 12px;
  }
  
  .service-tile,
  .industry-item {
    padding: 20px 15px;
  }
  
  .service-icon,
  .industry-icon {
    width: 50px;
    height: 50px;
  }
  
  .service-icon i,
  .industry-icon i {
    font-size: 20px;
  }
  
  .sticky-emergency-btn {
    bottom: 20px;
    right: 20px;
    padding: 12px 20px;
    font-size: 12px;
  }
  
  .banner-btn {
    flex-direction: column;
    gap: 15px;
  }
  
  .banner-btn .btn--base {
    width: 100%;
    text-align: center;
  }
}

/* Enhanced Typography */
/* Import additional Google Fonts for better typography */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Source+Sans+Pro:wght@300;400;600;700&display=swap');

/* Base Typography Improvements */
body {
  font-family: "Inter", "Mulish", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  color: #2d3748;
  letter-spacing: 0.01em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

/* Enhanced Heading Typography */
h1, h2, h3, h4, h5, h6 {
  font-family: "Source Sans Pro", "Playfair Display", serif;
  font-weight: 700;
  line-height: 1.2;
  color: #1a202c;
  letter-spacing: -0.02em;
  margin-bottom: 1rem;
  text-rendering: optimizeLegibility;
}

h1 {
  font-size: 3.5rem;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.03em;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

h2 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

h3 {
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.01em;
}

h4 {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.4;
}

h5 {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.4;
}

h6 {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* Enhanced Paragraph Typography */
p {
  font-size: 1rem;
  line-height: 1.75;
  margin-bottom: 1.5rem;
  color: #4a5568;
  font-weight: 400;
  letter-spacing: 0.01em;
}

/* Enhanced Section Titles */
.section-title {
  font-family: "Source Sans Pro", "Playfair Display", serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #1a202c;
  margin-bottom: 1.5rem;
  position: relative;
  text-align: center;
}

.section-title::after {
  content: '';
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #eb7e00, #dc2626);
  border-radius: 2px;
  box-shadow: 0 2px 8px rgba(235, 126, 0, 0.3);
}

/* Enhanced Sub-titles */
.sub-title {
  font-family: "Inter", sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  color: #eb7e00;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 1rem;
  text-align: center;
}

/* Enhanced Feature Titles */
.feature-content .title {
  font-family: "Source Sans Pro", serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.3;
  color: #1a202c;
  margin-bottom: 0.75rem;
  letter-spacing: -0.01em;
}

/* Enhanced Service Titles */
.service-tile .title {
  font-family: "Source Sans Pro", serif;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.3;
  color: #1a202c;
  margin-bottom: 1rem;
  letter-spacing: -0.01em;
}

/* Enhanced Button Typography */
.btn {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  line-height: 1.2;
}

/* Enhanced Buttons */
.btn--base {
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.btn--base::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s;
}

.btn--base:hover::before {
  left: 100%;
}

/* Enhanced Cards */
.service-tile, .industry-item, .feature-item {
  transition: all 0.3s ease;
  border: 1px solid transparent;
}

.service-tile:hover, .industry-item:hover, .feature-item:hover {
  border-color: #eb7e00;
  transform: translateY(-5px);
}

/* Enhanced Form Typography */
.form--control {
  transition: all 0.3s ease;
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.01em;
}

.form--control:focus {
  border-color: #eb7e00;
  box-shadow: 0 0 0 3px rgba(235, 126, 0, 0.1);
}

.form--control::placeholder {
  font-weight: 400;
  color: #a0aec0;
  letter-spacing: 0.01em;
}

/* Enhanced Footer Typography */
.footer-widget .title {
  font-family: "Source Sans Pro", serif;
  font-size: 1.25rem;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 1.5rem;
  letter-spacing: -0.01em;
}

/* Enhanced Hero Typography */
.banner-content .title {
  font-family: "Source Sans Pro", serif;
  font-size: 3.5rem;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: #ffffff;
  text-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  margin-bottom: 1.5rem;
}

.banner-content .subtitle {
  font-family: "Inter", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
  color: #e2e8f0;
  letter-spacing: 0.02em;
  margin-bottom: 2rem;
}

/* Enhanced Navigation Typography */
.navbar-nav .nav-link {
  position: relative;
  transition: all 0.3s ease;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.navbar-nav .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: #eb7e00;
  transition: width 0.3s ease;
}

.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-link.active::after {
  width: 100%;
}

/* Sticky Emergency Contact Button */
.sticky-emergency-btn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 9999;
  background: linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);
  color: white;
  padding: 15px 25px;
  border-radius: 50px;
  box-shadow: 0 8px 25px rgba(220, 38, 38, 0.3);
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 10px;
  animation: pulse-emergency 2s infinite;
}

.sticky-emergency-btn:hover {
  background: linear-gradient(135deg, #b91c1c 0%, #991b1b 100%);
  color: white;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 12px 35px rgba(220, 38, 38, 0.4);
}

@keyframes pulse-emergency {
  0% { box-shadow: 0 8px 25px rgba(220, 38, 38, 0.3); }
  50% { box-shadow: 0 8px 25px rgba(220, 38, 38, 0.6); }
  100% { box-shadow: 0 8px 25px rgba(220, 38, 38, 0.3); }
}

/* Typography Utility Classes */
.text-gradient {
  background: linear-gradient(135deg, #eb7e00, #dc2626);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.text-shadow {
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.text-shadow-lg {
  text-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.font-light {
  font-weight: 300;
}

.font-normal {
  font-weight: 400;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.font-bold {
  font-weight: 700;
}

.font-extrabold {
  font-weight: 800;
}

.tracking-tight {
  letter-spacing: -0.025em;
}

.tracking-normal {
  letter-spacing: 0;
}

.tracking-wide {
  letter-spacing: 0.025em;
}

.leading-tight {
  line-height: 1.25;
}

.leading-normal {
  line-height: 1.5;
}

.leading-relaxed {
  line-height: 1.625;
}

.leading-loose {
  line-height: 2;
}

/* ===================================
   AEROQUEST PROFESSIONAL DESIGN ENHANCEMENTS
   =================================== */

/* Enhanced Visual Hierarchy & Spacing */
.section--bg {
    position: relative;
    overflow: hidden;
}

.section--bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0, 153, 204, 0.05) 0%, rgba(235, 126, 0, 0.05) 100%);
    z-index: -1;
}

/* Enhanced Section Spacing */
.ptb-120 {
    padding-top: 140px !important;
    padding-bottom: 140px !important;
}

.pt-120 {
    padding-top: 140px !important;
}

.pb-120 {
    padding-bottom: 140px !important;
}

/* Enhanced Hero Section Responsive Improvements */
@media only screen and (max-width: 767px) {
    .banner-section .banner-content .title {
        font-size: 2.8rem;
        line-height: 1.2;
        margin-bottom: 25px;
    }
    
    .banner-section .banner-content .sub-title {
        font-size: 24px;
        letter-spacing: 2px;
        margin-bottom: 25px;
    }
    
    .banner-section .banner-content p {
        font-size: 18px;
        width: 100%;
        line-height: 1.5;
    }
    
    .banner-section .banner-content .banner-btn a {
        padding: 15px 28px;
        font-size: 14px;
        margin: 8px;
        letter-spacing: 1px;
    }
    
    .floating-element {
        display: none;
    }
    
    .banner-section::after {
        background-size: 30px 30px;
        background-image: 
            linear-gradient(rgba(0, 0, 0, 0.02) 1px, transparent 1px),
            linear-gradient(90deg, rgba(0, 0, 0, 0.02) 1px, transparent 1px);
    }
}

@media only screen and (max-width: 480px) {
    .banner-section .banner-content .title {
        font-size: 2rem;
    }
    
    .banner-section .banner-content .banner-btn {
        flex-direction: column;
        align-items: center;
    }
    
    .banner-section .banner-content .banner-btn a {
        width: 100%;
        max-width: 280px;
        margin: 5px 0;
    }
}

/* Enhanced Animations */
.banner-section .banner-content {
    animation: fadeInUp 1s ease-out 0.5s both;
}

.banner-section .banner-thumb {
    animation: fadeInRight 1s ease-out 1s both;
}

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

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Enhanced Floating Elements */
.floating-element {
    position: absolute;
    z-index: 3;
    animation: float 6s ease-in-out infinite;
    filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.1));
}

.floating-element.floating-1 {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation-delay: 0s;
}
.floating-element.floating-2 {
    top: 60%;
    right: 15%;
    animation-delay: 2s;
}

.floating-element.floating-3 {
    bottom: 30%;
    left: 20%;
    animation-delay: 4s;
}

.floating-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, rgba(0, 153, 204, 0.15), rgba(235, 126, 0, 0.15));
    border: 3px solid rgba(0, 153, 204, 0.4);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(20px);
    transition: all 0.4s ease;
    box-shadow: 0 8px 32px rgba(0, 153, 204, 0.2);
    position: relative;
}

.floating-icon::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(135deg, #0099cc, #eb7e00);
    border-radius: 50%;
    z-index: -1;
    opacity: 0.3;
}

.floating-icon i {
    font-size: 28px;
    color: #0099cc;
    animation: iconPulse 3s ease-in-out infinite;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    filter: drop-shadow(0 2px 4px rgba(0, 153, 204, 0.3));
}

.floating-element:hover .floating-icon {
    background: linear-gradient(135deg, rgba(0, 153, 204, 0.25), rgba(235, 126, 0, 0.25));
    border-color: rgba(0, 153, 204, 0.8);
    transform: scale(1.15) rotate(5deg);
    box-shadow: 0 12px 40px rgba(0, 153, 204, 0.4);
}

@keyframes float {
    0%, 100% { transform: translateY(0px) rotate(0deg); }
    33% { transform: translateY(-20px) rotate(5deg); }
    66% { transform: translateY(-10px) rotate(-5deg); }
}

@keyframes iconPulse {
    0%, 100% { transform: scale(1); opacity: 0.7; }
    50% { transform: scale(1.1); opacity: 1; }
}

.banner-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="%23e2e8f0" stroke-width="0.5"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
    opacity: 0.3;
    z-index: 1;
}

.banner-content {
    position: relative;
    z-index: 2;
}

.banner-content .title {
  background: linear-gradient(135deg, #1a202c 0%, #2d3748 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

@keyframes titleGlow {
    0% { filter: drop-shadow(0 0 5px rgba(0, 153, 204, 0.3)); }
    100% { filter: drop-shadow(0 0 15px rgba(0, 153, 204, 0.6)); }
}

/* Enhanced Service Cards */
.service-tile {
    background: #ffffff;
    border-radius: 20px;
    padding: 40px 30px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(0, 153, 204, 0.1);
}

.service-tile::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #0099cc, #eb7e00);
    transform: scaleX(0);
    transition: transform 0.4s ease;
}

.service-tile:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    border-color: rgba(0, 153, 204, 0.3);
}

.service-tile:hover::before {
    transform: scaleX(1);
}

.service-tile.emergency-tile {
    background: linear-gradient(135deg, #fff5f5 0%, #fed7d7 100%);
    border: 2px solid #fc8181;
    animation: emergencyPulse 2s ease-in-out infinite;
}

@keyframes emergencyPulse {
    0%, 100% { box-shadow: 0 10px 40px rgba(252, 129, 129, 0.2); }
    50% { box-shadow: 0 10px 40px rgba(252, 129, 129, 0.4); }
}

.service-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #0099cc, #eb7e00);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.service-icon::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.6s ease;
}

.service-tile:hover .service-icon {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 10px 30px rgba(0, 153, 204, 0.3);
}

.service-tile:hover .service-icon::before {
    left: 100%;
}

.service-icon i {
    font-size: 32px;
    color: #ffffff;
    z-index: 1;
}

/* Enhanced Buttons */
.btn--base {
    background: linear-gradient(135deg, #0099cc, #eb7e00);
    border: none;
    border-radius: 50px;
    padding: 15px 35px;
    font-weight: 600;
    font-size: 16px;
    color: #ffffff;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 153, 204, 0.3);
}

.btn--base::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.6s ease;
}

.btn--base:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(0, 153, 204, 0.4);
    color: #ffffff;
    text-decoration: none;
}

.btn--base:hover::before {
    left: 100%;
}

.btn--base.emergency-btn {
    background: linear-gradient(135deg, #e53e3e, #fc8181);
    animation: emergencyButtonPulse 2s ease-in-out infinite;
    box-shadow: 0 8px 25px rgba(229, 62, 62, 0.4);
}

@keyframes emergencyButtonPulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
}

/* Enhanced Trust Indicators */
.trust-indicators {
    margin-bottom: 60px;
}

.trust-badge {
    background: #ffffff;
    border-radius: 15px;
    padding: 30px 20px;
    text-align: center;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(0, 153, 204, 0.1);
    height: 100%;
}

.trust-badge::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #0099cc, #eb7e00);
    transform: scaleX(0);
    transition: transform 0.4s ease;
}

.trust-badge:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
    border-color: rgba(0, 153, 204, 0.3);
}

.trust-badge:hover::before {
    transform: scaleX(1);
}

.trust-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #0099cc, #eb7e00);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    transition: all 0.4s ease;
    position: relative;
}

.trust-badge:hover .trust-icon {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 10px 25px rgba(0, 153, 204, 0.3);
}

.trust-icon i {
    font-size: 24px;
    color: #ffffff;
}

.trust-badge h5 {
    font-size: 16px;
    font-weight: 600;
    color: #1a202c;
    margin-bottom: 8px;
}

.trust-badge p {
    font-size: 14px;
    color: #718096;
    margin: 0;
}

/* Enhanced Feature Items */
.feature-item {
    background: #ffffff;
    border-radius: 20px;
    padding: 20px 15px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(0, 153, 204, 0.1);
}

.feature-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0, 153, 204, 0.02) 0%, rgba(235, 126, 0, 0.02) 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.feature-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    border-color: rgba(0, 153, 204, 0.3);
}

.feature-item:hover::before {
    opacity: 1;
}

.feature-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #0099cc, #eb7e00);
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    transition: all 0.4s ease;
    position: relative;
}

.feature-item:hover .feature-icon {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 10px 30px rgba(0, 153, 204, 0.3);
}

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

/* Enhanced Industry Items */
.industry-item {
    background: #ffffff;
    border-radius: 20px;
    padding: 35px 25px;
    text-align: center;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(0, 153, 204, 0.1);
    height: 100%;
}

.industry-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #0099cc, #eb7e00);
    transform: scaleX(0);
    transition: transform 0.4s ease;
}

.industry-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    border-color: rgba(0, 153, 204, 0.3);
}

.industry-item:hover::before {
    transform: scaleX(1);
}

.industry-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #0099cc, #eb7e00);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    transition: all 0.4s ease;
}

.industry-item:hover .industry-icon {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 10px 30px rgba(0, 153, 204, 0.3);
}

.industry-icon i {
    font-size: 24px;
    color: #ffffff;
}

/* Enhanced Statistics Section */
.statistics-section {
    background: linear-gradient(135deg, #1a202c 0%, #2d3748 100%);
    position: relative;
    overflow: hidden;
}

.statistics-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="dots" width="20" height="20" patternUnits="userSpaceOnUse"><circle cx="10" cy="10" r="1" fill="%23ffffff" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23dots)"/></svg>');
    z-index: 1;
}

.statistics-item {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 40px 20px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.4s ease;
}

.statistics-item:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}

.odo-title {
    font-size: 3.5rem;
    font-weight: 800;
    color: #ffffff;
    text-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    margin-bottom: 10px;
}

/* Enhanced CTA Section */
.enhanced-cta-section {
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    position: relative;
    overflow: hidden;
}

.enhanced-cta-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="cta-grid" width="20" height="20" patternUnits="userSpaceOnUse"><path d="M 20 0 L 0 0 0 20" fill="none" stroke="%23e2e8f0" stroke-width="0.5"/></pattern></defs><rect width="100" height="100" fill="url(%23cta-grid)"/></svg>');
    opacity: 0.3;
    z-index: 1;
}

.cta-content {
    position: relative;
    z-index: 2;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 30px;
    padding: 60px 40px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(0, 153, 204, 0.1);
}

.cta-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 20px;
    background: linear-gradient(135deg, #1a202c 0%, #2d3748 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.cta-subtitle {
    font-size: 1.125rem;
    color: #718096;
    margin-bottom: 40px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.cta-btn {
    min-width: 200px;
    justify-content: center;
}

.cta-btn-secondary {
    background: linear-gradient(135deg, #718096, #a0aec0);
    box-shadow: 0 8px 25px rgba(113, 128, 150, 0.3);
}

.cta-btn-secondary:hover {
    background: linear-gradient(135deg, #4a5568, #718096);
    box-shadow: 0 15px 35px rgba(113, 128, 150, 0.4);
}

/* Enhanced Contact Form */
.contact-inquiry-section {
    background: linear-gradient(135deg, #1a202c 0%, #2d3748 100%);
    position: relative;
    overflow: hidden;
}

.contact-inquiry-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid-dark" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="%23ffffff" stroke-width="0.5" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grid-dark)"/></svg>');
    z-index: 1;
}

.contact-info-block,
.quick-inquiry-form {
    position: relative;
    z-index: 2;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    padding: 40px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.contact-info-item {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 25px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 15px;
    margin-bottom: 20px;
    transition: all 0.4s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.contact-info-item:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateX(5px);
}

.contact-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #0099cc, #eb7e00);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.contact-icon i {
    font-size: 20px;
    color: #ffffff;
}

/* Enhanced Form Controls */
.form--control {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    padding: 15px 20px;
    color: #ffffff;
    font-size: 16px;
    transition: all 0.4s ease;
    backdrop-filter: blur(10px);
}

.form--control:focus {
    background: rgba(255, 255, 255, 0.15);
    border-color: #0099cc;
    box-shadow: 0 0 0 3px rgba(0, 153, 204, 0.2);
    outline: none;
}

.form--control::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

/* Enhanced Sticky Emergency Button */
.sticky-emergency-btn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: linear-gradient(135deg, #e53e3e, #fc8181);
    color: #ffffff;
    padding: 15px 25px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    box-shadow: 0 10px 30px rgba(229, 62, 62, 0.4);
    z-index: 1000;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    animation: emergencyFloat 3s ease-in-out infinite;
}

@keyframes emergencyFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

.sticky-emergency-btn:hover {
    transform: scale(1.05);
    box-shadow: 0 15px 40px rgba(229, 62, 62, 0.6);
    color: #ffffff;
    text-decoration: none;
}

.sticky-emergency-btn i {
    font-size: 18px;
    animation: emergencyPulse 2s ease-in-out infinite;
}

/* Enhanced Preloader */
.preloader {
    background: linear-gradient(135deg, #1a202c 0%, #2d3748 100%);
}

.svg-loader {
    filter: drop-shadow(0 0 20px rgba(0, 153, 204, 0.5));
}

.loader__path {
    stroke: #0099cc;
    stroke-width: 3;
    animation: loaderPath 2s ease-in-out infinite;
}

@keyframes loaderPath {
    0% { stroke-dashoffset: 77; }
    50% { stroke-dashoffset: 0; }
    100% { stroke-dashoffset: -77; }
}

.loader__plane {
    fill: #eb7e00;
    animation: planeFloat 2s ease-in-out infinite;
}

@keyframes planeFloat {
    0%, 100% { transform: translateY(0) rotate(0deg); }
    50% { transform: translateY(-10px) rotate(5deg); }
}

/* Enhanced Scroll to Top */
.scrollToTop {
    background: linear-gradient(135deg, #0099cc, #eb7e00);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    text-decoration: none;
    font-size: 12px;
    font-weight: 600;
    box-shadow: 0 10px 30px rgba(0, 153, 204, 0.3);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: fixed;
    bottom: 100px;
    right: 30px;
    z-index: 999;
}

.scrollToTop:hover {
    transform: scale(1.1);
    box-shadow: 0 15px 40px rgba(0, 153, 204, 0.4);
    color: #ffffff;
    text-decoration: none;
}

.scrollToTop i {
    font-size: 20px;
    margin-bottom: 2px;
}

/* Enhanced Section Headers */
.section-header {
    margin-bottom: 60px;
}

.section-title {
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #0099cc, #eb7e00);
    border-radius: 2px;
    box-shadow: 0 2px 8px rgba(0, 153, 204, 0.3);
}

/* Enhanced Navigation */
.navbar-nav .nav-link {
    position: relative;
    transition: all 0.4s ease;
}

.navbar-nav .nav-link::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, #0099cc, #eb7e00);
    transition: width 0.4s ease;
}

.navbar-nav .nav-link:hover::after {
    width: 100%;
}

/* Enhanced Footer */
.footer-section {
    background: linear-gradient(135deg, #1a202c 0%, #2d3748 100%);
    position: relative;
    overflow: hidden;
}

.footer-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="footer-dots" width="20" height="20" patternUnits="userSpaceOnUse"><circle cx="10" cy="10" r="1" fill="%23ffffff" opacity="0.05"/></pattern></defs><rect width="100" height="100" fill="url(%23footer-dots)"/></svg>');
    z-index: 1;
}

.footer-widget {
    position: relative;
    z-index: 2;
}

/* Enhanced Responsive Design */
@media (max-width: 991px) {
    .ptb-120 {
        padding-top: 100px !important;
        padding-bottom: 100px !important;
    }
    
    .service-tile,
    .feature-item,
    .industry-item,
    .trust-badge {
        padding: 30px 20px;
    }
    
    .banner-content .title {
        font-size: 2.5rem;
    }
    
    .cta-title {
        font-size: 2rem;
    }
    
    .cta-content {
        padding: 40px 30px;
    }
    
    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .cta-btn {
        min-width: 250px;
    }
    
    .floating-element {
        display: none;
    }
}

@media (max-width: 767px) {
    .ptb-120 {
        padding-top: 80px !important;
        padding-bottom: 80px !important;
    }
    
    .banner-content .title {
        font-size: 2rem;
    }
    
    .sticky-emergency-btn {
        bottom: 20px;
        right: 20px;
        padding: 12px 20px;
        font-size: 12px;
    }
    
    .scrollToTop {
        bottom: 80px;
        right: 20px;
        width: 50px;
        height: 50px;
    }
}

/* Enhanced Loading States */
.loading-skeleton {
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: loading 1.5s infinite;
}

@keyframes loading {
    0% { background-position: 200% 0; }
    100% { background-position: -200% 0; }
}

/* Enhanced Accessibility */
@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

/* Enhanced Focus States */
.btn--base:focus,
.form--control:focus,
.nav-link:focus {
    outline: 2px solid #0099cc;
    outline-offset: 2px;
}

/* Enhanced Print Styles */
@media print {
    .sticky-emergency-btn,
    .scrollToTop,
    .preloader {
        display: none !important;
    }
}

/* Enhanced Performance Optimizations */
.service-tile,
.feature-item,
.industry-item,
.trust-badge,
.btn--base {
    will-change: transform;
}

/* Enhanced Micro-interactions */
.service-tile:hover .service-content h3,
.feature-item:hover .feature-content h3,
.industry-item:hover h4 {
    color: #0099cc;
    transition: color 0.3s ease;
}

/* Enhanced Loading States */
.skeleton-loading {
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: skeleton-loading 1.5s infinite;
}

@keyframes skeleton-loading {
    0% { background-position: 200% 0; }
    100% { background-position: -200% 0; }
}

/* Enhanced Focus Indicators */
.btn--base:focus-visible,
.form--control:focus-visible,
.nav-link:focus-visible {
    outline: 2px solid #0099cc;
    outline-offset: 2px;
    box-shadow: 0 0 0 4px rgba(0, 153, 204, 0.1);
}

/* Enhanced Scroll Behavior */
html {
    scroll-behavior: smooth;
}

/* Enhanced Selection */
::selection {
    background: rgba(0, 153, 204, 0.2);
    color: #1a202c;
}

::-moz-selection {
    background: rgba(0, 153, 204, 0.2);
    color: #1a202c;
}

/* Enhanced Backdrop Blur Support */
@supports (backdrop-filter: blur(10px)) {
    .cta-content,
    .contact-info-block,
    .quick-inquiry-form,
    .statistics-item {
        backdrop-filter: blur(10px);
    }
}

/* Enhanced Dark Mode Support */
@media (prefers-color-scheme: dark) {
    .banner-section {
        background: linear-gradient(135deg, #1a202c 0%, #2d3748 100%);
    }
    
    .banner-content .title {
        background: linear-gradient(135deg, #ffffff 0%, #e2e8f0 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
    }
}

/* Enhanced Features Section */
.enhanced-features {
  padding: 80px 0;
  background: linear-gradient(135deg, #f8fafc 0%, #ffffff 50%, #f1f5f9 100%);
  position: relative;
  overflow: hidden;
}

.enhanced-features::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    radial-gradient(circle at 20% 20%, rgba(0, 153, 204, 0.05) 0%, transparent 50%),
    radial-gradient(circle at 80% 80%, rgba(255, 107, 53, 0.05) 0%, transparent 50%);
  pointer-events: none;
}

.enhanced-feature-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 40px 30px;
  text-align: center;
  box-shadow: 
    0 10px 30px rgba(0, 0, 0, 0.08),
    0 1px 8px rgba(0, 0, 0, 0.05);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
}

.enhanced-feature-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #0099cc, #ff6b35, #0099cc);
  background-size: 200% 100%;
  animation: gradientShift 3s ease-in-out infinite;
}

.enhanced-feature-card:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 
    0 20px 40px rgba(0, 0, 0, 0.12),
    0 8px 25px rgba(0, 153, 204, 0.15);
  border-color: rgba(0, 153, 204, 0.2);
}

.enhanced-icon {
  position: relative;
  width: 80px;
  height: 80px;
  margin: 0 auto 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.enhanced-icon i {
  font-size: 32px;
  color: #ffffff;
  z-index: 3;
  position: relative;
  transition: all 0.3s ease;
}

.icon-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, #0099cc 0%, #ff6b35 100%);
  border-radius: 50%;
  box-shadow: 
    0 8px 25px rgba(0, 153, 204, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
}

.enhanced-feature-card:hover .icon-bg {
  transform: scale(1.1) rotate(5deg);
  box-shadow: 
    0 12px 35px rgba(0, 153, 204, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.enhanced-feature-card:hover .enhanced-icon i {
  transform: scale(1.1);
  color: #ffffff;
}

.feature-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.enhanced-feature-card .title {
  font-size: 22px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 15px;
  line-height: 1.3;
  font-family: "Playfair Display", serif;
  letter-spacing: -0.5px;
  transition: color 0.3s ease;
}

.enhanced-feature-card:hover .title {
  color: #0099cc;
}

.enhanced-feature-card p {
  color: #64748b;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 20px;
  font-family: "Mulish", sans-serif;
  letter-spacing: 0.3px;
  flex: 1;
}

.feature-badge {
  margin-top: auto;
  display: flex;
  justify-content: center;
}

.badge-text {
  background: linear-gradient(135deg, #0099cc, #ff6b35);
  color: #ffffff;
  padding: 8px 20px;
  border-radius: 25px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  box-shadow: 0 4px 15px rgba(0, 153, 204, 0.3);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.badge-text::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.5s ease;
}

.enhanced-feature-card:hover .badge-text::before {
  left: 100%;
}

.enhanced-feature-card:hover .badge-text {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 153, 204, 0.4);
}

/* Animation for gradient shift */
@keyframes gradientShift {
  0%, 100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}

/* Responsive Design for Enhanced Features */
@media only screen and (max-width: 1199px) {
  .enhanced-feature-card {
    padding: 35px 25px;
  }
  
  .enhanced-icon {
    width: 70px;
    height: 70px;
    margin-bottom: 20px;
  }
  
  .enhanced-icon i {
    font-size: 28px;
  }
  
  .enhanced-feature-card .title {
    font-size: 20px;
  }
}

@media only screen and (max-width: 991px) {
  .enhanced-features {
    padding: 60px 0;
  }

  .enhanced-feature-card {
    padding: 30px 20px;
    margin-bottom: 20px;
  }

  .enhanced-icon {
    width: 65px;
    height: 65px;
    margin-bottom: 18px;
  }

  .enhanced-icon i {
    font-size: 26px;
  }

  .enhanced-feature-card .title {
    font-size: 18px;
    margin-bottom: 12px;
  }

  .enhanced-feature-card p {
    font-size: 14px;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .enhanced-features {
    padding: 50px 0;
  }

  .enhanced-feature-card {
    padding: 25px 20px;
    margin-bottom: 15px;
  }

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

  .enhanced-icon i {
    font-size: 24px;
  }

  .enhanced-feature-card .title {
    font-size: 17px;
    margin-bottom: 10px;
  }

  .enhanced-feature-card p {
    font-size: 13px;
    margin-bottom: 12px;
  }

  .badge-text {
    padding: 6px 16px;
    font-size: 11px;
  }
}

/* FAQ Section Styling */
.faq-section {
  padding: 80px 0;
  background: linear-gradient(135deg, #f8fafc 0%, #ffffff 50%, #f1f5f9 100%);
  position: relative;
  overflow: hidden;
}

.faq-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    radial-gradient(circle at 20% 20%, rgba(0, 153, 204, 0.03) 0%, transparent 50%),
    radial-gradient(circle at 80% 80%, rgba(255, 107, 53, 0.03) 0%, transparent 50%);
  pointer-events: none;
}

.faq-accordion {
  position: relative;
  z-index: 2;
}

.accordion-item {
  background: #ffffff;
  border: 1px solid rgba(0, 153, 204, 0.1);
  border-radius: 15px;
  margin-bottom: 20px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  transition: all 0.3s ease;
}

.accordion-item:hover {
  box-shadow: 0 10px 30px rgba(0, 153, 204, 0.1);
  border-color: rgba(0, 153, 204, 0.2);
}

.accordion-button {
  background: #ffffff;
  border: none;
  padding: 25px 30px;
  font-size: 16px;
  font-weight: 600;
  color: #0f172a;
  text-align: left;
  width: 100%;
  position: relative;
  transition: all 0.3s ease;
  font-family: "Mulish", sans-serif;
  letter-spacing: 0.3px;
}

.accordion-button:not(.collapsed) {
  background: linear-gradient(135deg, #0099cc 0%, #ff6b35 100%);
  color: #ffffff;
  box-shadow: none;
}

.accordion-button:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 153, 204, 0.25);
  border-color: transparent;
}

.accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230099cc'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transition: all 0.3s ease;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-button i {
  margin-right: 15px;
  font-size: 18px;
  color: #0099cc;
  transition: all 0.3s ease;
}

.accordion-button:not(.collapsed) i {
  color: #ffffff;
}

.accordion-body {
  padding: 25px 30px;
  background: #ffffff;
  color: #64748b;
  font-size: 15px;
  line-height: 1.7;
  font-family: "Mulish", sans-serif;
  letter-spacing: 0.3px;
}

/* Industry Statistics Section */
.industry-statistics-section {
  padding: 80px 0;
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #334155 100%);
  position: relative;
  overflow: hidden;
}

.industry-statistics-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    radial-gradient(circle at 20% 20%, rgba(0, 153, 204, 0.1) 0%, transparent 50%),
    radial-gradient(circle at 80% 80%, rgba(255, 107, 53, 0.1) 0%, transparent 50%);
  pointer-events: none;
}

.industry-stats-grid {
  position: relative;
  z-index: 2;
}

.industry-stat-item {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  padding: 40px 30px;
  text-align: center;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}

.industry-stat-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #0099cc, #ff6b35, #0099cc);
  background-size: 200% 100%;
  animation: gradientShift 3s ease-in-out infinite;
}

.industry-stat-item:hover {
  transform: translateY(-10px);
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(0, 153, 204, 0.3);
  box-shadow: 0 20px 40px rgba(0, 153, 204, 0.2);
}

.stat-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, #0099cc 0%, #ff6b35 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  box-shadow: 0 10px 25px rgba(0, 153, 204, 0.3);
  transition: all 0.3s ease;
}

.industry-stat-item:hover .stat-icon {
  transform: scale(1.1) rotate(5deg);
  box-shadow: 0 15px 35px rgba(0, 153, 204, 0.4);
}

.stat-icon i {
  font-size: 28px;
  color: #ffffff;
}

.stat-number {
  font-size: 3rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 5px;
  font-family: "Playfair Display", serif;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.stat-label {
  font-size: 1.2rem;
  font-weight: 600;
  color: #0099cc;
  margin-bottom: 10px;
  font-family: "Mulish", sans-serif;
}

.stat-description {
  font-size: 14px;
  color: #cbd5e1;
  font-family: "Mulish", sans-serif;
  letter-spacing: 0.3px;
}

/* Industry Insights */
.industry-insights {
  margin-top: 60px;
  position: relative;
  z-index: 2;
}

.insight-card {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 15px;
  padding: 30px 25px;
  text-align: center;
  transition: all 0.3s ease;
  height: 100%;
}

.insight-card:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(0, 153, 204, 0.3);
  transform: translateY(-5px);
}

.insight-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #0099cc 0%, #ff6b35 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  box-shadow: 0 8px 20px rgba(0, 153, 204, 0.3);
}

.insight-icon i {
  font-size: 24px;
  color: #ffffff;
}

.insight-card h4 {
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 15px;
  font-family: "Playfair Display", serif;
}

.insight-card p {
  color: #cbd5e1;
  font-size: 14px;
  line-height: 1.6;
  font-family: "Mulish", sans-serif;
  letter-spacing: 0.3px;
}

/* Aeroquest Position */
.aeroquest-position {
  margin-top: 60px;
  position: relative;
  z-index: 2;
}

.position-content {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  padding: 40px;
  text-align: center;
}

.position-content h3 {
  font-size: 28px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 20px;
  font-family: "Playfair Display", serif;
}

.position-content p {
  color: #cbd5e1;
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 30px;
  font-family: "Mulish", sans-serif;
  letter-spacing: 0.3px;
}

.position-highlights {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}

.highlight-item {
  display: flex;
  align-items: center;
  background: rgba(0, 153, 204, 0.1);
  padding: 10px 20px;
  border-radius: 25px;
  border: 1px solid rgba(0, 153, 204, 0.2);
}

.highlight-item i {
  color: #0099cc;
  margin-right: 10px;
  font-size: 16px;
}

.highlight-item span {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  font-family: "Mulish", sans-serif;
}

/* Responsive Design for FAQ and Industry Stats */
@media only screen and (max-width: 991px) {
  .faq-section {
    padding: 60px 0;
  }

  .accordion-button {
    padding: 20px 25px;
    font-size: 15px;
  }

  .accordion-body {
    padding: 20px 25px;
    font-size: 14px;
  }

  .industry-statistics-section {
    padding: 60px 0;
  }

  .industry-stat-item {
    padding: 30px 20px;
    margin-bottom: 20px;
  }

  .stat-number {
    font-size: 2.5rem;
  }

  .insight-card {
    padding: 25px 20px;
    margin-bottom: 20px;
  }

  .position-content {
    padding: 30px 25px;
  }

  .position-content h3 {
    font-size: 24px;
  }

  .position-highlights {
    flex-direction: column;
    align-items: center;
  }
}

@media only screen and (max-width: 767px) {
  .faq-section {
    padding: 50px 0;
  }

  .accordion-button {
    padding: 18px 20px;
    font-size: 14px;
  }

  .accordion-button i {
    font-size: 16px;
    margin-right: 10px;
  }

  .accordion-body {
    padding: 18px 20px;
    font-size: 13px;
  }

  .industry-statistics-section {
    padding: 50px 0;
  }

  .industry-stat-item {
    padding: 25px 15px;
  }

  .stat-icon {
    width: 60px;
    height: 60px;
  }

  .stat-icon i {
    font-size: 24px;
  }

  .stat-number {
    font-size: 2rem;
  }

  .stat-label {
    font-size: 1rem;
  }

  .stat-description {
    font-size: 12px;
  }

  .insight-card {
    padding: 20px 15px;
  }

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

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

  .insight-card h4 {
    font-size: 18px;
  }

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

  .position-content {
    padding: 25px 20px;
  }

  .position-content h3 {
    font-size: 20px;
  }

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

  .highlight-item {
    padding: 8px 15px;
  }

  .highlight-item span {
    font-size: 13px;
  }
}

/* ===============================================
   Services Scroller Section Styles
   =============================================== */

.services-scroller-section {
  background: #f8f9fa;
  overflow: hidden;
  position: relative;
}

.scroller-header {
  margin-bottom: 3rem;
}

.scroller-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #000;
  margin-bottom: 1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.scroller-subtitle {
  font-size: 1.1rem;
  color: #666;
  margin: 0;
}

.scroller-container {
  overflow: hidden;
  position: relative;
  margin: 2rem 0;
}

.scroller-track {
  display: flex;
  animation: scroll 30s linear infinite;
  width: max-content;
}

.scroller-left {
  animation-direction: normal;
}

.scroller-right {
  animation-direction: reverse;
}

.scroller-content {
  display: flex;
  gap: 2rem;
  padding: 0 1rem;
}

.service-card-scroll {
  background: #fff;
  border: 2px solid #e9ecef;
  border-radius: 12px;
  padding: 2rem;
  min-width: 300px;
  max-width: 320px;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  position: relative;
  overflow: hidden;
}

.service-card-scroll:hover {
  transform: translateY(-5px);
  border-color: #007bff;
  box-shadow: 0 8px 25px rgba(0, 123, 255, 0.15);
}

.service-card-scroll .service-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #007bff, #0056b3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
  transition: all 0.3s ease;
}

.service-card-scroll:hover .service-icon {
  transform: scale(1.1);
  background: linear-gradient(135deg, #0056b3, #004085);
}

.service-card-scroll .service-icon i {
  font-size: 2rem;
  color: #fff;
}

.service-card-scroll h4 {
  font-size: 1.3rem;
  font-weight: 600;
  color: #000;
  margin-bottom: 1rem;
  line-height: 1.3;
}

.service-card-scroll p {
  font-size: 0.95rem;
  color: #666;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  height: 4.5rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.service-link {
  display: inline-block;
  background: #000;
  color: #fff;
  padding: 0.75rem 1.5rem;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.9rem;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.service-link:hover {
  background: #007bff;
  color: #fff;
  text-decoration: none;
  transform: translateY(-2px);
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* Pause animation on hover */
.scroller-container:hover .scroller-track {
  animation-play-state: paused;
}

/* Responsive Design */
@media (max-width: 768px) {
  .scroller-title {
    font-size: 2rem;
  }
  
  .scroller-subtitle {
    font-size: 1rem;
  }
  
  .service-card-scroll {
    min-width: 280px;
    max-width: 300px;
    padding: 1.5rem;
  }
  
  .service-card-scroll .service-icon {
    width: 60px;
    height: 60px;
  }
  
  .service-card-scroll .service-icon i {
    font-size: 1.5rem;
  }
  
  .service-card-scroll h4 {
    font-size: 1.1rem;
  }
  
  .service-card-scroll p {
    font-size: 0.9rem;
    height: 3.6rem;
  }
}

@media (max-width: 480px) {
  .scroller-content {
    gap: 1rem;
  }
  
  .service-card-scroll {
    min-width: 250px;
    max-width: 270px;
    padding: 1.25rem;
  }
}

/* ===============================================
   All Services Section Styles
   =============================================== */

.all-services-section {
  background: #fff;
  padding: 80px 0;
}

.section-description {
  font-size: 1.1rem;
  color: #666;
  margin-bottom: 3rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.services-grid-area {
  margin-top: 2rem;
}

.service-detail-card {
  background: #fff;
  border: 2px solid #e9ecef;
  border-radius: 15px;
  padding: 0;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.service-detail-card:hover {
  transform: translateY(-8px);
  border-color: #007bff;
  box-shadow: 0 12px 30px rgba(0, 123, 255, 0.15);
}

.service-card-header {
  background: linear-gradient(135deg, #007bff, #0056b3);
  padding: 2rem;
  text-align: center;
  position: relative;
}

.service-card-header .service-icon {
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
  transition: all 0.3s ease;
}

.service-detail-card:hover .service-card-header .service-icon {
  transform: scale(1.1);
  background: rgba(255, 255, 255, 0.3);
}

.service-card-header .service-icon i {
  font-size: 2.5rem;
  color: #fff;
}

.service-badge {
  position: absolute;
  top: 15px;
  right: 15px;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  padding: 0.5rem 1rem;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.service-card-body {
  padding: 2rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.service-title {
  font-size: 1.4rem;
  font-weight: 700;
  color: #000;
  margin-bottom: 1rem;
  line-height: 1.3;
  text-align: center;
}

.service-description {
  font-size: 0.95rem;
  color: #666;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  text-align: center;
  flex-grow: 1;
}

.service-features {
  margin-bottom: 2rem;
}

.feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.feature-list li {
  display: flex;
  align-items: center;
  margin-bottom: 0.75rem;
  font-size: 0.9rem;
  color: #555;
}

.feature-list li i {
  color: #28a745;
  margin-right: 0.75rem;
  font-size: 0.8rem;
  width: 16px;
  text-align: center;
}

.service-cta {
  display: flex;
  gap: 0.75rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: auto;
}

.service-cta .btn--base {
  padding: 0.75rem 1.5rem;
  font-size: 0.9rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-radius: 25px;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
  min-width: 120px;
  text-align: center;
}

.service-cta .emergency-btn {
  background: #dc3545;
  color: #fff;
}

.service-cta .emergency-btn:hover {
  background: #c82333;
  color: #fff;
  transform: translateY(-2px);
}

/* Responsive Design for Service Cards */
@media (max-width: 768px) {
  .all-services-section {
    padding: 60px 0;
  }
  
  .section-description {
    font-size: 1rem;
    margin-bottom: 2rem;
  }
  
  .service-card-header {
    padding: 1.5rem;
  }
  
  .service-card-header .service-icon {
    width: 60px;
    height: 60px;
  }
  
  .service-card-header .service-icon i {
    font-size: 2rem;
  }
  
  .service-card-body {
    padding: 1.5rem;
  }
  
  .service-title {
    font-size: 1.2rem;
  }
  
  .service-description {
    font-size: 0.9rem;
  }
  
  .service-cta {
    flex-direction: column;
    align-items: center;
  }
  
  .service-cta .btn--base {
    width: 100%;
    max-width: 200px;
  }
}

@media (max-width: 480px) {
  .service-card-header {
    padding: 1.25rem;
  }
  
  .service-card-body {
    padding: 1.25rem;
  }
  
  .service-badge {
    position: static;
    display: inline-block;
    margin-top: 1rem;
  }
}

/* ===============================================
   Breadcrumb Section Styles
   =============================================== */

.breadcrumb-section {
  background: #f8f9fa;
  padding: 60px 0;
}

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

.breadcrumb-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #000;
  margin-bottom: 1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.breadcrumb {
  background: none;
  padding: 0;
  margin: 0;
}

.breadcrumb-item {
  font-size: 1rem;
  color: #666;
}

.breadcrumb-item a {
  color: #007bff;
  text-decoration: none;
  transition: color 0.3s ease;
}

.breadcrumb-item a:hover {
  color: #0056b3;
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #000;
  font-weight: 600;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: ">";
  color: #666;
  margin: 0 0.5rem;
}

/* Responsive Breadcrumb */
@media (max-width: 768px) {
  .breadcrumb-section {
    padding: 40px 0;
  }
  
  .breadcrumb-title {
    font-size: 2rem;
  }
  
  .breadcrumb-item {
    font-size: 0.9rem;
  }
}

@media (max-width: 480px) {
  .breadcrumb-title {
    font-size: 1.5rem;
  }
  
  .breadcrumb-item {
    font-size: 0.8rem;
  }
}

/* ===============================================
   FAQ Banner Section Styles
   =============================================== */

.banner-content .subtitle {
  font-size: 1.2rem;
  color: #fff;
  margin: 1rem 0 0.5rem 0;
  font-weight: 500;
}

.banner-content .description {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.8);
  margin: 0 0 2rem 0;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 768px) {
  .banner-content .subtitle {
    font-size: 1.1rem;
  }
  
  .banner-content .description {
    font-size: 0.9rem;
  }
}

/* ===============================================
   About Hero Section Styles - Enhanced Design
   =============================================== */

.about-hero-section {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 50%, #f1f3f4 100%);
  padding: 120px 0;
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  display: flex;
  align-items: center;
}

.about-hero-section::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="dots" width="20" height="20" patternUnits="userSpaceOnUse"><circle cx="10" cy="10" r="1" fill="%23007bff" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23dots)"/></svg>');
  opacity: 0.3;
  z-index: 1;
}

.about-hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    radial-gradient(circle at 20% 80%, rgba(0, 123, 255, 0.1) 0%, transparent 50%),
    radial-gradient(circle at 80% 20%, rgba(0, 123, 255, 0.1) 0%, transparent 50%),
    radial-gradient(circle at 40% 40%, rgba(0, 123, 255, 0.05) 0%, transparent 50%);
  opacity: 0.8;
}

.hero-background-elements {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 1;
}

.bg-element {
  position: absolute;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(0, 123, 255, 0.1), rgba(0, 123, 255, 0.05));
  animation: float-bg 20s ease-in-out infinite;
}

.bg-element.element-1 {
  width: 200px;
  height: 200px;
  top: 10%;
  left: 5%;
  animation-delay: 0s;
}

.bg-element.element-2 {
  width: 150px;
  height: 150px;
  top: 60%;
  right: 10%;
  animation-delay: 7s;
}

.bg-element.element-3 {
  width: 100px;
  height: 100px;
  bottom: 20%;
  left: 20%;
  animation-delay: 14s;
}

@keyframes float-bg {
  0%, 100% {
    transform: translateY(0px) rotate(0deg);
  }
  33% {
    transform: translateY(-20px) rotate(120deg);
  }
  66% {
    transform: translateY(10px) rotate(240deg);
  }
}

.min-vh-80 {
  min-height: 80vh;
}

.about-hero-content {
  position: relative;
  z-index: 3;
  padding-right: 3rem;
}

.badge-text {
  display: inline-block;
  background: linear-gradient(135deg, #ff6b35, #f7931e);
  color: white;
  padding: 0.75rem 2rem;
  border-radius: 50px;
  font-size: 0.9rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 2rem;
  box-shadow: 0 8px 25px rgba(255, 107, 53, 0.3);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.badge-text::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s;
}

.badge-text:hover::before {
  left: 100%;
}

.badge-text:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 35px rgba(255, 107, 53, 0.4);
}

.hero-title {
  font-size: 4rem;
  font-weight: 900;
  color: #000;
  margin-bottom: 1.5rem;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: -2px;
}

.hero-title .text--base {
  background: linear-gradient(135deg, #007bff, #0056b3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero-subtitle {
  font-size: 2.2rem;
  font-weight: 700;
  color: #007bff;
  margin-bottom: 2rem;
  line-height: 1.2;
  position: relative;
}

.hero-subtitle::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 80px;
  height: 4px;
  background: linear-gradient(135deg, #007bff, #0056b3);
  border-radius: 2px;
}

.hero-description {
  font-size: 1.2rem;
  color: #555;
  line-height: 1.8;
  margin-bottom: 3rem;
  max-width: 550px;
  font-weight: 400;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-bottom: 3rem;
}

.stat-item {
  background: white;
  padding: 2rem 1.5rem;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease;
  border: 1px solid rgba(0, 123, 255, 0.1);
  display: flex;
  align-items: center;
  gap: 1rem;
  position: relative;
  overflow: hidden;
}

.stat-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(135deg, #007bff, #0056b3);
}

.stat-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.stat-icon {
  background: linear-gradient(135deg, #007bff, #0056b3);
  color: white;
  width: 60px;
  height: 60px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  flex-shrink: 0;
}

.stat-content {
  flex: 1;
}

.stat-number {
  font-size: 2.5rem;
  font-weight: 900;
  color: #000;
  line-height: 1;
  margin-bottom: 0.5rem;
  display: block;
}

.stat-label {
  font-size: 0.9rem;
  color: #666;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  line-height: 1.2;
}

.hero-cta {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 2rem;
}

.hero-cta .btn--base {
  padding: 1rem 2rem;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-radius: 50px;
  transition: all 0.4s ease;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 123, 255, 0.3);
}

.hero-cta .btn--base::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s;
}

.hero-cta .btn--base:hover::before {
  left: 100%;
}

.hero-cta .btn-outline {
  background: transparent;
  color: #007bff;
  border: 2px solid #007bff;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 123, 255, 0.2);
}

.hero-cta .btn-outline::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #007bff;
  transition: width 0.4s ease;
  z-index: -1;
}

.hero-cta .btn-outline:hover {
  color: white;
  border-color: #007bff;
  box-shadow: 0 6px 20px rgba(0, 123, 255, 0.4);
}

.hero-cta .btn-outline:hover::before {
  width: 100%;
}

.about-hero-image {
  position: relative;
  z-index: 3;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-image-wrapper {
  position: relative;
  width: 100%;
  max-width: 600px;
}

.image-background {
  position: relative;
  border-radius: 25px;
  overflow: hidden;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
  background: white;
  padding: 20px;
}

.hero-main-image {
  width: 100%;
  height: auto;
  border-radius: 15px;
  transition: all 0.4s ease;
  position: relative;
  z-index: 2;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.hero-main-image:hover {
  transform: scale(1.03);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
}

.hero-floating-card {
  position: absolute;
  background: white;
  padding: 1rem 1.25rem;
  border-radius: 15px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
  display: flex;
  align-items: center;
  gap: 0.75rem;
  animation: float-card 8s ease-in-out infinite;
  border: 1px solid rgba(0, 123, 255, 0.1);
  backdrop-filter: blur(10px);
  z-index: 4;
  max-width: 200px;
}

.hero-floating-card.card-1 {
  top: 15%;
  right: -15%;
  animation-delay: 0s;
}

.hero-floating-card.card-2 {
  bottom: 25%;
  left: -15%;
  animation-delay: 2.5s;
}

.hero-floating-card.card-3 {
  top: 50%;
  right: -20%;
  animation-delay: 5s;
}

@keyframes float-card {
  0%, 100% {
    transform: translateY(0px) rotate(0deg);
  }
  25% {
    transform: translateY(-8px) rotate(0.5deg);
  }
  50% {
    transform: translateY(-3px) rotate(-0.5deg);
  }
  75% {
    transform: translateY(-6px) rotate(0.25deg);
  }
}

.floating-card-content {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.card-icon {
  background: linear-gradient(135deg, #007bff, #0056b3);
  color: white;
  width: 35px;
  height: 35px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  flex-shrink: 0;
}

.card-text {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.card-number {
  font-size: 1.3rem;
  font-weight: 900;
  color: #000;
  line-height: 1;
}

.card-label {
  font-size: 0.7rem;
  color: #666;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  line-height: 1.1;
}

/* Responsive Design */
@media (max-width: 1200px) {
  .hero-floating-card.card-1 {
    right: -10%;
  }
  
  .hero-floating-card.card-2 {
    left: -10%;
  }
  
  .hero-floating-card.card-3 {
    right: -15%;
  }
}

@media (max-width: 991px) {
  .about-hero-section {
    padding: 100px 0;
    min-height: auto;
  }
  
  .about-hero-content {
    padding-right: 0;
    margin-bottom: 4rem;
    text-align: center;
  }
  
  .hero-title {
    font-size: 3.5rem;
  }
  
  .hero-subtitle {
    font-size: 2rem;
  }
  
  .hero-stats {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    max-width: 400px;
    margin: 0 auto 3rem;
  }
  
  .stat-item {
    padding: 1.5rem;
  }
  
  .hero-cta {
    justify-content: center;
  }
  
  .hero-floating-card {
    position: relative;
    margin: 1rem auto;
    max-width: 280px;
    right: auto !important;
    left: auto !important;
    top: auto !important;
    bottom: auto !important;
  }
}

@media (max-width: 768px) {
  .about-hero-section {
    padding: 80px 0;
  }
  
  .hero-title {
    font-size: 3rem;
  }
  
  .hero-subtitle {
    font-size: 1.8rem;
  }
  
  .hero-description {
    font-size: 1.1rem;
  }
  
  .hero-stats {
    gap: 1rem;
  }
  
  .stat-item {
    padding: 1.25rem;
    flex-direction: column;
    text-align: center;
    gap: 0.75rem;
  }
  
  .stat-icon {
    width: 50px;
    height: 50px;
    font-size: 1.2rem;
  }
  
  .stat-number {
    font-size: 2rem;
  }
  
  .hero-cta {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }
  
  .hero-cta .btn--base {
    width: 100%;
    max-width: 300px;
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .hero-title {
    font-size: 2.5rem;
  }
  
  .hero-subtitle {
    font-size: 1.5rem;
  }
  
  .hero-description {
    font-size: 1rem;
  }
  
  .company-badge {
    padding: 0.5rem 1.5rem;
    font-size: 0.85rem;
  }
  
  .stat-item {
    padding: 1rem;
  }
  
  .stat-number {
    font-size: 1.8rem;
  }
}

/* ===============================================
   Hero Section - Clean & Modern Design
   =============================================== */

.hero-section {
  background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
  padding: 120px 0;
  position: relative;
  overflow: hidden;
}

.hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    radial-gradient(circle at 20% 80%, rgba(59, 130, 246, 0.05) 0%, transparent 50%),
    radial-gradient(circle at 80% 20%, rgba(16, 185, 129, 0.05) 0%, transparent 50%);
  opacity: 0.8;
}

.hero-content {
  position: relative;
  z-index: 2;
  padding-right: 2rem;
}

.hero-badge {
  display: inline-block;
  margin-bottom: 1.5rem;
}

.badge-text {
  display: inline-block;
  background: #eb7e00;
  color: white;
  padding: 0.5rem 1.5rem;
  border-radius: 25px;
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 4px 15px rgba(59, 130, 246, 0.3);
  transition: all 0.3s ease;
}

.badge-text:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(59, 130, 246, 0.4);
}

.hero-title {
  font-size: 3rem;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 1.5rem;
  line-height: 1.2;
  letter-spacing: -0.5px;
}

.hero-title .highlight {
  color: #eb7e00;
  position: relative;
}

.hero-title .highlight::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #3b82f6, #10b981);
  border-radius: 2px;
}

.hero-description {
  font-size: 1.1rem;
  font-weight: 400;
  color: #64748b;
  margin-bottom: 2rem;
  line-height: 1.7;
  max-width: 500px;
}

.service-hero-description {
  font-size: 1.2rem;
  color: #cccccc;
  line-height: 1.8;
  margin-bottom: 2.5rem;
  max-width: 550px;
  font-weight: 400;
}

.hero-stats {
  display: flex;
  gap: 2rem;
  margin-bottom: 2rem;
  padding: 1.5rem 0;
}

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

.stat-number {
  font-size: 2rem;
  font-weight: 800;
  color: #3b82f6;
  line-height: 1;
  margin-bottom: 0.25rem;
}

.stat-label {
  font-size: 0.9rem;
  color: #64748b;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.hero-features {
  margin-bottom: 2rem;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: #475569;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 0.75rem;
  transition: all 0.3s ease;
}

.feature-item:hover {
  transform: translateX(5px);
  color: #1e293b;
}

.feature-item i {
  color: #10b981;
  font-size: 1rem;
  background: rgba(16, 185, 129, 0.1);
  padding: 0.5rem;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.hero-actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
}

.btn {
  padding: 0.875rem 2rem;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 8px;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border: 2px solid transparent;
  cursor: pointer;
  min-height: 48px;
}

.btn-primary {
  background: #eb7e00;
  color: white;
  box-shadow: 0 4px 15px rgba(59, 130, 246, 0.3);
}

.btn-primary:hover {
  background: #eb7e00;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(59, 130, 246, 0.4);
  color: white;
}

.btn-outline {
  background: transparent;
  color: #eb7e00;
  border: 2px solid #eb7e00;
}

.btn-outline:hover {
  background: #eb7e00;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(59, 130, 246, 0.3);
}

.hero-image {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.image-container {
  position: relative;
  width: 100%;
  max-width: 500px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  background: white;
  transition: all 0.3s ease;
}

.image-container:hover {
  transform: translateY(-5px);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}

.main-image {
  width: 100%;
  height: auto;
  display: block;
  transition: all 0.3s ease;
}

.image-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
  padding: 2rem;
  color: white;
  transform: translateY(100%);
  transition: all 0.3s ease;
}

.image-container:hover .image-overlay {
  transform: translateY(0);
}

.overlay-content h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.overlay-content p {
  font-size: 1rem;
  opacity: 0.9;
}

/* Responsive Design for Hero Section */
@media (max-width: 1200px) {
  .hero-content {
    padding-right: 1rem;
  }
  
  .hero-title {
    font-size: 2.5rem;
  }
  
  .hero-stats {
    gap: 1.5rem;
  }
  
  .stat-number {
    font-size: 1.8rem;
  }
}

@media (max-width: 991px) {
  .hero-section {
    padding: 80px 0;
  }
  
  .hero-content {
    padding-right: 0;
    margin-bottom: 3rem;
    text-align: center;
  }
  
  .hero-title {
    font-size: 2.2rem;
  }
  
  .hero-description {
    font-size: 1rem;
    margin: 0 auto 2rem;
    max-width: 100%;
  }
  
  .hero-stats {
    justify-content: center;
    gap: 2rem;
  }
  
  .hero-features {
    max-width: 500px;
    margin: 0 auto 2rem;
  }
  
  .hero-actions {
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .hero-section {
    padding: 60px 0;
  }
  
  .hero-title {
    font-size: 2rem;
  }
  
  .hero-description {
    font-size: 0.95rem;
  }
  
  .hero-stats {
    gap: 1.5rem;
  }
  
  .stat-number {
    font-size: 1.6rem;
  }
  
  .stat-label {
    font-size: 0.8rem;
  }
  
  .feature-item {
    font-size: 0.95rem;
  }
  
  .hero-actions {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }
  
  .btn {
    width: 100%;
    max-width: 280px;
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .hero-title {
    font-size: 1.8rem;
  }
  
  .hero-description {
    font-size: 0.9rem;
  }
  
  .badge-text {
    padding: 0.4rem 1.2rem;
    font-size: 0.8rem;
  }
  
  .hero-stats {
    gap: 1rem;
  }
  
  .stat-number {
    font-size: 1.4rem;
  }
  
  .stat-label {
    font-size: 0.75rem;
  }
  
  .feature-item {
    font-size: 0.9rem;
  }
  
  .feature-item i {
    width: 28px;
    height: 28px;
    font-size: 0.9rem;
  }
  
  .btn {
    padding: 0.75rem 1.5rem;
    font-size: 0.95rem;
    min-height: 44px;
  }
}

/* ===============================================
   Process Timeline Section Styles
   =============================================== */

.service-process-section {
  padding: 100px 0;
  background: #f8fafc;
  position: relative;
}

.process-timeline {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}

.process-timeline::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(180deg, #eb7e00, #ff8c00);
  transform: translateX(-50%);
  z-index: 1;
}

.process-step {
  position: relative;
  margin-bottom: 60px;
  display: flex;
  align-items: center;
  gap: 40px;
}

.process-step:nth-child(even) {
  flex-direction: row-reverse;
}

.process-step:last-child {
  margin-bottom: 0;
}

.process-step-number {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #eb7e00, #ff8c00);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 24px;
  font-weight: 800;
  z-index: 2;
  box-shadow: 0 8px 25px rgba(235, 126, 0, 0.3);
  border: 4px solid #f8fafc;
}

.process-step-content {
  background: white;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  flex: 1;
  max-width: 300px;
  position: relative;
  transition: all 0.3s ease;
}

.process-step:nth-child(odd) .process-step-content {
  margin-right: 80px;
}

.process-step:nth-child(even) .process-step-content {
  margin-left: 80px;
}

.process-step-content:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.process-step-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 15px;
  line-height: 1.3;
}

.process-step-description {
  font-size: 1rem;
  color: #64748b;
  line-height: 1.6;
  margin: 0;
}

/* Responsive Design for Process Timeline */
@media (max-width: 768px) {
  .service-process-section {
    padding: 60px 0;
  }
  
  .process-timeline::before {
    left: 30px;
  }
  
  .process-step {
    flex-direction: row !important;
    gap: 20px;
    margin-bottom: 40px;
  }
  
  .process-step-number {
    left: 30px;
    width: 50px;
    height: 50px;
    font-size: 20px;
  }
  
  .process-step-content {
    margin-left: 80px !important;
    margin-right: 0 !important;
    max-width: 100%;
    padding: 25px;
  }
  
  .process-step-title {
    font-size: 1.3rem;
  }
  
  .process-step-description {
    font-size: 0.95rem;
  }
}

@media (max-width: 480px) {
  .process-step-number {
    width: 45px;
    height: 45px;
    font-size: 18px;
  }
  
  .process-step-content {
    margin-left: 70px !important;
    padding: 20px;
  }
  
  .process-step-title {
    font-size: 1.2rem;
  }
  
  .process-step-description {
    font-size: 0.9rem;
  }
}
