@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
}

body {
  font-family: ERPx;
  font-size: 16px !important;
  direction: rtl;
  overflow-x: hidden;
  max-width: 100vw;
  background: #e9f0ff;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
button,
input,
div {
  margin: 0;
  padding: 0;
  font-size: inherit;
  color: inherit;
  border: none;
  box-shadow: none;
  text-decoration: none;
}

input {
  outline: none;
}

li {
  list-style: none;
}

a {
  text-decoration: none !important;
  cursor: pointer !important;
}
a:focus {
  color: unset;
}
a:hover {
  color: unset;
}

img {
  object-fit: cover;
}

.main-container {
  margin: 0 auto;
  width: 92%;
}
@media (min-width: 767.5px) {
  .main-container {
    width: 90%;
  }
}
@media (min-width: 1599.5px) {
  .main-container {
    max-width: 1450px;
  }
}
@media (min-width: 1699.5px) {
  .main-container {
    max-width: 1550px;
  }
}

.title-group {
  margin-bottom: 1.5em;
}
.title-group .section-title {
  font-family: "PFDinTextArabic" !important;
  font-size: 1.7em;
  line-height: 1.8;
}
@media (min-width: 575.5px) {
  .title-group .section-title {
    font-size: 2em;
  }
}
@media (min-width: 1499.5px) {
  .title-group .section-title {
    font-size: 2.8em;
  }
}
.title-group .section-title .bold-title {
  font-weight: 800;
}
.title-group .section-title .light-title {
  font-weight: 300;
}
.title-group .section-subtitle {
  font-size: 0.8em;
  color: #2e3d4d;
  line-height: 1.5;
  text-align: justify;
  font-family: ERpxFaNum !important;
}
@media (min-width: 575.5px) {
  .title-group .section-subtitle {
    margin-right: 5em;
  }
}
.title-group .underline {
  height: 2px;
  width: 15vmin;
  background: #2e3d4d;
}
@media (min-width: 767.5px) {
  .title-group .underline {
    width: 11vmin;
    margin-right: 1.5em;
  }
}
.title-group .underline-img {
  width: 65%;
  margin-right: 2em;
}

.plyr__volume input,
.plyr__time {
  display: none !important;
  direction: ltr;
}
@media (min-width: 991.5px) {
  .plyr__volume input,
  .plyr__time {
    display: flex !important;
  }
}

.plyr__progress input {
  direction: ltr;
}

.light-blue {
  color: #6798fd;
}

.white-color {
  color: #fff !important;
}

.orange-color {
  color: #faa33a;
}

.button-style-1 {
  height: 3.5em;
}
.button-style-1:hover {
  color: #fff;
  background: linear-gradient(112.09deg, #d1380e -9.94%, #d46114 18.64%, #eba902 101.29%);
}
.button-style-1 .icon-phone-2:before {
  color: #fff;
}

.banner-link-start {
  width: 100%;
  height: 3.5em;
  border-radius: 14px !important;
  -webkit-border-radius: 14px !important;
  -moz-border-radius: 14px !important;
  -ms-border-radius: 14px !important;
  -o-border-radius: 14px !important;
  border: 1px solid;
  border-image: linear-gradient(94.29deg, rgba(103, 152, 253, 0.45) 5.57%, rgba(103, 153, 255, 0.45) 100.77%);
  padding: 1px;
  background-color: #fff;
}
.banner-link-start:hover {
  background: #416cc4;
}
@media (min-width: 991.5px) {
  .banner-link-start {
    width: fit-content;
  }
}
.banner-link-start .banner-link-start-inner {
  padding: 1em;
  width: 100%;
  border-radius: 14px !important;
  -webkit-border-radius: 14px !important;
  -moz-border-radius: 14px !important;
  -ms-border-radius: 14px !important;
  -o-border-radius: 14px !important;
  background: linear-gradient(100.51deg, #6798fd 24.26%, #4a83f9 154.95%);
}
.banner-link-start .banner-link-start-inner .banner-link-text {
  font-weight: 700;
  font-size: 1.1em;
  color: #fff;
}

.telegram-group-btn {
  background: #6798fd;
  color: #fff;
  border-radius: 14px !important;
  -webkit-border-radius: 14px !important;
  -moz-border-radius: 14px !important;
  -ms-border-radius: 14px !important;
  -o-border-radius: 14px !important;
  height: 6vh;
}
.telegram-group-btn:hover {
  color: #fff;
  background: #416cc4;
}

.plyr:before {
  border-radius: 25px !important;
  -webkit-border-radius: 25px !important;
  -moz-border-radius: 25px !important;
  -ms-border-radius: 25px !important;
  -o-border-radius: 25px !important;
  background: rgba(0, 0, 0, 0.5607843137);
  z-index: 10;
}
.plyr.plyr--playing::before {
  opacity: 0;
}

.plyr--video.plyr--hide-controls .plyr__controls {
  transform: translateY(0) !important;
  -webkit-transform: translateY(0) !important;
  -moz-transform: translateY(0) !important;
  -ms-transform: translateY(0) !important;
  -o-transform: translateY(0) !important;
}

.plyr__control:hover {
  background: #faa33a !important;
}
.plyr__control:hover:before {
  color: #fff !important;
}

.plyr--paused .plyr__controls {
  opacity: 0 !important;
  pointer-events: none !important;
}

.plyr__controls {
  opacity: 1 !important;
  pointer-events: auto !important;
  visibility: visible !important;
  padding-inline: 1.5em;
  z-index: 20;
}

.plyr__control--overlaid {
  border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -ms-border-radius: 50% !important;
  -o-border-radius: 50% !important;
  width: 3em !important;
  height: 3em !important;
  aspect-ratio: 1;
  display: flex !important;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  z-index: 100;
}
.plyr__control--overlaid::before {
  content: "\e979";
  font-family: "icomoon";
  font-weight: 900;
  font-size: 1em;
  color: #faa33a;
}
.plyr__control--overlaid::after {
  content: "";
  width: 132%;
  height: 132%;
  border: 1px solid #faa33a;
  background: rgba(255, 255, 255, 0.31);
  z-index: -1;
  border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -ms-border-radius: 50% !important;
  -o-border-radius: 50% !important;
}

.plyr__control--overlaid svg {
  display: none;
}

.top-section .radio-group label, .table .packages-table .thead-desc .package-item-btn .btn-part-1, .table .packages-table .thead-desc .package-item-btn .btn-part-2, .faq .faq-accordion .faq-accordion-item, .header-page .header-content .header-middle .header-middle-ul .header-middle-li:before, .header-page .header-content .header-middle .header-middle-ul .header-middle-li .header-middle-submenu .header-middle-submenu-li, .header-page .header-content .header-middle .header-middle-ul .header-middle-li .header-middle-submenu .header-middle-submenu-li .header-middle-sub-submenu .header-middle-submenu-li, .header-page .header-content .header-middle .header-middle-ul .header-middle-li .header-middle-submenu .header-middle-submenu-li .header-middle-sub-submenu .nav-sub-submenu-li, .header-page .mobile-menu, .header-page .mobile-menu .mobile-menu-ul .mobile-menu-li .mobile-menu-link, .header-page .mobile-menu .mobile-menu-ul .mobile-menu-li .mobile-menu-submenu, .header-page .mobile-menu .mobile-menu-ul .mobile-menu-li .mobile-menu-submenu .sub-submenu, .button-style-1, .banner-link-start, .telegram-group-btn {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.top-section .section-title .title-part-two, .faq .section-title {
  background: #ff5b2f;
  background: linear-gradient(to right, #ff5b2f 0%, #ffb700 50%, #ff7a1f 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.button-style-1 {
  background: linear-gradient(112.09deg, #ff5b2f -9.94%, #ff7a1f 18.64%, #ffb700 101.29%);
  border-radius: 14px !important;
  -webkit-border-radius: 14px !important;
  -moz-border-radius: 14px !important;
  -ms-border-radius: 14px !important;
  -o-border-radius: 14px !important;
  color: #fff;
  padding: 0.7em 1em;
  box-shadow: 0px 96px 27px 0px rgba(0, 0, 0, 0), 0px 22px 25px 0px rgba(0, 0, 0, 0.03), 0px 35px 21px 0px rgba(0, 0, 0, 0.1), 0px 15px 15px 0px rgba(0, 0, 0, 0.17), 0px 4px 8px 0px rgba(0, 0, 0, 0.2);
}

.table .packages-table .thead-desc .package-item-btn .btn-part-2, .header-page .header-content .header-middle .header-middle-ul .header-middle-li .header-middle-submenu .header-middle-submenu-li:not(:last-child)::after, .header-page .header-content .header-middle .header-middle-ul .header-middle-li .header-middle-submenu .header-middle-submenu-li .header-middle-sub-submenu .nav-sub-submenu-li:not(:last-child)::after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.page-footer .footer-middle-section .abrisham-message, .page-footer .footer-column-item, .page-footer .legal-message,
.page-footer .copyRight,
.page-footer .Newsletter-form-label, .faq .faq-accordion .faq-accordion-item .faq-accordion-title .faq-accordion-h4-title, .faq .faq-accordion .faq-accordion-item .faq-accordion-content, .header-page .header-content .header-middle .header-middle-ul .header-middle-li .header-middle-link {
  font-size: 0.8em;
  font-weight: 400;
  line-height: 1.8;
  text-align: justify;
}
@media (min-width: 1499.5px) {
  .page-footer .footer-middle-section .abrisham-message, .page-footer .footer-column-item, .page-footer .legal-message,
  .page-footer .copyRight,
  .page-footer .Newsletter-form-label, .faq .faq-accordion .faq-accordion-item .faq-accordion-title .faq-accordion-h4-title, .faq .faq-accordion .faq-accordion-item .faq-accordion-content, .header-page .header-content .header-middle .header-middle-ul .header-middle-li .header-middle-link {
    font-size: 0.9em;
  }
}

.page-footer .footer-column-title {
  font-size: 1em;
  font-weight: 500;
  line-height: 1.8;
}
@media (min-width: 1399.5px) {
  .page-footer .footer-column-title {
    font-size: 1.2em;
  }
}

.table .packages-table .thead-desc .package-item-btn .btn-part-1, .table .hover-column .thead-desc .package-item-btn .btn-part-2, .plyr__control--overlaid::after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.top-section::before, .advantage .advantage-background::before, .advantage .advantage-video-container .plyr:before, .header-page .header-content:before, .plyr:before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
}

.table .packages-table .thead-desc .pack-text, .faq .faq-accordion .faq-accordion-item .faq-accordion-title .faq-accordion-h4-title, .advantage .title-group .section-subtitle {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.swiper-button-disabled {
  opacity: 0.5 !important; /* Lower opacity to indicate they’re disabled */
  pointer-events: none; /* Prevent clicks */
  display: flex !important; /* Ensure they remain visible */
}

.slider-pagination {
  direction: ltr;
  left: unset;
  top: unset;
  bottom: unset;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transform: translateX(0) !important;
  -webkit-transform: translateX(0) !important;
  -moz-transform: translateX(0) !important;
  -ms-transform: translateX(0) !important;
  -o-transform: translateX(0) !important;
}

.slider-prev-btn {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.FaNum {
  font-family: ERPxFaNum !important;
}

.button-1 {
  background: linear-gradient(112.09deg, #ff5b2f -9.94%, #ff7a1f 18.64%, #ffb700 101.29%);
  border-radius: 14px !important;
  -webkit-border-radius: 14px !important;
  -moz-border-radius: 14px !important;
  -ms-border-radius: 14px !important;
  -o-border-radius: 14px !important;
  color: #fff;
}

.gap-03 {
  gap: 0.3em;
}

.gap-05 {
  gap: 0.5em;
}

.gap-1 {
  gap: 1em;
}

.gap-2 {
  gap: 2em;
}

.opacity05 {
  opacity: 0.5;
}

textarea {
  outline: none;
  resize: none;
  border: none;
}

.nav-tabs > li > a:hover {
  border-color: transparent !important;
  background-color: transparent;
}

.nav::before,
.nav::after {
  content: none;
}

/* Remove all nav-tabs styles */
.nav-tabs {
  border-bottom: none;
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}

/* Reset tab links */
.nav-tabs > li {
  float: none;
  margin-bottom: 0;
}

.nav-tabs > li > a {
  border: none;
  background: none;
  color: inherit;
  padding: 0;
  margin: 0;
  text-decoration: none;
  border-radius: 0;
}

/* Remove active tab styles */
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  background-color: transparent;
  border: none;
  color: inherit;
}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: transparent;
}

.tab-content {
  position: relative;
  overflow: hidden;
}

.tab-pane {
  transition: all 0.4s ease;
  transform: translateX(100%);
  opacity: 0;
  display: none;
}

/* Only active tab is visible */
.tab-pane.active {
  transform: translateX(0);
  opacity: 1;
  display: block;
}

.tab-pane.slide-left {
  transform: translateX(-100%);
  opacity: 0;
}

.tab-pane.slide-right {
  transform: translateX(100%);
  opacity: 0;
}

.tab-pane.active {
  opacity: 1;
  transform: translateX(0);
  z-index: 2;
}

.header-page {
  z-index: 10000;
  position: relative;
}
.header-page .header-content {
  position: fixed;
  width: 95%;
  height: 5em;
  margin-inline: auto;
  margin-block: 1.3em;
  padding-inline: 1.2em;
  border-radius: 10px !important;
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  -ms-border-radius: 10px !important;
  -o-border-radius: 10px !important;
  background: rgba(255, 255, 255, 0.368627451);
  backdrop-filter: blur(8.7px);
  border: 2px solid rgba(255, 206, 148, 0.2);
}
@media (min-width: 991.5px) {
  .header-page .header-content {
    background: none;
  }
}
.header-page .header-content:before {
  border-radius: 10px !important;
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  -ms-border-radius: 10px !important;
  -o-border-radius: 10px !important;
  z-index: 1;
  background: url(../images/home-page/abriSham-logo.webp) no-repeat center;
  background-size: 5em;
}
@media (min-width: 575.5px) {
  .header-page .header-content:before {
    background-size: 7em;
  }
}
@media (min-width: 991.5px) {
  .header-page .header-content:before {
    background: rgba(255, 255, 255, 0.368627451);
    backdrop-filter: blur(8.7px);
  }
}
.header-page .header-content .header-right {
  z-index: 10;
}
.header-page .header-content .header-right .icon-menu-bar {
  font-size: 2em;
}
.header-page .header-content .header-right .icon-menu-bar:before {
  color: #365dad;
}
.header-page .header-content .header-right .school-logo {
  width: 6em;
}
@media (min-width: 1299.5px) {
  .header-page .header-content .header-right .school-logo {
    width: 7em;
  }
}
.header-page .header-content .header-middle {
  margin-right: 1.5em;
  height: 100%;
}
.header-page .header-content .header-middle .header-middle-ul {
  margin-bottom: 0;
  height: 100%;
}
.header-page .header-content .header-middle .header-middle-ul .header-middle-li {
  height: 100%;
  margin-left: 1em;
  position: relative;
}
@media (min-width: 1199.5px) {
  .header-page .header-content .header-middle .header-middle-ul .header-middle-li {
    margin-inline: 1.2em;
  }
}
.header-page .header-content .header-middle .header-middle-ul .header-middle-li:hover:before, .header-page .header-content .header-middle .header-middle-ul .header-middle-li.active:before {
  opacity: 1;
  width: 100%;
}
.header-page .header-content .header-middle .header-middle-ul .header-middle-li:hover .header-middle-link, .header-page .header-content .header-middle .header-middle-ul .header-middle-li.active .header-middle-link {
  color: #ff8e14;
  width: 100%;
}
.header-page .header-content .header-middle .header-middle-ul .header-middle-li:hover > .header-middle-submenu, .header-page .header-content .header-middle .header-middle-ul .header-middle-li .header-middle-submenu .header-middle-submenu-li .header-middle-li:hover > .header-middle-sub-submenu, .header-page .header-content .header-middle .header-middle-ul .header-middle-li.active > .header-middle-submenu, .header-page .header-content .header-middle .header-middle-ul .header-middle-li .header-middle-submenu .header-middle-submenu-li .header-middle-li.active > .header-middle-sub-submenu {
  display: flex !important;
  position: absolute;
  top: 3.5em;
  right: -3em;
  z-index: 1000;
}
.header-page .header-content .header-middle .header-middle-ul .header-middle-li:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -0.5em;
  width: 0;
  height: 1.2em;
  background-color: #ff8e14;
  opacity: 0;
  border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  -ms-border-radius: 5px !important;
  -o-border-radius: 5px !important;
  transform-origin: center;
  z-index: -1;
}
.header-page .header-content .header-middle .header-middle-ul .header-middle-li .icon-chevron-down {
  z-index: 100;
  font-size: 0.8em;
}
.header-page .header-content .header-middle .header-middle-ul .header-middle-li .icon-chevron-down:before {
  color: #2959b1;
}
.header-page .header-content .header-middle .header-middle-ul .header-middle-li .header-middle-link {
  color: #365dad;
  z-index: 10;
}
@media (min-width: 1499.5px) {
  .header-page .header-content .header-middle .header-middle-ul .header-middle-li .header-middle-link {
    font-size: 1em;
  }
}
.header-page .header-content .header-middle .header-middle-ul .header-middle-li .header-middle-submenu, .header-page .header-content .header-middle .header-middle-ul .header-middle-li .header-middle-submenu .header-middle-submenu-li .header-middle-sub-submenu, .header-page .header-content .header-middle .header-middle-ul .header-middle-li .header-middle-submenu .header-middle-submenu-li .header-middle-sub-submenu .nav-sub-submenu-li .header-middle-sub-submenu {
  display: none !important;
  width: 14em;
  padding: 0.3em 0.8em;
  border-radius: 22px !important;
  -webkit-border-radius: 22px !important;
  -moz-border-radius: 22px !important;
  -ms-border-radius: 22px !important;
  -o-border-radius: 22px !important;
  color: #000;
  border: 2px solid #f0ab38;
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(16px);
}
.header-page .header-content .header-middle .header-middle-ul .header-middle-li .header-middle-submenu .header-middle-submenu-li, .header-page .header-content .header-middle .header-middle-ul .header-middle-li .header-middle-submenu .header-middle-submenu-li .header-middle-sub-submenu .nav-sub-submenu-li, .header-page .header-content .header-middle .header-middle-ul .header-middle-li .header-middle-submenu .header-middle-submenu-li .header-middle-sub-submenu .header-middle-submenu-li {
  position: relative;
  margin-block: 0.3em !important;
  padding: 0.8em;
  border-radius: 10px !important;
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  -ms-border-radius: 10px !important;
  -o-border-radius: 10px !important;
  color: #2959b1;
  font-size: 0.8em;
}
.header-page .header-content .header-middle .header-middle-ul .header-middle-li .header-middle-submenu .header-middle-submenu-li:not(:last-child)::after, .header-page .header-content .header-middle .header-middle-ul .header-middle-li .header-middle-submenu .header-middle-submenu-li .header-middle-sub-submenu .nav-sub-submenu-li:not(:last-child)::after {
  content: "";
  bottom: -0.3em;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, rgba(51, 107, 209, 0) 0%, #336bd1 50.5%, rgba(51, 107, 209, 0) 100%);
}
.header-page .header-content .header-middle .header-middle-ul .header-middle-li .header-middle-submenu .header-middle-submenu-li .fa-chevron-left, .header-page .header-content .header-middle .header-middle-ul .header-middle-li .header-middle-submenu .header-middle-submenu-li .header-middle-sub-submenu .nav-sub-submenu-li .fa-chevron-left {
  color: #2959b1;
}
.header-page .header-content .header-middle .header-middle-ul .header-middle-li .header-middle-submenu .header-middle-submenu-li:hover, .header-page .header-content .header-middle .header-middle-ul .header-middle-li .header-middle-submenu .header-middle-submenu-li .header-middle-sub-submenu .nav-sub-submenu-li:hover {
  color: #fff;
  background-color: #508bf8;
}
.header-page .header-content .header-middle .header-middle-ul .header-middle-li .header-middle-submenu .header-middle-submenu-li:hover .fa-chevron-left, .header-page .header-content .header-middle .header-middle-ul .header-middle-li .header-middle-submenu .header-middle-submenu-li .header-middle-sub-submenu .nav-sub-submenu-li:hover .fa-chevron-left {
  color: #fff;
}
.header-page .header-content .header-middle .header-middle-ul .header-middle-li .header-middle-submenu .header-middle-submenu-li:hover .header-middle-sub-submenu, .header-page .header-content .header-middle .header-middle-ul .header-middle-li .header-middle-submenu .header-middle-submenu-li .header-middle-sub-submenu .nav-sub-submenu-li:hover .header-middle-sub-submenu {
  display: flex !important;
  position: absolute;
  right: 90%;
  top: 20%;
}
.header-page .header-content .header-middle .header-middle-ul .header-middle-li .header-middle-submenu .header-middle-submenu-li .header-middle-sub-submenu, .header-page .header-content .header-middle .header-middle-ul .header-middle-li .header-middle-submenu .header-middle-submenu-li .header-middle-sub-submenu .nav-sub-submenu-li .header-middle-sub-submenu {
  width: 13em;
  padding: 0.8em;
}
.header-page .header-content .header-left {
  z-index: 10;
  gap: 0.8em;
}
.header-page .header-content .header-left .header-left-appointment-btn {
  gap: 0.5em;
  font-size: 0.8em;
  height: 3em;
}
@media (min-width: 1499.5px) {
  .header-page .header-content .header-left .header-left-appointment-btn {
    font-size: 1em;
  }
}
.header-page .header-content .header-left .header-left-appointment-btn .icon-clipboard {
  font-size: 1.3em;
}
.header-page .mobile-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 65%;
  border-radius: 33px 0px 0px 85px;
  border: 1px solid #ff8e14;
  background: rgba(255, 255, 255, 0.62);
  backdrop-filter: blur(15px);
  visibility: hidden;
  overflow: hidden;
  z-index: 1000;
}
.header-page .mobile-menu.open {
  right: 0;
  visibility: visible;
}
.header-page .mobile-menu .fa-times {
  padding: 1.3em;
  font-size: 1.3em;
  color: #283676;
  cursor: pointer;
}
.header-page .mobile-menu .mobile-menu-ul {
  padding: 0em 1em 0.7em;
  max-height: 40em;
  overflow-y: scroll;
}
.header-page .mobile-menu .mobile-menu-ul .mobile-menu-li {
  position: relative;
  width: 100%;
  font-size: 1em;
  cursor: pointer;
}
.header-page .mobile-menu .mobile-menu-ul .mobile-menu-li:hover .mobile-menu-link {
  background-color: #fff;
  color: #ff8e14;
}
.header-page .mobile-menu .mobile-menu-ul .mobile-menu-li:hover .icon-chevron-down {
  color: #ff8e14;
}
.header-page .mobile-menu .mobile-menu-ul .mobile-menu-li .mobile-menu-link {
  border-radius: 10px !important;
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  -ms-border-radius: 10px !important;
  -o-border-radius: 10px !important;
  display: inline-block;
  font-weight: 400;
  padding: 0.9em 0.5em;
  width: 100%;
  color: #365dad;
}
.header-page .mobile-menu .mobile-menu-ul .mobile-menu-li.open .mobile-menu-submenu {
  max-height: 15em;
  visibility: visible;
  margin-top: 0.8em;
}
.header-page .mobile-menu .mobile-menu-ul .mobile-menu-li .mobile-menu-submenu {
  max-height: 0;
  margin-right: 0.8em;
  padding-right: 0.6em;
  visibility: hidden;
  overflow: hidden;
}
.header-page .mobile-menu .mobile-menu-ul .mobile-menu-li .mobile-menu-submenu .submenu-item:hover .submenu-item-link {
  background-color: #fff;
  color: #ff8e14;
}
.header-page .mobile-menu .mobile-menu-ul .mobile-menu-li .mobile-menu-submenu .submenu-item .submenu-item-link {
  color: #365dad;
  font-family: ERPxFaNum !important;
  width: 100%;
  display: inline-block;
  padding: 0.5em;
  border-radius: 10px !important;
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  -ms-border-radius: 10px !important;
  -o-border-radius: 10px !important;
}
.header-page .mobile-menu .mobile-menu-ul .mobile-menu-li .mobile-menu-submenu .sub-submenu {
  max-height: 0;
  margin-right: 0.8em;
  padding-right: 0.6em;
  visibility: hidden;
  padding: 0 2em;
}
.header-page .mobile-menu .mobile-menu-ul .mobile-menu-li .mobile-menu-submenu .sub-submenu .sub-submenu-item-link {
  width: 100%;
  display: inline-block;
  padding: 0.5em;
  border-radius: 10px !important;
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  -ms-border-radius: 10px !important;
  -o-border-radius: 10px !important;
}
.header-page .mobile-menu .mobile-menu-ul .mobile-menu-li .mobile-menu-submenu .sub-submenu.open {
  margin-top: 1em;
  max-height: 16em;
  visibility: visible;
}

.consultation-register {
  position: relative;
  background: radial-gradient(66.29% 70.23% at 41.17% 22.31%, #a4c0ff 0%, #6798fd 100%);
  box-shadow: 0px -3px 9.9px 0px rgba(0, 0, 0, 0.2) inset;
}
.consultation-register .headphone-img {
  position: absolute;
  top: -4.5%;
  left: 35%;
  width: 46%;
  z-index: 100;
}
@media (min-width: 449.5px) {
  .consultation-register .headphone-img {
    top: -5.5%;
  }
}
@media (min-width: 575.5px) {
  .consultation-register .headphone-img {
    width: 17em;
    top: -11%;
    left: 4.5em;
  }
}
@media (min-width: 991.5px) {
  .consultation-register .headphone-img {
    left: 17.5em;
  }
}
.consultation-register .wave-img {
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
}
@media (min-width: 575.5px) {
  .consultation-register .wave-img {
    left: -13em;
    width: unset;
  }
}
@media (min-width: 991.5px) {
  .consultation-register .wave-img {
    left: 0;
  }
}
.consultation-register .consultation-register-form {
  width: 100%;
  position: relative;
}
@media (min-width: 575.5px) {
  .consultation-register .consultation-register-form {
    width: 50%;
  }
}
@media (min-width: 767.5px) {
  .consultation-register .consultation-register-form {
    width: 40%;
  }
}
@media (min-width: 1199.5px) {
  .consultation-register .consultation-register-form {
    width: 30%;
  }
}
@media (min-width: 1499.5px) {
  .consultation-register .consultation-register-form {
    width: 26%;
  }
}
.consultation-register .consultation-register-form form {
  padding-top: 57%;
}
@media (min-width: 575.5px) {
  .consultation-register .consultation-register-form form {
    padding-top: 2.5em;
  }
}
.consultation-register .consultation-register-form .consultation-register-title {
  color: #fff;
  font-size: 1em;
  width: fit-content;
}
@media (min-width: 399.5px) {
  .consultation-register .consultation-register-form .consultation-register-title {
    font-size: 1.2em;
  }
}
@media (min-width: 767.5px) {
  .consultation-register .consultation-register-form .consultation-register-title {
    font-size: 1.4em;
  }
}
.consultation-register .consultation-register-form .consultation-register-title:after {
  content: "";
  position: absolute;
  bottom: -0.8em;
  left: -0.3em;
  width: 60%;
  height: 3px;
  border-radius: 40px !important;
  -webkit-border-radius: 40px !important;
  -moz-border-radius: 40px !important;
  -ms-border-radius: 40px !important;
  -o-border-radius: 40px !important;
  background: #faa33a;
}
.consultation-register .consultation-register-form .form-input-container {
  position: relative;
  font-size: 0.9em;
  padding: 0.7em;
  width: 100%;
  height: 4em;
  background-color: #fff;
  border-radius: 14px !important;
  -webkit-border-radius: 14px !important;
  -moz-border-radius: 14px !important;
  -ms-border-radius: 14px !important;
  -o-border-radius: 14px !important;
}
@media (min-width: 575.5px) {
  .consultation-register .consultation-register-form .form-input-container {
    margin-top: 1.5em;
  }
}
.consultation-register .consultation-register-form .form-input-container .insert-phone::placeholder {
  color: #a8a8a8;
}
.consultation-register .consultation-register-form .form-input-container .phone-icon {
  position: absolute;
  left: 4%;
  top: 31%;
  font-size: 1.3em;
}
.consultation-register .consultation-register-form .form-input-container .phone-icon::before {
  color: #ff5b2f;
}
.consultation-register .consultation-register-form .form-input-container .phone-icon:after {
  content: "";
  position: absolute;
  right: -0.7em;
  height: 1em;
  width: 1px;
  background: linear-gradient(112.09deg, #ff5b2f -9.94%, #ff7a1f 18.64%, #ffb700 101.29%);
}
.consultation-register .submit-btn {
  width: 100%;
}

.advantage {
  margin-top: 1em;
}
@media (min-width: 767.5px) {
  .advantage {
    margin-top: 5em;
  }
}
.advantage .advantage-background {
  background: url(../images/home-page/advantage-background-1.png) no-repeat center;
  background-size: cover;
  width: 100%;
  aspect-ratio: 1/3;
}
@media (min-width: 449.5px) {
  .advantage .advantage-background {
    aspect-ratio: 1/2.8;
  }
}
@media (min-width: 767.5px) {
  .advantage .advantage-background {
    aspect-ratio: 1/2.2;
    background-size: 100% 100%;
  }
}
@media (min-width: 991.5px) {
  .advantage .advantage-background {
    background: url(../images/home-page/advantage-background.png) no-repeat center;
    background-size: cover;
    aspect-ratio: 2/1;
  }
}
.advantage .title-group {
  margin-top: 7%;
}
@media (min-width: 767.5px) {
  .advantage .title-group {
    width: 45%;
  }
}
@media (min-width: 991.5px) {
  .advantage .title-group {
    margin-top: 1em;
    margin-bottom: 2em;
  }
}
@media (min-width: 1099.5px) {
  .advantage .title-group {
    margin-top: 2em;
  }
}
.advantage .title-group .underline-img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(96deg) brightness(101%) contrast(102%);
  margin-right: -15%;
}
.advantage .title-group .section-subtitle {
  color: #384756;
  width: 80%;
  margin-right: 0;
  -webkit-line-clamp: 4;
  line-clamp: 4;
}
@media (min-width: 991.5px) {
  .advantage .title-group .section-subtitle {
    width: 100%;
  }
}
.advantage .underline-img {
  width: 40%;
}
.advantage .advantage-video-contents {
  width: 89%;
}
@media (min-width: 767.5px) {
  .advantage .advantage-video-contents {
    width: 66%;
  }
}
@media (min-width: 991.5px) {
  .advantage .advantage-video-contents {
    width: 94%;
  }
}
.advantage .advantage-video-container {
  width: 100%;
  aspect-ratio: 4/3;
  border-radius: 25px !important;
  -webkit-border-radius: 25px !important;
  -moz-border-radius: 25px !important;
  -ms-border-radius: 25px !important;
  -o-border-radius: 25px !important;
  border: 2px solid #ffffff;
  background: rgba(255, 255, 255, 0.2588235294);
  backdrop-filter: blur(57.7999992371px);
  padding: 1em 1.2em 2em;
}
@media (min-width: 991.5px) {
  .advantage .advantage-video-container {
    width: 32%;
    aspect-ratio: 3/2;
    padding: 1em 1.2em 2em;
  }
}
.advantage .advantage-video-container .plyr--video {
  overflow: visible;
}
.advantage .advantage-video-container .plyr {
  height: 100%;
  border-radius: 25px !important;
  -webkit-border-radius: 25px !important;
  -moz-border-radius: 25px !important;
  -ms-border-radius: 25px !important;
  -o-border-radius: 25px !important;
  border: 2px solid #ffffff;
}
.advantage .advantage-video-container .plyr:before {
  border-radius: 25px !important;
  -webkit-border-radius: 25px !important;
  -moz-border-radius: 25px !important;
  -ms-border-radius: 25px !important;
  -o-border-radius: 25px !important;
  background: rgba(0, 0, 0, 0.5607843137);
  z-index: 10;
}
.advantage .advantage-video-container .plyr.plyr--playing::before {
  opacity: 0;
}
.advantage .advantage-video-container .plyr .plyr__control--overlaid {
  background: #6798fd;
  position: absolute;
  bottom: -2.8em;
  top: unset;
  opacity: 1;
}
.advantage .advantage-video-container .plyr .plyr__control--overlaid::before {
  color: #fff;
}
.advantage .advantage-video-container .plyr .plyr__control--overlaid::after {
  border: 1px solid #fff;
}
.advantage .advantage-video-container .plyr .plyr__control svg {
  fill: #fff;
}
.advantage .advantage-video-container .plyr input[type=range]::-moz-range-progress {
  background: #6798fd !important;
}
.advantage .advantage-video-container .plyr .plyr__control {
  z-index: 20;
}
.advantage .advantage-video-container .plyr .plyr__control:hover {
  background: #6798fd;
  color: #fff;
}
.advantage .advantage-video-container .plyr .plyr__control:hover svg {
  fill: #fff;
}
.advantage .advantage-video-container .plyr .plyr__controls {
  z-index: 20;
}
.advantage .advantage-video-container .plyr .plyr__controls {
  padding-inline: 1em;
}
@media (min-width: 991.5px) {
  .advantage .advantage-video-container .plyr .plyr__time,
  .advantage .advantage-video-container .plyr .plyr__volume input {
    display: none !important;
  }
}
@media (min-width: 1399.5px) {
  .advantage .advantage-video-container .plyr .plyr__time,
  .advantage .advantage-video-container .plyr .plyr__volume input {
    display: flex !important;
  }
}
.advantage .advantage-video-container .advantage-video {
  width: 100%;
  height: 100%;
}

.faq {
  margin-inline: auto;
  margin-block: 6em;
  position: relative;
}
@media (min-width: 767.5px) {
  .faq {
    padding-bottom: 0;
  }
}
@media (min-width: 767.5px) {
  .faq .main-container {
    position: relative;
  }
}
.faq .accordion-container {
  width: 100%;
}
@media (min-width: 767.5px) {
  .faq .accordion-container {
    width: 60%;
  }
}
.faq .underline {
  margin-right: -3em;
}
@media (min-width: 767.5px) {
  .faq .underline {
    margin-right: 0;
  }
}
.faq .faq-accordion {
  width: 100%;
  padding: 1em 0;
}
@media (min-width: 767.5px) {
  .faq .faq-accordion {
    padding-bottom: 0.6em;
  }
}
.faq .faq-accordion .faq-accordion-item {
  width: 97%;
  border-radius: 17px !important;
  -webkit-border-radius: 17px !important;
  -moz-border-radius: 17px !important;
  -ms-border-radius: 17px !important;
  -o-border-radius: 17px !important;
}
.faq .faq-accordion .faq-accordion-item.border-adding {
  background: #fff;
  padding: 0.8em;
  border: 1px solid #cc5803;
}
.faq .faq-accordion .faq-accordion-item .faq-accordion-title {
  height: 3.5em;
  padding-inline: 1em;
  gap: 1.5em;
  overflow: hidden;
  cursor: pointer;
}
.faq .faq-accordion .faq-accordion-item .faq-accordion-title .faq-accordion-h4-title {
  color: #021d0d;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
@media (min-width: 1399.5px) {
  .faq .faq-accordion .faq-accordion-item .faq-accordion-title .faq-accordion-h4-title {
    font-size: 1em;
  }
}
.faq .faq-accordion .faq-accordion-item .faq-accordion-title.active .icon-plus-square {
  display: none;
}
.faq .faq-accordion .faq-accordion-item .faq-accordion-title.active .icon-minus-square {
  display: flex;
}
.faq .faq-accordion .faq-accordion-item .faq-accordion-title.active .faq-accordion-dash-arrow {
  background-size: cover;
  background-image: linear-gradient(to right, rgb(0, 0, 0));
}
.faq .faq-accordion .faq-accordion-item .faq-accordion-title .faq-accordion-dash-arrow {
  height: 1px;
  flex-grow: 1;
  flex-basis: 25%;
  background-image: linear-gradient(to right, rgb(0, 0, 0) 50%, transparent 50%);
  background-position: center;
  background-size: 10px 2px;
  background-repeat: repeat-x;
}
.faq .faq-accordion .faq-accordion-item .faq-accordion-title .faq-accordion-dash-arrow .icon-fill-chevron {
  font-size: 5px;
}
.faq .faq-accordion .faq-accordion-item .faq-accordion-title .faq-accordion-dash-arrow .icon-fill-chevron:before {
  color: #1f1300;
}
.faq .faq-accordion .faq-accordion-item .faq-accordion-title .icon-minus-square {
  display: none;
  font-size: 1em;
}
.faq .faq-accordion .faq-accordion-item .faq-accordion-title .icon-plus-square {
  font-size: 1em;
}
.faq .faq-accordion .faq-accordion-item .faq-accordion-content {
  position: relative;
  display: none;
  text-align: justify;
  padding: 0 1.1em 2em;
}
.faq .faq-accordion .faq-accordion-item .faq-accordion-content:before {
  content: "";
  position: absolute;
  right: 0em;
  top: -0.2em;
  height: 83%;
  width: 2px;
  background-color: #000;
}
.faq .faq-image {
  width: 100%;
  position: relative;
}
@media (min-width: 767.5px) {
  .faq .faq-image {
    width: 35%;
  }
}
.faq .faq-image .faq-person-img {
  width: 100%;
  aspect-ratio: 1/1.2;
}
.faq .faq-image .phone-number {
  position: absolute;
  bottom: 0;
  right: 13%;
  padding-inline: 0.5em;
  height: 3.5em;
  width: 78%;
  color: #fff;
  border-radius: 14px !important;
  -webkit-border-radius: 14px !important;
  -moz-border-radius: 14px !important;
  -ms-border-radius: 14px !important;
  -o-border-radius: 14px !important;
  background: #6798fd;
  box-shadow: 0px 66px 18px 0px rgba(0, 0, 0, 0), 0px 42px 17px 0px rgba(0, 0, 0, 0.01), 0px 24px 14px 0px rgba(0, 0, 0, 0.05), 0px 11px 11px 0px rgba(0, 0, 0, 0.09), 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
}
@media (min-width: 575.5px) {
  .faq .faq-image .phone-number {
    right: 16%;
    width: 65%;
  }
}
@media (min-width: 767.5px) {
  .faq .faq-image .phone-number {
    right: 0.5em;
    width: 93%;
  }
}
@media (min-width: 992.5px) {
  .faq .faq-image .phone-number {
    right: 3em;
    width: 73%;
  }
}
@media (min-width: 1199.5px) {
  .faq .faq-image .phone-number {
    font-size: 1.2em;
  }
}

.page-footer {
  width: 100%;
  position: relative;
  background-color: #3f4d71;
  padding-top: 4em;
}
.page-footer .footer-top-section .footer-column {
  width: 46%;
}
@media (min-width: 399.5px) {
  .page-footer .footer-top-section .footer-column {
    align-items: flex-start !important;
  }
}
@media (min-width: 767.5px) {
  .page-footer .footer-top-section .footer-column {
    width: 22.5%;
  }
}
@media (min-width: 991.5px) {
  .page-footer .footer-top-section .footer-column {
    width: 12%;
  }
}
.page-footer .footer-top-section .footer-column .footer-column-items {
  gap: 0.8em;
  width: 100%;
}
.page-footer .footer-top-section .footer-column .footer-column-items .footer-column-item {
  width: 100%;
}
.page-footer .footer-top-section .footer-column .footer-column-items .footer-column-item .footer-item-link {
  width: 100%;
  font-size: 1em;
  display: inline-block;
}
.page-footer .footer-middle-section .abrisham-logo {
  margin-bottom: 1.4em;
}
.page-footer .footer-middle-section .abrisham-message {
  color: #fff;
}
@media (min-width: 575.5px) {
  .page-footer .footer-middle-section .footer-permissions {
    width: 100%;
    align-items: center !important;
  }
}
@media (min-width: 991.5px) {
  .page-footer .footer-middle-section .footer-permissions {
    width: 23%;
    align-items: flex-start !important;
  }
}
@media (min-width: 1199.5px) {
  .page-footer .footer-middle-section .footer-permissions {
    width: 18%;
  }
}
@media (min-width: 575.5px) {
  .page-footer .footer-middle-section .footer-permissions .permission-column {
    width: 100% !important;
    justify-content: center;
  }
}
@media (min-width: 991.5px) {
  .page-footer .footer-middle-section .footer-permissions .permission-column {
    width: 100% !important;
    align-items: flex-start !important;
    justify-content: flex-start;
  }
}
.page-footer .footer-middle-section .footer-permissions .permission-column .footer-column-item {
  width: 32%;
  background-color: #fff;
  border-radius: 15px !important;
  -webkit-border-radius: 15px !important;
  -moz-border-radius: 15px !important;
  -ms-border-radius: 15px !important;
  -o-border-radius: 15px !important;
}
.page-footer .footer-middle-section .footer-permissions .permission-column .footer-column-item .permission-mark {
  width: 100%;
}
@media (min-width: 991.5px) {
  .page-footer .footer-middle-section .footer-permissions .permission-column .footer-column-item {
    width: 37%;
  }
}
.page-footer .footer-middle-section .footer-column {
  width: 85%;
}
@media (min-width: 575.5px) {
  .page-footer .footer-middle-section .footer-column {
    width: 44%;
  }
}
@media (min-width: 991.5px) {
  .page-footer .footer-middle-section .footer-column {
    width: 24%;
  }
}
.page-footer .footer-middle-section .footer-column .footer-item-link {
  font-size: 1em;
}
.page-footer .footer-middle-section .footer-column-three {
  width: 100%;
}
@media (min-width: 991.5px) {
  .page-footer .footer-middle-section .footer-column-three {
    width: 30%;
  }
}
@media (min-width: 1199.5px) {
  .page-footer .footer-middle-section .footer-column-three {
    width: 24%;
  }
}
.page-footer .footer-middle-section .footer-column-three .social-media-logo {
  width: 2em;
}
.page-footer .footer-middle-section .Newsletter-form-input {
  background-color: #fff;
  border-radius: 14px !important;
  -webkit-border-radius: 14px !important;
  -moz-border-radius: 14px !important;
  -ms-border-radius: 14px !important;
  -o-border-radius: 14px !important;
}
.page-footer .footer-column-title {
  position: relative;
  color: #fff;
  margin-bottom: 1.7em;
}
.page-footer .footer-column-title:after {
  content: "";
  position: absolute;
  left: -1.3em;
  bottom: -0.4em;
  width: 3em;
  height: 3px;
  border-radius: 30px !important;
  -webkit-border-radius: 30px !important;
  -moz-border-radius: 30px !important;
  -ms-border-radius: 30px !important;
  -o-border-radius: 30px !important;
  background: linear-gradient(112.09deg, #ff5b2f -9.94%, #ff7a1f 18.64%, #ffb700 101.29%);
}
.page-footer .footer-column-item {
  color: #fff;
}
.page-footer .divider {
  width: 100%;
  height: 1px;
  background-color: #b9ccff;
}
.page-footer .social-media-links {
  width: 100%;
  padding-top: 1.3em;
}
.page-footer .social-media-links .media-link-box {
  border-radius: 10px !important;
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  -ms-border-radius: 10px !important;
  -o-border-radius: 10px !important;
}
.page-footer .social-media-links .media-link-box .footer-media-icon {
  font-size: 1.2em;
}
.page-footer .social-media-links .media-link-box .footer-media-icon:before {
  color: #ff971a;
}
.page-footer .footer-icon {
  font-size: 1.4em;
}
.page-footer .footer-icon:before {
  color: #ff971a;
}
.page-footer .legal-message,
.page-footer .copyRight,
.page-footer .Newsletter-form-label {
  color: #fff;
}
.page-footer .legal-message {
  text-align: center;
}
@media (min-width: 991.5px) {
  .page-footer .legal-message {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  }
}

.scroll-to-top {
  position: fixed;
  right: 2%;
  bottom: 1%;
  display: none;
  border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -ms-border-radius: 50% !important;
  -o-border-radius: 50% !important;
  width: 3em;
  aspect-ratio: 1;
  background: linear-gradient(150.42deg, #6798fd 7.83%, rgba(72, 132, 255, 0.84) 92.17%);
  z-index: 1000;
}
@media (min-width: 1399.5px) {
  .scroll-to-top {
    bottom: 7%;
    right: 1%;
    width: 4em;
  }
}
.scroll-to-top .icon-long-arrow {
  font-size: 0.4em;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
@media (min-width: 1399.5px) {
  .scroll-to-top .icon-long-arrow {
    font-size: 0.6em;
  }
}

.top-section {
  margin-bottom: -10em;
  position: relative;
}
.top-section::before {
  background: url(../images/packages-page/cloudy-background-1.svg) no-repeat center;
  background-size: cover;
  z-index: -1;
}
@media (min-width: 767.5px) {
  .top-section::before {
    background: url(../images/packages-page/cloudy-background-2.svg) no-repeat center;
    background-size: cover;
  }
}
.top-section .top-section-form-container {
  width: 95%;
  margin-inline: auto;
  border-radius: 14px !important;
  -webkit-border-radius: 14px !important;
  -moz-border-radius: 14px !important;
  -ms-border-radius: 14px !important;
  -o-border-radius: 14px !important;
  padding: 9.5em 0.5em 13em;
  background: linear-gradient(rgba(233, 239, 255, 0), rgba(102, 153, 255, 0.2784313725));
}
.top-section .section-title {
  text-align: center;
  line-height: 1.6;
  font-family: "PFDinTextArabic" !important;
  font-size: 1.5em;
  font-weight: 400;
  z-index: 1;
}
@media (min-width: 767.5px) {
  .top-section .section-title {
    font-size: 2.5em;
  }
}
.top-section .section-title .title-part-two {
  font-weight: 800;
}
.top-section .top-section-text {
  text-align: center;
  line-height: 1.8;
  font-size: 0.8em;
  color: rgba(31, 19, 0, 0.89);
}
@media (min-width: 767.5px) {
  .top-section .top-section-text {
    width: 47%;
  }
}
.top-section .radio-group {
  background-color: white;
  border: 2px solid #6798fd;
  border-radius: 45px !important;
  -webkit-border-radius: 45px !important;
  -moz-border-radius: 45px !important;
  -ms-border-radius: 45px !important;
  -o-border-radius: 45px !important;
  overflow: hidden;
  width: 17em;
  padding: 0.4em;
}
.top-section .radio-group input[type=radio] {
  display: none;
}
.top-section .radio-group input[type=radio]:first-of-type:checked + label::before {
  left: 0;
}
.top-section .radio-group input[type=radio]:checked + label {
  color: #fff;
}
.top-section .radio-group label {
  border-radius: 45px !important;
  -webkit-border-radius: 45px !important;
  -moz-border-radius: 45px !important;
  -ms-border-radius: 45px !important;
  -o-border-radius: 45px !important;
  padding: 1rem 2rem;
  cursor: pointer;
  position: relative;
  z-index: 1;
  font-weight: 400;
  font-size: 0.8em;
  color: #a1a1a1;
  flex: 1;
  text-align: center;
}
.top-section .radio-group label:first-of-type::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #3498db;
  border-radius: 45px !important;
  -webkit-border-radius: 45px !important;
  -moz-border-radius: 45px !important;
  -ms-border-radius: 45px !important;
  -o-border-radius: 45px !important;
  z-index: -1;
  transition: left 0.4s ease;
}
.top-section .input-container {
  border-radius: 14px !important;
  -webkit-border-radius: 14px !important;
  -moz-border-radius: 14px !important;
  -ms-border-radius: 14px !important;
  -o-border-radius: 14px !important;
  padding: 0.1em;
  height: 3em;
  border: 4px solid transparent;
  background-image: linear-gradient(#fff, #fff), linear-gradient(45deg, #ff5b2f, #ff7a1f, #ffb700);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  background: #fff;
  box-shadow: 0px 231px 65px 0px rgba(0, 0, 0, 0), 0px 148px 59px 0px rgba(0, 0, 0, 0.01), 0px 83px 50px 0px rgba(0, 0, 0, 0.04), 0px 37px 37px 0px rgba(0, 0, 0, 0.06), 0px 9px 20px 0px rgba(0, 0, 0, 0.07);
}
.top-section .input-container #discount {
  width: 44%;
  border-bottom: 1px solid rgba(103, 152, 253, 0.5607843137);
}
.top-section .input-container .discount-label {
  width: 23%;
  font-size: 0.7em;
  font-weight: 400;
  margin-bottom: 0;
}
.top-section .input-container .submit-btn {
  width: 30%;
  height: 100%;
  font-size: 0.9em;
  color: #fff;
  background: linear-gradient(112.09deg, #ff5b2f -9.94%, #ff7a1f 18.64%, #ffb700 101.29%);
  border-radius: 14px !important;
  -webkit-border-radius: 14px !important;
  -moz-border-radius: 14px !important;
  -ms-border-radius: 14px !important;
  -o-border-radius: 14px !important;
}

.table {
  margin-top: 0.2em;
  z-index: 1000;
  position: relative;
}
.table .table-content {
  position: relative;
  width: 95%;
  margin-inline: auto;
  padding-inline: 1em;
}
@media (min-width: 1199.5px) {
  .table .table-content {
    padding-left: 10em;
  }
}
.table .table-content::before {
  content: "";
  position: absolute;
  bottom: -2em;
  left: 0;
  width: 100%;
  height: calc(100% - 8em);
  border-radius: 14px !important;
  -webkit-border-radius: 14px !important;
  -moz-border-radius: 14px !important;
  -ms-border-radius: 14px !important;
  -o-border-radius: 14px !important;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.22) 0%, rgba(255, 255, 255, 0.52) 99.85%);
}
.table .table-container {
  width: 100%;
  position: relative;
  padding-bottom: 1em;
  padding-top: 1em;
}
@media (max-width: 991.5px) {
  .table .table-container {
    overflow-x: auto;
  }
}
.table .packages-table {
  position: relative;
  min-width: 800px;
}
@media (min-width: 1399.5px) {
  .table .packages-table {
    width: 90%;
  }
}
.table .packages-table::before {
  content: "";
  position: absolute;
  bottom: -0.8em;
  left: 0;
  height: 100%;
  width: 82%;
  border-radius: 14px !important;
  -webkit-border-radius: 14px !important;
  -moz-border-radius: 14px !important;
  -ms-border-radius: 14px !important;
  -o-border-radius: 14px !important;
  background: #fff;
  border: 1px solid rgba(99, 99, 99, 0.37);
  z-index: -1;
}
.table .packages-table .border-n {
  border: none !important;
}
.table .packages-table .tick-container {
  position: relative;
  z-index: 100;
  width: 20px;
  aspect-ratio: 1;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #868686;
  border: 1px solid transparent;
  border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -ms-border-radius: 50% !important;
  -o-border-radius: 50% !important;
}
.table .packages-table .tick-container .icon-tick {
  font-size: 0.5em;
}
.table .packages-table th {
  transition: background-color 0.3s ease, border 0.3s ease, box-shadow 0.3s ease;
  width: 10%;
  height: 6.5em;
  position: relative;
}
.table .packages-table th:first-child {
  width: 9%;
}
.table .packages-table th.with-butterfly::before {
  content: "";
  position: absolute;
  top: -6%;
  left: -2%;
  width: 3em;
  height: 2em;
  background: url(../images/home-page/butterfly.svg) no-repeat center;
  background-size: contain;
  opacity: 0;
  visibility: hidden;
}
.table .packages-table th.hover-column.with-butterfly::before {
  visibility: visible;
  opacity: 1;
}
.table .packages-table td {
  transition: background-color 0.3s ease, border 0.3s ease, box-shadow 0.3s ease;
  height: 3em;
  width: 10%;
}
.table .packages-table td:first-child {
  width: 9%;
}
.table .packages-table tr {
  border-bottom: 1px solid rgba(99, 99, 99, 0.0901960784);
}
.table .packages-table .thead-desc {
  padding-inline: 1em;
  z-index: 100 !important;
  position: relative;
}
.table .packages-table .thead-desc .pack-parice {
  font-weight: 900;
  font-size: 2em;
}
@media (min-width: 991.5px) {
  .table .packages-table .thead-desc .pack-parice {
    font-size: 3em;
  }
}
.table .packages-table .thead-desc .pack-text {
  width: 75%;
  color: #505050;
  font-size: 0.9em;
  font-weight: 300;
  -webkit-line-clamp: 3;
  line-clamp: 3;
}
.table .packages-table .thead-desc .package-item-btn {
  overflow: hidden;
  position: relative;
  border-radius: 15px !important;
  -webkit-border-radius: 15px !important;
  -moz-border-radius: 15px !important;
  -ms-border-radius: 15px !important;
  -o-border-radius: 15px !important;
  border: 1px solid #6798fd;
  padding: 0.3em;
  margin-bottom: 1em;
  background: #fff;
  color: #6798fd;
  width: 75%;
  height: 2.5em;
  text-align: center;
  font-size: 0.9em;
}
.table .packages-table .thead-desc .package-item-btn .btn-part-1 {
  width: 100%;
}
.table .packages-table .thead-desc .package-item-btn .btn-part-2 {
  top: 100%;
  width: 100%;
}
.table .hover-column {
  background-color: #52a1e6 !important;
}
.table .hover-column .thead-desc .pack-parice,
.table .hover-column .thead-desc .pack-title,
.table .hover-column .thead-desc .pack-text,
.table .hover-column .thead-desc .pack-parice-unit {
  color: #fff !important;
}
.table .hover-column .thead-desc .package-item-btn {
  color: #fff;
  background: linear-gradient(112.09deg, #ff5b2f -9.94%, #ff7a1f 18.64%, #ffb700 101.29%);
  border: 1px solid #fff;
}
.table .hover-column .thead-desc .package-item-btn .btn-part-2 {
  top: 52%;
}
.table .hover-column .thead-desc .package-item-btn .btn-part-1 {
  top: -100%;
}
.table .hover-column .tick-container {
  border: 1px solid #fff;
  background: transparent;
}
.table .hover-column-top {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-top: 2px solid #fff;
  box-shadow: 0px 0px 22.2px 0px rgba(0, 0, 0, 0.18);
  z-index: 2; /* stay on top */
}
.table .hover-column-bottom {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom: 2px solid #fff;
  box-shadow: 0px 0px 22.2px 0px rgba(0, 0, 0, 0.18);
  z-index: 2;
}
.table .top-rounded {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.table .bottom-rounded {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.advantage {
  padding-top: 4em;
}
.advantage .advantage-background {
  position: relative;
  background: radial-gradient(#a4c0ff 68%, #6798fd 100%);
  border: 1px solid #687b8e;
  width: 100%;
  aspect-ratio: unset;
  border-radius: 45px !important;
  -webkit-border-radius: 45px !important;
  -moz-border-radius: 45px !important;
  -ms-border-radius: 45px !important;
  -o-border-radius: 45px !important;
  overflow: hidden;
  padding-top: 1em;
  padding-bottom: 2em;
}
@media (min-width: 767.5px) {
  .advantage .advantage-background {
    border-radius: 85px !important;
    -webkit-border-radius: 85px !important;
    -moz-border-radius: 85px !important;
    -ms-border-radius: 85px !important;
    -o-border-radius: 85px !important;
  }
}
.advantage .advantage-background::before {
  background: url(../images/packages-page/cloudy-back-4.png);
  background-size: cover;
}
.advantage .advantage-background:after {
  content: "";
  position: absolute;
  left: 3%;
  top: 1%;
  width: 12%;
  height: 3em;
  background: url(../images/home-page/butterfly-2.svg) no-repeat center;
  background-size: contain;
}
@media (min-width: 767.5px) {
  .advantage .advantage-background:after {
    width: 4em;
    height: 4em;
    top: 3%;
  }
}
.advantage .title-group {
  z-index: 10;
}
.advantage .advantage-video-contents {
  width: 100%;
}
.advantage .advantage-video-container {
  width: 95%;
}
@media (min-width: 799.5px) {
  .advantage .advantage-video-container {
    width: 40%;
  }
}
@media (min-width: 991.5px) {
  .advantage .advantage-video-container {
    width: 30%;
  }
}
