



/* ==========================================================================
  15. PRICING
  ========================================================================== */

/*------------------------------------------*/
/*  PRICING WRAPPER
/*------------------------------------------*/

.pricing-2-wrapper,
.pricing-3-wrapper {
  position: relative;
  border: 1px solid #f5f5f5;
  padding: 55px 60px;
  z-index: 5;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .05);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .05);
  box-shadow: 0 5px 10px rgba(0, 0, 0, .05);
}

.p4-wrapper {
  padding: 90px 70px;
  overflow: hidden;
}

.pricing-4-table.left-column,
.pricing-section .pricing-1-table.left-column {
  padding-right: 15px;
}

.pricing-section .pricing-5-table.left-column {
  padding-right: 20px;
}





/*------------------------------------------*/
/*  PRICING TITLES
/*------------------------------------------*/ 

.pricing-title {
  line-height: 1;
  margin-bottom: 50px;
}

.pricing-4-title p {
  font-size: 1.3rem;
  margin-top: 10px;
  margin-bottom: 0;
}

.pricing-5-category.mb-4 {
  margin-bottom: 45px!important;
}

.pricing-5-category.mt-4 {
  margin-top: 55px!important;
}

.pricing-7-title {
  margin: 40px 0 30px;
}

#pb-7-1 {
  margin-right: 12px;
}

#pb-7-2 {
  margin-left: 6px;
  margin-right: 6px;
}

#pb-7-3 {
  margin-left: 12px;
}

/*------------------------------------------*/
/*  PRICING LIST
/*------------------------------------------*/ 

.pricing-list li {
  margin-bottom: 22px;
}

.pricing-5-table .pricing-list li {
  margin-bottom: 30px;
}

.pricing-list li:last-child,
.pricing-4 .pricing-list li:last-child {
  margin-bottom: 0;
}

/*------------------------------------------*/
/*  PRICING DETAILS
/*------------------------------------------*/ 

.detail-price {
  margin: 0;
  display: table;
}

.price-name {
  position: relative;
  display: table-cell;
  width: 1%;
  white-space: nowrap;
  padding: 0 10px 0 0;
}

.price-dots {
  position: relative;
  display: table-cell;
  height: 3px;
  width: 98%;
  z-index: 1;
  background-image: radial-gradient(circle closest-side,#878889 99%,transparent 100%);
  background-position: 50% 100%;
  background-size: 5px 2px;
  background-repeat: repeat-x;
}

.theme--dark .price-dots {
  background-image: radial-gradient(circle closest-side,#666 99%,transparent 100%);
}

.price-number {
  display: table-cell;
  width: 1%;
  padding: 0 0 0 10px;
  white-space: nowrap;
}

.price-name p,
.price-number p {
  color: #363636;
  position: relative;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 0;
}

.theme--dark .price-name p,
.theme--dark .price-number p {
  color: #fff;
}

.price-number p {
  font-weight: 400;
}

.pricing-5 .price-name p,
.pricing-5 .price-number p {
  font-size: 1.1875rem;
}

.pricing-7 .price-name p,
.pricing-7 .price-number p {
  font-size: 1.15rem;
}

.pricing-4 .color--white .price-name p,
.pricing-4 .color--white .price-number p {
  color: #fff;
}

.pricing-6-item p {
  font-size: 1rem;
  margin-bottom: 10px;
}

.pricing-6-item p.pricing-6-title {
  color: #363636;
  font-size: 1.2rem;
  font-weight: 600;
  padding: 0;
  margin-bottom: 2px;
}

.pricing-6-item p.pricing-6-number {
  color: #363636;
  font-size: 1.15rem;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 0;
}

/*------------------------------------------*/
/*  OLD PRICE
/*------------------------------------------*/

.old-price {
  position: relative;
  font-size: 1.25rem;
  color: #aaa!important;
  text-decoration: line-through;
  font-weight: 400;
  top: 1px;
  margin-right: 10px;
}

/*------------------------------------------*/
/*  Pricing Item Description
/*------------------------------------------*/ 

.price-txt {
  margin-top: 6px;
}

.price-txt p {
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 0;
}

.pricing-4 .color--white .price-txt p {
  color: #e2e3e4;
}

.pricing-notice p {
  margin-bottom: 0;
}

/*------------------------------------------*/
/*  PRICING IMAGE
/*------------------------------------------*/ 

.pricing-2-img {
  margin-right: -60px;
}

.pricing-3-img {
  margin-left: -60px;
}

.pricing-6-img {
  margin-bottom: 25px;
} 

.pricing-6-img .item-overlay {
  background: rgba(10, 10, 10, .1);
}

.pricing-6-item:hover img {
  transform: scale(1.05);
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
  -moz-transform: scale(1.05);
}

.pricing-6-item:hover .item-overlay {
  opacity: 1; 
  -moz-opacity: 1; 
  bottom: 0;
}

















.mobile-nav-bar {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: linear-gradient(90deg, #98465d 0%, rgb(188, 70, 93) 50%, #b83b5e 100%);
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 10px 0;
  box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.1);
  z-index: 999;
}

.nav-item {
  color: white;
  text-align: center;
  font-size: 12px;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.nav-item img {
  width: 30px;
  height: 30px;
  margin-bottom: 3px;
}
.popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1000;
  justify-content: center;
  align-items: center;
}

.popup-box {
  background: white;
  padding: 20px;
  max-width: 90%;
  width: 300px;
  border-radius: 10px;
  position: relative;
  animation: fadeIn 0.3s ease;
}

.popup-close {
  position: absolute;
  top: 8px;
  right: 12px;
  font-size: 20px;
  cursor: pointer;
}

@keyframes fadeIn {
  from { opacity: 0; transform: scale(0.9); }
  to { opacity: 1; transform: scale(1); }
}
.popup-overlay {
  display: none;
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1000;
  justify-content: center;
  align-items: center;
  overflow-y: auto;
  padding: 20px;
}

.popup-box {
  background: #fff;
  padding: 20px;
  border-radius: 15px;
  width: 95%;
  max-width: 1200px;
  position: relative;
  animation: fadeIn 0.3s ease;
}

.popup-close {
  position: absolute;
  top: 10px; right: 20px;
  font-size: 24px;
  cursor: pointer;
}

.popup-title {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
  color: #b83b5e;
}


.color-pink{
  color: #c43e6b;
}

.popup-columns {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
}

.popup-columns h4 {
  margin-top: 15px;
  font-size: 18px;
  color: #c43e6b;
  border-bottom: 1px solid #eee;
  padding-bottom: 5px;
}

.popup-columns ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.popup-columns li {
  font-size: 14px;
  padding: 3px 0;
  color: #333;
}

@keyframes fadeIn {
  from { opacity: 0; transform: scale(0.95); }
  to { opacity: 1; transform: scale(1); }
}


.popup-overlay {
  display: none;
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.popup-box {
  background: #fff;
  padding: 30px 20px;
  border-radius: 12px;
  width: 90%;
  max-width: 600px;
  position: relative;
  text-align: center;
  max-height: 90vh;
  overflow-y: auto;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}

.popup-close {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 24px;
  font-weight: bold;
  color: #c43e6b;
  cursor: pointer;
}

.popup-title {
  font-size: 24px;
  color: #b83b5e;
  margin-bottom: 25px;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
  gap: 10px;
}

.service-item {
  background: #f9f3f5;
  border-radius: 10px;
  padding: 7px;
  text-align: center;
  text-decoration: none;
  color: #333;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 0 0 rgba(0,0,0,0);
}

.service-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 15px rgba(0,0,0,0.1);
}

.service-item img {
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
  object-fit: contain;
}

.service-item span {
  display: block;
  font-size: 15px;
  font-weight: 500;
}
.popup-box .contact-details {
  text-align: left;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  margin-top: 10px;
}

.popup-box .contact-details a {
  color: #c43e6b;
  text-decoration: none;
  font-weight: 500;
}

.popup-box .contact-details a:hover {
  text-decoration: underline;
}


.popup-box .map-container {
  margin-top: 10px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
}

.contact-buttons {
  margin-top: 15px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.contact-buttons .btn {
  display: inline-block;
  padding: 10px 15px;
  text-align: center;
  border-radius: 5px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  transition: background 0.3s ease;
}

.call-btn { background-color: #28a745; }
.whatsapp-btn { background-color: #25D366; }
.location-btn { background-color: #007bff; }

.contact-buttons .btn:hover {
  opacity: 0.9;
}


.contact-box {
  max-width: 500px;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
  background: #fff;
  text-align: center;
}

.contact-details {
  margin-top: 15px;
}

.info-block {
  margin-bottom: 20px;
  text-align: left;
}

.info-block h4 {
  margin-bottom: 5px;
  font-size: 17px;
  color: #444;
}

.info-block a {
  color: #c43e6b;
  text-decoration: none;
}

.map-container {
  margin: 20px 0;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.contact-buttons {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.contact-buttons .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 16px;
  font-weight: 600;
  color: white;
  text-decoration: none;
  border-radius: 6px;
  transition: background 0.3s ease;
}

.call-btn {
  background: #28a745;
}

.whatsapp-btn {
  background: #25d366;
}

.location-btn {
  background: #007bff;
}

.contact-buttons .btn img {
  height: 18px;
  width: 18px;
}

.contact-buttons {
  display: flex;
  flex-direction: column;
  gap: 8px; /* Reduced vertical spacing */
}

.contact-buttons .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px; /* Space between icon and text */
  padding: 8px 12px; /* Reduced padding */
  font-size: 14px; /* Slightly smaller text */
  font-weight: 500;
  color: #fff;
  border-radius: 4px;
  text-decoration: none;
  line-height: 1;
}

.call-btn {
  background: #f36cb7;
}

.whatsapp-btn {
  background: #f36cb7;
}

.location-btn {
  background: #007bff;
}

.contact-buttons .btn img {
  height: 16px; /* Smaller icon size */
  width: 16px;
}


.booking-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 15px;
}

.form-group {
  display: flex;
  flex-direction: column;
}

.form-group label {
  font-size: 14px;
  margin-bottom: 4px;
  color: #333;
}

.form-group input,
.form-group select {
  padding: 8px 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
}

.submit-btn {
  background: #c43e6b;
  color: white;
  border: none;
  padding: 10px;
  font-weight: 600;
  border-radius: 5px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.submit-btn:hover {
  background: #a52c58;
}


.mobielheader{width: 180px !important;}


@media (max-width: 768px) {
.services-sec .service-card img{height: 333px !important;}

.mobile-nav__wrapper .mobile-nav__content .main-menu__list li a {
  margin-top: 10px;
  padding: 6px 9px !important;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  color: #333;
  background-color: transparent;
  text-decoration: none;
  transition: all 0.3s ease;
}



.service-card p{display: none;}









}
