/*
	Template Name: Listhub
	Author: TechyDevs
	Email: contact@techydevs.com
	Description: Listhub - Directory & Listing HTML5 Template
	Version: 1.0
*/
/*------------------------------------------------------------------
[Table of contents]

	+ General
		- general Styles
		- common-style
		- Preloader
		- theme-btn
		- button-shared
		- p-relative
		- p-absolute
		- tooltips
		- badge-closed
		- section-heading
		- Back To Top
	+ Header
		- Logo
		- login
		- sign up
		- Main Navigation
		- Dropdown
		- Offcanvas menu
	+ Content
		+ Main Files
			- index.html
	+ Banner Area
			- Breadcrumb
	+ Categories
	        - All Categories
	        - All Locations
	+ Listing
	        - Listing Grid
	        - Lsiting Detail
	        - Add Listing
	+ Pages
			- User Profile
			- Dashboard
			- Invoice
			- Login
			- Pricing
			- Contact us
			- About us
			- 404 error page
	+ blog
			- Blog Grid
			- Blog Detail
	+ Footer
		+ Top Footer
			- Subscribe Form
			- Company Details
			- Quick Licks
			- Categories
			- Conctact with us
		+ Bottom Footer
		    - Copyright
		    - Terms & Conditions
		    - Privace Policy
		    - Help Center
	+ Responsive Design Styles
		    - $laptop_l: '(max-width: 1440px)';
            - $laptop_m: '(max-width: 1366px)';
            - $laptop_m_two: '(max-width: 1280px)';
            - $laptop_m_three: '(max-width: 1200px)';
            - $laptop_m_four: '(max-width: 1199px)';
            - $laptop_m_five: '(max-width: 1024px)';
            - $laptop_ls: 'only screen and (max-width: 1279px) and (min-width: 320px)';
            - $medium_device: 'only screen and (min-width: 992px) and (max-width: 1200px)';
            - $ms_device: 'only screen and (max-width: 1200px) and (min-width: 320px)';
            - $tab_device: 'only screen and (min-width: 768px) and (max-width: 991px)';
            - $tab_device_two: '(max-width: 768px)';
            - $large_mobile: 'only screen and (min-width: 480px) and (max-width: 767px)';
            - $large_mobile_two: ' (max-width: 600px)';
            - $large_mobile_three: ' (max-width: 480px)';
            - $small_mobile: 'only screen and (min-width: 320px) and (max-width: 479px)';
            - $small_mobile_four: '(max-width: 425px)';
            - $small_mobile_three: '(max-width: 400px)';
            - $small_mobile_five: '(max-width: 375px)';
            - $small_mobile_two: '(max-width: 320px)';
-------------------------------------------------------------------*/
/*============== loader-ripple ==============*/
@keyframes loader-ripple {
  0% {
    top: 28px;
    left: 28px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: -1px;
    left: -1px;
    width: 58px;
    height: 58px;
    opacity: 0;
  }
}
/*============== play-button-pulse ==============*/
@-webkit-keyframes play-button-pulse {
  0% {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
  }
}
@-moz-keyframes play-button-pulse {
  0% {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
  }
}
@-ms-keyframes play-button-pulse {
  0% {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
  }
}
@-o-keyframes play-button-pulse {
  0% {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
  }
}
@keyframes play-button-pulse {
  0% {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
  }
}
/*== heartBeat ==*/
@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  40% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  60% {
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -ms-transform: scale(1.04);
    -o-transform: scale(1.04);
    transform: scale(1.04);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes cluster-animation {
  0%, 100% {
    -webkit-box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.1);
  }
  50% {
    -webkit-box-shadow: 0 0 0 7px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 0 7px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 0 7px rgba(0, 0, 0, 0.1);
  }
}
@keyframes bounce {
  0%, 20%, 60%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  80% {
    transform: translateY(-5px);
  }
}
/*============== run ==============*/
@-webkit-keyframes run {
  0% {
    top: -60%;
  }
  100% {
    top: 120%;
  }
}
@-ms-keyframes run {
  0% {
    top: -60%;
  }
  100% {
    top: 120%;
  }
}
@-o-keyframes run {
  0% {
    top: -60%;
  }
  100% {
    top: 120%;
  }
}
@keyframes run {
  0% {
    top: -60%;
  }
  100% {
    top: 120%;
  }
}
/*animated scroll arrow animation*/
@-webkit-keyframes arrow_fade_move_down {
  0% {
    -webkit-transform: translate(0, -20px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
}
@-moz-keyframes arrow_fade_move_down {
  0% {
    -moz-transform: translate(0, -20px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -moz-transform: translate(0, 20px);
    opacity: 0;
  }
}
@keyframes arrow_fade_move_down {
  0% {
    transform: translate(0, -20px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translate(0, 20px);
    opacity: 0;
  }
}
@-webkit-keyframes growIn {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes growIn {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes mercuryTypingAnimation {
  0% {
    -webkit-transform: translateY(0px);
  }
  28% {
    -webkit-transform: translateY(-5px);
  }
  44% {
    -webkit-transform: translateY(0px);
  }
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

a:hover,
a:focus {
  text-decoration: none;
}

input:focus,
button:focus,
.dropdown-item:focus {
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333f57;
  font-family: "Route 159 Bold";
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

img {
  opacity: 1;
  transition: 0.8s;
}

body {
  font-size: 16px;
  line-height: 24px;
  font-family: "Be Vietnam", "sans-serif";
  color: #808996;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* #### Generated By: http://www.cufonfonts.com #### */
@font-face {
    font-family: "Route 159 Regular";
    font-style: normal;
    font-weight: normal;
    font-display: swap;
    src: local("Route 159 Regular"), url("../fonts/Route159-Regular.woff") format("woff");
}
@font-face {
    font-family: "Route 159 UltraLight";
    font-style: normal;
    font-weight: normal;
    font-display: swap;
    src: local("Route 159 UltraLight"), url("../fonts/Route159-UltraLight.woff") format("woff");
}
@font-face {
    font-family: "Route 159 Light";
    font-style: normal;
    font-weight: normal;
    font-display: swap;
    src: local("Route 159 Light"), url("/fonts/Route159-Light.woff") format("woff");
}
@font-face {
    font-family: "Route 159 SemiBold";
    font-style: normal;
    font-weight: normal;
    font-display: swap;
    src: local("Route 159 SemiBold"), url("/fonts/Route159-SemiBold.woff") format("woff");
}
@font-face {
    font-family: "Route 159 Bold";
    font-style: normal;
    font-weight: normal;
    font-display: swap;
    src: local("Route 159 Bold"), url("/fonts/Route159-Bold.woff") format("woff");
}
@font-face {
    font-family: "Route 159 Heavy";
    font-style: normal;
    font-weight: normal;
    font-display: swap;
    src: local("Route 159 Heavy"), url("/fonts/Route159-Heavy.woff") format("woff");
}
/*======= scrollbar-hidden ======*/

/*======= spacing ======*/
.section-padding {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section--padding {
  padding-top: 100px;
  padding-bottom: 70px;
}

/* padding top */

.padding-top-150px {
  padding-top: 150px !important;
}

.padding-top-100px {
  padding-top: 100px !important;
}

.padding-top-90px {
  padding-top: 90px !important;
}

.padding-top-80px {
  padding-top: 80px !important;
}

.padding-top-60px {
  padding-top: 60px !important;
}

.padding-top-50px {
  padding-top: 50px !important;
}

.padding-top-50px {
  padding-top: 50px !important;
}

/* padding bottom */

.padding-bottom-100px {
  padding-bottom: 100px !important;
}

.padding-bottom-80px {
  padding-bottom: 80px !important;
}

.padding-bottom-70px {
  padding-bottom: 70px !important;
}

.padding-bottom-30px {
  padding-bottom: 30px !important;
}

/* padding right */

.padding-right-30px {
  padding-right: 30px !important;
}

/* padding left */

.padding-left-30px {
  padding-left: 30px !important;
}

/*===== margin top ====*/

/*===== margin bottom ====*/

.margin-bottom-10px {
  margin-bottom: 10px !important;
}

/*---------------- bg ----------------*/
.bg-white {
  background-color: #fff !important;
}

.bg-gray {
  background-color: #F5F7FC !important;
}

.bg-gradient-gray {
  background: linear-gradient(70deg, #e8eef9 0, #fff 100%) !important;
}

.bg-dark-opacity {
  background-color: rgba(11, 11, 11, 0.1) !important;
}

/*===== gradient bg ======*/

.bg-1 {
  background-color: #8C43FF !important;
}

.bg-2 {
  background-color: #28d5a7 !important;
}

.bg-3 {
  background-color: #f9b851 !important;
}

.bg-4 {
  background-color: #CC08E9 !important;
}

.bg-5 {
  background-color: #FF8C2A !important;
}

.bg-6 {
  background-color: #25B15F !important;
}

.bg-rgb-success {
  background-color: rgba(40, 167, 69, 0.1) !important;
  color: #28a745 !important;
}
.bg-rgb-success:hover {
  background-color: rgba(40, 167, 69, 0.2) !important;
}

/*---------------- font sizes ----------------*/

.font-size-60 {
  font-size: 60px !important;
}

.font-size-40 {
  font-size: 40px !important;
}

.font-size-26 {
  font-size: 26px !important;
}

.font-size-24 {
  font-size: 24px !important;
}

.font-size-20 {
  font-size: 20px !important;
}

.font-size-18 {
  font-size: 18px !important;
}

.font-size-15 {
  font-size: 15px !important;
}

.font-size-14 {
  font-size: 14px !important;
}

/*---------------- line-height ----------------*/

.line-height-30 {
  line-height: 30px !important;
}

.line-height-24 {
  line-height: 24px !important;
}

/*---------------- font-weight ----------------*/

.font-weight-medium {
  font-weight: 500 !important;
}

.font-weight-semi-bold {
  font-weight: 600 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

/*=== opacity ====*/

/*=== radius ====*/

/*=== before after ====*/

.before-none:before {
  display: none !important;
}

.after-none:after {
  display: none !important;
}

/*=== section-block ====*/
.section-block,
.section-block-2 {
  height: 1px;
}

.section-block {
  background-color: #F5F7FC;
}

.section-block-2 {
  background-color: rgba(127, 137, 150, 0.1);
}

/*=== border color ====*/
.border-color {
  border-color: rgba(127, 137, 150, 0.1) !important;
}

.border-top-color {
  border-top-color: rgba(127, 137, 150, 0.1) !important;
}

/*=== text color ====*/
.text-gray {
  color: #808996 !important;
}

.text-color {
  color: #333f57 !important;
}

.text-color-2 {
  color: #7b68ee !important;
}

.text-color-4 {
  color: #28d5a7 !important;
}

/*=== p-relative p-absolute ====*/

.top-0 {
  top: 0 !important;
}

.right-0 {
  right: 0 !important;
}

.bottom-0 {
  bottom: 0 !important;
}

.z-index-1 {
  z-index: 1;
}

/*---------------- container ----------------*/
.container {
  max-width: 1200px;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .responsive-column {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .responsive-column {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .responsive-column {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/*=== theme-btn ====*/
.theme-btn {
  font-weight: 600;
  font-size: 16px;
  color: #333f57;
  line-height: 48px;
  padding-left: 24px;
  padding-right: 24px;
  background-color: #F5F7FC;
  text-align: center;
  position: relative;
  display: inline-block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 1;
}
.theme-btn:hover {
  color: #fff;
}

.theme-btn-primary {
  font-weight: 500;
  background-color: #6777ef;
  border-color: #6777ef;
  color: #fff;
}
.theme-btn-primary:hover {
  background-color: #4c60da;
  border-color: #4c60da;
  color: #fff;
}

.btn-text {
  color: #808996;
  font-weight: 600;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  display: inline-block;
}
.btn-text .icon {
  position: absolute;
  right: -20px;
  top: 6px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-text:hover {
  color: #7b68ee;
}
.btn-text:hover .icon {
  right: -25px;
}

.gradient-btn {
  background: linear-gradient(270deg, #9f8fff, #7b68ee);
  position: relative;
  color: #fff;
  -webkit-box-shadow: 0 5px 25px rgba(123, 104, 238, 0.3);
  -moz-box-shadow: 0 5px 25px rgba(123, 104, 238, 0.3);
  box-shadow: 0 5px 25px rgba(123, 104, 238, 0.3);
}
.gradient-btn::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  background: linear-gradient(270deg, #7b68ee, #9f8fff);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  z-index: -1;
}
.gradient-btn:hover::before {
  opacity: 1;
  visibility: visible;
}

/*==== collapse-btn =====*/

/*====== btn-gray =======*/
.btn-gray {
  background-color: #fff;
  color: #808996;
  padding: 7px 14px;
  font-size: 16px;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid rgba(128, 137, 150, 0.2);
  font-weight: 500;
}
.btn-gray:hover {
  color: #333f57;
}
.btn-gray .active {
  background-color: #40CC6F;
  color: #fff;
  border: #40CC6F;
}

/*======== dot-action-btn ========*/

.alert-dismissible .btn-close span {
  display: none;
}

/*=== section-icon ====*/
.section-icon {
  position: relative;
  display: block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  background: linear-gradient(to right, rgba(255, 201, 196, 0.15), rgba(255, 222, 162, 0.15));
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.section-icon svg {
  width: 40px;
}

.gradient-icon svg path {
  fill: url(#svg-gradient);
}

/*==== svg-bg ====*/
.svg-bg {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
}
.svg-bg svg {
  width: calc(100% + 1.6px);
  height: 55px;
}

/*==== svg-bg-2 ====*/

/*==== svg-bg-3 ====*/

/*==== svg-bg-4 ====*/

/*==== circle-bg ====*/
.circle-bg {
  width: 20px;
  height: 20px;
  display: inline-block;
  border: 3px solid #ddd;
  border-radius: 50%;
}

.circle-bg-1 {
  top: 10%;
  left: 10%;
}

.circle-bg-2 {
  top: 30%;
  left: 25%;
}

/*========= preloader ==========*/
.loader-container {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: #fff;
  top: 0;
  left: 0;
  z-index: 99999;
}
.loader-container .loader-ripple {
  position: relative;
  width: 64px;
  height: 64px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.loader-container .loader-ripple div {
  position: absolute;
  border: 4px solid #7b68ee;
  opacity: 1;
  border-radius: 50%;
  animation: loader-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.loader-container .loader-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}

/*========= ribbon =========*/
.ribbon {
  display: inline-block;
  padding: 0 6px;
  background: rgba(255, 187, 61, 0.1);
  color: #ffbb3d;
  font-size: 12px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  line-height: 20px;
  font-weight: 600;
}

.ribbon-2 {
  padding: 5px 18px;
  font-size: 15px;
  background-color: #fff;
  color: #333f57;
  -webkit-box-shadow: 0 1px 20px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 20px rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.ribbon-lg {
  font-size: 16px;
  padding: 5px 15px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* scroll-down-arrow */

.overlay {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #333f57;
  opacity: 0.8;
  pointer-events: none;
}

.row {
  position: relative;
}

#fullscreen-slide-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -2;
}


/* pattern-bg */

/*====================================================
    section-heading
 ====================================================*/
.section-heading .sec__title {
  font-size: 36px;
  line-height: 50px;
  color: #333f57;
  margin-bottom: 18px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-heading .sec__title br {
    display: none;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .section-heading .sec__title br {
    display: none;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .section-heading .sec__title br {
    display: none;
  }
}
@media (max-width: 480px) {
  .section-heading .sec__title {
    font-size: 32px;
    line-height: 40px;
  }
}
.section-heading .sec__desc {
  font-size: 18px;
  color: #808996;
  font-weight: 500;
  line-height: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-heading .sec__desc br {
    display: none;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .section-heading .sec__desc br {
    display: none;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .section-heading .sec__desc br {
    display: none;
  }
}

/*====================================================
    custom-checkbox
 ====================================================*/
.custom-checkbox {
  display: block;
  margin-bottom: 12px;
}
@media (max-width: 400px) {
  .custom-checkbox {
    margin-right: 0;
    display: block;
  }
}
.custom-checkbox label {
  color: #808996;
  font-size: 16px;
  font-weight: 500;
  display: block;
  margin-bottom: 0;
  text-transform: capitalize;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.custom-checkbox label:hover {
  color: #333f57;
}
.custom-checkbox input[type=checkbox]:not(:checked),
.custom-checkbox input[type=checkbox]:checked {
  position: absolute;
  left: -9999px;
}
.custom-checkbox input[type=checkbox]:not(:checked) + label,
.custom-checkbox input[type=checkbox]:checked + label {
  position: relative;
  padding-left: 26px;
}
.custom-checkbox input[type=checkbox]:not(:checked) + label:before,
.custom-checkbox input[type=checkbox]:checked + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 18px;
  height: 18px;
  border: 1px solid #ddd;
  background-color: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.custom-checkbox input[type=checkbox]:not(:checked) + label:after,
.custom-checkbox input[type=checkbox]:checked + label:after {
  content: "\f00c";
  position: absolute;
  top: 1px;
  left: 3px;
  font-size: 12px;
  color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-family: "Line Awesome Free";
  font-weight: 900;
}
.custom-checkbox input[type=checkbox]:not(:checked) + label:after {
  opacity: 0;
  visibility: hidden;
}
.custom-checkbox input[type=checkbox]:checked + label {
  color: #333f57;
}
.custom-checkbox input[type=checkbox]:checked + label:after {
  opacity: 1;
  visibility: visible;
}
.custom-checkbox input[type=checkbox]:checked + label:before {
  background-color: #7b68ee;
  border-color: #7b68ee;
}

/*== custom-radio ==*/

/*================= Chosen select ====================*/

/* chosen-container */

/* range-slider */

/* range-slider-price */

/* datedropper */
div.datedropper {
  font-family: "Be Vietnam", sans-serif;
}

/*======= time-list ========*/

/*======= social-profile ========*/
.social-profile li {
  display: inline-block;
}
.social-profile li a {
  display: block;
  color: #333f57;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  background-color: rgba(128, 137, 150, 0.1);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 18px;
}
.social-profile li a:hover {
  background-color: #7b68ee;
  color: #fff;
}

/*======= social-profile-colored ========*/
.social-profile-colored li .facebook-bg {
  color: #4267B2;
  background-color: rgba(66, 103, 178, 0.1);
}
.social-profile-colored li .facebook-bg:hover {
  background-color: #4267B2;
}
.social-profile-colored li .instagram-bg {
  color: #C13584;
  background-color: rgba(193, 53, 132, 0.1);
}
.social-profile-colored li .instagram-bg:hover {
  background-color: #C13584;
}

/*======= social-profile-colored-2========*/

/*======= social-profile-styled ========*/

/*======= social-profile--styled ========*/

/*======= info-list ========*/

/*======== img-boxes =========*/

/*======= list-items ========*/
.list-items li {
  margin-bottom: 7px;
  font-weight: 500;
  color: #808996;
  font-size: 16px;
}
.list-items li a {
  color: #808996;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  display: inline-block;
}
.list-items li a:before {
  position: absolute;
  content: "";
  bottom: -2px;
  right: 0;
  width: 0;
  height: 2px;
  background-color: #7b68ee;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.list-items li a:hover {
  color: #7b68ee;
}
.list-items li a:hover:before {
  right: auto;
  left: 0;
  width: 100%;
}

/*======== list--items =========*/
.list--items li span {
  width: 130px;
  display: inline-block;
}

/*======== list--items-2 =========*/
.list--items-2 li span {
  width: 100px;
}

/*======== list-items-style =========*/

/*======== list-items-style-2 =========*/

/*======== list-items-bullet =========*/

/*======== quantity-item =========*/

/*======= tip ======*/

/*===== jqte =====*/

/*========= section-pagination ===========*/

/*======== pagination-simple =========*/

/*======== filter-bar =========*/

/*=== filter-bar-action ====*/

/*=== search-filter ====*/

/*=== filter-nav ====*/

/*======== dot-action-wrap =========*/

/*======== back-to-top =========*/
#back-to-top {
  position: fixed;
  right: -150px;
  bottom: 30px;
  z-index: 9999;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-shadow: 0 10px 40px rgba(82, 85, 90, 0.2);
  -moz-box-shadow: 0 10px 40px rgba(82, 85, 90, 0.2);
  box-shadow: 0 10px 40px rgba(82, 85, 90, 0.2);
  color: #333f57;
  font-size: 16px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
}
#back-to-top:hover {
  background-color: #7b68ee;
  color: #fff;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

/*======== owl-trigger-action =========*/

/*==== owl-trigger-action-2 ====*/

/*==== owl-trigger-action-3 ====*/

/*==== stroke-shape ====*/
.stroke-shape {
  position: relative;
  width: 45px;
  height: 4px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: linear-gradient(270deg, #9f8fff 0, #7b68ee 100%);
}

/*-===============================
    line-bg
===============================-*/

/*========= block-card ========*/
.block-card {
  background-color: #fff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
  -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
  box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
  border: 1px solid rgba(128, 137, 150, 0.1);
  padding: 30px;
}

.block-card-header {
  border-bottom: 1px solid rgba(128, 137, 150, 0.1);
  padding-bottom: 20px;
}

.block-card-body {
  padding-top: 20px;
}

.animated--grow-in {
  -webkit-animation-name: growIn;
  animation-name: growIn;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-timing-function: transform cubic-bezier(0.18, 1.25, 0.4, 1), opacity cubic-bezier(0, 1, 0.4, 1);
  animation-timing-function: transform cubic-bezier(0.18, 1.25, 0.4, 1), opacity cubic-bezier(0, 1, 0.4, 1);
}

/*===== typing indicator ======*/

/*===== blockquote-box ======*/

/*====== post-nav ======*/

/*====== destination-content ========*/

.form-group {
  margin-bottom: 16px;
}

.icon-element {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #7b68ee;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  font-size: 26px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
}
.icon-element:hover {
  color: #fff;
}

/*======= icon-block =========*/

/*====================================================
    contact-area
 ====================================================*/
.label-text {
  font-size: 14px;
  color: #333f57;
  font-weight: 600;
  text-transform: capitalize;
  position: relative;
  margin-bottom: 8px;
}

.form-box .form-group {
  position: relative;
}
.form-box .form-group .form-icon {
  position: absolute;
  top: 16px;
  left: 15px;
  color: #808996;
  font-size: 18px;
}
.form-box .form-control {
  height: auto;
  line-height: inherit;
  padding: 12px 20px 12px 40px;
  font-size: 15px;
  color: #333f57;
  border: 1px solid rgba(128, 137, 150, 0.3);
  font-weight: 500;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.form-box .form-control[readonly] {
  background-color: #fff;
}
.form-box .form-control:focus {
  border-color: rgba(128, 137, 150, 0.6);
  -webkit-box-shadow: 0 0 0 0;
  -moz-box-shadow: 0 0 0 0;
  box-shadow: 0 0 0 0;
}
.form-box .form-control::-webkit-input-placeholder {
  color: #808996;
}
.form-box .form-control:-ms-input-placeholder {
  color: #808996;
}
.form-box .form-control::placeholder {
  color: #808996;
}
.form-box .form-control-styled {
  border-left: 5px solid #7b68ee;
  border-top: none;
  border-right: none;
  border-bottom: none;
  -webkit-box-shadow: 0 4px 40px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 4px 40px rgba(0, 0, 0, 0.12);
  box-shadow: 0 4px 40px rgba(0, 0, 0, 0.12);
}
.form-box .form-control-styled:focus {
  border-left-color: #533ae9;
  -webkit-box-shadow: 0 4px 40px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 4px 40px rgba(0, 0, 0, 0.12);
  box-shadow: 0 4px 40px rgba(0, 0, 0, 0.12);
}
.form-box .message-control {
  height: 160px;
}

/*======== price-range-wrap =======*/

/*======== price-range-wrap-2 =======*/

/*============ Booking Page =========*/

/*====== payment-tab =======*/

/*===== coupon-widget =======*/

/*====================================================
    invoice-area
 ====================================================*/
.my-table table tr th {
  color: #333f57;
  font-weight: 600;
  border-bottom-width: 1px;
}
.my-table table tr th,
.my-table table tr td {
  padding: 10px 20px;
}
.my-table table tr td {
  font-weight: 500;
}

/*====================================================
    breadcrumb-area
 ====================================================*/
.breadcrumb-area {
  padding-top: 220px;
  padding-bottom: 120px;
  position: relative;
  z-index: 1;
  background-size: cover;
  background-position: center;
}
@media (max-width: 480px) {
  .breadcrumb-area {
    padding-top: 250px;
  }
}

/* bread-overlay */
.bread-overlay {
  position: relative;
  z-index: 1;
}
.bread-overlay:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(38, 50, 47, 0.8);
  z-index: -1;
}

/* bread-svg */
.bread-svg {
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.bread-svg svg {
  width: 100%;
  height: 140px;
  stroke: none;
  fill: #fff;
}

/* bread-bg */

.bread-bg-3 {
  background-image: url("../images/bread-bg3.jpg");
}

.user-bread-bg {
  background-image: url("../images/user-bread-img.jpg");
}

/* breadcrumb-content */
@media (max-width: 480px) {
  .breadcrumb-content .section-heading.pb-3 {
    padding-bottom: 0 !important;
  }
}
@media (max-width: 480px) {
  .breadcrumb-content .sec__title {
    font-size: 32px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumb-content .sec__title.font-size-60 {
    font-size: 40px !important;
    line-height: 50px !important;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .breadcrumb-content .sec__title.font-size-60 {
    font-size: 40px !important;
    line-height: 50px !important;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .breadcrumb-content .sec__title.font-size-60 {
    font-size: 32px !important;
    line-height: 40px !important;
  }
}
@media (max-width: 480px) {
  .breadcrumb-content .bread-thumb {
    width: 80px;
    height: 80px;
    bottom: auto;
    position: inherit;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .breadcrumb-content .bread-list {
    margin-top: 15px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .breadcrumb-content .bread-list {
    margin-top: 15px;
  }
}

/*====== bread list =======*/
.bread-list {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 10px 15px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
}
.bread-list li {
  display: inline-block;
  position: relative;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 0;
}
.bread-list li a {
  color: #fff;
}
.bread-list li a:before {
  background-color: #fff;
  height: 1px;
}
.bread-list li a:hover {
  color: #fff;
}
.bread-list li + li {
  padding-left: 10px;
  margin-left: 10px;
}
.bread-list li + li:after {
  position: absolute;
  content: "\f0da";
  font-family: "Line Awesome Free";
  font-weight: 900;
  top: 60%;
  font-size: 12px;
  left: -10px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

/*========= bread-list-2 ========*/
.bread-list-2 {
  background-color: rgba(128, 137, 150, 0.1);
}
.bread-list-2 li {
  color: rgba(128, 137, 150, 0.9);
}
.bread-list-2 li a {
  color: #333f57;
}
.bread-list-2 li a:before {
  background-color: #7b68ee;
}
.bread-list-2 li a:hover {
  color: #7b68ee;
}

.bread-thumb {
  position: relative;
  bottom: -35px;
  border-width: 5px !important;
}

/*========= hover-tooltip-box ========*/

/*======= header-area ========*/
.header-area {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1010;
}
@media (max-width: 1199px) {
  .header-area {
    background-color: #333f57;
  }
}
.header-area:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  opacity: 0.1;
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .header-top-bar {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .header-top-bar {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .header-menu-wrapper {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .header-menu-wrapper {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}

/*=== logo ===*/
.logo {
  padding-top: 25px;
  padding-bottom: 25px;
  z-index: 2;
}

/*=== quick-search-form ===*/
.quick-search-form {
  width: 310px;
  position: relative;
  margin-left: 40px;
  padding-left: 30px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  flex-shrink: 0;
}
@media (max-width: 1199px) {
  .quick-search-form {
    display: none !important;
  }
}

/*=== header-search ===*/

/*=== instant-results ===*/

/*======== header-top-info =========*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-top-info {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .header-top-info {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .header-top-info {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
}
.header-top-info a {
  color: rgba(255, 255, 255, 0.7);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.header-top-info a:hover {
  color: #fff;
}
.header-top-info .social-profile li a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  font-size: 16px;
}
.header-top-info .list-items li {
  font-size: 14px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.6);
}
.header-top-info .list-items li + li {
  margin-left: 10px;
}
.header-top-info .list-items li a {
  color: rgba(255, 255, 255, 0.6);
}
.header-top-info .list-items li a:before {
  background-color: #fff;
}
.header-top-info .list-items li a:hover {
  color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-top-info.justify-content-end {
    padding-top: 5px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .header-top-info.justify-content-end {
    padding-top: 5px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .header-top-info.justify-content-end {
    padding-top: 5px;
    flex-direction: column;
  }
}

/*======== login-and-signup-wrap =========*/
.login-and-signup-wrap a {
  color: rgba(255, 255, 255, 0.8);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 600;
}
.login-and-signup-wrap a:hover {
  color: #fff;
}

/*======== main-menu-content =========*/
.main-menu-content {
  padding-top: 20px;
  text-align: right;
  padding-right: 28px;
  z-index: 10;
}
@media (max-width: 1199px) {
  .main-menu-content {
    display: none;
    text-align: left;
    width: 100%;
    padding-left: 0 !important;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 30px;
  }
}

/*======== main-menu-content-2 =========*/

/*======== main-menu =========*/
.main-menu ul li {
  display: inline-block;
  text-transform: capitalize;
  padding-top: 10px;
  padding-right: 23px;
  position: relative;
}
@media (max-width: 1199px) {
  .main-menu ul li:first-child {
    padding-top: 0;
  }
}
@media (max-width: 1199px) {
  .main-menu ul li {
    display: block;
    padding-right: 0;
  }
}
.main-menu ul li a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  font-weight: 600;
  display: block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  z-index: 1;
  padding: 0 0 28px 0;
}
@media (max-width: 1199px) {
  .main-menu ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 0;
  }
}
.main-menu ul li a .la-angle-down {
  font-size: 12px;
}
@media (max-width: 1199px) {
  .main-menu ul li a .la-angle-down {
    display: none;
  }
}
.main-menu ul li a:hover {
  color: #fff;
}
.main-menu ul li .dropdown-menu-item {
  text-align: left;
  position: absolute;
  top: 70px;
  left: 0;
  width: 240px;
  background-color: #fff;
  padding-top: 12px;
  padding-bottom: 12px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.2);
  -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.2);
  box-shadow: 0 0 40px rgba(82, 85, 90, 0.2);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1199px) {
  .main-menu ul li .dropdown-menu-item {
    opacity: 1;
    visibility: visible;
    display: none;
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    margin-top: 10px;
    height: 260px;
    overflow-x: auto;
    overflow-y: auto;
  }
}
.main-menu ul li .dropdown-menu-item li {
  display: block;
  padding-top: 0;
  padding-right: 0;
}
.main-menu ul li .dropdown-menu-item li a {
  color: #808996;
  display: block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-transform: capitalize;
  padding: 5px 25px;
  font-weight: 500;
  position: relative;
  font-size: 15px;
}
.main-menu ul li .dropdown-menu-item li a .ribbon {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.main-menu ul li .dropdown-menu-item li a:hover {
  color: #7b68ee;
}
.main-menu ul li .dropdown-menu-item li a:hover .ribbon {
  background-color: #ffbb3d;
  color: #fff;
}
.main-menu ul li:last-child {
  padding-right: 0;
}

/*======== main-menu-2 =========*/

@media (min-width: 1200px) {
  .main-menu ul li:hover .dropdown-menu-item {
    top: 60px;
    opacity: 1;
    visibility: visible;
  }
}
/*======== nav-right-content =========*/
.nav-right-content {
  position: relative;
  padding-top: 20px;
  z-index: 1;
}
@media (max-width: 1199px) {
  .nav-right-content {
    padding-top: 0;
  }
}
@media (max-width: 1199px) {
  .nav-right-content .add-listing-btn-hide {
    display: none;
  }
}

.menu-full-width {
  display: flex;
  position: relative;
}
@media (max-width: 1199px) {
  .menu-full-width {
    flex-wrap: wrap;
  }
}
@media (max-width: 1199px) {
  .menu-full-width .logo {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media (max-width: 1199px) {
  .menu-full-width .login-and-signup-wrap {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

/*==== menu-toggle ====*/
.menu-toggle {
  width: 50px;
  height: 42px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background-color: rgba(255, 255, 255, 0.1);
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  display: none;
}
@media (max-width: 1199px) {
  .menu-toggle {
    display: block;
  }
}
.menu-toggle .menu__bar {
  display: block;
  height: 2px;
  position: absolute;
  left: 10px;
  width: calc(100% - 20px);
  background: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.menu-toggle .menu__bar:nth-child(1) {
  top: 10px;
}
.menu-toggle .menu__bar:nth-child(2) {
  top: 20px;
}
.menu-toggle .menu__bar:nth-child(3) {
  top: 30px;
}
.menu-toggle.active .menu__bar:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 20px;
}
.menu-toggle.active .menu__bar:nth-child(2) {
  opacity: 0;
  visibility: hidden;
}
.menu-toggle.active .menu__bar:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 20px;
}

/*====== sticky-content-nav =======*/

/*====== sticky-content-nav =======*/

/*====================================================
    dashboard-header
 ====================================================*/

/*===== modal =====*/

.modal-container.fade .modal-dialog {
  -webkit-transform: scale(0.8) translate(0, 0);
  -moz-transform: scale(0.8) translate(0, 0);
  -ms-transform: scale(0.8) translate(0, 0);
  -o-transform: scale(0.8) translate(0, 0);
  transform: scale(0.8) translate(0, 0);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

/* modal container */
.modal-container .modal-content {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.modal-container .modal-header {
  justify-content: space-between;
  padding: 18px 25px;
  border-bottom: none;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}
.modal-container .modal-header:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #333f57;
  opacity: 0.8;
  z-index: -1;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}
.modal-container .modal-title {
  color: #fff;
  font-size: 18px;
}
.modal-container .btn-close {
  padding: 0;
  margin: 0;
  color: #fff;
  font-size: 30px;
  text-shadow: none;
  opacity: 0.7;
  outline: none;
  background: none;
}
.modal-container .btn-close:hover {
  opacity: 1 !important;
}
.modal-container .modal-body {
  padding: 18px 25px;
}
.modal-container .theme-btn {
  border: none;
}
.modal-container .modal-dialog {
  -webkit-transform: scale(0.8) translate(0, 0);
  -moz-transform: scale(0.8) translate(0, 0);
  -ms-transform: scale(0.8) translate(0, 0);
  -o-transform: scale(0.8) translate(0, 0);
  transform: scale(0.8) translate(0, 0);
}
.modal-container.show {
  display: block;
}
.modal-container.show .modal-dialog {
  -webkit-transform: scale(1) translate(0, 0);
  -moz-transform: scale(1) translate(0, 0);
  -ms-transform: scale(1) translate(0, 0);
  -o-transform: scale(1) translate(0, 0);
  transform: scale(1) translate(0, 0);
}

.mh-bg {
  background-image: url("../images/login-bg.jpeg");
}

.mh-bg-2 {
  background-image: url("../images/signup-bg.jpeg");
}

.user-action-meta .lost-pass-btn {
  color: #808996;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 500;
}
.user-action-meta .lost-pass-btn:hover {
  color: #7b68ee;
}

/*====== copy-to-clipboard =======*/

/*====== text-success-message=======*/

/*======== faq area ======*/

/*====================================================
    pricing-area
 ====================================================*/
.price-item {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
  -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
  box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.price-item:hover .price-head:before {
  bottom: -120px;
}
.price-item:hover .price-head:after {
  left: -170px;
}

.price-head {
  background-color: #F5F7FC;
  padding-top: 40px;
  padding-bottom: 105px;
  position: relative;
  color: #fff;
  overflow: hidden;
  text-align: center;
  -webkit-border-radius: 8px 8px 0 0;
  -moz-border-radius: 8px 8px 0 0;
  border-radius: 8px 8px 0 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.price-head .ribbon {
  padding-right: 30px;
  padding-left: 30px;
  position: absolute;
  top: 24px;
  left: -35px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.price-head .price__title {
  font-size: 28px;
  font-weight: 600;
  color: #fff;
}
.price-head:before, .price-head:after {
  content: "";
  position: absolute;
  bottom: -150px;
  right: -60px;
  width: 200px;
  height: 200px;
  background-color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  opacity: 0.05;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.price-head:after {
  bottom: 20px;
  right: auto;
  left: -200px;
  width: 300px;
  height: 300px;
}

.price-box {
  width: 140px;
  height: 140px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
  -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
  box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
  margin-top: -75px;
  position: relative;
  text-align: center;
}
.price-box .price__text {
  font-size: 30px;
  font-weight: 600;
}
.price-box .price__text-meta {
  font-size: 14px;
  font-weight: 500;
  display: block;
}

.price-list {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
  -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
  box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
  padding: 30px 30px 50px 30px;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}
.price-list li + li {
  border-top: 1px solid rgba(127, 136, 150, 0.1);
  padding-top: 12px;
  margin-top: 12px;
}

/*====================================================
    about-area
 ====================================================*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-content {
    margin-bottom: 50px;
    margin-top: 50px;
    padding-left: 0 !important;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .about-content {
    margin-bottom: 50px;
    margin-top: 50px;
    padding-left: 0 !important;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .about-content {
    margin-bottom: 50px;
    margin-top: 50px;
    padding-left: 0 !important;
  }
}

/*====================================================
    hero-wrapper
 ====================================================*/
.hero-wrapper {
  background-size: cover;
  background-position: center;
  position: relative;
  width: 100%;
  z-index: 1;
  color: #fff;
  padding-top: 280px;
  padding-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-wrapper {
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .hero-wrapper {
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .hero-wrapper {
    padding-bottom: 50px;
  }
}
.hero-wrapper #fullscreen-slide-container {
  position: absolute !important;
}

/*====== hero-bg ======*/

/*====== hero-heading ======*/
.hero-heading .section-heading .sec__desc {
  font-size: 20px;
  margin-top: 15px;
  color: rgba(255, 255, 255, 0.9);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-heading .section-heading .sec__desc {
    font-size: 18px;
    margin-top: 10px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .hero-heading .section-heading .sec__desc {
    font-size: 18px;
    margin-top: 10px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .hero-heading .section-heading .sec__desc {
    font-size: 18px;
    margin-top: 10px;
  }
}
.hero-heading .section-heading .sec__title {
  font-size: 45px;
  text-transform: capitalize;
  margin-bottom: 0;
  color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-heading .section-heading .sec__title {
    font-size: 40px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .hero-heading .section-heading .sec__title {
    font-size: 35px;
  }
}
.hero-heading .section-heading .sec__title .cd-words-wrapper b {
  font-weight: 700;
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .hero-heading .section-heading .sec__title {
    font-size: 30px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .highlight-lists {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .highlight-lists {
    flex-wrap: wrap;
  }
}

.main-search-input {
  margin-top: 50px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  background-color: #fff;
  padding: 20px 25px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main-search-input {
    margin-top: 35px;
    margin-bottom: 30px;
    flex-direction: column;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .main-search-input {
    margin-top: 35px;
    margin-bottom: 30px;
    flex-direction: column;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .main-search-input {
    margin-top: 35px;
    margin-bottom: 30px;
    flex-direction: column;
  }
}

/*======== highlighted-categories =========*/
.highlighted-categories {
  margin-top: 49px;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .highlighted-categories {
    text-align: center;
    margin-top: 30px;
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .highlighted-categories {
    text-align: center;
    margin-top: 30px;
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .highlighted-categories {
    text-align: center;
    margin-top: 30px;
    padding-right: 15px;
    padding-left: 15px;
  }
}

/*======== highlighted-categories-2 =========*/

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .highlight-lists {
    margin-top: 0 !important;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .highlight-lists {
    margin-top: 0 !important;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .highlight-lists {
    margin-top: 0 !important;
  }
}

/*=============== main-search-input-2 ===============*/

/*====================================================
    hiw-area
 ====================================================*/
.hiw-bottom-left-round {
  border-bottom-left-radius: 600px;
}

/*======= video-box ========*/

/* hiw-info-box-wrap */

/*===== card item =====*/
.card-item {
  margin-bottom: 30px;
  background-color: #fff;
  -webkit-box-shadow: 0 10px 40px rgba(82, 85, 90, 0.1);
  -moz-box-shadow: 0 10px 40px rgba(82, 85, 90, 0.1);
  box-shadow: 0 10px 40px rgba(82, 85, 90, 0.1);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
.card-item .card-content {
  padding: 30px 20px 25px 20px;
  position: relative;
}
.card-item .card-content .user-thumb {
  position: absolute;
  left: 20px;
  top: -28px;
  z-index: 1;
}
.card-item .card-title {
  font-size: 20px;
  color: #333f57;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 5px;
}
.card-item .card-title a {
  color: #333f57;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.card-item .card-title a:hover {
  color: #7b68ee;
}
.card-item .card-title i {
  color: #40CC6F;
}
.card-item .card-sub {
  font-size: 16px;
  color: #808996;
  font-weight: 500;
  line-height: 26px;
}
.card-item .card-sub a {
  color: #808996;
}
.card-item:hover {
  -webkit-box-shadow: 0 10px 40px rgba(82, 85, 90, 0.2);
  -moz-box-shadow: 0 10px 40px rgba(82, 85, 90, 0.2);
  box-shadow: 0 10px 40px rgba(82, 85, 90, 0.2);
}

/*==== card-item-list ====*/

/*==== card-item--list ====*/

/*======= flip-box-item ==========*/

/*==== card-image-shape ====*/

/*==== pill ====*/

/*======= card-item-layout-2 ========*/

/*======= card-item-layout-3 ========*/

/*======= card-item-layout-4 ========*/

/*======= card-item-layout-5 ========*/

/*======== single-card =========*/

/*======== mini-list-card =========*/

/* generic-img-card */

/*====== generic-img-card-content =======*/

/* avatar-photos */

/*====================================================
    blog-area
 ====================================================*/

/*====================================================
    funfact-area
 ====================================================*/

/* counter item */

/* counter-item-layout-2 */

/*======= countdown-item =======*/

/*======= countdown-item =======*/

/*======= hero-category-item ==========*/

/* hero-category--item */

/* hero-category-item-layout-2 */

/*======= category-item ==========*/

/*======= category-item-layout-2 ==========*/

/*======= category-item-layout--2 ==========*/

/*======= category-item-layout-2 ==========*/

/* location-item */

/*====================================================
    cta-area
 ====================================================*/
.cta-area {
  background-size: cover;
  background-position: center;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta-area .btn-box {
    padding-top: 20px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .cta-area .btn-box {
    padding-top: 20px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .cta-area .btn-box {
    padding-top: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta-area .btn-box.text-right {
    text-align: center !important;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .cta-area .btn-box.text-right {
    text-align: center !important;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .cta-area .btn-box.text-right {
    text-align: center !important;
  }
}

/*====== cta-content-box ======*/

/*==== cta-img ====*/

/*==== cta-content-box-2 ====*/

/*===== mobile area =====*/

/*======== dashboard-wrap =======*/
@media (max-width: 1199px) {
  .dashboard-wrap {
    flex-direction: column;
  }
}

/*======== dashboard-sidebar =======*/
.dashboard-sidebar {
  min-height: 100vh;
  width: 20rem;
  background-color: #fff;
  -webkit-box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15);
  -moz-box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15);
  box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15);
  z-index: 1024;
  position: fixed;
  left: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1199px) {
  .dashboard-sidebar {
    left: -20rem;
  }
}
.dashboard-sidebar .sidebar-brand {
  display: block;
  padding: 20px;
  z-index: 1;
  background-color: #4c60da;
}
.dashboard-sidebar .nav-item {
  position: relative;
}
.dashboard-sidebar .nav-item.active .nav-link {
  color: #333f57;
  background-color: rgba(128, 137, 150, 0.1);
  border-left-color: #333f57;
}
.dashboard-sidebar .nav-link {
  display: block;
  padding: 10px 16px;
  color: #808996;
  font-weight: 500;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border-left: 3px solid transparent;
  position: relative;
  font-size: 15px;
}
.dashboard-sidebar .nav-link .badge {
  position: absolute;
  top: 13px;
  right: 20px;
}
.dashboard-sidebar .nav-link:hover {
  background-color: rgba(128, 137, 150, 0.1);
}
.dashboard-sidebar .sidebar-heading {
  padding: 0 21px;
  font-weight: 700;
  font-size: 0.65rem;
  letter-spacing: 0.13rem;
  text-transform: uppercase;
}

/*======== dashboard-body =======*/
.dashboard-body {
  background-color: #fafdfb;
  overflow-x: hidden;
  width: calc(100% - 20rem);
  margin-left: auto;
}
@media (max-width: 1199px) {
  .dashboard-body {
    width: 100%;
  }
}

/*======= dashboard-topbar =======*/
.bg-navbar {
  background-color: #6777ef;
}

#sidebar-close,
#sidebarToggleTop {
  height: 40px;
  width: 40px;
  line-height: 34px;
  padding: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #fff;
  font-size: 20px;
  display: none;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1199px) {
  #sidebar-close,
  #sidebarToggleTop {
    display: block;
  }
}
#sidebar-close:hover,
#sidebarToggleTop:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

#sidebar-close {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  line-height: 40px;
}

/*======= dashboard-topbar ========*/
.dashboard-topbar {
  height: 78px;
  z-index: 2;
  -webkit-box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15);
  -moz-box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15);
  box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15);
}
.dashboard-topbar .nav-item.border-left {
  border-color: rgba(255, 255, 255, 0.2) !important;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .dashboard-topbar .dropdown {
    position: static;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .dashboard-topbar .dropdown {
    position: static;
  }
}
.dashboard-topbar .nav-link {
  color: #fff;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 14px !important;
  font-size: 20px;
  position: relative;
}
.dashboard-topbar .dropdown-menu {
  padding: 0;
  width: 310px;
  -webkit-box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15);
  -moz-box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15);
  box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15);
  border-color: rgba(128, 137, 150, 0.1);
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .dashboard-topbar .dropdown-menu {
    width: calc(100% - 1.5rem);
    right: 0.75rem;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .dashboard-topbar .dropdown-menu {
    width: calc(100% - 1.5rem);
    right: 0.75rem;
  }
}
.dashboard-topbar .dropdown-menu-sm {
  width: 185px;
}
.dashboard-topbar .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

/*====== search-box ======*/

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .action-buttons {
    position: inherit !important;
    top: auto !important;
    right: auto !important;
    margin-top: 20px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .action-buttons {
    position: inherit !important;
    top: auto !important;
    right: auto !important;
    margin-top: 20px;
  }
}

/*====== scrollable-content ======*/

/*====== generic-list-header ======*/

/*====== generic-list-item ======*/
.generic-list-item {
  white-space: normal;
  padding: 12px 20px;
  border-bottom: 1px solid rgba(128, 137, 150, 0.1);
  line-height: 1.3rem;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.generic-list-item .icon-element {
  height: 35px;
  width: 35px;
  line-height: 34px;
  font-size: 18px;
}
.generic-list-item .icon-element:after {
  display: none;
}
.generic-list-item .text-truncate {
  max-width: 13.375rem;
}
.generic-list-item:hover {
  background-color: rgba(128, 137, 150, 0.07);
}

/*====== status-indicator======*/
.status-indicator {
  background-color: #e4e4e4;
  height: 0.75rem;
  width: 0.75rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  right: 0;
  border: 0.125rem solid #fff;
}

/*====== dashboard-booking-list ======*/

/*====== dashboard-inner-body-container ======*/
.dashboard-inner-body-container {
  padding-right: 27px;
  padding-left: 27px;
}

.dashboard-footer {
  padding: 18px 15px;
  -webkit-box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15);
  -moz-box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15);
  box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15);
}
.dashboard-footer .list-items li {
  font-size: 14px;
  margin-bottom: 0;
}

/*====== dashboard-stat ======*/
.dashboard-stat {
  -webkit-box-shadow: 0 0px 40px rgba(82, 85, 90, 0.1);
  -moz-box-shadow: 0 0px 40px rgba(82, 85, 90, 0.1);
  box-shadow: 0 0px 40px rgba(82, 85, 90, 0.1);
}
.dashboard-stat .card-title {
  opacity: 0.8;
}

.chart-block {
  position: relative;
  width: 100%;
}

#myChartLegend li {
  cursor: pointer;
  background-color: #fff;
  color: #808996;
  padding: 7px 14px;
  font-size: 15px;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid rgba(128, 137, 150, 0.2);
  font-weight: 500;
}
#myChartLegend li span {
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  height: 10px;
  margin-right: 8px;
  width: 10px;
  background-color: #e4e4e4;
}
#myChartLegend li:first-child {
  margin-right: 10px;
}
#myChartLegend li:first-child span {
  background-color: #4E73DF !important;
}
#myChartLegend li:last-child span {
  background-color: #5ECFB1 !important;
}

/*====== dashboard-chart ======*/

/*====== generic-list-card =======*/
.generic-list-card {
  background-color: #fff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.05);
  -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.05);
  box-shadow: 0 0 40px rgba(82, 85, 90, 0.05);
  padding: 20px;
}
.generic-list-card + .generic-list-card {
  margin-top: 10px;
}
.generic-list-card .generic-close {
  color: #808996;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.generic-list-card .generic-close:hover {
  color: #7b68ee;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

/*====== generic-list-card-content =======*/
.generic-list-card-content .icon-element {
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  -webkit-box-shadow: 0 9px 16px rgba(58, 87, 135, 0.1);
  -moz-box-shadow: 0 9px 16px rgba(58, 87, 135, 0.1);
  box-shadow: 0 9px 16px rgba(58, 87, 135, 0.1);
  flex-shrink: 0;
}
.generic-list-card-content .generic-link {
  color: #333f57;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 600;
}
.generic-list-card-content .generic-link:hover {
  color: #7b68ee;
}

/*====== my-table =======*/
.my-table .order-id {
  color: #6777ef;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.my-table .order-id:hover {
  text-decoration: underline;
  color: #4c60da;
}
.my-table .table {
  color: #808996;
  font-weight: 500;
}
.my-table .table td,
.my-table .table th {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
.my-table .table .thead-light th {
  background-color: rgba(128, 137, 150, 0.07);
  color: #333f57;
  border-top: 0;
  border-bottom: 0;
  font-weight: 600;
}
.my-table .table tbody td {
  vertical-align: middle;
  border-top-color: rgba(128, 137, 150, 0.1);
}

/*====== online-user-slider=======*/
.msg-from-customer .text-truncate {
  max-width: 32.375rem;
}
@media (max-width: 375px) {
  .msg-from-customer .text-truncate {
    max-width: 13.375rem;
  }
}

/*====== online-user-slider=======*/

/*====== online-user-box =======*/

/*====== online-user-item =======*/

/*====== chat-list =======*/

/*====== message-body =======*/

/*====== message-item =======*/

/*====== message-bubble =======*/

/*===== message-send ======*/

/*===== edit-profile-photo ======*/

/*====================================================
   clientlogo-area
 ====================================================*/

/*======== comment ========*/
.comment {
  display: flex;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(128, 137, 150, 0.1);
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .comment {
    flex-direction: column;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .comment {
    flex-direction: column;
  }
}

/*======== reviews-list ========*/
.reviews-list .comment:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

/*========= meta-data =========*/

/*========= comment-body =========*/
.comment-body {
  margin-left: 18px;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .comment-body {
    margin-left: 0;
    margin-top: 15px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .comment-body {
    margin-left: 0;
    margin-top: 15px;
  }
}

/*========= comment-action =========*/

/*========= feedback-box =========*/

/* info-box */
.info-box {
  background-color: #fff;
  padding: 40px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 10px 40px rgba(82, 85, 90, 0.1);
  -moz-box-shadow: 0 10px 40px rgba(82, 85, 90, 0.1);
  box-shadow: 0 10px 40px rgba(82, 85, 90, 0.1);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom: 30px;
  position: relative;
  text-align: center;
  z-index: 1;
}
.info-box .info-icon {
  width: 85px;
  height: 85px;
  line-height: 85px;
  -webkit-border-radius: 59% 41% 60% 40%/46% 66% 34% 54%;
  -moz-border-radius: 59% 41% 60% 40%/46% 66% 34% 54%;
  border-radius: 59% 41% 60% 40%/46% 66% 34% 54%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  background-color: #7b68ee;
  color: #fff;
  text-align: center;
  font-size: 36px;
  -webkit-box-shadow: 0 5px 25px rgba(123, 104, 238, 0.3);
  -moz-box-shadow: 0 5px 25px rgba(123, 104, 238, 0.3);
  box-shadow: 0 5px 25px rgba(123, 104, 238, 0.3);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.info-box .info-number {
  position: absolute;
  left: 10px;
  top: 10px;
  width: 33px;
  height: 33px;
  line-height: 30px;
  color: #7b68ee;
  background-color: rgba(123, 104, 238, 0.1);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 500;
  font-size: 16px;
}
.info-box .info__title {
  font-size: 20px;
  color: #333f57;
  font-weight: 600;
  margin-bottom: 20px;
}
.info-box .info__desc {
  font-size: 16px;
  color: #808996;
  font-weight: 500;
}
.info-box:hover {
  -webkit-transform: translateY(-4px);
  -moz-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  -o-transform: translateY(-4px);
  transform: translateY(-4px);
}
.info-box:hover .info-icon,
.info-box:hover .info-number {
  background-color: #533ae9;
}
.info-box:hover .info-number {
  color: #fff;
}

/* info--box */
.info--box {
  border: 1px solid rgba(127, 137, 150, 0.1);
}
.info--box .info-icon {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: linear-gradient(to right, rgba(255, 201, 196, 0.15), rgba(255, 222, 162, 0.15));
  margin-bottom: 25px;
}
.info--box:hover .info-icon {
  background: linear-gradient(to right, rgba(255, 201, 196, 0.15), rgba(255, 222, 162, 0.15));
}

/* info-box-layout-2 */

/* info-box-layout-3 */

/*======== review-rating-summary =========*/

/*======== stats-average__count =========*/

/*======== review-bars-item =========*/

/*====== leave-rating ========*/

/* section-tab */

/* section--tab */

/* section-tab-layout-2 */

/*======= file upload ========*/

/*======== file-upload-wrap-2 =======*/

/*======== file-upload-wrap-3 =======*/

/*======== file-upload-wrap-3 =======*/

/*====== edit-profile-photo =======*/

/*====================================================
    testimonial-area
 ====================================================*/
.testimonial-area {
  position: relative;
  z-index: 1;
}

/*======= testimonial-carousel ========*/
.testimonial-carousel {
  position: relative;
}
.testimonial-carousel .testimonial-item .testi__img {
  width: 90px;
}

/*========= testimonial-item =========*/
.testimonial-item .testi__img {
  width: 90px;
  height: 90px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.2);
  -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.2);
  box-shadow: 0 0 40px rgba(82, 85, 90, 0.2);
}
.testimonial-item .testi__img img {
  width: 100%;
  height: 100%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.testimonial-item .testi-comment {
  background-color: #fff;
  -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.05);
  -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.05);
  box-shadow: 0 0 40px rgba(82, 85, 90, 0.05);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  position: relative;
  padding: 50px 30px 33px 30px;
  margin-bottom: 42px;
  z-index: 1;
  text-align: center;
}
.testimonial-item .testi-comment .testi__desc {
  font-size: 19px;
  color: #808996;
  line-height: 31px;
  font-weight: 500;
}
.testimonial-item .testi-comment:before {
  position: absolute;
  content: "";
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
  -moz-transform: translateX(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) rotate(45deg);
  -o-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  width: 18px;
  height: 18px;
  background-color: #fff;
  border-right: 1px solid rgba(128, 137, 150, 0.1);
  border-bottom: 1px solid rgba(128, 137, 150, 0.1);
}
.testimonial-item .testi-comment:after {
  position: absolute;
  content: "\f10d";
  top: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  font-family: "Line Awesome Free";
  font-weight: 900;
  color: #7b68ee;
  z-index: -1;
  font-size: 35px;
  width: 65px;
  height: 65px;
  line-height: 65px;
  text-align: center;
  background-color: #fff;
  -webkit-box-shadow: 0 10px 40px rgba(82, 85, 90, 0.1);
  -moz-box-shadow: 0 10px 40px rgba(82, 85, 90, 0.1);
  box-shadow: 0 10px 40px rgba(82, 85, 90, 0.1);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid rgba(128, 137, 150, 0.1);
}
.testimonial-item .tesi__title {
  font-size: 18px;
  font-weight: 700;
  margin-top: 17px;
  margin-bottom: 15px;
  color: #333f57;
}
.testimonial-item .testi__meta {
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 500;
  color: #7b68ee;
  background-color: rgba(123, 104, 238, 0.05);
  padding: 6px 17px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

/*===== testimonial-area2 ======*/

/*====================================================
    author-area
 ====================================================*/
.user-thumb {
  width: 55px;
  height: 55px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 3px solid #fff;
  -webkit-box-shadow: 0 4px 40px rgba(82, 85, 90, 0.2);
  -moz-box-shadow: 0 4px 40px rgba(82, 85, 90, 0.2);
  box-shadow: 0 4px 40px rgba(82, 85, 90, 0.2);
}
.user-thumb img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 100%;
  height: 100%;
}

.user-thumb-xl {
  width: 132px;
  height: 132px;
}

.user-thumb-lg {
  width: 80px;
  height: 80px;
}

.user-thumb-sm {
  width: 40px;
  height: 40px;
}

/*==== user-card ====*/

/*====================================================
    user-profile-area
 ====================================================*/

/* map-container */

/* enable-scroll */

/* map-wrap */

/* full-screen-container */

/* map-info-popup */

/* item-popup-box */

/*== general map style ===*/

/*===== tag-list =====*/

/*===== tag-list-sm =====*/

/*===== tag-items =====*/

/*========= widget title ========*/
.widget-title {
  font-size: 18px;
  color: #333f57;
  font-weight: 600;
  padding-bottom: 15px;
  position: relative;
}
@media (max-width: 320px) {
  .widget-title {
    font-size: 20px;
  }
}

/*====== sidebar =====*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sidebar {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .sidebar {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .sidebar {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

/*======== sidebar-widget =======*/
.sidebar-widget {
  margin-bottom: 30px;
  border: 1px solid rgba(128, 137, 150, 0.1);
  padding: 30px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
  -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
  box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
  background-color: #fff;
  position: relative;
}

/*====================================================
    footer-area
 ====================================================*/

/* footer item */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-item {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .footer-item {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .footer-item {
    margin-bottom: 40px;
  }
}
.footer-item .footer__desc {
  font-size: 16px;
  font-weight: 500;
  margin-top: 25px;
  line-height: 27px;
}
.footer-item .footer__desc a {
  color: #333f57;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.footer-item .footer__desc a:hover {
  color: #7b68ee;
}
.footer-item .social-profile {
  margin-top: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-item .social-profile {
    margin-top: 10px;
  }
}
.footer-item .footer__title {
  font-size: 17px;
  font-weight: 600;
  color: #333f57;
  position: relative;
  display: inline-block;
  padding-bottom: 15px;
}
.footer-item .contact-links {
  margin-top: 5px;
}
.footer-item .contact-links li {
  margin-bottom: 15px;
  position: relative;
  text-transform: inherit;
}

/* list-items */
.list-items.term-list li {
  display: inline-block;
  position: relative;
}
.list-items.term-list li + li {
  padding-left: 15px;
  margin-left: 5px;
}
.list-items.term-list li + li:after {
  position: absolute;
  content: "";
  width: 5px;
  height: 2px;
  top: 55%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: rgba(127, 137, 150, 0.5);
}

/* list-items 2 */

/* footer-chosen-container */

/* footer-chosen-container 2 */

/* copy-right */
.copy-right {
  color: #808996;
  font-weight: 500;
  font-size: 14px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .copy-right {
    margin-top: 30px;
    padding-top: 30px;
    flex-direction: column;
    text-align: center;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .copy-right {
    margin-top: 30px;
    padding-top: 30px;
    flex-direction: column;
    text-align: center;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .copy-right {
    margin-top: 30px;
    padding-top: 30px;
    flex-direction: column;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .copy-right .copy__desc {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .copy-right .copy__desc {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .copy-right .copy__desc {
    margin-bottom: 10px;
  }
}
.copy-right .copy__desc span {
  color: #7b68ee;
  animation: heartBeat 1000ms infinite linear;
}
.copy-right .copy__desc a {
  color: #808996;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.copy-right .copy__desc a:hover {
  color: #7b68ee;
}
/* === WeCarry: İlan kartlarını eşit yükseklik yap === */

.card-item {
    display: flex;
    flex-direction: column;
    height: 100%;
}

    .card-item .card-content {
        flex: 1 1 auto;
        display: flex;
        flex-direction: column;
    }

    /* Açıklama kısmı: Taşmasın, 3 satırda kes */

    /* Buton her kartın en altında hizalansın */
.corporate-features {
    gap: 45px;
    flex-wrap: wrap;
}

.feature-box {
    text-align: center;
    max-width: 160px;
    color: rgba(255,255,255,0.85);
}

    .feature-box i {
        font-size: 34px;
        color: #7ca7ff;
        margin-bottom: 12px;
    }

    .feature-box h6 {
        font-size: 14px;
        font-weight: 600;
        letter-spacing: 0.5px;
        margin-bottom: 4px;
        color: #ffffff;
    }

    .feature-box p {
        font-size: 12px;
        line-height: 1.5;
        color: rgba(255,255,255,0.6);
    }
.hero-badge {
    display: inline-block;
    padding: 7px 18px;
    border-radius: 30px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #fff;
    background: linear-gradient(135deg, #7c6aff, #5b82ff);
    margin-bottom: 14px;
    box-shadow: 0 8px 20px rgba(91,130,255,0.4);
}
/* === WE CARRY FILTER CARD === */

.wc-filter-card {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
    overflow: hidden;
}

.wc-filter-header {
    background: linear-gradient(135deg, #6c63ff, #836bff);
    color: #fff;
    padding: 16px 20px;
    font-weight: 600;
    letter-spacing: .4px;
}

.wc-filter-body {
    padding: 20px;
}

.wc-filter-group {
    margin-bottom: 15px;
}

    .wc-filter-group label {
        font-size: 13px;
        font-weight: 600;
        margin-bottom: 4px;
        display: block;
        color: #333;
    }

    .wc-filter-group .form-control {
        border-radius: 10px;
        height: 42px;
        font-size: 14px;
    }

.wc-filter-button {
    width: 100%;
    background: linear-gradient(135deg, #6c63ff, #836bff);
    color: #fff;
    border: none;
    padding: 12px;
    border-radius: 12px;
    font-weight: 600;
    margin-top: 10px;
    transition: .2s;
}

    .wc-filter-button:hover {
        filter: brightness(1.05);
    }

/* Mobil uyum */
@media (max-width: 991px) {
    .wc-filter-card {
        margin-bottom: 20px;
    }
}
/* Açıklama ile filtre/ilan alanı arası boşluk (kesin çözüm) */
.card-area .container-fluid {
    margin-top: 32px !important;
}

.wc-filter-clear-btn {
    width: 100%;
    margin-top: 8px;
    background: linear-gradient(135deg, #f3f4ff, #e8e9ff);
    border: 1.5px solid #6c63ff;
    color: #4a46d3;
    padding: 10px;
    border-radius: 10px;
    font-weight: 600;
    font-size: 13px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    transition: all 0.25s ease;
}

    .wc-filter-clear-btn:hover {
        background: linear-gradient(135deg, #6c63ff, #5a54e8);
        color: white;
        transform: translateY(-1px);
        box-shadow: 0 5px 15px rgba(108,99,255,0.25);
    }

.page-link {
    padding: 6px 12px;
    border-radius: 8px;
    background: #f2f3ff;
    color: #4a46d3;
    text-decoration: none;
    cursor: pointer;
    font-weight: 600;
}

    .page-link:hover {
        background: #6c63ff;
        color: #fff;
    }

    .page-link.active {
        background: linear-gradient(135deg, #6c63ff, #5953e7);
        color: #fff;
        box-shadow: 0 3px 10px rgba(108,99,255,0.4);
        pointer-events: none;
    }
.info-box {
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 30px;
}

.info-content {
    flex-grow: 1;
}

.info__desc {
    min-height: 80px; /* Açıklamalar aynı hizaya gelsin */
}

.row.align-items-stretch > div {
    display: flex;
}
.section-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #6c63ff, #8f67ff);
    width: 80px;
    height: 80px;
    border-radius: 20px;
    color: white;
}
.toggle-btn {
    min-width: 110px;
    transition: 0.3s;
}
.card {
    border-radius: 12px;
}

.btn-warning {
    font-weight: bold;
}

img {
    border-radius: 10px;
}
.card {
    min-height: 430px;
}

.card-body {
    display: flex;
    flex-direction: column;
}

.description-text {
    max-height: 60px;
    overflow: hidden;
}
/* PREMIUM HOW IT WORKS */
.how-premium {
    background: linear-gradient(135deg, #12192f, #1e2a55);
    color: white;
    position: relative;
    overflow: hidden;
}

    .how-premium::before {
        content: "";
        position: absolute;
        width: 400px;
        height: 400px;
        background: rgba(0, 153, 255, 0.15);
        border-radius: 50%;
        top: -100px;
        right: -100px;
        filter: blur(100px);
    }

.premium-box {
    background: rgba(255, 255, 255, 0.08);
    border-radius: 18px;
    padding: 30px 20px;
    height: 100%;
    transition: all 0.3s ease;
    border: 1px solid rgba(255,255,255,0.1);
}

    .premium-box:hover {
        transform: translateY(-10px) scale(1.03);
        background: rgba(255,255,255,0.12);
        box-shadow: 0 25px 50px rgba(0,0,0,0.4);
    }

.icon-circle {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #00c6ff, #0072ff);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    color: white;
    font-size: 30px;
    box-shadow: 0 10px 25px rgba(0,114,255,0.5);
}

.premium-box h5 {
    margin-top: 15px;
    font-weight: 700;
}

.premium-box p {
    font-size: 14px;
    color: #ddd;
}
.premium-box:hover .icon-circle {
    box-shadow: 0 0 25px rgba(0,198,255,0.9), 0 0 50px rgba(0,114,255,0.6);
}

/* ANASAYFAYA UYUMLU YUMUŞATMA */

.how-premium {
    background: linear-gradient(135deg, #1f2a44, #2b3b62);
}

.icon-circle {
    background: linear-gradient(135deg, #5c7cfa, #748ffc);
    box-shadow: none;
}

.premium-box {
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.08);
}

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

        .premium-box:hover .icon-circle {
            box-shadow: none;
        }

.how-premium .sec__title {
    letter-spacing: 0.3px;
    font-weight: 600;
}

.how-premium .sec__desc {
    opacity: 0.9;
}

.how-premium .theme-btn {
    background: linear-gradient(135deg, #6c63ff, #7569ff);
}
/* ==============================
   ABOUT IMAGE — SADE VE UYUMLU
================================ */

/* Kolon boşluklarını sıfırla */
.about-image-wrapper {
    padding: 0 !important;
    margin: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Görsel sarmalayıcı */
.about-hero-img {
    padding: 0 !important;
    margin: 0 !important;
}

    /* Görsel */
    .about-hero-img img {
        width: 450px;
        max-width: 100%;
        height: auto;
        border-radius: 12px;
        display: block;
        transition: transform .2s ease, box-shadow .2s ease;
    }

        /* Hover efekti */
        .about-hero-img img:hover {
            transform: scale(1.06);
            box-shadow: 0 12px 25px rgba(0,0,0,0.15);
        }

/* Gereksiz container padding’i kır */
.about-area .container {
    padding-left: 30px;
    padding-right: 30px;
}

/* Yukarı aşağı aşırı boşlukları azalt */
.about-area {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
}

    /* Row boşluk şişmesini engelle */
    .about-area .row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
/* ==============================
   MISSION IMAGE — SAĞLAM VE SADE
================================ */

/* Bootstrap grid bozulmaz */
.about-image-wrapper {
    overflow: hidden;
    text-align: center;
}

/* Sadece resmi kontrol ediyoruz */
.mission-img {
    width: 650px; /* 👈 BURADAN BOYUT DEĞİŞTİR */
    max-width: 100%;
    height: auto;
    transition: transform 0.25s ease;
    transform-origin: center center;
    display: inline-block;
}

    /* Hover → SADECE RESİM BÜYÜR */
    .mission-img:hover {
        transform: scale(1.06);
    }
.icon-box {
    background: #fff;
    padding: 35px 25px;
    border-radius: 14px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.06);
    transition: all .3s ease;
    height: 100%;
}

    .icon-box:hover {
        transform: translateY(-6px);
        box-shadow: 0 18px 35px rgba(0,0,0,0.12);
    }

.icon-element {
    width: 70px;
    height: 70px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
    color: #fff;
    margin: 0 auto 20px auto;
}

.bg-1 {
    background: linear-gradient(135deg,#2855FF,#5AB0FF);
}

.bg-2 {
    background: linear-gradient(135deg,#FF7518,#FF9F43);
}

.bg-3 {
    background: linear-gradient(135deg,#1ECF78,#45E69F);
}

.bg-4 {
    background: linear-gradient(135deg,#6C63FF,#8D87FF);
}

.bg-5 {
    background: linear-gradient(135deg,#00A8E8,#00D1FF);
}

.bg-6 {
    background: linear-gradient(135deg,#FF4F81,#FF759B);
}

.icon-box .title {
    font-weight: 700;
    font-size: 20px;
}

.icon-box .description {
    font-size: 14.7px;
    margin-top: 10px;
    line-height: 1.6;
}
/* --- SERVICES SECTION --- */
.service-area {
    padding: 90px 0 120px 0;
}

.section-heading .sec__title {
    font-size: 34px;
    font-weight: 800;
    margin-bottom: 10px;
}

.section-heading .sec__desc {
    max-width: 600px;
    margin: 0 auto;
    font-size: 15.6px;
    color: #555;
}

.icon-box {
    background: #ffffff;
    padding: 35px 28px;
    border-radius: 18px;
    box-shadow: 0 12px 28px rgba(0,0,0,0.08);
    transition: all .25s ease;
    height: 100%;
}

    .icon-box:hover {
        transform: translateY(-6px);
        box-shadow: 0 18px 38px rgba(0,0,0,0.12);
    }

.icon-element {
    width: 70px;
    height: 70px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    color: #fff;
    margin: 0 auto 20px auto;
}

/* Gradient icon backgrounds */
.bg-1 {
    background: linear-gradient(135deg,#2855FF,#5AB0FF);
}

.bg-2 {
    background: linear-gradient(135deg,#FF7518,#FF9F43);
}

.bg-3 {
    background: linear-gradient(135deg,#1ECF78,#45E69F);
}

.bg-4 {
    background: linear-gradient(135deg,#6C63FF,#8D87FF);
}

.bg-5 {
    background: linear-gradient(135deg,#00A8E8,#00D1FF);
}

.bg-6 {
    background: linear-gradient(135deg,#FF4F81,#FF759B);
}

.icon-box .title {
    font-weight: 700;
    font-size: 20px;
    color: #1f1f1f;
}

.icon-box .description {
    font-size: 14.7px;
    margin-top: 10px;
    line-height: 1.6;
    color: #666;
}

/* --- RESPONSIVE FIXES --- */
@media(max-width: 992px) {
    .icon-box {
        margin-bottom: 35px;
        padding: 28px 22px;
    }

    .icon-element {
        width: 60px;
        height: 60px;
        font-size: 30px;
    }
}

@media(max-width: 576px) {
    .section-heading .sec__title {
        font-size: 28px;
    }

    .section-heading .sec__desc {
        font-size: 14px;
    }

    .icon-box {
        padding: 24px 18px;
    }

    .icon-element {
        width: 55px;
        height: 55px;
        font-size: 26px;
    }
}
/* --- HOW IT WORKS SECTION --- */

.how-box {
    background: #fff;
    padding: 40px 30px;
    border-radius: 18px;
    box-shadow: 0 12px 28px rgba(0,0,0,0.08);
    transition: all .25s ease;
    height: 100%;
    text-align: center;
}

    .how-box:hover {
        transform: translateY(-6px);
        box-shadow: 0 18px 38px rgba(0,0,0,0.12);
    }

.how-icon {
    width: 80px;
    height: 80px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 38px;
    color: #fff;
    margin: 0 auto 20px auto;
}

.bg-h1 {
    background: linear-gradient(135deg,#2855FF,#5AB0FF);
}

.bg-h2 {
    background: linear-gradient(135deg,#FF7518,#FF9F43);
}

.bg-h3 {
    background: linear-gradient(135deg,#1ECF78,#45E69F);
}

.how-title {
    font-weight: 700;
    font-size: 20px;
}

.how-desc {
    font-size: 15px;
    margin-top: 10px;
    color: #666;
    line-height: 1.6;
}

/* Mobile fixes */
@media(max-width: 576px) {
    .how-box {
        padding: 28px 20px;
    }

    .how-icon {
        width: 65px;
        height: 65px;
        font-size: 30px;
    }
}
html {
    scroll-behavior: smooth;
}
/* --- Stats Section --- */
.stat-box {
    background: #fff;
    padding: 40px 25px;
    border-radius: 18px;
    box-shadow: 0 12px 28px rgba(0,0,0,0.08);
    transition: all .25s ease;
}

    .stat-box:hover {
        transform: translateY(-6px);
        box-shadow: 0 18px 38px rgba(0,0,0,0.12);
    }

.stat-icon {
    width: 80px;
    height: 80px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    color: #fff;
    margin: 0 auto 20px auto;
}

/* Gradient backgrounds */
.bg-s1 {
    background: linear-gradient(135deg,#2855FF,#5AB0FF);
}

.bg-s2 {
    background: linear-gradient(135deg,#FF7518,#FF9F43);
}

.bg-s3 {
    background: linear-gradient(135deg,#1ECF78,#45E69F);
}

.bg-s4 {
    background: linear-gradient(135deg,#6C63FF,#8D87FF);
}

.stat-number {
    font-size: 38px;
    font-weight: 800;
    color: #1F2745;
    margin-bottom: 5px;
}

.stat-title {
    font-size: 15px;
    color: #666;
}

/* MOBILE */
@media(max-width: 576px) {
    .stat-box {
        padding: 30px 15px;
    }

    .stat-number {
        font-size: 30px;
    }

    .stat-icon {
        width: 65px;
        height: 65px;
        font-size: 28px;
    }
}
.rating-stars {
    font-size: 18px;
    color: #FFD700;
}

.testimonial-item {
    padding: 10px;
}

.testi-comment {
    border-radius: 14px;
    padding: 22px;
    background: #fff;
    box-shadow: 0 12px 25px rgba(0,0,0,0.06);
}

.testi-content {
    margin-top: 20px;
}

.testi__img {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #fff;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}
.menu-full-width .logo img {
    height: 65px !important;
    width: auto !important;
    max-width: none !important;
    object-fit: contain;
}

.stars span {
    font-size: 30px;
    margin: 0 5px;
    cursor: pointer;
    color: #ddd;
}

    .stars span.active {
        color: #ffb703;
    }

/* Logo içindeki ilan ekle butonu masaüstünde gizli */
.logo .add-listing-btn-hide {
    display: none !important;
}

/* Mobilde göster */
@media (max-width: 991px) {
    .logo .add-listing-btn-hide {
        display: inline-flex !important;
    }

    /* nav-right-content mobilde gizli */
    .nav-right-content {
        display: none !important;
    }
}
@media (max-width: 991px) {
    .logo .add-listing-btn-hide i {
        font-size: 16px !important; /* ikon küçülür, deforme olmaz */
        line-height: 1 !important;
        margin-right: 4px !important;
        display: inline-block;
        vertical-align: middle;
    }

    .logo .add-listing-btn-hide {
        padding: 6px 10px !important; /* buton dar alana oturur */
        font-size: 14px !important;
    }
}
/* ===============================
   MOBILE HEADER OFFSET FIX
================================ */
@media (max-width: 991.98px) {
    main {
        padding-top: 100px;
    }
}
/* Footer background dekoratif yuvarlakları kapat */
.footer-area .circle-bg {
    display: none;
}
/* Metin kontrast düzeltmeleri */
body, p {
    color: #222222;
}

.home-description,
.info__desc {
    color: #333333;
}

/* Badge kontrast */
.badge.bg-warning {
    background-color: #ffcd39 !important;
    color: #000000 !important;
    font-weight: bold;
}

/* Form alanı kontrast */
input, select, button {
    color: #222222;
}

    input::placeholder,
    textarea::placeholder {
        color: #666666;
    }

/* Buton kontrastı */
.theme-btn {
    color: #ffffff;
    background-color: #0d6efd; /* koyu mavi */
}
/* === Kontrast İyileştirmeleri === */
body {
    color: #3a4358; /* lacivert — göz dostu */
}

p, span, li {
    color: #4c5a78;
}


.info__desc,
.testi__desc,
.testi__meta,
.info-box p,
.info-content p {
    color: #2b2b2b !important;
}

.badge.bg-warning {
    background-color: #ffcd39 !important;
    color: #000 !important;
    font-weight: 600;
}
/* HERO Kontrast Fix */
.hero-heading h1,
.hero-heading .sec__title {
    color: #fff !important;
}

.hero-heading .sec__desc {
    color: #e4ecff !important;
}

.feature-box h3 {
    color: #f8fbff !important;
}

.feature-box p {
    color: #dbe6ff !important;
}
@font-face {
    font-family: 'Be Vietnam';
    src: url('/fonts/bevietnam/BeVietnamPro-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Be Vietnam';
    src: url('/fonts/bevietnam/BeVietnamPro-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Be Vietnam';
    src: url('/fonts/bevietnam/BeVietnamPro-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Be Vietnam';
    src: url('/fonts/bevietnam/BeVietnamPro-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
/* --- HERO STABIL --- */
.hero-wrapper {
    position: relative;
    min-height: 900px;
    overflow: hidden;
}
/* --- HERO | MOBILE OPTIMIZE --- */
@media (max-width: 991px) {
    .hero-wrapper {
        min-height: 600px;
    }
}

@media (max-width: 575px) {
    .hero-wrapper {
        min-height: 480px;
    }
}
#fullscreen-slide-container,
#fullscreen-slide-container .slides-container,
#fullscreen-slide-container li {
    aspect-ratio: 16/9;
}

    #fullscreen-slide-container img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
