
*{
  font-family: "Cairo", serif;

}
:root{
  --card-bg:#fff; --card-br:#eef2f7; --text:#0f172a; --muted:#6b7280;
  --brand:#1767ff; --success:#16a34a; --danger:#ef4444;
  --shadow: 0 10px 30px rgba(239, 239, 239, 0.08), 0 2px 8px rgba(206, 206, 206, 0.06);
  --radius-xl: 20px; --radius-lg: 16px;
}

body {
    box-shadow: none;
    color: #3d3d3d;
    font-family: "Cairo", serif;
    margin: 0;
    background: #f9fbfb;

}
h1{
    font-size: 28px;
    font-family: 'Cairo', sans-serif;

    color: #333;
}
h5{
  font-size: 18px;
  font-weight: 500;
}
h3{
  color: #333;
  font-weight: 600;

}
h2,h3,h4{
    font-size: 22px;
    font-weight: 600;

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

}

p{
    font-size: 12px;
    margin-bottom: 5px;

}
a{
    color: #667085 !important;
    text-decoration: none !important;
}

.bg-light{
  background: #f9fbfb !important;

}


.offcanvas {
    border-top: 1px solid #ddd; /* Subtle border at the top */
}
.offcanvas-header {
    background-color: #ffffff; /* White header background */
    border-bottom: 1px solid #ddd; /* Subtle border below the header */
}
.offcanvas-title {
    font-size: 18px;
    font-weight: bold;
    color: #333; /* Darker text color */
}
.offcanvas-body ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.offcanvas-body ul li {
    border-bottom: 1px solid #8888881c;
    margin: 10px 0;
    padding: 10px;
}
.offcanvas-body ul li a {
    text-decoration: none;
    font-size: 16px;
    display: block;
}
.modal-body{
    padding: 30px;
}
.offcanvas-body ul li a:hover {
    color: #0056b3; /* Darker shade on hover */
}
.btn-outline-secondary{
    border: none;
    box-shadow: -1px 0px 9px 0px rgb(0 0 0 / 9%);
    border-radius: 20px;
    height: 50px;
    font-size: 13px;
}

.details-pricing h2{
  font-size: 25px;
  color: #333;
}

.CardV1-like{
    top: 0;
    position: absolute;
    right: 20px;
    z-index: 3;
}

.carousel-control-next-icon, .carousel-control-prev-icon{
    width: 1.5rem;
    height: 1.5rem;

}

.ads-empty{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background-color: white;
  padding: 10px;
  height: 50vh;
}
.ads-empty button{
  width: 150px;
  border: none;
  background-color: #ff4b5c;
  color: white;
  border-radius: 7px;
  padding: 10px;
}

.Tap-Navigation{
  left: 0;
}

.class-cate{
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: scroll;
  gap: 10px;
  height: 130px;
}

.filter-item select:dir(rtl){
    direction: ltr;
}
.sign-logo{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
.sign-logo img{
  width: 130px;
}

.mobi .filter-item input{
    border: 1px solid #ccc;
    padding: 10px;
}

#videoPlayer{
  height: 100%;
  background-color: #000;
}

.videoMODEL{
  background-color: #222;

}
.videoMODEL .modal-title{
  color: white;
}

.text-main{
  font-size: 22px;
  font-weight: bold;
  color: #555;
  padding: 20px 0px;
}


.videoMODEL .modal-body{
  color: white;
}
.video-details p{
  color: white !important;
}

.btn-primary{
    background-color: #d84b52;
    border: #d84b52;
}

.CardV1-details{
    display: flex;
    align-items: center;
    gap: 8px;
} 


.claimBtn a{
  color: white !important;
}

.accordion-button{
    padding: 10px 5px;
}



.offcanvas-bottom{
    height: 100vh !important;
}
.info{
  display: flex;
  flex-wrap: wrap;
}

.infocard h5{
  font-weight: 700;
  font-size: 14px;
}
.infocard span{
  font-weight: 600;
  font-size: 13px;
  color: #5f5f5f;
}

.location{
  display: flex;
  gap: 4px;
}
.location h4{
  font-size: 16px;
  font-weight: 400;
}
.location img{
  height: 20px;
}
.text-primary{
  color: #0dcaf0 !important;
  font-size: 15px;
}
.infocard{
  width: 150px;
  display: flex;
  padding: 10px;
  flex-direction: column;
  gap: 5px;
  padding: 14px;
  margin: 5px;
  align-items: flex-start;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
}

.infocard img{
  display: none;
  height: 20px;
}
.details-description p{
  font-size: 15px;
}
.imageshowccase{
  border-radius: 10px;
  width: 100%;
  height: 500px;
  overflow: hidden;
  margin-top: 20px;
}

.imageshowccase img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.filter-sectionMobile {
    background: white;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    width: 100%;
    border-radius: 20px;
    margin-bottom: 20px;
}

.CardV1-title{
    font-size: 15px;
}
.like-button{
    padding: 8px;
}
.searchModels{
    padding: 7px;
    border-radius: 10px;
    border: 1px solid #ccc;
    margin: 10px 0px;
}



.list-Filter{
    list-style: none;
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 0;
    margin: 0;
}

.modalZM {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  align-items: center;
  justify-content: center;
}

.modal-contentZM {
  background: linear-gradient(145deg, #fff, #f7f7f7);
  border-radius: 15px;
  padding: 25px;
  width: 90%;
  max-width: 500px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  animation: slideDown 0.5s ease;
}




@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.modal-content h2 {
  color: #FF5640;
  margin-bottom: 15px;
}

.loginbuttons a{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.modal-contentZM h2 {
  color: #FF5640;
  margin-bottom: 15px;
}

.modal-contentZM p {
  font-size: 18px;
  color: #555;
  margin-bottom: 20px;
}

.modal-contentZM img {
  width: 100%;
  max-width: 300px;
  margin: 20px auto;
  border-radius: 10px;
}

.modal-contentZM ul {
  text-align: justify;
  margin: 15px auto;
  padding: 0;
  list-style: none;
  font-size: 16px;
  color: #333;
}

.modal-contentZM ul li::before {
  content: "✔";
  color: #FF5640;
  margin-right: 10px;
}

button.claimBtn {
  background: linear-gradient(45deg, #dc3545, #ff4b5c);
  background-size: 300% 300%;
  color: white;
  border: none;
  padding: 12px 20px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  animation: gradientBackground 3s infinite;
  transition: transform 0.3s ease;
}
.list-unstyled{
  padding-right: 0px;
}
button.claimBtn:hover {
  transform: scale(1.1);
}

button.claimBtn:active {
  transform: scale(0.95);
}

.modal-contentZM button.btn-close {
  background-color: #f7f7f7;
  color: #dc3545;
  padding: 10px 16px;
  font-weight: normal;
}

.modal-contentZM button.btn-close:hover {
  background-color: #e6e6e6;
}

/* Gradient Animation */
@keyframes gradientBackground {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.modal-content .loginbuttons img{
  width: 20px;
     margin: 0px;
    border-radius: 0px;
}

.modal-content p {
  font-size: 18px;
  color: #555;
  margin-bottom: 20px;
}

.modal-content img {
  width: 100%;
  max-width: 300px;
  margin: 20px auto;
  border-radius: 10px;
}

.modal-content ul {
  text-align: left;
  margin: 15px auto;
  padding: 0;
  list-style: none;
  font-size: 16px;
  color: #333;
}

.modal-content ul li::before {
  content: "✔";
  color: #FF5640;
  margin-right: 10px;
}

button.claimBtn {
  background: linear-gradient(45deg, #dc3545, #ff4b5c);
  background-size: 300% 300%;
  color: white;
  border: none;
  padding: 12px 20px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  animation: gradientBackground 3s infinite;
  transition: transform 0.3s ease;
}
.list-unstyled{
  padding-right: 0px;
}
button.claimBtn:hover {
  transform: scale(1.1);
}

button.claimBtn:active {
  transform: scale(0.95);
}

.modal-content button.btn-close {
  background-color: #f7f7f7;
  color: #dc3545;
  padding: 10px 16px;
  font-weight: normal;
}

.modal-content button.btn-close:hover {
  background-color: #e6e6e6;
}

/* Gradient Animation */
@keyframes gradientBackground {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}


.searchFilterbtn{
    width: 35px;
    height: 35px;
    border-radius: 40px;
    background-color: #ff4b5c;
    color: #fff;
    border: none;
}

.btn-outline-primary{
    border-color: #9D9D9D;
    color: #0056b3;
    font-size: 11px;
    padding:  7px !important;
    border-radius: 18px;
}

.scrollable-section{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 9px;
}

.scrollable-section {
    margin-top: 1rem;
  }
  
  .scrollable-items {
    overflow: hidden;
    flex-wrap: wrap;
    padding: 0.5rem 0;
  }
  
  .scrollable-items .btn {
    margin: 5px 0px;
    padding: 0px;
    flex-shrink: 0;
    font-size: 11px;
  }
  
  .scrollable-items::-webkit-scrollbar {
    height: 4px;
  }
  
  .scrollable-items::-webkit-scrollbar-thumb {
    background-color: #cccccc;
    border-radius: 10px;
  }
  

.moreFilterBtn{
    width: 10vh;
    padding: 10px;
    border: 1px solid #DBDBDB;
    background: none;
    font-size: 14px;
    border-radius: 10px;
}

.search-container {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
}

.selection-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }

  .dropdown span{
    font-size: 13px;
  }

  .map-section iframe {
    width: 100%;
    height: 300px;
    border: none;
    border-radius: 12px;
  }

  .dropdown-menu h4{
    font-size: 14px;
    color: #343a40;
  }


  .selection-item {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #ddd;
    border-radius: 30px;
    padding: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 13px;
    font-weight: 500;
  }

  .modal-content{
    border-radius: 20px;
  }

  .togglesearch{
    width: 30vh;
    border: 1px solid #ccc;
    border-radius: 20px;
    padding: 5px 10px;
  }

  .modal-content h4{
    font-size: 14px;
    font-weight: 600;
  }
  .modal-dialog{
    max-width: 45rem;
  }

  .nav-link{
    color: #333;
  }

  .btn-filter{
    border: 2px solid #ccc;
    border-radius: 19px;
    font-size: 14px;
    font-weight: 600;
    color: #555;
  }

  .selection-item.selected {
    border-color: #000;
    background-color: #f8f8f8;
    font-weight: bold;
  }

  .selection-item svg {
    margin-right: 8px;
  }

  .show-more {
    display: block;
    margin-top: 10px;
    cursor: pointer;
    color: #d84b52;
    text-decoration: none;
    font-size: 13px;
  }
  .modal-content{
    max-height: 700px;
  }

  .show-more:hover {
    text-decoration: underline;
  }



.search-icon {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    color: #aaa;
}

.filter-item button {
    padding: 10px 20px;
    color: #333;
    border: 1px solid #DBDBDB;
    background: none;
    border-radius: 10px;
    font-size: 14px;
    cursor: pointer;
    min-width: 200px;
    margin: 10px 0px;
}



.dropdown-menu{
    box-shadow: 0 3px 12px 0 rgb(0 0 0/0.15);
    border: none;
    padding: 15px;
    max-width: 400px;
    min-width: 350px;

}

.dropdown-menu input{
    border: 1px solid #ccc;

}

.breadcrumb-item{
    font-size: 14px;
    color: #777 !important;
}
.breadcrumb-item a{
    color: #777 !important;

}

.CardV1 .carousel-control-prev-icon:dir(rtl){
  transform: rotate(180deg);
}
.CardV1 .carousel-control-next-icon:dir(rtl){
  transform: rotate(180deg);
}

.CardV1Image .carousel-item{
    height: 170px;
}
.CardV1-contact{
    display: flex;
    align-items: center;
    justify-content: center;
}
.active>.page-link, .page-link.active{
    background-color: #d84b52;
    border: none;
    color: #fff;

}
.page-link{
    color: #333;
    padding: 4px 10px;
}



.filterCars{
    border-bottom: 1px solid #6A6A6A;
    height: 40px;
}

.CardV1-details p{
    padding: 3px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 9px;
}



.droparrow {
    position: absolute;
    top: 50%;
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
  }

.droparrow:dir(ltr){
    right: 20px;
}
.droparrow:dir(rtl){
    left: 20px;
}


.CardV1-body{
    padding: 10px;
}

.CardV1Image .carousel-item img{
    border-radius: 10px;
}

.TheCardV1{
    position: relative;
    width: 390px;
}

.color-box{
    width: 20px;
    border-radius: 10px;
    height: 20px;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
  color: #ff4b5c;
  font-size: 14px;
}

.TopNav{
    top: 0;
    width: 100%;
    position: fixed;
    z-index: 4;
    background-color: white;
}
.container{
    max-width: 1250px;
    padding: 0px 15px;
    background: #fff;
}

.space{
    height: 138px;
}

.bg-white .category-icon {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 8px;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
}

.newsletter {
  display: flex;
  align-items: center;
  gap: 10px;
}

.category-icon .newsletter img {
  height: 50px;
  width: auto;
}

.newsletter h6 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}

.newsletter input[type="email"] {
  border-radius: 20px;
  padding: 10px 15px;
  border: 1px solid #dee2e6;
  outline: none;
}

.newsletter button {
  background-color: #ff4b5c;
  color: #ffffff;
  border: none;
  padding: 8px 15px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  font-weight: 600;
}

.support-btn {
  background-color: #d84b52;
  color: white;
  border: none;
  border-radius: 20px;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
}


.dropdownbtn{
    border-radius: 8px;
    padding: 6px;
    border: 1px solid #cccccc;
}
#applyFilter2{
    margin-top: 20px;
}


.breadcrumb {
  background: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
  margin: 10px;
  gap: 10px;
}
.nav-link{
  font-size: 13px;
  color: #555;
}

.main-dash-header{
  padding: 0px 10px;
  border-radius: 10px;
  margin: 5px;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: ">";
  color: #6c757d;
}

.action-buttons {
  display: flex;
  align-items: center;
  gap: 15px;
}

.action-buttons i {
  font-size: 18px;
  color: #6c757d;
}

.action-buttons a {
  text-decoration: none;
  color: #6c757d;
  font-size: 16px;
  display: flex;
  align-items: center;
}

.action-buttons a:hover {
  text-decoration: underline;
}
.profile-container {
    max-width: 500px;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    padding: 20px;
  }

  .profile-header {
    border: 1px solid #F2F4F7;
    text-align: center;
  }

  .profile-header img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 50%;
    margin-bottom: 10px;
  }

  .profile-header h4 {
    margin: 0;
    font-size: 1.5rem;
    font-weight: bold;
  }

  .profile-header p {
    margin: 5px 0 0;
    font-size: 0.9rem;
    color: #666;
  }

  .verified-badge {
    background-color: #eaf5ff;
    border: 1px solid #cfe6ff;
    padding: 10px;
    border-radius: 10px;
    margin: 20px 0;
    text-align: center;
  }

  .verified-badge p {
    margin: 0;
    font-size: 0.9rem;
    color: #333;
  }

  .verified-badge .icon {
    font-size: 1.5rem;
    color: #007bff;
    margin-bottom: 5px;
  }

  .profile-actions {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

  .profile-actions .action-item {
    background-color: #f0f9ff;
    padding: 15px;
    text-align: center;
    border-radius: 10px;
    font-size: 0.9rem;
    color: #007bff;
    font-weight: bold;
    text-decoration: none;
  }

  .profile-actions .action-item:hover {
    background-color: #eaf5ff;
    text-decoration: none;
  }

  .settings-container {
    margin-top: 30px;
  }

  .settings-container ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .settings-container ul li {
    display: flex;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #f0f0f0;
  }

  .settings-container ul li:last-child {
    border-bottom: none;
  }

  .settings-container ul li i {
    font-size: 1.2rem;
    color: #333;
    margin-right: 15px;
  }

  .settings-container ul li .new-badge {
    background-color: #28a745;
    color: #fff;
    font-size: 0.7rem;
    font-weight: bold;
    padding: 3px 7px;
    border-radius: 5px;
    margin-left: auto;
  }


.category-icons .dropdown-menu {
    display: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background-color: white;
    box-shadow:0px 3px 5px rgba(79, 79, 79, 0.126);
    z-index: 1000;
    border: none;
    width: 27vh;
}

.category-icon:hover .dropdown-menu {
    display: block !important;
}
.dropdown-item{
    font-size: 14px;
}
.dropdown-item:dir(rtl){
    text-align: right;
}


.Logo img{
    width: 110px;
}

.hero-section {
    position: relative;
    height: 400px;
    overflow: hidden;
}

.carousel-inner img, 
.carousel-inner video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.carousel-nav{
    background-color: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
}



.addPost{
    width: 140px;
    background: linear-gradient(45deg, #dc3545, #ff4b5c);
    color: #fff;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 700;
}
#language{
    font-weight: 600;
}


.btn-lang{
    font-size: 14px;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mainTitle h1{
    font-size: 27px;
    font-weight: bold;
}

.mainTitle h1 span{
    font-size: 25px;
    font-weight: bold;
    color: #d84b52;
}

.searchHome input{
    border: none;
    outline: none;
    font-size: 14px;
}
.form-control:focus{
    outline: 0;
    border: none;
    box-shadow: none;
}

.form-label{
    font-size: 14px;
    font-weight: 700;
    color: #667085;
}

.form-control{
    font-size: 15px;
}


header{
    border-bottom: 1px solid #f8f9fa;
}
.searchHome{
    display: flex;
    border: none;
    align-items: center;
    justify-content: center;
    padding: 4px 8px;
    border-radius: 20px;
    width: 40%;
    position: relative;
}

.searchInputContainer{
    display: flex;
    box-shadow: -1px 0px 5px rgba(79, 79, 79, 0.126);
    border: none;
    align-items: center;
    justify-content: center;
    padding: 4px 8px;
    border-radius: 20px;
    width: 100%;
}

.Banner{
    background-color: #9D9D9D;
    border-radius: 30px;
    overflow: hidden;
    width: 100%;
    height: 210px;
    display: flex;
}
.Banner img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.category-icons img {
    height: 50px;
}
.card{
    border: none;
}
h5.card-title{
    font-size: 15px;
    margin: 5px 0px;
}
.cardImage{
    background-color: #DBDBDB;
    height: 135px;
    border-radius: 20px;
    overflow: hidden;
}

.InstallmentsMark{
    background-color: #ffc800;
    position: absolute;
    padding: 5px;
    border-radius: 7px;
    font-size: 11px;
    font-weight: 800;
    top: 10px;
    color: #000;
}
.card-body{
    padding: 20px !important;
}

.Nearbycities p{
  font-size: 13px;
  font-weight: 500;
}
.card-body h5{
  font-size: 19px;
}
p.CardV1-text{
    font-size: 13px;
    font-weight: 600;
}
strong.CardV1-details{
    font-weight: 400;
}
.city-img {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    object-fit: cover;
  }

  .category-badge {
    border: 1px solid #ccc;
    border-radius: 20px;
    padding: 5px 13px;
    font-size: 13px;
    font-weight: 500;
    color: #555;
  }
  .why-hiquota-icon {
    height: 50px;
    color: #333;
  }
.card img {
    height: 150px;
    object-fit: cover;
}
.carousel-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 28px;

}

.text-muted{
    color: #9D9D9D !important;
    font-size: 13px;
}
.category-icon{
    cursor: pointer;
    flex-direction: column;

}
.category-icon p{
    border-bottom: none;
    font-size: 12px;
    font-weight: 600;
    color: #555
}
.dropdown-menu.active {
    display: block;
  }

.category-icon:hover p {
    color: #ff5640;
    border-bottom: 2px solid; 
}
.category-icon img{
    height: 20px;
}
.Header-User span{
    font-size: 13px;
}
.header{
  padding: 10px;
}
.Header-User{
    width: 32px;
    height: 32px;
    border-radius: 20px;
    overflow: hidden;
    border: 1.5px solid #777;
}
.Header-User img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.carousel-item{
    width: 100%;
    height: 350px;
}

footer {
    background-color: #f8f9fa; /* Light background */
  }
  
  footer a {
    text-decoration: none;
  }
  
  footer a:hover {
    text-decoration: underline;
  }
  
  .why-hiquota-icon {
    width: 50px;
  }
  
  hr {
    border-color: #eaeaea;
  }
  .appDownload{
    display: flex;
    flex-direction: column;
    gap: 4px;

  }
.appDownload img{
    width: 90px;
}

.dropspan{
    font-size: 13px;
    color: #333;
    padding: 10px;
    border: 1px solid #cccccc;
    border-radius: 10px;
}

.dropdown-menu{
    box-shadow: 0px 12px 9px 0px rgba(0, 0, 0, 0.072);
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
    padding: 13px;

}
.category-card {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 110px;
    border-radius: 15px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease;
    border: 1px solid rgba(255, 255, 255, 0.5);
    cursor: pointer;
  }

  .category-card:hover {
    transform: translateY(-10px) scale(1.05);
    background: linear-gradient(135deg, #d84b52 0%, #b93742 100%);
    color: #fff;
    box-shadow: 0 12px 25px rgba(216, 75, 82, 0.4);
  }

  .category-title {
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    color: #6c757d;
    margin-bottom: 5px;
    transition: color 0.3s ease;
    text-align: center;
  }

  .modal-content .btn-outline-secondary{
    background: none;
    color: #6A6A6A;
  }

  .category-card:hover .category-title {
    color: #fff;
  }

  .category-count {
    font-size: 19px;
    font-weight: bold;
    color: #343a40;
    transition: color 0.3s ease;
  }

  .ListTage.active{
    background-color: #ff4b5d31;
    color: #ff4b5c !important;
  }

  .ListTage.active:dir(ltr){
    border-left: 2px solid;
  }


  .ListTage.active:dir(rtl){
    border-right: 2px solid;
  }

  .category-card:hover .category-count {
    color: #fff;
  }
  .borderTop{
    padding-top: 10px;
    border-top: 1.3px solid #0000001b;
  }

  .singleFeature{
    width: 30%;
  }
  .featureList{
    display: flex;
    flex-wrap: wrap;
  }

  /* Responsive Styling */
  @media (max-width: 768px) {
    .scrollable-items{
      overflow: scroll;
      flex-wrap: nowrap;
    }
    h5{
      font-size: 16px;
      font-weight: 500;
    }
    .category-card {
      height: 120px;
    }



    .category-title {
      font-size: 0.9rem;
    }

    .category-count {
      font-size: 1.8rem;
    }
    .main-dash-header{
      border: 1px solid #F2F4F7;

      background: #fff;
    }
    .main-dash-header h1{
      font-size: 19px;
    }
  }

  @media (max-width: 576px) {
    h1{
      font-size: 24px;
    }
    .category-card {
      height: 100px;
      padding: 15px;
    }

    .category-title {
      font-size: 0.8rem;
    }

    .category-count {
      font-size: 1.2rem;
    }
  }

  .suggestions {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    max-height: 200px;
    overflow-y: auto;
    display: none;
}

.suggestions.active {
    display: block;
}

.suggestion-item {
    padding: 0.75rem 1rem;
    cursor: pointer;
    transition: background 0.2s;
}

.suggestion-item:hover,
.suggestion-item:focus {
    background: #f0f0f0;
}

.suggestion-item:focus {
    outline: 2px solid #007bff;
}
.mobileGrid{
    display: none;
}

.dropdown-toggle{
    font-size: 13px;
}

.gridbox{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 5px;
}
.gridboxImg{
    border: 1px solid #ddd;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;

}
.gridbox img{
    height: 35px;
}
.gridbox h6{
    font-size: 9px;
    margin-top: 5px;
}

.list-group-item{
    border: none;
    padding: 10px 0px;
    border-bottom: 1px solid #DBDBDB;
}
.list-group-item a{
    font-size: 14px;
    color: #333;
    font-weight: 500;
}

.Tap-Navigation{
    box-shadow: rgba(43, 45, 46, 0.06) 0px -2px 12px 0px;
    z-index: 4;
}
.nav-item p{
    font-size: 11px;
}

.suggestion-item{
    font-size: 11px;
}
#MotorsBottom{
    height: 70vh;
}
#eventsOffcanvas{
    height: 70vh;

}

.searchBarMobile{
    width: 100%;
    border: 1px solid #DBDBDB;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    align-items: center;
    justify-content: center;
    padding: 5px;

}

.searchBarMobile input{
    width: 100%;
    border: none;
    height: 100%;
    outline: none;
    font-weight: 600;
    padding-left: 20px;
}

.searchIcon{
    position: absolute;
}

#bottomSearch{
    height: 100vh;
}

.searchModelsButton{
    position: absolute;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 94%;
    margin: 10px 0px;
}






  

  .filter-section {
    box-shadow: -2px 0px 12px rgb(0 0 0 / 6%);
    padding: 5px 20px;
    background: white;
    display: flex;
    align-items: center;
    width: 100%;
    border-radius: 20px;
    gap: 20px;
  }

  .filter-item {
    flex: 1;
    position: relative;
    padding: 10px;
    border-radius: 10px;
    transition: 0.3s;
  }

  .filter-item:hover {
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.05);
  }

  .filter-item label {
    font-size: 15px;
    color: #495057;
    font-weight: 700;
    margin-bottom: 5px;
    display: block;
  }

  .filter-item input,
  .filter-item select {
    width: 100%;
    padding: 8px 12px;
    font-size: 14px;
    border: 1px solid #ddd;
    border-radius: 10px;
    background-color: #fff;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
  }

  .filter-item input:focus,
  .filter-item select:focus {
    border-color: #d84b52;
    box-shadow: 0 0 5px rgba(216, 75, 82, 0.3);
    outline: none;
  }

  .btn-outline-secondary {
    border: none;
    box-shadow: -1px 0px 9px 0px rgb(0 0 0 / 9%);
    border-radius: 20px;
    height: 50px;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #d84b52;
    color: #fff;
    font-weight: 600;
    transition: all 0.3s ease;
  }

  .btn-outline-secondary:hover {
    background-color: #b93742;
    box-shadow: 0 4px 12px rgba(216, 75, 82, 0.4);
  }

  .btn-outline-secondary svg {
    margin-right: 8px;
  }



  .suggestions-list {
    list-style-type: none;
    padding: 0;
    margin: 5px 0 0;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: white;
    border-radius: 10px;
    z-index: 10;
    max-height: 150px;
    overflow-y: auto;
    display: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }

  .filter-item:hover .suggestions-list {
    display: block;
  }

  .suggestions-list li {
    padding: 10px;
    font-size: 14px;
    cursor: pointer;
    transition: background 0.2s ease;
  }

  .suggestions-list li:hover {
    background-color: #f0f0f0;
  }

  @media only screen and (max-width: 768px) {
    .filter-section {
      flex-direction: column;
      gap: 15px;
    }

    .btn-outline-secondary {
      width: 100%;
    }
  }    .filter-section {
    box-shadow: -2px 0px 12px rgb(0 0 0 / 6%);
    padding: 5px 20px;
    background: white;
    display: flex;
    align-items: center;
    width: 100%;
    border-radius: 20px;
    gap: 20px;
  }

  .filter-item {
    flex: 1;
    position: relative;
    padding: 10px;
    border-radius: 10px;
    transition: 0.3s;
  }

  .filter-item:hover {
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.05);
  }

  .filter-item label {
    font-size: 13px;
    color: #495057;
    font-weight: 700;
    margin-bottom: 5px;
    display: block;
  }

  .filter-item input,
  .filter-item select {
    width: 100%;
    padding: 8px 12px;
    font-size: 14px;
    border: 1px solid #ddd;
    border-radius: 10px;
    background-color: #fff;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
  }

  .filter-item input:focus,
  .filter-item select:focus {
    border-color: #d84b52;
    box-shadow: 0 0 5px rgba(216, 75, 82, 0.3);
    outline: none;
  }

  .btn-outline-secondary {
    border: none;
    box-shadow: -1px 0px 9px 0px rgb(0 0 0 / 9%);
    border-radius: 20px;
    height: 50px;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #d84b52;
    color: #fff;
    font-weight: 600;
    transition: all 0.3s ease;
  }

  .btn-outline-secondary:hover {
    background-color: #b93742;
    box-shadow: 0 4px 12px rgba(216, 75, 82, 0.4);
  }

  .btn-outline-secondary svg {
    margin-right: 8px;
  }

  .details h1{
    font-weight: 700;
  }
  .suggestions-list {
    list-style-type: none;
    padding: 0;
    margin: 5px 0 0;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: white;
    border-radius: 10px;
    z-index: 10;
    max-height: 150px;
    overflow-y: auto;
    display: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }

  .filter-item:hover .suggestions-list {
    display: block;
  }

  .suggestions-list li {
    padding: 10px;
    font-size: 14px;
    cursor: pointer;
    transition: background 0.2s ease;
  }

  .suggestions-list li:hover {
    background-color: #f0f0f0;
  }

  .gallery-container {
    display: flex;
    flex-wrap: nowrap;
    gap: 15px;
    border-radius: 15px;
    overflow: hidden;
    height: 430px;
    margin: 20px;
  }

  .main-image {
    flex: 2;
    position: relative;
    overflow: hidden;
  }

  .main-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease-in-out;
  }

  .main-image img:hover {
    transform: scale(1.05);
  }

  .side-column {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 15px;
  }

  .side-column img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-bottom-right-radius: 15px;
    border-top-right-radius: 15px;
    transition: transform 0.3s ease-in-out;
  }

  .side-column img:hover {
    transform: scale(1.05);
  }

  .details-container {
    margin-top: 20px;
  }

  .details-container h1 {
    font-size: 2rem;
    color: #222;
    margin-bottom: 10px;
  }

  .details-container p {
    font-size: 1rem;
    line-height: 1.6;
    color: #555;
    margin-bottom: 15px;
  }

  .features {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin: 20px 0;
  }

  .feature-item {
    flex: 1 1 calc(33.333% - 10px);
    background: #f9f9f9;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    text-align: center;
  }

  .feature-item h3 {
    font-size: 1rem;
    color: #333;
    margin-bottom: 5px;
  }

  .feature-item p {
    font-size: 0.9rem;
    color: #666;
  }

  .map-container {
    margin: 30px 0;
    height: 400px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  }

  .map-container iframe {
    width: 100%;
    height: 100%;
    border: none;
  }

  .user-container {
    background-color: #ffffff;
    border: 1px solid #e9ecef;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 20px;
    max-width: 350px;
    margin: auto;
}

.user-image img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}

.user-info h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 10px 0 5px;
}

.user-info p {
    font-size: 14px;
    color: #6c757d;
    margin-bottom: 10px;
}

.user-info a {
    font-size: 14px;
    color: #007bff;
    text-decoration: none;
}

.user-info a:hover {
    text-decoration: underline;
}

.user-buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

.user-buttons a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    border-radius: 8px;
    padding: 10px 15px;
    width: 48%;
}

.user-buttons .call {
    background-color: #ffecec;
    color: #e74c3c;
    border: 1px solid #f5c6cb;
}

.user-buttons .call:hover {
    background-color: #f5c6cb;
    color: #c0392b;
}

.user-buttons .whatsapp {
    background-color: #e8f9e7;
    color: #25d366;
    border: 1px solid #c3e6cb;
}

.user-buttons .whatsapp:hover {
    background-color: #c3e6cb;
    color: #20b954;
}

.divider {
    height: 1px;
    background-color: #e9ecef;
    margin: 20px 0;
}

  .rating .reviews {
    font-size: 0.9rem;
    color: #666;
  }
  .detailsUpper{
    border-bottom: 1px solid #8888881c;
  }

  .pricing {
    text-align: right;
  }

  .pricing .price {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 10px;
  }

  .pricing button {
    padding: 10px 20px;
    font-size: 1rem;
    font-weight: bold;
    color: #fff;
    background-color: #007bff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
  }

  .pricing button:hover {
    background-color: #0056b3;
  }

  .timing-schedule {
    margin-top: 20px;
    padding: 15px;
    background: #f4f4f4;
    border-radius: 10px;
  }

  .timing-schedule h4 {
    margin: 0 0 10px;
    font-size: 1rem;
    font-weight: bold;
  }

  .timing-schedule ul {
    padding: 0;
    list-style: none;
    margin: 0;
  }

  .timing-schedule ul li {
    font-size: 0.9rem;
    color: #555;
    margin-bottom: 5px;
  }

  .section {
    margin-top: 30px;
  }

  .section h2 {
    font-size: 1.5rem;
    margin-bottom: 15px;
  }

  .collapsible {
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
  }

  .collapsible button {
    width: 100%;
    background-color: #f9f9f9;
    border: none;
    text-align: left;
    padding: 15px;
    font-size: 1rem;
    font-weight: bold;
    cursor: pointer;
    outline: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .collapsible button:hover {
    background-color: #f1f1f1;
  }

  .collapsible-content {
    display: none;
    padding: 15px;
    background-color: #fff;
    font-size: 0.9rem;
    color: #555;
  }

  .map-container {
    margin-top: 30px;
  }

  .map-container iframe {
    width: 100%;
    height: 400px;
    border: none;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  }
  .slideImage{
      height: 50%;
  }

  @media only screen and (max-width: 768px) {
    .filter-section {
      flex-direction: column;
      gap: 15px;
    }

    .btn-outline-secondary {
      width: 100%;
    }
  }

  

  .property-info-container {
    border-radius: 8px;
    margin: 25px 0px;
    max-width: 800px;
}

.property-info-header {
    font-size: 18px;
    margin-bottom: 20px;
    color: #333;
    text-transform: uppercase;
}

.property-info-details {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.property-info-column {
    flex: 1 1 calc(50% - 20px);
    min-width: 200px;
    max-width: 350px;
    background-color: #ffffff;
    padding: 15px 0px;
    border-radius: 8px;
}

.property-info-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.property-info-column li {
    font-size: 15px;
    color: #555;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
}

.property-info-column li span {
    font-weight: bold;
    color: #333;
}

/* Responsive Design */
@media (max-width: 768px) {
    .property-info-details {
        flex-direction: column;
    }
    .infocard{
      width: 100%;
    }

    .property-info-column {
        flex: 1 1 100%;
    }
}

.logosection img{
  width: 40px;
}
.logosection {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
}


.download-app {
  text-align: center;
  margin-top: 20px;
  color: white;
}

.download-app a {
  text-decoration: none;
  color: #ff4b5c !important;
  font-weight: bold;
}

.download-app a:hover {
  color: #ff4b5c;
}

.why-us h6{
  font-weight: 700;
  font-size: 17px;
}

.bg-main {
  background-color: #343a40;
}

.reels-container {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  padding: 1rem 0;
  scroll-behavior: smooth;
}

.reels-container::-webkit-scrollbar {
  display: none;
}

.reels-container::-webkit-scrollbar {
  display: none; /* Hide scrollbar for a clean look */
}

.video-card {
  flex: 0 0 auto;
  width: 240px;
  height: 250px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  scroll-snap-align: center;
  background-color: #000;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}

.video-card:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.video-card img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Ensure the image fills the card */
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  transition: opacity 0.3s ease;
}

.video-card:hover .video-overlay {
  opacity: 1;
  background: rgba(0, 0, 0, 0.5);

}

.video-overlay i {
  color: white;
  font-size: 32px;
}

.video-info {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  text-align: center;
}

.video-info span {
  display: block;
  font-size: 14px;
  margin-bottom: 5px;
}

.video-info .price {
  font-size: 16px;
  font-weight: bold;
}


.carousel-container {
  position: relative;
  overflow: hidden;
}

.carousel-row {
  display: flex;
  gap: 0.7rem;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 0.5rem;
}

.carousel-row::-webkit-scrollbar {
  display: none; /* Hide scrollbar for cleaner look */
}

.overlay .title{
  font-size: 16px;
}

.property-card {
  flex: 0 0 auto;
  width: 200px;
  height: 160px;
  border-radius: 10px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.property-card:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 32%); /* Semi-transparent overlay */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1rem;
  color: white;
}

.title {
  font-size: 1.5rem;
  font-weight: bold;
}

.action-btn {
  align-self: flex-end;
  width: 40px;
  height: 40px;
  background-color: #dc3545;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.action-btn:hover {
  background-color: #0056b3;
}

.action-btn i {
  color: white;
  font-size: 1rem;
}

/* Navigation Arrows */
.carousel-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
  border: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
  transition: background-color 0.3s ease;
}

.carousel-arrow:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.arrow-left {
  left: 5px;
}

.arrow-right {
  right: 5px;
}
.carousel-control-next:dir(rtl){
  right: auto;
  left: 0;
}
.carousel-control-prev:dir(rtl){
  right: 0;
  left: auto;
}

.container .bi.bi-arrow-right:dir(rtl) {
  right: 5px;
  transform: rotateY(180deg);
}
.container .bi.bi-arrow-left:dir(rtl) {
  right: 5px;
  transform: rotateY(180deg);
}


@media only screen and (max-width: 600px) {

  h2, h3, h4{
    font-size: 19px;
  }

  .detials-slideshow{
    height: 300px !important ;
  
  }

  .filter-item input, .filter-item select{
      width: 100%;
  }
  .filter-item {
      flex: 1;
      position: relative;
      width: 100%;
      padding: 7px 0px;
      transition: 0.3s;
      border-radius: 0px;
      border-bottom: none;
  }
  .property-card {
    width: 120px !important;
    height: 150px;
  }
  
  .filter-item:hover {
      box-shadow: none;
  }
  .mobileGrid{
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      gap: 3px;
      align-items: center;
      justify-content: space-between;
      margin: 5px 0px;
  }
  .action-btn{
    width: 30px;
    height: 30px;
  }
  .mainTitle h1{
      font-size: 22px;
  }

  .bottom_contact{
    position: fixed;
    z-index: 5;
    bottom: 0;
    width: 100%;
    background-color: white;
    display: flex;
    padding: 20px;
    align-items: center;
    justify-content: center;
  }
  .Banner{
      height: 120px;
      border-radius: 20px;
  }
  .mainTitle h1 span{
      font-size: 22px;
  }
  .TheCardV1{
      width: 100%;
  }
  .city-img{
      width: 80px;
      height: 80px;
  }
  .sideScroll{
      overflow: scroll;
      flex-wrap: nowrap;
      scrollbar-width: none;
      -ms-overflow-style: none;  /* IE and Edge */
      scrollbar-width: none;  /* Firefox */
  }
  
  .space{
      height: 9vh;
  }
  .modal-body{
      padding: 20px;
  }
  .addPost{
      width: 110px;
  }
  .TheCard{
      width: 50%;
  }
  .hero-section {
      height: 180px;
  }
  .carousel-item{
      height: 180px;
  }
  .carousel-item img{
      border-radius: 18px;
  }
  .cardImage{
      height: 100px;
      border-radius: 13px;
  }
  .Logo img{
      width: 80px;
  }
  .header{
      padding: 15px 10px;
  }
}

.detials-slideshow{
  display: flex;
  max-width: 1300px;
  margin: auto;
  height: 440px ;

}
/* Main Image */
.main-image  {
  height: 100%;
  display: block;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  }
.main-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.details-info-se{
  padding-top: 10px;
  display: block;
  
}


.interactive{
  display: flex;
}
.dsy-btn{
  padding: 3px;
  border: 1.4px solid #dc3545;
  color: #dedede;
  border-radius: 10px;
  font-weight: 600;
  font-size: 13px;
  height: 30px;
}
.dsy-btn img{
  width: 21px;
}

.singleThumbnail{
  height: 50%;
  position: relative;
}
.more.singleThumbnail::before{
  content: "12+";
  background-color: #000000;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  color: white;
}
.singleThumbnail img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.thumbnail-container{
  height: 100%;
  padding: 10px 5px;
  margin: 0;
}

#shareLink {
  font-weight: bold;
  color: #333;
  background-color: #f8f9fa;
  border: 1px solid #ced4da;
}
/* Thumbnails */

.thumbnail-images.hidden{
  display: none;
}
.thumbnail-images{
  display: flex;
  overflow: hidden;
  border-top-right-radius: 20px;
  flex-direction: column;
  border-bottom-right-radius: 20px;
  gap: 10px;
  height: 100%;
}
.thumbnail-images .thumbnail {
  width: 100%;
  cursor: pointer;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.thumbnail:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

/* Dealer Info */
.dealer-info {
  border: 1px solid #f2f2f2;
  background-color: white;
}

.details-info {
  padding: 20px;
  background-color: var(--card-bg);
  border-radius: var(--radius-lg);
  border: 1px solid var(--card-br);
  box-shadow: var(--shadow);
}

.dealer-logo {
  width: 60px;
  height: 60px;
  object-fit: cover;
}

.btn {
  font-size: 14px;
  font-weight: 600;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .thumbnail-container{
    display: none !important;
  }


  .dealer-logo {
    width: 50px;
    height: 50px;
  }
}

.main-image-container{
  height: 100%;
  padding: 10px 3px;
  margin: 0px;

}

.details-pricing{
  max-width: 400px;
}

.priosam{
  display: flex;
  align-items: center;
  justify-content: space-between;
}





.details-pricing h5{
  font-size: 18px;
  font-weight: 500;
}

.details-pricing h2{
  font-weight: 600;
}

.details-info ul li{
  list-style: none;
  padding: 10px;
  margin: 0px;
  font-size: 14px;
  display: flex;
}

@media (max-width: 576px) {


  .btn {
    font-size: 12px;
  }
}

  .btn-call:dir(rtl){
    margin-left: 10px;

  }
  .btn-call:dir(ltr){
    margin-right: 10px;

  }
  .btn-whatsapp{
color: #35ab74 !important;
font-size: 16px;
background: #f0fff8;
padding: 8px;
  }


.btn-call{
  color: #dc3545  !important;
  font-size: 16px;
  padding: 8px;
  margin-right: 10px;
  background: #fff3f3;

}

  .cards-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.userprofile{
  margin: 20px 0px;
}
.cards-grid-showPf {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
}

.thecard-profile {
    background-color: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.3s;
    position: relative;
    max-width: 400px;
}

.thecard-profile:hover {
    transform: translateY(-5px);
}
.profile-lefr{
  position: fixed;
  background-color: white;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.card-profile{
  width: 100%;
  height: 150px;
  border: 1px solid #cfe6ff;
}

.quailty-post {
    padding: 15px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: relative;
}

.details-pricing h5{
  font-size: 23px;
  font-weight: 500;
}

.details-pricing h2{
  font-weight: 700;
}

.details-info ul li{
  border-bottom: 1px solid #edeff2;
  list-style: none;
  padding: 10px;
  margin: 0px;
  font-size: 14px;
  display: flex;
}

@media (max-width: 576px) {


  .btn {
    font-size: 12px;
  }
}

.text-success{
  margin: 5px;
  color: #20b954 !important;
  font-size: 20px;
}
.dealer-info .btn-call{
  margin-left: 0px !important;
  margin-right: 0px !important;

}
.btn-call{
  border: 1.3px solid #dc3545;
  color: #dc3545 !important;
  font-size: 13px;
  padding: 7px;
  background: #fff3f3;
  }
  .btn-call:dir(rtl){
    margin-left: 10px;

  }
  .btn-call:dir(ltr){
    margin-right: 10px;

  }
  .btn-whatsapp{
    border: 1.3px solid #35ab74;
color: #35ab74 !important;
font-size: 13px;
background: #f0fff8;
padding: 7px;
  }


  .cards-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.userprofile{
  margin: 20px 0px;
}
.cards-grid-showPf {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    align-items: center;
    justify-content: center;
}

.cards-grid-showPf .TheCardV1{
  width: 350px;
}

.thecard-profile {
    background-color: #ffffff;
    border-radius: 8px;
    transition: transform 0.3s;
    position: relative;
    max-width: 400px;
}

.thecard-profile:hover {
    transform: translateY(-5px);
}
.profile-lefr{
  position: fixed;
  background-color: white;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}


.card-profile{
  width: 100%;
  height: 140px;
  border: 1px solid #cfe6ff;
  border-radius: 10px;
  overflow: hidden;
}

.quailty-post {
    padding: 15px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: relative;
}

.profilecard-details {
    display: flex;
    gap: 10px;
    flex-direction: column;
}

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

.popup-menu {
  display: none;
  position: absolute;
  top: 110%;
  right: 0;
  min-width: 180px;
  z-index: 999;
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 0px 5px 10px rgba(0,0,0,0.1);
  border-radius: 8px;
  padding: 10px;
}

.popup-menu ul li {
  padding: 8px 12px;
  transition: background 0.2s;
  display: flex;
  align-items: center;
  border-radius: 6px;
}
.popup-menu ul li a {
  width: 100%;
}

.popup-menu ul li:hover {
  background: #f2f2f2;
}

.popup-menu ul li img {
  width: 18px;
  height: 18px;
  margin-right: 8px;
}

.popup-menu ul li span {
  font-size: 14px;
  color: #495057;
  font-weight: 400;
}
.dropdown_icon{
  position: absolute;
  z-index: 3;
  color: #6c757d;
  top: 10px;
  background: #343a40;
  text-shadow: 10px 10px 10px 
}
.dropdown_icon svg{

  text-shadow: 10px 10px 10px 
}

.dropdown_icon:dir(rtl){
  left: 0px;
  top: 5px;
}
.dropdown_icon:dir(ltr){
  right: 0px;
}



.card-title h1 {
    font-size: 18px;
    color: #333;
    margin-bottom: 5px;
}

.card-title p {
    font-size: 12px;
    color: #ff4b5c;
}

.features span {
    font-size: 14px;
    color: #777;
}

.adstype {
    font-size: 14px;
    color: #555;
    margin-top: 10px;
}

.covv{
  position: sticky;
  top: 150px;
  margin-bottom: 50px;
  background: #fff;
  border-radius: 15px;
  border: 1px solid #F2F4F7;
  overflow: hidden;
  padding: 0;
}



.profile-list {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}

.profile-list a {
  text-decoration: none;
  color: #007bff;
  transition: color 0.3s;
  font-size: 15px;
  padding: 10px 20px;
  display: flex;
  gap: 10px;
}
.profile-list a img {
  height: 20px;
}

.profile-list a:hover {
  background-color: #0057b321;
}


.profile-in{
  width: 100%;
  background-color: white;
}

.editbtn-es{
  position: sticky;
  top: 20px;
  left: 20px;
}

.price-pro h2 {
    font-size: 16px;
    color: #555;
}

.postprofile-edit {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.bottom-profile-edit img {
    width: 20px;
}

.activeLight {
    display: flex;
    align-items: center;
    gap: 5px;
    position: absolute;
    top: 20px;
    left: 20px;
    background-color: #ff5640;
    justify-content: center;
    border-radius: 5px;
    padding: 5px;
    z-index: 2;

}
.FeaturedIcon{
  display: flex;
  align-items: center;
  gap: 5px;
  position: absolute;
  top: 20px;
  left: 70px;
  justify-content: center;
  border-radius: 5px;
  padding: 5px;
  z-index: 2;
}
.FeaturedIcon h3{
  font-size: 13px;
  color: #fff;
  padding: 0px;
  margin: 0px;
}
.btn-success{
  background-color: #ff4b5c;
  border: 1px solid #ff4b5c;
}
.btn-edit{
  width: 150px;
  background-color: #ff4b5d98;
  color: #fff;
  border-radius: 13px;
}
.btn-edit img{
  filter: brightness(2);
  width: 20px;
}

.bottom-profile-edit{
  font-size: 12px;
}

.activeLight h3 {
  font-size: 14px;
  color: white;
  margin: 0px;
}

.shareit {
    display: none; /* Will show on trigger */
}

.pf-toggle i {
    cursor: pointer;
}
.pf-sidecard-toggle{
  width: 100%;
}

.pf-sidecard-toggle ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex; /* Will show on trigger */
    border-top: 1px solid #ddd;
    border-radius: 4px;
    width: 100%;
    justify-content: space-around;
}

.pf-sidecard-toggle ul li {
    padding: 10px;
}

.pf-sidecard-toggle ul li:last-child {
    border-bottom: none;
}

.pf-sidecard-toggle ul li img {
    margin-right: 10px;
}


  .popup-menu {
    display: none;
    position: absolute;
    top: 110%;
    right: 0;
    min-width: 180px;
    z-index: 999;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0px 5px 10px rgba(0,0,0,0.1);
    border-radius: 8px;
    padding: 10px;
  }
.popup-menu ul li {
  padding: 8px 12px;
  transition: background 0.2s;
  display: flex;
  align-items: center;
  border-radius: 6px;
}
.popup-menu ul li a {
  width: 100%;
}

.popup-menu ul li:hover {
  background: #f2f2f2;
}

.popup-menu ul li img {
  width: 18px;
  height: 18px;
  margin-right: 8px;
}

.popup-menu ul li span {
  font-size: 14px;
  color: #495057;
  font-weight: 400;
}
.dropdown_icon{
  position: absolute;
  z-index: 3;
  color: #6c757d;
  top: 10px;
  background: #343a40;
  text-shadow: 10px 10px 10px 
}
.dropdown_icon svg{

  text-shadow: 10px 10px 10px 
}

.dropdown_icon:dir(rtl){
  left: 0px;
  top: 5px;
}
.dropdown_icon:dir(ltr){
  right: 0px;
}
.list-unstyled{
  padding-right: 0px;
}

.profilecard-details {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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



.card-title h1 {
    font-size: 18px;
    color: #333;
    margin-bottom: 5px;
}

.card-title p {
    font-size: 14px;
    color: #666;
}

.features span {
    font-size: 14px;
    color: #777;
}

.adstype {
    font-size: 14px;
    color: #555;
    margin-top: 10px;
}

.covv{
  position: sticky;
  top: 150px;
  margin-bottom: 50px;
  background: #fff;
  border-radius: 15px;
  border: 1px solid #F2F4F7;
  overflow: hidden;
  padding: 0;
}



.profile-list {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}

.profile-list a {
  text-decoration: none;
  color: #007bff;
  transition: color 0.3s;
  font-size: 15px;
  padding: 10px 20px;
  display: flex;
  gap: 10px;
}
.profile-list a img {
  width: 20px;
}

.profile-list a:hover {
  color: #0056b3;
}


.profile-in{
  width: 100%;
  background-color: white;
}

.editbtn-es{
  position: sticky;
  top: 20px;
  left: 20px;
}

.price-pro h2 {
    font-size: 20px;
    color: #555;
    margin: 10px 0;
}

.postprofile-edit {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.bottom-profile-edit img {
    width: 20px;
}

.activeLight {
    display: flex;
    align-items: center;
    gap: 5px;
    position: absolute;
    top: 20px;
    left: 20px;
    background-color: #ff5640;
    justify-content: center;
    border-radius: 5px;
    padding: 5px;
    z-index: 2;

}
.btn-success{
  background-color: #ff4b5c;
  border: 1px solid #ff4b5c;
}
.btn-edit{
  width: 150px;
  background-color: #ff4b5d98;
  color: #fff;
  border-radius: 13px;
}
.btn-edit img{
  filter: brightness(2);
  width: 20px;
}

.bottom-profile-edit{
  font-size: 12px;
}

.activeLight h3 {
  font-size: 14px;
  color: white;
  margin: 0px;
}

.shareit {
    display: none; /* Will show on trigger */
}

.pf-toggle i {
    cursor: pointer;
}
.pf-sidecard-toggle{
  width: 100%;
}

.pf-sidecard-toggle ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex; /* Will show on trigger */
    border-top: 1px solid #ddd;
    border-radius: 4px;
    width: 100%;
    justify-content: space-around;
}

.pf-sidecard-toggle ul li {
    padding: 10px;
}

.pf-sidecard-toggle ul li:last-child {
    border-bottom: none;
}

.pf-sidecard-toggle ul li img {
    margin-right: 10px;
}





/* Style the container */
#pay {
  padding: 20px;
  background-color: var(--card-bg);
  border: 1px solid var(--card-br);
  border-radius: 10px;
  margin-top: 15px;
  max-height: 700px;
  box-shadow: var(--shadow);
}

/* Style the header */
.calculator-header {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 15px;
  color: #333;
  text-align: center;
}

/* Style the form */
.calculator-form .form-group {
  margin-bottom: 15px;
}

/* Style labels */
.calculator-form label {
  font-weight: 500;
  margin-bottom: 5px;
  display: block;
}

/* Style input fields */
.calculator-form input,
.calculator-form select {
  width: 100%;
  padding: 5px;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #fff;
  transition: border-color 0.3s;
}

.calculator-form input:focus,
.calculator-form select:focus {
  border-color: #ff4b5c;
  outline: none;
}

/* Style the buttons */
.submit-button,
.login-button {
  display: inline-block;
  padding: 10px 20px;
  font-size: 1rem;
  color: #fff;
  background-color: #ff4b5c;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  width: 100%;
  transition: background-color 0.3s;
}

.submit-button:hover,
.login-button:hover {
  background-color: #ff4b5c;
}

/* Style the result paragraph */
#result {
  margin-top: 15px;
  font-size: 1rem;
  font-weight: 500;
  color: #333;
  text-align: center;
}









  .dealer-card{background:var(--card-bg);border:1px solid var(--card-br);border-radius:28px;box-shadow:var(--shadow);padding:20px;}
  .dealer-header{display:grid;grid-template-columns:72px 1fr;gap:14px;align-items:center;}
  .dealer-avatar{width:72px;height:72px;object-fit:cover;border-radius:16px;box-shadow:0 6px 18px rgba(0,0,0,.08);}
  .dealer-title{margin:0 0 4px;font-size:18px;font-weight:800;color:var(--text);line-height:1.25;}
  .dealer-role{margin:0 0 4px;color:var(--muted);font-size:14px;}
  .dealer-link{color:var(--brand);font-weight:600;text-decoration:none;}
  .dealer-link:hover{text-decoration:underline;}
  .dealer-cta{
    margin:16px 0 14px;padding:16px;border-radius:18px;border:1px solid #e7f0ff;
    background: radial-gradient(120px 120px at 85% 35%, #ffdce2 8%, transparent 60%) ,
                radial-gradient(180px 180px at 110% 90%, #ffeaf1 10%, transparent 60%),
                #fff3f6;
  }
  .dealer-cta-content{display:flex;gap:12px;align-items:flex-start;justify-content:space-between;}
  .dealer-cta h6{margin:0 0 6px;font-size:16px;font-weight:800;color:#0b1220;}
  .dealer-cta p{margin:0 0 12px;font-size:14px;color:#374151;}
  .btn-cta{
    display:inline-flex;align-items:center;justify-content:center;height:38px;padding:0 14px;
    border-radius:10px;border:1px solid #111827;background:#111827;color:#fff;font-weight:700;text-decoration:none;
  }
  .btn-cta:focus-visible{outline:3px solid rgba(23,103,255,.35);outline-offset:2px;}
  .dealer-actions{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:8px;}
  .action-tile{
    display:flex;align-items:center;justify-content:center;gap:10px;height:56px;border-radius:16px;border:1px solid var(--card-br);
    font-weight:700;text-decoration:none;color:#111827;background:#fff;transition:transform .12s ease, box-shadow .12s ease;
  }
  .action-call{background:#fff4f4;}
  .action-whatsapp{background:#edf9f1;}
  .action-tile:hover{transform:translateY(-1px);box-shadow:0 6px 16px rgba(2,6,23,.07);}
  .action-tile:focus-visible{outline:3px solid rgba(23,103,255,.35);outline-offset:2px;}
  .action-call .bi{color:var(--danger);} .action-whatsapp .bi{color:#25D366;}
  .dealer-card .mb-0{margin-bottom:0!important;}
  @media (max-width:480px){
    .dealer-card{padding:16px;} .dealer-header{grid-template-columns:60px 1fr;}
    .dealer-avatar{width:60px;height:60px;border-radius:14px;}
  }
  :root:dir(rtl) .dealer-header{grid-template-columns:1fr 72px;}
