.wa-fixed {
    position: fixed !important;
    bottom: 18px !important;
    right: 18px !important;
    width: 64px !important;       /* bigger than before */
    height: 64px !important;
    background: #25d366 !important;
    border-radius: 50% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    z-index: 99999 !important;
}

.wa-fixed svg {
    width: 40px !important;       /* scale SVG inside */
    height: 40px !important;
}
.call-fixed {
    position: fixed !important;
    top: 18px !important;
    left: 18px !important;
    width: 64px !important;       /* bigger */
    height: 64px !important;
    background: #0b5ed7 !important;
    border-radius: 50% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    z-index: 99999 !important;
    color: white !important;
    font-size: 28px !important;
}

.call-fixed:hover {
    transform: scale(1.1);
}

.map {
	width: 100%;
	height: 400px;
}
.map iframe {
    max-width: 100% !important;
	width: 100%;
	height: 100%;
}
.map-force {
    width: 100%;
    height: 400px !important;
    display: block !important;
    position: relative;
    overflow: visible !important;
    background: #eee;
}

.map-force iframe {
    max-width: 100% !important;
    width: 100% !important;
    height: 100% !important;
    border: 0;
    display: block;
}
.map-force {
    width: 100%;
    height: 400px;
}

.map-force iframe {
    max-width: 100% !important;
    width: 100%;
    height: 100%;
    border: 0;
}

.map-force {
    width: 100%;
    height: 400px;
    margin-top: 20px;
}

.map-force iframe {
    max-width: 100% !important;
    width: 100%;
    height: 100%;
    border: 0;
}

#location-map-select {
    padding: 10px;
    font-size: 16px;
    border-radius: 5px;
    border: 1px solid #ccc;
}
.back-home {
  display: inline-block;
  margin: 15px 0;
  padding: 10px 15px;
  background: #0a58ca;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
}
.back-home:hover {
  background: #084298;
}
.site-header {
  background:#fff;
  border-bottom:1px solid #ddd;
}
.site-header .container{
  display:flex;
  justify-content:space-between;
  align-items:center;
}
.logo{
  font-weight:bold;
  font-size:18px;
  color:#0a58ca;
  text-decoration:none;
}
.main-nav a{
  margin-left:15px;
  text-decoration:none;
  color:#333;
}
.main-nav a:hover{
  color:#0a58ca;
}
.breadcrumb{
  font-size:14px;
  margin:15px 0;
}
.breadcrumb a{
  text-decoration:none;
  color:#0a58ca;
}
.cta-section{
  background:#0a58ca;
  color:#fff;
  text-align:center;
  padding:30px 15px;
  margin-top:30px;
}
.cta-btn{
  display:inline-block;
  margin:10px;
  padding:12px 18px;
  background:#fff;
  color:#0a58ca;
  text-decoration:none;
  font-weight:bold;
  border-radius:5px;
}
.cta-btn.secondary{
  background:#ffc107;
  color:#000;
}


.seo-links li,
{    color: #333 !important;
}


.tempo-services a,
.tempo-services a:visited {
    color: #555 !important;
    text-decoration: none;
}

.tempo-services a strong {
    font-size: 18px;
    color: #333;
}

.tempo-services span {
    font-size: 15.5px;
    color: #555;
    line-height: 1.6;
}

.tempo-services li {
    margin-bottom: 16px;
}
.divider {
    border: none;
    height: 1px;
    background-color: #ddd;
    margin: 14px 0;
}

.tempo-flex {
  display: flex;
  gap: 25px;
  margin-top: 20px;
  align-items: flex-start;
}
----------------------------------------------------
.table-responsive {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-responsive table {
  min-width: 750px;
  border-collapse: collapse;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
.row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
----------------------------------------------------
.tempo-rate {
  flex: 1;
  background: #f9f9f9;
  padding: 15px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
}

.tempo-rate h3 {
  margin-bottom: 10px;
}

.tempo-rate table {
  width: 100%;
  border-collapse: collapse;
}

----------------------------------------
.tempo-wrapper {
  display: flex;
  gap: 20px;
}

.tempo-rate {
  flex: 1.2;
}

.tempo-image {
  flex: 1;
}

.tempo-image img {
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .tempo-wrapper {
    flex-direction: column-reverse;
  }

  .tempo-image {
    margin-bottom: 15px;
  }
}
-----------------------------------------------------
.row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
-----------------------------------------------------
.container,
.container-fluid {
  padding-left: 15px;
  padding-right: 15px;
  max-width: 100%;
}
------------------------------------

-------------------------------------------------------

html, body {
  max-width: 100%;
  overflow-x: hidden !important;
}

--------------------------------------
/* Allow floating buttons */
html, body {
  overflow-x: hidden !important;
  overflow-y: visible !important;
}

header, .container, .row {
  overflow: visible !important;
}

---------------------------------------------

tempo-traveller-rental-services-in-bangalore

---------------------------------------------

.wa-fixed {
  position: fixed !important;
  bottom: 20px !important;
  right: 20px !important;
  width: 64px !important;
  height: 64px !important;
  background: #25d366 !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  z-index: 2147483647 !important;
  cursor: pointer;
  animation: pulse 2s infinite;
}

.wa-fixed-tooltip {
  position: absolute;
  bottom: 70px;
  right: 0;
  background: #25d366;
  color: #fff;
  padding: 6px 10px;
  border-radius: 4px;
  font-size: 14px;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s;
}

.wa-fixed:hover .wa-fixed-tooltip {
  opacity: 1;
  visibility: visible;
}

/* Mobile-friendly spacing for fixed buttons */
@media (max-width: 768px) {
  /* WhatsApp button */
  .wa-fixed {
    bottom: 20px !important;   /* distance from bottom */
    right: 20px !important;    /* distance from right */
    width: 56px !important;    /* slightly smaller on mobile */
    height: 56px !important;
  }

  .wa-fixed svg {
    width: 28px !important;
    height: 28px !important;
  }

  .wa-fixed-tooltip {
    bottom: 70px;
    font-size: 12px;
    padding: 5px 8px;
  }

  /* Call button */
  .call-fixed {
    top: 20px !important;      /* distance from top */
    left: 20px !important;     /* distance from left */
    width: 56px !important;
    height: 56px !important;
    font-size: 24px !important;
  }
}


---------------------------------------------------------------

index whatspp and call button

</* WhatsApp button */
.wa-fixed {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 64px;
  height: 64px;
  background: #25d366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
}

.wa-fixed i {
  font-size: 30px;
  color: #fff;
}

.wa-fixed-tooltip {
  position: absolute;
  bottom: 75px;
  right: 0;
  background: #25d366;
  color: #fff;
  padding: 6px 10px;
  border-radius: 4px;
  font-size: 13px;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.wa-fixed:hover .wa-fixed-tooltip {
  opacity: 1;
  visibility: visible;
}

/* Call button */
.call-fixed {
  position: fixed;
  bottom: 100px;
  right: 20px;
  width: 64px;
  height: 64px;
  background: #0b5ed7;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999;
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
}

.call-fixed i {
  font-size: 28px;
  color: #fff;
}

/* Mobile */
@media (max-width: 768px) {
  .wa-fixed,
  .call-fixed {
    width: 56px;
    height: 56px;
  }

  .wa-fixed i,
  .call-fixed i {
    font-size: 24px;
  }
}

-----------------------------------------------------------------

.force-center {
    text-align: center;
    padding: 30px 15px;
}

.divider {
    width: 80px;
    height: 3px;
    background: #25D366;
    border: none;
    margin: 20px auto;
}
.hero-intro {
    padding: 40px 15px;
}

.hero-intro h1 {
    font-size: 36px;
    font-weight: 700;
}

.intro-text {
    max-width: 900px;
    margin: 15px auto 0;
    font-size: 16px;
    line-height: 1.7;
    color: #444;
}
--------------------------------------
/* FORCE FLOATING LEFT SOCIAL ICONS */
ul.social-icons {
    position: fixed !important;
    top: 50% !important;
    left: 0 !important;
    transform: translateY(-50%) !important;
    z-index: 99999 !important;

    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;

    float: none !important;
}

ul.social-icons li {
    display: block !important;
    margin: 6px 0 !important;
    padding: 0 !important;
}

ul.social-icons li a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: 44px !important;
    height: 44px !important;

    color: #fff !important;
    font-size: 20px !important;
    text-decoration: none !important;

    border-radius: 0 6px 6px 0 !important;
}

/* COLORS */
ul.social-icons .facebook { background: #3b5998 !important; }
ul.social-icons .instagram { background: #E1306C !important; }
ul.social-icons .whatsapp { background: #25D366 !important; }
ul.social-icons .youtube { background: #FF0000 !important; }

/* HOVER */
ul.social-icons li a:hover {
    width: 52px !important;
    transition: all 0.3s ease !important;
}

-------------------------------------------------------

Outstation Tempo Traveller from Bangalore


.center {
  text-align: center;
}

.center-list {
  list-style-position: inside;
  text-align: center;
  padding: 0;
}

.center-list li {
  margin: 6px 0;
}

-------------------------------------------------------






