*{
    font-family: "Cairo", serif !important;
  
  }
body {
    font-family: 'Cairo', sans-serif;
    background-color: #fafafa !important;
    margin: 0;
    padding: 0;
}

h1{
    font-size: 28px;
    font-family: 'Cairo', sans-serif !important;
    color: #333;
}
h5{
  font-size: 22px;
  font-weight: 700;
}
h2,h3,h4{
    font-size: 22px;
    font-weight: 700;

    font-family: 'Cairo', sans-serif !important;

}
label{
  font-family: 'Cairo', sans-serif !important;

}

.category-item svg:dir(rtl){
    position: absolute;
    transform: rotate(180deg);
    left: 5px;
}
.category-item svg:dir(ltr){
    position: absolute;
    right: 5px;
}

input ,select{
    font-family: 'Cairo', sans-serif !important;
    font-weight: 600;
  
  }
p{
    font-size: 14px;
    margin-bottom: 5px;
    font-family: 'Cairo', sans-serif !important;


}
a{
    color: #555 !important;
    text-decoration: none !important;
    font-family: 'Cairo', sans-serif !important;

}



.header {
    color: #333;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header:dir(rtl){
    flex-direction: row-reverse;
}

.header .back-arrow {
    font-size: 24px;
    color: #333;
    cursor: pointer;
    text-decoration: none;
    transition: color 0.3s ease;
}

.header .back-arrow:hover {
    color: #ffc107;
}
.postform{
    max-width: 450px;
    margin: auto;
}

.postform input[type="file"]{
    width: 100%;
    opacity:0;
    position: absolute;
    z-index: 2;
    height: 100%;
  
  }

  #onClickPositionView{
    display: none;
  }
  .theuploaderinput{
    border: 1px dashed black;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 10px;
    padding: 15px;
    background: #fff;
}

#map{
  margin-top: 20px;
  height: 300px;
  width: 100%;
  border-radius: 10px;
}

#previewContainer {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.postform-container {
    padding: 0px 20px;
    border-radius: 10px;
    margin: 20px auto;
    max-width: 800px;
}

.postform-header h2 {
    font-size: 22px;
    color: #d84b52;
    text-align: center;
    margin-bottom: 15px;
}

.postform-header p {
    color: #555;
    font-size: 14px;
    text-align: center;
    margin-bottom: 20px;
}

textarea.form-control{
  height: 200px !important;
}

.form-control{
    border: 1px solid #00000067;
    font-weight: 300;
    font-style: normal;
    background: transparent;
    border-radius: 5px;
    display: flex;
    font-size: 14px;
    width: 100%;
}
.iti--allow-dropdown{
    width: 100%;
}
.form-select{
    border: 1px solid #0000001d;
    font-weight: 400;
    font-style: normal;
    border-radius: 5px;
    display: flex
;
    font-size: 13px;
    width: 100%;
    padding: 8px;
}


.check_lable {

    margin: 5px;

}

.check_lable span {
  border: 1px solid #0000001d;
  border-radius: 20px;
  font-size: 13px;
  padding: 0px 5px;
  margin: 5px;
  transition: border-color 0.3sease;
}

.check_lable input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

/* Change border color of span when checkbox is checked */
.check_lable input[type="checkbox"]:checked + span {
    border-color: #d84b52;
}
.multiselect {
    max-height: 200px;
    overflow-y: auto;
    border: 1px solid #eaeaea;
    border-radius: .25rem;
    padding: 1rem;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    z-index: 2;
  }
  
  .form-check {
    margin-bottom: .5rem;
  }
  
  .form-check-input {
    margin-top: .3rem;
  }
  
  .form-check-label {
    margin-left: .5rem;
  }


  .installmentMark{
    padding: 6px;
    background-color: #40e0d0;
    border-radius: 10px;
    color: #fff;
    max-width: 140px;
    font-size: 13px;
  }
  .installmentMarkCard{
    left: 10px;
    top: 5px;
    position: absolute;
    padding: 6px;
    background-color: #40e0d08f;
    border-radius: 10px;
    color: #fff;
    max-width: 140px;
    font-size: 13px;
  }
  #otherSelectorContainer{
    display: none;
  }

  .custom-container {
    max-width: 500px;
    margin: 50px auto;
    padding: 20px;
    background-color: #f8f9fa;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }
  
  .custom-form-group {
    margin-bottom: 20px;
  }
  
  .custom-form-label {
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
  }
  .form-label{
    color: #495057;
    font-weight: 700;
    display: inline-block;
    margin-bottom: .5rem;
  }
  .mb-3{
    margin-bottom: 2rem;
  }
  
  .custom-form-select {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    margin-top: 10px;
  }
  
  .custom-radio-container {
    display: none;
  }
  
  .custom-radio-group {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
  }
  
  .custom-radio-input {
    margin-right: 10px;
    width: 30px;
    height: 18px;
    accent-color: #007bff;
  }
  
  .custom-radio-label {
    margin: 10px;
    font-size: 16px;
    color: #333;
  }
  
  
  .customRadio_container{
    border: 1px solid #e9ecef;
    padding: 10px;
    border-radius: 10px;
  }

  .postform form .custom-radio-group input, input[type=radio]{
    width: 20px;
  }


.allColors_Selector{
    display: flex;
    background-color: white;
    padding: 5px;
    overflow: scroll;
    border-radius: 15px;
    border: 1px solid #e9ecef;
  }


  .thecolor_value.active {
    background-color: #ffcfb5;
    padding: 2px;
    border-radius: 50%;
    opacity: 1;
    transition: 0.3s;
  }

  .thecolor_value.active .colorInput{
    width: 30px;
    height: 30px;
  }

  .select2-container{
    width: 200px;
  }

  .thecolor_value input{
    position: absolute;
    opacity: 0;
  }


  .thecolor_value{
    margin: 5px;
    position: relative;
    transition: 0.3s;
  }

.colorInput{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    box-shadow: -1px 0px 8px 4px #5f5f5f38;
}

.select2-container{
    width: 100% !important;
    height: 40px;
    border: 1px solid #0000001d;
    font-weight: 300;
    font-style: normal;
    background: transparent;
    border-radius: 5px;
    display: flex;
    font-size: 14px;
}



.form-control:focus, .form-select:focus {
    border-color: #d84b52;
    box-shadow: 0 0 5px rgba(216, 75, 82, 0.2);
}

.error-message {
    color: red;
    font-size: 12px;
    margin-top: 5px;
}

.uploader {
    text-align: center;
}

.uploader img {
    max-height: 40px;
}

.uploader h3 {
  margin: 10px;
  font-size: 16px;
  color: #ff4b5c;
  font-weight: 300;
}

.post-button,.post-ads-btn {
    background-color: #d84b52;
    color: #fff;
    font-weight: bold;
    border-radius: 8px;
    padding: 12px;
    width: 100%;
    border: none;
    margin-top: 20px;
}

.post-button,.post-ads-btn::after {
  content: "";
  background-color: #d84b52;
  color: #fff;
  font-weight: bold;
  border-radius: 8px;
  padding: 12px;
  width: 100%;
  border: none;
  margin-top: 20px;
}
.wait-upload{
  text-align: center;
}
.post-button:hover {
    background-color: #c14448;
}

.loading_upload {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(230 230 230 / 83%);
  z-index: 1000;
  align-items: center;
  justify-content: center;
}

.loading_upload img {
    max-height: 50px;
}

.loading_upload h3 {
  font-size: 16px;
  color: #495057;
}
.thecarpost .deleteButton{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ff4b5c;
    color: white;
    position: absolute;
    top: 5px;
    left: 5px;
}

.imageContainer{
    overflow: hidden;
    border: 2px solid #FF6347;
    border-radius: 10px;
    position: relative;
    height: 100px;
    width: 100px;
}
.imageContainer img{
  width: 100%;
  height: 100%;
  max-height:100% ;
}

.previewImage {
    max-width: 900px;
    max-height: 100px;
    object-fit: cover;
}

.previewContainer img{
    width: 200px;
}


  .postform form input{
    border: 1px solid #0000001d;
    font-style: normal;
    border-radius: 5px;
    padding: 7px;
    display: flex;
    background-color: #fff;
    font-size: 16px;
    font-weight: 400;
    width: 100%;
  }

.header .logo {
    flex: 1;
    text-align: center;
}

.header .logo img {
    max-height: 40px;
}

.search-list {
    max-width: 500px;
    margin: 10px auto;
    padding: 20px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.address {
    text-align: center;
    margin-bottom: 20px;
}

.title {
    font-size: 20px;
    font-weight: bold;
    color: #343a40;
}

.breadcrumbs {
    margin-top: 5px;
    font-size: 14px;
    color: #6c757d;
}

.breadcrumb-link {
    text-decoration: none;
    color: #007bff;
}

.breadcrumb-link:hover {
    text-decoration: underline;
}

.breadcrumb-active {
    font-weight: bold;
    color: #495057;
}

.search-bar {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.search-input {
    width: 100%;
    max-width: 500px;
    padding: 6px;
    border: 1px solid #ced4da;
    border-radius: 8px;
    font-size: 17px;
    color: #495057;
    outline: none;
}
.category-item a{
    width: 100%;
    height: 100%;
    font-size: 17px;
    position: relative;
}
.categories-list {
    list-style: none;
    padding: 0;
    margin: 0;
    max-height: 70vh;
    overflow-y: scroll;
    list-style: none;
    padding: 0;
    margin: 0;
}

.category-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 10px;
    border-bottom: 1px solid #e9ecef;
    border-radius: 6px;
    text-decoration: none;
    color: #343a40;
    transition: background-color 0.3s ease, transform 0.2s ease;
    margin-bottom: 10px;
}

.category-item:hover {
    background-color: #e9ecef;
    transform: translateY(-2px);
}

.category-icon {
    width: 40px;
    height: 40px;
    margin-right: 15px;
    border-radius: 50%;
    background: #ffffff;
    padding: 5px;
    border: 1px solid #ced4da;
}

.category-arrow {
    font-size: 16px;
    color: #6c757d;
}

.category-item span {
    flex-grow: 1;
    font-size: 14px;
    font-weight: 500;
}

.step-indicator {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  
  .step-indicator .step {
    display: flex;
    align-items: center;
  }
  
  .step-indicator .step span {
    margin-left: 10px;
  }
  
  .card-container {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    max-width: 600px;
    margin: auto;
  }
  
  .card-container h5 {
    margin-bottom: 20px;
    color:#667085 ;
    text-align: center;
    font-weight: 700;
  }
  
  .ad-category-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  .ad-category-card span{
    font-size: 11px;
    font-weight: 700;
    color: #667085;
  }
  .ad-category-card:hover {
    background-color: #f8f9fa;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  }
  
  .ad-category-card img {
    max-width: 36px;
  }
  
  .fp-main {
    max-width: 900px;
    margin: 30px auto;
    padding: 20px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.header .Logo img {
    max-height: 40px;
}

.header .backword button {
    border: none;
    background: none;
    font-size: 18px;
    cursor: pointer;
    color: #d84b52;
    display: flex;
    align-items: center;
}

.fp-card {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.fp-card-img{
    width: 340px;
    height: 200px;
    border-radius: 15px;
    background-color: #f9f9f9;
}

.fp-card-img img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: cover;
}

.fp-card-details {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.fp-card-details h1 {
    font-size: 20px;
    color: #333;
    margin-bottom: 8px;
}

.fp-card-details h2 {
    font-size: 16px;
    font-weight: 500;
    color: #777;
    margin: 0px;
}

.select2-container--default .select2-selection--single{
    border: none !important;
}

.fp-card-details h3 {
    font-size: 14px;
    margin: 0px;
    color: #aaa;
}

.fp-price h2 {
    font-size: 18px;
    color: #d84b52;
    font-weight: bold;
}

.fp-pack {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.fp-pack-card {
    background: #f9f9f9;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #eaeaea;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}


.fp-pack-card:hover {
    box-shadow: 0 5px 15px rgba(216, 75, 82, 0.3);
}

.fp-pack-card h1 {
    font-size: 18px;
    color: #d84b52;
    margin-bottom: 10px;
}

.fp-pack-card ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

.fp-pack-card ul li {
    font-size: 15px;
    color: #555;
    margin: 10px 0;
    display: flex;
    align-items: center;
}

.fp-pack-card ul li i {
    color: #d84b52;
    margin-right: 10px;
}

.pf-pay-btn {
    text-align: center;
    margin-top: 30px;
}

.pf-pay-btn button {
    padding: 12px 20px;
    background: #d84b52;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.3s ease-in-out;
}

.pf-pay-btn button:hover {
    background: #b13940;
}

/* Responsive Design */
@media screen and (max-width: 768px) {
    .fp-main {
        padding: 15px;
    }

    .fp-card {
        flex-direction: column;
        align-items: center;
    }


    .fp-card-details h1 {
        font-size: 18px;
    }

    .fp-card-details h2 {
        font-size: 14px;
    }

    .fp-card-details h3 {
        font-size: 12px;
    }

    .fp-price h2 {
        font-size: 16px;
    }

    .fp-pack-card h1 {
        font-size: 16px;
    }

    .fp-pack-card ul li {
        font-size: 12px;
    }

    .pf-pay-btn button {
        font-size: 14px;
        padding: 10px 16px;
    }
}



  
.pricing-section {
    text-align: center;
  }

  .pricing-title {
    font-size: 2.0rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
  }

  .pricing-subtitle {
    font-size: 14px;
    color: #666;
    margin: 10px;
  }

  /* Toggle Buttons */
  .toggle-buttons {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
  }

  .toggle-btn {
    background: #f7e0e8;
    color: #d84b52;
    border: none;
    padding: 10px 20px;
    font-size: 1rem;
    margin: 0 10px;
    border-radius: 25px;
    cursor: pointer;
    transition: all 0.3s ease;
  }

  .toggle-btn.active {
    background: #d84b52;
    color: #fff;
  }

  .toggle-btn:hover {
    background: #d84b52;
    color: #fff;
  }

  /* Pricing Cards */
  .pricing-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }

  .pricing-card {
    background: #fff;
    border: 1px solid #e4e4e4;
    border-radius: 15px;
    padding: 20px;
    width: 300px;
    height: 60vh;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  .pricing-card.active {
    border: 2px solid #d84b52;
    transform: translateY(-10px);
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
    background: linear-gradient(180deg, #ffeff5 0%, #ffffff 100%);

  }

  .pricing-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
  }

  .card-header .badge {
    display: inline-block;
    background: #d84b52;
    color: #fff;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 0.9rem;
    margin-bottom: 20px;
  }

  .price {
    font-size: 2rem;
    font-weight: bold;
    color: #333;
    margin: 0px;
  }

  .price span {
    font-size: 1rem;
    color: #666;
    font-weight: normal;
  }

  .card-description {
    font-size: 0.9rem;
    color: #777;
    margin-bottom: 20px;
  }

  .features-list {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
    color: #555;
    font-size: 0.9rem;
    height: 30vh;
    margin-top: 20px;
  }

  .features-list li {
    display: flex;
    margin-bottom: 10px;
    text-align: justify;
    gap: 10px;
  }

  .features-list li::before {
    content: '\2713';
    color: #d84b52;
    font-weight: bold;
    margin-right: 10px;
  }

  .cta-btn {
    background: linear-gradient(45deg, #dc3545, #ff4b5c);
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 25px;
    font-size: 1rem;
    cursor: pointer;
    transition: background 0.3s ease;
    width: 100%;
  }

  .cta-btn:hover {
    background: #4a27a7;
  }

  /* Responsive Styles */
  @media (max-width: 768px) {
    .header .logo img {
        max-height: 30px;
    }
  }