
.mar-0{
  margin: 0px;
}
.mar-tb-15{
  margin-top: 15px;
  margin-bottom: 15px;
}
.mar-t-20{
  margin-top: 20px;
}
.mar-t-50{
  margin-top: 50px;
}
.mar-b-25{
  margin-bottom: 25px;
}
.mar-b-50{
  margin-bottom: 50px;
}
.mar-b-10{
  margin-bottom: 10px;
}
.mar-tb-25{
  margin-top: 25px;
  margin-bottom: 25px;
}
.mar-tb-50{
  margin-top: 50px;
  margin-bottom: 50px;
}
.mar-tb-75{
  margin-top: 75px;
  margin-bottom: 75px;
}
.pad-10{
  padding: 10px;
}
.pad-25{
  padding: 25px;
}
.pad-50{
  padding: 50px;
}
.pad-100{
  padding: 100px;
}
.pad-tb-50{
  padding-top: 55px;
  padding-bottom: 25px;
}
.pad-tb-100{
  padding-top: 100px;
  padding-bottom: 100px;
}
.pad-tb-125{
  padding-top: 125px;
  padding-bottom: 125px;
}
.pad-t-150{
  padding-top: 150px;
}

/* Colors */
.bg-plum{background-color: #2e0033;}
.txt-plum{color: #2e0033;}
.bg-white{background-color: #fff;}
.txt-white{color: #fff;}
.bg-black{background-color: #1b1b1b;}
.txt-black{color: #1b1b1b;}
.bg-grey{background-color: #9e9d9d;}
.txt-grey{color: #9e9d9d;}
.bg-light{background-color: #fafafa;}
.txt-light{color: #fafafa;}

::placeholder {
  color: #1b1b1b;
  font-weight: 600;
  letter-spacing: 1px;
}
/* Navbar */
.navbar-brand{
  font-size: 36px;
  font-weight: 600;
  /*text-transform: lowercase;*/
}
.navbar-brand:hover{
  color:#fff;
}
.navbar-brand img{
  width: 50%;
}
.navbar-nav li{
  padding: 2px;
  border: solid 1px rgba(255,255,255,0.3);
  border-radius: 30px;
  margin-right: 25px;
}
.navbar-nav li a{
  color: #ccc;
  font-weight: 600;
  font-size: 14px;
}
.navbar-nav li a:hover, .nav-active a{
  border-radius: 20px;
  color: #00ab9b !important;
}
.navbar-toggler, .navbar-brand{
  color: #fff;
}
.top-header{
  background-color: #00ab9b;
}
.top-header ul, .top-header li, .top-header li h6{
  margin: 0px;
  padding: 0px;
  list-style: none;
  font-size: 14px;
  display: inline-block;
  margin-left: 10px;
}
.top-header li{
  display: inline-block;
  margin-right: 20px;
}
.top-header ul{
  padding: 10px;
}
.top-header li a{
  color: #1b1b1b;
  font-size: 14px;
}
.top-header li a:hover{
  text-decoration: none;
}

/* .nav-active a::before, .nav-item a:hover::before{
  content: '[ ';
  position: absolute;
  margin-left: -10px;
}
.nav-active a::after, .nav-item a:hover::after{
  content: ' ]';
  position: absolute;
  margin-left: 5px;
} */
.fixed-top{
  position: relative;
  background-color: #252525;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #252525;
}

.home{
  width: 100%;
  padding: 0 7%;
  display: table;
  margin: 0;
  max-width: none;
  height: 80vh;
  background-image: linear-gradient(0deg,rgba(0,0,0,0),rgba(0,0,0,0)),url("../img/madurai-kvs-travels.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; 
}
.home-title {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.home-title h1 {
  font-size: 3.5em;
  font-weight: 400;
  text-shadow: 3px 1px #252525;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 15px;
  width: 45%;
  place-self: center;
}
.home-title h6 {
  font-size: 1em;
  font-weight: 600;
  text-transform: lowercase;
  letter-spacing: 2px;
}
.social-share a div{
  height: 50px;
  width: 50px;
  color: #1b1b1b;
  background-color: #00ab9b;
  border-radius: 50%;
  display: inline-block;
  margin: 5px;
  font-size: 24px;
  padding-top: 8px;
}
.car-header{
  width:auto;
  margin-top:-19%;
  position:absolute;
}
.car-header img{
  width:60%;
}
#about{
  background-color: #f5f5f5;
  color: #1b1b1b;
}
.form-text{
  width: 100%;
  height: 45px;
  border: none;
  background-color: white;
  color: #1b1b1b;
  font-weight: 400;
  margin-top: 15px;
  outline: none;
  padding-left: 10px;
}
.form-button{
  padding: 10px 50px;
  border-radius: 30px;
  border: none;
  border-bottom: 1px solid #00ab9b;
  background-color: #00ab9b;
  color: #fff;
  margin-top: 15px;
  outline: none;
}
#contact{
  background-color: #fff;
  color: #1b1b1b;
}
#contact a{
  display: block;
  margin-bottom: 30px;
  font-size: 32px;
  color: #00ab9b;
}
#contact a h5{
  font-size: 18px;
  color: #1b1b1b;
  font-weight: 800;
}
#contact a:hover{
  text-decoration: none;
}
.box{
  background-color: #f5f5f5;
}
.keywords a{
  color: #cccccc !important;
}
.keywords {
  font-size: 12px !important;
}

@media only screen and (max-width: 768px) {
  .home {
    height: 35vh;
  }
  .home-title h1 {
    width: 100%;
}
.social-share {
  width: 40% !important;
}
  .pad-25{
    padding: 10px;
  }
  .mar-t-50{
    margin-top: 15px;
  }
  .pad-tb-100{
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .navbar-nav li{
    padding: 5px;
    margin-top: 10px;
  }
  .widget h4 {
    margin: 20px 0 20px !important;
}
.tariffs h3 {
  font-size: 24px !important;
}
  .navbar-brand{
    width: 50%;
  }
  .navbar-brand img{
    width: 100%;
  }
  .home-title h1 {
    font-size: 28px;
    padding: 2px;
}
.fa-whatsapp:before {
  font-size: 26px !important;
}
  .navbar-brand{
      font-size: 24px;
    }
  .navbar-nav li a{
    padding-left: 15px !important;
  }
  .car-header{
    display: none;
  }
  #map{
    height: 300px;
  }
  .hidden-xs{
    display: none !important;
  }
  .top-header li a {
    font-size: 20px;
  }
  .top-header ul {
    padding: 5px; 
  }
  .top-header li h6 {
    margin-left: 0px;
  }
  #commentMsg{
    margin: 10px;
    width: 80% !important;
  }
  /* Utility: hide elements on mobile */
  .hide-on-mobile {
    display: none !important;
  }
}


#backtotop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #1b1b1b;
  color: #00ab9b;
  cursor: pointer;
  padding: 9px 15px;
  border-radius: 4px;
  border-radius: 50%;
  transition: 0.4s;
}

.floatSocial {
  display: block;
  position: fixed;
  top: 43%;
    float: left;
    z-index: 99;
    cursor: pointer;
}
.floatSocial img{
  height: 70px;
    width: 70px;
}

/* Right-center floating Call button */
.floatCall {
  position: fixed;
  top: 48%;
  right: 15px;
  transform: translateY(-50%);
  z-index: 99;
  cursor: pointer;
}
.floatCall .call-circle {
  height: 60px;
  width: 60px;
  background-color: #00ab9b;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 12px rgba(0,0,0,0.2);
}
.floatCall .call-circle i {
  font-size: 28px;
}
.floatCall:hover .call-circle {
  box-shadow: 0 8px 16px rgba(0,0,0,0.28);
}

@media only screen and (max-width: 768px) {
  .floatCall .call-circle {
    height: 50px;
    width: 50px;
  }
  .floatCall .call-circle i {
    font-size: 24px;
  }
}

#overlay{
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: #1b1b1b;
}
#map{
  height: 500px;
}


#commentMsg{
  width: 400px;
  position: fixed;
  top: 100px;
  right: 10px;
  padding: 10px;
}

#infomsg{
  top: 15px;
  left: 0;
  height: 100%;
  margin-top: -25px;
  width: 100%;
  position: absolute;
  background-color: #00000036;
  z-index: 9;
  padding-top: 65px;
}
.loader {
  /* float: left; */
  border: 5px solid #1b1b1b;
  border-radius: 50%;
  border-top: 5px solid #ffc153;
  width: 25px;
  height: 25px;
  -webkit-animation: spin 1s linear infinite; /* Safari */
  animation: spin 1s linear infinite;
}

::placeholder { 
  color: #1b1b1b;
  font-weight: 400;
  opacity: 1;
  font-size: 14px;
}

::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #fff; 
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #ccc; 
}

/* --- Social links text font fix ---
   Ensure Facebook/Instagram link text uses the site default font family,
   while preserving the Font Awesome Brands icon for the ::before glyph. */
a.fab.fa-facebook,
a.fab.fa-instagram {
  /* inherit the site’s default text font */
  font-family: inherit !important;
}

a.fab.fa-facebook::before,
a.fab.fa-instagram::before {
  /* keep the FA Brands icon glyph rendering properly */
  font-family: "Font Awesome 6 Brands", "Font Awesome 5 Brands" !important;
  font-weight: 400;
}
