/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 06 2026 | 13:43:05 */
.entry-header{
  display: none;	
  height: 0px;	
}

.menu-link {
	color : red; 
}

#content,
.ast-container, 
#primary,
 #post-4491 {
	margin-top : 0; 
	padding-top : 0; 
}

.site-main {
  margin-top: 0; /* adjust value */
}

body {
  font-family: Arial, sans-serif;
  background: transparent;
  margin: 0;
}



/* PAGE */
.taxi-page {
  max-width: 1200px;
  margin: auto;
  padding: 20px;
}

/* TITLE */
.taxi-title {
  font-size: 32px;
  color: #1b5e20;
  margin-bottom: 15px;
 text-align : center;  	
}

/* HERO */
.taxi-hero img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  border-radius: 10px; 	
  -webkit-mask-image: linear-gradient(
    to bottom,
    transparent 0%,
    black 20%,
    black 80%,
    transparent 100%

  );

  mask-image: linear-gradient(
    to bottom,
    transparent 0%,
    black 20%,
    black 80%,
    transparent 100%
  );
}




/* LAYOUT */
.taxi-container {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 30px;
  margin-top: 20px;
}

/* DETAILS */
.taxi-details {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.detail-row {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 0;
  border-bottom: 1px solid #eee;
}

.icon {
  font-size: 18px;
}

.taxi-note {
  margin-top: 20px;
  font-weight: bold;
  color: #1b5e20;
}

/* BOOKING BOX */
.taxi-booking {
  display : flex; 
  flex-direction : column; 

  background: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);

  
}

.taxi-booking h3 {
  margin-bottom: 15px;
  color: #1b5e20;
}

.price {
  font-size: 18px;
  font-weight: bold;
  color: #cc1100;
  margin-bottom: 15px;
}

.price::before {
  content: "💰 ";
}

.booking-info p {
  margin: 5px 0;
  color: #555;
}

.cta-buttons {
   display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 15px;
 align-content : center; 
}

/* BUTTONS */
.social  {
 
  width: 100%;
  padding: 12px;
  border-radius: 6px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}


.whatsapp {
  background-color: #25d366;
}

.call {
  background-color: #ff6f00;
}

.booking-btn {
  display: inline-block;
  padding: 12px 28px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  text-align : center; 	
  border-radius: 30px;
  background: linear-gradient(135deg, #ff7a18, #ffb347);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

/* Hover effect */
.booking-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.25);
  background: linear-gradient(135deg, #ff8c42, #ffc371);
}

/* Click (active) effect */
.booking-btn:active {
  transform: scale(0.96);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
}

/* Optional shine animation */
.booking-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: rgba(255,255,255,0.3);
  transform: skewX(-20deg);
  transition: 0.5s;
}

.booking-btn:hover::before {
  left: 130%;
}

/* RESPONSIVE */
@media (orientation: landscape) and (max-width: 1024px) {
 
	
  /* PAGE */
.taxi-page {
 
  padding-top : 60px; 	
 
}  	
 
}


/* RESPONSIVE */
@media (orientation: portrait) and (max-width: 768px) {
 
	
  /* PAGE */
.taxi-page {
  margin-top: 5px; 	
  width : 100%; 
  padding-top : 60px; 	
  padding-left : 0; 
  padding-right : 0; 
 align-items : center; 	
  	
 
}	
	

	.taxi-title,
	.taxi-hero,
	.taxi-container, 
	 .taxi-booking, 
	.cta-buttons {
		width : 100%; 
		
	}
	
	
  .taxi-title {
	   
	margin-top : 10px; 
    font-size : 16px; 
	font-weight : bold; 
	 text-align : center;   
	}	
	
 .taxi-container {
    grid-template-columns: 1fr;
	 width : 100%;   
  }


  .taxi-booking {
    position: static;
  }
	
	 .taxi-hero img {
    height: 180px;
    
		 
  }

 .cta-buttons {
	display : flex;  
    flex-direction: column;
	
	gap: 8px;
    margin-top: 15px;
   align-items : center;  
	
	margin-right : 10px;  
  }

  .social {
    width: 100%;
  }	
}
