
#whatsapp {
    position: fixed;
    right: 2px;
    height: 45px;
    text-align: center;
    width: 45px;
    font-size: 31px;
    background-color: #13a4e1;
  
    border-radius: 31px;
    top: 350px;
  z-index: 10;
  -webkit-animation: mymove 3s;  /* Safari 4.0 - 8.0 */
  -webkit-animation-iteration-count: infinite; /* Safari 4.0 - 8.0 */
  animation: mymove 3s;
  animation-iteration-count: infinite;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes mymove {
  from { bottom: 30px; }
  to { bottom: 20px; background-color: #01e675;
      transform: rotateZ(360deg);
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
   }
}
@keyframes mymove {
  from { bottom: 30px; }
  to { bottom: 20px; background-color: #01e675;
      transform: rotateZ(360deg);
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);  
  }
}

/* =====================================================

=======================================================*/


/*=====================================================
Table of contents
=======================================================
1. Google fonts
2. Theme variables
3. General css
4. Theme default css
5. Site title css
6. Margin & padding
7. Scroll-top css
8. Header top css
9. Nav menu css
10. Multi level dropdown menu
11. Search css
12. Date picker
13. Time picker css 
14. Price range slider
15. Play btn
16. Destination css 
17. Flight css 
18. Hotel css 
19. Room type css 
20. Room css 
21. Banner css 
22. Tour css 
23. Car css 
24. Activity css 
25. Cruise css 
26. Listing single css 
27. Deal css 
28. Download css 
29. Choose css 
30. Booking sidebar
31. Booking sort
32. Flight booking css 
33. Cart css 
34. Booking css 
35. Booking confirm css 
36. About css 
37. Service css 
38. Service single
39. Feature css 
40. Video css 
41. Video css 
42. Testimonial css 
43. Counter css 
44. Cta-area css 
45. Gallery css 
46. Mission css 
47. Career css 
48. Career single css 
49. Blog css 
50. Blog single css
51. Partner css
52. Contact us css 
53. Team css 
54. Pricing css 
55. Faq css 
56. Breadcrumb css
57. Pagination css 
58. Auth css 
59. User profile css 
60. Coming soon css 
61. Error css 
62. Terms/privacy css 
63. Footer css 
64. Home 2
65. Home 3
66. Home 4
=======================================================*/


/* ===================
1. Google fonts
====================== */

@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@300;400;500;600;700;800;900&amp;family=Roboto:wght@100;300;400;500;700;900&amp;display=swap');



/*====================
2. Theme variables
======================*/

:root {
  --body-font: 'Roboto', sans-serif;
  --heading-font: 'Barlow', sans-serif;
  --theme-color:#4da627;
  --theme-color2:#f38035;
  --theme-color-light: rgba(37, 189, 199, .12);
  --theme-bg-light: rgba(37, 189, 199, .08);
  --body-text-color: #757F95;
  --color-white: #FFFFFF;
  --color-dark: #111111;
  --color-green: #15D4C9;
  --color-blue: #0049D0;
  --color-skyblue: #00BFFF;
  --color-yellow: #FBA707;
  --color-gray: #ECECEC;
  --color-red: #F05454;
  --hero-overlay-color: #01060F;
  --slider-arrow-bg: rgba(255, 255, 255, 0.2);
  --box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
  --box-shadow2: 0 0 15px rgba(0, 0, 0, 0.17);
  --transition: all .5s ease-in-out;
  --transition2: all .3s ease-in-out;
  --border-info-color: rgba(0, 0, 0, 0.08);
  --border-info-color2: rgba(0, 0, 0, 0.05);
  --border-white-color: rgba(255, 255, 255, 0.12);
  --border-white-color2: rgba(255, 255, 255, 0.07);
  --footer-bg: #0C2C7A;
  --footer-text-color: #F5FAFF;
}




/* ===================
3. General css
====================== */

*,
*:before,
*:after {
  box-sizing: inherit;
}

* {
  scroll-behavior: inherit !important;
}

html,
body {
  height: auto;
  width: 100%;
  margin: 0;
  padding: 0;
  /*overflow-x: hidden;*/
  box-sizing: border-box;
}

body {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-size: 16px;
  font-weight: normal;
  color: var(--body-text-color);
  line-height: 1.8;
}

a {
  color: var(--color-dark);
  display: inline-block;
}

a,
a:active,
a:focus,
a:hover {
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}

a:hover {
  color: #0049D0;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color:#000000;
  margin: 0px;
  font-weight: 600;
  font-family: var(--heading-font);
  line-height: 1.2;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 35px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

p {
  margin: 0px;
}

.img,
img {
  max-width: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  height: auto;
}

label {
  color: #222222;
  cursor: pointer;
  font-weight: 400;
  font-size: 15px;
}
label span{color: red;}


*::-moz-selection {
  background: #d6b161;
  color: var(--color-white);
  text-shadow: none;
}

::-moz-selection {
  background: #555;
  color: var(--color-white);
  text-shadow: none;
}

::selection {
  background: #555;
  color: var(--color-white);
  text-shadow: none;
}

*::-moz-placeholder {
  color: #999;
  font-size: 16px;
  opacity: 1;
}

*::placeholder {
  color: #999;
  font-size: 16px;
  opacity: 1;
}

/* ===================
preloader
====================== */

/* Preloader container */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #a5519e url(../img/background.png) center center repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain; 
}


 






/* Logo styling */
.preloader .logo {
  width: 100%;
  max-width: 432px;
  height: 148px;
  background: url('../img/logo.png') no-repeat center center;
  background-size: contain;
  margin-bottom: 40px;
}

/* Pulsing dots loader */
.dots {
  display: flex;
  justify-content: center;
  gap: 12px;
}

.dots span {
  width: 14px;
  height: 14px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  animation: pulse 1s infinite ease-in-out;
}

.dots span:nth-child(1) { animation-delay: 0s; }
.dots span:nth-child(2) { animation-delay: 0.2s; }
.dots span:nth-child(3) { animation-delay: 0.4s; }

@keyframes pulse {
  0%, 80%, 100% { transform: scale(0); opacity: 0.5; }
  40% { transform: scale(1); opacity: 1; }
}

@media (max-width: 768px) {

  
}

@media (max-width: 480px) {
  /*.preloader .logo {
    max-width: 220px;
    height: 80px;
    margin-bottom: 25px;
  }*/

  .dots span {
    width: 8px;
    height: 8px;
    gap: 8px;
  }
}


/* ===================
4. Theme default css
====================== */

.ovrflow-hidden {
  overflow: hidden;
}

.text-right {
  text-align: right;
}

.space-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.c-pd {
  padding: 0 7rem;
}

.s-pd {
  padding: 0 12rem;
}

.h-100 {
  height: 100%;
}

.h-100vh {
  height: 100vh;
}

.bg {
  background-color: #fff1e8;
      border-bottom: 1px solid #f3e7e0;
}

@media all and (max-width: 1399px) {
  .container{
    max-width: 95%;
  }
}



/* ===================
5. Site title css
====================== */

.site-heading {
  margin-bottom: 50px;
  position: relative;
}

.site-heading-inline{
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px;
}

.site-title-tagline {
   
  letter-spacing:0px;
  font-size:14px;
  font-weight:500;
  color: var(--color-white);
  position: relative;
  background: var(--theme-color);
  border-radius: 50px;
  padding: 5px 10px 5px 10px;
}

.site-title-tagline i {
  font-size: 16px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: var(--color-white);
  color: var(--theme-color);
  text-align: center;
  border-radius: 50px;
}

.site-title {
  font-weight: 700;
  text-transform: capitalize;
  font-size:36px;
  color: var(--color-dark);
  margin-top: 8px;
  margin-bottom: 0;
}

.site-title span {
  color: var(--theme-color);
}

.site-heading p {
  margin-top:5px;
  padding: 0px;
  font-size: 16px; color:#302f2f;
}

.heading-divider {
  display: inline-block;
  position: relative;
  height: 3px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background-color: var(--theme-color);
  width: 90px;
  overflow: hidden;
}

.heading-divider:after {
  content: '';
  position: absolute;
  left: 0;
  top: -1.1px;
  height: 7px;
  width: 8px;
  background-color: var(--color-white);
  -webkit-animation: heading-move 5s infinite linear;
  animation: heading-move 5s infinite linear;
}

@-webkit-keyframes heading-move {
  0% {
    transform: translateX(-1px);
  }

  50% {
    transform: translateX(85px);
  }

  100% {
    transform: translateX(-1px);
  }
}

@keyframes heading-move {
  0% {
    transform: translateX(-1px);
  }

  50% {
    transform: translateX(85px);
  }

  100% {
    transform: translateX(-1px);
  }
}


@media all and (max-width: 992px) {
  .shadow-title {
    font-size: 100px;
  }
}



/* ===================
6. Margin & padding
====================== */

.pb-140 {
  padding-bottom: 140px;
}

.pd-50 {
  padding: 50px 0;
}

.py-120 {
  padding: 120px 0;
}

.pt-120 {
  padding-top: 120px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pt-0 {
  padding-top: 0px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-0 {
  padding-bottom: 0px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-100 {
  padding-bottom: 100px;
}

.mt-0 {
  margin-top: 0px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-100 {
  margin-top: 100px;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mr-300 {
  margin-right: 300px;
}

.ml-300 {
  margin-left: 300px;
}

.pos-rel {
  position: relative;
  z-index: 1;
}

/* ===================
theme button
====================== */

.theme-btn {
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  letter-spacing: 1px;
  color: #fff;
  padding:10px 30px;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 12px;
  cursor: pointer;
  border: none;
  outline: none;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background:#a349a0; /* lighter to darker green */
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
  transition: transform 0.2s ease, box-shadow 0.3s ease;
}

.theme-btn:hover {
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.35);
  background:#b44ab0; /* brighter hover */ color: #fff !important;
}

 


.theme-btn::before {
  content: "";
  height: 450px;
  width: 450px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.6s ease;
  z-index: -1;
}

.theme-btn:hover::before {
  transform: translate(-50%, -50%) scale(1);
}




.theme-btn3 {
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  letter-spacing: 1px;
  color: #fff;
  padding:8px 15px;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 12px;
  cursor: pointer;
  border: none;
  outline: none;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background:#4da627; /* lighter to darker green */
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
  transition: transform 0.2s ease, box-shadow 0.3s ease;
  width: 100%;
}

.theme-btn3:hover {
  
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.35);
  background:#2b6612; /* brighter hover */
}

.theme-btn3::before {
  content: "";
  height: 450px;
  width: 450px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.6s ease;
  z-index: -1;
}

.theme-btn3:hover::before {
  transform: translate(-50%, -50%) scale(1);
}






















.theme-btn i {
  margin-left: 5px;
}

.theme-btn span {
  margin-right: 5px;
}

.theme-btn2 {
  background: var(--color-white);
  color: var(--color-dark);
}

.theme-btn2::before {
  background: var(--theme-color);
}

.theme-btn2:hover {
  color: var(--color-white);
}




/* ===================
7. Scroll-top css
====================== */

#scroll-top {
  display: none;
  position: fixed;
  bottom: 20px;
  right:2px;
  z-index: 99;
  font-size: 25px;
  border: none;
  outline: none;
  border-radius: 50px 50px 50px 0;
  color: var(--color-white);
  background: var(--theme-color);
  cursor: pointer;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  transition: var(--transition);
  z-index: 1;
}


@media all and (min-width: 768px) and (max-width: 1399px) {
  #scroll-top {
    bottom: 20px;
  }
}




/* ===================
8. Header top css
====================== */

.header-top {
  background: transparent;
  position: relative;
  border-bottom:1px solid rgb(110 109 109 / 12%);
  padding: 6px 0;
  z-index: 9999;
}

.header-top-left {
  display: flex;
  align-items: center;
  gap: 20px;
}

.top-contact-info ul {
  display: flex;
  align-items: center;
  gap: 20px;
}
.top-contact-info ul li{font-size: 14px;}
.top-contact-info ul li a {
  color:#262626;
  font-weight: 300;
  transition: var(--transition);
}

.top-contact-info ul li a:hover {
  color: var(--theme-color);
}

.top-contact-info ul li a i {
  margin-right: 10px;
}

.top-social a {
  
    color:#262626;
    font-size: 12px;
    width: 28px;
    height: 28px;
    line-height: 27px;
    border-radius: 50px;
    text-align: center;
    border: 1px solid #7e7d7d;
    margin-right: 10px;
    transition: var(--transition);
}

.top-social a:hover {
  color: var(--theme-color);
  background: var(--color-white);
}

.header-top-right {
  display: flex;
  align-items: center;
  justify-content: end;
}

.header-top-right .nice-select {
  background: transparent;
  border: none;
  color: var(--color-white);
  font-weight: 500;
  line-height: 43px;
}

.header-top-right .nice-select:after {
  border-color: var(--color-white);
  height: 7px;
  width: 7px;
  margin-top: -5.5px;
}

.header-top-right .nice-select .list {
  border-radius: 15px;
  box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
}

.header-top-right .nice-select .option {
  color: #000;
  transition: var(--transition);
}

.header-top-right .nice-select .option.focus,
.header-top-right .nice-select .option.selected.focus,
.header-top-right .nice-select .option:hover {
  background: #F6F6F6;
  color: var(--theme-color);
}

.header-top-right .account {
  margin-left: 20px;
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 14px;
}

.header-top-right .account a {
  color:1px solid rgb(110 109 109 / 12%);
  font-weight:300;
  transition: var(--transition);
}

.header-top-right .account a:hover {
  color: var(--theme-color);
}

.header-top-right .account a i {
  margin-right: 10px;
}

@media all and (max-width: 1199px) {
  .top-social {
    display: none;
  }
}

@media all and (max-width: 991px) {
  .header-top {
    display: none;
  }
}




/* ===================
9. Nav menu css
====================== */

.main {
/*  margin-top: -10rem;*/
}

@media all and (min-width: 992px) {
  .navbar .nav-item .nav-link {
/*    margin-right: 22px;*/
    padding:25px 10px 10px 10px; 
    font-size:16px;
    font-weight:600;
    color:#262626;
    text-transform: capitalize;
    white-space: nowrap;
  }

  .navbar .nav-item:last-child .nav-link {
    margin-right: 0;
  }

  .navbar .nav-item .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    margin-top: 0;
    padding: 8px;
    border: none;
    left: -15px;
    border-radius: 10px;
    background: var(--color-white);
    width: 250px;
    box-shadow: 0 0 50px 0 rgb(32 32 32 / 15%);
  }

  .navbar .nav-item .dropdown-menu::before {
    content: "\f0d8";
    position: absolute;
    font-family: "Font Awesome 6 Pro";
    color: var(--color-white);
    font-size: 45px;
    font-weight: bold;
    left: 25px;
    top: -40px;
  }

  .navbar .nav-item .dropdown-menu li {
    border-bottom: 1px dashed var(--border-info-color);
  }

  .navbar .nav-item .dropdown-menu li:last-child {
    margin-bottom: 0;
    border-bottom: none;
  }

  .navbar .nav-item .dropdown-menu .dropdown-item {
    font-size: 14px;
    font-weight: 500;
    padding: 5px 0px 7px 12px;
    color:#505050;
    position: relative;
    text-transform: capitalize;
    transition: var(--transition);
    z-index: 1;
  }

  .navbar .nav-item .dropdown-menu .dropdown-item:hover {
    background: transparent;
    color: var(--theme-color);
/*    padding-left: 30px;*/
  }
  
  .navbar .nav-item .dropdown-menu .dropdown-item::before {
           content: "\f105";
        position: absolute;
        font-family: "Font Awesome 6 pro";
        left: 0px;
        top: 6px;
        color: #3f403f;
        font-weight: bold;
        font-size: 13px;
        z-index: -1;
  }

  .navbar .nav-item .dropdown-menu .dropdown-item:hover::before {
/*    transform: scale(1, 1);*/
  }

  .navbar .nav-item .nav-link {
    position: relative;
  }

  .navbar .nav-item .nav-link.active,
  .navbar .nav-item:hover .nav-link {
    color:#50a31c;
  }

  .navbar .nav-item:hover .dropdown-menu {
    transition: .3s;
    opacity: 1;
    visibility: visible;
    top: 100%;
    transform: rotateX(0deg);
  }

  .navbar .dropdown-menu-end {
    right: 0;
    left: auto;
  }

  .navbar .dropdown-menu.fade-down {
    top: 80%;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
  }

  .navbar .dropdown-menu.fade-up {
    top: 140%;
  }

  .header-nav-right {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-left:20px;
  }

  .header-nav-link {
    position: relative;
    width: 45px;
    height: 45px;
    line-height: 45px;
    color: var(--color-dark);
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .header-nav-link:hover {
    color: var(--theme-color);
  }

  .header-nav-link.search-box-outer {
    font-size: 18px;
  }

  #main_nav {
    justify-content:center;
    margin: -20px 0px 0px 0px;
  }


  /* mega menu */
   .navbar .dropdown-menu.mega-menu{
    width:550px;
    left: auto;
    padding: 15px 10px;
  }
.mega-menu h2{font-size:16px !important; 
  font-weight: 700; color: #333;}

  .navbar .dropdown-menu.mega-menu::before{
    display: none;
  }
 

/*.navbar {
  position: relative;
}
.navbar .dropdown-menu.mega-menu {
  position:absolute;  
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  top: 70px; 
  margin: 0;
  border-radius: 0;
}
.mega-menu h2 {
  font-size: 16px !important;
  font-weight: 700;
  color: #333;
}
.navbar .dropdown-menu.mega-menu::before {
  display: none;
}
*/



  .navbar .dropdown-menu.mega-menu div[class*='col-']{
    border-right: 1px solid rgba(0, 0, 0, .05);
  }

  .navbar .dropdown-menu.mega-menu .dropdown-item{
    padding-top: 5px;
    padding-bottom: 5px;
  }



  .navbar .dropdown-menu.mega-menu ul li{
    border-bottom: none;
  }

}


.header{background: #fdfdfd url(../img/bg1.png) right no-repeat;}


/*bootstrap nav*/
.navbar {
/*  background: transparent;*/

background: transparent;
  padding-top: 0px;
  padding-bottom: 0px;
  z-index: 999;
/*  box-shadow: 0 0 15px rgba(0, 0, 0, 0.17);*/
}

.navbar.fixed-top {
  background: var(--color-white);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.17);
  animation: slide-down 0.7s;
}

.navbar.fixed-top .nav-item .nav-link {
  color:#262626;
}

.navbar.fixed-top .header-nav-link {
  color: var(--color-dark);
}

.navbar.fixed-top .header-nav-link:hover {
  color: var(--theme-color);
}

.navbar.fixed-top .nav-item .nav-link.active,
.navbar.fixed-top .nav-item:hover .nav-link {
  color: var(--theme-color);
}

@keyframes slide-down {
  0% {
    transform: translateY(-100%);
  }

  100% {
    transform: translateY(0);
  }
}

.navbar .navbar-brand .logo-display {
  display: block;
}

.navbar .navbar-brand .logo-scrolled {
  display: none;
}

.navbar.fixed-top .navbar-brand .logo-display {
  display: none;
}

.navbar.fixed-top .navbar-brand .logo-scrolled {
  display: block;
}

button.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

.navbar-toggler-btn-icon {
  display: inline-block;
  width: inherit;
  height: inherit;
}

.navbar-brand {
     margin-right: 0;
    margin: 0px;
    padding: 2px 0px;

}

.navbar-brand img {
  width:220px;
}

/* dropdown toggler */
.navbar .dropdown-toggle::after {
  display: inline-block;
  margin-left: 5px;
  vertical-align: baseline;
  font-family: 'Font Awesome 6 Pro';
  content: "\f107";
  font-weight: 600;
  border: none;
  font-size: 14px;
}


@media all and (max-width: 1199px) {
  .header-nav-right {
    gap: 5px;
    margin-left: 15px;
  }

  .navbar .nav-item .nav-link {
    margin-right: 15px;
  }

  .navbar .header-btn {
    display: none;
  }
}


/* mobile menu */
.mobile-menu-right {
  display: none;
}

@media all and (max-width: 991px) {


.hero-overlay-static { 
    bottom: 8% !important;
     
}




  .mega-menu h2{font-size: 16px !important; margin-left: 15px;}
  .navbar {
    top: 0;
    right: 0;
    left: 0;
/*    position: fixed;*/
  }
.dropdown-menu{font-size: 14px;}
  .navbar-bg {
    height: 59px;
  }

  .navbar-bg::before {
    transform: translateY(0px) skew(-15deg);
    left: -8px;
  }

  .navbar-brand img {
    width: 180px;
  }

  .navbar-collapse {
    max-height: 70vh;
    overflow: hidden;
    overflow-y: auto;
    padding: 0 20px;
    background-color: var(--color-white);
    border-radius: 15px;
  }

  .dropdown-toggle::after {
    float: right;
  }

  .navbar .nav-item .nav-link {
    color: var(--color-dark);
    font-weight: 700;
    transition: var(--transition);
    margin-right: 0;
  }

  .navbar .nav-item .nav-link:hover {
    color: var(--theme-color) !important;
  }

  .navbar-toggler {
    padding: 0;
    border: none;
  }

  .mobile-menu-right {
    display: flex;
    align-items: center;
  }

  .mobile-menu-link {
    font-size: 20px;
    color: var(--color-dark);
    font-weight: 500;
    padding-right: 20px;
    margin-bottom: 0px;
    position: relative;
  }

  .mobile-menu-link:hover {
    color: var(--theme-color);
  }

  .navbar-toggler-btn-icon {
    font-size: 25px;
    color: var(--color-dark);
    font-weight: 500;
  }

  .navbar.fixed-top .mobile-menu-link {
    color: var(--color-dark);
  }

  .navbar.fixed-top .navbar-toggler-btn-icon {
    color: var(--color-dark);
  }

  .navbar .dropdown-menu {
    border-radius: 15px;
  }

  .navbar .dropdown-menu ul{margin-bottom:20px;}

  .header-nav-right {
    display: none;
  }

}



/* ======================
10. Multi level dropdown menu
========================= */

.navbar .nav-item .dropdown-submenu {
  position: relative;
}

.navbar .nav-item .dropdown-submenu .dropdown-menu::before {
  display: none;
}

.navbar .nav-item .dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 15px;
  top: 9px;
  font-weight: 600;
}

.navbar .nav-item .dropdown-submenu a:hover {
  background: transparent;
  color: var(--color-white);
}

.navbar .nav-item .dropdown-submenu .dropdown-menu {
  top: 120%;
  left: 100%;
  opacity: 0;
  visibility: hidden;
}

.navbar .nav-item .dropdown-submenu:hover .dropdown-menu {
  top: 0;
  opacity: 1;
  visibility: visible;
}

@media all and (max-width: 991px) {
  .navbar .nav-item .dropdown-submenu .dropdown-menu {
    margin: 0 17px;
  }

  .navbar .nav-item .dropdown-submenu .dropdown-menu {
    opacity: unset;
    visibility: unset;
  }

  .navbar .nav-item .dropdown-submenu a::after {
    top: 4px;
  }

  .navbar .nav-item .dropdown-submenu a:hover {
    color: var(--theme-color);
  }
}




/* ===================
hero css 
====================== */

.hero-section {
  
  position: relative;
/*  width: 100%;*/
/*  height: 100vh; */
  /* ensures the container is full screen */
  overflow: hidden;
}

.hero-single {
  padding-top: 20px;
  padding-bottom: 460px; 
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  display: flex;
  align-items: center;
  justify-content: center; 
  z-index: 1;
  position: relative;
  width: 100%;
  }
 
 .hero-single::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: -1;
}
 
.hero-single .hero-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.hero-single .hero-content .hero-title {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin:-10px 0 0px 0px;
  text-transform: capitalize;
  text-shadow: 
    -2px -2px 0 #f38035,
     2px -2px 0 #f38035,
    -2px  2px 0 #f38035,
     2px  2px 0 #f38035,
     0px  4px 12px rgba(0,0,0,0.6); /* extra glow */
}
.hero-single .hero-content .hero-title span {
  color: var(--theme-color);
}

.hero-single .hero-content p {
  color: var(--color-white);
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 20px;
  text-transform: capitalize;
}

.hero-single .hero-content .hero-btn {
  gap: 2rem;
  display: flex;
  margin-top: 1rem;
  justify-content: start;
}

.hero-slider .hero-single::before{
  left: -0.5px;
}

.hero-slider.owl-theme .owl-nav {
  margin-top: 0px;
}

.hero-slider.owl-theme .owl-nav [class*=owl-] {
  color: var(--theme-color);
  font-size: 22px;
  margin: 0;
  padding: 0;
  background: var(--color-white);
  display: inline-block;
  cursor: pointer;
  height: 52px;
  width: 52px;
  line-height: 52px;
  border-radius: 52px;
  text-align: center;
  transition: var(--transition);
}

.hero-slider.owl-theme .owl-nav [class*=owl-]:hover {
  background: var(--theme-color);
  color: var(--color-white);
}

.hero-slider.owl-theme .owl-nav .owl-prev {
  left: 40px;
}

.hero-slider.owl-theme .owl-nav .owl-next {
  right: 40px;
}

.hero-slider.owl-theme .owl-nav .owl-prev,
.hero-slider.owl-theme .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

@media all and (max-width: 1199px) {

  .hero-slider.owl-theme .owl-nav .owl-prev,
  .hero-slider.owl-theme .owl-nav .owl-next {
    top: unset;
    bottom: 125px !important;
  }

  .hero-slider.owl-theme .owl-nav .owl-prev {
    left: unset;
    right: 120px;
  }

  .hero-slider.owl-theme .owl-nav .owl-next {
    right: 40px;
  }

}

@media all and (max-width: 991px) {
  .hero-single .hero-content .hero-btn {
    gap: 1.5rem;
  }

  .hero-single .hero-content .hero-btn .theme-btn {
    padding: 12px 15px
  }
}

@media all and (max-width: 767px) {
 

  .hero-single .hero-content .hero-sub-title {
    font-size: 18px;
  }

  .hero-single .hero-content .theme-btn {
    padding-left: 20px;
  }
}




/* =====================
11. Search css
===================== */

.search-area {
  position: relative;
  z-index: 2; 
}

/*.search-wrapper {
  position: relative;
  margin-top: -150px;
}
*/
.search-header{
  display: flex;
  align-items: start;
  justify-content: start;
  flex-direction: column;
  margin-left: 50px;
}

.search-nav{
  display: inline-block;
  background: var(--color-white);
  border-radius: 50px;
  margin-bottom: -28px;
}

.search-nav .nav-item {
  margin: 5px;
}

.search-nav .nav-link {
  background: var(--theme-color-light);
  border-radius: 50px;
  padding: 6px 16px;
  font-weight: 500;
  color: var(--color-dark);
  position: relative;
  transition: none;
}

.search-nav .nav-link i{
  margin-right: 8px;
  color: var(--theme-color);
}

.search-nav .nav-link.active i{
  color: var(--color-white);
}

.search-nav .nav-link.active {
  background: var(--theme-color);
}

.search-wrapper .tab-content{
  background: var(--color-white);
  padding: 45px 25px 25px 25px;
  border-radius: 50px;
  box-shadow: var(--box-shadow);
}

.search-wrapper .search-box{
  background:#4da627;
  padding: 30px 30px 50px 30px;
  border-radius: 20px;
  box-shadow: var(--box-shadow);
}
/*.search-wrapper .search-box::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; height: 6px;
  border-radius: 20px 20px 0 0;
  background: linear-gradient(90deg, rgba(255,255,255,0.4), rgba(255,255,255,0));
}*/
.search-form .form-group {
  position: relative;
  padding: 20px 25px;
  border-radius: 10px;
  background:rgb(235 245 231);
}


.form-group_side {
  position: relative;
  padding:0px 0px 10px 0px !important;
  border-radius: 10px;
  background:rgb(235 245 231);
  border: none !important;
}


.search-form .form-group label,
.search-form .form-check label{
  color:#081E2A;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}

.search-form .form-control {
  border-radius:6px;
    padding:7px 12px;
    box-shadow: none;
    color:#4F545A;
    background: #ffffff;
    border: none;
    font-size:14px;
    font-weight:400;
    border: 1px solid #dee2e6;
}


.search-form .select { 
    box-shadow: none;
    color:#4F545A;
    background: #ffffff;
    border: none;
    font-size:14px;
    font-weight:400;
    border: 1px solid #dee2e6;
    line-height: 24px;
    height: 38px;
    width: 100%;
}

.search-form .form-control::placeholder{font-size: 14px;}
.search-form .form-group-icon .form-select::placeholder{font-size: 14px;}


.search-form .form-group i {
  position: absolute;
  right: 20px;
  top: 10px;
  font-size: 28px;
  color: var(--theme-color);
}

.search-form .form-group p {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: var(--color-dark);
  font-size: 15px;
}

.search-form-swap{
  position: absolute;
  left: -33px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.search-form-swap i{
  background: var(--theme-color);
  color: var(--color-white) !important;
  font-size: 19px !important;
  position: unset !important;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 35px;
  border-radius: 50%;
  border: 3px solid var(--color-white);
}

.search-form-date{
  display: flex;
  gap: 10px;
}
 

.search-form .passenger-total{
  border-radius: 12px;
  padding: 2.4px 0px;
  color: var(--color-dark);
  font-size: 19px;
  font-weight: 500;
}

.search-form .passenger-box{
  cursor: pointer;
}

.search-form .passenger-box .dropdown-menu{
  background: var(--color-white);
  border: none;
  border-radius: 25px;
  padding: 15px 10px;
  width: 291px;
  right: -15px !important;
  margin-top: 15px !important;
  box-shadow: var(--box-shadow);
}

.search-form .static-dropdown.passenger-box .dropdown-menu{
  right: 0px !important;
} 

.search-form .passenger-box .dropdown-item:hover{
  background: transparent;
}

.search-form .passenger-item{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 5px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, .05);
}

.search-form .passenger-qty{
  display: flex;
  align-items: center;
  gap: 5px;
}

.search-form .passenger-qty button{
  border: none;
  width: 35px;
  height: 35px;
  line-height: 32px;
  border-radius: 50px;
  background: var(--theme-color-light);
}

.search-form .passenger-qty button i{
  position: unset !important;
  font-size: 16px !important;
}

.search-form .passenger-qty input{
  width: 25px;
  text-align: center;
  border: none;
  outline: none;
  font-weight: 500;
  color: var(--color-dark);
}

.search-form .passenger-class-info .form-check{
  margin-top: 10px;
}

.search-form .passenger-class-info .form-check-input{
  box-shadow: none;
  margin-top: 7px;
}

.search-form .search-btn .theme-btn{
  position: absolute;
  border-radius: 50px;
  border: 5px solid var(--color-white);
  top: 0px;
  right: 50px;
  padding: 7px 18px;
  white-space: nowrap;
  box-shadow: none;
}

/* search-common */
 .search-common .search-wrapper{
  margin-top:20px;
} 

.search-common .search-wrapper .search-box{
  border-radius:10px;
  padding: 25px;
}

.search-common .search-form .search-btn .theme-btn{
  right: unset;
  top: unset;
  left: 50%;
  transform: translateX(-50%);
  bottom: -33px;
}

/* flight */
.flight-search .search-wrapper{
  margin-top: -100px;
}

.flight-search .search-wrapper .search-box{
  padding: 15px;
  border-radius: 30px;
}

.flight-search .flight-type{
  margin-bottom: 15px;
}

.flight-search .search-form .search-btn .theme-btn{
  right: 0;
  transform: unset;
}

.flight-search .search-form .flight-type .form-check-input{
  margin-top: 6.5px;
  box-shadow: none;
  border: 2px solid var(--color-dark);
}

.flight-search .search-form .flight-type .form-check-label{
  font-weight: 500;
  color: var(--color-dark);
}

.flight-search .search-form .form-group{
  border-radius: 20px;
}

.flight-search .search-wrapper .flight-search-wrapper .tab-content{
  box-shadow: none;
  background: none;
  border-radius: 0;
  padding: 0;
}

.flight-search .flight-search .search-form-return{
  display: none;
}

.flight-search .search-form .flight-multicity-item{
  margin-top: 25px;
  display: none;
}

.flight-search .search-form .multicity-btn{
  padding-top: 31px;
  padding-bottom: 31px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  color: var(--color-dark);
}

.flight-search .search-form .multicity-item-remove{
  color: var(--theme-color2);
}

.flight-search .search-form .multicity-item-remove i{
  color: var(--theme-color2) !important;
}

.flight-search.ft-group .search-form .form-group{
  border-radius: 30px;
}

.flight-search.ft-group .search-form .search-btn .theme-btn{
  right: 50px;
}

/* holiday */
.holiday-search .flight-type{
  margin-bottom: 15px;
}

.holiday-search .flight-type .form-check label{
  font-weight: 500;
}

.holiday-search .flight-type .form-check-input{
  box-shadow: none;
  margin-top: 6px;
  border-color: var(--color-dark);
  border-width: 2px;
}


@media all and (max-width: 1199px) {
  .search-area .container{
    max-width: 100%;
  }

  .search-form .form-group{
    margin-bottom: 20px;
  }

  .search-form .search-btn .theme-btn{
    top: unset;
    right: unset;
    left: 50%;
    bottom: -20px;
    transform: translateX(-50%);
  }
} 

@media all and (max-width: 991px) {
  .search-header{
    margin-left: 0;
  }

  .search-nav{
    border-radius: 20px 20px 0 0;
  }

  .search-nav .nav{
    justify-content: center;
  }

  .search-wrapper .tab-content{
    border-radius: 20px;
  }

  .flight-search .search-form-swap{
    left: 50%;
    top: -30px;
    transform: translateX(-50%);
  }
} 



/* =====================
12. Date picker
===================== */

.ui-widget.ui-widget-content{
  border: none;
  padding: 8px;
  border-radius: 20px;
  background: var(--color-white);
  box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
  z-index: 100;
  position: relative;
}

.ui-widget-header .ui-icon{
  background-image: unset;
}

.ui-datepicker .ui-widget-header{
  background: var(--theme-color);
  color: var(--color-white);
  border: none;
  border-radius: 15px;
}

.ui-datepicker .ui-datepicker-prev::after {
  content: "\f100";
  left: 5px;
  position: absolute;
  font-family: "Font Awesome 6 Pro";
  color: var(--color-white);
}

.ui-datepicker .ui-datepicker-next::after {
  content: "\f101";
  right: 5px;
  position: absolute;
  font-family: "Font Awesome 6 Pro";
  color: var(--color-white);
}

.ui-datepicker .ui-datepicker-header .ui-corner-all,
.ui-datepicker .ui-datepicker-header .ui-state-hover {
  cursor: pointer;
  border: 0;
  background: none;
  font-weight: 600;
  top: 3px;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: center;
  text-decoration: none;
}

.ui-state-default,
.ui-widget-content .ui-state-default{
  border: none;
  border-radius: 10px;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight {
  border: none;
  background: var(--theme-color2);
  color: var(--color-white);
}

.ui-state-active,
.ui-widget-content .ui-state-active{
  background: var(--theme-color);
  color: var(--color-white);
}



/* ===================
13. Time picker css 
====================== */

.ui-timepicker.ui-widget.ui-widget-content{
  box-shadow: none;
}

.ui-timepicker-standard{
  border: none !important;
  background: var(--color-white);
  border-radius: 10px;
  box-shadow: var(--box-shadow);
  z-index: 2 !important;
}

.ui-timepicker-standard a{
  border: none !important;
  transition: none !important;
  border-radius: 8px;
}

.ui-timepicker-standard a#ui-active-item,
.ui-timepicker-standard a:hover{
  background: var(--theme-color);
  color: var(--color-white);
}




/* =====================
14. Price range slider
===================== */

.price-range-slider{
  margin-bottom: 50px;
}

.price-range-slider .price-range-info{
  margin-bottom: 20px;
}

.priceRange {
  background: transparent;
  border: none;
  font-weight: 800;
  outline: none;
  color: var(--theme-color);
}

.price-range-slider label {
  color: var(--color-dark);
  font-weight: 500;
}

.price-range-slider .ui-slider-handle {
  top: -0.36em !important;
  border-radius: 50px;
  background: var(--color-white) !important;
  border: 4px solid var(--theme-color) !important;
  width: 1.1em;
  height: 1.1em;
  outline: none;
}

.price-range-slider .ui-widget.ui-widget-content {
  background: #E6E9EC;
  border: none;
  border-radius: 50px;
  padding: 0;
  height: 0.4em;
}

.price-range-slider .ui-widget-header {
  background: var(--theme-color);
}




/* =====================
15. Play btn
===================== */

.play-btn {
  display: inline-block;
  padding: 0;
  height: 75px;
  width: 75px;
  line-height: 75px;
  font-size: 20px;
  text-align: center;
  background: var(--theme-color2);
  color: var(--color-white) !important;
  position: absolute;
  border-radius: 50%;
  z-index: 1;
}

.play-btn i::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: var(--theme-color2);
  border-radius: 50px;
  animation: ripple-wave 1s linear infinite;
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: all 0.5s ease-in-out;
}

@keyframes ripple-wave {
  0% {
    opacity: 0.8;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}




/* ===================
16. Destination css 
====================== */

.destination-area{
  position: relative;
}

.destination-item {
  margin-bottom: 25px;
  position: relative;
}

.destination-img{
  overflow: hidden;
  border-radius: 10px;
  position: relative;
}

.destination-img img {
  border-radius:10px;
  width: 100%;
  transition: var(--transition);
}

.destination-item:hover .destination-img img {
  transform: scale(1.1);
}

.destination-btn {
  position: absolute;
  width: 55px;
  height: 55px;
  line-height: 56px;
  text-align: center;
  background: var(--color-white);
  color: var(--theme-color) !important;
  border-radius: 50px;
  opacity: 0;
  visibility: hidden;
  top: 50%;
  left: 50%;
  font-size: 22px;
  transform: translate(-50%, -50%);
  box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
  transition: var(--transition);
  z-index: 1;
}

.destination-item:hover .destination-btn {
  visibility: visible;
  opacity: 1;
}

.destination-info{
  position: relative;
  width: 90%;
  background: var(--color-white);
  text-align: center;
  border-radius: 10px;
  padding: 10px 10px;
  margin: -30px auto 0 auto;
  box-shadow: var(--box-shadow);
}
.destination-info h4{line-height:25px;}
.destination-info h4 a{
  color: var(--color-dark);
  font-size:20px;

}

.destination-info h4 a:hover{
  color: var(--theme-color);
}

.destination-rate{
  font-size: 13px;
  margin-top: 5px;
}

.destination-rate i{
  color: #FFA903;
}

.destination-rate span {
  color: var(--color-dark);
  font-weight: 400;
}

.destination-more-info{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.destination-more-info span{
  color: var(--body-text-color);
}

.destination-more-info span i{
  color: var(--theme-color);
}

.destination-slider.owl-theme .owl-nav {
  margin-top: 0px;
}

.destination-slider.owl-theme .owl-nav button{
  background: var(--theme-color);
  color: var(--color-white);

  font-size: 25px;
  margin: 0;
  padding: 0;
  
  display: inline-block;
  cursor: pointer;
  height: 45px;
  width: 45px;
  border-radius: 50px;
  line-height: 45px;
  text-align: center;
  box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  transition: var(--transition);
  margin-top: -50px;
}

.destination-slider.owl-theme .owl-nav button:hover{
  color: var(--theme-color);
  background: var(--color-white);
}

.destination-slider.owl-theme .owl-nav .owl-prev {
  left: -25px;
}

.destination-slider.owl-theme .owl-nav .owl-next {
  right: -25px;
}

.destination-slider .owl-dots {
  text-align: center;
  margin-top: 10px;
}

.destination-slider .owl-dots .owl-dot span {
  background: transparent;
  margin: 5px;
  border: 2px solid var(--theme-color);
  border-radius: 50px;
  width: 12px;
  height: 12px;
  display: inline-block;
  transition: var(--transition);
}

.destination-slider .owl-dots .owl-dot.active span {
  background: var(--theme-color);
}



/*theme-based-holiday===================*/
.themebased-slider.owl-theme .owl-nav {
  margin-top: 0px;
}

.themebased-slider.owl-theme .owl-nav button{
 

background: var(--theme-color);
  color: var(--color-white);


  font-size: 25px;
  margin: 0;
  padding: 0;
  
  display: inline-block;
  cursor: pointer;
  height: 45px;
  width: 45px;
  border-radius: 50px;
  line-height: 45px;
  text-align: center;
  box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  transition: var(--transition);
  margin-top: -50px;
}

.themebased-slider.owl-theme .owl-nav button:hover{
   color: var(--theme-color);
  background: var(--color-white);
}

.themebased-slider.owl-theme .owl-nav .owl-prev {
  left: -25px;
}

.themebased-slider.owl-theme .owl-nav .owl-next {
  right: -25px;
}

.themebased-slider .owl-dots {
  text-align: center;
  margin-top: 10px;
}

.themebased-slider .owl-dots .owl-dot span {
  background: transparent;
  margin: 5px;
  border: 2px solid var(--theme-color);
  border-radius: 50px;
  width: 12px;
  height: 12px;
  display: inline-block;
  transition: var(--transition);
}

.themebased-slider .owl-dots .owl-dot.active span {
  background: var(--theme-color);
}

/*destinations-budget-slider===================*/
.destinations-budget-slider.owl-theme .owl-nav {
  margin-top: 0px;
}

.destinations-budget-slider.owl-theme .owl-nav button{
 

background: var(--theme-color);
  color: var(--color-white);


  font-size: 25px;
  margin: 0;
  padding: 0;
  
  display: inline-block;
  cursor: pointer;
  height: 45px;
  width: 45px;
  border-radius: 50px;
  line-height: 45px;
  text-align: center;
  box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  transition: var(--transition);
  margin-top: -50px;
}

.destinations-budget-slider.owl-theme .owl-nav button:hover{
   color: var(--theme-color);
  background: var(--color-white);
}

.destinations-budget-slider.owl-theme .owl-nav .owl-prev {
  left: -25px;
}

.destinations-budget-slider.owl-theme .owl-nav .owl-next {
  right: -25px;
}

.destinations-budget-slider .owl-dots {
  text-align: center;
  margin-top: 10px;
}

.destinations-budget-slider .owl-dots .owl-dot span {
  background: transparent;
  margin: 5px;
  border: 2px solid var(--theme-color);
  border-radius: 50px;
  width: 12px;
  height: 12px;
  display: inline-block;
  transition: var(--transition);
}

.destinations-budget-slider .owl-dots .owl-dot.active span {
  background: var(--theme-color);
}




/*service-slider===================*/
.service-slider.owl-theme .owl-nav {
  margin-top: 0px;
}

.service-slider.owl-theme .owl-nav button{
 background: var(--theme-color);
color: var(--color-white);
font-size: 25px;
  margin: 0;
  padding: 0;
  
  display: inline-block;
  cursor: pointer;
  height: 45px;
  width: 45px;
  border-radius: 50px;
  line-height: 45px;
  text-align: center;
  box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  transition: var(--transition);
  margin-top: -20px;
}

.service-slider.owl-theme .owl-nav button:hover{
   color: var(--theme-color);
  background: var(--color-white);
}

.service-slider.owl-theme .owl-nav .owl-prev {
  left: -25px;
}

.service-slider.owl-theme .owl-nav .owl-next {
  right: -25px;
}

.service-slider .owl-dots {
  text-align: center;
  margin-top: 10px;
}

.service-slider .owl-dots .owl-dot span {
  background: transparent;
  margin: 5px;
  border: 2px solid var(--theme-color);
  border-radius: 50px;
  width: 12px;
  height: 12px;
  display: inline-block;
  transition: var(--transition);
}

.service-slider .owl-dots .owl-dot.active span {
  background: var(--theme-color);
}




@media all and (max-width: 1399px) {
 
}

@media all and (max-width: 767px) {
  .destination-item img {
    height: 400px;
  }
  .destination-slider.owl-theme .owl-nav {
    /*display: none;*/
  }
 


}




/* ===================
17. Flight css 
====================== */

.flight-area{
  position: relative;
}

.flight-item{
  background: var(--color-white);
  padding: 15px;
  border-radius: 40px 40px 40px 0;
  margin-bottom: 25px;
  box-shadow: var(--box-shadow);
  position: relative;
}

.flight-item .badge{
  background: var(--theme-color);
  border-radius: 50px 50px 50px 0;
  padding: 8px 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  box-shadow: var(--box-shadow);
  position: absolute;
  right: -10px;
  top: 35px;
  z-index: 1;
}

.flight-item .badge-discount{
  background: var(--theme-color2);
}

.flight-item .add-wishlist{
  width: 40px;
  height: 40px;
  line-height: 36px;
  background: var(--theme-color);
  border: 3px solid var(--color-white);
  color: var(--color-white);
  border-radius: 50px;
  text-align: center;
  position: absolute;
  left: 12px;
  top: 12px;
  z-index: 1;
}

.flight-img{
  overflow: hidden;
  border-radius: 30px 30px 30px 0;
}

.flight-img img{
  border-radius: 30px 30px 30px 0;
}

.flight-item:hover .flight-img img{
  transform: scale(1.1);
}

.flight-title{
  margin-top: 15px;
}

.flight-title-info{
  display: flex;
  align-items: center;
  gap: 7px;
}

.flight-title-info img{
  width: 20px;
}

.flight-title-info h4{
  font-size: 18px;
}

.flight-title-info a{
  color: var(--color-dark);
}

.flight-title-info a:hover{
  color: var(--theme-color);
}

.flight-title-info a i{
  margin: 0 5px;
  font-size: 16px;
  color: var(--theme-color);
}

.flight-date{
  margin-top: 10px;
  font-weight: 500;
  color: var(--color-dark);
}

.flight-date i{
  margin-right: 5px;
  color: var(--theme-color);
}

.flight-bottom{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
  padding-top: 10px;
  border-top: 1px solid rgba(0, 0, 0, .05);
}

.flight-price{
  color:var(--color-dark);
  font-weight: 500;
}

.flight-price span{
  font-weight: 700;
  color: var(--theme-color2);
  font-size: 19px;
}

.flight-text-btn a{
  color: var(--color-dark);
  font-weight: 500;
}

.flight-text-btn a i{
  font-size: 14px;
}

.flight-text-btn a:hover{
  color: var(--theme-color);
}



/* ===================
18. Hotel css 
====================== */

.hotel-area{
  position: relative;
}

.hotel-area.bg::before{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: url(../img/shape/02.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: .3;
}

.hotel-item{
  background: var(--color-white);
  border-radius: 40px 40px 40px 0;
  margin-bottom: 25px;
  padding: 5px;
  box-shadow: var(--box-shadow);
  transition: var(--transition);
}

.hotel-item:hover{
  transform: translateY(4px);
}

.hotel-img{
  border-radius: 35px 35px 35px 0;
  position: relative;
}

.hotel-img img{
  border-radius: 35px 35px 35px 0;
}

.hotel-img .badge{
  background: var(--theme-color);
  border-radius: 50px 50px 50px 0;
  padding: 8px 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  box-shadow: var(--box-shadow);
  position: absolute;
  right: 20px;
  top: -15px;
}

.hotel-img .badge-discount{
  background: var(--theme-color2);
}

.hotel-img .add-wishlist{
  width: 40px;
  height: 40px;
  line-height: 35px;
  background: var(--theme-color);
  border: 3px solid var(--color-white);
  color: var(--color-white);
  border-radius: 50px 50px 50px 0;
  text-align: center;
  position: absolute;
  left: -5px;
  bottom: -5px;
}

.hotel-img .add-wishlist:hover{
  background: var(--theme-color2);
  color: var(--color-white);
}

.hotel-content{
  padding: 20px 15px 10px 15px;
}

.hotel-title a:hover{
  color: var(--theme-color);
}

.hotel-content p{
  margin: 8px 0;
  color: var(--color-dark);
  font-weight: 500;
}

.hotel-content p i{
  color: var(--theme-color);
}

.hotel-rate .badge{
  background: #FFA903;
  font-size: 13px;
  border-radius: 50px 50px 50px 0;
}

.hotel-rate-type{
  color: var(--theme-color);
  font-weight: 500;
  margin: 0 5px;
  font-size: 13px;
}

.hotel-rate-review{
  color: var(--color-dark);
  font-weight: 500; font-size: 13px;
}

.hotel-bottom{
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(0, 0, 0, .05);
  margin-top: 20px;
  padding-top: 13px;
}

.hotel-price-amount{
  color: var(--theme-color2);
  font-weight: 700;
  font-size: 19px;
}

.hotel-price-type{
  font-size: 14px;
  font-weight: 500;
  color: var(--color-dark);
}

.hotel-text-btn a {
  color: var(--color-dark);
  font-weight: 500;
}

.hotel-text-btn a i {
  font-size: 14px;
}

.hotel-text-btn a:hover{
  color: var(--theme-color);
}

.hotel-slider .hotel-item{
  margin-top: 10px;
  margin-bottom: 10px;
  box-shadow: none;
}

.hotel-slider.owl-theme .owl-nav {
  margin-top: 0px;
}

.hotel-slider.owl-theme .owl-nav button{
  color: var(--theme-color);
  font-size: 25px;
  margin: 0;
  margin-top: -28px;
  padding: 0;
  background: var(--color-white);
  display: inline-block;
  cursor: pointer;
  height: 45px;
  width: 45px;
  border-radius: 50px;
  line-height: 45px;
  text-align: center;
  box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  transition: var(--transition);
}

.hotel-slider.owl-theme .owl-nav button:hover{
  background: var(--theme-color);
  color: var(--color-white);
}

.hotel-slider.owl-theme .owl-nav .owl-prev {
  left: -25px;
}

.hotel-slider.owl-theme .owl-nav .owl-next {
  right: -25px;
}

.hotel-slider .owl-dots {
  text-align: center;
  margin-top: 30px;
}

.hotel-slider .owl-dots .owl-dot span {
  background: transparent;
  margin: 5px;
  border: 2px solid var(--theme-color);
  border-radius: 50px;
  width: 12px;
  height: 12px;
  display: inline-block;
  transition: var(--transition);
}

.hotel-slider .owl-dots .owl-dot.active span {
  background: var(--theme-color);
}

/* hotel list */
.hotel-list .hotel-item{
  display: flex;
  align-items: center;
  gap: 20px;
}

.hotel-list .hotel-img{
  width: 350px;
}

.hotel-list .hotel-content{
  flex: 1;
}

/* hotel single */
.hotel-single .room-list .room-img{
  width: 360px;
}

@media all and (max-width: 767px) {
  .hotel-slider.owl-theme .owl-nav {
    display: none;
  }

  .hotel-list .hotel-item {
    display: block;
  }

  .hotel-list .hotel-img{
    width: 100%;
  }
}



/* ===================
19. Room type css 
====================== */

.room-type-item{
  position: relative;
  margin-bottom: 25px;
}

.room-type-item::before{
  content: "";
  position: absolute;
  background: rgba(13, 44, 122, .4);
  width: 100%;
  height: 100%;
  border-radius: 100px 100px 100px 0;
  left: 0;
  top: 0;
}

.room-type-item img{
  border-radius: 100px 100px 100px 0;
}

.room-type-item .theme-btn{
  position: absolute;
  left: 50%;
  top: 50%;
  background: var(--color-white);
  color: var(--color-dark);
  transform: translate(-50%, -50%);
}

.room-type-item .theme-btn:hover{
  color: var(--color-white);
}


/* ===================
20. Room css 
====================== */
.room-area{
  position: relative;
}

.room-item{
  background: var(--color-white);
  border-radius: 40px 40px 40px 0;
  padding: 5px;
  margin-bottom: 25px;
  box-shadow: var(--box-shadow);
  transition: var(--transition);
}

.room-item:hover{
  transform: translateY(4px);
}

.room-img{
  border-radius: 35px 35px 35px 0;
  position: relative;
}

.room-img img{
  border-radius: 35px 35px 35px 0;
}

.room-img .badge{
  background: var(--theme-color);
  border-radius: 50px 50px 50px 0;
  padding: 8px 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  box-shadow: var(--box-shadow);
  position: absolute;
  right: 20px;
  top: -15px;
}

.room-img .badge-discount{
  background: var(--theme-color2);
}

.room-img .add-wishlist{
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: var(--theme-color);
  color: var(--color-white);
  border-radius: 50px;
  text-align: center;
  position: absolute;
  left: 10px;
  top: 10px;
}

.room-img .add-wishlist:hover{
  background: var(--theme-color2);
  color: var(--color-white);
}

.room-content{
  padding: 20px 15px 10px 15px;
}

.room-title a:hover{
  color: var(--theme-color);
}

.room-content p{
  margin: 8px 0;
  color: var(--color-dark);
  font-weight: 500;
}

.room-rate .badge{
  background: #FFA903;
  font-size: 13px;
}

.room-rate-type{
  color: var(--theme-color);
  font-weight: 500;
  margin: 0 5px;
}

.room-rate-review{
  color: var(--color-dark);
  font-weight: 500;
}

.room-info-list{
  margin-top: 10px;
}

.room-info-list li{
  display: inline-block;
  margin-right: 15px;
  margin-top: 8px;
}

.room-info-list i{
  color: var(--theme-color);
  margin-right: 6px;
}

.room-detail-btn a{
  margin-top: 8px;
  text-decoration: underline;
  color: var(--theme-color);
}

.room-detail-btn a:hover{
  color: var(--theme-color2);
}

.room-bottom{
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(0, 0, 0, .05);
  margin-top: 20px;
  padding-top: 13px;
}

.room-price-amount{
  color: var(--theme-color2);
  font-weight: 700;
  font-size: 19px;
}

.room-price-type{
  font-size: 14px;
  font-weight: 500;
  color: var(--color-dark);
}

.room-text-btn a {
  color: var(--color-dark);
  font-weight: 500;
}

.room-text-btn a i {
  font-size: 14px;
}

.room-text-btn a:hover{
  color: var(--theme-color);
}

.room-select-btn{
  background: var(--theme-color2);
  border-radius: 15px;
  padding: 5px 12px;
  box-shadow: var(--box-shadow);
}

.room-select-btn .form-check-input{
  margin-top: 7px;
  box-shadow: none;
  border: none;
  border-radius: 6px;
}

.room-select-btn .form-check-label{
  color: var(--color-white);
  font-weight: 500;
}


/* room list */
.room-list .room-item{
  display: flex;
  align-items: center;
  gap: 25px;
}

.room-list .room-img{
  width: 350px;
}

.room-list .room-content{
  flex: 1;
  padding: 10px 25px 10px 0;
}

@media all and (min-width: 992px) {
  .room-list .room-img{
    width: 300px;
  }

  .room-list .room-info-list{
    width: 400px;
  }
}

@media all and (max-width: 767px) {
  .room-list .room-item {
    display: block;
  }

  .room-list .room-img{
    width: 100% !important;
  }

  .room-list .room-content{
    padding: 20px;
  }

  .room-list .room-info-list{
    width: 100%;
  }
}



/* ===================
21. Banner css 
====================== */

.banner-area{
  position: relative;
}

.banner-item{
  position: relative;
  display: flex;
  align-items: center;
  gap: 18px;
  border-radius: 35px;
  background: var(--color-white);
  border: 1px solid var(--border-info-color);
}

.banner-area.bg .banner-item{
  border: none;
}

.banner-img img{
  width: 300px;
  height: 170px;
  object-fit: cover;
  border-radius: 35px 0 0 35px;
}

.banner-content{
  padding: 10px 15px 10px 0;
}

.banner-content h6{
  font-size: 18px;
  margin-bottom: 8px;
}

.banner-content h6 span{
  color: var(--theme-color);
}

.banner-content p{
  color: #4a4a4a;
    margin: 0 0 12px 0;
    line-height: 20px;
    font-size: 14px;
}

.banner-content .theme-btn{
  padding: 2px 10px 2px 12px;
  vertical-align: middle;
} 

.banner-slider.owl-theme .owl-nav {
  margin-top: 0px;
}

.banner-slider.owl-theme .owl-nav button{
  color: var(--theme-color);
  font-size: 25px;
  margin: 0;
  margin-top: -28px;
  padding: 0;
  background: var(--color-white);
  display: inline-block;
  cursor: pointer;
  height: 45px;
  width: 45px;
  border-radius: 50px;
  line-height: 45px;
  text-align: center;
  box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  transition: var(--transition);
}

.banner-slider.owl-theme .owl-nav button:hover{
  background: var(--theme-color);
  color: var(--color-white);
}

.banner-slider.owl-theme .owl-nav .owl-prev {
  left: -25px;
}

.banner-slider.owl-theme .owl-nav .owl-next {
  right: -25px;
}

.banner-slider .owl-dots {
  text-align: center;
  margin-top: 30px;
}

.banner-slider .owl-dots .owl-dot span {
  background: transparent;
  margin: 5px;
  border: 2px solid var(--theme-color);
  border-radius: 50px;
  width: 12px;
  height: 12px;
  display: inline-block;
  transition: var(--transition);
}

.banner-slider .owl-dots .owl-dot.active span {
  background: var(--theme-color);
}

@media all and (max-width: 991px) {
  .banner-item{
    flex-direction: column;
  }

  .banner-img img{
    border-radius: 35px 35px 0 0;
  }

  .banner-content{
    padding: 0 20px 20px 20px;
  }
}




/* ===================
22. Tour css 
====================== */

.tour-area{
  position: relative;
}

.tour-item {
  background:#fff;
  border-radius: 10px;
  border: 1px solid #eee;
  padding:5px;
  margin-bottom: 25px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
    position: relative;
  transition: all 0.3s ease;
   overflow: hidden
}
.tour-item:hover {
  /*transform: translateY(-8px);*/
  box-shadow: 0 12px 24px rgba(0,0,0,0.15);
}

.tour-img{
  border-radius: 35px 35px 35px 0;
  position: relative;
  text-align: center;
}

.tour-img img{
  border-radius:10px;
  max-height:300px;
  width: 100% !important; 
}

 


.tour-img .badge{
  background: var(--theme-color);
  border-radius: 50px 50px 50px 0;
  padding: 8px 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  box-shadow: var(--box-shadow);
  position: absolute;
  right: 20px;
  top:5px;
}

.tour-img .badge-discount{
  background: var(--theme-color2);
}

.tour-img .add-wishlist{
  width: 40px;
  height: 40px;
  line-height: 35px;
  text-align: center;
  background: var(--theme-color);
  border: 3px solid var(--color-white);
  color: var(--color-white);
  border-radius: 50px 50px 50px 0;
  position: absolute;
  left: -5px;
  bottom: -5px;
}

.tour-img .add-wishlist:hover{
  background: var(--theme-color2);
  color: var(--color-white);
}

.budget-amount {
  font-size:18px;          /* Bigger and more prominent */
  font-weight:600;         /* Bold */
  color: #ffffff;           /* White text on colored background */
  background-color: #f38035; /* Orange background for emphasis */
  padding:7px 25px;       /* Space around the text */
  border-radius: 50px;      /* Pill-shaped rounded corners */
  display: inline-block;    
  text-align: center;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2); /* Optional subtle shadow */
  transition: transform 0.3s ease;
}

.budget-amount:hover {
  transform: scale(1.05);   /* Slight grow effect on hover */
}




.duration-amount {
  font-size:18px;          /* Bigger and more prominent */
  font-weight:600;         /* Bold */
  color: #ffffff;           /* White text on colored background */
  background-color: #f38035; /* Orange background for emphasis */
  padding:7px 25px;       /* Space around the text */
  border-radius: 50px;      /* Pill-shaped rounded corners */
  display: inline-block;    
  text-align: center;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2); /* Optional subtle shadow */
  transition: transform 0.3s ease;
}

.duration-amount:hover {
  transform: scale(1.05);   /* Slight grow effect on hover */
}





 


.tour-top{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  color:#6a6a6a;
  font-weight: 500;
  font-size: 14px;
}

.tour-category{color: #6a6a6a;}


.tour-top i{
  color: #6a6a6a;
}

.tour-top a:hover{
  color: var(--theme-color);
}

.tour-content{
  padding: 15px 10px;

}

.tour-content h4{font-size:22px; font-weight: 600; margin-bottom: 10px;}
.tour-title a:hover{
  color: var(--theme-color);
}

.tour-content p{
  margin: 8px 0;
  color:#2e2e2e;
  font-weight:400;
  font-size:14px;
  overflow: hidden;
  text-overflow: ellipsis;  
  white-space: nowrap;     

}

.tour-content p i{
  color:#6a6a6a;
}

.tour-rate .badge{
  background: #FFA903;
  font-size: 13px;
}

.tour-rate-type{
  color: var(--theme-color);
  font-weight: 500;
  margin: 0 5px;
}

.tour-rate-review{
  color: var(--color-dark);
  font-weight: 500;
}

.tour-duration{
  margin-top: 10px;
  color:#4da627;
  font-weight: 500; font-size: 14px;
}

.tour-duration i{
  color:#4da627;
}

.tour-bottom{
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top:1px solid rgb(0 0 0 / 20%);
  margin-top: 10px;
  padding-top:7px;

}

.tour-price {
  color:#343434;
  font-weight: 500; font-size: 20px;
}

.tour-price span{
  font-weight: 700;
  color: var(--theme-color2);
  font-size:20px;
}
.tour-text-btn{}
.tour-text-btn a {
      color: #ffffff;
    font-weight: 400;
    border: 1px solid #4da627;
    padding: 6px 10px;
    border-radius: 4px;
    line-height: 14px;
    font-size: 14px;
    background: #4da627;
}
.tour-text-btn a i {
  font-size: 14px;
}

.tour-text-btn a:hover{
  color:#fff;
  background: #f38035;  border: 1px solid #f38035;
}

.book-btn{}
.book-btn a {
      color:#4da627;
    font-weight: 400;
    border: 1px solid #4da627;
    padding: 6px 10px;
    border-radius: 4px;
    line-height: 14px;
    font-size: 14px;
    background:transparent;
}
.book-btn a i {
  font-size: 14px;
}

.book-btn a:hover{
  color:#fff;
  background: #f38035;  
  border: 1px solid #f38035;
}






.filter-controls{
  position: relative;
  border-radius: 50px 50px 0 50px;
  padding: 5px;
  background: var(--theme-color-light);
}

.filter-btns{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.filter-btns li{
  background: var(--color-white);
  color: var(--color-dark);
  padding: 5px 20px;
  border-radius: 50px 50px 0 50px;
  font-weight: 500;
  cursor: pointer;
  box-shadow: var(--box-shadow);
}

.filter-btns li.active{
  background: var(--theme-color);
  color: var(--color-white);
}

/* tour list */


.tour-list { padding:30px 0px; }

.tour-list .tour-item{
  display: flex;
  /*align-items: center;*/
  gap: 20px;

}

.tour-list .tour-img{
  width: 410px;
}

.tour-list .tour-content{
  flex: 1;
}


@media all and (max-width: 767px) {
  .filter-btns{
    padding: 15px;
  }

  .tour-list .tour-item {
    display: block;
  }

  .tour-list .tour-img{
    width: 100%;
  }
}




/* ===================
23. Car css 
====================== */
.car-area{
  position: relative;
}

.car-area.bg::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/shape/03.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: .25;
}

.car-item{
  background: var(--color-white);
  border-radius: 40px 40px 40px 0;
  padding: 5px;
  margin-bottom: 25px;
  box-shadow: var(--box-shadow);
  transition: var(--transition);
}

.car-item:hover{
  transform: translateY(4px);
}

.car-img{
  border-radius: 35px 35px 35px 0;
  position: relative;
}

.car-img img{
  border-radius: 35px 35px 35px 0;
}

.car-img .badge{
  background: var(--theme-color);
  border-radius: 50px 50px 50px 0;
  padding: 8px 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  box-shadow: var(--box-shadow);
  position: absolute;
  right: 20px;
  top: -15px;
}

.car-img .badge-discount{
  background: var(--theme-color2);
}

.car-img .add-wishlist{
  width: 40px;
  height: 40px;
  line-height: 35px;
  background: var(--theme-color);
  border: 3px solid var(--color-white);
  color: var(--color-white);
  border-radius: 50px 50px 50px 0;
  text-align: center;
  position: absolute;
  left: -5px;
  bottom: -5px;
}

.car-img .add-wishlist:hover{
  background: var(--theme-color2);
  color: var(--color-white);
}

.car-content{
  padding: 20px 15px 10px 15px;
}

.car-title a:hover{
  color: var(--theme-color);
}

.car-content p{
  margin: 8px 0;
  color: var(--color-dark);
  font-weight: 500;
}

.car-rate .badge{
  background: #FFA903;
  font-size: 13px;
  border-radius: 50px 50px 50px 0;
}

.car-rate-type{
  color: var(--theme-color);
  font-weight: 500;
  margin: 0 5px;
}

.car-rate-review{
  color: var(--color-dark);
  font-weight: 500;
}

.car-info-list{
  margin-top: 10px;
}

.car-info-list li{
  display: inline-block;
  margin-right: 15px;
  margin-top: 8px;
}

.car-info-list i{
  color: var(--theme-color);
  margin-right: 6px;
}

.car-bottom{
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(0, 0, 0, .05);
  margin-top: 20px;
  padding-top: 13px;
}

.car-price-amount{
  color: var(--theme-color2);
  font-weight: 700;
  font-size: 19px;
}

.car-price-type{
  font-size: 14px;
  font-weight: 500;
  color: var(--color-dark);
}

.car-text-btn a {
  color: var(--color-dark);
  font-weight: 500;
}

.car-text-btn a i {
  font-size: 14px;
}

.car-text-btn a:hover{
  color: var(--theme-color);
}

.car-slider .car-item{
  margin-top: 10px;
  margin-bottom: 10px;
  box-shadow: none;
}

.car-slider.owl-theme .owl-nav {
  margin-top: 0px;
}

.car-slider.owl-theme .owl-nav button{
  color: var(--theme-color);
  font-size: 25px;
  margin: 0;
  margin-top: -25px;
  padding: 0;
  background: var(--color-white);
  display: inline-block;
  cursor: pointer;
  height: 45px;
  width: 45px;
  border-radius: 50px;
  line-height: 45px;
  text-align: center;
  box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  transition: var(--transition);
}

.car-slider.owl-theme .owl-nav button:hover{
  background: var(--theme-color);
  color: var(--color-white);
}

.car-slider.owl-theme .owl-nav .owl-prev {
  left: -25px;
}

.car-slider.owl-theme .owl-nav .owl-next {
  right: -25px;
}

.car-slider .owl-dots {
  text-align: center;
  margin-top: 30px;
}

.car-slider .owl-dots .owl-dot span {
  background: transparent;
  margin: 5px;
  border: 2px solid var(--theme-color);
  border-radius: 50px;
  width: 12px;
  height: 12px;
  display: inline-block;
  transition: var(--transition);
}

.car-slider .owl-dots .owl-dot.active span {
  background: var(--theme-color);
}

/* car list */
.car-list .car-item{
  display: flex;
  align-items: center;
  gap: 20px;
}

.car-list .car-img{
  width: 410px;
}

.car-list .car-content{
  flex: 1;
}


@media all and (max-width: 767px) {

  .car-slider.owl-theme .owl-nav {
    display: none;
  }

  .car-list .car-item {
    display: block;
  }

  .car-list .car-img{
    width: 100%;
  }
}



/* ===================
24. Activity css 
====================== */

.activity-area{
  position: relative;
}

.activity-item{
  background: var(--color-white);
  border-radius: 40px 40px 40px 0;
  margin-bottom: 25px;
  padding: 5px;
  box-shadow: var(--box-shadow);
  transition: var(--transition);
}

.activity-item:hover{
  transform: translateY(4px);
}

.activity-img{
  border-radius: 35px 35px 35px 0;
  position: relative;
}

.activity-img img{
  border-radius: 35px 35px 35px 0;
}

.activity-img .badge{
  background: var(--theme-color);
  border-radius: 50px 50px 50px 0;
  padding: 8px 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  box-shadow: var(--box-shadow);
  position: absolute;
  right: 20px;
  top: -15px;
}

.activity-img .badge-discount{
  background: var(--theme-color2);
}

.activity-img .add-wishlist{
  width: 40px;
  height: 40px;
  line-height: 35px;
  background: var(--theme-color);
  border: 3px solid var(--color-white);
  color: var(--color-white);
  border-radius: 50px 50px 50px 0;
  text-align: center;
  position: absolute;
  left: -5px;
  bottom: -5px;
}

.activity-img .add-wishlist:hover{
  background: var(--theme-color2);
  color: var(--color-white);
}

.activity-content{
  padding: 20px 15px 10px 15px;
}

.activity-title a:hover{
  color: var(--theme-color);
}

.activity-content p{
  margin: 8px 0;
  color: var(--color-dark);
  font-weight: 500;
}

.activity-content p i{
  color: var(--theme-color);
}

.activity-rate .badge{
  background: #FFA903;
  font-size: 13px;
  border-radius: 50px 50px 50px 0;
}

.activity-rate-type{
  color: var(--theme-color);
  font-weight: 500;
  margin: 0 5px;
}

.activity-rate-review{
  color: var(--color-dark);
  font-weight: 500;
}

.activity-bottom{
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(0, 0, 0, .05);
  margin-top: 20px;
  padding-top: 13px;
}

.activity-price-amount{
  color: var(--theme-color2);
  font-weight: 700;
  font-size: 19px;
}

.activity-text-btn a {
  color: var(--color-dark);
  font-weight: 500;
}

.activity-text-btn a i {
  font-size: 14px;
}

.activity-text-btn a:hover{
  color: var(--theme-color);
}

/* activity list */
.activity-list .activity-item{
  display: flex;
  align-items: center;
  gap: 20px;
}

.activity-list .activity-img{
  width: 350px;
}

.activity-list .activity-content{
  flex: 1;
}


@media all and (max-width: 767px) {
  .activity-list .activity-item {
    display: block;
  }

  .activity-list .activity-img{
    width: 100%;
  }
}





/* ===================
25. Cruise css 
====================== */

.cruise-area{
  position: relative;
}

.cruise-item{
  background: var(--color-white);
  border-radius: 40px 40px 40px 0;
  padding: 5px;
  margin-bottom: 25px;
  box-shadow: var(--box-shadow);
  transition: var(--transition);
}

.cruise-item:hover{
  transform: translateY(4px); 
}

.cruise-img{
  border-radius: 35px 35px 35px 0;
  position: relative;
}

.cruise-img img{
  border-radius: 35px 35px 35px 0;
}

.cruise-img .badge{
  background: var(--theme-color);
  border-radius: 50px 50px 50px 0;
  padding: 8px 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  box-shadow: var(--box-shadow);
  position: absolute;
  right: 20px;
  top: -15px;
}

.cruise-img .badge-discount{
  background: var(--theme-color2);
}

.cruise-img .add-wishlist{
  width: 40px;
  height: 40px;
  line-height: 35px;
  background: var(--theme-color);
  border: 3px solid var(--color-white);
  color: var(--color-white);
  border-radius: 50px 50px 50px 0;
  text-align: center;
  position: absolute;
  left: -5px;
  bottom: -5px;
}

.cruise-img .add-wishlist:hover{
  background: var(--theme-color2);
  color: var(--color-white);
}

.cruise-content{
  padding: 20px 15px 10px 15px;
}

.cruise-title a:hover{
  color: var(--theme-color);
}

.cruise-content p{
  margin: 8px 0;
  color: var(--color-dark);
  font-weight: 500;
}

.cruise-rate .badge{
  background: #FFA903;
  font-size: 13px;
  border-radius: 50px 50px 50px 0;
}

.cruise-rate-type{
  color: var(--theme-color);
  font-weight: 500;
  margin: 0 5px;
}

.cruise-rate-review{
  color: var(--color-dark);
  font-weight: 500;
}

.cruise-info-list{
  margin-top: 10px;
}

.cruise-info-list li{
  display: inline-block;
  margin-right: 15px;
  margin-top: 8px;
}

.cruise-info-list i{
  color: var(--theme-color);
  margin-right: 6px;
}

.cruise-bottom{
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(0, 0, 0, .05);
  margin-top: 20px;
  padding-top: 13px;
}

.cruise-price-amount{
  color: var(--theme-color2);
  font-weight: 700;
  font-size: 19px;
}

.cruise-price-type{
  font-size: 14px;
  font-weight: 500;
  color: var(--color-dark);
}

.cruise-text-btn a {
  color: var(--color-dark);
  font-weight: 500;
}

.cruise-text-btn a i {
  font-size: 14px;
}

.cruise-text-btn a:hover{
  color: var(--theme-color);
}


/* cruise list */
.cruise-list .cruise-item{
  display: flex;
  align-items: center;
  gap: 20px;
}

.cruise-list .cruise-img{
  width: 410px;
}

.cruise-list .cruise-content{
  flex: 1;
}


@media all and (max-width: 767px) {
  .cruise-list .cruise-item {
    display: block;
  }

  .cruise-list .cruise-img{
    width: 100%;
  }

}



/* ===================
26. Listing single css 
====================== */

.listing-header{
  margin-top:0px;
  /*display: flex;
  justify-content: space-between;*/
}

.listing-title{
  font-size: 25px;
}

.listing-location{
  color: var(--color-dark);
  margin: 5px 0;
}

.listing-location i{
  color: var(--theme-color);
}

.listing-rate .badge{
  background: #FFA903;
  margin-right: 5px;
  border-radius: 50px 50px 50px 0;
}

.listing-rate-type{
  color: var(--theme-color);
  font-weight: 500;
}

.listing-rate-review{
  color: var(--color-dark);
}

.listing-item{
  margin-top: 20px;
  padding: 20px;
  box-shadow: var(--box-shadow);
    border: 1px solid #e9e7e7;

}

.listing-item p{ color:#333333; font-size: 16px;
}
 
.listing-feature{
  display: flex;
  gap: 10px;
}

.listing-feature-icon{
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: var(--theme-color);
  border-radius: 50px 50px 50px 0;
  font-size: 18px;
  text-align: center;
  color: var(--color-white);
}
.listing-feature-content h4{font-size: 14px;}
.listing-feature-content span{
  color: var(--color-dark);
  font-size: 14px;
}

.listing-highlight{
  margin: 25px 0;
}

.listing-highlight h5{
  margin-bottom: 15px;
}

.listing-item .list li{
  margin-bottom: 15px;
  padding-left: 18px;
  position: relative; 
  color: #333333;
  font-size: 14px;
}

.listing-item .list li::before{
  content: "\e122";
  position: absolute;
  font-family: "Font Awesome 6 pro";
  font-size: 10px;
  color: var(--theme-color);
  font-weight: bold;
  top: 6.7px;
  left: 0;
}

.listing-info{
  margin-top: 20px;
  margin-bottom: 20px;
}

.listing-info h5{
  margin-bottom: 15px;
}

.listing-info .list li{
  padding-left: 0;
}

.listing-info .list li span{
  margin-right: 10px;
  color: var(--color-dark);
}

.listing-info .list li::before{
  display: none;
}

.listing-included h5{
  margin-bottom: 15px;
}

.listing-included .list li{
  padding-left: 24px;
}

.listing-included .list li::before{
  content: "\f00c";
  font-size: 16px;
  top: 0px;
  color: var(--color-green);
}

.listing-notincluded h5{
  margin-bottom: 15px;
}

.listing-notincluded .list li::before{
  content: "\f00d";
  font-size: 16px;
  top: 0px;
  color: var(--color-red);
}

.listing-item iframe{
  border-radius: 25px;
  margin-bottom: 15px;
}

.listing-item.faq-area{
  margin-bottom: 35px;
}

.listing-item.faq-area .accordion-item{
  box-shadow: none;
  border: 1px solid rgba(0, 0, 0, .08);
}

.listing-item.faq-area .accordion-body{
  padding-top: 0;
}

.listing-item.faq-area .accordion-button:not(.collapsed){
  border: none;
}

.listing-amenity-item .list li::before{
  content: "\f00c";
  font-size: 14px;
  top: 0px;
  left: 4px;
  color: var(--color-green);
}

.listing-amenity-item h6{
  margin-bottom: 15px;
  margin-top: 15px;
}

.listing-amenity-item h6 i{
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin-right: 8px;
  border-radius: 50px 50px 50px 0;
  font-size: 14px;
  text-align: center;
  color: var(--color-white);
  background: var(--theme-color);
}

.listing-amenity-item .list li{
  margin-bottom: 5px;
  padding-left: 25px;
  font-size: 15px;
}

.listing-stop{
  font-weight: 500;
}

.listing-stop .badge{
  background: var(--theme-color);
}

.listing-flight .flight-booking-time .start-time,
.listing-flight .flight-booking-time .end-time{
  display: flex;
  align-items: center;
  gap: 12px;
}

.listing-flight .flight-booking-time .start-time-text,
.listing-flight .flight-booking-time .end-time-text{
  color: var(--color-dark);
  font-weight: 700;
}

.listing-flight .flight-destination{
  color: var(--color-dark);
  font-weight: 500;
}

.listing-flight .flight-booking-time{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.listing-flight .start-time-icon{
  font-size: 25px;
  color: var(--color-dark);
}

.listing-flight .flight-stop{
  text-align: center;
}

.listing-flight .flight-stop-number{
  color: var(--color-dark);
  font-weight: 500;
}

.listing-flight .flight-stop-arrow{
  margin-top: 5px;
  border-top: 2px solid var(--color-dark);
  position: relative;
  width: 140px;
}

.listing-flight .flight-stop-arrow::before{
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 10px 10px 0 0;
  border-color: var(--color-dark) transparent transparent transparent;
  right: -1.5px;
  top: -9.6px;
  transform: scaleY(-1);
}

.listing-flight .flight-has-stop::after{
  content: "\e122";
  position: absolute;
  left: 50%;
  top: -15px;
  font-family: "Font Awesome 6 Pro";
  color:var(--color-dark);
  font-weight: bold;
}

.listing-flight .flight-booking-return .flight-has-stop::after{
  top: -16px;
}

.listing-flight .flight-booking-duration .duration-text{
  color: var(--color-dark);
  font-weight: 500;
}

.listing-baggage{
  margin-top: 30px;
  margin-bottom: 20px;
  padding-top: 30px;
  border-top: 1px solid rgba(0, 0, 0, .08);
}

.listing-baggage-check .form-group{
  margin-bottom: 25px;
}

.listing-baggage-check .form-group label{
  color: var(--color-dark);
  margin-bottom: 5px;
}

.listing-baggage-check .form-group-icon{
  position: relative;
}

.listing-baggage-check .form-group-icon i{
  position: absolute;
  left: 18px;
  top: 20px;
  color: var(--theme-color);
}

.listing-baggage-check .form-control{
  padding: 15px 18px 15px 45px;
  border-radius: 15px;
  box-shadow: none;
  color: var(--color-dark);
  border-color: var(--border-info-color);
}

.listing-baggage-check .form-control::placeholder{
  color: var(--body-text-color);
}

.listing-baggage-check .nice-select{
  width: 100%;
  height: 55px;
  line-height: 55px;
  border-radius: 15px;
  border-color: var(--border-info-color);
  padding-left: 45px;
  font-size: 16px;
  color: var(--color-dark);
  margin-bottom: 25px;
}

.listing-baggage-check .form-control:focus,
.listing-baggage-check .nice-select:focus{
  border-color: var(--theme-color);
}

.listing-baggage-check .nice-select .list{
  width: 100%;
  border-radius: 12px;
}

.listing-baggage-check .nice-select:after{
  width: 9px;
  height: 9px;
  margin-top: -7px;
  right: 15px;
}


/* listing slider */
.listing-slider{
  overflow: hidden;
  border-radius:10px;
}

.listing-slider img{
  border-radius:10px;
  max-height:470px;
}

.listing-slider.owl-theme .owl-nav {
  margin-top: 0px;
}

.listing-slider.owl-theme .owl-nav .owl-prev,
.listing-slider.owl-theme .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  color: var(--theme-color);
  font-size: 20px;
  margin: 0;
  padding: 0;
  background: var(--color-white);
  display: inline-block;
  cursor: pointer;
  height: 45px;
  width: 45px;
  line-height: 45px;
  border-radius: 50px;
  text-align: center;
  transition: var(--transition);
}

.listing-slider.owl-theme .owl-nav .owl-prev:hover,
.listing-slider.owl-theme .owl-nav .owl-next:hover {
  background: var(--theme-color);
  color: var(--color-white);
}

.listing-slider.owl-theme .owl-nav .owl-prev {
  left: 20px;
}

.listing-slider.owl-theme .owl-nav .owl-next {
  right: 20px;
}


/* listing review */
.listing-review-rating{
  display: flex;
  align-items: center;
  gap: 20px;
}

.listing-rating-count{
  background: var(--color-white);
  text-align: center;
  padding: 20px 20px;
  border-radius: 25px;
  border: 1px solid rgba(0, 0, 0, .08);
}

.listing-rating-count h2{
  font-weight: 700;
  font-size: 50px;
  color: var(--theme-color);
}

.listing-rating-star i{
  color: #F8A611;
}

.listing-rating-count p{
  margin-top: 5px;
}

.listing-rating-range-star i{
  color: #F8A611;
  font-size: 14px;
}

.listing-rating-range-item{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 5px 0;
}

.listing-progress{
  margin: 0px 15px;
  width: 300px;
  height: 5px;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  background-color: #E9ECEF;
}

.listing-progress-width{
  position: absolute;
  top: 0;
  left: 0;
  height: 5px;
  border-radius: 5px;
  background: var(--theme-color);
}

.listing-review{
  background: var(--color-white);
  border-radius: 5px;
  margin-top: 30px;
}

.listing-review h5{
  margin-bottom: 35px;
}

.listing-review-author{
  display: flex;
  align-items: center;
  gap: 10px;
}

.listing-review-author img{
  width: 60px;
  border-radius: 50%;
}

.listing-review-item{
  margin-bottom: 30px;
  border-radius: 10px;
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, .08);
}

.review-reply-item{
  margin-left: 80px;
}

.listing-review-item p{
  margin-top: 10px;
}

.listing-review-author-info{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.listing-review-author-rating i{
  color: #F8A611;
}

.listing-review-author-info span{
  font-size: 14px;
      color: #9d9d9d;
}

.listing-review-reply{
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

.review-reaction{
  display: flex;
  gap: 15px;
}

.listing-review-reply a:hover{
  color: var(--theme-color);
}

.review-reaction .active{
  color: var(--theme-color2);
}

.listing-review-form{
  padding: 30px;
  border-radius:10px;
  margin-top: 30px;
  background:rgb(247 247 247);
}

.listing-review-form h4{
  margin-bottom: 20px;
}

.listing-review-form .form-group{
  margin-bottom:20px;
}

.listing-review-form .form-group .star-label{
  font-weight: 500;
  color: #464646;
}

.listing-review-form .form-control{
  box-shadow: none;
  padding:10px 10px; 
  border: 1px solid #d3d3d3;
  border-radius:6px;
}

.listing-review-form .form-control:focus{
  border-color: var(--theme-color);
}

.listing-info-card{
  background: var(--color-white);
  border-radius: 5px;
  padding: 20px;
  margin-bottom: 25px;
  box-shadow: var(--box-shadow);
}

.listing-info-card-body{
  display: flex;
  align-items: center;
  gap: 15px;
}

.listing-info-card-body i{
  color: var(--theme-color);
  font-size: 30px;
}

.listing-info-card p{
  margin-top: 10px;
}

/* star rating */
.star-rating-wrapper {
  display: inline-block;
}

.star-rating-box {
  direction: rtl !important;
}

.star-rating-box label {
  display: inline-block;
  color:#8f8888;
  cursor: pointer;
  font-size:28px;
  transition: color 0.2s;
}

.star-rating-box input {
  display: none;
}

.star-rating-box label:hover,
.star-rating-box label:hover ~ label,
.star-rating-box input:checked ~ label {
  color: #F8A611;
}



/* itinerary */
.itinerary-content-box{
  margin-top: 50px;
  margin-bottom: 30px;
}

.itinerary-single-box {
  position: relative;
  padding-left: 110px;
  padding-bottom: 62px;
}

.itinerary-single-box::before {
  position: absolute;
  content: '';
  width: 1px;
  border-left: 2px dashed var(--theme-color);
  height: 100%;
  left: 31px;
  top: 10px;
  z-index: -1;
}

.itinerary-single-box img{
  width: 200px;
  border-radius: 50px 50px 50px 0;
  margin-bottom: 15px;
}

.itinerary-single-box:last-child::before{
  display: none;
}

.itinerary-single-box span {
  position: absolute;
  display: inline-block;
  left: 5px;
  top: 3px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  color: var(--color-white);
  background: var(--theme-color);
  font-weight: 500;
  text-align: center;
  border-radius: 50px 50px 50px 0;
}

.itinerary-single-box span::before {
  position: absolute;
  content: '';
  background: var(--color-white);
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  left: -5px;
  top: -5px;
  border-radius: 50px 50px 50px 0;
  box-shadow: 0px 10px 40px 0px rgb(0 0 0 / 20%);
  z-index: -1;
}

.itinerary-single-box h4{
  display: block;
  font-size: 17px;
  line-height: 28px;
  font-weight: 500;
  margin-bottom: 5px;
  color: var(--theme-color);
}

.itinerary-single-box h3 {
  display: block;
  font-size: 21px;
  line-height: 34px;
  font-weight: 600;
  margin-bottom: 10px;
}

.listing-price{
  margin-bottom: 10px;
}

.listing-price-tag{
  font-weight: 700;
  /*text-transform: uppercase;*/
  font-size: 16px;
  /*letter-spacing: 2px;*/
  color: var(--theme-color);
}


.listing-price-amount{
  margin-top: 10px;
  font-weight: 500;
  color: #333; font-size: 16px;
}
.listing-price-amount del{ color:#64676e; font-size:18px; }
.listing-price-amount span{
  font-weight: 600;
  font-size:22px;
  color: var(--theme-color2);
  margin-left:0px;
  margin-right: 5px;
}

.listing-side-content .search-form{
  margin-top:10px;
}

.listing-side-content .search-form .form-group{
  margin-bottom: 20px;
  background: transparent;
  border: 1px solid rgba(0, 0, 0, .08);
}

.listing-side-btn .theme-btn,
.listing-side-btn .border-btn{
  width: 100%;
}

.listing-side-btn .border-btn{
  border: 2px solid var(--theme-color);
  margin-top: 25px;
  text-align: center;
  font-weight: 500;
  padding: 9px 20px;
  border-radius: 18px;
}

.listing-side-btn .border-btn:hover{
  background: var(--theme-color);
  color: var(--color-white);
}

.listing-side-share{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 25px;
  color: var(--color-dark);
}

.listing-side-share a:hover{
  color: var(--theme-color);
}

.listing-side-list li{
  margin: 15px 0;
  color: #333; font-size: 14px;
}

.listing-side-list li i{
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: var(--theme-color);
  color: var(--color-white);
  font-size: 14px;
  margin-right: 10px;
  border-radius: 50px 50px 50px 0;
  text-align: center;
}

.whatsapp_icon{background: #32c4b7 !important;}

.listing-side-list li a{
  font-weight: 500;
}

.listing-side-list li a:hover{
  color: var(--theme-color);
}

.listing-side-organizer{
  text-align: center;
}

.listing-side-organizer-img{
  margin-bottom: 15px;
}

.listing-side-organizer-img img{
  border-radius: 50px;
  width: 95px;
}

.listing-side-organizer .theme-btn{
  margin-top: 15px;
}


@media all and (min-width: 992px) and (max-width: 1199px) {
  .listing-rating-range-item{
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .listing-progress{
    margin: 0px;
  }
}

@media all and (max-width: 991px) {
  .listing-content{
    margin-bottom: 50px;
  }
}

@media all and (max-width: 767px) {

  .listing-header{
    flex-direction: column;
  }

  .listing-review-rating{
    flex-direction: column;
  }

  .listing-rating-range-item{
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .listing-progress{
    margin: 0px;
  }

  .listing-review-author-info{
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 15px;
  }

  .review-reply-item{
    margin-left: 30px;
  }

  .listing-flight .flight-booking-time{
    flex-direction: column;
  }

}




/* ===================
27. Deal css 
====================== */

.deal-area{
  position: relative;
}

.deal-item{
  margin-bottom: 25px;
}

.deal-1 .deal-item{
  background: var(--color-white);
  border-radius: 30px;
  padding: 15px 20px;
  box-shadow: var(--box-shadow);
  position: relative;
  z-index: 1;
}

.deal-1 .deal-item::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/shape/05.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 30px;
  z-index: -1;
}

.deal-1 .deal-info{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.deal-1 .deal-title{
  font-size: 22px;
}

.deal-1 .deal-price{
  font-weight: 600;
  color: var(--theme-color2);
  font-size: 22px;
}

.deal-1 .deal-item .theme-btn{
  padding: 6px 15px;
  margin-top: 15px;
}

.deal-2 .deal-item{
  padding: 10px;
  border-radius: 50px 50px 50px 0;
  box-shadow: var(--box-shadow);
}

.deal-2 .deal-img{
  overflow: hidden;
  border-radius: 45px 45px 45px 0;
}

.deal-2 .deal-item:hover .deal-img img{
  transform: scale(1.1);
}

.deal-2 .deal-img img{
  border-radius: 45px 45px 45px 0;
}

.deal-2 .deal-info{
  margin: 10px 0 5px 10px;
}

.deal-2 .deal-title{
  font-size: 20px;
}

.deal-2 .deal-title a:hover{
  color: var(--theme-color);
}

.deal-2 .deal-price span{
  font-weight: 600;
  color: var(--theme-color2);
}



/* ===================
28. Download css 
====================== */

.download-area{
  position: relative;
}

.download-img {
  text-align: center;
  position: relative;
  z-index: 1;
}

.download-img::before{
  content: "";
  position: absolute;
  bottom: 0;
  width: 500px;
  height: 500px;
  background: var(--theme-color-light);
  border-radius: 50% 50% 50% 50px;
  z-index: -1;
}

.download-img img{
  width: 63%;
}

.download-feature{
  margin: 20px 0 35px 0;
}

.download-feature li{
  font-weight: 500;
  margin: 15px 0;
  text-transform: capitalize;
}

.download-feature li i{
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: var(--theme-color);
  color: var(--color-white);
  border-radius: 50px;
  margin-right: 10px;
}

.download-link a img{
  border-radius: 12px;
  width: 90%;
}

@media all and (min-width: 992px) and (max-width: 1199px) {
  .download-img::before{
    width: 400px;
    height: 400px;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media all and (max-width: 991px) {
  .download-img{
    margin-bottom: 60px;
  }
}

@media all and (max-width: 767px) {
  .download-img::before{
    width: 280px;
    height: 280px;
    left: 50%;
    transform: translateX(-50%);
  }

  .download-link a:first-child{
    margin-bottom: 15px;
  }
}




/* ===================
29. Choose css 
====================== */

.choose-item{
  display: flex;
  gap: 15px;
  background: var(--color-white);
  box-shadow: var(--box-shadow);
  position: relative;
  padding: 20px;
  border-radius: 100px 100px 100px 0;
  margin-bottom: 30px;
  transition: var(--transition);
      border: 1px solid #dddddd;
}

.choose-item:hover{
  transform: translateY(4px);
}

.choose-item .count{
  position: absolute;
  top: -8px;
  left: 10px;
  font-size: 14px;
  font-weight: 600;
  color: var(--color-white);
  background: var(--theme-color2);
  line-height: 1;
  padding: 4px 10px;
  border-radius: 50px;
  box-shadow: var(--box-shadow);
}
.choose-item p{font-size: 14px; color: #4a4a4a}
.choose-item .icon{
  width: 80px;
  height: 80px;
  line-height: 75px;
  text-align: center;
  background: var(--theme-color);
  border-radius: 50px;
}

.choose-item .icon img{
  width: 50px;
  filter: brightness(0) invert(1);
}

.choose-item .content{
  flex: 1;
}

.choose-item .content h4{
  font-size: 20px;
  margin-bottom: 5px;
}

.choose-img{
  text-align: right;
  position: relative;
}

.choose-img .shape{
  position: absolute;
  top: -15px;
  left: 70px;
  width: 35%;
}

.choose-img .img-1{
  width: 58%;
  border-radius: 200px;
}

.choose-img .img-2{
  position: absolute;
  left: 50px;
  bottom: 0px;
  width: 50%;
  border-radius: 200px;
  border: 10px solid var(--color-white);
}




/* ===================
30. Booking sidebar
=================== */



.booking-sidebar .booking-item:last-child{
  margin-bottom: 0;
}

.booking-sidebar2 .booking-title{
      font-size:22px;
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 15px;
    /* border-bottom: 1px solid rgba(0, 0, 0, .05); */
    background: #2c5e0d;
    padding:12px 20px;
    border-radius: 6px;
    color: #fff; text-transform: uppercase;
}

.booking-sidebar .form-check-input{
  margin-top: 6px;
  box-shadow: none;
  border-color: var(--color-dark);
  border-radius: 6px;
}

.booking-sidebar .form-check-input:focus{
  border-color: var(--theme-color);
}

.booking-sidebar .form-check-label{
  width: 100%;
  color: var(--color-dark);
}

.booking-sidebar .form-check-label span{
  float: right;
}

.booking-sidebar .form-check{
  margin: 12px 0;
}

.booking-sidebar .flight-time .form-check{
  padding: 10px 15px 10px 38px;
  border-radius: 15px;
  background: var(--theme-bg-light);
}

.booking-sidebar .flight-time .form-check-label i{
  border-left: 1px solid rgba(0, 0, 0, .1);
  padding-left: 12px;
  margin-left: 5px;
  margin-right: 5px;
}



/* ===================
31. Booking sort
=================== */
.booking-sort {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: var(--color-white);
  margin-bottom: 25px;
  padding: 10px 10px 10px 15px;
  border-radius: 20px;
  box-shadow: var(--box-shadow);
}

.booking-sort-list-grid a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 10px;
  text-align: center;
  border: 1px solid var(--border-info-color);
  color: var(--color-dark);
  font-size: 18px;
}

.booking-sort-list-grid a.active {
  border-color: var(--theme-color);
  color: var(--theme-color);
}

.booking-sort .nice-select {
  width: 100%;
  height: 46px;
  line-height: 44px;
  border-radius: 14px;
  padding-left: 15px;
  font-size: 16px;
  border-color: var(--border-info-color);
  color: var(--color-dark);
}

.booking-sort .form-control:focus,
.booking-sort .nice-select:focus {
  border-color: var(--theme-color);
}

.booking-sort .nice-select .list {
  width: 100%;
  border: none;
  border-radius: 12px;
  padding: 10px;
  box-shadow: 0px 0px 50px 0px rgb(32 32 32 / 15%);
}

.booking-sort .nice-select .option.focus,
.booking-sort .nice-select .option.selected.focus,
.booking-sort .nice-select .option:hover {
  background: #F6F6F6;
  color: var(--theme-color);
  border-radius: 8px;
}

.booking-sort .nice-select:after {
  width: 8px;
  height: 8px;
  margin-top: -6px;
  right: 15px;
}

@media all and (max-width: 767px) {
  .booking-sort {
    flex-direction: column;
    gap: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .booking-sort-box{
    width: 100%;
  }

}



/* ===================
32. Flight booking css 
====================== */

.flight-booking-item{
  background: var(--color-white);
  border-radius: 25px;
  margin-bottom: 25px;
  padding: 20px 20px 15px 20px; 
  box-shadow: var(--box-shadow);
}

.flight-booking-wrapper{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.flight-booking-item .flight-booking-content{
  display: flex;
  align-items: center;
  gap: 50px;
}

.flight-booking-item .flight-booking-airline{
  display: flex;
  align-items: center;
  gap: 15px;
}

.flight-booking-item .flight-airline-img{
  width: 90px;
  padding: 15px;
  border-radius: 20px;
  text-align: center;
  border: 1px solid var(--border-info-color);
}

.flight-booking-item .flight-booking-time .start-time,
.flight-booking-item .flight-booking-time .end-time{
  display: flex;
  align-items: center;
  gap: 12px;
}

.flight-booking-item .flight-booking-time .start-time-text,
.flight-booking-item .flight-booking-time .end-time-text{
  color: var(--color-dark);
  font-weight: 700;
}

.flight-booking-item .flight-destination{
  color: var(--color-dark);
  font-weight: 500;
}

.flight-booking-item .flight-booking-time{
  display: flex;
  align-items: center;
  gap: 30px;
}

.flight-booking-item .start-time-icon{
  font-size: 25px;
  color: var(--color-dark);
}

.flight-booking-item .flight-stop{
  text-align: center;
}

.flight-booking-item .flight-stop-number{
  color: var(--color-dark);
  font-weight: 500;
}

.flight-booking-item .flight-stop-arrow{
  margin-top: 5px;
  border-top: 2px solid var(--color-dark);
  position: relative;
  width: 140px;
}

.flight-booking-item .flight-stop-arrow::before{
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 10px 10px 0 0;
  border-color: var(--color-dark) transparent transparent transparent;
  right: -1.5px;
  top: -9.6px;
  transform: scaleY(-1);
}

.flight-booking-item .flight-has-stop::after{
  content: "\e122";
  position: absolute;
  left: 50%;
  top: -15px;
  font-family: "Font Awesome 6 Pro";
  color:var(--color-dark);
  font-weight: bold;
}

.flight-booking-item .flight-booking-return .flight-has-stop::after{
  top: -16px;
}

.flight-booking-item .flight-booking-duration .duration-text{
  color: var(--color-dark);
  font-weight: 500;
}

.flight-booking-item .price-info{
  margin-bottom: 15px;
}

.flight-booking-item .price-info .price-amount{
  color: var(--theme-color2);
  font-weight: 600;
  font-size: 20px;
}

.flight-booking-item .price-info .discount-price{
  margin-right: 5px;
  color: var(--color-dark);
}

.flight-booking-item .flight-booking-price{
  padding-left: 30px;
  text-align: right;
  border-left: 1px solid rgba(0, 0, 0, .05);
}

.flight-booking-item .flight-booking-price .theme-btn{
  padding: 7px 18px;
}

.flight-booking-item .flight-booking-return{
  margin-top: 20px;
}

.flight-booking-item .flight-booking-return .flight-stop-arrow::before{
  right: unset;
  left: -1.5px;
  top: -9.6px;
  border-width: 0 0 10px 10px;
  border-color: transparent transparent  var(--color-dark) transparent;
  transform: scaleY(1);
}

.flight-booking-detail{
  margin-top: 20px;
  padding-top: 10px;
  border-top: 1px solid rgba(0, 0, 0, .05);
}

.flight-booking-detail-header{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.flight-booking-detail-header p{
  color: var(--color-dark);
}

.flight-booking-detail-header a{
  color: var(--color-dark);
  font-weight: 500;
}

.flight-booking-detail-wrapper{
  margin-top: 12px;
  padding-top: 15px;
  border-top: 1px solid var(--border-info-color);
}

.flight-booking-detail-wrapper .nav-tabs{
  border-color: var(--border-info-color);
}

.flight-booking-detail-wrapper .nav-tabs .nav-item .nav-link{
  font-weight: 500;
  color: var(--color-dark);
  border: none;
  border-bottom: 2px solid transparent;
}

.flight-booking-detail-wrapper .nav-tabs .nav-link.active{
  border-color: var(--theme-color);
  color: var(--theme-color);
}

.flight-booking-detail-left .flight-booking-airline{
  margin-top: 15px;
  margin-bottom: 35px;
}

.flight-booking-detail-left .flight-airline-model{
  color: var(--color-dark);
  font-weight: 500;
  font-size: 14px;
}

.flight-booking-detail-left .flight-airline-class{
  color: var(--color-dark);
  font-weight: 500;
}

.flight-booking-detail-left .flight-full-date{
  font-size: 14px;
  color: var(--color-dark);
  font-weight: 500;
}

.flight-booking-detail-left .flight-booking-time{
  gap: unset;
  justify-content: space-between;
}

.flight-booking-detail-left .flight-stop-arrow{
  width: 100px;
}

.flight-booking-detail-right{
  position: relative;
  height: 100%;
  padding-bottom: 65px;
}

.flight-booking-detail-info{
  padding-top: 15px;
}

.flight-booking-detail-info .table{
  color: var(--color-dark);
}

.flight-booking-detail-info .table th,
.flight-booking-detail-info .table td{
  color: var(--color-dark);
}

.flight-booking-detail-price{
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  background: var(--theme-bg-light);
  border-radius: 0 0 5px 0;
  left: 0;
  bottom: 0;
  padding: 8px 18px;
  border-radius: 15px;
}

.flight-detail-price-amount{
  color: var(--theme-color2);
  font-weight: 600;
  font-size: 18px;
}

.flight-booking-policy ul li{
  font-size: 14px;
  margin: 6.1px 0;
  color: var(--color-dark);
}


/* flight booking grid */

.flight-grid .flight-booking-wrapper{
  flex-direction: column;
}

.flight-grid .flight-booking-item .flight-booking-content{
  justify-content: space-between;
}

.flight-grid .flight-booking-info{
  width: 100%;
}

.flight-grid .flight-booking-item .flight-booking-price{
  border-left: 0;
  padding-left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: unset;
  width: 100%;
  margin-top: 30px;
}

.flight-grid .flight-booking-item .price-info{
  margin-bottom: 0;
}

.flight-grid .flight-booking-airline{
  flex-direction: column;
}

.flight-grid .flight-booking-detail-left .flight-booking-airline{
  flex-direction: row;
}

.flight-grid .flight-booking-item .flight-airline-img{
  width: 140px;
}

.flight-grid .flight-booking-detail-info .flight-airline-img {
  width: 80px;
}

.flight-grid .flight-booking-item .flight-airline-img img{
  width: 100%;
}

.flight-grid .flight-booking-item .flight-booking-content {
  flex-direction: column;
  gap: 20px;
}

.flight-grid .flight-booking-item .flight-booking-return{
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid var(--border-info-color);
}

.flight-grid .flight-booking-detail-left .flight-booking-detail-info{
  padding-bottom: 30px;
}



@media all and (max-width: 1199px) {

  .flight-booking-wrapper{
    flex-direction: column;
  }

  .flight-booking-item .flight-booking-content{
    justify-content: space-between;
  }

  .flight-booking-info{
    width: 100%;
  }

  .flight-booking-item .flight-booking-price{
    border-left: 0;
    padding-left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: unset;
    width: 100%;
    margin-top: 30px;
  }

  .flight-booking-item .price-info{
    margin-bottom: 0;
  }

 .flight-booking-detail-left .flight-booking-detail-info{
    padding-bottom: 30px;
  }

}


@media all and (max-width: 767px) {

  .flight-booking-item .flight-airline-img{
    width: 140px;
  }

  .flight-booking-detail-info .flight-booking-airline{
    flex-direction: row;
  }

  .flight-booking-detail-info .flight-airline-img {
    width: 80px;
  }

  .flight-booking-item .flight-airline-img img{
    width: 100%;
  }

  .flight-booking-item .flight-booking-content {
    flex-direction: column;
    gap: 20px;
  }

  .flight-booking-item .flight-booking-time{
    gap: 15px;
  }

  .flight-booking-item .flight-stop-number{
    font-size: 13px;
  }

  .flight-booking-item .flight-stop-arrow{
    width: 100px;
  }

  .flight-booking-item .start-time-icon{
    font-size: 20px;
  }

  .flight-booking-item .flight-booking-time .start-time-text,
  .flight-booking-item .flight-booking-time .end-time-text{
    font-size: 15px;
  }

  .flight-booking-item .flight-destination{
    font-size: 12px;
  }

  .flight-booking-item .flight-booking-return{
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(0, 0, 0, .05);
  }

}




/* ===================
33. Cart css 
====================== */

.cart-area thead tr {
  background: var(--theme-color);
  color: var(--color-white);
}

.cart-area thead tr th {
  text-transform: uppercase;
  font-weight: 500;
  color: var(--color-dark);
}

.cart-area thead tr th,
.cart-area thead tr td {
  white-space: nowrap;
  vertical-align: middle;
}

.cart-area tr th,
.cart-area tr td {
  vertical-align: middle;
}

.cart-product{
  display: flex;
  align-items: center;
  gap: 20px;
}

.cart-product-content{
  flex: 1;
  white-space: nowrap;
}

.cart-product-title {
  font-size: 18px;
  font-weight: 500;
  color: var(--color-dark);
}

.cart-product-title:hover{
  color: var(--theme-color);
}

.cart-img {
  width: 120px;
  height: 120px;
}

.cart-img img {
  width: 100%;
  border-radius: 30px 30px 30px 0;
}

.cart-product-info span span{
  color: var(--color-dark);
  font-weight: 500;
}

.cart-area tr td {
  color: var(--color-dark);
  vertical-align: middle;
  border-bottom: 1px solid var(--border-info-color);
  border-top: none;
  position: relative;
  padding: 20px 10px;
  font-size: 16px;
}

.cart-qty {
  width: 150px;
}

.cart-qty button {
  color: var(--color-dark);
  border: 0;
  border-radius: 12px;
  padding: 4px 13px;
  background: var(--theme-bg-light);
}

.cart-qty input {
  width: 50px;
  padding: 4px 13px;
  border-radius: 12px;
  border: none;
  background: var(--theme-bg-light);
  color: var(--color-dark);
  text-align: center;
}

.cart-remove{
  width: 45px;
  height: 45px;
  font-size: 20px;
  text-align: center;
}

.cart-remove:hover {
  color: var(--theme-color2);
}

.cart-footer {
  margin-top: 40px;
}

.cart-coupon {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 30px;
  position: relative;
}

.cart-coupon .form-control {
  box-shadow: none;
  padding: 15px 15px;
  border-radius: 18px;
  border-color: var(--border-info-color);
  color: var(--color-dark);
}

.cart-coupon .form-control::placeholder{
  color: var(--body-text-color);
}

.cart-coupon .form-control:focus {
  border-color: var(--theme-color2);
}

.coupon-btn {
  position: absolute;
  right: 6px;
  top: 6px;
  padding: 8px 14px;
  color: var(--color-white);
  border: none;
  background: var(--theme-color2);
  border-radius: 15px;
  transition: var(--transition);
}

.coupon-btn:hover {
  background: var(--theme-color);
}

.cart-summary li {
  margin-bottom: 10px;
  width: 100%;
}

.cart-summary li span {
  float: right;
}

.cart-summary li strong {
  color: var(--color-dark);
}

.cart-total {
  padding-top: 10px;
  border-top: 1px solid var(--border-info-color);
}

.cart-total span {
  font-weight: bold;
  color: #FE4B7B;
}



/* ===================
34. Booking css 
====================== */

.booking-widget {
  background: var(--color-white);
  padding: 30px;
  border-radius: 25px;
  margin-bottom: 30px;
  box-shadow: var(--box-shadow);
}

.booking-widget-title {
  margin-bottom: 20px;
}

.booking-form .form-group {
  margin-bottom: 20px;
}

.booking-form .form-group label {
  margin-bottom: 5px;
  color: var(--color-dark);
  font-size: 15px;
  font-weight: 500;
}

.booking-form .form-group .form-control {
  padding: 15px 18px 15px 45px;
  border-radius: 15px;
  box-shadow: none;
  color: var(--color-dark);
  border-color: var(--border-info-color);
}

.booking-form .form-group .form-control::placeholder{
  color: var(--body-text-color);
}

.booking-form .form-group .nice-select{
  width: 100%;
  height: 56px;
  line-height: 55px;
  padding-left: 45px;
  border-radius: 15px;
  font-size: 16px;
  color: var(--color-dark);
  border-color: var(--border-info-color);
}

.booking-form .form-group .nice-select:focus,
.booking-form .form-group .form-control:focus {
  border-color: var(--theme-color);
}

.booking-form .form-group .nice-select:after{
  width: 9px;
  height: 9px;
  right: 20px;
  margin-top: -7px
}

.booking-form .form-group .nice-select .list{
  width: 100%;
  border: none;
  max-height: 250px;
  overflow-y: auto;
  border-radius: 12px;
  box-shadow: var(--box-shadow);
}

.booking-form .form-group-icon{
  position: relative;
}

.booking-form .form-group-icon i{
  position: absolute;
  left: 18px;
  top: 20px;
  color: var(--theme-color);
}

.booking-summary {
  padding: 20px;
  border-radius: 25px;
  box-shadow: var(--box-shadow);
}

.booking-property-img img {
  border-radius: 50px 50px 50px 0;
}

.booking-property-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 10px;
}

.booking-property-title h5 {
  margin-bottom: 5px;
  font-size: 20px;
}

.booking-property-title p {
  margin-bottom: 0px;
  font-size: 15px;
}

.booking-property-title p i {
  color: var(--theme-color);
  margin-right: 5px;
}

.book-edit-btn {
  width: 32px;
  height: 32px;
  line-height: 30px;
  text-align: center;
  background: var(--theme-color);
  border-radius: 12px;
  color: var(--color-white);
}

.book-edit-btn:hover {
  background: var(--theme-color2);
  color: var(--color-white);
}

.booking-property-rate {
  font-size: 15px;
}

.booking-property-rate .badge{
  background: #FFA903;
  margin-right: 5px;
  border-radius: 50px 50px 50px 0;
}

.rate-text {
  color: #646a9b;
}

.rate-type {
  color: var(--theme-color);
}

.booking-info-summary{
  margin-top: 25px;
}

.booking-info-summary h5{
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--border-info-color);
}

.booking-info-summary li{
  font-weight: 500;
  color: var(--color-dark);
  margin-bottom: 12px;
}

.booking-info-summary li span{
  float: right;
  font-weight: 400;
  color: var(--body-text-color);
}

.booking-order-info h5{
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--border-info-color);
}

.booking-order-info {
  margin-top: 30px;
}

.booking-order-info span {
  float: right;
  font-weight: 400;
  color: var(--body-text-color);
}

.booking-order-info li {
  margin-bottom: 12px;
  font-weight: 500;
  color: var(--color-dark);
}

.order-total {
  padding-top: 10px;
  border-top: 1px solid var(--border-info-color);
}

.order-total span {
  font-weight: bold;
  color: var(--theme-color2);
} 

.booking-payment-area .nav-link{
  background: transparent !important;
  border: 1px solid var(--border-info-color);
  text-align: center;
  border-radius: 15px;
  margin-right: 15px;
  margin-bottom: 20px;
  position: relative;
}

.booking-payment-area .nav-link::before{
  content: "\f058";
  position: absolute;
  font-family: "Font Awesome 6 Pro";
  font-weight: bold;
  font-size: 20px;
  color: var(--theme-color);
  transform: scale(0);
  opacity: 0;
  visibility: hidden;
  left: 7px;
  top: 0;
  transition: all .3s ease-in-out;
}

.booking-payment-area .nav-link.active::before{
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.booking-payment-area .nav-link span{
  color: var(--color-dark);
}

.payment-card-img{
  padding-top: 15px;
  margin-bottom: 13px;
}

.payment-card-img img{
  width: 30px;
}

.booking-payment-img img{
  width: 130px;
}

.booking-payment-area .nav-link.active{
  border-color: var(--theme-color);
}



/* ===================
35. Booking confirm css 
====================== */

.booking-confirm-content {
  padding: 50px;
  text-align: center;
  border-radius: 15px;
  box-shadow: var(--box-shadow);
}

.booking-confirm-icon i {
  width: 70px;
  height: 70px;
  line-height: 70px;
  background: var(--theme-color);
  color: var(--color-white);
  font-size: 35px;
  border-radius: 50px;
  text-align: center;
}

.booking-confirm-content h3 {
  margin-top: 20px;
}

.booking-confirm-content p {
  margin: 15px 0;
}

.booking-confirm-content .theme-btn {
  margin-top: 15px;
}

.booking-confirm .booking-summary {
  padding: 50px;
  text-align: center;
  border-radius: 15px;
  box-shadow: var(--box-shadow);
}

.booking-confirm .booking-summary-content {
  padding: 80px 0;
}

.booking-confirm .booking-summary-list {
  text-align: left;
}

.booking-confirm .booking-summary-list .text-success{
  color: var(--theme-color) !important;
}

.booking-confirm .booking-summary-list h6 {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.booking-confirm .booking-summary-list li span {
  float: right;
}

.cancel-booking-note p{
  font-weight: 500;
}

.booking-confirm .theme-btn.cancel-booking{
  background: var(--theme-color2);
  margin-left: 15px;
}




/* ===================
36. About css 
====================== */
.about-area{padding: 50px 0px; background: url(../img/about-bg.jpg) repeat fixed;}
.about-left{position: relative;}
.about-area p{text-align: justify; color:#2c2b2b; line-height: 28px; margin-bottom: 20px; font-size: 16px;
}
 
.about-left::before{
  content: "";
  position: absolute;
  width: 50%;
  height: 80%;
  border-radius: 200px;
  border: 10px double var(--theme-color);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.about-area ul{margin: 20px 0px 20px 20px; padding: 0px;}
.about-area ul li{ 
color:#2c2b2b; 
margin: 0px;
padding: 0px;  
font-size: 16px;
list-style: disc;
}




.about-img{text-align: center;}
.about-img img{ width: 100%;
  border-radius: 10px;
}

.about-img .img-2{
  margin-top: 90px;
}

.about-right {
  position: relative;
  display: block;
}

.about-experience{
  background: var(--theme-color);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 150px;
  height: 150px;
  line-height: 1.2;
  border-radius: 100px;
  text-align: center;
  border: 10px solid var(--color-white);
}

.about-experience h5{
  color: var(--color-white);
  font-size: 40px;
  margin-top: 15px;
}

.about-experience p{
  color: var(--color-white);
  font-weight: 600;
}

.about-content {
  margin-top: 25px;
  margin-bottom: 35px;
}

.about-item{
  display: flex;
  gap: 12px;
  border-radius: 25px;
  padding: 15px;
  position: relative;
  box-shadow: var(--box-shadow);
}

.about-item::before{
  content: "";
  position: absolute;
  left: 0;
  top: 30px;
  bottom: 30px;
  border-left: 2px solid var(--theme-color);
}

.about-item .icon{
  width: 68px;
  height: 68px;
  line-height: 65px;
  text-align: center;
  background: var(--theme-color);
  border-radius: 50px;
}

.about-item .icon img{
  width: 45px;
  filter: brightness(0) invert(1);
}

.about-item .content{
  flex: 1;
}

.about-item .content h6{
  color: var(--color-dark);
  font-size: 18px;
  margin-bottom: 5px;
}

.about-text{
  color:#343436;
}


@media all and (max-width: 991px) {
  .about-right {
    margin-top:0px;
  }
}

@media all and (max-width: 767px) {
  .about-left{
    margin-right: 0;
  }

  .about-title {
    font-size: 30px;
  }

  .about-img .img-2{
    margin-top: 60px;
    margin-left: -10px;
  }

  .about-img .img-3{
    margin-left: -30px;
  }

  .about-experience{
    right: -7px;
    bottom: -60px;
  }
}





/* ===================
37. Service css 
====================== */

.service-area {
  position: relative;
  display: block;
  overflow: hidden;
}

.service-item {
  position: relative;
  padding: 25px;
  margin-bottom: 25px;
  border-radius: 100px 100px 100px 0;
  background: var(--color-white);
  text-align: center;
  transition: var(--transition);
  box-shadow: var(--box-shadow);
  z-index: 1;
}

.service-content {
  position: relative;
}

.service-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  background: var(--theme-color);
  border-radius: 50px 50px 50px 0;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 12px;
  position: relative;
  transition: var(--transition);
}

.service-icon i {
  color: var(--color-white);
  font-size: 40px;
  line-height: 1;
}

.service-icon img {
  width: 60px;
  filter: brightness(0) invert(1);
}

.service-arrow {
  margin-top: 15px;
}

.service-title a {
  font-size: 23px;
  font-weight: 600;
  margin-bottom: 10px;
  color: var(--color-dark);
}

.service-title a:hover {
  color: var(--theme-color);
}

.service-arrow a {
  width: 50px;
  height: 50px;
  line-height: 43px;
  border-radius: 50px;
  border: 3px solid var(--theme-color);
  color: var(--theme-color);
  font-size: 20px;
  text-align: center;
  position: relative;
  transition: var(--transition);
  z-index: 1;
}

.service-item:hover .service-arrow a {
  background: var(--theme-color);
}

.service-item .service-arrow a i {
  transition: var(--transition);
}

.service-item:hover .service-arrow a i {
  color: var(--color-white);
}



/* ====================
38. Service single
==================== */

.service-single-wrapper .widget-title {
  font-weight: 600;
}

.service-single-list i {
  color: var(--theme-color);
  margin-right: 10px;
}

.service-download a {
  border: 2px solid var(--theme-color);
  padding: 10px 20px;
  color: var(--color-dark);
  display: block;
  margin-bottom: 20px;
  font-weight: 600;
  border-radius: 20px;
  transition: var(--transition);
}

.service-download a i {
  margin-right: 10px;
}

.service-download a:hover {
  background-color: var(--theme-color);
  color: var(--color-white);
}

.service-details h3 {
  color: var(--color-dark);
  font-weight: 600;
}

.service-details img {
  border-radius: 25px;
}




/* ===================
39. Feature css 
====================== */

.feature-area {
  position: relative;
}

.feature-img img{
  border-radius: 100px;
}

.feature-item {
  display: flex;
  gap: 15px;
  padding: 20px;
  position: relative;
  border-radius: 30px;
  transition: var(--transition);
  box-shadow: var(--box-shadow);
}

.feature-content{
  flex: 1;
}

.feature-icon {
  width: 70px;
  height: 70px;
  line-height: 65px;
  background: var(--theme-color);
  text-align: center;
  font-size: 40px;
  color: var(--color-white);
  border-radius: 50px 50px 50px 0;
}

.feature-icon img{
  width: 45px;
  filter: brightness(0) invert(1);
}

.feature-title {
  color: var(--color-dark);
  margin-bottom: 10px;
}

/* .feature-area2 */
.feature-area2 .feature-item{
  align-items: center;
  background: var(--theme-color);
  border-radius: 100px;
  padding-right: 35px;
}

.feature-area2 .feature-icon{
  border-radius: 50px;
  background: var(--color-white);
}

.feature-area2 .feature-icon img{
  filter: unset;
}

.feature-area2 .feature-content{
  color: var(--color-white);
}

.feature-area2 .feature-content h4{
  color: var(--color-white);
}

@media all and (max-width: 991px) {
  .feature-item {
    margin-bottom: 25px;
  }
}



/*====================
40. Video css 
======================*/

.video-content {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 200px 0 0 200px;
}

.video-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  height: 400px;
  z-index: 100;
}

.video-wrapper img {
  border-radius: 12px;
}

.video-area .play-btn {
  display: inline-block;
  padding: 0;
  height: 75px;
  width: 75px;
  text-align: center;
  position: absolute;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}




/* ===================
41. Video css 
====================== */

.process-single {
  position: relative;
}

.process-single .icon {
  height: 90px;
  width: 90px;
  line-height: 80px;
  display: inline-block;
  position: relative;
  border-radius: 50px 50px 50px 0;
  font-size: 37px;
  color: var(--color-white);
  background: var(--theme-color);
  padding: 5px;
  margin-bottom: 30px;
  box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
}

.process-single .icon::before {
  content: "";
  position: absolute;
  left: -10px;
  right: -10px;
  top: -10px;
  bottom: -10px;
  border-radius: 50%;
  border: 2px dashed var(--theme-color);
}

.process-single .icon img {
  border-radius: 50%;
}

.process-single span {
  position: absolute;
  height: 35px;
  width: 35px;
  font-size: 14px;
  background: var(--theme-color2);
  line-height: 35px;
  color: var(--color-white);
  left: -8px;
  top: -13px;
  font-weight: 600;
  border-radius: 0 50px 50px 50px;
}

.process-single h4 {
  margin-bottom: 10px;
  font-weight: 700;
}

.process-single::before {
  content: "";
  position: absolute;
  width: 150px;
  border-top: 2px dashed rgba(0, 0, 0, .15);
  right: -170px;
  top: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .process-single::before {
    display: none;
  }
}

@media (max-width: 767px) {
  .process-single::before {
    display: none;
  }
}

.process-area .col-lg-3:last-child .process-single::before {
  display: none;
}



/* ===================
42. Testimonial css 
====================== */

.testimonial-area {
  position: relative;
}

.testimonial-area.ts-bg{
  position: relative;
  background-image: url(../img/testimonial/bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  z-index: 1;
}

/*.testimonial-area.ts-bg::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(13, 44, 122, 0.3);
  z-index: -1;
}*/

.testimonial-area .shadow-text{
  position: absolute;
  left: 50%;
  bottom:-20px;
  font-size: 100px;
  line-height: 150px;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--color-white);
  font-family: var(--heading-font);
  letter-spacing: 40px;
  transform: translateX(-50%);
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 2px #000000;
  opacity: .3;
}





 
/*.testimonial-slider .owl-stage {display: flex !important; align-items: stretch !important;}

 
.testimonial-slider .owl-item {display: flex !important;height: auto !important;}

 
.testimonial-single {display: flex;  flex-direction: column;justify-content: space-between;}


*/



.testimonial-single {
  display:block;
  /*align-items: center;
  gap: 15px;*/
  /*margin-top: 30px;*/
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 20px;
  background: var(--color-white);
  border-radius:10px;
  padding: 25px 25px;
  position: relative;
  z-index: 1;
  min-height:385px;
   
}

.testimonial-video {width: 100%;  }
.testimonial-video iframe{width: 100%; height: 150px;}






.testimonial-author-wrapper {
  display: flex;
  /*justify-content: space-between;*/
  align-items: center;
  flex-wrap: wrap;
  margin-top:15px;
}
.testimonial-author-info { text-align: left;
}
 
.testimonial-single .count{
  position: absolute;
  right: 100px;
  bottom: 10px;
  font-size: 120px;
  line-height: 120px;
  font-weight: 800;
  color: var(--theme-color);
  font-family: var(--heading-font);
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 3px var(--theme-color);
  opacity: .1;
  z-index: -1;
}
.testimonial-quote{min-height: 220px;}

.testimonial-quote-inner{min-height:auto !important;}


.testimonial-quote p {
  color: var(--color-dark); 
  line-height: 24px; font-size: 14px;

    color: #4a4a4a;
    text-align: justify;
}

.testimonial-author-img {
  position: relative;
  width: 100px;
  height: 100px;
  padding:10px;
  /*margin: 0 auto;*/
      background: #f5ebe5;
      border-radius: 100%;
}

.testimonial-author-img::before{
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  border: 4px solid var(--theme-color);
  border-top-color: var(--color-white);
  border-right-color: var(--color-white);
  border-radius: 200px;
  transition: var(--transition);
}

.testimonial-single:hover .testimonial-author-img::before{
  transform: rotate(45deg);
}

.testimonial-author-img img {
  border-radius: 50%;
}

.testimonial-author-info h4 {
  font-size:18px;
  color: var(--color-dark);
}

.testimonial-author-info p {
  color: var(--theme-color);
  font-weight: 500;
  font-size: 12px;
}

.testimonial-quote-icon {
  position: absolute;
  right: 80px;
  top: 5px;
  width: 80px;
}

.testimonial-rate {
  color: #f28035;
  font-size: 12px;
  /*margin-top: 10px;*/
}

.testimonial-slider.owl-theme .owl-nav {
  margin-top: 0px;
}

.testimonial-slider.owl-theme .owl-nav button{
  
  font-size: 25px;
  margin: 0;
  margin-top: -10px;
  padding: 0;
 background: var(--theme-color);
  color: var(--color-white);

  display: inline-block;
  cursor: pointer;
  height: 45px;
  width: 45px;
  border-radius: 50px;
  line-height: 45px;
  text-align: center;
  box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  transition: var(--transition);
}

.testimonial-slider.owl-theme .owl-nav button:hover{
  background: var(--color-white);
  color: var(--theme-color);
}

.testimonial-slider.owl-theme .owl-nav .owl-prev {
  left: -25px;
}

.testimonial-slider.owl-theme .owl-nav .owl-next {
  right: -25px;
}

.testimonial-area .owl-dots {
  text-align: center;
}

.testimonial-area .owl-dots .owl-dot span {
  background: transparent;
  margin: 5px;
  border: 2px solid var(--theme-color);
  border-radius: 50px;
  width: 12px;
  height: 12px;
  display: inline-block;
  transition: var(--transition);
}

.testimonial-area .owl-dots .owl-dot.active span {
  background: var(--theme-color);
}

@media all and (max-width: 991px) {
  .testimonial-single{
    flex-direction: column;
    text-align: center;
  }

  .testimonial-area .shadow-text{
    font-size: 130px;
    line-height: 130px;
  }

  .testimonial-quote-icon{
    right: 40px;
  }
}

@media all and (max-width: 767px) {
  .testimonial-slider.owl-theme .owl-nav {
    display: none;
  }

  .testimonial-area .shadow-text{
    font-size:24px;
    line-height:65px;
    letter-spacing: 15px;
  }
.testimonial-area .shadow-text { 
    bottom: 10px;
     }


}








/* ===================
43. Counter css 
====================== */

.counter-negative{
  margin-top: -90px;
}

.counter-area {
  position: relative;
  padding:50px 0px;
  position: relative;
  
   background: url(../img/sdeu.jpg) no-repeat fixed;
   background-size: cover;
  z-index: 1;
}

 .counter-wrap::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background:rgba(0, 0, 0, 0.7);
   
  z-index: -1; 
} 

.counter-box {
  display: flex;
  /*align-items: center;
  justify-content: center;
  text-align: center;*/
  gap: 20px;
  position: relative;
  z-index: 1;
}

.counter-box .icon {
  position: relative;
  font-size: 35px;
  width: 80px;
  height: 80px;
  line-height: 75px;
  text-align: center;
  background: var(--color-white);
  border-radius: 10px;
  color: var(--theme-color);
}
.counter-area p{color: #fff; line-height: 26px; text-align: justify; margin-bottom: 20px;}

.counter-area ul{ list-style:none; margin:20px 0px; padding:0px 0px 0px 20px; }
.counter-area ul li{ list-style:disc; color:#fff; margin-bottom:10px;}


.counter-box .icon img {
  width: 50px;
}

.counter-box .counter-number{
  display: flex;
  align-items: center;
}

.counter-box .counter-sign{
  color:#fff;
  font-size: 40px;
  line-height: 0;
  margin-left: 2px;
}

.counter-box .counter {
  display: block;
  line-height: 1;
  color: #fff;
  font-size: 50px;
  font-weight: 600;
}

.counter-box .title {
  color:#fff;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
}

@media all and (max-width: 991px) {
  .counter-area .counter-box {
    margin: 40px 0;
    justify-content: flex-start;
  }
}



/* ===================
44. Cta-area css 
====================== */

.cta-area {
  position: relative;
}

.cta-img img{
  border-radius: 200px;
}

.cta-content{
  position: relative;
  background: var(--color-white);
  border-radius: 30px;
  box-shadow: var(--box-shadow);
  padding: 20px 30px;
  text-align: center;
  margin-bottom: -150px;
  z-index: 1;
}

.cta-content::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/shape/05.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 30px;
  opacity: .6;
  z-index: -1;
}

.cta-content .cta-text h1 {
  color: var(--color-dark);
  font-size: 35px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 15px;
}

.cta-content .cta-text span {
  color: var(--theme-color);
}

.cta-content .cta-text p {
  color: #4a4a4a;
}

@media all and (max-width: 767px) {
  .cta-content{
    margin-bottom: -50px;
  }

  .cta-img img{
    width: 100%;
    height: 200px;
    object-fit: cover;
  }
}




/* ========================
45. Gallery css 
=========================== */

.gallery-item {
  position: relative;
  width: 100%;
}

.gallery-img {
  height: 100%;
}

.gallery-img img {
  width: 100%;
  border-radius: 50px 50px 50px 0;
}

.gallery-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.gallery-content::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 10px;
  right: 10px;
  bottom: 10px;
  background: var(--theme-color);
  border-radius: 50px 50px 50px 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.gallery-content:hover::before {
  opacity: 0.9;
  visibility: visible
}

.gallery-link {
  width: 50px;
  height: 50px;
  background: var(--color-white);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.5s;
  border-radius: 50px;
  opacity: 0;
  visibility: hidden;
  font-size: 25px;
  color: var(--theme-color);
  margin-top: 50px;
}

.gallery-link::before {
  content: "";
  position: absolute;
  left: -5px;
  right: -5px;
  top: -5px;
  bottom: -5px;
  border: 1px dashed var(--color-white);
  border-radius: 50px;
}

.gallery-link:hover {
  color: var(--theme-color);
}

.gallery-content:hover .gallery-link {
  opacity: 1;
  visibility: visible;
  margin-top: 0px;
}



/* ===================
46. Mission css 
====================== */

.mission-img{
  position: relative;
}

.mission-left{
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.mission-img img{
  border-radius: 50%;
  box-shadow: 0 0 30px 20px rgb(0 0 0 / 8%);
}

.mission-img .mission-img-1 {
  width: 380px;
}

.mission-img .mission-img-2 {
  position: absolute;
  bottom: -50px;
  right: -40px;
  border-radius: 100%;
  width: 190px;
  height: 190px;
  border: 8px solid var(--color-white);
}

.mission-shape{
  position: absolute;
  right: 90px;
  top: 0px;
  z-index: -1;
}


@media all and (max-width: 991px) {
  .mission-right{
    margin-top: 100px;
  }
}

@media all and (max-width: 767px) {
  .mission-shape{
    right: 0;
  }

  .mission-img .mission-img-2 {
    bottom: -70px;
    right: -10px;
  }
}




/* ===================
47. Career css 
====================== */

.career-item{
  padding: 20px;
  background: var(--color-white);
  border-radius: 50px 50px 50px 0;
  box-shadow: var(--box-shadow);
}

.job-meta{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.job-meta .badge{
  background: var(--theme-color2);
  border-radius: 50px 50px 50px 0;
  padding: 6px 12px;
}

.job-time{
  color: var(--theme-color);
}

.job-time i{
  margin-right: 5px;
}

.job-info-list{
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 15px;
  color: var(--color-dark);
}

.job-info-list li span{
  margin-right: 8px;
  color: var(--theme-color);
}

.job-content h3{
  font-size: 25px;
  margin: 10px 0px;
  color: var(--color-dark);
}

.job-btn{
  margin-top: 30px;
  border: 2px solid var(--color-dark);
  color: var(--color-dark);
  padding: 6px 25px;
  border-radius: 50px 50px 50px 0;
  font-weight: bold;
  transition: var(--transition);
}

.job-btn:hover{
  background: var(--color-dark);
  color: var(--color-white);
}

.job-btn i{
  margin-left: 5px;
}

.career-promo-single {
  text-align: center;
  background: var(--color-white);
  padding: 20px 35px;
  border-radius: 50px 50px 50px 0;
  box-shadow: var(--box-shadow);
}

.career-promo-single span{
  width: 80px;
  height: 80px;
  line-height: 80px;
  background: var(--theme-color);
  border-radius: 50px 50px 50px 0;
  color: var(--color-white);
  font-size: 35px;
  margin-bottom: 20px;
}

.career-promo-single .career-promo-info h4{
  margin-bottom: 14px;
}


@media all and (max-width: 767px) {
  .job-meta{
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .job-info-list{
    flex-direction: column;
    align-items: flex-start;
  }

  .job-time{
    margin-top: 20px;
  }
}



/* ===================
48. Career single css 
====================== */
.job-single-img img{
  border-radius: 25px;
  margin-bottom: 10px;
}

.job-single-list li{
  margin-bottom: 14px;
}

.job-single-list li i{
  margin-right: 5px;
  color: var(--theme-color);
  font-size: 12px;
}

.job-overview-list li {
  position: relative;
  display: flex;
  font-size: 16px;
  margin-bottom: 20px;
}

.job-overview-list li i {
  margin-right: 15px;
  font-size: 22px;
  color: var(--theme-color);
  margin-top: 6px;
}

.overview-item h6{
  font-size: 18px;
}

@media all and (max-width: 991px) {
  .job-single-info{
    margin-top: 40px;
  }
}




/* ===================
49. Blog css 
====================== */

.blog-item {
  margin-bottom: 25px;
  background: var(--color-white);
  padding:5px;
  border-radius:10px;
  box-shadow: var(--box-shadow);
  transition: var(--transition);
  position: relative;
  border: 1px solid #e7e7e7;
}

.blog-date{
  position: absolute;
  left:0px;
  top:10px;
  background: var(--color-white);
  color: var(--theme-color);
  font-weight: 500;
  border-radius:0px 50px 50px 0px;
  padding: 2px 15px;
  z-index: 1; font-size: 14px;
}

.blog-item-img {
  overflow: hidden;
  border-radius:10px;
}

.blog-item-img img {
  border-radius:10px;
}

.blog-item:hover .blog-item-img img {
  transform: scale(1.1);
}
.blog-item-info{padding:10px 10px;}
.blog-item-meta ul {
  padding:5px 0;
  margin-bottom:5px;
  border-bottom: 1px solid var(--border-info-color);
}

.blog-item-meta ul li {
  display: inline-block;
  margin-right: 15px;
  font-weight: 500;
  position: relative;
  color: var(--color-dark);
  font-size: 14px;
}

.blog-item-meta ul li i {
  margin-right: 5px;
  color: var(--theme-color);
}

.blog-item-meta a:hover {
  color: var(--theme-color);
}

.blog-title {
  font-size:18px;
  margin-bottom: 15px; 
  line-height:24px;
}

.blog-item-info p {
  margin-bottom: 16px;
}

.blog-item-info h4 a {
  color: var(--color-dark);
}

.blog-item-info h4 a:hover {
  color: var(--theme-color);
}




/* ===========================
50. Blog single css
=========================== */

.blog-thumb-img {
  margin-bottom: 20px;
}

.blog-single-content img {
  border-radius:10px; width: 100%;
}

.blog-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.blog-meta .blog-meta-left ul {
  display: flex;
  align-items: center;
  gap: 20px;
}

.blog-meta .blog-meta-left ul li {
  font-weight: 500;
}

.blog-meta i {
  margin-right: 5px;
  color: var(--theme-color);
}

.blog-meta a {
  color: #66788a;
  font-weight: 500;
}

.blog-meta a:hover {
  color: var(--theme-color);
}

.blog-details-title {
  font-size:28px;
  color: var(--color-dark);
}

.blockqoute {
  background: var(--theme-bg-light);
  border-left: 5px solid var(--theme-color);
  padding: 30px;
  font-size: 17px;
  font-style: italic;
  margin: 20px 0;
  border-radius: 0px;
  color: #111111;
}

.blockqoute-author {
  margin-top: 20px;
  padding-left: 60px;
  position: relative;
  color: var(--color-dark);
}

.blockqoute-author::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 40px;
  background: var(--theme-color);
  left: 0;
  top: 10px;
}

.blog-details-tags {
  display: flex;
  align-items: center;
  gap: 20px;
}

.blog-details-tags h5 {
  color: var(--color-dark);
  font-weight: 700;
}

.blog-details-tags ul {
  display: flex;
  align-items: center;
  gap: 15px;
}

.blog-details-tags ul a {
  background: var(--theme-bg-light);
  color: var(--color-dark);
  padding: 6px 18px;
  border-radius: 15px;
  transition: var(--transition);
}

.blog-details-tags ul a:hover {
  background: var(--theme-color);
  color: var(--color-white);
}

.blog-author {
  display: flex;
  justify-content: start;
  align-items: center;
  background: var(--theme-bg-light);
  border-radius: 50px 50px 50px 0;
  margin: 50px 0;
  padding: 20px;
}

.blog-author-img {
  width: 320px;
  position: relative;
}

.blog-author-img::before {
  content: "";
  position: absolute;
  left: -10px;
  right: -10px;
  top: -10px;
  bottom: -10px;
  border-radius: 50%;
}

.blog-author-img img {
  border-radius: 40px 40px 40px 0;
}

.author-name {
  font-size: 22px;
  color: var(--theme-color);
  margin: 8px 0;
}

.author-info {
  padding: 0 20px 0 30px;
}

.author-social {
  margin-top: 10px;
}

.author-social a {
  width: 35px;
  height: 35px;
  line-height: 32px;
  text-align: center;
  border: 2px solid var(--theme-color);
  border-radius: 50px;
  margin-right: 5px;
  color: var(--theme-color);
  transition: var(--transition);
}

.author-social a:hover {
  color: var(--color-white);
  background: var(--theme-color);
}

.blog-comments {
  margin-bottom: 50px;
}

.blog-comments h3 {
  color: var(--color-dark);
  font-weight: 600;
}

.blog-comments-wrapper {
  margin: 30px 0;
}

.blog-comments-single {
  display: flex;
  justify-content: start;
  align-items: flex-start;
  margin-top: 50px;
}

.blog-comments-img {
  margin-top: 3px;
}

.blog-comments-single img {
  border-radius: 50%;
  width: 120px;
}

.blog-comments-content {
  padding: 0 0 0 20px;
}

.blog-comments-content span {
  font-size: 14px;
  color: var(--theme-color);
  font-weight: 500;
}

.blog-comments-content a {
  font-weight: 600;
  margin-top: 5px;
  color: var(--theme-color);
}

.blog-comments-content a:hover {
  color: var(--color-dark);
}

.blog-comments-content h5 {
  color: var(--color-dark);
  font-weight: 700;
  font-size: 20px;
}

.blog-comments-reply {
  margin-left: 50px;
}

.blog-comments-form {
  padding: 30px;
  margin-top: 50px;
  border-radius: 25px;
  background: var(--theme-bg-light);
}

.blog-comments-form h3 {
  margin-bottom: 20px;
}

.blog-comments-form .form-group {
  margin-bottom: 20px;
}

.blog-comments-form .form-control {
  padding: 15px 20px;
  border-radius: 15px;
  box-shadow: none;
  transition: var(--transition);
}

.blog-comments-form .form-control:focus {
  border-color: var(--theme-color);
}


@media all and (max-width: 767px) {
  .blog-meta {
    flex-direction: column;
    font-size: 15px;
  }

  .blog-meta .blog-meta-left ul {
    gap: 10px;
  }

  .blog-details-tags {
    flex-direction: column;
    align-items: flex-start;
  }

  .blog-author {
    flex-direction: column;
    text-align: center;
    padding: 25px 0 0 0;
  }

  .blog-comments-single {
    flex-direction: column;
    text-align: center;
    padding: 30px 0px;
    box-shadow: var(--box-shadow);
    margin-bottom: 30px;
    border-radius: 10px;
  }

  .blog-comments-img {
    width: 100%;
  }

  .blog-comments-content {
    padding: 20px;
  }

  .blog-comments-reply {
    margin-left: 0px;
  }
}


/* =========================
sidebar css
========================= */

.widget {
  background: var(--color-white);
  padding: 20px;
  margin-bottom: 30px;
  border-radius: 10px;
  box-shadow: var(--box-shadow);
}

.widget .widget-title {
  padding-bottom: 10px;
  margin-bottom:20px;
  position: relative;
  font-size: 23px;
  color: var(--color-dark);
}

.widget .widget-title::before {
  position: absolute;
  content: '';
  width: 15px;
  border-bottom: 3px solid var(--theme-color);
  bottom: 0;
  left: 0;
}

.widget .widget-title::after {
  position: absolute;
  content: '';
  width: 30px;
  border-bottom: 3px solid var(--theme-color);
  bottom: 0;
  left: 22px;
}

.widget .blog-search-form .form-control {
  padding: 12px 15px 12px 15px;
  border-radius: 15px;
  box-shadow: none;
  border-color: var(--border-info-color);
}

.widget .blog-search-form {
  position: relative;
}

.widget .blog-search-form .form-control:focus {
  border-color: var(--theme-color);
}

.widget .blog-search-form button {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 18px;
  padding: 8px 18px 6px 18px;
  background: transparent;
  border: none;
  color: var(--theme-color);
}

.widget .category-list a {
  display: block;
  padding: 10px 0;
  font-weight: 500;
  border-bottom: 1px solid var(--border-info-color);
  transition: var(--transition);
}

.widget .category-list a:last-child {
  margin-bottom: 0px;
  border-bottom: none;
}

.widget .category-list a:hover {
  padding-left: 10px;
  color: var(--theme-color);
}

.widget .category-list a i {
  margin-right: 5px;
  color: var(--theme-color);
}

.widget .category-list a span {
  float: right;
}

.widget .recent-post-single {
  display: flex;
  justify-content: start;
  /*align-items: center;*/
  margin-bottom: 20px;
}

.widget .recent-post-img {
  margin-right: 20px;
}

.widget .recent-post-img img {
  width:100px;
  border-radius:5px;
  max-width:100px;
}
.widget .recent-post-bio{background: #edffe6; padding: 10px; border-radius:7px;}
.widget .recent-post-bio h6 {
  font-size: 18px;
}

.widget .recent-post-bio span {
  font-size: 14px;
  color: var(--theme-color);
  font-weight: 500;
}

.widget .recent-post-bio span i {
  margin-right: 5px;
}

.widget .recent-post-bio h6 a:hover {
  color: var(--theme-color);
}

.widget .social-share-link a {
  width: 35px;
  height: 35px;
  line-height: 33px;
  border: 2px solid var(--theme-color);
  color: var(--theme-color);
  text-align: center;
  margin-right: 5px;
  border-radius: 50px;
  transition: var(--transition);
}

.widget .social-share-link a:hover {
  background: var(--theme-color);
  color: var(--color-white);
}

.widget .tag-list a {
      background: rgb(223 51 114);
    color: #ffffff;
  padding: 5px 15px;
  margin-bottom: 10px;
  margin-right: 10px;
  border-radius: 15px;
  display: inline-block;
  transition: var(--transition);
}

.widget .tag-list a:hover {
  background-color: var(--theme-color);
  color: var(--color-white);
}




/* =========================
51. Partner css
========================= */

.partner-negative{
  margin-bottom: -60px;
}

.partner-wrap{
  background: var(--color-white);
  position: relative;
  border-radius: 0 100px 100px 0;
  padding: 20px 20px;
  z-index: 2;
}

.partner-wrap img {
  background: var(--color-white);
  border-radius: 100px;
  padding: 18px 15px;
  margin-top: 5px;
  margin-bottom: 5px;
  border: 1px solid var(--border-info-color);
}



/* ===================
52. Contact us css 
====================== */
.contact-area{padding: 50px 0px; }
.contact-wrapper {
  position: relative;
}

.contact-form {
  background: var(--color-white);
  border-radius: 15px;
  padding: 30px 30px;
  box-shadow: var(--box-shadow);
}

.contact-form-header {
  margin-bottom: 30px;
}

.contact-form-header h2 {
  font-size: 30px;
  margin-bottom: 10px;
  font-weight: 600;
  color: var(--color-dark);
}

.contact-form .form-group {
  margin-bottom: 25px;
}

.contact-form .form-group .form-control {
  padding: 15px 18px;
  border-radius: 15px;
  box-shadow: none;
  transition: var(--transition);
  border-color: var(--border-info-color);
  color: var(--color-dark);
}

.contact-form .form-group .form-control::placeholder{
  color: var(--body-text-color);
}

.contact-form .form-group .form-control:focus {
  border-color: var(--theme-color);
}

.contact-map {
  margin-bottom: -9px;
}

.contact-map iframe {
  width: 100%;
  height: 450px;
}

.contact-content {
  margin-bottom: 50px;
  background: var(--color-white);
  border-radius: 15px;
  padding: 20px 30px;
  position: relative;
  box-shadow: var(--box-shadow);
}

.contact-content::before {
  content: "";
  position: absolute;
  left: 0;
  top: 30px;
  bottom: 30px;
  width: 3px;
  background: var(--theme-color);
  border-radius: 50px;
}

.contact-info {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 20px 0;
}

.contact-info-icon i {
  font-size: 24px;
  color: var(--color-white);
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50px 50px 50px 0;
  background: var(--theme-color);
}

.contact-info h5 {
  font-size: 22px;
  margin-bottom: 5px;
  color: var(--color-dark);
}

.contact-info p {
  font-weight: 500;
}


@media all and (max-width: 768px) {
  .contact-content {
    margin-bottom: 50px;
  }

.site-title {
    
    font-size: 20px;
     
}

.preloader .logo {
    max-width: 80%; 
    max-height: 148px;
     
}

}



/* ===================
53. Team css 
====================== */

/*service-slider===================*/
.team-slider.owl-theme .owl-nav {
  margin-top: 0px;
}

.team-slider.owl-theme .owl-nav button{
 background: var(--theme-color);
color: var(--color-white);
font-size: 25px;
  margin: 0;
  padding: 0;
  display: inline-block;
  cursor: pointer;
  height: 45px;
  width: 45px;
  border-radius: 50px;
  line-height: 45px;
  text-align: center;
  box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  transition: var(--transition);
  margin-top: -20px;
}

.team-slider.owl-theme .owl-nav button:hover{
   color: var(--theme-color);
  background: var(--color-white);
}

.team-slider.owl-theme .owl-nav .owl-prev {
  left: -25px;
}

.team-slider.owl-theme .owl-nav .owl-next {
  right: -25px;
}

.team-slider .owl-dots {
  text-align: center;
  margin-top: 10px;
}

.team-slider .owl-dots .owl-dot span {
  background: transparent;
  margin: 5px;
  border: 2px solid var(--theme-color);
  border-radius: 50px;
  width: 12px;
  height: 12px;
  display: inline-block;
  transition: var(--transition);
}

.team-slider .owl-dots .owl-dot.active span {
  background: var(--theme-color);
}





.team-area {
  position: relative;
  padding: 50px 0px;
}

.team-item {
  margin-bottom: 70px;
  position: relative;
  z-index: 1;
}

.team-img {
  border-radius:10px;
}

.team-img img {
  border-radius:10px;
}

.team-content {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: -45px;
  padding:5px 20px 5px 20px;
  background: var(--color-white);
  border-radius: 10px;
  box-shadow: var(--box-shadow);
}

.team-bio h5 {
  font-size:20px;
  margin-top: 5px;
  margin-bottom: 5px;
  text-transform: capitalize;
}

.team-bio h5 a {
  color: var(--color-dark);
}

.team-bio span {
  color: var(--theme-color);
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
}

.team-bio h5 a:hover {
  color: var(--theme-color);
}

.team-social-btn {
  position: absolute;
  right:40px;
  top:-10px;
}

.team-social-btn li {
  display: inline-block;
  position: absolute;
  bottom: 0;
  transition: .6s;
  list-style-type: none;
}

.team-social-btn li i {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: var(--theme-color);
  border-radius: 50px;
  color: var(--color-white);
  text-align: center;
  font-size: 20px;
  transition: .6s;
  opacity: 0;
  visibility: hidden;
  box-shadow: var(--box-shadow);
}

.team-social-btn li i:hover {
  background: var(--color-dark);
  color: var(--color-white);
}

.team-item li span i {
  opacity: 1;
  visibility: visible;
}

.team-item:hover li span i {
  background: var(--color-dark);
  cursor: pointer;
}

.team-item:hover .team-social-btn li i {
  opacity: 1;
  visibility: visible;
}

.team-social-btn li:nth-child(1) {
  z-index: 1;
}

.team-social-btn li:nth-child(2) {
  bottom: 0;
}

.team-social-btn li:nth-child(3) {
  bottom: 0;
}

.team-social-btn li:nth-child(4) {
  bottom: 0;
}

.team-social-btn li:nth-child(5) {
  bottom: 0;
}

.team-item:hover li:nth-child(1) {
  z-index: 1;
}

.team-item:hover li:nth-child(2) {
  bottom: 48px;
}

.team-item:hover li:nth-child(3) {
  bottom: 96px;
}

.team-item:hover li:nth-child(4) {
  bottom: 144px;
}

.team-item:hover li:nth-child(5) {
  bottom: 192px;
}

.team-item:hover li:nth-child(6) {
  bottom: 240px;
}




/* ===================
54. Pricing css 
====================== */

.pricing-item {
  position: relative;
  background: var(--color-white);
  overflow: hidden;
  padding: 30px;
  margin-bottom: 25px;
  border-radius: 100px 100px 100px 0;
  box-shadow: var(--box-shadow);
  transition: all .9s ease-in-out;
}

.pricing-item:hover {
  transform: translateY(-10px);
}

.pricing-content {
  background: var(--theme-color);
  padding: 20px 20px 20px 40px;
  border-radius: 85px 85px 85px 0;
}

.pricing-content h4 {
  margin-bottom: 10px;
  color: var(--color-white);
}

.pricing-amount {
  color: var(--color-dark);
  font-weight: 700;
}

.pricing-content p{
  color: var(--color-dark);
  font-weight: 500;
}

.pricing-feature {
  margin-top: 20px;
}

.pricing-feature ul {
  margin-top: 35px;
  margin-bottom: 35px;
}

.pricing-feature ul li {
  position: relative;
  margin: 10px 0;
  padding-left: 25px;
}

.pricing-feature ul li::before {
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  border: 3px solid var(--theme-color);
  border-radius: 50px;
  left: 0;
  top: 8px;
}



/* ===================
55. Faq css 
====================== */

.faq-area{padding: 50px 0px; background: url(../img/about-bg.jpg) repeat fixed;}

.faq-area p{color:#2c2b2b; font-size: 16px; line-height: 26px; }


.faq-area .accordion-item {
  border: none;
  margin-bottom: 25px;
  background: var(--color-white);
  color: var(--body-text-color);
  border-radius: 20px !important;
  box-shadow: var(--box-shadow);
}

.faq-area .accordion-item span {
   width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 50px;
  background: var(--theme-color);
  text-align: center;
  color: var(--color-white);
  margin-right: 15px;
}

/*.faq-area .accordion-item i {
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 50px;
  background: var(--theme-color);
  text-align: center;
  color: var(--color-white);
}*/

.faq-area .accordion-button:not(.collapsed) {
  color: var(--theme-color);
  background: transparent;
  box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}

.accordion-button {
  border-radius: 0px !important;
  background: transparent;
  font-weight: 600;
  font-size: 20px;
  color: var(--color-dark);
  box-shadow: none !important;
}

.accordion-button:not(.collapsed) {
  border-bottom: 1px dashed var(--theme-color);
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

@media all and (max-width: 991px) {
  .faq-right {
    margin-top: 50px;
  }

  .accordion-button {
    font-size: 16px;
  }
}



/* ===================
56. Breadcrumb css
====================== */

.site-breadcrumb {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  position: relative;
  padding-top:100px;
  padding-bottom:90px;
  z-index: 1;
}

.site-breadcrumb::before {
  content: "";
    position: absolute;
    background: rgba(0, 0, 0, .65);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1
}

.site-breadcrumb .breadcrumb-title {
  font-size: 35px;
  color: var(--color-white);
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: capitalize;
}

.site-breadcrumb .breadcrumb-menu {
  position: relative;
  z-index: 1;
}

.site-breadcrumb .breadcrumb-menu li {
  position: relative;
  display: inline-block;
  margin-left: 25px;
  color: var(--color-white);
  font-weight: 500;
  text-transform: capitalize;
}

.site-breadcrumb .breadcrumb-menu li a {
  color: var(--color-white);
  transition: all 0.5s ease-in-out;
}

.site-breadcrumb .breadcrumb-menu li::before {
  position: absolute;
  content: '\e122';
  font-family: 'Font Awesome 6 Pro';
  right: -18px;
  top: 5px;
  text-align: center;
  font-size: 12px;
  color: var(--color-white);
  font-weight: bold;
}

.site-breadcrumb .breadcrumb-menu li:first-child {
  margin-left: 0;
}

.site-breadcrumb .breadcrumb-menu li:last-child:before {
  display: none;
}

.site-breadcrumb .breadcrumb-menu li a:hover {
  color: var(--theme-color);
}

.site-breadcrumb .breadcrumb-menu li.active {
  color: var(--theme-color);
}

@media (max-width: 991px) {
  .site-breadcrumb {
    padding-top: 90px;
  }
}

/*============================contact-page-banner============================*/

.contact_site-breadcrumb {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-image: url('../img/breadcrumb/contact-banner.jpg');
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size:cover; /* Ensure image fits without cutting */
  position: relative;
  padding-top: 150px;
  padding-bottom: 150px;
  z-index: 1;
  min-height: 450px; /* Ensure minimum height */
}


/*.contact_site-breadcrumb::before {
  content: "";
    position: absolute;
    background: rgba(0, 0, 0, 0.1);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1
}*/

.contact_site-breadcrumb .breadcrumb-title {
  font-size: 35px;
  color: var(--color-white);
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: capitalize;
}

.contact_site-breadcrumb .breadcrumb-menu {
  position: relative;
  z-index: 1;
}

.contact_site-breadcrumb .breadcrumb-menu li {
  position: relative;
  display: inline-block;
  margin-left: 25px;
  color: var(--color-white);
  font-weight: 500;
  text-transform: capitalize;
}

.contact_site-breadcrumb .breadcrumb-menu li a {
  color: var(--color-white);
  transition: all 0.5s ease-in-out;
}

.contact_site-breadcrumb .breadcrumb-menu li::before {
  position: absolute;
  content: '\e122';
  font-family: 'Font Awesome 6 Pro';
  right: -18px;
  top: 5px;
  text-align: center;
  font-size: 12px;
  color: var(--color-white);
  font-weight: bold;
}

.contact_site-breadcrumb .breadcrumb-menu li:first-child {
  margin-left: 0;
}

.site-breadcrumb .breadcrumb-menu li:last-child:before {
  display: none;
}

.contact_site-breadcrumb .breadcrumb-menu li a:hover {
  color: var(--theme-color);
}

.contact_site-breadcrumb .breadcrumb-menu li.active {
  color: var(--theme-color);
}

@media (max-width: 991px) {
.contact_site-breadcrumb {
    padding-top: 90px;
  }
}



/* ===================
57. Pagination css 
====================== */

.pagination {
  /*display: flex;
  justify-content: center;
  align-items: center;*/
  margin-top:10px;
}

.pagination .page-link {
  border: none;
  background: var(--color-dark);
  color: var(--color-white);
  margin: 0 10px;
  border-radius: 15px !important;
  width: 40px;
  height: 40px;
  line-height: 28px;
  text-align: center;
  transition: var(--transition);
}

.pagination .page-link:hover,
.pagination .page-item.active .page-link {
  background: var(--theme-color);
  color: var(--color-white);
}

.pagination-showing{
  text-align: center;
  margin-top: 10px;
  color: var(--color-dark);
}




/* ===================
58. Auth css 
====================== */

.login-form {
  padding: 30px 40px;
  background: var(--color-white);
  border-radius: 50px 50px 50px 0;
  position: relative;
  box-shadow: var(--box-shadow);
}

.login-form .login-header {
  text-align: center;
  margin-bottom: 30px;
}

.login-form .login-header img {
  width: 200px;
  margin-bottom: 10px;
}

.login-form .login-header h3 {
  color: var(--theme-color);
  margin-bottom: 5px;
  font-weight: 800;
}

.login-form .login-header p {
  font-size: 20px;
}

.login-form .login-footer {
  margin-top: 25px;
}

.login-form .login-footer p {
  text-align: center;
}

.login-form .login-footer a {
  color: var(--theme-color);
  transition: .5s;
}

.login-form .login-footer a:hover {
  color: var(--theme-color);
}

.login-form .form-group {
  margin-bottom: 15px;
}

.login-form .form-group-icon{
  position: relative;
}

.login-form .form-group i {
  position: absolute;
  top: 16px;
  left: 18px;
  color: var(--theme-color);
}

.login-form label {
  color: var(--color-dark);
  margin-bottom: 5px;
}

.login-form .form-group .form-control {
  color: var(--color-dark);
  border: 1px solid var(--border-info-color);
  border-radius: 15px;
  padding: 12px 18px 12px 47px;
  box-shadow: none;
  transition: .5s;
}

.login-form .form-group .form-control::placeholder{
  color: var(--body-text-color);
}

.login-form .form-group .form-control:focus {
  border-color: var(--theme-color);
}

.login-form .form-check-input {
  box-shadow: none;
  border-radius: 6px;
}

.login-form .forgot-pass {
  color: var(--theme-color);
  transition: .5s;
}

.login-form .forgot-pass:hover {
  color: var(--theme-color);
}

.login-form .theme-btn {
  width: 100%;
}

.login-form .theme-btn::before {
  width: 480px;
  height: 480px;
}

.login-form .theme-btn i {
  margin-right: 5px;
}

.login-form .form-check-input {
  margin-top: 6.3px;
}

.login-form .form-check-label a {
  color: var(--theme-color);
  transition: .5s;
}

.login-form .form-check-label a:hover {
  color: var(--theme-color);
}

.form-check-input:checked {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}

.login-divider {
  position: relative;
  margin: 15px 0;
  text-align: center;
}

.login-divider::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  border-bottom: 1px solid var(--border-info-color);
}

.login-divider span {
  position: relative;
  background: var(--color-white);
  color: var(--body-text-color);
  padding: 0 20px;
}

.social-login a {
  display: block;
  margin-bottom: 15px;
  padding: 10px 20px;
  border-radius: 20px;
  text-align: center;
}

.social-login a i {
  float: left;
  margin-top: 6px;
}

.btn-fb {
  border: 1px solid #506DAB;
  color: #506DAB !important;
}

.btn-fb:hover {
  background: #506DAB;
  color: var(--color-white) !important;
}

.btn-gl {
  border: 1px solid #DD4B39;
  color: #DD4B39 !important;
}

.btn-gl:hover {
  background: #DD4B39;
  color: var(--color-white) !important;
}


@media only screen and (max-width: 991px) {
  .login-form {
    padding: 40px 20px;
  }
}



/* ===================
59. User profile css 
====================== */

.header-account img {
  width: 50px;
  border-radius: 50%;
  padding: 4px;
  border: 2px solid var(--theme-color);
  cursor: pointer;
}

.header-account .dropdown-menu {
  border: none;
  min-width: 200px;
  border-radius: 10px;
  box-shadow: var(--box-shadow);
}

.header-account .dropdown-menu li a i {
  margin-right: 5px;
  color: var(--theme-color);
}

.header-account .dropdown-menu .dropdown-item {
  padding: 8px 20px;
  color: var(--color-dark);
  font-weight: 500;
}

.header-account .dropdown-menu .dropdown-item:hover {
  background: transparent;
  color: var(--theme-color);
  padding-left: 25px;
}

.mobile-menu-right {
  gap: 20px;
}

.mobile-menu-right .header-account img {
  width: 30px;
  padding: 0;
  border: none;
}

.user-profile-sidebar {
  background: linear-gradient(145deg, #f9fdf9, #ffffff);
    padding: 12px;
    border-radius: 12px;
    margin-bottom: 20px;
    border: 1px solid #c7d5c7;
    box-shadow: inset 1px 1px 4px rgba(255, 255, 255, 0.8), inset -2px -2px 6px rgba(0, 0, 0, 0.05), 0 8px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s 
ease;
}

.user-profile-sidebar-top {
  text-align: center;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  background: linear-gradient(135deg, #4da627, #4f822f);
  border-radius: 10px;
}
.user-profile-sidebar-top h4{color: #fff; font-size: 18px;}

.user-profile-sidebar-top p a{color:#fff; font-size: 14px;}


.user-profile-img {
  position: relative;
  width: 100px;
  height: 100px;
  margin: 0 auto 15px auto;
  border-radius: 50px;
  padding-top: 10px;
}

.user-profile-img img {
  border-radius: 50%;
  padding: 5px; background: #fff;
}

.user-profile-sidebar-top p{
  color: var(--color-dark);
}

.profile-img-file {
  display: none;
}

.user-profile-img button {
  position: absolute;
  border-radius: 50px;
  background: #ffffff;
  color: #4f8d2d;
  width: 30px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  border: none;
  right: 0;
  bottom: 0;
}

.user-profile-sidebar-list li {
  margin: 5px 0; font-size: 15px;
}

.user-profile-sidebar-list li a {
  color: var(--color-dark);
  padding: 6px 6px 6px 15px;
  font-weight: 500;
  display: block;
  transition: var(--transition);
}

.user-profile-sidebar-list li a:hover {
  color: var(--theme-color);
}

.user-profile-sidebar-list li a i {
  margin-right: 5px;
  color: var(--theme-color);
}

.user-profile-sidebar-list .active i {
  color: var(--color-white);
}

.user-profile-sidebar-list .active {
  background: linear-gradient(135deg, #efca05, #e57400);
  color: var(--color-white) !important;
  border-radius: 50px;
}

.user-profile-sidebar-list li .badge{
  float: right;
  margin-top: 5px;
  background: var(--theme-color2);
  border-radius: 50px;
}

.profile-menu-angle{
  float: right;
  margin-top: 6px;
}

.profile-menu-list{
  margin-left: 40px;
}

.profile-menu-list li a{
  position: relative;
}

.profile-menu-list li a::before{
  content: "\e122";
  position: absolute;
  font-family: "Font Awesome 6 Pro";
  left: 0px;
  top: 13px;
  color: var(--theme-color);
  font-size: 8px;
  font-weight: bold;
}

.user-profile-card {
  background: var(--color-white);
  padding: 15px 25px;
  border-radius:10px;
  margin-bottom: 25px;
  border: 1px solid #c7d5c7;
  box-shadow: inset 1px 1px 4px rgba(255, 255, 255, 0.8), inset -2px -2px 6px rgba(0, 0, 0, 0.05), 0 8px 20px rgba(0, 0, 0, 0.1);
 



}

.user-profile-card-title {
  color: var(--color-dark);
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.user-profile-card .text-success {
  color: var(--theme-color) !important;
}

.user-profile-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.user-profile-card-header .user-profile-card-title {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.user-profile-card-header-right {
  display: flex;
  align-items: center;
  gap: 20px;
}

.user-profile-search .form-group {
  position: relative;
}

.user-profile-search .form-control {
  padding: 10px 12px 10px 35px;
  box-shadow: none;
  border-radius: 15px;
  border-color: var(--border-info-color);
  color: var(--color-dark);
}

.user-profile-search .form-control::placeholder{
  color: var(--body-text-color);
}

.user-profile-search .form-control:focus {
  border-color: var(--theme-color);
}

.user-profile-search i {
  position: absolute;
  left: 12px;
  top: 16px;
}

.user-profile-card-header .theme-btn {
  padding: 8px 15px;
}

.profile-info-list li {
  margin: 12px 0;
  font-weight: bold;
  color: var(--color-dark);
}

.profile-info-list li span {
  float: right;
  font-weight: normal;
}

.user-profile-form .form-group {
  margin-bottom: 20px;
}

.user-profile-form .form-group label {
  color: var(--color-dark);
  margin-bottom: 5px;
}

.user-profile-form .form-control {
  padding: 14px 20px;
  border-radius: 15px;
  box-shadow: none;
  border-color: var(--border-info-color);
  color: var(--color-dark);
}

.user-profile-form .form-control::placeholder{
  color: var(--body-text-color);
}

.user-profile-form .form-control:focus {
  border-color: var(--theme-color);
}

.user-profile-form .theme-btn {
  width: unset;
}


/* dashboard */
.dashboard-widget {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 20px;
  border-radius: 10px;
  margin-bottom: 30px;
  box-shadow: 0 0 40px 5px rgb(0 0 0 / 3%);
}

.dashboard-widget-info span {
  font-weight: 500;
}

.dashboard-widget-info h1 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 5px;
}

.dashboard-widget-icon {
  width: 65px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  border-radius: 50px;
  position: relative;
}

.dashboard-widget-icon::before{
  content: "";
  position: absolute;
  inset: -5px;
  border: 1px dashed var(--color-white);
  border-radius: 50px;
}

.dashboard-widget-color-1 {
  background: #008FFB;
  color: var(--color-white);
}

.dashboard-widget-color-1 h1 {
  color: var(--color-white);
}

.dashboard-widget-color-1 .dashboard-widget-icon {
  background: var(--color-white);
  color: #008FFB;
}

.dashboard-widget-color-2 {
  background: #25BDC7;
  color: var(--color-white);
}

.dashboard-widget-color-2 h1 {
  color: var(--color-white);
}

.dashboard-widget-color-2 .dashboard-widget-icon {
  background: var(--color-white);
  color: #25BDC7;
}

.dashboard-widget-color-3 {
  background: #F96768;
  color: var(--color-white);
}

.dashboard-widget-color-3 h1 {
  color: var(--color-white);
}

.dashboard-widget-color-3 .dashboard-widget-icon {
  background: var(--color-white);
  color: #F96768;
}

.user-notification-item {
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  padding: 10px 0;
}

.user-notification-item a {
  display: flex;
  gap: 15px;
}

.user-notification-item a:hover {
  color: var(--color-dark);
}

.user-notification-item:first-child {
  padding-top: 0;
}

.user-notification-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.user-notification-icon {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50px;
  background: var(--theme-color);
  color: var(--color-white);
  margin-top: 5px;
  text-align: center;
}

.user-notification-info {
  flex: 1;
}

.user-notification-info p {
  font-size: 15px;
}

.user-notification-info span {
  font-size: 14px;
}

.table-property-info a {
  display: flex;
  align-items: center;
  gap: 10px;
}

.table-property-info h6 {
  transition: var(--transition);
}

.table-property-info:hover h6 {
  color: var(--theme-color);
}

.table-property-info img {
  width: 70px;
  border-radius: 8px;
}

.user-profile-card .table>:not(caption)>*>* {
  vertical-align: middle;
  padding: 0.8rem 0.8rem;
}

.user-profile-card .table th,
.user-profile-card .table td{
  color: var(--color-dark);
}

/* profile badge */
.user-profile-card .badge{
  border-radius: 50px;
}

.user-profile-card .badge-success{
  background: rgba(9, 173, 149, .2);
  color: #09AD95;
}

.user-profile-card .badge-warning{
      background: #fff7cf;
    color:#fbd300;
}

.user-profile-card .badge-danger{
  background: rgba(249, 103, 104, .2);
  color: #F96768;
}
.date{color:#4f822f; font-weight: 600;}

/* profile btn */
.user-profile-card .btn{
  border-radius: 8px;
}


/* profile table */
.user-profile-card .table{
  color: var(--color-dark);
}
.user-profile-card .table thead th {
  background:#d7f4cb !important; padding: 10px 10px; font-size: 16px;
}
.user-profile-card .table td{font-size: 14px;}



/* my listing */
.table-listing-info a{
  display: flex;
  gap: 15px;
}

.user-profile-listing img {
  width: 120px;
  border-radius: 50px 50px 50px 0;
}

.table-listing-content h6 {
  font-size: 18px;
  font-weight: 600;
}

.table-listing-content p {
  font-size: 15px;
  color: var(--color-dark);
}

.table-listing-content p i{
  color: var(--theme-color);
}

.table-listing-content span {
  font-weight: 700;
  color: var(--color-dark);
}

.user-profile-listing .bg-success {
  background: var(--theme-color) !important;
}

.user-profile-listing .table tbody tr td {
  padding: 1.5rem 0.8rem;
}


/* add listing */
.add-listing-form .form-group {
  margin-bottom: 15px;
}

.add-listing-form .form-group label {
  margin-bottom: 5px;
  color: var(--color-dark);
  font-size: 15px;
}

.add-listing-form .form-control {
  border-radius: 15px;
  padding: 15px 20px;
  box-shadow: none;
  color: var(--color-dark);
  border-color: var(--border-info-color);
}

.add-listing-form .form-control::placeholder {
  color: var(--body-text-color);
}

.add-listing-form .nice-select {
  width: 100%;
  height: 56px;
  line-height: 55px;
  border-radius: 15px;
  padding-left: 20px;
  font-size: 16px;
  border-color: var(--border-info-color);
  color: var(--body-text-color);
  margin-bottom: 15px;
}

.add-listing-form .form-control:focus,
.add-listing-form .nice-select:focus {
  border-color: var(--theme-color);
}

.add-listing-form .nice-select .list {
  width: 100%;
  border: none;
  border-radius: 12px;
  padding: 10px;
  box-shadow: 0px 0px 50px 0px rgb(32 32 32 / 15%);
}

.add-listing-form .nice-select .option.focus,
.add-listing-form .nice-select .option.selected.focus,
.add-listing-form .nice-select .option:hover {
  background: #F6F6F6;
  color: var(--theme-color);
  border-radius: 8px;
}

.add-listing-form .nice-select:after {
  width: 8px;
  height: 8px;
  margin-top: -5px;
  right: 15px;
}

.add-listing-form .listing-img-upload {
  width: 100%;
  height: 140px;
  border: 2px dashed var(--border-info-color);
  border-radius: 15px;
  cursor: pointer;
}

.add-listing-form .listing-img-file {
  display: none;
}

.add-listing-form .listing-img-upload span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}

.add-listing-form .listing-img-upload span i {
  margin-right: 5px;
}

.add-listing-form .form-check {
  margin-bottom: 15px;
}

.add-listing-form .form-check-input {
  margin-top: 6.5px;
  border-radius: 6px;
  box-shadow: none;
}

.add-listing-form .form-check-input:focus {
  border-color: var(--theme-color);
}

.add-listing-form .form-check label {
  color: var(--color-dark);
}

.add-listing-form .form-group-icon{
  position: relative;
}

.add-listing-form .form-group-icon i{
  position: absolute;
  left: 18px;
  top: 20px;
}

.add-listing-form .form-group-icon .form-control{
  padding-left: 42px;
}


/* profile message */
.profile-message-wrapper {
  display: flex;
}

.profile-message-inbox {
  max-width: 340px;
  border: 1px solid #EDF1F9;
  border-radius: 10px;
}

.profile-message-inbox {
  overflow: hidden;
}

.message-content {
  padding-left: 30px;
  position: relative;
  overflow: hidden;
}

.message-content-info {
  max-height: 750px;
  overflow-y: scroll;
  margin-right: -50px;
  padding-right: 50px;
}

.profile-message-inbox,
.message-content {
  flex: 1;
}

.profile-message-inbox ul {
  max-height: 950px;
  overflow-y: scroll;
  width: 357px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.profile-message-inbox ul li.message-active {
  border-left: 3px solid var(--theme-color);
}

.profile-message-inbox ul li {
  border-bottom: 1px solid #EDF1F9;
  transition: .2s;
  list-style: none;
}

.profile-message-inbox ul li:last-child {
  border-bottom: none;
}

.message-by-content h5 {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1;
}

.profile-message-inbox ul li a {
  position: relative;
  display: block;
  padding: 30px;
}

.profile-message-inbox .message-avatar {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
}

.message-avatar img {
  display: inline-block;
  width: 54px;
  height: 54px;
  border-radius: 50%;
}

.message-avatar img {
  width: 50px;
  height: 50px;
}

.profile-message-inbox .message-by {
  margin-left: 50px;
}

.message-by-content h5 i {
  background: #F98F14;
  padding: 3px 8px;
  border-radius: 50px;
  color: var(--color-white);
  font-size: 13px;
}

.message-by-content span {
  font-size: 13px;
  position: absolute;
  top: 25.5px;
  right: 25px;
  float: right;
  color: #888888;
}

.profile-message-inbox .message-by p {
  height: 26px;
  max-width: 205px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 14px;
  margin: 0;
  padding: 0;
  color: #6B747D;
  line-height: 27px;
}

.message-item {
  display: block;
  position: relative;
  margin-bottom: 25px;
}

.message-item .message-avatar {
  position: absolute;
  left: 0;
  top: 0;
}

.message-item .message-avatar img {
  width: 50px;
  height: 50px;
  display: inline-block;
  border-radius: 50%;
}

.message-item .message-description {
  margin-left: 70px;
  background: #F4F5F7;
  border-radius: 12px;
  padding: 20px;
  position: relative;
}

.message-item .message-description::before {
  position: absolute;
  top: 0px;
  left: -9px;
  content: "\f0d9";
  font-family: "Font Awesome 6 Pro";
  font-weight: bold;
  font-size: 31px;
  color: #F4F5F7;
}

.message-item .message-description p {
  font-size: 15px;
  padding: 0;
  margin: 0;
  line-height: 27px;
}

.message-item.me .message-avatar {
  left: auto;
  right: 0;
  position: absolute;
  top: 0;
}

.message-item.me .message-description {
  color: #25BDC7;
  background-color: #E9F7F5;
  margin-left: 0;
  margin-right: 70px;
  border-radius: 12px;
  padding: 20px;
  position: relative;
}

.message-item.me .message-description::before {
  content: "\f0da";
  left: auto;
  right: -10px;
  color: #E9F7F5;
}

.message-reply {
  margin-top: 15px;
  position: absolute;
  bottom: 0;
  left: 30px;
  right: 15px;
}

.message-reply .form-control {
  padding: 15px 20px;
  box-shadow: none;
  border-radius: 10px;
}

.message-reply .form-control:focus {
  border-color: var(--theme-color);
}

.message-reply .theme-btn {
  margin-top: 15px;
}

.message-status {
  width: 12px;
  height: 12px;
  background: #252629;
  display: flex;
  border-radius: 50%;
  border: 3px solid var(--color-white);
  position: absolute;
  right: -5px;
  top: 50%;
}

.message-status.online {
  background: #09AD95;
}

.message-status.offline {
  background: #DD4B39;
}

.message-status.busy {
  background: #F6B500;
}

.profile-message .header-account img {
  width: 45px;
}



@media all and (max-width: 991px) {
  .message-by-content span {
    right: 65px;
  }

  .message-reply {
    right: 0;
  }
}

@media all and (max-width: 767px) {
  .table-property-info a {
    display: block;
  }

  .table-property-info h6 {
    margin-top: 10px;
  }

  .user-profile-card-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .user-profile-card-header-right {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .profile-message .profile-message-wrapper {
    flex-direction: column;
    gap: 50px;
  }

  .profile-message .user-profile-card-header {
    flex-direction: row;
    align-items: center;
    gap: 20px;
  }

  .profile-message .message-content {
    padding-left: 0;
    padding-bottom: 200px;
  }

  .message-reply {
    left: 0;
  }

}



/* ===================
60. Coming soon css 
====================== */

.coming-soon {
  background-repeat: no-repeat;
  background-size: cover !important;
  background-position: center !important;
  min-height: 100vh;
  width: 100%;
  top: 0;
  left: 0;
  position: relative;
}

.coming-soon .container {
  position: relative;
}

.coming-soon:before {
  position: absolute;
  content: '';
  background: rgba(0, 0, 0, .7);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.coming-soon .newsletter-form {
  position: relative;
  margin-top: 30px;
}

.coming-soon .newsletter-form .input-newsletter {
  height: 55px;
  display: block;
  width: 100%;
  border: none;
  border-radius: 50px;
  font-size: 14px;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 25px;
  box-shadow: none;
}

.coming-soon .newsletter-form button {
  position: absolute;
  right: 4px;
  top: 4px;
  bottom: 4px;
  height: auto;
  border: none;
  border-radius: 50px;
  background: var(--theme-color);
  display: inline-block;
  color: var(--color-white);
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 500;
  transition: .5s;
}

.coming-soon .newsletter-form button:hover {
  background-color: var(--theme-color);
  color: var(--color-white);
}

.coming-social {
  margin-top: 30px;
  text-align: center;
}

.coming-social a {
  color: var(--color-white);
  margin: 5px;
  width: 40px;
  height: 40px;
  line-height: 36px;
  text-align: center;
  border-radius: 50px;
  border: 2px solid var(--color-white);
  display: inline-block;
  transition: .5s;
}

.coming-social a:hover {
  background: var(--theme-color);
  border-color: var(--theme-color);
}

.countdown-wrap {
  margin-top: 30px;
}

.countdown-single {
  border: 10px solid var(--theme-color);
  background: var(--color-white);
  padding: 15px 20px;
  margin: 10px;
  position: relative;
  overflow: hidden;
  border-radius: 100px;
  box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
}

.countdown-single h2 {
  color: var(--theme-color);
}

.countdown-single h5 {
  color: var(--theme-color);
}




/* ===================
61. Error css 
====================== */

.error-wrapper {
  text-align: center;
}

.error-wrapper h1 {
  font-size: 250px;
  letter-spacing: 5px;
  font-weight: bold;
  color: var(--theme-color);
  line-height: 1;
}

.error-wrapper h1 span {
  color: var(--color-dark);
}

.error-wrapper h2 {
  margin-top: 30px;
  margin-bottom: 10px;
}

.error-wrapper img {
  width: 100%;
}

.error-wrapper .theme-btn {
  margin-top: 30px;
}


@media all and (max-width: 767px) {
  .error-wrapper h1 {
    font-size: 160px;
  }
}



/* ===================
62. Terms/privacy css 
====================== */

.terms-content:not(:last-child) {
  margin-bottom: 54px;
}

.terms-content:first-child {
  margin-top: -3px;
}

.terms-content .terms-list {
  margin-top: 37px;
}

.terms-content h3 {
  margin-bottom: 23px;
  position: relative;
  font-weight: 600;
}

.terms-content p:not(:last-child) {
  margin-bottom: 26px;
}

.terms-list li:not(:last-child) {
  margin-bottom: 16px;
}




/* ===================
63. Footer css 
====================== */

.footer-area {
  background: 
    repeating-linear-gradient(
      45deg,
      rgba(255,255,255,0.03) 0,
      rgba(255,255,255,0.03) 1px,
      transparent 1px,
      transparent 20px
    ),
    linear-gradient(135deg, #2c003e, #4b0082, #000);

  background-size: cover;
  position: relative;
  overflow: hidden;
  z-index: 1;
  color: #fff;
}
./*footer-area.ft-bg::before{
  content: "";
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    position: absolute;
    background: linear-gradient(90deg, rgb(4, 27, 40), rgba(2, 15, 22, 0.55), rgba(0, 0, 0, 0)) !important;
    z-index: -1;
}*/

.footer-widget-box {
  margin-bottom: 20px;
}

.footer-widget {
  position: relative;
  z-index: 1;
}

.footer-logo img {
  width: 250px;
  margin-bottom:10px;
}

.copyright {
  padding: 20px 0;
  border-top: 1px dashed var(--border-white-color);
  margin-top: 20px;
}

.copyright .footer-menu {
  margin: 0;
  padding: 0;
  text-align: right;
}

.copyright .footer-menu li {
  display: inline-block;
  margin-left: 25px;
  font-size: 16px;
}

.copyright .footer-menu li a {
  color: var(--footer-text-color);
  transition: var(--transition);
}

.copyright .footer-menu li a:hover {
  color: var(--theme-color);
}

.copyright .copyright-text {
  color: var(--footer-text-color);
  margin-bottom: 0px;
  font-size:14px;
}

.copyright .copyright-text a {
  color: var(--theme-color);
  font-weight: 500;
}

.footer-widget-title {
  color: var(--footer-text-color);
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 30px;
  font-weight:700;
  font-size:20px;
  z-index: 1;
}

.footer-widget-title::before {
  position: absolute;
  content: '';
  z-index: -1;
  width: 30px;
  height: 2.5px;
  background-color: var(--theme-color);
  bottom: 0;
  left: 0;
}

.footer-widget-title::after {
  position: absolute;
  content: '';
  z-index: -1;
  width: 10px;
  height: 2.5px;
  background-color: var(--theme-color);
  bottom: 0;
  left: 35px;
}

.footer-list {
  display: flex;
  flex-direction: column;
  gap: .8rem;
}
.footer-list li{font-size: 16px;}
.footer-list li a {
  color: var(--footer-text-color);
  transition: var(--transition); display: flex;
}

.footer-list li a i {
  margin-right: 5px;
  color: #fff;
  font-size: 13px;
      top: 6px;
    position: relative;
}

.footer-list li a:hover {
  padding-left: 10px;
  color: var(--theme-color);
}

.footer-widget-box p {
  color: var(--footer-text-color);
  padding-right: 18px;
  margin-bottom: 20px;
}

.footer-social {
  display: flex;
  gap: 15px;
  justify-content: end;
}

.footer-social li a i {
  height: 38px;
  width: 38px;
  line-height: 38px;
  text-align: center;
  border-radius: 50px;
  background: rgba(255, 255, 255, .08);
  color: var(--theme-color);
  transition: var(--transition);
}

.footer-social li a i:hover {
  background: var(--theme-color);
  color: var(--color-white);
}
 
.footer-contact li {
  position: relative; 
   display: flex;
  color: var(--footer-text-color);
  font-size: 16px;
  margin-bottom: 15px;
  display:flex;
}

.footer-contact li a {
  color: var(--footer-text-color);
  transition: 0.3s;
}

.footer-contact li i {  
  min-width: 32px;
  min-height: 32px;
  line-height: 32px;
  font-size:20px;
  margin-right:5px;
/*  border-radius: 50px 50px 50px 0;*/
/*  background: var(--theme-color);*/
  text-align: center;
  transition: 0.3s;
  color:#fff;
}

.footer-call{
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 10px;
}

.footer-call-icon i{
  background: transparent !important;
  font-size: 45px !important;
  color: var(--theme-color) !important;
}

.footer-call-info h6{
  color: var(--footer-text-color);
  font-weight: 700;
}

.footer-call-info a{
  color:#fff !important;
  font-size: 20px;
  font-weight: 700;
}

.subscribe-form .form-control {
  padding: 14px 20px;
  border-radius: 18px;
  box-shadow: none;
  border: none;
  color: var(--color-dark);
}

.subscribe-form .form-control::placeholder{
  color: var(--color-dark);
}

.subscribe-form .form-group-icon{
  position: relative;
}

.subscribe-form .form-group-icon i{
  position: absolute;
  left: 20px;
  top: 19px;
  color: var(--theme-color);
}

.subscribe-form .form-group-icon .form-control{
  padding: 15px 18px 15px 45px;
}

.subscribe-form .theme-btn {
  margin-top: 20px;
  width: 100%;
}

.subscribe-form p{
  margin-top: 5px;
  margin-bottom: 10px;
}

.footer-payment-method{
  display: flex;
  align-items: center;
  margin-top: 15px;
  gap: 8px;
}

.footer-payment-method h6{
  font-weight: 700;
  color: var(--footer-text-color);
  white-space: nowrap;
}

.payment-method-img img{
  width: 35px;
  margin: 2px;
  border-radius: 4px;
}

@media all and (min-width: 1199px) and (max-width: 1399px) {
  .payment-method-img img{
    width: 33px;
  }
}

@media all and (max-width: 1199px) {
  .footer-widget-box {
    margin-bottom: 50px;
  }
}

@media all and (max-width: 991px) {
  .footer-widget-wrapper {
    padding-bottom: 0px;
  }

  .copyright .footer-menu {
    float: left;
    margin-top: 20px;
    text-align: left;
  }

  .copyright .footer-menu li {
    margin-left: 0;
    margin-right: 15px;
  }

}

@media all and (max-width: 767px) {
  .footer-widget-wrapper {
    padding-bottom: 0px;
  }

  .footer-social {
    justify-content: flex-start;
    margin-top: 20px;
  }
}




/* ====================
64. Home 2
==================== */

.home-2 .main{
  margin-top: 0rem;
}

.home-2 .header-top{
  background: var(--theme-color);
  padding: 2px 0 3px 0;
} 

.home-2 .header-top::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: -1px;
  width: 62%;
  background: var(--color-dark);
  border-radius: 0 50px 0 0;
  z-index: -1;
}

.home-2 .navbar{
  background: var(--color-white);
}

.home-2 .navbar-toggler-btn-icon{
  color: var(--color-dark);
}

.home-2 .hero-single{
  padding-top: 200px;
  padding-bottom: 220px;
  border-radius: 40px;
}

.home-2 .hero-single::before{
  border-radius: 40px;
  background: rgba(0, 0, 0, .3);
}

.home-2 .header-top-right .account a:hover {
  color: var(--color-white);
}

.home-2 .search-wrapper{
  margin-top: -50px;
}

.home-2 .footer-area{
  --footer-bg: #0D233E;
}

@media all and (min-width: 992px){
  .home-2 .navbar .nav-item .nav-link {
    color: var(--color-dark);
  }

  .home-2 .navbar .nav-item .nav-link.active,
  .home-2 .navbar .nav-item .nav-link:hover {
    color: var(--theme-color);
  }
}



/* ====================
65. Home 3
==================== */

.home-3 .main{
  margin-top: -6rem;
}

.home-3 .hero-single{
  padding-top: 320px;
  padding-bottom: 180px;
}

.home-3 .hero-single::before{
  background: rgba(0, 0, 0, .5);
}

.home-3 .search-wrapper{
  margin-top: 0;
}

.home-3 .search-header{
  justify-content: center;
  flex-direction: unset;
  margin: unset;
}

.home-3 .search-nav{
  box-shadow: var(--box-shadow);
}

.home-3 .search-wrapper .tab-content{
  padding: 45px 25px 45px 25px;
}

.home-3 .search-form .search-btn .theme-btn{
  right: unset !important;
  top: unset;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
  box-shadow: var(--box-shadow);
}


/* ====================
66. Home 4
==================== */

.home-4 .header-top{
  border-bottom: 1px solid var(--border-info-color);
}

.home-4 .top-social a{
  border-color: var(--theme-color);
  color: var(--theme-color);
}

.home-4 .top-social a:hover{
  background: var(--theme-color);
  color: var(--color-white);
}

.home-4 .top-contact-info ul li a{
  color: var(--color-dark);
}

.home-4 .header-top-right .account a{
  color: var(--color-dark);
}

.home-4 .header-top-right .nice-select{
  color: var(--color-dark);
}

.home-4 .header-top-right .nice-select:after{
  border-color: var(--color-dark);
}

.home-4 .hero-single{
  padding-top: 240px;
  padding-bottom: 0;
}

.home-4 .hero-single::before{
  background: transparent;
  background-image: url(../img/shape/06.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: .3;
}

.home-4 .hero-single .hero-content .hero-title{
  color: var(--color-dark);
}

.home-4 .hero-single .hero-content p{
  color: var(--color-dark);
}

.home-4 .hero-single .hero-img{
  margin-top: 50px;
}

.home-4 .hero-single .hero-img img{
  border-radius: 200px;
}

.home-4 .search-wrapper{
  margin-top: -70px;
}

.home-4 .search-form .flight-type{
  margin-bottom: 15px;
}

.home-4 .search-form .form-group{
  border-radius: 20px;
  background: transparent;
  border: 1px solid rgba(37, 189, 199, .4);
}

@media all and (min-width: 992px){
  .home-4 .navbar .nav-item .nav-link {
    color: var(--color-dark);
  }

  .home-4 .navbar .nav-item .nav-link.active,
  .home-4 .navbar .nav-item .nav-link:hover {
    color: var(--theme-color);
  }

  .home-4 .search-form-swap{
    left: -30px;
  }
}

@media all and (max-width: 991px){
  .home-4 .navbar-collapse{
    border: 1px solid var(--border-info-color);
  }

  .home-4 .navbar-toggler-btn-icon{
    color: var(--color-dark);
  }

  .home-4 .search-wrapper{
    margin-top: 0px;
  }

  .home-4 .search-form .form-group{
    margin-bottom: 0;
  }

  .home-4 .search-wrapper .search-box{
    padding-bottom: 50px;
  }
}








/*19-8-25=====================*/


/* Static Overlay Part */
.hero-overlay-static {
  position: absolute;
  bottom:12%;
  left: 50%;
  transform: translateX(-50%);
  z-index:1;
  color: #fff;
  width:96%; /* Slightly narrower for better centering */
  max-width: 1200px; /* Prevents stretching on large screens */
  text-align: center;
  padding: 0 10px;

}

/* Search */
.hero-search {
  display: flex;
  justify-content: center;
  align-items: center;
  padding:10px 10px;
  margin: 0 auto;
  max-width: 800px;
  border-radius: 20px;

  /* White transparent background */
  background: rgba(255, 255, 255, 0.3); 
/*  backdrop-filter: blur(15px);*/
   /* glass effect */
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08); /* subtle elevation */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.search-box2 {
  display: flex;
  align-items: center;
  background:#fff;
  backdrop-filter: blur(12px);
  border-radius: 50px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.08);
  overflow: hidden;
  max-width:800px;
  width: 100%;  
}

.search-box2 input {
  flex: 1;
  padding: 15px 30px;
  border: none;
  outline: none;
  font-size: 1rem;
  background: transparent;
  font-size: 14px;
}

.search-box2 input::placeholder {
  color:#333;
  font-style: normal;  
}

.search-box2 button {
  padding: 15px 30px;
  border: none;
  background:#4da627;
  border: 1px solid #4da627;
  color: #fff;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 8px;
}

.search-box2 button:hover {
  background: #f38035;
   border:1px solid #f38035;
}

/* Stats */
.hero-stats {
  margin-top: 20px;
}

.hero-stats .btn-custom {
  background: #ff5722;
  border: none;
  padding: 12px 25px;
  border-radius: 30px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 15px;
  cursor: pointer;
  transition: transform 0.2s ease, background 0.3s ease;
}

.hero-stats .btn-custom:hover {
  background: #e64a19;
  transform: translateY(-3px);
}

.hero-stats .stats-list {
  display: flex;
 justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

.hero-stats .stat {
    /*display: flex;
    align-items: center;*/
    gap: 8px;
    border:none;
    padding:10px 14px;
    background: #ffd700; /* Green to bright orange gradient */
    border-radius:10px;
    /*  cursor: pointer;*/
    transition: all 0.3s ease;
    font-weight:600;
    letter-spacing: 0px;
    color:#000;
    /*box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);*/
    font-size:18px;
     /*flex: 0.8; 
     text-align: center;*/
}

.hero-stats .stat i {
  font-size: 16px;
  color: #000; /* optional: accent color for icons */
}

.hero-stats .stat:hover {
/*  box-shadow: 0 6px 18px rgba(77, 166, 39, 0.5);*/
/*  transform: translateY(-3px);*/
  background:#e5c205;
   
}
/* Responsive */
@media (max-width: 768px) {
   .hero-single .hero-content .hero-title {
    font-size:18px;
    margin:45px 0;
  }
 .hero-single {
    padding-top: 10px;
    padding-bottom: 200px;
    
}

.hero-stats .stats-list {
     flex-wrap: nowrap; 
    white-space: nowrap;
    overflow-x: scroll;
}

.hero-overlay-static {
/*    bottom: 19%; */
    width: 100%; 
}
  .hero-search2 {
    padding: 10px 20px;
  }

   .search-box2 i{display:none;}

  .search-box2 input {
    width: 100%;
    padding: 12px 15px;
    font-size: 0.95rem;
  }

  .search-box2 button {
    
    padding: 12px;
    justify-content: center;
    font-size: 0.95rem;
  }

  .hero-stats .stats-list {
    gap: 8px;
  }

  .hero-stats .stat {
    font-size: 12px;
    padding:4px 8px;
    border-radius: 20px;
  }

  .hero-stats .stat i {
    font-size: 14px;
  }
.hero-overlay-static {
        bottom:5% !important;
    }



}

@media (max-width: 480px) {
  .hero-search2 {
    padding: 8px 12px;
  }

 .hero-stats .stat {
    font-size: 14px;
    
  }  
 
}

.bg_map{background: url(../img/bgmap.png) center top no-repeat;}


.themebased-img{
  overflow: hidden;
  border-radius:150px;
  position: relative;
}

.themebased-img img {
  border-radius:150px;
  width: 100%;
  transition: var(--transition);
}

/*.themebased-item:hover .destination-img img {
  transform: scale(1.1);
}*/
.themebased-info{ 
  border-radius: 200px; border:1px solid #e9e4e4;
   
}



.destination-area.bg::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: url(../img/shape/02.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: .3;
}


.all_bg{
/*  background: url(../img/bg1.png) no-repeat; */
   
    background:#fdfdfd url(../img/bg1.png) repeat;
        border-bottom: 1px solid #f3eeee;
    
     
  } 





/*----------------------call-to-action--------------------*/
.callt-to-action {
  background-color: #4DA528;
  border-radius: 7px;
  padding: 35px 39px 39px 39px;
  position: relative;
}
.callt-to-action .callt-to-action-content .image {
  margin-right: 43px;
}
.callt-to-action .callt-to-action-content .image img {
  width: 74px;
}
.callt-to-action .callt-to-action-content .content .title-call {
  font-size: 36px;
  font-weight: 700;
  line-height: 45px;
  color: #FFFFFF;
  margin-bottom: 10px;
}
.callt-to-action .callt-to-action-content .content .des {
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  font-family: "DM Sans", sans-serif;
  color: rgba(255, 255, 255, 0.52);
  text-transform: capitalize;
}
.callt-to-action .shape-ab {
  position: absolute;
  width: auto;
  right: 22%;
  -webkit-animation: anime-rorate 8s infinite;
  animation: anime-rorate 8s infinite;
}
.callt-to-action .mask-cta {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -16%;
}

.widget-banner-contact {
  background-image: url(../img/bg3.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed; position: relative;
}
.widget-banner-contact::before {
  content: "";
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  background: linear-gradient(90deg, rgb(4, 27, 40), rgba(2, 15, 22, 0.55), rgba(0, 0, 0, 0)) !important;
}
.widget-banner-contact address {
  margin-left: 34px;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  color: #FFFFFF;
  padding: 16px 34px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 66px;
}
.widget-banner-contact address a {
  color: #FFFFFF;
}
.widget-banner-contact .mask-icon-banner {
  position: absolute;
  left: 52%;
  bottom: 23%;
  width: auto;
  animation: dot-anim-2 3s linear 0s infinite alternate;
}
.widget-banner-contact .image-banner-contact {
  margin-left: 38px;
}
.widget-banner-contact .content-banner-contact {
  padding-top: 93px;
  padding-bottom: 50px;
}

.widget-banner-contact h2 {
    font-size: 50px;
    line-height: 60px;
    font-weight: 800;
    margin-bottom: 40px;
}

.text-main {
    color: #4DA528 !important;
}

.widget-icon-video {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    background-color: #4DA528;
    animation: pulse_two 2s infinite;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.flex-three {
    display: flex
;
    align-items: center;
}





/*continuew-marquee========================*/


 .marquee {
  position: relative;
  overflow: hidden;
  padding: 60px 0;
  background: #fff; /* clean white background */
  -webkit-mask-image: linear-gradient(to right, transparent, #000 60px, #000 calc(100% - 60px), transparent);
  mask-image: linear-gradient(to right, transparent, #000 60px, #000 calc(100% - 60px), transparent);
}

.marquee__track {
  display: flex;
  width: max-content;
  gap: 2rem;
  align-items: center;
  animation: scroll 28s linear infinite;
}

.marquee.reverse .marquee__track {
  animation: scroll 32s linear infinite reverse;
}

/* pause on hover */
.marquee:hover .marquee__track { animation-play-state: paused; }

.lane {
  display: flex;
  gap: 10px;
  align-items: center;
}

.chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border-radius: 999px;
  background:#f38035;
  border: 1px solid #f38035;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  box-shadow: 0 2px 6px rgba(0,0,0,.08); /* soft shadow for freshness */
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

/* subtle hover effect */
.chip:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0,0,0,.12);
}

@keyframes scroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

@media (max-width: 640px) {
  .chip { font-size: 13px; padding: 9px 14px; }
  .marquee {
    -webkit-mask-image: linear-gradient(to right, transparent, #000 30px, #000 calc(100% - 30px), transparent);
    mask-image: linear-gradient(to right, transparent, #000 30px, #000 calc(100% - 30px), transparent);
  }
}


/*service-section=========================*/
.service_section{ background:#f0fbeb; padding:50px 0px; }
 .services {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
      gap: 25px;
      margin:0px auto;
    }

.service-card {
  background: #fff;
  border: none;
  border-radius: 16px;
  padding: 30px 20px;
  text-align: center;
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
  transition: transform 0.3s, box-shadow 0.3s, background-color 0.3s;
  overflow: hidden;
  margin-bottom: 40px;
}

.service-card:hover {
  background: linear-gradient(to right, #f9f9ff, #e6eaff); /* left → right gradient */
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.12);
}
    .icon {
      width: 90px;
      height: 90px;
      /*margin: 0 auto 15px;*/
      border-radius: 50%;
      background:#caddc2;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size:50px;
      color: #0077ff;
    }

 .icon imm{max-width: 100px;}





    .service-card h3 {
      margin: 0;
      font-size:15px;
      color: #333;
    }
}

  
 .social li a {
  text-decoration: none;
  font-size: 18px;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius:  50%;
  transition: all 0.3s ease;


}

/* Brand backgrounds */
.social li a.facebook { background: #1877F2; border-radius: 50%; margin-bottom: 10px;}
.social li a.instagram { background: linear-gradient(45deg, #F58529, #DD2A7B, #8134AF, #515BD4); 
  border-radius: 50%;  margin-bottom: 10px;}
.social li a.linkedin { background: #0A66C2; border-radius: 50%; margin-bottom: 10px;}
.social li a.twitter { background: #000; border-radius: 50%; margin-bottom: 10px;}

/* Circle icon inside */
.social li a i {
  background: transparent;
/*  border: 1px solid #fff;*/
  border-radius: 100%;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
}

/* Hover effect */
.social li a:hover {
  transform: translateY(-4px) rotate(10deg);
  filter: brightness(1.2);
  box-shadow: 0 6px 12px rgba(0,0,0,0.2);
}

 


.pull-right {
    float: right;
}
.requestcall {
  background: linear-gradient(135deg, #4da627, #ff7a00); /* green → orange */
  border: 0;
  border-radius: 6px 6px 0 0; /* subtle rounded corners */
  position: fixed;
  top: 36%;
  right: -65px;               /* offset for rotation */
  z-index: 4;
  color: #fff;
  padding: 6px 14px;
  font-weight: 600;
  text-transform: uppercase;
  transform: rotate(-90deg);
  font-size: 15px;
  width: 170px;
  height:40px;
  letter-spacing: 1px;

  /* smart effects */
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  cursor: pointer;
  transition: all 0.3s ease;
}

/* Hover */
.requestcall:hover {
  background: linear-gradient(135deg, #5fb834, #ff8c1a); /* brighter green-orange */
  box-shadow: 0 6px 14px rgba(0,0,0,0.25);
  transform: rotate(-90deg) translateX(-6px); /* slide out slightly */
}
.send-btn {
  background: linear-gradient(135deg, #4da627, #3c8e20); /* modern gradient */
  border: 0;
  border-radius: 8px;
  z-index: 2;
  color: #fff;
  text-align: center;
  width: 100%;
  padding:6px 16px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;

  /* smart UI details */
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
  transition: all 0.25s ease;
}

/* Hover */
.send-btn:hover {
  background: linear-gradient(135deg, #f38035, #f38035);
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(0,0,0,0.15);
}

.offcanvas {
  position: fixed;
  background:#ffffff;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.logo{margin-bottom: 20px;}

.logo img {
    max-width: 240px !important;
}

.side_form label{color: #1c1c1c;
    font-size: 15px;
    font-weight: 600;}

.side_form input {
  display: block;
  width: 100%;
  padding:7px 10px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333;
  background-color: #fff;
  border: 1px solid #b9b9b9;
  border-radius: 6px;
  outline: none;

  /* smart UI details */
  box-shadow: 0 2px 2px rgba(0,0,0,0.05);
  transition: all 0.25s ease;
  margin-bottom: 12px;
}
.side_form textarea{ 
display: block;
  width: 100%;
  padding:5px 10px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333;
  background-color: #fff;
  border: 1px solid #b9b9b9;
  border-radius: 6px;
  outline: none;box-shadow: 0 2px 2px rgba(0,0,0,0.05);
  transition: all 0.25s ease; min-height:100px; }

.side_form input::placeholder{color: #333;}
.side_form textarea::placeholder{color: #333;}

.offcanvas h5{    font-size: 22px;
    text-align: left;
    margin-bottom: 20px;}



 .news-outer {
      margin: 0;
      padding: 40px 0px;
      text-align: center;
    }

    /* Heading */
    .news-main-heading {
      font-size: 28px;
      font-weight: 700;
      margin-bottom: 25px;
      color: #222;
      text-transform: uppercase;
      letter-spacing: 1px;
      position: relative;
    }

    .news-main-heading::after {
      content: "";
      display: block;
      width: 70px;
      height: 3px;
      background: #4da627;
      margin: 8px auto 0;
      border-radius: 2px;
    }

   /* Festival Wrapper */
/* Festival Wrapper */
    .festival-wrapper { 
  position: relative;
/*  max-width: 900px;*/
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid #e6e6e6;  
  border-radius: 14px;
/*  height: 240px;*/

  /* Smart background */
  background: linear-gradient(135deg, #ffffff, #f7f9fc);
  box-shadow: 0 4px 15px rgba(0,0,0,0.06);
}

    /* Festival Card */
    .festival-card {
      display: none; /* hide all by default */
      align-items: center;
      gap: 20px;
      padding:2px;
      width: 100%;
      height: 100%;
      box-sizing: border-box;
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
      /*transform: translateX(50px);
      transition: all 0.6s ease;*/
    }

    .festival-card.active {
      display: flex;
      opacity: 1;
      transform: translateX(0);
      position: relative;
    }

    .festival-card img { 
   width:100%;
  max-height:250px;
  /* object-fit: cover;*/
  border-radius: 10px;
 
}

    .festival-card img:hover {
      /*transform: rotate(0deg) scale(1.02);
      box-shadow: 0 6px 16px rgba(0,0,0,0.2);*/
    }

    .festival-content {
      text-align: left;
      flex: 1;
    }

    .festival-content h3 {
      font-size: 22px;
      color: #f38035;
      margin-bottom: 10px;
    }

    .festival-content p {
      font-size: 15px;
      line-height: 1.6;
      color: #555;
    }

    /* Responsive */
    @media (max-width: 768px) {
      .festival-wrapper { height: auto; }

      .festival-card {
        flex-direction: column;
        text-align: center;
        position: relative;
        transform: none;
      }

      .festival-card img {
        width: 100%;
        max-height: 100%;
        max-width: 100%;
        transform: none;
      }

      .festival-content {
        text-align: center;
      }
    }





.animated-shapes {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  pointer-events: none;
  z-index: 2; /* overlay ke peeche 1 karein, upar 2 ya 5 karein */
}

/* Animated Shapes */
.animated-shapes {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  pointer-events: none;
  z-index: 1; /* overlay ke peeche */
}

.animated-shapes .shape {
  position: absolute;
  border-radius: 50%;
  filter: blur(40px);
  opacity: 0.6;
  animation: float 25s linear infinite;
  mix-blend-mode: screen;
}

/* Shapes colors + size + position */
.shape1 { width:120px; height:120px; left:8%;  bottom:-120px; background: radial-gradient(circle, #ff7eb3, #ff758c); animation-delay:0s; }
.shape2 { width:90px;  height:90px;  left:20%; bottom:-150px; background: radial-gradient(circle, #6a11cb, #2575fc); animation-delay:6s; }
.shape3 { width:160px; height:160px; left:45%; bottom:-180px; background: radial-gradient(circle, #43e97b, #38f9d7); animation-delay:12s; }
.shape4 { width:100px; height:100px; left:70%; bottom:-200px; background: radial-gradient(circle, #fddb92, #d1fdff); animation-delay:9s; }
.shape5 { width:140px; height:140px; left:85%; bottom:-220px; background: radial-gradient(circle, #fa709a, #fee140); animation-delay:3s; }

/* Floating animation */
@keyframes float {
  0%   { transform: translateY(0) scale(1) rotate(0deg); opacity:0.7; }
  50%  { transform: translateY(-60vh) scale(1.2) rotate(180deg); opacity:1; }
  100% { transform: translateY(-120vh) scale(1) rotate(360deg); opacity:0; }
}





.top-search {
  display: flex;
  align-items: center;
  margin-left: 30px;
  position: relative; 
  border-radius: 30px;
}

.top-search input {
  padding:5px 14px;
  border: 1px solid #ddd;
  border-radius: 30px 0 0 30px;
  outline: none;
  min-width: 150px; /* desktop default */
  transition: all 0.3s ease;
  font-size: 14px; /* changed from 13px */
  color: #333; /* font color */
  height:35px; margin-right: -5px;
  
}


.top-search button {
 padding: 3px 16px;
    border: none;
    border-radius: 0 30px 30px 0;
    background: #4da627;
    color: #fff;
    cursor: pointer;
    transition: background 0.3s ease;
    white-space: nowrap;
    height: 35px;
    position: fixed;
    right: 0px;
}

.top-search button:hover {
  background:#f38035;
}


.top-search input::placeholder{font-size: 14px;}




.top-search input:focus {
  border-color: #007bff;
  box-shadow: 0 0 6px rgba(0,123,255,0.4);
}





/* ===== Responsive ===== */
@media (max-width: 992px) {
  .top-search {
    margin:5px auto;
    width: 100%; 
  }
.top-search input {min-width: 89% !important;}
 .search-area { 
  margin-top: 20px;
}
  /*.search-common .search-wrapper {
    margin-top:0px;
}*/
}

 


/*mobile search=================26-8===*/


.search-container_26 {
  position: relative;
  display: none;  
}

/* Search Icon */
    .search-icon {
    font-size: 14px;
    cursor: pointer;
    padding: 4px 8px;
    border-radius: 6px;
    background: #4f822f;
    transition: all 0.3s ease;
    border: 1px solid #4f822f;
    color: #fff;
}

.search-icon:hover {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2), 0 3px 6px rgba(0, 0, 0, 0.12); /* stronger shadow on hover */
    transform: scale(1.1); /* slight zoom effect */
}

.search-box_26 {
  position: absolute;
  top: 47px;        /* search icon ke neeche */
  right:10%;        /* parent ke center se start kare */
  transform: translateX(-50%) translateY(10px); /* center horizontally & thoda neeche */
  z-index: 999;
  background: #fff;
  border: 1px solid #ccc;
  padding: 8px;
  border-radius: 6px;
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
  width: 300px;     /* fixed width */
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
  display: none; 

}
.search-box_26.show {
  display: block;
  opacity: 1;
  pointer-events: auto;
  transform: translate(23%, 0); /* animate upwards */
}
.search-box_26 input {
 padding: 6px;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 80%;
    display: inline-block;

}

.search-box_26 button {
  background:#588839;
  color: #fff;
  border: none;
  padding: 6px 10px;
  border-radius: 4px;
  cursor: pointer;
}

.close-btn {
      margin-left: 6px;
    cursor: pointer;
    font-size: 13px;
    color: #3c3939;
    right: -8px;
    position: absolute;
    top: -8px;
    background: #fff;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    line-height: 13px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (max-width: 768px) {
 .search-container_26 {
    display: block !important;
  }
} 

 .vertical-text {
      width:740px;
      position: absolute;
      bottom:20px;  
      left: 50%; 
      transform: translateX(-50%); 
      font-size: 30px;
      font-weight: 500;
      color: #FFF;
      background: #3481f2;
    /*  background: rgba(255, 255, 255, 0.5);  */
      border-radius: 6px;
      padding:2px 10px;
      text-align: center;
      z-index: 2;
      text-transform: uppercase;
      letter-spacing: 1px;
      line-height: 44px;
}



@media (max-width: 768px) {
 .vertical-text { 
        
  width:96%;
  
  font-size:15px; 
  
}
}

/* First colored background */
    .bg-green {
      background-color: #e8f6e8; /* very light green from #4da627 */
    }

    /* Second alternate color */
    .bg-blue {
      background-color: #e6f2fa; /* very light blue */
    }


.social-icons {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 10px;
}

.social-icons a {
  width: 35px;
  height: 35px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  text-decoration: none;
  color: #fff;
  font: 600 16px/1 system-ui, sans-serif;
  box-shadow: 0 3px 6px rgba(0,0,0,0.15);
  transition: transform 0.3s ease, box-shadow 0.3s ease, filter 0.3s ease;
}

/* Facebook */
.social-icons .fb {
  background: #1877F2;
}


/* Social Icon Base */
.social-icons .tw {background: #000; }

 



/* Instagram */
.social-icons .ig {
  background: linear-gradient(45deg, #F58529, #DD2A7B, #8134AF, #515BD4);
}

/* LinkedIn */
.social-icons .li {
  background: #0A66C2;
}

.social-icons a:hover {
  transform: translateY(-4px) rotate(10deg);
  filter: brightness(1.2);
  box-shadow: 0 6px 12px rgba(0,0,0,0.2);
}


.menu-tagline {
    font-size: 16px;
    font-weight: 500;
    padding: 2px 10px;
    border-top: 1px solid #e0e0e0;
    position: absolute;
    max-width:350px;
    margin: 70px auto 10px auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 1px;
    
    /* Gradient text */
    background: linear-gradient(90deg, #000, #000);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text; /* for non-webkit browsers */
    color: transparent;    /* fallback */

    border-radius: 4px;
    box-shadow: 0 4px 1
  }

.typewriter {
    font-size: 16px;
    font-weight: 600;
    overflow: hidden; /* Ensures text is hidden during typing */
    white-space: nowrap; 
    /* border-right: 4px solid #FF5733; */ /* Remove this line to hide cursor */
    animation: typing 4s steps(30, end);
}

@keyframes typing {
    from { width: 0; }
    to { width: 100%; }
}

.menu-tagline_mobile{
    display: block;
    width: 100%;
    background: transparent;
    padding: 10px 0px 10px 0px;
    line-height: 20px;
    font-size: 30px;
    font-weight: 500;
    color: #000;
    border-top: 1px solid #bdbbbb;

}
.clear-fix{clear:both;}
@media (max-width: 768px) {

.navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl {
    
/*    justify-content:flex-start;*/
}




.menu-tagline{display: none;}

.menu-tagline_mobile { display: block;
            font-size: 18px;
        font-weight: 500;
        padding: 2px 10px;
        position: relative;
        max-width: 100%;
        color: #000;
  }
 
}

/*======================partner===================*/

.partner-continew {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.partner-track {
  display: flex;
  width: max-content; /* shrink-wrap content */
  animation: scroll 40s linear infinite;
}

.partner-continew:hover .partner-track {
  animation-play-state: paused; /* Pause on hover */
}

.partner-track img {
  height: 80px; /* adjust as needed */
  margin: 0 20px;
  flex-shrink: 0; /* prevent squishing */
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/*key-fact===========================*/
 .facts-box {
  margin:5px 0 20px 0;
  position: sticky; /* sticky positioning */
  top: 110px;        /* distance from top when sticky */
  z-index:1;      /* make sure it stays above other content */
}

.facts-box h2 {
  font-size: 24px;
  margin-bottom: 20px;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 8px;

  /* Smart gradient background */
  background: linear-gradient(135deg, #4da627, #81c784); /* #4da627 base green */
  padding: 8px 16px;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.fact {
  background: linear-gradient(to top, #f4fff7 0%, #ffffff 100%); /* bottom light green to top white */
  padding: 18px 20px;
  border-radius: 10px;
  margin-bottom: 18px;
  border: 1px solid #e5e7eb;
  box-shadow: 0 4px 10px rgba(0,0,0,0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.fact:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 16px rgba(0,0,0,0.1);
  border-color: var(--theme-color); /* border highlight on hover */
}

.fact h4 {
  margin-bottom: 10px;
    font-size: 18px;
    color: #ffffff;
    display: flex;
    align-items: center;
    gap: 8px;
    background-color:#a349a0;
    padding: 7px 10px;
    border-radius: 6px;
}
.fact h4 i{color:#fff;}

.fact ul {
  padding-left: 5px;         /* indent for bullets */
  margin: 0;                  /* remove default margin */
  list-style: disc;
}

.fact ul li {
  margin-bottom: 8px;         
  font-size:14px;            
  color: #333;                
  line-height: 1.5;           
    
}
.fact ul li i {
  margin-right: 7px; 
  font-size: 12px; 
  background:#ffd700;  /* soft light grey */
  border-radius: 50%; 
  padding: 4px;
  width: 18px; 
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;

  /* 3D / raised effect */
  box-shadow: 0 2px 5px rgba(0,0,0,0.15), 0 1px 2px rgba(0,0,0,0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.fact ul li i:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0,0,0,0.2), 0 2px 4px rgba(0,0,0,0.15);
}




.fact p{
  margin: 0;
  color: #555;
  font-size: 15px;
  line-height: 1.6;
}

/* badges / highlights */
.badge {
  background: var(--theme-color);
  color: #fff;
  padding: 4px 10px;
  border-radius: 6px;
  margin-right: 6px;
  font-size: 13px;
}

.highlight {
      background: #ffd700;
    padding: 3px 8px;
    border-radius: 6px;
    font-size: 15px;
    color: #000;
    font-weight: 500;
}

.visa-badge {
  background: #e0f7e9;
  color: #0a8754;
  padding: 5px 10px;
  border-radius: 6px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.icon-green {
  color: #0a8754;
}
























.steps-wrapper {
    position: relative;
    max-width: 1000px;
    margin: auto;
    height: 300px;
  }
  .step {
    position: absolute;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background:linear-gradient(135deg, #499e25, #407203); /* gold gradient */
    color:#fff; /* dark green text for logo match */
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    box-shadow: 0 6px 15px rgba(255,215,0,0.3);
    transition: transform 0.3s ease;
    z-index: 10;
        border:5px solid #509b07;
}

.step:hover {
    transform: scale(1.1);
    /*box-shadow: 0 8px 20px rgba(255,215,0,0.4);*/
}
  .step i {
    font-size: 36px;
  }
  .label {
    position: absolute;
    top: 130px;
    width: max-content;
    left: 50%;
    transform: translateX(-50%);
    font-size:20px;
    font-weight: 500;
    color:#ffffff; /* dark green for matching logo */
    max-width: 250px;
    text-align: center;
}

/* SVG */
svg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

/* Responsive adjustments */
@media(max-width: 800px){
    .steps-wrapper { height: 400px; }
    .step { width: 90px; height: 90px; font-size: 22px; }
    .step i { font-size: 28px; }
    .label { top: 100px; font-size: 12px; max-width: 120px; }
}
@media(max-width: 500px){
    .steps-wrapper { height: 600px; }
    .step { width: 70px; height: 70px; font-size: 18px; }
    .step i { font-size: 20px; }
    .label { top: 80px; font-size: 10px; max-width: 100px; }
}

/*accordian==================================*/

 .left-side{}

 .left-side h4 {
     font-size: 24px;
    margin-bottom: 20px;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #4da627, #4f822f);
    padding: 8px 16px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);

}

 
/* Sidebar Container */
/* Sidebar Container */
.accordion-sidebar {
  background: linear-gradient(145deg, #f9fdf9, #ffffff);
  padding: 12px;
  border-radius: 12px;
  margin-bottom: 20px;

  /* Polished 3D effect */
  border: 1px solid #c7d5c7;
  box-shadow:
    inset 1px 1px 4px rgba(255, 255, 255, 0.8),
    inset -2px -2px 6px rgba(0, 0, 0, 0.05),
    0 8px 20px rgba(0, 0, 0, 0.1);

  transition: all 0.3s ease;
}

/* Main category */
.accordion-sidebar details.main-category > summary {
  margin-bottom: 10px;
  font-size: 17px;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, #efca05, #e57400); /* green gradient */
  padding: 8px 14px;
  border-radius: 10px;
  font-weight: 600;
  position: relative;
  cursor: pointer;
  transition: all 0.35s ease;
  /*box-shadow: 0 4px 10px rgba(63, 163, 70, 0.25);*/
}

.accordion-sidebar details.main-category > summary:hover {
  background: linear-gradient(135deg, #2e7d32, #5ebf62);
  box-shadow: 0 6px 14px rgba(63, 163, 70, 0.35);
  transform: translateY(-1px);
}

/* Subcategory */
.accordion-sidebar details.sub-category > summary {
  padding-left: 22px;
  background: linear-gradient(145deg, #f9e994, #f5e7a2); 
  color:#323232;
  font-weight: 500;
  border-radius: 8px;
  margin: 4px 0;
  position: relative;
  padding:6px 12px;
  transition: all 0.3s ease;
}

.accordion-sidebar details.sub-category > summary:hover {
  background: #4e8f2c;
  color:#fff;
  box-shadow: 0 3px 8px rgba(46, 125, 50, 0.2);
}

/* Arrow indicator */
.accordion-sidebar summary::after {
  content: "\f107"; /* Font Awesome down arrow */
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
  color: inherit;
}

.accordion-sidebar details[open] > summary::after {
  transform: translateY(-50%) rotate(180deg);
}

/* Child links */
.accordion-sidebar details ul li a {
  display: block;
  padding: 7px 12px 7px 30px;
  color:#191a1a;
  text-decoration: none;
  border-radius: 6px;
  font-weight: 400;
  transition: all 0.25s ease;
  background: #f7e89b;
  margin: 2px 0;
  font-size: 14px;
}

.accordion-sidebar details ul li a:hover {
  background:#4e8f2c;
  color: #FFF;
  box-shadow: inset 0 1px 3px rgba(0,0,0,0.1);
}

/* Scroll for open subcategories */
.accordion-sidebar details.sub-category[open] ul {
  max-height: 250px;
  overflow-y: auto;
  padding-right: 6px;
  margin: 0;
}

/* Smart thin scroll */
.accordion-sidebar details.sub-category[open] ul::-webkit-scrollbar {
  width: 6px;
}

.accordion-sidebar details.sub-category[open] ul::-webkit-scrollbar-track {
  background: #f5faf5;
  border-radius: 4px;
}

.accordion-sidebar details.sub-category[open] ul::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #4caf50, #2e7d32);
  border-radius: 4px;
  border: 1px solid #c8e6c9;
}




/* Accordion Button */
 
.mainNav ul li.has-subnav .accordion-btn {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: color 0.3s ease, transform 0.3s ease;
}

.mainNav ul li.has-subnav .accordion-btn:hover {
  color: #e0ffe0;
  transform: translateX(3px);
}
 



 
.tour-item2 {
  background:#fff;
  border-radius: 10px;
  border: 1px solid #eee;
  padding:5px;
  margin-bottom: 25px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
    position: relative;
  transition: all 0.3s ease;
}
.tour-item2:hover {
  /*transform: translateY(-8px);*/
  box-shadow: 0 12px 24px rgba(0,0,0,0.15);
}


 .tour-img2 {
    width: 410px;
}

@media (max-width: 767px) {
.tour-img2 {
        width: 100%;
    }
.tour-item2 {
        display: block !important;
    }
.tour-img2 {
        width: 100%;
    }

}

.tour-duration2 {
    margin-top: 10px;
    color: #4da627;
    font-weight: 500;
    font-size: 14px;
}



 .tour-item2 {
    display: flex;
    gap: 20px;
}
.tour-img2{
  border-radius: 35px 35px 35px 0;
  position: relative;
}

.tour-img2 img{
  border-radius:10px;
  max-height:250px;
  height: 100%;
  width: 100%;
}

.tour-img2 .badge{
  background: var(--theme-color);
  border-radius: 50px 50px 50px 0;
  padding: 8px 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  box-shadow: var(--box-shadow);
  position: absolute;
  right: 20px;
  top:5px;
}

.tour-img2 .badge-discount{
  background: var(--theme-color2);
}

.tour-img2 .add-wishlist{
  width: 40px;
  height: 40px;
  line-height: 35px;
  text-align: center;
  background: var(--theme-color);
  border: 3px solid var(--color-white);
  color: var(--color-white);
  border-radius: 50px 50px 50px 0;
  position: absolute;
  left: -5px;
  bottom: -5px;
}

.tour-img2 .add-wishlist:hover{
  background: var(--theme-color2);
  color: var(--color-white);
}

.budget-amount2 {
  font-size:18px;          /* Bigger and more prominent */
  font-weight:600;         /* Bold */
  color: #ffffff;           /* White text on colored background */
  background-color: #f38035; /* Orange background for emphasis */
  padding:7px 25px;       /* Space around the text */
  border-radius: 50px;      /* Pill-shaped rounded corners */
  display: inline-block;    
  text-align: center;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2); /* Optional subtle shadow */
  transition: transform 0.3s ease;
}

.budget-amount2:hover {
  transform: scale(1.05);   /* Slight grow effect on hover */
}


.duration-amount2 {
  font-size:18px;          /* Bigger and more prominent */
  font-weight:600;         /* Bold */
  color: #ffffff;           /* White text on colored background */
  background-color: #f38035; /* Orange background for emphasis */
  padding:7px 25px;       /* Space around the text */
  border-radius: 50px;      /* Pill-shaped rounded corners */
  display: inline-block;    
  text-align: center;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2); /* Optional subtle shadow */
  transition: transform 0.3s ease;
}

.duration-amount2:hover {
  transform: scale(1.05);   /* Slight grow effect on hover */
}




/*==================europe====================*/

 .europe-destination-area{
  position: relative;
}


.europe-item {
  margin-bottom: 25px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.europe-img {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.europe-img img {
  border-radius: 10px;
  width: 100%;
  display: block;
  transition: var(--transition);
}

.europe-item:hover .europe-img img {
  transform: scale(1.1);
}


/* === New Overlay Text === */
.europe-info {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0,0,0,0.6);  /* semi-transparent black */
  text-align: center;
  padding: 12px 15px;
  border-radius: 0 0 10px 10px; /* rounded bottom corners */
  z-index: 1;
}

.europe-info h4 {
  margin: 0;
  line-height: 22px;
  white-space: nowrap;        /* ek hi line me */
  overflow: hidden;           /* extra text hide */
  text-overflow: ellipsis;    /* ... show karega */
}

.europe-info h4 a {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  display: block;             /* truncate sahi se kaam kare */
}

.europe-info h4 a:hover {
  color: var(--theme-color);  /* hover theme color */
}

/* Button Center */
.europe-btn {
  position: absolute;
  width: 55px;
  height: 55px;
  line-height: 56px;
  text-align: center;
  background: var(--color-white);
  color: var(--theme-color) !important;
  border-radius: 50px;
  opacity: 0;
  visibility: hidden;
  top: 50%;
  left: 50%;
  font-size: 22px;
  transform: translate(-50%, -50%);
  box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
  transition: var(--transition);
  z-index: 2;
}
.europe-item:hover .europe-btn {
  visibility: visible;
  opacity: 1;
}









/*.europe-item {
  margin-bottom: 25px;
  position: relative;
}


.europe-img{
  overflow: hidden;
  border-radius: 10px;
  position: relative;
}

.europe-img img {
  border-radius:10px;
  width: 100%;
  transition: var(--transition);
}

.europe-item:hover .europe-img img {
  transform: scale(1.1);
}

.europe-btn {
  position: absolute;
  width: 55px;
  height: 55px;
  line-height: 56px;
  text-align: center;
  background: var(--color-white);
  color: var(--theme-color) !important;
  border-radius: 50px;
  opacity: 0;
  visibility: hidden;
  top: 50%;
  left: 50%;
  font-size: 22px;
  transform: translate(-50%, -50%);
  box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
  transition: var(--transition);
  z-index: 1;
}

.europe-item:hover .europe-btn {
  visibility: visible;
  opacity: 1;
}

.europe-info{
  position: relative;
  width: 90%;
  background: var(--color-white);
  text-align: center;
  border-radius: 10px;
  padding: 10px 10px;
  margin: -30px auto 0 auto;
  box-shadow: var(--box-shadow);
}
.europe-info h4{line-height:25px;}
.europe-info h4 a{
  color: var(--color-dark);
  font-size:18px;
  font-weight: 600;

}

.europe-info h4 a:hover{
  color: var(--theme-color);
}
 */
.map-outer {
  width: 100%;   
   
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  background: #f9f9f9;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  margin-bottom:20px;
  position: relative;
} 
.map-outer img {width: 100%; max-height: 100%; object-fit: cover;
}





/*listing-page=====================*/


   
 .tour-rating {
  font-size: 0.9rem;
  color: #f1c40f;
  margin-bottom: 10px;
}
.tour-summary {
  font-size: 0.9rem;
  color: #555;
  margin-bottom: 10px;
}
.tour-icons i {
    display: inline-flex
;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    margin-right: 8px;
    font-size: 13px;
    color: #fff;
    background-color:#4f822f;
    border-radius: 50%;
    transition: background-color 0.3s ease, color 0.3s ease, transform 0.2s ease;
    cursor: pointer;
}
.tour-icons i:hover {
  background-color:#4f822f;    /* slightly darker gray on hover */
  color: #fff;                  /* darker icon on hover */
          /* subtle zoom */
}
`

.tour-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
 
.tour-buttons a {
  margin-left: 5px;
  margin-top: 5px;
}
.btn-primary {
  background: #4da627;
  border:solid 1px #4da627;
  color: #fff;
  padding:4px 12px;
  border-radius: 5px;
  text-decoration: none;
  font-size: 14px;
}
.btn-primary:hover {
  background:#4da627;
  border:solid 1px #4da627;
}
.btn-outline-secondary {
  border: 1px solid #4da627;
  color: #4da627;
  padding:4px 12px;
  border-radius: 5px;
  text-decoration: none;
   font-size: 14px;
}
.btn-outline-secondary:hover {
  background:#4da627;
  color: #fff;
}
 

.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top:110px; /* ya 150px */ 
  z-index: 1;
}


.tour-single{padding: 30px 0px;}

.booking-sidebar {
  background: var(--color-white);
    border-radius: 10px;
    padding: 20px;
    box-shadow: var(--box-shadow);
    border:1px solid #e9e7e7;
}




.tab-container { 
      background: #fff;
     /* border: 1px solid #ccc;
       box-shadow: 0 4px 15px rgba(0,0,0,0.08); */
      overflow: hidden;
      margin-bottom: 40px;
    }

    .tab-header {
      /*display: flex;*/
      border-bottom: 1px solid #eee;
    }

    .tab-header button {
      flex: 1;
      padding: 15px;
      cursor: pointer;
      font-size: 16px;
      font-weight: 600;
      background: #f9f9f9;
      border: none;
      outline: none;
      transition: 0.3s;
    }

    .tab-header button.active {
      background: #4da627;
      color: #fff;
    }

    .tab-content {
      display: none;
      padding: 20px 0px;
      animation: fadeIn 0.3s ease-in-out;
    }

    .tab-content.active {
      display: block;
    }

    .tab-content ul {
      list-style: none;
      padding: 0;
    }

    .tab-content ul li {
      margin: 8px 0;
      padding-left: 25px;
      position: relative;
      font-size: 16px;
      color: #333333;
    }

    .tab-content ul li::before {
      content: "✔";
      position: absolute;
      left: 0;
      color: #4da627;
      font-weight: bold;
    }

    .tab-content.exclusions ul li::before {
      content: "✖";
      color: #d9534f;
    }

    @keyframes fadeIn {
      from { opacity: 0; transform: translateY(10px); }
      to { opacity: 1; transform: translateY(0); }
    }

.call_list{margin: 0px 10px;}
.call_list li{ margin: 5px 0px; font-size:20px; color: #000;}
.call_list li a{color:#252525}




.contact-info-content{margin: 0px 10px;}



.booking-sidebar02 {
  
    background: linear-gradient(to top, #f4fff7 0%, #ffffff 100%);
    padding: 18px 20px;
    border-radius: 10px;
    margin-bottom: 18px;
    border: 1px solid #e5e7eb;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
 
}
.booking-sidebar02 h4{margin-bottom: 10px;
    font-size: 18px;
    color: #ffffff;
    display: flex;
    align-items: center;
    gap: 8px;
    background-color:#a349a0;
    padding: 7px 10px;
    border-radius: 6px;
}
 

.booking-sidebar h4{
    font-size: 18px;
   color: #ffffff;
    display: flex;
    margin-bottom: 10px;
    align-items: center;
    gap: 8px;
    background-color: #a349a0;
    padding: 7px 10px;
    border-radius: 6px; 
  }

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding:6px 0px;
  margin: 0;
  background:#eff2f4;
  font-size: 14px;
}

.breadcrumb a {
  color:#666;
  text-decoration: none;
  margin-right: 8px;
  position: relative;
  padding-right: 16px;
}

.breadcrumb a::after {
     content: "›";
    position: absolute;
    right: 0;
    color: #666;
    font-size: 25px;
    top: -12px;
}

.breadcrumb a:hover { color:#50a31c;
  
}

.breadcrumb .active {
  color:#50a31c;
  margin-left: 4px;
}


.key-facts-heading{ font-size:50px; }




@media (max-width: 767px) {
  .breadcrumb {
    display: flex;             /* ✅ flexbox layout */
    flex-wrap: nowrap;         /* ✅ ek hi line me */
    overflow-x: auto;          /* ✅ horizontal scroll enable */
    overflow-y: hidden;        /* vertical scroll hata diya */
    white-space: nowrap;       /* ek line me text */
    -webkit-overflow-scrolling: touch; /* iOS smooth scroll */
  }

  .breadcrumb a {
    display: inline-flex;
    flex-shrink: 0;            /* ✅ shrink na ho */
    margin-right: 8px;
    padding-right: 16px;
  }
}


.heading-box {
  text-align: left;
  margin-bottom: 30px;
  position: relative;
}

/* Make heading block to allow 100% pseudo-element */
.heading-box .heading-title {
  font-size: 32px;
  color: #333;
  display: block;        /* important for full-width pseudo */
  padding-bottom: 12px;  /* space for underline + thin border */
  position: relative;
}

/* Thin full-width border */
.heading-box .heading-title::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;        
  height: 1px;
  background: #ccc;   
}

/* Short animated underline */
.heading-box .heading-title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width:50px;
  height: 4px;
  border-radius: 2px;

  background: linear-gradient(90deg, #4da627, #81c784, #a5d6a7, #4da627);
  background-size: 300% 100%;
  animation: gradientSlide 3s linear infinite;

  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
  transition: width 0.3s ease;
}

/*.heading-box .heading-title:hover::after {
  width: 50px;
}

 
@keyframes gradientSlide {
  0% { background-position: 0% 0%; }
  50% { background-position: 100% 0%; }
  100% { background-position: 0% 0%; }
}*/



.offer {
    float: none;
}
.mr24 {
    margin-right: 24px !important; color: #333;
    font-size: 14px;
}
.offer sup {
    font-size: 12px;
    color: #fff;
    font-weight: 600;
    top: 0px;
    background:#4da627;
    border-radius: 14px;
    padding: 4px 10px;
}
.sfc6 {
    color: #ff6600;
}
.f12 {
    font-size: 13px;
    line-height: 18px;
    text-align: right;
    margin-top: 10px;
}




/*contact-us-page===========================*/

.contact-wrapper { 
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0 10px 25px rgba(0,0,0,0.1);
      display: grid;
      grid-template-columns: 1fr 1fr;
      min-height: 500px;
      
    }

    /* Left Side - Info */
  .contact-info {
  /*background: linear-gradient(135deg, #28a745, #1e7e34);*/
  background:#660066;
  background-size: cover;
  color: #fff;
  padding: 20px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative; /* important for pseudo-elements */
  overflow: hidden;
   
  z-index: 1;
}

.contact-info:before{content: '';
top: 0;
bottom: 0;
left: 0;
right: 0;
height: 100%;
background:#660066 url(../img/contact-bg.png) no-repeat;
opacity: 0.2;
position: absolute;
z-index: -1;
} 
 

    .contact-info h3 {
       
      margin-bottom: 30px;
      text-align: center;
       color: #fff;

        font-weight: 700;
    text-transform: capitalize;
    font-size:45px;
     
    }

    .info-boxes {
      display: flex;
      flex-direction: column;
      gap: 20px;
      width: 100%;
    }

    .info-box {
      display: flex;
      align-items: center;
      background:#5aa955;
      padding: 15px 20px;
      border-radius: 10px;
      transition: 0.3s;
    }

    .info-box:hover {
      background:#4d9c49;
      /*transform: translateY(-3px);*/
    }

    .info-box i {
    font-size: 1.8rem;
    margin-right: 15px;
    color: #fff;
    min-width: 40px;
    text-align: center;
    background: #ffffff73;
    min-width: 60px;
    min-height: 60px;
    border-radius: 50%;
    text-align: center;
    justify-content: center;
    display: flex;
    align-items: center;
    }

    .info-box div {
      text-align: left;
    }

    .info-box h4 {
      margin: 0;
      font-size: 1.1rem;
       color: #fff;
    }

    .info-box p {
      margin: 3px 0 0;
      font-size: 0.95rem;
      opacity: 0.9;
    }

    /* Right Side - Form */
    .contact-form {
      background: #fff;
      padding:20px 40px;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }

    .contact-form h2 {
      font-weight: 700;
    text-transform: capitalize;
    font-size: 36px;
    color: var(--color-dark);
    margin-top: 8px;
    margin-bottom: 0;
    text-align: center;
    }

    .contact-form p {
      text-align: center;
    font-size: 26px;
    margin-bottom: 30px;
    color: #3c3a3a;
    font-weight: 600;
    }

    .contact-form input,
    .contact-form textarea {
      width: 100%;
      padding: 12px;
      margin: 10px 0;
      border:1px solid #999999;
      border-radius: 8px;
      font-size: 1rem;
      outline: none;
      transition: 0.3s;
    }

    .contact-form input:focus,
    .contact-form textarea:focus {
      border-color: #1e7e34;
      box-shadow: 0 0 6px rgba(40, 167, 69, 0.3);
    }

    .contact-form textarea {
      resize: none;
      height: 120px;
    }

    .contact-form button {
      background: #28a745;
      color: #fff;
      border: none;
      padding: 12px 25px;
      font-size: 1rem;
      font-weight: bold;
      border-radius: 8px;
      cursor: pointer;
      transition: 0.3s;
    }

    .contact-form button:hover {
      background: #1e7e34;
    }

    /* Responsive */
    @media (max-width: 900px) {
      .contact-wrapper {
        grid-template-columns: 1fr;
      }
      .contact-info {
        border-right: none;
        border-bottom: 2px solid #28a745;
      }
    }


.video-section{background: url(../img/journey.jpg) repeat;
background-size: cover; padding: 50px 0px;}

.journey{background: url(../img/journey_1.jpg) no-repeat; background-size: cover;}


.the-journey-outer{background: rgba(255,255,255,0.1); padding:40px 50px; border-radius:10px;}





.life-video {background: #fff; padding: 10px; border-radius: 10px;}
.life-video iframe{width: 100%; height: 208px;}
.life-video-name{font-size: 20px; font-weight: 600; text-align: center; color: #000; }


.life-image {width: 100%; background: #fff; height: 218px; align-items: center; justify-content: center; display: flex;}
.life-image img{max-height: 208px; max-width: 100%;}


/*Life @ Travelasha-slider===================*/

.life-travelash-slider.owl-theme .owl-nav {
  margin-top: 0px;
}

.life-travelash-slider.owl-theme .owl-nav button{
 background: var(--theme-color);
color: var(--color-white);
font-size: 25px;
  margin: 0;
  padding: 0;
  
  display: inline-block;
  cursor: pointer;
  height: 45px;
  width: 45px;
  border-radius: 50px;
  line-height: 45px;
  text-align: center;
  box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  transition: var(--transition);
  margin-top: -20px;
}

.life-travelash-slider.owl-theme .owl-nav button:hover{
   color: var(--theme-color);
  background: var(--color-white);
}

.life-travelash-slider.owl-theme .owl-nav .owl-prev {
  left: -25px;
}

.life-travelash-slider.owl-theme .owl-nav .owl-next {
  right: -25px;
}

.life-travelash-slider .owl-dots {
  text-align: center;
  margin-top: 10px;
}

.life-travelash-slider .owl-dots .owl-dot span {
  background: transparent;
  margin: 5px;
  border: 2px solid var(--theme-color);
  border-radius: 50px;
  width: 12px;
  height: 12px;
  display: inline-block;
  transition: var(--transition);
}

.life-travelash-slider .owl-dots .owl-dot.active span {
  background: var(--theme-color);
}

.privacy-policy h3{font-size: 20px; margin-bottom: 20px;}

.privacy-policy ul{list-style: none; margin: 0px 0px 20px 20px; padding: 0px; }

.privacy-policy ul li{color:#2c2b2b; font-size: 16px; list-style: disc; margin-bottom:10px; }

.faq-img {background: #fff; border-radius: 10px; border: 1px solid #e5e2e2; box-shadow: var(--box-shadow);}
.faq-img img{border-radius: 10px;}

.blog-area{padding: 50px 0px;}

.blog-details p{color: #111111; font-size: 16px; line-height: 26px; text-align: justify;}
.testimonial_inner{border: 1px solid #eee; 
    margin-bottom: 25px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);}

.testimonial_inner{width: 100%;}
.testimonial_inner .testimonial-quote p{
    color: var(--color-dark);
    line-height: 24px;
    font-size:16px;
     
}


.testimonial_inner .testimonial-author-info h4 {
    font-size: 20px;
    color: var(--color-dark);
    margin-bottom: 10px;
}
  
 


/*=========================asia-page=============================*/


  .video-container {
      position: relative;
      width: 100%;
      overflow: hidden;
      margin-bottom:0px;
    }

    .video-container video {
      width: 100%;
      height: 500px;   /* fixed height */
      object-fit: cover;  /* ensures video fills without distortion */
      display: block;
    }

    /* Overlay Play/Stop Button */
    .play-pause-btn {
      position: absolute;
      bottom: 20px;
      left: 20px;
      background: rgba(0,0,0,0.6);
      color: #fff;
      border: none;
      padding:5px 10px;
      font-size: 12px;
      border-radius: 6px;
      cursor: pointer;
      transition: background 0.3s;
      z-index: 2;
    }

    .play-pause-btn:hover {
      background: rgba(0,0,0,0.8);
    }

    /* Center overlay heading + paragraph */
    .overlay {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      text-align: center;
      color: #fff;
      z-index: 2;
    }

    .overlay h1 {
      font-size:80px;
      margin-bottom: 10px;
      font-weight: 300;
      text-shadow: 2px 4px 3px rgba(0,0,0,0.7);
      color: #fff;
    }

    .overlay p {
      font-size: 1.2rem;
      margin-bottom: 20px;
      text-shadow: 1px 2px 6px rgba(0,0,0,0.7);
    }

    .cta-btn {
      padding: 10px 24px;
      font-size: 1rem;
      background: #ffcc00;
      color: #fff;
      border: none;
      border-radius: 6px;
      cursor: pointer;
      transition: background 0.3s;
    }

    .cta-btn:hover {
      background: #ffaa00;
    }
 

/*==================*/

.asia-item {
  margin-bottom: 25px;
  position: relative;
  overflow: hidden;
  border-radius: 50px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  max-width: 280px;
  margin: 0 auto 25px auto;
}
.asia-item a{display: inline;}
.asia-img {
  position: relative;
  height: 360px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;  
}

.asia-img img {
  width: 100%;
  height:100%;
  max-height: 100%;  
  display: block;
  transition: transform 0.3s ease, box-shadow 0.3s ease; 
  /*border-radius: 50px 50px 0 0; */
   object-fit: cover;
}




.asia-item:hover .asia-img img {
  transform: scale(1.1);
}
 

@media (max-width: 768px) {
  .asia-item {
    max-width: 100%;  
  }
  .asia-img {
    height: auto; 
  }
}



/* Smart overlay */
.asia-info {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 15px 20px;
  background: rgba(0, 0, 0, 0.55); /* semi-transparent black */
  backdrop-filter: blur(6px);        /* modern glass effect */
  border-radius: 0 0 0px 0px;
  text-align: center;
  transition: background 0.3s ease;
}

.asia-info h4 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  line-height: 1.3;

overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;


}

.asia-info h4 a {
  color: inherit;
  text-decoration: none;
  display:block;
}

.asia-info h4 a:hover {
  color: var(--theme-color);
}


/*enquiry=============================*/

 /* The chat form container */
  .chat-form-container {
    position: fixed;
    bottom:0px;
    right: 20px;
    width: 320px;
    max-width: 90vw;
    background:linear-gradient(145deg, #f9e994, #f5e7a2); /* vibrant green */
    border-radius: 12px;
    box-shadow: 0 12px 24px rgba(40, 167, 69, 0.4); 
    overflow: hidden;
    transform: translateY(100%);
    opacity: 0;
    transition: transform 0.6s ease, opacity 0.6s ease;
    z-index: 10000;
    font-size: 14px;
  }

  /* Show form */
  .chat-form-container.open {
    transform: translateY(0);
    opacity: 1;
  }

  .chat-form-container h3 {
    margin: 0;
    padding: 16px 20px;
    font-weight:600;
    font-size: 18px;
     background:linear-gradient(135deg, #efca05, #ff5722);  
  }

  .chat-form-container form {
    padding: 15px 20px 20px 20px;
  }


.chat-form-container input,
.chat-form-container select {
  width: 100%;
  margin-bottom:6px;
  border: 1px solid #d0c27f;
  border-radius: 6px;
  background: #fff;
  font-size: 14px !important;
  color: #000 !important;
  transition: border 0.3s ease, box-shadow 0.3s ease;
}

  
.form-control2 { width: 100%;
    border-radius:6px;
    padding:7px 12px;
    box-shadow: none;
    color:#000 !important;
    background: #ffffff;
    border: none;
    font-size:14px; 
    border: 1px solid #dee2e6;
}


.select2 { 
    box-shadow: none;
    color:#5f5f5f;
    background: #ffffff;
    border: none;
    font-size:14px;
    font-weight:400;
    border: 1px solid #dee2e6;
    
    padding:10px 10px;
}
.form-control2::placeholder {color:#3b3a3a !important;font-size:14px; }
.select2::placeholder{ color:#3b3a3a;font-size:14px;}





   
  .chat-form-container button.submit-btn {
    width: 100%;
    background:linear-gradient(135deg, #4da627, #3c8e20);
    color:#fff;
    border: none;
    padding:6px 16px;
    font-weight:600;
    font-size: 16px;
    border-radius: 8px;
    cursor: pointer;
    margin-top: 12px;
    box-shadow: 0 6px 12px rgba(255, 127, 42, 0.4);
    transition: background-color 0.3s ease, color 0.3s ease;
  }

  .chat-form-container button.submit-btn:hover {
    background: linear-gradient(135deg, #f38035, #f38035);
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(0,0,0,0.15);
  }

  /* Close button */
  .chat-form-container .close-btn {
    position: absolute;
    top: 12px;
    right: 12px;
    background: rgba(255, 255, 255, 0.8);
    border: none;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    font-size: 22px;
    color: #ff7f2a;
    font-weight: 700;
    cursor: pointer;
    line-height: 0;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    transition: background-color 0.3s ease;
  }

  .chat-form-container .close-btn:hover {
    background: #ff7f2a;
    color: white;
  }

 
.dGqHlK { 
    color: rgb(18, 18, 18);
    padding: 20px;
    position: relative;
    border-radius: var(--radius-small, 8px);
    border: 1px solid rgba(199, 200, 230, 0.12);
    background:#f1f0f0;
    box-shadow: rgba(184, 198, 254, 0.12) 2px 2px 10px 0px inset;
    /*margin:0px 0px 20px 0px;*/
    text-align: justify;
}

.eLwyRo h2 {
    color: rgb(46, 46, 46); 
    margin-top: 0px;
    font-size: 35px; 
    font-weight: 600;
    line-height: 31.5px;
}


.per-person{font-size: 14px !important; color:#393838 !important; font-weight: 400 !important;}

.bali-item {
  background:#fff;
  border-radius: 10px;
  border: 1px solid #eee;
  padding:5px;
  margin-bottom: 25px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
    position: relative;
  transition: all 0.3s ease;
   overflow: hidden
}
.bali-item:hover {
  /*transform: translateY(-8px);*/
  box-shadow: 0 12px 24px rgba(0,0,0,0.15);
}

.bali-img{
  border-radius: 35px 35px 35px 0;
  position: relative; text-align: center;
}

.bali-img img{
  border-radius:10px;
   height:auto;
  max-height: 100%;
  width: 100%;
  object-fit: cover;
     
}


.bali-content{
  padding: 15px 10px;


}

.bali-content h4 {min-height:50px;
    font-size:18px;
    font-weight: 600;
    margin-bottom: 10px; 
   /* overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;*/


}
.bali-title a{display:inline;}



.bali-title a:hover{
  color: var(--theme-color);
}

.bali-content p{
  margin: 8px 0;
  color:#2e2e2e;
  font-weight:400;
  font-size:14px;
  overflow: hidden;
  text-overflow: ellipsis;  
  white-space: nowrap;     

}

.bali-content p i{
  color:#6a6a6a;
}

.bali-bottom{
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top:1px solid rgb(0 0 0 / 20%);
  margin-top: 10px;
  padding-top:7px;

}
.bali-duration {
    margin-top: 10px;
    color: #4da627;
    font-weight: 500;
    font-size: 14px;
    margin-bottom:10px;
}
.bali-duration i {
    color: #4da627;
}



.bali-price {
  color:#343434;
  font-weight: 500; font-size: 20px;
}

.bali-price span{
  font-weight: 700;
  color: var(--theme-color2);
  font-size:20px;
}
.bali-text-btn{}
.bali-text-btn a {
      color: #ffffff;
    font-weight: 400;
    border: 1px solid #4da627;
    padding: 6px 10px;
    border-radius: 4px;
    line-height: 14px;
    font-size: 14px;
    background: #4da627;
}
.bali-text-btn a i {
  font-size: 14px;
}

.bali-text-btn a:hover{
  color:#fff;
  background: #f38035;  border: 1px solid #f38035;
}

.book-btn{}
.book-btn a {
      color:#4da627;
    font-weight: 400;
    border: 1px solid #4da627;
    padding: 6px 10px;
    border-radius: 4px;
    line-height: 14px;
    font-size: 14px;
    background:transparent;
}
.book-btn a i {
  font-size: 14px;
}

.book-btn a:hover{
  color:#fff;
  background: #f38035;  
  border: 1px solid #f38035;
}
 .bali-buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    width: -webkit-fill-available;
}




/*key-fact-new*/



.key-fact.ts-bg {
  position: relative;
  background-image: url(../img/key-fact-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  z-index: 1;
  padding: 50px 0;
  margin-top: 50px;
}

.faq-container {
  padding: 20px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.9);
  margin-bottom: 18px;
  border: 1px solid #e5e7eb;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.faq-item {
  margin-bottom: 20px;
  border-bottom: 1px solid #f0f0f0;
}

.faq-question {
  width: 100%;
  padding:6px 20px;
  background-color: #a349a0;
  color: #fff;
  border: none;
  text-align: left;
  font-size: 20px;
  font-weight: 600;
  cursor: pointer;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.faq-question:hover {
  background-color: #4da627;
  transform: translateY(-2px);
}

.arrow {
  transition: transform 0.3s ease;
}

.faq-answer {
  padding: 12px 20px;
  font-size: 16px;
  color: #333;
  border-radius: 10px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
}

.faq-answer ul {
  padding-left:0px;
}

.faq-answer ul li {
  margin-bottom: 10px;
}

.faq-answer ul li i {
  margin-right: 8px;
  font-size: 14px;
  background: #ffd700;
  border-radius: 50%;
  padding: 5px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.icon-green {
  color: #0a8754;
}

.faq-answer.active {
  max-height: 400px; /* Adjust based on content */
}

.faq-answer ul li i:hover {
  transform: translateY(-2px);
}

/* Responsive Design */
@media (max-width: 768px) {

 .asia-item {
    
    border-radius: 10px;
    
}

.map-outer img {
     
    max-height: 100%; 
    min-height: 200px;
}



  .faq-container {
    padding: 15px;
  }

  .faq-question {
    font-size: 18px;
  }

  .faq-answer {
    font-size: 14px;
  }
}

.keyfact_343908 {
    /*background-color: #f4f4f4; 
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);*/
}

.keyfact_343908 h2 { text-align: center;
    font-size:80px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 10px;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2); /* Subtle shadow for h2 */
}

.keyfact_343908 .large { text-align: center;
    font-size:80px;
    font-weight: 600;
    color: #000;  /* Blue color */
    display: block; margin-top:-100px;
    opacity: 0.05; z-index: -1; position: relative;
    
}

.keyfact_343908 .small {
    font-size: 14px;
    color: #777;  /* Grey color */
    display: block;
    margin: 5px 0;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1); /* Smaller, subtle shadow for small text */
}
.key-fact-img img{ border-radius:10px; }

.tour_transparent{
  /*background:#ffffff url(../img/line-pattern3.png) center top no-repeat; */
  background: #fdfdfd url(../img/bg1.png) fixed no-repeat;
       
      padding: 50px 0px;}

.bali-heading {text-align: center; margin: 10px 0px;}
.bali-heading h1{font-size: 50px; color: #333; text-transform: uppercase;}
.notification{width: 100%; margin: 5px 0px;}
.notification p{font-size: 12px !important; color:#ff1111 !important; margin:0px!important;
  line-height: 20px; padding: 0px !important;}



.contact-box {text-align: center;
  border-bottom: 1px dashed #eaeaea;
    padding-bottom: 10px;}


.contact-box p {
    margin: 5px 0;
    font-size: 15px;
    color: #333; 
}
.contact-box a {
    color: #007bff;
    text-decoration: none;
}

.contact-box a:hover {
  text-decoration: underline;
}


.time-info {
    display: flex;
    align-items:;
    gap: 15px;
    padding:10px 0 10px 0;
}
.time-info-icon i {
       font-size: 14px;
    color:#ffff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50px 50px 50px 0;
    background: var(--theme-color);  
}
.time-info h5 {
    font-size:18px;
    margin-bottom: 5px;
    color: var(--color-dark);
}
.time-info p {
    font-weight: 500;
    font-size: 14px; 
    color: #373737;
}

.time-info p strong{ color:#363636;}









.contact-icons { border: 1px dashed #eaeaea;
  display: flex;
  justify-content: center;
  gap: 10px;
  padding:5px 0px;
  background:#fff;

}

.icon-link {
  font-size: 18px;
    color: #0a66c2;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: color 0.3s;
    background: #f7f4f4;
    /*padding: 10px 10px;*/
    border-radius: 4px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    text-align: center;
    
    justify-content: center;

}

.icon-link:hover {
  color: #007bff;
}

.icon-link.whatsapp {
  color: #25D366;
}

.icon-link.whatsapp:hover {
  color: #128C7E;
}

.user-profile{padding: 60px 0px;}

.login-signup { text-align: right;
  top: 0;
  right: 20px;
  position: absolute;
  font-size: 11px;
  /*background: linear-gradient(to bottom, #000000, #f0f0f0);*/
  color: #000000; /* Optional: makes text visible on dark background */
  padding:0px 0px; /* Optional: adds spacing */
  border-radius: 6px; /* Optional: smooth corners */
  letter-spacing: 1px;
  margin-bottom: 5px;


}
.login-signup{margin-top:2px; display: none;}
.login-signup a {
  color: #f57d03;
  border-radius: 30px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  user-select: none;
  gap: 6px;
  transition: color 0.3s ease;
}

.login-signup a:hover {
  color: #d65c00;
}

.login-signup i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  color: #f57d03;
  font-weight: 700;
  font-size:12px;
  background: #fff;
  padding:4px;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  box-shadow:
   0 1px 0 #d17a00,
    0 2px 2px rgba(0, 0, 0, 0.3),
    inset 0 0px 1px rgba(255, 165, 0, 0.7);
  transform: translateZ(0);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  margin-right: 0; /* gap is handled by parent flex gap */
}

.login-signup:hover i{
  box-shadow:
    0 2px 0 #d17a00,
    0 3px 5px rgba(0, 0, 0, 0.5),
    inset 0 -2px 4px rgba(255, 165, 0, 0.9);
  transform: translateY(-2px) scale(1.1);
  cursor: pointer;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}


/*login-signup=============================*/



    .modal-dialog {
      max-width: 850px; /* width like your design */
    }
    .modal-content {
      border-radius: 12px;
      overflow: hidden;
    }
    .modal-left {
      background: url('../img/login-bg.jpg') no-repeat;
      background-size: cover;
      color:#65ff24;
      padding: 20px;
      display: flex;
      flex-direction: column;
      justify-content:space-between;
      height: 600px; /* fixed height like screenshot */
    }

.modal-left span{color: #fff;}



    .modal-left h2 {
      font-size: 24px;
      font-weight: bold;
      line-height: 1.4; color: #fff;
      text-align: center;
    }
    .modal-left p {
      font-size: 14px;
      margin-top: 10px;
      background: rgba(0,0,0,0.4);
      padding: 8px;
      border-radius: 6px;
      text-align: center;
      line-height: 24px;
    }

    .modal-right {
      padding: 40px;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }
    .modal-right input {
      margin-bottom: 15px;
      padding: 12px;
      font-size: 16px;
    }
    .modal-right button {
      padding: 12px;
      font-size: 16px;
    }
  .btn-close2{float: right;
    right: 20px; 
  top:20px;
    position: absolute;}

.content_eior h3{font-size:18px; margin-bottom: 20px; color: #302d2d;}
.btton_green{background: #4da627; color: #fff;}

.btton_green:hover{background:#f57d03; color: #fff;}




.sign-up{color:#f57d03; }
.sign-up:hover{color:#4f822f; }

@media (max-width: 768px) {
.content_eior h3{font-size: 20px; margin-bottom: 20px;}

.modal-content {flex-direction: column;}
.modal-left {display: none;}
.modal-right {padding: 20px;}
  }

.write-a-review {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #f38035;
  padding: 6px 25px;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
  color: #fff;
  border: 1px solid transparent;
}

.write-a-review:hover {
  background-color: #fff;
  color: #f38035;
  border-color: #f38035;
  transform: translateY(-50%) scale(1.05);
  box-shadow: 0 4px 12px rgba(243, 128, 53, 0.3);
}

.read-more {
  display: inline-block;
  margin-top:0px;
  color: #f38035;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s ease; 
  font-size: 12px;
}

.read-more:hover {
  color: #000;
   
}

@media (max-width:991px) {
.team-slider.owl-theme .owl-nav .owl-prev {
  left:5px;
}

.team-slider.owl-theme .owl-nav .owl-next {
  right:5px;
}

.life-travelash-slider.owl-theme .owl-nav .owl-prev {
  left:5px;
}

.life-travelash-slider.owl-theme .owl-nav .owl-next {
  right:5px;
}
.themebased-slider.owl-theme .owl-nav .owl-next {
    right: 5px;
}
.themebased-slider.owl-theme .owl-nav .owl-prev {
    left:5px;
}

.destination-slider.owl-theme .owl-nav .owl-prev {
    left:5px;
}
.destination-slider.owl-theme .owl-nav .owl-next {
    right:5px;
}
.destinations-budget-slider.owl-theme .owl-nav .owl-prev {
    left:5px;
}
.destinations-budget-slider.owl-theme .owl-nav .owl-next {
    right:5px;
}

.service-slider.owl-theme .owl-nav .owl-prev {
    left:5px;
}
.service-slider.owl-theme .owl-nav .owl-next {
    right:5px;
}
}
/* 🔹 Mobile view */
@media (max-width: 768px) {

.the-journey-outer { 
    padding: 20px 20px;
   
}
.site-heading {
    margin-bottom: 20px; 
}
  .write-a-review {
    position: static;
    display: inline-block;
    margin-top: 10px;
    transform: none;
  }
}
.testiqoute {
    position: absolute;
    left: 30px;
    top:10px;
    font-size: 60px;
    color:#e7e7e7;
}

.testimonial-quote {padding-top:56px;}


.refresh i{background:#f38035; 
     padding: 12px 15px;
    border: 1px solid #f38035;
    border-radius: 6px; 
    display: inline-block;
    color: #ffffff; transition: 3s;}
.refresh i:hover{background:#de6d23;} 

.captcha {
      font-size: 22px;
      font-weight: bold;
      text-align: center;
       padding:2px 15px;
      background-color:#fdeeee;
      border:1px solid #d3d3d3;
      border-radius: 6px; 
    }




 
.see-more-btn {
  background: none;
  border: none;
  color: #f38035;  /* your brand blue */
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  padding: 0;
  margin:0px;
  line-height: 20px;
  display:block; 
  text-align:center; 
  width: 100%;

}

.see-more-btn:hover {
  color: #FFA14F; /* hover orange */
  text-decoration: underline;
}

.more-text {
  display: none;
}

.life-video video {
    width: 100%;
    height:208px;
    border-radius: 8px;
}
 
 
.testimonial-area .owl-carousel .owl-item img{max-height: 208px; width: 200px; width: auto !important; border:1px solid #ccc;}
 
 
 .slider-img img{max-width: 100%; margin: 0 auto;}
 