/* Import Base styles */
@import url(global.css);

.text-777E90 {
  color: #777e90;
}

.text-CC1586 {
  color: #cc1586;
}

.text-ffa533 {
  color: #ffa533;
}

.text-7C255B {
  color: #7c255b;
}

.text-321D5D {
  color: #321d5d;
}

.text-2C344D {
  color: #2c344d;
}

.text-1E1E1E {
  color: #1e1e1e;
}

.text-727272 {
  color: #727272;
}

.text-492D7E {
  color: #480683;
}

.text-4F4F4F {
  color: #4f4f4f;
}

.text-97939F {
  color: #97939f;
}

.text-333537 {
  color: #333537;
}

.text-18181B {
  color: #18181b;
}

.text-24BFDD {
  color: #24bfdd;
}

.text-3F3079 {
  color: #3f3079;
}

.text-27262C {
  color: #27262c;
}

.text-2B3759 {
  color: #2b3759;
}

.text-8E97AD {
  color: #8e97ad;
}

.text-480689 {
  color: #480689;
}

.text-2B3348 {
  color: #2b3348;
}

.text-515151 {
  color: #515151;
}

.text-1D0F36 {
  color: #1d0f36;
}

.text-330C5A {
  color: #330c5a;
}

.text-341B61 {
  color: #341b61;
}

.text-76768A {
  color: #76768a;
}

.text-26C0DD {
  color: #26c0dd;
}

.text-3C3E43 {
  color: #3c3e43;
}

.text-28C1E1 {
  color: #28c1e1;
}

.text-0E0E0E {
  color: #0e0e0e;
}

.text-000000b3 {
  color: #000000b3;
}

.text-E1AD02 {
  color: #e1ad02;
}

.text-555B6B {
  color: #555b6b;
}

.text-19181B {
  color: #19181b;
}

.text-4B5462 {
  color: #4b5462;
}

.text-555A64 {
  color: #555a64;
}

.text-2F323A {
  color: #2f323a;
}

.text-480683 {
  color: #480683;
}

.text-CB1784 {
  color: #cb1784;
}


.navbar span,
.navbar a,
.navbar h6,
.navbar small {
    font-family: "Tajawal" !important;
}
/*------------------------------------ Start header --------------------------*/
.bg_head_hero {
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #fafafa;
}
.btn-bg-primary {
  background-color: #002850;
  border-color: #002850;
}
.btn-bg-secondary {
  background-color: #00c2a8;
  border-color: #00c2a8;
}
.btn:hover {
  color: #fff;
}

.hero-items-frame {
  margin-top: 90px;
}
.managment {
  padding-bottom: 120px;
}
.managment .row {
  align-items: center;
}
.managment_video {
  position: relative;
  padding: 0.7rem;
  border: 1px solid #333;
  border-radius: 1.5rem;
}
.managment_video::after {
  position: absolute;
  width: 70px;
  height: 8px;
  border-radius: 100px;
  background-color: #002850;
  content: "";
  left: 50%;
  bottom: -1rem;
  transform: translateX(-50%);
}
.managment_video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1.5rem;
}
.tab-pane ul {
  overflow-x: scroll;
}

/* Style the scrollbar width */
.tab-pane ul::-webkit-scrollbar {
  height: 6px; /* Consistent width across devices */
}

/* ------ */

/* لضمان أن الـ Modal يظهر فوق كل شيء */
.modal {
  z-index: 10001 !important; /* يجعل المودال فوق المحتوى الرئيسي */
}
.modal-content {
  /* background: rgba(0, 0, 0, 0) !important; */
}

.modal-backdrop {
  z-index: 10000; /* يجعل الباك دروب تحت المودال مباشرة */
}

/* مركز المودال مع حجمه */
#customModal .modal-dialog {
  max-width: 90%; /* العرض */
  width: 90%;
  height: 90vh; /* الارتفاع */
  margin: auto; /* توسيط المودال */
  margin-top: 2.5vh;
}

#customModal .modal-content {
  height: 100%; /* يجعل المحتوى يملأ كامل الحاوية */
  border-radius: 36px !important; /* زوايا مستديرة */
  color: #fff !important;
}
.single-project-item {
  z-index: 1000 !important;
}
.modal-body {
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  justify-content: center;
}

.modal-header .btn-close {
  margin: 0;
}
.modal-header,
.modal-body {
  border-bottom: none !important;
  z-index: 1000;
}
.modal-content.designs-box::after {
  background: none;
}
.modal-header .btn-close {
  background: transparent url("../images/close.svg") center/2em auto no-repeat;
}
.modal-footer {
  border: none !important;
}
.modal-content.designs-box {
  background-color: #002850;
  padding: 3rem !important;
  transform: translateY(0);
  position: relative;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

/* Style the scrollbar track */

.tab-pane ul::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 100px;
  box-shadow: inset 0 0 0px rgba(0, 0, 0, 0.5);
}

/* Style the scrollbar thumb */
.tab-pane ul::-webkit-scrollbar-thumb {
  background-color: var(--main-color);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.tab-pane ul li {
  min-width: max-content;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.tab-pane ul li .nav-link {
  border-radius: 1rem;
}
.tab-pane ul li .nav-link.active {
  border: none;
  color: white !important;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 1rem;
}
.designs-box .nav-pills {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.designs-box .nav-pills .nav-link {
  padding-bottom: 0.5rem !important;
}
.managment_right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-left: 2rem;
}
.managment_title {
  font-size: 44px;
  margin-bottom: 1.5rem;
  line-height: 1.1;
}
.managment_description {
  font-size: 16px;
  margin-bottom: 2rem;
  line-height: 1.9;
  color: rgba(51, 51, 51, 0.7);
}
/* ========= */
.pick {
  padding-top: 120px;
  padding-bottom: 60px;
}
.pick .row {
  align-items: center;
}

.pick_right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  text-align: right;
  padding-left: 2rem;
}
.pick_title {
  font-size: 44px;
  margin-bottom: 1.5rem;
  position: relative;
  line-height: 1.5;
}
.pick_title::after {
  position: absolute;
  content: "";
  bottom: 0;
  right: -0.8rem;
  width: 80px;
  height: 62px;
  background: url("../images/text-border.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.pick_description {
  font-size: 16px;
  margin-bottom: 2rem;
  line-height: 1.9;
  color: rgba(51, 51, 51, 0.7);
}

.hero_features {
  position: relative !important;
  z-index: 1000 !important;
  padding-top: 0;
  padding-bottom: 48px;
}
.hero_feature_box .box_title {
  font-family: 16px;
  color: #333;
}
.hero_feature_box .box_description {
  font-family: "HacenMaghreblt";
  font-size: 14px;
  color: rgba(51, 51, 51, 0.7);
}
.hero_feature_box {
  border: 1px solid #dadada;
  border-radius: 1rem;
  padding: 16px 24px;
}
.hero_feature_box.active {
  border: none;
  background-color: #00c2a8;
}
.hero_feature_box.active .box_title {
  color: #fff;
}
.hero_feature_box.active .box_description {
  color: rgba(255, 255, 255, 0.7);
}
.hero_feature_box img {
  width: 56px;
}
/* Start Sidebar */
.mobile-menu {
  position: fixed;
  right: -100%;
  top: 0;
  bottom: 0;
  width: 300px;
  height: 100vh;
  min-width: 33.3vw;
  padding: 0 30px;
  padding-top: 30.1px;
  padding-bottom: 53.1px;
  z-index: -1;
  opacity: 0;
  transition: all 0.3s;
  background: var(--bg-color);
}

.menu-backdrop {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: -10;
  opacity: 0;
  transition: all 0.3s;
}

.mobile-menu .menu-box {
  position: relative;
  z-index: 2;
  height: 100%;
  /* display: flex; */
  /* align-items: center; */
  /* -webkit-align-items: center; */
}

.mobile-menu .menu-box .navigation li {
  margin: 27px 0;
}

.mobile-menu .menu-box .navigation li a {
  font-size: 16px;
  /* color: #333; */
  line-height: 26px;
  display: block;
}

.sidebar-btns .btn span {
  padding-inline-end: 4px;
}
.sidebar-btns .btn:hover img {
  filter: brightness(0) saturate(100%) invert(5%) sepia(2%) saturate(4089%)
    hue-rotate(214deg) brightness(96%) contrast(90%);
}

.logo-sidebar img {
  min-width: 127.76px;
  display: block;
  width: 8.317708333333334vw;
}

/* End Sidebar */

/* Start Header */
header.sticky {
  margin-top: 85px
}
header .header-med {
  /* border-bottom: 1px solid #efeff1; */
  padding: 25px 0;
}

header .header-med .nav-menu ul {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}

header .header-med .nav-menu ul li {
  padding-inline-end: 31px;
}

header .header-med .nav-menu ul li a {
  font-size: 15px;
  /* color: #9d9aa2; */
  color: rgba(51, 51, 51, 0.9);
}

header .header-med .row {
  align-items: center;
}

header .btn span {
  padding-inline-end: 5px;
}

header .btn img {
  width: 16px;
  height: 16px;
}

.head-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
}

.head-inner .logo a img {
  min-width: 104.76px;
  display: block;
  width: 6.6vw;
}

.menu-right .mobile-nav-toggler {
  width: 40px;
  height: 40px;
  /* UI Properties */
  /* background: var(--main-color); */
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  color: #fff;
  border-radius: 8px;
  position: relative;
}
.menu-right .mobile-nav-toggler img {
  width: 32px;
  height: 32px;
}

.menu-right .mobile-nav-toggler .lines {
  display: block;
  width: 22px;
  overflow: hidden;
  top: 0;
  position: relative;
  margin: auto;
}

.menu-right .mobile-nav-toggler .lines i {
  display: block;
  width: 1.4rem;
  height: 2px;
  /* background: var(--main-color); */
  margin: 6px 0;
  transition: all 0.5s;
  position: relative;
}

.menu-right .btn {
  background-color: var(--sec-color);
  color: var(--dark-color);
}
.menu-right .btn img {
  filter: brightness(0) saturate(100%) invert(5%) sepia(2%) saturate(4089%)
    hue-rotate(214deg) brightness(96%) contrast(90%);
}
.hero_btns_wrap .btn_outline img {
  filter: brightness(0) saturate(100%) invert(5%) sepia(2%) saturate(4089%)
    hue-rotate(214deg) brightness(96%) contrast(90%);
}
/* .hero_btns_wrap .btn:hover img {
  filter: brightness(0) saturate(100%) invert(5%) sepia(2%) saturate(4089%)
    hue-rotate(214deg) brightness(96%) contrast(90%);
} */
.mobile-menu .close-btn {
  width: 50px;
  height: 50px;
  /* UI Properties */
  /* background: #FFFFFF 0% 0% no-repeat padding-box; */
  border: 1px solid var(--dark-color);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  position: relative;
  top: 0;
  margin: 0;
  bottom: 0;
  font-size: 22px;
  color: var(--dark-color);
  z-index: 9;
  margin-inline-start: auto;
  margin-bottom: 18px;
  cursor: pointer;
}

.ScrollSmoother-wrapper {
  transition: all 0.5s;
}

body.mobile-menu-visible .mobile-menu {
  z-index: 9999;
  opacity: 1;
  width: 100%;
  right: 0;
}

.menu-right .mobile-nav-toggler .lines ::after,
.menu-right .mobile-nav-toggler .lines ::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #fff;
  transition: all 0.5s;
  top: 0;
}

.menu-right .mobile-nav-toggler .lines ::after {
  transform: translateX(-50px);
  transition: all 0.3s;
}

.menu-right .mobile-nav-toggler:hover .lines ::after {
  transform: none;
}

.menu-right .mobile-nav-toggler:hover .lines ::before {
  transform: translateX(50px);
}

.menu-right .mobile-nav-toggler .lines .line2::after {
  transition: all 0.5s;
}

.menu-right .mobile-nav-toggler .lines .line3::after {
  transition: all 0.7s;
}

.item.res-menu {
  display: none;
}

.nav-menu ul li.current-menu-item a,
.nav-menu ul li a:hover {
  color: #00c5ab !important;
}

.menu-right {
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  /* margin: 57px 0 0; */
  gap: 3.125vw;
}
.menu-right {
  display: none;
}
.user-dropdown .small-avatar { width: 40px; height: 40px; object-fit: contain; }
/*----------------------------------- End header ----------------------------*/

/*---------- Start Hero --------------*/

.hero {
  position: relative;
  /* padding-bottom: 150px; */
  margin-top: 30px;
  border-bottom-left-radius: 100px;
  border-bottom-right-radius: 100px;
  background-color: #fafafa;
  z-index: 2;
}

.hero::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 70%;
  height: 100%;
  background-image: url(../images/hero_bg_circle.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: 0;
}
.hero::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: "";
  transform: translateX(-50%);
  width: 100%;
  height: 300px;
  background: linear-gradient(to top, #fafafa 80%, rgba(255, 255, 255, 0) 100%);
  z-index: 2;

  border-bottom-left-radius: 100px;
  border-bottom-right-radius: 100px;
}

.hero * {
  position: relative;
  z-index: 1;
}

.hero .container.main-container::before {
  position: absolute;
  content: "";
  top: 25%;
  right: 0;
  width: 64px;
  height: 24px;
  background: url(../images/hero-right-element.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.hero .container.main-container::after {
  position: absolute;
  content: "";
  top: 35%;
  left: 0;
  width: 230px;
  height: 96px;
  background: url(../images/hero-left-element.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.hero_wrap {
  text-align: center;
  padding-top: 80px;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  z-index: 500;
}

.hero h1 {
  color: #272727;
  font-size: 56px;
  margin-bottom: 16px;
}

p.bann_txt {
  max-width: 100%;
  margin: 0 auto 30px;
}
.hero .float_btn {
  right: -156px;
  padding: 9px 14px;
  background: rgba(160, 241, 254, 1);
  color: rgba(25, 24, 27, 1);
  top: 60%;
}

.hero .float_btn img {
  left: -10px;
  top: -9px;
}

span.live_link {
  font-family: "DM Sans", serif;
  font-size: 14px;
}
.item_num .card_heading_num h2 {
  font-family: "DM Sans", serif;
  font-size: 28px;
  display: block;
}
.hero_btns_wrap {
  display: flex;
  justify-content: center;
  gap: 19px;
  margin-bottom: 25px;
}
.hero_btns_wrap .btn.btn_outline {
  /* width: 190.5px; */
  border-color: #333;
  background: var(--sec-color);
  color: var(--dark-color);
}
.hero_btns_wrap .btn img {
  padding-inline-start: 5px;
}

p.btn_txt_under a {
  color: var(--main-color);
}

.hero_wrap .tag {
  margin-bottom: 32px;
}

.hero_wrap h1 {
  font-size: 40px;
  line-height: 1.6;
  margin: 0 0 16px 0;
  position: relative;
  background: url(../images/hero-text-element.svg) no-repeat center center;
  background-size: 100% 100%; /* اجعل الإطار يمتد لملء العنصر بشكل كامل */
  padding: 20px; /* إضافة مسافة داخلية لتجنب أن يلامس النص الحواف */
  box-sizing: border-box; /* لضمان أن الـ padding لا يزيد من حجم العنصر */
}
.hero_wrap h1::after {
  /* position: absolute;
  content: "";
  z-index: 999;
  width: 800px;
  height: 150%;
  top: -24px;
  left: 50%;
  transform: translateX(-50%);
  background: url(../images/hero-text-element.svg);
  background-repeat: no-repeat;
  background-size: contain; */
}

.hero_wrap h1 span {
  color: #00c5ab;
}

.hero_wrap > p {
  margin-bottom: 32px;
  color: rgba(51, 51, 51, 0.7);
  font-size: 15px;
  font-family: "HacenMaghreblt";
}

/* hero items */
.card_heading {
  margin-bottom: 28px;
}

.hero_items {
  display: grid;
  justify-content: space-between;
  grid-template-columns: repeat(4, minmax(249px, 1fr));
  grid-gap: 25px;
  padding: 23px 32px;
}
/* Login frame img */

.login-frame-image {
  position: relative;
}
.login-frame-image .right-notsh {
  position: absolute;
  bottom: -10%;
  right: -100px;
}
.login-frame-image .right-notsh img {
}
.login-frame-image .left-notsh {
  position: absolute;
  bottom: -10%;
  left: -100px;
}
.login-frame-image-box {
  position: relative;
}
.login-frame-image-box::before {
  /* position: absolute;
  bottom: 0;
  left: 50%;
  content: "";
  transform: translateX(-50%);
  width: 110%;
  height: 110%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 65%, #fafafa 90%);
  z-index: 2; */
}
.login-frame-image .login-frame-image-box img {
  border-radius: 20px;
}
.hero_items .item {
  margin-bottom: 50px;
  backdrop-filter: blur(20px);
  background: rgba(83, 7, 156, 0.7);
  text-align: center;
  padding: 30px 0;
  border-radius: 16px;
}

.hero_items_wrap {
  border-top: 2px solid rgba(85, 7, 161, 1);
  border-left: 2px solid rgba(85, 7, 161, 1);
  border-right: 2px solid rgba(85, 7, 161, 1);
  border-bottom: none;
  border-radius: 29px;
}

.hero_items_heading {
  border-bottom: 2px solid rgba(85, 7, 161, 1);
  padding: 10px 32px;
  display: flex;
  justify-content: space-between;
}

.hero_items_heading * {
  color: rgba(255, 255, 255, 0.4);
}

/* item progress */
.hero_items .item_progress .card_heading h2 {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
}

.hero_items .item_progress .card_heading span {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
}

.hero_items .item_progress .progress_circle {
  position: relative;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: conic-gradient(#00f3ff 0% 60%, rgba(0, 194, 204, 0.3) 60% 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  animation: fillCircle 3s linear forwards; /* 3s duration */
}

.hero_items .item_progress .progress_circle::before {
  content: "";
  width: 80px;
  height: 80px;
  background: #4b078e;
  border-radius: 50%;
  z-index: 1;
}
.hero_items .item_progress .progress_circle .icon {
  position: absolute;
  z-index: 2;
  font-size: 40px;
  color: rgba(255, 255, 255, 0.8);
}

.hero_items .item_progress .card_foot {
  display: flex;
  justify-content: space-around;
}

.hero_items .item_progress .card_foot h2 {
  font-size: 15px;
  color: rgba(255, 255, 255, 1);
  margin-bottom: 3px;
  font-family: "DM Sans", serif;
}

.hero_items .item_progress .card_foot span {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
}

/* item num */

.item_num .icon {
  position: absolute;
  right: 28px;
  top: 24px;
}

.item_num .card_heading_num {
  margin-top: -9px;
  color: rgba(255, 255, 255, 1);
  margin-bottom: 28px;
}

.item_num .bars img {
  margin-bottom: 26px;
}

.item_num .bars .bar_items {
  position: relative;
}

.hero_items .item:nth-child(2) .bars .bar_items::before {
  content: "";
  position: absolute;
  height: 25px;
  width: 4px;
  background: rgb(108 20 193 / 70%);
  left: 29px;
}
.item_num .bars .bar_items .bar_item {
  display: flex;
  justify-content: space-between;
  color: rgba(255, 255, 255, 1);
  max-width: 193px;
  margin: 0 auto 7px;
}

.item_num .bars .bar_items .bar_item span {
  font-size: 14px;
}

span.txt.colored {
  position: relative;
  padding-inline-start: 15px;
}

span.txt.colored::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  right: 0;
  top: 6px;
}

.hero_items .item:nth-child(2) span.txt.colored_1::before {
  background: rgba(245, 158, 11, 1);
}
.hero_items .item:nth-child(2) span.txt.colored_2::before {
  background: rgba(55, 235, 215, 1);
}
.hero_items .item:nth-child(2) span.txt.colored_3::before {
  background: rgba(250, 204, 21, 1);
}

.hero_items .item:nth-child(3) span.txt.colored_11::before {
  background: rgba(55, 235, 215, 1);
}
.hero_items .item:nth-child(3) span.txt.colored_12::before {
  background: rgba(255, 59, 59, 1);
}
.hero_items .item:nth-child(3) span.txt.colored_13::before {
  background: rgba(245, 158, 11, 1);
}

.hero_items .item:nth-child(4) span.txt.colored_11::before {
  background: rgba(55, 235, 215, 1);
}
.hero_items .item:nth-child(4) span.txt.colored_12::before {
  background: rgba(255, 59, 59, 1);
}
.hero_items .item:nth-child(4) span.txt.colored_13::before {
  background: rgba(245, 158, 11, 1);
}

/* Keyframe animation for color filling */
@keyframes fillCircle {
  0% {
    background: conic-gradient(#00f3ff 0% 0%, rgba(0, 194, 204, 0.3) 60% 100%);
  }
  60% {
    background: conic-gradient(#00f3ff 0% 30%, rgba(0, 194, 204, 0.3) 60% 100%);
  }
  100% {
    background: conic-gradient(#00f3ff 0% 60%, rgba(0, 194, 204, 0.3) 60% 100%);
  }
}

/*-------------------------- End Hero ----------------------------------*/

/*-------------------------Start platform for all experts--------------  */

.plat_experts {
  padding-top: 168px;
}

/* heading */
.plat_experts .section_heading {
  text-align: center;
  max-width: 603px;
  margin: 0 auto 60px;
}

.plat_experts .section_heading h2 {
  font-size: 56px;
  color: rgba(25, 24, 27, 1);
  margin-bottom: 10px;
}
.plat_experts .section_heading h2 span {
  color: #00c5ab;
}
.plat_experts .section_heading p {
  font-size: 16px;
  color: rgba(100, 96, 108, 1);
  font-family: "HacenMaghreblt";
  max-width: 420px;
  margin: auto;
}

/* items */

/* chose_consult_wrap */
.chose_consult_wrap .chose_consult_top {
  background: #f7f7f8;
  border-radius: 20px;
  text-align: center;
  position: relative;
  min-height: 345px;
  overflow: hidden;
}
.chose_consult_wrap .chose_consult_top .foot_txt {
  color: var(--dark-color);
}
.chose_consult_wrap.orange .chose_consult_top {
  background-color: #00c2a8;
}
.chose_consult_wrap.orange .foot_txt {
  color: #fff;
}

.chose_consult_wrap.move .chose_consult_top {
  background: linear-gradient(90deg, #002951 0%, #2b86e0 100%);
}
.chose_consult_wrap.move .foot_txt {
  color: #fff;
}

.pay_article_wrap.liner-2 .pay_article_bot {
  background: linear-gradient(90deg, #00c3aa 0%, #01af9e 100%);
}
.pay_article_wrap.liner-2 .foot_txt {
  color: #fff;
}
.chose_consult_top .heading_ex {
  padding-top: 40px;
  color: #fff;
  position: relative;
  margin-bottom: 33px;
}

.img-box-logo {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 50%;
  border: 5px solid #66dccc;
  position: relative;
}
/* .img-box-logo::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  margin: auto;
  background-image: url(../images/Ellipse1.svg);
  width: 130px;
  height: 130px;
  background-position: center;
  border: 1px dashed white;
  border-radius: 50%;
} */
.ellip-01 {
  position: absolute;
  top: -5px;
  left: 0;
  right: 0;
  margin: auto;
}
.ellip-02 {
  position: absolute;
  top: -5px;
  left: 0;
  right: 0;
  margin: auto;
}
.ellip-03 {
  position: absolute;
  top: 25px;
  left: 0;
  right: 0;
  margin: auto;
}
.chose_consult_top .heading_ex::before {
  content: "";
  position: absolute;
  left: 126px;
  top: 36px;
  width: 32px;
  height: 38px;
  background-image: url(../images/mask-group-1.svg);
  background-repeat: no-repeat;
}
.chose_consult_top .heading_ex::after {
  content: "";
  position: absolute;
  background-image: url(../images/mask-group-2.svg);
  background-repeat: no-repeat;
  right: 126px;
  top: 36px;
  width: 32px;
  height: 38px;
}

.chose_consult_top .heading_ex h4 {
  font-size: 14px;
  color: rgba(255, 158, 28, 1);
}

.chose_consult_top .heading_ex span {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.8);
}

.logos_ex_wrp {
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: relative;
}

.logos_ex_wrp .righ {
  display: grid;
}
.logos_ex_wrp .lft {
  display: grid;
}

.logos_ex_wrp .righ img {
  position: absolute;
  z-index: 9;
  width: 41px;
  height: 41px;
}
.logos_ex_wrp .righ img:nth-child(1) {
  right: 30px;
  top: 0px;
}
.logos_ex_wrp .righ img:nth-child(2) {
  right: 80px;
  top: 30px;
}
.logos_ex_wrp .righ img:nth-child(3) {
  right: 40px;
  top: 65px;
}

.logos_ex_wrp .lft img {
  position: absolute;
  z-index: 9;
  width: 41px;
  height: 41px;
}
.logos_ex_wrp .lft img:nth-child(1) {
  left: 30px;
  top: 0px;
}
.logos_ex_wrp .lft img:nth-child(2) {
  left: 80px;
  top: 30px;
}
.logos_ex_wrp .lft img:nth-child(3) {
  left: 40px;
  top: 65px;
}

.logos_ex_wrp .center img {
  margin-top: 12px;
}

.chose_consult_top .foot_txt {
  color: #fff;
  max-width: 285px;
  margin: 7px auto;
}

.chose_consult_top .foot_txt h2 {
  font-size: 24px;
}

.chose_consult_top .foot_txt p {
  font-size: 13px;
  font-family: "HacenMaghreblt";
}

.chose_consult_bot {
  background: rgba(247, 247, 248, 1);
  border-radius: 20px;
  padding: 7px 35px 40px;
  margin-top: 24px;
}

.chose_consult_bot .txt_top {
  display: flex;
}

.chose_consult_bot .txt_top h3 {
  font-size: 12px;
}

.chose_consult_bot .txt_top h2 {
  font-size: 12px;
}

.chose_consult_bot .txt_bottom {
  display: flex;
}

.chose_consult_bot .txt_bottom h3 {
  font-size: 12px;
  color: rgba(100, 96, 108, 1);
}

.chose_consult_bot .txt_bottom span {
  width: 3.5px;
  height: 3.5px;
  background: gray;
  border-radius: 50%;
  margin: 5px 7px;
}

.chose_consult_bot .txt_bottom h4 {
  font-size: 12px;
  color: rgba(100, 96, 108, 1);
}

.chose_consult_bot .icon-rh {
  width: 36px;
  height: 36px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #efeff1;
}

.chose_consult_bot .plat_experts_txt {
  text-align: center;
  max-width: 290px;
  margin: 0 auto;
}
.plat_experts_txt {
  position: relative;
  z-index: 999;
}
.plat_experts_txt h2 {
  font-size: 24px;
  color: var(--dark-color);
}

.plat_experts_txt p {
  font-size: 13px;
  color: #64606c;
  line-height: 1.6;
  font-family: "HacenMaghreblt";
  max-width: 285px;
}
.color-platte {
  display: flex;
  width: 42px;
  height: 42px;
  justify-content: center;
  align-items: center;
  border-radius: 1000px;
  border: 1px solid rgba(255, 164, 28, 0.2);
}
.color-platte.dashboard {
  border-color: #ce088633;
}
.chose_consult_bot .icon-lft {
  width: 36px;
  height: 36px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #efeff1;
}
/* plat provide */
.plat_provide_wrap .plat_provide_top {
  background-image: url(../images/Macbook_.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  min-height: 412px;
  width: 100%;
}

.plat_provide_wrap .bg_plat {
  display: grid;
  justify-content: center;
  width: 100%;
  padding-left: 118px;
  padding-top: 45px;
}

.plat_provide_wrap .bg_plat img {
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 100%;
}

.plat_provide_wrap {
  background-color: #f7f7f8;
  border-radius: 20px;

  text-align: center;
}

.plat_provide_bot {
  padding: 61px 37px 45px;
}
.pay_article_top .plat_provide_wrap h2 {
  font-size: 24px;
  color: var(--dark-color);
}

.pay_article_top .plat_provide_wrap p {
  font-size: 13px;
  color: #64606c;
  line-height: 1.6;
}
.plat_provide_wrap .g-1-3 {
  width: 40%;
}
.plat_provide_wrap .g-2-3 {
  width: 60%;
}

.plat_provide_wrap .g-1-4 {
  width: 30%;
}
.plat_provide_wrap .g-3-4 {
  width: 70%;
}
.grid-frame {
  gap: 40px;
}
.mx-80 {
  max-width: 80% !important;
}
/* pay_article_wrap */

.pay_article_wrap {
  position: relative;
}
.pay_article_wrap .notsh-04 {
  position: absolute;
  top: -5px;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  z-index: 0;
}

.pay_article_top {
  background: #f7f7f8;
  text-align: center;
  margin-bottom: 25px;
  border-radius: 20px;
}

.pay_article_bot .plat_experts_txt {
  padding: 0 36px 36px;
}
.pay_article_bot .plat_experts_txt h2 {
  font-size: 24px;
  color: #fff;
}

.pay_article_bot .plat_experts_txt p {
  font-size: 13px;
  color: #fff;
  line-height: 1.6;
  margin: 0 auto;
}

.pay_article_bot .plat_experts_txt {
  padding: 48px 20px 38px;
}

.pay_article_bot {
  background: #00c2e0;
  padding-top: 50px;
  text-align: center;
  position: relative;
  border-radius: 20px;
  /* margin: 0 auto; */
  min-height: 331px;
}
.pay_article_bot::before {
  content: "";
  position: absolute;
  right: 0;
  top: 4px;
  width: 100%;
  height: 198px;
  background-image: url(../images/pay_frame.svg);
  background-repeat: no-repeat;
  background-size: 76%;
  background-position: 50% 80%;
}
.pay_article_bot::after {
  content: "";
  position: absolute;
  right: 0;
  top: 4px;
  width: 100%;
  height: 188px;
  background-image: url(../images/pay_stars.svg);
  background-repeat: no-repeat;
  background-size: 99% 99%;
  background-position: 100% 101%;
}

.pay_article_bot img {
  width: 286px;
  margin-left: -35px;
  margin-top: 10px;
}

.pay_article_top .plat_experts_txt {
  padding-bottom: 40px;
}

.pay_article_top img {
  margin-bottom: -35px;
  width: 100%;
}

.pay_article_top .plat_experts_txt p {
  margin: 0 auto;
}
/*-------------------------End platform for all experts-----------------  */

/*----------------------Start Services-------------------*/
.services {
  padding: 60px 0;
}

.digital-services .heading_sect h2 {
  font-size: 56px;
  max-width: 60%;
  text-align: center;
  margin: auto;
}
.digital-services .heading_sect p {
  color: #64606c;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
}

.frame-services {
  border-radius: 20px;
  background: var(--Gray---gray-0, #f7f7f8);
}
/*-------------------------Start consulting ways--------------  */

.consulting_ways {
  padding-top: 160px;
  position: relative;
}
.consulting_ways::after {
  /* content: "";
    position: absolute;
    right: 25%;
    top: 4px;
    width: 100%;
    height: 600px;
    background-image: url(../images/animat_after.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: 100% 100%; */
}
.consulting_ways .heading {
  position: relative;
  max-width: 470px;
  margin: 0 auto 100px;
}
.consulting_ways .float_btn {
  right: 40px;
  top: -68px;
  padding: 10px 16px;
  border-radius: 10px;
  font-size: 13px;
  background: rgba(160, 241, 254, 1);
  color: rgba(25, 24, 27, 1);
  animation: float_down 3s ease-in-out infinite;
}
.consulting_ways .float_btn img {
  position: absolute;
  left: -10px !important;
  bottom: -7px !important;
  top: auto;
}

.consulting_ways .heading h2 {
  font-size: 56px;
  color: var(--dark-color);
}

.way_item .icon {
  width: 42px;
  height: 42px;
  margin: 0 auto 7px;
  border: 1px solid #ffffff00;
  border-radius: 11px;
}

.way_item .icon.colored_1 {
  background: linear-gradient(180deg, #ec7227 0%, #e16214 100%);
}
.way_item .icon.colored_2 {
  background: linear-gradient(180deg, #f731af 0%, #ce0886 100%);
}
.way_item .icon.colored_3 {
  background: linear-gradient(180deg, #5118b9 0%, #290c5e 100%);
}
.way_item .icon.colored_4 {
  background: linear-gradient(180deg, #ff9e1c 0%, #e08100 100%);
}

.way_item .icon img {
  margin: 9px;
}

.way_item h3 {
  font-family: "HacenMaghrebBdbold";
  font-size: 24px;
  margin-top: 18px;
  margin-bottom: 4px;
}
.way_item p {
  font-size: 14px;
  color: #64606c;
  font-family: "HacenMaghrebBdlt";
}
.centerd {
  position: relative;
}
.centerd::before {
  content: "";
  position: absolute;
  left: 0;
  top: -91px;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background-image: url(../images/consult_center.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: 100% 100%;
}
.centerd img {
  margin: 2px 2px 2px 9px;
}

.consulting_ways .row {
  position: relative;
  max-width: 804;
  margin: 0 auto 90px;
}

.consulting_ways .row::before {
  content: "";
  position: absolute;
  left: 90px;
  top: -91px;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background-image: url(../images/consult_bg.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: 100% 100%;
}
/*-------------------------End consulting ways--------------  */

/*------------------------- investment--------------  */
.invest {
  position: relative;
  width: 100%;
  min-height: 429px; /* Full screen height */
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.invest .video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  z-index: -1; /* Ensure the video is behind the content */
}

.invest .heading_sect {
  position: relative;
  z-index: 1;
  color: white;
  text-align: center;
  padding: 20px;
}

.invest .float_btn {
  left: -23px;
  top: -37px;
  padding: 12px 10px;
  background: #eecbf1;
  color: var(--dark-color);
  right: auto;
}
.invest .float_btn img {
  left: auto;
  top: auto;
  bottom: -8px;
  right: -12px;
}
.invest p {
  padding: 16px 0 32px;
  font-family: "HacenMaghrebBdlt";
  font-size: 16px;
}

.invest .btn {
  margin: 0 auto;
  background: #ffffff;
  color: #000;
  border: 0;
  display: inline-block;
  padding: 13px 20px;
  font-size: 15px;
}
.invest .btn:hover {
  background: #ffffff;
}
.invest .btn::before,
.invest .btn::after {
  content: none;
}
.invest .btn:hover span {
  color: #000;
}
.invest .btn span {
  padding-inline-start: 3px;
}

.invest h2 {
  font-size: 40px;
}
/*-------------------------End investment--------------  */

/*------------------------- Star Desighns ------------------*/
.designs-box {
  background-color: #002850;
  padding: 100px 0 132px;
  transform: translateY(-100px);
  position: relative;
  border-bottom-left-radius: 100px;
  border-bottom-right-radius: 100px;
}
.designs-items h1 {
  width: 50%;
  font-size: 52px;
  text-align: center;
  color: #fff;
  margin-right: auto;
  margin-left: auto;
  font-weight: 300;
  line-height: 1.5;
  margin-top: 56px;
  margin-bottom: 56px;
}
.designs-box::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/box_image.png);
  background-size: cover;
  top: 0;
  left: 0;
  border-bottom-left-radius: 100px;
  border-bottom-right-radius: 100px;
}
.designs-box .container {
  z-index: 2 !important;
  position: relative;
}
.designs-box .nav-tabs {
  background: rgba(255, 255, 255, 0.08);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  padding: 16px 30px;
  justify-content: space-between;
}
.designs-box .nav-tabs .nav-item {
  width: 32%;
}
.designs-box .nav-tabs .nav-item button {
  width: 100%;
  border-radius: 14px;
  color: #fff;
  background: unset;
  border: 0;
}
.designs-box .nav-tabs {
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.designs-box .nav-tabs .nav-item button.active {
  border: 1px solid rgba(255, 255, 255, 0.04);
  background: rgba(255, 255, 255, 0.05);
  border: 0;
}
.designs-box .nav-tabs .nav-item button:hover {
  background: rgba(255, 255, 255, 0.05);
  border: 0;
}
.designs-box .nav-pills {
  background: rgba(255, 255, 255, 0.08);
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 10px 10px 0;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.designs-box .nav-pills .nav-link {
  background-color: unset;
  color: #fff;
  padding-bottom: 16px;
  border-radius: 1rem;
  border-bottom: none;
}
.designs-box .nav-pills .nav-link.active {
}

.single-project-item {
  position: relative;
  overflow: hidden;
  /*  */
  border-radius: 15px;
}
.project-cover {
  width: auto;
  border: 6px solid #fff;
  overflow: hidden;
  height: 280px;
  border-radius: 1rem;
}
.pick-template-btn {
  position: relative;
  z-index: 1000 !important;
  display: block;
  margin-top: 0.5rem;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.75rem;
  padding-left: 1.75rem;
}
.project-cover img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  object-position: top;
}
.designs_1.owl-carousel .owl-item img,
.designs_2.owl-carousel .owl-item img {
  display: inline-block;
}
.designs_1.owl-carousel .owl-item .project-cover img,
.designs_2.owl-carousel .owl-item .project-cover img {
  width: 100% !important;
}
.designs_1.owl-carousel .owl-nav,
.designs_2.owl-carousel .owl-nav {
  display: flex;
  align-items: center;
  justify-content: end;
  margin-top: 40px;
}
.designs_1.owl-carousel .owl-nav button,
.designs_2.owl-carousel .owl-nav button {
  width: 40px;
  height: 40px;
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: #fff;
  display: grid;
  align-items: center;
  justify-content: center;
  font-size: 30px;
}
.designs_1.owl-carousel .owl-nav button span,
.designs_2.owl-carousel .owl-nav button span {
  height: 130%;
}
.project-link {
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.3) 0%,
    rgba(0, 0, 0, 0.3) 100%
  );
  z-index: 999;
  height: 280px;
  width: 100%;
  position: absolute;
  top: 0;
  opacity: 0;
  transition: ease-in-out 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.single-project-item:hover > .project-link {
  opacity: 1 !important;
}
.project-link a {
  padding: 12px 20px;
  border-radius: 10px;
  background: var(----white, #fff);
}
/*-------------------------- Partners  ---------------------------------*/

.partners_sect {
  text-align: center;
  padding-top: 70px;
  padding-bottom: 70px;
}

.partners_sect_title {
  font-size: 48px;
}
.partners_sect_title span {
  color: #00c2a8;
}

.partners_sect .partners {
  display: flex;
  justify-content: center;
  /* gap: 2px; */
}

.partners .part {
  padding: 37px 67px;
  border: 1px solid #efeff1;
  border-left: none;
}

.partners .part:last-child {
  border-left: 1px solid #efeff1;
}
.partners_sect p {
  color: rgba(51, 51, 51, 0.7);
  text-align: center;

  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px; /* 143.75% */
}
/*-------------------------- End Partners  ---------------------------------*/

/*------------------ Start Plans --------------------------*/

.palns {
  padding: 60px 0;
}
.plans_heading h2 {
  color: var(----dark, #19181b);
  text-align: center;
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.plans_heading h2 span {
  color: #00c2a8;
}
.plans_heading p {
  color: var(--Gray---gray-60, #64606c);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px; /* 164.286% */
}
.plan-title h3 {
  color: var(--dark-color);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px; /* 135% */
  position: relative;
  z-index: 9999;
}
.plan-img {
  position: relative;
  z-index: 9999;
}
.plan-subtitle p {
  color: #64606c;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px; /* 150% */
  position: relative;
  z-index: 45;
}
.plan-price h2 {
  color: var(----dark, #19181b);
  text-align: center;

  font-size: 38px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.plan-price h5 {
  color: var(----dark, #19181b);

  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.plan-price h5 {
  color: var(--Gray---gray-60, #64606c);
  text-align: center;

  /* medium-13 */
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 153.846% */
}
.paln-notsh {
  position: relative;
  width: 100%;
}
.paln-notsh::after {
  width: 100%;
  height: 1px;
  background-color: #efeff1;
  position: absolute;
  top: 3px;
  left: 0;
  content: "";
  z-index: -1;
}
.single-item-plan p {
  color: var(--Gray---gray-70, #4b4851);
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 153.846% */
  text-align: start;
}
.plan-btn {
  border-radius: 10px;
}
.single-plan {
  border-radius: 14px;
  transition: ease-in-out 0.3s;
}
.single-plan:hover {
  background-color: #48068908;
}
.single-plan ul {
  min-height: 540px;
}
.single-plan.active {
  background: var(--Raqmn---bg, #002850);
  position: relative;
  overflow: hidden;
  z-index: 9999;
}
.plan-notsh-01 {
  position: absolute;
  top: -15px;
  z-index: 0;
  left: 0;
  margin: auto;
}
.plan-notsh-02 {
  position: absolute;
  top: 0;
  z-index: 0;
  left: 15%;
}
.active .plan-price span {
  color: #fff;
}
.active .plan-price h2 {
  color: #fff;
}
.active .plan-price h5 {
  color: #fff;
}
.active .single-item-plan p {
  color: #fff;
}
.active .plan-price h6 {
  color: #fff;
}

.active .plan-title h3 {
  color: #fff;
}
.active .plan-subtitle p {
  color: #fff;
}
.active .paln-notsh::after {
  background: rgba(255, 255, 255, 0.1);
}

/*------------------Start Services---------------------*/
.service-box {
  border-radius: 20px;
  background: var(--Raqmn---bg, #480689);
  padding: 70px 90px 110px;
  position: relative;
  overflow: hidden;
  z-index: 9999;
}
.service-box .plans_heading h2 {
  color: #fff;
}
.service-box .plans_heading p {
  color: #fff;
  opacity: 0.7;
}
.service-container {
  padding: 50px 80px;
  background-color: #fff;
  border-radius: 20px;
}
.single-serv {
  padding: 16px 20px;
  border-radius: 10px;
  border: 1px solid var(----border, #efeff1);
  transition: ease-in-out 0.3s;
}

.single-serv h4 {
  color: var(----dark, #19181b);
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  transition: ease-in-out 0.3s;
}
.single-serv img {
  transition: ease-in-out 0.3s;
}
.serv-notsh1 {
  position: absolute;
  right: 10%;
  top: 0;
  z-index: -1;
}
.serv-notsh2 {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
}
.serv-notsh3 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.single-serv:hover {
  transform: translateY(-3px);
}
.single-serv:hover h4 {
  color: var(--main-color);
}
.single-serv:hover img {
  filter: brightness(0) saturate(100%) invert(13%) sepia(91%) saturate(5975%)
    hue-rotate(313deg) brightness(88%) contrast(96%);
}
/*-------------Support---------------*/
.support-section {
  padding: 60px 0;
}
.support-box {
  padding: 60px;
  border-radius: 20px;
  background: var(--Gray---gray-0, #f7f7f8);
}

.support-box .section_heading h2 {
  font-size: 56px;
  color: rgba(25, 24, 27, 1);
  margin-bottom: 10px;
}

.support-box .section_heading p {
  font-size: 16px;
  color: rgba(100, 96, 108, 1);
}
.support-mail {
  border-radius: 14px;
  background: var(--Raqmn---pink, #00c2a8);
  padding: 16px 20px;
  max-width: 260px;
}
.mail-info p {
  color: #fff;

  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 153.846% */
}
.mail-info h5 {
  color: #fff;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
/*--------------------------  Testmonials  ---------------------------------*/
.testmonials {
  padding-top: 140px;
  padding-bottom: 80px;
}
.testmonials .heading_sect {
  text-align: center;
  position: relative;
  max-width: 432px;
  margin: 0 auto;
}

.testmonials .heading_sect h2 {
  font-size: 56px;
}

.testmonials .float_btn {
  right: -32px;
  top: 90px;
  padding: 12px 10px;
  border-radius: 10px;
  font-size: 13px;
  background: #f9d1b9;
  color: rgba(25, 24, 27, 1);
}
.testmonials .float_btn img {
}
.testmonials .items {
  /* display: grid;
    grid-template-columns: repeat(3, 318px);
    grid-gap: 22px;
    justify-content: center; */
  margin-top: 50px;
}

.owl-carousel .owl-item img {
  width: auto;
}

.owl-carousel .owl-item {
  opacity: 0;
  transition: opacity 1s ease-in-out; /* Smooth fading effect */
}

.owl-carousel .owl-item.active {
  opacity: 1; /* Only active items are visible */
}

.testmonials .item-top {
  display: flex;
  align-items: center;
}

.testmonials .item-top .txt {
  padding-inline-start: 10px;
}

.testmonials .item-top h4 {
  font-size: 13px;
  color: var(--dark-color);
  margin-bottom: 2px;
}

.testmonials .item-top span {
  font-size: 12px;
  color: #7d7887;
}

.testmonials .items p {
  font-size: 14px;
  color: #4b4851;
  padding-top: 14px;
}

.testmonials .item {
  border: 1px solid #efeff1;
  padding: 14px;
  border-radius: 10px;
  height: fit-content;
}
/*-------------------------- End Testmonials  ---------------------------------*/

/* twitter */

.twitt {
  text-align: center;
  display: flex;
  justify-content: center;
  padding: 30px 0;
  font-size: 15px;
}

.twitt img {
  padding-inline-end: 4px;
}

.twitt p {
  color: #7d7887;
}

.twitt span {
  padding-inline-start: 7px;
}

/*--------------------------  Newsletter  ---------------------------------*/

.newsletter {
  background: #f7f7f8;
  padding: 60px 0;
}

.newsletter h2 {
  font-size: 24px;
  color: var(--dark-color);
}

.newsletter p {
  font-size: 13px;
  color: #7d7887;
}

.newsletter form .form-wrap {
  display: flex;
  gap: 14px;
  align-items: baseline;
}

.input-wrapper {
  position: relative;
  display: inline-block;
  /* Adjust width as needed */
}

.input-wrapper input {
  width: 100%;
  padding-right: 40px; /* Add padding to prevent overlap with the icon */
  height: 40px;
  border: 1px solid #ddd;
  border-radius: 10px;
  outline: none;
  box-sizing: border-box;
  font-size: 16px;
  text-align: right; /* For RTL languages */
  font-family: "HacenMaghrebBdlt";
  font-size: 13px;
}

.input-wrapper .icon {
  position: absolute;
  right: 10px; /* Adjust to control icon position */
  top: 12px;
  pointer-events: none; /* Prevent the icon from blocking clicks on the input */
  color: #aaa; /* Icon color */
  font-size: 18px;
}

.newsletter form input {
  box-shadow: 0px 1px 2px 0px var(--dark-color) 08;
  border: 1px solid #eae9ec;
  width: 239px;
  padding: 7px 34px 7px 7px;
  margin-bottom: 10px;
  border-radius: 8px;
  position: relative;
}

.newsletter form input::placeholder {
  font-size: 12px;
  color: #64606c;
}

.newsletter form .form-wrap .btn_submit {
  width: 115px;
  padding: 6px;
  font-size: 11px;
  height: 41px;
  background: var(--sec-color);
  border: 2px solid var(--sec-color);
  border-radius: 10px;
}

/*-------------------------- End Newsletter  ---------------------------------*/

/*----------------------- Start footer--------------------------------- */
footer {
  padding: 70px 0 50px;
}

footer ul.social_links {
  display: flex;
  gap: 22px;
  margin-bottom: 20px;
}

footer p.address {
  font-size: 13px;
  color: #323036;
  margin-bottom: 13px;
}

footer a.mail {
  color: var(--main-color);
  font-size: 14px;
}

footer .links {
  display: flex;
  gap: 26px;
  padding-top: 14px;
}

footer .links a {
  font-size: 13px;
  color: #4b4851;
}

footer .links .menu-item {
  position: relative;
}

footer .links .menu-item:not(:last-child)::after {
  content: "."; /* Add a bullet point */
  position: absolute;
  left: -16px; /* Adjust spacing for the dot */
  color: #cbc9cf; /* Dot color matching the text */
  font-size: 25px; /* Adjust size for the dot */
  top: -11px;
}

footer p.copyrights {
  font-size: 13px;
  color: #7d7887;
  padding-top: 8px;
}
.logo-footer {
  max-width: 120px;
}
/*----------------------- End footer--------------------------------- */
