body {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    scroll-behavior: smooth;
    font-family: "Poppins", sans-serif;
    background: #0B0B0B;
}

/*=====common Styling Start Here=====*/
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
button,
ul,
ol,
figure {
    padding: 0px;
    margin: 0px;
    list-style: none;
    text-decoration: none;
    border: none;
    outline: none;
}

a {
    color: var(--darkcolor);
    display: inline-block;
}

:root {
    --primarycolor: linear-gradient(135deg, #C5A059, #F3E5AB);
    --secondarycolor: #C5A059;
    --darkcolor: #000;
    --lightcolor: #ffffff;
    --bgcolor: #1A1A1A;
    /* --bgcolor: rgba(255, 255, 255, 0.03); */
    --textcolor: #ccc;
    --bordercolor: #e5e7eb;
}

.common-style {
    display: inline-block;
    width: 100%;
    padding: 42px 0px;
}

.common-title-box {
    text-align: center;
}

.common-title {
    background: linear-gradient(135deg, #C5A059, #F3E5AB);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 38px;
    font-weight: 700;
    line-height: 1.2;
    line-height: 45px;
    text-transform: capitalize;
    margin-bottom: 36px;
    font-family: "Philosopher", sans-serif !important;
}

.common-btn {
    position: relative;
    color: #000;
    background: linear-gradient(135deg, #C5A059, #F3E5AB);
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
    padding: 11px 20px;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    transition: all 0.35s ease;
}

.common-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(197, 160, 89, 0.5);
}

.owl-nav {
    margin-top: 0px !important;
}

.owl-nav button {
    width: 39px;
    height: 39px;
    border-radius: 50% !important;
    background: linear-gradient(135deg, #C5A059, #F3E5AB) !important;
    -webkit-backdrop-filter: blur(38px);
    backdrop-filter: blur(38px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 54%;
    transform: translateY(-50%);
    margin: 0 !important;
    transition: 0.3s ease;
}

.owl-nav button:hover {
    background: linear-gradient(135deg, #C5A059, #F3E5AB) !important;
}

.owl-nav button i {
    color: var(--darkcolor);
    font-size: 15px;
}

.owl-nav .owl-prev {
    left: -19px;
}

.owl-nav .owl-next {
    right: -19px;
}

.owl-dots {
    margin-top: 24px !important;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background-color: var(--primarycolor);
}

.bg-color {
    background-color: var(--bgcolor);
}

.text-left {
    text-align: left;
}

.fancybox-container {
    z-index: 9999999999;
}

body.no-scroll {
    overflow: hidden;
}

.pagination-box {
    text-align: center;
}

body.no-scroll {
    overflow: hidden;
}

.pagination {
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 9px;
    margin: 40px auto 0px;
}

.pagination .page-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 39px;
    height: 37px;
    padding: 0px;
    border-radius: 5px !important;
    color: var(--darkcolor);
    background-color: var(--lightcolor);
    font-size: 15px;
    font-weight: 600;
    transition: all 0.25s ease;
    box-shadow: none;
    border: 0px !important;
}

.pagination .page-link:hover {
    transform: translateY(-1px);
    background: linear-gradient(135deg, #C5A059, #F3E5AB);
    box-shadow: 0 8px 20px rgba(197, 160, 89, 0.5);
}

.pagination .page-item.active .page-link {
    color: #000;
    background: linear-gradient(135deg, #C5A059, #F3E5AB);
}

.whatsapp-btn img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
}

.whatsapp-btn {
    position: fixed;
    bottom: 20px;
    right: 25px;
    z-index: 2;
    border-radius: 50%;
    box-shadow: 0 4px 6px #0000004d;
    width: 50px;
    height: 50px;
    animation: pluse 2s linear infinite;
}

/*=====common Styling End Here=====*/

/*=====Header Styling Start Here=====*/
.header {
    position: sticky;
    width: 100%;
    top: 0;
    z-index: 9999;
    background: var(--darkcolor);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(197, 160, 89, 0.3);
}

.header .nav-header {
    display: none;
}

.header .navbar-brand {
    padding: 0px;
    position: relative;
}

.header .company-logo {
    height: 122px;
    object-fit: contain;
    position: absolute;
    border-radius: 0px 0px 15px 15px;
    padding: 10px 7px;
    background: #000;
    border-bottom: 1px solid rgb(255 225 168 / 57%);
    top: -28px;
    box-shadow: rgb(238 222 162 / 19%) 0px 4px 16px, rgba(17, 17, 26, 0.04) 0px 8px 32px;
    transition: all 0.2s ease;
    will-change: transform;
}

.header .company-logo.brand-logo {
    height: 65px;
    position: relative;
    top: 0;
    background: transparent;
    padding: 0px;
    border-radius: 0px;
    box-shadow: none;
    border: 0px;
}

.header .nav-item {
    margin: 0px 12px;
}

.header .nav-link {
    color: var(--lightcolor);
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
    padding: 6px 0px !important;
    position: relative;
}

.header .nav-link.active::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 1px;
    transition: all 0.5s ease-in-out;
    background: linear-gradient(135deg, #C5A059, #F3E5AB);
}

.header .nav-link .header .toggle-icon {
    color: #C5A059;
    font-weight: 900;
    font-size: 14px;
    margin-left: 4px;
    transition: all 0.2s ease-in;
}

.header .nav-link.active {
    color: #C5A059;
}

.header .nav-link:hover {
    color: #C5A059;
}

.header .nav-buttons {
    display: flex;
    align-items: center;
    gap: 12px;
}

/*====Header Styling End Here=====*/

/*=====Hero Panel Styling Start Here=====*/
.hero-panel {
    width: 100%;
    height: 100vh;
    height: 92vh;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

/* .hero-panel::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 55%;
    height: 100%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.4), transparent);
    z-index: 1;
} */

.hero-panel img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-panel .hero-content {
    display: flex;
    align-items: center;
    position: absolute;
    inset: 0;
    z-index: 1;
}

.hero-panel .content {
    width: 45%;
}

.hero-panel .label {
    display: inline-block;
    background: linear-gradient(135deg, #C5A059, #F3E5AB);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: 0.6px;
    line-height: normal;
    margin-bottom: 9px;
    position: relative;
}

.hero-panel .label::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -30px;
    transform: translateY(-50%);
    width: 20px;
    height: 2px;
    background: linear-gradient(135deg, #C5A059, #F3E5AB);
}

.hero-panel h1 {
    color: var(--lightcolor);
    font-size: 57px;
    line-height: 62px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 18px;
    font-family: "Philosopher", sans-serif !important;
}

.hero-panel h1 span {
    background: linear-gradient(135deg, #C5A059, #F3E5AB);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-panel p {
    color: var(--lightcolor);
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 39px;
}

.hero-panel .cta-buttons {
    display: flex;
    align-items: center;
    gap: 15px;
}

.hero-content .common-btn {
    display: flex;
    align-items: center;
    gap: 6px;
}

.hero-panel .custom-btn {
    background: linear-gradient(135deg, #C5A059, #F3E5AB);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    border: 1px solid #C5A059;
    color: #C5A059;
}

/*=====Hero Panel Styling End Here=====*/

/*=====Book Tool Styling Start Here=====*/
.filter-btn,
.tool-head {
    display: none;
}

.booking-panel {
    position: relative;
    z-index: 2;
    margin: -129px auto 0px;
}

.book-bar {
    width: 100%;
    padding: 0px 15px;
}

.book-tool {
    width: 100%;
    border-radius: 14px;
    padding:20px 18px;
    /* background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(14px); */
    /* background: #222121;
    border: 1px solid rgb(253 185 56 / 40%);
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.6); */
    background: linear-gradient(145deg, #1a1a1a, #2a2a2a);
    border: 1px solid rgba(253, 185, 56, 0.5);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.7);
}

.book-tool .tool-row {
    display: flex;
    align-items: flex-end;
    gap: 12px;
}

.book-tool .tool-item {
    width: 20%;
}

.book-tool .input-box {
    position: relative;
    width: 100%;
}

.book-tool .input-box label {
    display: block;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 6px;
    letter-spacing: 0.5px;
}

.book-tool .input-box i {
    position: absolute;
    top: 47px;
    left: 10px;
    transform: translateY(-50%);
    font-size: 13px;
    color: #C5A059;
    pointer-events: none;
}

.book-tool .form-control,
.book-tool .form-select {
    width: 100%;
    color: var(--lightcolor);
    font-size: 14px;
    border-radius: 10px;
    padding: 12px 14px;
    padding-left: 36px;
    /* border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.05); */
    background: #111;
    border: 1px solid rgba(253, 185, 56, 0.3);
    transition: all 0.3s ease;
    outline: none;
}


.book-tool input::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

input[type="time"] {
    position: relative;
    cursor: pointer;
}

input[type="time"]::-webkit-calendar-picker-indicator {
    opacity: 0;
    display: none;
}

input[type="time"] {
    appearance: none;
}

.book-tool .form-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg fill='%23C5A059' height='20' viewBox='0 0 20 20' width='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 7l5 5 5-5H5z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 14px;
}

.book-tool select option {
    background: #000;
    color: #fff;
}

.book-tool .form-control:focus,
.book-tool .form-select:focus {
    border-color: #C5A059;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 12px rgba(197, 160, 89, 0.4);
}

.book-btn-box {
    height: 100%;
    display: flex;
    align-items: flex-end;
}

.book-btn-box .common-btn {
    width: 100%;
    padding: 12px;
    border-radius: 8px;

    background: linear-gradient(135deg, #C5A059, #F3E5AB);
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    border: none;

    transition: all 0.3s ease;
}

.book-btn-box .common-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(197, 160, 89, 0.5);
}

/*====ui datepicker=====*/
#ui-datepicker-div {
    background: var(--lightcolor);
    padding: 8px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    display: none;
}

.ui-datepicker-header {
    position: relative;
    text-align: center;
    margin-bottom: 6px;
}

.ui-datepicker-title {
    font-size: 14px;
    font-weight: 500;
    line-height: 2rem;
}


.ui-datepicker-prev,
.ui-datepicker-next {
    position: absolute;
    top: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    border-radius: 6px;
    transition: 0.2s;
}

.ui-datepicker-prev {
    left: 0;
}

.ui-datepicker-next {
    right: 0;
}

.ui-datepicker-prev:hover,
.ui-datepicker-next:hover {
    background: #ECEFF1;
}

.ui-datepicker-header a.ui-datepicker-prev {
    left: 0;
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==");
    background-repeat: no-repeat;
    background-size: 0.5rem;
    background-position: 50%;
    transform: rotate(180deg);
    top: 0px;
}

.ui-datepicker-header a.ui-datepicker-next {
    right: 0;
    background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==');
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: 50%;
    top: 0px;
}

.ui-datepicker-prev span,
.ui-datepicker-next span {
    display: none;
}

.ui-datepicker-calendar th {
    font-size: 12px;
    color: #78909C;
    padding: 4px 0;
    font-weight: 400;
}

.ui-datepicker-calendar td {
    text-align: center;
}

.ui-datepicker-calendar td a, .ui-datepicker-calendar td span {
    display: block;
    width: 34px;
    height: 32px;
    line-height: 32px;
    margin: auto;
    border-radius: 6px;
    font-size: 13px;
    color: #546E7A;
    text-decoration: none;
    transition: 0.2s;
}

.ui-datepicker-calendar td a:hover, .ui-datepicker-calendar td span:hover {
    background: #E0F2F1;
}

.ui-datepicker-calendar .ui-state-active {
    background: #009688;
    color: var(--lightcolor);
}

/*====ui datepicker=====*/

/*=====Book Tool Styling End Here=====*/

/*=====About Panel Styling Start Here=====*/
.about-wrapper {
    width: 100%;
    padding: 30px;
    border-radius: 15px;
    background: var(--bgcolor);
    backdrop-filter: blur(8px);
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.about-content h2 {
    color: var(--lightcolor);
    margin-bottom: 15px;
}

.about-content p {
    color: var(--textcolor);
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 16px;
}

.about-content p:last-child {
    margin-bottom: 0px;
}

.about-content p a {
    color: #C5A059;
    text-decoration: underline;
    text-underline-offset: 5px;
}

.about-content .inner-box {
    margin-top: 43px;
}

.about-content h3 {
    color: var(--lightcolor);
    width: calc(35% - 30px);
    font-size: 21px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 27px;
    position: relative;
}


.about-content ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin: 38px 0px 43px;
}

.about-content li {
    padding: 12px 16px;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 500;
    color: var(--textcolor);
    display: flex;
    align-items: center;
    position: relative;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.2));
    backdrop-filter: blur(14px);

    border: 1px solid rgba(197, 160, 89, 0.35);
    box-shadow:
        0 10px 30px rgba(0, 0, 0, 0.6),
        inset 0 0 10px rgba(197, 160, 89, 0.05);

    transition: all 0.35s ease;
    cursor: pointer;
}

.about-content li i {
    color: #C5A059;
    font-size: 18px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 14px;
    background: rgba(197, 160, 89, 0.1);
    border: 1px solid rgba(197, 160, 89, 0.4);
    transition: all 0.3s ease;
}

.media-box {
    width: 100%;
    height: 537px;
    height: 100%;
    border-radius: 15px;
}

.media-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right;
    border-radius: inherit;
}

/*=====About Panel Styling End Here=====*/

/*=====Featured Panel Styling Start Here=====*/
.features {
    margin: auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    transition: all 0.3s ease;
}

.feature-item:hover {
    border-color: #C5A059;
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}

.feature-item i {
    font-size: 27px;
    min-width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient(135deg, #C5A059, #F3E5AB);
    color: #000;
}

.feature-content h3 {
    color: var(--lightcolor);
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 4px;
    letter-spacing: 0.5px;
}

.feature-content p {
    color: #aaa;
    font-size: 12px;
}

/*=====Featured Panel Styling End Here=====*/

/*=====Our Fleet Panel Styling Start Here=====*/
.fleets-slider .owl-prev,
.fleets-slider .owl-next {
    position: absolute;
    top: -14%;
    right: 12px;
}

.fleets-slider .owl-prev {
    left: unset;
    right: 61px;
}

.fleets-card {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    text-align: center;
    margin-bottom: 30px;
    transition: all 0.3s ease;
}

.fleets-slider .fleets-card {
    margin-bottom: 0px !important;
}

.fleets-card a {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: inherit;
}

.fleets-card figure {
    width: 100%;
    height: auto;
    border-radius: inherit;
    overflow: hidden;
    margin-bottom: 15px;
    background-color: var(--lightcolor);
}

.fleets-card figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
}

.fleets-card h3 {
    color: var(--lightcolor);
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 13px;
    transition: all 0.3s ease;
}

.fleets-card ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.fleets-card li {
    display: flex;
    align-items: center;
    color: var(--textcolor);
    font-size: 14px;
    gap: 6px;
}


.fleets-card:hover {
    transform: scale(0.96);
}

.fleets-card:hover h3 {
    background: linear-gradient(135deg, #C5A059, #F3E5AB);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.view-btn-box {
    text-align: center;
    margin-top: 50px;
}

/*=====Our Fleet Panel Styling End Here=====*/

/*=====Choose Us Panel Styling Start Here=====*/
.choose-us-content .common-title {
    margin-bottom: 19px;
}

.choose-us-content p {
    color: var(--lightcolor);
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 41px;
}

.choose-us-content li {
    display: flex;
    margin-bottom: 40px;
}

.choose-us-content li:last-child {
    margin-bottom: 0px;
}

.choose-us-content .content {
    width: 80%;
}

.choose-us-content i {
    display: block;
    width: 52px;
    height: 52px;
    border: 1px solid;
    border-image-source: linear-gradient(135deg, #C5A059, #F3E5AB);
    border-image-slice: 1;
    background: linear-gradient(135deg, #C5A059, #F3E5AB);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    margin-right: 21px;
}

.choose-us-content h3 {
    color: transparent;
    background: linear-gradient(135deg, #C5A059, #F3E5AB);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 9px;
}

.choose-us-content .content p {
    color: var(--lightcolor);
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 0px;
}

.choose-us-img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding-right: 20px;
}

.choose-us-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    /* object-fit: cover;
    border-radius:inherit; */
}

/*=====Choose Us Panel Styling End Here=====*/

/*====Our Work Panel Styling Start Here=====*/
.work-box {
    width: 100%;
    height: 100%;
    background-color: var(--bgcolor);
    padding: 35px 30px;
    border-radius: 15px;
    text-align: center;
}

.work-box i {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    color: var(--darkcolor);
    background: linear-gradient(135deg, #C5A059, #F3E5AB);
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px auto 28px;
    font-size: 25px;
}


.work-box h3 {
    background: linear-gradient(135deg, #C5A059, #F3E5AB);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 22px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 14px;
}

.work-box p {
    color: var(--lightcolor);
    font-size: 14px;
    line-height: 24px;
}

/*=====Our Work Panel Styling End Here=====*/

/*=====Service Area Panel Styling Start Here=====*/
.area-card {
    width: 100%;
    border-radius: 15px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.area-card a {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: inherit;
}

.area-card figure {
    width: 100%;
    height: 185px;
    border-radius: inherit;
    margin-bottom: 15px;
    overflow: hidden;
}

.area-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
    transition: all 0.3s ease-in-out;
}

.area-card h3 {
    color: var(--lightcolor);
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
    transition: all 0.3s ease-in-out;
}

.area-card h3 a {
    color: inherit;
}

.area-card:hover h3 {
    color: #D8BC7B;
}

.area-card:hover img {
    transform: scale(1.1);
}

/*=====Service Area Panel Styling End Here=====*/

/*=====Service Panel Styling Start Here=====*/
.service-slider2 .owl-prev,
.service-slider2 .owl-next {
    position: absolute;
    top: -19%;
    right: 12px;
}

.service-slider2 .owl-prev {
    left: unset;
    right: 61px;
}

.service-card {
    width: 100%;
    background: var(--bgcolor);
    backdrop-filter: blur(8px);
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    display: flex;
    transition: all 0.3s ease;
    margin-bottom: 27px;
}

.service-slider2 .service-card {
    margin-bottom: 0px !important;
}

.service-card figure {
    flex: 0 0 260px;
    overflow: hidden;
    border-radius: 15px 0px 0px 15px;
    overflow: hidden;
}

.service-card:hover img {
    transform: scale(1.05);
}

.service-card figure a {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: inherit;
}

.service-card figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
    transition: all 0.3s ease-in-out;
}

.common-btn i {
    vertical-align: middle;
}

.service-card .service-content {
    flex: 1;
    padding: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.service-card h3 {
    font-size: 22px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 15px;
    background: linear-gradient(135deg, #C5A059, #F3E5AB);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    height: 27px;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.service-card h3 a {
    color: inherit;
}

.service-card p {
    font-size: 14px;
    line-height: 23px;
    color: var(--textcolor);
    margin-bottom: 32px;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    line-clamp: 6;
    height: 136px;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.service-card .common-btn {
    font-size: 14px;
    padding: 10px 13px;
    line-height: normal;
}

.service-card .common-btn i {
    vertical-align: middle;
    margin-left: 2px;
}

/*=====Service Panel Styling End Here=====*/

/*=====Connect Wrap Panel Styling Start Here=====*/
.connect-wrap {
    position: relative;
    border-radius: 20px;
    padding: 40px;

    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;

    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(12px);

    border: 1px solid rgba(197, 160, 89, 0.4);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.6);

    overflow: hidden;
}

.connect-wrap::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 20px;
    padding: 1px;
    background: linear-gradient(135deg, #C5A059, transparent);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: xor;
    pointer-events: none;
}

.connect-wrap .cta-content {
    max-width: 600px;
}

.connect-wrap .cta-label {
    font-size: 12px;
    letter-spacing: 1px;
    color: #C5A059;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 10px;
}

.connect-wrap .cta-title {
    font-size: 28px;
    font-weight: 600;
    color: var(--lightcolor);
    margin-bottom: 10px;
}

.connect-wrap .cta-subtext {
    font-size: 14px;
    color: #aaa;
}

.connect-wrap .cta-actions {
    display: flex;
    gap: 12px;
}

.connect-wrap .cta-btn {
    padding: 12px 22px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s ease;
}

.connect-wrap .cta-btn.primary {
    background: linear-gradient(135deg, #C5A059, #F3E5AB);
    color: var(--darkcolor);
}

.connect-wrap .cta-btn.primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(197, 160, 89, 0.5);
}

.connect-wrap .cta-btn.secondary {
    border: 1px solid #C5A059;
    background: linear-gradient(135deg, #C5A059, #F3E5AB);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

/*=====Connect Wrap Panel Styling End Here=====*/

/*=====Award Card Panel Styling Start Here=====*/
.award-card {
    width: 100%;
    height: 247px;
    border-radius: 15px;
}

.award-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
}

/*=====Award Card Panel Styling End Here=====*/

/*=====Faq Panel Styling Start Here=====*/
.faq-wrapper {
    height: 100%;
}

.faq-wrapper .accordion-item {
    width: 100%;
    border: 0px;
    padding: 0px;
    border-radius: 10px !important;
    margin-bottom: 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    background: #131313;
}

.faq-wrapper .accordion-header {
    margin: 0px !important;
}

.faq-wrapper .accordion-item:last-child {
    margin-bottom: 0px;
}

.faq-wrapper .accordion-button.collapsed {
    color: var(--lightcolor);
    background: #131313;
    border-radius: 10px !important;
}

.faq-wrapper .accordion-button {
    color: var(--darkcolor);
    background: linear-gradient(135deg, #C5A059, #F3E5AB);
    font-size: 16px;
    font-weight: 500;
    padding: 17px 14px;
    padding-right: 48px;
    border-radius: 10px 10px 0px 0px !important;
    border: 1px solid #2a2a2a;
}

.faq-wrapper .accordion-button:focus {
    box-shadow: none;
}

.faq-wrapper .accordion-button::after {
    position: absolute;
    content: "\f067";
    font-family: "Font Awesome 7 Free";
    font-weight: 700;
    right: 11px;
    font-size: 12px;
    text-align: center;
    transition: all 0.4s ease-in-out;
    color: var(--darkcolor);
    width: 26px;
    height: 26px;
    line-height: 26px;
    border-radius: 100px;
    text-align: center;
    background: linear-gradient(135deg, #C5A059, #F3E5AB);
    transform: rotate(0deg);
}

.faq-wrapper .accordion-button:not(.collapsed)::after {
    content: "\f068";
    font-family: "Font Awesome 7 Free";
    color: var(--darkcolor);
    background-color: var(--lightcolor);
}

.faq-wrapper .accordion-body {
    padding: 15px;
}

.faq-wrapper p {
    color: var(--textcolor);
    font-size: 15px;
    line-height: 23px;
}

.faq-wrapper p a {
    color: #C5A059;
}

/*=====Faq Panel Styling End Here=====*/

/*=====Testimonial Panel Styling Start Here=====*/
.testimonial-slide {
    width: 100%;
    background-color: var(--bgcolor);
    border-radius: 10px;
    padding: 25px;
}

.testimonial-slide i {
    background: linear-gradient(135deg, #C5A059, #F3E5AB);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 29px;
    margin-bottom: 18px;
}

.testimonial-slide p {
    color: var(--lightcolor);
    font-size: 15px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    height: 119px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}

.testimonial-slider .owl-nav button {
    top: 47%;
}

.testimonial-slider .owl-nav .owl-prev {
    left: -10px;
}

.testimonial-slider .owl-nav .owl-next {
    right: -10px;
}

.testimonial-slide .reviewer-box {
    display: flex;
    align-items: center;
    margin-top: 28px;
}

.testimonial-slide .reviewer-box img {
    width: 43px;
    object-fit: contain;
    margin-right: 12px;
}

.testimonial-slide h4 {
    color: var(--lightcolor);
    font-size: 15px;
    text-transform: capitalize;
    margin-bottom: 2px;
}

.testimonial-slide .reviewer-box span {
    font-size: 13px;
    color: var(--textcolor);
}

/*=====Testimonial Panel Styling End Here=====*/

/*=====Post Panel Styling Start Here=====*/
.post-box {
    width: 100%;
    padding: 20px;
    border-radius: 15px;
    background-color: var(--bgcolor);
    margin-bottom: 24px;
    border: 1px solid #141414
}

.post-slider .post-box {
    background-color: var(--bgcolor);
    margin-bottom: 0px !important;
    box-shadow: none;
}

.post-box figure {
    width: 100%;
    height: 255px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.post-box figure a {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: inherit;
}

.post-box figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
    transition: all 0.3s ease-in-out;
}

.post-box:hover img {
    transform: scale(1.05) rotate(2deg);
}

.post-box .post-description {
    padding: 20px 5px 0px;
}

.post-box h3 {
    color: var(--lightcolor);
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 23px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    height: 44px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    transition: all 0.3s ease-in-out;
    margin-bottom: 3px;
}

.post-box h3 a {
    color: inherit;
}

.post-box:hover h3 a {
    color: var(--secondarycolor);
}

.post-box p {
    color: var(--textcolor);
    font-size: 15px;
    line-height: 22px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    height: 44px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}

.post-box .post-meta {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.post-box .post-meta span {
    font-size: 14px;
    text-transform: capitalize;
    margin-right: 14px;
}

.post-box .post-meta span a {
    color: var(--textcolor);
}

.post-box .post-meta span i {
    color: #C5A059;
    margin-right: 3px;
}

/*=====Post Panel Styling End Here=====*/

/*=====Footer Panel Styling Start Here=====*/
.footer {
    padding: 20px 0px 22px;
}

.footer .footer-wrapper {
    padding: 30px 30px 22px;
    border-radius: 15px;
    background: linear-gradient(145deg,
            rgba(10, 10, 10, 0.85),
            rgba(0, 0, 0, 0.55));

    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);

    border: 1px solid rgba(197, 160, 89, 0.35);
    box-shadow:
        0 20px 40px rgba(0, 0, 0, 0.6),
        0 40px 90px rgba(0, 0, 0, 0.7),
        inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.footer .ftr-box img:not(.footer .licenses img) {
    height: 96px;
    object-fit: contain;
    margin-bottom: 20px;
}

.footer .ftr-box p {
    color: var(--textcolor);
    font-size: 14px;
    line-height: 23px;
    padding-right: 10px;
}

.footer h2 {
    background: linear-gradient(135deg, #C5A059, #F3E5AB);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 21px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 21px;
}

.footer .ftr-box li {
    margin-bottom: 11px;
}

.footer .ftr-box li:last-child {
    margin-bottom: 0px;
}

.footer .ftr-box li a {
    color: var(--textcolor);
    font-size: 15px;
    text-transform: capitalize;
}

.footer .ftr-box li a:hover {
    color: var(--secondarycolor);
}

.footer .ftr-contact li {
    color: var(--textcolor);
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}


.footer .ftr-contact li a {
    text-transform: none;
}

.footer .ftr-contact i {
    display: inline-block;
    background: linear-gradient(135deg, #C5A059, #F3E5AB);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 17px;
    text-align: center;
    margin-right: 10px;
}

.footer li img {
    height: 43px;
    object-fit: contain;
}

.footer .footer-bottom {
    border-top: 1px solid #202020;
    margin-top: 35px;
    padding-top: 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer p {
    color: var(--textcolor);
    font-size: 14px;
    font-weight: 500;
}

.footer .footer-bottom img {
    height: 30px;
    object-fit: contain;
    border: 1px solid rgba(197, 160, 89, 0.35);
    border-radius: 4px;
    padding: 2px;
}

.footer .social-icons {
    margin-top: 35px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer .social-icons a {
    font-size: 28px;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #000;
    background: linear-gradient(135deg, #C5A059, #F3E5AB);
    transition: all 0.3s ease-in-out;
}

.footer .ftr-contact .social-icons a i {
    color: #000;
    background-clip: unset;
    -webkit-text-fill-color: unset;
    margin: 0px;
    background: transparent;
}

.footer .ftr-contact .social-icons a:hover {
    transform: scale(1.1);
}

.footer .licenses {
    margin-top: 23px;
}

.footer .licenses img {
    margin-bottom: 0px;
    width: auto;
    height: auto;
    object-fit: contain;
    border-radius: 3px;
}

/*=====Footer Panel Styling End Here=====*/

/*=====Banner Panel Styling Start Here======*/
.banner {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom,
            rgba(0, 0, 0, 0.2),
            rgba(0, 0, 0, 0.6));
    z-index: 1;
}

.banner img {
    width: 100%;
    height: auto;
}

.breadcrumbs-panel {
    width: 100%;
    padding: 14px 0;
    background: rgba(10, 10, 10, 0.50);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(197, 160, 89, 0.25);
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.35);
}

.breadcrumbs li {
    display: inline-block;
    color: var(--textcolor);
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    vertical-align: middle;
    transition: all 0.3s ease;
}

.breadcrumbs a {
    color: inherit;
    text-decoration: none;
}

.breadcrumbs .separator {
    display: inline-block;
    font-size: 11px;
    margin: 0 5px;
    color: rgba(255, 255, 255, 0.4);
}

.breadcrumbs li.active {
    background: linear-gradient(135deg, #C5A059, #F3E5AB);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

/*=====Banner Styling End Here=====*/

/*=====Contact Us Panel Styling Start Here=====*/
.contact-info {
    height: 100%;
    padding: 25px;
    border-radius: 15px;
    background:
        linear-gradient(180deg,
            rgba(255, 255, 255, 0.06),
            rgba(255, 255, 255, 0.02));

    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(18px);
    box-shadow:
        0 20px 60px rgba(0, 0, 0, 0.7);
    position: relative;
    overflow: hidden;
}

.contact-info::before {
    content: "";
    position: absolute;
    width: 250px;
    height: 250px;
    background: rgba(197, 160, 89, 0.08);
    border-radius: 50%;
    top: -120px;
    right: -120px;
}

.contact-info .info-box {
    padding: 20px;
    margin-bottom: 22px;
    border-radius: 15px;
    background:
        linear-gradient(145deg,
            rgba(255, 255, 255, 0.05),
            rgba(255, 255, 255, 0.02));
    border: 1px solid rgba(255, 255, 255, 0.06);
    transition: 0.4s ease;
}

.contact-info .info-box:last-child {
    margin-bottom: 0px;
}

.contact-info .info-box:hover {
    transform: translateY(-6px);
    border-color: rgba(197, 160, 89, 0.3);
    box-shadow:
        0 20px 40px rgba(0, 0, 0, 0.5);
}

.contact-info i {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    background: linear-gradient(135deg, #C5A059, #F3E5AB);
    font-size: 19px;
    margin-bottom: 24px;
}

.contact-info h3 {
    color: var(--lightcolor);
    font-size: 21px;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 0.4px;
    margin-bottom: 14px;
}

.contact-info a {
    display: block;
    color: rgba(255, 255, 255, 0.7);
    font-size: 15px;
    line-height: 26px;
    transition: 0.3s ease;
    margin-bottom: 8px;
}

.contact-info a:last-child {
    margin-bottom: 0px;
}

.contact-info a:hover {
    color: var(--secondarycolor);
    padding-left: 5px;
}

.contact-wrap {
    width: 78%;
    margin: 0px auto;
}

.contact-wrap .form-box {
    height: 100%;
    padding: 30px;
    background-color: var(--bgcolor);
    border-radius: 15px;
}

.contact-wrap .common-title {
    font-size: 37px;
    font-weight: 600;
    margin-bottom: 32px;
}

.contact-wrap .input-box {
    margin-bottom: 25px;
    position: relative;
    overflow: hidden;
}

.contact-wrap .input-box i {
    position: absolute;
    right: 20px;
    top: 20px;
    background: linear-gradient(135deg, #C5A059, #F3E5AB);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 14px;
}

.contact-wrap .form-control,
.contact-wrap .form-select {
    color: var(--lightcolor);
    font-size: 15px;
    font-weight: 400;
    padding: 15px 35px 15px 15px;
    border-radius: 10px;
    border: 1px solid #ebe9e924;
    outline: 0px;
    background-color: var(--darkcolor);
    transition: all 0.3s ease-in-out;
}

.form-control::placeholder,
.form-select::placeholder {
    color: var(--lightcolor);
    opacity: 0.3;
}

.form-control:focus,
.form-select:focus {
    color: var(--lightcolor);
    box-shadow: none;
    background-color: var(--darkcolor);
    border-color: rgba(197, 160, 89, 0.3);
}

.contact-wrap .submit-btn-box {
    text-align: center;
    margin-top: 35px;
}

.map-box {
    width: 100%;
    height: 520px;
    border-radius: 15px;
}

.map-box iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
}

/*=====Contact us Panel Styling End Here=====*/

/*=====Booking Form Styling Start Here=====*/
.booking-container {
    width: 100%;
    padding: 25px;
    border-radius: 15px;
    background: var(--bgcolor);
    backdrop-filter: blur(8px);
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.booking-container .car-img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.booking-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
}

.booking-container .common-title {
    font-size: 40px;
    margin-bottom: 26px;
    line-height: normal;
}

.booking-container label {
    display: block;
    color: var(--lightcolor);
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 9px;
    letter-spacing: 0.5px;
}

.booking-container .form-control,
.booking-container .form-select {
    color: var(--lightcolor);
    font-size: 14px;
    font-weight: 400;
    padding: 12px;
    padding-left: 36px;
    border-radius: 10px;
    border: 1px solid #ebe9e924;
    outline: 0px;
    background-color: var(--darkcolor);
    transition: all 0.3s ease-in-out;
}

.booking-container .input-box {
    margin-bottom: 26px;
    position: relative;
    overflow: hidden;
}

.booking-container .input-box i {
    position: absolute;
    top: 51px;
    left: 11px;
    transform: translateY(-50%);
    font-size: 12px;
    color: #C5A059;
    pointer-events: none;
    z-index: 1;
}

.booking-container .submit-btn-box {
    text-align: center;
    width: 100%;
    margin-top: 16px;
}

.booking-container .common-btn {
    width: 100%;
    text-align: center;
}

/*====Booking Form Styling End Here*/

/*=====Post Details Panel Styling Start Here=====*/
.content-body {
    padding: 25px;
    border-radius: 15px;
    background: var(--bgcolor);
    backdrop-filter: blur(8px);
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.content-body h1,
.content-body h2,
.content-body h3,
.content-body h4,
.content-body h5,
.content-body h6 {
    color: var(--lightcolor);
    text-transform: capitalize;
    line-height: 1.2;
    margin-bottom: 14px;

}

.content-body>h1,
.content-body>h2,
.content-body>h3,
.content-body>h4,
.content-body h5,
.content-body h6 {
    margin-top: 32px;
}

.content-body h1 {
    background: linear-gradient(135deg, #C5A059, #F3E5AB);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 31px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.5px;
    margin-top: 0px !important;
}

.content-body h2 {
    font-size: 26px;
}

.content-body h3 {
    font-size: 24px;
}

.content-body h4 {
    font-size: 22px;
}

.content-body h5 {
    font-size: 20px;
}

.content-body h6 {
    font-size: 18px;
}

.content-body .meta-box {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    margin: 22px 0 30px;
}

.content-body .meta-item {
    display: flex;
    align-items: center;
    font-size: 13px;
    color: var(--textcolor);
    font-weight: 500;
    letter-spacing: 0.3px;
    transition: all 0.3s ease;
}

.content-body .meta-item i {
    color: #C5A059;
    font-size: 15px;
    margin-right: 6px;
    transition: 0.3s;
}

.content-body .meta-item:hover {
    color: #C5A059;
}

.content-body .content-img {
    width: 100%;
    margin: 25px 0px;
}

.content-body img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 15px;
    margin: 0 !important;
}

.content-body p {
    color: var(--textcolor);
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 15px;
}

.content-body p strong {
    color: var(--secondarycolor);
}

.content-body p a {
    color: var(--secondarycolor);
    text-decoration: underline;
    text-underline-offset: 5px;
}

.content-body>ul {
    list-style: none;
    margin: 20px 0px;
}

.content-body .content-list {
    margin: 20px 0px;
}

.content-list li {
    color: var(--textcolor);
    font-size: 15px;
    margin-bottom: 12px;
    position: relative;
}

.content-list li::before {
    display: inline-block;
    content: "✔";
    color: var(--secondarycolor);
    font-size: 14px;
    margin-right: 7px;
}

.content-body .list-group {
    margin: 30px 0px;
    padding: 0px;
}

.content-body .list-group-item {
    position: relative;
    color: var(--textcolor);
    background: var(--bgcolor);
    font-size: 15px;
    padding: 13px 14px;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.content-body .list-group-item:nth-child(even) {
    background: var(--bgcolor);
}

.content-body table {
    width: 100%;
    border-collapse: collapse;
    margin: 26px 0px 40px;
    font-size: 15px;
    color: var(--textcolor);
    overflow: hidden;
}

.content-body table th,
.content-body table td {
    padding: 12px 14px;
    text-align: left;
    background: var(--bgcolor);
}

.content-body table th {
    color: var(--textcolor);
    font-weight: 600;
}

.card-grid {
    margin: 26px 0px;
}

.card-grid .card-item {
    background: var(--darkcolor);
    border: 1px solid rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(14px);
    border-radius: 15px;
    padding: 25px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
    height: 100%;
    position: relative;
    overflow: hidden;
}

.card-grid .card-item::before {
    content: "";
    position: absolute;
    width: 150px;
    height: 150px;
    background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    border-radius: 50%;
    top: -60px;
    right: -60px;
}

.card-grid i {
    width: 47px;
    height: 47px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: var(--darkcolor);
    background: var(--primarycolor);
    font-size: 21px;
    margin-bottom: 25px;
}

.card-grid h4 {
    color: var(--lightcolor);
    font-size: 20px;
    text-transform: capitalize;
    margin: 0px 0px 13px;
    line-height: 1.2;
}

.card-grid p {
    color: var(--textcolor);
    font-size: 15px;
    line-height: 24px;
    margin: 0px 0px 12px;
}

.horizontal-wrapper {
    margin: 30px 0px;
}

.horizontal-wrapper .horizonatl-box {
    width: 100%;
    border-radius: 15px;
    padding: 20px;
    margin-bottom: 20px;
    transform-style: preserve-3d;
    background: var(--darkcolor);
    transition: box-shadow .3s;
    cursor: pointer;
    border: 1px solid #2d2d2c;
}

.horizontal-wrapper .horizonatl-box:nth-child(even) {
    background-color: var(--bgcolor);
}

.horizontal-wrapper h4 {
    font-size: 20px;
    margin: 0px;
    margin-bottom: 13px;
}

.horizontal-wrapper p {
    color: var(--textcolor);
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 12px;
}

.horizontal-wrapper p:last-child {
    margin-bottom: 0px;
}

.content-body .faq-wrapper {
    margin-top: 30px;
}

.content-body .accordion-item {
    margin-bottom: 18px;
}

.content-body .share-box {
    padding-top: 22px;
    margin-top: 45px;
    border-top: 1px dashed #2e2e2e;
}

.post-share {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px;

    margin-top: 45px;
    padding-top: 22px;
    border-top: 1px dashed #2e2e2e;
}

.post-share span {
    font-size: 16px;
    font-weight: 500;
    color: var(--lightcolor);
    letter-spacing: 0.5px;
    text-transform: capitalize;
}

.post-share .share-icon {
    display: flex;
    align-items: center;
    gap: 10px;
}

.post-share .share-icon a {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    color: var(--lightcolor);
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(6px);
    transition: all 0.3s ease;
}

.post-share .share-icon a:hover {
    transform: translateY(-4px) scale(1.05);
    background: linear-gradient(135deg, #C5A059, #F3E5AB);
    color: #000;
}

.content-body p:last-child,
.content-body ul:last-child,
.content-body ul li:last-child {
    margin-bottom: 0px;
}

.content-body .post-box h3 {
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 23px;
    margin: 0px;
}

.content-body .related-post {
    margin-top: 50px;
}

.content-body .service-card {
    display: block;
    border-radius: 15px;
    background-color: var(--darkcolor);
}

.content-body .service-card figure {
    width: 100%;
    height: 240px;
    border-radius: 15px 15px 0px 0px;
}

.content-body .service-content {
    padding: 20px;
}

.content-body .service-card h3 {
    font-size: 22px;
    margin-bottom: 14px;
    height: 27px;
}

.content-body .service-card p {
    font-size: 15px;
    height: 48px;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    margin-bottom: 30px;
}

.content-body .service-card .common-btn {
    font-size: 14px;
    padding: 10px 14px;
}

.content-body .service-slider2 .owl-prev,
.content-body .service-slider2 .owl-next {
    top: 40%;
}

.content-body .service-slider2 .owl-prev {
    right: unset;
    left: 2px;
}

.content-body .service-slider2 .owl-next {
    right: 2px;
}

.content-body .post-box figure {
    height: 230px;
}

.content-body .tags-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 36px;
}

.content-body .tags-list a {
    color: var(--darkcolor);
    background: var(--secondarycolor);
    padding: 10px 12px;
    border-radius: 100px;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
}

.content-body .post-slider2 .post-box {
    background-color: var(--darkcolor);
    margin-bottom: 0px !important;
}

.post-box .post-meta span {
    font-size: 13px;
}

.content-body .post-slider2 .owl-nav button {
    top: 45%;
}

/*=====Post Details Panel Styling End Here=====*/

/*=====Sidebar Widgets Styling Start Here=====*/
.sidebar-widgets {
    width: 100%;
    height: auto;
    position: sticky;
    top: 77px;
    left: 0px;
}

.sidebar-widgets .widgets {
    padding: 20px 15px;
    margin-bottom: 24px;
    border-radius: 16px;
    background: rgba(20, 20, 20, 0.85);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.05);
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.7),
        inset 0 1px 0 rgba(255, 255, 255, 0.05);
    transition: 0.3s;
}

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

.sidebar-widgets .widgets:hover {
    transform: translateY(-4px);
}

.sidebar-widgets .widgets-title {
    background: linear-gradient(135deg, #C5A059, #F3E5AB);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    position: relative;
    margin-bottom: 25px;
}

.sidebar-widgets .input-box {
    display: flex;
    margin-bottom: 0px;
}

.sidebar-widgets input {
    background: var(--bgcolor);
    border: 1px solid rgba(255, 255, 255, 0.08);
    outline: none;
    padding: 10px 50px 10px 12px;
    width: 100%;
    color: var(--lightcolor);
    border-radius: 8px;
    font-size: 15px;
}

.sidebar-widgets input::placeholder {
    color: var(--lightcolor);
    opacity: 0.3;
}

.sidebar-widgets button {
    border: none;
    outline: none;
    color: var(--lightcolor);
    background: var(--secondarycolor);
    font-size: 15px;
    padding: 0px 10px;
    border-radius: 0 8px 8px 0;
    margin-left: -36px;
}

.sidebar-widgets li {
    margin-bottom: 18px;
}

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

.sidebar-widgets .recent-post a {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    transition: all 0.3s ease-in;
}

.sidebar-widgets .recent-post a:hover p {
    color: #C5A059;
}

.sidebar-widgets .recent-post img {
    width: 80px;
    height: 72px;
    object-fit: cover;
    border-radius: 8px;
}

.sidebar-widgets .short-description {
    width: 67%;
}

.sidebar-widgets .recent-post p {
    color: var(--lightcolor);
    font-size: 13px;
    font-weight: 500;
    line-height: 19px;
    margin: 0px;
    margin-bottom: 6px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    height: 38px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    transition: all 0.5s ease-in-out;
}

.sidebar-widgets .post-date {
    color: var(--textcolor);
    font-size: 12px;
}

.sidebar-widgets .post-date i {
    color: #C5A059;
    margin-right: 4px;
}

.sidebar-widgets .category-list a {
    width: 100%;
    color: var(--lightcolor);
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.3s ease-in-out;
}

.sidebar-widgets .category-list span {
    display: inline-block;
    width: 22px;
    height: 22px;
    border-radius: 4px;
    color: var(--lightcolor);
    background-color: var(--secondarycolor);
    font-size: 11px;
    text-align: center;
    align-content: center;
    margin: 0px;
    transition: all 0.3s ease-in-out;
}

.sidebar-widgets .category-list a:hover {
    color: var(--secondarycolor);
}

.sidebar-widgets .category-list a:hover span {
    background-color: var(--primarycolor);
}

.sidebar-widgets .input-group {
    margin-bottom: 15px;
}

.sidebar-widgets .form-control,
.sidebar-widgets .form-select {
    color: var(--lightcolor);
    font-size: 14px;
    border-radius: 10px;
    border: 1px solid #404040;
    outline: 0px;
    padding: 10px 12px;
    background-color: var(--darkcolor);
}

.sidebar-widgets .submit-btn-box {
    text-align: center;
    margin-top: 30px;
}

.sidebar-widgets .common-btn {
    display: block;
    width: 100%;
    margin: 0px;
    padding: 10px;
    border-radius: 100px;
}

.sidebar-widgets .service-list {
    height: 385px;
    overflow-y: auto;
    scrollbar-width: thin;
}

.sidebar-widgets .service-list li {
    margin-bottom: 12px;
}

.sidebar-widgets .service-list li:last-child {
    margin-bottom: 0px;
}

.sidebar-widgets .service-list a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px;
    color: var(--darkcolor);
    background: #f7f7f7;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 500;
    text-transform: capitalize;
    transition: all 0.3s ease;
}

.sidebar-widgets .service-list a.active {
    color: var(--darkcolor);
    background: var(--primarycolor);
}

.sidebar-widgets .service-list a:hover {
    color: var(--darkcolor);
    background: var(--primarycolor);
}

.sidebar-widgets .service-list i {
    transition: transform 0.3s ease;
}

.sidebar-widgets .img {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    position: relative;
    overflow: hidden;
}

.sidebar-widgets .img img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 15px;
}

.sidebar-widgets .img .common-btn {
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 11px 24px;
}

.sidebar-widgets .view-btn {
    width: 100%;
    padding: 10px 16px;
    color: var(--darkcolor);
    background: var(--primarycolor);
    font-size: 16px;
    font-weight: 500;
    border-radius: 10px;
    text-transform: capitalize;
    margin-top: 16px !important;
    text-align: center;
}

.latest-post-btn,
.sidebar-widgets .fa-xmark {
    display: none;
}

.sidebar-widgets .sidebar-header {
    display: none;
}

.servBtn {
    display: none;
}

.sidebar-widgets .service-list.collapse {
    display: block;
}

/*=====Sidebar Widgets Styling End Here=====*/

/*=====Fleet Details Panel Styling End Here=====*/
.wrapper-fleet {
    width: 100%;
    position: sticky;
    top: 127px;
    left: 0px;
    padding-right: 10px;
}

.wrapper-fleet figure {
    width: 100%;
    height: 484px;
    border-radius: 15px;
    position: relative;
    overflow: hidden;
}

.wrapper-fleet figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
    display: block !important;
}

.wrapper-fleet .fleet-swiper {
    margin-bottom: 15px;
}

.wrapper-fleet .thumbnail-swiper figure {
    width: 100%;
    height: 100px;
    border-radius: 8px;
    padding: 4px;
    cursor: pointer;
}

.swiper-button-next,
.swiper-button-prev {
    color: #a8884b !important;
    font-size: 32px !important;
    font-weight: 800 !important;
}

.swiper-button-next {
    right: 2px;
}

.swiper-button-prev {
    left: 2px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    color: #a8884b !important;
    font-size: 32px !important;
}

.thumbnail-swiper .swiper-slide figure {
    opacity: 0.5;
    border: 1px solid #f6f6f696;
    transition: all 0.3s ease-in-out;
}

.thumbnail-swiper .swiper-slide-thumb-active figure {
    opacity: 1;
    border-color: var(--secondarycolor);
}

.fleet-info {
    background: rgba(255, 255, 255, 0.04);
    background: var(--bgcolor);
    backdrop-filter: blur(18px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    padding: 28px;
    box-shadow: 0 25px 70px rgba(0, 0, 0, 0.6);
}

.fleet-info h1 {
    color: var(--lightcolor);
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 14px;
    letter-spacing: 0.5px;
}

.rating-box span {
    color: #aaa;
    font-size: 13px;
}

.fleet-info .rating-box {
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 28px;
}

.fleet-info .rating-box .box {
    text-transform: capitalize;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.fleet-info .rating-box span {
    color: var(--textcolor);
    font-size: 14px;
    margin-right: 3px;
}

.fleet-info .fa-star {
    color: #f5b50a;
    font-size: 12px;
    margin-left: -6px;
}

.fleet-info ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.fleet-info ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 12px;
    border-radius: 5px;
    color: var(--lightcolor) !important;
    /* background: linear-gradient(145deg, rgba(255, 255, 255, 0.06), rgba(0, 0, 0, 0.25)) !important; */
    background: #1E1E1E;
    border: 1px solid rgba(197, 160, 89, 0.25);
    backdrop-filter: blur(14px);
    font-size: 14px;
    transition: 0.3s ease;
}
.content-body .table a,
.content-body ul li a {
    color: var(--secondarycolor);
    text-decoration: underline;
    text-underline-offset: 5px;
}

.fleet-info ul li:hover {
    transform: translateY(-3px);
    border-color: rgba(197, 160, 89, 0.6);
}

.fleet-info ul li strong {
    color: var(--lightcolor);
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 8px;
}

.fleet-info ul li span {
    color: var(--secondarycolor);
    font-weight: 600;
}

.fleet-info .bottom-box {
    margin-top: 38px;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 33px;
}

.fleet-info .common-btn {
    width: 49%;
    text-align: center;
}

.fleet-info p {
    color: #bdbdbd;
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 15px;
}

.fleet-info p:last-child {
    margin-bottom: 0px;
}

.fleet-additional-info {
    background-color: var(--darkcolor);
    border: 1px solid #1c1c1c;
    padding: 25px;
    border-radius: 15px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    margin-top: 50px;
}

.fleet-additional-info h2,
.fleet-additional-info h3,
.fleet-additional-info h4,
.fleet-additional-info h5,
.fleet-additional-info h6 {
    color: var(--lightcolor);
    font-weight: 600;
    line-height: 1.2;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.fleet-additional-info>h2,
.fleet-additional-info>h3,
.fleet-additional-info>h4,
.fleet-additional-info>h5,
.fleet-additional-info>h6 {
    margin-top: 32px;
}

.fleet-additional-info>h2:first-child {
    margin-top: 0px;
}

.fleet-additional-info h2 {
    font-size: 23px;
}

.fleet-additional-info h3 {
    font-size: 21px;
}

.fleet-additional-info h4 {
    font-size: 20px;
}

.fleet-additional-info h5 {
    font-size: 19px;
}

.fleet-additional-info h6 {
    font-size: 18px;
}

.fleet-additional-info p {
    color: var(--textcolor);
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px;
}

.fleet-additional-info p:last-child {
    margin-bottom: 0px;
}

.fleet-additional-info ul {
    margin: 22px 0px 28px;
}

.fleet-additional-info li {
    color: var(--textcolor);
    font-size: 15px;
    margin-bottom: 10px;
}

.fleet-additional-info li:last-child {
    margin-bottom: 0px;
}

.fleet-additional-info .listing li::before {
    display: inline-block;
    content: "✔";
    color: var(--secondarycolor);
    font-size: 14px;
    margin-right: 7px;
}

.fleet-additional-info li strong {
    font-weight: 400;
}

.fleet-additional-info .list-group {
    margin: 30px 0px;
    padding: 0px;
}

.fleet-additional-info .list-group-item {
    position: relative;
    color: #d0d0d0;
    background: linear-gradient(145deg, #141414, #0f0f10);
    font-size: 15px;
    padding: 12px 14px;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.fleet-additional-info .list-group-item:nth-child(even) {
    background: linear-gradient(145deg, #181818, #121212);
}

.fleet-additional-info a {
    color: var(--secondarycolor);
    text-decoration: underline !important;
    text-underline-offset: 5px;
}

.fleet-additional-info .car-featured {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 16px;
    margin: 25px 0 10px;
    padding: 0;
    list-style: none;
}

.fleet-additional-info .car-featured li {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    border-radius: 14px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.25));
    border: 1px solid rgba(197, 160, 89, 0.35);
    backdrop-filter: blur(14px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
    font-size: 14px;
    font-weight: 500;
    color: #d6d6d6;
    transition: 0.3s ease;
    margin-bottom: 0px !important;
}

.fleet-additional-info .car-featured li:hover {
    transform: translateY(-4px);
    border-color: rgba(197, 160, 89, 0.7);
}

.fleet-additional-info .car-featured i {
    width: 34px;
    height: 34px;
    min-width: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(197, 160, 89, 0.12);
    border: 1px solid rgba(197, 160, 89, 0.4);
    color: #C5A059;
    font-size: 13px;
}

.contact-details {
    margin-top: 15px;
}

.contact-details li {
    color: var(--textcolor);
    font-size: 16px;
    margin-bottom: 10px;
}

.contact-details li a {
    color: var(--textcolor);
}

.contact-details strong {
    color: var(--secondarycolor);
}

/*=====Fleet Details Panel Styling End Here=====*/

/*=====Error Panel Styling Start Here=====*/
.error-message {
    width: 100%;
    height: 100vh;
    text-align: center;
    align-content: center;
}

.error-message .smile {
    color: #cecece;
    font-size: 80px;
    opacity: 0.12;
    margin-bottom: 20px;
}

.error-message h1 {
    color: #edd190;
    font-size: 200px;
    font-weight: 600;
    line-height: 1;
    text-shadow: 0 4px 15px rgba(0, 0, 0, 0.6);
    margin-bottom: 14px;
}

.error-message span {
    display: inline-block;
    color: var(--lightcolor);
    font-size: 22px;
    color: var(--lightcolor);
    margin-bottom: 10px;
}

.error-message p {
    color: var(--textcolor);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 35px;
}


/*=====Error Panel Styling End Here=====*/

/*=====Modal Styling Start here=====*/
.booking-modal .modal-content {
    width: 82%;
    margin: auto;
}

.modal {
    z-index: 999999999999 !important;
}

.modal-content {
    background: var(--bgcolor);
    backdrop-filter: blur(8px);
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border: 1px solid #C5A059;
    color: #C5A059;
}

.booking-modal .modal-header {
    padding: 12px;
    border-color: #C5A059;
}

.booking-modal .modal-title {
    background: linear-gradient(135deg, #C5A059, #F3E5AB);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 20px;
}

.btn-close {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: linear-gradient(135deg, #C5A059, #F3E5AB);
    color: #000;
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    transition: all 0.3s ease-in-out;
    margin-right: 0px !important;
}

.btn-close:hover,
.btn-close:focus {
    opacity: 1;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(197, 160, 89, 0.5);
    box-shadow: none;
}

.modal .input-box {
    margin-bottom: 20px;
}

.modal .form-control,
.modal .form-select {
    width: 100%;
    color: #fff;
    font-size: 14px;
    border-radius: 8px;
    padding: 12px 14px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.06);
    outline: none;
}

.booking-modal .modal-body {
    padding: 20px 12px;
}

.booking-modal .submit-btn-box {
    margin-top: 25px;
}

.booking-modal .common-btn {
    width: 100%;
    text-align: center;
    padding: 13px 5px;
}

.quote-popup .modal-header {
    padding: 0px;
    border: 0px;
}

.quote-popup .modal-content {
    overflow: hidden;
}

.quote-popup .btn-close {
    position: absolute;
    top: 8px;
    right: 0px;
    z-index: 2;
    width: 25px;
    height: 25px;
    border-radius: 0px 8px;
    color: var(--lightcolor);
    background-color: var(--secondarycolor);
    background-image: none;
    opacity: 1;
    padding: 0px;
}

.quote-popup .btn-close:focus {
    box-shadow: none;
}

.quote-popup figure {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.quote-popup figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
}

.quote-popup h2 {
    font-size: 27px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 27px;
}

.quote-popup .submit-btn-box {
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

.quote-popup .common-btn {
    width: 100%;
}


.quote-popup .input-box {
    margin-bottom: 22px;
}

/*=====Modal Styling End here=====*/

/*=====Animation Styling Start Here=====*/
@keyframes blink {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }
}

@keyframes smoothSlideDown {
    from {
        transform: translateY(-30px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}


@keyframes pluse {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 #25d366b3
    }

    70% {
        transform: scale(1.05);
        box-shadow: 0 0 0 10px #25d36600
    }

    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 #25d36600
    }
}

@keyframes heartbeats {
    0% {
        width: 60px;
        height: 60px;
        opacity: .9;
    }

    100% {
        width: 90px;
        height: 90px;
        opacity: 0;
    }
}

/*=====Animation Styling End Here=====*/