/*========== Template
  * Project: Prodrive
  * Version: 1.0
  * Author: CreativeLayers
  * Author URI: http://themeforest.net/user/CreativeLayers
==========*/

/*========== Import ==========*/
@import url("font-awesome.css");
@import url("ionicons.css");
@import url("owl.carousel.css");
@import url("shortcodes.css");
@import url("pe-icon-7-stroke.css");
@import url("waves.min.css");
@import url("animate.css");
@import url('https://fonts.googleapis.com/css?family=Dosis:200,300,400,500,600,700,800');

/*==========
  1.  Reset
  2.  Style Patterns
  3.  Header
  4.  Page Title
  5.  Menu Left
  6.  Banner
  7.  Footer
  8.  Mobile Menu
  9.  Main Post
  10. Main Single
  11. Navigation Single
  12. Comment Single
  13. Preload
==========*/

/*========== Reset ==========*/
html {
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
caption,
canvas,
center,
cite,
code,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
form,
footer,
header,
hgroup,
h1,
h2,
h3,
h4,
h5,
h6,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
tt,
table,
tbody,
textarea,
tfoot,
thead,
time,
tr,
th,
td,
u,
ul,
var,
video {
    font-family: inherit;
    font-size: 100%;
    font-weight: inherit;
    font-style: inherit;
    vertical-align: baseline;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    quotes: none;
}

figure {
    margin: 0;
}

:focus {
    outline: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
}

legend {
    white-space: normal;
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    max-width: 100%;
    vertical-align: baseline;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

button,
input {
    line-height: normal;
}

input,
textarea {
    background-image: -webkit-linear-gradient(hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0));
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    line-height: 1;
    cursor: pointer;
    -webkit-appearance: button;
    border: none;
}

input[type="checkbox"],
input[type="radio"] {
    padding: 0;
}

input[type="search"] {
    -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    display: inline-block;
    border-radius: 4px;
    border: 1px solid #1e1e1e;
    padding: 0px 30px 0 30px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    color: #ffffff;
    background: #1e1e1e;
    font-family: "Dosis", sans-serif;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
input[type="email"] {
    position: relative;
    display: block;
    font-family: 'Dosis';
    width: 100%;
    padding: 8px 15px 8px 16px;
    color: #969696;
    border: 1px solid #d7d2bd;
    height: 50px;
    border-radius: 4px;
    background-color: transparent;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

textarea {
    height: 140px;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
    border: 1px solid #1e1e1e;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

textarea:-moz-placeholder,
textarea::-moz-placeholder,
input:-moz-placeholder,
input::-moz-placeholder {
    color: #969696;
    opacity: 1;
}

input:-ms-input-placeholder {
    color: #969696;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
    color: #969696;
    opacity: 1;
}

select,
textarea,
input[type="text"],
input[type="submit"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    color: #1e1e1e;
}

blockquote {
    position: relative;
    padding: 20px 55px 13px 97px;
    border: 1px solid #ebe9dc;
    border-radius: 4px;
    margin-bottom: 22px;
}

blockquote>span {
    position: absolute;
    top: 42px;
    left: 12px;
    line-height: 50px;
    font-style: italic;
    font-size: 120px;
    color: #1e1e1e;
}

blockquote p {
    font-style: italic;
    color: #1e1e1e;
    line-height: 24px;
    margin-bottom: 7px;
}

blockquote .author span {
    font-style: italic;
}

select::-ms-expand {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Dosis', sans-serif;
    font-weight: 400;
    line-height: 42px;
    color: #1e1e1e;
}

h1 {
    font-size: 40px;
}

h2 {
    font-size: 32px;
}

h3 {
    font-size: 25px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

/*========== Style Patterns ==========*/
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-size: 16px;
    font-weight: 400;
    background-color: #fff;
    font-family: 'Rubik', 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #000000;
    line-height: 1.6;
}

html, body {
    overflow-x: hidden;
    max-width: 100%;
  }

  * {
    box-sizing: border-box;
  }

a {
    text-decoration: none;
    color: #1e1e1e;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a:hover,
a:focus {
    color: #f28b00;
    text-decoration: none;
    outline: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

ul,
ol {
    padding: 0;
}

img {
    max-width: 100%;
    height: auto;
}

b,
strong {
    font-weight: 900;
}

button,
button:hover {
    border: none;
}

button:focus {
    outline: none;
}

.animated {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


.container {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}

@media (max-width: 768px) {
    .container {
      width: 100% !important;
      padding-left: 15px;
      padding-right: 15px;
    }
  }

.clearfix {
    clear: both;
}

.left {
    text-align: left;
}

.center {
    text-align: center;
}

#logo {
    display: inline-block;
}

.box-right {
    float: right;
}

.box-right .login a {
    color: #ffffff;
}

.box-right .login a:hover {
    color: #bf9c60;
}

/*========== Header ==========*/
#header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    border-top: 6px solid #d7d2bd;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#header.header-01.ver-1 {
    position: relative;
    background: #1e1e1e;
    padding: 25px 48px 25px 70px;
}

#logo {
    display: inline-block;
}

.box-right {
    float: right;
}

.box-right .login a {
    color: #ffffff;
}

/*========== Page Title ==========*/
.top-title {
    background: url('../images/template/page-title.jpg') no-repeat top center;
    height: 300px;
    position: relative;
    background-size: cover;
    background-position: 50% 20%;
}



.top-title.ver-1 {
    background: url('https://sublimenchauffeur.syd1.digitaloceanspaces.com/assets/frontend/images/template/services-single.jpg') no-repeat top center;
    height: auto; /* Remove fixed height */
    min-height: 394px; /* Set minimum height */
    position: relative;
    background-size: cover;
}

@media (max-width: 768px) {
    .top-title.ver-1 {
        background-size: contain; /* Ensures full image fits */
        min-height: 300px; /* Reduce height */
        background-position: center top; /* Align correctly */
    }
}

.top-title .top-page {
    position: absolute;
    bottom: 45px;
    left: -2px;
    width: 100%;
}

.top-title .top-page .top-page-heading h1 {
    color: #fff;
    font-weight: 400;
    margin-bottom: 25px;
}

.top-title .top-page .top-page-heading p {
    color: #fff;
    font-size: 18px;
}

.top-title .breadcrumbs {
    position: absolute;
    right: 2px;
    bottom: 107px;
    width: 100%;
}

.top-title .breadcrumbs ul {
    text-align: right;
}

.top-title .breadcrumbs ul li {
    display: inline-block;
}

.top-title .breadcrumbs li {
    color: #c5c5c5;
    font-size: 18px;
}

.top-title .breadcrumbs li a {
    color: #969696;
    font-size: 18px;
}

.top-title .breadcrumbs li a:hover {
    color: #bf9c60;
}

.header-01 .navigation {
    display: inline-block;
    width: 40%;
    padding-top: 23px;
}

.header-01 .onclick {
    position: relative;
    height: 30px;
    width: 40px;
    float: left;
    top: 10px;
    cursor: pointer;
}

.header-01 .logo-pro {
    position: absolute;
    top: 25px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.main-menu {
    position: relative;
}

.main-menu .logo-pro-menu {
    text-align: center;
}

.main-menu .menu>li {
    display: block;
    padding: 0;
    margin-bottom: 15px;
}

.main-menu .menu>li>span {
    color: #969696;
    font-size: 40px;
    display: block;
    position: relative;
    line-height: 1;
    padding-left: 21px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.main-menu .menu>li>span:before {
    content: '';
    position: absolute;
    height: 30px;
    width: 1px;
    top: 6px;
    left: -1px;
    opacity: 0;
    background-color: #fff;
}

.main-menu .menu>li>span:hover:before,
.main-menu .menu>li>span.active:before {
    left: 0;
    opacity: 1;
}

.main-menu .menu li>span:hover,
.main-menu .menu li>span.active {
    color: #fff;
}

.header-01 .box-right .search {
    border-right: 1px solid #fff;
    padding-right: 28px;
}

.form-search #submit i {
    font-size: 48px;
    position: absolute;
    color: #2d2d2d;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.header-01 .box-right .login {
    border: 0;
}

.fix_headerbk {
    background: #1e1e1e;
}

.mht {
    margin-top: 90px;
}

.header-02 {
    padding-top: 10px;
    text-align: right;
}

.header-02 .box-right .login {
    margin-right: 24px;
}

.header-02 #logo {
    float: left;
    display: inline-block;
    padding-top: 5px;
}

.header-02 .navigation {
    display: inline-block;
    vertical-align: middle;
    text-align: right;
    padding-right: 14px;
}

.navigation .menu>li>a {
    font-size: 20px;
    line-height: 45px;
    color: #fff;
    -webkit-transition: all 0.3 ease-in-out;
    -moz-transition: all 0.3 ease-in-out;
    -ms-transition: all 0.3 ease-in-out;
    -o-transition: all 0.3 ease-in-out;
    transition: all 0.3 ease-in-out;
}

.box-right .login,
.box-right .search {
    display: inline-block;
    vertical-align: middle;
}

.box-right .login,
.box-right .search i {
    vertical-align: middle;
}

.box-right .login {
    border: 1px solid #fff;
    padding: 7px 26px 7px 26px;
    border-radius: 3px;
    -webkit-transition: all 0.3 ease-in-out;
    -moz-transition: all 0.3 ease-in-out;
    -ms-transition: all 0.3 ease-in-out;
    -o-transition: all 0.3 ease-in-out;
    transition: all 0.3 ease-in-out;
}

.box-right .view_search {
    display: block;
}

.box-right .view_search i {
    font-size: 33px;
    color: #fff;
}

.box-right .form-search {
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    display: none;
    background-color: #1e1e1e;
    padding: 15px 150px;
}

.box-right .form-search.active {
    -webkit-animation: fadeInUp 0.4s both;
    -moz-animation: fadeInUp 0.4s both;
    -o-animation: fadeInUp 0.4s both;
    animation: fadeInUp 0.4s both;
    display: block;
    top: 0px;
}

.box-right .form-search input {
    width: 100%;
    color: #969696;
    padding-left: 0px;
}

.box-right .form-search .action-text {
    border: 0;
    display: inline-block;
    width: calc(100% - 100px);
}

.close-fixed {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.box-right .form-search #submit {
    background: transparent;
    width: 40px;
    float: left;
    height: 47px;
    margin-right: 20px;
}

.box-right .form-search .close_x {
    float: right;
    cursor: pointer;
}

.navigation .menu li a:hover {
    color: #d7d2bd;
}

.box-right .search {
    line-height: 45px;
}

.header-02 .box-right {
    float: right;
}

.box-right .login a {
    color: #ffffff;
}

#header.header-03 {
    padding-top: 27px;
    background-color: #f5f5f5;
    border-top: 0;
}

.header-03 .logo-pro {
    text-align: center;
}

.header-03 .navigation {
    float: left;
    position: relative;
    top: 5px;
}

.header-03 .onclick {
    position: relative;
    text-indent: 65px;
    cursor: pointer;
    width: 40px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    float: left;
    color: #1e1e1e;
    top: 3px;
}

.header-03 .info-contact {
    display: inline-block;
    vertical-align: middle;
    margin-left: 83px;
    float: left;
}

.header-03 .info-contact li {
    display: inline-block;
    vertical-align: middle;
    color: #969696;
    border-left: 1px solid #c5c5c5;
    padding: 0 23px;
    position: relative;
}

.header-03 .info-contact li.vehicle {
    cursor: pointer;
    width: 100px;
}

.header-03 .info-contact .vehicle.active {
    text-indent: -9999px;
}

.header-03 .info-contact .vehicle.active:before {
    content: "\f404";
    font-family: 'ionicons';
    position: absolute;
    font-size: 50px;
    color: #1e1e1e;
    text-indent: 0;
    left: 50%;
    transform: translateX(-50%);
}

.header-03 .info-contact li:last-child {
    margin-left: -4px;
}

.header-03 .onclick span,
.header-01 .onclick span {
    width: 40px;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 15px;
    left: 0;
}

.header-03 .onclick:before,
.header-03 .onclick:after,
.header-01 .onclick:before,
.header-01 .onclick:after {
    content: "";
    height: 1px;
    background: #fff;
    position: absolute;
    left: 0;
}

.header-03 .onclick:before,
.header-01 .onclick:before {
    width: 40px;
    top: 4px;
}

.header-03 .onclick:before {
    background: #1e1e1e;
}

.header-03 .onclick:after,
.header-01 .onclick:after {
    width: 35px;
    bottom: 4px;
}

.header-03 .onclick:after {
    background: #1e1e1e;
}

.header-03 .onclick span {
    background: #1e1e1e;
}

.main-menu .close_x {
    cursor: pointer;
    color: #fff;
}

.header-03 .navigation,
.header-01 .navigation {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.9);
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.header-03 .navigation.active,
.header-01 .navigation.active {
    z-index: 9999999;
    visibility: visible;
    opacity: 1
}

.header-03 .main-menu,
.header-01 .main-menu {
    position: fixed;
    padding-top: 30px;
    height: 100%;
    background: #1e1e1e;
    left: 0;
    top: 0;
    padding-left: 74px;
    padding-bottom: 50px;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    -webkit-animation: fadeInLeft 0.4s both;
    -moz-animation: fadeInLeft 0.4s both;
    -o-animation: fadeInLeft 0.4s both;
    animation: fadeInLeft 0.4s both;
    overflow-y: scroll;
    width: 720px;
    max-width: 100%;
    -webkit-transition: all 0.3 ease-in-out;
    -moz-transition: all 0.3 ease-in-out;
    -ms-transition: all 0.3 ease-in-out;
    -o-transition: all 0.3 ease-in-out;
    transition: all 0.3 ease-in-out;
}

.header-03 .main-menu>ul>li,
.header-01 .main-menu>ul>li {
    margin-bottom: 20px;
}

.header-03 .main-menu .menu,
.header-01 .main-menu .menu {
    margin-top: 110px;
}

.main-menu.active {
    opacity: 1;
    visibility: visible;
    margin-left: 0px;
    -webkit-animation: fadeInLeft 0.4s both;
    -moz-animation: fadeInLeft 0.4s both;
    -o-animation: fadeInLeft 0.4s both;
    animation: fadeInLeft 0.4s both;
}

#main-menu::-webkit-scrollbar {
    width: 4px;
    background-color: #1e1e1e;
}

#main-menu::-webkit-scrollbar-thumb {
    background-color: rgba(215, 210, 189, 0.9);
    cursor: pointer;
    border-radius: 4px;
}

.main-menu .has-dropdown {
    position: relative;
}

.main-menu>ul>li {
    display: block;
    padding: 0;
    line-height: 40px;
}

.main-menu>ul>li>a {
    color: #1e1e1e;
}

.main-menu .button {
    margin-top: 100px;
    margin-bottom: 53px;
    box-shadow: none !important;
}

.main-menu .button a {
    display: inline-block;
    position: relative;
    line-height: 50px;
    height: 50px;
    color: #d7d2bd;
    font-size: 16px;
    border: 1px solid #d7d2bd;
    border-radius: 4px;
    padding: 0 60px 0 32px;
}

.main-menu .button a:hover {
    background-color: #d7d2bd;
    color: #1e1e1e;
}

.main-menu .button a:before {
    content: "\f3d6";
    position: absolute;
    font-family: 'ionicons';
    top: 0;
    right: 30px;
    font-size: 26px;
}

.main-menu .button a.quote {
    margin-right: 30px;
}

.header-03 .box-right {
    text-align: right;
    float: right;
    position: relative;
    top: -3px;
}

.header-03 .box-right .login,
.header-03 .box-right .quocte-booking {
    display: inline-block;
    vertical-align: middle;
}

.header-03 .box-right .login {
    margin-right: 6px;
    border: 0;
}

.header-03 .box-right .login a {
    color: #969696;
}

.header-03 .box-right .login a:hover {
    color: #bf9c60;
}

.header-03 .box-right .quocte-booking li {
    display: inline-block;
    vertical-align: baseline;
}

.header-03 .box-right .quocte-booking li:first-child a {
    border: 1px solid #bf9c60;
    color: #bf9c60;
    border-radius: 3px;
    margin-right: 21px;
    padding: 13px 46px 13px 46px;
}

.header-03 .box-right .quocte-booking li:last-child a {
    border: 1px solid #1e1e1e;
    border-radius: 3px;
    background: #1e1e1e;
    padding: 13px 36px 13px 36px;
    color: #d7d2bd;
}

.header-03 .box-right .quocte-booking li a:hover {
    background-color: #bf9c60;
    color: #fff;
    border-color: #bf9c60;
}

.header-01 .menu .has-dropdown .menu-dropdown,
.header-03 .menu .has-dropdown .menu-dropdown {
    opacity: 1;
    visibility: visible;
    display: none;
    position: relative;
    padding-left: 21px;
    padding-top: 18px;
}

.menu-dropdown li {
    line-height: 32px;
}

.menu-dropdown li a {
    color: #969696;
    font-size: 14px;
    display: block;
    cursor: pointer;
}

.menu-dropdown li a:hover {
    color: #fff
}

#header.header-04 {
    line-height: 35px;
    border-top: 0;
}

.header-04 .main-menu .menu>li {
    margin-bottom: 0;
}

.header-04 .top-header,
.header-05 .top-header {
    background-color: #1e1e1e;
}

.header-04 .navigation .menu>li>a {
    font-weight: 500;
    font-size: 18px;
    line-height: 70px;
    text-transform: uppercase;
}

.header-04 .top-header .right-content {
    padding-right: 35px;
}

.header-04 .bottom-header {
    background: rgba(30, 30, 30, 0.9);
    position: absolute;
    z-index: 9;
    width: 100%;
}

.header-04 .login a {
    color: #969696;
}

.header-04 .login a:hover {
    color: #bf9c60;
}

.header-04 .logo-pro {
    float: left;
    padding-top: 14px;
}

.header-04 .navigation {
    display: inline-block;
    vertical-align: middle;
}

.header-04 .box-right {
    line-height: 68px;
}

.header-04 .box-right .search {
    line-height: inherit;
}

.header-04 .box-right .form-search {
    line-height: 1;
}

.header-04 .box-right .view_search i {
    font-size: 26px;
}

.header-04 .top-header .left-content ul li,
.header-05 .top-header .left-content ul li {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    line-height: 30px;
    color: #969696;
    padding-right: 46px;
}

.header-04 .top-header .left-content ul li:last-child,
.header-05 .top-header .left-content ul li:last-child {
    padding-right: 0;
}

.header-04 .top-header .left-content ul li img,
.header-05 .top-header .left-content ul li img {
    padding-right: 10px;
    vertical-align: middle;
    position: relative;
    top: -2px;
}

.header-04 .top-header .right-content,
.header-05 .top-header .right-content {
    text-align: right;
}

.header-04 .top-header .right-content .login,
.header-04 .top-header .right-content .tr-w {
    display: inline-block;
    vertical-align: middle;
}

.tr-drop {
    font-family: Dosis;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #969696;
    padding-left: 15px;
    margin-left: 12px;
    border-left: 1px solid #383838;
    position: relative;
}

.tr-drop:after {
    content: "";
    border: solid 4px transparent;
    border-top: solid 4px #969696;
    position: absolute;
    top: 65%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -18px;
}

.tr-w img {
    position: relative;
    top: -1px;
    padding-right: 9px;
}

/*========== Menu Left ==========*/
.top-menuleft:not(.no_bo) {
    position: relative;
    min-height: 12px;
    padding-right: 73px;
}

.top-menuleft.no_bo {
    display: inline-block;
    vertical-align: middle;
}

.top-menuleft.no_bo .x_language {
    border: 0;
    margin-top: 0px;
}

.header-01 .top-menuleft .x_close,
.header-03 .top-menuleft .x_close {
    float: left;
    position: relative;
    top: -2px;
}

.top-menuleft .x_language {
    float: right;
    min-width: 80px;
    border: 1px solid #d7d2bd;
    border-radius: 4px;
    line-height: 26px;
    height: 26px;
    margin-top: 7px;
    vertical-align: middle;
    padding: 5px 0px 5px 10px;
    position: relative;
}

.top-menuleft .x_language:after {
    content: "";
    border: solid 5px transparent;
    border-top: solid 5px #d7d2bd;
    position: absolute;
    right: 5px;
    top: 45%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.top-menuleft .x_language #languages {
    border: 0;
    color: #d7d2bd;
    padding: 0 10px;
    max-width: 50px;
    line-height: 1;
    height: 14px;
    font-size: 13px;
}

.top-menuleft .x_language #languages option {
    background: #1c1c1c;
}

.top-menuleft .x_language img {
    float: left;
    margin-top: 2px;
}

.top-menuleft.no_bo {
    margin-left: 18px;
}

.top-menuleft.no_bo .x_language #languages {
    font-size: 15px;
    color: #969696;
}

.top-menuleft.no_bo .x_language:after {
    border-top: solid 5px #969696;
}

.header-01 .top-menuleft .x_logo,
.header-03 .top-menuleft .x_logo {
    position: absolute;
    top: 50%;
    left: 43%;
    margin-top: 8px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#header.header-05 {
    padding-left: 36px;
    padding-right: 33px;
    border-top: 0;
}

.header-05 .navigation .menu>li>a {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 18px;
}

.header-05 .top-header {
    line-height: 50px;
}

.header-05 .top-header .login,
.header-05 .top-header .tr-w,
.header-05 .top-header .box-right {
    display: inline-block;
    vertical-align: middle;
}

.header-05 .top-header .login a {
    color: #969696;
}

.header-05 .top-header .login a:hover {
    color: #bf9c60;
}

.header-05 .tr-drop {
    border-left: 0;
}

.header-05 .box-right {
    padding-left: 18px;
}

.header-05 .view_search i {
    font-size: 23px;
    vertical-align: text-bottom;
}

.header-05 .tr-w {
    margin-right: 20px;
}

.header-05 .bottom-header {
    position: absolute;
    width: 100%;
    z-index: 9;
    left: 0;
    text-align: center;
}

.header-05 .main-menu>ul>li:not(.logo-pro_text):hover>a {
    background: #eeead7;
    border-radius: 3px;
    color: #1e1e1e;
}

.header-05 .main-menu ul .logo-pro_text {
    background: #1e1e1e;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding-top: 29px;
    padding-bottom: 22px;
    padding-left: 30px;
    padding-right: 30px;
}

.header-05 .main-menu ul .logo-pro_text a {
    font-family: LOBSTER TWO;
    font-size: 45px;
    line-height: 45px;
    text-transform: capitalize;
}




.calendar,
.time-open,
.book-adress {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: calc(100% + 0px);
    z-index: 100000;
    opacity: 0;
    border-top: 6px solid #d7d2bd;
    visibility: hidden;
    background-color: rgba(30, 30, 30, 0.95);
}

.calendar.open,
.time-open.open,
.book-adress.open {
    opacity: 1;
    visibility: visible;
}

.calendar.open .logo-calendar,
.time-open.open .logo-calendar {
    margin-bottom: 215px;
    margin-top: 20px;
}

.book-adress.open .logo-calendar {
    margin-top: 20px;
    margin-bottom: 205px;
}

.calendar .close,
.time-open .close,
.book-adress .close {
    position: absolute;
    top: 70px;
    right: 70px;
    cursor: pointer;
}

.calendar .logo-pro-calendar,
.time-open .logo-pro-calendar,
.book-adress .logo-pro-calendar {
    padding-top: 20px;
    margin-bottom: 180px;
}

.calendar .title h2 {
    color: #d7d2bd;
    font-size: 30px;
    margin-bottom: 50px;
}

.time-open .title {
    max-width: 660px;
    margin: 0 auto;
    margin-bottom: 56px;
}

.time-open .title h2 {
    font-size: 30px;
    line-height: 48px;
    color: #d7d2bd;
    margin-bottom: 13px;
}

.time-open .title p {
    font-size: 18px;
    line-height: 30px;
    color: #787878;
}

.form-address .search-address {
    position: relative;
}

.form-address .waves-effect {
    position: absolute;
    top: 18px;
    right: 20px;
    background: #161616;
}

.form-address .search-address {
    position: relative;
}

.form-address .waves-effect {
    position: absolute;
    top: 18px;
    right: 20px;
    background: #161616;
}

.form-address .list-address {
    margin-top: 45px;
    display: none;
}

.form-address .list-address.active {
    display: block;
    -webkit-animation: fadeInUp 0.4s both;
    -moz-animation: fadeInUp 0.4s both;
    -o-animation: fadeInUp 0.4s both;
    animation: fadeInUp 0.4s both;
}

.form-address .list-address li a {
    font-size: 20px;
    line-height: 40px;
    color: #7d7d7d;
}

.form-address .list-address li:first-child {
    margin-bottom: 24px;
}

.form-address .list-address li:first-child a {
    font-size: 25px;
    color: #ebe9dc;
}

.form-address .list-address li a:hover {
    color: #fff;
    margin-left: 5px;
}

.search-address .ui-helper-hidden-accessible {
    display: none;
}

.ui-autocomplete {
    padding-top: 45px;
    z-index: 9999 !important;
}

.ui-autocomplete li .ui-corner-all {
    font-size: 20px;
    line-height: 40px;
    color: #7d7d7d;
}

.ui-autocomplete li:first-child {
    margin-bottom: 24px;
}

.ui-autocomplete li:first-child .ui-corner-all {
    font-size: 25px;
    color: #ebe9dc;
}

.ui-autocomplete li .ui-corner-all:hover {
    color: #fff;
}

.form-address input {
    background: #161616;
    border-color: #161616;
    border-radius: 0;
    height: 85px;
    line-height: 85px;
    font-size: 23px;
    color: #565656;
    padding-left: 35px;
}

.calendar .calendar-item {
    display: inline-block;
    padding: 0 95px;
}

.calendar #calendarTemplate.calendar-item {
    position: relative;
}

.calendar #calendarTemplate.calendar-item:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 200px;
    top: 70px;
    right: 0;
    background-color: #7d7d7d;
}

/*========== Footer ==========*/
.footer-01,
.footer-04 {
    background: #1e1e1e;
    padding: 70px 0;
}



.widget-about ul.social-ft li {
    display: inline-block;
    padding-right: 30px;
}

.bottom-01,
.bottom-04 {
    padding: 30px 0 25px;
    background: #1e1e1e;
    border-top: 1px solid #393939;
}

.footer-bottom.has-parallax {
    border-top: 1px solid #393939;
    padding-top: 31px;
    padding-bottom: 25px;
    margin-top: 49px;
}

.footer-bottom .title {
    float: left;
    font-size: 18px;
    width: 26%;
    color: #fffffe;
}

.has-boxed {
    background-color: #1e1e1e;
}

.footer-bottom ul li {
    display: inline-block;
    padding-right: 65px;
}

.footer-bottom ul li a {
    color: #969696;
}

.footer-bottom ul li a:hover {
    color: #fff;
}

.footer-04 {
    padding: 77px 0 48px 0
}

.footer-04 .title-ft {
    font-weight: 400;
    text-transform: uppercase;
}

.copyright {
    text-align: center;
    background: #0e0e0e;
}

.copyright p {
    /* line-height: 70px; */
    color: #969696;
}

.cpr-01 {
    border-bottom: 5px solid #d7d2bd;
}

.footer-02 {
    background-color: #191919;
    padding-top: 58px;
}

.footer-02 .widget-footer {
    text-align: center;
}

.footer-02 .infomation-ft {
    margin-top: 21px;
}

.content-newletter {
    color: #969696;
    line-height: 24px;
}

#subscribe-content {
    border: 1px solid #969696;
    border-radius: 3px;
    margin-top: 29px;
}

#subscribe-content .field-one-third {
    display: inline-block;
    width: calc(100% - 60px);
}

#subscribe-content .btn-submit {
    float: right;
}

#subscribe-content #subscribe-email {
    border: 0;
    color: #fff;
}

#subscribe-content #subscribe-button {
    background: transparent;
    border: 0;
    width: 50px;
    display: inline-block;
    height: 45px;
}

#subscribe-content #subscribe-button img {
    position: relative;
    right: 10px;
    display: block;
    max-width: initial;
}

.footer-bottom.center {
    padding-left: 31px;
    padding-right: 31px;
    border: 0;
    background-color: #191919;
    padding-top: 27px;
    padding-bottom: 35px;
}

/*========== Mobile Menu ==========*/
.mobile-menu {
    position: relative;
    width: 40px;
    height: 25px;
}

.mobile-menu:before,
.mobile-menu:after {
    content: "";
    position: absolute;
    background: #fff;
    height: 2px;
    width: 100%;
    left: 0;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.mobile-menu:before {
    top: 0;
}

.mobile-menu:after {
    bottom: 0;
}

.mobile-menu span {
    background: #fff;
    height: 2px;
    position: absolute;
    left: 0;
    width: 70%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.mobile-menu.active:before,
.mobile-menu.active:after,
.mobile-menu.active span {
    background: #bf9c60;
}

/*========== Main Post ==========*/
#main-post {
    padding: 60px 0;
}

#main-post.ver-1 {
    padding: 58px 0 67px;
}

article.post {
    border: 1px solid #ebe9dc;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 30px;
    text-align: center;
}

article.post .featured-image {
    overflow: hidden;
}

article.post .featured-image img {
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

article.post:hover .featured-image img {
    -webkit-transform: scale(1.1) rotate(-2deg);
    -moz-transform: scale(1.1) rotate(-2deg);
    -ms-transform: scale(1.1) rotate(-2deg);
    -o-transform: scale(1.1) rotate(-2deg);
    transform: scale(1.1) rotate(-2deg);
}

article.post .entry-content {
    padding: 20px 25px;
}

article.post .entry-content .entry-post-title h4 {
    margin-bottom: 20px;
    font-weight: 400;
}

article.post .entry-content ul li {
    display: inline-block;
}

article.post .entry-content ul li.author {
    margin-right: 30px;
}

article.post .entry-content ul li a {
    position: relative;
}

article.post .entry-content ul li a img {
    margin-right: 10px;
}

/*= Tab Post =*/
.block-post {
    width: 100%;
}

ul.tab-post {
    text-align: center;
    padding: 0 15px;
    margin-bottom: 68px;
}

ul.tab-post li {
    display: inline-block;
    padding: 0 14px;
    font-size: 18px;
    color: #adaba5;
    cursor: pointer;
    line-height: 35px;
    border-radius: 5px;
    margin: 0 12px;
}

ul.tab-post li.active,
ul.tab-post li:hover {
    color: #d7d2bd;
    background: #1e1e1e;
}

/* Post Grid */
.post-grid article.post {
    width: 33.33%;
    padding: 0 15px;
    border: none;
    float: left;
    position: relative;
}

.post-grid article.post .featured-image {
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.post-grid article.post:hover .featured-image {
    opacity: 0;
}

.post-grid article.post .entry-content {
    position: absolute;
    top: 0;
    left: 15px;
    right: 15px;
    background: #fff;
    padding-top: 50px;
    height: 100%;
    border: 2px solid #ebe9dc;
    border-radius: 4px;
    visibility: hidden;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(0) rotate(-180deg);
    -moz-transform: scale(0) rotate(-180deg);
    -o-transform: scale(0) rotate(-180deg);
    -ms-transform: scale(0) rotate(-180deg);
    transform: scale(0) rotate(-180deg);
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.post-grid article.post:hover .entry-content {
    opacity: 1;
    visibility: visible;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: scale(1) rotate(0deg);
    -moz-transform: scale(1) rotate(0deg);
    -o-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
}

.post-grid article.post .entry-content p {
    margin-top: 15px;
    color: #969696;
}

.post-grid article.post .entry-content .btn-readmore {
    margin-top: 15px;
}

.post-grid article.post .entry-content .btn-readmore a img {
    padding-left: 10px;
}

article.post.ver-1 .entry-content {
    padding: 26px 35px 22px;
}

article.post.ver-1 .entry-content .entry-post-title h4 {
    margin-bottom: 5px;
}

article.post.ver-1 .entry-content ul {
    margin-bottom: 9px;
}

article.post.ver-1 .entry-content p {
    line-height: 24px;
}

article.post.ver-1 .entry-content .btn-readmore {
    margin-top: 10px;
}

article.post.ver-1 .entry-content .btn-readmore a img {
    padding-left: 8px;
}

.pagination-area:not(.fix-mro) {
    margin-top: 34px;
    text-align: center;
}

.pagination-area.fix-mro {
    text-align: center;
    margin-top: 47px;
}

.pagination-area.ver-1 {
    margin-top: 49px;
}

.pagination-area.fix-fl {
    margin-top: 50px;
}

.pagination-area.ver-2 {
    margin-top: 19px;
}

.pagination-area.ver-3 {
    margin-top: 25px;
}

.pagination-area.ver-4 {
    margin-top: 70px;
}

.pagination-area ul li {
    display: inline-block;
    padding: 0 11px;
}

.pagination-area ul li a {
    height: 40px;
    width: 40px;
    line-height: 39px;
    text-align: center;
    display: block;
    border: 1px solid transparent;
    border-radius: 50%;
}

.pagination-area ul li.prev a,
.pagination-area ul li.prevs a,
.pagination-area ul li.nexts a,
.pagination-area ul li.next a {
    border-color: #d7d2bd;
    line-height: 41px;
    height: 47px;
    width: 47px;
}

.pagination-area ul li.active a,
.pagination-area ul li a:hover {
    background: #d7d2bd;
    color: #fff;
}

.pagination-area ul li.prev a:hover,
.pagination-area ul li.prevs a:hover,
.pagination-area ul li.nexts a:hover,
.pagination-area ul li.next a:hover {
    background: transparent;
}

/* Sidebar */
.sidebar .widget {
    margin-bottom: 30px;
    background: #f3f3f3;
    padding: 24px 32px 16px;
    border-radius: 4px;
}

.sidebar .widget:last-child {
    margin-bottom: 0px;
}

.sidebar .widget h3 {
    margin-bottom: 15px;
}

.widget.widget-search {
    padding: 0px;
}

.widget-search form .input-search {
    position: relative;
}

.widget-search form .input-search input {
    border: 1px solid transparent;
    height: 60px;
    padding: 0 60px 0 30px;
    border-radius: 4px;
}

.widget-search form .input-search input:focus {
    border-color: #969696;
}

.widget-search form .input-search button {
    background: transparent;
    position: absolute;
    top: 0;
    right: 0;
    height: 60px;
    line-height: 60px;
}

.widget-category ul li {
    display: flex;
    align-items: center;
    line-height: 48px;
}

.widget-category ul li a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #1e1e1e;
    transition: none; /* Ensures no unwanted movement */
}

.widget-category ul li a img {
    margin-right: 10px; /* Consistent spacing between icon and text */
    transition: none; /* Prevents any hover effect on the icon */
    width: auto; /* Keeps the natural width */
    height: auto; /* Keeps the natural height */
    max-width: 20px; /* Ensures it doesn't exceed the expected size */
    max-height: 20px; /* Ensures consistency */
    object-fit: contain; /* Ensures proper aspect ratio */
    display: inline-block;
    vertical-align: middle;
}

.widget-category ul li a:hover {
    color: #1e1e1e; /* Ensures text color remains unchanged */
}

.widget-category ul li a:hover img {
    transform: none; /* Prevents any scaling/movement on hover */
}


.sidebar .widget-news {
    padding: 24px 34px 40px;
}

.sidebar .widget-news h3 {
    margin-bottom: 29px;
}

.widget-news ul li {
    overflow: hidden;
    margin-bottom: 20px;
}

.widget-news ul li:last-child {
    margin-bottom: 0px;
}

.widget-news ul li .news-image {
    border-radius: 4px;
    overflow: hidden;
    float: left;
    margin-right: 19px;
}

.widget-news ul li .news-content {
    margin-top: -4px;
}

.widget-news ul li .news-content h6 {
    line-height: 24px;
}

.widget-news ul li .news-content h6 a {
    color: #1e1e1e;
}

.widget-news ul li .news-content p.date {
    font-size: 14px;
    line-height: 24px;
    color: #969696;
}

.sidebar .widget-tags {
    padding: 24px 32px 27px;
}

.sidebar .widget-tags h3 {
    margin-bottom: 29px;
}

.widget-tags ul li {
    display: inline-block;
}

.widget-tags ul li a {
    display: block;
    padding: 0 13px;
    line-height: 35px;
    background: #fff;
    border-radius: 4px;
    margin-right: 7px;
    margin-bottom: 8px;
}

.widget-tags ul li a:hover {
    color: #fff;
    background: #1e1e1e;
}

/*========== Main Single ==========*/
#main-single {
    padding: 80px 0 72px;
}

article.post-single .featured-post {
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 22px;
}

article.post-single .post-title {
    margin-bottom: 13px;
}

article.post-single .post-title h4 {
    margin-bottom: 5px;
    letter-spacing: -0.1px;
}

article.post-single .post-title ul li {
    display: inline-block;
}

article.post-single .post-title ul li img {
    padding-right: 10px;
}

article.post-single .post-title ul li.author {
    margin-right: 25px;
}

article.post-single .post-content>p {
    margin-bottom: 22px;
    line-height: 24px;
}

/*= Direction =*/
.direction {
    padding: 19px 0 22px;
    border-top: 1px solid #ebe9dc;
    border-bottom: 1px solid #ebe9dc;
}

.direction .tags {
    margin-bottom: 14px;
}

.direction .tags span,
.direction .share span {
    color: #1e1e1e;
    padding-right: 9px;
}

.direction .tags a,
.direction .share a {
    color: #969696;
}

.direction .tags a:hover,
.direction .share a:hover {
    color: #1e1e1e;
}

.direction .share a {
    padding: 0 10px 0 3px;
    font-size: 14px;
}

/*========== Navigation Single ==========*/
.nav-single {
    padding: 26px 0 22px;
    border-bottom: 1px solid #ebe9dc;
}

.nav-single ul {
    overflow: hidden;
}

.nav-single ul li.prev {
    float: left;
    text-align: left;
    width: 50%;
    padding-right: 110px;
    position: relative;
}

.nav-single ul li.prev:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 70px;
    background-color: #ebe9dc;
    top: 0px;
    right: -1px;
}

.nav-single ul li.next {
    float: right;
    text-align: right;
    width: 50%;
    padding-left: 110px;
}

.nav-single ul li a {
    overflow: hidden;
    display: block;
    position: relative;
}

.nav-single ul li a .icon {
    position: absolute;
    top: 14px;
    left: 0;
    height: 47px;
    width: 47px;
    line-height: 43px;
    text-align: center;
    border: 1px solid #d7d2bd;
    border-radius: 50%;
}

.nav-single ul li a .text {
    overflow: hidden;
    padding-left: 66px;
}

.nav-single ul li.next a .icon {
    left: auto;
    right: 3px;
}

.nav-single ul li.next a .text {
    padding-right: 69px;
    padding-left: 0px;
}

.nav-single ul li a .text p {
    color: #969696;
}

.nav-single ul li a .text h4 {
    margin-bottom: 2px;
}

.nav-single ul li a .text p,
.nav-single ul li a .text h4 {
    line-height: 24px;
    font-weight: 400;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.nav-single ul li a:hover .text h4 {
    color: #bf9c60;
}

/*========== Comment Single ==========*/
#comment-area {
    margin-top: 31px;
}

#comment-area h4 {
    margin-bottom: 31px;
}

#comment-area ul.comment-list li.comment:not(:last-child) {
    margin-bottom: 34px;
}

#comment-area ul.comment-list li.comment .avatar {
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    margin-right: 13px;
    margin-top: 6px;
    float: left;
}

#comment-area ul.comment-list li.comment .comment-content {
    overflow: hidden;
}

#comment-area ul.comment-list li.comment .comment-content .name {
    color: #1e1e1e;
    line-height: 24px;
}

#comment-area ul.comment-list li.comment .comment-content span.date {
    color: #969696;
    font-size: 13px;
    padding-left: 7px;
}

#comment-area ul.comment-list li.comment .comment-content p {
    line-height: 24px;
}

#comment-area ul.comment-list li.comment .comment-content .reply {
    line-height: 24px;
    font-size: 14px;
}

#comment-area ul.comment-list li.comment .comment-content .reply a {
    color: #bf9c60;
}

#comment-area ul.comment-list li.comment .comment-content .reply a i {
    padding-right: 9px;
}

.form-comment-area {
    margin-top: 37px;
}

.form-comment-area h4 {
    margin-bottom: 27px;
}

.form-comment-area form .comment-form {
    margin-bottom: 18px;
    overflow: hidden;
}

.form-comment-area form .comment-form label {
    color: #1e1e1e;
    margin-bottom: 5px;
}

.invalid-feedback {
    color: red !important;
}

.form-comment-area form .comment-form .one-half {
    width: 50%;
    float: left;
}

.form-comment-area form .comment-form .comment-form-name {
    padding-right: 15px;
}

.form-comment-area form .comment-form .comment-form-email {
    padding-left: 15px;
}

.form-comment-area form .btn-submit {
    text-align: right;
    margin-top: 27px;
}

.form-comment-area form .btn-submit img {
    padding-left: 14px;
}

.form-comment-area form .btn-submit button:hover {
    color: #FFF;
    background: #bf9c60;
}

.scroll-top {
    background-image: url('../images/icon/go_top.png');
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 41px;
    text-align: center;
    position: fixed;
    bottom: 19px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

footer {
    background: #1e1e1e;
    padding: 79px 0 48px;
}


.logo-ft {
    margin-bottom: 25px;
}

.widget-footer ul {
    margin-top: 15px;
}

.widget-footer ul li,
.widget-footer ul li a,
ul.social-ft li a {
    color: #969696;
}

ul.social-ft li a:hover {
    color: #fff;
}

.widget-footer ul li a:hover {
    color: #ffffff;
}

.widget-footer h3.title-ft {
    color: #fffffe;
    margin-bottom: 25px;
}

.widget-about .logo-pro-ft {
    margin-bottom: 21px;
}

.widget-footer ul.social-ft {
    margin-top: 15px;
    padding-left: 0px;
}

ul.social-ft {
    margin-top: 15px;
    padding-left: 21px;
}

ul.social-ft li {
    display: inline-block;
    padding-right: 28px;
}

ul.social-ft li:last-child {
    padding-right: 0px;
}

.widget-apps {
    margin-top: 8px;
}

.widget-apps li.app-store {
    margin-bottom: 36px;
}

.widget-apps li a {
    display: block;
    position: relative;
}


.widget-apps li a .image-app {
    float: left;
    margin-right: 32px;
    position: relative;
    top: 14px;
    left: 23px;
}

.widget-apps li a .text {
    padding-left: 56px;
}

.widget-apps li a .text h5 {
    line-height: 18px;
    color: #ffffff;
    margin-bottom: 7px;
}

.widget-apps li a .text p {
    line-height: 24px;
}

.footer-bottom {
    padding: 32px 0 25px;
    background: #1e1e1e;
    border-top: 1px solid #393939;
}

.footer-bottom ul li {
    display: inline-block;
    padding-right: 61px;
}

.footer-bottom ul li:last-child {
    padding-right: 0px;
}

.footer-bottom ul li a:not(:hover) {
    color: #969696;
}

.copyright {
    padding: 22px 0;
    text-align: center;
    background: #0e0e0e;
}

.copyright p {
    color: #969696;
}

/*========== Preload ==========*/
#loading-overlay {
    position: fixed;
    z-index: 999999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    background: #fff;
}

.loader {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px;
}


.loader:before,
.loader:after {
    position: absolute;
    display: inline-block;
    width: 60px;
    height: 60px;
    content: "";
    -webkit-animation: preloader-wave 1.6s linear infinite;
    animation: preloader-wave 1.6s linear infinite;
    border-radius: 50%;
    background: #bf9c60;
}

.loader:after {
    -webkit-animation-delay: -.8s;
    animation-delay: -.8s;
}

@-webkit-keyframes preloader-wave {
    0% {
        -webkit-transform: scale(0, 0);
        transform: scale(0, 0);
        opacity: .5;
    }

    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 0;
    }
}

@keyframes preloader-wave {
    0% {
        -webkit-transform: scale(0, 0);
        transform: scale(0, 0);
        opacity: .5;
    }

    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 0;
    }
}





/* TABS UI FIX */
.vehicle-tabs {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 20px;
    padding: 10px 0;
    list-style: none;
    flex-wrap: wrap;
}

.vehicle-tabs li {
    padding: 5px 20px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    cursor: pointer;
    background: #f5f5f5;
    transition: all 0.3s ease-in-out;
    border: 2px solid transparent;
}

.vehicle-tabs li:hover,
.vehicle-tabs li.active {
    background: #000000;
    color: #fff;
    border: 2px solid #000000;
    transform: scale(1.05);
}

/* --- FIX: Always show navigation arrows on slider --- */
.vehicle-slider .slick-prev,
.vehicle-slider .slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #000000;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    z-index: 10;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1 !important; /* Ensures arrows always visible */
    visibility: visible !important;
}

.vehicle-slider .slick-prev {
    left: -55px; /* Adjust if needed */
}

.vehicle-slider .slick-next {
    right: -55px; /* Adjust if needed */
}

.vehicle-slider .slick-prev:hover,
.vehicle-slider .slick-next:hover {
    background: #b0892a;
}

.vehicle-slider .slick-prev i,
.vehicle-slider .slick-next i {
    color: #fff;
    font-size: 22px;
}

/* --- FIX: Center Car Text Properly --- */
.vehicle-slide {
    text-align: center;
    padding: 15px;
}

.vehicle-slide img {
    width: 100%;
    max-height: 220px; /* Adjust for better layout */
    object-fit: cover;
    border-radius: 8px;
}

.vehicle-slide h3 {
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
    color: #333;
    text-align: center;
}

.vehicle-slide p {
    font-size: 16px;
    color: #666;
    margin-top: 5px;
    text-align: center;
}

/* --- Mobile Responsive Fixes --- */
@media (max-width: 768px) {
    .vehicle-slider .slick-prev {
        left: -30px;
    }

    .vehicle-slider .slick-next {
        right: -30px;
    }

    .vehicle-slide h3 {
        font-size: 16px;
    }

    .vehicle-slide p {
        font-size: 14px;
    }
}





/* Default image handling */
img {
    max-width: 100%; /* Prevents stretching */
    height: auto; /* Maintains aspect ratio */
    display: block;
    margin: 0 auto; /* Centers images inside their container */
}

/* Only apply lazy load transition to specific lazy-loaded images */
.lazyload {
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.lazyloaded {
    opacity: 1;
}






/* 🔹 Center the Fleet Subtitle */
.fleet-subtitle {
    text-align: center;  /* Ensures text is centered */
    font-size: 18px;  
    color: #666;  
    margin-bottom: 30px; /* Adds space below subtitle */
}


/* 🏆 Fix Layout Shifts for Fleet Section */
.fleet-carousel img {
    width: 100%;
    max-width: 350px;
    height: 220px; /* Fix height */
    object-fit: cover;
    display: block;
}

/* 🏆 Fix Layout Shifts for Vehicle Slider */
.vehicle-slider img {
    width: 100%;
    max-width: 380px;
    height: 240px;
    object-fit: cover;
    display: block;
}

/* ✅ Ensure Other Images (Like Banners) Don’t Cause CLS */


/* 🔹 EXCLUDE Small Icons from This Fix */
.icon img, .social-icons img, .logo img {
    width: auto; /* Keep icons responsive */
    height: auto;
    max-width: none;
}






/*  Headings (Improved Readability) */
.heading-primary {
    font-size: 34px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}

.heading-secondary {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 30px;
    margin-top: 20px;
}

h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}

.transfer-cta h2 {
    color: white;
}

/* =============================== */
/*  LINKS (SEO & UX Friendly) */
/* =============================== */
.anchor {
    color: #705019;
    font-weight: bold;
    text-decoration: underline;
   
}



/* =============================== */
/*  LIST STYLES (Clean Alignment) */
/* =============================== */
.list {
    list-style: none;
    padding: 0;
    margin-top: 15px;
    text-align: left;
}

.list li {
    font-family: 'Open Sans', Arial, sans-serif;
    color: #000000;
    line-height: 1.6;
    font-size: 1.1rem;
    margin-bottom: 12px;
    padding-left: 15px;
    position: relative;
}

/* =============================== */
/*  FLEXIBLE SECTION WRAPPERS (Fixed Layout Issues) */
/* =============================== */
.content-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}

.text-content {
    flex: 1;
    max-width: 50%;
    text-align: left;
    padding-right: 20px;
}

/* =============================== */
/*  IMAGE STYLING (Better Responsiveness) */
/* =============================== */
.image-content img {
    width: 100%;
    max-width: 480px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease-in-out;
}

.image-content img:hover {
    transform: scale(1.04);
}

/* =============================== */
/*  PRICING TABLE (Better Spacing) */
/* =============================== */
.pricing-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 15px;
    background: white;
}

.pricing-table th, .pricing-table td {
    padding: 12px;
    border: 1px solid #ddd;
    text-align: left;
}

.pricing-table th {
    background: #000;
    color: white;
}

/* =============================== */
/* CTA BUTTONS (Performance Optimization) */
/* =============================== */
.cta-container {
    margin-top: 15px;
    display: flex;
    padding-left: 10px;
    gap: 10px;
}

.cta-btn {
    display: inline-block;
    background: #705019;
    color: white;
    padding: 12px 20px;
    font-size: 1rem;
    border-radius: 5px;
    transition: 0.3s ease-in-out;
}

.cta-btn:hover {
    background: #9c7a48;
}

/* =============================== */
/*  SECTION STYLING (Fixed Padding Issues) */
/* =============================== */
.transfer-overview,
.reliable-pickups,
.transfers,
.why-us {
    padding: 40px 20px;
    background: #ffffff;
    text-align: center;
}

/* =============================== */
/*  CALL TO ACTION (Mobile Optimization) */
/* =============================== */
.transfer-cta {
    position: relative;
    background: #c5c5c5;
    background-size: cover;
    padding: 60px 20px;
    text-align: center;
    color: white;
}

.transfer-cta h2 {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 18px;
}

.cta-overlay {
    background: rgba(0, 0, 0, 0.6);
    padding: 40px;
    border-radius: 10px;
    max-width: 700px;
    margin: auto;
}

/* =============================== */
/*  RESPONSIVENESS (Fix Mobile Misalignment) */
/* =============================== */
@media (max-width: 768px) {
    .content-wrapper {
        flex-direction: column;
        text-align: center;
    }

    .text-content {
        max-width: 100%;
        padding-right: 0;
    }

    .cta-container {
        text-align: center;
        flex-direction: column;
        gap: 10px;
    }

    .cta-btn {
        display: block;
        margin: 8px auto;
        width: 85%;
    }
}

/* =============================== */
/*  FEATURE LIST (Better SEO & UX) */
/* =============================== */
.feature-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    padding: 0;
    margin-top: 20px;
    list-style: none;
}

.feature-list li {
    background: white;
    padding: 12px;
    border-radius: 8px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.08);
    font-size: 1.1rem;
    text-align: left;
    transition: transform 0.3s ease-in-out;
}

.feature-list li:hover {
    transform: scale(1.02);
}

/* Responsive: Stack items in a single column on mobile */
@media (max-width: 768px) {
    .feature-list {
        grid-template-columns: 1fr;
    }
}
/* ============================= */
/*  BLACK STRIP (Keeps Navigation Bar Inside) */
/* ============================= */
.breadcrumbs-bar {
    background: #222; /* Black background */
    padding: 60px 0; /* Enough space for navigation */
    text-align: center;
    border-bottom: 1px solid #444; /* Slight separation */
}

/* ============================= */
/*  BREADCRUMBS TEXT BELOW BLACK STRIP */
/* ============================= */
.breadcrumbs-wrapper {
    padding: 10px 0; /* Space below black strip */
    background: #f9f9f9; /* Light background for contrast */
    margin-top: 0px;
}

/*  Breadcrumbs Styling */
.breadcrumbs {
    display: flex;
    align-items: center;;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
}

.breadcrumbs a {
    color: #000000; 
    font-weight: bold;
    text-decoration: none;
    font-size: 16px;
    transition: color 0.3s ease-in-out;
}



.current-location {
    color: #000; /* Light gray for last breadcrumb */
    font-size: 16px;
    text-decoration: underline;
}

/* ============================= */
/* ✅ RESPONSIVENESS FIXES */
/* ============================= */
@media (max-width: 768px) {
    .breadcrumbs {
        flex-wrap: wrap;
        text-align: center;
        justify-content: center;
    }

    .breadcrumbs a, .current-location {
        font-size: 14px;
    }
}
   

/* Testimonial Section Background */
.testimonial-section {
    padding: 80px 0;
    background: url('../images/webpformat/testimonials_img.webp') no-repeat center center;
    background-size: cover;
    position: relative;
    text-align: center;
}

/* Overlay to Improve Readability */
.testimonial-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

/* Centered Title */
.testimonial-title {
    font-size: 32px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
} 
.testimonial-box {
    background: rgba(255, 255, 255, 0.9);
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease-in-out;
}

.testimonial-box:hover {
    transform: scale(1.05);
}

/* Review Text */
.testimonial-content p {
    font-size: 16px;
    color: #444;
    font-style: italic;
    margin-bottom: 10px;
    line-height: 1.5;
}

/* Reviewer Section */
.testimonial-info {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.reviewer-img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 10px;
    border: 3px solid #fff;
}

/* Reviewer's Name */
.reviewer-name {
    font-size: 18px;
    font-weight: bold;
    color: #222;
    margin-bottom: 5px;
}

/* Star Rating */
.rating {
    font-size: 18px;
    color: #d4af37; /* Gold color */
}

/* Responsive Fixes */
@media (max-width: 768px) {
    .testimonial-box {
        padding: 15px;
    }

    .testimonial-content p {
        font-size: 14px;
    }

    .reviewer-img {
        width: 50px;
        height: 50px;
    }

    .reviewer-name {
        font-size: 16px;
    }

    .rating {
        font-size: 16px;
    }
}

#botpenguin-launcher-12 {
    position: fixed !important;
    bottom: 20px; /* Ensure it's placed correctly */
    right: 20px;
    width: 60px; /* Fixed width to prevent shifts */
    height: 60px; /* Fixed height */
    z-index: 99999;
}



    /* ================= Our Services Section Styling ================= */
    .our_services {
      position: relative;
      padding: 60px 0;
      text-align: center;
    }
    @media (max-width: 768px) {
      .our_services {
        padding: 40px 20px;
      }
    }
    
    /* Section Title & Subtitle */
    .our_services .section-title {
      font-size: 32px;
      font-weight: 700;
      margin-bottom: 10px;
      color: #222;
      
    }
    .our_services .subtitle {
      font-size: 18px;
      color: #666;
      margin-bottom: 40px;
      text-align: center;
    }
    
    /* Service Box */
    .our_services .box-service {
      display: flex;
      flex-direction: column;
      align-items: center;
      background: #f8f8f8;
      padding: 20px;
      border-radius: 8px;
      transition: all 0.3s ease-in-out;
      text-align: center;
      margin-bottom: 30px;  /* Reduced gap */
    }
    
    /* Service Image Container with explicit dimensions */
    .our_services .service-img-container {
      width: 320px;               /* Fixed width */
      height: 220px;              /* Fixed height */
      overflow: hidden;
      border-radius: 6px;
      margin: 0 auto 15px;
    }
    .our_services .service-img-container img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }
    
    /* Service Content with fixed minimum height for uniformity */
    .our_services .service-content {
      margin-top: 15px;
      min-height: 150px;   /* Adjust as needed to match longest text */
    }
    .our_services .service-content h2 {
      font-size: 22px;
      font-weight: 600;
      color: #333;
      margin-bottom: 8px;
    }
    .our_services .service-content p {
      font-size: 16px;
      color: #555;
      line-height: 1.5;
      margin-bottom: 12px;
    }
    
    
    /* More Services Button */
    .our_services .more-services {
      margin-top: 40px;
      text-align: center;
    }
    .our_services .btn-more {
      display: inline-block;
      padding: 12px 25px;
      font-size: 18px;
      font-weight: 600;
      color: white;
      background: #bd8d2f;
      border-radius: 6px;
      text-decoration: none;
      transition: 0.3s;
    }
    .our_services .btn-more:hover {
      background: #8a6d1b;
    }
    
    /* Reset Bootstrap Row Gutters for This Section */
    .our_services .row {
      margin-left: -15px;
      margin-right: -15px;
    }
    .our_services .col-lg-6, 
    .our_services .col-md-12 {
      padding-left: 15px;
      padding-right: 15px;
    }

  /* Why Choose Us Title */
  .why-choose-us-title {
    padding: 40px 0;
    text-align: center;
    position: relative;
    background: #fff;
  }
  .why-choose-us-title .container {
    position: relative;
    margin-top:20px;
  }
  .why-title {
    font-size: 32px;
    font-weight: 700;
    margin: 0;
    color: #222;
    position: relative;
    z-index: 2;
  }
  .why-title-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 80px;
    font-weight: 600;
    color: rgba(250, 250, 250, 0.8);
    z-index: 1;
    pointer-events: none;
    white-space: nowrap;
  }
  
  /* Why Choose Us Features */
  .why-choose-us-features {
    padding: 40px 0;
    background: #fff;
  }
  .feature-item {
    margin-bottom: 30px;
  }
  .feature-box {
    background: #f8f8f8;
    padding: 20px;
    border-radius: 8px;
    transition: all 0.3s ease;
    text-align: center;
    height: 100%;
  }
  .feature-icon {
    margin-bottom: 15px;
  }
  .feature-icon img {
    width: 80px;
    height: auto;
    display: inline-block;
  }
  .feature-content h3 {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
  }
  .feature-content h3 a {
    text-decoration: none;
    color: inherit;
    transition: color 0.3s ease;
  }
  .feature-content h3 a:hover {
    color: #bd8d2f;
  }
  .feature-content p {
    font-size: 14px;
    color: #555;
    line-height: 1.4;
    margin-bottom: 0;
  }
  
  /* Responsive Adjustments */
  @media (max-width: 767px) {
    .why-title {
      font-size: 28px;
    }
    .why-title-overlay {
      font-size: 50px;
    }
    .feature-content h3 {
      font-size: 18px;
    }
    .feature-content p {
      font-size: 13px;
    }
  }

    /* Articles & Tips Section */
    .at-section {
      padding: 60px 0;
      background: #fff;
      text-align: center;
    }
    .at-container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 15px;
    }
    /* Template Title */
    .at-template-title {
      position: relative;
      margin-bottom: 40px;
    }
    .at-title {
      font-size: 32px;
      font-weight: 700;
      color: #222;
      margin: 0;
      position: relative;
      z-index: 2;
    }
    .at-title_over {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      font-size: 80px;
      font-weight: 600;
      color: rgba(250, 250, 250, 0.8);
      z-index: 1;
      pointer-events: none;
      white-space: nowrap;
    }
    .at-subtitle {
      font-size: 18px;
      color: #666;
      margin-top: 10px;
    }
    /* Carousel Wrapper – Remove extra bottom gap */
    .at-carousel-wrapper {
      margin-bottom: 20px;
    }
    /* Posts in Carousel */
    .at-post {
      background: #f9f9f9;
      border: 1px solid #ddd;
      border-radius: 8px;
      margin-bottom: 10px;
      /* Remove extra padding if necessary */
      display: flex;
      flex-direction: column;
      height: 100%;
    }
    /* Featured Image */
    .at-featured-image {
      width: 100%;
      height: 250px;  /* Fixed height to reserve space */
      overflow: hidden;
    }
    .at-featured-image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }
    /* Entry Content */
    .at-entry-content {
      padding: 15px;
      text-align: left;
    }
    .at-entry-post-title h3 {
      font-size: 22px;
      margin: 0 0 10px;
      font-weight: 600;
      color: #333;
    }
    .at-entry-post-title h3 a {
      text-decoration: none;
      color: inherit;
    }
    /* Meta Information */
    .at-meta {
      list-style: none;
      padding: 0;
      margin: 0;
      display: flex;
      gap: 15px;
      align-items: center;
    }
    .at-meta li {
      font-size: 14px;
      color: #555;
    }
    .at-meta li img {
      width: 16px !important;
      height: 16px !important;
      vertical-align: middle;
      margin-right: 5px;
    }

    /* Responsive adjustments for Owl Carousel items if needed */
    @media (max-width: 991px) {
      .at-carousel-wrapper {
        margin-bottom: 10px;
      }
    }
  
    .mobile-call-btn,
    .call-options {
      display: none;
    }
   
    @media (max-width: 767px) {
      /* Fixed call button on the left bottom */
      .mobile-call-btn {
        display: block;
        position: fixed;
        left: 10px;
        bottom: 20px;
        z-index: 1000;
        background: #bd8d2f;
        color: #fff;
        padding: 10px 15px;
        border-radius: 50px;
        font-size: 20px;
        cursor: pointer;
        box-shadow: 0 2px 6px rgba(0,0,0,0.3);
      }
      /* Call options menu container */
      .call-options {
        position: fixed;
        left: 10px;
        bottom: 70px;
        z-index: 1001;
        display: none;
        flex-direction: column;
        gap: 10px;
      }
      /* Option buttons */
      .call-options a {
        display: block;
        background: #2b4d71;
        color: #fff;
        padding: 8px 12px;
        border-radius: 4px;
        text-decoration: none;
        font-size: 14px;
        text-align: center;
      }
      /* WhatsApp option with different background */
      .call-options a.whatsapp {
        background: #10a246;
      }
    }

    /* Container for the custom dropdown item */
.custom-dropdown {
    position: relative;
  }
  
  /* Header with flex layout: parent link and toggle arrow side-by-side */
  .custom-dropdown-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  /* Parent link styling (adjust as needed) */
  .custom-parent-link {
    text-decoration: none;
    color: #000; /* Use your desired color */
    font-size: 16px;
  }
  
  /* Toggle arrow styling */
  .custom-toggle {
    cursor: pointer;
    
    /* Ensure it remains on the same line as the parent link */
    display: inline-block;
    color: #bd8d2f;
  }
  
  /* Animate the arrow icon */
  .custom-toggle i {
    transition: transform 0.3s ease;
  }
  
  /* Nested submenu: hidden by default */
  .custom-submenu {
    display: none;
    position: absolute;
    top: 100%;  /* Position directly below the header */
    left: 30px;
    background: #fff;
    min-width: 200px;
    z-index: 1000;
    text-align: left;
  }
  
  .custom-dropdown.active > .custom-submenu {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    position: relative !important;
    top: 100% !important;
    left: 30px !important;
    min-width: 200px !important; /* Adjust as needed */
    background: transparent !important;
    z-index: 1000 !important;
    text-align: left;
  }
  
  
  /* Rotate arrow when active */
  .custom-dropdown.active .custom-toggle i {
    transform: rotate(180deg);
  }



  /* 🔹 Base Style for Review Images */
.google-play-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%; /* Full width */
  padding: 10px 0; /* Adds spacing */
}

/* 🔹 Style for Images */
.google-play-footer img {
  width: auto; /* Keep the image's natural width */
  max-width: 200px; /* Keep both images the same size */
  height: auto;
  max-height: 60px; /* Prevents the images from stretching too much */
  object-fit: contain; /* Keeps original aspect ratio */
  margin: 10px auto; /* Adds spacing between images */
  display: block;
}

/* 🔹 Mobile Fix: Adjust Image Size & Center */
@media (max-width: 768px) {
  .google-play-footer img {
      max-width: 180px; /* Slightly smaller on mobile */
      max-height: 55px;
  }
}

/* 🔹 Extra Small Screens (Below 480px) */
@media (max-width: 480px) {
  .google-play-footer img {
      max-width: 160px; /* Reduce size a bit more */
      max-height: 50px;
  }
}

.service-heading {
    font-size: 2.5rem;
    font-weight: 500;
    color: #000;
    text-align: center;
    margin-bottom: 15px;
    margin-top:0px;
    line-height: normal;
  
}

/* RESPONSIVE STYLES */
@media (max-width: 768px) {
    .service-heading {
        font-size: 2rem;
        width: 95%;
        padding:0px
    }
}

@media (max-width: 480px) {
    .service-heading {
        font-size: 1.8rem;
        width: 100%;
        padding:0px
    }
}


