/*======================================
    Light Color Scheme Variables
========================================*/
:root {
  --primary-color: #10b981;
  --primary-light: #6ee7b7;
  --primary-dark: #059669;
  --secondary-color: #f0fdfa;
  --accent-color: #0ea5e9;
  --text-primary: #374151;
  --text-secondary: #6b7280;
  --text-light: #9ca3af;
  --background-light: #f9fafb;
  --background-white: #ffffff;
  --border-color: #e5e7eb;
  --shadow-light: rgba(16, 185, 129, 0.15);
  --gradient-primary: linear-gradient(135deg, #10b981 0%, #14b8a6 100%);
  --gradient-soft: linear-gradient(135deg, #f0fdfa 0%, #ecfdf5 100%);
}

/*======================================
    Variables
========================================*/
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Inter", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: var(--text-secondary);
  overflow-x: hidden;
  font-size: 15px;
  background-color: var(--background-white);
}

p {
  margin: 0;
  padding: 0;
  font-size: 15px;
  line-height: 24px;
}

* {
  margin: 0;
  padding: 0;
}

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

.form-check-input:checked {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

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

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

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

img {
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  margin: 0px;
  color: var(--text-primary);
}

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

h1 {
  font-size: 50px;
}

h2 {
  font-size: 40px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 25px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Bread Crumbs */
.breadcrumbs {
  position: relative;
  padding-bottom: 100px;
  padding-top: 180px;
  z-index: 2;
  text-align: left;
  background-color: #ff6b81;
}

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

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

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

.breadcrumbs .breadcrumbs-content .page-title {
  font-size: 32px;
  color: #fff;
  font-weight: 700;
  position: relative;
  line-height: 50px;
}

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

@media (max-width: 767px) {
  .breadcrumbs .breadcrumbs-content .page-title {
    font-size: 25px;
    line-height: 38px;
  }
}

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

.breadcrumbs .breadcrumb-nav {
  text-align: center;
  margin-top: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumbs .breadcrumb-nav {
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  .breadcrumbs .breadcrumb-nav {
    margin-top: 8px;
  }
}

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

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

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

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

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

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

.breadcrumbs .breadcrumb-nav li a:hover {
  text-decoration: underline;
}

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

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

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

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

.section-title h3 {
  font-size: 15px;
  font-weight: 600;
  display: block;
  margin-bottom: 8px;
  color: #ff6b81;
  text-transform: uppercase;
}

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

.section-title p {
  font-size: 15px;
}

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

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

@media (max-width: 767px) {
  .section-title {
    padding: 0px 10px;
    margin-bottom: 60px;
  }
  .section-title h3 {
    font-size: 14px;
  }
  .section-title h2 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 18px;
  }
  .section-title p {
    font-size: 14px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.button .btn {
  display: inline-block;
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 600;
  padding: 13px 30px;
  background: var(--gradient-primary);
  color: #fff;
  border: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 25px;
  position: relative;
  z-index: 1;
  margin-right: 7px;
  overflow: hidden;
  box-shadow: 0 4px 15px var(--shadow-light);
}

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

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

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

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

.button .btn:hover {
  color: #fff;
  background: var(--primary-dark);
  box-shadow: 0 8px 25px rgba(16, 185, 129, 0.3);
  transform: translateY(-2px);
}

.button .btn-alt {
  color: #fff !important;
  background: transparent !important;
  border: 2px solid #fff;
  padding: 11px 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .button .btn-alt {
    padding: 10px 30px;
  }
}

@media (max-width: 767px) {
  .button .btn-alt {
    padding: 10px 30px;
  }
}

.button .btn-alt:hover {
  background-color: #fff !important;
  color: var(--primary-color) !important;
  box-shadow: 0 4px 15px var(--shadow-light);
}

.button .disabled-btn {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
  background: #ccc !important;
  color: #666 !important;
  border-color: #ccc !important;
}

.button .disabled-btn:hover {
  background: #ccc !important;
  color: #666 !important;
  transform: none !important;
  box-shadow: none !important;
}

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

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

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

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

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

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

.preloader-icon span {
  position: absolute;
  display: inline-block;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background: var(--gradient-primary);
  -webkit-animation: preloader-fx 1.6s linear infinite;
  animation: preloader-fx 1.6s linear infinite;
}

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

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

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

/*======================================
	Start Header CSS
========================================*/
.header {
  width: 100%;
  background: transparent;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header {
    padding: 18px 0 !important;
  }
  .header .mobile-menu-btn .toggler-icon {
    background-color: #fff;
  }
  .header .button {
    margin: 0 !important;
  }
  .header .navbar-collapse {
    position: absolute;
    top: 67px !important;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 9;
    -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    padding: 10px 20px;
    max-height: 350px;
    overflow-y: scroll;
    border-top: 1px solid #eee;
    border-radius: 6px;
  }
  .header .navbar .navbar-nav .nav-item a:hover {
    color: #ff6b81 !important;
  }
  .header .navbar .navbar-nav .nav-item a.active {
    color: #ff6b81 !important;
  }
  .header .navbar-nav .nav-item {
    margin: 0;
  }
  .header .navbar-nav .nav-item:hover a {
    color: #ff6b81;
  }
  .header .navbar-nav .nav-item a {
    padding: 12px 16px !important;
  }
  .header .navbar-nav .nav-item a::before {
    display: none;
  }
  .header .navbar-nav .nav-item .sub-menu {
    position: static;
    width: 100%;
    opacity: 1;
    visibility: visible;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0;
    border: none;
    margin-left: 15px;
    margin-right: 15px;
  }
  .header .navbar-nav .nav-item .sub-menu .nav-item a {
    padding: 12px 12px;
  }
  .header .navbar-nav .nav-item .sub-menu .nav-item a:hover {
    color: #ff6b81 !important;
  }
  .header .navbar-nav .nav-item a {
    color: #051441;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 10px 0;
  }
  .header .navbar-nav .nav-item a::after {
    opacity: 1;
    visibility: visible;
  }
  .header .navbar-nav .nav-item .sub-menu li.active {
    background: #fff !important;
    color: #ff6b81 !important;
  }
  .header .navbar-nav .nav-item .sub-menu .nav-item {
    margin: 0 !important;
  }
  .header .navbar-nav .nav-item .sub-menu .nav-item a {
    padding: 10px 12px !important;
  }
  .header .navbar-nav .nav-item .sub-menu li:hover {
    background: #fff !important;
    color: #ff6b81 !important;
  }
  .header .navbar-nav .nav-item a {
    font-size: 14px;
  }
  .header .navbar-nav .nav-item a:hover {
    color: #ff6b81;
  }
}

@media (max-width: 767px) {
  .header {
    padding: 18px 0 !important;
  }
  .header .mobile-menu-btn .toggler-icon {
    background-color: #fff;
  }
  .header .navbar-collapse {
    position: absolute;
    top: 58px !important;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 9;
    -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    padding: 10px 20px;
    max-height: 350px;
    overflow-y: scroll;
    border-top: 1px solid #eee;
    border-radius: 6px;
  }
  .header .navbar .navbar-nav .nav-item a:hover {
    color: #ff6b81 !important;
  }
  .header .navbar .navbar-nav .nav-item a.active {
    color: #ff6b81 !important;
  }
  .header .navbar-nav .nav-item {
    margin: 0;
  }
  .header .navbar-nav .nav-item:hover a {
    color: #ff6b81;
  }
  .header .navbar-nav .nav-item a {
    padding: 12px 16px !important;
  }
  .header .navbar-nav .nav-item a::before {
    display: none;
  }
  .header .navbar-nav .nav-item .sub-menu {
    position: static;
    width: 100%;
    opacity: 1;
    visibility: visible;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0;
    border: none;
    margin-left: 15px;
    margin-right: 15px;
  }
  .header .navbar-nav .nav-item .sub-menu .nav-item a {
    padding: 12px 12px;
  }
  .header .navbar-nav .nav-item .sub-menu .nav-item a:hover {
    color: #ff6b81 !important;
  }
  .header .navbar-nav .nav-item a {
    color: #051441;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 10px 0;
  }
  .header .navbar-nav .nav-item a::after {
    opacity: 1;
    visibility: visible;
  }
  .header .navbar-nav .nav-item .sub-menu li.active {
    background: #fff !important;
    color: #ff6b81 !important;
  }
  .header .navbar-nav .nav-item .sub-menu .nav-item {
    margin: 0 !important;
  }
  .header .navbar-nav .nav-item .sub-menu .nav-item a {
    padding: 10px 12px !important;
  }
  .header .navbar-nav .nav-item .sub-menu li:hover {
    background: #fff !important;
    color: #ff6b81 !important;
  }
  .header .navbar-nav .nav-item a {
    font-size: 14px;
  }
  .header .navbar-nav .nav-item a:hover {
    color: #ff6b81;
  }
}

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

.header .button .btn {
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
  padding: 12px 30px;
}

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

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

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

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

}

.header.sticky .navbar-brand .white-logo {
  opacity: 0;
  visibility: hidden;
}

.header.sticky .navbar-brand .dark-logo {
  opacity: 1;
  visibility: visible;
}

.header.sticky .button .btn {
  background-color: #ff6b81;
  color: #fff;
  border-color: transparent;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.add-list-button .btn i {
  font-size: 14px;
  display: inline-block;
  margin-right: 5px;
}

/*======================================
     End Header CSS
  ========================================*/
/*======================================
    Hero Area CSS
========================================*/
.hero-area {
  position: relative;
  padding: 180px 0 120px 0;
  background: linear-gradient(135deg, #ffe0e0 0%, #ffd0d0 50%, #ffc5c5 100%);
}

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

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

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

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

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

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

.hero-area .hero-content h1 {
  font-size: 38px;
  font-weight: 800;
  line-height: 50px;
  color: var(--text-primary);
  text-shadow: none;
  text-transform: capitalize;
}

.hero-area .hero-content h1 span {
  display: block;
}

.hero-area .hero-content p {
  margin-top: 30px;
  font-size: 15px;
  color: var(--text-secondary);
}

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

.hero-area .hero-content .button .btn {
  background: var(--gradient-primary);
  color: #fff;
  margin-right: 12px;
  box-shadow: 0 4px 15px var(--shadow-light);
}

.hero-area .hero-content .button .btn i {
  font-size: 17px;
}

.hero-area .hero-content .button .btn:hover {
  background: var(--primary-dark);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(16, 185, 129, 0.4);
}

.hero-area .hero-content .button .btn.btn-alt {
  background: transparent;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.hero-area .hero-content .button .btn.btn-alt:hover {
  background: var(--primary-color);
  color: #fff;
  transform: translateY(-2px);
}

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

.hero-area .hero-content .button .video-button .text {
  display: inline-block;
  margin-left: 15px;
  color: #fff;
  font-weight: 500;
}

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

.hero-area .hero-content .button .video-button .video {
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  color: #ff6b81;
  background-color: #fff;
  border-radius: 50%;
  margin-left: 10px;
  font-size: 16px;
  padding-left: 3px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: relative;
}

.hero-area .hero-content .button .video-button .video:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border: 1px solid #fff;
  border-radius: 50%;
  -webkit-animation: pulse-border-2 2s linear infinite;
  animation: pulse-border-2 2s linear infinite;
}

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

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

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

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

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

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

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

/*======================================
    Features Area CSS
========================================*/
.features {
  background: var(--background-light);
}

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

.features .single-feature {
  text-align: left;
  padding: 35px;
  background-color: #fff;
  border-radius: 6px;
  position: relative;
  margin-top: 30px;
  border: 1px solid #eee;
  -webkit-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0s;
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0s;
}

.features .single-feature:hover {
  -webkit-box-shadow: 0px 3px 5px #00000017;
          box-shadow: 0px 3px 5px #00000017;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.features .single-feature i {
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  display: inline-block;
  background: var(--gradient-primary);
  color: #fff;
  font-size: 20px;
  border-radius: 15px;
  box-shadow: 0 4px 15px var(--shadow-light);
  margin-bottom: 30px;
  transition: all 0.3s ease;
}

.features .single-feature h3 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
}

.features .single-feature p {
  line-height: 22px;
}

/*======================================
    Our Achievement CSS
========================================*/
.our-achievement {
  background: var(--background-light);
  text-align: center;
  padding: 130px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .our-achievement {
    padding: 80px 0;
  }
}

@media (max-width: 767px) {
  .our-achievement {
    padding: 60px 0;
  }
}

.our-achievement .title h2 {
  color: var(--text-primary);
  font-weight: 700;
  font-size: 35px;
  margin-bottom: 10px;
}

.our-achievement .title p {
  color: var(--text-secondary);
}

.our-achievement .single-achievement {
  margin-top: 50px;
  text-align: center;
  padding: 0px 10px;
}

.our-achievement .single-achievement h3 {
  font-size: 35px;
  font-weight: 800;
  display: block;
  margin-bottom: 5px;
  color: var(--text-primary);
}

.our-achievement .single-achievement p {
  font-size: 15px;
  color: var(--text-secondary);
  font-weight: 500;
  text-transform: capitalize;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .our-achievement .title h2 {
    font-size: 24px;
    line-height: 32px;
  }
  .our-achievement .single-achievement {
    margin-top: 30px;
  }
  .our-achievement .single-achievement h3 {
    font-size: 28px;
  }
}

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

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

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

.pricing-table .single-table {
  border: 1px solid #eee;
  border-radius: 10px;
  margin-top: 30px;
  background-color: #fff;
  -webkit-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0s;
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0s;
}

.pricing-table .single-table:hover:hover {
  -webkit-box-shadow: 0px 3px 5px #00000017;
          box-shadow: 0px 3px 5px #00000017;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.pricing-table .single-table .table-head {
  padding: 25px;
  border-bottom: 1px solid #eee;
}

.pricing-table .single-table .table-head .title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
}

.pricing-table .single-table .table-head p {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}

.pricing-table .single-table .table-head .price {
  padding: 30px 0;
}

.pricing-table .single-table .table-head .price .amount {
  font-size: 30px;
  font-weight: 700;
  display: inline-block;
}

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

.pricing-table .single-table .table-head .button .btn {
  width: 100%;
  padding: 12px 30px;
  font-size: 13px;
  background-color: #081828;
}

.pricing-table .single-table .table-head .button .btn:hover {
  background-color: #ff6b81;
  color: #fff;
}

.pricing-table .single-table .table-content {
  padding: 25px;
}

.pricing-table .single-table .table-content .middle-title {
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.pricing-table .single-table .table-content .table-list li {
  position: relative;
  padding-left: 25px;
  font-size: 14px;
  margin-bottom: 13px;
}

.pricing-table .single-table .table-content .table-list li:last-child {
  margin: 0;
}

.pricing-table .single-table .table-content .table-list li i {
  color: #ff6b81;
  font-size: 14px;
  position: absolute;
  left: 0;
  top: 4px;
}

/*======================================
    Call To Action CSS
========================================*/
.call-action {
  background: var(--gradient-soft);
}

.call-action .cta-content {
  text-align: center;
  padding: 0px 50px;
}

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

@media (max-width: 767px) {
  .call-action .cta-content {
    padding: 0;
  }
}

.call-action .cta-content h2 {
  color: var(--text-primary);
  line-height: 50px;
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .call-action .cta-content h2 {
    font-size: 32px;
    line-height: 45px;
  }
}

@media (max-width: 767px) {
  .call-action .cta-content h2 {
    font-size: 25px;
    line-height: 35px;
  }
}

.call-action .cta-content p {
  color: #fff;
  padding: 0px 50px;
}

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

@media (max-width: 767px) {
  .call-action .cta-content p {
    padding: 0;
  }
}

.call-action .cta-content .button {
  margin-top: 40px;
}

.call-action .cta-content .button .btn {
  background-color: #fff;
  color: #ff6b81;
}

.call-action .cta-content .button .btn:hover {
  color: #fff;
  background-color: #081828;
}

/*======================================
    Contact Area CSS
========================================*/
.contact-area {
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
  position: relative;
}

.contact-info-card {
  background: #fff;
  padding: 35px 25px;
  border-radius: 20px;
  margin-bottom: 30px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.contact-info-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: var(--gradient-primary);
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.contact-info-card:hover::before {
  transform: scaleX(1);
}

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

.contact-card-icon {
  width: 70px;
  height: 70px;
  background: var(--gradient-primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 25px;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}

.contact-card-icon::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, transparent, rgba(255,255,255,0.3), transparent);
  transform: translateX(-100%);
  transition: transform 0.6s ease;
}

.contact-info-card:hover .contact-card-icon::before {
  transform: translateX(100%);
}

.contact-card-icon i {
  font-size: 30px;
  color: #fff;
  position: relative;
  z-index: 1;
}

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

.contact-card-content h4 {
  font-size: 20px;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 8px;
}

.contact-details {
  font-size: 18px;
  font-weight: 600;
  color: var(--primary-color);
  margin-bottom: 5px;
  direction: ltr;
  text-align: left;
}

.contact-card-content span {
  font-size: 14px;
  color: var(--text-secondary);
  line-height: 1.4;
}

.social-links-row {
  display: flex;
  gap: 12px;
  margin-top: 15px;
}

.social-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
  transition: all 0.3s ease;
  color: #fff;
}

.social-btn.facebook {
  background: linear-gradient(135deg, #1877f2, #42a5f5);
}

.social-btn.instagram {
  background: linear-gradient(135deg, #e4405f, #f56040);
}

.social-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.social-btn i {
  font-size: 16px;
}

.section-divider {
  text-align: center;
  margin-bottom: 50px;
}

.section-divider h3 {
  font-size: 28px;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 10px;
}

.section-divider p {
  font-size: 16px;
  color: var(--text-secondary);
  margin-bottom: 0;
}

.interactive-map {
  position: relative;
}

.map-container {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.08);
}

.map-overlay {
  position: absolute;
  top: 20px;
  right: 20px;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  padding: 15px 20px;
  border-radius: 15px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.location-pin {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--text-primary);
  font-weight: 600;
}

.location-pin i {
  font-size: 20px;
  color: var(--primary-color);
}

.map-container iframe {
  width: 100%;
  height: 500px;
  border: none;
}



/* RTL Support for Contact Section */
body.arabic .contact-info-card {
  text-align: right;
}

body.arabic .contact-card-icon {
  margin-left: 0;
  margin-right: 25px;
}

body.arabic .contact-details {
  direction: rtl;
  text-align: right;
}

body.arabic .social-links-row {
  flex-direction: row-reverse;
}

body.arabic .map-overlay {
  right: auto;
  left: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-info-card {
    padding: 30px 20px;
    flex-direction: column;
    text-align: center;
  }
  
  .contact-card-icon {
    margin: 0 0 20px 0;
  }
  
  .map-container iframe {
    height: 400px;
  }
  
  .social-links-row {
    justify-content: center;
  }
  
  body.arabic .contact-card-icon {
    margin: 0 0 20px 0;
  }
}

@media (max-width: 767px) {
  .contact-info-card {
    padding: 25px 20px;
    margin-bottom: 20px;
    flex-direction: column;
    text-align: center;
  }
  
  .contact-card-icon {
    margin: 0 0 15px 0;
  }
  
  .map-container iframe {
    height: 350px;
  }
  
  .section-divider h3 {
    font-size: 24px;
  }
  
  .section-divider p {
    font-size: 14px;
  }
  
  .social-links-row {
    justify-content: center;
    flex-wrap: wrap;
  }
  
  .social-btn {
    margin-bottom: 10px;
  }
  
  .map-overlay {
    position: static;
    margin-bottom: 15px;
    text-align: center;
  }
  
  body.arabic .contact-card-icon {
    margin: 0 0 15px 0;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

/*======================================
	Footer CSS
========================================*/
.footer {
  background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f172a 100%);
  position: relative;
  padding: 40px 0 20px 0;
  overflow: hidden;
}

.footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at 20% 80%, rgba(16, 185, 129, 0.1) 0%, transparent 50%),
              radial-gradient(circle at 80% 20%, rgba(255, 107, 129, 0.1) 0%, transparent 50%);
  pointer-events: none;
}

.footer-content {
  position: relative;
  z-index: 2;
}

.footer-top {
  text-align: center;
  margin-bottom: 25px;
}

.footer-logo {
  margin-bottom: 15px;
}

.footer-logo img {
  height: 50px;
  width: auto;
  filter: brightness(0) invert(1);
  transition: all 0.3s ease;
}

.footer-logo img:hover {
  transform: scale(1.05);
  filter: brightness(0) invert(1) drop-shadow(0 0 20px rgba(255, 255, 255, 0.3));
}

.footer-text {
  margin-bottom: 20px;
}

.footer-text {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}

.footer-main-title {
  color: #ffffff;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 20px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  text-align: center;
  line-height: 1.3;
}

.footer-sub-title {
  color: var(--primary-color);
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  text-align: center;
  line-height: 1.4;
}

.footer-text p {
  color: #e2e8f0;
  font-size: 18px;
  font-weight: 500;
  margin: 0 auto 25px auto;
  line-height: 1.7;
  text-align: center;
  max-width: 800px;
}

.footer-button {
  margin-top: 30px;
  text-align: center;
}

.footer-button .btn {
  background: var(--gradient-primary);
  color: white;
  border: none;
  padding: 18px 40px;
  font-size: 18px;
  font-weight: 600;
  border-radius: 50px;
  transition: all 0.3s ease;
  box-shadow: 0 6px 20px var(--shadow-light);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.footer-button .btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px var(--shadow-light);
  background: var(--primary-dark);
  color: white;
}

.footer-contact-info {
  margin: 30px auto;
  max-width: 600px;
}

.contact-links, .social-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin: 15px 0;
  flex-wrap: wrap;
}

.contact-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.contact-item i {
  font-size: 16px;
  color: var(--primary-color);
}

.contact-item a {
  color: #e2e8f0;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.contact-item a:hover {
  color: var(--primary-color);
  transform: translateY(-1px);
}

.social-link-inline {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #e2e8f0;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s ease;
  padding: 5px 10px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.1);
}

.social-link-inline i {
  font-size: 16px;
}

.social-link-inline.facebook {
  background: rgba(24, 119, 242, 0.2);
}

.social-link-inline.instagram {
  background: rgba(228, 64, 95, 0.2);
}

.social-link-inline:hover {
  background: var(--primary-color);
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.contact-separator {
  color: #94a3b8;
  font-size: 16px;
  margin: 0 5px;
}

.footer-contact {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #e2e8f0;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.contact-item i {
  font-size: 16px;
  color: var(--primary-color);
  min-width: 16px;
}

.contact-item:hover {
  color: #fff;
  transform: translateY(-1px);
}

.contact-item:hover i {
  color: #fff;
}

.footer-social {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}

.social-link {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
  overflow: hidden;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.social-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transition: all 0.3s ease;
  transform: scale(0);
  z-index: -1;
}

.social-link.facebook {
  background: rgba(24, 119, 242, 0.2);
}

.social-link.facebook::before {
  background: linear-gradient(135deg, #1877f2, #42a5f5);
}

.social-link.instagram {
  background: rgba(228, 64, 95, 0.2);
}

.social-link.instagram::before {
  background: linear-gradient(135deg, #e4405f, #f56040, #fd79a8);
}

.social-link.phone {
  background: rgba(16, 185, 129, 0.2);
}

.social-link.phone::before {
  background: linear-gradient(135deg, #10b981, #34d399);
}

.social-link.email {
  background: rgba(99, 102, 241, 0.2);
}

.social-link.email::before {
  background: linear-gradient(135deg, #6366f1, #8b5cf6);
}

.social-link:hover {
  transform: translateY(-5px) scale(1.1);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.social-link:hover::before {
  transform: scale(1);
}

.social-link i {
  font-size: 16px;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
}

.social-link:hover i {
  transform: scale(1.2);
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  text-align: center;
}

.copyright p {
  color: #94a3b8;
  font-size: 12px;
  margin: 0;
  font-weight: 400;
  letter-spacing: 0.5px;
}

/* RTL Support */
body.arabic .footer-social {
  flex-direction: row-reverse;
}

body.arabic .footer-contact-info {
  direction: rtl;
}

body.arabic .contact-links, 
body.arabic .social-links {
  flex-direction: row-reverse;
}

body.arabic .contact-item {
  flex-direction: row-reverse;
}

body.arabic .social-link-inline {
  flex-direction: row-reverse;
}

body.arabic .footer-contact {
  flex-direction: row-reverse;
}

/* Mobile Responsive */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer {
    padding: 35px 0 18px 0;
  }
  
  .footer-logo img {
    height: 45px;
  }
  
  .footer-contact {
    gap: 25px;
  }
  
  .contact-item {
    font-size: 13px;
  }
  
  .footer-social {
    gap: 12px;
  }
  
  .social-link {
    width: 38px;
    height: 38px;
  }
  
  .social-link i {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .footer {
    padding: 30px 0 15px 0;
  }
  
  .footer-top {
    margin-bottom: 20px;
  }
  
  .footer-logo {
    margin-bottom: 12px;
  }
  
  .footer-logo img {
    height: 40px;
  }
  
  .footer-text {
    margin-bottom: 15px;
  }
  
  .footer-text p {
    font-size: 14px;
    padding: 0 15px;
    line-height: 1.6;
    max-width: 100%;
  }
  
  .footer-button {
    margin-top: 20px;
  }
  
  .footer-button .btn {
    padding: 12px 25px;
    font-size: 14px;
    width: auto;
    display: inline-block;
  }
  
  .footer-text {
    padding: 0 15px;
  }
  
  .footer-main-title {
    font-size: 28px;
    margin-bottom: 18px;
    line-height: 1.3;
  }
  
  .footer-sub-title {
    font-size: 20px;
    margin-bottom: 18px;
    line-height: 1.4;
  }
  
  .footer-text p {
    font-size: 16px;
    line-height: 1.6;
    margin: 0 auto 20px auto;
    max-width: 100%;
  }
  
  .footer-contact-info {
    margin: 20px 0;
  }
  
  .contact-links, .social-links {
    flex-direction: column;
    gap: 10px;
    margin: 12px 0;
  }
  
  .contact-item a, .social-link-inline {
    font-size: 14px;
  }
  
  .contact-separator {
    display: none;
  }
  
  .footer-contact {
    gap: 20px;
    margin-bottom: 15px;
    flex-direction: column;
  }
  
  .contact-item {
    font-size: 13px;
  }
  
  .footer-social {
    gap: 10px;
    margin-bottom: 12px;
  }
  
  .social-link {
    width: 35px;
    height: 35px;
  }
  
  .social-link i {
    font-size: 14px;
  }
  
  .footer-bottom {
    padding-top: 15px;
  }
  
  .copyright p {
    font-size: 11px;
    padding: 0 10px;
  }
}

/* ================================= 
   Language Toggle & RTL Support 
==================================== */
.language-switcher {
  margin-left: 20px;
  display: flex;
  align-items: center;
}

#language-toggle {
  font-size: 13px;
  padding: 8px 15px;
  border-radius: 25px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: transparent;
  color: #fff;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 6px;
}

#language-toggle:hover {
  background-color: #ff6b81 !important;
  border-color: #ff6b81 !important;
  color: #fff !important;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(255, 107, 129, 0.3);
}

#language-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 107, 129, 0.25);
}

#language-toggle i {
  font-size: 14px;
}

/* Navbar improvements */
.navbar-nav .nav-item .nav-link,
.navbar-nav .nav-item a {
  font-weight: 500;
  transition: all 0.3s ease;
  position: relative;
}

.navbar-nav .nav-item a:hover {
  color: #ff6b81 !important;
  transform: translateY(-1px);
}

.navbar-nav .nav-item a.active {
  color: #ff6b81 !important;
}

.navbar-nav .nav-item a.active::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 2px;
  background: #ff6b81;
  border-radius: 2px;
}

/* RTL Support for Arabic */
body.arabic {
  font-family: 'Inter', 'Arial', sans-serif;
  direction: rtl;
  text-align: right;
}

/* Navigation RTL */
body.arabic .navbar-nav {
  margin-right: auto !important;
  margin-left: 0 !important;
}

/* Hero Section RTL */
body.arabic .hero-content {
  text-align: right;
}

body.arabic .hero-content h1 {
  font-size: 42px;
  line-height: 1.3;
  text-align: right;
}

body.arabic .hero-content p {
  text-align: right;
}

/* Features Section RTL */
body.arabic .features .single-feature {
  text-align: right;
}

body.arabic .features .single-feature h3 {
  text-align: right;
}

body.arabic .features .single-feature p {
  text-align: right;
}

/* Section Titles RTL */
body.arabic .section-title {
  text-align: right;
}

body.arabic .section-title h2 {
  text-align: right;
}

body.arabic .section-title h3 {
  text-align: right;
}

body.arabic .section-title p {
  text-align: right;
}

/* App Screenshots RTL */
body.arabic .app-screenshots .single-app-feature {
  text-align: right;
}

body.arabic .app-screenshots .single-app-feature .icon {
  margin-right: 0;
  margin-left: 20px;
  float: right;
}

body.arabic .app-screenshots .single-app-feature .content {
  text-align: right;
}

body.arabic .app-screenshots .single-app-feature .content h3 {
  text-align: right;
}

body.arabic .app-screenshots .single-app-feature .content p {
  text-align: right;
}

/* Screenshot Cards RTL */
body.arabic .screenshot-card .card-content {
  text-align: right;
}

body.arabic .screenshot-card .card-content h4 {
  text-align: right;
}

body.arabic .screenshot-card .card-content p {
  text-align: right;
}

body.arabic .screenshots-showcase .screenshot-content {
  text-align: right;
}

body.arabic .screenshots-showcase .screenshot-content h3 {
  text-align: right;
}

body.arabic .screenshots-showcase .screenshot-content p {
  text-align: right;
}

body.arabic .screenshots-showcase .feature-list {
  text-align: right;
}

body.arabic .screenshots-showcase .feature-list li {
  text-align: right;
}

/* Achievement Section RTL */
body.arabic .our-achievement .title {
  text-align: right;
}

body.arabic .our-achievement .title h2 {
  text-align: right;
}

body.arabic .our-achievement .title p {
  text-align: right;
}

body.arabic .our-achievement .single-achievement {
  text-align: right;
}

body.arabic .our-achievement .single-achievement h3 {
  text-align: right;
}

body.arabic .our-achievement .single-achievement p {
  text-align: right;
}

/* Pricing Section RTL */
body.arabic .pricing-table .section-title {
  text-align: right;
}

body.arabic .pricing-table .single-table {
  text-align: right;
}

body.arabic .pricing-table .single-table .table-head {
  text-align: right;
}

body.arabic .pricing-table .single-table .table-head .title {
  text-align: right;
}

body.arabic .pricing-table .single-table .table-head p {
  text-align: right;
}

body.arabic .pricing-table .single-table .table-content {
  text-align: right;
}

body.arabic .pricing-table .single-table .table-content .middle-title {
  text-align: right;
}

body.arabic .pricing-table .single-table .table-content .table-list {
  text-align: right;
}

body.arabic .pricing-table .single-table .table-content .table-list li {
  text-align: right;
}

/* Call to Action RTL - Center Alignment */
body.arabic .call-action .cta-content {
  text-align: center;
}

body.arabic .call-action .cta-content h2 {
  text-align: center;
}

body.arabic .call-action .cta-content p {
  text-align: center;
}

/* Override CTA center alignment for both languages */
.call-action .cta-content {
  text-align: center !important;
}

.call-action .cta-content h2 {
  text-align: center !important;
}

.call-action .cta-content p {
  text-align: center !important;
}

.call-action .cta-content .button {
  text-align: center !important;
}

/* Desktop and Large Screens - Force Center Alignment */
@media only screen and (min-width: 992px) {
  .call-action .cta-content {
    text-align: center !important;
    padding: 0 20px !important;
    direction: ltr !important;
  }
  
  .call-action .cta-content h2 {
    text-align: center !important;
    direction: ltr !important;
  }
  
  .call-action .cta-content p {
    text-align: center !important;
    padding: 0 20px !important;
    direction: ltr !important;
  }
  
  .call-action .cta-content .button {
    text-align: center !important;
    direction: ltr !important;
  }

  body.arabic .call-action .cta-content {
    text-align: center !important;
    direction: ltr !important;
  }
  
  body.arabic .call-action .cta-content h2 {
    text-align: center !important;
    direction: ltr !important;
  }
  
  body.arabic .call-action .cta-content p {
    text-align: center !important;
    direction: ltr !important;
  }
  
  body.arabic .call-action .cta-content .button {
    text-align: center !important;
    direction: ltr !important;
  }
}

/* Extra Large Screens */
@media only screen and (min-width: 1200px) {
  .call-action .cta-content {
    text-align: center !important;
    padding: 0 !important;
    direction: ltr !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
  }
  
  .call-action .cta-content h2 {
    text-align: center !important;
    direction: ltr !important;
  }
  
  .call-action .cta-content p {
    text-align: center !important;
    padding: 0 !important;
    direction: ltr !important;
  }
  
  .call-action .cta-content .button {
    text-align: center !important;
    direction: ltr !important;
  }

  body.arabic .call-action .cta-content {
    text-align: center !important;
    direction: ltr !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
  }
  
  body.arabic .call-action .cta-content h2 {
    text-align: center !important;
    direction: ltr !important;
  }
  
  body.arabic .call-action .cta-content p {
    text-align: center !important;
    direction: ltr !important;
  }
  
  body.arabic .call-action .cta-content .button {
    text-align: center !important;
    direction: ltr !important;
  }
}

/* Footer Center Alignment for both languages */
.footer,
.footer-content,
.footer-top,
.footer-text,
.footer-text p,
.footer-bottom,
.copyright,
.copyright p {
  text-align: center !important;
}

body.arabic .footer,
body.arabic .footer-content,
body.arabic .footer-top,
body.arabic .footer-text,
body.arabic .footer-text p,
body.arabic .footer-bottom,
body.arabic .copyright,
body.arabic .copyright p {
  text-align: center !important;
}

/* Footer Contact and Social Links Center */
.footer-contact {
  justify-content: center !important;
  text-align: center !important;
}

.footer-social {
  justify-content: center !important;
  text-align: center !important;
}

body.arabic .footer-contact {
  justify-content: center !important;
  text-align: center !important;
  flex-direction: row !important;
}

body.arabic .footer-social {
  justify-content: center !important;
  text-align: center !important;
  flex-direction: row !important;
}

/* Ultimate Footer Center Override */
html body .footer *,
html body.arabic .footer * {
  text-align: center !important;
}

/* Footer specific elements center alignment */
.footer-logo,
.footer-text,
.footer-contact,
.footer-social,
.footer-bottom,
.copyright {
  display: block !important;
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

body.arabic .footer-logo,
body.arabic .footer-text,
body.arabic .footer-contact,
body.arabic .footer-social,
body.arabic .footer-bottom,
body.arabic .copyright {
  display: block !important;
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Additional Arabic Text Alignment */
body.arabic * {
  direction: rtl;
}

/* Exception for CTA section - Override the global RTL */
body.arabic .call-action * {
  direction: inherit !important;
}

body.arabic .call-action .cta-content {
  direction: ltr !important;
}

body.arabic .call-action .cta-content h2,
body.arabic .call-action .cta-content p {
  direction: rtl !important;
  text-align: center !important;
}

body.arabic .container,
body.arabic .section,
body.arabic .row,
body.arabic .col-12,
body.arabic .col-md-6,
body.arabic .col-lg-4,
body.arabic .col-xl-3 {
  text-align: right;
}

/* Buttons RTL */
body.arabic .button .btn {
  text-align: center;
}

/* Lists RTL */
body.arabic ul,
body.arabic ol {
  text-align: right;
}

body.arabic li {
  text-align: right;
  direction: rtl;
}

/* Media Queries for RTL Support */
@media (max-width: 767px) {
  body.arabic {
    text-align: right;
  }
  
  body.arabic * {
    text-align: right;
    direction: rtl;
  }
  
  body.arabic .hero-content h1 {
    text-align: right;
  }
  
  body.arabic .section-title h2,
  body.arabic .section-title h3,
  body.arabic .section-title p {
    text-align: right;
  }
  
  body.arabic .features .single-feature {
    text-align: right;
  }
  
  body.arabic .our-achievement .single-achievement {
    text-align: right;
  }
  
  body.arabic .pricing-table .single-table {
    text-align: right;
  }
  
  body.arabic .call-action .cta-content {
    text-align: center;
  }
  
  body.arabic .footer {
    text-align: right;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body.arabic .hero-content h1 {
    text-align: right;
  }
  
  body.arabic .section-title h2,
  body.arabic .section-title h3,
  body.arabic .section-title p {
    text-align: right;
  }
  
  body.arabic .features .single-feature {
    text-align: right;
  }
  
  body.arabic .our-achievement .single-achievement {
    text-align: right;
  }
  
  body.arabic .pricing-table .single-table {
    text-align: right;
  }
  
  body.arabic .call-action .cta-content {
    text-align: center;
  }
}

/* Special RTL adjustments for Icons and Animations */
body.arabic .single-feature .icon,
body.arabic .screenshot-card .icon-wrapper,
body.arabic .contact-card-icon {
  float: right;
  margin-left: 15px;
  margin-right: 0;
}

body.arabic .app-screenshots .single-app-feature .icon {
  float: right;
  margin-left: 20px;
  margin-right: 0;
}

/* RTL for Bootstrap Columns */
body.arabic .row {
  direction: rtl;
}

body.arabic .col,
body.arabic [class*="col-"] {
  text-align: right;
  direction: rtl;
}

/* RTL for Navigation */
body.arabic .navbar-nav {
  direction: rtl;
}

body.arabic .nav-item {
  text-align: right;
}

/* RTL for Contact Section */
body.arabic .contact-card-content {
  text-align: right;
}

body.arabic .contact-details span {
  text-align: right;
  direction: rtl;
}

/* RTL for App Store Buttons */
body.arabic .hero-content .button {
  text-align: right;
  direction: rtl;
}

body.arabic .hero-content .button .btn {
  margin-left: 10px;
  margin-right: 0;
}

/* RTL for Feature Lists */
body.arabic .feature-list li {
  text-align: right;
  direction: rtl;
}

body.arabic .table-list li {
  text-align: right;
  direction: rtl;
}

/* Override for CTA Section - Force Center Alignment for Arabic */
body.arabic section.call-action .cta-content {
  text-align: center !important;
  direction: ltr !important;
}

body.arabic section.call-action .cta-content h2 {
  text-align: center !important;
  direction: rtl !important;
  unicode-bidi: embed !important;
}

body.arabic section.call-action .cta-content p {
  text-align: center !important;
  direction: rtl !important;
  unicode-bidi: embed !important;
}

body.arabic section.call-action .cta-content .button {
  text-align: center !important;
  direction: ltr !important;
}

/* Maximum Priority Center Alignment */
* .call-action .cta-content {
  text-align: center !important;
}

* .call-action .cta-content h2,
* .call-action .cta-content p {
  text-align: center !important;
}

*[class*="arabic"] .call-action .cta-content,
*[class*="arabic"] .call-action .cta-content h2,
*[class*="arabic"] .call-action .cta-content p {
  text-align: center !important;
}

/* Extra specificity for all screen sizes */
@media screen and (min-width: 1px) {
  body.arabic .call-action .cta-content,
  body.arabic .call-action .cta-content h2,
  body.arabic .call-action .cta-content p {
    text-align: center !important;
  }
  
  .call-action .cta-content,
  .call-action .cta-content h2,
  .call-action .cta-content p {
    text-align: center !important;
  }
}

/* Ultimate CTA Center Alignment - Highest Priority */
html body.arabic .section.call-action .container .row .col-lg-8 .cta-content,
html body.arabic .section.call-action .container .row .col-lg-8 .cta-content h2,
html body.arabic .section.call-action .container .row .col-lg-8 .cta-content p,
html body .section.call-action .container .row .col-lg-8 .cta-content,
html body .section.call-action .container .row .col-lg-8 .cta-content h2,
html body .section.call-action .container .row .col-lg-8 .cta-content p {
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Force center alignment with inline-block */
.call-action .cta-content {
  display: block !important;
  text-align: center !important;
  width: 100% !important;
}

.call-action .cta-content h2,
.call-action .cta-content p {
  display: inline-block !important;
  text-align: center !important;
  width: auto !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

body.arabic .call-action .cta-content {
  display: block !important;
  text-align: center !important;
  width: 100% !important;
}

body.arabic .call-action .cta-content h2,
body.arabic .call-action .cta-content p {
  display: inline-block !important;
  text-align: center !important;
  width: auto !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

