@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}
:root {
  --red: #ff1b36;
  --white: #fff;
  --grey: #f5f5f5;
  --black1: #222;
  --black2: #999;
  --black: #000;
}
body {
  position: relative;
  overflow-x: hidden;
  font-family: "Poppins", sans-serif;
  scroll-behavior: smooth;
  font-size: 14px;
}
section {
  position: relative;
  margin-top: 160px;
  margin-bottom: 60px;
}
a {
  text-decoration: none;
  color: var(--red);
}
a:hover {
  text-decoration: none;
  color: var(--red);
}
h4
{
  font-size: 18px;
}
.form-control::-moz-placeholder {
  color: #ced4da;
  opacity: 1;
}
.form-control::placeholder {
  color: #ced4da;
  opacity: 1;
}
.form-control:focus {
  color: #495057;
  background-color: var(--grey);
  border-color: var(--red);
  outline: 0;
  box-shadow: none;
}

/*.....header............*/

#mainpage {
  transition: margin-left 0.5s;
}
.header {
  background: #000;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
}
.logo img {
  height: auto;
  max-width: 100%;
  max-height: 50px;
}
.logo a {
  float: left;
}
.logo a img {
  float: left;
  max-height: 32px;
}
.header-nav {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  position: relative;
  height: 85px;
  padding: 0 30px;
  margin-bottom: 0;
}
#mobile_btn {
  display: none;
  margin-right: 30px;
}
.bar-icon {
  display: inline-block;
  width: 31px;
}
.bar-icon span {
  background-color: var(--white);
  display: block;
  float: left;
  height: 3px;
  margin-bottom: 7px;
  width: 31px;
  border-radius: 2px;
}
.bar-icon span:nth-child(2) {
  width: 16px;
}
.bar-icon span:nth-child(3) {
  margin-bottom: 0;
}
.navbar-brand.logo-small {
  display: none;
}
.navbar-brand.logo-small img {
  max-height: 40px;
  width: auto;
}
.main-menu-wrapper {
  margin: 0 15px 0 auto;
}
.menu-opened .main-menu-wrapper {
  transform: translateX(0);
}
.menu-header {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 60px;
  padding: 0 20px;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  display: none;
}
.menu-logo img {
  height: auto;
  max-width: 180px;
}
.menu-close {
  font-size: 18px;
  color: var(--red);
}
.main-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-nav > li.active > a {
  color: var(--red);
}
.main-nav li a {
  display: block;
  font-size: 0.9375rem;
  font-weight: 500;
}
.main-nav > li > a {
  color: var(--white);
}
.main-nav > li > a:hover::after,
.main-nav > li.active > a::after {
  width: 100%;
  right: auto;
  left: 0;
}
.main-nav > li > a::after {
  width: 0;
  background: var(--red);
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  height: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.select_language .goog-te-combo {
  background: transparent;
  border: 0;
  color: var(--white);
  font-size: 15px;
}
.select_language .goog-te-combo:focus-visible {
  outline: none;
}
.select_language .goog-te-combo option {
  color: #333333;
  font-size: 13px;
}






 .header-navbar-rht {
  margin: 0;
  padding: 0;
}
.header-navbar-rht > li:last-child {
  padding-right: 0;
}
.header-navbar-rht > li {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-right: 15px;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}
.header-navbar-rht li > a.header-login {
  background-color: var(--red);
  border-radius: 8px;
  padding: 8px 12px !important;
  text-align: center;
  font-size: 14px;
  color: var(--white);
  text-transform: uppercase;
  font-weight: 500;
}
.header-navbar-rht > li a.header-login:hover,
.header-navbar-rht > li a.header-login:focus {
  background-color: #e0011c;
  border-color: #e0011c;
  color: #fff;
}
.header-navbar-rht li .profile-img img {
  border-radius: 50%;
  width: 55px;
}
.header-navbar-rht .nav-main label
{
  color: white;
    font-size: 16px;
    font-weight: 500;
    margin-top: 15px;
    display: block;
    cursor: pointer;
}
.header-navbar-rht .nav-main .button span
{
  float: right;
  line-height: 35px;
  margin-top: -6px;
  margin-left: 10px;
}
.header-navbar-rht .nav-main ul
{
  position: absolute;
  background-color: var(--black);
  list-style: none;
  top: 90px;
  right: 6px;
  width: 240px;
  border-radius: 5px;
  display: none;
}
[id^=btn]:checked + ul
{
  display: block;
}
.header-navbar-rht .nav-main ul li 
{
  line-height: 40px;
  padding: 6px 20px;
  cursor: pointer;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.header-navbar-rht .nav-main ul li:hover
{
  color: var(--red);
  letter-spacing: 0.5px;
  padding-left: 25px;
  border-left: 4px solid red;
}
.header-navbar-rht .nav-main ul li label
{
 padding: 0px;
 margin: 0px;
}
.header-navbar-rht .nav-main ul li a 
{
  color: white;
  text-decoration: none;
  font-size: 15px;
  display: block;
}
.header-navbar-rht .nav-main ul li a:hover,
.header-navbar-rht .nav-main ul li label:hover
{
  color: var(--red);
}
.header-navbar-rht .nav-main ul ul
{
  position: static;
 width: 218px;
}
.header-navbar-rht .nav-main ul ul li
{
  line-height: 40px;
  padding: 6px 20px;
  border-bottom: none;
}
.header-navbar-rht .nav-main ul ul li:hover
{
  border-left: none;
}
.header-navbar-rht .nav-main ul ul li a
{
  color: #e6e6e6;
  font-size: 15px;
}
.header-navbar-rht .nav-main ul li span
{
  font-size: 14px;
  float: right;
  margin-top: -28px;
}
.header-navbar-rht .nav-main input
{
  display: none;
}
.sidebar-overlay {
  background-color: rgba(255, 255, 255, 0.6);
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1039;
}

/*.......forgotpassword...........*/

.forgotpassword .center-div {
  margin: auto;
}
.forgotpassword .forgot {
  box-shadow: 0px 0px 10px -3px rgb(0 0 0 / 50%);
  padding: 30px;
}
.forgotpassword .forgot p {
  font-size: 16px;
  margin-bottom: 30px;
}
.forgotpassword .forgot input {
  font-size: 16px;
}
.forgotpassword .forgot .link {
  margin-top: 16px;
  font-size: 16px;
  text-align: center;
}

/*........userdashboard....*/

.user-sec {
  margin-top: 85px;
  margin-bottom: 0px;
}
.find-form {
  padding: 40px 30px 0px 30px;
}
.ui.icon.big.input {
  width: 100%;
}
.find-img img {
  width: 100%;
  margin-top:10px;
}
.ui.input.focus > input,
.ui.input > input:focus {
  border-color: #d98585 !important;
  background: #fff;
  color: rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.user-sec iframe {
  height: 700px;
}

/*.......riderlist....*/


.ride-content {
  margin-top: 50px;
}
.ride-content ul li {
  list-style-type: none;
}
.ride-content ul .card1 {
  box-shadow: 0px 0px 10px -3px rgb(0 0 0 / 50%);
  height: 100%;
  margin-bottom: 10px;
  border-radius: 10px;
}
.ride-content ul .card1 .ride-img {
  text-align: center;
}
.ride-content ul .card1 .ride-img img {
  width: 60%;
  margin-top: 50px;
}
.ride-content ul .card1 .rides-deatils {
  padding: 20px;
}
.ride-content ul .card1 .rides-deatils p {
  font-size: 18px;
  color: #8c142d;
}
.ride-content ul .card1 .rides-deatils p i {
  padding: 0px 10px;
}
.ride-content ul .card1 .rides-deatils .view-details-btn {
  margin-top: 20px;
}
.ride-content ul .card1 .driver-details {
  padding: 20px 0px;
  text-align: center;
}
.ride-content ul .driver-details .driver-img img {
  border-radius: 50%;
  width: 40%;
}
.ride-content ul .driver-details p {
  font-size: 20px;
  font-weight: 600;
  margin: 0px;
}
.ride-content .rides-sidebar {
  box-shadow: 0px 0px 10px -3px rgb(0 0 0 / 50%);
  margin-bottom: 10px;
  padding: 10px;
  border-radius: 10px;
}
.ride-content .rides-sidebar label {
  font-size: 20px;
  margin-left: 20px;
  margin-bottom: 6px;
  display: flex;
  position: relative;
}
.ride-content .rides-sidebar label input {
  position: absolute;
  top: 7px;
  right: 25px;
}
.ride-content .rides-sidebar label input[name="letter"] {
  accent-color: red;
}
.ride-content .rides-sidebar label input[name="color"] {
  accent-color: red;
}

/*...........user view details.....*/

.view-details .heading h2 {
  text-align: center;
  margin-bottom: 40px;
}
.view-details .Trip-details {
  margin-bottom: 10px;
  padding: 20px 200px;
  border-radius: 10px;
}
.view-details .Trip-details .cancel-text h5 {
  color: var(--red);
  font-size: 22px;
  font-weight: 600;
}
.view-details .Trip-details .complete-text h5 {
  color: green;
  font-size: 22px;
  font-weight: 600;
}
.view-details .Trip-details .cancel-text h5, .view-details .Trip-details .complete-text h5 i
{
  font-size: 22px;
}
.view-details .Trip-details .location p {
  font-size: 22px;
  margin: 0px;
}
.view-details .Trip-details .location .line-img {
  margin-top: -4px;
  margin-left: -20px;
  margin-bottom: -11px;
}
.view-details .Trip-details .location .pickup {
  margin-bottom: -8px;
  margin-left: 33px;
  color: grey;
}
.view-details .Trip-details .location .pickout {
  margin-top: -11px;
  margin-bottom: -6px;
  margin-left: 32px;
  color: grey;
}
.view-details .Trip-details .rider-detail h4 {
  color: var(--red);
}
.view-details .Trip-details .rider-detail .number {
  float: right;
  color: var(--black);
}
.view-details .Trip-details .rider-profile:hover {
  background-color: var(--grey);
}
.view-details .Trip-details .rider-profile .riders-img img {
  border-radius: 50px;
  width: 30%;
}
.view-details .Trip-details .rider-img-name {
  float: right;
  color: var(--black);
  padding: 16px 0px;
}
.view-details .Trip-details .rider-profile .icon {
  margin: 25px 0px;
  font-size: 25px;
  color: var(--black);
}
.view-details .Trip-details .info ul li {
  list-style-type: none;
  font-size: 20px;
  color: grey;
  padding: 10px;
}
.view-details .Trip-details .info ul li span {
  margin-left: 12px;
}
.view-details .Trip-details .rider-car .rider-car-detail h4 {
  margin-bottom: 0px;
  color: var(--red);
}
.view-details .Trip-details .rider-car .rider-car-img {
  float: right;
}
.view-details .Trip-details .rider-btn {
  text-align: center;
  margin-top: 50px;
}

/*.............driver profile.......*/

.view-profile .profile {
  padding: 20px 200px;
}
.view-profile .profile .rider-profile .riders-img img {
  border-radius: 50px;
  width: 30%;
}
.view-profile .profile .rider-img-name {
  float: right;
  padding: 15px 0px;
}
.view-profile .profile .about1 ul li {
  list-style-type: none;
  font-size: 20px;
  padding: 5px;
}
.view-profile .profile .about1 ul li h3 {
  color: var(--red);
}
.view-profile .profile .about1 ul li p {
  float: right;
  font-size: 18px;
}
.view-profile .profile .about1 ul li span {
  padding-left: 10px;
}
.view-profile .profile .about ul li {
  list-style-type: none;
  font-size: 20px;
  color: var(--black2);
  padding: 10px;
}
.view-profile .profile .about ul li span {
  margin-left: 10px;
}
.view-profile .profile .check-reviews:hover
{
  background-color: var(--grey);
}
.view-profile .profile .check-reviews i {
  float: right;
  font-size: 20px;
  margin-top: 10px;
}

/*...........reviews..........*/

.riders-reviews .heading {
  text-align: center;
}
.riders-reviews .reviews {
  padding: 20px 200px;
}
.riders-reviews .reviews .ride-review {
  text-align: center;
}
.riders-reviews .review-progress-bar {
  margin-top: 20px;
}
.riders-reviews .review-progress-bar ul li {
  list-style-type: none;
}
.riders-reviews .review-progress-bar ul li p {
  font-size: 20px;
}
.riders-reviews .review .card1 {
  padding: 20px;
}
.riders-reviews .review .card1:hover {
  background-color: var(--grey);
}
.riders-reviews .review .card1 .reviewer-img img {
  border-radius: 50%;
  width: 60%;
}
.riders-reviews .review .card1 .detail p {
  font-size: 16px;
}
.riders-reviews .review .card1 .detail p span {
  color: var(--black2);
  font-size: 15px;
}

/*.......ridebook.............*/

.book .booking-img img {
  width: 500px;
}
.book .booking-content {
  padding: 120px 0px;
}
.book .booking-content a {
  padding: 1px 10px;
  margin-top: 10px;
}

/*.........allrides booking...........*/

.allrides .heading {
  padding-left: 50px;
  float: left;
}
.allrides .demo-filter-form select {
  padding: 6px 15px;
}
.allrides .list {
  padding: 20px 20px;
  margin-top: 50px;
}
.allrides .list ul li {
  list-style: none;
}
.allrides .list ul li a {
  color: var(--black);
}
.allrides .list .card1 {
  box-shadow: 0px 0px 10px -3px rgb(0 0 0 / 50%);
  padding: 10px;
  margin-bottom: 10px;
}
.allrides .list .card1:hover {
  background-color: var(--grey);
}
.allrides .list .card1 .ride-img {
  text-align: center;
  margin-top: 40px;
}
.allrides .heading1 {
 text-align: center;
}
.allrides .list .card1 .ride-image {
  text-align: center;
  margin-top: 70px;
}
.allrides .list .card1 .ride-detail p {
  margin: 0px;
  font-size: 20px;
}
.allrides .list .card1 .ride-detail .text {
  font-size: 15px;
}
.allrides .list .card1 .ride-detail .location p {
  margin-top: 5px;
  margin-bottom: -1px;
}
.allrides .list .card1 .ride-detail .location p span {
  font-size: 15px;
  color: grey;
}
.allrides .list .card1 .ride-detail .location .line-img {
  margin-top: -3px;
  margin-left: -4px;
  margin-bottom: -11px;
}
.allrides .list .card1 .other-detail {
  float: right;
  padding-right: 27px;
}
.allrides .list .card1 .other-detail p {
  font-size: 20px;
  margin-bottom: 5px;
}
.allrides .list .card1 .other-detail .driver-img img {
  border-radius: 50%;
  width: 65px;
}

/*.........user profile...........*/

.user-profile .heading {
  text-align: center;
}
.user-profile .main-sec {
  padding: 20px 200px;
}
.user-profile .main-sec .profile-pic {
  color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-bottom: 50px;
}
.user-profile .main-sec .profile-pic .-label {
  cursor: pointer;
  height: 150px;
  width: 150px;
  margin-bottom: 0;
}
.user-profile .main-sec .profile-pic:hover .-label {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 10000;
  color: #fafafa;
  border-radius: 100px;
  margin-bottom: 0;
}
.user-profile .main-sec .profile-pic span {
  display: inline-flex;
  padding: 0.2em;
  height: 2em;
}
.user-profile .main-sec .profile-pic input {
  display: none;
}
.user-profile .main-sec .profile-pic img {
  position: absolute;
  object-fit: cover;
  width: 150px;
  height: 150px;
  box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.35);
  border-radius: 100px;
  z-index: 0;
}
.user-profile .main-sec label {
  font-size: 16px;
}
.user-profile .main-sec .button {
  text-align: center;
}

/*...............all payment.............*/


.allpayment .heading h3
{
  color: var(--red);
}
.allpayment .content {
  margin: 30px;
}
.allpayment .content table thead
{
  font-size: 18px;
}
.allpayment .content table tbody
{
  font-size: 16px;
}

/*........offer ride dashboard....*/

input[name="inlineRadioOptions"] {
  accent-color: red;
}
.user-sec iframe {
  height: 700px;
}

/*.............driver notification........*/

.driver {
  margin-top: 80px;
  margin-bottom: 0px;
}
.driver iframe {
  height: 750px;
  position: relative;
}
.driver .switch-btn {
  position: absolute;
  top: 30px;
  left: 80px;
}
.switch {
  position: relative;
  display: inline-block;
  width: 90px;
  height: 34px;
}
.switch input {
  display: none;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #a5a5a5;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 34px;
}
.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 50%;
}
.slider:after {
  content: "OFF";
  color: white;
  display: block;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  font-size: 10px;
  font-family: Verdana, sans-serif;
}
input:checked + .slider {
  background-color: var(--red);
}
input:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}
input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(55px);
}
input:checked + .slider:after {
  content: "ON";
}
.driver .heading-text {
  position: absolute;
  top: 80px;
  left: 100px;
  background-color: var(--grey);
  padding: 15px;
  border-left: 2px solid var(--red);
}
.driver .heading-text p {
  margin: 0px;
}
.driver .main {
  position: absolute;
  top: 80px;
  left: 20px;
}
.driver .notification {
  width: 500px;
  margin: 10px;
  margin-left: 0px;
  padding: 15px;
  background-color: var(--grey);
}
.driver .notification .user-img {
  text-align: center;
}
.driver .notification .user-img img {
  border-radius: 50%;
  width: 65px;
}
.driver .notification .location p {
  font-size: 20px;
}
.driver .notification .location p span {
  font-size: 15px;
  color: grey;
}
.driver .notification .location .line-img {
  margin-top: -3px;
  margin-left: -4px;
  margin-bottom: -8px;
}
.driver .notification .trip-fare {
  margin-top: 10px;
}
.driver .notification .trip-fare .notification-btn {
  margin-top: 12px;
}

/*...........drivergotopickup..............*/

.driver .button1 {
  position: absolute;
  bottom: 40px;
  right: 60px;
}
.card {
  border: none;
  height: 300px;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.card h6 {
  color: red;
  font-size: 22px;
}
.card span, .card small
{
  font-size: 18px;
}
.inputs input {
  width: 40px;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

/*............driver pickup..................*/

.driver .main1 {
  position: absolute;
  top: 150px;
  left: 100px;
}
.driver .pickup {
  margin: 20px;
  margin-left: 0px;
  padding: 15px;
  width: 400px;
  background-color: var(--grey);
}
.driver .pickup .user-img {
  text-align: center;
}
.driver .pickup .user-img img {
  border-radius: 50%;
  width: 65px;
}
.driver .pickup .location p {
  font-size: 20px;
  margin-top: 5px;
  margin-bottom: 0px;
}
.driver .pickup .location p span {
  font-size: 15px;
  color: grey;
}
.driver .pickup .location .line-img {
  margin-top: -3px;
  margin-left: -4px;
  margin-bottom: -11px;
}
.driver .pickup .button2 {
  margin-top: 20px;
  text-align: right;
}

/*..............user payment...............*/

.make-payment .center-div
{
  padding: 20px 180px;
}
.make-payment .payment form {
  padding: 20px;
  background: #fff;
}
.make-payment .payment form label
{
  font-size: 16px;
}
.make-payment .payment form .row {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.make-payment .payment form .row .col {
  flex: 1 1 250px;
}
.make-payment .payment form .row .col .title {
  font-size: 25px;
  font-weight: 600;
  color: #333;
  padding-bottom: 5px;
  text-transform: uppercase;
}
.make-payment .payment form .row .col .flex {
  display: flex;
  gap: 15px;
}
.make-payment .payment form .button
{
  text-align: center;
  margin-top: 20px;
}

/*.............give rating.................*/

.give-rating .center-div
{
  padding: 20px 200px;
}
.give-rating #full-stars-example-two
{
  text-align: center;
}
.give-rating #full-stars-example-two .profile-img img {
  border-radius: 50%;
  width: 18%;
}
.give-rating #full-stars-example-two h3
{
  font-size: 20px;
  margin-top: 10px;
}
.give-rating #full-stars-example-two .rating__icon {
  pointer-events: none;
}
.give-rating #full-stars-example-two .rating__input {
  position: absolute !important;
  left: -9999px !important;
} 
.give-rating #full-stars-example-two .rating__input--none {
  display: none;
}
.give-rating #full-stars-example-two .rating__label {
  cursor: pointer;
  padding: 0 0.1em;
  font-size: 2rem;
}
.give-rating #full-stars-example-two .rating__icon--star {
  color: orange;
}
.give-rating #full-stars-example-two .rating__input:checked ~ .rating__label .rating__icon--star {
  color: #ddd;
}
.give-rating #full-stars-example-two .rating-group:hover .rating__label .rating__icon--star {
  color: orange;
}
.give-rating #full-stars-example-two .rating__input:hover ~ .rating__label .rating__icon--star {
  color: #ddd;
}
.give-rating #full-stars-example-two h5
{
  margin: 25px 0px;
}
.give-rating #full-stars-example-two .content a
{
  color: var(--black);
}
.give-rating #full-stars-example-two .content a .icon img
{
  border-radius: 50%;
  background-color: rgb(235, 235, 235);
  padding: 20px;
}
.give-rating #full-stars-example-two .comment
{
  margin: 30px 0px;
}
.give-rating #full-stars-example-two .button1
{
  text-align: center;
} 
.model-content
{
  text-align: center;
}
.model-content .model-image img
{
 width: 65%;
}
.model-content h3
{
  color: var(--red);
  font-weight: 700;
}
.model-content h3 span
{
  font-size: 20px;
  font-weight: 600;
  color: black;
}
.model-content p
{
  font-size: 19px;
}

/*.............driver profile................*/

.driver-profile .heading {
  text-align: center;
}
.driver-profile .main-sec {
  padding: 20px 200px;
}
.driver-profile .main-sec .profile-pic {
  color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-bottom: 50px;
}
.driver-profile .main-sec .profile-pic .-label {
  cursor: pointer;
  height: 150px;
  width: 150px;
  margin-bottom: 0;
}
.driver-profile .main-sec .profile-pic:hover .-label {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 10000;
  color: #fafafa;
  border-radius: 100px;
  margin-bottom: 0;
}
.driver-profile .main-sec .profile-pic span {
  display: inline-flex;
  padding: 0.2em;
  height: 2em;
}
.driver-profile .main-sec .profile-pic input {
  display: none;
}
.driver-profile .main-sec .profile-pic img {
  position: absolute;
  object-fit: cover;
  width: 150px;
  height: 150px;
  box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.35);
  border-radius: 100px;
  z-index: 0;
}
.driver-profile .main-sec .profile-content {
  margin-top: 25px;
}
.driver-profile .main-sec .button {
  text-align: center;
}

/*.........user-otp.............*/

.user-otp {
  margin-top: 80px;
  margin-bottom: 0px;
}
.user-otp iframe {
  height: 750px;
  position: relative;
}
.user-otp .button1
{
  position: absolute;
  top: 70px;
  left: 50px;
  background-color: var(--white);
  padding: 10px;
  text-align: center;
  border-radius: 10px;
}
.user-otp .button1 h5
{
  font-size: 22px;
  font-weight: 700;
  padding: 0px;
  margin: 0px;
}
.user-otp .button1 span
{
  font-size: 16px;
  color: var(--black2);
  padding: 0px;
  margin: 0px;
}
/*.........user-start ride.............*/

.user-startride {
  margin-top: 80px;
  margin-bottom: 0px;
}
.user-startride iframe {
  height: 750px;
  position: relative;
}
.user-startride .button1
{
  position: absolute;
 bottom: 30px;
 right: 40px;
}

/*.............media query..................*/

@media only screen and (max-width: 575.98px) {
  .navbar-header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  #mobile_btn {
    display: inline-block;
  }
  .main-menu-wrapper {
    order: 3;
    width: 260px;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 1040;
    transform: translateX(-260px);
    transition: all 0.4s;
    background-color: #000;
  }
  .menu-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .main-nav {
    padding: 0;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
  }
  .main-nav > li {
    margin-left: 0;
  }
  .main-nav > li > a {
    line-height: 1.5;
    padding: 15px 20px !important;
    color: var(--white);
    font-size: 14px;
    font-weight: 500;
  }
  .select_language {
    line-height: 1.5;
    padding: 15px 20px !important;
    color: var(--white);
    font-size: 14px;
    font-weight: 500;
  }
  .find-img img {
    width: 70%;
  }
  .user-sec iframe {
    height: 480px;
  }
  .ride-heading .globalInputSearch {
    margin-top: 15px;
  }
  .ride-content .globalTargetList .card1 {
    text-align: center;
  }
  .ride-content .globalTargetList .card1 .ride-img img {
    width: 50%;
    margin-top: 0px;
  }
  .ride-content .globalTargetList .card1 .rides-deatils {
    padding: 0px;
  }
  .ride-content .globalTargetList .card1 .driver-details {
    padding: 10px 0px;
  }
  .ride-content .globalTargetList .driver-details .driver-img img {
    border-radius: 50%;
    width: 30%;
  }
  .ride-content .rides-sidebar {
    padding: 10px;
  }
  .view-details .Trip-details {
    padding: 0px;
  }
  .view-details .Trip-details .rider-detail .number {
    margin-top: -33px;
  }
  .view-details .Trip-details .rider-profile {
    text-align: center;
    padding: 0px;
  }
  .view-details .Trip-details .rider-img-name {
    padding: 0px;
    float: none;
  }
  .view-details .Trip-details .rider-profile .icon {
    margin: 0px;
    font-size: 0px;
    visibility: hidden;
  }
  .view-details .Trip-details .info ul li {
    font-size: 17px;
    padding: 5px;
  }
  .view-details .Trip-details .rider-car .rider-car-detail {
    padding: 20px 0px;
  }
  .view-details .Trip-details .rider-car .rider-car-img img {
    margin-top: -82px;
  }
  .view-profile .profile {
    padding: 20px 0px;
  }
  .view-profile .profile .rider-profile .riders-img img {
    width: 20%;
  }
  .view-profile .profile .rider-img-name {
    margin-top: -80px;
    padding: 0px;
  }
  .view-profile .profile .about1 ul li p {
    font-size: 16px;
    margin-top: -25px;
  }
  .view-profile .profile .check-reviews i {
    margin-top: -28px;
  }
  .riders-reviews .reviews {
    padding: 20px 0px;
  }
  .riders-reviews .reviews .review {
    text-align: center;
    margin-bottom: 0px;
  }
  .riders-reviews .reviews .review .heading h1 {
    text-align: center;
  }
  .riders-reviews .review .card1 .reviewer-img img {
    width: 30%;
  }
  .offer iframe {
    height: 480px;
  }
  .allrides .list {
    padding: 20px 0px;
  }
  .allrides .list .card1 .ride-img {
    margin-top: 0px;
  }
  .allrides .list .card1 .ride-detail p {
    text-align: center;
  }
  .allrides .list .card1 .ride-detail .text {
    text-align: center;
  }
  .allrides .list .card1 .ride-detail .location {
    margin: 0px;
  }
  .allrides .list .card1 .ride-detail .location p {
    text-align: left;
  }
  .allrides .list .card1 .ride-detail .location .line-img {
    margin-top: -3px;
    margin-left: -4px;
    margin-bottom: -11px;
  }
  .allrides .list .card1 .other-detail {
    float: none;
    text-align: center;
    padding-right: 0px;
  }
  .allrides .list .card1 .other-detail p {
    padding: 0px;
    margin: 0px;
    margin-top: 20px;
    float: left;
  }
  .allrides .list .card1 .other-detail .driver-img img {
    border-radius: 50%;
    width: 65px;
    float: right;
    margin-top: 10px;
  }
  .user-profile .main-sec {
    padding: 20px 0px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .navbar-header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  #mobile_btn {
    display: inline-block;
  }
  .main-menu-wrapper {
    order: 3;
    width: 260px;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 1040;
    transform: translateX(-260px);
    transition: all 0.4s;
    background-color: #000;
  }
  .menu-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .main-nav {
    padding: 0;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
  }
  .main-nav > li {
    margin-left: 0;
  }
  .main-nav > li > a {
    line-height: 1.5;
    padding: 15px 20px !important;
    color: var(--white);
    font-size: 14px;
    font-weight: 500;
  }
  .select_language {
    line-height: 1.5;
    padding: 15px 20px !important;
    color: var(--white);
    font-size: 14px;
    font-weight: 500;
  }
  .forgotpassword .center-div {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .find-form {
    padding: 40px 40px 0px 40px;
  }
  .find-img img {
    width: 70%;
  }
  .user-sec iframe {
    height: 480px;
  }
  .ride-heading .globalInputSearch {
    margin-top: 15px;
  }
  .ride-content .globalTargetList .card1 {
    text-align: center;
  }
  .ride-content .globalTargetList .card1 .ride-img img {
    width: 50%;
    margin-top: 0px;
  }
  .ride-content .globalTargetList .card1 .rides-deatils {
    padding: 0px;
  }
  .ride-content .globalTargetList .card1 .driver-details {
    padding: 10px 0px;
    text-align: center;
  }
  .ride-content .globalTargetList .driver-details .driver-img img {
    border-radius: 50%;
    width: 30%;
  }
  .ride-content .rides-sidebar {
    padding: 10px;
  }
  .view-details .Trip-details {
    padding: 20px 0px;
  }
  .view-details .Trip-details .rider-detail .number {
    margin-top: -33px;
  }
  .view-profile .profile {
    padding: 20px 0px;
  }
  .view-profile .profile .rider-img-name {
    padding: 0px;
  }
  .view-profile .profile .about1 ul li p {
    font-size: 16px;
  }
  .riders-reviews .reviews {
    padding: 20px 0px;
  }
  .riders-reviews .reviews .review {
    text-align: center;
    margin-bottom: 0px;
  }
  .riders-reviews .reviews .review .heading h1 {
    text-align: center;
  }
  .riders-reviews .review .card1 .reviewer-img img {
    width: 30%;
  }
  .allrides .list {
    padding: 20px 0px;
  }
  .user-profile .main-sec {
    padding: 20px 0px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .navbar-header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  #mobile_btn {
    display: inline-block;
  }
  .main-menu-wrapper {
    order: 3;
    width: 260px;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 1040;
    transform: translateX(-260px);
    transition: all 0.4s;
    background-color: #000;
  }
  .menu-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .main-nav {
    padding: 0;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
  }
  .main-nav > li {
    margin-left: 0;
  }
  .main-nav > li > a {
    line-height: 1.5;
    padding: 15px 20px !important;
    color: var(--white);
    font-size: 14px;
    font-weight: 500;
  }
  .select_language {
    line-height: 1.5;
    padding: 15px 20px !important;
    color: var(--white);
    font-size: 14px;
    font-weight: 500;
  }
  .forgotpassword .center-div {
    flex: 0 0 100%;
    max-width: 70%;
  }
  .find-form {
    padding: 40px 0px 0px 0px;
  }
  .find-img img {
    width: 70%;
  }
  .user-sec iframe {
    height: 480px;
  }
  .ride-content .globalTargetList .card1 {
    text-align: center;
  }
  .ride-content .globalTargetList .card1 .ride-img img {
    width: 50%;
    margin-top: 0px;
  }
  .ride-content .globalTargetList .card1 .rides-deatils {
    padding: 0px;
  }
  .ride-content .globalTargetList .card1 .driver-details {
    padding: 10px 0px;
  }
  .ride-content .globalTargetList .driver-details .driver-img img {
    border-radius: 50%;
    width: 30%;
  }
  .ride-content .rides-sidebar {
    padding: 0px;
  }
  .view-details .Trip-details {
    padding: 20px 70px;
  }
  .view-profile .profile {
    padding: 20px 0px;
  }
  .riders-reviews .reviews {
    padding: 20px 0px;
  }
  .riders-reviews .review .card1 .reviewer-img img {
    border-radius: 50%;
    width: 35%;
  }
  .allrides .list {
    padding: 20px 70px;
  }
  .user-profile .main-sec {
    padding: 20px 0px;
  }
}

@media only screen and (min-width: 992px) {
  .main-nav li {
    display: block;
    position: relative;
  }
  .main-nav > li {
    margin-right: 20px;
  }
  .main-nav > li > a {
    line-height: 50px;
    padding: 0 !important;
    font-size: 15px;
  }
  .main-nav > li:last-child {
    margin-right: 0;
  }
  .select_language {
    line-height: 10px;
    padding: 0 !important;
	margin-top: 10px;
  }
}

/*..........footer............*/
/*
footer {
  background: var(--black);
  position: relative;
  float: left;
  width: 100%;
}
footer .container {
  z-index: 1;
  position: relative;
}

.footer {
  padding: 90px 0 50px;
  border-bottom: 1px solid #656565;
}

.footer_logo {
  color: var(--white);
  margin-bottom: 20px;
}
.footer_logo p {
  color: var(--white);
}
.footer_app {
  width: 100%;
}

.footer_app a {
  border: solid 1px var(--white);
  border-radius: 5px;
  width: 120px;
  display: inline-block;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.footer_box {
  display: inline-block;
}

.footer_box h4 {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  color: var(--red);
}

.footer_box ul {
  display: inline-block;
}
.footer_box ul li {
  color: var(--black2);
  float: left;
  width: 100%;
  position: relative;
  margin-top: 12px;
}
.footer_box ul li a {
  color: var(--white);
  text-decoration: none;
  display: inline-block;
  position: relative;
  padding-left: 20px;

  -webkit-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.footer_box ul li a:before {
  content: "\f101";
  font-family: "FontAwesome";
  position: absolute;
  left: 0;
}

.footer_box ul li a:hover {
  padding-left: 25px;
  color: var(--red);
}*/
.get_in_touch h4 {
  font-family: Poppins, sans-serif;
  font-weight: bold;
  color: rgb(255, 27, 54);
}
.get_in_touch ul li {
  color: var(--white);
  position: relative;
  padding-left: 30px;
  margin-top: 20px;
}
.get_in_touch ul li i {
  position: absolute;
  left: 0;
  font-size: 18px;
  top: 2px;
  color: var(--red);
}
.get_in_touch ul li a {
  padding-left: 0;
  color: var(--white);
  text-decoration: none;
}
footer .our_offices {
  margin: 30px 0 0 0;
}
footer .our_offices h4 {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  color: var(--red);
}
footer .our_offices ul {
  margin-bottom: 0;
  text-align: unset;
  list-style: none;
  padding: 0;
}
footer .our_offices ul li {
  margin: 5px;
  display: inline-block;
}
footer .our_offices ul li a {
  position: relative;
  display: block;
  border-radius: 100%;
  -webkit-transition: all 0.2s 0s ease;
  -moz-transition: all 0.2s 0s ease;
  -o-transition: all 0.2s 0s ease;
  transition: all 0.2s 0s ease;

  -webkit-box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.75);
}
footer .our_offices ul li a:hover {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.75);
}
footer .our_offices ul li a::before {
  content: "";
  background: var(--white);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.3;
  border-radius: 100%;
}
footer .our_offices ul li a:hover:before {
  opacity: 0;
}
footer .our_offices ul li img {
  width: 50px;
  height: 50px;
}
.copyright {
  padding: 30px 0px;
}
.copyright .copy-text {
  color: var(--white);
  letter-spacing: 1px;
  padding-top: 10px;
}
.copyright .copy-text a {
  color: var(--red);
}
.copyright .copy-text a:hover {
  text-decoration: underline;
}
.copyright ul {
  text-align: right;
}
.copyright ul li {
  display: inline-block;
  padding-left: 8px;
}
.copyright ul li a {
  color: var(--white);
  border: 1px solid var(--white);
  background: #242628;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: list-item;
  text-align: center;
}
.copyright ul li a:hover {
  background: var(--red);
}


/* Tabs panel */
.tabbable-panel {
  border:1px solid #eee;
  padding: 10px;
}

/* Default mode */
.tabbable-line > .nav-tabs {
  border: none;
  margin: 0px;
  padding: 0px 20px;
}
.tabbable-line > .nav-tabs > li {
  margin-right: 20px;
  font-size: 16px;
}
.tabbable-line > .nav-tabs > li > a {
  border: 0;
  margin-right: 0;
  color: #737373;
}
.tabbable-line > .nav-tabs > li > a > i {
  color: #a6a6a6;
}
.tabbable-line > .nav-tabs > li.open, .tabbable-line > .nav-tabs > li:hover {
  border-bottom: 4px solid #fbcdcf;
}
.tabbable-line > .nav-tabs > li.open > a, .tabbable-line > .nav-tabs > li:hover > a {
  border: 0;
  background: none !important;
  color: #333333;
}
.tabbable-line > .nav-tabs > li.open > a > i, .tabbable-line > .nav-tabs > li:hover > a > i {
  color: #a6a6a6;
}
.tabbable-line > .nav-tabs > li.open .dropdown-menu, .tabbable-line > .nav-tabs > li:hover .dropdown-menu {
  margin-top: 0px;
}
.tabbable-line > .nav-tabs > li.active {
  border-bottom: 4px solid #f3565d;
  position: relative;
  padding-bottom: 5px;
}
.tabbable-line > .nav-tabs > li.active > a {
  border: 0;
  color: #333333;
}
.tabbable-line > .nav-tabs > li.active > a > i {
  color: #404040;
}
.tabbable-line > .tab-content {
  margin-top: -3px;
  background-color: #fff;
  border: 0;
  border-top: 1px solid #eee;
  padding: 15px 0;
}
.portlet .tabbable-line > .tab-content {
  padding-bottom: 0;
}

/* Below tabs mode */

.tabbable-line.tabs-below > .nav-tabs > li {
  border-top: 4px solid transparent;
}
.tabbable-line.tabs-below > .nav-tabs > li > a {
  margin-top: 0;
}
.tabbable-line.tabs-below > .nav-tabs > li:hover {
  border-bottom: 0;
  border-top: 4px solid #fbcdcf;
}
.tabbable-line.tabs-below > .nav-tabs > li.active {
  margin-bottom: -2px;
  border-bottom: 0;
  border-top: 4px solid #f3565d;
}
.tabbable-line.tabs-below > .tab-content {
  margin-top: -10px;
  border-top: 0;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
}
.playstore-ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.playstore-ul > li {
    display: inline-block;
}
.playstore-ul > li > a {
    width: 160px;
    display: block;
    margin: 0 20px 0 0;
}
.find-form .playstore-ul > li > a {
width:120px;
}

.pac-container:nth-child(1){
	top:150px !important;
}
#radio1, #radio2{
  margin-right: 10px;
}

/**/
.iti__selected-flag {
  height: 36px !important;
}
.terms_conditions_err label.error {
  position: unset;
}
.text-primary {
    color: #d30000 !important;
}
.footer {
    background-color: #111111;
    color: #fff;
}
.footer .back-border {
    width: 85px;
    height: 94px;
    z-index: -1;
    background-color: #222222;
    position: absolute;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}
.footer ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
}
.footer .logo-img {
    padding: 9px;
}
.footer-map {
    background: linear-gradient(to bottom, #000000, #000000, #111111, #222222);
    color: #fff;
}
.footer .back-border-col {
    z-index: 1;
}
.footer h5 {
    margin-bottom: 40px;
}
.footer-strap {
    text-align: center;
    padding: 30px 0;
    background-color: #222222;
    color: #fff;
}
.footer-strap p {
    margin: 0;
    font-size: 16px;
    line-height: 19.5px;
    font-weight: 500;
}
.mb-2 {
    margin-bottom: 0.5rem!important;
}
.mb-3 {
    margin-bottom: 1rem!important;
}
.mb-4 {
    margin-bottom: 1.5rem!important;
}
.me-3 {
    margin-right: 1rem!important;
}
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    border: none;
    border-radius: 15px;
    transition: .3s ease;
    color: #718096;
    margin-bottom: 20px;
    -webkit-transition: .3s ease;
    box-shadow: rgba(1, 1, 1, 0.05) 1px 1px 5px 0px;
}
.card img {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.footer-map h1 {
    text-align: center;
    font-size: 2rem;
    font-weight: 600;
    line-height: 68px;
    margin-bottom: 30px;
}
.footer-map .country-card h5 {
    font-size: 16px;
    font-weight: 600;
    line-height: 21.94px;
    margin-top: 30px;
    color: #fff;
}
.footer-map .card {
    background-color: #222222; 
    color: #fff;
    border: 1px solid #333333;
    border-radius: 5px;
	height:auto;
}
.footer-map .country-card img {
    max-height: 20px; 
}
.p-3 {
    padding: 1rem!important;
}
.my-4 {
    margin-top: 1.5rem!important;
    margin-bottom: 1.5rem!important;
}
.footer-map .country-card {
    margin: auto;
}
.footer-map .map-image {
    text-align: center;
    padding: 0 30px;
    margin: auto;
}
.py-5 {
    padding-top: 2rem!important;
    padding-bottom: 2rem!important;
}

/* About Section */
.about-sec {
    margin-top: 0;
    position: relative;
    overflow: hidden;
}

.about-header {
    height: 100vh;
    min-height: 650px;
    background-image: url('https://idowazride.com/ride/images/ToyotaCamry.jpg');
    background-size: cover;
    background-position: top center;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 15px;
    position: relative;
    margin-top: 0;
    overflow: hidden; /* Ensures shadow stays within */
}

.about-header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0)); /* Top to transparent */
    z-index: 1;
    pointer-events: none;
}


.about-sec .about-heading {
    color: #fff;
}

.about-heading {
    font-size: 5rem;
    font-weight: 800;
    color: var(--text-dark); /* Black as requested */
    text-shadow: 2px 4px 8px rgba(0, 0, 0, 0.6);
    position: relative;
    z-index: 2;
    letter-spacing: 2px;
    animation: fadeInDown 1.2s ease-out;
}

.about-box2 {
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.about-box2::before {
    content: '';
    position: absolute;
    top: 0;
    left: -10%;
    width: 120%;
    height: 100%;
    background: linear-gradient(to right, var(--background-light) 0%, var(--background-white) 50%, var(--background-light) 100%);
    z-index: -1;
}

.about-box2 h1 {
    font-size: 2.8rem;
    font-weight: 700;
    color: var(--text-dark); /* Black as requested */
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 15px;
}

.about-box2 h1::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
    border-radius: 2px;
}

.about-box2 p {
    font-size: 1.1rem;
    line-height: 1.9;
    color: var(--text-muted);
    margin-bottom: 20px;
}

.about-letter {
    background: linear-gradient(135deg, var(--background-white) 0%, var(--background-light) 100%);
    position: relative;
}

.about-letter::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" viewBox="0 0 100 100"><rect fill-opacity="0.03" fill="%23ff1b36" x="0" y="0" width="100" height="100"/></svg>');
    z-index: 0;
}

.about-innerbox {
    position: relative;
    z-index: 1;
}

.about-innerbox h1 {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--text-dark); /* Black as requested */
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 15px;
}

.about-innerbox h1::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
    border-radius: 2px;
}

.about-innerbox p {
    font-size: 1.05rem;
    line-height: 1.9;
    color: #444;
    margin-bottom: 25px;
}

.about-innerbox h4 {
    font-size: 1.4rem;
    font-weight: 600;
    color: var(--text-dark); /* Black as requested */
    padding: 15px 20px;
    background: linear-gradient(90deg, rgba(255, 27, 54, 0.1) 0%, rgba(255, 126, 95, 0.1) 100%);
    border-left: 4px solid var(--primary-color);
    border-radius: 0 8px 8px 0;
}

.ceo-img {
    position: relative;
    display: inline-block;
    border-radius: 20px;
    transform-style: preserve-3d;
    perspective: 1000px;
}

.ceo-img::before {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color), #feb47b);
    border-radius: 25px;
    z-index: -1;
    opacity: 0.7;
    filter: blur(15px);
    animation: gradientShift 3s ease infinite;
    content: none;
}

.ceo-img img {
    max-width: 100%;
    border-radius: 20px;
    padding: 6px;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color), #feb47b);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    animation: fadeIn 1s ease-in-out;
    transition: var(--transition);
    transform: translateZ(20px);
}

/* .ceo-img img:hover {
    transform: scale(1.03) translateZ(30px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
} */
/* .ceo-img:hover::before {
    opacity: 1;
    filter: blur(20px);
    transform: scale(1.05);
} */
.about-panel {
    margin-bottom: 100px;
    position: relative;
}

.about-panel:nth-child(even) {
    background: linear-gradient(to right, var(--background-white) 0%, var(--background-light) 50%, var(--background-white) 100%);
    padding: 40px 0;
    border-radius: 15px;
}

.about-desc h1 {
    font-size: 2.2rem;
    font-weight: 700;
    color: var(--text-dark); /* Black as requested */
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 15px;
}

.about-desc h1::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 4px;
    background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
    border-radius: 2px;
}

.about-text {
    font-size: 1.05rem;
    line-height: 1.9;
    color: var(--text-muted);
}

.about-wrap {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transition: var(--transition);
    transform: translateZ(0);
}

.about-wrap:hover {
    transform: translateY(-10px) translateZ(0);
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.2);
}

.about-wrap img {
    width: 100%;
    border-radius: 15px;
    transition: var(--transition);
    transform: scale(1);
}

.about-wrap:hover img {
    transform: scale(1.05);
}

.about-wrap::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(255, 27, 54, 0.1) 0%, rgba(255, 126, 95, 0.2) 100%);
    opacity: 0;
    transition: opacity 0.5s ease;
    border-radius: 15px;
}

.about-wrap:hover::after {
    opacity: 1;
}

.about-box2,
.about-panel {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 1s ease, transform 1s ease;
}

.animate-in {
    opacity: 1;
    transform: translateY(0);
}

/* Get More Section */
.getmore-sec {
    padding: 100px 0;
    margin-top: -180px;
    background: linear-gradient(135deg, var(--background-light) 0%, var(--background-white) 50%, var(--background-light) 100%);
    position: relative;
    overflow: hidden;
}

.getmore-sec::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" viewBox="0 0 100 100"><rect fill-opacity="0.03" fill="%23ff1b36" x="0" y="0" width="100" height="100"/></svg>');
    z-index: 0;
}
.offices-sec .sec-heading {
    color: #fff !important;
}

.sec-heading {
    font-family: 'Inter', sans-serif;
    font-size: 3.5rem;
    font-weight: 800;
    color: var(--text-dark); /* Black as requested */
    margin-bottom: 60px;
    position: relative;
    padding-bottom: 20px;
    text-align: center;
}

.sec-heading::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 5px;
    background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
    border-radius: 3px;
}

.services-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

.getmore-box {
    display: block;
    height: 100%;
    background: var(--background-white);
    border-radius: 20px;
    padding: 40px 30px;
    text-align: center;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    transition: var(--transition);
    position: relative;
    overflow: hidden;
    z-index: 1;
    border: none;
    text-decoration: none;
    color: inherit;
}

.getmore-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(255, 27, 54, 0.05) 0%, rgba(255, 126, 95, 0.05) 100%);
    z-index: -1;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.getmore-box::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
    transform: scaleX(0);
    transform-origin: bottom left;
    transition: transform 0.4s ease;
}

.getmore-box:hover {
    transform: translateY(-15px);
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.15);
    color: inherit;
    text-decoration: none;
}

.getmore-box:hover::before {
    opacity: 1;
}

.getmore-box:hover::after {
    transform: scaleX(1);
}

.getmore-box h3 {
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--text-dark); /* Black as requested */
    margin-bottom: 20px;
    transition: color 0.3s ease;
}

.getmore-box:hover h3 {
    color: var(--primary-color);
}

.getmore-box p {
    font-size: 1.1rem;
    line-height: 1.7;
    color: var(--text-muted);
    margin-bottom: 0;
}

.getmore-box h3 i {
    margin-right: 10px;
    font-size: 2rem;
    vertical-align: middle;
}

.getmore-box {
    opacity: 0;
    animation: fadeInUp 0.8s ease forwards;
}

.getmore-box:nth-child(1) { animation-delay: 0.1s; }
.getmore-box:nth-child(2) { animation-delay: 0.2s; }
.getmore-box:nth-child(3) { animation-delay: 0.3s; }
.getmore-box:nth-child(4) { animation-delay: 0.4s; }
.getmore-box:nth-child(5) { animation-delay: 0.5s; }
.getmore-box:nth-child(6) { animation-delay: 0.6s; }
.getmore-box:nth-child(7) { animation-delay: 0.7s; }

/* Team Section */

	.team-slider {
		padding: 20px 0;
	}
	.team-card {
		box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
		transition: transform 0.3s ease;
	}
	.team-card:hover {
		transform: translateY(-10px);
	}
	.team-img img {
		width: 150px;
		height: 150px;
		object-fit: cover;
		margin: 0 auto;
	}
	.swiper-button-prev,
	.swiper-button-next {
		color: #007bff;
	}
	.swiper-pagination-bullet-active {
		background: #007bff;
	}
	@media (max-width: 767px) {
		.team-card {
			margin: 0 10px;
		}
	}
.teams {
    padding: 5rem 0;
    margin-top: -58px;
    background: var(--background-light);
    position: relative;
    overflow: hidden;
}

.teams::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(255, 27, 54, 0.05), rgba(255, 126, 95, 0.05));
    z-index: 0;
}

.team-card {
    background: var(--background-white);
    border-radius: 1rem;
    box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.1);
    transition: var(--transition);
    position: relative;
    overflow: hidden;
    z-index: 1;
    transform: perspective(1000px) rotateY(0deg);
}

.team-card:hover {
    transform: perspective(1000px) translateY(-0.5rem) rotateY(2deg);
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.15);
}

.team-img {
    position: relative;
    padding: 1.5rem;
    display: flex;
    justify-content: center;
}

.team-img img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 50%;
    border: 4px solid transparent;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color)) padding-box,
                linear-gradient(135deg, var(--background-white), var(--background-light)) border-box;
    transition: var(--transition);
}

.team-card:hover .team-img img {
    transform: scale(1.05);
    border-color: var(--primary-color);
}

.card-body {
    padding: 1.5rem;
}

.card-title {
    font-family: 'Inter', sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    color: var(--text-dark); /* Black as requested */
    margin-bottom: 0.5rem;
    transition: color 0.3s ease;
}

.team-card:hover .card-title {
    color: var(--primary-color);
}

.card-text {
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    color: var(--text-muted);
    margin-bottom: 1rem;
}
.teams .team-links a {
  border-color: #ff1b36 !important; 
  color: #ff1b36 !important;        
}

.teams .team-links a:hover {
  background-color: #ff1b36 !important; 
  color: #fff !important;              
}


.team-links {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
}

.team-links .btn {
    border-radius: 50%;
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    transition: var(--transition);
}

.team-links .btn:hover {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: var(--background-white);
}

.team-links .btn i {
    font-size: 1rem;
}

.team-card {
    opacity: 0;
    animation: fadeInUp 0.8s ease forwards;
}

.team-card:nth-child(1) { animation-delay: 0.1s; }
.team-card:nth-child(2) { animation-delay: 0.2s; }
.team-card:nth-child(3) { animation-delay: 0.3s; }
.team-card:nth-child(4) { animation-delay: 0.4s; }

/* Offices Section */
.offices-sec {
    margin-top: -60px;
    margin-bottom: -1px;
    background: linear-gradient(to bottom, #111111, #222222); /* sirf dark background */
    color: var(--text-white);
    position: relative;
    overflow: hidden;
}

.offices-sec::before {
    content: none; /* no extra red overlay */
}


.offices-sec .container {
    padding: 0 !important;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.country-card-item {
    background: rgba(255, 255, 255, 0.05);
    border: 2px solid rgba(255, 255, 255, 0.15); 
    border-radius: 0.5rem;
    box-shadow: 0 0.3rem 0.8rem rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding: 0.3rem;
    min-height: 60px;
    opacity: 0;
    animation: fadeInUp 0.8s ease forwards;
}
.country-card-item:hover {
    border: 2px solid #ff1b36;   
    transform: scale(1.05);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.4);
}

.country-card-item a {
    color: var(--text-white);
    text-decoration: none;
}

.country-card-item:hover a {
    color: var(--primary-color);
}

.flag {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px; /* Reduced from 40px */
    width: 40px; /* Reduced from 50px */
    margin: 0 auto;
}

.flag img {
    max-height: 20px; /* Reduced from 25px */
    max-width: 100%;
    object-fit: contain;
    transition: var(--transition);
}

.country-card-item:hover .flag img {
    transform: scale(1.1);
}

.country-card-item h5 {
    font-family: 'Inter', sans-serif;
    font-size: 0.9rem; /* Reduced from 1rem */
    font-weight: 600;
    color: #fff;
    margin-top: 0.2rem; /* Reduced from 0.3rem */
    margin-bottom: 0;
}

.office-tooltip {
    position: absolute;
    top: -2rem; /* Adjusted from -2.5rem */
    left: 50%;
    transform: translateX(-50%) scale(0);
    background: rgba(255, 255, 255, 0.9);
    padding: 0.3rem 0.6rem; /* Reduced from 0.4rem 0.8rem */
    border-radius: 0.3rem; /* Reduced from 0.4rem */
    box-shadow: 0 0.3rem 0.8rem rgba(0, 0, 0, 0.3);
    z-index: 10;
    opacity: 0;
    transition: all 0.3s ease;
}

.country-card-item:hover .office-tooltip {
    transform: translateX(-50%) scale(1);
    opacity: 1;
    top: -2.5rem; /* Adjusted from -3rem */
}

.office-tooltip p {
    font-family: 'Roboto', sans-serif;
    font-size: 0.7rem; /* Reduced from 0.8rem */
    color: var(--text-dark);
    margin: 0;
}

.map-container {
    position: relative;
    padding: 1.5rem;
}

.map-image svg {
    max-width: 100%;
    height: auto;
    border-radius: 0.75rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease;
}

.map-image:hover svg {
    transform: scale(1.02);
}

.map-pin {
    fill: #ff0000;
    cursor: pointer;
}

/* Animation Keyframes */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.country-card-item:nth-child(1) { animation-delay: 0.1s; }
.country-card-item:nth-child(2) { animation-delay: 0.2s; }
.country-card-item:nth-child(3) { animation-delay: 0.3s; }
.country-card-item:nth-child(4) { animation-delay: 0.4s; }
.country-card-item:nth-child(5) { animation-delay: 0.5s; }
.country-card-item:nth-child(6) { animation-delay: 0.6s; }
.country-card-item:nth-child(7) { animation-delay: 0.7s; }
.country-card-item:nth-child(8) { animation-delay: 0.8s; }

/* Responsive Design */
@media (max-width: 767px) {
    .offices-sec {
        padding: 3rem 0;
    }
    .map-container {
        padding: 1rem;
    }
    .map-image svg {
        max-height: 250px;
    }
    .country-card-item {
        padding: 0.2rem; /* Further reduced */
        min-height: 50px; /* Reduced from 70px */
    }
    .flag {
        height: 25px; /* Reduced from 35px */
        width: 35px; /* Reduced from 45px */
    }
    .flag img {
        max-height: 15px; /* Reduced from 20px */
    }
    .country-card-item h5 {
        font-size: 0.8rem; /* Reduced from 0.9rem */
    }
    .office-tooltip {
        top: -1.8rem; /* Adjusted from -2.2rem */
    }
    .country-card-item:hover .office-tooltip {
        top: -2.2rem; /* Adjusted from -2.8rem */
    }
    .office-tooltip p {
        font-size: 0.65rem; /* Reduced from 0.75rem */
    }
}

@media (max-width: 575px) {
    .offices-sec {
        padding: 2.5rem 0;
    }
    .map-container {
        padding: 0.75rem;
    }
    .map-image svg {
        max-height: 200px;
    }
    .country-card-item {
        padding: 0.2rem;
        min-height: 45px; /* Reduced from 60px */
    }
    .flag {
        height: 20px; /* Reduced from 30px */
        width: 30px; /* Reduced from 40px */
    }
    .flag img {
        max-height: 12px; /* Reduced from 18px */
    }
    .country-card-item h5 {
        font-size: 0.75rem; /* Reduced from 0.85rem */
    }
    .office-tooltip {
        top: -1.5rem; /* Adjusted from -2rem */
    }
    .country-card-item:hover .office-tooltip {
        top: -2rem; /* Adjusted from -2.5rem */
    }
    .office-tooltip p {
        font-size: 0.6rem; /* Reduced from 0.7rem */
    }
}

/* Footer Strap */
.footer-strap {
  background: #222222;
  color: #fff;
  font-size: 0.9rem;
}

.footer-strap .text-primary {
  color: var(--primary-color);
}