/* style.css */
/*
Theme Name: Auto Directory
Theme URI: http://example.com/auto-directory
Author: Your Name
Author URI: http://example.com
Description: An automotive business directory WordPress theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: auto-directory
 * CSS Version: 1.6.4 #styled aqua categories
 * Last updated: 2025-02-20

*/

* {

  margin: 0px;

  padding: 0px;

  border: none;

  outline: none;

  font-size: 100%;

}

/*** 

====================================================================

	Global Settings

====================================================================
 ***/



body {
  font-size: 16px;
  color: #363636;
  line-height: 28px;
  font-weight: 400;
  background: #f2f2f2;  /* Change from #000 to #f2f2f2 */
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-family: "Nunito", sans-serif;
}



a {

  text-decoration: none;

  cursor: pointer;

}



a:hover,

a:focus,

a:visited {

  text-decoration: none;

  outline: none;

}



h1,

h2,

h3,

h4,

h5,

h6 {

  position: relative;

  font-weight: normal;

  margin: 0px;

  background: none;

  line-height: 1.2em;

}



section {

  position: relative;

}



textarea {

  overflow: hidden;

  resize: none;

}



button {

  background-color: transparent;

  outline: none !important;

  cursor: pointer;

  min-width: auto;

}



p,

.text {

  font-size: 16px;

  line-height: normal;

  color: #5c6770;

  font-weight: 400;

  margin: 0;

}



.text2{

  font-size: 14px;

  line-height: 28px;

  color: #5c6770;

}



::-webkit-input-placeholder {

  color: inherit;

}

::-moz-input-placeholder {

  color: inherit;

}

::-ms-input-placeholder {

  color: inherit;

}



.auto-container {

  position: static;
  max-width: 1350px;
  padding: 0px 15px;
  margin: 0 auto;
  width: 100%;

}



.small-container {

  position: static;
  max-width: 900px;
  padding: 0px 15px;
  margin: 0 auto;

}



.page-wrapper {

  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  overflow: hidden;
  z-index: 1;
  background-color: #f2f2f2;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}



.section{
  padding: 20px 0 30px;
}



.bg_alice {

  background-color: #f9fafc;

}



ul,

li {

  list-style: none;

  padding: 0px;

  margin: 0px;

}



.fancybox-can-drag .fancybox-image-wrap {

  border: 10px solid #ffffff;

}



/*=======================

	   font icons Styles

=======================***/



@font-face {
  font-family: "Flaticon";
  src: url("fonts/Flaticon.eot");
  src: url("fonts/Flaticon.eot?#iefix") format("embedded-opentype"),
       url("fonts/Flaticon.woff2") format("woff2"),
       url("fonts/Flaticon.woff") format("woff"),
       url("fonts/Flaticon.ttf") format("truetype"),
       url("fonts/Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
}



[class^="flaticon-"]:before, 
[class*=" flaticon-"]:before {

    font-family: "Flaticon";

    font-style: normal;

}




/***

=======================

	   List Styles

=======================

***/



.list-style-one {

  position: relative;

  display: -webkit-box;

  display: flex;

  -webkit-box-pack: start;

  justify-content: flex-start;

  -webkit-box-align: center;

  align-items: center;

  flex-wrap: wrap;

}



.list-style-one li {

  position: relative;

  display: -webkit-box;

  display: flex;

  -webkit-box-align: center;

  align-items: center;

  width: 100%;

  font-size: 14px;

  line-height: 24px;

  color: #5c6770;

  font-weight: 400;

  cursor: default;

  margin-bottom: 30px;

}



.list-style-one li .count {

  position: relative;

  display: block;

  height: 44px;

  width: 44px;

  border-radius: 50%;

  border: 2px solid #e6e8ed;

  line-height: 40px;

  font-weight: 700;

  text-align: center;

  font-size: 14px;

  color: #1b2032;

  margin-right: 15px;

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}



.list-style-one li:hover .count {

  background: #021f4a;

  color: #ffffff;

}



/* List Style Two */



.list-style-two {

  position: relative;

  display: block;

  margin-bottom: 20px;

}



.list-style-two li {

  position: relative;

  font-size: 16px;

  line-height: 28px;

  color: #363636;

  font-weight: 400;

  padding-left: 20px;

  margin-bottom: 5px;

}



.list-style-two li:before {

  position: absolute;

  top: 0;

  left: 0;

  font-family: "Font Awesome 5 Free";

  content: "\f00c";

  color: #ffa737;

  font-weight: 900;

  font-size: 14px;

}



/* List Style Three */



.list-style-three {

  position: relative;

  display: block;

  margin-bottom: 20px;

}



.list-style-three li {

  position: relative;

  font-size: 16px;

  line-height: 28px;

  color: #363636;

  font-weight: 400;

  padding-left: 20px;

  margin-bottom: 5px;

}



.list-style-three li:before {

  position: absolute;

  top: 10px;

  left: 0;

  height: 7px;

  width: 7px;

  background-color: #ffa737;

  border-radius: 50%;

  content: "";

}



.list-style-three.light li {

  font-weight: 300;

}



/* List Style Four */



.list-style-four {

  position: relative;

  display: block;

  margin-bottom: 20px;

}



.list-style-four li {

  position: relative;

  font-size: 16px;

  line-height: 28px;

  color: #363636;

  font-weight: 400;

  padding-left: 35px;

  margin-bottom: 10px;

}



.list-style-four li:before {

  position: absolute;

  top: 0;

  left: 0;

  color: #ffa737;

  content: "\f058";

  font-size: 28px;

  line-height: 28px;

  font-family: "Font Awesome 5 Free";

}



/*** 

==========================

  	Social Icons

==========================

***/



.social-icon-one {

  position: relative;

  display: -webkit-box;

  display: flex;

  -webkit-box-align: center;

  align-items: center;

  -webkit-box-pack: center;

  justify-content: center;

}



.social-icon-one li {

  position: relative;

  margin: 0 6px 10px;

}



.social-icon-one li a {

  position: relative;

  display: block;

  font-size: 14px;

  color: #7b8094;

  height: 45px;

  width: 45px;

  border: 2px solid #323950;

  line-height: 43px;

  text-align: center;

  border-radius: 50%;

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}



.social-icon-one li a:hover {

  background-color: #323950;

}



/* Social Icon Two*/



.social-icon-two {

  position: relative;

  display: -webkit-box;

  display: flex;

  -webkit-box-align: center;

  align-items: center;

  -webkit-box-pack: center;

  justify-content: center;

}



.social-icon-two li {

  position: relative;

  margin: 0 6px 10px;

}



.social-icon-two li a {

  position: relative;

  display: block;

  font-size: 14px;

  color: #9fa9b8;

  height: 45px;

  width: 45px;

  border: 2px solid #f7f8f9;

  line-height: 43px;

  text-align: center;

  border-radius: 50%;

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}



.social-icon-two li a:hover {

  background-color: #f7f8f9;

  color: #32383d;

}



/* Social Icon Three*/



.social-icon-three {

  position: relative;

  display: flex;

  justify-content: space-between;

  flex-wrap: wrap;

}



.social-icon-three li {

  position: relative;

  width: 50%;

  margin-bottom: 35px;

}



.social-icon-three li a {

  position: relative;

  display: flex;

  align-items: center;

  padding-left: 65px;

  min-height: 45px;

  color: #32383d;

}



.social-icon-three li a span{

  position: absolute;

  border-radius: 50%;

  left: 0;

  top: 0;

  font-size: 14px;

  border: 2px solid #f7f8f9;

  align-items: center;

  color: #32383d;

  height: 45px;

  width: 45px;

  line-height: 43px;

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}



.social-icon-three li a:hover span {

  background-color: #f7f8f9;

}



/* Social Icon Four*/



.social-icon-four{

  position: relative;

  display: flex;

  flex-wrap: wrap;

  align-items: center;

}



.social-icon-four li{

  position: relative;

  margin-right: 25px;

}



.social-icon-four li a{

  font-size: 13px;

  line-height: 24px;

  color: #ffffff;

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}



.social-icon-four li a:hover{

  color: #ffa737;

}

/*==========================

	Owl Carousel Default Nav

===========================*/



.owl-carousel.no-arrows .owl-nav {

  display: none;

}



.owl-carousel.no-dots .owl-dots {

  display: none;

}



.default-nav .owl-nav {

  position: absolute;

  left: 0;

  top: 50%;

  width: 100%;

  margin-top: -25px;

  -webkit-transition: all 500ms ease;

  transition: all 500ms ease;

}



.default-nav .owl-next,

.default-nav .owl-prev {

  position: absolute;

  left: -80px;

  top: 0;

  height: 50px;

  width: 50px;

  color: #021f4a;

  background: #ffffff;

  font-size: 20px;

  text-align: center;

  line-height: 50px;

  border-radius: 50%;

  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);

  -webkit-transition: all 500ms ease;

  transition: all 500ms ease;

}



.default-nav .owl-next {

  left: auto;

  right: -80px;

}



.default-nav .owl-next:hover,

.default-nav .owl-prev:hover {

  color: #ffffff;

  background-color: #021f4a;

}



/*== Owl Dots ===*/



.default-nav .owl-dots {

  position: absolute;

  bottom: 0;

  width: 100%;

  text-align: center;

  display: -webkit-box;

  display: flex;

  -webkit-box-pack: center;

  justify-content: center;

  -webkit-box-align: center;

  align-items: center;

}



.default-nav .owl-dot {

  position: relative;

  height: 14px;

  width: 14px;

  border: 2px solid #b9c1d0;

  border-radius: 50%;

  margin: 0 8px;

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}



.default-nav .owl-dot.active,

.default-nav .owl-dot:hover {

  background: #b9c1d0;

}


/*==========================

	Progress Bars

============================*/



.bar-item {

  position: relative;

  margin-bottom: 20px;

}



.bar-item .skill-bar {

  position: relative;

  width: 100%;

  height: 6px;

}



.bar-item .skill-bar .bar-inner {

  position: relative;

  width: 100%;

  height: 6px;

  background: #dddde1;

  border-radius: 5px;

  overflow: hidden;

}



.bar-item .skill-bar .bar-inner .bar {

  position: absolute;

  left: 0px;

  top: 0px;

  height: 1px;

  width: 0px;

  border-bottom: 6px solid #ffa737;

  box-shadow: 0 1px 1px rgba(0,0,0,0.09);

  -webkit-transition: all 2000ms ease;

  transition: all 2000ms ease;

}



.bar-item .skill-header {

  position: relative;

  margin-bottom: 12px;

}



.bar-item .skill-header .skill-title {

  position: relative;

  font-size: 14px;

  line-height: 20px;

  color: #5c6770;

}



.bar-item .skill-percentage {

  position: relative;

  font-size: 18px;

  line-height: 24px;

  font-weight: 700;

  color: #202020;

}



/*==========================

		Preloader

===========================*/



.preloader{

	position: fixed;

	left: 0;

	top: 0;

	height: 100%;

	width: 100%;

	background-color: #fafafa;

	z-index: 9999;

  background-image: url(../images/icons/preloader.png);

  background-repeat: no-repeat;

  background-position: center;

}



.preloader:before{

  position: absolute;

  top: 50%;

  left: 0;

  right: 0;

  width: 150px;

  text-align: center;

  margin: 0 auto;

  margin-top: 40px;

  color: #021f4a;

  font-size: 14px;

  font-weight: 700;

  letter-spacing: 2px;

  content: "LOADING"

}





img {

  display: inline-block;

  max-width: 100%;

  height: auto;

}



hr {

  -webkit-appearance: none;

  position: relative;

  height: 1px;

  margin: 30px auto;

  background: #e6e8ed;

  border-style: none;

  outline-style: none;

}



section hr {

  position: absolute;

  left: 0;

  bottom: 0;

  width: 100%;

  margin: 0;

}



.tabs-box {

  position: relative;

}



.tabs-box .tab {

  display: none;

}



.tabs-box .active-tab {

  display: block;

}



/*=== Default Form ===*/



.default-form {

  position: relative;

}



.default-form .form-group {

  position: relative;

  margin-bottom: 30px;

}



.default-form .form-group:last-child {

  margin-bottom: 0;

}



.default-form .form-group > label {

  font-size: 14px;

  line-height: 28px;

  color: #1b2032;

  margin-bottom: 3px;

}



.default-form .form-group input[type="text"],

.default-form .form-group input[type="password"],

.default-form .form-group input[type="number"],

.default-form .form-group input[type="email"],

.default-form .form-group input[type="url"],

.default-form .form-group textarea,

.default-form .form-group select {

  position: relative;

  width: 100%;

  display: block;

  color: #5c6770;

  font-size: 14px;

  line-height: 30px;

  padding: 10px 18px;

  height: 54px;

  background-color: #ffffff;

  border-radius: 10px;

  border: 2px solid #e6e8ed;

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}



.default-form .form-group input[type="text"]:focus,

.default-form .form-group input[type="email"]:focus,

.default-form .form-group input[type="url"]:focus,

.default-form .form-group select:focus,

.default-form .form-group textarea:focus {

  border-color: #ffa737;

}



.default-form .form-group textarea {

  height: 184px;

  resize: none;

  padding-top: 15px;

}



.default-form .form-group input[type="submit"],

.default-form .form-group button {

  position: relative;

  display: inline-block;

  min-width: 160px;

}



.default-form input.error:focus,

.default-form select.error:focus,

.default-form textarea.error:focus {

  border-color: #ff0000;

}



.default-form label.error {

  display: block;

  font-weight: 500;

  font-size: 13px;

  text-transform: capitalize;

  line-height: 24px;

  color: #ff0000;

  margin-bottom: 0;

}



.default-form .form-group .icon{

  position: absolute;

  right: 20px;

  bottom: 0;

  color: #9fa9b8;

  font-size: 14px;

  line-height: 54px;

}

#email-form .form-group:first-child{

  margin-bottom: 0;

}



#email-form .response {

  position: relative;

  text-align: center;

}



#email-form .response .success {

  background: #35c2a5;

  color: #ffffff;

  padding: 0 10px;

  margin-bottom: 10px;

}



#email-form .response .failed {

  background-color: #f74848;

  color: #ffffff;

  padding: 0 10px;

  margin-bottom: 10px;

}



#email-form .response .text-info {

  background-color: #ffa737;

  color: #222222 !important;

  padding: 0 10px;

  margin-bottom: 10px;

}



.chosen-search .chosen-container-single .chosen-search input[type=text]{

  background: #ffffff !important;

  border:2px solid #e6e8ed !important;

}



.chosen-container{

  border:2px solid #e6e8ed;

  border-radius: 10px;

}



.chosen-container .chosen-single{

  border: 0;

  border-radius: 10px;

  border: 2px solid transparent;

  white-space: nowrap;

}



.sort-by .chosen-container{

  border: 2px solid transparent;

}



.chosen-search .chosen-container .chosen-drop{

  margin-top: 8px;

}



.chosen-search .chosen-container-single .chosen-single{

  border:2px solid transparent;

  border-radius: 10px;

}



.chosen-search .chosen-container-single .chosen-search:before {

  font-family: "Flaticon";

  font-weight: 400;

  content: "\f100";

  font-size: 18px;

  top: 18px;

  right: 10px;

}

 [class*="flaticon-"]::before,
  [class^="flaticon-"]::before {
    display: none !important;
    content: none !important;
  }


.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:before{

  font-family: "Font Awesome 5 Free";

  font-weight: 900;

}



 .chosen-container-multi .chosen-choices li.search-choice{

  background: #021f4a;

}



.choices-style-two .chosen-container-multi .chosen-choices li.search-choice{

  background: #eceff4;

  color: #5c6770;

  border-radius: 5px;

}



.choices-style-two .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:before{

  color: #5c6770;

}



.chosen-container-multi .chosen-choices{

  border: 0;

  box-shadow: none;

  border-radius: 10px;

}



.chosen-container-multi.chosen-with-drop .chosen-choices{

  border-radius: 10px;

}



.chosen-container{

    box-shadow: none;

    background-image: url(../images/icons/icon-select.png);

    background-repeat: no-repeat;

    background-position: right center;

}



/*** 



====================================================================

	Scroll To Top

====================================================================



***/



.scroll-to-top {

  position: absolute;

  right: 5%;

  bottom: 0;

  z-index: 999;

  width: 50px;

  height: 50px;

  font-size: 16px;

  color: #7b8094;

  line-height: 50px;

  border-radius: 5px 5px 0 0;

  text-align: center;

  display: none;

  cursor: pointer;

  background-color: #23293e;

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}



.scroll-to-top:hover {

  color: #1b2032;

  background-color: #ffffff;

}



/*** 



====================================================================

	 Main Header

====================================================================



***/



/* Then add these styles */

.header-banner-bridge {

    background: #1b2032;

    background: linear-gradient(135deg, #1b2032 0%, #171657 100%);

    height: 50px;

    width: 100%;

    position: absolute;

    top: 0;

    left: 0;

    z-index: 1;

}





/* Adjust header height and make it more compact */

.main-header {

    position: relative;

    z-index: 2;

    background: #fcba3d;

    height: 70px; /* Reduced height */

    display: flex;

    align-items: center;

}







/* Adjust text colors for better contrast on orange background */

.main-header .main-box .nav-outer .main-menu .navigation > li > a,

.main-header .main-box .nav-outer .main-menu .navigation > li > span {

    color: #ffffff;

}

.main-header .main-box {

    padding: 0;

    height: 70px; /* Match header height */

    display: flex;

    align-items: center;

}


.custom-logo {
    max-width: 200px; /* Adjust this value as needed */
    height: auto;
}

/* If you're using the header image as logo */
.logo img, 
.logo-box img,
.custom-header img {
    max-width: 140px; /* Adjust this value as needed */
    height: auto;
}






.main-header .main-box {

  position: relative;

  display: -webkit-box;

  display: flex;

  width: calc(100% - 45px);

  padding: 0 5px;

  margin: 0 auto;

  -webkit-box-pack: justify;

  justify-content: space-between;

  -webkit-box-align: center;

  align-items: center;

}



.main-header .nav-outer {

  position: static;

  display: -webkit-box;

  display: flex;

  -webkit-box-pack: justify;

  justify-content: space-between;

  -webkit-box-align: center;

  align-items: center;

}



.main-header .logo-box {

  position: relative;

  display: -webkit-box;

  display: flex;

  -webkit-box-align: center;

  align-items: center;

}







.main-header .text {

  font-size: 16px;

  line-height: normal;

  color: #ffffff;

  margin-left: 30px;

}



.main-header .search-box {

  position: relative;

  margin-left: 30px;

  z-index: 999;

}



/* Hover states */

.main-header .main-box .nav-outer .main-menu .navigation > li:hover > a,

.main-header .main-box .nav-outer .main-menu .navigation > li.current > a {

    color: #1b2032;

}



/* Mobile header */

.mobile-header {

    background: #fcba3d;

    background: linear-gradient(to right, #fcba3d, #ffa726);

}



/* Add Listing button */

.main-header .outer-box .add-listing {

    background-color: #ffffff;

    color: #fcba3d;

}



/* Search box styling */

.main-header .search-box .header-search-form input {

    background: rgba(255, 255, 255, 0.1);

    border: 1px solid rgba(255, 255, 255, 0.2);

    color: #ffffff;

}



.main-header .search-box .search-backdrop {

  position: fixed;

  left: 0;

  top: 0;

  height: 100vh;

  width: 100%;

  background: #212121;

  opacity: 0;

  visibility: hidden;

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}



.search-active{

  overflow: hidden;

}



.search-active .search-box .search-backdrop {

  opacity: 0.85;

  visibility: visible;

}



.header-search-form {

  position: relative;

  display: -webkit-box;

  display: flex;

  -webkit-box-pack: center;

  justify-content: center;

  -webkit-box-align: center;

  align-items: center;

}



.header-search-form input[type="text"],

.header-search-form input[type="search"] {

  position: relative;

  height: 60px;

  min-width: 320px;

  padding: 10px 20px;

  padding-right: 70px;

  background: transparent;

  font-size: 16px;

  color: #ffffff;

  line-height: 30px;

  border-radius: 5px 5px 0 0;

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}



.header-search-form input[type="text"]:focus,

.header-search-form input[type="search"]:focus {

  background: #f9fafc;

  color: #1b2032;

}



.header-search-form .search-btn {

  font-size: 20px;

  position: absolute;

  right: 0;

  top: 0;

  height: 60px;

  width: 60px;

  text-align: center;

  line-height: 60px;

  color: #ffffff;

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}



.header-search-form.active .search-btn {

  color: #1b2032;

}



.search-list {

  position: absolute;

  left: 0;

  top: 100%;

  width: 100%;

  display: block !important;

  opacity: 0;

  visibility: hidden;

  background: #ffffff;

  padding: 23px 23px 13px;

  border-radius: 0 0 5px 5px;

  transition: all 300ms ease;

}



.search-active .search-list {

  opacity: 1;

  visibility: visible;

}



.search-list .search-item.no-results {

  position: relative;

  padding: 0;

  margin: -13px 0;

  line-height: 1em;

}



.search-list .search-item {

  position: relative;

  display: -webkit-box;

  display: flex;

  -webkit-box-align: center;

  align-items: center;

  -webkit-box-pack: start;

  justify-content: flex-start;

  padding-left: 50px;

  min-height: 35px;

  margin-bottom: 13px;

}



.search-list .search-item .text {

  position: relative;

  font-size: 16px;

  line-height: 35px;

  color: #1b2032;

  margin: 0;

}



.search-list .search-item .icon {

  position: absolute;

  left: 0;

  top: 0;

  height: 35px;

  width: 35px;

  background: #4cbfd8;

  text-align: center;

  line-height: 35px;

  color: #ffffff;

  border-radius: 50%;

}



.search-list .search-item.region .icon {

  background: #4cbfd8;

}

.search-list .search-item.listing .icon {

  background: #8c689d;

}

.search-list .search-item.shopping .icon {

  background: #ff8480;

}

.search-list .search-item.food .icon {

  background: #ffb874;

}

.search-list .search-item.prize .icon {

  background: #35c2a5;

}



.search-list .search-item .cat {

  position: relative;

  font-size: 14px;

  font-family: "Nunito", sans-serif;

  color: #5e6876;

  margin-left: 10px;

}



.main-header .menu-box {

  position: static;

  display: -webkit-box;

  display: flex;

  -webkit-box-pack: justify;

  justify-content: space-between;

  -webkit-box-align: center;

  align-items: center;

}



.main-menu {

  position: static;

}



.main-menu .navbar-header {

  display: none;

}



.main-menu .navbar-collapse {

  padding: 0px;

}



.main-menu .navigation {

  position: static;

  display: -webkit-box;

  display: flex;

  -webkit-box-align: center;

  align-items: center;

}



.main-menu .navigation > li {

  position: relative;

  margin-right: 40px;

  padding: 20px 0;

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}



.main-menu .navigation > li > span,

.main-menu .navigation > li > a {

  position: relative;

  display: block;

  text-align: center;

  opacity: 1;

  font-size: 16px;

  line-height: 30px;

  font-weight: 400;

  color: #ffffff;

  cursor: pointer;

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}



.main-menu .navigation > li.current > a,

.main-menu .navigation > li.current > span {

  color: #ffa737;

}



.main-menu .navigation > li.dropdown > span {

  padding-right: 18px;

}



.main-menu .navigation > li.dropdown > span:after {

  position: absolute;

  right: 0px;

  top: 50%;

  margin-top: -10px;

  font-family: "Font Awesome 5 Free";

  content: "\f0d7";

  display: block;

  line-height: 20px;

  font-size: 12px;

  font-weight: 900;

  color: #ffffff;

  z-index: 5;

}



.main-menu .navigation > li > a > span {

  position: relative;

}



.main-menu .navigation > li > ul {

  position: absolute;

  top: 100%;

  left: -15px;

  background-color: #fff;

  border-radius: 8px;

  padding: 10px 0;

  opacity: 0;

  z-index: 1;

  min-width: 200px;

  -webkit-transition: all 0.5s;

  transition: all 0.5s;

  -webkit-transform: translateY(50px);

  transform: translateY(50px);

  -ms-box-shadow: 0px 7px 10px -1px rgba(0, 0, 0, 0.2);

  -o-box-shadow: 0px 7px 10px -1px rgba(0, 0, 0, 0.2);

  box-shadow: 0px 7px 10px -1px rgba(0, 0, 0, 0.2);

}



.main-menu .navigation > li > ul:before {

  position: absolute;

  left: 20px;

  top: -8px;

  border-left: 8px solid transparent;

  border-right: 8px solid transparent;

  border-bottom: 8px solid #ffffff;

  content: "";

}



.main-menu .navigation > li > ul.from-right {

  left: auto;

  right: 0;

}



.main-menu .navigation > li > ul .from-right {

  left: auto;

  right: 100%;

  margin-right: 2px;

}



.main-menu .navigation > li > ul > li {

  position: relative;

  display: block;

  z-index: 1;

}



.main-menu .navigation > li > ul > li:last-child {

  border-bottom: none;

}



.main-menu .navigation > li > ul > li > span,

.main-menu .navigation > li > ul > li > a {

  position: relative;

  display: block;

  padding: 10px 30px;

  z-index: 1;

  font-weight: 600;

  font-size: 16px;

  line-height: 20px;

  color: #363636;

  white-space: nowrap;

  text-transform: capitalize;

  cursor: pointer;

  -webkit-transition: all 0.3s ease;

  transition: all 0.3s ease;

}



.main-menu .navigation > li > ul > li > span:hover,

.main-menu .navigation > li > ul > li > a:hover {

  color: #5c6770;

}



.main-menu .navigation > li.current.dropdown > span:after,

.main-menu .navigation > li > ul > li > ul > li.current > a,

.main-menu .navigation > li > ul > li.current > a {

  color: #ffa737;

}



.main-menu .navigation > li > ul > li > ul {

  position: absolute;

  top: 100%;

  left: 100%;

  background-color: #fff;

  border-radius: 8px;

  padding: 10px 0;

  min-width: 200px;

  margin-top: -40px;

  opacity: 0;

  z-index: 1;

  -webkit-transition: all 0.5s;

  transition: all 0.5s;

  -webkit-transform: translateY(50px);

  transform: translateY(50px);

  -ms-box-shadow: 0px 7px 10px -1px rgba(0, 0, 0, 0.2);

  -o-box-shadow: 0px 7px 10px -1px rgba(0, 0, 0, 0.2);

  box-shadow: 0px 7px 10px -1px rgba(0, 0, 0, 0.2);

}



.main-menu .navigation > li > ul > li > ul > li {

  position: relative;

  width: 100%;

}



.main-menu .navigation > li > ul > li > ul > li > a {

  position: relative;

  display: block;

  padding: 10px 30px;

  z-index: 1;

  font-weight: 600;

  font-size: 16px;

  line-height: 20px;

  color: #363636;

  white-space: nowrap;

  text-transform: capitalize;

  -webkit-transition: all 0.3s ease;

  transition: all 0.3s ease;

}



.main-menu .navigation > li > ul > li > ul > li > span:hover {

  color: #5c6770;

}



.main-menu .navigation > li > ul > li.dropdown > span:before {

  position: absolute;

  right: 15px;

  top: 50%;

  margin-top: -10px;

  font-family: "Font Awesome 5 Free";

  content: "\f105";

  display: block;

  line-height: 20px;

  font-size: 16px;

  font-weight: 900;

  z-index: 5;

}



.main-menu .navigation > li.dropdown:hover > ul {

  opacity: 1;

  visibility: visible;

  -webkit-transform: translate(0px);

  transform: translate(0px);

}



.main-menu .navigation li > ul > li.dropdown:hover > ul {

  opacity: 1;

  visibility: visible;

  -webkit-transform: translate(0px);

  transform: translate(0px);

}



.main-menu .navigation li.dropdown .dropdown-btn {

  position: absolute;

  right: 10px;

  top: 8px;

  width: 34px;

  height: 30px;

  border: 1px solid #ffffff;

  text-align: center;

  font-size: 16px;

  line-height: 26px;

  color: #ffffff;

  cursor: pointer;

  z-index: 5;

  display: none;

}



.main-header .outer-box {

  position: relative;

  display: -webkit-box;

  display: flex;

  -webkit-box-pack: center;

  justify-content: center;

  -webkit-box-align: center;

  align-items: center;

}



.main-header .add-listing {

  margin-right: 40px;

  height: 45px;

  padding: 8px 20px;

  border: 2px solid #ffffff;

  border-radius: 50px;

  line-height: 25px;

  color: #ffffff;

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

  text-align: center;

  min-width: 170px;

}



.main-header .add-listing span {

  margin-right: 8px;

}



.main-header .add-listing:hover {

  color: #222222;

  background: #ffffff;

}



/* Cart btn */



.main-header .cart-btn {

  position: relative;

}



.main-header .cart-btn > a {

  position: relative;

  display: block;

  z-index: 1;

  color: #ffffff;

  font-size: 24px;

  line-height: 40px;

}



.main-header .cart-btn .count {

  position: absolute;

  right: -7px;

  top: -4px;

  height: 20px;

  width: 20px;

  text-align: center;

  line-height: 22px;

  font-size: 12px;

  color: #ffffff;

  background-color: #ffa737;

  border-radius: 50%;

}



/* Signin/Register */



.main-header .login-box {

  position: relative;

  font-size: 16px;

  line-height: 30px;

  color: #ffffff;

  margin-left: 40px;

}



.main-header .login-box span {

  margin-right: 8px;

}



.main-header .login-box a {

  color: #ffffff;

}



.main-header .login-box a:hover {

  text-decoration: underline;

}



.main-header.alternate{

  background-color: #021f4a;

}



.main-header.alternate .logo {

  padding: 12.5px 0;

}



/* Dashboard Option */



#toggle-user-sidebar{

  display: none;

}



.dashboard-option{

  position: relative;

  margin-left: 30px;

}



.dashboard-option .dropdown-menu{

  transform: none !important;

  top: 100% !important;

  left: auto !important;

  right: 0 !important;

  min-width: 250px;

  border-radius: 10px;

  box-shadow: 0 1px 30px rgba(0,0,0,0.15);

  margin-top: 8px;

}



.dashboard-option .dropdown-menu:before{

  position: absolute;

  right: 30px;

  top: -8px;

  border-left: 8px solid transparent;

  border-right: 8px solid transparent;

  border-bottom: 8px solid #ffffff;

  content: "";

}



.dashboard-option .dropdown-toggle{

  position: relative;

  display: flex;

  align-items: center;

}



.dashboard-option .dropdown-toggle::after{

  border-top-color: #ffffff;

  margin-left: 12px;

}



.dashboard-option .thumb{

  border: 5px solid rgba(255,255,255,.15);

  height: 46px;

  width: 46px;

  border-radius: 50%;

  overflow: hidden;

}



.dashboard-option .name{

  position: relative;

  display: block;

  color: #ffffff;

  margin-left: 10px;

}



.dashboard-option .dropdown-item{

  padding: 10px 28px;

  line-height: 30px;

  font-size: 16px;

  color: #5c6770;

  border-left: 2px solid transparent;

}



.dashboard-option .dropdown-item i{

  margin-right: 15px;

  font-size: 20px;

}



.dashboard-option .dropdown-item.active,

.dashboard-option .dropdown-item:hover{

  border-left: 2px solid #1b2032;

  background: #f9fafc;

  color: #1b2032;

}



/*** 








====================================================================

		Header Style Two

====================================================================



***/



.header-style-two.fixed-header,

.header-style-two {

  background-color: #1b2032;

}



.header-style-two .logo {

  padding: 15px 0;

}






.header-style-two .cart-btn .count {

  background-color: #ff007a;

}



/*** 





====================================================================

		Login Popup

====================================================================



 ***/



.jquery-modal {

  z-index: 999;

}



.modal {

  height: auto;

  padding: 0;

  max-width: 420px;

  overflow: visible;

}



#login-modal {

  max-width: 420px;

  padding: 30px 30px 12px;

  overflow: visible;

}



.login-from {

  position: relative;

  text-align: center;

}



.login-from h3 {

  position: relative;

  display: block;

  font-size: 20px;

  color: #1b2032;

  font-weight: 700;

  line-height: 1.2em;

  margin-bottom: 20px;

}



.login-from .form-group {

  position: relative;

  display: -webkit-box;

  display: flex;

  -webkit-box-pack: justify;

  justify-content: space-between;

  -webkit-box-align: center;

  align-items: center;

  margin-bottom: 18px;

}



.login-from .form-group .text,

.login-from .form-group .forgot-pass,

.login-from .form-group label {

  font-size: 14px;

  color: #5c5c5c;

  line-height: 1em;

  margin: 0;

}



.login-from .form-group label {

  cursor: pointer;

}



.login-from .form-group .forgot-pass:hover {

  text-decoration: underline;

}



.login-from .form-group input[type="text"],

.login-from .form-group input[type="email"],

.login-from .form-group input[type="password"],

.login-from .form-group input[type="url"],

.login-from .form-group select,

.login-from .form-group textarea {

  position: relative;

  display: block;

  width: 100%;

  height: 54px;

  font-size: 14px;

  color: #5c6770;

  line-height: 30px;

  font-weight: 400;

  background: #ffffff;

  border: 2px solid #e6e8ed;

  padding: 10px 20px;

  border-radius: 8px;

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}



.login-from .form-group input[type="submit"],

.login-from .form-group button {

  width: 100%;

  min-width: auto;

}



.login-from .form-group .text {

  width: 100%;

}



.login-from .form-group .social-btn {

  margin-right: 30px;

  width: 100%;

}



.login-from .form-group .social-btn:last-child {

  margin-right: 0;

}



.social-btn {

  position: relative;

  text-align: center;

  white-space: nowrap;

  color: inherit;

  font-size: 16px;

  border-radius: 5px;

  background-color: inherit;

  font-weight: 700;

  padding: 10px 30px;

  color: #ffffff;

  line-height: 25px;

}



.social-btn span {

  margin-right: 3px;

}



.social-btn.facebook-btn {

  background-color: #3b5998;

  color: #ffffff;

}



.social-btn.google-btn {

  background-color: #dc4d28;

  color: #ffffff;

}



.login-from .bottom-text {

  -webkit-box-orient: vertical;

  -webkit-box-direction: normal;

  flex-direction: column;

}



.login-from .signup-link {

  position: relative;

  display: inline-block;

  font-size: 14px;

  color: #021f4a;

}



.login-from .signup-link:hover {

  text-decoration: underline;

}



.login-from.register .form-group.full-width {

  -webkit-box-orient: vertical;

  -webkit-box-direction: normal;

  flex-direction: column;

  text-align: left;

  margin-bottom: 8px;

}



.login-from.register .checkbox-wrap {

  position: relative;

  display: -webkit-box;

  display: flex;

  -webkit-box-align: center;

  align-items: center;

  width: 100%;

  margin-bottom: 10px;

  white-space: nowrap;

}



.login-from.register .checkbox-wrap label {

  margin-left: 10px;

}



.login-from.register .checkbox-wrap label a {

  color: #ef2f24;

}



.login-from.register .checkbox-wrap label a:hover {

  text-decoration: underline;

}



/*** 



====================================================================

	Page Title

====================================================================



***/



.page-title {

  position: relative;

  background-repeat: no-repeat;

  background-position: center;

  background-size: cover;

  text-align: center;

  padding: 280px 0 150px;

  z-index: 2;

}



.page-title:before{

  position: absolute;

  left: 0;

  top: 0;

  height: 100%;

  width: 100%;

  background: linear-gradient(135deg, #080e7b 0%, #3c1da8 100%);

  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#080e7b', endColorstr='#3c1da8',GradientType=1 );

  content: "";

  opacity: .80;

}



.page-title h1{

  position:relative;

  display: block;

  font-size:32px;

  color:#ffffff;

  line-height: 1.2em;

  font-weight: 600;

  margin-bottom: 10px;

}



.page-title .text{

  position: relative;

  color: #ffffff;

}



/*** 



====================================================================

		Section Title

====================================================================



***/



.sec-title {

  position: relative;

  margin-bottom: 55px;

}



.sec-title h2 {

  position: relative;

  display: block;

  font-size: 32px;

  line-height: 1.2em;

  color: #1b2032;

  font-weight: 700;

}



.sec-title .text {

  position: relative;

  margin-top: 15px;

}



.sec-title .divider {

  position: relative;

  display: block;

  width: 100px;

  background-color: #9fa9b8;

  height: 2px;

  margin-top: 12px;

}



.sec-title.text-center .divider {

  margin: 12px auto;

}



.sec-title.light h2 {

  color: #ffffff;

}



.sec-title.light .text {

  color: rgba(255, 255, 255, 0.5);

}



/*** 



====================================================================

	Banner Section

====================================================================



***/




/* Update banner styling */

.banner-section.style-two {

    background-color: #1a1f37;

    padding: 0px 0 0px;  /* Increased top padding */

    padding-bottom: 0px; /* Reduced from default */

}



.banner-section.style-two .upper-heading h3 {

    color: #ffffff;

    font-size: 36px;

    margin-bottom: 10px;

}



.banner-section.style-two .upper-heading p {

    color: #ffffff;

    opacity: 0.8;

}



.banner-section.style-two .browse-catergory {

    margin-top: 40px;  /* Space before category icons */

    margin-bottom: 10px;  /* Space after category icons */

}



.browse-text {

    margin-top: 0px;

    margin-bottom: 0px;

}



.background-layer {

  position: absolute;

  left: 0;

  top: 0;

  height: 100%;

  width: 100%;

  background-repeat: no-repeat;

  background-position: center;

  background-size: cover;

}



.background-layer:before {

  position: absolute;

  left: 0;

  top: 0;

  height: 100%;

  width: 100%;

  background: #080e7b;

  background: linear-gradient(135deg, #080e7b 0%, #3c1da8 100%);

  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#080e7b', endColorstr='#3c1da8',GradientType=1 );

  content: "";

  opacity: 0.85;

}



.background-layer.pink-gradient:before {

  background: #1a1831;

  background: linear-gradient(45deg, #1a1831 0%, #ff007a 100%);

  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a1831', endColorstr='#ff007a',GradientType=1 );

}




/*================================

 	listing search form (red button)

==================================*/

/* Base search form styles */
.listing-search-form {
    max-width: 800px !important;
    margin: 0 auto;
    padding: 15px;
}

/* Form Row */
.listing-search-form .row {
    display: flex;
    align-items: center;
    margin: 0 -10px;
}

/* Form Groups */
.listing-search-form .form-group {
    padding: 0 10px;
}

/* Input Fields */
.listing-search-form .form-group input[type="text"] {
    width: 100%;
    height: 45px;
    padding: 8px 15px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    font-size: 14px;
}

/* Column Widths */
.listing-search-form .col-lg-5 {
    width: 40%;
    flex: 0 0 40%;
}

.listing-search-form .col-lg-2 {
    width: 20%;
    flex: 0 0 20%;
    padding-left: 30px;
}

/* Search Button */
.listing-search-form .theme-btn {
    height: 45px;
    padding: 8px 20px;
    border-radius: 4px;
    width: 100%;
    background: #fcba3d;
    color: white;
    border: none;
    cursor: pointer;
    transition: background 0.3s ease;
}

.listing-search-form .theme-btn:hover {
    background: #e5a832;
}

/* Responsive */
@media (max-width: 768px) {
    .listing-search-form .col-lg-5,
    .listing-search-form .col-lg-2 {
        width: 100%;
        flex: 0 0 100%;
        margin-bottom: 10px;
    }
    
    .listing-search-form .row {
        flex-direction: column;
    }
}

.listing-search-form .location select {
    width: 100%;
    height: 45px;
    padding: 0 30px 0 50px;
    font-size: 15px;
    line-height: 30px;
    color: #777777;
    background-color: #ffffff;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
}

.listing-search-form .location {
    position: relative;
}

.listing-search-form .location .icon {
    position: absolute;
    left: 24px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    line-height: 30px;
    color: #909090;
    z-index: 1;
}

.listing-search-form .location select:focus {
    outline: none;
    border-color: #2273f5;
}

/*================================

 	end listing search form (red button)

==================================*/

.banner-section .content-box {

  position: relative;

  text-align: center;

}



.banner-section .upper-heading {

  position: relative;

  margin-bottom: 50px;

}



.banner-section .content-box h3 {

  font-size: 55px;

  line-height: 1.2em;

  color: #ffffff;

  font-weight: 700;

  margin-bottom: 15px;

}



.banner-section .content-box p {

  font-size: 18px;

  line-height: normal;

  color: #ffffff;

}


/*================================

 	category Section / Style Two

==================================*/

/* Compact Browse Category Styles */

.banner-section .browse-catergory {

  position: relative;

  width: 75%;

  text-align: center;

  padding: 0;

  margin-top: 0px;

}



.banner-section .browse-cat-list {

  position: relative;

  display: flex;

  justify-content: center;

  align-items: center;

  flex-wrap: wrap;

  gap: 4px;

  margin: 0;

  padding: 0;

}



.banner-section .browse-cat-list li {

  margin: 0;

  padding: 0;

  list-style: none;

}



.banner-section .browse-cat-list li a {

  position: relative;

  display: flex;

  flex-direction: column;

  align-items: center;

  justify-content: center;

  width: 100px;  /* Reduced from 100px */

  height: 80px; /* Reduced from 80px */

  color: #ffffff;

  background: rgba(255, 255, 255, 0.1);

  border-radius: 6px;

  transition: all 300ms ease;

  text-decoration: none;

  padding: 3px;

}



.banner-section .browse-cat-list li span.icon {

  font-size: 14px;  /* Reduced from 20px */

  margin-bottom: 1px; /* Reduced from 8px */

}



.banner-section .browse-cat-list li a span.text {

  font-size: 8px; /* Reduced from 12px */

  font-weight: 400;

  white-space: nowrap;

  line-height: 1.2;

}



.banner-section .browse-cat-list li a:hover {

  background: rgba(255, 255, 255, 0.2);

  transform: translateY(-2px);

}



.banner-section .browse-text {

  font-size: 11px;

  color: #ffffff;

  margin-top: 6px;

  opacity: 0.8;

}



/* Remove any additional box styling */

.banner-section .browse-cat-list li::before,

.banner-section .browse-cat-list li::after,

.banner-section .browse-cat-list li a::before,

.banner-section .browse-cat-list li a::after {

  display: none;

}



/* Responsive adjustments */

@media (max-width: 768px) {

  .banner-section .browse-cat-list li a {

    width: 70px;

    height: 60px;

  }

  

  .banner-section .browse-cat-list li span.icon {

    font-size: 12px;

  }

  

  .banner-section .browse-cat-list li a span.text {

    font-size: 8px;

  }

}









====================================================================

	Features Section

====================================================================



***/



.features-section {

  position: relative;

  padding: 60px 0 30px;

}



.feature-block {

  position: relative;

  margin-bottom: 30px;

}



.feature-block .inner-box {

  position: relative;

  border-radius: 10px;

  overflow: hidden;

}



.feature-block .image {

  position: relative;

  margin-bottom: 0;

}



.feature-block .image img {

  display: block;

  width: 100%;

  -webkit-transition: all 400ms ease;

  transition: all 400ms ease;

}



.feature-block .inner-box:hover .image img {

  -webkit-transform: scale(1.2);

  transform: scale(1.2);

}



.feature-block .overlay-box {

  position: absolute;

  left: 0;

  top: 0;

  height: 100%;

  width: 100%;

}



.feature-block .overlay-box:before {

  position: absolute;

  left: 0;

  top: 0;

  height: 100%;

  width: 100%;

  background: -webkit-gradient(

    linear,

    left top,

    left bottom,

    from(rgba(255, 255, 255, 0)),

    to(rgba(27, 32, 50, 1))

  );

  background: linear-gradient(

    to bottom,

    rgba(255, 255, 255, 0) 0%,

    rgba(27, 32, 50, 1) 100%

  );

  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#1b2032',GradientType=0 );

  content: "";

}



.feature-block .overlay-box .content {

  position: absolute;

  left: 0;

  bottom: 0;

  width: 100%;

  padding: 30px 30px 25px;

  z-index: 9;

}



.feature-block .overlay-box .icon-box {

  display: block;

  height: 70px;

  width: 70px;

  border: 2px solid #ffffff;

  border-radius: 50%;

  line-height: 64px;

  color: #ffffff;

  font-size: 34px;

  text-align: center;

  margin-bottom: 15px;

}



.feature-block .overlay-box h5 {

  font-size: 18px;

  color: #ffffff;

  font-weight: 500;

  display: block;

  margin-bottom: 3px;

}



.feature-block .overlay-box .locations {

  display: block;

  font-size: 14px;

  color: #ffffff;

}



.overlay-link {

  position: absolute;

  left: 0;

  top: 0;

  height: 100%;

  width: 100%;

  z-index: 9;

}



.features-section.style-two .feature-block .overlay-box:after {

  height: 100%;

  opacity: 0;

  visibility: hidden;

  background: #1a1831;

  background: linear-gradient(45deg, #1a1831 0%, #ff007a 100%);

  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a1831', endColorstr='#ff007a',GradientType=1 );

}



.features-section.style-two .feature-block .inner-box:hover .overlay-box:after {

  opacity: 0.8;

  visibility: visible;

}



/*** 



====================================================================

	Features Section Two

====================================================================



***/



.features-section-two {

  position: relative;

  padding: 60px 0 30px;

}



.feature-block-two {

  position: relative;

  margin-bottom: 30px;

}



.feature-block-two .inner-box {

  position: relative;

  border-radius: 10px;

  overflow: hidden;

  min-height: 200px;

}



.feature-block-two .image {

  position: relative;

  margin: 0;

}



.feature-block-two .image img {

  display: block;

  width: 100%;

}



.feature-block-two .image:before {

  position: absolute;

  left: 0;

  top: 0;

  height: 100%;

  width: 100%;

  background: #f9fafc;

  content: "";

  -webkit-transition: all 400ms ease;

  transition: all 400ms ease;

}



.feature-block-two .inner-box:hover .image:before {

  background: #1b2032;

  opacity: 0.9;

}



.feature-block-two .content {

  position: absolute;

  left: 0;

  top: 0;

  height: 100%;

  width: 100%;

  display: -webkit-box;

  display: flex;

  -webkit-box-pack: center;

  justify-content: center;

  -webkit-box-align: center;

  align-items: center;

  -webkit-box-orient: vertical;

  -webkit-box-direction: normal;

  flex-direction: column;

}



.feature-block-two .icon-box {

  position: relative;

  display: block;

  color: #f30d79;

  font-size: 54px;

  line-height: 1em;

  text-align: center;

  margin-bottom: 20px;

  -webkit-transition: all 400ms ease;

  transition: all 400ms ease;

}



.feature-block-two h5 {

  font-size: 18px;

  color: #1b2032;

  font-weight: 600;

  margin-bottom: 5px;

  display: block;

  -webkit-transition: all 400ms ease;

  transition: all 400ms ease;

}



.feature-block-two .locations {

  display: block;

  font-size: 14px;

  color: #5c6770;

  -webkit-transition: all 400ms ease;

  transition: all 400ms ease;

}



.feature-block-two:nth-of-type(8n + 1) .icon-box {

  color: #f30d79;

}

.feature-block-two:nth-of-type(8n + 2) .icon-box {

  color: #35c2a5;

}

.feature-block-two:nth-of-type(8n + 3) .icon-box {

  color: #4cbfd8;

}

.feature-block-two:nth-of-type(8n + 4) .icon-box {

  color: #ffb874;

}

.feature-block-two:nth-of-type(8n + 5) .icon-box {

  color: #ff7d4f;

}

.feature-block-two:nth-of-type(8n + 6) .icon-box {

  color: #8c689d;

}

.feature-block-two:nth-of-type(8n + 7) .icon-box {

  color: #35c2a5;

}

.feature-block-two:nth-of-type(8n + 8) .icon-box {

  color: #ff8480;

}



.feature-block-two .inner-box:hover h5,

.feature-block-two .inner-box:hover .locations,

.feature-block-two .inner-box:hover .icon-box {

  color: #ffffff;

}



/* Features Section Two / Style Two*/

.features-section-two.style-two .feature-block-two .image:before {

  background: #f7f8f9;

}

.features-section-two.style-two

  .feature-block-two

  .inner-box:hover

  .image:before {

  background: #32383d;

  opacity: 0.8;

}

.features-section-two.style-two .feature-block-two .icon-box {

  color: #ff5a5f;

}

.features-section-two.style-two .feature-block-two .inner-box:hover .icon-box {

  color: #ffffff;

}



/*** 



====================================================================

	Explore Section

====================================================================*/

.explore-section {
  position: relative;
  padding: 0px 0 60px; /* Increased bottom padding from 30px to 60px */
  background: #c4c4c4;
}

/* Container modifications */
.explore-section .auto-container {
    background: #c3c3c3;
    max-width: 100%;
    padding: 0;
    margin: 0;
}

.explore-section .row {
    display: flex;
    flex-wrap: nowrap;
    margin: 0;
    width: 100%;
    gap: 0;
    padding: 0;
    justify-content: center;  /* Center the row */
}

/* Base Column Layout */
.col-lg-2-4 {
    position: relative;
    width: 200px;      /* Fixed width */
    min-height: 1px;
    flex: 0 0 200px;   /* Fixed flex basis */
    max-width: 200px;  /* Fixed max width */
}

/* Explore Block Styling */
.explore-block {
    position: relative;
    margin: 0;
    padding: 0px 0px 0px 50px;
}

.explore-block .inner-box {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.explore-block .image {
    display: block;
    width: 200px;     /* Fixed width */
    height: 200px;    /* Reduced height */
    margin: 0;
    padding: 50;
    position: relative;
    z-index: 0;
}

.explore-block .content h5 {

    font-size: 24px;

    font-weight: 500;

    color: #ffffff;

    margin-bottom: 8px;

}



.explore-block .content .locations {

    font-size: 15px;

    color: #ffffff;

    opacity: 0.7;

}

.explore-section .sec-title h2, .explore-section .sec-title .text {
    color: #000;
	text-align: center;
	margin-top: 0px;
	padding: 20px;
}

.explore-section .sec-title .text {
    color: #000;
	text-align: center;
	margin-top: 0px;
	padding: 0px;
}




.explore-block .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Remove all overlays */

.explore-block .inner-box:before,
.explore-block .inner-box:after,
.explore-block .image:before,
.explore-block .image:after {
    display: none;
}

/* Remove any padding from row children */
.explore-section .row > * {
    padding: 0;
}

.explore-block .content {
    position: absolute;
    bottom: 50px;
    left: 10px;
    z-index: 2;
    display: block !important;
}

.explore-block .content h5 {
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
    margin: 0;
    padding: -10px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.explore-block .inner-box:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50%;  /* Gradient covers bottom half */
    background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);
    z-index: 1;
    display: block !important;  /* Override previous display: none */
}



/***====================================

	Listing Section / Style two

==================0==================***/


/* Row styles */

.row {

    display: flex;

    flex-wrap: nowrap;

    margin: 0 -15px;

    width: 100%;

}



/* City Block Styles */

.col-lg-3 {

    position: relative;

    width: 25%;

    flex: 0 0 25%;

    max-width: 25%;

    padding: 0 15px;

}



.city-block {

    position: relative;

    margin-bottom: 30px;

    border-radius: 10px;

    overflow: hidden;

}



.city-block img {

    width: 100%;

    height: 250px;

    object-fit: cover;

}



.city-info {

    position: absolute;

    bottom: 0;

    left: 0;

    right: 0;

    padding: 20px;

    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);

    color: #ffffff;

}



.city-info h4 {

    color: #ffffff;

    margin-bottom: 5px;

    font-size: 24px;

}



*** 




====================================================================

	Listing Section Two

==================0==================================================

/*==================================================================
    Listing Section Two
==================================================================*/
.featured {
    position: relative;
    background: #f4f4f4;
    width: 100%;
    display: block;
    padding: 20px 0;

}

.featured::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #f4f4f4;
    z-index: 0;
}

.featured > * {
    position: relative;
    z-index: 1;
}

/* Also add this to ensure the container sits on the dark background */
.featured .auto-container {
    position: relative;
    z-index: 2;
}

/* And ensure the section title text is visible on dark background */
.featured .sec-title h2 {
    color: #000;
	text-align: center;
	margin-top: 0;
	margin-bottom: 0;
}

.featured .sec-title .text {
    color: rgba(0, 0, 0, 0.7);
	text-align: center;
}

.featured .sec-title .divider {
    background-color: rgba(0, 255, 255, 0.1);
}

.listing-section-two {
  position: relative;
  padding: 60px 0;
  background-color: #f9fafc;
}

.listing-section-two .carousel-outer {
  padding: 0 45px;
}



/* Card styles */
..listing-block-two {
    margin-bottom: 30px;
	margin-top:0px;
}

.listing-block-two .inner-box {
    position: relative;
    background: #1a1f2d;
    border-radius: 10px;
    overflow: hidden;
    min-height: 400px;
    max-height: 500px;
    display: flex;
    flex-direction: column;
}

.listing-block-two .top-box {
    padding: 15px;
    background: rgba(24, 28, 39, 0.95);
}

.listing-block-two .rating {
    color: #ffc107;
    margin-bottom: 10px;
}

.listing-block-two .rating .title {
    color: #fff;
    margin-left: 5px;
}

.listing-block-two h3 {
    margin: 0;
    font-size: 18px;
}

.listing-block-two h3 a {
    color: #fff;
    text-decoration: none;
}

.listing-block-two .image-box {
    position: relative;
    flex-grow: 1;
}

.listing-block-two .image {
    height: 100%;
    margin: 0;
}

.listing-block-two .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.listing-block-two .content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
}

.listing-block-two .location {
    font-size: 14px;
    margin-bottom: 5px;
}

.listing-block-two .description {
    font-size: 14px;
    line-height: 1.6;
}

.listing-block-two .card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    background: rgba(24, 28, 39, 0.95);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.listing-block-two .category {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #43b97e;
}

.listing-block-two .category .icon {
    font-size: 16px;
}

.listing-block-two .status {
    color: #fff;
    font-size: 14px;
    opacity: 0.8;
}

.listing-block-two .bottom-box {
	display: flex;
    align-items: center;
    gap: 0px;
    color: #43b97e;

}

.bottom-box {
  align-items: center;
  padding: 0px 10px;
  margin: 0px;
}



/* Container styles */
.listing-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  margin-top:-20px !important;
  padding: 20px;
  max-width: 1200px;
  margin: 0 auto;
}

/* Responsive styles */
@media (min-width: 1200px) {
  .listing-container {
    grid-template-columns: repeat(5, 1fr);
  }
}

@media (max-width: 1199px) {
  .listing-container {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 991px) {
  .listing-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575px) {
  .listing-container {
    grid-template-columns: 1fr;
  }
  
  .listing-block-two {
    max-width: 100%;
  }
}




====================================================================

	Listing Tabs Section

==================0==================================================



.listing-tabs-section {

  position: relative;

  padding: 60px 0 30px;

  background-color: #f7f8f9;

}



.listing-tabs {

  position: relative;

  display: -webkit-box;

  display: flex;

  -webkit-box-pack: center;

  justify-content: center;

  -webkit-box-align: center;

  align-items: center;

  -webkit-box-orient: vertical;

  -webkit-box-direction: normal;

  flex-direction: column;

}



.listing-tabs .tab-buttons {

  position: relative;

  padding: 10px;

  background: #ffffff;

  border-radius: 10px;

  display: -webkit-box;

  display: flex;

  margin-bottom: 26px;

}



.listing-tabs .tab-buttons li {

  position: relative;

  padding: 10px 30px;

  font-size: 16px;

  line-height: 20px;

  color: #32383d;

  background: #ffffff;

  min-width: 110px;

  border-radius: 10px;

  cursor: pointer;

  text-align: center;

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}



.listing-tabs .tab-buttons li.active-btn {

  background-color: #ff5a5f;

  color: #ffffff;

}



/*** 



====================================================================

	Ls Section

==================0==================================================



***/



.ls-section {

  position: relative;

}



.ls-section .ls-cotainer {

  position: relative;

  display: -webkit-box;

  display: flex;

  height: 100%;

}



.ls-section .content-column {

  position: relative;

  height: calc(100vh - 85px);

  overflow-x: hidden;

  overflow-y: auto;

}



.ls-section ::-webkit-scrollbar {

  width: 5px;

  background: #eeeeee;

}



.ls-section ::-webkit-scrollbar-track {

  background: #ffffff;

}



.ls-section ::-webkit-scrollbar-thumb {

  background: #eeeeee;

}



.ls-section .map-column {

  position: fixed;

  height: calc(100vh - 85px);

  right: 0;

  bottom: 0;

}



.ls-section .map-column #map {

  height: 100%;

  width: 100%;

  position: absolute;

  left: 0;

  top: 0;

}



.ls-section .content-column .upper-box {

  position: relative;

  padding: 20px 30px;

}



.ls-section .filters-backdrop{

  position: fixed;

  left: 0;

  top: 0;

  height: 100%;

  width: 1000%;

  background: #1b2032;

  z-index: 90;

  opacity: 0;

  visibility: hidden;

  transition: all 300ms ease;

}



.active-filters .ls-section .filters-backdrop{

  opacity: .80;

  visibility: visible;

}



.ls-section .filters-column.hide-left{

  position: fixed;

  left: 0;

  top: 0;

  height: 100vh !important;

  max-width: 320px;

  width: 100%;

  padding: 0 !important;

  background: #fff;

  z-index: 99;

  overflow-y: auto !important;

  transition: all 300ms ease;

  opacity: 0;

  visibility: hidden;

  -webkit-transform: translateX(-100%);

  -moz-transform: translateX(-100%);

  -ms-transform: translateX(-100%);

  -o-transform: translateX(-100%);

  transform: translateX(-100%);

}



.ls-section .filters-column.hide-left .inner-column{

  min-height: 100%;

}



.active-filters .ls-section .filters-column.hide-left{

  transform: translateX(0);

  opacity: 1;

  visibility: visible;

}



.ls-section .toggle-filters{

  position: relative;

  margin-bottom: 20px;

  color: #ffffff;

  background: #ffa737;

  display: none;

}



.ls-section .toggle-filters.show{

  display: block;

}



.ls-section .sort-by.show-filters{

  display: flex;

  align-items: center;

  justify-content: space-between;

}



.ls-section .sort-by.show-filters .chosen-select{

  width: auto;

}



.ls-section .show-filters .toggle-filters{

    position: relative;

    margin-bottom: 0;

    margin-right: 20px;

    color: #ffffff;

    background: #ffa737;

    white-space: nowrap;

    background: none;

    display: block;

    color: #1b2032;

    top: -4px;

    font-size: 16px;

    width: auto;

}



.ls-section .show-filters .toggle-filters span{

  margin-right: 10px;

}



.ls-section .close-filters{

    position: absolute;

    right: 10px;

    top: 10px;

    width: 25px;

    min-width: auto;

    height: 25px;

    border: 1px solid #333;

    border-radius: 50%;

    color: #000;

    line-height: 25px;

    font-size: 12px;

    z-index: 99;

    display: none;

}



.ls-section .top-filters {

  position: relative;

  display: -webkit-box;

  display: flex;

  margin-bottom: 30px;

  -webkit-box-pack: start;

  justify-content: flex-start;

  -webkit-box-align: center;

  align-items: center;

  border-bottom: 2px solid #e6e8ed;

}



.ls-section .top-filters li {

  position: relative;

  margin-right: 20px;

}



.ls-section .top-filters li a {

  position: relative;

  display: block;

  font-size: 16px;

  line-height: 20px;

  color: #1b2032;

  padding: 10px 22px;

  font-weight: 700;

  top: 2px;

  border-bottom: 2px solid transparent;

}



.ls-section .top-filters li.active a {

  border-bottom: 2px solid #021f4a;

}





/*=====================

    Map Layout 3

======================*/



.ls-section.map-layout-3 .filters-column{

  position: absolute;

  left: 0;

  top: 0;

  height: 100%;

  transform: translateX(-100%);

  transition: all 300ms ease;

}



.active-filters .ls-section.map-layout-3 .filters-column{

  transform: translateX(0%);

  transition: all 300ms ease;

}



.ls-section.map-layout-3 .ls-cotainer{

  padding-left: 0;

  transition: all 300ms ease;

}



.active-filters .ls-section.map-layout-3 .content-column{

  width: 58%;

  transition: all 300ms ease;

}



.active-filters .ls-section.map-layout-3 .map-column{

  width: 34%;

  transition: all 300ms ease;

}



.active-filters .ls-section.map-layout-3 .ls-cotainer{

  padding-left: 20%;

  transition: all 300ms ease;

}



.ls-section.map-layout-3 .content-column,

.ls-section.map-layout-3 .map-column{

  width: 50%;

  transition: all 300ms ease;

}



/*=====================

    Map Layout 4

======================*/



.ls-section.map-layout-4 .filters-column{

  position: absolute;

  left: 0;

  top: 0;

  height: 100%;

  transform: translateX(-100%);

  transition: all 300ms ease;

}



.active-filters .ls-section.map-layout-4 .filters-column{

  transform: translateX(0%);

  transition: all 300ms ease;

}



.ls-section.map-layout-4 .ls-cotainer{

  padding-left: 0;

  transition: all 300ms ease;

}



.active-filters .ls-section.map-layout-4 .content-column{

  width: 58%;

  transition: all 300ms ease;

}



.active-filters .ls-section.map-layout-4 .map-column{

  width: 34%;

  transition: all 300ms ease;

}



.active-filters .ls-section.map-layout-4 .ls-cotainer{

  padding-left: 20%;

  transition: all 300ms ease;

}



.ls-section.map-layout-4 .content-column,

.ls-section.map-layout-4 .map-column{

  width: 50%;

  transition: all 300ms ease;

}



/*=====================

    Map Layout 5

======================*/



.ls-section.map-layout-5 .filters-column{

  position: absolute;

  left: 0;

  top: 0;

  height: 100%;

  transform: translateX(-100%);

  transition: all 300ms ease;

}



.active-filters .ls-section.map-layout-5 .filters-column{

  transform: translateX(0%);

  transition: all 300ms ease;

}



.ls-section.map-layout-5 .ls-cotainer{

  padding-left: 0;

  transition: all 300ms ease;

}



.active-filters .ls-section.map-layout-5 .content-column{

  width: 35%;

  transition: all 300ms ease;

}



.active-filters .ls-section.map-layout-5 .map-column{

  width: 52%;

  transition: all 300ms ease;

}



.active-filters .ls-section.map-layout-5 .ls-cotainer{

  padding-left: 20%;

  transition: all 300ms ease;

}



.ls-section.map-layout-5 .content-column,

.ls-section.map-layout-5 .map-column{

  width: 50%;

  transition: all 300ms ease;

}



/*=====================

    Ls Outer

======================*/



.ls-section .ls-outer {

  position: relative;

  padding: 20px 30px;

  background-color: #f9fafc;

}



.ls-switcher {

  position: relative;

  display: -webkit-box;

  display: flex;

  -webkit-box-align: center;

  align-items: center;

  -webkit-box-pack: justify;

  justify-content: space-between;

}



.ls-switcher .showing-result {

  position: relative;

  display: -webkit-box;

  display: flex;

  -webkit-box-align: center;

  align-items: center;

  margin-bottom: 20px;

}



.ls-switcher .showing-result .text {

  font-size: 16px;

  color: #1b2032;

}



.ls-switcher .arrange {

  position: relative;

  display: -webkit-box;

  display: flex;

  margin-right: 20px;

}



.ls-switcher .arrange a {

  margin-right: 10px;

}



.ls-switcher .arrange .icon {

  position: relative;

  display: block;

  height: 40px;

  width: 40px;

  border: 2px solid #d7dbe4;

  border-radius: 50%;

  line-height: 36px;

  text-align: center;

  color: #a3acc2;

  font-size: 16px;

}



.ls-switcher .arrange .active .icon {

  color: #a3acc2;

  border-color: #a3acc2;

}



.ls-switcher .sort-by {

  position: relative;

  margin-bottom: 10px;

}



.ls-switcher .sort-by .chosen-single {

  padding: 0 20px;

  min-width: 150px;

  background: none;

  position: relative;

  margin-top: -10px;

}



.ls-switcher .sort-by .chosen-container-active .chosen-single {

  background: #ffffff;

}






/*=== Filters Column ===*/



.ls-section .filters-column {

  position: relative;

  min-width: 280px;

  position: relative;

  padding: 20px 30px;

  height: calc(100vh - 85px);

  overflow-x: hidden;

  overflow-y: auto;

}



.ls-section .filters-column .btn-box {

  position: relative;

  margin-top: 25px;

  margin-bottom: 20px;

}



.ls-section .filters-column .btn-box .theme-btn {

  display: block;

  width: 100%;

}



.ls-section .map-column .hide-filters {

  position: absolute;

  left: 40px;

  top: 40px;

}



.hide-filters .theme-btn .flaticon-plus-symbol:before {

  -webkit-transform: rotate(45deg);

  transform: rotate(45deg);

  display: block;

}





/*===================================

		Listing Block Six

====================================*/



.listing-block-six {

  position: relative;

  margin-bottom: 20px;

}



.listing-block-six .inner-box {

  position: relative;

  padding: 10px 10px;

  display: -webkit-box;

  display: flex;

  background: #ffffff;

  width: 100%;

  align-items: center;

  border-radius: 10px;

  min-height: 110px;

  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);

}



.listing-block-six .image-box {

  position: relative;

  margin-right: 20px;

}



.listing-block-six .image-box .image {

  height: 90px;

  width: 120px;

  margin-bottom: 0;

  border-radius: 10px;

  overflow: hidden;

}



.listing-block-six .image-box .image img {

  height: 100%;

  -o-object-fit: cover;

  object-fit: cover;

}



.listing-block-six .content {

  position: relative;

  width: 100%;

}



.listing-block-six .rating {

  position: relative;

  font-size: 14px;

  line-height: 1em;

  color: #5c6770;

}



.listing-block-six .fa {

  font-size: 11px;

  color: #ffa737;

}



.listing-block-six .title {

  margin-left: 3px;

}



.listing-block-six h3 {

  position: relative;

  font-size: 16px;

  line-height: 1.2em;

  color: #1b2032;

  font-weight: 600;

  margin-bottom: 3px;

}



.listing-block-six h3 a {

  display: -webkit-box;

  display: flex;

  -webkit-box-align: center;

  align-items: center;

  color: #1b2032;

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}



.listing-block-six h3 a:hover {

  color: #ffa737;

}



.listing-block-six h3 .icon {

  margin-left: 10px;

}



.listing-block-six .text {

  position: relative;

  margin-bottom: 10px;

}



.listing-block-six .info {

  position: relative;

  display: -webkit-box;

  display: flex;

  flex-wrap: wrap;

  margin-bottom: 3px;

}



.listing-block-six .info li {

  position: relative;

  color: #5c6770;

  margin-right: 15px;

  font-size: 14px;

  line-height: 24px;

}



.listing-block-six .info li span {

  margin-right: 5px;

}



/*** 



====================================================================

	Listing Pagination

==================0==================================================



***/



.ls-pagination {

  position: relative;

  margin: 10px 0 20px;

}



.ls-pagination ul {

  position: relative;

  display: -webkit-box;

  display: flex;

  -webkit-box-pack: center;

  justify-content: center;

  -webkit-box-align: center;

  align-items: center;

}



.ls-pagination li {

  position: relative;

  margin: 0 4px;

  font-size: 14px;

  color: #4f4f4f;

  min-width: 45px;

  font-weight: 400;

  line-height: 45px;

  border-radius: 50%;

  text-align: center;

}



.ls-pagination li a {

  position: relative;

  display: block;

  height: 45px;

  width: 45px;

  color: #4f4f4f;

  border-radius: 50%;

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}



.ls-pagination li a:hover,

.ls-pagination li a.current-page {

  background: #021f4a;

  color: #ffffff;

}



.ls-pagination li.next a,

.ls-pagination li.prev a {

  position: relative;

  min-width: 108px;

  display: -webkit-box;

  display: flex;

  -webkit-box-pack: center;

  justify-content: center;

  -webkit-box-align: center;

  align-items: center;

  border-radius: 50px;

  border: 2px solid #d7dbe4;

  margin: 0 12px;

}



.ls-pagination li.next i {

  margin-left: 10px;

  color: #fb3174;

}



.ls-pagination li.prev i {

  margin-right: 10px;

  color: #fb3174;

}



/* ls Pagination Two*/



.ls-pagination-two {

  position: relative;

  max-width: 440px;

  margin: 10px auto 20px;

}



.ls-pagination-two ul {

  position: relative;

  display: -webkit-box;

  display: flex;

  -webkit-box-pack: justify;

  justify-content: space-between;

  -webkit-box-align: center;

  align-items: center;

  background: #021f4a;

  border-radius: 50px;

}



.ls-pagination-two li {

  position: relative;

  font-size: 14px;

  color: #ffffff;

  font-weight: 400;

  line-height: 45px;

  text-align: center;

}



.ls-pagination-two li.next a,

.ls-pagination-two li.prev a {

  position: relative;

  min-width: 105px;

  display: -webkit-box;

  display: flex;

  -webkit-box-pack: center;

  justify-content: center;

  -webkit-box-align: center;

  align-items: center;

  border-radius: 50px;

  color: #ffffff;

  background-color: #092d63;

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}



.ls-pagination-two li.next i {

  margin-left: 10px;

}



.ls-pagination-two li.prev i {

  margin-right: 10px;

}



.ls-pagination-two li.next a:hover,

.ls-pagination-two li.prev a:hover {

  color: #ffa737;

}



/*** 



====================================================================

	Listing Section / Sytle Two

==================0==================================================



***/



.ls-section.style-two {

  background-color: #f9fafc;

  padding: 60px 0;

}



.ls-section.style-two .content-column,

.ls-section.style-two .filters-column {

  height: auto;

  padding: 0 15px;

  overflow: visible;

}



.ls-section.style-two .filters-column .inner-column {

  position: relative;

  background: #ffffff;

  padding: 30px;

  border-radius: 10px;

  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);

  height: auto;

}



.ls-section.style-two .ls-outer {

  padding: 0;

}



.ls-section.style-two .ls-pagination {

  margin-top: 50px;

}



/*** 



====================================================================

	Listing Banner

====================================================================



***/



.listing-banner {

  position: relative;

  display: block;

  height: 740px;

  display: -webkit-box;

  display: flex;

  -webkit-box-pack: center;

  justify-content: center;

  -webkit-box-align: center;

  align-items: center;

}



.listing-banner .background-layer:before {

  background: #080e7b;

  background: linear-gradient(135deg, #080e7b 0%, #3c1da8 100%);

  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#080e7b', endColorstr='#3c1da8',GradientType=1 );

  opacity: 0.8;

  content: "";

}



.listing-banner .content-box {

  top: 30px;

  position: relative;

  text-align: center;

  display: -webkit-box;

  display: flex;

  -webkit-box-pack: center;

  justify-content: center;

  -webkit-box-align: center;

  align-items: center;

  -webkit-box-orient: vertical;

  -webkit-box-direction: normal;

  flex-direction: column;

}



.listing-banner .content-box .rating {

  position: relative;

  margin-bottom: 15px;

  font-size: 14px;

  line-height: 1em;

  color: #5c6770;

}



.listing-banner .content-box .rating .fa {

  font-size: 11px;

  color: #ffa737;

}



.listing-banner .content-box .rating .title {

  margin-left: 3px;

  color: #ffffff;

}



.listing-banner .content-box .image {

  position: relative;

  height: 95px;

  width: 95px;

  border-radius: 50%;

  overflow: hidden;

  border: 5px solid rgba(255, 255, 255, 0.15);

  margin-bottom: 20px;

}



.listing-banner .content-box .image img {

  display: block;

  width: 100%;

}



.listing-banner .content-box h3 {

  font-size: 25px;

  line-height: 1.2em;

  color: #ffffff;

  font-weight: 600;

  margin-bottom: 15px;

}



.listing-banner .content-box .text {

  font-size: 16px;

  line-height: normal;

  color: #ffffff;

}



.listing-banner .listing-options {

  position: absolute;

  left: 0;

  bottom: 0;

  width: 100%;

  overflow: auto;

  display: flex;

  justify-content: center;

}



.listing-options .options-list {

  position: relative;

  display: -webkit-box;

  display: flex;

  align-items: center;

  text-align: center;

}



.listing-options .options-list li {

  white-space: nowrap;

  margin: 0 35px 25px;

}



.listing-options .options-list li a {

  position: relative;

  font-size: 14px;

  color: #ffffff;

  font-weight: 400;

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}



.listing-options .options-list li span {

  position: relative;

  display: block;

  font-size: 26px;

}



.listing-options .options-list li a:hover {

  color: #fcba3d;

}



/* ============================

	Social Share Popup

==============================*/



.social-share {

  position: relative;

  text-align: center;

  padding: 30px 0;

}



.social-share h3{

  position: relative;

  display: block;

  font-size: 20px;

  color: #1b2032;

  line-height: 30px;

  margin-bottom:30px;

}



.social-share .social-icon-three{

  padding:0 40px;

  margin-bottom: -30px;

}







/*====================================================================

	Main Footer

====================================================================*/





.main-footer {

  position: relative;

  background-color: #1b2032;

}



.main-footer .footer-upper {

  position: relative;

  padding: 30px 0;

  background-color: #23293e;

}



.main-footer .footer-nav {

  position: relative;

  display: -webkit-box;

  display: flex;

  -webkit-box-pack: center;

  justify-content: center;

  -webkit-box-align: center;

  align-items: center;

}



.main-footer .footer-nav li {

  position: relative;

  margin: 0 18px;

  color: #7b8094;

  font-size: 14px;

  line-height: 30px;

}



.main-footer .footer-nav li a {

  color: #7b8094;

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}



.main-footer .footer-nav li a:hover {

  color: #ffffff;

}



.main-footer .footer-content {

  position: relative;

  padding-top: 30px;

  text-align: center;

}



.main-footer .footer-content .social-icon-one {

  margin-bottom: 20px;

}



.main-footer .copyright-text {

  position: relative;

  display: -webkit-box;

  display: flex;

  -webkit-box-pack: center;

  justify-content: center;

  -webkit-box-align: center;

  align-items: center;

  margin-bottom: 20px;

}



.main-footer .copyright-text li {

  position: relative;

  font-size: 14px;

  color: #7b8094;

  line-height: 24px;

  padding-left: 18px;

  margin: 0 35px 19px;

}



.main-footer .copyright-text li:first-child:before {

  display: none;

}



.main-footer .copyright-text li:before {

  position: absolute;

  left: 0;

  top: 50%;

  height: 4px;

  width: 4px;

  margin-top: -2px;

  background: #7b8094;

  content: "";

  border-radius: 50%;

}



.main-footer .copyright-text li a {

  color: #7b8094;

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}



.main-footer .copyright-text li a:hover {

  color: #ffffff;

}



.main-footer .footer-bottom {

  position: relative;

  border-top: 1px solid #23293e;

  text-align: center;

  padding: 25px 0;

}



.main-footer .footer-bottom .text {

  position: relative;

  font-size: 14px;

  color: #7b8094;

  line-height: 25px;

}



/*=============================

	MaiN Footer / Style Two

=============================*/



.main-footer.style-two {

  background-color: #ffffff;

}



.main-footer.style-two .footer-upper {

  background-color: #ffffff;

  border-bottom: 1px solid #f7f8f9;

}



.main-footer.style-two .footer-bottom {

  border-top: 1px solid #f7f8f9;

}



.main-footer.style-two .copyright-text li a:hover,

.main-footer.style-two .footer-nav li a:hover {

  color: #ffa737;

}



.main-footer.style-two .copyright-text{

  margin-bottom: 15px;

}



.main-footer.style-two .social-icon-two{

  margin-bottom: 20px;

}





/*=============================

  MaiN Footer / Style three

=============================*/



.main-footer.style-three {

  background-color: #ffffff;

}



.main-footer.style-three .footer-upper {

  background-color: #ffffff;

  border-bottom: 1px solid #f7f8f9;

}



.main-footer.style-three .footer-bottom {

  border-top: 1px solid #f7f8f9;

}



.main-footer.style-three .copyright-text li a:hover,

.main-footer.style-three .footer-nav li a:hover {

  color: #ff5a5f;

}



.main-footer.style-three .copyright-text{

  margin-bottom: 15px;

}



.main-footer.style-three .social-icon-two{

  margin-bottom: 20px;

}





/*====================================================================

    Add Listing Section

====================================================================*/




.add-listing-section{

  position: relative;

  background: #f9fafc;

  padding: 60px 0 30px;

}



.add-listing-section .auto-container{

  max-width: 100%;

}



.add-listing-section .sidebar-column{

  position: relative;

}



.listing-content-list{

  position: relative;

  left: 0;

  width: 100%;

  margin:0px;

  background: #ffffff;

  padding: 15px 0;

  border-radius: 10px;

  box-shadow: 0 1px 4px rgba(0,0,0,0.09);

}



.listing-content-list li{

  position:relative;

  width:100%;

  display:flex;

  align-items: center;

  padding:10px 30px;

  line-height:30px;

  font-weight:400;

  font-size:16px;

  color:#5c6770;

  text-align:left;

  text-transform:capitalize;

  cursor: pointer;

  border-right: 2px solid transparent;

  -webkit-transition:all 500ms ease;

  -moz-transition:all 500ms ease;

  -ms-transition:all 500ms ease;

  -o-transition:all 500ms ease;

  transition:all 500ms ease;

}



.listing-content-list li .icon{

  position: relative;

  margin-right: 10px;

  font-size: 20px;

  color: #9fa9b8;

  text-align: center;

  -webkit-transition:all 500ms ease;

  -moz-transition:all 500ms ease;

  -ms-transition:all 500ms ease;

  -o-transition:all 500ms ease;

  transition:all 500ms ease;

}



.listing-content-list > li.active ,

.listing-content-list > li:hover{

  color: #1b2032;

  border-color: #1b2032;

  background: #f9fafc;

}



.listing-content-list li.active .icon,

.listing-content-list li:hover .icon{

  color: #1b2032;



}

/*============================

    Listing Filters

============================*/



.listing-filters{

  position: relative;

  display: flex;

  justify-content: space-between;

  align-items: center;

  flex-wrap: wrap;

  background: #ffffff;

  border-radius: 5px;

  padding: 0 30px;

  box-shadow: 0 1px 4px rgba(0,0,0,0.09);

  margin-bottom: 30px;

}



.listing-filters .search-outer{

  position: relative;

  display: flex;

  justify-content: space-between;

  padding: 30px 0;

}



.search-form {

  position: relative;

  display: -webkit-box;

  display: flex;

  -webkit-box-pack: center;

  justify-content: center;

  -webkit-box-align: center;

  align-items: center;

}



.search-form input[type="text"],

.search-form input[type="search"] {

  position: relative;

  height: 54px;

  min-width: 305px;

  padding: 10px 18px;

  padding-right: 70px;

  background: transparent;

  font-size: 14px;

  color: #5c6770;

  line-height: 30px;

  border: 2px solid #e6e8ed;

  border-radius: 5px 5px;

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}



.search-form .search-btn {

  font-size: 20px;

  position: absolute;

  right: 0;

  top: 0;

  height: 54px;

  width: 54px;

  text-align: center;

  line-height: 54px;

  color: #e6e8ed;

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}



.listing-filters .sort-by{

  margin-left: 30px;

}



.listing-filters .filters-list{

  position: relative;

  display: flex;

  flex-wrap: wrap;

}



.listing-filters .filters-list li{

  position: relative;

  margin-right: 10px;

}



.listing-filters .filters-list li a {

  position: relative;

  display: block;

  font-size: 16px;

  line-height: 30px;

  color: #5c6770;

  font-weight: 400;

  padding: 40px 20px;

  padding-left: 55px;

  border-bottom: 2px solid transparent;

  transition: all 300ms ease;

}



.listing-filters .filters-list li a .icon{

  position: absolute;

  left: 20px;

  top: 50%;

  margin-top: -15px;

  font-size: 20px;

  color: #9fa9b8;

  line-height: 30px;

}



.listing-filters .filters-list li:hover a,

.listing-filters .filters-list li.active a{

  color: #021f4a;

  border-color: #021f4a;

}



.my-listing-widget .listing-block-seven{

  position: relative;

  padding-bottom: 30px;

  border-bottom: 1px solid #f1f3f7;

}



.my-listing-widget .listing-block-seven:last-child{

  margin-bottom: 20px;

  padding-bottom: 0;

  border-bottom: 0;

}


/*====================================

    Listing Block Seven

====================================*/



.listing-block-seven{

  position: relative;

  margin-bottom: 30px;

}



.listing-block-seven .inner-box {

  position: relative;

  background-color: #ffffff;

  overflow: hidden;

  display: -webkit-box;

  display: flex;

  align-items: center;

}



.listing-block-seven .image-box {

  position: relative;

  margin-right: 30px;

}



.listing-block-seven .image {

  position: relative;

  display: block;

  margin-bottom: 0;

  height: 150px;

  width: 200px;

  border-radius: 10px;

  overflow: hidden;

}



.listing-block-seven .image img {

  display: block;

  width: 100%;

  height: 100%;

  -o-object-fit: cover;

  object-fit: cover;

  -webkit-transition: all 500ms ease;

  transition: all 500ms ease;

}



.listing-block-seven .image:before {

  position: absolute;

  left: 0;

  top: 0;

  height: 100%;

  width: 100%;

  border-radius: 10px;

  background: -webkit-gradient(

    linear,

    left top,

    left bottom,

    from(rgba(255, 255, 255, 0)),

    to(rgba(27, 32, 50, 1))

  );

  background: linear-gradient(

    to bottom,

    rgba(255, 255, 255, 0) 0%,

    rgba(27, 32, 50, 1) 100%

  );

  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#1b2032',GradientType=0 );

  z-index: 1;

  opacity: .80;

  content: "";

}



.listing-block-seven .inner-box:hover .image img {

  -webkit-transform: scale(1.1);

  transform: scale(1.1);

}



.listing-block-seven .content-box {

  position: relative;

  width: 100%;

}



.listing-block-seven .content-box .upper-box {

  position: relative;

  padding: 20px 40px 10px;

  z-index: 2;

  width: 100%;

}



.listing-block-seven .rating {

  position: relative;

  margin-bottom: 15px;

  font-size: 14px;

  line-height: 1em;

  color: #5c6770;

}



.listing-block-seven .fa {

  font-size: 11px;

  color: #ffa737;

}



.listing-block-seven .title {

  margin-left: 3px;

}



.listing-block-seven h3 {

  position: relative;

  font-size: 18px;

  line-height: 1.2em;

  color: #1b2032;

  font-weight: 600;

  margin-bottom: 5px;

}



.listing-block-seven h3 a {

  display: -webkit-box;

  display: flex;

  -webkit-box-align: center;

  align-items: center;

  color: #1b2032;

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}



.listing-block-seven h3 a:hover {

  color: #ffa737;

}



.listing-block-seven h3 .icon {

  margin-left: 10px;

}



.listing-block-seven .text {

  position: relative;

  margin-bottom: 10px;

}



.listing-block-seven .info {

  position: relative;

  display: -webkit-box;

  display: flex;

  flex-wrap: wrap;

}



.listing-block-seven .info li {

  position: relative;

  color: #5c6770;

  margin-right: 20px;

}



.listing-block-seven .info li span {

  margin-right: 7px;

  font-size: 18px;

}



.listing-block-seven .places {

  position: relative;

  display: -webkit-box;

  display: flex;

}


.listing-block-seven .place {

  position: relative;

  color: #4cbfd8;

  font-size: 14px;

}


.listing-block-seven .place .icon {

  position: relative;

  display: inline-block;

  height: 30px;

  width: 30px;

  border-radius: 50%;

  color: #ffffff;

  line-height: 30px;

  text-align: center;

  font-size: 16px;

  background-color: #4cbfd8;

  margin-right: 7px;

}



.listing-block-seven .btn-box{

  position: relative;

  display: flex;

  align-items: center;

}



.listing-block-seven .btn-box .theme-btn{

  margin: 9px 0;

  margin-left: 18px;

}



.listing-block-seven .btn-box .theme-btn:first-child{

  margin-left: 0;

}







/*================================

 	category Section / Style Two

==================================*/

/* Compact Browse Category Styles */

.banner-section .browse-catergory {

  position: relative;

  width: 100%;

  text-align: center;

  padding: 0;

  margin-top: 0px;

}



.banner-section .browse-cat-list {

  position: relative;

  display: flex;

  justify-content: center;

  align-items: center;

  flex-wrap: wrap;

  gap: 4px;

  margin: 0;

  padding: 0;

}



.banner-section .browse-cat-list li {

  margin: 0;

  padding: 0;

  list-style: none;

}



.banner-section .browse-cat-list li a {

  position: relative;

  display: flex;

  flex-direction: column;

  align-items: center;

  justify-content: center;

  width: 100px;  /* Reduced from 100px */

  height: 80px; /* Reduced from 80px */

  color: #ffffff;

  background: rgba(255, 255, 255, 0.1);

  border-radius: 6px;

  transition: all 300ms ease;

  text-decoration: none;

  padding: 3px;

}



.banner-section .browse-cat-list li span.icon {

  font-size: 14px;  /* Reduced from 20px */

  margin-bottom: 1px; /* Reduced from 8px */

}



.banner-section .browse-cat-list li a span.text {

  font-size: 8px; /* Reduced from 12px */

  font-weight: 400;

  white-space: nowrap;

  line-height: 1.2;

}



.banner-section .browse-cat-list li a:hover {

  background: rgba(255, 255, 255, 0.2);

  transform: translateY(-2px);

}



.banner-section .browse-text {

  font-size: 11px;

  color: #ffffff;

  margin-top: 6px;

  opacity: 0.8;

}



/* Remove any additional box styling */

.banner-section .browse-cat-list li::before,

.banner-section .browse-cat-list li::after,

.banner-section .browse-cat-list li a::before,

.banner-section .browse-cat-list li a::after {

  display: none;

}



/* Responsive adjustments */

@media (max-width: 768px) {

  .banner-section .browse-cat-list li a {

    width: 70px;

    height: 60px;

  }

  

  .banner-section .browse-cat-list li span.icon {

    font-size: 12px;

  }

  

  .banner-section .browse-cat-list li a span.text {

    font-size: 8px;

  }

}



/*================================

    Banner Section / Style Two

==================================*/

.banner-section.style-two {

  position: relative;
      padding: 0;
    margin-bottom: 0;
}
}



.banner-section.style-two .background-layer:before {

  background: #1b2032;

  background: linear-gradient(135deg, #1b2032 0%, #171657 100%);

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1b2032', endColorstr='#171657',GradientType=1);

  opacity: 0.75;

}



.banner-section.style-two .browse-catergory {

  bottom: 20px; /* Reduced from 60px */

}



.banner-section.style-two .browse-cat-list li {

  min-width: 110px;  /* Reduced from 130px */

  min-height: 90px; /* Reduced from 100px */

  display: flex;

  justify-content: center;

  align-items: center;

  background-color: rgba(159, 169, 184, 0.15); /* Made slightly more transparent */

  border-radius: 6px; /* Reduced from 10px */

  margin: 0 4px; /* Reduced from 10px */

}



.banner-section.style-two .browse-catergory .text {

  position: relative;

  color: #ffffff;

  margin-bottom: 10px; /* Reduced from 20px */

  font-size: 12px; /* Added to make text smaller */

}



/* Add responsive adjustments */

@media (max-width: 768px) {

  .banner-section.style-two .browse-cat-list li {

    min-width: 80px;

    min-height: 70px;

  }

}



.banner-section.style-two .browse-cat-list li span.icon {

  font-size: 14px;

  margin-bottom:  0px;

  display: flex;

  align-items: center;

  justify-content: center;

}


/*================================

    geo

==================================*/

/* Add to your theme's style.css */

/* Center the main container */
.site-main .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

/* Center form elements */
.geodir-add-listing.bsui {
    max-width: 1000px;
    margin: 0 auto;
}

/* Center the form title */
.entry-title {
    text-align: center;
    margin-bottom: 2rem;
}

/* Adjust map container width */
.geodir-map-wrap {
    max-width: 100%;
    margin: 0 auto;
}

/* Make file upload area more centered */
.geodir-add-files {
    max-width: 100%;
    margin: 0 auto !important;
}

/* Center the submit button section */
#geodir-add-listing-submit {
    text-align: center;
}

#geodir-add-listing-submit .col-sm-10 {
    text-align: center;
}

/* Make form elements full width on mobile */
@media (max-width: 768px) {
    .geodir-add-listing .col-sm-10 {
        width: 100%;
    }
    
    .geodir-add-listing .col-sm-2 {
        width: 100%;
        text-align: left;
    }
}

/* Add some spacing between form sections */
.geodir-add-listing-container .geodir_form_row {
    margin-bottom: 20px;
}

/********  mobile phone ***********************/

@media screen and (max-width: 768px) {
  /* Prevent horizontal overflow */
  body, html {
    overflow-x: hidden;
    width: 100%;
    max-width: 100%;
  }

 .upper-heading p {
    font-size: 11px !important;
  }

 /* Fix container widths */
  .auto-container, 
  .listing-container,
  .row,
  .listing-search-form,
  .browse-catergory,
  .content-box {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box !important;
  }

/* Mobile logo size */
@media screen and (max-width: 768px) {
    .custom-logo,
    .logo img,
    .logo-box img,
    .custom-header img {
        max-width: 100px; /* Smaller size for mobile */
        height: auto;
    }
}

/* Force mobile styles with higher specificity */
@media screen and (max-width: 768px) {
    /* Container reset */
    body .banner-section.style-two {
        padding: 0 !important;
        margin: 0 !important;
        min-width: auto !important;
    }

    /* Header content */
    body .banner-section.style-two .content-box {
        padding: 0 !important;
        margin: 0 !important;
        width: auto !important;
    }

    body .banner-section.style-two .content-box h3,
    body .banner-section.style-two .content-box p {
        padding: 0 !important;
        margin: 0 !important;
		font-size: 20px;
        width: 350px !important;
    }

	form-group col-lg-2 {
		max-width:300px !important;
	}

    /* Search form specific */
    body .banner-section.style-two .listing-search-form {
        padding: 0 !important;
        margin: 0 !important;
        width: 400px !important;
        max-width: 400px !important;
    }

	 /* Search form for yellow button */
    body .banner-section.style-two .listing-search-form .form-group.col-lg-2 {
        padding: 0px !important;
        margin: 0px !important;
        width: 100px !important;
        max-width: 200px !important;
		padding:0px 200px 0px 0px!important;
    }


/* Mobile Header Improvements */
@media screen and (max-width: 768px) {
    /* Header structure */
    .main-header {
        height: 60px;
    }
    
    .main-header .logo-box {
        max-width: 120px;
        padding: 5px 0;
    }
    
    /* Banner section fixes */
    .banner-section.style-two {
        padding: 40px 0 20px;
    }
    
    .banner-section.style-two .content-box {
        width: 100%;
        padding: 0 15px;
    }
    
    .banner-section.style-two .content-box h3 {
        font-size: 24px;
        margin-bottom: 10px;
    }
    
    
    .listing-search-form .row {
        flex-direction: column;
    }
    

    
	/* Responsive styles for tablets and mobile devices */
@media only screen and (max-width: 991px) {
    /* Adjust the search form container */
    .listing-search-form {
        padding: 0px;
    }
    

    
    /* Adjust height of inputs on mobile */
    .listing-search-form input,
    .listing-search-form .location select,
    .listing-search-form button {
        height: 30px !important;
	   width: 200px !important;
        font-size: 14px !important;
    }
    

}

    /* Category icons adjustments */
    .banner-section .browse-cat-list {
        gap: 8px;
        justify-content: center;
        padding: 0 5px;
    }
    
    .banner-section .browse-cat-list li a {
        width: 70px;
        height: 65px;
    }
    
    .banner-section .browse-cat-list li span.icon {
        font-size: 16px;
        margin-bottom: 5px;
    }
}

/* Consistent card styling for mobile */
@media screen and (max-width: 768px) {
  /* Target all listing cards */
  .listing-block-two, 
  [class*="listing-block"],
  .gd-listings .listing-container > div {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 5px !important;
    margin-right: 0 !important;
    margin-bottom: 5px !important;
    flex-basis: 100% !important;
    box-sizing: border-box !important;
  }
  
  /* Force inner boxes to expand */
  .listing-block-two .inner-box,
  [class*="listing-block"] .inner-box,
  .gd-listings .listing-container > div > * {
    width: 100% !important;
    max-width: 100% !important;
  }
  
  /* Ensure images expand properly */
  .listing-block-two .image,
  [class*="listing-block"] .image,
  .gd-listings .listing-container img {
    width: 100% !important;
    height: 100% !important;
  }
  

/* Control image height */
.listing-block-two .image img,
[class*="listing-block"] .image img,
.gd-listings .listing-container img {
  object-fit: cover;
  max-height: 150px; /* Adjust this value as needed */
  display: block;
}

  /* Reset grid to single column */
  .listing-container {
    display: block !important;
    grid-template-columns: 1fr !important;
  }


 .listing-block-two .bottom-box {
	display: flex;
    align-items: center;
    gap: 10px;
    color: #43b97e;
	}

}
   

	/* Hide Explore by City section on mobile */
@media screen and (max-width: 768px) {
    .explore-section {
        display: none !important;
    }
    
    /* For any other explore-related elements */
    .sec-title h2:contains("Explore by City"),
    .explore-block,
    .explore-section + * {
        display: none !important;
    }

    body .banner-section.style-two .listing-search-form input[type="text"] {
        width: 200px !important;
        max-width: 200px !important;
        height: 20px !important;
    }
}
@media screen and (max-width: 768px) {
    /* Keep your existing container styling */
    body .banner-section.style-two .browse-catergory {
        padding: 0 !important;
        margin: 0 !important;
        margin: 35px 0px 0px 10px !important;
        width: auto !important;
    }

   /* Control the icon size if needed */
    body .banner-section.style-two .browse-cat-list > * img,
    body .banner-section.style-two .browse-cat-list > * svg,
    body .banner-section.style-two .browse-cat-list > * i {
        width: 10px !important;
        height: 24px !important;
        margin-bottom: 5px !important;
    }
    
    /* Improve grid layout while keeping your 4-column structure */
    body .banner-section.style-two .browse-cat-list {
        padding: 0 !important;
        margin: 0 !important;
        display: grid !important;
        grid-template-columns: repeat(4, 1fr) !important;
        gap: 4px !important;
        width: 100% !important;
    }
    
    /* Target the browse-category items specifically */
    body .banner-section.style-two .browse-catergory .browse-cat-list li {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        padding: 8px 4px !important;
    }
    
    /* Fix the text styling inside the li elements */
    body .banner-section.style-two .browse-catergory .browse-cat-list li a {
        font-size: 10px !important;
        line-height: 1.3 !important;
        padding: 1px  !important;
        margin: 0 !important;
        text-align: center !important;
        word-break: normal !important;
    }
}
    @media screen and (max-width: 768px) {
    /* Keep your grid layout */
    body .banner-section.style-two .browse-cat-list {
        padding: 0 !important;
        margin: 0 !important;
        display: grid !important;
        grid-template-columns: repeat(4, 1fr) !important;
        gap: 4px !important;
        width: 100% !important;
    }
    
    /* Target each box/card directly */
    body .banner-section.style-two .browse-cat-list > * {
        width: 80% !important; /* Make each item take full width of its grid cell */
        min-width: unset !important; /* Remove any minimum width constraints */
        height: auto !important; /* Let height adjust naturally */
        padding: 8px 4px !important; /* Consistent padding */
        box-sizing: border-box !important; /* Include padding in width calculation */
    }
    
    /* Control the icon size if needed */
    body .banner-section.style-two .browse-cat-list > * img,
    body .banner-section.style-two .browse-cat-list > * svg,
    body .banner-section.style-two .browse-cat-list > * i {
        width: 24px !important;
        height: 24px !important;
        margin-bottom: 5px !important;
    }
    
    /* Control the text */
    body .banner-section.style-two .browse-cat-list > * span,
    body .banner-section.style-two .browse-cat-list > * p {
        font-size: 11px !important;
        line-height: 1.2 !important;
        margin: 0 !important;
        padding: 0 !important;
        text-align: center !important;
        display: block !important;
    }
}

@media only screen and (max-width: 991px) {
  .featured .sec-title h2 {
    color: #000;
	text-align: center;
	margin: 20px 0 0px 0px;
	padding: 0px 75px 0px 0px;
}

.featured .sec-title .text {
    color: rgba(0, 0, 0, 0.7);
	text-align: center;
	font-size:14px;
	margin: 0px 0px 0px 0px;
	padding: 0px 70px 0px 0px;
	}  
}

@media only screen and (max-width: 991px) {
  /* Hide the regular navigation on mobile */
  .main-menu .navigation {
    display: none;
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    background: #fcba3d;
    z-index: 999;
    flex-direction: column;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  }
  
 /* Hide any other icon font pseudo-elements */
  [class*="flaticon-"]::before,
  [class^="flaticon-"]::before {
    display: none !important;
    content: none !important;
  }

  /* Custom hamburger menu container */
  .custom-hamburger-menu {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background-color: white;
    border-radius: 40%;
    padding: 5px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  }

@media only screen and (max-width: 991px) {
  /* Mobile menu container */
  .main-menu .navigation.mobile-menu-visible {
    display: block !important;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0px;
    background: linear-gradient(135deg, #ffbf3d 0%, #ff9500 100%);


    z-index: 999;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    border-radius: 0 0 2px 2px;
    max-width: 300px; /* Reduce overall width */
    margin: 0 auto;
    right: 0; /* Center the menu */
  }
  
  /* Style each menu item */
  .main-menu .navigation.mobile-menu-visible li {
    display: block;
    padding: 8px 15px; /* Smaller padding */
    border-bottom: 1px solid rgba(255, 255, 255, 0.2); /* Light divider line */
    margin: 0;
    position: relative;
  }
  
  /* Style for the last item - no border */
  .main-menu .navigation.mobile-menu-visible li:last-child {
    border-bottom: none;
  }
  
  /* Style menu links */
  .main-menu .navigation.mobile-menu-visible li a {
    display: block;
    font-size: 14px; /* Smaller font size */
    padding: 2px 0; /* Smaller padding */
    color: #1b2032;
    font-weight: 500;
    transition: all 0.3s ease;
  }
  
  /* Add a slight hover effect */
  .main-menu .navigation.mobile-menu-visible li a:hover {
    padding-left: 5px;
    color: #1b2032;
    background: rgba(255, 255, 255, 0.1);
  }
  
  /* Optional: add a subtle animation for menu items */
  .main-menu .navigation.mobile-menu-visible li {
    animation: fadeInDown 0.3s ease forwards;
    opacity: 0;
    animation-delay: calc(var(--item-index, 1) * 0.05s);
  }
  
  @keyframes fadeInDown {
    from {
      opacity: 0;
      transform: translateY(-10px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
}



  /* Inner container for the hamburger lines */
  .hamburger-inner {
    position: relative;
    width: 24px;
    height: 18px;
  }
  
  /* Hamburger lines */
  .line {
    display: block;
    position: absolute;
    height: 3px;
    border-radius: 2px;
    transition: all 0.3s ease-in-out;
  }
  
  /* First line (top) */
  .line-1 {
    width: 20px;
    background-color: #333;
    margin: 0px 5px 0px 0px !important;
	padding: 0px 5px 0px 0px !important;
  }
  
  /* Second line (bottom) */
  .line-2 {
    width: 18px;
    background-color: #fcba3d;
    bottom: 0;
	margin: 0px 0px 0px 0px;
  }
  
  /* Hover effect */
  .custom-hamburger-menu:hover .line-1 {
    transform: translateY(8px) rotate(45deg);
    width: 24px;
  }
  
  .custom-hamburger-menu:hover .line-2 {
    transform: translateY(-8px) rotate(-45deg);
    width: 24px;
    background-color: #fcba3d;
  }
  
  /* Active state (when menu is open) */
  .mobile-nav-toggler.active .line-1 {
    transform: translateY(8px) rotate(45deg);
    width: 24px;
  }
  
  .mobile-nav-toggler.active .line-2 {
    transform: translateY(-8px) rotate(-45deg);
    width: 24px;
    background-color: #fcba3d;
  }
}


	    /* Reduce space between icon and text */
    body .banner-section.style-two .browse-cat-list li span.icon {
        margin-top: 8px !important;
        font-size: 14px !important;
        line-height: 1 !important;
		padding:0px !important;
    }
    
    body .banner-section.style-two .browse-cat-list li a span.text {
        font-size: 9px !important;
        line-height: 1 !important;
        margin-top: 2px !important;
    }


    body .banner-section.style-two .browse-cat-list li a {
        width: 62px !important;
        height: 51px !important;
        padding: 4px !important;
        font-size: 10px !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
    }
}
