@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Oswald:wght@200..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');


body,
html {
    overflow-x: hidden;
}

body,
html {
    width: 100%;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.main-footer {
    margin-top: auto;
}

:root {
    scroll-behavior: inherit;
    --body-color: #18191E;
    --black: #000;
    --theme-black: #232323;
    --white: #fff;
    --grey: #8A8A8A;
    --grey2: #FAF7F2;
    --primary-color: #2E2F33;
    --secondary-color: #F8D565;
    --primary-grey: #454444;
    --heading-font: "Oswald", sans-serif;
    --heading-font-2: "Cormorant Garamond", serif;
    --heading-btn: "Roboto Condensed", sans-serif;
    --body-font: "Poppins", sans-serif;
}

body {
    margin: 0;
    padding: 0;
    font-family: var(--body-font);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 100%;
    font-weight: 400;
    font-style: normal;
    color: var(--white);
    font-size: 16px;
    line-height: 1.6;
    background-color: var(--body-color);
    counter-reset: count;
    top: 0 !important;
}



b,
strong {
    font-weight: 700;
}

p {
    margin: 0 0 22px 0;
}

p:last-child {
    margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 18px 0;
    padding: 0;
    color: var(--white);
    font-weight: 700;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
    margin-bottom: 0;
}



h1,
.h1-title {
    line-height: 1.1;
    font-family: var(--heading-font-2);
    font-weight: 700;
    font-size: 60px;
    letter-spacing: 0.02em;
}

h2,
.h2-title {
    font-weight: 600;
    font-size: 32px;
    line-height: 1.2;
    letter-spacing: 0.02em;
    font-family: var(--heading-font);
}


h3,
.h3-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 1;
    font-family: var(--heading-font);
}

h4,
.h4-title {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.2;
    font-family: var(--heading-font);

}

h5,
.h5-title {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
    text-transform: uppercase;
    font-family: var(--heading-font);
}

.sectop {
    font-family: var(--heading-font);
    font-weight: 600;
    font-size: 42px;
    margin-bottom: 25px;
    line-height: 1.4;
    background: linear-gradient(90deg, #6F470C 0%, #F8D565 50%, #6F470C 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-family: var(--heading-font);

}

.banner-sec-wrap h1 {
    font-size: 35px;
}

/* animation */
[data-move],
[data-slide] {
    opacity: 0;
}


a {
    margin: 0;
    padding: 0;
    text-decoration: none !important;
    outline: none !important;
    color: var(--black);
    -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;
    display: inline-block;
}

a:hover {
    color: var(--secondary-color);
}

img {
    max-width: 100%;
}


input[type="text"],
input[type="tel"],
input[type="password"],
input[type="email"],
input[type="date"],
input[type="time"],
input[type="number"],
select {
    background-color: var(--body-color);
    width: 100%;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 10px;
    color: #fff !important;
    border: none;
    height: 56px;
    padding: 0 16px;
    outline: none !important;
    font-family: var(--body-font);
}

input::placeholder,
textarea::placeholder {
    color: #fff;
    opacity: 1;
}

textarea {
    -webkit-appearance: none;
    appearance: none;
    border-radius: 10px;
    border: none;
    padding: 12px 16px;
    width: 100%;
    height: 120px;
    outline: none !important;
    color: #fff !important;
    border: none;
    padding: 12px 16px;
    outline: none !important;
    background-color: var(--body-color);
    resize: none;

}

select {
    width: 100%;

    padding: 0 11px;
    background: url(../images/nav-down-arrow.svg) no-repeat calc(100% - 16px) center transparent;
    background-size: 18px;
    padding-right: 40px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    border-radius: 10px;
    color: #fff !important;
    border: none;
    height: 56px;
    padding: 0 16px;
    background-color: var(--body-color);

}

select::-ms-expand {
    display: none;
}

input[type="submit"] {
    background: var(--btn-color);
    color: var(--white);
    height: 58px;
    border: none;
    -webkit-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    padding-left: 30px;
    padding-right: 30px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 700;
    outline: none !important;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius: 3px;
    border: 1px solid var(--btn-color);
    position: relative;
    z-index: 3;
}

input[type="submit"]:hover {
    background: transparent;
    color: var(--black);
}

::-webkit-input-placeholder {
    opacity: 0.7;
    color: var(--body-color);
}

:-ms-input-placeholder {
    opacity: 0.7;
    color: var(--body-color);
}

::-moz-placeholder {
    opacity: 0.7;
    color: var(--body-color);
}

:-moz-placeholder {
    opacity: 0.7;
    color: var(--body-color);
}


.blue-bg {
    background-color: var(--primary-color);
    color: var(--white);
}

.blue-bg h2 {
    color: var(--white);
}

.cmn-btn {
    padding: 12px 30px !important;
    min-width: 200px;
    display: inline-block !important;
    transition: all 0.3s ease-in-out;
    position: relative;
    z-index: 1;
    font-weight: 700;
    font-size: 21px;
    line-height: 1.3;
    text-transform: uppercase;
    background: linear-gradient(270deg, #6E460C 0%, #855D03 15%, #CFA93E 38%, #FFDC6C 50%, #CFA93E 62%, #855D03 85%, #6E460C 100%);
    box-shadow: 4px 10px 6px 3px #000000;
    border-radius: 10px;
    text-align: center;
    color: #18191E !important;
    overflow: hidden;
    font-family: var(--heading-btn);
}

.cmn-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(120deg,
            rgba(255, 255, 255, 0.3) 0%,
            rgba(255, 255, 255, 0.6) 50%,
            rgba(255, 255, 255, 0.3) 100%);
    transform: skewX(-25deg);
    transition: all 0.5s;
    z-index: 2;
}

.cmn-btn:hover {
    transform: scale(1.05);
    box-shadow: 6px 14px 12px 4px rgba(0, 0, 0, 0.8);
}

.cmn-btn:hover::before {
    left: 130%;
    transition: all 0.7s ease-in-out;
}



@keyframes slideLeft {
    49% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    50% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    51% {
        opacity: 1;
    }
}


.image-anime {
    position: relative;
    overflow: hidden !important;
    border-radius: 10px;
}

.image-anime img {
    border-radius: 15px;
}

/* golden glow overlay */
.image-anime:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background: linear-gradient(90deg,
            rgba(255, 223, 128, 0.6) 0%,
            rgba(255, 200, 80, 0.2) 50%,
            rgba(255, 223, 128, 0.3) 100%);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
    pointer-events: none;
}

.image-anime:hover:after {
    height: 250%;
    transition: all .6s linear;
    background: linear-gradient(90deg,
            rgba(255, 223, 128, 0.6) 0%,
            rgba(255, 180, 50, 0.2) 50%,
            rgba(255, 223, 128, 0.2) 100%);
}



.cmn-head {
    margin-bottom: 35px;
}

.cmn-head h2 {
    color: var(--white);
    text-transform: capitalize;
    text-wrap: balance;
}


.cmn-head h2 {
    margin-bottom: 15px;
}

.cmn-gap {
    padding: 80px 0;
}

.subhead-tag {
    font-size: 12px;
    font-weight: 600;
    background-color: var(--primary-color);
    color: var(--white);
    padding: 10px 20px;
    display: inline-block;
    text-align: center;
    border-radius: 30px;
    margin-bottom: 28px;
    text-transform: uppercase;
}

.sub-heading {
    text-transform: uppercase;
    display: inline-block;
    font-weight: 600;
    font-size: 28px;
    line-height: 65px;
    letter-spacing: 0.15em;
    background: linear-gradient(90deg, #6F470C 0%, #F8D565 50%, #6F470C 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-family: var(--heading-font);
}


.banner-btn {
    background-color: transparent;
    border: 1px solid var(--white);
    color: var(--white);
}


.text-center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}





/* images alignment for wordpress content pages */
.alignright {
    float: right;
    margin: 0 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 0 20px 20px 0;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    float: none;
    clear: both;
}



/* custom checkbox */

.form_input_check label {
    position: relative;
    margin: 0;
    padding-left: 28px;
    display: inline-block;
}

.form_input_check label span {
    margin: 0;
    padding: 0;
}

.form_input_check label input[type="checkbox"] {
    visibility: hidden;
    display: none;
}

.form_input_check label input[type="checkbox"]+span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    width: 16px;
    height: 16px;
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, 0.20);
    background: transparent;
}

.form_input_check label input[type="checkbox"]+span::after {
    content: '';
    position: absolute;
    left: 3px;
    top: 6px;
    width: 10px;
    height: 10px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background: url(images/tick.svg) no-repeat center center;
    background-size: 15px;
}

.form_input_check label input[type="checkbox"]:not(:checked)+span::after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}


/* .form_input_check input[type="checkbox"]:checked + span::before {
      
    } */

.form_input_check label input[type="checkbox"]:checked+span:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}



/* custom radio */

.form_input_radio label {
    position: relative;
    margin: 0;
    padding-left: 30px;
    display: inline-block;
}

.form_input_radio label span {
    margin: 0;
    padding: 0;
}

.form_input_radio label input[type="radio"] {
    visibility: hidden;
    display: none;
}

.form_input_radio label input[type="radio"]+span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 1px;
    width: 22px;
    height: 22px;
    border: 2px solid #000000;
    border-radius: 100%;
    background: #fff;
}

.form_input_radio label input[type="radio"]+span::after {
    content: '';
    width: 12px;
    height: 12px;
    background: #4b0049;
    position: absolute;
    top: 6px;
    left: 5px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.form_input_radio label input[type="radio"]:not(:checked)+span::after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}


/* .form_input_radio input[type="radio"]:checked + span::before {
      
    } */

.form_input_radio label input[type="radio"]:checked+span:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}


/* custom radio end */

/* back to top */

#scroll {
    position: fixed;
    right: 20px;
    bottom: 20px;
    cursor: pointer;
    width: 55px;
    height: 55px;
    background: linear-gradient(270deg, #6E460C 0%, #855D03 15%, #CFA93E 38%, #FFDC6C 50%, #CFA93E 62%, #855D03 85%, #6E460C 100%);
    display: none;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    line-height: 68px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    z-index: 9;
}

#scroll:hover {
    background: linear-gradient(-270deg, #6E460C 0%, #855D03 15%, #CFA93E 38%, #FFDC6C 50%, #CFA93E 62%, #855D03 85%, #6E460C 100%);
}

#scroll i {
    color: #000;
    font-size: 34px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

#scroll:hover i {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
}

.section-title {
    text-wrap: balance;
}


/* navbar*/
.main-head {
    padding: 10px 0;
    background-color: transparent;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    transition: all 0.3s ease-in-out;
}

.main-head.fixed {
    background-color: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(10px);
    padding: 10px 0;
    box-shadow: 0 4px 12px 1px rgba(0, 0, 0, 0.2);
}

.main-head.fixed .navbar-brand {
    width: 120px;
}

.menu-right {
    margin-left: 30px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.navbar-brand {
    padding: 0;
    margin: 0;
    width: 140px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
}

.navbar-brand img {
    width: 100%;
    transition: all 0.3s ease-in-out;
}

.navbar {
    background: none;
    margin: 0;
    padding: 0;
    min-height: inherit;
    height: inherit;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

.navbar-nav li {
    position: relative;
    list-style: none;
}

.navbar-nav>li {
    margin: 0 17px;
    padding: 20px 0;
    position: relative;
}

.navbar-nav>li:last-child {
    margin-right: 0;
}

.navbar-nav>li:first-child {
    margin-left: 0;
}

.navbar-nav>li>a {
    color: var(--white);
    font-size: 17px;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
    position: relative;
    font-family: var(--heading-font);
}

.navbar-nav>li>a:after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, #6F470C 0%, #F8D565 50%, #6F470C 100%);
    position: absolute;
    bottom: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.navbar-nav>li.current-menu-item>a,
.navbar-nav>li>a:hover,
.navbar-nav>li.menu-item-has-children:hover>a {

    color: var(--secondary-color)
}

.navbar-nav>li.current-menu-item>a:after,
.navbar-nav>li>a:hover:after,
.navbar-nav>li.menu-item-has-children:hover>a:after {
    width: 100%;
}

li.menu-item-has-children a {
    padding-right: 20px;
}

/* navbar submenu*/

.sub-menu {
    background: #fff;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    border: 1px solid rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    min-width: 200px;
    padding: 0;
}

.sub-menu>li>a {
    color: #000;
    display: block;
    width: 100%;
    padding: 10px 10px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
}

.sub-menu>li {
    width: 100%;
    display: block;
}

.sub-menu>li>a:hover,
.sub-menu>li.menu-item-has-children:hover>a,
.sub-menu>li.current-menu-item>a {
    background: var(--primary-color);
    color: var(--white);
}



.navbar-nav>li:last-child>.sub-menu {
    right: 0;
    left: inherit;
    padding: 0;
}

/* 2nd level submenu */
.navbar-nav>li>.sub-menu .sub-menu {
    position: absolute;
    left: 100%;
    top: 0;
}


/* for push-menu */
.navbar-collapse .navbar-toggler {
    display: none;
}

#navoverlay {
    display: block;
    pointer-events: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    margin: 0;
    padding: 0;
    z-index: 99;
    -webkit-transition: background-color 0.5s linear;
    transition: background-color 0.5s linear;
}

/* for push-menu end*/

/* Navbar search starts */

.header-search {
    height: 42px;
    width: 42px;
    line-height: 54px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    transition: all 0.3s ease 0s;
    box-shadow: 0 16px 32px 0 rgba(7, 28, 31, 0.1);
    background-color: transparent;
    border: 1px solid var(--grey2);
    cursor: pointer;
    border-radius: 6px;
}

.header-search a {
    color: var(--white) !important;

}

.header-search:hover {
    background-color: var(--theme-black);
}

.header-search:hover a {
    color: var(--white);
}

.search-popup-wrap {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.95);
    height: 100%;
    width: 100%;
    z-index: 9999;
    padding: 100px 0;
    display: none;
}

.search-wrap {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.search-wrap .title {
    font-size: 47px;
    margin: 0 0 70px 0;
    font-weight: 700;
    letter-spacing: -1px;
    color: var(--tg-blue);
}

.search-form {
    position: relative;
}

.search-form input {
    width: 100%;
    border: none;
    border-bottom: 1px solid var(--primary-color);
    padding: 10px 50px 20px;
    text-align: center;
    font-weight: 500;
    font-size: 30px;
    background: transparent;
    color: var(--black);
}

.search-form input::placeholder {
    font-size: 30px;
    color: var(--black);
    opacity: .5;
}

.search-btn {
    position: absolute;
    right: 20px;
    background: transparent;
    border: 0;
    font-size: 25px;
    color: var(--primary-color);
    top: 50%;
    transform: translateY(-50%);
}

.search-close {
    position: absolute;
    top: 5%;
    right: 5%;
    font-size: 30px;
    color: var(--primary-color);
    cursor: pointer;
}

/* Navbar search ends */

/* Banner section starts */

.banner-sec-wrap {
    position: relative;
}

.banner-content-wrap {
    position: relative;
    /* top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%); */
    z-index: 9;
    width: 100%;
}

.banner-sec {
    display: flex;
    align-items: center;
    background: #D9D9D1;
    position: absolute;
    top: 0;
    left: 0;
    isolation: isolate;
    min-height: 100vh;
    width: 100%;


}

.banner-text-inner-wrap .sectop {
    margin-bottom: 90px;
}

.banner-sec .swiper-slide-inner {
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    min-height: 100vh;

}

/* .banner-text [data-swiper-parallax] {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s ease;
}

.swiper-slide-active .banner-text [data-swiper-parallax] {
  opacity: 1;
  transform: translateY(0);
}

.swiper-slide-active .sectop {
  transition-delay: 0.2s;
}
.swiper-slide-active h1 {
  transition-delay: 0.4s;
}
.swiper-slide-active p {
  transition-delay: 0.6s;
}
.swiper-slide-active .banner-search-area {
  transition-delay: 0.8s;
} */


.banner-sec .swiper-slide-inner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #000, #000);
    z-index: -1;
    opacity: 0.4;
}

.banner-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.banner-social-links {
    position: fixed;
    top: 50%;
    right: 2%;
    transform: translateY(-50%);
    list-style: none;
    z-index: 99;
    padding-inline-start: 0;
}

.banner-social-links li {
    font-size: 26px;
    background: linear-gradient(90deg, #6F470C 0%, #F8D565 50%, #6F470C 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    transition: all 0.3s ease-in-out;
}

.banner-social-links li:hover {
    transform: scale(1.2);
}


.banner-img img {
    width: 1180px;
    max-width: inherit;
}

@media(min-width:1920px) {

    .banner-sec-wrap {
        max-height: 800px;
    }
}

@media(max-width:1919px) {
    .banner-img img {
        width: 1050px;
    }
}

@media(max-width:1599px) {
    .banner-img img {
        width: 1000px;
    }
}

@media(max-width:1439px) {
    .banner-img img {
        width: 850px;
    }
}

a .border-btn-area {
    display: flex;
    gap: 60px;
    margin-top: 30px;
    align-items: center;
}

.banner-text {
    padding: 100px 0;
    color: #fff;
    padding-top: 200px;
}

.banner-text h1 {
    color: var(--white);
    text-transform: uppercase;
}

.banner-text h1 em {
    text-transform: lowercase;
    font-family: var(--heading-font);
}

.banner-text h1 span {
    color: var(--white);
}

.banner-text h1 span strong {
    font-weight: 500;
    position: relative;
}

.banner-text h1 span strong::before {
    content: '';
    position: absolute;
    bottom: 6px;
    left: 0;
    width: 100%;
    height: 9px;
    border-radius: 30px;
    background-color: var(--primary-color);
    opacity: 0.7;
}


/* .search-area {
    position: absolute;
    bottom: -3%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    z-index: 3;
    padding: 28px 10px 28px 50px;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    background: #FCFCFC;
    box-shadow: 0px 5px 40px rgba(125, 140, 158, 0.25);
    border-radius: 20px;
} */

.banner-search-area {
    margin-top: 40px;
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 100;
}

.banner-search-area input {
    width: 100%;
    background-color: rgba(217, 217, 217, 0.5);
    max-width: 606px;
    margin-left: auto;
    margin-right: auto;
    height: 54px;
    background-image: url(../images/orange-search.png);
    background-position: 15px center;
    background-repeat: no-repeat;
    padding-left: 50px;
    border-radius: 15px;
    color: white;
    border: none;
    backdrop-filter: blur(4px);
    outline: none !important;
}

.banner-search-area input::placeholder {
    color: white;
}


/* Banner section ends */


/* Featured section starts */

.link-card {
    position: relative;

    transition-duration: 300ms;
    transition-property: transform, box-shadow;
    transition-timing-function: ease-out;
    transform: rotate3d(0);
}

.link-card:hover {
    transition-duration: 150ms;
}

.link-card .glow {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;

    background-image: radial-gradient(circle at 50% -20%, #ffffff22, #0000000f);
}


.featured-section {
    margin-top: -20px;
    z-index: 9;
    position: relative;
}

@media(max-width:1600px) {
    .featured-section {
        margin-top: -110px;
    }
}

.featured-card {
    position: relative;
    display: block;
}

.featured-card .cmn-btn {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    overflow: hidden;
    white-space: nowrap;
    font-size: 16px;
    margin-top: 10px !important;
}

.featured-card-img {
    aspect-ratio: 1/1;
    background-color: var(--primary-color);
    display: flex;
    align-items: center;
    border-radius: 15px;
    position: relative;
    overflow: hidden;
    border: 1px solid var(--secondary-color);
}

.featured-card-img img {
    width: 100%;
    height: auto;
    padding: 16px;
    transition: all 0.3s ease-in-out;
}


.featured-card:hover .featured-card-img img {
    transform: scale(1.1);
}

.service-list .featured-card-img img {
    padding: 0;
}

.featured-card-text {
    font-weight: 600;
    font-size: 24px;
    line-height: 65px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    text-align: center;
    font-family: var(--heading-font);
}

/* Featured section ends */

/* About section start */
.about-image-slider {
    border-radius: 15px;
    overflow: hidden;
}

.about-image-slider-items .image-anime {
    border-radius: 0;
}

.about-image-slider-items .image-anime img {
    border-radius: 0;
}

/* About section end */
.btn-area {
    margin-top: 28px;
}

/* About section ends */


/* animation */
.reveal>*:not(.splitting, .image-anim) {
    opacity: 0;
    -webkit-transform: translateY(80px);
    -ms-transform: translateY(80px);
    transform: translateY(80px);
    -webkit-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}

.reveal>*.play-reveal:not(.splitting, .image-anim) {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}

.reveal .splitting {
    opacity: 0;
    -webkit-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}

.reveal .play-reveal.splitting {
    opacity: 1;
    -webkit-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}

.reveal .play-reveal.splitting .char {
    -webkit-animation: slide-in .5s cubic-bezier(.3, 0, .7, 1) both;
    animation: slide-in .5s cubic-bezier(.3, 0, .7, 1) both;
    -webkit-animation-delay: calc(50ms * var(--char-index));
    animation-delay: calc(50ms * var(--char-index));
}

@-webkit-keyframes slide-in {
    from {
        -webkit-transform: scale(0.4) translateY(80%);
        transform: scale(0.4) translateY(80%);
        opacity: 0;
    }
}

@keyframes slide-in {
    from {
        -webkit-transform: scale(0.4) translateY(80%);
        transform: scale(0.4) translateY(80%);
        opacity: 0;
    }
}

.banner-cont.reveal>p.play-reveal {
    transition-delay: 1s;
}

.banner-cont.reveal>.banner-btn-full.play-reveal {
    transition-delay: 1.3s;
}


.image-anim {
    opacity: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.image-anim.play-reveal {
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    animation: text-clip4 1s 0s cubic-bezier(0.5, 0, 0.1, 1) both;
    -webkit-animation: text-clip4 1s 0s cubic-bezier(0.5, 0, 0.1, 1) both;
}

@-webkit-keyframes text-clip4 {
    from {
        -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
        clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    }

    to {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    }
}

@keyframes text-clip4 {
    from {
        -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
        clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    }

    to {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    }
}

/* animation end */


/* Footer area start */

.main-footer {
    background-color: var(--theme-black);
    padding: 60px 0 0 0;
    color: var(--white);
    position: relative;
    isolation: isolate;
}

.main-footer::before {
    content: '';
    left: 100%;
    height: 100%;
    width: 100%;
    right: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/banner-image-2.jpg) center bottom 16%/cover no-repeat;
    z-index: -1;
    opacity: 0.2;
}

.main-footer a {
    color: var(--white);
}

.main-footer a:hover {
    color: var(--secondary-color);
}

.footer-logo {
    width: 200px;
    margin-bottom: 16px;
}

.footer-logo img {
    width: 100%;
}

.footer-title {
    font-weight: 500;
    color: var(--white);
    margin-bottom: 10px;
    font-size: 20px;
}

.footer-list {
    padding-inline-start: 0;
    list-style: none;

}


.footer-list i {
    background: linear-gradient(90deg, #6F470C 0%, #F8D565 50%, #6F470C 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}


.footer-copy {
    padding: 20px 0;
    text-align: center;
    margin-top: 20px;
    font-size: 18px;
    font-family: var(--);
}

.footer-btn .cmn-btn-border strong {
    background-color: var(--white);
    color: var(--theme-black);
}

.footer-social-icons {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-inline-start: 0;
    list-style: none;
    margin-top: 30px;
}

.footer-social-icons li a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
}

.footer-new-form-area form {
    position: relative;
}

.footer-new-form-area input {
    width: 100%;
    color: var(--white);
    height: 40px;
    border: none;
    border-bottom: 1px solid #fff;
    padding-left: 0;
    padding-right: 60px;
}

.footer-new-form-area button {
    border: none;
    background: transparent;
    color: var(--white);
    outline: none;
    position: absolute;
    top: 10px;
    right: 10px;
}


.contact-social {
    display: flex;
    align-items: center;
    padding-inline-start: 0;
    list-style: none;
    gap: 16px;
}


.contact-box input:not([type="checkbox"], [type="radio"]),
.contact-box select,
.contact-box textarea {
    border: 1px solid var(--theme-black);
    height: 50px;
    border-radius: 10px;
    padding: 10px 16px;
}

.contact-box textarea {
    height: 90px;
    resize: none;
}

.contact-box label {
    font-size: 16px;
    font-weight: 600;
    color: var(--black);
    margin-bottom: 10px;
}

.contact-box h3 {
    font-size: 20px;
    font-weight: 600;
    color: var(--black);
}



/* about page css */

/* about-section-start */



.about-text-area {
    padding-bottom: 50px;
}

.about-img-area {
    margin-bottom: 50px;
    overflow: hidden;

    border-radius: 20px;
}

.about-sec .about-text-area h2 {
    color: var(--black);
}

.about-sec .about-img-area img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    transition: .3s ease-in-out;
}

.about-sec .about-img-area img:hover {
    transform: scale(1.3);
}

.about-team-sec {
    padding-bottom: 100px;
}

.about-team-top-content {
    padding-bottom: 50px;
}

.about-team-top-content h2 {
    color: var(--black);
}



.slick-dots {
    display: flex !important;
    justify-content: center;
    margin-top: 20px;
    gap: 10px;
    list-style: none;
    padding: 0;
}

/* Dot buttons */
.custom-dot {
    width: 12px;
    height: 12px;
    background-color: #ccc;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s;
}

/* Active dot */
.slick-dots li.slick-active .custom-dot {
    background-color: #333;
}

/* blog section start */

.blog-card {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
    padding: 20px;
    background-color: var(--primary-color);
    border: 1px solid var(--secondary-color);
}

.blog-card:hover .blog-image img {
    transform: scale(1.2);
}

.blog-image {
    overflow: hidden;
    border-radius: 10px;

}

.blog-image img {
    width: 100%;
    display: block;
    transition: all 0.3s ease-in-out;
    aspect-ratio: 5/3;
    object-fit: cover;
}

.blog-content {
    padding: 10px 0 20px;
}

.blog-title a {
    font-weight: 700;
    margin: 0 0 15px 0;
    line-height: 1.2;
    padding-right: 16px;
    font-size: 20px;
    margin-top: 10px;
    color: var(--secondary-color);
    line-clamp: 1;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;

}

.blog-content p {
    padding-right: 15px;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}



.blog-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
}

.read-more {
    text-decoration: none;
    font-weight: 700;
    transition: all 0.3s ease-in-out;
    font-weight: 600;
    font-size: 20px;
    line-height: 23px;
    text-transform: uppercase;
    color: #D5D5D5;
}

.read-more:hover {
    color: var(--secondary-color);
    letter-spacing: 0.6px;
}

.date {
    color: #d3d3d3;
    display: flex;
    align-items: center;
    gap: 6px;
}

/* Testimonial section start */

.testimonial-card {
    display: flex;
    background-color: var(--primary-color);
    border-radius: 15px;
    overflow: hidden;
    gap: 10px;
}

.testi-left {
    width: 100%;
    padding: 16px 0 16px 16px;
    align-self: center;
}

.testi-right {
    width: 44%;
    display: none;
}

.testi-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 35% 100%);
}

.testi-stars {
    display: flex;
    gap: 4px;
    font-size: 14px;
    color: #FFD900;
    margin-bottom: 16px;
}

.testi-name {
    position: relative;
    color: var(--white);
    display: flex;
    align-items: center;
    gap: 8px;
}

.testi-name::before {
    content: '';
    width: 30px;
    height: 2px;
    border-radius: 8px;
    background-color: #fff;
    display: inline-block;
}


.fleet-slider .slick-list,
.testimonial-slider .slick-list {
    margin: -12px;
}

.fleet-slider .slick-slide,
.testimonial-slider .slick-slide {
    padding: 12px;
}

.fleet-slider .slick-dots li button,
.testimonial-slider .slick-dots li button {
    border-radius: 50%;
    width: 16px;
    height: 16px;
    font-size: 0;
    background: transparent;
    border: 2px solid #fff;
}

.fleet-slider .slick-dots li.slick-active button,
.testimonial-slider .slick-dots li.slick-active button {
    background: #fff;
}


/* Footer area start */
/* Footer Base */
.main-footer {
    background: #1f1f23;
    color: #fff;
    padding: 60px 0 0 0;
}

.main-footer .footer-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #fff;
    font-family: var(--heading-font);
}

/* Logo Section */
.footer-logo img {
    max-width: 110px;
}

/* Contact Info */
.footer-contact {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
}

.footer-contact li {
    margin-bottom: 10px;
    font-size: 18px;
    font-family: var(--heading-font);
    font-weight: 400;
}

.footer-contact i {
    margin-right: 8px;
    color: var(--primary-color);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #fff;
    transition: all 0.3s ease-in-out;
}

.footer-contact li:hover i {
    background-color: var(--secondary-color);
}

/* Social Icons */
.footer-social-icons {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 12px;
    margin-top: 15px;
}

.footer-social-icons li a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #fff;
    color: var(--primary-color);
    transition: all 0.3s ease;
}

.footer-social-icons li a:hover {
    background: #ffd700;
    color: #111;
}

/* Quick Links */
.footer-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-list li {
    margin-bottom: 15px;
}

.footer-list li a {
    font-size: 16px;
    color: #ccc;
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer-list li a:hover {
    color: #ffd700;
    padding-left: 5px;
}

/* Subscribe Form */
.footer-subscribe {
    display: flex;
    flex-direction: column;
    gap: 12px;
    background: #000;
    padding: 20px;
    border-radius: 15px;
}

.footer-subscribe input {
    padding: 12px 15px;
    border: none;
    border-radius: 6px;
    background: #2a2a2e;
    color: #fff;
    font-size: 14px;
}

.footer-subscribe input::placeholder {
    color: #999;
}

.footer-subscribe input:focus {
    outline: none;
    border: 1px solid #ffd700;
}

/* Reuse your common button */
.footer-subscribe button.cmn-btn {
    width: 100%;
    text-align: center;
}

/* ---------- Why Choose Us Section ---------- */
.why-choose-sec {
    background-color: var(--body-color);
    color: var(--white);
}

.why-choose-content h2 {
    color: var(--secondary-color);
    font-family: var(--heading-font);
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 20px;
}

.why-choose-content p {
    color: var(--grey);
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 20px;
}

.why-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.why-list li {
    margin-bottom: 10px;
    font-size: 15px;
    color: var(--grey);
}

.why-list i {
    color: var(--secondary-color);
    margin-right: 10px;
}

/* Right Image and Counter Box */
.why-choose-img {
    position: relative;
    text-align: center;
}

.why-choose-img img {
    border-radius: 12px;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.4);
}

.why-img img {
    border-radius: 15px;
}

/* Responsive */
@media (max-width: 768px) {
    .main-footer {
        text-align: center;
    }

    .footer-social-icons {
        justify-content: center;
    }
}


.footer-copy {
    background-color: var(--black);
}

/* Footer area end */



.inner-banner {
    min-height: 400px;
    display: flex;
    align-items: center;
    isolation: isolate;
    position: relative;
    background: center/cover no-repeat;
}

.inner-banner .banner-sec {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}


.inner-banner .banner-sec .swiper-slide-inner {
    min-height: 100%;
}




.inner-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #000, #000);
    z-index: -1;
    opacity: 0.4;
}

.inner-ban-content {
    color: #fff;
    padding: 190px 0 60px;
}

.inner-ban-content h1 {
    color: #fff;
}

@media(min-width:1280px) {
    .inner-ban-content h1 {
        font-size: 40px;
    }
}

/* Breadcrumb Base */
.breadcrumb {
    font-family: Arial, sans-serif;
    font-size: 14px;
    margin: 20px 0;
}

.breadcrumb ol {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
}

.breadcrumb li {
    display: flex;
    align-items: center;
}

.breadcrumb li+li::before {
    content: "›";
    /* You can change to "/" or "»" */
    margin: 0 8px;
    color: #999;
    font-weight: bold;
}

/* Links */
.breadcrumb a {
    text-decoration: none;
    color: var(--white);
    transition: color 0.3s ease;
}

.breadcrumb a:hover {
    color: var(--secondary-color);
    text-decoration: underline;
}

/* Current Page */
.breadcrumb [aria-current="page"] {
    color: var(--secondary-color);
    font-weight: bold;
}


.service-details {
    padding: 60px 20px;
    background: #111;
    color: #fff;
    font-family: "Poppins", sans-serif;
}

.container {
    max-width: 1200px;
    margin: auto;
}

.intro-text h2 {
    text-align: center;
    font-size: 28px;
    margin-bottom: 20px;
    color: #ffd700;
}

.intro-text p {
    line-height: 1.7;
    margin-bottom: 15px;
    color: #ddd;
    text-align: center;
}

.highlight-box {
    background: #1a1a1a;
    border-left: 5px solid #ffd700;
    padding: 20px;
    margin: 40px 0;
    font-size: 18px;
    font-style: italic;
    text-align: center;
}

.content-block {
    display: flex;
    gap: 30px;
    align-items: center;
    margin-bottom: 50px;
}

.content-block.reverse {
    flex-direction: row-reverse;
}

.content-block .text {
    flex: 1;
}

.content-block .text p {
    margin-bottom: 15px;
    color: #ddd;
}

.content-block .image {
    flex: 1;
}

.content-block .image img {
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
}

.experience {
    text-align: center;
    margin: 60px 0 40px;
}

.experience h3 {
    font-size: 26px;
    margin-bottom: 15px;
    color: #ffd700;
}

.experience p {
    max-width: 800px;
    margin: 0 auto 20px;
    color: #ccc;
}

.buttons {
    margin-top: 20px;
}

.btn-primary,
.btn-secondary {
    display: inline-block;
    padding: 12px 25px;
    margin: 5px;
    border-radius: 5px;
    font-weight: bold;
    text-decoration: none;
    transition: 0.3s;
}

.btn-primary {
    background: #ffd700;
    color: #000;
}

.btn-primary:hover {
    background: #e6c200;
}

.btn-secondary {
    background: transparent;
    border: 2px solid #ffd700;
    color: #ffd700;
}

.btn-secondary:hover {
    background: #ffd700;
    color: #000;
}

/* Features */
.features {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
    margin-top: 40px;
}

.feature {
    flex: 1 1 18%;
    background: #1a1a1a;
    padding: 20px;
    border-radius: 8px;
    margin: 10px;
    color: #ffd700;
    font-weight: bold;
    transition: 0.3s;
}

.feature i {
    font-size: 26px;
    margin-bottom: 12px;
}


.feature h4 {
    color: var(--white);
}

.feature:hover {
    background: #222;
    transform: translateY(-5px);
}

/* Responsive */
@media (max-width: 900px) {
    .content-block {
        flex-direction: column;
    }

    .content-block.reverse {
        flex-direction: column;
    }

    .features {
        flex-direction: column;
    }

    .feature {
        flex: 1 1 100%;
    }
}

.service-slider-wrap {
    border-radius: 15px;
    overflow: hidden;
}




/* Modal pop up */
.booking-modal .modal-content {
    background-color: #2c2c2c;
    color: #fff;
    border-radius: 10px;
    padding: 20px;
}

.car-card-wrap {
    height: 100%;
    border-radius: 10px 0 0 10px;
    position: relative;
    isolation: isolate;
    justify-content: center;
    display: flex;
    flex-direction: column;
    overflow: hidden;

}

.car-card-wrap::before {
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(15px);
    z-index: 1;
    position: absolute;
}

.car-card {
    background-color: #3a3a3a;
    border-radius: 10px;
    overflow: hidden;
    color: #fff;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    isolation: isolate;
    z-index: 9;
}

.car-card img {
    width: 100%;
    aspect-ratio: 1/1;
    height: auto;
    object-fit: cover;
}

.car-card .price {
    font-size: 1.2rem;
    font-weight: bold;
}

.car-radio-area {
    position: relative;
    z-index: 3;
}

.car-radio-area input {
    width: 20px;
    height: 20px;
}


.form-control,
.form-select {
    background-color: #1e1e1e !important;
    color: #fff;
    border: none;
    border: 1px solid var(--secondary-color);
    margin-bottom: 10px;
}

.form-control::placeholder,
.form-select::placeholder {
    color: #fff;
}

.btn-gold {
    background: linear-gradient(to right, #d4af37, #b8860b);
    color: #000;
    font-weight: bold;
    width: 100%;
}

.extra-options {
    font-size: 0.9rem;
    margin-top: 10px;
}


.bg-black .modal-content {
    background-color: var(--primary-color) !important;
}

.bg-black .text-muted {
    color: #ccc !important;
}

.bg-black .form-label {
    color: #fff;
}

.extra-options .input-group {
    width: 120px;
    /* control overall width */
}

.extra-options .form-control {
    background-color: #222;
    /* dark background */
    color: #fff;
    border: none;
    text-align: center;
    font-weight: bold;
    box-shadow: none;
    margin-bottom: 0;
    width: 60px;
    height: 36px !important;
}

.extra-options input[type=number]::-webkit-inner-spin-button,
.extra-options input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
    min-height: auto;

}



/* For WebKit browsers (Chrome, Safari, Edge) */
input[type="date"]::-webkit-calendar-picker-indicator,
input[type="time"]::-webkit-calendar-picker-indicator {
    filter: invert(1);
    /* flips dark icon to white */
    opacity: 1;
}


.extra-options .form-control:focus {
    background-color: #222;
    color: #fff;
    box-shadow: none;
}

.extra-options .btn {
    background-color: #333;
    color: #fff;
    border: 1px solid #555;
    width: 36px;
    height: 36px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.extra-options .btn:hover {
    background-color: #444;
    color: #fff;
}

.modal-btn-close {
    color: #fff;
    background-color: transparent;
    font-size: 26px;
    border: none !important;
    outline: none !important;
    transition: all 0.3s ease-in-out;
}

.modal-btn-close:hover {
    color: var(--secondary-color);
}

.custom-tabs {
    gap: 12px;
    justify-content: center;
    margin: 30px 0 !important;
}

.custom-tabs li {
    width: calc(50% - 12px);
}

.custom-tabs .tab-btn {
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
    font-weight: 600;
    padding: 10px;
    text-align: center;
    border-radius: 6px;
    transition: all 0.3s ease;
    /* min-width: 200px; */
    width: 100%;
}

.custom-tabs .tab-btn.active {
    background-color: #fff;
    color: #000;
}

.custom-tabs .tab-btn:not(:last-child) {
    margin-right: 8px;
}


.fleet-card {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
    padding: 20px;
    background-color: var(--primary-color);
    border: 1px solid var(--secondary-color);
}

.fleet-image {
    overflow: hidden;
    aspect-ratio: 5/3;
}

.fleet-image img {
    border-radius: 8px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-bottom: 10px;
    transition: all 0.3s ease-in-out;

}

.fleet-card:hover .fleet-image img {
    transform: scale(1.1);
}

.fleet-info {
    display: flex;
    gap: 15px;
    list-style: none;
    margin: 15px 0;
    padding: 0;
}

.fleet-info li {
    font-size: 14px;
    color: #d4af37;
}

.fleet-title {
    color: #f1c40f;
    font-size: 20px;
    margin-top: 10px;
}

.fleet-text {
    font-size: 14px;
    color: #ccc;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.fleets-details {
    background: var(--body-color);
    color: var(--white);
}

.fleet-info ul li {
    padding: 5px 0;
    border-bottom: 1px solid var(--primary-grey);
}

.btn-gold {
    background: var(--secondary-color);
    color: var(--black);
    border: none;
    transition: all 0.3s;
}

.btn-gold:hover {
    background: #d4b94d;
    color: var(--black);
}


/* Slick Slider Thumbnails */
.thumb-slider img {
    cursor: pointer;
    border: 2px solid transparent;
}

.thumb-slider .slick-current img {
    border-color: var(--secondary-color);
}



.fleet-info-area {
    background: var(--primary-color);
    border: 1px solid var(--primary-grey);
    color: var(--white);
}

.fleet-info h4 {
    border-bottom: 1px solid var(--primary-grey);
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.info-table .info-row {
    display: flex;
    justify-content: space-between;
    padding: 13px 0;
    font-size: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.info-table .info-row:last-child {
    border-bottom: none;
}

.info-table .info-row span {
    color: var(--white);
}

.info-table .info-row .value {
    color: var(--secondary-color);
    font-weight: 500;
}

.price-section {
    font-size: 16px;
}

.price-section .value {
    color: var(--secondary-color);
    font-weight: 600;
}

.btn-gold {
    background: var(--secondary-color);
    color: var(--black);
    border: none;
    transition: all 0.3s;
}

.btn-gold:hover {
    background: #d4b94d;
    color: var(--black);
}

.vehicle-overview {
    background: var(--primary-color);
    color: var(--white);
    border: 1px solid var(--primary-grey);
}

.vehicle-overview h2 {
    color: var(--secondary-color);
    border-bottom: 1px solid var(--primary-grey);
    padding-bottom: 10px;
}

.vehicle-overview p {
    line-height: 1.7;
    color: var(--grey2);
}

.vehicle-overview ul {
    list-style: none;
    padding-left: 0;
}

.vehicle-overview ul li {
    padding: 6px 0;
    position: relative;
    color: var(--grey2);
}

.vehicle-overview ul li::before {
    content: '•';
    color: var(--secondary-color);
    margin-right: 8px;
    font-weight: bold;
}


.main-slider img {
    aspect-ratio: 5/3;
    object-fit: cover;
}



/* ===== LOGIN SECTION ===== */
.login-section {
    background: center/cover no-repeat;
    color: #fff;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 20px;
    padding-left: 15px;
    padding-right: 15px;
}

.login-box {
    background: #1b1b1b;
    border-radius: 12px;
    max-width: 680px;
    width: 100%;
    padding: 40px 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    text-align: center;
    border: 2px solid var(--secondary-color);
}

.brand-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #fff;
}

.brand-title span {
    background: linear-gradient(90deg, #b68d40, #e0b64d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.login-subtext {
    font-size: 16px;
    margin-bottom: 5px;
}

.login-desc {
    font-size: 14px;
    color: #aaa;
    margin-bottom: 25px;
    line-height: 1.6;
}

.form-group {
    margin-bottom: 15px;
}

.login-form input {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #444;
    border-radius: 6px;
    background: #111;
    color: #fff;
    font-size: 14px;
}

.login-form input::placeholder {
    color: #888;
}

.forgot-pass {
    display: block;
    text-align: right;
    font-size: 13px;
    color: #b68d40;
    margin-bottom: 20px;
}

.btn-login {
    width: 100%;
    background: linear-gradient(90deg, #b68d40, #e0b64d);
    border: none;
    color: #000;
    padding: 12px 0;
    font-weight: 700;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-login:hover {
    background: linear-gradient(90deg, #e0b64d, #b68d40);
}

.signup-text {
    margin-top: 20px;
    font-size: 14px;
    color: #aaa;
}

.signup-text a {
    color: #b68d40;
}

.divider {
    position: relative;
    margin: 20px 0;
    font-size: 14px;
    color: #777;
}

.divider::before,
.divider::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 40%;
    height: 1px;
    background: #333;
}

.divider::before {
    left: 0;
}

.divider::after {
    right: 0;
}

.btn-social {
    width: 100%;
    border: 1px solid #444;
    background: transparent;
    color: #fff;
    padding: 10px 0;
    border-radius: 6px;
    margin-bottom: 10px;
    font-size: 14px;
    transition: all 0.3s ease;
}

.btn-social i {
    margin-right: 8px;
}

.btn-social.google:hover {
    background: #db4437;
}

.btn-social.facebook:hover {
    background: #1877f2;
}


/* ===== REGISTER PAGE STYLES ===== */
.login-form select {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #444;
    border-radius: 6px;
    background: #111;
    color: #fff;
    font-size: 14px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg fill='%23aaa' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 16px;
}

.phone-group {
    display: flex;
    gap: 10px;
}

.country-code select {
    width: 90px;
    padding: 12px;
    background: #111;
    color: #fff;
    border: 1px solid #444;
    border-radius: 6px;
}

.phone-group input {
    flex: 1;
}

.privacy-note {
    font-size: 13px;
    color: #aaa;
    margin: 8px 0 15px;
    text-align: left;
}

.privacy-text {
    font-size: 13px;
    color: #999;
    line-height: 1.5;
    margin-bottom: 25px;
    text-align: left;
}

.privacy-text a {
    color: #b68d40;
    text-decoration: underline;
}


.login-banner {
    min-height: 300px;
}

.login-banner .inner-ban-content {
    padding: 190px 0 10px;
}



/* Blog page start */
/* Sidebar Container */
.blog-categories {
    background: var(--primary-color);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    padding: 20px;
    color: var(--white);
    font-family: var(--body-font);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

/* Section Titles (Categories / Recent Posts) */
.blog-categories h5,
.blog-categories .card-header h5 {
    font-family: var(--heading-font);
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 1px;
    color: var(--secondary-color);
    text-transform: uppercase;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 8px;
}

/* Category List */
.blog-categories .list-group-item {
    background: transparent;
    padding: 10px 0;
    transition: all 0.3s ease;
}

.blog-categories .list-group-item a {
    color: var(--grey);
    text-decoration: none;
    display: flex;
    align-items: center;
    font-size: 15px;
    transition: all 0.3s ease;
}

.blog-categories .list-group-item i {
    color: var(--secondary-color);
    margin-right: 10px;
    font-size: 14px;
}

.blog-categories .list-group-item:hover a {
    color: var(--secondary-color);
    transform: translateX(4px);
}

/* Divider between list sections */
.blog-categories .list-group-item+.list-group-item {
    border-top: 1px solid var(--grey);
}

/* Recent Posts Card */
.blog-categories .recent-posts {
    margin-top: 30px;
    background: var(--primary-color);
    border: 1px solid var(--grey);
    border-radius: 8px;
    padding: 20px;
}

.blog-categories .recent-posts h5 {
    font-family: var(--heading-font);
    font-size: 18px;
    text-transform: uppercase;
    color: var(--secondary-color);
    border-bottom: 1px solid var(--grey);
    padding-bottom: 8px;
    margin-bottom: 15px;
}

.blog-categories .recent-posts ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.blog-categories .recent-posts li:not(:last-child) {
    margin-bottom: 12px;
    border-bottom: 1px solid var(--grey);
    padding-bottom: 10px;
}

.blog-categories .recent-posts a {
    color: var(--grey);
    font-size: 14px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.blog-categories .recent-posts a:hover {
    color: var(--secondary-color);
}

.blog-categories .recent-posts small {
    color: var(--grey);
    font-size: 12px;
}

.blog-categories .recent-posts i {
    color: var(--secondary-color);
    margin-right: 6px;
}

.blog-cate-area {
    border: 1px solid var(--grey);
    padding: 10px;
}


/* ---------- Sticky Sidebar ---------- */
/* .sticky-sidebar {
    position: sticky;
    top: 100px;
    z-index: 10;
}

@media (max-width: 991px) {
    .sticky-sidebar {
        position: static;
        margin-top: 40px;
    }
} */

.blog-categories .search-input {
    background: var(--body-color);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: var(--white);
    font-family: var(--body-font);
    font-size: 14px;
    border-radius: 6px;
    padding: 8px 12px;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    padding-right: 54px;
    border: 1px solid var(--secondary-color);
}

.blog-categories .search-input::placeholder {
    opacity: 1;
    color: #fff;
}

.blog-categories .search-input:focus {
    outline: none;
    border-color: var(--secondary-color);
    box-shadow: 0 0 5px var(--secondary-color);
}


.search-box form {
    position: relative;
    margin-bottom: 0;
}

.search-box .search-btn {
    background: var(--secondary-color);
    border: none;
    color: var(--white);
    font-size: 16px;
    padding: 8px 14px;
    border-radius: 0 6px 6px 0;
    transition: all 0.3s ease;
    position: absolute;
    top: 28px;
    height: 54px;
    right: 0;
}

.search-box .search-btn:hover {
    background: #e0bd52;
    color: var(--black);
}

/* Adjust spacing consistency */
.blog-categories h5 {
    margin-top: 0;
    margin-bottom: 15px;
}

.blog-details-section {
    background-color: var(--body-color);
    color: var(--white);
}

.blog-details-title {
    font-family: var(--heading-font);
    color: var(--secondary-color);
    font-size: 32px;
    font-weight: 600;
}

.blog-featured-img img {
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.blog-meta span {
    color: var(--grey);
    font-size: 14px;
    margin-right: 20px;
}

.blog-meta i {
    color: var(--secondary-color);
    margin-right: 6px;
}

.blog-details-content p {
    color: var(--grey);
    line-height: 1.8;
    margin-bottom: 20px;
    font-size: 15px;
}

.blog-details-content h3 {
    font-family: var(--heading-font);
    color: var(--secondary-color);
    margin-top: 30px;
    font-size: 20px;
}

/* Quote Block */
.blog-quote {
    background-color: var(--primary-color);
    border-left: 4px solid var(--secondary-color);
    padding: 20px;
    font-style: italic;
    color: var(--grey);
    margin: 30px 0;
    border-radius: 6px;
    position: relative;
}

.blog-quote i {
    color: var(--secondary-color);
    margin-right: 10px;
}

/* Footer details */
.blog-footer-details .tags a {
    background: var(--primary-color);
    color: var(--grey);
    font-size: 13px;
    text-decoration: none;
    margin-left: 6px;
    padding: 5px 10px;
    border-radius: 4px;
    transition: 0.3s;
}

.blog-footer-details .tags a:hover {
    color: var(--black);
    background: var(--secondary-color);
}

.blog-footer-details .social-share a {
    color: var(--grey);
    font-size: 14px;
    margin-left: 10px;
    transition: color 0.3s;
}

.blog-footer-details .social-share a:hover {
    color: var(--secondary-color);
}

/* Related Posts */
.related-title {
    font-family: var(--heading-font);
    color: var(--secondary-color);
    text-transform: uppercase;
}

.related-posts .blog-card {
    background: var(--primary-color);
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.related-posts .blog-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.4);
}

.related-posts .blog-card .blog-image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.related-posts .blog-content {
    padding: 15px;
}

.related-posts .blog-content h4 {
    color: var(--white);
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
}

.related-posts .read-more {
    font-size: 13px;
    color: var(--secondary-color);
    text-decoration: none;
}



/* Blog page end */


/* ---------- Success Modal ---------- */
.success-modal {
    background: var(--body-color);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    color: var(--white);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
}

.success-modal h5 {
    color: var(--white);
    font-family: var(--heading-font);
    font-size: 18px;
}

.success-modal p {
    color: var(--white);
    font-size: 14px;
    margin-bottom: 20px;
}

/* Trips */

.trip-details-area {
    background: #121212;
    color: #fff;
}

.trip-details-area .nav-tabs {
    border-bottom: none;
}

.trip-details-area .nav-tabs .nav-link {
    color: #aaa;
    font-weight: 500;
    border: none;
    font-size: 18px;
    padding: 10px 20px;
}

.trip-details-area .nav-tabs .nav-link.active {
    color: #000;
    border-bottom: 3px solid var(--secondary-color);
}

.trip-details-area .trip-box {
    background: #1f1f1f;
    border: 2px solid #333;
    border-radius: 10px;
    padding: 25px;
    margin-bottom: 25px;
    transition: 0.3s ease;
}

.trip-details-area .trip-box:hover {
    border-color: var(--secondary-color);
}

.trip-details-area .trip-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.trip-details-area .trip-tags {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
}

.trip-details-area .trip-tags .cmn-btn {
    display: inline-block;
    min-width: 150px;
    font-size: 16px;
    padding-left: 12px !important;
    padding-right: 12px !important;
}

.trip-details-area .trip-tags .cmn-btn:hover {
    transform: inherit;
}

.trip-details-area .trip-route {
    margin-top: 15px;
    position: relative;
    isolation: isolate;
}

.trip-details-area .trip-route::before {
    content: "";
    position: absolute;
    left: 5px;
    top: 10px;
    bottom: 10px;
    width: 2px;
    border-left: 1.5px dashed #666;
    z-index: -1;
}

.trip-details-area .trip-route p {
    font-size: 15px;
    margin-bottom: 30px;
}

.trip-details-area .trip-route p:last-child {
    margin-bottom: 0;
}

.trip-details-area .dot {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 8px;
}

.trip-details-area .dot-green {
    background-color: #00ff00;
}

.trip-details-area .dot-red {
    background-color: #ff3b3b;
}

.trip-details-area .dot-mid {
    background-color: #bbb;
}

/* (optional) tighter spacing for multi-stop lists on desktop */
@media (min-width: 992px) {
    .trip-details-area .trip-route p {
        margin-bottom: 22px;
    }
}


.trip-details-area .trip-meta {
    margin-top: 12px;
    font-size: 14px;
    color: #ccc;
}

.trip-details-area .trip-box.ongoing {
    border-color: #28a745;
}

.trip-details-area .trip-box.cancelled {
    border-color: #c0392b;
}

.trip-details-area .trip-box.completed {
    border-color: #d4a017;
}

/* Contact */
/* Contact */
.contact-area {
    background: #121212;
    color: #fff;
}

.contact-area .contact-card,
.contact-area .contact-form-wrap {
    background: #1f1f1f;
    border: 2px solid #333;
    border-radius: 12px;
    padding: 28px;
}

.contact-area .contact-title {
    font-weight: 700;
}

.contact-area .contact-sub {
    color: #cfcfcf;
    margin-bottom: 18px;
}

.contact-area .contact-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.contact-area .contact-list li {
    display: flex;
    gap: 14px;
    padding: 14px 0;
    border-bottom: 1px solid #2b2b2b;
    align-items: center;
}

.contact-area .contact-list li:last-child {
    border-bottom: 0;
}

.contact-area .contact-list .icon {
    height: 44px;
    width: 44px;
    display: grid;
    place-items: center;
    border-radius: 10px;
    background: var(--secondary-color);
    border: 1px solid #333;
    flex: 0 0 44px;
    font-size: 18px;
    color: #000;
}

.contact-area .contact-list a {
    color: #fff;
    text-decoration: none;
}

.contact-area .contact-list a:hover {
    text-decoration: underline;
}

/* Social icons */
.contact-area .socials {
    margin-top: 14px;
    display: flex;
    gap: 10px;
}

.contact-area .socials a {
    height: 42px;
    width: 42px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: #232323;
    border: 1px solid #333;
    color: #fff;
}

.contact-area .socials a:hover {
    transform: translateY(-2px);
}

/* Form */
.contact-area .form-control,
.contact-area .form-select {
    background: #191919;
    border: 1px solid #2b2b2b;
    font-size: 15px;
    color: #fff !important;
}

.contact-area .form-control::placeholder,
.contact-area .form-select {
    color: #b8b7b7 !important;
}

.contact-area .form-control:focus,
.contact-area .form-select:focus {
    border-color: var(--secondary-color);
    box-shadow: none;
}

/* Map wrapper */
.contact-area .contact-map {
    border: 2px solid #333;
    border-radius: 12px;
    overflow: hidden;
}

/* Accordion dark tweak */
.contact-area .accordion-item {
    background: #1f1f1f;
    border: 1px solid #333;
    color: #fff;
    font-size: 15px;
}

.contact-area .accordion-button {
    background: #1f1f1f;
    color: #fff;
    font-size: 20px;
    letter-spacing: 1.5px;
}

.contact-area .accordion-button:not(.collapsed) {
    color: #000;
    background-color: var(--secondary-color);
}


/* Profile Dashboard */
.profile-area {
    background: #121212;
    color: #fff;
}

.profile-area .profile-wrapper {}

.profile-area .profile-head {
    background: #1f1f1f;
    border: 2px solid #333;
    border-radius: 12px;
    padding: 18px 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}

.profile-area .profile-head a {
    color: #fff;
}

.profile-area .avatar {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #333;
    background: #222;
    flex: 0 0 72px;
}

.profile-area .avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.profile-area .nav-tabs {
    border-bottom: none;
}

.profile-area .nav-tabs .nav-link {
    color: #aaa;
    font-weight: 500;
    border: none;
    font-size: 16px;
    padding: 10px 16px;
}

.profile-area .nav-tabs .nav-link.active {
    border-bottom: 3px solid var(--secondary-color);
    background: transparent;
}

/* Cards */
.profile-area .dash-card {
    background: #1f1f1f;
    border: 2px solid #333;
    border-radius: 12px;
    padding: 20px;
}

.profile-area .dash-card.stat {
    text-align: center;
}

.profile-area .stat-label {
    color: #cfcfcf;
    font-size: 14px;
}

.profile-area .stat-value {
    font-size: 28px;
    font-weight: 700;
}

/* Activity list */
.profile-area .activity-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.profile-area .activity-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 0;
    border-bottom: 1px solid #2b2b2b;
}

.profile-area .activity-list li:last-child {
    border-bottom: 0;
}

.profile-area .activity-list .badge-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.profile-area .badge-dot.success {
    background: #28a745;
}

.profile-area .badge-dot.warning {
    background: #d4a017;
}

.profile-area .badge-dot.info {
    background: #3498db;
}

.profile-area .activity-list .time {
    color: #9a9a9a;
    margin-left: auto;
    font-size: 12px;
}

/* Table tweaks */
.profile-area .table {
    color: #eaeaea;
}

.profile-area .table thead th {
    color: #cfcfcf;
}

.profile-area .status-pill {
    padding: 6px 10px;
    border-radius: 999px;
    font-size: 12px;
    border: 1px solid #2b2b2b;
    background: #202020;
    color: #cfcfcf;
}

.profile-area .status-pill.success {
    border-color: #1e7e34;
    color: #a6e3b7;
}

.profile-area .status-pill.warning {
    border-color: #d4a017;
    color: #ffd776;
}

.profile-area .status-pill.info {
    border-color: #3498db;
    color: #9bd2ff;
}

.profile-area .status-pill.danger {
    border-color: #c0392b;
    color: #ffb4a6;
}

/* Payments */
.profile-area .card-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 12px;
}

.profile-area .card-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: space-between;
    background: #191919;
    border: 1px solid #2b2b2b;
    border-radius: 10px;
    padding: 12px 14px;
}

.profile-area .card-brand {
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
}

.profile-area .card-meta {
    color: #cfcfcf;
}

/* Documents */
.profile-area .doc-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 12px;
}

.profile-area .doc-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #191919;
    border: 1px solid #2b2b2b;
    border-radius: 10px;
    padding: 12px 14px;
}

.profile-area .doc-icon {
    height: 42px;
    width: 42px;
    display: grid;
    place-items: center;
    border-radius: 8px;
    background: #232323;
    border: 1px solid #333;
    font-size: 18px;
}

.profile-area .doc-meta span {
    display: block;
    color: #a8a8a8;
    font-size: 12px;
}

/* Forms */
.profile-area .form-control,
.profile-area .form-select {
    background: #191919;
    border: 1px solid #2b2b2b;
    color: #fff;
}

.profile-area .form-control:focus,
.profile-area .form-select:focus {
    border-color: var(--secondary-color);
    box-shadow: none;
}

/* Responsive */
@media (max-width: 991.98px) {
    .profile-area .head-actions {
        width: 100%;
    }
}


.profile-area .cmn-btn,
.summary-head .cmn-btn,
.card-dark .cmn-btn,
.modal.bg-black .cmn-btn {
    font-size: 16px;
    padding: 8px 16px !important;
    min-width: 120px;
    line-height: 1.4;
    box-shadow: 3px 8px 5px 2px #000000;
}

/* Footer store buttons */
.main-footer .footer-store {
    display: flex;
    gap: 10px;
}

.main-footer .footer-store a {
    width: 50%;
}

.main-footer .footer-store img {
    width: 100%;
}

.main-footer .footer-store i {
    transform: translateY(-1px);
}

.footer-store {
    display: flex;
}

.footer-sub form {
    position: relative;
}

.footer-sub input {
    background-color: transparent;
    border: 2px solid var(--secondary-color);
    height: 60px;
    min-height: auto;
    color: #fff;
    padding-right: 70px;
}

.footer-sub input::placeholder {
    color: #ccc;
}

.footer-sub button {
    border: none;
    background: var(--secondary-color);
    height: 60px;
    width: 60px;
    font-size: 25px;
    border-radius: 0 6px 6px 0;
    position: absolute;
    top: 0;
    right: 0;
    transition: all 0.3s ease-in-out;
}

.footer-sub button:hover {
    color: var(--white);
}

/* ========== responsive css =========== */


@media(min-width:1200px) {
    .container {
        max-width: 1164px;
    }

    .container-fluid {
        padding: 0 40px;
    }
}

@media(min-width:1440px) {
    .container {
        max-width: 1320px;
    }

    .container-fluid {
        padding: 0 80px;
    }
}

@media(min-width:1025px) {

    /* navbar*/
    .navbar-nav .clickD {
        display: block;
    }

    .navbar-nav .clickD {
        position: absolute;
        right: 0;
        top: 22px;
        width: 20px;
        height: 20px;
        background: url(../images/nav-down-arrow.svg) center center no-repeat;
        display: block;
        background-size: 10px;
        cursor: pointer;
    }

    .sub-menu>li.menu-item-has-children .clickD {
        top: 4px;
        right: 5px;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    .sub-menu>li.menu-item-has-children .clickD.toggled {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .navbar-nav li.menu-item-has-children:hover>.sub-menu {
        display: block;
    }
}

@media(max-width:1439px) {

    h1,
    .h1-title {
        font-size: 55px;
    }
}

@media(max-width:1199px) {

    h1,
    .h1-title {
        font-size: 42px;
    }

    h2,
    .h2-title {
        font-size: 32px;
    }


    .navbar-nav>li {
        margin: 0 8px;
    }

    /* 
    .banner-sec {
        margin-top: 80px;
        min-height: calc(100vh - 80px);
    } */

    .banner-cont h1 {
        max-width: 520px;
    }


    .reedem-wrap-col-1,
    .reedem-wrap-col-2 {
        width: 50%;
    }

    .about-area {
        margin-left: 0;
        padding: 32px 22px 32px 38px;
    }

    .reedem-top-img {
        max-width: 220px;
    }

    .missing-right-icon {
        margin-right: 25px;
        width: 50px;
        height: 50px;
        margin-left: 25px;
    }

    .service-left-box {
        margin: 0;
        padding: 32px 22px 32px 38px;
    }

    .service-left-box h2 {
        padding-right: 70px;
    }

    .navbar-brand {
        width: 230px;
    }

    .cmn-btn {
        padding: 12px 20px;
    }
}

@media(max-width:1024px) {

    /* navbar*/
    .navbar-nav .clickD {
        position: absolute;
        right: 0;
        top: 17px;
        width: 20px;
        height: 20px;
        background: url(../images/nav-down-arrow.svg) center center no-repeat;
        display: block;
        background-size: 10px;
        cursor: pointer;
    }

    .navbar-nav .clickD.toggled {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .sub-menu>li.menu-item-has-children .clickD {
        top: 8px;
        right: 5px;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    .sub-menu>li.menu-item-has-children .clickD.toggled {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .navbar-nav>li.menu-item-has-children {
        padding-right: 20px;
    }

    .sub-menu>li.menu-item-has-children>a {
        padding-right: 20px;
    }

    .sub-menu.show {
        display: block;
    }

    .navbar-nav>li {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .navbar-nav>li.current-menu-item>a:after,
    .navbar-nav>li>a:after,
    .navbar-nav>li.menu-item-has-children>a:after {
        display: none;
    }

    .navbar-nav>li.current-menu-item>a:after,
    .navbar-nav>li>a:hover:after,
    .navbar-nav>li.menu-item-has-children:hover>a:after {
        width: 100%;
        opacity: 1;
    }

    /* navbar end*/


}


@media (max-width: 991px) {
    .cmn-gap {
        padding: 60px 0;
    }

    .navbar-nav>li>a {
        position: relative;
    }

    .navbar-brand {
        width: 160px;
        order: 1;
    }

    .menu-right {
        order: 2;
        margin-left: auto;
    }

    /* .navbar-nav>li.current-menu-item>a, */
    .navbar-nav>li a:hover {
        padding-left: 50px;
    }

    .navbar-nav>li.current-menu-item>a::before,
    .navbar-nav>li>a:hover::before,
    .navbar-nav>li.menu-item-has-children:hover>a::before {
        opacity: 1;
        -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;
    }


    /* navbar*/
    .navbar-toggler {
        position: relative;
        width: 33px;
        margin-left: 20px;
        height: 28px;
        padding: 0;
        outline: none !important;
        border: none !important;
        box-shadow: none !important;
        order: 3;
    }

    .stick,
    .stick:after,
    .stick:before {
        width: 30px;
        height: 2px;
        background: var(--secondary-color);
        position: absolute;
        left: 0;
        top: auto;
        transition: all 0.6s;
        border-radius: 5px;
    }

    .stick:before {
        content: '';
        top: -10px;
        left: 0;
    }

    .stick:after {
        content: '';
        top: 10px;
        left: 0;
    }

    .stick.open {
        transform: translateX(-50px);
        background: transparent;
    }

    .stick.open:before {
        transform: rotate(45deg) translate(42px, -28px);
        left: 2px;
    }

    .stick.open:after {
        transform: rotate(-45deg) translate(42px, 28px);
        left: 2px;
    }

    .navbar-nav .clickD {
        top: 5px;
        right: 10px;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    .navbar-nav .clickD.toggled {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .sub-menu>li.menu-item-has-children .clickD {
        top: 8px;
        right: 10px;
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }


    .sub-menu,
    .navbar-nav>li>.sub-menu .sub-menu {
        position: relative;
        width: 100%;
        left: inherit;
        top: inherit;
        border: none;
        right: inherit;
    }

    .navbar-nav>li.menu-item-has-children {
        padding-right: 0;
    }

    .navbar-nav>li {
        margin: 0;
        padding: 0;
    }

    .navbar-nav>li>a {
        padding: 8px 20px;
        display: inline-block;
        width: 100%;
    }

    .navbar-nav li.menu-item-has-children>a {
        padding-right: 30px;
    }

    .sub-menu>li>a {
        padding-left: 40px;
    }

    .sub-menu .sub-menu>li>a {
        padding-left: 60px;
    }

    .sub-menu .sub-menu .sub-menu>li>a {
        padding-left: 80px;
    }

    .navbar-nav>li>a:after {
        bottom: 0;
    }

    /* navbar end*/

    /* push nav */

    .navbar-collapse {
        background: #000;
        position: fixed;
        top: 0;
        height: 100vh !important;
        width: 290px;
        overflow-y: auto;
        transition: inherit !important;
        right: 0;
        margin: 0;
        display: block !important;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: transform 0.2s ease-in-out !important;
        transition: transform 0.2s ease-in-out !important;
        z-index: 100;
        padding-top: 60px;
    }

    .navbar-collapse.show,
    .navbar-collapse.collapsing {
        display: block !important;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-transition: transform 0.2s ease-in-out !important;
        transition: transform 0.2s ease-in-out !important;
    }

    .navbar-collapse .navbar-nav {
        margin: 80px 0 0;
        padding: 0 0 40px 0;
    }

    .navbar-collapse .navbar-toggler {
        display: block;
        right: 20px;
        top: 20px;
        position: absolute;
    }

    #navoverlay.open {

        background-color: rgba(0, 0, 0, 0.4);
        pointer-events: all;
        -webkit-transition: background-color 0.5s linear;
        transition: background-color 0.5s linear;
    }

    body.open-nav,
    html.open-nav {
        overflow: hidden;
    }

    .about-wrap-row {
        flex-direction: column-reverse;
    }

    .about-area {
        padding: 32px 25px 32px 25px;
    }

    /* push nav end */

    .reedem-wrap-col-1,
    .reedem-wrap-col-2 {
        width: 100%;
    }

    .about-sec,
    .missing-sec {
        padding-bottom: 60px;
    }

    .missing-sec {
        padding-top: 60px;
    }

    .about-sec::before {
        display: none;
    }

    .about-area {
        margin-bottom: 0;
    }

    .form-area-submit {
        margin-bottom: 0;
    }

    .reedem-img-wrap {
        background-color: transparent;
        padding-bottom: 0;
    }

    .reedem-top-img {
        max-width: 180px;
        margin: auto 0 20px auto;
    }

    .missing-big-img {
        margin-left: 0;
    }

    .missing-right {
        padding-left: 0;
        margin-top: 40px;
    }

    .banner-sec {
        /* margin-top: 63px; */
        min-height: calc(100vh - 63px);
    }

    .mcintosh-wrapper {
        flex-direction: column-reverse;
    }

    .mcintosh-left-column,
    .mcintosh-right-column {
        width: 100%;
    }

    .mcintosh-right-column {
        padding: 50px 0 0;
        transform: inherit !important;
        margin-bottom: 0;
    }


    .partnership-info {
        max-width: unset;
        padding: 0 0 30px;
    }

    .partnership-info h2 {
        width: 100%;
        max-width: 420px;
    }

    .partnership-logo {
        padding: 6px 0 0;
        width: 100%;
        max-width: 350px;
    }







    .footer-logo {
        width: 220px;
    }



    .page-footer-control::after {
        width: 320px;
    }

    .page-footer-control {
        padding: 28px 0 16px;
        margin: 0 0 12px;
    }






    .reedem-bottom-img {
        height: auto;
    }

    .reedem-top-img {
        display: none;
    }

    .about-wrap-row {
        flex-direction: row-reverse;
    }

    .about-area {
        padding: 0;
    }

    .import-data-img img {
        max-width: 80px;
    }

    .sectop {
        font-size: 30px;
    }

}

@media (max-width: 767px) {

    .cmn-gap {
        padding: 50px 0;
    }

    /* images alignment for wordpress content pages */
    .alignright,
    .alignleft,
    .aligncenter {
        float: none;
        clear: both;
        display: block;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        clear: both;
        margin-bottom: 24px;
    }

    h1,
    .h1-title {
        font-size: 34px;
    }

    h2,
    .h2-title {
        font-size: 24px;
    }


    .banner-cont h1 {
        max-width: 440px;
    }

    .about-sec {
        padding: 50px 0 10px 0;
    }





    .faq-area .accordion .accordion-button::after {
        width: 14px;
        height: 14px;
    }


}

@media (max-width: 575px) {

    .cmn-btn {
        padding: 15px 20px;
    }


    .reedem-top-img {
        max-width: 140px;
    }

    .service-left-box {
        padding: 32px 24px;
    }




    .service-card-slider .slick-arrow {
        bottom: 18px;
        width: 35px;
        height: 35px;
        background-size: 8px;
    }

    .service-card-slider .slick-next {
        right: 18px;
    }

    .service-card-slider .slick-prev {
        right: 64px;
    }






    .secondary-nav li {
        padding: 6px 8px;
    }


    .footer-logo {
        width: 180px;
    }

}

@media (max-width: 479px) {
    body {
        line-height: 1.5;
    }

    .cmn-btn {
        padding: 8px 12px !important;
        min-width: 150px;
        font-size: 15px !important;
        text-transform: capitalize;
    }

    .navbar-toggler {
        margin-left: 10px;
    }

    h1,
    .h1-title {
        font-size: 24px;
    }

    .cmn-btn {
        padding: 10px 12px;
        font-size: 12px;
    }



    input[type="submit"] {
        padding: 14px 22px;
        font-size: 13px;
        height: auto;
    }


    .navbar-brand {
        max-width: 120px;
    }



    .banner-sec {
        /* margin-top: 58px; */
        min-height: calc(100vh - 58px);
    }

    .about-area {
        padding: 20px;
    }

    .service-left-box h2 {
        padding-right: 0;
    }




    .footer-logo {
        width: 150px;
        margin-left: auto;
        margin-right: auto;
    }

    .page-footer-control {
        padding: 20px 0 14px;
        margin: 0 0 5px;
    }

    .page-footer-control::after {
        width: 272px;
    }

    .secondary-nav li {
        padding: 2px 8px;
    }

    .secondary-nav-block p {
        font-size: 13px;
        padding: 5px 0;
    }




    .secondary-nav {
        flex-direction: column;
    }

    .partnership-logo {
        max-width: 210px;
        padding: 0;
    }


}

@media (max-width: 359px) {
    .missing-right-content {
        flex-direction: column;
    }

    .missing-right-icon {
        margin-left: 12px;
        margin-bottom: 14px;
    }

    .missing-right-text {
        margin-left: 12px;
    }

    #google_translate_element {
        max-width: 100px;
    }

    .cmn-btn {
        padding: 8px 10px;
        font-size: 11px;
    }

    .navbar-brand {
        max-width: 100px;
    }
}