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

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

/* ABOUT US START */

.jp-about-section {
    position: relative;
    padding: 70px 0;
    background: #f4f4f4;
    overflow: hidden;
}

.jp-about-wrapper {
    display: grid;
    grid-template-columns: 47% 53%;
    align-items: center;
    min-height: 540px;
}

.jp-about-content {
    position: relative;
    z-index: 5;
    padding: 20px 45px 20px 0;
}


.jp-about-tag {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
}

.jp-about-tag span {
    color: var(--theme-color2);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.2px;
}

.jp-about-tag i {
    position: relative;
    width: 55px;
    height: 1px;
    background: var(--theme-color2);
}

.jp-about-tag i::after {
    content: "";
    position: absolute;

    width: 7px;
    height: 7px;

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

    transform: rotate(45deg);

    right: 0;
    top: -3px;
}

.jp-about-content h2 {
    max-width: 560px;
    margin: 0 0 20px;
    font-size: 40px;
    line-height: 1.05;
    font-weight: 800;
    color: var(--theme-color6);
    letter-spacing: -1.5px;
}

.jp-about-content h2 strong {
    display: block;
    color: var(--theme-color2);
    font-weight: 700;
}

.jp-about-content>p {
    max-width: 540px;

    margin: 0 0 18px;

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

    font-size: 14px;
    line-height: 1.8;

    font-weight: 500;
}

/* =========================================
   ABOUT FEATURES
========================================= */

.jp-about-features {
    display: grid;

    grid-template-columns: repeat(4, 1fr);

    max-width: 590px;

    margin: 25px 0 30px;
}

.jp-about-feature {
    position: relative;

    padding: 0 18px;

    text-align: center;
}

.jp-about-feature:first-child {
    padding-left: 0;
}

.jp-about-feature:last-child {
    padding-right: 0;
}

/* Feature Divider */

.jp-about-feature:not(:last-child)::after {
    content: "";

    position: absolute;

    width: 1px;
    height: 65px;

    right: 0;
    top: 5px;

    background: #ddd;
}

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

.jp-feature-icon {
    height: 38px;

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

    margin-bottom: 10px;
}

.jp-feature-icon i {
    color: var(--theme-color2);
    font-size: 22px;
}

/* =========================================
   FEATURE TITLE
========================================= */

.jp-about-feature h4 {
    margin: 0 0 7px;

    color: var(--theme-color6);

    font-size: 17px;
    line-height: 1.25;

    font-weight: 700;
}

/* =========================================
   FEATURE TEXT
========================================= */

.jp-about-feature span {
    display: block;

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

    font-size: 11px;
    line-height: 1.5;

    font-weight: 500;
}

/* button*/

.jp-about-btn {
    display: inline-flex;
    align-items: center;
    gap: 18px;
    padding: 12px 15px 12px 20px;
    color: var(--color-white);
    background: var(--theme-color2);
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 4px;
    transition: all .3s ease;
}

.jp-about-btn span {
    width: 27px;
    height: 27px;

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

    border: 1px solid rgba(255, 255, 255, .6);

    border-radius: 50%;

    transition: all .3s ease;
}

.jp-about-btn span i {
    font-size: 10px;
}

.jp-about-btn:hover {
    background: var(--theme-color6);
    color: var(--color-white);

    transform: translateY(-2px);
}

.jp-about-btn:hover span {
    transform: translateX(3px);
}


/* =========================================
   RIGHT IMAGE AREA
========================================= */

.jp-about-image-area {
    position: relative;

    width: 100%;
    height: 540px;

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

    overflow: visible;
}


/* =========================================
   IMAGE
========================================= */

.jp-about-image {
    width: 100%;
    height: 100%;

    position: relative;

    overflow: hidden;

    border-radius: 4px;
}

.jp-about-image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    transition: transform .6s ease;
}

.jp-about-image:hover img {
    transform: scale(1.03);
}

/* ABOUT US END */

/* feature section start*/

.Ceramax-feature-bar {
    width: 100%;

    background: linear-gradient(90deg,
            #a90000,
            #d71919,
            #a90000);

    padding: 10px 0;

    border-top: 1px solid rgba(255, 255, 255, .15);
    border-bottom: 1px solid rgba(0, 0, 0, .15);
}


/* Swiper */

.CeramaxFeatureSwiper {
    width: 100%;
    overflow: hidden;
}

.CeramaxFeatureSwiper .swiper-wrapper {
    align-items: center;
}

/* Slide */

.CeramaxFeatureSwiper .swiper-slide {
    height: auto;
}

/* Item */

.Ceramax-feature-item {
    width: 100%;

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

    gap: 10px;

    min-height: 38px;

    position: relative;

    transition: .3s ease;
}

/* Divider */

.Ceramax-feature-item::after {
    content: "";

    position: absolute;

    right: 0;
    top: 4px;
    bottom: 4px;

    width: 1px;

    background: rgba(255, 255, 255, .25);
}


/* Last item divider */

.CeramaxFeatureSwiper .swiper-slide:last-child .Ceramax-feature-item::after {
    display: none;
}


/* Icon */

.Ceramax-feature-icon {
    width: 30px;
    height: 30px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-white);
    font-size: 21px;
    transition: .3s ease;
}

/* Content */

.Ceramax-feature-content {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
}

.Ceramax-feature-content h4 {
    margin: 0 0 3px;

    color: var(--color-white);

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

    line-height: 1.1;
}

.Ceramax-feature-content span {
    color: var(--color-white);

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

    line-height: 1.1;
}


/* Hover */

.Ceramax-feature-item:hover {
    transform: translateY(-2px);
}

.Ceramax-feature-item:hover .Ceramax-feature-icon {
    transform: scale(1.08);
}

/* feature end */

/*  product section start*/

.Ceramax-collection-section {
    padding: 55px 0 65px;
    background: var(--color-white);
    overflow: hidden;
}

/* Heading */

.collection-heading {
    text-align: center;
    margin-bottom: 18px;
}

.collection-heading>span {
    display: block;
    color: var(--theme-color2);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .2px;
    margin-bottom: 3px;
}

.collection-heading h2 {
    margin: 0;
    color: var(--theme-color6);
    font-size: 40px;
    line-height: 1.2;
    font-weight: 800;
}

.collection-heading p {
    font-size: 14px;
    font-weight: 500;
    color: var(--body-text-color);
    max-width: 900px;
    margin: 0px auto;
}

/* Decorative Line */

.collection-line {
    width: 100px;
    height: 12px;
    margin: 5px auto 0;
    position: relative;
}

.collection-line::before {
    content: "";
    position: absolute;
    width: 35px;
    height: 1px;
    background: var(--theme-color2);
    top: 5px;
    left: 0;
}

.collection-line::after {
    content: "";
    position: absolute;
    width: 35px;
    height: 1px;
    background: var(--theme-color2);
    top: 5px;
    right: 0;
}

.collection-line i {
    width: 7px;
    height: 7px;
    border: 1px solid var(--theme-color2);
    background: var(--color-white);
    position: absolute;
    left: 50%;
    top: 2px;
    transform: translateX(-50%) rotate(45deg);
}

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

.collection-slider-wrap {
    position: relative;
    padding: 0 18px;
}


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

.collectionSwiper {
    width: 100%;
    overflow: hidden;
}

.collectionSwiper .swiper-wrapper {
    align-items: stretch;
}

.collectionSwiper .swiper-slide {
    height: auto;
}


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

.collection-card {
    width: 100%;
    height: 100%;
    overflow: hidden;

    border-radius: 7px;
    background: var(--theme-color7);
    border: 1px solid var(--theme-color8);

    display: flex;
    flex-direction: column;
}


/* =========================================
   IMAGE
========================================= */

.collection-image {
    width: 100%;
    height: auto;
    overflow: hidden;
    flex-shrink: 0;
    border-radius: 7px;
}

.collection-image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    transition: transform .4s ease;
    filter: brightness(95%);
    border-radius: 7px;
    transform: scale(0.96);
}

.collection-card:hover .collection-image img {
    transform: scale(0.95);
}


/* =========================================
   CONTENT - IMAGE KE NICHE
========================================= */

.collection-content {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;

    z-index: 2;

    padding: 18px 15px 17px;

    background: var(--theme-color7);

    flex: 1;

    display: flex;
    flex-direction: column;
}


/* =========================================
   TITLE
========================================= */

.collection-content h3 {
    margin: 0 0 8px;

    color: var(--color-white);

    font-size: 21px;
    line-height: 1.3;
    font-weight: 600;
}


/* =========================================
   PARAGRAPH
========================================= */

.collection-content p {
    margin: 0 0 13px;

    color: var(--theme-color8);

    font-size: 13px;
    font-weight: 400;
    line-height: 1.6;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

    overflow: hidden;
}


/* =========================================
   READ MORE
========================================= */

.collection-content a {
    display: inline-flex;
    align-items: center;

    width: fit-content;

    gap: 6px;

    margin-top: auto;

    color: var(--theme-color2);

    font-size: 14px;
    line-height: 1;
    font-weight: 600;

    text-decoration: none;

    transition: .3s ease;
}

.collection-content a i {
    font-size: 8px;
    transition: transform .3s ease;
}

.collection-content a:hover {
    color: var(--color-white);
}

.collection-content a:hover i {
    transform: translateX(4px);
}


/* =========================================
   REMOVE OLD OVERLAY
========================================= */

.collection-card::after {
    display: none;
}


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

.collection-arrow {
    width: 28px;
    height: 28px;

    border-radius: 15%;
    border: 0;

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

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

    position: absolute;

    top: 50%;
    transform: translateY(-50%);

    z-index: 5;

    cursor: pointer;
    padding: 0;

    transition: .3s ease;
}

.collection-arrow i {
    font-size: 13px;
    font-weight: 600;
}

.collection-arrow:hover {
    background: var(--theme-color2);
    color: var(--color-white);
}

.collection-prev {
    left: -2px;
}

.collection-next {
    right: -2px;
}

/* product end */

/* =========================================
   CERAMAX COUNTER SECTION - DESIGN 2
========================================= */

.Ceramax-counter-section {
    padding: 55px 0;
    background: var(--theme-color7);
}


/* =========================================
   COUNTER ROW
========================================= */

.Ceramax-counter-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
}


/* =========================================
   COUNTER ITEM
========================================= */

.Ceramax-counter-item {
    position: relative;

    display: flex;
    align-items: center;
    gap: 15px;

    padding: 20px 28px;

    transition: .35s ease;
}


/* Divider */

.Ceramax-counter-item:not(:last-child)::after {
    content: "";

    position: absolute;
    right: 0;
    top: 15px;
    bottom: 15px;

    width: 1px;

    background: rgba(255, 255, 255, .15);
}


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

.Ceramax-counter-icon {
    flex: 0 0 55px;

    width: 55px;
    height: 55px;

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

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

    color: var(--theme-color2);
    background: rgba(255, 255, 255, .03);

    transition: .35s ease;
}


.Ceramax-counter-icon i {
    font-size: 20px;
    transition: .35s ease;
}


/* =========================================
   HOVER
========================================= */

.Ceramax-counter-item:hover .Ceramax-counter-icon {
    background: var(--theme-color2);
    color: var(--color-white);


}


.Ceramax-counter-item:hover .Ceramax-counter-icon i {
    transform: scale(1.1);
}


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

.Ceramax-counter-item h3 {
    margin: 0 0 10px;

    color: var(--color-white);

    font-size: 30px;
    line-height: 1;

    font-weight: 800;
}


.Ceramax-counter-item p {
    margin: 0;

    color: var(--theme-color8);

    font-size: 15px;
    line-height: 1.4;

    font-weight: 600;

    text-transform: capitalize;
    letter-spacing: .8px;
}


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

@media (max-width: 991px) {

    .Ceramax-counter-section {
        padding: 45px 0;
    }

    .Ceramax-counter-row {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 15px;
    }

    .Ceramax-counter-item {
        padding: 20px;
    }

    .Ceramax-counter-item:nth-child(2)::after {
        display: none;
    }

    .Ceramax-counter-item:nth-child(1),
    .Ceramax-counter-item:nth-child(2) {
        border-bottom: 1px solid rgba(255, 255, 255, .12);
    }

}


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

@media (max-width: 575px) {

    .Ceramax-counter-section {
        padding: 35px 0;
    }

    .Ceramax-counter-row {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 0;
    }

    .Ceramax-counter-item {
        gap: 10px;
        padding: 18px 10px;
    }

    .Ceramax-counter-icon {
        flex: 0 0 42px;

        width: 42px;
        height: 42px;
    }

    .Ceramax-counter-icon i {
        font-size: 16px;
    }

    .Ceramax-counter-item h3 {
        font-size: 24px;
    }

    .Ceramax-counter-item p {
        font-size: 9px;
        letter-spacing: .4px;
    }

    .Ceramax-counter-item:nth-child(1),
    .Ceramax-counter-item:nth-child(2) {
        border-bottom: 1px solid rgba(255, 255, 255, .12);
    }

}

/*  */

/*why choose start*/

.Ceramax-why-section {
    position: relative;

    padding: 80px 0;

    background-image: url("../images/whychoose01.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    overflow: hidden;
}

.Ceramax-why-wrapper {
    display: grid;

    grid-template-columns: 43% 53%;

    align-items: center;

    gap: 50px;
}

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

.Ceramax-why-content {
    position: relative;
    z-index: 2;
}

.Ceramax-section-tag {
    display: flex;
    align-items: center;
    gap: 12px;

    margin-bottom: 15px;
}

.Ceramax-section-tag span {
    color: var(--theme-color2);

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

    letter-spacing: 1.5px;
}

.Ceramax-section-tag i {
    width: 55px;
    height: 1px;

    background: var(--theme-color2);

    position: relative;
}

.Ceramax-section-tag i::after {
    content: "";

    position: absolute;

    right: 0;
    top: -3px;

    width: 7px;
    height: 7px;

    background: var(--color-white);

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

    transform: rotate(45deg);
}

.Ceramax-why-content h2 {
    margin: 0 0 20px;

    max-width: 540px;

    color: var(--theme-color6);

    font-size: 43px;
    line-height: 1.1;

    font-weight: 600;

    letter-spacing: -1px;
}

.Ceramax-why-content h2 strong {
    display: block;

    color: var(--theme-color2);

    font-weight: 700;
}

.Ceramax-why-content p {
    max-width: 540px;

    margin: 0 0 15px;

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

    font-size: 13px;
    line-height: 1.8;

    font-weight: 500;
}

.Ceramax-why-btn {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    margin-top: 12px;
    padding: 11px 14px 11px 19px;
    background: var(--theme-color2);
    color: var(--color-white);
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;

    text-transform: uppercase;

    text-decoration: none;

    transition: .3s ease;
}

.Ceramax-why-btn span {
    width: 27px;
    height: 27px;

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

    border: 1px solid rgba(255, 255, 255, .6);

    border-radius: 50%;

    transition: .3s ease;
}

.Ceramax-why-btn span i {
    font-size: 9px;
}

.Ceramax-why-btn:hover {
    background: var(--theme-color6);

    color: var(--color-white);

    transform: translateY(-2px);
}

.Ceramax-why-btn:hover span {
    transform: translateX(3px);
}


/* =========================================
   FEATURES GRID
========================================= */

.Ceramax-why-features {
    display: grid;

    grid-template-columns: repeat(2, 1fr);

    gap: 18px;
}


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

.Ceramax-why-card {
    position: relative;

    min-height: 205px;

    padding: 28px 25px;

    background: #f7f7f7;

    border: 1px solid #e8e8e8;

    border-radius: 6px;

    overflow: hidden;

    transition: .35s ease;
}


/* Red Top Line */

.Ceramax-why-card::before {
    content: "";

    position: absolute;

    top: 0;
    left: 0;

    width: 0;
    height: 3px;

    background: var(--theme-color2);

    transition: .35s ease;
}



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

.Ceramax-why-number {
    position: absolute;

    right: 18px;
    top: 12px;

    color: #e6e6e6;

    font-size: 38px;

    font-weight: 800;

    line-height: 1;
}


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

.Ceramax-why-icon {
    width: 48px;
    height: 48px;

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

    margin-bottom: 18px;

    background: var(--theme-color2);

    color: var(--color-white);

    border-radius: 5px;

    transition: .35s ease;
}

.Ceramax-why-icon i {
    font-size: 20px;
}

.Ceramax-why-card:hover .Ceramax-why-icon {
    transform: rotate(-5deg) scale(1.05);
}


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

.Ceramax-why-card-content {
    position: relative;
    z-index: 2;
}

.Ceramax-why-card h3 {
    margin: 0 0 8px;
    color: var(--theme-color6);
    font-size: 22px;
    font-weight: 700;
}

.Ceramax-why-card p {
    margin: 0;
    color: var(--body-text-color);
    font-size: 14px;
    line-height: 1.6;
    font-weight: 500;
}

/* why choose end */

/* testimonial section start */

.Ceramax-testimonial-section {
    position: relative;

    padding: 50px 0px 30px 0px;

    background: #080909;

    overflow: hidden;
}


/* =========================================
   MAIN WRAPPER
========================================= */

.Ceramax-testimonial-wrapper {
    display: grid;

    grid-template-columns: 22% 56% 22%;

    align-items: stretch;

    min-height: 300px;
}


/* =========================================
   SIDE IMAGES
========================================= */

.Ceramax-testimonial-side-image {
    position: relative;

    height: 300px;

    overflow: hidden;
}

.Ceramax-testimonial-side-image img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    transition: transform .6s ease;
}


/* Dark Overlay */

.Ceramax-testimonial-side-image::after {
    content: "";

    position: absolute;

    inset: 0;

    background: rgba(0, 0, 0, .18);
}


/* Image Hover */

.Ceramax-testimonial-side-image:hover img {
    transform: scale(1.05);
}


/* =========================================
   CENTER AREA
========================================= */

.Ceramax-testimonial-center {
    position: relative;

    min-width: 0;

    padding: 12px 70px 18px;

    background:
        radial-gradient(circle at center,
            #171818 0%,
            #0b0c0c 65%,
            #070808 100%);

    overflow: hidden;
}


/* =========================================
   TITLE
========================================= */

.Ceramax-testimonial-title {
    text-align: center;
    margin-bottom: 13px;
}

.Ceramax-testimonial-title h3 {
    color: var(--theme-color2);
    font-size: 35px;
    font-weight: 800;
    letter-spacing: .7px;
    line-height: 1;
    text-transform: capitalize;
}


/* =========================================
   TITLE LINE
========================================= */

.Ceramax-testimonial-title-line {
    position: relative;

    width: 70px;

    height: 10px;

    margin: 2px auto 0;
}

.Ceramax-testimonial-title-line::before {
    content: "";

    position: absolute;

    left: 0;
    right: 0;

    top: 4px;

    height: 1px;

    background: #e3261d;
}

.Ceramax-testimonial-title-line i {
    position: absolute;

    width: 7px;
    height: 7px;

    left: 50%;
    top: 1px;

    transform: translateX(-50%) rotate(45deg);

    background: #0b0c0c;

    border: 1px solid #e3261d;
}


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

.Ceramax-testimonial-center .testimonialSwiper {
    width: 100%;

    overflow: hidden;
}

.Ceramax-testimonial-center .swiper-slide {
    height: auto;
}


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

.Ceramax-testimonial-card {
    display: flex;

    align-items: center;

    gap: 28px;

    min-height: 215px;

    padding: 15px 20px;

    background: rgba(20, 21, 21, .85);

    border: 1px solid rgba(255, 255, 255, .03);

    border-radius: 18px;

    box-shadow:
        inset 0 0 35px rgba(0, 0, 0, .25),
        0 10px 30px rgba(0, 0, 0, .25);
}


/* =========================================
   AVATAR
========================================= */

.Ceramax-testimonial-user {
    flex: 0 0 125px;

    display: flex;

    justify-content: center;
}

.Ceramax-testimonial-avatar {
    width: 115px;
    height: 115px;

    padding: 3px;

    border-radius: 50%;

    background: #e3261d;

    box-shadow:
        0 0 0 1px rgba(255, 255, 255, .08),
        0 0 20px rgba(227, 38, 29, .12);
}

.Ceramax-testimonial-avatar img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    border-radius: 50%;

    border: 2px solid #191a1a;
}


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

.Ceramax-testimonial-content {
    flex: 1;
}

.Ceramax-testimonial-content p {
    margin: 0 0 22px;

    max-width: 500px;

    color: #f2f2f2;

    font-size: 13px;

    line-height: 1.7;

    font-weight: 500;
}


/* =========================================
   BOTTOM
========================================= */

.Ceramax-testimonial-bottom {
    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 15px;
}

.Ceramax-testimonial-bottom strong {
    color: var(--color-white);

    font-size: 13px;

    font-weight: 700;
}


/* =========================================
   STARS
========================================= */

.Ceramax-stars {
    color: #ed7321;

    font-size: 17px;

    letter-spacing: 2px;

    white-space: nowrap;
}


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

.Ceramax-testimonial-arrow {
    position: absolute;

    top: 53%;

    transform: translateY(-50%);

    z-index: 10;

    width: 34px;
    height: 34px;

    display: flex;

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

    padding: 0;

    background: rgba(0, 0, 0, .5);

    border: 1px solid #b71918;

    border-radius: 50%;

    color: var(--color-white);

    cursor: pointer;

    transition: .3s ease;
}

.Ceramax-testimonial-arrow i {
    font-size: 12px;
}

.Ceramax-testimonial-arrow:hover {
    background: #e3261d;

    border-color: #e3261d;

    transform: translateY(-50%) scale(1.08);
}


/* Left */

.Ceramax-testimonial-center .testimonial-prev {
    left: 22px;
}


/* Right */

.Ceramax-testimonial-center .testimonial-next {
    right: 22px;
}

/* testimonial end */

/* blog section start */

.Ceramax-blog-section {
    position: relative;
    padding: 55px 0 45px;
    background: var(--color-white);
    overflow: hidden;
}

/* top-heading */

.Ceramax-blog-heading {
    text-align: center;
    margin-bottom: 30px;
}

.Ceramax-blog-heading>span {
    display: block;
    margin-bottom: 6px;
    color: var(--theme-color2);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.Ceramax-blog-heading h2 {
    margin: 0;
    color: var(--theme-color6);
    font-size: 35px;
    line-height: 1.15;
    font-weight: 800;
    letter-spacing: -.5px;
}

.Ceramax-blog-heading h2 strong {
    color: var(--theme-color6);
    font-weight: 800;

}

.Ceramax-blog-heading p {
    font-size: 14px;
    font-weight: 500;
    color: var(--body-text-color);
    max-width: 900px;
    margin: 0 auto;
}

/* heading line */

.Ceramax-blog-heading-line {
    position: relative;
    width: 65px;
    height: 10px;
    margin: 7px auto 0;
}

.Ceramax-blog-heading-line::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 4px;
    height: 1px;
    background: var(--theme-color2);
}

.Ceramax-blog-heading-line i {
    position: absolute;
    width: 7px;
    height: 7px;
    left: 50%;
    top: 1px;
    transform: translateX(-50%) rotate(45deg);
    background: var(--color-white);
    border: 1px solid var(--theme-color2);
}


/* blog area = */

.Ceramax-blog-area {
    width: 100%;
    min-width: 0;
    overflow: hidden;
}

.CeramaxBlogSwiper {
    width: 100%;
    overflow: hidden;
}

.CeramaxBlogSwiper .swiper-slide {
    height: auto;
}


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

.Ceramax-blog-card {
    position: relative;
    height: auto;

    background: var(--color-white);

    border: 1px solid #dedede;

    border-radius: 6px;

    overflow: hidden;

    box-shadow: 0 3px 12px rgba(0, 0, 0, .07);

    transition: .35s ease;
}

.Ceramax-blog-card:hover {
    border-color: #cfcfcf;

    transform: translateY(-4px);

    box-shadow: 0 12px 28px rgba(0, 0, 0, .12);
}


/* =========================================
   BLOG IMAGE
========================================= */

.Ceramax-blog-image {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.Ceramax-blog-image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    transition: .5s ease;
}

.Ceramax-blog-card:hover .Ceramax-blog-image img {
    transform: scale(1.06);
}


/* =========================================
   IMAGE OVERLAY
========================================= */

.Ceramax-blog-image::after {
    content: "";

    position: absolute;

    inset: 0;

    background: linear-gradient(to bottom,
            transparent,
            rgba(0, 0, 0, .15));
}


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

.Ceramax-blog-content {
    padding: 12px 14px;
    background: #07080817;
}

.Ceramax-blog-content h3 {
    height: 55px;
    margin: 0 0 7px;
    color: var(--theme-color6);
    font-size: 20px;
    line-height: 1.45;
    font-weight: 800;
    overflow: hidden;
}

/* =========================================
   BLOG CARD PARAGRAPH
========================================= */

.Ceramax-blog-content p {
    margin: 0 0 8px;
    color: var(--body-text-color);
    font-size: 14px;
    line-height: 1.6;
    font-weight: 500;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* =========================================
   READ MORE
========================================= */

.Ceramax-blog-content a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--theme-color2);
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    transition: .3s ease;
}

.Ceramax-blog-content a i {
    font-size: 9px;
    transition: .3s ease;
}

.Ceramax-blog-content a:hover {
    color: var(--theme-color6);
}

.Ceramax-blog-content a:hover i {
    transform: translateX(4px);
}

/* blogs end */


/*faq section start*/

.Ceramax-faq-section {
    position: relative;
    padding: 70px 0;
    background: #f7f7f7;
    overflow: hidden;
}

/* =========================================
   MAIN WRAPPER
========================================= */

.Ceramax-faq-wrapper {
    display: grid;
    grid-template-columns: minmax(0, 38%) minmax(0, 1fr);
    gap: 50px;
    align-items: center;
}

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

.Ceramax-faq-content {
    padding-right: 20px;
}

/* =========================================
   TAG
========================================= */

.Ceramax-faq-tag {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
}

.Ceramax-faq-tag span {
    color: var(--theme-color2);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.2px;
}

.Ceramax-faq-tag i {
    position: relative;
    width: 55px;
    height: 1px;
    background: var(--theme-color2);
}

.Ceramax-faq-tag i::after {
    content: "";

    position: absolute;

    width: 7px;
    height: 7px;

    right: 0;
    top: -3px;

    background: #f7f7f7;

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

    transform: rotate(45deg);
}


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

.Ceramax-faq-content h2 {
    margin: 0 0 8px;
    color: var(--color-dark);
    font-size: 35px;
    line-height: 45px;
    font-weight: 800;
    letter-spacing: -1px;
}

.Ceramax-faq-content h2 strong {
    display: block;

    color: var(--theme-color2);

    font-weight: 700;
}


/* =========================================
   DESCRIPTION
========================================= */

.Ceramax-faq-content>p {
    max-width: 450px;
    margin: 0 0 28px;
    color: var(--body-text-color);
    font-size: 14px;
    line-height: 1.8;
    font-weight: 500;
}


/* =========================================
   SUPPORT NOTE
========================================= */

.Ceramax-faq-note {
    display: flex;
    align-items: center;

    gap: 13px;

    margin-bottom: 25px;
}

.Ceramax-faq-note-icon {
    width: 43px;
    height: 43px;

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

    background: var(--theme-color2);

    color: var(--color-white);

    border-radius: 50%;
}

.Ceramax-faq-note-icon i {
    font-size: 16px;
}

.Ceramax-faq-note strong,
.Ceramax-faq-note span {
    display: block;
}

.Ceramax-faq-note strong {
    margin-bottom: 3px;
    color: var(--theme-color6);
    font-size: 17px;
    font-weight: 700;
}

.Ceramax-faq-note span {
    color: var(--body-text-color);
    font-size: 13px;
    font-weight: 500;
}


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

.Ceramax-faq-btn {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    padding: 10px 12px 10px 18px;
    background: var(--theme-color2);
    color: var(--color-white);
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 4px;
    transition: .3s ease;
}

.Ceramax-faq-btn span {
    width: 25px;
    height: 25px;

    display: flex;

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

    border: 1px solid rgba(255, 255, 255, .6);

    border-radius: 50%;
}

.Ceramax-faq-btn span i {
    font-size: 8px;

    transition: .3s ease;
}

.Ceramax-faq-btn:hover {
    background: var(--theme-color7);
    color: var(--color-white);
}

.Ceramax-faq-btn:hover i {
    transform: translateX(3px);
}


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

.Ceramax-faq-list {
    width: 100%;
}


/* =========================================
   FAQ ITEM
========================================= */

.Ceramax-faq-item {
    margin-bottom: 12px;

    background: var(--color-white);

    border: 1px solid #e2e2e2;

    border-radius: 5px;

    overflow: hidden;

    transition: .3s ease;
}

.Ceramax-faq-item.active {
    border-color: var(--theme-color2);

    box-shadow: 0 8px 25px rgba(0, 0, 0, .06);
}


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

.Ceramax-faq-question {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 19px 22px;
    background: transparent;
    border: 0;
    color: var(--theme-color6);
    text-align: left;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
}

.Ceramax-faq-question span {
    font-size: 20px;
    font-weight: 800;
    color: var(--theme-color6);
    font-family: var(--heading-font);
}

.Ceramax-faq-question i {
    width: 25px;
    height: 25px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--color-white);
    color: #555;
    border-radius: 15%;
    font-size: 9px;
    transition: .3s ease;
}

.Ceramax-faq-item.active .Ceramax-faq-question i {
    background: var(--theme-color2);
    color: var(--color-white);
    transform: rotate(45deg);
}

/*answer*/

.Ceramax-faq-answer {
    display: none;
    padding: 0 22px 18px;
}

.Ceramax-faq-item.active .Ceramax-faq-answer {
    display: block;
}

.Ceramax-faq-answer p {
    margin: 0;
    color: var(--body-text-color);
    font-size: 14px;
    line-height: 1.8;
    font-weight: 500;
}


/* =========================================
   HOVER
========================================= */

.Ceramax-faq-item:hover {
    border-color: var(--theme-color2);
}


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

@media (max-width: 991px) {

    .Ceramax-faq-section {
        padding: 65px 0;
    }

    .Ceramax-faq-wrapper {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .Ceramax-faq-content {
        padding-right: 0;
    }

    .Ceramax-faq-content h2 {
        font-size: 38px;
    }

    .Ceramax-faq-content>p {
        max-width: 600px;
    }

}


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

@media (max-width: 575px) {

    .Ceramax-faq-section {
        padding: 50px 0;
    }

    .Ceramax-faq-wrapper {
        gap: 30px;
    }

    .Ceramax-faq-content h2 {
        font-size: 32px;
    }

    .Ceramax-faq-content>p {
        font-size: 12px;
    }

    .Ceramax-faq-question {
        padding: 16px;

        font-size: 12px;
    }

    .Ceramax-faq-answer {
        padding: 0 16px 16px;
    }

    .Ceramax-faq-answer p {
        font-size: 11px;
        line-height: 1.7;
    }

    .Ceramax-faq-question i {
        width: 23px;
        height: 23px;
    }

}

/* faq end */


/*  */
/* =========================================
   Ceramax FOOTER
========================================= */


.Ceramax-footer {
    position: relative;
    background-image: url("../images/footerbg01.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: var(--color-white);
    padding: 40px 0 0 0;
    overflow: hidden;
}



/* =========================================
   CONTACT US BOX
========================================= */

.footer_contact_bg_div {
    padding-right: 25px;
}

.footer_contact_bg_div>h5 {
    position: relative;
    margin: 0 0 25px;
    padding-bottom: 12px;
    color: #ffe9e9;
    font-size: 25px;
    font-weight: 700;
}

.footer_contact_bg_div>h5::after {
    content: "";

    position: absolute;
    left: 0;
    bottom: 0;

    width: 35px;
    height: 2px;

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

.footer_contact_bg_div>h5 i {
    color: var(--theme-color2);
    margin-right: 7px;
    font-size: 19px;
}

.main_div_footer .inner_div_footer {
    gap: 10px;
}

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

.main_div_footer {
    margin-bottom: 20px;
}

.main_div_footer .d-flex {
    align-items: flex-start !important;
}


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

.main_div_footer .flex-shrink-0 {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background: rgba(218, 37, 28, 0.12);
    border: 1px solid rgba(218, 37, 28, 0.25);
    background: var(--theme-color2);
    color: var(--color-white);
    border-radius: 15%;
    transition: all .3s ease;
}

.main_div_footer:hover .flex-shrink-0 {
    background: var(--theme-color2);
    color: var(--color-white);
    transform: translateY(-2px);
}


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

.footer_num_div {
    padding-left: 4px;
}

.footer_num_div h6 {
    margin: 0 0 5px;
    color: var(--color-white);
    font-size: 19px;
    font-weight: 600;
}

.footer_num_div a {
    display: block;
    width: fit-content;
    margin-bottom: 3px;
    color: var(--color-white);
    font-size: 13px;
    line-height: 1.5;
    text-decoration: none;
    transition: all .3s ease;
    display: flex;
}

.footer_num_div P {
    font-size: 13px;
    font-weight: 500;
    color: var(--color-white);
}

.footer_num_div a:hover {
    color: var(--color-white);
    padding-left: 3px;
}


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

.footer_social_icon {
    display: flex;
    align-items: center;

    gap: 8px;

    margin-top: 25px;
}

.footer_social_icon b {
    margin-right: 5px;

    color: var(--color-white);

    font-size: 14px;
    font-weight: 600;
}

.footer_social_icon a {
    width: 34px;
    height: 34px;

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

    color: var(--color-white);

    background: #1d1d1d;

    border: 1px solid #333;
    border-radius: 50%;

    text-decoration: none;

    transition: all .3s ease;
}

.footer_social_icon a:hover {
    color: var(--color-white);

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

    transform: translateY(-3px);
}


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

.Ceramax-footer-links h4,
.Ceramax-footer-contact h4 {
    position: relative;

    margin: 0 0 24px;
    padding-bottom: 12px;

    color: #ffe9e9;

    font-size: 22px;
    font-weight: 700;
}

.Ceramax-footer-links h4::after,
.Ceramax-footer-contact h4::after {
    content: "";

    position: absolute;
    left: 0;
    bottom: 0;

    width: 35px;
    height: 2px;

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


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

.Ceramax-footer-links ul {
    padding: 0;
    margin: 0;

    list-style: none;
}

.Ceramax-footer-links ul li {
    margin-bottom: 11px;
}

.Ceramax-footer-links ul li a {
    position: relative;
    display: inline-block;
    color: var(--color-white);
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: all .3s ease;
}


/* Arrow ALWAYS visible */

.Ceramax-footer-links ul li a::before {
    content: "→";

    display: inline-block;

    margin-right: 7px;

    color: var(--theme-color2);

    opacity: 1;

    transform: translateX(0);

    transition: all .3s ease;
}

.Ceramax-footer-links ul li a:hover {
    color: var(--color-white);

    padding-left: 4px;
}

.Ceramax-footer-links ul li a:hover::before {
    color: var(--color-white);

    transform: translateX(3px);
}


/* =========================================
   LOCATION / MAP
========================================= */

.Ceramax-footer-contact {
    width: 100%;
}

.Ceramax-contact-item {
    width: 100%;
    margin: 0;
}

.Ceramax-contact-item p {
    margin: 0;
    padding: 0;

    width: 100%;
}

.Ceramax-contact-item iframe {
    display: block;
    width: 100%;
    height: 180px;
    border: 0;
    border-radius: 5px;
    transition: all .4s ease;
}


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

.Ceramax-footer-social {
    margin-top: 22px;
}

.Ceramax-footer-social h5 {
    margin: 0 0 12px;
    color: var(--color-white);
    font-size: 21px;
    font-weight: 800;
}

.Ceramax-social-icons {
    display: flex;
    align-items: center;

    gap: 8px;
}

.Ceramax-social-icons a {
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-white);
    background: #1d1d1d;
    border: 1px solid #333;
    border-radius: 15%;
    text-decoration: none;
    transition: all .3s ease;
}

.Ceramax-social-icons a:hover {
    color: var(--color-white);

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

    transform: translateY(-3px);
}


/* =========================================
   FOOTER BOTTOM
========================================= */

.Ceramax-footer-bottom {
    padding: 18px 0;

    background: #262525;

    border-top: 1px solid rgba(255, 255, 255, .08);
}

.Ceramax-footer-bottom-inner {
    display: flex;

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

    text-align: center;
}

.Ceramax-footer-bottom p {
    margin: 0;

    color: var(--color-white);

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

    line-height: 1.5;

    text-align: center;
}

.Ceramax-footer-bottom p a {
    color: #ffcfcf;
    text-decoration: underline !important;



}


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

@media (max-width: 991px) {



    /* Contact */

    .footer_contact_bg_div {
        padding-right: 10px;
        margin-bottom: 35px;
    }


    /* Links */

    .Ceramax-footer-links {
        margin-bottom: 30px;
    }


    /* Location */

    .Ceramax-footer-contact {
        margin-bottom: 20px;
    }

    .Ceramax-contact-item iframe {
        height: 220px;
    }


    /* Social */

    .footer_social_icon {
        margin-top: 20px;
    }

}


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

@media (max-width: 575px) {


    /* Contact */

    .footer_contact_bg_div {
        padding-right: 0;
        margin-bottom: 30px;
    }

    .footer_contact_bg_div>h5 {
        font-size: 22px;
        margin-bottom: 20px;
    }



    /* Contact items */

    .main_div_footer {
        margin-bottom: 17px;
    }

    .main_div_footer .flex-shrink-0 {
        width: 36px;
        height: 36px;
    }

    /* Social */

    .footer_social_icon {
        flex-wrap: wrap;
        margin-top: 20px;
    }


    /* Footer headings */

    .Ceramax-footer-links h4,
    .Ceramax-footer-contact h4 {
        font-size: 22px;
        margin-bottom: 18px;
    }


    /* Footer links */

    .Ceramax-footer-links {
        margin-bottom: 25px;
    }

    .Ceramax-footer-links ul li {
        margin-bottom: 9px;
    }

    .Ceramax-footer-links ul li a {
        font-size: 13px;
    }


    /* Map */

    .Ceramax-contact-item iframe {
        height: 200px;
    }


    /* Social */

    .Ceramax-footer-social {
        margin-top: 18px;
    }


    /* Bottom */

    .Ceramax-footer-bottom {
        padding: 16px 0;
    }

    .Ceramax-footer-bottom-inner {
        flex-direction: column;

        gap: 0;

        text-align: center;
    }

    .Ceramax-footer-bottom p {
        font-size: 12px;
    }

}

/* 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 */





/*  */


/* ========================================= HERO ========================================= */
.ceramax-contact-hero {
    position: relative;
    min-height: 540px;
    display: flex;
    align-items: center;
    background: radial-gradient(circle at 85% 45%, rgba(218, 37, 28, .20), transparent 30%), linear-gradient(120deg, #0d0d0d 0%, #171717 65%, #111111 100%);
    color: #fff;
    overflow: hidden;
}

.ceramax-contact-grid-bg {
    position: absolute;
    inset: 0;
    opacity: .08;
    background-image: linear-gradient(#fff 1px, transparent 1px), linear-gradient(90deg, #fff 1px, transparent 1px);
    background-size: 60px 60px;
    mask-image: linear-gradient(to right, #000, transparent 85%);
}

.ceramax-contact-hero-content {
    position: relative;
    z-index: 3;
    padding: 80px 0;
}

.ceramax-contact-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 3px;
    margin-bottom: 25px;
}

.ceramax-contact-badge span {
    width: 35px;
    height: 2px;
    background: var(--ceramax-red);
}

.ceramax-contact-hero h1 {
    max-width: 760px;
    margin: 0 0 22px;
    font-size: clamp(42px, 5vw, 72px);
    line-height: 1.06;
    font-weight: 300;
    letter-spacing: -2px;
    color: var(--color-white);
}

.ceramax-contact-hero h1 strong {
    display: block;
    color: var(--ceramax-red);
    font-weight: 700;
}

.ceramax-contact-hero p {
    max-width: 620px;
    margin: 0;
    color: #bcbcbc;
    font-size: 16px;
    line-height: 1.8;
}

.ceramax-contact-hero-bottom {
    display: flex;
    align-items: center;
    gap: 35px;
    margin-top: 35px;
}

.ceramax-primary-btn {
    display: inline-flex;
    align-items: center;
    gap: 20px;
    padding: 15px 22px;
    background: var(--ceramax-red);
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
    transition: .35s ease;
}

.ceramax-primary-btn i {
    transition: .35s ease;
}

.ceramax-primary-btn:hover {
    background: #fff;
    color: var(--ceramax-black);
}

.ceramax-primary-btn:hover i {
    transform: translateX(5px);
}

.ceramax-contact-direct {
    display: flex;
    align-items: center;
    gap: 12px;
}

.ceramax-direct-icon {
    width: 44px;
    height: 44px;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--ceramax-red);
}

.ceramax-contact-direct small {
    display: block;
    color: var(--theme-color8);
    font-size: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.ceramax-contact-direct a {
    color: var(--color-white);
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
}

/* Hero Graphic */
.ceramax-contact-hero-shape {
    position: relative;
    height: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ceramax-hero-ring {
    position: absolute;
    border: 1px solid rgba(218, 37, 28, .45);
    border-radius: 50%;
    animation: ceramaxPulse 4s infinite ease-in-out;
}

.ring-one {
    width: 310px;
    height: 310px;
}

.ring-two {
    width: 430px;
    height: 430px;
    border-color: rgba(255, 255, 255, .08);
    animation-delay: 1s;
}

.ceramax-hero-contact-icon {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background: var(--ceramax-red);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 48px;
    box-shadow: 0 0 0 20px rgba(218, 37, 28, .08), 0 0 70px rgba(218, 37, 28, .35);
    z-index: 2;
}

.floating-dot {
    position: absolute;
    width: 8px;
    height: 8px;
    background: var(--ceramax-red);
    border-radius: 50%;
    animation: ceramaxFloat 4s infinite ease-in-out;
}

.dot-one {
    top: 15%;
    right: 15%;
}

.dot-two {
    bottom: 18%;
    left: 15%;
    animation-delay: 1s;
}

.dot-three {
    top: 30%;
    left: 10%;
    animation-delay: 2s;
}

@keyframes ceramaxPulse {

    0%,
    100% {
        transform: scale(1);
        opacity: .7;
    }

    50% {
        transform: scale(1.08);
        opacity: .3;
    }
}

@keyframes ceramaxFloat {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-18px);
    }
}

/* ========================================= SECTION HEADING ========================================= */
.ceramax-contact-info-section {
    padding: 70px 0;
    background: #fff;
}

.ceramax-section-heading {
    margin-bottom: 45px;
}

.ceramax-mini-title {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    color: var(--ceramax-red);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 3px;
    margin-bottom: 12px;
}

.ceramax-mini-title span {
    width: 30px;
    height: 1px;
    background: var(--ceramax-red);
}

.ceramax-section-heading h2 {
    margin: 0;
    color: var(--theme-color7);
    font-size: 42px;
    font-weight: 700;
}

.ceramax-section-heading h2 span {
    color: var(--ceramax-red);
}

.ceramax-section-heading p {
    max-width: 580px;
    margin: 12px auto 0;
    color: var(--body-text-color);
    font-size: 14px;
    font-weight: 500;
}

/* ========================================= INFO CARDS ========================================= */
.ceramax-contact-info-card {
    position: relative;
    min-height: 220px;
    padding: 32px;
    display: flex;
    gap: 22px;
    border: 1px solid var(--ceramax-border);
    background: var(--color-white);
    overflow: hidden;
}

.ceramax-contact-info-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 3px;
    height: 0;
    background: var(--ceramax-red);
    transition: .4s ease;
}

.ceramax-contact-info-card:hover {

    box-shadow: 0 20px 50px rgba(0, 0, 0, .08);
}

.ceramax-contact-info-card:hover::before {
    height: 100%;
}

.ceramax-info-icon {
    width: 55px;
    height: 55px;
    flex: 0 0 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff2f1;
    color: var(--ceramax-red);
    font-size: 20px;
    transition: .35s ease;
}

.ceramax-contact-info-card:hover .ceramax-info-icon {
    background: var(--ceramax-red);
    color: #fff;
}

.ceramax-info-content span {
    color: var(--ceramax-red);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 2px;
}

.ceramax-info-content h4 {
    margin: 6px 0 12px;
    font-size: 23px;
    color: var(--theme-color7);
    font-weight: 700;
}

.ceramax-info-content a {
    display: block;
    color: var(--body-text-color);
    text-decoration: none;
    font-size: 14px;
    margin-bottom: 5px;
    transition: .3s ease;
    font-weight: 500;
}

.ceramax-info-content a:hover {
    color: var(--ceramax-red);
}

.ceramax-info-content p {
    max-width: 220px;
    margin: 0;
    color: var(--body-text-color);
    font-size: 14px;
    line-height: 1.7;
    font-weight: 500;
}

.ceramax-card-arrow {
    position: absolute;
    right: 22px;
    bottom: 20px;
    color: #ccc;
    transition: .3s ease;
}

.ceramax-contact-info-card:hover .ceramax-card-arrow {
    color: var(--ceramax-red);
    transform: translate(4px, -4px);
}

/* ========================================= MAIN CONTACT ========================================= */
.ceramax-main-contact {
    padding: 90px 0;
    background: #f6f6f6;
}

.ceramax-contact-left {
    height: 100%;
    padding: 55px 50px;
    color: #fff;
    background: linear-gradient(145deg, #191919, #090909);
}

.ceramax-contact-left-tag {
    display: inline-block;
    padding-bottom: 8px;
    border-bottom: 2px solid var(--ceramax-red);
    color: #aaa;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2px;
}

.ceramax-contact-left h2 {
    margin: 25px 0 18px;
    max-width: 430px;
    font-size: 42px;
    line-height: 1.12;
    font-weight: 300;
    color: var(--color-white);
}

.ceramax-contact-left h2 span {
    display: block;
    color: var(--ceramax-red);
    font-weight: 700;
}

.ceramax-contact-left>p {
    max-width: 450px;
    color: #aaa;
    font-size: 13px;
    line-height: 1.8;
}

.ceramax-contact-points {
    margin-top: 35px;
}

.ceramax-contact-point {
    display: flex;
    gap: 15px;
    margin-bottom: 22px;
}

.point-icon {
    width: 27px;
    height: 27px;
    flex: 0 0 27px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(218, 37, 28, .15);
    color: var(--ceramax-red);
    font-size: 11px;
}

.ceramax-contact-point h5 {
    margin: 0 0 4px;
    color: var(--color-white);
    font-size: 18px;
    font-weight: 800;
}

.ceramax-contact-point p {
    margin: 0;
    color: var(--color-white);
    font-size: 11px;
    line-height: 1.6;
}

.ceramax-working-hours {
    margin-top: 35px;
    padding-top: 25px;
    border-top: 1px solid rgba(255, 255, 255, .1);
    display: flex;
    align-items: center;
    gap: 15px;
}

.hours-icon {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: var(--ceramax-red);
    display: flex;
    align-items: center;
    justify-content: center;
}

.ceramax-working-hours span {
    display: block;
    color: var(--color-white);
    font-size: 15px;
    letter-spacing: 1.5px;
    font-weight: 700;
}

.ceramax-working-hours strong {
    color: var(--color-white);
    font-size: 12px;
}

/* ========================================= FORM ========================================= */
.ceramax-contact-form-wrapper {
    height: 100%;
    padding: 55px 50px;
    background: #fff;
}

.ceramax-form-heading>span {
    color: var(--ceramax-red);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2px;
}

.ceramax-form-heading h3 {
    margin: 7px 0;
    font-size: 34px;
    color: var(--theme-color7);
    font-weight: 800;
}

.ceramax-form-heading h3 b {
    color: var(--ceramax-red);
}

.ceramax-form-heading p {
    margin-bottom: 30px;
    color: var(--body-text-color);
    font-size: 15px;
    font-weight: 500;
}

.ceramax-input-group {
    margin-bottom: 20px;
}

.ceramax-input-group label {
    display: block;
    margin-bottom: 7px;
    color: var(--body-text-color);
    font-size: 15px;
    font-weight: 600;
}

.input-with-icon {
    position: relative;
}

.input-with-icon i {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: #aaa;
    font-size: 14px;
    z-index: 1;
}

.input-with-icon input,
.input-with-icon select,
.input-with-icon textarea {
    width: 100%;
    border: 1px solid #e4e4e4;
    outline: none;
    background: #fafafa;
    color: #333;
    font-size: 12px;
    padding: 13px 15px 13px 15px;
    transition: .3s ease;
}

.input-with-icon select {
    appearance: auto;
}

.input-with-icon textarea {
    resize: vertical;
    min-height: 130px;
    padding-top: 15px;
}

.textarea-icon i {
    top: 20px;
    transform: none;
}

.input-with-icon input:focus,
.input-with-icon select:focus,
.input-with-icon textarea:focus {
    border-color: var(--ceramax-red);
    background: #fff;
    box-shadow: 0 0 0 3px rgba(218, 37, 28, .07);
}

.input-with-icon:focus-within i {
    color: var(--ceramax-red);
}

.ceramax-submit-btn {
    width: 100%;
    border: 0;
    padding: 15px 22px;
    background: var(--ceramax-red);
    color: var(--color-white);
    align-items: center;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
    transition: .35s ease;
}

.ceramax-submit-btn i {
    transition: .35s ease;
}

.ceramax-submit-btn:hover {
    background: #111;
}

.ceramax-submit-btn:hover i {
    transform: translateX(7px);
}

/* ========================================= MAP ========================================= */
.ceramax-map-section {
    background: #111;
}

.ceramax-map-wrapper {
    position: relative;
    height: 480px;
}

.ceramax-map-wrapper iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.ceramax-map-card {
    position: absolute;
    left: 7%;
    bottom: 45px;
    max-width: 350px;
    padding: 25px;
    display: flex;
    gap: 15px;
    background: rgba(17, 17, 17, .94);
    color: #fff;
    border-left: 3px solid var(--ceramax-red);
    box-shadow: 0 15px 40px rgba(0, 0, 0, .3);
}

.map-card-icon {
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--ceramax-red);
}

.ceramax-map-card span {
    color: #999;
    font-size: 9px;
    letter-spacing: 2px;
}

.ceramax-map-card h4 {
    margin: 5px 0;
    font-size: 18px;
    color: var(--color-white);
}

.ceramax-map-card p {
    margin: 0 0 10px;
    color: #aaa;
    font-size: 11px;
}

.ceramax-map-card a {
    color: var(--ceramax-red);
    text-decoration: none;
    font-size: 11px;
    font-weight: 700;
}

.ceramax-map-card a i {
    margin-left: 7px;
}

/* ========================================= CTA ========================================= */
.ceramax-contact-cta {
    position: relative;
    padding: 65px 0;
    background: var(--ceramax-red);
    color: var(--color-white);
    overflow: hidden;
}

.ceramax-cta-pattern {
    position: absolute;
    right: -100px;
    top: -150px;
    width: 450px;
    height: 450px;
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 50%;
}

.ceramax-cta-pattern::after {
    content: "";
    position: absolute;
    inset: 35px;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 50%;
}

.ceramax-cta-content {
    position: relative;
    z-index: 2;
}

.ceramax-cta-content>span {
    font-size: 10px;
    letter-spacing: 3px;
    font-weight: 700;
}

.ceramax-cta-content h2 {
    margin: 7px 0;
    font-size: 38px;
    font-weight: 700;
}

.ceramax-cta-content p {
    margin: 0;
    color: rgba(255, 255, 255, .8);
    font-size: 14px;
    font-weight: 500;
}

.ceramax-cta-btn {
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 20px;
    padding: 16px 24px;
    background: #111;
    color: var(--color-white);
    text-decoration: none;
    font-size: 12px;
    font-weight: 700;
    transition: .35s ease;
}

.ceramax-cta-btn:hover {
    background: var(--color-white);
    color: var(--theme-color7);
}

.ceramax-cta-btn i {
    transition: .3s ease;
}

.ceramax-cta-btn:hover i {
    transform: translateX(5px);
}

/* end contact page */

/* breadcrumb css start */

.breadcrumb_title_section {
    position: relative;
    padding: 60px 0;
    overflow: hidden;
    background: url("../images/breadcrumb01.jpg") center center/cover no-repeat;
    z-index: 1;
}

.breadcrumb_title_section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgb(35 3 3 / 52%) 0%, rgb(41 41 41 / 85%) 50%, rgb(64 33 33 / 84%) 100%);
    z-index: -1;
}


.breadcrumb_data_main_div{
    text-align: center;
     z-index: 2;
}

.breadcrumb_data_main_div > h1{
    color: var(--theme-bg-light);
    font-weight: 900;
    text-transform: capitalize;
    font-size: 34px;
    margin-bottom: 15px;
}

.breadcrumb_data_main_div > ul{
    list-style: none !important;
    padding: 0px !important;
    margin: 0px !important;

}

.breadcrumb_data_main_div > ul > i{
    font-size: 13px;
    color: var(--theme-bg-light);
}


.breadcrumb_data_main_div > ul > li{
    list-style: none !important;
   display: inline-block;
   text-transform: capitalize;
   margin: 0px 7px 0px 7px;
    font-weight: 600;
    font-size: 15px;
    color: var(--theme-bg-light);
}

.breadcrumb_data_main_div > ul > li > a{
    color: var(--theme-bg-light);
    font-weight: 600;
    font-size: 15px;
    text-transform: capitalize;
}

/* breadcrumb css end */

/*  */
/*=============================
    BLOG DETAILS SECTION
=============================*/

.blog-details-section {
    padding: 60px 0;
    background: #fff;
}
.blog-details-image {
    overflow: hidden;
    border-radius: 20px;
    margin-bottom: 30px;
}

.blog-details-image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 20px;
    transition: all 0.4s ease;
}


.blog-details-content {
    position: relative;
}

.blog-date {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--theme-color);
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 18px;
}

.blog-details-content h2 {
    font-size: 36px;
    line-height: 52px;
    font-weight: 700;
    color: var(--theme-color2);
    margin-bottom: 15px;
}

.blog-details-content h3 {
    font-size: 29px;
    line-height: 38px;
    font-weight: 700;
    color: var(--color-dark);
    margin: 25px 0 15px;
}

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

.blog-details-content strong {
    color: var(--theme-color);
}

.blog-details-content img {
    width: 100%;
    border-radius: 18px;
    /* margin: 30px 0; */
}

.blog-details-content ul {
    padding-left: 22px;
    margin: 20px 0;
}

.blog-details-content ul li {
    font-size: 16px;
    line-height: 30px;
    color: #666;
    margin-bottom: 10px;
}

.blog-details-content blockquote {
    position: relative;
    border-radius: 15px;
    padding: 0px 0px 0px 25px;
    margin: 0px 0px 0px 25px;
    font-size: 15px;
    line-height: 34px;
    font-weight: 500;
    color: var(--theme-color);
    font-style: italic;
}

.blog-details-content blockquote::before {
    content: "\f10d";
    font-family: "FontAwesome";
    position: absolute;
    top: -8px;
    left: -20px;
    font-size: 34px;
    color: rgba(0, 0, 0, 0.24);
}

/*=============================
    SIDEBAR
=============================*/

.recent-blog-sidebar {
    position: sticky;
    top: 50px;
    background: #da251c0f;
    border: 1px solid #ececec;
    border-radius: 20px;
    padding: 25px;
    box-shadow: 0 10px 35px rgba(0, 0, 0, .05);
}

.recent-blog-sidebar h4 {
    font-size: 29px;
    font-weight: 800;
    color: var(--color-dark);
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 12px;
    border-bottom:1px solid #d3b89b38;
}

.recent-blog-item {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 22px;
    padding-bottom: 22px;
    border-bottom: 1px solid #eee;
}

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

.recent-blog-item img {
    width: 95px;
    height: 90px;
    border-radius: 12px;
    object-fit: cover;
    flex-shrink: 0;
    transition: .4s;
}

.recent-blog-item:hover img {
    transform: scale(1.08);
}

.recent-blog-item div {
    flex: 1;
}

.recent-blog-item a {
    display: block;
    color: var(--color-dark);
    font-size: 15px;
    line-height: 22px;
    font-weight: 600;
    text-decoration: none;
    transition: .3s;
    margin-bottom: 8px;
}

.recent-blog-item p{
    display: block;
    color: var(--body-text-color);
    font-size: 12px;
    line-height: 20px;
    font-weight: 500;
    text-decoration: none;
    transition: .3s;
    margin-bottom: 8px;
}

.recent-blog-item a:hover {
    color: var(--theme-color);
}

.recent-blog-item span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    color: #888;
}

.recent-blog-item span i {
    color: var(--theme-color);
}

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

@media(max-width:991px){

    .blog-details-section{
        padding:40px 0;
    }

    .recent-blog-sidebar{
        position: static;
        margin-top:40px;
    }

    .blog-details-content h2{
        font-size:32px;
        line-height:44px;
    }

    .blog-details-content h3{
        font-size:24px;
        line-height:34px;
    }

}

@media(max-width:767px){

    .blog-details-section{
        padding:40px 0;
    }

    .blog-details-content h2{
        font-size:28px;
        line-height:40px;
    }

    .blog-details-content h3{
        font-size:22px;
        line-height:32px;
    }

    .blog-details-content p{
        font-size:15px;
        line-height:28px;
    }

    .blog-details-content blockquote{
        padding:20px;
        font-size:18px;
        line-height:30px;
    }

    .recent-blog-item{
        gap:12px;
    }

    .recent-blog-item img{
        width:80px;
        height:80px;
    }

    .recent-blog-item a{
        font-size:15px;
        line-height:24px;
    }

}

/*  */

/* =========================================
   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:hover {
    transform: translateY(-8px);

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

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

/*  */
.sitemap_list {
    max-height: 330px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 10px;
}

/* Custom Scrollbar */
.sitemap_list::-webkit-scrollbar {
    width: 5px;
}

.sitemap_list::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.sitemap_list::-webkit-scrollbar-thumb {
    background: var(--theme-color2);
    border-radius: 10px;
}

.sitemap_list::-webkit-scrollbar-thumb:hover {
    background: #b91d16;
}

/* Firefox */
.sitemap_list {
    scrollbar-width: thin;
    scrollbar-color: var(--theme-color2) #f1f1f1;
}

/* =========================================
   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 */

/* 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;
}

.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  */


/* pro dt css start */

.shri_prod_dt_section {
    padding: 45px 0;
    background: var(--white-color);
}

.shri_prod_dt_img {
    position: sticky !important;
    top:25px;
    background: var(--white-color);
    border-radius: 25px;
    border: 1px solid var(--gray-color2);

}

.shri_prod_dt_img img {
    width: 100% !important;
    height: auto;
    object-fit: contain;
    transition: 0.4s ease;
    border-radius: 25px;
    filter: brightness(87%);
}



.shri_prod_dt_content span {
    font-size: 35px;
    line-height: 25px;
    font-weight: 700;
    color: var(--theme-color2);
    margin-bottom: 12px;
     font-family: var(--heading-font)
}

/* .shri_prod_dt_content h2 {
    font-size: 20px;
    line-height: 58px;
    font-weight: 800;
    color: var(--theme-color);
    margin-bottom: 5px;
} */

.shri_prod_dt_content h2 span {
    color: var(--theme-color);
    font-size: inherit;
}

.shri_prod_dt_content p {
    font-size: 14px;
    line-height: 26px;
    color: var(--body-text-color);
    margin-bottom: 18px !important;
    font-weight: 500;
}

.shri_prod_dt_content p>strong {
    font-size: 15px;
}

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

.shri_prod_dt_content ul li p{
    font-size: 14px;
    line-height: 25px;
    color: var(--body-text-color);
    margin-bottom: 5px !important;
    font-weight: 500;
}


.shri_prod_dt_content ul li strong {
    font-size: 14px;
}

.shri_prod_dt_content h3 {
    font-size: 26px;
    line-height: 24px;
    font-weight: 700;
    color: var(--theme-color7);
    margin-bottom: 12px;
}

.shri_prod_dt_content_full {
    padding-left: 0;
    margin-top: 20px;
}

/* product page  */

/*  PRODUCT BOTTOM CONTENT */

.product-bottom-content {
    padding: 30px 0px 20px 0px;
    background: #f8f9fb;
}

.product-bottom-content .content-box {
    background: var(--color-white);
    margin-bottom: 10px;
}

.product-bottom-content .content-box h2 {
    position: relative;
    font-size: 32px;
    font-weight: 700;
    color: var(--color-dark);
    margin-bottom: 15px;
}

/* .product-bottom-content .content-box h2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 6px;
    height: 32px;
    background: var(--theme-color);
    border-radius: 10px;
} */

.product-bottom-content .content-box p {
    color: var(--color-text);
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 18px;
    text-align: justify;
    font-weight: 500;
}

.product-bottom-content .content-box p strong {
    color: var(--theme-color2);
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 18px;
    text-align: justify;
    font-weight: 600;
}

.product-bottom-content .content-box ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.product-bottom-content .content-box ul li {
    position: relative;
    padding-left: 32px;
    margin-bottom: 10px;
    color: var(--color-text);
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
}

.product-bottom-content .content-box ul li:last-child {
    margin-bottom: 0;
}

.product-bottom-content .content-box ul li::before {
    content: "🔸";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 3px;
    color: var(--theme-color);
    font-size: 18px;
}

.product-bottom-content .content-box ul li strong {
    color: var(--color-text);
    font-weight: 700;
}

/* product page end */


/* faq section in product page */
.product-faq-section {
    padding: 40px 0;
    background: #f7faff;
}

.product-faq-heading {
    text-align: center;
    margin-bottom: 40px;
}

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

.product-faq-heading h2 {
    font-size: 38px;
    font-weight: 700;
    color: var(--theme-color2);
    margin-bottom: 12px;
}

.product-faq-heading p {
    max-width: 700px;
    margin: 0 auto;
    color: var(--body-text-color);
    font-size: 14px;
    line-height: 1.7;
    font-weight: 500;
}


/* FAQ Box */

.product-faq .accordion-item {
    border: 0;
    border-radius: 12px !important;
    margin-bottom: 15px;
    background: var(--color-white);
    box-shadow: 0 5px 25px rgba(20, 33, 61, 0.07);
    overflow: hidden;
}

.product-faq .accordion-button {
    position: relative;
    padding: 22px 65px 22px 25px;
    font-size: 21px;
    font-weight: 600;
    color: var(--theme-color);
    background: var(--color-white);
    box-shadow: none;
}

.product-faq .accordion-button:not(.collapsed) {
    color: var(--theme-color2);
    background: var(--color-white);
    box-shadow: none;
    font-size: 21px;
    font-weight: 700;
}


/* Remove Bootstrap Arrow */

.product-faq .accordion-button::after {
    display: none;
}


/* Plus Icon */

.product-faq .faq-icon {
    position: absolute;
    right: 22px;
    top: 50%;
    transform: translateY(-50%);
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eef6ff;
    color: var(--theme-color);
    font-size: 13px;
    transition: all 0.3s ease;
}

.product-faq .accordion-button:not(.collapsed) .faq-icon {
    background: var(--theme-color);
    color: #ffffff;
    transform: translateY(-50%) rotate(45deg);
}


/* Answer */

.product-faq .accordion-body {
    padding: 0 65px 24px 25px;
    color: var(--body-text-color);
    font-size: 14px;
    line-height: 1.8;
    border-top: 1px solid #edf1f6;
    font-weight: 500;
}


/* Hover */

.product-faq .accordion-button:hover {
    color: var(--theme-color2);
}


/* Mobile */

@media (max-width: 767px) {

    .product-faq-heading h2 {
        font-size: 28px;
    }

    .product-faq-heading p {
        font-size: 14px;
    }

    .product-faq .accordion-button {
        padding: 18px 55px 18px 18px;
        font-size: 15px;
    }

    .product-faq .accordion-body {
        padding: 0 55px 20px 18px;
        font-size: 14px;
    }

    .product-faq .faq-icon {
        right: 15px;
    }

}
/* product page end */
