/*------------------------------------------------------------------
[Table of contents]
@File: Jexi Template Style
[ Default Index Number ]
- Defult css with Helper css
    -- Before this comment ( Start Main CSS Style ) defult css continue .
- helper css
- navbar
- header
- course-section
- summery-Box
- footer
- contact-information-section
- product-section
- product-details-section
- error-section
- scroll-top
................
-------------------------------------------------------------------*/
@font-face {
  font-family: "MadaniArabic";
  src: url("../fonts/MadaniArabic-ExtraLight.woff2") format("woff2"), url("../fonts/MadaniArabic-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MadaniArabic";
  src: url("../fonts/MadaniArabic-Light.woff2") format("woff2"), url("../fonts/MadaniArabic-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MadaniArabic";
  src: url("../fonts/MadaniArabic-Regular.woff2") format("woff2"), url("../fonts/MadaniArabic-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MadaniArabic";
  src: url("../fonts/MadaniArabic-Medium.woff2") format("woff2"), url("../fonts/MadaniArabic-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MadaniArabic";
  src: url("../fonts/MadaniArabic-Bold.woff2") format("woff2"), url("../fonts/MadaniArabic-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MadaniArabic";
  src: url("../fonts/MadaniArabic-Black.woff2") format("woff2"), url("../fonts/MadaniArabic-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@keyframes rotateAnimation {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  60% {
    transform: rotate(90deg);
  }
  75% {
    transform: rotate(270deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
body {
  margin: 0;
  padding: 0;
  direction: rtl;
  font-family: "MadaniArabic", sans-serif;
  background-color: rgb(246, 246, 246);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-tb-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.p-tb-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.p-tb-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.p-tb-120 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.p-tb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

p {
  color: #515151;
}

a {
  color: #0067da;
  text-decoration: none;
  transition: all 0.3s linear;
}
a:hover, a:active {
  text-decoration: none;
  color: #0067da;
}

h1, h2, h3, h4, h5, h6 {
  color: #0d0d0d;
}

.fluid-height {
  height: calc(100% - 30px);
  margin-bottom: 30px;
}

.full-height {
  height: 100%;
}

.full-width {
  width: 100%;
}

img {
  max-width: 100%;
  height: auto;
}

.max-585 {
  max-width: 585px;
}

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

.max-1000 {
  max-width: 1000px;
}

.border-radius-3 {
  border-radius: 3px;
}

.border-bottom {
  border-bottom: 1px solid #c8c8c8 !important;
}

.default-box-shadow {
  box-shadow: 0px 11px 61.1px 3.9px rgba(34, 34, 34, 0.09);
}

button {
  outline: 0;
  border: 0;
}
button:focus, button:active {
  outline: 0;
  border: 0;
}

.btn-pill {
  border-radius: 35px;
}

.bg-white {
  background: #fff;
}

.bg-main {
  background-color: #0067da;
}

.bg-main-2 {
  background-color: #63317D;
}

.form-control {
  box-shadow: none;
}
.form-control:focus, .form-control:active {
  box-shadow: none;
}

@keyframes horizontalShapeRide {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(60px);
  }
  50% {
    transform: translateX(0px);
  }
  75% {
    transform: translateX(-60px);
  }
  100% {
    transform: translateX(0);
  }
}
@media only screen and (min-width : 1400px) {
  .container {
    max-width: 1159px;
  }
}
.page-link {
  position: relative;
  padding: 0 0;
  padding-top: 2px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: -1px;
  line-height: 1;
  color: #0067da;
  font-size: 15px;
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid #0067da;
  transition: all 0.3s linear;
  margin-top: 3px;
}
.page-link:hover {
  background-color: #0067da;
  color: #fff;
  border-color: #0067da;
}
.page-link:focus {
  box-shadow: none;
}
.page-link i {
  font-size: 10px;
  font-weight: 600;
}

.page-pagination .pagination {
  margin-top: -3px;
  margin-bottom: 0;
  justify-content: center;
}

.page-item {
  padding: 0 3px;
  margin-top: 3px;
}
.page-item:first-child .page-link {
  border-radius: 50%;
}
.page-item:last-child .page-link {
  border-radius: 50%;
}
.page-item.disabled .page-link {
  background-color: rgba(0, 103, 218, 0.3);
  color: #0067da;
  border: 1px solid rgba(0, 103, 218, 0.3);
}
.page-item.active .page-link {
  background-color: #0067da;
  color: #fff;
  border-color: #0067da;
}

.form-group label {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 10px;
  color: #0d0d0d;
}

.input-group {
  background-color: #fff;
  border: 1px solid #D9DADB !important;
  border-radius: 7px;
  padding: 13px 21px 15px;
  display: block;
  font-size: 16px;
  font-weight: 400;
  outline: none;
  position: relative;
  width: 100%;
  height: 57px;
}
.input-group textarea {
  height: auto;
}

.form-group input {
 /*  width: 100%;
  padding: 10px 15px;
  border-radius: 25px;
  outline: none;
  background: none; */
}

.input-group label {
  position: absolute;
  top: -10px;
  background-color: #ffffff;
  padding: 0 5px;
  font-size: 12px;
  color: #000;
  pointer-events: none;
}
/* النجمة الحمراء */
.input-group label .required {
  color: red;
  font-size: 14px;
}

/* عند التركيز على الحقل */
.input-group input:focus + label,
.input-group input:not(:placeholder-shown) + label {
  top: -10px;
  font-size: 12px;
  color: #333;
}


.input-group.input-group-maincolor {
  background-color: #024c9f;
}
.input-group.input-group-maincolor .form-control {
  color: #fff;
}
.input-group.input-group-maincolor .form-control::-moz-placeholder {
  color: #fff;
}
.input-group.input-group-maincolor .form-control::placeholder {
  color: #fff;
}

.form-control {
  padding: 0;
  border: 0;
  color: #000;
  font-size: 15px;
  background-color: transparent;
  height: auto;
  width: 100% !important;
}
.form-control:focus {
  background-color: transparent;
}
.form-control::-moz-placeholder {
  color: #535353;
}
.form-control::placeholder {
  color: #535353;
}

.help-block {
  font-size: 14px;
  margin-top: 5px;
}
.help-block.with-errors {
  color: #ff5421;
}

#msgSubmit {
  color: #ff5421;
  font-weight: 600;
  font-family: "Nunito", sans-serif;
  font-size: 18px;
}
#msgSubmit.submit-post-info {
  margin-top: 5px;
}

.fixed-top .navbar-area {
  box-shadow: none;
}
.fixed-top .navbar-area .main-nav {
  background-color: transparent;
}

.navbar-area {
  opacity: 0;
}
.navbar-area.is-sticky {
  opacity: 1;
  animation: 500ms running fadeInDown;
  transition: all 0.5s;
  width: 100%;
  z-index: 999;
  position: fixed;
  background-color: #fff;
  box-shadow: 0px 11px 61.1px 3.9px rgba(34, 34, 34, 0.09);
}

.mobile-nav {
  padding: 26px 30px 30px;
}
.mobile-nav .navbar-option {
  margin-left: auto;
  margin-right: 60px;
  position: relative;
  z-index: 1000;
}

.mean-container {
  position: relative;
}
.mean-container .mean-bar {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  padding: 0;
  border-bottom: 0;
  background-color: transparent;
}
.mean-container a.meanmenu-reveal {
  padding-top: 0;
  top: 50%;
  transform: translateY(-50%);
  height: auto;
  color: rgb(251, 142, 111);
  padding-right: 0;
  padding-left: 35px;
  right: auto !important;
  left: 0 !important;
}
.mean-container a.meanmenu-reveal span {
  background-color: rgb(72, 31, 102);
  border-radius: 0;
  height: 3px;
}
.mean-container a.meanmenu-reveal span:nth-child(2) {
  width: 60%;
  margin-right: auto;
}
.mean-container .mean-nav {
  margin-top: 75px;
}
.mean-container .mean-nav .navbar-nav {
  max-height: 350px;
  overflow: auto;
  box-shadow: 0px 30px 38px 4px rgba(34, 34, 34, 0.1);
}
.mean-container .mean-nav .navbar-nav .nav-item a {
  color: #000;
  border-top: none;
  text-align: right;
  float: right;
}
.mean-container .mean-nav .navbar-nav .nav-item a.active {
  color: rgb(251, 142, 111);
}

.hero-bg-image {
  background-image: url(../../images/hero.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
}
.hero-bg-image .header-content {
  padding: 73px 185px 155px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.hero-bg-image .header-content h1 {
  color: #fff;
  font-size: 52px;
  font-weight: 700;
  font-family: "MadaniArabic", sans-serif;
  margin-bottom: 0;
}
@media only screen and (max-width : 1199px) {
  .hero-bg-image {
    height: 80vh;
  }
  .hero-bg-image .header-content {
    padding: 73px 100px 120px 0;
  }
}
@media only screen and (max-width : 991px) {
  .hero-bg-image {
    height: 75vh;
  }
  .hero-bg-image .header-content {
    padding: 100px 100px 100px 0;
  }
}
@media only screen and (max-width : 767px) {
  .hero-bg-image {
    height: 525px;
  }
  .hero-bg-image .header-content {
    padding: 50px 75px 60px 0;
  }
  .hero-bg-image .header-content .header-content-logo {
    width: 120px;
  }
  .hero-bg-image .header-content h1 {
    font-size: 42px;
  }
}
@media only screen and (max-width : 575px) {
  .hero-bg-image {
    height: 315px;
  }
  .hero-bg-image .header-content {
    padding: 37px 35px 44px 0;
  }
  .hero-bg-image .header-content .header-content-logo {
    width: 77px;
  }
  .hero-bg-image .header-content h1 {
    font-size: 37px;
  }
}

.category-section .categories-carousel {
  display: flex;
  padding: 133px 0 0 0;
  max-width: 1159px;
  gap: 27px;
}
.category-section .categories-carousel img {
  border-radius: 14px;
  position: relative;
}
.category-section .categories-carousel .title {
  width: 132px;
  height: 36px;
  color: #fff;
  font-size: 35px;
  font-weight: 700;
  line-height: 36px;
  position: absolute;
  bottom: 5px;
  right: 19px;
  z-index: 10;
  text-align: center;
  top: 40%;
}
.category-section .categories-carousel .title.long {
  line-height: 30px;
  bottom: 28px;
}
.category-section .categories-carousel .over-lay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #63317D;
  border-radius: 19px;
  opacity: 0;
}
.category-section .categories-carousel .category-img:hover .over-lay,
.category-section .categories-carousel .category-img.active .over-lay {
  opacity: 50%;
}
.category-section .categories-carousel .category-img.active .title {
  text-align: center;
  top: 40%;
}
.category-section .categories-carousel .category-img.active .title.long {
  top: 32%;
  line-height: 35px;
}
@media only screen and (max-width : 767px) {
  .category-section .categories-carousel .title {
    width: 90px;
    margin-bottom: 0;
    font-size: 25px;
    line-height: 28px;
	text-align: center;
    top: 40%;
  }
  .category-section .categories-carousel .title.long {
    line-height: 26px;
    bottom: 28px;
  }
}
@media only screen and (max-width : 575px) {
  .category-section .categories-carousel {
    padding: 28px 0 0 0;
    max-width: 387px;
  }
  .category-section .categories-carousel .title {
    width: 68px;
    font-size: 20px;
    line-height: 41px;
    right: 10px;
	text-align: center;
    top: 40%;

  }
  .category-section .categories-carousel .title.long {
    width: -moz-fit-content;
    width: fit-content;
    bottom: 17px;
    line-height: 22px;
  }
  .category-section .categories-carousel .category-img.active .title {
    top: 25%;
    right: 8%;
  }
  .category-section .categories-carousel .category-img.active .title.long {
    top: 28%;
    right: 0;
  }
}
@media only screen and (max-width : 430px) {
  .category-section .categories-carousel {
    max-width: 350px;
  }
}
.category-section .stores-products {
  padding: 93px 0 0 0;
}
.category-section .stores-products .filter-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.category-section .stores-products .filter-box .tabs-box {
  display: flex;
  justify-content: flex-start;
  max-width: 1056px;
  width: 100%;
  margin-bottom: 20px;
  font-family: "MadaniArabic", sans-serif;
  border-bottom: 1.24px solid;
  border-color: #481F66;
}
.category-section .stores-products .filter-box .tabs-box .tabs {
  width: 630px;
  height: 99px;
  display: flex;
}
.category-section .stores-products .filter-box .tabs-box .tab {
  width: 315px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.category-section .stores-products .filter-box .tabs-box .tab-content {
  width: 135px;
  height: 90px;
  display: flex;
  align-items: end;
  position: relative;
}
.category-section .stores-products .filter-box .tabs-box .tab-link {
  padding: 10px 20px;
  border: none;
  background: none;
  font-size: 27px;
  font-weight: 700;
  color: rgb(72, 31, 102);
  cursor: pointer;
  line-height: 41.5px;
  height: 69px;
  width: 135px;
  cursor: pointer;
}
.category-section .stores-products .filter-box .tabs-box .tab-link.active {
  color: rgb(251, 142, 111);
  position: absolute;
  height: 95px;
  top: -15.5px;
}
.category-section .stores-products .filter-box .tabs-box .tab-underline {
  position: absolute;
  top: 89.3px;
  height: 6px;
  background-color: rgb(251, 142, 111);
  border-radius: 208px 208px 0 0;
  width: 127px;
  transition: all 0.3s ease-in-out;
}
.category-section .stores-products .filter-box .filter-icon {
  width: 63px;
  height: 63px;
  align-self: end;
  flex-basis: 40px;
}
.category-section .stores-products .filter-box .filter-icon button {
  width: 47px;
  height: 47px;
  background: none;
}
.category-section .stores-products .filter-box .filter-icon button i {
  font-size: 35px;
  color: rgb(72, 31, 102);
}
.category-section .stores-products .tab-content .tab-pane {
  display: none;
}
.category-section .stores-products .tab-content .tab-pane.active {
  display: block;
}
.category-section .stores-products .tab-content .stores-content {
  max-width: 1159px;
  padding-top: 82px;
  margin-left: auto;
  margin-right: auto;
}
.category-section .stores-products .tab-content .stores-content .store-card-list {
  display: flex;
  align-items: center;
  background-color: #fff;
  box-shadow: 0px 11px 61.1px 3.9px rgba(34, 34, 34, 0.09);
  padding: 15.73px 18.88px;
  margin-bottom: 36px;
  height: 100%;
  border-radius: 17.3px;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.category-section .stores-products .tab-content .stores-content .store-card-list:hover {
  transform: translateY(-10px);
}
.category-section .stores-products .tab-content .stores-content .store-card-list:hover .store-card-thumb img {
  transform: scale(1.05);
}
.category-section .stores-products .tab-content .stores-content .store-card-list:hover .store-card-content {
  box-shadow: none;
}
.category-section .stores-products .tab-content .stores-content .store-card-list .store-card-thumb {
  flex: 0 0 135px;
  -ms-flex: 0 0 135px;
  max-width: 135px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 28.73px;
  overflow: hidden;
}
.category-section .stores-products .tab-content .stores-content .store-card-list .store-card-thumb img {
  transition: all 0.3s linear;
}
.category-section .stores-products .tab-content .stores-content .store-card-list .store-card-content {
  padding: 0 26.74px 0 0;
  transition: all 0.3s linear;
  border-radius: 0 0 3px 3px;
  width: 100%;
}
.category-section .stores-products .tab-content .stores-content .store-card-list .store-card-content .new-store {
  width: 68px;
  height: 27px;
  border-radius: 13px;
  background-color: #EDF7B5;
  margin-bottom: 0px;
  text-align: center;
}
.category-section .stores-products .tab-content .stores-content .store-card-list .store-card-content .new-store .new {
  color: rgb(72, 31, 102);
  font-size: 13px;
  font-weight: 700;
  line-height: 24px;
  display: block;
}
.category-section .stores-products .tab-content .stores-content .store-card-list .store-card-content h3 {
  font-size: 24px;
  margin-bottom: 7px;
  font-family: "MadaniArabic", sans-serif;
  font-weight: 500;
  line-height: 26.81px;
}
.category-section .stores-products .tab-content .stores-content .store-card-list .store-card-content h3 a {
  color: #000;
}
.category-section .stores-products .tab-content .stores-content .store-card-list .store-card-content .category {
  font-family: "MadaniArabic", sans-serif;
  font-weight: 200;
  font-size: 17px;
  line-height: 34.71px;
  margin-bottom: 0;
}
.category-section .stores-products .tab-content .stores-content .store-card-list .authentication-img .rotating-image {
  position: absolute;
  right: 15.73px;
  bottom: 16.32px;
  width: 36.18px;
  height: 36.84px;
  animation: rotateAnimation 20s infinite;
}
.category-section .stores-products .tab-content .stores-content .store-card-list .authentication-img i {
  color: #fff;
  font-size: 25px;
  position: absolute;
  right: 22px;
  bottom: 22px;
}
.category-section .stores-products .tab-content .stores-content .store-card-list .authentication-img .trusted-proud {
  opacity: 0;
  position: absolute;
  right: -15px;
  bottom: 50px;
}
.category-section .stores-products .tab-content .stores-content .store-card-list .authentication-img i:hover + .trusted-proud {
  opacity: 1;
}
.category-section .stores-products .tab-content .products-content {
  max-width: 1159px;
  padding-top: 56px;
  display: flex;
  gap: 20px 18px;
  justify-content: center;
  flex-wrap: wrap;
}
@media only screen and (max-width : 767px) {
  .category-section .stores-products {
    padding: 48px 0 0 0;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
  }
  .category-section .stores-products .filter-box .tabs-box {
    margin-bottom: 0;
  }
  .category-section .stores-products .filter-box .tabs-box .tabs {
    width: 360px;
    height: 44px;
  }
  .category-section .stores-products .filter-box .tabs-box .tabs .tab {
    width: 180px;
    height: 44px;
  }
  .category-section .stores-products .filter-box .tabs-box .tabs .tab .tab-content {
    width: 75px;
    height: 40px;
  }
  .category-section .stores-products .filter-box .tabs-box .tabs .tab .tab-content .tab-link {
    font-size: 16px;
    line-height: 18px;
    width: 100%;
    height: 100%;
    padding: 5px;
  }
  .category-section .stores-products .filter-box .tabs-box .tabs .tab .tab-content .tab-link.active {
    height: 42px;
  }
  .category-section .stores-products .filter-box .tabs-box .tabs .tab .tab-content .tab-underline {
    width: 75px;
    height: 5px;
    top: 38px;
    right: 2px;
    border-radius: 120px 120px 0px 0px;
  }
  .category-section .stores-products .filter-box .filter-icon {
    width: 32px;
    height: 32px;
  }
  .category-section .stores-products .filter-box .filter-icon button {
    width: 24px;
    height: 24px;
  }
  .category-section .stores-products .filter-box .filter-icon button i {
    font-size: 24px;
  }
  .category-section .stores-products .tab-content .stores-content {
    max-width: 550px;
  }
  .category-section .stores-products .tab-content .stores-content .store-card-list {
    width: 100%;
    padding: 10px;
    border-radius: 11px;
    margin-bottom: 19px;
  }
  .category-section .stores-products .tab-content .stores-content .store-card-list .store-card-thumb {
    flex: 0 0 86px;
    border-radius: 18px;
  }
  .category-section .stores-products .tab-content .stores-content .store-card-list .store-card-content {
    padding: 0 17px 0 0 !important;
  }
  .category-section .stores-products .tab-content .stores-content .store-card-list .store-card-content .category {
    font-size: 13px;
    line-height: 22px;
  }
  .category-section .stores-products .tab-content .stores-content .store-card-list .store-card-content .new-store {
    width: 43px;
    height: 17px;
    border-radius: 9px;
  }
  .category-section .stores-products .tab-content .stores-content .store-card-list .store-card-content .new-store .new {
    font-size: 10px;
    line-height: 15px;
  }
  .category-section .stores-products .tab-content .stores-content .store-card-list .authentication-img .rotating-image {
    width: 23px;
    height: 23px;
    right: 8px;
    bottom: 10px;
  }
  .category-section .stores-products .tab-content .stores-content .store-card-list .authentication-img i {
    font-size: 18px;
    right: 11px;
    bottom: 13px;
  }
  .category-section .stores-products .tab-content .products-content {
    max-width: 550px;
    gap: 15px 14px;
  }
}
@media only screen and (max-width : 575px) {
  .category-section .stores-products {
    padding: 28px 0 0 0;
    max-width: 387px;
    margin-left: auto;
    margin-right: auto;
  }
  .category-section .stores-products .filter-box .tabs-box .tabs {
    width: 280px;
  }
  .category-section .stores-products .filter-box .tabs-box .tabs .tab {
    width: 140px;
  }
  .category-section .stores-products .filter-box .tabs-box .tabs .tab .tab-content {
    width: 60px;
    height: 30px;
  }
  .category-section .stores-products .filter-box .tabs-box .tabs .tab .tab-content .tab-link {
    font-size: 12px;
    padding: 5px;
  }
  .category-section .stores-products .filter-box .tabs-box .tabs .tab .tab-content .tab-link.active {
    height: 42px;
  }
  .category-section .stores-products .filter-box .tabs-box .tabs .tab .tab-content .tab-underline {
    width: 56px;
    height: 4px;
    top: 34px;
    border-radius: 92px 92px 0px 0px;
  }
  .category-section .stores-products .tab-content .stores-content {
    max-width: 387px;
  }
  .category-section .stores-products .tab-content .stores-content .store-card-list .store-card-content {
    padding: 0 17px 0 0 !important;
  }
  .category-section .stores-products .tab-content .stores-content .store-card-list .store-card-content .category {
    font-size: 11px;
  }
  .category-section .stores-products .tab-content .stores-content .store-card-list .store-card-content .new-store .new {
    font-size: 8px;
  }
  .category-section .stores-products .tab-content .products-content {
    max-width: 387px;
    gap: 11px 12px;
  }
}
@media only screen and (max-width : 430px) {
  .category-section .stores-products {
    max-width: 350px;
  }
}
.category-section .filter-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 543px;
  height: 1370px;
  max-height: 100%;
  border-radius: 0 21px 21px 0;
  background-color: #fff;
}
.category-section .filter-modal .top-line {
  display: none;
}
.category-section .filter-modal .inner-content {
  padding: 100px 84px 675px 83px;
}
.category-section .filter-modal .inner-content .form-group h5 {
  font-size: 23px;
  line-height: 29px;
  font-weight: 600;
  margin-bottom: 14px;
}
.category-section .filter-modal .inner-content .form-group .nice-select .current {
  color: #4B5157;
}
.category-section .filter-modal .inner-content hr {
  color: #D9DADB;
  height: 1.43px;
  margin: 34px 0;
  width: 376px;
}
@media only screen and (max-width : 991px) {
  .category-section .filter-modal {
    top: 105px;
    max-height: 89%;
  }
  .category-section .filter-modal .inner-content {
    padding-top: 200px;
  }
}
@media only screen and (max-width : 767px) {
  .category-section .filter-modal {
    top: 183px;
    width: 520px;
    max-height: 80%;
  }
  .category-section .filter-modal .top-line {
    display: block;
  }
  .category-section .filter-modal .top-line hr {
    height: 4px;
    width: 172px;
    margin: 17px auto 15px;
    border-radius: 21px;
    color: #DEDEDE;
  }
  .category-section .filter-modal .inner-content {
    padding: 100px 63px 675px 83px;
  }
}
@media only screen and (max-width : 575px) {
  .category-section .filter-modal {
    width: 430px;
    height: 500px;
    top: 440px;
    border-radius: 20px 20px 0 0;
  }
  .category-section .filter-modal .inner-content {
    padding: 50px 84px 0 83px;
  }
  .category-section .filter-modal .inner-content .form-group h5 {
    font-size: 15px;
    margin-bottom: 5px;
  }
  .category-section .filter-modal .inner-content .form-group .nice-select {
    width: 263px;
  }
  .category-section .filter-modal .inner-content .form-group .nice-select .current {
    font-size: 14px;
  }
  .category-section .filter-modal .inner-content .form-group .nice-select::after {
    width: 8px;
    height: 8px;
  }
  .category-section .filter-modal .inner-content hr {
    width: 263px;
    margin: 24px 0;
  }
}
@media only screen and (max-width : 430px) {
  .category-section .filter-modal {
    width: 360px;
  }
  .category-section .filter-modal .inner-content {
    padding: 50px 46px 0 52px;
  }
}
@media only screen and (max-width : 375px) {
  .category-section .filter-modal {
    width: 340px;
    height: 447px;
    top: 220px;
  }
  .category-section .filter-modal .inner-content {
    padding: 50px 46px 0 31px;
  }
}

.dessert-card {
  position: relative;
  background-color: #fff;
  width: 272.5px;
  height: auto;
  border-radius: 41px;
}
.dessert-card .dessert-card-inner {
  border-radius: 26px;
  padding: 17px 16px 0;
}
.dessert-card .dessert-card-inner .dessert-card-thumb {
  overflow: hidden;
  position: relative;
  border-radius: 26.5px;
}
.dessert-card .dessert-card-inner .dessert-card-thumb a img {
  transition: all 0.3s linear;
}
.dessert-card .dessert-card-inner .dessert-card-thumb .star-shape img {
  position: absolute;
  top: 9px;
  left: 10px;
}
.dessert-card .dessert-card-inner .dessert-card-thumb .star-shape i {
  position: absolute;
  font-size: 17px;
  top: 19px;
  left: 22px;
  color: #E8E8E8;
  cursor: pointer;
}
.dessert-card .dessert-card-inner .dessert-card-thumb .star-shape i.selected {
  color: #F5A62E;
}
.dessert-card .dessert-card-inner .dessert-card-content {
  padding: 0;
  margin-top: 12px;
  text-align: left;
  direction: ltr;
}
.dessert-card .dessert-card-inner .dessert-card-content h3 {
  font-family: "MadaniArabic", sans-serif;
  font-weight: 500;
  font-size: 28px;
  line-height: 39px;
  color: #000;
  margin-bottom: 9px;
}
.dessert-card .dessert-card-inner .dessert-card-content .dessert-rate {
  display: block;
  font-size: 14px;
  font-weight: 300;
  line-height: 13px;
}
.dessert-card .dessert-card-inner .dessert-card-content .dessert-rate i {
  color: #F5A62E;
  font-size: 14px;
}
.dessert-card .dessert-card-inner .dessert-card-content span:not(.dessert-rate) {
  color: #000;
  font-size: 18px;
}
.dessert-card .dessert-card-inner .dessert-card-content span:not(.dessert-rate) .price {
  font-size: 20px;
}
.dessert-card .dessert-card-inner .dessert-card-content p {
  width: 230px;
  height: 53px;
  color: #000;
  font-size: 12px;
  font-weight: 200;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0;
}
.dessert-card hr {
  margin: 17px 0 9px 0;
  color: #D6D5D1;
}
.dessert-card .info {
  display: flex;
  justify-content: center;
}
.dessert-card .info .info-btn {
  width: 196px;
  height: 42px;
  text-align: center;
}
.dessert-card .info .info-btn a {
  color: rgb(251, 142, 111);
  font-size: 15px;
  font-weight: 700;
  line-height: 30px;
}
.dessert-card .info .info-btn a i {
  font-size: 16px;
  margin-left: 7px;
}
.dessert-card:hover .dessert-card-thumb a img {
  transform: scale(1.05);
}
@media only screen and (max-width : 767px) {
  .dessert-card {
    width: 250px;
    border-radius: 28px;
  }
  .dessert-card .dessert-card-inner {
    padding: 12px 11px 0;
  }
  .dessert-card .dessert-card-inner .dessert-card-thumb .star-shape img {
    left: 4px;
    top: 6px;
  }
  .dessert-card .dessert-card-inner .dessert-card-thumb .star-shape i {
    left: 16px;
    top: 16px;
  }
  .dessert-card .dessert-card-inner .dessert-card-content {
    margin-top: 8px;
  }
  .dessert-card .dessert-card-inner .dessert-card-content h3 {
    font-size: 19px;
    margin-bottom: 6px;
  }
  .dessert-card .dessert-card-inner .dessert-card-content p {
    width: 225px;
  }
  .dessert-card hr {
    margin: 12px 0 6px 0;
  }
  .dessert-card .info .info-btn {
    width: 150px;
    height: 40px;
  }
  .dessert-card .info .info-btn a {
    font-size: 12px;
  }
  .dessert-card .info .info-btn a i {
    font-size: 12px;
    margin-left: 5px;
  }
}
@media only screen and (max-width : 575px) {
  .dessert-card {
    width: 187px;
  }
  .dessert-card .dessert-card-inner {
    padding: 12px 11px 0;
  }
  .dessert-card .dessert-card-inner .dessert-card-content p {
    width: 159px;
  }
  .dessert-card .info .info-btn {
    width: 135px;
    height: 33px;
  }
  .dessert-card .info .info-btn a {
    font-size: 10px;
  }
  .dessert-card .info .info-btn a i {
    font-size: 10px;
    margin-left: 5px;
  }
}
@media only screen and (max-width : 430px) {
  .dessert-card {
    width: auto;
  }
  .dessert-card .dessert-card-inner .dessert-card-content p {
    width: 235px;
  }
  .dessert-card .info .info-btn a {
    font-size: 14px;
    line-height: 25px;
  }
}

.dessert-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 543px;
  height: 1370px;
  max-height: 100%;
  border-radius: 0 21px 21px 0;
  background-color: #fff;
  padding: 0;
}
.dessert-modal .top-line {
  display: none;
}
.dessert-modal .inner-content {
  padding: 0;
  height: auto;
}
.dessert-modal .inner-content .thumb {
  margin: 10px 99px 5px 95px;
  position: relative;
}
.dessert-modal .inner-content .thumb .rate-img {
  direction: ltr;
  background: #FFFFFF;
  width: 88px;
  height: 32px;
  padding: 5px 12px 5px 12px;
  border-radius: 32px;
  position: absolute;
  top: 14px;
  left: 13px;
}
.dessert-modal .inner-content .thumb .rate-img span {
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  display: flex;
  align-items: center;
}
.dessert-modal .inner-content .thumb .rate-img span i {
  color: #F5A62E;
  font-size: 22px;
}
.dessert-modal .inner-content .info {
  text-align: left;
}
.dessert-modal .inner-content .info h2 {
  font-size: 46px;
  line-height: 50px;
  font-weight: 500;
  margin-bottom: 21px;
  margin: 0 93px 0 94px;
}
.dessert-modal .inner-content .info p {
  width: 361px;
  height: 129px;
  font-size: 19px;
  font-weight: 200;
  line-height: 21px;
  margin: 0 87px 0 94px;
}
.dessert-modal .inner-content .box-colors {
  margin: 10px 107px 25px 94px;
  display: flex;
  align-items: center;
  direction: ltr;
}
.dessert-modal .inner-content .box-colors h3 {
  color: #010101;
  font-size: 21px;
  margin-right: 13px;
}
.dessert-modal .inner-content .box-colors .colors {
  display: flex;
  justify-content: center;
  gap: 18px;
  margin: 15px 0;
}
.dessert-modal .inner-content .box-colors .color {
  width: 49px;
  height: 49px;
  border-radius: 50%;
  transition: border 0.3s ease;
  border: 2px solid transparent;
}
.dessert-modal .inner-content .box-colors .color.green {
  background-color: #9FFFCB;
}
.dessert-modal .inner-content .box-colors .color.yellow {
  background-color: #EDF7B5;
}
.dessert-modal .inner-content .box-colors .color.red {
  background-color: #ED1757;
}
.dessert-modal .inner-content .box-colors .color.purple {
  background-color: #63317D;
}
.dessert-modal .inner-content .box-colors .color.active {
  border: 4px solid #fff;
  outline: 1px solid rgb(251, 142, 111);
}
.dessert-modal .inner-content .box-colors .selected-color {
  font-size: 12px;
  text-align: center;
  font-weight: 400;
  margin-top: 55px;
  margin-left: 3px;
  line-height: 10px;
  color: #000000;
}
.dessert-modal .inner-content .box-sizes {
  margin: 10px 107px 25px 94px;
  display: flex;
  align-items: center;
  direction: ltr;
}
.dessert-modal .inner-content .box-sizes h3 {
  font-size: 21px;
  margin-bottom: 0;
  margin-right: 13px;
}
.dessert-modal .inner-content .box-sizes .sizes {
  display: flex;
  gap: 10px;
}
.dessert-modal .inner-content .box-sizes .sizes div {
  width: 60px;
  height: 24px;
  border-radius: 14px;
  border: 1px solid #000;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
}
.dessert-modal .inner-content .box-sizes .sizes div.selected {
  color: #fff;
  background-color: rgb(72, 31, 102);
}
.dessert-modal .inner-content .price {
  width: 353px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: end;
  margin: 0 94px 25px 96px;
}
.dessert-modal .inner-content .price h4 {
  font-size: 19px;
  line-height: 22px;
  font-weight: 500;
  width: 231px;
  color: #000;
}
.dessert-modal .inner-content .price span {
  font-size: 14px;
  line-height: 23px;
  align-self: flex-start;
  font-weight: 700;
  margin-right: -4px;
}
.dessert-modal .inner-content .price h3 {
  font-size: 28px;
  font-weight: 700;
  line-height: 47px;
  width: 79px;
}
.dessert-modal .btns {
  margin: 0 70px 0 61px;
  display: flex;
  align-items: center;
  direction: ltr;
  flex-direction: column;
  gap: 24px;
}
.dessert-modal .btns .btn {
  color: #fff;
  width: 412px;
  height: 71px;
  border-radius: 44px;
  font-size: 16px;
  line-height: 69px;
  font-weight: 500;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dessert-modal .btns .contact-btn {
  background-color: rgb(72, 31, 102);
}
.dessert-modal .btns .contact-btn i {
  margin-left: 5px;
  font-size: 26px;
}
.dessert-modal .btns .kashkat-btn {
  background-color: #E21A2D;
}
.dessert-modal .btns .kashkat-btn img {
  margin-right: 5px;
}
@media only screen and (max-width : 991px) {
  .dessert-modal {
    top: 105px;
    max-height: 89%;
  }
  .dessert-modal .inner-content .thumb {
    margin-top: 30px;
    margin-right: 149px;
  }
  .dessert-modal .inner-content .thumb img:first-child {
    width: 300px;
  }
  .dessert-modal .inner-content .info h2 {
    font-size: 36px;
    line-height: 45px;
  }
  .dessert-modal .inner-content .info p {
    font-size: 17px;
  }
  .dessert-modal .inner-content .box-colors {
    margin-top: -15px;
  }
  .dessert-modal .inner-content .price {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width : 767px) {
  .dessert-modal {
    top: 183px;
    width: 520px;
    max-height: 80%;
  }
  .dessert-modal .top-line {
    display: block;
  }
  .dessert-modal .top-line hr {
    height: 4px;
    width: 172px;
    margin: 17px auto 15px;
    border-radius: 21px;
    color: #DEDEDE;
  }
  .dessert-modal .inner-content .thumb {
    margin-top: 30px;
    margin-right: 128px;
  }
  .dessert-modal .inner-content .thumb img:first-child {
    width: 300px;
  }
  .dessert-modal .inner-content .info h2 {
    font-size: 36px;
    line-height: 45px;
  }
  .dessert-modal .inner-content .info p {
    font-size: 17px;
    margin-right: 62px;
  }
  .dessert-modal .inner-content .box-colors {
    margin-top: -15px;
  }
  .dessert-modal .inner-content .price {
    margin: 0 70px 20px 96px;
  }
  .dessert-modal .btns {
    flex-direction: row;
    margin-left: 90px;
  }
  .dessert-modal .btns .btn {
    width: 160px;
    height: 55px;
    font-size: 15px;
  }
}
@media only screen and (max-width : 575px) {
  .dessert-modal {
    width: 430px;
    height: 700px;
    top: 220px;
    border-radius: 21px 21px 0 0;
  }
  .dessert-modal .inner-content .thumb {
    margin: 20px 66px 10px 64px;
  }
  .dessert-modal .inner-content .info h2 {
    margin: 0 66px 0 64px;
  }
  .dessert-modal .inner-content .info p {
    width: 307px;
    margin: 0 58px 0px 64px;
    font-size: 16px;
    line-height: 19px;
  }
  .dessert-modal .inner-content .box-colors {
    margin: -20px 63px 25px 62px;
  }
  .dessert-modal .inner-content .box-colors h3 {
    font-size: 18px;
    line-height: 23px;
  }
  .dessert-modal .inner-content .box-colors .colors .color {
    width: 41px;
    height: 41px;
  }
  .dessert-modal .inner-content .box-colors .colors .color .selected-color {
    margin-top: 45px;
  }
  .dessert-modal .inner-content .box-sizes {
    margin: 20px 63px 25px 62px;
  }
  .dessert-modal .inner-content .box-sizes h3 {
    font-size: 18px;
    line-height: 23px;
  }
  .dessert-modal .inner-content .box-sizes .sizes div {
    width: 50px;
  }
  .dessert-modal .inner-content .price {
    margin: 0 15px 20px 96px;
  }
  .dessert-modal .inner-content .price h4 {
    width: 169px;
    font-size: 16px;
    line-height: 19px;
  }
  .dessert-modal .inner-content .price h3 {
    font-size: 24px;
    line-height: 40px;
  }
  .dessert-modal .inner-content .price span {
    font-size: 12px;
    line-height: 22px;
    margin-right: -15px;
  }
  .dessert-modal .btns {
    gap: 7px;
    margin: 0 70px 0 61px;
  }
  .dessert-modal .btns .btn {
    width: 150px;
    height: 51px;
    font-size: 13px;
  }
  .dessert-modal .btns .contact-btn i {
    font-size: 22px;
  }
  .dessert-modal .btns .kashkat-btn img {
    width: 66px;
  }
}
@media only screen and (max-width : 430px) {
  .dessert-modal {
    width: 370px;
    height: 660px;
    top: 237px;
  }
  .dessert-modal .inner-content .info h2 {
    font-size: 24px;
    line-height: 30px;
  }
  .dessert-modal .inner-content .info p {
    margin: 0 0 0px 64px;
  }
  .dessert-modal .inner-content .box-colors {
    margin: 0 63px 25px 62px;
  }
  .dessert-modal .inner-content .box-colors .colors {
    gap: 10px;
  }
  .dessert-modal .inner-content .price {
    justify-content: start;
    margin: 0 50px 20px 0;
  }
  .dessert-modal .btns {
    margin: 0 30px 0 35px;
  }
}
@media only screen and (max-width : 375px) {
  .dessert-modal {
    width: 350px;
    height: 100%;
    overflow-y: scroll;
    top: 233px;
    overflow-x: clip;
    max-height: 65%;
  }
  .dessert-modal .inner-content .thumb {
    margin-left: 50px;
  }
  .dessert-modal .inner-content .info h2 {
    margin-left: 50px;
  }
  .dessert-modal .inner-content .info p {
    margin-right: 15px;
    width: 285px;
  }
  .dessert-modal .inner-content .box-colors {
    margin: 0 45px 25px 50px;
  }
  .dessert-modal .inner-content .box-sizes {
    margin: 20px 37px 25px 50px;
  }
  .dessert-modal .inner-content .box-sizes .sizes {
    gap: 5px;
  }
  .dessert-modal .inner-content .box-sizes .sizes div {
    width: 47px;
    height: 23px;
    font-size: 12px;
    line-height: 18px;
  }
  .dessert-modal .inner-content .price {
    margin-right: 40px;
  }
}

.search-box {
  padding-top: 71px;
}
.search-box .form-group {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 857px;
  height: 113px;
  min-width: 650px;
  background-color: #E8E8E8;
  border-radius: 66.5px;
  margin-right: auto;
  margin-left: auto;
}
.search-box .form-group input {
  font-size: 31px;
  font-weight: 400;
  font-family: "MadaniArabic", sans-serif;
  line-height: 49px;
  padding-right: 49px;
}
.search-box .form-group button {
  width: 98px;
  height: 98px;
}
.search-box .form-group button i {
  font-size: 37px;
  color: rgb(72, 31, 102);
}
@media only screen and (max-width : 991px) {
  .search-box .form-group {
    min-width: 100%;
    height: 85px;
  }
  .search-box .form-group input {
    font-size: 24px;
  }
  .search-box .form-group button {
    width: 90px;
    height: 90px;
  }
  .search-box .form-group button i {
    font-size: 30px;
  }
}
@media only screen and (max-width : 767px) {
  .search-box .form-group {
    height: 80px;
  }
  .search-box .form-group input {
    font-size: 20px;
  }
  .search-box .form-group button {
    width: 75px;
    height: 75px;
  }
  .search-box .form-group button i {
    font-size: 27px;
  }
}
@media only screen and (max-width : 575px) {
  .search-box {
    padding-top: 39px;
  }
  .search-box .form-group {
    width: auto;
    height: 51px;
    min-width: 331px;
    max-width: 387px;
    border-radius: 30px;
    background-color: #F2F2F2;
  }
  .search-box .form-group input {
    color: #474747;
    font-size: 14px;
    font-weight: 200;
    padding-right: 28px;
  }
  .search-box .form-group button {
    width: 44px;
    height: 44px;
  }
  .search-box .form-group button i {
    font-size: 17px;
  }
}

.controls {
  padding: 0;
}
.controls .page-pagination .pagination {
  justify-content: end;
  padding-top: 44px;
  padding-left: 0;
}
.controls .page-pagination .pagination .page-item.active .page-link {
  background-color: rgb(251, 142, 111);
}
.controls .page-pagination .pagination .page-link {
  border-radius: 16px;
  border: 0;
  background-color: #fff;
  color: rgb(72, 31, 102);
  font-weight: 500;
  width: 84px;
  height: 84px;
  font-size: 34px;
  line-height: 107px;
}
.controls .page-pagination .pagination .page-link:hover {
  background-color: rgb(251, 142, 111);
}
@media only screen and (max-width : 991px) {
  .controls .page-pagination .pagination {
    padding-top: 15px;
  }
  .controls .page-pagination .pagination .page-link {
    width: 44px;
    height: 44px;
    border-radius: 9px;
    font-size: 18px;
    line-height: 56px;
  }
}
@media only screen and (max-width : 767px) {
  .controls {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width : 575px) {
  .controls {
    max-width: 387px;
  }
}
@media only screen and (max-width : 430px) {
  .controls {
    max-width: 350px;
  }
}

.join-section .content {
  padding-top: 99px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.join-section .content h2 {
  font-size: 49px;
  font-weight: 700;
  line-height: 57px;
  color: #010101;
  margin-bottom: 35px;
}
.join-section .content a {
  display: block;
  width: 400px;
  height: 59px;
  border-radius: 29px;
  background-color: rgb(251, 142, 111);
  color: #fff;
  font-size: 29px;
  font-weight: 700;
  text-align: center;
  line-height: 52px;
}
.join-section .content img {
  margin-bottom: -167px;
  width: 518px;
  height: 527px;
}
@media only screen and (max-width : 991px) {
  .join-section .content {
    padding-top: 117px;
  }
  .join-section .content .info h2 {
    font-size: 35px;
    text-align: center;
    color: #63317D;
    line-height: 55px;
    margin-bottom: 18px;
  }
  .join-section .content .info a {
    width: 300px;
    height: 48px;
    border-radius: 22px;
    font-size: 18px;
    line-height: 44px;
  }
  .join-section .content img {
    width: 400px;
    height: 400px;
    margin-bottom: -116px;
  }
}
@media only screen and (max-width : 767px) {
  .join-section .content .info h2 {
    font-size: 27px;
    line-height: 28px;
    margin-bottom: 18px;
  }
  .join-section .content .info a {
    width: 225px;
    height: 44px;
    font-size: 18px;
    line-height: 44px;
  }
  .join-section .content img {
    width: 300px;
    height: 300px;
    margin-bottom: -86px;
  }
}
@media only screen and (max-width : 575px) {
  .join-section .content .info h2 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 18px;
  }
  .join-section .content .info a {
    width: 196px;
    height: 35px;
    border-radius: 14px;
    font-size: 14px;
    line-height: 29px;
  }
  .join-section .content img {
    width: 217px;
    height: 217px;
    margin-bottom: -63px;
  }
}

.footer-upper {
  padding: 100px 0;
}
.footer-upper .shapes {
  display: flex;
  justify-content: center;
  margin-top: -100px;
  margin-bottom: 113px;
}
.footer-upper .shapes img {
  margin-left: -2px;
  width: 97px;
  height: 94px;
}
.footer-upper .shapes img.orange {
  width: 91px;
}
.footer-upper .footer-content-item {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.footer-upper .footer-details {
  padding-top: 55px;
}
.footer-upper .footer-details p {
  color: #f8f8f8;
}
.footer-upper .footer-content-title h3 {
  color: #fff;
}
.footer-upper .footer-info-item {
  margin-bottom: 0;
  display: flex;
  justify-content: center;
}
.footer-upper .footer-info-item p {
  font-size: 23px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 0;
  opacity: 85%;
}
.footer-upper .footer-info-item p a {
  color: #fff;
}
.footer-upper .footer-info-item p:first-of-type {
  margin-left: 5px;
}
@media only screen and (max-width : 767px) {
  .footer-upper {
    padding-bottom: 44px;
  }
  .footer-upper .shapes {
    margin-top: -101px;
    margin-bottom: 60px;
    padding: 0;
  }
  .footer-upper .shapes img {
    width: 73px;
    height: 71px;
  }
  .footer-upper .shapes img.orange {
    width: 69px;
  }
  .footer-upper .footer-content-item .footer-logo img {
    width: 161px;
  }
  .footer-upper .footer-content-item .footer-info-item p {
    font-size: 15px;
    line-height: 21px;
  }
}
@media only screen and (max-width : 575px) {
  .footer-upper .shapes img {
    width: 63px;
    height: 61px;
  }
  .footer-upper .shapes img.orange {
    width: 59px;
  }
  .footer-upper .shapes img:first-child {
    margin-right: -1px;
  }
  .footer-upper .shapes img:last-child {
    margin-left: 0;
  }
}
@media only screen and (max-width : 430px) {
  .footer-upper .shapes img {
    width: 56px;
    height: 55px;
  }
  .footer-upper .shapes img.orange {
    width: 54.5px;
  }
}

.footer-lower {
  padding: 0 0 92px;
  position: relative;
  overflow: hidden;
}
.footer-lower .footer-lower-grid {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.footer-lower .footer-lower-grid p {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  color: #fff;
  margin-bottom: 15px;
  opacity: 85%;
}
@media only screen and (max-width : 575px) {
  .footer-lower {
    padding: 0 0 59px;
  }
  .footer-lower .footer-lower-grid p {
    font-size: 12px;
    line-height: 15px;
  }
  .footer-lower .footer-lower-grid img {
    width: 61px;
  }
}

.store-hero-image {
  background-image: url(../images/stores-logo/datees-cover.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 634px;
  border-radius: 0 0 22px 22px;
}
@media only screen and (max-width : 991px) {
  .store-hero-image {
    min-height: 500px;
  }
}
@media only screen and (max-width : 767px) {
  .store-hero-image {
    min-height: 400px;
  }
}
@media only screen and (max-width : 575px) {
  .store-hero-image {
    min-height: 300px;
  }
}
@media only screen and (max-width : 430px) {
  .store-hero-image {
    min-height: 212px;
  }
}

.store-content .box-info {
  padding: 0;
  margin-top: -170px;
  margin-bottom: 68px;
}
.store-content .box-info .store-hero-card {
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  box-shadow: 0px 11px 61.1px 3.9px rgba(34, 34, 34, 0.09);
  padding: 49px 58px 56px 52px;
  height: 303px;
  max-width: 1141px;
  border-radius: 17.3px;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.store-content .box-info .store-hero-card .right {
  display: flex;
  align-items: center;
  flex-basis: 80%;
}
.store-content .box-info .store-hero-card .right .store-hero-thumb {
  flex: 0 0 202px;
  -ms-flex: 0 0 202px;
  max-width: 202px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 28.73px;
  overflow: hidden;
}
.store-content .box-info .store-hero-card .right .store-hero-thumb img {
  transition: all 0.3s linear;
}
.store-content .box-info .store-hero-card .right .store-hero-info {
  padding-right: 49px;
}
.store-content .box-info .store-hero-card .right .store-hero-info .verified-project {
  display: none;
}
.store-content .box-info .store-hero-card .right .store-hero-info h3 {
  font-size: 56px;
  margin-bottom: 32px;
  font-family: "MadaniArabic", sans-serif;
  font-weight: 500;
  line-height: 63px;
  color: #000;
}
.store-content .box-info .store-hero-card .right .store-hero-info .category {
  font-family: "MadaniArabic", sans-serif;
  font-weight: 200;
  font-size: 26px;
  line-height: 28px;
  color: #181818;
  margin-bottom: 0;
}
.store-content .box-info .store-hero-card .right .authentication-img .rotating-image {
  position: absolute;
  right: 42px;
  bottom: 37px;
  width: 67px;
  height: 68px;
  animation: rotateAnimation 20s infinite;
}
.store-content .box-info .store-hero-card .right .authentication-img i {
  color: #fff;
  font-size: 50px;
  position: absolute;
  right: 50px;
  bottom: 30px;
  width: 67px;
  height: 68px;
}
.store-content .box-info .store-hero-card .right .authentication-img .trusted-proud {
  opacity: 0;
  position: absolute;
  right: 44px;
  bottom: 110px;
}
.store-content .box-info .store-hero-card .right .authentication-img i:hover + .trusted-proud {
  opacity: 1;
}
.store-content .box-info .store-hero-card .left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.store-content .box-info .store-hero-card .left ul {
  list-style: none;
  padding: 0;
}
.store-content .box-info .store-hero-card .left .entry-rate {
  direction: ltr;
}
.store-content .box-info .store-hero-card .left .entry-rate li {
  font-size: 33px;
  font-weight: 300;
  display: flex;
  align-items: center;
}
.store-content .box-info .store-hero-card .left .entry-rate i {
  color: #F5A62E;
  font-size: 44px;
}
.store-content .box-info .store-hero-card .left .social-icon {
  display: flex;
  gap: 26px;
  margin-bottom: 0;
}
.store-content .box-info .store-hero-card .left .social-icon i {
  font-size: 30px;
  color: rgb(72, 31, 102);
}
@media only screen and (max-width : 991px) {
  .store-content .box-info {
    margin-bottom: 0;
  }
  .store-content .box-info .store-hero-card {
    padding: 49px 50px 56px 48px;
    max-height: 270px;
  }
  .store-content .box-info .store-hero-card .right .store-hero-thumb {
    flex: 0 0 175px;
    max-width: 175px;
  }
  .store-content .box-info .store-hero-card .right .store-hero-info {
    padding-right: 40px;
  }
  .store-content .box-info .store-hero-card .right .store-hero-info .verified-project {
    display: block;
    width: 130px;
    height: 35px;
    border-radius: 19px;
    background-color: rgb(251, 142, 111);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 34px;
    text-align: center;
    margin-bottom: 0;
  }
  .store-content .box-info .store-hero-card .right .store-hero-info h3 {
    font-size: 48px;
    line-height: 67px;
    margin-bottom: 22px;
  }
  .store-content .box-info .store-hero-card .right .store-hero-info .category {
    font-size: 22px;
    line-height: 26px;
  }
  .store-content .box-info .store-hero-card .right .authentication-img {
    display: none;
  }
  .store-content .box-info .store-hero-card .left .entry-rate li {
    font-size: 28px;
  }
  .store-content .box-info .store-hero-card .left .entry-rate li i {
    font-size: 38px;
    margin-right: 3px;
  }
  .store-content .box-info .store-hero-card .left .social-icon {
    gap: 22px;
  }
  .store-content .box-info .store-hero-card .left .social-icon i {
    font-size: 25px;
  }
}
@media only screen and (max-width : 767px) {
  .store-content .box-info {
    margin-top: -120px;
  }
  .store-content .box-info .store-hero-card {
    padding: 35px 40px 36px 38px;
    max-height: 215px;
  }
  .store-content .box-info .store-hero-card .right .store-hero-thumb {
    flex: 0 0 150px;
    max-width: 150px;
  }
  .store-content .box-info .store-hero-card .right .store-hero-info {
    padding-right: 35px;
  }
  .store-content .box-info .store-hero-card .right .store-hero-info .verified-project {
    width: 120px;
    font-size: 11px;
  }
  .store-content .box-info .store-hero-card .right .store-hero-info h3 {
    font-size: 38px;
    line-height: 36px;
  }
  .store-content .box-info .store-hero-card .right .store-hero-info .category {
    font-size: 18px;
    line-height: 20px;
  }
  .store-content .box-info .store-hero-card .left .entry-rate li {
    font-size: 24px;
  }
  .store-content .box-info .store-hero-card .left .entry-rate li i {
    font-size: 30px;
  }
  .store-content .box-info .store-hero-card .left .social-icon {
    gap: 18px;
  }
  .store-content .box-info .store-hero-card .left .social-icon i {
    font-size: 20px;
  }
}
@media only screen and (max-width : 575px) {
  .store-content .box-info {
    margin-top: -115px;
  }
  .store-content .box-info .store-hero-card {
    padding: 28px 27px 29px 28px;
    max-height: 180px;
    max-width: 96%;
    margin-left: auto;
    margin-right: auto;
  }
  .store-content .box-info .store-hero-card .right .store-hero-thumb {
    flex: 0 0 110px;
    max-width: 110px;
  }
  .store-content .box-info .store-hero-card .right .store-hero-info {
    padding-right: 30px;
  }
  .store-content .box-info .store-hero-card .right .store-hero-info .verified-project {
    width: 110px;
    font-size: 10px;
  }
  .store-content .box-info .store-hero-card .right .store-hero-info h3 {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 20px;
  }
  .store-content .box-info .store-hero-card .right .store-hero-info .category {
    font-size: 14px;
  }
  .store-content .box-info .store-hero-card .left .entry-rate li {
    font-size: 18px;
  }
  .store-content .box-info .store-hero-card .left .entry-rate li i {
    font-size: 24px;
  }
  .store-content .box-info .store-hero-card .left .social-icon {
    gap: 15px;
  }
  .store-content .box-info .store-hero-card .left .social-icon i {
    font-size: 17px;
  }
}
@media only screen and (max-width : 430px) {
  .store-content .box-info {
    margin-top: -80px;
  }
  .store-content .box-info .store-hero-card {
    padding: 21px 19px 23px 24px;
    max-height: 129px;
    max-width: 387px;
    border-radius: 11px;
  }
  .store-content .box-info .store-hero-card .right .store-hero-thumb {
    flex: 0 0 86px;
    max-width: 86px;
  }
  .store-content .box-info .store-hero-card .right .store-hero-info {
    padding-right: 25px;
  }
  .store-content .box-info .store-hero-card .right .store-hero-info .verified-project {
    width: 93px;
    height: 25px;
    font-size: 8px;
    line-height: 24px;
  }
  .store-content .box-info .store-hero-card .right .store-hero-info h3 {
    font-size: 24px;
    line-height: 27px;
    margin-bottom: 12px;
  }
  .store-content .box-info .store-hero-card .right .store-hero-info .category {
    font-size: 11px;
    line-height: 12px;
  }
  .store-content .box-info .store-hero-card .left .entry-rate li {
    font-size: 14px;
  }
  .store-content .box-info .store-hero-card .left .entry-rate li i {
    font-size: 19px;
  }
  .store-content .box-info .store-hero-card .left .social-icon {
    gap: 11px;
  }
  .store-content .box-info .store-hero-card .left .social-icon i {
    font-size: 13px;
  }
}
@media only screen and (max-width : 375px) {
  .store-content .box-info .store-hero-card {
    width: 340px;
  }
}
.store-content .search-box {
  display: none;
}
.store-content .products-content {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
}
.store-content .controls {
  margin-bottom: 342px;
}
@media only screen and (max-width : 991px) {
  .store-content {
    margin-bottom: 100px;
  }
  .store-content .search-box {
    display: block;
    padding-bottom: 50px;
  }
  .store-content .controls {
    display: none;
  }
}

.join-hero-image {
  background-image: url(../../images/join-cover.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 634px;
  border-radius: 0 0 22px 22px;
}
@media only screen and (max-width : 991px) {
  .join-hero-image {
    min-height: 500px;
  }
}
@media only screen and (max-width : 767px) {
  .join-hero-image {
    min-height: 400px;
  }
}
@media only screen and (max-width : 575px) {
  .join-hero-image {
    min-height: 300px;
  }
}
@media only screen and (max-width : 430px) {
  .join-hero-image {
    min-height: 212px;
  }
}

.contact-form-box {
  margin-top: -200px;
  margin-left: auto;
  margin-right: auto;
  background-color: white;
  box-shadow: 0px 11px 61.1px 3.9px rgba(34, 34, 34, 0.09);
  padding: 30px;
  border-radius: 18px;
}
.contact-form-box  label {
/*   position: absolute;
  top: -10px;
  left: 15px;
  background-color: #f0f0f0;
  padding: 0 5px;
  font-size: 12px;
  color: #000;
  pointer-events: none; */
}
.contact-form-box .title .sub-title {
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 10px;
}
.contact-form-box .title .sub-title-two {
  color: rgb(72, 31, 102);
  font-size: 25px;
  margin-bottom: 20px;
}
.contact-form-box .form-group .nice-select {
  width: 100%;
  font-size: 15px;
  font-weight: 300;
}

.contact-form-box .contact-form .form-group .input-group:focus-within {
  border-color: rgb(72, 31, 102) !important;
}
.contact-form-box .contact-form .form-group .input-group:focus {
  border-color: #295939;
  box-shadow: none;
}
.contact-form-box .form-group label {
/*   color: #000;
  font-weight: 300;
  margin-bottom: 5px; */
}
.contact-form-box .uploud-logo {
  display: flex;
  flex-wrap: wrap;
}
.contact-form-box .uploud-logo label {
  flex-basis: 100%;
}
.contact-form-box .uploaded-img {
  margin-top: -30px;
}
.contact-form-box .uploaded-img .uploaded-img-container {
  position: relative;
  width: 100px;
  height: 100px;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgb(72, 31, 102);
}
.contact-form-box .uploaded-img .uploaded-img-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.contact-form-box .uploaded-img .delete-icon {
  position: absolute;
  top: 5px;
  right: 5px;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 17px;
}




@media only screen and (max-width : 767px) {
  .contact-form-box .uploaded-img .uploaded-img-container {
    height: 70px;
    margin-top: 40px;
  }
}
.contact-form-box .join-btn {
  color: #fff;
  width: 400px;
  height: 59px;
  border-radius: 29px;
  font-size: 22px;
  line-height: 52px;
  font-weight: 500;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgb(72, 31, 102);
  margin-right: auto;
  margin-left: auto;
}
.contact-form-box .back-btn {
  color: #fff;
  width: 400px;
  height: 59px;
  border-radius: 29px;
  font-size: 22px;
  line-height: 52px;
  font-weight: 500;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fb8e6f;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width : 991px) {
  .contact-form-box .join-btn {
    width: 300px;
    height: 48px;
    border-radius: 22px;
    font-size: 18px;
  }
  .contact-form-box .back-btn {
    width: 300px;
    height: 48px;
    border-radius: 22px;
    font-size: 18px;
  }
}
@media only screen and (max-width : 767px) {
  .contact-form-box {
    margin-top: -150px;
  }
  .contact-form-box .join-btn {
    width: 225px;
    height: 44px;
    font-size: 18px;
    line-height: 36px;
  }
  .contact-form-box .back-btn {
    width: 225px;
    height: 44px;
    font-size: 18px;
    line-height: 36px;
  }
}
@media only screen and (max-width : 575px) {
  .contact-form-box {
    margin-top: -100px;
    width: 98%;
  }
  .contact-form-box .join-btn {
    width: 196px;
    height: 35px;
    border-radius: 14px;
    font-size: 14px;
  }
  .contact-form-box .back-btn {
    width: 196px;
    height: 35px;
    border-radius: 14px;
    font-size: 14px;
  }
}
@media only screen and (max-width : 430px) {
  .contact-form-box {
    margin-top: -75px;
  }
}
@media only screen and (max-width : 375px) {
  .contact-form-box {
    margin-top: -50px;
  }
}

.contact-option-item {
  display: flex;
  margin-bottom: 20px;
}

.contact-option-icon {
  font-size: 28px;
  color: #0067da;
  margin-right: 15px;
}
.contact-option-icon:last-child {
  margin-bottom: 0;
}

.contact-option-details p {
  font-size: 16px;
  margin-bottom: 10px;
  color: #0d0d0d;
}
.contact-option-details p:last-child {
  margin-bottom: 0;
}
.contact-option-details p a {
  color: #0d0d0d;
}
.contact-option-details p a:hover {
  color: #0067da;
}

.contact-information-image {
  position: relative;
}
.contact-information-image:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/shapes/frame-2.png);
  background-size: 100% 100%;
}

.contact-form-box {
  margin-left: auto;
  margin-right: auto;
}

.error-page-content {
  text-align: center;
}
.error-page-content img {
  margin-bottom: 50px;
}
.error-page-content h2 {
  font-size: 35px;
  color: #0d0d0d;
  font-family: "Nunito", sans-serif;
  font-weight: bold;
  margin-top: 17px;
  margin-bottom: 17px;
}
.error-page-content h2:first-child {
  margin-top: 0;
}
.error-page-content h2:last-child {
  margin-bottom: 0;
}
.error-page-content p {
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 23px;
}
.error-page-content p:first-child {
  margin-top: 0;
}
.error-page-content p:last-child {
  margin-bottom: 0;
}
.error-page-content .to-home-btn {
  display: block;
  width: 400px;
  height: 59px;
  border-radius: 29px;
  background-color: rgb(251, 142, 111);
  color: #fff;
  font-size: 29px;
  font-weight: 700;
  text-align: center;
  line-height: 52px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width : 991px) {
  .error-page-content .to-home-btn {
    width: 300px;
    height: 48px;
    border-radius: 22px;
    font-size: 18px;
    line-height: 44px;
  }
}
@media only screen and (max-width : 767px) {
  .error-page-content .to-home-btn {
    width: 250px;
    height: 44px;
    font-size: 18px;
    line-height: 44px;
  }
}
@media only screen and (max-width : 575px) {
  .error-page-content .to-home-btn {
    width: 196px;
    height: 35px;
    border-radius: 14px;
    font-size: 14px;
    line-height: 29px;
  }
}

.sr-only {
  display: none;
}

.scroll-top {
  width: 45px;
  height: 45px;
  background: rgb(251, 142, 111);
  border-radius: 50%;
  position: fixed;
  bottom: 60px;
  right: 20px;
  cursor: pointer;
  z-index: 11;
  transform: translateX(5px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.3s linear;
}
.scroll-top:before {
  content: "";
  width: 60px;
  height: 60px;
  background-color: rgba(255, 84, 33, 0.3);
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.scroll-top.scrolltopactive {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.scroll-top:hover .scroll-top-inner span {
  animation: none;
}

@keyframes scrollAnimation {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(2px);
  }
  50% {
    transform: translateY(0);
  }
  75% {
    transform: translateY(-2px);
  }
  100% {
    transform: translateY(0);
  }
}
.scroll-top-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.scroll-top-inner span {
  animation: scrollAnimation 1s infinite linear;
}
.scroll-top-inner span i {
  font-size: 18px;
  color: #fff;
}/*# sourceMappingURL=style.css.map */


/* Center the button on the screen */
.button-container {
    display: flex;
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
    height: 10vh; /* Full viewport height */
}

/* Button styling */
.contact-btn {
    background-color: rgb(251, 142, 111); /* Green background */
    color: white; /* White text */
    padding: 12px 24px; /* Padding */
    border: none; /* Remove border */
    border-radius: 5px; /* Rounded corners */
    font-size: 16px; /* Font size */
    cursor: pointer; /* Pointer cursor on hover */
    transition: background-color 0.3s ease, transform 0.2s ease; /* Smooth transitions */
}

.contact-btn:hover {
    background-color: rgb(251, 142, 111); /* Darker green on hover */
    transform: scale(1.05); /* Slightly enlarge the button */
	color: white; /* White text */
}

.contact-btn:active {
    transform: scale(0.95); /* Slightly shrink the button when clicked */
}

.contact-btn:focus {
    outline: none; /* Remove default focus outline */
    box-shadow: 0 0 0 3px rgba(72, 207, 173, 0.5); /* Custom focus outline */
}

/* Spinner animation */
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.loading-spinner {
    border: 3px solid #f3f3f3; /* Light grey */
    border-top: 3px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 20px;
    height: 20px;
    animation: spin 1s linear infinite;
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
}    

.label-block {
    display: block !important;
    align-items: center;
    gap: 0.5rem; /* Adds space between child elements */
    padding: 0.5rem; /* Adds padding inside the label */
    border-radius: 0.25rem; /* Rounded corners */
}

.label-block:hover {
    background-color: #f3f4f6; /* Light gray background on hover */
}

/* Container for the phone input */
.phone-input-container {
    display: flex;
    padding: 1px 1px 1px; 
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 100%;
    max-width: 400px;
}

/* Country code dropdown */
.country-code-dropdown {
    position: relative;
    background-color: #f9f9f9;
    border-right: 1px solid #ccc;
    cursor: pointer;
    padding: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
}

/* Selected country */
.selected-country {
    display: flex;
    align-items: center;
    gap: 4px;
}

/* Flag icon */
.flag-icon {
    font-size: 16px;
}

/* Dial code */
.dial-code {
    font-size: 14px;
    color: #333;
}

/* Dropdown arrow */
.arrow {
    font-size: 12px;
    color: #666;
}

/* Country list (hidden by default) */
.country-list {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    max-height: 200px;
    overflow-y: auto;
    width: 100%;
}

/* Show country list on hover */
.country-code-dropdown:hover .country-list {
    display: block;
}

/* Country option */
.country-option {
    padding: 8px;
    font-size: 14px;
    color: #333;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
}

/* Hover effect for country options */
.country-option:hover {
    background-color: #f1f1f1;
}

/* Phone number input */
.phone-number-input {
    flex: 1;
    border: none;
    outline: none; /* Remove the outline border */
    padding: 8px;
    font-size: 18px;
    color: #333;
    text-align: left; /* Align text to the left */
    width: 100%;
}

/* Focus state for input */
.phone-number-input:focus {
    border-color: #66afe9;
    box-shadow: 0 0 8px rgba(102, 175, 233, 0.6); /* Optional: Add a custom focus effect */
}

.price-container {
    display: flex; /* Use flexbox for alignment */
    justify-content: space-between; /* Space between currency and price */
    align-items: center; /* Center items vertically */
}

.currency {
    margin-right: 5px; /* Add some space between currency and price */
}

.price {
    margin-left: auto; /* Push the price to the right */
}
