:root {
    --body-bg: #0e0d0c;
    --theme-color: #c1a067;
    --body-color: #c1a067;
    --title-color: #4b4342;
    --secondary-color: #fde5d8;
    --border-color: #e7e5e5;
    --title-font: "Playwrite NZ", cursive;
    --body-font: "Playwrite NZ", cursive;
    --icon-font: "Playwrite NZ", cursive;
    --main-container: 1270px;
    --container-gutters: 30px;
    --section-space: 120px;
    --section-space-mobile: 80px;
    --section-title-space: 60px;
    --ripple-ani-duration: 5s
}

body {
    padding: 0;
    margin: auto;
    font-family: var(--body-font) !important;
    color: #000 !important;
}

.slick-slide:focus,
button:focus,
a:focus,
a:active,
input,
input:hover,
input:focus,
input:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active {
    outline: none
}

a {
    color: #090909;
    text-decoration: none;
    outline: 0;
    transition: all ease .4s;
    font-family: var(--body-font) !important;
    font-weight: 400;
}

dl,
ol,
ul {
    margin: 0 !important;
    padding-left: 0;
}

a:active,
a:focus,
a:hover,
a:visited {
    text-decoration: none;
    outline: 0
}

button {
    transition: all ease .4s
}

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

li {
    list-style: none;
    font-family: inherit;
}

p {
    margin: 0 0 18px 0;
    line-height: 1.63;
    font-family: var(--body-font);
    font-weight: 400;
}

.h1,
h1 {
    font-size: 48px
}

.h2,
h2 {
    font-size: 40px
}

.h3,
h3 {
    font-size: 36px
}

.h4,
h4 {
    font-size: 28px
}

.h5,
h5 {
    font-size: 24px
}

.h6,
h6 {
    font-size: 20px
}

.scroll-btn {
    position: fixed;
    bottom: 300px;
    right: 30px;
    z-index: 94;
    opacity: 0;
    visibility: hidden;
    display: inline-block;
    border-radius: 50%
}

.scroll-btn i {
    display: inline-block;
    background-color: var(--theme-color);
    color: #fff;
    text-align: center;
    font-size: 16px;
    width: var(--btn-size, 50px);
    height: var(--btn-size, 50px);
    line-height: var(--btn-size, 50px);
    z-index: 2;
    border-radius: inherit;
    position: relative;
    transition: all ease .8s
}

.scroll-btn:before {
    content: "";
    position: absolute;
    left: var(--extra-shape, -6px);
    top: var(--extra-shape, -6px);
    right: var(--extra-shape, -6px);
    bottom: var(--extra-shape, -6px);
    background-color: #fff;
    border-radius: inherit;
    z-index: 1;
    transition: all ease .4s
}

.scroll-btn:focus i,
.scroll-btn:hover i {
    background-color: var(--title-color);
    color: var(--white-color)
}

.scroll-btn.show {
    bottom: 120px;
    opacity: 1;
    visibility: visible
}

.scrollToTop {
    position: fixed;
    right: 60px;
    bottom: 500px;
    opacity: 0;
    visibility: hidden;
    transition: all ease .4s;
    z-index: 96
}

.scrollToTop.show {
    bottom: 30px;
    opacity: 1;
    visibility: visible;
    right: 30px;
}


/* css */

.header-top {
    background-color: #c1a067;
    padding: 3px 0px;
}

.header-links ul li {
    margin-right: 20px;
}

.header-links {
    padding: 5px 10px;
}

.header-links ul li a {
    font-size: 14px;
    color: #000000;
    /* font-weight: 600; */
}

.header-links ul li a:hover {
    color: #3c352a;
}

.header-links ul li a i {
    padding-right: 4px;
}

.header-links-1 {
    align-items: center;
    display: flex;
    justify-content: end;
    padding: 0px;
}

.header-links-1 ul li {
    font-size: 13px;
    color: #020202;
}

.header-links-1 ul li a {
    color: #ffffff;
    letter-spacing: 0.5px;
    font-size: 16px;
    color: #000;
}

.nav-link:hover {
    color: var(--theme-color);
}

.tab-links li a {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
}

.tab-links li a:hover {
    color: var(--theme-color);
}

.header-layout1 {
    width: 100%;
    z-index: 99;
    background: linear-gradient(45deg, #010101, #212121);
}

.facebook {
    width: 12px;
    height: auto;
    margin: 0px 6px;
}

.yelp {
    width: 22px;
    height: auto;
    margin: 0px 6px;
}

.button-bg {
    right: 2%;
}

.navbar-nav.nav {
    align-items: center;
}

.header-layout1 ul li {
    padding: 0px 14px;
}

.header-layout1 ul li:nth-last-child(1) {
    padding-right: 0px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.header-layout1 ul li a {
    font-size: 18px;
    color: var(--theme-color);
    /* text-transform: uppercase; */
    /* font-weight: 600; */
    text-align: left;
}

.header-layout1 ul li a:hover {
    color: #ebb557;
}

.primary-button {
    position: relative;
    display: inline-block;
    font-size: 16px;
    border-radius: 14px;
    padding: 10px 15px 10px 15px;
    color: #1b1b1b;
    background-color: var(--theme-color);
    /* text-transform: uppercase; */
    border: 3px solid #000000;
    /* font-weight: bold; */
}

.primary-button:hover {
    background-color: var(--theme-color);
    color: #ba9b64;
    border-color: #000000;
    transition: 400ms;
    background: #000;
}

.secondary-button {
    position: relative;
    display: inline-block;
    font-weight: 400;
    font-size: 18px;
    border-radius: 5px;
    border-color: #000;
    padding: 5px 15px;
    color: #040404;
    background-color: #fff;
}

.secondary-button:hover {
    background-color: var(--theme-color);
    color: #fff;
    border-color: #ffffff;
    transition: 400ms;
}

.footer-bg {
    padding: 50px 0px;
    background-color: #000000;
}

.copyright-text {
    color: #c1a067;
    font-size: 12px;
}

.copyright-text a {
    color: #c1a067;
    font-size: 12px;
}

.footer-menu ul li {
    padding: 6px 0px;
    border-bottom: 1px solid #cdb56854;
}

.footer-menu ul li a {
    color: #c1a067;
    /* font-weight: 500; */
    font-size: 16px;
    /* font-family: initial !important; */
}

.footer-menu ul li a i {
    color: var(--theme-color);
    margin-right: 10px;
}

.footer-menu ul li a:hover {
    color: var(--theme-color);
    transition: 400ms;
}

.footer-menu ul li p:hover {
    color: var(--theme-color);
    transition: 600ms;
}

.footer-about-text p {
    color: #c1a067;
    margin-top: 20px;
    font-size: 16px;
}

.adress {
    margin-left: 35px;
}

.footer-menu h4 {
    color: #c1a067;
}

.menu p:hover {
    color: var(--theme-color);
    transition: 600ms;
}

.disc {
    background-color: var(--theme-color);
    height: 2px;
    width: 100px;
    margin-bottom: 10px;
    display: inline-block;
}

.s-icons {
    width: 30px;
    height: 30px;
}

.fa-icon {
    margin-right: 5px;
}

.header-links ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

@keyframes slider {
    from {
        transform: translateX(-700px);
    }
    to {
        transform: translateX(0px);
    }
}

.heading {
    animation: slider 2s ease-in-out;
}

@keyframes slider-image {
    from {
        transform: translateX(500px);
    }
    to {
        transform: translateX(0px);
    }
}

.heading-image {
    animation: slider-image 2s ease-in-out;
}

@keyframes slider-2 {
    0% {
        transform: translateY(20px);
    }
    25% {
        transform: translateY(10px);
    }
    50% {
        transform: translateY(0px);
    }
    75% {
        transform: translateY(10px);
    }
    100% {
        transform: translateY(20px);
    }
}

.heading-2 {
    animation-name: slider-2;
    animation-duration: 3s;
    animation-direction: normal;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in;
}

@keyframes cake {
    0% {
        left: 0px;
        top: 0px;
    }
    50% {
        left: 40px;
        top: 0px;
    }
    100% {
        left: 0px;
        top: 0px;
    }
}


/* ------ breadcrum -------*/

.breadcrum-box {
    background-color: #0e0e0ead;
    padding: 100px 0px;
}

.breadcrumb_heading {
    color: #fff;
    font-size: 42px;
    font-family: var(--title-font);
}

.bread_first_item {
    color: #fff;
}

.breadcrumb-area {
    background-image: url(../images/breadcum.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}


/* ------ breadcrum -------*/


/* page-css */

.logo img {
    width: 300px;
    height: auto;
}

.main_header {
    background: #000;
}

#navbarSupportedContent {
    justify-content: center;
}

.navbar_logo {
    margin-left: 0;
}

.banner-bg {
    position: relative;
}

.banner-center-text {
    position: absolute;
    top: 33%;
    left: 10%;
}


/* .banner-center-text-bg{
    background-color: #0e0e0ed1;
    padding: 82px;
} */

.banner-center-text h3 {
    color: var(--theme-color);
    /* font-weight: bold; */
    font-size: 36px;
    line-height: 70px;
    /* text-transform: uppercase; */
    /* max-width: 720px; */
}

.our-fleet-page {
    background-image: url(../images/banner-4.jpg);
    background-attachment: fixed;
}

.our-fleet-bg {
    padding: 80px 0px;
    background-color: #c1a067f5;
}

.fleet_title h4 {
    text-align: center;
    color: #000000 !important;
    font-size: 35px;
    margin-bottom: 50px;
    /* font-weight: 600; */
    /* text-transform: uppercase; */
}

.wptb-item--title {
    font-size: 21px;
    color: #000000;
    margin-top: 30px;
    /* font-weight: 600; */
}

.wptb-item--description {
    color: #dadada;
    font-size: 15px;
}

.wptb-icon-box2 {
    padding: 40px 20px;
}

.services-box .item.active {
    background: var(--theme-color);
}

.services-box .item {
    background: #000000;
    padding: 40px;
    -webkit-transition: .5s;
    transition: .5s;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    line-height: 1;
    text-align: left;
    overflow: hidden;
    transition: background-color 300ms ease, transform 300ms ease, color 300ms ease;
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
    border-radius: 20px;
}

.services-box .item h5 {
    font-size: 22px;
    color: #c1a067;
    font-weight: bold;
    margin-bottom: 30px;
}

.services-box .item p {
    color: #c1a067;
    font-size: 16px;
    /* font-weight: 600; */
    margin-bottom: 0;
}

.services-box {
    /* background-image: url(../images/banner-3.jpg); */
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 60px 0px;
    background: #000;
}

.services-box .item.active span {
    color: var(--theme-color);
    background: #1b1b1b;
}

.services-box .item span {
    font-size: 21px;
    color: #000000;
    line-height: 1;
    margin-bottom: 15px;
    display: inline-block;
    -webkit-transition: .5s;
    transition: .5s;
    width: 70px;
    height: 70px;
    line-height: 70px;
    background: #c1a067;
    border-radius: 100%;
    text-align: center;
}

.services-box .item:hover span {
    background-color: var(--theme-color);
    color: #000;
    transform-style: preserve-3d;
    transition: 300ms;
}

.services-box .item:hover {
    background: #000;
    transform: translate3d(0px, -15px, 0.01px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
}

.services-box .item:hover h5 {
    color: #c1a067;
}

.services-box .item:hover p {
    color: #c1a067;
}

.google-icon {
    max-width: 240px;
    height: auto;
}

.testimonial {
    background-image: url(../images/banner-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.testimonial-page {
    background-color: #000000ad;
    padding: 80px 0px;
}

.testimonial_box h4 {
    color: #000000;
    /* font-weight: 600; */
    font-size: 24px;
    /* text-transform: uppercase; */
}

.testimonial_box p {
    color: #000000;
    font-size: 16px;
    /* font-weight: 600; */
}

.testimonial_box {
    padding: 20px;
    background: #c1a067f5;
    border: 3px dotted #f5c36e;
    border-radius: 14px;
}

.testimonial h3 {
    color: #b98935;
    font-size: 35px;
    margin-bottom: 50px;
    /* font-weight: 600; */
    /* text-transform: uppercase; */
}

.review {
    justify-content: center;
    display: flex;
    margin: 20px 0px;
}

.copyright-wrap {
    padding-top: 10px;
    background: #000000;
}

.about-us {
    background-image: url(../images/bg-1.jpg);
    background-attachment: fixed;
}

.about-us-bg {
    padding: 80px 0px;
    background-color: #c1a067f5;
}

.about-context-image img {
    border-radius: 18px;
    border: 10px solid #000;
}

.about-context h1 {
    color: #000;
    font-size: 30px;
    margin-bottom: 35px;
    /* font-weight: 700; */
}

.about-context P {
    color: #000;
    font-size: 19px;
    /* font-weight: 600; */
}

.fleet-img {
    width: 300px;
    height: 150;
}

.line-vr-section {
    position: relative;
    margin: -25px auto;
    border: 0;
    border-left: 1px solid;
    border-color: #f5b754;
    width: 2px;
    height: 50px;
    z-index: 10;
    opacity: 1;
}

.about-context-image {
    position: relative;
}

.curv-butn {
    position: absolute;
    top: 10px;
    right: 16px;
    width: 180px;
    height: 140px;
    line-height: 360px;
    text-align: center;
    border-radius: 0 200px 0 0;
    background-color: #fff;
    border: 5px solid #fff;
}

.services_page {
    background-image: url(../images/bg-3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.services_page_bg {
    background-color: #1f17009c;
    padding: 80px 0px;
}

.services_page_bg h3 {
    color: #c1a067;
    font-size: 35px;
    margin-bottom: 30px;
    /* font-weight: 600; */
    /* text-transform: uppercase; */
}

.services_page_bg h4 {
    color: #000;
    font-size: 20px;
    background: #c1a067;
    padding: 15px;
    border-bottom-right-radius: 80px;
    /* font-weight: 500; */
}

.services_wrapper h4:hover {
    color: #000;
    transform: 600ms;
}

.text-white {
    color: #fff !important;
}

.services_wrapper:hover img {
    transform: scale(1.2);
    transition: all ease-in-out 0.3s;
}

.services_wrapper img {
    transform: scale(1.1);
    transition: all ease-in-out 0.3s;
}

.services_wrapper {
    overflow: hidden;
}

.page_wrapper {
    padding: 80px 0px;
}

.about-section-left p {
    font-size: 20px;
    color: #000;
}

.about-section-right img {
    border-radius: 15px;
}

.form-input {
    width: 100%;
    padding: 10px;
    margin: 20px 8px;
    background-color: #f2f2f2;
    outline: none;
    border: none;
    color: #000;
    border-radius: 5px;
    border-bottom: 1px solid #000;
}

::placeholder {
    color: #000;
    font-weight: 500;
}

.contactus-right-side {
    padding: 0px 20px;
}

.contactus-right-side ul li a {
    color: #000;
    font-size: 20px;
    font-weight: 600;
}

.breadcrum-box {
    padding: 50px 0px;
}

.contactus-right-side ul li {
    background-color: #e4ac07;
    padding: 50px 30px;
    margin: 10px;
    text-align: center;
}

.contactus-right-side h4 {
    font-size: 28px;
    color: #000;
    /* font-weight: 600; */
    text-align: center;
    margin-bottom: 20px;
    /* text-transform: uppercase; */
}

.contact-title {
    font-size: 28px;
    /* font-weight: 600; */
    color: #000000;
    text-transform: capitalize !important;
}

.fleet-content {
    background-color: #f2f2f2;
    padding: 10px 30px;
}

.fleet-content h4 {
    font-size: 32px;
    font-weight: 500;
    color: var(--theme-color);
}

.fleet-content h1 {
    font-size: 32px;
    font-weight: 500;
    color: var(--theme-color);
}

.fleet-content h2 {
    font-size: 32px;
    font-weight: 500;
    color: var(--theme-color);
}

.fleet-content ul li {
    font-size: 16px;
    /* font-weight: 600; */
    color: #000;
    padding: 9px 0px;
}

.service-title {
    font-size: 34px;
    color: var(--theme-color);
    font-weight: 600;
    margin-bottom: 40px;
}

.special-services p {
    font-size: 15px;
    color: #000;
    /* font-weight: 600; */
    line-height: 30px;
}

.special-services-image img {
    border-radius: 18px;
}

.form-checkbox {
    margin-left: 10px;
}

.form-img {
    text-align: right;
    padding: 0;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

.form-img img {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

.form-page {
    background-color: #b9a141;
    text-align: left;
    padding: 30px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

.reverse .form-page {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

.reverse .form-img img {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
     border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    height: 100%;
    object-fit: cover;
}

label {
    display: inline-block;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    padding-left: 12px;
}

.line {
    background-color: #fff;
    color: #fff;
}

.banner-add {
    color: #c1a067;
    font-size: 20px;
    display: none;
}

.services-box .fleet_title h4 {
    color: #ba9b64 !important;
}


/*popup*/

.gallery {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.gallery img {
    width: 24%;
    margin: 0.5%;
    cursor: pointer;
    border-radius: 14px;
}


/* .modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 60px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.9);
} */


/* .mySlides {
    display: none;
}

.mySlides img {
    width: 100%;
} */

.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    user-select: none;
}

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.prev {
    left: 0;
    border-radius: 0 3px 3px 0;
}

.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.gallerysec {
    padding: 50px 0px;
}

.gallery_page {
    padding: 80px 0px 20px 0px;
    background-color: #000000;
}

.gallery_page img {
    border-radius: 16px;
}

.gallery_page h3 {
    font-size: 35px;
    color: #ba9b64 !important;
    margin-bottom: 50px;
    text-align: center;
}

.ohnohoney {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    z-index: -1;
}

.for-call {
    font-size: 19px;
    padding-bottom: 5px;
    border-bottom: 1px dashed #00000050;
    text-align: center !important;
}

.fleet-icon {
    width: 50%;
    height: auto;
}

.our-price-bg {
    padding: 80px 0px;
    background-color: #000000f5;
    text-align: center;
}

.our-price-bg p {
    color: #c1a067;
    text-align: left;
    margin: 10px 0px;
}

.suv-price h5 {
    color: #c1a067;
}

.suv-price p {
    color: #c1a067;
    margin-bottom: 0px;
}

.price_title {
    text-align: center;
    color: #c1a067;
    font-size: 35px;
    margin-bottom: 50px;
    font-weight: 600;
}

.suv-price {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px dotted #b99963d2;
}

.prices_b {
    box-shadow: 1px 1px 4px 1px #73726fcc;
    padding: 12px;
}

.about-section-left h1,
h2 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}


/* ============== blog page =========== */

.blog-details-page {
    a {
        color: #c1a067;
    }
}

.blog-card {
    position: relative;
    padding: 20px;
    background-color: var(--taxiz-white2, #F2F2F2);
    margin-bottom: 20px;
}

.blog-card__image {
    position: relative;
    overflow: hidden;
    margin-bottom: 21px;
}

.blog-card__content {
    transition: all 500ms ease;
}

.blog-card__title {
    margin-bottom: 22px;
    font-size: 22px;
    color: var(--taxiz-black, #141414);
    letter-spacing: -0.02em;
    text-transform: capitalize;
    line-height: 1.6;
    font-weight: 500;
}

.blog-card__image img {
    display: block;
    width: 100%;
    transition: all 0.5s ease;
}

.blog-card__image__link {
    width: 100%;
    height: 100%;
    background-color: rgba(var(--taxiz-black-rgb, 20, 20, 20), 0.7);
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transform: scale(0.8);
    transition: opacity 500ms ease, transform 500ms ease;
}

.blog-card__image__link::before,
.blog-card__image__link::after {
    content: "";
    width: 25px;
    height: 2px;
    background-color: var(--taxiz-white, #FFFFFF);
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.blog-card__date {
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 14px;
    color: var(--taxiz-black, #141414);
    text-align: center;
    text-transform: uppercase;
    line-height: 1;
    font-weight: 700;
    position: absolute;
    top: 0px;
    left: 0px;
    min-width: 56px;
    min-height: 51px;
    z-index: 1;
}

.blog-card__date__day {
    background-color: #c1a067;
    color: #fff;
}

.blog-card__date__month {
    background-color: var(--taxiz-white2, #F2F2F2);
}

.blog-card__date__day,
.blog-card__date__month {
    padding: 4.75px 6px 6.75px;
    display: block;
    width: 100%;
}

.blog-card:hover .blog-card__image>a {
    opacity: 1;
    transform: scale(1);
}

.blog-card__image__link::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.sidebar__single {
    background-color: var(--taxiz-white2, #F2F2F2);
    padding: 30px;
}

.sidebar__posts__item:not(:last-of-type) {
    margin-bottom: 30px;
}

.sidebar__posts__item {
    display: flex;
    gap: 16px;
    border-bottom: solid 1px #ccc;
    padding-bottom: 15px;
    padding-top: 15px;
}

.sidebar__posts__image {
    width: 80px;
    flex-shrink: 0;
    img {
        height: 100%;
        object-fit: cover;
    }
}

.sidebar__posts__content {
    position: relative;
    top: 2px;
    right: -1px;
    width: calc(100% - 80px);
}

.sidebar__posts__meta {
    margin: 0;
    display: flex;
    align-items: center;
    /* margin-bottom: 11px; */
    font-size: 14px;
    font-weight: 600;
}

.sidebar__posts__title {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1.555;
}

.sidebar__title {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 16px;
    margin-bottom: 30px;
}

.seo_footer {
    padding-bottom: 60px;
}

.seo_footer ul li {
    padding: 5px 0px;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
}

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


/* gallery  modal css  */

.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    padding-top: 60px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    text-align: center;
}

.modal-content {
    position: relative;
    margin: auto;
    padding: 0;
    width: 80%;
    max-width: 700px;
    max-height: 80vh;
}

.close,
.prev,
.next {
    position: absolute;
    top: 50%;
    color: white;
    font-size: 30px;
    font-weight: bold;
    cursor: pointer;
    user-select: none;
    transform: translateY(-50%);
}

.close {
    top: 20px;
    right: 35px;
    font-size: 40px;
}

.prev {
    left: 10px;
}

.next {
    right: 10px;
}


/* faq start here  */
.section_padding {
  padding: 80px 0;
}


.faq_accordion {
  max-width: 970px;
  display: block;
  margin: 0 auto;
}

.title_area {
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
  text-align: center;
}

.animate_title {
  position: relative;
  font-size: 32px;
  font-weight: 700;
  color: #000;
  padding-bottom: 20px;
  display: inline-block;
  opacity: 0;
  transform: translateY(30px);
}

.animate_title::before,
.animate_title::after {
  content: "";
  position: absolute;
  height: 3px;
  width: 50px;
  background-color: red;
  bottom: 0;
  transition: 0.4s ease;
}

.animate_title::before {
  left: 0;
}

.animate_title::after {
  right: 0;
}

.animate_title:hover::before,
.animate_title:hover::after {
  width: 80px;
  background-color: #ff6b35;
}

/* Accordion Styles */
.accordion_card {
  transition: 0.4s ease-in-out;
  overflow: hidden;
  /* background-color: #f0ebeb; */
  position: relative;
  z-index: 3;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 24px;
}

.accordion_header {
  position: relative;
}

.accordion_button {
  width: 100%;
  font-size: 18px;
  font-weight: 600;
  border: 0;
  color: #000;
  background-color: #ffffff;
  letter-spacing: 0.02em;
  padding: 24px 60px 24px 48px;
  text-align: left;
  transition: 0.3s;
  position: relative;
  border-radius: 8px 8px 0 0;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.accordion_button.active {
  color: #000;
  /* background-color: #f0ebeb; */
  padding-bottom: 15px;
}

.accordion_button h1,
.accordion_button h2,
.accordion_button h3 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  color: inherit;
}

.accordion_button::after {
  content: "+";
  position: absolute;
  right: 30px;
  font-size: 20px;
  font-weight: 500;
  color: red;
  transition: 0.3s ease-in-out;
}

.accordion_button.active::after {
  content: "−";
  color: orangered;
}

.accordion_collapse {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}

.accordion_collapse.show {
  max-height: 1000px;
  /* Adjust based on content */
}

.accordion_body {
  padding: 0 48px 24px;
  border-radius: 0 0 8px 8px;
}

.faq_text {
  margin-bottom: 15px;
  color: #000;
  line-height: 1.6;
}

.faq_text ul {
  margin-top: 10px;
  padding-left: 20px;
}

.accordion_body ul li {
  margin-bottom: 8px;
  color: #111111;
}

.faq_text a {
  color: orangered;
  text-decoration: none;
  font-weight: 600;
}

.faq_text a:hover {
  text-decoration: underline;
}

/* Animation */
@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}