@import url('https://fonts.googleapis.com/css2?family=Bruno+Ace&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/***** General CSS *****/

body {
    overflow-x: hidden;
    word-break: break-word;
    color: var(--textColor);
    font: 15px/25px 'Montserrat', sans-serif;
}

:root {
    --min-val: 0%;
    --white: #fff;
    --black: #000;
    --max-val: 100%;
    --thumb-size: 15px;
    --track-height: 5px;
    --Violet: #1e083d;
    --textColor: #080808;
    --themeColor: #f7eed9;
    --themeColor2: #ededed;
    --DarkPurple: #510870;
    --LightPurple: #b125b2;
    --PurpleHear: #c01cd5;
    --headingColor: #2d2d2d;
}

a {
    white-space: initial;
    display: inline-block;
    text-decoration: none;
    color: var(--themeColor);
}

a:hover,
a:focus {
    text-decoration: none;
    color: var(--textColor);
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #000;
}

::-moz-placeholder {
    color: #000;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #000;
}

:-moz-placeholder {
    color: #000;
    opacity: 1;
}

ul {
    margin: 0 0 0px;
    padding: 0;
    list-style-type: none;
}

img {
    max-width: 100%
}


/***** Font Files *****/

@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'BlenderPro';
    src: url(../fonts/BlenderPro-Medium.ttf);
}

@font-face {
    font-family: 'brunson';
    src: url(../fonts/brunson.ttf);
}


/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.mt-5 {
    margin-top: 50px;
}

.mb-5 {
    margin-bottom: 50px;
}

.mt-8 {
    margin-top: 80px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-2 {
    margin-top: 20px;
}

.pt-5 {
    padding-top: 50px;
}

.pb-1 {
    padding-bottom: 10px;
}

.pb-2 {
    padding-bottom: 20px;
}

.pb-3 {
    padding-bottom: 30px;
}

.pb-4 {
    padding-bottom: 40px;
}

.pb-8 {
    padding-bottom: 80px;
}

.m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-8 {
    padding-top: 80px;
}

.pt-4 {
    padding-top: 40px;
}

.pt-3 {
    padding-top: 30px;
}

.pt-2 {
    padding-top: 20px;
}

.all-section {
    padding: 80px 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.d-flex {
    display: flex;
    align-items: center;
}

.over-flow-h {
    overflow: hidden;
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

h1 {
    margin: 0 0 0px;
    font-size: 70px;
    color: var(--white);
    text-transform: uppercase;
    font-family: 'brunson';
}

h2 {
    font-size: 70px;
    margin: 0 0 0px;
    text-transform: uppercase;
    color: var(--headingColor);
    font-family: 'brunson';
}

h3 {
    font-size: 35px;
    margin: 0 0 0px;
    font-weight: 600;
    font-family: 'BlenderPro';
    text-transform: uppercase;
    color: var(--headingColor);
}

h4 {
    font-size: 24px;
    margin: 0 0 0px;
    font-weight: 500;
    font-family: 'BlenderPro';
    color: var(--headingColor);
}

h5 {
    font-size: 16px;
    margin: 0 0 0px;
    font-weight: 500;
    font-family: 'BlenderPro';
    color: var(--headingColor);
}

h6 {
    font-size: 14px;
    margin: 0 0 0px;
    font-weight: 500;
    color: var(--black);
    font-family: 'BlenderPro';
}

p {
    margin: 0px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0px;
    font-family: 'Montserrat';
    color: var(--textColor);
}

.add-padding {
    width: 100%;
    margin: 0px auto;
    max-width: 1500px;
}

.section-heading {
    text-align: center;
    margin-bottom: 25px;
}

.section-heading p {
    width: 90%;
    margin: auto;
    max-width: 800px;
}

.theme-btn-1 {
    font-size: 15px;
    padding: 20px 60px;
    border-radius: 5px;
    color: #fff;
    transition: ease-in-out;
    font-family: 'BlenderPro';
    transition-duration: 0.5s;
    text-transform: uppercase;
    background-image: -webkit-linear-gradient(12deg, rgb(251, 219, 81) 0%, rgb(221, 168, 58) 19%, rgb(189, 113, 31) 48%, rgb(224, 174, 61) 70%, rgb(235, 193, 70) 100%);
}

.theme-btn-1:hover {
    transition: ease-in;
    color: var(--white);
    transition-duration: 0.5s;
    background-color: var(--primary-color);
}


/*header css start */

.menuSec {
    height: 100%;
    padding: 0px 0;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    margin: 0;
    padding: 0;
    height: 100%;
    display: flex;
    list-style: none;
    text-align: center;
    position: relative;
    align-items: center;
    text-transform: capitalize;
    justify-content: space-between;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    padding: 25px 0;
    font-size: 15px;
    position: relative;
    color: var(--white);
    display: inline-block;
    text-decoration: none;
    font-family: 'BlenderPro';
    text-transform: uppercase;
}

.menuSec ul li a::before {
    left: 0;
    right: 0;
    width: 0%;
    content: '';
    height: 57px;
    bottom: -40px;
    margin: 0px auto;
    position: absolute;
    transition: all 0.5s ease;
    background-image: url('../images/header-a-before.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.menuSec ul li a.active::before,
.menuSec ul li a:hover::before {
    width: 52px;
    transition: all 0.5s ease;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: var(--white);
}

.menuSection {
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    padding: 0 4%;
    position: absolute;
}

.menuSection .add-padding {
    padding: 0px;
    /* border-bottom: 1px solid #ffffff3f; */
    /* background-image: -webkit-linear-gradient( 90deg, rgb(251,219,81) 0%, rgb(221,168,58) 19%, rgb(189,113,31) 48%, rgb(224,174,61) 70%, rgb(235,193,70) 100%); */
    position: relative;
    z-index: 1;
}

.menuSection .add-padding:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: -webkit-linear-gradient( 2deg, rgb(251, 219, 81) 0%, rgb(221, 168, 58) 19%, rgb(189, 113, 31) 48%, rgb(224, 174, 61) 70%, rgb(235, 193, 70) 100%);
}

.header-logo {
    /* display: flex; */
    /* position: relative; */
    /* align-items: center; */
    /* justify-content: center; */
    /* background-image: url(../images/logo-bg.png); */
    /* background-repeat: no-repeat; */
    /* background-size: contain; */
    /* z-index: 99999; */
    margin: 0px 70px -30px;
}

.header-logo a {
    padding: 0 25px 30px 25px !important;
}

.header-logo a::before {
    display: none;
}

.header-logo a {
    /* width: 180px; */
    /* height: 160px; */
    /* display: flex !important; */
    /* position: relative !important; */
    /* align-items: center; */
    /* justify-content: center; */
    padding: 0 !important;
}

.header-logo a::before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    opacity: 0.5;
    position: absolute;
    background-color: var(--white);
    /* clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%); */
}

.header-logo a::before {
    position: absolute;
    border-radius: 10px;
    top: 0px !important;
    left: 0px !important;
    width: 100% !important;
    content: "" !important;
    height: 100% !important;
    opacity: 0.5 !important;
    background-color: var(--white) !important;
    background-image: unset !important;
    /* background: #fff !important; */
    filter: unset !important;
}

.header-logo a img {
    z-index: 1;
    /* width: 145px; */
    /* height: 85px; */
    position: relative;
    object-fit: contain;
}

.header-logo::before {
    right: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    /* content: ''; */
    /* opacity: 0.2; */
    /* position: absolute; */
    /* background-color: var(--white); */
}

.header-right {
    height: 100%;
    display: flex;
    /* max-width: 140px; */
    position: relative;
    align-items: center;
    margin: 0px 0px 0px auto;
    justify-content: flex-end;
}

.header-right::before {
    left: 0;
    bottom: 0;
    width: 1px;
    content: '';
    height: 100%;
    opacity: 1;
    position: absolute;
    background-image: -webkit-linear-gradient( 214deg, rgb(251, 219, 81) 0%, rgb(221, 168, 58) 19%, rgb(189, 113, 31) 48%, rgb(224, 174, 61) 70%, rgb(235, 193, 70) 100%);
}

.header-right .sign-up-btn {
    gap: 25px;
    display: flex;
    font-size: 15px;
    align-items: center;
    color: var(--white);
    font-family: 'BlenderPro';
    text-transform: uppercase;
    justify-content: flex-end;
}

.header-right .sign-up-btn i {
    width: 50px;
    height: 50px;
    display: flex;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    border: 1px solid #e1b03e;
}


/*header css start */


/*banner css start */

.main_slider {
    display: flex;
    min-height: 850px;
    position: relative;
    align-items: flex-end;
    padding: 160px 3% 50px;
    justify-content: center;
    background-image: url('../images/new-banner2.png');
    /* background-attachment: fixed; */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}


/* .main_slider::before {
    top: 0;
    left: 0;
    width: 100%;
    content: '';
    height: 100%;
    position: absolute;
    background: linear-gradient(27deg, rgba(30, 8, 61, 0.94) 0%, rgba(81, 8, 112, 1) 22%, rgb(178 37 178 / 13%) 50%, rgb(81 8 112) 82%, rgba(30, 8, 61, 0.89) 100%);
} */

.main_slider .row {
    z-index: 1;
    position: relative;
}

.search-form {
    padding: 30px;
    border-radius: 10px;
    /* background-color: var(--white); */
    position: relative;
    z-index: 1;
}

.search-form:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url(../images/banner-design.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
}

.field input::placeholder {
    color: #ffffff94;
}

.date-time input::placeholder {
    color: #fff !important;
}

.search-form .nav-tabs {
    gap: 4px;
    padding: 4px;
    width: fit-content;
    border-radius: 5px;
    margin-bottom: 20px;
    background-color: transparent;
    border: 1px solid #ffffff6b;
}

.search-form .nav-tabs .nav-link {
    border: none;
    color: #ffffff;
    background-color: transparent;
}

.nav-link.theme-btn-1 {
    width: 150px;
    padding: 17px 0px !important;
}

.search-form .nav-tabs .nav-link.active {
    color: #fff;
    background-image: -webkit-linear-gradient(12deg, rgb(251, 219, 81) 0%, rgb(221, 168, 58) 19%, rgb(189, 113, 31) 48%, rgb(224, 174, 61) 70%, rgb(235, 193, 70) 100%);
}

.form-fields {
    gap: 10px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.field {
    width: 100%;
}

.field input,
.field select {
    width: 100%;
    height: 55px;
    font-size: 14px;
    max-width: 100%;
    padding: 0px 20px;
    border-radius: 5px;
    font-family: 'BlenderPro';
    border: 1px solid #ffffff6b;
    background: transparent;
    color: #ffffff;
}

.field select option {
    background-color: #dba438;
    color: #fff !important;
}

.field label {
    font-size: 16px;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-family: 'BlenderPro';
    color: #fff;
}

.select-time {
    gap: 10px;
    width: 100%;
    height: 55px;
    display: flex;
    max-width: 100%;
    text-align: center;
    position: relative;
    padding: 10px 15px;
    border-radius: 5px;
    align-items: center;
    border: 1px solid #ffffff6b;
}

.date-time {
    gap: 5px;
    width: 50%;
    display: flex;
    cursor: pointer;
    position: relative;
    align-items: center;
    justify-content: center;
}

.date-time i {
    background-image: -webkit-linear-gradient(12deg, rgb(251, 219, 81) 0%, rgb(221, 168, 58) 19%, rgb(189, 113, 31) 48%, rgb(224, 174, 61) 70%, rgb(235, 193, 70) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.field.field-time {
    width: 100%;
    max-width: 200px;
    position: relative;
}

.field.small .select-time::before,
.field.field-time .select-time::before {
    top: 0;
    left: 0;
    bottom: 0;
    right: 10px;
    width: 1px;
    content: '';
    height: 80%;
    margin: auto;
    position: absolute;
    background-color: #ffffff6b;
}

.date-time p {
    font-family: 'BlenderPro';
    color: #ffffff;
}

.date-time input {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    cursor: pointer;
    color: #ffffff;
}

.button-field .theme-btn-1 {
    width: 100%;
    height: 55px;
    display: flex;
    border: none;
    max-width: 220px;
    padding: 10px 10px;
    align-items: center;
    justify-content: center;
}

.button-field {
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.field.field-select {
    position: relative;
}

.field.field-select i {
    right: 20px;
    bottom: 25px;
    color: #c7c7c7;
    position: absolute;
    pointer-events: none;
}

.field.field-select::before {
    bottom: 0;
    width: 10px;
    content: '';
    right: 55px;
    height: 55px;
    position: absolute;
    pointer-events: none;
    background-image: url('../images/banner-select-before.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    filter: invert(1);
}

.form-fields .row {
    width: 100%;
    row-gap: 20px;
}

.banner_text h1 {
    line-height: 1;
    margin-bottom: 15px;
}

.banner_text p {
    max-width: 540px;
    color: var(--white);
    margin-bottom: 25px;
}

.main_slider .bannerSlider {
    margin-bottom: 50px;
}

.bannerSlider .slick-slide {
    margin: 0px;
}

.bannerSlider .slick-list {
    z-index: 1;
    position: relative;
}

.bannerSlider .slick-dots {
    left: 0;
    right: 0;
    z-index: 1;
    bottom: 20px;
    margin: auto;
    display: flex;
    width: fit-content;
    align-items: center;
    justify-content: center;
}

.bannerSlider .slick-dots li {
    width: 20px;
    opacity: 0.5;
    height: 20px;
    display: flex;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
}

.bannerSlider .slick-dots li button {
    width: 3px;
    height: 3px;
    margin: 0px;
    padding: 2px;
    border-radius: 50%;
    background-color: var(--white);
}

.bannerSlider .slick-dots li button::before {
    content: '';
}

.bannerSlider .slick-dots li.slick-active {
    opacity: 1;
    border: 1px solid #d8a036;
}

.bannerSlider .slick-dots li.slick-active button {
    background-color: var(--themeColor);
}

.instatnt-list ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    margin: 20px 0 -30px;
}

.instatnt-list ul li:nth-child(Even) span {
    color: #fff;
    font-size: 25px;
}

.instatnt-list ul li span {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    color: #e3c24b;
    font-size: 15px !important;
}


/*banner css end*/


/* inner-banner */

.main_slider.inner-banner {
    min-height: 580px;
    padding-top: 100px;
    padding-bottom: 0px;
    align-items: center;
    justify-content: center;
    background-position: top !important;
}


/* inner-banner */

.testimonials {
    padding: 80px 0px;
}

section.testimonials .box-card {
    padding: 20px 20px;
    background-color: rgb(74, 31, 111);
    box-sizing: border-box;
    border-radius: 12px;
    position: relative;
    margin: 30px 20px 30px 0px;
}

section.testimonials .mainSlider {
    position: relative;
}

section.testimonials .mainSlider .item {
    margin: 0px;
}

section.testimonials .slick-list.draggable {
    padding: 0px !important;
}

section.testimonials .item {
    opacity: 1;
}

section.testimonials .box-card .quote {
    opacity: 0;
    top: -20px;
    position: absolute;
    display: inline-block;
}

.slider-for .quote {
    opacity: 1 !important;
}

section.testimonials .box-card .quote i {
    width: 50px;
    height: 50px;
    color: var(--themeColor);
    display: flex;
    transition: 0.9s;
    align-items: center;
    border-radius: 55px;
    justify-content: center;
    background: var(--white);
}

section.testimonials .box-card ul.rating {
    gap: 5px;
    display: flex;
    align-items: center;
    margin: 0px 0 15px;
    justify-content: flex-start;
}

section.testimonials .box-card ul.rating li a i {
    font-size: 15px;
    color: var(--white);
}

section.testimonials .box-card .descrp {
    height: 70px;
    overflow-y: auto;
    margin-bottom: 20px;
}

section.testimonials .box-card .descrp p {
    font-size: 14px;
    line-height: 25px;
    color: var(--white);
}

section.testimonials .box-card .authr-det {
    display: flex;
    align-items: center;
    gap: 10px;
}

section.testimonials .box-card .authr-det h5 {
    margin: 0px;
    font-size: 20px;
    line-height: 20px;
    color: var(--white);
    font-family: 'BlenderPro';
}

section.testimonials .box-card .authr-det p {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 20px;
    opacity: 70%;
    font-family: 'BlenderPro';
    background-image: -webkit-linear-gradient( 12deg, rgb(251, 219, 81) 0%, rgb(221, 168, 58) 19%, rgb(189, 113, 31) 48%, rgb(224, 174, 61) 70%, rgb(235, 193, 70) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: var(--white);
}

.auth-img img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid var(--white);
    animation: pulse-animation 2s infinite;
}

.ace-tax-advisory-text ul li img {
    filter: brightness(0) saturate(100%) invert(23%) sepia(86%) saturate(2789%) hue-rotate(343deg) brightness(76%) contrast(96%);
}

section.testimonials .mainSlider .box-card {
    margin: 30px 0px;
    border-radius: 12px;
    padding: 50px 40px;
    background-image: -webkit-linear-gradient( 12deg, rgb(251, 219, 81) 0%, rgb(221, 168, 58) 19%, rgb(189, 113, 31) 48%, rgb(224, 174, 61) 70%, rgb(235, 193, 70) 100%);
}

section.testimonials .mainSlider .box-card p.m-0 {
    color: #fff !important;
    -webkit-text-fill-color: #fff;
}

.testimonials-heading p {
    color: #878787;
    font-size: 14px;
    font-weight: 600;
}

.testimonials-heading {
    text-align: center;
}

.testimonials-heading p {
    margin-bottom: 0;
}

section.testimonials .simSlidDs .item {
    margin: 0px;
}

section.testimonials .simSlidDs .item .box-card {
    box-shadow: unset;
    padding: 50px 40px;
}

section.testimonials .simSlidDs .item .box-card p {
    font-size: 13px;
    color: #fff;
    font-weight: 600;
    line-height: 23px;
}

section.testimonials .simSlidDs .item .box-card ul.rating {
    margin: 0px 0 16px;
}

section.testimonials .simSlidDs .item .box-card ul.rating li a i {
    font-size: 15px;
    color: #f5d04b;
}

.descrp::-webkit-scrollbar {
    width: 4px;
    border-radius: 5px;
    background-color: var(--white);
}

.descrp::-webkit-scrollbar-thumb {
    background-color: var(--LightPurple);
    outline: 1px solid var(--LightPurple);
    border-radius: 100px;
}

.descrp::-webkit-scrollbar-track {
    box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.034);
}

section.testimonials .simSlidDs .item .box-card .quote i {
    box-shadow: unset;
}

section.testimonials .coright {
    position: relative;
}

section.testimonials .simSlidDs .slider-nav {
    margin: 0px;
}

section.testimonials .simSlidDs .slider-nav {
    margin: 0px;
}

section.testimonials .simSlidDs .item .box-card h5 {
    font-weight: 500;
    font-size: 16px;
    color: #fff;
}

section.testimonials .simSlidDs .item .box-card {
    font-size: 11px;
}

section.testimonials.inner-testimonials-sec {
    padding: 0px;
}


/* section.why-choose-sec.inner-why-choose */

section.why-choose-sec.inner-why-choose {
    padding: 100px 4%;
}

section.why-choose-sec.inner-why-choose .why-choose-img {
    justify-content: flex-start;
    position: relative;
    z-index: 1;
}

section.why-choose-sec.inner-why-choose .why-choose-img img {
    width: 97%;
}

.box-card {
    position: relative;
    z-index: 1;
}

.box-card::before {
    position: absolute;
    content: '';
    width: 95%;
    height: 95%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border: 1px solid #e0ac3c;
    border-radius: 12px;
    z-index: -1;
}

section.testimonials .mainSlider .box-card::before {
    border-color: #fff;
}


/* section.why-choose-sec.inner-why-choose */


/* delivery-sec */

.delivery-sec {
    padding: 100px 4% 0px;
}

.delivery-box {
    max-width: 390px;
    margin: 20px auto;
    text-align: center;
}

.delivery-box img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 10px;
}

.delivery-box h4 {
    margin: 20px 0px;
    font-size: 22px;
}

.delivery-box p {
    margin-bottom: 25px;
    height: 320px;
}

.deliver-image {
    position: relative;
    z-index: 1;
}

.deliver-image::before {
    position: absolute;
    content: '';
    width: 90%;
    height: 90%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border: 1px solid #e1b13e;
    border-radius: 12px;
}

section.why-choose-sec.inner-why-choose .why-choose-img::before {
    position: absolute;
    content: '';
    width: 90%;
    height: 90%;
    left: -3%;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border: 2px solid #e1b13e;
    border-radius: 12px;
}


/* delivery-sec */


/* Blog Sec Start */

ul.blog-page-box-ul {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 20px;
    margin: 10px 0px;
}

.blog-page-box {
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    margin-bottom: 30px;
}

.blog-page-box>img {
    width: 100%;
}

.blog-page-box-text {
    left: 0;
    bottom: 0;
    width: 88%;
    z-index: 1;
    max-width: 350px;
    position: absolute;
    background: var(--white);
    padding: 30px 25px 0px 0px;
    border-top-right-radius: 10px;
}

.blog-page-box-text p {
    margin-bottom: 0;
}

ul.blog-page-box-ul li {
    text-transform: uppercase;
    font-family: 'montserrat-font';
    font-size: 15px;
}

section.blog-sec-page {
    padding: 100px 0%;
}

ul.blog-page-box-ul li i {
    color: #90a959;
}

.blog-page-box h3 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-family: 'BlenderPro';
}

.blog-page-box a {
    display: block;
}

.blog-page-box a img {
    width: 100%;
    height: 450px;
}


/* Blog Sec End */


/* category-sec */

.category-sec {
    padding: 100px 4% 0px;
}

.category-slider h2 {
    text-align: center;
    margin-bottom: 40px;
}

.category-slider-item {
    width: 100%;
    height: 350px;
    margin: 20px 0px;
    overflow: hidden;
    position: relative;
    transition: ease-in;
    border-radius: 10px;
    transition-duration: 0.5s;
    background-color: #ececec;
    z-index: 1;
}

.category-slider-item::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 0;
    background: linear-gradient(360deg, rgba(74, 31, 111, 1) 0%, rgb(74 31 111 / 0%) 50%);
}

.category-slider-item::after {
    position: absolute;
    content: '';
    width: 90%;
    height: 90%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 0;
    border: 1px solid #ffffffad;
    border-radius: 10px;
}

.category-slider-item:hover h4 {
    background-image: -webkit-linear-gradient(12deg, rgb(251, 219, 81) 0%, rgb(221, 168, 58) 19%, rgb(189, 113, 31) 48%, rgb(224, 174, 61) 70%, rgb(235, 193, 70) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.category-slider-item:hover::after {
    border-color: #eac155;
}

.category-slider-item:hover {
    transition: ease-in-out;
    transition-duration: 0.5s;
    /* background-color: var(--white); */
    box-shadow: 0px 11px 14px 0px rgba(55, 100, 122, 0.18);
}

.category-slider-item:hover h4 {
    color: var(--Violet);
    transition: ease-in-out;
    transition-duration: 0.5s;
    /* background-color: var(--themeColor); */
}

.category-slider-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.category-slider-item h4 {
    left: 0;
    right: 0;
    z-index: 1;
    width: 90%;
    bottom: 15px;
    margin: auto;
    font-size: 24px;
    margin-top: 20px;
    text-align: center;
    padding: 15px 10px;
    position: absolute;
    font-weight: bolder;
    border-radius: 3px;
    color: var(--white);
    transition: ease-in;
    transition-duration: 0.5s;
    text-transform: uppercase;
}

.categorySlider .slick-slide {
    opacity: 1;
    margin: 0px 10px;
}

.categorySlider .slick-next {
    width: 70px;
    right: -90px;
    height: 50px;
    display: flex;
    align-items: center;
    border-radius: 100px;
    transition: ease-in-out;
    justify-content: center;
    border: 1px solid var(--themeColor);
}

.categorySlider .slick-prev {
    width: 70px;
    left: -90px;
    height: 50px;
    display: flex;
    align-items: center;
    border-radius: 100px;
    transition: ease-in-out;
    justify-content: center;
    transition-duration: 0.5s;
    border: 1px solid var(--themeColor);
}

.categorySlider .slick-prev:hover,
.categorySlider .slick-next:hover {
    transition: ease-in;
    transition-duration: 0.5s;
    background-color: var(--themeColor);
}

.categorySlider .slick-prev:hover::before,
.categorySlider .slick-next:hover::before {
    color: var(--white);
    transition: ease-in;
    transform: rotate(0deg);
    transition-duration: 0.5s;
}

.categorySlider .slick-next:before {
    content: '\f061';
    font-size: 16px;
    color: var(--themeColor);
    transition: ease-in-out;
    transform: rotate(-45deg);
    font-family: 'FontAwesome';
    transition-duration: 0.5s;
}

.categorySlider .slick-prev:before {
    content: '\f060';
    font-size: 16px;
    color: var(--themeColor);
    transition: ease-in-out;
    transform: rotate(-45deg);
    transition-duration: 0.5s;
    font-family: 'FontAwesome';
}


/* category-sec */


/*contact-page start*/

section.contact-pg {
    padding: 100px 0px;
}

.cont-bx {
    min-height: 100%;
    padding: 50px 20px;
    border-radius: 10px;
    background-image: -webkit-linear-gradient(2deg, rgb(251, 219, 81) 0%, rgb(221, 168, 58) 19%, rgb(189, 113, 31) 48%, rgb(224, 174, 61) 70%, rgb(235, 193, 70) 100%);
}

.cont-bx h3 {
    width: 75%;
    font-size: 25px;
    font-weight: 300;
    line-height: 11px;
    letter-spacing: 1px;
    margin-bottom: 16px;
    color: #fff;
    padding-bottom: 15px;
    border-bottom: 1px solid #ffffff;
}

.cont-bx a {
    font-size: 18px;
    color: #fff;
    font-family: 'BlenderPro';
}

.cont-bot-txt {
    text-align: center;
}

.cont-bot-txt h3 {
    font-size: 70px;
    font-weight: 400;
    line-height: 70px;
    margin-bottom: 10px;
}

.cont-bot-txt p {
    font-size: 14px;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 40px;
}

.cont-bot-txt form input {
    width: 100%;
    padding: 15px;
    color: var(--black);
    border-radius: 10px;
    margin-bottom: 30px;
    background-color: transparent;
    border: 1px solid #c5c5c5;
}

.cont-bot-txt form textarea {
    width: 100%;
    height: 150px;
    padding: 15px;
    margin-bottom: 30px;
    border-radius: 10px;
    color: var(--black);
    background-color: transparent;
    border: 1px solid #c5c5c5;
}

.cont-bot-txt form button {
    border: none;
}

.contact_map {
    padding: 0px 2% 100px;
}

.contact_map iframe {
    width: 100%;
    height: 475px;
}


/*contact-page end*/


/* Blog Detail Page Start */

.blog-detail-page {
    z-index: 1;
    overflow: hidden;
    padding: 80px 4%;
    position: relative;
}

.blog-det-image img {
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
    /* margin-bottom: 30px; */
}

.blog-detail-left-content {
    width: 97%;
}

.blog-det-text h2 {
    font-size: 50px;
    font-weight: 400;
    text-transform: uppercase;
}

.blog-det-text p {
    font-size: 14px;
    color: #444444;
    margin: 15px 0;
    font-weight: 500;
}

.blog-det-search {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 40px;
}

.blog-det-search input {
    width: 60%;
    height: 50px;
    padding: 0 10px;
    font-size: 12px;
    border: 1px solid var(--Violet);
    border-radius: 5px;
}

.blog-det-search button {
    background: var(--Violet);
    border: 0;
    width: 50px;
    height: 50px;
    font-size: 14px;
    color: var(--white);
    border-radius: 5px;
    margin-left: -10px;
}

.blog-detail-right-content h3 {
    z-index: 1;
    font-size: 20px;
    font-weight: 500;
    color: #191919;
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 15px;
    text-transform: uppercase;
}

.blog-detail-right-content {
    padding-left: 20px;
    position: relative;
}

.blog-detail-right-content::before {
    left: 0px;
    top: -90px;
    width: 1px;
    content: '';
    height: 10000px;
    position: absolute;
    background: #cccccc;
}

.blog-detail-right-content h3::before {
    position: absolute;
    content: '';
    width: 100vw;
    height: 1px;
    background: #cccccc;
    bottom: 0;
    left: -20px;
}

ul.post-list li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 30px;
    margin: 20px 0;
}

.blog-det-image {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

.blog-det-image::before {
    position: absolute;
    content: '';
    width: 95%;
    height: 95%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border: 1px solid #e4b552;
    border-radius: 12px;
}

.post-image::before {
    position: absolute;
    content: '';
    width: 90%;
    height: 90%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border: 1px solid #c78127;
    border-radius: 12px;
}

.post-image {
    width: 35%;
    position: relative;
    z-index: 1;
}

.post-image img {
    width: 100%;
    height: 140px;
    object-fit: cover;
    border-radius: 10px;
}

.post-text a {
    font-size: 13.74px;
    color: #171515;
    text-transform: uppercase;
    font-weight: 600;
}

ul.tag-list {
    gap: 21px;
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    margin: 30px 0 0;
    align-items: center;
    justify-content: flex-start;
}

ul.tag-list a {
    font-size: 12px;
    font-weight: 500;
    padding: 5px 12px;
    border-radius: 5px;
    color: var(--black);
    width: fit-content;
    transition: .2s all;
    text-transform: uppercase;
    background-color: #fafafa;
}

ul.tag-list a:hover {
    color: var(--white);
    background: var(--Violet);
}


/* Blog Detail Page End */


/* Account Page Start */

section.account-page {
    position: relative;
    padding: 100px 0;
}

.log-in-wrap {
    border-radius: 0;
    padding: 50px 40px;
    background-color: var(--white);
    box-shadow: 0px 0px 16px 0px rgba(63, 63, 63, 0.15);
}

.log-in-wrap h2 {
    font-size: 45px;
    font-weight: 400;
    text-align: center;
    margin: 0px 0px 40px;
    text-transform: uppercase;
}

.log-in-wrap form button {
    padding: 15px 50px;
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    border: none;
    border-radius: 5px;
    background-color: var(--themeColor);
}

.width-100 {
    width: 100% !important;
}

.log-in-page-main {
    padding: 100px 0px;
}

.log-in-page-main .form-control {
    height: 60px;
    padding-left: 25px;
    margin-bottom: 20px;
    border: 1px solid #e1e1e1;
    border-radius: 0;
    box-shadow: unset !important;
}

.log-in-page-main .form-control::placeholder {
    color: rgb(176, 175, 175);
}

.log-in-page-main .form-check label.form-check-label {
    font-size: 14px;
    font-weight: 300;
    margin: 0px;
    color: rgb(0 0 0);
    font-family: 'montserrat-font';
}

.log-in-page-main .form-check,
.forgot-pass {
    display: inline-block;
}

.forgot-pass {
    width: 75%;
    text-align: right;
}

.forgot-pass a {
    font-size: 14px;
    font-weight: 300;
    margin: 0px;
    color: #918f8f;
}

.forgot-pass a:hover {
    color: rgb(213, 0, 0);
}

.agree-text {
    font-size: 15px;
    font-weight: 700;
    margin-top: 5px;
    margin-bottom: 15px;
    color: #666;
}

.term-condition {
    font-weight: 500;
    margin-left: 10px;
    color: var(--black);
    text-decoration: underline;
}

.terms_chk .form-check-input {
    border-color: var(--white);
    border-radius: 3px !important;
    box-shadow: none !important;
    height: 20px;
    width: 20px;
    margin-right: 10px;
}

.form-group input {
    height: 60px;
    background: transparent;
    border: 1px solid #999999;
    border-radius: 2px;
    margin-bottom: 20px;
    font-size: 14px;
}

.form-check.terms_chk.mt-4 label {
    color: #918f8f;
}

.account-banner-text h1 {
    background: transparent;
}

.login-box {
    border-radius: 10px;
    background: var(--themeColor);
}

.login-box .form-group input:focus {
    background: transparent;
}

.login-box h2 {
    color: var(--white);
}

.login-box .form-group input {
    font-size: 14px;
    border-radius: 5px;
    color: var(--black);
}

.login-box .form-group input::placeholder {
    color: var(--black);
}

.login-box button.btn13 {
    /* background: var(--black); */
    color: var(--themeColor);
    /* font-weight: 600; */
    /* font-size: 16px; */
    /* border-radius: 5px; */
}

.login-box .form-check.terms_chk.mt-4 label {
    color: var(--black);
}

.login-box .forgot-pass a {
    color: var(--black);
}

.login-box h2 {
    color: var(--black);
}

.form-group {
    position: relative;
    z-index: 1;
}

.form-group span.input-group-text.toggle-password {
    position: absolute;
    top: -25%;
    bottom: 0;
    right: 2%;
    margin: auto;
    background: transparent;
    width: auto;
    height: auto;
    border: 0;
    display: block;
    align-content: center;
    line-height: 0;
    min-height: auto;
    padding: 0;
    z-index: 9;
    cursor: pointer;
}

.forgot-passwordddd a {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    display: block;
    justify-self: end;
    margin: 25px 0 0 0;
    text-decoration: underline;
}


/* Account Page End */


/* about-us-sec */

.about-us-sec {
    padding: 100px 4%;
}

.about-us-images {
    width: 100%;
    height: 650px;
    min-height: 100%;
    position: relative;
    /* padding: 0px 0px 0px 60px; */
    z-index: 9;
}

.about-image-design::before {
    left: -10px;
    top: -50px;
    z-index: -1;
    content: '';
    height: auto;
    width: 284px;
    opacity: 0.9;
    position: absolute;
    aspect-ratio: 1 / 1;
    background-image: -webkit-linear-gradient( 12deg, rgb(251, 219, 81) 0%, rgb(221, 168, 58) 19%, rgb(189, 113, 31) 48%, rgb(224, 174, 61) 70%, rgb(235, 193, 70) 100%);
    border-radius: 10px 10px 10px 0px;
}

.about-image-design::after {
    top: 180px;
    right: 100%;
    z-index: -1;
    content: '';
    height: auto;
    width: 230px;
    opacity: 0.9;
    position: absolute;
    aspect-ratio: 1 / 1;
    background-image: -webkit-linear-gradient( 12deg, rgb(251, 219, 81) 0%, rgb(221, 168, 58) 19%, rgb(189, 113, 31) 48%, rgb(224, 174, 61) 70%, rgb(235, 193, 70) 100%);
    border-radius: 10px 0px 10px 10px;
}

.about-image-design {
    padding: 0px 0px 0px 60px;
    position: relative;
    z-index: 9;
}

.about-us-images::before {
    position: absolute;
    content: '';
    width: 95%;
    height: 95%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border: 2px solid #ebc146;
    border-radius: 12px;
}

.about-us-images img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.about-us-text h2 {
    margin-bottom: 10px;
    color: #fff;
    line-height: 70px;
}

.about-us-text p {
    font-weight: 500;
    margin-bottom: 10px;
    color: #fff;
}

.about-us-text h5 {
    font-size: 20px;
    margin-top: 50px;
    font-weight: 600;
    position: relative;
    padding-left: 45px;
    margin-bottom: 10px;
    text-transform: uppercase;
    background-image: -webkit-linear-gradient(12deg, rgb(251, 219, 81) 0%, rgb(221, 168, 58) 19%, rgb(189, 113, 31) 48%, rgb(224, 174, 61) 70%, rgb(235, 193, 70) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.about-us-text h5::before {
    top: 0;
    left: 0;
    bottom: 0;
    width: 30px;
    height: 2px;
    content: '';
    margin: auto;
    position: absolute;
    background-image: -webkit-linear-gradient(12deg, rgb(251, 219, 81) 0%, rgb(221, 168, 58) 19%, rgb(189, 113, 31) 48%, rgb(224, 174, 61) 70%, rgb(235, 193, 70) 100%);
}

.about-us-text .about-us-text-button-call-us {
    gap: 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

.about-us-call-us ul {
    gap: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.about-us-call-us ul li img {
    width: 35px;
    height: 35px;
    object-fit: contain;
}

.about-us-call-us ul li span {
    font-size: 13px;
    color: #fff;
    font-family: 'BlenderPro';
    text-transform: uppercase;
}

.about-us-call-us ul li span b {
    font-size: 16px;
    font-weight: 600;
    background-image: -webkit-linear-gradient(12deg, rgb(251, 219, 81) 0%, rgb(221, 168, 58) 19%, rgb(189, 113, 31) 48%, rgb(224, 174, 61) 70%, rgb(235, 193, 70) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


/* about-us-sec */


/* why-choose-sec */

section.why-choose-sec {
    padding: 0px 4%;
}

.why-choose-img {
    gap: 18px;
    width: 100%;
    display: flex;
    height: 450px;
    min-height: 100%;
    position: relative;
    justify-content: center;
}

.w_choose_image img {
    width: 100%;
}

.w_choose_image {
    height: 100%;
    position: relative;
    z-index: 1;
}

.why-choose-img-2 {
    height: 380px;
}

.why-choose-img-3 {
    height: 220px;
}

.w_choose_image::before {
    position: absolute;
    content: '';
    width: 92%;
    height: 92%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border: 2px solid #e0ac3c;
    border-radius: 12px;
}

.why-choose-img .why-choose-img-1 {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.why-choose-img ul {
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
    width: 55%;
}

.why-choose-img ul li {
    height: 48%;
    display: block;
    align-content: end;
}

.why-choose-img ul li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.why-choose-text h2 {
    margin-bottom: 10px;
    color: #fff;
}

.why-choose-text p {
    margin-bottom: 25px;
    color: #fff;
}

.why-choose-text .why-choose-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.why-choose-text .why-choose-list li {
    gap: 15px;
    width: 50%;
    display: flex;
    margin-bottom: 21px;
    align-items: flex-start;
    justify-content: flex-start;
}

.why-choose-text .why-choose-list li h5 {
    padding-bottom: 12px;
    /* border-bottom: 1px solid #d9d9d9; */
    color: #fff;
}

.why-choose-text .why-choose-list li:nth-last-child(2) h5,
.why-choose-text .why-choose-list li:last-child h5 {
    border: none;
    padding-bottom: 0px;
}

.why-choose-text .why-choose-list li i {
    font-size: 18px;
    background-image: -webkit-linear-gradient(12deg, rgb(251, 219, 81) 0%, rgb(221, 168, 58) 19%, rgb(189, 113, 31) 48%, rgb(224, 174, 61) 70%, rgb(235, 193, 70) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.why-choose-text .about-us-text-button-call-us {
    gap: 15px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
    align-items: center;
    justify-content: flex-start;
}

section.why-choose-sec.inner-why-choose-sec {
    padding: 100px 4%;
}


/* why-choose-sec */


/* Product sec */

.product-box {
    margin-bottom: 25px;
}

.product-box-img {
    width: 100%;
    height: 360px;
    display: block;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    z-index: 1;
}

.product-box-img::before {
    position: absolute;
    content: '';
    width: 95%;
    height: 96%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border: 1px solid #e0ac3c;
    border-radius: 12px;
}

.product-box-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-box-img ul {
    left: 0;
    gap: 15px;
    bottom: 0;
    z-index: 1;
    width: 100%;
    padding: 15px;
    display: flex;
    position: absolute;
    align-items: center;
    justify-content: center;
}

.product-box-img ul li {
    width: 100%;
    display: block;
}

.product-box-img ul li h5 {
    height: 54px;
    display: flex;
    font-size: 15px;
    font-weight: 500;
    padding: 10px 20px;
    border-radius: 5px;
    text-align: center;
    width: fit-content;
    color: #fff;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    background-image: -webkit-linear-gradient( 12deg, rgb(251, 219, 81) 0%, rgb(221, 168, 58) 19%, rgb(189, 113, 31) 48%, rgb(224, 174, 61) 70%, rgb(235, 193, 70) 100%);
}

.product-box-img ul li:last-child {
    width: 100px;
    flex-shrink: 0;
}

.product-box-img ul li span {
    width: 100%;
    height: 54px;
    display: flex;
    font-size: 15px;
    font-weight: 500;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
    font-family: 'BlenderPro';
    text-transform: uppercase;
    color: var(--primary-color);
    background-color: var(--white);
}

.product-box-text {
    padding: 15px;
    display: block;
    margin-top: 10px;
    border-radius: 10px;
    background-color: rgb(74, 31, 111);
}

.product-box-text ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product-box-text ul li h4 {
    font-size: 15px;
    font-weight: 500;
    color: var(--white);
    margin-bottom: 5px;
    text-transform: uppercase;
}

.product-box-text ul li h6 i {
    font-size: 12px;
    color: #e3c24b;
}

.product-box-text ul li h6 {
    color: var(--white);
}

.product-box-text ul li span {
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'BlenderPro';
    text-decoration: underline;
    background-image: -webkit-linear-gradient(12deg, rgb(251, 219, 81) 0%, rgb(221, 168, 58) 19%, rgb(189, 113, 31) 48%, rgb(224, 174, 61) 70%, rgb(235, 193, 70) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.product-tab {
    gap: 20px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
    align-items: center;
    justify-content: space-between;
}

.product-tab nav {
    width: 100%;
    max-width: 500px;
}

.product-tab nav .nav-tabs {
    display: flex;
    align-items: center;
    border-bottom: none;
    justify-content: space-between;
}

.product-tab nav .nav-tabs .nav-link {
    border: none;
    font-size: 15px;
    font-weight: 600;
    position: relative;
    padding: 10px 10px 4px;
    transition: ease-in-out;
    text-transform: uppercase;
    font-family: 'BlenderPro';
    transition-duration: 0.5s;
    color: var(--headingColor);
}

.product-tab nav .nav-tabs .nav-link::before {
    left: 0;
    width: 0%;
    bottom: 0;
    height: 2px;
    content: '';
    position: absolute;
    transition: ease-in-out;
    transition-duration: 0.5s;
    background-color: var(--headingColor);
}

.product-tab nav .nav-tabs .nav-link:hover::before {
    width: 100%;
    transition: ease-in;
    transition-duration: 0.5s;
}

.product-tab nav .nav-tabs .nav-link.active::before,
.product-tab nav .nav-tabs .nav-link.active:hover::before {
    width: 100%;
    transition: ease-in;
    transition-duration: 0.5s;
    background-image: -webkit-linear-gradient(12deg, rgb(251, 219, 81) 0%, rgb(221, 168, 58) 19%, rgb(189, 113, 31) 48%, rgb(224, 174, 61) 70%, rgb(235, 193, 70) 100%);
}

.product-tab nav .nav-tabs .nav-link.active,
.product-tab nav .nav-tabs .nav-link.active:hover {
    transition: ease-in;
    transition-duration: 0.5s;
    background-image: -webkit-linear-gradient(12deg, rgb(251, 219, 81) 0%, rgb(221, 168, 58) 19%, rgb(189, 113, 31) 48%, rgb(224, 174, 61) 70%, rgb(235, 193, 70) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.product-sec {
    padding: 100px 4%;
}


/* Product sec */


/* Product Page Start */

.range-text {
    display: flex;
    justify-content: center;
    position: relative;
}

.right-side-top {
    border-radius: 5px;
    padding: 10px 30px 10px 0px;
    background-color: var(--themeColor2);
    box-shadow: 0px 0px 33px 0px rgba(0, 0, 0, 0.07);
}

.right-side-top select {
    width: 100%;
    height: 60px;
    font-size: 14px;
    padding: 0px 20px;
    font-weight: 500;
    border-radius: 5px;
    color: var(--black);
    font-family: 'BlenderPro';
    background-color: var(--white);
    border: 1px solid transparent;
}

.showing-icon>select {
    width: 50%;
}

.product-select i.fa-chevron-down {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: fit-content;
    right: 25px;
    font-size: 12px;
    pointer-events: none;
}

.showing-icon>.product-select {
    width: 100%;
    position: relative;
    max-width: 380px;
}

.showing-icon>p {
    width: 15%;
}

.right-side-top p {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    color: var(--black);
}

.show-prg-num a {
    font-size: 16px;
    font-weight: 500;
    color: #9e9b9b;
    padding: 0 2px;
    transition: 0.5s;
}

.show-prg-num p {
    font-size: 16px;
}

.show-prg-num {
    gap: 10px;
}

.show-prg-num a:hover {
    color: var(--headingColor2);
}

.showing-icon {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
}

.showing-icon a {
    margin-top: 19px;
    padding: 0 13px;
    color: var(--black);
}

section.collection-side {
    padding: 100px 4%;
    position: relative;
}

img.bk-2.prd-pg-2 {
    bottom: 20%;
}

img.bk-1.prd-pg-1 {
    right: -5%;
    bottom: 15%;
}

.product-bar-txt h5 {
    /* color: var(--white); */
    font-size: 23px;
}

.product-bar form {
    position: relative;
}

.product-bar {
    width: 80%;
    height: 100%;
    /* border-right: 1px solid #cccccc38; */
}

.range-bg-space {
    padding: 20px;
    border-radius: 10px;
    background-color: var(--themeColor2);
    box-shadow: 0px 0px 33px 0px rgba(0, 0, 0, 0.07);
}

.range-slider {
    width: 100%;
    margin-top: 46px;
    position: relative;
}

.range-slider input {
    border: none;
}

.left-side-one {
    width: 55px;
}

:root {
    --primary-color: #101010;
    /* Black for fill */
    --secondary-color: #e5e7eb;
    /* Light gray for background track */
}

.show-top {
    gap: 10px;
    display: flex;
    font-size: 14px;
    margin-top: 50px;
    font-weight: 500;
    align-items: center;
    font-family: 'BlenderPro';
    justify-content: flex-start;
}

.range-slider .rangeValues {
    width: 100%;
    display: block;
    font-size: 14px;
    margin-top: 10px;
    font-weight: 500;
    color: #313131;
}

.range-slider::before {
    content: '';
    height: var(--track-height);
    background: #4a1f6f;
    position: absolute;
    top: 25px;
    left: 0;
    right: 0;
    z-index: 1;
    left: var(--min-val);
    right: calc(100% - var(--max-val));
}

.slider-track {
    top: 25px;
    z-index: 0;
    width: 100%;
    position: absolute;
    border-radius: 3px;
    background: #dedede;
    height: var(--track-height);
}

.range-slider input[type=range] {
    -webkit-appearance: none;
    width: 100%;
    position: absolute;
    left: 0;
    border: none;
    padding: 0;
    height: var(--track-height);
    top: 25px;
    /* Align with the track and pseudo-element */
    margin: 0;
    background: none;
    /* Crucial: make input background transparent */
    pointer-events: none;
    /* Allow interaction through the input track */
    z-index: 3;
    /* Ensure thumbs are above the fill */
}


/* Make the input tracks transparent so we can see the background track and fill */

.range-slider input[type=range]::-webkit-slider-runnable-track {
    background: transparent;
    height: var(--track-height);
    border: none;
}

.range-slider input[type=range]::-moz-range-track {
    background: transparent;
    height: var(--track-height);
    border: none;
}


/* Style for the thumb (the dot) */

.range-slider input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: var(--thumb-size);
    width: var(--thumb-size);
    border-radius: 50%;
    background: var(--Violet);
    cursor: pointer;
    position: relative;
    z-index: 4;
    /* Ensure thumbs are clickable */
    pointer-events: all;
    /* Make thumbs clickable */
    margin-top: calc((var(--thumb-size) - var(--track-height)) / -2);
    /* Center thumb vertically */
}

.range-slider input[type=range]::-moz-range-thumb {
    -moz-appearance: none;
    height: var(--thumb-size);
    width: var(--thumb-size);
    border-radius: 50%;
    background: var(--primary-color);
    cursor: pointer;
    z-index: 4;
    pointer-events: all;
    border: none;
}


/* Value Popups (The black tags $15 and $500 in the image) */

.range-slider .rangeValues {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 500;
    color: var(--primary-color);
    position: relative;
    z-index: 5;
    top: -20px;
}

.value-popup {
    position: absolute;
    top: -10px;
    background-color: #4a1f6f;
    color: white;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    /* Transition for smooth movement */
    transition: left 0.1s ease;
}

.value-popup::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid var(--Violet);
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
}

.range-bg-space h5 {
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 30px;
    font-family: 'Brunson';
}

.product-bar1 a {
    display: block;
    font-size: 14px;
    font-weight: 500;
    transition: 0.5s;
    line-height: 35px;
    padding-left: 20px;
    margin-bottom: 16px;
    padding-bottom: 10px;
    font-family: 'BlenderPro';
    color: var(--headingColor);
    border-bottom: 1px solid #cdced0;
}

.product-bar1 {
    padding: 20px;
    margin-top: 25px;
    border-radius: 10px;
    background-color: var(--themeColor2);
    box-shadow: 0px 0px 33px 0px rgba(0, 0, 0, 0.07);
}

.product-bar1 h5 {
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 20px;
    font-family: 'Brunson';
}

.product-bar1 a:hover {
    font-weight: 500;
    padding-left: 25px;
    color: var(--headingColor2);
}

.product-bar1 a {
    display: block;
    padding: 6px 0 6px 18px;
    text-decoration: none;
    font-size: 11px;
    line-height: 20px;
    font-family: 'Montserrat';
    font-weight: 600;
    margin-bottom: 0;
}

.category-title {
    width: 100%;
    background: none;
    border: none;
    text-align: left;
    font-weight: 600;
    font-size: 13px;
    line-height: 20px;
    cursor: pointer;
    padding: 6px 6px 6px 0;
    position: relative;
    margin-bottom: 10px;
    border-bottom: 1px solid #000;
}

.category-title::after {
    content: "+";
    position: absolute;
    right: 0;
    font-size: 18px;
}

.category.active .category-title::after {
    content: "−";
}

.category-list {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.category.active .category-list {
    max-height: 500px;
}

.category.active {
    margin-bottom: 15px;
}

.grid-view>a {
    font-size: 19px;
    width: 25px;
    height: 25px;
    transform: rotate(90deg);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ff7f00;
    overflow: hidden;
    transition: ease-in-out;
    transition-duration: 0.2s;
}

.pro-grid-view .w-full {
    width: 50%;
}

.pro-grid-view .w-full {
    width: 50%;
}

.grid-view>a:hover {
    color: var(--white);
    transition: ease-in-out;
    transition-duration: 0.2s;
}

.collection-side .premium-products-silder-items {
    margin: 20px 0;
}

.grid-view p {
    color: #ff7f00;
}

.grid-view:hover .grid-view-badge {
    display: block;
}

.grid-view-badge {
    position: absolute;
    top: -40px;
    left: 0;
    padding: 10px;
    background: #ff7f00;
    border-radius: 5px;
    z-index: 9;
    display: none;
}

.grid-view-badge::before {
    content: '';
    position: absolute;
    bottom: -10px;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 20px;
    height: 10px;
    background-color: #ff7f00;
    clip-path: polygon(100% 0, 0 0, 50% 100%);
}

.grid-view-badge h6 {
    font-size: 12px;
    line-height: 1;
    color: var(--white);
    font-family: 'Montserrat';
    font-weight: 600;
    margin: 0;
}

.large-grid-view-class .col-lg-4 {
    width: 50%;
}

.list-view-class .col-lg-4 {
    width: 100%;
}

.row.product-grid.grid-view-class .col-lg-4 {
    width: 33%;
}

.view-grid1 {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 10px;
}

.view-grid1 a i {
    color: #888888;
}

.view-grid1 a i:hover {
    color: var(--headingColor2);
}


/*product end*/


/* product-detail-sec */

.product-detail-sec {
    padding: 100px 4%;
}

.product-rating ul {
    gap: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.product-rating {
    margin-bottom: 20px;
}

.product-rating ul li h5 {
    gap: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-rating ul li h5 i {
    color: #d8a036f7;
}

.productDetailSlider .slick-slide {
    opacity: 1;
    margin: 0px 10px;
}

.productDetailSlider .product-detail-img {
    width: 100%;
    height: 480px;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
    z-index: 1;
}

.productDetailSlider .product-detail-img::before,
.productDeatilShowSlider .product-detail-img::before {
    position: absolute;
    content: '';
    width: 90%;
    height: 90%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: 1px solid #cf902f;
    border-radius: 12px;
    margin: auto;
}

.product-detail-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.productDeatilShowSlider .product-detail-img {
    width: 100%;
    height: 150px;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
    z-index: 1;
}

.productDeatilShowSlider {
    margin-top: 20px;
}

.productDeatilShowSlider .slick-slide {
    opacity: 1;
    margin: 0px 10px;
}

.product-detail-content h3 {
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 10px;
}

.product-detail-content h5 {
    font-size: 16px;
    font-weight: 600;
}

.product-detail-content p {
    margin-top: 20px;
    font-weight: 500;
}

.price-boxes {
    gap: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

.price-card {
    gap: 10px;
    padding: 20px;
    display: flex;
    max-width: 260px;
    border-radius: 10px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    background-color: var(--themeColor2);
}

.price-card h4 {
    font-size: 35px;
    font-weight: 700;
    text-transform: uppercase;
}

.price-card h4 span {
    font-size: 20px;
}

.price-card small {
    font-size: 14px;
    font-weight: 600;
    color: var(--themeColor);
    text-transform: uppercase;
}

.price-card p {
    margin-top: 0px;
}

.optional-extras {
    margin-top: 30px;
}

.optional-extras h6 {
    font-size: 20px;
    font-weight: 600;
    position: relative;
    margin-bottom: 20px;
}

.optional-extras .optional-extras-label h6 {
    padding-left: 35px;
    margin-bottom: 0px;
}

.optional-extras .optional-extras-label h6::before {
    content: '';
    width: 15px;
    height: 15px;
    left: 0;
    top: 0;
    margin: auto;
    bottom: 0;
    position: absolute;
    border-radius: 5px;
    background-color: var(--themeColor2);
}

.optional-extras-label {
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid var(--themeColor2);
}

.optional-extras-label label {
    width: 100%;
    display: flex;
    padding: 20px;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--themeColor2);
}

.optional-extras-label label:hover {
    background-color: var(--themeColor2);
}

.optional-extras-label label:hover h6::before {
    background-color: var(--Violet);
}

.optional-extras-label label:last-child {
    border: none;
}

.optional-extras-label label span {
    font-size: 16px;
    font-weight: 500;
    font-family: 'BlenderPro';
}

.optional-extras-label label p {
    margin-top: 0px;
    font-size: 12px;
}

.optional-extras-label label {
    cursor: pointer;
    padding: 14px 16px;
    align-items: center;
    transition: all 0.3s ease;
    justify-content: space-between;
    border-bottom: 1px solid var(--themeColor2);
}

.optional-extras-label input {
    display: none;
}

.optional-extras-label label:has(input:checked) {
    color: var(--white);
    border-color: #c07621;
    background-image: -webkit-linear-gradient(12deg, rgb(251, 219, 81) 0%, rgb(221, 168, 58) 19%, rgb(189, 113, 31) 48%, rgb(224, 174, 61) 70%, rgb(235, 193, 70) 100%);
}

.optional-extras-label label:has(input:checked) h6 {
    color: var(--white);
}

.optional-extras-label label:has(input:checked) h6::before {
    background-color: var(--white);
}

.optional-extras-label label:has(input:checked) p {
    color: var(--white);
}


/* product-detail-sec */


/* product-detail-table-sec */

.product-detail-table-sec {
    padding: 0px 4% 100px;
}

.product-detail-table-sec .nav-tabs {
    display: flex;
    align-items: center;
    border-bottom: 2px solid var(--themeColor2);
    transition-duration: 0.5s;
}

.product-detail-table-sec .nav-tabs .nav-link {
    border: none;
    font-size: 20px;
    font-weight: 600;
    position: relative;
    font-family: 'BlenderPro';
    text-transform: uppercase;
    transition-duration: 0.5s;
    color: var(--primary-color);
}

.product-detail-table-sec .nav-tabs .nav-link::before {
    left: 0;
    width: 0px;
    content: '';
    height: 2px;
    bottom: -1px;
    position: absolute;
    transition: ease-in;
    transition-duration: 0.5s;
    background-color: var(--themeColor);
}

.product-detail-table-sec .nav-tabs .nav-link.active,
.product-detail-table-sec .nav-tabs .nav-link:hover {
    border: none;
    transition: ease-in;
    transition-duration: 0.5s;
    background-color: transparent;
}

.product-detail-table-sec .nav-tabs .nav-link.active::before,
.product-detail-table-sec .nav-tabs .nav-link:hover::before {
    width: 100%;
    transition: ease-in;
    transition-duration: 0.5s;
}

.spec-card {
    margin-top: 40px;
    padding-bottom: 30px;
    border-bottom: 1px solid var(--themeColor2);
}

.card-boxes {
    gap: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

.card-boxes .spec-label {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'BlenderPro';
    color: var(--primary-color);
}

.card-boxes .spec-value {
    color: #8f9090;
    font-weight: 500;
}


/* product-detail-table-sec */


/* discover-sec */

.discover-sec {
    padding: 0px 4%;
    overflow: hidden;
    /* background: linear-gradient(27deg, rgba(30, 8, 61, 0.94) 0%, rgba(81, 8, 112, 1) 22%, rgba(178, 37, 178, 0.795) 50%, rgba(81, 8, 112, 1) 82%, rgba(30, 8, 61, 0.89) 100%); */
    /* background-attachment: fixed; */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
    background-image: url(../images/discover-sec-bg.jpg);
}

.discover-sec::before {
    position: absolute;
    content: '';
    width: 99%;
    height: 94%;
    left: 0;
    right: 0;
    top: 0;
    bottom: -20px;
    margin: auto;
    border: 1px solid #ebc146;
    border-radius: 12px;
}

.discover-sec .add-padding {
    z-index: 1;
    padding: 100px 0px;
    position: relative;
}

.discover-sec .row {
    align-items: center;
}

.discover-text-right img {
    top: 0;
    right: -4%;
    z-index: -1;
    position: absolute;
}

.discover-text-left {
    max-width: 650px;
    padding: 0 0px 40px;
}

.discover-text-left h2 {
    font-size: 70px;
    color: var(--white);
    line-height: 70px;
}

.discover-text-left p {
    margin-bottom: 25px;
    color: var(--white);
}

.discover-text-right ul {
    gap: 15px;
    display: flex;
    text-align: left;
    align-items: baseline;
    justify-content: flex-end;
}

.discover-text-right ul li {
    max-width: 295px;
}

.discover-text-right ul li i {
    top: 10px;
    width: 35px;
    height: 35px;
    display: flex;
    font-size: 30px;
    position: relative;
    border-radius: 50%;
    color: var(--white);
    align-items: center;
    justify-content: center;
    border: 1px solid #ffffff79;
}

.discover-text-right ul li h4 {
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 5px;
    text-transform: uppercase;
    font-weight: bold;
}

.discover-text-right {
    margin: 45px 95px 0 0 !important;
}

.discover-sec .row.row-2 .discover-text-right {
    margin: 175px 0 0 70px !important;
}

.discover-sec .row.row-2 .discover-text-left {
    padding: 70px 0 0 0;
}

.discover-text-right ul li h4::before {
    left: 0;
    bottom: 0;
    height: 1px;
    content: '';
    width: 100px;
    opacity: 0.5;
    position: absolute;
    background-color: var(--white);
}

.discover-text-right ul li p {
    color: var(--white);
}

.row-2 .discover-text-right ul {
    text-align: end;
    justify-content: flex-start;
}

.row-2 .discover-text-right ul li h4::before {
    right: 0;
    left: unset;
}

.row-2 .discover-text-right img {
    left: -4%;
    top: unset;
    bottom: 0px;
    right: unset;
}

.discover-text-right h4 {
    color: var(--white);
}


/* discover-sec */


/* Footer Start */

section.footer {
    position: relative;
    padding: 80px 0 0px;
    background: #4a1f6f;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.footer .container-fluid.add-padding {
    padding: 0 2%;
}

.copyrite-txt .container-fluid.add-padding {
    border-top: 2px solid #e0ac3c;
    z-index: 1;
    padding: 20px 0 30px;
    margin-top: 50px;
    position: relative;
}

section.footer::before {
    top: 0;
    left: 0;
    right: 0;
    content: '';
    z-index: 0;
    width: 95%;
    height: 97%;
    position: absolute;
    border: 1px solid #e0ac3c;
    margin: auto;
    bottom: 0;
    border-radius: 12px;
}

section.footer .row {
    position: relative;
}

section.footer p {
    opacity: 0.5;
    font-size: 14px;
    font-weight: 500;
    color: var(--white);
}

ul.adrs-links li a {
    gap: 8px;
    display: flex;
    font-size: 14px;
    font-weight: 500;
    color: #ffffffd0;
    align-items: center;
    padding-bottom: 15px;
    transition: 0.7s ease-in-out;
    font-family: "Montserrat", sans-serif;
}

ul.adrs-links li a i {
    width: 30px;
    flex-shrink: 0;
    font-size: 20px;
    font-weight: 300;
    text-align: center;
    font-family: 'FontAwesome';
    background-image: -webkit-linear-gradient(12deg, rgb(251, 219, 81) 0%, rgb(221, 168, 58) 19%, rgb(189, 113, 31) 48%, rgb(224, 174, 61) 70%, rgb(235, 193, 70) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

li.boader a {
    border: none !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

ul.adrs-links {
    margin-bottom: 0 !important;
}

ul.adrs-links li {
    line-height: 1.1;
    margin-bottom: 15px;
}

ul.social-links {
    gap: 15px;
    display: flex;
    justify-content: center;
}

ul.adrs-links li a:hover {
    color: var(--white);
}

section.footer h2 {
    font-size: 20px;
    margin-bottom: 25px;
    color: var(--white);
    padding-bottom: 25px;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-bottom: 1px solid #ffffff81;
}

ul.linkList li a {
    font-size: 14px;
    transition: 0.5s;
    font-weight: 600;
    color: #ffffffd0;
    font-family: 'Montserrat';
    text-transform: capitalize;
}

ul.linkList li a i {
    color: #ffffff94;
}

.foot1 {
    margin-top: 30px;
    padding: 0 0% 0 0;
    position: relative;
}

.foot1 .w-100 {
    top: 0px;
    width: 100%;
    position: relative;
    margin-bottom: 10px;
}

.foot1 .w-100 img {
    width: 130px;
    height: 90px;
    object-fit: contain;
    margin-bottom: 5px;
}

.foot1 h4 {
    margin-top: 25px;
    margin-bottom: 5px;
    color: var(--white);
}

.foot4 {
    padding: 30px 0% 0px 21px;
}

.copyrite-txt {
    /* z-index: 1; */
    /* padding: 20px 0 30px; */
    /* margin-top: 50px; */
    /* position: relative; */
    /* border-top: 1px solid var(--themeColor); */
}

.copyrite-txt p {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    color: #ffffffd0;
    font-family: 'Montserrat';
}

@keyframes float {
    0% {
        transform: translatey(0px);
    }
    25% {
        transform: translatey(-10px);
    }
    100% {
        transform: translatey(0px);
    }
}

ul.adrs-links li a:hover i {
    animation: float 1s ease-in-out infinite;
    font-size: 20px;
}

.foot2 {
    margin-top: 32px;
    padding-right: 0px;
    padding-left: 0px;
}

ul.adrs-links li:first-child,
ul.adrs-links li:last-child {
    gap: 12px;
    display: flex;
    font-size: 14px;
    font-weight: 400;
    color: var(--white);
    align-items: baseline;
    font-family: 'Montserrat';
    transition: 0.7s ease-in-out;
}

ul.footer-social li a {
    width: 40px;
    height: 40px;
    font-size: 14px;
    transition: 0.5s;
    border-radius: 50%;
    color: #fff;
    align-items: center;
    display: inline-flex;
    transition: ease-out;
    justify-content: center;
    transition-duration: 0.5s;
    background-image: -webkit-linear-gradient( 12deg, rgb(251, 219, 81) 0%, rgb(221, 168, 58) 19%, rgb(189, 113, 31) 48%, rgb(224, 174, 61) 70%, rgb(235, 193, 70) 100%);
}

ul.footer-social li a:hover {
    transition: ease-in;
    color: var(--white);
    transition-duration: 0.5s;
    background: var(--primary-color);
}

.social-icon ul {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
    padding: 0 0 0 0%;
}

.social-icon h5 {
    font-size: 14px;
    margin-bottom: 0px;
    color: var(--white);
    font-family: 'Montserrat';
}

.quick-links-ft ul {
    column-count: 1;
    line-height: 35px;
}

ul.footer-social {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 25px;
}

section.copyrite-txt .row {
    align-items: center;
}

.social-icon ul li a:hover {
    background: var(--white);
}


/*Footer End*/


/* Booking Css Start */

.booking-img {
    position: relative;
}

.booking-img:before {
    position: absolute;
    content: '';
    width: 95%;
    height: 95%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 0;
    border: 1px solid #ce8f2e;
    border-radius: 12px;
}

.booking-img img {
    width: 100%;
}

.booking-img-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.booking-img-text img {
    width: auto;
}

.booking-img-textone h4 {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.booking-img-textone h6 {
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 3px;
}

.booking-img-texttwo-text p {
    text-transform: uppercase;
    color: #fff;
}

.booking-img-texttwo-text {
    display: flex;
    align-items: anchor-center;
    justify-content: center;
    gap: 10px;
    background: #ffffff78;
    border-radius: 50px;
    padding: 10px;
    width: 40%;
    margin: 0 auto;
}

.booking-img-texttwo-ul ul {
    display: flex;
    align-items: center;
    gap: 32px;
    justify-content: center;
    margin: 20px 0px;
}

.booking-img-texttwo-ul ul li {
    display: flex;
    align-items: center;
    gap: 14px;
}

.booking-img-texttwo-ul ul li p {
    color: #fff;
    text-transform: uppercase;
}

section.booking-sec {
    margin: 100px 4%;
}

.booking-img-textone {
    margin-top: 30px;
}

.booking-text-box-one-inner-circle ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.booking-text-box-one-inner-circle ul li {
    gap: 18px;
    display: flex;
    align-items: baseline;
    justify-content: start;
}

.cbooking-text-circle-heading h4 {
    font-size: 20px;
    font-weight: 600;
    color: var(--black);
    text-transform: uppercase;
}

.cbooking-text-circle-heading p {
    font-size: 12px;
    color: #838383;
    font-weight: 500;
    text-transform: capitalize;
}

.booking-text-icon {
    display: flex;
    align-items: center;
    gap: 10px;
}

.booking-text-icon p {
    font-weight: 600;
    color: var(--black);
    font-family: 'BlenderPro';
    text-transform: uppercase;
}

.booking-text-circle i {
    color: #cdcdcd;
    font-size: 14px;
}

.booking-text-circle img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.booking-text-box-one-inner h3 {
    margin-bottom: 6px;
}

li.booking-text-box-one-inner-circle-li {
    justify-content: end !important;
    width: 47%;
}

.booking-text-icon-bg-yellow {
    font-size: 12px;
    font-weight: 500;
    padding: 2px 10px;
    border-radius: 50px;
    color: var(--textColor);
    text-transform: uppercase;
    background: var(--themeColor);
}

.booking-text-box-one-inner {
    margin-bottom: 12px;
}

.booking-text-box-line {
    border: 1px solid #cdcdcd;
    border-radius: 10px;
    padding: 15px 10px;
    position: relative;
}

.booking-text-box-number-ul ul {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
    margin-top: 30px;
}

.booking-text-box-number-ul ul li {
    font-size: 18px;
    font-family: 'BlenderPro';
    color: var(--primary-color);
}

.booking-input-sd.custom-space {
    margin-top: 20px;
}

.booking-text-box-number-ul ul li.color-light {
    color: #404040;
    font-size: 14px;
}

.booking-text-box-number-text {
    border: 1px solid #d19354;
    color: #d19354;
    display: inline;
    padding: 2px 10px;
    border-radius: 50px;
    /* margin-bottom: 50px; */
}

.booking-text-box-number-ul-one ul {
    display: flex;
    align-items: anchor-center;
    justify-content: space-between;
}

.booking-text-box-number-ul-one {
    margin-top: 30px;
}

.booking-text-box-number-ul-one ul li.some-btn-ch a {
    font-size: 16px;
    color: var(--black);
    font-family: 'BlenderPro';
    border-bottom: 1px solid;
    text-transform: uppercase;
}


/* Booking Css End */

.booking-one-top-heading ul li h2 {
    font-size: 40px;
}

.booking-one-top-heading {
    margin-bottom: 50px;
}

.booking-one-top-heading ul {
    display: flex;
    justify-content: space-between;
}

.booking-one-top-heading ul li ul {
    gap: 20px;
    text-align: center;
}

.booking-one-top-heading ul li ul li h6 {
    font-size: 25px;
    font-family: 'BlenderPro';
}

.booking-one-top-heading ul li ul li p {
    text-transform: uppercase;
    font-family: 'BlenderPro';
}

.booking-one-top-heading ul li ul li {
    font-size: 14px;
    color: var(--primary-color);
    text-transform: uppercase;
    font-family: 'BlenderPro';
}

.booking-one-box-one {
    top: 0px;
    position: relative;
    border-radius: 10px;
    transition: ease-in-out;
    transition-duration: 0.5s;
    border: 1px solid #dedede;
}

.booking-one-box-one:hover {
    top: -10px;
    transition: ease-in;
    transition-duration: 0.5s;
}

.booking-one-box-one-ul {
    padding: 20px;
    border-radius: 10px;
    background: #ebebeb;
}

.booking-one-box {
    margin-bottom: 30px;
}

.booking-one-box-one-ul ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.booking-one-box-one-ul ul.booking-one-box-one-ul-star {
    gap: 2px;
    justify-content: start;
    margin: 10px 0px 18px;
}

.booking-one-box-one-ul ul li .select-package-dot {
    width: 20px;
    height: 20px;
    display: flex;
    border-radius: 50%;
    align-items: center;
    transition: ease-out;
    justify-content: center;
    transition-duration: 0.5s;
    border: 1px solid #c4c4c4;
    background-color: var(--white);
}

.booking-one-box-one.selectable-box.active .booking-one-box-one-ul ul li .select-package-dot {
    transition: ease-in;
    transition-duration: 0.5s;
    border: 5px solid #be7320;
}

.booking-one-box-one-ul ul.booking-one-box-one-ul-star li i {
    border: unset;
    gap: 0;
    color: #404040;
}

.booking-one-box-one-ul p {
    font-size: 16px;
    font-family: 'BlenderPro';
    text-transform: uppercase;
    color: var(--primary-color);
}

.booking-one-box-one-ul ul li h4 {
    text-transform: uppercase;
    font-weight: 600;
}

.booking-one-box-one-icon {
    padding: 20px;
}

.booking-one-box-one-icon ul li {
    gap: 25px;
    display: flex;
    margin-bottom: 15px;
    align-items: baseline;
}

.booking-one-box-one-icon ul li i {
    font-size: 10px;
    color: #aeaeae;
}

.booking-one-box-one-icon ul li p {
    font-size: 12px;
    font-weight: 500;
    color: #aeaeae;
}

.booking-one-box-one-icon ul li.check i {
    color: var(--black);
}

.booking-one-box-one-icon ul li.check p {
    color: var(--black);
}

.booking-one-box-btm {
    top: 10px;
    padding: 20px;
    position: sticky;
    border-radius: 15px;
    background: #ebebeb;
}

.booking-one-box-btm h3 {
    font-size: 30px;
    margin-bottom: 5px;
}

.booking-text-box-linee {
    padding: 10px 20px;
    border-radius: 10px;
    margin-bottom: 20px;
    border: 1px solid #dadada;
}

.booking-one-box-one-icon h3 span {
    font-size: 20px;
}

.booking-text-icon.booking-one-box-one-ul {
    background: transparent;
}

.booking-box-two-switch i {
    font-size: 20px;
    color: #cdcdcd;
}

.booking-input-sd input,
.booking-input-sd select {
    width: 100%;
    padding: 10px 20px;
    margin-bottom: 20px;
    border-radius: 5px;
    border: 1px solid #e3e3e3;
}

.booking-one-input-box h4 {
    margin-bottom: 20px;
}

.booking-input-sd .intl-tel-input {
    display: block;
}

.booking-input-box-text {
    display: flex;
    align-items: anchor-center;
    gap: 10px;
    padding: 17px 20px;
    border-radius: 10px;
    background: #f3f3f3;
    margin-bottom: 20px;
}

.booking-input-cheack-box {
    margin-bottom: 20px;
}

.booking-input-sd {
    position: relative;
}

.booking-input-sd i {
    position: absolute;
    top: 19px;
    left: 6px;
    font-size: 8px;
    color: transparent;
    border: 1px solid #908d8d;
    border-radius: 50%;
}

.booking-input-sd img {
    position: absolute;
    top: 20px;
    right: 10px;
}

.booking-input-sd-select select {
    width: 100%;
    padding: 10px 20px;
    margin-bottom: 20px;
    border-radius: 5px;
    border: 1px solid #e3e3e3;
}

.booking-input-sd-select i {
    position: absolute;
    top: 16px;
    right: 10px;
}

.booking-input-sd-select {
    position: relative;
}

.booking-one-top-heading ul li h5 {
    text-transform: uppercase;
    color: #000;
}

.booking-box-link-text p {
    margin-bottom: 20px;
}

.booking-box-right {
    top: 10px;
    padding: 30px;
    position: sticky;
    border-radius: 15px;
    background: #ebebeb;
}

.booking-box-right-ul ul {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}

.booking-box-right-ul ul li h5 {
    font-size: 28px;
}

.booking-box-link button {
    background: none;
    border: none;
    color: #000;
    text-decoration: underline;
    font-weight: 600;
    cursor: pointer;
    padding: 0;
    font-size: 14px;
}


/* Modal Overlay */

.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000077;
    display: none;
    /* Hidden by default */
    justify-content: center;
    align-items: center;
    z-index: 1000;
    backdrop-filter: blur(2px);
}


/* Modal Content Box */

.modal-content {
    background: white;
    width: 90%;
    max-width: 450px;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: relative;
    animation: slideUp 0.3s ease-out;
}

@keyframes slideUp {
    from {
        transform: translateY(20px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}


/* Modal Header */

.modal-header {
    padding: 20px;
    border-bottom: 1px solid var(--black);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal-header h2 {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
}

.close-modal {
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
    padding: 5px;
    color: var(--text-secondary);
}


/* Modal Body (Price Breakdown) */

.modal-body {
    padding: 20px;
}

.price-row ul {
    display: flex;
    margin-bottom: 12px;
    font-size: 15px;
    color: var(--headingColor);
    justify-content: space-between;
}

.price-row h5 {
    font-weight: 600;
    margin-bottom: 4px;
    color: var(--black);
    text-transform: capitalize;
}

.price-row ul li span {
    font-size: 14px;
    font-weight: 600;
    color: var(--black);
}

.price-row.total {
    margin-top: 20px;
    display: flex;
    align-items: center;
    padding-top: 15px;
    justify-content: space-between;
    border-top: 1px solid var(--primary-color);
    color: var(--primary-color);
    font-weight: 700;
    font-size: 17px;
}

.price-row.total span {
    font-family: 'BlenderPro';
}


/* Show class for JS */

.modal-overlay.active {
    display: flex;
}

.booking-box-right-ul-one ul {
    display: flex;
    align-items: start;
    gap: 20px;
    margin-bottom: 20px;
}

.booking-box-right-ul {
    margin-bottom: 20px;
}

.booking-box-right-ul-one {
    position: relative;
}

.booking-box-right-ul-one:before {
    position: absolute;
    content: '';
    top: 30px;
    left: 8px;
    height: 41px;
    width: 1px;
    background: #000;
}

.pay-now-text-icon {
    display: flex;
    align-items: anchor-center;
    gap: 10px;
    margin: 20px 0px;
}

.pay-now-text h3 {
    display: flex;
    align-items: end;
    gap: 10px;
    font-size: 22px;
}

.booking-one-box-one-icon.add-sds-g {
    padding: 0;
}

.pay-now-text {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    margin-bottom: 30px;
    padding-top: 30px;
}

.booking-one-box-one-icon.add-sds-g h4 {
    margin-bottom: 20px;
    margin-top: 30px;
    text-transform: uppercase;
    color: #000;
}

.booking-one-box-btm .booking-one-box-one-icon {
    padding: 0px;
}

.booking-one-box-btm .booking-one-box-one-icon ul li {
    margin-bottom: 5px;
}

.booking-text-box-linee.addon-item.active {
    border: 1px solid var(--black);
}

.booking-text-box-linee.addon-item.active .cbooking-text-circle-heading p {
    color: var(--black);
}


/* The switch - the box around the slider */

.switch {
    width: 50px;
    height: 27px;
    font-size: 17px;
    position: relative;
    display: inline-block;
}


/* Hide default HTML checkbox */

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}


/* The slider */

.booking-box-two-switch .slider {
    inset: 0;
    width: 100%;
    margin: 0px;
    cursor: pointer;
    position: absolute;
    border-radius: 50px;
    background: #cdcdcd;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.320, 1);
}

.booking-box-two-switch .slider:before {
    left: 4px;
    content: "";
    bottom: 3.5px;
    width: 20px;
    height: 20px;
    position: absolute;
    border-radius: 50px;
    background-color: white;
    box-shadow: 0 0px 20px rgba(0, 0, 0, 0.4);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.switch input:checked+.slider {
    background-image: -webkit-linear-gradient(12deg, rgb(251, 219, 81) 0%, rgb(221, 168, 58) 19%, rgb(189, 113, 31) 48%, rgb(224, 174, 61) 70%, rgb(235, 193, 70) 100%);
}

.switch input:focus+.slider {
    box-shadow: 0 0 1px var(--PurpleHear);
}

.switch input:checked+.slider:before {
    transform: translateX(1.6em);
    bottom: 1px;
    width: 25px;
    height: 25px;
}

label.booking-input-sd.custom-select-payment {
    height: 50px;
    display: flex;
    border-radius: 5px;
    position: relative;
    margin-bottom: 12px;
    align-items: center;
    border: 1px solid #c6c6c6;
    padding: 10px 20px 10px 30px;
    justify-content: space-between;
}

label.booking-input-sd.custom-select-payment span {
    color: #909091;
    font-family: 'BlenderPro';
}

label.booking-input-sd.custom-select-payment::before {
    top: 0;
    bottom: 0;
    left: 15px;
    content: '';
    width: 10px;
    height: 10px;
    margin: auto;
    position: absolute;
    border-radius: 50%;
    border: 1px solid #cccccc;
}

label.booking-input-sd.custom-select-payment:hover {
    color: var(--Violet);
}

.booking-input-sd.custom-select-payment:has(.payment-radio:checked) {
    border: 2px solid #000;
    background-color: #f9f9f9;
}

.booking-input-sd.custom-select-payment:has(.payment-radio:checked)::before {
    background-color: var(--Violet);
}


/* 4. Optional: Change the icon color when checked */

label.booking-input-sd.custom-select-payment:hover::before {
    background-color: var(--Violet);
}

label.booking-input-sd.custom-select-payment input {
    display: none;
}


/* Effect when radio is checked */

.custom-select-payment:has(input:checked) {
    border: 2px solid var(--black);
    background-color: #f0f7ff;
}


/* Payment Details Section (Hidden by default) */

#card-details-section {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out, opacity 0.3s ease;
    opacity: 0;
    background: #fdfdfd;
    border-radius: 0 0 8px 8px;
}

#card-details-section.open {
    max-height: 500px;
    /* Large enough to fit content */
    opacity: 1;
    padding: 20px;
    border: 1px solid var(--black);
    border-top: none;
    margin-top: -12px;
    /* Pull it up to meet the card label */
    margin-bottom: 20px;
}

.form-control:focus {
    box-shadow: none;
    border-color: var(--black);
}

.card-icon-small {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #ccc;
}

.custom-select-payment {
    display: block;
    cursor: pointer;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 10px;
    transition: all 0.3s ease;
    background: #fff;
}

.custom-select-payment:hover {
    border-color: var(--black);
    background-color: #f8fbff;
}

.custom-select-payment input[type="radio"] {
    display: none;
    /* Hide original radio button */
}

.payment-content {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.payment-content span {
    font-weight: 600;
    font-size: 16px;
}

.payment-content img {
    height: 24px;
    top: 0;
    position: relative;
    right: 0;
}

.booking-one-box-one.selectable-box.active {
    border: 4px solid #e2b03e;
}


/*Media Query Start*/

@media only screen and (min-width: 1366px) and (max-width: 1920px) {}

@media only screen and (min-width: 1291) and (max-width: 1365px) {}

@media only screen and (min-width: 992px) and (max-width: 1290px) {}

@media only screen and (min-width: 768px) and (max-width: 991px) {}

@media only screen and (min-width: 520px) and (max-width: 767px) {}

@media only screen and (min-width: 300px) and (max-width: 519px) {}

@media only screen and (max-width: 768px) {
    header .for-mobile {
        display: block !important;
    }
    .slicknav_menu .header-logo {
        display: none;
    }
    .menuSection {
        position: relative;
        background: #000;
    }
}

.for-mobile {
    display: none !important;
}


/*Media Query End*/

.selected-box {
    cursor: pointer;
}

.booking-text-box-line.selected-box.active {
    border-color: #4a1f6f;
    box-shadow: 0 0 0px 1px #4a1f6f;
}

.booking-text-box-line.selected-box.active i {
    color: #4a1f6f;
}

.theme-text-color {
    background-image: -webkit-linear-gradient( 12deg, rgb(251, 219, 81) 0%, rgb(221, 168, 58) 19%, rgb(189, 113, 31) 48%, rgb(224, 174, 61) 70%, rgb(235, 193, 70) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'brunson';
    font-weight: 100;
}

.theme-bg-color {
    border-radius: 5px;
    background-image: -webkit-linear-gradient( 12deg, rgb(251, 219, 81) 0%, rgb(221, 168, 58) 19%, rgb(189, 113, 31) 48%, rgb(224, 174, 61) 70%, rgb(235, 193, 70) 100%);
}

.about-us-text {
    position: relative;
    z-index: 1;
    height: 100%;
    display: block;
    align-content: center;
}

.about-us-text::before {
    position: absolute;
    content: '';
    width: 140%;
    height: 100%;
    right: -15px;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
    background-color: #4a1f6f;
    border-radius: 12px;
}

section.why-choose-sec .row {
    background-color: rgb(74, 31, 111);
    padding: 20px 10px;
    border-radius: 12px;
}

section.product-detail-table-sec .btn {
    background: #e6b842;
    color: #fff;
    padding: 12px 20px;
    border: 1px solid #e6b842;
}

section.product-detail-table-sec .btn:hover {
    background: #000;
}

section.product-detail-table-sec .col.calendar-day-header {
    border: 1px solid #000;
    background: #4a1f6f;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    padding: 10px 0;
}

section.product-detail-table-sec .col.calendar-day {
    border: 1px solid #000;
    font-size: 16px;
    text-align: center;
    padding: 10px 0;
}

section.product-detail-table-sec .row.mb-3 {
    margin: 0 !important;
}

section.product-detail-table-sec .row.mb-2 {
    margin: 0 !important;
}

section.product-detail-table-sec .row {
    margin: 0 !important;
}


/* Whatsapp  */

.whatsapp {
    width: 50px;
    height: 51px;
    color: #fff;
    display: block;
    text-align: center;
    border-radius: 100%;
    font-size: 34px;
    position: fixed;
    bottom: 20px;
    left: 10px;
    z-index: 9999;
    box-shadow: 6px 9px 30px 1px rgba(37, 0, 22, 0.71);
    padding: 1px 0;
    animation: scrollDownAnimation .5s ease infinite alternate;
    -webkit-animation: scrollDownAnimation .5s ease infinite alternate;
    background: #00a155;
    background: -moz-linear-gradient(left, #ea018e 0%, #9b2c92 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ea018e', endColorstr='#9b2c92', GradientType=1);
    align-content: center;
    padding: 2px 0 5px 1px;
}

.whatsapp:hover {
    color: #ffffff;
}

.whatsapp i.fas.fa-whatsapp {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 200;
}


/* Whatsapp  */


/* terms Page */

.privacy-policy-page {
    padding: 100px 0;
}

ul.disc {
    list-style: disc;
    margin-left: 60px;
}

ul.disc li::marker {
    font-size: 20px;
}

.privacy-content a {
    text-decoration: underline;
}

.terms-page {
    padding: 100px 0;
}

.terms-content h2 {
    font-size: 60px;
    text-align: center;
    margin-bottom: 20px;
    color: #000;
}

.terms-content p {
    font-size: 15px;
}

.terms-content h4 {
    text-transform: capitalize;
    padding: 29px 0 15px;
    font-size: 34px;
    font-weight: 700;
}


/* terms Page */


/*Inner Faqs Start*/

.inner-faqs-row {
    margin-top: 30px;
}

.inner-faqs-sec {
    padding: 100px 0;
}

.inner-faqs-heading {
    text-align: center;
}

.inner-faqs-sec .accordion-item h2 {
    line-height: 40px;
}

.inner-faqs-sec .accordion-button {
    width: 100%;
    padding: 10px 30px;
    color: #fff;
    text-align: left;
    font-weight: 400;
    background: #4a1f6f;
    font-size: 18px;
    border: 0px;
}

.inner-faqs-sec .accordion-button:focus {
    z-index: 3;
    border-color: inherit;
    outline: 0;
    box-shadow: inherit;
}

.inner-faqs-sec .accordion-button:not(.collapsed) {
    color: #fff;
    background-color: inherit;
    box-shadow: inherit;
    background: #4a1f6f;
}

.inner-faqs-sec .accordion-item {
    background-color: #fff;
    border: none;
    border-radius: 0 !important;
    margin-bottom: 25px;
}

.inner-faqs-sec .accordion-body {
    padding: 1rem 1.25rem 0;
    color: #4c4c4c;
    font-size: 15px;
    line-height: 25px;
}

.inner-faqs-sec .accordion-button::after {
    content: "\f067";
    position: absolute;
    background-image: inherit !important;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    right: 25px;
    font-size: 22px;
    color: #fff;
    top: 10px;
}

.inner-faqs-sec .accordion-button:not(.collapsed)::after {
    background-image: inherit !important;
    transform: inherit;
    content: "\f068";
}


/*Inner Faqs Ends*/

.protection-modal {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.protection-modal-content {
    background: #fff;
    width: 500px;
    max-width: 90%;
    padding: 25px;
    border-radius: 10px;
    position: relative;
    text-align: center;
}

.protection-modal .close-modal {
    position: absolute;
    right: 15px;
    top: 10px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    background-image: -webkit-linear-gradient(12deg, rgb(251, 219, 81) 0%, rgb(221, 168, 58) 19%, rgb(189, 113, 31) 48%, rgb(224, 174, 61) 70%, rgb(235, 193, 70) 100%);
    color: #fff;
    font-size: 34px;
    padding: 8px;
    border-radius: 150px;
}

.protection-modal h3 {
    font-weight: 600;
    margin-bottom: 5px;
}

.protection-modal h2 {
    color: #d49933;
    margin-bottom: 15px;
}

.modal-actions {
    display: flex;
    gap: 15px;
    justify-content: center;
    margin-top: 20px;
}

.btn-outline {
    padding: 10px 18px;
    border: 1px solid #dba538;
    background: transparent;
    color: #bf7421;
    border-radius: 6px;
    cursor: pointer;
}

.btn-fill {
    padding: 10px 18px;
    background-image: -webkit-linear-gradient(12deg, rgb(251, 219, 81) 0%, rgb(221, 168, 58) 19%, rgb(189, 113, 31) 48%, rgb(224, 174, 61) 70%, rgb(235, 193, 70) 100%);
    color: #fff;
    border-radius: 6px;
    text-decoration: none;
}

.drivers-license-box {
    border: 1px solid #e5e5e5;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 20px;
}

.drivers-license-box h5 {
    font-weight: 700;
    margin-bottom: 15px;
}

.license-footer {
    background: #f6f6f6;
    padding: 12px;
    border-radius: 8px;
}

.secure-text {
    margin: 0;
    font-size: 14px;
    color: #333;
}

.next-btn {
    background: #ccc;
    border: none;
    padding: 8px 20px;
    border-radius: 20px;
    cursor: not-allowed;
}

label.sms-consent__radio.rs-radio {
    width: 100%;
    margin: 6px 0;
}

.reservation-inputs {
    margin-bottom: 20px;
}

.small-link {
    font-size: 14px;
    color: #1a7f37;
    text-decoration: underline;
}

.small-link:hover {
    text-decoration: none;
}

.flight-detailssss-box {
    margin-bottom: 40px;
}

.complete-booking-box {
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    padding: 20px;
    background: #fafafa;
    margin-bottom: 20px;
}

.complete-booking-box h4 {
    font-weight: 700;
    margin-bottom: 15px;
}

.complete-booking-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.booking-price {
    font-size: 28px;
    font-weight: 700;
}

.booking-price span {
    font-size: 16px;
    vertical-align: super;
}

.reserve-btn {
    background: #2fa66c;
    color: #fff;
    border: none;
    padding: 12px 28px;
    border-radius: 25px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
}

.reserve-btn:hover {
    background: #248c59;
}