@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&family=Vazirmatn:wght@100..900&display=swap');
/*===========================
  COMMON css 
===========================*/
:root {
  --font-family: "Lexend", sans-serif;
  --arabic-font-family: "Vazirmatn", sans-serif;
  --primary: #155bd5;
  --primary-dark: #1c3ab6;
  --primary-light: #e2f1ff;
  --accent: #00d4d7;
  --accent-dark: #00bac1;
  --accent-light: #dff9f8;
  --success: #13d527;
  --success-dark: #00ae11;
  --success-light: #eafbe7;
  --secondary: #8f15d5;
  --secondary-dark: #6013c7;
  --secondary-light: #f4e5fa;
  --info: #15b2d5;
  --info-dark: #0f8ca8;
  --info-light: #e0f5fa;
  --caution: #dbbb25;
  --caution-dark: #d58f15;
  --caution-light: #fbf9e4;
  --error: #e6185e;
  --error-dark: #bf1257;
  --error-light: #fce4eb;
  --black: #1d1d1d;
  --dark-1: #2d2d2d;
  --dark-2: #4d4d4d;
  --dark-3: #6d6d6d;
  --gray-1: #8d8d8d;
  --gray-2: #adadad;
  --gray-3: #cdcdcd;
  --gray-4: #e0e0e0;
  --light-1: #efefef;
  --light-2: #f5f5f5;
  --light-3: #fafafa;
  --white: #ffffff;
  --gradient-1: linear-gradient(180deg, #155bd5 0%, #1c3ab6 100%);
  --gradient-2: linear-gradient(180deg, #155bd5 13.02%, #00d4d7 85.42%);
  --gradient-3: linear-gradient(180deg, #155bd5 0%, #8f15d5 100%);
  --gradient-4: linear-gradient(180deg, #155bd5 0%, #13d527 100%);
  --gradient-5: linear-gradient(180deg, #155bd5 0%, #15bbd5 100%);
  --gradient-6: linear-gradient(180deg, #155bd5 0%, #dbbb25 100%);
  --gradient-7: linear-gradient(180deg, #155bd5 0%, #e6185e 100%);
  --gradient-8: linear-gradient(180deg, #1c3ab6 0%, #00bac1 100%);
  --gradient-9: linear-gradient(180deg, #00d4d7 13.02%, #155bd5 85.42%);
  --shadow-1: 0px 0px 1px rgba(40, 41, 61, 0.08),
    0px 0.5px 2px rgba(96, 97, 112, 0.16);
  --shadow-2: 0px 0px 1px rgba(40, 41, 61, 0.04),
    0px 2px 4px rgba(96, 97, 112, 0.16);
  --shadow-3: 0px 0px 2px rgba(40, 41, 61, 0.04),
    0px 4px 8px rgba(96, 97, 112, 0.16);
  --shadow-4: 0px 2px 4px rgba(40, 41, 61, 0.04),
    0px 8px 16px rgba(96, 97, 112, 0.16);
  --shadow-5: 0px 2px 8px rgba(40, 41, 61, 0.04),
    0px 16px 24px rgba(96, 97, 112, 0.16);
  --shadow-6: 0px 2px 8px rgba(40, 41, 61, 0.08),
    0px 20px 32px rgba(96, 97, 112, 0.24);
}

body {
  font-family: var(--font-family);
  color: var(--black);
  font-size: 16px;
  scroll-behavior: smooth;
}

html, body {
  overflow-x: hidden;
}

* {
  box-sizing: border-box;
}

[data-aos] {
  overflow: hidden;
}

[dir="rtl"] .lang-btn {
  font-family: var(--font-family);
}
[dir="rtl"] body {
  font-family: var(--arabic-font-family);
}

@media (max-width: 991px) {
  body {
    font-size: 14px;
  }
}

img {
  max-width: 100%;
}

a {
  display: inline-block;
}

a,
button,
a:hover,
a:focus,
input:focus,
textarea:focus,
button:focus {
  text-decoration: none;
  outline: none;
}

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

[dir="rtl"] p,
[dir="rtl"] a,
[dir="rtl"] h1,
[dir="rtl"] h2,
[dir="rtl"] h3,
[dir="rtl"] h4,
[dir="rtl"] h5,
[dir="rtl"] h6 {
  font-family: var(--arabic-font-family)! important;
}

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

h1,
.h1 {
  font-size: 2.75em;
  line-height: 1.25;
}

h2,
.h2 {
  font-size: 2.25em;
  line-height: 1.25;
}

h3,
.h3 {
  font-size: 1.75em;
  line-height: 1.25;
}

h4,
.h4 {
  font-size: 1.5em;
  line-height: 1.25;
}

h5,
.h5 {
  font-size: 1.25em;
  line-height: 1.25;
}

h6,
.h6 {
  font-size: 0.875em;
  line-height: 1.25;
}

.display-1 {
  font-size: 5.5em;
  line-height: 1.25;
}

.display-2 {
  font-size: 4.75em;
  line-height: 1.25;
}

.display-3 {
  font-size: 4em;
  line-height: 1.25;
}

.display-4 {
  font-size: 3.25em;
  line-height: 1.25;
}

p {
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5;
  color: var(--dark-3);
  margin: 0px;
}

hr {
  border-top-color: #fff;
  opacity: .06;
  margin: 25px auto;
}

.text-small {
  font-size: 0.875em;
  line-height: 1.5;
}

.text-lg {
  font-size: 1.15em;
  line-height: 1.5;
}

.bg_cover {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.btn {
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 12px 24px;
  border-radius: 4px;
  border: 1px solid transparent;
}
.btn:hover {
  color: inherit;
}
.btn:focus {
  box-shadow: none;
  outline: none;
}
.btn.btn-lg {
  font-size: 1.15em;
  padding: 16px 24px;
}
.btn.btn-sm {
  padding: 8px 16px;
}
.btn.square {
  border-radius: 0px;
}
.btn.semi-rounded {
  border-radius: 12px;
}
.btn.rounded-full {
  border-radius: 50px;
}
.btn.icon-left span,
.btn.icon-left i {
  margin-right: 8px;
}
.btn.icon-right span,
.btn.icon-right i {
  margin-left: 8px;
}
.btn.icon-btn {
  width: 48px;
  height: 48px;
  padding: 0;
  line-height: 48px;
}
.btn.icon-btn.btn-lg {
  width: 56px;
  height: 56px;
  line-height: 56px;
}
.btn.icon-btn.btn-sm {
  width: 40px;
  height: 40px;
  line-height: 40px;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
/* Fullscreen white background */
.preloader {
    position: fixed;
    inset: 0;
    background: #ffffff;      /* Apple minimal white */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999999;

    opacity: 1;
    transition: opacity 0.6s ease;
}

/* Fade-out state */
.preloader.hide {
    opacity: 0;
    pointer-events: none;
}


/* ======== Placeholder ===== */
.form-control::placeholder {
  color: #FFF! important;
  font-family: var(--font-family);
  opacity: 1! important;
}

.inner-page .form-control::placeholder {
  color: #000! important;
  font-family: var(--font-family);
  opacity: 1! important;
}

/* ======= Flip Rtl Image ====== */
img.flip-rtl {
  transition: transform 0.3s ease;
}

[dir="rtl"] .search-bar,
[dir="rtl"] img.flip-rtl {
  transform: scaleX(-1);
}

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

.section-title h3 {
  color: rgba(39, 100, 127, 1);
  text-align: center;
  font-family: var(--font-family);
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 50px; /* 125% */
}

.section-title h3 span {
  font-weight: 700;
  display: block;
}

/* ===== Buttons Css ===== */
.primary-btn {
  background: var(--primary);
  color: var(--white);
  box-shadow: var(--shadow-2);
}
.active.primary-btn, .primary-btn:hover, .primary-btn:focus {
  background: var(--primary-dark);
  color: var(--white);
  box-shadow: var(--shadow-4);
}
.deactive.primary-btn {
  background: var(--gray-4);
  color: var(--dark-3);
  pointer-events: none;
}

.primary-btn-outline {
  border-color: var(--primary);
  color: var(--primary);
}
.active.primary-btn-outline, .primary-btn-outline:hover, .primary-btn-outline:focus {
  background: var(--primary-dark);
  color: var(--white);
}
.deactive.primary-btn-outline {
  color: var(--dark-3);
  border-color: var(--gray-4);
  pointer-events: none;
}


/* One Click Scrool Top Button*/
.scroll-top {
  width: 45px;
  height: 45px;
  line-height: 45px;
  background: rgba(255, 141, 107, 1);
  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;
  border-radius: 0;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-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: var(--dark-1);
}

/*===========================
  NAVBAR css 
===========================*/
.right-top-menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
}

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

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

/*===== NAVBAR NINE =====*/
.navbar-area.navbar-nine {
  background: transparent;
  padding: 18px 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.navbar-area.navbar-nine.sticky {
  position: fixed;
  z-index:99 !important;
  top: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(23.549999237060547px);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.inner-page .navbar-area.navbar-nine.sticky {
  position: fixed;
  background: rgba(255, 255, 255, 0.4);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .navbar-area.navbar-nine {
    padding: 10px 0;
  }
}

@media (max-width: 1100px) {
  .key-section .top-title {
    right: 20%;
  }

  .key-section .slider-inner-content {
    padding: 25px 20px;
  }

  .feature-section .fetaure-card .overlay-img-content {
    gap: 30px;
  }

  .key-section .swiper-slide.swiper-slide-active .slider-item {
    padding-right: 0;
  }

  section.feature-section {
    padding: 70px 0 150px;
  }

  .navbar-area.navbar-nine .navbar .sub-menu-bar .navbar-nav .nav-item a {
    font-size: 20px;
  }

  .key-section .top-title h3 {
    font-size: 38px;
    line-height: 1.2;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .navbar-area.navbar-nine {
    padding: 10px 0;
  }
}

.navbar-area.navbar-nine .navbar-brand {
  margin: 0;
}

.navbar-area.navbar-nine .navbar {
  position: relative;
  padding: 0;
  justify-content: space-between;
}

.navbar-area.navbar-nine .navbar .navbar-collapse {
    position: absolute;
    top: 18px;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 1000;
    padding: 100px 0px;
    /* transition: all 0.4s ease; */
    opacity: 0;
    visibility: hidden;
    transform: translateY(-20px);
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
  }

  .navbar-area.navbar-nine .navbar .navbar-collapse.show {
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);

  }


.navbar-area.navbar-nine .navbar .navbar-toggler .toggler-icon {
  width: 30px;
  height: 2px;
  background-color: var(--white);
  margin: 5px 0;
  display: block;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.navbar-area.navbar-nine .navbar .navbar-toggler.active .toggler-icon:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 7px;
}
.navbar-area.navbar-nine .navbar .navbar-toggler.active .toggler-icon:nth-of-type(2) {
  opacity: 0;
}
.navbar-area.navbar-nine .navbar .navbar-toggler.active .toggler-icon:nth-of-type(3) {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  top: -7px;
}
/* @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .navbar-area.navbar-nine .navbar .navbar-collapse {
    position: absolute;
    top: 116%;
    left: 0;
    width: 100%;
    background-color: var(--primary);
    z-index: 8;
    padding: 10px 16px;
  }
} */
/* @media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 1400px) {
  .navbar-area.navbar-nine .navbar .navbar-nav {
    margin-left: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .navbar-area.navbar-nine .navbar .navbar-nav {
    margin-right: 0;
  }
} */

.navbar-area.navbar-nine .navbar .navbar-nav {
  padding: 0;
  margin: 0;
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  margin-bottom: 0;
  list-style-type: none;
  display: list-item;
}
.navbar-area.navbar-nine .navbar .navbar-nav .nav-item {
  position: relative;
}
.navbar-area.navbar-nine .navbar .navbar-nav .nav-item a {
  display: flex;
  align-items: center;
  padding: 0px 0 30px;
  border-bottom: 1px solid rgba(39, 100, 127, 0.15);
  position: relative;
  border-radius: 0;
  color: #27647F;
  text-align: center;
  font-family: var(--font-family);
  font-size: 28px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 1.2px;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  margin: 0 0 30px;
}
.navbar-area.navbar-nine .navbar .navbar-nav .nav-item a:hover {
  opacity: 1;
  border-color: rgba(39, 100, 127, 1);
  width: auto;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .navbar-area.navbar-nine .navbar .navbar-nav .nav-item a {
    font-size: 18px;
  }

  .navbar-area.navbar-nine .navbar .navbar-collapse {
    padding: 50px 0;
    top: 10px;
  }
}
.navbar-area.navbar-nine .navbar .navbar-nav .nav-item a.active {
  opacity: 1;
}
.navbar-area.navbar-nine .navbar .navbar-nav .nav-item a i {
  font-size: 12px;
  font-weight: 700;
  padding-left: 7px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .navbar-area.navbar-nine .navbar .navbar-nav .nav-item a i {
    position: relative;
    top: -5px;
  }
}
.navbar-area.navbar-nine .navbar .navbar-nav .nav-item .sub-menu {
  position: absolute;
  left: 0;
  top: 130%;
  width: 230px;
  background-color: var(--white);
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  z-index: 99;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
  padding: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .navbar-area.navbar-nine .navbar .navbar-nav .nav-item .sub-menu {
    position: relative !important;
    width: 100% !important;
    left: 0 !important;
    top: auto !important;
    opacity: 1 !important;
    visibility: visible !important;
    right: auto;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transition: all none ease-in-out 0s;
    -moz-transition: all none ease-in-out 0s;
    -ms-transition: all none ease-in-out 0s;
    -o-transition: all none ease-in-out 0s;
    transition: all none ease-in-out 0s;
    box-shadow: none;
    text-align: left;
    border-top: 0;
    height: 0;
  }
}
.navbar-area.navbar-nine .navbar .navbar-nav .nav-item .sub-menu.collapse:not(.show) {
  height: auto;
  display: block;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .navbar-area.navbar-nine .navbar .navbar-nav .nav-item .sub-menu.collapse:not(.show) {
    height: 0;
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .navbar-area.navbar-nine .navbar .navbar-nav .nav-item .sub-menu.show {
    height: auto;
  }
}
.navbar-area.navbar-nine .navbar .navbar-nav .nav-item .sub-menu li {
  position: relative;
}
.navbar-area.navbar-nine .navbar .navbar-nav .nav-item .sub-menu li .sub-nav-toggler {
  color: var(--black);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.navbar-area.navbar-nine .navbar .navbar-nav .nav-item .sub-menu li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 16px;
  position: relative;
  color: var(--dark-2);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 0;
  margin: 0 0;
  z-index: 5;
  opacity: 1;
}
.navbar-area.navbar-nine .navbar .navbar-nav .nav-item .sub-menu li a i {
  font-weight: 700;
  font-size: 12px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .navbar-area.navbar-nine .navbar .navbar-nav .nav-item .sub-menu li a i {
    display: none;
  }
}
.navbar-area.navbar-nine .navbar .navbar-nav .nav-item .sub-menu li a .sub-nav-toggler i {
  display: inline-block;
}
.navbar-area.navbar-nine .navbar .navbar-nav .nav-item .sub-menu li .sub-menu {
  right: auto;
  left: 100%;
  top: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 1400px) {
  .navbar-area.navbar-nine .navbar .navbar-nav .nav-item .sub-menu li .sub-menu {
    margin-left: 10px;
  }

  .watch_for_content_box .slider-content-box {
    max-width: 700px;
  }

  .watch_for_content_box .slider-content-box .slider-elements .slider-img .card-img-overlay .slider-content p {
    font-size: 14px;
    line-height: 1.3;
  }

  .watch_for_content_box .slider-content-box .watch-slider .slick-next {
    left: 6%;
    transform: translateX(-6%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-area.navbar-nine .navbar .navbar-nav .nav-item .sub-menu li .sub-menu {
    padding-left: 30px;
  }
  
}

@media (max-width: 767px) {
  .navbar-area.navbar-nine .navbar .navbar-nav .nav-item .sub-menu li .sub-menu {
    padding-left: 30px;
  }

  .container {
    max-width: 100%;
  }

  section.journey-section {
    padding: 50px 0;
  }

  .hide-on-767 {
    display: none! important;
  }

  .key-section .team-cursol-box {
    position: static;
    transform: translateY(0);
  }

  .fetaure-card {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    padding: 50px 20px;
  }

  .feature-section .feature-content p {
    font-size: 18px;
    line-height: 1.4;
  }

  .fetaure-card .card-img-overlay {
    position: static;
  }

  .key-section .swiper-nav-btn {
    right: 0;
  }

  .key-section {
    padding: 50px 0 100px! important;
  }

  .key-section .top-title {
    position: static;
    margin-bottom: 40px;
    max-width: 100%;
  }

  .key-section .top-title h3 {
    text-align: center;
    font-size: 30px;
  }

  .key-section .swiper-slide.swiper-slide-active .slider-item .slider-img {
    height: 350px;
  }

  .key-section .swiper-nav-btn {
    top: 0;
  }
  
  .feature-section .feature-content {
    margin: 0 auto 50px;
  }

  section.feature-section {
    padding: 50px 0! important;
  }

  .fetaure-card .overlay-img-content .top-content h5 {
    font-size: 20px;
  }

  .fetaure-card .overlay-img-content .bottom-content p {
    font-size: 1rem;
  }
  
  section.journey-section .journey-card-box .overlay-content-box h4 {
    font-size: 20px;
    line-height: 1.4;
  }

  .navbar-area.navbar-nine .navbar .navbar-btn {
    position: absolute;
    right: 60px;
    top: 7px;
  }
  
  section.principles-section .swiper-wrapper {
    height: auto;
  }

  section.principles-section {
    padding: 150px 0 80px;
    height: auto;
  }
  
  section.principles-section .slider-item {
    width: 100%;
  }
  
  section.principles-section .swiper-nav-btn {
    /* top: 0%;
    left: auto;
    right: 0; */
    position: static;
  }

  section.principles-section .content-box {
    width: 80%;
    margin: 0 auto;
  }

  .lacg_section .self-assessment-content .row {
    margin-bottom: 30px;
  }
}

.hide-on-767 {
  display: block;
}

@media (max-width: 340px) {
  header.navbar-area.navbar-nine .navbar-brand img {
    max-width: 150px! important;
  }
  
  .rg_alliance_content .left-alliance-content h2 {
    font-size: 26px! important;
    line-height: 1.3;
  }

  section.journey-section .journey-card-box .overlay-content-box h4 {
    font-size: 18px;
    line-height: 1.4;
  }

  .navbar-area.navbar-nine .navbar .navbar-toggler {
    padding: 5px;
  }

  .lng-box .lang-btn {
    padding: 5px 12px;
  }

  .inner-page .header-eight .header-content.rg_media_header-content h1 {
    font-size: 1rem! important;
  }
}

@media (max-width: 425px) {
  .col {
    flex: 0 0 auto;
    width: 100%;
  }

  .myth-box .switch-btn {
    width: 60px;
    height: 60px;
  }

  section.myths_section {
    padding: 50px 0;
  }

  section.myths_section .myths-top-box {
    margin-bottom: 40px;
  }

  section.myths_section .myths-top-box p {
    font-size: 1rem;
    line-height: 1.5;
  }

  .myth-card .facts_overlay_box .myth-box.active .myth-text,
  .myths_overlay_box .myth-box .myth-text {
    padding-left: 75px;
  }

  .myth-card .facts_overlay_box .myth-box.active .switch-btn {
    right: calc(100% - 85px);

  }
  .myths_overlay_box .myth-box.active .switch-btn {
    left: calc(100% - 85px);
  }

  .myth-card .facts_overlay_box .myth-box .myth-text,
  .myths_overlay_box .myth-box.active .myth-text {
    padding-right: 75px;
    padding-left: 0;
  }

  .myth-card .myth-box {
    min-height: auto;
  }

  .rg_alliance_section {
    padding: 50px 0! important;
  }

  .rg_alliance_content .left-alliance-content h2 {
    font-size: 32px;
  }

  section.principles-section .content-box {
    width: 100%;
  }

  section.principles-section .swiper-wrapper {
    align-items: center;
  }

  section.principles-section .swiper .swiper-nav-btn {
    top: 0;
    left: auto;
    bottom: auto;
    right: 0;
    position: absolute;
  }

  .rg_media_section .media_content_body .left-media-content .media-content-header span {
    font-size: 1rem;
  }

  .rg_media_section .media_content_body .left-media-content .media-content-header h2 {
    font-size: 20px;
  }

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

  .header-eight.header-area::after {
    height: 180px;
    background-size: contain;
  }

  .navbar-area.navbar-nine .navbar .navbar-toggler {
    font-size: 1rem;
  }

  .navbar-area.navbar-nine .navbar .navbar-toggler .toggler-icon {
    width: 25px;
    margin: 4px 0;
  }

  .navbar-area.navbar-nine .navbar .navbar-toggler.active .toggler-icon:nth-of-type(1) {
    top: 5px;
  }

  .right-top-menu {
    gap: 5px;
  }

  .lng-box .lang-btn {
    padding: 5px 15px;
  }

  .icon-btn {
    font-size: 14px;
  }

  header.navbar-area.navbar-nine .navbar-brand img {
    max-width: 170px;
  }

  .key-section .top-title h3 {
    font-size: 30px;
  }

  .key-section .slider-inner-content {
    padding: 1rem;
    gap: 10px;
  }

  .key-section .card-img-overlay .slider-inner-content h5 {
    font-size: 20px;
  }

  .key-section .swiper-nav-btn {
    position: static;
    height: auto;
  }

  section.feature-section .fetaure-card .overlay-img-content .top-content h4 {
    font-size: 28px! important;
  }

  section.feature-section .fetaure-card .overlay-img-content .top-content h5 {
    font-size: 1rem! important;
  }

  .key-section .swiper-nav-btn .swiper-button-next, 
  .key-section .swiper-nav-btn .swiper-button-prev {
    top: 40%;
  }

  .breadcrumb-section .breadcrumb-item.active span,
  .breadcrumb-section .breadcrumb-item a {
    padding: 4px 10px;
    font-size: 12px;
  }

  .feature-section .feature-content p {
    font-size: 1rem;
  }

  section.feature-section .fetaure-card .overlay-img-content .top-content h4 {
    font-size: 24px! important;
  }

  header.navbar-area.navbar-nine .navbar .sub-menu-bar .navbar-nav .nav-item a {
    font-size: 1rem;
  }

  section.key-section {
    padding: 50px 0! important;
    margin-bottom: 50px;
  }

  .inner-page .search-box, 
  .inner-page .search-box .form-control, .search-box {
    background-color: #fff;
  }

  header.navbar-area.navbar-nine .navbar .search-box {
    top: 50px;
    right: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, .5);
  }

  .journey-section .service-box .row .col-6 {
    flex: 0 0 auto;
    width: 100%;
  }

  .journey-section .journey-card-box {
    height: 150px! important;
  }

  .journey-section .section-title h3 {
    font-size: 20px;
  }

  .header-eight.header-area {
    padding: 200px 0;
  }

  section.header-eight.header-area::after {
    height: 120px;
  }
}

@media (max-width: 575px) {
  .navbar-area.navbar-nine .navbar-brand img {
    max-width: 220px;
    width: 100%;
  }

  .mrp-section .timeline-container::before {
    height: calc(100% - 80px);
  }

  .mrp-section {
    background-size: auto! important;
  }

  section .rp_box .left-alliance-content h2 {
    font-size: 36px;
  }

  .mrp-section .mrp-content-box h4,
  .mrp-section .section-title h3 {
    font-size: 24px;
    line-height: 1.4;
  }

  .problematic-play-section {
    padding: 50px 0! important;
  }

  .journey-card-box .overlay-content-box {
    padding: 1rem;
  }

  .header-eight.header-area::after {
    height: 150px;
    background-size: contain;
  }

  #journey-section .journey-card-box .overlay-content-box h4 {
    font-size: 1rem;
  }
  
  .rg_media_section .rgm-content-box .prs_content_info.rgm-content-info h4 {
    font-size: 20px! important;
  }

  .rg_media_section .rgm-content-box .rgm-content-info h4 {
    font-size: 24px! important;
    line-height: 1.3! important;
  }

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

  .rg_media_section .rgm-content-box .rgm-content-info {
    max-width: 100%;
  }

  .rg_media_section .rgm-content-box {
    padding:30px 20px! important;
  }

  .rg_media_section .rgm-content-box {
    flex-direction: column-reverse;
  }

  .breadcrumb {
    gap: 10px 0;
  }

  section.rg_media_section {
    padding: 50px 0;
  }

  .inner-page .header-eight .header-content.rg_media_header-content {
    max-width: 380px!important;
  }

  .navbar-area.navbar-nine .navbar .sub-menu-bar .navbar-nav .nav-item a {
    font-size: 18px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    text-align: left;
  }
  
  .header-eight .header-content.ac-content h1,
  .cg-hero-section.header-eight .header-content h1, 
  .header-eight .header-content h1 {
    font-size: 24px! important;
    line-height: 1.4! important;
  }

  .navbar-area.navbar-nine .navbar .sub-menu-bar .navbar-nav .nav-item:last-child a {
    margin-bottom: 0;
  }

  .navbar-area.navbar-nine .navbar .navbar-nav {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
  }

  .key-section .slider-inner-content h5 {
    font-size: 24px;
  }

  .key-section .slider-inner-content p {
    font-size: 14px;
    line-height: 1.5;
  }

  section.feature-section .fetaure-card .overlay-img-content .top-content h4 {
    font-size: 30px;
    margin-bottom: 1rem;
  }

  section.feature-section .fetaure-card .overlay-img-content .start-btn {
    height: auto! important;
    font-size: 16px;
    padding: 12px 20px;
  }

  section.feature-section .fetaure-card .overlay-img-content .bottom-content p {
    font-size: 1rem;
    line-height: 1.4;
  }

  section.feature-section .fetaure-card .overlay-img-content .top-content h5 {
    font-size: 20px;
  }

  .key-section .swiper-slide.swiper-slide-active .slider-item .slider-img {
    height: 350px;
  }

  .key-section .swiper-nav-btn {
    top: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .navbar-area.navbar-nine .navbar .navbar-nav .nav-item .sub-menu li .sub-menu.show {
    visibility: visible;
    height: auto;
    position: relative;
  }

  .container, .container-md, .container-sm {
    max-width: 100%;
  }

  .lacg_section .self-assessment-content .left-self-box {
    padding: 30px;
  }

  .lacg_section .self-assessment-content .left-self-box ul li {
    gap: 1rem;
    margin-bottom: 30px;
  }

  .lacg_section .self-assessment-content .left-self-box ul li span {
    max-width: 60px;
  }

  .right-self-box .self-content-info h4 {
    font-size: 28px;
  }

  .self-assessment-content .self-content-box {
    padding: 30px;
  }

  .self-assessment-content .right-self-box {
    max-width: 100%;
  }

  .left-col-wrapper {
    max-width: 100%! important;
  }

  .problematic-section.header-eight .header-content.problematic_header-content h1 {
    font-size: 50px;
    max-width: 350px;
    line-height: 1.2;
  }

  .journey-section .journey-card-box {
    height: 200px;
  }

  section.journey-section .journey-card-box .overlay-content-box h4 {
    font-size: 20px;
    line-height: 1.4;
  }

  .rg_media_section .rgm-content-box {
    padding: 30px;
  }

  .rg_media_section .rgm-content-box .prs_content_info.rgm-content-info h4 {
    font-size: 24px;
  }

  .rg_media_section .rgm-content-box .rgm-content-info h4 {
    font-size: 28px;
    margin-bottom: 30px;
  }

  section.principles-section .swiper-nav-btn {
    top: 0%;
    left: auto;
    right: 0;
  }

  section.principles-section .content-box {
    padding: 30px;
  }

  .cm-swiper-slider {
    padding: 30px 0;
  }

  .flip-card .flip-card-back p {
    font-size: 14px;
  }

  .media_content_body .left-media-content .media-content-header {
    margin-bottom: 20px;
  }

  .media_content_body .media_info_list a {
    font-size: 1rem;
    line-height: 1.4;
  }
  .media_content_body .left-media-content p {
    font-size: 1rem;
  }

  .media_content_body .media-right-box {
    padding: 30px 20px;
  }

  .media_content_body .left-media-content .media-content-header h2 {
    font-size: 24px;
    line-height: 1.4;
  }

  .navbar-area.navbar-nine .navbar .navbar-nav .nav-item .sub-menu li:hover .sub-nav-toggler {
    color: var(--primary);
  }

  .navbar-area.navbar-nine .navbar .navbar-nav .nav-item .sub-menu li:hover > a {
    color: var(--primary);
  }

  .navbar-area.navbar-nine .navbar .navbar-nav .nav-item .sub-nav-toggler {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px 14px;
    font-size: 16px;
    background: none;
    border: 0;
    color: var(--white);
  }
  
}

.navbar-area.navbar-nine .navbar .navbar-nav .nav-item .sub-menu li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}
.navbar-area.navbar-nine .navbar .navbar-nav .nav-item .sub-menu li:hover .sub-nav-toggler {
  color: var(--white);
}

.navbar-area.navbar-nine .navbar .navbar-nav .nav-item .sub-menu li:hover > a {
  color: var(--primary);
  padding-left: 22px;
}
.navbar-area.navbar-nine .navbar .navbar-nav .nav-item .sub-menu li:hover > a i {
  color: var(--primary);
}

.navbar-area.navbar-nine .navbar .navbar-nav .nav-item .sub-menu li:hover > a::after {
  opacity: 1;
}
.navbar-area.navbar-nine .navbar .navbar-nav .nav-item .sub-menu li:hover > a::before {
  opacity: 1;
}
.navbar-area.navbar-nine .navbar .navbar-nav .nav-item:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 115%;
}

.navbar-area.navbar-nine .navbar .navbar-btn {
  margin-top: 6px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-area.navbar-nine .navbar .navbar-btn {
    position: absolute;
    right: 70px;
    top: 7px;
  }
}

.navbar-area.navbar-nine .navbar .navbar-btn .menu-bar {
  font-size: 22px;
  position: relative;
  overflow: hidden;
  color: var(--white);
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid rgba(238, 238, 238, 0.425);
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.navbar-area.navbar-nine .navbar .navbar-btn .menu-bar:hover {
  border-color: transparent;
  color: var(--primary);
  background-color: var(--white);
}

/* ========== Search Box ========= */
  .search-box {
    position: absolute;
    right: 40px;
    top: -5px;
    background: transparent;
    border-radius: 100px;
    border: 1px solid #FFFFFF;
    overflow: hidden;
    width: 0;
    opacity: 0;
    transition: all 0.3s ease;
  }

    .search-box.active {
      width: 200px;
      opacity: 1;
      padding: 0;
    }

    .search-box .form-control:focus,
    .search-box .form-control,
    .search-box input {
      border: none;
      outline: none;
      width: 100%;
      padding: 8px 20px;
      background: transparent;
      color: #FFF;
      font-family: var(--font-family);
      font-size: 1rem;
      font-style: normal;
      font-weight: 400;
      line-height: 1.2;
    }

    .icon-btn {
      background: none;
      border: none;
      color: white;
      font-size: 1.2rem;
      margin-right: 0;
    }

    .lang-btn {
      border: 1px solid white;
      border-radius: 50px;
      background: transparent;
      color: white;
      padding: 7px 18px;
      margin-right: 0;
      cursor: pointer;
      transition: all 0.3s ease-in-out;
      color: #FFF;
      font-family: 'Vazirmatn';
      font-size: 14px;
      font-weight: 400;
      line-height: 1;
      letter-spacing: 0.21px;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .lang-btn:hover {
      background: rgba(255, 255, 255, 0.1);
    }

/*======================================
    header Area CSS
========================================*/
.header-eight {
  position: relative;
  padding:200px 0 200px 0;
  background-color: #fff;
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 1080px;
}

/* .header-area::after {
  content: '';
  background-image: url(../images/bg-img.png);
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: auto;
  width: 981px;
  height: 246px;
  position: absolute;
  bottom: 0;
  transition: transform 0.4s ease;
  z-index: 1;
} */

.inner-page .header-area::after {
  display: none;
}

[dir="rtl"] .header-area::after {
  transform: scaleX(-1);
}

@media (max-width: 1400px) {
  .header-eight {
    padding: 350px 0;
    height: 100%;
    background-position: 0 100%;
  }

  .journey-section .journey-card-box .overlay-content-box h4 {
    font-size: 24px;
    line-height: 1.4;
  }
}
@media (max-width: 767px) {
  .footer-middel .socail-icon-box {
    justify-content: center;
  }

  .header-eight {
    padding: 250px 0;
    height: 100%;
    background-position: center;
  }

  .section-title h3 {
    font-size: 24px;
    line-height: 1.5;
  }
}
.header-eight .header-image img {
  width: 100%;
  border-radius: 8px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .header-eight .header-image {
    margin-top: 40px;
  }
}
.header-eight .header-content {
  border-radius: 0;
  position: relative;
  z-index: 1;
  text-align: left;
  max-width: 690px;
  width: 100%;
}

.inner-page .header-eight .header-content {
  max-width: 100%;
}

.header-eight .header-content h1 {
  color: #FFF;
  font-family: var(--font-family);
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.2px;
  text-transform: capitalize;
}

.header-eight .header-content h1 span {
  font-weight: 700;
}

.header-eight figure {
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-eight .header-content.ac-content h1,
  .cg-hero-section.header-eight .header-content h1,
  .header-eight .header-content h1 {
    font-size: 35px;
    line-height: 45px;
  }
}
@media (max-width: 767px) {
  .header-eight .header-content.ac-content h1,
  .cg-hero-section.header-eight .header-content h1,
  .header-eight .header-content h1 {
    font-size: 30px;
    line-height: 42px;
  }
}

/* ========= breadcrumb ======== */
.breadcrumb-section {
  padding: 20px 0;
  background-color: #fff;
}

.breadcrumb-item a {
  border-radius: 13.706px;
  background: #27647F;
  display: flex;
  padding: 2.886px 12.985px;
  justify-content: center;
  align-items: center;
  gap: 14.428px;
  color: #FFF;
  font-family: var(--font-family);
  font-size: 14.428px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 21.642px */
  letter-spacing: 0.216px;
}

.breadcrumb-item a:hover {
  background-color: rgba(255, 141, 107, 1);
}

.breadcrumb-item+.breadcrumb-item::before {
  color: rgba(128, 128, 128, .4);
}

.breadcrumb-item.active span {
  border-radius: 13.706px;
  background: #EAF1F3;
  color: rgba(39, 100, 127, 1);
  font-family: var(--font-family);
  font-size: 14.428px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 21.642px */
  letter-spacing: 0.216px;
  display: flex;
  padding: 2.886px 12.985px;
  justify-content: center;
  align-items: center;
  gap: 14.428px;
}

/* ======== journey-section ======== */
.journey-section {
  padding: 90px 0;
}

.journey-card-box {
  border: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  width: 100%;
  height: 100%;
  background: transparent;
  overflow: hidden;
  border-radius: 15px;
}

.journey-card-box:hover {
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.096);
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
}

.journey-card-img {
  border-radius: 15px;
  background: linear-gradient(221deg, #FFF -84.98%, #27647F 92.27%);
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.journey-card-box .overlay-content-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 20px 20px 30px;
  height: 100%;
  gap: 30px;
  width: 100%;
} 

.journey-card-box .overlay-content-box h4 {
  color: #FFF;
  font-family: var(--font-family);
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 34px; /* 121.429% */
}

.journey-card-box .arrow-icon {
  border-radius: 25px;
  border: 0.8px solid #FF8D6B;
  background: #FF8D6B;
  display: flex;
  width: 46px;
  height: 46px;
  padding: 10px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-shrink: 0;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.journey-card-box .arrow-icon:hover {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

/* ========== top-content-section ========= */
.top-content-section {
  padding: 75px 0;
}

.top-content-section .top-content-box {
  max-width: 790px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.top-content-section .top-content-box p {
  color: #000;
  text-align: center;
  font-family: var(--font-family);
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 35px; /* 175% */
  margin-bottom: 0;
}

.risk_factor_content .left-col-wrapper h2 {
  max-width: 100%;
}

.risk_factor_content .left-alliance-content h2::before {
  background-color: rgba(39, 100, 127, 1);
}

.risk-right-content .risk_content_info {
  border-bottom: 1px solid rgba(201, 201, 201, 1);
  margin-bottom: 30px;
}

.risk-right-content .risk_content_info:last-child {
  margin-bottom: 0;
}

.risk-right-content h5 {
  color: #212121;
  font-family: var(--font-family);
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 20px;
}

.warning-signs .risk-right-content .risk-body-content p {
  color: #000;
  font-family: var(--font-family);
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px; /* 155.556% */
  margin-bottom: 20px;
  max-width: 100%;
}

.warning-signs .risk-right-content .risk-body-content p:last-child {
  margin-bottom: 0;
}

.rf-img-box {
  width: 100%;
  height: max-content;
  max-height: 100%;
  border-radius: 20px;
  overflow: hidden;
  margin: 30px auto 25px;
}

.rf-img-box img {
  width: 100%;
  height: auto;
  transform: scale(1);
  transition: all .4s ease-in-out;
}

.rf-img-box img:hover {
  transform: scale(1.1);
  transition: all .4s ease-in-out;
}

/* =========== */
.gaming-terms-box {
  max-width: 1020px;
  width: 100%;
  margin: 0 auto;
}

.search-card-box {
  max-width: 500px;
  width: 100%;
  margin: 0 auto 50px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  border: 1px solid rgba(240, 240, 240, 1);
  background: transparent;
  padding: 10px 18px;
}

.search-card-box span {
  color: rgba(91, 91, 91, 1);
  line-height: 1;
}

.search-card-box .form-control::placeholder {
  color: #909090! important;
}

.search-card-box .form-control:focus,
.search-card-box .form-control {
  border: none;
  color: #909090;
  font-family: var(--font-family);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
  padding: 0;
  outline: 0;
  box-shadow: none;
  border-radius: 0;
}

.radio-tab-box {
  max-width: 1020px;
  width: 100%;
  margin: 0 auto;
}

.radio-tab-pill {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  width: 100%;
  margin-bottom: 50px;
  border-bottom: 0;
}

.radio-tab {
  width: 270px;
  height: 213px;
}

/* Radio Tab Styling */
.radio-tab-box .tab-box {
  cursor: pointer;
  position: relative;
  border-radius: 12px;
  border: 1px solid #D4E0E5;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 25px;
  transition: border-color 0.25s ease-in-out;
  background: #fff;
}

.radio-tab-box .tab-box.active {
  border-color: rgba(39, 100, 127, 1);
  transition: border-color 0.25s ease-in-out;
}

.radio-tab-box .tab-box input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  border-radius: 50%;
  border: 1px solid rgba(184, 209, 220, 1);
  width: 20px;
  height: 20px;
  position: absolute;
  right: 23px;
  top: 19px;
  cursor: pointer;
  background-color: transparent;
  transition: border-color 0.25s ease, background-color 0.25s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Inner circle effect */
.radio-tab-box .tab-box input[type="radio"]::after {
  content: "";
  width: 10px;
  height: 10px;
  background-color: transparent;
  border-radius: 50%;
  transition: transform 0.25s ease, background-color 0.25s ease;
  transform: scale(0);
}

/* Checked State */
.radio-tab-box .tab-box input[type="radio"]:checked {
  border-color: rgba(39, 100, 127, 1);
  background-color: rgba(39, 100, 127, 0.1);
}

.radio-tab-box .tab-box input[type="radio"]:checked::after {
  background-color: rgba(39, 100, 127, 1);
  transform: scale(1);
}

.radio-tab-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  width: 100%;
  height: 100%;
}

/* Card Boxes */
.radio-tab-content .info-card {
    padding: 25px 20px;
    border-radius: 23px;
    border: 1px solid #D4E0E5;
    background: rgba(184, 209, 220, 0.19);
    transition: all .4s ease-in-out;
    height: 100%;
    width: 100%;
}

.radio-tab-content .info-card h6 {
  color: #1C1C1C;
  font-family: var(--font-family);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.652px;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.radio-tab-content .info-card p {
  color: #1C1C1C;
  font-family: var(--font-family);
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 22px; /* 137.5% */
  letter-spacing: 0.2px;
  margin-bottom: 0;
}

.radio-tab-content .info-card:hover {
  transform: translateY(-5px);
  box-shadow: 10px -6px 34px 0px rgba(0, 0, 0, 0.11);
}

/* ======== FAQ ========= */
section.cm_faq_section {
  padding: 140px 0;
}

.list-group {
  background-color: transparent;
  gap: 40px;
  height: max-content;
  max-height: 462px;
  overflow-y: auto;
  overflow-x: hidden;
}

.question-tabs .list-group-item {
  border: none;
  padding: 18px 20px;
  font-size: 16px;
  cursor: pointer;
  transition: .3s;
  border-radius: 12px;
  border-left: 5px solid #EBEBEB;
  background: #FFF;
  color: #949494;
  font-family: var(--arabic-font-family);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.498px;
  max-width: 575px;
  width: 100%;
}

.question-tabs .list-group-item.active {
  background: #fff;
  border-left-color: rgba(39, 100, 127, 1);
  color: rgba(0, 0, 0, 1);
}

/* STACK CONTAINER */
.stack-container {
  position: relative;
  height: 245px;
  perspective: 1000px;
}

/* STACKED CARD STYLE */
.stack-card {
  position: absolute;
  width: 100%;
  background: #fff;
  padding: 25px 40px;
  border-radius: 10px;
  opacity: .8;
  transform: translateX(34px) translateY(40px) scale(0.99);
  transition: all .45s ease-in-out;
  min-height: 100%;
  height: 100%;
  overflow: hidden;
  box-shadow: 0 100px 80px 0 rgba(0, 0, 0, 0.02), 0 64.815px 46.852px 0 rgba(0, 0, 0, 0.02), 0 38.519px 25.481px 0 rgba(0, 0, 0, 0.01), 0 20px 13px 0 rgba(0, 0, 0, 0.01), 0 8.148px 6.519px 0 rgba(0, 0, 0, 0.01), 0 1.852px 3.148px 0 rgba(0, 0, 0, 0.00);
}

.stack-card p {
  color: #5C5C5C;
  font-family: var(--arabic-font-family);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px; /* 168.75% */
}

/* Visible card */
.active-card {
  opacity: 1 !important;
  transform: translateY(0) scale(1) !important;
  z-index: 10;
}

/* Cards behind the main one */
.stack-card:nth-child(2) {
  transform: translateX(37px) translateY(34px) scale(0.98);
  opacity: 0.5;
}
.stack-card:nth-child(3) {
  transform: translateX(71px) translateY(66px) scale(0.96);
  opacity: 0.35;
}
.stack-card:nth-child(4) {
  transform: translateX(108px) translateY(100px) scale(0.94);
  opacity: 0.2;
}

/* SWIPE-IN ANIMATION */
.swipe-slide {
  animation: slideCard .45s  ease-in-out forwards;
}

@keyframes slideCard {
  0% {
    opacity: 0;
    transform: translateX(37px) translateY(34px) scale(0.92);
  }
  45% {
    opacity: 1;
    transform: translateX(71px) translateY(66px) scale(0.94);
  }
  75% {
    opacity: 0;
    transform: translateX(108px) translateY(100px) scale(0.96);
  }
  100% {
    opacity: 1;
    transform: translateX(0) translateY(0) scale(.98);
  }
}


/* ========= psy_section ======== */
section.psy_section {
  padding: 100px 0 50px;
}

.psy_section .section-title {
  max-width: 970px;
  width: 100%;
  margin: 0 auto 60px;
}

.recognize-section .section-title h3,
.psy_section .section-title h3 {
  color: #27647F;
  text-align: center;
  font-family: var(--font-family);
  font-size: 42px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.2px;
  text-transform: capitalize;
  margin-bottom: 20px;
}

.psy_section .section-title p {
  color: #1C1C1C;
  text-align: center;
  font-family: var(--font-family);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 31px; /* 172.222% */
}

#playBtn {
  transition: opacity 0.3s ease;
}

#myVideo {
  border-radius: 15px;
}

.play-btn {
  border-radius: 100px;
  background: rgba(255, 255, 255, .5);
  backdrop-filter: blur(17.35714340209961px);
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 60px;
  bottom: 40px;
  max-width: 81px;
  width: 100%;
  height: 81px;
  top: auto;
  left: auto;
}

.pause-btn {
  background-color: rgba(0, 0, 0, .5);
  backdrop-filter: blur(17.35714340209961px);
  color: rgba(255, 255, 255, 1);
  border-radius: 100px;
  border: 1px solid transparent;
}

#playBtn.pause-btn:hover {
  color: rgba(0, 0, 0, 1);
  border: 1px solid #000;
}

.play-btn:hover {
  background-color: rgba(0, 0, 0, .5);
  backdrop-filter: blur(17.35714340209961px);
  color: rgba(255, 255, 255, 1);
}
/* 
.psy_section .ratio-16x9 {
    --bs-aspect-ratio: 53.25%;
} */

/* ============ recognize-section ================= */
.recognize-section .section-title {
  max-width: 500px;
  width: 100%;
  margin: 0 auto 50px;
}

.recognize-section .section-title p {
  color: #1C1C1C;
  text-align: center;
  font-family: Lexend;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 27px; /* 150% */
  max-width: 480px;
  width: 100%;
  margin: 0 auto;
}

.recognize-box {
  padding: 0 0 50px;
  border-bottom: 1px solid rgba(255, 141, 107, 1);
  margin-bottom: 15px;
}

.recognize-section span {
  color: #27647F;
  text-align: center;
  font-family: var(--font-family);
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 31px; /* 172.222% */
  display: block;
}

.info-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
  min-height: 350px;
  position: relative;
  height: 100%;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}

.card-info {
  display: flex;
  align-items: center;
  gap: 12px;
  border-radius: 100px;
  border: 1px solid #DBE8ED;
  background: #DBE8ED;
  padding: 6px 22px 6px 6px;
  font-size: 15px;
  color: #225275;
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
  transform-origin: center;
  transition: transform .3s ease-in-out;
  max-width: 350px;
  height: auto;
  width: 100%;
  position: absolute;
}

/* Icon style */
.card-info img {
  width: 76px;
  height: 76px;
  border-radius: 100px;
}

/* Rotate with nth-child */
.card-info:nth-child(1) {
  transform: rotate(-12deg);
  left: 0;
  right: auto;
}

.card-info:nth-child(2) {
  transform: rotate(20.079deg);
  bottom: 50px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.card-info:nth-child(3) {
  transform: rotate(-12deg);
  right: 0;
  left: auto;
}

/* Hover effect (optional) */
.card-info:hover {
  transform: rotate(0deg) scale(1.05);
}

.left-contribute-box {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 12px;
}

.left-contribute-box img {
  width: 100%;
  height: auto;
  transform: scale(1);
  transition: all .4s ease-in-out;
}

.left-contribute-box:hover img {
  transform: scale(1.1);
  transition: all .4s ease-in-out;
}

.right-contribute-box h3 {
  margin-bottom: 30px;
  text-align: left;
  color: #27647F;
  font-family: var(--font-family);
  font-size: 42px;
  font-style: normal;
  font-weight: 500;
  line-height: 45px; /* 107.143% */
}

.right-contribute-box p {
  color: #1C1C1C;
  font-family: var(--font-family);
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 31px; /* 172.222% */
  margin-bottom: 20px;
}

.right-contribute-box p:last-child {
  margin-bottom: 0;
}

.fhc_section .section-title p a,
.right-contribute-box p a {
  color: #27647F;
  font-family: var(--font-family);
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 31px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

section.fhc_section {
  padding: 50px 0 100px;
}

.fhc_section .section-title p {
  max-width: 740px;
}

    .fhc_section .accordion-wrap {
      display: flex;
      gap: 20px;
      align-items: stretch;
      flex-wrap: nowrap;
    }

    /* Left content panel */
    .fhc_section .accordion-content {
      flex: 2.5;
      background: #6FA5B5;
      color: white;
      padding: 30px;
      border-radius: 20px;
      display: none;
      opacity: 0;
      transform: translateX(-20px);
      transition: all 0.4s ease-in-out;
      justify-content: flex-start;
      align-items: flex-start;
      flex-direction: column;
      gap: 20px;
      width: 100%;
    }

    .fhc_section .accordion-content.active {
      display: flex;
      opacity: 1;
      transform: translateX(0);
      transition: all 0.4s ease-in-out;
      background: #27647F;
      padding: 35px 30px;
    }

    .fhc_section .accordion-content.active .tab-icon {
      margin: 0;
    }

    /* Right vertical tabs */
    .fhc_section .accordion-tab {
      width: 132px;
      min-height: 496px;
      height: auto;
      background: #A6C3D1;
      border-radius: 24px;
      padding: 50px 30px;
      writing-mode: vertical-rl;
      text-orientation: mixed;
      position: relative;
      cursor: pointer;
      transition: 0.3s all ease-in-out;
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 1rem;
    }

    .fhc_section .accordion-content.active h4 {
      color: #FFF;
      font-family: var(--font-family);
      font-size: 26px;
      font-style: normal;
      font-weight: 500;
      line-height: 28px; /* 107.692% */
    }

    .fhc_section .accordion-content.active p {
      color: #FFF;
      font-family: var(--font-family);
      font-size: 18px;
      font-style: normal;
      font-weight: 400;
      line-height: 31px; /* 172.222% */
    }

    .fhc_section .accordion-tab p {
      color: #27647F;
      font-family: var(--font-family);
      font-size: 22px;
      font-style: normal;
      font-weight: 500;
      line-height: normal;
      writing-mode: sideways-lr;
      text-orientation: mixed;
      transition: 0.3s all ease-in-out;
    }

    .fhc_section .accordion-tab:hover {
      background: #8db3c2;
    }

    .fhc_section .tab-icon {
      width: 54px;
      height: 54px;
      border-radius: 50%;
      margin: 0 auto;
    }

    .fhc_section .accordion-tab.active .tab-icon .down-arrow,
    .fhc_section .tab-icon .right-arrow {
      display: block;
    }

    .fhc_section .accordion-tab.active .tab-icon .right-arrow {
      display: none;
    }

    .fhc_section .accordion-tab.active {
      display: none;
    }

    /* 🎯 MOBILE VERSION */
    @media (max-width: 768px) {
      .fhc_section .accordion-wrap {
        flex-direction: column;
      }

      .fhc_section .accordion-tab {
        width: 100%;
        writing-mode: horizontal-tb;
        text-orientation: initial;
        padding: 20px 1rem;
        height: auto;
        min-height: 100%;
      }

      .fhc_section .accordion-tab.active {
        display: none;
      }

      .fhc_section .accordion-content {
        width: 100%;
        transform: translateY(-10px);
      }

      .fhc_section .accordion-content.active {
        transform: translateY(0);
      }
    }

    /* =========== rp_section ========= */

    .rp_box .left-alliance-content h2 {
      color: #27647F;
      font-family: var(--font-family);
      font-size: 42px;
      font-style: normal;
      font-weight: 500;
      line-height: 53px; /* 126.19% */
      text-transform: capitalize;
    }

    .rp-content p {
      color: #1C1C1C;
      font-family: var(--font-family);
      font-size: 18px;
      font-style: normal;
      font-weight: 300;
      line-height: 32px; /* 177.778% */
    }

    .csrg_section {
      background-image: url(../images/csorg_img.png);
      background-position: top center;
      background-repeat: no-repeat;
      background-size: cover;
      padding: 100px 0;
    }

    .csrg_section .section-title {
      margin-bottom: 80px;
    }

    .csrg_section .section-title h3 {
      color: #fff;
    }

    .csrg-card-box {
      border-radius: 18px;
      border: 1px solid #DFBB8B;
      display: flex;
      justify-content: flex-start;
      align-items: flex-start;
      flex-direction: column;
      gap: 20px;
      width: 100%;
      height: 100%;
      padding: 20px;
    }

    .csrg-card-box .csrg-card-body h5 {
      color: #FFF;
      font-family: var(--font-family);
      font-size: 16.689px;
      font-style: normal;
      font-weight: 500;
      line-height: normal;
      text-transform: capitalize;
      margin-bottom: 20px;
    }

    .csrg-card-box .csrg-card-body p {
      color: #FFF;
      font-family: var(--font-family);
      font-size: 16.689px;
      font-style: normal;
      font-weight: 300;
      line-height: 25.961px; /* 155.556% */
      margin-bottom: 0;
    }

    .mrp-section {
      padding: 120px 0;
      background-color: rgba(231, 237, 239, 1);
      background-image: url(../images/icon-bg.png);
      background-repeat: no-repeat;
      background-size: auto;
      background-position: 50% 98%;
    }

.mrp-section .section-title {
  max-width: 850px;
  width: 100%;
  margin: 0 auto 60px;
}

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

/* Central timeline line */
.timeline-container::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  background: rgba(39, 100, 127, 1);
  transform: translateX(-50%);
  height: calc(100% - 100px);
}

.timeline-items {
  list-style: none;
}

.timeline-item {
  margin-bottom: 100px;
  position: relative;
  display: flex;
  gap: 40px;
}

/* Alternate left and right */
.timeline-item:nth-child(odd) {
  flex-direction: row;
}

.timeline-item:nth-child(even) {
  flex-direction: row-reverse;
}

/* Content sections */
.timeline-content {
  flex: 1;
  padding-top: 10px;
  max-width: 400px;
  width: 100%;
}

/* Icon circle - centered */
.timeline-icon {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 90px;
  height: 90px;
  padding: 13px;
  background: rgba(255, 255, 255, 1);
  border: 3px solid transparent;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  flex-shrink: 0;
}

.timeline-item:nth-child(odd) .timeline-content {
  padding-right: 30px;
  text-align: right;
}
.timeline-item:nth-child(even) .timeline-content {
  padding-left: 30px;
  text-align: left;
}

/* .timeline-item:nth-child(1) .timeline-icon {
  background: #fce4d6;
}

.timeline-item:nth-child(2) .timeline-icon {
  background: #fce4d6;
}

.timeline-item:nth-child(3) .timeline-icon {
  background: #fce4d6;
}

.timeline-item:nth-child(4) .timeline-icon {
  background: #fce4d6;
}

.timeline-item:nth-child(5) .timeline-icon {
  background: #fce4d6;
}

.timeline-item:nth-child(6) .timeline-icon {
  background: #f5d7c9;
}

.timeline-item:nth-child(7) .timeline-icon {
  background: #fce4d6;
} */

.timeline-title {
  color: #27647F;
  font-family: var(--font-family);
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 31px; /* 140.909% */
  margin-bottom: 10px;
}

.timeline-description {
  color: #4A4A4A;
  font-family: var(--font-family);
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 27px; /* 150% */
}

/* Responsive design */
@media (max-width: 991px) {
.timeline-content {
  max-width: 310px;
}

.timeline-item {
  margin-bottom: 70px;
}

.mrp-section .section-title h3 {
  font-size: 30px;
}

.timeline-title {
  font-size: 18px;
  line-height: 1.3;
}

.timeline-description {
  font-size: 1rem;
  line-height: 1.3;
}

.timeline-icon {
  width: 70px;
  height: 70px;
}

}
@media (max-width: 768px) {
  .timeline-container::before {
      left: 35px;
      height: calc(100% - 40px);
  }

  .csrg_section .section-title h3 {
    font-size: 30px;
  }

  .csrg_section .section-title {
    margin-bottom: 40px;
  }

  .mrp-section {
    padding: 60px 0;
    background-size: 36% auto;
  }

  .mrp-section .mrp-content-box {
    padding: 50px 0;
  }

  .timeline-item {
      flex-direction: column !important;
      gap: 0;
      padding-left: 70px;
      margin-bottom: 50px;
  }

  .timeline-icon {
      left: 0;
      transform: none;
  }

  .timeline-content {
      text-align: left;
      max-width: 100%;
  }

  .timeline-item:nth-child(even) .timeline-content,
  .timeline-item:nth-child(odd) .timeline-content {
    padding-left: 30px;
    text-align: left;
    padding-right: 0;
  }
}

.mrp-content-box {
  max-width: 872px;
  width: 100%;
  margin: 0 auto;
  padding: 80px 0 70px;
}

.mrp-content-box h4 {
  color: #27647F;
  text-align: center;
  font-family: var(--font-family);
  font-size: 32px;
  font-style: normal;
  font-weight: 300;
  line-height: 49px; /* 153.125% */
}

.mrp-content-box h4 span {
  color: #FF8D6B;
}

/* ===== lacg_content_box ========= */

section.lacg_section {
  padding: 80px 0;
}

.wsi_content_box {
  max-width: 860px;
  width: 100%;
  margin: 0 auto;
}

.wsi_content_box p {
  color: #1C1C1C;
  text-align: center;
  font-family: var(--font-family);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 35px; /* 175% */
}

.lacg_content_box {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.lacg_content_box .section-title h3 {
  margin-bottom: 20px;
  color: #27647F;
  text-align: center;
  font-family: var(--font-family);
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 35px; /* 109.375% */
}

.lacg_content_box .section-title p {
  color: #000;
  text-align: center;
  font-family: var(--font-family);
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 33px; /* 165% */
}

.bet_blocker_logo {
  max-width: 314px;
  width: 100%;
  margin: 0 auto;
  height: auto;
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid #E4E4E4;
  padding: 40px 38px;
}

.bet_blocker_logo img {
  width: auto;
  height: auto;
  transform: scale(1);
  transition: all .4s ease-in-out;
}

.bet_blocker_logo:hover img {
  transform: scale(1.1);
  transition: all .4s ease-in-out;
}

/* ========== self-assessment-content ====== */

.self-assessment-content .row {
  margin-bottom: 70px;
}

.self-assessment-content .left-self-box {
  border-radius: 24px;
  background: rgba(212, 224, 229, 0.50);
  padding: 60px 45px 60px 60px;
  max-width: 100%;
  width: 100%;
}

.self-assessment-content .left-self-box ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.self-assessment-content .left-self-box ul li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 36px;
  width: 100%;
  margin-bottom: 50px;
}

.self-assessment-content .left-self-box ul li span {
  max-width: 80px;
  width: 100%;
}

.self-assessment-content .left-self-box ul li span img {
  width: auto;
  margin: 0 auto;
}

.self-assessment-content .left-self-box ul li:last-child {
  margin-bottom: 0;
}

.right-self-box {
  max-width: 500px;
  width: 100%;
  margin-left: auto;
}

.self-content-info {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
  flex-direction: column;
}

.self-content-info h4 {
  color: #27647F;
  font-family: var(--font-family);
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 42px; /* 131.25% */
}

.self-content-info p {
  color: #1C1C1C;
  font-family: var(--arabic-font-family);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 155.556% */
}

.self-content-info .start-btn {
  color: #FFF;
  font-family: var(--font-family);
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 22px; /* 122.222% */
  text-transform: capitalize;
  letter-spacing: 0;
  height: auto;
  width: 100%;
}

.self-content-box {
  border-radius: 18px;
  border: 1px solid #7DA2B2;
  padding: 45px 45px 60px 50px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
  width: 100%;
  flex-direction: column;
  height: 100%;
}

.self-content-box h5 {
  color: #528399;
  font-family: var(--font-family);
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px; /* 127.273% */
}

.self-content-box p {
  color: #1C1C1C;
  font-family: var(--font-family);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 155.556% */
}

.self-content-box p a {
  color: #27647F;
  font-family: var(--font-family);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.self-content-box p a:hover {
  font-weight: 600;
}

/* ======= Scroll Section ========= */
.scorll-box-section {
  background-image: url(../images/wsi_bg.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  height: 100%;
  padding: 100px 0 0;
}

.warning-section {
  position: relative;
  height: 200vh; 
  padding-top: 100px;
}

.card {
  width: 400px;
  opacity: 0;
  height: 220px;
  position: absolute;  
  transition: 0.3s ease-in-out;
  height: auto;
  border-radius: 27px;
  border: none;
  transform: translateY(0px);
  transition: opacity 0.4s ease-out;
}

.wr-card {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 10px;
  padding: 40px 30px 30px;
  border-radius: 27px;
  background: #27647F;
}


.wr-card-img {
  background-color: rgba(217, 217, 217, 1);
  padding: 5px;
  border-radius: 100px;
  width: 132px;
  height: 125px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: -60px;
  top: -70px;
}

.wr-card-body h4 {
  color: #FFF;
  font-family: var(--font-family);
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

.wr-card-body ul {
  padding: 0 0 0 20px;
  margin: 0;
  list-style-type: disc;
}

.wr-card-body ul li {
  color: #FFF;
  font-family: var(--font-family);
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px; 
}

/* .card-1 { top: 18%; z-index: 6; }
.card-2 { top: 38%; z-index: 5; }
.card-3 { top: 60%; z-index: 4; } */

.card-1 { top: 5%; left: 0%! important; right: auto! important; }
.card-2 { top: 25%; left: 0%! important; right: 0!important; margin: 0 auto; }
.card-3 { top: 50%; left: auto! important; right: 0! important; }


/* ----- TABLET ----- */
@media (max-width: 1023px) {
  .card { width: 340px; }
  .wr-card { padding: 32px 24px 24px; }
  .wr-card-img { width: 96px; height:88px; right:-44px; top:-52px; }
  .wr-card-body h4 { font-size: 20px; }
}

/* ----- MOBILE ----- */
@media (max-width: 767px) {
  .card { width: 280px; border-radius:22px; }
  .wr-card { padding: 26px 18px 18px; box-shadow: 0 10px 26px rgba(0,0,0,0.18); }
  .wr-card-img { width: 72px; height:66px; right:-34px; top:-40px; }
  .wr-card-body h4 { font-size: 18px; }
  .wr-card-body ul li { font-size: 14px; line-height: 20px; }
}

.wr-section {
  padding: 30px 0;
  background: #FFF;
  backdrop-filter: blur(30.25px);
}

.wr-section .content-box {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}

.wr-section .content-box p {
  color: #7C7B7B;
  text-align: center;
  font-family: var(--font-family);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 155.556% */
}

.wr-section .content-box p a {
  color: #27647F;
  text-decoration: underline;
}

/* 
.cards-wrapper {
  position: relative;
  height: 220vh; 
  padding-top: 140px;
}

.card {
  position: absolute;
  width: 360px;
  padding: 28px;
  border-radius: 24px;

  box-shadow: 
    0 20px 40px rgba(0,0,0,0.12),
    0 6px 18px rgba(0,0,0,0.08);

  background: linear-gradient(145deg, #ffffff, #f2f6ff);
  
  display: flex;
  flex-direction: column;
  gap: 12px;

  will-change: transform;
  transform-origin: center;
}

.icon {
  width: 54px;
  height: 54px;
  margin-bottom: 8px;
}

h3 {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 700;
  color: #1a2c3f;
}

p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.45;
  color: #3f4e63;
}

.card-1 { left: 0; top: 0; z-index: 3; }
.card-2 { left: 390px; top: 0; z-index: 2; }
.card-3 { left: 780px; top: 0; z-index: 1; } */

/* ========== professional_support_content ========== */

.professional_support_section {
  padding: 60px 0;
  background-color: #FAFAFA;
}

.professional_support_content h5 {
  color: #000;
  text-align: center;
  font-family: var(--font-family);
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 33px; /* 165% */
  max-width: 660px;
  width: 100%;
  margin: 0 auto 60px; 
}

.professional_support_clients {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
}

.professional_support_card {
  border-radius: 16px;
  border: 1px solid #DEDEDE;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.professional_support_card:hover {
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.096);
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}

.professional_support_card .professional_support-card-header {
  padding: 10px;
  border-bottom: 1px solid #DEDEDE;
}

.professional_support_card .professional_support-card-header h6 {
  color: #1C1C1C;
  font-family: var(--font-family);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
  text-align: center;
  text-transform: uppercase;
}

.professional_support-card-body {
  padding: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.professional_support_card .professional_support-card-img img {
  transform: scale(1);
  width: auto;
  height: auto;
  transition: all .4s ease-in-out;
}

.professional_support_card:hover .professional_support-card-img img {
  transform: scale(1.1);
  transition: all .4s ease-in-out;
}

.rgm-content-info.prs_content_info {
  max-width: 420px;
  width: 100%;
}
.prs_content_info.rgm-content-info h4 {
  font-size: 30px;
  margin-bottom: 20px;
}

.prs_content_info .start-btn {
  text-transform: capitalize;
}

/* ============ inner-page ========== */
.inner-page .navbar-area.navbar-nine {
  position: static;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  scroll-behavior: smooth;
}

.inner-page .lang-btn,
.inner-page .icon-btn {
  color: #000000;
}

.inner-page .lang-btn,
.inner-page .search-box {
  border-color: #000;
}

.inner-page .search-box .form-control:focus, 
.inner-page .search-box .form-control, .search-box input {
  color: #000;
}

.inner-page .navbar-area.navbar-nine .navbar .navbar-toggler .toggler-icon {
  background-color: #000;
}

/* ========= feature-section ====== */
.feature-section {
  padding: 85px 0 220px;
  background-color: #FAFAFA;
}

.feature-content {
  max-width: 824px;
  width: 100%;
  margin: 0 auto 70px;
}

.feature-content p {
  color: #191919;
  text-align: center;
  font-family: var(--font-family);
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 35px;
}

.feature-content p span {
  font-weight: 700;
}

.fetaure-card {
  position: relative;
  border-radius: 18px;
  /* background: linear-gradient(180deg, rgba(39, 100, 127, 0.18) 0%, rgba(5, 5, 5, 0.97) 100%); */
}

.fetaure-card .overlay-img-content {
  /* padding: 120px 0 75px; */
  max-width: 760px;
  width: 100%;
  margin: 0 auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 50px;
  align-items: center;
}

.fetaure-card .overlay-img-content .top-content {
  text-align: center;
}

.fetaure-card .overlay-img-content .top-content h4 {
  color: #FFF;
  font-family: var(--font-family);
  font-size: 38px;
  font-style: normal;
  font-weight: 600;
  line-height: 32.26px;
  margin-bottom: 23px; 
}

.fetaure-card .overlay-img-content .top-content h5 {
  color: #FFF;
  font-family: var(--font-family);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 23.523px; /* 98.011% */
  margin-bottom: 20px; 
}

.bottom-content p {
  color: #FFF;
  text-align: center;
  font-family: var(--font-family);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
  margin-bottom: 20px;
}

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

.feedback-box .btn-primary {
  display: inline-flex;
  height: auto;
  padding: 10px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 55px;
  background-color: #27647F;
  color: #FFF;
  font-family: var(--font-family);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.start-btn {
  display: inline-flex;
  height: 48px;
  padding: 10px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 55px;
  background-color: #27647F;
  color: #FFF;
  font-family: var(--font-family);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.start-btn:hover {
  background-color: rgba(255, 141, 107, 1);
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

/* ===== Key Section ==== */
.key-section {
  background-color: #27647F;
  padding: 120px 0 95px;
  min-height: 582px;
  margin-bottom: 70px;
}

.team-cursol-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transform: translateY(-33%);
}

.key-section .slider-item {
  height: auto;
  width: 100%;
  padding: 0;
}
.key-section .new_team_cursol_box .swiper-slide.swiper-slide-active .slider-item {
  padding-right: 0;
}
.key-section .swiper-slide.swiper-slide-active .slider-item {
  padding-right: 30px;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-wrapper {
  align-items: flex-end;
}

.new_team_cursol_box .swiper-slider {
  overflow: visible;
}

.new_team_cursol_box .swiper-nav-btn {
  top: -85px;
}

.new_team_cursol_box .swiper-nav-btn .swiper-button-next,
.new_team_cursol_box .swiper-nav-btn .swiper-button-prev {
  border-color: rgba(39, 100, 127, 1);
}

.new_team_cursol_box .swiper-nav-btn .swiper-button-next:after,
.new_team_cursol_box .swiper-nav-btn .swiper-button-prev:after {
  color: rgba(39, 100, 127, 1);
}

.swiper-nav-btn {
    display: flex;
    width: 100%;
    position: absolute;
    top: 36%;
    right: 70px;
    max-width: 130px;
    gap: 12px;
    height: 55px;
    justify-content: space-between;
    align-items: center;
}


.swiper-nav-btn .swiper-button-next,
.swiper-nav-btn .swiper-button-prev {
  border-radius: 25px;
  border: 1px solid #FFF;
  width: 49px;
  height: 49px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-size: 20px;
  color: #fff;
}

.swiper-slide {
  justify-content: flex-end;
}

.key-section .swiper-slide.swiper-slide-active .slider-item .slider-img {
  height: 541px;
  width: 100%;
}

.swiper-slide.swiper-slide-active .slider-inner-content p {
  display: block;
}

.key-section .swiper-slide .slider-item .slider-img {
  height: 271px;
  object-fit: cover;
  width: 100%;
}

.key-section .swiper-slide.swiper-slide-active .slider-item .slider-img.slider_new_img {
  height: 100%;
}

.key-section .swiper-slide .slider-item .slider-img.slider_new_img {
  height: 100%;
}

.key-section .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slider-card-box {
  position: relative;
}

.top-title {
  max-width: 468px;
  width: 100%;
  right: 32.8%;
  /* bottom: 0; */
  /* margin: 0 auto 50px; */
  position: absolute;
  top: -60px;
  z-index: 1000;
  overflow: hidden;
  background-color: transparent;
}

.swiper-slider {
  max-width: 1640px;
  width: 100%;
  margin-left: auto;
  margin-right: 0;
}

.top-title h3 {
  color: #FFF;
  font-family: var(--font-family);
  font-size: 42px;
  font-style: normal;
  font-weight: 600;
  line-height: 55px; /* 130.952% */
}

.slider-inner-content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
  height: 100%;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 35px 40px;
}

.slider-inner-content h5 {
  color: #FFF;
  font-family: var(--font-family);
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-align: left;
}

.slider-inner-content p {
  color: #FFF;
  font-family: Vazirmatn;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 27px; /* 150% */
  margin-bottom: 0;
  display: none;
  text-align: left;
}

/* ======= */
.slider-box .swiper {
  width: 100%;
  height: 100%;
  padding: 40px 0;
}

.slider-box .swiper-slide {
  /* width: 260px !important; */
  height: 214px;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 6px 12px rgba(0,0,0,0.08);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: 0.4s ease;
  transform: scale(0.85);
  opacity: 0.6;
}

.slider-box .swiper-slide-active {
  transform: scale(1) !important;
  opacity: 1 !important;
  height: 100%;
}

.slider-box .slider-inner-content {
  justify-content: center;
  align-items: center;
  height: 214px;
}

.slider-box .swiper-slide img {
  width: 100%;
}

.slider-box .visit-btn {
  margin-top: 15px;
  text-decoration: none;
  color: #2c6bb2;
  font-size: 14px;
}

/**
 * Slider Instance
 */

.slider-box .swiper {
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.slider-box .emotions-slider {
	--color-gray: #818181;
	--color-gray-dark: #1e1e1e;
	padding-inline: 50px;
	position: relative;
}

.slider-box .emotions-slider__slide {
	display: flex;
	align-items: center;
	min-height: 100%;
}

@media screen and (max-width: 767.9px) {
	.emotions-slider {
		padding: 0;
		margin-inline: -20px;
	}
}

/**
 * Slider Navigation
 */

.slider-box .slider-nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	translate: 0 -50%;
	z-index: 1;
	pointer-events: none;
}

.slider-box .slider-nav__item {
	display: flex;
	align-items: center;
	justify-content: center;
	aspect-ratio: 1;
	width: 48px;
  font-size: 40px;
  line-height: 1;
  color: rgba(39, 100, 127, 1);
	pointer-events: auto;
	cursor: pointer;
	transition: all 0.3s ease-out;
}

.slider-box .slider-nav__item.disabled {
	cursor: default;
	opacity: 0.5;
}

.slider-box .slider-nav__item path {
	stroke: currentColor;
}

@media (hover: hover) and (pointer: fine) {
	.slider-box .slider-nav__item:not(.disabled):hover {
		color: var(--color-blue);
	}
}

@media (hover: none) {
	.slider-box .slider-nav__item:not(.disabled):active {
		color: var(--color-blue);
	}
}

@media screen and (max-width: 767.9px) {
	.slider-box .slider-nav {
		display: none;
	}
}

/**
 * Slider Pagination
 */

.slider-box .slider-pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 8px;
	padding-top: 40px;
}

.slider-box .swiper-pagination-lock {
	display: none !important;
}

.slider-box .slider-pagination__item {
	width: 8px;
	height: 8px;
	border-radius: 99px;
	background-color: #fff;
	transition: all 0.3s ease-out;
	opacity: 1;
}

.slider-box .slider-pagination__item.active {
	/* width: 30px; */
  background-color: rgba(39, 100, 127, 1);
	opacity: 1;
}

/**
 * Slider Item
 */

.slider-box .swiper-slide {
	width: auto;
	height: auto;
}

@keyframes btn-arrow-move {
	0% {
		translate: 0;
	}

	100% {
		translate: 100% -100%;
	}
}

.emotions-slider-item {
	--border-radius: 10px;
	width: calc(100dvw - 60px);
	max-width: 400px;
	background: transparent;
	border-radius: var(--border-radius);
	position: relative;
	overflow: hidden;
}

.emotions-slider-item__badge {
	display: flex;
	align-items: center;
	gap: 4px;
	padding: 4px 10px 4px 5px;
	background: #00000066;
	border-bottom-right-radius: var(--border-radius);
	font-size: 14px;
	line-height: calc(24 / 14);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

.emotions-slider-item__badge::before {
	content: "";
	flex-shrink: 0;
	display: block;
	aspect-ratio: 1;
	width: 18px;
	background: url("https://bato-web-agency.github.io/bato-shared/img/slider-1/icon-star.svg")
		center center no-repeat;
	background-size: 100%;
}

.emotions-slider-item__image {
	aspect-ratio: 400 / 270;
	overflow: hidden;
}

.emotions-slider-item__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.emotions-slider-item__content {
	display: flex;
	flex-direction: column;
	gap: 30px;
	padding: 30px 20px;
}

.emotions-slider-item__header,
.emotions-slider-item__footer {
	max-height: 50px;
	overflow: hidden;
	transition: max-height 0.6s ease-in;
}

.emotions-slider-item__header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 20px;
}

.emotions-slider-item__price {
	font-weight: 600;
	font-size: 22px;
	line-height: calc(24 / 22);
}

.emotions-slider-item__author {
	display: flex;
	align-items: center;
	gap: 4px;
}

.emotions-slider-item__author-image {
	flex-shrink: 0;
	aspect-ratio: 1;
	width: 20px;
	border-radius: 100%;
	overflow: hidden;
}

.emotions-slider-item__author-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.emotions-slider-item__author-name {
	font-family: var(--font-poppins);
	font-size: 14px;
	line-height: calc(20 / 14);
	color: var(--color-gray);
}

.emotions-slider-item__title {
	font-weight: 600;
	font-size: 20px;
	line-height: 1.2;
	margin-bottom: 8px;
}

.emotions-slider-item__text {
	font-weight: 300;
	font-size: 16px;
	line-height: 1.5;
	opacity: 0.7;
}

.emotions-slider-item__btn {
	display: flex;
	align-items: center;
	gap: 4px;
	font-weight: 500;
	font-size: 18px;
	color: #fff;
	text-decoration: none;
}

.emotions-slider-item__btn-icon {
	flex-shrink: 0;
	display: block;
	aspect-ratio: 1;
	width: 24px;
	position: relative;
	overflow: hidden;
}

.emotions-slider-item__btn-icon::before,
.emotions-slider-item__btn-icon::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: url("https://bato-web-agency.github.io/bato-shared/img/slider-1/icon-btn-arrow.svg")
		center center no-repeat;
	background-size: 100%;
}

.emotions-slider-item__btn-icon::after {
	position: absolute;
	top: 100%;
	right: 100%;
}

.emotions-slider__slide:not(.swiper-slide-active) .emotions-slider-item__header,
.emotions-slider__slide:not(.swiper-slide-active)
	.emotions-slider-item__footer {
	max-height: 0;
}

@media (hover: hover) and (pointer: fine) {
	.emotions-slider-item__btn:hover .emotions-slider-item__btn-icon::before,
	.emotions-slider-item__btn:hover .emotions-slider-item__btn-icon::after {
		animation: btn-arrow-move 0.4s ease forwards;
	}
}

@media (hover: none) {
	.emotions-slider-item__btn:active .emotions-slider-item__btn-icon::before,
	.emotions-slider-item__btn:active .emotions-slider-item__btn-icon::after {
		animation: btn-arrow-move 0.4s ease forwards;
	}
}

/* ==== cg-hero-section ===== */

.cg-journey-section {
  background-color: #FAFAFA;
}
.cg-hero-section .header-content h1 {
  color: #27647F;
  font-family: var(--font-family);
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.2px;
  text-transform: capitalize;
}

.cg-journey-section .service-box {
  max-width: 920px;
  width: 100%;
  margin: 0 auto;
}

.header-eight .header-content.ac-content h1 {
  color: #B8D1DC;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px; /* 120% */
  text-transform: capitalize;
}

/* ====== ac-section ======= */
.ac-section {
  background-color: #FAFAFA;
  padding: 90px 0;
}

.ac-content-box {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
}

.ac_content_date_box {
  margin-bottom: 40px;
}

.privacy_content_box .ac_content_date_box span,
.terms_content_box .ac_content_date_box span {
  margin-bottom: 0;
}

.privacy_content_box .ac_content_date_box p,
.terms_content_box .ac_content_date_box p {
  color: #000;
  font-family: var(--font-family);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  margin-bottom: 0;
  margin-top: 2px;
}

.ac_content_date_box span {
  color: #767676;
  font-family: var(--font-family);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 177.778% */  
  display: block;
  margin-bottom: 10px;
}

.ac_content_date_box p {
  color: #000;
  font-family: var(--font-family);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 177.778% */
  margin-bottom: 0;
}

.accessibility-content {
  margin-bottom: 30px;
}

.ac-content-box .accessibility-content:last-child {
  margin-bottom: 0;
}

.accessibility-content h4 {
  color: #000;
  font-family: var(--font-family);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px; /* 91.667% */
  margin-bottom: 10px;
}

.accessibility-content p {
  color: #000;
  font-family: var(--font-family);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 37px;
  margin-bottom: 0;
}

.accessibility-content a {
  color: #27647F;
}

.terms_content_box .accessibility-content p {
  color: #000;
  font-family: var(--font-family);
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 32px;
}

.accessibility-content ul {
  padding: 0 0 0 20px;
  margin: 0;
  list-style-type: disc;
}

.accessibility-content ul li {
  color: #000;
  font-family: var(--font-family);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 37px;
  margin-bottom: 5px;
}

.accessibility-content ul li:last-child {
  margin-bottom: 0;
}

/* ======= RG Media ========== */
.rg_media_section {
  padding: 40px 0 100px;
}

.inner-page .header-eight .header-content.rg_media_header-content {
  max-width: 615px;
  width: 100%;
}

.inner-page .header-eight .header-content.rg_media_header-content h1 {
  color: #FFF;
  font-family: var(--font-family);
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px; /* 120% */
  text-transform: capitalize;
  margin: 0;
}

.rg_media_section .media_img {
  margin-bottom: 30px;
}

.left-media-content .media-content-header {
  margin-bottom: 30px;
  max-width: 635px;
  width: 100%;
}

.left-media-content .media-content-header span {
  color: #7DA2B2;
  font-family: var(--font-family);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 19px; /* 105.556% */
  display: block;
  margin-bottom: 8px;
}

.left-media-content .media-content-header h2 {
  color: #27647F;
  font-family: var(--font-family);
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 42px; /* 131.25% */
  margin-bottom: 0;
}

.left-media-content p {
  color: #3F3F3F;
  font-family: Lexend;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 32px; /* 177.778% */
  margin-bottom: 30px;
}

.left-media-content p:last-child {
  margin-bottom: 0;
}

.media-right-box {
  border-radius: 12px;
  background: #FFF;
  padding: 45px 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 40px;
  box-shadow: 10px -6px 34px 0px rgba(0, 0, 0, 0.11);
}

.media_info_list {
  border-bottom: 1px solid #F4F4F4;
  padding-bottom: 20px;
}

.media_info_list:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.media_info_list span {
  color: #7DA2B2;
  font-family: var(--font-family);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 19px; /* 135.714% */
  display: block;
  margin-bottom: 7px;
}

.media_info_list a {
  color: #27647F;
  font-family: var(--font-family);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 27px; /* 150% */
  margin: 0;
}

.media_info_list a:hover {
  color: rgba(255, 141, 107, 1);
  text-decoration: underline;
}

/* ======= rg_alliance_section ========= */
.rg_alliance_section {
  padding: 80px 0;
}

.rg_alliance_content .row {
  margin-bottom: 50px;
}

.rg_alliance_content .row:last-child {
  margin-bottom: 0;
}

.rg_alliance_content .row:nth-child(even) {
  flex-direction: row-reverse;
}

.left-alliance-content h2 {
  color: #27647F;
  font-family: var(--font-family);
  font-size: 42px;
  font-style: normal;
  font-weight: 300;
  line-height: 51px; /* 121.429% */
  margin-bottom: 0;
  max-width: 425px;
  width: 100%;
  position: relative;
  padding-left: 25px;
}

.left-alliance-content h2 span {
  color: #FF8D6B;
  font-weight: 500;
}

.left-alliance-content h2::before {
  content: '';
  background-color: rgba(255, 141, 107, 1);
  width: 4px;
  height: 100%;
  position: absolute;
  left: 0;
}

.left-alliance-content p {
  color: #1C1C1C;
  font-family: var(--font-family);
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 33px; /* 165% */
}

.rslo_content_box h2 {
  margin-bottom: 20px;
  font-weight: 600;
}

.right-alliance-content p {
  color: #1C1C1C;
  font-family: var(--font-family);
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  margin-bottom: 20px;
  line-height: 32px; /* 177.778% */
}

.right-alliance-content p:last-child {
  margin-bottom: 0;
}

/* ========= principles-section ========= */
.principles-section {
  background-image: url(../images/principe-img.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 0;
  height: 100vh;
}

.allience-cursol-box {
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  max-width: 1480px;
  width: 100%;
  margin-left: auto;
  margin-right: 0;
}

.principles-section .swiper {
  width: 100%;
  height: auto;
}

.principles-section .swiper-slide {
  position: relative;
  background-size: cover;
  background-position: center;
  color: #fff;
}

.principles-section .slider-item {
  height: 100%;
  width: 85%;
  margin-left: auto;
  margin-right: 0;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

.principles-section .swiper-nav-btn {
  top: 18%;
  bottom: 0;
  left: 5%;
  right: auto;
}

.principles-section .content-box {
  /* position: absolute;
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, 50%); */
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), rgba(39, 100, 127, 0.70);
  padding: 70px;
  border-radius: 8px;
  width: 100%;
  height: auto;
}

.principles-section .principle-badge {
  background: #eaf3ff;
  color: #004a75;
  padding: 4px 10px;
  border-radius: 15px;
  font-size: 14px;
  display: inline-block;
  margin-bottom: 1rem;
}

.principles-section .content-box h3 {
  color: #FFF;
  font-family: var(--font-family);
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 45px; /* 160.714% */
  margin-bottom: 1rem;
}

.principles-section .content-box p {
  color: #FFF;
  font-family: var(--font-family);
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 29px; /* 181.25% */
  margin-bottom: 1rem;
}

.principles-section .content-box p:last-child {
  margin-bottom: 0;
}

.principles-section .swiper-button-next,
.principles-section .swiper-button-prev {
  color: #fff;
}

.rgm-content-box {
  border-radius: 18px;
  background-image: url(../images/media-img1.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  width: 100%;
  border-radius: 18px;
  overflow: hidden;
}

.prs_content_box {
  padding: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  width: 100%;
}

.prs_content_img {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 18px;
}

.professional-card-img {
  transform: scale(1);
  transition: all .4s ease-in-out;
  width: 100%;
}

.prs_content_img:hover .professional-card-img {
  transform: scale(1.1);
  transition: all .4s ease-in-out;
}

.rgm-content-info {
  max-width: 370px;
  width: 100%;
}

.rgm-content-info h4 {
  color: #FFF;
  font-family: var(--font-family);
  font-size: 33px;
  font-style: normal;
  font-weight: 500;
  line-height: 43px; /* 130.303% */
  margin-bottom: 60px;
}

.prs_content_info.rgm-content-info .fwbd_media_content h4 {
  margin-bottom: 10px;
}

.fwbd_media_content p {
  color: #FAFAFA;
  font-family: var(--font-family);
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 30px; /* 150% */
  margin-bottom: 25px;
}

/* ========== Htc Section ========= */
section.htc_section {
  padding: 90px 0 120px;
}

.htc_left_box {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 80px;
  width: 100%;
  height: 100%;
  flex-direction: column;
  max-width: 470px;
  margin-left: 0;
  margin-right: auto;
}

.htc_left_box p {
  color: #1C1C1C;
  font-family: var(--font-family);
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 35px; /* 175% */
  padding-right: 55px;
}

/* ============ Commercial Section ========== */
.cm_section {
  padding: 50px 0;
  background-color: #f4f4f4;
}

.inner-page .header-eight .header-content.cm_header_content {
  max-width: 582px;
  width: 100%;
}

.cg-hero-section .header-content.cm_header_content h1 {
  color: #fff;
}

.cm-swiper-slider {
  padding: 40px 0;
}

.cm-swiper-slider .swiper-slide.swiper-slide-active .slider-item {
  padding-right: 0;
}

.flip-card {
  background: transparent;
  position: relative;
  max-width: 324px;
  height: 475px;
  width: 100%;
  margin: 0 auto;
  transform-style: preserve-3d;
  perspective: 1000px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.7s ease;
  transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

/* Front side - image/pattern */
.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  backface-visibility: hidden;
  overflow: hidden;
}

.flip-card-front {
  background: #b6ccda;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* .pattern {
  position: absolute;
  inset: 0;
  background-color: #b6ccda;
  background-image: radial-gradient(circle at 25% 25%, #5a7b8e 2px, transparent 40px),
                    radial-gradient(circle at 75% 75%, #5a7b8e 2px, transparent 40px);
  opacity: 0.8;
} */

/* Back side - text */
.flip-card-back {
  background: #b6ccda;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 30px;
  text-align: left;
  transform: rotateY(180deg);
}

.flip-card-back p {
  color: #000;
  font-family: var(--font-family);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
  margin-bottom: 0;
}

/* ========== Problematic Play Section ============ */
.problematic-play-section { 
  position: relative; 
  padding: 100px 0;
  overflow: hidden;
}

.problematic_play_content {
  overflow: hidden;
}

.problematic_header-content h1 {
  color: #fff! important;
  max-width: 490px;
  width: 100%;
}

/* Sidebar box */
.left-col-wrapper {
  background: transparent;
  transition: all 0.5s ease-in-out;
  opacity: 1;
  transform: translateY(0);
  position: relative;
  max-width: 510px;
  width: 100%;
}

.left-col-wrapper h2 {
  color: #27647F;
  font-family: var(--font-family);
  font-size: 42px;
  font-style: normal;
  font-weight: 500;
  line-height: 52px; /* 123.81% */
}

.left-col-wrapper p {
  color: #1C1C1C;
  font-family: var(--font-family);
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 31px; /* 172.222% */
  margin-bottom: 0;
}

/* Animated when fixed */
.is-fixed {
  position: fixed;
  z-index: 1;
  transition: all 0.5s ease-in-out;
  animation: fadeSlideIn 0.6s ease forwards;
}

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

/* When pinned at bottom */
.is-absolute-bottom {
  position: absolute;
  top: auto! important;
  bottom: 100px;
  transition: all 0.5s ease-in-out;
}

.warning-signs h4 {
  color: #27647F;
  font-family: var(--font-family);
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 48px; /* 200% */
  margin-bottom: 40px;
}

.warning-signs ul {
  padding: 0;
  margin: 0;
}

.warning-signs ul li {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 50px;
  width: 100%;
  border-bottom: 1px solid rgba(184, 209, 220, 1);
  padding: 0 10px 25px 0;
  margin-bottom: 25px;
  color: #1C1C1C;
  font-family: var(--font-family);
  font-size: 18px;
  font-style: normal;
  opacity: 0;
  transform: translateY(40px);
  font-weight: 300;
  line-height: 25px; /* 138.889% */
  transition: all 0.6s ease-in-out;
}

.warning-signs ul li span {
  max-width: 93px;
  width: 100%;
}

.warning-signs ul li.visible {
  opacity: 1;
  transform: translateY(0);
}

.warning-signs p {
  color: #A7A7A7;
  font-family: var(--font-family);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
  max-width: 550px;
  width: 100%;
}

.warning-signs p a {
  color: #27647F;
  text-decoration-line: underline;
}

/* ========= Fwbd Section =========== */
.fwbd-card-box {
  position: relative;
  border-radius: 12px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin-bottom: 100px;
}

.fwbd-card-box .card-img-overlay {
  padding: 40px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
} 

.fwbd-card-box .fwbd-overlay-content {
  border-radius: 12px;
  border: 1px solid #A9C1CC;
  background: rgba(39, 100, 127, 0.30);
  backdrop-filter: blur(80.6500015258789px);
  padding: 30px;
  max-width: 525px;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 30px;
}

.fwbd-card-box .fwbd-overlay-content h4 {
  color: #FFF;
  font-family: var(--font-family);
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.fwbd-card-box .fwbd-overlay-content p {
  color: #FFF;
  font-family: var(--font-family);
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 29px; /* 161.111% */
}

.fitnes-image-box {
  max-width: 570px;
  width: 100%;
}

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

.list-box li {
  background-color: rgba(39, 100, 127, 0.07);
  position: relative;
  color: #1C1C1C;
  font-family: var(--font-family);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px; /* 145% */
  padding: 34px 58px 34px 110px;
  margin-bottom: 1rem;
  overflow: visible;
}

.list-box li:last-child {
  margin-bottom: 0;
}

.list-box li span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: -60px;
  background-color: #fff;
  padding: 6px;
  border-radius: 100%;
  overflow: hidden;
  top: 10px;
}

/* ======== finances_section ========= */
.finances_section .section-title {
  max-width: 550px;
  width: 100%;
  margin: 0 auto 80px;
}

.finances_section .section-title h3 {
  color: #27647F;
  text-align: center;
  font-family: var(--font-family);
  font-size: 42px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px; /* 95.238% */  
  margin-bottom: 1rem;
}

.finances_section .section-title p {
  color: #1C1C1C;
  text-align: center;
  font-family: var(--font-family);
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 33px; /* 165% */
}

.custom-slider {
  width: 100%;
  max-width: 1240px;
  margin: 0px auto;
  position: relative;
}

.custom-slider .mySwiper {
  padding: 0;
}

.custom-slider .swiper-slide {
  width: 70%;
  height: 420px;
  overflow: hidden;
  border-radius: 15px;
  position: relative;
  transition: all 0.4s ease;
}

.custom-slider .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
  /* filter: brightness(0.85); */
  transition: 0.35s ease-in-out;
}

/* Side slides effect */
.custom-slider .swiper-slide:not(.swiper-slide-active) img {
  /* transform: scale(0.92); */
  /* filter: brightness(0.5) blur(1.3px); */
  border-radius: 15px;
  overflow: hidden;
  opacity: 0.9;
}

/* Active slide zoom */
.custom-slider .swiper-slide-active img {
  transform: scale(1.1);
  filter: brightness(0.95);
}

/* Caption */
.custom-slider .caption {
  position: absolute;
  bottom: 28px;
  left: 28px;
  right: 40px;
  color: #FFF;
  font-family: var(--font-family);
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 27px; /* 122.727% */
  opacity: 0;
  transform: translateY(10px);
  transition: 0.3s ease;
  max-width: 350px;
  width: 100%;
}

.custom-slider .swiper-slide-active .caption {
  opacity: 1;
  transform: translateY(0px);
}

/* Custom arrows */
.custom-slider .custom-arrow {
  width: 46px;
  height: 46px;
  background: rgba(39, 100, 127, 1);
  border-radius: 50%;
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

.custom-slider .custom-arrow::after {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  font-family: 'bootstrap-icons' !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.custom-slider .right-arrow.custom-arrow::after {
  content: '\F138';

}
.custom-slider .left-arrow.custom-arrow::after {
  content: '\F12F';
}

.custom-slider .left-arrow {
  left: 0px;
}

.custom-slider .right-arrow {
  right: 0px;
}

/* ============ watch_for_content_box ======= */
.watch_for_content_box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  position: relative;
}

.left-content-box {
  max-width: 400px;
  width: 100%;
  margin-top: 30px;
}

.left-content-box .section-title p,
.left-content-box .section-title h3 {
  text-align: left;
}

.slider-content-box {
 max-width: 850px;
 width: 100%; 
}

.slider-elements {
  padding: .5rem;
}

.slick-dots {
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 800px;
}

.slider-elements .slider-img {
  position: relative;
  max-width: 332px;
  width: 100%;
  height: 398px;
  overflow: hidden;
  border-radius: 1rem;
}

.slider-elements .slider-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slider-elements .slider-img .card-img-overlay {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

.slider-elements .slider-img .card-img-overlay .slider-content {
  border-radius: 0 0 16px 16px;
  background: rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(31.950000762939453px);
  width: 100%;
  height: auto;
  padding: 1rem;
}

.slider-elements .slider-img .card-img-overlay .slider-content p {
  color: #FFF;
  font-family: var(--font-family);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 144.444% */
}

.watch-slider .slick-disabled {
  opacity : 1; 
  pointer-events:none;
}

.watch-slider .slick-prev {
  left: 0%;
  transform: translateX(0%);
}

.watch-slider .slick-next {
  left: 5%;
  transform: translateX(-5%);
}

.slick-prev, 
.slick-next {
  left: 0;
  gap: 10px;
  /* bottom: 40px; */
  top: 65%;
  width: 58px;
  height: 58px;
  right: 0;
}

.slick-next:before {
  content: '\F138';
}

.slick-prev:before {
  content: '\F12F';
}

.slick-prev:before, .slick-next:before {
  border-radius: 29px;
  background: #27647F;
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 58px;
  padding: 17px;
  font-family: 'bootstrap-icons' !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}

.slider-bottom-content {
  max-width: 600px;
  width: 100%;
}

.slider-bottom-content p {
  color: #515050;
  font-family: var(--font-family);
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px; /* 175% */
}

.worries_section {
  padding: 100px 0;
}

.worries_section .section-title {
  max-width: 800px;
  margin: 0 auto 100px;
  text-align: center;
}

.worries_section .section-title p {
  color: #1C1C1C;
  text-align: center;
  font-family: var(--font-family);
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 35px; /* 175% */
}

.left-worries-content p {
  color: #27647F;
  text-align: left;
  font-family: var(--font-family);
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 35px; /* 159.091% */
  margin-bottom: 30px;
}

.left-worries-content ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.left-worries-content ul li {
  border-radius: 6px;
  background: var(--Primary-50, rgba(212, 224, 229, 0.50));
  color: #000;
  text-align: left;
  font-family: var(--font-family);
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 29px; /* 161.111% */
  padding: 20px 30px;
  margin-bottom: 30px;
}

.left-worries-content ul li:last-child {
  margin-bottom: 0;
}

/* ======== pg_section ============ */
.pg_section .section-title h3 {
  max-width: 560px;
  width: 100%;
  margin: 0 auto 20px;
}

.pg_section .section-title p {
  max-width: 890px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  color: #1C1C1C;
  text-align: center;
  font-family: var(--font-family);
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 35px; /* 175% */
}

.pg-content-box h4 {
  color: #27647F;
  text-align: center;
  font-family: var(--font-family);
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px; /* 142.857% */
  margin-bottom: 25px;
}

.pg-content-box .myth-card img {
  width: 100%;
  border-radius: 30px;
  overflow: hidden;
  transition: all .4s ease-in-out;
}

.pg-content-box .myth-card .myth-box {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 30px;
  min-height: 152px;
}

.pg-content-box .myth-card .myths_overlay_box {
  padding: 50px;
}

.mr-card-img .ans-img,
.qus-img {
  display: block;
  transition: all .4s ease-in-out;
}

.mr-card-img .qus-img,
.ans-img {
  display: none;
  transition: all .4s ease-in-out;
}

.pg-content-box .myth-card .myths_overlay_box .myth-box .switch-btn {
  width: 103px;
  left: 30px;
  height: 103px;
}

.pg-content-box .myth-card .myths_overlay_box .myth-box .switch-btn .switch-icon {
  font-size: 44px;
}

.pg-content-box .myth-card .myths_overlay_box .myth-box.active .switch-btn {
  left: calc(100% - 135px);
}

.pg-content-box .myth-card .myths_overlay_box .myth-box .myth-text {
  padding-left: 140px;
  color: #000;
  font-family: var(--font-family);
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 23px; /* 143.75% */
}

.pg-content-box .myth-card .myths_overlay_box .myth-box.active .myth-text {
  padding-right: 140px;
  padding-left: 0;
}

.reg_content_box {
  margin-bottom: 100px;
}

.reg_content_title {
  max-width: 550px;
  width: 100%;
}

.reg_content_box .slider-content-box {
  max-width: 700px;
}

.reg_content_title h2 {
  max-width: 100%;
  margin-bottom: 10px;
}

.parent-slider .slider-elements .slider-img {
  max-width: 100%;
}

.parent-slider .slider-elements .slider-img .card-img-overlay {
  padding: 30px;
  justify-content: flex-start;
}

.parent-slider .slider-elements .slider-img .card-img-overlay .slider-content {
  border-radius: 12px;
  border: 1px solid #FFF;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(15.399999618530273px);
  max-width: 370px;
  width: 100%;
}

.parent-slider .slick-disabled {
  opacity : 1; 
  pointer-events:none;
}

.parent-slider .slick-prev,
.parent-slider .slick-next {
  top: calc(100% + 10px);
}

.parent-slider .slick-prev {
  left: auto;
  right: 6%;
  transform: translateX(6%);
}

.parent-slider .slick-next {
  left: auto;
  right: 0;
  transform: translateX(0%);
}

.blocking-box {
  border-radius: 10px;
  border: 1.042px solid #27647F;
  max-width: 580px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
  padding: 1rem 25px;
}

.blocking-box span {
  color: #27647F;
  font-family: var(--font-family);
  font-size: 14.584px;
  font-style: normal;
  font-weight: 300;
  line-height: 23.96px; /* 164.286% */
}

.blocking-box a {
  border-radius: 100px;
  border: 1px solid #27647F;
  color: #27647F;
  font-family: var(--font-family);
  font-size: 12.803px;
  font-style: normal;
  font-weight: 400;
  line-height: 20.119px; /* 157.143% */
  padding: 10px 30px;
  transition: all .4s ease-in-out;
}

.blocking-box a:hover {
  color: #fff;
  background-color: #27647F;
  border-color: transparent;
  transition: all .4s ease-in-out;
}

.quick_tips_section {
  background-color: #FAFAFA;
  padding: 130px 0 ;
  /* position: relative; */
  height: 100%;  
  /* background-attachment: scroll; */
}

.quick_tips_section .section-title {
  max-width: 850px;
  width: 100%;
  margin: 0 auto 50px;
}

.quick_tips_section .section-title h3 {
  color: #27647F;
  text-align: center;
  font-family: var(--font-family);
  font-size: 42px;
  font-style: normal;
  font-weight: 500;
  line-height: 57px; /* 135.714% */
}
.quick_tips_container {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
  height: auto !important;
  width: 100%;
  max-width: 100%;
  margin: 70px auto 0;
  overflow: visible !important;
}

.quick_tips_card {
  width: 100%;
  min-height: 200px;
  position: sticky;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  padding: 50px;
  transition: transform 0.28s ease, opacity 0.28s ease;
}

.quick_tips_card-content {
  display: flex;
  justify-items: flex-start;
  align-items: center;
  gap: 30px;
  width: 100%;
}

.quick_tips_card-content img {
  max-width: 110px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.quick_tips_card_body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  width: 100%;
}

.quick_tips_card_body h4 {
  max-width: 270px;
  width: 100%;
  color: #000;
  font-family: var(--font-family);
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 37px; /* 154.167% */
}

.quick_tips_card_body p {
  color: #000;
  font-family: var(--font-family);
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 31px; /* 155% */
}

/* Desktop sticky offsets */
.one   { top: 50px; }
.two   { top: 90px; }
.three { top: 130px; }
.four  { top: 170px; }
.five  { top: 230px; }

/* Accordion animations */
.quick_tips_card.expanded {
  transform: translateY(0);
  opacity: 1;
}

.quick_tips_card.collapsed {
  transform: translateY(-60px);
  opacity: 0.75;
}

/* ------------------------------ */
/* 📱 MOBILE (max 480px)          */
/* ------------------------------ */
@media (max-width: 480px) {

  .quick_tips_container {
    gap: 16px;
    padding-bottom: 1200px;
  }

  .quick_tips_card {
    height: 220px;
    border-radius: 22px;
    font-size: 48px;
    transition: transform 0.22s ease, opacity 0.22s ease;
  }

  /* smaller sticky offsets */
  .one   { top: 30px; }
  .two   { top: 60px; }
  .three { top: 90px; }
  .four  { top: 120px; }

  /* smaller movement */
  .quick_tips_card.collapsed {
    transform: translateY(-35px);
    opacity: 0.8;
  }
}

/* ------------------------------ */
/* 📱 TABLET (481px – 768px)      */
/* ------------------------------ */
@media (max-width: 768px) {

  .quick_tips_card {
    height: 260px;
    font-size: 60px;
  }

  .one   { top: 40px; }
  .two   { top: 75px; }
  .three { top: 110px; }
  .four  { top: 145px; }

  .quick_tips_card.collapsed {
    transform: translateY(-45px);
  }
}

/* ========= blog-section ========== */
.blog-section {
  padding: 80px 0;
  position: relative;
}

.blog-top-title {
  max-width: 370px;
  width: 100%;
  margin-left: 0;
  margin-right: auto;
  text-align: left;
  margin-bottom: 60px;
}

.blog-top-title h3 {
  text-align: left;
  margin-bottom: 15px;
}

.blog-top-title p {
  color: #1C1C1C;
  font-family: var(--font-family);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 160% */
}

.blog-content-box .slick-prev, 
.blog-content-box .slick-next {
  top: -100px;
}

.blog-content-box .slick-prev {
  left: auto;
  right: 70px;
}

.blog-content-box .slick-next {
  left: auto;
  right: 0;
}

.blog-content-box .slick-dots {
  position: static;
}

.blog-content-box .slick-dots li button {
  width: 12px;
  height: 12px;
  border-radius: 114.894px;
  background: rgba(39, 100, 127, 0.15);
}

.blog-content-box .slick-dots li {
  width: 12px;
  height: 12px;
}

.blog-content-box .slick-dots li button:before {
  width: 12px;
  height: 12px;
  border-radius: 114.894px;
  opacity: 1;
  color: rgba(39, 100, 127, 0.15);
  content: '';
}

.blog-content-box .slick-dots li.slick-active,
.blog-content-box .slick-dots li.slick-active button {
  width: 56px;
}

.blog-content-box .slick-dots li.slick-active button:before {
  border-radius: 36.766px;
  background: #27647F;
  width: 56px;
  content: '';
}

.blog-eliments {
  padding: .5rem;
}

.blog-card-box {
  border: 1px solid #CBDBEB;
  padding: 20px 20px 30px;
  max-width: 100%;
}

.blog-img {
  position: relative;
  width: 100%;
  margin-bottom: 70px;
  max-width: 100%;
  width: 100%;
}

.blog-card-img {
  width: 100%;
}

.blog-eliments:hover .subtract_icon {
  border-color: #FFE8E1;
  transition: all .4s ease-in-out;
}

.blog-img .subtract_icon {
  background-color: #FFE8E1;
  border: 10px solid #fff;
  max-width: 100px;
  width: 100%;
  display: flex;
  justify-content: center;
  transition: all .4s ease-in-out;
  align-items: center;
  height: 100px;
  padding: 10px;
  border-radius: 100px;
  position: absolute;
  bottom: -50px;
  left: 20px;
}

.blog-img .subtract_icon img {
  width: auto;
}

.blog-body-content p {
  color: #757575;
  font-family: var(--font-family);
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px; /* 162.5% */
}

/* =========== myths_section ============ */
.myths_section {
  padding: 80px 0;
}

.myths_section .myths-top-box {
  margin-bottom: 70px;
}

.myths_section .myths-top-box p {
  color: #363636;
  text-align: center;
  font-family: var(--font-family);
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 31px; /* 172.222% */
}

.myths-facts-section .header-content h1 {
  color: #fff;
}

/* CARD */
.myth-card {
  width: 100%;
  max-width: 100%;
  width: 100%;
  margin: 0px auto;
  position: relative;
}

/* TOP IMAGE */
.myth-img {
  width: 100%;
  border-radius: 74px;
  display: block;
}

/* BOTTOM BOX */
.myth-box {
  padding: 20px 25px;
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: center;
  position: relative;
  transition: 0.4s ease-in-out;
  min-height: 130px;
  /* position: absolute;
  bottom: 0; */
  width: 100%;
  border-radius: 74.246px;
  border: 1px solid #D7D7D7;
  background: rgba(255, 255, 255, 0.42);
  backdrop-filter: blur(28.649999618530273px);
}

.myths_overlay_box {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.facts_overlay_box .myth-box .switch-btn {
  left: auto;
  right: 25px;
}

.facts_overlay_box .myth-box.active .switch-btn {
  left: auto;
  right: calc(100% - 115px);
  transform: translateX(0%);
}

.facts_overlay_box .myth-box .myth-text {
  padding-right: 110px;
  padding-left: 0;
  text-align: right;
}

.facts_overlay_box .myth-box.active .myth-text {
  padding-left: 110px;
  padding-right: 0;
  text-align: left;
}

.myth-box.active {
  background: rgba(255, 255, 255, 0.42);
}

.myth-box.active .myth-text {
  padding-left: 0;
  padding-right: 110px;
}

/* TEXT */
.myth-text {
  padding-left: 110px;
  max-width: 100%;
  width: 100%;
  transition: opacity 0.5s ease-in-out;
  color: #000;
  font-family: var(--font-family);
  font-size: 14px;
  font-style: normal;
  text-align: left;
  font-weight: 300;
  line-height: 21px; /* 153.797% */
}

/* SWITCH BUTTON */
.switch-btn {
  width: 88px;
  height: 88px;
  background: rgba(255, 255, 255, 1);
  position: absolute;
  left: 25px;
  /* top: 50%;
  transform: translateY(-50%); */
  border-radius: 50%;
  box-shadow: 0 4px 15px rgba(0,0,0,0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.4s ease-in-out;
}

.myth-box.active .switch-btn {
  left: calc(100% - 115px);
  background: rgba(255, 255, 255, 1);
}

.switch-icon {
  font-size: 30px;
  color: #d33;
  line-height: 1;
  transition: 0.4s ease-in-out;
}
/* 
.myth-box.active .switch-icon {
  color: #d33;
  transform: rotate(180deg);
} */

/* ======= Contact Us ======= */
.contact-us-section {
  padding: 60px 0 100px;
}

.contact-us-section .contact-us-content {
  max-width: 640px;
  margin: 0 auto 60px;
}

.left-contact-box {
  max-width: 370px;
  width: 100%;
}

.contact-info-box {
  display: flex;
  flex-direction: column;
  gap: 18px;
  width: 100%;
  justify-content: flex-start;
  align-items: flex-start;
}

.contact-info {
  border-radius: 10px;
  border: 1px solid #D4D4D4;
  padding: 25px 30px 25px 20px;
  overflow: hidden;
}

.contact-info-details {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  gap: 1rem;
  margin-bottom: 25px;
}

.contact-info .contact-info-details:last-child {
  margin-bottom: 0;
}

.contact-info-details span {
  font-size: 20px;
}

.contact-info-details a,
.contact-info-details p {
  color: #000;
  font-family: var(--font-family);
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 148.969% */
  margin-bottom: 0;
}

.contact-info-details a:hover {
  text-decoration: underline;
  color: rgba(255, 141, 107, 1);
}

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

.contact-form .form-group:last-child {
  margin-bottom: 0;
}

.feedback-box textarea.form-control:focus,
.feedback-box textarea.form-control {
  border-radius: 10px;
  border: 1px solid #DADADA;
  padding: 10px;
  color: #9B9B9B;
  font-family: var(--font-family);
  font-size: 17.453px;
  font-style: normal;
  font-weight: 400;
  line-height: 21.332px; /* 122.222% */
  background-color: transparent;
  box-shadow: none;
  min-height: auto;
}

.contact-form .form-group .form-control:focus,
.contact-form .form-group .form-control {
  border-radius: 10px;
  border: 1px solid #DADADA;
  padding: 20px 32px;
  color: #9B9B9B;
  font-family: var(--font-family);
  font-size: 17.453px;
  font-style: normal;
  font-weight: 400;
  line-height: 21.332px; /* 122.222% */
  background-color: transparent;
  box-shadow: none;
}

.contact-form .form-group .form-control::placeholder {
  color: rgba(155, 155, 155, 1)! important;
}

/* Footer eleven css */
.footer-eleven {
  padding: 70px 0;
  background: #27647F;
  position: relative;
}

.footer-top {
  margin-bottom: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .footer-eleven {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .left-contact-box {
    max-width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-eleven .footer-widget {
    margin-top: 40px;
  }
  
}
@media (max-width: 767px) {
  .footer-eleven .footer-widget {
    margin-top: 40px;
    text-align: center;
  }
}
.footer-eleven .footer-widget h5 {
  font-weight: 700;
  margin-bottom: 15px;
  color: var(--white, #FFF);
  font-family: var(--font-family);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 175% */
}

.footer-eleven .f-about .copyright-text {
  color: #FFF;
  font-family: var(--font-family);
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.2;
  margin-top: 0;
  text-align: center;
}

.footer-eleven .f-link li {
  display: block;
  margin-bottom: 12px;
}

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

.footer-eleven .f-link li a {
  color: #FFF;
  font-family: var(--font-family);
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.footer-eleven .f-link li a:hover {
  color: rgba(255, 141, 107, 1);
}

.socail-icon-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 25px;
  width: 100%;
}

.socail-icon-box a {
  width: 34px;
  height: 34px;
  border: 1px solid #fff;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  line-height: 1;
  color: #fff;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.socail-icon-box a:hover {
  color: rgba(255, 141, 107, 1);
  border-color: rgba(255, 141, 107, 1);
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.feedback-tab {
  display: flex;
  width: 135px;
  height: 46px;
  transform: rotate(-90deg);
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 8px 8px 0 0;
  background: #27647F;
  position: fixed;
  right: -45px;
  top: 70%;
  z-index: 1;
  color: #FFF;
  text-align: center;
  font-family: var(--font-family);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 31px; /* 172.222% */
  border: none;
  cursor: pointer;
  transition: background 0.3s;
}

  .feedback-box {
      position: fixed;
      top: 65%;
      right: -350px;
      transform: translateY(0%);
      width: 320px;
      background: #fff;
      border-radius: 10px;
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
      transition: right 0.4s ease;
      z-index: 1000;
      overflow: hidden;
      opacity: 0;
      pointer-events: none;
    }

  .feedback-box.open {
      right: 60px;
      opacity: 1;
      pointer-events: all;
    }

    .feedback-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 8px 12px;
      background: #f8f9fa;
      font-family: var(--font-family);
      color: #528399;
      font-size: 1rem;
      line-height: 1.2;
      border-bottom: 1px solid #ddd;
      font-weight: 600;
    }

    .feedback-body {
      padding: 1rem;
    }

    .feedback-body p {
      font-size: 1rem;
      color: #000;
      text-align: center;
      margin-bottom: 10px;
    }

    .feedback-body .form-control::placeholder {
      color: #15bbd5! important;
    }

    .feedback-body button {
      margin: 0 5px;
      border-radius: 5px;
      border: 1px solid #ddd;
    }

    .feedback-body button:hover {
      background-color: rgba(255, 141, 107, 1);
      border-color: transparent;
    }

    .close-feedback {
      cursor: pointer;
      font-size: 20px;
      line-height: 1.2;
      color: #000;
      transition: left 0.4s ease;
      transition: color 0.2s;
    }

    .close-feedback:hover {
      color: #528399;
    }
