/* Floating Call Button */
.call-button {
  position: fixed;
  bottom: 30px; /* keep above WhatsApp button */
  left: 20px;
  background-color: #25d366; /* Bootstrap Red */
  color: #111b21;
  font-size: 22px;
  padding: 14px 16px;
  border-radius: 50%;
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
  text-align: center;
  z-index: 1000;
  transition: all 0.3s ease;
}

/* Hover effect */
.call-button:hover {
  background-color: #1ebe5c; /* darker green */
  transform: scale(1.1);
  color: #111b21;
}

/* Active/Click effect */
.call-button:active,
.call-button:focus {
  background-color: #128c7e; /* deeper green like pressed button */
  transform: scale(0.95);
  outline: none;
}


/*Whatsapp button*/
.wts-app-btn {
  	position: fixed !important;
  	right: 10px !important;
  	bottom: 30px !important;
  	z-index: 999 !important;
	display: flex;
	align-items: center;
}
a.wts-app-btn {
  	font-weight: 500;
  	color: #111b21;
	font-size: 15px;
	padding: 12px 16px;
	background: #25D366;
	/*text-shadow: 0px 2px 10px rgba(0,0,0,0.4), 0px 1px 2px rgba(0,0,0,0.1), 0px 20px 20px rgba(0,0,0,0.2);*/
	border-radius: 20px 2px 20px 20px;
}
a.wts-app-btn:hover {
  	color: #fff;
	background: #111B21;
}
.wts-app-btn i {
	font-size: 24px;
	padding-right: 6px;
}
/**/
label {
    font-size: 16px;
    font-weight: 500 !important;
    color: var(--dark);
    padding-bottom: 5px;
}

/**/
@media (max-width: 991px) {
  .col-half-section {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
/* Global placeholder styling */
::placeholder {
  color: #4c4c4c !important;       /* Same color everywhere */
  font-size: 14px !important;   /* Match your form text size */
  font-weight: 400 !important;  /* Regular weight */
  opacity: 1;                   /* Prevent faded look */
}

/* Ensure Bootstrap form controls follow same rule */
.form-control::placeholder,
.form-select::placeholder {
  color: #4c4c4c !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  opacity: 1;
}
.form-select {
  color: #4c4c4c !important;
  font-size: 14px !important;
  font-weight: 400 !important;
}
/* Normalize date input text style */
input[type="date"] {
  color: #4c4c4c !important;        /* Same placeholder/text color */
  font-size: 14px !important;    /* Match other fields */
  font-weight: 400 !important;   /* Regular weight */
  font-family: inherit !important; /* Force same font */
}

/* Placeholder look for empty date input */
input[type="date"]::before {
  content: attr(placeholder);
  color: #4c4c4c;
  font-size: 14px;
  font-weight: 400;
}

/* Hide placeholder once value is selected */
input[type="date"]:focus::before,
input[type="date"]:valid::before {
  content: "" !important;
}


/**/

.input-group .form-control {
    height: 50px;
}
.form-control:not(.form-control-sm):not(.form-control-lg) {
    border-radius: 10px;
}
.trip-type-btn {
    flex: 1;
    border: 1px solid #ccc;
    padding: 10px;
    text-align: center;
    cursor: pointer;
    border-radius: 6px;
    background: var(--tertiary);
    transition: 0.3s;
    font-weight: 500;
	font-size: 16px;
  }
  .trip-type-btn.active {
    background: var(--primary);
    color: var(--tertiary);
    border-color: var(--primary);
  }

/**/
.custom-shape-bg {
	background: url(../img/cab-seprator.svg);
    background-position: left 56%;
    background-repeat: no-repeat;
}
ul.list.list-icons.list-tertiary li {
    color: var(--tertiary);
}
.feature-box .feature-box-icon {
	padding: 0;
}
a.text-link {
    font-size: 18px;
}
.custom-gradient {
	background-image: linear-gradient(272deg,#ff493e 45.5%,#1a1a40 96.16%);
}
.list.list-icons li {
    font-size: 16px;
}

/*--------*/
.text-custom-light {
	color: #FFD9CE;
}
.text-custom-dark {
	color: #1B1B41;
}
.rounded-4 {
    border-radius: 30px;
}

/**/
.banner-title {
	font-size: 40px;
	font-weight: 600;
    line-height: 1.3;
    letter-spacing: 0;
}
.banner-sub-title {
	font-size: 28px;
	font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0;
}


h2 {
    font-size: 44px;
    font-weight: 600;
    line-height: 1.3;
    margin: 0 0 20px 0;
    letter-spacing: 0;
	color: #1B1B41;
}

.lead-2 {
	font-size: 24px;
}
.custom-br {
	border-radius: 64px;
}
.custom-heading {
	font-size: 30px;
	font-weight: 500;
}
p {
  line-height: 1.5;
  letter-spacing: 0;
  font-weight: 400;
  color: #080808;
}
body{
	color: #080808;
	font-family: "Ubuntu", sans-serif !important;
}
.btn {
    font-family: "Ubuntu", sans-serif !important;
    font-size: 16px;
    font-weight: 600;
	color: #FFD9CE;
}
@media (max-width: 991px) {
	.banner-title {
		font-size: 24px;
		font-weight: 600;
		line-height: 1.3;
		letter-spacing: 0;
	}
	.banner-sub-title {
		font-size: 18px;
		font-weight: 400;
		line-height: 1.4;
		letter-spacing: 0;
	}

	h2 {
		font-size: 36px;
		font-weight: 600;
		line-height: 1.3;
		margin: 0 0 20px 0;
		letter-spacing: 0;
		color: #1B1B41;
	}
}

/*Form*/
.input-group-text {
    background-color: #F3F3F3;
	border-radius: 10px;
}
.form-style-3 .form-control {
    padding: 10px 0px 10px calc(10px);
    background-color: #F3F3F3;
    border: none;
	border-radius: 0 10px 10px 0;

}

/**/
#header .header-body {
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .3), 0 1px 3px 1px rgba(60, 64, 67, .15) !important;
}
#header .header-nav.header-nav-links:not(.header-nav-light-text) nav > ul > li > a {
	font-family: "Ubuntu", sans-serif !important;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.5px;
	color: #080808;
}
.offcanvas-nav .nav li a {
  padding: 20px 10px;
  font-size: 30px;
  display: block;
  text-decoration: none;
  font-weight: 500;
  color: var(--dark);
  background-color: transparent !important;
  opacity: 1;
  transition: opacity 0.3s;
}
#header .header-btn-collapse-nav {
  background: var(--primary);
  padding: 15px 20px;
}

/**/
@media (min-width: 1200px) {
    .container:not(.container-bs):not(.container-xl-custom):not(.container-xxl-custom) {
        max-width: 1240px;
    }
}
#footer {
    border-top: 4px solid var(--dark);
    font-size: 0.9em;
    margin-top: 0;
    position: relative;
    clear: both;
}
footer .list li {
    margin-bottom: 13px;
    font-size: 16px;
    line-height: 1.6;
}
