
:root {
  --primary-color: #0072BB;
  --secondary-color:  #ffffff; 
 
 
}
@font-face {
  font-family: 'MuseoSans';
  src: url('/static/fonts/MuseoSans-500.woff2') format('woff2'),
       url('/static/fonts/MuseoSans-500.woff')  format('woff');
  font-weight: 500;          
  font-style: normal;
  font-display: swap;        
}


body {
  font-family: 'MuseoSans', 'Helvetica Neue', Arial, sans-serif;
  margin: 0;
  padding: 0;
}

.top-baner-section {
  background-image: url('/static/assets/img/image/ssrn_banner.png');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: auto;
  margin-top: 7px;
}
.flatpickr-day.selected,
.flatpickr-day.selected:hover,
.flatpickr-day.selected:focus{
  background:#0072bb!important;   
  border-color:#196e98!important;
  color:#fff!important;
  border-radius:50%!important;
  font-weight:600;
}

.flatpickr-day.flatpickr-disabled{
  color:#6c757d!important;
  background:#f4f6f8!important;
}

.flatpickr-day.today:not(.selected){
  background:transparent!important;
  border:none!important;
}

.flatpickr-day:not(.flatpickr-disabled):not(.selected):hover{
  background:#0072bb!important;   
  color:#fff!important;
  border-radius:50%!important;
  cursor:pointer;
}

.service-type-radio-input {
  margin-bottom: 1rem;
  background-color:create_booking_refund_request #fff;
  margin-top: 7px;
  border-radius: 4px;
}
.step.active {
    color: #FF5733; 
    font-weight: bold;
}

.steps li.active span, .steps li.active .circle {
    color: #0056b3;
    transform: scale(1.1);
}

.steps li.completed span,
.steps li.completed .circle {
  color: white;
  background-color: green; 
}

.steps li.completed .circle img {
  filter: brightness(0) invert(1); 
}
.service-type-radio-input label {
  font-weight: bold;
  display: block; 
  margin-bottom: -5px; 
  margin-left: 10px;
}

.form-check-inline {
  margin-right: 3px;
  margin-left: 9px;
}
.background-image {
  position: relative;
  width: 100%;
 
  overflow: hidden;
  display: flex;
  flex-direction: column-reverse; 
  align-items: center;
}

.background-image img {
  width: 100%;
  height: 600px;
  object-fit: cover;
  flex-shrink: 0;
}

.form-container {
    margin: 50px 10px 30px  0px;
    background: rgba(190, 184, 184, 0.6);
    border-radius: 6px;
    box-shadow: 0 0 15px 10px rgba(0, 0, 0, 0.3);
  
    transition: box-shadow 0.3s ease, visibility 0.3s ease;
}
.form-container.show {
  visibility: visible;
  animation: nudgeAnimation 0.6s ease-out forwards;
  box-shadow: 0 0 25px 15px rgba(0, 0, 0, 0.5);
}

@keyframes nudgeAnimation {
  0% {
    transform: translateY(-30%);
    opacity: 0;
  }
  100% {
    transform: translateY(-0%);
    opacity: 1;
  }
}

.form-container select {
  width: 100%;
  padding: 26px 10px 10px 40px;
  border: 1px solid #ccc;
  border-radius: 4px;
  outline: none;
  font-size: 14px;
  
}

.form-container select:focus {
  border-color: #007bff; 
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.5); 
}

.form-container option {
  font-size: 14px;
  padding: 5px;
}

@media (max-width: 768px) {
  .background-image {
    flex-direction: column; 
    height: auto; 
  }

  .form-container {
    position: relative; 
    top: auto; 
    right: auto; 
    transform: none; 
    margin: 20px auto; 
    width:  100%; 
    max-width: 400px; 
    background: rgba(190, 184, 184, 0.8); 
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    z-index: 1; 
  }

  .background-image img {
    width: 100%;
    height: auto;
    margin-top: 20px; 
  }

}
@media (max-width: 1024px) and (min-width: 768px) {
  .form-container {
    position: relative; 
    top: auto; 
    right: auto; 
    transform: none; 
    margin: 20px auto; 
    width: 100%; 
    max-width: 600px; 
    background: rgba(190, 184, 184, 0.8); 
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    z-index: 1; 
  }
  .background-image {
    flex-direction: column; 
    height: auto; 
  }
  .service-item-three {
    box-shadow: 0px 10px 29.7px 0.3px rgba(192, 188, 188, 0.64);
    padding: 45px 20px 50px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-out 0s;
    background-color: #fff;
    z-index: 5;
    height: 300px;
}

}

@media (max-width: 1180px) and (min-width: 820px) {
  .form-container {
    position: relative;
    top: auto; 
    right: auto; 
    transform: none; 
    margin: 43px 10px 20px 0px; 
    width: 100%; 
    max-width: 600px; 
    background: rgba(190, 184, 184, 0.8); 
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    z-index: 1; 
  }
  .background-image {
    flex-direction: column; 
    height: auto; 
  }
  .service-item-three {
    box-shadow: 0px 10px 29.7px 0.3px rgba(192, 188, 188, 0.64);
    padding: 45px 20px 50px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-out 0s;
    background-color: #fff;
    z-index: 5;
    height: 300px;
     position: relative;
    transition: all 0.4s ease; 
}
.imgicon {
    max-width: 100%;
    height: auto;
    max-width: 110px;
}
.imgicon-new{
       max-width: 100%;
    height: auto;
    max-width: 80px;
}
.service-card img{
    width: 100%;
    height: 100px;
    max-width: 137px;
}
}
@media (max-width: 1366px) and (min-width: 1024px) {
  .form-container {
    position: relative;

    right: auto;
    transform: none;
    margin: 33px 10px 10px 0px;
    width: 100%;
    max-width: 800px;
    background: rgba(190, 184, 184, 0.9);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    z-index: 1;
}
  .background-image {
    flex-direction: column; /* Stack the form on top of the image */
    height: auto; /* Allow content to adjust height */
  }
  .service-item-three {
    box-shadow: 0px 10px 29.7px 0.3px rgba(192, 188, 188, 0.64);
    padding: 45px 20px 50px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-out 0s;
    background-color: #fff;
    z-index: 5;
    height: 300px;
}

}
.tabs {
  display: flex;
  justify-content: space-between;

}

.tabs button {
  flex: 1;
  padding: 10px 20px;
  background: #f1f1f1;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
}

.tabs button.active {
  background:var(--primary-color);
  color: #fff;
}

.tab-content1 {
  display: none;
}
.tab-content.active {
  display: block;
}
.tab-content1.active {
  display: block;
}
.form-container .form-group {
  position: relative;

}
.tab-content1{
  padding: 20px;
  margin-top: -8px;
}
.tab-content{
  padding: 9px;
  margin-top: 0px;
}



.form-container .form-group input {
  width: 100%;
  padding: 22px 0px 5px 40px;
  border: 1px solid #ccc;
  border-radius: 4px;
  outline: none;
  font-size: 14px;
  margin-top: 7px;
}
.time-picker {
  display: flex;
  align-items: center;
  gap: 10px;
}

.time-part {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.time-btn {
  cursor: pointer;
  background-color: #f0f0f0;
  border: none;
  padding: 5px;
  font-size: 14px;
  font-weight: bold;
  color: #333;
}

.time-btn.up {
  margin-bottom: 3px;
}

.time-btn.down {
  margin-top: 3px;
}
.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}
.time-btn:hover {
  background-color: #ddd;
}
.timepicker {
  width: 100%;
  background-color: #f9f6f6;
  display: none; 
  position: absolute;
  z-index: 999;
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.bootstrap-datetimepicker-widget .timepicker-period:hover {
  text-decoration: none;
  background: rgba(0, 0, 0, .12);
  border-radius: 0;
}
.timepicker-period {
  color: #4a4a4a;
  text-decoration: none;
  font-weight: 700;
}
.bootstrap-datetimepicker-widget .timepicker-period {
  text-decoration: none;
  background: rgba(0, 0, 0, .12);
  border-radius: 0;
}
.timepicker td {
  height: 30px;
  line-height: 30px;
  width: 30px;
}
.timepicker-picker td, .timepicker-picker th {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.tab-content span {
  color: rgb(80, 120, 150);
}
.bootstrap-datetimepicker-widget td span:hover {
  background: rgba(0, 0, 0, .12);
}
.bootstrap-datetimepicker-widget .timepicker-hour, .bootstrap-datetimepicker-widget .timepicker-minute, .bootstrap-datetimepicker-widget .timepicker-second, .bootstrap-datetimepicker-widget .timepicker-period {
  width: 30px;
  font-weight: 500;
  font-size: 1.2em;
  margin-top: 10px;
  padding: 0 !important;
}
.bootstrap-datetimepicker-widget button {
  padding: 6px;
}
span#timepicker-hour {
  margin-left: 19px;
}
span#timepicker-minute {
  margin-left: 21px;
}
button#timepicker-period {
    margin-left: 6px;
    text-decoration: auto;
    color: #4a4a4a;
    font-weight: 600;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #196e98;
  border-color: #196e98;
}
.timepicker-picker .btn-timepicker-close {
    margin: 0px 0 3px;
    font-size: 15px;
    font-weight: 500;
    border-radius: unset;
    width: 100%;
    max-width: 176px;

    /* Centering */
    display: block; /* Ensures the element acts like a block-level element */
    margin-left: auto; /* Pushes the element to the center */
    margin-right: auto; /* Pushes the element to the center */
    text-align: center; /* Aligns the text inside the button */
}
.btn:hover, .btn:focus, .btn.focus {
    text-decoration: none;
}
.btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #196e98;
  border-color: #196e98;
}
.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn:hover, .btn:focus, .btn.focus {
  text-decoration: none;
}
.btn-primary {
  color: #fff;
  background-color: #1b81cb;
  border-color: #1b81cb;
}
.btn-block {
  display: block;
  width: 90%;
 /* This will center it horizontally */
}
/* শুধু মোবাইল (≤767px) টার্গেট করছি  */

.timepicker td span {
  display: inline-block;
   width: 34px;
  height: 14px;
  line-height: 30px;
  margin: 0px 1.5px;
  cursor: pointer;
  border-radius: 0;
  position: relative;
  font-weight: 700;
  color:#4a4a4a;

}
.dropdown-menu, .popover, .well, .jumbotron, .list-group, .panel {
  color: #4a4a4a;
}
.dropdown-menu, .tt-dropdown-menu, .addr-autocom-inner {
  background-color: #fff;
}
.dropdown-menu, .popover, .well, .jumbotron, .list-group, .panel {
  color: #4a4a4a;
}
.bootstrap-datetimepicker-widget {
  z-index: 2000;
  top: 0;
  left: 0;
  padding: 4px;
  margin-top: 1px;
  border-radius: 0;
}

.icon-chevron-up:before {
  border-bottom-color: #bebebe;
}
.icon-chevron-up:before {
  border-bottom: 10px solid #bebebe;
}
.icon-chevron-down:before, .icon-chevron-up:before {
  display: inline-block;
  width: 0;
  height: 0;
  content: ' ';
  position: absolute;
  top: 9px;
  left: 5px;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
}
.icon-chevron-down:before {
  border-top-color: #bebebe;
}

.icon-chevron-down:before {
  border-top: 10px solid #bebebe;
}
.icon-chevron-down:before, .icon-chevron-up:before {
  display: inline-block;
  width: 0;
  height: 0;
  content: ' ';
  position: absolute;
  top: 0px;
  left: 5px;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
}
.form-container .form-group select {
  width: 100%;
  padding: 23px 0px 5px 40px;
  border: 1px solid #ccc;
  border-radius: 4px;
  outline: none;
  font-size: 14px;
  margin-top: 6px;
}
.form-container .form-group input:focus {
  border-color:var(--primary-color);
  box-shadow: 0 4px 6px #86b3ce;;
}
.btn-submit1 {
  width: 100%;
  padding: 10px;
  background: var(--primary-color);
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.3s;
  margin-top: 8px;
}
.form-container .form-group input:focus + label,
.form-container .form-group input:not(:placeholder-shown) + label {
  top: 5px;
  font-size: 12px;
  color: #007bff;
}

.form-container .form-group label {
  position: absolute;
  top: 0px; /* Start below the icon */
  left: 40px; /* Space for icon */
  font-size: 16px;
  color: #4e4b4b;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
  font-weight: 600;
  margin-top: 5px;
}

.form-container .form-group .icon {
  position: absolute;
  top: 52%;
  left: 12px;
  transform: translateY(-50%);
  font-size: 19px;
  color:var(--primary-color);
}

.form-container .form-group input:placeholder-shown + label {
  color: #ccc;
  top: 20px; /* Matches initial position */
  font-size: 16px;
}

.btn-submit {
    width: 100%;
    padding: 7px;
    background: var(--primary-color);
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background 0.3s;
    margin-top: 8px;
}
.btn-submit:hover {
  background: #0056b3;
}


.footer p{
  color: #565e66;
}

.footer-des{
  text-align: start;
}

.footer h5{
  font-size: 1.7rem;
}



.footer ul li {
  padding: 4px;
}
.list-unstyled li a {
  text-decoration: none;
}

.contact-design {
  margin-top: -27px;
  margin-left: 32px;
}
.location-icon {
  line-height: 10px;
  color: #4996da;
  margin-right: 13px;
}
.userfull-links li a {
  color: #565e66;
  font-weight: 500;
}
.register-beam{
    background-color: #f7f7f7;
    padding: 8px 15px;
    border: 1px solid #007bff;
    border-radius: 4px;
    font-size: 0.85rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.animate-register{
    animation: pulse 2s infinite;
}

.footer-line {
font-size: 1.5rem;
}
.footer h5 {
  font-size: 1.6rem;
  font-weight: 600;
}
.contact-social-media .last-section {
  width: 100%; /* পুরো প্রস্থ */
  padding: 10px 0; /* উপরে-নিচে প্যাডিং */
  background-color: #000; /* ডার্ক ব্যাকগ্রাউন্ড */
  color: #fff; /* টেক্সট সাদা */
  margin: 0; /* ডিফল্ট মার্জিন সরানো */
}

.social-icons {
  background-color: rgb(0 0 0 / 7%);
  padding: 1px;
}
.social-icons i{
  margin-top: 10px;
}
.topbar h4,p{
  font-size: 15px;
  color: rgb(120 117 117);

}

.topbar{
  background-color: #f4f5f8;

}




.topbar-style {

  /* border-left: 1px solid #dee2e6; */
  border-right: 1px solid #dee2e6;
  margin-right: 0;
  display: flex;
position: relative; /* Ensure positioning context for z-index */
 /* Higher z-index for dropdown container */
  justify-content: flex-start;
  align-items: center;
}

.topbar-style ul li a{
  text-transform: uppercase;
}
.dropdown-menu {
  z-index: 1050; /* Ensure dropdown appears above everything */
  position: absolute;
  top: 100%; /* Position the dropdown below the button */
  left: 0;
  background-color: #fff;
  padding: 10px 0;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  /* Hidden by default */
}

.dropdown-menu.show {
  display: block;
}
.dropdown-toggle {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
}
/*.dropdown .collapse {*/
/*  position: absolute;*/
/*  z-index: 1000;*/
/*  background-color: #fff;*/
/*  border: 1px solid #ddd;*/
/*  padding: 10px;*/
/*  width: 200px;*/
/*}*/
.dropdown-item {
  padding: 8px 20px;
  font-size: 14px;
  color: #333;
  cursor: pointer;
}

.dropdown-item:hover {
  background-color: #f1f1f1;
  color: #007bff;
}
.row.icon-row {
  gap: 14px;
  padding: 6px;
  margin-top: 0px;
  margin-left: auto;  /* নতুন */
  margin-right: auto; /* নতুন */
}


.row.icon-row i{
  color: rgb(31 3 3 / 60%);
  gap: 18px;
}

.topbar-style-border {
  /* border-right-style: none; */
  border-left-style: none;
}

/* Ticker Container */
.ticker {
  overflow: hidden; /* Hide overflowing content */
  white-space: nowrap; /* Prevent wrapping */
  position: relative;
}

/* Ticker Content */
.ticker p {
  display: inline-block;
  animation: ticker-animation 35s linear infinite; /* Correct animation name */
  margin: 0;
  line-height: 16px;
  font-weight: 600;
  font-size: 20px;
  color: #0072BB;
  text-shadow: 4px 4px 8px rgba(135, 149, 162, 0.5);
}

/* Keyframes for Animation */
@keyframes ticker-animation {
  0% {
    transform: translateX(50%); /* Start from the right */
  }
  100% {
    transform: translateX(-100%); /* End at the left */
  }
}


.icon-row{
  margin-left: 0; /* No extra left space */
  margin-right: 0; /* Keep right space zero */
  display: flex; /* Ensure flex layout for alignment */
  justify-content: flex-start; /* Align items to the left horizontally */
  align-items: center; /* Align items vertically to the center */
  /* Optional: Add space between icons */
}

.icon-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.icon-item {
  display: flex; /* Use flexbox to arrange the icon and text horizontally */
  align-items: center; /* Vertically center-aligns the icon and text */
}
.text-container {
  display: flex
;
  flex-direction: column;
  justify-content: center;
 
}
.icon-item h4 {
  margin: 0; /* Removes default margin */
}

.icon-item i {
  font-size: 27px;
  margin-right: 8px;
  color: #0072BB;
 
}

.contact-social-media  p{
  color: white;
  font-weight: 600;
  font-size: 18px;
}
.icon-item .text-container {
  display: flex;
  text-align: start; /* Aligns vertically centered */
}

.icon-item .text-container h6,
.icon-item .text-container p {
  margin: 0; /* Removes default margin */
  padding-right: 10px; /* Adds space between text elements */
}

.responsive-logo {
  max-width: 100%;
  height: 60px;
  margin-top: 5px;
  width: 180px; 
  display: block;
  margin-left: auto;
  margin-right: auto;

}
.right-align {
  text-align: right;
}

.color-bc-style {
  background-color: E1F5FE;
}


.navbar {
  width: 80%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: sticky;
  top: 0;
  transition: width 0.3s;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 1% 100%);
}

.navbar img.navbar-img {
  display: block;
  width: 50px;
  height: auto;
  margin-right: 20px;
}

.left-side {
  display: flex;
  align-items: center;
}

.menu {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
}

.menu li {
  margin-right: 20px;
  position: relative;
}

.menu li a {
  text-decoration: none;
  opacity: 0;
  transform: translateY(-10px);
  animation: fadeInUp 1s forwards;
}

.menu li a:nth-child(1) {
  animation-delay: 0.2s;
}

.menu li a:nth-child(2) {
  animation-delay: 0.4s;
}

.menu li a:nth-child(3) {
  animation-delay: 0.6s;
}

.right-side {
  display: flex;
  align-items: center;
}

.auth-links {
  list-style: none;
  display: flex;
}

.auth-links li {
  margin-right: 15px;
}

.auth-links li a {
  opacity: 0;
  transform: translateY(-10px);
  animation: fadeInUp 1s forwards;
}

.auth-links li a:nth-child(1) {
  animation-delay: 0.8s;
}

.auth-links li a:nth-child(2) {
  animation-delay: 1s;
}

.service-btn {
  background-color: #007bff;
  color: white;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
}

.toggle-icon {
  display: none;
}

@media (max-width: 768px) {
  .navbar {
    width: 100%;
    clip-path: none;
  }

  .left-side {
    display: none;
  }

  .toggle-icon {
    display: block;
  }

  .menu {
    display: none;
    flex-direction: column;
  }

  .menu li {
    margin: 10px 0;
  }

  .navbar.active .menu {
    display: flex;
  }
}

/* Keyframes for Line-by-Line Animation */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* ===================================================
    Table of Contents
=====================================================
    1.0 Top Header
    2.0 Mid Header
    3.0 Navigation Menu
    4.0 Menu Button
    5.0 Mobile Menu Button
    6.0 Desktop Menu Style
		6.1 Mobile Menu Style
	7.0 Popup Search Box
	8.0 Sidebox
=====================================================
    Header CSS
==================================================== */

.main-header {
  position: relative;
  z-index: 2;
}

.sticky-header {
  display: none;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: #fff; /* You can change this to match your design */
  box-shadow: 0 4px 2px -2px gray; /* Optional: Adds shadow for better visibility */
  z-index: 1000;
}

/*=== 1.0 Top Header ===*/
.top-header {
  background-color: #f4f5f8;
  border-bottom: 1px solid #eee;
}

.top-header-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 40px;
}

.top-left p {
  font-size: 15px;
  margin: 0;
  line-height: 1;
}

.top-left,
.top-right {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.top-right ul li {
  display: inline-flex;
  align-items: center;
}

.top-header-nav li a {
  font-size: 15px;
}

.header-social-share li:not(:first-of-type),
.top-header-nav li:not(:first-of-type) {
  margin-left: 15px;
}

.header-social-share li a {
  font-size: 15px;
  color: #666;
}

.top-header-nav li a:hover,
.header-social-share li a:hover {
  color: #ff9900;
}

.top-header-nav {
  min-height: 40px;
  display: flex;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
}

/*=== 2.0 Mid Header ===*/
.mid-header-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 15px;
  padding: 25px 0;
}

.mid-header-wrap .site-logo {
  max-width: 200px;
}

.header-info {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  column-gap: 20px;
}

.header-info li {
  display: inline-flex;
  align-items: center;
  column-gap: 5px;
}

.header-info li .header-info-icon {
  font-size: 40px;
  color: #ff9900;
  margin-right: 5px;
}

.header-info li .header-info-text h3 {
  font-weight: 700;
  font-size: 18px;
  text-transform: capitalize;
  margin: 0;
  line-height: 1;
}

.header-info li .header-info-text h3 a:hover {
  color: #ff9900;
}

.header-info li .header-info-text h3 span {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #666;
  display: block;
  margin-bottom: 8px;
}

/*=== 3.0 Navigation Menu ===*/
.nav-menu-wrapper .site-logo {
  display: none;

}

.menu-right-item {
  display: flex;
  align-items: center;
  height: 100%;
}

.menu-right-item>div {
  height: 100%;
  display: flex;
  align-items: center;
}

.menu-right-item .sidebox-icon,
.menu-right-item .search-icon {
  color: #fff;
  cursor: pointer;
  font-size: 28px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  padding-left: 15px;
}

.sticky-header .menu-right-item .sidebox-icon,
.sticky-header .menu-right-item .search-icon{
  color: #222;
}

.sticky-header .menu-right-item .sidebox-icon:hover,
.sticky-header .menu-right-item .search-icon:hover{
  color: #ff9900;
}

.sticky-header .menu-right-item .sidebox-icon,
.sticky-header .menu-right-item .search-icon{
  border-left: 1px solid rgba(17, 17, 17, 0.06);
}

.menu-right-item .sidebox-icon {
  margin-right: 15px;
  margin-left: 15px;
}

/*=== 4.0 Menu Button ===*/
.menu-right-item .menu-btn {
  background-color:  #dee2e6;
    color: #5c5757;
  height: 100%;
  padding: 0 30px;
  display: flex;
  align-items: center;
  font-weight: 600;
  text-decoration: none;
  font-size: 1rem;
  text-transform:uppercase ;
  border: 1px solid rgb(209, 209, 209);
}
.menu-right-item .menu-btn:hover{
  background-color: #0072BB;
  color: white;
}

/*=== 5.0 Mobile Menu Button ===*/
.mobile-menu-icon {
  display: none;
}

.burger-menu {
  width: 20px;
  height: 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  -webkit-transition: transform 330ms ease-out;
  -moz-transition: transform 330ms ease-out;
  -o-transition: transform 330ms ease-out;
  transition: transform 330ms ease-out;
}

.burger-menu.menu-open {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.line-menu {
  background-color: #4698f0;
  border-radius: 0;
  width: 100%;
  height: 4px;
}
.line-menu.line-half {
  width: 50%;
}

.line-menu.first-line {
  transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
  transform-origin: right;
}

.menu-open .line-menu.first-line {
  -webkit-transform: rotate(-90deg) translateX(3px);
  -moz-transform: rotate(-90deg) translateX(3px);
  -o-transform: rotate(-90deg) translateX(3px);
  transform: rotate(-90deg) translateX(3px);
}

.line-menu.last-line {
  align-self: flex-end;
  transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
  transform-origin: left;
}

.menu-open .line-menu.last-line {
  -webkit-transform: rotate(-90deg) translateX(-3px);
  -moz-transform: rotate(-90deg) translateX(-3px);
  -o-transform: rotate(-90deg) translateX(-3px);
  transform: rotate(-90deg) translateX(-3px);
}

/*=== 6.0 Desktop Menu Style ===*/
@media (min-width: 993px) {
  .nav-menu-wrapper {
      margin-bottom: -30px;
  }

  .sticky-header .nav-menu-wrapper {
      margin: 0;
      background-color: var(--primary-color);
  }

  .sticky-header .header-menu-wrap ul {
      padding-left: 0;
  }

  .nav-menu-inner {
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 100%;
      height: 48px;
      margin-left: auto;
      position: relative;
      z-index: 1;
      max-width: 1000px;

  }

  .nav-menu-inner:before {
      background-color:#0072BB;
      clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 1% 100%);
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: -1;

  }

  .header-menu-wrap ul {
      margin: 0;
      padding: 0;
      list-style: none;
      
  }

  .header-menu-wrap ul li {
      display: inline-block;
      position: relative;
      padding: 10px 0;
      margin: 0 5px;
  }

  .header-menu-wrap ul li>a {
      display: block;
      font-family: "Space Grotesk", sans-serif;
      font-size: 16px;
      letter-spacing: -0.2px;
      font-weight: 600;
      text-transform: capitalize;
      color: #fff;
      padding: 0;
      margin: 0;
      line-height: 1;
      text-decoration: none;
      -webkit-font-smoothing: antialiased;
      position: relative;
      z-index: 1;
  }

  .header-menu-wrap ul li>a:before {
      background-color: #fff;
      content: "";
      position: absolute;
      left: 0;
      bottom: -3px;
      display: inline-block;
      width: 100%;
      height: 2px;
      -webkit-transform-origin: left;
      -ms-transform-origin: left;
      transform-origin: left;
      -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
      transform: scaleX(0);
      -webkit-transition: 0.3s cubic-bezier(0.45, 0.1, 0, 0.95);
      -o-transition: 0.3s cubic-bezier(0.45, 0.1, 0, 0.95);
      transition: 0.3s cubic-bezier(0.45, 0.1, 0, 0.95);
  }
  .sticky-header .header-menu-wrap ul li>a:before{
      background-color: white;
  }
  .header-menu-wrap ul li.active>a:before,
  .header-menu-wrap ul li:hover>a:before {
      -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
      transform: scaleX(1);
  }

  .header-menu-wrap li ul {
      background-color: #fff;
      box-shadow: 0px 2px 5px 0px rgb(0 0 0 / 10%);
      border-radius: 2px;
      border: 1px solid #eee;
      width: 220px;
      padding: 0;
      display: block;
      position: absolute;
      left: -35px;
      top: 70px;
      opacity: 0;
      visibility: hidden;
      z-index: 0;
      -webkit-transform: perspective(300px) rotateX(-18deg);
      transform: perspective(300px) rotateX(-18deg);
      -webkit-transition: all 0.2s;
      transition: all 0.2s;
  }

  .header-menu-wrap li:hover>ul {
      -webkit-transform: perspective(300px) rotateX(0deg);
      transform: perspective(300px) rotateX(0deg);
      opacity: 1;
      visibility: visible;
      top: 58px;
      z-index: 99;
  }

  .header-menu-wrap li li {
      display: flex;
      justify-content: space-between;
      padding: 15px 20px;
      margin: 0;
      border-bottom: 1px solid #eee;
      text-align: left;
      position: relative;
      transition: all 0.2s ease-in-out;
  }

  .header-menu-wrap li li:last-child {
      margin: 0;
      border-bottom: 0;
  }

  .header-menu-wrap li li>a {
      font-family: "Space Grotesk", sans-serif;
      display: block;
      height: auto;
      line-height: inherit;
      color: #666;
      font-weight: 500;
      font-size: 16px;
      text-transform: capitalize;
      line-height: 20px;
      letter-spacing: -0.2px;
      width: 100%;
      -webkit-font-smoothing: antialiased;
  }

  .header-menu-wrap li li>a:before {
      display: none;
  }

  .header-menu-wrap li li>a:hover {
      color: #ff9900;
  }

  .header-menu-wrap li ul li ul {
      width: 220px;
      position: absolute;
      left: 100%;
      top: 0;
  }

  .header-menu-wrap li ul {
      display: block !important;
  }


/* Initial hidden state */
.sticky-header {
  position: fixed;
  top: -100px; /* Initially hide the header */
  left: 0;
  right: 0;
  transition: top 0.3s ease-in-out; /* Smooth transition */
  background-color: #fff;
  z-index: 1000;
}

/* When the header is sticky */
.sticky-header.sticky-visible {
  top: 0; /* Show the header at the top when scrolling */
}

  .sticky-header .nav-menu-wrapper .site-logo {
      display: block;
      max-width: 150px;
  }

/* স্টিকি হেডার প্রথমে স্ক্রিনের বাইরে লুকানো */
.sticky-header{
  position: fixed;
  top: 0; left: 0; width: 100%;
  z-index: 1020;
  transform: translateY(-100%);   /* উপরে সরানো */
  opacity: 0;
  transition: transform .45s ease-out, opacity .45s ease-out;
}

/* স্ক্রল করলে JS থেকে যুক্ত হওয়া ক্লাস */
.sticky-header.sticky-fixed-top{
  transform: translateY(0);        /* ধীরে নামবে */
  opacity: 1;
}

/* আপনার আগের h & margins 그대로 রাখলাম */
/* ১) ডিফল্ট – ক্লোনকে ওপরেই লুকিয়ে রাখা */
.sticky-header .nav-menu-inner{
  max-width: 100%;
  height: 90px;
  margin: 0;
  transform: translateY(-100%);          /* স্ক্রিনের বাইরে */
  transition: transform .6s ease-out;   /* মসৃণ স্লাইড */
}

/* ২) স্ক্রল ট্রিগার হলে JS যেই .sticky-fixed-top বসায়, সঙ্গে সঙ্গে নামবে */
.sticky-header.sticky-fixed-top .nav-menu-inner{
  transform: translateY(0);              /* স্বাভাবিক পজিশনে */
}


  .sticky-header.sticky-fixed-top {
      transition: transform 1s ease;
      will-change: transform;
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      display: block; 
      z-index: 1000;
      width: 100%;
      transform: translateY(0);  
  }

  .sticky-header.sticky-fixed-top {
      transform: translateY(0);
      box-shadow: 0 10px 60px rgb(0 0 0 / 10%);
  }

  .sticky-header.sticky-fixed-top .header-menu-wrap .nav-menu>li {
      padding: 32px 0;
  }

  .sticky-header.sticky-fixed-top .header-menu-wrap li:hover>ul {
      top: 79px;
  }

  .sticky-fixed-top .header-menu-wrap ul li>a {
      color:white;
  }
  .sticky-fixed-top .header-menu-wrap ul li li > a{
    color:var(--primary-color);
}
  .sticky-fixed-top .header-menu-wrap ul li li > a:hover{
      color:var(--primary-color);
  }

  .sticky-fixed-top .menu-right-item .menu-btn {
      height: auto;
      padding: 10px 30px;
  }
}

@media (max-width: 1200px) {
  .nav-menu-inner {
      max-width: 90%;
  }
}

/*=== 6.1 Mobile Menu Style ===*/
@media (max-width: 992px) {
  .nav-menu-wrapper {
    position: relative;
    background-color: rgba(0, 0, 0, 0.125);
}
.ticker p{
  margin: 16px;
}
  .nav-menu-wrapper .site-logo {
      display: block;
      max-width: 140px;
  }

  .mid-header,
  .top-header-nav {
      display: none;
  }

  .dropdown-plus {
    width: 31px;
    height: 49px;
     line-height: 45px;
    position: absolute;
    top: 0px;
    right: 10px;
    cursor: pointer;
    z-index: 1;
}

  /* .dropdown-plus:before,
  .dropdown-plus:after {
      position: absolute;
      content: "";
      top: 21px;
      right: 10px;
      width: 10px;
      height: 2px;
      background-color: #666;
  } */

  /* .dropdown-plus:after {
      -webkit-transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      -o-transform: rotate(90deg);
      transform: rotate(90deg);
  }

  .dropdown-plus.dropdown-open:after {
      display: none;
  } */

  .mobile-menu-icon {
      display: block;
  }

  .header-menu-wrap {
    position: absolute;
    z-index: 9999; /* Higher z-index to appear above the form */
    background-color: #fff;
    display: none; /* Initially hidden */
    width: 100%;
    height: auto;
    padding: 0 20px 20px;
    left: 0;
    top: 100%; /* Align below the navbar (or adjust as needed) */
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); /* Optional: shadow effect */
}
  .nav-menu-inner {
      display: flex;
      align-items: center;
      justify-content: space-between;
      min-height: 70px;
  }

  .header-menu-wrap ul {
      padding-left: 0;
      border: 1px solid #eee;
      z-index: 1060;
  }

  .header-menu-wrap ul li {
      position: relative;
      margin: 0;
      display: block;
      border-bottom: 1px solid #eee;
      padding: 0;
    
  }

  .header-menu-wrap ul li:not(:last-of-type) {
      border-bottom: 1px solid #eee;
  }

  .header-menu-wrap ul li>a {
      display: block;
      padding: 10px 15px;
      height: inherit;
      line-height: inherit;
      text-decoration: none;
  }

  .header-menu-wrap li li:hover>a {
      background-color: transparent;
  }

  .header-menu-wrap ul li ul li ul,
  .header-menu-wrap ul li ul {
      background-color: transparent;
      width: 100%;
      opacity: 1;
      padding: 0;
      visibility: visible;
      position: inherit;
      display: none;
      top: inherit;
      left: inherit;
      box-shadow: none;
  }

  .header-menu-wrap li li {
      padding: 0 20px;
  }

  .header-menu-wrap li li {
      padding-left: 10px;
  }

  .header-menu-wrap li li:last-child {
      border-bottom: none;
  }

  .header-menu-wrap ul li>a {
      color: #222;
      font-size: 14px;
      font-weight: 600;
  }

  .header-menu-wrap li li>a {
      color: #666;
      font-size: 14px;
  }

  .header-menu-wrap li li:hover>a {
      color: #ff9900;
  }

  .header-menu-wrap ul li>a:before {
      display: none;
  }

  .sticky-fixed-top .line-menu {
      background-color: #ddd;
  }

  .menu-right-item {
      display: none;
  }
}
.sticky-header {
  position: relative;
  transition: all 0.3s ease;
}

.sticky-fixed-top {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  background-color: #fff; /* Adjust background color as needed */
}

/*=== 7.0 Popup Search Box ===*/
#popup-search-box {
  position: fixed;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  right: 0;
  white-space: nowrap;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 500ms ease all;
  -moz-transition: 500ms ease all;
  transition: 500ms ease all;
}

.open-search-box #popup-search-box {
  opacity: 1;
  visibility: visible;
}

#searchbox-overlay {
  height: 100%;
  left: 0;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  transition: all 0s ease-in-out;
  width: 100%;
  z-index: -1;
}

.open-search-box #searchbox-overlay {
  opacity: 1;
  z-index: 1002;
  cursor: none;
  transition: all 0.6s ease-in-out;
  transition-delay: 0.3s;
}

#popup-search-box .box-inner-wrap {
  background-color: #fff;
  border-bottom: 1px solid #eee;
  padding: 80px 0;
  width: 100%;
  transform: translateY(-100%);
  transition: all ease-in-out 0.3s;
  box-shadow: 0 10px 60px rgb(0 0 0 / 10%);
}

.open-search-box #popup-search-box .box-inner-wrap {
  transform: translateY(0);
}

#popup-search-box .box-inner-wrap form {
  position: relative;
  margin: 0 auto;
}

#popup-search-box .box-inner-wrap input::-webkit-input-placeholder {
  /* Edge */
  color: #666;
}

#popup-search-box .box-inner-wrap input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #666;
}

#popup-search-box .box-inner-wrap input::placeholder {
  color: #666;
  font-size: 18px;
}

#popup-search-box .box-inner-wrap input {
  background: #fff;
  font-family: "Space Grotesk", sans-serif;
  width: 600px;
  padding: 15px 30px;
  padding-right: 80px;
  border: 1px solid #eee;
  font-size: 18px;
  color: #666;
  border-radius: 50px;
}

#popup-search-box .box-inner-wrap input::-webkit-input-placeholder {
  color: #666 !important;
}

#popup-search-box .box-inner-wrap input::-moz-placeholder {
  /* Firefox 18- */
  color: #666 !important;
}

#popup-search-box .box-inner-wrap input::-moz-placeholder {
  /* Firefox 19+ */
  color: #666 !important;
}

#popup-search-box .box-inner-wrap input:-ms-input-placeholder {
  color: #666 !important;
}

#popup-search-box .box-inner-wrap input:focus {
  outline: none;
  border: 1px solid #ff9900;
}

#popup-search-box .box-inner-wrap button {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 100%;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  color: #666;
  font-size: 30px;
  -webkit-transition: 500ms ease all;
  -moz-transition: 500ms ease all;
  transition: 500ms ease all;
}

#popup-search-box .box-inner-wrap button:hover {
  color: #ff9900;
}

#popup-search-box .box-inner-wrap button:focus {
  outline: none;
}

.search-close {
  font-size: 30px;
  color: #666;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.165, 0.85, 0.45, 1);
}

.search-close:hover {
  color: #ff9900;
  transform: scale(1.1);
}

/*=== 8.0 Sidebox ===*/
.popup-sidebox {
  display: none;
}

@media (min-width: 992px) {
  .popup-sidebox {
      background-color: #222;
      padding: 80px;
      position: fixed;
      right: -100%;
      top: 0;
      width: 500px;
      height: 100%;
      z-index: 9999;
      display: flex;
      align-items: flex-start;
      justify-content: flex-start;
      visibility: hidden;
      transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  }

  .open-sidebox .popup-sidebox {
      right: 0;
      visibility: visible;
  }

  #sidebox-overlay {
      height: 100%;
      left: 0;
      opacity: 0;
      overflow: hidden;
      position: fixed;
      top: 0;
      transition: all 0s ease-in-out;
      width: calc(100% - 400px);
      z-index: -1;
  }

  .open-sidebox #sidebox-overlay {
      opacity: 1;
      z-index: 1002;
      cursor: none;
      transition: all 0.6s ease-in-out;
      transition-delay: 0.3s;
  }

  .sidebox-content .site-logo {
      margin-bottom: 25px;
      max-width: 200px;
  }

  .sidebox-content p {
      font-size: 18px;
      font-weight: 400;
      color: #999;
      margin-bottom: 30px;
  }

  .sidebox-content .sidebox-list li span {
      text-transform: capitalize;
      display: block;
      font-size: 16px;
      font-weight: 400;
      color: #999;
      margin-bottom: 5px;
  }

  .sidebox-content .sidebox-list li {
      font-size: 20px;
      font-weight: 600;
      color: #fff;
  }

  .sidebox-content .sidebox-list li.call {
      color: #ff9900;
      font-size: 28px;
      font-weight: 700;
  }

  .sidebox-content .sidebox-list li:not(:last-of-type) {
      margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .top-header {
      display: none;
  }
  .timepicker {
    width: 89%;
    background-color: #f9f6f6;
    
    display: none;  /* Hide timepicker by default */
    position: absolute;
    z-index: 999;  /* Make sure it's on top */
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    left:6%
  }
}

@media screen and (max-width: 600px) {
  #popup-search-box .box-inner-wrap form {
      width: 90%;
  }

  #popup-search-box .box-inner-wrap input,
  #popup-search-box .box-inner-wrap button {
      font-size: 3em;
  }
}

.transport-city {
  background-color:  var(--background-color);
}

.city-card{
  background: var(--secondary-color)!important;
  border: 1px solid #ded9d9;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.city-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.city-card img {
  max-width: 100%;
  border-radius: 4px;
  margin-bottom: 15px;
}

.city-card h1 {
  font-size: 1.5rem;
  color: #333;
  margin-bottom: 10px;
}

.city-card p {
  font-size: 1rem;
  color: #666;
}
.city-card-style{
  padding: 20px;
}
.site-logo img{
  height: 50px;

}
.service-card{
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
height: 290px;

}
.service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  background-color: #0072BB;
  
}
.service-card a{
  color: var(--primary-color);
  font-weight: 700;

}
.service-icon {
  font-size: 50px;
  color: rgb(112, 164, 210);
  margin-bottom: 15px;
}
.service-icon:hover{
  color: white;
 
}

.service-card h3 {
font-size: 15px;
    font-weight: 800;
    margin-bottom: 10px;
}
.service-card:hover h3 {
  color:white;
}
.service-card p {
  font-size: 16px;
  color: #464343;
}
.service-card:hover p {
  color:white;
}

.transfer-card {
  text-align: center;
  margin-bottom: 2rem;
}
.transfer-icon {
  font-size: 3rem;
  color: #007bff; /* Customize icon color */
}
.transfer-card h3 {
  font-size: 1.5rem;
  margin-top: 1rem;
}
.transfer-card p {
  font-size: 1rem;
  color: #555; /* Optional text color */
}
.slider-section h3 {
  font-size: 1.8rem;
  margin-bottom: 1rem;
}
.stars i {
  font-size: 1.2rem;
  margin-right: 0.2rem;
}
.carousel-item p {
  font-size: 1rem;
  color: #555;
}
.style-in {
  border: 1px solid #adb5bd;
  padding: 10px;
}

.faq-section {

  padding: 20px 0;
}
.faq-section {

  padding: 20px 0;
}
.faq-header {
  font-size: 1.2rem;
  color: #333;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  background-color:rgb(253, 254, 255);
  cursor: pointer;
  width: 100%;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.faq-header.active {
  background-color:rgb(207,226,255);/* Active background color */
  color: #fff; /* Active text color */
}
.faq-icon {
  transition: transform 0.3s ease;
}
.faq-icon.rotate {
  transform: rotate(180deg);
}
.faq-body {
  padding: 10px;
  background-color: #fff;
  color: #555;
}
.faq-card {
  border: 1px solid #adb5bd;
}
button.btn.btn-primary.d-block.mx-auto {
  padding: 10px;
  margin: 50px;
}
 .content-section .img-fluid {
  max-width: 100%;
  height: auto;
  margin-top: -14px;
}
section.content-section {
  margin-top: -63px;
}

.transfer-text {
  padding: 40px 0; /* Adds padding above and below the section */
  background-color: #f8f9fa; /* Optional background color */
}

.transfer-text h2 {
  margin-bottom: 20px; /* Adds space below the heading */
}

.experience-text i {
  font-size: 30px; /* Icon size */
  color: #000; /* Icon color */
}


.experience-text-style {
  margin-top: 95px;
  margin-left: 20px;
}
.experience-text i {
  font-size: 40px;
  color: green; /* Icon color changed to green */
}
section.experience-text,.icon-text-section,.works ,.experience-section,.contact-social-media{
  background-color: #f7f7f7;
}
.icon-text-section row{
  padding: 8px;
}
.icon-text-section-style[_ngcontent-ng-c2140695576] {
  background-color: rgb(255, 255, 255);
  padding: 20px;
}
.works-lavel-style div {
  padding: 8px;
}
.experience-section h2{
  font-size: 18px;
}
.experience-section button{
  background-color: green;
  color: white;
  padding: 18px;
  border-radius: 50px;
}

.icon-text-section div{
  margin: 4px;

}
icon-text-section-style p b{
  text-align: justify;

  margin-left: 20px;
}
icon-text-section-style p {
  text-align: justify;


}
.list-unstyled li a{
  text-decoration: none;
      color: black;
}


.last-section {
  padding: 10px;
 

}
.last-section p{
margin-top: 9px;}





/* For extra-large devices (larger desktops, 1200px and up) */
@media (min-width: 1200px) {
  .last-section{
      padding: 12px; /* Slightly larger padding */
      margin-top: 15px;
      margin: -123px; /* Example adjustment */
  }
}
.location-icon {
  height: 28px;
  width: 35px;
  margin-left: 0px;
  margin-top: 2px;
  margin-bottom: 2px;
  line-height: 10px;
  color: white;
  margin-right: 13px;
  padding: 8px;
  border: 1px solid #4996da;
  background-color: #4996da;
  text-align: center;
}

/* Default button style (for larger screens like desktops) */
.custom-button {
  width: 20%;
  text-align: left;
  margin-left: 0;
  padding: 10px;
  margin-left: 10p;
}

/* For tablet and smaller screens (e.g., screens under 768px) */
@media (max-width: 768px) {
  .custom-button {
      width: 70%; /* Adjust the width for tablet or smaller screens */
      text-align: center; /* Optional: Center the text on smaller screens */
      margin-left: auto; /* Center the button horizontally */
      margin-right: auto; /* Center the button horizontally */
  }
  .last-section p {
    margin-top: 0px; 
}
.contact-social-media p {

     font-size: 15px; 
}
}

/* For mobile screens (e.g., screens under 480px) */
@media (max-width: 480px) {
  .custom-button {
      width: 90%; /* Adjust the width for mobile screens */
      text-align: center; /* Optional: Center the text */
      margin-left: auto; /* Center the button horizontally */
      margin-right: auto; /* Center the button horizontally */
  }
  



}

@media (max-width: 767.98px){


  .top-baner-section{
      background: url(/static/assets/img/image/ssrn_banner.png) center/cover no-repeat;
      margin-bottom: 30px;
      overflow: visible;
      background-position: -100px center;
  }

  #map{
      display:none;              
      width:100%;
      height:350px;              
      border-radius:10px;
  }

  #map.show{
      display:block;
  }
}


.map-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.map-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
  /* For smaller screens (tablets, mobiles) */
  @media (max-width: 768px) {
    .map-container {
      padding-bottom: 75%; /* Adjusted aspect ratio for smaller screens */
    }
  }

  /* For very small screens (mobile devices) */
  @media (max-width: 480px) {
    .map-container {
      padding-bottom: 100%; /* More square-like ratio for very small screens */
    }
  }
  

  .cards-wrappers .card {
    border: none; /* Removes the border */
    box-shadow: none; /* Removes any box-shadow if present */
  }
.mobile-section{
  margin-top: 50px;
}
.form-content-1 {
  position: relative;
  z-index: 1;
  padding: 20px;
  background: rgba(255, 255, 255, 0.8);
  max-width: 600px;
  border: 1px solid #dee2e6;
  /* margin: 10px; */
}

.form-content-1  .form-group {
  margin-bottom: 20px;
}


.input-wrapper {
  position: relative;
}

.form-field label {
  display: block;
  font-size: 14px;
  margin-bottom: 5px;
}
.input-wrapper input {
  width: 100%;
  padding: 10px 10px 10px 35px; /* Padding for icon */
  font-size: 16px;

  border-radius: 4px;
  box-sizing: border-box;
}

.input-wrapper input::placeholder {
  color: #aaa;
  font-size: 14px;
}

.form-content-1  .form-group input {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.form-content-1 button {
  width: 20%;
  padding: 10px;
  background-color: #0072BB;
  color: white;
  font-size: 16px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}


.why_choose_us {
  /*background-image: url('/image/map.png'); Add your background image path */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
/* Adjust padding to fit your design */
  color: rgb(40, 36, 36); /* Default text color */
  position: relative;
}
.why_choose_us .col-md-12 {
  position: relative;
  z-index: 1; /* Ensure the text appears on top */
}
.why_choose_us .feature-wrap,
.why_choose_us .review {
/* Semi-transparent black background for text contrast */
  padding: 20px;

}


/* Styling for the features list */
.SSRNTransfer-features li {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.SSRNTransfer-features li .feature-icon {
  margin-right: 15px;
}

.SSRNTransfer-features li .feature-icon i {
  font-size: 30px;
  color: #332929; /* Icon color */
}

.SSRNTransfer-features li .feature-content h3 {
  font-size: 18px;
  font-weight: bold;
}

.SSRNTransfer-features li .feature-content p {
  font-size: 14px;
  margin-top: 5px;
}
.review .text-color {
  color:#0072BB;
}
.review h1 span {
  background-color: #0072BB;
  transform: skew(-20deg, 0deg);
  display: inline-flex
;
  width: 4px;
  height: 25px;
  position: relative;
  margin-left: 20px;
  margin-right: 10px;
}
.review h1 span:after, .review h1 span:before {
  background-color: rgb(33, 121, 200);
  content: "";
  width: 5px;
  height: 100%;
  position: absolute;
  right: 8px;
  top: 0px;
  opacity: 0.8;
}
.review-style {
  color: #373b3e;
}
.feature-wrap h1 span {
  background-color: rgb(245, 248, 250);
  transform: skew(-20deg, 0deg);
  display: inline-flex
;
  width: 4px;
  height: 15px;
  position: relative;
  margin-left: 20px;
  margin-right: 10px;
}
.feature-wrap h1 span:after, .feature-wrap  h1 span:before {
  background-color:rgb(239, 242, 244);
  content: "";
  width: 4px;
  height: 100%;
  position: absolute;
  right: 8px;
  top: 0;
  opacity: 0.8;
}

.why_choose_us h1 span:after {
  right: 16px;
  opacity: 0.5;
}

.review p{
  color: #80858b;
  font-size: 20px;
}
.review h1{
  color: #454444;
}
.swiper-container {
  width: 100%;            /* Full width */
  max-width: 700px;       /* Set a maximum width for the slider */
  margin: 0 auto;         /* Center horizontally */
  box-sizing: border-box; /* Include padding and border in width/height */
}

.swiper-wrapper {
  display: flex;          /* Required for Swiper to work */
  width: 100%;            /* Full width */
}

.swiper-slide {
  width: 100%;            /* Ensure slides take full width */
  height: auto;           /* Maintain aspect ratio */
  text-align: center;     /* Center content inside the slide */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}


@media (max-width: 768px) {
  .swiper-container {
      max-width: 90%;  /* Increase width on tablets and mobile screens */
  }
}
#nf-chat-button.show {
  opacity: 1;
  transition: opacity .4s;
  right: 28px;
}
#nf-chat-button.hostgator {
  background: #2e93ee;
  border: 2px solid #2E93EE;
}
#nf-chat-button {
  box-sizing: border-box;
  position: fixed;
  right: -300px;
  bottom: 24px;
  width: 56px;
  height: 56px;
  background: #007a33;
  border: 2px solid #007A33;
  box-shadow: 2.11213px 4.22427px 6.3364px #0000003b;
  border-radius: 63.364px 63.364px 0;
  z-index: 100000001;
  cursor: pointer;
}
@media (max-width: 576px) {
  .swiper-container {
      max-width: 100%;  /* Full width on small mobile screens */
  }

  
}

.testi-item {
  text-align: center;
}

.testi-author {
  margin-top: 10px;
}

.testi-author .author-thumb {
  display: inline-block;
  border-radius: 50%;
  overflow: hidden;
  width: 50px;
  height: 50px;
}

.testi-author img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.feature-wrap {
  background-color: #0072BB;
  padding: 110px 40px;
  background-image: repeating-linear-gradient(45deg, #0072BB, #bfbfbf 2px, transparent 0, transparent 50%);
  background-size: 10px 10px;
  margin-left: 40px;
}
.feature-icon {
  font-size: 50px;
  color: #fff;
}
.ridek-features li {
  display: flex
;
  align-items: center;
  gap: 20px;
}
.feature-content {
  color: white;
  /* font-size: 10px; */
}
.feature-content h3 {

 font-size: 20px;
}
.feature-wrap h4, h2, p {
  color: white;
  font-weight: 500;
}


.slide-style{
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.3);
  transition: box-shadow 0.3s ease;
  border: 1px solid rgba(255, 251, 251, 0.3);
  background-color: white;
  height: 300px;
  width: 100%;
  max-width: 700px;
}
.contact-design {
  
  margin-top: -30px;
  margin-left: 50px;
      margin-bottom: 6px;
}


/* For tablets (screens between 768px and 992px) */
@media (max-width: 992px)  {
  .footer h5 {
    font-size: 20px; /* Font size for tablet screens */
  }
}







.la-quote-right:before {
  content: "\f10e";
}
.moves-section h2{
  color: #504c4c;

}
.service-section p{
  text-align: start;
}
.service-section h1{
  color: #222121;

}
.moves-section {
  justify-content: center; /* অনুভূমিকভাবে সেন্টার */
    align-items: center; /* উল্লম্বভাবে সেন্টার */
    text-align: center;

 /* টেক্সটের সেন্টারিং */
}

.moves-section i{
  color: #0072BB;
  font-size: 50px;
  margin-top: 10px;
}
.service-card i {
  color:#0072BB;
  font-size: 50px;
  margin-top: 10px;
}
.service-card:hover i {
  color: white;
  font-size: 50px;
  margin-top: 10px;
}
.service-card:hover a {
  color: white;
  font-weight: 700;
}
.moves-section .ellipsis {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden; 
  text-overflow: ellipsis; 
  font-size: 16px;
  color: #333;
  margin-top: 16px;
}
.footer ul li{
  padding: 4px;
}
.footer p {
  color: #565e66;
}
/* .footer h5{
  font-size: 29px;
} */



.mobile-view{
background-color:rgb(248,249,250);
}
.mobile-section h2{
  color: #333;
}
.quote-icon {
  background-color:#0072BB;
  clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
  font-size: 30px;
  color:white;
  width: 60px;
  height: 50px;
  position: absolute;
  right: 100px;
  top: -16px;
  display: flex
;
  align-items: center;
  justify-content: center;
}
.quick_call_area {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  z-index: 999;
  box-shadow: 0px 0px 7px 0px rgba(30, 15, 39, 0.2);
}
.quick_call_area a {
  background: #0072BB;
  height: 40px;
  display: block;
  width: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  color: white;
}
.quick_call_area a.wp {
  background: #25D366 !important;
  font-size: 24px;
  color: white;
}

.card-icon i{
  font-size: 30px;
}
.card-icon {
  background-color: #0072BB;
}
p.card-text.py-2 {
  color:black;
}
.userfull-links li a{
  color:#565e66;
  font-weight: 500;
}
li b {
    font-weight: 900; /* সবচেয়ে বেশি বোল্ড */
}

.service-item-three:hover {
    background-color: #0072BB;
    transform: translateY(-10px); /* নিচ থেকে উপরে উঠানোর জন্য */
}
section.topbar-bottom {
  
  overflow: hidden;
  height: 87px;
}
.service-item-three {
  box-shadow: 0px 10px 29.7px 0.3px rgba(192, 188, 188, 0.64);
  padding: 45px 11px 50px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-out 0s;
  background-color: #fff;
  z-index: 5;
  height: 650px;
}
.service-item-three:hover::before {
  opacity: 1;
  visibility: visible;
}
.toptop-style{
    margin-top:
    10px;
}
.service-item-three:hover h5{
  color: white;
 }
.service-item-three::before {
  /*background-image: url(/image/service-dot.png);*/
}
.who-we-are-area h1{
  color: #504c4c;
}
.who-we-are-area ul{
  transition: all 0.3s ease-out 0s;
  color: #373b3e;
 
  line-height: 24px;
  text-align: start;

}
.Service h1 {
  font-size: 2.5rem;
  text-align: center;
}

/* For screens smaller than or equal to 1200px (large tablets and desktops) */
@media (max-width: 1200px) {
  .Service h1 {
    font-size: 2rem;
  }
}

/* For screens smaller than or equal to 992px (medium tablets and below) */
@media (max-width: 992px) {
  .Service h1 {
    font-size: 1.75rem;
  }
}

/* For screens smaller than or equal to 768px (smaller tablets and mobile devices) */
@media (max-width: 768px) {
  .Service h1 {
    font-size: 1.5rem;
  }
}

/* For screens smaller than or equal to 576px (phones) */
@media (max-width: 576px) {
  .Service h1 {
    font-size: 1.25rem;
  }
  .progress-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 50px auto;
  position: relative;
}
      .progress-container::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 4px;
  background: #ccc;
  z-index: -2;
  transform: translateY(-50%);
}

.new-step.active {
    background: #196e98;
    color: white;
    width: 52px;
    height: 50px;
    border-radius: 50%;
    display: flex
;
    align-items: center;
    justify-content: center;
    font-size: 32px;
}.header {
    
    display: flex
;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    /* border-bottom: 2px solid #ddd; */
    /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
    height: 0px;
    margin-top: 32px;
}
}

.service-section ul{

  text-align: start;
}
.service-item-three::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*background-image: url(/image/service-dot.png);*/
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
  transition: all 0.3s ease-out 0s;
  opacity: 0;
  visibility: hidden;
}

.service-item-three:hover .icon {
  background-color: #fff;
   
    height: 110px;
    width: 110px;

    margin-left: 27%;
}
.service-item-three:hover .text-gradient {
color:white;
}
@keyframes zoomEffect {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

/* Apply the animation */
.zoom {
    animation: zoomEffect 0.8s ease-in-out;
}


.animated-text {
    background-image:linear-gradient(-189deg, #0dcaf0 6%, #0072bb 29%, #0072bb54 67%, rgba(0, 0, 0, 0.125) 100%);
    background-size: 200% auto; /* Ensures the background is bigger than the element */
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /* text-fill-color: transparent; */
    animation: textanim 20s linear infinite;
  
}
.wide-text {
    font-size: 20px;
    transform: scaleX(2) scaleY(1.5);
    display: inline-block;
}


@keyframes textanim {
    0% {
        background-position: 200% 0%;
    }
    50% {
        background-position: -200% 0%;
    }
    100% {
        background-position: 200% 0%;
    }
}


/* Apply the shake effect on hover */
.service-item-three:hover .icon {
    animation: shake 0.5s ease-in-out; /* Duration and easing for the shake */
}

/* Optional: Add the transition effect for the icon size and background change */
.service-item-three .icon {
    transition: background-color 0.3s ease, transform 0.3s ease;
}
i.fa-solid.fa-plane-arrival,i.fa-solid.fa-truck {
    margin-left: 12px;
}
.service-item-three .icon {
    font-size: 50px;
    color: #0072BB;
    margin-bottom: 15px;
    transition: all 0.3s ease-out 0s;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    height: 110px;
    width: 110px;
    background: #0072bb1a;
    margin: 0 auto; /* ইলিমেন্টকে পুরোপুরি সেন্টার করার জন্য */
}


.service-card .icon-wrapper {
    width: 110px;
    height: 110px;
    background: rgba(0, 114, 187, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto; /* সেন্টার করার জন্য */
    transition: all 0.3s ease-out;
}
.service-card .icon-wrapper:hover {
    background: rgba(255, 255, 255, 1); /* হোভার করলে ব্যাকগ্রাউন্ড সাদা হবে */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); /* হালকা শ্যাডো যোগ করা */
}
.service-card:hover .icon-wrapper {
    background: #fff; /* হোভার করলে ইমেজের ব্যাকগ্রাউন্ড সাদা হবে */
}

.service-card img {
    width: 50px; /* ইমেজের আকার */
    height: 50px;
    object-fit: contain; /* ইমেজ যেন ভালোভাবে ফিট হয় */
}


h5.title.text-gradient {
    /* background: linear-gradient(to right, #0072bb, #0072bbbf); */
    /* -webkit-background-clip: text; */
    color: #0072bb;
    font-size: 20px;
    font-style: italic;
    transition: color 0.3s ease;
    font-weight: 600;
    margin-top: 4px;
}
h5.title.text-gradient:hover {
    color: white; /* হোভার করলে টেক্সট সাদা হবে */
    background: none; /* গ্র্যাডিয়েন্ট সরিয়ে দেওয়া হবে */
}



.service-item-three .title {
    font-size: 24px;
    margin-bottom: 10px;
}
.service-item-three p{
  transition: all 0.3s ease-out 0s;
    color: #373b3e;
  /* text-align: -webkit-left; */
  margin-top: 15px;
  line-height: 24px;
  text-align: start;
}


.service-item-three:hover p {
  transition: all 0.3s ease-out 0s;
  color:white;
  margin-top: 21px;
  line-height: 26px;
}
.form-content {
  position: relative;
  z-index: 1;
  padding: 20px;
  margin: 100px auto;
  background: #ebebeb;
  border-radius: 10px;
  margin-top: -551px;
  margin-right: 5px;
  max-width: 480px;
  box-shadow: 0px 0px 15px 10px rgba(0, 0, 0, 0.3);
}



.text-container h6,p{
  color:#000;
}
.text-container p{
  color: #797272;
  
}
.text-container p a{
  text-decoration:none;
    color: #797272;
  
}
.hostgator a{
      text-decoration:none;
    color: #fff;
}
/* .background-image {
  height: 600px;
  margin-top: -16px;
} */

/* .background-image img{
  height: 600px;
  object-fit: cover;
  width: 100%;
  margin-top: -21px;
} */
.form-content{
  position: relative;
  z-index: 1;
  padding: 20px;
  margin: 100px auto;
  background:white;
  border-radius: 10px;
  margin-top: -546px;
  margin-right: 5px;
  max-width: 480px;
  box-shadow: 0px 0px 15px 10px rgba(0, 0, 0, 0.3);
}
.form-style .form-group {
  margin-bottom: 20px;
}

.form-group input {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.service-item-three:hover ul li  {
  color: white;
}
.form-content button {
  width: 20%;
  padding: 10px;
  background-color: #0072BB;
  color: white;
  font-size: 16px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}
.form-content button:hover {
  background-color: #e84e2b;
}




.button-group {
  display: flex;
  margin: -9px;
}

.form-style button {

  padding: 12px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  border: none;
  cursor: pointer;
  /* width: 100px; */
  width: 50%;
}



.form-style select {
  width: 100%;
  border: 3px solid #c9c7c7;
  border-radius: 5px;
  background-color:white;
      padding: 10px;
}
.who-we-are-area.pb-120 {
  margin-top: -431px;
}
.Service .card {
border-style: none;
}
.Service .card:hover {
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  transform: scale(1.05);
  transition: transform 0.3s, box-shadow 0.3s;
}

.form-style label {
  display: block;
  margin-top: 10px;
  font-weight: bold;
  font-size: 20px;
}

.form-style input {
  width: 100%;
  border: 3px solid #bcbcbc;
  border-radius: 5px;
  background-color:white;
}

.form-style button.clicked {
  background-color: #e0dede;
  color: black;
  font-weight: 600;
  /* font-size: 16px; */
}
@media screen and (min-width: 1024px) and (max-width: 1366px) {
 
  .topbar {
    background-color: #f4f5f8;
  
}
}

/* For screens between 768px and 1023px (Tablets) */
@media screen and (min-width: 768px) and (max-width: 1023px) {
  

.topbar {
  background-color: #f4f5f8;
  margin-top: 10px;
}
}

/* For screens up to 767px (Mobiles) */
@media screen and (max-width: 767px) {
.who-we-are-area.pb-120 {
    margin-top: 0px;
}
.topbar{
  background-color: #f4f5f8;
  margin-top: 10px;
}
}
.input-wrapper i {
  position: absolute;
  top: 46%;
  left: 10px;
  transform: translateY(-50%);
  font-size: 18px; /* Adjust icon size */
  color: #0072BB; /* Icon color */
}

/* Styling for icons in the 'from' and 'to' fields */
.input-wrapper .fa-location-dot {
  left: 12px;
  color: #0072BB; /* Icon color */
  /* Slightly adjust the position for the location icon */
}

.input-wrapper .watch-icon {
  left: 12px;
   /* Icon color */
  /* Adjust the position for the watch icon */
}
.-form-container-style .input-wrapper {
  position: relative;
}
.-form-container-style .input-wrapper .i{
  position: absolute;
  left: 10px; /* Adjust icon position */
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px; /* Icon size */
  color: #777; /* Icon color */
}

.-form-container-style .input-wrapper input {
  width: 100%;
  padding: 10px 10px 10px 35px; /* Padding for icon */
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

 .input-wrapper input::placeholder {
  color: #aaa;
  font-size: 14px;
}
.form-style .button-style {
  background: var(--primary-color);
  color: white;
  font-weight: 600;
  width: 100%;
  margin-top: 5px;
}
.input-wrapper label {
  position: absolute;
  left: 10px;
  /* top: 50%; */
  transform: translateY(-50%);
  font-size: 16px;
  color: #888;
  pointer-events: none;
  transition: all 0.3s ease;
  z-index: 2;
  margin-left: 27px;
  margin-top: 10px;
}
/* For smaller screens (mobile) */
@media (max-width: 767px) {
  .slide-style {
      height: 450px;  /* Adjust height on smaller screens */
  }
}

/* For tablets and up (768px and above) */
@media (min-width: 768px) {
  .slide-style{
      height: 300px;  /* Original height for larger screens */
  }
}

/* For large screens (larger than tablets) */
@media (min-width: 1024px) {
  .slide-style {
      height: 350px;  /* Slightly larger height for desktop screens */
  }
}



/* about section css start */

.about h1,h2{
  color:rgb(90, 150, 203);
  }
  img{
  object-fit: cover;
  height: 100%;
  max-width: 100%;
}
.Changing-travel{
  margin-top: 30px;
  margin-bottom: 30px;
}
 .heading{
  font-size: 20px;
}

@media (min-width: 768px) {
  .heading {
    font-size: 25px;
  }
  .Changing-travel-style {
     font-size: 15px;
  }
}

@media (min-width: 992px) {
  .heading {
    font-size: 45px; 
  }
   .Changing-travel-style {
     font-size: 20px;
    text-align: center;
  }
  .game-text{
      font-size: 20px;

  }
}
@media screen and (min-width: 834px) and (max-width: 1366px) {
  .heading {
    font-size: 33px; 
  }
   .Changing-travel-style {
     font-size: 19px;
  }
}
@media (max-width: 767px) {
  .Changing-travel-style {
    font-size: 15px;
    text-align: justify;
  }
}

 .heading2{
  text-align: center;
  font-size: 40px;
}
 .corevalues{
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
.corevalues h1{
  color:#0072BB;
}




 .Wherever{
  margin-top: 50px;
  margin-bottom: 50px;
}
 .where-to-from{
  margin-top: 30px;
  margin-bottom: 50px;
  text-align: center;
}
.images {
  height: auto;
  object-fit: cover;
  filter: invert(#0072BB);
}

 .images2{
  height: 110px;
  width: 400px;
  object-fit: cover;
  border-radius: 8px;
}
 .career{
  margin-bottom: 50px;
}
 .careers{
  color: black;
  font-size: 18px;
}

.about{
  margin-top: 50px;
}

.Changing-travel-style  {
  width: 90%;        
  margin: 0 auto; 
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.Changing-travel p {
 font-family: 'Poppins', sans-serif;
}

.travel-line {
  display: block;
  margin-bottom: 24px;
}

.icon-color{
  filter: brightness(0.8) saturate(150%) hue-rotate(205deg);
}

/* Core Values Box Styling */
.corevalue-box {
  border: 2px solid #b2cbdf; /* Add a border */
  padding: 20px; /* Add padding */
   /* Rounded corners */
  background: #fff; /* White background */
  transition: box-shadow 0.3s ease; /* Smooth shadow transition */
  cursor: pointer; /* Indicate clickable area */
}

/* Hover Effect */
.corevalue-box:hover {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); /* Add shadow on hover */
}

/* Clicked State */
.corevalue-box:active {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); /* Keep shadow on click */
}
.card-img-top {
  width: 100%;
  height: auto;              
  max-width: 200px;          
  object-fit: cover;         
  object-position: center;    
  display: block;
}
.corevalues .card{
  transition: box-shadow 0.3s ease-in-out; /* Smooth shadow transition */
  cursor: pointer;
  border-style: none;
  box-shadow: 0 4px 15px rgba(57, 55, 55, 0.2);
}
.corevalues  .card:hover{
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); /* Add shadow on hover */
}
/* contact section design */

.contact-section {
  background-image: url(../../image/wtsapp.jpg);
  background-repeat: no-repeat;
  /* background-position: left center; */
  background-size: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contact-section-style {
  padding: 10px;
  padding-left: 60px;
  padding-right: 60px;
}

@media (max-width: 768px) {
  .contact-section-style {
      padding: 50px; /* Adjust padding for tablet devices */
  }
}

@media (max-width: 576px) {
  .contact-section-style {
      padding: 30px; /* Adjust padding for mobile devices */
  }
}
.contact-style{
  margin-top: -10px;
}
.contact-details-wrap ul.contact-details {
    list-style: none;
    padding: 10px;
    margin: 0;
}

.contact-details-wrap ul.contact-details li {
    align-items: center;
    margin-bottom: 10px; /* Adjust spacing between lines */
}

.contact-details-wrap ul.contact-details li i {
  font-size: 18px;
  margin-right: 10px;
  color: white;
  background-color: rgb(90, 150, 203);
  padding: 12px;
      width: 100%;
    max-width: 43px;
  
}
.link-up{
text-decoration:none;
 color:#3d3c3c;
}
.contact-form-group .form-field .form-control {
    background-color: #fff; /* Sets the background color of the input field */
    border: 1px solid #ccc; /* Adds a gray border */
    height: 50px; /* Sets a fixed height */
    border-radius: 0; /* Removes rounded corners */
    margin-top: 10px; /* Adds spacing above the field */
    margin-bottom: 10px; /* Adds spacing below the field */
}


  .default-btn {
    background-color: rgb(90, 150, 203); /* Set a new background color */
    color: #ffffff;          /* Change text color */
    border: none;            /* Optional: Remove border */
    padding: 10px 20px;      /* Adjust padding */
    border-radius: 5px;      /* Optional: Add rounded corners */
    cursor: pointer;         /* Add a pointer cursor on hover */
    margin-top: 10px;
  }
  .contact-form-group .form-field.message textarea {
    height: 100px;   /* Sets the height of the textarea */
  }
.contact-title h1{
color: rgb(90, 150, 203);
font-weight: 600;
}



@media (max-width: 768px) {
  .contact-details-wrap ul.contact-details li i {
    width: 17%;
  }
}








.top-style h4 a{
  text-decoration: none;
  color: rgb(120 117 117);
}
.footer {
  /* background-color: #007bff; */
  padding: 60px;
      /*background-image: repeating-linear-gradient(45deg, #f7f9fc 0, #ebebeb 2px, transparent 0, transparent 50%);*/
  background-size: 10px 10px;
}
@media (max-width: 768px) {
  .footer {
      padding: 0px; /* Adjust padding for tablets */
  }
}

/* For mobile screens (max-width: 480px) */
@media (max-width: 480px) {
  .footer {
      padding: 0px; /* Adjust padding further for mobile */
  }
}
/* faq section design */

.faq-header-padding{
  padding: 0;
}

/* FAQ Header */
.faq-header {
  background-color: #0072bb;
  color: white;
  padding: 20px;

  text-align: center;
  height: 200px;
}

.faq-header h4 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
  color: white;
}

.faq-header p {
  font-size: 1rem;
  color: white;
}

/* Navigation */
.faq .nav-pills .nav-link {
  background-color: var(--secondary-color);
  color: var(--text-color);
  border: 0px solid var(--primary-color);
  border-radius: 5px;
  margin-bottom: 10px;
  transition: all 0.3s ease;
}

.faq .nav-pills .nav-link:hover {
  background-color: var(--hover-color);
  color: var(--primary-color);
}

.faq .nav-pills .nav-link.active {
  background-color: var(--primary-color);
  color: var(--secondary-color);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* Navigation Icons */
.faq .faq-nav-icon {
  font-size: 1.5rem;
  margin-right: 10px;
  color: var(--primary-color);
}

/* Content Section */


.faq .col-lg-3 {
  background-color: var(--secondary-color);
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.faq.col-lg-3 img {
  display: block;
  margin: 20px auto;
  border-radius: 8px;
  max-width: 100%;
}

/* Buttons */
.faq button {
  background-color: var(--primary-color);
  color: var(--secondary-color);
  border: none;
  padding: 10px 15px;
  border-radius: 5px;
  font-size: 1rem;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.faq button:hover {
  background-color: var(--hover-color);
}

/* Responsive Design */
@media (max-width: 768px) {
  .faq-header {
    padding: 20px;
  }

  .faq .col-lg-3 {
    margin-bottom: 20px;
  }
}
/* General Styles */



/* Navigation Tabs */
.faq .nav-pills .nav-link {
 
  color: rgb(50, 80, 100);

  margin-bottom: 0px;
  border-radius: 5px;
  transition: background-color 0.3s, color 0.3s;
}

.faq .nav-pills .nav-link.active {
  background-color: #0072BB;
  color: white;
}

/* Icons inside Navigation */
.faq-nav-icon {
  font-size: 1.5rem;
  color: #0072BB;
}

/* Accordion Cards */
.faq .accordion-item {
 
  border-radius: 5px;
  margin-bottom: 10px;
}

.faq .accordion-button {
  background-color: rgb(200, 225, 240);
  color: rgb(50, 80, 100);
  font-weight: bold;
  border-radius: 0;
  transition: background-color 0.3s, color 0.3s;
}

.faq .accordion-button:hover {
  background-color: #0072BB;
  color: white;
}

.faq .accordion-button:not(.collapsed) {
  background-color: #0072BB;
  color: white;
  box-shadow: none;
}

.accordion-body {
  background-color: rgb(240, 250, 255);
  color: rgb(50, 80, 100);
}

/* Badges */
.badge.bg-label-primary {
  background-color: #0072BB;
  color: white;
  font-size: 1.2rem;
}

/* FAQ Content */
.tab-content h5 {
  color: rgb(50, 80, 100);
  font-weight: bold;
}

.tab-content span {
  color: rgb(80, 120, 150);
}

/* Media Queries for Responsiveness */
@media (max-width: 768px) {
  .faq-header {
      padding: 10px;
  }

  .faq-header h4 {
      font-size: 1.5rem;
  }

  .nav-pills .nav-link {
      font-size: 0.9rem;
  }

  .accordion-button {
      font-size: 0.9rem;
  }
}


/* FAQ Section Styles */
.badge.bg-label-primary {
  background-color: #0072BB;
  color: #fff;
  font-weight: bold;
  border-radius: 50px;
  padding: 10px 20px;
  font-size: 1rem;
}

.faq .menu-icon{
  padding: 10px;
}

.icon-style{
  padding-top: 2px;
  padding-bottom: 2px;
  color: #FFFFFF;
}

.text-heading {
  color: #0072BB;
  text-decoration: none;
  transition: color 0.3s;
}

.text-heading:hover {
  color: #0072BB;
}

.faq h4 {
  /*color: white;*/
  font-size: 1.7rem;
  margin-top: 20px;
}

/* .faq p {
  font-size: 1.2 rem;
  color: white;
} */

/* Card Styles */
.faq .py-6 {
  padding: 2rem 1rem;
}


.bg-faq-section {
  background-color: rgba(112, 164, 210, 0.1);

  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.contact h4, p {
  color: #797272;
}
.faq h5 {
  color: rgb(44, 79, 110);
  font-size: 1.25rem;
  margin-bottom: 10px;
}

.faq h5 a {
  text-decoration: none;
}

.faq h5 a:hover {
  color: #0072BB;
}

/* Badge Icon Styles */
.faq .badge span i {
  color: #0072BB;
  font-size: 2rem;
}

/* Media Queries for Responsiveness */
@media (max-width: 768px) {
  .faq h4 {
      font-size: 1.25rem;
  }

  .faq p {
      font-size: 0.9rem;
  }
}
 /* login design */
 /* General Reset */

 
  
 
 
 
 .Service .carousel-container {
  width: 100%;
  max-width: 1200px; /* Optional: Adjust the max width */
  margin: 0 auto; /* Center the carousel */
  overflow: hidden; /* Hide overflow for sliding effect */
  position: relative; /* To position arrows and dots correctly */
}

/* Carousel wrapper to hold all slides */
.Service .carousel-wrapper {
  display: flex;
  transition: transform 0.5s ease; /* Smooth sliding transition */
  height: 100%;
}

/* Individual slide styling */
.Service .carousel-slide {
  flex: 0 0 100%; /* Show one slide at a time */
  box-sizing: border-box;
  padding: 20px;
  text-align: center;
}

/* Styling for the card */
.Service .card {
  background: #fffefe;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

/* Image Styling */
.Service .card img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* Carousel Navigation Arrows */
.Service .carousel-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
}

.Service .carousel-nav .prev,
.Service .carousel-nav .next {
  background: var(--primary-color);
  color: white;
  font-size: 30px;
  padding: 10px;
  border: none;
  cursor: pointer;
}

/* Pagination Dots */
.Service .carousel-pagination {
  position: absolute;
  bottom: 2px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
}

.Service .carousel-pagination .dot {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background-color: #bbb;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.Service .carousel-pagination .active {
  background-color: #333;
}

/* Responsiveness: Show multiple slides on larger screens */
@media (min-width: 768px) {
  .Service .carousel-slide {
    flex: 0 0 25%; /* Show 4 items at a time on medium and larger screens */
  }
}


.logo-wrapper {
  position: relative;

}

/* .logo-wrapper img {
  width: 100%;
  height: 80px;
  object-fit: cover;
  margin-top: 10px;
} */


section.topbar-bottom {
 /* Adjust this based on the height you need */
  overflow: hidden; /* Hide overflowed content */
}

.topbar-bottom .carousel-container {
  position: relative;
  max-width: 1300px;
  height: 100%;
  overflow: hidden; /* Ensures the content doesn't overflow */
}

.topbar-bottom .carousel-wrapper {
  display: flex;
  transition: transform 0.5s ease-in-out; /* Smooth transition for sliding */
}

.topbar-bottom .carousel-slide {
  min-width: 100%; /* Each slide takes up the entire container width */
  height: 100%; /* Adjust this as needed */
  position: relative;
  margin-top: 5px;
}
.icon-min{
  margin-top: 5px; 
}
.topbar-bottom .carousel-slide img {
    height: 60px;
    object-fit: cover;
    width: 100%;
}
.topbar-bottom .overlay-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 14px;
  font-weight: bold;
  background: rgba(0, 0, 0, 0.5);
  padding: 7px;
  border-radius: 5px;
  width: 80%;
  text-align: center;
}
@media (max-width: 992px) {
  .nav-menu-wrapper ul li ul {
      display: none; /* Ensure dropdown is hidden initially */
      position: static; /* Adjust for stacking */
  }

  .nav-menu-wrapper ul li.open ul {
      display: block; /* Toggle dropdown visibility */
  }
}
.nav-menu-wrapper ul li.open ul {
  display: block; /* Show dropdown when open */
}


.carousel-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  font-size: 18px;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  z-index: 10;
}

.prev-button {
  left: 10px;
}

.next-button {
  right: 10px;
}

.carousel-button:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
/*Register page*/
/* General Reset */

.register {
  font-family: Arial, sans-serif;
  background-image: linear-gradient(to bottom, #6db1e0, #feb47b);
  display: flex;
  justify-content: center;
  align-items: center;
  
}

.register-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.registration-container {
    width: 100%;
    max-width: 600px;
    box-sizing: border-box;
    padding: 50px 10px;
    padding-bottom:?30px;
}

.registration-form-card {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  opacity: 0.97;
}
.registration-form-title {
  font-size: 24px;
  text-align: center;
  margin-bottom: 20px;
}
.registration-form-group {
  margin-bottom: 15px;
}
.first-name-label,
.last-name-label,
.phone-label,
.email-label,
.password-label,
.repeat-password-label {
  display: block;
  font-size: 14px;
  margin-bottom: 5px;
}
.first-name-input,
.last-name-input,
.phone-number-input,
.email-input,
.password-input,
.repeat-password-input {
  width: 100%;
  padding: 12px 15px;
  font-size: 15px;
  border: 1px solid #aaa;
  border-radius: 6px;
  box-sizing: border-box;
  background-color: #f9f9f9;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  transition: border-color 0.3s, box-shadow 0.3s;
}
.first-name-input:focus,
.last-name-input:focus,
.phone-number-input:focus,
.email-input:focus,
.password-input:focus,
.repeat-password-input:focus {
  border-color: #007BFF;
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
  outline: none;
}
.first-name-input:hover,
.last-name-input:hover,
.phone-number-input:hover,
.email-input:hover,
.password-input:hover,
.repeat-password-input:hover {
  border-color: #0056b3;
}
.phone-input-wrapper {
  display: flex;
  gap: 10px;
}
.country-code-selector {
  width: 40%;
  padding: 12px 15px;
  font-size: 15px;
  border: 1px solid #aaa;
  border-radius: 6px;
  background-color: #f9f9f9;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
.password-helper-text {
  font-size: 12px;
  color: #888;
  margin-top: 5px;
}

.register-button {
  width: 100%;
  padding: 15px;
  background: #007BFF;
  color: #fff;
  font-size: 15px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s;
}
.register-button:hover {
  background: #0056b3;
}
.social-button {
  width: 80%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
  margin: 10px auto;
  cursor: pointer;
  display: block;
  text-align: center;
}
.apple-button {
  background: #000;
  color: #fff;
}
.google-button {
  background: #fff;
  color: #555;
  border: 1px solid #ccc;
}
.additional-options {
  font-size: 14px;
  text-align: center;
  color: #555;
}
.additional-options a {
  color: #007BFF;
  text-decoration: none;
}
.additional-options a:hover {
  text-decoration: underline;
}
.divider {
  text-align: center;
  margin: 20px 0;
  font-size: 14px;
  color: #555;
}
.register-title-label-color {
  color: #0072BB;
}
.register-as-selector {
  width: 100%;
  padding: 15px 15px;
  font-size: 15px;
  border: 1px solid #aaa;
  border-radius: 6px;
  background-color: #f9f9f9;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 12px;
  transition: border-color 0.3s, box-shadow 0.3s;
}
.register-as-selector:focus {
  border-color: #007BFF;
  outline: none;
}
.register-as-selector:hover {
  border-color: #0056b3;
}
@media (max-width: 1024px) {
  .registration-container {
    max-width: 90%;
    padding: 20px;
  }
}
@media (max-width: 768px) {
  .phone-input-wrapper {
    flex-direction: row;
    gap: 10px;
  }
  .country-code-selector {
    width: 30%;
  }
  .registration-form-title {
    font-size: 20px;
  }
  .social-button {
    width: 90%;
  }
  .register-button {
    padding: 12px;
    font-size: 14px;
  }
}
/* Adjustments for mobile screens */
@media (max-width: 480px) {
  .register {
    padding: 0; /* Removed padding */
  }
  .registration-container {
    width: 95%;
  }
  .registration-form-card {
    padding: 20px;
  }
}


/* Login Page */
/* Ensure the page uses full height without gaps */
.login-page {
  font-family: Arial, sans-serif;
  background-image: linear-gradient(to bottom, #6db1e0, #feb47b);
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100%; /* Adjusted to 100% to remove gaps */
  margin: 0;
  padding: 0;
  height: 100%; /* Ensures the body takes the full height of the viewport */

}

.login-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.login-container {
  width: 100%;
  max-width: 550px;
  box-sizing: border-box;
  padding-top: 50px;
  padding-bottom: 30px;
}

.login-form-card {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  opacity: 0.97;
}

.login-title {
  font-size: 24px;
  text-align: center;
  margin-bottom: 20px;
  color: #0072BB; /* Custom color */
}

/* Form element spacing */
.login-form-group {
  margin-bottom: 20px;
}

.login-as-selector, .login-input-field {
  width: 100%;
  padding: 15px;
  font-size: 15px;
  border: 1px solid #aaa;
  border-radius: 6px;
  background-color: #f9f9f9;
  margin-bottom: 20px;
  transition: border-color 0.3s, box-shadow 0.3s;
}

.login-as-selector:focus, .login-input-field:focus {
  border-color: #007BFF;
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
  outline: none;
}

.submit-button {
  width: 100%;
  padding: 15px;
  background: #007BFF;
  color: #fff;
  font-size: 15px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s;
  margin-top: 20px;
}

.submit-button:hover {
  background: #0056b3;
}

.forgot-password-container {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 20px;
  margin-top: -5px;
}

.forgot-password-link {
  font-size: 14px;
  color: #007BFF;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 5px;
}

.forgot-password-link:hover {
  text-decoration: underline;
}

/* Center the register link */
.centered-register-link {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}

.register-link {
  font-size: 14px;
  color: #555;
}

.register-now-link {
  color: #007BFF;
  text-decoration: none;
}

.register-now-link:hover {
  text-decoration: underline;
}

.social-button {
  width: 80%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 14px;
  cursor: pointer;
  display: block;
  text-align: center;
  margin: 10px auto;
}

.apple-button {
  background: #000;
  color: #fff;
}

.google-button {
  background: #fff;
  color: #555;
  border: 1px solid #ccc;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .login-container {
    padding: 15px;
  }

  .submit-button {
    padding: 12px;
    font-size: 14px;
  }

  .social-button {
    width: 80%;
  }
}

@media (max-width: 480px) {
  .login-container {
    
  }

  .social-button {
    width: 100%;
  }
}




.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  border-bottom: 2px solid #ddd; /* Optional: border style */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Adding shadow below the border */
      height: 110px;
}


.header h1 {
  font-size: 24px;
  font-weight: 600;
}
.steps {
  flex: 1;
  display: flex;
  justify-content: center;
      margin-top: -22px;
}

.steps ul {
  list-style: none;
  display: flex;
 
  width: 100%;
  max-width: 800px;
  padding: 0;
  margin: 0;
  position: relative;
  
    justify-content: space-between;
    align-items: center;

    list-style: none;
    gap: 0; /* Prevents unnecessary gaps */
  
}
.steps ul {
    gap: 10px; /* Reduce space between items */
    padding: 0;
}
.steps li {
    /* margin: 0; */
    width: 100%;
    flex: 1;
    max-width: 32px;
}

.step.active .circle {
  background-color: #0072BB;  /* Red background color for active circle */
}

/* When steps are in progress, use blue or other colors for next steps */
/*.step.active:nth-child(n+2) .circle {*/
/*  background-color: blue;  */
/*}*/

/*.step.active:nth-child(n+2) span {*/
/*  color: blue;   */
/*}*/
 /* .steps ul::after{
  content: '';
  position: absolute;
  top: 71%;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #ddd;
  z-index: 1;
}   */

/* Vertical line between steps */
/*.steps li:not(:last-child)::after {*/
/*  content: '';*/
/*  position: absolute;*/
/*  top: 50%;*/
/*  right: -50%;*/
/*  width: 100%;*/
/*  height: 2.6px;*/
 /* Default line color (inactive) */
/*  z-index: 0;*/
  /* transition: background-color 0.3s ease; /* Smooth transition  */
/*}*/
/*.steps li {*/
/*  position: relative;*/
/*  text-align: center;*/
/*  flex: 1;*/
/*  z-index: 2;*/
/*}*/

/*.steps  .circle {*/
/*  width: 30px;*/
/*  height: 30px;*/
/*  line-height: 30px;*/
/*  border-radius: 50%;*/
/*  background-color: #ddd;*/
/*  color: #fff;*/
/*  display: inline-block;*/
/*  font-size: 14px;*/
/*  font-weight: bold;*/

  
/*}*/

/*.steps .circle {*/
/*    top: 10%;*/
/*    width: 40px;*/
    /* height: 65px; */
/*    line-height: 0px;*/
/*    border-radius: 50%;*/
    /* background-color: #ddd; */
/*    color: #fff;*/
/*    display: inline-grid*/
/*;*/
/*    font-size: 14px;*/
/*    font-weight: bold;*/
    /* margin-top: 19px; */
/*}*/
/* Default state for the steps */


/*.step .circle {*/
/*  width: 30px;*/
/*  height: 30px;*/
/*  border-radius: 50%;*/
  /*background-color: grey;  */
/*  margin-right: 10px;*/
/*}*/

/* Red color for the first step */
.step.active-circle {
  background-color: red;  /* Red circle for the active step */
}

.step.active span {
  color:var(--primary-color);  /* Red text color for active step */
}
/*.steps li.active .circle {*/
/*  background-color: var(--primary-color);*/
/*}*/


.step.completed span {
  color:  var(--primary-color);  /* Blue text color for completed steps */
}

.step.completed .circle {
  background-color: var(--primary-color); /* Blue circle for completed steps */
}

/* For all other inactive steps */
/*.steps li:not(.active):not(.completed) span {*/
/*  color: #888;  */
/*}*/
.steps li.active::after {
  background-color:  #ddd;   /* Red color for the active step's line */
}

.steps li.completed::after {
  background-color: var(--primary-color);  /* Blue color for the completed step's line */
}

/*.step:not(.active):not(.completed) .circle {*/
  /*background-color: grey;  */
/*}*/


.steps li span {
    display: block;
    font-size: 17px;
    font-weight: 600;
    width: 100%; /* Ensures it takes full width of the parent <li> */
    max-width: 120px; /* Prevents it from becoming too wide */
    text-align: center; /* Centers the text */
    white-space: nowrap; /* Prevents text from wrapping */
}

/*.steps li:not(:last-child)::after {*/
/*  content: '';*/
/*  position: absolute;*/
/*  top: 68%;*/
/*  right: -50%;*/
/*  width: 100%;*/
/*  height: 2.6px;*/

/*  z-index: -1;*/
/*}*/
.steps li.active::after {
    background-color: #0072bb;
}
.steps li::after {
  background-color: #ddd;
}
.content {
  text-align: center;
}
@media (max-width: 576px) {
.steps li span {
        /* display: block; */
        font-size: 7px;
        font-weight: 700;
        width: 100%;
        max-width: 126px;
        /* text-align: center; */
        /* white-space: nowrap; */
        /* margin-top: -37px; */
        margin-bottom: 7px;
    }
    .steps li {
    /* margin: 0; */
    width: 100%;
    flex: 1;

}
.step.active {
    background: #196e98;
    color: white;
    width: 33px;
    height: 33px;
    border-radius: 50%;
    display: flex
;
    align-items: center;
    justify-content: center;
    font-size: 11px;
}
.circle {
    /* width: 50px; */
    height: 32px;
    border-radius: 50%;
    border: 4px solid transparent;
    transition: border-color 0.3s ease;
    transform: scale(1.5);
    /* width: 100%; */
    max-width: 100px;
}
}

.header h1 {
  font-size: 17px;
  font-weight: 600;
}
.included-section {
  border: 1px solid #dac9c9;
  background-color: white;
  margin-top: 10px;
  padding: 15px;
}

.trip-info {
  background-color: #f0f4ff;
  padding: 10px;
  border-radius: 8px;
  margin-bottom: 20px;
}

.price-info {
  margin-bottom: 20px;
  font-size: 14px;
  color: #777;
  text-align: left;
}

/* .options {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
} */

.option {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  display: flex
;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
  /* width: 100%; */
  /* max-width: 400px; */
  height: 180px;
  /* border: none; */
  /* border-style: none; */
  border-radius: 0;
}

.option img {
  max-width: 189px;
  /* border-radius: 8px; */
  object-fit: fill;
  height: 100px;
}
.option-details {
  flex: 1;
  margin-left: 15px;
  text-align: left;
}

.option-details h3 {
  margin-bottom: 10px;
  font-size: 18px;
}

.option-details p {
  margin-bottom: 5px;
  font-size: 14px;
}

.price {
  font-size: 18px;
  font-weight: bold;
}


.continue {
  background-color: #FF4500;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 20px;
  cursor: pointer;
  font-size: 16px;
}

.continue:hover {
  background-color: #FF5722;
}

@media (max-width: 768px) {
  .option {
    flex-direction: column;
    align-items: flex-start;
  }

  .option img {
    margin-bottom: 10px;
  }
  
}

#dropdownToggle {
  font-size: 18px;
  background-color: var(--primary-color);
  border: 1px solid #007bff;
  color: white;
}

/* Optional: Style for the menu items */
.header .list-unstyled li {
    padding: 0px 5px;
}
.header .list-unstyled li a {
  color: #333;
  font-weight:700;
  text-decoration: none;
}

.header .list-unstyled li a:hover {
  background-color: #f8f9fa;
}
.price-container {
  width: 200px; /* Default width */
  transition: width 0.3s ease; /* Smooth width expansion */
  overflow: hidden;
}

.price-details {
  display: none; /* Hidden by default */
  margin-top: 10px;
  font-size: 14px;
  color: #666;
}

.price {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.price-icon {
  cursor: pointer;
  font-size: 20px;
  transition: transform 0.3s ease; /* Smooth icon transformation */
}

.price-container.expanded {
  width: 400px; /* Expanded width */
}

.price-container.expanded .price-icon i {
  transform: rotate(180deg); /* Rotate the icon to angle-up */
}

.included-section p {
  font-weight: bold;
  text-align: left;
}

.included-list {
  list-style-type: none;
  padding: 0;
}

.included-list li {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}


  .icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    /* background-color: var(--primary-color); */
    border-radius: 50%;
    margin-right: 35px;
    position: relative;
    top: -10px;
}


.tick-icon::before {
  content: '\2713';  /* Unicode checkmark character */
  color: white;
  font-size: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

}

.text {
  font-size: 16px;
  font-weight: 600;
  color: #666;
  margin-left: 5px;
}

.text-chat{
  color: white;
  font-size: 16px;
  font-weight: 600;
  
  margin-left: 5px;
}
.included-section {
  border: 2px solid #ccc;
  background-color: white;
  margin-top: 10px;
  padding: 15px;
}
.last-pickup-section .custom-icon {
  --fa-primary-color: #f5f7fa;  /* Light gray color */
  --fa-secondary-color: #0957dc;  /* Blue color */
  --fa-secondary-opacity: 1;      /* Full opacity */
  color: var(--fa-primary-color); /* Apply primary color to the icon */
  background-color: var(--fa-secondary-color); /* Apply secondary color */
  opacity: var(--fa-secondary-opacity); /* Apply opacity */
  padding: 2px; /* Optional: for spacing around the icon */
  border-radius: 50%; /* Optional: to make it circular */
}
.last-pickup-section {
  border: 2px solid #ccc;
  padding: 10px;
}
.last-pickup-section p {

font-weight: bold;
text-align: left;
}
.footer-pickup {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  position: sticky;
  background-color: #fffefe; /* Light gray background */
}

.footer-left-pickup  {
  flex: 1;
  text-align: left;
}

.footer-right-pickup  {
  flex: 1;
  text-align: right;
}

.footer-pickup  .footer-link {
  color: #0957dc; /* Blue color for the link */
  text-decoration: none;
  font-size: 16px;
}

.footer-pickup  .footer-link:hover {
  text-decoration: underline; /* Underline on hover */
}

.footer-pickup  .footer-button {
  background-color: #0957dc; /* Blue button background */
  color: white; /* White text */
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 5px;
 
}

.footer-pickup  .footer-button:hover {
  background-color: #074ea1; /* Darker blue on hover */
}
#nf-chat-button.hostgator {
  background: #2e93ee;
  border: 2px solid #2E93EE;
}
#nf-chat-button.show {
  opacity: 1;
  transition: opacity .4s;
  right: 28px;
}
#nf-chat-button {
  box-sizing: border-box;
  position: fixed;
  right: -300px;
  bottom: 24px;
  width: 56px;
  height: 56px;
  background: #007a33;
  border: 2px solid #007A33;
  box-shadow: 2.11213px 4.22427px 6.3364px #0000003b;
  border-radius: 63.364px 63.364px 0;
  z-index: 100000001;
  cursor: pointer;
  color: white;
}

.price-card {
  border: 1px solid #ddd;
 padding: 20px;
  overflow: hidden;
  max-width: 800px;
  /* margin: 20px auto; */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  position:relative;
}

.price-header {
  display: flex;
  justify-content: unset;
  padding: 15px;
 
  cursor: pointer;
  align-items: center;
}

.details {
  display: flex;
  gap: 30px;
  width: 100%;
}

.car-image {
  border-radius: 4px;
  width:140px;
  max-width: 100%;
  object-fit: contain;
  height: auto;
}

.price-breakdown {
  display: none;
  padding: 15px;

  border-top: 1px solid #ddd;

}

.price-breakdown p {
  margin: 5px 0;
}


/* .price-card h4 {
  margin: 0 0 10px 0;
} */
.price-card .price-icon {
  font-size: 16px;
  /* margin-left: 10px; */
  cursor: pointer;
  transition: transform 0.3s ease;
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  margin-right: 10px;
  position: relative;
  top: -1px;
  /* background-color: red; */

}


.price-row {
  display: flex;
  justify-content: space-between;
  margin: 13px 12px;
}

.label-price {
  font-size: 14px;
  color: #555;
  text-align: left;
  flex: 1; /* Ensures label takes up available space */
}
.label-price::after {
  content: "";
  flex-grow: 1; /* Fill the remaining space */
  height: 1px; /* Line thickness */
  background-color: #ccc; /* Line color */
  margin-left: 10px; /* Space between text and line */
}
.included-list li {
  display: flex;
  align-items: flex-start; /* Align icon and text at the top */
  margin: 15px 0; 
  text-align: start;
  /* Add space above and below each list item */
}


@media (max-width: 768px) {
.price-header {
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.details {
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.price {
  align-items: center;
  text-align: center;
  margin-top:16px;
}

}.price-card.selected {
  border: 2px solid black; 
}

.price-card:focus, 
.price-card:active {
    border-color: black; /* Change border color to black on click */
    outline: none; /* Remove the default focus outline */
}
.value-price {
  font-size: 14px;
      /* font-weight: bold; */
      color: #6c757d;
  text-align: right;
  white-space: nowrap; /* Prevents text wrapping for price */
}
.price {
  display: flex;
  align-items: center;
  gap: 10px;
}

.price h3 {
  margin: 0;
}
.header-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.header-row h4 {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
}

.footer-bottom-pickup {
  position: sticky;
  bottom: 0;
  width: 100%;
  background-color: #f8f9fa; /* Light background color */
  padding: 10px 0;
  z-index: 10;
}

.footer-pickup {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
}

.footer-left-pickup,
.footer-right-pickup {
  display: flex;
  align-items: center;
}

.footer-link {
  color: #007bff; /* Link color */
  text-decoration: none;
}

.footer-link:hover {
  text-decoration: underline;
}

.footer-button {
  padding: 5px 10px;
  background-color: #007bff;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.footer-button:hover {
  background-color: #0056b3;
}





/*booking page*/
/* General Styles */
.pickup-info {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  color: #333;
  
}


/* Booking Options Section */
.booking-options-section {
  margin-bottom: 20px;
  max-width: 800px;
  margin: 10px auto;
  padding: 20px; 
  padding-bottom: 5px;
  
}

.booking-options-title {
  font-size: 26px;
  margin-bottom: 20px;
  width: 100%;
  display: flex
;
  flex-direction: column;
  margin: 20px auto;
  max-width: 800px;
}

.booking-radio-group {
  width: 100%;
  padding: 20px;
  display: flex
;
  flex-direction: column;
  border: 1px solid #e3e3e8;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin: 20px auto;
  max-width: 800px;
}

.booking-radio-option {
  margin-bottom: 10px;
  font-size: 17px;
}

.booking-radio-button:hover {
  cursor:pointer;
  color: #007BFF; /* Optional: Add hover effect */
}

.booking-radio-option input[type="radio"] {
  margin-right: 10px;
}

/* Additional Information Section */
.additional-info-section {
  margin-bottom: 20px;
  max-width: 800px;
  margin: 10px auto;
  padding: 20px;
  padding-top: 5px;
}

.additional-info-title {
  font-size: 26px;
  margin-bottom: 20px;
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 20px auto;
  max-width: 800px;
 
}

.additional-info-description {
  font-size: 14px;
  margin-bottom: 20px;
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 20px auto;
  max-width: 800px;
}


/* General container styling */
.flight-number-container {
  width: 100%;
  padding: 20px;
  display: flex
;
  flex-direction: column;
  border: 1px solid #e3e3e8;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin: 20px auto;
  max-width: 800px;
}
.flight-info-container {
  width: 100%;
  max-width: 800px;
  margin: 20px auto;
}

.flight-number-wrapper {
  width: 100%;
  padding: 0;
}

.input-wrapper {
  width: 100%;
  padding: 0;
  display: flex;
  flex-direction: column;

}

.flight-label {
  font-size: 14px;
  color: #333;
  margin-bottom: 5px; /* Space between label and input */
}

.input-field-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0;
}

.flight-input {
  padding: 10px;
  font-size: 14px;
  border: 1px solid #F0F2F7;
  border-radius: 4px;
  width: 100%;
  background-color: #F0F2F7; /* Blue background for input */
  color: rgb(17, 15, 15); /* White text color */
  margin-top: 5px;
  outline: none;
}
.flight-input:focus {
  border: 2px solid #000000;
}

.input-description {
  font-size: 12px;
  color: #777;
  margin-top: 5px;
}

.input-icon {
  display: none; /* Hide the icon by default */
}
.input-wrapper label {
  position: absolute;
  left: 10px;
  top: 5px;
  transform: translateY(-50%);
  font-size: 14px;
  color: #6d6a6a;
  pointer-events: none;
  transition: all 0.3s ease;
  z-index: 2;
  margin-left: 0px;
  margin-top: 16px;
}

/* .input-wrapper input {
  width: 100%;
  padding: 25px 10px 10px 10px;
  font-size: 16px;
  border-radius: 4px;
  box-sizing: border-box;
  transition: border 0.3s ease;
} */

.pickup-info-container {
  width: 100%;
  padding: 20px;
  display: flex
;
  flex-direction: column;
  border: 1px solid #e3e3e8;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin: 20px auto;
  max-width: 800px;
}

.info-wrapper {
  width: 100%;
  margin-bottom: 20px;
  position: relative;
}

.info-label {
  position: absolute;
  left: 10px;
  top: 5px;
  transform: translateY(0);
  font-size: 14px;
  color: #6d6a6a;
  pointer-events: none;
  transition: all 0.3s ease;
  z-index: 2;
}
.flight-number-wrapper .input-wrapper input{
  padding: 25px 10px 10px 10px;
}
.input-field-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.tick-icon {
  display: inline-block;
  width: 100%;
  height: 20px;
  background-color: var(--primary-color);
  border-radius: 50%;
  margin-right: 12px;
  position: relative;
  top: 2px;
  max-width: 20px;
}

.info-input {
  width: 100%;
  padding: 25px 10px 10px 10px;
  font-size: 16px;
  border: 1px solid #F0F2F7;
  border-radius: 4px;
  box-sizing: border-box;
  background-color: #F0F2F7;
  color: #111;
  outline: none;
  transition: border 0.3s ease;
}

/* On focus, lift the label and change the border */
.info-input:focus {
  border: 2px solid #000000;
}

.info-input:focus + .info-label,
.info-input:not(:placeholder-shown) + .info-label {
  top: 5px;
  font-size: 12px;
  color: #333;
}



  .form-section-container {
    width: 100%;
    max-width: 600px;
    margin: 20px auto;
    padding: 20px;
    background: #ffffff;
    border: 1px solid #e3e3e8;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
    max-width: 800px;
}


.form-section-row {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 20px;
}

.form-section-title-group,
.form-section-firstname-group,
.form-section-lastname-group,
.form-section-email-group,
.form-section-phone-group {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-width: calc(50% - 15px); /* Ensures two items per row on wider screens */
}

label {
  font-size: 14px;
  color: #333;
  margin-bottom: 5px;
}

.form-section-input {
  width: 100%;
  padding: 10px;
  font-size: 14px;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  background-color: #f9f9fc;
  color: #333;
  box-sizing: border-box;
  outline: none;
  transition: border 0.3s ease;
}

.form-section-input:focus {
  border-color: #333;
}

.form-section-phone-group {
  position: relative;
}

.form-section-phone-input-wrapper {
 
  align-items: center;
  background-color: #f9f9fc;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  padding: 0;
}

.form-section-phone-country-code {
  display: flex;
  align-items: center;
  padding: 10px;
  background-color: #ffffff;
  border-right: 1px solid #e0e0e0;
}

.form-section-flag-icon {
  width: 20px;
  height: 15px;
  margin-right: 8px;
}

.form-section-phone-input {
  flex: 1;
  padding: 10px;
  border: none;
  border-radius: 0 4px 4px 0;
  background-color: #f9f9fc;
  color: #111;
}

.form-section-input-description {
  font-size: 12px;
  color: #777;
  margin-top: 5px;
}
.country-select{
  background-color: #f9f9fc;
  border: none;
    width: 165px;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .form-section-row {
    gap: 10px; /* Smaller gap for narrower screens */
  }

  .form-section-title-group,
  .form-section-firstname-group,
  .form-section-lastname-group,
  .form-section-email-group,
  .form-section-phone-group {
    min-width: 100%; /* Make inputs full-width on medium screens */
  }
}

@media (max-width: 480px) {
  .form-section-row {
    flex-direction: column;
  }

  .form-section-container {
    padding: 15px; /* Reduce padding for smaller screens */
  }

  .form-section-input {
    font-size: 13px; /* Adjust font size for smaller screens */
    padding: 8px;
  }

  .form-section-input-description {
    font-size: 11px; /* Adjust description size for readability */
  }

  .form-section-phone-country-code {
    padding: 8px; /* Adjust padding for smaller screens */
  }

  .form-section-phone-input {
    font-size: 13px;
    padding: 8px;
  }
}

/* General Styling */
.checkout {
  background-color: #f8f9fa; /* Light background */
  padding: 50px 0;
}

.checkout .card {
  border: none;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.checkout .form-label {
  font-weight: 600;
  color: #333;
}

.checkout .form-control {
  border-radius: 5px;
  border: 1px solid #ddd;
}

.checkout .form-control:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  border-color: #007bff;
}

/* Summary Card */
.checkout .summary-card {
  background-color: #fff;
}

.checkout .summary-card .order-total {
  font-size: 1.2rem;
  font-weight: 700;
}

.checkout .summary-card .checkout-btn {
  background-color: #007bff;
  color: #fff;
  border: none;
  border-radius: 5px;
  padding: 10px 0;
  font-size: 1.1rem;
}

.checkout .summary-card .checkout-btn:hover {
  background-color: #0056b3;
  transition: background-color 0.3s ease-in-out;
}

/* Responsive Adjustments */
@media (max-width: 991.98px) {
  .checkout {
    padding: 30px 0;
  }

  .checkout .card {
    margin-bottom: 20px;
  }
}

@media (max-width: 575.98px) {
  .checkout .summary-card ul li {
    font-size: 0.9rem;
  }

  .checkout .summary-card .checkout-btn {
    font-size: 1rem;
  }
}

/*payment-page*/
.payment-page {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  background-color: #f7f7f7;
}


.payment-form {
  background-color: #fff;
  padding: 20px;
  width: 100%;
  max-width: 800px;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.payment-h1 {
  font-size: 24px;
  margin-bottom: 20px;
}

.payment-form-group {
  margin-bottom: 15px;
}

.payment-label {
  display: block;
  font-size: 14px;
  margin-bottom: 5px;
}


.payment-input-with-icons {
  display: flex;
  align-items: center;
  position: relative;
}

.payment-card-icons {
  position: absolute;
  right: 10px;
  display: flex;
  gap: 5px;
}

.payment-card-icons img {
  height: 20px;
}

.payment-form-row {
  display: flex;
  gap: 10px;
}

.payment-checkbox {
  /* display: flex; */
  padding-left: 0px;
  align-items: center;
  gap: 5px;
}

.payment-info-section {
  margin: 20px 0;
  font-size: 12px;
}

.payment-info-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 10px;
}

.payment-info-icon {
  font-size: 14px;
  color: #007BFF;
}

.payment-form-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}

.payment-a {
  font-size: 12px;
  text-decoration: none;
  color: #007BFF;
}

.payment-button {
  padding: 10px 20px;
  font-size: 14px;
  border: none;
  background-color: #ccc;
  color: #fff;
  border-radius: 5px;
  cursor: not-allowed;
}

.payment-button:enabled {
  background-color: #007BFF;
  cursor: pointer;
}

.payment-input {
  width: 100%;
  padding: 15px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box;
}

.payment-form-row > .payment-form-group {
  flex: 1;
}

.payment-checkbox {
  display: flex;
  align-items: center;
  gap: 5px;
}

.payment-checkbox input {
  margin: 0;
}

.payment-checkbox label {
  margin: 0;
}


/*hourly flat rate*/

/* General Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Arial, sans-serif;
}

/* Page Container */
.hourly-page-container {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

/* FAQ Section */
.faq-container {
  flex: 1;
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.faq-title {
  margin-bottom: 20px;
  font-size: 2em;
  font-weight: bold;
  color: #333;
}

.faq-item {
  margin-bottom: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.faq-button {
  background-color: #f1f1f1;
  border: none;
  outline: none;
  width: 100%;
  text-align: left;
  padding: 15px;
  font-size: 1em;
  cursor: pointer;
  transition: background-color 0.3s ease;
  display: flex;
  justify-content: space-between;
  font-weight: bold;
}

.faq-button:hover {
  background-color: #e1e1e1;
}

.faq-content {
  display: none;
  padding: 15px;
  background-color: #ffffff;
  border-left: 4px solid #3498db;
}

.faq-content.show-content {
  display: block;
}

.faq-paragraph {
  margin: 0;
  font-size: 0.95em;
  color: #555;
}

/* Image Section */
.image-container {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.faq-image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-container {
      flex-direction: column;
  }

  .faq-container,
  .image-container {
      width: 100%;
  }
}

.hourly-heading{
  padding: px;
}


.hourly-image{
  padding: 20px;
}

.hourly-h-p{
  padding-top: 50px;
}
@media (max-width: 768px) {
  .quick_call_area {
    position: fixed;
    bottom: 0; /* Stick to the bottom */
    left: 0; /* Align to the left edge */
    right: 0; /* Align to the right edge */
    top: auto; /* Override the top positioning */
    transform: none; /* Remove vertical centering */
    display: flex;
    justify-content: center; /* Center align the icons */
    background-color: rgba(255, 255, 255, 0.9); /* Light background for visibility */
    padding: 10px 0; /* Add padding for better spacing */
    z-index: 9999; /* Ensure it stays above all other content */
    box-shadow: 0px -2px 5px rgba(0, 0, 0, 0.2); /* Slight shadow at the top for depth */
  }

 
    .quick_call_area a {
      /* margin: 0 10px; */
      width: 100%;
      height: 45px;
      font-size: 20px;
  }
  
}


/* Driver register */

.driver-register {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  padding-top: 50px;
  padding-bottom: 30px;
  font-family: Arial, sans-serif;
  background-color: #f4f4f4;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  background-image: linear-gradient(to bottom, #6db1e0, #feb47b);
}

.driver-register-wrapper {
  width: 100%;
  max-width: 1200px;
}

.driver-registration-container {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  width: 80%;
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
}

.driver-registration-form-card {
  padding: 20px;
}

.driver-registration-form-title {
  text-align: center;
  font-size: 35px;
  margin-bottom: 20px;
  color: #0072BB;
}

/* Form Styling */
.driver-registration-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.driver-registration-form-group {
  display: flex;
  flex-direction: column;
}


.driver-input {
  width: 100%;
  padding: 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
  box-sizing: border-box;
}

.driver-phone-input-wrapper {
  display: flex;
  gap: 10px;
}



.driver-register-button {
  background-color: #007bff;
  color: white;
  border: none;
  padding: 15px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}

.driver-register-button:hover {
  background-color: #0056b3;
}

.password-helper-text {
  font-size: 12px;
  color: #555;
}

/* Responsive Design */
@media screen and (max-width: 768px) {
  .driver-registration-container {
    width: 100%;
    padding: 0px;
    .driver-registration-form-title{
      font-size: 24px;
    }
    .country-code-selector {
      flex: 0 0 30%;
    }
  }

  .driver-registration-form-card {
    padding: 10px;
  }

  .driver-register-button {
    padding: 12px;
    font-size: 14px;
  }
}

.driver-register .driver-registration-form label {
  color: #0072BB;
}




/* Profile Picture Container */
.profile-picture-container {
  text-align: center;
  margin: 20px auto;
}

/* Profile Picture */
.profile-picture {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #ccc;
  display: inline-block;
}

.profile-picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Upload Link */
.upload-link {
  display: inline-block;
  margin-top: 10px;
  font-size: 14px;
  color: #007BFF;
  text-decoration: none;
  cursor: pointer;
}

.upload-link:hover {
  text-decoration: underline;
}

/* Hide File Input */
#profileUpload {
  display: none;
}


/* success page */
.success-page {
  display: flex;
  justify-content: center;
  padding: 20px;
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.success-container {
  max-width: 600px;
  width: 100%;
}

.success-icon i {
  font-size: 60px;
}

.success-heading {
  font-size: 24px;
  color: #333;
  margin: 20px 0;
}

.success-message {
  font-size: 16px;
  color: #555;
}

.success-note {
  font-size: 14px;
  color: #777;
}

.success-additional-info {
margin-top: 30px;
background-color: #ffffff;
padding: 20px; 
border-radius: 8px;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.success-pickup-location h4, 
.success-dropoff-loacation h4 {
  margin: 10px 0;
}

.success-info-heading {
  font-size: 24px;
  color: #333;
}

.info-text {
  font-size: 13px;
  color: #555;
}

/* View Ride Details Button */
.view-ride-button-container-left {
  text-align: left;
  margin-top: 20px;
}

.success-view-ride-button {
  color: black;
  padding: 12px 20px;
  font-size: 16px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.success-view-ride-button:hover {
  background-color: #0056b3;
}
.success-pickup-location h4, 
.success-dropoff-loacation h4 {
margin: 10px 0;
}

.success-label {
display: block;
margin: 0 0 5px;
}
.success-location{
padding-top: 10px;
}
.success-pickup-dropoff-heading{
  font-size: 22px;
}




/* booking details */
.booking-details-page {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
}

.booking-details-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 90%;
  padding: 30px;
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}

.booking-details-text h2 {
  font-size: 24px;
  color: #333;
  display: flex;
  align-items: center;
  gap: 15px; /* Space between heading and button */
}

.booking-details-text p {
  font-size: 18px;
  color: #555;
  margin-top: 5px;
}

.confirmed-button {
  padding: 8px 16px;
  font-size: 14px;
  color: #90A4AE;
  background-color: #EFEBE9;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.confirmed-button:hover {
  background-color: #607D8B; 
  color: #f9f9f9;
}

.share-button-container {
  display: flex;
  align-items: center;
}

.share-button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  font-size: 16px;
  color: white;
  background-color: #007bff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.share-button i {
  margin-right: 8px;
}

.share-button:hover {
  background-color: #0056b3;
}

/* Card Section */
.card-section {
  display: flex;
  gap: 20px;
  width: 100%;
  max-width: 90%;
}

.booking-details-right-card {
  flex: 1;
  background-color: white;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}


.left-card {
  flex: 2;
}

.right-card {
  flex: 1;
}

.card h3 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #333;
}

.card p {
  font-size: 16px;
  line-height: 1.7rem;
}

@media (max-width: 768px) {

  .card p {
    font-size: 14px;
    text-align: justify;
    line-height: 1.5;
  }
  
}

@media (min-width: 992px) {
  .card p {
    font-size: 16px;
    text-align: justify;
    padding: 12px;
  }
}

@media (min-width: 992px) {
  .card p {
    font-size: 16px;
    text-align: justify;
    padding: 12px;
  }
}

@media (min-width: 1200px) {
  .card p {
    font-size: 16px;
    text-align: justify;
  }
}
@media (min-width: 768px) {
  .card p {
    font-size: 16px;
    text-align: justify;
  }
}
@media (min-width: 1024px) and (max-width: 1366px) {
  .card p {
    font-size: 16px;
    text-align: justify;
  }
  .card h2{
    font-size: 28px;
  }
}

/* Right Card Specific Styles */
.booking-details-payment-card,
.booking-details-billing-card,
.booking-details-price-card {
  margin-bottom: 20px;
}

.booking-details-payment-header,
.booking-details-billing-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.booking-details-payment-header h3,
.booking-details-billing-header h3 {
  font-size: 16px;
  color: #333;
}

.booking-details-payment-details p {
  font-size: 14px;
  color: #555;
  margin: 5px 0;
}

.booking-details-price-row,
.booking-details-price-total {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  margin: 10px 0;
}

.booking-details-price-total {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}

hr {
  border: none;
  border-top: 1px solid #ddd;
  margin: 10px 0;
}

/* Responsive Design */
@media (max-width: 768px) {
  .card-section {
    flex-direction: column;
  }

  .card {
    width: 100%;
  }

  .booking-details-text h2 {
    flex-wrap: wrap; /* Adjust text/button layout on smaller screens */
  }
}
/* action button */
.action-buttons {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 20px;
}

.action-buttons button {
  padding: 12px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.book-again {
  background: linear-gradient(90deg, #007BFF, #FF5733);
  color: white;
  border: none;
}

.book-return {
  background-color: white;
  color: black;
}

.cancel-ride {
  background-color: white;
  color: black;
}

.book-again:hover {
  background: linear-gradient(90deg, #FF5733, #007BFF);
}

.book-return:hover, .cancel-ride:hover {
  background-color: #f1f1f1;
}

/* car edit section */

/* Card Section */
.car-edit-left-card {
  flex: 1;
  background-color: white;
  padding: 20px;
  padding-top: 20px; 
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  background-color: #F5F5F5;
}


.car-edit-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.car-header-content {
  flex: 1;
  max-width: 70%;
}

.car-header-content h3 {
  font-size: 16px;
  color: #333;
  margin-bottom: 5px;
}

.car-header-content p {
  font-size: 14px;
  color: #555;
  margin: 5px 0;
  display: flex;
  align-items: center;
  gap: 8px;
}

.car-header-right {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.car-image img {
  width: 100%;
  max-width: 150px;
  height: auto;
  border-radius: 8px;
}

.car-edit-header i {
  font-size: 16px;
  color: #555;
}
.mapheader-card {
  background-color: white;
  padding: 20px;
}

.left-card-map-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.left-card-map-header h3 {
  font-size: 20px;
  color: #333;
}



.grid-container {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  text-align: left;
}
.service-item {
  padding: 10px;
  border-radius: 10px;
  box-shadow:0px 10px 29.7px 0.3px rgba(192, 188, 188, 0.64);
  position: relative;
  height: 320px;
  overflow: hidden;
  transition: height 0.3s ease-in-out;
}

.service-item h5 {
  font-size: 20px;
  margin-top: 10px;
  margin-bottom: 19px;
}
.service-item:hover {
  background: #0072BB;
  transition: background 0.3s ease-in-out;
  color: white;
}
.service-item.expanded {
  height: auto;
}

  .icon-service {
    text-align: center;
    
color: #0072BB;
font-size: 20px;
font-size: 60px;
margin-bottom: 10px;
color: #0072BB;
  }
  .icon-service  i {
    display: inline-block;
  }


  .service-item:hover .icon-service {
    color: #fff;
}
.icons1{
  text-align: center;
  font-size: 30px;
  margin-bottom: 10px;
  }
.hidden-text {
  display: block;
  visibility: hidden;
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: visibility 0s linear 0.3s, opacity 0.3s linear, height 0.3s ease-in-out;
}
.service-item.expanded .hidden-text {
  visibility: visible;
  opacity: 1;
  height: auto;
  transition-delay: 0s;
}
.learn-more {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  background: #007bff;
  color: white;
  padding: 8px 10px;
  /* border-radius: 5px; */
  cursor: pointer;
  width: 100%;
  text-align: center;
}

.service-item ul li {
line-height: 22px;
/* font-size: 14px; */
}
.circle img {
    /* width: 50px; */
    height: 50px;
    border-radius: 50%;
    border: 4px solid transparent;
    transition: border-color 0.3s ease;
    transform: scale(1.5);
    /* width: 100%; */
    max-width: 100px;
}


/*}*/
.step {
   width: 50px;
    height: 50px;
 /*background: #196e98;*/
  border: 3px solid red;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;

  font-weight: bold;
  text-align: center;
  position: relative;
  z-index: 1;
}
.step {
    background: #fff;
    color: #0072bb;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex
;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    border: 2px solid #0072bb;
}
.step.active {
    background: #196e98;
    color: white;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex
;
    align-items: center;
    justify-content: center;
    font-size: 32px;
}
.progress-barbar {
    position: absolute;
    top: 65%;
    left: 0;
    width: 40%;
    height: 4px;
    background: #4675a4e0;
    z-index: -1;
    transform: translateY(-50%);
    transition: width 0.3s ease;
}


.progress-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 50px 32px;
  position: relative;
}


.progress-barbar::before {
 display:none;
}
.progress-container::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 4px;
    background: repeating-linear-gradient(    to right,    #ccc,    #ccc 12px, /* ড্যাশের দৈর্ঘ্য ছোট করা */    transparent 5px, /* ফাঁকা জায়গা কমানো */    transparent 15px);
    z-index: -5;
    transform: translateY(-50%);
}
.logo-container img {
  transform: scale(1.2); /* Adjust the zoom level */
  transition: transform 0.5s ease-in-out;
}



@media screen and (max-width: 767px) {
.step {
    background: #fff;
    color: #0072bb;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    border: 2px solid #0072bb;
    transition: all 0.3s ease-in-out; /* Smooth transition */
}
.new-step.active {
    background: #196e98;
    color: white;
    width: 52px;
    height: 50px;
    border-radius: 50%;
    display: flex
;
    align-items: center;
    justify-content: center;
    font-size: 32px;
}
.step.active {
    background: #196e98;
    color: white;
    width: 33px; /* Slightly bigger for active effect */
    height: 33px;
    border: 2px solid #196e98; /* Match background */
}


    .progress-container::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 4px;
  background: #ccc;
  z-index: -2;
  transform: translateY(-50%);
}
    
    .progress-container::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    /*height: 4px;*/
    background: repeating-linear-gradient(to right, #ccc, #ccc 12px, /* ড্যাশের দৈর্ঘ্য ছোট করা */ transparent 5px, /* ফাঁকা জায়গা কমানো */ transparent 15px);
    z-index: -5;
    transform: translateY(-50%);
}


.circle img {
    /* width: 50px; */
    height: 50px;
    border-radius: 50%;
    border: 4px solid transparent;
    transition: border-color 0.3s ease;
    transform: scale(1.5);
    /* width: 100%; */
    max-width: 100px;
}

.step.circle {
    border: 2px solid #ccc; /* Default border color */
    padding: 10px;
    border-radius: 50%;
    font-size: 11px;
}
.header {
  display: flex
;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  border: 2px solid #ddd;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  height: 240px;
}

.step {
   width: 50px;
    height: 50px;
 /*background: #196e98;*/
  border: 3px solid red;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;

  font-weight: bold;
  text-align: center;
  position: relative;
  z-index: 1;
}
.step {
    background: #fff;
    color: #0072bb;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex
;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    border: 2px solid #0072bb;
}

.progress-barbar {
    position: absolute;
    top: 73%;
    left: 0;
    width: 40%;
    height: 4px;
    background: #4675a4e0;
    z-index: -1;
    transform: translateY(-50%);
    transition: width 0.3s ease;
}


.progress-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 50px auto;
  position: relative;
}


.progress-barbar::before {
 display:none;
}
.progress-container::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 4px;
    background: repeating-linear-gradient(    to right,    #ccc,    #ccc 12px, /* ড্যাশের দৈর্ঘ্য ছোট করা */    transparent 5px, /* ফাঁকা জায়গা কমানো */    transparent 15px);
    z-index: -5;
    transform: translateY(-50%);
}
.logo-container img {
  transform: scale(1.3); /* Adjust the zoom level */
  transition: transform 0.5s ease-in-out;
}

}
@media screen and (max-width: 430px) { /* iPhone 14 Pro Max er max width */
   
    .progress-container::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    /*height: 4px;*/
    background: repeating-linear-gradient(to right, #ccc, #ccc 12px, /* ড্যাশের দৈর্ঘ্য ছোট করা */ transparent 5px, /* ফাঁকা জায়গা কমানো */ transparent 15px);
    z-index: -5;
    transform: translateY(-50%);
}
.step.active {
    background: #196e98;
    color: white;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex
;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}
.circle img {
    /* width: 50px; */
    height: 50px;
    border-radius: 50%;
    border: 4px solid transparent;
    transition: border-color 0.3s ease;
    transform: scale(1.5);
    /* width: 100%; */
    max-width: 100px;
}



.step.circle {
    border: 2px solid #ccc; /* Default border color */
    padding: 10px;
    border-radius: 50%;
}

.step {
   width: 50px;
    height: 50px;
 /*background: #196e98;*/
  border: 3px solid red;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;

  font-weight: bold;
  text-align: center;
  position: relative;
  z-index: 1;
}
.step {
    background: #fff;
    color: #0072bb;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex
;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    border: 2px solid #0072bb;
}



    .progress-barbar-new {
        position: absolute;
        top: 73%;
        left: 0;
        width: 100%;
        height: 4px;
        background: #4675a4e0;
        z-index: -1;
        transform: translateY(-50%);
        transition: width 0.3s ease;
    }


    .progress-container {
      display: flex
;
      justify-content: space-between;
      align-items: center;
      width: 100%;
      margin: 50px -6px;
      position: relative;
  }

.progress-barbar-new::before {
 display:none;
}
.progress-container::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 4px;
    background: repeating-linear-gradient(    to right,    #ccc,    #ccc 12px, /* ড্যাশের দৈর্ঘ্য ছোট করা */    transparent 5px, /* ফাঁকা জায়গা কমানো */    transparent 15px);
    z-index: -5;
    transform: translateY(-50%);
}
.logo-container img {
  transform: scale(1.3); /* Adjust the zoom level */
  transition: transform 0.5s ease-in-out;
}

}


@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-100px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.service-card {
    opacity: 0;
    transform: translateX(-100px);
    transition: opacity 1s ease-in-out, transform 1s ease-in-out;
}

.service-card.visible {
    opacity: 1;
    transform: translateX(0);
}

.service-card:nth-child(1) {
    animation-delay: 0.3s;
}
.service-card:nth-child(2) {
    animation-delay: 0.6s;
}
.service-card:nth-child(3) {
    animation-delay: 0.9s;
}
.service-card:nth-child(4) {
    animation-delay: 1.2s;
}


.new-step.active {
    background: #196e98;
    color: white;
    width: 52px;
    height: 50px;
    border-radius: 50%;
    display: flex
;
    align-items: center;
    justify-content: center;
    font-size: 32px;
}

.features-section {
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
  position: relative;
}

.features-content {
  flex: 1;
  padding: 0px 122px;
  display: grid
;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  z-index: 1;
}
.feature-box {
  text-align: center;

  padding: 58px 8px;
  /* height: 271px; */
}
.feature-box {
  position: relative;
  padding: 20px;
  background: #fff;
  overflow: hidden;
  transition: 0.5s;
  z-index: 0;
}

.feature-box::before {
  content: "";
  position: absolute;
  top: -48px;
  right: -57px;
  width: 100px;
  height: 100px;
  background: #0072bb;
  transform: rotate(45deg);
  transition: all 0.5s ease;
  z-index: -1;
}

.feature-box:hover::before {
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  transform: rotate(0deg);
  border-radius: 0;
}
.feature-box:hover h3,
.feature-box:hover p,
.feature-box:hover img {
  color: #fff;
  filter: brightness(0) invert(1);
}

.feature-box img {
  height: 100px;
  margin-bottom: 10px;
}

.feature-box h3 {
  
  font-weight: 700;
}


.feature-box p {
  font-size: 17px;
  color: #444;
}

.zigzag-bg {
  width: 250px;
  background-color: #e74c3c;
  position: absolute;
  right: 0; /* Changed from right to left */
  top: 0;
  height: 100%;
  clip-path: polygon(
    100% 0%, 0% 0%, 0% 10%, 70% 10%,
    70% 44%, 0% 44%, 0% 54%, 70% 54%,
    70% 89%, 0% 89%, 0% 100%, 92% 100%,
    100% 100%, 100% 0%
); /* Flipped horizontally */
  z-index: 0;
}


@media (max-width: 768px) {
  .features-content {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  }

  .zigzag-bg {
    display: none;
  }
}
.section-gap {
  padding-top: 120px;
  padding-bottom: 120px;
}
.service-item-two {
  padding: 50px 31px;
  height:358px;
}
service-item-two.color-1 .icon {
  color: #ef452e;
}

.service-item-two .icon {
  color: #166fcf;
  font-size: 40px;
  line-height: 1;
  margin-bottom: 40px;
  font-size: 50px;
  color: #0072BB;
  margin-bottom: 10px;
  transition: all 0.3s ease-out 0s;
  line-height: 1;
  display: flex
;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  height: 110px;
  width: 110px;
  background: #0072bb1a;

}

.service-item-two .title {
  font-size: 22px;
  margin-bottom: 10px;
  font-weight: 600;
}
.service-item-two p{
  font-size: 16px;
  line-height: 1.6rm;
}

.shadow {
  box-shadow: 0 .5rem 1rem rgba(var(--bs-body-color-rgb), .15) !important;
}

.scard {
  position: relative;
  height: 320px;
  display: flex;
  flex-direction: column; /* Stack children vertically */
  align-items: center;
  justify-content: flex-start; /* Align items to the top */
  font-size: 25px;
  font-weight: bold;
  border-radius: 15px;
  cursor: pointer;
  padding: 20px;
  background: #fff;
  overflow: hidden;
  transition: 0.5s;
  z-index: 0;
  text-align: center;
}


.scard::before,
.scard::after {
  position: absolute;
  content: "";
  width: 20%;
  height: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  font-weight: bold;
  background-color:#0072bb;
  transition: all 0.5s;
}
.scard {
  background-color: #fff;
  transition: 0.3s ease-in-out;

}

.scard:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.scard .icon i {
  color: #0072bb; /* or use any color you like */
}

.scard::before {
  top: 0;
  right: 0;
  border-radius: 0 15px 0 100%;
}

.scard::after {
  bottom: 0;
  left: 0;
  border-radius: 0 100%  0 15px;
}

.scard:hover::before,
.scard:hover:after {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  transition: all 0.5s;
}

.scard:hover:after {
  content: "HELLO";
}

.wave-container {
  position: relative;
  background-color: #f8f9fa;
  padding: 60px 20px 100px; /* extra bottom space for wave */
  overflow: hidden;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);

}
.zoom-section {
  opacity: 0;
  transform: scale(0.95);
  transition: all 0.8s ease-in-out;
}

.zoom-section.zoom-in {
  opacity: 1;
  transform: scale(1);
}
.wave-container p {
  font-size: 16px;
  color: #666;
}
.wave-container .wave {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  line-height: 0;
}

.wave-container .wave svg {
  display: block;
  width: 100%;
  height: 146px;
  opacity: 0.3;
}

.wave-container .wave path {
  fill: #0d6efd; /* Bootstrap primary color */
}
.service-section-two {
font-size: 17px;
}
.service-item-two {
  position: relative;
  overflow: hidden; /* Prevents background from spilling out */
  background: #fff; /* Initial background color */
  z-index: 0;
  transition: transform 0.3s ease; /* Smooth transition for raise effect */
}

.service-item-two::before {
  content: '';
  position: absolute;
  top: 0;
  left: 100%; /* Initially, position it out of view on the right */
  width: 0;
  height: 100%;
  background: linear-gradient(47deg, #0072be80, #0072bb); /* Diagonal gradient */
  transition: left 0.5s ease, width 0.5s ease; /* Smooth animation for left and width */
  z-index: -1; /* Ensure it stays behind the content */
}

.service-item-two:hover::before {
  left: 0; /* Bring the background from the right */
  width: 100%; /* Expand the background to full width */
}

.service-item-two:hover {
  z-index: 1;
  transform: translateY(-5px); /* Optional: creates a slight lift effect */
}.service-item-two:hover {
  z-index: 1;
  transform: translateY(-5px); /* Optional: creates a slight lift effect */
  color: #fff; /* Change text color to white on hover */
}

.service-item-two:hover .title, /* Title */
.service-item-two:hover .icon,  /* Icon */
.service-item-two:hover p {     /* Paragraph text */
  color: #fff;
  font-weight: 700; /* Make text white */
}

.service-item-two:hover img {   /* Image inside the div */
  filter: brightness(0) invert(1); /* Turn image white */
}
.service-item-two {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.6s ease-out;
}

/* Animations */
.service-item-two.animate-left {
  animation: moveFromLeft 1s forwards;
}
.service-item-two.animate-top {
  animation: moveFromTop 1s forwards;
}
.service-item-two.animate-right {
  animation: moveFromRight 1s forwards;
}

/* Keyframes */
@keyframes moveFromLeft {
  0% {
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes moveFromTop {
  0% {
    transform: translateY(-100px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes moveFromRight {
  0% {
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
/* আগেরটাই ধরে নেওয়া হল – শুধু mobile class টা যোগ করলাম  */
.timepicker.mobile{
  position:fixed;
  left:0;right:0;bottom:0;
  top:auto;
  width:100%;
  border-radius:1rem 1rem 0 0;
  box-shadow:0 -4px 16px rgba(0,0,0,.2);
}

.vehicle-card{
  border:0;overflow:hidden;
  transition:transform .3s ease,box-shadow .3s ease;
  box-shadow:0 4px 12px rgba(0,0,0,.08);
}
.vehicle-card:hover{transform:translateY(-4px);box-shadow:0 8px 20px rgba(0,0,0,.12);}
.vehicle-card img{width:100%;aspect-ratio:16/9;object-fit:cover;}
.vehicle-card h5{margin-top:.75rem;font-weight:600;}

.swiper-button-next,.swiper-button-prev{
  width:44px;height:44px;border-radius:50%;
  background:#fff;box-shadow:0 2px 6px rgba(0,0,0,.15);color:#000;
}
.swiper-button-next::after,.swiper-button-prev::after{font-size:1.2rem;font-weight:900;}
.swiper-pagination-bullet{background:#6c757d;opacity:.5}
.swiper-pagination-bullet-active{opacity:1;background:#000}
  
  #fleetCarousel .carousel-item .card        { flex: 0 0 33.333%; max-width: 33.333%; }

  
  @media (max-width: 991.98px){
    #fleetCarousel .carousel-item .card      { flex: 0 0 50%; max-width: 50%; }
  }
  
  @media (max-width: 575.98px){
    #fleetCarousel .carousel-item .card      { flex: 0 0 100%; max-width: 100%; }
  }
  .cursor-pointer{cursor:pointer}
  .readonly-box{
    background:gray;
    border:1px solid black;
    border-radius:.75rem;
    padding:1.15rem 1.25rem;
    font-weight:500;
    position:relative;
  }
  .readonly-box small{font-weight:600}
  .badge-confirmed{
    background:#96b1a5!important;
    font-weight:600;
  }
  .readonly-text p{
    color: red;
  }
  .btn-outline-dark-rounded{
    border:2px solid #000;
    border-radius:.75rem;
    padding:.6rem 3.5rem;
    font-weight:600;
  }
  .btn-gradient{
    background:linear-gradient(90deg,#f83600 0%,#fe8c00 100%);
    border:none;
    color:#fff;font-weight:600;
    padding:.6rem 3.5rem;
    border-radius:.75rem;
  }
  .btn-gradient:hover{opacity:.9}
  .icon-left{
    position:absolute;left:1.05rem;top:50%;transform:translateY(-50%);color:#76808a
  }
  .form-control.pl-40{padding-left:2.5rem}
  input[type=time]::-webkit-inner-spin-button,
  input[type=time]::-webkit-calendar-picker-indicator{display:none}




.custom-container {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 20px; /* Optional, for spacing */
}

.about-banner {
  width: 100%;
  height: 400px;
  position: relative;
  overflow: hidden;
}

.about-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.booking-image {
    height: 100px;
    display: flex
;
    justify-content: center;
    align-items:center;
}


@media (max-width: 1024px) {
    .price-header {
        flex-direction: column;
        align-items: flex-start;
        padding: 12px;
    }
}

@media (max-width: 768px) {
    .price-header {
        flex-direction: column;
        align-items: stretch;
        padding:10px;
    }
}


/* for about section */

.game-line {
  display: block;
  margin-bottom: 12px;
}

@media (max-width: 767px) {
  .game-text {
    font-size: 15px;
    text-align: left;
  }
}
.inovation-image-about {
    height: 300px;
    width: 100%;
}


@media (min-width: 768px) and (max-width: 833px) {
  .inovation-image-about {
    height: 350px;
  }
}


@media (min-width: 834px) and (max-width: 1023px) {
  .inovation-image-about {
    height: 400px;
  }
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .inovation-image-about {
    height: 450px;
  }
}


@media (min-width: 1367px) {
  .inovation-image-about {
    height: 400px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 820px) {
  .inovation-image-about {
  height: 487px;
  }
}

@media only screen and (min-width: 821px) and (max-width: 834px) {
  .inovation-image-about {
    height: 400px;
  }
}
.game-headline{
  font-size: 22px;
}

@media only screen and (min-width: 768px) and (max-width: 819px) {
  .game-headline {
    font-size: 23px;
  }
   .game-text {
    font-size: 15px;
  }
}

@media only screen and (min-width: 820px) and (max-width: 834px) {
  .game-headline {
    font-size: 25px;
  }
    .game-text {
    font-size: 16px;
  }
}

@media only screen and (min-width: 835px) and (max-width: 1024px) {
  .game-headline {
    font-size: 28px;
  }
    .game-text {
    font-size: 16px;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1366px) {
  .game-headline {
    font-size: 30px;
  }
    .game-text {
    font-size: 23px;
  }
}

@media only screen and (min-width: 1367px) {
  .game-headline {
    font-size: 34px;
  }
    .game-text {
    font-size: 20px;
  }
}

.stylish-border {
  border: 2px solid #e0e0e0;
  border-radius: 15px;
  padding: 40px 20px;
  background: #fdfdfd;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.stylish-border:hover {
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
}

.highlighted-title {
  background-color: #e6f0ff;
  color: #0056b3;
  border-radius: 6px;
  display: inline-block;
}

@keyframes slideFadeIn {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.animate-on-load {
  animation: slideFadeIn 0.8s ease-in-out forwards;
  opacity: 0;
}

.ride-different-section p{
  text-align: justify;
}

/* XL screens (≥1200px) */
@media (min-width: 1200px) {
 .form-container {
    margin: 100px 10px 90px 0px;
    background: rgba(190, 184, 184, 0.6);
    border-radius: 6px;.top-baner-section;
    box-shadow: 0 0 15px 10px rgba(0, 0, 0, 0.3);
    transition: box-shadow 0.3s ease, visibility 0.3s ease;
}
.tab-content1 {
    padding: 20px;
    margin-top: -8px;
}
.form-container .form-group {

    margin:13px;
}
}