/* Desktop Banner */
.slider_section2 {
    display: block !important;
}

/* Mobile Banner */
.mobile_slider_section {
    display: none !important;
}

/* ABOUT US START */

.a3d-about-section {
    padding: 50px 0;
    background: #faf7f2;
    overflow: hidden;

}

.a3d-about-section .a3d-about-image {

    position: relative;

    padding: 35px;

}

.a3d-about-section .a3d-frame {

    position: absolute;

    left: 0;

    top: 0;

    width: 88%;

    height: 88%;

    border: 3px solid var(--theme-color);

    z-index: 1;

}

.a3d-about-section .a3d-image-box {

    position: relative;

    z-index: 2;

    background: var(--color-white);

    padding: 10px;

    border: 1px solid #d9c4a0;

    box-shadow: 0 25px 60px rgba(0, 0, 0, .18);

}

.a3d-about-section .a3d-image-box::before {

    content: "";

    position: absolute;

    top: -12px;

    right: -12px;

    width: 100%;

    height: 100%;

    border: 2px solid var(--theme-color2);

    z-index: -1;

}

.a3d-about-section .a3d-image-box::after {

    content: "";

    position: absolute;

    left: -12px;

    bottom: -12px;

    width: 100%;

    height: 100%;

    border: 2px solid var(--theme-color);

    z-index: -2;

}

.a3d-about-section .a3d-image-box img {

    width: 100%;

    display: block;

}

.a3d-about-section .a3d-subtitle {
    color: var(--theme-color2);
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 6px;

}

.a3d-about-section .a3d-about-content h2 {
    font-size: 35px;
    line-height: 1.2;
    color: var(--color-dark);
    margin-bottom: 10px;
    font-weight: 800;
}

.a3d-about-section .a3d-about-content h2 span {
    color: var(--theme-color2);

}

.a3d-about-section .a3d-about-content p {
    color: var(--body-text-color);
    line-height: 27px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 500;

}

.a3d-about-section .a3d-feature {
    display: flex;
    align-items: center;
    /* gap: 10px; */

}

.a3d-about-section .a3d-icon {
    width: 49px;
    height: 49px;
    /* background: var(--theme-color2); */
    color: var(--theme-color2);
    border-radius: 15%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    transition: .4s;
}

.a3d-about-section .a3d-feature:hover .a3d-icon {
    /* background: var(--theme-color); */
    color: var(--theme-color);
    /* transform:rotate(8deg); */

}

.a3d-about-section .a3d-feature p {
    margin: 0;
    font-size: 14px;
    color: var(--body-text-color);
    font-weight: 500;

}

.a3d-about-section .a3d-about-btn {

    display: inline-block;
    margin-top: 30px;
    padding: 13px 30px;
    background: var(--theme-color2);
    color: var(--color-white);
    text-decoration: none;
    font-weight: 600;
    text-transform: capitalize;
    transition: .4s;
    border-radius: 5px;

}

.a3d-about-section .a3d-about-btn:hover {

    background: var(--theme-color);

    color: var(--color-dark);

}


/* ABOUT US END */

/*why choose start*/

.why-choose-section {
    padding: 50px 0;
    background: linear-gradient(180deg, #3d0007, #230003);

}

.why-choose-section .why-choose-title {
    text-align: center;
    margin-bottom: 55px;

}

.why-choose-section .why-choose-title h3 {
    color: var(--theme-color);
    font-size: 35px;
    font-weight: 800;
    letter-spacing: 1px;

}

.why-choose-section .why-choose-title p {
    font-size: 14px;
    font-weight: 500;
    color: var(--color-white);
    max-width: 755px;
    margin: 0 auto;
    text-align: center;
}

.why-choose-section .why-divider {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin: 5px 0px 10px 0px;
}

.why-choose-section .why-divider span {
    width: 90px;
    height: 1px;
    background: #8d6a24;
}

.why-choose-section .why-divider i {
    color: var(--theme-color);
    font-size: 13px;
}



.why-choose-section .why-choose-card {
    background: rgb(78 0 10 / 8%);
    border: 1px solid rgba(212, 175, 55, .55);
    border-radius: 8px;
    padding: 35px 25px;
    text-align: center;
    height: 100%;
    transition: .4s;
}

.why-choose-section .why-choose-card:hover {
    transform: translateY(-8px);
    border-color: var(--theme-color);
    box-shadow: 0 15px 40px rgba(0, 0, 0, .35);
}

.why-choose-section .why-choose-icon {
    width: 75px;
    height: 75px;
    margin: auto;
    border-radius: 15%;
    background: rgba(212, 175, 55, .08);
    border: 1px solid rgba(212, 175, 55, .25);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.why-choose-section .why-choose-icon img {
    color: var(--theme-color);
    height: 85%;
    weight: 85%;
    font-size: 38px;
}

.why-choose-section .why-choose-card h4 {
    color: var(--theme-color);
    font-size: 24px;
    margin-bottom: 12px;
    font-weight: 700;

}

.why-choose-section .why-choose-card p {
    color: var(--color-white);
    font-size: 14px;
    line-height: 28px;
    margin: 0;
    font-weight: 500;
}

/* why choose end */

/* project section start */

.project-section {
    padding: 50px 0;
    background: var(--theme-color-light);
}

.project-section .project-title {
    text-align: center;
    margin-bottom: 45px;
}

.project-section .project-title h2 {
    font-size: 38px;
    color: var(--theme-color2);
    margin-bottom: 7px;
    font-weight: 800;
    text-transform: capitalize;
}

.project-title p {
    font-size: 14px;
    font-weight: 500;
    color: var(--body-text-color);
    max-width: 755px;
    margin: 0 auto;
    text-align: center;
}

.project-section .project-divider {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin: 5px 0px 10px 0px;
}

.project-section .project-divider span {
    width: 90px;
    height: 1px;
    background: var(--theme-color);
}

.project-section .project-divider i {
    color: var(--theme-color);
    font-size: 13px;
}

/*==================================
Swiper
==================================*/

.project-section .project-slider {
    position: relative;
    padding: 0 45px;
    overflow: visible;
}

.project-section .swiper {
    overflow: hidden;

}

.project-section .swiper-slide {
    height: auto;
}

/*==================================
Card
==================================*/

.project-section .project-card {
    background: var(--color-white);
    border: 1px solid #d8d8d8;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .08);
    transition: .4s;
    text-align: center;
    overflow: hidden;
    border-radius: 4px;
    height: 100%;
}

.project-section .project-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, .15);
}

.project-section .project-img {
    overflow: hidden;
}

.project-section .project-img img {
    width: 100%;
    height: 190px;
    object-fit: cover;
    transition: .5s;
}

.project-section .project-card:hover img {
    transform: scale(1.08);
}

.project-section .project-content {
    padding: 18px;
}

.project-section .project-content h4 {
    font-size: 22px;
    color: var(--theme-color5);
    margin-bottom: 6px;
    text-transform: capitalize;
    font-weight: 800;
}

.project-section .project-content p {
    font-size: 14px;
    font-weight: 500;
    color: var(--body-text-color);
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 26px;
    margin-bottom: 15px;

}

.project-section .project-content span {
    display: block;
    color: var(--body-text-color);
    font-size: 14px;
    margin-bottom: 18px;
    font-weight: 500;
}


.project-section .project-btn {
    display: inline-block;
    background: var(--theme-color2);
    color: var(--color-white);
    padding: 11px 30px;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    text-transform: capitalize;
    transition: .4s;
    border-radius: 5px;
}

.project-section .project-btn:hover {
    background: var(--theme-color);
    color: var(--color-dark);
}

/*==================================
Arrows
==================================*/

.project-section .project-prev,
.project-section .project-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 15%;
    background: #6d0d14;
    color: var(--color-white);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: .4s;
    z-index: 10;
}

.project-section .project-prev {
    left: 0px;
}

.project-section .project-next {
    right: 0px;
}

.project-section .project-prev:hover,
.project-section .project-next:hover {
    background: var(--theme-color);
    color: var(--color-dark);
}

/*==================================
Responsive
==================================*/

@media(max-width:1199px) {

    .project-section .project-slider {
        padding: 0 30px;
    }

}

@media(max-width:991px) {

    .project-section .project-content ul {
        flex-direction: column;
        gap: 8px;
    }

}

@media(max-width:767px) {

    .project-section .project-slider {
        padding: 0;
    }



    .project-section .project-content h4 {
        font-size: 18px;
    }

    .project-section .project-img img {
        height: 220px;
    }

}

/* project section end */

/*==============================
Services Section
==============================*/

.services-section {
    padding: 60px 0;
    background: linear-gradient(180deg, #430007, #250003);
}

.services-section .services-title {
    text-align: center;
    margin-bottom: 50px;
}

.services-section .services-title h2 {
    font-size: 38px;
    color: var(--theme-color);
    margin-bottom: 5px;
    font-weight: 800;
}

.services-section .services-divider {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.services-section .services-divider span {
    width: 90px;
    height: 1px;
    background: #9f7724;
}

.services-section .services-divider i {
    color: var(--theme-color);
    font-size: 13px;
}

.services-section .service-card {
    border: 1px solid rgba(212, 175, 55, .5);
    border-radius: 8px;
    text-align: center;
    padding: 35px 15px;
    height: 100%;
    background: rgba(255, 255, 255, .02);
    transition: .4s;
}

.services-section .service-card:hover {
    transform: translateY(-8px);
    border-color: var(--theme-color);
    box-shadow: 0 15px 40px rgba(0, 0, 0, .35);
    background: rgba(212, 175, 55, .08);
}

.services-section .service-icon {
    width: 80px;
    height: 80px;
    margin: auto;
    border: 1px solid rgba(212, 175, 55, .25);
    border-radius: 15%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 22px;
    transition: .4s;
}

.services-section .service-card:hover .service-icon {
    background: #d4af37;
}

.services-section .service-icon i {
    font-size: 42px;
    color: #d4af37;
    transition: .4s;
}

.services-section .service-card:hover .service-icon i {
    color: #4b0007;
}

.services-section .service-card h4 {
    color: #fff;
    font-size: 19px;
    line-height: 1.4;
    margin: 0;
    font-family: "Cinzel", serif;
    text-transform: uppercase;
}

.services-section .service-card h4 span {
    display: block;
}

@media(max-width:991px) {

    .services-section {
        padding: 70px 0;
    }

    .services-section .services-title h2 {
        font-size: 30px;
    }

}

@media(max-width:767px) {

    .services-section .service-card {
        padding: 25px 10px;
    }

    .services-section .service-icon {
        width: 65px;
        height: 65px;
    }

    .services-section .service-icon i {
        font-size: 32px;
    }

    .services-section .service-card h4 {
        font-size: 15px;
    }

}

/* end */


/*==============================
Project Amenities
==============================*/

.amenities-section {
    padding: 60px 0;
    background: linear-gradient(180deg, #430007, #250003);
}

.amenities-section .amenities-title {
    text-align: center;
    margin-bottom: 50px;
}

.amenities-subtitle {
    color: var(--theme-color);
}

.amenities-section .amenities-title h2 {
    font-size: 38px;
    color: var(--theme-color);
    margin-bottom: 7px;
    font-weight: 800;
}

.amenities-section .amenities-title p {
    font-size: 14px;
    font-weight: 500;
    color: var(--color-white);
    max-width: 755px;
    margin: 0 auto;
    text-align: center;
}


.amenities-section .amenities-divider {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin: 5px 0px 10px 0px;
}

.amenities-section .amenities-divider span {
    width: 90px;
    height: 1px;
    background: #9f7724;
}

.amenities-section .amenities-divider i {
    color: #d4af37;
    font-size: 13px;
}

.amenities-section .amenities-card {
    border: 1px solid rgba(212, 175, 55, .5);
    border-radius: 8px;
    background: rgba(255, 255, 255, .02);
    text-align: center;
    padding: 35px 15px;
    transition: .4s;
    height: 100%;
}

.amenities-section .amenities-card:hover {
    transform: translateY(-8px);
    border-color: #d4af37;
    background: rgba(212, 175, 55, .08);
    box-shadow: 0 15px 40px rgba(0, 0, 0, .35);
}


/* Image Box */
.amenities-section .amenities-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    border: 1px solid rgba(212, 175, 55, .25);
    border-radius: 15%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transition: .4s;
}

/* Image */
.amenities-section .amenities-icon img {
    width: 55px;
    height: 55px;
    object-fit: contain;
    display: block;

    /* Normal Yellow */
    filter: brightness(0) saturate(100%) invert(72%) sepia(48%) saturate(650%) hue-rotate(2deg) brightness(91%) contrast(88%);

    transition: .4s;
}


/* Hover */

.amenities-section .amenities-card:hover .amenities-icon {
    background-color: var(--theme-color);
}

.amenities-section .amenities-icon:hover {
    background-color: var(--theme-color);
}

.amenities-section .amenities-card:hover .amenities-icon img {

    transform: scale(1.12);
    /* #250003 */
    filter: brightness(0) saturate(100%) invert(5%) sepia(70%) saturate(5000%) hue-rotate(340deg) brightness(45%) contrast(120%);
}

/* Heading */
.amenities-section .amenities-card h4 {
    margin: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
}

.amenities-section .amenities-card h4 span {
    display: block;
    color: #d4af37;
}


/* Card Heading */
.amenities-section .amenities-card h4 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    line-height: 1.4;
}

.amenities-section .amenities-card h4 span {
    color: #d4af37;
    display: block;
}

.amenities-section .amenities-card h4 {
    color: var(--color-white);
    font-size: 18px;
    line-height: 1.5;
    margin: 0;
    font-family: "Cinzel", serif;
    text-transform: capitalize;
}

.amenities-section .amenities-card h4 span {
    display: block;
}

/*  */

/*==============================
Counter Section
==============================*/

.counter-section {
    padding: 70px 0;
    background: #f7f3ed;
}

.counter-section .counter-box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    /* background:#6d0d14; */
    border: 1px solid var(--theme-color2);
    padding: 30px 20px;
    transition: .4s;
    height: 100%;
    border-radius: 10px;
}

.counter-section .counter-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, .15);
}

.counter-section .counter-icon {
    width: 70px;
    height: 70px;
    border: 1px solid var(--theme-color2);
    border-radius: 15%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    background-color: var(--theme-color2);
}

.counter-section .counter-icon img {
    font-size: 34px;
    height: 60%;
    width: 60%;
    color: var(--theme-color);
    filter: brightness(0%) invert(1)
}

.counter-section .counter-content h2 {
    margin: 0;
    color: var(--theme-color2);
    font-size: 42px;
    font-weight: 700;
    line-height: 1;
}

.counter-section .counter-content p {
    margin: 8px 0 0;
    color: var(--theme-color2);
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .5px;
}

@media(max-width:991px) {

    .counter-section {
        padding: 60px 0;
    }

    .counter-section .counter-box {
        justify-content: flex-start;
    }

}

@media(max-width:767px) {

    .counter-section .counter-box {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }

    .counter-section .counter-content h2 {
        font-size: 34px;
    }

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

}

/*  */

/*==========================
Testimonial Section
==========================*/

.testimonial-section {
    position: relative;
    padding: 60px 0;
    background: url("../images/test-bg.png") center center/cover no-repeat;
    overflow: hidden;
}

.testimonial-section .testimonial-overlay {
    position: absolute;
    inset: 0;
    background: rgb(36 3 4 / 59%);
}

.testimonial-section .container {
    position: relative;
    z-index: 2;
}

.testimonial-section .testimonial-heading {
    text-align: center;
    margin-bottom: 55px;
}

.testimonial-section .testimonial-heading h2 {
    color: var(--theme-color);
    font-size: 40px;
    font-weight: 800;

}

.testimonial-section .testimonial-heading p {
    font-size: 14px;
    font-weight: 500;
    color: var(--color-white);
    max-width: 755px;
    margin: 0 auto;
    text-align: center;
}

.testimonial-section .testimonial-divider {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin: 5px 0px 10px 0px;
}

.testimonial-section .testimonial-divider span {
    width: 90px;
    height: 1px;
    background: var(--theme-color);
}

.testimonial-section .testimonial-divider i {
    color: var(--theme-color);
    font-size: 13px;
}

/*==========================
Slider
==========================*/

.testimonial-section .testimonialSwiper {
    position: relative;
    padding: 0 45px 0px;
}

/*==========================
Card
==========================*/

.testimonial-section .testimonial-card {
    background: rgba(90, 8, 12, .55);
    border: 1px solid rgba(212, 175, 55, .35);
    border-radius: 10px;
    padding: 35px;
    backdrop-filter: blur(5px);
    min-height: 300px;
}

.testimonial-section .testimonial-card:hover {
    border-color: #d4af37;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .35);
}

.testimonial-section .quote-icon {
    color: var(--theme-color);
    font-size: 40px;
    margin-bottom: -15px;
}

.testimonial-section .testimonial-card p {
    color: var(--color-white);
    font-size: 14px;
    line-height: 26px;
    min-height: 155px;
    font-weight: 500;
}

.testimonial-section .testimonial-line {
    width: 90px;
    height: 2px;
    background: #b88729;
    margin-bottom: 25px;
}

/*==========================
User
==========================*/

.testimonial-section .testimonial-user {
    display: flex;
    align-items: center;
    gap: 18px;
}

.testimonial-section .testimonial-user-img {
    width: 72px;
    height: 72px;
    border-radius: 15%;
    overflow: hidden;
    border: 3px solid #d4af37;
    flex-shrink: 0;
}

.testimonial-section .testimonial-user-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonial-section .testimonial-user-content h4 {
    color: var(--theme-color);
    font-size: 26px;
    margin-bottom: 4px;
    font-weight: 700;
}

.testimonial-section .testimonial-user-content span {
    color: #fff;
    font-size: 15px;
}

.testimonial-section .testimonial-stars {
    margin-top: 8px;
}

.testimonial-section .testimonial-stars i {
    color: #d4af37;
    font-size: 15px;
    margin-right: 3px;
}

/*==========================
Navigation
==========================*/

.testimonial-section .testimonial-prev,
.testimonial-section .testimonial-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 15%;
    border: 1px solid var(--theme-color);
    background: var(--theme-color2);
    color: var(--theme-color);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: .4s;
    z-index: 20;
}

.testimonial-section .testimonial-prev {
    left: 0px;
}

.testimonial-section .testimonial-next {
    right: 0px;
}

.testimonial-section .testimonial-prev:hover,
.testimonial-section .testimonial-next:hover {
    background: #d4af37;
    color: #4b0507;
}

/*==========================
Pagination
==========================*/

.testimonial-section .testimonial-pagination {
    position: relative;
    margin-top: 35px;
}

.testimonial-section .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: transparent;
    border: 2px solid #d4af37;
    opacity: 1;
}

.testimonial-section .swiper-pagination-bullet-active {
    background: #d4af37;
}

/*==========================
Responsive
==========================*/

@media(max-width:1199px) {

    .testimonial-section .testimonial-heading h2 {
        font-size: 42px;
    }

}

@media(max-width:991px) {

    .testimonial-section {
        padding: 70px 0;
    }

    .testimonial-section .testimonial-heading h2 {
        font-size: 34px;
    }

    .testimonial-section .testimonial-card {
        min-height: auto;
    }

    .testimonial-section .testimonial-card p {
        min-height: auto;
    }

}

@media(max-width:767px) {

    .testimonial-section .testimonialSwiper {
        padding: 0 0 55px;
    }

    .testimonial-section .testimonial-prev,
    .testimonial-section .testimonial-next {
        display: none;
    }

    .testimonial-section .testimonial-card {
        padding: 25px 20px;
    }

    .testimonial-section .testimonial-user-content h4 {
        font-size: 22px;
    }

    .testimonial-section .quote-icon {
        font-size: 38px;
    }

    .testimonial-section .testimonial-card p {
        font-size: 15px;
    }

}

/* testimoniial end */

/*==========================
RESORT AMENITIES
==========================*/

.resort-amenities-section {
    padding: 50px 0;
    background: #f7f3ed;
    position: relative;
    overflow: hidden;
}

.resort-amenities-section::after {
    content: "";
    position: absolute;
    width: 280px;
    height: 280px;
    background: rgba(212, 175, 55, .06);
    border-radius: 50%;
    bottom: -120px;
    right: -100px;
}

/* .resort-amenities-section .container{
    position:relative;
    z-index:2;
} */

/*==========================
Title
==========================*/

.resort-amenities-title {
    text-align: center;
    margin-bottom: 35px;
}

.resort-amenities-title h2 {
    font-size: 40px;
    color: var(--theme-color2);
    margin-bottom: 5px;
    font-weight: 800;
}

.resort-divider {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin: 5px 0px 10px 0px;
}

.resort-divider span {
    width: 70px;
    height: 2px;
    background: #d4af37;
}

.resort-divider i {
    color: #d4af37;
    font-size: 14px;
}

.resort-amenities-title p {
    max-width: 700px;
    margin: auto;
    color: var(--body-text-color);
    line-height: 26px;
    font-size: 14px;
    font-weight: 500;
}

/*==========================
Cards
==========================*/

.resort-card {
    /* background:#fff; */
    border-radius: 18px;
    padding: 16px 9px;
    text-align: center;
    border: 1px solid #ead7a1;
    transition: .4s;
    /* height:100%; */
    box-shadow: 0 10px 30px rgba(0, 0, 0, .05);
}

.resort-card:hover {
    transform: translateY(-10px);
    border-color: #d4af37;
    box-shadow: 0 18px 40px rgba(0, 0, 0, .12);
}

.resort-icon {
    width: 90px;
    height: 90px;
    margin: auto auto 22px;
    border-radius: 50%;
    background: var(--theme-color2);
    color: var(--theme-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
    transition: .4s;
}

.resort-card:hover .resort-icon {
    background: var(--theme-color);
    color: var(--theme-color2);
    transform: rotateY(180deg);
}

.resort-card h4 {
    font-size: 18px;
    color: #3b0608;
    /* margin:11px 0px 0px 0px; */
    font-weight: 700;
    line-height: 21px;
}

.resort-image {
    width: 100%;
    height: 105px;
}

.resort-image img {
    width: 235px;
    border-radius: 10px;
}


/* resorts amities */

/*=========================
FAQ SECTION
=========================*/

.faq-section {
    padding: 90px 0;
    background: #f7f3ed;
    overflow: hidden;
}

.faq-section .faq-image-wrapper {
    position: relative;
    width: 100%;
}

.faq-section .faq-frame {
    position: absolute;
    top: -15px;
    left: -15px;
    width: 100%;
    height: 100%;
    border: 4px solid #c89b35;
    border-radius: 12px;
    z-index: 1;
}

.faq-section .faq-image {
    position: relative;
    z-index: 2;
    overflow: hidden;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 18px 45px rgba(0, 0, 0, .18);
}

.faq-section .faq-image img {
    width: 100%;
    height: 520px;
    object-fit: cover;
    display: block;
}

/*=========================
Heading
=========================*/

.faq-section .faq-heading {
    margin-bottom: 30px;
}

.faq-section .faq-heading span {
    color: #9d7431;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.faq-section .faq-heading h2 {

    font-size: 35px;
    font-weight: 800;
    line-height: 1.08;
    color: #2b1d16;
    margin-top: 8px;
    margin-bottom: 0;
}

.faq-section .faq-heading h2 strong {
    font-size: 35px;
    font-weight: 800;
    line-height: 1.08;
    color: var(--theme-color2);
    margin-top: 8px;
    margin-bottom: 0;
}

/*=========================
Accordion
=========================*/

.faq-section .faq-accordion .accordion-item {
    border: none;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 16px;
    background: #fff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .08);
}

.faq-section .faq-accordion .accordion-button {
    background: var(--color-white);
    color: var(--color-dark);
    font-size: 20px;
    font-weight: 700;
    padding: 18px 60px 18px 22px;
    box-shadow: none;
    position: relative;
    border-radius: 10px;
}

.faq-section .faq-accordion .accordion-button strong {
    color: var(--theme-color);
    margin-right: 8px;
}

.faq-section .faq-accordion .accordion-button:not(.collapsed) {
    background: #fff;
    color: var(--theme-color2);
}

.faq-section .faq-accordion .accordion-body {
    padding: 0 22px 20px 42px;
    color: var(--body-text-color);
    line-height: 1.8;
    font-size: 14px;
    font-weight: 500;
}

/*=========================
Plus Icon
=========================*/

.faq-section .accordion-button::after {
    content: "+";
    background: none;
    width: 28px;
    height: 28px;
    border: 2px solid var(--theme-color);
    border-radius: 15%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: var(--theme-color);
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    transition: .35s;
}

.faq-section .accordion-button:not(.collapsed)::after {
    content: "−";
    background: var(--theme-color);
    color: #fff;
    transform: translateY(-50%) rotate(180deg);
}

/*=========================
Hover
=========================*/

.faq-section .faq-accordion .accordion-item:hover {
    transform: translateY(-3px);
    transition: .35s;
    box-shadow: 0 15px 35px rgba(0, 0, 0, .12);
}

/*=========================
Responsive
=========================*/

@media(max-width:991px) {

    .faq-section {
        padding: 40px 0;
    }

    .faq-section .faq-image-wrapper {
        margin: auto;
    }

    .faq-section .faq-heading {
        text-align: center;
    }

    .faq-section .faq-heading h2 {
        font-size: 38px;
    }

}

@media(max-width:767px) {

    .faq-section .faq-heading h2 {
        font-size: 30px;
    }

    .faq-section .faq-image img {
        height: 380px;
    }

    .faq-section .faq-frame {
        top: -10px;
        left: -10px;
    }

    .faq-section .faq-accordion .accordion-button {
        font-size: 14px;
        padding: 16px 50px 16px 18px;
    }

    .faq-section .faq-accordion .accordion-body {
        font-size: 14px;
    }

}

/* faq end */


/* blog section */

.blog-section {
    background: var(--theme-color6);
    padding: 60px 0;
    position: relative;
    overflow: hidden;
}

.blog-section .blog-title {
    text-align: center;
    margin-bottom: 50px;
}

.blog-section .blog-title h4 {
    display: block;
    color: var(--theme-color);
    font-size: 38px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: capitalize;
}

.blog-section .blog-title p {
    font-size: 14px;
    font-weight: 500;
    color: var(--color-white);
    max-width: 755px;
    margin: 0 auto;
    text-align: center;
}

.blog-section .blog-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin: 5px 0px 10px 0px;
}

.blog-section .blog-divider span {
    width: 80px;
    height: 1px;
    background: #9a7727;
}

.blog-section .blog-divider i {
    color: var(--theme-color);
    font-size: 12px;
}

/*=================================
SWIPER
=================================*/

.blog-section .blogSwiper {
    position: relative;
    padding: 0 45px 60px;
}

/*=================================
CARD
=================================*/

.blog-section .blog-card {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .18);
}

.blog-section .blog-img {
    position: relative;
    overflow: hidden;
}

.blog-section .blog-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
}



/*=================================
DATE
=================================*/


.blog-section .blog-date strong {
    display: block;
    font-size: 24px;
    line-height: 1;
}

.blog-section .blog-date span {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    margin-top: 4px;
}

.blog-section .blog-date small {
    display: block;
    font-size: 10px;
}

/*=================================
CONTENT
=================================*/

.blog-section .blog-content {
    padding: 15px 25px 15px;
}

.blog-section .blog-category {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--theme-color7);
    font-size: 14px;
    margin-bottom: 15px;
}

.blog-section .blog-category i {
    color: var(--theme-color7);
}

.blog-section .blog-content h3 {
    font-size: 22px;
    line-height: 1.4;
    margin-bottom: 10px;
}

.blog-section .blog-content h3 a {
    color: var(--color-dark);
    text-decoration: none;
    transition: .3s;
    font-size: 22px;
    font-weight: 800;
}

.blog-section .blog-content h3 a:hover {
    color: var(--theme-color2);
}

.blog-section .blog-content p {
    color: var(--body-text-color);
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 25px;
    font-weight: 500;
}

/*=================================
BUTTON
=================================*/

.blog-section .blog-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--theme-color2);
    color: var(--color-white);
    text-decoration: none;
    padding: 12px 22px;
    font-size: 13px;
    font-weight: 600;
    text-transform: capitalize;
    transition: .35s;
    border-radius: 5px;
}

.blog-section .blog-btn:hover {
    background: var(--theme-color);
    color: #2a0507;
}

.blog-section .blog-btn i {
    transition: .35s;
}

.blog-section .blog-btn:hover i {
    transform: translateX(4px);
}

/*=================================
ARROWS
=================================*/

.blog-section .blog-prev,
.blog-section .blog-next {
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 15%;
    background: #5d0d12;
    border: 1px solid #b68d2f;
    color: var(--theme-color);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: .35s;
    z-index: 20;
}

.blog-section .blog-prev {
    left: 0px;
}

.blog-section .blog-next {
    right: 0px;
}

.blog-section .blog-prev:hover,
.blog-section .blog-next:hover {
    background: var(--theme-color);
    color: #4d0508;
}

/*=================================
PAGINATION
=================================*/

.blog-section .blog-pagination {
    margin-top: 35px;
    position: relative;
}

.blog-section .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: transparent;
    border: 2px solid var(--theme-color);
    opacity: 1;
}

.blog-section .swiper-pagination-bullet-active {
    background: #d4af37;
}

/*=================================
RESPONSIVE
=================================*/

@media(max-width:991px) {

    .blog-section {
        padding: 50px 0px 0px 0px;
    }

    .blog-section .blogSwiper {
        padding: 0 0 60px;
    }

    .blog-section .blog-prev,
    .blog-section .blog-next {
        display: none;
    }

}

@media(max-width:767px) {

    .blog-section .blog-content {
        padding: 32px 18px 20px;
    }

    .blog-section .blog-content h3 {
        font-size: 18px;
    }

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

    .blog-section .blog-img img {
        height: 200px;
    }

    .blog-section .blog-title span {
        font-size: 13px;
    }

}


/* blogs end */


/*  */
/*==================================
A3D FOOTER
==================================*/

.a3d-footer {
    position: relative;
    background-image:
        linear-gradient(rgba(32, 3, 4, 0.445), rgba(32, 3, 4, 0.281)),
        url("../images/footerbg01.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 55px 0 0;
    overflow: hidden;
}

/* right dark overlay */

.a3d-footer::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgb(163 104 104 / 35%) 0%, rgb(205 175 176 / 29%) 45%, rgb(28 21 21 / 25%) 100%);
    z-index: 0;
}

.a3d-footer .container {
    position: relative;
    z-index: 2;
}

/*==============================
LOGO
==============================*/
.footer-about {
    margin-bottom: 37px;
}

.a3d-footer .footer-logo img {
    width: 150px;
    margin-bottom: 20px;
}

.a3d-footer .footer-about p {
    color: var(--color-white);
    font-size: 14px;
    line-height: 28px;
    max-width: 250px;
}

/*==============================
HEADINGS
==============================*/

.a3d-footer h4 {
    color: var(--theme-color);
    font-size: 26px;
    margin-bottom: 30px;
    position: relative;
    font-weight: 800;
}

.a3d-footer h4::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 45px;
    height: 2px;
    background: var(--theme-color);
}

/*==============================
LINKS
==============================*/

.a3d-footer .footer-links ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.a3d-footer .footer-links ul li {
    margin-bottom: 14px;
}

.a3d-footer .footer-links ul li a {
    color: var(--color-white);
    text-decoration: none;
    transition: .35s;
    font-size: 14px;
    display: inline-block;
}

.a3d-footer .footer-links ul li a::before {
    content: "›";
    color: var(--theme-color);
    margin-right: 8px;
}

.a3d-footer .footer-links ul li a:hover {
    color: var(--theme-color);
    transform: translateX(8px);
}

/*==============================
SOCIAL
==============================*/

.a3d-footer .footer-social h5 {
    color: var(--theme-color);
    margin: 18px 0px;
    font-size: 23px;
    font-weight: 700;
}

.a3d-footer .footer-social a {
    width: 42px;
    height: 42px;
    border: 1px solid rgba(212, 175, 55, .4);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--theme-color);
    border-radius: 15%;
    margin-right: 8px;
    transition: .35s;
    text-decoration: none;
}

.a3d-footer .footer-social a:hover {
    background: var(--theme-color);
    color: #330507;
}

/*==============================
CONTACT
==============================*/

.a3d-footer .footer-contact ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.a3d-footer .footer-contact li {
    display: flex;
    gap: 15px;
    margin-bottom: 24px;
}

.a3d-footer .footer-contact span {
    width: 45px;
    height: 45px;
    min-width: 45px;
    border-radius: 50%;
    background: #4e090d;
    color: var(--theme-color);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(212, 175, 55, .3);
}

.a3d-footer .footer-contact strong {
    display: block;
    color: #fff;
    margin-bottom: 4px;
    font-size: 15px;
}

.a3d-footer .footer-contact p {
    color: #d0cbc5;
    margin: 0;
    line-height: 24px;
    font-size: 14px;
}

/* CTA */

.a3d-footer .footer-cta {
    margin: 10px 0px;
    border-top: 1px solid rgba(212, 175, 55, .25);

    border-bottom: 1px solid rgba(212, 175, 55, .25);

    padding: 23px 0;

}

.a3d-footer .footer-cta .row {

    align-items: stretch;

}

.a3d-footer .footer-cta .col-lg-3 {

    display: flex;

}

.a3d-footer .footer-cta-box {

    display: flex;

    align-items: center;

    gap: 18px;

    width: 100%;

    height: 100%;

}

.a3d-footer .footer-cta-icon {

    position: relative;

    width: 55px;

    height: 55px;

    min-width: 55px;

    border: 2px solid #cda13a;

    border-radius: 15px;

    display: flex;

    justify-content: center;

    align-items: center;

    color: #d4af37;

    font-size: 28px;

    flex-shrink: 0;

}

.a3d-footer .footer-cta-icon::before {

    content: "";

    position: absolute;

    inset: 6px;

    border: 1px solid rgba(212, 175, 55, .35);

    border-radius: 10px;

}

.footer-cta-icon i {
    font-size: 18px;
}

.a3d-footer .footer-cta-content {

    flex: 1;

}

.a3d-footer .footer-cta-content h5 {

    color: #fff;

    font-size: 22px;

    margin-bottom: 8px;

    font-family: "Cinzel", serif;

}

.a3d-footer .footer-cta-content p,

.a3d-footer .footer-cta-content a {
    color: var(--color-white);
    font-size: 14px;
    text-decoration: none;
    font-weight: 500;
    margin: 0;
    line-height: 25px;
    word-break: break-word;

}

.a3d-footer .footer-cta-content a:hover {
    color: #fff;

}

/*==============================
Responsive
==============================*/

@media(max-width:991px) {

    .a3d-footer .footer-cta-box {

        margin-bottom: 25px;

    }

}

@media(max-width:767px) {

    /* .a3d-footer .footer-cta-box {

        flex-direction: column;

        text-align: center;

    } */

    .a3d-footer .footer-cta-content h5 {

        font-size: 22px;

    }

    .a3d-footer .footer-cta-content p,

    .a3d-footer .footer-cta-content a {

        font-size: 16px;

    }

}

/*===========================
Golden Wave
===========================*/

.a3d-footer .footer-bottom::before {
    content: "";
    position: absolute;
    top: -55px;
    left: -2%;
    width: 104%;
    height: 110px;
    background: url("../images/footer-wave.png") center top no-repeat;
    background-size: cover;
    pointer-events: none;
}

/* Fallback if wave image is not available */


.a3d-footer .footer-bottom {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 15px 0 15px;
    overflow: hidden;
}

.a3d-footer .footer-bottom .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.a3d-footer .footer-bottom h5 {
    color: var(--color-white);
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0 0 10px;
}

.a3d-footer .footer-bottom p {
    color: #bdb3aa;
    font-size: 15px;
    margin: 0;
}

.a3d-footer .footer-bottom p a {
    color: #f8e091;
    text-decoration: underline !important;
}

.a3d-footer .footer-bottom p a:hover {
    color: #faeab6;
}

.a3d-footer .footer-bottom::after {
    content: "";
    position: absolute;
    top: -45px;
    left: 50%;
    transform: translateX(-50%);
    width: 120%;
    height: 120px;
    border-top: 3px solid var(--theme-color);
    border-radius: 50%;
}

.a3d-footer .scroll-top {
    position: absolute;
    right: 25px;
    bottom: 20px;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 2px solid var(--theme-color);
    background: var(--theme-color2);
    color: var(--theme-color);
    text-decoration: none;
}

/* footer end */


/* css start */
.desktop_fixed_btn {
    position: fixed;
    bottom: 110px;
    z-index: 999;
    right: 10px;

}

.desktop_fixed_btn>a {
    text-align: center;
    color: var(--color-white) !important;
    display: inline-block;
    line-height: 40px;
    font-size: 23px;
    margin: 0px 5px 0px 0px;
    font-weight: 500;
}


.desktop_fixed_btn>a>i {
    border-radius: 10px;
    background-color: var(--whatsapp-color);
    display: inline-block;
    height: 50px;
    width: 50px;
    line-height: 50px;
    animation: pulse 1.8s infinite;
}

.desktop_fixed_btn {
    display: block;
}

.mobile_fixed_btn {
    display: none;
}

/* css end */


/* breadcrumb start */
.breadcrumb-section {
    background-image: url(../images/breadcrumb01.png);
    position: relative;
    background-attachment: scroll;
    background-position: bottom center;
    background-size: cover;
}

.breadcrumb-overly-div {
    background-color: rgb(51 27 36 / 65%);
    padding-top: 45px;
}

.breadcrumb-title-main-div {
    text-align: center;
    margin: auto;
}

.breadcrumb-title-div {
    text-align: center;
    display: inline-block;
    padding: 7px 5px 70px 5px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.breadcrumb-title-div>h1 {
    color: var(--color-white);
    text-transform: capitalize;
    font-size: 33px;
    font-weight: 600;
    margin-bottom: 25px;
}

.breadcrumb-title-div>ul {
    list-style: none;
    padding: 0px 6px;
    margin-top: -7px;
}

.breadcrumb-title-div>ul>li>a {
    color: var(--color-white);
    font-weight: 500;
}

.breadcrumb-title-div>ul>li {
    display: inline-block;
    color: var(--color-white);
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 500;
    margin: 0px 10px 0px 10px;
}

.breadcrumb-title-div>ul>i {
    font-size: 12px;
    color: var(--color-white);
}

/* page titile css end */

.project-detail-section {
    padding: 60px 0;
    background: #fff;
    overflow: visible;
}

.project-detail-image {
    position: sticky;
    top: 35px;
    align-self: flex-start;
}

.project-detail-image img {
    width: 100%;
    display: block;
    border-radius: 25px;
    /* transition:.5s; */
}

/* .project-detail-image:hover img{
    transform:scale(1.05);
} */
/* .project-detail-content{
    padding-left:20px;
} */

.project-tag {
    display: inline-block;
    padding: 8px 18px;
    background: rgba(206, 155, 40, .12);
    color: var(--theme-color);
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 18px;
}

.project-detail-content h2 {
    font-size: 35px;
    font-weight: 700;
    color: var(--black-color);
    margin-bottom: 7px;
}

.project-detail-content h2 strong {
    font-size: 35px;
    font-weight: 700;
    color: var(--theme-color2);
    margin-bottom: 7px;
}

.project-detail-content p {
    font-size: 14px;
    line-height: 27px;
    color: var(--body-text-color);
    margin-bottom: 15px;
    font-weight: 500;
    text-align: justify;
}

.project-info {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 40px;
}

.project-detail-bottom {
    margin-top: 20px;
}

.project-detail-bottom h3 {
    font-size: 34px;
    margin-bottom: 7px;
    color: var(--theme-color6);
    font-weight: 700;
}

.project-detail-bottom p {
    font-size: 15px;
    line-height: 27px;
    color: var(--body-text-color);
    margin-bottom: 18px;
    font-weight: 500;
}

.project-detail-bottom li {
    text-align: justify;
}


/*==============================
      PROJECT FEATURES
==============================*/

.project-feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.project-feature-list li {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 18px 20px;
    margin-bottom: 18px;
    border: 1px solid #55000e21;
    border-radius: 16px;
    background: #fff;
    transition: .35s ease;
    font-size: 14px;
    line-height: 26px;
    color: var(--body-text-color);
    box-shadow: 0 8px 25px rgba(0, 0, 0, .04);
    font-weight: 500;
}

.project-feature-list li:hover {
    transform: translateY(-5px);
    border-color: var(--theme-color2);
    box-shadow: 0 15px 35px rgba(0, 0, 0, .08);
}

.project-feature-list li i {
    min-width: 24px;
    font-size: 20px;
    color: var(--theme-color2);
    margin-top: 4px;
    transition: .35s;
}

.project-feature-list li:hover i {
    transform: scale(1.15);
}

.project-detail-bottom h3 {
    font-size: 34px;
    font-weight: 700;
    color: var(--theme-color6);
    margin-bottom: 7px;
}

.project-detail-bottom h3 span {
    font-size: 34px;
    font-weight: 700;
    color: var(--theme-color2);
    margin-bottom: 7px;
}

.project-detail-bottom>p {
    font-size: 14px;
    line-height: 27px;
    color: var(--body-text-color);
    margin-bottom: 10px;
    font-weight: 500;
}

/*==============================
        Responsive
==============================*/

@media(max-width:991px) {

    .project-feature-list li {
        font-size: 15px;
        line-height: 26px;
    }

}

@media(max-width:767px) {

    .project-detail-bottom h3 {
        font-size: 28px;
    }

    .project-feature-list li {
        padding: 16px;
        margin-bottom: 15px;
    }

    .project-feature-list li i {
        font-size: 18px;
    }

}

/*=========================
        Responsive
=========================*/

@media(max-width:991px) {

    .project-detail-image {
        position: relative;
        top: 0;
        margin-bottom: 40px;
    }

    .project-detail-image img {
        height: auto;
    }

    .project-detail-content {
        padding-left: 0;
    }

    .project-detail-content h2 {
        font-size: 38px;
    }

    .project-info {
        grid-template-columns: repeat(2, 1fr);
    }

    /*
.project-detail-bottom{
    margin-top:60px;
} */

}

@media(max-width:767px) {

    .project-detail-content h2 {
        font-size: 32px;
    }

    .project-info {
        grid-template-columns: 1fr;
    }

    .project-detail-bottom h3 {
        font-size: 28px;
    }

    .highlight-card {
        padding: 28px 22px;
    }

    .highlight-card h5 {
        font-size: 20px;
    }

    .project-detail-bottom {
        margin-top: 0px;
    }
}

/*  */


/* - blog detail start - */

.blog-detail {
    padding: 60px 0;
}

.blog-detail .blog-detail-content {
    width: 100%;
    text-align: justify;
}

.blog-detail .blog-detail-image {
    width: 100%;
    overflow: hidden;
    border-radius: 12px;
    margin-bottom: 25px;
}

.blog-detail .blog-detail-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.blog-detail .blog-detail-meta {
    margin-bottom: 15px;
    color: var(--theme-primary);
    font-size: 14px;
    font-weight: 500;
}

.blog-detail .blog-detail-meta i {
    margin-right: 6px;
}

.blog-detail .blog-detail-content h1 {
    font-size: 38px;
    line-height: 1.25;
    font-weight: 700;
    margin-bottom: 10px;
    color: var(--theme-color2);
}

.blog-detail .blog-detail-content h2 {
    font-size: 26px;
    line-height: 1.3;
    font-weight: 800;
    margin-top: 20px;
    margin-bottom: 10px;
    color: var(--theme-color5);
}

.blog-detail .blog-detail-content p {
    font-size: 14px;
    line-height: 1.8;
    color: var(--body-text-color);
    margin-bottom: 20px;
    font-weight: 500;
}


/* ================================
   Recent Blogs Sidebar
================================ */

.blog-detail .blog-sidebar {
    position: sticky;
    top: 60px;
}

.blog-detail .recent-blog-box {
    padding: 25px;
    background: #7d1d2412;
    border-radius: 12px;
    border: 1px solid #4116163d;
}

.blog-detail .recent-blog-box>h3 {
    font-size: 30px;
    line-height: 1.3;
    font-weight: 800;
    color: var(--theme-color5);
    margin: 0 0 25px;
    padding-bottom: 15px;
    position: relative;
    border-bottom: 1px solid #4116163d;
}

.blog-detail .recent-blog-box>h3::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 45px;
    height: 3px;
    background: var(--theme-primary);
}


/* Recent Blog Item */

.blog-detail .recent-blog-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

.blog-detail .recent-blog-item:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}


/* Recent Blog Image */

.blog-detail .recent-blog-img {
    width: 95px;
    min-width: 95px;
    height: 75px;
    overflow: hidden;
    border-radius: 8px;
}

.blog-detail .recent-blog-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}


/* Recent Blog Content */

.blog-detail .recent-blog-content {
    flex: 1;
}

.blog-detail .recent-blog-content h4 {
    font-size: 18px;
    line-height: 1.4;
    font-weight: 700;
    margin: 0 0 8px;
}

.blog-detail .recent-blog-content h4 a {
    color: var(--theme-color5);
    text-decoration: none;
    transition: all 0.3s ease;
}

.blog-detail .recent-blog-content h4 a:hover {
    color: var(--theme-color2);
}

.blog-detail .recent-blog-link {
    font-size: 13px;
    font-weight: 600;
    color: var(--theme-color2);
    text-decoration: none;
}

.blog-detail .recent-blog-link i {
    margin-left: 4px;
    font-size: 11px;
}

/* blog-detail end */


/* privacy section start */

.privacy_section {
    padding: 40px 0px 40px 0px;
}

.privacy_content_main_div>h1 {
    color: var(--theme-color5);
    text-transform: capitalize;
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 10px !important;
}


.privacy_content_main_div>h3 {
    color: var(--theme-color5);
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 4px !important;
    margin-top: 4px !important;
}



.privacy_content_main_div>h4 {
    color: var(--theme-color5);
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 4px !important;
    margin-top: 4px !important;
}

.privacy_content_main_div>h5 {
    color: var(--theme-color5);
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 4px !important;
    margin-top: 4px !important;
}

.privacy_content_main_div>p {
    font-weight: 500;
    font-size: 14px;
    color: var(--body-text-color);
    line-height: 27px;
    transition: 0.2s ease-in-out;
    margin-bottom: 3px !important;
    text-align: justify;
}

.privacy_content_main_div>p>strong {
    color: var(--theme-color2);
}

.privacy_content_main_div>p>a {
    color: var(--theme-color2);
    font-weight: 700;
    text-decoration: underline !important;
}


.privacy_content_main_div ul {
    list-style-type: square !important;
    list-style-position: outside;
    padding-left: 25px !important;
    margin: 0;
}

.privacy_content_main_div ul li {
    display: list-item !important;
    list-style-type: square !important;
    font-weight: 500;
    font-size: 14px;
    color: var(--body-text-color);
    line-height: 27px;
    margin-bottom: 10px;
}

.privacy_content_main_div ul li::marker {
    color: var(--theme-color2);
    font-size: 15px;
}

/* Privacy Section end  */


/* =========================================
   Contact Hero Section
========================================= */

.contact-hero-section {
    padding: 36px 0;
    background: var(--color-white);
    overflow: hidden;
}

.contact-hero-section .contact-hero-wrapper {
    position: relative;
    min-height: 650px;
    display: flex;
    align-items: center;
    /* border-radius: 25px; */
    overflow: hidden;
}


/* =========================================
   Left Content
========================================= */

.contact-hero-section .contact-hero-content {
    width: 52%;
    padding: 0;
    position: relative;
    z-index: 3;
}

.contact-hero-section .contact-subtitle {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    color: var(--theme-color5);
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
}

.contact-hero-section .contact-subtitle span {
    width: 38px;
    height: 3px;
    background: var(--theme-color5);
    display: inline-block;
}

.contact-hero-section .contact-hero-content h1 {
    font-size: 35px;
    line-height: 1.12;
    font-weight: 700;
    color: var(--color-dark);
    margin: 0 0 10px;
}

.contact-hero-section .contact-hero-content h1 strong {
    /* display: block; */
    color: var(--theme-color2);
    font-weight: 700;
}

.contact-hero-section .contact-hero-content>p {
    max-width: 560px;
    color: var(--body-text-color);
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 35px;
    font-weight: 500;
}


/* =========================================
   Contact Information
========================================= */

.contact-hero-section .contact-info-list {
    display: flex;
    flex-direction: column;
    gap: 13px;
}

.contact-hero-section .contact-info-item {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 20px;
}

.contact-hero-section .contact-info-icon {
    width: 58px;
    height: 58px;
    min-width: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--theme-color2);
    color: #fff;
    border-radius: 15%;
    font-size: 20px;
}

.contact-hero-section .contact-info-text h4 {
    margin: 0 0 10px;
    font-size: 23px;
    font-weight: 800;
    color: var(--theme-color5);
}

.contact-hero-section .contact-info-text a,
.contact-hero-section .contact-info-text p {
    margin: 0;
    color: var(--body-text-color);
    font-size: 14px;
    line-height: 1.6;
    text-decoration: none;
    font-weight: 500;
    width: 287px;
}



.contact-hero-section .contact-info-text a:hover {
    color: var(--theme-color5);
}


/* =========================================
   Right Image
========================================= */
.contact-hero-section .contact-hero-image {
    position: absolute;
    right: 0;
    top: 0;
    width: 54%;
    height: 100%;
    overflow: hidden;
}

/* Curved Divider */
.contact-hero-section .contact-hero-image::before {
    content: "";
    position: absolute;
    left: -120px;
    top: -5%;
    width: 220px;
    height: 110%;
    background: #fff;
    border-radius: 50%;
    z-index: 2;
}

/* Image */
.contact-hero-section .contact-hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Image Overlay */
.contact-hero-section .contact-hero-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgb(66 4 4 / 46%);
    z-index: 1;
}

/* =========================================
   Floating Card
========================================= */

.contact-hero-section .contact-floating-card {
    position: absolute;
    z-index: 5;
    right: 35%;
    bottom: 35px;
    width: 310px;
    padding: 35px 30px;
    background: rgba(255, 255, 255, 0.97);
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.12);
}

.contact-hero-section .contact-floating-icon {
    width: 58px;
    height: 58px;
    margin: -65px auto 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--theme-color2);
    color: #fff;
    border-radius: 50%;
    font-size: 22px;
}

.contact-hero-section .contact-floating-card h3 {
    font-size: 27px;
    color: var(--theme-color5);
    margin: 0 0 10px;
    font-weight: 800;
}

.contact-hero-section .contact-card-line {
    width: 45px;
    height: 3px;
    background: var(--theme-color2);
    margin: 0 auto 15px;
}

.contact-hero-section .contact-floating-card p {
    font-size: 14px;
    line-height: 1.7;
    color: var(--body-text-color);
    margin-bottom: 20px;
    font-weight: 500;
}

.contact-hero-section .contact-card-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 13px 22px;
    background: var(--theme-color5);
    color: #fff;
    border-radius: 8px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.contact-hero-section .contact-card-btn:hover {
    background: var(--theme-color2);
    color: #fff;
}


/* =========================================
   Responsive
========================================= */

@media (max-width: 1199px) {

    /* .contact-hero-section .contact-hero-content {
        padding: 55px 35px;
    } */

    .contact-hero-section .contact-hero-content h1 {
        font-size: 46px;
    }

    .contact-hero-section .contact-floating-card {
        right: 30%;
    }

}


@media (max-width: 991px) {

    .contact-hero-section {
        padding: 60px 0;
    }

    .contact-hero-section .contact-hero-wrapper {
        display: block;
        min-height: auto;
        overflow: visible;
    }

    /*
    .contact-hero-section .contact-hero-content {
        width: 100%;
        padding: 50px 35px;
    } */

    .contact-hero-section .contact-hero-content h1 {
        font-size: 42px;
    }

    .contact-hero-section .contact-hero-image {
        position: relative;
        width: 100%;
        height: 450px;
    }

    .contact-hero-section .contact-hero-image::before {
        display: none;
    }

    .contact-hero-section .contact-floating-card {
        position: relative;
        right: auto;
        bottom: auto;
        width: calc(100% - 50px);
        margin: -70px auto 30px;
    }

}


@media (max-width: 576px) {

    .contact-hero-section {
        padding: 40px 0;
    }

    /*
    .contact-hero-section .contact-hero-content {
        padding: 40px 20px;
    } */

    .contact-hero-section .contact-hero-content h1 {
        font-size: 34px;
    }

    .contact-hero-section .contact-hero-content>p {
        font-size: 15px;
    }

    .contact-hero-section .contact-info-item {
        align-items: flex-start;
    }

    .contact-hero-section .contact-info-icon {
        width: 48px;
        height: 48px;
        min-width: 48px;
        font-size: 17px;
    }

    .contact-hero-section .contact-hero-image {
        height: 300px;
    }

    .contact-hero-section .contact-floating-card {
        width: calc(100% - 30px);
        padding: 30px 20px;
    }

}

/*  */
/* =========================================
   Contact Map + Form
========================================= */

.contact-map-section {
    padding: 40px 0px 40px 0px;
    background: var(--theme-color-light);
}


/* =========================================
   Map
========================================= */

.contact-map-section .contact-map-box {
    width: 100%;
    height: 100%;
    min-height: 550px;
    overflow: hidden;
    border-radius: 18px;
    background: #eee;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08);
}

.contact-map-section .contact-map-box iframe {
    width: 100%;
    height: 100%;
    min-height: 550px;
    display: block;
    border: 0;
}


/* =========================================
   Form Box
========================================= */

.contact-map-section .contact-map-form {
    height: 100%;
    min-height: 550px;
    padding: 45px 40px;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08);
}


/* Tag */

.contact-map-section .contact-form-tag {
    display: inline-block;
    margin-bottom: 12px;
    color: var(--theme-color2);
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}


/* Heading */

.contact-map-section .contact-map-form h2 {
    margin: 0 0 15px;
    color: var(--theme-color5);
    font-size: 34px;
    line-height: 1.25;
    font-weight: 700;
}

.contact-map-section .contact-map-form h2 strong {
    color: var(--theme-color2);
}


/* Description */

.contact-map-section .contact-map-form>p {
    margin-bottom: 25px;
    color: #666;
    font-size: 14px;
    line-height: 1.7;
}


/* Inputs */

.contact-map-section .form-control {
    width: 100%;
    height: 50px;
    padding: 0 16px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background: #fff;
    color: #333;
    font-size: 14px;
    box-shadow: none;
}

.contact-map-section textarea.form-control {
    height: auto;
    padding: 14px 16px;
    resize: none;
}

.contact-map-section .form-control::placeholder {
    color: #999;
}

.contact-map-section .form-control:focus {
    border-color: var(--theme-color2);
    box-shadow: 0 0 0 3px rgba(181, 138, 58, 0.08);
}


/* Submit Button */

.contact-map-section .contact-map-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    height: 52px;
    border: 0;
    border-radius: 8px;
    background: var(--theme-color5);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.contact-map-section .contact-map-submit:hover {
    background: var(--theme-color2);
    color: #fff;
}

.contact-map-section .contact-map-submit i {
    transition: transform 0.3s ease;
}

.contact-map-section .contact-map-submit:hover i {
    transform: translateX(4px);
}


.contact-hero-section .social-info {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 15px;
}

.contact-hero-section .contact-social-links {
    display: flex;
    align-items: center;
    gap: 10px;
}

.contact-hero-section .contact-social-links a {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15%;
    background: var(--theme-color5);
    color: #fff;
    font-size: 15px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.contact-hero-section .contact-social-links a:hover {
    background: var(--theme-color2);
    color: #fff;
    transform: translateY(-3px);
}

/* =========================================
   Responsive
========================================= */

@media (max-width: 991px) {

    .contact-map-section {
        padding: 60px 0;
    }

    .contact-map-section .contact-map-box,
    .contact-map-section .contact-map-box iframe {
        min-height: 400px;
    }

    .contact-map-section .contact-map-form {
        min-height: auto;
        padding: 40px 30px;
    }

}


@media (max-width: 576px) {

    .contact-map-section {
        padding: 45px 0;
    }

    .contact-map-section .contact-map-box,
    .contact-map-section .contact-map-box iframe {
        min-height: 320px;
    }

    .contact-map-section .contact-map-form {
        padding: 30px 20px;
    }

    .contact-map-section .contact-map-form h2 {
        font-size: 28px;
    }

}

/* contact page end */


/* =========================================
   SITEMAP SECTION
========================================= */

.sitemap_section {
    padding: 80px 0;
    background: var(--theme-color-light);
}


/* =========================================
   SITEMAP CARD
========================================= */

.sitemap_card {
    position: relative;
    min-height: 480px;
    padding: 28px 32px 35px;
    overflow: hidden;

    background: #fff;

    border-radius: 14px;

    border: 1px solid #eee9df;

    box-shadow:
        0 10px 35px rgba(12, 32, 52, 0.07);

    transition: all 0.4s ease;
}

.sitemap_card::after {
    content: "";
    position: absolute;

    left: 0;
    bottom: 0;

    width: 100%;
    height: 5px;

    background: var(--theme-color2);

    transform: scaleX(0.35);
    transform-origin: left;

    transition: all 0.4s ease;
}

.sitemap_card:hover {
    transform: translateY(-8px);

    box-shadow:
        0 20px 45px rgba(12, 32, 52, 0.12);
}

.sitemap_card:hover::after {
    transform: scaleX(1);
}


/* =========================================
   CARD TOP
========================================= */

.sitemap_card_top {
    position: relative;

    display: flex;
    align-items: center;

    gap: 22px;

    margin-bottom: 28px;
}


/* =========================================
   ICON
========================================= */

.sitemap_icon {
    flex-shrink: 0;

    width: 78px;
    height: 78px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 15%;

    background: var(--color-white);

    border: 7px solid #f1dcdc;

    color: var(--theme-color2);

    font-size: 28px;

}

.sitemap_card:hover .sitemap_icon {
    /* background: var(--theme-color2); */
    color: var(--theme-color2);

}


/* =========================================
   HEADING
========================================= */

.sitemap_heading {
    flex: 1;
}

.sitemap_heading h2 {
    margin: 0;

    color: var(--theme-color5);
    font-size: 27px;
    font-weight: 800;

    text-transform: capitalize;
}


/* =========================================
   DIVIDER
========================================= */

.sitemap_heading .title-divider {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 8px;
}

.sitemap_heading .title-divider span {
    width: 38px;
    height: 1px;

    background: var(--theme-color2);
}

.sitemap_heading .title-divider i {
    color: var(--theme-color2);

    font-size: 9px;
}


/* =========================================
   NUMBER
========================================= */

.sitemap_number {
    position: absolute;

    right: 0;
    top: -8px;

    color: rgba(199, 149, 53, 0.25);

    font-family: "Cormorant Garamond", serif;

    font-size: 52px;
    font-weight: 600;

    line-height: 1;
}


/* =========================================
   LIST
========================================= */

.sitemap_list {
    position: relative;

    z-index: 2;

    list-style: none;

    padding: 0;
    margin: 0;
}

.sitemap_list li {
    border-bottom: 1px dashed #dedbd4;
}

.sitemap_list li:last-child {
    border-bottom: 0;
}

.sitemap_list li a {
    display: flex;
    align-items: center;

    gap: 12px;

    padding: 12px 0;

    color: #293746;

    font-size: 14px;
    font-weight: 500;

    text-decoration: none;

    transition: all 0.3s ease;
}

.sitemap_list li a i {
    color: var(--theme-color2);

    font-size: 11px;

    transition: all 0.3s ease;
}

.sitemap_list li a:hover {
    color: var(--theme-color2);

    padding-left: 7px;
}

.sitemap_list li a:hover i {
    transform: translateX(4px);
}


/* =========================================
   BACKGROUND PATTERN
========================================= */

.sitemap_card_pattern {
    position: absolute;

    right: 15px;
    bottom: 15px;

    color: rgb(48 0 0 / 10%);

    font-size: 100px;

    pointer-events: none;
}

.sitemap_card_pattern i {
    font-size: inherit;
}


/* =========================================
   CONTACT STRIP
========================================= */

.sitemap_contact_strip {
    display: grid;

    grid-template-columns:
        1.4fr 1fr 1fr 1.2fr 1fr;

    margin-top: 30px;

    background: #fff;

    border: 1px solid #eee9df;

    border-radius: 14px;

    overflow: hidden;

    box-shadow:
        0 10px 30px rgba(12, 32, 52, 0.06);
}


/* =========================================
   CONTACT ITEM
========================================= */

.sitemap_contact_item {
    min-height: 145px;

    padding: 25px;

    display: flex;
    align-items: center;

    gap: 16px;

    border-right: 1px solid #e6dfd1;
}

.sitemap_contact_item:last-child {
    border-right: 0;
}


/* =========================================
   BRAND
========================================= */

.sitemap_brand {
    align-items: flex-start;
}

.sitemap_brand_logo {
    width: 55px;
    height: 55px;

    flex-shrink: 0;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #09243c;

    color: var(--theme-color2);

    font-size: 22px;

    border-radius: 5px;
}

.sitemap_brand h3 {
    margin: 0;

    color: #09243c;

    font-family: "Cormorant Garamond", serif;

    font-size: 34px;
    line-height: 1;
}

.sitemap_brand span {
    color: var(--theme-color2);

    font-size: 12px;
    font-weight: 600;

    letter-spacing: 1px;
}

.sitemap_brand p {
    margin: 10px 0 0;

    color: #666;

    font-size: 12px;
    line-height: 1.5;
}


/* =========================================
   CONTACT ICON
========================================= */

.contact_strip_icon {
    width: 48px;
    height: 48px;

    flex-shrink: 0;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #09243c;

    color: #d29a35;

    font-size: 18px;
}


/* =========================================
   CONTACT TEXT
========================================= */

.contact_strip_title {
    display: block;

    margin-bottom: 6px;

    color: #09243c;

    font-size: 12px;
    font-weight: 700;

    letter-spacing: 1px;
}

.sitemap_contact_item p {
    margin: 0;

    color: #333;

    font-size: 13px;

    line-height: 1.6;
}


/* =========================================
   SOCIAL
========================================= */

.sitemap_social {
    flex-direction: column;

    justify-content: center;

    gap: 12px;
}

.sitemap_social .contact_strip_title {
    margin: 0;
}

.sitemap_social_links {
    display: flex;

    gap: 10px;
}

.sitemap_social_links a {
    width: 38px;
    height: 38px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid var(--theme-color2);

    border-radius: 50%;

    color: #09243c;

    text-decoration: none;

    transition: all 0.3s ease;
}

.sitemap_social_links a:hover {
    background: #09243c;

    color: var(--theme-color2);

    transform: translateY(-4px);
}

/* end */


/* project-page */
/* =========================================
   PROJECT FAQ SECTION
========================================= */

.project-faq-section {
    padding: 40px 0px;
    background: var(--theme-color-light);
}


/* =========================================
   FAQ HEADING
========================================= */

.project-faq-heading {
    text-align: center;
    max-width: 750px;
    margin: 0 auto 45px;
}

.project-faq-heading>span {
    display: inline-block;
    margin-bottom: 10px;
    color: var(--theme-color2);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.project-faq-heading h2 {
    margin: 0 0 15px;
    color: var(--theme-color5);
    font-size: 37px;
    font-weight: 600;
    line-height: 1.15;
}

.project-faq-heading h2 strong {
    color: var(--theme-color2);
}

.project-faq-heading p {
    max-width: 680px;
    margin: 0 auto;
    color: #68717a;
    font-size: 14px;
    line-height: 1.8;
}


/* =========================================
   FAQ ACCORDION
========================================= */

.project-faq-accordion {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.project-faq-accordion .accordion-item {
    overflow: hidden;
    border: 1px solid #e5e0d5;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 5px 20px rgba(9, 36, 60, 0.04);
    transition: all 0.3s ease;
}

.project-faq-accordion .accordion-item:hover {
    border-color: var(--theme-color2);
    box-shadow: 0 10px 30px rgba(9, 36, 60, 0.08);
}


/* =========================================
   FAQ BUTTON
========================================= */

.project-faq-accordion .accordion-button {
    position: relative;

    display: flex;
    align-items: center;
    width: 100%;

    gap: 18px;

    padding: 22px 55px 22px 25px;

    background: #fff;
    color: #09243c;

    font-size: 16px;
    font-weight: 600;

    border: 0;
    box-shadow: none;
}

/* Remove Bootstrap default arrow */
.project-faq-accordion .accordion-button::after {
    display: none !important;
}

/* Remove Bootstrap focus */
.project-faq-accordion .accordion-button:focus {
    box-shadow: none;
}


/* Open / Active */
.project-faq-accordion .accordion-button:not(.collapsed) {
    color: #09243c;
    background: #fff;
}


/* =========================================
   NUMBER
========================================= */

.project-faq-accordion .accordion-button strong {
    width: 42px;
    height: 42px;

    flex-shrink: 0;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: var(--color-white);
    color: var(--theme-color2);

    font-size: 15px;

    transition: all 0.3s ease;
}

.project-faq-accordion .accordion-button:not(.collapsed) strong {
    background: var(--theme-color2);
    color: var(--color-white);
}


/* =========================================
   QUESTION
========================================= */

.project-faq-accordion .accordion-button span {
    font-size: 20px;
    font-weight: 700;
    color: var(--theme-color5);
}


/* =========================================
   CUSTOM RIGHT ARROW
========================================= */

.project-faq-accordion .faq-arrow {
    position: absolute !important;

    right: 22px !important;
    left: auto !important;

    top: 50%;

    margin: 0 !important;

    transform: translateY(-50%);

    flex-shrink: 0;

    color: #800020;
    font-size: 16px;

    transition: transform 0.3s ease;
}

/* Closed FAQ = Down */
.project-faq-accordion .accordion-button.collapsed .faq-arrow {
    transform: translateY(-50%) rotate(180deg);
}


/* =========================================
   ANSWER
========================================= */

.project-faq-accordion .accordion-body {
    padding: 0 30px 25px 85px;

    color: var(--body-text-color);

    font-size: 14px;
    font-weight: 500;
    line-height: 1.8;
}


/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 991px) {

    /* .project-faq-section {
        padding: 70px 0;
    } */

    .project-faq-heading h2 {
        font-size: 40px;
    }

}


@media (max-width: 576px) {

    /* .project-faq-section {
        padding: 55px 0;
    } */

    .project-faq-heading {
        margin-bottom: 30px;
    }

    .project-faq-heading h2 {
        font-size: 34px;
    }

    .project-faq-accordion .accordion-button {
        gap: 12px;
        padding: 16px 45px 16px 15px;
    }

    .project-faq-accordion .accordion-button strong {
        width: 36px;
        height: 36px;
        font-size: 13px;
    }

    .project-faq-accordion .accordion-button span {
        font-size: 16px;
    }

    .project-faq-accordion .faq-arrow {
        right: 15px !important;
        font-size: 14px;
    }

    .project-faq-accordion .accordion-body {
        padding: 0 20px 20px 63px;
        font-size: 13px;
    }

}

.project-faq-accordion .accordion-button {
    display: flex !important;
    align-items: center !important;
    width: 100%;
    gap: 18px;

    position: relative;
}

/* Bootstrap default arrow remove */
.project-faq-accordion .accordion-button::after {
    display: none !important;
}

/* Question */
.project-faq-accordion .accordion-button span {
    flex: 1 !important;
    width: auto !important;
}

/* Right side custom arrow */
.project-faq-accordion .accordion-button>i {
    margin-left: auto !important;
    flex-shrink: 0;

    color: #800020;
    font-size: 16px;

    transition: transform 0.3s ease;
}

/* Open state */
.project-faq-accordion .accordion-button:not(.collapsed)>i {
    transform: rotate(180deg);
}

/* Closed state */
.project-faq-accordion .accordion-button.collapsed>i {
    transform: rotate(0deg);
}


@media (max-width: 576px) {

    /* .project-faq-section {
        padding: 55px 0;
    } */

    .project-faq-heading {
        margin-bottom: 30px;
    }

    .project-faq-heading h2 {
        font-size: 34px;
    }

    .project-faq-heading p {
        font-size: 13px;
    }

    .project-faq-accordion .accordion-button {
        padding: 17px 15px;

        gap: 12px;

        font-size: 14px;
    }

    .project-faq-accordion .accordion-button strong {
        width: 36px;
        height: 36px;

        font-size: 11px;
    }

    .project-faq-accordion .accordion-body {
        padding: 0 20px 20px 63px;

        font-size: 13px;
    }

}

/* project page end */

/*  */

/* css start */
.content_category_section {
    padding: 20px 0px 40px 0px;
    background-color: var(--color-white);
    border-top: 1px solid var(--theme-bg-light);
}

.content_category_data>span {
    color: var(--theme-color2);
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 6px;
    position: relative;
    display: inline-block;
    text-transform: capitalize;
}

.content_category_data>h3 {

    color: var(--theme-color5);
    font-size: 33px;
    font-weight: 800;
    margin-bottom: 14px;
}

.content_category_data>p {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 15px;
    line-height: 27px;
    color: var(--body-text-color);
    text-align: justify;
    margin-top: 15px;
}

.content_category_data ul {
    text-align: justify;
}

.content_category_data>p>strong {
    font-size: 14px;
    color: var(--theme-color5);
}


.content_category_data>h4 {

    color: var(--theme-color5);
    font-size: 28px;
    font-weight: 900;
    margin-bottom: 14px;
}

.content_category_data>ol {
    padding: 0px 20px !important;
}


.content_category_data>ol>li {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 8px;
    line-height: 27px;
    color: var(--body-text-color);
}


.content_category_data>ul {
    padding: 0px 20px !important;
    list-style: square !important;
}


.content_category_data>ul>li {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 8px;
    line-height: 27px;
    color: var(--body-text-color);
}


.content_category_data>ul>li>strong {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 8px;
    line-height: 27px;
}

/* css end */

/*  */



/* =========================================
   VIDEO SECTION
========================================= */

.a3d-video-section {
    padding: 80px 0;
    background: #f8f8f8;
    overflow: hidden;
}

.a3d-video-heading {
    text-align: center;
    max-width: 850px;
    margin: 0 auto 45px;
}

.a3d-video-heading>span {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    color: #ca2026;
    margin-bottom: 8px;
}

.a3d-video-heading h2 {
    margin: 0;
    font-size: 38px;
    font-weight: 700;
    color: #222;
}

.a3d-video-heading h2 strong {
    color: #ca2026;
    font-weight: 700;
}

.a3d-video-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin: 18px 0;
}

.a3d-video-divider span {
    width: 55px;
    height: 1px;
    background: #ca2026;
    display: block;
}

.a3d-video-divider i {
    font-size: 11px;
    color: #ca2026;
}

.a3d-video-heading p {
    margin: 0;
    color: #666;
    line-height: 1.8;
    font-size: 15px;
}


/* =========================================
   VIDEO SLIDER
========================================= */

.a3d-video-wrapper {
    position: relative;
    width: 100%;
    padding: 0 45px;
}

.a3d-video-slider {
    display: flex;
    gap: 25px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.a3d-video-slider::-webkit-scrollbar {
    display: none;
}

/* =========================================
   VIDEO SECTION
========================================= */

.a3d-video-section {
    padding: 80px 0;
    background: #f8f8f8;
    overflow: hidden;
}

.a3d-video-heading {
    text-align: center;
    max-width: 850px;
    margin: 0 auto 45px;
}

.a3d-video-heading>span {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    color: #ca2026;
    margin-bottom: 8px;
}

.a3d-video-heading h2 {
    margin: 0;
    font-size: 38px;
    font-weight: 700;
    color: #222;
}

.a3d-video-heading h2 strong {
    color: #ca2026;
    font-weight: 700;
}

.a3d-video-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin: 18px 0;
}

.a3d-video-divider span {
    width: 55px;
    height: 1px;
    background: #ca2026;
    display: block;
}

.a3d-video-divider i {
    font-size: 11px;
    color: #ca2026;
}

.a3d-video-heading p {
    margin: 0;
    color: #666;
    line-height: 1.8;
    font-size: 15px;
}


/* =========================================
   VIDEO SLIDER WRAPPER
========================================= */

.a3d-video-wrapper {
    position: relative;
    width: 100%;
    padding: 0 45px;
}


/* =========================================
   VIDEO SLIDER
========================================= */

.a3d-video-slider {
    display: flex;
    gap: 25px;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -ms-overflow-style: none;
    -webkit-overflow-scrolling: touch;
}

.a3d-video-slider::-webkit-scrollbar {
    display: none;
}


/* =========================================
   VIDEO CARD
========================================= */

.a3d-video-card {
    flex: 0 0 calc(50% - 12.5px);
    width: calc(50% - 12.5px);
    min-width: 0;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    scroll-snap-align: start;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.a3d-video-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.13);
}


/* =========================================
   VIDEO BOX
========================================= */

.a3d-video-box {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    background: #111;
    overflow: hidden;
}

.a3d-video-box video {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}


/* =========================================
   OPTIONAL VIDEO CONTENT
========================================= */

.a3d-video-content {
    padding: 22px 24px 25px;
}

.a3d-video-content h3 {
    margin: 0 0 8px;
    font-size: 20px;
    font-weight: 700;
    color: #222;
}

.a3d-video-content p {
    margin: 0;
    color: #666;
    font-size: 14px;
    line-height: 1.7;
}


/* =========================================
   NAVIGATION BUTTONS
========================================= */

.a3d-video-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);

    width: 42px;
    height: 42px;

    padding: 0;
    border: 0;
    border-radius: 50%;

    background: #ca2026;
    color: #fff;

    display: flex;
    align-items: center;
    justify-content: center;

    cursor: pointer;
    z-index: 10;

    transition:
        background 0.3s ease,
        transform 0.3s ease,
        opacity 0.3s ease;

    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.a3d-video-nav:hover:not(:disabled) {
    background: #222;
    transform: translateY(-50%) scale(1.08);
}

.a3d-video-nav:disabled {
    cursor: not-allowed;
}

.a3d-video-prev {
    left: 0;
}

.a3d-video-next {
    right: 0;
}

.a3d-video-nav i {
    font-size: 14px;
    line-height: 1;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 991px) {

    .a3d-video-section {
        padding: 65px 0;
    }

    .a3d-video-heading h2 {
        font-size: 32px;
    }

    .a3d-video-wrapper {
        padding: 0 40px;
    }

    .a3d-video-slider {
        gap: 20px;
    }

    .a3d-video-card {
        flex: 0 0 calc(50% - 10px);
        width: calc(50% - 10px);
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .a3d-video-section {
        padding: 55px 0;
    }

    .a3d-video-heading {
        margin-bottom: 30px;
    }

    .a3d-video-heading h2 {
        font-size: 28px;
    }

    .a3d-video-heading p {
        font-size: 14px;
    }

    .a3d-video-wrapper {
        padding: 0 35px;
    }

    .a3d-video-slider {
        gap: 20px;
    }

    .a3d-video-card {
        flex: 0 0 100%;
        width: 100%;
    }

    .a3d-video-content {
        padding: 18px 20px 22px;
    }

    .a3d-video-content h3 {
        font-size: 18px;
    }

    .a3d-video-nav {
        width: 36px;
        height: 36px;
    }

    .a3d-video-nav i {
        font-size: 12px;
    }

}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 480px) {

    .a3d-video-section {
        padding: 50px 0;
    }

    .a3d-video-heading h2 {
        font-size: 25px;
    }

    .a3d-video-heading p {
        font-size: 13px;
    }

    .a3d-video-wrapper {
        padding: 0 30px;
    }

    .a3d-video-slider {
        gap: 15px;
    }

    .a3d-video-nav {
        width: 32px;
        height: 32px;
    }

    .a3d-video-nav i {
        font-size: 11px;
    }

}






/* ================================
   Image / Gallery Section
================================ */

.a3d-image-section {
    padding: 80px 0;
    background: #ffffff;
}

.a3d-image-heading {
    text-align: center;
    margin-bottom: 45px;
}

.a3d-image-heading h2 {
    margin: 0;
    font-size: 38px;
    line-height: 1.3;
    font-weight: 700;
    color: #222222;
}

.a3d-image-heading h2 strong {
    color: #ca2026;
}

.a3d-image-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin: 18px auto 0;
    max-width: 180px;
}

.a3d-image-divider span {
    display: block;
    width: 55px;
    height: 1px;
    background: #ca2026;
}

.a3d-image-divider i {
    font-size: 13px;
    color: #ca2026;
    transform: rotate(45deg);
}


/* ================================
   Image Grid
================================ */

.a3d-image-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.a3d-image-card {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    background: #f5f5f5;
    aspect-ratio: 4 / 3;
    cursor: pointer;
}

.a3d-image-card img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}


/* ================================
   Hover Effect
================================ */

.a3d-image-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.18);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.a3d-image-card:hover img {
    transform: scale(1.08);
}

.a3d-image-card:hover::after {
    opacity: 1;
}


/* ================================
   Tablet
================================ */

@media (max-width: 991px) {

    .a3d-image-section {
        padding: 65px 0;
    }

    .a3d-image-heading h2 {
        font-size: 32px;
    }

    .a3d-image-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

}


/* ================================
   Mobile
================================ */

@media (max-width: 575px) {

    .a3d-image-section {
        padding: 50px 0;
    }

    .a3d-image-heading {
        margin-bottom: 30px;
    }

    .a3d-image-heading h2 {
        font-size: 26px;
    }

    .a3d-image-divider {
        margin-top: 14px;
    }

    .a3d-image-divider span {
        width: 40px;
    }

    .a3d-image-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .a3d-image-card {
        aspect-ratio: 4 / 3;
        border-radius: 8px;
    }

}







.a3d-video-name {
    margin-top: 15px;
    padding: 0 5px;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 700;
    color: #222222;
    text-align: center;
    transition: color 0.3s ease;
}

.a3d-video-card:hover .a3d-video-name {
    color: #ca2026;
}

@media (max-width: 991px) {
    .a3d-video-name {
        font-size: 18px;
        margin-top: 12px;
    }
}

@media (max-width: 575px) {
    .a3d-video-name {
        font-size: 17px;
        margin-top: 10px;
    }
}




.a3d-video-slider {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    overflow: hidden;
    width: 100%;
}

.a3d-video-card {
    width: 100%;
    min-width: 0;
}

.a3d-video-box {
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
}

.a3d-video-box video {
    display: block;
    width: 100%;
    height: 260px;
    object-fit: cover;
    border-radius: 10px;
}

.a3d-video-name {
    margin-top: 12px;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}
