.bg-yellow {
    background-color: #221F1F!important;
}

.header-mb-150 {
   margin-bottom: 127px;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li {
    color: white;
}

.navbar-area .nav-container {
    padding: 20px 0px;
}

.white .login-account {
    color: white;
}
.open-button:hover {
    background-color: black;
}

.btn-wrapper .cmn-btn.btn-bg-1 {
    background: #F8EF22;
    color: #221F1F;
}
.btn-wrapper .cmn-btn.btn-bg-2 {
    background:#221F1F ;
    color: #F8EF22;
}
.btn-wrapper .cmn-btn.btn-outline-1 {
    border: 2px solid black;
    color: #F8EF22;
}
.btn-wrapper .cmn-btn.btn-outline-1:hover {
    background: var(--main-color-one);
    color: black !important;
}


/* Marketplace area */

.margketplace-area {
    position: relative;
    z-index: 2;
    overflow: hidden;
    padding-top: 50px;
    padding-bottom: 50px;
}

.market-shapes img {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -220px;
    z-index: -1;
}

.marketplace-child:nth-child(6n+1) .single-marketplace {
    background: black;
}

.marketplace-child:nth-child(6n+1) .single-marketplace .icon {
    background: #F8EF22;
}

.marketplace-child:nth-child(6n+1) .single-marketplace .marketplace-contents .common-title:hover {
    color: #6560FF;
}
.marketplace-child:nth-child(6n+1) .single-marketplace .marketplace-contents .common-title{
    color: white;
}
.marketplace-child:nth-child(6n+1) .single-marketplace .marketplace-contents .common-para {
    color: white;
}


.marketplace-child:nth-child(6n+2) .single-marketplace {
    background: #F8EF22;
}

.marketplace-child:nth-child(6n+2) .single-marketplace .icon {
    background: black;
}

.marketplace-child:nth-child(6n+2) .single-marketplace .marketplace-contents .common-title:hover {
    color: #C71F66;
}
.marketplace-child:nth-child(6n+2) .single-marketplace .marketplace-contents .common-para {
    color: black;
}



.marketplace-child:nth-child(6n+3) .single-marketplace {
    background: black;
}

.marketplace-child:nth-child(6n+3) .single-marketplace .icon {
    background: #F8EF22;
}

.marketplace-child:nth-child(6n+3) .single-marketplace .marketplace-contents .common-title:hover {
    color: #378FFF;
}
.marketplace-child:nth-child(6n+3) .single-marketplace .marketplace-contents .common-title{
    color: white;
}
.marketplace-child:nth-child(6n+3) .single-marketplace .marketplace-contents .common-para {
    color: white;
}


.marketplace-child:nth-child(6n+4) .single-marketplace {
    background:#F8EF22;
}

.marketplace-child:nth-child(6n+4) .single-marketplace .icon {
    background: black;
}

.marketplace-child:nth-child(6n+4) .single-marketplace .marketplace-contents .common-title:hover {
    color: var(--main-color-three);
}

.marketplace-child:nth-child(6n+4) .single-marketplace .marketplace-contents .common-para {
    color: black;
}



.marketplace-child:nth-child(6n+5) .single-marketplace {
    background: black;
}

.marketplace-child:nth-child(6n+5) .single-marketplace .icon {
    background: #F8EF22;
}

.marketplace-child:nth-child(6n+5) .single-marketplace .marketplace-contents .common-title:hover {
    color: #0FC393;
}
.marketplace-child:nth-child(6n+5) .single-marketplace .marketplace-contents .common-title{
    color: white;
}
.marketplace-child:nth-child(6n+5) .single-marketplace .marketplace-contents .common-para {
    color: white;
}



.marketplace-child:nth-child(6n+6) .single-marketplace {
    background: #F8EF22;
}

.marketplace-child:nth-child(6n+6) .single-marketplace .icon {
    background: black;
}

.marketplace-child:nth-child(6n+6) .single-marketplace .marketplace-contents .common-title:hover {
    color: #BE3EFF;
}
.marketplace-child:nth-child(6n+6) .single-marketplace .marketplace-contents .common-para {
    color: black;
}

.overview-single .overview-benefits .list::before {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    background: white;
    height: 10px;
    width: 10px;
    border-radius: 50%;
}
.overview-single .overview-benefits .list:hover {
    color:white;
}

.footer-area{
    background-color: #221F1F;
}
.widget .footer-inner .footer-para {
    font-size: 16px;
    color: white;
    line-height: 28px;
}
.widget .widget-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    text-transform: capitalize;
    position: relative;
    font-family: var(--heading-font);
    color: white;
}
.widget .footer-inner .footer-link-list .list a {
    font-size: 16px;
    font-weight: 400;
    color: white;
    position: relative;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.widget .footer-inner .footer-link-address .list .address {
    font-size: 16px;
    line-height: 26px;
    display: block;
    color: white;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.widget .footer-inner .footer-socials .footer-social-list .lists a {
    color: #F8EF22;
    font-size: 30px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.copyright-area .copyright-contents {
    font-size: 14px;
    color: white;
    text-align: center;
}
.signup-forms button {
    width: 100%;
    border: 0;
    outline: none;
    background: black;
    color: #fff;
    height: 60px;
    padding: 0 20px;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    border-radius: 5px;
    margin-top: 25px;
}
.message-contact-form .submit-btn {
    font-size: 18px;
    font-weight: 500;
    line-height: 34px;
    background: #F8EF22;
    color: #221F1F;
    border: 0;
    outline: none;
    border-radius: 5px;
    padding: 12px 35px;
    cursor: pointer;
    margin-top: 35px;
}

.login-account .account-list-item .list a:hover {
    background: var(--main-color-one);
    color: black !important;
}
.registration-list.step-list-two .list.active .list-click {
    background: black;
    color: #F8EF22;
    border-color: black;
}
.registration-seller-btn .registration-tabs li.active .single-tabs-registration .contents .title {
    color:  #F8EF22;
}
.registration-seller-btn .registration-tabs li.active {
    background: black;
    border-color: black;
}

.registration-seller-btn .registration-tabs li {
    cursor: pointer;
    position: relative;
    z-index: 1;
    border: 1px solid black;
    padding: 7px 20px;
    border-radius: 5px;
    background: #F8EF22;
    margin: 10px 0px;
}

.single-tabs-registration .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 41px;
    width: 41px;
    border-radius: 50%;
    background: black;
    color: #fff;
    font-size: 24px;
}

.single-tabs-registration .contents .title {
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    margin: 0;
    color: black;
}

.msform .action-button {
    font-weight: 500;
    color: #F8EF22;
    cursor: pointer;
    float: right;
    background: black;
    border-radius: 0px;
    padding: 10px 25px;
    margin: 40px 0px 5px 10px;
    border: 1px solid black;
}

.cost-button{
    font-weight: 500;
    color: black;
    cursor: pointer;
    float: right;
    background: #F8EF22;
    border-radius: 0px;
    padding: 10px 25px;
    margin: 40px 0px 5px 10px;
    border: 1px solid black;
}

a, a:hover, a:focus, a:active {
    text-decoration: none;
    outline: none;
    color: #F8EF22;
    font-weight: bold;
    font-size: 20px;
}

.logo-wrapper {
    text-align: center;
    margin-right: 50%;
}

.accounts-btn{
    background-color: #F8EF22;
    color: #221F1F;
    padding: 10px 20px;
    border: none;
    border-radius: 9999px;
    font-size: 16px;
    font-weight: bold;
    direction: rtl;
}

.service-border {
    padding: 5px 5px;
    /* border: 2px solid #221F1F;
    border-radius: 15px;  */
}

.service-bg-thumb-format {
    height: 175px;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 10px;
    /* border: 2px solid #ccc;  */
}

.title-price-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 9999px;
    font-weight: bold;
    background-color: #fff;
}

.title-price-wrapper a {
    font-size: 14px;
    color: #221F1F;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.title-price-wrapper .service-price .prices {
    border: 1px solid#221F1F;
    border-radius: 9999px;
    padding: 4px 10px;
    font-size: 14px;
    font-weight: bold;
    color: #221F1F;
    line-height: normal;
}

.btn-wrapper .cmn-btn {
    border-radius: 9999px;
    padding: 8px 20px;
    text-align: center;
    flex: 1;
    margin: 5px;
    white-space: nowrap;
    border: 2px solid #221F1F;
    font-weight: bold;
}
.single-service .services-contents .service-price .prices {
    font-size: 20px;
    font-weight: 700;
    line-height: 21px;
    color: #221F1F;
}

.single-service .services-contents .service-price
 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    /* margin: 18px 0 13px; */
}
.common-para {
    font-size: 14px;
    line-height: 19px;
}
.services-contents p {
    font-size: 13px;
    /* padding: 5px; */
    border-radius: 3px;
    text-align: justify;
    line-height: 19px;
    color: #221F1F;
}

.pricing-table-10 {
    background: #fff;
    border-radius: 25px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    padding: 30px 20px;
    text-align: center;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease;
    margin-bottom: 30px;
}

.pricing-table-10 .icon-area {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;

    border-radius: 20px 20px 0 0;
    padding: 60px 20px 20px 20px;
    margin: -30px -20px 20px -20px;
    position: relative;
}
.yellow_price {
    background: linear-gradient(to bottom, #F8EF22 50%, white 50%);
    padding: -1px 20px 20px 20px;
    margin: -30px -20px 47px -20px;
    position: relative;
    border-radius: 20px 20px 0 0;
}


.price-wrapper {
    position: relative;
    text-align: center;
    margin-top: 10px;
}

.price-wrapper::before {
    content: "";
    position: absolute;
    top: 60%;
    left: 0;
    right: 0;
    height: 4px;
    background-color: black;
    z-index: 0;
}

.price-wrapper::after {
    content: "";
    position: absolute;
    top: 91%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120px;
    height: 60px;
    background-color: white;
    border-bottom-left-radius: 120px;
    border-bottom-right-radius: 120px;
    border: 4px solid black;
    border-top: none;
    z-index: 0;
}


.price {
    position: relative;
    z-index: 1;
    background: #F8EF22;
    color: black;
    font-size: 20px;
    font-weight: bold;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50%;
    display: inline-block;
    box-shadow: 0 0 0 6px white;
}


.pricing-table-10 .icon-area img {
    max-width: 60px;
    margin-bottom: 10px;
}

.pricing-table-10 .icon-area .title {
    font-size: 42px;
    font-weight: bold;
    color: #221F1F;
}

.pricing-table-10 .price {
    width: 100px;
    height: 100px;
    background-color: #221F1F;
    color: #F8EF22;
    font-size: 17px;
    font-weight: 800;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px auto;
    border: -11px solid #fff;
}



.pricing-table-10 .price-body ul {
    padding: 0;
    list-style: none;
}

.pricing-table-10 .price-body ul li {
    position: relative;
    padding-right: 30px;
    margin: 8px 0;
    font-size: 14px;
    font-weight: 500;
    color: #221F1F;
    line-height: 1.8;
    background: #f4f4f4;
    border-radius: 9999px;
    text-align: right;
}

.pricing-table-10 .price-body ul li::after {
    content: "\f058"; 
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #221F1F;
    font-size: 16px;
}
/* Buy Button */
.pricing-table-10 .btn-wrapper .cmn-btn {
    background: #221F1F;
    color: #F8EF22;
    padding: 10px 25px;
    border-radius: 9999px;
    font-weight: bold;
    transition: all 0.3s ease;
    display: inline-block;
    text-align: center;
    border: none;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.cost-title {
    background-color: #F8EF22;
    padding: 10px;
    color: black;
    width: 100%;
    border-radius: 12px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
}
.cost-title-serv {
    background-color: #F8EF22;
    padding: 10px;
    color: black;
    width: 100%;
    border-radius: 12px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
}
.form-control-cost{
    color: #221F1F;
    background-color: #fff;
}
.form-control-cost,
.form-control-cost-1 {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.form-control-cost-1{
    color: #221F1F;
    background-color: #F8EF22;
}
.btn-map {
    background-color: #F8EF22;
    border-radius: .25rem;
    padding: 0.375rem 0.75rem;
    border: 1px solid #ccc;
    color: #221F1F;
    font-size: 1.2rem;
    min-width: 45px;
    height: calc(2.25rem + 2px);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn-map-reset {
    background-color: yellow;
    color: #221F1F;
    border: none;
    padding: 0.5rem 1rem;
    border-radius: 5px;
    font-weight: bold;
    cursor: pointer;
}

@media (max-width: 768px) {
    .form-group .col-md-6 {
        margin-bottom: 1rem;
    }
}

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

.swiper-slide .row {
    width: 100%;
    margin: 0;
}

.swiper-slide .col-md-3 {
  padding: 5px;
}
.swiper-pagination {
  padding: 10px;
  border-radius: 10px;
  font-size: 18px;
}

.swiper-pagination .swiper-pagination-bullet {
  background-color: #F8EF22;
  width: 20px;
  height: 20px;
}
.card1 {
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin: 10px 0;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.card-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.card-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.swiper-image-small {
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 2;
    object-fit: contain;
    border-radius: 12px;
}
.swiper.mySwiper {
    width: 100%;
    max-width: 1140px; 
    margin: 0 auto; 
    height: 300px;
}
.section-bg-2-banner{ 
    background-color: #221F1F;
}
.inner-menu .list {
    position: relative;
    color: #F8EF22;
    font-size: 30px;
    font-weight: 400;
    line-height: 28px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.inner-menu .list:hover {
    color: #F8EF22;
}
.banner-inner-title{
    color: #221F1F;
}

.inner-menu .list:not(:first-child)::before {
    position: absolute;
    content: "-";
    height: 69%;
    width: 1px;
    left: 0;
    top: 50%;
}

.title-price-wrapper-serv {
    border-bottom: 1px solid #ddd;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}

.prices-serv-detail {
    font-size: 1.5rem;
    font-weight: bold;
    color: #fcea0a; 
    background-color: #221F1F;
    white-space: nowrap;
    border-radius: 12px;
}


/* .title-price-wrapper-serv {
    display: flex;
    align-items: center;
    border-radius: 9999px;
    font-weight: bold;
    background-color: #fff;
} */
.title-price-wrapper-serv .service-price .prices-serv-detail {
    border: 1px solid#221F1F;
    border-radius: 9999px;
    padding: 4px 10px;
    font-size: 25px;
    font-weight: bold;
    color: #F8EF22;
    line-height: normal;
    background-color: #221F1F;
    margin-right: 100%;
}
.title-price-wrapper-serv .h3{
    color:#221F1F;
}

.details-content-tab .details-tap-para {
    margin-top: 30px;
    font-size: 16px;
    line-height: 26px;
    color: #221F1F;
    word-break: break-all;
    font-weight: bold;
}
.tab-content1.active {
    display: block;
}

.section-title-two-serv {
    /* border-bottom: 2px solid rgba(0, 0, 0, 0.1); */
    margin-bottom: 10px;
    padding-bottom: 20px;
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.section-title-two-serv .title {
    font-size: 32px;
    font-weight: 600;
    font-family: var(--heading-font-two);
    line-height: 46px;
    margin: -10px 0 0;
    color: #F8EF22;
}

@media (min-width: 320px) and (max-width: 991.98px) {
    .section-title-two-serv .title {
        font-size: 24px;
        line-height: 32px;
    }
}

@media only screen and (max-width: 375px) {
    .section-title-two-serv .title {
        font-size: 22px;
        line-height: 32px;
    }
}

.form-control-cost-serv,
.form-control-cost-1-serv {
    border-radius: 8px;
    padding: 0.75rem;
    border: 1px solid #ccc;
}

/* .btn-map-serv {
    background-color: yellow;
    border: none;
    border-radius: 8px;
    padding: 0.5rem 1rem;
    color: #221F1F;
} */
 .btn-map-serv {
    width: 50px;
    height: 39px;
    background-color: yellow;
    border-radius: 5px;
    cursor: pointer;
    color: black;
    font-size: 18px;
}
 .btn-map-serv-1 {
    width: 50px;
    height: 47px;
    background-color: yellow;
    border-radius: 5px;
    cursor: pointer;
    color: black;
    font-size: 18px;
}

.btn-map-reset {
    background-color: yellow;
    color: #221F1F;
    border: none;
    padding: 0.6rem 1.2rem;
    border-radius: 8px;
}


.swiper.mySwiper-basic {
    width: 100%;
    max-width: 1140px; 
    margin: 0 auto; 
    height: 903px;
}


.contact-promo-area div[class*=col]:nth-child(3n+2) .single-contacts .contact-icon {
    background: #221F1F;
}

.contact-promo-area div[class*=col]:nth-child(3n+3) .single-contacts .contact-icon {
    background: #221F1F;
}

.single-contacts {
    text-align: center;
    background: #F8EF22;
    padding: 30px;
    border-radius: 5px;
    height: 100%;
}

.single-contacts .contact-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    font-size: 40px;
    color: #fff;
    background: #221F1F;
    text-align: center;
    margin: 0 auto;
}

.single-contacts .contacts-contents .title {
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    margin-top: 20px;
}

.single-contacts .contacts-contents .item-contents {
    margin-top: 15px;
}

.single-contacts .contacts-contents .item-contents .item {
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    color: var(--light-color);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.single-contacts .contacts-contents .item-contents .item:hover {
    color: var(--main-color-one);
}

@media only screen and (max-width: 480px) {
    .single-contacts .contacts-contents .item-contents .item {
        font-size: 15px;
    }
}

@media only screen and (max-width: 375px) {
    .single-contacts .contacts-contents .item-contents .item {
        font-size: 14px;
    }
}
.message-contact-form .form-group label {
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    color: white;
    display: block;
    margin-bottom: 15px;
}

.faq-contents .faq-item .faq-title {
    font-size: 18px;
    color: #221F1F;
    line-height: 24px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 20px 25px;
    background: #F8EF22;
    cursor: pointer;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.faq-contents .faq-item.open .faq-title {
    background: var(--main-color-one);
    color: #221F1F;
}

.faq-contents .faq-item.open .faq-title::after {
    content: "";
    color: #fff;
}
.faq-contents .faq-item .faq-panel .faq-para {
    font-size: 16px;
    line-height: 28px;
    color: #fff;
}
.overview-list .list .list-click .list-number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    background: #221F1F;
    border: 1px solid #dddddd;
    color: #fff;
    border-radius: 50%;
    font-size: 24px;
    font-weight: 600;
    font-family: var(--heading-font);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.msform .action-button-previous {
        font-weight: 500;
    color: #F8EF22;
    cursor: pointer;
    float: right;
    background: black;
    border-radius: 0px;
    padding: 10px 25px;
    margin: 40px 0px 5px 10px;
    border: 1px solid black;
}

.msform .action-button-previous:hover,
.msform .action-button-previous:focus {
    background-color: #221F1F;
    color: #F8EF22;
}

.single-info-overview .single-info-input .info-title {
    display: block;
    font-family: var(--heading-font);
    color: white;
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
}
.booking-info .booking-details .booking-list .lists .list-span {
    display: block;
    color: white;
    font-size: 16px;
    line-height: 26px;
    min-width: 140px;
}
.booking-info .booking-details .booking-list .lists .list-strong {
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    color: white;
    max-width: 390px;
}

.checkbox-inlines .checkbox-label {
    cursor: pointer;
    text-align: left;
    line-height: 26px;
    font-size: 18px;
    font-weight: 500;
    color: white;
}
.bottom-checkbox .checkbox-label a {
    color: #F8EF22;
    display: inline-block;
}
.margin-bottom-10-serv{
    margin-bottom: 10px;
}

.condition-info .single-condition .condition-content .checkbox-inlines .checkbox-label a {
    color: #221F1F;
    font-weight: 600;
}

