*{
  /* border: 1px solid rgba(255, 0, 0, 1) !important; */
}

.roya_header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  inset-inline-start: 0;
  background-color: #ffffff;
  box-shadow: 0 4px 10px rgba(20, 100, 255, 0.1);
  z-index: 100;
}
.roya_header > .container {
  position: relative;
}
.roya_header .header_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
.roya_header .header_inner .brand img {
  width: 8rem;
  height: auto;
}
.roya_header .header_inner .header_nav > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}
@media screen and (max-width: 1400px) {
  .roya_header .header_inner .header_nav > ul {
    gap: 1.2rem;
  }
}
.roya_header .header_inner .header_nav > ul > li:hover .nav_link::before {
  width: 100%;
}
.roya_header
  .header_inner
  .header_nav
  > ul
  > li:hover
  .nav_link.has_menu::after {
  -webkit-transform: rotate(-180deg) translateX(-20%);
  transform: rotate(-180deg) translateX(-20%);
}
.roya_header .header_inner .header_cta > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: flex-end;
  gap: 1.75rem;
}

.nav_link {
  position: relative;
  display: inline-block;
  padding-top: 1.725rem;
  padding-bottom: 1.725rem;
}
.nav_link::before {
  content: "";
  position: absolute;
  top: 75%;
  inset-inline-start: 0;
  width: 0;
  height: 2px;
  background-color: #f79433;
  transition: width 0.3s ease-in-out;
}
.nav_link.has_menu::after {
  display: inline-block;
  content: "\f120";
  font-family: "flaticon_oxford";
  width: 22px;
  height: 22px;
  vertical-align: middle;
  margin-inline-start: 0.325rem;
  transition: transform 0.2s ease-in-out;
}

li.has_mega_menu:hover .roya_mega_menu {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.roya__search-overlay {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  opacity: 0;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  height: 100%;
  background-color: #ffffff;
  padding: 0.5rem;
  padding-inline-end: 3rem;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  transform-origin: 0 0;
  transition: all 0.4s ease-in-out;
}
.roya__search-overlay.shown {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  opacity: 1;
}
.roya__search-overlay .overlay-dismiss {
  position: absolute;
  inset-inline-end: 1.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: transparent;
  border: 0;
  font-size: 1rem;
  padding: 0;
  margin: 0;
  z-index: 10;
  transition: all 0.2s ease-in-out;
}
.roya__search-overlay .overlay-dismiss:hover {
  color: #f79433;
}
.roya__search-overlay input:focus {
  border: 1px solid #f79433 !important;
}

.roya__search-overlay-group {
  position: relative;
}
.roya__search-overlay-group .roya__search-overlay-result {
  position: absolute;
  background-color: #ffffff;
  top: 100%;
  left: 0;
  right: 0;
  border-bottom-left-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
  border: 1px solid #ced4da;
  overflow: hidden;
  display: none;
  min-height: 80px;
}
.roya__search-overlay-group .roya__search-overlay-result .spinner-container {
  position: absolute;
  top: 0;
  inset-inline-start: 0;
  width: 100%;
  height: 100%;
  display: none;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  background-color: #ffffff;
  z-index: 12;
}
.roya__search-overlay-group .roya__search-overlay-result .result-ul {
  display: none;
  margin-bottom: 0;
  list-style: none;
  padding: 0;
  margin: 0;
}
.roya__search-overlay-group .roya__search-overlay-result .result-ul li {
  border-bottom: 1px solid #ced4da;
}
.roya__search-overlay-group
  .roya__search-overlay-result
  .result-ul
  li:last-child {
  border-bottom: 0;
}
.roya__search-overlay-group .roya__search-overlay-result .result-ul li a {
  display: flex;
  gap: 0.4rem;
  width: 100%;
  line-height: 1.5;
  padding: 0.6rem 1rem;
  font-size: 0.95rem;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 98%;
  transition: all 0.3s linear;
}
.roya__search-overlay-group .roya__search-overlay-result .result-ul li a:hover {
  background-color: #fbf3e6;
  color: #f79433;
}

.header__inner-mobile {
  display: none !important;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
.header__inner-mobile .brand .roya__nav-toggler {
  background-color: transparent;
  border: 0;
  padding: 0;
  margin: 0;
  font-size: 1.75rem;
  margin-inline-end: 0.8rem;
}
.header__inner-mobile .brand .logo img {
  width: 7rem;
  height: auto;
}
.header__inner-mobile .header_cta ul {
  display: flex;
  justify-content: flex-start;
  gap: 0.7rem;
  padding: 0;
  margin: 0;
  list-style: none;
}
.header__inner-mobile .header_cta ul .nav_link:not(:is(.roya__menu-btn *)) {
  font-size: 1.25rem;
}
@media screen and (max-width: 330px) {
  .header__inner-mobile .brand .roya__nav-toggler {
    font-size: 1.5rem;
    margin-inline-end: 0.6rem;
  }
  .header__inner-mobile .brand .logo img {
    width: 5rem;
  }
  .header__inner-mobile .header_cta ul {
    gap: 0.4rem;
  }
  .header__inner-mobile .header_cta ul .nav_link:not(:is(.roya__menu-btn *)) {
    font-size: 1rem;
  }
}

@media screen and (max-width: 1199px) {
  .header__inner-desktop {
    display: none !important;
  }
  .header__inner-mobile {
    display: flex !important;
  }
}
.sidebar-offcanvas .offcanvas-body {
  padding: 0;
}
.sidebar-offcanvas .offcanvas-body .brand {
  padding: 0 1.2rem;
  text-align: center;
}
.sidebar-offcanvas .offcanvas-body .brand a {
  display: block;
}
.sidebar-offcanvas .offcanvas-body .brand a img {
  width: 140px;
  height: auto;
}
.sidebar-offcanvas .offcanvas-body .content {
  padding: 2rem 0 2rem 0;
}
.sidebar-offcanvas .offcanvas-body .content .list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sidebar-offcanvas .offcanvas-body .content .list .list-item {
  position: relative;
  padding: 0.5rem 1.5rem;
  font-size: 1.2rem;
  margin-bottom: 0.6rem;
  cursor: pointer;
}
.sidebar-offcanvas .offcanvas-body .content .list .list-item.active {
  background-color: #fbf3e6;
  color: #f79433;
}
.sidebar-offcanvas .offcanvas-body .content .list .list-item.active::before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background-color: #f79433;
}
.sidebar-offcanvas .offcanvas-body .content .list .list-item span {
  transition: all 0.2s linear;
}
.sidebar-offcanvas .offcanvas-body .content .list .list-item:hover > span,
.sidebar-offcanvas
  .offcanvas-body
  .content
  .list
  .list-item:hover
  > .list-icon {
  color: #f79433;
}
.sidebar-offcanvas .offcanvas-body .content .list .list-item .list-icon {
  float: inline-end;
  font-size: 1rem;
  transition: all 0.2s linear;
}
.sidebar-offcanvas
  .offcanvas-body
  .content
  .list
  .list-item:has(.roya__sidebar-menu.expanded)
  .list-icon {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.footer {
  background-color: #ffffff;
}
.footer .brand .logo img {
  width: 180px;
  height: auto;
}

a {
  color: #000000;
  transition: all 0.3s ease-in-out;
}
a:hover {
  color: #f79433;
}

.fs-10 {
  font-size: 10px !important;
}

.fs-12 {
  font-size: 12px !important;
}

.fs-13 {
  font-size: 13px !important;
}

.fs-14 {
  font-size: 14px !important;
}

.fs-15 {
  font-size: 15px !important;
}

.fs-16 {
  font-size: 16px !important;
}

.fs-18 {
  font-size: 18px !important;
}

.fs-20 {
  font-size: 20px !important;
}

.fs-22 {
  font-size: 22px !important;
}

.fs-24 {
  font-size: 24px !important;
}

.fs-26 {
  font-size: 26px !important;
}

.fs-28 {
  font-size: 28px !important;
}

.fs-30 {
  font-size: 30px !important;
}

.fs-32 {
  font-size: 32px !important;
}

.fs-34 {
  font-size: 34px !important;
}

.fs-36 {
  font-size: 36px !important;
}

.fs-38 {
  font-size: 38px !important;
}

.fs-40 {
  font-size: 40px !important;
}

.fs-42 {
  font-size: 42px !important;
}

.fs-44 {
  font-size: 44px !important;
}

.fs-50 {
  font-size: 50px !important;
}

.fs-60 {
  font-size: 60px !important;
}

.fs-1rem {
  font-size: 1rem !important;
}

.fs-1hrem {
  font-size: 1.5rem !important;
}

.fs-md {
  font-size: 1.25rem !important;
}

.lh-md {
  line-height: 1.8;
}

@media screen and (max-width: 576px) {
  .fs-xs-sm-11 {
    font-size: 11px !important;
  }
  .fs-xs-sm-12 {
    font-size: 12px !important;
  }
  .fs-xs-sm-13 {
    font-size: 13px !important;
  }
  .fs-xs-sm-14 {
    font-size: 14px !important;
  }
  .fs-xs-sm-15 {
    font-size: 15px !important;
  }
  .fs-xs-sm-16 {
    font-size: 16px !important;
  }
}
.fw-400 {
  font-weight: 400;
}

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

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

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

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

.fw-900 {
  font-weight: 900;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-done {
  color: var(--primary);
}

.text-star {
  color: #ffd700;
}

.invisible-text {
  display: inline-block;
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
}

.iframe {
  position: relative;
  padding-top: 56.25%;
}
.iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  border: 1px solid var(--border2);
}

.section-padding {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .section-padding {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

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

.section-padding-lg {
  padding-top: 90px;
  padding-bottom: 90px;
}
@media screen and (max-width: 768px) {
  .section-padding-lg {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.section-padding-xl {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .section-padding-xl {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.text-primary {
  color: #f79433 !important;
}

.text-primary2 {
  color: #2096b7 !important;
}

.text-primary3 {
  color: #217abe !important;
}

.fill-primary {
  fill: #f79433 !important;
}

.hover-fill-primary-light {
  fill: #faaf40 !important;
}

.fill-primary2 {
  fill: #2096b7 !important;
}

.fill-primary3 {
  fill: #217abe !important;
}

.text-star {
  color: var(--star_color);
}

.fill-red {
  fill: var(--red);
}

.fill-star {
  fill: var(--star_color);
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.w-25 {
  width: 25%;
}

.w-30 {
  width: 30%;
}

.mx-w-100 {
  max-width: 100px;
}

.mx-w-120 {
  max-width: 120px;
}

.mx-w-150 {
  max-width: 150px;
}

.mx-w-200 {
  max-width: 200px;
}

.mx-w-250 {
  max-width: 250px;
}

.mx-w-300 {
  max-width: 300px;
}

.mx-w-400 {
  max-width: 400px;
}

.mx-w-500 {
  max-width: 500px;
}

.mx-w-600 {
  max-width: 600px;
}

.mx-w-650 {
  max-width: 650px;
}

.mx-w-700 {
  max-width: 700px;
}

.min-w-200 {
  min-width: 200px;
}

.rounded-5 {
  border-radius: 1.5rem;
}

.no-scroll {
  scrollbar-width: none;
  scrollbar-color: none;
}
.no-scroll::-webkit-scrollbar {
  scrollbar-width: 0;
  width: 0;
  height: 0;
  opacity: 0;
}

a {
  text-decoration: none;
}

button,
input,
select,
textarea {
  box-shadow: none !important;
  outline: none !important;
}

input:focus,
select:focus,
textarea:focus {
  border: 1px solid var(--primary) !important;
}

.text-shadow {
  box-shadow: 0 1px 10px rgba(0, 141, 228, 0.3);
}

.scale-zero {
  -webkit-transform: scale(0);
  transform: scale(0);
  transition: all 0.4s ease-in-out;
}

.scale-one {
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: all 0.4s ease-in-out;
}

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

.rotate--90 {
  -webkit-transform: rotateZ(-90deg);
  transform: rotateZ(-90deg);
}

.rotate-90 {
  -webkit-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
}

.hidden-input {
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
  line-height: 0;
  font-size: 0;
  opacity: 0;
  position: absolute;
}

.ellipsis {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.hidden-scroll {
  scrollbar-width: none;
  scrollbar-color: none;
}
.hidden-scroll::-webkit-scrollbar {
  scrollbar-width: 0;
  width: 0;
  height: 0;
  opacity: 0;
}

.fit-cover {
  -o-object-fit: cover;
  object-fit: cover;
}

.fit-center {
  -o-object-position: center;
  object-position: center;
}

.icon-fix {
  display: inline-block;
  vertical-align: middle;
  line-height: 0;
}

.icon-fix-2 {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.75;
}

.stretched-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.css-spinner {
  width: 35px;
  height: 35px;
  border: 4px solid #ffffff;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: spinning 1s linear infinite;
}
.css-spinner.dark {
  border-color: var(--dark);
  border-bottom-color: transparent;
}
.css-spinner.sm {
  width: 15px;
  height: 15px;
  border-width: 2px;
}

html:dir(rtl) .mirror-x-rtl {
  display: inline-block;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
html:dir(ltr) .mirror-x-ltr {
  display: inline-block;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.shadow-none {
  box-shadow: none !important;
}

.hover-color-primary {
  transition: all 0.3s linear;
}
.hover-color-primary:hover {
  color: #f79433;
}

.bg-primary {
  background-color: #f79433 !important;
}

.bg-primary2 {
  background-color: #2096b7 !important;
}

.bg-primary3 {
  background-color: #217abe !important;
}

.bg-light-primary {
  background-color: #fbf3e6 !important;
}

.bg-light-primary2 {
  background-color: #eafaff;
}

.shape1 {
  position: absolute;
  z-index: -1;
  top: 0;
  inset-inline-start: 0;
  width: 150px;
}

/* Animations */
@keyframes spinning {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
button .css-spinner {
  display: none;
}
button.loading {
  pointer-events: none;
  opacity: 0.75;
}
button.loading .icon {
  display: none;
}
button.loading .css-spinner {
  display: inline-block;
}
button:disabled {
  pointer-events: none;
  opacity: 0.7;
}

.btn-primary {
  display: inline-block;
  border: 1px solid #f79433;
  background-color: #f79433;
  color: #ffffff;
  padding: 0.65em 1.2em;
  font-size: 0.9em;
  border-radius: 5px;
  text-align: center;
  font-weight: 500;
  transition: all 0.3s linear;
}
.btn-primary.rounded {
  border-radius: 50px !important;
}
.btn-primary.lg {
  padding: 1em 1.5em;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
  background-color: #faaf40;
  border-color: #faaf40;
}
.btn-primary.btn-outlined-primary {
  background-color: transparent;
  color: #f79433;
  border-color: #f79433;
}
.btn-primary.btn-outlined-primary:hover,
.btn-primary.btn-outlined-primary:active,
.btn-primary.btn-outlined-primary:focus {
  background-color: #f79433;
  border-color: #f79433;
  color: #ffffff;
}

.btn-primary2 {
  border: 1px solid #2096b7;
  background-color: #2096b7;
  color: #ffffff;
  padding: 0.65em 1.2em;
  font-size: 0.9em;
  border-radius: 5px;
  text-align: center;
  font-weight: 500;
  transition: all 0.3s linear;
}
.btn-primary2.rounded {
  border-radius: 50px !important;
}
.btn-primary2:hover,
.btn-primary2:active,
.btn-primary2:focus {
  background-color: #217abe;
  border-color: #217abe;
}
.btn-primary2.btn-outlined-primary2 {
  background-color: transparent;
  color: #2096b7;
  border-color: #2096b7;
}
.btn-primary2.btn-outlined-primary2:hover,
.btn-primary2.btn-outlined-primary2:active,
.btn-primary2.btn-outlined-primary2:focus {
  background-color: #217abe;
  border-color: #217abe;
  color: #ffffff;
}

.btn-native {
  background-color: transparent !important;
  border: 0 !important;
  outline: none !important;
  box-shadow: 0 !important;
}

.btn-roya {
  display: inline-block;
  padding: 0.7rem 1rem;
  padding-inline-end: 2.5rem;
  text-align: start;
  position: relative;
  background-color: #f79433;
  border-color: #f79433;
  color: #ffffff;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 575px) {
  .btn-roya {
    padding-inline-end: 2.35rem;
    font-weight: 600;
  }
}
.btn-roya:hover {
  background-color: #faaf40;
  color: #ffffff;
}
.btn-roya .icon {
  position: absolute;
  inset-inline-end: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.btn-roya .icon:is([dir="rtl"] *) {
  -webkit-transform: translateY(-50%) scaleX(-1);
  transform: translateY(-50%) scaleX(-1);
}
.btn-roya.font-lg {
  font-size: 1.5rem;
}
@media screen and (max-width: 1199px) {
  .btn-roya.font-lg {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .btn-roya.font-lg {
    font-size: 1rem;
  }
}
.btn-roya.padding-lg {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}
.btn-roya.outlined {
  background-color: transparent;
  border: 1px solid #f79433;
  color: #f79433;
}
.btn-roya.outlined:hover {
  background-color: #fbf3e6;
  color: #f79433;
}
.btn-roya.white {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  color: #000000;
  box-shadow: 0 0 20px rgba(138, 67, 28, 0.1);
}
.btn-roya.white:hover {
  background-color: #fbf3e6;
  color: #f79433;
  border-color: #f79433;
}
.btn-roya.white .icon {
  color: #f79433;
}

.roya-stats__row {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
}
@media screen and (max-width: 992px) {
  .roya-stats__row {
    flex-wrap: wrap;
  }
  .roya-stats__row .stats-card__style1 {
    width: calc(33.3333333333% - 1.5rem);
  }
}
@media screen and (max-width: 500px) {
  .roya-stats__row {
    flex-wrap: wrap;
  }
  .roya-stats__row .stats-card__style1 {
    width: calc(50% - 1.5rem);
  }
}

.stats-card__style1 {
  position: relative;
  text-align: center;
  z-index: 5;
}
.stats-card__style1 .icon img,
.stats-card__style1 .icon svg {
  width: 120px;
  height: auto;
}
.stats-card__style1 .text {
  margin-top: 0.725rem;
}
.stats-card__style1 .text .count {
  direction: ltr;
  margin-top: 0;
  margin-bottom: 0;
  color: #217abe;
  font-weight: 600;
  font-size: 2.2rem;
}
.stats-card__style1 .text .head {
  font-size: 1.2rem;
  line-height: 1.5;
  max-width: 250px;
  margin-right: auto;
  margin-left: auto;
}

.stats-card__style2 {
  position: relative;
  text-align: center;
  z-index: 5;
}
.stats-card__style2 .text {
  margin-top: 0.725rem;
}
.stats-card__style2 .text .count {
  direction: ltr;
  margin-top: 0;
  margin-bottom: 0;
  color: #ffffff;
  font-weight: 600;
  font-size: 2.2rem;
}
.stats-card__style2 .text .head {
  font-size: 1.2rem;
  line-height: 1.5;
  max-width: 250px;
  margin-right: auto;
  margin-left: auto;
  color: #ffffff;
}

@media screen and (max-width: 767px) {
  .stats-card__style1 .icon img,
  .stats-card__style1 .icon svg {
    width: 110px;
  }
  .stats-card__style1 .text {
    margin-top: 0.625rem;
  }
  .stats-card__style1 .text .count {
    font-size: 1.8rem;
  }
  .stats-card__style1 .text .head {
    font-size: 1rem;
  }
}
.roya__partner-style1 {
  position: relative;
}
.roya__partner-style1 .image {
  border: 2px solid #000000;
  text-align: center;
  border-radius: 8px;
  background-color: #ffffff;
}
.roya__partner-style1 .image img {
  width: 100%;
  height: auto;
  max-width: 180px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 8px;
}

.roya__testimonial-style1 {
  position: relative;
  padding: 3rem 4rem;
  border-radius: 8px;
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  display: flex;
  gap: 1rem;
  margin-bottom: 0.2rem;
}
.roya__testimonial-style1 .icon img {
  width: 40px;
  height: auto;
}
.roya__testimonial-style1 .title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.35rem;
  font-weight: 600;
  line-height: 1.5;
}
.roya__testimonial-style1 .text {
  margin-top: 0.6rem;
  margin-bottom: 0;
  line-height: 24px;
  height: 72px;
  overflow: hidden;
}
.roya__testimonial-style1 .footer-content {
  margin-top: 1.2rem;
  padding-top: 0.8rem;
  border-top: 2px solid #f79433;
}
.roya__testimonial-style1 .footer-content .author_title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.2rem;
  font-weight: 600;
}
.roya__testimonial-style1 .footer-content .author_name {
  margin-top: 0.35rem;
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  .roya__testimonial-style1 {
    padding: 1.5rem;
  }
  .roya__testimonial-style1 .icon img {
    width: 30px;
  }
  .roya__testimonial-style1 .title {
    font-size: 1.2rem;
  }
  .roya__testimonial-style1 .text {
    height: 120px;
  }
  .roya__testimonial-style1 .footer-content .author_title {
    font-size: 1.15rem;
  }
}
.roya_mega_menu {
  position: absolute;
  opacity: 0;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  top: 100%;
  left: 0;
  right: 0;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 0;
  list-style: none;
  margin: 0;
  box-shadow: 0 1px 10px rgba(0, 141, 228, 0.3);
  transform-origin: top;
  transition: transform 0.4s ease-in-out;
}
.roya_mega_menu .arrow-icon {
  width: 20px;
  height: 20px;
  margin-inline-start: 0.4rem;
}
.roya_mega_menu .grid {
  display: grid;
}
.roya_mega_menu .grid.style1 {
  grid-template-columns: 65% 35%;
}
.roya_mega_menu .grid.style2 {
  grid-template-columns: 35% 65%;
}
.roya_mega_menu .grid.style3 {
  grid-template-columns: 50% 50%;
}
.roya_mega_menu .grid.style4 {
  grid-template-columns: 33.3333333333% 33.3333333333% 33.3333333333%;
}
.roya_mega_menu .grid .grid-col {
  padding: 2rem;
}
.roya_mega_menu .grid .grid-col:nth-child(even) {
  background-color: #fbf3e6;
}
.roya_mega_menu .heading {
  border-bottom: 1px solid #f79433;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}
.roya_mega_menu .heading .title {
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0;
}
.roya_mega_menu .heading2 {
  margin-bottom: 0.8rem;
}
.roya_mega_menu .heading2 .title {
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0;
}
.roya_mega_menu .mega_menu_ul li {
  margin-bottom: 0.725rem;
}
.roya_mega_menu .mega_menu_ul li a {
  display: inline-block;
}
.roya_mega_menu .mega_menu_ul li:last-child {
  margin-bottom: 0;
}

.roya__menu-btn {
  position: relative;
  display: flex;
  align-items: center;
  text-align: center;
}
.roya__menu-btn > a,
.roya__menu-btn > button {
  display: inline-block;
  background-color: #f79433;
  padding: 0.5rem 1.2rem;
  border: 0;
  color: #ffffff;
  border-radius: 8px;
  transition: all 0.3s linear;
}
.roya__menu-btn > a:hover,
.roya__menu-btn > button:hover {
  background-color: #faaf40;
}
.roya__menu-btn.profile > a,
.roya__menu-btn.profile > button {
  display: flex;
  align-items: center;
  background-color: transparent;
  border: 0;
  padding: 0;
  color: #000000;
}
.roya__menu-btn.profile > a:hover,
.roya__menu-btn.profile > button:hover {
  color: #f79433;
}
.roya__menu-btn.profile svg {
  width: 25px;
  height: 25px;
  transition: all 0.3s linear;
}
.roya__menu-btn.profile svg:hover {
  fill: #f79433 !important;
}
.roya__menu-btn:hover .menu {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.roya__menu-btn .menu {
  position: absolute;
  opacity: 0;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  top: 100%;
  left: 0;
  right: 0;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 0;
  list-style: none;
  margin: 0;
  box-shadow: 0 1px 10px rgba(0, 141, 228, 0.3);
  transform-origin: top;
  transition: transform 0.4s ease-in-out;
}
.roya__menu-btn .menu li a {
  display: block;
  padding: 0.5rem 1rem;
}
.roya__menu-btn .menu li a:hover {
  background-color: #fbf3e6;
  color: #f79433;
}

.roya__sidebar-menu {
  position: relative;
  z-index: 10;
  margin: 0;
  padding: 0;
  padding-inline-start: 2rem !important;
  list-style: none;
  margin-top: 0.8rem;
  opacity: 0;
  position: absolute;
  inset-inline-start: 0;
  width: 100%;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  transform-origin: 0 0;
  transition: all 0.3s linear;
}
.roya__sidebar-menu.expanded {
  position: static;
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.roya__sidebar-menu .roya__sidebar-menu-item {
  position: relative;
  margin-bottom: 0.4rem;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.roya__sidebar-menu .roya__sidebar-menu-item.active a,
.roya__sidebar-menu .roya__sidebar-menu-item:active a {
  color: #f79433;
}
.roya__sidebar-menu .roya__sidebar-menu-item:last-of-type {
  margin-bottom: 0.1rem;
}

.roya-ul__style1 {
  list-style: none;
}
.roya-ul__style1 li {
  position: relative;
  padding-inline-start: 2.25rem;
}
.roya-ul__style1 li::before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  width: 25px;
  height: 25px;
  background-image: url(../images/icons/eye-primary.svg);
  background-size: 25px 25px;
  background-repeat: no-repeat;
  background-position: center;
}

.roya-ul__style2 .item {
  position: relative;
  padding-inline-start: 2.25rem;
  line-height: 1.5;
}
.roya-ul__style2 .item::before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  width: 25px;
  height: 25px;
  background-image: url(../images/icons/eye-primary.svg);
  background-size: 25px 25px;
  background-repeat: no-repeat;
  background-position: center;
}

.swiper-button-next,
.swiper-button-prev {
  background-color: #f79433;
  width: 40px;
  height: 40px;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 1rem;
  color: #ffffff;
}

.partner-swiper .swiper-button-next,
.partner-swiper .swiper-button-prev,
.testimonial-swiper .swiper-button-next,
.testimonial-swiper .swiper-button-prev {
  display: none;
}
.partner-swiper .swiper-button-next.swiper-button-disabled,
.partner-swiper .swiper-button-prev.swiper-button-disabled,
.testimonial-swiper .swiper-button-next.swiper-button-disabled,
.testimonial-swiper .swiper-button-prev.swiper-button-disabled {
  opacity: 0.7;
}
.partner-swiper .swiper-button-next,
.testimonial-swiper .swiper-button-next {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  left: var(--swiper-navigation-sides-offset, 2px);
}
.partner-swiper .swiper-button-next:is([dir="ltr"] *),
.testimonial-swiper .swiper-button-next:is([dir="ltr"] *) {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  right: var(--swiper-navigation-sides-offset, 2px);
  left: auto;
}
.partner-swiper .swiper-button-prev,
.testimonial-swiper .swiper-button-prev {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  right: var(--swiper-navigation-sides-offset, 1px);
}
.partner-swiper .swiper-button-prev:is([dir="ltr"] *),
.testimonial-swiper .swiper-button-prev:is([dir="ltr"] *) {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  left: var(--swiper-navigation-sides-offset, 1px);
  right: auto;
}
.partner-swiper:hover .swiper-button-next,
.partner-swiper:hover .swiper-button-prev,
.testimonial-swiper:hover .swiper-button-next,
.testimonial-swiper:hover .swiper-button-prev {
  display: flex;
}

@media screen and (max-width: 1500px) {
  .has-bottom-shape-xl {
    padding-bottom: 110px;
  }
}

@media screen and (max-width: 1999px) {
  .has-bottom-shape-lg {
    padding-bottom: 110px;
  }
}

@media screen and (max-width: 767px) {
  .has-bottom-shape-md {
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 575px) {
  .has-bottom-shape-sm {
    padding-bottom: 100px;
  }
}

.has-bg-shape {
  position: relative;
}
.has-bg-shape img:not(.bg-shape1, .bg-shape2) {
  position: relative;
  z-index: 1;
}
.has-bg-shape .bg-shape1 {
  top: -6rem;
  inset-inline-end: -1.5rem;
  position: absolute;
  width: 250px;
  height: auto;
  z-index: 0;
}
.has-bg-shape .bg-shape1.mirrored {
  inset-inline-end: auto;
  inset-inline-start: -1.5rem;
}
.has-bg-shape .bg-shape2 {
  bottom: -5rem;
  inset-inline-start: -2rem;
  position: absolute;
  width: 250px;
  height: auto;
  z-index: 0;
}
.has-bg-shape .bg-shape2.mirrored {
  inset-inline-start: auto;
  inset-inline-end: -1.5rem;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
@media screen and (max-width: 1500px) {
  .has-bg-shape .bg-shape1 {
    width: 200px;
  }
  .has-bg-shape .bg-shape2 {
    width: 200px;
  }
}
@media screen and (max-width: 600px) {
  .has-bg-shape .bg-shape1 {
    top: -4rem;
    inset-inline-end: -1rem;
    width: 150px;
  }
  .has-bg-shape .bg-shape2 {
    bottom: -5rem;
    inset-inline-start: -2rem;
    width: 150px;
  }
}

.asteroids-shape {
  position: absolute;
  bottom: -4.5rem;
  inset-inline-start: -4.5rem;
  width: 350px;
  height: auto;
}
@media screen and (max-width: 1199px) {
  .asteroids-shape {
    width: 250px;
    bottom: -3rem;
    inset-inline-start: -3rem;
  }
}

.zigzag-shape {
  position: absolute;
  bottom: -1rem;
  inset-inline-start: -1rem;
  width: 220px;
  height: auto;
}
@media screen and (max-width: 1199px) {
  .zigzag-shape {
    width: 190px;
  }
}

.roya__accordion-style1 .accordion-item {
  background-color: transparent;
  border-bottom: 1px solid #217abe;
}
.roya__accordion-style1 .accordion-button {
  padding: 1.5rem 0;
  font-weight: 500;
  line-height: 1.5;
  background-color: transparent;
  font-size: 1.25rem;
  color: #217abe;
}
.roya__accordion-style1 .accordion-button::after {
  width: 30px;
  height: 30px;
  background-color: #217abe;
  text-align: center;
  line-height: 30px;
  vertical-align: middle;
  color: #ffffff;
  border-radius: 50%;
  font-weight: 500;
  background-image: none;
  content: "\f10e";
  font-family: "flaticon_oxford" !important;
}
.roya__accordion-style1 .accordion-button:not(.collapsed)::after {
  content: "\f110";
}
.roya__accordion-style1 .accordion-body {
  padding-bottom: 2rem;
}
.roya__accordion-style1.primary .accordion-item {
  border-bottom: 1px solid #f79433;
}
.roya__accordion-style1.primary .accordion-button {
  color: #f79433;
}
.roya__accordion-style1.primary .accordion-button::after {
  background-color: #f79433;
}
.roya__accordion-style1.dark .accordion-item {
  border-bottom: 1px solid #000000;
}
.roya__accordion-style1.dark .accordion-item:last-of-type {
  border-bottom: 0;
}
.roya__accordion-style1.dark .accordion-button {
  color: #000000;
}
.roya__accordion-style1.dark .accordion-button::after {
  background-color: #000000;
}

.roya__form-style1 input[type="text"],
.roya__form-style1 input[type="email"],
.roya__form-style1 input[type="phone"],
.roya__form-style1 select,
.roya__form-style1 textarea {
  height: 50px;
  border: 1px solid #ced4da;
}
.roya__form-style1 input[type="text"]:focus,
.roya__form-style1 input[type="email"]:focus,
.roya__form-style1 input[type="phone"]:focus,
.roya__form-style1 select:focus,
.roya__form-style1 textarea:focus {
  border: 1px solid #f79433 !important;
}
.roya__form-style1 input[type="text"].error,
.roya__form-style1 input[type="email"].error,
.roya__form-style1 input[type="phone"].error,
.roya__form-style1 select.error,
.roya__form-style1 textarea.error {
  border-color: #ff3232 !important;
  color: #ff3232 !important;
}
.roya__form-style1 input[type="text"].readonly-input,
.roya__form-style1 input[type="email"].readonly-input,
.roya__form-style1 input[type="phone"].readonly-input,
.roya__form-style1 select.readonly-input,
.roya__form-style1 textarea.readonly-input {
  cursor: auto;
  pointer-events: none;
}
.roya__form-style1 textarea {
  height: auto;
}
.roya__form-style1 label.error,
.roya__form-style1 span.error,
.roya__form-style1 p.error {
  font-size: 0.9rem;
  color: #ff3232 !important;
}
.roya__form-style1 .input-group-text {
  background-color: #fbf3e6;
  color: #f79433;
  border: 1px solid #f79433;
}

.iti {
  width: 100%;
}

.roya__hero-section .hero-img img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
@media screen and (min-width: 1200px) {
  .roya__hero-section .hero-img img {
    height: 400px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.roya__hero-section .hero-text .title {
  max-width: 600px;
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  line-height: 1.3;
  color: #217abe;
}
@media screen and (max-width: 1199px) {
  .roya__hero-section .hero-text .title {
    font-size: 2.25rem;
  }
}
@media screen and (max-width: 991px) {
  .roya__hero-section .hero-text .title {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .roya__hero-section .hero-text .title {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 576px) {
  .roya__hero-section .hero-text .title {
    font-size: 2rem;
  }
}
.roya__hero-section .hero-text .text {
  font-size: 1.2rem;
  max-width: 600px;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 0;
}
.roya__hero-section .hero-text .hero-cta {
  max-width: 650px;
  margin-top: 1.7rem;
}

.roya__hero-section2 .hero-img img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
@media screen and (min-width: 1200px) {
  .roya__hero-section2 .hero-img img {
    height: 400px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.roya__hero-section2 .hero-text .title {
  max-width: 600px;
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  line-height: 1.3;
  color: #217abe;
}
@media screen and (max-width: 1199px) {
  .roya__hero-section2 .hero-text .title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 991px) {
  .roya__hero-section2 .hero-text .title {
    font-size: 2.25rem;
  }
}
@media screen and (max-width: 767px) {
  .roya__hero-section2 .hero-text .title {
    font-size: 2.15rem;
  }
}
@media screen and (max-width: 576px) {
  .roya__hero-section2 .hero-text .title {
    font-size: 1.9rem;
  }
}
.roya__hero-section2 .hero-text .text {
  font-size: 1.2rem;
  max-width: 600px;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 0;
}
.roya__hero-section2 .hero-text .hero-cta {
  max-width: 700px;
  margin-top: 1.7rem;
}

html {
  scroll-behavior: smooth;
  box-sizing: border-box;
}
@media screen and (max-width: 991px) {
  html {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 14px;
  }
}
html body {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "RB", sans-serif;
}
html:dir(rtl) body {
  font-family: "RB", sans-serif;
}

/* PowerPoint Details Section Enhancements */
.powerpoint-details-page {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  min-height: 100vh;
  position: relative;
}

.powerpoint-details-page::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: radial-gradient(
      circle at 20% 50%,
      rgba(247, 148, 51, 0.03) 0%,
      transparent 50%
    ),
    radial-gradient(
      circle at 80% 20%,
      rgba(33, 122, 190, 0.03) 0%,
      transparent 50%
    ),
    radial-gradient(
      circle at 40% 80%,
      rgba(40, 167, 69, 0.02) 0%,
      transparent 50%
    );
  pointer-events: none;
}

.powerpoint-details-content {
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.1);
  padding: 3rem;
  margin-bottom: 3rem;
  border: 1px solid rgba(247, 148, 51, 0.1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.powerpoint-details-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #f79433, #ffc107, #28a745);
  background-size: 200% 100%;
  animation: gradientShift 3s ease-in-out infinite;
}

@keyframes gradientShift {
  0%,
  100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}

.powerpoint-details-content:hover {
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.15),
    0 5px 15px rgba(247, 148, 51, 0.1);
  transform: translateY(-3px);
}

.powerpoint-details-content::after {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: linear-gradient(45deg, #f79433, #ffc107, #28a745, #217abe);
  border-radius: 22px;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.powerpoint-details-content:hover::after {
  opacity: 0.1;
}

@media screen and (max-width: 768px) {
  .powerpoint-details-content {
    padding: 2rem 1.5rem;
    border-radius: 15px;
  }
}

.details-section {
  margin-bottom: 3rem;
  position: relative;
}

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

.details-section h3 {
  font-size: 1.75rem;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 1.5rem;
  position: relative;
  padding-bottom: 1rem;
  background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.details-section h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, #f79433, #ffc107);
  border-radius: 2px;
  animation: slideInFromRight 0.8s ease-out;
}

.details-section h3::before {
  content: "";
  position: absolute;
  top: 0;
  right: -10px;
  width: 4px;
  height: 100%;
  background: linear-gradient(180deg, #f79433, #ffc107);
  border-radius: 2px;
  opacity: 0.3;
}

@keyframes slideInFromRight {
  from {
    width: 0;
    opacity: 0;
  }
  to {
    width: 60px;
    opacity: 1;
  }
}

@media screen and (max-width: 768px) {
  .details-section h3 {
    font-size: 1.5rem;
  }
}

.details-section p {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #555;
  margin-bottom: 1.5rem;
}

/* Features Grid Enhancement */
.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
  margin-top: 2rem;
}

@media screen and (max-width: 768px) {
  .features-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}

.feature-item {
  display: flex;
  align-items: flex-start;
  gap: 1.25rem;
  padding: 2rem;
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
  border-radius: 16px;
  border: 1px solid rgba(247, 148, 51, 0.1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.feature-item::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #f79433, #ffc107);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.feature-item::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: radial-gradient(
    circle,
    rgba(247, 148, 51, 0.1) 0%,
    transparent 70%
  );
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 0;
}

.feature-item:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 20px 50px rgba(247, 148, 51, 0.2), 0 5px 15px rgba(0, 0, 0, 0.1);
  border-color: rgba(247, 148, 51, 0.4);
}

.feature-item:hover::before {
  transform: scaleX(1);
}

.feature-item:hover::after {
  width: 300px;
  height: 300px;
}

.feature-item:hover .feature-icon {
  transform: scale(1.15) rotate(10deg);
  box-shadow: 0 8px 25px rgba(247, 148, 51, 0.4);
}

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

@media screen and (max-width: 768px) {
  .feature-item {
    padding: 1.5rem;
    border-radius: 12px;
  }
}

.feature-icon {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #f79433 0%, #ffc107 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 1.5rem;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 15px rgba(247, 148, 51, 0.3);
  position: relative;
  overflow: hidden;
}

.feature-icon::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(
    45deg,
    transparent 30%,
    rgba(255, 255, 255, 0.3) 50%,
    transparent 70%
  );
  transform: rotate(-45deg) translateX(-100%);
  transition: transform 0.6s ease;
}

.feature-item:hover .feature-icon::before {
  transform: rotate(-45deg) translateX(100%);
}

/* Enhanced pulse animation for feature icons */
@keyframes enhancedPulse {
  0% {
    box-shadow: 0 4px 15px rgba(247, 148, 51, 0.3);
    transform: scale(1);
  }
  50% {
    box-shadow: 0 6px 25px rgba(247, 148, 51, 0.5);
    transform: scale(1.05);
  }
  100% {
    box-shadow: 0 4px 15px rgba(247, 148, 51, 0.3);
    transform: scale(1);
  }
}

.feature-icon {
  animation: enhancedPulse 3s ease-in-out infinite;
}

.feature-item h5 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 0.75rem;
  transition: color 0.3s ease;
}

.feature-item:hover h5 {
  color: #f79433;
}

.feature-content {
  flex: 1;
}

.feature-item p {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #666;
  margin-bottom: 0;
}

/* Remove the old pulse animation - replaced with enhancedPulse above */

/* List Styling Enhancement */
.details-section ul.list-unstyled {
  background: #f8f9fa;
  border-radius: 12px;
  padding: 2rem;
  margin-top: 1.5rem;
}

.details-section ul.list-unstyled li {
  display: flex;
  align-items: center;
  padding: 0.75rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.details-section ul.list-unstyled li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.details-section ul.list-unstyled li:hover {
  background: rgba(247, 148, 51, 0.05);
  border-radius: 8px;
  padding-right: 1rem;
  padding-left: 1rem;
}

.details-section ul.list-unstyled li i {
  font-size: 1.1rem;
  margin-left: 1rem;
  color: #28a745;
  transition: transform 0.3s ease;
}

.details-section ul.list-unstyled li:hover i {
  transform: scale(1.2);
}

.details-section ul.list-unstyled li span {
  flex: 1;
  font-size: 1rem;
  line-height: 1.6;
  color: #333;
}

/* Benefits List Special Styling */
.benefits-list {
  background: linear-gradient(
    135deg,
    rgba(40, 167, 69, 0.05) 0%,
    rgba(40, 167, 69, 0.02) 100%
  );
  border-radius: 16px;
  padding: 2rem;
  position: relative;
  overflow: hidden;
}

.benefits-list::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #28a745, #20c997);
  border-radius: 16px 16px 0 0;
}

.benefits-list li {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 12px;
  padding: 1.25rem;
  margin-bottom: 1rem !important;
  border: 1px solid rgba(40, 167, 69, 0.15);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.benefits-list li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(180deg, #28a745, #20c997);
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform 0.3s ease;
}

.benefits-list li:hover {
  background: rgba(255, 255, 255, 1);
  transform: translateX(-8px);
  box-shadow: 0 8px 25px rgba(40, 167, 69, 0.2), 0 2px 8px rgba(0, 0, 0, 0.1);
  border-color: rgba(40, 167, 69, 0.3);
}

.benefits-list li:hover::before {
  transform: scaleY(1);
}

.benefits-list li i {
  color: #28a745 !important;
  font-size: 1.3rem;
  margin-left: 1rem;
  transition: all 0.3s ease;
  background: rgba(40, 167, 69, 0.1);
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.benefits-list li:hover i {
  transform: scale(1.1) rotate(5deg);
  background: rgba(40, 167, 69, 0.2);
}

/* Technical Requirements Styling */
.tech-requirements {
  background: linear-gradient(135deg, #e3f2fd 0%, #f3e5f5 100%);
  border-radius: 16px;
  padding: 2rem;
  position: relative;
  overflow: hidden;
}

.tech-requirements::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #f79433, #ffc107);
  border-radius: 16px 16px 0 0;
}

.tech-requirements li {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 12px;
  padding: 1.25rem;
  margin-bottom: 1rem !important;
  border: 1px solid rgba(247, 148, 51, 0.2);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.tech-requirements li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(180deg, #f79433, #ffc107);
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform 0.3s ease;
}

.tech-requirements li:hover {
  background: rgba(255, 255, 255, 1);
  transform: translateX(-8px);
  box-shadow: 0 8px 25px rgba(247, 148, 51, 0.2), 0 2px 8px rgba(0, 0, 0, 0.1);
  border-color: rgba(247, 148, 51, 0.4);
}

.tech-requirements li:hover::before {
  transform: scaleY(1);
}

.tech-requirements li i {
  transition: all 0.3s ease;
}

.tech-requirements li:hover i {
  transform: scale(1.1) rotate(-5deg);
  background: rgba(247, 148, 51, 0.2) !important;
}

/* Technical Requirements Styling */
.details-section ul.list-unstyled li i.flaticon-laptop,
.details-section ul.list-unstyled li i.flaticon-download,
.details-section ul.list-unstyled li i.flaticon-settings {
  color: #f79433;
  background: rgba(247, 148, 51, 0.1);
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
}

/* Animation Classes */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideInFromLeft {
  from {
    opacity: 0;
    transform: translateX(-40px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

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

@keyframes scaleIn {
  from {
    opacity: 0;
    transform: scale(0.8);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.details-section {
  animation: fadeInUp 0.8s ease forwards;
  opacity: 0;
}

.details-section:nth-child(1) {
  animation-delay: 0.1s;
}

.details-section:nth-child(2) {
  animation-delay: 0.3s;
}

.details-section:nth-child(3) {
  animation-delay: 0.5s;
}

.details-section:nth-child(4) {
  animation-delay: 0.7s;
}

.feature-item {
  animation: scaleIn 0.6s ease forwards;
  opacity: 0;
}

.feature-item:nth-child(1) {
  animation-delay: 0.2s;
}

.feature-item:nth-child(2) {
  animation-delay: 0.4s;
}

.feature-item:nth-child(3) {
  animation-delay: 0.6s;
}

.feature-item:nth-child(4) {
  animation-delay: 0.8s;
}

.benefits-list li {
  animation: slideInFromLeft 0.5s ease forwards;
  opacity: 0;
}

.benefits-list li:nth-child(1) {
  animation-delay: 0.1s;
}
.benefits-list li:nth-child(2) {
  animation-delay: 0.2s;
}
.benefits-list li:nth-child(3) {
  animation-delay: 0.3s;
}
.benefits-list li:nth-child(4) {
  animation-delay: 0.4s;
}
.benefits-list li:nth-child(5) {
  animation-delay: 0.5s;
}
.benefits-list li:nth-child(6) {
  animation-delay: 0.6s;
}

.tech-requirements li {
  animation: slideInFromRight 0.5s ease forwards;
  opacity: 0;
}

.tech-requirements li:nth-child(1) {
  animation-delay: 0.1s;
}
.tech-requirements li:nth-child(2) {
  animation-delay: 0.2s;
}
.tech-requirements li:nth-child(3) {
  animation-delay: 0.3s;
}

/* Responsive Design */
@media screen and (max-width: 1200px) {
  .features-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 768px) {
  .powerpoint-details-page {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .powerpoint-details-content {
    padding: 2rem 1.5rem;
    border-radius: 15px;
  }

  .features-grid {
    grid-template-columns: 1fr;
  }

  .feature-item {
    flex-direction: column;
    text-align: center;
    gap: 1rem;
    padding: 1.5rem;
  }

  .feature-item:hover {
    transform: translateY(-5px) scale(1.01);
  }

  .details-section h3 {
    font-size: 1.5rem;
    /* Fallback for browsers that don't support background-clip */
    color: #2c3e50;
  }

  .benefits-list,
  .tech-requirements {
    padding: 1.5rem;
  }
}

@media screen and (max-width: 576px) {
  .powerpoint-details-content {
    padding: 1.5rem 1rem;
    margin-bottom: 2rem;
  }

  .details-section h3 {
    font-size: 1.35rem;
  }

  .feature-icon {
    width: 50px;
    height: 50px;
    font-size: 1.25rem;
  }

  .feature-item {
    padding: 1.25rem;
  }

  .benefits-list li,
  .tech-requirements li {
    padding: 1rem;
    flex-direction: column;
    text-align: center;
    gap: 0.75rem;
  }

  .benefits-list li i,
  .tech-requirements li i {
    margin: 0 auto 0.5rem auto;
  }
}

/* Accessibility improvements */
@media (prefers-reduced-motion: reduce) {
  .powerpoint-details-content,
  .feature-item,
  .benefits-list li,
  .tech-requirements li,
  .feature-icon {
    animation: none !important;
    transition: none !important;
  }

  .powerpoint-details-content::before {
    animation: none !important;
  }

  .feature-icon {
    animation: none !important;
  }
}

/* Focus states for accessibility */
.feature-item:focus-within {
  outline: 2px solid #f79433;
  outline-offset: 2px;
}

.benefits-list li:focus-within,
.tech-requirements li:focus-within {
  outline: 2px solid #f79433;
  outline-offset: 2px;
}

/* Print styles */
@media print {
  .powerpoint-details-page {
    background: none !important;
    padding: 1rem;
  }

  .powerpoint-details-content {
    box-shadow: none !important;
    border: 1px solid #ddd !important;
  }

  .feature-item {
    break-inside: avoid;
    box-shadow: none !important;
    border: 1px solid #ddd !important;
  }
}

/* ========================================
   Contact Page Styles
   ======================================== */

/* Page Header */
.contact-page-header {
  padding-top: 80px;
  padding-bottom: 60px;
}

.contact-title {
  font-size: 2.5rem;
  color: #000000;
  margin-bottom: 1rem;
}

.contact-subtitle {
  color: #6c757d;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  .contact-page-header {
    padding-top: 50px;
    padding-bottom: 40px;
  }

  .contact-title {
    font-size: 1.75rem;
  }

  .contact-subtitle {
    font-size: 1rem !important;
  }
}

/* Contact Form Card */
.contact-form-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 3rem;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(247, 148, 51, 0.1);
}

@media screen and (max-width: 768px) {
  .contact-form-card {
    padding: 1.5rem;
    border-radius: 15px;
  }
}

/* Form Controls */
.contact-form .form-label {
  margin-bottom: 0.75rem;
  color: #333333;
  font-size: 0.95rem;
}

.contact-form .form-control,
.contact-form .form-select {
  border: 2px solid #e9ecef;
  border-radius: 12px;
  padding: 0.875rem 1rem;
  font-size: 1rem;
  transition: all 0.3s ease;
  background-color: #fafafa;
}

.contact-form .form-control:hover,
.contact-form .form-select:hover {
  border-color: #dee2e6;
  background-color: #ffffff;
}

.contact-form .form-control:focus,
.contact-form .form-select:focus {
  border-color: #f79433 !important;
  background-color: #ffffff;
  box-shadow: 0 0 0 0.2rem rgba(247, 148, 51, 0.15);
}

.contact-form .form-control::placeholder {
  color: #adb5bd;
}

.contact-form textarea.form-control {
  resize: vertical;
  min-height: 140px;
}

/* Phone Input Group */
.phone-input-group .input-group-text {
  border: 2px solid #e9ecef;
  border-radius: 12px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  background-color: #f8f9fa;
  font-weight: 600;
  color: #495057;
  padding: 0.875rem 1rem;
}

.phone-input-group .form-control {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-right: 0;
}

.phone-input-group .form-control:focus {
  border-right: 0 !important;
}

html[dir="rtl"] .phone-input-group .input-group-text {
  border-radius: 12px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-left: 2px solid #e9ecef;
  border-right: 0;
}

html[dir="rtl"] .phone-input-group .form-control {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-top-right-radius: 12px !important;
  border-bottom-right-radius: 12px !important;
  border-left: 0;
  border-right: 2px solid #e9ecef;
}

html[dir="rtl"] .phone-input-group .form-control:focus {
  border-left: 0 !important;
  border-right: 2px solid #f79433 !important;
}

/* Form Select Arrow Fix */
.contact-form .form-select {
  background-position: left 1rem center;
}

/* Submit Button */
.contact-form .btn-roya {
  padding: 1rem 2rem;
  font-size: 1.1rem;
  border-radius: 12px;
  font-weight: 600;
}

.contact-form .btn-roya:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(247, 148, 51, 0.35);
}

/* Contact Info Section */
.contact-info-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 2rem 1.5rem;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  height: 100%;
}

.contact-info-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.contact-info-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: linear-gradient(135deg, #f79433 0%, #faaf40 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.25rem;
  font-size: 1.75rem;
  color: #ffffff;
}

.contact-info-icon.whatsapp {
  background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
}

.contact-info-icon.email {
  background: linear-gradient(135deg, #2096b7 0%, #217abe 100%);
}

.contact-info-icon.location {
  background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
}

.contact-info-text {
  color: #6c757d;
  font-size: 0.95rem;
  transition: color 0.3s ease;
}

.contact-info-card:hover .contact-info-text {
  color: #f79433;
}

/* Map Section */
.contact-map-section .map-container {
  position: relative;
  overflow: hidden;
}

.contact-map-section iframe {
  display: block;
  filter: grayscale(20%);
  transition: filter 0.3s ease;
}

.contact-map-section iframe:hover {
  filter: grayscale(0%);
}

/* Form Validation States */
.contact-form .form-control.is-invalid,
.contact-form .form-select.is-invalid {
  border-color: #dc3545;
}

.contact-form .form-control.is-valid,
.contact-form .form-select.is-valid {
  border-color: #28a745;
}

/* Animation for form card */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.contact-form-card {
  animation: fadeInUp 0.6s ease-out;
}

/* Responsive Adjustments */
@media screen and (max-width: 576px) {
  .contact-info-card {
    padding: 1.5rem 1rem;
  }

  .contact-info-icon {
    width: 60px;
    height: 60px;
    font-size: 1.5rem;
  }

  .contact-form .btn-roya {
    padding: 0.875rem 1.5rem;
    font-size: 1rem;
  }
}

/* Active nav link style */
.nav_link.active::before {
  width: 100%;
}

/* ============================================
   TOAST NOTIFICATIONS (GLOBAL)
   ============================================ */
.toast-container {
  position: fixed;
  bottom: 30px;
  left: 30px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.custom-toast {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  padding: 15px 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 280px;
  animation: slideIn 0.3s ease;
  border-right: 4px solid #f79433;
}

@keyframes slideIn {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

.toast-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, #f79433 0%, #e8852d 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  flex-shrink: 0;
}

.toast-content {
  flex: 1;
}

.toast-title {
  font-weight: 700;
  color: #333;
  font-size: 0.95rem;
  margin-bottom: 2px;
}

.toast-message {
  font-size: 0.85rem;
  color: #777;
}

/* Toast variants */
.custom-toast.success {
  border-right-color: #28a745;
}

.custom-toast.success .toast-icon {
  background: linear-gradient(135deg, #28a745 0%, #218838 100%);
}

.custom-toast.error {
  border-right-color: #dc3545;
}

.custom-toast.error .toast-icon {
  background: linear-gradient(135deg, #dc3545 0%, #c82333 100%);
}

.custom-toast.warning {
  border-right-color: #ffc107;
}

.custom-toast.warning .toast-icon {
  background: linear-gradient(135deg, #ffc107 0%, #e0a800 100%);
}

.custom-toast.info {
  border-right-color: #17a2b8;
}

.custom-toast.info .toast-icon {
  background: linear-gradient(135deg, #17a2b8 0%, #138496 100%);
}

/* Responsive */
@media (max-width: 576px) {
  .toast-container {
    left: 15px;
    right: 15px;
    bottom: 15px;
  }

  .custom-toast {
    min-width: auto;
    width: 100%;
  }
}

/*# sourceMappingURL=app.css.map */
